|
|
|
1 | 2024-08-21T20:53:47.109Z | job assigned to worker 01J5VBD77H5ETH2AKDHH8ZNGDM (queued for 1 m 0 s) |
|
2 | 2024-08-21T20:53:54.835Z | starting task 0: "setup" |
3 | 2024-08-21T20:53:54.841Z | ++ uname -s |
4 | 2024-08-21T20:53:54.843Z | + kern=SunOS |
5 | 2024-08-21T20:53:54.843Z | + case "$kern" in |
6 | 2024-08-21T20:53:54.843Z | + groupadd -g 12345 build |
7 | 2024-08-21T20:53:54.846Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-21T20:53:56.855Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-21T20:53:56.957Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-21T20:53:56.959Z | + home_fs=zfs |
11 | 2024-08-21T20:53:56.959Z | + [[ zfs == autofs ]] |
12 | 2024-08-21T20:53:56.959Z | + mkdir -p /home/build |
13 | 2024-08-21T20:53:56.962Z | + chown build:build /home/build /work |
14 | 2024-08-21T20:53:58.963Z | + chmod 0700 /home/build /work |
15 | 2024-08-21T20:53:58.965Z | process exited: duration 4132 ms, exit code 0 |
|
16 | 2024-08-21T20:53:58.972Z | starting task 1: "rust-toolchain" |
17 | 2024-08-21T20:53:58.976Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-21T20:53:58.976Z | ' 1.80.1 |
19 | 2024-08-21T20:53:58.976Z | * toolchain channel = "1.80.1" |
20 | 2024-08-21T20:53:58.976Z | * toolchain profile = "default" |
21 | 2024-08-21T20:53:58.976Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-21T20:53:58.976Z | ' default |
23 | 2024-08-21T20:53:58.978Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-21T20:53:58.978Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-21T20:53:59.099Z | info: downloading installer |
26 | 2024-08-21T20:54:00.550Z | info: profile set to 'default' |
27 | 2024-08-21T20:54:00.550Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-21T20:54:00.550Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-21T20:54:00.693Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-21T20:54:00.693Z | info: downloading component 'cargo' |
31 | 2024-08-21T20:54:01.461Z | info: downloading component 'clippy' |
32 | 2024-08-21T20:54:01.746Z | info: downloading component 'rust-docs' |
33 | 2024-08-21T20:54:02.799Z | info: downloading component 'rust-std' |
34 | 2024-08-21T20:54:04.318Z | info: downloading component 'rustc' |
35 | 2024-08-21T20:54:08.341Z | info: downloading component 'rustfmt' |
36 | 2024-08-21T20:54:08.567Z | info: installing component 'cargo' |
37 | 2024-08-21T20:54:09.405Z | info: installing component 'clippy' |
38 | 2024-08-21T20:54:09.788Z | info: installing component 'rust-docs' |
39 | 2024-08-21T20:54:11.417Z | info: installing component 'rust-std' |
40 | 2024-08-21T20:54:13.107Z | info: installing component 'rustc' |
41 | 2024-08-21T20:54:17.394Z | info: installing component 'rustfmt' |
42 | 2024-08-21T20:54:17.772Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-21T20:54:17.772Z | |
44 | 2024-08-21T20:54:18.038Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-21T20:54:18.038Z | |
46 | 2024-08-21T20:54:18.038Z | |
47 | 2024-08-21T20:54:18.038Z | Rust is installed now. Great! |
48 | 2024-08-21T20:54:18.038Z | |
49 | 2024-08-21T20:54:18.038Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-21T20:54:18.038Z | environment variable. This has not been done automatically. |
51 | 2024-08-21T20:54:18.038Z | |
52 | 2024-08-21T20:54:18.038Z | To configure your current shell, you need to source |
53 | 2024-08-21T20:54:18.038Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-21T20:54:18.039Z | |
55 | 2024-08-21T20:54:18.039Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-21T20:54:18.039Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-21T20:54:18.039Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-21T20:54:18.084Z | + rustc --version |
59 | 2024-08-21T20:54:18.146Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-21T20:54:18.149Z | process exited: duration 19176 ms, exit code 0 |
|
61 | 2024-08-21T20:54:18.156Z | starting task 2: "authentication" |
62 | 2024-08-21T20:54:18.173Z | process exited: duration 18 ms, exit code 0 |
|
63 | 2024-08-21T20:54:18.178Z | starting task 3: "clone repository" |
64 | 2024-08-21T20:54:18.182Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-21T20:54:18.185Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-21T20:54:20.181Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-21T20:54:32.626Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-21T20:54:32.626Z | + git fetch origin 161443fed7a28893a9c986eda6f164ae0551a618 |
69 | 2024-08-21T20:54:32.912Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-21T20:54:32.913Z | * branch 161443fed7a28893a9c986eda6f164ae0551a618 -> FETCH_HEAD |
71 | 2024-08-21T20:54:32.922Z | + [[ -n lldp ]] |
72 | 2024-08-21T20:54:32.930Z | ++ git branch --show-current |
73 | 2024-08-21T20:54:32.930Z | + current=main |
74 | 2024-08-21T20:54:32.930Z | + [[ main != lldp ]] |
75 | 2024-08-21T20:54:32.930Z | + git branch -f lldp 161443fed7a28893a9c986eda6f164ae0551a618 |
76 | 2024-08-21T20:54:32.930Z | + git checkout -f lldp |
77 | 2024-08-21T20:54:33.094Z | Switched to branch 'lldp' |
78 | 2024-08-21T20:54:33.120Z | + git reset --hard 161443fed7a28893a9c986eda6f164ae0551a618 |
79 | 2024-08-21T20:54:33.213Z | HEAD is now at 161443fed Add LLDP configuration support |
80 | 2024-08-21T20:54:33.215Z | process exited: duration 15035 ms, exit code 0 |
|
81 | 2024-08-21T20:54:33.220Z | starting task 4: "build" |
82 | 2024-08-21T20:54:33.225Z | + cargo --version |
83 | 2024-08-21T20:54:33.280Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-21T20:54:33.283Z | + rustc --version |
85 | 2024-08-21T20:54:33.341Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-21T20:54:33.345Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-21T20:54:52.641Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-21T20:54:54.949Z | Startup: Caching catalogs ... Done |
89 | 2024-08-21T20:54:56.598Z | Planning: Solver setup ... Done (1.018s) |
90 | 2024-08-21T20:54:56.616Z | Planning: Running solver ... Done (0.017s) |
91 | 2024-08-21T20:54:56.662Z | Planning: Finding local manifests ... Done (0.002s) |
92 | 2024-08-21T20:54:56.695Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-08-21T20:54:59.683Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-08-21T20:54:59.826Z | Planning: Package planning ... Done (0.143s) |
95 | 2024-08-21T20:54:59.877Z | Planning: Merging actions ... Done (0.050s) |
96 | 2024-08-21T20:55:00.624Z | Planning: Checking for conflicting actions ... Done (0.747s) |
97 | 2024-08-21T20:55:00.634Z | Planning: Consolidating action changes ... Done (0.011s) |
98 | 2024-08-21T20:55:05.339Z | Planning: Evaluating mediators ... Done (4.703s) |
99 | 2024-08-21T20:55:05.347Z | Planning: Planning completed in 10.33 seconds |
100 | 2024-08-21T20:55:05.362Z | Packages to install: 4 |
101 | 2024-08-21T20:55:05.362Z | Mediators to change: 2 |
102 | 2024-08-21T20:55:05.362Z | Services to change: 1 |
103 | 2024-08-21T20:55:05.364Z | Estimated space available: 155.72 GB |
104 | 2024-08-21T20:55:05.364Z | Estimated space to be consumed: 1.48 GB |
105 | 2024-08-21T20:55:05.364Z | Create boot environment: No |
106 | 2024-08-21T20:55:05.364Z | Create backup boot environment: No |
107 | 2024-08-21T20:55:05.364Z | Rebuild boot archive: No |
108 | 2024-08-21T20:55:05.364Z | |
109 | 2024-08-21T20:55:05.364Z | Changed mediators: |
110 | 2024-08-21T20:55:05.364Z | mediator clang: |
111 | 2024-08-21T20:55:05.364Z | version: None -> 15 (system default) |
112 | 2024-08-21T20:55:05.364Z | |
113 | 2024-08-21T20:55:05.364Z | mediator llvm: |
114 | 2024-08-21T20:55:05.364Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-08-21T20:55:05.364Z | |
116 | 2024-08-21T20:55:05.364Z | Changed packages: |
117 | 2024-08-21T20:55:05.364Z | helios-dev |
118 | 2024-08-21T20:55:05.364Z | developer/build-essential |
119 | 2024-08-21T20:55:05.364Z | None -> 11-2.0 |
120 | 2024-08-21T20:55:05.364Z | library/libxmlsec1 |
121 | 2024-08-21T20:55:05.364Z | None -> 1.2.35-2.0 |
122 | 2024-08-21T20:55:05.364Z | ooce/developer/clang-15 |
123 | 2024-08-21T20:55:05.364Z | None -> 15.0.7-2.0 |
124 | 2024-08-21T20:55:05.365Z | ooce/developer/llvm-15 |
125 | 2024-08-21T20:55:05.365Z | None -> 15.0.7-2.0 |
126 | 2024-08-21T20:55:05.365Z | |
127 | 2024-08-21T20:55:05.365Z | Services: |
128 | 2024-08-21T20:55:05.365Z | restart_fmri: |
129 | 2024-08-21T20:55:05.365Z | svc:/system/update-man-index:default |
130 | 2024-08-21T20:55:05.543Z | |
131 | 2024-08-21T20:55:05.543Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-08-21T20:55:10.777Z | Download: 1198/3290 items 81.4/212.6MB 38% complete (17.0M/s) |
133 | 2024-08-21T20:55:15.778Z | Download: 2696/3290 items 120.8/212.6MB 56% complete (12.1M/s) |
134 | 2024-08-21T20:55:20.586Z | Download: Completed 212.60 MB in 15.04 seconds (14.1M/s) |
135 | 2024-08-21T20:55:20.926Z | Actions: 1/3689 actions (Installing new actions) |
136 | 2024-08-21T20:55:25.950Z | Actions: 3583/3689 actions (Installing new actions) |
137 | 2024-08-21T20:55:26.219Z | Actions: Completed 3689 actions in 5.29 seconds. |
138 | 2024-08-21T20:55:26.484Z | Done (0.260s) |
139 | 2024-08-21T20:55:26.484Z | Done (0.000s) |
140 | 2024-08-21T20:55:26.852Z | Done (0.368s) |
141 | 2024-08-21T20:55:32.268Z | Done (5.241s) |
142 | 2024-08-21T20:55:32.497Z | Done (0.163s) |
143 | 2024-08-21T20:55:32.499Z | Done (0.000s) |
144 | 2024-08-21T20:55:32.677Z | Done (0.000s) |
145 | 2024-08-21T20:55:33.241Z | Planning: Evaluating mediator changes ... Done |
146 | 2024-08-21T20:55:33.398Z | Planning: Checking for conflicting actions ... Done |
147 | 2024-08-21T20:55:33.401Z | Planning: Consolidating action changes ... Done |
148 | 2024-08-21T20:55:33.657Z | Planning: Evaluating mediators ... Done |
149 | 2024-08-21T20:55:33.661Z | Planning: Planning completed in 0.42 seconds |
150 | 2024-08-21T20:55:33.690Z | Mediators to change: 2 |
151 | 2024-08-21T20:55:33.690Z | Create boot environment: No |
152 | 2024-08-21T20:55:33.693Z | Create backup boot environment: No |
153 | 2024-08-21T20:55:33.765Z | Done |
154 | 2024-08-21T20:55:33.765Z | Done |
155 | 2024-08-21T20:55:33.991Z | Done |
156 | 2024-08-21T20:55:37.396Z | Done |
157 | 2024-08-21T20:55:37.478Z | Done |
158 | 2024-08-21T20:55:37.481Z | Done |
159 | 2024-08-21T20:55:37.607Z | Done |
160 | 2024-08-21T20:55:38.189Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-08-21T20:55:38.191Z | Planning: Merging actions ... Done |
162 | 2024-08-21T20:55:38.375Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-08-21T20:55:38.377Z | Planning: Consolidating action changes ... Done |
164 | 2024-08-21T20:55:38.630Z | Planning: Evaluating mediators ... Done |
165 | 2024-08-21T20:55:38.684Z | Planning: Planning completed in 0.73 seconds |
166 | 2024-08-21T20:55:38.718Z | Packages to change: 1 |
167 | 2024-08-21T20:55:38.718Z | Mediators to change: 1 |
168 | 2024-08-21T20:55:38.720Z | Services to change: 1 |
169 | 2024-08-21T20:55:38.720Z | Create boot environment: No |
170 | 2024-08-21T20:55:38.720Z | Create backup boot environment: Yes |
171 | 2024-08-21T20:55:40.647Z | Actions: 1/6 actions (Updating modified actions) |
172 | 2024-08-21T20:55:40.649Z | Actions: Completed 6 actions in 0.00 seconds. |
173 | 2024-08-21T20:55:40.649Z | Done |
174 | 2024-08-21T20:55:40.649Z | Done |
175 | 2024-08-21T20:55:40.723Z | Done |
176 | 2024-08-21T20:55:44.241Z | Done |
177 | 2024-08-21T20:55:44.323Z | Done |
178 | 2024-08-21T20:55:44.323Z | Done |
179 | 2024-08-21T20:55:44.468Z | Done |
180 | 2024-08-21T20:55:44.887Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
181 | 2024-08-21T20:55:44.887Z | clang system 15 system |
182 | 2024-08-21T20:55:44.887Z | csh system system illumos |
183 | 2024-08-21T20:55:44.887Z | ctags system system illumos |
184 | 2024-08-21T20:55:44.887Z | gcc vendor 12 vendor |
185 | 2024-08-21T20:55:44.887Z | gcc system 10 system |
186 | 2024-08-21T20:55:44.887Z | gcc system 7 system |
187 | 2024-08-21T20:55:44.887Z | go system 1.20 system |
188 | 2024-08-21T20:55:44.887Z | go system 1.19 system |
189 | 2024-08-21T20:55:44.888Z | llvm system 15 system |
190 | 2024-08-21T20:55:44.888Z | llvm system 14 system |
191 | 2024-08-21T20:55:44.888Z | mariadb system 10.6 system |
192 | 2024-08-21T20:55:44.888Z | mta vendor vendor dma |
193 | 2024-08-21T20:55:44.888Z | openjdk system 17 system |
194 | 2024-08-21T20:55:44.888Z | openjdk system 11 system |
195 | 2024-08-21T20:55:44.888Z | openjdk system 1.8 system |
196 | 2024-08-21T20:55:44.888Z | openssl vendor 3 vendor |
197 | 2024-08-21T20:55:44.888Z | perl system 5.36 system |
198 | 2024-08-21T20:55:44.888Z | postgresql system 15 system |
199 | 2024-08-21T20:55:44.888Z | postgresql system 13 system |
200 | 2024-08-21T20:55:44.888Z | python vendor 3 vendor |
201 | 2024-08-21T20:55:44.888Z | python system 2 system |
202 | 2024-08-21T20:55:44.888Z | python3 system 3.11 system |
203 | 2024-08-21T20:55:44.888Z | ruby system 3.0 system |
204 | 2024-08-21T20:55:44.888Z | words vendor vendor american-english |
205 | 2024-08-21T20:55:44.888Z | words system system australian-english |
206 | 2024-08-21T20:55:44.888Z | words system system british-english |
207 | 2024-08-21T20:55:44.888Z | words system system canadian-english |
208 | 2024-08-21T20:55:44.888Z | words system system french |
209 | 2024-08-21T20:55:44.888Z | words system system italian |
210 | 2024-08-21T20:55:44.888Z | words system system ngerman |
211 | 2024-08-21T20:55:44.888Z | words system system ogerman |
212 | 2024-08-21T20:55:44.888Z | words system system spanish |
213 | 2024-08-21T20:55:45.206Z | PUBLISHER TYPE STATUS P LOCATION |
214 | 2024-08-21T20:55:45.206Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
215 | 2024-08-21T20:55:46.906Z | FMRI IFO |
216 | 2024-08-21T20:55:46.906Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
217 | 2024-08-21T20:55:46.907Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
218 | 2024-08-21T20:55:46.907Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
219 | 2024-08-21T20:55:46.907Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
220 | 2024-08-21T20:55:46.907Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
221 | 2024-08-21T20:55:46.907Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
222 | 2024-08-21T20:55:46.907Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
223 | 2024-08-21T20:55:46.907Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
224 | 2024-08-21T20:55:46.907Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
225 | 2024-08-21T20:55:46.907Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
226 | 2024-08-21T20:55:46.907Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
227 | 2024-08-21T20:55:46.907Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
228 | 2024-08-21T20:55:47.478Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
229 | 2024-08-21T20:55:47.739Z | Updating git repository `https://github.com/oxidecomputer/zone` |
230 | 2024-08-21T20:55:48.003Z | Updating crates.io index |
231 | 2024-08-21T20:55:48.047Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
232 | 2024-08-21T20:55:48.817Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
233 | 2024-08-21T20:55:49.546Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
234 | 2024-08-21T20:55:49.819Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
235 | 2024-08-21T20:55:51.261Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
236 | 2024-08-21T20:55:51.544Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
237 | 2024-08-21T20:55:51.856Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
238 | 2024-08-21T20:55:52.885Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
239 | 2024-08-21T20:55:54.708Z | Updating git repository `https://github.com/oxidecomputer/opte` |
240 | 2024-08-21T20:55:55.651Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
241 | 2024-08-21T20:55:56.256Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
242 | 2024-08-21T20:55:56.519Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
243 | 2024-08-21T20:55:57.043Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
244 | 2024-08-21T20:55:57.285Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
245 | 2024-08-21T20:55:57.588Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
246 | 2024-08-21T20:55:57.848Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
247 | 2024-08-21T20:55:58.159Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
248 | 2024-08-21T20:55:58.401Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
249 | 2024-08-21T20:55:58.720Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
250 | 2024-08-21T20:55:58.995Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
251 | 2024-08-21T20:55:59.281Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
252 | 2024-08-21T20:55:59.640Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
253 | 2024-08-21T20:55:59.938Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
254 | 2024-08-21T20:56:00.380Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
255 | 2024-08-21T20:56:00.778Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
256 | 2024-08-21T20:56:01.193Z | Updating git repository `https://github.com/oxidecomputer/typify` |
257 | 2024-08-21T20:56:03.363Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
258 | 2024-08-21T20:56:03.649Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
259 | 2024-08-21T20:56:03.906Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
260 | 2024-08-21T20:56:04.274Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
261 | 2024-08-21T20:56:05.420Z | Downloading crates ... |
262 | 2024-08-21T20:56:05.488Z | Downloaded cargo-platform v0.1.8 |
263 | 2024-08-21T20:56:05.491Z | Downloaded autocfg v1.3.0 |
264 | 2024-08-21T20:56:05.493Z | Downloaded clap_lex v0.7.0 |
265 | 2024-08-21T20:56:05.493Z | Downloaded byteorder v1.5.0 |
266 | 2024-08-21T20:56:05.497Z | Downloaded anstyle v1.0.8 |
267 | 2024-08-21T20:56:05.497Z | Downloaded block-buffer v0.10.4 |
268 | 2024-08-21T20:56:05.501Z | Downloaded cargo_toml v0.20.4 |
269 | 2024-08-21T20:56:05.501Z | Downloaded clap v4.5.16 |
270 | 2024-08-21T20:56:05.507Z | Downloaded equivalent v1.0.1 |
271 | 2024-08-21T20:56:05.509Z | Downloaded pretty-hex v0.4.1 |
272 | 2024-08-21T20:56:05.512Z | Downloaded is_terminal_polyfill v1.70.0 |
273 | 2024-08-21T20:56:05.523Z | Downloaded swrite v0.1.0 |
274 | 2024-08-21T20:56:05.526Z | Downloaded anstyle-query v1.0.3 |
275 | 2024-08-21T20:56:05.526Z | Downloaded memmap v0.7.0 |
276 | 2024-08-21T20:56:05.529Z | Downloaded utf8parse v0.2.1 |
277 | 2024-08-21T20:56:05.531Z | Downloaded generic-array v0.14.7 |
278 | 2024-08-21T20:56:05.531Z | Downloaded digest v0.10.7 |
279 | 2024-08-21T20:56:05.534Z | Downloaded cpufeatures v0.2.12 |
280 | 2024-08-21T20:56:05.542Z | Downloaded dof v0.3.0 |
281 | 2024-08-21T20:56:05.545Z | Downloaded usdt-impl v0.5.0 |
282 | 2024-08-21T20:56:05.547Z | Downloaded fnv v1.0.7 |
283 | 2024-08-21T20:56:05.547Z | Downloaded terminal_size v0.3.0 |
284 | 2024-08-21T20:56:05.550Z | Downloaded serde_spanned v0.6.7 |
285 | 2024-08-21T20:56:05.550Z | Downloaded thiserror-impl v1.0.63 |
286 | 2024-08-21T20:56:05.552Z | Downloaded macaddr v1.0.1 |
287 | 2024-08-21T20:56:05.554Z | Downloaded scroll v0.12.0 |
288 | 2024-08-21T20:56:05.558Z | Downloaded usdt v0.5.0 |
289 | 2024-08-21T20:56:05.560Z | Downloaded proc-macro-error v1.0.4 |
290 | 2024-08-21T20:56:05.564Z | Downloaded sha2 v0.10.8 |
291 | 2024-08-21T20:56:05.567Z | Downloaded heck v0.5.0 |
292 | 2024-08-21T20:56:05.567Z | Downloaded pest_derive v2.7.10 |
293 | 2024-08-21T20:56:05.569Z | Downloaded zerocopy-derive v0.7.34 |
294 | 2024-08-21T20:56:05.585Z | Downloaded semver v1.0.23 |
295 | 2024-08-21T20:56:05.588Z | Downloaded papergrid v0.11.0 |
296 | 2024-08-21T20:56:05.594Z | Downloaded ucd-trie v0.1.6 |
297 | 2024-08-21T20:56:05.596Z | Downloaded proc-macro2 v1.0.86 |
298 | 2024-08-21T20:56:05.599Z | Downloaded pest_meta v2.7.10 |
299 | 2024-08-21T20:56:05.601Z | Downloaded toml v0.8.19 |
300 | 2024-08-21T20:56:05.603Z | Downloaded dtrace-parser v0.2.0 |
301 | 2024-08-21T20:56:05.606Z | Downloaded crypto-common v0.1.6 |
302 | 2024-08-21T20:56:05.606Z | Downloaded scroll_derive v0.12.0 |
303 | 2024-08-21T20:56:05.608Z | Downloaded usdt-attr-macro v0.5.0 |
304 | 2024-08-21T20:56:05.614Z | Downloaded cfg-if v1.0.0 |
305 | 2024-08-21T20:56:05.617Z | Downloaded anstyle-parse v0.2.4 |
306 | 2024-08-21T20:56:05.620Z | Downloaded heck v0.4.1 |
307 | 2024-08-21T20:56:05.623Z | Downloaded errno v0.3.9 |
308 | 2024-08-21T20:56:05.625Z | Downloaded colorchoice v1.0.1 |
309 | 2024-08-21T20:56:05.625Z | Downloaded proc-macro-error-attr v1.0.4 |
310 | 2024-08-21T20:56:05.627Z | Downloaded version_check v0.9.5 |
311 | 2024-08-21T20:56:05.633Z | Downloaded serde_derive v1.0.208 |
312 | 2024-08-21T20:56:05.636Z | Downloaded bytecount v0.6.8 |
313 | 2024-08-21T20:56:05.642Z | Downloaded fs-err v2.11.0 |
314 | 2024-08-21T20:56:05.644Z | Downloaded usdt-macro v0.5.0 |
315 | 2024-08-21T20:56:05.647Z | Downloaded pest_generator v2.7.10 |
316 | 2024-08-21T20:56:05.647Z | Downloaded itoa v1.0.11 |
317 | 2024-08-21T20:56:05.650Z | Downloaded thiserror v1.0.63 |
318 | 2024-08-21T20:56:05.653Z | Downloaded tabled_derive v0.7.0 |
319 | 2024-08-21T20:56:05.653Z | Downloaded toml_datetime v0.6.8 |
320 | 2024-08-21T20:56:05.655Z | Downloaded strsim v0.11.1 |
321 | 2024-08-21T20:56:05.658Z | Downloaded thread-id v4.2.1 |
322 | 2024-08-21T20:56:05.658Z | Downloaded clap_derive v4.5.13 |
323 | 2024-08-21T20:56:05.661Z | Downloaded cargo_metadata v0.18.1 |
324 | 2024-08-21T20:56:05.661Z | Downloaded camino v1.1.9 |
325 | 2024-08-21T20:56:05.663Z | Downloaded anstream v0.6.14 |
326 | 2024-08-21T20:56:05.666Z | Downloaded serde_tokenstream v0.2.2 |
327 | 2024-08-21T20:56:05.666Z | Downloaded plain v0.2.3 |
328 | 2024-08-21T20:56:05.668Z | Downloaded once_cell v1.19.0 |
329 | 2024-08-21T20:56:05.671Z | Downloaded anyhow v1.0.86 |
330 | 2024-08-21T20:56:05.682Z | Downloaded quote v1.0.36 |
331 | 2024-08-21T20:56:05.685Z | Downloaded bitflags v2.6.0 |
332 | 2024-08-21T20:56:05.704Z | Downloaded unicode-ident v1.0.12 |
333 | 2024-08-21T20:56:05.707Z | Downloaded typenum v1.17.0 |
334 | 2024-08-21T20:56:05.709Z | Downloaded log v0.4.21 |
335 | 2024-08-21T20:56:05.712Z | Downloaded toml_edit v0.22.20 |
336 | 2024-08-21T20:56:05.732Z | Downloaded ryu v1.0.18 |
337 | 2024-08-21T20:56:05.743Z | Downloaded serde v1.0.208 |
338 | 2024-08-21T20:56:05.746Z | Downloaded indexmap v2.4.0 |
339 | 2024-08-21T20:56:05.754Z | Downloaded hashbrown v0.14.5 |
340 | 2024-08-21T20:56:05.772Z | Downloaded memchr v2.7.2 |
341 | 2024-08-21T20:56:05.782Z | Downloaded zerocopy v0.7.34 |
342 | 2024-08-21T20:56:05.797Z | Downloaded pest v2.7.10 |
343 | 2024-08-21T20:56:05.802Z | Downloaded winnow v0.6.18 |
344 | 2024-08-21T20:56:05.811Z | Downloaded tabled v0.15.0 |
345 | 2024-08-21T20:56:05.826Z | Downloaded serde_json v1.0.125 |
346 | 2024-08-21T20:56:05.832Z | Downloaded clap_builder v4.5.15 |
347 | 2024-08-21T20:56:05.838Z | Downloaded goblin v0.8.2 |
348 | 2024-08-21T20:56:05.848Z | Downloaded syn v2.0.74 |
349 | 2024-08-21T20:56:05.858Z | Downloaded syn v1.0.109 |
350 | 2024-08-21T20:56:05.876Z | Downloaded rustix v0.38.34 |
351 | 2024-08-21T20:56:05.897Z | Downloaded unicode-width v0.1.13 |
352 | 2024-08-21T20:56:05.917Z | Downloaded libc v0.2.156 |
353 | 2024-08-21T20:56:06.208Z | Compiling proc-macro2 v1.0.86 |
354 | 2024-08-21T20:56:06.208Z | Compiling unicode-ident v1.0.12 |
355 | 2024-08-21T20:56:06.212Z | Compiling version_check v0.9.5 |
356 | 2024-08-21T20:56:06.212Z | Compiling serde v1.0.208 |
357 | 2024-08-21T20:56:06.212Z | Compiling thiserror v1.0.63 |
358 | 2024-08-21T20:56:06.212Z | Compiling memchr v2.7.2 |
359 | 2024-08-21T20:56:06.212Z | Compiling libc v0.2.156 |
360 | 2024-08-21T20:56:06.212Z | Compiling ucd-trie v0.1.6 |
361 | 2024-08-21T20:56:06.451Z | Compiling itoa v1.0.11 |
362 | 2024-08-21T20:56:06.679Z | Compiling ryu v1.0.18 |
363 | 2024-08-21T20:56:06.866Z | Compiling once_cell v1.19.0 |
364 | 2024-08-21T20:56:06.983Z | Compiling byteorder v1.5.0 |
365 | 2024-08-21T20:56:07.212Z | Compiling serde_json v1.0.125 |
366 | 2024-08-21T20:56:07.711Z | Compiling proc-macro-error-attr v1.0.4 |
367 | 2024-08-21T20:56:07.728Z | Compiling usdt-impl v0.5.0 |
368 | 2024-08-21T20:56:07.731Z | Compiling rustix v0.38.34 |
369 | 2024-08-21T20:56:07.769Z | Compiling syn v1.0.109 |
370 | 2024-08-21T20:56:08.049Z | Compiling proc-macro-error v1.0.4 |
371 | 2024-08-21T20:56:08.069Z | Compiling log v0.4.21 |
372 | 2024-08-21T20:56:08.236Z | Compiling utf8parse v0.2.1 |
373 | 2024-08-21T20:56:08.336Z | Compiling equivalent v1.0.1 |
374 | 2024-08-21T20:56:08.390Z | Compiling plain v0.2.3 |
375 | 2024-08-21T20:56:08.441Z | Compiling hashbrown v0.14.5 |
376 | 2024-08-21T20:56:08.443Z | Compiling bitflags v2.6.0 |
377 | 2024-08-21T20:56:08.485Z | Compiling anstyle-parse v0.2.4 |
378 | 2024-08-21T20:56:08.543Z | Compiling quote v1.0.36 |
379 | 2024-08-21T20:56:08.744Z | Compiling thread-id v4.2.1 |
380 | 2024-08-21T20:56:08.826Z | Compiling winnow v0.6.18 |
381 | 2024-08-21T20:56:08.859Z | Compiling autocfg v1.3.0 |
382 | 2024-08-21T20:56:08.882Z | Compiling errno v0.3.9 |
383 | 2024-08-21T20:56:09.113Z | Compiling syn v2.0.74 |
384 | 2024-08-21T20:56:09.247Z | Compiling anstyle-query v1.0.3 |
385 | 2024-08-21T20:56:09.442Z | Compiling is_terminal_polyfill v1.70.0 |
386 | 2024-08-21T20:56:09.575Z | Compiling semver v1.0.23 |
387 | 2024-08-21T20:56:09.826Z | Compiling indexmap v2.4.0 |
388 | 2024-08-21T20:56:09.866Z | Compiling anstyle v1.0.8 |
389 | 2024-08-21T20:56:10.156Z | Compiling pretty-hex v0.4.1 |
390 | 2024-08-21T20:56:10.316Z | Compiling camino v1.1.9 |
391 | 2024-08-21T20:56:10.362Z | Compiling colorchoice v1.0.1 |
392 | 2024-08-21T20:56:10.574Z | Compiling anstream v0.6.14 |
393 | 2024-08-21T20:56:10.644Z | Compiling terminal_size v0.3.0 |
394 | 2024-08-21T20:56:10.847Z | Compiling fs-err v2.11.0 |
395 | 2024-08-21T20:56:11.093Z | Compiling heck v0.5.0 |
396 | 2024-08-21T20:56:11.129Z | Compiling bytecount v0.6.8 |
397 | 2024-08-21T20:56:11.157Z | Compiling unicode-width v0.1.13 |
398 | 2024-08-21T20:56:11.218Z | Compiling strsim v0.11.1 |
399 | 2024-08-21T20:56:11.327Z | Compiling anyhow v1.0.86 |
400 | 2024-08-21T20:56:11.350Z | Compiling clap_lex v0.7.0 |
401 | 2024-08-21T20:56:11.394Z | Compiling fnv v1.0.7 |
402 | 2024-08-21T20:56:11.530Z | Compiling heck v0.4.1 |
403 | 2024-08-21T20:56:11.584Z | Compiling papergrid v0.11.0 |
404 | 2024-08-21T20:56:11.871Z | Compiling clap_builder v4.5.15 |
405 | 2024-08-21T20:56:12.125Z | Compiling memmap v0.7.0 |
406 | 2024-08-21T20:56:12.630Z | Compiling swrite v0.1.0 |
407 | 2024-08-21T20:56:14.295Z | Compiling tabled_derive v0.7.0 |
408 | 2024-08-21T20:56:15.722Z | Compiling tabled v0.15.0 |
409 | 2024-08-21T20:56:17.407Z | Compiling serde_derive v1.0.208 |
410 | 2024-08-21T20:56:17.407Z | Compiling thiserror-impl v1.0.63 |
411 | 2024-08-21T20:56:17.410Z | Compiling zerocopy-derive v0.7.34 |
412 | 2024-08-21T20:56:17.533Z | Compiling scroll_derive v0.12.0 |
413 | 2024-08-21T20:56:17.570Z | Compiling clap_derive v4.5.13 |
414 | 2024-08-21T20:56:18.787Z | Compiling scroll v0.12.0 |
415 | 2024-08-21T20:56:19.304Z | Compiling goblin v0.8.2 |
416 | 2024-08-21T20:56:19.353Z | Compiling zerocopy v0.7.34 |
417 | 2024-08-21T20:56:19.830Z | Compiling pest v2.7.10 |
418 | 2024-08-21T20:56:21.452Z | Compiling clap v4.5.16 |
419 | 2024-08-21T20:56:22.123Z | Compiling pest_meta v2.7.10 |
420 | 2024-08-21T20:56:22.926Z | Compiling pest_generator v2.7.10 |
421 | 2024-08-21T20:56:24.575Z | Compiling pest_derive v2.7.10 |
422 | 2024-08-21T20:56:25.210Z | Compiling dtrace-parser v0.2.0 |
423 | 2024-08-21T20:56:27.026Z | Compiling serde_spanned v0.6.7 |
424 | 2024-08-21T20:56:27.026Z | Compiling toml_datetime v0.6.8 |
425 | 2024-08-21T20:56:27.029Z | Compiling cargo-platform v0.1.8 |
426 | 2024-08-21T20:56:27.398Z | Compiling serde_tokenstream v0.2.2 |
427 | 2024-08-21T20:56:27.569Z | Compiling toml_edit v0.22.20 |
428 | 2024-08-21T20:56:27.597Z | Compiling macaddr v1.0.1 |
429 | 2024-08-21T20:56:28.392Z | Compiling dof v0.3.0 |
430 | 2024-08-21T20:56:28.392Z | Compiling cargo_metadata v0.18.1 |
431 | 2024-08-21T20:56:30.295Z | Compiling toml v0.8.19 |
432 | 2024-08-21T20:56:30.317Z | Compiling usdt-attr-macro v0.5.0 |
433 | 2024-08-21T20:56:30.320Z | Compiling usdt-macro v0.5.0 |
434 | 2024-08-21T20:56:31.113Z | Compiling cargo_toml v0.20.4 |
435 | 2024-08-21T20:56:31.684Z | Compiling usdt v0.5.0 |
436 | 2024-08-21T20:56:34.697Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
437 | 2024-08-21T20:56:38.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.07s |
438 | 2024-08-21T20:56:38.575Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
439 | 2024-08-21T20:56:39.101Z | Downloading crates ... |
440 | 2024-08-21T20:56:39.232Z | Downloaded instant v0.1.12 |
441 | 2024-08-21T20:56:39.242Z | Downloaded bitstruct v0.1.1 |
442 | 2024-08-21T20:56:39.245Z | Downloaded inout v0.1.3 |
443 | 2024-08-21T20:56:39.247Z | Downloaded hyper-staticfile v0.9.5 |
444 | 2024-08-21T20:56:39.250Z | Downloaded hubpack_derive v0.1.1 |
445 | 2024-08-21T20:56:39.253Z | Downloaded atty v0.2.14 |
446 | 2024-08-21T20:56:39.253Z | Downloaded async-stream-impl v0.3.5 |
447 | 2024-08-21T20:56:39.255Z | Downloaded crucible-workspace-hack v0.1.0 |
448 | 2024-08-21T20:56:39.256Z | Downloaded atomicwrites v0.4.3 |
449 | 2024-08-21T20:56:39.258Z | Downloaded openssl-probe v0.1.5 |
450 | 2024-08-21T20:56:39.258Z | Downloaded nodrop v0.1.14 |
451 | 2024-08-21T20:56:39.260Z | Downloaded bitstruct_derive v0.1.0 |
452 | 2024-08-21T20:56:39.260Z | Downloaded assert_matches v1.5.0 |
453 | 2024-08-21T20:56:39.263Z | Downloaded newline-converter v0.3.0 |
454 | 2024-08-21T20:56:39.263Z | Downloaded indent_write v2.2.0 |
455 | 2024-08-21T20:56:39.266Z | Downloaded async-recursion v1.1.1 |
456 | 2024-08-21T20:56:39.268Z | Downloaded ipnetwork v0.20.0 |
457 | 2024-08-21T20:56:39.271Z | Downloaded opaque-debug v0.3.1 |
458 | 2024-08-21T20:56:39.273Z | Downloaded num-iter v0.1.45 |
459 | 2024-08-21T20:56:39.273Z | Downloaded lazycell v1.3.0 |
460 | 2024-08-21T20:56:39.276Z | Downloaded lalrpop-util v0.19.12 |
461 | 2024-08-21T20:56:39.278Z | Downloaded memoffset v0.9.1 |
462 | 2024-08-21T20:56:39.278Z | Downloaded linked-hash-map v0.5.6 |
463 | 2024-08-21T20:56:39.280Z | Downloaded colored v2.1.0 |
464 | 2024-08-21T20:56:39.283Z | Downloaded curve25519-dalek-derive v0.1.1 |
465 | 2024-08-21T20:56:39.283Z | Downloaded multimap v0.10.0 |
466 | 2024-08-21T20:56:39.285Z | Downloaded lru-cache v0.1.2 |
467 | 2024-08-21T20:56:39.287Z | Downloaded maybe-uninit v2.0.0 |
468 | 2024-08-21T20:56:39.287Z | Downloaded camino-tempfile v1.1.1 |
469 | 2024-08-21T20:56:39.290Z | Downloaded bit-vec v0.6.3 |
470 | 2024-08-21T20:56:39.292Z | Downloaded olpc-cjson v0.1.3 |
471 | 2024-08-21T20:56:39.295Z | Downloaded instability v0.3.2 |
472 | 2024-08-21T20:56:39.297Z | Downloaded indoc v1.0.9 |
473 | 2024-08-21T20:56:39.299Z | Downloaded native-tls v0.2.11 |
474 | 2024-08-21T20:56:39.302Z | Downloaded num_enum v0.5.11 |
475 | 2024-08-21T20:56:39.306Z | Downloaded arrayvec v0.7.4 |
476 | 2024-08-21T20:56:39.309Z | Downloaded mime_guess v2.0.4 |
477 | 2024-08-21T20:56:39.312Z | Downloaded num-conv v0.1.0 |
478 | 2024-08-21T20:56:39.314Z | Downloaded serde-big-array v0.5.1 |
479 | 2024-08-21T20:56:39.316Z | Downloaded nu-ansi-term v0.50.0 |
480 | 2024-08-21T20:56:39.319Z | Downloaded ascii v1.1.0 |
481 | 2024-08-21T20:56:39.322Z | Downloaded miniz_oxide v0.7.2 |
482 | 2024-08-21T20:56:39.325Z | Downloaded crunchy v0.2.2 |
483 | 2024-08-21T20:56:39.325Z | Downloaded mockall_derive v0.13.0 |
484 | 2024-08-21T20:56:39.328Z | Downloaded indicatif v0.17.8 |
485 | 2024-08-21T20:56:39.331Z | Downloaded semver v0.1.20 |
486 | 2024-08-21T20:56:39.334Z | Downloaded termtree v0.4.1 |
487 | 2024-08-21T20:56:39.336Z | Downloaded num-traits v0.2.19 |
488 | 2024-08-21T20:56:39.339Z | Downloaded console v0.15.8 |
489 | 2024-08-21T20:56:39.342Z | Downloaded humantime v2.1.0 |
490 | 2024-08-21T20:56:39.344Z | Downloaded new_debug_unreachable v1.0.6 |
491 | 2024-08-21T20:56:39.344Z | Downloaded ciborium v0.2.2 |
492 | 2024-08-21T20:56:39.347Z | Downloaded bzip2 v0.4.4 |
493 | 2024-08-21T20:56:39.351Z | Downloaded nibble_vec v0.1.0 |
494 | 2024-08-21T20:56:39.351Z | Downloaded match_cfg v0.1.0 |
495 | 2024-08-21T20:56:39.354Z | Downloaded openssl-macros v0.1.1 |
496 | 2024-08-21T20:56:39.354Z | Downloaded number_prefix v0.4.0 |
497 | 2024-08-21T20:56:39.356Z | Downloaded normalize-line-endings v0.3.0 |
498 | 2024-08-21T20:56:39.356Z | Downloaded csv-core v0.1.11 |
499 | 2024-08-21T20:56:39.359Z | Downloaded ahash v0.8.11 |
500 | 2024-08-21T20:56:39.363Z | Downloaded strum v0.26.3 |
501 | 2024-08-21T20:56:39.366Z | Downloaded atomic-waker v1.1.2 |
502 | 2024-08-21T20:56:39.370Z | Downloaded cbc v0.1.2 |
503 | 2024-08-21T20:56:39.372Z | Downloaded bitflags v1.3.2 |
504 | 2024-08-21T20:56:39.375Z | Downloaded chacha20 v0.9.1 |
505 | 2024-08-21T20:56:39.380Z | Downloaded fxhash v0.2.1 |
506 | 2024-08-21T20:56:39.382Z | Downloaded foreign-types v0.3.2 |
507 | 2024-08-21T20:56:39.385Z | Downloaded kstat-rs v0.2.4 |
508 | 2024-08-21T20:56:39.387Z | Downloaded clang-sys v1.7.0 |
509 | 2024-08-21T20:56:39.390Z | Downloaded untrusted v0.9.0 |
510 | 2024-08-21T20:56:39.393Z | Downloaded path-slash v0.1.5 |
511 | 2024-08-21T20:56:39.396Z | Downloaded scopeguard v1.2.0 |
512 | 2024-08-21T20:56:39.396Z | Downloaded ipnet v2.9.0 |
513 | 2024-08-21T20:56:39.399Z | Downloaded defmt v0.3.8 |
514 | 2024-08-21T20:56:39.401Z | Downloaded crossbeam-epoch v0.9.18 |
515 | 2024-08-21T20:56:39.404Z | Downloaded precomputed-hash v0.1.1 |
516 | 2024-08-21T20:56:39.406Z | Downloaded blake2 v0.10.6 |
517 | 2024-08-21T20:56:39.409Z | Downloaded lock_api v0.4.12 |
518 | 2024-08-21T20:56:39.411Z | Downloaded headers-core v0.2.0 |
519 | 2024-08-21T20:56:39.411Z | Downloaded smallvec v0.6.14 |
520 | 2024-08-21T20:56:39.414Z | Downloaded num_enum_derive v0.5.11 |
521 | 2024-08-21T20:56:39.414Z | Downloaded debug-ignore v1.0.5 |
522 | 2024-08-21T20:56:39.419Z | Downloaded allocator-api2 v0.2.18 |
523 | 2024-08-21T20:56:39.421Z | Downloaded either v1.13.0 |
524 | 2024-08-21T20:56:39.421Z | Downloaded siphasher v0.3.11 |
525 | 2024-08-21T20:56:39.424Z | Downloaded psl-types v2.0.11 |
526 | 2024-08-21T20:56:39.424Z | Downloaded dyn-clone v1.0.17 |
527 | 2024-08-21T20:56:39.426Z | Downloaded structmeta-derive v0.2.0 |
528 | 2024-08-21T20:56:39.428Z | Downloaded time-macros v0.2.18 |
529 | 2024-08-21T20:56:39.431Z | Downloaded static_assertions v1.1.0 |
530 | 2024-08-21T20:56:39.433Z | Downloaded float-cmp v0.9.0 |
531 | 2024-08-21T20:56:39.433Z | Downloaded cipher v0.4.4 |
532 | 2024-08-21T20:56:39.436Z | Downloaded getopts v0.2.21 |
533 | 2024-08-21T20:56:39.438Z | Downloaded multer v3.1.0 |
534 | 2024-08-21T20:56:39.441Z | Downloaded gethostname v0.5.0 |
535 | 2024-08-21T20:56:39.443Z | Downloaded pin-utils v0.1.0 |
536 | 2024-08-21T20:56:39.445Z | Downloaded pbkdf2 v0.12.2 |
537 | 2024-08-21T20:56:39.445Z | Downloaded thread_local v1.1.8 |
538 | 2024-08-21T20:56:39.448Z | Downloaded crc32fast v1.4.0 |
539 | 2024-08-21T20:56:39.450Z | Downloaded mime v0.3.17 |
540 | 2024-08-21T20:56:39.452Z | Downloaded fallible-streaming-iterator v0.1.9 |
541 | 2024-08-21T20:56:39.453Z | Downloaded fallible-iterator v0.3.0 |
542 | 2024-08-21T20:56:39.455Z | Downloaded num-complex v0.4.6 |
543 | 2024-08-21T20:56:39.455Z | Downloaded cookie v0.17.0 |
544 | 2024-08-21T20:56:39.458Z | Downloaded num-rational v0.4.2 |
545 | 2024-08-21T20:56:39.460Z | Downloaded omicron-zone-package v0.11.0 |
546 | 2024-08-21T20:56:39.463Z | Downloaded cookie v0.18.1 |
547 | 2024-08-21T20:56:39.466Z | Downloaded num-derive v0.4.2 |
548 | 2024-08-21T20:56:39.468Z | Downloaded darling v0.20.9 |
549 | 2024-08-21T20:56:39.472Z | Downloaded smallvec v1.13.2 |
550 | 2024-08-21T20:56:39.475Z | Downloaded chacha20poly1305 v0.10.1 |
551 | 2024-08-21T20:56:39.478Z | Downloaded vte_generate_state_changes v0.1.1 |
552 | 2024-08-21T20:56:39.480Z | Downloaded try-lock v0.2.5 |
553 | 2024-08-21T20:56:39.482Z | Downloaded schemars_derive v0.8.21 |
554 | 2024-08-21T20:56:39.482Z | Downloaded structmeta-derive v0.3.0 |
555 | 2024-08-21T20:56:39.485Z | Downloaded rustfmt-wrapper v0.2.1 |
556 | 2024-08-21T20:56:39.487Z | Downloaded serde_urlencoded v0.7.1 |
557 | 2024-08-21T20:56:39.487Z | Downloaded der_derive v0.7.2 |
558 | 2024-08-21T20:56:39.489Z | Downloaded mio v1.0.2 |
559 | 2024-08-21T20:56:39.494Z | Downloaded subtle v2.5.0 |
560 | 2024-08-21T20:56:39.496Z | Downloaded pin-project-lite v0.2.14 |
561 | 2024-08-21T20:56:39.500Z | Downloaded memmap2 v0.9.4 |
562 | 2024-08-21T20:56:39.503Z | Downloaded peg-runtime v0.8.3 |
563 | 2024-08-21T20:56:39.506Z | Downloaded scheduled-thread-pool v0.2.7 |
564 | 2024-08-21T20:56:39.506Z | Downloaded http-range v0.1.5 |
565 | 2024-08-21T20:56:39.509Z | Downloaded parse-size v1.0.0 |
566 | 2024-08-21T20:56:39.509Z | Downloaded cancel-safe-futures v0.1.5 |
567 | 2024-08-21T20:56:39.511Z | Downloaded slab v0.4.9 |
568 | 2024-08-21T20:56:39.514Z | Downloaded base64 v0.22.1 |
569 | 2024-08-21T20:56:39.518Z | Downloaded crypto-bigint v0.5.5 |
570 | 2024-08-21T20:56:39.525Z | Downloaded tinyvec_macros v0.1.1 |
571 | 2024-08-21T20:56:39.527Z | Downloaded funty v2.0.0 |
572 | 2024-08-21T20:56:39.527Z | Downloaded filetime v0.2.24 |
573 | 2024-08-21T20:56:39.530Z | Downloaded xattr v1.3.1 |
574 | 2024-08-21T20:56:39.532Z | Downloaded toml v0.7.8 |
575 | 2024-08-21T20:56:39.535Z | Downloaded wyz v0.5.1 |
576 | 2024-08-21T20:56:39.537Z | Downloaded which v4.4.2 |
577 | 2024-08-21T20:56:39.540Z | Downloaded hashlink v0.9.1 |
578 | 2024-08-21T20:56:39.542Z | Downloaded glob v0.3.1 |
579 | 2024-08-21T20:56:39.545Z | Downloaded foreign-types-shared v0.3.1 |
580 | 2024-08-21T20:56:39.545Z | Downloaded tls_codec v0.4.1 |
581 | 2024-08-21T20:56:39.548Z | Downloaded oso v0.27.3 |
582 | 2024-08-21T20:56:39.551Z | Downloaded tui-tree-widget v0.22.0 |
583 | 2024-08-21T20:56:39.553Z | Downloaded ff v0.13.0 |
584 | 2024-08-21T20:56:39.553Z | Downloaded pin-project-internal v1.1.5 |
585 | 2024-08-21T20:56:39.556Z | Downloaded ref-cast-impl v1.0.23 |
586 | 2024-08-21T20:56:39.558Z | Downloaded pem v3.0.4 |
587 | 2024-08-21T20:56:39.558Z | Downloaded compact_str v0.8.0 |
588 | 2024-08-21T20:56:39.562Z | Downloaded sqlformat v0.2.4 |
589 | 2024-08-21T20:56:39.565Z | Downloaded peg v0.8.4 |
590 | 2024-08-21T20:56:39.568Z | Downloaded samael v0.0.15 |
591 | 2024-08-21T20:56:39.573Z | Downloaded portpicker v0.1.1 |
592 | 2024-08-21T20:56:39.576Z | Downloaded pretty-hex v0.2.1 |
593 | 2024-08-21T20:56:39.578Z | Downloaded slog-json v2.6.1 |
594 | 2024-08-21T20:56:39.578Z | Downloaded tiny-keccak v2.0.2 |
595 | 2024-08-21T20:56:39.581Z | Downloaded ref-cast v1.0.23 |
596 | 2024-08-21T20:56:39.583Z | Downloaded yasna v0.5.2 |
597 | 2024-08-21T20:56:39.585Z | Downloaded rustversion v1.0.17 |
598 | 2024-08-21T20:56:39.588Z | Downloaded serde-hex v0.1.0 |
599 | 2024-08-21T20:56:39.590Z | Downloaded signal-hook-tokio v0.3.1 |
600 | 2024-08-21T20:56:39.593Z | Downloaded slog v2.7.0 |
601 | 2024-08-21T20:56:39.595Z | Downloaded serde_yaml v0.9.34+deprecated |
602 | 2024-08-21T20:56:39.599Z | Downloaded futures-core v0.3.30 |
603 | 2024-08-21T20:56:39.601Z | Downloaded hickory-client v0.24.1 |
604 | 2024-08-21T20:56:39.604Z | Downloaded stringprep v0.1.4 |
605 | 2024-08-21T20:56:39.607Z | Downloaded foreign-types v0.5.0 |
606 | 2024-08-21T20:56:39.607Z | Downloaded want v0.3.1 |
607 | 2024-08-21T20:56:39.610Z | Downloaded phf v0.11.2 |
608 | 2024-08-21T20:56:39.613Z | Downloaded hostname v0.4.0 |
609 | 2024-08-21T20:56:39.613Z | Downloaded form_urlencoded v1.2.1 |
610 | 2024-08-21T20:56:39.616Z | Downloaded peg-macros v0.8.4 |
611 | 2024-08-21T20:56:39.618Z | Downloaded password-hash v0.5.0 |
612 | 2024-08-21T20:56:39.620Z | Downloaded tracing-attributes v0.1.27 |
613 | 2024-08-21T20:56:39.623Z | Downloaded pin-project v1.1.5 |
614 | 2024-08-21T20:56:39.642Z | Downloaded whoami v1.5.1 |
615 | 2024-08-21T20:56:39.645Z | Downloaded oso-derive v0.27.3 |
616 | 2024-08-21T20:56:39.647Z | Downloaded foreign-types-shared v0.1.1 |
617 | 2024-08-21T20:56:39.647Z | Downloaded foreign-types-macros v0.2.3 |
618 | 2024-08-21T20:56:39.649Z | Downloaded structmeta v0.3.0 |
619 | 2024-08-21T20:56:39.649Z | Downloaded signature v2.2.0 |
620 | 2024-08-21T20:56:39.652Z | Downloaded zeroize_derive v1.4.2 |
621 | 2024-08-21T20:56:39.656Z | Downloaded spin v0.9.8 |
622 | 2024-08-21T20:56:39.656Z | Downloaded structmeta v0.2.0 |
623 | 2024-08-21T20:56:39.659Z | Downloaded itertools v0.13.0 |
624 | 2024-08-21T20:56:39.664Z | Downloaded mio v0.8.11 |
625 | 2024-08-21T20:56:39.670Z | Downloaded diesel_table_macro_syntax v0.2.0 |
626 | 2024-08-21T20:56:39.673Z | Downloaded tokio-native-tls v0.3.1 |
627 | 2024-08-21T20:56:39.675Z | Downloaded stable_deref_trait v1.2.0 |
628 | 2024-08-21T20:56:39.675Z | Downloaded shlex v1.3.0 |
629 | 2024-08-21T20:56:39.677Z | Downloaded packed_struct_codegen v0.10.1 |
630 | 2024-08-21T20:56:39.681Z | Downloaded powerfmt v0.2.0 |
631 | 2024-08-21T20:56:39.681Z | Downloaded tinyvec v1.6.0 |
632 | 2024-08-21T20:56:39.683Z | Downloaded fallible-iterator v0.2.0 |
633 | 2024-08-21T20:56:39.686Z | Downloaded dirs-sys-next v0.1.2 |
634 | 2024-08-21T20:56:39.686Z | Downloaded futures-channel v0.3.30 |
635 | 2024-08-21T20:56:39.688Z | Downloaded env_logger v0.9.3 |
636 | 2024-08-21T20:56:39.690Z | Downloaded headers v0.3.9 |
637 | 2024-08-21T20:56:39.698Z | Downloaded sync_wrapper v0.1.2 |
638 | 2024-08-21T20:56:39.700Z | Downloaded sec1 v0.7.3 |
639 | 2024-08-21T20:56:39.700Z | Downloaded futures v0.3.30 |
640 | 2024-08-21T20:56:39.706Z | Downloaded fatfs v0.3.6 |
641 | 2024-08-21T20:56:39.709Z | Downloaded endian-type v0.1.2 |
642 | 2024-08-21T20:56:39.712Z | Downloaded tower-service v0.3.2 |
643 | 2024-08-21T20:56:39.712Z | Downloaded pkcs8 v0.10.2 |
644 | 2024-08-21T20:56:39.716Z | Downloaded textwrap v0.16.1 |
645 | 2024-08-21T20:56:39.719Z | Downloaded utf-8 v0.7.6 |
646 | 2024-08-21T20:56:39.721Z | Downloaded zone_cfg_derive v0.1.2 |
647 | 2024-08-21T20:56:39.721Z | Downloaded predicates v3.1.2 |
648 | 2024-08-21T20:56:39.723Z | Downloaded heapless v0.7.17 |
649 | 2024-08-21T20:56:39.727Z | Downloaded crossterm v0.27.0 |
650 | 2024-08-21T20:56:39.734Z | Downloaded display-error-chain v0.2.0 |
651 | 2024-08-21T20:56:39.736Z | Downloaded pkg-config v0.3.30 |
652 | 2024-08-21T20:56:39.738Z | Downloaded tap v1.0.1 |
653 | 2024-08-21T20:56:39.738Z | Downloaded walkdir v2.5.0 |
654 | 2024-08-21T20:56:39.740Z | Downloaded rustls-pemfile v1.0.4 |
655 | 2024-08-21T20:56:39.743Z | Downloaded parking_lot v0.11.2 |
656 | 2024-08-21T20:56:39.747Z | Downloaded r2d2 v0.8.10 |
657 | 2024-08-21T20:56:39.749Z | Downloaded vergen v8.3.2 |
658 | 2024-08-21T20:56:39.750Z | Downloaded signal-hook v0.3.17 |
659 | 2024-08-21T20:56:39.753Z | Downloaded tungstenite v0.20.1 |
660 | 2024-08-21T20:56:39.756Z | Downloaded sqlparser_derive v0.2.2 |
661 | 2024-08-21T20:56:39.758Z | Downloaded parking_lot_core v0.8.6 |
662 | 2024-08-21T20:56:39.761Z | Downloaded prettyplease v0.2.20 |
663 | 2024-08-21T20:56:39.763Z | Downloaded rustc-hash v1.1.0 |
664 | 2024-08-21T20:56:39.766Z | Downloaded smawk v0.3.2 |
665 | 2024-08-21T20:56:39.766Z | Downloaded serde_path_to_error v0.1.16 |
666 | 2024-08-21T20:56:39.769Z | Downloaded packed_struct v0.10.1 |
667 | 2024-08-21T20:56:39.771Z | Downloaded itertools v0.12.1 |
668 | 2024-08-21T20:56:39.776Z | Downloaded hyper v0.14.30 |
669 | 2024-08-21T20:56:39.784Z | Downloaded waitgroup v0.1.2 |
670 | 2024-08-21T20:56:39.786Z | Downloaded scrypt v0.11.0 |
671 | 2024-08-21T20:56:39.789Z | Downloaded same-file v1.0.6 |
672 | 2024-08-21T20:56:39.789Z | Downloaded twox-hash v1.6.3 |
673 | 2024-08-21T20:56:39.791Z | Downloaded enum-as-inner v0.6.0 |
674 | 2024-08-21T20:56:39.794Z | Downloaded tokio-rustls v0.24.1 |
675 | 2024-08-21T20:56:39.796Z | Downloaded group v0.13.0 |
676 | 2024-08-21T20:56:39.796Z | Downloaded diesel_derives v2.2.2 |
677 | 2024-08-21T20:56:39.800Z | Downloaded half v2.4.1 |
678 | 2024-08-21T20:56:39.803Z | Downloaded fixedbitset v0.4.2 |
679 | 2024-08-21T20:56:39.808Z | Downloaded nom v7.1.3 |
680 | 2024-08-21T20:56:39.811Z | Downloaded sigpipe v0.1.3 |
681 | 2024-08-21T20:56:39.811Z | Downloaded phf_shared v0.11.2 |
682 | 2024-08-21T20:56:39.814Z | Downloaded percent-encoding v2.3.1 |
683 | 2024-08-21T20:56:39.814Z | Downloaded parse-display-derive v0.10.0 |
684 | 2024-08-21T20:56:39.816Z | Downloaded flate2 v1.0.31 |
685 | 2024-08-21T20:56:39.820Z | Downloaded parse-display v0.10.0 |
686 | 2024-08-21T20:56:39.823Z | Downloaded fd-lock v4.0.2 |
687 | 2024-08-21T20:56:39.823Z | Downloaded rtoolbox v0.0.2 |
688 | 2024-08-21T20:56:39.826Z | Downloaded unicase v2.7.0 |
689 | 2024-08-21T20:56:39.828Z | Downloaded getrandom v0.2.14 |
690 | 2024-08-21T20:56:39.833Z | Downloaded unicode-linebreak v0.1.5 |
691 | 2024-08-21T20:56:39.833Z | Downloaded slog-stdlog v4.1.1 |
692 | 2024-08-21T20:56:39.836Z | Downloaded wait-timeout v0.2.0 |
693 | 2024-08-21T20:56:39.836Z | Downloaded uzers v0.11.3 |
694 | 2024-08-21T20:56:39.836Z | Downloaded postgres-protocol v0.6.7 |
695 | 2024-08-21T20:56:39.839Z | Downloaded poly1305 v0.8.0 |
696 | 2024-08-21T20:56:39.841Z | Downloaded term v0.7.0 |
697 | 2024-08-21T20:56:39.845Z | Downloaded termios v0.3.3 |
698 | 2024-08-21T20:56:39.850Z | Downloaded hubpack v0.1.2 |
699 | 2024-08-21T20:56:39.850Z | Downloaded httpdate v1.0.3 |
700 | 2024-08-21T20:56:39.850Z | Downloaded flagset v0.4.5 |
701 | 2024-08-21T20:56:39.856Z | Downloaded env_logger v0.10.2 |
702 | 2024-08-21T20:56:39.859Z | Downloaded rustls-pemfile v2.1.3 |
703 | 2024-08-21T20:56:39.859Z | Downloaded rand_xorshift v0.3.0 |
704 | 2024-08-21T20:56:39.859Z | Downloaded secrecy v0.8.0 |
705 | 2024-08-21T20:56:39.859Z | Downloaded highway v1.2.0 |
706 | 2024-08-21T20:56:39.859Z | Downloaded globset v0.4.14 |
707 | 2024-08-21T20:56:39.862Z | Downloaded tokio-util v0.7.11 |
708 | 2024-08-21T20:56:39.866Z | Downloaded pkcs5 v0.7.1 |
709 | 2024-08-21T20:56:39.871Z | Downloaded rand_seeder v0.3.0 |
710 | 2024-08-21T20:56:39.873Z | Downloaded slog-scope v4.4.0 |
711 | 2024-08-21T20:56:39.876Z | Downloaded rand_core v0.6.4 |
712 | 2024-08-21T20:56:39.876Z | Downloaded serde_plain v1.0.2 |
713 | 2024-08-21T20:56:39.878Z | Downloaded tar v0.4.41 |
714 | 2024-08-21T20:56:39.881Z | Downloaded rand v0.8.5 |
715 | 2024-08-21T20:56:39.883Z | Downloaded derive_builder_core v0.20.0 |
716 | 2024-08-21T20:56:39.886Z | Downloaded strum_macros v0.25.3 |
717 | 2024-08-21T20:56:39.888Z | Downloaded spin v0.5.2 |
718 | 2024-08-21T20:56:39.888Z | Downloaded zone v0.1.8 |
719 | 2024-08-21T20:56:39.891Z | Downloaded derive_builder v0.20.0 |
720 | 2024-08-21T20:56:39.893Z | Downloaded rand_chacha v0.3.1 |
721 | 2024-08-21T20:56:39.896Z | Downloaded sct v0.7.1 |
722 | 2024-08-21T20:56:39.898Z | Downloaded rustc-demangle v0.1.24 |
723 | 2024-08-21T20:56:39.900Z | Downloaded typed-path v0.7.1 |
724 | 2024-08-21T20:56:39.906Z | Downloaded diff v0.1.13 |
725 | 2024-08-21T20:56:39.910Z | Downloaded postcard v1.0.8 |
726 | 2024-08-21T20:56:39.912Z | Downloaded shell-words v1.1.0 |
727 | 2024-08-21T20:56:39.915Z | Downloaded derive_more v0.99.18 |
728 | 2024-08-21T20:56:39.918Z | Downloaded url v2.5.2 |
729 | 2024-08-21T20:56:39.921Z | Downloaded aho-corasick v1.1.3 |
730 | 2024-08-21T20:56:39.927Z | Downloaded steno v0.4.1 |
731 | 2024-08-21T20:56:39.931Z | Downloaded postgres-types v0.2.7 |
732 | 2024-08-21T20:56:39.933Z | Downloaded test-strategy v0.3.1 |
733 | 2024-08-21T20:56:39.936Z | Downloaded tungstenite v0.21.0 |
734 | 2024-08-21T20:56:39.940Z | Downloaded tokio-postgres v0.7.11 |
735 | 2024-08-21T20:56:39.945Z | Downloaded unicode-normalization v0.1.23 |
736 | 2024-08-21T20:56:39.949Z | Downloaded unicode-bidi v0.3.15 |
737 | 2024-08-21T20:56:39.952Z | Downloaded hickory-resolver v0.24.1 |
738 | 2024-08-21T20:56:39.956Z | Downloaded snafu-derive v0.8.2 |
739 | 2024-08-21T20:56:39.958Z | Downloaded parking_lot v0.12.2 |
740 | 2024-08-21T20:56:39.961Z | Downloaded snafu v0.8.2 |
741 | 2024-08-21T20:56:39.966Z | Downloaded tracing v0.1.40 |
742 | 2024-08-21T20:56:39.970Z | Downloaded zip v0.6.6 |
743 | 2024-08-21T20:56:39.974Z | Downloaded ron v0.8.1 |
744 | 2024-08-21T20:56:39.980Z | Downloaded rayon v1.10.0 |
745 | 2024-08-21T20:56:39.989Z | Downloaded hashbrown v0.12.3 |
746 | 2024-08-21T20:56:39.994Z | Downloaded expectorate v1.1.0 |
747 | 2024-08-21T20:56:39.996Z | Downloaded reedline v0.33.0 |
748 | 2024-08-21T20:56:40.003Z | Downloaded reqwest v0.11.27 |
749 | 2024-08-21T20:56:40.011Z | Downloaded ron v0.7.1 |
750 | 2024-08-21T20:56:40.016Z | Downloaded unicode-segmentation v1.11.0 |
751 | 2024-08-21T20:56:40.020Z | Downloaded nix v0.27.1 |
752 | 2024-08-21T20:56:40.031Z | Downloaded object v0.30.4 |
753 | 2024-08-21T20:56:40.040Z | Downloaded rsa v0.9.6 |
754 | 2024-08-21T20:56:40.045Z | Downloaded idna v0.4.0 |
755 | 2024-08-21T20:56:40.052Z | Downloaded serde_with v3.9.0 |
756 | 2024-08-21T20:56:40.061Z | Downloaded proptest v1.5.0 |
757 | 2024-08-21T20:56:40.070Z | Downloaded futures-util v0.3.30 |
758 | 2024-08-21T20:56:40.082Z | Downloaded h2 v0.3.26 |
759 | 2024-08-21T20:56:40.089Z | Downloaded rustls-webpki v0.102.4 |
760 | 2024-08-21T20:56:40.107Z | Downloaded rustls-webpki v0.101.7 |
761 | 2024-08-21T20:56:40.120Z | Downloaded portable-atomic v1.6.0 |
762 | 2024-08-21T20:56:40.126Z | Downloaded quick-xml v0.31.0 |
763 | 2024-08-21T20:56:40.131Z | Downloaded vcpkg v0.2.15 |
764 | 2024-08-21T20:56:40.169Z | Downloaded rusqlite v0.31.0 |
765 | 2024-08-21T20:56:40.174Z | Downloaded curve25519-dalek v4.1.3 |
766 | 2024-08-21T20:56:40.184Z | Downloaded object v0.32.2 |
767 | 2024-08-21T20:56:40.194Z | Downloaded rustls v0.21.12 |
768 | 2024-08-21T20:56:40.206Z | Downloaded hkdf v0.12.4 |
769 | 2024-08-21T20:56:40.208Z | Downloaded sqlparser v0.45.0 |
770 | 2024-08-21T20:56:40.213Z | Downloaded bstr v1.9.1 |
771 | 2024-08-21T20:56:40.223Z | Downloaded regress v0.9.1 |
772 | 2024-08-21T20:56:40.232Z | Downloaded diesel v2.2.2 |
773 | 2024-08-21T20:56:40.251Z | Downloaded regex v1.10.6 |
774 | 2024-08-21T20:56:40.263Z | Downloaded radix_trie v0.2.1 |
775 | 2024-08-21T20:56:40.269Z | Downloaded regex-syntax v0.8.4 |
776 | 2024-08-21T20:56:40.277Z | Downloaded gimli v0.28.1 |
777 | 2024-08-21T20:56:40.285Z | Downloaded smoltcp v0.9.1 |
778 | 2024-08-21T20:56:40.296Z | Downloaded polar-core v0.27.3 |
779 | 2024-08-21T20:56:40.304Z | Downloaded regex-syntax v0.6.29 |
780 | 2024-08-21T20:56:40.311Z | Downloaded openapiv3 v2.0.0 |
781 | 2024-08-21T20:56:40.323Z | Downloaded rustls v0.22.4 |
782 | 2024-08-21T20:56:40.336Z | Downloaded ratatui v0.28.0 |
783 | 2024-08-21T20:56:40.355Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
784 | 2024-08-21T20:56:40.367Z | Downloaded hickory-proto v0.24.1 |
785 | 2024-08-21T20:56:40.382Z | Downloaded smoltcp v0.11.0 |
786 | 2024-08-21T20:56:40.394Z | Downloaded sled v0.34.7 |
787 | 2024-08-21T20:56:40.404Z | Downloaded nix v0.28.0 |
788 | 2024-08-21T20:56:40.415Z | Downloaded zerocopy-derive v0.6.6 |
789 | 2024-08-21T20:56:40.426Z | Downloaded tokio v1.38.1 |
790 | 2024-08-21T20:56:40.462Z | Downloaded sha3 v0.10.8 |
791 | 2024-08-21T20:56:40.466Z | Downloaded regex-automata v0.4.6 |
792 | 2024-08-21T20:56:40.484Z | Downloaded csv v1.3.0 |
793 | 2024-08-21T20:56:40.506Z | Downloaded webpki-roots v0.25.4 |
794 | 2024-08-21T20:56:40.510Z | Downloaded git2 v0.19.0 |
795 | 2024-08-21T20:56:40.518Z | Downloaded bitvec v1.0.1 |
796 | 2024-08-21T20:56:40.534Z | Downloaded chrono v0.4.38 |
797 | 2024-08-21T20:56:40.541Z | Downloaded http v1.1.0 |
798 | 2024-08-21T20:56:40.545Z | Downloaded tough v0.17.1 |
799 | 2024-08-21T20:56:40.553Z | Downloaded openssl v0.10.66 |
800 | 2024-08-21T20:56:40.562Z | Downloaded finl_unicode v1.2.0 |
801 | 2024-08-21T20:56:40.577Z | Downloaded lalrpop v0.19.12 |
802 | 2024-08-21T20:56:40.586Z | Downloaded petgraph v0.6.5 |
803 | 2024-08-21T20:56:40.604Z | Downloaded http v0.2.12 |
804 | 2024-08-21T20:56:40.608Z | Downloaded hickory-server v0.24.1 |
805 | 2024-08-21T20:56:40.613Z | Downloaded bindgen v0.69.4 |
806 | 2024-08-21T20:56:40.621Z | Downloaded blake3 v1.5.1 |
807 | 2024-08-21T20:56:40.628Z | Downloaded winnow v0.5.40 |
808 | 2024-08-21T20:56:40.640Z | Downloaded idna v0.5.0 |
809 | 2024-08-21T20:56:40.649Z | Downloaded rustyline v14.0.0 |
810 | 2024-08-21T20:56:40.652Z | Downloaded rcgen v0.12.1 |
811 | 2024-08-21T20:56:40.655Z | Downloaded crossterm v0.28.1 |
812 | 2024-08-21T20:56:40.661Z | Downloaded termcolor v1.4.1 |
813 | 2024-08-21T20:56:40.664Z | Downloaded rustls-pki-types v1.7.0 |
814 | 2024-08-21T20:56:40.666Z | Downloaded pkcs1 v0.7.5 |
815 | 2024-08-21T20:56:40.668Z | Downloaded supports-color v3.0.0 |
816 | 2024-08-21T20:56:40.668Z | Downloaded unarray v0.1.4 |
817 | 2024-08-21T20:56:40.671Z | Downloaded thiserror-impl-no-std v2.0.2 |
818 | 2024-08-21T20:56:40.671Z | Downloaded slog-term v2.9.1 |
819 | 2024-08-21T20:56:40.674Z | Downloaded idna v0.3.0 |
820 | 2024-08-21T20:56:40.679Z | Downloaded uuid v1.10.0 |
821 | 2024-08-21T20:56:40.683Z | Downloaded erased-serde v0.3.31 |
822 | 2024-08-21T20:56:40.685Z | Downloaded topological-sort v0.2.2 |
823 | 2024-08-21T20:56:40.687Z | Downloaded serde_derive_internals v0.29.1 |
824 | 2024-08-21T20:56:40.687Z | Downloaded hmac v0.12.1 |
825 | 2024-08-21T20:56:40.690Z | Downloaded libm v0.2.8 |
826 | 2024-08-21T20:56:40.697Z | Downloaded x509-cert v0.2.5 |
827 | 2024-08-21T20:56:40.703Z | Downloaded hash32 v0.3.1 |
828 | 2024-08-21T20:56:40.706Z | Downloaded hash32 v0.2.1 |
829 | 2024-08-21T20:56:40.709Z | Downloaded embedded-io v0.4.0 |
830 | 2024-08-21T20:56:40.709Z | Downloaded tokio-macros v2.3.0 |
831 | 2024-08-21T20:56:40.709Z | Downloaded hashbrown v0.13.2 |
832 | 2024-08-21T20:56:40.712Z | Downloaded owo-colors v4.0.0 |
833 | 2024-08-21T20:56:40.715Z | Downloaded phf_shared v0.10.0 |
834 | 2024-08-21T20:56:40.719Z | Downloaded downcast v0.11.0 |
835 | 2024-08-21T20:56:40.719Z | Downloaded ena v0.14.3 |
836 | 2024-08-21T20:56:40.722Z | Downloaded defmt-parser v0.3.4 |
837 | 2024-08-21T20:56:40.722Z | Downloaded tracing-core v0.1.32 |
838 | 2024-08-21T20:56:40.724Z | Downloaded tokio-stream v0.1.15 |
839 | 2024-08-21T20:56:40.727Z | Downloaded tokio-rustls v0.25.0 |
840 | 2024-08-21T20:56:40.729Z | Downloaded tabwriter v1.4.0 |
841 | 2024-08-21T20:56:40.732Z | Downloaded futures-macro v0.3.30 |
842 | 2024-08-21T20:56:40.732Z | Downloaded futures-io v0.3.30 |
843 | 2024-08-21T20:56:40.732Z | Downloaded futures-executor v0.3.30 |
844 | 2024-08-21T20:56:40.734Z | Downloaded derive_builder_macro v0.20.0 |
845 | 2024-08-21T20:56:40.734Z | Downloaded futures-task v0.3.30 |
846 | 2024-08-21T20:56:40.737Z | Downloaded futures-sink v0.3.30 |
847 | 2024-08-21T20:56:40.737Z | Downloaded smf v0.2.3 |
848 | 2024-08-21T20:56:40.737Z | Downloaded serde_repr v0.1.19 |
849 | 2024-08-21T20:56:40.740Z | Downloaded time v0.3.36 |
850 | 2024-08-21T20:56:40.745Z | Downloaded aes v0.8.4 |
851 | 2024-08-21T20:56:40.749Z | Downloaded publicsuffix v2.2.3 |
852 | 2024-08-21T20:56:40.751Z | Downloaded schemars v0.8.21 |
853 | 2024-08-21T20:56:40.763Z | Downloaded encoding_rs v0.8.34 |
854 | 2024-08-21T20:56:40.784Z | Downloaded ring v0.16.20 |
855 | 2024-08-21T20:56:40.865Z | Downloaded unicode_categories v0.1.1 |
856 | 2024-08-21T20:56:40.869Z | Downloaded rpassword v7.3.1 |
857 | 2024-08-21T20:56:40.869Z | Downloaded ppv-lite86 v0.2.17 |
858 | 2024-08-21T20:56:40.871Z | Downloaded subprocess v0.2.9 |
859 | 2024-08-21T20:56:40.871Z | Downloaded dirs-next v2.0.0 |
860 | 2024-08-21T20:56:40.874Z | Downloaded difflib v0.4.0 |
861 | 2024-08-21T20:56:40.875Z | Downloaded quick-error v1.2.3 |
862 | 2024-08-21T20:56:40.877Z | Downloaded vsss-rs v3.3.4 |
863 | 2024-08-21T20:56:40.877Z | Downloaded tempfile v3.10.1 |
864 | 2024-08-21T20:56:40.879Z | Downloaded base64 v0.21.7 |
865 | 2024-08-21T20:56:40.882Z | Downloaded take_mut v0.2.2 |
866 | 2024-08-21T20:56:40.885Z | Downloaded predicates-core v1.0.6 |
867 | 2024-08-21T20:56:40.885Z | Downloaded string_cache v0.8.7 |
868 | 2024-08-21T20:56:40.887Z | Downloaded slog-bunyan v2.5.0 |
869 | 2024-08-21T20:56:40.887Z | Downloaded strip-ansi-escapes v0.2.0 |
870 | 2024-08-21T20:56:40.887Z | Downloaded signal-hook-registry v1.4.2 |
871 | 2024-08-21T20:56:40.890Z | Downloaded vte v0.11.1 |
872 | 2024-08-21T20:56:40.893Z | Downloaded rayon-core v1.12.1 |
873 | 2024-08-21T20:56:40.895Z | Downloaded salsa20 v0.10.2 |
874 | 2024-08-21T20:56:40.895Z | Downloaded rusty-fork v0.3.0 |
875 | 2024-08-21T20:56:40.898Z | Downloaded proc-macro-crate v1.3.1 |
876 | 2024-08-21T20:56:40.898Z | Downloaded predicates-tree v1.0.9 |
877 | 2024-08-21T20:56:40.898Z | Downloaded hostname v0.3.1 |
878 | 2024-08-21T20:56:40.900Z | Downloaded home v0.5.9 |
879 | 2024-08-21T20:56:40.900Z | Downloaded httparse v1.8.0 |
880 | 2024-08-21T20:56:40.902Z | Downloaded hex v0.4.3 |
881 | 2024-08-21T20:56:40.905Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
882 | 2024-08-21T20:56:40.960Z | Downloaded zerocopy v0.6.6 |
883 | 2024-08-21T20:56:40.962Z | Downloaded openssl-sys v0.9.103 |
884 | 2024-08-21T20:56:40.967Z | Downloaded heapless v0.8.0 |
885 | 2024-08-21T20:56:40.970Z | Downloaded unsafe-libyaml v0.2.11 |
886 | 2024-08-21T20:56:40.975Z | Downloaded toml_edit v0.19.15 |
887 | 2024-08-21T20:56:40.989Z | Downloaded minimal-lexical v0.2.1 |
888 | 2024-08-21T20:56:40.993Z | Downloaded crossbeam-channel v0.5.12 |
889 | 2024-08-21T20:56:40.997Z | Downloaded bytes v1.7.1 |
890 | 2024-08-21T20:56:41.001Z | Downloaded elliptic-curve v0.13.8 |
891 | 2024-08-21T20:56:41.004Z | Downloaded const_format v0.2.32 |
892 | 2024-08-21T20:56:41.008Z | Downloaded thiserror-no-std v2.0.2 |
893 | 2024-08-21T20:56:41.012Z | Downloaded pem-rfc7468 v0.7.0 |
894 | 2024-08-21T20:56:41.015Z | Downloaded libxml v0.3.3 |
895 | 2024-08-21T20:56:41.019Z | Downloaded tokio-tungstenite v0.20.1 |
896 | 2024-08-21T20:56:41.022Z | Downloaded paste v1.0.15 |
897 | 2024-08-21T20:56:41.024Z | Downloaded radium v0.7.0 |
898 | 2024-08-21T20:56:41.027Z | Downloaded num-bigint-dig v0.8.4 |
899 | 2024-08-21T20:56:41.029Z | Downloaded der v0.7.9 |
900 | 2024-08-21T20:56:41.034Z | Downloaded fastrand v2.1.0 |
901 | 2024-08-21T20:56:41.036Z | Downloaded dsl_auto_type v0.1.2 |
902 | 2024-08-21T20:56:41.039Z | Downloaded signal-hook-mio v0.2.4 |
903 | 2024-08-21T20:56:41.039Z | Downloaded strum_macros v0.26.4 |
904 | 2024-08-21T20:56:41.042Z | Downloaded flume v0.11.0 |
905 | 2024-08-21T20:56:41.044Z | Downloaded slog-envlogger v2.2.0 |
906 | 2024-08-21T20:56:41.046Z | Downloaded slog-dtrace v0.3.0 |
907 | 2024-08-21T20:56:41.046Z | Downloaded serde_arrays v0.1.0 |
908 | 2024-08-21T20:56:41.049Z | Downloaded http-body v0.4.6 |
909 | 2024-08-21T20:56:41.049Z | Downloaded heck v0.3.3 |
910 | 2024-08-21T20:56:41.051Z | Downloaded fragile v2.0.0 |
911 | 2024-08-21T20:56:41.051Z | Downloaded parking_lot_core v0.9.10 |
912 | 2024-08-21T20:56:41.053Z | Downloaded socket2 v0.4.10 |
913 | 2024-08-21T20:56:41.056Z | Downloaded similar v2.6.0 |
914 | 2024-08-21T20:56:41.059Z | Downloaded socket2 v0.5.7 |
915 | 2024-08-21T20:56:41.061Z | Downloaded serde_with_macros v3.9.0 |
916 | 2024-08-21T20:56:41.064Z | Downloaded cc v1.0.97 |
917 | 2024-08-21T20:56:41.066Z | Downloaded backtrace v0.3.71 |
918 | 2024-08-21T20:56:41.070Z | Downloaded cookie_store v0.20.0 |
919 | 2024-08-21T20:56:41.073Z | Downloaded const-oid v0.9.6 |
920 | 2024-08-21T20:56:41.075Z | Downloaded darling_core v0.20.9 |
921 | 2024-08-21T20:56:41.079Z | Downloaded crossbeam-utils v0.8.19 |
922 | 2024-08-21T20:56:41.081Z | Downloaded tls_codec_derive v0.4.1 |
923 | 2024-08-21T20:56:41.084Z | Downloaded derive-where v1.2.7 |
924 | 2024-08-21T20:56:41.087Z | Downloaded unicode-truncate v1.0.0 |
925 | 2024-08-21T20:56:41.089Z | Downloaded tokio-tungstenite v0.21.0 |
926 | 2024-08-21T20:56:41.091Z | Downloaded bcs v0.1.6 |
927 | 2024-08-21T20:56:41.092Z | Downloaded itertools v0.10.5 |
928 | 2024-08-21T20:56:41.097Z | Downloaded crc-any v2.5.0 |
929 | 2024-08-21T20:56:41.100Z | Downloaded spki v0.7.3 |
930 | 2024-08-21T20:56:41.102Z | Downloaded slog-async v2.8.0 |
931 | 2024-08-21T20:56:41.104Z | Downloaded rustc_version v0.1.7 |
932 | 2024-08-21T20:56:41.104Z | Downloaded rustc_version v0.4.0 |
933 | 2024-08-21T20:56:41.104Z | Downloaded resolv-conf v0.7.0 |
934 | 2024-08-21T20:56:41.107Z | Downloaded base64 v0.13.1 |
935 | 2024-08-21T20:56:41.109Z | Downloaded libloading v0.8.3 |
936 | 2024-08-21T20:56:41.112Z | Downloaded zeroize v1.7.0 |
937 | 2024-08-21T20:56:41.112Z | Downloaded universal-hash v0.5.1 |
938 | 2024-08-21T20:56:41.114Z | Downloaded unicode-xid v0.2.4 |
939 | 2024-08-21T20:56:41.114Z | Downloaded mockall v0.13.0 |
940 | 2024-08-21T20:56:41.117Z | Downloaded cexpr v0.6.0 |
941 | 2024-08-21T20:56:41.117Z | Downloaded base64ct v1.6.0 |
942 | 2024-08-21T20:56:41.119Z | Downloaded untrusted v0.7.1 |
943 | 2024-08-21T20:56:41.122Z | Downloaded strum_macros v0.24.3 |
944 | 2024-08-21T20:56:41.122Z | Downloaded backoff v0.4.0 |
945 | 2024-08-21T20:56:41.124Z | Downloaded num_cpus v1.16.0 |
946 | 2024-08-21T20:56:41.127Z | Downloaded arc-swap v1.7.1 |
947 | 2024-08-21T20:56:41.129Z | Downloaded jobserver v0.1.32 |
948 | 2024-08-21T20:56:41.132Z | Downloaded deranged v0.3.11 |
949 | 2024-08-21T20:56:41.134Z | Downloaded num v0.4.3 |
950 | 2024-08-21T20:56:41.134Z | Downloaded newtype-uuid v1.1.0 |
951 | 2024-08-21T20:56:41.134Z | Downloaded nanorand v0.7.0 |
952 | 2024-08-21T20:56:41.139Z | Downloaded libefi-sys v0.1.0 |
953 | 2024-08-21T20:56:41.141Z | Downloaded crc-catalog v2.4.0 |
954 | 2024-08-21T20:56:41.141Z | Downloaded cobs v0.2.3 |
955 | 2024-08-21T20:56:41.141Z | Downloaded constant_time_eq v0.3.0 |
956 | 2024-08-21T20:56:41.141Z | Downloaded crossbeam-deque v0.8.5 |
957 | 2024-08-21T20:56:41.144Z | Downloaded md-5 v0.10.6 |
958 | 2024-08-21T20:56:41.144Z | Downloaded data-encoding v2.6.0 |
959 | 2024-08-21T20:56:41.146Z | Downloaded float-ord v0.3.2 |
960 | 2024-08-21T20:56:41.146Z | Downloaded toolchain_find v0.4.0 |
961 | 2024-08-21T20:56:41.146Z | Downloaded time-core v0.1.2 |
962 | 2024-08-21T20:56:41.151Z | Downloaded sha1 v0.10.6 |
963 | 2024-08-21T20:56:41.151Z | Downloaded linear-map v1.2.0 |
964 | 2024-08-21T20:56:41.153Z | Downloaded libsw v3.3.1 |
965 | 2024-08-21T20:56:41.153Z | Downloaded indexmap v1.9.3 |
966 | 2024-08-21T20:56:41.155Z | Downloaded cassowary v0.3.0 |
967 | 2024-08-21T20:56:41.157Z | Downloaded bitfield v0.14.0 |
968 | 2024-08-21T20:56:41.157Z | Downloaded bit-set v0.5.3 |
969 | 2024-08-21T20:56:41.161Z | Downloaded base16ct v0.2.0 |
970 | 2024-08-21T20:56:41.161Z | Downloaded impl-trait-for-tuples v0.2.2 |
971 | 2024-08-21T20:56:41.163Z | Downloaded managed v0.8.0 |
972 | 2024-08-21T20:56:41.163Z | Downloaded addr2line v0.21.0 |
973 | 2024-08-21T20:56:41.166Z | Downloaded lazy_static v1.5.0 |
974 | 2024-08-21T20:56:41.168Z | Downloaded darling_macro v0.20.9 |
975 | 2024-08-21T20:56:41.169Z | Downloaded async-trait v0.1.81 |
976 | 2024-08-21T20:56:41.172Z | Downloaded hyper-rustls v0.24.2 |
977 | 2024-08-21T20:56:41.174Z | Downloaded const_format_proc_macros v0.2.32 |
978 | 2024-08-21T20:56:41.176Z | Downloaded ciborium-io v0.2.2 |
979 | 2024-08-21T20:56:41.176Z | Downloaded argon2 v0.5.3 |
980 | 2024-08-21T20:56:41.176Z | Downloaded is-terminal v0.4.12 |
981 | 2024-08-21T20:56:41.179Z | Downloaded buf-list v1.0.3 |
982 | 2024-08-21T20:56:41.182Z | Downloaded num-integer v0.1.46 |
983 | 2024-08-21T20:56:41.182Z | Downloaded crc v3.2.1 |
984 | 2024-08-21T20:56:41.185Z | Downloaded convert_case v0.4.0 |
985 | 2024-08-21T20:56:41.185Z | Downloaded ciborium-ll v0.2.2 |
986 | 2024-08-21T20:56:41.187Z | Downloaded bb8 v0.8.5 |
987 | 2024-08-21T20:56:41.187Z | Downloaded array-init v0.0.4 |
988 | 2024-08-21T20:56:41.187Z | Downloaded defmt-macros v0.3.9 |
989 | 2024-08-21T20:56:41.190Z | Downloaded maplit v1.0.2 |
990 | 2024-08-21T20:56:41.192Z | Downloaded is_ci v1.2.0 |
991 | 2024-08-21T20:56:41.195Z | Downloaded hyper-tls v0.5.0 |
992 | 2024-08-21T20:56:41.195Z | Downloaded castaway v0.2.3 |
993 | 2024-08-21T20:56:41.197Z | Downloaded lru v0.12.3 |
994 | 2024-08-21T20:56:41.197Z | Downloaded iana-time-zone v0.1.60 |
995 | 2024-08-21T20:56:41.199Z | Downloaded keccak v0.1.5 |
996 | 2024-08-21T20:56:41.200Z | Downloaded ident_case v1.0.1 |
997 | 2024-08-21T20:56:41.202Z | Downloaded cstr-argument v0.1.2 |
998 | 2024-08-21T20:56:41.202Z | Downloaded cfg_aliases v0.1.1 |
999 | 2024-08-21T20:56:41.202Z | Downloaded block-padding v0.3.3 |
1000 | 2024-08-21T20:56:41.205Z | Downloaded bitfield-struct v0.6.1 |
1001 | 2024-08-21T20:56:41.205Z | Downloaded async-stream v0.3.5 |
1002 | 2024-08-21T20:56:41.205Z | Downloaded arrayref v0.3.7 |
1003 | 2024-08-21T20:56:41.208Z | Downloaded num_threads v0.1.7 |
1004 | 2024-08-21T20:56:41.208Z | Downloaded newtype_derive v0.1.6 |
1005 | 2024-08-21T20:56:41.208Z | Downloaded adler v1.0.2 |
1006 | 2024-08-21T20:56:41.212Z | Downloaded ascii-canvas v3.0.0 |
1007 | 2024-08-21T20:56:41.212Z | Downloaded aead v0.5.2 |
1008 | 2024-08-21T20:56:41.307Z | Downloaded libz-sys v1.1.16 |
1009 | 2024-08-21T20:56:41.408Z | Downloaded ring v0.17.8 |
1010 | 2024-08-21T20:56:41.595Z | Downloaded libsqlite3-sys v0.28.0 |
1011 | 2024-08-21T20:56:41.654Z | Compiling cfg-if v1.0.0 |
1012 | 2024-08-21T20:56:41.654Z | Compiling serde v1.0.208 |
1013 | 2024-08-21T20:56:41.657Z | Compiling typenum v1.17.0 |
1014 | 2024-08-21T20:56:41.657Z | Compiling lock_api v0.4.12 |
1015 | 2024-08-21T20:56:41.657Z | Compiling generic-array v0.14.7 |
1016 | 2024-08-21T20:56:41.792Z | Compiling syn v2.0.74 |
1017 | 2024-08-21T20:56:41.801Z | Compiling scopeguard v1.2.0 |
1018 | 2024-08-21T20:56:41.803Z | Compiling log v0.4.21 |
1019 | 2024-08-21T20:56:41.873Z | Compiling getrandom v0.2.14 |
1020 | 2024-08-21T20:56:41.992Z | Compiling jobserver v0.1.32 |
1021 | 2024-08-21T20:56:42.135Z | Compiling rand_core v0.6.4 |
1022 | 2024-08-21T20:56:42.270Z | Compiling subtle v2.5.0 |
1023 | 2024-08-21T20:56:42.330Z | Compiling cc v1.0.97 |
1024 | 2024-08-21T20:56:42.354Z | Compiling const-oid v0.9.6 |
1025 | 2024-08-21T20:56:42.618Z | Compiling pin-project-lite v0.2.14 |
1026 | 2024-08-21T20:56:42.646Z | Compiling smallvec v1.13.2 |
1027 | 2024-08-21T20:56:42.698Z | Compiling parking_lot_core v0.9.10 |
1028 | 2024-08-21T20:56:42.736Z | Compiling signal-hook-registry v1.4.2 |
1029 | 2024-08-21T20:56:42.902Z | Compiling spin v0.9.8 |
1030 | 2024-08-21T20:56:43.031Z | Compiling mio v0.8.11 |
1031 | 2024-08-21T20:56:43.287Z | Compiling ahash v0.8.11 |
1032 | 2024-08-21T20:56:43.525Z | Compiling tinyvec_macros v0.1.1 |
1033 | 2024-08-21T20:56:43.614Z | Compiling parking_lot v0.12.2 |
1034 | 2024-08-21T20:56:43.738Z | Compiling tinyvec v1.6.0 |
1035 | 2024-08-21T20:56:43.821Z | Compiling num_cpus v1.16.0 |
1036 | 2024-08-21T20:56:43.947Z | Compiling socket2 v0.5.7 |
1037 | 2024-08-21T20:56:44.304Z | Compiling serde_json v1.0.125 |
1038 | 2024-08-21T20:56:44.325Z | Compiling libm v0.2.8 |
1039 | 2024-08-21T20:56:44.573Z | Compiling futures-core v0.3.30 |
1040 | 2024-08-21T20:56:44.629Z | Compiling cpufeatures v0.2.12 |
1041 | 2024-08-21T20:56:44.727Z | Compiling slab v0.4.9 |
1042 | 2024-08-21T20:56:44.798Z | Compiling num-traits v0.2.19 |
1043 | 2024-08-21T20:56:44.816Z | Compiling unicode-bidi v0.3.15 |
1044 | 2024-08-21T20:56:44.831Z | Compiling futures-sink v0.3.30 |
1045 | 2024-08-21T20:56:45.003Z | Compiling allocator-api2 v0.2.18 |
1046 | 2024-08-21T20:56:45.266Z | Compiling unicode-normalization v0.1.23 |
1047 | 2024-08-21T20:56:45.310Z | Compiling futures-channel v0.3.30 |
1048 | 2024-08-21T20:56:45.489Z | Compiling futures-task v0.3.30 |
1049 | 2024-08-21T20:56:45.742Z | Compiling futures-io v0.3.30 |
1050 | 2024-08-21T20:56:45.794Z | Compiling vcpkg v0.2.15 |
1051 | 2024-08-21T20:56:45.868Z | Compiling pkg-config v0.3.30 |
1052 | 2024-08-21T20:56:46.376Z | Compiling pin-utils v0.1.0 |
1053 | 2024-08-21T20:56:46.403Z | Compiling base64ct v1.6.0 |
1054 | 2024-08-21T20:56:46.420Z | Compiling flagset v0.4.5 |
1055 | 2024-08-21T20:56:46.466Z | Compiling percent-encoding v2.3.1 |
1056 | 2024-08-21T20:56:46.557Z | Compiling ring v0.17.8 |
1057 | 2024-08-21T20:56:46.621Z | Compiling ppv-lite86 v0.2.17 |
1058 | 2024-08-21T20:56:46.904Z | Compiling pem-rfc7468 v0.7.0 |
1059 | 2024-08-21T20:56:47.059Z | Compiling tracing-core v0.1.32 |
1060 | 2024-08-21T20:56:47.469Z | Compiling rand_chacha v0.3.1 |
1061 | 2024-08-21T20:56:47.495Z | Compiling rustix v0.38.34 |
1062 | 2024-08-21T20:56:47.660Z | Compiling untrusted v0.9.0 |
1063 | 2024-08-21T20:56:47.823Z | Compiling rand v0.8.5 |
1064 | 2024-08-21T20:56:48.064Z | Compiling openssl-sys v0.9.103 |
1065 | 2024-08-21T20:56:48.210Z | Compiling httparse v1.8.0 |
1066 | 2024-08-21T20:56:48.354Z | Compiling num-conv v0.1.0 |
1067 | 2024-08-21T20:56:48.400Z | Compiling foreign-types-shared v0.1.1 |
1068 | 2024-08-21T20:56:48.514Z | Compiling powerfmt v0.2.0 |
1069 | 2024-08-21T20:56:48.653Z | Compiling openssl v0.10.66 |
1070 | 2024-08-21T20:56:48.696Z | Compiling time-core v0.1.2 |
1071 | 2024-08-21T20:56:48.867Z | Compiling rustversion v1.0.17 |
1072 | 2024-08-21T20:56:48.908Z | Compiling time-macros v0.2.18 |
1073 | 2024-08-21T20:56:49.042Z | Compiling deranged v0.3.11 |
1074 | 2024-08-21T20:56:49.635Z | Compiling foreign-types v0.3.2 |
1075 | 2024-08-21T20:56:49.652Z | Compiling form_urlencoded v1.2.1 |
1076 | 2024-08-21T20:56:49.666Z | Compiling aho-corasick v1.1.3 |
1077 | 2024-08-21T20:56:49.714Z | Compiling try-lock v0.2.5 |
1078 | 2024-08-21T20:56:49.837Z | Compiling syn v1.0.109 |
1079 | 2024-08-21T20:56:49.919Z | Compiling siphasher v0.3.11 |
1080 | 2024-08-21T20:56:50.240Z | Compiling crossbeam-utils v0.8.19 |
1081 | 2024-08-21T20:56:50.421Z | Compiling regex-syntax v0.8.4 |
1082 | 2024-08-21T20:56:50.614Z | Compiling num_threads v0.1.7 |
1083 | 2024-08-21T20:56:50.714Z | Compiling rustls v0.21.12 |
1084 | 2024-08-21T20:56:50.799Z | Compiling native-tls v0.2.11 |
1085 | 2024-08-21T20:56:51.026Z | Compiling want v0.3.1 |
1086 | 2024-08-21T20:56:51.618Z | Compiling idna v0.5.0 |
1087 | 2024-08-21T20:56:51.737Z | Compiling socket2 v0.4.10 |
1088 | 2024-08-21T20:56:51.943Z | Compiling time v0.3.36 |
1089 | 2024-08-21T20:56:52.517Z | Compiling cookie v0.17.0 |
1090 | 2024-08-21T20:56:52.562Z | Compiling iana-time-zone v0.1.60 |
1091 | 2024-08-21T20:56:52.799Z | Compiling adler v1.0.2 |
1092 | 2024-08-21T20:56:53.005Z | Compiling slog v2.7.0 |
1093 | 2024-08-21T20:56:53.024Z | Compiling openssl-probe v0.1.5 |
1094 | 2024-08-21T20:56:53.079Z | Compiling tower-service v0.3.2 |
1095 | 2024-08-21T20:56:53.207Z | Compiling finl_unicode v1.2.0 |
1096 | 2024-08-21T20:56:53.315Z | Compiling httpdate v1.0.3 |
1097 | 2024-08-21T20:56:53.562Z | Compiling regex-automata v0.4.6 |
1098 | 2024-08-21T20:56:53.744Z | Compiling stringprep v0.1.4 |
1099 | 2024-08-21T20:56:53.785Z | Compiling miniz_oxide v0.7.2 |
1100 | 2024-08-21T20:56:54.836Z | Compiling url v2.5.2 |
1101 | 2024-08-21T20:56:55.779Z | Compiling serde_derive v1.0.208 |
1102 | 2024-08-21T20:56:56.394Z | Compiling zeroize_derive v1.4.2 |
1103 | 2024-08-21T20:56:56.580Z | Compiling zerocopy-derive v0.7.34 |
1104 | 2024-08-21T20:56:56.647Z | Compiling tokio-macros v2.3.0 |
1105 | 2024-08-21T20:56:56.839Z | Compiling thiserror-impl v1.0.63 |
1106 | 2024-08-21T20:56:57.965Z | Compiling zeroize v1.7.0 |
1107 | 2024-08-21T20:56:58.350Z | Compiling futures-macro v0.3.30 |
1108 | 2024-08-21T20:56:58.783Z | Compiling zerocopy v0.7.34 |
1109 | 2024-08-21T20:56:59.333Z | Compiling der_derive v0.7.2 |
1110 | 2024-08-21T20:56:59.627Z | Compiling crypto-common v0.1.6 |
1111 | 2024-08-21T20:56:59.868Z | Compiling block-buffer v0.10.4 |
1112 | 2024-08-21T20:57:00.101Z | Compiling digest v0.10.7 |
1113 | 2024-08-21T20:57:00.127Z | Compiling block-padding v0.3.3 |
1114 | 2024-08-21T20:57:00.367Z | Compiling inout v0.1.3 |
1115 | 2024-08-21T20:57:00.420Z | Compiling thiserror v1.0.63 |
1116 | 2024-08-21T20:57:01.558Z | Compiling hmac v0.12.1 |
1117 | 2024-08-21T20:57:01.561Z | Compiling sha2 v0.10.8 |
1118 | 2024-08-21T20:57:01.561Z | Compiling cipher v0.4.4 |
1119 | 2024-08-21T20:57:01.561Z | Compiling futures-util v0.3.30 |
1120 | 2024-08-21T20:57:01.561Z | Compiling hashbrown v0.14.5 |
1121 | 2024-08-21T20:57:01.561Z | Compiling pest v2.7.10 |
1122 | 2024-08-21T20:57:01.841Z | Compiling der v0.7.9 |
1123 | 2024-08-21T20:57:02.293Z | Compiling salsa20 v0.10.2 |
1124 | 2024-08-21T20:57:02.512Z | Compiling pbkdf2 v0.12.2 |
1125 | 2024-08-21T20:57:02.683Z | Compiling tracing-attributes v0.1.27 |
1126 | 2024-08-21T20:57:04.058Z | Compiling pest_meta v2.7.10 |
1127 | 2024-08-21T20:57:04.159Z | Compiling scroll_derive v0.12.0 |
1128 | 2024-08-21T20:57:05.111Z | Compiling spki v0.7.3 |
1129 | 2024-08-21T20:57:05.484Z | Compiling pest_generator v2.7.10 |
1130 | 2024-08-21T20:57:05.705Z | Compiling scroll v0.12.0 |
1131 | 2024-08-21T20:57:05.847Z | Compiling scrypt v0.11.0 |
1132 | 2024-08-21T20:57:06.240Z | Compiling cbc v0.1.2 |
1133 | 2024-08-21T20:57:06.402Z | Compiling aes v0.8.4 |
1134 | 2024-08-21T20:57:06.509Z | Compiling tracing v0.1.40 |
1135 | 2024-08-21T20:57:06.887Z | Compiling goblin v0.8.2 |
1136 | 2024-08-21T20:57:06.985Z | Compiling openssl-macros v0.1.1 |
1137 | 2024-08-21T20:57:07.372Z | Compiling pkcs5 v0.7.1 |
1138 | 2024-08-21T20:57:07.764Z | Compiling md-5 v0.10.6 |
1139 | 2024-08-21T20:57:08.029Z | Compiling pkcs8 v0.10.2 |
1140 | 2024-08-21T20:57:08.620Z | Compiling rustls-webpki v0.101.7 |
1141 | 2024-08-21T20:57:08.666Z | Compiling sct v0.7.1 |
1142 | 2024-08-21T20:57:08.738Z | Compiling num-integer v0.1.46 |
1143 | 2024-08-21T20:57:08.972Z | Compiling backtrace v0.3.71 |
1144 | 2024-08-21T20:57:09.059Z | Compiling pest_derive v2.7.10 |
1145 | 2024-08-21T20:57:09.170Z | Compiling idna v0.3.0 |
1146 | 2024-08-21T20:57:09.489Z | Compiling lazy_static v1.5.0 |
1147 | 2024-08-21T20:57:09.613Z | Compiling bytes v1.7.1 |
1148 | 2024-08-21T20:57:09.916Z | Compiling bitflags v2.6.0 |
1149 | 2024-08-21T20:57:10.236Z | Compiling indexmap v2.4.0 |
1150 | 2024-08-21T20:57:10.363Z | Compiling semver v1.0.23 |
1151 | 2024-08-21T20:57:10.524Z | Compiling tokio v1.38.1 |
1152 | 2024-08-21T20:57:10.777Z | Compiling http v0.2.12 |
1153 | 2024-08-21T20:57:10.866Z | Compiling rustc_version v0.4.0 |
1154 | 2024-08-21T20:57:11.638Z | Compiling heapless v0.7.17 |
1155 | 2024-08-21T20:57:12.058Z | Compiling dtrace-parser v0.2.0 |
1156 | 2024-08-21T20:57:13.098Z | Compiling dof v0.3.0 |
1157 | 2024-08-21T20:57:13.286Z | Compiling http-body v0.4.6 |
1158 | 2024-08-21T20:57:13.737Z | Compiling uuid v1.10.0 |
1159 | 2024-08-21T20:57:14.094Z | Compiling usdt-impl v0.5.0 |
1160 | 2024-08-21T20:57:14.259Z | Compiling serde_tokenstream v0.2.2 |
1161 | 2024-08-21T20:57:14.912Z | Compiling chrono v0.4.38 |
1162 | 2024-08-21T20:57:15.224Z | Compiling toml_datetime v0.6.8 |
1163 | 2024-08-21T20:57:15.311Z | Compiling serde_spanned v0.6.7 |
1164 | 2024-08-21T20:57:15.539Z | Compiling hash32 v0.2.1 |
1165 | 2024-08-21T20:57:15.696Z | Compiling stable_deref_trait v1.2.0 |
1166 | 2024-08-21T20:57:15.738Z | Compiling fallible-iterator v0.2.0 |
1167 | 2024-08-21T20:57:15.798Z | Compiling crc32fast v1.4.0 |
1168 | 2024-08-21T20:57:15.890Z | Compiling psl-types v2.0.11 |
1169 | 2024-08-21T20:57:16.072Z | Compiling num-bigint-dig v0.8.4 |
1170 | 2024-08-21T20:57:16.340Z | Compiling smoltcp v0.9.1 |
1171 | 2024-08-21T20:57:16.378Z | Compiling cfg_aliases v0.1.1 |
1172 | 2024-08-21T20:57:16.433Z | Compiling signal-hook v0.3.17 |
1173 | 2024-08-21T20:57:16.474Z | Compiling base64 v0.22.1 |
1174 | 2024-08-21T20:57:16.709Z | Compiling gimli v0.28.1 |
1175 | 2024-08-21T20:57:17.071Z | Compiling postgres-protocol v0.6.7 |
1176 | 2024-08-21T20:57:17.204Z | Compiling nix v0.28.0 |
1177 | 2024-08-21T20:57:17.314Z | Compiling publicsuffix v2.2.3 |
1178 | 2024-08-21T20:57:18.172Z | Compiling terminal_size v0.3.0 |
1179 | 2024-08-21T20:57:18.336Z | Compiling num-iter v0.1.45 |
1180 | 2024-08-21T20:57:18.369Z | Compiling hubpack_derive v0.1.1 |
1181 | 2024-08-21T20:57:18.371Z | Compiling zerocopy-derive v0.6.6 |
1182 | 2024-08-21T20:57:18.524Z | Compiling tokio-util v0.7.11 |
1183 | 2024-08-21T20:57:18.637Z | Compiling tokio-rustls v0.24.1 |
1184 | 2024-08-21T20:57:19.037Z | Compiling tokio-native-tls v0.3.1 |
1185 | 2024-08-21T20:57:19.146Z | Compiling async-trait v0.1.81 |
1186 | 2024-08-21T20:57:19.889Z | Compiling h2 v0.3.26 |
1187 | 2024-08-21T20:57:20.174Z | Compiling phf_shared v0.11.2 |
1188 | 2024-08-21T20:57:20.260Z | Compiling serde_derive_internals v0.29.1 |
1189 | 2024-08-21T20:57:20.431Z | Compiling ff v0.13.0 |
1190 | 2024-08-21T20:57:20.561Z | Compiling object v0.32.2 |
1191 | 2024-08-21T20:57:20.603Z | Compiling fs-err v2.11.0 |
1192 | 2024-08-21T20:57:20.649Z | Compiling anyhow v1.0.86 |
1193 | 2024-08-21T20:57:20.887Z | Compiling addr2line v0.21.0 |
1194 | 2024-08-21T20:57:21.277Z | Compiling schemars v0.8.21 |
1195 | 2024-08-21T20:57:21.508Z | Compiling base64 v0.21.7 |
1196 | 2024-08-21T20:57:21.591Z | Compiling winnow v0.5.40 |
1197 | 2024-08-21T20:57:21.616Z | Compiling rustc-demangle v0.1.24 |
1198 | 2024-08-21T20:57:22.024Z | Compiling bitflags v1.3.2 |
1199 | 2024-08-21T20:57:22.130Z | Compiling either v1.13.0 |
1200 | 2024-08-21T20:57:22.243Z | Compiling ipnet v2.9.0 |
1201 | 2024-08-21T20:57:22.534Z | Compiling base16ct v0.2.0 |
1202 | 2024-08-21T20:57:22.609Z | Compiling managed v0.8.0 |
1203 | 2024-08-21T20:57:22.867Z | Compiling sec1 v0.7.3 |
1204 | 2024-08-21T20:57:22.992Z | Compiling schemars_derive v0.8.21 |
1205 | 2024-08-21T20:57:23.457Z | Compiling clap_builder v4.5.15 |
1206 | 2024-08-21T20:57:23.491Z | Compiling rustls-pemfile v1.0.4 |
1207 | 2024-08-21T20:57:24.287Z | Compiling group v0.13.0 |
1208 | 2024-08-21T20:57:24.619Z | Compiling zerocopy v0.6.6 |
1209 | 2024-08-21T20:57:25.142Z | Compiling toml_edit v0.19.15 |
1210 | 2024-08-21T20:57:25.455Z | Compiling phf v0.11.2 |
1211 | 2024-08-21T20:57:25.455Z | Compiling cookie_store v0.20.0 |
1212 | 2024-08-21T20:57:25.492Z | Compiling hubpack v0.1.2 |
1213 | 2024-08-21T20:57:25.933Z | Compiling postgres-types v0.2.7 |
1214 | 2024-08-21T20:57:26.688Z | Compiling hyper v0.14.30 |
1215 | 2024-08-21T20:57:27.711Z | Compiling usdt-attr-macro v0.5.0 |
1216 | 2024-08-21T20:57:27.907Z | Compiling usdt-macro v0.5.0 |
1217 | 2024-08-21T20:57:29.358Z | Compiling serde_urlencoded v0.7.1 |
1218 | 2024-08-21T20:57:29.416Z | Compiling pkcs1 v0.7.5 |
1219 | 2024-08-21T20:57:29.946Z | Compiling futures-executor v0.3.30 |
1220 | 2024-08-21T20:57:30.124Z | Compiling hkdf v0.12.4 |
1221 | 2024-08-21T20:57:30.380Z | Compiling signature v2.2.0 |
1222 | 2024-08-21T20:57:30.457Z | Compiling crypto-bigint v0.5.5 |
1223 | 2024-08-21T20:57:30.502Z | Compiling bstr v1.9.1 |
1224 | 2024-08-21T20:57:30.654Z | Compiling regex v1.10.6 |
1225 | 2024-08-21T20:57:30.858Z | Compiling enum-as-inner v0.6.0 |
1226 | 2024-08-21T20:57:31.751Z | Compiling serde_repr v0.1.19 |
1227 | 2024-08-21T20:57:31.962Z | Compiling clap_derive v4.5.13 |
1228 | 2024-08-21T20:57:32.274Z | Compiling strum_macros v0.25.3 |
1229 | 2024-08-21T20:57:32.706Z | Compiling phf_shared v0.10.0 |
1230 | 2024-08-21T20:57:32.964Z | Compiling float-cmp v0.9.0 |
1231 | 2024-08-21T20:57:33.042Z | Compiling idna v0.4.0 |
1232 | 2024-08-21T20:57:33.101Z | Compiling mio v1.0.2 |
1233 | 2024-08-21T20:57:33.180Z | Compiling encoding_rs v0.8.34 |
1234 | 2024-08-21T20:57:34.238Z | Compiling hyper-tls v0.5.0 |
1235 | 2024-08-21T20:57:34.620Z | Compiling hyper-rustls v0.24.2 |
1236 | 2024-08-21T20:57:34.665Z | Compiling minimal-lexical v0.2.1 |
1237 | 2024-08-21T20:57:34.977Z | Compiling new_debug_unreachable v1.0.6 |
1238 | 2024-08-21T20:57:35.074Z | Compiling precomputed-hash v0.1.1 |
1239 | 2024-08-21T20:57:35.189Z | Compiling mime v0.3.17 |
1240 | 2024-08-21T20:57:35.207Z | Compiling webpki-roots v0.25.4 |
1241 | 2024-08-21T20:57:35.359Z | Compiling bit-vec v0.6.3 |
1242 | 2024-08-21T20:57:35.784Z | Compiling predicates-core v1.0.6 |
1243 | 2024-08-21T20:57:35.816Z | Compiling normalize-line-endings v0.3.0 |
1244 | 2024-08-21T20:57:35.937Z | Compiling sync_wrapper v0.1.2 |
1245 | 2024-08-21T20:57:36.069Z | Compiling static_assertions v1.1.0 |
1246 | 2024-08-21T20:57:36.129Z | Compiling dyn-clone v1.0.17 |
1247 | 2024-08-21T20:57:36.171Z | Compiling data-encoding v2.6.0 |
1248 | 2024-08-21T20:57:36.278Z | Compiling fixedbitset v0.4.2 |
1249 | 2024-08-21T20:57:36.342Z | Compiling whoami v1.5.1 |
1250 | 2024-08-21T20:57:36.418Z | Compiling difflib v0.4.0 |
1251 | 2024-08-21T20:57:36.625Z | Compiling unicode-segmentation v1.11.0 |
1252 | 2024-08-21T20:57:36.723Z | Compiling tokio-postgres v0.7.11 |
1253 | 2024-08-21T20:57:36.936Z | Compiling clap v4.5.16 |
1254 | 2024-08-21T20:57:36.953Z | Compiling hickory-proto v0.24.1 |
1255 | 2024-08-21T20:57:37.054Z | Compiling predicates v3.1.2 |
1256 | 2024-08-21T20:57:37.455Z | Compiling similar v2.6.0 |
1257 | 2024-08-21T20:57:37.577Z | Compiling petgraph v0.6.5 |
1258 | 2024-08-21T20:57:38.024Z | Compiling toml_edit v0.22.20 |
1259 | 2024-08-21T20:57:38.517Z | Compiling console v0.15.8 |
1260 | 2024-08-21T20:57:38.782Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1261 | 2024-08-21T20:57:40.098Z | Compiling reqwest v0.11.27 |
1262 | 2024-08-21T20:57:40.246Z | Compiling bit-set v0.5.3 |
1263 | 2024-08-21T20:57:40.537Z | Compiling string_cache v0.8.7 |
1264 | 2024-08-21T20:57:41.003Z | Compiling nom v7.1.3 |
1265 | 2024-08-21T20:57:41.602Z | Compiling usdt v0.5.0 |
1266 | 2024-08-21T20:57:42.087Z | Compiling signal-hook-mio v0.2.4 |
1267 | 2024-08-21T20:57:42.260Z | Compiling elliptic-curve v0.13.8 |
1268 | 2024-08-21T20:57:42.390Z | Compiling rsa v0.9.6 |
1269 | 2024-08-21T20:57:43.063Z | Compiling futures v0.3.30 |
1270 | 2024-08-21T20:57:43.648Z | Compiling toml v0.7.8 |
1271 | 2024-08-21T20:57:44.063Z | Compiling flate2 v1.0.31 |
1272 | 2024-08-21T20:57:45.104Z | Compiling itertools v0.12.1 |
1273 | 2024-08-21T20:57:45.374Z | Compiling itertools v0.10.5 |
1274 | 2024-08-21T20:57:45.899Z | Compiling tokio-stream v0.1.15 |
1275 | 2024-08-21T20:57:46.249Z | Compiling openapiv3 v2.0.0 |
1276 | 2024-08-21T20:57:46.883Z | Compiling hex v0.4.3 |
1277 | 2024-08-21T20:57:46.927Z | Compiling sha1 v0.10.6 |
1278 | 2024-08-21T20:57:47.354Z | Compiling crossbeam-epoch v0.9.18 |
1279 | 2024-08-21T20:57:47.485Z | Compiling dirs-sys-next v0.1.2 |
1280 | 2024-08-21T20:57:48.092Z | Compiling lalrpop-util v0.19.12 |
1281 | 2024-08-21T20:57:48.110Z | Compiling peg-runtime v0.8.3 |
1282 | 2024-08-21T20:57:48.150Z | Compiling unicode-xid v0.2.4 |
1283 | 2024-08-21T20:57:48.179Z | Compiling dirs-next v2.0.0 |
1284 | 2024-08-21T20:57:48.321Z | Compiling thread_local v1.1.8 |
1285 | 2024-08-21T20:57:48.372Z | Compiling slog-async v2.8.0 |
1286 | 2024-08-21T20:57:48.426Z | Compiling term v0.7.0 |
1287 | 2024-08-21T20:57:48.598Z | Compiling xattr v1.3.1 |
1288 | 2024-08-21T20:57:48.765Z | Compiling crossbeam-channel v0.5.12 |
1289 | 2024-08-21T20:57:48.863Z | Compiling strum_macros v0.26.4 |
1290 | 2024-08-21T20:57:48.879Z | Compiling filetime v0.2.24 |
1291 | 2024-08-21T20:57:48.979Z | Compiling is-terminal v0.4.12 |
1292 | 2024-08-21T20:57:49.105Z | Compiling take_mut v0.2.2 |
1293 | 2024-08-21T20:57:49.188Z | Compiling slog-term v2.9.1 |
1294 | 2024-08-21T20:57:49.254Z | Compiling tar v0.4.41 |
1295 | 2024-08-21T20:57:49.934Z | Compiling camino v1.1.9 |
1296 | 2024-08-21T20:57:52.117Z | Compiling strum v0.26.3 |
1297 | 2024-08-21T20:57:52.162Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1298 | 2024-08-21T20:57:52.404Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1299 | 2024-08-21T20:57:57.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
1300 | 2024-08-21T20:57:57.671Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1301 | 2024-08-21T20:57:57.712Z | Aug 21 20:57:56.554 INFO Starting download, target: Clickhouse |
1302 | 2024-08-21T20:57:57.712Z | Aug 21 20:57:56.554 INFO Starting download, target: Cockroach |
1303 | 2024-08-21T20:57:57.712Z | Aug 21 20:57:56.554 INFO Starting download, target: Console |
1304 | 2024-08-21T20:57:57.712Z | Aug 21 20:57:56.554 INFO Starting download, target: DendriteOpenapi |
1305 | 2024-08-21T20:57:57.715Z | Aug 21 20:57:56.554 INFO Starting download, target: DendriteStub |
1306 | 2024-08-21T20:57:57.715Z | Aug 21 20:57:56.554 INFO Starting download, target: MaghemiteMgd |
1307 | 2024-08-21T20:57:57.715Z | Aug 21 20:57:56.554 INFO Starting download, target: TransceiverControl |
1308 | 2024-08-21T20:57:57.715Z | Aug 21 20:57:56.555 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1309 | 2024-08-21T20:57:57.715Z | Aug 21 20:57:56.555 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1310 | 2024-08-21T20:57:57.715Z | Aug 21 20:57:56.555 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1311 | 2024-08-21T20:57:57.715Z | Aug 21 20:57:56.555 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1312 | 2024-08-21T20:57:57.715Z | Aug 21 20:57:56.555 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1313 | 2024-08-21T20:57:57.715Z | Aug 21 20:57:56.555 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1314 | 2024-08-21T20:57:57.715Z | Aug 21 20:57:56.555 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1315 | 2024-08-21T20:57:57.903Z | Aug 21 20:57:56.741 INFO Download complete, target: DendriteOpenapi |
1316 | 2024-08-21T20:57:57.967Z | Aug 21 20:57:56.803 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1317 | 2024-08-21T20:57:58.254Z | Aug 21 20:57:57.091 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1318 | 2024-08-21T20:57:58.356Z | Aug 21 20:57:57.193 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1319 | 2024-08-21T20:57:58.444Z | Aug 21 20:57:57.285 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1320 | 2024-08-21T20:57:58.708Z | Aug 21 20:57:57.549 INFO Download complete, target: Console |
1321 | 2024-08-21T20:57:58.802Z | Aug 21 20:57:57.643 INFO Download complete, target: TransceiverControl |
1322 | 2024-08-21T20:57:59.867Z | Aug 21 20:57:58.708 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1323 | 2024-08-21T20:57:59.880Z | Aug 21 20:57:58.721 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1324 | 2024-08-21T20:57:59.880Z | Aug 21 20:57:58.721 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1325 | 2024-08-21T20:58:01.657Z | Aug 21 20:58:00.498 INFO Download complete, target: DendriteStub |
1326 | 2024-08-21T20:58:02.003Z | Aug 21 20:58:00.844 INFO Download complete, target: MaghemiteMgd |
1327 | 2024-08-21T20:58:08.377Z | Aug 21 20:58:07.218 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1328 | 2024-08-21T20:58:08.676Z | Aug 21 20:58:07.517 INFO Checking that binary works, target: Cockroach |
1329 | 2024-08-21T20:58:08.831Z | Aug 21 20:58:07.671 INFO Download complete, target: Cockroach |
1330 | 2024-08-21T20:58:14.256Z | Aug 21 20:58:13.096 INFO Checking that binary works, target: Clickhouse |
1331 | 2024-08-21T20:58:14.683Z | Aug 21 20:58:13.523 INFO Download complete, target: Clickhouse |
1332 | 2024-08-21T20:58:14.690Z | All prerequisites installed successfully |
1333 | 2024-08-21T20:58:14.692Z | |
1334 | 2024-08-21T20:58:14.692Z | real 3:41.327712005 |
1335 | 2024-08-21T20:58:14.692Z | user 11:07.908626874 |
1336 | 2024-08-21T20:58:14.693Z | sys 2:21.465325595 |
1337 | 2024-08-21T20:58:14.693Z | trap 0.431447429 |
1338 | 2024-08-21T20:58:14.693Z | tflt 4.949510840 |
1339 | 2024-08-21T20:58:14.693Z | dflt 4.099342293 |
1340 | 2024-08-21T20:58:14.693Z | kflt 0.361449055 |
1341 | 2024-08-21T20:58:14.693Z | lock 21:45.393434795 |
1342 | 2024-08-21T20:58:14.693Z | slp 43:35.404490636 |
1343 | 2024-08-21T20:58:14.693Z | lat 40.990842468 |
1344 | 2024-08-21T20:58:14.693Z | stop 1:40.927506322 |
1345 | 2024-08-21T20:58:14.693Z | + source ./tools/include/force-git-over-https.sh |
1346 | 2024-08-21T20:58:14.693Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1347 | 2024-08-21T20:58:14.693Z | ++ (( i = 0 )) |
1348 | 2024-08-21T20:58:14.693Z | ++ (( i < 5 )) |
1349 | 2024-08-21T20:58:14.693Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1350 | 2024-08-21T20:58:14.696Z | ++ (( i++ )) |
1351 | 2024-08-21T20:58:14.696Z | ++ (( i < 5 )) |
1352 | 2024-08-21T20:58:14.696Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1353 | 2024-08-21T20:58:14.698Z | ++ (( i++ )) |
1354 | 2024-08-21T20:58:14.698Z | ++ (( i < 5 )) |
1355 | 2024-08-21T20:58:14.698Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1356 | 2024-08-21T20:58:14.701Z | ++ (( i++ )) |
1357 | 2024-08-21T20:58:14.701Z | ++ (( i < 5 )) |
1358 | 2024-08-21T20:58:14.701Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1359 | 2024-08-21T20:58:14.704Z | ++ (( i++ )) |
1360 | 2024-08-21T20:58:14.704Z | ++ (( i < 5 )) |
1361 | 2024-08-21T20:58:14.704Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1362 | 2024-08-21T20:58:14.706Z | ++ (( i++ )) |
1363 | 2024-08-21T20:58:14.706Z | ++ (( i < 5 )) |
1364 | 2024-08-21T20:58:14.706Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1365 | 2024-08-21T20:58:14.707Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1366 | 2024-08-21T20:58:14.710Z | + rc=0 |
1367 | 2024-08-21T20:58:14.710Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1368 | 2024-08-21T20:58:45.196Z | + case $rc in |
1369 | 2024-08-21T20:58:45.196Z | + pfexec zfs create -p rpool/images/build/host |
1370 | 2024-08-21T20:58:45.360Z | + pfexec zfs create -p rpool/images/build/recovery |
1371 | 2024-08-21T20:58:45.464Z | + cargo xtask releng --output-dir /work |
1372 | 2024-08-21T20:58:45.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1373 | 2024-08-21T20:58:46.013Z | Running `target/debug/xtask releng --output-dir /work` |
1374 | 2024-08-21T20:58:46.847Z | Compiling proc-macro2 v1.0.86 |
1375 | 2024-08-21T20:58:46.847Z | Compiling unicode-ident v1.0.12 |
1376 | 2024-08-21T20:58:46.847Z | Compiling libc v0.2.156 |
1377 | 2024-08-21T20:58:46.847Z | Compiling serde v1.0.208 |
1378 | 2024-08-21T20:58:46.847Z | Compiling version_check v0.9.5 |
1379 | 2024-08-21T20:58:46.850Z | Compiling autocfg v1.3.0 |
1380 | 2024-08-21T20:58:46.850Z | Compiling cfg-if v1.0.0 |
1381 | 2024-08-21T20:58:46.850Z | Compiling once_cell v1.19.0 |
1382 | 2024-08-21T20:58:47.145Z | Compiling typenum v1.17.0 |
1383 | 2024-08-21T20:58:47.245Z | Compiling memchr v2.7.2 |
1384 | 2024-08-21T20:58:47.706Z | Compiling lock_api v0.4.12 |
1385 | 2024-08-21T20:58:47.720Z | Compiling generic-array v0.14.7 |
1386 | 2024-08-21T20:58:48.049Z | Compiling ahash v0.8.11 |
1387 | 2024-08-21T20:58:48.125Z | Compiling serde_json v1.0.125 |
1388 | 2024-08-21T20:58:48.128Z | Compiling libm v0.2.8 |
1389 | 2024-08-21T20:58:48.430Z | Compiling num-traits v0.2.19 |
1390 | 2024-08-21T20:58:48.545Z | Compiling quote v1.0.36 |
1391 | 2024-08-21T20:58:48.547Z | Compiling parking_lot_core v0.9.10 |
1392 | 2024-08-21T20:58:48.713Z | Compiling byteorder v1.5.0 |
1393 | 2024-08-21T20:58:48.961Z | Compiling syn v2.0.74 |
1394 | 2024-08-21T20:58:49.161Z | Compiling getrandom v0.2.14 |
1395 | 2024-08-21T20:58:49.164Z | Compiling jobserver v0.1.32 |
1396 | 2024-08-21T20:58:49.237Z | Compiling log v0.4.21 |
1397 | 2024-08-21T20:58:49.348Z | Compiling scopeguard v1.2.0 |
1398 | 2024-08-21T20:58:49.537Z | Compiling cc v1.0.97 |
1399 | 2024-08-21T20:58:49.587Z | Compiling thiserror v1.0.63 |
1400 | 2024-08-21T20:58:49.641Z | Compiling itoa v1.0.11 |
1401 | 2024-08-21T20:58:50.023Z | Compiling slab v0.4.9 |
1402 | 2024-08-21T20:58:50.073Z | Compiling rand_core v0.6.4 |
1403 | 2024-08-21T20:58:50.106Z | Compiling pkg-config v0.3.30 |
1404 | 2024-08-21T20:58:50.613Z | Compiling semver v1.0.23 |
1405 | 2024-08-21T20:58:50.756Z | Compiling ryu v1.0.18 |
1406 | 2024-08-21T20:58:51.095Z | Compiling pin-project-lite v0.2.14 |
1407 | 2024-08-21T20:58:51.144Z | Compiling vcpkg v0.2.15 |
1408 | 2024-08-21T20:58:51.184Z | Compiling smallvec v1.13.2 |
1409 | 2024-08-21T20:58:51.333Z | Compiling allocator-api2 v0.2.18 |
1410 | 2024-08-21T20:58:51.863Z | Compiling spin v0.9.8 |
1411 | 2024-08-21T20:58:51.987Z | Compiling subtle v2.5.0 |
1412 | 2024-08-21T20:58:52.399Z | Compiling const-oid v0.9.6 |
1413 | 2024-08-21T20:58:52.638Z | Compiling signal-hook-registry v1.4.2 |
1414 | 2024-08-21T20:58:52.884Z | Compiling ring v0.17.8 |
1415 | 2024-08-21T20:58:52.965Z | Compiling openssl-sys v0.9.103 |
1416 | 2024-08-21T20:58:53.926Z | Compiling heck v0.5.0 |
1417 | 2024-08-21T20:58:54.078Z | Compiling schemars v0.8.21 |
1418 | 2024-08-21T20:58:54.341Z | Compiling httparse v1.8.0 |
1419 | 2024-08-21T20:58:54.409Z | Compiling rustix v0.38.34 |
1420 | 2024-08-21T20:58:54.780Z | Compiling parking_lot v0.12.2 |
1421 | 2024-08-21T20:58:55.039Z | Compiling mio v0.8.11 |
1422 | 2024-08-21T20:58:55.311Z | Compiling num-conv v0.1.0 |
1423 | 2024-08-21T20:58:55.391Z | Compiling time-core v0.1.2 |
1424 | 2024-08-21T20:58:55.585Z | Compiling futures-core v0.3.30 |
1425 | 2024-08-21T20:58:55.696Z | Compiling time-macros v0.2.18 |
1426 | 2024-08-21T20:58:55.827Z | Compiling num_cpus v1.16.0 |
1427 | 2024-08-21T20:58:55.910Z | Compiling socket2 v0.5.7 |
1428 | 2024-08-21T20:58:55.973Z | Compiling openssl v0.10.66 |
1429 | 2024-08-21T20:58:56.359Z | Compiling equivalent v1.0.1 |
1430 | 2024-08-21T20:58:56.486Z | Compiling fnv v1.0.7 |
1431 | 2024-08-21T20:58:56.713Z | Compiling serde_derive_internals v0.29.1 |
1432 | 2024-08-21T20:58:56.781Z | Compiling native-tls v0.2.11 |
1433 | 2024-08-21T20:58:57.012Z | Compiling rustls v0.21.12 |
1434 | 2024-08-21T20:58:57.199Z | Compiling tinyvec_macros v0.1.1 |
1435 | 2024-08-21T20:58:57.314Z | Compiling tinyvec v1.6.0 |
1436 | 2024-08-21T20:58:57.890Z | Compiling futures-sink v0.3.30 |
1437 | 2024-08-21T20:58:58.044Z | Compiling crossbeam-utils v0.8.19 |
1438 | 2024-08-21T20:58:58.939Z | Compiling unicode-normalization v0.1.23 |
1439 | 2024-08-21T20:58:59.004Z | Compiling cookie v0.17.0 |
1440 | 2024-08-21T20:58:59.066Z | Compiling ucd-trie v0.1.6 |
1441 | 2024-08-21T20:58:59.447Z | Compiling cpufeatures v0.2.12 |
1442 | 2024-08-21T20:58:59.545Z | Compiling iana-time-zone v0.1.60 |
1443 | 2024-08-21T20:58:59.660Z | Compiling futures-channel v0.3.30 |
1444 | 2024-08-21T20:58:59.859Z | Compiling unicode-bidi v0.3.15 |
1445 | 2024-08-21T20:58:59.935Z | Compiling futures-task v0.3.30 |
1446 | 2024-08-21T20:59:00.162Z | Compiling futures-io v0.3.30 |
1447 | 2024-08-21T20:59:00.389Z | Compiling syn v1.0.109 |
1448 | 2024-08-21T20:59:00.516Z | Compiling pin-utils v0.1.0 |
1449 | 2024-08-21T20:59:00.627Z | Compiling slog v2.7.0 |
1450 | 2024-08-21T20:59:00.725Z | Compiling aho-corasick v1.1.3 |
1451 | 2024-08-21T20:59:00.837Z | Compiling regex-syntax v0.8.4 |
1452 | 2024-08-21T20:59:01.197Z | Compiling untrusted v0.9.0 |
1453 | 2024-08-21T20:59:02.158Z | Compiling serde_derive v1.0.208 |
1454 | 2024-08-21T20:59:02.268Z | Compiling zeroize_derive v1.4.2 |
1455 | 2024-08-21T20:59:02.319Z | Compiling zerocopy-derive v0.7.34 |
1456 | 2024-08-21T20:59:03.027Z | Compiling tokio-macros v2.3.0 |
1457 | 2024-08-21T20:59:03.802Z | Compiling thiserror-impl v1.0.63 |
1458 | 2024-08-21T20:59:04.410Z | Compiling zeroize v1.7.0 |
1459 | 2024-08-21T20:59:04.455Z | Compiling zerocopy v0.7.34 |
1460 | 2024-08-21T20:59:05.345Z | Compiling futures-macro v0.3.30 |
1461 | 2024-08-21T20:59:06.952Z | Compiling crypto-common v0.1.6 |
1462 | 2024-08-21T20:59:07.289Z | Compiling tracing-attributes v0.1.27 |
1463 | 2024-08-21T20:59:07.327Z | Compiling der_derive v0.7.2 |
1464 | 2024-08-21T20:59:07.575Z | Compiling hashbrown v0.14.5 |
1465 | 2024-08-21T20:59:08.191Z | Compiling block-buffer v0.10.4 |
1466 | 2024-08-21T20:59:08.562Z | Compiling digest v0.10.7 |
1467 | 2024-08-21T20:59:08.997Z | Compiling schemars_derive v0.8.21 |
1468 | 2024-08-21T20:59:09.786Z | Compiling openssl-macros v0.1.1 |
1469 | 2024-08-21T20:59:10.638Z | Compiling scroll_derive v0.12.0 |
1470 | 2024-08-21T20:59:10.669Z | Compiling hmac v0.12.1 |
1471 | 2024-08-21T20:59:10.937Z | Compiling pest v2.7.10 |
1472 | 2024-08-21T20:59:10.940Z | Compiling block-padding v0.3.3 |
1473 | 2024-08-21T20:59:11.123Z | Compiling futures-util v0.3.30 |
1474 | 2024-08-21T20:59:11.186Z | Compiling inout v0.1.3 |
1475 | 2024-08-21T20:59:11.726Z | Compiling cipher v0.4.4 |
1476 | 2024-08-21T20:59:12.164Z | Compiling sha2 v0.10.8 |
1477 | 2024-08-21T20:59:12.262Z | Compiling regex-automata v0.4.6 |
1478 | 2024-08-21T20:59:13.368Z | Compiling dyn-clone v1.0.17 |
1479 | 2024-08-21T20:59:13.738Z | Compiling pest_meta v2.7.10 |
1480 | 2024-08-21T20:59:14.150Z | Compiling crc32fast v1.4.0 |
1481 | 2024-08-21T20:59:15.193Z | Compiling pest_generator v2.7.10 |
1482 | 2024-08-21T20:59:16.449Z | Compiling bytes v1.7.1 |
1483 | 2024-08-21T20:59:18.304Z | Compiling bitflags v2.6.0 |
1484 | 2024-08-21T20:59:18.523Z | Compiling tokio v1.38.1 |
1485 | 2024-08-21T20:59:18.937Z | Compiling indexmap v2.4.0 |
1486 | 2024-08-21T20:59:20.381Z | Compiling serde_tokenstream v0.2.2 |
1487 | 2024-08-21T20:59:20.494Z | Compiling uuid v1.10.0 |
1488 | 2024-08-21T20:59:20.983Z | Compiling chrono v0.4.38 |
1489 | 2024-08-21T20:59:21.426Z | Compiling http v0.2.12 |
1490 | 2024-08-21T20:59:21.659Z | Compiling rustc_version v0.4.0 |
1491 | 2024-08-21T20:59:22.381Z | Compiling pest_derive v2.7.10 |
1492 | 2024-08-21T20:59:24.076Z | Compiling usdt-impl v0.5.0 |
1493 | 2024-08-21T20:59:24.516Z | Compiling percent-encoding v2.3.1 |
1494 | 2024-08-21T20:59:24.731Z | Compiling powerfmt v0.2.0 |
1495 | 2024-08-21T20:59:25.065Z | Compiling base64ct v1.6.0 |
1496 | 2024-08-21T20:59:25.092Z | Compiling heck v0.4.1 |
1497 | 2024-08-21T20:59:25.335Z | Compiling deranged v0.3.11 |
1498 | 2024-08-21T20:59:25.400Z | Compiling heapless v0.7.17 |
1499 | 2024-08-21T20:59:25.616Z | Compiling pem-rfc7468 v0.7.0 |
1500 | 2024-08-21T20:59:26.334Z | Compiling scroll v0.12.0 |
1501 | 2024-08-21T20:59:26.358Z | Compiling zerocopy-derive v0.6.6 |
1502 | 2024-08-21T20:59:27.719Z | Compiling backtrace v0.3.71 |
1503 | 2024-08-21T20:59:27.777Z | Compiling tracing-core v0.1.32 |
1504 | 2024-08-21T20:59:28.220Z | Compiling errno v0.3.9 |
1505 | 2024-08-21T20:59:28.507Z | Compiling ppv-lite86 v0.2.17 |
1506 | 2024-08-21T20:59:28.551Z | Compiling plain v0.2.3 |
1507 | 2024-08-21T20:59:29.009Z | Compiling num-bigint-dig v0.8.4 |
1508 | 2024-08-21T20:59:29.320Z | Compiling num_threads v0.1.7 |
1509 | 2024-08-21T20:59:29.337Z | Compiling flagset v0.4.5 |
1510 | 2024-08-21T20:59:29.557Z | Compiling der v0.7.9 |
1511 | 2024-08-21T20:59:29.894Z | Compiling time v0.3.36 |
1512 | 2024-08-21T20:59:30.094Z | Compiling rand_chacha v0.3.1 |
1513 | 2024-08-21T20:59:30.579Z | Compiling goblin v0.8.2 |
1514 | 2024-08-21T20:59:30.608Z | Compiling tracing v0.1.40 |
1515 | 2024-08-21T20:59:31.510Z | Compiling tokio-util v0.7.11 |
1516 | 2024-08-21T20:59:33.019Z | Compiling regex v1.10.6 |
1517 | 2024-08-21T20:59:33.417Z | Compiling salsa20 v0.10.2 |
1518 | 2024-08-21T20:59:33.578Z | Compiling pbkdf2 v0.12.2 |
1519 | 2024-08-21T20:59:33.771Z | Compiling async-trait v0.1.81 |
1520 | 2024-08-21T20:59:34.255Z | Compiling rustversion v1.0.17 |
1521 | 2024-08-21T20:59:35.001Z | Compiling strsim v0.11.1 |
1522 | 2024-08-21T20:59:35.954Z | Compiling pretty-hex v0.4.1 |
1523 | 2024-08-21T20:59:36.943Z | Compiling dof v0.3.0 |
1524 | 2024-08-21T20:59:37.526Z | Compiling scrypt v0.11.0 |
1525 | 2024-08-21T20:59:37.703Z | Compiling spki v0.7.3 |
1526 | 2024-08-21T20:59:38.024Z | Compiling rand v0.8.5 |
1527 | 2024-08-21T20:59:38.214Z | Compiling form_urlencoded v1.2.1 |
1528 | 2024-08-21T20:59:38.882Z | Compiling dtrace-parser v0.2.0 |
1529 | 2024-08-21T20:59:39.047Z | Compiling aes v0.8.4 |
1530 | 2024-08-21T20:59:39.572Z | Compiling cbc v0.1.2 |
1531 | 2024-08-21T20:59:39.718Z | Compiling thread-id v4.2.1 |
1532 | 2024-08-21T20:59:40.133Z | Compiling foreign-types-shared v0.1.1 |
1533 | 2024-08-21T20:59:40.252Z | Compiling unicode-width v0.1.13 |
1534 | 2024-08-21T20:59:40.359Z | Compiling signal-hook v0.3.17 |
1535 | 2024-08-21T20:59:40.489Z | Compiling try-lock v0.2.5 |
1536 | 2024-08-21T20:59:40.740Z | Compiling smoltcp v0.9.1 |
1537 | 2024-08-21T20:59:40.771Z | Compiling anyhow v1.0.86 |
1538 | 2024-08-21T20:59:41.106Z | Compiling foreign-types v0.3.2 |
1539 | 2024-08-21T20:59:41.485Z | Compiling want v0.3.1 |
1540 | 2024-08-21T20:59:41.910Z | Compiling pkcs5 v0.7.1 |
1541 | 2024-08-21T20:59:44.736Z | Compiling h2 v0.3.26 |
1542 | 2024-08-21T20:59:46.700Z | Compiling http-body v0.4.6 |
1543 | 2024-08-21T20:59:47.919Z | Compiling clap_derive v4.5.13 |
1544 | 2024-08-21T20:59:48.657Z | Compiling socket2 v0.4.10 |
1545 | 2024-08-21T20:59:48.878Z | Compiling cfg_aliases v0.1.1 |
1546 | 2024-08-21T20:59:49.179Z | Compiling siphasher v0.3.11 |
1547 | 2024-08-21T20:59:49.623Z | Compiling tower-service v0.3.2 |
1548 | 2024-08-21T20:59:49.760Z | Compiling base64 v0.21.7 |
1549 | 2024-08-21T20:59:50.324Z | Compiling httpdate v1.0.3 |
1550 | 2024-08-21T20:59:51.859Z | Compiling nix v0.28.0 |
1551 | 2024-08-21T20:59:52.903Z | Compiling hyper v0.14.30 |
1552 | 2024-08-21T20:59:55.270Z | Compiling pkcs8 v0.10.2 |
1553 | 2024-08-21T20:59:57.596Z | Compiling rustls-webpki v0.101.7 |
1554 | 2024-08-21T20:59:58.079Z | Compiling sct v0.7.1 |
1555 | 2024-08-21T20:59:59.458Z | Compiling openapiv3 v2.0.0 |
1556 | 2024-08-21T20:59:59.829Z | Compiling hubpack_derive v0.1.1 |
1557 | 2024-08-21T21:00:04.271Z | Compiling idna v0.5.0 |
1558 | 2024-08-21T21:00:06.036Z | Compiling fs-err v2.11.0 |
1559 | 2024-08-21T21:00:06.569Z | Compiling finl_unicode v1.2.0 |
1560 | 2024-08-21T21:00:06.829Z | Compiling utf8parse v0.2.1 |
1561 | 2024-08-21T21:00:06.853Z | Compiling anstyle v1.0.8 |
1562 | 2024-08-21T21:00:07.001Z | Compiling openssl-probe v0.1.5 |
1563 | 2024-08-21T21:00:07.404Z | Compiling adler v1.0.2 |
1564 | 2024-08-21T21:00:07.719Z | Compiling miniz_oxide v0.7.2 |
1565 | 2024-08-21T21:00:07.754Z | Compiling stringprep v0.1.4 |
1566 | 2024-08-21T21:00:08.374Z | Compiling anstyle-parse v0.2.4 |
1567 | 2024-08-21T21:00:09.069Z | Compiling url v2.5.2 |
1568 | 2024-08-21T21:00:13.177Z | Compiling usdt-attr-macro v0.5.0 |
1569 | 2024-08-21T21:00:14.126Z | Compiling usdt-macro v0.5.0 |
1570 | 2024-08-21T21:00:15.307Z | Compiling serde_spanned v0.6.7 |
1571 | 2024-08-21T21:00:15.491Z | Compiling toml_datetime v0.6.8 |
1572 | 2024-08-21T21:00:15.570Z | Compiling md-5 v0.10.6 |
1573 | 2024-08-21T21:00:15.806Z | Compiling regress v0.9.1 |
1574 | 2024-08-21T21:00:15.952Z | Compiling idna v0.3.0 |
1575 | 2024-08-21T21:00:18.123Z | Compiling lazy_static v1.5.0 |
1576 | 2024-08-21T21:00:18.247Z | Compiling num-integer v0.1.46 |
1577 | 2024-08-21T21:00:18.549Z | Compiling hash32 v0.2.1 |
1578 | 2024-08-21T21:00:18.895Z | Compiling encoding_rs v0.8.34 |
1579 | 2024-08-21T21:00:18.956Z | Compiling is_terminal_polyfill v1.70.0 |
1580 | 2024-08-21T21:00:19.083Z | Compiling stable_deref_trait v1.2.0 |
1581 | 2024-08-21T21:00:19.178Z | Compiling psl-types v2.0.11 |
1582 | 2024-08-21T21:00:19.381Z | Compiling mime v0.3.17 |
1583 | 2024-08-21T21:00:19.486Z | Compiling gimli v0.28.1 |
1584 | 2024-08-21T21:00:19.893Z | Compiling colorchoice v1.0.1 |
1585 | 2024-08-21T21:00:20.053Z | Compiling anstyle-query v1.0.3 |
1586 | 2024-08-21T21:00:20.196Z | Compiling base64 v0.22.1 |
1587 | 2024-08-21T21:00:20.410Z | Compiling fallible-iterator v0.2.0 |
1588 | 2024-08-21T21:00:20.617Z | Compiling publicsuffix v2.2.3 |
1589 | 2024-08-21T21:00:20.874Z | Compiling anstream v0.6.14 |
1590 | 2024-08-21T21:00:20.897Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1591 | 2024-08-21T21:00:21.161Z | Compiling postgres-protocol v0.6.7 |
1592 | 2024-08-21T21:00:23.535Z | Compiling num-iter v0.1.45 |
1593 | 2024-08-21T21:00:23.724Z | Compiling addr2line v0.21.0 |
1594 | 2024-08-21T21:00:25.319Z | Compiling tokio-rustls v0.24.1 |
1595 | 2024-08-21T21:00:26.173Z | Compiling terminal_size v0.3.0 |
1596 | 2024-08-21T21:00:26.375Z | Compiling tokio-native-tls v0.3.1 |
1597 | 2024-08-21T21:00:26.955Z | Compiling phf_shared v0.11.2 |
1598 | 2024-08-21T21:00:27.321Z | Compiling strum_macros v0.25.3 |
1599 | 2024-08-21T21:00:27.922Z | Compiling serde_urlencoded v0.7.1 |
1600 | 2024-08-21T21:00:28.567Z | Compiling enum-as-inner v0.6.0 |
1601 | 2024-08-21T21:00:29.457Z | Compiling serde_repr v0.1.19 |
1602 | 2024-08-21T21:00:29.500Z | Compiling ff v0.13.0 |
1603 | 2024-08-21T21:00:29.558Z | Compiling object v0.32.2 |
1604 | 2024-08-21T21:00:29.622Z | Compiling ipnet v2.9.0 |
1605 | 2024-08-21T21:00:29.719Z | Compiling base16ct v0.2.0 |
1606 | 2024-08-21T21:00:30.562Z | Compiling clap_lex v0.7.0 |
1607 | 2024-08-21T21:00:30.998Z | Compiling managed v0.8.0 |
1608 | 2024-08-21T21:00:31.412Z | Compiling bitflags v1.3.2 |
1609 | 2024-08-21T21:00:31.436Z | Compiling either v1.13.0 |
1610 | 2024-08-21T21:00:31.517Z | Compiling rustc-demangle v0.1.24 |
1611 | 2024-08-21T21:00:31.626Z | Compiling winnow v0.5.40 |
1612 | 2024-08-21T21:00:32.705Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1613 | 2024-08-21T21:00:32.763Z | Compiling rustls-pemfile v1.0.4 |
1614 | 2024-08-21T21:00:33.135Z | Compiling clap_builder v4.5.15 |
1615 | 2024-08-21T21:00:33.508Z | Compiling sec1 v0.7.3 |
1616 | 2024-08-21T21:00:33.800Z | Compiling group v0.13.0 |
1617 | 2024-08-21T21:00:35.171Z | Compiling toml_edit v0.19.15 |
1618 | 2024-08-21T21:00:36.127Z | Compiling phf v0.11.2 |
1619 | 2024-08-21T21:00:36.469Z | Compiling hyper-tls v0.5.0 |
1620 | 2024-08-21T21:00:37.183Z | Compiling hyper-rustls v0.24.2 |
1621 | 2024-08-21T21:00:37.461Z | Compiling cookie_store v0.20.0 |
1622 | 2024-08-21T21:00:37.582Z | Compiling postgres-types v0.2.7 |
1623 | 2024-08-21T21:00:38.929Z | Compiling hubpack v0.1.2 |
1624 | 2024-08-21T21:00:39.005Z | Compiling pkcs1 v0.7.5 |
1625 | 2024-08-21T21:00:39.281Z | Compiling phf_shared v0.10.0 |
1626 | 2024-08-21T21:00:39.818Z | Compiling zerocopy v0.6.6 |
1627 | 2024-08-21T21:00:39.882Z | Compiling futures-executor v0.3.30 |
1628 | 2024-08-21T21:00:39.900Z | Compiling bstr v1.9.1 |
1629 | 2024-08-21T21:00:39.981Z | Compiling hkdf v0.12.4 |
1630 | 2024-08-21T21:00:40.207Z | Compiling signature v2.2.0 |
1631 | 2024-08-21T21:00:40.291Z | Compiling crypto-bigint v0.5.5 |
1632 | 2024-08-21T21:00:40.434Z | Compiling idna v0.4.0 |
1633 | 2024-08-21T21:00:40.452Z | Compiling float-cmp v0.9.0 |
1634 | 2024-08-21T21:00:40.657Z | Compiling mio v1.0.2 |
1635 | 2024-08-21T21:00:40.677Z | Compiling memmap v0.7.0 |
1636 | 2024-08-21T21:00:41.402Z | Compiling precomputed-hash v0.1.1 |
1637 | 2024-08-21T21:00:41.523Z | Compiling predicates-core v1.0.6 |
1638 | 2024-08-21T21:00:41.629Z | Compiling static_assertions v1.1.0 |
1639 | 2024-08-21T21:00:41.647Z | Compiling data-encoding v2.6.0 |
1640 | 2024-08-21T21:00:41.734Z | Compiling normalize-line-endings v0.3.0 |
1641 | 2024-08-21T21:00:41.820Z | Compiling sync_wrapper v0.1.2 |
1642 | 2024-08-21T21:00:41.859Z | Compiling unicode-segmentation v1.11.0 |
1643 | 2024-08-21T21:00:41.941Z | Compiling difflib v0.4.0 |
1644 | 2024-08-21T21:00:41.944Z | Compiling bit-vec v0.6.3 |
1645 | 2024-08-21T21:00:42.044Z | Compiling webpki-roots v0.25.4 |
1646 | 2024-08-21T21:00:42.219Z | Compiling winnow v0.6.18 |
1647 | 2024-08-21T21:00:42.647Z | Compiling new_debug_unreachable v1.0.6 |
1648 | 2024-08-21T21:00:42.744Z | Compiling fixedbitset v0.4.2 |
1649 | 2024-08-21T21:00:43.194Z | Compiling minimal-lexical v0.2.1 |
1650 | 2024-08-21T21:00:43.244Z | Compiling whoami v1.5.1 |
1651 | 2024-08-21T21:00:43.318Z | Compiling reqwest v0.11.27 |
1652 | 2024-08-21T21:00:43.569Z | Compiling tokio-postgres v0.7.11 |
1653 | 2024-08-21T21:00:43.662Z | Compiling nom v7.1.3 |
1654 | 2024-08-21T21:00:43.764Z | Compiling elliptic-curve v0.13.8 |
1655 | 2024-08-21T21:00:44.459Z | Compiling petgraph v0.6.5 |
1656 | 2024-08-21T21:00:44.490Z | Compiling string_cache v0.8.7 |
1657 | 2024-08-21T21:00:44.920Z | Compiling similar v2.6.0 |
1658 | 2024-08-21T21:00:45.785Z | Compiling toml_edit v0.22.20 |
1659 | 2024-08-21T21:00:47.254Z | Compiling predicates v3.1.2 |
1660 | 2024-08-21T21:00:47.993Z | Compiling hickory-proto v0.24.1 |
1661 | 2024-08-21T21:00:48.340Z | Compiling bit-set v0.5.3 |
1662 | 2024-08-21T21:00:48.562Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1663 | 2024-08-21T21:00:48.636Z | Compiling signal-hook-mio v0.2.4 |
1664 | 2024-08-21T21:00:48.721Z | Compiling usdt v0.5.0 |
1665 | 2024-08-21T21:00:49.157Z | Compiling rsa v0.9.6 |
1666 | 2024-08-21T21:00:49.523Z | Compiling futures v0.3.30 |
1667 | 2024-08-21T21:00:51.728Z | Compiling toml v0.7.8 |
1668 | 2024-08-21T21:00:53.089Z | Compiling clap v4.5.16 |
1669 | 2024-08-21T21:00:53.218Z | Compiling crossbeam-epoch v0.9.18 |
1670 | 2024-08-21T21:00:53.235Z | Compiling flate2 v1.0.31 |
1671 | 2024-08-21T21:00:53.874Z | Compiling itertools v0.12.1 |
1672 | 2024-08-21T21:00:54.130Z | Compiling itertools v0.10.5 |
1673 | 2024-08-21T21:00:54.532Z | Compiling console v0.15.8 |
1674 | 2024-08-21T21:00:55.800Z | Compiling tokio-stream v0.1.15 |
1675 | 2024-08-21T21:00:56.742Z | Compiling hex v0.4.3 |
1676 | 2024-08-21T21:00:56.982Z | Compiling sha1 v0.10.6 |
1677 | 2024-08-21T21:00:57.467Z | Compiling peg-runtime v0.8.3 |
1678 | 2024-08-21T21:00:57.606Z | Compiling camino v1.1.9 |
1679 | 2024-08-21T21:00:57.963Z | Compiling unicode-xid v0.2.4 |
1680 | 2024-08-21T21:00:58.162Z | Compiling radium v0.7.0 |
1681 | 2024-08-21T21:00:58.347Z | Compiling lalrpop-util v0.19.12 |
1682 | 2024-08-21T21:00:58.697Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1683 | 2024-08-21T21:01:03.515Z | Compiling is-terminal v0.4.12 |
1684 | 2024-08-21T21:01:05.232Z | Compiling tap v1.0.1 |
1685 | 2024-08-21T21:01:05.421Z | Compiling rustls-pki-types v1.7.0 |
1686 | 2024-08-21T21:01:06.762Z | Compiling maybe-uninit v2.0.0 |
1687 | 2024-08-21T21:01:08.516Z | Compiling ident_case v1.0.1 |
1688 | 2024-08-21T21:01:08.735Z | Compiling darling_core v0.20.9 |
1689 | 2024-08-21T21:01:14.839Z | Compiling wyz v0.5.1 |
1690 | 2024-08-21T21:01:22.642Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1691 | 2024-08-21T21:01:23.842Z | Compiling getopts v0.2.21 |
1692 | 2024-08-21T21:01:24.636Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1693 | 2024-08-21T21:01:25.175Z | Compiling dirs-sys-next v0.1.2 |
1694 | 2024-08-21T21:01:25.233Z | Compiling funty v2.0.0 |
1695 | 2024-08-21T21:01:26.335Z | Compiling packed_struct v0.10.1 |
1696 | 2024-08-21T21:01:26.757Z | Compiling rustls v0.22.4 |
1697 | 2024-08-21T21:01:27.047Z | Compiling paste v1.0.15 |
1698 | 2024-08-21T21:01:27.133Z | Compiling unsafe-libyaml v0.2.11 |
1699 | 2024-08-21T21:01:28.912Z | Compiling serde_yaml v0.9.34+deprecated |
1700 | 2024-08-21T21:01:28.986Z | Compiling bitvec v1.0.1 |
1701 | 2024-08-21T21:01:29.571Z | Compiling dirs-next v2.0.0 |
1702 | 2024-08-21T21:01:30.897Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1703 | 2024-08-21T21:01:33.485Z | Compiling darling_macro v0.20.9 |
1704 | 2024-08-21T21:01:34.384Z | Compiling rustls-webpki v0.102.4 |
1705 | 2024-08-21T21:01:37.386Z | Compiling packed_struct_codegen v0.10.1 |
1706 | 2024-08-21T21:01:37.618Z | Compiling structmeta-derive v0.3.0 |
1707 | 2024-08-21T21:01:38.408Z | Compiling thread_local v1.1.8 |
1708 | 2024-08-21T21:01:38.933Z | Compiling indexmap v1.9.3 |
1709 | 2024-08-21T21:01:39.079Z | Compiling multer v3.1.0 |
1710 | 2024-08-21T21:01:39.254Z | Compiling fastrand v2.1.0 |
1711 | 2024-08-21T21:01:39.384Z | Compiling crc-catalog v2.4.0 |
1712 | 2024-08-21T21:01:39.489Z | Compiling nodrop v0.1.14 |
1713 | 2024-08-21T21:01:39.619Z | Compiling slog-async v2.8.0 |
1714 | 2024-08-21T21:01:39.812Z | Compiling rayon-core v1.12.1 |
1715 | 2024-08-21T21:01:39.916Z | Compiling match_cfg v0.1.0 |
1716 | 2024-08-21T21:01:40.002Z | Compiling hostname v0.3.1 |
1717 | 2024-08-21T21:01:40.143Z | Compiling tempfile v3.10.1 |
1718 | 2024-08-21T21:01:40.178Z | Compiling structmeta v0.3.0 |
1719 | 2024-08-21T21:01:40.244Z | Compiling array-init v0.0.4 |
1720 | 2024-08-21T21:01:40.569Z | Compiling crc v3.2.1 |
1721 | 2024-08-21T21:01:42.331Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1722 | 2024-08-21T21:01:43.192Z | Compiling smallvec v0.6.14 |
1723 | 2024-08-21T21:01:43.706Z | Compiling darling v0.20.9 |
1724 | 2024-08-21T21:01:43.829Z | Compiling term v0.7.0 |
1725 | 2024-08-21T21:01:46.038Z | Compiling crossbeam-deque v0.8.5 |
1726 | 2024-08-21T21:01:46.431Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1727 | 2024-08-21T21:01:47.910Z | Compiling slog-json v2.6.1 |
1728 | 2024-08-21T21:01:48.352Z | Compiling crossbeam-channel v0.5.12 |
1729 | 2024-08-21T21:01:48.834Z | Compiling http v1.1.0 |
1730 | 2024-08-21T21:01:50.333Z | Compiling async-stream-impl v0.3.5 |
1731 | 2024-08-21T21:01:51.592Z | Compiling pin-project-internal v1.1.5 |
1732 | 2024-08-21T21:01:54.351Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1733 | 2024-08-21T21:01:55.618Z | Compiling take_mut v0.2.2 |
1734 | 2024-08-21T21:01:55.786Z | Compiling same-file v1.0.6 |
1735 | 2024-08-21T21:01:56.135Z | Compiling atomic-waker v1.1.2 |
1736 | 2024-08-21T21:01:56.821Z | Compiling hashbrown v0.12.3 |
1737 | 2024-08-21T21:01:56.878Z | Compiling termcolor v1.4.1 |
1738 | 2024-08-21T21:01:57.785Z | Compiling bitfield v0.14.0 |
1739 | 2024-08-21T21:01:58.138Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1740 | 2024-08-21T21:02:00.965Z | Compiling env_logger v0.10.2 |
1741 | 2024-08-21T21:02:02.164Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1742 | 2024-08-21T21:02:05.748Z | Compiling waitgroup v0.1.2 |
1743 | 2024-08-21T21:02:05.770Z | Compiling walkdir v2.5.0 |
1744 | 2024-08-21T21:02:10.309Z | Compiling pin-project v1.1.5 |
1745 | 2024-08-21T21:02:11.507Z | Compiling async-stream v0.3.5 |
1746 | 2024-08-21T21:02:14.082Z | Compiling slog-bunyan v2.5.0 |
1747 | 2024-08-21T21:02:14.359Z | Compiling tokio-rustls v0.25.0 |
1748 | 2024-08-21T21:02:14.934Z | Compiling slog-term v2.9.1 |
1749 | 2024-08-21T21:02:14.952Z | Compiling serde_with_macros v3.9.0 |
1750 | 2024-08-21T21:02:17.533Z | Compiling serde-hex v0.1.0 |
1751 | 2024-08-21T21:02:17.536Z | Compiling bzip2 v0.4.4 |
1752 | 2024-08-21T21:02:17.810Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1753 | 2024-08-21T21:02:18.006Z | Compiling parse-display-derive v0.10.0 |
1754 | 2024-08-21T21:02:18.127Z | Compiling toml v0.8.19 |
1755 | 2024-08-21T21:02:18.381Z | Compiling rustls-pemfile v2.1.3 |
1756 | 2024-08-21T21:02:21.992Z | Compiling x509-cert v0.2.5 |
1757 | 2024-08-21T21:02:22.628Z | Compiling ron v0.8.1 |
1758 | 2024-08-21T21:02:23.835Z | Compiling ipnetwork v0.20.0 |
1759 | 2024-08-21T21:02:24.027Z | Compiling newtype-uuid v1.1.0 |
1760 | 2024-08-21T21:02:24.369Z | Compiling strum_macros v0.26.4 |
1761 | 2024-08-21T21:02:25.036Z | Compiling xattr v1.3.1 |
1762 | 2024-08-21T21:02:25.343Z | Compiling snafu-derive v0.8.2 |
1763 | 2024-08-21T21:02:26.361Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1764 | 2024-08-21T21:02:27.543Z | Compiling serde_path_to_error v0.1.16 |
1765 | 2024-08-21T21:02:28.540Z | Compiling hashbrown v0.13.2 |
1766 | 2024-08-21T21:02:28.556Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1767 | 2024-08-21T21:02:28.912Z | Compiling ring v0.16.20 |
1768 | 2024-08-21T21:02:29.287Z | Compiling blake3 v1.5.1 |
1769 | 2024-08-21T21:02:29.850Z | Compiling hostname v0.4.0 |
1770 | 2024-08-21T21:02:29.870Z | Compiling filetime v0.2.24 |
1771 | 2024-08-21T21:02:29.902Z | Compiling instant v0.1.12 |
1772 | 2024-08-21T21:02:30.020Z | Compiling buf-list v1.0.3 |
1773 | 2024-08-21T21:02:30.087Z | Compiling crc-any v2.5.0 |
1774 | 2024-08-21T21:02:30.413Z | Compiling debug-ignore v1.0.5 |
1775 | 2024-08-21T21:02:30.660Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1776 | 2024-08-21T21:02:30.729Z | Compiling tar v0.4.41 |
1777 | 2024-08-21T21:02:31.034Z | Compiling snafu v0.8.2 |
1778 | 2024-08-21T21:02:31.096Z | Compiling backoff v0.4.0 |
1779 | 2024-08-21T21:02:32.275Z | Compiling object v0.30.4 |
1780 | 2024-08-21T21:02:32.543Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1781 | 2024-08-21T21:02:32.742Z | Compiling strum v0.26.3 |
1782 | 2024-08-21T21:02:32.930Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1783 | 2024-08-21T21:02:33.225Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1784 | 2024-08-21T21:02:33.520Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1785 | 2024-08-21T21:02:34.815Z | Compiling parse-display v0.10.0 |
1786 | 2024-08-21T21:02:35.712Z | Compiling zip v0.6.6 |
1787 | 2024-08-21T21:02:36.727Z | Compiling serde_with v3.9.0 |
1788 | 2024-08-21T21:02:37.194Z | Compiling rayon v1.10.0 |
1789 | 2024-08-21T21:02:37.308Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1790 | 2024-08-21T21:02:38.054Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1791 | 2024-08-21T21:02:38.256Z | Compiling camino-tempfile v1.1.1 |
1792 | 2024-08-21T21:02:39.036Z | Compiling globset v0.4.14 |
1793 | 2024-08-21T21:02:40.737Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1794 | 2024-08-21T21:02:40.922Z | Compiling pem v3.0.4 |
1795 | 2024-08-21T21:02:41.012Z | Compiling olpc-cjson v0.1.3 |
1796 | 2024-08-21T21:02:41.338Z | Compiling serde_plain v1.0.2 |
1797 | 2024-08-21T21:02:41.848Z | Compiling macaddr v1.0.1 |
1798 | 2024-08-21T21:02:42.390Z | Compiling async-recursion v1.1.1 |
1799 | 2024-08-21T21:02:42.480Z | Compiling memmap2 v0.9.4 |
1800 | 2024-08-21T21:02:42.880Z | Compiling typed-path v0.7.1 |
1801 | 2024-08-21T21:02:43.047Z | Compiling arrayref v0.3.7 |
1802 | 2024-08-21T21:02:43.155Z | Compiling constant_time_eq v0.3.0 |
1803 | 2024-08-21T21:02:43.334Z | Compiling path-slash v0.1.5 |
1804 | 2024-08-21T21:02:43.574Z | Compiling spin v0.5.2 |
1805 | 2024-08-21T21:02:43.832Z | Compiling untrusted v0.7.1 |
1806 | 2024-08-21T21:02:43.854Z | Compiling arrayvec v0.7.4 |
1807 | 2024-08-21T21:02:45.099Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1808 | 2024-08-21T21:02:46.619Z | Compiling tough v0.17.1 |
1809 | 2024-08-21T21:02:46.974Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1810 | 2024-08-21T21:02:49.062Z | Compiling itertools v0.13.0 |
1811 | 2024-08-21T21:02:49.572Z | Compiling cargo-platform v0.1.8 |
1812 | 2024-08-21T21:02:50.702Z | Compiling topological-sort v0.2.2 |
1813 | 2024-08-21T21:02:50.953Z | Compiling parse-size v1.0.0 |
1814 | 2024-08-21T21:02:51.239Z | Compiling omicron-zone-package v0.11.0 |
1815 | 2024-08-21T21:02:51.399Z | Compiling cargo_metadata v0.18.1 |
1816 | 2024-08-21T21:02:52.827Z | Compiling shell-words v1.1.0 |
1817 | 2024-08-21T21:02:59.161Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1818 | 2024-08-21T21:03:11.194Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1819 | 2024-08-21T21:03:25.549Z | Finished `release` profile [optimized] target(s) in 4m 39s |
1820 | 2024-08-21T21:03:25.685Z | Running `target/release/omicron-releng --output-dir /work` |
1821 | 2024-08-21T21:03:25.722Z | Aug 21 21:03:24.531 DEBG changing working directory to /work/oxidecomputer/omicron |
1822 | 2024-08-21T21:03:25.812Z | Aug 21 21:03:24.619 DEBG running: git rev-parse HEAD |
1823 | 2024-08-21T21:03:25.816Z | Aug 21 21:03:24.625 DEBG process exited with exit status: 0 (6.398766ms) |
1824 | 2024-08-21T21:03:25.816Z | Aug 21 21:03:24.625 INFO version: 10.0.0-0.ci+git161443fed7a |
1825 | 2024-08-21T21:03:25.855Z | Aug 21 21:03:24.665 INFO cloning helios to /work/oxidecomputer/helios |
1826 | 2024-08-21T21:03:25.855Z | Aug 21 21:03:24.665 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1827 | 2024-08-21T21:03:25.861Z | Cloning into '/work/oxidecomputer/helios'... |
1828 | 2024-08-21T21:03:26.325Z | Aug 21 21:03:25.134 DEBG process exited with exit status: 0 (469.197584ms) |
1829 | 2024-08-21T21:03:26.325Z | Aug 21 21:03:25.134 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1830 | 2024-08-21T21:03:26.332Z | # branch.oid 5957f0585d08e57fe117e75e2c8590e41f2cac29 |
1831 | 2024-08-21T21:03:26.332Z | # branch.head master |
1832 | 2024-08-21T21:03:26.332Z | # branch.upstream origin/master |
1833 | 2024-08-21T21:03:26.332Z | # branch.ab +0 -0 |
1834 | 2024-08-21T21:03:26.335Z | Aug 21 21:03:25.142 DEBG process exited with exit status: 0 (7.580932ms) |
1835 | 2024-08-21T21:03:26.335Z | Aug 21 21:03:25.142 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1836 | 2024-08-21T21:03:27.005Z | Aug 21 21:03:25.814 DEBG process exited with exit status: 0 (672.106082ms) |
1837 | 2024-08-21T21:03:27.005Z | Aug 21 21:03:25.814 DEBG running: zfs list rpool/images/build/host |
1838 | 2024-08-21T21:03:27.011Z | NAME USED AVAIL REFER MOUNTPOINT |
1839 | 2024-08-21T21:03:27.011Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
1840 | 2024-08-21T21:03:27.014Z | Aug 21 21:03:25.821 DEBG process exited with exit status: 0 (7.041344ms) |
1841 | 2024-08-21T21:03:27.014Z | Aug 21 21:03:25.821 DEBG running: zfs list rpool/images/build/recovery |
1842 | 2024-08-21T21:03:27.018Z | NAME USED AVAIL REFER MOUNTPOINT |
1843 | 2024-08-21T21:03:27.018Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
1844 | 2024-08-21T21:03:27.021Z | Aug 21 21:03:25.827 DEBG process exited with exit status: 0 (5.985048ms) |
1845 | 2024-08-21T21:03:27.021Z | Aug 21 21:03:25.828 INFO [hubris-production] running task |
1846 | 2024-08-21T21:03:27.021Z | Aug 21 21:03:25.828 INFO [hubris-staging] running task |
1847 | 2024-08-21T21:03:27.021Z | Aug 21 21:03:25.828 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 |
1848 | 2024-08-21T21:03:27.023Z | Aug 21 21:03:25.831 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1849 | 2024-08-21T21:03:27.394Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1850 | 2024-08-21T21:03:27.608Z | [ omicron-package] Blocking waiting for file lock on package cache |
1851 | 2024-08-21T21:03:28.161Z | Aug 21 21:03:26.970 INFO [hubris-production] task succeeded (1.142037839s) |
1852 | 2024-08-21T21:03:28.406Z | [ omicron-package] Blocking waiting for file lock on package cache |
1853 | 2024-08-21T21:03:29.246Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1854 | 2024-08-21T21:03:29.248Z | [ omicron-package] Compiling heapless v0.8.0 |
1855 | 2024-08-21T21:03:29.248Z | [ omicron-package] Compiling hash32 v0.3.1 |
1856 | 2024-08-21T21:03:29.248Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1857 | 2024-08-21T21:03:29.248Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1858 | 2024-08-21T21:03:29.248Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1859 | 2024-08-21T21:03:29.248Z | [ omicron-package] Compiling cobs v0.2.3 |
1860 | 2024-08-21T21:03:29.248Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1861 | 2024-08-21T21:03:29.852Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1862 | 2024-08-21T21:03:30.484Z | [ omicron-package] Compiling postcard v1.0.8 |
1863 | 2024-08-21T21:03:30.569Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1864 | 2024-08-21T21:03:30.889Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1865 | 2024-08-21T21:03:31.053Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1866 | 2024-08-21T21:03:31.182Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1867 | 2024-08-21T21:03:31.420Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1868 | 2024-08-21T21:03:31.759Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1869 | 2024-08-21T21:03:31.998Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1870 | 2024-08-21T21:03:32.598Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1871 | 2024-08-21T21:03:32.705Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1872 | 2024-08-21T21:03:32.825Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1873 | 2024-08-21T21:03:32.874Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1874 | 2024-08-21T21:03:33.376Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1875 | 2024-08-21T21:03:33.850Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1876 | 2024-08-21T21:03:34.077Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1877 | 2024-08-21T21:03:34.139Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1878 | 2024-08-21T21:03:34.510Z | [ omicron-package] Compiling num_enum v0.5.11 |
1879 | 2024-08-21T21:03:34.708Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1880 | 2024-08-21T21:03:34.841Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1881 | 2024-08-21T21:03:34.843Z | [ omicron-package] Compiling colored v2.1.0 |
1882 | 2024-08-21T21:03:34.859Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1883 | 2024-08-21T21:03:35.293Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1884 | 2024-08-21T21:03:35.609Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1885 | 2024-08-21T21:03:35.873Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1886 | 2024-08-21T21:03:35.913Z | [ omicron-package] Compiling num-derive v0.4.2 |
1887 | 2024-08-21T21:03:36.511Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1888 | 2024-08-21T21:03:36.533Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1889 | 2024-08-21T21:03:36.607Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1890 | 2024-08-21T21:03:36.972Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1891 | 2024-08-21T21:03:37.219Z | [ omicron-package] Compiling smf v0.2.3 |
1892 | 2024-08-21T21:03:37.566Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1893 | 2024-08-21T21:03:37.987Z | Aug 21 21:03:36.795 INFO [hubris-staging] task succeeded (10.967195016s) |
1894 | 2024-08-21T21:03:38.026Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1895 | 2024-08-21T21:03:38.611Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1896 | 2024-08-21T21:03:38.889Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1897 | 2024-08-21T21:03:40.358Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1898 | 2024-08-21T21:03:40.590Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1899 | 2024-08-21T21:03:41.600Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1900 | 2024-08-21T21:03:42.278Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1901 | 2024-08-21T21:03:42.781Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1902 | 2024-08-21T21:03:43.087Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1903 | 2024-08-21T21:03:43.524Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1904 | 2024-08-21T21:03:44.675Z | [ omicron-package] Compiling gethostname v0.5.0 |
1905 | 2024-08-21T21:03:44.849Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1906 | 2024-08-21T21:03:44.917Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1907 | 2024-08-21T21:03:46.647Z | [ omicron-package] Compiling indicatif v0.17.8 |
1908 | 2024-08-21T21:03:47.449Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1909 | 2024-08-21T21:03:50.612Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1910 | 2024-08-21T21:03:51.203Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1911 | 2024-08-21T21:03:52.673Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1912 | 2024-08-21T21:04:08.368Z | [ helios-setup] Aug 21 21:04:07.172 INFO helios repository root is: /work/oxidecomputer/helios |
1913 | 2024-08-21T21:04:08.370Z | [ helios-setup] Aug 21 21:04:07.175 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
1914 | 2024-08-21T21:04:08.370Z | [ helios-setup] Aug 21 21:04:07.175 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 |
1915 | 2024-08-21T21:04:08.370Z | [ helios-setup] Aug 21 21:04:07.175 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1916 | 2024-08-21T21:04:08.375Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1917 | 2024-08-21T21:04:09.495Z | [ helios-setup] Aug 21 21:04:08.300 INFO clone ok!, project: bootserver |
1918 | 2024-08-21T21:04:09.498Z | [ helios-setup] Aug 21 21:04:08.300 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 |
1919 | 2024-08-21T21:04:09.498Z | [ helios-setup] Aug 21 21:04:08.301 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
1920 | 2024-08-21T21:04:09.500Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
1921 | 2024-08-21T21:04:10.439Z | [ helios-setup] Aug 21 21:04:09.244 INFO clone ok!, project: chelsio-t6-roms |
1922 | 2024-08-21T21:04:10.442Z | [ helios-setup] Aug 21 21:04:09.244 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 |
1923 | 2024-08-21T21:04:10.442Z | [ helios-setup] Aug 21 21:04:09.244 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
1924 | 2024-08-21T21:04:10.442Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
1925 | 2024-08-21T21:04:10.926Z | [ helios-setup] Aug 21 21:04:09.730 INFO clone ok!, project: phbl |
1926 | 2024-08-21T21:04:10.928Z | [ helios-setup] Aug 21 21:04:09.731 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
1927 | 2024-08-21T21:04:10.928Z | [ helios-setup] Aug 21 21:04:09.731 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 |
1928 | 2024-08-21T21:04:10.928Z | [ helios-setup] Aug 21 21:04:09.731 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1929 | 2024-08-21T21:04:10.931Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1930 | 2024-08-21T21:04:11.469Z | [ helios-setup] Aug 21 21:04:10.274 INFO clone ok!, project: pinprick |
1931 | 2024-08-21T21:04:11.471Z | [ helios-setup] Aug 21 21:04:10.274 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 |
1932 | 2024-08-21T21:04:11.471Z | [ helios-setup] Aug 21 21:04:10.274 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 |
1933 | 2024-08-21T21:04:11.474Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1934 | 2024-08-21T21:04:11.489Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 44.45s |
1935 | 2024-08-21T21:04:11.692Z | [ omicron-package] |
1936 | 2024-08-21T21:04:11.692Z | [ omicron-package] real 44.631861911 |
1937 | 2024-08-21T21:04:11.695Z | [ omicron-package] user 2:42.330037940 |
1938 | 2024-08-21T21:04:11.695Z | [ omicron-package] sys 21.216281338 |
1939 | 2024-08-21T21:04:11.695Z | [ omicron-package] trap 0.137113327 |
1940 | 2024-08-21T21:04:11.695Z | [ omicron-package] tflt 1.069576617 |
1941 | 2024-08-21T21:04:11.695Z | [ omicron-package] dflt 0.479408092 |
1942 | 2024-08-21T21:04:11.695Z | [ omicron-package] kflt 0.000001230 |
1943 | 2024-08-21T21:04:11.695Z | [ omicron-package] lock 5:39.174779465 |
1944 | 2024-08-21T21:04:11.695Z | [ omicron-package] slp 9:06.109373692 |
1945 | 2024-08-21T21:04:11.695Z | [ omicron-package] lat 1:35.785387806 |
1946 | 2024-08-21T21:04:11.695Z | Aug 21 21:04:10.498 INFO [omicron-package] process exited with exit status: 0 (44.669459346s) |
1947 | 2024-08-21T21:04:11.695Z | [ omicron-package] stop 53.217331945 |
1948 | 2024-08-21T21:04:11.695Z | Aug 21 21:04:10.498 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 |
1949 | 2024-08-21T21:04:11.732Z | Aug 21 21:04:10.537 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1950 | 2024-08-21T21:04:11.743Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1951 | 2024-08-21T21:04:11.745Z | [ host-target] Created new build target 'host' and set it as active |
1952 | 2024-08-21T21:04:11.745Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1953 | 2024-08-21T21:04:11.745Z | Aug 21 21:04:10.550 INFO [host-target] process exited with exit status: 0 (51.835612ms) |
1954 | 2024-08-21T21:04:11.745Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1955 | 2024-08-21T21:04:11.745Z | Aug 21 21:04:10.550 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1956 | 2024-08-21T21:04:11.750Z | Aug 21 21:04:10.555 INFO [recovery-target] process exited with exit status: 0 (17.903788ms) |
1957 | 2024-08-21T21:04:11.758Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1958 | 2024-08-21T21:04:12.267Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1959 | 2024-08-21T21:04:12.273Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1960 | 2024-08-21T21:04:12.818Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1961 | 2024-08-21T21:04:12.818Z | [ host-package] Compiling camino v1.1.9 |
1962 | 2024-08-21T21:04:12.818Z | [ host-package] Compiling password-hash v0.5.0 |
1963 | 2024-08-21T21:04:12.821Z | [ host-package] Compiling blake2 v0.10.6 |
1964 | 2024-08-21T21:04:12.821Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1965 | 2024-08-21T21:04:12.821Z | [ host-package] Compiling derive-where v1.2.7 |
1966 | 2024-08-21T21:04:12.821Z | [ host-package] Compiling humantime v2.1.0 |
1967 | 2024-08-21T21:04:12.936Z | [ host-package] Compiling newline-converter v0.3.0 |
1968 | 2024-08-21T21:04:13.132Z | [ host-package] Compiling toml v0.8.19 |
1969 | 2024-08-21T21:04:13.154Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1970 | 2024-08-21T21:04:13.587Z | [ host-package] Compiling argon2 v0.5.3 |
1971 | 2024-08-21T21:04:13.822Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1972 | 2024-08-21T21:04:13.844Z | [ host-package] Compiling expectorate v1.1.0 |
1973 | 2024-08-21T21:04:14.029Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1974 | 2024-08-21T21:04:14.031Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1975 | 2024-08-21T21:04:14.159Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1976 | 2024-08-21T21:04:14.475Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1977 | 2024-08-21T21:04:14.686Z | [ host-package] Compiling dirs-next v2.0.0 |
1978 | 2024-08-21T21:04:14.709Z | [ host-package] Compiling num-rational v0.4.2 |
1979 | 2024-08-21T21:04:14.887Z | [ host-package] Compiling num-complex v0.4.6 |
1980 | 2024-08-21T21:04:15.075Z | [ host-package] Compiling convert_case v0.4.0 |
1981 | 2024-08-21T21:04:15.098Z | [ host-package] Compiling term v0.7.0 |
1982 | 2024-08-21T21:04:15.961Z | [ host-package] Compiling derive_more v0.99.18 |
1983 | 2024-08-21T21:04:16.083Z | [ host-package] Compiling num v0.4.3 |
1984 | 2024-08-21T21:04:16.218Z | [ host-package] Compiling prettyplease v0.2.20 |
1985 | 2024-08-21T21:04:16.257Z | [ host-package] Compiling float-ord v0.3.2 |
1986 | 2024-08-21T21:04:16.308Z | [ host-package] Compiling is-terminal v0.4.12 |
1987 | 2024-08-21T21:04:16.425Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1988 | 2024-08-21T21:04:16.452Z | [ host-package] Compiling semver v0.1.20 |
1989 | 2024-08-21T21:04:16.454Z | [ host-package] Compiling home v0.5.9 |
1990 | 2024-08-21T21:04:16.549Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1991 | 2024-08-21T21:04:16.737Z | [ host-package] Compiling cookie v0.18.1 |
1992 | 2024-08-21T21:04:17.045Z | [ host-package] Compiling rustc_version v0.1.7 |
1993 | 2024-08-21T21:04:17.113Z | [ host-package] Compiling highway v1.2.0 |
1994 | 2024-08-21T21:04:17.290Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1995 | 2024-08-21T21:04:17.449Z | [ host-package] Compiling newtype_derive v0.1.6 |
1996 | 2024-08-21T21:04:18.023Z | [ host-package] Compiling steno v0.4.1 |
1997 | 2024-08-21T21:04:18.687Z | [ host-package] Compiling rustls-webpki v0.102.4 |
1998 | 2024-08-21T21:04:18.752Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
1999 | 2024-08-21T21:04:18.763Z | [ helios-setup] Aug 21 21:04:17.567 INFO clone ok!, project: amd-host-image-builder |
2000 | 2024-08-21T21:04:18.766Z | [ helios-setup] Aug 21 21:04:17.568 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 |
2001 | 2024-08-21T21:04:18.766Z | [ helios-setup] Aug 21 21:04:17.568 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2002 | 2024-08-21T21:04:18.768Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2003 | 2024-08-21T21:04:20.659Z | [ host-package] Compiling rustls v0.22.4 |
2004 | 2024-08-21T21:04:20.698Z | [ host-package] Compiling thread_local v1.1.8 |
2005 | 2024-08-21T21:04:20.717Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2006 | 2024-08-21T21:04:21.059Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2007 | 2024-08-21T21:04:21.237Z | [ host-package] Compiling match_cfg v0.1.0 |
2008 | 2024-08-21T21:04:21.360Z | [ host-package] Compiling hostname v0.3.1 |
2009 | 2024-08-21T21:04:22.872Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2010 | 2024-08-21T21:04:23.184Z | [ host-package] Compiling multer v3.1.0 |
2011 | 2024-08-21T21:04:23.255Z | [ host-package] Compiling slog-async v2.8.0 |
2012 | 2024-08-21T21:04:23.334Z | [ host-package] Compiling slog-json v2.6.1 |
2013 | 2024-08-21T21:04:23.639Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2014 | 2024-08-21T21:04:23.691Z | [ host-package] Compiling http v1.1.0 |
2015 | 2024-08-21T21:04:24.777Z | [ host-package] Compiling atomic-waker v1.1.2 |
2016 | 2024-08-21T21:04:24.980Z | [ host-package] Compiling take_mut v0.2.2 |
2017 | 2024-08-21T21:04:25.160Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2018 | 2024-08-21T21:04:25.637Z | [ host-package] Compiling lru-cache v0.1.2 |
2019 | 2024-08-21T21:04:26.308Z | [ helios-setup] Aug 21 21:04:25.111 INFO clone ok!, project: amd-firmware |
2020 | 2024-08-21T21:04:26.313Z | [ helios-setup] Aug 21 21:04:25.112 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 |
2021 | 2024-08-21T21:04:26.313Z | [ helios-setup] Aug 21 21:04:25.112 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2022 | 2024-08-21T21:04:26.313Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2023 | 2024-08-21T21:04:26.869Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2024 | 2024-08-21T21:04:27.051Z | [ helios-setup] Aug 21 21:04:25.854 INFO clone ok!, project: image-builder |
2025 | 2024-08-21T21:04:27.054Z | [ helios-setup] Aug 21 21:04:25.854 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2026 | 2024-08-21T21:04:27.054Z | [ helios-setup] Aug 21 21:04:25.855 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 |
2027 | 2024-08-21T21:04:27.054Z | [ helios-setup] Aug 21 21:04:25.855 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2028 | 2024-08-21T21:04:27.057Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2029 | 2024-08-21T21:04:27.273Z | [ host-package] Compiling waitgroup v0.1.2 |
2030 | 2024-08-21T21:04:27.322Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2031 | 2024-08-21T21:04:27.537Z | [ host-package] Compiling slog-term v2.9.1 |
2032 | 2024-08-21T21:04:28.157Z | [ helios-setup] Aug 21 21:04:26.960 INFO clone ok!, project: pilot |
2033 | 2024-08-21T21:04:28.160Z | [ helios-setup] Aug 21 21:04:26.961 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2034 | 2024-08-21T21:04:28.623Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2035 | 2024-08-21T21:04:28.969Z | [ helios-setup] Aug 21 21:04:27.772 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2036 | 2024-08-21T21:04:29.069Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2037 | 2024-08-21T21:04:29.148Z | [ host-package] Compiling async-stream v0.3.5 |
2038 | 2024-08-21T21:04:29.184Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2039 | 2024-08-21T21:04:29.345Z | [ host-package] Compiling ipnetwork v0.20.0 |
2040 | 2024-08-21T21:04:29.458Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2041 | 2024-08-21T21:04:29.528Z | [ helios-setup] Aug 21 21:04:28.331 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2042 | 2024-08-21T21:04:29.528Z | [ helios-setup] Aug 21 21:04:28.332 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2043 | 2024-08-21T21:04:29.574Z | [ host-package] Compiling hostname v0.4.0 |
2044 | 2024-08-21T21:04:29.838Z | [ host-package] Compiling instant v0.1.12 |
2045 | 2024-08-21T21:04:30.037Z | [ helios-setup] Aug 21 21:04:28.840 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2046 | 2024-08-21T21:04:30.092Z | [ host-package] Compiling debug-ignore v1.0.5 |
2047 | 2024-08-21T21:04:30.339Z | [ host-package] Compiling backoff v0.4.0 |
2048 | 2024-08-21T21:04:30.342Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2049 | 2024-08-21T21:04:30.556Z | [ helios-setup] Aug 21 21:04:29.358 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2050 | 2024-08-21T21:04:30.559Z | [ helios-setup] Aug 21 21:04:29.359 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2051 | 2024-08-21T21:04:30.760Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2052 | 2024-08-21T21:04:31.141Z | [ helios-setup] Aug 21 21:04:29.944 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2053 | 2024-08-21T21:04:31.158Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2054 | 2024-08-21T21:04:31.212Z | [ host-package] Compiling parse-display v0.10.0 |
2055 | 2024-08-21T21:04:31.562Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2056 | 2024-08-21T21:04:31.665Z | [ helios-setup] Aug 21 21:04:30.467 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2057 | 2024-08-21T21:04:31.667Z | [ helios-setup] Aug 21 21:04:30.467 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2058 | 2024-08-21T21:04:31.667Z | [ helios-setup] Aug 21 21:04:30.467 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2059 | 2024-08-21T21:04:31.667Z | [ helios-setup] Aug 21 21:04:30.467 INFO ok! |
2060 | 2024-08-21T21:04:31.667Z | [ helios-setup] Aug 21 21:04:30.467 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2061 | 2024-08-21T21:04:31.667Z | [ helios-setup] Aug 21 21:04:30.467 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2062 | 2024-08-21T21:04:31.667Z | [ helios-setup] Aug 21 21:04:30.467 INFO ok! |
2063 | 2024-08-21T21:04:31.667Z | [ helios-setup] Aug 21 21:04:30.467 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2064 | 2024-08-21T21:04:31.667Z | [ helios-setup] Aug 21 21:04:30.467 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2065 | 2024-08-21T21:04:31.668Z | [ helios-setup] Aug 21 21:04:30.468 INFO ok! |
2066 | 2024-08-21T21:04:31.668Z | [ helios-setup] Aug 21 21:04:30.468 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2067 | 2024-08-21T21:04:31.668Z | [ helios-setup] Aug 21 21:04:30.468 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2068 | 2024-08-21T21:04:31.785Z | [ host-package] Compiling serde_with v3.9.0 |
2069 | 2024-08-21T21:04:31.900Z | [ host-package] Compiling strum v0.26.3 |
2070 | 2024-08-21T21:04:31.928Z | [ helios-setup] Aug 21 21:04:30.731 INFO E| Downloading crates ... |
2071 | 2024-08-21T21:04:32.048Z | [ helios-setup] Aug 21 21:04:30.850 INFO E| Downloaded typenum v1.15.0 |
2072 | 2024-08-21T21:04:32.052Z | [ helios-setup] Aug 21 21:04:30.855 INFO E| Downloaded bytes v1.2.1 |
2073 | 2024-08-21T21:04:32.059Z | [ helios-setup] Aug 21 21:04:30.862 INFO E| Downloaded digest v0.10.3 |
2074 | 2024-08-21T21:04:32.065Z | [ helios-setup] Aug 21 21:04:30.865 INFO E| Downloaded generic-array v0.14.6 |
2075 | 2024-08-21T21:04:32.065Z | [ helios-setup] Aug 21 21:04:30.868 INFO E| Downloaded sha2 v0.10.5 |
2076 | 2024-08-21T21:04:32.075Z | [ helios-setup] Aug 21 21:04:30.872 INFO E| Downloaded unicode-width v0.1.10 |
2077 | 2024-08-21T21:04:32.075Z | [ helios-setup] Aug 21 21:04:30.873 INFO E| Downloaded cpufeatures v0.2.5 |
2078 | 2024-08-21T21:04:32.075Z | [ helios-setup] Aug 21 21:04:30.875 INFO E| Downloaded miniz_oxide v0.6.2 |
2079 | 2024-08-21T21:04:32.075Z | [ helios-setup] Aug 21 21:04:30.878 INFO E| Downloaded flate2 v1.0.25 |
2080 | 2024-08-21T21:04:32.085Z | [ helios-setup] Aug 21 21:04:30.885 INFO E| Downloaded block-buffer v0.10.3 |
2081 | 2024-08-21T21:04:32.085Z | [ helios-setup] Aug 21 21:04:30.887 INFO E| Downloaded anyhow v1.0.62 |
2082 | 2024-08-21T21:04:32.094Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2083 | 2024-08-21T21:04:32.258Z | [ helios-setup] Aug 21 21:04:31.061 INFO E| Compiling version_check v0.9.4 |
2084 | 2024-08-21T21:04:32.339Z | [ helios-setup] Aug 21 21:04:31.142 INFO E| Compiling typenum v1.15.0 |
2085 | 2024-08-21T21:04:32.339Z | [ helios-setup] Aug 21 21:04:31.142 INFO E| Compiling crc32fast v1.3.2 |
2086 | 2024-08-21T21:04:32.339Z | [ helios-setup] Aug 21 21:04:31.142 INFO E| Compiling cfg-if v1.0.0 |
2087 | 2024-08-21T21:04:32.342Z | [ helios-setup] Aug 21 21:04:31.142 INFO E| Compiling adler v1.0.2 |
2088 | 2024-08-21T21:04:32.342Z | [ helios-setup] Aug 21 21:04:31.142 INFO E| Compiling anyhow v1.0.62 |
2089 | 2024-08-21T21:04:32.342Z | [ helios-setup] Aug 21 21:04:31.142 INFO E| Compiling cpufeatures v0.2.5 |
2090 | 2024-08-21T21:04:32.342Z | [ helios-setup] Aug 21 21:04:31.142 INFO E| Compiling unicode-width v0.1.10 |
2091 | 2024-08-21T21:04:32.888Z | [ helios-setup] Aug 21 21:04:31.690 INFO E| Compiling bytes v1.2.1 |
2092 | 2024-08-21T21:04:32.963Z | [ helios-setup] Aug 21 21:04:31.765 INFO E| Compiling bitflags v1.3.2 |
2093 | 2024-08-21T21:04:33.072Z | [ helios-setup] Aug 21 21:04:31.874 INFO E| Compiling generic-array v0.14.6 |
2094 | 2024-08-21T21:04:33.204Z | [ helios-setup] Aug 21 21:04:32.007 INFO E| Compiling miniz_oxide v0.6.2 |
2095 | 2024-08-21T21:04:33.247Z | [ helios-setup] Aug 21 21:04:32.050 INFO E| Compiling getopts v0.2.21 |
2096 | 2024-08-21T21:04:34.680Z | [ helios-setup] Aug 21 21:04:33.483 INFO E| Compiling flate2 v1.0.25 |
2097 | 2024-08-21T21:04:36.941Z | [ host-package] Compiling macaddr v1.0.1 |
2098 | 2024-08-21T21:04:37.799Z | [ host-package] Compiling swrite v0.1.0 |
2099 | 2024-08-21T21:04:37.920Z | [ host-package] Compiling quick-error v1.2.3 |
2100 | 2024-08-21T21:04:38.005Z | [ host-package] Compiling utf-8 v0.7.6 |
2101 | 2024-08-21T21:04:38.373Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2102 | 2024-08-21T21:04:38.447Z | [ host-package] Compiling resolv-conf v0.7.0 |
2103 | 2024-08-21T21:04:38.658Z | [ helios-setup] Aug 21 21:04:37.460 INFO E| Compiling crypto-common v0.1.6 |
2104 | 2024-08-21T21:04:38.658Z | [ helios-setup] Aug 21 21:04:37.460 INFO E| Compiling block-buffer v0.10.3 |
2105 | 2024-08-21T21:04:38.832Z | [ helios-setup] Aug 21 21:04:37.634 INFO E| Compiling digest v0.10.3 |
2106 | 2024-08-21T21:04:39.172Z | [ helios-setup] Aug 21 21:04:37.974 INFO E| Compiling sha2 v0.10.5 |
2107 | 2024-08-21T21:04:39.671Z | [ helios-setup] Aug 21 21:04:38.473 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2108 | 2024-08-21T21:04:40.591Z | [ host-package] Compiling hickory-resolver v0.24.1 |
2109 | 2024-08-21T21:04:40.678Z | [ host-package] Compiling rayon-core v1.12.1 |
2110 | 2024-08-21T21:04:40.876Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2111 | 2024-08-21T21:04:41.171Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2112 | 2024-08-21T21:04:44.821Z | [ helios-setup] Aug 21 21:04:43.623 INFO E| Finished `release` profile [optimized] target(s) in 13.07s |
2113 | 2024-08-21T21:04:44.836Z | [ helios-setup] Aug 21 21:04:43.638 INFO building project "bootserver" ok (13 seconds) |
2114 | 2024-08-21T21:04:44.836Z | [ helios-setup] Aug 21 21:04:43.638 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2115 | 2024-08-21T21:04:44.839Z | [ helios-setup] Aug 21 21:04:43.638 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2116 | 2024-08-21T21:04:45.076Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2117 | 2024-08-21T21:04:45.265Z | [ helios-setup] Aug 21 21:04:44.066 INFO E| Compiling adler v1.0.2 |
2118 | 2024-08-21T21:04:45.396Z | [ helios-setup] Aug 21 21:04:44.197 INFO E| Compiling miniz_oxide v0.7.2 |
2119 | 2024-08-21T21:04:46.170Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2120 | 2024-08-21T21:04:46.397Z | [ host-package] Compiling half v2.4.1 |
2121 | 2024-08-21T21:04:46.565Z | [ host-package] Compiling fastrand v2.1.0 |
2122 | 2024-08-21T21:04:47.271Z | [ host-package] Compiling ciborium-io v0.2.2 |
2123 | 2024-08-21T21:04:47.321Z | [ host-package] Compiling same-file v1.0.6 |
2124 | 2024-08-21T21:04:47.460Z | [ host-package] Compiling display-error-chain v0.2.0 |
2125 | 2024-08-21T21:04:47.652Z | [ host-package] Compiling walkdir v2.5.0 |
2126 | 2024-08-21T21:04:47.788Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2127 | 2024-08-21T21:04:48.102Z | [ helios-setup] Aug 21 21:04:46.903 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2128 | 2024-08-21T21:04:48.393Z | [ host-package] Compiling tempfile v3.10.1 |
2129 | 2024-08-21T21:04:49.014Z | [ host-package] Compiling blake3 v1.5.1 |
2130 | 2024-08-21T21:04:49.216Z | [ helios-setup] Aug 21 21:04:48.017 INFO E| Finished `release` profile [optimized] target(s) in 4.29s |
2131 | 2024-08-21T21:04:49.223Z | [ helios-setup] Aug 21 21:04:48.024 INFO building project "pinprick" ok (4 seconds) |
2132 | 2024-08-21T21:04:49.225Z | [ helios-setup] Aug 21 21:04:48.024 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2133 | 2024-08-21T21:04:49.225Z | [ helios-setup] Aug 21 21:04:48.024 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2134 | 2024-08-21T21:04:49.232Z | [ helios-setup] Aug 21 21:04:48.033 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2135 | 2024-08-21T21:04:49.255Z | [ host-package] Compiling ring v0.16.20 |
2136 | 2024-08-21T21:04:49.532Z | [ helios-setup] Aug 21 21:04:48.333 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2137 | 2024-08-21T21:04:49.535Z | [ helios-setup] Aug 21 21:04:48.333 INFO E| info: downloading component 'cargo' |
2138 | 2024-08-21T21:04:49.711Z | [ host-package] Compiling rayon v1.10.0 |
2139 | 2024-08-21T21:04:50.080Z | [ host-package] Compiling ciborium v0.2.2 |
2140 | 2024-08-21T21:04:50.638Z | [ helios-setup] Aug 21 21:04:49.439 INFO E| info: downloading component 'clippy' |
2141 | 2024-08-21T21:04:51.050Z | [ helios-setup] Aug 21 21:04:49.850 INFO E| info: downloading component 'rust-docs' |
2142 | 2024-08-21T21:04:52.017Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2143 | 2024-08-21T21:04:53.258Z | [ helios-setup] Aug 21 21:04:52.059 INFO E| info: downloading component 'rust-src' |
2144 | 2024-08-21T21:04:53.478Z | [ helios-setup] Aug 21 21:04:52.279 INFO E| info: downloading component 'rust-std' |
2145 | 2024-08-21T21:04:54.632Z | [ host-package] Compiling xattr v1.3.1 |
2146 | 2024-08-21T21:04:54.920Z | [ host-package] Compiling filetime v0.2.24 |
2147 | 2024-08-21T21:04:55.213Z | [ host-package] Compiling memmap2 v0.9.4 |
2148 | 2024-08-21T21:04:55.668Z | [ host-package] Compiling untrusted v0.7.1 |
2149 | 2024-08-21T21:04:55.833Z | [ helios-setup] Aug 21 21:04:54.634 INFO E| info: downloading component 'rustc' |
2150 | 2024-08-21T21:04:55.887Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2151 | 2024-08-21T21:04:56.067Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2152 | 2024-08-21T21:04:57.324Z | [ host-package] Compiling arrayref v0.3.7 |
2153 | 2024-08-21T21:04:57.354Z | [ host-package] Compiling arrayvec v0.7.4 |
2154 | 2024-08-21T21:04:57.447Z | [ host-package] Compiling spin v0.5.2 |
2155 | 2024-08-21T21:04:58.949Z | [ host-package] Compiling tar v0.4.41 |
2156 | 2024-08-21T21:04:59.719Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2157 | 2024-08-21T21:05:00.142Z | [ host-package] Compiling toolchain_find v0.4.0 |
2158 | 2024-08-21T21:05:00.211Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2159 | 2024-08-21T21:05:00.750Z | [ host-package] Compiling nibble_vec v0.1.0 |
2160 | 2024-08-21T21:05:00.787Z | [ host-package] Compiling atty v0.2.14 |
2161 | 2024-08-21T21:05:00.962Z | [ host-package] Compiling maplit v1.0.2 |
2162 | 2024-08-21T21:05:01.013Z | [ host-package] Compiling crunchy v0.2.2 |
2163 | 2024-08-21T21:05:01.030Z | [ host-package] Compiling topological-sort v0.2.2 |
2164 | 2024-08-21T21:05:01.088Z | [ host-package] Compiling endian-type v0.1.2 |
2165 | 2024-08-21T21:05:01.280Z | [ host-package] Compiling glob v0.3.1 |
2166 | 2024-08-21T21:05:01.327Z | [ host-package] Compiling radix_trie v0.2.1 |
2167 | 2024-08-21T21:05:01.503Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2168 | 2024-08-21T21:05:01.874Z | [ helios-setup] Aug 21 21:05:00.674 INFO E| info: downloading component 'rustfmt' |
2169 | 2024-08-21T21:05:02.081Z | [ host-package] Compiling clang-sys v1.7.0 |
2170 | 2024-08-21T21:05:02.165Z | [ helios-setup] Aug 21 21:05:00.965 INFO E| info: installing component 'cargo' |
2171 | 2024-08-21T21:05:02.245Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2172 | 2024-08-21T21:05:02.937Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2173 | 2024-08-21T21:05:03.525Z | [ helios-setup] Aug 21 21:05:02.325 INFO E| info: installing component 'clippy' |
2174 | 2024-08-21T21:05:03.879Z | [ host-package] Compiling tungstenite v0.21.0 |
2175 | 2024-08-21T21:05:03.971Z | [ helios-setup] Aug 21 21:05:02.770 INFO E| info: installing component 'rust-docs' |
2176 | 2024-08-21T21:05:04.572Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2177 | 2024-08-21T21:05:04.809Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2178 | 2024-08-21T21:05:05.153Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2179 | 2024-08-21T21:05:05.365Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2180 | 2024-08-21T21:05:05.551Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2181 | 2024-08-21T21:05:05.801Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2182 | 2024-08-21T21:05:06.331Z | [ host-package] Compiling arc-swap v1.7.1 |
2183 | 2024-08-21T21:05:07.123Z | [ host-package] Compiling diesel_derives v2.2.2 |
2184 | 2024-08-21T21:05:07.230Z | [ host-package] Compiling slog-scope v4.4.0 |
2185 | 2024-08-21T21:05:07.352Z | [ host-package] Compiling r2d2 v0.8.10 |
2186 | 2024-08-21T21:05:07.606Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2187 | 2024-08-21T21:05:08.058Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2188 | 2024-08-21T21:05:08.376Z | [ host-package] Compiling ena v0.14.3 |
2189 | 2024-08-21T21:05:08.566Z | [ host-package] Compiling libloading v0.8.3 |
2190 | 2024-08-21T21:05:08.823Z | [ host-package] Compiling bindgen v0.69.4 |
2191 | 2024-08-21T21:05:08.983Z | [ host-package] Compiling diff v0.1.13 |
2192 | 2024-08-21T21:05:09.370Z | [ host-package] Compiling regex-syntax v0.6.29 |
2193 | 2024-08-21T21:05:09.757Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2194 | 2024-08-21T21:05:10.603Z | [ helios-setup] Aug 21 21:05:09.402 INFO E| info: installing component 'rust-src' |
2195 | 2024-08-21T21:05:10.664Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2196 | 2024-08-21T21:05:11.280Z | [ helios-setup] Aug 21 21:05:10.079 INFO E| info: installing component 'rust-std' |
2197 | 2024-08-21T21:05:12.127Z | [ host-package] Compiling which v4.4.2 |
2198 | 2024-08-21T21:05:12.808Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2199 | 2024-08-21T21:05:13.050Z | [ host-package] Compiling cexpr v0.6.0 |
2200 | 2024-08-21T21:05:13.908Z | [ helios-setup] Aug 21 21:05:12.706 INFO E| info: installing component 'rustc' |
2201 | 2024-08-21T21:05:14.961Z | [ host-package] Compiling lalrpop v0.19.12 |
2202 | 2024-08-21T21:05:15.575Z | [ host-package] Compiling libsw v3.3.1 |
2203 | 2024-08-21T21:05:15.916Z | [ host-package] Compiling linear-map v1.2.0 |
2204 | 2024-08-21T21:05:16.397Z | [ host-package] Compiling owo-colors v4.0.0 |
2205 | 2024-08-21T21:05:19.527Z | [ host-package] Compiling shlex v1.3.0 |
2206 | 2024-08-21T21:05:20.257Z | [ host-package] Compiling rustc-hash v1.1.0 |
2207 | 2024-08-21T21:05:20.422Z | [ host-package] Compiling ref-cast v1.0.23 |
2208 | 2024-08-21T21:05:20.442Z | [ helios-setup] Aug 21 21:05:19.240 INFO E| info: installing component 'rustfmt' |
2209 | 2024-08-21T21:05:20.444Z | [ host-package] Compiling diesel v2.2.2 |
2210 | 2024-08-21T21:05:20.953Z | [ host-package] Compiling lazycell v1.3.0 |
2211 | 2024-08-21T21:05:21.293Z | [ helios-setup] Aug 21 21:05:20.091 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2212 | 2024-08-21T21:05:21.749Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2213 | 2024-08-21T21:05:22.198Z | [ helios-setup] Aug 21 21:05:20.996 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2214 | 2024-08-21T21:05:22.198Z | [ helios-setup] Aug 21 21:05:20.996 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2215 | 2024-08-21T21:05:22.198Z | [ helios-setup] Aug 21 21:05:20.996 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2216 | 2024-08-21T21:05:22.227Z | [ helios-setup] Aug 21 21:05:21.024 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2217 | 2024-08-21T21:05:22.229Z | [ helios-setup] Aug 21 21:05:21.025 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2218 | 2024-08-21T21:05:22.229Z | [ helios-setup] Aug 21 21:05:21.025 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2219 | 2024-08-21T21:05:22.229Z | [ helios-setup] Aug 21 21:05:21.025 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2220 | 2024-08-21T21:05:22.229Z | [ helios-setup] Aug 21 21:05:21.025 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2221 | 2024-08-21T21:05:22.229Z | [ helios-setup] Aug 21 21:05:21.025 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2222 | 2024-08-21T21:05:22.229Z | [ helios-setup] Aug 21 21:05:21.025 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2223 | 2024-08-21T21:05:22.263Z | [ helios-setup] Aug 21 21:05:21.061 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2224 | 2024-08-21T21:05:23.228Z | [ helios-setup] Aug 21 21:05:22.025 INFO E| From https://github.com/oxidecomputer/amd-efs |
2225 | 2024-08-21T21:05:23.228Z | [ helios-setup] Aug 21 21:05:22.025 INFO E| * [new branch] empty -> origin/empty |
2226 | 2024-08-21T21:05:23.228Z | [ helios-setup] Aug 21 21:05:22.026 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2227 | 2024-08-21T21:05:23.230Z | [ helios-setup] Aug 21 21:05:22.026 INFO E| * [new branch] main -> origin/main |
2228 | 2024-08-21T21:05:23.230Z | [ helios-setup] Aug 21 21:05:22.026 INFO E| * [new branch] review -> origin/review |
2229 | 2024-08-21T21:05:23.230Z | [ helios-setup] Aug 21 21:05:22.026 INFO E| * [new ref] -> origin/HEAD |
2230 | 2024-08-21T21:05:23.230Z | [ helios-setup] Aug 21 21:05:22.026 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2231 | 2024-08-21T21:05:23.231Z | [ helios-setup] Aug 21 21:05:22.026 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2232 | 2024-08-21T21:05:23.231Z | [ helios-setup] Aug 21 21:05:22.027 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2233 | 2024-08-21T21:05:23.231Z | [ helios-setup] Aug 21 21:05:22.027 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2234 | 2024-08-21T21:05:23.231Z | [ helios-setup] Aug 21 21:05:22.027 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2235 | 2024-08-21T21:05:23.231Z | [ helios-setup] Aug 21 21:05:22.027 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2236 | 2024-08-21T21:05:23.231Z | [ helios-setup] Aug 21 21:05:22.027 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2237 | 2024-08-21T21:05:23.231Z | [ helios-setup] Aug 21 21:05:22.027 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2238 | 2024-08-21T21:05:23.231Z | [ helios-setup] Aug 21 21:05:22.027 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2239 | 2024-08-21T21:05:23.231Z | [ helios-setup] Aug 21 21:05:22.028 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2240 | 2024-08-21T21:05:23.231Z | [ helios-setup] Aug 21 21:05:22.028 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2241 | 2024-08-21T21:05:23.254Z | [ helios-setup] Aug 21 21:05:22.051 INFO E| Updating crates.io index |
2242 | 2024-08-21T21:05:23.383Z | [ helios-setup] Aug 21 21:05:22.181 INFO E| Downloading crates ... |
2243 | 2024-08-21T21:05:23.561Z | [ helios-setup] Aug 21 21:05:22.358 INFO E| Downloaded unic-ucd-version v0.9.0 |
2244 | 2024-08-21T21:05:23.563Z | [ helios-setup] Aug 21 21:05:22.360 INFO E| Downloaded unic-common v0.9.0 |
2245 | 2024-08-21T21:05:23.593Z | [ helios-setup] Aug 21 21:05:22.391 INFO E| Downloaded semver v0.9.0 |
2246 | 2024-08-21T21:05:23.596Z | [ helios-setup] Aug 21 21:05:22.393 INFO E| Downloaded proc-macro-crate v0.1.5 |
2247 | 2024-08-21T21:05:23.598Z | [ helios-setup] Aug 21 21:05:22.394 INFO E| Downloaded pre v0.2.1 |
2248 | 2024-08-21T21:05:23.598Z | [ helios-setup] Aug 21 21:05:22.395 INFO E| Downloaded bytesize v1.3.0 |
2249 | 2024-08-21T21:05:23.601Z | [ helios-setup] Aug 21 21:05:22.397 INFO E| Downloaded unic-char-property v0.9.0 |
2250 | 2024-08-21T21:05:23.601Z | [ helios-setup] Aug 21 21:05:22.398 INFO E| Downloaded unic-char-range v0.9.0 |
2251 | 2024-08-21T21:05:23.607Z | [ helios-setup] Aug 21 21:05:22.400 INFO E| Downloaded scroll_derive v0.10.5 |
2252 | 2024-08-21T21:05:23.607Z | [ helios-setup] Aug 21 21:05:22.401 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2253 | 2024-08-21T21:05:23.607Z | [ helios-setup] Aug 21 21:05:22.403 INFO E| Downloaded strum v0.23.0 |
2254 | 2024-08-21T21:05:23.607Z | [ helios-setup] Aug 21 21:05:22.404 INFO E| Downloaded cfg-if v0.1.10 |
2255 | 2024-08-21T21:05:23.616Z | [ helios-setup] Aug 21 21:05:22.406 INFO E| Downloaded parse_int v0.6.0 |
2256 | 2024-08-21T21:05:23.616Z | [ helios-setup] Aug 21 21:05:22.406 INFO E| Downloaded num-derive v0.3.3 |
2257 | 2024-08-21T21:05:23.616Z | [ helios-setup] Aug 21 21:05:22.408 INFO E| Downloaded memoffset v0.5.6 |
2258 | 2024-08-21T21:05:23.616Z | [ helios-setup] Aug 21 21:05:22.410 INFO E| Downloaded memchr v2.7.4 |
2259 | 2024-08-21T21:05:23.624Z | [ helios-setup] Aug 21 21:05:22.416 INFO E| Downloaded strsim v0.8.0 |
2260 | 2024-08-21T21:05:23.624Z | [ helios-setup] Aug 21 21:05:22.418 INFO E| Downloaded scroll v0.10.2 |
2261 | 2024-08-21T21:05:23.632Z | [ helios-setup] Aug 21 21:05:22.424 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2262 | 2024-08-21T21:05:23.632Z | [ helios-setup] Aug 21 21:05:22.427 INFO E| Downloaded structopt v0.3.26 |
2263 | 2024-08-21T21:05:23.641Z | [ helios-setup] Aug 21 21:05:22.439 INFO E| Downloaded vec_map v0.8.2 |
2264 | 2024-08-21T21:05:23.651Z | [ helios-setup] Aug 21 21:05:22.441 INFO E| Downloaded serde_derive v1.0.204 |
2265 | 2024-08-21T21:05:23.651Z | [ helios-setup] Aug 21 21:05:22.445 INFO E| Downloaded structopt-derive v0.4.18 |
2266 | 2024-08-21T21:05:23.651Z | [ helios-setup] Aug 21 21:05:22.447 INFO E| Downloaded pre-proc-macro v0.2.1 |
2267 | 2024-08-21T21:05:23.654Z | [ helios-setup] Aug 21 21:05:22.450 INFO E| Downloaded toml v0.5.11 |
2268 | 2024-08-21T21:05:23.657Z | [ helios-setup] Aug 21 21:05:22.454 INFO E| Downloaded modular-bitfield v0.11.2 |
2269 | 2024-08-21T21:05:23.675Z | [ helios-setup] Aug 21 21:05:22.472 INFO E| Downloaded serde_json v1.0.120 |
2270 | 2024-08-21T21:05:23.685Z | [ helios-setup] Aug 21 21:05:22.483 INFO E| Downloaded goblin v0.4.3 |
2271 | 2024-08-21T21:05:23.692Z | [ helios-setup] Aug 21 21:05:22.490 INFO E| Downloaded clap v2.34.0 |
2272 | 2024-08-21T21:05:23.702Z | [ helios-setup] Aug 21 21:05:22.500 INFO E| Downloaded serde v1.0.204 |
2273 | 2024-08-21T21:05:23.706Z | [ helios-setup] Aug 21 21:05:22.504 INFO E| Downloaded syn v2.0.71 |
2274 | 2024-08-21T21:05:23.724Z | [ helios-setup] Aug 21 21:05:22.521 INFO E| Downloaded pest v2.7.11 |
2275 | 2024-08-21T21:05:23.731Z | [ helios-setup] Aug 21 21:05:22.529 INFO E| Downloaded libc v0.2.155 |
2276 | 2024-08-21T21:05:23.771Z | [ helios-setup] Aug 21 21:05:22.569 INFO E| Downloaded log v0.4.22 |
2277 | 2024-08-21T21:05:23.774Z | [ helios-setup] Aug 21 21:05:22.572 INFO E| Downloaded pest_derive v2.7.11 |
2278 | 2024-08-21T21:05:23.779Z | [ helios-setup] Aug 21 21:05:22.575 INFO E| Downloaded ansi_term v0.12.1 |
2279 | 2024-08-21T21:05:23.781Z | [ helios-setup] Aug 21 21:05:22.578 INFO E| Downloaded textwrap v0.11.0 |
2280 | 2024-08-21T21:05:23.783Z | [ helios-setup] Aug 21 21:05:22.581 INFO E| Downloaded strum_macros v0.23.1 |
2281 | 2024-08-21T21:05:23.786Z | [ helios-setup] Aug 21 21:05:22.584 INFO E| Downloaded semver-parser v0.7.0 |
2282 | 2024-08-21T21:05:23.788Z | [ helios-setup] Aug 21 21:05:22.585 INFO E| Downloaded rustc_version v0.2.3 |
2283 | 2024-08-21T21:05:23.790Z | [ helios-setup] Aug 21 21:05:22.586 INFO E| Downloaded pest_meta v2.7.11 |
2284 | 2024-08-21T21:05:23.793Z | [ helios-setup] Aug 21 21:05:22.590 INFO E| Downloaded pest_generator v2.7.11 |
2285 | 2024-08-21T21:05:23.795Z | [ helios-setup] Aug 21 21:05:22.592 INFO E| Downloaded four-cc v0.3.0 |
2286 | 2024-08-21T21:05:23.797Z | [ helios-setup] Aug 21 21:05:22.594 INFO E| Downloaded fletcher v0.1.0 |
2287 | 2024-08-21T21:05:23.893Z | [ helios-setup] Aug 21 21:05:22.690 INFO E| Compiling proc-macro2 v1.0.86 |
2288 | 2024-08-21T21:05:23.893Z | [ helios-setup] Aug 21 21:05:22.691 INFO E| Compiling unicode-ident v1.0.12 |
2289 | 2024-08-21T21:05:23.895Z | [ helios-setup] Aug 21 21:05:22.691 INFO E| Compiling syn v1.0.109 |
2290 | 2024-08-21T21:05:23.895Z | [ helios-setup] Aug 21 21:05:22.691 INFO E| Compiling version_check v0.9.4 |
2291 | 2024-08-21T21:05:23.895Z | [ helios-setup] Aug 21 21:05:22.691 INFO E| Compiling thiserror v1.0.63 |
2292 | 2024-08-21T21:05:23.895Z | [ helios-setup] Aug 21 21:05:22.691 INFO E| Compiling autocfg v1.3.0 |
2293 | 2024-08-21T21:05:23.895Z | [ helios-setup] Aug 21 21:05:22.691 INFO E| Compiling semver-parser v0.7.0 |
2294 | 2024-08-21T21:05:23.895Z | [ helios-setup] Aug 21 21:05:22.691 INFO E| Compiling serde v1.0.204 |
2295 | 2024-08-21T21:05:25.009Z | [ helios-setup] Aug 21 21:05:23.724 INFO E| Compiling semver v0.9.0 |
2296 | 2024-08-21T21:05:25.027Z | [ helios-setup] Aug 21 21:05:23.825 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2297 | 2024-08-21T21:05:25.136Z | [ helios-setup] Aug 21 21:05:23.933 INFO E| Compiling proc-macro-error v1.0.4 |
2298 | 2024-08-21T21:05:25.258Z | [ helios-setup] Aug 21 21:05:24.055 INFO E| Compiling serde_json v1.0.120 |
2299 | 2024-08-21T21:05:25.838Z | [ helios-setup] Aug 21 21:05:24.635 INFO E| Compiling rustc_version v0.2.3 |
2300 | 2024-08-21T21:05:25.900Z | [ helios-setup] Aug 21 21:05:24.692 INFO E| Compiling schemars v0.8.21 |
2301 | 2024-08-21T21:05:25.959Z | [ helios-setup] Aug 21 21:05:24.755 INFO E| Compiling unicode-segmentation v1.11.0 |
2302 | 2024-08-21T21:05:26.045Z | [ helios-setup] Aug 21 21:05:24.842 INFO E| Compiling itoa v1.0.11 |
2303 | 2024-08-21T21:05:26.139Z | [ helios-setup] Aug 21 21:05:24.936 INFO E| Compiling ryu v1.0.18 |
2304 | 2024-08-21T21:05:26.344Z | [ helios-setup] Aug 21 21:05:25.141 INFO E| Compiling num-traits v0.2.19 |
2305 | 2024-08-21T21:05:26.579Z | [ helios-setup] Aug 21 21:05:25.377 INFO E| Compiling memoffset v0.5.6 |
2306 | 2024-08-21T21:05:26.794Z | [ helios-setup] Aug 21 21:05:25.591 INFO E| Compiling pre-proc-macro v0.2.1 |
2307 | 2024-08-21T21:05:26.801Z | [ helios-setup] Aug 21 21:05:25.599 INFO E| Compiling dyn-clone v1.0.17 |
2308 | 2024-08-21T21:05:26.920Z | [ helios-setup] Aug 21 21:05:25.717 INFO E| Compiling rustversion v1.0.17 |
2309 | 2024-08-21T21:05:27.236Z | [ helios-setup] Aug 21 21:05:26.033 INFO E| Compiling libc v0.2.155 |
2310 | 2024-08-21T21:05:27.382Z | [ helios-setup] Aug 21 21:05:26.180 INFO E| Compiling heck v0.3.3 |
2311 | 2024-08-21T21:05:27.654Z | [ helios-setup] Aug 21 21:05:26.451 INFO E| Compiling quote v1.0.36 |
2312 | 2024-08-21T21:05:27.726Z | [ helios-setup] Aug 21 21:05:26.524 INFO E| Compiling paste v1.0.15 |
2313 | 2024-08-21T21:05:27.769Z | [ helios-setup] Aug 21 21:05:26.566 INFO E| Compiling ucd-trie v0.1.6 |
2314 | 2024-08-21T21:05:28.029Z | [ helios-setup] Aug 21 21:05:26.826 INFO E| Compiling memchr v2.7.4 |
2315 | 2024-08-21T21:05:28.530Z | [ helios-setup] Aug 21 21:05:27.327 INFO E| Compiling syn v2.0.71 |
2316 | 2024-08-21T21:05:28.812Z | [ helios-setup] Aug 21 21:05:27.609 INFO E| Compiling lazy_static v1.5.0 |
2317 | 2024-08-21T21:05:29.456Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2318 | 2024-08-21T21:05:29.476Z | [ helios-setup] Aug 21 21:05:28.273 INFO E| Compiling pre v0.2.1 |
2319 | 2024-08-21T21:05:29.578Z | [ helios-setup] Aug 21 21:05:28.375 INFO E| Compiling once_cell v1.19.0 |
2320 | 2024-08-21T21:05:30.292Z | [ helios-setup] Aug 21 21:05:29.089 INFO E| Compiling cfg-if v0.1.10 |
2321 | 2024-08-21T21:05:30.376Z | [ helios-setup] Aug 21 21:05:29.173 INFO E| Compiling static_assertions v1.1.0 |
2322 | 2024-08-21T21:05:30.449Z | [ helios-setup] Aug 21 21:05:29.246 INFO E| Compiling byteorder v1.5.0 |
2323 | 2024-08-21T21:05:32.107Z | [ helios-setup] Aug 21 21:05:30.903 INFO E| Compiling unicode-width v0.1.13 |
2324 | 2024-08-21T21:05:32.663Z | [ helios-setup] Aug 21 21:05:31.460 INFO E| Compiling textwrap v0.11.0 |
2325 | 2024-08-21T21:05:32.663Z | [ helios-setup] Aug 21 21:05:31.460 INFO E| Compiling atty v0.2.14 |
2326 | 2024-08-21T21:05:32.805Z | [ helios-setup] Aug 21 21:05:31.601 INFO E| Compiling ansi_term v0.12.1 |
2327 | 2024-08-21T21:05:33.427Z | [ helios-setup] Aug 21 21:05:32.224 INFO E| Compiling parse_int v0.6.0 |
2328 | 2024-08-21T21:05:33.497Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2329 | 2024-08-21T21:05:33.594Z | [ helios-setup] Aug 21 21:05:32.391 INFO E| Compiling unic-char-range v0.9.0 |
2330 | 2024-08-21T21:05:33.628Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2331 | 2024-08-21T21:05:33.669Z | [ helios-setup] Aug 21 21:05:32.466 INFO E| Compiling vec_map v0.8.2 |
2332 | 2024-08-21T21:05:33.799Z | [ helios-setup] Aug 21 21:05:32.596 INFO E| Compiling bitflags v1.3.2 |
2333 | 2024-08-21T21:05:33.830Z | [ helios-setup] Aug 21 21:05:32.626 INFO E| Compiling unic-common v0.9.0 |
2334 | 2024-08-21T21:05:33.936Z | [ helios-setup] Aug 21 21:05:32.732 INFO E| Compiling fletcher v0.1.0 |
2335 | 2024-08-21T21:05:34.000Z | [ helios-setup] Aug 21 21:05:32.797 INFO E| Compiling strsim v0.8.0 |
2336 | 2024-08-21T21:05:34.019Z | [ helios-setup] Aug 21 21:05:32.816 INFO E| Compiling strum v0.23.0 |
2337 | 2024-08-21T21:05:34.096Z | [ helios-setup] Aug 21 21:05:32.893 INFO E| Compiling unic-ucd-version v0.9.0 |
2338 | 2024-08-21T21:05:34.131Z | [ helios-setup] Aug 21 21:05:32.927 INFO E| Compiling unic-char-property v0.9.0 |
2339 | 2024-08-21T21:05:34.158Z | [ helios-setup] Aug 21 21:05:32.955 INFO E| Compiling plain v0.2.3 |
2340 | 2024-08-21T21:05:34.205Z | [ helios-setup] Aug 21 21:05:33.002 INFO E| Compiling clap v2.34.0 |
2341 | 2024-08-21T21:05:34.241Z | [ helios-setup] Aug 21 21:05:33.037 INFO E| Compiling log v0.4.22 |
2342 | 2024-08-21T21:05:34.311Z | [ helios-setup] Aug 21 21:05:33.107 INFO E| Compiling unic-ucd-ident v0.9.0 |
2343 | 2024-08-21T21:05:34.366Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2344 | 2024-08-21T21:05:34.494Z | [ helios-setup] Aug 21 21:05:33.291 INFO E| Compiling bytesize v1.3.0 |
2345 | 2024-08-21T21:05:37.161Z | [ helios-setup] Aug 21 21:05:35.957 INFO E| Compiling serde_derive_internals v0.29.1 |
2346 | 2024-08-21T21:05:37.889Z | [ host-package] Compiling headers-core v0.2.0 |
2347 | 2024-08-21T21:05:38.307Z | [ host-package] Compiling fxhash v0.2.1 |
2348 | 2024-08-21T21:05:38.711Z | [ host-package] Compiling libxml v0.3.3 |
2349 | 2024-08-21T21:05:39.206Z | [ helios-setup] Aug 21 21:05:38.002 INFO E| Compiling toml v0.5.11 |
2350 | 2024-08-21T21:05:39.469Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2351 | 2024-08-21T21:05:41.754Z | [ helios-setup] Aug 21 21:05:40.550 INFO E| Compiling thiserror-impl v1.0.63 |
2352 | 2024-08-21T21:05:41.959Z | [ helios-setup] Aug 21 21:05:40.755 INFO E| Compiling serde_derive v1.0.204 |
2353 | 2024-08-21T21:05:42.118Z | [ helios-setup] Aug 21 21:05:40.914 INFO E| Compiling schemars_derive v0.8.21 |
2354 | 2024-08-21T21:05:42.386Z | [ host-package] Compiling headers v0.3.9 |
2355 | 2024-08-21T21:05:43.497Z | [ helios-setup] Aug 21 21:05:42.292 INFO E| Compiling proc-macro-crate v0.1.5 |
2356 | 2024-08-21T21:05:44.510Z | [ host-package] Compiling samael v0.0.15 |
2357 | 2024-08-21T21:05:44.820Z | [ helios-setup] Aug 21 21:05:43.615 INFO E| Compiling zerocopy-derive v0.6.6 |
2358 | 2024-08-21T21:05:45.222Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2359 | 2024-08-21T21:05:47.149Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2360 | 2024-08-21T21:05:47.682Z | [ helios-setup] Aug 21 21:05:46.477 INFO E| Compiling pest v2.7.11 |
2361 | 2024-08-21T21:05:47.818Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2362 | 2024-08-21T21:05:48.329Z | [ helios-setup] Aug 21 21:05:47.125 INFO E| Compiling zerocopy v0.6.6 |
2363 | 2024-08-21T21:05:48.563Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2364 | 2024-08-21T21:05:48.928Z | [ helios-setup] Aug 21 21:05:47.723 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2365 | 2024-08-21T21:05:48.985Z | [ host-package] Compiling strum_macros v0.24.3 |
2366 | 2024-08-21T21:05:49.920Z | [ helios-setup] Aug 21 21:05:48.715 INFO E| Compiling num-derive v0.3.3 |
2367 | 2024-08-21T21:05:49.949Z | [ helios-setup] Aug 21 21:05:48.744 INFO E| Compiling scroll_derive v0.10.5 |
2368 | 2024-08-21T21:05:49.992Z | [ helios-setup] Aug 21 21:05:48.787 INFO E| Compiling strum_macros v0.23.1 |
2369 | 2024-08-21T21:05:53.018Z | [ helios-setup] Aug 21 21:05:51.812 INFO E| Compiling pest_meta v2.7.11 |
2370 | 2024-08-21T21:05:53.271Z | [ helios-setup] Aug 21 21:05:52.066 INFO E| Compiling scroll v0.10.2 |
2371 | 2024-08-21T21:05:53.307Z | [ helios-setup] Aug 21 21:05:52.102 INFO E| Compiling structopt-derive v0.4.18 |
2372 | 2024-08-21T21:05:53.637Z | [ host-package] Compiling unicase v2.7.0 |
2373 | 2024-08-21T21:05:54.360Z | [ helios-setup] Aug 21 21:05:53.155 INFO E| Compiling modular-bitfield v0.11.2 |
2374 | 2024-08-21T21:05:54.506Z | [ helios-setup] Aug 21 21:05:53.301 INFO E| Compiling goblin v0.4.3 |
2375 | 2024-08-21T21:05:54.579Z | [ host-package] Compiling indoc v1.0.9 |
2376 | 2024-08-21T21:05:55.801Z | [ helios-setup] Aug 21 21:05:54.596 INFO E| Compiling pest_generator v2.7.11 |
2377 | 2024-08-21T21:05:56.248Z | [ host-package] Compiling derive_builder v0.20.0 |
2378 | 2024-08-21T21:05:56.610Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2379 | 2024-08-21T21:05:57.169Z | [ host-package] Compiling crossterm v0.28.1 |
2380 | 2024-08-21T21:05:58.114Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2381 | 2024-08-21T21:05:58.640Z | [ host-package] Compiling polar-core v0.27.3 |
2382 | 2024-08-21T21:05:58.819Z | [ helios-setup] Aug 21 21:05:57.614 INFO E| Compiling structopt v0.3.26 |
2383 | 2024-08-21T21:05:58.925Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2384 | 2024-08-21T21:05:59.734Z | [ helios-setup] Aug 21 21:05:58.528 INFO E| Compiling pest_derive v2.7.11 |
2385 | 2024-08-21T21:06:02.470Z | [ host-package] Compiling oso-derive v0.27.3 |
2386 | 2024-08-21T21:06:03.593Z | [ host-package] Compiling libz-sys v1.1.16 |
2387 | 2024-08-21T21:06:03.694Z | [ host-package] Compiling quick-xml v0.31.0 |
2388 | 2024-08-21T21:06:04.490Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2389 | 2024-08-21T21:06:04.971Z | [ host-package] Compiling keccak v0.1.5 |
2390 | 2024-08-21T21:06:05.426Z | [ helios-setup] Aug 21 21:06:04.219 INFO E| Compiling json5 v0.4.1 |
2391 | 2024-08-21T21:06:06.378Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2392 | 2024-08-21T21:06:07.304Z | [ host-package] Compiling sha3 v0.10.8 |
2393 | 2024-08-21T21:06:08.712Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2394 | 2024-08-21T21:06:08.792Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2395 | 2024-08-21T21:06:08.894Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2396 | 2024-08-21T21:06:10.899Z | [ helios-setup] Aug 21 21:06:09.692 INFO E| Compiling four-cc v0.3.0 |
2397 | 2024-08-21T21:06:10.899Z | [ helios-setup] Aug 21 21:06:09.692 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2398 | 2024-08-21T21:06:11.083Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2399 | 2024-08-21T21:06:11.101Z | [ helios-setup] Aug 21 21:06:09.894 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2400 | 2024-08-21T21:06:11.513Z | [ host-package] Compiling bb8 v0.8.5 |
2401 | 2024-08-21T21:06:12.480Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2402 | 2024-08-21T21:06:15.246Z | [ host-package] Compiling universal-hash v0.5.1 |
2403 | 2024-08-21T21:06:15.516Z | [ host-package] Compiling secrecy v0.8.0 |
2404 | 2024-08-21T21:06:15.671Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2405 | 2024-08-21T21:06:15.966Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2406 | 2024-08-21T21:06:17.593Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2407 | 2024-08-21T21:06:18.445Z | [ host-package] Compiling opaque-debug v0.3.1 |
2408 | 2024-08-21T21:06:18.591Z | [ host-package] Compiling poly1305 v0.8.0 |
2409 | 2024-08-21T21:06:18.928Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2410 | 2024-08-21T21:06:18.994Z | [ host-package] Compiling vte v0.11.1 |
2411 | 2024-08-21T21:06:20.329Z | [ host-package] Compiling const_format v0.2.32 |
2412 | 2024-08-21T21:06:21.674Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2413 | 2024-08-21T21:06:21.851Z | [ host-package] Compiling chacha20 v0.9.1 |
2414 | 2024-08-21T21:06:22.048Z | [ host-package] Compiling fd-lock v4.0.2 |
2415 | 2024-08-21T21:06:22.316Z | [ host-package] Compiling aead v0.5.2 |
2416 | 2024-08-21T21:06:22.342Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2417 | 2024-08-21T21:06:22.726Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2418 | 2024-08-21T21:06:23.179Z | [ host-package] Compiling bytecount v0.6.8 |
2419 | 2024-08-21T21:06:23.510Z | [ host-package] Compiling papergrid v0.11.0 |
2420 | 2024-08-21T21:06:31.256Z | [ host-package] Compiling oso v0.27.3 |
2421 | 2024-08-21T21:06:34.738Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2422 | 2024-08-21T21:06:36.046Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2423 | 2024-08-21T21:06:36.285Z | [ host-package] Compiling vsss-rs v3.3.4 |
2424 | 2024-08-21T21:06:36.448Z | [ host-package] Compiling parking_lot v0.11.2 |
2425 | 2024-08-21T21:06:38.579Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2426 | 2024-08-21T21:06:39.639Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2427 | 2024-08-21T21:06:41.061Z | [ host-package] Compiling tabled_derive v0.7.0 |
2428 | 2024-08-21T21:06:43.471Z | [ host-package] Compiling crossterm v0.27.0 |
2429 | 2024-08-21T21:06:44.938Z | [ host-package] Compiling peg-macros v0.8.4 |
2430 | 2024-08-21T21:06:46.315Z | [ host-package] Compiling kstat-rs v0.2.4 |
2431 | 2024-08-21T21:06:47.385Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2432 | 2024-08-21T21:06:48.414Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2433 | 2024-08-21T21:06:48.782Z | [ host-package] Compiling unicode_categories v0.1.1 |
2434 | 2024-08-21T21:06:49.227Z | [ host-package] Compiling sqlformat v0.2.4 |
2435 | 2024-08-21T21:06:49.825Z | [ host-package] Compiling reedline v0.33.0 |
2436 | 2024-08-21T21:06:50.151Z | [ host-package] Compiling rustyline v14.0.0 |
2437 | 2024-08-21T21:06:50.591Z | [ host-package] Compiling sqlparser v0.45.0 |
2438 | 2024-08-21T21:06:51.608Z | [ helios-setup] Aug 21 21:06:50.397 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2439 | 2024-08-21T21:07:00.603Z | [ host-package] Compiling peg v0.8.4 |
2440 | 2024-08-21T21:07:00.796Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2441 | 2024-08-21T21:07:01.360Z | [ host-package] Compiling tabled v0.15.0 |
2442 | 2024-08-21T21:07:04.015Z | [ helios-setup] Aug 21 21:07:02.802 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2443 | 2024-08-21T21:07:15.170Z | [ host-package] Compiling sled v0.34.7 |
2444 | 2024-08-21T21:07:17.853Z | [ host-package] Compiling mime_guess v2.0.4 |
2445 | 2024-08-21T21:07:19.340Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2446 | 2024-08-21T21:07:20.778Z | [ host-package] Compiling hickory-client v0.24.1 |
2447 | 2024-08-21T21:07:21.084Z | [ host-package] Compiling env_logger v0.9.3 |
2448 | 2024-08-21T21:07:24.009Z | [ host-package] Compiling tungstenite v0.20.1 |
2449 | 2024-08-21T21:07:25.946Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2450 | 2024-08-21T21:07:27.024Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2451 | 2024-08-21T21:07:30.140Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2452 | 2024-08-21T21:07:33.553Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2453 | 2024-08-21T21:07:41.360Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2454 | 2024-08-21T21:07:43.025Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2455 | 2024-08-21T21:07:43.072Z | [ host-package] Compiling hickory-server v0.24.1 |
2456 | 2024-08-21T21:07:43.578Z | [ host-package] Compiling bcs v0.1.6 |
2457 | 2024-08-21T21:07:43.662Z | [ host-package] Compiling vergen v8.3.2 |
2458 | 2024-08-21T21:07:44.104Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2459 | 2024-08-21T21:07:44.631Z | [ host-package] Compiling cargo-platform v0.1.8 |
2460 | 2024-08-21T21:07:45.292Z | [ host-package] Compiling nanorand v0.7.0 |
2461 | 2024-08-21T21:07:45.574Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2462 | 2024-08-21T21:07:45.931Z | [ host-package] Compiling memoffset v0.9.1 |
2463 | 2024-08-21T21:07:45.966Z | [ host-package] Compiling ascii v1.1.0 |
2464 | 2024-08-21T21:07:46.254Z | [ helios-setup] Aug 21 21:07:45.032 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 25s |
2465 | 2024-08-21T21:07:46.281Z | [ helios-setup] Aug 21 21:07:45.065 INFO building project "amd-host-image-builder" ok (177 seconds) |
2466 | 2024-08-21T21:07:46.285Z | [ helios-setup] Aug 21 21:07:45.065 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2467 | 2024-08-21T21:07:46.285Z | [ helios-setup] Aug 21 21:07:45.065 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2468 | 2024-08-21T21:07:46.570Z | [ helios-setup] Aug 21 21:07:45.353 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2469 | 2024-08-21T21:07:46.606Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2470 | 2024-08-21T21:07:46.796Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2471 | 2024-08-21T21:07:47.064Z | [ helios-setup] Aug 21 21:07:45.847 INFO E| From https://github.com/jclulow/rust-jmclib |
2472 | 2024-08-21T21:07:47.064Z | [ helios-setup] Aug 21 21:07:45.847 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2473 | 2024-08-21T21:07:47.084Z | [ helios-setup] Aug 21 21:07:45.868 INFO E| Updating crates.io index |
2474 | 2024-08-21T21:07:47.194Z | [ helios-setup] Aug 21 21:07:45.978 INFO E| Downloading crates ... |
2475 | 2024-08-21T21:07:47.288Z | [ helios-setup] Aug 21 21:07:46.071 INFO E| Downloaded digest v0.9.0 |
2476 | 2024-08-21T21:07:47.290Z | [ helios-setup] Aug 21 21:07:46.074 INFO E| Downloaded block-buffer v0.9.0 |
2477 | 2024-08-21T21:07:47.293Z | [ helios-setup] Aug 21 21:07:46.076 INFO E| Downloaded bitflags v2.3.3 |
2478 | 2024-08-21T21:07:47.328Z | [ helios-setup] Aug 21 21:07:46.112 INFO E| Downloaded opaque-debug v0.3.0 |
2479 | 2024-08-21T21:07:47.331Z | [ helios-setup] Aug 21 21:07:46.113 INFO E| Downloaded md-5 v0.9.1 |
2480 | 2024-08-21T21:07:47.333Z | [ helios-setup] Aug 21 21:07:46.115 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2481 | 2024-08-21T21:07:47.333Z | [ helios-setup] Aug 21 21:07:46.117 INFO E| Downloaded cpufeatures v0.2.9 |
2482 | 2024-08-21T21:07:47.335Z | [ helios-setup] Aug 21 21:07:46.119 INFO E| Downloaded anyhow v1.0.72 |
2483 | 2024-08-21T21:07:47.341Z | [ helios-setup] Aug 21 21:07:46.125 INFO E| Downloaded errno v0.3.1 |
2484 | 2024-08-21T21:07:47.344Z | [ helios-setup] Aug 21 21:07:46.128 INFO E| Downloaded itoa v1.0.9 |
2485 | 2024-08-21T21:07:47.346Z | [ helios-setup] Aug 21 21:07:46.130 INFO E| Downloaded fastrand v2.0.0 |
2486 | 2024-08-21T21:07:47.349Z | [ helios-setup] Aug 21 21:07:46.133 INFO E| Downloaded sha-1 v0.9.8 |
2487 | 2024-08-21T21:07:47.385Z | [ helios-setup] Aug 21 21:07:46.168 INFO E| Downloaded uuid v0.8.2 |
2488 | 2024-08-21T21:07:47.390Z | [ helios-setup] Aug 21 21:07:46.174 INFO E| Downloaded typenum v1.16.0 |
2489 | 2024-08-21T21:07:47.395Z | [ helios-setup] Aug 21 21:07:46.179 INFO E| Downloaded tempfile v3.7.0 |
2490 | 2024-08-21T21:07:47.399Z | [ helios-setup] Aug 21 21:07:46.183 INFO E| Downloaded walkdir v2.3.3 |
2491 | 2024-08-21T21:07:47.403Z | [ helios-setup] Aug 21 21:07:46.186 INFO E| Downloaded unicode-ident v1.0.11 |
2492 | 2024-08-21T21:07:47.408Z | [ helios-setup] Aug 21 21:07:46.192 INFO E| Downloaded serde v1.0.193 |
2493 | 2024-08-21T21:07:47.414Z | [ helios-setup] Aug 21 21:07:46.198 INFO E| Downloaded serde_derive v1.0.193 |
2494 | 2024-08-21T21:07:47.419Z | [ helios-setup] Aug 21 21:07:46.202 INFO E| Downloaded ryu v1.0.15 |
2495 | 2024-08-21T21:07:47.424Z | [ helios-setup] Aug 21 21:07:46.208 INFO E| Downloaded quote v1.0.31 |
2496 | 2024-08-21T21:07:47.429Z | [ helios-setup] Aug 21 21:07:46.213 INFO E| Downloaded serde_json v1.0.103 |
2497 | 2024-08-21T21:07:47.442Z | [ helios-setup] Aug 21 21:07:46.226 INFO E| Downloaded proc-macro2 v1.0.66 |
2498 | 2024-08-21T21:07:47.447Z | [ helios-setup] Aug 21 21:07:46.231 INFO E| Downloaded syn v2.0.32 |
2499 | 2024-08-21T21:07:47.465Z | [ helios-setup] Aug 21 21:07:46.248 INFO E| Downloaded rustix v0.38.4 |
2500 | 2024-08-21T21:07:47.502Z | [ helios-setup] Aug 21 21:07:46.285 INFO E| Downloaded once_cell v1.18.0 |
2501 | 2024-08-21T21:07:47.506Z | [ helios-setup] Aug 21 21:07:46.290 INFO E| Downloaded getrandom v0.2.10 |
2502 | 2024-08-21T21:07:47.511Z | [ helios-setup] Aug 21 21:07:46.295 INFO E| Downloaded libc v0.2.147 |
2503 | 2024-08-21T21:07:47.729Z | [ helios-setup] Aug 21 21:07:46.512 INFO E| Compiling libc v0.2.147 |
2504 | 2024-08-21T21:07:47.729Z | [ helios-setup] Aug 21 21:07:46.512 INFO E| Compiling proc-macro2 v1.0.66 |
2505 | 2024-08-21T21:07:47.729Z | [ helios-setup] Aug 21 21:07:46.512 INFO E| Compiling cfg-if v1.0.0 |
2506 | 2024-08-21T21:07:47.731Z | [ helios-setup] Aug 21 21:07:46.512 INFO E| Compiling unicode-ident v1.0.11 |
2507 | 2024-08-21T21:07:47.732Z | [ helios-setup] Aug 21 21:07:46.513 INFO E| Compiling version_check v0.9.4 |
2508 | 2024-08-21T21:07:47.732Z | [ helios-setup] Aug 21 21:07:46.513 INFO E| Compiling typenum v1.16.0 |
2509 | 2024-08-21T21:07:47.732Z | [ helios-setup] Aug 21 21:07:46.513 INFO E| Compiling serde v1.0.193 |
2510 | 2024-08-21T21:07:47.732Z | [ helios-setup] Aug 21 21:07:46.513 INFO E| Compiling slog v2.7.0 |
2511 | 2024-08-21T21:07:48.043Z | [ helios-setup] Aug 21 21:07:46.827 INFO E| Compiling powerfmt v0.2.0 |
2512 | 2024-08-21T21:07:48.241Z | [ helios-setup] Aug 21 21:07:47.024 INFO E| Compiling rustix v0.38.4 |
2513 | 2024-08-21T21:07:48.870Z | [ helios-setup] Aug 21 21:07:47.653 INFO E| Compiling itoa v1.0.9 |
2514 | 2024-08-21T21:07:49.137Z | [ helios-setup] Aug 21 21:07:47.920 INFO E| Compiling num-conv v0.1.0 |
2515 | 2024-08-21T21:07:49.184Z | [ helios-setup] Aug 21 21:07:47.967 INFO E| Compiling time-core v0.1.2 |
2516 | 2024-08-21T21:07:49.300Z | [ helios-setup] Aug 21 21:07:48.083 INFO E| Compiling deranged v0.3.11 |
2517 | 2024-08-21T21:07:49.305Z | [ helios-setup] Aug 21 21:07:48.088 INFO E| Compiling generic-array v0.14.7 |
2518 | 2024-08-21T21:07:49.495Z | [ helios-setup] Aug 21 21:07:48.279 INFO E| Compiling bitflags v2.3.3 |
2519 | 2024-08-21T21:07:49.593Z | [ helios-setup] Aug 21 21:07:48.377 INFO E| Compiling once_cell v1.18.0 |
2520 | 2024-08-21T21:07:49.936Z | [ helios-setup] Aug 21 21:07:48.719 INFO E| Compiling time-macros v0.2.18 |
2521 | 2024-08-21T21:07:50.065Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2522 | 2024-08-21T21:07:50.527Z | [ helios-setup] Aug 21 21:07:49.310 INFO E| Compiling num_threads v0.1.6 |
2523 | 2024-08-21T21:07:50.557Z | [ helios-setup] Aug 21 21:07:49.336 INFO E| Compiling thread_local v1.1.7 |
2524 | 2024-08-21T21:07:50.718Z | [ helios-setup] Aug 21 21:07:49.501 INFO E| Compiling quote v1.0.31 |
2525 | 2024-08-21T21:07:50.911Z | [ host-package] Compiling flume v0.11.0 |
2526 | 2024-08-21T21:07:51.906Z | [ helios-setup] Aug 21 21:07:50.689 INFO E| Compiling syn v2.0.32 |
2527 | 2024-08-21T21:07:51.946Z | [ helios-setup] Aug 21 21:07:50.729 INFO E| Compiling anyhow v1.0.72 |
2528 | 2024-08-21T21:07:52.009Z | [ helios-setup] Aug 21 21:07:50.792 INFO E| Compiling opaque-debug v0.3.0 |
2529 | 2024-08-21T21:07:52.093Z | [ helios-setup] Aug 21 21:07:50.876 INFO E| Compiling fastrand v2.0.0 |
2530 | 2024-08-21T21:07:52.578Z | [ helios-setup] Aug 21 21:07:51.361 INFO E| Compiling dirs-sys-next v0.1.2 |
2531 | 2024-08-21T21:07:52.763Z | [ helios-setup] Aug 21 21:07:51.532 INFO E| Compiling errno v0.3.1 |
2532 | 2024-08-21T21:07:52.817Z | [ host-package] Compiling bitstruct v0.1.1 |
2533 | 2024-08-21T21:07:52.882Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2534 | 2024-08-21T21:07:53.157Z | [ helios-setup] Aug 21 21:07:51.940 INFO E| Compiling dirs-next v2.0.0 |
2535 | 2024-08-21T21:07:53.328Z | [ helios-setup] Aug 21 21:07:52.111 INFO E| Compiling atty v0.2.14 |
2536 | 2024-08-21T21:07:53.330Z | [ helios-setup] Aug 21 21:07:52.111 INFO E| Compiling serde_json v1.0.103 |
2537 | 2024-08-21T21:07:53.507Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2538 | 2024-08-21T21:07:53.595Z | [ helios-setup] Aug 21 21:07:52.378 INFO E| Compiling term v0.7.0 |
2539 | 2024-08-21T21:07:54.201Z | [ helios-setup] Aug 21 21:07:52.983 INFO E| Compiling getrandom v0.2.10 |
2540 | 2024-08-21T21:07:54.330Z | [ helios-setup] Aug 21 21:07:53.113 INFO E| Compiling same-file v1.0.6 |
2541 | 2024-08-21T21:07:54.424Z | [ helios-setup] Aug 21 21:07:53.207 INFO E| Compiling block-buffer v0.9.0 |
2542 | 2024-08-21T21:07:54.446Z | [ helios-setup] Aug 21 21:07:53.229 INFO E| Compiling digest v0.9.0 |
2543 | 2024-08-21T21:07:54.765Z | [ helios-setup] Aug 21 21:07:53.548 INFO E| Compiling unicode-width v0.1.10 |
2544 | 2024-08-21T21:07:54.805Z | [ helios-setup] Aug 21 21:07:53.588 INFO E| Compiling cpufeatures v0.2.9 |
2545 | 2024-08-21T21:07:54.869Z | [ helios-setup] Aug 21 21:07:53.651 INFO E| Compiling ryu v1.0.15 |
2546 | 2024-08-21T21:07:54.960Z | [ helios-setup] Aug 21 21:07:53.743 INFO E| Compiling sha-1 v0.9.8 |
2547 | 2024-08-21T21:07:54.982Z | [ helios-setup] Aug 21 21:07:53.765 INFO E| Compiling md-5 v0.9.1 |
2548 | 2024-08-21T21:07:55.296Z | [ helios-setup] Aug 21 21:07:54.079 INFO E| Compiling getopts v0.2.21 |
2549 | 2024-08-21T21:07:55.423Z | [ helios-setup] Aug 21 21:07:54.206 INFO E| Compiling time v0.3.36 |
2550 | 2024-08-21T21:07:55.593Z | [ helios-setup] Aug 21 21:07:54.376 INFO E| Compiling walkdir v2.3.3 |
2551 | 2024-08-21T21:07:56.106Z | [ helios-setup] Aug 21 21:07:54.888 INFO E| Compiling glob v0.3.1 |
2552 | 2024-08-21T21:07:57.097Z | [ helios-setup] Aug 21 21:07:55.879 INFO E| Compiling tempfile v3.7.0 |
2553 | 2024-08-21T21:07:57.374Z | [ helios-setup] Aug 21 21:07:56.157 INFO E| Compiling libdevinfo-sys v1.0.0 |
2554 | 2024-08-21T21:07:58.967Z | [ helios-setup] Aug 21 21:07:57.749 INFO E| Compiling slog-term v2.9.0 |
2555 | 2024-08-21T21:07:59.250Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2556 | 2024-08-21T21:07:59.317Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2557 | 2024-08-21T21:08:00.067Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2558 | 2024-08-21T21:08:00.210Z | [ helios-setup] Aug 21 21:07:58.991 INFO E| Compiling serde_derive v1.0.193 |
2559 | 2024-08-21T21:08:01.547Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2560 | 2024-08-21T21:08:01.653Z | [ host-package] Compiling git2 v0.19.0 |
2561 | 2024-08-21T21:08:12.574Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2562 | 2024-08-21T21:08:14.680Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2563 | 2024-08-21T21:08:15.817Z | [ helios-setup] Aug 21 21:08:14.598 INFO E| Compiling toml v0.5.11 |
2564 | 2024-08-21T21:08:15.820Z | [ helios-setup] Aug 21 21:08:14.598 INFO E| Compiling uuid v0.8.2 |
2565 | 2024-08-21T21:08:16.339Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2566 | 2024-08-21T21:08:17.948Z | [ helios-setup] Aug 21 21:08:16.728 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2567 | 2024-08-21T21:08:18.771Z | [ host-package] Compiling libsqlite3-sys v0.28.0 |
2568 | 2024-08-21T21:08:19.720Z | [ host-package] Compiling serde_arrays v0.1.0 |
2569 | 2024-08-21T21:08:20.026Z | [ host-package] Compiling erased-serde v0.3.31 |
2570 | 2024-08-21T21:08:20.980Z | [ helios-setup] Aug 21 21:08:19.760 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2571 | 2024-08-21T21:08:22.100Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2572 | 2024-08-21T21:08:31.820Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2573 | 2024-08-21T21:08:32.903Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2574 | 2024-08-21T21:08:35.038Z | [ helios-setup] Aug 21 21:08:33.817 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.66s |
2575 | 2024-08-21T21:08:35.072Z | [ helios-setup] Aug 21 21:08:33.850 INFO building project "image-builder" ok (48 seconds) |
2576 | 2024-08-21T21:08:35.072Z | [ helios-setup] Aug 21 21:08:33.850 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2577 | 2024-08-21T21:08:35.074Z | [ helios-setup] Aug 21 21:08:33.851 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2578 | 2024-08-21T21:08:35.560Z | [ helios-setup] Aug 21 21:08:34.339 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2579 | 2024-08-21T21:08:36.099Z | [ helios-setup] Aug 21 21:08:34.878 INFO E| From https://github.com/jclulow/hiercmd |
2580 | 2024-08-21T21:08:36.099Z | [ helios-setup] Aug 21 21:08:34.878 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2581 | 2024-08-21T21:08:36.119Z | [ helios-setup] Aug 21 21:08:34.897 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2582 | 2024-08-21T21:08:36.660Z | [ helios-setup] Aug 21 21:08:35.439 INFO E| From https://github.com/jclulow/network-interface |
2583 | 2024-08-21T21:08:36.660Z | [ helios-setup] Aug 21 21:08:35.439 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2584 | 2024-08-21T21:08:36.701Z | [ helios-setup] Aug 21 21:08:35.479 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2585 | 2024-08-21T21:08:37.357Z | [ helios-setup] Aug 21 21:08:36.135 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2586 | 2024-08-21T21:08:37.357Z | [ helios-setup] Aug 21 21:08:36.136 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2587 | 2024-08-21T21:08:37.396Z | [ helios-setup] Aug 21 21:08:36.175 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2588 | 2024-08-21T21:08:38.155Z | [ helios-setup] Aug 21 21:08:36.933 INFO E| From https://github.com/oxidecomputer/facade |
2589 | 2024-08-21T21:08:38.155Z | [ helios-setup] Aug 21 21:08:36.933 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2590 | 2024-08-21T21:08:38.241Z | [ helios-setup] Aug 21 21:08:37.020 INFO E| Updating crates.io index |
2591 | 2024-08-21T21:08:38.875Z | [ helios-setup] Aug 21 21:08:37.654 INFO E| Downloading crates ... |
2592 | 2024-08-21T21:08:39.085Z | [ helios-setup] Aug 21 21:08:37.864 INFO E| Downloaded const-random v0.1.15 |
2593 | 2024-08-21T21:08:39.088Z | [ helios-setup] Aug 21 21:08:37.866 INFO E| Downloaded concolor-override v1.0.0 |
2594 | 2024-08-21T21:08:39.091Z | [ helios-setup] Aug 21 21:08:37.868 INFO E| Downloaded anstyle v0.3.5 |
2595 | 2024-08-21T21:08:39.093Z | [ helios-setup] Aug 21 21:08:37.870 INFO E| Downloaded anstream v0.2.6 |
2596 | 2024-08-21T21:08:39.132Z | [ helios-setup] Aug 21 21:08:37.910 INFO E| Downloaded toolchain_find v0.2.0 |
2597 | 2024-08-21T21:08:39.134Z | [ helios-setup] Aug 21 21:08:37.912 INFO E| Downloaded smallvec v1.10.0 |
2598 | 2024-08-21T21:08:39.138Z | [ helios-setup] Aug 21 21:08:37.917 INFO E| Downloaded sha2 v0.10.6 |
2599 | 2024-08-21T21:08:39.142Z | [ helios-setup] Aug 21 21:08:37.920 INFO E| Downloaded serde_spanned v0.6.1 |
2600 | 2024-08-21T21:08:39.144Z | [ helios-setup] Aug 21 21:08:37.922 INFO E| Downloaded project-root v0.2.2 |
2601 | 2024-08-21T21:08:39.146Z | [ helios-setup] Aug 21 21:08:37.924 INFO E| Downloaded sha1 v0.10.5 |
2602 | 2024-08-21T21:08:39.149Z | [ helios-setup] Aug 21 21:08:37.927 INFO E| Downloaded const-random-macro v0.1.15 |
2603 | 2024-08-21T21:08:39.151Z | [ helios-setup] Aug 21 21:08:37.929 INFO E| Downloaded serde_tokenstream v0.2.0 |
2604 | 2024-08-21T21:08:39.157Z | [ helios-setup] Aug 21 21:08:37.935 INFO E| Downloaded slab v0.4.7 |
2605 | 2024-08-21T21:08:39.160Z | [ helios-setup] Aug 21 21:08:37.938 INFO E| Downloaded strsim v0.10.0 |
2606 | 2024-08-21T21:08:39.162Z | [ helios-setup] Aug 21 21:08:37.941 INFO E| Downloaded thiserror-impl v1.0.38 |
2607 | 2024-08-21T21:08:39.167Z | [ helios-setup] Aug 21 21:08:37.944 INFO E| Downloaded try-lock v0.2.4 |
2608 | 2024-08-21T21:08:39.169Z | [ helios-setup] Aug 21 21:08:37.945 INFO E| Downloaded futures-macro v0.3.28 |
2609 | 2024-08-21T21:08:39.169Z | [ helios-setup] Aug 21 21:08:37.947 INFO E| Downloaded paste v1.0.12 |
2610 | 2024-08-21T21:08:39.175Z | [ helios-setup] Aug 21 21:08:37.953 INFO E| Downloaded serde_yaml v0.9.21 |
2611 | 2024-08-21T21:08:39.183Z | [ helios-setup] Aug 21 21:08:37.960 INFO E| Downloaded want v0.3.0 |
2612 | 2024-08-21T21:08:39.187Z | [ helios-setup] Aug 21 21:08:37.962 INFO E| Downloaded toml_datetime v0.6.1 |
2613 | 2024-08-21T21:08:39.187Z | [ helios-setup] Aug 21 21:08:37.964 INFO E| Downloaded tokio-rustls v0.24.0 |
2614 | 2024-08-21T21:08:39.191Z | [ helios-setup] Aug 21 21:08:37.967 INFO E| Downloaded fastrand v1.9.0 |
2615 | 2024-08-21T21:08:39.193Z | [ helios-setup] Aug 21 21:08:37.970 INFO E| Downloaded either v1.8.0 |
2616 | 2024-08-21T21:08:39.196Z | [ helios-setup] Aug 21 21:08:37.972 INFO E| Downloaded thiserror v1.0.38 |
2617 | 2024-08-21T21:08:39.202Z | [ helios-setup] Aug 21 21:08:37.980 INFO E| Downloaded rustls-pemfile v1.0.2 |
2618 | 2024-08-21T21:08:39.205Z | [ helios-setup] Aug 21 21:08:37.984 INFO E| Downloaded proc-macro-crate v1.2.1 |
2619 | 2024-08-21T21:08:39.208Z | [ helios-setup] Aug 21 21:08:37.986 INFO E| Downloaded terminal_size v0.2.6 |
2620 | 2024-08-21T21:08:39.210Z | [ helios-setup] Aug 21 21:08:37.989 INFO E| Downloaded tokio-macros v2.0.0 |
2621 | 2024-08-21T21:08:39.212Z | [ helios-setup] Aug 21 21:08:37.991 INFO E| Downloaded percent-encoding v2.2.0 |
2622 | 2024-08-21T21:08:39.215Z | [ helios-setup] Aug 21 21:08:37.993 INFO E| Downloaded textwrap v0.16.0 |
2623 | 2024-08-21T21:08:39.218Z | [ helios-setup] Aug 21 21:08:37.997 INFO E| Downloaded rhai_codegen v1.5.0 |
2624 | 2024-08-21T21:08:39.234Z | [ helios-setup] Aug 21 21:08:38.013 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2625 | 2024-08-21T21:08:39.238Z | [ helios-setup] Aug 21 21:08:38.017 INFO E| Downloaded uuid v1.3.0 |
2626 | 2024-08-21T21:08:39.246Z | [ helios-setup] Aug 21 21:08:38.024 INFO E| Downloaded unicode-bidi v0.3.13 |
2627 | 2024-08-21T21:08:39.250Z | [ helios-setup] Aug 21 21:08:38.029 INFO E| Downloaded tungstenite v0.18.0 |
2628 | 2024-08-21T21:08:39.256Z | [ helios-setup] Aug 21 21:08:38.035 INFO E| Downloaded unicode-ident v1.0.8 |
2629 | 2024-08-21T21:08:39.262Z | [ helios-setup] Aug 21 21:08:38.040 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2630 | 2024-08-21T21:08:39.269Z | [ helios-setup] Aug 21 21:08:38.048 INFO E| Downloaded num-traits v0.2.15 |
2631 | 2024-08-21T21:08:39.279Z | [ helios-setup] Aug 21 21:08:38.053 INFO E| Downloaded url v2.3.1 |
2632 | 2024-08-21T21:08:39.284Z | [ helios-setup] Aug 21 21:08:38.058 INFO E| Downloaded tracing v0.1.37 |
2633 | 2024-08-21T21:08:39.287Z | [ helios-setup] Aug 21 21:08:38.065 INFO E| Downloaded toml_edit v0.19.8 |
2634 | 2024-08-21T21:08:39.316Z | [ helios-setup] Aug 21 21:08:38.094 INFO E| Downloaded winnow v0.4.1 |
2635 | 2024-08-21T21:08:39.330Z | [ helios-setup] Aug 21 21:08:38.109 INFO E| Downloaded unicode-normalization v0.1.22 |
2636 | 2024-08-21T21:08:39.336Z | [ helios-setup] Aug 21 21:08:38.115 INFO E| Downloaded syn v2.0.72 |
2637 | 2024-08-21T21:08:39.357Z | [ helios-setup] Aug 21 21:08:38.135 INFO E| Downloaded syn v1.0.107 |
2638 | 2024-08-21T21:08:39.375Z | [ helios-setup] Aug 21 21:08:38.154 INFO E| Downloaded pest v2.5.7 |
2639 | 2024-08-21T21:08:39.384Z | [ helios-setup] Aug 21 21:08:38.163 INFO E| Downloaded rayon-core v1.10.2 |
2640 | 2024-08-21T21:08:39.391Z | [ helios-setup] Aug 21 21:08:38.169 INFO E| Downloaded tokio v1.27.0 |
2641 | 2024-08-21T21:08:39.444Z | [ helios-setup] Aug 21 21:08:38.222 INFO E| Downloaded mio v0.8.5 |
2642 | 2024-08-21T21:08:39.453Z | [ helios-setup] Aug 21 21:08:38.232 INFO E| Downloaded aho-corasick v0.7.20 |
2643 | 2024-08-21T21:08:39.460Z | [ helios-setup] Aug 21 21:08:38.239 INFO E| Downloaded http v0.2.9 |
2644 | 2024-08-21T21:08:39.495Z | [ helios-setup] Aug 21 21:08:38.274 INFO E| Downloaded crossbeam-channel v0.5.6 |
2645 | 2024-08-21T21:08:39.502Z | [ helios-setup] Aug 21 21:08:38.281 INFO E| Downloaded reqwest v0.11.16 |
2646 | 2024-08-21T21:08:39.516Z | [ helios-setup] Aug 21 21:08:38.294 INFO E| Downloaded futures-util v0.3.28 |
2647 | 2024-08-21T21:08:39.536Z | [ helios-setup] Aug 21 21:08:38.315 INFO E| Downloaded clap_builder v4.2.1 |
2648 | 2024-08-21T21:08:39.548Z | [ helios-setup] Aug 21 21:08:38.327 INFO E| Downloaded rayon v1.6.1 |
2649 | 2024-08-21T21:08:39.565Z | [ helios-setup] Aug 21 21:08:38.342 INFO E| Downloaded hyper v0.14.25 |
2650 | 2024-08-21T21:08:39.577Z | [ helios-setup] Aug 21 21:08:38.356 INFO E| Downloaded regex v1.7.3 |
2651 | 2024-08-21T21:08:39.592Z | [ helios-setup] Aug 21 21:08:38.370 INFO E| Downloaded git2 v0.16.1 |
2652 | 2024-08-21T21:08:39.607Z | [ helios-setup] Aug 21 21:08:38.385 INFO E| Downloaded rustls v0.21.0 |
2653 | 2024-08-21T21:08:39.628Z | [ helios-setup] Aug 21 21:08:38.405 INFO E| Downloaded regress v0.5.0 |
2654 | 2024-08-21T21:08:39.639Z | [ helios-setup] Aug 21 21:08:38.418 INFO E| Downloaded rustix v0.37.3 |
2655 | 2024-08-21T21:08:39.672Z | [ helios-setup] Aug 21 21:08:38.450 INFO E| Downloaded rhai v1.14.0 |
2656 | 2024-08-21T21:08:39.694Z | [ helios-setup] Aug 21 21:08:38.473 INFO E| Downloaded openapiv3 v1.0.2 |
2657 | 2024-08-21T21:08:39.717Z | [ helios-setup] Aug 21 21:08:38.496 INFO E| Downloaded chrono v0.4.24 |
2658 | 2024-08-21T21:08:39.731Z | [ helios-setup] Aug 21 21:08:38.508 INFO E| Downloaded h2 v0.3.16 |
2659 | 2024-08-21T21:08:39.741Z | [ helios-setup] Aug 21 21:08:38.520 INFO E| Downloaded bytes v1.4.0 |
2660 | 2024-08-21T21:08:39.762Z | [ helios-setup] Aug 21 21:08:38.540 INFO E| Downloaded serde_json v1.0.95 |
2661 | 2024-08-21T21:08:39.774Z | [ helios-setup] Aug 21 21:08:38.552 INFO E| Downloaded libc v0.2.139 |
2662 | 2024-08-21T21:08:39.876Z | [ helios-setup] Aug 21 21:08:38.654 INFO E| Downloaded rustls-webpki v0.100.1 |
2663 | 2024-08-21T21:08:39.886Z | [ helios-setup] Aug 21 21:08:38.665 INFO E| Downloaded futures v0.3.28 |
2664 | 2024-08-21T21:08:39.913Z | [ helios-setup] Aug 21 21:08:38.691 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2665 | 2024-08-21T21:08:39.917Z | [ helios-setup] Aug 21 21:08:38.696 INFO E| Downloaded memchr v2.5.0 |
2666 | 2024-08-21T21:08:39.925Z | [ helios-setup] Aug 21 21:08:38.703 INFO E| Downloaded cc v1.0.78 |
2667 | 2024-08-21T21:08:39.929Z | [ helios-setup] Aug 21 21:08:38.708 INFO E| Downloaded schemars v0.8.12 |
2668 | 2024-08-21T21:08:39.950Z | [ helios-setup] Aug 21 21:08:38.729 INFO E| Downloaded tokio-util v0.7.7 |
2669 | 2024-08-21T21:08:39.960Z | [ helios-setup] Aug 21 21:08:38.739 INFO E| Downloaded semver v1.0.17 |
2670 | 2024-08-21T21:08:39.964Z | [ helios-setup] Aug 21 21:08:38.742 INFO E| Downloaded sct v0.7.0 |
2671 | 2024-08-21T21:08:40.065Z | [ helios-setup] Aug 21 21:08:38.843 INFO E| Downloaded base64 v0.21.0 |
2672 | 2024-08-21T21:08:40.070Z | [ helios-setup] Aug 21 21:08:38.848 INFO E| Downloaded unicode-linebreak v0.1.4 |
2673 | 2024-08-21T21:08:40.073Z | [ helios-setup] Aug 21 21:08:38.851 INFO E| Downloaded ucd-trie v0.1.5 |
2674 | 2024-08-21T21:08:40.075Z | [ helios-setup] Aug 21 21:08:38.853 INFO E| Downloaded tracing-core v0.1.30 |
2675 | 2024-08-21T21:08:40.079Z | [ helios-setup] Aug 21 21:08:38.857 INFO E| Downloaded encoding_rs v0.8.32 |
2676 | 2024-08-21T21:08:40.109Z | [ helios-setup] Aug 21 21:08:38.887 INFO E| Downloaded parking_lot v0.12.1 |
2677 | 2024-08-21T21:08:40.112Z | [ helios-setup] Aug 21 21:08:38.891 INFO E| Downloaded log v0.4.17 |
2678 | 2024-08-21T21:08:40.116Z | [ helios-setup] Aug 21 21:08:38.894 INFO E| Downloaded io-lifetimes v1.0.10 |
2679 | 2024-08-21T21:08:40.120Z | [ helios-setup] Aug 21 21:08:38.898 INFO E| Downloaded toml v0.7.3 |
2680 | 2024-08-21T21:08:40.125Z | [ helios-setup] Aug 21 21:08:38.904 INFO E| Downloaded is-terminal v0.4.7 |
2681 | 2024-08-21T21:08:40.129Z | [ helios-setup] Aug 21 21:08:38.905 INFO E| Downloaded crossbeam-utils v0.8.14 |
2682 | 2024-08-21T21:08:40.131Z | [ helios-setup] Aug 21 21:08:38.909 INFO E| Downloaded socket2 v0.4.9 |
2683 | 2024-08-21T21:08:40.134Z | [ helios-setup] Aug 21 21:08:38.912 INFO E| Downloaded pin-project-lite v0.2.9 |
2684 | 2024-08-21T21:08:40.141Z | [ helios-setup] Aug 21 21:08:38.920 INFO E| Downloaded parking_lot_core v0.9.6 |
2685 | 2024-08-21T21:08:40.144Z | [ helios-setup] Aug 21 21:08:38.923 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2686 | 2024-08-21T21:08:40.233Z | [ helios-setup] Aug 21 21:08:39.011 INFO E| Downloaded tempfile v3.5.0 |
2687 | 2024-08-21T21:08:40.236Z | [ helios-setup] Aug 21 21:08:39.014 INFO E| Downloaded semver-parser v0.10.2 |
2688 | 2024-08-21T21:08:40.238Z | [ helios-setup] Aug 21 21:08:39.017 INFO E| Downloaded semver v0.11.0 |
2689 | 2024-08-21T21:08:40.241Z | [ helios-setup] Aug 21 21:08:39.020 INFO E| Downloaded once_cell v1.17.0 |
2690 | 2024-08-21T21:08:40.246Z | [ helios-setup] Aug 21 21:08:39.024 INFO E| Downloaded clap v4.2.1 |
2691 | 2024-08-21T21:08:40.261Z | [ helios-setup] Aug 21 21:08:39.039 INFO E| Downloaded cargo-lock v8.0.3 |
2692 | 2024-08-21T21:08:40.265Z | [ helios-setup] Aug 21 21:08:39.043 INFO E| Downloaded bincode v1.3.3 |
2693 | 2024-08-21T21:08:40.269Z | [ helios-setup] Aug 21 21:08:39.047 INFO E| Downloaded autocfg v1.1.0 |
2694 | 2024-08-21T21:08:40.271Z | [ helios-setup] Aug 21 21:08:39.050 INFO E| Downloaded async-trait v0.1.68 |
2695 | 2024-08-21T21:08:40.277Z | [ helios-setup] Aug 21 21:08:39.055 INFO E| Downloaded ahash v0.7.6 |
2696 | 2024-08-21T21:08:40.282Z | [ helios-setup] Aug 21 21:08:39.060 INFO E| Downloaded libz-sys v1.1.8 |
2697 | 2024-08-21T21:08:40.368Z | [ helios-setup] Aug 21 21:08:39.146 INFO E| Downloaded time v0.1.45 |
2698 | 2024-08-21T21:08:40.371Z | [ helios-setup] Aug 21 21:08:39.149 INFO E| Downloaded smartstring v1.0.1 |
2699 | 2024-08-21T21:08:40.374Z | [ helios-setup] Aug 21 21:08:39.152 INFO E| Downloaded ryu v1.0.13 |
2700 | 2024-08-21T21:08:40.379Z | [ helios-setup] Aug 21 21:08:39.157 INFO E| Downloaded anyhow v1.0.68 |
2701 | 2024-08-21T21:08:40.385Z | [ helios-setup] Aug 21 21:08:39.163 INFO E| Downloaded ipnet v2.7.2 |
2702 | 2024-08-21T21:08:40.387Z | [ helios-setup] Aug 21 21:08:39.166 INFO E| Downloaded num-integer v0.1.45 |
2703 | 2024-08-21T21:08:40.393Z | [ helios-setup] Aug 21 21:08:39.168 INFO E| Downloaded memoffset v0.7.1 |
2704 | 2024-08-21T21:08:40.393Z | [ helios-setup] Aug 21 21:08:39.170 INFO E| Downloaded lock_api v0.4.9 |
2705 | 2024-08-21T21:08:40.400Z | [ helios-setup] Aug 21 21:08:39.178 INFO E| Downloaded jobserver v0.1.26 |
2706 | 2024-08-21T21:08:40.403Z | [ helios-setup] Aug 21 21:08:39.181 INFO E| Downloaded futures-core v0.3.28 |
2707 | 2024-08-21T21:08:40.405Z | [ helios-setup] Aug 21 21:08:39.183 INFO E| Downloaded dyn-clone v1.0.11 |
2708 | 2024-08-21T21:08:40.429Z | [ helios-setup] Aug 21 21:08:39.207 INFO E| Downloaded slog-async v2.7.0 |
2709 | 2024-08-21T21:08:40.431Z | [ helios-setup] Aug 21 21:08:39.209 INFO E| Downloaded num_enum_derive v0.5.7 |
2710 | 2024-08-21T21:08:40.434Z | [ helios-setup] Aug 21 21:08:39.211 INFO E| Downloaded num_cpus v1.15.0 |
2711 | 2024-08-21T21:08:40.437Z | [ helios-setup] Aug 21 21:08:39.215 INFO E| Downloaded http-body v0.4.5 |
2712 | 2024-08-21T21:08:40.440Z | [ helios-setup] Aug 21 21:08:39.218 INFO E| Downloaded futures-io v0.3.28 |
2713 | 2024-08-21T21:08:40.442Z | [ helios-setup] Aug 21 21:08:39.219 INFO E| Downloaded signal-hook-registry v1.4.0 |
2714 | 2024-08-21T21:08:40.445Z | [ helios-setup] Aug 21 21:08:39.221 INFO E| Downloaded home v0.5.4 |
2715 | 2024-08-21T21:08:40.445Z | [ helios-setup] Aug 21 21:08:39.223 INFO E| Downloaded digest v0.10.6 |
2716 | 2024-08-21T21:08:40.447Z | [ helios-setup] Aug 21 21:08:39.226 INFO E| Downloaded concolor-query v0.3.3 |
2717 | 2024-08-21T21:08:40.450Z | [ helios-setup] Aug 21 21:08:39.227 INFO E| Downloaded schemars_derive v0.8.12 |
2718 | 2024-08-21T21:08:40.452Z | [ helios-setup] Aug 21 21:08:39.230 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2719 | 2024-08-21T21:08:40.454Z | [ helios-setup] Aug 21 21:08:39.232 INFO E| Downloaded clap_lex v0.4.1 |
2720 | 2024-08-21T21:08:40.457Z | [ helios-setup] Aug 21 21:08:39.233 INFO E| Downloaded anstyle-parse v0.1.1 |
2721 | 2024-08-21T21:08:40.459Z | [ helios-setup] Aug 21 21:08:39.236 INFO E| Downloaded ahash v0.8.3 |
2722 | 2024-08-21T21:08:40.462Z | [ helios-setup] Aug 21 21:08:39.241 INFO E| Downloaded serde_derive_internals v0.26.0 |
2723 | 2024-08-21T21:08:40.465Z | [ helios-setup] Aug 21 21:08:39.243 INFO E| Downloaded scopeguard v1.1.0 |
2724 | 2024-08-21T21:08:40.467Z | [ helios-setup] Aug 21 21:08:39.245 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2725 | 2024-08-21T21:08:40.471Z | [ helios-setup] Aug 21 21:08:39.248 INFO E| Downloaded iana-time-zone v0.1.56 |
2726 | 2024-08-21T21:08:40.473Z | [ helios-setup] Aug 21 21:08:39.252 INFO E| Downloaded pkg-config v0.3.26 |
2727 | 2024-08-21T21:08:40.476Z | [ helios-setup] Aug 21 21:08:39.254 INFO E| Downloaded num_enum v0.5.7 |
2728 | 2024-08-21T21:08:40.482Z | [ helios-setup] Aug 21 21:08:39.261 INFO E| Downloaded smawk v0.3.1 |
2729 | 2024-08-21T21:08:40.485Z | [ helios-setup] Aug 21 21:08:39.263 INFO E| Downloaded slog-bunyan v2.4.0 |
2730 | 2024-08-21T21:08:40.488Z | [ helios-setup] Aug 21 21:08:39.265 INFO E| Downloaded serde_path_to_error v0.1.11 |
2731 | 2024-08-21T21:08:40.490Z | [ helios-setup] Aug 21 21:08:39.267 INFO E| Downloaded lazy_static v1.4.0 |
2732 | 2024-08-21T21:08:40.493Z | [ helios-setup] Aug 21 21:08:39.269 INFO E| Downloaded itoa v1.0.6 |
2733 | 2024-08-21T21:08:40.493Z | [ helios-setup] Aug 21 21:08:39.271 INFO E| Downloaded httpdate v1.0.2 |
2734 | 2024-08-21T21:08:40.495Z | [ helios-setup] Aug 21 21:08:39.273 INFO E| Downloaded futures-executor v0.3.28 |
2735 | 2024-08-21T21:08:40.497Z | [ helios-setup] Aug 21 21:08:39.275 INFO E| Downloaded crossbeam-deque v0.8.2 |
2736 | 2024-08-21T21:08:40.500Z | [ helios-setup] Aug 21 21:08:39.278 INFO E| Downloaded futures-sink v0.3.28 |
2737 | 2024-08-21T21:08:40.502Z | [ helios-setup] Aug 21 21:08:39.279 INFO E| Downloaded getrandom v0.2.8 |
2738 | 2024-08-21T21:08:40.505Z | [ helios-setup] Aug 21 21:08:39.284 INFO E| Downloaded futures-task v0.3.28 |
2739 | 2024-08-21T21:08:40.507Z | [ helios-setup] Aug 21 21:08:39.285 INFO E| Downloaded futures-channel v0.3.28 |
2740 | 2024-08-21T21:08:40.510Z | [ helios-setup] Aug 21 21:08:39.288 INFO E| Downloaded form_urlencoded v1.1.0 |
2741 | 2024-08-21T21:08:40.513Z | [ helios-setup] Aug 21 21:08:39.290 INFO E| Downloaded clap_derive v4.2.0 |
2742 | 2024-08-21T21:08:40.515Z | [ helios-setup] Aug 21 21:08:39.293 INFO E| Downloaded camino v1.1.4 |
2743 | 2024-08-21T21:08:40.518Z | [ helios-setup] Aug 21 21:08:39.296 INFO E| Downloaded byteorder v1.4.3 |
2744 | 2024-08-21T21:08:40.520Z | [ helios-setup] Aug 21 21:08:39.298 INFO E| Downloaded built v0.6.0 |
2745 | 2024-08-21T21:08:40.845Z | [ helios-setup] Aug 21 21:08:39.623 INFO E| Compiling proc-macro2 v1.0.86 |
2746 | 2024-08-21T21:08:40.845Z | [ helios-setup] Aug 21 21:08:39.623 INFO E| Compiling libc v0.2.139 |
2747 | 2024-08-21T21:08:40.845Z | [ helios-setup] Aug 21 21:08:39.624 INFO E| Compiling unicode-ident v1.0.8 |
2748 | 2024-08-21T21:08:40.848Z | [ helios-setup] Aug 21 21:08:39.624 INFO E| Compiling autocfg v1.1.0 |
2749 | 2024-08-21T21:08:40.848Z | [ helios-setup] Aug 21 21:08:39.624 INFO E| Compiling cfg-if v1.0.0 |
2750 | 2024-08-21T21:08:40.848Z | [ helios-setup] Aug 21 21:08:39.624 INFO E| Compiling version_check v0.9.4 |
2751 | 2024-08-21T21:08:40.848Z | [ helios-setup] Aug 21 21:08:39.624 INFO E| Compiling serde v1.0.204 |
2752 | 2024-08-21T21:08:40.848Z | [ helios-setup] Aug 21 21:08:39.624 INFO E| Compiling syn v1.0.107 |
2753 | 2024-08-21T21:08:41.477Z | [ helios-setup] Aug 21 21:08:40.256 INFO E| Compiling memchr v2.5.0 |
2754 | 2024-08-21T21:08:41.879Z | [ helios-setup] Aug 21 21:08:40.657 INFO E| Compiling once_cell v1.17.0 |
2755 | 2024-08-21T21:08:41.942Z | [ helios-setup] Aug 21 21:08:40.720 INFO E| Compiling log v0.4.17 |
2756 | 2024-08-21T21:08:42.636Z | [ helios-setup] Aug 21 21:08:41.413 INFO E| Compiling thiserror v1.0.38 |
2757 | 2024-08-21T21:08:42.836Z | [ helios-setup] Aug 21 21:08:41.614 INFO E| Compiling serde_json v1.0.95 |
2758 | 2024-08-21T21:08:42.836Z | [ helios-setup] Aug 21 21:08:41.614 INFO E| Compiling itoa v1.0.6 |
2759 | 2024-08-21T21:08:43.921Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2760 | 2024-08-21T21:08:44.394Z | [ helios-setup] Aug 21 21:08:43.172 INFO E| Compiling quote v1.0.36 |
2761 | 2024-08-21T21:08:44.452Z | [ helios-setup] Aug 21 21:08:43.230 INFO E| Compiling indexmap v1.9.3 |
2762 | 2024-08-21T21:08:44.732Z | [ helios-setup] Aug 21 21:08:43.510 INFO E| Compiling pin-project-lite v0.2.9 |
2763 | 2024-08-21T21:08:44.796Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2764 | 2024-08-21T21:08:44.966Z | [ helios-setup] Aug 21 21:08:43.744 INFO E| Compiling getrandom v0.2.8 |
2765 | 2024-08-21T21:08:44.977Z | [ helios-setup] Aug 21 21:08:43.755 INFO E| Compiling scopeguard v1.1.0 |
2766 | 2024-08-21T21:08:45.212Z | [ helios-setup] Aug 21 21:08:43.990 INFO E| Compiling jobserver v0.1.26 |
2767 | 2024-08-21T21:08:45.447Z | [ helios-setup] Aug 21 21:08:44.224 INFO E| Compiling syn v2.0.72 |
2768 | 2024-08-21T21:08:45.875Z | [ helios-setup] Aug 21 21:08:44.653 INFO E| Compiling cc v1.0.78 |
2769 | 2024-08-21T21:08:45.897Z | [ host-package] Compiling heck v0.3.3 |
2770 | 2024-08-21T21:08:46.078Z | [ helios-setup] Aug 21 21:08:44.855 INFO E| Compiling num-integer v0.1.45 |
2771 | 2024-08-21T21:08:46.319Z | [ helios-setup] Aug 21 21:08:45.097 INFO E| Compiling bytes v1.4.0 |
2772 | 2024-08-21T21:08:46.447Z | [ helios-setup] Aug 21 21:08:45.225 INFO E| Compiling futures-core v0.3.28 |
2773 | 2024-08-21T21:08:46.831Z | [ host-package] Compiling castaway v0.2.3 |
2774 | 2024-08-21T21:08:46.988Z | [ helios-setup] Aug 21 21:08:45.766 INFO E| Compiling ryu v1.0.13 |
2775 | 2024-08-21T21:08:47.519Z | [ host-package] Compiling rand_seeder v0.3.0 |
2776 | 2024-08-21T21:08:48.170Z | [ helios-setup] Aug 21 21:08:46.947 INFO E| Compiling lock_api v0.4.9 |
2777 | 2024-08-21T21:08:48.212Z | [ helios-setup] Aug 21 21:08:46.989 INFO E| Compiling typenum v1.16.0 |
2778 | 2024-08-21T21:08:48.483Z | [ host-package] Compiling csv-core v0.1.11 |
2779 | 2024-08-21T21:08:48.510Z | [ helios-setup] Aug 21 21:08:47.287 INFO E| Compiling parking_lot_core v0.9.6 |
2780 | 2024-08-21T21:08:48.726Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2781 | 2024-08-21T21:08:48.848Z | [ helios-setup] Aug 21 21:08:47.625 INFO E| Compiling bitflags v1.3.2 |
2782 | 2024-08-21T21:08:49.174Z | [ helios-setup] Aug 21 21:08:47.952 INFO E| Compiling num_cpus v1.15.0 |
2783 | 2024-08-21T21:08:49.555Z | [ host-package] Compiling http-range v0.1.5 |
2784 | 2024-08-21T21:08:49.562Z | [ helios-setup] Aug 21 21:08:48.338 INFO E| Compiling slab v0.4.7 |
2785 | 2024-08-21T21:08:49.599Z | [ helios-setup] Aug 21 21:08:48.377 INFO E| Compiling generic-array v0.14.6 |
2786 | 2024-08-21T21:08:49.629Z | [ helios-setup] Aug 21 21:08:48.407 INFO E| Compiling futures-channel v0.3.28 |
2787 | 2024-08-21T21:08:49.741Z | [ helios-setup] Aug 21 21:08:48.518 INFO E| Compiling futures-sink v0.3.28 |
2788 | 2024-08-21T21:08:49.960Z | [ helios-setup] Aug 21 21:08:48.738 INFO E| Compiling futures-task v0.3.28 |
2789 | 2024-08-21T21:08:50.610Z | [ helios-setup] Aug 21 21:08:49.387 INFO E| Compiling tokio v1.27.0 |
2790 | 2024-08-21T21:08:50.710Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2791 | 2024-08-21T21:08:50.790Z | [ helios-setup] Aug 21 21:08:49.567 INFO E| Compiling futures-util v0.3.28 |
2792 | 2024-08-21T21:08:50.792Z | [ helios-setup] Aug 21 21:08:49.568 INFO E| Compiling schemars v0.8.12 |
2793 | 2024-08-21T21:08:51.624Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2794 | 2024-08-21T21:08:51.800Z | [ helios-setup] Aug 21 21:08:50.562 INFO E| Compiling mio v0.8.5 |
2795 | 2024-08-21T21:08:51.860Z | [ helios-setup] Aug 21 21:08:50.636 INFO E| Compiling signal-hook-registry v1.4.0 |
2796 | 2024-08-21T21:08:51.874Z | [ helios-setup] Aug 21 21:08:50.651 INFO E| Compiling socket2 v0.4.9 |
2797 | 2024-08-21T21:08:51.957Z | [ helios-setup] Aug 21 21:08:50.734 INFO E| Compiling num-traits v0.2.15 |
2798 | 2024-08-21T21:08:52.803Z | [ helios-setup] Aug 21 21:08:51.580 INFO E| Compiling ahash v0.7.6 |
2799 | 2024-08-21T21:08:52.990Z | [ helios-setup] Aug 21 21:08:51.767 INFO E| Compiling io-lifetimes v1.0.10 |
2800 | 2024-08-21T21:08:53.281Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2801 | 2024-08-21T21:08:53.963Z | [ helios-setup] Aug 21 21:08:52.740 INFO E| Compiling futures-io v0.3.28 |
2802 | 2024-08-21T21:08:54.334Z | [ helios-setup] Aug 21 21:08:53.111 INFO E| Compiling pin-utils v0.1.0 |
2803 | 2024-08-21T21:08:54.507Z | [ helios-setup] Aug 21 21:08:53.283 INFO E| Compiling crunchy v0.2.2 |
2804 | 2024-08-21T21:08:55.354Z | [ helios-setup] Aug 21 21:08:54.130 INFO E| Compiling ahash v0.8.3 |
2805 | 2024-08-21T21:08:55.820Z | [ helios-setup] Aug 21 21:08:54.597 INFO E| Compiling rustix v0.37.3 |
2806 | 2024-08-21T21:08:55.957Z | [ helios-setup] Aug 21 21:08:54.734 INFO E| Compiling tiny-keccak v2.0.2 |
2807 | 2024-08-21T21:08:56.204Z | [ helios-setup] Aug 21 21:08:54.980 INFO E| Compiling hashbrown v0.12.3 |
2808 | 2024-08-21T21:08:56.441Z | [ helios-setup] Aug 21 21:08:55.217 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2809 | 2024-08-21T21:08:56.588Z | [ helios-setup] Aug 21 21:08:55.365 INFO E| Compiling serde_derive_internals v0.26.0 |
2810 | 2024-08-21T21:08:57.766Z | [ helios-setup] Aug 21 21:08:56.542 INFO E| Compiling block-buffer v0.10.3 |
2811 | 2024-08-21T21:08:57.805Z | [ helios-setup] Aug 21 21:08:56.582 INFO E| Compiling crypto-common v0.1.6 |
2812 | 2024-08-21T21:08:58.238Z | [ host-package] Compiling csv v1.3.0 |
2813 | 2024-08-21T21:08:58.657Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2814 | 2024-08-21T21:08:58.840Z | [ helios-setup] Aug 21 21:08:57.616 INFO E| Compiling errno v0.3.1 |
2815 | 2024-08-21T21:08:59.358Z | [ helios-setup] Aug 21 21:08:58.135 INFO E| Compiling slog v2.7.0 |
2816 | 2024-08-21T21:08:59.371Z | [ host-package] Compiling compact_str v0.8.0 |
2817 | 2024-08-21T21:08:59.443Z | [ helios-setup] Aug 21 21:08:58.219 INFO E| Compiling crossbeam-utils v0.8.14 |
2818 | 2024-08-21T21:08:59.445Z | [ helios-setup] Aug 21 21:08:58.219 INFO E| Compiling fnv v1.0.7 |
2819 | 2024-08-21T21:08:59.826Z | [ helios-setup] Aug 21 21:08:58.602 INFO E| Compiling pkg-config v0.3.26 |
2820 | 2024-08-21T21:09:01.033Z | [ helios-setup] Aug 21 21:08:59.810 INFO E| Compiling http v0.2.9 |
2821 | 2024-08-21T21:09:02.074Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2822 | 2024-08-21T21:09:02.280Z | [ helios-setup] Aug 21 21:09:01.056 INFO E| Compiling digest v0.10.6 |
2823 | 2024-08-21T21:09:02.731Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2824 | 2024-08-21T21:09:02.828Z | [ helios-setup] Aug 21 21:09:01.604 INFO E| Compiling aho-corasick v0.7.20 |
2825 | 2024-08-21T21:09:03.243Z | [ helios-setup] Aug 21 21:09:02.019 INFO E| Compiling anyhow v1.0.68 |
2826 | 2024-08-21T21:09:03.452Z | [ helios-setup] Aug 21 21:09:02.228 INFO E| Compiling unicode-width v0.1.10 |
2827 | 2024-08-21T21:09:04.378Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2828 | 2024-08-21T21:09:04.504Z | [ helios-setup] Aug 21 21:09:03.279 INFO E| Compiling tinyvec_macros v0.1.1 |
2829 | 2024-08-21T21:09:04.588Z | [ helios-setup] Aug 21 21:09:03.363 INFO E| Compiling regex-syntax v0.6.29 |
2830 | 2024-08-21T21:09:05.134Z | [ helios-setup] Aug 21 21:09:03.909 INFO E| Compiling cpufeatures v0.2.5 |
2831 | 2024-08-21T21:09:05.198Z | [ host-package] Compiling nix v0.27.1 |
2832 | 2024-08-21T21:09:05.535Z | [ helios-setup] Aug 21 21:09:04.311 INFO E| Compiling heck v0.4.1 |
2833 | 2024-08-21T21:09:05.809Z | [ helios-setup] Aug 21 21:09:04.584 INFO E| Compiling httparse v1.8.0 |
2834 | 2024-08-21T21:09:05.817Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2835 | 2024-08-21T21:09:06.268Z | [ helios-setup] Aug 21 21:09:05.043 INFO E| Compiling percent-encoding v2.2.0 |
2836 | 2024-08-21T21:09:06.671Z | [ helios-setup] Aug 21 21:09:05.447 INFO E| Compiling const-random-macro v0.1.15 |
2837 | 2024-08-21T21:09:06.916Z | [ helios-setup] Aug 21 21:09:05.692 INFO E| Compiling form_urlencoded v1.1.0 |
2838 | 2024-08-21T21:09:07.034Z | [ helios-setup] Aug 21 21:09:05.810 INFO E| Compiling thiserror-impl v1.0.38 |
2839 | 2024-08-21T21:09:07.265Z | [ helios-setup] Aug 21 21:09:06.040 INFO E| Compiling schemars_derive v0.8.12 |
2840 | 2024-08-21T21:09:07.517Z | [ helios-setup] Aug 21 21:09:06.293 INFO E| Compiling tinyvec v1.6.0 |
2841 | 2024-08-21T21:09:07.750Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2842 | 2024-08-21T21:09:08.247Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2843 | 2024-08-21T21:09:08.253Z | [ helios-setup] Aug 21 21:09:07.029 INFO E| Compiling serde_derive v1.0.204 |
2844 | 2024-08-21T21:09:08.854Z | [ helios-setup] Aug 21 21:09:07.629 INFO E| Compiling tokio-macros v2.0.0 |
2845 | 2024-08-21T21:09:09.508Z | [ helios-setup] Aug 21 21:09:08.284 INFO E| Compiling futures-macro v0.3.28 |
2846 | 2024-08-21T21:09:11.022Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2847 | 2024-08-21T21:09:11.749Z | [ helios-setup] Aug 21 21:09:10.524 INFO E| Compiling hashbrown v0.13.2 |
2848 | 2024-08-21T21:09:11.910Z | [ helios-setup] Aug 21 21:09:10.685 INFO E| Compiling regex v1.7.3 |
2849 | 2024-08-21T21:09:13.211Z | [ helios-setup] Aug 21 21:09:11.986 INFO E| Compiling libz-sys v1.1.8 |
2850 | 2024-08-21T21:09:13.448Z | [ helios-setup] Aug 21 21:09:12.223 INFO E| Compiling chrono v0.4.24 |
2851 | 2024-08-21T21:09:16.515Z | [ helios-setup] Aug 21 21:09:15.289 INFO E| Compiling dyn-clone v1.0.11 |
2852 | 2024-08-21T21:09:16.578Z | [ helios-setup] Aug 21 21:09:15.353 INFO E| Compiling uuid v1.3.0 |
2853 | 2024-08-21T21:09:16.903Z | [ helios-setup] Aug 21 21:09:15.677 INFO E| Compiling regress v0.5.0 |
2854 | 2024-08-21T21:09:17.826Z | [ helios-setup] Aug 21 21:09:16.601 INFO E| Compiling unicode-normalization v0.1.22 |
2855 | 2024-08-21T21:09:18.031Z | [ helios-setup] Aug 21 21:09:16.805 INFO E| Compiling const-random v0.1.15 |
2856 | 2024-08-21T21:09:19.419Z | [ helios-setup] Aug 21 21:09:18.193 INFO E| Compiling getopts v0.2.21 |
2857 | 2024-08-21T21:09:19.556Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2858 | 2024-08-21T21:09:20.815Z | [ helios-setup] Aug 21 21:09:19.590 INFO E| Compiling tracing-core v0.1.30 |
2859 | 2024-08-21T21:09:20.905Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2860 | 2024-08-21T21:09:21.116Z | [ helios-setup] Aug 21 21:09:19.890 INFO E| Compiling memoffset v0.7.1 |
2861 | 2024-08-21T21:09:21.122Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2862 | 2024-08-21T21:09:21.187Z | [ helios-setup] Aug 21 21:09:19.962 INFO E| Compiling powerfmt v0.2.0 |
2863 | 2024-08-21T21:09:21.371Z | [ helios-setup] Aug 21 21:09:20.075 INFO E| Compiling num-conv v0.1.0 |
2864 | 2024-08-21T21:09:21.723Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2865 | 2024-08-21T21:09:21.775Z | [ host-package] Compiling hashlink v0.9.1 |
2866 | 2024-08-21T21:09:21.822Z | [ helios-setup] Aug 21 21:09:20.596 INFO E| Compiling ucd-trie v0.1.5 |
2867 | 2024-08-21T21:09:22.053Z | [ helios-setup] Aug 21 21:09:20.827 INFO E| Compiling unicode-bidi v0.3.13 |
2868 | 2024-08-21T21:09:22.592Z | [ host-package] Compiling lru v0.12.3 |
2869 | 2024-08-21T21:09:23.729Z | [ host-package] Compiling serde-big-array v0.5.1 |
2870 | 2024-08-21T21:09:23.775Z | [ host-package] Compiling instability v0.3.2 |
2871 | 2024-08-21T21:09:23.816Z | [ helios-setup] Aug 21 21:09:22.590 INFO E| Compiling time-core v0.1.2 |
2872 | 2024-08-21T21:09:24.253Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2873 | 2024-08-21T21:09:24.815Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2874 | 2024-08-21T21:09:25.142Z | [ helios-setup] Aug 21 21:09:23.915 INFO E| Compiling time-macros v0.2.18 |
2875 | 2024-08-21T21:09:25.310Z | [ helios-setup] Aug 21 21:09:24.084 INFO E| Compiling idna v0.3.0 |
2876 | 2024-08-21T21:09:26.084Z | [ host-package] Compiling cassowary v0.3.0 |
2877 | 2024-08-21T21:09:26.461Z | [ host-package] Compiling base64 v0.13.1 |
2878 | 2024-08-21T21:09:27.227Z | [ helios-setup] Aug 21 21:09:26.001 INFO E| Compiling tracing v0.1.37 |
2879 | 2024-08-21T21:09:28.110Z | [ helios-setup] Aug 21 21:09:26.883 INFO E| Compiling pest v2.5.7 |
2880 | 2024-08-21T21:09:28.261Z | [ host-package] Compiling ron v0.7.1 |
2881 | 2024-08-21T21:09:28.668Z | [ helios-setup] Aug 21 21:09:27.442 INFO E| Compiling deranged v0.3.11 |
2882 | 2024-08-21T21:09:31.347Z | [ helios-setup] Aug 21 21:09:30.120 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2883 | 2024-08-21T21:09:32.760Z | [ helios-setup] Aug 21 21:09:31.533 INFO E| Compiling time v0.1.45 |
2884 | 2024-08-21T21:09:32.845Z | [ helios-setup] Aug 21 21:09:31.619 INFO E| Compiling crossbeam-epoch v0.9.13 |
2885 | 2024-08-21T21:09:33.085Z | [ host-package] Compiling ratatui v0.28.0 |
2886 | 2024-08-21T21:09:34.225Z | [ helios-setup] Aug 21 21:09:32.998 INFO E| Compiling num_threads v0.1.6 |
2887 | 2024-08-21T21:09:34.278Z | [ helios-setup] Aug 21 21:09:33.051 INFO E| Compiling iana-time-zone v0.1.56 |
2888 | 2024-08-21T21:09:34.434Z | [ helios-setup] Aug 21 21:09:33.207 INFO E| Compiling semver v1.0.17 |
2889 | 2024-08-21T21:09:35.277Z | [ helios-setup] Aug 21 21:09:34.049 INFO E| Compiling toml v0.5.11 |
2890 | 2024-08-21T21:09:35.593Z | [ helios-setup] Aug 21 21:09:34.366 INFO E| Compiling serde_tokenstream v0.2.0 |
2891 | 2024-08-21T21:09:35.935Z | [ helios-setup] Aug 21 21:09:34.708 INFO E| Compiling time v0.3.36 |
2892 | 2024-08-21T21:09:36.506Z | [ helios-setup] Aug 21 21:09:35.279 INFO E| Compiling smallvec v1.10.0 |
2893 | 2024-08-21T21:09:38.139Z | [ host-package] Compiling rusqlite v0.31.0 |
2894 | 2024-08-21T21:09:39.161Z | [ helios-setup] Aug 21 21:09:37.934 INFO E| Compiling parking_lot v0.12.1 |
2895 | 2024-08-21T21:09:43.578Z | [ helios-setup] Aug 21 21:09:42.350 INFO E| Compiling semver-parser v0.10.2 |
2896 | 2024-08-21T21:09:43.796Z | [ helios-setup] Aug 21 21:09:42.568 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2897 | 2024-08-21T21:09:47.537Z | [ helios-setup] Aug 21 21:09:46.309 INFO E| Compiling url v2.3.1 |
2898 | 2024-08-21T21:09:47.863Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2899 | 2024-08-21T21:09:51.240Z | [ helios-setup] Aug 21 21:09:50.011 INFO E| Compiling crossbeam-channel v0.5.6 |
2900 | 2024-08-21T21:09:52.041Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2901 | 2024-08-21T21:09:53.285Z | [ helios-setup] Aug 21 21:09:52.056 INFO E| Compiling dirs-sys-next v0.1.2 |
2902 | 2024-08-21T21:09:54.014Z | [ helios-setup] Aug 21 21:09:52.785 INFO E| Compiling same-file v1.0.6 |
2903 | 2024-08-21T21:09:54.600Z | [ helios-setup] Aug 21 21:09:53.371 INFO E| Compiling crc32fast v1.3.2 |
2904 | 2024-08-21T21:09:54.825Z | [ helios-setup] Aug 21 21:09:53.596 INFO E| Compiling try-lock v0.2.4 |
2905 | 2024-08-21T21:09:54.936Z | [ helios-setup] Aug 21 21:09:53.706 INFO E| Compiling walkdir v2.3.3 |
2906 | 2024-08-21T21:09:55.491Z | [ helios-setup] Aug 21 21:09:54.262 INFO E| Compiling want v0.3.0 |
2907 | 2024-08-21T21:09:55.829Z | [ helios-setup] Aug 21 21:09:54.600 INFO E| Compiling dirs-next v2.0.0 |
2908 | 2024-08-21T21:09:56.908Z | [ helios-setup] Aug 21 21:09:55.679 INFO E| Compiling semver v0.11.0 |
2909 | 2024-08-21T21:09:57.665Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2910 | 2024-08-21T21:09:58.132Z | [ helios-setup] Aug 21 21:09:56.903 INFO E| Compiling tokio-util v0.7.7 |
2911 | 2024-08-21T21:09:58.244Z | [ helios-setup] Aug 21 21:09:57.014 INFO E| Compiling proc-macro-crate v1.2.1 |
2912 | 2024-08-21T21:10:00.689Z | [ helios-setup] Aug 21 21:09:59.459 INFO E| Compiling h2 v0.3.16 |
2913 | 2024-08-21T21:10:00.875Z | [ helios-setup] Aug 21 21:09:59.645 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2914 | 2024-08-21T21:10:02.401Z | [ helios-setup] Aug 21 21:10:01.171 INFO E| Compiling futures-executor v0.3.28 |
2915 | 2024-08-21T21:10:02.717Z | [ helios-setup] Aug 21 21:10:01.487 INFO E| Compiling http-body v0.4.5 |
2916 | 2024-08-21T21:10:03.584Z | [ helios-setup] Aug 21 21:10:02.354 INFO E| Compiling ring v0.16.20 |
2917 | 2024-08-21T21:10:04.778Z | [ helios-setup] Aug 21 21:10:03.548 INFO E| Compiling rand_core v0.6.4 |
2918 | 2024-08-21T21:10:05.788Z | [ helios-setup] Aug 21 21:10:04.558 INFO E| Compiling thread_local v1.1.7 |
2919 | 2024-08-21T21:10:05.875Z | [ helios-setup] Aug 21 21:10:04.645 INFO E| Compiling adler v1.0.2 |
2920 | 2024-08-21T21:10:06.796Z | [ helios-setup] Aug 21 21:10:05.565 INFO E| Compiling ppv-lite86 v0.2.17 |
2921 | 2024-08-21T21:10:07.245Z | [ helios-setup] Aug 21 21:10:06.014 INFO E| Compiling fastrand v1.9.0 |
2922 | 2024-08-21T21:10:08.159Z | [ host-package] Compiling zone v0.1.8 |
2923 | 2024-08-21T21:10:08.212Z | [ helios-setup] Aug 21 21:10:06.981 INFO E| Compiling tower-service v0.3.2 |
2924 | 2024-08-21T21:10:08.499Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2925 | 2024-08-21T21:10:08.645Z | [ helios-setup] Aug 21 21:10:07.414 INFO E| Compiling utf8parse v0.2.1 |
2926 | 2024-08-21T21:10:08.861Z | [ helios-setup] Aug 21 21:10:07.631 INFO E| Compiling base64 v0.21.0 |
2927 | 2024-08-21T21:10:08.992Z | [ helios-setup] Aug 21 21:10:07.761 INFO E| Compiling httpdate v1.0.2 |
2928 | 2024-08-21T21:10:09.664Z | [ helios-setup] Aug 21 21:10:08.434 INFO E| Compiling lazy_static v1.4.0 |
2929 | 2024-08-21T21:10:09.998Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2930 | 2024-08-21T21:10:10.168Z | [ helios-setup] Aug 21 21:10:08.938 INFO E| Compiling home v0.5.4 |
2931 | 2024-08-21T21:10:10.536Z | [ helios-setup] Aug 21 21:10:09.304 INFO E| Compiling rayon-core v1.10.2 |
2932 | 2024-08-21T21:10:10.726Z | [ helios-setup] Aug 21 21:10:09.495 INFO E| Compiling toolchain_find v0.2.0 |
2933 | 2024-08-21T21:10:11.489Z | [ helios-setup] Aug 21 21:10:10.258 INFO E| Compiling hyper v0.14.25 |
2934 | 2024-08-21T21:10:12.089Z | [ helios-setup] Aug 21 21:10:10.858 INFO E| Compiling anstyle-parse v0.1.1 |
2935 | 2024-08-21T21:10:12.998Z | [ helios-setup] Aug 21 21:10:11.767 INFO E| Compiling rand_chacha v0.3.1 |
2936 | 2024-08-21T21:10:14.603Z | [ helios-setup] Aug 21 21:10:13.371 INFO E| Compiling tempfile v3.5.0 |
2937 | 2024-08-21T21:10:16.076Z | [ helios-setup] Aug 21 21:10:14.844 INFO E| Compiling miniz_oxide v0.6.2 |
2938 | 2024-08-21T21:10:16.859Z | [ helios-setup] Aug 21 21:10:15.627 INFO E| Compiling futures v0.3.28 |
2939 | 2024-08-21T21:10:17.771Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2940 | 2024-08-21T21:10:31.298Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2941 | 2024-08-21T21:10:31.848Z | [ helios-setup] Aug 21 21:10:30.616 INFO E| Compiling num_enum_derive v0.5.7 |
2942 | 2024-08-21T21:10:32.466Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2943 | 2024-08-21T21:10:32.914Z | [ helios-setup] Aug 21 21:10:31.681 INFO E| Compiling cargo-lock v8.0.3 |
2944 | 2024-08-21T21:10:35.495Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2945 | 2024-08-21T21:10:35.942Z | [ helios-setup] Aug 21 21:10:34.709 INFO E| Compiling crossbeam-deque v0.8.2 |
2946 | 2024-08-21T21:10:36.364Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2947 | 2024-08-21T21:10:36.762Z | [ helios-setup] Aug 21 21:10:35.528 INFO E| Compiling term v0.7.0 |
2948 | 2024-08-21T21:10:38.837Z | [ helios-setup] Aug 21 21:10:37.603 INFO E| Compiling serde_urlencoded v0.7.1 |
2949 | 2024-08-21T21:10:39.177Z | [ helios-setup] Aug 21 21:10:37.943 INFO E| Compiling sha2 v0.10.6 |
2950 | 2024-08-21T21:10:39.447Z | [ helios-setup] Aug 21 21:10:38.213 INFO E| Compiling sha1 v0.10.5 |
2951 | 2024-08-21T21:10:40.010Z | [ helios-setup] Aug 21 21:10:38.776 INFO E| Compiling is-terminal v0.4.7 |
2952 | 2024-08-21T21:10:40.435Z | [ helios-setup] Aug 21 21:10:39.201 INFO E| Compiling atty v0.2.14 |
2953 | 2024-08-21T21:10:41.201Z | [ helios-setup] Aug 21 21:10:39.967 INFO E| Compiling concolor-override v1.0.0 |
2954 | 2024-08-21T21:10:41.352Z | [ helios-setup] Aug 21 21:10:40.118 INFO E| Compiling concolor-query v0.3.3 |
2955 | 2024-08-21T21:10:41.727Z | [ helios-setup] Aug 21 21:10:40.494 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2956 | 2024-08-21T21:10:42.829Z | [ helios-setup] Aug 21 21:10:41.595 INFO E| Compiling anstyle v0.3.5 |
2957 | 2024-08-21T21:10:43.953Z | [ helios-setup] Aug 21 21:10:42.719 INFO E| Compiling anstream v0.2.6 |
2958 | 2024-08-21T21:10:45.582Z | [ host-package] Compiling twox-hash v1.6.3 |
2959 | 2024-08-21T21:10:46.114Z | [ helios-setup] Aug 21 21:10:44.879 INFO E| Compiling slog-term v2.9.0 |
2960 | 2024-08-21T21:10:46.872Z | [ helios-setup] Aug 21 21:10:45.638 INFO E| Compiling flate2 v1.0.25 |
2961 | 2024-08-21T21:10:48.356Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2962 | 2024-08-21T21:10:48.883Z | [ host-package] Compiling yasna v0.5.2 |
2963 | 2024-08-21T21:10:48.954Z | [ host-package] Compiling portpicker v0.1.1 |
2964 | 2024-08-21T21:10:49.062Z | [ helios-setup] Aug 21 21:10:47.828 INFO E| Compiling num_enum v0.5.7 |
2965 | 2024-08-21T21:10:49.398Z | [ helios-setup] Aug 21 21:10:48.164 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2966 | 2024-08-21T21:10:49.825Z | [ helios-setup] Aug 21 21:10:48.537 INFO E| Compiling rand v0.8.5 |
2967 | 2024-08-21T21:10:49.945Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2968 | 2024-08-21T21:10:50.579Z | [ helios-setup] Aug 21 21:10:49.345 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2969 | 2024-08-21T21:10:50.843Z | [ helios-setup] Aug 21 21:10:49.608 INFO E| Compiling openapiv3 v1.0.2 |
2970 | 2024-08-21T21:10:51.010Z | [ host-package] Compiling smawk v0.3.2 |
2971 | 2024-08-21T21:10:51.701Z | [ host-package] Compiling textwrap v0.16.1 |
2972 | 2024-08-21T21:10:51.814Z | [ host-package] Compiling rcgen v0.12.1 |
2973 | 2024-08-21T21:10:52.088Z | [ helios-setup] Aug 21 21:10:50.853 INFO E| Compiling encoding_rs v0.8.32 |
2974 | 2024-08-21T21:10:52.604Z | [ helios-setup] Aug 21 21:10:51.369 INFO E| Compiling ipnet v2.7.2 |
2975 | 2024-08-21T21:10:53.581Z | [ helios-setup] Aug 21 21:10:52.346 INFO E| Compiling strsim v0.10.0 |
2976 | 2024-08-21T21:10:55.293Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2977 | 2024-08-21T21:10:55.840Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2978 | 2024-08-21T21:10:57.596Z | [ helios-setup] Aug 21 21:10:56.361 INFO E| Compiling project-root v0.2.2 |
2979 | 2024-08-21T21:10:57.888Z | [ helios-setup] Aug 21 21:10:56.653 INFO E| Compiling spin v0.5.2 |
2980 | 2024-08-21T21:10:58.190Z | [ helios-setup] Aug 21 21:10:56.955 INFO E| Compiling untrusted v0.7.1 |
2981 | 2024-08-21T21:10:58.639Z | [ helios-setup] Aug 21 21:10:57.403 INFO E| Compiling unsafe-libyaml v0.2.8 |
2982 | 2024-08-21T21:10:58.713Z | [ helios-setup] Aug 21 21:10:57.477 INFO E| Compiling clap_lex v0.4.1 |
2983 | 2024-08-21T21:10:59.491Z | [ helios-setup] Aug 21 21:10:58.255 INFO E| Compiling base64 v0.13.1 |
2984 | 2024-08-21T21:11:00.139Z | [ helios-setup] Aug 21 21:10:58.903 INFO E| Compiling utf-8 v0.7.6 |
2985 | 2024-08-21T21:11:00.185Z | [ helios-setup] Aug 21 21:10:58.949 INFO E| Compiling byteorder v1.4.3 |
2986 | 2024-08-21T21:11:00.929Z | [ helios-setup] Aug 21 21:10:59.693 INFO E| Compiling either v1.8.0 |
2987 | 2024-08-21T21:11:01.169Z | [ helios-setup] Aug 21 21:10:59.933 INFO E| Compiling mime v0.3.17 |
2988 | 2024-08-21T21:11:01.469Z | [ helios-setup] Aug 21 21:11:00.234 INFO E| Compiling rayon v1.6.1 |
2989 | 2024-08-21T21:11:01.589Z | [ helios-setup] Aug 21 21:11:00.353 INFO E| Compiling serde_yaml v0.9.21 |
2990 | 2024-08-21T21:11:02.193Z | [ helios-setup] Aug 21 21:11:00.957 INFO E| Compiling reqwest v0.11.16 |
2991 | 2024-08-21T21:11:03.806Z | [ helios-setup] Aug 21 21:11:02.570 INFO E| Compiling tungstenite v0.18.0 |
2992 | 2024-08-21T21:11:05.292Z | [ helios-setup] Aug 21 21:11:04.056 INFO E| Compiling clap_builder v4.2.1 |
2993 | 2024-08-21T21:11:08.855Z | [ helios-setup] Aug 21 21:11:07.619 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2994 | 2024-08-21T21:11:11.954Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2995 | 2024-08-21T21:11:13.279Z | [ helios-setup] Aug 21 21:11:12.041 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2996 | 2024-08-21T21:11:14.301Z | [ helios-setup] Aug 21 21:11:13.064 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2997 | 2024-08-21T21:11:18.106Z | [ helios-setup] Aug 21 21:11:16.869 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2998 | 2024-08-21T21:11:19.519Z | [ helios-setup] Aug 21 21:11:18.281 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2999 | 2024-08-21T21:11:20.024Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3000 | 2024-08-21T21:11:20.069Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3001 | 2024-08-21T21:11:20.190Z | [ helios-setup] Aug 21 21:11:18.953 INFO E| Compiling clap_derive v4.2.0 |
3002 | 2024-08-21T21:11:23.588Z | [ helios-setup] Aug 21 21:11:22.350 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3003 | 2024-08-21T21:11:28.616Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3004 | 2024-08-21T21:11:29.525Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3005 | 2024-08-21T21:11:29.577Z | [ helios-setup] Aug 21 21:11:28.338 INFO E| Compiling clap v4.2.1 |
3006 | 2024-08-21T21:11:29.634Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3007 | 2024-08-21T21:11:29.859Z | [ helios-setup] Aug 21 21:11:28.621 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3008 | 2024-08-21T21:11:30.700Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3009 | 2024-08-21T21:11:37.770Z | [ host-package] Compiling atomicwrites v0.4.3 |
3010 | 2024-08-21T21:11:39.070Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3011 | 2024-08-21T21:11:44.337Z | [ host-package] Compiling fatfs v0.3.6 |
3012 | 2024-08-21T21:11:44.398Z | [ helios-setup] Aug 21 21:11:43.158 INFO E| Compiling tokio-tungstenite v0.18.0 |
3013 | 2024-08-21T21:11:45.887Z | [ helios-setup] Aug 21 21:11:44.647 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3014 | 2024-08-21T21:11:47.464Z | [ host-package] Compiling subprocess v0.2.9 |
3015 | 2024-08-21T21:11:48.191Z | [ host-package] Compiling rtoolbox v0.0.2 |
3016 | 2024-08-21T21:11:49.164Z | [ helios-setup] Aug 21 21:11:47.924 INFO E| Compiling smartstring v1.0.1 |
3017 | 2024-08-21T21:11:49.180Z | [ host-package] Compiling assert_matches v1.5.0 |
3018 | 2024-08-21T21:11:49.751Z | [ host-package] Compiling is_ci v1.2.0 |
3019 | 2024-08-21T21:11:50.240Z | [ helios-setup] Aug 21 21:11:49.000 INFO E| Compiling rustls v0.21.0 |
3020 | 2024-08-21T21:11:50.739Z | [ host-package] Compiling supports-color v3.0.0 |
3021 | 2024-08-21T21:11:52.140Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3022 | 2024-08-21T21:11:52.497Z | [ helios-setup] Aug 21 21:11:51.256 INFO E| Compiling rustls-webpki v0.100.1 |
3023 | 2024-08-21T21:11:55.604Z | [ host-package] Compiling rpassword v7.3.1 |
3024 | 2024-08-21T21:11:56.599Z | [ helios-setup] Aug 21 21:11:55.357 INFO E| Compiling sct v0.7.0 |
3025 | 2024-08-21T21:11:56.640Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3026 | 2024-08-21T21:11:56.919Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3027 | 2024-08-21T21:11:57.524Z | [ helios-setup] Aug 21 21:11:56.283 INFO E| Compiling serde_spanned v0.6.1 |
3028 | 2024-08-21T21:11:57.724Z | [ helios-setup] Aug 21 21:11:56.483 INFO E| Compiling toml_datetime v0.6.1 |
3029 | 2024-08-21T21:11:58.196Z | [ helios-setup] Aug 21 21:11:56.954 INFO E| Compiling static_assertions v1.1.0 |
3030 | 2024-08-21T21:11:58.540Z | [ helios-setup] Aug 21 21:11:57.299 INFO E| Compiling match_cfg v0.1.0 |
3031 | 2024-08-21T21:11:58.841Z | [ helios-setup] Aug 21 21:11:57.600 INFO E| Compiling camino v1.1.4 |
3032 | 2024-08-21T21:11:59.132Z | [ helios-setup] Aug 21 21:11:57.891 INFO E| Compiling winnow v0.4.1 |
3033 | 2024-08-21T21:12:00.524Z | [ helios-setup] Aug 21 21:11:59.282 INFO E| Compiling async-trait v0.1.68 |
3034 | 2024-08-21T21:12:01.792Z | [ helios-setup] Aug 21 21:12:00.551 INFO E| Compiling slog-async v2.7.0 |
3035 | 2024-08-21T21:12:02.956Z | [ helios-setup] Aug 21 21:12:01.714 INFO E| Compiling paste v1.0.12 |
3036 | 2024-08-21T21:12:04.280Z | [ helios-setup] Aug 21 21:12:03.038 INFO E| Compiling hostname v0.3.1 |
3037 | 2024-08-21T21:12:05.052Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3038 | 2024-08-21T21:12:05.963Z | [ helios-setup] Aug 21 21:12:04.721 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3039 | 2024-08-21T21:12:05.978Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3040 | 2024-08-21T21:12:06.251Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3041 | 2024-08-21T21:12:06.404Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3042 | 2024-08-21T21:12:06.920Z | [ helios-setup] Aug 21 21:12:05.678 INFO E| Compiling toml_edit v0.19.8 |
3043 | 2024-08-21T21:12:07.279Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3044 | 2024-08-21T21:12:09.383Z | [ host-package] Compiling uzers v0.11.3 |
3045 | 2024-08-21T21:12:09.963Z | [ helios-setup] Aug 21 21:12:08.721 INFO E| Compiling slog-json v2.6.1 |
3046 | 2024-08-21T21:12:10.932Z | [ helios-setup] Aug 21 21:12:09.690 INFO E| Compiling unicode-linebreak v0.1.4 |
3047 | 2024-08-21T21:12:14.326Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3048 | 2024-08-21T21:12:16.397Z | [ helios-setup] Aug 21 21:12:15.154 INFO E| Compiling async-stream-impl v0.3.5 |
3049 | 2024-08-21T21:12:17.972Z | [ helios-setup] Aug 21 21:12:16.728 INFO E| Compiling rhai_codegen v1.5.0 |
3050 | 2024-08-21T21:12:19.283Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3051 | 2024-08-21T21:12:19.513Z | [ helios-setup] Aug 21 21:12:18.270 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3052 | 2024-08-21T21:12:20.593Z | [ helios-setup] Aug 21 21:12:19.350 INFO E| Compiling take_mut v0.2.2 |
3053 | 2024-08-21T21:12:22.555Z | [ helios-setup] Aug 21 21:12:21.312 INFO E| Compiling async-stream v0.3.5 |
3054 | 2024-08-21T21:12:23.155Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3055 | 2024-08-21T21:12:23.250Z | [ helios-setup] Aug 21 21:12:22.006 INFO E| Compiling rhai v1.14.0 |
3056 | 2024-08-21T21:12:23.773Z | [ helios-setup] Aug 21 21:12:22.530 INFO E| Compiling toml v0.7.3 |
3057 | 2024-08-21T21:12:26.469Z | [ helios-setup] Aug 21 21:12:25.225 INFO E| Compiling tokio-rustls v0.24.0 |
3058 | 2024-08-21T21:12:27.225Z | [ helios-setup] Aug 21 21:12:25.980 INFO E| Compiling slog-bunyan v2.4.0 |
3059 | 2024-08-21T21:12:30.816Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3060 | 2024-08-21T21:12:31.271Z | [ helios-setup] Aug 21 21:12:30.027 INFO E| Compiling rustls-pemfile v1.0.2 |
3061 | 2024-08-21T21:12:32.121Z | [ helios-setup] Aug 21 21:12:30.876 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3062 | 2024-08-21T21:12:32.771Z | [ helios-setup] Aug 21 21:12:31.527 INFO E| Compiling bincode v1.3.3 |
3063 | 2024-08-21T21:12:34.858Z | [ helios-setup] Aug 21 21:12:33.613 INFO E| Compiling serde_path_to_error v0.1.11 |
3064 | 2024-08-21T21:12:34.956Z | [ helios-setup] Aug 21 21:12:33.700 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3065 | 2024-08-21T21:12:36.263Z | [ helios-setup] Aug 21 21:12:35.018 INFO E| Compiling terminal_size v0.2.6 |
3066 | 2024-08-21T21:12:36.844Z | [ helios-setup] Aug 21 21:12:35.599 INFO E| Compiling smawk v0.3.1 |
3067 | 2024-08-21T21:12:37.844Z | [ helios-setup] Aug 21 21:12:36.599 INFO E| Compiling textwrap v0.16.0 |
3068 | 2024-08-21T21:12:57.298Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3069 | 2024-08-21T21:13:03.697Z | [ helios-setup] Aug 21 21:13:02.449 INFO E| Compiling git2 v0.16.1 |
3070 | 2024-08-21T21:13:08.957Z | [ helios-setup] Aug 21 21:13:07.709 INFO E| Compiling built v0.6.0 |
3071 | 2024-08-21T21:13:12.524Z | [ helios-setup] Aug 21 21:13:11.276 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3072 | 2024-08-21T21:13:13.040Z | [ host-package] Compiling multimap v0.10.0 |
3073 | 2024-08-21T21:13:14.174Z | [ helios-setup] Aug 21 21:13:12.925 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3074 | 2024-08-21T21:13:14.858Z | [ helios-setup] Aug 21 21:13:13.609 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3075 | 2024-08-21T21:13:33.385Z | [ helios-setup] Aug 21 21:13:32.135 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3076 | 2024-08-21T21:13:35.695Z | [ helios-setup] Aug 21 21:13:34.444 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3077 | 2024-08-21T21:14:18.572Z | [ helios-setup] Aug 21 21:14:17.316 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3078 | 2024-08-21T21:15:22.189Z | [ helios-setup] Aug 21 21:15:20.927 INFO E| Finished `release` profile [optimized] target(s) in 6m 46s |
3079 | 2024-08-21T21:15:22.339Z | [ helios-setup] Aug 21 21:15:21.078 INFO building project "pilot" ok (407 seconds) |
3080 | 2024-08-21T21:15:22.346Z | [ helios-setup] rm -f helios-build |
3081 | 2024-08-21T21:15:22.346Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3082 | 2024-08-21T21:15:22.351Z | [ helios-setup] |
3083 | 2024-08-21T21:15:22.351Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3084 | 2024-08-21T21:15:22.351Z | [ helios-setup] |
3085 | 2024-08-21T21:15:22.354Z | [ helios-setup] |
3086 | 2024-08-21T21:15:22.354Z | [ helios-setup] real 11:55.253191823 |
3087 | 2024-08-21T21:15:22.354Z | Aug 21 21:15:21.090 INFO [ helios-setup] user 28:39.041524697 |
3088 | 2024-08-21T21:15:22.354Z | [helios-setup] process exited with exit status: 0 (715.25892523s) |
3089 | 2024-08-21T21:15:22.354Z | [ helios-setup] sys 3:28.990356565 |
3090 | 2024-08-21T21:15:22.354Z | [ helios-setup] trap 1.658003992 |
3091 | 2024-08-21T21:15:22.354Z | [ helios-setup] tflt 7.142879900 |
3092 | 2024-08-21T21:15:22.354Z | [ helios-setup] dflt 31.423311452 |
3093 | 2024-08-21T21:15:22.354Z | [ helios-setup] kflt 0.040494470 |
3094 | 2024-08-21T21:15:22.354Z | [ helios-setup] lock 1:55:58.333660388 |
3095 | 2024-08-21T21:15:22.354Z | [ helios-setup] slp 3:40:44.155639995 |
3096 | 2024-08-21T21:15:22.354Z | [ helios-setup] lat 32:37.106245488 |
3097 | 2024-08-21T21:15:22.354Z | [ helios-setup] stop 4:10.485494516 |
3098 | 2024-08-21T21:15:22.354Z | Aug 21 21:15:21.091 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3099 | 2024-08-21T21:15:22.372Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3100 | 2024-08-21T21:15:22.573Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3101 | 2024-08-21T21:15:22.573Z | [ phbl-toolchain] info: downloading component 'cargo' |
3102 | 2024-08-21T21:15:23.629Z | [ phbl-toolchain] info: downloading component 'clippy' |
3103 | 2024-08-21T21:15:24.056Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3104 | 2024-08-21T21:15:29.200Z | [ phbl-toolchain] info: downloading component 'miri' |
3105 | 2024-08-21T21:15:29.929Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3106 | 2024-08-21T21:15:31.429Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3107 | 2024-08-21T21:15:31.621Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3108 | 2024-08-21T21:15:33.988Z | [ phbl-toolchain] info: downloading component 'rustc' |
3109 | 2024-08-21T21:15:41.063Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3110 | 2024-08-21T21:15:41.299Z | [ phbl-toolchain] info: installing component 'cargo' |
3111 | 2024-08-21T21:15:42.629Z | [ phbl-toolchain] info: installing component 'clippy' |
3112 | 2024-08-21T21:15:43.151Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3113 | 2024-08-21T21:15:46.113Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3114 | 2024-08-21T21:15:48.710Z | [ phbl-toolchain] info: installing component 'miri' |
3115 | 2024-08-21T21:15:49.083Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3116 | 2024-08-21T21:15:54.839Z | [ phbl-toolchain] info: installing component 'rust-src' |
3117 | 2024-08-21T21:15:55.600Z | [ phbl-toolchain] info: installing component 'rust-std' |
3118 | 2024-08-21T21:15:58.280Z | [ phbl-toolchain] info: installing component 'rustc' |
3119 | 2024-08-21T21:16:00.671Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3120 | 2024-08-21T21:16:04.901Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3121 | 2024-08-21T21:16:05.782Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3122 | 2024-08-21T21:16:05.789Z | Aug 21 21:16:04.519 INFO [phbl-toolchain] process exited with exit status: 0 (43.427237461s) |
3123 | 2024-08-21T21:22:40.709Z | [ host-package] Finished `release` profile [optimized] target(s) in 18m 28s |
3124 | 2024-08-21T21:23:42.107Z | Aug 21 21:23:40.797 INFO [host-package] process exited with exit status: 0 (1170.246441452s) |
3125 | 2024-08-21T21:23:42.109Z | Aug 21 21:23:40.797 INFO [host-stamp] running task |
3126 | 2024-08-21T21:23:42.109Z | Aug 21 21:23:40.798 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3127 | 2024-08-21T21:23:42.114Z | Aug 21 21:23:40.804 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+git161443fed7a |
3128 | 2024-08-21T21:23:42.120Z | Aug 21 21:23:40.810 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+git161443fed7a |
3129 | 2024-08-21T21:23:42.125Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3130 | 2024-08-21T21:23:42.128Z | Aug 21 21:23:40.816 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+git161443fed7a |
3131 | 2024-08-21T21:23:42.132Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3132 | 2024-08-21T21:23:42.132Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3133 | 2024-08-21T21:23:42.134Z | Aug 21 21:23:40.823 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+git161443fed7a |
3134 | 2024-08-21T21:23:42.138Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3135 | 2024-08-21T21:23:42.140Z | Aug 21 21:23:40.830 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+git161443fed7a |
3136 | 2024-08-21T21:23:42.145Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3137 | 2024-08-21T21:23:42.147Z | Aug 21 21:23:40.837 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+git161443fed7a |
3138 | 2024-08-21T21:23:42.152Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3139 | 2024-08-21T21:23:42.155Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3140 | 2024-08-21T21:23:42.155Z | Aug 21 21:23:40.844 INFO [stamp-overlay] process exited with exit status: 0 (40.668912ms) |
3141 | 2024-08-21T21:23:42.155Z | Aug 21 21:23:40.844 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+git161443fed7a |
3142 | 2024-08-21T21:23:42.160Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3143 | 2024-08-21T21:23:42.162Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3144 | 2024-08-21T21:23:42.162Z | Aug 21 21:23:40.852 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+git161443fed7a |
3145 | 2024-08-21T21:23:42.169Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3146 | 2024-08-21T21:23:42.171Z | Aug 21 21:23:40.861 INFO [stamp-oxlog] process exited with exit status: 0 (44.095243ms) |
3147 | 2024-08-21T21:23:42.171Z | Aug 21 21:23:40.861 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (31.074429ms) |
3148 | 2024-08-21T21:23:42.173Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3149 | 2024-08-21T21:23:42.179Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3150 | 2024-08-21T21:23:42.258Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3151 | 2024-08-21T21:23:42.261Z | Aug 21 21:23:40.951 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (98.963295ms) |
3152 | 2024-08-21T21:23:42.351Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3153 | 2024-08-21T21:23:42.354Z | Aug 21 21:23:41.044 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (233.943269ms) |
3154 | 2024-08-21T21:23:42.498Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3155 | 2024-08-21T21:23:42.502Z | Aug 21 21:23:41.192 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (354.436477ms) |
3156 | 2024-08-21T21:23:43.294Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3157 | 2024-08-21T21:23:43.305Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3158 | 2024-08-21T21:23:43.308Z | Aug 21 21:23:41.998 INFO [stamp-propolis-server] process exited with exit status: 0 (1.153261963s) |
3159 | 2024-08-21T21:23:45.569Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3160 | 2024-08-21T21:23:52.135Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3161 | 2024-08-21T21:23:52.138Z | Aug 21 21:23:50.826 INFO [stamp-switch-asic] process exited with exit status: 0 (10.003342253s) |
3162 | 2024-08-21T21:23:52.138Z | Aug 21 21:23:50.827 INFO [host-stamp] task succeeded (10.029682776s) |
3163 | 2024-08-21T21:23:52.140Z | Aug 21 21:23:50.827 INFO [host-proto] running task |
3164 | 2024-08-21T21:23:52.484Z | Aug 21 21:23:51.173 INFO [host-proto] task succeeded (346.002141ms) |
3165 | 2024-08-21T21:23:52.485Z | Aug 21 21:23:51.173 INFO [host-profile] running task |
3166 | 2024-08-21T21:23:52.488Z | Aug 21 21:23:51.173 INFO [host-profile] task succeeded (285.717µs) |
3167 | 2024-08-21T21:23:52.488Z | Aug 21 21:23:51.173 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.277' -P /tmp/.tmprzSzlN/proto/host/root -N 'ci 161443f/${os_short_commit} 2024-08-21 21:03' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3168 | 2024-08-21T21:23:52.498Z | [ host-image] Aug 21 21:23:51.186 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3169 | 2024-08-21T21:23:52.501Z | [ host-image] Aug 21 21:23:51.187 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3170 | 2024-08-21T21:23:52.514Z | [ host-image] Aug 21 21:23:51.202 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmprzSzlN/proto/host/root" |
3171 | 2024-08-21T21:23:52.514Z | [ host-image] Aug 21 21:23:51.202 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3172 | 2024-08-21T21:23:52.517Z | [ host-image] Aug 21 21:23:51.203 INFO image builder template: ramdisk-01-os... |
3173 | 2024-08-21T21:23:52.517Z | [ host-image] Aug 21 21:23:51.203 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/.tmprzSzlN/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-21T21:23:52.533Z | [ host-image] Aug 21 21:23:51.222 INFO O| Aug 21 21:23:51.221 INFO CREATE DATASET: rpool/images/build/host/output |
3175 | 2024-08-21T21:23:52.729Z | [ host-image] Aug 21 21:23:51.417 INFO O| Aug 21 21:23:51.417 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3176 | 2024-08-21T21:23:52.733Z | [ host-image] Aug 21 21:23:51.422 INFO O| Aug 21 21:23:51.422 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3177 | 2024-08-21T21:23:52.923Z | [ host-image] Aug 21 21:23:51.611 INFO O| Aug 21 21:23:51.611 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3178 | 2024-08-21T21:23:52.980Z | [ host-image] Aug 21 21:23:51.668 INFO O| Aug 21 21:23:51.668 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3179 | 2024-08-21T21:23:52.983Z | [ host-image] Aug 21 21:23:51.668 INFO O| Aug 21 21:23:51.668 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3180 | 2024-08-21T21:23:52.983Z | [ host-image] Aug 21 21:23:51.669 INFO O| Aug 21 21:23:51.669 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3181 | 2024-08-21T21:23:52.983Z | [ host-image] Aug 21 21:23:51.669 INFO O| Aug 21 21:23:51.669 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3182 | 2024-08-21T21:23:52.988Z | [ host-image] Aug 21 21:23:51.676 INFO O| Aug 21 21:23:51.676 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3183 | 2024-08-21T21:23:53.255Z | [ host-image] Aug 21 21:23:51.943 INFO O| Aug 21 21:23:51.943 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3184 | 2024-08-21T21:23:53.270Z | [ host-image] Aug 21 21:23:51.958 INFO O| Aug 21 21:23:51.958 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3185 | 2024-08-21T21:23:53.688Z | [ host-image] Aug 21 21:23:52.376 INFO O| Aug 21 21:23:52.376 INFO O| Caching catalogs ... Done |
3186 | 2024-08-21T21:23:53.807Z | [ host-image] Aug 21 21:23:52.494 INFO O| Aug 21 21:23:52.494 INFO STEP 0 (pkg_image_create) COMPLETE |
3187 | 2024-08-21T21:23:53.807Z | [ host-image] Aug 21 21:23:52.494 INFO O| Aug 21 21:23:52.494 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3188 | 2024-08-21T21:23:53.810Z | [ host-image] Aug 21 21:23:52.494 INFO O| Aug 21 21:23:52.494 INFO skip step because feature "repo_redist" is not enabled |
3189 | 2024-08-21T21:23:53.810Z | [ host-image] Aug 21 21:23:52.494 INFO O| Aug 21 21:23:52.494 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3190 | 2024-08-21T21:23:53.821Z | [ host-image] Aug 21 21:23:52.510 INFO O| Aug 21 21:23:52.510 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-21T21:23:54.360Z | [ host-image] Aug 21 21:23:53.048 INFO O| Aug 21 21:23:53.048 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3192 | 2024-08-21T21:23:54.364Z | [ host-image] Aug 21 21:23:53.048 INFO O| Aug 21 21:23:53.048 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3193 | 2024-08-21T21:23:54.376Z | [ host-image] Aug 21 21:23:53.064 INFO O| Aug 21 21:23:53.064 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-21T21:23:54.903Z | [ host-image] Aug 21 21:23:53.591 INFO O| Aug 21 21:23:53.591 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3195 | 2024-08-21T21:23:54.903Z | [ host-image] Aug 21 21:23:53.591 INFO O| Aug 21 21:23:53.591 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3196 | 2024-08-21T21:23:54.906Z | [ host-image] Aug 21 21:23:53.591 INFO O| Aug 21 21:23:53.591 INFO skip step because feature "repo_redist" is not enabled |
3197 | 2024-08-21T21:23:54.907Z | [ host-image] Aug 21 21:23:53.591 INFO O| Aug 21 21:23:53.591 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3198 | 2024-08-21T21:23:55.483Z | [ host-image] Aug 21 21:23:54.170 INFO O| Aug 21 21:23:54.170 INFO variant opensolaris.zone is already global |
3199 | 2024-08-21T21:23:55.483Z | [ host-image] Aug 21 21:23:54.170 INFO O| Aug 21 21:23:54.170 INFO STEP 5 (pkg_change_variant) COMPLETE |
3200 | 2024-08-21T21:23:55.483Z | [ host-image] Aug 21 21:23:54.170 INFO O| Aug 21 21:23:54.170 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3201 | 2024-08-21T21:23:55.983Z | [ host-image] Aug 21 21:23:54.671 INFO O| Aug 21 21:23:54.671 INFO variant opensolaris.imagetype is full; changing to partial |
3202 | 2024-08-21T21:23:55.983Z | [ host-image] Aug 21 21:23:54.671 INFO O| Aug 21 21:23:54.671 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3203 | 2024-08-21T21:24:02.240Z | [ host-image] Aug 21 21:24:00.928 INFO O| Aug 21 21:24:00.928 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3204 | 2024-08-21T21:24:04.395Z | [ host-image] Aug 21 21:24:03.083 INFO O| Aug 21 21:24:03.083 INFO O| Startup: Caching catalogs ... Done |
3205 | 2024-08-21T21:24:04.435Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.09s |
3206 | 2024-08-21T21:24:04.443Z | [ host-image] Aug 21 21:24:03.130 INFO O| Aug 21 21:24:03.130 INFO O| Planning: Planning completed in 0.00 seconds |
3207 | 2024-08-21T21:24:04.445Z | [ host-image] Aug 21 21:24:03.131 INFO O| Aug 21 21:24:03.131 INFO O| Planning: Consolidating action changes ... Done |
3208 | 2024-08-21T21:24:04.445Z | [ host-image] Aug 21 21:24:03.131 INFO O| Aug 21 21:24:03.131 INFO O| Planning: Evaluating mediators ... Done |
3209 | 2024-08-21T21:24:04.445Z | [ host-image] Aug 21 21:24:03.131 INFO O| Aug 21 21:24:03.131 INFO O| Planning: Planning completed in 0.00 seconds |
3210 | 2024-08-21T21:24:04.445Z | [ host-image] Aug 21 21:24:03.131 INFO O| Aug 21 21:24:03.131 INFO O| Variants/Facets to change: 1 |
3211 | 2024-08-21T21:24:04.456Z | [ host-image] Aug 21 21:24:03.144 INFO O| Aug 21 21:24:03.144 INFO O| Done |
3212 | 2024-08-21T21:24:04.456Z | [ host-image] Aug 21 21:24:03.144 INFO O| Aug 21 21:24:03.144 INFO O| Done |
3213 | 2024-08-21T21:24:04.799Z | [ host-image] Aug 21 21:24:03.486 INFO O| Aug 21 21:24:03.486 INFO O| Done |
3214 | 2024-08-21T21:24:04.827Z | [ host-image] Aug 21 21:24:03.515 INFO O| Aug 21 21:24:03.515 INFO O| Done |
3215 | 2024-08-21T21:24:04.830Z | [ host-image] Aug 21 21:24:03.516 INFO O| Aug 21 21:24:03.516 INFO O| Done |
3216 | 2024-08-21T21:24:04.830Z | [ host-image] Aug 21 21:24:03.516 INFO O| Aug 21 21:24:03.516 INFO O| Done |
3217 | 2024-08-21T21:24:04.830Z | [ host-image] Aug 21 21:24:03.517 INFO O| Aug 21 21:24:03.517 INFO O| Done |
3218 | 2024-08-21T21:24:05.105Z | [ host-image] Aug 21 21:24:03.791 INFO O| Aug 21 21:24:03.791 INFO STEP 6 (pkg_change_variant) COMPLETE |
3219 | 2024-08-21T21:24:05.105Z | [ host-image] Aug 21 21:24:03.791 INFO O| Aug 21 21:24:03.791 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3220 | 2024-08-21T21:24:05.105Z | [ host-image] Aug 21 21:24:03.791 INFO O| Aug 21 21:24:03.791 INFO skip step because feature "debug_variant" is not enabled |
3221 | 2024-08-21T21:24:05.105Z | [ host-image] Aug 21 21:24:03.791 INFO O| Aug 21 21:24:03.791 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3222 | 2024-08-21T21:24:05.497Z | [ host-image] Aug 21 21:24:04.185 INFO O| Aug 21 21:24:04.185 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3223 | 2024-08-21T21:24:05.895Z | [ host-image] Aug 21 21:24:04.582 INFO O| Aug 21 21:24:04.581 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3224 | 2024-08-21T21:24:05.900Z | [ host-image] Aug 21 21:24:04.583 INFO O| Aug 21 21:24:04.583 INFO O| Planning: Planning completed in 0.00 seconds |
3225 | 2024-08-21T21:24:05.900Z | [ host-image] Aug 21 21:24:04.584 INFO O| Aug 21 21:24:04.583 INFO O| Planning: Consolidating action changes ... Done |
3226 | 2024-08-21T21:24:05.900Z | [ host-image] Aug 21 21:24:04.584 INFO O| Aug 21 21:24:04.584 INFO O| Planning: Evaluating mediators ... Done |
3227 | 2024-08-21T21:24:05.900Z | [ host-image] Aug 21 21:24:04.584 INFO O| Aug 21 21:24:04.584 INFO O| Planning: Planning completed in 0.00 seconds |
3228 | 2024-08-21T21:24:05.900Z | [ host-image] Aug 21 21:24:04.584 INFO O| Aug 21 21:24:04.584 INFO O| Variants/Facets to change: 1 |
3229 | 2024-08-21T21:24:05.914Z | [ host-image] Aug 21 21:24:04.601 INFO O| Aug 21 21:24:04.601 INFO O| Done |
3230 | 2024-08-21T21:24:05.917Z | [ host-image] Aug 21 21:24:04.601 INFO O| Aug 21 21:24:04.601 INFO O| Done |
3231 | 2024-08-21T21:24:06.169Z | [ host-image] Aug 21 21:24:04.856 INFO O| Aug 21 21:24:04.856 INFO O| Done |
3232 | 2024-08-21T21:24:06.201Z | [ host-image] Aug 21 21:24:04.889 INFO O| Aug 21 21:24:04.889 INFO O| Done |
3233 | 2024-08-21T21:24:06.204Z | [ host-image] Aug 21 21:24:04.890 INFO O| Aug 21 21:24:04.889 INFO O| Done |
3234 | 2024-08-21T21:24:06.204Z | [ host-image] Aug 21 21:24:04.890 INFO O| Aug 21 21:24:04.890 INFO O| Done |
3235 | 2024-08-21T21:24:06.204Z | [ host-image] Aug 21 21:24:04.891 INFO O| Aug 21 21:24:04.891 INFO O| Done |
3236 | 2024-08-21T21:24:06.237Z | Aug 21 21:24:04.924 INFO [recovery-package] process exited with exit status: 0 (24.126348474s) |
3237 | 2024-08-21T21:24:06.237Z | Aug 21 21:24:04.924 INFO [recovery-stamp] running task |
3238 | 2024-08-21T21:24:06.239Z | Aug 21 21:24:04.924 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3239 | 2024-08-21T21:24:06.239Z | Aug 21 21:24:04.924 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+git161443fed7a |
3240 | 2024-08-21T21:24:06.250Z | Aug 21 21:24:04.937 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git161443fed7a |
3241 | 2024-08-21T21:24:06.255Z | [ host-image] Aug 21 21:24:04.940 INFO O| Aug 21 21:24:04.940 INFO STEP 8 (pkg_change_facet) COMPLETE |
3242 | 2024-08-21T21:24:06.257Z | [ host-image] Aug 21 21:24:04.940 INFO O| Aug 21 21:24:04.940 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3243 | 2024-08-21T21:24:06.257Z | [ host-image] Aug 21 21:24:04.940 INFO O| Aug 21 21:24:04.940 INFO skip step because feature "recovery" is not enabled |
3244 | 2024-08-21T21:24:06.258Z | [ host-image] Aug 21 21:24:04.940 INFO O| Aug 21 21:24:04.940 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3245 | 2024-08-21T21:24:06.258Z | [ host-image] Aug 21 21:24:04.940 INFO O| Aug 21 21:24:04.940 INFO skip step because feature "recovery" is not enabled |
3246 | 2024-08-21T21:24:06.258Z | [ host-image] Aug 21 21:24:04.940 INFO O| Aug 21 21:24:04.940 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3247 | 2024-08-21T21:24:06.261Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3248 | 2024-08-21T21:24:06.266Z | [ host-image] Aug 21 21:24:04.953 INFO O| Aug 21 21:24:04.953 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"] |
3249 | 2024-08-21T21:24:06.268Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3250 | 2024-08-21T21:24:06.328Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3251 | 2024-08-21T21:24:06.331Z | Aug 21 21:24:05.019 INFO [stamp-installinator] process exited with exit status: 0 (81.65237ms) |
3252 | 2024-08-21T21:24:06.376Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3253 | 2024-08-21T21:24:06.380Z | Aug 21 21:24:05.067 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (141.993711ms) |
3254 | 2024-08-21T21:24:06.382Z | Aug 21 21:24:05.067 INFO [recovery-stamp] task succeeded (142.376141ms) |
3255 | 2024-08-21T21:24:06.382Z | Aug 21 21:24:05.067 INFO [recovery-proto] running task |
3256 | 2024-08-21T21:24:06.382Z | Aug 21 21:24:05.067 INFO [tuf-stamp] running task |
3257 | 2024-08-21T21:24:06.382Z | Aug 21 21:24:05.067 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+git161443fed7a |
3258 | 2024-08-21T21:24:06.388Z | Aug 21 21:24:05.076 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+git161443fed7a |
3259 | 2024-08-21T21:24:06.396Z | Aug 21 21:24:05.083 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+git161443fed7a |
3260 | 2024-08-21T21:24:06.402Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3261 | 2024-08-21T21:24:06.404Z | Aug 21 21:24:05.092 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+git161443fed7a |
3262 | 2024-08-21T21:24:06.411Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3263 | 2024-08-21T21:24:06.414Z | Aug 21 21:24:05.101 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+git161443fed7a |
3264 | 2024-08-21T21:24:06.420Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3265 | 2024-08-21T21:24:06.423Z | Aug 21 21:24:05.110 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+git161443fed7a |
3266 | 2024-08-21T21:24:06.448Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3267 | 2024-08-21T21:24:06.451Z | Aug 21 21:24:05.139 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+git161443fed7a |
3268 | 2024-08-21T21:24:06.488Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3269 | 2024-08-21T21:24:06.501Z | Aug 21 21:24:05.188 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+git161443fed7a |
3270 | 2024-08-21T21:24:06.572Z | Aug 21 21:24:05.259 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+git161443fed7a |
3271 | 2024-08-21T21:24:06.631Z | Aug 21 21:24:05.318 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+git161443fed7a |
3272 | 2024-08-21T21:24:06.760Z | Aug 21 21:24:05.447 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+git161443fed7a |
3273 | 2024-08-21T21:24:06.845Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3274 | 2024-08-21T21:24:06.848Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3275 | 2024-08-21T21:24:06.848Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3276 | 2024-08-21T21:24:06.848Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3277 | 2024-08-21T21:24:06.848Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3278 | 2024-08-21T21:24:06.848Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3279 | 2024-08-21T21:24:06.848Z | Aug 21 21:24:05.533 INFO [recovery-proto] task succeeded (466.251957ms) |
3280 | 2024-08-21T21:24:06.848Z | Aug 21 21:24:05.533 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.277' -P /tmp/.tmprzSzlN/proto/recovery/root -N 'recovery 161443f/${os_short_commit} 2024-08-21 21:03' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3281 | 2024-08-21T21:24:06.878Z | [ recovery-image] Aug 21 21:24:05.565 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3282 | 2024-08-21T21:24:06.878Z | [ recovery-image] Aug 21 21:24:05.565 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3283 | 2024-08-21T21:24:06.898Z | [ recovery-image] Aug 21 21:24:05.585 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmprzSzlN/proto/recovery/root" |
3284 | 2024-08-21T21:24:06.898Z | [ recovery-image] Aug 21 21:24:05.585 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3285 | 2024-08-21T21:24:06.900Z | [ recovery-image] Aug 21 21:24:05.585 INFO image builder template: ramdisk-01-os... |
3286 | 2024-08-21T21:24:06.900Z | [ recovery-image] Aug 21 21:24:05.585 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/.tmprzSzlN/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-21T21:24:06.954Z | [ recovery-image] Aug 21 21:24:05.641 INFO O| Aug 21 21:24:05.641 INFO CREATE DATASET: rpool/images/build/recovery/output |
3288 | 2024-08-21T21:24:07.040Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3289 | 2024-08-21T21:24:07.040Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3290 | 2024-08-21T21:24:07.042Z | Aug 21 21:24:05.727 INFO [stamp-ntp] process exited with exit status: 0 (635.413876ms) |
3291 | 2024-08-21T21:24:07.042Z | Aug 21 21:24:05.727 INFO [stamp-probe] process exited with exit status: 0 (468.177576ms) |
3292 | 2024-08-21T21:24:07.045Z | [ host-image] Aug 21 21:24:05.731 INFO O| Aug 21 21:24:05.731 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3293 | 2024-08-21T21:24:07.366Z | [ recovery-image] Aug 21 21:24:06.053 INFO O| Aug 21 21:24:06.053 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3294 | 2024-08-21T21:24:07.379Z | [ recovery-image] Aug 21 21:24:06.066 INFO O| Aug 21 21:24:06.066 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3295 | 2024-08-21T21:24:07.551Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3296 | 2024-08-21T21:24:07.563Z | Aug 21 21:24:06.250 INFO [stamp-external-dns] process exited with exit status: 0 (1.182811883s) |
3297 | 2024-08-21T21:24:07.804Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3298 | 2024-08-21T21:24:07.804Z | [ recovery-image] Aug 21 21:24:06.491 INFO O| Aug 21 21:24:06.491 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3299 | 2024-08-21T21:24:07.807Z | Aug 21 21:24:06.495 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.411359307s) |
3300 | 2024-08-21T21:24:07.892Z | [ recovery-image] Aug 21 21:24:06.579 INFO O| Aug 21 21:24:06.579 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3301 | 2024-08-21T21:24:07.892Z | [ recovery-image] Aug 21 21:24:06.579 INFO O| Aug 21 21:24:06.579 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3302 | 2024-08-21T21:24:07.895Z | [ recovery-image] Aug 21 21:24:06.579 INFO O| Aug 21 21:24:06.579 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3303 | 2024-08-21T21:24:07.896Z | [ recovery-image] Aug 21 21:24:06.579 INFO O| Aug 21 21:24:06.579 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3304 | 2024-08-21T21:24:07.914Z | [ recovery-image] Aug 21 21:24:06.601 INFO O| Aug 21 21:24:06.601 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3305 | 2024-08-21T21:24:07.970Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
3306 | 2024-08-21T21:24:07.981Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3307 | 2024-08-21T21:24:07.990Z | Aug 21 21:24:06.677 INFO [stamp-internal-dns] process exited with exit status: 0 (1.358358617s) |
3308 | 2024-08-21T21:24:08.013Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3309 | 2024-08-21T21:24:08.170Z | [ recovery-image] Aug 21 21:24:06.857 INFO O| Aug 21 21:24:06.857 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3310 | 2024-08-21T21:24:08.191Z | [ recovery-image] Aug 21 21:24:06.878 INFO O| Aug 21 21:24:06.878 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3311 | 2024-08-21T21:24:08.637Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3312 | 2024-08-21T21:24:08.643Z | Aug 21 21:24:07.330 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.882538776s) |
3313 | 2024-08-21T21:24:08.645Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3314 | 2024-08-21T21:24:08.648Z | Aug 21 21:24:07.334 INFO [stamp-oximeter] process exited with exit status: 0 (2.146305983s) |
3315 | 2024-08-21T21:24:08.710Z | [ recovery-image] Aug 21 21:24:07.397 INFO O| Aug 21 21:24:07.397 INFO O| Caching catalogs ... Done |
3316 | 2024-08-21T21:24:08.819Z | [ recovery-image] Aug 21 21:24:07.506 INFO O| Aug 21 21:24:07.506 INFO STEP 0 (pkg_image_create) COMPLETE |
3317 | 2024-08-21T21:24:08.819Z | [ recovery-image] Aug 21 21:24:07.506 INFO O| Aug 21 21:24:07.506 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3318 | 2024-08-21T21:24:08.821Z | [ recovery-image] Aug 21 21:24:07.506 INFO O| Aug 21 21:24:07.506 INFO skip step because feature "repo_redist" is not enabled |
3319 | 2024-08-21T21:24:08.821Z | [ recovery-image] Aug 21 21:24:07.506 INFO O| Aug 21 21:24:07.506 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3320 | 2024-08-21T21:24:08.833Z | [ recovery-image] Aug 21 21:24:07.520 INFO O| Aug 21 21:24:07.520 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-21T21:24:09.267Z | [ recovery-image] Aug 21 21:24:07.954 INFO O| Aug 21 21:24:07.954 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3322 | 2024-08-21T21:24:09.267Z | [ recovery-image] Aug 21 21:24:07.954 INFO O| Aug 21 21:24:07.954 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3323 | 2024-08-21T21:24:09.282Z | [ recovery-image] Aug 21 21:24:07.969 INFO O| Aug 21 21:24:07.969 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-21T21:24:09.759Z | [ recovery-image] Aug 21 21:24:08.445 INFO O| Aug 21 21:24:08.445 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3325 | 2024-08-21T21:24:09.759Z | [ recovery-image] Aug 21 21:24:08.445 INFO O| Aug 21 21:24:08.445 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3326 | 2024-08-21T21:24:09.761Z | [ recovery-image] Aug 21 21:24:08.445 INFO O| Aug 21 21:24:08.445 INFO skip step because feature "repo_redist" is not enabled |
3327 | 2024-08-21T21:24:09.761Z | [ recovery-image] Aug 21 21:24:08.445 INFO O| Aug 21 21:24:08.445 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3328 | 2024-08-21T21:24:10.105Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3329 | 2024-08-21T21:24:10.108Z | Aug 21 21:24:08.795 INFO [stamp-nexus] process exited with exit status: 0 (3.68471674s) |
3330 | 2024-08-21T21:24:10.170Z | [ recovery-image] Aug 21 21:24:08.857 INFO O| Aug 21 21:24:08.856 INFO variant opensolaris.zone is already global |
3331 | 2024-08-21T21:24:10.170Z | [ recovery-image] Aug 21 21:24:08.857 INFO O| Aug 21 21:24:08.857 INFO STEP 5 (pkg_change_variant) COMPLETE |
3332 | 2024-08-21T21:24:10.170Z | [ recovery-image] Aug 21 21:24:08.857 INFO O| Aug 21 21:24:08.857 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3333 | 2024-08-21T21:24:10.566Z | [ recovery-image] Aug 21 21:24:09.253 INFO O| Aug 21 21:24:09.253 INFO variant opensolaris.imagetype is full; changing to partial |
3334 | 2024-08-21T21:24:10.566Z | [ recovery-image] Aug 21 21:24:09.253 INFO O| Aug 21 21:24:09.253 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3335 | 2024-08-21T21:24:11.780Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3336 | 2024-08-21T21:24:11.783Z | Aug 21 21:24:10.470 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.394498721s) |
3337 | 2024-08-21T21:24:12.134Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3338 | 2024-08-21T21:24:12.335Z | [verify-libraries] Compiling heck v0.4.1 |
3339 | 2024-08-21T21:24:12.335Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3340 | 2024-08-21T21:24:12.338Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3341 | 2024-08-21T21:24:12.338Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3342 | 2024-08-21T21:24:12.395Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3343 | 2024-08-21T21:24:12.398Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3344 | 2024-08-21T21:24:12.398Z | [verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3345 | 2024-08-21T21:24:12.861Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3346 | 2024-08-21T21:24:12.904Z | [verify-libraries] Compiling indent_write v2.2.0 |
3347 | 2024-08-21T21:24:13.168Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3348 | 2024-08-21T21:24:13.237Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3349 | 2024-08-21T21:24:13.320Z | [verify-libraries] Compiling termios v0.3.3 |
3350 | 2024-08-21T21:24:13.869Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3351 | 2024-08-21T21:24:13.985Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3352 | 2024-08-21T21:24:16.896Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3353 | 2024-08-21T21:24:16.901Z | Aug 21 21:24:15.587 INFO [stamp-clickhouse] process exited with exit status: 0 (10.448847579s) |
3354 | 2024-08-21T21:24:17.142Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3355 | 2024-08-21T21:24:17.182Z | Aug 21 21:24:15.868 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.767027074s) |
3356 | 2024-08-21T21:24:17.182Z | Aug 21 21:24:15.868 INFO [tuf-stamp] task succeeded (10.801412592s) |
3357 | 2024-08-21T21:24:19.124Z | [ recovery-image] Aug 21 21:24:17.810 INFO O| Aug 21 21:24:17.809 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3358 | 2024-08-21T21:24:24.234Z | [ recovery-image] Aug 21 21:24:22.920 INFO O| Aug 21 21:24:22.920 INFO O| Startup: Caching catalogs ... Done |
3359 | 2024-08-21T21:24:24.305Z | [ recovery-image] Aug 21 21:24:22.990 INFO O| Aug 21 21:24:22.990 INFO O| Planning: Planning completed in 0.00 seconds |
3360 | 2024-08-21T21:24:24.317Z | [ recovery-image] Aug 21 21:24:22.992 INFO O| Aug 21 21:24:22.992 INFO O| Planning: Consolidating action changes ... Done |
3361 | 2024-08-21T21:24:24.317Z | [ recovery-image] Aug 21 21:24:22.992 INFO O| Aug 21 21:24:22.992 INFO O| Planning: Evaluating mediators ... Done |
3362 | 2024-08-21T21:24:24.317Z | [ recovery-image] Aug 21 21:24:22.992 INFO O| Aug 21 21:24:22.992 INFO O| Planning: Planning completed in 0.00 seconds |
3363 | 2024-08-21T21:24:24.317Z | [ recovery-image] Aug 21 21:24:22.993 INFO O| Aug 21 21:24:22.993 INFO O| Variants/Facets to change: 1 |
3364 | 2024-08-21T21:24:24.375Z | [ recovery-image] Aug 21 21:24:23.060 INFO O| Aug 21 21:24:23.060 INFO O| Done |
3365 | 2024-08-21T21:24:24.375Z | [ recovery-image] Aug 21 21:24:23.060 INFO O| Aug 21 21:24:23.060 INFO O| Done |
3366 | 2024-08-21T21:24:25.074Z | [ recovery-image] Aug 21 21:24:23.759 INFO O| Aug 21 21:24:23.759 INFO O| Done |
3367 | 2024-08-21T21:24:25.156Z | [ recovery-image] Aug 21 21:24:23.841 INFO O| Aug 21 21:24:23.841 INFO O| Done |
3368 | 2024-08-21T21:24:25.158Z | [ recovery-image] Aug 21 21:24:23.843 INFO O| Aug 21 21:24:23.843 INFO O| Done |
3369 | 2024-08-21T21:24:25.158Z | [ recovery-image] Aug 21 21:24:23.843 INFO O| Aug 21 21:24:23.843 INFO O| Done |
3370 | 2024-08-21T21:24:25.161Z | [ recovery-image] Aug 21 21:24:23.845 INFO O| Aug 21 21:24:23.845 INFO O| Done |
3371 | 2024-08-21T21:24:25.633Z | [ recovery-image] Aug 21 21:24:24.318 INFO O| Aug 21 21:24:24.318 INFO STEP 6 (pkg_change_variant) COMPLETE |
3372 | 2024-08-21T21:24:25.633Z | [ recovery-image] Aug 21 21:24:24.318 INFO O| Aug 21 21:24:24.318 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3373 | 2024-08-21T21:24:25.636Z | [ recovery-image] Aug 21 21:24:24.318 INFO O| Aug 21 21:24:24.318 INFO skip step because feature "debug_variant" is not enabled |
3374 | 2024-08-21T21:24:25.636Z | [ recovery-image] Aug 21 21:24:24.318 INFO O| Aug 21 21:24:24.318 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3375 | 2024-08-21T21:24:26.293Z | [ recovery-image] Aug 21 21:24:24.978 INFO O| Aug 21 21:24:24.978 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3376 | 2024-08-21T21:24:27.147Z | [ recovery-image] Aug 21 21:24:25.832 INFO O| Aug 21 21:24:25.832 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3377 | 2024-08-21T21:24:27.150Z | [ recovery-image] Aug 21 21:24:25.834 INFO O| Aug 21 21:24:25.834 INFO O| Planning: Planning completed in 0.00 seconds |
3378 | 2024-08-21T21:24:27.150Z | [ recovery-image] Aug 21 21:24:25.835 INFO O| Aug 21 21:24:25.835 INFO O| Planning: Consolidating action changes ... Done |
3379 | 2024-08-21T21:24:27.150Z | [ recovery-image] Aug 21 21:24:25.835 INFO O| Aug 21 21:24:25.835 INFO O| Planning: Evaluating mediators ... Done |
3380 | 2024-08-21T21:24:27.153Z | [ recovery-image] Aug 21 21:24:25.836 INFO O| Aug 21 21:24:25.836 INFO O| Planning: Planning completed in 0.00 seconds |
3381 | 2024-08-21T21:24:27.153Z | [ recovery-image] Aug 21 21:24:25.836 INFO O| Aug 21 21:24:25.836 INFO O| Variants/Facets to change: 1 |
3382 | 2024-08-21T21:24:27.176Z | [ recovery-image] Aug 21 21:24:25.862 INFO O| Aug 21 21:24:25.862 INFO O| Done |
3383 | 2024-08-21T21:24:27.177Z | [ recovery-image] Aug 21 21:24:25.862 INFO O| Aug 21 21:24:25.862 INFO O| Done |
3384 | 2024-08-21T21:24:27.670Z | [ recovery-image] Aug 21 21:24:26.355 INFO O| Aug 21 21:24:26.355 INFO O| Done |
3385 | 2024-08-21T21:24:27.760Z | [ recovery-image] Aug 21 21:24:26.445 INFO O| Aug 21 21:24:26.445 INFO O| Done |
3386 | 2024-08-21T21:24:27.763Z | [ recovery-image] Aug 21 21:24:26.446 INFO O| Aug 21 21:24:26.446 INFO O| Done |
3387 | 2024-08-21T21:24:27.763Z | [ recovery-image] Aug 21 21:24:26.447 INFO O| Aug 21 21:24:26.447 INFO O| Done |
3388 | 2024-08-21T21:24:27.765Z | [ recovery-image] Aug 21 21:24:26.449 INFO O| Aug 21 21:24:26.449 INFO O| Done |
3389 | 2024-08-21T21:24:27.845Z | [ recovery-image] Aug 21 21:24:26.531 INFO O| Aug 21 21:24:26.530 INFO STEP 8 (pkg_change_facet) COMPLETE |
3390 | 2024-08-21T21:24:27.846Z | [ recovery-image] Aug 21 21:24:26.531 INFO O| Aug 21 21:24:26.531 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3391 | 2024-08-21T21:24:28.584Z | [ recovery-image] Aug 21 21:24:27.269 INFO O| Aug 21 21:24:27.269 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3392 | 2024-08-21T21:24:29.844Z | [ recovery-image] Aug 21 21:24:28.528 INFO O| Aug 21 21:24:28.528 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3393 | 2024-08-21T21:24:29.869Z | [ recovery-image] Aug 21 21:24:28.553 INFO O| Aug 21 21:24:28.553 INFO O| Planning: Planning completed in 0.02 seconds |
3394 | 2024-08-21T21:24:29.874Z | [ recovery-image] Aug 21 21:24:28.554 INFO O| Aug 21 21:24:28.554 INFO O| Planning: Consolidating action changes ... Done |
3395 | 2024-08-21T21:24:29.874Z | [ recovery-image] Aug 21 21:24:28.555 INFO O| Aug 21 21:24:28.555 INFO O| Planning: Evaluating mediators ... Done |
3396 | 2024-08-21T21:24:29.874Z | [ recovery-image] Aug 21 21:24:28.555 INFO O| Aug 21 21:24:28.555 INFO O| Planning: Planning completed in 0.03 seconds |
3397 | 2024-08-21T21:24:29.874Z | [ recovery-image] Aug 21 21:24:28.556 INFO O| Aug 21 21:24:28.556 INFO O| Variants/Facets to change: 1 |
3398 | 2024-08-21T21:24:29.909Z | [ recovery-image] Aug 21 21:24:28.591 INFO O| Aug 21 21:24:28.591 INFO O| Done |
3399 | 2024-08-21T21:24:29.909Z | [ recovery-image] Aug 21 21:24:28.591 INFO O| Aug 21 21:24:28.591 INFO O| Done |
3400 | 2024-08-21T21:24:30.390Z | [ recovery-image] Aug 21 21:24:29.075 INFO O| Aug 21 21:24:29.075 INFO O| Done |
3401 | 2024-08-21T21:24:30.454Z | [ recovery-image] Aug 21 21:24:29.138 INFO O| Aug 21 21:24:29.138 INFO O| Done |
3402 | 2024-08-21T21:24:30.456Z | [ recovery-image] Aug 21 21:24:29.139 INFO O| Aug 21 21:24:29.139 INFO O| Done |
3403 | 2024-08-21T21:24:30.457Z | [ recovery-image] Aug 21 21:24:29.140 INFO O| Aug 21 21:24:29.139 INFO O| Done |
3404 | 2024-08-21T21:24:30.457Z | [ recovery-image] Aug 21 21:24:29.141 INFO O| Aug 21 21:24:29.141 INFO O| Done |
3405 | 2024-08-21T21:24:30.564Z | [ recovery-image] Aug 21 21:24:29.249 INFO O| Aug 21 21:24:29.249 INFO STEP 9 (pkg_change_facet) COMPLETE |
3406 | 2024-08-21T21:24:30.565Z | [ recovery-image] Aug 21 21:24:29.249 INFO O| Aug 21 21:24:29.249 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3407 | 2024-08-21T21:24:31.136Z | [ recovery-image] Aug 21 21:24:29.821 INFO O| Aug 21 21:24:29.821 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3408 | 2024-08-21T21:24:32.212Z | [ recovery-image] Aug 21 21:24:30.895 INFO O| Aug 21 21:24:30.895 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3409 | 2024-08-21T21:24:32.215Z | [ recovery-image] Aug 21 21:24:30.897 INFO O| Aug 21 21:24:30.897 INFO O| Planning: Planning completed in 0.00 seconds |
3410 | 2024-08-21T21:24:32.215Z | [ recovery-image] Aug 21 21:24:30.898 INFO O| Aug 21 21:24:30.898 INFO O| Planning: Consolidating action changes ... Done |
3411 | 2024-08-21T21:24:32.215Z | [ recovery-image] Aug 21 21:24:30.898 INFO O| Aug 21 21:24:30.898 INFO O| Planning: Evaluating mediators ... Done |
3412 | 2024-08-21T21:24:32.215Z | [ recovery-image] Aug 21 21:24:30.899 INFO O| Aug 21 21:24:30.899 INFO O| Planning: Planning completed in 0.00 seconds |
3413 | 2024-08-21T21:24:32.215Z | [ recovery-image] Aug 21 21:24:30.899 INFO O| Aug 21 21:24:30.899 INFO O| Variants/Facets to change: 1 |
3414 | 2024-08-21T21:24:32.278Z | [ recovery-image] Aug 21 21:24:30.962 INFO O| Aug 21 21:24:30.962 INFO O| Done |
3415 | 2024-08-21T21:24:32.278Z | [ recovery-image] Aug 21 21:24:30.962 INFO O| Aug 21 21:24:30.962 INFO O| Done |
3416 | 2024-08-21T21:24:32.810Z | [ recovery-image] Aug 21 21:24:31.494 INFO O| Aug 21 21:24:31.494 INFO O| Done |
3417 | 2024-08-21T21:24:32.863Z | [ recovery-image] Aug 21 21:24:31.548 INFO O| Aug 21 21:24:31.547 INFO O| Done |
3418 | 2024-08-21T21:24:32.866Z | [ recovery-image] Aug 21 21:24:31.549 INFO O| Aug 21 21:24:31.549 INFO O| Done |
3419 | 2024-08-21T21:24:32.866Z | [ recovery-image] Aug 21 21:24:31.549 INFO O| Aug 21 21:24:31.549 INFO O| Done |
3420 | 2024-08-21T21:24:32.868Z | [ recovery-image] Aug 21 21:24:31.551 INFO O| Aug 21 21:24:31.551 INFO O| Done |
3421 | 2024-08-21T21:24:32.954Z | [ recovery-image] Aug 21 21:24:31.639 INFO O| Aug 21 21:24:31.639 INFO STEP 10 (pkg_change_facet) COMPLETE |
3422 | 2024-08-21T21:24:32.954Z | [ recovery-image] Aug 21 21:24:31.639 INFO O| Aug 21 21:24:31.639 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3423 | 2024-08-21T21:24:32.975Z | [ recovery-image] Aug 21 21:24:31.659 INFO O| Aug 21 21:24:31.658 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-21T21:24:33.914Z | [ recovery-image] Aug 21 21:24:32.598 INFO O| Aug 21 21:24:32.598 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3425 | 2024-08-21T21:24:37.474Z | [ host-image] Aug 21 21:24:36.158 INFO O| Aug 21 21:24:36.157 INFO O| Planning: Solver setup ... Done |
3426 | 2024-08-21T21:24:45.151Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3427 | 2024-08-21T21:24:51.306Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3428 | 2024-08-21T21:24:53.817Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3429 | 2024-08-21T21:25:01.294Z | [ host-image] Aug 21 21:24:59.975 INFO O| Aug 21 21:24:59.975 INFO O| Planning: Running solver ... Done |
3430 | 2024-08-21T21:25:01.619Z | [ host-image] Aug 21 21:25:00.300 INFO O| Aug 21 21:25:00.300 INFO O| Planning: Finding local manifests ... Done |
3431 | 2024-08-21T21:25:01.645Z | [ host-image] Aug 21 21:25:00.326 INFO O| Aug 21 21:25:00.326 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3432 | 2024-08-21T21:25:04.963Z | [ recovery-image] Aug 21 21:25:03.644 INFO O| Aug 21 21:25:03.644 INFO O| Planning: Solver setup ... Done |
3433 | 2024-08-21T21:25:06.126Z | [ host-image] Aug 21 21:25:04.807 INFO O| Aug 21 21:25:04.807 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3434 | 2024-08-21T21:25:07.391Z | [ host-image] Aug 21 21:25:06.071 INFO O| Aug 21 21:25:06.071 INFO O| Planning: Package planning ... Done |
3435 | 2024-08-21T21:25:09.105Z | [ host-image] Aug 21 21:25:07.786 INFO O| Aug 21 21:25:07.786 INFO O| Planning: Merging actions ... Done |
3436 | 2024-08-21T21:25:09.662Z | [ host-image] Aug 21 21:25:08.342 INFO O| Aug 21 21:25:08.342 INFO O| Planning: Checking for conflicting actions ... Done |
3437 | 2024-08-21T21:25:10.014Z | [ host-image] Aug 21 21:25:08.694 INFO O| Aug 21 21:25:08.694 INFO O| Planning: Consolidating action changes ... Done |
3438 | 2024-08-21T21:25:10.643Z | [ host-image] Aug 21 21:25:09.324 INFO O| Aug 21 21:25:09.324 INFO O| Planning: Evaluating mediators ... Done |
3439 | 2024-08-21T21:25:17.111Z | [ host-image] Aug 21 21:25:15.791 INFO O| Aug 21 21:25:15.791 INFO O| Planning: Planning completed in 70.06 seconds |
3440 | 2024-08-21T21:25:17.117Z | [ host-image] Aug 21 21:25:15.797 INFO O| Aug 21 21:25:15.797 INFO O| Packages to install: 124 |
3441 | 2024-08-21T21:25:17.119Z | [ host-image] Aug 21 21:25:15.797 INFO O| Aug 21 21:25:15.797 INFO O| Mediators to change: 4 |
3442 | 2024-08-21T21:25:17.119Z | [ host-image] Aug 21 21:25:15.797 INFO O| Aug 21 21:25:15.797 INFO O| Services to change: 6 |
3443 | 2024-08-21T21:25:17.246Z | [ host-image] Aug 21 21:25:15.927 INFO O| Aug 21 21:25:15.927 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete |
3444 | 2024-08-21T21:25:22.425Z | [ host-image] Aug 21 21:25:21.105 INFO O| Aug 21 21:25:21.105 INFO O| Download: 1015/22728 items 8.0/196.4MB 4% complete (1.7M/s) |
3445 | 2024-08-21T21:25:23.861Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3446 | 2024-08-21T21:25:24.677Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3447 | 2024-08-21T21:25:27.477Z | [ host-image] Aug 21 21:25:26.156 INFO O| Aug 21 21:25:26.156 INFO O| Download: 1653/22728 items 10.9/196.4MB 5% complete (1.1M/s) |
3448 | 2024-08-21T21:25:27.965Z | [ recovery-image] Aug 21 21:25:26.644 INFO O| Aug 21 21:25:26.644 INFO O| Planning: Running solver ... Done |
3449 | 2024-08-21T21:25:28.215Z | [ recovery-image] Aug 21 21:25:26.894 INFO O| Aug 21 21:25:26.894 INFO O| Planning: Finding local manifests ... Done |
3450 | 2024-08-21T21:25:28.228Z | [ recovery-image] Aug 21 21:25:26.908 INFO O| Aug 21 21:25:26.908 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3451 | 2024-08-21T21:25:32.618Z | [ host-image] Aug 21 21:25:31.297 INFO O| Aug 21 21:25:31.297 INFO O| Download: 2148/22728 items 23.8/196.4MB 12% complete (1.6M/s) |
3452 | 2024-08-21T21:25:33.079Z | [ recovery-image] Aug 21 21:25:31.757 INFO O| Aug 21 21:25:31.757 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3453 | 2024-08-21T21:25:33.390Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3454 | 2024-08-21T21:25:34.147Z | [ recovery-image] Aug 21 21:25:32.826 INFO O| Aug 21 21:25:32.826 INFO O| Planning: Package planning ... Done |
3455 | 2024-08-21T21:25:34.968Z | [ recovery-image] Aug 21 21:25:33.646 INFO O| Aug 21 21:25:33.646 INFO O| Planning: Merging actions ... Done |
3456 | 2024-08-21T21:25:35.299Z | [ recovery-image] Aug 21 21:25:33.977 INFO O| Aug 21 21:25:33.977 INFO O| Planning: Checking for conflicting actions ... Done |
3457 | 2024-08-21T21:25:35.433Z | [ recovery-image] Aug 21 21:25:34.112 INFO O| Aug 21 21:25:34.112 INFO O| Planning: Consolidating action changes ... Done |
3458 | 2024-08-21T21:25:35.819Z | [ recovery-image] Aug 21 21:25:34.497 INFO O| Aug 21 21:25:34.497 INFO O| Planning: Evaluating mediators ... Done |
3459 | 2024-08-21T21:25:37.641Z | [ host-image] Aug 21 21:25:36.319 INFO O| Aug 21 21:25:36.319 INFO O| Download: 3257/22728 items 34.0/196.4MB 17% complete (2.4M/s) |
3460 | 2024-08-21T21:25:41.645Z | [ recovery-image] Aug 21 21:25:40.322 INFO O| Aug 21 21:25:40.322 INFO O| Planning: Planning completed in 67.72 seconds |
3461 | 2024-08-21T21:25:41.680Z | [ recovery-image] Aug 21 21:25:40.358 INFO O| Aug 21 21:25:40.357 INFO O| Packages to install: 124 |
3462 | 2024-08-21T21:25:41.680Z | [ recovery-image] Aug 21 21:25:40.358 INFO O| Aug 21 21:25:40.358 INFO O| Mediators to change: 4 |
3463 | 2024-08-21T21:25:41.685Z | [ recovery-image] Aug 21 21:25:40.358 INFO O| Aug 21 21:25:40.358 INFO O| Services to change: 5 |
3464 | 2024-08-21T21:25:41.759Z | [ recovery-image] Aug 21 21:25:40.437 INFO O| Aug 21 21:25:40.437 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3465 | 2024-08-21T21:25:42.656Z | [ host-image] Aug 21 21:25:41.334 INFO O| Aug 21 21:25:41.334 INFO O| Download: 4482/22728 items 41.8/196.4MB 21% complete (1.8M/s) |
3466 | 2024-08-21T21:25:46.372Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3467 | 2024-08-21T21:25:46.656Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3468 | 2024-08-21T21:25:46.777Z | [ recovery-image] Aug 21 21:25:45.454 INFO O| Aug 21 21:25:45.454 INFO O| Download: 1055/15831 items 7.9/173.2MB 4% complete (1.6M/s) |
3469 | 2024-08-21T21:25:47.679Z | [ host-image] Aug 21 21:25:46.357 INFO O| Aug 21 21:25:46.356 INFO O| Download: 4897/22728 items 45.8/196.4MB 23% complete (1.2M/s) |
3470 | 2024-08-21T21:25:51.493Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3471 | 2024-08-21T21:25:51.781Z | [ recovery-image] Aug 21 21:25:50.458 INFO O| Aug 21 21:25:50.458 INFO O| Download: 1185/15831 items 14.9/173.2MB 8% complete (1.4M/s) |
3472 | 2024-08-21T21:25:52.697Z | [ host-image] Aug 21 21:25:51.374 INFO O| Aug 21 21:25:51.373 INFO O| Download: 6069/22728 items 46.4/196.4MB 23% complete (496k/s) |
3473 | 2024-08-21T21:25:56.782Z | [ recovery-image] Aug 21 21:25:55.458 INFO O| Aug 21 21:25:55.458 INFO O| Download: 1649/15831 items 25.6/173.2MB 14% complete (1.8M/s) |
3474 | 2024-08-21T21:25:57.701Z | [ host-image] Aug 21 21:25:56.377 INFO O| Aug 21 21:25:56.377 INFO O| Download: 6970/22728 items 50.3/196.4MB 25% complete (456k/s) |
3475 | 2024-08-21T21:26:01.853Z | [ recovery-image] Aug 21 21:26:00.528 INFO O| Aug 21 21:26:00.528 INFO O| Download: 2598/15831 items 32.9/173.2MB 18% complete (1.8M/s) |
3476 | 2024-08-21T21:26:02.721Z | [ host-image] Aug 21 21:26:01.397 INFO O| Aug 21 21:26:01.397 INFO O| Download: 7730/22728 items 58.8/196.4MB 29% complete (1.2M/s) |
3477 | 2024-08-21T21:26:06.858Z | [ recovery-image] Aug 21 21:26:05.533 INFO O| Aug 21 21:26:05.533 INFO O| Download: 3410/15831 items 38.1/173.2MB 21% complete (1.3M/s) |
3478 | 2024-08-21T21:26:07.736Z | [ host-image] Aug 21 21:26:06.412 INFO O| Aug 21 21:26:06.412 INFO O| Download: 8072/22728 items 60.3/196.4MB 30% complete (1.2M/s) |
3479 | 2024-08-21T21:26:11.883Z | [ recovery-image] Aug 21 21:26:10.558 INFO O| Aug 21 21:26:10.558 INFO O| Download: 4257/15831 items 42.7/173.2MB 24% complete (1005k/s) |
3480 | 2024-08-21T21:26:12.754Z | [ host-image] Aug 21 21:26:11.428 INFO O| Aug 21 21:26:11.428 INFO O| Download: 8420/22728 items 69.4/196.4MB 35% complete (1.0M/s) |
3481 | 2024-08-21T21:26:17.504Z | [ recovery-image] Aug 21 21:26:16.179 INFO O| Aug 21 21:26:16.178 INFO O| Download: 4770/15831 items 43.0/173.2MB 24% complete (572k/s) |
3482 | 2024-08-21T21:26:17.761Z | [ host-image] Aug 21 21:26:16.435 INFO O| Aug 21 21:26:16.435 INFO O| Download: 9340/22728 items 80.7/196.4MB 41% complete (2.0M/s) |
3483 | 2024-08-21T21:26:22.506Z | [ recovery-image] Aug 21 21:26:21.180 INFO O| Aug 21 21:26:21.180 INFO O| Download: 5233/15831 items 43.2/173.2MB 24% complete (50.4k/s) |
3484 | 2024-08-21T21:26:22.785Z | [ host-image] Aug 21 21:26:21.459 INFO O| Aug 21 21:26:21.459 INFO O| Download: 10221/22728 items 86.8/196.4MB 44% complete (1.7M/s) |
3485 | 2024-08-21T21:26:27.859Z | [ recovery-image] Aug 21 21:26:26.532 INFO O| Aug 21 21:26:26.532 INFO O| Download: 5922/15831 items 53.0/173.2MB 30% complete (1.0M/s) |
3486 | 2024-08-21T21:26:28.116Z | [ host-image] Aug 21 21:26:26.789 INFO O| Aug 21 21:26:26.789 INFO O| Download: 10857/22728 items 90.0/196.4MB 45% complete (958k/s) |
3487 | 2024-08-21T21:26:32.861Z | [ recovery-image] Aug 21 21:26:31.534 INFO O| Aug 21 21:26:31.534 INFO O| Download: 6632/15831 items 64.3/173.2MB 37% complete (2.1M/s) |
3488 | 2024-08-21T21:26:34.536Z | [ host-image] Aug 21 21:26:33.209 INFO O| Aug 21 21:26:33.209 INFO O| Download: 11279/22728 items 95.4/196.4MB 48% complete (1.1M/s) |
3489 | 2024-08-21T21:26:37.862Z | [ recovery-image] Aug 21 21:26:36.534 INFO O| Aug 21 21:26:36.534 INFO O| Download: 7624/15831 items 73.6/173.2MB 42% complete (2.0M/s) |
3490 | 2024-08-21T21:26:39.538Z | [ host-image] Aug 21 21:26:38.210 INFO O| Aug 21 21:26:38.210 INFO O| Download: 12090/22728 items 100.9/196.4MB 51% complete (877k/s) |
3491 | 2024-08-21T21:26:42.869Z | [ recovery-image] Aug 21 21:26:41.541 INFO O| Aug 21 21:26:41.541 INFO O| Download: 8321/15831 items 79.7/173.2MB 46% complete (1.6M/s) |
3492 | 2024-08-21T21:26:44.550Z | [ host-image] Aug 21 21:26:43.222 INFO O| Aug 21 21:26:43.222 INFO O| Download: 12428/22728 items 109.5/196.4MB 55% complete (1.4M/s) |
3493 | 2024-08-21T21:26:47.894Z | [ recovery-image] Aug 21 21:26:46.565 INFO O| Aug 21 21:26:46.565 INFO O| Download: 8772/15831 items 88.8/173.2MB 51% complete (1.5M/s) |
3494 | 2024-08-21T21:26:49.575Z | [ host-image] Aug 21 21:26:48.246 INFO O| Aug 21 21:26:48.246 INFO O| Download: 13711/22728 items 110.1/196.4MB 56% complete (949k/s) |
3495 | 2024-08-21T21:26:52.897Z | [ recovery-image] Aug 21 21:26:51.567 INFO O| Aug 21 21:26:51.567 INFO O| Download: 9272/15831 items 92.7/173.2MB 53% complete (1.3M/s) |
3496 | 2024-08-21T21:26:55.611Z | [ host-image] Aug 21 21:26:54.281 INFO O| Aug 21 21:26:54.281 INFO O| Download: 14260/22728 items 110.6/196.4MB 56% complete (119k/s) |
3497 | 2024-08-21T21:26:57.899Z | [ recovery-image] Aug 21 21:26:56.569 INFO O| Aug 21 21:26:56.569 INFO O| Download: 10344/15831 items 93.3/173.2MB 53% complete (482k/s) |
3498 | 2024-08-21T21:27:00.613Z | [ host-image] Aug 21 21:26:59.283 INFO O| Aug 21 21:26:59.283 INFO O| Download: 14498/22728 items 116.3/196.4MB 59% complete (547k/s) |
3499 | 2024-08-21T21:27:03.234Z | [ recovery-image] Aug 21 21:27:01.904 INFO O| Aug 21 21:27:01.904 INFO O| Download: 11012/15831 items 94.7/173.2MB 54% complete (194k/s) |
3500 | 2024-08-21T21:27:05.658Z | [ host-image] Aug 21 21:27:04.328 INFO O| Aug 21 21:27:04.328 INFO O| Download: 15544/22728 items 125.3/196.4MB 63% complete (1.6M/s) |
3501 | 2024-08-21T21:27:08.239Z | [ recovery-image] Aug 21 21:27:06.908 INFO O| Aug 21 21:27:06.908 INFO O| Download: 11679/15831 items 117.3/173.2MB 67% complete (2.3M/s) |
3502 | 2024-08-21T21:27:10.665Z | [ host-image] Aug 21 21:27:09.334 INFO O| Aug 21 21:27:09.334 INFO O| Download: 16439/22728 items 135.2/196.4MB 68% complete (1.9M/s) |
3503 | 2024-08-21T21:27:13.255Z | [ recovery-image] Aug 21 21:27:11.923 INFO O| Aug 21 21:27:11.923 INFO O| Download: 12387/15831 items 138.6/173.2MB 80% complete (4.4M/s) |
3504 | 2024-08-21T21:27:15.683Z | [ host-image] Aug 21 21:27:14.351 INFO O| Aug 21 21:27:14.351 INFO O| Download: 17315/22728 items 146.0/196.4MB 74% complete (2.0M/s) |
3505 | 2024-08-21T21:27:18.262Z | [ recovery-image] Aug 21 21:27:16.930 INFO O| Aug 21 21:27:16.930 INFO O| Download: 13260/15831 items 142.0/173.2MB 81% complete (2.5M/s) |
3506 | 2024-08-21T21:27:20.684Z | [ host-image] Aug 21 21:27:19.352 INFO O| Aug 21 21:27:19.352 INFO O| Download: 17897/22728 items 157.1/196.4MB 79% complete (2.2M/s) |
3507 | 2024-08-21T21:27:23.281Z | [ recovery-image] Aug 21 21:27:21.949 INFO O| Aug 21 21:27:21.948 INFO O| Download: 14198/15831 items 145.9/173.2MB 84% complete (753k/s) |
3508 | 2024-08-21T21:27:25.684Z | [ host-image] Aug 21 21:27:24.352 INFO O| Aug 21 21:27:24.352 INFO O| Download: 18584/22728 items 161.8/196.4MB 82% complete (1.6M/s) |
3509 | 2024-08-21T21:27:28.585Z | [ recovery-image] Aug 21 21:27:27.252 INFO O| Aug 21 21:27:27.252 INFO O| Download: 14742/15831 items 153.3/173.2MB 88% complete (1.1M/s) |
3510 | 2024-08-21T21:27:30.701Z | [ host-image] Aug 21 21:27:29.368 INFO O| Aug 21 21:27:29.367 INFO O| Download: 19621/22728 items 165.3/196.4MB 84% complete (931k/s) |
3511 | 2024-08-21T21:27:33.585Z | [ recovery-image] Aug 21 21:27:32.252 INFO O| Aug 21 21:27:32.252 INFO O| Download: 15252/15831 items 157.9/173.2MB 91% complete (1.2M/s) |
3512 | 2024-08-21T21:27:36.294Z | [ host-image] Aug 21 21:27:34.961 INFO O| Aug 21 21:27:34.961 INFO O| Download: 20617/22728 items 169.8/196.4MB 86% complete (851k/s) |
3513 | 2024-08-21T21:27:38.591Z | [ recovery-image] Aug 21 21:27:37.257 INFO O| Aug 21 21:27:37.257 INFO O| Download: 15651/15831 items 171.2/173.2MB 98% complete (1.7M/s) |
3514 | 2024-08-21T21:27:41.514Z | [ host-image] Aug 21 21:27:40.180 INFO O| Aug 21 21:27:40.179 INFO O| Download: 21023/22728 items 176.3/196.4MB 89% complete (1.1M/s) |
3515 | 2024-08-21T21:27:41.532Z | [ recovery-image] Aug 21 21:27:40.198 INFO O| Aug 21 21:27:40.198 INFO O| Download: Completed 173.17 MB in 119.76 seconds (1.4M/s) |
3516 | 2024-08-21T21:27:42.516Z | [ recovery-image] Aug 21 21:27:41.182 INFO O| Aug 21 21:27:41.182 INFO O| Actions: 1/24964 actions (Installing new actions) |
3517 | 2024-08-21T21:27:46.534Z | [ host-image] Aug 21 21:27:45.199 INFO O| Aug 21 21:27:45.199 INFO O| Download: 21703/22728 items 182.2/196.4MB 92% complete (1.1M/s) |
3518 | 2024-08-21T21:27:47.518Z | [ recovery-image] Aug 21 21:27:46.183 INFO O| Aug 21 21:27:46.183 INFO O| Actions: 9278/24964 actions (Installing new actions) |
3519 | 2024-08-21T21:27:51.538Z | [ host-image] Aug 21 21:27:50.203 INFO O| Aug 21 21:27:50.203 INFO O| Download: 22256/22728 items 195.9/196.4MB 99% complete (1.9M/s) |
3520 | 2024-08-21T21:27:52.519Z | [ recovery-image] Aug 21 21:27:51.183 INFO O| Aug 21 21:27:51.183 INFO O| Actions: 15162/24964 actions (Installing new actions) |
3521 | 2024-08-21T21:27:53.148Z | [ host-image] Aug 21 21:27:51.813 INFO O| Aug 21 21:27:51.813 INFO O| Download: Completed 196.39 MB in 155.89 seconds (1.3M/s) |
3522 | 2024-08-21T21:27:55.276Z | [ host-image] Aug 21 21:27:53.941 INFO O| Aug 21 21:27:53.941 INFO O| Actions: 1/49261 actions (Installing new actions) |
3523 | 2024-08-21T21:27:57.603Z | [ recovery-image] Aug 21 21:27:56.266 INFO O| Aug 21 21:27:56.266 INFO O| Actions: 24497/24964 actions (Installing new actions) |
3524 | 2024-08-21T21:28:00.268Z | [ recovery-image] Aug 21 21:27:58.932 INFO O| Aug 21 21:27:58.932 INFO O| Actions: Completed 24964 actions in 17.75 seconds. |
3525 | 2024-08-21T21:28:00.277Z | [ host-image] Aug 21 21:27:58.942 INFO O| Aug 21 21:27:58.942 INFO O| Actions: 8984/49261 actions (Installing new actions) |
3526 | 2024-08-21T21:28:00.763Z | [ recovery-image] Aug 21 21:27:59.427 INFO O| Aug 21 21:27:59.427 INFO O| Done |
3527 | 2024-08-21T21:28:00.764Z | [ recovery-image] Aug 21 21:27:59.427 INFO O| Aug 21 21:27:59.427 INFO O| Done |
3528 | 2024-08-21T21:28:01.939Z | [ recovery-image] Aug 21 21:28:00.603 INFO O| Aug 21 21:28:00.603 INFO O| Done |
3529 | 2024-08-21T21:28:03.630Z | [ recovery-image] Aug 21 21:28:02.292 INFO O| Aug 21 21:28:02.292 INFO O| Done |
3530 | 2024-08-21T21:28:03.649Z | [ recovery-image] Aug 21 21:28:02.313 INFO O| Aug 21 21:28:02.313 INFO O| Done |
3531 | 2024-08-21T21:28:05.308Z | [ host-image] Aug 21 21:28:03.971 INFO O| Aug 21 21:28:03.971 INFO O| Actions: 15705/49261 actions (Installing new actions) |
3532 | 2024-08-21T21:28:10.310Z | [ host-image] Aug 21 21:28:08.973 INFO O| Aug 21 21:28:08.973 INFO O| Actions: 22708/49261 actions (Installing new actions) |
3533 | 2024-08-21T21:28:13.964Z | [ recovery-image] Aug 21 21:28:12.626 INFO O| Aug 21 21:28:12.626 INFO O| Done |
3534 | 2024-08-21T21:28:14.764Z | [ recovery-image] Aug 21 21:28:13.426 INFO O| Aug 21 21:28:13.426 INFO O| Done |
3535 | 2024-08-21T21:28:15.086Z | [ recovery-image] Aug 21 21:28:13.749 INFO O| Aug 21 21:28:13.749 INFO STEP 11 (pkg_install) COMPLETE |
3536 | 2024-08-21T21:28:15.087Z | [ recovery-image] Aug 21 21:28:13.749 INFO O| Aug 21 21:28:13.749 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3537 | 2024-08-21T21:28:15.089Z | [ recovery-image] Aug 21 21:28:13.749 INFO O| Aug 21 21:28:13.749 INFO skip step because feature "recovery" is enabled |
3538 | 2024-08-21T21:28:15.089Z | [ recovery-image] Aug 21 21:28:13.749 INFO O| Aug 21 21:28:13.749 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3539 | 2024-08-21T21:28:15.089Z | [ recovery-image] Aug 21 21:28:13.749 INFO O| Aug 21 21:28:13.749 INFO skip step because feature "omicron1" is not enabled |
3540 | 2024-08-21T21:28:15.090Z | [ recovery-image] Aug 21 21:28:13.749 INFO O| Aug 21 21:28:13.749 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3541 | 2024-08-21T21:28:15.106Z | [ recovery-image] Aug 21 21:28:13.769 INFO O| Aug 21 21:28:13.769 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
3542 | 2024-08-21T21:28:16.156Z | [ host-image] Aug 21 21:28:14.818 INFO O| Aug 21 21:28:14.818 INFO O| Actions: 48708/49261 actions (Installing new actions) |
3543 | 2024-08-21T21:28:16.436Z | [ recovery-image] Aug 21 21:28:15.099 INFO O| Aug 21 21:28:15.099 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3544 | 2024-08-21T21:28:19.558Z | [ recovery-image] Aug 21 21:28:18.220 INFO O| Aug 21 21:28:18.220 INFO O| Planning: Solver setup ... Done |
3545 | 2024-08-21T21:28:19.585Z | [ recovery-image] Aug 21 21:28:18.247 INFO O| Aug 21 21:28:18.247 INFO O| Planning: Running solver ... Done |
3546 | 2024-08-21T21:28:19.677Z | [ recovery-image] Aug 21 21:28:18.340 INFO O| Aug 21 21:28:18.339 INFO O| Planning: Finding local manifests ... Done |
3547 | 2024-08-21T21:28:19.680Z | [ recovery-image] Aug 21 21:28:18.341 INFO O| Aug 21 21:28:18.341 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3548 | 2024-08-21T21:28:19.847Z | [ recovery-image] Aug 21 21:28:18.509 INFO O| Aug 21 21:28:18.509 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3549 | 2024-08-21T21:28:19.876Z | [ recovery-image] Aug 21 21:28:18.538 INFO O| Aug 21 21:28:18.538 INFO O| Planning: Package planning ... Done |
3550 | 2024-08-21T21:28:19.879Z | [ recovery-image] Aug 21 21:28:18.539 INFO O| Aug 21 21:28:18.539 INFO O| Planning: Merging actions ... Done |
3551 | 2024-08-21T21:28:19.980Z | [ recovery-image] Aug 21 21:28:18.642 INFO O| Aug 21 21:28:18.642 INFO O| Planning: Checking for conflicting actions ... Done |
3552 | 2024-08-21T21:28:19.983Z | [ recovery-image] Aug 21 21:28:18.643 INFO O| Aug 21 21:28:18.643 INFO O| Planning: Consolidating action changes ... Done |
3553 | 2024-08-21T21:28:20.186Z | [ host-image] Aug 21 21:28:18.849 INFO O| Aug 21 21:28:18.849 INFO O| Actions: Completed 49261 actions in 24.90 seconds. |
3554 | 2024-08-21T21:28:20.353Z | [ recovery-image] Aug 21 21:28:19.015 INFO O| Aug 21 21:28:19.015 INFO O| Planning: Evaluating mediators ... Done |
3555 | 2024-08-21T21:28:20.357Z | [ recovery-image] Aug 21 21:28:19.016 INFO O| Aug 21 21:28:19.016 INFO O| Planning: Planning completed in 3.92 seconds |
3556 | 2024-08-21T21:28:20.357Z | [ recovery-image] Aug 21 21:28:19.018 INFO O| Aug 21 21:28:19.018 INFO O| Packages to install: 1 |
3557 | 2024-08-21T21:28:20.374Z | [ recovery-image] Aug 21 21:28:19.037 INFO O| Aug 21 21:28:19.037 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
3558 | 2024-08-21T21:28:20.624Z | [ host-image] Aug 21 21:28:19.286 INFO O| Aug 21 21:28:19.286 INFO O| Done |
3559 | 2024-08-21T21:28:20.624Z | [ host-image] Aug 21 21:28:19.287 INFO O| Aug 21 21:28:19.286 INFO O| Done |
3560 | 2024-08-21T21:28:21.559Z | [ host-image] Aug 21 21:28:20.221 INFO O| Aug 21 21:28:20.221 INFO O| Done |
3561 | 2024-08-21T21:28:21.634Z | [ recovery-image] Aug 21 21:28:20.296 INFO O| Aug 21 21:28:20.296 INFO O| Download: Completed 20.86 MB in 1.26 seconds (16.6M/s) |
3562 | 2024-08-21T21:28:21.723Z | [ recovery-image] Aug 21 21:28:20.385 INFO O| Aug 21 21:28:20.384 INFO O| Actions: 1/22 actions (Installing new actions) |
3563 | 2024-08-21T21:28:22.549Z | [ recovery-image] Aug 21 21:28:21.210 INFO O| Aug 21 21:28:21.210 INFO O| Actions: Completed 22 actions in 0.83 seconds. |
3564 | 2024-08-21T21:28:22.879Z | [ recovery-image] Aug 21 21:28:21.541 INFO O| Aug 21 21:28:21.541 INFO O| Done |
3565 | 2024-08-21T21:28:22.879Z | [ recovery-image] Aug 21 21:28:21.541 INFO O| Aug 21 21:28:21.541 INFO O| Done |
3566 | 2024-08-21T21:28:23.754Z | [ recovery-image] Aug 21 21:28:22.416 INFO O| Aug 21 21:28:22.416 INFO O| Done |
3567 | 2024-08-21T21:28:24.124Z | [ host-image] Aug 21 21:28:22.785 INFO O| Aug 21 21:28:22.785 INFO O| Done |
3568 | 2024-08-21T21:28:24.170Z | [ host-image] Aug 21 21:28:22.832 INFO O| Aug 21 21:28:22.832 INFO O| Done |
3569 | 2024-08-21T21:28:25.649Z | [ recovery-image] Aug 21 21:28:24.310 INFO O| Aug 21 21:28:24.310 INFO O| Done |
3570 | 2024-08-21T21:28:25.668Z | [ recovery-image] Aug 21 21:28:24.330 INFO O| Aug 21 21:28:24.330 INFO O| Done |
3571 | 2024-08-21T21:28:25.668Z | [ recovery-image] Aug 21 21:28:24.330 INFO O| Aug 21 21:28:24.330 INFO O| Done |
3572 | 2024-08-21T21:28:25.686Z | [ recovery-image] Aug 21 21:28:24.348 INFO O| Aug 21 21:28:24.347 INFO O| Done |
3573 | 2024-08-21T21:28:25.809Z | [ recovery-image] Aug 21 21:28:24.471 INFO O| Aug 21 21:28:24.471 INFO STEP 14 (pkg_install) COMPLETE |
3574 | 2024-08-21T21:28:25.809Z | [ recovery-image] Aug 21 21:28:24.471 INFO O| Aug 21 21:28:24.471 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3575 | 2024-08-21T21:28:25.809Z | [ recovery-image] Aug 21 21:28:24.471 INFO O| Aug 21 21:28:24.471 INFO skip step because feature "mfg" is not enabled |
3576 | 2024-08-21T21:28:25.812Z | [ recovery-image] Aug 21 21:28:24.471 INFO O| Aug 21 21:28:24.471 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3577 | 2024-08-21T21:28:25.813Z | [ recovery-image] Aug 21 21:28:24.471 INFO O| Aug 21 21:28:24.471 INFO skip step because feature "compliance" is not enabled |
3578 | 2024-08-21T21:28:25.813Z | [ recovery-image] Aug 21 21:28:24.471 INFO O| Aug 21 21:28:24.471 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3579 | 2024-08-21T21:28:25.813Z | [ recovery-image] Aug 21 21:28:24.471 INFO O| Aug 21 21:28:24.471 INFO skip step because feature "stress" is not enabled |
3580 | 2024-08-21T21:28:25.813Z | [ recovery-image] Aug 21 21:28:24.471 INFO O| Aug 21 21:28:24.471 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3581 | 2024-08-21T21:28:25.813Z | [ recovery-image] Aug 21 21:28:24.471 INFO O| Aug 21 21:28:24.471 INFO skip step because feature "nfs" is not enabled |
3582 | 2024-08-21T21:28:25.813Z | [ recovery-image] Aug 21 21:28:24.471 INFO O| Aug 21 21:28:24.471 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3583 | 2024-08-21T21:28:25.813Z | [ recovery-image] Aug 21 21:28:24.471 INFO O| Aug 21 21:28:24.471 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3584 | 2024-08-21T21:28:25.872Z | [ recovery-image] Aug 21 21:28:24.534 INFO O| Aug 21 21:28:24.533 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3585 | 2024-08-21T21:28:25.971Z | [ recovery-image] Aug 21 21:28:24.632 INFO O| Aug 21 21:28:24.632 INFO completed processing gimlet/ramdisk-01-os |
3586 | 2024-08-21T21:28:25.973Z | [ recovery-image] Aug 21 21:28:24.635 INFO image builder template: ramdisk-02-trim... |
3587 | 2024-08-21T21:28:25.973Z | [ recovery-image] Aug 21 21:28:24.635 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/.tmprzSzlN/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 |
3588 | 2024-08-21T21:28:26.011Z | [ recovery-image] Aug 21 21:28:24.673 INFO O| Aug 21 21:28:24.673 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3589 | 2024-08-21T21:28:26.017Z | [ recovery-image] Aug 21 21:28:24.679 INFO O| Aug 21 21:28:24.679 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3590 | 2024-08-21T21:28:26.112Z | [ recovery-image] Aug 21 21:28:24.773 INFO O| Aug 21 21:28:24.773 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3591 | 2024-08-21T21:28:26.179Z | [ recovery-image] Aug 21 21:28:24.841 INFO O| Aug 21 21:28:24.841 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3592 | 2024-08-21T21:28:26.182Z | [ recovery-image] Aug 21 21:28:24.841 INFO O| Aug 21 21:28:24.841 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3593 | 2024-08-21T21:28:26.188Z | [ recovery-image] Aug 21 21:28:24.850 INFO O| Aug 21 21:28:24.850 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3594 | 2024-08-21T21:28:26.194Z | [ recovery-image] Aug 21 21:28:24.856 INFO O| Aug 21 21:28:24.856 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3595 | 2024-08-21T21:28:26.202Z | [ recovery-image] Aug 21 21:28:24.864 INFO O| Aug 21 21:28:24.864 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3596 | 2024-08-21T21:28:26.409Z | [ recovery-image] Aug 21 21:28:25.070 INFO O| Aug 21 21:28:25.070 INFO rolled back to input snapshot; work may begin |
3597 | 2024-08-21T21:28:26.409Z | [ recovery-image] Aug 21 21:28:25.070 INFO O| Aug 21 21:28:25.070 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3598 | 2024-08-21T21:28:26.416Z | [ recovery-image] Aug 21 21:28:25.078 INFO O| Aug 21 21:28:25.078 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3599 | 2024-08-21T21:28:26.433Z | [ recovery-image] Aug 21 21:28:25.095 INFO O| Aug 21 21:28:25.095 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3600 | 2024-08-21T21:28:26.504Z | [ recovery-image] Aug 21 21:28:25.166 INFO O| Aug 21 21:28:25.166 INFO STEP 0 (remove_files) COMPLETE |
3601 | 2024-08-21T21:28:26.504Z | [ recovery-image] Aug 21 21:28:25.166 INFO O| Aug 21 21:28:25.166 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3602 | 2024-08-21T21:28:26.522Z | [ recovery-image] Aug 21 21:28:25.183 INFO O| Aug 21 21:28:25.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3603 | 2024-08-21T21:28:26.524Z | [ recovery-image] Aug 21 21:28:25.186 INFO O| Aug 21 21:28:25.186 INFO STEP 1 (remove_files) COMPLETE |
3604 | 2024-08-21T21:28:26.524Z | [ recovery-image] Aug 21 21:28:25.186 INFO O| Aug 21 21:28:25.186 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3605 | 2024-08-21T21:28:26.541Z | [ recovery-image] Aug 21 21:28:25.203 INFO O| Aug 21 21:28:25.203 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3606 | 2024-08-21T21:28:26.563Z | [ recovery-image] Aug 21 21:28:25.224 INFO O| Aug 21 21:28:25.224 INFO STEP 2 (remove_files) COMPLETE |
3607 | 2024-08-21T21:28:26.563Z | [ recovery-image] Aug 21 21:28:25.224 INFO O| Aug 21 21:28:25.224 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3608 | 2024-08-21T21:28:26.575Z | [ recovery-image] Aug 21 21:28:25.237 INFO O| Aug 21 21:28:25.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3609 | 2024-08-21T21:28:26.578Z | [ recovery-image] Aug 21 21:28:25.239 INFO O| Aug 21 21:28:25.239 INFO STEP 3 (remove_files) COMPLETE |
3610 | 2024-08-21T21:28:26.578Z | [ recovery-image] Aug 21 21:28:25.239 INFO O| Aug 21 21:28:25.239 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3611 | 2024-08-21T21:28:26.593Z | [ recovery-image] Aug 21 21:28:25.254 INFO O| Aug 21 21:28:25.254 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3612 | 2024-08-21T21:28:26.599Z | [ recovery-image] Aug 21 21:28:25.261 INFO O| Aug 21 21:28:25.261 INFO STEP 4 (remove_files) COMPLETE |
3613 | 2024-08-21T21:28:26.599Z | [ recovery-image] Aug 21 21:28:25.261 INFO O| Aug 21 21:28:25.261 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3614 | 2024-08-21T21:28:26.614Z | [ recovery-image] Aug 21 21:28:25.276 INFO O| Aug 21 21:28:25.276 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3615 | 2024-08-21T21:28:26.617Z | [ recovery-image] Aug 21 21:28:25.277 INFO O| Aug 21 21:28:25.277 INFO STEP 5 (remove_files) COMPLETE |
3616 | 2024-08-21T21:28:26.617Z | [ recovery-image] Aug 21 21:28:25.277 INFO O| Aug 21 21:28:25.277 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3617 | 2024-08-21T21:28:26.628Z | [ recovery-image] Aug 21 21:28:25.290 INFO O| Aug 21 21:28:25.290 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3618 | 2024-08-21T21:28:26.639Z | [ recovery-image] Aug 21 21:28:25.300 INFO O| Aug 21 21:28:25.300 INFO STEP 6 (remove_files) COMPLETE |
3619 | 2024-08-21T21:28:26.639Z | [ recovery-image] Aug 21 21:28:25.300 INFO O| Aug 21 21:28:25.300 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3620 | 2024-08-21T21:28:26.639Z | [ recovery-image] Aug 21 21:28:25.300 INFO O| Aug 21 21:28:25.300 INFO skip step because feature "recovery" is enabled |
3621 | 2024-08-21T21:28:26.639Z | [ recovery-image] Aug 21 21:28:25.300 INFO O| Aug 21 21:28:25.300 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3622 | 2024-08-21T21:28:26.639Z | [ recovery-image] Aug 21 21:28:25.300 INFO O| Aug 21 21:28:25.300 INFO skip step because feature "recovery" is enabled |
3623 | 2024-08-21T21:28:26.639Z | [ recovery-image] Aug 21 21:28:25.300 INFO O| Aug 21 21:28:25.300 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3624 | 2024-08-21T21:28:26.639Z | [ recovery-image] Aug 21 21:28:25.300 INFO O| Aug 21 21:28:25.300 INFO skip step because feature "recovery" is enabled |
3625 | 2024-08-21T21:28:26.639Z | [ recovery-image] Aug 21 21:28:25.300 INFO O| Aug 21 21:28:25.300 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3626 | 2024-08-21T21:28:26.652Z | [ recovery-image] Aug 21 21:28:25.314 INFO O| Aug 21 21:28:25.314 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3627 | 2024-08-21T21:28:26.658Z | [ recovery-image] Aug 21 21:28:25.320 INFO O| Aug 21 21:28:25.319 INFO STEP 10 (remove_files) COMPLETE |
3628 | 2024-08-21T21:28:26.658Z | [ recovery-image] Aug 21 21:28:25.320 INFO O| Aug 21 21:28:25.319 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3629 | 2024-08-21T21:28:26.671Z | [ recovery-image] Aug 21 21:28:25.333 INFO O| Aug 21 21:28:25.333 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3630 | 2024-08-21T21:28:26.674Z | [ recovery-image] Aug 21 21:28:25.334 INFO O| Aug 21 21:28:25.334 INFO STEP 11 (remove_files) COMPLETE |
3631 | 2024-08-21T21:28:26.674Z | [ recovery-image] Aug 21 21:28:25.334 INFO O| Aug 21 21:28:25.334 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3632 | 2024-08-21T21:28:26.683Z | [ recovery-image] Aug 21 21:28:25.345 INFO O| Aug 21 21:28:25.345 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3633 | 2024-08-21T21:28:26.686Z | [ recovery-image] Aug 21 21:28:25.347 INFO O| Aug 21 21:28:25.347 INFO STEP 12 (remove_files) COMPLETE |
3634 | 2024-08-21T21:28:26.686Z | [ recovery-image] Aug 21 21:28:25.347 INFO O| Aug 21 21:28:25.347 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3635 | 2024-08-21T21:28:26.718Z | [ recovery-image] Aug 21 21:28:25.380 INFO O| Aug 21 21:28:25.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3636 | 2024-08-21T21:28:26.816Z | [ recovery-image] Aug 21 21:28:25.478 INFO O| Aug 21 21:28:25.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3637 | 2024-08-21T21:28:26.818Z | [ recovery-image] Aug 21 21:28:25.479 INFO O| Aug 21 21:28:25.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3638 | 2024-08-21T21:28:26.864Z | [ recovery-image] Aug 21 21:28:25.526 INFO O| Aug 21 21:28:25.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3639 | 2024-08-21T21:28:26.867Z | [ recovery-image] Aug 21 21:28:25.527 INFO O| Aug 21 21:28:25.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3640 | 2024-08-21T21:28:26.991Z | [ recovery-image] Aug 21 21:28:25.653 INFO O| Aug 21 21:28:25.653 INFO STEP 13 (remove_files) COMPLETE |
3641 | 2024-08-21T21:28:26.991Z | [ recovery-image] Aug 21 21:28:25.653 INFO O| Aug 21 21:28:25.653 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3642 | 2024-08-21T21:28:27.006Z | [ recovery-image] Aug 21 21:28:25.667 INFO O| Aug 21 21:28:25.667 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3643 | 2024-08-21T21:28:27.008Z | [ recovery-image] Aug 21 21:28:25.669 INFO O| Aug 21 21:28:25.669 INFO STEP 14 (remove_files) COMPLETE |
3644 | 2024-08-21T21:28:27.008Z | [ recovery-image] Aug 21 21:28:25.669 INFO O| Aug 21 21:28:25.669 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3645 | 2024-08-21T21:28:27.019Z | [ recovery-image] Aug 21 21:28:25.681 INFO O| Aug 21 21:28:25.681 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3646 | 2024-08-21T21:28:27.027Z | [ recovery-image] Aug 21 21:28:25.689 INFO O| Aug 21 21:28:25.689 INFO STEP 15 (remove_files) COMPLETE |
3647 | 2024-08-21T21:28:27.030Z | [ recovery-image] Aug 21 21:28:25.689 INFO O| Aug 21 21:28:25.689 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3648 | 2024-08-21T21:28:27.038Z | [ recovery-image] Aug 21 21:28:25.700 INFO O| Aug 21 21:28:25.700 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3649 | 2024-08-21T21:28:27.041Z | [ recovery-image] Aug 21 21:28:25.700 INFO O| Aug 21 21:28:25.700 INFO STEP 16 (remove_files) COMPLETE |
3650 | 2024-08-21T21:28:27.041Z | [ recovery-image] Aug 21 21:28:25.700 INFO O| Aug 21 21:28:25.700 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3651 | 2024-08-21T21:28:27.048Z | [ recovery-image] Aug 21 21:28:25.710 INFO O| Aug 21 21:28:25.710 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3652 | 2024-08-21T21:28:27.051Z | [ recovery-image] Aug 21 21:28:25.712 INFO O| Aug 21 21:28:25.712 INFO STEP 17 (remove_files) COMPLETE |
3653 | 2024-08-21T21:28:27.051Z | [ recovery-image] Aug 21 21:28:25.712 INFO O| Aug 21 21:28:25.712 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3654 | 2024-08-21T21:28:27.065Z | [ recovery-image] Aug 21 21:28:25.727 INFO O| Aug 21 21:28:25.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3655 | 2024-08-21T21:28:27.065Z | [ recovery-image] Aug 21 21:28:25.727 INFO O| Aug 21 21:28:25.727 INFO STEP 18 (remove_files) COMPLETE |
3656 | 2024-08-21T21:28:27.065Z | [ recovery-image] Aug 21 21:28:25.727 INFO O| Aug 21 21:28:25.727 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3657 | 2024-08-21T21:28:27.079Z | [ recovery-image] Aug 21 21:28:25.741 INFO O| Aug 21 21:28:25.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3658 | 2024-08-21T21:28:27.079Z | [ recovery-image] Aug 21 21:28:25.741 INFO O| Aug 21 21:28:25.741 INFO STEP 19 (remove_files) COMPLETE |
3659 | 2024-08-21T21:28:27.082Z | [ recovery-image] Aug 21 21:28:25.741 INFO O| Aug 21 21:28:25.741 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3660 | 2024-08-21T21:28:27.089Z | [ recovery-image] Aug 21 21:28:25.751 INFO O| Aug 21 21:28:25.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3661 | 2024-08-21T21:28:27.092Z | [ recovery-image] Aug 21 21:28:25.751 INFO O| Aug 21 21:28:25.751 INFO STEP 20 (remove_files) COMPLETE |
3662 | 2024-08-21T21:28:27.092Z | [ recovery-image] Aug 21 21:28:25.751 INFO O| Aug 21 21:28:25.751 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3663 | 2024-08-21T21:28:27.099Z | [ recovery-image] Aug 21 21:28:25.761 INFO O| Aug 21 21:28:25.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3664 | 2024-08-21T21:28:27.099Z | [ recovery-image] Aug 21 21:28:25.761 INFO O| Aug 21 21:28:25.761 INFO STEP 21 (remove_files) COMPLETE |
3665 | 2024-08-21T21:28:27.102Z | [ recovery-image] Aug 21 21:28:25.761 INFO O| Aug 21 21:28:25.761 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3666 | 2024-08-21T21:28:27.109Z | [ recovery-image] Aug 21 21:28:25.771 INFO O| Aug 21 21:28:25.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3667 | 2024-08-21T21:28:27.109Z | [ recovery-image] Aug 21 21:28:25.771 INFO O| Aug 21 21:28:25.771 INFO STEP 22 (remove_files) COMPLETE |
3668 | 2024-08-21T21:28:27.112Z | [ recovery-image] Aug 21 21:28:25.771 INFO O| Aug 21 21:28:25.771 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3669 | 2024-08-21T21:28:27.121Z | [ recovery-image] Aug 21 21:28:25.783 INFO O| Aug 21 21:28:25.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3670 | 2024-08-21T21:28:27.122Z | [ recovery-image] Aug 21 21:28:25.783 INFO O| Aug 21 21:28:25.783 INFO STEP 23 (remove_files) COMPLETE |
3671 | 2024-08-21T21:28:27.124Z | [ recovery-image] Aug 21 21:28:25.783 INFO O| Aug 21 21:28:25.783 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3672 | 2024-08-21T21:28:27.135Z | [ recovery-image] Aug 21 21:28:25.797 INFO O| Aug 21 21:28:25.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3673 | 2024-08-21T21:28:27.135Z | [ recovery-image] Aug 21 21:28:25.797 INFO O| Aug 21 21:28:25.797 INFO STEP 24 (remove_files) COMPLETE |
3674 | 2024-08-21T21:28:27.138Z | [ recovery-image] Aug 21 21:28:25.797 INFO O| Aug 21 21:28:25.797 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3675 | 2024-08-21T21:28:27.146Z | [ recovery-image] Aug 21 21:28:25.808 INFO O| Aug 21 21:28:25.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3676 | 2024-08-21T21:28:27.146Z | [ recovery-image] Aug 21 21:28:25.808 INFO O| Aug 21 21:28:25.808 INFO STEP 25 (remove_files) COMPLETE |
3677 | 2024-08-21T21:28:27.149Z | [ recovery-image] Aug 21 21:28:25.808 INFO O| Aug 21 21:28:25.808 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3678 | 2024-08-21T21:28:27.158Z | [ recovery-image] Aug 21 21:28:25.820 INFO O| Aug 21 21:28:25.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3679 | 2024-08-21T21:28:27.160Z | [ recovery-image] Aug 21 21:28:25.820 INFO O| Aug 21 21:28:25.820 INFO STEP 26 (remove_files) COMPLETE |
3680 | 2024-08-21T21:28:27.160Z | [ recovery-image] Aug 21 21:28:25.820 INFO O| Aug 21 21:28:25.820 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3681 | 2024-08-21T21:28:27.168Z | [ recovery-image] Aug 21 21:28:25.830 INFO O| Aug 21 21:28:25.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3682 | 2024-08-21T21:28:27.168Z | [ recovery-image] Aug 21 21:28:25.830 INFO O| Aug 21 21:28:25.830 INFO STEP 27 (remove_files) COMPLETE |
3683 | 2024-08-21T21:28:27.168Z | [ recovery-image] Aug 21 21:28:25.830 INFO O| Aug 21 21:28:25.830 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3684 | 2024-08-21T21:28:27.178Z | [ recovery-image] Aug 21 21:28:25.840 INFO O| Aug 21 21:28:25.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3685 | 2024-08-21T21:28:27.178Z | [ recovery-image] Aug 21 21:28:25.840 INFO O| Aug 21 21:28:25.840 INFO STEP 28 (remove_files) COMPLETE |
3686 | 2024-08-21T21:28:27.178Z | [ recovery-image] Aug 21 21:28:25.840 INFO O| Aug 21 21:28:25.840 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3687 | 2024-08-21T21:28:27.192Z | [ recovery-image] Aug 21 21:28:25.854 INFO O| Aug 21 21:28:25.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3688 | 2024-08-21T21:28:27.192Z | [ recovery-image] Aug 21 21:28:25.854 INFO O| Aug 21 21:28:25.854 INFO STEP 29 (remove_files) COMPLETE |
3689 | 2024-08-21T21:28:27.194Z | [ recovery-image] Aug 21 21:28:25.854 INFO O| Aug 21 21:28:25.854 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3690 | 2024-08-21T21:28:27.206Z | [ recovery-image] Aug 21 21:28:25.867 INFO O| Aug 21 21:28:25.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3691 | 2024-08-21T21:28:27.206Z | [ recovery-image] Aug 21 21:28:25.868 INFO O| Aug 21 21:28:25.867 INFO STEP 30 (remove_files) COMPLETE |
3692 | 2024-08-21T21:28:27.208Z | [ recovery-image] Aug 21 21:28:25.868 INFO O| Aug 21 21:28:25.868 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3693 | 2024-08-21T21:28:27.219Z | [ recovery-image] Aug 21 21:28:25.881 INFO O| Aug 21 21:28:25.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3694 | 2024-08-21T21:28:27.219Z | [ recovery-image] Aug 21 21:28:25.881 INFO O| Aug 21 21:28:25.881 INFO STEP 31 (remove_files) COMPLETE |
3695 | 2024-08-21T21:28:27.222Z | [ recovery-image] Aug 21 21:28:25.881 INFO O| Aug 21 21:28:25.881 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3696 | 2024-08-21T21:28:27.232Z | [ recovery-image] Aug 21 21:28:25.894 INFO O| Aug 21 21:28:25.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3697 | 2024-08-21T21:28:27.235Z | [ recovery-image] Aug 21 21:28:25.894 INFO O| Aug 21 21:28:25.894 INFO STEP 32 (remove_files) COMPLETE |
3698 | 2024-08-21T21:28:27.235Z | [ recovery-image] Aug 21 21:28:25.894 INFO O| Aug 21 21:28:25.894 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3699 | 2024-08-21T21:28:27.245Z | [ recovery-image] Aug 21 21:28:25.907 INFO O| Aug 21 21:28:25.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3700 | 2024-08-21T21:28:27.245Z | [ recovery-image] Aug 21 21:28:25.907 INFO O| Aug 21 21:28:25.907 INFO STEP 33 (remove_files) COMPLETE |
3701 | 2024-08-21T21:28:27.245Z | [ recovery-image] Aug 21 21:28:25.907 INFO O| Aug 21 21:28:25.907 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3702 | 2024-08-21T21:28:27.258Z | [ recovery-image] Aug 21 21:28:25.920 INFO O| Aug 21 21:28:25.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3703 | 2024-08-21T21:28:27.259Z | [ recovery-image] Aug 21 21:28:25.920 INFO O| Aug 21 21:28:25.920 INFO STEP 34 (remove_files) COMPLETE |
3704 | 2024-08-21T21:28:27.262Z | [ recovery-image] Aug 21 21:28:25.920 INFO O| Aug 21 21:28:25.920 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3705 | 2024-08-21T21:28:27.273Z | [ recovery-image] Aug 21 21:28:25.934 INFO O| Aug 21 21:28:25.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3706 | 2024-08-21T21:28:27.276Z | [ recovery-image] Aug 21 21:28:25.934 INFO O| Aug 21 21:28:25.934 INFO STEP 35 (remove_files) COMPLETE |
3707 | 2024-08-21T21:28:27.276Z | [ recovery-image] Aug 21 21:28:25.934 INFO O| Aug 21 21:28:25.934 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3708 | 2024-08-21T21:28:27.286Z | [ recovery-image] Aug 21 21:28:25.948 INFO O| Aug 21 21:28:25.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3709 | 2024-08-21T21:28:27.286Z | [ recovery-image] Aug 21 21:28:25.948 INFO O| Aug 21 21:28:25.948 INFO STEP 36 (remove_files) COMPLETE |
3710 | 2024-08-21T21:28:27.289Z | [ recovery-image] Aug 21 21:28:25.948 INFO O| Aug 21 21:28:25.948 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3711 | 2024-08-21T21:28:27.300Z | [ recovery-image] Aug 21 21:28:25.962 INFO O| Aug 21 21:28:25.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3712 | 2024-08-21T21:28:27.300Z | [ recovery-image] Aug 21 21:28:25.962 INFO O| Aug 21 21:28:25.962 INFO STEP 37 (remove_files) COMPLETE |
3713 | 2024-08-21T21:28:27.303Z | [ recovery-image] Aug 21 21:28:25.962 INFO O| Aug 21 21:28:25.962 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3714 | 2024-08-21T21:28:27.314Z | [ recovery-image] Aug 21 21:28:25.976 INFO O| Aug 21 21:28:25.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3715 | 2024-08-21T21:28:27.314Z | [ recovery-image] Aug 21 21:28:25.976 INFO O| Aug 21 21:28:25.976 INFO STEP 38 (remove_files) COMPLETE |
3716 | 2024-08-21T21:28:27.317Z | [ recovery-image] Aug 21 21:28:25.976 INFO O| Aug 21 21:28:25.976 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3717 | 2024-08-21T21:28:27.328Z | [ recovery-image] Aug 21 21:28:25.990 INFO O| Aug 21 21:28:25.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3718 | 2024-08-21T21:28:27.331Z | [ recovery-image] Aug 21 21:28:25.990 INFO O| Aug 21 21:28:25.990 INFO STEP 39 (remove_files) COMPLETE |
3719 | 2024-08-21T21:28:27.331Z | [ recovery-image] Aug 21 21:28:25.990 INFO O| Aug 21 21:28:25.990 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3720 | 2024-08-21T21:28:27.344Z | [ recovery-image] Aug 21 21:28:26.006 INFO O| Aug 21 21:28:26.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3721 | 2024-08-21T21:28:27.346Z | [ recovery-image] Aug 21 21:28:26.006 INFO O| Aug 21 21:28:26.006 INFO STEP 40 (remove_files) COMPLETE |
3722 | 2024-08-21T21:28:27.346Z | [ recovery-image] Aug 21 21:28:26.006 INFO O| Aug 21 21:28:26.006 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3723 | 2024-08-21T21:28:27.358Z | [ recovery-image] Aug 21 21:28:26.020 INFO O| Aug 21 21:28:26.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3724 | 2024-08-21T21:28:27.358Z | [ recovery-image] Aug 21 21:28:26.020 INFO O| Aug 21 21:28:26.020 INFO STEP 41 (remove_files) COMPLETE |
3725 | 2024-08-21T21:28:27.358Z | [ recovery-image] Aug 21 21:28:26.020 INFO O| Aug 21 21:28:26.020 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3726 | 2024-08-21T21:28:27.371Z | [ recovery-image] Aug 21 21:28:26.033 INFO O| Aug 21 21:28:26.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3727 | 2024-08-21T21:28:27.371Z | [ recovery-image] Aug 21 21:28:26.033 INFO O| Aug 21 21:28:26.033 INFO STEP 42 (remove_files) COMPLETE |
3728 | 2024-08-21T21:28:27.371Z | [ recovery-image] Aug 21 21:28:26.033 INFO O| Aug 21 21:28:26.033 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3729 | 2024-08-21T21:28:27.382Z | [ recovery-image] Aug 21 21:28:26.044 INFO O| Aug 21 21:28:26.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3730 | 2024-08-21T21:28:27.382Z | [ recovery-image] Aug 21 21:28:26.044 INFO O| Aug 21 21:28:26.044 INFO STEP 43 (remove_files) COMPLETE |
3731 | 2024-08-21T21:28:27.385Z | [ recovery-image] Aug 21 21:28:26.044 INFO O| Aug 21 21:28:26.044 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3732 | 2024-08-21T21:28:27.392Z | [ recovery-image] Aug 21 21:28:26.054 INFO O| Aug 21 21:28:26.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3733 | 2024-08-21T21:28:27.392Z | [ recovery-image] Aug 21 21:28:26.054 INFO O| Aug 21 21:28:26.054 INFO STEP 44 (remove_files) COMPLETE |
3734 | 2024-08-21T21:28:27.394Z | [ recovery-image] Aug 21 21:28:26.054 INFO O| Aug 21 21:28:26.054 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3735 | 2024-08-21T21:28:27.402Z | [ recovery-image] Aug 21 21:28:26.064 INFO O| Aug 21 21:28:26.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3736 | 2024-08-21T21:28:27.404Z | [ recovery-image] Aug 21 21:28:26.064 INFO O| Aug 21 21:28:26.064 INFO STEP 45 (remove_files) COMPLETE |
3737 | 2024-08-21T21:28:27.404Z | [ recovery-image] Aug 21 21:28:26.064 INFO O| Aug 21 21:28:26.064 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3738 | 2024-08-21T21:28:27.413Z | [ recovery-image] Aug 21 21:28:26.075 INFO O| Aug 21 21:28:26.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3739 | 2024-08-21T21:28:27.413Z | [ recovery-image] Aug 21 21:28:26.075 INFO O| Aug 21 21:28:26.075 INFO STEP 46 (remove_files) COMPLETE |
3740 | 2024-08-21T21:28:27.416Z | [ recovery-image] Aug 21 21:28:26.075 INFO O| Aug 21 21:28:26.075 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3741 | 2024-08-21T21:28:27.425Z | [ recovery-image] Aug 21 21:28:26.087 INFO O| Aug 21 21:28:26.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3742 | 2024-08-21T21:28:27.425Z | [ recovery-image] Aug 21 21:28:26.087 INFO O| Aug 21 21:28:26.087 INFO STEP 47 (remove_files) COMPLETE |
3743 | 2024-08-21T21:28:27.428Z | [ recovery-image] Aug 21 21:28:26.087 INFO O| Aug 21 21:28:26.087 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3744 | 2024-08-21T21:28:27.436Z | [ recovery-image] Aug 21 21:28:26.098 INFO O| Aug 21 21:28:26.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3745 | 2024-08-21T21:28:27.436Z | [ recovery-image] Aug 21 21:28:26.098 INFO O| Aug 21 21:28:26.098 INFO STEP 48 (remove_files) COMPLETE |
3746 | 2024-08-21T21:28:27.436Z | [ recovery-image] Aug 21 21:28:26.098 INFO O| Aug 21 21:28:26.098 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3747 | 2024-08-21T21:28:27.448Z | [ recovery-image] Aug 21 21:28:26.110 INFO O| Aug 21 21:28:26.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3748 | 2024-08-21T21:28:27.450Z | [ recovery-image] Aug 21 21:28:26.110 INFO O| Aug 21 21:28:26.110 INFO STEP 49 (remove_files) COMPLETE |
3749 | 2024-08-21T21:28:27.450Z | [ recovery-image] Aug 21 21:28:26.110 INFO O| Aug 21 21:28:26.110 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3750 | 2024-08-21T21:28:27.458Z | [ recovery-image] Aug 21 21:28:26.120 INFO O| Aug 21 21:28:26.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3751 | 2024-08-21T21:28:27.458Z | [ recovery-image] Aug 21 21:28:26.120 INFO O| Aug 21 21:28:26.120 INFO STEP 50 (remove_files) COMPLETE |
3752 | 2024-08-21T21:28:27.461Z | [ recovery-image] Aug 21 21:28:26.120 INFO O| Aug 21 21:28:26.120 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3753 | 2024-08-21T21:28:27.469Z | [ recovery-image] Aug 21 21:28:26.131 INFO O| Aug 21 21:28:26.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3754 | 2024-08-21T21:28:27.472Z | [ recovery-image] Aug 21 21:28:26.131 INFO O| Aug 21 21:28:26.131 INFO STEP 51 (remove_files) COMPLETE |
3755 | 2024-08-21T21:28:27.472Z | [ recovery-image] Aug 21 21:28:26.131 INFO O| Aug 21 21:28:26.131 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3756 | 2024-08-21T21:28:27.480Z | [ recovery-image] Aug 21 21:28:26.141 INFO O| Aug 21 21:28:26.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3757 | 2024-08-21T21:28:27.482Z | [ recovery-image] Aug 21 21:28:26.142 INFO O| Aug 21 21:28:26.142 INFO STEP 52 (remove_files) COMPLETE |
3758 | 2024-08-21T21:28:27.482Z | [ recovery-image] Aug 21 21:28:26.142 INFO O| Aug 21 21:28:26.142 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3759 | 2024-08-21T21:28:27.490Z | [ recovery-image] Aug 21 21:28:26.152 INFO O| Aug 21 21:28:26.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3760 | 2024-08-21T21:28:27.493Z | [ recovery-image] Aug 21 21:28:26.152 INFO O| Aug 21 21:28:26.152 INFO STEP 53 (remove_files) COMPLETE |
3761 | 2024-08-21T21:28:27.493Z | [ recovery-image] Aug 21 21:28:26.152 INFO O| Aug 21 21:28:26.152 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3762 | 2024-08-21T21:28:27.502Z | [ recovery-image] Aug 21 21:28:26.164 INFO O| Aug 21 21:28:26.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3763 | 2024-08-21T21:28:27.502Z | [ recovery-image] Aug 21 21:28:26.164 INFO O| Aug 21 21:28:26.164 INFO STEP 54 (remove_files) COMPLETE |
3764 | 2024-08-21T21:28:27.505Z | [ recovery-image] Aug 21 21:28:26.164 INFO O| Aug 21 21:28:26.164 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3765 | 2024-08-21T21:28:27.513Z | [ recovery-image] Aug 21 21:28:26.175 INFO O| Aug 21 21:28:26.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3766 | 2024-08-21T21:28:27.513Z | [ recovery-image] Aug 21 21:28:26.175 INFO O| Aug 21 21:28:26.175 INFO STEP 55 (remove_files) COMPLETE |
3767 | 2024-08-21T21:28:27.513Z | [ recovery-image] Aug 21 21:28:26.175 INFO O| Aug 21 21:28:26.175 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3768 | 2024-08-21T21:28:27.523Z | [ recovery-image] Aug 21 21:28:26.185 INFO O| Aug 21 21:28:26.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3769 | 2024-08-21T21:28:27.523Z | [ recovery-image] Aug 21 21:28:26.185 INFO O| Aug 21 21:28:26.185 INFO STEP 56 (remove_files) COMPLETE |
3770 | 2024-08-21T21:28:27.526Z | [ recovery-image] Aug 21 21:28:26.185 INFO O| Aug 21 21:28:26.185 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3771 | 2024-08-21T21:28:27.534Z | [ recovery-image] Aug 21 21:28:26.196 INFO O| Aug 21 21:28:26.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3772 | 2024-08-21T21:28:27.534Z | [ recovery-image] Aug 21 21:28:26.196 INFO O| Aug 21 21:28:26.196 INFO STEP 57 (remove_files) COMPLETE |
3773 | 2024-08-21T21:28:27.537Z | [ recovery-image] Aug 21 21:28:26.196 INFO O| Aug 21 21:28:26.196 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3774 | 2024-08-21T21:28:27.544Z | [ recovery-image] Aug 21 21:28:26.206 INFO O| Aug 21 21:28:26.206 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3775 | 2024-08-21T21:28:27.547Z | [ recovery-image] Aug 21 21:28:26.206 INFO O| Aug 21 21:28:26.206 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3776 | 2024-08-21T21:28:27.547Z | [ recovery-image] Aug 21 21:28:26.206 INFO O| Aug 21 21:28:26.206 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3777 | 2024-08-21T21:28:27.547Z | [ recovery-image] Aug 21 21:28:26.206 INFO O| Aug 21 21:28:26.206 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3778 | 2024-08-21T21:28:27.547Z | [ recovery-image] Aug 21 21:28:26.206 INFO O| Aug 21 21:28:26.206 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3779 | 2024-08-21T21:28:27.547Z | [ recovery-image] Aug 21 21:28:26.206 INFO O| Aug 21 21:28:26.206 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3780 | 2024-08-21T21:28:27.547Z | [ recovery-image] Aug 21 21:28:26.206 INFO O| Aug 21 21:28:26.206 INFO ok! |
3781 | 2024-08-21T21:28:27.547Z | [ recovery-image] Aug 21 21:28:26.206 INFO O| Aug 21 21:28:26.206 INFO STEP 58 (ensure_file) COMPLETE |
3782 | 2024-08-21T21:28:27.547Z | [ recovery-image] Aug 21 21:28:26.206 INFO O| Aug 21 21:28:26.206 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3783 | 2024-08-21T21:28:27.554Z | [ recovery-image] Aug 21 21:28:26.216 INFO O| Aug 21 21:28:26.216 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3784 | 2024-08-21T21:28:27.554Z | [ recovery-image] Aug 21 21:28:26.216 INFO O| Aug 21 21:28:26.216 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3785 | 2024-08-21T21:28:27.561Z | [ recovery-image] Aug 21 21:28:26.216 INFO O| Aug 21 21:28:26.216 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3786 | 2024-08-21T21:28:27.561Z | [ recovery-image] Aug 21 21:28:26.216 INFO O| Aug 21 21:28:26.216 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3787 | 2024-08-21T21:28:27.561Z | [ recovery-image] Aug 21 21:28:26.216 INFO O| Aug 21 21:28:26.216 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3788 | 2024-08-21T21:28:27.561Z | [ recovery-image] Aug 21 21:28:26.216 INFO O| Aug 21 21:28:26.216 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3789 | 2024-08-21T21:28:27.561Z | [ recovery-image] Aug 21 21:28:26.216 INFO O| Aug 21 21:28:26.216 INFO ok! |
3790 | 2024-08-21T21:28:27.561Z | [ recovery-image] Aug 21 21:28:26.216 INFO O| Aug 21 21:28:26.216 INFO STEP 59 (ensure_file) COMPLETE |
3791 | 2024-08-21T21:28:27.561Z | [ recovery-image] Aug 21 21:28:26.216 INFO O| Aug 21 21:28:26.216 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3792 | 2024-08-21T21:28:27.564Z | [ recovery-image] Aug 21 21:28:26.226 INFO O| Aug 21 21:28:26.226 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3793 | 2024-08-21T21:28:27.564Z | [ recovery-image] Aug 21 21:28:26.226 INFO O| Aug 21 21:28:26.226 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3794 | 2024-08-21T21:28:27.564Z | [ recovery-image] Aug 21 21:28:26.226 INFO O| Aug 21 21:28:26.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3795 | 2024-08-21T21:28:27.564Z | [ recovery-image] Aug 21 21:28:26.226 INFO O| Aug 21 21:28:26.226 INFO ok! |
3796 | 2024-08-21T21:28:27.567Z | [ recovery-image] Aug 21 21:28:26.226 INFO O| Aug 21 21:28:26.226 INFO STEP 60 (ensure_file) COMPLETE |
3797 | 2024-08-21T21:28:27.567Z | [ recovery-image] Aug 21 21:28:26.226 INFO O| Aug 21 21:28:26.226 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3798 | 2024-08-21T21:28:27.574Z | [ recovery-image] Aug 21 21:28:26.236 INFO O| Aug 21 21:28:26.236 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3799 | 2024-08-21T21:28:27.576Z | [ recovery-image] Aug 21 21:28:26.236 INFO O| Aug 21 21:28:26.236 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3800 | 2024-08-21T21:28:27.576Z | [ recovery-image] Aug 21 21:28:26.236 INFO O| Aug 21 21:28:26.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3801 | 2024-08-21T21:28:27.576Z | [ recovery-image] Aug 21 21:28:26.236 INFO O| Aug 21 21:28:26.236 INFO ok! |
3802 | 2024-08-21T21:28:27.576Z | [ recovery-image] Aug 21 21:28:26.236 INFO O| Aug 21 21:28:26.236 INFO STEP 61 (ensure_file) COMPLETE |
3803 | 2024-08-21T21:28:27.576Z | [ recovery-image] Aug 21 21:28:26.236 INFO O| Aug 21 21:28:26.236 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3804 | 2024-08-21T21:28:27.584Z | [ recovery-image] Aug 21 21:28:26.246 INFO O| Aug 21 21:28:26.246 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3805 | 2024-08-21T21:28:27.584Z | [ recovery-image] Aug 21 21:28:26.246 INFO O| Aug 21 21:28:26.246 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3806 | 2024-08-21T21:28:27.586Z | [ recovery-image] Aug 21 21:28:26.246 INFO O| Aug 21 21:28:26.246 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3807 | 2024-08-21T21:28:27.586Z | [ recovery-image] Aug 21 21:28:26.246 INFO O| Aug 21 21:28:26.246 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3808 | 2024-08-21T21:28:27.586Z | [ recovery-image] Aug 21 21:28:26.246 INFO O| Aug 21 21:28:26.246 INFO ok! |
3809 | 2024-08-21T21:28:27.586Z | [ recovery-image] Aug 21 21:28:26.246 INFO O| Aug 21 21:28:26.246 INFO STEP 62 (ensure_file) COMPLETE |
3810 | 2024-08-21T21:28:27.586Z | [ recovery-image] Aug 21 21:28:26.246 INFO O| Aug 21 21:28:26.246 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3811 | 2024-08-21T21:28:27.593Z | [ recovery-image] Aug 21 21:28:26.255 INFO O| Aug 21 21:28:26.255 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3812 | 2024-08-21T21:28:27.593Z | [ recovery-image] Aug 21 21:28:26.255 INFO O| Aug 21 21:28:26.255 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3813 | 2024-08-21T21:28:27.593Z | [ recovery-image] Aug 21 21:28:26.255 INFO O| Aug 21 21:28:26.255 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3814 | 2024-08-21T21:28:27.596Z | [ recovery-image] Aug 21 21:28:26.255 INFO O| Aug 21 21:28:26.255 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3815 | 2024-08-21T21:28:27.596Z | [ recovery-image] Aug 21 21:28:26.255 INFO O| Aug 21 21:28:26.255 INFO ok! |
3816 | 2024-08-21T21:28:27.596Z | [ recovery-image] Aug 21 21:28:26.255 INFO O| Aug 21 21:28:26.255 INFO STEP 63 (ensure_file) COMPLETE |
3817 | 2024-08-21T21:28:27.596Z | [ recovery-image] Aug 21 21:28:26.255 INFO O| Aug 21 21:28:26.255 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3818 | 2024-08-21T21:28:27.603Z | [ recovery-image] Aug 21 21:28:26.265 INFO O| Aug 21 21:28:26.265 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3819 | 2024-08-21T21:28:27.603Z | [ recovery-image] Aug 21 21:28:26.265 INFO O| Aug 21 21:28:26.265 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3820 | 2024-08-21T21:28:27.605Z | [ recovery-image] Aug 21 21:28:26.265 INFO O| Aug 21 21:28:26.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3821 | 2024-08-21T21:28:27.606Z | [ recovery-image] Aug 21 21:28:26.265 INFO O| Aug 21 21:28:26.265 INFO ok! |
3822 | 2024-08-21T21:28:27.606Z | [ recovery-image] Aug 21 21:28:26.265 INFO O| Aug 21 21:28:26.265 INFO STEP 64 (assemble_files) COMPLETE |
3823 | 2024-08-21T21:28:27.606Z | [ recovery-image] Aug 21 21:28:26.265 INFO O| Aug 21 21:28:26.265 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3824 | 2024-08-21T21:28:27.615Z | [ recovery-image] Aug 21 21:28:26.277 INFO O| Aug 21 21:28:26.277 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3825 | 2024-08-21T21:28:27.615Z | [ recovery-image] Aug 21 21:28:26.277 INFO O| Aug 21 21:28:26.277 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3826 | 2024-08-21T21:28:27.618Z | [ recovery-image] Aug 21 21:28:26.277 INFO O| Aug 21 21:28:26.277 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3827 | 2024-08-21T21:28:27.618Z | [ recovery-image] Aug 21 21:28:26.277 INFO O| Aug 21 21:28:26.277 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3828 | 2024-08-21T21:28:27.618Z | [ recovery-image] Aug 21 21:28:26.277 INFO O| Aug 21 21:28:26.277 INFO ok! |
3829 | 2024-08-21T21:28:27.618Z | [ recovery-image] Aug 21 21:28:26.277 INFO O| Aug 21 21:28:26.277 INFO STEP 65 (ensure_file) COMPLETE |
3830 | 2024-08-21T21:28:27.618Z | [ recovery-image] Aug 21 21:28:26.277 INFO O| Aug 21 21:28:26.277 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3831 | 2024-08-21T21:28:27.618Z | [ recovery-image] Aug 21 21:28:26.277 INFO O| Aug 21 21:28:26.277 INFO skip step because feature "omicron1" is not enabled |
3832 | 2024-08-21T21:28:27.618Z | [ recovery-image] Aug 21 21:28:26.277 INFO O| Aug 21 21:28:26.277 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3833 | 2024-08-21T21:28:27.618Z | [ recovery-image] Aug 21 21:28:26.277 INFO O| Aug 21 21:28:26.277 INFO skip step because feature "omicron1" is not enabled |
3834 | 2024-08-21T21:28:27.618Z | [ recovery-image] Aug 21 21:28:26.277 INFO O| Aug 21 21:28:26.277 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3835 | 2024-08-21T21:28:27.618Z | [ recovery-image] Aug 21 21:28:26.277 INFO O| Aug 21 21:28:26.277 INFO skip step because feature "omicron1" is not enabled |
3836 | 2024-08-21T21:28:27.618Z | [ recovery-image] Aug 21 21:28:26.277 INFO O| Aug 21 21:28:26.277 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3837 | 2024-08-21T21:28:27.629Z | [ recovery-image] Aug 21 21:28:26.291 INFO O| Aug 21 21:28:26.291 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3838 | 2024-08-21T21:28:27.629Z | [ recovery-image] Aug 21 21:28:26.291 INFO O| Aug 21 21:28:26.291 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3839 | 2024-08-21T21:28:29.181Z | [ recovery-image] Aug 21 21:28:27.843 INFO O| Aug 21 21:28:27.843 INFO STEP 69 (pack_tar) COMPLETE |
3840 | 2024-08-21T21:28:29.182Z | [ recovery-image] Aug 21 21:28:27.843 INFO O| Aug 21 21:28:27.843 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3841 | 2024-08-21T21:28:29.184Z | [ recovery-image] Aug 21 21:28:27.843 INFO O| Aug 21 21:28:27.843 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3842 | 2024-08-21T21:28:29.727Z | [ recovery-image] Aug 21 21:28:28.389 INFO O| Aug 21 21:28:28.389 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3843 | 2024-08-21T21:28:29.808Z | [ recovery-image] Aug 21 21:28:28.469 INFO O| Aug 21 21:28:28.469 INFO completed processing gimlet/ramdisk-02-trim |
3844 | 2024-08-21T21:28:29.810Z | [ recovery-image] Aug 21 21:28:28.471 INFO image builder template: ramdisk-03-recovery-trim... |
3845 | 2024-08-21T21:28:29.810Z | [ recovery-image] Aug 21 21:28:28.471 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/.tmprzSzlN/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 |
3846 | 2024-08-21T21:28:29.878Z | [ recovery-image] Aug 21 21:28:28.539 INFO O| Aug 21 21:28:28.539 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3847 | 2024-08-21T21:28:29.883Z | [ recovery-image] Aug 21 21:28:28.545 INFO O| Aug 21 21:28:28.544 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3848 | 2024-08-21T21:28:29.983Z | [ recovery-image] Aug 21 21:28:28.644 INFO O| Aug 21 21:28:28.644 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3849 | 2024-08-21T21:28:30.040Z | [ recovery-image] Aug 21 21:28:28.701 INFO O| Aug 21 21:28:28.701 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3850 | 2024-08-21T21:28:30.040Z | [ recovery-image] Aug 21 21:28:28.701 INFO O| Aug 21 21:28:28.701 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3851 | 2024-08-21T21:28:30.051Z | [ recovery-image] Aug 21 21:28:28.712 INFO O| Aug 21 21:28:28.712 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3852 | 2024-08-21T21:28:30.057Z | [ recovery-image] Aug 21 21:28:28.718 INFO O| Aug 21 21:28:28.718 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3853 | 2024-08-21T21:28:30.063Z | [ recovery-image] Aug 21 21:28:28.724 INFO O| Aug 21 21:28:28.724 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3854 | 2024-08-21T21:28:30.338Z | [ recovery-image] Aug 21 21:28:29.000 INFO O| Aug 21 21:28:28.999 INFO rolled back to input snapshot; work may begin |
3855 | 2024-08-21T21:28:30.338Z | [ recovery-image] Aug 21 21:28:29.000 INFO O| Aug 21 21:28:29.000 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3856 | 2024-08-21T21:28:30.346Z | [ recovery-image] Aug 21 21:28:29.007 INFO O| Aug 21 21:28:29.007 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3857 | 2024-08-21T21:28:30.358Z | [ recovery-image] Aug 21 21:28:29.020 INFO O| Aug 21 21:28:29.019 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3858 | 2024-08-21T21:28:30.361Z | [ recovery-image] Aug 21 21:28:29.023 INFO O| Aug 21 21:28:29.023 INFO STEP 0 (remove_files) COMPLETE |
3859 | 2024-08-21T21:28:30.361Z | [ recovery-image] Aug 21 21:28:29.023 INFO O| Aug 21 21:28:29.023 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3860 | 2024-08-21T21:28:30.373Z | [ recovery-image] Aug 21 21:28:29.034 INFO O| Aug 21 21:28:29.034 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3861 | 2024-08-21T21:28:30.424Z | [ recovery-image] Aug 21 21:28:29.085 INFO O| Aug 21 21:28:29.085 INFO STEP 1 (remove_files) COMPLETE |
3862 | 2024-08-21T21:28:30.424Z | [ recovery-image] Aug 21 21:28:29.085 INFO O| Aug 21 21:28:29.085 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3863 | 2024-08-21T21:28:30.436Z | [ recovery-image] Aug 21 21:28:29.098 INFO O| Aug 21 21:28:29.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3864 | 2024-08-21T21:28:30.439Z | [ recovery-image] Aug 21 21:28:29.100 INFO O| Aug 21 21:28:29.100 INFO STEP 2 (remove_files) COMPLETE |
3865 | 2024-08-21T21:28:30.439Z | [ recovery-image] Aug 21 21:28:29.100 INFO O| Aug 21 21:28:29.100 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3866 | 2024-08-21T21:28:30.450Z | [ recovery-image] Aug 21 21:28:29.112 INFO O| Aug 21 21:28:29.112 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3867 | 2024-08-21T21:28:30.489Z | [ recovery-image] Aug 21 21:28:29.150 INFO O| Aug 21 21:28:29.150 INFO STEP 3 (remove_files) COMPLETE |
3868 | 2024-08-21T21:28:30.490Z | [ recovery-image] Aug 21 21:28:29.150 INFO O| Aug 21 21:28:29.150 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3869 | 2024-08-21T21:28:30.502Z | [ recovery-image] Aug 21 21:28:29.163 INFO O| Aug 21 21:28:29.163 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3870 | 2024-08-21T21:28:30.510Z | [ recovery-image] Aug 21 21:28:29.172 INFO O| Aug 21 21:28:29.172 INFO STEP 4 (remove_files) COMPLETE |
3871 | 2024-08-21T21:28:30.513Z | [ recovery-image] Aug 21 21:28:29.172 INFO O| Aug 21 21:28:29.172 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3872 | 2024-08-21T21:28:30.522Z | [ recovery-image] Aug 21 21:28:29.184 INFO O| Aug 21 21:28:29.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3873 | 2024-08-21T21:28:30.525Z | [ recovery-image] Aug 21 21:28:29.186 INFO O| Aug 21 21:28:29.186 INFO STEP 5 (remove_files) COMPLETE |
3874 | 2024-08-21T21:28:30.525Z | [ recovery-image] Aug 21 21:28:29.186 INFO O| Aug 21 21:28:29.186 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3875 | 2024-08-21T21:28:30.535Z | [ recovery-image] Aug 21 21:28:29.197 INFO O| Aug 21 21:28:29.197 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3876 | 2024-08-21T21:28:30.538Z | [ recovery-image] Aug 21 21:28:29.198 INFO O| Aug 21 21:28:29.198 INFO STEP 6 (remove_files) COMPLETE |
3877 | 2024-08-21T21:28:30.538Z | [ recovery-image] Aug 21 21:28:29.198 INFO O| Aug 21 21:28:29.198 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3878 | 2024-08-21T21:28:30.547Z | [ recovery-image] Aug 21 21:28:29.209 INFO O| Aug 21 21:28:29.209 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3879 | 2024-08-21T21:28:30.550Z | [ recovery-image] Aug 21 21:28:29.210 INFO O| Aug 21 21:28:29.210 INFO STEP 7 (remove_files) COMPLETE |
3880 | 2024-08-21T21:28:30.550Z | [ recovery-image] Aug 21 21:28:29.210 INFO O| Aug 21 21:28:29.210 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3881 | 2024-08-21T21:28:30.559Z | [ recovery-image] Aug 21 21:28:29.220 INFO O| Aug 21 21:28:29.220 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3882 | 2024-08-21T21:28:30.561Z | [ recovery-image] Aug 21 21:28:29.223 INFO O| Aug 21 21:28:29.223 INFO STEP 8 (remove_files) COMPLETE |
3883 | 2024-08-21T21:28:30.561Z | [ recovery-image] Aug 21 21:28:29.223 INFO O| Aug 21 21:28:29.223 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3884 | 2024-08-21T21:28:30.571Z | [ recovery-image] Aug 21 21:28:29.233 INFO O| Aug 21 21:28:29.233 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3885 | 2024-08-21T21:28:30.574Z | [ recovery-image] Aug 21 21:28:29.233 INFO O| Aug 21 21:28:29.233 INFO STEP 9 (remove_files) COMPLETE |
3886 | 2024-08-21T21:28:30.574Z | [ recovery-image] Aug 21 21:28:29.233 INFO O| Aug 21 21:28:29.233 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3887 | 2024-08-21T21:28:30.581Z | [ recovery-image] Aug 21 21:28:29.243 INFO O| Aug 21 21:28:29.243 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3888 | 2024-08-21T21:28:30.584Z | [ recovery-image] Aug 21 21:28:29.244 INFO O| Aug 21 21:28:29.244 INFO STEP 10 (remove_files) COMPLETE |
3889 | 2024-08-21T21:28:30.584Z | [ recovery-image] Aug 21 21:28:29.244 INFO O| Aug 21 21:28:29.244 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3890 | 2024-08-21T21:28:30.592Z | [ recovery-image] Aug 21 21:28:29.254 INFO O| Aug 21 21:28:29.254 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3891 | 2024-08-21T21:28:30.639Z | [ recovery-image] Aug 21 21:28:29.300 INFO O| Aug 21 21:28:29.300 INFO STEP 11 (remove_files) COMPLETE |
3892 | 2024-08-21T21:28:30.639Z | [ recovery-image] Aug 21 21:28:29.301 INFO O| Aug 21 21:28:29.300 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3893 | 2024-08-21T21:28:30.653Z | [ recovery-image] Aug 21 21:28:29.314 INFO O| Aug 21 21:28:29.314 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3894 | 2024-08-21T21:28:30.656Z | [ recovery-image] Aug 21 21:28:29.317 INFO O| Aug 21 21:28:29.317 INFO STEP 12 (remove_files) COMPLETE |
3895 | 2024-08-21T21:28:30.656Z | [ recovery-image] Aug 21 21:28:29.317 INFO O| Aug 21 21:28:29.317 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3896 | 2024-08-21T21:28:30.666Z | [ recovery-image] Aug 21 21:28:29.328 INFO O| Aug 21 21:28:29.328 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3897 | 2024-08-21T21:28:30.669Z | [ recovery-image] Aug 21 21:28:29.330 INFO O| Aug 21 21:28:29.330 INFO STEP 13 (remove_files) COMPLETE |
3898 | 2024-08-21T21:28:30.669Z | [ recovery-image] Aug 21 21:28:29.330 INFO O| Aug 21 21:28:29.330 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3899 | 2024-08-21T21:28:30.681Z | [ recovery-image] Aug 21 21:28:29.343 INFO O| Aug 21 21:28:29.343 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3900 | 2024-08-21T21:28:30.685Z | [ recovery-image] Aug 21 21:28:29.343 INFO O| Aug 21 21:28:29.343 INFO STEP 14 (remove_files) COMPLETE |
3901 | 2024-08-21T21:28:30.685Z | [ recovery-image] Aug 21 21:28:29.343 INFO O| Aug 21 21:28:29.343 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3902 | 2024-08-21T21:28:30.694Z | [ recovery-image] Aug 21 21:28:29.355 INFO O| Aug 21 21:28:29.355 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3903 | 2024-08-21T21:28:30.697Z | [ recovery-image] Aug 21 21:28:29.356 INFO O| Aug 21 21:28:29.356 INFO STEP 15 (remove_files) COMPLETE |
3904 | 2024-08-21T21:28:30.697Z | [ recovery-image] Aug 21 21:28:29.356 INFO O| Aug 21 21:28:29.356 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3905 | 2024-08-21T21:28:30.707Z | [ recovery-image] Aug 21 21:28:29.369 INFO O| Aug 21 21:28:29.369 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3906 | 2024-08-21T21:28:30.716Z | [ recovery-image] Aug 21 21:28:29.377 INFO O| Aug 21 21:28:29.377 INFO STEP 16 (remove_files) COMPLETE |
3907 | 2024-08-21T21:28:30.716Z | [ recovery-image] Aug 21 21:28:29.377 INFO O| Aug 21 21:28:29.377 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3908 | 2024-08-21T21:28:30.729Z | [ recovery-image] Aug 21 21:28:29.390 INFO O| Aug 21 21:28:29.390 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3909 | 2024-08-21T21:28:30.731Z | [ recovery-image] Aug 21 21:28:29.390 INFO O| Aug 21 21:28:29.390 INFO STEP 17 (remove_files) COMPLETE |
3910 | 2024-08-21T21:28:30.731Z | [ recovery-image] Aug 21 21:28:29.390 INFO O| Aug 21 21:28:29.390 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3911 | 2024-08-21T21:28:30.741Z | [ recovery-image] Aug 21 21:28:29.403 INFO O| Aug 21 21:28:29.403 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3912 | 2024-08-21T21:28:30.744Z | [ recovery-image] Aug 21 21:28:29.403 INFO O| Aug 21 21:28:29.403 INFO STEP 18 (remove_files) COMPLETE |
3913 | 2024-08-21T21:28:30.744Z | [ recovery-image] Aug 21 21:28:29.403 INFO O| Aug 21 21:28:29.403 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3914 | 2024-08-21T21:28:30.755Z | [ recovery-image] Aug 21 21:28:29.416 INFO O| Aug 21 21:28:29.416 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3915 | 2024-08-21T21:28:30.827Z | [ recovery-image] Aug 21 21:28:29.489 INFO O| Aug 21 21:28:29.489 INFO STEP 19 (remove_files) COMPLETE |
3916 | 2024-08-21T21:28:30.828Z | [ recovery-image] Aug 21 21:28:29.489 INFO O| Aug 21 21:28:29.489 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3917 | 2024-08-21T21:28:30.846Z | [ recovery-image] Aug 21 21:28:29.507 INFO O| Aug 21 21:28:29.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3918 | 2024-08-21T21:28:30.849Z | [ recovery-image] Aug 21 21:28:29.509 INFO O| Aug 21 21:28:29.509 INFO STEP 20 (remove_files) COMPLETE |
3919 | 2024-08-21T21:28:30.849Z | [ recovery-image] Aug 21 21:28:29.509 INFO O| Aug 21 21:28:29.509 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3920 | 2024-08-21T21:28:30.870Z | [ recovery-image] Aug 21 21:28:29.531 INFO O| Aug 21 21:28:29.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3921 | 2024-08-21T21:28:30.872Z | [ recovery-image] Aug 21 21:28:29.531 INFO O| Aug 21 21:28:29.531 INFO STEP 21 (remove_files) COMPLETE |
3922 | 2024-08-21T21:28:30.872Z | [ recovery-image] Aug 21 21:28:29.531 INFO O| Aug 21 21:28:29.531 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3923 | 2024-08-21T21:28:30.893Z | [ recovery-image] Aug 21 21:28:29.554 INFO O| Aug 21 21:28:29.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3924 | 2024-08-21T21:28:30.896Z | [ recovery-image] Aug 21 21:28:29.554 INFO O| Aug 21 21:28:29.554 INFO STEP 22 (remove_files) COMPLETE |
3925 | 2024-08-21T21:28:30.896Z | [ recovery-image] Aug 21 21:28:29.554 INFO O| Aug 21 21:28:29.554 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3926 | 2024-08-21T21:28:30.915Z | [ recovery-image] Aug 21 21:28:29.576 INFO O| Aug 21 21:28:29.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3927 | 2024-08-21T21:28:30.918Z | [ recovery-image] Aug 21 21:28:29.576 INFO O| Aug 21 21:28:29.576 INFO STEP 23 (remove_files) COMPLETE |
3928 | 2024-08-21T21:28:30.921Z | [ recovery-image] Aug 21 21:28:29.576 INFO O| Aug 21 21:28:29.576 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3929 | 2024-08-21T21:28:30.929Z | [ recovery-image] Aug 21 21:28:29.591 INFO O| Aug 21 21:28:29.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3930 | 2024-08-21T21:28:30.932Z | [ recovery-image] Aug 21 21:28:29.591 INFO O| Aug 21 21:28:29.591 INFO STEP 24 (remove_files) COMPLETE |
3931 | 2024-08-21T21:28:30.932Z | [ recovery-image] Aug 21 21:28:29.591 INFO O| Aug 21 21:28:29.591 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3932 | 2024-08-21T21:28:30.943Z | [ recovery-image] Aug 21 21:28:29.605 INFO O| Aug 21 21:28:29.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3933 | 2024-08-21T21:28:30.947Z | [ recovery-image] Aug 21 21:28:29.605 INFO O| Aug 21 21:28:29.605 INFO STEP 25 (remove_files) COMPLETE |
3934 | 2024-08-21T21:28:30.947Z | [ recovery-image] Aug 21 21:28:29.605 INFO O| Aug 21 21:28:29.605 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3935 | 2024-08-21T21:28:30.957Z | [ recovery-image] Aug 21 21:28:29.618 INFO O| Aug 21 21:28:29.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3936 | 2024-08-21T21:28:30.960Z | [ recovery-image] Aug 21 21:28:29.619 INFO O| Aug 21 21:28:29.619 INFO STEP 26 (remove_files) COMPLETE |
3937 | 2024-08-21T21:28:30.960Z | [ recovery-image] Aug 21 21:28:29.619 INFO O| Aug 21 21:28:29.619 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3938 | 2024-08-21T21:28:30.975Z | [ recovery-image] Aug 21 21:28:29.636 INFO O| Aug 21 21:28:29.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3939 | 2024-08-21T21:28:30.975Z | [ recovery-image] Aug 21 21:28:29.636 INFO O| Aug 21 21:28:29.636 INFO STEP 27 (remove_files) COMPLETE |
3940 | 2024-08-21T21:28:30.978Z | [ recovery-image] Aug 21 21:28:29.636 INFO O| Aug 21 21:28:29.636 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3941 | 2024-08-21T21:28:30.991Z | [ recovery-image] Aug 21 21:28:29.652 INFO O| Aug 21 21:28:29.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3942 | 2024-08-21T21:28:30.991Z | [ recovery-image] Aug 21 21:28:29.652 INFO O| Aug 21 21:28:29.652 INFO STEP 28 (remove_files) COMPLETE |
3943 | 2024-08-21T21:28:30.993Z | [ recovery-image] Aug 21 21:28:29.652 INFO O| Aug 21 21:28:29.652 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3944 | 2024-08-21T21:28:31.004Z | [ recovery-image] Aug 21 21:28:29.665 INFO O| Aug 21 21:28:29.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3945 | 2024-08-21T21:28:31.006Z | [ recovery-image] Aug 21 21:28:29.665 INFO O| Aug 21 21:28:29.665 INFO STEP 29 (remove_files) COMPLETE |
3946 | 2024-08-21T21:28:31.006Z | [ recovery-image] Aug 21 21:28:29.665 INFO O| Aug 21 21:28:29.665 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3947 | 2024-08-21T21:28:31.018Z | [ recovery-image] Aug 21 21:28:29.678 INFO O| Aug 21 21:28:29.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3948 | 2024-08-21T21:28:31.021Z | [ recovery-image] Aug 21 21:28:29.678 INFO O| Aug 21 21:28:29.678 INFO STEP 30 (remove_files) COMPLETE |
3949 | 2024-08-21T21:28:31.021Z | [ recovery-image] Aug 21 21:28:29.678 INFO O| Aug 21 21:28:29.678 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3950 | 2024-08-21T21:28:31.027Z | [ recovery-image] Aug 21 21:28:29.688 INFO O| Aug 21 21:28:29.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3951 | 2024-08-21T21:28:31.030Z | [ recovery-image] Aug 21 21:28:29.688 INFO O| Aug 21 21:28:29.688 INFO STEP 31 (remove_files) COMPLETE |
3952 | 2024-08-21T21:28:31.030Z | [ recovery-image] Aug 21 21:28:29.689 INFO O| Aug 21 21:28:29.688 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3953 | 2024-08-21T21:28:31.037Z | [ recovery-image] Aug 21 21:28:29.698 INFO O| Aug 21 21:28:29.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3954 | 2024-08-21T21:28:31.039Z | [ recovery-image] Aug 21 21:28:29.699 INFO O| Aug 21 21:28:29.699 INFO STEP 32 (remove_files) COMPLETE |
3955 | 2024-08-21T21:28:31.039Z | [ recovery-image] Aug 21 21:28:29.699 INFO O| Aug 21 21:28:29.699 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3956 | 2024-08-21T21:28:31.048Z | [ recovery-image] Aug 21 21:28:29.709 INFO O| Aug 21 21:28:29.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3957 | 2024-08-21T21:28:31.048Z | [ recovery-image] Aug 21 21:28:29.709 INFO O| Aug 21 21:28:29.709 INFO STEP 33 (remove_files) COMPLETE |
3958 | 2024-08-21T21:28:31.052Z | [ recovery-image] Aug 21 21:28:29.709 INFO O| Aug 21 21:28:29.709 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3959 | 2024-08-21T21:28:31.058Z | [ recovery-image] Aug 21 21:28:29.719 INFO O| Aug 21 21:28:29.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
3960 | 2024-08-21T21:28:31.061Z | [ recovery-image] Aug 21 21:28:29.720 INFO O| Aug 21 21:28:29.720 INFO STEP 34 (remove_files) COMPLETE |
3961 | 2024-08-21T21:28:31.061Z | [ recovery-image] Aug 21 21:28:29.720 INFO O| Aug 21 21:28:29.720 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3962 | 2024-08-21T21:28:31.068Z | [ recovery-image] Aug 21 21:28:29.730 INFO O| Aug 21 21:28:29.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
3963 | 2024-08-21T21:28:31.068Z | [ recovery-image] Aug 21 21:28:29.730 INFO O| Aug 21 21:28:29.730 INFO STEP 35 (remove_files) COMPLETE |
3964 | 2024-08-21T21:28:31.068Z | [ recovery-image] Aug 21 21:28:29.730 INFO O| Aug 21 21:28:29.730 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3965 | 2024-08-21T21:28:31.079Z | [ recovery-image] Aug 21 21:28:29.740 INFO O| Aug 21 21:28:29.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
3966 | 2024-08-21T21:28:31.079Z | [ recovery-image] Aug 21 21:28:29.740 INFO O| Aug 21 21:28:29.740 INFO STEP 36 (remove_files) COMPLETE |
3967 | 2024-08-21T21:28:31.079Z | [ recovery-image] Aug 21 21:28:29.740 INFO O| Aug 21 21:28:29.740 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3968 | 2024-08-21T21:28:31.089Z | [ recovery-image] Aug 21 21:28:29.750 INFO O| Aug 21 21:28:29.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
3969 | 2024-08-21T21:28:31.091Z | [ recovery-image] Aug 21 21:28:29.750 INFO O| Aug 21 21:28:29.750 INFO STEP 37 (remove_files) COMPLETE |
3970 | 2024-08-21T21:28:31.091Z | [ recovery-image] Aug 21 21:28:29.750 INFO O| Aug 21 21:28:29.750 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3971 | 2024-08-21T21:28:31.101Z | [ recovery-image] Aug 21 21:28:29.763 INFO O| Aug 21 21:28:29.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
3972 | 2024-08-21T21:28:31.101Z | [ recovery-image] Aug 21 21:28:29.763 INFO O| Aug 21 21:28:29.763 INFO STEP 38 (remove_files) COMPLETE |
3973 | 2024-08-21T21:28:31.101Z | [ recovery-image] Aug 21 21:28:29.763 INFO O| Aug 21 21:28:29.763 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3974 | 2024-08-21T21:28:31.113Z | [ recovery-image] Aug 21 21:28:29.775 INFO O| Aug 21 21:28:29.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
3975 | 2024-08-21T21:28:31.113Z | [ recovery-image] Aug 21 21:28:29.775 INFO O| Aug 21 21:28:29.775 INFO STEP 39 (remove_files) COMPLETE |
3976 | 2024-08-21T21:28:31.113Z | [ recovery-image] Aug 21 21:28:29.775 INFO O| Aug 21 21:28:29.775 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3977 | 2024-08-21T21:28:31.126Z | [ recovery-image] Aug 21 21:28:29.787 INFO O| Aug 21 21:28:29.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
3978 | 2024-08-21T21:28:31.126Z | [ recovery-image] Aug 21 21:28:29.787 INFO O| Aug 21 21:28:29.787 INFO STEP 40 (remove_files) COMPLETE |
3979 | 2024-08-21T21:28:31.126Z | [ recovery-image] Aug 21 21:28:29.787 INFO O| Aug 21 21:28:29.787 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3980 | 2024-08-21T21:28:31.138Z | [ recovery-image] Aug 21 21:28:29.799 INFO O| Aug 21 21:28:29.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
3981 | 2024-08-21T21:28:31.138Z | [ recovery-image] Aug 21 21:28:29.799 INFO O| Aug 21 21:28:29.799 INFO STEP 41 (remove_files) COMPLETE |
3982 | 2024-08-21T21:28:31.140Z | [ recovery-image] Aug 21 21:28:29.799 INFO O| Aug 21 21:28:29.799 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3983 | 2024-08-21T21:28:31.148Z | [ recovery-image] Aug 21 21:28:29.810 INFO O| Aug 21 21:28:29.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
3984 | 2024-08-21T21:28:31.148Z | [ recovery-image] Aug 21 21:28:29.810 INFO O| Aug 21 21:28:29.810 INFO STEP 42 (remove_files) COMPLETE |
3985 | 2024-08-21T21:28:31.149Z | [ recovery-image] Aug 21 21:28:29.810 INFO O| Aug 21 21:28:29.810 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3986 | 2024-08-21T21:28:31.158Z | [ recovery-image] Aug 21 21:28:29.820 INFO O| Aug 21 21:28:29.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
3987 | 2024-08-21T21:28:31.161Z | [ recovery-image] Aug 21 21:28:29.820 INFO O| Aug 21 21:28:29.820 INFO STEP 43 (remove_files) COMPLETE |
3988 | 2024-08-21T21:28:31.161Z | [ recovery-image] Aug 21 21:28:29.820 INFO O| Aug 21 21:28:29.820 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3989 | 2024-08-21T21:28:31.168Z | [ recovery-image] Aug 21 21:28:29.829 INFO O| Aug 21 21:28:29.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
3990 | 2024-08-21T21:28:31.168Z | [ recovery-image] Aug 21 21:28:29.829 INFO O| Aug 21 21:28:29.829 INFO STEP 44 (remove_files) COMPLETE |
3991 | 2024-08-21T21:28:31.168Z | [ recovery-image] Aug 21 21:28:29.829 INFO O| Aug 21 21:28:29.829 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3992 | 2024-08-21T21:28:31.180Z | [ recovery-image] Aug 21 21:28:29.841 INFO O| Aug 21 21:28:29.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
3993 | 2024-08-21T21:28:31.182Z | [ recovery-image] Aug 21 21:28:29.842 INFO O| Aug 21 21:28:29.842 INFO STEP 45 (remove_files) COMPLETE |
3994 | 2024-08-21T21:28:31.182Z | [ recovery-image] Aug 21 21:28:29.842 INFO O| Aug 21 21:28:29.842 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3995 | 2024-08-21T21:28:31.192Z | [ recovery-image] Aug 21 21:28:29.854 INFO O| Aug 21 21:28:29.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
3996 | 2024-08-21T21:28:31.192Z | [ recovery-image] Aug 21 21:28:29.854 INFO O| Aug 21 21:28:29.854 INFO STEP 46 (remove_files) COMPLETE |
3997 | 2024-08-21T21:28:31.195Z | [ recovery-image] Aug 21 21:28:29.854 INFO O| Aug 21 21:28:29.854 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3998 | 2024-08-21T21:28:31.203Z | [ recovery-image] Aug 21 21:28:29.864 INFO O| Aug 21 21:28:29.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
3999 | 2024-08-21T21:28:31.203Z | [ recovery-image] Aug 21 21:28:29.865 INFO O| Aug 21 21:28:29.864 INFO STEP 47 (remove_files) COMPLETE |
4000 | 2024-08-21T21:28:31.206Z | [ recovery-image] Aug 21 21:28:29.865 INFO O| Aug 21 21:28:29.865 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4001 | 2024-08-21T21:28:31.213Z | [ recovery-image] Aug 21 21:28:29.875 INFO O| Aug 21 21:28:29.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4002 | 2024-08-21T21:28:31.213Z | [ recovery-image] Aug 21 21:28:29.875 INFO O| Aug 21 21:28:29.875 INFO STEP 48 (remove_files) COMPLETE |
4003 | 2024-08-21T21:28:31.214Z | [ recovery-image] Aug 21 21:28:29.875 INFO O| Aug 21 21:28:29.875 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4004 | 2024-08-21T21:28:31.224Z | [ recovery-image] Aug 21 21:28:29.885 INFO O| Aug 21 21:28:29.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4005 | 2024-08-21T21:28:31.224Z | [ recovery-image] Aug 21 21:28:29.885 INFO O| Aug 21 21:28:29.885 INFO STEP 49 (remove_files) COMPLETE |
4006 | 2024-08-21T21:28:31.226Z | [ recovery-image] Aug 21 21:28:29.885 INFO O| Aug 21 21:28:29.885 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4007 | 2024-08-21T21:28:31.234Z | [ recovery-image] Aug 21 21:28:29.895 INFO O| Aug 21 21:28:29.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4008 | 2024-08-21T21:28:31.234Z | [ recovery-image] Aug 21 21:28:29.895 INFO O| Aug 21 21:28:29.895 INFO STEP 50 (remove_files) COMPLETE |
4009 | 2024-08-21T21:28:31.237Z | [ recovery-image] Aug 21 21:28:29.895 INFO O| Aug 21 21:28:29.895 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4010 | 2024-08-21T21:28:31.248Z | [ recovery-image] Aug 21 21:28:29.910 INFO O| Aug 21 21:28:29.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4011 | 2024-08-21T21:28:31.248Z | [ recovery-image] Aug 21 21:28:29.910 INFO O| Aug 21 21:28:29.910 INFO STEP 51 (remove_files) COMPLETE |
4012 | 2024-08-21T21:28:31.251Z | [ recovery-image] Aug 21 21:28:29.910 INFO O| Aug 21 21:28:29.910 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4013 | 2024-08-21T21:28:31.261Z | [ recovery-image] Aug 21 21:28:29.922 INFO O| Aug 21 21:28:29.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4014 | 2024-08-21T21:28:31.261Z | [ recovery-image] Aug 21 21:28:29.922 INFO O| Aug 21 21:28:29.922 INFO STEP 52 (remove_files) COMPLETE |
4015 | 2024-08-21T21:28:31.261Z | [ recovery-image] Aug 21 21:28:29.922 INFO O| Aug 21 21:28:29.922 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4016 | 2024-08-21T21:28:31.273Z | [ recovery-image] Aug 21 21:28:29.935 INFO O| Aug 21 21:28:29.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4017 | 2024-08-21T21:28:31.276Z | [ recovery-image] Aug 21 21:28:29.935 INFO O| Aug 21 21:28:29.935 INFO STEP 53 (remove_files) COMPLETE |
4018 | 2024-08-21T21:28:31.276Z | [ recovery-image] Aug 21 21:28:29.935 INFO O| Aug 21 21:28:29.935 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4019 | 2024-08-21T21:28:31.286Z | [ recovery-image] Aug 21 21:28:29.948 INFO O| Aug 21 21:28:29.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4020 | 2024-08-21T21:28:31.286Z | [ recovery-image] Aug 21 21:28:29.948 INFO O| Aug 21 21:28:29.948 INFO STEP 54 (remove_files) COMPLETE |
4021 | 2024-08-21T21:28:31.289Z | [ recovery-image] Aug 21 21:28:29.948 INFO O| Aug 21 21:28:29.948 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4022 | 2024-08-21T21:28:31.300Z | [ recovery-image] Aug 21 21:28:29.962 INFO O| Aug 21 21:28:29.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4023 | 2024-08-21T21:28:31.300Z | [ recovery-image] Aug 21 21:28:29.962 INFO O| Aug 21 21:28:29.962 INFO STEP 55 (remove_files) COMPLETE |
4024 | 2024-08-21T21:28:31.303Z | [ recovery-image] Aug 21 21:28:29.962 INFO O| Aug 21 21:28:29.962 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4025 | 2024-08-21T21:28:31.311Z | [ recovery-image] Aug 21 21:28:29.972 INFO O| Aug 21 21:28:29.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4026 | 2024-08-21T21:28:31.311Z | [ recovery-image] Aug 21 21:28:29.972 INFO O| Aug 21 21:28:29.972 INFO STEP 56 (remove_files) COMPLETE |
4027 | 2024-08-21T21:28:31.314Z | [ recovery-image] Aug 21 21:28:29.972 INFO O| Aug 21 21:28:29.972 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4028 | 2024-08-21T21:28:31.320Z | [ recovery-image] Aug 21 21:28:29.982 INFO O| Aug 21 21:28:29.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4029 | 2024-08-21T21:28:31.320Z | [ recovery-image] Aug 21 21:28:29.982 INFO O| Aug 21 21:28:29.982 INFO STEP 57 (remove_files) COMPLETE |
4030 | 2024-08-21T21:28:31.320Z | [ recovery-image] Aug 21 21:28:29.982 INFO O| Aug 21 21:28:29.982 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4031 | 2024-08-21T21:28:31.330Z | [ recovery-image] Aug 21 21:28:29.991 INFO O| Aug 21 21:28:29.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4032 | 2024-08-21T21:28:31.332Z | [ recovery-image] Aug 21 21:28:29.991 INFO O| Aug 21 21:28:29.991 INFO STEP 58 (remove_files) COMPLETE |
4033 | 2024-08-21T21:28:31.332Z | [ recovery-image] Aug 21 21:28:29.991 INFO O| Aug 21 21:28:29.991 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4034 | 2024-08-21T21:28:31.340Z | [ recovery-image] Aug 21 21:28:30.001 INFO O| Aug 21 21:28:30.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4035 | 2024-08-21T21:28:31.342Z | [ recovery-image] Aug 21 21:28:30.001 INFO O| Aug 21 21:28:30.001 INFO STEP 59 (remove_files) COMPLETE |
4036 | 2024-08-21T21:28:31.342Z | [ recovery-image] Aug 21 21:28:30.001 INFO O| Aug 21 21:28:30.001 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4037 | 2024-08-21T21:28:31.349Z | [ recovery-image] Aug 21 21:28:30.010 INFO O| Aug 21 21:28:30.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4038 | 2024-08-21T21:28:31.349Z | [ recovery-image] Aug 21 21:28:30.011 INFO O| Aug 21 21:28:30.010 INFO STEP 60 (remove_files) COMPLETE |
4039 | 2024-08-21T21:28:31.349Z | [ recovery-image] Aug 21 21:28:30.011 INFO O| Aug 21 21:28:30.011 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4040 | 2024-08-21T21:28:31.359Z | [ recovery-image] Aug 21 21:28:30.020 INFO O| Aug 21 21:28:30.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4041 | 2024-08-21T21:28:31.361Z | [ recovery-image] Aug 21 21:28:30.020 INFO O| Aug 21 21:28:30.020 INFO STEP 61 (remove_files) COMPLETE |
4042 | 2024-08-21T21:28:31.361Z | [ recovery-image] Aug 21 21:28:30.020 INFO O| Aug 21 21:28:30.020 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4043 | 2024-08-21T21:28:31.368Z | [ recovery-image] Aug 21 21:28:30.030 INFO O| Aug 21 21:28:30.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4044 | 2024-08-21T21:28:31.368Z | [ recovery-image] Aug 21 21:28:30.030 INFO O| Aug 21 21:28:30.030 INFO STEP 62 (remove_files) COMPLETE |
4045 | 2024-08-21T21:28:31.368Z | [ recovery-image] Aug 21 21:28:30.030 INFO O| Aug 21 21:28:30.030 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4046 | 2024-08-21T21:28:31.378Z | [ recovery-image] Aug 21 21:28:30.039 INFO O| Aug 21 21:28:30.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4047 | 2024-08-21T21:28:31.378Z | [ recovery-image] Aug 21 21:28:30.039 INFO O| Aug 21 21:28:30.039 INFO STEP 63 (remove_files) COMPLETE |
4048 | 2024-08-21T21:28:31.378Z | [ recovery-image] Aug 21 21:28:30.039 INFO O| Aug 21 21:28:30.039 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4049 | 2024-08-21T21:28:31.387Z | [ recovery-image] Aug 21 21:28:30.049 INFO O| Aug 21 21:28:30.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4050 | 2024-08-21T21:28:31.387Z | [ recovery-image] Aug 21 21:28:30.049 INFO O| Aug 21 21:28:30.049 INFO STEP 64 (remove_files) COMPLETE |
4051 | 2024-08-21T21:28:31.390Z | [ recovery-image] Aug 21 21:28:30.049 INFO O| Aug 21 21:28:30.049 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4052 | 2024-08-21T21:28:31.397Z | [ recovery-image] Aug 21 21:28:30.058 INFO O| Aug 21 21:28:30.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4053 | 2024-08-21T21:28:31.399Z | [ recovery-image] Aug 21 21:28:30.058 INFO O| Aug 21 21:28:30.058 INFO STEP 65 (remove_files) COMPLETE |
4054 | 2024-08-21T21:28:31.399Z | [ recovery-image] Aug 21 21:28:30.058 INFO O| Aug 21 21:28:30.058 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4055 | 2024-08-21T21:28:31.406Z | [ recovery-image] Aug 21 21:28:30.068 INFO O| Aug 21 21:28:30.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4056 | 2024-08-21T21:28:31.406Z | [ recovery-image] Aug 21 21:28:30.068 INFO O| Aug 21 21:28:30.068 INFO STEP 66 (remove_files) COMPLETE |
4057 | 2024-08-21T21:28:31.406Z | [ recovery-image] Aug 21 21:28:30.068 INFO O| Aug 21 21:28:30.068 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4058 | 2024-08-21T21:28:31.416Z | [ recovery-image] Aug 21 21:28:30.078 INFO O| Aug 21 21:28:30.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4059 | 2024-08-21T21:28:31.416Z | [ recovery-image] Aug 21 21:28:30.078 INFO O| Aug 21 21:28:30.078 INFO STEP 67 (remove_files) COMPLETE |
4060 | 2024-08-21T21:28:31.419Z | [ recovery-image] Aug 21 21:28:30.078 INFO O| Aug 21 21:28:30.078 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4061 | 2024-08-21T21:28:31.426Z | [ recovery-image] Aug 21 21:28:30.087 INFO O| Aug 21 21:28:30.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4062 | 2024-08-21T21:28:31.426Z | [ recovery-image] Aug 21 21:28:30.087 INFO O| Aug 21 21:28:30.087 INFO STEP 68 (remove_files) COMPLETE |
4063 | 2024-08-21T21:28:31.428Z | [ recovery-image] Aug 21 21:28:30.087 INFO O| Aug 21 21:28:30.087 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4064 | 2024-08-21T21:28:31.435Z | [ recovery-image] Aug 21 21:28:30.097 INFO O| Aug 21 21:28:30.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4065 | 2024-08-21T21:28:31.435Z | [ recovery-image] Aug 21 21:28:30.097 INFO O| Aug 21 21:28:30.097 INFO STEP 69 (remove_files) COMPLETE |
4066 | 2024-08-21T21:28:31.438Z | [ recovery-image] Aug 21 21:28:30.097 INFO O| Aug 21 21:28:30.097 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4067 | 2024-08-21T21:28:31.444Z | [ recovery-image] Aug 21 21:28:30.106 INFO O| Aug 21 21:28:30.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4068 | 2024-08-21T21:28:31.447Z | [ recovery-image] Aug 21 21:28:30.106 INFO O| Aug 21 21:28:30.106 INFO STEP 70 (remove_files) COMPLETE |
4069 | 2024-08-21T21:28:31.447Z | [ recovery-image] Aug 21 21:28:30.106 INFO O| Aug 21 21:28:30.106 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4070 | 2024-08-21T21:28:31.454Z | [ recovery-image] Aug 21 21:28:30.115 INFO O| Aug 21 21:28:30.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4071 | 2024-08-21T21:28:31.454Z | [ recovery-image] Aug 21 21:28:30.115 INFO O| Aug 21 21:28:30.115 INFO STEP 71 (remove_files) COMPLETE |
4072 | 2024-08-21T21:28:31.454Z | [ recovery-image] Aug 21 21:28:30.115 INFO O| Aug 21 21:28:30.115 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4073 | 2024-08-21T21:28:31.463Z | [ recovery-image] Aug 21 21:28:30.125 INFO O| Aug 21 21:28:30.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4074 | 2024-08-21T21:28:31.463Z | [ recovery-image] Aug 21 21:28:30.125 INFO O| Aug 21 21:28:30.125 INFO STEP 72 (remove_files) COMPLETE |
4075 | 2024-08-21T21:28:31.463Z | [ recovery-image] Aug 21 21:28:30.125 INFO O| Aug 21 21:28:30.125 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4076 | 2024-08-21T21:28:31.473Z | [ recovery-image] Aug 21 21:28:30.134 INFO O| Aug 21 21:28:30.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4077 | 2024-08-21T21:28:31.473Z | [ recovery-image] Aug 21 21:28:30.134 INFO O| Aug 21 21:28:30.134 INFO STEP 73 (remove_files) COMPLETE |
4078 | 2024-08-21T21:28:31.476Z | [ recovery-image] Aug 21 21:28:30.135 INFO O| Aug 21 21:28:30.134 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4079 | 2024-08-21T21:28:31.483Z | [ recovery-image] Aug 21 21:28:30.144 INFO O| Aug 21 21:28:30.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4080 | 2024-08-21T21:28:31.483Z | [ recovery-image] Aug 21 21:28:30.144 INFO O| Aug 21 21:28:30.144 INFO STEP 74 (remove_files) COMPLETE |
4081 | 2024-08-21T21:28:31.483Z | [ recovery-image] Aug 21 21:28:30.144 INFO O| Aug 21 21:28:30.144 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4082 | 2024-08-21T21:28:31.495Z | [ recovery-image] Aug 21 21:28:30.156 INFO O| Aug 21 21:28:30.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4083 | 2024-08-21T21:28:31.495Z | [ recovery-image] Aug 21 21:28:30.156 INFO O| Aug 21 21:28:30.156 INFO STEP 75 (remove_files) COMPLETE |
4084 | 2024-08-21T21:28:31.495Z | [ recovery-image] Aug 21 21:28:30.156 INFO O| Aug 21 21:28:30.156 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4085 | 2024-08-21T21:28:31.506Z | [ recovery-image] Aug 21 21:28:30.167 INFO O| Aug 21 21:28:30.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4086 | 2024-08-21T21:28:31.506Z | [ recovery-image] Aug 21 21:28:30.167 INFO O| Aug 21 21:28:30.167 INFO STEP 76 (remove_files) COMPLETE |
4087 | 2024-08-21T21:28:31.508Z | [ recovery-image] Aug 21 21:28:30.167 INFO O| Aug 21 21:28:30.167 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4088 | 2024-08-21T21:28:31.516Z | [ recovery-image] Aug 21 21:28:30.177 INFO O| Aug 21 21:28:30.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4089 | 2024-08-21T21:28:31.516Z | [ recovery-image] Aug 21 21:28:30.177 INFO O| Aug 21 21:28:30.177 INFO STEP 77 (remove_files) COMPLETE |
4090 | 2024-08-21T21:28:31.516Z | [ recovery-image] Aug 21 21:28:30.177 INFO O| Aug 21 21:28:30.177 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4091 | 2024-08-21T21:28:31.526Z | [ recovery-image] Aug 21 21:28:30.187 INFO O| Aug 21 21:28:30.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4092 | 2024-08-21T21:28:31.526Z | [ recovery-image] Aug 21 21:28:30.187 INFO O| Aug 21 21:28:30.187 INFO STEP 78 (remove_files) COMPLETE |
4093 | 2024-08-21T21:28:31.529Z | [ recovery-image] Aug 21 21:28:30.187 INFO O| Aug 21 21:28:30.187 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4094 | 2024-08-21T21:28:31.537Z | [ recovery-image] Aug 21 21:28:30.197 INFO O| Aug 21 21:28:30.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4095 | 2024-08-21T21:28:31.537Z | [ recovery-image] Aug 21 21:28:30.197 INFO O| Aug 21 21:28:30.197 INFO STEP 79 (remove_files) COMPLETE |
4096 | 2024-08-21T21:28:31.539Z | [ recovery-image] Aug 21 21:28:30.197 INFO O| Aug 21 21:28:30.197 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4097 | 2024-08-21T21:28:31.546Z | [ recovery-image] Aug 21 21:28:30.207 INFO O| Aug 21 21:28:30.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4098 | 2024-08-21T21:28:31.546Z | [ recovery-image] Aug 21 21:28:30.207 INFO O| Aug 21 21:28:30.207 INFO STEP 80 (remove_files) COMPLETE |
4099 | 2024-08-21T21:28:31.549Z | [ recovery-image] Aug 21 21:28:30.207 INFO O| Aug 21 21:28:30.207 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4100 | 2024-08-21T21:28:31.555Z | [ recovery-image] Aug 21 21:28:30.217 INFO O| Aug 21 21:28:30.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4101 | 2024-08-21T21:28:31.555Z | [ recovery-image] Aug 21 21:28:30.217 INFO O| Aug 21 21:28:30.217 INFO STEP 81 (remove_files) COMPLETE |
4102 | 2024-08-21T21:28:31.555Z | [ recovery-image] Aug 21 21:28:30.217 INFO O| Aug 21 21:28:30.217 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4103 | 2024-08-21T21:28:31.565Z | [ recovery-image] Aug 21 21:28:30.226 INFO O| Aug 21 21:28:30.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4104 | 2024-08-21T21:28:31.567Z | [ recovery-image] Aug 21 21:28:30.226 INFO O| Aug 21 21:28:30.226 INFO STEP 82 (remove_files) COMPLETE |
4105 | 2024-08-21T21:28:31.567Z | [ recovery-image] Aug 21 21:28:30.226 INFO O| Aug 21 21:28:30.226 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4106 | 2024-08-21T21:28:31.574Z | [ recovery-image] Aug 21 21:28:30.236 INFO O| Aug 21 21:28:30.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4107 | 2024-08-21T21:28:31.577Z | [ recovery-image] Aug 21 21:28:30.236 INFO O| Aug 21 21:28:30.236 INFO STEP 83 (remove_files) COMPLETE |
4108 | 2024-08-21T21:28:31.577Z | [ recovery-image] Aug 21 21:28:30.236 INFO O| Aug 21 21:28:30.236 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4109 | 2024-08-21T21:28:31.584Z | [ recovery-image] Aug 21 21:28:30.246 INFO O| Aug 21 21:28:30.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4110 | 2024-08-21T21:28:31.587Z | [ recovery-image] Aug 21 21:28:30.246 INFO O| Aug 21 21:28:30.246 INFO STEP 84 (remove_files) COMPLETE |
4111 | 2024-08-21T21:28:31.587Z | [ recovery-image] Aug 21 21:28:30.246 INFO O| Aug 21 21:28:30.246 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4112 | 2024-08-21T21:28:31.594Z | [ recovery-image] Aug 21 21:28:30.255 INFO O| Aug 21 21:28:30.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4113 | 2024-08-21T21:28:31.596Z | [ recovery-image] Aug 21 21:28:30.255 INFO O| Aug 21 21:28:30.255 INFO STEP 85 (remove_files) COMPLETE |
4114 | 2024-08-21T21:28:31.596Z | [ recovery-image] Aug 21 21:28:30.255 INFO O| Aug 21 21:28:30.255 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4115 | 2024-08-21T21:28:31.603Z | [ recovery-image] Aug 21 21:28:30.265 INFO O| Aug 21 21:28:30.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4116 | 2024-08-21T21:28:31.603Z | [ recovery-image] Aug 21 21:28:30.265 INFO O| Aug 21 21:28:30.265 INFO STEP 86 (remove_files) COMPLETE |
4117 | 2024-08-21T21:28:31.603Z | [ recovery-image] Aug 21 21:28:30.265 INFO O| Aug 21 21:28:30.265 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4118 | 2024-08-21T21:28:31.613Z | [ recovery-image] Aug 21 21:28:30.275 INFO O| Aug 21 21:28:30.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4119 | 2024-08-21T21:28:31.613Z | [ recovery-image] Aug 21 21:28:30.275 INFO O| Aug 21 21:28:30.275 INFO STEP 87 (remove_files) COMPLETE |
4120 | 2024-08-21T21:28:31.616Z | [ recovery-image] Aug 21 21:28:30.275 INFO O| Aug 21 21:28:30.275 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4121 | 2024-08-21T21:28:31.623Z | [ recovery-image] Aug 21 21:28:30.285 INFO O| Aug 21 21:28:30.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4122 | 2024-08-21T21:28:31.625Z | [ recovery-image] Aug 21 21:28:30.285 INFO O| Aug 21 21:28:30.285 INFO STEP 88 (remove_files) COMPLETE |
4123 | 2024-08-21T21:28:31.625Z | [ recovery-image] Aug 21 21:28:30.285 INFO O| Aug 21 21:28:30.285 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4124 | 2024-08-21T21:28:31.633Z | [ recovery-image] Aug 21 21:28:30.294 INFO O| Aug 21 21:28:30.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4125 | 2024-08-21T21:28:31.636Z | [ recovery-image] Aug 21 21:28:30.294 INFO O| Aug 21 21:28:30.294 INFO STEP 89 (remove_files) COMPLETE |
4126 | 2024-08-21T21:28:31.636Z | [ recovery-image] Aug 21 21:28:30.294 INFO O| Aug 21 21:28:30.294 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4127 | 2024-08-21T21:28:31.642Z | [ recovery-image] Aug 21 21:28:30.304 INFO O| Aug 21 21:28:30.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4128 | 2024-08-21T21:28:31.642Z | [ recovery-image] Aug 21 21:28:30.304 INFO O| Aug 21 21:28:30.304 INFO STEP 90 (remove_files) COMPLETE |
4129 | 2024-08-21T21:28:31.645Z | [ recovery-image] Aug 21 21:28:30.304 INFO O| Aug 21 21:28:30.304 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4130 | 2024-08-21T21:28:31.652Z | [ recovery-image] Aug 21 21:28:30.313 INFO O| Aug 21 21:28:30.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4131 | 2024-08-21T21:28:31.654Z | [ recovery-image] Aug 21 21:28:30.313 INFO O| Aug 21 21:28:30.313 INFO STEP 91 (remove_files) COMPLETE |
4132 | 2024-08-21T21:28:31.654Z | [ recovery-image] Aug 21 21:28:30.313 INFO O| Aug 21 21:28:30.313 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4133 | 2024-08-21T21:28:31.662Z | [ recovery-image] Aug 21 21:28:30.323 INFO O| Aug 21 21:28:30.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4134 | 2024-08-21T21:28:31.662Z | [ recovery-image] Aug 21 21:28:30.323 INFO O| Aug 21 21:28:30.323 INFO STEP 92 (remove_files) COMPLETE |
4135 | 2024-08-21T21:28:31.665Z | [ recovery-image] Aug 21 21:28:30.323 INFO O| Aug 21 21:28:30.323 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4136 | 2024-08-21T21:28:31.671Z | [ recovery-image] Aug 21 21:28:30.333 INFO O| Aug 21 21:28:30.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4137 | 2024-08-21T21:28:31.674Z | [ recovery-image] Aug 21 21:28:30.333 INFO O| Aug 21 21:28:30.333 INFO STEP 93 (remove_files) COMPLETE |
4138 | 2024-08-21T21:28:31.674Z | [ recovery-image] Aug 21 21:28:30.333 INFO O| Aug 21 21:28:30.333 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4139 | 2024-08-21T21:28:31.681Z | [ recovery-image] Aug 21 21:28:30.343 INFO O| Aug 21 21:28:30.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4140 | 2024-08-21T21:28:31.681Z | [ recovery-image] Aug 21 21:28:30.343 INFO O| Aug 21 21:28:30.343 INFO STEP 94 (remove_files) COMPLETE |
4141 | 2024-08-21T21:28:31.684Z | [ recovery-image] Aug 21 21:28:30.343 INFO O| Aug 21 21:28:30.343 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-08-21T21:28:31.691Z | [ recovery-image] Aug 21 21:28:30.352 INFO O| Aug 21 21:28:30.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4143 | 2024-08-21T21:28:31.691Z | [ recovery-image] Aug 21 21:28:30.353 INFO O| Aug 21 21:28:30.353 INFO STEP 95 (remove_files) COMPLETE |
4144 | 2024-08-21T21:28:31.693Z | [ recovery-image] Aug 21 21:28:30.353 INFO O| Aug 21 21:28:30.353 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-08-21T21:28:31.701Z | [ recovery-image] Aug 21 21:28:30.362 INFO O| Aug 21 21:28:30.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4146 | 2024-08-21T21:28:31.701Z | [ recovery-image] Aug 21 21:28:30.362 INFO O| Aug 21 21:28:30.362 INFO STEP 96 (remove_files) COMPLETE |
4147 | 2024-08-21T21:28:31.701Z | [ recovery-image] Aug 21 21:28:30.362 INFO O| Aug 21 21:28:30.362 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-08-21T21:28:31.712Z | [ recovery-image] Aug 21 21:28:30.372 INFO O| Aug 21 21:28:30.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4149 | 2024-08-21T21:28:31.714Z | [ recovery-image] Aug 21 21:28:30.372 INFO O| Aug 21 21:28:30.372 INFO STEP 97 (remove_files) COMPLETE |
4150 | 2024-08-21T21:28:31.715Z | [ recovery-image] Aug 21 21:28:30.372 INFO O| Aug 21 21:28:30.372 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-08-21T21:28:31.721Z | [ recovery-image] Aug 21 21:28:30.382 INFO O| Aug 21 21:28:30.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4152 | 2024-08-21T21:28:31.721Z | [ recovery-image] Aug 21 21:28:30.382 INFO O| Aug 21 21:28:30.382 INFO STEP 98 (remove_files) COMPLETE |
4153 | 2024-08-21T21:28:31.723Z | [ recovery-image] Aug 21 21:28:30.382 INFO O| Aug 21 21:28:30.382 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-08-21T21:28:31.731Z | [ recovery-image] Aug 21 21:28:30.392 INFO O| Aug 21 21:28:30.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4155 | 2024-08-21T21:28:31.731Z | [ recovery-image] Aug 21 21:28:30.392 INFO O| Aug 21 21:28:30.392 INFO STEP 99 (remove_files) COMPLETE |
4156 | 2024-08-21T21:28:31.733Z | [ recovery-image] Aug 21 21:28:30.392 INFO O| Aug 21 21:28:30.392 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-08-21T21:28:31.741Z | [ recovery-image] Aug 21 21:28:30.402 INFO O| Aug 21 21:28:30.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4158 | 2024-08-21T21:28:31.741Z | [ recovery-image] Aug 21 21:28:30.402 INFO O| Aug 21 21:28:30.402 INFO STEP 100 (remove_files) COMPLETE |
4159 | 2024-08-21T21:28:31.741Z | [ recovery-image] Aug 21 21:28:30.402 INFO O| Aug 21 21:28:30.402 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-08-21T21:28:31.751Z | [ recovery-image] Aug 21 21:28:30.412 INFO O| Aug 21 21:28:30.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4161 | 2024-08-21T21:28:31.751Z | [ recovery-image] Aug 21 21:28:30.412 INFO O| Aug 21 21:28:30.412 INFO STEP 101 (remove_files) COMPLETE |
4162 | 2024-08-21T21:28:31.753Z | [ recovery-image] Aug 21 21:28:30.412 INFO O| Aug 21 21:28:30.412 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-08-21T21:28:31.762Z | [ recovery-image] Aug 21 21:28:30.424 INFO O| Aug 21 21:28:30.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4164 | 2024-08-21T21:28:31.765Z | [ recovery-image] Aug 21 21:28:30.424 INFO O| Aug 21 21:28:30.424 INFO STEP 102 (remove_files) COMPLETE |
4165 | 2024-08-21T21:28:31.765Z | [ recovery-image] Aug 21 21:28:30.424 INFO O| Aug 21 21:28:30.424 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-08-21T21:28:31.772Z | [ recovery-image] Aug 21 21:28:30.433 INFO O| Aug 21 21:28:30.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4167 | 2024-08-21T21:28:31.772Z | [ recovery-image] Aug 21 21:28:30.434 INFO O| Aug 21 21:28:30.434 INFO STEP 103 (remove_files) COMPLETE |
4168 | 2024-08-21T21:28:31.776Z | [ recovery-image] Aug 21 21:28:30.434 INFO O| Aug 21 21:28:30.434 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-08-21T21:28:31.782Z | [ recovery-image] Aug 21 21:28:30.443 INFO O| Aug 21 21:28:30.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4170 | 2024-08-21T21:28:31.785Z | [ recovery-image] Aug 21 21:28:30.443 INFO O| Aug 21 21:28:30.443 INFO STEP 104 (remove_files) COMPLETE |
4171 | 2024-08-21T21:28:31.785Z | [ recovery-image] Aug 21 21:28:30.443 INFO O| Aug 21 21:28:30.443 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-08-21T21:28:31.792Z | [ recovery-image] Aug 21 21:28:30.453 INFO O| Aug 21 21:28:30.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4173 | 2024-08-21T21:28:31.794Z | [ recovery-image] Aug 21 21:28:30.453 INFO O| Aug 21 21:28:30.453 INFO STEP 105 (remove_files) COMPLETE |
4174 | 2024-08-21T21:28:31.794Z | [ recovery-image] Aug 21 21:28:30.453 INFO O| Aug 21 21:28:30.453 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-08-21T21:28:31.804Z | [ recovery-image] Aug 21 21:28:30.465 INFO O| Aug 21 21:28:30.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4176 | 2024-08-21T21:28:31.804Z | [ recovery-image] Aug 21 21:28:30.465 INFO O| Aug 21 21:28:30.465 INFO STEP 106 (remove_files) COMPLETE |
4177 | 2024-08-21T21:28:31.804Z | [ recovery-image] Aug 21 21:28:30.465 INFO O| Aug 21 21:28:30.465 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4178 | 2024-08-21T21:28:31.815Z | [ recovery-image] Aug 21 21:28:30.477 INFO O| Aug 21 21:28:30.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4179 | 2024-08-21T21:28:31.815Z | [ recovery-image] Aug 21 21:28:30.477 INFO O| Aug 21 21:28:30.477 INFO STEP 107 (remove_files) COMPLETE |
4180 | 2024-08-21T21:28:31.815Z | [ recovery-image] Aug 21 21:28:30.477 INFO O| Aug 21 21:28:30.477 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4181 | 2024-08-21T21:28:31.826Z | [ recovery-image] Aug 21 21:28:30.488 INFO O| Aug 21 21:28:30.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4182 | 2024-08-21T21:28:31.826Z | [ recovery-image] Aug 21 21:28:30.488 INFO O| Aug 21 21:28:30.488 INFO STEP 108 (remove_files) COMPLETE |
4183 | 2024-08-21T21:28:31.826Z | [ recovery-image] Aug 21 21:28:30.488 INFO O| Aug 21 21:28:30.488 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4184 | 2024-08-21T21:28:31.837Z | [ recovery-image] Aug 21 21:28:30.498 INFO O| Aug 21 21:28:30.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4185 | 2024-08-21T21:28:31.837Z | [ recovery-image] Aug 21 21:28:30.499 INFO O| Aug 21 21:28:30.499 INFO STEP 109 (remove_files) COMPLETE |
4186 | 2024-08-21T21:28:31.840Z | [ recovery-image] Aug 21 21:28:30.499 INFO O| Aug 21 21:28:30.499 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4187 | 2024-08-21T21:28:31.848Z | [ recovery-image] Aug 21 21:28:30.509 INFO O| Aug 21 21:28:30.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4188 | 2024-08-21T21:28:31.848Z | [ recovery-image] Aug 21 21:28:30.509 INFO O| Aug 21 21:28:30.509 INFO STEP 110 (remove_files) COMPLETE |
4189 | 2024-08-21T21:28:31.850Z | [ recovery-image] Aug 21 21:28:30.509 INFO O| Aug 21 21:28:30.509 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4190 | 2024-08-21T21:28:31.857Z | [ recovery-image] Aug 21 21:28:30.518 INFO O| Aug 21 21:28:30.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4191 | 2024-08-21T21:28:31.859Z | [ recovery-image] Aug 21 21:28:30.518 INFO O| Aug 21 21:28:30.518 INFO STEP 111 (remove_files) COMPLETE |
4192 | 2024-08-21T21:28:31.859Z | [ recovery-image] Aug 21 21:28:30.518 INFO O| Aug 21 21:28:30.518 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4193 | 2024-08-21T21:28:31.867Z | [ recovery-image] Aug 21 21:28:30.528 INFO O| Aug 21 21:28:30.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4194 | 2024-08-21T21:28:31.867Z | [ recovery-image] Aug 21 21:28:30.528 INFO O| Aug 21 21:28:30.528 INFO STEP 112 (remove_files) COMPLETE |
4195 | 2024-08-21T21:28:31.867Z | [ recovery-image] Aug 21 21:28:30.528 INFO O| Aug 21 21:28:30.528 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4196 | 2024-08-21T21:28:31.877Z | [ recovery-image] Aug 21 21:28:30.538 INFO O| Aug 21 21:28:30.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4197 | 2024-08-21T21:28:31.877Z | [ recovery-image] Aug 21 21:28:30.538 INFO O| Aug 21 21:28:30.538 INFO STEP 113 (remove_files) COMPLETE |
4198 | 2024-08-21T21:28:31.877Z | [ recovery-image] Aug 21 21:28:30.538 INFO O| Aug 21 21:28:30.538 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4199 | 2024-08-21T21:28:31.886Z | [ recovery-image] Aug 21 21:28:30.548 INFO O| Aug 21 21:28:30.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4200 | 2024-08-21T21:28:31.886Z | [ recovery-image] Aug 21 21:28:30.548 INFO O| Aug 21 21:28:30.548 INFO STEP 114 (remove_files) COMPLETE |
4201 | 2024-08-21T21:28:31.886Z | [ recovery-image] Aug 21 21:28:30.548 INFO O| Aug 21 21:28:30.548 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4202 | 2024-08-21T21:28:31.896Z | [ recovery-image] Aug 21 21:28:30.558 INFO O| Aug 21 21:28:30.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4203 | 2024-08-21T21:28:31.898Z | [ recovery-image] Aug 21 21:28:30.558 INFO O| Aug 21 21:28:30.558 INFO STEP 115 (remove_files) COMPLETE |
4204 | 2024-08-21T21:28:31.898Z | [ recovery-image] Aug 21 21:28:30.558 INFO O| Aug 21 21:28:30.558 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4205 | 2024-08-21T21:28:31.906Z | [ recovery-image] Aug 21 21:28:30.567 INFO O| Aug 21 21:28:30.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4206 | 2024-08-21T21:28:31.906Z | [ recovery-image] Aug 21 21:28:30.567 INFO O| Aug 21 21:28:30.567 INFO STEP 116 (remove_files) COMPLETE |
4207 | 2024-08-21T21:28:31.908Z | [ recovery-image] Aug 21 21:28:30.567 INFO O| Aug 21 21:28:30.567 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4208 | 2024-08-21T21:28:31.916Z | [ recovery-image] Aug 21 21:28:30.577 INFO O| Aug 21 21:28:30.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4209 | 2024-08-21T21:28:31.916Z | [ recovery-image] Aug 21 21:28:30.577 INFO O| Aug 21 21:28:30.577 INFO STEP 117 (remove_files) COMPLETE |
4210 | 2024-08-21T21:28:31.918Z | [ recovery-image] Aug 21 21:28:30.577 INFO O| Aug 21 21:28:30.577 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4211 | 2024-08-21T21:28:31.926Z | [ recovery-image] Aug 21 21:28:30.588 INFO O| Aug 21 21:28:30.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4212 | 2024-08-21T21:28:31.929Z | [ recovery-image] Aug 21 21:28:30.588 INFO O| Aug 21 21:28:30.588 INFO STEP 118 (remove_files) COMPLETE |
4213 | 2024-08-21T21:28:31.929Z | [ recovery-image] Aug 21 21:28:30.588 INFO O| Aug 21 21:28:30.588 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4214 | 2024-08-21T21:28:31.936Z | [ recovery-image] Aug 21 21:28:30.598 INFO O| Aug 21 21:28:30.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4215 | 2024-08-21T21:28:31.936Z | [ recovery-image] Aug 21 21:28:30.598 INFO O| Aug 21 21:28:30.598 INFO STEP 119 (remove_files) COMPLETE |
4216 | 2024-08-21T21:28:31.939Z | [ recovery-image] Aug 21 21:28:30.598 INFO O| Aug 21 21:28:30.598 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4217 | 2024-08-21T21:28:31.946Z | [ recovery-image] Aug 21 21:28:30.608 INFO O| Aug 21 21:28:30.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4218 | 2024-08-21T21:28:31.949Z | [ recovery-image] Aug 21 21:28:30.608 INFO O| Aug 21 21:28:30.608 INFO STEP 120 (remove_files) COMPLETE |
4219 | 2024-08-21T21:28:31.949Z | [ recovery-image] Aug 21 21:28:30.609 INFO O| Aug 21 21:28:30.608 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4220 | 2024-08-21T21:28:31.958Z | [ recovery-image] Aug 21 21:28:30.618 INFO O| Aug 21 21:28:30.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4221 | 2024-08-21T21:28:31.960Z | [ recovery-image] Aug 21 21:28:30.619 INFO O| Aug 21 21:28:30.619 INFO STEP 121 (remove_files) COMPLETE |
4222 | 2024-08-21T21:28:31.960Z | [ recovery-image] Aug 21 21:28:30.619 INFO O| Aug 21 21:28:30.619 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4223 | 2024-08-21T21:28:31.967Z | [ recovery-image] Aug 21 21:28:30.629 INFO O| Aug 21 21:28:30.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4224 | 2024-08-21T21:28:31.970Z | [ recovery-image] Aug 21 21:28:30.629 INFO O| Aug 21 21:28:30.629 INFO STEP 122 (remove_files) COMPLETE |
4225 | 2024-08-21T21:28:31.970Z | [ recovery-image] Aug 21 21:28:30.629 INFO O| Aug 21 21:28:30.629 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4226 | 2024-08-21T21:28:31.977Z | [ recovery-image] Aug 21 21:28:30.638 INFO O| Aug 21 21:28:30.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4227 | 2024-08-21T21:28:31.979Z | [ recovery-image] Aug 21 21:28:30.638 INFO O| Aug 21 21:28:30.638 INFO STEP 123 (remove_files) COMPLETE |
4228 | 2024-08-21T21:28:31.979Z | [ recovery-image] Aug 21 21:28:30.638 INFO O| Aug 21 21:28:30.638 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4229 | 2024-08-21T21:28:31.987Z | [ recovery-image] Aug 21 21:28:30.648 INFO O| Aug 21 21:28:30.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4230 | 2024-08-21T21:28:31.987Z | [ recovery-image] Aug 21 21:28:30.648 INFO O| Aug 21 21:28:30.648 INFO STEP 124 (remove_files) COMPLETE |
4231 | 2024-08-21T21:28:31.987Z | [ recovery-image] Aug 21 21:28:30.648 INFO O| Aug 21 21:28:30.648 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4232 | 2024-08-21T21:28:31.996Z | [ recovery-image] Aug 21 21:28:30.658 INFO O| Aug 21 21:28:30.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4233 | 2024-08-21T21:28:31.996Z | [ recovery-image] Aug 21 21:28:30.658 INFO O| Aug 21 21:28:30.658 INFO STEP 125 (remove_files) COMPLETE |
4234 | 2024-08-21T21:28:31.999Z | [ recovery-image] Aug 21 21:28:30.658 INFO O| Aug 21 21:28:30.658 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4235 | 2024-08-21T21:28:32.006Z | [ recovery-image] Aug 21 21:28:30.668 INFO O| Aug 21 21:28:30.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4236 | 2024-08-21T21:28:32.006Z | [ recovery-image] Aug 21 21:28:30.668 INFO O| Aug 21 21:28:30.668 INFO STEP 126 (remove_files) COMPLETE |
4237 | 2024-08-21T21:28:32.006Z | [ recovery-image] Aug 21 21:28:30.668 INFO O| Aug 21 21:28:30.668 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4238 | 2024-08-21T21:28:32.016Z | [ recovery-image] Aug 21 21:28:30.677 INFO O| Aug 21 21:28:30.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4239 | 2024-08-21T21:28:32.016Z | [ recovery-image] Aug 21 21:28:30.677 INFO O| Aug 21 21:28:30.677 INFO STEP 127 (remove_files) COMPLETE |
4240 | 2024-08-21T21:28:32.019Z | [ recovery-image] Aug 21 21:28:30.677 INFO O| Aug 21 21:28:30.677 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4241 | 2024-08-21T21:28:32.026Z | [ recovery-image] Aug 21 21:28:30.687 INFO O| Aug 21 21:28:30.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4242 | 2024-08-21T21:28:32.026Z | [ recovery-image] Aug 21 21:28:30.687 INFO O| Aug 21 21:28:30.687 INFO STEP 128 (remove_files) COMPLETE |
4243 | 2024-08-21T21:28:32.026Z | [ recovery-image] Aug 21 21:28:30.687 INFO O| Aug 21 21:28:30.687 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4244 | 2024-08-21T21:28:32.036Z | [ recovery-image] Aug 21 21:28:30.697 INFO O| Aug 21 21:28:30.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4245 | 2024-08-21T21:28:32.036Z | [ recovery-image] Aug 21 21:28:30.697 INFO O| Aug 21 21:28:30.697 INFO STEP 129 (remove_files) COMPLETE |
4246 | 2024-08-21T21:28:32.036Z | [ recovery-image] Aug 21 21:28:30.697 INFO O| Aug 21 21:28:30.697 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4247 | 2024-08-21T21:28:32.045Z | [ recovery-image] Aug 21 21:28:30.707 INFO O| Aug 21 21:28:30.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4248 | 2024-08-21T21:28:32.045Z | [ recovery-image] Aug 21 21:28:30.707 INFO O| Aug 21 21:28:30.707 INFO STEP 130 (remove_files) COMPLETE |
4249 | 2024-08-21T21:28:32.047Z | [ recovery-image] Aug 21 21:28:30.707 INFO O| Aug 21 21:28:30.707 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4250 | 2024-08-21T21:28:32.055Z | [ recovery-image] Aug 21 21:28:30.717 INFO O| Aug 21 21:28:30.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4251 | 2024-08-21T21:28:32.055Z | [ recovery-image] Aug 21 21:28:30.717 INFO O| Aug 21 21:28:30.717 INFO STEP 131 (remove_files) COMPLETE |
4252 | 2024-08-21T21:28:32.055Z | [ recovery-image] Aug 21 21:28:30.717 INFO O| Aug 21 21:28:30.717 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4253 | 2024-08-21T21:28:32.065Z | [ recovery-image] Aug 21 21:28:30.727 INFO O| Aug 21 21:28:30.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4254 | 2024-08-21T21:28:32.065Z | [ recovery-image] Aug 21 21:28:30.727 INFO O| Aug 21 21:28:30.727 INFO STEP 132 (remove_files) COMPLETE |
4255 | 2024-08-21T21:28:32.065Z | [ recovery-image] Aug 21 21:28:30.727 INFO O| Aug 21 21:28:30.727 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4256 | 2024-08-21T21:28:32.077Z | [ recovery-image] Aug 21 21:28:30.739 INFO O| Aug 21 21:28:30.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4257 | 2024-08-21T21:28:32.077Z | [ recovery-image] Aug 21 21:28:30.739 INFO O| Aug 21 21:28:30.739 INFO STEP 133 (remove_files) COMPLETE |
4258 | 2024-08-21T21:28:32.080Z | [ recovery-image] Aug 21 21:28:30.739 INFO O| Aug 21 21:28:30.739 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4259 | 2024-08-21T21:28:32.092Z | [ recovery-image] Aug 21 21:28:30.753 INFO O| Aug 21 21:28:30.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4260 | 2024-08-21T21:28:32.092Z | [ recovery-image] Aug 21 21:28:30.753 INFO O| Aug 21 21:28:30.753 INFO STEP 134 (remove_files) COMPLETE |
4261 | 2024-08-21T21:28:32.094Z | [ recovery-image] Aug 21 21:28:30.753 INFO O| Aug 21 21:28:30.753 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4262 | 2024-08-21T21:28:32.102Z | [ recovery-image] Aug 21 21:28:30.763 INFO O| Aug 21 21:28:30.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4263 | 2024-08-21T21:28:32.102Z | [ recovery-image] Aug 21 21:28:30.763 INFO O| Aug 21 21:28:30.763 INFO STEP 135 (remove_files) COMPLETE |
4264 | 2024-08-21T21:28:32.102Z | [ recovery-image] Aug 21 21:28:30.763 INFO O| Aug 21 21:28:30.763 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4265 | 2024-08-21T21:28:32.111Z | [ recovery-image] Aug 21 21:28:30.773 INFO O| Aug 21 21:28:30.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4266 | 2024-08-21T21:28:32.111Z | [ recovery-image] Aug 21 21:28:30.773 INFO O| Aug 21 21:28:30.773 INFO STEP 136 (remove_files) COMPLETE |
4267 | 2024-08-21T21:28:32.114Z | [ recovery-image] Aug 21 21:28:30.773 INFO O| Aug 21 21:28:30.773 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4268 | 2024-08-21T21:28:32.122Z | [ recovery-image] Aug 21 21:28:30.783 INFO O| Aug 21 21:28:30.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4269 | 2024-08-21T21:28:32.122Z | [ recovery-image] Aug 21 21:28:30.783 INFO O| Aug 21 21:28:30.783 INFO STEP 137 (remove_files) COMPLETE |
4270 | 2024-08-21T21:28:32.125Z | [ recovery-image] Aug 21 21:28:30.783 INFO O| Aug 21 21:28:30.783 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4271 | 2024-08-21T21:28:32.131Z | [ recovery-image] Aug 21 21:28:30.792 INFO O| Aug 21 21:28:30.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4272 | 2024-08-21T21:28:32.131Z | [ recovery-image] Aug 21 21:28:30.792 INFO O| Aug 21 21:28:30.792 INFO STEP 138 (remove_files) COMPLETE |
4273 | 2024-08-21T21:28:32.131Z | [ recovery-image] Aug 21 21:28:30.792 INFO O| Aug 21 21:28:30.792 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4274 | 2024-08-21T21:28:32.140Z | [ recovery-image] Aug 21 21:28:30.802 INFO O| Aug 21 21:28:30.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4275 | 2024-08-21T21:28:32.140Z | [ recovery-image] Aug 21 21:28:30.802 INFO O| Aug 21 21:28:30.802 INFO STEP 139 (remove_files) COMPLETE |
4276 | 2024-08-21T21:28:32.140Z | [ recovery-image] Aug 21 21:28:30.802 INFO O| Aug 21 21:28:30.802 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4277 | 2024-08-21T21:28:32.150Z | [ recovery-image] Aug 21 21:28:30.811 INFO O| Aug 21 21:28:30.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4278 | 2024-08-21T21:28:32.150Z | [ recovery-image] Aug 21 21:28:30.812 INFO O| Aug 21 21:28:30.812 INFO STEP 140 (remove_files) COMPLETE |
4279 | 2024-08-21T21:28:32.152Z | [ recovery-image] Aug 21 21:28:30.812 INFO O| Aug 21 21:28:30.812 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4280 | 2024-08-21T21:28:32.160Z | [ recovery-image] Aug 21 21:28:30.821 INFO O| Aug 21 21:28:30.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4281 | 2024-08-21T21:28:32.160Z | [ recovery-image] Aug 21 21:28:30.821 INFO O| Aug 21 21:28:30.821 INFO STEP 141 (remove_files) COMPLETE |
4282 | 2024-08-21T21:28:32.160Z | [ recovery-image] Aug 21 21:28:30.821 INFO O| Aug 21 21:28:30.821 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4283 | 2024-08-21T21:28:32.169Z | [ recovery-image] Aug 21 21:28:30.831 INFO O| Aug 21 21:28:30.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4284 | 2024-08-21T21:28:32.171Z | [ recovery-image] Aug 21 21:28:30.831 INFO O| Aug 21 21:28:30.831 INFO STEP 142 (remove_files) COMPLETE |
4285 | 2024-08-21T21:28:32.171Z | [ recovery-image] Aug 21 21:28:30.831 INFO O| Aug 21 21:28:30.831 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4286 | 2024-08-21T21:28:32.179Z | [ recovery-image] Aug 21 21:28:30.840 INFO O| Aug 21 21:28:30.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4287 | 2024-08-21T21:28:32.179Z | [ recovery-image] Aug 21 21:28:30.840 INFO O| Aug 21 21:28:30.840 INFO STEP 143 (remove_files) COMPLETE |
4288 | 2024-08-21T21:28:32.179Z | [ recovery-image] Aug 21 21:28:30.840 INFO O| Aug 21 21:28:30.840 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4289 | 2024-08-21T21:28:32.188Z | [ recovery-image] Aug 21 21:28:30.850 INFO O| Aug 21 21:28:30.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4290 | 2024-08-21T21:28:32.188Z | [ recovery-image] Aug 21 21:28:30.850 INFO O| Aug 21 21:28:30.850 INFO STEP 144 (remove_files) COMPLETE |
4291 | 2024-08-21T21:28:32.191Z | [ recovery-image] Aug 21 21:28:30.850 INFO O| Aug 21 21:28:30.850 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-08-21T21:28:32.198Z | [ recovery-image] Aug 21 21:28:30.859 INFO O| Aug 21 21:28:30.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4293 | 2024-08-21T21:28:32.200Z | [ recovery-image] Aug 21 21:28:30.859 INFO O| Aug 21 21:28:30.859 INFO STEP 145 (remove_files) COMPLETE |
4294 | 2024-08-21T21:28:32.200Z | [ recovery-image] Aug 21 21:28:30.859 INFO O| Aug 21 21:28:30.859 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-08-21T21:28:32.207Z | [ recovery-image] Aug 21 21:28:30.869 INFO O| Aug 21 21:28:30.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4296 | 2024-08-21T21:28:32.207Z | [ recovery-image] Aug 21 21:28:30.869 INFO O| Aug 21 21:28:30.869 INFO STEP 146 (remove_files) COMPLETE |
4297 | 2024-08-21T21:28:32.210Z | [ recovery-image] Aug 21 21:28:30.869 INFO O| Aug 21 21:28:30.869 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4298 | 2024-08-21T21:28:32.217Z | [ recovery-image] Aug 21 21:28:30.878 INFO O| Aug 21 21:28:30.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4299 | 2024-08-21T21:28:32.217Z | [ recovery-image] Aug 21 21:28:30.878 INFO O| Aug 21 21:28:30.878 INFO STEP 147 (remove_files) COMPLETE |
4300 | 2024-08-21T21:28:32.217Z | [ recovery-image] Aug 21 21:28:30.878 INFO O| Aug 21 21:28:30.878 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4301 | 2024-08-21T21:28:32.226Z | [ recovery-image] Aug 21 21:28:30.888 INFO O| Aug 21 21:28:30.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4302 | 2024-08-21T21:28:32.226Z | [ recovery-image] Aug 21 21:28:30.888 INFO O| Aug 21 21:28:30.888 INFO STEP 148 (remove_files) COMPLETE |
4303 | 2024-08-21T21:28:32.229Z | [ recovery-image] Aug 21 21:28:30.888 INFO O| Aug 21 21:28:30.888 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4304 | 2024-08-21T21:28:32.236Z | [ recovery-image] Aug 21 21:28:30.897 INFO O| Aug 21 21:28:30.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4305 | 2024-08-21T21:28:32.236Z | [ recovery-image] Aug 21 21:28:30.897 INFO O| Aug 21 21:28:30.897 INFO STEP 149 (remove_files) COMPLETE |
4306 | 2024-08-21T21:28:32.238Z | [ recovery-image] Aug 21 21:28:30.897 INFO O| Aug 21 21:28:30.897 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4307 | 2024-08-21T21:28:32.246Z | [ recovery-image] Aug 21 21:28:30.907 INFO O| Aug 21 21:28:30.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4308 | 2024-08-21T21:28:32.246Z | [ recovery-image] Aug 21 21:28:30.907 INFO O| Aug 21 21:28:30.907 INFO STEP 150 (remove_files) COMPLETE |
4309 | 2024-08-21T21:28:32.246Z | [ recovery-image] Aug 21 21:28:30.907 INFO O| Aug 21 21:28:30.907 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4310 | 2024-08-21T21:28:32.255Z | [ recovery-image] Aug 21 21:28:30.917 INFO O| Aug 21 21:28:30.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4311 | 2024-08-21T21:28:32.256Z | [ recovery-image] Aug 21 21:28:30.917 INFO O| Aug 21 21:28:30.917 INFO STEP 151 (remove_files) COMPLETE |
4312 | 2024-08-21T21:28:32.256Z | [ recovery-image] Aug 21 21:28:30.917 INFO O| Aug 21 21:28:30.917 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-08-21T21:28:32.265Z | [ recovery-image] Aug 21 21:28:30.927 INFO O| Aug 21 21:28:30.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4314 | 2024-08-21T21:28:32.265Z | [ recovery-image] Aug 21 21:28:30.927 INFO O| Aug 21 21:28:30.927 INFO STEP 152 (remove_files) COMPLETE |
4315 | 2024-08-21T21:28:32.268Z | [ recovery-image] Aug 21 21:28:30.927 INFO O| Aug 21 21:28:30.927 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-08-21T21:28:32.275Z | [ recovery-image] Aug 21 21:28:30.937 INFO O| Aug 21 21:28:30.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4317 | 2024-08-21T21:28:32.275Z | [ recovery-image] Aug 21 21:28:30.937 INFO O| Aug 21 21:28:30.937 INFO STEP 153 (remove_files) COMPLETE |
4318 | 2024-08-21T21:28:32.278Z | [ recovery-image] Aug 21 21:28:30.937 INFO O| Aug 21 21:28:30.937 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-08-21T21:28:32.285Z | [ recovery-image] Aug 21 21:28:30.946 INFO O| Aug 21 21:28:30.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4320 | 2024-08-21T21:28:32.285Z | [ recovery-image] Aug 21 21:28:30.946 INFO O| Aug 21 21:28:30.946 INFO STEP 154 (remove_files) COMPLETE |
4321 | 2024-08-21T21:28:32.287Z | [ recovery-image] Aug 21 21:28:30.946 INFO O| Aug 21 21:28:30.946 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-08-21T21:28:32.295Z | [ recovery-image] Aug 21 21:28:30.956 INFO O| Aug 21 21:28:30.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4323 | 2024-08-21T21:28:32.295Z | [ recovery-image] Aug 21 21:28:30.956 INFO O| Aug 21 21:28:30.956 INFO STEP 155 (remove_files) COMPLETE |
4324 | 2024-08-21T21:28:32.295Z | [ recovery-image] Aug 21 21:28:30.956 INFO O| Aug 21 21:28:30.956 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-08-21T21:28:32.304Z | [ recovery-image] Aug 21 21:28:30.966 INFO O| Aug 21 21:28:30.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4326 | 2024-08-21T21:28:32.304Z | [ recovery-image] Aug 21 21:28:30.966 INFO O| Aug 21 21:28:30.966 INFO STEP 156 (remove_files) COMPLETE |
4327 | 2024-08-21T21:28:32.304Z | [ recovery-image] Aug 21 21:28:30.966 INFO O| Aug 21 21:28:30.966 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-08-21T21:28:32.314Z | [ recovery-image] Aug 21 21:28:30.975 INFO O| Aug 21 21:28:30.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4329 | 2024-08-21T21:28:32.316Z | [ recovery-image] Aug 21 21:28:30.975 INFO O| Aug 21 21:28:30.975 INFO STEP 157 (remove_files) COMPLETE |
4330 | 2024-08-21T21:28:32.316Z | [ recovery-image] Aug 21 21:28:30.975 INFO O| Aug 21 21:28:30.975 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-08-21T21:28:32.324Z | [ recovery-image] Aug 21 21:28:30.985 INFO O| Aug 21 21:28:30.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4332 | 2024-08-21T21:28:32.324Z | [ recovery-image] Aug 21 21:28:30.985 INFO O| Aug 21 21:28:30.985 INFO STEP 158 (remove_files) COMPLETE |
4333 | 2024-08-21T21:28:32.324Z | [ recovery-image] Aug 21 21:28:30.985 INFO O| Aug 21 21:28:30.985 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-08-21T21:28:32.333Z | [ recovery-image] Aug 21 21:28:30.995 INFO O| Aug 21 21:28:30.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4335 | 2024-08-21T21:28:32.333Z | [ recovery-image] Aug 21 21:28:30.995 INFO O| Aug 21 21:28:30.995 INFO STEP 159 (remove_files) COMPLETE |
4336 | 2024-08-21T21:28:32.333Z | [ recovery-image] Aug 21 21:28:30.995 INFO O| Aug 21 21:28:30.995 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-08-21T21:28:32.344Z | [ recovery-image] Aug 21 21:28:31.005 INFO O| Aug 21 21:28:31.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4338 | 2024-08-21T21:28:32.344Z | [ recovery-image] Aug 21 21:28:31.005 INFO O| Aug 21 21:28:31.005 INFO STEP 160 (remove_files) COMPLETE |
4339 | 2024-08-21T21:28:32.346Z | [ recovery-image] Aug 21 21:28:31.005 INFO O| Aug 21 21:28:31.005 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-08-21T21:28:32.354Z | [ recovery-image] Aug 21 21:28:31.015 INFO O| Aug 21 21:28:31.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4341 | 2024-08-21T21:28:32.354Z | [ recovery-image] Aug 21 21:28:31.015 INFO O| Aug 21 21:28:31.015 INFO STEP 161 (remove_files) COMPLETE |
4342 | 2024-08-21T21:28:32.356Z | [ recovery-image] Aug 21 21:28:31.015 INFO O| Aug 21 21:28:31.015 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-08-21T21:28:32.363Z | [ recovery-image] Aug 21 21:28:31.025 INFO O| Aug 21 21:28:31.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4344 | 2024-08-21T21:28:32.363Z | [ recovery-image] Aug 21 21:28:31.025 INFO O| Aug 21 21:28:31.025 INFO STEP 162 (remove_files) COMPLETE |
4345 | 2024-08-21T21:28:32.366Z | [ recovery-image] Aug 21 21:28:31.025 INFO O| Aug 21 21:28:31.025 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-08-21T21:28:32.373Z | [ recovery-image] Aug 21 21:28:31.035 INFO O| Aug 21 21:28:31.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4347 | 2024-08-21T21:28:32.376Z | [ recovery-image] Aug 21 21:28:31.035 INFO O| Aug 21 21:28:31.035 INFO STEP 163 (remove_files) COMPLETE |
4348 | 2024-08-21T21:28:32.376Z | [ recovery-image] Aug 21 21:28:31.036 INFO O| Aug 21 21:28:31.035 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-08-21T21:28:32.384Z | [ recovery-image] Aug 21 21:28:31.045 INFO O| Aug 21 21:28:31.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4350 | 2024-08-21T21:28:32.384Z | [ recovery-image] Aug 21 21:28:31.045 INFO O| Aug 21 21:28:31.045 INFO STEP 164 (remove_files) COMPLETE |
4351 | 2024-08-21T21:28:32.386Z | [ recovery-image] Aug 21 21:28:31.045 INFO O| Aug 21 21:28:31.045 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-08-21T21:28:32.394Z | [ recovery-image] Aug 21 21:28:31.055 INFO O| Aug 21 21:28:31.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4353 | 2024-08-21T21:28:32.396Z | [ recovery-image] Aug 21 21:28:31.055 INFO O| Aug 21 21:28:31.055 INFO STEP 165 (remove_files) COMPLETE |
4354 | 2024-08-21T21:28:32.396Z | [ recovery-image] Aug 21 21:28:31.055 INFO O| Aug 21 21:28:31.055 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-08-21T21:28:32.404Z | [ recovery-image] Aug 21 21:28:31.065 INFO O| Aug 21 21:28:31.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4356 | 2024-08-21T21:28:32.406Z | [ recovery-image] Aug 21 21:28:31.066 INFO O| Aug 21 21:28:31.066 INFO STEP 166 (remove_files) COMPLETE |
4357 | 2024-08-21T21:28:32.406Z | [ recovery-image] Aug 21 21:28:31.066 INFO O| Aug 21 21:28:31.066 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-08-21T21:28:32.417Z | [ recovery-image] Aug 21 21:28:31.078 INFO O| Aug 21 21:28:31.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4359 | 2024-08-21T21:28:32.419Z | [ recovery-image] Aug 21 21:28:31.078 INFO O| Aug 21 21:28:31.078 INFO STEP 167 (remove_files) COMPLETE |
4360 | 2024-08-21T21:28:32.419Z | [ recovery-image] Aug 21 21:28:31.078 INFO O| Aug 21 21:28:31.078 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-08-21T21:28:32.429Z | [ recovery-image] Aug 21 21:28:31.090 INFO O| Aug 21 21:28:31.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4362 | 2024-08-21T21:28:32.429Z | [ recovery-image] Aug 21 21:28:31.090 INFO O| Aug 21 21:28:31.090 INFO STEP 168 (remove_files) COMPLETE |
4363 | 2024-08-21T21:28:32.429Z | [ recovery-image] Aug 21 21:28:31.090 INFO O| Aug 21 21:28:31.090 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-08-21T21:28:32.443Z | [ recovery-image] Aug 21 21:28:31.104 INFO O| Aug 21 21:28:31.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4365 | 2024-08-21T21:28:32.443Z | [ recovery-image] Aug 21 21:28:31.104 INFO O| Aug 21 21:28:31.104 INFO STEP 169 (remove_files) COMPLETE |
4366 | 2024-08-21T21:28:32.443Z | [ recovery-image] Aug 21 21:28:31.104 INFO O| Aug 21 21:28:31.104 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-08-21T21:28:32.457Z | [ recovery-image] Aug 21 21:28:31.118 INFO O| Aug 21 21:28:31.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4368 | 2024-08-21T21:28:32.457Z | [ recovery-image] Aug 21 21:28:31.118 INFO O| Aug 21 21:28:31.118 INFO STEP 170 (remove_files) COMPLETE |
4369 | 2024-08-21T21:28:32.460Z | [ recovery-image] Aug 21 21:28:31.118 INFO O| Aug 21 21:28:31.118 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-08-21T21:28:32.469Z | [ recovery-image] Aug 21 21:28:31.131 INFO O| Aug 21 21:28:31.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4371 | 2024-08-21T21:28:32.469Z | [ recovery-image] Aug 21 21:28:31.131 INFO O| Aug 21 21:28:31.131 INFO STEP 171 (remove_files) COMPLETE |
4372 | 2024-08-21T21:28:32.472Z | [ recovery-image] Aug 21 21:28:31.131 INFO O| Aug 21 21:28:31.131 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-08-21T21:28:32.481Z | [ recovery-image] Aug 21 21:28:31.143 INFO O| Aug 21 21:28:31.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4374 | 2024-08-21T21:28:32.481Z | [ recovery-image] Aug 21 21:28:31.143 INFO O| Aug 21 21:28:31.143 INFO STEP 172 (remove_files) COMPLETE |
4375 | 2024-08-21T21:28:32.481Z | [ recovery-image] Aug 21 21:28:31.143 INFO O| Aug 21 21:28:31.143 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-08-21T21:28:32.496Z | [ recovery-image] Aug 21 21:28:31.157 INFO O| Aug 21 21:28:31.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4377 | 2024-08-21T21:28:32.496Z | [ recovery-image] Aug 21 21:28:31.157 INFO O| Aug 21 21:28:31.157 INFO STEP 173 (remove_files) COMPLETE |
4378 | 2024-08-21T21:28:32.498Z | [ recovery-image] Aug 21 21:28:31.157 INFO O| Aug 21 21:28:31.157 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-08-21T21:28:32.507Z | [ recovery-image] Aug 21 21:28:31.168 INFO O| Aug 21 21:28:31.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4380 | 2024-08-21T21:28:32.507Z | [ recovery-image] Aug 21 21:28:31.168 INFO O| Aug 21 21:28:31.168 INFO STEP 174 (remove_files) COMPLETE |
4381 | 2024-08-21T21:28:32.510Z | [ recovery-image] Aug 21 21:28:31.168 INFO O| Aug 21 21:28:31.168 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-08-21T21:28:32.522Z | [ recovery-image] Aug 21 21:28:31.183 INFO O| Aug 21 21:28:31.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4383 | 2024-08-21T21:28:32.522Z | [ recovery-image] Aug 21 21:28:31.183 INFO O| Aug 21 21:28:31.183 INFO STEP 175 (remove_files) COMPLETE |
4384 | 2024-08-21T21:28:32.525Z | [ recovery-image] Aug 21 21:28:31.183 INFO O| Aug 21 21:28:31.183 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-08-21T21:28:32.533Z | [ recovery-image] Aug 21 21:28:31.194 INFO O| Aug 21 21:28:31.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4386 | 2024-08-21T21:28:32.537Z | [ recovery-image] Aug 21 21:28:31.194 INFO O| Aug 21 21:28:31.194 INFO STEP 176 (remove_files) COMPLETE |
4387 | 2024-08-21T21:28:32.537Z | [ recovery-image] Aug 21 21:28:31.195 INFO O| Aug 21 21:28:31.194 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-08-21T21:28:32.545Z | [ recovery-image] Aug 21 21:28:31.206 INFO O| Aug 21 21:28:31.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4389 | 2024-08-21T21:28:32.547Z | [ recovery-image] Aug 21 21:28:31.206 INFO O| Aug 21 21:28:31.206 INFO STEP 177 (remove_files) COMPLETE |
4390 | 2024-08-21T21:28:32.547Z | [ recovery-image] Aug 21 21:28:31.206 INFO O| Aug 21 21:28:31.206 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-08-21T21:28:32.555Z | [ recovery-image] Aug 21 21:28:31.217 INFO O| Aug 21 21:28:31.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4392 | 2024-08-21T21:28:32.555Z | [ recovery-image] Aug 21 21:28:31.217 INFO O| Aug 21 21:28:31.217 INFO STEP 178 (remove_files) COMPLETE |
4393 | 2024-08-21T21:28:32.558Z | [ recovery-image] Aug 21 21:28:31.217 INFO O| Aug 21 21:28:31.217 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-08-21T21:28:32.558Z | [ host-image] Aug 21 21:28:31.219 INFO O| Aug 21 21:28:31.219 INFO O| Done |
4395 | 2024-08-21T21:28:32.566Z | [ recovery-image] Aug 21 21:28:31.227 INFO O| Aug 21 21:28:31.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4396 | 2024-08-21T21:28:32.566Z | [ recovery-image] Aug 21 21:28:31.227 INFO O| Aug 21 21:28:31.227 INFO STEP 179 (remove_files) COMPLETE |
4397 | 2024-08-21T21:28:32.568Z | [ recovery-image] Aug 21 21:28:31.227 INFO O| Aug 21 21:28:31.227 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-08-21T21:28:32.577Z | [ recovery-image] Aug 21 21:28:31.238 INFO O| Aug 21 21:28:31.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4399 | 2024-08-21T21:28:32.577Z | [ recovery-image] Aug 21 21:28:31.238 INFO O| Aug 21 21:28:31.238 INFO STEP 180 (remove_files) COMPLETE |
4400 | 2024-08-21T21:28:32.579Z | [ recovery-image] Aug 21 21:28:31.238 INFO O| Aug 21 21:28:31.238 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-08-21T21:28:32.587Z | [ recovery-image] Aug 21 21:28:31.248 INFO O| Aug 21 21:28:31.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4402 | 2024-08-21T21:28:32.589Z | [ recovery-image] Aug 21 21:28:31.248 INFO O| Aug 21 21:28:31.248 INFO STEP 181 (remove_files) COMPLETE |
4403 | 2024-08-21T21:28:32.589Z | [ recovery-image] Aug 21 21:28:31.248 INFO O| Aug 21 21:28:31.248 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-08-21T21:28:32.598Z | [ recovery-image] Aug 21 21:28:31.260 INFO O| Aug 21 21:28:31.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4405 | 2024-08-21T21:28:32.598Z | [ recovery-image] Aug 21 21:28:31.260 INFO O| Aug 21 21:28:31.260 INFO STEP 182 (remove_files) COMPLETE |
4406 | 2024-08-21T21:28:32.600Z | [ recovery-image] Aug 21 21:28:31.260 INFO O| Aug 21 21:28:31.260 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-08-21T21:28:32.601Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 21s |
4408 | 2024-08-21T21:28:32.611Z | [ recovery-image] Aug 21 21:28:31.272 INFO O| Aug 21 21:28:31.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4409 | 2024-08-21T21:28:32.614Z | [ recovery-image] Aug 21 21:28:31.273 INFO O| Aug 21 21:28:31.273 INFO STEP 183 (remove_files) COMPLETE |
4410 | 2024-08-21T21:28:32.614Z | [ recovery-image] Aug 21 21:28:31.273 INFO O| Aug 21 21:28:31.273 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-08-21T21:28:32.624Z | [ recovery-image] Aug 21 21:28:31.285 INFO O| Aug 21 21:28:31.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4412 | 2024-08-21T21:28:32.624Z | [ recovery-image] Aug 21 21:28:31.285 INFO O| Aug 21 21:28:31.285 INFO STEP 184 (remove_files) COMPLETE |
4413 | 2024-08-21T21:28:32.624Z | [ recovery-image] Aug 21 21:28:31.285 INFO O| Aug 21 21:28:31.285 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-08-21T21:28:32.634Z | [ recovery-image] Aug 21 21:28:31.296 INFO O| Aug 21 21:28:31.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4415 | 2024-08-21T21:28:32.634Z | [ recovery-image] Aug 21 21:28:31.296 INFO O| Aug 21 21:28:31.296 INFO STEP 185 (remove_files) COMPLETE |
4416 | 2024-08-21T21:28:32.637Z | [ recovery-image] Aug 21 21:28:31.296 INFO O| Aug 21 21:28:31.296 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-08-21T21:28:32.645Z | [ recovery-image] Aug 21 21:28:31.306 INFO O| Aug 21 21:28:31.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4418 | 2024-08-21T21:28:32.645Z | [ recovery-image] Aug 21 21:28:31.306 INFO O| Aug 21 21:28:31.306 INFO STEP 186 (remove_files) COMPLETE |
4419 | 2024-08-21T21:28:32.645Z | [ recovery-image] Aug 21 21:28:31.306 INFO O| Aug 21 21:28:31.306 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-08-21T21:28:32.655Z | [ recovery-image] Aug 21 21:28:31.316 INFO O| Aug 21 21:28:31.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4421 | 2024-08-21T21:28:32.655Z | [ recovery-image] Aug 21 21:28:31.316 INFO O| Aug 21 21:28:31.316 INFO STEP 187 (remove_files) COMPLETE |
4422 | 2024-08-21T21:28:32.664Z | [ recovery-image] Aug 21 21:28:31.316 INFO O| Aug 21 21:28:31.316 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-08-21T21:28:32.668Z | [ recovery-image] Aug 21 21:28:31.330 INFO O| Aug 21 21:28:31.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4424 | 2024-08-21T21:28:32.668Z | [ recovery-image] Aug 21 21:28:31.330 INFO O| Aug 21 21:28:31.330 INFO STEP 188 (remove_files) COMPLETE |
4425 | 2024-08-21T21:28:32.670Z | [ recovery-image] Aug 21 21:28:31.330 INFO O| Aug 21 21:28:31.330 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-08-21T21:28:32.681Z | [ recovery-image] Aug 21 21:28:31.342 INFO O| Aug 21 21:28:31.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4427 | 2024-08-21T21:28:32.684Z | [ recovery-image] Aug 21 21:28:31.342 INFO O| Aug 21 21:28:31.342 INFO STEP 189 (remove_files) COMPLETE |
4428 | 2024-08-21T21:28:32.684Z | [ recovery-image] Aug 21 21:28:31.342 INFO O| Aug 21 21:28:31.342 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-08-21T21:28:32.691Z | [ recovery-image] Aug 21 21:28:31.353 INFO O| Aug 21 21:28:31.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4430 | 2024-08-21T21:28:32.691Z | [ recovery-image] Aug 21 21:28:31.353 INFO O| Aug 21 21:28:31.353 INFO STEP 190 (remove_files) COMPLETE |
4431 | 2024-08-21T21:28:32.694Z | [ recovery-image] Aug 21 21:28:31.353 INFO O| Aug 21 21:28:31.353 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-08-21T21:28:32.703Z | [ recovery-image] Aug 21 21:28:31.364 INFO O| Aug 21 21:28:31.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4433 | 2024-08-21T21:28:32.705Z | [ recovery-image] Aug 21 21:28:31.364 INFO O| Aug 21 21:28:31.364 INFO STEP 191 (remove_files) COMPLETE |
4434 | 2024-08-21T21:28:32.705Z | [ recovery-image] Aug 21 21:28:31.364 INFO O| Aug 21 21:28:31.364 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-08-21T21:28:32.713Z | [ recovery-image] Aug 21 21:28:31.374 INFO O| Aug 21 21:28:31.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4436 | 2024-08-21T21:28:32.713Z | [ recovery-image] Aug 21 21:28:31.375 INFO O| Aug 21 21:28:31.374 INFO STEP 192 (remove_files) COMPLETE |
4437 | 2024-08-21T21:28:32.713Z | [ recovery-image] Aug 21 21:28:31.375 INFO O| Aug 21 21:28:31.375 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-08-21T21:28:32.726Z | [ recovery-image] Aug 21 21:28:31.387 INFO O| Aug 21 21:28:31.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4439 | 2024-08-21T21:28:32.726Z | [ recovery-image] Aug 21 21:28:31.387 INFO O| Aug 21 21:28:31.387 INFO STEP 193 (remove_files) COMPLETE |
4440 | 2024-08-21T21:28:32.728Z | [ recovery-image] Aug 21 21:28:31.387 INFO O| Aug 21 21:28:31.387 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-08-21T21:28:32.738Z | [ recovery-image] Aug 21 21:28:31.400 INFO O| Aug 21 21:28:31.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4442 | 2024-08-21T21:28:32.741Z | [ recovery-image] Aug 21 21:28:31.400 INFO O| Aug 21 21:28:31.400 INFO STEP 194 (remove_files) COMPLETE |
4443 | 2024-08-21T21:28:32.741Z | [ recovery-image] Aug 21 21:28:31.400 INFO O| Aug 21 21:28:31.400 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-08-21T21:28:32.753Z | [ recovery-image] Aug 21 21:28:31.414 INFO O| Aug 21 21:28:31.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4445 | 2024-08-21T21:28:32.753Z | [ recovery-image] Aug 21 21:28:31.414 INFO O| Aug 21 21:28:31.414 INFO STEP 195 (remove_files) COMPLETE |
4446 | 2024-08-21T21:28:32.755Z | [ recovery-image] Aug 21 21:28:31.414 INFO O| Aug 21 21:28:31.414 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-08-21T21:28:32.766Z | [ recovery-image] Aug 21 21:28:31.428 INFO O| Aug 21 21:28:31.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4448 | 2024-08-21T21:28:32.766Z | [ recovery-image] Aug 21 21:28:31.428 INFO O| Aug 21 21:28:31.428 INFO STEP 196 (remove_files) COMPLETE |
4449 | 2024-08-21T21:28:32.766Z | [ recovery-image] Aug 21 21:28:31.428 INFO O| Aug 21 21:28:31.428 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-08-21T21:28:32.778Z | [ recovery-image] Aug 21 21:28:31.439 INFO O| Aug 21 21:28:31.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4451 | 2024-08-21T21:28:32.778Z | [ recovery-image] Aug 21 21:28:31.439 INFO O| Aug 21 21:28:31.439 INFO STEP 197 (remove_files) COMPLETE |
4452 | 2024-08-21T21:28:32.780Z | [ recovery-image] Aug 21 21:28:31.439 INFO O| Aug 21 21:28:31.439 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-08-21T21:28:32.791Z | [ recovery-image] Aug 21 21:28:31.452 INFO O| Aug 21 21:28:31.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4454 | 2024-08-21T21:28:32.791Z | [ recovery-image] Aug 21 21:28:31.452 INFO O| Aug 21 21:28:31.452 INFO STEP 198 (remove_files) COMPLETE |
4455 | 2024-08-21T21:28:32.793Z | [ recovery-image] Aug 21 21:28:31.452 INFO O| Aug 21 21:28:31.452 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-08-21T21:28:32.801Z | [ recovery-image] Aug 21 21:28:31.463 INFO O| Aug 21 21:28:31.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4457 | 2024-08-21T21:28:32.801Z | [ recovery-image] Aug 21 21:28:31.463 INFO O| Aug 21 21:28:31.463 INFO STEP 199 (remove_files) COMPLETE |
4458 | 2024-08-21T21:28:32.804Z | [ recovery-image] Aug 21 21:28:31.463 INFO O| Aug 21 21:28:31.463 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-08-21T21:28:32.811Z | [ recovery-image] Aug 21 21:28:31.473 INFO O| Aug 21 21:28:31.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4460 | 2024-08-21T21:28:32.814Z | [ recovery-image] Aug 21 21:28:31.473 INFO O| Aug 21 21:28:31.473 INFO STEP 200 (remove_files) COMPLETE |
4461 | 2024-08-21T21:28:32.814Z | [ recovery-image] Aug 21 21:28:31.473 INFO O| Aug 21 21:28:31.473 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-08-21T21:28:32.821Z | [ recovery-image] Aug 21 21:28:31.483 INFO O| Aug 21 21:28:31.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4463 | 2024-08-21T21:28:32.825Z | [ recovery-image] Aug 21 21:28:31.483 INFO O| Aug 21 21:28:31.483 INFO STEP 201 (remove_files) COMPLETE |
4464 | 2024-08-21T21:28:32.825Z | [ recovery-image] Aug 21 21:28:31.483 INFO O| Aug 21 21:28:31.483 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-08-21T21:28:32.831Z | [ recovery-image] Aug 21 21:28:31.492 INFO O| Aug 21 21:28:31.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4466 | 2024-08-21T21:28:32.831Z | [ recovery-image] Aug 21 21:28:31.493 INFO O| Aug 21 21:28:31.492 INFO STEP 202 (remove_files) COMPLETE |
4467 | 2024-08-21T21:28:32.831Z | [ recovery-image] Aug 21 21:28:31.493 INFO O| Aug 21 21:28:31.493 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-08-21T21:28:32.841Z | [ recovery-image] Aug 21 21:28:31.502 INFO O| Aug 21 21:28:31.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4469 | 2024-08-21T21:28:32.841Z | [ recovery-image] Aug 21 21:28:31.502 INFO O| Aug 21 21:28:31.502 INFO STEP 203 (remove_files) COMPLETE |
4470 | 2024-08-21T21:28:32.844Z | [ recovery-image] Aug 21 21:28:31.502 INFO O| Aug 21 21:28:31.502 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-08-21T21:28:32.851Z | [ recovery-image] Aug 21 21:28:31.512 INFO O| Aug 21 21:28:31.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4472 | 2024-08-21T21:28:32.851Z | [ recovery-image] Aug 21 21:28:31.512 INFO O| Aug 21 21:28:31.512 INFO STEP 204 (remove_files) COMPLETE |
4473 | 2024-08-21T21:28:32.851Z | [ recovery-image] Aug 21 21:28:31.512 INFO O| Aug 21 21:28:31.512 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-08-21T21:28:32.861Z | [ recovery-image] Aug 21 21:28:31.522 INFO O| Aug 21 21:28:31.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4475 | 2024-08-21T21:28:32.863Z | [ recovery-image] Aug 21 21:28:31.522 INFO O| Aug 21 21:28:31.522 INFO STEP 205 (remove_files) COMPLETE |
4476 | 2024-08-21T21:28:32.863Z | [ recovery-image] Aug 21 21:28:31.522 INFO O| Aug 21 21:28:31.522 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-08-21T21:28:32.870Z | [ recovery-image] Aug 21 21:28:31.532 INFO O| Aug 21 21:28:31.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4478 | 2024-08-21T21:28:32.870Z | [ recovery-image] Aug 21 21:28:31.532 INFO O| Aug 21 21:28:31.532 INFO STEP 206 (remove_files) COMPLETE |
4479 | 2024-08-21T21:28:32.870Z | [ recovery-image] Aug 21 21:28:31.532 INFO O| Aug 21 21:28:31.532 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-08-21T21:28:32.881Z | [ recovery-image] Aug 21 21:28:31.543 INFO O| Aug 21 21:28:31.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4481 | 2024-08-21T21:28:32.884Z | [ recovery-image] Aug 21 21:28:31.543 INFO O| Aug 21 21:28:31.543 INFO STEP 207 (remove_files) COMPLETE |
4482 | 2024-08-21T21:28:32.884Z | [ recovery-image] Aug 21 21:28:31.543 INFO O| Aug 21 21:28:31.543 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-08-21T21:28:32.886Z | Aug 21 21:28:31.548 INFO [verify-libraries] process exited with exit status: 0 (266.62329833s) |
4484 | 2024-08-21T21:28:32.892Z | [ recovery-image] Aug 21 21:28:31.554 INFO O| Aug 21 21:28:31.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4485 | 2024-08-21T21:28:32.892Z | [ recovery-image] Aug 21 21:28:31.554 INFO O| Aug 21 21:28:31.554 INFO STEP 208 (remove_files) COMPLETE |
4486 | 2024-08-21T21:28:32.895Z | [ recovery-image] Aug 21 21:28:31.554 INFO O| Aug 21 21:28:31.554 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-08-21T21:28:32.902Z | [ recovery-image] Aug 21 21:28:31.563 INFO O| Aug 21 21:28:31.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4488 | 2024-08-21T21:28:32.904Z | [ recovery-image] Aug 21 21:28:31.563 INFO O| Aug 21 21:28:31.563 INFO STEP 209 (remove_files) COMPLETE |
4489 | 2024-08-21T21:28:32.904Z | [ recovery-image] Aug 21 21:28:31.563 INFO O| Aug 21 21:28:31.563 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-08-21T21:28:32.911Z | [ recovery-image] Aug 21 21:28:31.573 INFO O| Aug 21 21:28:31.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4491 | 2024-08-21T21:28:32.914Z | [ recovery-image] Aug 21 21:28:31.573 INFO O| Aug 21 21:28:31.573 INFO STEP 210 (remove_files) COMPLETE |
4492 | 2024-08-21T21:28:32.914Z | [ recovery-image] Aug 21 21:28:31.573 INFO O| Aug 21 21:28:31.573 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-08-21T21:28:32.921Z | [ recovery-image] Aug 21 21:28:31.582 INFO O| Aug 21 21:28:31.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4494 | 2024-08-21T21:28:32.921Z | [ recovery-image] Aug 21 21:28:31.582 INFO O| Aug 21 21:28:31.582 INFO STEP 211 (remove_files) COMPLETE |
4495 | 2024-08-21T21:28:32.921Z | [ recovery-image] Aug 21 21:28:31.582 INFO O| Aug 21 21:28:31.582 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-08-21T21:28:32.930Z | [ recovery-image] Aug 21 21:28:31.591 INFO O| Aug 21 21:28:31.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4497 | 2024-08-21T21:28:32.930Z | [ recovery-image] Aug 21 21:28:31.591 INFO O| Aug 21 21:28:31.591 INFO STEP 212 (remove_files) COMPLETE |
4498 | 2024-08-21T21:28:32.930Z | [ recovery-image] Aug 21 21:28:31.591 INFO O| Aug 21 21:28:31.591 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-08-21T21:28:32.939Z | [ recovery-image] Aug 21 21:28:31.601 INFO O| Aug 21 21:28:31.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4500 | 2024-08-21T21:28:32.939Z | [ recovery-image] Aug 21 21:28:31.601 INFO O| Aug 21 21:28:31.601 INFO STEP 213 (remove_files) COMPLETE |
4501 | 2024-08-21T21:28:32.939Z | [ recovery-image] Aug 21 21:28:31.601 INFO O| Aug 21 21:28:31.601 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-08-21T21:28:32.948Z | [ recovery-image] Aug 21 21:28:31.610 INFO O| Aug 21 21:28:31.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4503 | 2024-08-21T21:28:32.948Z | [ recovery-image] Aug 21 21:28:31.610 INFO O| Aug 21 21:28:31.610 INFO STEP 214 (remove_files) COMPLETE |
4504 | 2024-08-21T21:28:32.951Z | [ recovery-image] Aug 21 21:28:31.610 INFO O| Aug 21 21:28:31.610 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-08-21T21:28:32.958Z | [ recovery-image] Aug 21 21:28:31.619 INFO O| Aug 21 21:28:31.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4506 | 2024-08-21T21:28:32.958Z | [ recovery-image] Aug 21 21:28:31.619 INFO O| Aug 21 21:28:31.619 INFO STEP 215 (remove_files) COMPLETE |
4507 | 2024-08-21T21:28:32.958Z | [ recovery-image] Aug 21 21:28:31.619 INFO O| Aug 21 21:28:31.619 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-08-21T21:28:32.967Z | [ recovery-image] Aug 21 21:28:31.628 INFO O| Aug 21 21:28:31.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4509 | 2024-08-21T21:28:32.967Z | [ recovery-image] Aug 21 21:28:31.628 INFO O| Aug 21 21:28:31.628 INFO STEP 216 (remove_files) COMPLETE |
4510 | 2024-08-21T21:28:32.970Z | [ recovery-image] Aug 21 21:28:31.628 INFO O| Aug 21 21:28:31.628 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-08-21T21:28:32.976Z | [ recovery-image] Aug 21 21:28:31.638 INFO O| Aug 21 21:28:31.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4512 | 2024-08-21T21:28:32.976Z | [ recovery-image] Aug 21 21:28:31.638 INFO O| Aug 21 21:28:31.638 INFO STEP 217 (remove_files) COMPLETE |
4513 | 2024-08-21T21:28:32.976Z | [ recovery-image] Aug 21 21:28:31.638 INFO O| Aug 21 21:28:31.638 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-08-21T21:28:32.986Z | [ recovery-image] Aug 21 21:28:31.647 INFO O| Aug 21 21:28:31.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4515 | 2024-08-21T21:28:32.986Z | [ recovery-image] Aug 21 21:28:31.647 INFO O| Aug 21 21:28:31.647 INFO STEP 218 (remove_files) COMPLETE |
4516 | 2024-08-21T21:28:32.988Z | [ recovery-image] Aug 21 21:28:31.647 INFO O| Aug 21 21:28:31.647 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-08-21T21:28:32.995Z | [ recovery-image] Aug 21 21:28:31.656 INFO O| Aug 21 21:28:31.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4518 | 2024-08-21T21:28:32.995Z | [ recovery-image] Aug 21 21:28:31.656 INFO O| Aug 21 21:28:31.656 INFO STEP 219 (remove_files) COMPLETE |
4519 | 2024-08-21T21:28:32.997Z | [ recovery-image] Aug 21 21:28:31.656 INFO O| Aug 21 21:28:31.656 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-08-21T21:28:33.004Z | [ recovery-image] Aug 21 21:28:31.666 INFO O| Aug 21 21:28:31.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4521 | 2024-08-21T21:28:33.007Z | [ recovery-image] Aug 21 21:28:31.666 INFO O| Aug 21 21:28:31.666 INFO STEP 220 (remove_files) COMPLETE |
4522 | 2024-08-21T21:28:33.007Z | [ recovery-image] Aug 21 21:28:31.666 INFO O| Aug 21 21:28:31.666 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-08-21T21:28:33.013Z | [ recovery-image] Aug 21 21:28:31.675 INFO O| Aug 21 21:28:31.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4524 | 2024-08-21T21:28:33.013Z | [ recovery-image] Aug 21 21:28:31.675 INFO O| Aug 21 21:28:31.675 INFO STEP 221 (remove_files) COMPLETE |
4525 | 2024-08-21T21:28:33.016Z | [ recovery-image] Aug 21 21:28:31.675 INFO O| Aug 21 21:28:31.675 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-08-21T21:28:33.023Z | [ recovery-image] Aug 21 21:28:31.684 INFO O| Aug 21 21:28:31.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4527 | 2024-08-21T21:28:33.023Z | [ recovery-image] Aug 21 21:28:31.684 INFO O| Aug 21 21:28:31.684 INFO STEP 222 (remove_files) COMPLETE |
4528 | 2024-08-21T21:28:33.026Z | [ recovery-image] Aug 21 21:28:31.684 INFO O| Aug 21 21:28:31.684 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-08-21T21:28:33.031Z | [ host-image] Aug 21 21:28:31.692 INFO O| Aug 21 21:28:31.692 INFO O| Done |
4530 | 2024-08-21T21:28:33.034Z | [ recovery-image] Aug 21 21:28:31.693 INFO O| Aug 21 21:28:31.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4531 | 2024-08-21T21:28:33.034Z | [ recovery-image] Aug 21 21:28:31.694 INFO O| Aug 21 21:28:31.694 INFO STEP 223 (remove_files) COMPLETE |
4532 | 2024-08-21T21:28:33.034Z | [ recovery-image] Aug 21 21:28:31.694 INFO O| Aug 21 21:28:31.694 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-08-21T21:28:33.042Z | [ recovery-image] Aug 21 21:28:31.703 INFO O| Aug 21 21:28:31.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4534 | 2024-08-21T21:28:33.042Z | [ recovery-image] Aug 21 21:28:31.703 INFO O| Aug 21 21:28:31.703 INFO STEP 224 (remove_files) COMPLETE |
4535 | 2024-08-21T21:28:33.042Z | [ recovery-image] Aug 21 21:28:31.703 INFO O| Aug 21 21:28:31.703 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-08-21T21:28:33.051Z | [ recovery-image] Aug 21 21:28:31.713 INFO O| Aug 21 21:28:31.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4537 | 2024-08-21T21:28:33.054Z | [ recovery-image] Aug 21 21:28:31.713 INFO O| Aug 21 21:28:31.713 INFO STEP 225 (remove_files) COMPLETE |
4538 | 2024-08-21T21:28:33.054Z | [ recovery-image] Aug 21 21:28:31.713 INFO O| Aug 21 21:28:31.713 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-08-21T21:28:33.062Z | [ recovery-image] Aug 21 21:28:31.723 INFO O| Aug 21 21:28:31.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4540 | 2024-08-21T21:28:33.064Z | [ recovery-image] Aug 21 21:28:31.723 INFO O| Aug 21 21:28:31.723 INFO STEP 226 (remove_files) COMPLETE |
4541 | 2024-08-21T21:28:33.064Z | [ recovery-image] Aug 21 21:28:31.723 INFO O| Aug 21 21:28:31.723 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-08-21T21:28:33.072Z | [ recovery-image] Aug 21 21:28:31.733 INFO O| Aug 21 21:28:31.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4543 | 2024-08-21T21:28:33.072Z | [ recovery-image] Aug 21 21:28:31.733 INFO O| Aug 21 21:28:31.733 INFO STEP 227 (remove_files) COMPLETE |
4544 | 2024-08-21T21:28:33.072Z | [ recovery-image] Aug 21 21:28:31.733 INFO O| Aug 21 21:28:31.733 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-08-21T21:28:33.081Z | [ recovery-image] Aug 21 21:28:31.743 INFO O| Aug 21 21:28:31.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4546 | 2024-08-21T21:28:33.081Z | [ recovery-image] Aug 21 21:28:31.743 INFO O| Aug 21 21:28:31.743 INFO STEP 228 (remove_files) COMPLETE |
4547 | 2024-08-21T21:28:33.081Z | [ recovery-image] Aug 21 21:28:31.743 INFO O| Aug 21 21:28:31.743 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-08-21T21:28:33.091Z | [ recovery-image] Aug 21 21:28:31.752 INFO O| Aug 21 21:28:31.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4549 | 2024-08-21T21:28:33.091Z | [ recovery-image] Aug 21 21:28:31.752 INFO O| Aug 21 21:28:31.752 INFO STEP 229 (remove_files) COMPLETE |
4550 | 2024-08-21T21:28:33.094Z | [ recovery-image] Aug 21 21:28:31.753 INFO O| Aug 21 21:28:31.752 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-08-21T21:28:33.101Z | [ recovery-image] Aug 21 21:28:31.762 INFO O| Aug 21 21:28:31.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4552 | 2024-08-21T21:28:33.101Z | [ recovery-image] Aug 21 21:28:31.762 INFO O| Aug 21 21:28:31.762 INFO STEP 230 (remove_files) COMPLETE |
4553 | 2024-08-21T21:28:33.103Z | [ recovery-image] Aug 21 21:28:31.762 INFO O| Aug 21 21:28:31.762 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-08-21T21:28:33.110Z | [ recovery-image] Aug 21 21:28:31.772 INFO O| Aug 21 21:28:31.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4555 | 2024-08-21T21:28:33.110Z | [ recovery-image] Aug 21 21:28:31.772 INFO O| Aug 21 21:28:31.772 INFO STEP 231 (remove_files) COMPLETE |
4556 | 2024-08-21T21:28:33.110Z | [ recovery-image] Aug 21 21:28:31.772 INFO O| Aug 21 21:28:31.772 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-08-21T21:28:33.120Z | [ recovery-image] Aug 21 21:28:31.781 INFO O| Aug 21 21:28:31.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4558 | 2024-08-21T21:28:33.122Z | [ recovery-image] Aug 21 21:28:31.781 INFO O| Aug 21 21:28:31.781 INFO STEP 232 (remove_files) COMPLETE |
4559 | 2024-08-21T21:28:33.122Z | [ recovery-image] Aug 21 21:28:31.781 INFO O| Aug 21 21:28:31.781 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-08-21T21:28:33.129Z | [ recovery-image] Aug 21 21:28:31.790 INFO O| Aug 21 21:28:31.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4561 | 2024-08-21T21:28:33.131Z | [ recovery-image] Aug 21 21:28:31.790 INFO O| Aug 21 21:28:31.790 INFO STEP 233 (remove_files) COMPLETE |
4562 | 2024-08-21T21:28:33.131Z | [ recovery-image] Aug 21 21:28:31.790 INFO O| Aug 21 21:28:31.790 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-08-21T21:28:33.138Z | [ recovery-image] Aug 21 21:28:31.799 INFO O| Aug 21 21:28:31.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4564 | 2024-08-21T21:28:33.138Z | [ recovery-image] Aug 21 21:28:31.799 INFO O| Aug 21 21:28:31.799 INFO STEP 234 (remove_files) COMPLETE |
4565 | 2024-08-21T21:28:33.141Z | [ recovery-image] Aug 21 21:28:31.800 INFO O| Aug 21 21:28:31.799 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-08-21T21:28:33.147Z | [ recovery-image] Aug 21 21:28:31.809 INFO O| Aug 21 21:28:31.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4567 | 2024-08-21T21:28:33.147Z | [ recovery-image] Aug 21 21:28:31.809 INFO O| Aug 21 21:28:31.809 INFO STEP 235 (remove_files) COMPLETE |
4568 | 2024-08-21T21:28:33.150Z | [ recovery-image] Aug 21 21:28:31.809 INFO O| Aug 21 21:28:31.809 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-08-21T21:28:33.157Z | [ recovery-image] Aug 21 21:28:31.818 INFO O| Aug 21 21:28:31.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4570 | 2024-08-21T21:28:33.157Z | [ recovery-image] Aug 21 21:28:31.818 INFO O| Aug 21 21:28:31.818 INFO STEP 236 (remove_files) COMPLETE |
4571 | 2024-08-21T21:28:33.159Z | [ recovery-image] Aug 21 21:28:31.818 INFO O| Aug 21 21:28:31.818 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-08-21T21:28:33.166Z | [ recovery-image] Aug 21 21:28:31.828 INFO O| Aug 21 21:28:31.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4573 | 2024-08-21T21:28:33.166Z | [ recovery-image] Aug 21 21:28:31.828 INFO O| Aug 21 21:28:31.828 INFO STEP 237 (remove_files) COMPLETE |
4574 | 2024-08-21T21:28:33.169Z | [ recovery-image] Aug 21 21:28:31.828 INFO O| Aug 21 21:28:31.828 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-08-21T21:28:33.176Z | [ recovery-image] Aug 21 21:28:31.837 INFO O| Aug 21 21:28:31.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4576 | 2024-08-21T21:28:33.176Z | [ recovery-image] Aug 21 21:28:31.837 INFO O| Aug 21 21:28:31.837 INFO STEP 238 (remove_files) COMPLETE |
4577 | 2024-08-21T21:28:33.176Z | [ recovery-image] Aug 21 21:28:31.837 INFO O| Aug 21 21:28:31.837 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-08-21T21:28:33.186Z | [ recovery-image] Aug 21 21:28:31.847 INFO O| Aug 21 21:28:31.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4579 | 2024-08-21T21:28:33.186Z | [ recovery-image] Aug 21 21:28:31.847 INFO O| Aug 21 21:28:31.847 INFO STEP 239 (remove_files) COMPLETE |
4580 | 2024-08-21T21:28:33.189Z | [ recovery-image] Aug 21 21:28:31.847 INFO O| Aug 21 21:28:31.847 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-08-21T21:28:33.195Z | [ recovery-image] Aug 21 21:28:31.856 INFO O| Aug 21 21:28:31.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4582 | 2024-08-21T21:28:33.197Z | [ recovery-image] Aug 21 21:28:31.856 INFO O| Aug 21 21:28:31.856 INFO STEP 240 (remove_files) COMPLETE |
4583 | 2024-08-21T21:28:33.197Z | [ recovery-image] Aug 21 21:28:31.856 INFO O| Aug 21 21:28:31.856 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-08-21T21:28:33.204Z | [ recovery-image] Aug 21 21:28:31.865 INFO O| Aug 21 21:28:31.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4585 | 2024-08-21T21:28:33.204Z | [ recovery-image] Aug 21 21:28:31.866 INFO O| Aug 21 21:28:31.865 INFO STEP 241 (remove_files) COMPLETE |
4586 | 2024-08-21T21:28:33.207Z | [ recovery-image] Aug 21 21:28:31.866 INFO O| Aug 21 21:28:31.866 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-08-21T21:28:33.214Z | [ recovery-image] Aug 21 21:28:31.875 INFO O| Aug 21 21:28:31.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4588 | 2024-08-21T21:28:33.214Z | [ recovery-image] Aug 21 21:28:31.875 INFO O| Aug 21 21:28:31.875 INFO STEP 242 (remove_files) COMPLETE |
4589 | 2024-08-21T21:28:33.216Z | [ recovery-image] Aug 21 21:28:31.875 INFO O| Aug 21 21:28:31.875 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-08-21T21:28:33.223Z | [ recovery-image] Aug 21 21:28:31.884 INFO O| Aug 21 21:28:31.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4591 | 2024-08-21T21:28:33.225Z | [ recovery-image] Aug 21 21:28:31.884 INFO O| Aug 21 21:28:31.884 INFO STEP 243 (remove_files) COMPLETE |
4592 | 2024-08-21T21:28:33.225Z | [ recovery-image] Aug 21 21:28:31.884 INFO O| Aug 21 21:28:31.884 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-08-21T21:28:33.232Z | [ host-image] Aug 21 21:28:31.893 INFO O| Aug 21 21:28:31.893 INFO STEP 11 (pkg_install) COMPLETE |
4594 | 2024-08-21T21:28:33.235Z | [ host-image] Aug 21 21:28:31.893 INFO O| Aug 21 21:28:31.893 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4595 | 2024-08-21T21:28:33.235Z | [ recovery-image] Aug 21 21:28:31.894 INFO O| Aug 21 21:28:31.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4596 | 2024-08-21T21:28:33.235Z | [ recovery-image] Aug 21 21:28:31.894 INFO O| Aug 21 21:28:31.894 INFO STEP 244 (remove_files) COMPLETE |
4597 | 2024-08-21T21:28:33.235Z | [ recovery-image] Aug 21 21:28:31.894 INFO O| Aug 21 21:28:31.894 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-08-21T21:28:33.242Z | [ host-image] Aug 21 21:28:31.903 INFO O| Aug 21 21:28:31.903 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
4599 | 2024-08-21T21:28:33.244Z | [ recovery-image] Aug 21 21:28:31.903 INFO O| Aug 21 21:28:31.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4600 | 2024-08-21T21:28:33.244Z | [ recovery-image] Aug 21 21:28:31.904 INFO O| Aug 21 21:28:31.904 INFO STEP 245 (remove_files) COMPLETE |
4601 | 2024-08-21T21:28:33.245Z | [ recovery-image] Aug 21 21:28:31.904 INFO O| Aug 21 21:28:31.904 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-08-21T21:28:33.251Z | [ recovery-image] Aug 21 21:28:31.913 INFO O| Aug 21 21:28:31.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4603 | 2024-08-21T21:28:33.254Z | [ recovery-image] Aug 21 21:28:31.913 INFO O| Aug 21 21:28:31.913 INFO STEP 246 (remove_files) COMPLETE |
4604 | 2024-08-21T21:28:33.254Z | [ recovery-image] Aug 21 21:28:31.913 INFO O| Aug 21 21:28:31.913 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-08-21T21:28:33.262Z | [ recovery-image] Aug 21 21:28:31.922 INFO O| Aug 21 21:28:31.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4606 | 2024-08-21T21:28:33.262Z | [ recovery-image] Aug 21 21:28:31.922 INFO O| Aug 21 21:28:31.922 INFO STEP 247 (remove_files) COMPLETE |
4607 | 2024-08-21T21:28:33.264Z | [ recovery-image] Aug 21 21:28:31.922 INFO O| Aug 21 21:28:31.922 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-08-21T21:28:33.270Z | [ recovery-image] Aug 21 21:28:31.932 INFO O| Aug 21 21:28:31.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4609 | 2024-08-21T21:28:33.270Z | [ recovery-image] Aug 21 21:28:31.932 INFO O| Aug 21 21:28:31.932 INFO STEP 248 (remove_files) COMPLETE |
4610 | 2024-08-21T21:28:33.273Z | [ recovery-image] Aug 21 21:28:31.932 INFO O| Aug 21 21:28:31.932 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-08-21T21:28:33.279Z | [ recovery-image] Aug 21 21:28:31.941 INFO O| Aug 21 21:28:31.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4612 | 2024-08-21T21:28:33.279Z | [ recovery-image] Aug 21 21:28:31.941 INFO O| Aug 21 21:28:31.941 INFO STEP 249 (remove_files) COMPLETE |
4613 | 2024-08-21T21:28:33.279Z | [ recovery-image] Aug 21 21:28:31.941 INFO O| Aug 21 21:28:31.941 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-08-21T21:28:33.289Z | [ recovery-image] Aug 21 21:28:31.950 INFO O| Aug 21 21:28:31.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4615 | 2024-08-21T21:28:33.289Z | [ recovery-image] Aug 21 21:28:31.950 INFO O| Aug 21 21:28:31.950 INFO STEP 250 (remove_files) COMPLETE |
4616 | 2024-08-21T21:28:33.292Z | [ recovery-image] Aug 21 21:28:31.950 INFO O| Aug 21 21:28:31.950 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-08-21T21:28:33.298Z | [ recovery-image] Aug 21 21:28:31.960 INFO O| Aug 21 21:28:31.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4618 | 2024-08-21T21:28:33.298Z | [ recovery-image] Aug 21 21:28:31.960 INFO O| Aug 21 21:28:31.960 INFO STEP 251 (remove_files) COMPLETE |
4619 | 2024-08-21T21:28:33.298Z | [ recovery-image] Aug 21 21:28:31.960 INFO O| Aug 21 21:28:31.960 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-08-21T21:28:33.307Z | [ recovery-image] Aug 21 21:28:31.969 INFO O| Aug 21 21:28:31.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4621 | 2024-08-21T21:28:33.310Z | [ recovery-image] Aug 21 21:28:31.969 INFO O| Aug 21 21:28:31.969 INFO STEP 252 (remove_files) COMPLETE |
4622 | 2024-08-21T21:28:33.310Z | [ recovery-image] Aug 21 21:28:31.969 INFO O| Aug 21 21:28:31.969 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-08-21T21:28:33.317Z | [ recovery-image] Aug 21 21:28:31.978 INFO O| Aug 21 21:28:31.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4624 | 2024-08-21T21:28:33.320Z | [ recovery-image] Aug 21 21:28:31.978 INFO O| Aug 21 21:28:31.978 INFO STEP 253 (remove_files) COMPLETE |
4625 | 2024-08-21T21:28:33.321Z | [ recovery-image] Aug 21 21:28:31.978 INFO O| Aug 21 21:28:31.978 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-08-21T21:28:33.326Z | [ recovery-image] Aug 21 21:28:31.987 INFO O| Aug 21 21:28:31.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4627 | 2024-08-21T21:28:33.326Z | [ recovery-image] Aug 21 21:28:31.987 INFO O| Aug 21 21:28:31.987 INFO STEP 254 (remove_files) COMPLETE |
4628 | 2024-08-21T21:28:33.329Z | [ recovery-image] Aug 21 21:28:31.987 INFO O| Aug 21 21:28:31.987 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-08-21T21:28:33.335Z | [ recovery-image] Aug 21 21:28:31.997 INFO O| Aug 21 21:28:31.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4630 | 2024-08-21T21:28:33.335Z | [ recovery-image] Aug 21 21:28:31.997 INFO O| Aug 21 21:28:31.997 INFO STEP 255 (remove_files) COMPLETE |
4631 | 2024-08-21T21:28:33.338Z | [ recovery-image] Aug 21 21:28:31.997 INFO O| Aug 21 21:28:31.997 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-08-21T21:28:33.345Z | [ recovery-image] Aug 21 21:28:32.007 INFO O| Aug 21 21:28:32.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4633 | 2024-08-21T21:28:33.345Z | [ recovery-image] Aug 21 21:28:32.007 INFO O| Aug 21 21:28:32.007 INFO STEP 256 (remove_files) COMPLETE |
4634 | 2024-08-21T21:28:33.346Z | [ recovery-image] Aug 21 21:28:32.007 INFO O| Aug 21 21:28:32.007 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-08-21T21:28:33.355Z | [ recovery-image] Aug 21 21:28:32.016 INFO O| Aug 21 21:28:32.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4636 | 2024-08-21T21:28:33.355Z | [ recovery-image] Aug 21 21:28:32.016 INFO O| Aug 21 21:28:32.016 INFO STEP 257 (remove_files) COMPLETE |
4637 | 2024-08-21T21:28:33.355Z | [ recovery-image] Aug 21 21:28:32.016 INFO O| Aug 21 21:28:32.016 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-08-21T21:28:33.364Z | [ recovery-image] Aug 21 21:28:32.026 INFO O| Aug 21 21:28:32.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4639 | 2024-08-21T21:28:33.364Z | [ recovery-image] Aug 21 21:28:32.026 INFO O| Aug 21 21:28:32.026 INFO STEP 258 (remove_files) COMPLETE |
4640 | 2024-08-21T21:28:33.364Z | [ recovery-image] Aug 21 21:28:32.026 INFO O| Aug 21 21:28:32.026 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-08-21T21:28:33.374Z | [ recovery-image] Aug 21 21:28:32.035 INFO O| Aug 21 21:28:32.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4642 | 2024-08-21T21:28:33.374Z | [ recovery-image] Aug 21 21:28:32.035 INFO O| Aug 21 21:28:32.035 INFO STEP 259 (remove_files) COMPLETE |
4643 | 2024-08-21T21:28:33.374Z | [ recovery-image] Aug 21 21:28:32.035 INFO O| Aug 21 21:28:32.035 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-08-21T21:28:33.383Z | [ recovery-image] Aug 21 21:28:32.044 INFO O| Aug 21 21:28:32.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4645 | 2024-08-21T21:28:33.383Z | [ recovery-image] Aug 21 21:28:32.044 INFO O| Aug 21 21:28:32.044 INFO STEP 260 (remove_files) COMPLETE |
4646 | 2024-08-21T21:28:33.383Z | [ recovery-image] Aug 21 21:28:32.044 INFO O| Aug 21 21:28:32.044 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-08-21T21:28:33.392Z | [ recovery-image] Aug 21 21:28:32.054 INFO O| Aug 21 21:28:32.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4648 | 2024-08-21T21:28:33.392Z | [ recovery-image] Aug 21 21:28:32.054 INFO O| Aug 21 21:28:32.054 INFO STEP 261 (remove_files) COMPLETE |
4649 | 2024-08-21T21:28:33.392Z | [ recovery-image] Aug 21 21:28:32.054 INFO O| Aug 21 21:28:32.054 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-08-21T21:28:33.401Z | [ recovery-image] Aug 21 21:28:32.063 INFO O| Aug 21 21:28:32.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4651 | 2024-08-21T21:28:33.401Z | [ recovery-image] Aug 21 21:28:32.063 INFO O| Aug 21 21:28:32.063 INFO STEP 262 (remove_files) COMPLETE |
4652 | 2024-08-21T21:28:33.401Z | [ recovery-image] Aug 21 21:28:32.063 INFO O| Aug 21 21:28:32.063 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-08-21T21:28:33.411Z | [ recovery-image] Aug 21 21:28:32.072 INFO O| Aug 21 21:28:32.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4654 | 2024-08-21T21:28:33.411Z | [ recovery-image] Aug 21 21:28:32.072 INFO O| Aug 21 21:28:32.072 INFO STEP 263 (remove_files) COMPLETE |
4655 | 2024-08-21T21:28:33.413Z | [ recovery-image] Aug 21 21:28:32.072 INFO O| Aug 21 21:28:32.072 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-08-21T21:28:33.420Z | [ recovery-image] Aug 21 21:28:32.081 INFO O| Aug 21 21:28:32.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4657 | 2024-08-21T21:28:33.420Z | [ recovery-image] Aug 21 21:28:32.081 INFO O| Aug 21 21:28:32.081 INFO STEP 264 (remove_files) COMPLETE |
4658 | 2024-08-21T21:28:33.423Z | [ recovery-image] Aug 21 21:28:32.081 INFO O| Aug 21 21:28:32.081 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-08-21T21:28:33.429Z | [ recovery-image] Aug 21 21:28:32.090 INFO O| Aug 21 21:28:32.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4660 | 2024-08-21T21:28:33.432Z | [ recovery-image] Aug 21 21:28:32.091 INFO O| Aug 21 21:28:32.090 INFO STEP 265 (remove_files) COMPLETE |
4661 | 2024-08-21T21:28:33.432Z | [ recovery-image] Aug 21 21:28:32.091 INFO O| Aug 21 21:28:32.091 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-08-21T21:28:33.439Z | [ recovery-image] Aug 21 21:28:32.100 INFO O| Aug 21 21:28:32.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4663 | 2024-08-21T21:28:33.439Z | [ recovery-image] Aug 21 21:28:32.100 INFO O| Aug 21 21:28:32.100 INFO STEP 266 (remove_files) COMPLETE |
4664 | 2024-08-21T21:28:33.439Z | [ recovery-image] Aug 21 21:28:32.100 INFO O| Aug 21 21:28:32.100 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-08-21T21:28:33.447Z | [ recovery-image] Aug 21 21:28:32.109 INFO O| Aug 21 21:28:32.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4666 | 2024-08-21T21:28:33.447Z | [ recovery-image] Aug 21 21:28:32.109 INFO O| Aug 21 21:28:32.109 INFO STEP 267 (remove_files) COMPLETE |
4667 | 2024-08-21T21:28:33.450Z | [ recovery-image] Aug 21 21:28:32.109 INFO O| Aug 21 21:28:32.109 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-08-21T21:28:33.457Z | [ recovery-image] Aug 21 21:28:32.118 INFO O| Aug 21 21:28:32.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4669 | 2024-08-21T21:28:33.457Z | [ recovery-image] Aug 21 21:28:32.118 INFO O| Aug 21 21:28:32.118 INFO STEP 268 (remove_files) COMPLETE |
4670 | 2024-08-21T21:28:33.459Z | [ recovery-image] Aug 21 21:28:32.118 INFO O| Aug 21 21:28:32.118 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-08-21T21:28:33.466Z | [ recovery-image] Aug 21 21:28:32.127 INFO O| Aug 21 21:28:32.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4672 | 2024-08-21T21:28:33.466Z | [ recovery-image] Aug 21 21:28:32.127 INFO O| Aug 21 21:28:32.127 INFO STEP 269 (remove_files) COMPLETE |
4673 | 2024-08-21T21:28:33.468Z | [ recovery-image] Aug 21 21:28:32.127 INFO O| Aug 21 21:28:32.127 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-08-21T21:28:33.475Z | [ recovery-image] Aug 21 21:28:32.136 INFO O| Aug 21 21:28:32.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4675 | 2024-08-21T21:28:33.475Z | [ recovery-image] Aug 21 21:28:32.136 INFO O| Aug 21 21:28:32.136 INFO STEP 270 (remove_files) COMPLETE |
4676 | 2024-08-21T21:28:33.478Z | [ recovery-image] Aug 21 21:28:32.136 INFO O| Aug 21 21:28:32.136 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-08-21T21:28:33.484Z | [ recovery-image] Aug 21 21:28:32.146 INFO O| Aug 21 21:28:32.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4678 | 2024-08-21T21:28:33.484Z | [ recovery-image] Aug 21 21:28:32.146 INFO O| Aug 21 21:28:32.146 INFO STEP 271 (remove_files) COMPLETE |
4679 | 2024-08-21T21:28:33.487Z | [ recovery-image] Aug 21 21:28:32.146 INFO O| Aug 21 21:28:32.146 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-08-21T21:28:33.493Z | [ recovery-image] Aug 21 21:28:32.155 INFO O| Aug 21 21:28:32.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4681 | 2024-08-21T21:28:33.493Z | [ recovery-image] Aug 21 21:28:32.155 INFO O| Aug 21 21:28:32.155 INFO STEP 272 (remove_files) COMPLETE |
4682 | 2024-08-21T21:28:33.493Z | [ recovery-image] Aug 21 21:28:32.155 INFO O| Aug 21 21:28:32.155 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-08-21T21:28:33.503Z | [ recovery-image] Aug 21 21:28:32.164 INFO O| Aug 21 21:28:32.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4684 | 2024-08-21T21:28:33.505Z | [ recovery-image] Aug 21 21:28:32.164 INFO O| Aug 21 21:28:32.164 INFO STEP 273 (remove_files) COMPLETE |
4685 | 2024-08-21T21:28:33.505Z | [ recovery-image] Aug 21 21:28:32.164 INFO O| Aug 21 21:28:32.164 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-08-21T21:28:33.512Z | [ recovery-image] Aug 21 21:28:32.173 INFO O| Aug 21 21:28:32.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4687 | 2024-08-21T21:28:33.515Z | [ recovery-image] Aug 21 21:28:32.173 INFO O| Aug 21 21:28:32.173 INFO STEP 274 (remove_files) COMPLETE |
4688 | 2024-08-21T21:28:33.515Z | [ recovery-image] Aug 21 21:28:32.173 INFO O| Aug 21 21:28:32.173 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-08-21T21:28:33.523Z | [ recovery-image] Aug 21 21:28:32.184 INFO O| Aug 21 21:28:32.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4690 | 2024-08-21T21:28:33.523Z | [ recovery-image] Aug 21 21:28:32.184 INFO O| Aug 21 21:28:32.184 INFO STEP 275 (remove_files) COMPLETE |
4691 | 2024-08-21T21:28:33.523Z | [ recovery-image] Aug 21 21:28:32.184 INFO O| Aug 21 21:28:32.184 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-08-21T21:28:33.533Z | [ recovery-image] Aug 21 21:28:32.194 INFO O| Aug 21 21:28:32.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4693 | 2024-08-21T21:28:33.535Z | [ recovery-image] Aug 21 21:28:32.194 INFO O| Aug 21 21:28:32.194 INFO STEP 276 (remove_files) COMPLETE |
4694 | 2024-08-21T21:28:33.535Z | [ recovery-image] Aug 21 21:28:32.194 INFO O| Aug 21 21:28:32.194 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-08-21T21:28:33.543Z | [ recovery-image] Aug 21 21:28:32.204 INFO O| Aug 21 21:28:32.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4696 | 2024-08-21T21:28:33.543Z | [ recovery-image] Aug 21 21:28:32.204 INFO O| Aug 21 21:28:32.204 INFO STEP 277 (remove_files) COMPLETE |
4697 | 2024-08-21T21:28:33.545Z | [ recovery-image] Aug 21 21:28:32.204 INFO O| Aug 21 21:28:32.204 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-08-21T21:28:33.552Z | [ recovery-image] Aug 21 21:28:32.213 INFO O| Aug 21 21:28:32.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4699 | 2024-08-21T21:28:33.552Z | [ recovery-image] Aug 21 21:28:32.213 INFO O| Aug 21 21:28:32.213 INFO STEP 278 (remove_files) COMPLETE |
4700 | 2024-08-21T21:28:33.554Z | [ recovery-image] Aug 21 21:28:32.213 INFO O| Aug 21 21:28:32.213 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-08-21T21:28:33.562Z | [ recovery-image] Aug 21 21:28:32.222 INFO O| Aug 21 21:28:32.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4702 | 2024-08-21T21:28:33.562Z | [ recovery-image] Aug 21 21:28:32.222 INFO O| Aug 21 21:28:32.222 INFO STEP 279 (remove_files) COMPLETE |
4703 | 2024-08-21T21:28:33.564Z | [ recovery-image] Aug 21 21:28:32.222 INFO O| Aug 21 21:28:32.222 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-08-21T21:28:33.570Z | [ recovery-image] Aug 21 21:28:32.232 INFO O| Aug 21 21:28:32.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4705 | 2024-08-21T21:28:33.570Z | [ recovery-image] Aug 21 21:28:32.232 INFO O| Aug 21 21:28:32.232 INFO STEP 280 (remove_files) COMPLETE |
4706 | 2024-08-21T21:28:33.573Z | [ recovery-image] Aug 21 21:28:32.232 INFO O| Aug 21 21:28:32.232 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-08-21T21:28:33.580Z | [ recovery-image] Aug 21 21:28:32.241 INFO O| Aug 21 21:28:32.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4708 | 2024-08-21T21:28:33.582Z | [ recovery-image] Aug 21 21:28:32.241 INFO O| Aug 21 21:28:32.241 INFO STEP 281 (remove_files) COMPLETE |
4709 | 2024-08-21T21:28:33.582Z | [ recovery-image] Aug 21 21:28:32.241 INFO O| Aug 21 21:28:32.241 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-08-21T21:28:33.589Z | [ recovery-image] Aug 21 21:28:32.250 INFO O| Aug 21 21:28:32.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4711 | 2024-08-21T21:28:33.589Z | [ recovery-image] Aug 21 21:28:32.250 INFO O| Aug 21 21:28:32.250 INFO STEP 282 (remove_files) COMPLETE |
4712 | 2024-08-21T21:28:33.591Z | [ recovery-image] Aug 21 21:28:32.250 INFO O| Aug 21 21:28:32.250 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-08-21T21:28:33.598Z | [ recovery-image] Aug 21 21:28:32.259 INFO O| Aug 21 21:28:32.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4714 | 2024-08-21T21:28:33.598Z | [ recovery-image] Aug 21 21:28:32.259 INFO O| Aug 21 21:28:32.259 INFO STEP 283 (remove_files) COMPLETE |
4715 | 2024-08-21T21:28:33.598Z | [ recovery-image] Aug 21 21:28:32.259 INFO O| Aug 21 21:28:32.259 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-08-21T21:28:33.607Z | [ recovery-image] Aug 21 21:28:32.268 INFO O| Aug 21 21:28:32.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4717 | 2024-08-21T21:28:33.609Z | [ recovery-image] Aug 21 21:28:32.269 INFO O| Aug 21 21:28:32.269 INFO STEP 284 (remove_files) COMPLETE |
4718 | 2024-08-21T21:28:33.609Z | [ recovery-image] Aug 21 21:28:32.269 INFO O| Aug 21 21:28:32.269 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-08-21T21:28:33.617Z | [ recovery-image] Aug 21 21:28:32.278 INFO O| Aug 21 21:28:32.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4720 | 2024-08-21T21:28:33.617Z | [ recovery-image] Aug 21 21:28:32.278 INFO O| Aug 21 21:28:32.278 INFO STEP 285 (remove_files) COMPLETE |
4721 | 2024-08-21T21:28:33.619Z | [ recovery-image] Aug 21 21:28:32.278 INFO O| Aug 21 21:28:32.278 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-08-21T21:28:33.626Z | [ recovery-image] Aug 21 21:28:32.287 INFO O| Aug 21 21:28:32.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4723 | 2024-08-21T21:28:33.626Z | [ recovery-image] Aug 21 21:28:32.287 INFO O| Aug 21 21:28:32.287 INFO STEP 286 (remove_files) COMPLETE |
4724 | 2024-08-21T21:28:33.626Z | [ recovery-image] Aug 21 21:28:32.287 INFO O| Aug 21 21:28:32.287 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-08-21T21:28:33.635Z | [ recovery-image] Aug 21 21:28:32.297 INFO O| Aug 21 21:28:32.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4726 | 2024-08-21T21:28:33.635Z | [ recovery-image] Aug 21 21:28:32.297 INFO O| Aug 21 21:28:32.297 INFO STEP 287 (remove_files) COMPLETE |
4727 | 2024-08-21T21:28:33.638Z | [ recovery-image] Aug 21 21:28:32.297 INFO O| Aug 21 21:28:32.297 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-08-21T21:28:33.644Z | [ recovery-image] Aug 21 21:28:32.306 INFO O| Aug 21 21:28:32.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4729 | 2024-08-21T21:28:33.644Z | [ recovery-image] Aug 21 21:28:32.306 INFO O| Aug 21 21:28:32.306 INFO STEP 288 (remove_files) COMPLETE |
4730 | 2024-08-21T21:28:33.644Z | [ recovery-image] Aug 21 21:28:32.306 INFO O| Aug 21 21:28:32.306 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-08-21T21:28:33.654Z | [ recovery-image] Aug 21 21:28:32.316 INFO O| Aug 21 21:28:32.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4732 | 2024-08-21T21:28:33.654Z | [ recovery-image] Aug 21 21:28:32.316 INFO O| Aug 21 21:28:32.316 INFO STEP 289 (remove_files) COMPLETE |
4733 | 2024-08-21T21:28:33.657Z | [ recovery-image] Aug 21 21:28:32.316 INFO O| Aug 21 21:28:32.316 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-08-21T21:28:33.664Z | [ recovery-image] Aug 21 21:28:32.325 INFO O| Aug 21 21:28:32.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4735 | 2024-08-21T21:28:33.664Z | [ recovery-image] Aug 21 21:28:32.325 INFO O| Aug 21 21:28:32.325 INFO STEP 290 (remove_files) COMPLETE |
4736 | 2024-08-21T21:28:33.664Z | [ recovery-image] Aug 21 21:28:32.325 INFO O| Aug 21 21:28:32.325 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-08-21T21:28:33.674Z | [ recovery-image] Aug 21 21:28:32.335 INFO O| Aug 21 21:28:32.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4738 | 2024-08-21T21:28:33.676Z | [ recovery-image] Aug 21 21:28:32.335 INFO O| Aug 21 21:28:32.335 INFO STEP 291 (remove_files) COMPLETE |
4739 | 2024-08-21T21:28:33.676Z | [ recovery-image] Aug 21 21:28:32.335 INFO O| Aug 21 21:28:32.335 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-08-21T21:28:33.684Z | [ recovery-image] Aug 21 21:28:32.345 INFO O| Aug 21 21:28:32.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4741 | 2024-08-21T21:28:33.686Z | [ recovery-image] Aug 21 21:28:32.345 INFO O| Aug 21 21:28:32.345 INFO STEP 292 (remove_files) COMPLETE |
4742 | 2024-08-21T21:28:33.686Z | [ recovery-image] Aug 21 21:28:32.345 INFO O| Aug 21 21:28:32.345 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-08-21T21:28:33.693Z | [ recovery-image] Aug 21 21:28:32.354 INFO O| Aug 21 21:28:32.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4744 | 2024-08-21T21:28:33.693Z | [ recovery-image] Aug 21 21:28:32.354 INFO O| Aug 21 21:28:32.354 INFO STEP 293 (remove_files) COMPLETE |
4745 | 2024-08-21T21:28:33.693Z | [ recovery-image] Aug 21 21:28:32.354 INFO O| Aug 21 21:28:32.354 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-08-21T21:28:33.702Z | [ recovery-image] Aug 21 21:28:32.364 INFO O| Aug 21 21:28:32.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4747 | 2024-08-21T21:28:33.702Z | [ recovery-image] Aug 21 21:28:32.364 INFO O| Aug 21 21:28:32.364 INFO STEP 294 (remove_files) COMPLETE |
4748 | 2024-08-21T21:28:33.702Z | [ recovery-image] Aug 21 21:28:32.364 INFO O| Aug 21 21:28:32.364 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-08-21T21:28:33.712Z | [ recovery-image] Aug 21 21:28:32.373 INFO O| Aug 21 21:28:32.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4750 | 2024-08-21T21:28:33.712Z | [ recovery-image] Aug 21 21:28:32.373 INFO O| Aug 21 21:28:32.373 INFO STEP 295 (remove_files) COMPLETE |
4751 | 2024-08-21T21:28:33.714Z | [ recovery-image] Aug 21 21:28:32.373 INFO O| Aug 21 21:28:32.373 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-08-21T21:28:33.721Z | [ recovery-image] Aug 21 21:28:32.382 INFO O| Aug 21 21:28:32.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4753 | 2024-08-21T21:28:33.721Z | [ recovery-image] Aug 21 21:28:32.382 INFO O| Aug 21 21:28:32.382 INFO STEP 296 (remove_files) COMPLETE |
4754 | 2024-08-21T21:28:33.723Z | [ recovery-image] Aug 21 21:28:32.382 INFO O| Aug 21 21:28:32.382 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-08-21T21:28:33.730Z | [ recovery-image] Aug 21 21:28:32.391 INFO O| Aug 21 21:28:32.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4756 | 2024-08-21T21:28:33.730Z | [ recovery-image] Aug 21 21:28:32.391 INFO O| Aug 21 21:28:32.391 INFO STEP 297 (remove_files) COMPLETE |
4757 | 2024-08-21T21:28:33.732Z | [ recovery-image] Aug 21 21:28:32.391 INFO O| Aug 21 21:28:32.391 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-08-21T21:28:33.739Z | [ recovery-image] Aug 21 21:28:32.401 INFO O| Aug 21 21:28:32.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4759 | 2024-08-21T21:28:33.742Z | [ recovery-image] Aug 21 21:28:32.401 INFO O| Aug 21 21:28:32.401 INFO STEP 298 (remove_files) COMPLETE |
4760 | 2024-08-21T21:28:33.742Z | [ recovery-image] Aug 21 21:28:32.401 INFO O| Aug 21 21:28:32.401 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-08-21T21:28:33.748Z | [ host-image] Aug 21 21:28:32.409 INFO O| Aug 21 21:28:32.409 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4762 | 2024-08-21T21:28:33.752Z | [ recovery-image] Aug 21 21:28:32.412 INFO O| Aug 21 21:28:32.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4763 | 2024-08-21T21:28:33.752Z | [ recovery-image] Aug 21 21:28:32.412 INFO O| Aug 21 21:28:32.412 INFO STEP 299 (remove_files) COMPLETE |
4764 | 2024-08-21T21:28:33.755Z | [ recovery-image] Aug 21 21:28:32.412 INFO O| Aug 21 21:28:32.412 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-08-21T21:28:33.762Z | [ recovery-image] Aug 21 21:28:32.423 INFO O| Aug 21 21:28:32.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4766 | 2024-08-21T21:28:33.762Z | [ recovery-image] Aug 21 21:28:32.424 INFO O| Aug 21 21:28:32.423 INFO STEP 300 (remove_files) COMPLETE |
4767 | 2024-08-21T21:28:33.762Z | [ recovery-image] Aug 21 21:28:32.424 INFO O| Aug 21 21:28:32.423 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-08-21T21:28:33.772Z | [ recovery-image] Aug 21 21:28:32.433 INFO O| Aug 21 21:28:32.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4769 | 2024-08-21T21:28:33.772Z | [ recovery-image] Aug 21 21:28:32.433 INFO O| Aug 21 21:28:32.433 INFO STEP 301 (remove_files) COMPLETE |
4770 | 2024-08-21T21:28:33.774Z | [ recovery-image] Aug 21 21:28:32.433 INFO O| Aug 21 21:28:32.433 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-08-21T21:28:33.783Z | [ recovery-image] Aug 21 21:28:32.444 INFO O| Aug 21 21:28:32.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4772 | 2024-08-21T21:28:33.785Z | [ recovery-image] Aug 21 21:28:32.444 INFO O| Aug 21 21:28:32.444 INFO STEP 302 (remove_files) COMPLETE |
4773 | 2024-08-21T21:28:33.785Z | [ recovery-image] Aug 21 21:28:32.444 INFO O| Aug 21 21:28:32.444 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-08-21T21:28:33.793Z | [ recovery-image] Aug 21 21:28:32.454 INFO O| Aug 21 21:28:32.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4775 | 2024-08-21T21:28:33.793Z | [ recovery-image] Aug 21 21:28:32.454 INFO O| Aug 21 21:28:32.454 INFO STEP 303 (remove_files) COMPLETE |
4776 | 2024-08-21T21:28:33.796Z | [ recovery-image] Aug 21 21:28:32.454 INFO O| Aug 21 21:28:32.454 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-08-21T21:28:33.802Z | [ recovery-image] Aug 21 21:28:32.464 INFO O| Aug 21 21:28:32.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4778 | 2024-08-21T21:28:33.805Z | [ recovery-image] Aug 21 21:28:32.464 INFO O| Aug 21 21:28:32.464 INFO STEP 304 (remove_files) COMPLETE |
4779 | 2024-08-21T21:28:33.805Z | [ recovery-image] Aug 21 21:28:32.464 INFO O| Aug 21 21:28:32.464 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-08-21T21:28:33.812Z | [ recovery-image] Aug 21 21:28:32.473 INFO O| Aug 21 21:28:32.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4781 | 2024-08-21T21:28:33.812Z | [ recovery-image] Aug 21 21:28:32.473 INFO O| Aug 21 21:28:32.473 INFO STEP 305 (remove_files) COMPLETE |
4782 | 2024-08-21T21:28:33.814Z | [ recovery-image] Aug 21 21:28:32.473 INFO O| Aug 21 21:28:32.473 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-08-21T21:28:33.821Z | [ recovery-image] Aug 21 21:28:32.482 INFO O| Aug 21 21:28:32.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4784 | 2024-08-21T21:28:33.821Z | [ recovery-image] Aug 21 21:28:32.483 INFO O| Aug 21 21:28:32.482 INFO STEP 306 (remove_files) COMPLETE |
4785 | 2024-08-21T21:28:33.824Z | [ recovery-image] Aug 21 21:28:32.483 INFO O| Aug 21 21:28:32.483 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-08-21T21:28:33.831Z | [ recovery-image] Aug 21 21:28:32.492 INFO O| Aug 21 21:28:32.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4787 | 2024-08-21T21:28:33.831Z | [ recovery-image] Aug 21 21:28:32.492 INFO O| Aug 21 21:28:32.492 INFO STEP 307 (remove_files) COMPLETE |
4788 | 2024-08-21T21:28:33.833Z | [ recovery-image] Aug 21 21:28:32.492 INFO O| Aug 21 21:28:32.492 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-08-21T21:28:33.840Z | [ recovery-image] Aug 21 21:28:32.501 INFO O| Aug 21 21:28:32.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4790 | 2024-08-21T21:28:33.842Z | [ recovery-image] Aug 21 21:28:32.501 INFO O| Aug 21 21:28:32.501 INFO STEP 308 (remove_files) COMPLETE |
4791 | 2024-08-21T21:28:33.843Z | [ recovery-image] Aug 21 21:28:32.502 INFO O| Aug 21 21:28:32.501 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-08-21T21:28:33.850Z | [ recovery-image] Aug 21 21:28:32.511 INFO O| Aug 21 21:28:32.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4793 | 2024-08-21T21:28:33.850Z | [ recovery-image] Aug 21 21:28:32.511 INFO O| Aug 21 21:28:32.511 INFO STEP 309 (remove_files) COMPLETE |
4794 | 2024-08-21T21:28:33.850Z | [ recovery-image] Aug 21 21:28:32.511 INFO O| Aug 21 21:28:32.511 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-08-21T21:28:33.860Z | [ recovery-image] Aug 21 21:28:32.521 INFO O| Aug 21 21:28:32.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4796 | 2024-08-21T21:28:33.860Z | [ recovery-image] Aug 21 21:28:32.521 INFO O| Aug 21 21:28:32.521 INFO STEP 310 (remove_files) COMPLETE |
4797 | 2024-08-21T21:28:33.863Z | [ recovery-image] Aug 21 21:28:32.521 INFO O| Aug 21 21:28:32.521 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-08-21T21:28:33.869Z | [ recovery-image] Aug 21 21:28:32.531 INFO O| Aug 21 21:28:32.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4799 | 2024-08-21T21:28:33.869Z | [ recovery-image] Aug 21 21:28:32.531 INFO O| Aug 21 21:28:32.531 INFO STEP 311 (remove_files) COMPLETE |
4800 | 2024-08-21T21:28:33.872Z | [ recovery-image] Aug 21 21:28:32.531 INFO O| Aug 21 21:28:32.531 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-08-21T21:28:33.879Z | [ recovery-image] Aug 21 21:28:32.540 INFO O| Aug 21 21:28:32.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4802 | 2024-08-21T21:28:33.879Z | [ recovery-image] Aug 21 21:28:32.540 INFO O| Aug 21 21:28:32.540 INFO STEP 312 (remove_files) COMPLETE |
4803 | 2024-08-21T21:28:33.881Z | [ recovery-image] Aug 21 21:28:32.540 INFO O| Aug 21 21:28:32.540 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-08-21T21:28:33.888Z | [ recovery-image] Aug 21 21:28:32.549 INFO O| Aug 21 21:28:32.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4805 | 2024-08-21T21:28:33.888Z | [ recovery-image] Aug 21 21:28:32.550 INFO O| Aug 21 21:28:32.550 INFO STEP 313 (remove_files) COMPLETE |
4806 | 2024-08-21T21:28:33.891Z | [ recovery-image] Aug 21 21:28:32.550 INFO O| Aug 21 21:28:32.550 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-08-21T21:28:33.898Z | [ recovery-image] Aug 21 21:28:32.559 INFO O| Aug 21 21:28:32.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4808 | 2024-08-21T21:28:33.898Z | [ recovery-image] Aug 21 21:28:32.559 INFO O| Aug 21 21:28:32.559 INFO STEP 314 (remove_files) COMPLETE |
4809 | 2024-08-21T21:28:33.898Z | [ recovery-image] Aug 21 21:28:32.559 INFO O| Aug 21 21:28:32.559 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-08-21T21:28:33.907Z | [ recovery-image] Aug 21 21:28:32.568 INFO O| Aug 21 21:28:32.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4811 | 2024-08-21T21:28:33.907Z | [ recovery-image] Aug 21 21:28:32.568 INFO O| Aug 21 21:28:32.568 INFO STEP 315 (remove_files) COMPLETE |
4812 | 2024-08-21T21:28:33.909Z | [ recovery-image] Aug 21 21:28:32.569 INFO O| Aug 21 21:28:32.568 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-08-21T21:28:33.917Z | [ recovery-image] Aug 21 21:28:32.578 INFO O| Aug 21 21:28:32.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4814 | 2024-08-21T21:28:33.917Z | [ recovery-image] Aug 21 21:28:32.578 INFO O| Aug 21 21:28:32.578 INFO STEP 316 (remove_files) COMPLETE |
4815 | 2024-08-21T21:28:33.919Z | [ recovery-image] Aug 21 21:28:32.578 INFO O| Aug 21 21:28:32.578 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-08-21T21:28:33.926Z | [ recovery-image] Aug 21 21:28:32.587 INFO O| Aug 21 21:28:32.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4817 | 2024-08-21T21:28:33.926Z | [ recovery-image] Aug 21 21:28:32.587 INFO O| Aug 21 21:28:32.587 INFO STEP 317 (remove_files) COMPLETE |
4818 | 2024-08-21T21:28:33.928Z | [ recovery-image] Aug 21 21:28:32.588 INFO O| Aug 21 21:28:32.587 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-08-21T21:28:33.935Z | [ recovery-image] Aug 21 21:28:32.597 INFO O| Aug 21 21:28:32.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4820 | 2024-08-21T21:28:33.935Z | [ recovery-image] Aug 21 21:28:32.597 INFO O| Aug 21 21:28:32.597 INFO STEP 318 (remove_files) COMPLETE |
4821 | 2024-08-21T21:28:33.938Z | [ recovery-image] Aug 21 21:28:32.597 INFO O| Aug 21 21:28:32.597 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-08-21T21:28:33.945Z | [ recovery-image] Aug 21 21:28:32.606 INFO O| Aug 21 21:28:32.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4823 | 2024-08-21T21:28:33.945Z | [ recovery-image] Aug 21 21:28:32.606 INFO O| Aug 21 21:28:32.606 INFO STEP 319 (remove_files) COMPLETE |
4824 | 2024-08-21T21:28:33.947Z | [ recovery-image] Aug 21 21:28:32.606 INFO O| Aug 21 21:28:32.606 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-08-21T21:28:33.954Z | [ recovery-image] Aug 21 21:28:32.616 INFO O| Aug 21 21:28:32.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4826 | 2024-08-21T21:28:33.954Z | [ recovery-image] Aug 21 21:28:32.616 INFO O| Aug 21 21:28:32.616 INFO STEP 320 (remove_files) COMPLETE |
4827 | 2024-08-21T21:28:33.954Z | [ recovery-image] Aug 21 21:28:32.616 INFO O| Aug 21 21:28:32.616 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-08-21T21:28:33.964Z | [ recovery-image] Aug 21 21:28:32.625 INFO O| Aug 21 21:28:32.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4829 | 2024-08-21T21:28:33.964Z | [ recovery-image] Aug 21 21:28:32.625 INFO O| Aug 21 21:28:32.625 INFO STEP 321 (remove_files) COMPLETE |
4830 | 2024-08-21T21:28:33.966Z | [ recovery-image] Aug 21 21:28:32.625 INFO O| Aug 21 21:28:32.625 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-08-21T21:28:33.973Z | [ recovery-image] Aug 21 21:28:32.635 INFO O| Aug 21 21:28:32.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4832 | 2024-08-21T21:28:33.976Z | [ recovery-image] Aug 21 21:28:32.635 INFO O| Aug 21 21:28:32.635 INFO STEP 322 (remove_files) COMPLETE |
4833 | 2024-08-21T21:28:33.976Z | [ recovery-image] Aug 21 21:28:32.635 INFO O| Aug 21 21:28:32.635 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-08-21T21:28:33.983Z | [ recovery-image] Aug 21 21:28:32.644 INFO O| Aug 21 21:28:32.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4835 | 2024-08-21T21:28:33.985Z | [ recovery-image] Aug 21 21:28:32.644 INFO O| Aug 21 21:28:32.644 INFO STEP 323 (remove_files) COMPLETE |
4836 | 2024-08-21T21:28:33.985Z | [ recovery-image] Aug 21 21:28:32.644 INFO O| Aug 21 21:28:32.644 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-08-21T21:28:33.993Z | [ recovery-image] Aug 21 21:28:32.654 INFO O| Aug 21 21:28:32.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4838 | 2024-08-21T21:28:33.993Z | [ recovery-image] Aug 21 21:28:32.654 INFO O| Aug 21 21:28:32.654 INFO STEP 324 (remove_files) COMPLETE |
4839 | 2024-08-21T21:28:33.995Z | [ recovery-image] Aug 21 21:28:32.654 INFO O| Aug 21 21:28:32.654 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-08-21T21:28:34.002Z | [ recovery-image] Aug 21 21:28:32.664 INFO O| Aug 21 21:28:32.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4841 | 2024-08-21T21:28:34.003Z | [ recovery-image] Aug 21 21:28:32.664 INFO O| Aug 21 21:28:32.664 INFO STEP 325 (remove_files) COMPLETE |
4842 | 2024-08-21T21:28:34.005Z | [ recovery-image] Aug 21 21:28:32.664 INFO O| Aug 21 21:28:32.664 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-08-21T21:28:34.014Z | [ recovery-image] Aug 21 21:28:32.675 INFO O| Aug 21 21:28:32.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4844 | 2024-08-21T21:28:34.014Z | [ recovery-image] Aug 21 21:28:32.675 INFO O| Aug 21 21:28:32.675 INFO STEP 326 (remove_files) COMPLETE |
4845 | 2024-08-21T21:28:34.017Z | [ recovery-image] Aug 21 21:28:32.675 INFO O| Aug 21 21:28:32.675 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-08-21T21:28:34.025Z | [ recovery-image] Aug 21 21:28:32.687 INFO O| Aug 21 21:28:32.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4847 | 2024-08-21T21:28:34.026Z | [ recovery-image] Aug 21 21:28:32.687 INFO O| Aug 21 21:28:32.687 INFO STEP 327 (remove_files) COMPLETE |
4848 | 2024-08-21T21:28:34.026Z | [ recovery-image] Aug 21 21:28:32.687 INFO O| Aug 21 21:28:32.687 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-08-21T21:28:34.036Z | [ recovery-image] Aug 21 21:28:32.697 INFO O| Aug 21 21:28:32.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4850 | 2024-08-21T21:28:34.036Z | [ recovery-image] Aug 21 21:28:32.697 INFO O| Aug 21 21:28:32.697 INFO STEP 328 (remove_files) COMPLETE |
4851 | 2024-08-21T21:28:34.036Z | [ recovery-image] Aug 21 21:28:32.697 INFO O| Aug 21 21:28:32.697 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-08-21T21:28:34.046Z | [ recovery-image] Aug 21 21:28:32.707 INFO O| Aug 21 21:28:32.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4853 | 2024-08-21T21:28:34.046Z | [ recovery-image] Aug 21 21:28:32.707 INFO O| Aug 21 21:28:32.707 INFO STEP 329 (remove_files) COMPLETE |
4854 | 2024-08-21T21:28:34.049Z | [ recovery-image] Aug 21 21:28:32.707 INFO O| Aug 21 21:28:32.707 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-08-21T21:28:34.056Z | [ recovery-image] Aug 21 21:28:32.717 INFO O| Aug 21 21:28:32.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4856 | 2024-08-21T21:28:34.056Z | [ recovery-image] Aug 21 21:28:32.717 INFO O| Aug 21 21:28:32.717 INFO STEP 330 (remove_files) COMPLETE |
4857 | 2024-08-21T21:28:34.056Z | [ recovery-image] Aug 21 21:28:32.717 INFO O| Aug 21 21:28:32.717 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-08-21T21:28:34.066Z | [ recovery-image] Aug 21 21:28:32.727 INFO O| Aug 21 21:28:32.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4859 | 2024-08-21T21:28:34.066Z | [ recovery-image] Aug 21 21:28:32.727 INFO O| Aug 21 21:28:32.727 INFO STEP 331 (remove_files) COMPLETE |
4860 | 2024-08-21T21:28:34.069Z | [ recovery-image] Aug 21 21:28:32.727 INFO O| Aug 21 21:28:32.727 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-08-21T21:28:34.076Z | [ recovery-image] Aug 21 21:28:32.737 INFO O| Aug 21 21:28:32.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4862 | 2024-08-21T21:28:34.076Z | [ recovery-image] Aug 21 21:28:32.737 INFO O| Aug 21 21:28:32.737 INFO STEP 332 (remove_files) COMPLETE |
4863 | 2024-08-21T21:28:34.078Z | [ recovery-image] Aug 21 21:28:32.737 INFO O| Aug 21 21:28:32.737 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-08-21T21:28:34.086Z | [ recovery-image] Aug 21 21:28:32.747 INFO O| Aug 21 21:28:32.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4865 | 2024-08-21T21:28:34.086Z | [ recovery-image] Aug 21 21:28:32.747 INFO O| Aug 21 21:28:32.747 INFO STEP 333 (remove_files) COMPLETE |
4866 | 2024-08-21T21:28:34.086Z | [ recovery-image] Aug 21 21:28:32.747 INFO O| Aug 21 21:28:32.747 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-08-21T21:28:34.096Z | [ recovery-image] Aug 21 21:28:32.757 INFO O| Aug 21 21:28:32.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4868 | 2024-08-21T21:28:34.096Z | [ recovery-image] Aug 21 21:28:32.757 INFO O| Aug 21 21:28:32.757 INFO STEP 334 (remove_files) COMPLETE |
4869 | 2024-08-21T21:28:34.096Z | [ recovery-image] Aug 21 21:28:32.757 INFO O| Aug 21 21:28:32.757 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-08-21T21:28:34.105Z | [ recovery-image] Aug 21 21:28:32.767 INFO O| Aug 21 21:28:32.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4871 | 2024-08-21T21:28:34.108Z | [ recovery-image] Aug 21 21:28:32.767 INFO O| Aug 21 21:28:32.767 INFO STEP 335 (remove_files) COMPLETE |
4872 | 2024-08-21T21:28:34.108Z | [ recovery-image] Aug 21 21:28:32.767 INFO O| Aug 21 21:28:32.767 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-08-21T21:28:34.115Z | [ recovery-image] Aug 21 21:28:32.777 INFO O| Aug 21 21:28:32.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4874 | 2024-08-21T21:28:34.115Z | [ recovery-image] Aug 21 21:28:32.777 INFO O| Aug 21 21:28:32.777 INFO STEP 336 (remove_files) COMPLETE |
4875 | 2024-08-21T21:28:34.120Z | [ recovery-image] Aug 21 21:28:32.777 INFO O| Aug 21 21:28:32.777 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-08-21T21:28:34.125Z | [ recovery-image] Aug 21 21:28:32.786 INFO O| Aug 21 21:28:32.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4877 | 2024-08-21T21:28:34.125Z | [ recovery-image] Aug 21 21:28:32.786 INFO O| Aug 21 21:28:32.786 INFO STEP 337 (remove_files) COMPLETE |
4878 | 2024-08-21T21:28:34.127Z | [ recovery-image] Aug 21 21:28:32.786 INFO O| Aug 21 21:28:32.786 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-08-21T21:28:34.135Z | [ recovery-image] Aug 21 21:28:32.796 INFO O| Aug 21 21:28:32.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4880 | 2024-08-21T21:28:34.135Z | [ recovery-image] Aug 21 21:28:32.796 INFO O| Aug 21 21:28:32.796 INFO STEP 338 (remove_files) COMPLETE |
4881 | 2024-08-21T21:28:34.137Z | [ recovery-image] Aug 21 21:28:32.796 INFO O| Aug 21 21:28:32.796 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-08-21T21:28:34.146Z | [ recovery-image] Aug 21 21:28:32.807 INFO O| Aug 21 21:28:32.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4883 | 2024-08-21T21:28:34.146Z | [ recovery-image] Aug 21 21:28:32.807 INFO O| Aug 21 21:28:32.807 INFO STEP 339 (remove_files) COMPLETE |
4884 | 2024-08-21T21:28:34.146Z | [ recovery-image] Aug 21 21:28:32.807 INFO O| Aug 21 21:28:32.807 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-08-21T21:28:34.157Z | [ recovery-image] Aug 21 21:28:32.818 INFO O| Aug 21 21:28:32.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4886 | 2024-08-21T21:28:34.157Z | [ recovery-image] Aug 21 21:28:32.818 INFO O| Aug 21 21:28:32.818 INFO STEP 340 (remove_files) COMPLETE |
4887 | 2024-08-21T21:28:34.159Z | [ recovery-image] Aug 21 21:28:32.818 INFO O| Aug 21 21:28:32.818 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-08-21T21:28:34.167Z | [ recovery-image] Aug 21 21:28:32.829 INFO O| Aug 21 21:28:32.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4889 | 2024-08-21T21:28:34.167Z | [ recovery-image] Aug 21 21:28:32.829 INFO O| Aug 21 21:28:32.829 INFO STEP 341 (remove_files) COMPLETE |
4890 | 2024-08-21T21:28:34.168Z | [ recovery-image] Aug 21 21:28:32.829 INFO O| Aug 21 21:28:32.829 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-08-21T21:28:34.178Z | [ recovery-image] Aug 21 21:28:32.839 INFO O| Aug 21 21:28:32.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4892 | 2024-08-21T21:28:34.178Z | [ recovery-image] Aug 21 21:28:32.839 INFO O| Aug 21 21:28:32.839 INFO STEP 342 (remove_files) COMPLETE |
4893 | 2024-08-21T21:28:34.181Z | [ recovery-image] Aug 21 21:28:32.839 INFO O| Aug 21 21:28:32.839 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-08-21T21:28:34.189Z | [ recovery-image] Aug 21 21:28:32.850 INFO O| Aug 21 21:28:32.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4895 | 2024-08-21T21:28:34.189Z | [ recovery-image] Aug 21 21:28:32.850 INFO O| Aug 21 21:28:32.850 INFO STEP 343 (remove_files) COMPLETE |
4896 | 2024-08-21T21:28:34.189Z | [ recovery-image] Aug 21 21:28:32.850 INFO O| Aug 21 21:28:32.850 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-08-21T21:28:34.199Z | [ recovery-image] Aug 21 21:28:32.860 INFO O| Aug 21 21:28:32.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4898 | 2024-08-21T21:28:34.199Z | [ recovery-image] Aug 21 21:28:32.860 INFO O| Aug 21 21:28:32.860 INFO STEP 344 (remove_files) COMPLETE |
4899 | 2024-08-21T21:28:34.199Z | [ recovery-image] Aug 21 21:28:32.860 INFO O| Aug 21 21:28:32.860 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-08-21T21:28:34.209Z | [ recovery-image] Aug 21 21:28:32.871 INFO O| Aug 21 21:28:32.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4901 | 2024-08-21T21:28:34.209Z | [ recovery-image] Aug 21 21:28:32.871 INFO O| Aug 21 21:28:32.871 INFO STEP 345 (remove_files) COMPLETE |
4902 | 2024-08-21T21:28:34.209Z | [ recovery-image] Aug 21 21:28:32.871 INFO O| Aug 21 21:28:32.871 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-08-21T21:28:34.219Z | [ recovery-image] Aug 21 21:28:32.880 INFO O| Aug 21 21:28:32.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4904 | 2024-08-21T21:28:34.219Z | [ recovery-image] Aug 21 21:28:32.880 INFO O| Aug 21 21:28:32.880 INFO STEP 346 (remove_files) COMPLETE |
4905 | 2024-08-21T21:28:34.222Z | [ recovery-image] Aug 21 21:28:32.880 INFO O| Aug 21 21:28:32.880 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2024-08-21T21:28:34.229Z | [ recovery-image] Aug 21 21:28:32.890 INFO O| Aug 21 21:28:32.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4907 | 2024-08-21T21:28:34.229Z | [ recovery-image] Aug 21 21:28:32.890 INFO O| Aug 21 21:28:32.890 INFO STEP 347 (remove_files) COMPLETE |
4908 | 2024-08-21T21:28:34.229Z | [ recovery-image] Aug 21 21:28:32.890 INFO O| Aug 21 21:28:32.890 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-08-21T21:28:34.239Z | [ recovery-image] Aug 21 21:28:32.900 INFO O| Aug 21 21:28:32.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4910 | 2024-08-21T21:28:34.239Z | [ recovery-image] Aug 21 21:28:32.900 INFO O| Aug 21 21:28:32.900 INFO STEP 348 (remove_files) COMPLETE |
4911 | 2024-08-21T21:28:34.242Z | [ recovery-image] Aug 21 21:28:32.900 INFO O| Aug 21 21:28:32.900 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-08-21T21:28:34.249Z | [ recovery-image] Aug 21 21:28:32.911 INFO O| Aug 21 21:28:32.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4913 | 2024-08-21T21:28:34.249Z | [ recovery-image] Aug 21 21:28:32.911 INFO O| Aug 21 21:28:32.911 INFO STEP 349 (remove_files) COMPLETE |
4914 | 2024-08-21T21:28:34.249Z | [ recovery-image] Aug 21 21:28:32.911 INFO O| Aug 21 21:28:32.911 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-08-21T21:28:34.261Z | [ recovery-image] Aug 21 21:28:32.922 INFO O| Aug 21 21:28:32.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4916 | 2024-08-21T21:28:34.261Z | [ recovery-image] Aug 21 21:28:32.922 INFO O| Aug 21 21:28:32.922 INFO STEP 350 (remove_files) COMPLETE |
4917 | 2024-08-21T21:28:34.261Z | [ recovery-image] Aug 21 21:28:32.922 INFO O| Aug 21 21:28:32.922 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-08-21T21:28:34.270Z | [ recovery-image] Aug 21 21:28:32.931 INFO O| Aug 21 21:28:32.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4919 | 2024-08-21T21:28:34.270Z | [ recovery-image] Aug 21 21:28:32.931 INFO O| Aug 21 21:28:32.931 INFO STEP 351 (remove_files) COMPLETE |
4920 | 2024-08-21T21:28:34.270Z | [ recovery-image] Aug 21 21:28:32.931 INFO O| Aug 21 21:28:32.931 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-08-21T21:28:34.279Z | [ recovery-image] Aug 21 21:28:32.941 INFO O| Aug 21 21:28:32.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4922 | 2024-08-21T21:28:34.279Z | [ recovery-image] Aug 21 21:28:32.941 INFO O| Aug 21 21:28:32.941 INFO STEP 352 (remove_files) COMPLETE |
4923 | 2024-08-21T21:28:34.282Z | [ recovery-image] Aug 21 21:28:32.941 INFO O| Aug 21 21:28:32.941 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-08-21T21:28:34.291Z | [ recovery-image] Aug 21 21:28:32.952 INFO O| Aug 21 21:28:32.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4925 | 2024-08-21T21:28:34.291Z | [ recovery-image] Aug 21 21:28:32.952 INFO O| Aug 21 21:28:32.952 INFO STEP 353 (remove_files) COMPLETE |
4926 | 2024-08-21T21:28:34.291Z | [ recovery-image] Aug 21 21:28:32.952 INFO O| Aug 21 21:28:32.952 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-08-21T21:28:34.300Z | [ recovery-image] Aug 21 21:28:32.962 INFO O| Aug 21 21:28:32.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4928 | 2024-08-21T21:28:34.300Z | [ recovery-image] Aug 21 21:28:32.962 INFO O| Aug 21 21:28:32.962 INFO STEP 354 (remove_files) COMPLETE |
4929 | 2024-08-21T21:28:34.303Z | [ recovery-image] Aug 21 21:28:32.962 INFO O| Aug 21 21:28:32.962 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-08-21T21:28:34.311Z | [ recovery-image] Aug 21 21:28:32.973 INFO O| Aug 21 21:28:32.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4931 | 2024-08-21T21:28:34.311Z | [ recovery-image] Aug 21 21:28:32.973 INFO O| Aug 21 21:28:32.973 INFO STEP 355 (remove_files) COMPLETE |
4932 | 2024-08-21T21:28:34.314Z | [ recovery-image] Aug 21 21:28:32.973 INFO O| Aug 21 21:28:32.973 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-08-21T21:28:34.321Z | [ recovery-image] Aug 21 21:28:32.982 INFO O| Aug 21 21:28:32.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4934 | 2024-08-21T21:28:34.321Z | [ recovery-image] Aug 21 21:28:32.982 INFO O| Aug 21 21:28:32.982 INFO STEP 356 (remove_files) COMPLETE |
4935 | 2024-08-21T21:28:34.323Z | [ recovery-image] Aug 21 21:28:32.982 INFO O| Aug 21 21:28:32.982 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-08-21T21:28:34.330Z | [ recovery-image] Aug 21 21:28:32.991 INFO O| Aug 21 21:28:32.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4937 | 2024-08-21T21:28:34.330Z | [ recovery-image] Aug 21 21:28:32.991 INFO O| Aug 21 21:28:32.991 INFO STEP 357 (remove_files) COMPLETE |
4938 | 2024-08-21T21:28:34.330Z | [ recovery-image] Aug 21 21:28:32.991 INFO O| Aug 21 21:28:32.991 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2024-08-21T21:28:34.342Z | [ recovery-image] Aug 21 21:28:33.003 INFO O| Aug 21 21:28:33.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4940 | 2024-08-21T21:28:34.342Z | [ recovery-image] Aug 21 21:28:33.003 INFO O| Aug 21 21:28:33.003 INFO STEP 358 (remove_files) COMPLETE |
4941 | 2024-08-21T21:28:34.342Z | [ recovery-image] Aug 21 21:28:33.003 INFO O| Aug 21 21:28:33.003 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2024-08-21T21:28:34.352Z | [ recovery-image] Aug 21 21:28:33.013 INFO O| Aug 21 21:28:33.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4943 | 2024-08-21T21:28:34.352Z | [ recovery-image] Aug 21 21:28:33.013 INFO O| Aug 21 21:28:33.013 INFO STEP 359 (remove_files) COMPLETE |
4944 | 2024-08-21T21:28:34.352Z | [ recovery-image] Aug 21 21:28:33.013 INFO O| Aug 21 21:28:33.013 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2024-08-21T21:28:34.362Z | [ recovery-image] Aug 21 21:28:33.023 INFO O| Aug 21 21:28:33.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4946 | 2024-08-21T21:28:34.364Z | [ recovery-image] Aug 21 21:28:33.023 INFO O| Aug 21 21:28:33.023 INFO STEP 360 (remove_files) COMPLETE |
4947 | 2024-08-21T21:28:34.364Z | [ recovery-image] Aug 21 21:28:33.023 INFO O| Aug 21 21:28:33.023 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2024-08-21T21:28:34.373Z | [ recovery-image] Aug 21 21:28:33.034 INFO O| Aug 21 21:28:33.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4949 | 2024-08-21T21:28:34.375Z | [ recovery-image] Aug 21 21:28:33.034 INFO O| Aug 21 21:28:33.034 INFO STEP 361 (remove_files) COMPLETE |
4950 | 2024-08-21T21:28:34.375Z | [ recovery-image] Aug 21 21:28:33.034 INFO O| Aug 21 21:28:33.034 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2024-08-21T21:28:34.382Z | [ recovery-image] Aug 21 21:28:33.043 INFO O| Aug 21 21:28:33.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
4952 | 2024-08-21T21:28:34.382Z | [ recovery-image] Aug 21 21:28:33.043 INFO O| Aug 21 21:28:33.043 INFO STEP 362 (remove_files) COMPLETE |
4953 | 2024-08-21T21:28:34.384Z | [ recovery-image] Aug 21 21:28:33.043 INFO O| Aug 21 21:28:33.043 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2024-08-21T21:28:34.392Z | [ recovery-image] Aug 21 21:28:33.053 INFO O| Aug 21 21:28:33.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
4955 | 2024-08-21T21:28:34.392Z | [ recovery-image] Aug 21 21:28:33.053 INFO O| Aug 21 21:28:33.053 INFO STEP 363 (remove_files) COMPLETE |
4956 | 2024-08-21T21:28:34.394Z | [ recovery-image] Aug 21 21:28:33.053 INFO O| Aug 21 21:28:33.053 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-08-21T21:28:34.402Z | [ recovery-image] Aug 21 21:28:33.063 INFO O| Aug 21 21:28:33.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
4958 | 2024-08-21T21:28:34.402Z | [ recovery-image] Aug 21 21:28:33.063 INFO O| Aug 21 21:28:33.063 INFO STEP 364 (remove_files) COMPLETE |
4959 | 2024-08-21T21:28:34.404Z | [ recovery-image] Aug 21 21:28:33.063 INFO O| Aug 21 21:28:33.063 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-08-21T21:28:34.412Z | [ recovery-image] Aug 21 21:28:33.074 INFO O| Aug 21 21:28:33.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
4961 | 2024-08-21T21:28:34.413Z | [ recovery-image] Aug 21 21:28:33.074 INFO O| Aug 21 21:28:33.074 INFO STEP 365 (remove_files) COMPLETE |
4962 | 2024-08-21T21:28:34.415Z | [ recovery-image] Aug 21 21:28:33.074 INFO O| Aug 21 21:28:33.074 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2024-08-21T21:28:34.423Z | [ recovery-image] Aug 21 21:28:33.084 INFO O| Aug 21 21:28:33.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
4964 | 2024-08-21T21:28:34.423Z | [ recovery-image] Aug 21 21:28:33.084 INFO O| Aug 21 21:28:33.084 INFO STEP 366 (remove_files) COMPLETE |
4965 | 2024-08-21T21:28:34.423Z | [ recovery-image] Aug 21 21:28:33.084 INFO O| Aug 21 21:28:33.084 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2024-08-21T21:28:34.433Z | [ recovery-image] Aug 21 21:28:33.094 INFO O| Aug 21 21:28:33.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
4967 | 2024-08-21T21:28:34.433Z | [ recovery-image] Aug 21 21:28:33.094 INFO O| Aug 21 21:28:33.094 INFO STEP 367 (remove_files) COMPLETE |
4968 | 2024-08-21T21:28:34.436Z | [ recovery-image] Aug 21 21:28:33.094 INFO O| Aug 21 21:28:33.094 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-08-21T21:28:34.443Z | [ recovery-image] Aug 21 21:28:33.104 INFO O| Aug 21 21:28:33.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
4970 | 2024-08-21T21:28:34.443Z | [ recovery-image] Aug 21 21:28:33.105 INFO O| Aug 21 21:28:33.104 INFO STEP 368 (remove_files) COMPLETE |
4971 | 2024-08-21T21:28:34.443Z | [ recovery-image] Aug 21 21:28:33.105 INFO O| Aug 21 21:28:33.104 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-08-21T21:28:34.453Z | [ recovery-image] Aug 21 21:28:33.115 INFO O| Aug 21 21:28:33.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
4973 | 2024-08-21T21:28:34.456Z | [ recovery-image] Aug 21 21:28:33.115 INFO O| Aug 21 21:28:33.115 INFO STEP 369 (remove_files) COMPLETE |
4974 | 2024-08-21T21:28:34.456Z | [ recovery-image] Aug 21 21:28:33.115 INFO O| Aug 21 21:28:33.115 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-08-21T21:28:34.464Z | [ recovery-image] Aug 21 21:28:33.125 INFO O| Aug 21 21:28:33.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
4976 | 2024-08-21T21:28:34.464Z | [ recovery-image] Aug 21 21:28:33.125 INFO O| Aug 21 21:28:33.125 INFO STEP 370 (remove_files) COMPLETE |
4977 | 2024-08-21T21:28:34.466Z | [ recovery-image] Aug 21 21:28:33.125 INFO O| Aug 21 21:28:33.125 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-08-21T21:28:34.474Z | [ recovery-image] Aug 21 21:28:33.135 INFO O| Aug 21 21:28:33.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
4979 | 2024-08-21T21:28:34.474Z | [ recovery-image] Aug 21 21:28:33.135 INFO O| Aug 21 21:28:33.135 INFO STEP 371 (remove_files) COMPLETE |
4980 | 2024-08-21T21:28:34.474Z | [ recovery-image] Aug 21 21:28:33.135 INFO O| Aug 21 21:28:33.135 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-08-21T21:28:34.483Z | [ recovery-image] Aug 21 21:28:33.144 INFO O| Aug 21 21:28:33.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
4982 | 2024-08-21T21:28:34.483Z | [ recovery-image] Aug 21 21:28:33.144 INFO O| Aug 21 21:28:33.144 INFO STEP 372 (remove_files) COMPLETE |
4983 | 2024-08-21T21:28:34.485Z | [ recovery-image] Aug 21 21:28:33.144 INFO O| Aug 21 21:28:33.144 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-08-21T21:28:34.493Z | [ recovery-image] Aug 21 21:28:33.154 INFO O| Aug 21 21:28:33.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
4985 | 2024-08-21T21:28:34.493Z | [ recovery-image] Aug 21 21:28:33.154 INFO O| Aug 21 21:28:33.154 INFO STEP 373 (remove_files) COMPLETE |
4986 | 2024-08-21T21:28:34.495Z | [ recovery-image] Aug 21 21:28:33.154 INFO O| Aug 21 21:28:33.154 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-08-21T21:28:34.502Z | [ recovery-image] Aug 21 21:28:33.163 INFO O| Aug 21 21:28:33.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
4988 | 2024-08-21T21:28:34.504Z | [ recovery-image] Aug 21 21:28:33.163 INFO O| Aug 21 21:28:33.163 INFO STEP 374 (remove_files) COMPLETE |
4989 | 2024-08-21T21:28:34.504Z | [ recovery-image] Aug 21 21:28:33.163 INFO O| Aug 21 21:28:33.163 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-08-21T21:28:34.512Z | [ recovery-image] Aug 21 21:28:33.173 INFO O| Aug 21 21:28:33.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
4991 | 2024-08-21T21:28:34.512Z | [ recovery-image] Aug 21 21:28:33.173 INFO O| Aug 21 21:28:33.173 INFO STEP 375 (remove_files) COMPLETE |
4992 | 2024-08-21T21:28:34.515Z | [ recovery-image] Aug 21 21:28:33.173 INFO O| Aug 21 21:28:33.173 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-08-21T21:28:34.521Z | [ recovery-image] Aug 21 21:28:33.182 INFO O| Aug 21 21:28:33.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
4994 | 2024-08-21T21:28:34.521Z | [ recovery-image] Aug 21 21:28:33.182 INFO O| Aug 21 21:28:33.182 INFO STEP 376 (remove_files) COMPLETE |
4995 | 2024-08-21T21:28:34.523Z | [ recovery-image] Aug 21 21:28:33.182 INFO O| Aug 21 21:28:33.182 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-08-21T21:28:34.530Z | [ recovery-image] Aug 21 21:28:33.191 INFO O| Aug 21 21:28:33.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
4997 | 2024-08-21T21:28:34.530Z | [ recovery-image] Aug 21 21:28:33.192 INFO O| Aug 21 21:28:33.191 INFO STEP 377 (remove_files) COMPLETE |
4998 | 2024-08-21T21:28:34.530Z | [ recovery-image] Aug 21 21:28:33.192 INFO O| Aug 21 21:28:33.191 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-08-21T21:28:34.539Z | [ recovery-image] Aug 21 21:28:33.201 INFO O| Aug 21 21:28:33.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5000 | 2024-08-21T21:28:34.540Z | [ recovery-image] Aug 21 21:28:33.201 INFO O| Aug 21 21:28:33.201 INFO STEP 378 (remove_files) COMPLETE |
5001 | 2024-08-21T21:28:34.540Z | [ recovery-image] Aug 21 21:28:33.201 INFO O| Aug 21 21:28:33.201 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-08-21T21:28:34.549Z | [ recovery-image] Aug 21 21:28:33.210 INFO O| Aug 21 21:28:33.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5003 | 2024-08-21T21:28:34.549Z | [ recovery-image] Aug 21 21:28:33.210 INFO O| Aug 21 21:28:33.210 INFO STEP 379 (remove_files) COMPLETE |
5004 | 2024-08-21T21:28:34.549Z | [ recovery-image] Aug 21 21:28:33.210 INFO O| Aug 21 21:28:33.210 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-08-21T21:28:34.558Z | [ recovery-image] Aug 21 21:28:33.219 INFO O| Aug 21 21:28:33.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5006 | 2024-08-21T21:28:34.560Z | [ recovery-image] Aug 21 21:28:33.219 INFO O| Aug 21 21:28:33.219 INFO STEP 380 (remove_files) COMPLETE |
5007 | 2024-08-21T21:28:34.560Z | [ recovery-image] Aug 21 21:28:33.219 INFO O| Aug 21 21:28:33.219 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-08-21T21:28:34.567Z | [ recovery-image] Aug 21 21:28:33.228 INFO O| Aug 21 21:28:33.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5009 | 2024-08-21T21:28:34.569Z | [ recovery-image] Aug 21 21:28:33.229 INFO O| Aug 21 21:28:33.229 INFO STEP 381 (remove_files) COMPLETE |
5010 | 2024-08-21T21:28:34.569Z | [ recovery-image] Aug 21 21:28:33.229 INFO O| Aug 21 21:28:33.229 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-08-21T21:28:34.577Z | [ recovery-image] Aug 21 21:28:33.238 INFO O| Aug 21 21:28:33.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5012 | 2024-08-21T21:28:34.577Z | [ recovery-image] Aug 21 21:28:33.238 INFO O| Aug 21 21:28:33.238 INFO STEP 382 (remove_files) COMPLETE |
5013 | 2024-08-21T21:28:34.580Z | [ recovery-image] Aug 21 21:28:33.239 INFO O| Aug 21 21:28:33.238 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-08-21T21:28:34.587Z | [ recovery-image] Aug 21 21:28:33.248 INFO O| Aug 21 21:28:33.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5015 | 2024-08-21T21:28:34.587Z | [ recovery-image] Aug 21 21:28:33.248 INFO O| Aug 21 21:28:33.248 INFO STEP 383 (remove_files) COMPLETE |
5016 | 2024-08-21T21:28:34.589Z | [ recovery-image] Aug 21 21:28:33.248 INFO O| Aug 21 21:28:33.248 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-08-21T21:28:34.596Z | [ recovery-image] Aug 21 21:28:33.257 INFO O| Aug 21 21:28:33.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5018 | 2024-08-21T21:28:34.596Z | [ recovery-image] Aug 21 21:28:33.257 INFO O| Aug 21 21:28:33.257 INFO STEP 384 (remove_files) COMPLETE |
5019 | 2024-08-21T21:28:34.598Z | [ recovery-image] Aug 21 21:28:33.257 INFO O| Aug 21 21:28:33.257 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2024-08-21T21:28:34.605Z | [ recovery-image] Aug 21 21:28:33.266 INFO O| Aug 21 21:28:33.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5021 | 2024-08-21T21:28:34.605Z | [ recovery-image] Aug 21 21:28:33.266 INFO O| Aug 21 21:28:33.266 INFO STEP 385 (remove_files) COMPLETE |
5022 | 2024-08-21T21:28:34.608Z | [ recovery-image] Aug 21 21:28:33.266 INFO O| Aug 21 21:28:33.266 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-08-21T21:28:34.614Z | [ recovery-image] Aug 21 21:28:33.275 INFO O| Aug 21 21:28:33.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5024 | 2024-08-21T21:28:34.614Z | [ recovery-image] Aug 21 21:28:33.275 INFO O| Aug 21 21:28:33.275 INFO STEP 386 (remove_files) COMPLETE |
5025 | 2024-08-21T21:28:34.616Z | [ recovery-image] Aug 21 21:28:33.275 INFO O| Aug 21 21:28:33.275 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-08-21T21:28:34.623Z | [ recovery-image] Aug 21 21:28:33.285 INFO O| Aug 21 21:28:33.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5027 | 2024-08-21T21:28:34.623Z | [ recovery-image] Aug 21 21:28:33.285 INFO O| Aug 21 21:28:33.285 INFO STEP 387 (remove_files) COMPLETE |
5028 | 2024-08-21T21:28:34.626Z | [ recovery-image] Aug 21 21:28:33.285 INFO O| Aug 21 21:28:33.285 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-08-21T21:28:34.633Z | [ recovery-image] Aug 21 21:28:33.294 INFO O| Aug 21 21:28:33.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5030 | 2024-08-21T21:28:34.635Z | [ recovery-image] Aug 21 21:28:33.294 INFO O| Aug 21 21:28:33.294 INFO STEP 388 (remove_files) COMPLETE |
5031 | 2024-08-21T21:28:34.635Z | [ recovery-image] Aug 21 21:28:33.294 INFO O| Aug 21 21:28:33.294 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-08-21T21:28:34.642Z | [ recovery-image] Aug 21 21:28:33.303 INFO O| Aug 21 21:28:33.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5033 | 2024-08-21T21:28:34.645Z | [ recovery-image] Aug 21 21:28:33.303 INFO O| Aug 21 21:28:33.303 INFO STEP 389 (remove_files) COMPLETE |
5034 | 2024-08-21T21:28:34.645Z | [ recovery-image] Aug 21 21:28:33.303 INFO O| Aug 21 21:28:33.303 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-08-21T21:28:34.651Z | [ recovery-image] Aug 21 21:28:33.313 INFO O| Aug 21 21:28:33.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5036 | 2024-08-21T21:28:34.654Z | [ recovery-image] Aug 21 21:28:33.313 INFO O| Aug 21 21:28:33.313 INFO STEP 390 (remove_files) COMPLETE |
5037 | 2024-08-21T21:28:34.654Z | [ recovery-image] Aug 21 21:28:33.313 INFO O| Aug 21 21:28:33.313 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-08-21T21:28:34.661Z | [ recovery-image] Aug 21 21:28:33.322 INFO O| Aug 21 21:28:33.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5039 | 2024-08-21T21:28:34.661Z | [ recovery-image] Aug 21 21:28:33.322 INFO O| Aug 21 21:28:33.322 INFO STEP 391 (remove_files) COMPLETE |
5040 | 2024-08-21T21:28:34.661Z | [ recovery-image] Aug 21 21:28:33.322 INFO O| Aug 21 21:28:33.322 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-08-21T21:28:34.671Z | [ recovery-image] Aug 21 21:28:33.332 INFO O| Aug 21 21:28:33.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5042 | 2024-08-21T21:28:34.671Z | [ recovery-image] Aug 21 21:28:33.332 INFO O| Aug 21 21:28:33.332 INFO STEP 392 (remove_files) COMPLETE |
5043 | 2024-08-21T21:28:34.671Z | [ recovery-image] Aug 21 21:28:33.332 INFO O| Aug 21 21:28:33.332 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-08-21T21:28:34.683Z | [ recovery-image] Aug 21 21:28:33.343 INFO O| Aug 21 21:28:33.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5045 | 2024-08-21T21:28:34.683Z | [ recovery-image] Aug 21 21:28:33.344 INFO O| Aug 21 21:28:33.344 INFO STEP 393 (remove_files) COMPLETE |
5046 | 2024-08-21T21:28:34.683Z | [ recovery-image] Aug 21 21:28:33.344 INFO O| Aug 21 21:28:33.344 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-08-21T21:28:34.694Z | [ recovery-image] Aug 21 21:28:33.354 INFO O| Aug 21 21:28:33.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5048 | 2024-08-21T21:28:34.694Z | [ recovery-image] Aug 21 21:28:33.355 INFO O| Aug 21 21:28:33.355 INFO STEP 394 (remove_files) COMPLETE |
5049 | 2024-08-21T21:28:34.697Z | [ recovery-image] Aug 21 21:28:33.355 INFO O| Aug 21 21:28:33.355 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-08-21T21:28:34.704Z | [ recovery-image] Aug 21 21:28:33.365 INFO O| Aug 21 21:28:33.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5051 | 2024-08-21T21:28:34.706Z | [ recovery-image] Aug 21 21:28:33.365 INFO O| Aug 21 21:28:33.365 INFO STEP 395 (remove_files) COMPLETE |
5052 | 2024-08-21T21:28:34.706Z | [ recovery-image] Aug 21 21:28:33.365 INFO O| Aug 21 21:28:33.365 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-08-21T21:28:34.715Z | [ recovery-image] Aug 21 21:28:33.376 INFO O| Aug 21 21:28:33.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5054 | 2024-08-21T21:28:34.715Z | [ recovery-image] Aug 21 21:28:33.376 INFO O| Aug 21 21:28:33.376 INFO STEP 396 (remove_files) COMPLETE |
5055 | 2024-08-21T21:28:34.717Z | [ recovery-image] Aug 21 21:28:33.376 INFO O| Aug 21 21:28:33.376 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-08-21T21:28:34.726Z | [ recovery-image] Aug 21 21:28:33.387 INFO O| Aug 21 21:28:33.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5057 | 2024-08-21T21:28:34.726Z | [ recovery-image] Aug 21 21:28:33.387 INFO O| Aug 21 21:28:33.387 INFO STEP 397 (remove_files) COMPLETE |
5058 | 2024-08-21T21:28:34.728Z | [ recovery-image] Aug 21 21:28:33.387 INFO O| Aug 21 21:28:33.387 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-08-21T21:28:34.736Z | [ recovery-image] Aug 21 21:28:33.397 INFO O| Aug 21 21:28:33.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5060 | 2024-08-21T21:28:34.736Z | [ recovery-image] Aug 21 21:28:33.398 INFO O| Aug 21 21:28:33.397 INFO STEP 398 (remove_files) COMPLETE |
5061 | 2024-08-21T21:28:34.739Z | [ recovery-image] Aug 21 21:28:33.398 INFO O| Aug 21 21:28:33.398 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-08-21T21:28:34.746Z | [ recovery-image] Aug 21 21:28:33.407 INFO O| Aug 21 21:28:33.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5063 | 2024-08-21T21:28:34.746Z | [ recovery-image] Aug 21 21:28:33.407 INFO O| Aug 21 21:28:33.407 INFO STEP 399 (remove_files) COMPLETE |
5064 | 2024-08-21T21:28:34.746Z | [ recovery-image] Aug 21 21:28:33.407 INFO O| Aug 21 21:28:33.407 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-08-21T21:28:34.756Z | [ recovery-image] Aug 21 21:28:33.417 INFO O| Aug 21 21:28:33.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5066 | 2024-08-21T21:28:34.758Z | [ recovery-image] Aug 21 21:28:33.417 INFO O| Aug 21 21:28:33.417 INFO STEP 400 (remove_files) COMPLETE |
5067 | 2024-08-21T21:28:34.758Z | [ recovery-image] Aug 21 21:28:33.417 INFO O| Aug 21 21:28:33.417 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-08-21T21:28:34.765Z | [ recovery-image] Aug 21 21:28:33.426 INFO O| Aug 21 21:28:33.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5069 | 2024-08-21T21:28:34.765Z | [ recovery-image] Aug 21 21:28:33.427 INFO O| Aug 21 21:28:33.427 INFO STEP 401 (remove_files) COMPLETE |
5070 | 2024-08-21T21:28:34.765Z | [ recovery-image] Aug 21 21:28:33.427 INFO O| Aug 21 21:28:33.427 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-08-21T21:28:34.774Z | [ recovery-image] Aug 21 21:28:33.436 INFO O| Aug 21 21:28:33.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5072 | 2024-08-21T21:28:34.777Z | [ recovery-image] Aug 21 21:28:33.436 INFO O| Aug 21 21:28:33.436 INFO STEP 402 (remove_files) COMPLETE |
5073 | 2024-08-21T21:28:34.777Z | [ recovery-image] Aug 21 21:28:33.436 INFO O| Aug 21 21:28:33.436 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-08-21T21:28:34.784Z | [ recovery-image] Aug 21 21:28:33.445 INFO O| Aug 21 21:28:33.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5075 | 2024-08-21T21:28:34.784Z | [ recovery-image] Aug 21 21:28:33.445 INFO O| Aug 21 21:28:33.445 INFO STEP 403 (remove_files) COMPLETE |
5076 | 2024-08-21T21:28:34.788Z | [ recovery-image] Aug 21 21:28:33.445 INFO O| Aug 21 21:28:33.445 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-08-21T21:28:34.793Z | [ recovery-image] Aug 21 21:28:33.455 INFO O| Aug 21 21:28:33.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5078 | 2024-08-21T21:28:34.793Z | [ recovery-image] Aug 21 21:28:33.455 INFO O| Aug 21 21:28:33.455 INFO STEP 404 (remove_files) COMPLETE |
5079 | 2024-08-21T21:28:34.796Z | [ recovery-image] Aug 21 21:28:33.455 INFO O| Aug 21 21:28:33.455 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-08-21T21:28:34.803Z | [ recovery-image] Aug 21 21:28:33.464 INFO O| Aug 21 21:28:33.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5081 | 2024-08-21T21:28:34.803Z | [ recovery-image] Aug 21 21:28:33.464 INFO O| Aug 21 21:28:33.464 INFO STEP 405 (remove_files) COMPLETE |
5082 | 2024-08-21T21:28:34.803Z | [ recovery-image] Aug 21 21:28:33.464 INFO O| Aug 21 21:28:33.464 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-08-21T21:28:34.812Z | [ recovery-image] Aug 21 21:28:33.473 INFO O| Aug 21 21:28:33.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5084 | 2024-08-21T21:28:34.812Z | [ recovery-image] Aug 21 21:28:33.473 INFO O| Aug 21 21:28:33.473 INFO STEP 406 (remove_files) COMPLETE |
5085 | 2024-08-21T21:28:34.812Z | [ recovery-image] Aug 21 21:28:33.473 INFO O| Aug 21 21:28:33.473 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-08-21T21:28:34.821Z | [ recovery-image] Aug 21 21:28:33.483 INFO O| Aug 21 21:28:33.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5087 | 2024-08-21T21:28:34.822Z | [ recovery-image] Aug 21 21:28:33.483 INFO O| Aug 21 21:28:33.483 INFO STEP 407 (remove_files) COMPLETE |
5088 | 2024-08-21T21:28:34.824Z | [ recovery-image] Aug 21 21:28:33.483 INFO O| Aug 21 21:28:33.483 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-08-21T21:28:34.831Z | [ recovery-image] Aug 21 21:28:33.492 INFO O| Aug 21 21:28:33.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5090 | 2024-08-21T21:28:34.831Z | [ recovery-image] Aug 21 21:28:33.492 INFO O| Aug 21 21:28:33.492 INFO STEP 408 (remove_files) COMPLETE |
5091 | 2024-08-21T21:28:34.833Z | [ recovery-image] Aug 21 21:28:33.492 INFO O| Aug 21 21:28:33.492 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-08-21T21:28:34.840Z | [ recovery-image] Aug 21 21:28:33.502 INFO O| Aug 21 21:28:33.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5093 | 2024-08-21T21:28:34.840Z | [ recovery-image] Aug 21 21:28:33.502 INFO O| Aug 21 21:28:33.502 INFO STEP 409 (remove_files) COMPLETE |
5094 | 2024-08-21T21:28:34.843Z | [ recovery-image] Aug 21 21:28:33.502 INFO O| Aug 21 21:28:33.502 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-08-21T21:28:34.850Z | [ recovery-image] Aug 21 21:28:33.511 INFO O| Aug 21 21:28:33.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5096 | 2024-08-21T21:28:34.854Z | [ recovery-image] Aug 21 21:28:33.511 INFO O| Aug 21 21:28:33.511 INFO STEP 410 (remove_files) COMPLETE |
5097 | 2024-08-21T21:28:34.854Z | [ recovery-image] Aug 21 21:28:33.511 INFO O| Aug 21 21:28:33.511 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-08-21T21:28:34.859Z | [ recovery-image] Aug 21 21:28:33.520 INFO O| Aug 21 21:28:33.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5099 | 2024-08-21T21:28:34.859Z | [ recovery-image] Aug 21 21:28:33.520 INFO O| Aug 21 21:28:33.520 INFO STEP 411 (remove_files) COMPLETE |
5100 | 2024-08-21T21:28:34.862Z | [ recovery-image] Aug 21 21:28:33.520 INFO O| Aug 21 21:28:33.520 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-08-21T21:28:34.869Z | [ recovery-image] Aug 21 21:28:33.530 INFO O| Aug 21 21:28:33.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5102 | 2024-08-21T21:28:34.869Z | [ recovery-image] Aug 21 21:28:33.530 INFO O| Aug 21 21:28:33.530 INFO STEP 412 (remove_files) COMPLETE |
5103 | 2024-08-21T21:28:34.872Z | [ recovery-image] Aug 21 21:28:33.530 INFO O| Aug 21 21:28:33.530 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-08-21T21:28:34.879Z | [ recovery-image] Aug 21 21:28:33.540 INFO O| Aug 21 21:28:33.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5105 | 2024-08-21T21:28:34.879Z | [ recovery-image] Aug 21 21:28:33.540 INFO O| Aug 21 21:28:33.540 INFO STEP 413 (remove_files) COMPLETE |
5106 | 2024-08-21T21:28:34.881Z | [ recovery-image] Aug 21 21:28:33.540 INFO O| Aug 21 21:28:33.540 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-08-21T21:28:34.888Z | [ recovery-image] Aug 21 21:28:33.549 INFO O| Aug 21 21:28:33.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5108 | 2024-08-21T21:28:34.888Z | [ recovery-image] Aug 21 21:28:33.550 INFO O| Aug 21 21:28:33.550 INFO STEP 414 (remove_files) COMPLETE |
5109 | 2024-08-21T21:28:34.891Z | [ recovery-image] Aug 21 21:28:33.550 INFO O| Aug 21 21:28:33.550 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-08-21T21:28:34.900Z | [ recovery-image] Aug 21 21:28:33.561 INFO O| Aug 21 21:28:33.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5111 | 2024-08-21T21:28:34.900Z | [ recovery-image] Aug 21 21:28:33.561 INFO O| Aug 21 21:28:33.561 INFO STEP 415 (remove_files) COMPLETE |
5112 | 2024-08-21T21:28:34.902Z | [ recovery-image] Aug 21 21:28:33.561 INFO O| Aug 21 21:28:33.561 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-08-21T21:28:34.909Z | [ recovery-image] Aug 21 21:28:33.570 INFO O| Aug 21 21:28:33.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5114 | 2024-08-21T21:28:34.909Z | [ recovery-image] Aug 21 21:28:33.571 INFO O| Aug 21 21:28:33.571 INFO STEP 416 (remove_files) COMPLETE |
5115 | 2024-08-21T21:28:34.909Z | [ recovery-image] Aug 21 21:28:33.571 INFO O| Aug 21 21:28:33.571 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-08-21T21:28:34.919Z | [ recovery-image] Aug 21 21:28:33.580 INFO O| Aug 21 21:28:33.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5117 | 2024-08-21T21:28:34.919Z | [ recovery-image] Aug 21 21:28:33.581 INFO O| Aug 21 21:28:33.580 INFO STEP 417 (remove_files) COMPLETE |
5118 | 2024-08-21T21:28:34.922Z | [ recovery-image] Aug 21 21:28:33.581 INFO O| Aug 21 21:28:33.581 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-08-21T21:28:34.929Z | [ recovery-image] Aug 21 21:28:33.590 INFO O| Aug 21 21:28:33.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5120 | 2024-08-21T21:28:34.931Z | [ recovery-image] Aug 21 21:28:33.590 INFO O| Aug 21 21:28:33.590 INFO STEP 418 (remove_files) COMPLETE |
5121 | 2024-08-21T21:28:34.931Z | [ recovery-image] Aug 21 21:28:33.590 INFO O| Aug 21 21:28:33.590 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-08-21T21:28:34.938Z | [ recovery-image] Aug 21 21:28:33.599 INFO O| Aug 21 21:28:33.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5123 | 2024-08-21T21:28:34.938Z | [ recovery-image] Aug 21 21:28:33.599 INFO O| Aug 21 21:28:33.599 INFO STEP 419 (remove_files) COMPLETE |
5124 | 2024-08-21T21:28:34.938Z | [ recovery-image] Aug 21 21:28:33.599 INFO O| Aug 21 21:28:33.599 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-08-21T21:28:34.947Z | [ recovery-image] Aug 21 21:28:33.609 INFO O| Aug 21 21:28:33.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5126 | 2024-08-21T21:28:34.950Z | [ recovery-image] Aug 21 21:28:33.609 INFO O| Aug 21 21:28:33.609 INFO STEP 420 (remove_files) COMPLETE |
5127 | 2024-08-21T21:28:34.950Z | [ recovery-image] Aug 21 21:28:33.609 INFO O| Aug 21 21:28:33.609 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-08-21T21:28:34.957Z | [ recovery-image] Aug 21 21:28:33.618 INFO O| Aug 21 21:28:33.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5129 | 2024-08-21T21:28:34.959Z | [ recovery-image] Aug 21 21:28:33.618 INFO O| Aug 21 21:28:33.618 INFO STEP 421 (remove_files) COMPLETE |
5130 | 2024-08-21T21:28:34.959Z | [ recovery-image] Aug 21 21:28:33.618 INFO O| Aug 21 21:28:33.618 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-08-21T21:28:34.966Z | [ recovery-image] Aug 21 21:28:33.627 INFO O| Aug 21 21:28:33.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5132 | 2024-08-21T21:28:34.966Z | [ recovery-image] Aug 21 21:28:33.627 INFO O| Aug 21 21:28:33.627 INFO STEP 422 (remove_files) COMPLETE |
5133 | 2024-08-21T21:28:34.966Z | [ recovery-image] Aug 21 21:28:33.627 INFO O| Aug 21 21:28:33.627 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-08-21T21:28:34.976Z | [ recovery-image] Aug 21 21:28:33.637 INFO O| Aug 21 21:28:33.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5135 | 2024-08-21T21:28:34.976Z | [ recovery-image] Aug 21 21:28:33.637 INFO O| Aug 21 21:28:33.637 INFO STEP 423 (remove_files) COMPLETE |
5136 | 2024-08-21T21:28:34.976Z | [ recovery-image] Aug 21 21:28:33.637 INFO O| Aug 21 21:28:33.637 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-08-21T21:28:34.985Z | [ recovery-image] Aug 21 21:28:33.646 INFO O| Aug 21 21:28:33.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5138 | 2024-08-21T21:28:34.985Z | [ recovery-image] Aug 21 21:28:33.646 INFO O| Aug 21 21:28:33.646 INFO STEP 424 (remove_files) COMPLETE |
5139 | 2024-08-21T21:28:34.985Z | [ recovery-image] Aug 21 21:28:33.646 INFO O| Aug 21 21:28:33.646 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-08-21T21:28:34.994Z | [ recovery-image] Aug 21 21:28:33.656 INFO O| Aug 21 21:28:33.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5141 | 2024-08-21T21:28:34.997Z | [ recovery-image] Aug 21 21:28:33.656 INFO O| Aug 21 21:28:33.656 INFO STEP 425 (remove_files) COMPLETE |
5142 | 2024-08-21T21:28:34.997Z | [ recovery-image] Aug 21 21:28:33.656 INFO O| Aug 21 21:28:33.656 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-08-21T21:28:35.004Z | [ recovery-image] Aug 21 21:28:33.665 INFO O| Aug 21 21:28:33.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5144 | 2024-08-21T21:28:35.006Z | [ recovery-image] Aug 21 21:28:33.665 INFO O| Aug 21 21:28:33.665 INFO STEP 426 (remove_files) COMPLETE |
5145 | 2024-08-21T21:28:35.006Z | [ recovery-image] Aug 21 21:28:33.665 INFO O| Aug 21 21:28:33.665 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-08-21T21:28:35.013Z | [ recovery-image] Aug 21 21:28:33.674 INFO O| Aug 21 21:28:33.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5147 | 2024-08-21T21:28:35.013Z | [ recovery-image] Aug 21 21:28:33.675 INFO O| Aug 21 21:28:33.674 INFO STEP 427 (remove_files) COMPLETE |
5148 | 2024-08-21T21:28:35.013Z | [ recovery-image] Aug 21 21:28:33.675 INFO O| Aug 21 21:28:33.675 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-08-21T21:28:35.023Z | [ recovery-image] Aug 21 21:28:33.684 INFO O| Aug 21 21:28:33.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5150 | 2024-08-21T21:28:35.023Z | [ recovery-image] Aug 21 21:28:33.684 INFO O| Aug 21 21:28:33.684 INFO STEP 428 (remove_files) COMPLETE |
5151 | 2024-08-21T21:28:35.026Z | [ recovery-image] Aug 21 21:28:33.684 INFO O| Aug 21 21:28:33.684 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-08-21T21:28:35.032Z | [ recovery-image] Aug 21 21:28:33.693 INFO O| Aug 21 21:28:33.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5153 | 2024-08-21T21:28:35.032Z | [ recovery-image] Aug 21 21:28:33.693 INFO O| Aug 21 21:28:33.693 INFO STEP 429 (remove_files) COMPLETE |
5154 | 2024-08-21T21:28:35.035Z | [ recovery-image] Aug 21 21:28:33.693 INFO O| Aug 21 21:28:33.693 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-08-21T21:28:35.044Z | [ recovery-image] Aug 21 21:28:33.703 INFO O| Aug 21 21:28:33.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5156 | 2024-08-21T21:28:35.044Z | [ recovery-image] Aug 21 21:28:33.703 INFO O| Aug 21 21:28:33.703 INFO STEP 430 (remove_files) COMPLETE |
5157 | 2024-08-21T21:28:35.044Z | [ recovery-image] Aug 21 21:28:33.703 INFO O| Aug 21 21:28:33.703 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-08-21T21:28:35.053Z | [ recovery-image] Aug 21 21:28:33.714 INFO O| Aug 21 21:28:33.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5159 | 2024-08-21T21:28:35.054Z | [ recovery-image] Aug 21 21:28:33.714 INFO O| Aug 21 21:28:33.714 INFO STEP 431 (remove_files) COMPLETE |
5160 | 2024-08-21T21:28:35.056Z | [ recovery-image] Aug 21 21:28:33.714 INFO O| Aug 21 21:28:33.714 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-08-21T21:28:35.062Z | [ recovery-image] Aug 21 21:28:33.723 INFO O| Aug 21 21:28:33.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5162 | 2024-08-21T21:28:35.062Z | [ recovery-image] Aug 21 21:28:33.723 INFO O| Aug 21 21:28:33.723 INFO STEP 432 (remove_files) COMPLETE |
5163 | 2024-08-21T21:28:35.062Z | [ recovery-image] Aug 21 21:28:33.723 INFO O| Aug 21 21:28:33.723 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-08-21T21:28:35.074Z | [ recovery-image] Aug 21 21:28:33.736 INFO O| Aug 21 21:28:33.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5165 | 2024-08-21T21:28:35.077Z | [ recovery-image] Aug 21 21:28:33.736 INFO O| Aug 21 21:28:33.736 INFO STEP 433 (remove_files) COMPLETE |
5166 | 2024-08-21T21:28:35.077Z | [ recovery-image] Aug 21 21:28:33.736 INFO O| Aug 21 21:28:33.736 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-08-21T21:28:35.086Z | [ recovery-image] Aug 21 21:28:33.747 INFO O| Aug 21 21:28:33.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5168 | 2024-08-21T21:28:35.086Z | [ recovery-image] Aug 21 21:28:33.747 INFO O| Aug 21 21:28:33.747 INFO STEP 434 (remove_files) COMPLETE |
5169 | 2024-08-21T21:28:35.088Z | [ recovery-image] Aug 21 21:28:33.747 INFO O| Aug 21 21:28:33.747 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-08-21T21:28:35.096Z | [ recovery-image] Aug 21 21:28:33.757 INFO O| Aug 21 21:28:33.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5171 | 2024-08-21T21:28:35.099Z | [ recovery-image] Aug 21 21:28:33.757 INFO O| Aug 21 21:28:33.757 INFO STEP 435 (remove_files) COMPLETE |
5172 | 2024-08-21T21:28:35.099Z | [ recovery-image] Aug 21 21:28:33.758 INFO O| Aug 21 21:28:33.757 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-08-21T21:28:35.107Z | [ recovery-image] Aug 21 21:28:33.768 INFO O| Aug 21 21:28:33.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5174 | 2024-08-21T21:28:35.107Z | [ recovery-image] Aug 21 21:28:33.768 INFO O| Aug 21 21:28:33.768 INFO STEP 436 (remove_files) COMPLETE |
5175 | 2024-08-21T21:28:35.110Z | [ recovery-image] Aug 21 21:28:33.768 INFO O| Aug 21 21:28:33.768 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-08-21T21:28:35.119Z | [ recovery-image] Aug 21 21:28:33.780 INFO O| Aug 21 21:28:33.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5177 | 2024-08-21T21:28:35.121Z | [ recovery-image] Aug 21 21:28:33.780 INFO O| Aug 21 21:28:33.780 INFO STEP 437 (remove_files) COMPLETE |
5178 | 2024-08-21T21:28:35.121Z | [ recovery-image] Aug 21 21:28:33.780 INFO O| Aug 21 21:28:33.780 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-08-21T21:28:35.131Z | [ recovery-image] Aug 21 21:28:33.792 INFO O| Aug 21 21:28:33.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5180 | 2024-08-21T21:28:35.131Z | [ recovery-image] Aug 21 21:28:33.792 INFO O| Aug 21 21:28:33.792 INFO STEP 438 (remove_files) COMPLETE |
5181 | 2024-08-21T21:28:35.131Z | [ recovery-image] Aug 21 21:28:33.792 INFO O| Aug 21 21:28:33.792 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-08-21T21:28:35.143Z | [ recovery-image] Aug 21 21:28:33.805 INFO O| Aug 21 21:28:33.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5183 | 2024-08-21T21:28:35.146Z | [ recovery-image] Aug 21 21:28:33.805 INFO O| Aug 21 21:28:33.805 INFO STEP 439 (remove_files) COMPLETE |
5184 | 2024-08-21T21:28:35.146Z | [ recovery-image] Aug 21 21:28:33.805 INFO O| Aug 21 21:28:33.805 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-08-21T21:28:35.154Z | [ recovery-image] Aug 21 21:28:33.815 INFO O| Aug 21 21:28:33.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5186 | 2024-08-21T21:28:35.154Z | [ recovery-image] Aug 21 21:28:33.816 INFO O| Aug 21 21:28:33.816 INFO STEP 440 (remove_files) COMPLETE |
5187 | 2024-08-21T21:28:35.154Z | [ recovery-image] Aug 21 21:28:33.816 INFO O| Aug 21 21:28:33.816 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-08-21T21:28:35.165Z | [ recovery-image] Aug 21 21:28:33.826 INFO O| Aug 21 21:28:33.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5189 | 2024-08-21T21:28:35.165Z | [ recovery-image] Aug 21 21:28:33.826 INFO O| Aug 21 21:28:33.826 INFO STEP 441 (remove_files) COMPLETE |
5190 | 2024-08-21T21:28:35.167Z | [ recovery-image] Aug 21 21:28:33.826 INFO O| Aug 21 21:28:33.826 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-08-21T21:28:35.174Z | [ recovery-image] Aug 21 21:28:33.836 INFO O| Aug 21 21:28:33.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5192 | 2024-08-21T21:28:35.175Z | [ recovery-image] Aug 21 21:28:33.836 INFO O| Aug 21 21:28:33.836 INFO STEP 442 (remove_files) COMPLETE |
5193 | 2024-08-21T21:28:35.177Z | [ recovery-image] Aug 21 21:28:33.836 INFO O| Aug 21 21:28:33.836 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-08-21T21:28:35.184Z | [ recovery-image] Aug 21 21:28:33.845 INFO O| Aug 21 21:28:33.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5195 | 2024-08-21T21:28:35.184Z | [ recovery-image] Aug 21 21:28:33.846 INFO O| Aug 21 21:28:33.845 INFO STEP 443 (remove_files) COMPLETE |
5196 | 2024-08-21T21:28:35.187Z | [ recovery-image] Aug 21 21:28:33.846 INFO O| Aug 21 21:28:33.846 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-08-21T21:28:35.194Z | [ recovery-image] Aug 21 21:28:33.855 INFO O| Aug 21 21:28:33.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5198 | 2024-08-21T21:28:35.194Z | [ recovery-image] Aug 21 21:28:33.855 INFO O| Aug 21 21:28:33.855 INFO STEP 444 (remove_files) COMPLETE |
5199 | 2024-08-21T21:28:35.196Z | [ recovery-image] Aug 21 21:28:33.855 INFO O| Aug 21 21:28:33.855 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-08-21T21:28:35.203Z | [ recovery-image] Aug 21 21:28:33.865 INFO O| Aug 21 21:28:33.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5201 | 2024-08-21T21:28:35.203Z | [ recovery-image] Aug 21 21:28:33.865 INFO O| Aug 21 21:28:33.865 INFO STEP 445 (remove_files) COMPLETE |
5202 | 2024-08-21T21:28:35.204Z | [ recovery-image] Aug 21 21:28:33.865 INFO O| Aug 21 21:28:33.865 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-08-21T21:28:35.213Z | [ recovery-image] Aug 21 21:28:33.874 INFO O| Aug 21 21:28:33.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5204 | 2024-08-21T21:28:35.213Z | [ recovery-image] Aug 21 21:28:33.874 INFO O| Aug 21 21:28:33.874 INFO STEP 446 (remove_files) COMPLETE |
5205 | 2024-08-21T21:28:35.217Z | [ recovery-image] Aug 21 21:28:33.874 INFO O| Aug 21 21:28:33.874 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-08-21T21:28:35.222Z | [ recovery-image] Aug 21 21:28:33.884 INFO O| Aug 21 21:28:33.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5207 | 2024-08-21T21:28:35.222Z | [ recovery-image] Aug 21 21:28:33.884 INFO O| Aug 21 21:28:33.884 INFO STEP 447 (remove_files) COMPLETE |
5208 | 2024-08-21T21:28:35.225Z | [ recovery-image] Aug 21 21:28:33.884 INFO O| Aug 21 21:28:33.884 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-08-21T21:28:35.232Z | [ recovery-image] Aug 21 21:28:33.893 INFO O| Aug 21 21:28:33.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5210 | 2024-08-21T21:28:35.232Z | [ recovery-image] Aug 21 21:28:33.893 INFO O| Aug 21 21:28:33.893 INFO STEP 448 (remove_files) COMPLETE |
5211 | 2024-08-21T21:28:35.234Z | [ recovery-image] Aug 21 21:28:33.893 INFO O| Aug 21 21:28:33.893 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-08-21T21:28:35.241Z | [ recovery-image] Aug 21 21:28:33.902 INFO O| Aug 21 21:28:33.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5213 | 2024-08-21T21:28:35.243Z | [ recovery-image] Aug 21 21:28:33.902 INFO O| Aug 21 21:28:33.902 INFO STEP 449 (remove_files) COMPLETE |
5214 | 2024-08-21T21:28:35.243Z | [ recovery-image] Aug 21 21:28:33.902 INFO O| Aug 21 21:28:33.902 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-08-21T21:28:35.250Z | [ recovery-image] Aug 21 21:28:33.911 INFO O| Aug 21 21:28:33.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5216 | 2024-08-21T21:28:35.250Z | [ recovery-image] Aug 21 21:28:33.912 INFO O| Aug 21 21:28:33.912 INFO STEP 450 (remove_files) COMPLETE |
5217 | 2024-08-21T21:28:35.250Z | [ recovery-image] Aug 21 21:28:33.912 INFO O| Aug 21 21:28:33.912 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-08-21T21:28:35.260Z | [ recovery-image] Aug 21 21:28:33.921 INFO O| Aug 21 21:28:33.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5219 | 2024-08-21T21:28:35.260Z | [ recovery-image] Aug 21 21:28:33.921 INFO O| Aug 21 21:28:33.921 INFO STEP 451 (remove_files) COMPLETE |
5220 | 2024-08-21T21:28:35.262Z | [ recovery-image] Aug 21 21:28:33.921 INFO O| Aug 21 21:28:33.921 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-08-21T21:28:35.269Z | [ recovery-image] Aug 21 21:28:33.930 INFO O| Aug 21 21:28:33.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5222 | 2024-08-21T21:28:35.269Z | [ recovery-image] Aug 21 21:28:33.930 INFO O| Aug 21 21:28:33.930 INFO STEP 452 (remove_files) COMPLETE |
5223 | 2024-08-21T21:28:35.269Z | [ recovery-image] Aug 21 21:28:33.930 INFO O| Aug 21 21:28:33.930 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-08-21T21:28:35.278Z | [ recovery-image] Aug 21 21:28:33.940 INFO O| Aug 21 21:28:33.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5225 | 2024-08-21T21:28:35.282Z | [ recovery-image] Aug 21 21:28:33.940 INFO O| Aug 21 21:28:33.940 INFO STEP 453 (remove_files) COMPLETE |
5226 | 2024-08-21T21:28:35.282Z | [ recovery-image] Aug 21 21:28:33.940 INFO O| Aug 21 21:28:33.940 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-08-21T21:28:35.335Z | [ recovery-image] Aug 21 21:28:33.994 INFO O| Aug 21 21:28:33.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5228 | 2024-08-21T21:28:35.335Z | [ recovery-image] Aug 21 21:28:33.994 INFO O| Aug 21 21:28:33.994 INFO STEP 454 (remove_files) COMPLETE |
5229 | 2024-08-21T21:28:35.335Z | [ recovery-image] Aug 21 21:28:33.994 INFO O| Aug 21 21:28:33.994 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-08-21T21:28:35.360Z | [ recovery-image] Aug 21 21:28:34.018 INFO O| Aug 21 21:28:34.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5231 | 2024-08-21T21:28:35.360Z | [ recovery-image] Aug 21 21:28:34.018 INFO O| Aug 21 21:28:34.018 INFO STEP 455 (remove_files) COMPLETE |
5232 | 2024-08-21T21:28:35.360Z | [ recovery-image] Aug 21 21:28:34.018 INFO O| Aug 21 21:28:34.018 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-08-21T21:28:35.377Z | [ recovery-image] Aug 21 21:28:34.038 INFO O| Aug 21 21:28:34.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5234 | 2024-08-21T21:28:35.377Z | [ recovery-image] Aug 21 21:28:34.038 INFO O| Aug 21 21:28:34.038 INFO STEP 456 (remove_files) COMPLETE |
5235 | 2024-08-21T21:28:35.377Z | [ recovery-image] Aug 21 21:28:34.038 INFO O| Aug 21 21:28:34.038 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-08-21T21:28:35.391Z | [ recovery-image] Aug 21 21:28:34.052 INFO O| Aug 21 21:28:34.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5237 | 2024-08-21T21:28:35.391Z | [ recovery-image] Aug 21 21:28:34.052 INFO O| Aug 21 21:28:34.052 INFO STEP 457 (remove_files) COMPLETE |
5238 | 2024-08-21T21:28:35.391Z | [ recovery-image] Aug 21 21:28:34.052 INFO O| Aug 21 21:28:34.052 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-08-21T21:28:35.403Z | [ recovery-image] Aug 21 21:28:34.064 INFO O| Aug 21 21:28:34.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5240 | 2024-08-21T21:28:35.403Z | [ recovery-image] Aug 21 21:28:34.064 INFO O| Aug 21 21:28:34.064 INFO STEP 458 (remove_files) COMPLETE |
5241 | 2024-08-21T21:28:35.405Z | [ recovery-image] Aug 21 21:28:34.064 INFO O| Aug 21 21:28:34.064 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-08-21T21:28:35.414Z | [ recovery-image] Aug 21 21:28:34.075 INFO O| Aug 21 21:28:34.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5243 | 2024-08-21T21:28:35.414Z | [ recovery-image] Aug 21 21:28:34.075 INFO O| Aug 21 21:28:34.075 INFO STEP 459 (remove_files) COMPLETE |
5244 | 2024-08-21T21:28:35.414Z | [ recovery-image] Aug 21 21:28:34.075 INFO O| Aug 21 21:28:34.075 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-08-21T21:28:35.425Z | [ recovery-image] Aug 21 21:28:34.086 INFO O| Aug 21 21:28:34.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5246 | 2024-08-21T21:28:35.425Z | [ recovery-image] Aug 21 21:28:34.086 INFO O| Aug 21 21:28:34.086 INFO STEP 460 (remove_files) COMPLETE |
5247 | 2024-08-21T21:28:35.427Z | [ recovery-image] Aug 21 21:28:34.086 INFO O| Aug 21 21:28:34.086 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-08-21T21:28:35.435Z | [ recovery-image] Aug 21 21:28:34.096 INFO O| Aug 21 21:28:34.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5249 | 2024-08-21T21:28:35.435Z | [ recovery-image] Aug 21 21:28:34.096 INFO O| Aug 21 21:28:34.096 INFO STEP 461 (remove_files) COMPLETE |
5250 | 2024-08-21T21:28:35.438Z | [ recovery-image] Aug 21 21:28:34.096 INFO O| Aug 21 21:28:34.096 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-08-21T21:28:35.446Z | [ recovery-image] Aug 21 21:28:34.107 INFO O| Aug 21 21:28:34.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5252 | 2024-08-21T21:28:35.446Z | [ recovery-image] Aug 21 21:28:34.107 INFO O| Aug 21 21:28:34.107 INFO STEP 462 (remove_files) COMPLETE |
5253 | 2024-08-21T21:28:35.446Z | [ recovery-image] Aug 21 21:28:34.107 INFO O| Aug 21 21:28:34.107 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-08-21T21:28:35.458Z | [ recovery-image] Aug 21 21:28:34.120 INFO O| Aug 21 21:28:34.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5255 | 2024-08-21T21:28:35.458Z | [ recovery-image] Aug 21 21:28:34.120 INFO O| Aug 21 21:28:34.120 INFO STEP 463 (remove_files) COMPLETE |
5256 | 2024-08-21T21:28:35.461Z | [ recovery-image] Aug 21 21:28:34.120 INFO O| Aug 21 21:28:34.120 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-08-21T21:28:35.470Z | [ recovery-image] Aug 21 21:28:34.131 INFO O| Aug 21 21:28:34.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5258 | 2024-08-21T21:28:35.472Z | [ recovery-image] Aug 21 21:28:34.131 INFO O| Aug 21 21:28:34.131 INFO STEP 464 (remove_files) COMPLETE |
5259 | 2024-08-21T21:28:35.472Z | [ recovery-image] Aug 21 21:28:34.131 INFO O| Aug 21 21:28:34.131 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-08-21T21:28:35.482Z | [ recovery-image] Aug 21 21:28:34.144 INFO O| Aug 21 21:28:34.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5261 | 2024-08-21T21:28:35.482Z | [ recovery-image] Aug 21 21:28:34.144 INFO O| Aug 21 21:28:34.144 INFO STEP 465 (remove_files) COMPLETE |
5262 | 2024-08-21T21:28:35.485Z | [ recovery-image] Aug 21 21:28:34.144 INFO O| Aug 21 21:28:34.144 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-08-21T21:28:35.487Z | [ host-image] Aug 21 21:28:34.147 INFO O| Aug 21 21:28:34.147 INFO O| Planning: Solver setup ... Done |
5264 | 2024-08-21T21:28:35.490Z | [ host-image] Aug 21 21:28:34.150 INFO O| Aug 21 21:28:34.150 INFO O| Planning: Running solver ... Done |
5265 | 2024-08-21T21:28:35.495Z | [ recovery-image] Aug 21 21:28:34.155 INFO O| Aug 21 21:28:34.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5266 | 2024-08-21T21:28:35.497Z | [ recovery-image] Aug 21 21:28:34.155 INFO O| Aug 21 21:28:34.155 INFO STEP 466 (remove_files) COMPLETE |
5267 | 2024-08-21T21:28:35.497Z | [ recovery-image] Aug 21 21:28:34.155 INFO O| Aug 21 21:28:34.155 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-08-21T21:28:35.505Z | [ recovery-image] Aug 21 21:28:34.166 INFO O| Aug 21 21:28:34.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5269 | 2024-08-21T21:28:35.505Z | [ recovery-image] Aug 21 21:28:34.166 INFO O| Aug 21 21:28:34.166 INFO STEP 467 (remove_files) COMPLETE |
5270 | 2024-08-21T21:28:35.505Z | [ recovery-image] Aug 21 21:28:34.166 INFO O| Aug 21 21:28:34.166 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-08-21T21:28:35.515Z | [ recovery-image] Aug 21 21:28:34.176 INFO O| Aug 21 21:28:34.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5272 | 2024-08-21T21:28:35.517Z | [ recovery-image] Aug 21 21:28:34.176 INFO O| Aug 21 21:28:34.176 INFO STEP 468 (remove_files) COMPLETE |
5273 | 2024-08-21T21:28:35.517Z | [ recovery-image] Aug 21 21:28:34.176 INFO O| Aug 21 21:28:34.176 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-08-21T21:28:35.524Z | [ recovery-image] Aug 21 21:28:34.185 INFO O| Aug 21 21:28:34.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5275 | 2024-08-21T21:28:35.524Z | [ recovery-image] Aug 21 21:28:34.186 INFO O| Aug 21 21:28:34.185 INFO STEP 469 (remove_files) COMPLETE |
5276 | 2024-08-21T21:28:35.527Z | [ recovery-image] Aug 21 21:28:34.186 INFO O| Aug 21 21:28:34.186 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-08-21T21:28:35.530Z | [ host-image] Aug 21 21:28:34.190 INFO O| Aug 21 21:28:34.190 INFO O| Planning: Finding local manifests ... Done |
5278 | 2024-08-21T21:28:35.535Z | [ host-image] Aug 21 21:28:34.191 INFO O| Aug 21 21:28:34.191 INFO O| Planning: Fetching manifests: 0/4 0% complete |
5279 | 2024-08-21T21:28:35.535Z | [ recovery-image] Aug 21 21:28:34.195 INFO O| Aug 21 21:28:34.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5280 | 2024-08-21T21:28:35.535Z | [ recovery-image] Aug 21 21:28:34.195 INFO O| Aug 21 21:28:34.195 INFO STEP 470 (remove_files) COMPLETE |
5281 | 2024-08-21T21:28:35.538Z | [ recovery-image] Aug 21 21:28:34.195 INFO O| Aug 21 21:28:34.195 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-08-21T21:28:35.543Z | [ recovery-image] Aug 21 21:28:34.204 INFO O| Aug 21 21:28:34.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5283 | 2024-08-21T21:28:35.543Z | [ recovery-image] Aug 21 21:28:34.204 INFO O| Aug 21 21:28:34.204 INFO STEP 471 (remove_files) COMPLETE |
5284 | 2024-08-21T21:28:35.543Z | [ recovery-image] Aug 21 21:28:34.204 INFO O| Aug 21 21:28:34.204 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-08-21T21:28:35.553Z | [ recovery-image] Aug 21 21:28:34.214 INFO O| Aug 21 21:28:34.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5286 | 2024-08-21T21:28:35.553Z | [ recovery-image] Aug 21 21:28:34.214 INFO O| Aug 21 21:28:34.214 INFO STEP 472 (remove_files) COMPLETE |
5287 | 2024-08-21T21:28:35.555Z | [ recovery-image] Aug 21 21:28:34.214 INFO O| Aug 21 21:28:34.214 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-08-21T21:28:35.563Z | [ recovery-image] Aug 21 21:28:34.224 INFO O| Aug 21 21:28:34.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5289 | 2024-08-21T21:28:35.563Z | [ recovery-image] Aug 21 21:28:34.224 INFO O| Aug 21 21:28:34.224 INFO STEP 473 (remove_files) COMPLETE |
5290 | 2024-08-21T21:28:35.563Z | [ recovery-image] Aug 21 21:28:34.224 INFO O| Aug 21 21:28:34.224 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-08-21T21:28:35.573Z | [ recovery-image] Aug 21 21:28:34.233 INFO O| Aug 21 21:28:34.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5292 | 2024-08-21T21:28:35.575Z | [ recovery-image] Aug 21 21:28:34.233 INFO O| Aug 21 21:28:34.233 INFO STEP 474 (remove_files) COMPLETE |
5293 | 2024-08-21T21:28:35.575Z | [ recovery-image] Aug 21 21:28:34.233 INFO O| Aug 21 21:28:34.233 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-08-21T21:28:35.582Z | [ recovery-image] Aug 21 21:28:34.243 INFO O| Aug 21 21:28:34.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5295 | 2024-08-21T21:28:35.585Z | [ recovery-image] Aug 21 21:28:34.244 INFO O| Aug 21 21:28:34.243 INFO STEP 475 (remove_files) COMPLETE |
5296 | 2024-08-21T21:28:35.585Z | [ recovery-image] Aug 21 21:28:34.244 INFO O| Aug 21 21:28:34.244 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-08-21T21:28:35.595Z | [ recovery-image] Aug 21 21:28:34.256 INFO O| Aug 21 21:28:34.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5298 | 2024-08-21T21:28:35.595Z | [ recovery-image] Aug 21 21:28:34.256 INFO O| Aug 21 21:28:34.256 INFO STEP 476 (remove_files) COMPLETE |
5299 | 2024-08-21T21:28:35.597Z | [ recovery-image] Aug 21 21:28:34.256 INFO O| Aug 21 21:28:34.256 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-08-21T21:28:35.608Z | [ recovery-image] Aug 21 21:28:34.269 INFO O| Aug 21 21:28:34.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5301 | 2024-08-21T21:28:35.608Z | [ recovery-image] Aug 21 21:28:34.269 INFO O| Aug 21 21:28:34.269 INFO STEP 477 (remove_files) COMPLETE |
5302 | 2024-08-21T21:28:35.611Z | [ recovery-image] Aug 21 21:28:34.269 INFO O| Aug 21 21:28:34.269 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-08-21T21:28:35.623Z | [ recovery-image] Aug 21 21:28:34.284 INFO O| Aug 21 21:28:34.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5304 | 2024-08-21T21:28:35.626Z | [ recovery-image] Aug 21 21:28:34.284 INFO O| Aug 21 21:28:34.284 INFO STEP 478 (remove_files) COMPLETE |
5305 | 2024-08-21T21:28:35.626Z | [ recovery-image] Aug 21 21:28:34.284 INFO O| Aug 21 21:28:34.284 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-08-21T21:28:35.638Z | [ recovery-image] Aug 21 21:28:34.299 INFO O| Aug 21 21:28:34.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5307 | 2024-08-21T21:28:35.641Z | [ recovery-image] Aug 21 21:28:34.299 INFO O| Aug 21 21:28:34.299 INFO STEP 479 (remove_files) COMPLETE |
5308 | 2024-08-21T21:28:35.641Z | [ recovery-image] Aug 21 21:28:34.299 INFO O| Aug 21 21:28:34.299 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-08-21T21:28:35.646Z | [ host-image] Aug 21 21:28:34.307 INFO O| Aug 21 21:28:34.307 INFO O| Planning: Fetching manifests: 4/4 100% complete |
5310 | 2024-08-21T21:28:35.653Z | [ recovery-image] Aug 21 21:28:34.313 INFO O| Aug 21 21:28:34.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5311 | 2024-08-21T21:28:35.655Z | [ recovery-image] Aug 21 21:28:34.314 INFO O| Aug 21 21:28:34.313 INFO STEP 480 (remove_files) COMPLETE |
5312 | 2024-08-21T21:28:35.655Z | [ recovery-image] Aug 21 21:28:34.314 INFO O| Aug 21 21:28:34.313 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-08-21T21:28:35.672Z | [ recovery-image] Aug 21 21:28:34.331 INFO O| Aug 21 21:28:34.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5314 | 2024-08-21T21:28:35.672Z | [ recovery-image] Aug 21 21:28:34.331 INFO O| Aug 21 21:28:34.331 INFO STEP 481 (remove_files) COMPLETE |
5315 | 2024-08-21T21:28:35.674Z | [ recovery-image] Aug 21 21:28:34.331 INFO O| Aug 21 21:28:34.331 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-08-21T21:28:35.683Z | [ host-image] Aug 21 21:28:34.344 INFO O| Aug 21 21:28:34.344 INFO O| Planning: Package planning ... Done |
5317 | 2024-08-21T21:28:35.685Z | [ recovery-image] Aug 21 21:28:34.345 INFO O| Aug 21 21:28:34.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5318 | 2024-08-21T21:28:35.685Z | [ recovery-image] Aug 21 21:28:34.345 INFO O| Aug 21 21:28:34.345 INFO STEP 482 (remove_files) COMPLETE |
5319 | 2024-08-21T21:28:35.685Z | [ recovery-image] Aug 21 21:28:34.346 INFO O| Aug 21 21:28:34.345 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-08-21T21:28:35.688Z | [ host-image] Aug 21 21:28:34.348 INFO O| Aug 21 21:28:34.348 INFO O| Planning: Merging actions ... Done |
5321 | 2024-08-21T21:28:35.698Z | [ recovery-image] Aug 21 21:28:34.359 INFO O| Aug 21 21:28:34.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5322 | 2024-08-21T21:28:35.702Z | [ recovery-image] Aug 21 21:28:34.360 INFO O| Aug 21 21:28:34.360 INFO STEP 483 (remove_files) COMPLETE |
5323 | 2024-08-21T21:28:35.702Z | [ recovery-image] Aug 21 21:28:34.360 INFO O| Aug 21 21:28:34.360 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-08-21T21:28:35.715Z | [ recovery-image] Aug 21 21:28:34.376 INFO O| Aug 21 21:28:34.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5325 | 2024-08-21T21:28:35.718Z | [ recovery-image] Aug 21 21:28:34.376 INFO O| Aug 21 21:28:34.376 INFO STEP 484 (remove_files) COMPLETE |
5326 | 2024-08-21T21:28:35.718Z | [ recovery-image] Aug 21 21:28:34.376 INFO O| Aug 21 21:28:34.376 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-08-21T21:28:35.731Z | [ recovery-image] Aug 21 21:28:34.391 INFO O| Aug 21 21:28:34.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5328 | 2024-08-21T21:28:35.733Z | [ recovery-image] Aug 21 21:28:34.391 INFO O| Aug 21 21:28:34.391 INFO STEP 485 (remove_files) COMPLETE |
5329 | 2024-08-21T21:28:35.733Z | [ recovery-image] Aug 21 21:28:34.391 INFO O| Aug 21 21:28:34.391 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-08-21T21:28:35.745Z | [ recovery-image] Aug 21 21:28:34.406 INFO O| Aug 21 21:28:34.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5331 | 2024-08-21T21:28:35.748Z | [ recovery-image] Aug 21 21:28:34.407 INFO O| Aug 21 21:28:34.407 INFO STEP 486 (remove_files) COMPLETE |
5332 | 2024-08-21T21:28:35.748Z | [ recovery-image] Aug 21 21:28:34.407 INFO O| Aug 21 21:28:34.407 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-08-21T21:28:35.760Z | [ recovery-image] Aug 21 21:28:34.422 INFO O| Aug 21 21:28:34.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5334 | 2024-08-21T21:28:35.760Z | [ recovery-image] Aug 21 21:28:34.422 INFO O| Aug 21 21:28:34.422 INFO STEP 487 (remove_files) COMPLETE |
5335 | 2024-08-21T21:28:35.763Z | [ recovery-image] Aug 21 21:28:34.422 INFO O| Aug 21 21:28:34.422 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-08-21T21:28:35.775Z | [ recovery-image] Aug 21 21:28:34.436 INFO O| Aug 21 21:28:34.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5337 | 2024-08-21T21:28:35.775Z | [ recovery-image] Aug 21 21:28:34.436 INFO O| Aug 21 21:28:34.436 INFO STEP 488 (remove_files) COMPLETE |
5338 | 2024-08-21T21:28:35.778Z | [ recovery-image] Aug 21 21:28:34.436 INFO O| Aug 21 21:28:34.436 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-08-21T21:28:35.789Z | [ recovery-image] Aug 21 21:28:34.450 INFO O| Aug 21 21:28:34.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5340 | 2024-08-21T21:28:35.792Z | [ recovery-image] Aug 21 21:28:34.450 INFO O| Aug 21 21:28:34.450 INFO STEP 489 (remove_files) COMPLETE |
5341 | 2024-08-21T21:28:35.792Z | [ recovery-image] Aug 21 21:28:34.450 INFO O| Aug 21 21:28:34.450 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-08-21T21:28:35.803Z | [ recovery-image] Aug 21 21:28:34.464 INFO O| Aug 21 21:28:34.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5343 | 2024-08-21T21:28:35.807Z | [ recovery-image] Aug 21 21:28:34.464 INFO O| Aug 21 21:28:34.464 INFO STEP 490 (remove_files) COMPLETE |
5344 | 2024-08-21T21:28:35.807Z | [ recovery-image] Aug 21 21:28:34.464 INFO O| Aug 21 21:28:34.464 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-08-21T21:28:35.810Z | [ host-image] Aug 21 21:28:34.471 INFO O| Aug 21 21:28:34.471 INFO O| Planning: Checking for conflicting actions ... Done |
5346 | 2024-08-21T21:28:35.813Z | [ host-image] Aug 21 21:28:34.473 INFO O| Aug 21 21:28:34.473 INFO O| Planning: Consolidating action changes ... Done |
5347 | 2024-08-21T21:28:35.819Z | [ recovery-image] Aug 21 21:28:34.479 INFO O| Aug 21 21:28:34.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5348 | 2024-08-21T21:28:35.821Z | [ recovery-image] Aug 21 21:28:34.479 INFO O| Aug 21 21:28:34.479 INFO STEP 491 (remove_files) COMPLETE |
5349 | 2024-08-21T21:28:35.821Z | [ recovery-image] Aug 21 21:28:34.479 INFO O| Aug 21 21:28:34.479 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-08-21T21:28:35.832Z | [ recovery-image] Aug 21 21:28:34.493 INFO O| Aug 21 21:28:34.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5351 | 2024-08-21T21:28:35.835Z | [ recovery-image] Aug 21 21:28:34.493 INFO O| Aug 21 21:28:34.493 INFO STEP 492 (remove_files) COMPLETE |
5352 | 2024-08-21T21:28:35.835Z | [ recovery-image] Aug 21 21:28:34.493 INFO O| Aug 21 21:28:34.493 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-08-21T21:28:35.846Z | [ recovery-image] Aug 21 21:28:34.507 INFO O| Aug 21 21:28:34.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5354 | 2024-08-21T21:28:35.849Z | [ recovery-image] Aug 21 21:28:34.508 INFO O| Aug 21 21:28:34.507 INFO STEP 493 (remove_files) COMPLETE |
5355 | 2024-08-21T21:28:35.849Z | [ recovery-image] Aug 21 21:28:34.508 INFO O| Aug 21 21:28:34.508 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-08-21T21:28:35.861Z | [ recovery-image] Aug 21 21:28:34.521 INFO O| Aug 21 21:28:34.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5357 | 2024-08-21T21:28:35.861Z | [ recovery-image] Aug 21 21:28:34.522 INFO O| Aug 21 21:28:34.522 INFO STEP 494 (remove_files) COMPLETE |
5358 | 2024-08-21T21:28:35.863Z | [ recovery-image] Aug 21 21:28:34.522 INFO O| Aug 21 21:28:34.522 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-08-21T21:28:35.874Z | [ recovery-image] Aug 21 21:28:34.535 INFO O| Aug 21 21:28:34.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5360 | 2024-08-21T21:28:35.874Z | [ recovery-image] Aug 21 21:28:34.535 INFO O| Aug 21 21:28:34.535 INFO STEP 495 (remove_files) COMPLETE |
5361 | 2024-08-21T21:28:35.874Z | [ recovery-image] Aug 21 21:28:34.535 INFO O| Aug 21 21:28:34.535 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-08-21T21:28:35.887Z | [ recovery-image] Aug 21 21:28:34.548 INFO O| Aug 21 21:28:34.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5363 | 2024-08-21T21:28:35.887Z | [ recovery-image] Aug 21 21:28:34.548 INFO O| Aug 21 21:28:34.548 INFO STEP 496 (remove_files) COMPLETE |
5364 | 2024-08-21T21:28:35.889Z | [ recovery-image] Aug 21 21:28:34.548 INFO O| Aug 21 21:28:34.548 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-08-21T21:28:35.900Z | [ recovery-image] Aug 21 21:28:34.561 INFO O| Aug 21 21:28:34.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5366 | 2024-08-21T21:28:35.902Z | [ recovery-image] Aug 21 21:28:34.561 INFO O| Aug 21 21:28:34.561 INFO STEP 497 (remove_files) COMPLETE |
5367 | 2024-08-21T21:28:35.902Z | [ recovery-image] Aug 21 21:28:34.561 INFO O| Aug 21 21:28:34.561 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-08-21T21:28:35.914Z | [ recovery-image] Aug 21 21:28:34.575 INFO O| Aug 21 21:28:34.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5369 | 2024-08-21T21:28:35.916Z | [ recovery-image] Aug 21 21:28:34.575 INFO O| Aug 21 21:28:34.575 INFO STEP 498 (remove_files) COMPLETE |
5370 | 2024-08-21T21:28:35.916Z | [ recovery-image] Aug 21 21:28:34.575 INFO O| Aug 21 21:28:34.575 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-08-21T21:28:35.928Z | [ recovery-image] Aug 21 21:28:34.589 INFO O| Aug 21 21:28:34.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5372 | 2024-08-21T21:28:35.931Z | [ recovery-image] Aug 21 21:28:34.590 INFO O| Aug 21 21:28:34.590 INFO STEP 499 (remove_files) COMPLETE |
5373 | 2024-08-21T21:28:35.931Z | [ recovery-image] Aug 21 21:28:34.590 INFO O| Aug 21 21:28:34.590 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-08-21T21:28:35.950Z | [ recovery-image] Aug 21 21:28:34.611 INFO O| Aug 21 21:28:34.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5375 | 2024-08-21T21:28:35.954Z | [ recovery-image] Aug 21 21:28:34.611 INFO O| Aug 21 21:28:34.611 INFO STEP 500 (remove_files) COMPLETE |
5376 | 2024-08-21T21:28:35.954Z | [ recovery-image] Aug 21 21:28:34.611 INFO O| Aug 21 21:28:34.611 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-08-21T21:28:35.965Z | [ recovery-image] Aug 21 21:28:34.626 INFO O| Aug 21 21:28:34.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5378 | 2024-08-21T21:28:35.965Z | [ recovery-image] Aug 21 21:28:34.626 INFO O| Aug 21 21:28:34.626 INFO STEP 501 (remove_files) COMPLETE |
5379 | 2024-08-21T21:28:35.967Z | [ recovery-image] Aug 21 21:28:34.626 INFO O| Aug 21 21:28:34.626 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-08-21T21:28:35.980Z | [ recovery-image] Aug 21 21:28:34.641 INFO O| Aug 21 21:28:34.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5381 | 2024-08-21T21:28:35.980Z | [ recovery-image] Aug 21 21:28:34.641 INFO O| Aug 21 21:28:34.641 INFO STEP 502 (remove_files) COMPLETE |
5382 | 2024-08-21T21:28:35.980Z | [ recovery-image] Aug 21 21:28:34.641 INFO O| Aug 21 21:28:34.641 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-08-21T21:28:35.997Z | [ recovery-image] Aug 21 21:28:34.658 INFO O| Aug 21 21:28:34.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5384 | 2024-08-21T21:28:35.997Z | [ recovery-image] Aug 21 21:28:34.658 INFO O| Aug 21 21:28:34.658 INFO STEP 503 (remove_files) COMPLETE |
5385 | 2024-08-21T21:28:35.999Z | [ recovery-image] Aug 21 21:28:34.658 INFO O| Aug 21 21:28:34.658 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-08-21T21:28:36.016Z | [ recovery-image] Aug 21 21:28:34.677 INFO O| Aug 21 21:28:34.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5387 | 2024-08-21T21:28:36.016Z | [ recovery-image] Aug 21 21:28:34.677 INFO O| Aug 21 21:28:34.677 INFO STEP 504 (remove_files) COMPLETE |
5388 | 2024-08-21T21:28:36.021Z | [ recovery-image] Aug 21 21:28:34.677 INFO O| Aug 21 21:28:34.677 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-08-21T21:28:36.031Z | [ recovery-image] Aug 21 21:28:34.692 INFO O| Aug 21 21:28:34.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5390 | 2024-08-21T21:28:36.034Z | [ recovery-image] Aug 21 21:28:34.692 INFO O| Aug 21 21:28:34.692 INFO STEP 505 (remove_files) COMPLETE |
5391 | 2024-08-21T21:28:36.034Z | [ recovery-image] Aug 21 21:28:34.692 INFO O| Aug 21 21:28:34.692 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-08-21T21:28:36.045Z | [ recovery-image] Aug 21 21:28:34.706 INFO O| Aug 21 21:28:34.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5393 | 2024-08-21T21:28:36.048Z | [ recovery-image] Aug 21 21:28:34.707 INFO O| Aug 21 21:28:34.707 INFO STEP 506 (remove_files) COMPLETE |
5394 | 2024-08-21T21:28:36.048Z | [ recovery-image] Aug 21 21:28:34.707 INFO O| Aug 21 21:28:34.707 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-08-21T21:28:36.060Z | [ recovery-image] Aug 21 21:28:34.721 INFO O| Aug 21 21:28:34.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5396 | 2024-08-21T21:28:36.063Z | [ recovery-image] Aug 21 21:28:34.721 INFO O| Aug 21 21:28:34.721 INFO STEP 507 (remove_files) COMPLETE |
5397 | 2024-08-21T21:28:36.063Z | [ recovery-image] Aug 21 21:28:34.721 INFO O| Aug 21 21:28:34.721 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-08-21T21:28:36.075Z | [ recovery-image] Aug 21 21:28:34.736 INFO O| Aug 21 21:28:34.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5399 | 2024-08-21T21:28:36.077Z | [ recovery-image] Aug 21 21:28:34.736 INFO O| Aug 21 21:28:34.736 INFO STEP 508 (remove_files) COMPLETE |
5400 | 2024-08-21T21:28:36.077Z | [ recovery-image] Aug 21 21:28:34.736 INFO O| Aug 21 21:28:34.736 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-08-21T21:28:36.089Z | [ recovery-image] Aug 21 21:28:34.750 INFO O| Aug 21 21:28:34.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5402 | 2024-08-21T21:28:36.089Z | [ recovery-image] Aug 21 21:28:34.751 INFO O| Aug 21 21:28:34.751 INFO STEP 509 (remove_files) COMPLETE |
5403 | 2024-08-21T21:28:36.090Z | [ recovery-image] Aug 21 21:28:34.751 INFO O| Aug 21 21:28:34.751 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-08-21T21:28:36.104Z | [ recovery-image] Aug 21 21:28:34.765 INFO O| Aug 21 21:28:34.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5405 | 2024-08-21T21:28:36.107Z | [ recovery-image] Aug 21 21:28:34.765 INFO O| Aug 21 21:28:34.765 INFO STEP 510 (remove_files) COMPLETE |
5406 | 2024-08-21T21:28:36.107Z | [ recovery-image] Aug 21 21:28:34.765 INFO O| Aug 21 21:28:34.765 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-08-21T21:28:36.118Z | [ recovery-image] Aug 21 21:28:34.779 INFO O| Aug 21 21:28:34.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5408 | 2024-08-21T21:28:36.121Z | [ recovery-image] Aug 21 21:28:34.779 INFO O| Aug 21 21:28:34.779 INFO STEP 511 (remove_files) COMPLETE |
5409 | 2024-08-21T21:28:36.121Z | [ recovery-image] Aug 21 21:28:34.779 INFO O| Aug 21 21:28:34.779 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-08-21T21:28:36.132Z | [ recovery-image] Aug 21 21:28:34.793 INFO O| Aug 21 21:28:34.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5411 | 2024-08-21T21:28:36.135Z | [ recovery-image] Aug 21 21:28:34.794 INFO O| Aug 21 21:28:34.794 INFO STEP 512 (remove_files) COMPLETE |
5412 | 2024-08-21T21:28:36.135Z | [ recovery-image] Aug 21 21:28:34.794 INFO O| Aug 21 21:28:34.794 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-08-21T21:28:36.137Z | [ host-image] Aug 21 21:28:34.797 INFO O| Aug 21 21:28:34.797 INFO O| Planning: Evaluating mediators ... Done |
5414 | 2024-08-21T21:28:36.140Z | [ host-image] Aug 21 21:28:34.799 INFO O| Aug 21 21:28:34.799 INFO O| Planning: Planning completed in 2.39 seconds |
5415 | 2024-08-21T21:28:36.142Z | [ host-image] Aug 21 21:28:34.801 INFO O| Aug 21 21:28:34.801 INFO O| Packages to install: 4 |
5416 | 2024-08-21T21:28:36.142Z | [ host-image] Aug 21 21:28:34.801 INFO O| Aug 21 21:28:34.801 INFO O| Services to change: 2 |
5417 | 2024-08-21T21:28:36.147Z | [ recovery-image] Aug 21 21:28:34.808 INFO O| Aug 21 21:28:34.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5418 | 2024-08-21T21:28:36.149Z | [ recovery-image] Aug 21 21:28:34.808 INFO O| Aug 21 21:28:34.808 INFO STEP 513 (remove_files) COMPLETE |
5419 | 2024-08-21T21:28:36.149Z | [ recovery-image] Aug 21 21:28:34.808 INFO O| Aug 21 21:28:34.808 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-08-21T21:28:36.156Z | [ host-image] Aug 21 21:28:34.817 INFO O| Aug 21 21:28:34.817 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
5421 | 2024-08-21T21:28:36.161Z | [ recovery-image] Aug 21 21:28:34.822 INFO O| Aug 21 21:28:34.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5422 | 2024-08-21T21:28:36.164Z | [ recovery-image] Aug 21 21:28:34.822 INFO O| Aug 21 21:28:34.822 INFO STEP 514 (remove_files) COMPLETE |
5423 | 2024-08-21T21:28:36.164Z | [ recovery-image] Aug 21 21:28:34.822 INFO O| Aug 21 21:28:34.822 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-08-21T21:28:36.179Z | [ recovery-image] Aug 21 21:28:34.839 INFO O| Aug 21 21:28:34.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5425 | 2024-08-21T21:28:36.179Z | [ recovery-image] Aug 21 21:28:34.840 INFO O| Aug 21 21:28:34.840 INFO STEP 515 (remove_files) COMPLETE |
5426 | 2024-08-21T21:28:36.182Z | [ recovery-image] Aug 21 21:28:34.840 INFO O| Aug 21 21:28:34.840 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-08-21T21:28:36.195Z | [ recovery-image] Aug 21 21:28:34.855 INFO O| Aug 21 21:28:34.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5428 | 2024-08-21T21:28:36.195Z | [ recovery-image] Aug 21 21:28:34.855 INFO O| Aug 21 21:28:34.855 INFO STEP 516 (remove_files) COMPLETE |
5429 | 2024-08-21T21:28:36.197Z | [ recovery-image] Aug 21 21:28:34.855 INFO O| Aug 21 21:28:34.855 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-08-21T21:28:36.209Z | [ recovery-image] Aug 21 21:28:34.870 INFO O| Aug 21 21:28:34.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5431 | 2024-08-21T21:28:36.209Z | [ recovery-image] Aug 21 21:28:34.870 INFO O| Aug 21 21:28:34.870 INFO STEP 517 (remove_files) COMPLETE |
5432 | 2024-08-21T21:28:36.212Z | [ recovery-image] Aug 21 21:28:34.870 INFO O| Aug 21 21:28:34.870 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-08-21T21:28:36.224Z | [ recovery-image] Aug 21 21:28:34.885 INFO O| Aug 21 21:28:34.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5434 | 2024-08-21T21:28:36.227Z | [ recovery-image] Aug 21 21:28:34.885 INFO O| Aug 21 21:28:34.885 INFO STEP 518 (remove_files) COMPLETE |
5435 | 2024-08-21T21:28:36.227Z | [ recovery-image] Aug 21 21:28:34.885 INFO O| Aug 21 21:28:34.885 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-08-21T21:28:36.239Z | [ recovery-image] Aug 21 21:28:34.900 INFO O| Aug 21 21:28:34.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5437 | 2024-08-21T21:28:36.239Z | [ recovery-image] Aug 21 21:28:34.901 INFO O| Aug 21 21:28:34.900 INFO STEP 519 (remove_files) COMPLETE |
5438 | 2024-08-21T21:28:36.242Z | [ recovery-image] Aug 21 21:28:34.901 INFO O| Aug 21 21:28:34.900 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-08-21T21:28:36.254Z | [ recovery-image] Aug 21 21:28:34.915 INFO O| Aug 21 21:28:34.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5440 | 2024-08-21T21:28:36.254Z | [ recovery-image] Aug 21 21:28:34.915 INFO O| Aug 21 21:28:34.915 INFO STEP 520 (remove_files) COMPLETE |
5441 | 2024-08-21T21:28:36.257Z | [ recovery-image] Aug 21 21:28:34.915 INFO O| Aug 21 21:28:34.915 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-08-21T21:28:36.271Z | [ recovery-image] Aug 21 21:28:34.932 INFO O| Aug 21 21:28:34.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5443 | 2024-08-21T21:28:36.274Z | [ recovery-image] Aug 21 21:28:34.933 INFO O| Aug 21 21:28:34.933 INFO STEP 521 (remove_files) COMPLETE |
5444 | 2024-08-21T21:28:36.274Z | [ recovery-image] Aug 21 21:28:34.933 INFO O| Aug 21 21:28:34.933 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-08-21T21:28:36.283Z | [ recovery-image] Aug 21 21:28:34.944 INFO O| Aug 21 21:28:34.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5446 | 2024-08-21T21:28:36.286Z | [ recovery-image] Aug 21 21:28:34.944 INFO O| Aug 21 21:28:34.944 INFO STEP 522 (remove_files) COMPLETE |
5447 | 2024-08-21T21:28:36.286Z | [ recovery-image] Aug 21 21:28:34.944 INFO O| Aug 21 21:28:34.944 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-08-21T21:28:36.293Z | [ recovery-image] Aug 21 21:28:34.954 INFO O| Aug 21 21:28:34.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5449 | 2024-08-21T21:28:36.293Z | [ recovery-image] Aug 21 21:28:34.954 INFO O| Aug 21 21:28:34.954 INFO STEP 523 (remove_files) COMPLETE |
5450 | 2024-08-21T21:28:36.293Z | [ recovery-image] Aug 21 21:28:34.954 INFO O| Aug 21 21:28:34.954 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-08-21T21:28:36.302Z | [ recovery-image] Aug 21 21:28:34.964 INFO O| Aug 21 21:28:34.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5452 | 2024-08-21T21:28:36.305Z | [ recovery-image] Aug 21 21:28:34.964 INFO O| Aug 21 21:28:34.964 INFO STEP 524 (remove_files) COMPLETE |
5453 | 2024-08-21T21:28:36.305Z | [ recovery-image] Aug 21 21:28:34.964 INFO O| Aug 21 21:28:34.964 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-08-21T21:28:36.312Z | [ recovery-image] Aug 21 21:28:34.973 INFO O| Aug 21 21:28:34.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5455 | 2024-08-21T21:28:36.314Z | [ recovery-image] Aug 21 21:28:34.973 INFO O| Aug 21 21:28:34.973 INFO STEP 525 (remove_files) COMPLETE |
5456 | 2024-08-21T21:28:36.314Z | [ recovery-image] Aug 21 21:28:34.973 INFO O| Aug 21 21:28:34.973 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-08-21T21:28:36.321Z | [ recovery-image] Aug 21 21:28:34.982 INFO O| Aug 21 21:28:34.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5458 | 2024-08-21T21:28:36.325Z | [ recovery-image] Aug 21 21:28:34.982 INFO O| Aug 21 21:28:34.982 INFO STEP 526 (remove_files) COMPLETE |
5459 | 2024-08-21T21:28:36.325Z | [ recovery-image] Aug 21 21:28:34.983 INFO O| Aug 21 21:28:34.982 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-08-21T21:28:36.331Z | [ recovery-image] Aug 21 21:28:34.992 INFO O| Aug 21 21:28:34.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5461 | 2024-08-21T21:28:36.333Z | [ recovery-image] Aug 21 21:28:34.992 INFO O| Aug 21 21:28:34.992 INFO STEP 527 (remove_files) COMPLETE |
5462 | 2024-08-21T21:28:36.333Z | [ recovery-image] Aug 21 21:28:34.992 INFO O| Aug 21 21:28:34.992 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-08-21T21:28:36.340Z | [ recovery-image] Aug 21 21:28:35.001 INFO O| Aug 21 21:28:35.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5464 | 2024-08-21T21:28:36.343Z | [ recovery-image] Aug 21 21:28:35.001 INFO O| Aug 21 21:28:35.001 INFO STEP 528 (remove_files) COMPLETE |
5465 | 2024-08-21T21:28:36.344Z | [ recovery-image] Aug 21 21:28:35.002 INFO O| Aug 21 21:28:35.001 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-08-21T21:28:36.350Z | [ recovery-image] Aug 21 21:28:35.011 INFO O| Aug 21 21:28:35.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5467 | 2024-08-21T21:28:36.352Z | [ recovery-image] Aug 21 21:28:35.011 INFO O| Aug 21 21:28:35.011 INFO STEP 529 (remove_files) COMPLETE |
5468 | 2024-08-21T21:28:36.353Z | [ recovery-image] Aug 21 21:28:35.011 INFO O| Aug 21 21:28:35.011 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-08-21T21:28:36.359Z | [ recovery-image] Aug 21 21:28:35.021 INFO O| Aug 21 21:28:35.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5470 | 2024-08-21T21:28:36.362Z | [ recovery-image] Aug 21 21:28:35.021 INFO O| Aug 21 21:28:35.021 INFO STEP 530 (remove_files) COMPLETE |
5471 | 2024-08-21T21:28:36.362Z | [ recovery-image] Aug 21 21:28:35.021 INFO O| Aug 21 21:28:35.021 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-08-21T21:28:36.369Z | [ recovery-image] Aug 21 21:28:35.030 INFO O| Aug 21 21:28:35.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5473 | 2024-08-21T21:28:36.369Z | [ recovery-image] Aug 21 21:28:35.030 INFO O| Aug 21 21:28:35.030 INFO STEP 531 (remove_files) COMPLETE |
5474 | 2024-08-21T21:28:36.369Z | [ recovery-image] Aug 21 21:28:35.030 INFO O| Aug 21 21:28:35.030 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-08-21T21:28:36.378Z | [ recovery-image] Aug 21 21:28:35.039 INFO O| Aug 21 21:28:35.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5476 | 2024-08-21T21:28:36.378Z | [ recovery-image] Aug 21 21:28:35.039 INFO O| Aug 21 21:28:35.039 INFO STEP 532 (remove_files) COMPLETE |
5477 | 2024-08-21T21:28:36.378Z | [ recovery-image] Aug 21 21:28:35.039 INFO O| Aug 21 21:28:35.039 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-08-21T21:28:36.388Z | [ recovery-image] Aug 21 21:28:35.049 INFO O| Aug 21 21:28:35.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5479 | 2024-08-21T21:28:36.390Z | [ recovery-image] Aug 21 21:28:35.049 INFO O| Aug 21 21:28:35.049 INFO STEP 533 (remove_files) COMPLETE |
5480 | 2024-08-21T21:28:36.390Z | [ recovery-image] Aug 21 21:28:35.049 INFO O| Aug 21 21:28:35.049 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-08-21T21:28:36.397Z | [ recovery-image] Aug 21 21:28:35.058 INFO O| Aug 21 21:28:35.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5482 | 2024-08-21T21:28:36.400Z | [ recovery-image] Aug 21 21:28:35.058 INFO O| Aug 21 21:28:35.058 INFO STEP 534 (remove_files) COMPLETE |
5483 | 2024-08-21T21:28:36.400Z | [ recovery-image] Aug 21 21:28:35.058 INFO O| Aug 21 21:28:35.058 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-08-21T21:28:36.406Z | [ recovery-image] Aug 21 21:28:35.067 INFO O| Aug 21 21:28:35.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5485 | 2024-08-21T21:28:36.406Z | [ recovery-image] Aug 21 21:28:35.067 INFO O| Aug 21 21:28:35.067 INFO STEP 535 (remove_files) COMPLETE |
5486 | 2024-08-21T21:28:36.406Z | [ recovery-image] Aug 21 21:28:35.067 INFO O| Aug 21 21:28:35.067 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-08-21T21:28:36.415Z | [ recovery-image] Aug 21 21:28:35.076 INFO O| Aug 21 21:28:35.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5488 | 2024-08-21T21:28:36.418Z | [ recovery-image] Aug 21 21:28:35.077 INFO O| Aug 21 21:28:35.077 INFO STEP 536 (remove_files) COMPLETE |
5489 | 2024-08-21T21:28:36.418Z | [ recovery-image] Aug 21 21:28:35.077 INFO O| Aug 21 21:28:35.077 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-08-21T21:28:36.425Z | [ recovery-image] Aug 21 21:28:35.086 INFO O| Aug 21 21:28:35.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5491 | 2024-08-21T21:28:36.425Z | [ recovery-image] Aug 21 21:28:35.086 INFO O| Aug 21 21:28:35.086 INFO STEP 537 (remove_files) COMPLETE |
5492 | 2024-08-21T21:28:36.427Z | [ recovery-image] Aug 21 21:28:35.086 INFO O| Aug 21 21:28:35.086 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-08-21T21:28:36.434Z | [ recovery-image] Aug 21 21:28:35.095 INFO O| Aug 21 21:28:35.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5494 | 2024-08-21T21:28:36.437Z | [ recovery-image] Aug 21 21:28:35.095 INFO O| Aug 21 21:28:35.095 INFO STEP 538 (remove_files) COMPLETE |
5495 | 2024-08-21T21:28:36.437Z | [ recovery-image] Aug 21 21:28:35.095 INFO O| Aug 21 21:28:35.095 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-08-21T21:28:36.444Z | [ recovery-image] Aug 21 21:28:35.105 INFO O| Aug 21 21:28:35.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5497 | 2024-08-21T21:28:36.446Z | [ recovery-image] Aug 21 21:28:35.105 INFO O| Aug 21 21:28:35.105 INFO STEP 539 (remove_files) COMPLETE |
5498 | 2024-08-21T21:28:36.446Z | [ recovery-image] Aug 21 21:28:35.105 INFO O| Aug 21 21:28:35.105 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-08-21T21:28:36.453Z | [ recovery-image] Aug 21 21:28:35.114 INFO O| Aug 21 21:28:35.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5500 | 2024-08-21T21:28:36.453Z | [ recovery-image] Aug 21 21:28:35.114 INFO O| Aug 21 21:28:35.114 INFO STEP 540 (remove_files) COMPLETE |
5501 | 2024-08-21T21:28:36.455Z | [ recovery-image] Aug 21 21:28:35.114 INFO O| Aug 21 21:28:35.114 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-08-21T21:28:36.462Z | [ recovery-image] Aug 21 21:28:35.123 INFO O| Aug 21 21:28:35.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5503 | 2024-08-21T21:28:36.462Z | [ recovery-image] Aug 21 21:28:35.123 INFO O| Aug 21 21:28:35.123 INFO STEP 541 (remove_files) COMPLETE |
5504 | 2024-08-21T21:28:36.465Z | [ recovery-image] Aug 21 21:28:35.123 INFO O| Aug 21 21:28:35.123 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-08-21T21:28:36.471Z | [ recovery-image] Aug 21 21:28:35.132 INFO O| Aug 21 21:28:35.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5506 | 2024-08-21T21:28:36.474Z | [ recovery-image] Aug 21 21:28:35.133 INFO O| Aug 21 21:28:35.132 INFO STEP 542 (remove_files) COMPLETE |
5507 | 2024-08-21T21:28:36.474Z | [ recovery-image] Aug 21 21:28:35.133 INFO O| Aug 21 21:28:35.133 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-08-21T21:28:36.481Z | [ recovery-image] Aug 21 21:28:35.142 INFO O| Aug 21 21:28:35.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5509 | 2024-08-21T21:28:36.483Z | [ recovery-image] Aug 21 21:28:35.142 INFO O| Aug 21 21:28:35.142 INFO STEP 543 (remove_files) COMPLETE |
5510 | 2024-08-21T21:28:36.483Z | [ recovery-image] Aug 21 21:28:35.142 INFO O| Aug 21 21:28:35.142 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-08-21T21:28:36.490Z | [ recovery-image] Aug 21 21:28:35.151 INFO O| Aug 21 21:28:35.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5512 | 2024-08-21T21:28:36.490Z | [ recovery-image] Aug 21 21:28:35.151 INFO O| Aug 21 21:28:35.151 INFO STEP 544 (remove_files) COMPLETE |
5513 | 2024-08-21T21:28:36.493Z | [ recovery-image] Aug 21 21:28:35.151 INFO O| Aug 21 21:28:35.151 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-08-21T21:28:36.499Z | [ recovery-image] Aug 21 21:28:35.160 INFO O| Aug 21 21:28:35.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5515 | 2024-08-21T21:28:36.501Z | [ recovery-image] Aug 21 21:28:35.160 INFO O| Aug 21 21:28:35.160 INFO STEP 545 (remove_files) COMPLETE |
5516 | 2024-08-21T21:28:36.501Z | [ recovery-image] Aug 21 21:28:35.160 INFO O| Aug 21 21:28:35.160 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-08-21T21:28:36.508Z | [ recovery-image] Aug 21 21:28:35.169 INFO O| Aug 21 21:28:35.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5518 | 2024-08-21T21:28:36.508Z | [ recovery-image] Aug 21 21:28:35.169 INFO O| Aug 21 21:28:35.169 INFO STEP 546 (remove_files) COMPLETE |
5519 | 2024-08-21T21:28:36.512Z | [ recovery-image] Aug 21 21:28:35.169 INFO O| Aug 21 21:28:35.169 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-08-21T21:28:36.517Z | [ recovery-image] Aug 21 21:28:35.178 INFO O| Aug 21 21:28:35.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5521 | 2024-08-21T21:28:36.520Z | [ recovery-image] Aug 21 21:28:35.179 INFO O| Aug 21 21:28:35.179 INFO STEP 547 (remove_files) COMPLETE |
5522 | 2024-08-21T21:28:36.520Z | [ recovery-image] Aug 21 21:28:35.179 INFO O| Aug 21 21:28:35.179 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-08-21T21:28:36.527Z | [ recovery-image] Aug 21 21:28:35.188 INFO O| Aug 21 21:28:35.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5524 | 2024-08-21T21:28:36.527Z | [ recovery-image] Aug 21 21:28:35.188 INFO O| Aug 21 21:28:35.188 INFO STEP 548 (remove_files) COMPLETE |
5525 | 2024-08-21T21:28:36.531Z | [ recovery-image] Aug 21 21:28:35.188 INFO O| Aug 21 21:28:35.188 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-08-21T21:28:36.536Z | [ recovery-image] Aug 21 21:28:35.197 INFO O| Aug 21 21:28:35.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5527 | 2024-08-21T21:28:36.536Z | [ recovery-image] Aug 21 21:28:35.197 INFO O| Aug 21 21:28:35.197 INFO STEP 549 (remove_files) COMPLETE |
5528 | 2024-08-21T21:28:36.540Z | [ recovery-image] Aug 21 21:28:35.197 INFO O| Aug 21 21:28:35.197 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-08-21T21:28:36.545Z | [ recovery-image] Aug 21 21:28:35.206 INFO O| Aug 21 21:28:35.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5530 | 2024-08-21T21:28:36.545Z | [ recovery-image] Aug 21 21:28:35.206 INFO O| Aug 21 21:28:35.206 INFO STEP 550 (remove_files) COMPLETE |
5531 | 2024-08-21T21:28:36.548Z | [ recovery-image] Aug 21 21:28:35.206 INFO O| Aug 21 21:28:35.206 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-08-21T21:28:36.554Z | [ recovery-image] Aug 21 21:28:35.215 INFO O| Aug 21 21:28:35.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5533 | 2024-08-21T21:28:36.554Z | [ recovery-image] Aug 21 21:28:35.215 INFO O| Aug 21 21:28:35.215 INFO STEP 551 (remove_files) COMPLETE |
5534 | 2024-08-21T21:28:36.557Z | [ recovery-image] Aug 21 21:28:35.215 INFO O| Aug 21 21:28:35.215 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-08-21T21:28:36.563Z | [ recovery-image] Aug 21 21:28:35.224 INFO O| Aug 21 21:28:35.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5536 | 2024-08-21T21:28:36.563Z | [ recovery-image] Aug 21 21:28:35.224 INFO O| Aug 21 21:28:35.224 INFO STEP 552 (remove_files) COMPLETE |
5537 | 2024-08-21T21:28:36.566Z | [ recovery-image] Aug 21 21:28:35.224 INFO O| Aug 21 21:28:35.224 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-08-21T21:28:36.572Z | [ recovery-image] Aug 21 21:28:35.233 INFO O| Aug 21 21:28:35.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5539 | 2024-08-21T21:28:36.572Z | [ recovery-image] Aug 21 21:28:35.233 INFO O| Aug 21 21:28:35.233 INFO STEP 553 (remove_files) COMPLETE |
5540 | 2024-08-21T21:28:36.572Z | [ recovery-image] Aug 21 21:28:35.233 INFO O| Aug 21 21:28:35.233 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-08-21T21:28:36.582Z | [ recovery-image] Aug 21 21:28:35.242 INFO O| Aug 21 21:28:35.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5542 | 2024-08-21T21:28:36.585Z | [ recovery-image] Aug 21 21:28:35.243 INFO O| Aug 21 21:28:35.243 INFO STEP 554 (remove_files) COMPLETE |
5543 | 2024-08-21T21:28:36.585Z | [ recovery-image] Aug 21 21:28:35.243 INFO O| Aug 21 21:28:35.243 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-08-21T21:28:36.592Z | [ recovery-image] Aug 21 21:28:35.252 INFO O| Aug 21 21:28:35.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5545 | 2024-08-21T21:28:36.594Z | [ recovery-image] Aug 21 21:28:35.252 INFO O| Aug 21 21:28:35.252 INFO STEP 555 (remove_files) COMPLETE |
5546 | 2024-08-21T21:28:36.594Z | [ recovery-image] Aug 21 21:28:35.252 INFO O| Aug 21 21:28:35.252 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-08-21T21:28:36.601Z | [ recovery-image] Aug 21 21:28:35.261 INFO O| Aug 21 21:28:35.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5548 | 2024-08-21T21:28:36.601Z | [ recovery-image] Aug 21 21:28:35.262 INFO O| Aug 21 21:28:35.261 INFO STEP 556 (remove_files) COMPLETE |
5549 | 2024-08-21T21:28:36.601Z | [ recovery-image] Aug 21 21:28:35.262 INFO O| Aug 21 21:28:35.262 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-08-21T21:28:36.611Z | [ recovery-image] Aug 21 21:28:35.270 INFO O| Aug 21 21:28:35.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5551 | 2024-08-21T21:28:36.611Z | [ recovery-image] Aug 21 21:28:35.271 INFO O| Aug 21 21:28:35.271 INFO STEP 557 (remove_files) COMPLETE |
5552 | 2024-08-21T21:28:36.611Z | [ recovery-image] Aug 21 21:28:35.271 INFO O| Aug 21 21:28:35.271 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-08-21T21:28:36.620Z | [ recovery-image] Aug 21 21:28:35.280 INFO O| Aug 21 21:28:35.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5554 | 2024-08-21T21:28:36.622Z | [ recovery-image] Aug 21 21:28:35.280 INFO O| Aug 21 21:28:35.280 INFO STEP 558 (remove_files) COMPLETE |
5555 | 2024-08-21T21:28:36.622Z | [ recovery-image] Aug 21 21:28:35.280 INFO O| Aug 21 21:28:35.280 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-08-21T21:28:36.628Z | [ recovery-image] Aug 21 21:28:35.289 INFO O| Aug 21 21:28:35.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5557 | 2024-08-21T21:28:36.628Z | [ recovery-image] Aug 21 21:28:35.289 INFO O| Aug 21 21:28:35.289 INFO STEP 559 (remove_files) COMPLETE |
5558 | 2024-08-21T21:28:36.630Z | [ recovery-image] Aug 21 21:28:35.289 INFO O| Aug 21 21:28:35.289 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-08-21T21:28:36.638Z | [ recovery-image] Aug 21 21:28:35.298 INFO O| Aug 21 21:28:35.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5560 | 2024-08-21T21:28:36.638Z | [ recovery-image] Aug 21 21:28:35.298 INFO O| Aug 21 21:28:35.298 INFO STEP 560 (remove_files) COMPLETE |
5561 | 2024-08-21T21:28:36.638Z | [ recovery-image] Aug 21 21:28:35.298 INFO O| Aug 21 21:28:35.298 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-08-21T21:28:36.647Z | [ recovery-image] Aug 21 21:28:35.307 INFO O| Aug 21 21:28:35.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5563 | 2024-08-21T21:28:36.647Z | [ recovery-image] Aug 21 21:28:35.307 INFO O| Aug 21 21:28:35.307 INFO STEP 561 (remove_files) COMPLETE |
5564 | 2024-08-21T21:28:36.656Z | [ recovery-image] Aug 21 21:28:35.307 INFO O| Aug 21 21:28:35.307 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-08-21T21:28:36.656Z | [ recovery-image] Aug 21 21:28:35.316 INFO O| Aug 21 21:28:35.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5566 | 2024-08-21T21:28:36.656Z | [ recovery-image] Aug 21 21:28:35.316 INFO O| Aug 21 21:28:35.316 INFO STEP 562 (remove_files) COMPLETE |
5567 | 2024-08-21T21:28:36.656Z | [ recovery-image] Aug 21 21:28:35.316 INFO O| Aug 21 21:28:35.316 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-08-21T21:28:36.664Z | [ recovery-image] Aug 21 21:28:35.325 INFO O| Aug 21 21:28:35.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5569 | 2024-08-21T21:28:36.667Z | [ recovery-image] Aug 21 21:28:35.325 INFO O| Aug 21 21:28:35.325 INFO STEP 563 (remove_files) COMPLETE |
5570 | 2024-08-21T21:28:36.667Z | [ recovery-image] Aug 21 21:28:35.326 INFO O| Aug 21 21:28:35.325 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-08-21T21:28:36.674Z | [ recovery-image] Aug 21 21:28:35.335 INFO O| Aug 21 21:28:35.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5572 | 2024-08-21T21:28:36.675Z | [ recovery-image] Aug 21 21:28:35.335 INFO O| Aug 21 21:28:35.335 INFO STEP 564 (remove_files) COMPLETE |
5573 | 2024-08-21T21:28:36.678Z | [ recovery-image] Aug 21 21:28:35.335 INFO O| Aug 21 21:28:35.335 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-08-21T21:28:36.684Z | [ recovery-image] Aug 21 21:28:35.345 INFO O| Aug 21 21:28:35.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5575 | 2024-08-21T21:28:36.685Z | [ recovery-image] Aug 21 21:28:35.345 INFO O| Aug 21 21:28:35.345 INFO STEP 565 (remove_files) COMPLETE |
5576 | 2024-08-21T21:28:36.687Z | [ recovery-image] Aug 21 21:28:35.345 INFO O| Aug 21 21:28:35.345 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-08-21T21:28:36.694Z | [ recovery-image] Aug 21 21:28:35.355 INFO O| Aug 21 21:28:35.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5578 | 2024-08-21T21:28:36.694Z | [ recovery-image] Aug 21 21:28:35.355 INFO O| Aug 21 21:28:35.355 INFO STEP 566 (remove_files) COMPLETE |
5579 | 2024-08-21T21:28:36.694Z | [ recovery-image] Aug 21 21:28:35.355 INFO O| Aug 21 21:28:35.355 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-08-21T21:28:36.703Z | [ recovery-image] Aug 21 21:28:35.364 INFO O| Aug 21 21:28:35.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5581 | 2024-08-21T21:28:36.704Z | [ recovery-image] Aug 21 21:28:35.365 INFO O| Aug 21 21:28:35.364 INFO STEP 567 (remove_files) COMPLETE |
5582 | 2024-08-21T21:28:36.706Z | [ recovery-image] Aug 21 21:28:35.365 INFO O| Aug 21 21:28:35.365 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-08-21T21:28:36.713Z | [ recovery-image] Aug 21 21:28:35.374 INFO O| Aug 21 21:28:35.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5584 | 2024-08-21T21:28:36.713Z | [ recovery-image] Aug 21 21:28:35.374 INFO O| Aug 21 21:28:35.374 INFO STEP 568 (remove_files) COMPLETE |
5585 | 2024-08-21T21:28:36.713Z | [ recovery-image] Aug 21 21:28:35.374 INFO O| Aug 21 21:28:35.374 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-08-21T21:28:36.723Z | [ recovery-image] Aug 21 21:28:35.384 INFO O| Aug 21 21:28:35.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5587 | 2024-08-21T21:28:36.723Z | [ recovery-image] Aug 21 21:28:35.384 INFO O| Aug 21 21:28:35.384 INFO STEP 569 (remove_files) COMPLETE |
5588 | 2024-08-21T21:28:36.725Z | [ recovery-image] Aug 21 21:28:35.384 INFO O| Aug 21 21:28:35.384 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-08-21T21:28:36.733Z | [ recovery-image] Aug 21 21:28:35.394 INFO O| Aug 21 21:28:35.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5590 | 2024-08-21T21:28:36.736Z | [ recovery-image] Aug 21 21:28:35.394 INFO O| Aug 21 21:28:35.394 INFO STEP 570 (remove_files) COMPLETE |
5591 | 2024-08-21T21:28:36.736Z | [ recovery-image] Aug 21 21:28:35.394 INFO O| Aug 21 21:28:35.394 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-08-21T21:28:36.742Z | [ recovery-image] Aug 21 21:28:35.403 INFO O| Aug 21 21:28:35.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5593 | 2024-08-21T21:28:36.742Z | [ recovery-image] Aug 21 21:28:35.403 INFO O| Aug 21 21:28:35.403 INFO STEP 571 (remove_files) COMPLETE |
5594 | 2024-08-21T21:28:36.742Z | [ recovery-image] Aug 21 21:28:35.403 INFO O| Aug 21 21:28:35.403 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-08-21T21:28:36.752Z | [ recovery-image] Aug 21 21:28:35.413 INFO O| Aug 21 21:28:35.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5596 | 2024-08-21T21:28:36.752Z | [ recovery-image] Aug 21 21:28:35.413 INFO O| Aug 21 21:28:35.413 INFO STEP 572 (remove_files) COMPLETE |
5597 | 2024-08-21T21:28:36.757Z | [ recovery-image] Aug 21 21:28:35.413 INFO O| Aug 21 21:28:35.413 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-08-21T21:28:36.762Z | [ recovery-image] Aug 21 21:28:35.423 INFO O| Aug 21 21:28:35.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5599 | 2024-08-21T21:28:36.762Z | [ recovery-image] Aug 21 21:28:35.423 INFO O| Aug 21 21:28:35.423 INFO STEP 573 (remove_files) COMPLETE |
5600 | 2024-08-21T21:28:36.764Z | [ recovery-image] Aug 21 21:28:35.423 INFO O| Aug 21 21:28:35.423 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-08-21T21:28:36.771Z | [ recovery-image] Aug 21 21:28:35.432 INFO O| Aug 21 21:28:35.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5602 | 2024-08-21T21:28:36.771Z | [ recovery-image] Aug 21 21:28:35.432 INFO O| Aug 21 21:28:35.432 INFO STEP 574 (remove_files) COMPLETE |
5603 | 2024-08-21T21:28:36.778Z | [ recovery-image] Aug 21 21:28:35.432 INFO O| Aug 21 21:28:35.432 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-08-21T21:28:36.786Z | [ recovery-image] Aug 21 21:28:35.441 INFO O| Aug 21 21:28:35.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5605 | 2024-08-21T21:28:36.786Z | [ recovery-image] Aug 21 21:28:35.441 INFO O| Aug 21 21:28:35.441 INFO STEP 575 (remove_files) COMPLETE |
5606 | 2024-08-21T21:28:36.786Z | [ recovery-image] Aug 21 21:28:35.441 INFO O| Aug 21 21:28:35.441 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-08-21T21:28:36.797Z | [ recovery-image] Aug 21 21:28:35.450 INFO O| Aug 21 21:28:35.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5608 | 2024-08-21T21:28:36.798Z | [ recovery-image] Aug 21 21:28:35.450 INFO O| Aug 21 21:28:35.450 INFO STEP 576 (remove_files) COMPLETE |
5609 | 2024-08-21T21:28:36.798Z | [ recovery-image] Aug 21 21:28:35.450 INFO O| Aug 21 21:28:35.450 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-08-21T21:28:36.800Z | [ recovery-image] Aug 21 21:28:35.459 INFO O| Aug 21 21:28:35.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5611 | 2024-08-21T21:28:36.800Z | [ recovery-image] Aug 21 21:28:35.460 INFO O| Aug 21 21:28:35.459 INFO STEP 577 (remove_files) COMPLETE |
5612 | 2024-08-21T21:28:36.800Z | [ recovery-image] Aug 21 21:28:35.460 INFO O| Aug 21 21:28:35.460 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-08-21T21:28:36.808Z | [ recovery-image] Aug 21 21:28:35.469 INFO O| Aug 21 21:28:35.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5614 | 2024-08-21T21:28:36.808Z | [ recovery-image] Aug 21 21:28:35.469 INFO O| Aug 21 21:28:35.469 INFO STEP 578 (remove_files) COMPLETE |
5615 | 2024-08-21T21:28:36.808Z | [ recovery-image] Aug 21 21:28:35.469 INFO O| Aug 21 21:28:35.469 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-08-21T21:28:36.817Z | [ recovery-image] Aug 21 21:28:35.478 INFO O| Aug 21 21:28:35.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5617 | 2024-08-21T21:28:36.817Z | [ recovery-image] Aug 21 21:28:35.478 INFO O| Aug 21 21:28:35.478 INFO STEP 579 (remove_files) COMPLETE |
5618 | 2024-08-21T21:28:36.820Z | [ recovery-image] Aug 21 21:28:35.478 INFO O| Aug 21 21:28:35.478 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-08-21T21:28:36.826Z | [ recovery-image] Aug 21 21:28:35.487 INFO O| Aug 21 21:28:35.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5620 | 2024-08-21T21:28:36.826Z | [ recovery-image] Aug 21 21:28:35.487 INFO O| Aug 21 21:28:35.487 INFO STEP 580 (remove_files) COMPLETE |
5621 | 2024-08-21T21:28:36.829Z | [ recovery-image] Aug 21 21:28:35.487 INFO O| Aug 21 21:28:35.487 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-08-21T21:28:36.835Z | [ recovery-image] Aug 21 21:28:35.496 INFO O| Aug 21 21:28:35.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5623 | 2024-08-21T21:28:36.835Z | [ recovery-image] Aug 21 21:28:35.496 INFO O| Aug 21 21:28:35.496 INFO STEP 581 (remove_files) COMPLETE |
5624 | 2024-08-21T21:28:36.835Z | [ recovery-image] Aug 21 21:28:35.496 INFO O| Aug 21 21:28:35.496 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-08-21T21:28:36.844Z | [ recovery-image] Aug 21 21:28:35.505 INFO O| Aug 21 21:28:35.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5626 | 2024-08-21T21:28:36.847Z | [ recovery-image] Aug 21 21:28:35.505 INFO O| Aug 21 21:28:35.505 INFO STEP 582 (remove_files) COMPLETE |
5627 | 2024-08-21T21:28:36.847Z | [ recovery-image] Aug 21 21:28:35.505 INFO O| Aug 21 21:28:35.505 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-08-21T21:28:36.854Z | [ recovery-image] Aug 21 21:28:35.515 INFO O| Aug 21 21:28:35.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5629 | 2024-08-21T21:28:36.854Z | [ recovery-image] Aug 21 21:28:35.515 INFO O| Aug 21 21:28:35.515 INFO STEP 583 (remove_files) COMPLETE |
5630 | 2024-08-21T21:28:36.854Z | [ recovery-image] Aug 21 21:28:35.515 INFO O| Aug 21 21:28:35.515 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-08-21T21:28:36.863Z | [ recovery-image] Aug 21 21:28:35.524 INFO O| Aug 21 21:28:35.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5632 | 2024-08-21T21:28:36.863Z | [ recovery-image] Aug 21 21:28:35.524 INFO O| Aug 21 21:28:35.524 INFO STEP 584 (remove_files) COMPLETE |
5633 | 2024-08-21T21:28:36.865Z | [ recovery-image] Aug 21 21:28:35.524 INFO O| Aug 21 21:28:35.524 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-08-21T21:28:36.872Z | [ recovery-image] Aug 21 21:28:35.533 INFO O| Aug 21 21:28:35.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5635 | 2024-08-21T21:28:36.872Z | [ recovery-image] Aug 21 21:28:35.533 INFO O| Aug 21 21:28:35.533 INFO STEP 585 (remove_files) COMPLETE |
5636 | 2024-08-21T21:28:36.874Z | [ recovery-image] Aug 21 21:28:35.533 INFO O| Aug 21 21:28:35.533 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-08-21T21:28:36.881Z | [ recovery-image] Aug 21 21:28:35.542 INFO O| Aug 21 21:28:35.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5638 | 2024-08-21T21:28:36.883Z | [ recovery-image] Aug 21 21:28:35.542 INFO O| Aug 21 21:28:35.542 INFO STEP 586 (remove_files) COMPLETE |
5639 | 2024-08-21T21:28:36.883Z | [ recovery-image] Aug 21 21:28:35.542 INFO O| Aug 21 21:28:35.542 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-08-21T21:28:36.890Z | [ recovery-image] Aug 21 21:28:35.551 INFO O| Aug 21 21:28:35.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5641 | 2024-08-21T21:28:36.890Z | [ recovery-image] Aug 21 21:28:35.551 INFO O| Aug 21 21:28:35.551 INFO STEP 587 (remove_files) COMPLETE |
5642 | 2024-08-21T21:28:36.893Z | [ recovery-image] Aug 21 21:28:35.551 INFO O| Aug 21 21:28:35.551 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-08-21T21:28:36.899Z | [ recovery-image] Aug 21 21:28:35.560 INFO O| Aug 21 21:28:35.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5644 | 2024-08-21T21:28:36.899Z | [ recovery-image] Aug 21 21:28:35.560 INFO O| Aug 21 21:28:35.560 INFO STEP 588 (remove_files) COMPLETE |
5645 | 2024-08-21T21:28:36.902Z | [ recovery-image] Aug 21 21:28:35.560 INFO O| Aug 21 21:28:35.560 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-08-21T21:28:36.908Z | [ recovery-image] Aug 21 21:28:35.569 INFO O| Aug 21 21:28:35.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5647 | 2024-08-21T21:28:36.911Z | [ recovery-image] Aug 21 21:28:35.570 INFO O| Aug 21 21:28:35.570 INFO STEP 589 (remove_files) COMPLETE |
5648 | 2024-08-21T21:28:36.911Z | [ recovery-image] Aug 21 21:28:35.570 INFO O| Aug 21 21:28:35.570 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-08-21T21:28:36.918Z | [ recovery-image] Aug 21 21:28:35.579 INFO O| Aug 21 21:28:35.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5650 | 2024-08-21T21:28:36.921Z | [ recovery-image] Aug 21 21:28:35.579 INFO O| Aug 21 21:28:35.579 INFO STEP 590 (remove_files) COMPLETE |
5651 | 2024-08-21T21:28:36.921Z | [ recovery-image] Aug 21 21:28:35.579 INFO O| Aug 21 21:28:35.579 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-08-21T21:28:36.927Z | [ recovery-image] Aug 21 21:28:35.588 INFO O| Aug 21 21:28:35.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5653 | 2024-08-21T21:28:36.931Z | [ recovery-image] Aug 21 21:28:35.588 INFO O| Aug 21 21:28:35.588 INFO STEP 591 (remove_files) COMPLETE |
5654 | 2024-08-21T21:28:36.931Z | [ recovery-image] Aug 21 21:28:35.588 INFO O| Aug 21 21:28:35.588 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-08-21T21:28:36.936Z | [ recovery-image] Aug 21 21:28:35.597 INFO O| Aug 21 21:28:35.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5656 | 2024-08-21T21:28:36.939Z | [ recovery-image] Aug 21 21:28:35.597 INFO O| Aug 21 21:28:35.597 INFO STEP 592 (remove_files) COMPLETE |
5657 | 2024-08-21T21:28:36.940Z | [ recovery-image] Aug 21 21:28:35.597 INFO O| Aug 21 21:28:35.597 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-08-21T21:28:36.945Z | [ recovery-image] Aug 21 21:28:35.606 INFO O| Aug 21 21:28:35.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5659 | 2024-08-21T21:28:36.945Z | [ recovery-image] Aug 21 21:28:35.607 INFO O| Aug 21 21:28:35.607 INFO STEP 593 (remove_files) COMPLETE |
5660 | 2024-08-21T21:28:36.948Z | [ recovery-image] Aug 21 21:28:35.607 INFO O| Aug 21 21:28:35.607 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-08-21T21:28:36.955Z | [ recovery-image] Aug 21 21:28:35.616 INFO O| Aug 21 21:28:35.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5662 | 2024-08-21T21:28:36.957Z | [ recovery-image] Aug 21 21:28:35.616 INFO O| Aug 21 21:28:35.616 INFO STEP 594 (remove_files) COMPLETE |
5663 | 2024-08-21T21:28:36.957Z | [ recovery-image] Aug 21 21:28:35.616 INFO O| Aug 21 21:28:35.616 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-08-21T21:28:36.964Z | [ recovery-image] Aug 21 21:28:35.625 INFO O| Aug 21 21:28:35.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5665 | 2024-08-21T21:28:36.966Z | [ recovery-image] Aug 21 21:28:35.625 INFO O| Aug 21 21:28:35.625 INFO STEP 595 (remove_files) COMPLETE |
5666 | 2024-08-21T21:28:36.966Z | [ recovery-image] Aug 21 21:28:35.625 INFO O| Aug 21 21:28:35.625 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-08-21T21:28:36.973Z | [ recovery-image] Aug 21 21:28:35.634 INFO O| Aug 21 21:28:35.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5668 | 2024-08-21T21:28:36.973Z | [ recovery-image] Aug 21 21:28:35.634 INFO O| Aug 21 21:28:35.634 INFO STEP 596 (remove_files) COMPLETE |
5669 | 2024-08-21T21:28:36.973Z | [ recovery-image] Aug 21 21:28:35.634 INFO O| Aug 21 21:28:35.634 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-08-21T21:28:36.982Z | [ recovery-image] Aug 21 21:28:35.643 INFO O| Aug 21 21:28:35.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5671 | 2024-08-21T21:28:36.982Z | [ recovery-image] Aug 21 21:28:35.643 INFO O| Aug 21 21:28:35.643 INFO STEP 597 (remove_files) COMPLETE |
5672 | 2024-08-21T21:28:36.985Z | [ recovery-image] Aug 21 21:28:35.643 INFO O| Aug 21 21:28:35.643 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-08-21T21:28:36.991Z | [ recovery-image] Aug 21 21:28:35.652 INFO O| Aug 21 21:28:35.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5674 | 2024-08-21T21:28:36.994Z | [ recovery-image] Aug 21 21:28:35.653 INFO O| Aug 21 21:28:35.653 INFO STEP 598 (remove_files) COMPLETE |
5675 | 2024-08-21T21:28:36.994Z | [ recovery-image] Aug 21 21:28:35.653 INFO O| Aug 21 21:28:35.653 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-08-21T21:28:37.001Z | [ recovery-image] Aug 21 21:28:35.662 INFO O| Aug 21 21:28:35.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5677 | 2024-08-21T21:28:37.001Z | [ recovery-image] Aug 21 21:28:35.662 INFO O| Aug 21 21:28:35.662 INFO STEP 599 (remove_files) COMPLETE |
5678 | 2024-08-21T21:28:37.004Z | [ recovery-image] Aug 21 21:28:35.662 INFO O| Aug 21 21:28:35.662 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-08-21T21:28:37.010Z | [ recovery-image] Aug 21 21:28:35.671 INFO O| Aug 21 21:28:35.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5680 | 2024-08-21T21:28:37.012Z | [ recovery-image] Aug 21 21:28:35.671 INFO O| Aug 21 21:28:35.671 INFO STEP 600 (remove_files) COMPLETE |
5681 | 2024-08-21T21:28:37.012Z | [ recovery-image] Aug 21 21:28:35.671 INFO O| Aug 21 21:28:35.671 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-08-21T21:28:37.019Z | [ recovery-image] Aug 21 21:28:35.680 INFO O| Aug 21 21:28:35.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5683 | 2024-08-21T21:28:37.019Z | [ recovery-image] Aug 21 21:28:35.680 INFO O| Aug 21 21:28:35.680 INFO STEP 601 (remove_files) COMPLETE |
5684 | 2024-08-21T21:28:37.022Z | [ recovery-image] Aug 21 21:28:35.680 INFO O| Aug 21 21:28:35.680 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-08-21T21:28:37.028Z | [ recovery-image] Aug 21 21:28:35.689 INFO O| Aug 21 21:28:35.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5686 | 2024-08-21T21:28:37.028Z | [ recovery-image] Aug 21 21:28:35.689 INFO O| Aug 21 21:28:35.689 INFO STEP 602 (remove_files) COMPLETE |
5687 | 2024-08-21T21:28:37.031Z | [ recovery-image] Aug 21 21:28:35.689 INFO O| Aug 21 21:28:35.689 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-08-21T21:28:37.037Z | [ recovery-image] Aug 21 21:28:35.698 INFO O| Aug 21 21:28:35.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5689 | 2024-08-21T21:28:37.040Z | [ recovery-image] Aug 21 21:28:35.698 INFO O| Aug 21 21:28:35.698 INFO STEP 603 (remove_files) COMPLETE |
5690 | 2024-08-21T21:28:37.040Z | [ recovery-image] Aug 21 21:28:35.698 INFO O| Aug 21 21:28:35.698 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-08-21T21:28:37.046Z | [ recovery-image] Aug 21 21:28:35.707 INFO O| Aug 21 21:28:35.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5692 | 2024-08-21T21:28:37.046Z | [ recovery-image] Aug 21 21:28:35.708 INFO O| Aug 21 21:28:35.707 INFO STEP 604 (remove_files) COMPLETE |
5693 | 2024-08-21T21:28:37.049Z | [ recovery-image] Aug 21 21:28:35.708 INFO O| Aug 21 21:28:35.707 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-08-21T21:28:37.056Z | [ recovery-image] Aug 21 21:28:35.717 INFO O| Aug 21 21:28:35.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5695 | 2024-08-21T21:28:37.056Z | [ recovery-image] Aug 21 21:28:35.717 INFO O| Aug 21 21:28:35.717 INFO STEP 605 (remove_files) COMPLETE |
5696 | 2024-08-21T21:28:37.058Z | [ recovery-image] Aug 21 21:28:35.717 INFO O| Aug 21 21:28:35.717 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-08-21T21:28:37.065Z | [ recovery-image] Aug 21 21:28:35.726 INFO O| Aug 21 21:28:35.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5698 | 2024-08-21T21:28:37.065Z | [ recovery-image] Aug 21 21:28:35.726 INFO O| Aug 21 21:28:35.726 INFO STEP 606 (remove_files) COMPLETE |
5699 | 2024-08-21T21:28:37.068Z | [ recovery-image] Aug 21 21:28:35.726 INFO O| Aug 21 21:28:35.726 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-08-21T21:28:37.074Z | [ recovery-image] Aug 21 21:28:35.735 INFO O| Aug 21 21:28:35.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5701 | 2024-08-21T21:28:37.077Z | [ recovery-image] Aug 21 21:28:35.735 INFO O| Aug 21 21:28:35.735 INFO STEP 607 (remove_files) COMPLETE |
5702 | 2024-08-21T21:28:37.077Z | [ recovery-image] Aug 21 21:28:35.735 INFO O| Aug 21 21:28:35.735 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-08-21T21:28:37.083Z | [ recovery-image] Aug 21 21:28:35.744 INFO O| Aug 21 21:28:35.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5704 | 2024-08-21T21:28:37.086Z | [ recovery-image] Aug 21 21:28:35.745 INFO O| Aug 21 21:28:35.745 INFO STEP 608 (remove_files) COMPLETE |
5705 | 2024-08-21T21:28:37.086Z | [ recovery-image] Aug 21 21:28:35.745 INFO O| Aug 21 21:28:35.745 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-08-21T21:28:37.093Z | [ recovery-image] Aug 21 21:28:35.754 INFO O| Aug 21 21:28:35.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5707 | 2024-08-21T21:28:37.093Z | [ recovery-image] Aug 21 21:28:35.754 INFO O| Aug 21 21:28:35.754 INFO STEP 609 (remove_files) COMPLETE |
5708 | 2024-08-21T21:28:37.093Z | [ recovery-image] Aug 21 21:28:35.754 INFO O| Aug 21 21:28:35.754 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-08-21T21:28:37.102Z | [ recovery-image] Aug 21 21:28:35.763 INFO O| Aug 21 21:28:35.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5710 | 2024-08-21T21:28:37.102Z | [ recovery-image] Aug 21 21:28:35.763 INFO O| Aug 21 21:28:35.763 INFO STEP 610 (remove_files) COMPLETE |
5711 | 2024-08-21T21:28:37.104Z | [ recovery-image] Aug 21 21:28:35.763 INFO O| Aug 21 21:28:35.763 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-08-21T21:28:37.111Z | [ recovery-image] Aug 21 21:28:35.772 INFO O| Aug 21 21:28:35.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5713 | 2024-08-21T21:28:37.111Z | [ recovery-image] Aug 21 21:28:35.772 INFO O| Aug 21 21:28:35.772 INFO STEP 611 (remove_files) COMPLETE |
5714 | 2024-08-21T21:28:37.111Z | [ recovery-image] Aug 21 21:28:35.772 INFO O| Aug 21 21:28:35.772 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-08-21T21:28:37.120Z | [ recovery-image] Aug 21 21:28:35.781 INFO O| Aug 21 21:28:35.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5716 | 2024-08-21T21:28:37.120Z | [ recovery-image] Aug 21 21:28:35.781 INFO O| Aug 21 21:28:35.781 INFO STEP 612 (remove_files) COMPLETE |
5717 | 2024-08-21T21:28:37.123Z | [ recovery-image] Aug 21 21:28:35.781 INFO O| Aug 21 21:28:35.781 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-08-21T21:28:37.129Z | [ recovery-image] Aug 21 21:28:35.790 INFO O| Aug 21 21:28:35.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5719 | 2024-08-21T21:28:37.130Z | [ recovery-image] Aug 21 21:28:35.791 INFO O| Aug 21 21:28:35.791 INFO STEP 613 (remove_files) COMPLETE |
5720 | 2024-08-21T21:28:37.132Z | [ recovery-image] Aug 21 21:28:35.791 INFO O| Aug 21 21:28:35.791 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-08-21T21:28:37.139Z | [ recovery-image] Aug 21 21:28:35.800 INFO O| Aug 21 21:28:35.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5722 | 2024-08-21T21:28:37.139Z | [ recovery-image] Aug 21 21:28:35.800 INFO O| Aug 21 21:28:35.800 INFO STEP 614 (remove_files) COMPLETE |
5723 | 2024-08-21T21:28:37.141Z | [ recovery-image] Aug 21 21:28:35.800 INFO O| Aug 21 21:28:35.800 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-08-21T21:28:37.148Z | [ recovery-image] Aug 21 21:28:35.809 INFO O| Aug 21 21:28:35.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5725 | 2024-08-21T21:28:37.150Z | [ recovery-image] Aug 21 21:28:35.809 INFO O| Aug 21 21:28:35.809 INFO STEP 615 (remove_files) COMPLETE |
5726 | 2024-08-21T21:28:37.150Z | [ recovery-image] Aug 21 21:28:35.809 INFO O| Aug 21 21:28:35.809 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-08-21T21:28:37.155Z | [ host-image] Aug 21 21:28:35.816 INFO O| Aug 21 21:28:35.816 INFO O| Download: Completed 1.39 MB in 1.00 seconds (1.4M/s) |
5728 | 2024-08-21T21:28:37.157Z | [ recovery-image] Aug 21 21:28:35.819 INFO O| Aug 21 21:28:35.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5729 | 2024-08-21T21:28:37.160Z | [ recovery-image] Aug 21 21:28:35.819 INFO O| Aug 21 21:28:35.819 INFO STEP 616 (remove_files) COMPLETE |
5730 | 2024-08-21T21:28:37.160Z | [ recovery-image] Aug 21 21:28:35.819 INFO O| Aug 21 21:28:35.819 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-08-21T21:28:37.167Z | [ recovery-image] Aug 21 21:28:35.828 INFO O| Aug 21 21:28:35.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5732 | 2024-08-21T21:28:37.167Z | [ recovery-image] Aug 21 21:28:35.828 INFO O| Aug 21 21:28:35.828 INFO STEP 617 (remove_files) COMPLETE |
5733 | 2024-08-21T21:28:37.167Z | [ recovery-image] Aug 21 21:28:35.828 INFO O| Aug 21 21:28:35.828 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-08-21T21:28:37.176Z | [ recovery-image] Aug 21 21:28:35.837 INFO O| Aug 21 21:28:35.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5735 | 2024-08-21T21:28:37.176Z | [ recovery-image] Aug 21 21:28:35.837 INFO O| Aug 21 21:28:35.837 INFO STEP 618 (remove_files) COMPLETE |
5736 | 2024-08-21T21:28:37.179Z | [ recovery-image] Aug 21 21:28:35.837 INFO O| Aug 21 21:28:35.837 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-08-21T21:28:37.181Z | [ host-image] Aug 21 21:28:35.840 INFO O| Aug 21 21:28:35.840 INFO O| Actions: 1/238 actions (Installing new actions) |
5738 | 2024-08-21T21:28:37.186Z | [ recovery-image] Aug 21 21:28:35.847 INFO O| Aug 21 21:28:35.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5739 | 2024-08-21T21:28:37.189Z | [ recovery-image] Aug 21 21:28:35.847 INFO O| Aug 21 21:28:35.847 INFO STEP 619 (remove_files) COMPLETE |
5740 | 2024-08-21T21:28:37.189Z | [ recovery-image] Aug 21 21:28:35.847 INFO O| Aug 21 21:28:35.847 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-08-21T21:28:37.195Z | [ recovery-image] Aug 21 21:28:35.856 INFO O| Aug 21 21:28:35.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5742 | 2024-08-21T21:28:37.195Z | [ recovery-image] Aug 21 21:28:35.856 INFO O| Aug 21 21:28:35.856 INFO STEP 620 (remove_files) COMPLETE |
5743 | 2024-08-21T21:28:37.198Z | [ recovery-image] Aug 21 21:28:35.856 INFO O| Aug 21 21:28:35.856 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-08-21T21:28:37.204Z | [ recovery-image] Aug 21 21:28:35.865 INFO O| Aug 21 21:28:35.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5745 | 2024-08-21T21:28:37.207Z | [ recovery-image] Aug 21 21:28:35.866 INFO O| Aug 21 21:28:35.865 INFO STEP 621 (remove_files) COMPLETE |
5746 | 2024-08-21T21:28:37.207Z | [ recovery-image] Aug 21 21:28:35.866 INFO O| Aug 21 21:28:35.865 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-08-21T21:28:37.214Z | [ recovery-image] Aug 21 21:28:35.875 INFO O| Aug 21 21:28:35.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5748 | 2024-08-21T21:28:37.216Z | [ recovery-image] Aug 21 21:28:35.875 INFO O| Aug 21 21:28:35.875 INFO STEP 622 (remove_files) COMPLETE |
5749 | 2024-08-21T21:28:37.216Z | [ recovery-image] Aug 21 21:28:35.875 INFO O| Aug 21 21:28:35.875 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-08-21T21:28:37.223Z | [ recovery-image] Aug 21 21:28:35.884 INFO O| Aug 21 21:28:35.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5751 | 2024-08-21T21:28:37.223Z | [ recovery-image] Aug 21 21:28:35.884 INFO O| Aug 21 21:28:35.884 INFO STEP 623 (remove_files) COMPLETE |
5752 | 2024-08-21T21:28:37.223Z | [ recovery-image] Aug 21 21:28:35.884 INFO O| Aug 21 21:28:35.884 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-08-21T21:28:37.233Z | [ recovery-image] Aug 21 21:28:35.893 INFO O| Aug 21 21:28:35.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5754 | 2024-08-21T21:28:37.233Z | [ recovery-image] Aug 21 21:28:35.894 INFO O| Aug 21 21:28:35.894 INFO STEP 624 (remove_files) COMPLETE |
5755 | 2024-08-21T21:28:37.235Z | [ recovery-image] Aug 21 21:28:35.894 INFO O| Aug 21 21:28:35.894 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-08-21T21:28:37.242Z | [ recovery-image] Aug 21 21:28:35.903 INFO O| Aug 21 21:28:35.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5757 | 2024-08-21T21:28:37.245Z | [ recovery-image] Aug 21 21:28:35.903 INFO O| Aug 21 21:28:35.903 INFO STEP 625 (remove_files) COMPLETE |
5758 | 2024-08-21T21:28:37.245Z | [ recovery-image] Aug 21 21:28:35.903 INFO O| Aug 21 21:28:35.903 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-08-21T21:28:37.251Z | [ recovery-image] Aug 21 21:28:35.912 INFO O| Aug 21 21:28:35.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5760 | 2024-08-21T21:28:37.254Z | [ recovery-image] Aug 21 21:28:35.912 INFO O| Aug 21 21:28:35.912 INFO STEP 626 (remove_files) COMPLETE |
5761 | 2024-08-21T21:28:37.254Z | [ recovery-image] Aug 21 21:28:35.912 INFO O| Aug 21 21:28:35.912 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-08-21T21:28:37.262Z | [ recovery-image] Aug 21 21:28:35.923 INFO O| Aug 21 21:28:35.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5763 | 2024-08-21T21:28:37.262Z | [ recovery-image] Aug 21 21:28:35.923 INFO O| Aug 21 21:28:35.923 INFO STEP 627 (remove_files) COMPLETE |
5764 | 2024-08-21T21:28:37.265Z | [ recovery-image] Aug 21 21:28:35.923 INFO O| Aug 21 21:28:35.923 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-08-21T21:28:37.272Z | [ recovery-image] Aug 21 21:28:35.933 INFO O| Aug 21 21:28:35.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5766 | 2024-08-21T21:28:37.272Z | [ recovery-image] Aug 21 21:28:35.933 INFO O| Aug 21 21:28:35.933 INFO STEP 628 (remove_files) COMPLETE |
5767 | 2024-08-21T21:28:37.272Z | [ recovery-image] Aug 21 21:28:35.933 INFO O| Aug 21 21:28:35.933 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-08-21T21:28:37.281Z | [ recovery-image] Aug 21 21:28:35.942 INFO O| Aug 21 21:28:35.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5769 | 2024-08-21T21:28:37.281Z | [ recovery-image] Aug 21 21:28:35.942 INFO O| Aug 21 21:28:35.942 INFO STEP 629 (remove_files) COMPLETE |
5770 | 2024-08-21T21:28:37.281Z | [ recovery-image] Aug 21 21:28:35.942 INFO O| Aug 21 21:28:35.942 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-08-21T21:28:37.284Z | [ host-image] Aug 21 21:28:35.945 INFO O| Aug 21 21:28:35.945 INFO O| Actions: Completed 238 actions in 0.10 seconds. |
5772 | 2024-08-21T21:28:37.291Z | [ recovery-image] Aug 21 21:28:35.952 INFO O| Aug 21 21:28:35.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5773 | 2024-08-21T21:28:37.293Z | [ recovery-image] Aug 21 21:28:35.952 INFO O| Aug 21 21:28:35.952 INFO STEP 630 (remove_files) COMPLETE |
5774 | 2024-08-21T21:28:37.293Z | [ recovery-image] Aug 21 21:28:35.952 INFO O| Aug 21 21:28:35.952 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-08-21T21:28:37.302Z | [ recovery-image] Aug 21 21:28:35.963 INFO O| Aug 21 21:28:35.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5776 | 2024-08-21T21:28:37.302Z | [ recovery-image] Aug 21 21:28:35.963 INFO O| Aug 21 21:28:35.963 INFO STEP 631 (remove_files) COMPLETE |
5777 | 2024-08-21T21:28:37.302Z | [ recovery-image] Aug 21 21:28:35.963 INFO O| Aug 21 21:28:35.963 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-08-21T21:28:37.312Z | [ recovery-image] Aug 21 21:28:35.973 INFO O| Aug 21 21:28:35.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5779 | 2024-08-21T21:28:37.314Z | [ recovery-image] Aug 21 21:28:35.973 INFO O| Aug 21 21:28:35.973 INFO STEP 632 (remove_files) COMPLETE |
5780 | 2024-08-21T21:28:37.314Z | [ recovery-image] Aug 21 21:28:35.973 INFO O| Aug 21 21:28:35.973 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-08-21T21:28:37.323Z | [ recovery-image] Aug 21 21:28:35.984 INFO O| Aug 21 21:28:35.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5782 | 2024-08-21T21:28:37.323Z | [ recovery-image] Aug 21 21:28:35.984 INFO O| Aug 21 21:28:35.984 INFO STEP 633 (remove_files) COMPLETE |
5783 | 2024-08-21T21:28:37.326Z | [ recovery-image] Aug 21 21:28:35.984 INFO O| Aug 21 21:28:35.984 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-08-21T21:28:37.333Z | [ recovery-image] Aug 21 21:28:35.994 INFO O| Aug 21 21:28:35.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5785 | 2024-08-21T21:28:37.333Z | [ recovery-image] Aug 21 21:28:35.994 INFO O| Aug 21 21:28:35.994 INFO STEP 634 (remove_files) COMPLETE |
5786 | 2024-08-21T21:28:37.334Z | [ recovery-image] Aug 21 21:28:35.994 INFO O| Aug 21 21:28:35.994 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-08-21T21:28:37.344Z | [ recovery-image] Aug 21 21:28:36.004 INFO O| Aug 21 21:28:36.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5788 | 2024-08-21T21:28:37.344Z | [ recovery-image] Aug 21 21:28:36.005 INFO O| Aug 21 21:28:36.004 INFO STEP 635 (remove_files) COMPLETE |
5789 | 2024-08-21T21:28:37.344Z | [ recovery-image] Aug 21 21:28:36.005 INFO O| Aug 21 21:28:36.005 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-08-21T21:28:37.354Z | [ recovery-image] Aug 21 21:28:36.014 INFO O| Aug 21 21:28:36.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5791 | 2024-08-21T21:28:37.356Z | [ recovery-image] Aug 21 21:28:36.015 INFO O| Aug 21 21:28:36.014 INFO STEP 636 (remove_files) COMPLETE |
5792 | 2024-08-21T21:28:37.356Z | [ recovery-image] Aug 21 21:28:36.015 INFO O| Aug 21 21:28:36.015 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-08-21T21:28:37.363Z | [ recovery-image] Aug 21 21:28:36.024 INFO O| Aug 21 21:28:36.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5794 | 2024-08-21T21:28:37.363Z | [ recovery-image] Aug 21 21:28:36.024 INFO O| Aug 21 21:28:36.024 INFO STEP 637 (remove_files) COMPLETE |
5795 | 2024-08-21T21:28:37.366Z | [ recovery-image] Aug 21 21:28:36.024 INFO O| Aug 21 21:28:36.024 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-08-21T21:28:37.374Z | [ recovery-image] Aug 21 21:28:36.034 INFO O| Aug 21 21:28:36.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5797 | 2024-08-21T21:28:37.374Z | [ recovery-image] Aug 21 21:28:36.034 INFO O| Aug 21 21:28:36.034 INFO STEP 638 (remove_files) COMPLETE |
5798 | 2024-08-21T21:28:37.374Z | [ recovery-image] Aug 21 21:28:36.034 INFO O| Aug 21 21:28:36.034 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-08-21T21:28:37.382Z | [ recovery-image] Aug 21 21:28:36.043 INFO O| Aug 21 21:28:36.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5800 | 2024-08-21T21:28:37.386Z | [ recovery-image] Aug 21 21:28:36.044 INFO O| Aug 21 21:28:36.044 INFO STEP 639 (remove_files) COMPLETE |
5801 | 2024-08-21T21:28:37.386Z | [ recovery-image] Aug 21 21:28:36.044 INFO O| Aug 21 21:28:36.044 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-08-21T21:28:37.393Z | [ recovery-image] Aug 21 21:28:36.053 INFO O| Aug 21 21:28:36.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5803 | 2024-08-21T21:28:37.393Z | [ recovery-image] Aug 21 21:28:36.054 INFO O| Aug 21 21:28:36.054 INFO STEP 640 (remove_files) COMPLETE |
5804 | 2024-08-21T21:28:37.393Z | [ recovery-image] Aug 21 21:28:36.054 INFO O| Aug 21 21:28:36.054 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-08-21T21:28:37.402Z | [ recovery-image] Aug 21 21:28:36.063 INFO O| Aug 21 21:28:36.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5806 | 2024-08-21T21:28:37.405Z | [ recovery-image] Aug 21 21:28:36.063 INFO O| Aug 21 21:28:36.063 INFO STEP 641 (remove_files) COMPLETE |
5807 | 2024-08-21T21:28:37.405Z | [ recovery-image] Aug 21 21:28:36.063 INFO O| Aug 21 21:28:36.063 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-08-21T21:28:37.412Z | [ recovery-image] Aug 21 21:28:36.073 INFO O| Aug 21 21:28:36.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5809 | 2024-08-21T21:28:37.414Z | [ recovery-image] Aug 21 21:28:36.073 INFO O| Aug 21 21:28:36.073 INFO STEP 642 (remove_files) COMPLETE |
5810 | 2024-08-21T21:28:37.414Z | [ recovery-image] Aug 21 21:28:36.073 INFO O| Aug 21 21:28:36.073 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-08-21T21:28:37.421Z | [ recovery-image] Aug 21 21:28:36.082 INFO O| Aug 21 21:28:36.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5812 | 2024-08-21T21:28:37.421Z | [ recovery-image] Aug 21 21:28:36.082 INFO O| Aug 21 21:28:36.082 INFO STEP 643 (remove_files) COMPLETE |
5813 | 2024-08-21T21:28:37.424Z | [ recovery-image] Aug 21 21:28:36.082 INFO O| Aug 21 21:28:36.082 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-08-21T21:28:37.430Z | [ recovery-image] Aug 21 21:28:36.091 INFO O| Aug 21 21:28:36.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5815 | 2024-08-21T21:28:37.433Z | [ recovery-image] Aug 21 21:28:36.092 INFO O| Aug 21 21:28:36.091 INFO STEP 644 (remove_files) COMPLETE |
5816 | 2024-08-21T21:28:37.433Z | [ recovery-image] Aug 21 21:28:36.092 INFO O| Aug 21 21:28:36.092 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-08-21T21:28:37.440Z | [ recovery-image] Aug 21 21:28:36.101 INFO O| Aug 21 21:28:36.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5818 | 2024-08-21T21:28:37.440Z | [ recovery-image] Aug 21 21:28:36.101 INFO O| Aug 21 21:28:36.101 INFO STEP 645 (remove_files) COMPLETE |
5819 | 2024-08-21T21:28:37.440Z | [ recovery-image] Aug 21 21:28:36.101 INFO O| Aug 21 21:28:36.101 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-08-21T21:28:37.451Z | [ recovery-image] Aug 21 21:28:36.111 INFO O| Aug 21 21:28:36.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5821 | 2024-08-21T21:28:37.451Z | [ recovery-image] Aug 21 21:28:36.112 INFO O| Aug 21 21:28:36.112 INFO STEP 646 (remove_files) COMPLETE |
5822 | 2024-08-21T21:28:37.453Z | [ recovery-image] Aug 21 21:28:36.112 INFO O| Aug 21 21:28:36.112 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-08-21T21:28:37.461Z | [ recovery-image] Aug 21 21:28:36.122 INFO O| Aug 21 21:28:36.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5824 | 2024-08-21T21:28:37.463Z | [ recovery-image] Aug 21 21:28:36.122 INFO O| Aug 21 21:28:36.122 INFO STEP 647 (remove_files) COMPLETE |
5825 | 2024-08-21T21:28:37.463Z | [ recovery-image] Aug 21 21:28:36.122 INFO O| Aug 21 21:28:36.122 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-08-21T21:28:37.471Z | [ recovery-image] Aug 21 21:28:36.132 INFO O| Aug 21 21:28:36.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5827 | 2024-08-21T21:28:37.471Z | [ recovery-image] Aug 21 21:28:36.132 INFO O| Aug 21 21:28:36.132 INFO STEP 648 (remove_files) COMPLETE |
5828 | 2024-08-21T21:28:37.474Z | [ recovery-image] Aug 21 21:28:36.132 INFO O| Aug 21 21:28:36.132 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-08-21T21:28:37.482Z | [ recovery-image] Aug 21 21:28:36.143 INFO O| Aug 21 21:28:36.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5830 | 2024-08-21T21:28:37.482Z | [ recovery-image] Aug 21 21:28:36.143 INFO O| Aug 21 21:28:36.143 INFO STEP 649 (remove_files) COMPLETE |
5831 | 2024-08-21T21:28:37.482Z | [ recovery-image] Aug 21 21:28:36.143 INFO O| Aug 21 21:28:36.143 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-08-21T21:28:37.494Z | [ recovery-image] Aug 21 21:28:36.154 INFO O| Aug 21 21:28:36.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5833 | 2024-08-21T21:28:37.494Z | [ recovery-image] Aug 21 21:28:36.154 INFO O| Aug 21 21:28:36.154 INFO STEP 650 (remove_files) COMPLETE |
5834 | 2024-08-21T21:28:37.494Z | [ recovery-image] Aug 21 21:28:36.154 INFO O| Aug 21 21:28:36.154 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-08-21T21:28:37.504Z | [ recovery-image] Aug 21 21:28:36.165 INFO O| Aug 21 21:28:36.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5836 | 2024-08-21T21:28:37.504Z | [ recovery-image] Aug 21 21:28:36.165 INFO O| Aug 21 21:28:36.165 INFO STEP 651 (remove_files) COMPLETE |
5837 | 2024-08-21T21:28:37.506Z | [ recovery-image] Aug 21 21:28:36.165 INFO O| Aug 21 21:28:36.165 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-08-21T21:28:37.514Z | [ recovery-image] Aug 21 21:28:36.175 INFO O| Aug 21 21:28:36.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5839 | 2024-08-21T21:28:37.514Z | [ recovery-image] Aug 21 21:28:36.175 INFO O| Aug 21 21:28:36.175 INFO STEP 652 (remove_files) COMPLETE |
5840 | 2024-08-21T21:28:37.517Z | [ recovery-image] Aug 21 21:28:36.175 INFO O| Aug 21 21:28:36.175 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-08-21T21:28:37.525Z | [ recovery-image] Aug 21 21:28:36.186 INFO O| Aug 21 21:28:36.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5842 | 2024-08-21T21:28:37.527Z | [ recovery-image] Aug 21 21:28:36.186 INFO O| Aug 21 21:28:36.186 INFO STEP 653 (remove_files) COMPLETE |
5843 | 2024-08-21T21:28:37.527Z | [ recovery-image] Aug 21 21:28:36.186 INFO O| Aug 21 21:28:36.186 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-08-21T21:28:37.530Z | [ host-image] Aug 21 21:28:36.191 INFO O| Aug 21 21:28:36.191 INFO O| Done |
5845 | 2024-08-21T21:28:37.530Z | [ host-image] Aug 21 21:28:36.191 INFO O| Aug 21 21:28:36.191 INFO O| Done |
5846 | 2024-08-21T21:28:37.535Z | [ recovery-image] Aug 21 21:28:36.196 INFO O| Aug 21 21:28:36.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5847 | 2024-08-21T21:28:37.535Z | [ recovery-image] Aug 21 21:28:36.196 INFO O| Aug 21 21:28:36.196 INFO STEP 654 (remove_files) COMPLETE |
5848 | 2024-08-21T21:28:37.537Z | [ recovery-image] Aug 21 21:28:36.196 INFO O| Aug 21 21:28:36.196 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-08-21T21:28:37.545Z | [ recovery-image] Aug 21 21:28:36.206 INFO O| Aug 21 21:28:36.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5850 | 2024-08-21T21:28:37.548Z | [ recovery-image] Aug 21 21:28:36.206 INFO O| Aug 21 21:28:36.206 INFO STEP 655 (remove_files) COMPLETE |
5851 | 2024-08-21T21:28:37.548Z | [ recovery-image] Aug 21 21:28:36.206 INFO O| Aug 21 21:28:36.206 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-08-21T21:28:37.555Z | [ recovery-image] Aug 21 21:28:36.216 INFO O| Aug 21 21:28:36.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5853 | 2024-08-21T21:28:37.557Z | [ recovery-image] Aug 21 21:28:36.216 INFO O| Aug 21 21:28:36.216 INFO STEP 656 (remove_files) COMPLETE |
5854 | 2024-08-21T21:28:37.557Z | [ recovery-image] Aug 21 21:28:36.216 INFO O| Aug 21 21:28:36.216 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-08-21T21:28:37.564Z | [ recovery-image] Aug 21 21:28:36.225 INFO O| Aug 21 21:28:36.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5856 | 2024-08-21T21:28:37.564Z | [ recovery-image] Aug 21 21:28:36.225 INFO O| Aug 21 21:28:36.225 INFO STEP 657 (remove_files) COMPLETE |
5857 | 2024-08-21T21:28:37.567Z | [ recovery-image] Aug 21 21:28:36.225 INFO O| Aug 21 21:28:36.225 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-08-21T21:28:37.574Z | [ recovery-image] Aug 21 21:28:36.235 INFO O| Aug 21 21:28:36.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5859 | 2024-08-21T21:28:37.576Z | [ recovery-image] Aug 21 21:28:36.235 INFO O| Aug 21 21:28:36.235 INFO STEP 658 (remove_files) COMPLETE |
5860 | 2024-08-21T21:28:37.576Z | [ recovery-image] Aug 21 21:28:36.235 INFO O| Aug 21 21:28:36.235 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-08-21T21:28:37.585Z | [ recovery-image] Aug 21 21:28:36.244 INFO O| Aug 21 21:28:36.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5862 | 2024-08-21T21:28:37.585Z | [ recovery-image] Aug 21 21:28:36.244 INFO O| Aug 21 21:28:36.244 INFO STEP 659 (remove_files) COMPLETE |
5863 | 2024-08-21T21:28:37.585Z | [ recovery-image] Aug 21 21:28:36.244 INFO O| Aug 21 21:28:36.244 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-08-21T21:28:37.593Z | [ recovery-image] Aug 21 21:28:36.253 INFO O| Aug 21 21:28:36.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5865 | 2024-08-21T21:28:37.593Z | [ recovery-image] Aug 21 21:28:36.254 INFO O| Aug 21 21:28:36.254 INFO STEP 660 (remove_files) COMPLETE |
5866 | 2024-08-21T21:28:37.593Z | [ recovery-image] Aug 21 21:28:36.254 INFO O| Aug 21 21:28:36.254 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-08-21T21:28:37.602Z | [ recovery-image] Aug 21 21:28:36.263 INFO O| Aug 21 21:28:36.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5868 | 2024-08-21T21:28:37.605Z | [ recovery-image] Aug 21 21:28:36.263 INFO O| Aug 21 21:28:36.263 INFO STEP 661 (remove_files) COMPLETE |
5869 | 2024-08-21T21:28:37.605Z | [ recovery-image] Aug 21 21:28:36.263 INFO O| Aug 21 21:28:36.263 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-08-21T21:28:37.611Z | [ recovery-image] Aug 21 21:28:36.272 INFO O| Aug 21 21:28:36.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5871 | 2024-08-21T21:28:37.611Z | [ recovery-image] Aug 21 21:28:36.272 INFO O| Aug 21 21:28:36.272 INFO STEP 662 (remove_files) COMPLETE |
5872 | 2024-08-21T21:28:37.614Z | [ recovery-image] Aug 21 21:28:36.272 INFO O| Aug 21 21:28:36.272 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-08-21T21:28:37.620Z | [ recovery-image] Aug 21 21:28:36.281 INFO O| Aug 21 21:28:36.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5874 | 2024-08-21T21:28:37.620Z | [ recovery-image] Aug 21 21:28:36.281 INFO O| Aug 21 21:28:36.281 INFO STEP 663 (remove_files) COMPLETE |
5875 | 2024-08-21T21:28:37.623Z | [ recovery-image] Aug 21 21:28:36.281 INFO O| Aug 21 21:28:36.281 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-08-21T21:28:37.630Z | [ recovery-image] Aug 21 21:28:36.291 INFO O| Aug 21 21:28:36.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5877 | 2024-08-21T21:28:37.630Z | [ recovery-image] Aug 21 21:28:36.291 INFO O| Aug 21 21:28:36.291 INFO STEP 664 (remove_files) COMPLETE |
5878 | 2024-08-21T21:28:37.632Z | [ recovery-image] Aug 21 21:28:36.291 INFO O| Aug 21 21:28:36.291 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-08-21T21:28:37.639Z | [ recovery-image] Aug 21 21:28:36.300 INFO O| Aug 21 21:28:36.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5880 | 2024-08-21T21:28:37.639Z | [ recovery-image] Aug 21 21:28:36.300 INFO O| Aug 21 21:28:36.300 INFO STEP 665 (remove_files) COMPLETE |
5881 | 2024-08-21T21:28:37.639Z | [ recovery-image] Aug 21 21:28:36.300 INFO O| Aug 21 21:28:36.300 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-08-21T21:28:37.648Z | [ recovery-image] Aug 21 21:28:36.309 INFO O| Aug 21 21:28:36.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5883 | 2024-08-21T21:28:37.648Z | [ recovery-image] Aug 21 21:28:36.309 INFO O| Aug 21 21:28:36.309 INFO STEP 666 (remove_files) COMPLETE |
5884 | 2024-08-21T21:28:37.648Z | [ recovery-image] Aug 21 21:28:36.309 INFO O| Aug 21 21:28:36.309 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-08-21T21:28:37.657Z | [ recovery-image] Aug 21 21:28:36.318 INFO O| Aug 21 21:28:36.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5886 | 2024-08-21T21:28:37.657Z | [ recovery-image] Aug 21 21:28:36.318 INFO O| Aug 21 21:28:36.318 INFO STEP 667 (remove_files) COMPLETE |
5887 | 2024-08-21T21:28:37.660Z | [ recovery-image] Aug 21 21:28:36.318 INFO O| Aug 21 21:28:36.318 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-08-21T21:28:37.666Z | [ recovery-image] Aug 21 21:28:36.327 INFO O| Aug 21 21:28:36.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5889 | 2024-08-21T21:28:37.666Z | [ recovery-image] Aug 21 21:28:36.327 INFO O| Aug 21 21:28:36.327 INFO STEP 668 (remove_files) COMPLETE |
5890 | 2024-08-21T21:28:37.669Z | [ recovery-image] Aug 21 21:28:36.327 INFO O| Aug 21 21:28:36.327 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-08-21T21:28:37.675Z | [ recovery-image] Aug 21 21:28:36.336 INFO O| Aug 21 21:28:36.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5892 | 2024-08-21T21:28:37.676Z | [ recovery-image] Aug 21 21:28:36.336 INFO O| Aug 21 21:28:36.336 INFO STEP 669 (remove_files) COMPLETE |
5893 | 2024-08-21T21:28:37.676Z | [ recovery-image] Aug 21 21:28:36.337 INFO O| Aug 21 21:28:36.336 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-08-21T21:28:37.685Z | [ recovery-image] Aug 21 21:28:36.346 INFO O| Aug 21 21:28:36.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5895 | 2024-08-21T21:28:37.685Z | [ recovery-image] Aug 21 21:28:36.346 INFO O| Aug 21 21:28:36.346 INFO STEP 670 (remove_files) COMPLETE |
5896 | 2024-08-21T21:28:37.685Z | [ recovery-image] Aug 21 21:28:36.346 INFO O| Aug 21 21:28:36.346 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-08-21T21:28:37.694Z | [ recovery-image] Aug 21 21:28:36.355 INFO O| Aug 21 21:28:36.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5898 | 2024-08-21T21:28:37.694Z | [ recovery-image] Aug 21 21:28:36.355 INFO O| Aug 21 21:28:36.355 INFO STEP 671 (remove_files) COMPLETE |
5899 | 2024-08-21T21:28:37.694Z | [ recovery-image] Aug 21 21:28:36.355 INFO O| Aug 21 21:28:36.355 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-08-21T21:28:37.703Z | [ recovery-image] Aug 21 21:28:36.364 INFO O| Aug 21 21:28:36.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5901 | 2024-08-21T21:28:37.703Z | [ recovery-image] Aug 21 21:28:36.364 INFO O| Aug 21 21:28:36.364 INFO STEP 672 (remove_files) COMPLETE |
5902 | 2024-08-21T21:28:37.707Z | [ recovery-image] Aug 21 21:28:36.364 INFO O| Aug 21 21:28:36.364 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-08-21T21:28:37.712Z | [ recovery-image] Aug 21 21:28:36.373 INFO O| Aug 21 21:28:36.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5904 | 2024-08-21T21:28:37.712Z | [ recovery-image] Aug 21 21:28:36.373 INFO O| Aug 21 21:28:36.373 INFO STEP 673 (remove_files) COMPLETE |
5905 | 2024-08-21T21:28:37.714Z | [ recovery-image] Aug 21 21:28:36.373 INFO O| Aug 21 21:28:36.373 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-08-21T21:28:37.721Z | [ recovery-image] Aug 21 21:28:36.382 INFO O| Aug 21 21:28:36.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5907 | 2024-08-21T21:28:37.724Z | [ recovery-image] Aug 21 21:28:36.382 INFO O| Aug 21 21:28:36.382 INFO STEP 674 (remove_files) COMPLETE |
5908 | 2024-08-21T21:28:37.724Z | [ recovery-image] Aug 21 21:28:36.382 INFO O| Aug 21 21:28:36.382 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-08-21T21:28:37.732Z | [ recovery-image] Aug 21 21:28:36.391 INFO O| Aug 21 21:28:36.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5910 | 2024-08-21T21:28:37.732Z | [ recovery-image] Aug 21 21:28:36.392 INFO O| Aug 21 21:28:36.392 INFO STEP 675 (remove_files) COMPLETE |
5911 | 2024-08-21T21:28:37.735Z | [ recovery-image] Aug 21 21:28:36.392 INFO O| Aug 21 21:28:36.392 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-08-21T21:28:37.740Z | [ recovery-image] Aug 21 21:28:36.401 INFO O| Aug 21 21:28:36.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5913 | 2024-08-21T21:28:37.740Z | [ recovery-image] Aug 21 21:28:36.401 INFO O| Aug 21 21:28:36.401 INFO STEP 676 (remove_files) COMPLETE |
5914 | 2024-08-21T21:28:37.744Z | [ recovery-image] Aug 21 21:28:36.401 INFO O| Aug 21 21:28:36.401 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-08-21T21:28:37.750Z | [ recovery-image] Aug 21 21:28:36.410 INFO O| Aug 21 21:28:36.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5916 | 2024-08-21T21:28:37.750Z | [ recovery-image] Aug 21 21:28:36.410 INFO O| Aug 21 21:28:36.410 INFO STEP 677 (remove_files) COMPLETE |
5917 | 2024-08-21T21:28:37.750Z | [ recovery-image] Aug 21 21:28:36.410 INFO O| Aug 21 21:28:36.410 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-08-21T21:28:37.758Z | [ recovery-image] Aug 21 21:28:36.419 INFO O| Aug 21 21:28:36.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5919 | 2024-08-21T21:28:37.758Z | [ recovery-image] Aug 21 21:28:36.419 INFO O| Aug 21 21:28:36.419 INFO STEP 678 (remove_files) COMPLETE |
5920 | 2024-08-21T21:28:37.758Z | [ recovery-image] Aug 21 21:28:36.419 INFO O| Aug 21 21:28:36.419 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-08-21T21:28:37.769Z | [ recovery-image] Aug 21 21:28:36.428 INFO O| Aug 21 21:28:36.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5922 | 2024-08-21T21:28:37.772Z | [ recovery-image] Aug 21 21:28:36.428 INFO O| Aug 21 21:28:36.428 INFO STEP 679 (remove_files) COMPLETE |
5923 | 2024-08-21T21:28:37.772Z | [ recovery-image] Aug 21 21:28:36.429 INFO O| Aug 21 21:28:36.428 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-08-21T21:28:37.777Z | [ recovery-image] Aug 21 21:28:36.438 INFO O| Aug 21 21:28:36.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5925 | 2024-08-21T21:28:37.777Z | [ recovery-image] Aug 21 21:28:36.438 INFO O| Aug 21 21:28:36.438 INFO STEP 680 (remove_files) COMPLETE |
5926 | 2024-08-21T21:28:37.780Z | [ recovery-image] Aug 21 21:28:36.438 INFO O| Aug 21 21:28:36.438 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-08-21T21:28:37.790Z | [ recovery-image] Aug 21 21:28:36.449 INFO O| Aug 21 21:28:36.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5928 | 2024-08-21T21:28:37.790Z | [ recovery-image] Aug 21 21:28:36.450 INFO O| Aug 21 21:28:36.449 INFO STEP 681 (remove_files) COMPLETE |
5929 | 2024-08-21T21:28:37.792Z | [ recovery-image] Aug 21 21:28:36.450 INFO O| Aug 21 21:28:36.449 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-08-21T21:28:37.802Z | [ recovery-image] Aug 21 21:28:36.462 INFO O| Aug 21 21:28:36.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5931 | 2024-08-21T21:28:37.802Z | [ recovery-image] Aug 21 21:28:36.462 INFO O| Aug 21 21:28:36.462 INFO STEP 682 (remove_files) COMPLETE |
5932 | 2024-08-21T21:28:37.805Z | [ recovery-image] Aug 21 21:28:36.462 INFO O| Aug 21 21:28:36.462 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-08-21T21:28:37.813Z | [ recovery-image] Aug 21 21:28:36.474 INFO O| Aug 21 21:28:36.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5934 | 2024-08-21T21:28:37.817Z | [ recovery-image] Aug 21 21:28:36.474 INFO O| Aug 21 21:28:36.474 INFO STEP 683 (remove_files) COMPLETE |
5935 | 2024-08-21T21:28:37.817Z | [ recovery-image] Aug 21 21:28:36.474 INFO O| Aug 21 21:28:36.474 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-08-21T21:28:37.824Z | [ recovery-image] Aug 21 21:28:36.484 INFO O| Aug 21 21:28:36.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5937 | 2024-08-21T21:28:37.829Z | [ recovery-image] Aug 21 21:28:36.484 INFO O| Aug 21 21:28:36.484 INFO STEP 684 (remove_files) COMPLETE |
5938 | 2024-08-21T21:28:37.829Z | [ recovery-image] Aug 21 21:28:36.484 INFO O| Aug 21 21:28:36.484 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-08-21T21:28:37.837Z | [ recovery-image] Aug 21 21:28:36.494 INFO O| Aug 21 21:28:36.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5940 | 2024-08-21T21:28:37.837Z | [ recovery-image] Aug 21 21:28:36.494 INFO O| Aug 21 21:28:36.494 INFO STEP 685 (remove_files) COMPLETE |
5941 | 2024-08-21T21:28:37.841Z | [ recovery-image] Aug 21 21:28:36.494 INFO O| Aug 21 21:28:36.494 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-08-21T21:28:37.844Z | [ recovery-image] Aug 21 21:28:36.503 INFO O| Aug 21 21:28:36.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5943 | 2024-08-21T21:28:37.844Z | [ recovery-image] Aug 21 21:28:36.503 INFO O| Aug 21 21:28:36.503 INFO STEP 686 (remove_files) COMPLETE |
5944 | 2024-08-21T21:28:37.844Z | [ recovery-image] Aug 21 21:28:36.503 INFO O| Aug 21 21:28:36.503 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-08-21T21:28:37.852Z | [ recovery-image] Aug 21 21:28:36.512 INFO O| Aug 21 21:28:36.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5946 | 2024-08-21T21:28:37.852Z | [ recovery-image] Aug 21 21:28:36.512 INFO O| Aug 21 21:28:36.512 INFO STEP 687 (remove_files) COMPLETE |
5947 | 2024-08-21T21:28:37.856Z | [ recovery-image] Aug 21 21:28:36.512 INFO O| Aug 21 21:28:36.512 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-08-21T21:28:37.861Z | [ recovery-image] Aug 21 21:28:36.522 INFO O| Aug 21 21:28:36.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5949 | 2024-08-21T21:28:37.863Z | [ recovery-image] Aug 21 21:28:36.522 INFO O| Aug 21 21:28:36.522 INFO STEP 688 (remove_files) COMPLETE |
5950 | 2024-08-21T21:28:37.863Z | [ recovery-image] Aug 21 21:28:36.522 INFO O| Aug 21 21:28:36.522 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-08-21T21:28:37.870Z | [ recovery-image] Aug 21 21:28:36.531 INFO O| Aug 21 21:28:36.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5952 | 2024-08-21T21:28:37.872Z | [ recovery-image] Aug 21 21:28:36.531 INFO O| Aug 21 21:28:36.531 INFO STEP 689 (remove_files) COMPLETE |
5953 | 2024-08-21T21:28:37.873Z | [ recovery-image] Aug 21 21:28:36.531 INFO O| Aug 21 21:28:36.531 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-08-21T21:28:37.879Z | [ recovery-image] Aug 21 21:28:36.540 INFO O| Aug 21 21:28:36.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5955 | 2024-08-21T21:28:37.879Z | [ recovery-image] Aug 21 21:28:36.540 INFO O| Aug 21 21:28:36.540 INFO STEP 690 (remove_files) COMPLETE |
5956 | 2024-08-21T21:28:37.883Z | [ recovery-image] Aug 21 21:28:36.540 INFO O| Aug 21 21:28:36.540 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-08-21T21:28:37.887Z | [ host-image] Aug 21 21:28:36.548 INFO O| Aug 21 21:28:36.548 INFO O| Done |
5958 | 2024-08-21T21:28:37.890Z | [ recovery-image] Aug 21 21:28:36.550 INFO O| Aug 21 21:28:36.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5959 | 2024-08-21T21:28:37.890Z | [ recovery-image] Aug 21 21:28:36.550 INFO O| Aug 21 21:28:36.550 INFO STEP 691 (remove_files) COMPLETE |
5960 | 2024-08-21T21:28:37.890Z | [ recovery-image] Aug 21 21:28:36.550 INFO O| Aug 21 21:28:36.550 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-08-21T21:28:37.898Z | [ recovery-image] Aug 21 21:28:36.559 INFO O| Aug 21 21:28:36.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5962 | 2024-08-21T21:28:37.898Z | [ recovery-image] Aug 21 21:28:36.559 INFO O| Aug 21 21:28:36.559 INFO STEP 692 (remove_files) COMPLETE |
5963 | 2024-08-21T21:28:37.901Z | [ recovery-image] Aug 21 21:28:36.559 INFO O| Aug 21 21:28:36.559 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-08-21T21:28:37.908Z | [ recovery-image] Aug 21 21:28:36.568 INFO O| Aug 21 21:28:36.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
5965 | 2024-08-21T21:28:37.908Z | [ recovery-image] Aug 21 21:28:36.569 INFO O| Aug 21 21:28:36.569 INFO STEP 693 (remove_files) COMPLETE |
5966 | 2024-08-21T21:28:37.910Z | [ recovery-image] Aug 21 21:28:36.569 INFO O| Aug 21 21:28:36.569 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-08-21T21:28:37.917Z | [ recovery-image] Aug 21 21:28:36.578 INFO O| Aug 21 21:28:36.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
5968 | 2024-08-21T21:28:37.917Z | [ recovery-image] Aug 21 21:28:36.578 INFO O| Aug 21 21:28:36.578 INFO STEP 694 (remove_files) COMPLETE |
5969 | 2024-08-21T21:28:37.920Z | [ recovery-image] Aug 21 21:28:36.578 INFO O| Aug 21 21:28:36.578 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-08-21T21:28:37.927Z | [ recovery-image] Aug 21 21:28:36.588 INFO O| Aug 21 21:28:36.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
5971 | 2024-08-21T21:28:37.927Z | [ recovery-image] Aug 21 21:28:36.588 INFO O| Aug 21 21:28:36.588 INFO STEP 695 (remove_files) COMPLETE |
5972 | 2024-08-21T21:28:37.929Z | [ recovery-image] Aug 21 21:28:36.588 INFO O| Aug 21 21:28:36.588 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-08-21T21:28:37.937Z | [ recovery-image] Aug 21 21:28:36.598 INFO O| Aug 21 21:28:36.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
5974 | 2024-08-21T21:28:37.937Z | [ recovery-image] Aug 21 21:28:36.598 INFO O| Aug 21 21:28:36.598 INFO STEP 696 (remove_files) COMPLETE |
5975 | 2024-08-21T21:28:37.939Z | [ recovery-image] Aug 21 21:28:36.598 INFO O| Aug 21 21:28:36.598 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-08-21T21:28:37.946Z | [ recovery-image] Aug 21 21:28:36.607 INFO O| Aug 21 21:28:36.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
5977 | 2024-08-21T21:28:37.946Z | [ recovery-image] Aug 21 21:28:36.607 INFO O| Aug 21 21:28:36.607 INFO STEP 697 (remove_files) COMPLETE |
5978 | 2024-08-21T21:28:37.947Z | [ recovery-image] Aug 21 21:28:36.607 INFO O| Aug 21 21:28:36.607 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-08-21T21:28:37.956Z | [ recovery-image] Aug 21 21:28:36.617 INFO O| Aug 21 21:28:36.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
5980 | 2024-08-21T21:28:37.956Z | [ recovery-image] Aug 21 21:28:36.617 INFO O| Aug 21 21:28:36.617 INFO STEP 698 (remove_files) COMPLETE |
5981 | 2024-08-21T21:28:37.959Z | [ recovery-image] Aug 21 21:28:36.617 INFO O| Aug 21 21:28:36.617 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-08-21T21:28:37.966Z | [ recovery-image] Aug 21 21:28:36.627 INFO O| Aug 21 21:28:36.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
5983 | 2024-08-21T21:28:37.966Z | [ recovery-image] Aug 21 21:28:36.627 INFO O| Aug 21 21:28:36.627 INFO STEP 699 (remove_files) COMPLETE |
5984 | 2024-08-21T21:28:37.968Z | [ recovery-image] Aug 21 21:28:36.627 INFO O| Aug 21 21:28:36.627 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-08-21T21:28:37.976Z | [ recovery-image] Aug 21 21:28:36.637 INFO O| Aug 21 21:28:36.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
5986 | 2024-08-21T21:28:37.976Z | [ recovery-image] Aug 21 21:28:36.637 INFO O| Aug 21 21:28:36.637 INFO STEP 700 (remove_files) COMPLETE |
5987 | 2024-08-21T21:28:37.978Z | [ recovery-image] Aug 21 21:28:36.637 INFO O| Aug 21 21:28:36.637 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-08-21T21:28:37.986Z | [ recovery-image] Aug 21 21:28:36.646 INFO O| Aug 21 21:28:36.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
5989 | 2024-08-21T21:28:37.986Z | [ recovery-image] Aug 21 21:28:36.646 INFO O| Aug 21 21:28:36.646 INFO STEP 701 (remove_files) COMPLETE |
5990 | 2024-08-21T21:28:37.986Z | [ recovery-image] Aug 21 21:28:36.646 INFO O| Aug 21 21:28:36.646 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-08-21T21:28:37.995Z | [ recovery-image] Aug 21 21:28:36.656 INFO O| Aug 21 21:28:36.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
5992 | 2024-08-21T21:28:37.995Z | [ recovery-image] Aug 21 21:28:36.656 INFO O| Aug 21 21:28:36.656 INFO STEP 702 (remove_files) COMPLETE |
5993 | 2024-08-21T21:28:37.995Z | [ recovery-image] Aug 21 21:28:36.656 INFO O| Aug 21 21:28:36.656 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-08-21T21:28:38.005Z | [ recovery-image] Aug 21 21:28:36.666 INFO O| Aug 21 21:28:36.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
5995 | 2024-08-21T21:28:38.005Z | [ recovery-image] Aug 21 21:28:36.666 INFO O| Aug 21 21:28:36.666 INFO STEP 703 (remove_files) COMPLETE |
5996 | 2024-08-21T21:28:38.005Z | [ recovery-image] Aug 21 21:28:36.666 INFO O| Aug 21 21:28:36.666 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-08-21T21:28:38.014Z | [ recovery-image] Aug 21 21:28:36.675 INFO O| Aug 21 21:28:36.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
5998 | 2024-08-21T21:28:38.017Z | [ recovery-image] Aug 21 21:28:36.675 INFO O| Aug 21 21:28:36.675 INFO STEP 704 (remove_files) COMPLETE |
5999 | 2024-08-21T21:28:38.017Z | [ recovery-image] Aug 21 21:28:36.675 INFO O| Aug 21 21:28:36.675 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-08-21T21:28:38.024Z | [ recovery-image] Aug 21 21:28:36.685 INFO O| Aug 21 21:28:36.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6001 | 2024-08-21T21:28:38.026Z | [ recovery-image] Aug 21 21:28:36.685 INFO O| Aug 21 21:28:36.685 INFO STEP 705 (remove_files) COMPLETE |
6002 | 2024-08-21T21:28:38.026Z | [ recovery-image] Aug 21 21:28:36.685 INFO O| Aug 21 21:28:36.685 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-08-21T21:28:38.033Z | [ recovery-image] Aug 21 21:28:36.694 INFO O| Aug 21 21:28:36.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6004 | 2024-08-21T21:28:38.033Z | [ recovery-image] Aug 21 21:28:36.694 INFO O| Aug 21 21:28:36.694 INFO STEP 706 (remove_files) COMPLETE |
6005 | 2024-08-21T21:28:38.033Z | [ recovery-image] Aug 21 21:28:36.694 INFO O| Aug 21 21:28:36.694 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-08-21T21:28:38.043Z | [ recovery-image] Aug 21 21:28:36.704 INFO O| Aug 21 21:28:36.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6007 | 2024-08-21T21:28:38.043Z | [ recovery-image] Aug 21 21:28:36.704 INFO O| Aug 21 21:28:36.704 INFO STEP 707 (remove_files) COMPLETE |
6008 | 2024-08-21T21:28:38.043Z | [ recovery-image] Aug 21 21:28:36.704 INFO O| Aug 21 21:28:36.704 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-08-21T21:28:38.052Z | [ recovery-image] Aug 21 21:28:36.713 INFO O| Aug 21 21:28:36.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6010 | 2024-08-21T21:28:38.055Z | [ recovery-image] Aug 21 21:28:36.713 INFO O| Aug 21 21:28:36.713 INFO STEP 708 (remove_files) COMPLETE |
6011 | 2024-08-21T21:28:38.055Z | [ recovery-image] Aug 21 21:28:36.713 INFO O| Aug 21 21:28:36.713 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-08-21T21:28:38.062Z | [ recovery-image] Aug 21 21:28:36.723 INFO O| Aug 21 21:28:36.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6013 | 2024-08-21T21:28:38.062Z | [ recovery-image] Aug 21 21:28:36.723 INFO O| Aug 21 21:28:36.723 INFO STEP 709 (remove_files) COMPLETE |
6014 | 2024-08-21T21:28:38.065Z | [ recovery-image] Aug 21 21:28:36.723 INFO O| Aug 21 21:28:36.723 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-08-21T21:28:38.071Z | [ recovery-image] Aug 21 21:28:36.732 INFO O| Aug 21 21:28:36.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6016 | 2024-08-21T21:28:38.071Z | [ recovery-image] Aug 21 21:28:36.732 INFO O| Aug 21 21:28:36.732 INFO STEP 710 (remove_files) COMPLETE |
6017 | 2024-08-21T21:28:38.071Z | [ recovery-image] Aug 21 21:28:36.732 INFO O| Aug 21 21:28:36.732 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-08-21T21:28:38.081Z | [ recovery-image] Aug 21 21:28:36.741 INFO O| Aug 21 21:28:36.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6019 | 2024-08-21T21:28:38.081Z | [ recovery-image] Aug 21 21:28:36.741 INFO O| Aug 21 21:28:36.741 INFO STEP 711 (remove_files) COMPLETE |
6020 | 2024-08-21T21:28:38.081Z | [ recovery-image] Aug 21 21:28:36.741 INFO O| Aug 21 21:28:36.741 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-08-21T21:28:38.090Z | [ recovery-image] Aug 21 21:28:36.751 INFO O| Aug 21 21:28:36.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6022 | 2024-08-21T21:28:38.090Z | [ recovery-image] Aug 21 21:28:36.751 INFO O| Aug 21 21:28:36.751 INFO STEP 712 (remove_files) COMPLETE |
6023 | 2024-08-21T21:28:38.093Z | [ recovery-image] Aug 21 21:28:36.751 INFO O| Aug 21 21:28:36.751 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-08-21T21:28:38.099Z | [ recovery-image] Aug 21 21:28:36.760 INFO O| Aug 21 21:28:36.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6025 | 2024-08-21T21:28:38.101Z | [ recovery-image] Aug 21 21:28:36.760 INFO O| Aug 21 21:28:36.760 INFO STEP 713 (remove_files) COMPLETE |
6026 | 2024-08-21T21:28:38.101Z | [ recovery-image] Aug 21 21:28:36.760 INFO O| Aug 21 21:28:36.760 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-08-21T21:28:38.109Z | [ recovery-image] Aug 21 21:28:36.770 INFO O| Aug 21 21:28:36.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6028 | 2024-08-21T21:28:38.109Z | [ recovery-image] Aug 21 21:28:36.770 INFO O| Aug 21 21:28:36.770 INFO STEP 714 (remove_files) COMPLETE |
6029 | 2024-08-21T21:28:38.109Z | [ recovery-image] Aug 21 21:28:36.770 INFO O| Aug 21 21:28:36.770 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-08-21T21:28:38.118Z | [ recovery-image] Aug 21 21:28:36.779 INFO O| Aug 21 21:28:36.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6031 | 2024-08-21T21:28:38.118Z | [ recovery-image] Aug 21 21:28:36.779 INFO O| Aug 21 21:28:36.779 INFO STEP 715 (remove_files) COMPLETE |
6032 | 2024-08-21T21:28:38.121Z | [ recovery-image] Aug 21 21:28:36.779 INFO O| Aug 21 21:28:36.779 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-08-21T21:28:38.127Z | [ recovery-image] Aug 21 21:28:36.788 INFO O| Aug 21 21:28:36.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6034 | 2024-08-21T21:28:38.130Z | [ recovery-image] Aug 21 21:28:36.789 INFO O| Aug 21 21:28:36.789 INFO STEP 716 (remove_files) COMPLETE |
6035 | 2024-08-21T21:28:38.130Z | [ recovery-image] Aug 21 21:28:36.789 INFO O| Aug 21 21:28:36.789 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-08-21T21:28:38.137Z | [ recovery-image] Aug 21 21:28:36.798 INFO O| Aug 21 21:28:36.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6037 | 2024-08-21T21:28:38.137Z | [ recovery-image] Aug 21 21:28:36.798 INFO O| Aug 21 21:28:36.798 INFO STEP 717 (remove_files) COMPLETE |
6038 | 2024-08-21T21:28:38.137Z | [ recovery-image] Aug 21 21:28:36.798 INFO O| Aug 21 21:28:36.798 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-08-21T21:28:38.147Z | [ recovery-image] Aug 21 21:28:36.807 INFO O| Aug 21 21:28:36.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6040 | 2024-08-21T21:28:38.147Z | [ recovery-image] Aug 21 21:28:36.808 INFO O| Aug 21 21:28:36.808 INFO STEP 718 (remove_files) COMPLETE |
6041 | 2024-08-21T21:28:38.149Z | [ recovery-image] Aug 21 21:28:36.808 INFO O| Aug 21 21:28:36.808 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-08-21T21:28:38.156Z | [ recovery-image] Aug 21 21:28:36.817 INFO O| Aug 21 21:28:36.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6043 | 2024-08-21T21:28:38.159Z | [ recovery-image] Aug 21 21:28:36.817 INFO O| Aug 21 21:28:36.817 INFO STEP 719 (remove_files) COMPLETE |
6044 | 2024-08-21T21:28:38.159Z | [ recovery-image] Aug 21 21:28:36.817 INFO O| Aug 21 21:28:36.817 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-08-21T21:28:38.166Z | [ recovery-image] Aug 21 21:28:36.827 INFO O| Aug 21 21:28:36.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6046 | 2024-08-21T21:28:38.168Z | [ recovery-image] Aug 21 21:28:36.827 INFO O| Aug 21 21:28:36.827 INFO STEP 720 (remove_files) COMPLETE |
6047 | 2024-08-21T21:28:38.168Z | [ recovery-image] Aug 21 21:28:36.827 INFO O| Aug 21 21:28:36.827 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-08-21T21:28:38.175Z | [ recovery-image] Aug 21 21:28:36.836 INFO O| Aug 21 21:28:36.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6049 | 2024-08-21T21:28:38.178Z | [ recovery-image] Aug 21 21:28:36.836 INFO O| Aug 21 21:28:36.836 INFO STEP 721 (remove_files) COMPLETE |
6050 | 2024-08-21T21:28:38.178Z | [ recovery-image] Aug 21 21:28:36.836 INFO O| Aug 21 21:28:36.836 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-08-21T21:28:38.185Z | [ recovery-image] Aug 21 21:28:36.845 INFO O| Aug 21 21:28:36.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6052 | 2024-08-21T21:28:38.185Z | [ recovery-image] Aug 21 21:28:36.846 INFO O| Aug 21 21:28:36.846 INFO STEP 722 (remove_files) COMPLETE |
6053 | 2024-08-21T21:28:38.185Z | [ recovery-image] Aug 21 21:28:36.846 INFO O| Aug 21 21:28:36.846 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-08-21T21:28:38.194Z | [ recovery-image] Aug 21 21:28:36.855 INFO O| Aug 21 21:28:36.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6055 | 2024-08-21T21:28:38.197Z | [ recovery-image] Aug 21 21:28:36.855 INFO O| Aug 21 21:28:36.855 INFO STEP 723 (remove_files) COMPLETE |
6056 | 2024-08-21T21:28:38.197Z | [ recovery-image] Aug 21 21:28:36.855 INFO O| Aug 21 21:28:36.855 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-08-21T21:28:38.203Z | [ recovery-image] Aug 21 21:28:36.864 INFO O| Aug 21 21:28:36.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6058 | 2024-08-21T21:28:38.203Z | [ recovery-image] Aug 21 21:28:36.864 INFO O| Aug 21 21:28:36.864 INFO STEP 724 (remove_files) COMPLETE |
6059 | 2024-08-21T21:28:38.206Z | [ recovery-image] Aug 21 21:28:36.864 INFO O| Aug 21 21:28:36.864 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-08-21T21:28:38.212Z | [ recovery-image] Aug 21 21:28:36.873 INFO O| Aug 21 21:28:36.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6061 | 2024-08-21T21:28:38.215Z | [ recovery-image] Aug 21 21:28:36.874 INFO O| Aug 21 21:28:36.873 INFO STEP 725 (remove_files) COMPLETE |
6062 | 2024-08-21T21:28:38.215Z | [ recovery-image] Aug 21 21:28:36.874 INFO O| Aug 21 21:28:36.874 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-08-21T21:28:38.222Z | [ recovery-image] Aug 21 21:28:36.883 INFO O| Aug 21 21:28:36.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6064 | 2024-08-21T21:28:38.222Z | [ recovery-image] Aug 21 21:28:36.883 INFO O| Aug 21 21:28:36.883 INFO STEP 726 (remove_files) COMPLETE |
6065 | 2024-08-21T21:28:38.222Z | [ recovery-image] Aug 21 21:28:36.883 INFO O| Aug 21 21:28:36.883 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-08-21T21:28:38.232Z | [ recovery-image] Aug 21 21:28:36.892 INFO O| Aug 21 21:28:36.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6067 | 2024-08-21T21:28:38.232Z | [ recovery-image] Aug 21 21:28:36.893 INFO O| Aug 21 21:28:36.892 INFO STEP 727 (remove_files) COMPLETE |
6068 | 2024-08-21T21:28:38.235Z | [ recovery-image] Aug 21 21:28:36.893 INFO O| Aug 21 21:28:36.892 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-08-21T21:28:38.241Z | [ recovery-image] Aug 21 21:28:36.902 INFO O| Aug 21 21:28:36.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6070 | 2024-08-21T21:28:38.241Z | [ recovery-image] Aug 21 21:28:36.902 INFO O| Aug 21 21:28:36.902 INFO STEP 728 (remove_files) COMPLETE |
6071 | 2024-08-21T21:28:38.241Z | [ recovery-image] Aug 21 21:28:36.902 INFO O| Aug 21 21:28:36.902 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-08-21T21:28:38.251Z | [ recovery-image] Aug 21 21:28:36.911 INFO O| Aug 21 21:28:36.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6073 | 2024-08-21T21:28:38.253Z | [ recovery-image] Aug 21 21:28:36.912 INFO O| Aug 21 21:28:36.912 INFO STEP 729 (remove_files) COMPLETE |
6074 | 2024-08-21T21:28:38.253Z | [ recovery-image] Aug 21 21:28:36.912 INFO O| Aug 21 21:28:36.912 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-08-21T21:28:38.260Z | [ recovery-image] Aug 21 21:28:36.921 INFO O| Aug 21 21:28:36.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6076 | 2024-08-21T21:28:38.260Z | [ recovery-image] Aug 21 21:28:36.921 INFO O| Aug 21 21:28:36.921 INFO STEP 730 (remove_files) COMPLETE |
6077 | 2024-08-21T21:28:38.260Z | [ recovery-image] Aug 21 21:28:36.921 INFO O| Aug 21 21:28:36.921 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-08-21T21:28:38.269Z | [ recovery-image] Aug 21 21:28:36.930 INFO O| Aug 21 21:28:36.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6079 | 2024-08-21T21:28:38.272Z | [ recovery-image] Aug 21 21:28:36.930 INFO O| Aug 21 21:28:36.930 INFO STEP 731 (remove_files) COMPLETE |
6080 | 2024-08-21T21:28:38.272Z | [ recovery-image] Aug 21 21:28:36.930 INFO O| Aug 21 21:28:36.930 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-08-21T21:28:38.279Z | [ recovery-image] Aug 21 21:28:36.940 INFO O| Aug 21 21:28:36.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6082 | 2024-08-21T21:28:38.281Z | [ recovery-image] Aug 21 21:28:36.940 INFO O| Aug 21 21:28:36.940 INFO STEP 732 (remove_files) COMPLETE |
6083 | 2024-08-21T21:28:38.281Z | [ recovery-image] Aug 21 21:28:36.940 INFO O| Aug 21 21:28:36.940 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-08-21T21:28:38.289Z | [ recovery-image] Aug 21 21:28:36.949 INFO O| Aug 21 21:28:36.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6085 | 2024-08-21T21:28:38.289Z | [ recovery-image] Aug 21 21:28:36.949 INFO O| Aug 21 21:28:36.949 INFO STEP 733 (remove_files) COMPLETE |
6086 | 2024-08-21T21:28:38.292Z | [ recovery-image] Aug 21 21:28:36.949 INFO O| Aug 21 21:28:36.949 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-08-21T21:28:38.298Z | [ recovery-image] Aug 21 21:28:36.958 INFO O| Aug 21 21:28:36.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6088 | 2024-08-21T21:28:38.298Z | [ recovery-image] Aug 21 21:28:36.958 INFO O| Aug 21 21:28:36.958 INFO STEP 734 (remove_files) COMPLETE |
6089 | 2024-08-21T21:28:38.300Z | [ recovery-image] Aug 21 21:28:36.958 INFO O| Aug 21 21:28:36.958 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-08-21T21:28:38.307Z | [ recovery-image] Aug 21 21:28:36.968 INFO O| Aug 21 21:28:36.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6091 | 2024-08-21T21:28:38.310Z | [ recovery-image] Aug 21 21:28:36.969 INFO O| Aug 21 21:28:36.968 INFO STEP 735 (remove_files) COMPLETE |
6092 | 2024-08-21T21:28:38.310Z | [ recovery-image] Aug 21 21:28:36.969 INFO O| Aug 21 21:28:36.969 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-08-21T21:28:38.317Z | [ recovery-image] Aug 21 21:28:36.978 INFO O| Aug 21 21:28:36.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6094 | 2024-08-21T21:28:38.317Z | [ recovery-image] Aug 21 21:28:36.978 INFO O| Aug 21 21:28:36.978 INFO STEP 736 (remove_files) COMPLETE |
6095 | 2024-08-21T21:28:38.320Z | [ recovery-image] Aug 21 21:28:36.978 INFO O| Aug 21 21:28:36.978 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-08-21T21:28:38.326Z | [ recovery-image] Aug 21 21:28:36.987 INFO O| Aug 21 21:28:36.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6097 | 2024-08-21T21:28:38.329Z | [ recovery-image] Aug 21 21:28:36.987 INFO O| Aug 21 21:28:36.987 INFO STEP 737 (remove_files) COMPLETE |
6098 | 2024-08-21T21:28:38.329Z | [ recovery-image] Aug 21 21:28:36.987 INFO O| Aug 21 21:28:36.987 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-08-21T21:28:38.335Z | [ recovery-image] Aug 21 21:28:36.996 INFO O| Aug 21 21:28:36.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6100 | 2024-08-21T21:28:38.338Z | [ recovery-image] Aug 21 21:28:36.996 INFO O| Aug 21 21:28:36.996 INFO STEP 738 (remove_files) COMPLETE |
6101 | 2024-08-21T21:28:38.338Z | [ recovery-image] Aug 21 21:28:36.996 INFO O| Aug 21 21:28:36.996 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-08-21T21:28:38.345Z | [ recovery-image] Aug 21 21:28:37.006 INFO O| Aug 21 21:28:37.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6103 | 2024-08-21T21:28:38.345Z | [ recovery-image] Aug 21 21:28:37.006 INFO O| Aug 21 21:28:37.006 INFO STEP 739 (remove_files) COMPLETE |
6104 | 2024-08-21T21:28:38.345Z | [ recovery-image] Aug 21 21:28:37.006 INFO O| Aug 21 21:28:37.006 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-08-21T21:28:38.354Z | [ recovery-image] Aug 21 21:28:37.015 INFO O| Aug 21 21:28:37.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6106 | 2024-08-21T21:28:38.357Z | [ recovery-image] Aug 21 21:28:37.015 INFO O| Aug 21 21:28:37.015 INFO STEP 740 (remove_files) COMPLETE |
6107 | 2024-08-21T21:28:38.357Z | [ recovery-image] Aug 21 21:28:37.015 INFO O| Aug 21 21:28:37.015 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-08-21T21:28:38.364Z | [ recovery-image] Aug 21 21:28:37.024 INFO O| Aug 21 21:28:37.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6109 | 2024-08-21T21:28:38.364Z | [ recovery-image] Aug 21 21:28:37.025 INFO O| Aug 21 21:28:37.025 INFO STEP 741 (remove_files) COMPLETE |
6110 | 2024-08-21T21:28:38.366Z | [ recovery-image] Aug 21 21:28:37.025 INFO O| Aug 21 21:28:37.025 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-08-21T21:28:38.374Z | [ recovery-image] Aug 21 21:28:37.034 INFO O| Aug 21 21:28:37.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6112 | 2024-08-21T21:28:38.374Z | [ recovery-image] Aug 21 21:28:37.034 INFO O| Aug 21 21:28:37.034 INFO STEP 742 (remove_files) COMPLETE |
6113 | 2024-08-21T21:28:38.374Z | [ recovery-image] Aug 21 21:28:37.034 INFO O| Aug 21 21:28:37.034 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-08-21T21:28:38.383Z | [ recovery-image] Aug 21 21:28:37.044 INFO O| Aug 21 21:28:37.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6115 | 2024-08-21T21:28:38.383Z | [ recovery-image] Aug 21 21:28:37.044 INFO O| Aug 21 21:28:37.044 INFO STEP 743 (remove_files) COMPLETE |
6116 | 2024-08-21T21:28:38.386Z | [ recovery-image] Aug 21 21:28:37.044 INFO O| Aug 21 21:28:37.044 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-08-21T21:28:38.394Z | [ recovery-image] Aug 21 21:28:37.054 INFO O| Aug 21 21:28:37.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6118 | 2024-08-21T21:28:38.394Z | [ recovery-image] Aug 21 21:28:37.054 INFO O| Aug 21 21:28:37.054 INFO STEP 744 (remove_files) COMPLETE |
6119 | 2024-08-21T21:28:38.394Z | [ recovery-image] Aug 21 21:28:37.054 INFO O| Aug 21 21:28:37.054 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-08-21T21:28:38.403Z | [ recovery-image] Aug 21 21:28:37.064 INFO O| Aug 21 21:28:37.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6121 | 2024-08-21T21:28:38.403Z | [ recovery-image] Aug 21 21:28:37.064 INFO O| Aug 21 21:28:37.064 INFO STEP 745 (remove_files) COMPLETE |
6122 | 2024-08-21T21:28:38.406Z | [ recovery-image] Aug 21 21:28:37.064 INFO O| Aug 21 21:28:37.064 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-08-21T21:28:38.415Z | [ recovery-image] Aug 21 21:28:37.074 INFO O| Aug 21 21:28:37.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6124 | 2024-08-21T21:28:38.415Z | [ recovery-image] Aug 21 21:28:37.074 INFO O| Aug 21 21:28:37.074 INFO STEP 746 (remove_files) COMPLETE |
6125 | 2024-08-21T21:28:38.417Z | [ recovery-image] Aug 21 21:28:37.074 INFO O| Aug 21 21:28:37.074 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-08-21T21:28:38.422Z | [ recovery-image] Aug 21 21:28:37.083 INFO O| Aug 21 21:28:37.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6127 | 2024-08-21T21:28:38.422Z | [ recovery-image] Aug 21 21:28:37.083 INFO O| Aug 21 21:28:37.083 INFO STEP 747 (remove_files) COMPLETE |
6128 | 2024-08-21T21:28:38.425Z | [ recovery-image] Aug 21 21:28:37.083 INFO O| Aug 21 21:28:37.083 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-08-21T21:28:38.432Z | [ recovery-image] Aug 21 21:28:37.093 INFO O| Aug 21 21:28:37.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6130 | 2024-08-21T21:28:38.434Z | [ recovery-image] Aug 21 21:28:37.093 INFO O| Aug 21 21:28:37.093 INFO STEP 748 (remove_files) COMPLETE |
6131 | 2024-08-21T21:28:38.434Z | [ recovery-image] Aug 21 21:28:37.093 INFO O| Aug 21 21:28:37.093 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-08-21T21:28:38.442Z | [ recovery-image] Aug 21 21:28:37.103 INFO O| Aug 21 21:28:37.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6133 | 2024-08-21T21:28:38.444Z | [ recovery-image] Aug 21 21:28:37.103 INFO O| Aug 21 21:28:37.103 INFO STEP 749 (remove_files) COMPLETE |
6134 | 2024-08-21T21:28:38.444Z | [ recovery-image] Aug 21 21:28:37.103 INFO O| Aug 21 21:28:37.103 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-08-21T21:28:38.452Z | [ recovery-image] Aug 21 21:28:37.113 INFO O| Aug 21 21:28:37.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6136 | 2024-08-21T21:28:38.455Z | [ recovery-image] Aug 21 21:28:37.113 INFO O| Aug 21 21:28:37.113 INFO STEP 750 (remove_files) COMPLETE |
6137 | 2024-08-21T21:28:38.455Z | [ recovery-image] Aug 21 21:28:37.113 INFO O| Aug 21 21:28:37.113 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-08-21T21:28:38.461Z | [ recovery-image] Aug 21 21:28:37.122 INFO O| Aug 21 21:28:37.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6139 | 2024-08-21T21:28:38.461Z | [ recovery-image] Aug 21 21:28:37.122 INFO O| Aug 21 21:28:37.122 INFO STEP 751 (remove_files) COMPLETE |
6140 | 2024-08-21T21:28:38.464Z | [ recovery-image] Aug 21 21:28:37.122 INFO O| Aug 21 21:28:37.122 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-08-21T21:28:38.471Z | [ recovery-image] Aug 21 21:28:37.132 INFO O| Aug 21 21:28:37.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6142 | 2024-08-21T21:28:38.473Z | [ recovery-image] Aug 21 21:28:37.132 INFO O| Aug 21 21:28:37.132 INFO STEP 752 (remove_files) COMPLETE |
6143 | 2024-08-21T21:28:38.473Z | [ recovery-image] Aug 21 21:28:37.132 INFO O| Aug 21 21:28:37.132 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-08-21T21:28:38.482Z | [ recovery-image] Aug 21 21:28:37.142 INFO O| Aug 21 21:28:37.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6145 | 2024-08-21T21:28:38.484Z | [ recovery-image] Aug 21 21:28:37.142 INFO O| Aug 21 21:28:37.142 INFO STEP 753 (remove_files) COMPLETE |
6146 | 2024-08-21T21:28:38.484Z | [ recovery-image] Aug 21 21:28:37.142 INFO O| Aug 21 21:28:37.142 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-08-21T21:28:38.490Z | [ recovery-image] Aug 21 21:28:37.151 INFO O| Aug 21 21:28:37.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6148 | 2024-08-21T21:28:38.490Z | [ recovery-image] Aug 21 21:28:37.151 INFO O| Aug 21 21:28:37.151 INFO STEP 754 (remove_files) COMPLETE |
6149 | 2024-08-21T21:28:38.493Z | [ recovery-image] Aug 21 21:28:37.151 INFO O| Aug 21 21:28:37.151 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-08-21T21:28:38.500Z | [ recovery-image] Aug 21 21:28:37.160 INFO O| Aug 21 21:28:37.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6151 | 2024-08-21T21:28:38.502Z | [ recovery-image] Aug 21 21:28:37.161 INFO O| Aug 21 21:28:37.161 INFO STEP 755 (remove_files) COMPLETE |
6152 | 2024-08-21T21:28:38.502Z | [ recovery-image] Aug 21 21:28:37.161 INFO O| Aug 21 21:28:37.161 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-08-21T21:28:38.509Z | [ recovery-image] Aug 21 21:28:37.170 INFO O| Aug 21 21:28:37.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6154 | 2024-08-21T21:28:38.512Z | [ recovery-image] Aug 21 21:28:37.170 INFO O| Aug 21 21:28:37.170 INFO STEP 756 (remove_files) COMPLETE |
6155 | 2024-08-21T21:28:38.512Z | [ recovery-image] Aug 21 21:28:37.170 INFO O| Aug 21 21:28:37.170 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-08-21T21:28:38.519Z | [ recovery-image] Aug 21 21:28:37.179 INFO O| Aug 21 21:28:37.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6157 | 2024-08-21T21:28:38.519Z | [ recovery-image] Aug 21 21:28:37.180 INFO O| Aug 21 21:28:37.180 INFO STEP 757 (remove_files) COMPLETE |
6158 | 2024-08-21T21:28:38.519Z | [ recovery-image] Aug 21 21:28:37.180 INFO O| Aug 21 21:28:37.180 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-08-21T21:28:38.528Z | [ recovery-image] Aug 21 21:28:37.189 INFO O| Aug 21 21:28:37.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6160 | 2024-08-21T21:28:38.531Z | [ recovery-image] Aug 21 21:28:37.189 INFO O| Aug 21 21:28:37.189 INFO STEP 758 (remove_files) COMPLETE |
6161 | 2024-08-21T21:28:38.531Z | [ recovery-image] Aug 21 21:28:37.189 INFO O| Aug 21 21:28:37.189 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-08-21T21:28:38.538Z | [ recovery-image] Aug 21 21:28:37.198 INFO O| Aug 21 21:28:37.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6163 | 2024-08-21T21:28:38.540Z | [ recovery-image] Aug 21 21:28:37.198 INFO O| Aug 21 21:28:37.198 INFO STEP 759 (remove_files) COMPLETE |
6164 | 2024-08-21T21:28:38.540Z | [ recovery-image] Aug 21 21:28:37.199 INFO O| Aug 21 21:28:37.198 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-08-21T21:28:38.549Z | [ recovery-image] Aug 21 21:28:37.208 INFO O| Aug 21 21:28:37.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6166 | 2024-08-21T21:28:38.549Z | [ recovery-image] Aug 21 21:28:37.208 INFO O| Aug 21 21:28:37.208 INFO STEP 760 (remove_files) COMPLETE |
6167 | 2024-08-21T21:28:38.552Z | [ recovery-image] Aug 21 21:28:37.208 INFO O| Aug 21 21:28:37.208 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-08-21T21:28:38.557Z | [ recovery-image] Aug 21 21:28:37.217 INFO O| Aug 21 21:28:37.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6169 | 2024-08-21T21:28:38.557Z | [ recovery-image] Aug 21 21:28:37.218 INFO O| Aug 21 21:28:37.218 INFO STEP 761 (remove_files) COMPLETE |
6170 | 2024-08-21T21:28:38.557Z | [ recovery-image] Aug 21 21:28:37.218 INFO O| Aug 21 21:28:37.218 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-08-21T21:28:38.566Z | [ recovery-image] Aug 21 21:28:37.227 INFO O| Aug 21 21:28:37.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6172 | 2024-08-21T21:28:38.566Z | [ recovery-image] Aug 21 21:28:37.227 INFO O| Aug 21 21:28:37.227 INFO STEP 762 (remove_files) COMPLETE |
6173 | 2024-08-21T21:28:38.569Z | [ recovery-image] Aug 21 21:28:37.227 INFO O| Aug 21 21:28:37.227 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-08-21T21:28:38.575Z | [ recovery-image] Aug 21 21:28:37.236 INFO O| Aug 21 21:28:37.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6175 | 2024-08-21T21:28:38.578Z | [ recovery-image] Aug 21 21:28:37.236 INFO O| Aug 21 21:28:37.236 INFO STEP 763 (remove_files) COMPLETE |
6176 | 2024-08-21T21:28:38.578Z | [ recovery-image] Aug 21 21:28:37.236 INFO O| Aug 21 21:28:37.236 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-08-21T21:28:38.585Z | [ recovery-image] Aug 21 21:28:37.245 INFO O| Aug 21 21:28:37.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6178 | 2024-08-21T21:28:38.585Z | [ recovery-image] Aug 21 21:28:37.246 INFO O| Aug 21 21:28:37.245 INFO STEP 764 (remove_files) COMPLETE |
6179 | 2024-08-21T21:28:38.587Z | [ recovery-image] Aug 21 21:28:37.246 INFO O| Aug 21 21:28:37.246 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-08-21T21:28:38.594Z | [ recovery-image] Aug 21 21:28:37.255 INFO O| Aug 21 21:28:37.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6181 | 2024-08-21T21:28:38.594Z | [ recovery-image] Aug 21 21:28:37.255 INFO O| Aug 21 21:28:37.255 INFO STEP 765 (remove_files) COMPLETE |
6182 | 2024-08-21T21:28:38.598Z | [ recovery-image] Aug 21 21:28:37.255 INFO O| Aug 21 21:28:37.255 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-08-21T21:28:38.603Z | [ recovery-image] Aug 21 21:28:37.264 INFO O| Aug 21 21:28:37.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6184 | 2024-08-21T21:28:38.606Z | [ recovery-image] Aug 21 21:28:37.264 INFO O| Aug 21 21:28:37.264 INFO STEP 766 (remove_files) COMPLETE |
6185 | 2024-08-21T21:28:38.606Z | [ recovery-image] Aug 21 21:28:37.264 INFO O| Aug 21 21:28:37.264 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-08-21T21:28:38.613Z | [ recovery-image] Aug 21 21:28:37.274 INFO O| Aug 21 21:28:37.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6187 | 2024-08-21T21:28:38.613Z | [ recovery-image] Aug 21 21:28:37.274 INFO O| Aug 21 21:28:37.274 INFO STEP 767 (remove_files) COMPLETE |
6188 | 2024-08-21T21:28:38.613Z | [ recovery-image] Aug 21 21:28:37.274 INFO O| Aug 21 21:28:37.274 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-08-21T21:28:38.624Z | [ recovery-image] Aug 21 21:28:37.284 INFO O| Aug 21 21:28:37.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6190 | 2024-08-21T21:28:38.624Z | [ recovery-image] Aug 21 21:28:37.284 INFO O| Aug 21 21:28:37.284 INFO STEP 768 (remove_files) COMPLETE |
6191 | 2024-08-21T21:28:38.624Z | [ recovery-image] Aug 21 21:28:37.284 INFO O| Aug 21 21:28:37.284 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-08-21T21:28:38.634Z | [ recovery-image] Aug 21 21:28:37.295 INFO O| Aug 21 21:28:37.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6193 | 2024-08-21T21:28:38.634Z | [ recovery-image] Aug 21 21:28:37.295 INFO O| Aug 21 21:28:37.295 INFO STEP 769 (remove_files) COMPLETE |
6194 | 2024-08-21T21:28:38.637Z | [ recovery-image] Aug 21 21:28:37.295 INFO O| Aug 21 21:28:37.295 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-08-21T21:28:38.644Z | [ recovery-image] Aug 21 21:28:37.305 INFO O| Aug 21 21:28:37.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6196 | 2024-08-21T21:28:38.644Z | [ recovery-image] Aug 21 21:28:37.305 INFO O| Aug 21 21:28:37.305 INFO STEP 770 (remove_files) COMPLETE |
6197 | 2024-08-21T21:28:38.647Z | [ recovery-image] Aug 21 21:28:37.305 INFO O| Aug 21 21:28:37.305 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-08-21T21:28:38.654Z | [ recovery-image] Aug 21 21:28:37.315 INFO O| Aug 21 21:28:37.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6199 | 2024-08-21T21:28:38.654Z | [ recovery-image] Aug 21 21:28:37.315 INFO O| Aug 21 21:28:37.315 INFO STEP 771 (remove_files) COMPLETE |
6200 | 2024-08-21T21:28:38.656Z | [ recovery-image] Aug 21 21:28:37.315 INFO O| Aug 21 21:28:37.315 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-08-21T21:28:38.665Z | [ recovery-image] Aug 21 21:28:37.325 INFO O| Aug 21 21:28:37.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6202 | 2024-08-21T21:28:38.667Z | [ recovery-image] Aug 21 21:28:37.325 INFO O| Aug 21 21:28:37.325 INFO STEP 772 (remove_files) COMPLETE |
6203 | 2024-08-21T21:28:38.667Z | [ recovery-image] Aug 21 21:28:37.325 INFO O| Aug 21 21:28:37.325 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-08-21T21:28:38.673Z | [ recovery-image] Aug 21 21:28:37.334 INFO O| Aug 21 21:28:37.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6205 | 2024-08-21T21:28:38.676Z | [ recovery-image] Aug 21 21:28:37.334 INFO O| Aug 21 21:28:37.334 INFO STEP 773 (remove_files) COMPLETE |
6206 | 2024-08-21T21:28:38.676Z | [ recovery-image] Aug 21 21:28:37.334 INFO O| Aug 21 21:28:37.334 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-08-21T21:28:38.683Z | [ recovery-image] Aug 21 21:28:37.344 INFO O| Aug 21 21:28:37.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6208 | 2024-08-21T21:28:38.683Z | [ recovery-image] Aug 21 21:28:37.344 INFO O| Aug 21 21:28:37.344 INFO STEP 774 (remove_files) COMPLETE |
6209 | 2024-08-21T21:28:38.683Z | [ recovery-image] Aug 21 21:28:37.344 INFO O| Aug 21 21:28:37.344 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-08-21T21:28:38.692Z | [ recovery-image] Aug 21 21:28:37.353 INFO O| Aug 21 21:28:37.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6211 | 2024-08-21T21:28:38.695Z | [ recovery-image] Aug 21 21:28:37.353 INFO O| Aug 21 21:28:37.353 INFO STEP 775 (remove_files) COMPLETE |
6212 | 2024-08-21T21:28:38.695Z | [ recovery-image] Aug 21 21:28:37.353 INFO O| Aug 21 21:28:37.353 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-08-21T21:28:38.702Z | [ recovery-image] Aug 21 21:28:37.363 INFO O| Aug 21 21:28:37.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6214 | 2024-08-21T21:28:38.703Z | [ recovery-image] Aug 21 21:28:37.363 INFO O| Aug 21 21:28:37.363 INFO STEP 776 (remove_files) COMPLETE |
6215 | 2024-08-21T21:28:38.706Z | [ recovery-image] Aug 21 21:28:37.363 INFO O| Aug 21 21:28:37.363 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2024-08-21T21:28:38.712Z | [ recovery-image] Aug 21 21:28:37.372 INFO O| Aug 21 21:28:37.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6217 | 2024-08-21T21:28:38.714Z | [ recovery-image] Aug 21 21:28:37.372 INFO O| Aug 21 21:28:37.372 INFO STEP 777 (remove_files) COMPLETE |
6218 | 2024-08-21T21:28:38.714Z | [ recovery-image] Aug 21 21:28:37.372 INFO O| Aug 21 21:28:37.372 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2024-08-21T21:28:38.720Z | [ recovery-image] Aug 21 21:28:37.381 INFO O| Aug 21 21:28:37.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6220 | 2024-08-21T21:28:38.721Z | [ recovery-image] Aug 21 21:28:37.381 INFO O| Aug 21 21:28:37.381 INFO STEP 778 (remove_files) COMPLETE |
6221 | 2024-08-21T21:28:38.723Z | [ recovery-image] Aug 21 21:28:37.382 INFO O| Aug 21 21:28:37.381 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-08-21T21:28:38.730Z | [ recovery-image] Aug 21 21:28:37.391 INFO O| Aug 21 21:28:37.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6223 | 2024-08-21T21:28:38.730Z | [ recovery-image] Aug 21 21:28:37.391 INFO O| Aug 21 21:28:37.391 INFO STEP 779 (remove_files) COMPLETE |
6224 | 2024-08-21T21:28:38.732Z | [ recovery-image] Aug 21 21:28:37.391 INFO O| Aug 21 21:28:37.391 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-08-21T21:28:38.739Z | [ recovery-image] Aug 21 21:28:37.400 INFO O| Aug 21 21:28:37.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6226 | 2024-08-21T21:28:38.739Z | [ recovery-image] Aug 21 21:28:37.400 INFO O| Aug 21 21:28:37.400 INFO STEP 780 (remove_files) COMPLETE |
6227 | 2024-08-21T21:28:38.739Z | [ recovery-image] Aug 21 21:28:37.400 INFO O| Aug 21 21:28:37.400 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-08-21T21:28:38.749Z | [ recovery-image] Aug 21 21:28:37.410 INFO O| Aug 21 21:28:37.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6229 | 2024-08-21T21:28:38.749Z | [ recovery-image] Aug 21 21:28:37.410 INFO O| Aug 21 21:28:37.410 INFO STEP 781 (remove_files) COMPLETE |
6230 | 2024-08-21T21:28:38.749Z | [ recovery-image] Aug 21 21:28:37.410 INFO O| Aug 21 21:28:37.410 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-08-21T21:28:38.758Z | [ recovery-image] Aug 21 21:28:37.419 INFO O| Aug 21 21:28:37.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6232 | 2024-08-21T21:28:38.758Z | [ recovery-image] Aug 21 21:28:37.419 INFO O| Aug 21 21:28:37.419 INFO STEP 782 (remove_files) COMPLETE |
6233 | 2024-08-21T21:28:38.758Z | [ recovery-image] Aug 21 21:28:37.419 INFO O| Aug 21 21:28:37.419 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-08-21T21:28:38.768Z | [ recovery-image] Aug 21 21:28:37.429 INFO O| Aug 21 21:28:37.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6235 | 2024-08-21T21:28:38.768Z | [ recovery-image] Aug 21 21:28:37.429 INFO O| Aug 21 21:28:37.429 INFO STEP 783 (remove_files) COMPLETE |
6236 | 2024-08-21T21:28:38.770Z | [ recovery-image] Aug 21 21:28:37.429 INFO O| Aug 21 21:28:37.429 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-08-21T21:28:38.777Z | [ recovery-image] Aug 21 21:28:37.438 INFO O| Aug 21 21:28:37.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6238 | 2024-08-21T21:28:38.777Z | [ recovery-image] Aug 21 21:28:37.438 INFO O| Aug 21 21:28:37.438 INFO STEP 784 (remove_files) COMPLETE |
6239 | 2024-08-21T21:28:38.777Z | [ recovery-image] Aug 21 21:28:37.438 INFO O| Aug 21 21:28:37.438 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-08-21T21:28:38.787Z | [ recovery-image] Aug 21 21:28:37.448 INFO O| Aug 21 21:28:37.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6241 | 2024-08-21T21:28:38.790Z | [ recovery-image] Aug 21 21:28:37.448 INFO O| Aug 21 21:28:37.448 INFO STEP 785 (remove_files) COMPLETE |
6242 | 2024-08-21T21:28:38.790Z | [ recovery-image] Aug 21 21:28:37.448 INFO O| Aug 21 21:28:37.448 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-08-21T21:28:38.797Z | [ recovery-image] Aug 21 21:28:37.457 INFO O| Aug 21 21:28:37.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6244 | 2024-08-21T21:28:38.799Z | [ recovery-image] Aug 21 21:28:37.458 INFO O| Aug 21 21:28:37.458 INFO STEP 786 (remove_files) COMPLETE |
6245 | 2024-08-21T21:28:38.799Z | [ recovery-image] Aug 21 21:28:37.458 INFO O| Aug 21 21:28:37.458 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-08-21T21:28:38.806Z | [ recovery-image] Aug 21 21:28:37.467 INFO O| Aug 21 21:28:37.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6247 | 2024-08-21T21:28:38.810Z | [ recovery-image] Aug 21 21:28:37.467 INFO O| Aug 21 21:28:37.467 INFO STEP 787 (remove_files) COMPLETE |
6248 | 2024-08-21T21:28:38.810Z | [ recovery-image] Aug 21 21:28:37.467 INFO O| Aug 21 21:28:37.467 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-08-21T21:28:38.818Z | [ recovery-image] Aug 21 21:28:37.476 INFO O| Aug 21 21:28:37.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6250 | 2024-08-21T21:28:38.818Z | [ recovery-image] Aug 21 21:28:37.477 INFO O| Aug 21 21:28:37.477 INFO STEP 788 (remove_files) COMPLETE |
6251 | 2024-08-21T21:28:38.818Z | [ recovery-image] Aug 21 21:28:37.477 INFO O| Aug 21 21:28:37.477 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-08-21T21:28:38.825Z | [ recovery-image] Aug 21 21:28:37.486 INFO O| Aug 21 21:28:37.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6253 | 2024-08-21T21:28:38.825Z | [ recovery-image] Aug 21 21:28:37.486 INFO O| Aug 21 21:28:37.486 INFO STEP 789 (remove_files) COMPLETE |
6254 | 2024-08-21T21:28:38.827Z | [ recovery-image] Aug 21 21:28:37.486 INFO O| Aug 21 21:28:37.486 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-08-21T21:28:38.834Z | [ recovery-image] Aug 21 21:28:37.495 INFO O| Aug 21 21:28:37.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6256 | 2024-08-21T21:28:38.835Z | [ recovery-image] Aug 21 21:28:37.495 INFO O| Aug 21 21:28:37.495 INFO STEP 790 (remove_files) COMPLETE |
6257 | 2024-08-21T21:28:38.835Z | [ recovery-image] Aug 21 21:28:37.495 INFO O| Aug 21 21:28:37.495 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-08-21T21:28:38.844Z | [ recovery-image] Aug 21 21:28:37.505 INFO O| Aug 21 21:28:37.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6259 | 2024-08-21T21:28:38.846Z | [ recovery-image] Aug 21 21:28:37.505 INFO O| Aug 21 21:28:37.505 INFO STEP 791 (remove_files) COMPLETE |
6260 | 2024-08-21T21:28:38.846Z | [ recovery-image] Aug 21 21:28:37.505 INFO O| Aug 21 21:28:37.505 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-08-21T21:28:38.853Z | [ recovery-image] Aug 21 21:28:37.514 INFO O| Aug 21 21:28:37.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6262 | 2024-08-21T21:28:38.853Z | [ recovery-image] Aug 21 21:28:37.514 INFO O| Aug 21 21:28:37.514 INFO STEP 792 (remove_files) COMPLETE |
6263 | 2024-08-21T21:28:38.856Z | [ recovery-image] Aug 21 21:28:37.514 INFO O| Aug 21 21:28:37.514 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-08-21T21:28:38.863Z | [ recovery-image] Aug 21 21:28:37.523 INFO O| Aug 21 21:28:37.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6265 | 2024-08-21T21:28:38.863Z | [ recovery-image] Aug 21 21:28:37.523 INFO O| Aug 21 21:28:37.523 INFO STEP 793 (remove_files) COMPLETE |
6266 | 2024-08-21T21:28:38.865Z | [ recovery-image] Aug 21 21:28:37.524 INFO O| Aug 21 21:28:37.523 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-08-21T21:28:38.872Z | [ recovery-image] Aug 21 21:28:37.533 INFO O| Aug 21 21:28:37.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6268 | 2024-08-21T21:28:38.872Z | [ recovery-image] Aug 21 21:28:37.533 INFO O| Aug 21 21:28:37.533 INFO STEP 794 (remove_files) COMPLETE |
6269 | 2024-08-21T21:28:38.874Z | [ recovery-image] Aug 21 21:28:37.533 INFO O| Aug 21 21:28:37.533 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-08-21T21:28:38.881Z | [ recovery-image] Aug 21 21:28:37.542 INFO O| Aug 21 21:28:37.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6271 | 2024-08-21T21:28:38.881Z | [ recovery-image] Aug 21 21:28:37.542 INFO O| Aug 21 21:28:37.542 INFO STEP 795 (remove_files) COMPLETE |
6272 | 2024-08-21T21:28:38.884Z | [ recovery-image] Aug 21 21:28:37.542 INFO O| Aug 21 21:28:37.542 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-08-21T21:28:38.891Z | [ recovery-image] Aug 21 21:28:37.551 INFO O| Aug 21 21:28:37.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6274 | 2024-08-21T21:28:38.893Z | [ recovery-image] Aug 21 21:28:37.553 INFO O| Aug 21 21:28:37.553 INFO STEP 796 (remove_files) COMPLETE |
6275 | 2024-08-21T21:28:38.893Z | [ recovery-image] Aug 21 21:28:37.553 INFO O| Aug 21 21:28:37.553 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-08-21T21:28:38.901Z | [ recovery-image] Aug 21 21:28:37.562 INFO O| Aug 21 21:28:37.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6277 | 2024-08-21T21:28:38.903Z | [ recovery-image] Aug 21 21:28:37.562 INFO O| Aug 21 21:28:37.562 INFO STEP 797 (remove_files) COMPLETE |
6278 | 2024-08-21T21:28:38.903Z | [ recovery-image] Aug 21 21:28:37.562 INFO O| Aug 21 21:28:37.562 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-08-21T21:28:38.911Z | [ recovery-image] Aug 21 21:28:37.572 INFO O| Aug 21 21:28:37.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6280 | 2024-08-21T21:28:38.911Z | [ recovery-image] Aug 21 21:28:37.572 INFO O| Aug 21 21:28:37.572 INFO STEP 798 (remove_files) COMPLETE |
6281 | 2024-08-21T21:28:38.913Z | [ recovery-image] Aug 21 21:28:37.572 INFO O| Aug 21 21:28:37.572 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-08-21T21:28:38.920Z | [ recovery-image] Aug 21 21:28:37.581 INFO O| Aug 21 21:28:37.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6283 | 2024-08-21T21:28:38.920Z | [ recovery-image] Aug 21 21:28:37.581 INFO O| Aug 21 21:28:37.581 INFO STEP 799 (remove_files) COMPLETE |
6284 | 2024-08-21T21:28:38.920Z | [ recovery-image] Aug 21 21:28:37.581 INFO O| Aug 21 21:28:37.581 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-08-21T21:28:38.930Z | [ recovery-image] Aug 21 21:28:37.591 INFO O| Aug 21 21:28:37.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6286 | 2024-08-21T21:28:38.930Z | [ recovery-image] Aug 21 21:28:37.591 INFO O| Aug 21 21:28:37.591 INFO STEP 800 (remove_files) COMPLETE |
6287 | 2024-08-21T21:28:38.932Z | [ recovery-image] Aug 21 21:28:37.591 INFO O| Aug 21 21:28:37.591 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-08-21T21:28:38.939Z | [ recovery-image] Aug 21 21:28:37.600 INFO O| Aug 21 21:28:37.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6289 | 2024-08-21T21:28:38.942Z | [ recovery-image] Aug 21 21:28:37.600 INFO O| Aug 21 21:28:37.600 INFO STEP 801 (remove_files) COMPLETE |
6290 | 2024-08-21T21:28:38.942Z | [ recovery-image] Aug 21 21:28:37.600 INFO O| Aug 21 21:28:37.600 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-08-21T21:28:38.948Z | [ recovery-image] Aug 21 21:28:37.609 INFO O| Aug 21 21:28:37.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6292 | 2024-08-21T21:28:38.951Z | [ recovery-image] Aug 21 21:28:37.609 INFO O| Aug 21 21:28:37.609 INFO STEP 802 (remove_files) COMPLETE |
6293 | 2024-08-21T21:28:38.951Z | [ recovery-image] Aug 21 21:28:37.609 INFO O| Aug 21 21:28:37.609 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-08-21T21:28:38.957Z | [ recovery-image] Aug 21 21:28:37.618 INFO O| Aug 21 21:28:37.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6295 | 2024-08-21T21:28:38.957Z | [ recovery-image] Aug 21 21:28:37.618 INFO O| Aug 21 21:28:37.618 INFO STEP 803 (remove_files) COMPLETE |
6296 | 2024-08-21T21:28:38.960Z | [ recovery-image] Aug 21 21:28:37.618 INFO O| Aug 21 21:28:37.618 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-08-21T21:28:38.967Z | [ recovery-image] Aug 21 21:28:37.628 INFO O| Aug 21 21:28:37.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6298 | 2024-08-21T21:28:38.967Z | [ recovery-image] Aug 21 21:28:37.628 INFO O| Aug 21 21:28:37.628 INFO STEP 804 (remove_files) COMPLETE |
6299 | 2024-08-21T21:28:38.970Z | [ recovery-image] Aug 21 21:28:37.628 INFO O| Aug 21 21:28:37.628 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-08-21T21:28:38.976Z | [ recovery-image] Aug 21 21:28:37.637 INFO O| Aug 21 21:28:37.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6301 | 2024-08-21T21:28:38.976Z | [ recovery-image] Aug 21 21:28:37.637 INFO O| Aug 21 21:28:37.637 INFO STEP 805 (remove_files) COMPLETE |
6302 | 2024-08-21T21:28:38.976Z | [ recovery-image] Aug 21 21:28:37.637 INFO O| Aug 21 21:28:37.637 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-08-21T21:28:38.986Z | [ recovery-image] Aug 21 21:28:37.646 INFO O| Aug 21 21:28:37.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6304 | 2024-08-21T21:28:38.986Z | [ recovery-image] Aug 21 21:28:37.646 INFO O| Aug 21 21:28:37.646 INFO STEP 806 (remove_files) COMPLETE |
6305 | 2024-08-21T21:28:38.989Z | [ recovery-image] Aug 21 21:28:37.646 INFO O| Aug 21 21:28:37.646 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-08-21T21:28:38.996Z | [ host-image] Aug 21 21:28:37.655 INFO O| Aug 21 21:28:37.655 INFO O| Done |
6307 | 2024-08-21T21:28:38.996Z | [ recovery-image] Aug 21 21:28:37.656 INFO O| Aug 21 21:28:37.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6308 | 2024-08-21T21:28:38.998Z | [ recovery-image] Aug 21 21:28:37.656 INFO O| Aug 21 21:28:37.656 INFO STEP 807 (remove_files) COMPLETE |
6309 | 2024-08-21T21:28:38.998Z | [ recovery-image] Aug 21 21:28:37.656 INFO O| Aug 21 21:28:37.656 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-08-21T21:28:39.005Z | [ recovery-image] Aug 21 21:28:37.666 INFO O| Aug 21 21:28:37.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6311 | 2024-08-21T21:28:39.008Z | [ recovery-image] Aug 21 21:28:37.666 INFO O| Aug 21 21:28:37.666 INFO STEP 808 (remove_files) COMPLETE |
6312 | 2024-08-21T21:28:39.008Z | [ recovery-image] Aug 21 21:28:37.666 INFO O| Aug 21 21:28:37.666 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-08-21T21:28:39.015Z | [ recovery-image] Aug 21 21:28:37.675 INFO O| Aug 21 21:28:37.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6314 | 2024-08-21T21:28:39.015Z | [ recovery-image] Aug 21 21:28:37.675 INFO O| Aug 21 21:28:37.675 INFO STEP 809 (remove_files) COMPLETE |
6315 | 2024-08-21T21:28:39.015Z | [ recovery-image] Aug 21 21:28:37.675 INFO O| Aug 21 21:28:37.675 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-08-21T21:28:39.019Z | [ host-image] Aug 21 21:28:37.680 INFO O| Aug 21 21:28:37.680 INFO O| Done |
6317 | 2024-08-21T21:28:39.027Z | [ host-image] Aug 21 21:28:37.680 INFO O| Aug 21 21:28:37.680 INFO O| Done |
6318 | 2024-08-21T21:28:39.027Z | [ recovery-image] Aug 21 21:28:37.685 INFO O| Aug 21 21:28:37.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6319 | 2024-08-21T21:28:39.027Z | [ recovery-image] Aug 21 21:28:37.685 INFO O| Aug 21 21:28:37.685 INFO STEP 810 (remove_files) COMPLETE |
6320 | 2024-08-21T21:28:39.027Z | [ recovery-image] Aug 21 21:28:37.685 INFO O| Aug 21 21:28:37.685 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-08-21T21:28:39.033Z | [ host-image] Aug 21 21:28:37.693 INFO O| Aug 21 21:28:37.693 INFO O| Done |
6322 | 2024-08-21T21:28:39.035Z | [ recovery-image] Aug 21 21:28:37.695 INFO O| Aug 21 21:28:37.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6323 | 2024-08-21T21:28:39.035Z | [ recovery-image] Aug 21 21:28:37.695 INFO O| Aug 21 21:28:37.695 INFO STEP 811 (remove_files) COMPLETE |
6324 | 2024-08-21T21:28:39.035Z | [ recovery-image] Aug 21 21:28:37.695 INFO O| Aug 21 21:28:37.695 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-08-21T21:28:39.044Z | [ recovery-image] Aug 21 21:28:37.705 INFO O| Aug 21 21:28:37.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6326 | 2024-08-21T21:28:39.044Z | [ recovery-image] Aug 21 21:28:37.705 INFO O| Aug 21 21:28:37.705 INFO STEP 812 (remove_files) COMPLETE |
6327 | 2024-08-21T21:28:39.047Z | [ recovery-image] Aug 21 21:28:37.705 INFO O| Aug 21 21:28:37.705 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-08-21T21:28:39.056Z | [ recovery-image] Aug 21 21:28:37.715 INFO O| Aug 21 21:28:37.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6329 | 2024-08-21T21:28:39.056Z | [ recovery-image] Aug 21 21:28:37.715 INFO O| Aug 21 21:28:37.715 INFO STEP 813 (remove_files) COMPLETE |
6330 | 2024-08-21T21:28:39.056Z | [ recovery-image] Aug 21 21:28:37.715 INFO O| Aug 21 21:28:37.715 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-08-21T21:28:39.064Z | [ recovery-image] Aug 21 21:28:37.725 INFO O| Aug 21 21:28:37.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6332 | 2024-08-21T21:28:39.064Z | [ recovery-image] Aug 21 21:28:37.725 INFO O| Aug 21 21:28:37.725 INFO STEP 814 (remove_files) COMPLETE |
6333 | 2024-08-21T21:28:39.064Z | [ recovery-image] Aug 21 21:28:37.725 INFO O| Aug 21 21:28:37.725 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-08-21T21:28:39.074Z | [ recovery-image] Aug 21 21:28:37.735 INFO O| Aug 21 21:28:37.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6335 | 2024-08-21T21:28:39.074Z | [ recovery-image] Aug 21 21:28:37.735 INFO O| Aug 21 21:28:37.735 INFO STEP 815 (remove_files) COMPLETE |
6336 | 2024-08-21T21:28:39.078Z | [ recovery-image] Aug 21 21:28:37.735 INFO O| Aug 21 21:28:37.735 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-08-21T21:28:39.084Z | [ recovery-image] Aug 21 21:28:37.745 INFO O| Aug 21 21:28:37.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6338 | 2024-08-21T21:28:39.084Z | [ recovery-image] Aug 21 21:28:37.745 INFO O| Aug 21 21:28:37.745 INFO STEP 816 (remove_files) COMPLETE |
6339 | 2024-08-21T21:28:39.084Z | [ recovery-image] Aug 21 21:28:37.745 INFO O| Aug 21 21:28:37.745 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-08-21T21:28:39.094Z | [ recovery-image] Aug 21 21:28:37.755 INFO O| Aug 21 21:28:37.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6341 | 2024-08-21T21:28:39.094Z | [ recovery-image] Aug 21 21:28:37.755 INFO O| Aug 21 21:28:37.755 INFO STEP 817 (remove_files) COMPLETE |
6342 | 2024-08-21T21:28:39.094Z | [ recovery-image] Aug 21 21:28:37.755 INFO O| Aug 21 21:28:37.755 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-08-21T21:28:39.104Z | [ recovery-image] Aug 21 21:28:37.765 INFO O| Aug 21 21:28:37.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6344 | 2024-08-21T21:28:39.104Z | [ recovery-image] Aug 21 21:28:37.765 INFO O| Aug 21 21:28:37.765 INFO STEP 818 (remove_files) COMPLETE |
6345 | 2024-08-21T21:28:39.104Z | [ recovery-image] Aug 21 21:28:37.765 INFO O| Aug 21 21:28:37.765 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-08-21T21:28:39.114Z | [ recovery-image] Aug 21 21:28:37.775 INFO O| Aug 21 21:28:37.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6347 | 2024-08-21T21:28:39.117Z | [ recovery-image] Aug 21 21:28:37.775 INFO O| Aug 21 21:28:37.775 INFO STEP 819 (remove_files) COMPLETE |
6348 | 2024-08-21T21:28:39.117Z | [ recovery-image] Aug 21 21:28:37.775 INFO O| Aug 21 21:28:37.775 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-08-21T21:28:39.124Z | [ recovery-image] Aug 21 21:28:37.784 INFO O| Aug 21 21:28:37.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6350 | 2024-08-21T21:28:39.126Z | [ recovery-image] Aug 21 21:28:37.785 INFO O| Aug 21 21:28:37.784 INFO STEP 820 (remove_files) COMPLETE |
6351 | 2024-08-21T21:28:39.126Z | [ recovery-image] Aug 21 21:28:37.785 INFO O| Aug 21 21:28:37.785 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-08-21T21:28:39.126Z | [ host-image] Aug 21 21:28:37.787 INFO O| Aug 21 21:28:37.787 INFO STEP 12 (pkg_install) COMPLETE |
6353 | 2024-08-21T21:28:39.126Z | [ host-image] Aug 21 21:28:37.787 INFO O| Aug 21 21:28:37.787 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6354 | 2024-08-21T21:28:39.133Z | [ recovery-image] Aug 21 21:28:37.794 INFO O| Aug 21 21:28:37.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6355 | 2024-08-21T21:28:39.137Z | [ recovery-image] Aug 21 21:28:37.794 INFO O| Aug 21 21:28:37.794 INFO STEP 821 (remove_files) COMPLETE |
6356 | 2024-08-21T21:28:39.137Z | [ recovery-image] Aug 21 21:28:37.794 INFO O| Aug 21 21:28:37.794 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-08-21T21:28:39.137Z | [ host-image] Aug 21 21:28:37.797 INFO O| Aug 21 21:28:37.797 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
6358 | 2024-08-21T21:28:39.143Z | [ recovery-image] Aug 21 21:28:37.804 INFO O| Aug 21 21:28:37.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6359 | 2024-08-21T21:28:39.145Z | [ recovery-image] Aug 21 21:28:37.804 INFO O| Aug 21 21:28:37.804 INFO STEP 822 (remove_files) COMPLETE |
6360 | 2024-08-21T21:28:39.145Z | [ recovery-image] Aug 21 21:28:37.804 INFO O| Aug 21 21:28:37.804 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-08-21T21:28:39.152Z | [ recovery-image] Aug 21 21:28:37.813 INFO O| Aug 21 21:28:37.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6362 | 2024-08-21T21:28:39.155Z | [ recovery-image] Aug 21 21:28:37.813 INFO O| Aug 21 21:28:37.813 INFO STEP 823 (remove_files) COMPLETE |
6363 | 2024-08-21T21:28:39.155Z | [ recovery-image] Aug 21 21:28:37.813 INFO O| Aug 21 21:28:37.813 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-08-21T21:28:39.162Z | [ recovery-image] Aug 21 21:28:37.822 INFO O| Aug 21 21:28:37.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6365 | 2024-08-21T21:28:39.162Z | [ recovery-image] Aug 21 21:28:37.823 INFO O| Aug 21 21:28:37.823 INFO STEP 824 (remove_files) COMPLETE |
6366 | 2024-08-21T21:28:39.162Z | [ recovery-image] Aug 21 21:28:37.823 INFO O| Aug 21 21:28:37.823 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-08-21T21:28:39.171Z | [ recovery-image] Aug 21 21:28:37.832 INFO O| Aug 21 21:28:37.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6368 | 2024-08-21T21:28:39.174Z | [ recovery-image] Aug 21 21:28:37.832 INFO O| Aug 21 21:28:37.832 INFO STEP 825 (remove_files) COMPLETE |
6369 | 2024-08-21T21:28:39.174Z | [ recovery-image] Aug 21 21:28:37.832 INFO O| Aug 21 21:28:37.832 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-08-21T21:28:39.181Z | [ recovery-image] Aug 21 21:28:37.841 INFO O| Aug 21 21:28:37.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6371 | 2024-08-21T21:28:39.181Z | [ recovery-image] Aug 21 21:28:37.841 INFO O| Aug 21 21:28:37.841 INFO STEP 826 (remove_files) COMPLETE |
6372 | 2024-08-21T21:28:39.183Z | [ recovery-image] Aug 21 21:28:37.841 INFO O| Aug 21 21:28:37.841 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-08-21T21:28:39.190Z | [ recovery-image] Aug 21 21:28:37.851 INFO O| Aug 21 21:28:37.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6374 | 2024-08-21T21:28:39.190Z | [ recovery-image] Aug 21 21:28:37.851 INFO O| Aug 21 21:28:37.851 INFO STEP 827 (remove_files) COMPLETE |
6375 | 2024-08-21T21:28:39.192Z | [ recovery-image] Aug 21 21:28:37.851 INFO O| Aug 21 21:28:37.851 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-08-21T21:28:39.199Z | [ recovery-image] Aug 21 21:28:37.860 INFO O| Aug 21 21:28:37.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6377 | 2024-08-21T21:28:39.199Z | [ recovery-image] Aug 21 21:28:37.860 INFO O| Aug 21 21:28:37.860 INFO STEP 828 (remove_files) COMPLETE |
6378 | 2024-08-21T21:28:39.202Z | [ recovery-image] Aug 21 21:28:37.860 INFO O| Aug 21 21:28:37.860 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-08-21T21:28:39.208Z | [ recovery-image] Aug 21 21:28:37.869 INFO O| Aug 21 21:28:37.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6380 | 2024-08-21T21:28:39.208Z | [ recovery-image] Aug 21 21:28:37.869 INFO O| Aug 21 21:28:37.869 INFO STEP 829 (remove_files) COMPLETE |
6381 | 2024-08-21T21:28:39.208Z | [ recovery-image] Aug 21 21:28:37.869 INFO O| Aug 21 21:28:37.869 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-08-21T21:28:39.218Z | [ recovery-image] Aug 21 21:28:37.878 INFO O| Aug 21 21:28:37.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6383 | 2024-08-21T21:28:39.218Z | [ recovery-image] Aug 21 21:28:37.878 INFO O| Aug 21 21:28:37.878 INFO STEP 830 (remove_files) COMPLETE |
6384 | 2024-08-21T21:28:39.218Z | [ recovery-image] Aug 21 21:28:37.878 INFO O| Aug 21 21:28:37.878 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-08-21T21:28:39.227Z | [ recovery-image] Aug 21 21:28:37.888 INFO O| Aug 21 21:28:37.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6386 | 2024-08-21T21:28:39.227Z | [ recovery-image] Aug 21 21:28:37.888 INFO O| Aug 21 21:28:37.888 INFO STEP 831 (remove_files) COMPLETE |
6387 | 2024-08-21T21:28:39.227Z | [ recovery-image] Aug 21 21:28:37.888 INFO O| Aug 21 21:28:37.888 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-08-21T21:28:39.236Z | [ recovery-image] Aug 21 21:28:37.897 INFO O| Aug 21 21:28:37.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6389 | 2024-08-21T21:28:39.236Z | [ recovery-image] Aug 21 21:28:37.897 INFO O| Aug 21 21:28:37.897 INFO STEP 832 (remove_files) COMPLETE |
6390 | 2024-08-21T21:28:39.236Z | [ recovery-image] Aug 21 21:28:37.897 INFO O| Aug 21 21:28:37.897 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-08-21T21:28:39.246Z | [ recovery-image] Aug 21 21:28:37.906 INFO O| Aug 21 21:28:37.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6392 | 2024-08-21T21:28:39.246Z | [ recovery-image] Aug 21 21:28:37.906 INFO O| Aug 21 21:28:37.906 INFO STEP 833 (remove_files) COMPLETE |
6393 | 2024-08-21T21:28:39.246Z | [ recovery-image] Aug 21 21:28:37.906 INFO O| Aug 21 21:28:37.906 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-08-21T21:28:39.255Z | [ recovery-image] Aug 21 21:28:37.916 INFO O| Aug 21 21:28:37.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6395 | 2024-08-21T21:28:39.255Z | [ recovery-image] Aug 21 21:28:37.916 INFO O| Aug 21 21:28:37.916 INFO STEP 834 (remove_files) COMPLETE |
6396 | 2024-08-21T21:28:39.258Z | [ recovery-image] Aug 21 21:28:37.916 INFO O| Aug 21 21:28:37.916 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-08-21T21:28:39.264Z | [ recovery-image] Aug 21 21:28:37.925 INFO O| Aug 21 21:28:37.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6398 | 2024-08-21T21:28:39.264Z | [ recovery-image] Aug 21 21:28:37.925 INFO O| Aug 21 21:28:37.925 INFO STEP 835 (remove_files) COMPLETE |
6399 | 2024-08-21T21:28:39.267Z | [ recovery-image] Aug 21 21:28:37.925 INFO O| Aug 21 21:28:37.925 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-08-21T21:28:39.274Z | [ recovery-image] Aug 21 21:28:37.934 INFO O| Aug 21 21:28:37.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6401 | 2024-08-21T21:28:39.274Z | [ recovery-image] Aug 21 21:28:37.935 INFO O| Aug 21 21:28:37.934 INFO STEP 836 (remove_files) COMPLETE |
6402 | 2024-08-21T21:28:39.276Z | [ recovery-image] Aug 21 21:28:37.935 INFO O| Aug 21 21:28:37.934 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-08-21T21:28:39.283Z | [ recovery-image] Aug 21 21:28:37.944 INFO O| Aug 21 21:28:37.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6404 | 2024-08-21T21:28:39.283Z | [ recovery-image] Aug 21 21:28:37.944 INFO O| Aug 21 21:28:37.944 INFO STEP 837 (remove_files) COMPLETE |
6405 | 2024-08-21T21:28:39.285Z | [ recovery-image] Aug 21 21:28:37.944 INFO O| Aug 21 21:28:37.944 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-08-21T21:28:39.293Z | [ recovery-image] Aug 21 21:28:37.953 INFO O| Aug 21 21:28:37.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6407 | 2024-08-21T21:28:39.298Z | [ recovery-image] Aug 21 21:28:37.954 INFO O| Aug 21 21:28:37.953 INFO STEP 838 (remove_files) COMPLETE |
6408 | 2024-08-21T21:28:39.298Z | [ recovery-image] Aug 21 21:28:37.954 INFO O| Aug 21 21:28:37.953 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-08-21T21:28:39.304Z | [ recovery-image] Aug 21 21:28:37.963 INFO O| Aug 21 21:28:37.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6410 | 2024-08-21T21:28:39.304Z | [ recovery-image] Aug 21 21:28:37.963 INFO O| Aug 21 21:28:37.963 INFO STEP 839 (remove_files) COMPLETE |
6411 | 2024-08-21T21:28:39.306Z | [ recovery-image] Aug 21 21:28:37.963 INFO O| Aug 21 21:28:37.963 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-08-21T21:28:39.311Z | [ recovery-image] Aug 21 21:28:37.972 INFO O| Aug 21 21:28:37.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6413 | 2024-08-21T21:28:39.311Z | [ recovery-image] Aug 21 21:28:37.972 INFO O| Aug 21 21:28:37.972 INFO STEP 840 (remove_files) COMPLETE |
6414 | 2024-08-21T21:28:39.311Z | [ recovery-image] Aug 21 21:28:37.972 INFO O| Aug 21 21:28:37.972 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-08-21T21:28:39.320Z | [ recovery-image] Aug 21 21:28:37.981 INFO O| Aug 21 21:28:37.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6416 | 2024-08-21T21:28:39.321Z | [ recovery-image] Aug 21 21:28:37.981 INFO O| Aug 21 21:28:37.981 INFO STEP 841 (remove_files) COMPLETE |
6417 | 2024-08-21T21:28:39.321Z | [ recovery-image] Aug 21 21:28:37.981 INFO O| Aug 21 21:28:37.981 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-08-21T21:28:39.329Z | [ recovery-image] Aug 21 21:28:37.990 INFO O| Aug 21 21:28:37.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6419 | 2024-08-21T21:28:39.329Z | [ recovery-image] Aug 21 21:28:37.990 INFO O| Aug 21 21:28:37.990 INFO STEP 842 (remove_files) COMPLETE |
6420 | 2024-08-21T21:28:39.329Z | [ recovery-image] Aug 21 21:28:37.990 INFO O| Aug 21 21:28:37.990 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-08-21T21:28:39.339Z | [ recovery-image] Aug 21 21:28:37.999 INFO O| Aug 21 21:28:37.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6422 | 2024-08-21T21:28:39.342Z | [ recovery-image] Aug 21 21:28:37.999 INFO O| Aug 21 21:28:37.999 INFO STEP 843 (remove_files) COMPLETE |
6423 | 2024-08-21T21:28:39.342Z | [ recovery-image] Aug 21 21:28:37.999 INFO O| Aug 21 21:28:37.999 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-08-21T21:28:39.349Z | [ recovery-image] Aug 21 21:28:38.010 INFO O| Aug 21 21:28:38.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6425 | 2024-08-21T21:28:39.349Z | [ recovery-image] Aug 21 21:28:38.010 INFO O| Aug 21 21:28:38.010 INFO STEP 844 (remove_files) COMPLETE |
6426 | 2024-08-21T21:28:39.349Z | [ recovery-image] Aug 21 21:28:38.010 INFO O| Aug 21 21:28:38.010 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-08-21T21:28:39.359Z | [ recovery-image] Aug 21 21:28:38.019 INFO O| Aug 21 21:28:38.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6428 | 2024-08-21T21:28:39.359Z | [ recovery-image] Aug 21 21:28:38.019 INFO O| Aug 21 21:28:38.019 INFO STEP 845 (remove_files) COMPLETE |
6429 | 2024-08-21T21:28:39.359Z | [ recovery-image] Aug 21 21:28:38.020 INFO O| Aug 21 21:28:38.019 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-08-21T21:28:39.368Z | [ recovery-image] Aug 21 21:28:38.029 INFO O| Aug 21 21:28:38.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6431 | 2024-08-21T21:28:39.369Z | [ recovery-image] Aug 21 21:28:38.029 INFO O| Aug 21 21:28:38.029 INFO STEP 846 (remove_files) COMPLETE |
6432 | 2024-08-21T21:28:39.369Z | [ recovery-image] Aug 21 21:28:38.029 INFO O| Aug 21 21:28:38.029 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-08-21T21:28:39.378Z | [ recovery-image] Aug 21 21:28:38.039 INFO O| Aug 21 21:28:38.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6434 | 2024-08-21T21:28:39.378Z | [ recovery-image] Aug 21 21:28:38.039 INFO O| Aug 21 21:28:38.039 INFO STEP 847 (remove_files) COMPLETE |
6435 | 2024-08-21T21:28:39.380Z | [ recovery-image] Aug 21 21:28:38.039 INFO O| Aug 21 21:28:38.039 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-08-21T21:28:39.387Z | [ recovery-image] Aug 21 21:28:38.048 INFO O| Aug 21 21:28:38.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6437 | 2024-08-21T21:28:39.387Z | [ recovery-image] Aug 21 21:28:38.048 INFO O| Aug 21 21:28:38.048 INFO STEP 848 (remove_files) COMPLETE |
6438 | 2024-08-21T21:28:39.387Z | [ recovery-image] Aug 21 21:28:38.048 INFO O| Aug 21 21:28:38.048 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-08-21T21:28:39.397Z | [ recovery-image] Aug 21 21:28:38.058 INFO O| Aug 21 21:28:38.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6440 | 2024-08-21T21:28:39.397Z | [ recovery-image] Aug 21 21:28:38.058 INFO O| Aug 21 21:28:38.058 INFO STEP 849 (remove_files) COMPLETE |
6441 | 2024-08-21T21:28:39.397Z | [ recovery-image] Aug 21 21:28:38.058 INFO O| Aug 21 21:28:38.058 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-08-21T21:28:39.406Z | [ recovery-image] Aug 21 21:28:38.067 INFO O| Aug 21 21:28:38.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6443 | 2024-08-21T21:28:39.409Z | [ recovery-image] Aug 21 21:28:38.067 INFO O| Aug 21 21:28:38.067 INFO STEP 850 (remove_files) COMPLETE |
6444 | 2024-08-21T21:28:39.409Z | [ recovery-image] Aug 21 21:28:38.067 INFO O| Aug 21 21:28:38.067 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-08-21T21:28:39.416Z | [ recovery-image] Aug 21 21:28:38.077 INFO O| Aug 21 21:28:38.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6446 | 2024-08-21T21:28:39.416Z | [ recovery-image] Aug 21 21:28:38.077 INFO O| Aug 21 21:28:38.077 INFO STEP 851 (remove_files) COMPLETE |
6447 | 2024-08-21T21:28:39.417Z | [ recovery-image] Aug 21 21:28:38.077 INFO O| Aug 21 21:28:38.077 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-08-21T21:28:39.426Z | [ recovery-image] Aug 21 21:28:38.086 INFO O| Aug 21 21:28:38.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6449 | 2024-08-21T21:28:39.426Z | [ recovery-image] Aug 21 21:28:38.086 INFO O| Aug 21 21:28:38.086 INFO STEP 852 (remove_files) COMPLETE |
6450 | 2024-08-21T21:28:39.428Z | [ recovery-image] Aug 21 21:28:38.087 INFO O| Aug 21 21:28:38.086 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-08-21T21:28:39.435Z | [ recovery-image] Aug 21 21:28:38.096 INFO O| Aug 21 21:28:38.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6452 | 2024-08-21T21:28:39.435Z | [ recovery-image] Aug 21 21:28:38.096 INFO O| Aug 21 21:28:38.096 INFO STEP 853 (remove_files) COMPLETE |
6453 | 2024-08-21T21:28:39.435Z | [ recovery-image] Aug 21 21:28:38.096 INFO O| Aug 21 21:28:38.096 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-08-21T21:28:39.444Z | [ recovery-image] Aug 21 21:28:38.105 INFO O| Aug 21 21:28:38.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6455 | 2024-08-21T21:28:39.444Z | [ recovery-image] Aug 21 21:28:38.105 INFO O| Aug 21 21:28:38.105 INFO STEP 854 (remove_files) COMPLETE |
6456 | 2024-08-21T21:28:39.444Z | [ recovery-image] Aug 21 21:28:38.105 INFO O| Aug 21 21:28:38.105 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-08-21T21:28:39.453Z | [ recovery-image] Aug 21 21:28:38.114 INFO O| Aug 21 21:28:38.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6458 | 2024-08-21T21:28:39.453Z | [ recovery-image] Aug 21 21:28:38.114 INFO O| Aug 21 21:28:38.114 INFO STEP 855 (remove_files) COMPLETE |
6459 | 2024-08-21T21:28:39.456Z | [ recovery-image] Aug 21 21:28:38.114 INFO O| Aug 21 21:28:38.114 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-08-21T21:28:39.462Z | [ recovery-image] Aug 21 21:28:38.123 INFO O| Aug 21 21:28:38.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6461 | 2024-08-21T21:28:39.462Z | [ recovery-image] Aug 21 21:28:38.123 INFO O| Aug 21 21:28:38.123 INFO STEP 856 (remove_files) COMPLETE |
6462 | 2024-08-21T21:28:39.462Z | [ recovery-image] Aug 21 21:28:38.123 INFO O| Aug 21 21:28:38.123 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-08-21T21:28:39.472Z | [ recovery-image] Aug 21 21:28:38.132 INFO O| Aug 21 21:28:38.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6464 | 2024-08-21T21:28:39.474Z | [ recovery-image] Aug 21 21:28:38.133 INFO O| Aug 21 21:28:38.133 INFO STEP 857 (remove_files) COMPLETE |
6465 | 2024-08-21T21:28:39.474Z | [ recovery-image] Aug 21 21:28:38.133 INFO O| Aug 21 21:28:38.133 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-08-21T21:28:39.481Z | [ recovery-image] Aug 21 21:28:38.142 INFO O| Aug 21 21:28:38.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6467 | 2024-08-21T21:28:39.481Z | [ recovery-image] Aug 21 21:28:38.142 INFO O| Aug 21 21:28:38.142 INFO STEP 858 (remove_files) COMPLETE |
6468 | 2024-08-21T21:28:39.481Z | [ recovery-image] Aug 21 21:28:38.142 INFO O| Aug 21 21:28:38.142 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-08-21T21:28:39.491Z | [ recovery-image] Aug 21 21:28:38.151 INFO O| Aug 21 21:28:38.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6470 | 2024-08-21T21:28:39.491Z | [ recovery-image] Aug 21 21:28:38.152 INFO O| Aug 21 21:28:38.152 INFO STEP 859 (remove_files) COMPLETE |
6471 | 2024-08-21T21:28:39.491Z | [ recovery-image] Aug 21 21:28:38.152 INFO O| Aug 21 21:28:38.152 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-08-21T21:28:39.500Z | [ recovery-image] Aug 21 21:28:38.161 INFO O| Aug 21 21:28:38.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6473 | 2024-08-21T21:28:39.500Z | [ recovery-image] Aug 21 21:28:38.161 INFO O| Aug 21 21:28:38.161 INFO STEP 860 (remove_files) COMPLETE |
6474 | 2024-08-21T21:28:39.500Z | [ recovery-image] Aug 21 21:28:38.161 INFO O| Aug 21 21:28:38.161 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-08-21T21:28:39.510Z | [ recovery-image] Aug 21 21:28:38.170 INFO O| Aug 21 21:28:38.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6476 | 2024-08-21T21:28:39.513Z | [ recovery-image] Aug 21 21:28:38.171 INFO O| Aug 21 21:28:38.171 INFO STEP 861 (remove_files) COMPLETE |
6477 | 2024-08-21T21:28:39.513Z | [ recovery-image] Aug 21 21:28:38.171 INFO O| Aug 21 21:28:38.171 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-08-21T21:28:39.520Z | [ recovery-image] Aug 21 21:28:38.180 INFO O| Aug 21 21:28:38.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6479 | 2024-08-21T21:28:39.520Z | [ recovery-image] Aug 21 21:28:38.181 INFO O| Aug 21 21:28:38.180 INFO STEP 862 (remove_files) COMPLETE |
6480 | 2024-08-21T21:28:39.522Z | [ recovery-image] Aug 21 21:28:38.181 INFO O| Aug 21 21:28:38.181 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-08-21T21:28:39.529Z | [ recovery-image] Aug 21 21:28:38.190 INFO O| Aug 21 21:28:38.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6482 | 2024-08-21T21:28:39.529Z | [ recovery-image] Aug 21 21:28:38.190 INFO O| Aug 21 21:28:38.190 INFO STEP 863 (remove_files) COMPLETE |
6483 | 2024-08-21T21:28:39.529Z | [ recovery-image] Aug 21 21:28:38.190 INFO O| Aug 21 21:28:38.190 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-08-21T21:28:39.539Z | [ recovery-image] Aug 21 21:28:38.199 INFO O| Aug 21 21:28:38.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6485 | 2024-08-21T21:28:39.541Z | [ recovery-image] Aug 21 21:28:38.199 INFO O| Aug 21 21:28:38.199 INFO STEP 864 (remove_files) COMPLETE |
6486 | 2024-08-21T21:28:39.541Z | [ recovery-image] Aug 21 21:28:38.199 INFO O| Aug 21 21:28:38.199 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-08-21T21:28:39.548Z | [ recovery-image] Aug 21 21:28:38.209 INFO O| Aug 21 21:28:38.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6488 | 2024-08-21T21:28:39.548Z | [ recovery-image] Aug 21 21:28:38.209 INFO O| Aug 21 21:28:38.209 INFO STEP 865 (remove_files) COMPLETE |
6489 | 2024-08-21T21:28:39.551Z | [ recovery-image] Aug 21 21:28:38.209 INFO O| Aug 21 21:28:38.209 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-08-21T21:28:39.554Z | [ host-image] Aug 21 21:28:38.213 INFO O| Aug 21 21:28:38.213 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6491 | 2024-08-21T21:28:39.558Z | [ recovery-image] Aug 21 21:28:38.218 INFO O| Aug 21 21:28:38.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6492 | 2024-08-21T21:28:39.561Z | [ recovery-image] Aug 21 21:28:38.218 INFO O| Aug 21 21:28:38.218 INFO STEP 866 (remove_files) COMPLETE |
6493 | 2024-08-21T21:28:39.561Z | [ recovery-image] Aug 21 21:28:38.218 INFO O| Aug 21 21:28:38.218 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-08-21T21:28:39.567Z | [ recovery-image] Aug 21 21:28:38.227 INFO O| Aug 21 21:28:38.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6495 | 2024-08-21T21:28:39.567Z | [ recovery-image] Aug 21 21:28:38.227 INFO O| Aug 21 21:28:38.227 INFO STEP 867 (remove_files) COMPLETE |
6496 | 2024-08-21T21:28:39.567Z | [ recovery-image] Aug 21 21:28:38.227 INFO O| Aug 21 21:28:38.227 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-08-21T21:28:39.576Z | [ recovery-image] Aug 21 21:28:38.237 INFO O| Aug 21 21:28:38.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6498 | 2024-08-21T21:28:39.576Z | [ recovery-image] Aug 21 21:28:38.237 INFO O| Aug 21 21:28:38.237 INFO STEP 868 (remove_files) COMPLETE |
6499 | 2024-08-21T21:28:39.576Z | [ recovery-image] Aug 21 21:28:38.237 INFO O| Aug 21 21:28:38.237 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2024-08-21T21:28:39.586Z | [ recovery-image] Aug 21 21:28:38.246 INFO O| Aug 21 21:28:38.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6501 | 2024-08-21T21:28:39.586Z | [ recovery-image] Aug 21 21:28:38.247 INFO O| Aug 21 21:28:38.247 INFO STEP 869 (remove_files) COMPLETE |
6502 | 2024-08-21T21:28:39.590Z | [ recovery-image] Aug 21 21:28:38.247 INFO O| Aug 21 21:28:38.247 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2024-08-21T21:28:39.595Z | [ recovery-image] Aug 21 21:28:38.256 INFO O| Aug 21 21:28:38.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6504 | 2024-08-21T21:28:39.595Z | [ recovery-image] Aug 21 21:28:38.256 INFO O| Aug 21 21:28:38.256 INFO STEP 870 (remove_files) COMPLETE |
6505 | 2024-08-21T21:28:39.598Z | [ recovery-image] Aug 21 21:28:38.256 INFO O| Aug 21 21:28:38.256 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2024-08-21T21:28:39.605Z | [ recovery-image] Aug 21 21:28:38.266 INFO O| Aug 21 21:28:38.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6507 | 2024-08-21T21:28:39.605Z | [ recovery-image] Aug 21 21:28:38.266 INFO O| Aug 21 21:28:38.266 INFO STEP 871 (remove_files) COMPLETE |
6508 | 2024-08-21T21:28:39.608Z | [ recovery-image] Aug 21 21:28:38.266 INFO O| Aug 21 21:28:38.266 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2024-08-21T21:28:39.615Z | [ recovery-image] Aug 21 21:28:38.275 INFO O| Aug 21 21:28:38.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6510 | 2024-08-21T21:28:39.617Z | [ recovery-image] Aug 21 21:28:38.275 INFO O| Aug 21 21:28:38.275 INFO STEP 872 (remove_files) COMPLETE |
6511 | 2024-08-21T21:28:39.617Z | [ recovery-image] Aug 21 21:28:38.275 INFO O| Aug 21 21:28:38.275 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2024-08-21T21:28:39.625Z | [ recovery-image] Aug 21 21:28:38.285 INFO O| Aug 21 21:28:38.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6513 | 2024-08-21T21:28:39.625Z | [ recovery-image] Aug 21 21:28:38.285 INFO O| Aug 21 21:28:38.285 INFO STEP 873 (remove_files) COMPLETE |
6514 | 2024-08-21T21:28:39.629Z | [ recovery-image] Aug 21 21:28:38.285 INFO O| Aug 21 21:28:38.285 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2024-08-21T21:28:39.634Z | [ recovery-image] Aug 21 21:28:38.295 INFO O| Aug 21 21:28:38.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6516 | 2024-08-21T21:28:39.637Z | [ recovery-image] Aug 21 21:28:38.295 INFO O| Aug 21 21:28:38.295 INFO STEP 874 (remove_files) COMPLETE |
6517 | 2024-08-21T21:28:39.637Z | [ recovery-image] Aug 21 21:28:38.295 INFO O| Aug 21 21:28:38.295 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2024-08-21T21:28:39.644Z | [ recovery-image] Aug 21 21:28:38.304 INFO O| Aug 21 21:28:38.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6519 | 2024-08-21T21:28:39.644Z | [ recovery-image] Aug 21 21:28:38.304 INFO O| Aug 21 21:28:38.304 INFO STEP 875 (remove_files) COMPLETE |
6520 | 2024-08-21T21:28:39.644Z | [ recovery-image] Aug 21 21:28:38.304 INFO O| Aug 21 21:28:38.304 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-08-21T21:28:39.654Z | [ recovery-image] Aug 21 21:28:38.315 INFO O| Aug 21 21:28:38.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6522 | 2024-08-21T21:28:39.654Z | [ recovery-image] Aug 21 21:28:38.315 INFO O| Aug 21 21:28:38.315 INFO STEP 876 (remove_files) COMPLETE |
6523 | 2024-08-21T21:28:39.657Z | [ recovery-image] Aug 21 21:28:38.315 INFO O| Aug 21 21:28:38.315 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-08-21T21:28:39.664Z | [ recovery-image] Aug 21 21:28:38.325 INFO O| Aug 21 21:28:38.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6525 | 2024-08-21T21:28:39.667Z | [ recovery-image] Aug 21 21:28:38.325 INFO O| Aug 21 21:28:38.325 INFO STEP 877 (remove_files) COMPLETE |
6526 | 2024-08-21T21:28:39.667Z | [ recovery-image] Aug 21 21:28:38.325 INFO O| Aug 21 21:28:38.325 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2024-08-21T21:28:39.674Z | [ recovery-image] Aug 21 21:28:38.335 INFO O| Aug 21 21:28:38.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6528 | 2024-08-21T21:28:39.678Z | [ recovery-image] Aug 21 21:28:38.335 INFO O| Aug 21 21:28:38.335 INFO STEP 878 (remove_files) COMPLETE |
6529 | 2024-08-21T21:28:39.678Z | [ recovery-image] Aug 21 21:28:38.335 INFO O| Aug 21 21:28:38.335 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2024-08-21T21:28:39.687Z | [ recovery-image] Aug 21 21:28:38.344 INFO O| Aug 21 21:28:38.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6531 | 2024-08-21T21:28:39.687Z | [ recovery-image] Aug 21 21:28:38.344 INFO O| Aug 21 21:28:38.344 INFO STEP 879 (remove_files) COMPLETE |
6532 | 2024-08-21T21:28:39.687Z | [ recovery-image] Aug 21 21:28:38.344 INFO O| Aug 21 21:28:38.344 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2024-08-21T21:28:39.693Z | [ recovery-image] Aug 21 21:28:38.354 INFO O| Aug 21 21:28:38.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6534 | 2024-08-21T21:28:39.693Z | [ recovery-image] Aug 21 21:28:38.354 INFO O| Aug 21 21:28:38.354 INFO STEP 880 (remove_files) COMPLETE |
6535 | 2024-08-21T21:28:39.696Z | [ recovery-image] Aug 21 21:28:38.354 INFO O| Aug 21 21:28:38.354 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-08-21T21:28:39.703Z | [ recovery-image] Aug 21 21:28:38.363 INFO O| Aug 21 21:28:38.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6537 | 2024-08-21T21:28:39.703Z | [ recovery-image] Aug 21 21:28:38.363 INFO O| Aug 21 21:28:38.363 INFO STEP 881 (remove_files) COMPLETE |
6538 | 2024-08-21T21:28:39.706Z | [ recovery-image] Aug 21 21:28:38.363 INFO O| Aug 21 21:28:38.363 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-08-21T21:28:39.712Z | [ recovery-image] Aug 21 21:28:38.373 INFO O| Aug 21 21:28:38.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6540 | 2024-08-21T21:28:39.712Z | [ recovery-image] Aug 21 21:28:38.373 INFO O| Aug 21 21:28:38.373 INFO STEP 882 (remove_files) COMPLETE |
6541 | 2024-08-21T21:28:39.712Z | [ recovery-image] Aug 21 21:28:38.373 INFO O| Aug 21 21:28:38.373 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-08-21T21:28:39.722Z | [ recovery-image] Aug 21 21:28:38.382 INFO O| Aug 21 21:28:38.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6543 | 2024-08-21T21:28:39.722Z | [ recovery-image] Aug 21 21:28:38.382 INFO O| Aug 21 21:28:38.382 INFO STEP 883 (remove_files) COMPLETE |
6544 | 2024-08-21T21:28:39.725Z | [ recovery-image] Aug 21 21:28:38.382 INFO O| Aug 21 21:28:38.382 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-08-21T21:28:39.731Z | [ recovery-image] Aug 21 21:28:38.392 INFO O| Aug 21 21:28:38.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6546 | 2024-08-21T21:28:39.731Z | [ recovery-image] Aug 21 21:28:38.392 INFO O| Aug 21 21:28:38.392 INFO STEP 884 (remove_files) COMPLETE |
6547 | 2024-08-21T21:28:39.733Z | [ recovery-image] Aug 21 21:28:38.392 INFO O| Aug 21 21:28:38.392 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-08-21T21:28:39.741Z | [ recovery-image] Aug 21 21:28:38.402 INFO O| Aug 21 21:28:38.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6549 | 2024-08-21T21:28:39.741Z | [ recovery-image] Aug 21 21:28:38.402 INFO O| Aug 21 21:28:38.402 INFO STEP 885 (remove_files) COMPLETE |
6550 | 2024-08-21T21:28:39.743Z | [ recovery-image] Aug 21 21:28:38.402 INFO O| Aug 21 21:28:38.402 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-08-21T21:28:39.750Z | [ recovery-image] Aug 21 21:28:38.411 INFO O| Aug 21 21:28:38.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6552 | 2024-08-21T21:28:39.750Z | [ recovery-image] Aug 21 21:28:38.411 INFO O| Aug 21 21:28:38.411 INFO STEP 886 (remove_files) COMPLETE |
6553 | 2024-08-21T21:28:39.753Z | [ recovery-image] Aug 21 21:28:38.411 INFO O| Aug 21 21:28:38.411 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-08-21T21:28:39.760Z | [ recovery-image] Aug 21 21:28:38.421 INFO O| Aug 21 21:28:38.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6555 | 2024-08-21T21:28:39.760Z | [ recovery-image] Aug 21 21:28:38.421 INFO O| Aug 21 21:28:38.421 INFO STEP 887 (remove_files) COMPLETE |
6556 | 2024-08-21T21:28:39.760Z | [ recovery-image] Aug 21 21:28:38.421 INFO O| Aug 21 21:28:38.421 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-08-21T21:28:39.770Z | [ recovery-image] Aug 21 21:28:38.431 INFO O| Aug 21 21:28:38.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6558 | 2024-08-21T21:28:39.770Z | [ recovery-image] Aug 21 21:28:38.431 INFO O| Aug 21 21:28:38.431 INFO STEP 888 (remove_files) COMPLETE |
6559 | 2024-08-21T21:28:39.770Z | [ recovery-image] Aug 21 21:28:38.431 INFO O| Aug 21 21:28:38.431 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-08-21T21:28:39.780Z | [ recovery-image] Aug 21 21:28:38.441 INFO O| Aug 21 21:28:38.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6561 | 2024-08-21T21:28:39.783Z | [ recovery-image] Aug 21 21:28:38.441 INFO O| Aug 21 21:28:38.441 INFO STEP 889 (remove_files) COMPLETE |
6562 | 2024-08-21T21:28:39.783Z | [ recovery-image] Aug 21 21:28:38.441 INFO O| Aug 21 21:28:38.441 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-08-21T21:28:39.790Z | [ recovery-image] Aug 21 21:28:38.451 INFO O| Aug 21 21:28:38.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6564 | 2024-08-21T21:28:39.790Z | [ recovery-image] Aug 21 21:28:38.451 INFO O| Aug 21 21:28:38.451 INFO STEP 890 (remove_files) COMPLETE |
6565 | 2024-08-21T21:28:39.790Z | [ recovery-image] Aug 21 21:28:38.451 INFO O| Aug 21 21:28:38.451 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-08-21T21:28:39.802Z | [ recovery-image] Aug 21 21:28:38.462 INFO O| Aug 21 21:28:38.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6567 | 2024-08-21T21:28:39.806Z | [ recovery-image] Aug 21 21:28:38.462 INFO O| Aug 21 21:28:38.462 INFO STEP 891 (remove_files) COMPLETE |
6568 | 2024-08-21T21:28:39.806Z | [ recovery-image] Aug 21 21:28:38.463 INFO O| Aug 21 21:28:38.462 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-08-21T21:28:39.812Z | [ recovery-image] Aug 21 21:28:38.473 INFO O| Aug 21 21:28:38.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6570 | 2024-08-21T21:28:39.812Z | [ recovery-image] Aug 21 21:28:38.473 INFO O| Aug 21 21:28:38.473 INFO STEP 892 (remove_files) COMPLETE |
6571 | 2024-08-21T21:28:39.815Z | [ recovery-image] Aug 21 21:28:38.473 INFO O| Aug 21 21:28:38.473 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-08-21T21:28:39.822Z | [ recovery-image] Aug 21 21:28:38.483 INFO O| Aug 21 21:28:38.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6573 | 2024-08-21T21:28:39.822Z | [ recovery-image] Aug 21 21:28:38.483 INFO O| Aug 21 21:28:38.483 INFO STEP 893 (remove_files) COMPLETE |
6574 | 2024-08-21T21:28:39.825Z | [ recovery-image] Aug 21 21:28:38.483 INFO O| Aug 21 21:28:38.483 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-08-21T21:28:39.832Z | [ recovery-image] Aug 21 21:28:38.493 INFO O| Aug 21 21:28:38.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6576 | 2024-08-21T21:28:39.832Z | [ recovery-image] Aug 21 21:28:38.493 INFO O| Aug 21 21:28:38.493 INFO STEP 894 (remove_files) COMPLETE |
6577 | 2024-08-21T21:28:39.835Z | [ recovery-image] Aug 21 21:28:38.493 INFO O| Aug 21 21:28:38.493 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-08-21T21:28:39.842Z | [ recovery-image] Aug 21 21:28:38.502 INFO O| Aug 21 21:28:38.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6579 | 2024-08-21T21:28:39.842Z | [ recovery-image] Aug 21 21:28:38.502 INFO O| Aug 21 21:28:38.502 INFO STEP 895 (remove_files) COMPLETE |
6580 | 2024-08-21T21:28:39.844Z | [ recovery-image] Aug 21 21:28:38.502 INFO O| Aug 21 21:28:38.502 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-08-21T21:28:39.851Z | [ recovery-image] Aug 21 21:28:38.512 INFO O| Aug 21 21:28:38.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6582 | 2024-08-21T21:28:39.851Z | [ recovery-image] Aug 21 21:28:38.512 INFO O| Aug 21 21:28:38.512 INFO STEP 896 (remove_files) COMPLETE |
6583 | 2024-08-21T21:28:39.854Z | [ recovery-image] Aug 21 21:28:38.512 INFO O| Aug 21 21:28:38.512 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-08-21T21:28:39.861Z | [ recovery-image] Aug 21 21:28:38.522 INFO O| Aug 21 21:28:38.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6585 | 2024-08-21T21:28:39.861Z | [ recovery-image] Aug 21 21:28:38.522 INFO O| Aug 21 21:28:38.522 INFO STEP 897 (remove_files) COMPLETE |
6586 | 2024-08-21T21:28:39.861Z | [ recovery-image] Aug 21 21:28:38.522 INFO O| Aug 21 21:28:38.522 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-08-21T21:28:39.871Z | [ recovery-image] Aug 21 21:28:38.532 INFO O| Aug 21 21:28:38.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6588 | 2024-08-21T21:28:39.874Z | [ recovery-image] Aug 21 21:28:38.532 INFO O| Aug 21 21:28:38.532 INFO STEP 898 (remove_files) COMPLETE |
6589 | 2024-08-21T21:28:39.874Z | [ recovery-image] Aug 21 21:28:38.532 INFO O| Aug 21 21:28:38.532 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-08-21T21:28:39.881Z | [ recovery-image] Aug 21 21:28:38.541 INFO O| Aug 21 21:28:38.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6591 | 2024-08-21T21:28:39.884Z | [ recovery-image] Aug 21 21:28:38.542 INFO O| Aug 21 21:28:38.542 INFO STEP 899 (remove_files) COMPLETE |
6592 | 2024-08-21T21:28:39.884Z | [ recovery-image] Aug 21 21:28:38.542 INFO O| Aug 21 21:28:38.542 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-08-21T21:28:39.891Z | [ recovery-image] Aug 21 21:28:38.551 INFO O| Aug 21 21:28:38.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6594 | 2024-08-21T21:28:39.891Z | [ recovery-image] Aug 21 21:28:38.552 INFO O| Aug 21 21:28:38.552 INFO STEP 900 (remove_files) COMPLETE |
6595 | 2024-08-21T21:28:39.891Z | [ recovery-image] Aug 21 21:28:38.552 INFO O| Aug 21 21:28:38.552 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-08-21T21:28:39.900Z | [ recovery-image] Aug 21 21:28:38.561 INFO O| Aug 21 21:28:38.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6597 | 2024-08-21T21:28:39.900Z | [ recovery-image] Aug 21 21:28:38.561 INFO O| Aug 21 21:28:38.561 INFO STEP 901 (remove_files) COMPLETE |
6598 | 2024-08-21T21:28:39.903Z | [ recovery-image] Aug 21 21:28:38.561 INFO O| Aug 21 21:28:38.561 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-08-21T21:28:39.911Z | [ recovery-image] Aug 21 21:28:38.571 INFO O| Aug 21 21:28:38.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6600 | 2024-08-21T21:28:39.911Z | [ recovery-image] Aug 21 21:28:38.571 INFO O| Aug 21 21:28:38.571 INFO STEP 902 (remove_files) COMPLETE |
6601 | 2024-08-21T21:28:39.914Z | [ recovery-image] Aug 21 21:28:38.571 INFO O| Aug 21 21:28:38.571 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-08-21T21:28:39.923Z | [ recovery-image] Aug 21 21:28:38.583 INFO O| Aug 21 21:28:38.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6603 | 2024-08-21T21:28:39.923Z | [ recovery-image] Aug 21 21:28:38.583 INFO O| Aug 21 21:28:38.583 INFO STEP 903 (remove_files) COMPLETE |
6604 | 2024-08-21T21:28:39.925Z | [ recovery-image] Aug 21 21:28:38.583 INFO O| Aug 21 21:28:38.583 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-08-21T21:28:39.933Z | [ recovery-image] Aug 21 21:28:38.594 INFO O| Aug 21 21:28:38.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6606 | 2024-08-21T21:28:39.933Z | [ recovery-image] Aug 21 21:28:38.594 INFO O| Aug 21 21:28:38.594 INFO STEP 904 (remove_files) COMPLETE |
6607 | 2024-08-21T21:28:39.936Z | [ recovery-image] Aug 21 21:28:38.594 INFO O| Aug 21 21:28:38.594 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-08-21T21:28:39.944Z | [ recovery-image] Aug 21 21:28:38.605 INFO O| Aug 21 21:28:38.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6609 | 2024-08-21T21:28:39.944Z | [ recovery-image] Aug 21 21:28:38.605 INFO O| Aug 21 21:28:38.605 INFO STEP 905 (remove_files) COMPLETE |
6610 | 2024-08-21T21:28:39.947Z | [ recovery-image] Aug 21 21:28:38.605 INFO O| Aug 21 21:28:38.605 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-08-21T21:28:39.955Z | [ recovery-image] Aug 21 21:28:38.615 INFO O| Aug 21 21:28:38.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6612 | 2024-08-21T21:28:39.955Z | [ recovery-image] Aug 21 21:28:38.615 INFO O| Aug 21 21:28:38.615 INFO STEP 906 (remove_files) COMPLETE |
6613 | 2024-08-21T21:28:39.957Z | [ recovery-image] Aug 21 21:28:38.616 INFO O| Aug 21 21:28:38.615 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-08-21T21:28:39.965Z | [ recovery-image] Aug 21 21:28:38.626 INFO O| Aug 21 21:28:38.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6615 | 2024-08-21T21:28:39.965Z | [ recovery-image] Aug 21 21:28:38.626 INFO O| Aug 21 21:28:38.626 INFO STEP 907 (remove_files) COMPLETE |
6616 | 2024-08-21T21:28:39.965Z | [ recovery-image] Aug 21 21:28:38.626 INFO O| Aug 21 21:28:38.626 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-08-21T21:28:39.975Z | [ recovery-image] Aug 21 21:28:38.636 INFO O| Aug 21 21:28:38.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6618 | 2024-08-21T21:28:39.978Z | [ recovery-image] Aug 21 21:28:38.636 INFO O| Aug 21 21:28:38.636 INFO STEP 908 (remove_files) COMPLETE |
6619 | 2024-08-21T21:28:39.978Z | [ recovery-image] Aug 21 21:28:38.636 INFO O| Aug 21 21:28:38.636 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-08-21T21:28:39.985Z | [ recovery-image] Aug 21 21:28:38.646 INFO O| Aug 21 21:28:38.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6621 | 2024-08-21T21:28:39.985Z | [ recovery-image] Aug 21 21:28:38.646 INFO O| Aug 21 21:28:38.646 INFO STEP 909 (remove_files) COMPLETE |
6622 | 2024-08-21T21:28:39.988Z | [ recovery-image] Aug 21 21:28:38.646 INFO O| Aug 21 21:28:38.646 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-08-21T21:28:39.995Z | [ recovery-image] Aug 21 21:28:38.656 INFO O| Aug 21 21:28:38.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6624 | 2024-08-21T21:28:39.998Z | [ recovery-image] Aug 21 21:28:38.656 INFO O| Aug 21 21:28:38.656 INFO STEP 910 (remove_files) COMPLETE |
6625 | 2024-08-21T21:28:39.998Z | [ recovery-image] Aug 21 21:28:38.656 INFO O| Aug 21 21:28:38.656 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-08-21T21:28:40.006Z | [ recovery-image] Aug 21 21:28:38.666 INFO O| Aug 21 21:28:38.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6627 | 2024-08-21T21:28:40.008Z | [ recovery-image] Aug 21 21:28:38.666 INFO O| Aug 21 21:28:38.666 INFO STEP 911 (remove_files) COMPLETE |
6628 | 2024-08-21T21:28:40.009Z | [ recovery-image] Aug 21 21:28:38.666 INFO O| Aug 21 21:28:38.666 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-08-21T21:28:40.016Z | [ recovery-image] Aug 21 21:28:38.677 INFO O| Aug 21 21:28:38.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6630 | 2024-08-21T21:28:40.018Z | [ recovery-image] Aug 21 21:28:38.677 INFO O| Aug 21 21:28:38.677 INFO STEP 912 (remove_files) COMPLETE |
6631 | 2024-08-21T21:28:40.018Z | [ recovery-image] Aug 21 21:28:38.677 INFO O| Aug 21 21:28:38.677 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-08-21T21:28:40.029Z | [ recovery-image] Aug 21 21:28:38.689 INFO O| Aug 21 21:28:38.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6633 | 2024-08-21T21:28:40.029Z | [ recovery-image] Aug 21 21:28:38.689 INFO O| Aug 21 21:28:38.689 INFO STEP 913 (remove_files) COMPLETE |
6634 | 2024-08-21T21:28:40.029Z | [ recovery-image] Aug 21 21:28:38.689 INFO O| Aug 21 21:28:38.689 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-08-21T21:28:40.038Z | [ recovery-image] Aug 21 21:28:38.698 INFO O| Aug 21 21:28:38.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6636 | 2024-08-21T21:28:40.038Z | [ recovery-image] Aug 21 21:28:38.698 INFO O| Aug 21 21:28:38.698 INFO STEP 914 (remove_files) COMPLETE |
6637 | 2024-08-21T21:28:40.047Z | [ recovery-image] Aug 21 21:28:38.698 INFO O| Aug 21 21:28:38.698 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-08-21T21:28:40.047Z | [ recovery-image] Aug 21 21:28:38.707 INFO O| Aug 21 21:28:38.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6639 | 2024-08-21T21:28:40.049Z | [ recovery-image] Aug 21 21:28:38.708 INFO O| Aug 21 21:28:38.707 INFO STEP 915 (remove_files) COMPLETE |
6640 | 2024-08-21T21:28:40.049Z | [ recovery-image] Aug 21 21:28:38.708 INFO O| Aug 21 21:28:38.708 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-08-21T21:28:40.056Z | [ recovery-image] Aug 21 21:28:38.717 INFO O| Aug 21 21:28:38.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6642 | 2024-08-21T21:28:40.056Z | [ recovery-image] Aug 21 21:28:38.717 INFO O| Aug 21 21:28:38.717 INFO STEP 916 (remove_files) COMPLETE |
6643 | 2024-08-21T21:28:40.056Z | [ recovery-image] Aug 21 21:28:38.717 INFO O| Aug 21 21:28:38.717 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-08-21T21:28:40.066Z | [ recovery-image] Aug 21 21:28:38.726 INFO O| Aug 21 21:28:38.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6645 | 2024-08-21T21:28:40.066Z | [ recovery-image] Aug 21 21:28:38.726 INFO O| Aug 21 21:28:38.726 INFO STEP 917 (remove_files) COMPLETE |
6646 | 2024-08-21T21:28:40.066Z | [ recovery-image] Aug 21 21:28:38.726 INFO O| Aug 21 21:28:38.726 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-08-21T21:28:40.075Z | [ recovery-image] Aug 21 21:28:38.736 INFO O| Aug 21 21:28:38.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6648 | 2024-08-21T21:28:40.075Z | [ recovery-image] Aug 21 21:28:38.736 INFO O| Aug 21 21:28:38.736 INFO STEP 918 (remove_files) COMPLETE |
6649 | 2024-08-21T21:28:40.075Z | [ recovery-image] Aug 21 21:28:38.736 INFO O| Aug 21 21:28:38.736 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-08-21T21:28:40.084Z | [ recovery-image] Aug 21 21:28:38.745 INFO O| Aug 21 21:28:38.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6651 | 2024-08-21T21:28:40.087Z | [ recovery-image] Aug 21 21:28:38.745 INFO O| Aug 21 21:28:38.745 INFO STEP 919 (remove_files) COMPLETE |
6652 | 2024-08-21T21:28:40.087Z | [ recovery-image] Aug 21 21:28:38.745 INFO O| Aug 21 21:28:38.745 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-08-21T21:28:40.093Z | [ recovery-image] Aug 21 21:28:38.754 INFO O| Aug 21 21:28:38.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6654 | 2024-08-21T21:28:40.093Z | [ recovery-image] Aug 21 21:28:38.754 INFO O| Aug 21 21:28:38.754 INFO STEP 920 (remove_files) COMPLETE |
6655 | 2024-08-21T21:28:40.093Z | [ recovery-image] Aug 21 21:28:38.754 INFO O| Aug 21 21:28:38.754 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-08-21T21:28:40.102Z | [ recovery-image] Aug 21 21:28:38.763 INFO O| Aug 21 21:28:38.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6657 | 2024-08-21T21:28:40.102Z | [ recovery-image] Aug 21 21:28:38.763 INFO O| Aug 21 21:28:38.763 INFO STEP 921 (remove_files) COMPLETE |
6658 | 2024-08-21T21:28:40.105Z | [ recovery-image] Aug 21 21:28:38.763 INFO O| Aug 21 21:28:38.763 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-08-21T21:28:40.112Z | [ recovery-image] Aug 21 21:28:38.772 INFO O| Aug 21 21:28:38.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6660 | 2024-08-21T21:28:40.112Z | [ recovery-image] Aug 21 21:28:38.772 INFO O| Aug 21 21:28:38.772 INFO STEP 922 (remove_files) COMPLETE |
6661 | 2024-08-21T21:28:40.112Z | [ recovery-image] Aug 21 21:28:38.772 INFO O| Aug 21 21:28:38.772 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-08-21T21:28:40.121Z | [ recovery-image] Aug 21 21:28:38.782 INFO O| Aug 21 21:28:38.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6663 | 2024-08-21T21:28:40.121Z | [ recovery-image] Aug 21 21:28:38.782 INFO O| Aug 21 21:28:38.782 INFO STEP 923 (remove_files) COMPLETE |
6664 | 2024-08-21T21:28:40.123Z | [ recovery-image] Aug 21 21:28:38.782 INFO O| Aug 21 21:28:38.782 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-08-21T21:28:40.131Z | [ recovery-image] Aug 21 21:28:38.791 INFO O| Aug 21 21:28:38.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6666 | 2024-08-21T21:28:40.131Z | [ recovery-image] Aug 21 21:28:38.791 INFO O| Aug 21 21:28:38.791 INFO STEP 924 (remove_files) COMPLETE |
6667 | 2024-08-21T21:28:40.131Z | [ recovery-image] Aug 21 21:28:38.791 INFO O| Aug 21 21:28:38.791 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-08-21T21:28:40.143Z | [ recovery-image] Aug 21 21:28:38.803 INFO O| Aug 21 21:28:38.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6669 | 2024-08-21T21:28:40.143Z | [ recovery-image] Aug 21 21:28:38.803 INFO O| Aug 21 21:28:38.803 INFO STEP 925 (remove_files) COMPLETE |
6670 | 2024-08-21T21:28:40.143Z | [ recovery-image] Aug 21 21:28:38.803 INFO O| Aug 21 21:28:38.803 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-08-21T21:28:40.154Z | [ recovery-image] Aug 21 21:28:38.814 INFO O| Aug 21 21:28:38.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6672 | 2024-08-21T21:28:40.154Z | [ recovery-image] Aug 21 21:28:38.814 INFO O| Aug 21 21:28:38.814 INFO STEP 926 (remove_files) COMPLETE |
6673 | 2024-08-21T21:28:40.154Z | [ recovery-image] Aug 21 21:28:38.814 INFO O| Aug 21 21:28:38.814 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-08-21T21:28:40.164Z | [ recovery-image] Aug 21 21:28:38.825 INFO O| Aug 21 21:28:38.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6675 | 2024-08-21T21:28:40.168Z | [ recovery-image] Aug 21 21:28:38.825 INFO O| Aug 21 21:28:38.825 INFO STEP 927 (remove_files) COMPLETE |
6676 | 2024-08-21T21:28:40.168Z | [ recovery-image] Aug 21 21:28:38.825 INFO O| Aug 21 21:28:38.825 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-08-21T21:28:40.175Z | [ recovery-image] Aug 21 21:28:38.836 INFO O| Aug 21 21:28:38.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6678 | 2024-08-21T21:28:40.178Z | [ recovery-image] Aug 21 21:28:38.836 INFO O| Aug 21 21:28:38.836 INFO STEP 928 (remove_files) COMPLETE |
6679 | 2024-08-21T21:28:40.178Z | [ recovery-image] Aug 21 21:28:38.836 INFO O| Aug 21 21:28:38.836 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-08-21T21:28:40.186Z | [ recovery-image] Aug 21 21:28:38.846 INFO O| Aug 21 21:28:38.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6681 | 2024-08-21T21:28:40.188Z | [ recovery-image] Aug 21 21:28:38.846 INFO O| Aug 21 21:28:38.846 INFO STEP 929 (remove_files) COMPLETE |
6682 | 2024-08-21T21:28:40.188Z | [ recovery-image] Aug 21 21:28:38.847 INFO O| Aug 21 21:28:38.846 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2024-08-21T21:28:40.196Z | [ recovery-image] Aug 21 21:28:38.857 INFO O| Aug 21 21:28:38.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6684 | 2024-08-21T21:28:40.196Z | [ recovery-image] Aug 21 21:28:38.857 INFO O| Aug 21 21:28:38.857 INFO STEP 930 (remove_files) COMPLETE |
6685 | 2024-08-21T21:28:40.196Z | [ recovery-image] Aug 21 21:28:38.857 INFO O| Aug 21 21:28:38.857 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2024-08-21T21:28:40.206Z | [ recovery-image] Aug 21 21:28:38.867 INFO O| Aug 21 21:28:38.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6687 | 2024-08-21T21:28:40.206Z | [ recovery-image] Aug 21 21:28:38.867 INFO O| Aug 21 21:28:38.867 INFO STEP 931 (remove_files) COMPLETE |
6688 | 2024-08-21T21:28:40.206Z | [ recovery-image] Aug 21 21:28:38.867 INFO O| Aug 21 21:28:38.867 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2024-08-21T21:28:40.216Z | [ recovery-image] Aug 21 21:28:38.877 INFO O| Aug 21 21:28:38.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6690 | 2024-08-21T21:28:40.216Z | [ recovery-image] Aug 21 21:28:38.877 INFO O| Aug 21 21:28:38.877 INFO STEP 932 (remove_files) COMPLETE |
6691 | 2024-08-21T21:28:40.216Z | [ recovery-image] Aug 21 21:28:38.877 INFO O| Aug 21 21:28:38.877 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2024-08-21T21:28:40.226Z | [ recovery-image] Aug 21 21:28:38.886 INFO O| Aug 21 21:28:38.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6693 | 2024-08-21T21:28:40.226Z | [ recovery-image] Aug 21 21:28:38.886 INFO O| Aug 21 21:28:38.886 INFO STEP 933 (remove_files) COMPLETE |
6694 | 2024-08-21T21:28:40.226Z | [ recovery-image] Aug 21 21:28:38.887 INFO O| Aug 21 21:28:38.886 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2024-08-21T21:28:40.235Z | [ recovery-image] Aug 21 21:28:38.896 INFO O| Aug 21 21:28:38.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6696 | 2024-08-21T21:28:40.235Z | [ recovery-image] Aug 21 21:28:38.896 INFO O| Aug 21 21:28:38.896 INFO STEP 934 (remove_files) COMPLETE |
6697 | 2024-08-21T21:28:40.238Z | [ recovery-image] Aug 21 21:28:38.896 INFO O| Aug 21 21:28:38.896 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-08-21T21:28:40.245Z | [ recovery-image] Aug 21 21:28:38.905 INFO O| Aug 21 21:28:38.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6699 | 2024-08-21T21:28:40.245Z | [ recovery-image] Aug 21 21:28:38.906 INFO O| Aug 21 21:28:38.906 INFO STEP 935 (remove_files) COMPLETE |
6700 | 2024-08-21T21:28:40.247Z | [ recovery-image] Aug 21 21:28:38.906 INFO O| Aug 21 21:28:38.906 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2024-08-21T21:28:40.254Z | [ recovery-image] Aug 21 21:28:38.915 INFO O| Aug 21 21:28:38.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6702 | 2024-08-21T21:28:40.257Z | [ recovery-image] Aug 21 21:28:38.915 INFO O| Aug 21 21:28:38.915 INFO STEP 936 (remove_files) COMPLETE |
6703 | 2024-08-21T21:28:40.257Z | [ recovery-image] Aug 21 21:28:38.916 INFO O| Aug 21 21:28:38.915 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2024-08-21T21:28:40.264Z | [ recovery-image] Aug 21 21:28:38.925 INFO O| Aug 21 21:28:38.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6705 | 2024-08-21T21:28:40.264Z | [ recovery-image] Aug 21 21:28:38.925 INFO O| Aug 21 21:28:38.925 INFO STEP 937 (remove_files) COMPLETE |
6706 | 2024-08-21T21:28:40.267Z | [ recovery-image] Aug 21 21:28:38.925 INFO O| Aug 21 21:28:38.925 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2024-08-21T21:28:40.274Z | [ recovery-image] Aug 21 21:28:38.934 INFO O| Aug 21 21:28:38.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6708 | 2024-08-21T21:28:40.274Z | [ recovery-image] Aug 21 21:28:38.935 INFO O| Aug 21 21:28:38.935 INFO STEP 938 (remove_files) COMPLETE |
6709 | 2024-08-21T21:28:40.274Z | [ recovery-image] Aug 21 21:28:38.935 INFO O| Aug 21 21:28:38.935 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2024-08-21T21:28:40.293Z | [ recovery-image] Aug 21 21:28:38.953 INFO O| Aug 21 21:28:38.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6711 | 2024-08-21T21:28:40.293Z | [ recovery-image] Aug 21 21:28:38.953 INFO O| Aug 21 21:28:38.951 INFO STEP 939 (remove_files) COMPLETE |
6712 | 2024-08-21T21:28:40.293Z | [ recovery-image] Aug 21 21:28:38.953 INFO O| Aug 21 21:28:38.951 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2024-08-21T21:28:40.304Z | [ recovery-image] Aug 21 21:28:38.964 INFO O| Aug 21 21:28:38.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6714 | 2024-08-21T21:28:40.304Z | [ recovery-image] Aug 21 21:28:38.964 INFO O| Aug 21 21:28:38.964 INFO STEP 940 (remove_files) COMPLETE |
6715 | 2024-08-21T21:28:40.306Z | [ recovery-image] Aug 21 21:28:38.964 INFO O| Aug 21 21:28:38.964 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6716 | 2024-08-21T21:28:40.315Z | [ recovery-image] Aug 21 21:28:38.976 INFO O| Aug 21 21:28:38.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6717 | 2024-08-21T21:28:40.318Z | [ recovery-image] Aug 21 21:28:38.976 INFO O| Aug 21 21:28:38.976 INFO STEP 941 (remove_files) COMPLETE |
6718 | 2024-08-21T21:28:40.318Z | [ recovery-image] Aug 21 21:28:38.976 INFO O| Aug 21 21:28:38.976 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6719 | 2024-08-21T21:28:40.326Z | [ recovery-image] Aug 21 21:28:38.987 INFO O| Aug 21 21:28:38.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6720 | 2024-08-21T21:28:40.326Z | [ recovery-image] Aug 21 21:28:38.987 INFO O| Aug 21 21:28:38.987 INFO STEP 942 (remove_files) COMPLETE |
6721 | 2024-08-21T21:28:40.326Z | [ recovery-image] Aug 21 21:28:38.987 INFO O| Aug 21 21:28:38.987 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6722 | 2024-08-21T21:28:40.336Z | [ recovery-image] Aug 21 21:28:38.997 INFO O| Aug 21 21:28:38.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6723 | 2024-08-21T21:28:40.336Z | [ recovery-image] Aug 21 21:28:38.997 INFO O| Aug 21 21:28:38.997 INFO STEP 943 (remove_files) COMPLETE |
6724 | 2024-08-21T21:28:40.336Z | [ recovery-image] Aug 21 21:28:38.997 INFO O| Aug 21 21:28:38.997 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6725 | 2024-08-21T21:28:40.347Z | [ recovery-image] Aug 21 21:28:39.007 INFO O| Aug 21 21:28:39.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6726 | 2024-08-21T21:28:40.347Z | [ recovery-image] Aug 21 21:28:39.007 INFO O| Aug 21 21:28:39.007 INFO STEP 944 (remove_files) COMPLETE |
6727 | 2024-08-21T21:28:40.347Z | [ recovery-image] Aug 21 21:28:39.007 INFO O| Aug 21 21:28:39.007 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6728 | 2024-08-21T21:28:40.356Z | [ recovery-image] Aug 21 21:28:39.017 INFO O| Aug 21 21:28:39.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6729 | 2024-08-21T21:28:40.356Z | [ recovery-image] Aug 21 21:28:39.017 INFO O| Aug 21 21:28:39.017 INFO STEP 945 (remove_files) COMPLETE |
6730 | 2024-08-21T21:28:40.356Z | [ recovery-image] Aug 21 21:28:39.017 INFO O| Aug 21 21:28:39.017 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6731 | 2024-08-21T21:28:40.366Z | [ recovery-image] Aug 21 21:28:39.026 INFO O| Aug 21 21:28:39.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6732 | 2024-08-21T21:28:40.366Z | [ recovery-image] Aug 21 21:28:39.026 INFO O| Aug 21 21:28:39.026 INFO STEP 946 (remove_files) COMPLETE |
6733 | 2024-08-21T21:28:40.366Z | [ recovery-image] Aug 21 21:28:39.026 INFO O| Aug 21 21:28:39.026 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6734 | 2024-08-21T21:28:40.375Z | [ recovery-image] Aug 21 21:28:39.036 INFO O| Aug 21 21:28:39.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6735 | 2024-08-21T21:28:40.375Z | [ recovery-image] Aug 21 21:28:39.036 INFO O| Aug 21 21:28:39.036 INFO STEP 947 (remove_files) COMPLETE |
6736 | 2024-08-21T21:28:40.377Z | [ recovery-image] Aug 21 21:28:39.036 INFO O| Aug 21 21:28:39.036 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6737 | 2024-08-21T21:28:40.385Z | [ recovery-image] Aug 21 21:28:39.045 INFO O| Aug 21 21:28:39.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6738 | 2024-08-21T21:28:40.385Z | [ recovery-image] Aug 21 21:28:39.045 INFO O| Aug 21 21:28:39.045 INFO STEP 948 (remove_files) COMPLETE |
6739 | 2024-08-21T21:28:40.385Z | [ recovery-image] Aug 21 21:28:39.045 INFO O| Aug 21 21:28:39.045 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6740 | 2024-08-21T21:28:40.394Z | [ recovery-image] Aug 21 21:28:39.054 INFO O| Aug 21 21:28:39.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6741 | 2024-08-21T21:28:40.394Z | [ recovery-image] Aug 21 21:28:39.054 INFO O| Aug 21 21:28:39.054 INFO STEP 949 (remove_files) COMPLETE |
6742 | 2024-08-21T21:28:40.394Z | [ recovery-image] Aug 21 21:28:39.055 INFO O| Aug 21 21:28:39.054 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6743 | 2024-08-21T21:28:40.404Z | [ recovery-image] Aug 21 21:28:39.064 INFO O| Aug 21 21:28:39.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6744 | 2024-08-21T21:28:40.404Z | [ recovery-image] Aug 21 21:28:39.064 INFO O| Aug 21 21:28:39.064 INFO STEP 950 (remove_files) COMPLETE |
6745 | 2024-08-21T21:28:40.404Z | [ recovery-image] Aug 21 21:28:39.064 INFO O| Aug 21 21:28:39.064 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6746 | 2024-08-21T21:28:40.413Z | [ recovery-image] Aug 21 21:28:39.073 INFO O| Aug 21 21:28:39.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6747 | 2024-08-21T21:28:40.413Z | [ recovery-image] Aug 21 21:28:39.073 INFO O| Aug 21 21:28:39.073 INFO STEP 951 (remove_files) COMPLETE |
6748 | 2024-08-21T21:28:40.413Z | [ recovery-image] Aug 21 21:28:39.073 INFO O| Aug 21 21:28:39.073 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6749 | 2024-08-21T21:28:40.422Z | [ recovery-image] Aug 21 21:28:39.083 INFO O| Aug 21 21:28:39.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6750 | 2024-08-21T21:28:40.422Z | [ recovery-image] Aug 21 21:28:39.083 INFO O| Aug 21 21:28:39.083 INFO STEP 952 (remove_files) COMPLETE |
6751 | 2024-08-21T21:28:40.425Z | [ recovery-image] Aug 21 21:28:39.083 INFO O| Aug 21 21:28:39.083 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6752 | 2024-08-21T21:28:40.434Z | [ recovery-image] Aug 21 21:28:39.095 INFO O| Aug 21 21:28:39.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6753 | 2024-08-21T21:28:40.434Z | [ recovery-image] Aug 21 21:28:39.095 INFO O| Aug 21 21:28:39.095 INFO STEP 953 (remove_files) COMPLETE |
6754 | 2024-08-21T21:28:40.438Z | [ recovery-image] Aug 21 21:28:39.095 INFO O| Aug 21 21:28:39.095 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6755 | 2024-08-21T21:28:40.445Z | [ recovery-image] Aug 21 21:28:39.106 INFO O| Aug 21 21:28:39.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6756 | 2024-08-21T21:28:40.448Z | [ recovery-image] Aug 21 21:28:39.106 INFO O| Aug 21 21:28:39.106 INFO STEP 954 (remove_files) COMPLETE |
6757 | 2024-08-21T21:28:40.448Z | [ recovery-image] Aug 21 21:28:39.106 INFO O| Aug 21 21:28:39.106 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6758 | 2024-08-21T21:28:40.456Z | [ recovery-image] Aug 21 21:28:39.117 INFO O| Aug 21 21:28:39.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6759 | 2024-08-21T21:28:40.459Z | [ recovery-image] Aug 21 21:28:39.117 INFO O| Aug 21 21:28:39.117 INFO STEP 955 (remove_files) COMPLETE |
6760 | 2024-08-21T21:28:40.459Z | [ recovery-image] Aug 21 21:28:39.117 INFO O| Aug 21 21:28:39.117 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6761 | 2024-08-21T21:28:40.468Z | [ recovery-image] Aug 21 21:28:39.128 INFO O| Aug 21 21:28:39.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6762 | 2024-08-21T21:28:40.470Z | [ recovery-image] Aug 21 21:28:39.128 INFO O| Aug 21 21:28:39.128 INFO STEP 956 (remove_files) COMPLETE |
6763 | 2024-08-21T21:28:40.470Z | [ recovery-image] Aug 21 21:28:39.128 INFO O| Aug 21 21:28:39.128 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6764 | 2024-08-21T21:28:40.479Z | [ recovery-image] Aug 21 21:28:39.139 INFO O| Aug 21 21:28:39.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6765 | 2024-08-21T21:28:40.479Z | [ recovery-image] Aug 21 21:28:39.139 INFO O| Aug 21 21:28:39.139 INFO STEP 957 (remove_files) COMPLETE |
6766 | 2024-08-21T21:28:40.479Z | [ recovery-image] Aug 21 21:28:39.139 INFO O| Aug 21 21:28:39.139 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6767 | 2024-08-21T21:28:40.490Z | [ recovery-image] Aug 21 21:28:39.150 INFO O| Aug 21 21:28:39.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6768 | 2024-08-21T21:28:40.493Z | [ recovery-image] Aug 21 21:28:39.150 INFO O| Aug 21 21:28:39.150 INFO STEP 958 (remove_files) COMPLETE |
6769 | 2024-08-21T21:28:40.493Z | [ recovery-image] Aug 21 21:28:39.150 INFO O| Aug 21 21:28:39.150 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6770 | 2024-08-21T21:28:40.500Z | [ recovery-image] Aug 21 21:28:39.161 INFO O| Aug 21 21:28:39.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6771 | 2024-08-21T21:28:40.503Z | [ recovery-image] Aug 21 21:28:39.161 INFO O| Aug 21 21:28:39.161 INFO STEP 959 (remove_files) COMPLETE |
6772 | 2024-08-21T21:28:40.503Z | [ recovery-image] Aug 21 21:28:39.161 INFO O| Aug 21 21:28:39.161 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6773 | 2024-08-21T21:28:40.510Z | [ recovery-image] Aug 21 21:28:39.170 INFO O| Aug 21 21:28:39.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6774 | 2024-08-21T21:28:40.512Z | [ recovery-image] Aug 21 21:28:39.170 INFO O| Aug 21 21:28:39.170 INFO STEP 960 (remove_files) COMPLETE |
6775 | 2024-08-21T21:28:40.512Z | [ recovery-image] Aug 21 21:28:39.170 INFO O| Aug 21 21:28:39.170 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6776 | 2024-08-21T21:28:40.519Z | [ recovery-image] Aug 21 21:28:39.180 INFO O| Aug 21 21:28:39.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6777 | 2024-08-21T21:28:40.520Z | [ recovery-image] Aug 21 21:28:39.180 INFO O| Aug 21 21:28:39.180 INFO STEP 961 (remove_files) COMPLETE |
6778 | 2024-08-21T21:28:40.523Z | [ recovery-image] Aug 21 21:28:39.180 INFO O| Aug 21 21:28:39.180 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6779 | 2024-08-21T21:28:40.529Z | [ recovery-image] Aug 21 21:28:39.189 INFO O| Aug 21 21:28:39.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6780 | 2024-08-21T21:28:40.532Z | [ recovery-image] Aug 21 21:28:39.190 INFO O| Aug 21 21:28:39.190 INFO STEP 962 (remove_files) COMPLETE |
6781 | 2024-08-21T21:28:40.532Z | [ recovery-image] Aug 21 21:28:39.190 INFO O| Aug 21 21:28:39.190 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6782 | 2024-08-21T21:28:40.538Z | [ recovery-image] Aug 21 21:28:39.199 INFO O| Aug 21 21:28:39.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6783 | 2024-08-21T21:28:40.538Z | [ recovery-image] Aug 21 21:28:39.199 INFO O| Aug 21 21:28:39.199 INFO STEP 963 (remove_files) COMPLETE |
6784 | 2024-08-21T21:28:40.541Z | [ recovery-image] Aug 21 21:28:39.199 INFO O| Aug 21 21:28:39.199 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6785 | 2024-08-21T21:28:40.548Z | [ recovery-image] Aug 21 21:28:39.208 INFO O| Aug 21 21:28:39.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6786 | 2024-08-21T21:28:40.550Z | [ recovery-image] Aug 21 21:28:39.208 INFO O| Aug 21 21:28:39.208 INFO STEP 964 (remove_files) COMPLETE |
6787 | 2024-08-21T21:28:40.550Z | [ recovery-image] Aug 21 21:28:39.208 INFO O| Aug 21 21:28:39.208 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6788 | 2024-08-21T21:28:40.557Z | [ recovery-image] Aug 21 21:28:39.218 INFO O| Aug 21 21:28:39.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6789 | 2024-08-21T21:28:40.559Z | [ recovery-image] Aug 21 21:28:39.218 INFO O| Aug 21 21:28:39.218 INFO STEP 965 (remove_files) COMPLETE |
6790 | 2024-08-21T21:28:40.560Z | [ recovery-image] Aug 21 21:28:39.218 INFO O| Aug 21 21:28:39.218 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6791 | 2024-08-21T21:28:40.567Z | [ recovery-image] Aug 21 21:28:39.227 INFO O| Aug 21 21:28:39.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6792 | 2024-08-21T21:28:40.567Z | [ recovery-image] Aug 21 21:28:39.228 INFO O| Aug 21 21:28:39.228 INFO STEP 966 (remove_files) COMPLETE |
6793 | 2024-08-21T21:28:40.569Z | [ recovery-image] Aug 21 21:28:39.228 INFO O| Aug 21 21:28:39.228 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6794 | 2024-08-21T21:28:40.576Z | [ recovery-image] Aug 21 21:28:39.237 INFO O| Aug 21 21:28:39.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6795 | 2024-08-21T21:28:40.579Z | [ recovery-image] Aug 21 21:28:39.237 INFO O| Aug 21 21:28:39.237 INFO STEP 967 (remove_files) COMPLETE |
6796 | 2024-08-21T21:28:40.579Z | [ recovery-image] Aug 21 21:28:39.237 INFO O| Aug 21 21:28:39.237 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6797 | 2024-08-21T21:28:40.586Z | [ recovery-image] Aug 21 21:28:39.247 INFO O| Aug 21 21:28:39.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6798 | 2024-08-21T21:28:40.586Z | [ recovery-image] Aug 21 21:28:39.247 INFO O| Aug 21 21:28:39.247 INFO STEP 968 (remove_files) COMPLETE |
6799 | 2024-08-21T21:28:40.586Z | [ recovery-image] Aug 21 21:28:39.247 INFO O| Aug 21 21:28:39.247 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6800 | 2024-08-21T21:28:40.595Z | [ recovery-image] Aug 21 21:28:39.256 INFO O| Aug 21 21:28:39.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6801 | 2024-08-21T21:28:40.598Z | [ recovery-image] Aug 21 21:28:39.256 INFO O| Aug 21 21:28:39.256 INFO STEP 969 (remove_files) COMPLETE |
6802 | 2024-08-21T21:28:40.598Z | [ recovery-image] Aug 21 21:28:39.256 INFO O| Aug 21 21:28:39.256 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6803 | 2024-08-21T21:28:40.605Z | [ recovery-image] Aug 21 21:28:39.265 INFO O| Aug 21 21:28:39.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6804 | 2024-08-21T21:28:40.607Z | [ recovery-image] Aug 21 21:28:39.266 INFO O| Aug 21 21:28:39.265 INFO STEP 970 (remove_files) COMPLETE |
6805 | 2024-08-21T21:28:40.608Z | [ recovery-image] Aug 21 21:28:39.266 INFO O| Aug 21 21:28:39.266 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6806 | 2024-08-21T21:28:40.614Z | [ recovery-image] Aug 21 21:28:39.275 INFO O| Aug 21 21:28:39.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6807 | 2024-08-21T21:28:40.617Z | [ recovery-image] Aug 21 21:28:39.275 INFO O| Aug 21 21:28:39.275 INFO STEP 971 (remove_files) COMPLETE |
6808 | 2024-08-21T21:28:40.617Z | [ recovery-image] Aug 21 21:28:39.275 INFO O| Aug 21 21:28:39.275 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6809 | 2024-08-21T21:28:40.624Z | [ recovery-image] Aug 21 21:28:39.284 INFO O| Aug 21 21:28:39.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6810 | 2024-08-21T21:28:40.626Z | [ recovery-image] Aug 21 21:28:39.285 INFO O| Aug 21 21:28:39.285 INFO STEP 972 (remove_files) COMPLETE |
6811 | 2024-08-21T21:28:40.626Z | [ recovery-image] Aug 21 21:28:39.285 INFO O| Aug 21 21:28:39.285 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2024-08-21T21:28:40.633Z | [ recovery-image] Aug 21 21:28:39.294 INFO O| Aug 21 21:28:39.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6813 | 2024-08-21T21:28:40.636Z | [ recovery-image] Aug 21 21:28:39.294 INFO O| Aug 21 21:28:39.294 INFO STEP 973 (remove_files) COMPLETE |
6814 | 2024-08-21T21:28:40.636Z | [ recovery-image] Aug 21 21:28:39.294 INFO O| Aug 21 21:28:39.294 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2024-08-21T21:28:40.643Z | [ recovery-image] Aug 21 21:28:39.303 INFO O| Aug 21 21:28:39.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6816 | 2024-08-21T21:28:40.645Z | [ recovery-image] Aug 21 21:28:39.303 INFO O| Aug 21 21:28:39.303 INFO STEP 974 (remove_files) COMPLETE |
6817 | 2024-08-21T21:28:40.645Z | [ recovery-image] Aug 21 21:28:39.303 INFO O| Aug 21 21:28:39.303 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2024-08-21T21:28:40.652Z | [ recovery-image] Aug 21 21:28:39.313 INFO O| Aug 21 21:28:39.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6819 | 2024-08-21T21:28:40.652Z | [ recovery-image] Aug 21 21:28:39.313 INFO O| Aug 21 21:28:39.313 INFO STEP 975 (remove_files) COMPLETE |
6820 | 2024-08-21T21:28:40.653Z | [ recovery-image] Aug 21 21:28:39.313 INFO O| Aug 21 21:28:39.313 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2024-08-21T21:28:40.662Z | [ recovery-image] Aug 21 21:28:39.322 INFO O| Aug 21 21:28:39.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6822 | 2024-08-21T21:28:40.664Z | [ recovery-image] Aug 21 21:28:39.322 INFO O| Aug 21 21:28:39.322 INFO STEP 976 (remove_files) COMPLETE |
6823 | 2024-08-21T21:28:40.664Z | [ recovery-image] Aug 21 21:28:39.323 INFO O| Aug 21 21:28:39.322 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2024-08-21T21:28:40.672Z | [ recovery-image] Aug 21 21:28:39.332 INFO O| Aug 21 21:28:39.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6825 | 2024-08-21T21:28:40.672Z | [ recovery-image] Aug 21 21:28:39.332 INFO O| Aug 21 21:28:39.332 INFO STEP 977 (remove_files) COMPLETE |
6826 | 2024-08-21T21:28:40.672Z | [ recovery-image] Aug 21 21:28:39.332 INFO O| Aug 21 21:28:39.332 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2024-08-21T21:28:40.681Z | [ recovery-image] Aug 21 21:28:39.341 INFO O| Aug 21 21:28:39.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6828 | 2024-08-21T21:28:40.683Z | [ recovery-image] Aug 21 21:28:39.342 INFO O| Aug 21 21:28:39.342 INFO STEP 978 (remove_files) COMPLETE |
6829 | 2024-08-21T21:28:40.683Z | [ recovery-image] Aug 21 21:28:39.342 INFO O| Aug 21 21:28:39.342 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2024-08-21T21:28:40.690Z | [ recovery-image] Aug 21 21:28:39.351 INFO O| Aug 21 21:28:39.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6831 | 2024-08-21T21:28:40.691Z | [ recovery-image] Aug 21 21:28:39.351 INFO O| Aug 21 21:28:39.351 INFO STEP 979 (remove_files) COMPLETE |
6832 | 2024-08-21T21:28:40.693Z | [ recovery-image] Aug 21 21:28:39.351 INFO O| Aug 21 21:28:39.351 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2024-08-21T21:28:40.700Z | [ recovery-image] Aug 21 21:28:39.361 INFO O| Aug 21 21:28:39.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6834 | 2024-08-21T21:28:40.702Z | [ recovery-image] Aug 21 21:28:39.361 INFO O| Aug 21 21:28:39.361 INFO STEP 980 (remove_files) COMPLETE |
6835 | 2024-08-21T21:28:40.702Z | [ recovery-image] Aug 21 21:28:39.361 INFO O| Aug 21 21:28:39.361 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2024-08-21T21:28:40.709Z | [ recovery-image] Aug 21 21:28:39.370 INFO O| Aug 21 21:28:39.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6837 | 2024-08-21T21:28:40.709Z | [ recovery-image] Aug 21 21:28:39.370 INFO O| Aug 21 21:28:39.370 INFO STEP 981 (remove_files) COMPLETE |
6838 | 2024-08-21T21:28:40.712Z | [ recovery-image] Aug 21 21:28:39.370 INFO O| Aug 21 21:28:39.370 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2024-08-21T21:28:40.719Z | [ recovery-image] Aug 21 21:28:39.379 INFO O| Aug 21 21:28:39.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6840 | 2024-08-21T21:28:40.719Z | [ recovery-image] Aug 21 21:28:39.380 INFO O| Aug 21 21:28:39.379 INFO STEP 982 (remove_files) COMPLETE |
6841 | 2024-08-21T21:28:40.719Z | [ recovery-image] Aug 21 21:28:39.380 INFO O| Aug 21 21:28:39.379 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2024-08-21T21:28:40.728Z | [ recovery-image] Aug 21 21:28:39.389 INFO O| Aug 21 21:28:39.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6843 | 2024-08-21T21:28:40.728Z | [ recovery-image] Aug 21 21:28:39.389 INFO O| Aug 21 21:28:39.389 INFO STEP 983 (remove_files) COMPLETE |
6844 | 2024-08-21T21:28:40.731Z | [ recovery-image] Aug 21 21:28:39.389 INFO O| Aug 21 21:28:39.389 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2024-08-21T21:28:40.738Z | [ recovery-image] Aug 21 21:28:39.398 INFO O| Aug 21 21:28:39.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6846 | 2024-08-21T21:28:40.738Z | [ recovery-image] Aug 21 21:28:39.399 INFO O| Aug 21 21:28:39.398 INFO STEP 984 (remove_files) COMPLETE |
6847 | 2024-08-21T21:28:40.740Z | [ recovery-image] Aug 21 21:28:39.399 INFO O| Aug 21 21:28:39.398 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2024-08-21T21:28:40.747Z | [ recovery-image] Aug 21 21:28:39.408 INFO O| Aug 21 21:28:39.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6849 | 2024-08-21T21:28:40.747Z | [ recovery-image] Aug 21 21:28:39.408 INFO O| Aug 21 21:28:39.408 INFO STEP 985 (remove_files) COMPLETE |
6850 | 2024-08-21T21:28:40.750Z | [ recovery-image] Aug 21 21:28:39.408 INFO O| Aug 21 21:28:39.408 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2024-08-21T21:28:40.757Z | [ recovery-image] Aug 21 21:28:39.417 INFO O| Aug 21 21:28:39.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6852 | 2024-08-21T21:28:40.757Z | [ recovery-image] Aug 21 21:28:39.418 INFO O| Aug 21 21:28:39.418 INFO STEP 986 (remove_files) COMPLETE |
6853 | 2024-08-21T21:28:40.757Z | [ recovery-image] Aug 21 21:28:39.418 INFO O| Aug 21 21:28:39.418 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2024-08-21T21:28:40.766Z | [ recovery-image] Aug 21 21:28:39.427 INFO O| Aug 21 21:28:39.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6855 | 2024-08-21T21:28:40.769Z | [ recovery-image] Aug 21 21:28:39.427 INFO O| Aug 21 21:28:39.427 INFO STEP 987 (remove_files) COMPLETE |
6856 | 2024-08-21T21:28:40.769Z | [ recovery-image] Aug 21 21:28:39.427 INFO O| Aug 21 21:28:39.427 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2024-08-21T21:28:40.776Z | [ recovery-image] Aug 21 21:28:39.436 INFO O| Aug 21 21:28:39.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6858 | 2024-08-21T21:28:40.776Z | [ recovery-image] Aug 21 21:28:39.437 INFO O| Aug 21 21:28:39.436 INFO STEP 988 (remove_files) COMPLETE |
6859 | 2024-08-21T21:28:40.776Z | [ recovery-image] Aug 21 21:28:39.437 INFO O| Aug 21 21:28:39.437 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2024-08-21T21:28:40.787Z | [ recovery-image] Aug 21 21:28:39.448 INFO O| Aug 21 21:28:39.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6861 | 2024-08-21T21:28:40.787Z | [ recovery-image] Aug 21 21:28:39.448 INFO O| Aug 21 21:28:39.448 INFO STEP 989 (remove_files) COMPLETE |
6862 | 2024-08-21T21:28:40.790Z | [ recovery-image] Aug 21 21:28:39.448 INFO O| Aug 21 21:28:39.448 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2024-08-21T21:28:40.799Z | [ recovery-image] Aug 21 21:28:39.459 INFO O| Aug 21 21:28:39.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6864 | 2024-08-21T21:28:40.799Z | [ recovery-image] Aug 21 21:28:39.459 INFO O| Aug 21 21:28:39.459 INFO STEP 990 (remove_files) COMPLETE |
6865 | 2024-08-21T21:28:40.799Z | [ recovery-image] Aug 21 21:28:39.459 INFO O| Aug 21 21:28:39.459 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2024-08-21T21:28:40.810Z | [ recovery-image] Aug 21 21:28:39.470 INFO O| Aug 21 21:28:39.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6867 | 2024-08-21T21:28:40.810Z | [ recovery-image] Aug 21 21:28:39.470 INFO O| Aug 21 21:28:39.470 INFO STEP 991 (remove_files) COMPLETE |
6868 | 2024-08-21T21:28:40.812Z | [ recovery-image] Aug 21 21:28:39.470 INFO O| Aug 21 21:28:39.470 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2024-08-21T21:28:40.820Z | [ recovery-image] Aug 21 21:28:39.481 INFO O| Aug 21 21:28:39.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6870 | 2024-08-21T21:28:40.820Z | [ recovery-image] Aug 21 21:28:39.481 INFO O| Aug 21 21:28:39.481 INFO STEP 992 (remove_files) COMPLETE |
6871 | 2024-08-21T21:28:40.820Z | [ recovery-image] Aug 21 21:28:39.481 INFO O| Aug 21 21:28:39.481 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2024-08-21T21:28:40.832Z | [ recovery-image] Aug 21 21:28:39.493 INFO O| Aug 21 21:28:39.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6873 | 2024-08-21T21:28:40.832Z | [ recovery-image] Aug 21 21:28:39.493 INFO O| Aug 21 21:28:39.493 INFO STEP 993 (remove_files) COMPLETE |
6874 | 2024-08-21T21:28:40.832Z | [ recovery-image] Aug 21 21:28:39.493 INFO O| Aug 21 21:28:39.493 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2024-08-21T21:28:40.844Z | [ recovery-image] Aug 21 21:28:39.504 INFO O| Aug 21 21:28:39.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6876 | 2024-08-21T21:28:40.844Z | [ recovery-image] Aug 21 21:28:39.504 INFO O| Aug 21 21:28:39.504 INFO STEP 994 (remove_files) COMPLETE |
6877 | 2024-08-21T21:28:40.844Z | [ recovery-image] Aug 21 21:28:39.504 INFO O| Aug 21 21:28:39.504 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-08-21T21:28:40.856Z | [ recovery-image] Aug 21 21:28:39.516 INFO O| Aug 21 21:28:39.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6879 | 2024-08-21T21:28:40.856Z | [ recovery-image] Aug 21 21:28:39.516 INFO O| Aug 21 21:28:39.516 INFO STEP 995 (remove_files) COMPLETE |
6880 | 2024-08-21T21:28:40.856Z | [ recovery-image] Aug 21 21:28:39.516 INFO O| Aug 21 21:28:39.516 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-08-21T21:28:40.867Z | [ recovery-image] Aug 21 21:28:39.527 INFO O| Aug 21 21:28:39.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6882 | 2024-08-21T21:28:40.867Z | [ recovery-image] Aug 21 21:28:39.527 INFO O| Aug 21 21:28:39.527 INFO STEP 996 (remove_files) COMPLETE |
6883 | 2024-08-21T21:28:40.869Z | [ recovery-image] Aug 21 21:28:39.527 INFO O| Aug 21 21:28:39.527 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-08-21T21:28:40.877Z | [ recovery-image] Aug 21 21:28:39.538 INFO O| Aug 21 21:28:39.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6885 | 2024-08-21T21:28:40.879Z | [ recovery-image] Aug 21 21:28:39.538 INFO O| Aug 21 21:28:39.538 INFO STEP 997 (remove_files) COMPLETE |
6886 | 2024-08-21T21:28:40.879Z | [ recovery-image] Aug 21 21:28:39.538 INFO O| Aug 21 21:28:39.538 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-08-21T21:28:40.887Z | [ recovery-image] Aug 21 21:28:39.547 INFO O| Aug 21 21:28:39.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6888 | 2024-08-21T21:28:40.887Z | [ recovery-image] Aug 21 21:28:39.548 INFO O| Aug 21 21:28:39.547 INFO STEP 998 (remove_files) COMPLETE |
6889 | 2024-08-21T21:28:40.890Z | [ recovery-image] Aug 21 21:28:39.548 INFO O| Aug 21 21:28:39.547 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2024-08-21T21:28:40.897Z | [ recovery-image] Aug 21 21:28:39.557 INFO O| Aug 21 21:28:39.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6891 | 2024-08-21T21:28:40.897Z | [ recovery-image] Aug 21 21:28:39.557 INFO O| Aug 21 21:28:39.557 INFO STEP 999 (remove_files) COMPLETE |
6892 | 2024-08-21T21:28:40.899Z | [ recovery-image] Aug 21 21:28:39.557 INFO O| Aug 21 21:28:39.557 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2024-08-21T21:28:40.906Z | [ recovery-image] Aug 21 21:28:39.567 INFO O| Aug 21 21:28:39.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6894 | 2024-08-21T21:28:40.906Z | [ recovery-image] Aug 21 21:28:39.567 INFO O| Aug 21 21:28:39.567 INFO STEP 1000 (remove_files) COMPLETE |
6895 | 2024-08-21T21:28:40.909Z | [ recovery-image] Aug 21 21:28:39.567 INFO O| Aug 21 21:28:39.567 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-08-21T21:28:40.916Z | [ recovery-image] Aug 21 21:28:39.577 INFO O| Aug 21 21:28:39.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6897 | 2024-08-21T21:28:40.916Z | [ recovery-image] Aug 21 21:28:39.577 INFO O| Aug 21 21:28:39.577 INFO STEP 1001 (remove_files) COMPLETE |
6898 | 2024-08-21T21:28:40.920Z | [ recovery-image] Aug 21 21:28:39.577 INFO O| Aug 21 21:28:39.577 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-08-21T21:28:40.926Z | [ recovery-image] Aug 21 21:28:39.586 INFO O| Aug 21 21:28:39.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6900 | 2024-08-21T21:28:40.926Z | [ recovery-image] Aug 21 21:28:39.586 INFO O| Aug 21 21:28:39.586 INFO STEP 1002 (remove_files) COMPLETE |
6901 | 2024-08-21T21:28:40.929Z | [ recovery-image] Aug 21 21:28:39.586 INFO O| Aug 21 21:28:39.586 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-08-21T21:28:40.935Z | [ recovery-image] Aug 21 21:28:39.596 INFO O| Aug 21 21:28:39.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6903 | 2024-08-21T21:28:40.937Z | [ recovery-image] Aug 21 21:28:39.596 INFO O| Aug 21 21:28:39.596 INFO STEP 1003 (remove_files) COMPLETE |
6904 | 2024-08-21T21:28:40.937Z | [ recovery-image] Aug 21 21:28:39.596 INFO O| Aug 21 21:28:39.596 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-08-21T21:28:40.945Z | [ recovery-image] Aug 21 21:28:39.605 INFO O| Aug 21 21:28:39.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6906 | 2024-08-21T21:28:40.947Z | [ recovery-image] Aug 21 21:28:39.605 INFO O| Aug 21 21:28:39.605 INFO STEP 1004 (remove_files) COMPLETE |
6907 | 2024-08-21T21:28:40.947Z | [ recovery-image] Aug 21 21:28:39.605 INFO O| Aug 21 21:28:39.605 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-08-21T21:28:40.954Z | [ recovery-image] Aug 21 21:28:39.615 INFO O| Aug 21 21:28:39.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6909 | 2024-08-21T21:28:40.954Z | [ recovery-image] Aug 21 21:28:39.615 INFO O| Aug 21 21:28:39.615 INFO STEP 1005 (remove_files) COMPLETE |
6910 | 2024-08-21T21:28:40.956Z | [ recovery-image] Aug 21 21:28:39.615 INFO O| Aug 21 21:28:39.615 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-08-21T21:28:40.964Z | [ recovery-image] Aug 21 21:28:39.625 INFO O| Aug 21 21:28:39.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6912 | 2024-08-21T21:28:40.964Z | [ recovery-image] Aug 21 21:28:39.625 INFO O| Aug 21 21:28:39.625 INFO STEP 1006 (remove_files) COMPLETE |
6913 | 2024-08-21T21:28:40.964Z | [ recovery-image] Aug 21 21:28:39.625 INFO O| Aug 21 21:28:39.625 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-08-21T21:28:40.974Z | [ recovery-image] Aug 21 21:28:39.634 INFO O| Aug 21 21:28:39.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6915 | 2024-08-21T21:28:40.974Z | [ recovery-image] Aug 21 21:28:39.634 INFO O| Aug 21 21:28:39.634 INFO STEP 1007 (remove_files) COMPLETE |
6916 | 2024-08-21T21:28:40.976Z | [ recovery-image] Aug 21 21:28:39.634 INFO O| Aug 21 21:28:39.634 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-08-21T21:28:40.983Z | [ recovery-image] Aug 21 21:28:39.643 INFO O| Aug 21 21:28:39.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6918 | 2024-08-21T21:28:40.983Z | [ recovery-image] Aug 21 21:28:39.644 INFO O| Aug 21 21:28:39.643 INFO STEP 1008 (remove_files) COMPLETE |
6919 | 2024-08-21T21:28:40.983Z | [ recovery-image] Aug 21 21:28:39.644 INFO O| Aug 21 21:28:39.644 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-08-21T21:28:40.987Z | [ host-image] Aug 21 21:28:39.647 INFO O| Aug 21 21:28:39.647 INFO O| Planning: Solver setup ... Done |
6921 | 2024-08-21T21:28:40.990Z | [ host-image] Aug 21 21:28:39.651 INFO O| Aug 21 21:28:39.651 INFO O| Planning: Running solver ... Done |
6922 | 2024-08-21T21:28:40.993Z | [ recovery-image] Aug 21 21:28:39.653 INFO O| Aug 21 21:28:39.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6923 | 2024-08-21T21:28:40.995Z | [ recovery-image] Aug 21 21:28:39.653 INFO O| Aug 21 21:28:39.653 INFO STEP 1009 (remove_files) COMPLETE |
6924 | 2024-08-21T21:28:40.995Z | [ recovery-image] Aug 21 21:28:39.653 INFO O| Aug 21 21:28:39.653 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-08-21T21:28:41.003Z | [ recovery-image] Aug 21 21:28:39.663 INFO O| Aug 21 21:28:39.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6926 | 2024-08-21T21:28:41.003Z | [ recovery-image] Aug 21 21:28:39.663 INFO O| Aug 21 21:28:39.663 INFO STEP 1010 (remove_files) COMPLETE |
6927 | 2024-08-21T21:28:41.003Z | [ recovery-image] Aug 21 21:28:39.663 INFO O| Aug 21 21:28:39.663 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-08-21T21:28:41.013Z | [ recovery-image] Aug 21 21:28:39.673 INFO O| Aug 21 21:28:39.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6929 | 2024-08-21T21:28:41.013Z | [ recovery-image] Aug 21 21:28:39.673 INFO O| Aug 21 21:28:39.673 INFO STEP 1011 (remove_files) COMPLETE |
6930 | 2024-08-21T21:28:41.015Z | [ recovery-image] Aug 21 21:28:39.673 INFO O| Aug 21 21:28:39.673 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-08-21T21:28:41.022Z | [ recovery-image] Aug 21 21:28:39.683 INFO O| Aug 21 21:28:39.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6932 | 2024-08-21T21:28:41.025Z | [ recovery-image] Aug 21 21:28:39.683 INFO O| Aug 21 21:28:39.683 INFO STEP 1012 (remove_files) COMPLETE |
6933 | 2024-08-21T21:28:41.025Z | [ recovery-image] Aug 21 21:28:39.683 INFO O| Aug 21 21:28:39.683 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-08-21T21:28:41.027Z | [ host-image] Aug 21 21:28:39.688 INFO O| Aug 21 21:28:39.688 INFO O| Planning: Finding local manifests ... Done |
6935 | 2024-08-21T21:28:41.030Z | [ host-image] Aug 21 21:28:39.689 INFO O| Aug 21 21:28:39.689 INFO O| Planning: Fetching manifests: 0/6 0% complete |
6936 | 2024-08-21T21:28:41.032Z | [ recovery-image] Aug 21 21:28:39.693 INFO O| Aug 21 21:28:39.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6937 | 2024-08-21T21:28:41.032Z | [ recovery-image] Aug 21 21:28:39.693 INFO O| Aug 21 21:28:39.693 INFO STEP 1013 (remove_files) COMPLETE |
6938 | 2024-08-21T21:28:41.036Z | [ recovery-image] Aug 21 21:28:39.693 INFO O| Aug 21 21:28:39.693 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-08-21T21:28:41.042Z | [ recovery-image] Aug 21 21:28:39.702 INFO O| Aug 21 21:28:39.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6940 | 2024-08-21T21:28:41.042Z | [ recovery-image] Aug 21 21:28:39.702 INFO O| Aug 21 21:28:39.702 INFO STEP 1014 (remove_files) COMPLETE |
6941 | 2024-08-21T21:28:41.042Z | [ recovery-image] Aug 21 21:28:39.702 INFO O| Aug 21 21:28:39.702 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-08-21T21:28:41.053Z | [ recovery-image] Aug 21 21:28:39.712 INFO O| Aug 21 21:28:39.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6943 | 2024-08-21T21:28:41.053Z | [ recovery-image] Aug 21 21:28:39.712 INFO O| Aug 21 21:28:39.712 INFO STEP 1015 (remove_files) COMPLETE |
6944 | 2024-08-21T21:28:41.055Z | [ recovery-image] Aug 21 21:28:39.712 INFO O| Aug 21 21:28:39.712 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-08-21T21:28:41.062Z | [ recovery-image] Aug 21 21:28:39.722 INFO O| Aug 21 21:28:39.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6946 | 2024-08-21T21:28:41.062Z | [ recovery-image] Aug 21 21:28:39.722 INFO O| Aug 21 21:28:39.722 INFO STEP 1016 (remove_files) COMPLETE |
6947 | 2024-08-21T21:28:41.065Z | [ recovery-image] Aug 21 21:28:39.722 INFO O| Aug 21 21:28:39.722 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-08-21T21:28:41.072Z | [ recovery-image] Aug 21 21:28:39.732 INFO O| Aug 21 21:28:39.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6949 | 2024-08-21T21:28:41.075Z | [ recovery-image] Aug 21 21:28:39.732 INFO O| Aug 21 21:28:39.732 INFO STEP 1017 (remove_files) COMPLETE |
6950 | 2024-08-21T21:28:41.075Z | [ recovery-image] Aug 21 21:28:39.732 INFO O| Aug 21 21:28:39.732 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-08-21T21:28:41.081Z | [ recovery-image] Aug 21 21:28:39.742 INFO O| Aug 21 21:28:39.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6952 | 2024-08-21T21:28:41.084Z | [ recovery-image] Aug 21 21:28:39.742 INFO O| Aug 21 21:28:39.742 INFO STEP 1018 (remove_files) COMPLETE |
6953 | 2024-08-21T21:28:41.084Z | [ recovery-image] Aug 21 21:28:39.742 INFO O| Aug 21 21:28:39.742 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-08-21T21:28:41.091Z | [ recovery-image] Aug 21 21:28:39.751 INFO O| Aug 21 21:28:39.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6955 | 2024-08-21T21:28:41.093Z | [ recovery-image] Aug 21 21:28:39.752 INFO O| Aug 21 21:28:39.752 INFO STEP 1019 (remove_files) COMPLETE |
6956 | 2024-08-21T21:28:41.093Z | [ recovery-image] Aug 21 21:28:39.752 INFO O| Aug 21 21:28:39.752 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-08-21T21:28:41.101Z | [ recovery-image] Aug 21 21:28:39.761 INFO O| Aug 21 21:28:39.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6958 | 2024-08-21T21:28:41.103Z | [ recovery-image] Aug 21 21:28:39.762 INFO O| Aug 21 21:28:39.762 INFO STEP 1020 (remove_files) COMPLETE |
6959 | 2024-08-21T21:28:41.103Z | [ recovery-image] Aug 21 21:28:39.762 INFO O| Aug 21 21:28:39.762 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-08-21T21:28:41.111Z | [ recovery-image] Aug 21 21:28:39.771 INFO O| Aug 21 21:28:39.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6961 | 2024-08-21T21:28:41.113Z | [ recovery-image] Aug 21 21:28:39.771 INFO O| Aug 21 21:28:39.771 INFO STEP 1021 (remove_files) COMPLETE |
6962 | 2024-08-21T21:28:41.113Z | [ recovery-image] Aug 21 21:28:39.771 INFO O| Aug 21 21:28:39.771 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-08-21T21:28:41.120Z | [ recovery-image] Aug 21 21:28:39.781 INFO O| Aug 21 21:28:39.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
6964 | 2024-08-21T21:28:41.120Z | [ recovery-image] Aug 21 21:28:39.781 INFO O| Aug 21 21:28:39.781 INFO STEP 1022 (remove_files) COMPLETE |
6965 | 2024-08-21T21:28:41.123Z | [ recovery-image] Aug 21 21:28:39.781 INFO O| Aug 21 21:28:39.781 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-08-21T21:28:41.130Z | [ recovery-image] Aug 21 21:28:39.790 INFO O| Aug 21 21:28:39.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
6967 | 2024-08-21T21:28:41.130Z | [ recovery-image] Aug 21 21:28:39.791 INFO O| Aug 21 21:28:39.790 INFO STEP 1023 (remove_files) COMPLETE |
6968 | 2024-08-21T21:28:41.132Z | [ recovery-image] Aug 21 21:28:39.791 INFO O| Aug 21 21:28:39.791 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-08-21T21:28:41.140Z | [ recovery-image] Aug 21 21:28:39.800 INFO O| Aug 21 21:28:39.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
6970 | 2024-08-21T21:28:41.140Z | [ recovery-image] Aug 21 21:28:39.800 INFO O| Aug 21 21:28:39.800 INFO STEP 1024 (remove_files) COMPLETE |
6971 | 2024-08-21T21:28:41.142Z | [ recovery-image] Aug 21 21:28:39.800 INFO O| Aug 21 21:28:39.800 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-08-21T21:28:41.149Z | [ recovery-image] Aug 21 21:28:39.810 INFO O| Aug 21 21:28:39.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
6973 | 2024-08-21T21:28:41.149Z | [ recovery-image] Aug 21 21:28:39.810 INFO O| Aug 21 21:28:39.810 INFO STEP 1025 (remove_files) COMPLETE |
6974 | 2024-08-21T21:28:41.151Z | [ recovery-image] Aug 21 21:28:39.810 INFO O| Aug 21 21:28:39.810 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-08-21T21:28:41.159Z | [ recovery-image] Aug 21 21:28:39.819 INFO O| Aug 21 21:28:39.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
6976 | 2024-08-21T21:28:41.159Z | [ recovery-image] Aug 21 21:28:39.819 INFO O| Aug 21 21:28:39.819 INFO STEP 1026 (remove_files) COMPLETE |
6977 | 2024-08-21T21:28:41.162Z | [ recovery-image] Aug 21 21:28:39.819 INFO O| Aug 21 21:28:39.819 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-08-21T21:28:41.164Z | [ host-image] Aug 21 21:28:39.823 INFO O| Aug 21 21:28:39.823 INFO O| Planning: Fetching manifests: 6/6 100% complete |
6979 | 2024-08-21T21:28:41.168Z | [ recovery-image] Aug 21 21:28:39.829 INFO O| Aug 21 21:28:39.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
6980 | 2024-08-21T21:28:41.168Z | [ recovery-image] Aug 21 21:28:39.829 INFO O| Aug 21 21:28:39.829 INFO STEP 1027 (remove_files) COMPLETE |
6981 | 2024-08-21T21:28:41.168Z | [ recovery-image] Aug 21 21:28:39.829 INFO O| Aug 21 21:28:39.829 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-08-21T21:28:41.177Z | [ recovery-image] Aug 21 21:28:39.838 INFO O| Aug 21 21:28:39.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
6983 | 2024-08-21T21:28:41.177Z | [ recovery-image] Aug 21 21:28:39.838 INFO O| Aug 21 21:28:39.838 INFO STEP 1028 (remove_files) COMPLETE |
6984 | 2024-08-21T21:28:41.180Z | [ recovery-image] Aug 21 21:28:39.838 INFO O| Aug 21 21:28:39.838 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-08-21T21:28:41.187Z | [ recovery-image] Aug 21 21:28:39.847 INFO O| Aug 21 21:28:39.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
6986 | 2024-08-21T21:28:41.187Z | [ recovery-image] Aug 21 21:28:39.848 INFO O| Aug 21 21:28:39.847 INFO STEP 1029 (remove_files) COMPLETE |
6987 | 2024-08-21T21:28:41.190Z | [ recovery-image] Aug 21 21:28:39.848 INFO O| Aug 21 21:28:39.848 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-08-21T21:28:41.195Z | [ host-image] Aug 21 21:28:39.856 INFO O| Aug 21 21:28:39.856 INFO O| Planning: Package planning ... Done |
6989 | 2024-08-21T21:28:41.198Z | [ recovery-image] Aug 21 21:28:39.857 INFO O| Aug 21 21:28:39.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
6990 | 2024-08-21T21:28:41.198Z | [ recovery-image] Aug 21 21:28:39.857 INFO O| Aug 21 21:28:39.857 INFO STEP 1030 (remove_files) COMPLETE |
6991 | 2024-08-21T21:28:41.198Z | [ recovery-image] Aug 21 21:28:39.857 INFO O| Aug 21 21:28:39.857 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-08-21T21:28:41.206Z | [ recovery-image] Aug 21 21:28:39.866 INFO O| Aug 21 21:28:39.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
6993 | 2024-08-21T21:28:41.209Z | [ recovery-image] Aug 21 21:28:39.867 INFO O| Aug 21 21:28:39.866 INFO STEP 1031 (remove_files) COMPLETE |
6994 | 2024-08-21T21:28:41.209Z | [ recovery-image] Aug 21 21:28:39.867 INFO O| Aug 21 21:28:39.867 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-08-21T21:28:41.214Z | [ host-image] Aug 21 21:28:39.874 INFO O| Aug 21 21:28:39.874 INFO O| Planning: Merging actions ... Done |
6996 | 2024-08-21T21:28:41.216Z | [ recovery-image] Aug 21 21:28:39.876 INFO O| Aug 21 21:28:39.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
6997 | 2024-08-21T21:28:41.216Z | [ recovery-image] Aug 21 21:28:39.876 INFO O| Aug 21 21:28:39.876 INFO STEP 1032 (remove_files) COMPLETE |
6998 | 2024-08-21T21:28:41.216Z | [ recovery-image] Aug 21 21:28:39.876 INFO O| Aug 21 21:28:39.876 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-08-21T21:28:41.225Z | [ recovery-image] Aug 21 21:28:39.885 INFO O| Aug 21 21:28:39.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7000 | 2024-08-21T21:28:41.225Z | [ recovery-image] Aug 21 21:28:39.885 INFO O| Aug 21 21:28:39.885 INFO STEP 1033 (remove_files) COMPLETE |
7001 | 2024-08-21T21:28:41.227Z | [ recovery-image] Aug 21 21:28:39.885 INFO O| Aug 21 21:28:39.885 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2024-08-21T21:28:41.235Z | [ recovery-image] Aug 21 21:28:39.895 INFO O| Aug 21 21:28:39.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7003 | 2024-08-21T21:28:41.238Z | [ recovery-image] Aug 21 21:28:39.895 INFO O| Aug 21 21:28:39.895 INFO STEP 1034 (remove_files) COMPLETE |
7004 | 2024-08-21T21:28:41.238Z | [ recovery-image] Aug 21 21:28:39.895 INFO O| Aug 21 21:28:39.895 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2024-08-21T21:28:41.245Z | [ recovery-image] Aug 21 21:28:39.905 INFO O| Aug 21 21:28:39.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7006 | 2024-08-21T21:28:41.248Z | [ recovery-image] Aug 21 21:28:39.905 INFO O| Aug 21 21:28:39.905 INFO STEP 1035 (remove_files) COMPLETE |
7007 | 2024-08-21T21:28:41.248Z | [ recovery-image] Aug 21 21:28:39.905 INFO O| Aug 21 21:28:39.905 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2024-08-21T21:28:41.254Z | [ recovery-image] Aug 21 21:28:39.914 INFO O| Aug 21 21:28:39.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7009 | 2024-08-21T21:28:41.256Z | [ recovery-image] Aug 21 21:28:39.915 INFO O| Aug 21 21:28:39.915 INFO STEP 1036 (remove_files) COMPLETE |
7010 | 2024-08-21T21:28:41.256Z | [ recovery-image] Aug 21 21:28:39.915 INFO O| Aug 21 21:28:39.915 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-08-21T21:28:41.264Z | [ recovery-image] Aug 21 21:28:39.924 INFO O| Aug 21 21:28:39.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7012 | 2024-08-21T21:28:41.266Z | [ recovery-image] Aug 21 21:28:39.924 INFO O| Aug 21 21:28:39.924 INFO STEP 1037 (remove_files) COMPLETE |
7013 | 2024-08-21T21:28:41.266Z | [ recovery-image] Aug 21 21:28:39.924 INFO O| Aug 21 21:28:39.924 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-08-21T21:28:41.273Z | [ recovery-image] Aug 21 21:28:39.934 INFO O| Aug 21 21:28:39.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7015 | 2024-08-21T21:28:41.273Z | [ recovery-image] Aug 21 21:28:39.934 INFO O| Aug 21 21:28:39.934 INFO STEP 1038 (remove_files) COMPLETE |
7016 | 2024-08-21T21:28:41.276Z | [ recovery-image] Aug 21 21:28:39.934 INFO O| Aug 21 21:28:39.934 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2024-08-21T21:28:41.283Z | [ recovery-image] Aug 21 21:28:39.943 INFO O| Aug 21 21:28:39.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7018 | 2024-08-21T21:28:41.285Z | [ recovery-image] Aug 21 21:28:39.944 INFO O| Aug 21 21:28:39.943 INFO STEP 1039 (remove_files) COMPLETE |
7019 | 2024-08-21T21:28:41.285Z | [ recovery-image] Aug 21 21:28:39.944 INFO O| Aug 21 21:28:39.943 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-08-21T21:28:41.288Z | [ host-image] Aug 21 21:28:39.947 INFO O| Aug 21 21:28:39.947 INFO O| Planning: Checking for conflicting actions ... Done |
7021 | 2024-08-21T21:28:41.291Z | [ host-image] Aug 21 21:28:39.951 INFO O| Aug 21 21:28:39.951 INFO O| Planning: Consolidating action changes ... Done |
7022 | 2024-08-21T21:28:41.293Z | [ recovery-image] Aug 21 21:28:39.953 INFO O| Aug 21 21:28:39.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7023 | 2024-08-21T21:28:41.293Z | [ recovery-image] Aug 21 21:28:39.953 INFO O| Aug 21 21:28:39.953 INFO STEP 1040 (remove_files) COMPLETE |
7024 | 2024-08-21T21:28:41.293Z | [ recovery-image] Aug 21 21:28:39.953 INFO O| Aug 21 21:28:39.953 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-08-21T21:28:41.302Z | [ recovery-image] Aug 21 21:28:39.962 INFO O| Aug 21 21:28:39.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7026 | 2024-08-21T21:28:41.302Z | [ recovery-image] Aug 21 21:28:39.962 INFO O| Aug 21 21:28:39.962 INFO STEP 1041 (remove_files) COMPLETE |
7027 | 2024-08-21T21:28:41.302Z | [ recovery-image] Aug 21 21:28:39.962 INFO O| Aug 21 21:28:39.962 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-08-21T21:28:41.311Z | [ recovery-image] Aug 21 21:28:39.972 INFO O| Aug 21 21:28:39.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7029 | 2024-08-21T21:28:41.311Z | [ recovery-image] Aug 21 21:28:39.972 INFO O| Aug 21 21:28:39.972 INFO STEP 1042 (remove_files) COMPLETE |
7030 | 2024-08-21T21:28:41.311Z | [ recovery-image] Aug 21 21:28:39.972 INFO O| Aug 21 21:28:39.972 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-08-21T21:28:41.321Z | [ recovery-image] Aug 21 21:28:39.981 INFO O| Aug 21 21:28:39.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7032 | 2024-08-21T21:28:41.321Z | [ recovery-image] Aug 21 21:28:39.981 INFO O| Aug 21 21:28:39.981 INFO STEP 1043 (remove_files) COMPLETE |
7033 | 2024-08-21T21:28:41.323Z | [ recovery-image] Aug 21 21:28:39.981 INFO O| Aug 21 21:28:39.981 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-08-21T21:28:41.331Z | [ recovery-image] Aug 21 21:28:39.991 INFO O| Aug 21 21:28:39.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7035 | 2024-08-21T21:28:41.333Z | [ recovery-image] Aug 21 21:28:39.991 INFO O| Aug 21 21:28:39.991 INFO STEP 1044 (remove_files) COMPLETE |
7036 | 2024-08-21T21:28:41.333Z | [ recovery-image] Aug 21 21:28:39.991 INFO O| Aug 21 21:28:39.991 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-08-21T21:28:41.340Z | [ recovery-image] Aug 21 21:28:40.000 INFO O| Aug 21 21:28:40.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7038 | 2024-08-21T21:28:41.342Z | [ recovery-image] Aug 21 21:28:40.000 INFO O| Aug 21 21:28:40.000 INFO STEP 1045 (remove_files) COMPLETE |
7039 | 2024-08-21T21:28:41.342Z | [ recovery-image] Aug 21 21:28:40.000 INFO O| Aug 21 21:28:40.000 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-08-21T21:28:41.349Z | [ recovery-image] Aug 21 21:28:40.010 INFO O| Aug 21 21:28:40.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7041 | 2024-08-21T21:28:41.349Z | [ recovery-image] Aug 21 21:28:40.010 INFO O| Aug 21 21:28:40.010 INFO STEP 1046 (remove_files) COMPLETE |
7042 | 2024-08-21T21:28:41.352Z | [ recovery-image] Aug 21 21:28:40.010 INFO O| Aug 21 21:28:40.010 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-08-21T21:28:41.359Z | [ recovery-image] Aug 21 21:28:40.019 INFO O| Aug 21 21:28:40.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7044 | 2024-08-21T21:28:41.361Z | [ recovery-image] Aug 21 21:28:40.020 INFO O| Aug 21 21:28:40.019 INFO STEP 1047 (remove_files) COMPLETE |
7045 | 2024-08-21T21:28:41.361Z | [ recovery-image] Aug 21 21:28:40.020 INFO O| Aug 21 21:28:40.020 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-08-21T21:28:41.369Z | [ recovery-image] Aug 21 21:28:40.029 INFO O| Aug 21 21:28:40.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7047 | 2024-08-21T21:28:41.369Z | [ recovery-image] Aug 21 21:28:40.029 INFO O| Aug 21 21:28:40.029 INFO STEP 1048 (remove_files) COMPLETE |
7048 | 2024-08-21T21:28:41.369Z | [ recovery-image] Aug 21 21:28:40.029 INFO O| Aug 21 21:28:40.029 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-08-21T21:28:41.378Z | [ recovery-image] Aug 21 21:28:40.038 INFO O| Aug 21 21:28:40.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7050 | 2024-08-21T21:28:41.378Z | [ recovery-image] Aug 21 21:28:40.038 INFO O| Aug 21 21:28:40.038 INFO STEP 1049 (remove_files) COMPLETE |
7051 | 2024-08-21T21:28:41.381Z | [ recovery-image] Aug 21 21:28:40.038 INFO O| Aug 21 21:28:40.038 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-08-21T21:28:41.387Z | [ recovery-image] Aug 21 21:28:40.048 INFO O| Aug 21 21:28:40.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7053 | 2024-08-21T21:28:41.387Z | [ recovery-image] Aug 21 21:28:40.048 INFO O| Aug 21 21:28:40.048 INFO STEP 1050 (remove_files) COMPLETE |
7054 | 2024-08-21T21:28:41.390Z | [ recovery-image] Aug 21 21:28:40.048 INFO O| Aug 21 21:28:40.048 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-08-21T21:28:41.396Z | [ recovery-image] Aug 21 21:28:40.057 INFO O| Aug 21 21:28:40.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7056 | 2024-08-21T21:28:41.396Z | [ recovery-image] Aug 21 21:28:40.057 INFO O| Aug 21 21:28:40.057 INFO STEP 1051 (remove_files) COMPLETE |
7057 | 2024-08-21T21:28:41.399Z | [ recovery-image] Aug 21 21:28:40.057 INFO O| Aug 21 21:28:40.057 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-08-21T21:28:41.406Z | [ recovery-image] Aug 21 21:28:40.066 INFO O| Aug 21 21:28:40.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7059 | 2024-08-21T21:28:41.406Z | [ recovery-image] Aug 21 21:28:40.066 INFO O| Aug 21 21:28:40.066 INFO STEP 1052 (remove_files) COMPLETE |
7060 | 2024-08-21T21:28:41.406Z | [ recovery-image] Aug 21 21:28:40.066 INFO O| Aug 21 21:28:40.066 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-08-21T21:28:41.415Z | [ recovery-image] Aug 21 21:28:40.076 INFO O| Aug 21 21:28:40.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7062 | 2024-08-21T21:28:41.418Z | [ recovery-image] Aug 21 21:28:40.076 INFO O| Aug 21 21:28:40.076 INFO STEP 1053 (remove_files) COMPLETE |
7063 | 2024-08-21T21:28:41.418Z | [ recovery-image] Aug 21 21:28:40.076 INFO O| Aug 21 21:28:40.076 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-08-21T21:28:41.424Z | [ recovery-image] Aug 21 21:28:40.085 INFO O| Aug 21 21:28:40.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7065 | 2024-08-21T21:28:41.424Z | [ recovery-image] Aug 21 21:28:40.085 INFO O| Aug 21 21:28:40.085 INFO STEP 1054 (remove_files) COMPLETE |
7066 | 2024-08-21T21:28:41.427Z | [ recovery-image] Aug 21 21:28:40.085 INFO O| Aug 21 21:28:40.085 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-08-21T21:28:41.434Z | [ recovery-image] Aug 21 21:28:40.094 INFO O| Aug 21 21:28:40.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7068 | 2024-08-21T21:28:41.436Z | [ recovery-image] Aug 21 21:28:40.094 INFO O| Aug 21 21:28:40.094 INFO STEP 1055 (remove_files) COMPLETE |
7069 | 2024-08-21T21:28:41.436Z | [ recovery-image] Aug 21 21:28:40.094 INFO O| Aug 21 21:28:40.094 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-08-21T21:28:41.443Z | [ recovery-image] Aug 21 21:28:40.104 INFO O| Aug 21 21:28:40.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7071 | 2024-08-21T21:28:41.445Z | [ recovery-image] Aug 21 21:28:40.104 INFO O| Aug 21 21:28:40.104 INFO STEP 1056 (remove_files) COMPLETE |
7072 | 2024-08-21T21:28:41.445Z | [ recovery-image] Aug 21 21:28:40.104 INFO O| Aug 21 21:28:40.104 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-08-21T21:28:41.452Z | [ recovery-image] Aug 21 21:28:40.113 INFO O| Aug 21 21:28:40.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7074 | 2024-08-21T21:28:41.452Z | [ recovery-image] Aug 21 21:28:40.113 INFO O| Aug 21 21:28:40.113 INFO STEP 1057 (remove_files) COMPLETE |
7075 | 2024-08-21T21:28:41.452Z | [ recovery-image] Aug 21 21:28:40.113 INFO O| Aug 21 21:28:40.113 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-08-21T21:28:41.462Z | [ recovery-image] Aug 21 21:28:40.122 INFO O| Aug 21 21:28:40.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7077 | 2024-08-21T21:28:41.464Z | [ recovery-image] Aug 21 21:28:40.123 INFO O| Aug 21 21:28:40.123 INFO STEP 1058 (remove_files) COMPLETE |
7078 | 2024-08-21T21:28:41.464Z | [ recovery-image] Aug 21 21:28:40.123 INFO O| Aug 21 21:28:40.123 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-08-21T21:28:41.467Z | [ host-image] Aug 21 21:28:40.126 INFO O| Aug 21 21:28:40.126 INFO O| Planning: Evaluating mediators ... Done |
7080 | 2024-08-21T21:28:41.470Z | [ host-image] Aug 21 21:28:40.129 INFO O| Aug 21 21:28:40.129 INFO O| Planning: Planning completed in 1.92 seconds |
7081 | 2024-08-21T21:28:41.470Z | [ host-image] Aug 21 21:28:40.130 INFO O| Aug 21 21:28:40.130 INFO O| Packages to install: 6 |
7082 | 2024-08-21T21:28:41.470Z | [ host-image] Aug 21 21:28:40.130 INFO O| Aug 21 21:28:40.130 INFO O| Mediators to change: 1 |
7083 | 2024-08-21T21:28:41.470Z | [ host-image] Aug 21 21:28:40.130 INFO O| Aug 21 21:28:40.130 INFO O| Services to change: 1 |
7084 | 2024-08-21T21:28:41.473Z | [ recovery-image] Aug 21 21:28:40.132 INFO O| Aug 21 21:28:40.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7085 | 2024-08-21T21:28:41.473Z | [ recovery-image] Aug 21 21:28:40.132 INFO O| Aug 21 21:28:40.132 INFO STEP 1059 (remove_files) COMPLETE |
7086 | 2024-08-21T21:28:41.473Z | [ recovery-image] Aug 21 21:28:40.132 INFO O| Aug 21 21:28:40.132 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-08-21T21:28:41.481Z | [ recovery-image] Aug 21 21:28:40.141 INFO O| Aug 21 21:28:40.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7088 | 2024-08-21T21:28:41.484Z | [ recovery-image] Aug 21 21:28:40.142 INFO O| Aug 21 21:28:40.142 INFO STEP 1060 (remove_files) COMPLETE |
7089 | 2024-08-21T21:28:41.484Z | [ recovery-image] Aug 21 21:28:40.142 INFO O| Aug 21 21:28:40.142 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-08-21T21:28:41.484Z | [ host-image] Aug 21 21:28:40.143 INFO O| Aug 21 21:28:40.143 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
7091 | 2024-08-21T21:28:41.490Z | [ recovery-image] Aug 21 21:28:40.151 INFO O| Aug 21 21:28:40.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7092 | 2024-08-21T21:28:41.490Z | [ recovery-image] Aug 21 21:28:40.151 INFO O| Aug 21 21:28:40.151 INFO STEP 1061 (remove_files) COMPLETE |
7093 | 2024-08-21T21:28:41.490Z | [ recovery-image] Aug 21 21:28:40.151 INFO O| Aug 21 21:28:40.151 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-08-21T21:28:41.500Z | [ recovery-image] Aug 21 21:28:40.160 INFO O| Aug 21 21:28:40.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7095 | 2024-08-21T21:28:41.500Z | [ recovery-image] Aug 21 21:28:40.160 INFO O| Aug 21 21:28:40.160 INFO STEP 1062 (remove_files) COMPLETE |
7096 | 2024-08-21T21:28:41.502Z | [ recovery-image] Aug 21 21:28:40.160 INFO O| Aug 21 21:28:40.160 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-08-21T21:28:41.509Z | [ recovery-image] Aug 21 21:28:40.170 INFO O| Aug 21 21:28:40.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7098 | 2024-08-21T21:28:41.512Z | [ recovery-image] Aug 21 21:28:40.170 INFO O| Aug 21 21:28:40.170 INFO STEP 1063 (remove_files) COMPLETE |
7099 | 2024-08-21T21:28:41.512Z | [ recovery-image] Aug 21 21:28:40.170 INFO O| Aug 21 21:28:40.170 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-08-21T21:28:41.519Z | [ recovery-image] Aug 21 21:28:40.179 INFO O| Aug 21 21:28:40.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7101 | 2024-08-21T21:28:41.519Z | [ recovery-image] Aug 21 21:28:40.179 INFO O| Aug 21 21:28:40.179 INFO STEP 1064 (remove_files) COMPLETE |
7102 | 2024-08-21T21:28:41.519Z | [ recovery-image] Aug 21 21:28:40.180 INFO O| Aug 21 21:28:40.179 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-08-21T21:28:41.528Z | [ recovery-image] Aug 21 21:28:40.189 INFO O| Aug 21 21:28:40.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7104 | 2024-08-21T21:28:41.528Z | [ recovery-image] Aug 21 21:28:40.189 INFO O| Aug 21 21:28:40.189 INFO STEP 1065 (remove_files) COMPLETE |
7105 | 2024-08-21T21:28:41.531Z | [ recovery-image] Aug 21 21:28:40.189 INFO O| Aug 21 21:28:40.189 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-08-21T21:28:41.538Z | [ recovery-image] Aug 21 21:28:40.198 INFO O| Aug 21 21:28:40.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7107 | 2024-08-21T21:28:41.538Z | [ recovery-image] Aug 21 21:28:40.198 INFO O| Aug 21 21:28:40.198 INFO STEP 1066 (remove_files) COMPLETE |
7108 | 2024-08-21T21:28:41.541Z | [ recovery-image] Aug 21 21:28:40.198 INFO O| Aug 21 21:28:40.198 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-08-21T21:28:41.547Z | [ recovery-image] Aug 21 21:28:40.208 INFO O| Aug 21 21:28:40.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7110 | 2024-08-21T21:28:41.547Z | [ recovery-image] Aug 21 21:28:40.208 INFO O| Aug 21 21:28:40.208 INFO STEP 1067 (remove_files) COMPLETE |
7111 | 2024-08-21T21:28:41.547Z | [ recovery-image] Aug 21 21:28:40.208 INFO O| Aug 21 21:28:40.208 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-08-21T21:28:41.557Z | [ recovery-image] Aug 21 21:28:40.218 INFO O| Aug 21 21:28:40.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7113 | 2024-08-21T21:28:41.557Z | [ recovery-image] Aug 21 21:28:40.218 INFO O| Aug 21 21:28:40.218 INFO STEP 1068 (remove_files) COMPLETE |
7114 | 2024-08-21T21:28:41.559Z | [ recovery-image] Aug 21 21:28:40.218 INFO O| Aug 21 21:28:40.218 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-08-21T21:28:41.567Z | [ recovery-image] Aug 21 21:28:40.227 INFO O| Aug 21 21:28:40.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7116 | 2024-08-21T21:28:41.567Z | [ recovery-image] Aug 21 21:28:40.227 INFO O| Aug 21 21:28:40.227 INFO STEP 1069 (remove_files) COMPLETE |
7117 | 2024-08-21T21:28:41.569Z | [ recovery-image] Aug 21 21:28:40.227 INFO O| Aug 21 21:28:40.227 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-08-21T21:28:41.576Z | [ recovery-image] Aug 21 21:28:40.236 INFO O| Aug 21 21:28:40.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7119 | 2024-08-21T21:28:41.576Z | [ recovery-image] Aug 21 21:28:40.236 INFO O| Aug 21 21:28:40.236 INFO STEP 1070 (remove_files) COMPLETE |
7120 | 2024-08-21T21:28:41.580Z | [ recovery-image] Aug 21 21:28:40.236 INFO O| Aug 21 21:28:40.236 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-08-21T21:28:41.585Z | [ recovery-image] Aug 21 21:28:40.246 INFO O| Aug 21 21:28:40.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7122 | 2024-08-21T21:28:41.585Z | [ recovery-image] Aug 21 21:28:40.246 INFO O| Aug 21 21:28:40.246 INFO STEP 1071 (remove_files) COMPLETE |
7123 | 2024-08-21T21:28:41.588Z | [ recovery-image] Aug 21 21:28:40.246 INFO O| Aug 21 21:28:40.246 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-08-21T21:28:41.594Z | [ recovery-image] Aug 21 21:28:40.255 INFO O| Aug 21 21:28:40.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7125 | 2024-08-21T21:28:41.594Z | [ recovery-image] Aug 21 21:28:40.255 INFO O| Aug 21 21:28:40.255 INFO STEP 1072 (remove_files) COMPLETE |
7126 | 2024-08-21T21:28:41.598Z | [ recovery-image] Aug 21 21:28:40.255 INFO O| Aug 21 21:28:40.255 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-08-21T21:28:41.604Z | [ recovery-image] Aug 21 21:28:40.264 INFO O| Aug 21 21:28:40.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7128 | 2024-08-21T21:28:41.604Z | [ recovery-image] Aug 21 21:28:40.264 INFO O| Aug 21 21:28:40.264 INFO STEP 1073 (remove_files) COMPLETE |
7129 | 2024-08-21T21:28:41.607Z | [ recovery-image] Aug 21 21:28:40.264 INFO O| Aug 21 21:28:40.264 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-08-21T21:28:41.613Z | [ recovery-image] Aug 21 21:28:40.273 INFO O| Aug 21 21:28:40.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7131 | 2024-08-21T21:28:41.616Z | [ recovery-image] Aug 21 21:28:40.274 INFO O| Aug 21 21:28:40.274 INFO STEP 1074 (remove_files) COMPLETE |
7132 | 2024-08-21T21:28:41.616Z | [ recovery-image] Aug 21 21:28:40.274 INFO O| Aug 21 21:28:40.274 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-08-21T21:28:41.623Z | [ recovery-image] Aug 21 21:28:40.283 INFO O| Aug 21 21:28:40.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7134 | 2024-08-21T21:28:41.625Z | [ recovery-image] Aug 21 21:28:40.284 INFO O| Aug 21 21:28:40.284 INFO STEP 1075 (remove_files) COMPLETE |
7135 | 2024-08-21T21:28:41.625Z | [ recovery-image] Aug 21 21:28:40.284 INFO O| Aug 21 21:28:40.284 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-08-21T21:28:41.633Z | [ recovery-image] Aug 21 21:28:40.293 INFO O| Aug 21 21:28:40.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7137 | 2024-08-21T21:28:41.636Z | [ recovery-image] Aug 21 21:28:40.293 INFO O| Aug 21 21:28:40.293 INFO STEP 1076 (remove_files) COMPLETE |
7138 | 2024-08-21T21:28:41.636Z | [ recovery-image] Aug 21 21:28:40.293 INFO O| Aug 21 21:28:40.293 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-08-21T21:28:41.642Z | [ recovery-image] Aug 21 21:28:40.302 INFO O| Aug 21 21:28:40.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7140 | 2024-08-21T21:28:41.642Z | [ recovery-image] Aug 21 21:28:40.302 INFO O| Aug 21 21:28:40.302 INFO STEP 1077 (remove_files) COMPLETE |
7141 | 2024-08-21T21:28:41.642Z | [ recovery-image] Aug 21 21:28:40.302 INFO O| Aug 21 21:28:40.302 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-08-21T21:28:41.651Z | [ recovery-image] Aug 21 21:28:40.312 INFO O| Aug 21 21:28:40.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7143 | 2024-08-21T21:28:41.651Z | [ recovery-image] Aug 21 21:28:40.312 INFO O| Aug 21 21:28:40.312 INFO STEP 1078 (remove_files) COMPLETE |
7144 | 2024-08-21T21:28:41.655Z | [ recovery-image] Aug 21 21:28:40.312 INFO O| Aug 21 21:28:40.312 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-08-21T21:28:41.660Z | [ recovery-image] Aug 21 21:28:40.321 INFO O| Aug 21 21:28:40.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7146 | 2024-08-21T21:28:41.660Z | [ recovery-image] Aug 21 21:28:40.321 INFO O| Aug 21 21:28:40.321 INFO STEP 1079 (remove_files) COMPLETE |
7147 | 2024-08-21T21:28:41.664Z | [ recovery-image] Aug 21 21:28:40.321 INFO O| Aug 21 21:28:40.321 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-08-21T21:28:41.670Z | [ recovery-image] Aug 21 21:28:40.330 INFO O| Aug 21 21:28:40.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7149 | 2024-08-21T21:28:41.670Z | [ recovery-image] Aug 21 21:28:40.330 INFO O| Aug 21 21:28:40.330 INFO STEP 1080 (remove_files) COMPLETE |
7150 | 2024-08-21T21:28:41.670Z | [ recovery-image] Aug 21 21:28:40.330 INFO O| Aug 21 21:28:40.330 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-08-21T21:28:41.679Z | [ recovery-image] Aug 21 21:28:40.339 INFO O| Aug 21 21:28:40.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7152 | 2024-08-21T21:28:41.681Z | [ recovery-image] Aug 21 21:28:40.340 INFO O| Aug 21 21:28:40.339 INFO STEP 1081 (remove_files) COMPLETE |
7153 | 2024-08-21T21:28:41.681Z | [ recovery-image] Aug 21 21:28:40.340 INFO O| Aug 21 21:28:40.339 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-08-21T21:28:41.688Z | [ recovery-image] Aug 21 21:28:40.349 INFO O| Aug 21 21:28:40.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7155 | 2024-08-21T21:28:41.691Z | [ recovery-image] Aug 21 21:28:40.349 INFO O| Aug 21 21:28:40.349 INFO STEP 1082 (remove_files) COMPLETE |
7156 | 2024-08-21T21:28:41.691Z | [ recovery-image] Aug 21 21:28:40.349 INFO O| Aug 21 21:28:40.349 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-08-21T21:28:41.697Z | [ recovery-image] Aug 21 21:28:40.358 INFO O| Aug 21 21:28:40.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7158 | 2024-08-21T21:28:41.697Z | [ recovery-image] Aug 21 21:28:40.358 INFO O| Aug 21 21:28:40.358 INFO STEP 1083 (remove_files) COMPLETE |
7159 | 2024-08-21T21:28:41.700Z | [ recovery-image] Aug 21 21:28:40.358 INFO O| Aug 21 21:28:40.358 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-08-21T21:28:41.707Z | [ recovery-image] Aug 21 21:28:40.367 INFO O| Aug 21 21:28:40.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7161 | 2024-08-21T21:28:41.709Z | [ recovery-image] Aug 21 21:28:40.367 INFO O| Aug 21 21:28:40.367 INFO STEP 1084 (remove_files) COMPLETE |
7162 | 2024-08-21T21:28:41.709Z | [ recovery-image] Aug 21 21:28:40.367 INFO O| Aug 21 21:28:40.367 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-08-21T21:28:41.716Z | [ recovery-image] Aug 21 21:28:40.377 INFO O| Aug 21 21:28:40.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7164 | 2024-08-21T21:28:41.716Z | [ recovery-image] Aug 21 21:28:40.377 INFO O| Aug 21 21:28:40.377 INFO STEP 1085 (remove_files) COMPLETE |
7165 | 2024-08-21T21:28:41.716Z | [ recovery-image] Aug 21 21:28:40.377 INFO O| Aug 21 21:28:40.377 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-08-21T21:28:41.725Z | [ recovery-image] Aug 21 21:28:40.386 INFO O| Aug 21 21:28:40.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7167 | 2024-08-21T21:28:41.725Z | [ recovery-image] Aug 21 21:28:40.386 INFO O| Aug 21 21:28:40.386 INFO STEP 1086 (remove_files) COMPLETE |
7168 | 2024-08-21T21:28:41.728Z | [ recovery-image] Aug 21 21:28:40.386 INFO O| Aug 21 21:28:40.386 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-08-21T21:28:41.735Z | [ recovery-image] Aug 21 21:28:40.395 INFO O| Aug 21 21:28:40.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7170 | 2024-08-21T21:28:41.735Z | [ recovery-image] Aug 21 21:28:40.395 INFO O| Aug 21 21:28:40.395 INFO STEP 1087 (remove_files) COMPLETE |
7171 | 2024-08-21T21:28:41.735Z | [ recovery-image] Aug 21 21:28:40.395 INFO O| Aug 21 21:28:40.395 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-08-21T21:28:41.744Z | [ recovery-image] Aug 21 21:28:40.404 INFO O| Aug 21 21:28:40.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7173 | 2024-08-21T21:28:41.744Z | [ recovery-image] Aug 21 21:28:40.405 INFO O| Aug 21 21:28:40.405 INFO STEP 1088 (remove_files) COMPLETE |
7174 | 2024-08-21T21:28:41.744Z | [ recovery-image] Aug 21 21:28:40.405 INFO O| Aug 21 21:28:40.405 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-08-21T21:28:41.753Z | [ recovery-image] Aug 21 21:28:40.414 INFO O| Aug 21 21:28:40.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7176 | 2024-08-21T21:28:41.754Z | [ recovery-image] Aug 21 21:28:40.414 INFO O| Aug 21 21:28:40.414 INFO STEP 1089 (remove_files) COMPLETE |
7177 | 2024-08-21T21:28:41.757Z | [ recovery-image] Aug 21 21:28:40.414 INFO O| Aug 21 21:28:40.414 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-08-21T21:28:41.763Z | [ recovery-image] Aug 21 21:28:40.423 INFO O| Aug 21 21:28:40.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7179 | 2024-08-21T21:28:41.763Z | [ recovery-image] Aug 21 21:28:40.423 INFO O| Aug 21 21:28:40.423 INFO STEP 1090 (remove_files) COMPLETE |
7180 | 2024-08-21T21:28:41.763Z | [ recovery-image] Aug 21 21:28:40.423 INFO O| Aug 21 21:28:40.423 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-08-21T21:28:41.776Z | [ recovery-image] Aug 21 21:28:40.432 INFO O| Aug 21 21:28:40.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7182 | 2024-08-21T21:28:41.776Z | [ recovery-image] Aug 21 21:28:40.432 INFO O| Aug 21 21:28:40.432 INFO STEP 1091 (remove_files) COMPLETE |
7183 | 2024-08-21T21:28:41.776Z | [ recovery-image] Aug 21 21:28:40.433 INFO O| Aug 21 21:28:40.432 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-08-21T21:28:41.782Z | [ recovery-image] Aug 21 21:28:40.442 INFO O| Aug 21 21:28:40.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7185 | 2024-08-21T21:28:41.782Z | [ recovery-image] Aug 21 21:28:40.442 INFO O| Aug 21 21:28:40.442 INFO STEP 1092 (remove_files) COMPLETE |
7186 | 2024-08-21T21:28:41.784Z | [ recovery-image] Aug 21 21:28:40.442 INFO O| Aug 21 21:28:40.442 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-08-21T21:28:41.792Z | [ recovery-image] Aug 21 21:28:40.451 INFO O| Aug 21 21:28:40.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7188 | 2024-08-21T21:28:41.794Z | [ recovery-image] Aug 21 21:28:40.451 INFO O| Aug 21 21:28:40.451 INFO STEP 1093 (remove_files) COMPLETE |
7189 | 2024-08-21T21:28:41.794Z | [ recovery-image] Aug 21 21:28:40.451 INFO O| Aug 21 21:28:40.451 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-08-21T21:28:41.801Z | [ recovery-image] Aug 21 21:28:40.460 INFO O| Aug 21 21:28:40.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7191 | 2024-08-21T21:28:41.801Z | [ recovery-image] Aug 21 21:28:40.460 INFO O| Aug 21 21:28:40.460 INFO STEP 1094 (remove_files) COMPLETE |
7192 | 2024-08-21T21:28:41.804Z | [ recovery-image] Aug 21 21:28:40.460 INFO O| Aug 21 21:28:40.460 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-08-21T21:28:41.810Z | [ recovery-image] Aug 21 21:28:40.470 INFO O| Aug 21 21:28:40.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7194 | 2024-08-21T21:28:41.810Z | [ recovery-image] Aug 21 21:28:40.470 INFO O| Aug 21 21:28:40.470 INFO STEP 1095 (remove_files) COMPLETE |
7195 | 2024-08-21T21:28:41.810Z | [ recovery-image] Aug 21 21:28:40.470 INFO O| Aug 21 21:28:40.470 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-08-21T21:28:41.820Z | [ recovery-image] Aug 21 21:28:40.480 INFO O| Aug 21 21:28:40.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7197 | 2024-08-21T21:28:41.820Z | [ recovery-image] Aug 21 21:28:40.480 INFO O| Aug 21 21:28:40.480 INFO STEP 1096 (remove_files) COMPLETE |
7198 | 2024-08-21T21:28:41.820Z | [ recovery-image] Aug 21 21:28:40.480 INFO O| Aug 21 21:28:40.480 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-08-21T21:28:41.829Z | [ recovery-image] Aug 21 21:28:40.489 INFO O| Aug 21 21:28:40.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7200 | 2024-08-21T21:28:41.832Z | [ recovery-image] Aug 21 21:28:40.489 INFO O| Aug 21 21:28:40.489 INFO STEP 1097 (remove_files) COMPLETE |
7201 | 2024-08-21T21:28:41.832Z | [ recovery-image] Aug 21 21:28:40.489 INFO O| Aug 21 21:28:40.489 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-08-21T21:28:41.838Z | [ recovery-image] Aug 21 21:28:40.499 INFO O| Aug 21 21:28:40.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7203 | 2024-08-21T21:28:41.838Z | [ recovery-image] Aug 21 21:28:40.499 INFO O| Aug 21 21:28:40.499 INFO STEP 1098 (remove_files) COMPLETE |
7204 | 2024-08-21T21:28:41.839Z | [ recovery-image] Aug 21 21:28:40.499 INFO O| Aug 21 21:28:40.499 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-08-21T21:28:41.847Z | [ recovery-image] Aug 21 21:28:40.508 INFO O| Aug 21 21:28:40.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7206 | 2024-08-21T21:28:41.850Z | [ recovery-image] Aug 21 21:28:40.508 INFO O| Aug 21 21:28:40.508 INFO STEP 1099 (remove_files) COMPLETE |
7207 | 2024-08-21T21:28:41.850Z | [ recovery-image] Aug 21 21:28:40.508 INFO O| Aug 21 21:28:40.508 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-08-21T21:28:41.856Z | [ recovery-image] Aug 21 21:28:40.517 INFO O| Aug 21 21:28:40.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7209 | 2024-08-21T21:28:41.857Z | [ recovery-image] Aug 21 21:28:40.517 INFO O| Aug 21 21:28:40.517 INFO STEP 1100 (remove_files) COMPLETE |
7210 | 2024-08-21T21:28:41.859Z | [ recovery-image] Aug 21 21:28:40.517 INFO O| Aug 21 21:28:40.517 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-08-21T21:28:41.866Z | [ recovery-image] Aug 21 21:28:40.526 INFO O| Aug 21 21:28:40.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7212 | 2024-08-21T21:28:41.866Z | [ recovery-image] Aug 21 21:28:40.527 INFO O| Aug 21 21:28:40.526 INFO STEP 1101 (remove_files) COMPLETE |
7213 | 2024-08-21T21:28:41.869Z | [ recovery-image] Aug 21 21:28:40.527 INFO O| Aug 21 21:28:40.526 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-08-21T21:28:41.875Z | [ recovery-image] Aug 21 21:28:40.536 INFO O| Aug 21 21:28:40.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7215 | 2024-08-21T21:28:41.875Z | [ recovery-image] Aug 21 21:28:40.536 INFO O| Aug 21 21:28:40.536 INFO STEP 1102 (remove_files) COMPLETE |
7216 | 2024-08-21T21:28:41.884Z | [ recovery-image] Aug 21 21:28:40.536 INFO O| Aug 21 21:28:40.536 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-08-21T21:28:41.887Z | [ recovery-image] Aug 21 21:28:40.545 INFO O| Aug 21 21:28:40.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7218 | 2024-08-21T21:28:41.887Z | [ recovery-image] Aug 21 21:28:40.545 INFO O| Aug 21 21:28:40.545 INFO STEP 1103 (remove_files) COMPLETE |
7219 | 2024-08-21T21:28:41.887Z | [ recovery-image] Aug 21 21:28:40.545 INFO O| Aug 21 21:28:40.545 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-08-21T21:28:41.894Z | [ recovery-image] Aug 21 21:28:40.555 INFO O| Aug 21 21:28:40.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7221 | 2024-08-21T21:28:41.897Z | [ recovery-image] Aug 21 21:28:40.555 INFO O| Aug 21 21:28:40.555 INFO STEP 1104 (remove_files) COMPLETE |
7222 | 2024-08-21T21:28:41.897Z | [ recovery-image] Aug 21 21:28:40.555 INFO O| Aug 21 21:28:40.555 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-08-21T21:28:41.903Z | [ recovery-image] Aug 21 21:28:40.564 INFO O| Aug 21 21:28:40.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7224 | 2024-08-21T21:28:41.906Z | [ recovery-image] Aug 21 21:28:40.564 INFO O| Aug 21 21:28:40.564 INFO STEP 1105 (remove_files) COMPLETE |
7225 | 2024-08-21T21:28:41.906Z | [ recovery-image] Aug 21 21:28:40.564 INFO O| Aug 21 21:28:40.564 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-08-21T21:28:41.913Z | [ recovery-image] Aug 21 21:28:40.573 INFO O| Aug 21 21:28:40.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7227 | 2024-08-21T21:28:41.913Z | [ recovery-image] Aug 21 21:28:40.573 INFO O| Aug 21 21:28:40.573 INFO STEP 1106 (remove_files) COMPLETE |
7228 | 2024-08-21T21:28:41.915Z | [ recovery-image] Aug 21 21:28:40.573 INFO O| Aug 21 21:28:40.573 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-08-21T21:28:41.922Z | [ recovery-image] Aug 21 21:28:40.583 INFO O| Aug 21 21:28:40.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7230 | 2024-08-21T21:28:41.925Z | [ recovery-image] Aug 21 21:28:40.583 INFO O| Aug 21 21:28:40.583 INFO STEP 1107 (remove_files) COMPLETE |
7231 | 2024-08-21T21:28:41.925Z | [ recovery-image] Aug 21 21:28:40.583 INFO O| Aug 21 21:28:40.583 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-08-21T21:28:41.932Z | [ recovery-image] Aug 21 21:28:40.593 INFO O| Aug 21 21:28:40.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7233 | 2024-08-21T21:28:41.932Z | [ recovery-image] Aug 21 21:28:40.593 INFO O| Aug 21 21:28:40.593 INFO STEP 1108 (remove_files) COMPLETE |
7234 | 2024-08-21T21:28:41.932Z | [ recovery-image] Aug 21 21:28:40.593 INFO O| Aug 21 21:28:40.593 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-08-21T21:28:41.941Z | [ recovery-image] Aug 21 21:28:40.602 INFO O| Aug 21 21:28:40.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7236 | 2024-08-21T21:28:41.941Z | [ recovery-image] Aug 21 21:28:40.602 INFO O| Aug 21 21:28:40.602 INFO STEP 1109 (remove_files) COMPLETE |
7237 | 2024-08-21T21:28:41.944Z | [ recovery-image] Aug 21 21:28:40.602 INFO O| Aug 21 21:28:40.602 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-08-21T21:28:41.951Z | [ recovery-image] Aug 21 21:28:40.612 INFO O| Aug 21 21:28:40.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7239 | 2024-08-21T21:28:41.954Z | [ recovery-image] Aug 21 21:28:40.612 INFO O| Aug 21 21:28:40.612 INFO STEP 1110 (remove_files) COMPLETE |
7240 | 2024-08-21T21:28:41.954Z | [ recovery-image] Aug 21 21:28:40.612 INFO O| Aug 21 21:28:40.612 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-08-21T21:28:41.961Z | [ recovery-image] Aug 21 21:28:40.621 INFO O| Aug 21 21:28:40.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7242 | 2024-08-21T21:28:41.963Z | [ recovery-image] Aug 21 21:28:40.621 INFO O| Aug 21 21:28:40.621 INFO STEP 1111 (remove_files) COMPLETE |
7243 | 2024-08-21T21:28:41.963Z | [ recovery-image] Aug 21 21:28:40.621 INFO O| Aug 21 21:28:40.621 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-08-21T21:28:41.970Z | [ recovery-image] Aug 21 21:28:40.630 INFO O| Aug 21 21:28:40.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7245 | 2024-08-21T21:28:41.972Z | [ recovery-image] Aug 21 21:28:40.631 INFO O| Aug 21 21:28:40.630 INFO STEP 1112 (remove_files) COMPLETE |
7246 | 2024-08-21T21:28:41.972Z | [ recovery-image] Aug 21 21:28:40.631 INFO O| Aug 21 21:28:40.631 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-08-21T21:28:41.979Z | [ recovery-image] Aug 21 21:28:40.640 INFO O| Aug 21 21:28:40.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7248 | 2024-08-21T21:28:41.979Z | [ recovery-image] Aug 21 21:28:40.640 INFO O| Aug 21 21:28:40.640 INFO STEP 1113 (remove_files) COMPLETE |
7249 | 2024-08-21T21:28:41.979Z | [ recovery-image] Aug 21 21:28:40.640 INFO O| Aug 21 21:28:40.640 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-08-21T21:28:41.989Z | [ recovery-image] Aug 21 21:28:40.649 INFO O| Aug 21 21:28:40.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7251 | 2024-08-21T21:28:41.989Z | [ recovery-image] Aug 21 21:28:40.649 INFO O| Aug 21 21:28:40.649 INFO STEP 1114 (remove_files) COMPLETE |
7252 | 2024-08-21T21:28:41.989Z | [ recovery-image] Aug 21 21:28:40.649 INFO O| Aug 21 21:28:40.649 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-08-21T21:28:41.997Z | [ recovery-image] Aug 21 21:28:40.658 INFO O| Aug 21 21:28:40.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7254 | 2024-08-21T21:28:41.998Z | [ recovery-image] Aug 21 21:28:40.658 INFO O| Aug 21 21:28:40.658 INFO STEP 1115 (remove_files) COMPLETE |
7255 | 2024-08-21T21:28:42.000Z | [ recovery-image] Aug 21 21:28:40.658 INFO O| Aug 21 21:28:40.658 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-08-21T21:28:42.007Z | [ recovery-image] Aug 21 21:28:40.667 INFO O| Aug 21 21:28:40.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7257 | 2024-08-21T21:28:42.007Z | [ recovery-image] Aug 21 21:28:40.667 INFO O| Aug 21 21:28:40.667 INFO STEP 1116 (remove_files) COMPLETE |
7258 | 2024-08-21T21:28:42.007Z | [ recovery-image] Aug 21 21:28:40.667 INFO O| Aug 21 21:28:40.667 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-08-21T21:28:42.016Z | [ recovery-image] Aug 21 21:28:40.676 INFO O| Aug 21 21:28:40.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7260 | 2024-08-21T21:28:42.019Z | [ recovery-image] Aug 21 21:28:40.676 INFO O| Aug 21 21:28:40.676 INFO STEP 1117 (remove_files) COMPLETE |
7261 | 2024-08-21T21:28:42.019Z | [ recovery-image] Aug 21 21:28:40.676 INFO O| Aug 21 21:28:40.676 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-08-21T21:28:42.025Z | [ recovery-image] Aug 21 21:28:40.685 INFO O| Aug 21 21:28:40.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7263 | 2024-08-21T21:28:42.025Z | [ recovery-image] Aug 21 21:28:40.686 INFO O| Aug 21 21:28:40.685 INFO STEP 1118 (remove_files) COMPLETE |
7264 | 2024-08-21T21:28:42.027Z | [ recovery-image] Aug 21 21:28:40.686 INFO O| Aug 21 21:28:40.685 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-08-21T21:28:42.034Z | [ recovery-image] Aug 21 21:28:40.695 INFO O| Aug 21 21:28:40.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7266 | 2024-08-21T21:28:42.037Z | [ recovery-image] Aug 21 21:28:40.695 INFO O| Aug 21 21:28:40.695 INFO STEP 1119 (remove_files) COMPLETE |
7267 | 2024-08-21T21:28:42.037Z | [ recovery-image] Aug 21 21:28:40.695 INFO O| Aug 21 21:28:40.695 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-08-21T21:28:42.043Z | [ recovery-image] Aug 21 21:28:40.704 INFO O| Aug 21 21:28:40.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7269 | 2024-08-21T21:28:42.046Z | [ recovery-image] Aug 21 21:28:40.704 INFO O| Aug 21 21:28:40.704 INFO STEP 1120 (remove_files) COMPLETE |
7270 | 2024-08-21T21:28:42.046Z | [ recovery-image] Aug 21 21:28:40.704 INFO O| Aug 21 21:28:40.704 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-08-21T21:28:42.052Z | [ recovery-image] Aug 21 21:28:40.713 INFO O| Aug 21 21:28:40.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7272 | 2024-08-21T21:28:42.053Z | [ recovery-image] Aug 21 21:28:40.713 INFO O| Aug 21 21:28:40.713 INFO STEP 1121 (remove_files) COMPLETE |
7273 | 2024-08-21T21:28:42.053Z | [ recovery-image] Aug 21 21:28:40.713 INFO O| Aug 21 21:28:40.713 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-08-21T21:28:42.062Z | [ recovery-image] Aug 21 21:28:40.722 INFO O| Aug 21 21:28:40.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7275 | 2024-08-21T21:28:42.066Z | [ recovery-image] Aug 21 21:28:40.722 INFO O| Aug 21 21:28:40.722 INFO STEP 1122 (remove_files) COMPLETE |
7276 | 2024-08-21T21:28:42.066Z | [ recovery-image] Aug 21 21:28:40.722 INFO O| Aug 21 21:28:40.722 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-08-21T21:28:42.071Z | [ recovery-image] Aug 21 21:28:40.731 INFO O| Aug 21 21:28:40.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7278 | 2024-08-21T21:28:42.071Z | [ recovery-image] Aug 21 21:28:40.731 INFO O| Aug 21 21:28:40.731 INFO STEP 1123 (remove_files) COMPLETE |
7279 | 2024-08-21T21:28:42.074Z | [ recovery-image] Aug 21 21:28:40.731 INFO O| Aug 21 21:28:40.731 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-08-21T21:28:42.081Z | [ recovery-image] Aug 21 21:28:40.741 INFO O| Aug 21 21:28:40.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7281 | 2024-08-21T21:28:42.083Z | [ recovery-image] Aug 21 21:28:40.741 INFO O| Aug 21 21:28:40.741 INFO STEP 1124 (remove_files) COMPLETE |
7282 | 2024-08-21T21:28:42.083Z | [ recovery-image] Aug 21 21:28:40.741 INFO O| Aug 21 21:28:40.741 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-08-21T21:28:42.089Z | [ recovery-image] Aug 21 21:28:40.750 INFO O| Aug 21 21:28:40.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7284 | 2024-08-21T21:28:42.096Z | [ recovery-image] Aug 21 21:28:40.750 INFO O| Aug 21 21:28:40.750 INFO STEP 1125 (remove_files) COMPLETE |
7285 | 2024-08-21T21:28:42.096Z | [ recovery-image] Aug 21 21:28:40.750 INFO O| Aug 21 21:28:40.750 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-08-21T21:28:42.099Z | [ recovery-image] Aug 21 21:28:40.759 INFO O| Aug 21 21:28:40.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7287 | 2024-08-21T21:28:42.099Z | [ recovery-image] Aug 21 21:28:40.759 INFO O| Aug 21 21:28:40.759 INFO STEP 1126 (remove_files) COMPLETE |
7288 | 2024-08-21T21:28:42.101Z | [ recovery-image] Aug 21 21:28:40.759 INFO O| Aug 21 21:28:40.759 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-08-21T21:28:42.108Z | [ recovery-image] Aug 21 21:28:40.769 INFO O| Aug 21 21:28:40.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7290 | 2024-08-21T21:28:42.108Z | [ recovery-image] Aug 21 21:28:40.769 INFO O| Aug 21 21:28:40.769 INFO STEP 1127 (remove_files) COMPLETE |
7291 | 2024-08-21T21:28:42.108Z | [ recovery-image] Aug 21 21:28:40.769 INFO O| Aug 21 21:28:40.769 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-08-21T21:28:42.118Z | [ recovery-image] Aug 21 21:28:40.778 INFO O| Aug 21 21:28:40.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7293 | 2024-08-21T21:28:42.118Z | [ recovery-image] Aug 21 21:28:40.778 INFO O| Aug 21 21:28:40.778 INFO STEP 1128 (remove_files) COMPLETE |
7294 | 2024-08-21T21:28:42.120Z | [ recovery-image] Aug 21 21:28:40.778 INFO O| Aug 21 21:28:40.778 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-08-21T21:28:42.127Z | [ recovery-image] Aug 21 21:28:40.788 INFO O| Aug 21 21:28:40.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7296 | 2024-08-21T21:28:42.127Z | [ recovery-image] Aug 21 21:28:40.788 INFO O| Aug 21 21:28:40.788 INFO STEP 1129 (remove_files) COMPLETE |
7297 | 2024-08-21T21:28:42.127Z | [ recovery-image] Aug 21 21:28:40.788 INFO O| Aug 21 21:28:40.788 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-08-21T21:28:42.137Z | [ recovery-image] Aug 21 21:28:40.797 INFO O| Aug 21 21:28:40.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7299 | 2024-08-21T21:28:42.137Z | [ recovery-image] Aug 21 21:28:40.797 INFO O| Aug 21 21:28:40.797 INFO STEP 1130 (remove_files) COMPLETE |
7300 | 2024-08-21T21:28:42.140Z | [ recovery-image] Aug 21 21:28:40.797 INFO O| Aug 21 21:28:40.797 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-08-21T21:28:42.146Z | [ recovery-image] Aug 21 21:28:40.807 INFO O| Aug 21 21:28:40.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7302 | 2024-08-21T21:28:42.146Z | [ recovery-image] Aug 21 21:28:40.807 INFO O| Aug 21 21:28:40.807 INFO STEP 1131 (remove_files) COMPLETE |
7303 | 2024-08-21T21:28:42.149Z | [ recovery-image] Aug 21 21:28:40.807 INFO O| Aug 21 21:28:40.807 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-08-21T21:28:42.156Z | [ recovery-image] Aug 21 21:28:40.816 INFO O| Aug 21 21:28:40.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7305 | 2024-08-21T21:28:42.156Z | [ recovery-image] Aug 21 21:28:40.816 INFO O| Aug 21 21:28:40.816 INFO STEP 1132 (remove_files) COMPLETE |
7306 | 2024-08-21T21:28:42.156Z | [ recovery-image] Aug 21 21:28:40.816 INFO O| Aug 21 21:28:40.816 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-08-21T21:28:42.166Z | [ recovery-image] Aug 21 21:28:40.826 INFO O| Aug 21 21:28:40.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7308 | 2024-08-21T21:28:42.166Z | [ recovery-image] Aug 21 21:28:40.826 INFO O| Aug 21 21:28:40.826 INFO STEP 1133 (remove_files) COMPLETE |
7309 | 2024-08-21T21:28:42.168Z | [ recovery-image] Aug 21 21:28:40.826 INFO O| Aug 21 21:28:40.826 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-08-21T21:28:42.176Z | [ recovery-image] Aug 21 21:28:40.836 INFO O| Aug 21 21:28:40.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7311 | 2024-08-21T21:28:42.178Z | [ recovery-image] Aug 21 21:28:40.836 INFO O| Aug 21 21:28:40.836 INFO STEP 1134 (remove_files) COMPLETE |
7312 | 2024-08-21T21:28:42.178Z | [ recovery-image] Aug 21 21:28:40.836 INFO O| Aug 21 21:28:40.836 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-08-21T21:28:42.185Z | [ recovery-image] Aug 21 21:28:40.846 INFO O| Aug 21 21:28:40.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7314 | 2024-08-21T21:28:42.185Z | [ recovery-image] Aug 21 21:28:40.846 INFO O| Aug 21 21:28:40.846 INFO STEP 1135 (remove_files) COMPLETE |
7315 | 2024-08-21T21:28:42.187Z | [ recovery-image] Aug 21 21:28:40.846 INFO O| Aug 21 21:28:40.846 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-08-21T21:28:42.194Z | [ recovery-image] Aug 21 21:28:40.855 INFO O| Aug 21 21:28:40.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7317 | 2024-08-21T21:28:42.194Z | [ recovery-image] Aug 21 21:28:40.855 INFO O| Aug 21 21:28:40.855 INFO STEP 1136 (remove_files) COMPLETE |
7318 | 2024-08-21T21:28:42.197Z | [ recovery-image] Aug 21 21:28:40.855 INFO O| Aug 21 21:28:40.855 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-08-21T21:28:42.203Z | [ recovery-image] Aug 21 21:28:40.864 INFO O| Aug 21 21:28:40.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7320 | 2024-08-21T21:28:42.206Z | [ recovery-image] Aug 21 21:28:40.864 INFO O| Aug 21 21:28:40.864 INFO STEP 1137 (remove_files) COMPLETE |
7321 | 2024-08-21T21:28:42.207Z | [ recovery-image] Aug 21 21:28:40.864 INFO O| Aug 21 21:28:40.864 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-08-21T21:28:42.213Z | [ recovery-image] Aug 21 21:28:40.873 INFO O| Aug 21 21:28:40.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7323 | 2024-08-21T21:28:42.213Z | [ recovery-image] Aug 21 21:28:40.873 INFO O| Aug 21 21:28:40.873 INFO STEP 1138 (remove_files) COMPLETE |
7324 | 2024-08-21T21:28:42.213Z | [ recovery-image] Aug 21 21:28:40.873 INFO O| Aug 21 21:28:40.873 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-08-21T21:28:42.222Z | [ recovery-image] Aug 21 21:28:40.882 INFO O| Aug 21 21:28:40.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7326 | 2024-08-21T21:28:42.222Z | [ recovery-image] Aug 21 21:28:40.882 INFO O| Aug 21 21:28:40.882 INFO STEP 1139 (remove_files) COMPLETE |
7327 | 2024-08-21T21:28:42.225Z | [ recovery-image] Aug 21 21:28:40.882 INFO O| Aug 21 21:28:40.882 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-08-21T21:28:42.231Z | [ recovery-image] Aug 21 21:28:40.891 INFO O| Aug 21 21:28:40.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7329 | 2024-08-21T21:28:42.233Z | [ recovery-image] Aug 21 21:28:40.891 INFO O| Aug 21 21:28:40.891 INFO STEP 1140 (remove_files) COMPLETE |
7330 | 2024-08-21T21:28:42.233Z | [ recovery-image] Aug 21 21:28:40.891 INFO O| Aug 21 21:28:40.891 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-08-21T21:28:42.240Z | [ recovery-image] Aug 21 21:28:40.900 INFO O| Aug 21 21:28:40.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7332 | 2024-08-21T21:28:42.243Z | [ recovery-image] Aug 21 21:28:40.900 INFO O| Aug 21 21:28:40.900 INFO STEP 1141 (remove_files) COMPLETE |
7333 | 2024-08-21T21:28:42.243Z | [ recovery-image] Aug 21 21:28:40.900 INFO O| Aug 21 21:28:40.900 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-08-21T21:28:42.249Z | [ recovery-image] Aug 21 21:28:40.910 INFO O| Aug 21 21:28:40.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7335 | 2024-08-21T21:28:42.251Z | [ recovery-image] Aug 21 21:28:40.910 INFO O| Aug 21 21:28:40.910 INFO STEP 1142 (remove_files) COMPLETE |
7336 | 2024-08-21T21:28:42.251Z | [ recovery-image] Aug 21 21:28:40.910 INFO O| Aug 21 21:28:40.910 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-08-21T21:28:42.258Z | [ recovery-image] Aug 21 21:28:40.919 INFO O| Aug 21 21:28:40.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7338 | 2024-08-21T21:28:42.261Z | [ recovery-image] Aug 21 21:28:40.919 INFO O| Aug 21 21:28:40.919 INFO STEP 1143 (remove_files) COMPLETE |
7339 | 2024-08-21T21:28:42.261Z | [ recovery-image] Aug 21 21:28:40.919 INFO O| Aug 21 21:28:40.919 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-08-21T21:28:42.267Z | [ recovery-image] Aug 21 21:28:40.928 INFO O| Aug 21 21:28:40.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7341 | 2024-08-21T21:28:42.267Z | [ recovery-image] Aug 21 21:28:40.928 INFO O| Aug 21 21:28:40.928 INFO STEP 1144 (remove_files) COMPLETE |
7342 | 2024-08-21T21:28:42.267Z | [ recovery-image] Aug 21 21:28:40.928 INFO O| Aug 21 21:28:40.928 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-08-21T21:28:42.276Z | [ recovery-image] Aug 21 21:28:40.937 INFO O| Aug 21 21:28:40.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7344 | 2024-08-21T21:28:42.276Z | [ recovery-image] Aug 21 21:28:40.937 INFO O| Aug 21 21:28:40.937 INFO STEP 1145 (remove_files) COMPLETE |
7345 | 2024-08-21T21:28:42.276Z | [ recovery-image] Aug 21 21:28:40.937 INFO O| Aug 21 21:28:40.937 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-08-21T21:28:42.285Z | [ recovery-image] Aug 21 21:28:40.946 INFO O| Aug 21 21:28:40.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7347 | 2024-08-21T21:28:42.285Z | [ recovery-image] Aug 21 21:28:40.946 INFO O| Aug 21 21:28:40.946 INFO STEP 1146 (remove_files) COMPLETE |
7348 | 2024-08-21T21:28:42.285Z | [ recovery-image] Aug 21 21:28:40.946 INFO O| Aug 21 21:28:40.946 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-08-21T21:28:42.294Z | [ recovery-image] Aug 21 21:28:40.955 INFO O| Aug 21 21:28:40.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7350 | 2024-08-21T21:28:42.294Z | [ recovery-image] Aug 21 21:28:40.955 INFO O| Aug 21 21:28:40.955 INFO STEP 1147 (remove_files) COMPLETE |
7351 | 2024-08-21T21:28:42.295Z | [ recovery-image] Aug 21 21:28:40.955 INFO O| Aug 21 21:28:40.955 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-08-21T21:28:42.304Z | [ recovery-image] Aug 21 21:28:40.964 INFO O| Aug 21 21:28:40.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7353 | 2024-08-21T21:28:42.304Z | [ recovery-image] Aug 21 21:28:40.964 INFO O| Aug 21 21:28:40.964 INFO STEP 1148 (remove_files) COMPLETE |
7354 | 2024-08-21T21:28:42.306Z | [ recovery-image] Aug 21 21:28:40.964 INFO O| Aug 21 21:28:40.964 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-08-21T21:28:42.313Z | [ recovery-image] Aug 21 21:28:40.973 INFO O| Aug 21 21:28:40.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7356 | 2024-08-21T21:28:42.315Z | [ recovery-image] Aug 21 21:28:40.973 INFO O| Aug 21 21:28:40.973 INFO STEP 1149 (remove_files) COMPLETE |
7357 | 2024-08-21T21:28:42.315Z | [ recovery-image] Aug 21 21:28:40.973 INFO O| Aug 21 21:28:40.973 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-08-21T21:28:42.322Z | [ recovery-image] Aug 21 21:28:40.982 INFO O| Aug 21 21:28:40.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7359 | 2024-08-21T21:28:42.324Z | [ recovery-image] Aug 21 21:28:40.983 INFO O| Aug 21 21:28:40.983 INFO STEP 1150 (remove_files) COMPLETE |
7360 | 2024-08-21T21:28:42.324Z | [ recovery-image] Aug 21 21:28:40.983 INFO O| Aug 21 21:28:40.983 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-08-21T21:28:42.331Z | [ recovery-image] Aug 21 21:28:40.992 INFO O| Aug 21 21:28:40.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7362 | 2024-08-21T21:28:42.333Z | [ recovery-image] Aug 21 21:28:40.992 INFO O| Aug 21 21:28:40.992 INFO STEP 1151 (remove_files) COMPLETE |
7363 | 2024-08-21T21:28:42.333Z | [ recovery-image] Aug 21 21:28:40.992 INFO O| Aug 21 21:28:40.992 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-08-21T21:28:42.340Z | [ recovery-image] Aug 21 21:28:41.001 INFO O| Aug 21 21:28:41.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7365 | 2024-08-21T21:28:42.340Z | [ recovery-image] Aug 21 21:28:41.001 INFO O| Aug 21 21:28:41.001 INFO STEP 1152 (remove_files) COMPLETE |
7366 | 2024-08-21T21:28:42.343Z | [ recovery-image] Aug 21 21:28:41.001 INFO O| Aug 21 21:28:41.001 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-08-21T21:28:42.349Z | [ recovery-image] Aug 21 21:28:41.010 INFO O| Aug 21 21:28:41.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7368 | 2024-08-21T21:28:42.349Z | [ recovery-image] Aug 21 21:28:41.010 INFO O| Aug 21 21:28:41.010 INFO STEP 1153 (remove_files) COMPLETE |
7369 | 2024-08-21T21:28:42.352Z | [ recovery-image] Aug 21 21:28:41.010 INFO O| Aug 21 21:28:41.010 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-08-21T21:28:42.359Z | [ recovery-image] Aug 21 21:28:41.019 INFO O| Aug 21 21:28:41.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7371 | 2024-08-21T21:28:42.359Z | [ recovery-image] Aug 21 21:28:41.019 INFO O| Aug 21 21:28:41.019 INFO STEP 1154 (remove_files) COMPLETE |
7372 | 2024-08-21T21:28:42.361Z | [ recovery-image] Aug 21 21:28:41.019 INFO O| Aug 21 21:28:41.019 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-08-21T21:28:42.368Z | [ recovery-image] Aug 21 21:28:41.028 INFO O| Aug 21 21:28:41.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7374 | 2024-08-21T21:28:42.368Z | [ recovery-image] Aug 21 21:28:41.028 INFO O| Aug 21 21:28:41.028 INFO STEP 1155 (remove_files) COMPLETE |
7375 | 2024-08-21T21:28:42.370Z | [ recovery-image] Aug 21 21:28:41.028 INFO O| Aug 21 21:28:41.028 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-08-21T21:28:42.377Z | [ recovery-image] Aug 21 21:28:41.037 INFO O| Aug 21 21:28:41.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7377 | 2024-08-21T21:28:42.377Z | [ recovery-image] Aug 21 21:28:41.037 INFO O| Aug 21 21:28:41.037 INFO STEP 1156 (remove_files) COMPLETE |
7378 | 2024-08-21T21:28:42.377Z | [ recovery-image] Aug 21 21:28:41.037 INFO O| Aug 21 21:28:41.037 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-08-21T21:28:42.386Z | [ recovery-image] Aug 21 21:28:41.046 INFO O| Aug 21 21:28:41.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7380 | 2024-08-21T21:28:42.386Z | [ recovery-image] Aug 21 21:28:41.046 INFO O| Aug 21 21:28:41.046 INFO STEP 1157 (remove_files) COMPLETE |
7381 | 2024-08-21T21:28:42.388Z | [ recovery-image] Aug 21 21:28:41.046 INFO O| Aug 21 21:28:41.046 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-08-21T21:28:42.395Z | [ recovery-image] Aug 21 21:28:41.055 INFO O| Aug 21 21:28:41.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7383 | 2024-08-21T21:28:42.395Z | [ recovery-image] Aug 21 21:28:41.055 INFO O| Aug 21 21:28:41.055 INFO STEP 1158 (remove_files) COMPLETE |
7384 | 2024-08-21T21:28:42.395Z | [ recovery-image] Aug 21 21:28:41.056 INFO O| Aug 21 21:28:41.055 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-08-21T21:28:42.404Z | [ recovery-image] Aug 21 21:28:41.065 INFO O| Aug 21 21:28:41.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7386 | 2024-08-21T21:28:42.404Z | [ recovery-image] Aug 21 21:28:41.065 INFO O| Aug 21 21:28:41.065 INFO STEP 1159 (remove_files) COMPLETE |
7387 | 2024-08-21T21:28:42.409Z | [ recovery-image] Aug 21 21:28:41.065 INFO O| Aug 21 21:28:41.065 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-08-21T21:28:42.414Z | [ recovery-image] Aug 21 21:28:41.074 INFO O| Aug 21 21:28:41.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7389 | 2024-08-21T21:28:42.414Z | [ recovery-image] Aug 21 21:28:41.074 INFO O| Aug 21 21:28:41.074 INFO STEP 1160 (remove_files) COMPLETE |
7390 | 2024-08-21T21:28:42.416Z | [ recovery-image] Aug 21 21:28:41.074 INFO O| Aug 21 21:28:41.074 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-08-21T21:28:42.422Z | [ recovery-image] Aug 21 21:28:41.083 INFO O| Aug 21 21:28:41.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7392 | 2024-08-21T21:28:42.422Z | [ recovery-image] Aug 21 21:28:41.083 INFO O| Aug 21 21:28:41.083 INFO STEP 1161 (remove_files) COMPLETE |
7393 | 2024-08-21T21:28:42.425Z | [ recovery-image] Aug 21 21:28:41.083 INFO O| Aug 21 21:28:41.083 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-08-21T21:28:42.431Z | [ recovery-image] Aug 21 21:28:41.092 INFO O| Aug 21 21:28:41.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7395 | 2024-08-21T21:28:42.431Z | [ recovery-image] Aug 21 21:28:41.092 INFO O| Aug 21 21:28:41.092 INFO STEP 1162 (remove_files) COMPLETE |
7396 | 2024-08-21T21:28:42.434Z | [ recovery-image] Aug 21 21:28:41.092 INFO O| Aug 21 21:28:41.092 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-08-21T21:28:42.440Z | [ recovery-image] Aug 21 21:28:41.101 INFO O| Aug 21 21:28:41.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7398 | 2024-08-21T21:28:42.440Z | [ recovery-image] Aug 21 21:28:41.101 INFO O| Aug 21 21:28:41.101 INFO STEP 1163 (remove_files) COMPLETE |
7399 | 2024-08-21T21:28:42.443Z | [ recovery-image] Aug 21 21:28:41.101 INFO O| Aug 21 21:28:41.101 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-08-21T21:28:42.449Z | [ recovery-image] Aug 21 21:28:41.110 INFO O| Aug 21 21:28:41.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7401 | 2024-08-21T21:28:42.450Z | [ recovery-image] Aug 21 21:28:41.110 INFO O| Aug 21 21:28:41.110 INFO STEP 1164 (remove_files) COMPLETE |
7402 | 2024-08-21T21:28:42.452Z | [ recovery-image] Aug 21 21:28:41.110 INFO O| Aug 21 21:28:41.110 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-08-21T21:28:42.459Z | [ recovery-image] Aug 21 21:28:41.119 INFO O| Aug 21 21:28:41.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7404 | 2024-08-21T21:28:42.459Z | [ recovery-image] Aug 21 21:28:41.119 INFO O| Aug 21 21:28:41.119 INFO STEP 1165 (remove_files) COMPLETE |
7405 | 2024-08-21T21:28:42.459Z | [ recovery-image] Aug 21 21:28:41.119 INFO O| Aug 21 21:28:41.119 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-08-21T21:28:42.468Z | [ recovery-image] Aug 21 21:28:41.128 INFO O| Aug 21 21:28:41.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7407 | 2024-08-21T21:28:42.468Z | [ recovery-image] Aug 21 21:28:41.128 INFO O| Aug 21 21:28:41.128 INFO STEP 1166 (remove_files) COMPLETE |
7408 | 2024-08-21T21:28:42.470Z | [ recovery-image] Aug 21 21:28:41.128 INFO O| Aug 21 21:28:41.128 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-08-21T21:28:42.477Z | [ recovery-image] Aug 21 21:28:41.137 INFO O| Aug 21 21:28:41.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7410 | 2024-08-21T21:28:42.477Z | [ recovery-image] Aug 21 21:28:41.137 INFO O| Aug 21 21:28:41.137 INFO STEP 1167 (remove_files) COMPLETE |
7411 | 2024-08-21T21:28:42.479Z | [ recovery-image] Aug 21 21:28:41.137 INFO O| Aug 21 21:28:41.137 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-08-21T21:28:42.486Z | [ recovery-image] Aug 21 21:28:41.146 INFO O| Aug 21 21:28:41.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7413 | 2024-08-21T21:28:42.486Z | [ recovery-image] Aug 21 21:28:41.146 INFO O| Aug 21 21:28:41.146 INFO STEP 1168 (remove_files) COMPLETE |
7414 | 2024-08-21T21:28:42.488Z | [ recovery-image] Aug 21 21:28:41.146 INFO O| Aug 21 21:28:41.146 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-08-21T21:28:42.495Z | [ recovery-image] Aug 21 21:28:41.155 INFO O| Aug 21 21:28:41.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7416 | 2024-08-21T21:28:42.495Z | [ recovery-image] Aug 21 21:28:41.155 INFO O| Aug 21 21:28:41.155 INFO STEP 1169 (remove_files) COMPLETE |
7417 | 2024-08-21T21:28:42.498Z | [ recovery-image] Aug 21 21:28:41.155 INFO O| Aug 21 21:28:41.155 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-08-21T21:28:42.504Z | [ recovery-image] Aug 21 21:28:41.165 INFO O| Aug 21 21:28:41.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7419 | 2024-08-21T21:28:42.506Z | [ recovery-image] Aug 21 21:28:41.165 INFO O| Aug 21 21:28:41.165 INFO STEP 1170 (remove_files) COMPLETE |
7420 | 2024-08-21T21:28:42.506Z | [ recovery-image] Aug 21 21:28:41.165 INFO O| Aug 21 21:28:41.165 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-08-21T21:28:42.513Z | [ recovery-image] Aug 21 21:28:41.174 INFO O| Aug 21 21:28:41.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7422 | 2024-08-21T21:28:42.513Z | [ recovery-image] Aug 21 21:28:41.174 INFO O| Aug 21 21:28:41.174 INFO STEP 1171 (remove_files) COMPLETE |
7423 | 2024-08-21T21:28:42.513Z | [ recovery-image] Aug 21 21:28:41.174 INFO O| Aug 21 21:28:41.174 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-08-21T21:28:42.523Z | [ recovery-image] Aug 21 21:28:41.183 INFO O| Aug 21 21:28:41.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7425 | 2024-08-21T21:28:42.523Z | [ recovery-image] Aug 21 21:28:41.183 INFO O| Aug 21 21:28:41.183 INFO STEP 1172 (remove_files) COMPLETE |
7426 | 2024-08-21T21:28:42.523Z | [ recovery-image] Aug 21 21:28:41.183 INFO O| Aug 21 21:28:41.183 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-08-21T21:28:42.532Z | [ recovery-image] Aug 21 21:28:41.192 INFO O| Aug 21 21:28:41.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7428 | 2024-08-21T21:28:42.532Z | [ recovery-image] Aug 21 21:28:41.192 INFO O| Aug 21 21:28:41.192 INFO STEP 1173 (remove_files) COMPLETE |
7429 | 2024-08-21T21:28:42.532Z | [ recovery-image] Aug 21 21:28:41.192 INFO O| Aug 21 21:28:41.192 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-08-21T21:28:42.541Z | [ recovery-image] Aug 21 21:28:41.201 INFO O| Aug 21 21:28:41.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7431 | 2024-08-21T21:28:42.541Z | [ recovery-image] Aug 21 21:28:41.202 INFO O| Aug 21 21:28:41.202 INFO STEP 1174 (remove_files) COMPLETE |
7432 | 2024-08-21T21:28:42.544Z | [ recovery-image] Aug 21 21:28:41.202 INFO O| Aug 21 21:28:41.202 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-08-21T21:28:42.550Z | [ recovery-image] Aug 21 21:28:41.211 INFO O| Aug 21 21:28:41.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7434 | 2024-08-21T21:28:42.550Z | [ recovery-image] Aug 21 21:28:41.211 INFO O| Aug 21 21:28:41.211 INFO STEP 1175 (remove_files) COMPLETE |
7435 | 2024-08-21T21:28:42.550Z | [ recovery-image] Aug 21 21:28:41.211 INFO O| Aug 21 21:28:41.211 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-08-21T21:28:42.560Z | [ recovery-image] Aug 21 21:28:41.220 INFO O| Aug 21 21:28:41.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7437 | 2024-08-21T21:28:42.560Z | [ recovery-image] Aug 21 21:28:41.220 INFO O| Aug 21 21:28:41.220 INFO STEP 1176 (remove_files) COMPLETE |
7438 | 2024-08-21T21:28:42.560Z | [ recovery-image] Aug 21 21:28:41.220 INFO O| Aug 21 21:28:41.220 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-08-21T21:28:42.570Z | [ recovery-image] Aug 21 21:28:41.230 INFO O| Aug 21 21:28:41.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7440 | 2024-08-21T21:28:42.570Z | [ recovery-image] Aug 21 21:28:41.230 INFO O| Aug 21 21:28:41.230 INFO STEP 1177 (remove_files) COMPLETE |
7441 | 2024-08-21T21:28:42.572Z | [ recovery-image] Aug 21 21:28:41.230 INFO O| Aug 21 21:28:41.230 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-08-21T21:28:42.580Z | [ recovery-image] Aug 21 21:28:41.240 INFO O| Aug 21 21:28:41.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7443 | 2024-08-21T21:28:42.580Z | [ recovery-image] Aug 21 21:28:41.240 INFO O| Aug 21 21:28:41.240 INFO STEP 1178 (remove_files) COMPLETE |
7444 | 2024-08-21T21:28:42.580Z | [ recovery-image] Aug 21 21:28:41.240 INFO O| Aug 21 21:28:41.240 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-08-21T21:28:42.590Z | [ recovery-image] Aug 21 21:28:41.250 INFO O| Aug 21 21:28:41.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7446 | 2024-08-21T21:28:42.590Z | [ recovery-image] Aug 21 21:28:41.250 INFO O| Aug 21 21:28:41.250 INFO STEP 1179 (remove_files) COMPLETE |
7447 | 2024-08-21T21:28:42.590Z | [ recovery-image] Aug 21 21:28:41.250 INFO O| Aug 21 21:28:41.250 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-08-21T21:28:42.599Z | [ recovery-image] Aug 21 21:28:41.259 INFO O| Aug 21 21:28:41.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7449 | 2024-08-21T21:28:42.599Z | [ recovery-image] Aug 21 21:28:41.259 INFO O| Aug 21 21:28:41.259 INFO STEP 1180 (remove_files) COMPLETE |
7450 | 2024-08-21T21:28:42.601Z | [ recovery-image] Aug 21 21:28:41.259 INFO O| Aug 21 21:28:41.259 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-08-21T21:28:42.608Z | [ recovery-image] Aug 21 21:28:41.269 INFO O| Aug 21 21:28:41.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7452 | 2024-08-21T21:28:42.608Z | [ recovery-image] Aug 21 21:28:41.269 INFO O| Aug 21 21:28:41.269 INFO STEP 1181 (remove_files) COMPLETE |
7453 | 2024-08-21T21:28:42.608Z | [ recovery-image] Aug 21 21:28:41.269 INFO O| Aug 21 21:28:41.269 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-08-21T21:28:42.618Z | [ recovery-image] Aug 21 21:28:41.278 INFO O| Aug 21 21:28:41.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7455 | 2024-08-21T21:28:42.618Z | [ recovery-image] Aug 21 21:28:41.278 INFO O| Aug 21 21:28:41.278 INFO STEP 1182 (remove_files) COMPLETE |
7456 | 2024-08-21T21:28:42.620Z | [ recovery-image] Aug 21 21:28:41.278 INFO O| Aug 21 21:28:41.278 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-08-21T21:28:42.627Z | [ recovery-image] Aug 21 21:28:41.287 INFO O| Aug 21 21:28:41.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7458 | 2024-08-21T21:28:42.627Z | [ recovery-image] Aug 21 21:28:41.288 INFO O| Aug 21 21:28:41.288 INFO STEP 1183 (remove_files) COMPLETE |
7459 | 2024-08-21T21:28:42.627Z | [ recovery-image] Aug 21 21:28:41.288 INFO O| Aug 21 21:28:41.288 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-08-21T21:28:42.636Z | [ recovery-image] Aug 21 21:28:41.297 INFO O| Aug 21 21:28:41.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7461 | 2024-08-21T21:28:42.636Z | [ recovery-image] Aug 21 21:28:41.297 INFO O| Aug 21 21:28:41.297 INFO STEP 1184 (remove_files) COMPLETE |
7462 | 2024-08-21T21:28:42.639Z | [ recovery-image] Aug 21 21:28:41.297 INFO O| Aug 21 21:28:41.297 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-08-21T21:28:42.645Z | [ recovery-image] Aug 21 21:28:41.306 INFO O| Aug 21 21:28:41.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7464 | 2024-08-21T21:28:42.646Z | [ recovery-image] Aug 21 21:28:41.306 INFO O| Aug 21 21:28:41.306 INFO STEP 1185 (remove_files) COMPLETE |
7465 | 2024-08-21T21:28:42.648Z | [ recovery-image] Aug 21 21:28:41.306 INFO O| Aug 21 21:28:41.306 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-08-21T21:28:42.655Z | [ recovery-image] Aug 21 21:28:41.315 INFO O| Aug 21 21:28:41.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7467 | 2024-08-21T21:28:42.657Z | [ recovery-image] Aug 21 21:28:41.315 INFO O| Aug 21 21:28:41.315 INFO STEP 1186 (remove_files) COMPLETE |
7468 | 2024-08-21T21:28:42.657Z | [ recovery-image] Aug 21 21:28:41.315 INFO O| Aug 21 21:28:41.315 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-08-21T21:28:42.664Z | [ recovery-image] Aug 21 21:28:41.325 INFO O| Aug 21 21:28:41.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7470 | 2024-08-21T21:28:42.664Z | [ recovery-image] Aug 21 21:28:41.325 INFO O| Aug 21 21:28:41.325 INFO STEP 1187 (remove_files) COMPLETE |
7471 | 2024-08-21T21:28:42.664Z | [ recovery-image] Aug 21 21:28:41.325 INFO O| Aug 21 21:28:41.325 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-08-21T21:28:42.673Z | [ recovery-image] Aug 21 21:28:41.334 INFO O| Aug 21 21:28:41.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7473 | 2024-08-21T21:28:42.676Z | [ recovery-image] Aug 21 21:28:41.334 INFO O| Aug 21 21:28:41.334 INFO STEP 1188 (remove_files) COMPLETE |
7474 | 2024-08-21T21:28:42.676Z | [ recovery-image] Aug 21 21:28:41.334 INFO O| Aug 21 21:28:41.334 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-08-21T21:28:42.683Z | [ recovery-image] Aug 21 21:28:41.343 INFO O| Aug 21 21:28:41.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7476 | 2024-08-21T21:28:42.685Z | [ recovery-image] Aug 21 21:28:41.343 INFO O| Aug 21 21:28:41.343 INFO STEP 1189 (remove_files) COMPLETE |
7477 | 2024-08-21T21:28:42.685Z | [ recovery-image] Aug 21 21:28:41.343 INFO O| Aug 21 21:28:41.343 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-08-21T21:28:42.692Z | [ recovery-image] Aug 21 21:28:41.353 INFO O| Aug 21 21:28:41.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7479 | 2024-08-21T21:28:42.692Z | [ recovery-image] Aug 21 21:28:41.353 INFO O| Aug 21 21:28:41.353 INFO STEP 1190 (remove_files) COMPLETE |
7480 | 2024-08-21T21:28:42.692Z | [ recovery-image] Aug 21 21:28:41.353 INFO O| Aug 21 21:28:41.353 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-08-21T21:28:42.702Z | [ recovery-image] Aug 21 21:28:41.362 INFO O| Aug 21 21:28:41.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7482 | 2024-08-21T21:28:42.702Z | [ recovery-image] Aug 21 21:28:41.362 INFO O| Aug 21 21:28:41.362 INFO STEP 1191 (remove_files) COMPLETE |
7483 | 2024-08-21T21:28:42.702Z | [ recovery-image] Aug 21 21:28:41.362 INFO O| Aug 21 21:28:41.362 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-08-21T21:28:42.711Z | [ recovery-image] Aug 21 21:28:41.371 INFO O| Aug 21 21:28:41.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7485 | 2024-08-21T21:28:42.711Z | [ recovery-image] Aug 21 21:28:41.371 INFO O| Aug 21 21:28:41.371 INFO STEP 1192 (remove_files) COMPLETE |
7486 | 2024-08-21T21:28:42.711Z | [ recovery-image] Aug 21 21:28:41.371 INFO O| Aug 21 21:28:41.371 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-08-21T21:28:42.720Z | [ recovery-image] Aug 21 21:28:41.380 INFO O| Aug 21 21:28:41.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7488 | 2024-08-21T21:28:42.720Z | [ recovery-image] Aug 21 21:28:41.380 INFO O| Aug 21 21:28:41.380 INFO STEP 1193 (remove_files) COMPLETE |
7489 | 2024-08-21T21:28:42.720Z | [ recovery-image] Aug 21 21:28:41.380 INFO O| Aug 21 21:28:41.380 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-08-21T21:28:42.729Z | [ recovery-image] Aug 21 21:28:41.390 INFO O| Aug 21 21:28:41.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7491 | 2024-08-21T21:28:42.732Z | [ recovery-image] Aug 21 21:28:41.390 INFO O| Aug 21 21:28:41.390 INFO STEP 1194 (remove_files) COMPLETE |
7492 | 2024-08-21T21:28:42.732Z | [ recovery-image] Aug 21 21:28:41.390 INFO O| Aug 21 21:28:41.390 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-08-21T21:28:42.739Z | [ recovery-image] Aug 21 21:28:41.399 INFO O| Aug 21 21:28:41.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7494 | 2024-08-21T21:28:42.739Z | [ recovery-image] Aug 21 21:28:41.399 INFO O| Aug 21 21:28:41.399 INFO STEP 1195 (remove_files) COMPLETE |
7495 | 2024-08-21T21:28:42.739Z | [ recovery-image] Aug 21 21:28:41.399 INFO O| Aug 21 21:28:41.399 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-08-21T21:28:42.748Z | [ recovery-image] Aug 21 21:28:41.408 INFO O| Aug 21 21:28:41.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7497 | 2024-08-21T21:28:42.750Z | [ recovery-image] Aug 21 21:28:41.408 INFO O| Aug 21 21:28:41.408 INFO STEP 1196 (remove_files) COMPLETE |
7498 | 2024-08-21T21:28:42.750Z | [ recovery-image] Aug 21 21:28:41.408 INFO O| Aug 21 21:28:41.408 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-08-21T21:28:42.757Z | [ recovery-image] Aug 21 21:28:41.418 INFO O| Aug 21 21:28:41.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7500 | 2024-08-21T21:28:42.757Z | [ recovery-image] Aug 21 21:28:41.418 INFO O| Aug 21 21:28:41.418 INFO STEP 1197 (remove_files) COMPLETE |
7501 | 2024-08-21T21:28:42.760Z | [ recovery-image] Aug 21 21:28:41.418 INFO O| Aug 21 21:28:41.418 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-08-21T21:28:42.766Z | [ recovery-image] Aug 21 21:28:41.427 INFO O| Aug 21 21:28:41.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7503 | 2024-08-21T21:28:42.766Z | [ recovery-image] Aug 21 21:28:41.427 INFO O| Aug 21 21:28:41.427 INFO STEP 1198 (remove_files) COMPLETE |
7504 | 2024-08-21T21:28:42.766Z | [ recovery-image] Aug 21 21:28:41.427 INFO O| Aug 21 21:28:41.427 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-08-21T21:28:42.776Z | [ recovery-image] Aug 21 21:28:41.436 INFO O| Aug 21 21:28:41.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7506 | 2024-08-21T21:28:42.778Z | [ recovery-image] Aug 21 21:28:41.437 INFO O| Aug 21 21:28:41.437 INFO STEP 1199 (remove_files) COMPLETE |
7507 | 2024-08-21T21:28:42.778Z | [ recovery-image] Aug 21 21:28:41.437 INFO O| Aug 21 21:28:41.437 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-08-21T21:28:42.786Z | [ recovery-image] Aug 21 21:28:41.446 INFO O| Aug 21 21:28:41.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7509 | 2024-08-21T21:28:42.786Z | [ recovery-image] Aug 21 21:28:41.446 INFO O| Aug 21 21:28:41.446 INFO STEP 1200 (remove_files) COMPLETE |
7510 | 2024-08-21T21:28:42.788Z | [ recovery-image] Aug 21 21:28:41.446 INFO O| Aug 21 21:28:41.446 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-08-21T21:28:42.795Z | [ recovery-image] Aug 21 21:28:41.456 INFO O| Aug 21 21:28:41.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7512 | 2024-08-21T21:28:42.798Z | [ recovery-image] Aug 21 21:28:41.456 INFO O| Aug 21 21:28:41.456 INFO STEP 1201 (remove_files) COMPLETE |
7513 | 2024-08-21T21:28:42.798Z | [ recovery-image] Aug 21 21:28:41.456 INFO O| Aug 21 21:28:41.456 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-08-21T21:28:42.804Z | [ recovery-image] Aug 21 21:28:41.465 INFO O| Aug 21 21:28:41.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7515 | 2024-08-21T21:28:42.804Z | [ recovery-image] Aug 21 21:28:41.465 INFO O| Aug 21 21:28:41.465 INFO STEP 1202 (remove_files) COMPLETE |
7516 | 2024-08-21T21:28:42.804Z | [ recovery-image] Aug 21 21:28:41.465 INFO O| Aug 21 21:28:41.465 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-08-21T21:28:42.814Z | [ recovery-image] Aug 21 21:28:41.474 INFO O| Aug 21 21:28:41.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7518 | 2024-08-21T21:28:42.814Z | [ recovery-image] Aug 21 21:28:41.474 INFO O| Aug 21 21:28:41.474 INFO STEP 1203 (remove_files) COMPLETE |
7519 | 2024-08-21T21:28:42.814Z | [ recovery-image] Aug 21 21:28:41.474 INFO O| Aug 21 21:28:41.474 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-08-21T21:28:42.824Z | [ recovery-image] Aug 21 21:28:41.483 INFO O| Aug 21 21:28:41.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7521 | 2024-08-21T21:28:42.824Z | [ recovery-image] Aug 21 21:28:41.483 INFO O| Aug 21 21:28:41.483 INFO STEP 1204 (remove_files) COMPLETE |
7522 | 2024-08-21T21:28:42.827Z | [ recovery-image] Aug 21 21:28:41.483 INFO O| Aug 21 21:28:41.483 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-08-21T21:28:42.832Z | [ recovery-image] Aug 21 21:28:41.493 INFO O| Aug 21 21:28:41.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7524 | 2024-08-21T21:28:42.835Z | [ recovery-image] Aug 21 21:28:41.493 INFO O| Aug 21 21:28:41.493 INFO STEP 1205 (remove_files) COMPLETE |
7525 | 2024-08-21T21:28:42.835Z | [ recovery-image] Aug 21 21:28:41.493 INFO O| Aug 21 21:28:41.493 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7526 | 2024-08-21T21:28:42.847Z | [ recovery-image] Aug 21 21:28:41.507 INFO O| Aug 21 21:28:41.507 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7527 | 2024-08-21T21:28:42.849Z | [ recovery-image] Aug 21 21:28:41.507 INFO O| Aug 21 21:28:41.507 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7528 | 2024-08-21T21:28:43.520Z | [ recovery-image] Aug 21 21:28:42.180 INFO O| Aug 21 21:28:42.180 INFO STEP 1206 (pack_tar) COMPLETE |
7529 | 2024-08-21T21:28:43.520Z | [ recovery-image] Aug 21 21:28:42.180 INFO O| Aug 21 21:28:42.180 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7530 | 2024-08-21T21:28:43.520Z | [ recovery-image] Aug 21 21:28:42.180 INFO O| Aug 21 21:28:42.180 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7531 | 2024-08-21T21:28:43.774Z | [ recovery-image] Aug 21 21:28:42.434 INFO O| Aug 21 21:28:42.434 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7532 | 2024-08-21T21:28:43.848Z | [ recovery-image] Aug 21 21:28:42.508 INFO O| Aug 21 21:28:42.508 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7533 | 2024-08-21T21:28:43.854Z | [ recovery-image] Aug 21 21:28:42.514 INFO image builder template: zfs-recovery... |
7534 | 2024-08-21T21:28:43.854Z | [ recovery-image] Aug 21 21:28:42.514 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/.tmprzSzlN/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 |
7535 | 2024-08-21T21:28:43.884Z | [ recovery-image] Aug 21 21:28:42.545 INFO O| Aug 21 21:28:42.544 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7536 | 2024-08-21T21:28:43.888Z | [ recovery-image] Aug 21 21:28:42.548 INFO O| Aug 21 21:28:42.548 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7537 | 2024-08-21T21:28:43.997Z | [ recovery-image] Aug 21 21:28:42.655 INFO O| Aug 21 21:28:42.655 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7538 | 2024-08-21T21:28:44.083Z | [ recovery-image] Aug 21 21:28:42.743 INFO O| Aug 21 21:28:42.743 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7539 | 2024-08-21T21:28:44.084Z | [ recovery-image] Aug 21 21:28:42.743 INFO O| Aug 21 21:28:42.743 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7540 | 2024-08-21T21:28:44.087Z | [ recovery-image] Aug 21 21:28:42.747 INFO O| Aug 21 21:28:42.747 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7541 | 2024-08-21T21:28:44.200Z | [ recovery-image] Aug 21 21:28:42.860 INFO O| Aug 21 21:28:42.860 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7542 | 2024-08-21T21:28:44.254Z | [ recovery-image] Aug 21 21:28:42.914 INFO O| Aug 21 21:28:42.914 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7543 | 2024-08-21T21:28:44.264Z | [ recovery-image] Aug 21 21:28:42.924 INFO O| Aug 21 21:28:42.924 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7544 | 2024-08-21T21:28:44.268Z | [ recovery-image] Aug 21 21:28:42.929 INFO O| Aug 21 21:28:42.929 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7545 | 2024-08-21T21:28:44.271Z | [ recovery-image] Aug 21 21:28:42.930 INFO O| Aug 21 21:28:42.930 INFO no lofi found |
7546 | 2024-08-21T21:28:44.271Z | [ recovery-image] Aug 21 21:28:42.930 INFO O| Aug 21 21:28:42.930 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7547 | 2024-08-21T21:28:44.271Z | [ recovery-image] Aug 21 21:28:42.930 INFO O| Aug 21 21:28:42.930 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7548 | 2024-08-21T21:28:45.948Z | [ host-image] Aug 21 21:28:44.608 INFO O| Aug 21 21:28:44.608 INFO O| Download: Completed 8.42 MB in 4.47 seconds (1.9M/s) |
7549 | 2024-08-21T21:28:45.998Z | [ host-image] Aug 21 21:28:44.658 INFO O| Aug 21 21:28:44.658 INFO O| Actions: 1/1361 actions (Installing new actions) |
7550 | 2024-08-21T21:28:46.351Z | [ recovery-image] Aug 21 21:28:45.010 INFO O| Aug 21 21:28:45.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7551 | 2024-08-21T21:28:46.351Z | [ recovery-image] Aug 21 21:28:45.010 INFO O| Aug 21 21:28:45.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7552 | 2024-08-21T21:28:46.353Z | [ recovery-image] Aug 21 21:28:45.010 INFO O| Aug 21 21:28:45.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7553 | 2024-08-21T21:28:46.422Z | [ recovery-image] Aug 21 21:28:45.081 INFO O| Aug 21 21:28:45.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7554 | 2024-08-21T21:28:46.424Z | [ recovery-image] Aug 21 21:28:45.081 INFO O| Aug 21 21:28:45.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7555 | 2024-08-21T21:28:46.431Z | [ host-image] Aug 21 21:28:45.091 INFO O| Aug 21 21:28:45.091 INFO O| Actions: Completed 1361 actions in 0.43 seconds. |
7556 | 2024-08-21T21:28:46.439Z | [ recovery-image] Aug 21 21:28:45.099 INFO O| Aug 21 21:28:45.099 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7557 | 2024-08-21T21:28:46.497Z | [ recovery-image] Aug 21 21:28:45.157 INFO O| Aug 21 21:28:45.156 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7558 | 2024-08-21T21:28:46.534Z | [ recovery-image] Aug 21 21:28:45.194 INFO O| Aug 21 21:28:45.194 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7559 | 2024-08-21T21:28:46.548Z | [ recovery-image] Aug 21 21:28:45.208 INFO O| Aug 21 21:28:45.208 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7560 | 2024-08-21T21:28:46.559Z | [ recovery-image] Aug 21 21:28:45.219 INFO O| Aug 21 21:28:45.219 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7561 | 2024-08-21T21:28:46.610Z | [ recovery-image] Aug 21 21:28:45.269 INFO O| Aug 21 21:28:45.269 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7562 | 2024-08-21T21:28:46.610Z | [ recovery-image] Aug 21 21:28:45.270 INFO O| Aug 21 21:28:45.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7563 | 2024-08-21T21:28:46.610Z | [ recovery-image] Aug 21 21:28:45.270 INFO O| Aug 21 21:28:45.270 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7564 | 2024-08-21T21:28:46.620Z | [ recovery-image] Aug 21 21:28:45.280 INFO O| Aug 21 21:28:45.280 INFO boot environment UUID: 67fb7e69-405b-43d9-8943-a2c58172ca9c |
7565 | 2024-08-21T21:28:46.620Z | [ recovery-image] Aug 21 21:28:45.280 INFO O| Aug 21 21:28:45.280 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 67fb7e69-405b-43d9-8943-a2c58172ca9c |
7566 | 2024-08-21T21:28:46.631Z | [ recovery-image] Aug 21 21:28:45.291 INFO O| Aug 21 21:28:45.291 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7567 | 2024-08-21T21:28:46.642Z | [ recovery-image] Aug 21 21:28:45.302 INFO O| Aug 21 21:28:45.302 INFO STEP 0 (create_be) COMPLETE |
7568 | 2024-08-21T21:28:46.642Z | [ recovery-image] Aug 21 21:28:45.302 INFO O| Aug 21 21:28:45.302 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7569 | 2024-08-21T21:28:46.660Z | [ recovery-image] Aug 21 21:28:45.320 INFO O| Aug 21 21:28:45.320 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"] |
7570 | 2024-08-21T21:28:46.676Z | [ host-image] Aug 21 21:28:45.336 INFO O| Aug 21 21:28:45.336 INFO O| Done |
7571 | 2024-08-21T21:28:46.676Z | [ host-image] Aug 21 21:28:45.336 INFO O| Aug 21 21:28:45.336 INFO O| Done |
7572 | 2024-08-21T21:28:47.301Z | [ host-image] Aug 21 21:28:45.960 INFO O| Aug 21 21:28:45.960 INFO O| Done |
7573 | 2024-08-21T21:28:48.687Z | [ recovery-image] Aug 21 21:28:47.346 INFO O| Aug 21 21:28:47.346 INFO STEP 1 (unpack_tar) COMPLETE |
7574 | 2024-08-21T21:28:48.687Z | [ recovery-image] Aug 21 21:28:47.347 INFO O| Aug 21 21:28:47.346 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7575 | 2024-08-21T21:28:48.698Z | [ recovery-image] Aug 21 21:28:47.357 INFO O| Aug 21 21:28:47.357 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7576 | 2024-08-21T21:28:49.100Z | [ host-image] Aug 21 21:28:47.760 INFO O| Aug 21 21:28:47.760 INFO O| Done |
7577 | 2024-08-21T21:28:49.123Z | [ recovery-image] Aug 21 21:28:47.783 INFO O| Aug 21 21:28:47.783 INFO STEP 2 (devfsadm) COMPLETE |
7578 | 2024-08-21T21:28:49.123Z | [ recovery-image] Aug 21 21:28:47.783 INFO O| Aug 21 21:28:47.783 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7579 | 2024-08-21T21:28:49.126Z | [ host-image] Aug 21 21:28:47.785 INFO O| Aug 21 21:28:47.785 INFO O| Done |
7580 | 2024-08-21T21:28:49.126Z | [ host-image] Aug 21 21:28:47.785 INFO O| Aug 21 21:28:47.785 INFO O| Done |
7581 | 2024-08-21T21:28:49.135Z | [ recovery-image] Aug 21 21:28:47.795 INFO O| Aug 21 21:28:47.795 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7582 | 2024-08-21T21:28:49.135Z | [ recovery-image] Aug 21 21:28:47.795 INFO O| Aug 21 21:28:47.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7583 | 2024-08-21T21:28:49.138Z | [ recovery-image] Aug 21 21:28:47.795 INFO O| Aug 21 21:28:47.795 INFO STEP 3 (ensure_dir) COMPLETE |
7584 | 2024-08-21T21:28:49.138Z | [ recovery-image] Aug 21 21:28:47.795 INFO O| Aug 21 21:28:47.795 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7585 | 2024-08-21T21:28:49.145Z | [ recovery-image] Aug 21 21:28:47.805 INFO O| Aug 21 21:28:47.805 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7586 | 2024-08-21T21:28:49.146Z | [ recovery-image] Aug 21 21:28:47.805 INFO O| Aug 21 21:28:47.805 INFO STEP 4 (ensure_dir) COMPLETE |
7587 | 2024-08-21T21:28:49.146Z | [ recovery-image] Aug 21 21:28:47.805 INFO O| Aug 21 21:28:47.805 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7588 | 2024-08-21T21:28:49.156Z | [ recovery-image] Aug 21 21:28:47.816 INFO O| Aug 21 21:28:47.816 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7589 | 2024-08-21T21:28:49.156Z | [ recovery-image] Aug 21 21:28:47.816 INFO O| Aug 21 21:28:47.816 INFO STEP 5 (ensure_dir) COMPLETE |
7590 | 2024-08-21T21:28:49.158Z | [ recovery-image] Aug 21 21:28:47.816 INFO O| Aug 21 21:28:47.816 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7591 | 2024-08-21T21:28:49.165Z | [ host-image] Aug 21 21:28:47.825 INFO O| Aug 21 21:28:47.824 INFO O| Done |
7592 | 2024-08-21T21:28:49.168Z | [ recovery-image] Aug 21 21:28:47.826 INFO O| Aug 21 21:28:47.826 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7593 | 2024-08-21T21:28:49.168Z | [ recovery-image] Aug 21 21:28:47.826 INFO O| Aug 21 21:28:47.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7594 | 2024-08-21T21:28:49.168Z | [ recovery-image] Aug 21 21:28:47.826 INFO O| Aug 21 21:28:47.826 INFO STEP 6 (ensure_dir) COMPLETE |
7595 | 2024-08-21T21:28:49.168Z | [ recovery-image] Aug 21 21:28:47.826 INFO O| Aug 21 21:28:47.826 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7596 | 2024-08-21T21:28:49.177Z | [ recovery-image] Aug 21 21:28:47.836 INFO O| Aug 21 21:28:47.836 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7597 | 2024-08-21T21:28:49.177Z | [ recovery-image] Aug 21 21:28:47.836 INFO O| Aug 21 21:28:47.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7598 | 2024-08-21T21:28:49.179Z | [ recovery-image] Aug 21 21:28:47.836 INFO O| Aug 21 21:28:47.836 INFO STEP 7 (ensure_dir) COMPLETE |
7599 | 2024-08-21T21:28:49.179Z | [ recovery-image] Aug 21 21:28:47.836 INFO O| Aug 21 21:28:47.836 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7600 | 2024-08-21T21:28:49.188Z | [ recovery-image] Aug 21 21:28:47.847 INFO O| Aug 21 21:28:47.847 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7601 | 2024-08-21T21:28:49.190Z | [ recovery-image] Aug 21 21:28:47.848 INFO O| Aug 21 21:28:47.848 INFO STEP 8 (remove_files) COMPLETE |
7602 | 2024-08-21T21:28:49.190Z | [ recovery-image] Aug 21 21:28:47.848 INFO O| Aug 21 21:28:47.848 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7603 | 2024-08-21T21:28:49.198Z | [ recovery-image] Aug 21 21:28:47.858 INFO O| Aug 21 21:28:47.858 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7604 | 2024-08-21T21:28:49.200Z | [ recovery-image] Aug 21 21:28:47.859 INFO O| Aug 21 21:28:47.859 INFO STEP 9 (remove_files) COMPLETE |
7605 | 2024-08-21T21:28:49.200Z | [ recovery-image] Aug 21 21:28:47.859 INFO O| Aug 21 21:28:47.859 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7606 | 2024-08-21T21:28:49.209Z | [ recovery-image] Aug 21 21:28:47.869 INFO O| Aug 21 21:28:47.869 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7607 | 2024-08-21T21:28:49.212Z | [ recovery-image] Aug 21 21:28:47.870 INFO O| Aug 21 21:28:47.870 INFO STEP 10 (remove_files) COMPLETE |
7608 | 2024-08-21T21:28:49.212Z | [ recovery-image] Aug 21 21:28:47.870 INFO O| Aug 21 21:28:47.870 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7609 | 2024-08-21T21:28:49.221Z | [ recovery-image] Aug 21 21:28:47.880 INFO O| Aug 21 21:28:47.880 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7610 | 2024-08-21T21:28:49.221Z | [ recovery-image] Aug 21 21:28:47.880 INFO O| Aug 21 21:28:47.880 INFO STEP 11 (remove_files) COMPLETE |
7611 | 2024-08-21T21:28:49.223Z | [ recovery-image] Aug 21 21:28:47.880 INFO O| Aug 21 21:28:47.880 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7612 | 2024-08-21T21:28:49.231Z | [ recovery-image] Aug 21 21:28:47.890 INFO O| Aug 21 21:28:47.890 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7613 | 2024-08-21T21:28:49.233Z | [ recovery-image] Aug 21 21:28:47.891 INFO O| Aug 21 21:28:47.890 INFO STEP 12 (remove_files) COMPLETE |
7614 | 2024-08-21T21:28:49.233Z | [ recovery-image] Aug 21 21:28:47.891 INFO O| Aug 21 21:28:47.891 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7615 | 2024-08-21T21:28:49.241Z | [ recovery-image] Aug 21 21:28:47.901 INFO O| Aug 21 21:28:47.901 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7616 | 2024-08-21T21:28:49.243Z | [ recovery-image] Aug 21 21:28:47.901 INFO O| Aug 21 21:28:47.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7617 | 2024-08-21T21:28:49.243Z | [ recovery-image] Aug 21 21:28:47.901 INFO O| Aug 21 21:28:47.901 INFO STEP 13 (ensure_dir) COMPLETE |
7618 | 2024-08-21T21:28:49.243Z | [ recovery-image] Aug 21 21:28:47.901 INFO O| Aug 21 21:28:47.901 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7619 | 2024-08-21T21:28:49.251Z | [ recovery-image] Aug 21 21:28:47.911 INFO O| Aug 21 21:28:47.911 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7620 | 2024-08-21T21:28:49.254Z | [ recovery-image] Aug 21 21:28:47.911 INFO O| Aug 21 21:28:47.911 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7621 | 2024-08-21T21:28:49.254Z | [ recovery-image] Aug 21 21:28:47.911 INFO O| Aug 21 21:28:47.911 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7622 | 2024-08-21T21:28:49.254Z | [ recovery-image] Aug 21 21:28:47.911 INFO O| Aug 21 21:28:47.911 INFO STEP 14 (ensure_dir) COMPLETE |
7623 | 2024-08-21T21:28:49.254Z | [ recovery-image] Aug 21 21:28:47.911 INFO O| Aug 21 21:28:47.911 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7624 | 2024-08-21T21:28:49.261Z | [ host-image] Aug 21 21:28:47.921 INFO O| Aug 21 21:28:47.921 INFO STEP 13 (pkg_install) COMPLETE |
7625 | 2024-08-21T21:28:49.261Z | [ host-image] Aug 21 21:28:47.921 INFO O| Aug 21 21:28:47.921 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7626 | 2024-08-21T21:28:49.263Z | [ recovery-image] Aug 21 21:28:47.921 INFO O| Aug 21 21:28:47.921 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7627 | 2024-08-21T21:28:49.263Z | [ recovery-image] Aug 21 21:28:47.921 INFO O| Aug 21 21:28:47.921 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7628 | 2024-08-21T21:28:49.263Z | [ recovery-image] Aug 21 21:28:47.921 INFO O| Aug 21 21:28:47.921 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7629 | 2024-08-21T21:28:49.263Z | [ recovery-image] Aug 21 21:28:47.921 INFO O| Aug 21 21:28:47.921 INFO STEP 15 (ensure_dir) COMPLETE |
7630 | 2024-08-21T21:28:49.263Z | [ recovery-image] Aug 21 21:28:47.921 INFO O| Aug 21 21:28:47.921 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7631 | 2024-08-21T21:28:49.271Z | [ host-image] Aug 21 21:28:47.931 INFO O| Aug 21 21:28:47.931 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
7632 | 2024-08-21T21:28:49.274Z | [ recovery-image] Aug 21 21:28:47.931 INFO O| Aug 21 21:28:47.931 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7633 | 2024-08-21T21:28:49.274Z | [ recovery-image] Aug 21 21:28:47.932 INFO O| Aug 21 21:28:47.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7634 | 2024-08-21T21:28:49.274Z | [ recovery-image] Aug 21 21:28:47.932 INFO O| Aug 21 21:28:47.932 INFO STEP 16 (ensure_dir) COMPLETE |
7635 | 2024-08-21T21:28:49.274Z | [ recovery-image] Aug 21 21:28:47.932 INFO O| Aug 21 21:28:47.932 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7636 | 2024-08-21T21:28:49.282Z | [ recovery-image] Aug 21 21:28:47.942 INFO O| Aug 21 21:28:47.942 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7637 | 2024-08-21T21:28:49.282Z | [ recovery-image] Aug 21 21:28:47.942 INFO O| Aug 21 21:28:47.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7638 | 2024-08-21T21:28:49.282Z | [ recovery-image] Aug 21 21:28:47.942 INFO O| Aug 21 21:28:47.942 INFO STEP 17 (ensure_dir) COMPLETE |
7639 | 2024-08-21T21:28:49.284Z | [ recovery-image] Aug 21 21:28:47.942 INFO O| Aug 21 21:28:47.942 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7640 | 2024-08-21T21:28:49.292Z | [ recovery-image] Aug 21 21:28:47.952 INFO O| Aug 21 21:28:47.952 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7641 | 2024-08-21T21:28:49.292Z | [ recovery-image] Aug 21 21:28:47.952 INFO O| Aug 21 21:28:47.952 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7642 | 2024-08-21T21:28:49.292Z | [ recovery-image] Aug 21 21:28:47.952 INFO O| Aug 21 21:28:47.952 INFO ok! |
7643 | 2024-08-21T21:28:49.294Z | [ recovery-image] Aug 21 21:28:47.952 INFO O| Aug 21 21:28:47.952 INFO STEP 18 (ensure_symlink) COMPLETE |
7644 | 2024-08-21T21:28:49.294Z | [ recovery-image] Aug 21 21:28:47.952 INFO O| Aug 21 21:28:47.952 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7645 | 2024-08-21T21:28:49.302Z | [ recovery-image] Aug 21 21:28:47.961 INFO O| Aug 21 21:28:47.961 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7646 | 2024-08-21T21:28:49.304Z | [ recovery-image] Aug 21 21:28:47.961 INFO O| Aug 21 21:28:47.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7647 | 2024-08-21T21:28:49.304Z | [ recovery-image] Aug 21 21:28:47.961 INFO O| Aug 21 21:28:47.961 INFO ok! |
7648 | 2024-08-21T21:28:49.304Z | [ recovery-image] Aug 21 21:28:47.961 INFO O| Aug 21 21:28:47.961 INFO STEP 19 (ensure_file) COMPLETE |
7649 | 2024-08-21T21:28:49.304Z | [ recovery-image] Aug 21 21:28:47.961 INFO O| Aug 21 21:28:47.961 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7650 | 2024-08-21T21:28:49.312Z | [ recovery-image] Aug 21 21:28:47.971 INFO O| Aug 21 21:28:47.971 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7651 | 2024-08-21T21:28:49.312Z | [ recovery-image] Aug 21 21:28:47.971 INFO O| Aug 21 21:28:47.971 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7652 | 2024-08-21T21:28:49.314Z | [ recovery-image] Aug 21 21:28:47.972 INFO O| Aug 21 21:28:47.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7653 | 2024-08-21T21:28:49.314Z | [ recovery-image] Aug 21 21:28:47.972 INFO O| Aug 21 21:28:47.972 INFO ok! |
7654 | 2024-08-21T21:28:49.314Z | [ recovery-image] Aug 21 21:28:47.972 INFO O| Aug 21 21:28:47.972 INFO STEP 20 (ensure_symlink) COMPLETE |
7655 | 2024-08-21T21:28:49.314Z | [ recovery-image] Aug 21 21:28:47.972 INFO O| Aug 21 21:28:47.972 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7656 | 2024-08-21T21:28:49.321Z | [ recovery-image] Aug 21 21:28:47.981 INFO O| Aug 21 21:28:47.981 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7657 | 2024-08-21T21:28:49.321Z | [ recovery-image] Aug 21 21:28:47.981 INFO O| Aug 21 21:28:47.981 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7658 | 2024-08-21T21:28:49.324Z | [ recovery-image] Aug 21 21:28:47.981 INFO O| Aug 21 21:28:47.981 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7659 | 2024-08-21T21:28:49.324Z | [ recovery-image] Aug 21 21:28:47.981 INFO O| Aug 21 21:28:47.981 INFO ok! |
7660 | 2024-08-21T21:28:49.324Z | [ recovery-image] Aug 21 21:28:47.981 INFO O| Aug 21 21:28:47.981 INFO STEP 21 (ensure_symlink) COMPLETE |
7661 | 2024-08-21T21:28:49.324Z | [ recovery-image] Aug 21 21:28:47.981 INFO O| Aug 21 21:28:47.981 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7662 | 2024-08-21T21:28:49.331Z | [ recovery-image] Aug 21 21:28:47.991 INFO O| Aug 21 21:28:47.991 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7663 | 2024-08-21T21:28:49.331Z | [ recovery-image] Aug 21 21:28:47.991 INFO O| Aug 21 21:28:47.991 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7664 | 2024-08-21T21:28:49.333Z | [ recovery-image] Aug 21 21:28:47.991 INFO O| Aug 21 21:28:47.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7665 | 2024-08-21T21:28:49.333Z | [ recovery-image] Aug 21 21:28:47.991 INFO O| Aug 21 21:28:47.991 INFO ok! |
7666 | 2024-08-21T21:28:49.334Z | [ recovery-image] Aug 21 21:28:47.991 INFO O| Aug 21 21:28:47.991 INFO STEP 22 (ensure_symlink) COMPLETE |
7667 | 2024-08-21T21:28:49.334Z | [ recovery-image] Aug 21 21:28:47.991 INFO O| Aug 21 21:28:47.991 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7668 | 2024-08-21T21:28:49.341Z | [ recovery-image] Aug 21 21:28:48.001 INFO O| Aug 21 21:28:48.001 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7669 | 2024-08-21T21:28:49.341Z | [ recovery-image] Aug 21 21:28:48.001 INFO O| Aug 21 21:28:48.001 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7670 | 2024-08-21T21:28:49.344Z | [ recovery-image] Aug 21 21:28:48.001 INFO O| Aug 21 21:28:48.001 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7671 | 2024-08-21T21:28:49.344Z | [ recovery-image] Aug 21 21:28:48.001 INFO O| Aug 21 21:28:48.001 INFO ok! |
7672 | 2024-08-21T21:28:49.344Z | [ recovery-image] Aug 21 21:28:48.001 INFO O| Aug 21 21:28:48.001 INFO STEP 23 (ensure_symlink) COMPLETE |
7673 | 2024-08-21T21:28:49.344Z | [ recovery-image] Aug 21 21:28:48.001 INFO O| Aug 21 21:28:48.001 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7674 | 2024-08-21T21:28:49.352Z | [ recovery-image] Aug 21 21:28:48.012 INFO O| Aug 21 21:28:48.012 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7675 | 2024-08-21T21:28:49.352Z | [ recovery-image] Aug 21 21:28:48.012 INFO O| Aug 21 21:28:48.012 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 ... |
7676 | 2024-08-21T21:28:49.356Z | [ recovery-image] Aug 21 21:28:48.012 INFO O| Aug 21 21:28:48.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7677 | 2024-08-21T21:28:49.356Z | [ recovery-image] Aug 21 21:28:48.012 INFO O| Aug 21 21:28:48.012 INFO ok! |
7678 | 2024-08-21T21:28:49.356Z | [ recovery-image] Aug 21 21:28:48.012 INFO O| Aug 21 21:28:48.012 INFO STEP 24 (ensure_file) COMPLETE |
7679 | 2024-08-21T21:28:49.356Z | [ recovery-image] Aug 21 21:28:48.012 INFO O| Aug 21 21:28:48.012 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7680 | 2024-08-21T21:28:49.362Z | [ recovery-image] Aug 21 21:28:48.022 INFO O| Aug 21 21:28:48.022 INFO updating shadow file |
7681 | 2024-08-21T21:28:49.364Z | [ recovery-image] Aug 21 21:28:48.022 INFO O| Aug 21 21:28:48.022 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7682 | 2024-08-21T21:28:49.365Z | [ recovery-image] Aug 21 21:28:48.022 INFO O| Aug 21 21:28:48.022 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7683 | 2024-08-21T21:28:49.365Z | [ recovery-image] Aug 21 21:28:48.022 INFO O| Aug 21 21:28:48.022 INFO STEP 25 (shadow) COMPLETE |
7684 | 2024-08-21T21:28:49.365Z | [ recovery-image] Aug 21 21:28:48.022 INFO O| Aug 21 21:28:48.022 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7685 | 2024-08-21T21:28:49.374Z | [ recovery-image] Aug 21 21:28:48.032 INFO O| Aug 21 21:28:48.032 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7686 | 2024-08-21T21:28:49.374Z | [ recovery-image] Aug 21 21:28:48.032 INFO O| Aug 21 21:28:48.032 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7687 | 2024-08-21T21:28:49.374Z | [ recovery-image] Aug 21 21:28:48.032 INFO O| Aug 21 21:28:48.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7688 | 2024-08-21T21:28:49.374Z | [ recovery-image] Aug 21 21:28:48.032 INFO O| Aug 21 21:28:48.032 INFO ok! |
7689 | 2024-08-21T21:28:49.374Z | [ recovery-image] Aug 21 21:28:48.032 INFO O| Aug 21 21:28:48.032 INFO STEP 26 (ensure_file) COMPLETE |
7690 | 2024-08-21T21:28:49.374Z | [ recovery-image] Aug 21 21:28:48.032 INFO O| Aug 21 21:28:48.032 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7691 | 2024-08-21T21:28:49.383Z | [ recovery-image] Aug 21 21:28:48.043 INFO O| Aug 21 21:28:48.043 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7692 | 2024-08-21T21:28:49.383Z | [ recovery-image] Aug 21 21:28:48.043 INFO O| Aug 21 21:28:48.043 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7693 | 2024-08-21T21:28:49.386Z | [ recovery-image] Aug 21 21:28:48.043 INFO O| Aug 21 21:28:48.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7694 | 2024-08-21T21:28:49.386Z | [ recovery-image] Aug 21 21:28:48.043 INFO O| Aug 21 21:28:48.043 INFO ok! |
7695 | 2024-08-21T21:28:49.386Z | [ recovery-image] Aug 21 21:28:48.043 INFO O| Aug 21 21:28:48.043 INFO STEP 27 (ensure_file) COMPLETE |
7696 | 2024-08-21T21:28:49.386Z | [ recovery-image] Aug 21 21:28:48.043 INFO O| Aug 21 21:28:48.043 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7697 | 2024-08-21T21:28:49.393Z | [ recovery-image] Aug 21 21:28:48.053 INFO O| Aug 21 21:28:48.053 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7698 | 2024-08-21T21:28:49.393Z | [ recovery-image] Aug 21 21:28:48.053 INFO O| Aug 21 21:28:48.053 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7699 | 2024-08-21T21:28:49.396Z | [ recovery-image] Aug 21 21:28:48.053 INFO O| Aug 21 21:28:48.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7700 | 2024-08-21T21:28:49.396Z | [ recovery-image] Aug 21 21:28:48.053 INFO O| Aug 21 21:28:48.053 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7701 | 2024-08-21T21:28:49.396Z | [ recovery-image] Aug 21 21:28:48.053 INFO O| Aug 21 21:28:48.053 INFO ok! |
7702 | 2024-08-21T21:28:49.396Z | [ recovery-image] Aug 21 21:28:48.053 INFO O| Aug 21 21:28:48.053 INFO STEP 28 (ensure_file) COMPLETE |
7703 | 2024-08-21T21:28:49.396Z | [ recovery-image] Aug 21 21:28:48.053 INFO O| Aug 21 21:28:48.053 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7704 | 2024-08-21T21:28:49.403Z | [ recovery-image] Aug 21 21:28:48.063 INFO O| Aug 21 21:28:48.063 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7705 | 2024-08-21T21:28:49.403Z | [ recovery-image] Aug 21 21:28:48.063 INFO O| Aug 21 21:28:48.063 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7706 | 2024-08-21T21:28:49.406Z | [ recovery-image] Aug 21 21:28:48.063 INFO O| Aug 21 21:28:48.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7707 | 2024-08-21T21:28:49.406Z | [ recovery-image] Aug 21 21:28:48.063 INFO O| Aug 21 21:28:48.063 INFO ok! |
7708 | 2024-08-21T21:28:49.406Z | [ recovery-image] Aug 21 21:28:48.063 INFO O| Aug 21 21:28:48.063 INFO STEP 29 (ensure_file) COMPLETE |
7709 | 2024-08-21T21:28:49.406Z | [ recovery-image] Aug 21 21:28:48.063 INFO O| Aug 21 21:28:48.063 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7710 | 2024-08-21T21:28:49.414Z | [ recovery-image] Aug 21 21:28:48.073 INFO O| Aug 21 21:28:48.073 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7711 | 2024-08-21T21:28:49.414Z | [ recovery-image] Aug 21 21:28:48.073 INFO O| Aug 21 21:28:48.073 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7712 | 2024-08-21T21:28:49.416Z | [ recovery-image] Aug 21 21:28:48.073 INFO O| Aug 21 21:28:48.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7713 | 2024-08-21T21:28:49.416Z | [ recovery-image] Aug 21 21:28:48.073 INFO O| Aug 21 21:28:48.073 INFO ok! |
7714 | 2024-08-21T21:28:49.416Z | [ recovery-image] Aug 21 21:28:48.073 INFO O| Aug 21 21:28:48.073 INFO STEP 30 (ensure_file) COMPLETE |
7715 | 2024-08-21T21:28:49.416Z | [ recovery-image] Aug 21 21:28:48.073 INFO O| Aug 21 21:28:48.073 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7716 | 2024-08-21T21:28:49.424Z | [ recovery-image] Aug 21 21:28:48.083 INFO O| Aug 21 21:28:48.083 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7717 | 2024-08-21T21:28:49.424Z | [ recovery-image] Aug 21 21:28:48.083 INFO O| Aug 21 21:28:48.083 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7718 | 2024-08-21T21:28:49.426Z | [ recovery-image] Aug 21 21:28:48.084 INFO O| Aug 21 21:28:48.084 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7719 | 2024-08-21T21:28:49.426Z | [ recovery-image] Aug 21 21:28:48.084 INFO O| Aug 21 21:28:48.084 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7720 | 2024-08-21T21:28:49.426Z | [ recovery-image] Aug 21 21:28:48.084 INFO O| Aug 21 21:28:48.084 INFO ok! |
7721 | 2024-08-21T21:28:49.426Z | [ recovery-image] Aug 21 21:28:48.084 INFO O| Aug 21 21:28:48.084 INFO STEP 31 (ensure_file) COMPLETE |
7722 | 2024-08-21T21:28:49.426Z | [ recovery-image] Aug 21 21:28:48.084 INFO O| Aug 21 21:28:48.084 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7723 | 2024-08-21T21:28:49.434Z | [ recovery-image] Aug 21 21:28:48.094 INFO O| Aug 21 21:28:48.094 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7724 | 2024-08-21T21:28:49.436Z | [ recovery-image] Aug 21 21:28:48.094 INFO O| Aug 21 21:28:48.094 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7725 | 2024-08-21T21:28:49.436Z | [ recovery-image] Aug 21 21:28:48.094 INFO O| Aug 21 21:28:48.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7726 | 2024-08-21T21:28:49.436Z | [ recovery-image] Aug 21 21:28:48.094 INFO O| Aug 21 21:28:48.094 INFO ok! |
7727 | 2024-08-21T21:28:49.436Z | [ recovery-image] Aug 21 21:28:48.094 INFO O| Aug 21 21:28:48.094 INFO STEP 32 (ensure_file) COMPLETE |
7728 | 2024-08-21T21:28:49.436Z | [ recovery-image] Aug 21 21:28:48.094 INFO O| Aug 21 21:28:48.094 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7729 | 2024-08-21T21:28:49.444Z | [ recovery-image] Aug 21 21:28:48.104 INFO O| Aug 21 21:28:48.104 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7730 | 2024-08-21T21:28:49.444Z | [ recovery-image] Aug 21 21:28:48.104 INFO O| Aug 21 21:28:48.104 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7731 | 2024-08-21T21:28:49.446Z | [ recovery-image] Aug 21 21:28:48.104 INFO O| Aug 21 21:28:48.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7732 | 2024-08-21T21:28:49.447Z | [ recovery-image] Aug 21 21:28:48.104 INFO O| Aug 21 21:28:48.104 INFO ok! |
7733 | 2024-08-21T21:28:49.447Z | [ recovery-image] Aug 21 21:28:48.104 INFO O| Aug 21 21:28:48.104 INFO STEP 33 (ensure_file) COMPLETE |
7734 | 2024-08-21T21:28:49.447Z | [ recovery-image] Aug 21 21:28:48.104 INFO O| Aug 21 21:28:48.104 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7735 | 2024-08-21T21:28:49.454Z | [ recovery-image] Aug 21 21:28:48.114 INFO O| Aug 21 21:28:48.114 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7736 | 2024-08-21T21:28:49.457Z | [ recovery-image] Aug 21 21:28:48.114 INFO O| Aug 21 21:28:48.114 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7737 | 2024-08-21T21:28:49.457Z | [ recovery-image] Aug 21 21:28:48.114 INFO O| Aug 21 21:28:48.114 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7738 | 2024-08-21T21:28:49.457Z | [ recovery-image] Aug 21 21:28:48.114 INFO O| Aug 21 21:28:48.114 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7739 | 2024-08-21T21:28:49.457Z | [ recovery-image] Aug 21 21:28:48.114 INFO O| Aug 21 21:28:48.114 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7740 | 2024-08-21T21:28:49.457Z | [ recovery-image] Aug 21 21:28:48.114 INFO O| Aug 21 21:28:48.114 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7741 | 2024-08-21T21:28:49.457Z | [ recovery-image] Aug 21 21:28:48.114 INFO O| Aug 21 21:28:48.114 INFO ok! |
7742 | 2024-08-21T21:28:49.457Z | [ recovery-image] Aug 21 21:28:48.114 INFO O| Aug 21 21:28:48.114 INFO STEP 34 (ensure_file) COMPLETE |
7743 | 2024-08-21T21:28:49.457Z | [ recovery-image] Aug 21 21:28:48.114 INFO O| Aug 21 21:28:48.114 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7744 | 2024-08-21T21:28:49.464Z | [ recovery-image] Aug 21 21:28:48.124 INFO O| Aug 21 21:28:48.124 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7745 | 2024-08-21T21:28:49.464Z | [ recovery-image] Aug 21 21:28:48.124 INFO O| Aug 21 21:28:48.124 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7746 | 2024-08-21T21:28:49.464Z | [ recovery-image] Aug 21 21:28:48.124 INFO O| Aug 21 21:28:48.124 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7747 | 2024-08-21T21:28:49.466Z | [ recovery-image] Aug 21 21:28:48.124 INFO O| Aug 21 21:28:48.124 INFO STEP 35 (ensure_dir) COMPLETE |
7748 | 2024-08-21T21:28:49.466Z | [ recovery-image] Aug 21 21:28:48.124 INFO O| Aug 21 21:28:48.124 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7749 | 2024-08-21T21:28:49.474Z | [ recovery-image] Aug 21 21:28:48.134 INFO O| Aug 21 21:28:48.134 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 |
7750 | 2024-08-21T21:28:49.474Z | [ recovery-image] Aug 21 21:28:48.134 INFO O| Aug 21 21:28:48.134 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 ... |
7751 | 2024-08-21T21:28:49.477Z | [ recovery-image] Aug 21 21:28:48.134 INFO O| Aug 21 21:28:48.134 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 |
7752 | 2024-08-21T21:28:49.477Z | [ recovery-image] Aug 21 21:28:48.134 INFO O| Aug 21 21:28:48.134 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 |
7753 | 2024-08-21T21:28:49.477Z | [ recovery-image] Aug 21 21:28:48.134 INFO O| Aug 21 21:28:48.134 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 |
7754 | 2024-08-21T21:28:49.477Z | [ recovery-image] Aug 21 21:28:48.134 INFO O| Aug 21 21:28:48.134 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 |
7755 | 2024-08-21T21:28:49.477Z | [ recovery-image] Aug 21 21:28:48.134 INFO O| Aug 21 21:28:48.134 INFO ok! |
7756 | 2024-08-21T21:28:49.477Z | [ recovery-image] Aug 21 21:28:48.134 INFO O| Aug 21 21:28:48.134 INFO STEP 36 (ensure_file) COMPLETE |
7757 | 2024-08-21T21:28:49.477Z | [ recovery-image] Aug 21 21:28:48.134 INFO O| Aug 21 21:28:48.134 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7758 | 2024-08-21T21:28:49.486Z | [ recovery-image] Aug 21 21:28:48.145 INFO O| Aug 21 21:28:48.145 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7759 | 2024-08-21T21:28:49.487Z | [ recovery-image] Aug 21 21:28:48.145 INFO O| Aug 21 21:28:48.145 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 ... |
7760 | 2024-08-21T21:28:49.490Z | [ recovery-image] Aug 21 21:28:48.145 INFO O| Aug 21 21:28:48.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7761 | 2024-08-21T21:28:49.490Z | [ recovery-image] Aug 21 21:28:48.145 INFO O| Aug 21 21:28:48.145 INFO ok! |
7762 | 2024-08-21T21:28:49.490Z | [ recovery-image] Aug 21 21:28:48.146 INFO O| Aug 21 21:28:48.145 INFO STEP 37 (ensure_symlink) COMPLETE |
7763 | 2024-08-21T21:28:49.490Z | [ recovery-image] Aug 21 21:28:48.146 INFO O| Aug 21 21:28:48.146 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7764 | 2024-08-21T21:28:49.496Z | [ recovery-image] Aug 21 21:28:48.155 INFO O| Aug 21 21:28:48.155 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7765 | 2024-08-21T21:28:49.496Z | [ recovery-image] Aug 21 21:28:48.156 INFO O| Aug 21 21:28:48.155 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7766 | 2024-08-21T21:28:49.499Z | [ recovery-image] Aug 21 21:28:48.156 INFO O| Aug 21 21:28:48.156 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7767 | 2024-08-21T21:28:49.499Z | [ recovery-image] Aug 21 21:28:48.156 INFO O| Aug 21 21:28:48.156 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7768 | 2024-08-21T21:28:49.499Z | [ recovery-image] Aug 21 21:28:48.156 INFO O| Aug 21 21:28:48.156 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7769 | 2024-08-21T21:28:49.499Z | [ recovery-image] Aug 21 21:28:48.156 INFO O| Aug 21 21:28:48.156 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7770 | 2024-08-21T21:28:49.499Z | [ recovery-image] Aug 21 21:28:48.156 INFO O| Aug 21 21:28:48.156 INFO ok! |
7771 | 2024-08-21T21:28:49.499Z | [ recovery-image] Aug 21 21:28:48.156 INFO O| Aug 21 21:28:48.156 INFO STEP 38 (ensure_file) COMPLETE |
7772 | 2024-08-21T21:28:49.499Z | [ recovery-image] Aug 21 21:28:48.156 INFO O| Aug 21 21:28:48.156 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7773 | 2024-08-21T21:28:49.506Z | [ recovery-image] Aug 21 21:28:48.166 INFO O| Aug 21 21:28:48.166 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7774 | 2024-08-21T21:28:49.506Z | [ recovery-image] Aug 21 21:28:48.166 INFO O| Aug 21 21:28:48.166 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 ... |
7775 | 2024-08-21T21:28:49.508Z | [ recovery-image] Aug 21 21:28:48.166 INFO O| Aug 21 21:28:48.166 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 |
7776 | 2024-08-21T21:28:49.508Z | [ recovery-image] Aug 21 21:28:48.166 INFO O| Aug 21 21:28:48.166 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7777 | 2024-08-21T21:28:49.509Z | [ recovery-image] Aug 21 21:28:48.166 INFO O| Aug 21 21:28:48.166 INFO ok! |
7778 | 2024-08-21T21:28:49.509Z | [ recovery-image] Aug 21 21:28:48.166 INFO O| Aug 21 21:28:48.166 INFO STEP 39 (ensure_file) COMPLETE |
7779 | 2024-08-21T21:28:49.509Z | [ recovery-image] Aug 21 21:28:48.166 INFO O| Aug 21 21:28:48.166 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7780 | 2024-08-21T21:28:49.519Z | [ recovery-image] Aug 21 21:28:48.179 INFO O| Aug 21 21:28:48.179 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7781 | 2024-08-21T21:28:49.522Z | [ recovery-image] Aug 21 21:28:48.179 INFO O| Aug 21 21:28:48.179 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7782 | 2024-08-21T21:28:49.522Z | [ recovery-image] Aug 21 21:28:48.179 INFO O| Aug 21 21:28:48.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7783 | 2024-08-21T21:28:49.522Z | [ recovery-image] Aug 21 21:28:48.179 INFO O| Aug 21 21:28:48.179 INFO ok! |
7784 | 2024-08-21T21:28:49.522Z | [ recovery-image] Aug 21 21:28:48.179 INFO O| Aug 21 21:28:48.179 INFO STEP 40 (ensure_file) COMPLETE |
7785 | 2024-08-21T21:28:49.522Z | [ recovery-image] Aug 21 21:28:48.179 INFO O| Aug 21 21:28:48.179 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7786 | 2024-08-21T21:28:49.529Z | [ recovery-image] Aug 21 21:28:48.189 INFO O| Aug 21 21:28:48.189 INFO updating shadow file |
7787 | 2024-08-21T21:28:49.532Z | [ recovery-image] Aug 21 21:28:48.189 INFO O| Aug 21 21:28:48.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7788 | 2024-08-21T21:28:49.532Z | [ recovery-image] Aug 21 21:28:48.189 INFO O| Aug 21 21:28:48.189 INFO STEP 41 (shadow) COMPLETE |
7789 | 2024-08-21T21:28:49.532Z | [ recovery-image] Aug 21 21:28:48.189 INFO O| Aug 21 21:28:48.189 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7790 | 2024-08-21T21:28:49.540Z | [ recovery-image] Aug 21 21:28:48.199 INFO O| Aug 21 21:28:48.199 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7791 | 2024-08-21T21:28:49.540Z | [ recovery-image] Aug 21 21:28:48.199 INFO O| Aug 21 21:28:48.199 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7792 | 2024-08-21T21:28:49.542Z | [ recovery-image] Aug 21 21:28:48.200 INFO O| Aug 21 21:28:48.199 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7793 | 2024-08-21T21:28:49.542Z | [ recovery-image] Aug 21 21:28:48.200 INFO O| Aug 21 21:28:48.200 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7794 | 2024-08-21T21:28:49.542Z | [ recovery-image] Aug 21 21:28:48.200 INFO O| Aug 21 21:28:48.200 INFO ok! |
7795 | 2024-08-21T21:28:49.542Z | [ recovery-image] Aug 21 21:28:48.200 INFO O| Aug 21 21:28:48.200 INFO STEP 42 (ensure_file) COMPLETE |
7796 | 2024-08-21T21:28:49.542Z | [ recovery-image] Aug 21 21:28:48.200 INFO O| Aug 21 21:28:48.200 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7797 | 2024-08-21T21:28:49.550Z | [ recovery-image] Aug 21 21:28:48.209 INFO O| Aug 21 21:28:48.209 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7798 | 2024-08-21T21:28:49.552Z | [ recovery-image] Aug 21 21:28:48.209 INFO O| Aug 21 21:28:48.209 INFO STEP 43 (ensure_dir) COMPLETE |
7799 | 2024-08-21T21:28:49.552Z | [ recovery-image] Aug 21 21:28:48.209 INFO O| Aug 21 21:28:48.209 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7800 | 2024-08-21T21:28:49.559Z | [ recovery-image] Aug 21 21:28:48.219 INFO O| Aug 21 21:28:48.219 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7801 | 2024-08-21T21:28:49.562Z | [ recovery-image] Aug 21 21:28:48.219 INFO O| Aug 21 21:28:48.219 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7802 | 2024-08-21T21:28:49.562Z | [ recovery-image] Aug 21 21:28:48.219 INFO O| Aug 21 21:28:48.219 INFO STEP 44 (ensure_dir) COMPLETE |
7803 | 2024-08-21T21:28:49.562Z | [ recovery-image] Aug 21 21:28:48.219 INFO O| Aug 21 21:28:48.219 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7804 | 2024-08-21T21:28:49.570Z | [ recovery-image] Aug 21 21:28:48.229 INFO O| Aug 21 21:28:48.229 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7805 | 2024-08-21T21:28:49.570Z | [ recovery-image] Aug 21 21:28:48.229 INFO O| Aug 21 21:28:48.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7806 | 2024-08-21T21:28:49.572Z | [ recovery-image] Aug 21 21:28:48.229 INFO O| Aug 21 21:28:48.229 INFO STEP 45 (ensure_dir) COMPLETE |
7807 | 2024-08-21T21:28:49.572Z | [ recovery-image] Aug 21 21:28:48.229 INFO O| Aug 21 21:28:48.229 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7808 | 2024-08-21T21:28:49.579Z | [ recovery-image] Aug 21 21:28:48.239 INFO O| Aug 21 21:28:48.239 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7809 | 2024-08-21T21:28:49.579Z | [ recovery-image] Aug 21 21:28:48.239 INFO O| Aug 21 21:28:48.239 INFO copying /tmp/.tmprzSzlN/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7810 | 2024-08-21T21:28:49.629Z | [ recovery-image] Aug 21 21:28:48.288 INFO O| Aug 21 21:28:48.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7811 | 2024-08-21T21:28:49.629Z | [ recovery-image] Aug 21 21:28:48.288 INFO O| Aug 21 21:28:48.288 INFO ok! |
7812 | 2024-08-21T21:28:49.630Z | [ recovery-image] Aug 21 21:28:48.288 INFO O| Aug 21 21:28:48.288 INFO STEP 46 (ensure_file) COMPLETE |
7813 | 2024-08-21T21:28:49.630Z | [ recovery-image] Aug 21 21:28:48.288 INFO O| Aug 21 21:28:48.288 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7814 | 2024-08-21T21:28:49.901Z | [ recovery-image] Aug 21 21:28:48.560 INFO O| Aug 21 21:28:48.560 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7815 | 2024-08-21T21:28:49.901Z | [ recovery-image] Aug 21 21:28:48.561 INFO O| Aug 21 21:28:48.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7816 | 2024-08-21T21:28:49.901Z | [ recovery-image] Aug 21 21:28:48.561 INFO O| Aug 21 21:28:48.561 INFO STEP 47 (ensure_dir) COMPLETE |
7817 | 2024-08-21T21:28:49.904Z | [ recovery-image] Aug 21 21:28:48.561 INFO O| Aug 21 21:28:48.561 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7818 | 2024-08-21T21:28:49.912Z | [ recovery-image] Aug 21 21:28:48.571 INFO O| Aug 21 21:28:48.571 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7819 | 2024-08-21T21:28:49.914Z | [ recovery-image] Aug 21 21:28:48.571 INFO O| Aug 21 21:28:48.571 INFO copying /tmp/.tmprzSzlN/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7820 | 2024-08-21T21:28:49.914Z | [ recovery-image] Aug 21 21:28:48.572 INFO O| Aug 21 21:28:48.571 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7821 | 2024-08-21T21:28:49.914Z | [ recovery-image] Aug 21 21:28:48.572 INFO O| Aug 21 21:28:48.572 INFO ok! |
7822 | 2024-08-21T21:28:49.914Z | [ recovery-image] Aug 21 21:28:48.572 INFO O| Aug 21 21:28:48.572 INFO STEP 48 (ensure_file) COMPLETE |
7823 | 2024-08-21T21:28:49.914Z | [ recovery-image] Aug 21 21:28:48.572 INFO O| Aug 21 21:28:48.572 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7824 | 2024-08-21T21:28:49.922Z | [ recovery-image] Aug 21 21:28:48.581 INFO O| Aug 21 21:28:48.581 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7825 | 2024-08-21T21:28:49.922Z | [ recovery-image] Aug 21 21:28:48.582 INFO O| Aug 21 21:28:48.581 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7826 | 2024-08-21T21:28:49.922Z | [ recovery-image] Aug 21 21:28:48.582 INFO O| Aug 21 21:28:48.582 INFO STEP 49 (ensure_dir) COMPLETE |
7827 | 2024-08-21T21:28:49.926Z | [ recovery-image] Aug 21 21:28:48.582 INFO O| Aug 21 21:28:48.582 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7828 | 2024-08-21T21:28:49.932Z | [ recovery-image] Aug 21 21:28:48.591 INFO O| Aug 21 21:28:48.591 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7829 | 2024-08-21T21:28:49.932Z | [ recovery-image] Aug 21 21:28:48.591 INFO O| Aug 21 21:28:48.591 INFO copying /tmp/.tmprzSzlN/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7830 | 2024-08-21T21:28:49.945Z | [ recovery-image] Aug 21 21:28:48.605 INFO O| Aug 21 21:28:48.605 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7831 | 2024-08-21T21:28:49.945Z | [ recovery-image] Aug 21 21:28:48.605 INFO O| Aug 21 21:28:48.605 INFO ok! |
7832 | 2024-08-21T21:28:49.947Z | [ recovery-image] Aug 21 21:28:48.605 INFO O| Aug 21 21:28:48.605 INFO STEP 50 (ensure_file) COMPLETE |
7833 | 2024-08-21T21:28:49.947Z | [ recovery-image] Aug 21 21:28:48.605 INFO O| Aug 21 21:28:48.605 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7834 | 2024-08-21T21:28:49.956Z | [ recovery-image] Aug 21 21:28:48.616 INFO O| Aug 21 21:28:48.616 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7835 | 2024-08-21T21:28:49.958Z | [ recovery-image] Aug 21 21:28:48.616 INFO O| Aug 21 21:28:48.616 INFO copying /tmp/.tmprzSzlN/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7836 | 2024-08-21T21:28:50.100Z | [ host-image] Aug 21 21:28:48.759 INFO O| Aug 21 21:28:48.759 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7837 | 2024-08-21T21:28:50.227Z | [ recovery-image] Aug 21 21:28:48.886 INFO O| Aug 21 21:28:48.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7838 | 2024-08-21T21:28:50.227Z | [ recovery-image] Aug 21 21:28:48.886 INFO O| Aug 21 21:28:48.886 INFO ok! |
7839 | 2024-08-21T21:28:50.230Z | [ recovery-image] Aug 21 21:28:48.886 INFO O| Aug 21 21:28:48.886 INFO STEP 51 (ensure_file) COMPLETE |
7840 | 2024-08-21T21:28:50.230Z | [ recovery-image] Aug 21 21:28:48.886 INFO O| Aug 21 21:28:48.886 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7841 | 2024-08-21T21:28:50.239Z | [ recovery-image] Aug 21 21:28:48.899 INFO O| Aug 21 21:28:48.898 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7842 | 2024-08-21T21:28:50.239Z | [ recovery-image] Aug 21 21:28:48.899 INFO O| Aug 21 21:28:48.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7843 | 2024-08-21T21:28:50.241Z | [ recovery-image] Aug 21 21:28:48.899 INFO O| Aug 21 21:28:48.899 INFO STEP 52 (ensure_dir) COMPLETE |
7844 | 2024-08-21T21:28:50.241Z | [ recovery-image] Aug 21 21:28:48.899 INFO O| Aug 21 21:28:48.899 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7845 | 2024-08-21T21:28:50.250Z | [ recovery-image] Aug 21 21:28:48.910 INFO O| Aug 21 21:28:48.910 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7846 | 2024-08-21T21:28:50.250Z | [ recovery-image] Aug 21 21:28:48.910 INFO O| Aug 21 21:28:48.910 INFO copying /tmp/.tmprzSzlN/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 ... |
7847 | 2024-08-21T21:28:50.253Z | [ recovery-image] Aug 21 21:28:48.910 INFO O| Aug 21 21:28:48.910 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 |
7848 | 2024-08-21T21:28:50.253Z | [ recovery-image] Aug 21 21:28:48.910 INFO O| Aug 21 21:28:48.910 INFO ok! |
7849 | 2024-08-21T21:28:50.253Z | [ recovery-image] Aug 21 21:28:48.910 INFO O| Aug 21 21:28:48.910 INFO STEP 53 (ensure_file) COMPLETE |
7850 | 2024-08-21T21:28:50.253Z | [ recovery-image] Aug 21 21:28:48.910 INFO O| Aug 21 21:28:48.910 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7851 | 2024-08-21T21:28:50.262Z | [ recovery-image] Aug 21 21:28:48.921 INFO O| Aug 21 21:28:48.921 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7852 | 2024-08-21T21:28:50.262Z | [ recovery-image] Aug 21 21:28:48.921 INFO O| Aug 21 21:28:48.921 INFO copying /tmp/.tmprzSzlN/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 ... |
7853 | 2024-08-21T21:28:50.262Z | [ recovery-image] Aug 21 21:28:48.921 INFO O| Aug 21 21:28:48.921 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 |
7854 | 2024-08-21T21:28:50.264Z | [ recovery-image] Aug 21 21:28:48.921 INFO O| Aug 21 21:28:48.921 INFO ok! |
7855 | 2024-08-21T21:28:50.264Z | [ recovery-image] Aug 21 21:28:48.921 INFO O| Aug 21 21:28:48.921 INFO STEP 54 (ensure_file) COMPLETE |
7856 | 2024-08-21T21:28:50.264Z | [ recovery-image] Aug 21 21:28:48.921 INFO O| Aug 21 21:28:48.921 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7857 | 2024-08-21T21:28:50.272Z | [ recovery-image] Aug 21 21:28:48.932 INFO O| Aug 21 21:28:48.932 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7858 | 2024-08-21T21:28:50.275Z | [ recovery-image] Aug 21 21:28:48.932 INFO O| Aug 21 21:28:48.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7859 | 2024-08-21T21:28:50.275Z | [ recovery-image] Aug 21 21:28:48.932 INFO O| Aug 21 21:28:48.932 INFO STEP 55 (ensure_dir) COMPLETE |
7860 | 2024-08-21T21:28:50.275Z | [ recovery-image] Aug 21 21:28:48.932 INFO O| Aug 21 21:28:48.932 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7861 | 2024-08-21T21:28:50.282Z | [ recovery-image] Aug 21 21:28:48.942 INFO O| Aug 21 21:28:48.942 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7862 | 2024-08-21T21:28:50.282Z | [ recovery-image] Aug 21 21:28:48.942 INFO O| Aug 21 21:28:48.942 INFO copying /tmp/.tmprzSzlN/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 ... |
7863 | 2024-08-21T21:28:50.285Z | [ recovery-image] Aug 21 21:28:48.942 INFO O| Aug 21 21:28:48.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7864 | 2024-08-21T21:28:50.285Z | [ recovery-image] Aug 21 21:28:48.942 INFO O| Aug 21 21:28:48.942 INFO ok! |
7865 | 2024-08-21T21:28:50.285Z | [ recovery-image] Aug 21 21:28:48.942 INFO O| Aug 21 21:28:48.942 INFO STEP 56 (ensure_file) COMPLETE |
7866 | 2024-08-21T21:28:50.285Z | [ recovery-image] Aug 21 21:28:48.942 INFO O| Aug 21 21:28:48.942 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7867 | 2024-08-21T21:28:50.292Z | [ recovery-image] Aug 21 21:28:48.952 INFO O| Aug 21 21:28:48.952 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7868 | 2024-08-21T21:28:50.297Z | [ recovery-image] Aug 21 21:28:48.952 INFO O| Aug 21 21:28:48.952 INFO copying /tmp/.tmprzSzlN/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 ... |
7869 | 2024-08-21T21:28:50.297Z | [ recovery-image] Aug 21 21:28:48.952 INFO O| Aug 21 21:28:48.952 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 |
7870 | 2024-08-21T21:28:50.297Z | [ recovery-image] Aug 21 21:28:48.952 INFO O| Aug 21 21:28:48.952 INFO ok! |
7871 | 2024-08-21T21:28:50.297Z | [ recovery-image] Aug 21 21:28:48.952 INFO O| Aug 21 21:28:48.952 INFO STEP 57 (ensure_file) COMPLETE |
7872 | 2024-08-21T21:28:50.297Z | [ recovery-image] Aug 21 21:28:48.952 INFO O| Aug 21 21:28:48.952 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7873 | 2024-08-21T21:28:50.303Z | [ recovery-image] Aug 21 21:28:48.962 INFO O| Aug 21 21:28:48.962 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7874 | 2024-08-21T21:28:50.306Z | [ recovery-image] Aug 21 21:28:48.962 INFO O| Aug 21 21:28:48.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7875 | 2024-08-21T21:28:50.306Z | [ recovery-image] Aug 21 21:28:48.962 INFO O| Aug 21 21:28:48.962 INFO STEP 58 (ensure_dir) COMPLETE |
7876 | 2024-08-21T21:28:50.306Z | [ recovery-image] Aug 21 21:28:48.963 INFO O| Aug 21 21:28:48.962 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7877 | 2024-08-21T21:28:50.313Z | [ recovery-image] Aug 21 21:28:48.972 INFO O| Aug 21 21:28:48.972 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7878 | 2024-08-21T21:28:50.313Z | [ recovery-image] Aug 21 21:28:48.972 INFO O| Aug 21 21:28:48.972 INFO copying /tmp/.tmprzSzlN/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 ... |
7879 | 2024-08-21T21:28:50.313Z | [ recovery-image] Aug 21 21:28:48.972 INFO O| Aug 21 21:28:48.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7880 | 2024-08-21T21:28:50.315Z | [ recovery-image] Aug 21 21:28:48.972 INFO O| Aug 21 21:28:48.972 INFO ok! |
7881 | 2024-08-21T21:28:50.315Z | [ recovery-image] Aug 21 21:28:48.972 INFO O| Aug 21 21:28:48.972 INFO STEP 59 (ensure_file) COMPLETE |
7882 | 2024-08-21T21:28:50.316Z | [ recovery-image] Aug 21 21:28:48.972 INFO O| Aug 21 21:28:48.972 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7883 | 2024-08-21T21:28:50.323Z | [ recovery-image] Aug 21 21:28:48.982 INFO O| Aug 21 21:28:48.982 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7884 | 2024-08-21T21:28:50.323Z | [ recovery-image] Aug 21 21:28:48.983 INFO O| Aug 21 21:28:48.982 INFO copying /tmp/.tmprzSzlN/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7885 | 2024-08-21T21:28:50.325Z | [ recovery-image] Aug 21 21:28:48.983 INFO O| Aug 21 21:28:48.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7886 | 2024-08-21T21:28:50.325Z | [ recovery-image] Aug 21 21:28:48.983 INFO O| Aug 21 21:28:48.983 INFO ok! |
7887 | 2024-08-21T21:28:50.325Z | [ recovery-image] Aug 21 21:28:48.983 INFO O| Aug 21 21:28:48.983 INFO STEP 60 (ensure_file) COMPLETE |
7888 | 2024-08-21T21:28:50.325Z | [ recovery-image] Aug 21 21:28:48.983 INFO O| Aug 21 21:28:48.983 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7889 | 2024-08-21T21:28:50.333Z | [ recovery-image] Aug 21 21:28:48.992 INFO O| Aug 21 21:28:48.992 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7890 | 2024-08-21T21:28:50.333Z | [ recovery-image] Aug 21 21:28:48.993 INFO O| Aug 21 21:28:48.992 INFO STEP 61 (ensure_dir) COMPLETE |
7891 | 2024-08-21T21:28:50.333Z | [ recovery-image] Aug 21 21:28:48.993 INFO O| Aug 21 21:28:48.992 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7892 | 2024-08-21T21:28:50.342Z | [ recovery-image] Aug 21 21:28:49.002 INFO O| Aug 21 21:28:49.002 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7893 | 2024-08-21T21:28:50.342Z | [ recovery-image] Aug 21 21:28:49.002 INFO O| Aug 21 21:28:49.002 INFO STEP 62 (ensure_dir) COMPLETE |
7894 | 2024-08-21T21:28:50.345Z | [ recovery-image] Aug 21 21:28:49.002 INFO O| Aug 21 21:28:49.002 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7895 | 2024-08-21T21:28:50.353Z | [ recovery-image] Aug 21 21:28:49.012 INFO O| Aug 21 21:28:49.012 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7896 | 2024-08-21T21:28:50.355Z | [ recovery-image] Aug 21 21:28:49.012 INFO O| Aug 21 21:28:49.012 INFO STEP 63 (ensure_dir) COMPLETE |
7897 | 2024-08-21T21:28:50.355Z | [ recovery-image] Aug 21 21:28:49.012 INFO O| Aug 21 21:28:49.012 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7898 | 2024-08-21T21:28:50.363Z | [ recovery-image] Aug 21 21:28:49.022 INFO O| Aug 21 21:28:49.022 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7899 | 2024-08-21T21:28:50.365Z | [ recovery-image] Aug 21 21:28:49.022 INFO O| Aug 21 21:28:49.022 INFO STEP 64 (ensure_dir) COMPLETE |
7900 | 2024-08-21T21:28:50.365Z | [ recovery-image] Aug 21 21:28:49.022 INFO O| Aug 21 21:28:49.022 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7901 | 2024-08-21T21:28:50.373Z | [ recovery-image] Aug 21 21:28:49.032 INFO O| Aug 21 21:28:49.032 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7902 | 2024-08-21T21:28:50.375Z | [ recovery-image] Aug 21 21:28:49.032 INFO O| Aug 21 21:28:49.032 INFO copying /tmp/.tmprzSzlN/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7903 | 2024-08-21T21:28:50.375Z | [ recovery-image] Aug 21 21:28:49.032 INFO O| Aug 21 21:28:49.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7904 | 2024-08-21T21:28:50.375Z | [ recovery-image] Aug 21 21:28:49.033 INFO O| Aug 21 21:28:49.032 INFO ok! |
7905 | 2024-08-21T21:28:50.375Z | [ recovery-image] Aug 21 21:28:49.033 INFO O| Aug 21 21:28:49.033 INFO STEP 65 (ensure_file) COMPLETE |
7906 | 2024-08-21T21:28:50.375Z | [ recovery-image] Aug 21 21:28:49.033 INFO O| Aug 21 21:28:49.033 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7907 | 2024-08-21T21:28:50.383Z | [ recovery-image] Aug 21 21:28:49.043 INFO O| Aug 21 21:28:49.043 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7908 | 2024-08-21T21:28:50.386Z | [ recovery-image] Aug 21 21:28:49.043 INFO O| Aug 21 21:28:49.043 INFO STEP 66 (remove_files) COMPLETE |
7909 | 2024-08-21T21:28:50.386Z | [ recovery-image] Aug 21 21:28:49.043 INFO O| Aug 21 21:28:49.043 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7910 | 2024-08-21T21:28:50.396Z | [ recovery-image] Aug 21 21:28:49.056 INFO O| Aug 21 21:28:49.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7911 | 2024-08-21T21:28:50.399Z | [ recovery-image] Aug 21 21:28:49.056 INFO O| Aug 21 21:28:49.056 INFO STEP 67 (remove_files) COMPLETE |
7912 | 2024-08-21T21:28:50.399Z | [ recovery-image] Aug 21 21:28:49.056 INFO O| Aug 21 21:28:49.056 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7913 | 2024-08-21T21:28:50.408Z | [ recovery-image] Aug 21 21:28:49.068 INFO O| Aug 21 21:28:49.068 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7914 | 2024-08-21T21:28:50.411Z | [ recovery-image] Aug 21 21:28:49.068 INFO O| Aug 21 21:28:49.068 INFO STEP 68 (remove_files) COMPLETE |
7915 | 2024-08-21T21:28:50.411Z | [ recovery-image] Aug 21 21:28:49.068 INFO O| Aug 21 21:28:49.068 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7916 | 2024-08-21T21:28:50.419Z | [ recovery-image] Aug 21 21:28:49.079 INFO O| Aug 21 21:28:49.079 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7917 | 2024-08-21T21:28:50.421Z | [ recovery-image] Aug 21 21:28:49.079 INFO O| Aug 21 21:28:49.079 INFO STEP 69 (remove_files) COMPLETE |
7918 | 2024-08-21T21:28:50.421Z | [ recovery-image] Aug 21 21:28:49.079 INFO O| Aug 21 21:28:49.079 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7919 | 2024-08-21T21:28:50.430Z | [ recovery-image] Aug 21 21:28:49.089 INFO O| Aug 21 21:28:49.089 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7920 | 2024-08-21T21:28:50.433Z | [ recovery-image] Aug 21 21:28:49.089 INFO O| Aug 21 21:28:49.089 INFO STEP 70 (remove_files) COMPLETE |
7921 | 2024-08-21T21:28:50.433Z | [ recovery-image] Aug 21 21:28:49.089 INFO O| Aug 21 21:28:49.089 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7922 | 2024-08-21T21:28:50.441Z | [ recovery-image] Aug 21 21:28:49.100 INFO O| Aug 21 21:28:49.100 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7923 | 2024-08-21T21:28:50.443Z | [ recovery-image] Aug 21 21:28:49.100 INFO O| Aug 21 21:28:49.100 INFO STEP 71 (remove_files) COMPLETE |
7924 | 2024-08-21T21:28:50.443Z | [ recovery-image] Aug 21 21:28:49.100 INFO O| Aug 21 21:28:49.100 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7925 | 2024-08-21T21:28:50.451Z | [ recovery-image] Aug 21 21:28:49.110 INFO O| Aug 21 21:28:49.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7926 | 2024-08-21T21:28:50.451Z | [ recovery-image] Aug 21 21:28:49.110 INFO O| Aug 21 21:28:49.110 INFO STEP 72 (remove_files) COMPLETE |
7927 | 2024-08-21T21:28:50.453Z | [ recovery-image] Aug 21 21:28:49.110 INFO O| Aug 21 21:28:49.110 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7928 | 2024-08-21T21:28:50.461Z | [ recovery-image] Aug 21 21:28:49.120 INFO O| Aug 21 21:28:49.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7929 | 2024-08-21T21:28:50.461Z | [ recovery-image] Aug 21 21:28:49.120 INFO O| Aug 21 21:28:49.120 INFO STEP 73 (remove_files) COMPLETE |
7930 | 2024-08-21T21:28:50.464Z | [ recovery-image] Aug 21 21:28:49.120 INFO O| Aug 21 21:28:49.120 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7931 | 2024-08-21T21:28:50.470Z | [ recovery-image] Aug 21 21:28:49.130 INFO O| Aug 21 21:28:49.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7932 | 2024-08-21T21:28:50.470Z | [ recovery-image] Aug 21 21:28:49.130 INFO O| Aug 21 21:28:49.130 INFO STEP 74 (remove_files) COMPLETE |
7933 | 2024-08-21T21:28:50.471Z | [ recovery-image] Aug 21 21:28:49.130 INFO O| Aug 21 21:28:49.130 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7934 | 2024-08-21T21:28:50.480Z | [ recovery-image] Aug 21 21:28:49.140 INFO O| Aug 21 21:28:49.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7935 | 2024-08-21T21:28:50.481Z | [ recovery-image] Aug 21 21:28:49.140 INFO O| Aug 21 21:28:49.140 INFO STEP 75 (remove_files) COMPLETE |
7936 | 2024-08-21T21:28:50.481Z | [ recovery-image] Aug 21 21:28:49.140 INFO O| Aug 21 21:28:49.140 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7937 | 2024-08-21T21:28:50.490Z | [ recovery-image] Aug 21 21:28:49.150 INFO O| Aug 21 21:28:49.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7938 | 2024-08-21T21:28:50.490Z | [ recovery-image] Aug 21 21:28:49.150 INFO O| Aug 21 21:28:49.150 INFO STEP 76 (remove_files) COMPLETE |
7939 | 2024-08-21T21:28:50.490Z | [ recovery-image] Aug 21 21:28:49.150 INFO O| Aug 21 21:28:49.150 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7940 | 2024-08-21T21:28:50.501Z | [ recovery-image] Aug 21 21:28:49.160 INFO O| Aug 21 21:28:49.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7941 | 2024-08-21T21:28:50.501Z | [ recovery-image] Aug 21 21:28:49.160 INFO O| Aug 21 21:28:49.160 INFO STEP 77 (remove_files) COMPLETE |
7942 | 2024-08-21T21:28:50.503Z | [ recovery-image] Aug 21 21:28:49.160 INFO O| Aug 21 21:28:49.160 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7943 | 2024-08-21T21:28:50.510Z | [ recovery-image] Aug 21 21:28:49.170 INFO O| Aug 21 21:28:49.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7944 | 2024-08-21T21:28:50.510Z | [ recovery-image] Aug 21 21:28:49.170 INFO O| Aug 21 21:28:49.170 INFO STEP 78 (remove_files) COMPLETE |
7945 | 2024-08-21T21:28:50.510Z | [ recovery-image] Aug 21 21:28:49.170 INFO O| Aug 21 21:28:49.170 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7946 | 2024-08-21T21:28:50.521Z | [ recovery-image] Aug 21 21:28:49.181 INFO O| Aug 21 21:28:49.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7947 | 2024-08-21T21:28:50.521Z | [ recovery-image] Aug 21 21:28:49.181 INFO O| Aug 21 21:28:49.181 INFO STEP 79 (remove_files) COMPLETE |
7948 | 2024-08-21T21:28:50.524Z | [ recovery-image] Aug 21 21:28:49.181 INFO O| Aug 21 21:28:49.181 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7949 | 2024-08-21T21:28:50.533Z | [ recovery-image] Aug 21 21:28:49.193 INFO O| Aug 21 21:28:49.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7950 | 2024-08-21T21:28:50.535Z | [ recovery-image] Aug 21 21:28:49.193 INFO O| Aug 21 21:28:49.193 INFO STEP 80 (remove_files) COMPLETE |
7951 | 2024-08-21T21:28:50.536Z | [ recovery-image] Aug 21 21:28:49.193 INFO O| Aug 21 21:28:49.193 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7952 | 2024-08-21T21:28:50.545Z | [ recovery-image] Aug 21 21:28:49.204 INFO O| Aug 21 21:28:49.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7953 | 2024-08-21T21:28:50.545Z | [ recovery-image] Aug 21 21:28:49.204 INFO O| Aug 21 21:28:49.204 INFO STEP 81 (remove_files) COMPLETE |
7954 | 2024-08-21T21:28:50.547Z | [ recovery-image] Aug 21 21:28:49.204 INFO O| Aug 21 21:28:49.204 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7955 | 2024-08-21T21:28:50.556Z | [ recovery-image] Aug 21 21:28:49.215 INFO O| Aug 21 21:28:49.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
7956 | 2024-08-21T21:28:50.556Z | [ recovery-image] Aug 21 21:28:49.215 INFO O| Aug 21 21:28:49.215 INFO STEP 82 (remove_files) COMPLETE |
7957 | 2024-08-21T21:28:50.558Z | [ recovery-image] Aug 21 21:28:49.215 INFO O| Aug 21 21:28:49.215 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7958 | 2024-08-21T21:28:50.567Z | [ recovery-image] Aug 21 21:28:49.227 INFO O| Aug 21 21:28:49.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
7959 | 2024-08-21T21:28:50.567Z | [ recovery-image] Aug 21 21:28:49.227 INFO O| Aug 21 21:28:49.227 INFO STEP 83 (remove_files) COMPLETE |
7960 | 2024-08-21T21:28:50.567Z | [ recovery-image] Aug 21 21:28:49.227 INFO O| Aug 21 21:28:49.227 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7961 | 2024-08-21T21:28:50.578Z | [ recovery-image] Aug 21 21:28:49.237 INFO O| Aug 21 21:28:49.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
7962 | 2024-08-21T21:28:50.578Z | [ recovery-image] Aug 21 21:28:49.237 INFO O| Aug 21 21:28:49.237 INFO STEP 84 (remove_files) COMPLETE |
7963 | 2024-08-21T21:28:50.581Z | [ recovery-image] Aug 21 21:28:49.237 INFO O| Aug 21 21:28:49.237 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7964 | 2024-08-21T21:28:50.588Z | [ recovery-image] Aug 21 21:28:49.248 INFO O| Aug 21 21:28:49.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
7965 | 2024-08-21T21:28:50.591Z | [ recovery-image] Aug 21 21:28:49.248 INFO O| Aug 21 21:28:49.248 INFO STEP 85 (remove_files) COMPLETE |
7966 | 2024-08-21T21:28:50.591Z | [ recovery-image] Aug 21 21:28:49.248 INFO O| Aug 21 21:28:49.248 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7967 | 2024-08-21T21:28:50.598Z | [ recovery-image] Aug 21 21:28:49.258 INFO O| Aug 21 21:28:49.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
7968 | 2024-08-21T21:28:50.599Z | [ recovery-image] Aug 21 21:28:49.258 INFO O| Aug 21 21:28:49.258 INFO STEP 86 (remove_files) COMPLETE |
7969 | 2024-08-21T21:28:50.599Z | [ recovery-image] Aug 21 21:28:49.258 INFO O| Aug 21 21:28:49.258 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7970 | 2024-08-21T21:28:50.608Z | [ recovery-image] Aug 21 21:28:49.268 INFO O| Aug 21 21:28:49.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
7971 | 2024-08-21T21:28:50.609Z | [ recovery-image] Aug 21 21:28:49.268 INFO O| Aug 21 21:28:49.268 INFO STEP 87 (remove_files) COMPLETE |
7972 | 2024-08-21T21:28:50.611Z | [ recovery-image] Aug 21 21:28:49.268 INFO O| Aug 21 21:28:49.268 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7973 | 2024-08-21T21:28:50.619Z | [ recovery-image] Aug 21 21:28:49.278 INFO O| Aug 21 21:28:49.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
7974 | 2024-08-21T21:28:50.619Z | [ recovery-image] Aug 21 21:28:49.278 INFO O| Aug 21 21:28:49.278 INFO STEP 88 (remove_files) COMPLETE |
7975 | 2024-08-21T21:28:50.621Z | [ recovery-image] Aug 21 21:28:49.278 INFO O| Aug 21 21:28:49.278 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7976 | 2024-08-21T21:28:50.630Z | [ recovery-image] Aug 21 21:28:49.289 INFO O| Aug 21 21:28:49.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
7977 | 2024-08-21T21:28:50.630Z | [ recovery-image] Aug 21 21:28:49.289 INFO O| Aug 21 21:28:49.289 INFO STEP 89 (remove_files) COMPLETE |
7978 | 2024-08-21T21:28:50.633Z | [ recovery-image] Aug 21 21:28:49.289 INFO O| Aug 21 21:28:49.289 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7979 | 2024-08-21T21:28:50.641Z | [ recovery-image] Aug 21 21:28:49.301 INFO O| Aug 21 21:28:49.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
7980 | 2024-08-21T21:28:50.644Z | [ recovery-image] Aug 21 21:28:49.301 INFO O| Aug 21 21:28:49.301 INFO STEP 90 (remove_files) COMPLETE |
7981 | 2024-08-21T21:28:50.644Z | [ recovery-image] Aug 21 21:28:49.301 INFO O| Aug 21 21:28:49.301 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7982 | 2024-08-21T21:28:50.651Z | [ recovery-image] Aug 21 21:28:49.311 INFO O| Aug 21 21:28:49.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
7983 | 2024-08-21T21:28:50.651Z | [ recovery-image] Aug 21 21:28:49.311 INFO O| Aug 21 21:28:49.311 INFO STEP 91 (remove_files) COMPLETE |
7984 | 2024-08-21T21:28:50.654Z | [ recovery-image] Aug 21 21:28:49.311 INFO O| Aug 21 21:28:49.311 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7985 | 2024-08-21T21:28:50.661Z | [ recovery-image] Aug 21 21:28:49.321 INFO O| Aug 21 21:28:49.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
7986 | 2024-08-21T21:28:50.661Z | [ recovery-image] Aug 21 21:28:49.321 INFO O| Aug 21 21:28:49.321 INFO STEP 92 (remove_files) COMPLETE |
7987 | 2024-08-21T21:28:50.664Z | [ recovery-image] Aug 21 21:28:49.321 INFO O| Aug 21 21:28:49.321 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7988 | 2024-08-21T21:28:50.672Z | [ recovery-image] Aug 21 21:28:49.331 INFO O| Aug 21 21:28:49.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
7989 | 2024-08-21T21:28:50.674Z | [ recovery-image] Aug 21 21:28:49.331 INFO O| Aug 21 21:28:49.331 INFO STEP 93 (remove_files) COMPLETE |
7990 | 2024-08-21T21:28:50.674Z | [ recovery-image] Aug 21 21:28:49.331 INFO O| Aug 21 21:28:49.331 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7991 | 2024-08-21T21:28:50.681Z | [ recovery-image] Aug 21 21:28:49.341 INFO O| Aug 21 21:28:49.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
7992 | 2024-08-21T21:28:50.681Z | [ recovery-image] Aug 21 21:28:49.341 INFO O| Aug 21 21:28:49.341 INFO STEP 94 (remove_files) COMPLETE |
7993 | 2024-08-21T21:28:50.684Z | [ recovery-image] Aug 21 21:28:49.341 INFO O| Aug 21 21:28:49.341 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7994 | 2024-08-21T21:28:50.696Z | [ recovery-image] Aug 21 21:28:49.356 INFO O| Aug 21 21:28:49.355 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
7995 | 2024-08-21T21:28:50.696Z | [ recovery-image] Aug 21 21:28:49.356 INFO O| Aug 21 21:28:49.356 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
7996 | 2024-08-21T21:28:51.545Z | [ host-image] Aug 21 21:28:50.204 INFO O| Aug 21 21:28:50.204 INFO O| Planning: Solver setup ... Done |
7997 | 2024-08-21T21:28:51.549Z | [ host-image] Aug 21 21:28:50.208 INFO O| Aug 21 21:28:50.208 INFO O| Planning: Running solver ... Done |
7998 | 2024-08-21T21:28:51.584Z | [ host-image] Aug 21 21:28:50.244 INFO O| Aug 21 21:28:50.244 INFO O| Planning: Finding local manifests ... Done |
7999 | 2024-08-21T21:28:51.587Z | [ host-image] Aug 21 21:28:50.245 INFO O| Aug 21 21:28:50.244 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8000 | 2024-08-21T21:28:51.645Z | [ host-image] Aug 21 21:28:50.305 INFO O| Aug 21 21:28:50.304 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8001 | 2024-08-21T21:28:51.663Z | [ host-image] Aug 21 21:28:50.323 INFO O| Aug 21 21:28:50.323 INFO O| Planning: Package planning ... Done |
8002 | 2024-08-21T21:28:51.666Z | [ host-image] Aug 21 21:28:50.323 INFO O| Aug 21 21:28:50.323 INFO O| Planning: Merging actions ... Done |
8003 | 2024-08-21T21:28:51.722Z | [ host-image] Aug 21 21:28:50.381 INFO O| Aug 21 21:28:50.381 INFO O| Planning: Checking for conflicting actions ... Done |
8004 | 2024-08-21T21:28:51.724Z | [ host-image] Aug 21 21:28:50.382 INFO O| Aug 21 21:28:50.382 INFO O| Planning: Consolidating action changes ... Done |
8005 | 2024-08-21T21:28:51.890Z | [ host-image] Aug 21 21:28:50.550 INFO O| Aug 21 21:28:50.549 INFO O| Planning: Evaluating mediators ... Done |
8006 | 2024-08-21T21:28:51.893Z | [ host-image] Aug 21 21:28:50.550 INFO O| Aug 21 21:28:50.550 INFO O| Planning: Planning completed in 1.79 seconds |
8007 | 2024-08-21T21:28:51.893Z | [ host-image] Aug 21 21:28:50.551 INFO O| Aug 21 21:28:50.551 INFO O| Packages to install: 1 |
8008 | 2024-08-21T21:28:51.902Z | [ host-image] Aug 21 21:28:50.561 INFO O| Aug 21 21:28:50.561 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
8009 | 2024-08-21T21:28:52.247Z | [ host-image] Aug 21 21:28:50.906 INFO O| Aug 21 21:28:50.906 INFO O| Download: Completed 20.86 MB in 0.35 seconds (60.4M/s) |
8010 | 2024-08-21T21:28:52.272Z | [ host-image] Aug 21 21:28:50.932 INFO O| Aug 21 21:28:50.931 INFO O| Actions: 1/22 actions (Installing new actions) |
8011 | 2024-08-21T21:28:52.783Z | [ host-image] Aug 21 21:28:51.442 INFO O| Aug 21 21:28:51.442 INFO O| Actions: Completed 22 actions in 0.51 seconds. |
8012 | 2024-08-21T21:28:53.048Z | [ host-image] Aug 21 21:28:51.660 INFO O| Aug 21 21:28:51.660 INFO O| Done |
8013 | 2024-08-21T21:28:53.048Z | [ host-image] Aug 21 21:28:51.660 INFO O| Aug 21 21:28:51.660 INFO O| Done |
8014 | 2024-08-21T21:28:53.338Z | [ host-image] Aug 21 21:28:51.997 INFO O| Aug 21 21:28:51.997 INFO O| Done |
8015 | 2024-08-21T21:28:54.413Z | [ host-image] Aug 21 21:28:53.072 INFO O| Aug 21 21:28:53.072 INFO O| Done |
8016 | 2024-08-21T21:28:54.435Z | [ host-image] Aug 21 21:28:53.094 INFO O| Aug 21 21:28:53.094 INFO O| Done |
8017 | 2024-08-21T21:28:54.435Z | [ host-image] Aug 21 21:28:53.094 INFO O| Aug 21 21:28:53.094 INFO O| Done |
8018 | 2024-08-21T21:28:54.445Z | [ host-image] Aug 21 21:28:53.104 INFO O| Aug 21 21:28:53.104 INFO O| Done |
8019 | 2024-08-21T21:28:54.532Z | [ host-image] Aug 21 21:28:53.191 INFO O| Aug 21 21:28:53.191 INFO STEP 14 (pkg_install) COMPLETE |
8020 | 2024-08-21T21:28:54.532Z | [ host-image] Aug 21 21:28:53.191 INFO O| Aug 21 21:28:53.191 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8021 | 2024-08-21T21:28:54.532Z | [ host-image] Aug 21 21:28:53.191 INFO O| Aug 21 21:28:53.191 INFO skip step because feature "mfg" is not enabled |
8022 | 2024-08-21T21:28:54.534Z | [ host-image] Aug 21 21:28:53.191 INFO O| Aug 21 21:28:53.191 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8023 | 2024-08-21T21:28:54.534Z | [ host-image] Aug 21 21:28:53.191 INFO O| Aug 21 21:28:53.191 INFO skip step because feature "compliance" is not enabled |
8024 | 2024-08-21T21:28:54.534Z | [ host-image] Aug 21 21:28:53.191 INFO O| Aug 21 21:28:53.191 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8025 | 2024-08-21T21:28:54.534Z | [ host-image] Aug 21 21:28:53.191 INFO O| Aug 21 21:28:53.191 INFO skip step because feature "stress" is not enabled |
8026 | 2024-08-21T21:28:54.534Z | [ host-image] Aug 21 21:28:53.191 INFO O| Aug 21 21:28:53.191 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8027 | 2024-08-21T21:28:54.534Z | [ host-image] Aug 21 21:28:53.191 INFO O| Aug 21 21:28:53.191 INFO skip step because feature "nfs" is not enabled |
8028 | 2024-08-21T21:28:54.535Z | [ host-image] Aug 21 21:28:53.191 INFO O| Aug 21 21:28:53.191 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8029 | 2024-08-21T21:28:54.535Z | [ host-image] Aug 21 21:28:53.191 INFO O| Aug 21 21:28:53.191 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8030 | 2024-08-21T21:28:54.677Z | [ host-image] Aug 21 21:28:53.336 INFO O| Aug 21 21:28:53.336 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8031 | 2024-08-21T21:28:54.749Z | [ host-image] Aug 21 21:28:53.408 INFO O| Aug 21 21:28:53.408 INFO completed processing gimlet/ramdisk-01-os |
8032 | 2024-08-21T21:28:54.752Z | [ host-image] Aug 21 21:28:53.410 INFO omicron1 baseline generation... |
8033 | 2024-08-21T21:28:54.752Z | [ host-image] Aug 21 21:28:53.410 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8034 | 2024-08-21T21:28:55.233Z | [ host-image] Aug 21 21:28:53.892 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22827:20240820T102318Z |
8035 | 2024-08-21T21:28:57.293Z | [ recovery-image] Aug 21 21:28:55.952 INFO O| Aug 21 21:28:55.951 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 |
8036 | 2024-08-21T21:28:57.293Z | [ recovery-image] Aug 21 21:28:55.952 INFO O| Aug 21 21:28:55.952 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8037 | 2024-08-21T21:28:57.305Z | [ recovery-image] Aug 21 21:28:55.964 INFO O| Aug 21 21:28:55.964 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8038 | 2024-08-21T21:28:57.379Z | [ recovery-image] Aug 21 21:28:56.038 INFO O| Aug 21 21:28:56.038 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8039 | 2024-08-21T21:28:57.380Z | [ recovery-image] Aug 21 21:28:56.038 INFO O| Aug 21 21:28:56.038 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 ... |
8040 | 2024-08-21T21:28:57.382Z | [ recovery-image] Aug 21 21:28:56.040 INFO O| Aug 21 21:28:56.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8041 | 2024-08-21T21:28:57.382Z | [ recovery-image] Aug 21 21:28:56.040 INFO O| Aug 21 21:28:56.040 INFO ok! |
8042 | 2024-08-21T21:28:57.382Z | [ recovery-image] Aug 21 21:28:56.040 INFO O| Aug 21 21:28:56.040 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8043 | 2024-08-21T21:28:57.382Z | [ recovery-image] Aug 21 21:28:56.040 INFO O| Aug 21 21:28:56.040 INFO STEP 95 (seed_smf) COMPLETE |
8044 | 2024-08-21T21:28:57.382Z | [ recovery-image] Aug 21 21:28:56.040 INFO O| Aug 21 21:28:56.040 INFO steps complete; finalising image! |
8045 | 2024-08-21T21:28:57.382Z | [ recovery-image] Aug 21 21:28:56.040 INFO O| Aug 21 21:28:56.040 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8046 | 2024-08-21T21:28:57.412Z | [ recovery-image] Aug 21 21:28:56.071 INFO O| Aug 21 21:28:56.071 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Wed Aug 21 21:28:56 2024) |
8047 | 2024-08-21T21:28:57.635Z | [ recovery-image] Aug 21 21:28:56.294 INFO O| Aug 21 21:28:56.294 INFO temporary pool has 398M used, 1.36G avail, 1.00x compressratio |
8048 | 2024-08-21T21:28:57.636Z | [ recovery-image] Aug 21 21:28:56.294 INFO O| Aug 21 21:28:56.294 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8049 | 2024-08-21T21:28:57.834Z | [ recovery-image] Aug 21 21:28:56.492 INFO O| Aug 21 21:28:56.492 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 |
8050 | 2024-08-21T21:28:57.834Z | [ recovery-image] Aug 21 21:28:56.493 INFO O| Aug 21 21:28:56.492 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8051 | 2024-08-21T21:29:00.781Z | [ recovery-image] Aug 21 21:28:59.440 INFO O| Aug 21 21:28:59.440 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8052 | 2024-08-21T21:29:00.781Z | [ recovery-image] Aug 21 21:28:59.440 INFO O| Aug 21 21:28:59.440 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8053 | 2024-08-21T21:29:00.784Z | [ recovery-image] Aug 21 21:28:59.440 INFO O| Aug 21 21:28:59.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8054 | 2024-08-21T21:29:00.784Z | [ recovery-image] Aug 21 21:28:59.440 INFO O| Aug 21 21:28:59.440 INFO completed processing gimlet/zfs-recovery |
8055 | 2024-08-21T21:29:00.784Z | [ recovery-image] Aug 21 21:28:59.440 INFO O| Aug 21 21:28:59.440 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8056 | 2024-08-21T21:29:01.012Z | [ recovery-image] Aug 21 21:28:59.670 INFO O| Aug 21 21:28:59.670 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8057 | 2024-08-21T21:29:01.083Z | [ recovery-image] Aug 21 21:28:59.741 INFO BUILD STRING "heads/stlouis-0-g60122b5709\n" |
8058 | 2024-08-21T21:29:01.083Z | [ recovery-image] Aug 21 21:28:59.741 INFO expanded image name: "recovery 161443f/${os_short_commit} 2024-08-21 21:03" -> "recovery 161443f/60122b5 2024-08-21 21:03" |
8059 | 2024-08-21T21:29:01.086Z | [ recovery-image] Aug 21 21:28:59.741 INFO output artefacts stored in: "/work/os-recovery" |
8060 | 2024-08-21T21:29:01.086Z | [ recovery-image] Aug 21 21:28:59.741 INFO collecting git info from project "phbl"... |
8061 | 2024-08-21T21:29:01.090Z | [ recovery-image] Aug 21 21:28:59.749 INFO collecting git info from project "chelsio-t6-roms"... |
8062 | 2024-08-21T21:29:01.111Z | [ recovery-image] Aug 21 21:28:59.769 INFO collecting git info from project "pilot"... |
8063 | 2024-08-21T21:29:01.121Z | [ recovery-image] Aug 21 21:28:59.780 INFO collecting git info from project "pinprick"... |
8064 | 2024-08-21T21:29:01.126Z | [ recovery-image] Aug 21 21:28:59.784 INFO collecting git info from project "amd-host-image-builder"... |
8065 | 2024-08-21T21:29:01.359Z | [ recovery-image] Aug 21 21:29:00.017 INFO collecting git info from project "bootserver"... |
8066 | 2024-08-21T21:29:01.364Z | [ recovery-image] Aug 21 21:29:00.022 INFO collecting git info from project "image-builder"... |
8067 | 2024-08-21T21:29:01.369Z | [ recovery-image] Aug 21 21:29:00.028 INFO collecting git info from project "amd-firmware"... |
8068 | 2024-08-21T21:29:01.587Z | [ recovery-image] Aug 21 21:29:00.245 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8069 | 2024-08-21T21:29:01.932Z | [ recovery-image] Aug 21 21:29:00.591 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8070 | 2024-08-21T21:29:02.273Z | [ recovery-image] Aug 21 21:29:00.931 INFO creating Oxide boot image... |
8071 | 2024-08-21T21:29:02.273Z | [ recovery-image] Aug 21 21:29:00.932 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 161443f/60122b5 2024-08-21 21:03", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8072 | 2024-08-21T21:29:40.556Z | [ host-image] Aug 21 21:29:39.211 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22827:20240820T102353Z |
8073 | 2024-08-21T21:29:40.557Z | [ host-image] Aug 21 21:29:39.211 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22827:20240820T102353Z |
8074 | 2024-08-21T21:29:40.559Z | [ host-image] Aug 21 21:29:39.211 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8075 | 2024-08-21T21:29:40.559Z | [ host-image] Aug 21 21:29:39.211 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8076 | 2024-08-21T21:29:40.559Z | [ host-image] Aug 21 21:29:39.211 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8077 | 2024-08-21T21:29:40.559Z | [ host-image] Aug 21 21:29:39.212 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8078 | 2024-08-21T21:29:40.559Z | [ host-image] Aug 21 21:29:39.212 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8079 | 2024-08-21T21:29:40.559Z | [ host-image] Aug 21 21:29:39.212 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8080 | 2024-08-21T21:29:40.559Z | [ host-image] Aug 21 21:29:39.212 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8081 | 2024-08-21T21:29:40.559Z | [ host-image] Aug 21 21:29:39.213 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8082 | 2024-08-21T21:29:40.559Z | [ host-image] Aug 21 21:29:39.213 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22827:20240820T102353Z |
8083 | 2024-08-21T21:29:40.562Z | [ host-image] Aug 21 21:29:39.214 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22827:20240820T102354Z |
8084 | 2024-08-21T21:29:40.562Z | [ host-image] Aug 21 21:29:39.215 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22827:20240820T102354Z |
8085 | 2024-08-21T21:29:40.562Z | [ host-image] Aug 21 21:29:39.216 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22827:20240820T102354Z |
8086 | 2024-08-21T21:29:40.562Z | [ host-image] Aug 21 21:29:39.216 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8087 | 2024-08-21T21:29:40.562Z | [ host-image] Aug 21 21:29:39.216 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22827:20240820T102354Z |
8088 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.217 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22827:20240820T102354Z |
8089 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.217 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22827:20240820T102355Z |
8090 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.217 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22827:20240820T102355Z |
8091 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.217 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22827:20240820T102356Z |
8092 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.218 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22827:20240820T102356Z |
8093 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.218 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22827:20240820T102356Z |
8094 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.218 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22827:20240820T102356Z |
8095 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.218 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22827:20240820T102357Z |
8096 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.218 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22827:20240820T102358Z |
8097 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.218 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22827:20240820T102358Z |
8098 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.218 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22827:20240820T102400Z |
8099 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.218 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22827:20240820T102401Z |
8100 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.219 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z |
8101 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.219 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22827:20240820T102402Z |
8102 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.219 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22827:20240820T102404Z |
8103 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.219 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22827:20240820T102405Z |
8104 | 2024-08-21T21:29:40.565Z | [ host-image] Aug 21 21:29:39.219 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22827:20240820T102406Z |
8105 | 2024-08-21T21:29:40.568Z | [ host-image] Aug 21 21:29:39.220 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22827:20240820T102407Z |
8106 | 2024-08-21T21:29:40.568Z | [ host-image] Aug 21 21:29:39.220 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22827:20240820T102407Z |
8107 | 2024-08-21T21:29:40.574Z | [ host-image] Aug 21 21:29:39.229 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8108 | 2024-08-21T21:29:40.574Z | [ host-image] Aug 21 21:29:39.229 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22827:20240820T102407Z |
8109 | 2024-08-21T21:29:40.577Z | [ host-image] Aug 21 21:29:39.229 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8110 | 2024-08-21T21:29:40.577Z | [ host-image] Aug 21 21:29:39.229 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8111 | 2024-08-21T21:29:40.577Z | [ host-image] Aug 21 21:29:39.230 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8112 | 2024-08-21T21:29:40.577Z | [ host-image] Aug 21 21:29:39.230 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22827:20240820T102407Z |
8113 | 2024-08-21T21:29:40.577Z | [ host-image] Aug 21 21:29:39.230 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8114 | 2024-08-21T21:29:40.577Z | [ host-image] Aug 21 21:29:39.231 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8115 | 2024-08-21T21:29:40.579Z | [ host-image] Aug 21 21:29:39.232 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8116 | 2024-08-21T21:29:40.579Z | [ host-image] Aug 21 21:29:39.232 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8117 | 2024-08-21T21:29:40.589Z | [ host-image] Aug 21 21:29:39.244 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8118 | 2024-08-21T21:29:40.592Z | [ host-image] Aug 21 21:29:39.244 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8119 | 2024-08-21T21:29:40.592Z | [ host-image] Aug 21 21:29:39.244 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8120 | 2024-08-21T21:29:40.592Z | [ host-image] Aug 21 21:29:39.245 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8121 | 2024-08-21T21:29:40.592Z | [ host-image] Aug 21 21:29:39.245 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8122 | 2024-08-21T21:29:40.592Z | [ host-image] Aug 21 21:29:39.245 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8123 | 2024-08-21T21:29:40.625Z | [ host-image] Aug 21 21:29:39.280 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8124 | 2024-08-21T21:29:40.628Z | [ host-image] Aug 21 21:29:39.281 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8125 | 2024-08-21T21:29:40.628Z | [ host-image] Aug 21 21:29:39.281 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8126 | 2024-08-21T21:29:40.628Z | [ host-image] Aug 21 21:29:39.282 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22827:20240820T102409Z |
8127 | 2024-08-21T21:29:40.628Z | [ host-image] Aug 21 21:29:39.282 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22827:20240820T102415Z |
8128 | 2024-08-21T21:29:40.628Z | [ host-image] Aug 21 21:29:39.282 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8129 | 2024-08-21T21:29:40.628Z | [ host-image] Aug 21 21:29:39.282 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22827:20240820T102416Z |
8130 | 2024-08-21T21:29:40.628Z | [ host-image] Aug 21 21:29:39.282 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8131 | 2024-08-21T21:29:40.628Z | [ host-image] Aug 21 21:29:39.282 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8132 | 2024-08-21T21:29:40.628Z | [ host-image] Aug 21 21:29:39.282 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8133 | 2024-08-21T21:29:40.628Z | [ host-image] Aug 21 21:29:39.282 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22827:20240820T102416Z |
8134 | 2024-08-21T21:29:40.628Z | [ host-image] Aug 21 21:29:39.283 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8135 | 2024-08-21T21:29:40.632Z | [ host-image] Aug 21 21:29:39.287 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8136 | 2024-08-21T21:29:40.635Z | [ host-image] Aug 21 21:29:39.287 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8137 | 2024-08-21T21:29:40.635Z | [ host-image] Aug 21 21:29:39.287 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8138 | 2024-08-21T21:29:40.635Z | [ host-image] Aug 21 21:29:39.288 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22827:20240820T102416Z |
8139 | 2024-08-21T21:29:40.635Z | [ host-image] Aug 21 21:29:39.288 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8140 | 2024-08-21T21:29:40.647Z | [ host-image] Aug 21 21:29:39.302 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8141 | 2024-08-21T21:29:40.650Z | [ host-image] Aug 21 21:29:39.302 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22827:20240820T102417Z |
8142 | 2024-08-21T21:29:40.650Z | [ host-image] Aug 21 21:29:39.304 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22827:20240820T102417Z |
8143 | 2024-08-21T21:29:40.652Z | [ host-image] Aug 21 21:29:39.305 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22827:20240820T102417Z |
8144 | 2024-08-21T21:29:40.652Z | [ host-image] Aug 21 21:29:39.305 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8145 | 2024-08-21T21:29:40.652Z | [ host-image] Aug 21 21:29:39.305 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22827:20240820T102419Z |
8146 | 2024-08-21T21:29:40.652Z | [ host-image] Aug 21 21:29:39.306 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22827:20240820T102419Z |
8147 | 2024-08-21T21:29:40.652Z | [ host-image] Aug 21 21:29:39.306 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22827:20240820T102419Z |
8148 | 2024-08-21T21:29:40.652Z | [ host-image] Aug 21 21:29:39.306 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22827:20240820T102419Z |
8149 | 2024-08-21T21:29:40.655Z | [ host-image] Aug 21 21:29:39.310 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8150 | 2024-08-21T21:29:40.657Z | [ host-image] Aug 21 21:29:39.310 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22827:20240820T102419Z |
8151 | 2024-08-21T21:29:40.657Z | [ host-image] Aug 21 21:29:39.311 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22827:20240820T102421Z |
8152 | 2024-08-21T21:29:40.658Z | [ host-image] Aug 21 21:29:39.311 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8153 | 2024-08-21T21:29:40.658Z | [ host-image] Aug 21 21:29:39.311 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22827:20240820T102421Z |
8154 | 2024-08-21T21:29:40.658Z | [ host-image] Aug 21 21:29:39.312 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22827:20240820T102421Z |
8155 | 2024-08-21T21:29:40.658Z | [ host-image] Aug 21 21:29:39.312 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22827:20240820T102421Z |
8156 | 2024-08-21T21:29:40.658Z | [ host-image] Aug 21 21:29:39.312 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22827:20240820T102421Z |
8157 | 2024-08-21T21:29:40.665Z | [ host-image] Aug 21 21:29:39.320 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22827:20240820T102421Z |
8158 | 2024-08-21T21:29:40.668Z | [ host-image] Aug 21 21:29:39.320 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8159 | 2024-08-21T21:29:40.668Z | [ host-image] Aug 21 21:29:39.322 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22827:20240820T102421Z |
8160 | 2024-08-21T21:29:40.671Z | [ host-image] Aug 21 21:29:39.323 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22827:20240820T102422Z |
8161 | 2024-08-21T21:29:40.671Z | [ host-image] Aug 21 21:29:39.323 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22827:20240820T102422Z |
8162 | 2024-08-21T21:29:40.671Z | [ host-image] Aug 21 21:29:39.324 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22827:20240820T102422Z |
8163 | 2024-08-21T21:29:40.671Z | [ host-image] Aug 21 21:29:39.324 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22827:20240820T102422Z |
8164 | 2024-08-21T21:29:40.671Z | [ host-image] Aug 21 21:29:39.325 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22827:20240820T102422Z |
8165 | 2024-08-21T21:29:40.680Z | [ host-image] Aug 21 21:29:39.334 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22827:20240820T102424Z |
8166 | 2024-08-21T21:29:40.683Z | [ host-image] Aug 21 21:29:39.335 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22827:20240820T102423Z |
8167 | 2024-08-21T21:29:40.683Z | [ host-image] Aug 21 21:29:39.335 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22827:20240820T102423Z |
8168 | 2024-08-21T21:29:40.683Z | [ host-image] Aug 21 21:29:39.336 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22827:20240820T102423Z |
8169 | 2024-08-21T21:29:40.683Z | [ host-image] Aug 21 21:29:39.336 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22827:20240820T102424Z |
8170 | 2024-08-21T21:29:40.702Z | [ host-image] Aug 21 21:29:39.357 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22827:20240820T102427Z |
8171 | 2024-08-21T21:29:40.702Z | [ host-image] Aug 21 21:29:39.357 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22827:20240820T102424Z |
8172 | 2024-08-21T21:29:40.705Z | [ host-image] Aug 21 21:29:39.357 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22827:20240820T102424Z |
8173 | 2024-08-21T21:29:40.705Z | [ host-image] Aug 21 21:29:39.357 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8174 | 2024-08-21T21:29:40.705Z | [ host-image] Aug 21 21:29:39.358 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8175 | 2024-08-21T21:29:40.731Z | [ host-image] Aug 21 21:29:39.386 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22827:20240820T102424Z |
8176 | 2024-08-21T21:29:40.735Z | [ host-image] Aug 21 21:29:39.386 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8177 | 2024-08-21T21:29:40.735Z | [ host-image] Aug 21 21:29:39.386 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22827:20240820T102425Z |
8178 | 2024-08-21T21:29:40.735Z | [ host-image] Aug 21 21:29:39.386 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22827:20240820T102425Z |
8179 | 2024-08-21T21:29:40.735Z | [ host-image] Aug 21 21:29:39.388 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22827:20240820T102425Z |
8180 | 2024-08-21T21:29:40.735Z | [ host-image] Aug 21 21:29:39.388 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8181 | 2024-08-21T21:29:40.735Z | [ host-image] Aug 21 21:29:39.388 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8182 | 2024-08-21T21:29:40.735Z | [ host-image] Aug 21 21:29:39.389 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22827:20240820T102426Z |
8183 | 2024-08-21T21:29:40.735Z | [ host-image] Aug 21 21:29:39.389 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22827:20240820T102426Z |
8184 | 2024-08-21T21:29:40.735Z | [ host-image] Aug 21 21:29:39.389 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22827:20240820T102426Z |
8185 | 2024-08-21T21:29:40.738Z | [ host-image] Aug 21 21:29:39.390 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22827:20240820T102426Z |
8186 | 2024-08-21T21:29:40.738Z | [ host-image] Aug 21 21:29:39.390 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22827:20240820T102427Z |
8187 | 2024-08-21T21:29:40.738Z | [ host-image] Aug 21 21:29:39.390 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22827:20240820T102427Z |
8188 | 2024-08-21T21:29:40.740Z | [ host-image] Aug 21 21:29:39.393 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8189 | 2024-08-21T21:29:40.740Z | [ host-image] Aug 21 21:29:39.393 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22827:20240820T102427Z |
8190 | 2024-08-21T21:29:40.740Z | [ host-image] Aug 21 21:29:39.394 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22827:20240820T102428Z |
8191 | 2024-08-21T21:29:40.740Z | [ host-image] Aug 21 21:29:39.394 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22827:20240820T102428Z |
8192 | 2024-08-21T21:29:40.740Z | [ host-image] Aug 21 21:29:39.395 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22827:20240820T102429Z |
8193 | 2024-08-21T21:29:40.740Z | [ host-image] Aug 21 21:29:39.395 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22827:20240820T102428Z |
8194 | 2024-08-21T21:29:40.743Z | [ host-image] Aug 21 21:29:39.395 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22827:20240820T102428Z |
8195 | 2024-08-21T21:29:40.743Z | [ host-image] Aug 21 21:29:39.395 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8196 | 2024-08-21T21:29:40.743Z | [ host-image] Aug 21 21:29:39.395 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8197 | 2024-08-21T21:29:40.743Z | [ host-image] Aug 21 21:29:39.396 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22827:20240820T102431Z |
8198 | 2024-08-21T21:29:40.743Z | [ host-image] Aug 21 21:29:39.396 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22827:20240820T102431Z |
8199 | 2024-08-21T21:29:40.743Z | [ host-image] Aug 21 21:29:39.396 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8200 | 2024-08-21T21:29:40.743Z | [ host-image] Aug 21 21:29:39.396 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8201 | 2024-08-21T21:29:40.743Z | [ host-image] Aug 21 21:29:39.396 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8202 | 2024-08-21T21:29:40.743Z | [ host-image] Aug 21 21:29:39.396 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8203 | 2024-08-21T21:29:40.743Z | [ host-image] Aug 21 21:29:39.396 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8204 | 2024-08-21T21:29:40.743Z | [ host-image] Aug 21 21:29:39.397 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8205 | 2024-08-21T21:29:40.745Z | [ host-image] Aug 21 21:29:39.399 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8206 | 2024-08-21T21:29:40.745Z | [ host-image] Aug 21 21:29:39.399 INFO O| tempdir @ "/tmp/.tmp58A9AJ/tmp" |
8207 | 2024-08-21T21:29:40.745Z | [ host-image] Aug 21 21:29:39.399 INFO O| image root @ "/tmp/.tmp58A9AJ/tmp/root" |
8208 | 2024-08-21T21:29:40.745Z | [ host-image] Aug 21 21:29:39.399 INFO O| creating image... |
8209 | 2024-08-21T21:29:41.304Z | [ host-image] Aug 21 21:29:39.959 INFO O| copying publishers... |
8210 | 2024-08-21T21:29:48.435Z | [ host-image] Aug 21 21:29:47.088 INFO O| adding properties... |
8211 | 2024-08-21T21:29:49.394Z | [ host-image] Aug 21 21:29:48.048 INFO O| installing packages... |
8212 | 2024-08-21T21:29:56.054Z | [ recovery-image] Aug 21 21:29:54.707 INFO O| ok, image written! |
8213 | 2024-08-21T21:29:56.055Z | [ recovery-image] Aug 21 21:29:54.707 INFO O| ok, boot_image_csum file written! |
8214 | 2024-08-21T21:29:56.057Z | [ recovery-image] Aug 21 21:29:54.710 INFO creating boot archive (CPIO)... |
8215 | 2024-08-21T21:29:56.057Z | [ recovery-image] Aug 21 21:29:54.710 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 |
8216 | 2024-08-21T21:29:56.064Z | [ recovery-image] Aug 21 21:29:54.717 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8217 | 2024-08-21T21:29:56.064Z | [ recovery-image] Aug 21 21:29:54.718 INFO E| + outfile=/work/os-recovery/cpio |
8218 | 2024-08-21T21:29:56.067Z | [ recovery-image] Aug 21 21:29:54.718 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8219 | 2024-08-21T21:29:56.067Z | [ recovery-image] Aug 21 21:29:54.719 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8220 | 2024-08-21T21:29:56.067Z | [ recovery-image] Aug 21 21:29:54.720 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8221 | 2024-08-21T21:29:56.098Z | [ recovery-image] Aug 21 21:29:54.751 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8222 | 2024-08-21T21:29:56.098Z | [ recovery-image] Aug 21 21:29:54.751 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8223 | 2024-08-21T21:29:56.106Z | [ recovery-image] Aug 21 21:29:54.759 INFO creating compressed cpio/unix for nanobl-rs... |
8224 | 2024-08-21T21:29:56.108Z | [ recovery-image] Aug 21 21:29:54.759 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 |
8225 | 2024-08-21T21:29:56.386Z | [ recovery-image] Aug 21 21:29:55.039 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8226 | 2024-08-21T21:30:00.740Z | [ recovery-image] Aug 21 21:29:59.392 INFO creating reset image... |
8227 | 2024-08-21T21:30:00.742Z | [ recovery-image] Aug 21 21:29:59.392 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8228 | 2024-08-21T21:30:00.947Z | [ recovery-image] Aug 21 21:29:59.600 INFO E| Updating crates.io index |
8229 | 2024-08-21T21:30:01.027Z | [ recovery-image] Aug 21 21:29:59.680 INFO E| Downloading crates ... |
8230 | 2024-08-21T21:30:01.083Z | [ recovery-image] Aug 21 21:29:59.735 INFO E| Downloaded anstream v0.6.13 |
8231 | 2024-08-21T21:30:01.086Z | [ recovery-image] Aug 21 21:29:59.738 INFO E| Downloaded anstyle-query v1.0.2 |
8232 | 2024-08-21T21:30:01.089Z | [ recovery-image] Aug 21 21:29:59.740 INFO E| Downloaded anstyle-parse v0.2.3 |
8233 | 2024-08-21T21:30:01.091Z | [ recovery-image] Aug 21 21:29:59.742 INFO E| Downloaded duct v0.13.7 |
8234 | 2024-08-21T21:30:01.094Z | [ recovery-image] Aug 21 21:29:59.747 INFO E| Downloaded os_pipe v1.1.5 |
8235 | 2024-08-21T21:30:01.097Z | [ recovery-image] Aug 21 21:29:59.748 INFO E| Downloaded anstyle v1.0.6 |
8236 | 2024-08-21T21:30:01.100Z | [ recovery-image] Aug 21 21:29:59.750 INFO E| Downloaded shared_child v1.0.0 |
8237 | 2024-08-21T21:30:01.103Z | [ recovery-image] Aug 21 21:29:59.756 INFO E| Downloaded clap_derive v4.5.3 |
8238 | 2024-08-21T21:30:01.107Z | [ recovery-image] Aug 21 21:29:59.760 INFO E| Downloaded proc-macro2 v1.0.79 |
8239 | 2024-08-21T21:30:01.110Z | [ recovery-image] Aug 21 21:29:59.763 INFO E| Downloaded clap v4.5.3 |
8240 | 2024-08-21T21:30:01.128Z | [ recovery-image] Aug 21 21:29:59.780 INFO E| Downloaded syn v2.0.53 |
8241 | 2024-08-21T21:30:01.155Z | [ recovery-image] Aug 21 21:29:59.808 INFO E| Downloaded libc v0.2.153 |
8242 | 2024-08-21T21:30:01.242Z | [ recovery-image] Aug 21 21:29:59.895 INFO E| Compiling proc-macro2 v1.0.79 |
8243 | 2024-08-21T21:30:01.242Z | [ recovery-image] Aug 21 21:29:59.895 INFO E| Compiling libc v0.2.153 |
8244 | 2024-08-21T21:30:01.242Z | [ recovery-image] Aug 21 21:29:59.895 INFO E| Compiling unicode-ident v1.0.12 |
8245 | 2024-08-21T21:30:01.242Z | [ recovery-image] Aug 21 21:29:59.895 INFO E| Compiling utf8parse v0.2.1 |
8246 | 2024-08-21T21:30:01.245Z | [ recovery-image] Aug 21 21:29:59.895 INFO E| Compiling colorchoice v1.0.0 |
8247 | 2024-08-21T21:30:01.245Z | [ recovery-image] Aug 21 21:29:59.895 INFO E| Compiling anstyle-query v1.0.2 |
8248 | 2024-08-21T21:30:01.248Z | [ recovery-image] Aug 21 21:29:59.899 INFO E| Compiling anstyle v1.0.6 |
8249 | 2024-08-21T21:30:01.248Z | [ recovery-image] Aug 21 21:29:59.899 INFO E| Compiling clap_lex v0.7.0 |
8250 | 2024-08-21T21:30:01.462Z | [ recovery-image] Aug 21 21:30:00.114 INFO E| Compiling anstyle-parse v0.2.3 |
8251 | 2024-08-21T21:30:01.471Z | [ recovery-image] Aug 21 21:30:00.124 INFO E| Compiling heck v0.5.0 |
8252 | 2024-08-21T21:30:01.478Z | [ recovery-image] Aug 21 21:30:00.130 INFO E| Compiling strsim v0.11.0 |
8253 | 2024-08-21T21:30:01.481Z | [ recovery-image] Aug 21 21:30:00.134 INFO E| Compiling once_cell v1.19.0 |
8254 | 2024-08-21T21:30:01.802Z | [ recovery-image] Aug 21 21:30:00.454 INFO E| Compiling anstream v0.6.13 |
8255 | 2024-08-21T21:30:02.155Z | [ recovery-image] Aug 21 21:30:00.807 INFO E| Compiling clap_builder v4.5.2 |
8256 | 2024-08-21T21:30:02.606Z | [ recovery-image] Aug 21 21:30:01.258 INFO E| Compiling shared_child v1.0.0 |
8257 | 2024-08-21T21:30:02.606Z | [ recovery-image] Aug 21 21:30:01.258 INFO E| Compiling os_pipe v1.1.5 |
8258 | 2024-08-21T21:30:02.687Z | [ recovery-image] Aug 21 21:30:01.339 INFO E| Compiling quote v1.0.35 |
8259 | 2024-08-21T21:30:02.742Z | [ recovery-image] Aug 21 21:30:01.395 INFO E| Compiling duct v0.13.7 |
8260 | 2024-08-21T21:30:03.016Z | [ recovery-image] Aug 21 21:30:01.668 INFO E| Compiling syn v2.0.53 |
8261 | 2024-08-21T21:30:05.560Z | [ host-image] Aug 21 21:30:04.212 INFO O| seeding SMF database... |
8262 | 2024-08-21T21:30:07.999Z | [ recovery-image] Aug 21 21:30:06.651 INFO E| Compiling clap_derive v4.5.3 |
8263 | 2024-08-21T21:30:10.006Z | [ recovery-image] Aug 21 21:30:08.658 INFO E| Compiling clap v4.5.3 |
8264 | 2024-08-21T21:30:10.057Z | [ recovery-image] Aug 21 21:30:08.709 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8265 | 2024-08-21T21:30:11.179Z | [ recovery-image] Aug 21 21:30:09.830 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.39s |
8266 | 2024-08-21T21:30:11.187Z | [ recovery-image] Aug 21 21:30:09.839 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8267 | 2024-08-21T21:30:11.309Z | [ recovery-image] Aug 21 21:30:09.961 INFO E| Updating crates.io index |
8268 | 2024-08-21T21:30:11.359Z | [ recovery-image] Aug 21 21:30:10.010 INFO E| Downloading crates ... |
8269 | 2024-08-21T21:30:11.410Z | [ recovery-image] Aug 21 21:30:10.062 INFO E| Downloaded seq-macro v0.3.5 |
8270 | 2024-08-21T21:30:11.417Z | [ recovery-image] Aug 21 21:30:10.069 INFO E| Downloaded bit_field v0.10.2 |
8271 | 2024-08-21T21:30:11.420Z | [ recovery-image] Aug 21 21:30:10.071 INFO E| Downloaded cpio_reader v0.1.1 |
8272 | 2024-08-21T21:30:11.426Z | [ recovery-image] Aug 21 21:30:10.078 INFO E| Downloaded raw-cpuid v10.7.0 |
8273 | 2024-08-21T21:30:11.560Z | [ recovery-image] Aug 21 21:30:10.212 INFO E| Downloaded x86 v0.52.0 |
8274 | 2024-08-21T21:30:11.628Z | [ recovery-image] Aug 21 21:30:10.280 INFO E| Updating crates.io index |
8275 | 2024-08-21T21:30:11.791Z | [ recovery-image] Aug 21 21:30:10.442 INFO E| Downloading crates ... |
8276 | 2024-08-21T21:30:11.851Z | [ recovery-image] Aug 21 21:30:10.502 INFO E| Downloaded compiler_builtins v0.1.108 |
8277 | 2024-08-21T21:30:11.914Z | [ recovery-image] Aug 21 21:30:10.565 INFO E| Compiling compiler_builtins v0.1.108 |
8278 | 2024-08-21T21:30:11.914Z | [ recovery-image] Aug 21 21:30:10.565 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) |
8279 | 2024-08-21T21:30:11.916Z | [ recovery-image] Aug 21 21:30:10.565 INFO E| Compiling proc-macro2 v1.0.79 |
8280 | 2024-08-21T21:30:11.916Z | [ recovery-image] Aug 21 21:30:10.565 INFO E| Compiling unicode-ident v1.0.12 |
8281 | 2024-08-21T21:30:11.916Z | [ recovery-image] Aug 21 21:30:10.566 INFO E| Compiling syn v1.0.109 |
8282 | 2024-08-21T21:30:11.916Z | [ recovery-image] Aug 21 21:30:10.566 INFO E| Compiling x86 v0.52.0 |
8283 | 2024-08-21T21:30:11.919Z | [ recovery-image] Aug 21 21:30:10.570 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8284 | 2024-08-21T21:30:11.919Z | [ recovery-image] Aug 21 21:30:10.571 INFO E| Compiling seq-macro v0.3.5 |
8285 | 2024-08-21T21:30:12.997Z | [ recovery-image] Aug 21 21:30:11.648 INFO E| Compiling quote v1.0.35 |
8286 | 2024-08-21T21:30:13.271Z | [ recovery-image] Aug 21 21:30:11.922 INFO E| Compiling syn v2.0.53 |
8287 | 2024-08-21T21:30:14.197Z | [ host-image] Aug 21 21:30:12.848 INFO O| configuring SMF profile... |
8288 | 2024-08-21T21:30:14.197Z | [ host-image] Aug 21 21:30:12.849 INFO O| modifying shadow(5)... |
8289 | 2024-08-21T21:30:14.200Z | [ host-image] Aug 21 21:30:12.849 INFO O| loading user and group database... |
8290 | 2024-08-21T21:30:14.200Z | [ host-image] Aug 21 21:30:12.849 INFO O| assessing packaged files... |
8291 | 2024-08-21T21:30:16.348Z | [ recovery-image] Aug 21 21:30:14.999 INFO E| Compiling scroll_derive v0.12.0 |
8292 | 2024-08-21T21:30:17.013Z | [ host-image] Aug 21 21:30:15.663 INFO O| creating archive... |
8293 | 2024-08-21T21:30:17.045Z | [ host-image] Aug 21 21:30:15.696 INFO O| missing from packaging: |
8294 | 2024-08-21T21:30:17.045Z | [ host-image] Aug 21 21:30:15.696 INFO O| "etc/.pwd.lock" |
8295 | 2024-08-21T21:30:17.048Z | [ host-image] Aug 21 21:30:15.696 INFO O| "etc/bash" |
8296 | 2024-08-21T21:30:17.053Z | [ host-image] Aug 21 21:30:15.704 INFO O| "etc/svc/profile/generic.xml" |
8297 | 2024-08-21T21:30:17.053Z | [ host-image] Aug 21 21:30:15.704 INFO O| "etc/svc/profile/inetd_services.xml" |
8298 | 2024-08-21T21:30:17.055Z | [ host-image] Aug 21 21:30:15.704 INFO O| "etc/svc/profile/name_service.xml" |
8299 | 2024-08-21T21:30:17.055Z | [ host-image] Aug 21 21:30:15.704 INFO O| "etc/svc/profile/platform.xml" |
8300 | 2024-08-21T21:30:17.056Z | [ host-image] Aug 21 21:30:15.704 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8301 | 2024-08-21T21:30:17.056Z | [ host-image] Aug 21 21:30:15.704 INFO O| "etc/svc/repository.db" |
8302 | 2024-08-21T21:30:17.063Z | [ host-image] Aug 21 21:30:15.714 INFO O| "opt/ooce/share" |
8303 | 2024-08-21T21:30:17.063Z | [ host-image] Aug 21 21:30:15.714 INFO O| "opt/ooce/share/man" |
8304 | 2024-08-21T21:30:17.065Z | [ host-image] Aug 21 21:30:15.714 INFO O| "opt/ooce/share/man/man1" |
8305 | 2024-08-21T21:30:17.072Z | [ host-image] Aug 21 21:30:15.723 INFO O| finishing archive... |
8306 | 2024-08-21T21:30:19.170Z | [ recovery-image] Aug 21 21:30:17.820 INFO E| Compiling bitstruct_derive v0.1.0 |
8307 | 2024-08-21T21:30:19.997Z | [ host-image] Aug 21 21:30:18.648 INFO O| creating gzonly manifest... |
8308 | 2024-08-21T21:30:20.024Z | [ host-image] Aug 21 21:30:18.674 INFO O| ok |
8309 | 2024-08-21T21:30:20.119Z | [ host-image] Aug 21 21:30:18.770 INFO image builder template: ramdisk-02-trim... |
8310 | 2024-08-21T21:30:20.119Z | [ host-image] Aug 21 21:30:18.770 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/.tmprzSzlN/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 |
8311 | 2024-08-21T21:30:20.142Z | [ host-image] Aug 21 21:30:18.792 INFO O| Aug 21 21:30:18.792 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8312 | 2024-08-21T21:30:20.146Z | [ host-image] Aug 21 21:30:18.796 INFO O| Aug 21 21:30:18.796 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8313 | 2024-08-21T21:30:20.270Z | [ host-image] Aug 21 21:30:18.921 INFO O| Aug 21 21:30:18.921 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8314 | 2024-08-21T21:30:20.324Z | [ host-image] Aug 21 21:30:18.975 INFO O| Aug 21 21:30:18.975 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8315 | 2024-08-21T21:30:20.324Z | [ host-image] Aug 21 21:30:18.975 INFO O| Aug 21 21:30:18.975 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8316 | 2024-08-21T21:30:20.329Z | [ host-image] Aug 21 21:30:18.980 INFO O| Aug 21 21:30:18.980 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8317 | 2024-08-21T21:30:20.333Z | [ host-image] Aug 21 21:30:18.984 INFO O| Aug 21 21:30:18.984 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8318 | 2024-08-21T21:30:20.337Z | [ host-image] Aug 21 21:30:18.988 INFO O| Aug 21 21:30:18.988 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8319 | 2024-08-21T21:30:20.511Z | [ host-image] Aug 21 21:30:19.162 INFO O| Aug 21 21:30:19.162 INFO rolled back to input snapshot; work may begin |
8320 | 2024-08-21T21:30:20.512Z | [ host-image] Aug 21 21:30:19.162 INFO O| Aug 21 21:30:19.162 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8321 | 2024-08-21T21:30:20.516Z | [ host-image] Aug 21 21:30:19.167 INFO O| Aug 21 21:30:19.167 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8322 | 2024-08-21T21:30:20.526Z | [ host-image] Aug 21 21:30:19.176 INFO O| Aug 21 21:30:19.176 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8323 | 2024-08-21T21:30:20.572Z | [ host-image] Aug 21 21:30:19.222 INFO O| Aug 21 21:30:19.222 INFO STEP 0 (remove_files) COMPLETE |
8324 | 2024-08-21T21:30:20.572Z | [ host-image] Aug 21 21:30:19.222 INFO O| Aug 21 21:30:19.222 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8325 | 2024-08-21T21:30:20.582Z | [ host-image] Aug 21 21:30:19.233 INFO O| Aug 21 21:30:19.233 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8326 | 2024-08-21T21:30:20.584Z | [ host-image] Aug 21 21:30:19.234 INFO O| Aug 21 21:30:19.234 INFO STEP 1 (remove_files) COMPLETE |
8327 | 2024-08-21T21:30:20.584Z | [ host-image] Aug 21 21:30:19.234 INFO O| Aug 21 21:30:19.234 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8328 | 2024-08-21T21:30:20.593Z | [ host-image] Aug 21 21:30:19.244 INFO O| Aug 21 21:30:19.243 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8329 | 2024-08-21T21:30:20.606Z | [ host-image] Aug 21 21:30:19.257 INFO O| Aug 21 21:30:19.257 INFO STEP 2 (remove_files) COMPLETE |
8330 | 2024-08-21T21:30:20.608Z | [ host-image] Aug 21 21:30:19.257 INFO O| Aug 21 21:30:19.257 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8331 | 2024-08-21T21:30:20.615Z | [ host-image] Aug 21 21:30:19.266 INFO O| Aug 21 21:30:19.266 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8332 | 2024-08-21T21:30:20.619Z | [ host-image] Aug 21 21:30:19.268 INFO O| Aug 21 21:30:19.267 INFO STEP 3 (remove_files) COMPLETE |
8333 | 2024-08-21T21:30:20.619Z | [ host-image] Aug 21 21:30:19.268 INFO O| Aug 21 21:30:19.268 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8334 | 2024-08-21T21:30:20.626Z | [ host-image] Aug 21 21:30:19.277 INFO O| Aug 21 21:30:19.276 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8335 | 2024-08-21T21:30:20.629Z | [ host-image] Aug 21 21:30:19.280 INFO O| Aug 21 21:30:19.280 INFO STEP 4 (remove_files) COMPLETE |
8336 | 2024-08-21T21:30:20.629Z | [ host-image] Aug 21 21:30:19.280 INFO O| Aug 21 21:30:19.280 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8337 | 2024-08-21T21:30:20.638Z | [ host-image] Aug 21 21:30:19.289 INFO O| Aug 21 21:30:19.289 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8338 | 2024-08-21T21:30:20.641Z | [ host-image] Aug 21 21:30:19.292 INFO O| Aug 21 21:30:19.292 INFO STEP 5 (remove_files) COMPLETE |
8339 | 2024-08-21T21:30:20.641Z | [ host-image] Aug 21 21:30:19.292 INFO O| Aug 21 21:30:19.292 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8340 | 2024-08-21T21:30:20.650Z | [ host-image] Aug 21 21:30:19.301 INFO O| Aug 21 21:30:19.301 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8341 | 2024-08-21T21:30:20.659Z | [ host-image] Aug 21 21:30:19.310 INFO O| Aug 21 21:30:19.310 INFO STEP 6 (remove_files) COMPLETE |
8342 | 2024-08-21T21:30:20.659Z | [ host-image] Aug 21 21:30:19.310 INFO O| Aug 21 21:30:19.310 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8343 | 2024-08-21T21:30:20.668Z | [ host-image] Aug 21 21:30:19.319 INFO O| Aug 21 21:30:19.319 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8344 | 2024-08-21T21:30:20.680Z | [ host-image] Aug 21 21:30:19.331 INFO O| Aug 21 21:30:19.331 INFO STEP 7 (remove_files) COMPLETE |
8345 | 2024-08-21T21:30:20.680Z | [ host-image] Aug 21 21:30:19.331 INFO O| Aug 21 21:30:19.331 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8346 | 2024-08-21T21:30:20.689Z | [ host-image] Aug 21 21:30:19.340 INFO O| Aug 21 21:30:19.340 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8347 | 2024-08-21T21:30:20.769Z | [ host-image] Aug 21 21:30:19.420 INFO O| Aug 21 21:30:19.420 INFO STEP 8 (remove_files) COMPLETE |
8348 | 2024-08-21T21:30:20.769Z | [ host-image] Aug 21 21:30:19.420 INFO O| Aug 21 21:30:19.420 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8349 | 2024-08-21T21:30:20.780Z | [ host-image] Aug 21 21:30:19.430 INFO O| Aug 21 21:30:19.430 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8350 | 2024-08-21T21:30:20.865Z | [ host-image] Aug 21 21:30:19.515 INFO O| Aug 21 21:30:19.515 INFO STEP 9 (remove_files) COMPLETE |
8351 | 2024-08-21T21:30:20.865Z | [ host-image] Aug 21 21:30:19.515 INFO O| Aug 21 21:30:19.515 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8352 | 2024-08-21T21:30:20.875Z | [ host-image] Aug 21 21:30:19.525 INFO O| Aug 21 21:30:19.525 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8353 | 2024-08-21T21:30:20.879Z | [ host-image] Aug 21 21:30:19.529 INFO O| Aug 21 21:30:19.529 INFO STEP 10 (remove_files) COMPLETE |
8354 | 2024-08-21T21:30:20.879Z | [ host-image] Aug 21 21:30:19.529 INFO O| Aug 21 21:30:19.529 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8355 | 2024-08-21T21:30:20.887Z | [ host-image] Aug 21 21:30:19.538 INFO O| Aug 21 21:30:19.538 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8356 | 2024-08-21T21:30:20.893Z | [ host-image] Aug 21 21:30:19.539 INFO O| Aug 21 21:30:19.539 INFO STEP 11 (remove_files) COMPLETE |
8357 | 2024-08-21T21:30:20.893Z | [ host-image] Aug 21 21:30:19.539 INFO O| Aug 21 21:30:19.539 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8358 | 2024-08-21T21:30:20.897Z | [ host-image] Aug 21 21:30:19.548 INFO O| Aug 21 21:30:19.548 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8359 | 2024-08-21T21:30:20.900Z | [ host-image] Aug 21 21:30:19.549 INFO O| Aug 21 21:30:19.549 INFO STEP 12 (remove_files) COMPLETE |
8360 | 2024-08-21T21:30:20.900Z | [ host-image] Aug 21 21:30:19.549 INFO O| Aug 21 21:30:19.549 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8361 | 2024-08-21T21:30:20.920Z | [ host-image] Aug 21 21:30:19.571 INFO O| Aug 21 21:30:19.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8362 | 2024-08-21T21:30:20.920Z | [ host-image] Aug 21 21:30:19.571 INFO O| Aug 21 21:30:19.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8363 | 2024-08-21T21:30:20.923Z | [ host-image] Aug 21 21:30:19.571 INFO O| Aug 21 21:30:19.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8364 | 2024-08-21T21:30:20.923Z | [ host-image] Aug 21 21:30:19.571 INFO O| Aug 21 21:30:19.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8365 | 2024-08-21T21:30:20.923Z | [ host-image] Aug 21 21:30:19.571 INFO O| Aug 21 21:30:19.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8366 | 2024-08-21T21:30:20.923Z | [ host-image] Aug 21 21:30:19.571 INFO O| Aug 21 21:30:19.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8367 | 2024-08-21T21:30:20.923Z | [ host-image] Aug 21 21:30:19.572 INFO O| Aug 21 21:30:19.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8368 | 2024-08-21T21:30:20.923Z | [ host-image] Aug 21 21:30:19.572 INFO O| Aug 21 21:30:19.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8369 | 2024-08-21T21:30:20.923Z | [ host-image] Aug 21 21:30:19.572 INFO O| Aug 21 21:30:19.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8370 | 2024-08-21T21:30:20.923Z | [ host-image] Aug 21 21:30:19.572 INFO O| Aug 21 21:30:19.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8371 | 2024-08-21T21:30:20.923Z | [ host-image] Aug 21 21:30:19.573 INFO O| Aug 21 21:30:19.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8372 | 2024-08-21T21:30:20.923Z | [ host-image] Aug 21 21:30:19.573 INFO O| Aug 21 21:30:19.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8373 | 2024-08-21T21:30:20.923Z | [ host-image] Aug 21 21:30:19.573 INFO O| Aug 21 21:30:19.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8374 | 2024-08-21T21:30:20.923Z | [ host-image] Aug 21 21:30:19.573 INFO O| Aug 21 21:30:19.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8375 | 2024-08-21T21:30:20.923Z | [ host-image] Aug 21 21:30:19.573 INFO O| Aug 21 21:30:19.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8376 | 2024-08-21T21:30:20.924Z | [ host-image] Aug 21 21:30:19.573 INFO O| Aug 21 21:30:19.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8377 | 2024-08-21T21:30:20.927Z | [ host-image] Aug 21 21:30:19.574 INFO O| Aug 21 21:30:19.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8378 | 2024-08-21T21:30:21.156Z | [ host-image] Aug 21 21:30:19.806 INFO O| Aug 21 21:30:19.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8379 | 2024-08-21T21:30:21.159Z | [ host-image] Aug 21 21:30:19.808 INFO O| Aug 21 21:30:19.808 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8380 | 2024-08-21T21:30:21.189Z | [ host-image] Aug 21 21:30:19.839 INFO O| Aug 21 21:30:19.839 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8381 | 2024-08-21T21:30:21.191Z | [ host-image] Aug 21 21:30:19.841 INFO O| Aug 21 21:30:19.841 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8382 | 2024-08-21T21:30:21.278Z | [ host-image] Aug 21 21:30:19.929 INFO O| Aug 21 21:30:19.929 INFO STEP 13 (remove_files) COMPLETE |
8383 | 2024-08-21T21:30:21.278Z | [ host-image] Aug 21 21:30:19.929 INFO O| Aug 21 21:30:19.929 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8384 | 2024-08-21T21:30:21.289Z | [ host-image] Aug 21 21:30:19.939 INFO O| Aug 21 21:30:19.939 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8385 | 2024-08-21T21:30:21.291Z | [ host-image] Aug 21 21:30:19.941 INFO O| Aug 21 21:30:19.941 INFO STEP 14 (remove_files) COMPLETE |
8386 | 2024-08-21T21:30:21.291Z | [ host-image] Aug 21 21:30:19.941 INFO O| Aug 21 21:30:19.941 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8387 | 2024-08-21T21:30:21.301Z | [ host-image] Aug 21 21:30:19.950 INFO O| Aug 21 21:30:19.950 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8388 | 2024-08-21T21:30:21.306Z | [ host-image] Aug 21 21:30:19.956 INFO O| Aug 21 21:30:19.956 INFO STEP 15 (remove_files) COMPLETE |
8389 | 2024-08-21T21:30:21.306Z | [ host-image] Aug 21 21:30:19.956 INFO O| Aug 21 21:30:19.956 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8390 | 2024-08-21T21:30:21.314Z | [ host-image] Aug 21 21:30:19.965 INFO O| Aug 21 21:30:19.965 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8391 | 2024-08-21T21:30:21.317Z | [ host-image] Aug 21 21:30:19.965 INFO O| Aug 21 21:30:19.965 INFO STEP 16 (remove_files) COMPLETE |
8392 | 2024-08-21T21:30:21.317Z | [ host-image] Aug 21 21:30:19.966 INFO O| Aug 21 21:30:19.965 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8393 | 2024-08-21T21:30:21.324Z | [ host-image] Aug 21 21:30:19.974 INFO O| Aug 21 21:30:19.974 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8394 | 2024-08-21T21:30:21.326Z | [ host-image] Aug 21 21:30:19.976 INFO O| Aug 21 21:30:19.976 INFO STEP 17 (remove_files) COMPLETE |
8395 | 2024-08-21T21:30:21.326Z | [ host-image] Aug 21 21:30:19.976 INFO O| Aug 21 21:30:19.976 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8396 | 2024-08-21T21:30:21.334Z | [ host-image] Aug 21 21:30:19.985 INFO O| Aug 21 21:30:19.985 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8397 | 2024-08-21T21:30:21.334Z | [ host-image] Aug 21 21:30:19.985 INFO O| Aug 21 21:30:19.985 INFO STEP 18 (remove_files) COMPLETE |
8398 | 2024-08-21T21:30:21.337Z | [ host-image] Aug 21 21:30:19.985 INFO O| Aug 21 21:30:19.985 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8399 | 2024-08-21T21:30:21.344Z | [ host-image] Aug 21 21:30:19.994 INFO O| Aug 21 21:30:19.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8400 | 2024-08-21T21:30:21.346Z | [ host-image] Aug 21 21:30:19.994 INFO O| Aug 21 21:30:19.994 INFO STEP 19 (remove_files) COMPLETE |
8401 | 2024-08-21T21:30:21.346Z | [ host-image] Aug 21 21:30:19.994 INFO O| Aug 21 21:30:19.994 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8402 | 2024-08-21T21:30:21.353Z | [ host-image] Aug 21 21:30:20.004 INFO O| Aug 21 21:30:20.004 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8403 | 2024-08-21T21:30:21.354Z | [ host-image] Aug 21 21:30:20.004 INFO O| Aug 21 21:30:20.004 INFO STEP 20 (remove_files) COMPLETE |
8404 | 2024-08-21T21:30:21.356Z | [ host-image] Aug 21 21:30:20.004 INFO O| Aug 21 21:30:20.004 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8405 | 2024-08-21T21:30:21.362Z | [ host-image] Aug 21 21:30:20.013 INFO O| Aug 21 21:30:20.013 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8406 | 2024-08-21T21:30:21.362Z | [ host-image] Aug 21 21:30:20.013 INFO O| Aug 21 21:30:20.013 INFO STEP 21 (remove_files) COMPLETE |
8407 | 2024-08-21T21:30:21.365Z | [ host-image] Aug 21 21:30:20.013 INFO O| Aug 21 21:30:20.013 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8408 | 2024-08-21T21:30:21.371Z | [ host-image] Aug 21 21:30:20.022 INFO O| Aug 21 21:30:20.022 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8409 | 2024-08-21T21:30:21.371Z | [ host-image] Aug 21 21:30:20.022 INFO O| Aug 21 21:30:20.022 INFO STEP 22 (remove_files) COMPLETE |
8410 | 2024-08-21T21:30:21.374Z | [ host-image] Aug 21 21:30:20.022 INFO O| Aug 21 21:30:20.022 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8411 | 2024-08-21T21:30:21.380Z | [ host-image] Aug 21 21:30:20.031 INFO O| Aug 21 21:30:20.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8412 | 2024-08-21T21:30:21.381Z | [ host-image] Aug 21 21:30:20.031 INFO O| Aug 21 21:30:20.031 INFO STEP 23 (remove_files) COMPLETE |
8413 | 2024-08-21T21:30:21.383Z | [ host-image] Aug 21 21:30:20.031 INFO O| Aug 21 21:30:20.031 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8414 | 2024-08-21T21:30:21.390Z | [ host-image] Aug 21 21:30:20.040 INFO O| Aug 21 21:30:20.040 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8415 | 2024-08-21T21:30:21.390Z | [ host-image] Aug 21 21:30:20.040 INFO O| Aug 21 21:30:20.040 INFO STEP 24 (remove_files) COMPLETE |
8416 | 2024-08-21T21:30:21.390Z | [ host-image] Aug 21 21:30:20.040 INFO O| Aug 21 21:30:20.040 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8417 | 2024-08-21T21:30:21.399Z | [ host-image] Aug 21 21:30:20.050 INFO O| Aug 21 21:30:20.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8418 | 2024-08-21T21:30:21.399Z | [ host-image] Aug 21 21:30:20.050 INFO O| Aug 21 21:30:20.050 INFO STEP 25 (remove_files) COMPLETE |
8419 | 2024-08-21T21:30:21.399Z | [ host-image] Aug 21 21:30:20.050 INFO O| Aug 21 21:30:20.050 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8420 | 2024-08-21T21:30:21.410Z | [ host-image] Aug 21 21:30:20.059 INFO O| Aug 21 21:30:20.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8421 | 2024-08-21T21:30:21.410Z | [ host-image] Aug 21 21:30:20.059 INFO O| Aug 21 21:30:20.059 INFO STEP 26 (remove_files) COMPLETE |
8422 | 2024-08-21T21:30:21.412Z | [ host-image] Aug 21 21:30:20.059 INFO O| Aug 21 21:30:20.059 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8423 | 2024-08-21T21:30:21.418Z | [ host-image] Aug 21 21:30:20.068 INFO O| Aug 21 21:30:20.068 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8424 | 2024-08-21T21:30:21.418Z | [ host-image] Aug 21 21:30:20.068 INFO O| Aug 21 21:30:20.068 INFO STEP 27 (remove_files) COMPLETE |
8425 | 2024-08-21T21:30:21.420Z | [ host-image] Aug 21 21:30:20.068 INFO O| Aug 21 21:30:20.068 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8426 | 2024-08-21T21:30:21.427Z | [ host-image] Aug 21 21:30:20.077 INFO O| Aug 21 21:30:20.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8427 | 2024-08-21T21:30:21.429Z | [ host-image] Aug 21 21:30:20.078 INFO O| Aug 21 21:30:20.078 INFO STEP 28 (remove_files) COMPLETE |
8428 | 2024-08-21T21:30:21.429Z | [ host-image] Aug 21 21:30:20.078 INFO O| Aug 21 21:30:20.078 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8429 | 2024-08-21T21:30:21.436Z | [ host-image] Aug 21 21:30:20.087 INFO O| Aug 21 21:30:20.087 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8430 | 2024-08-21T21:30:21.438Z | [ host-image] Aug 21 21:30:20.087 INFO O| Aug 21 21:30:20.087 INFO STEP 29 (remove_files) COMPLETE |
8431 | 2024-08-21T21:30:21.438Z | [ host-image] Aug 21 21:30:20.087 INFO O| Aug 21 21:30:20.087 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8432 | 2024-08-21T21:30:21.445Z | [ host-image] Aug 21 21:30:20.096 INFO O| Aug 21 21:30:20.096 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8433 | 2024-08-21T21:30:21.446Z | [ host-image] Aug 21 21:30:20.096 INFO O| Aug 21 21:30:20.096 INFO STEP 30 (remove_files) COMPLETE |
8434 | 2024-08-21T21:30:21.448Z | [ host-image] Aug 21 21:30:20.096 INFO O| Aug 21 21:30:20.096 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8435 | 2024-08-21T21:30:21.455Z | [ host-image] Aug 21 21:30:20.106 INFO O| Aug 21 21:30:20.105 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8436 | 2024-08-21T21:30:21.460Z | [ host-image] Aug 21 21:30:20.106 INFO O| Aug 21 21:30:20.106 INFO STEP 31 (remove_files) COMPLETE |
8437 | 2024-08-21T21:30:21.461Z | [ host-image] Aug 21 21:30:20.106 INFO O| Aug 21 21:30:20.106 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8438 | 2024-08-21T21:30:21.467Z | [ host-image] Aug 21 21:30:20.117 INFO O| Aug 21 21:30:20.117 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8439 | 2024-08-21T21:30:21.469Z | [ host-image] Aug 21 21:30:20.117 INFO O| Aug 21 21:30:20.117 INFO STEP 32 (remove_files) COMPLETE |
8440 | 2024-08-21T21:30:21.469Z | [ host-image] Aug 21 21:30:20.117 INFO O| Aug 21 21:30:20.117 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8441 | 2024-08-21T21:30:21.478Z | [ host-image] Aug 21 21:30:20.129 INFO O| Aug 21 21:30:20.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8442 | 2024-08-21T21:30:21.478Z | [ host-image] Aug 21 21:30:20.129 INFO O| Aug 21 21:30:20.129 INFO STEP 33 (remove_files) COMPLETE |
8443 | 2024-08-21T21:30:21.481Z | [ host-image] Aug 21 21:30:20.129 INFO O| Aug 21 21:30:20.129 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8444 | 2024-08-21T21:30:21.490Z | [ host-image] Aug 21 21:30:20.140 INFO O| Aug 21 21:30:20.140 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8445 | 2024-08-21T21:30:21.490Z | [ host-image] Aug 21 21:30:20.141 INFO O| Aug 21 21:30:20.140 INFO STEP 34 (remove_files) COMPLETE |
8446 | 2024-08-21T21:30:21.490Z | [ host-image] Aug 21 21:30:20.141 INFO O| Aug 21 21:30:20.141 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8447 | 2024-08-21T21:30:21.499Z | [ host-image] Aug 21 21:30:20.150 INFO O| Aug 21 21:30:20.150 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8448 | 2024-08-21T21:30:21.499Z | [ host-image] Aug 21 21:30:20.150 INFO O| Aug 21 21:30:20.150 INFO STEP 35 (remove_files) COMPLETE |
8449 | 2024-08-21T21:30:21.502Z | [ host-image] Aug 21 21:30:20.150 INFO O| Aug 21 21:30:20.150 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8450 | 2024-08-21T21:30:21.511Z | [ host-image] Aug 21 21:30:20.162 INFO O| Aug 21 21:30:20.161 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8451 | 2024-08-21T21:30:21.511Z | [ host-image] Aug 21 21:30:20.162 INFO O| Aug 21 21:30:20.162 INFO STEP 36 (remove_files) COMPLETE |
8452 | 2024-08-21T21:30:21.514Z | [ host-image] Aug 21 21:30:20.162 INFO O| Aug 21 21:30:20.162 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8453 | 2024-08-21T21:30:21.520Z | [ host-image] Aug 21 21:30:20.171 INFO O| Aug 21 21:30:20.171 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8454 | 2024-08-21T21:30:21.521Z | [ host-image] Aug 21 21:30:20.171 INFO O| Aug 21 21:30:20.171 INFO STEP 37 (remove_files) COMPLETE |
8455 | 2024-08-21T21:30:21.523Z | [ host-image] Aug 21 21:30:20.171 INFO O| Aug 21 21:30:20.171 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8456 | 2024-08-21T21:30:21.530Z | [ host-image] Aug 21 21:30:20.180 INFO O| Aug 21 21:30:20.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8457 | 2024-08-21T21:30:21.530Z | [ host-image] Aug 21 21:30:20.180 INFO O| Aug 21 21:30:20.180 INFO STEP 38 (remove_files) COMPLETE |
8458 | 2024-08-21T21:30:21.533Z | [ host-image] Aug 21 21:30:20.180 INFO O| Aug 21 21:30:20.180 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8459 | 2024-08-21T21:30:21.541Z | [ host-image] Aug 21 21:30:20.192 INFO O| Aug 21 21:30:20.192 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8460 | 2024-08-21T21:30:21.544Z | [ host-image] Aug 21 21:30:20.192 INFO O| Aug 21 21:30:20.192 INFO STEP 39 (remove_files) COMPLETE |
8461 | 2024-08-21T21:30:21.544Z | [ host-image] Aug 21 21:30:20.192 INFO O| Aug 21 21:30:20.192 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8462 | 2024-08-21T21:30:21.551Z | [ host-image] Aug 21 21:30:20.201 INFO O| Aug 21 21:30:20.201 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8463 | 2024-08-21T21:30:21.551Z | [ host-image] Aug 21 21:30:20.201 INFO O| Aug 21 21:30:20.201 INFO STEP 40 (remove_files) COMPLETE |
8464 | 2024-08-21T21:30:21.553Z | [ host-image] Aug 21 21:30:20.201 INFO O| Aug 21 21:30:20.201 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8465 | 2024-08-21T21:30:21.562Z | [ host-image] Aug 21 21:30:20.213 INFO O| Aug 21 21:30:20.213 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8466 | 2024-08-21T21:30:21.562Z | [ host-image] Aug 21 21:30:20.213 INFO O| Aug 21 21:30:20.213 INFO STEP 41 (remove_files) COMPLETE |
8467 | 2024-08-21T21:30:21.566Z | [ host-image] Aug 21 21:30:20.213 INFO O| Aug 21 21:30:20.213 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8468 | 2024-08-21T21:30:21.572Z | [ host-image] Aug 21 21:30:20.222 INFO O| Aug 21 21:30:20.222 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8469 | 2024-08-21T21:30:21.574Z | [ host-image] Aug 21 21:30:20.223 INFO O| Aug 21 21:30:20.222 INFO STEP 42 (remove_files) COMPLETE |
8470 | 2024-08-21T21:30:21.574Z | [ host-image] Aug 21 21:30:20.223 INFO O| Aug 21 21:30:20.223 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8471 | 2024-08-21T21:30:21.581Z | [ host-image] Aug 21 21:30:20.232 INFO O| Aug 21 21:30:20.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8472 | 2024-08-21T21:30:21.581Z | [ host-image] Aug 21 21:30:20.232 INFO O| Aug 21 21:30:20.232 INFO STEP 43 (remove_files) COMPLETE |
8473 | 2024-08-21T21:30:21.584Z | [ host-image] Aug 21 21:30:20.232 INFO O| Aug 21 21:30:20.232 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8474 | 2024-08-21T21:30:21.593Z | [ host-image] Aug 21 21:30:20.244 INFO O| Aug 21 21:30:20.243 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8475 | 2024-08-21T21:30:21.595Z | [ host-image] Aug 21 21:30:20.244 INFO O| Aug 21 21:30:20.244 INFO STEP 44 (remove_files) COMPLETE |
8476 | 2024-08-21T21:30:21.595Z | [ host-image] Aug 21 21:30:20.244 INFO O| Aug 21 21:30:20.244 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8477 | 2024-08-21T21:30:21.605Z | [ host-image] Aug 21 21:30:20.255 INFO O| Aug 21 21:30:20.255 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8478 | 2024-08-21T21:30:21.605Z | [ host-image] Aug 21 21:30:20.256 INFO O| Aug 21 21:30:20.255 INFO STEP 45 (remove_files) COMPLETE |
8479 | 2024-08-21T21:30:21.608Z | [ host-image] Aug 21 21:30:20.256 INFO O| Aug 21 21:30:20.255 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8480 | 2024-08-21T21:30:21.614Z | [ host-image] Aug 21 21:30:20.265 INFO O| Aug 21 21:30:20.265 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8481 | 2024-08-21T21:30:21.615Z | [ host-image] Aug 21 21:30:20.265 INFO O| Aug 21 21:30:20.265 INFO STEP 46 (remove_files) COMPLETE |
8482 | 2024-08-21T21:30:21.618Z | [ host-image] Aug 21 21:30:20.265 INFO O| Aug 21 21:30:20.265 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8483 | 2024-08-21T21:30:21.624Z | [ host-image] Aug 21 21:30:20.274 INFO O| Aug 21 21:30:20.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8484 | 2024-08-21T21:30:21.624Z | [ host-image] Aug 21 21:30:20.275 INFO O| Aug 21 21:30:20.274 INFO STEP 47 (remove_files) COMPLETE |
8485 | 2024-08-21T21:30:21.624Z | [ host-image] Aug 21 21:30:20.275 INFO O| Aug 21 21:30:20.275 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8486 | 2024-08-21T21:30:21.636Z | [ host-image] Aug 21 21:30:20.286 INFO O| Aug 21 21:30:20.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8487 | 2024-08-21T21:30:21.636Z | [ host-image] Aug 21 21:30:20.286 INFO O| Aug 21 21:30:20.286 INFO STEP 48 (remove_files) COMPLETE |
8488 | 2024-08-21T21:30:21.638Z | [ host-image] Aug 21 21:30:20.286 INFO O| Aug 21 21:30:20.286 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8489 | 2024-08-21T21:30:21.645Z | [ host-image] Aug 21 21:30:20.296 INFO O| Aug 21 21:30:20.295 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8490 | 2024-08-21T21:30:21.647Z | [ host-image] Aug 21 21:30:20.296 INFO O| Aug 21 21:30:20.296 INFO STEP 49 (remove_files) COMPLETE |
8491 | 2024-08-21T21:30:21.647Z | [ host-image] Aug 21 21:30:20.296 INFO O| Aug 21 21:30:20.296 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8492 | 2024-08-21T21:30:21.657Z | [ host-image] Aug 21 21:30:20.307 INFO O| Aug 21 21:30:20.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8493 | 2024-08-21T21:30:21.657Z | [ host-image] Aug 21 21:30:20.307 INFO O| Aug 21 21:30:20.307 INFO STEP 50 (remove_files) COMPLETE |
8494 | 2024-08-21T21:30:21.657Z | [ host-image] Aug 21 21:30:20.307 INFO O| Aug 21 21:30:20.307 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8495 | 2024-08-21T21:30:21.668Z | [ host-image] Aug 21 21:30:20.319 INFO O| Aug 21 21:30:20.319 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8496 | 2024-08-21T21:30:21.671Z | [ host-image] Aug 21 21:30:20.319 INFO O| Aug 21 21:30:20.319 INFO STEP 51 (remove_files) COMPLETE |
8497 | 2024-08-21T21:30:21.671Z | [ host-image] Aug 21 21:30:20.319 INFO O| Aug 21 21:30:20.319 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8498 | 2024-08-21T21:30:21.678Z | [ host-image] Aug 21 21:30:20.328 INFO O| Aug 21 21:30:20.328 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8499 | 2024-08-21T21:30:21.678Z | [ host-image] Aug 21 21:30:20.328 INFO O| Aug 21 21:30:20.328 INFO STEP 52 (remove_files) COMPLETE |
8500 | 2024-08-21T21:30:21.678Z | [ host-image] Aug 21 21:30:20.328 INFO O| Aug 21 21:30:20.328 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8501 | 2024-08-21T21:30:21.687Z | [ host-image] Aug 21 21:30:20.338 INFO O| Aug 21 21:30:20.338 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8502 | 2024-08-21T21:30:21.687Z | [ host-image] Aug 21 21:30:20.338 INFO O| Aug 21 21:30:20.338 INFO STEP 53 (remove_files) COMPLETE |
8503 | 2024-08-21T21:30:21.690Z | [ host-image] Aug 21 21:30:20.338 INFO O| Aug 21 21:30:20.338 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8504 | 2024-08-21T21:30:21.699Z | [ host-image] Aug 21 21:30:20.350 INFO O| Aug 21 21:30:20.350 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8505 | 2024-08-21T21:30:21.702Z | [ host-image] Aug 21 21:30:20.350 INFO O| Aug 21 21:30:20.350 INFO STEP 54 (remove_files) COMPLETE |
8506 | 2024-08-21T21:30:21.702Z | [ host-image] Aug 21 21:30:20.350 INFO O| Aug 21 21:30:20.350 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8507 | 2024-08-21T21:30:21.711Z | [ host-image] Aug 21 21:30:20.361 INFO O| Aug 21 21:30:20.361 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8508 | 2024-08-21T21:30:21.711Z | [ host-image] Aug 21 21:30:20.362 INFO O| Aug 21 21:30:20.362 INFO STEP 55 (remove_files) COMPLETE |
8509 | 2024-08-21T21:30:21.714Z | [ host-image] Aug 21 21:30:20.362 INFO O| Aug 21 21:30:20.362 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8510 | 2024-08-21T21:30:21.720Z | [ host-image] Aug 21 21:30:20.371 INFO O| Aug 21 21:30:20.371 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8511 | 2024-08-21T21:30:21.720Z | [ host-image] Aug 21 21:30:20.371 INFO O| Aug 21 21:30:20.371 INFO STEP 56 (remove_files) COMPLETE |
8512 | 2024-08-21T21:30:21.723Z | [ host-image] Aug 21 21:30:20.371 INFO O| Aug 21 21:30:20.371 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8513 | 2024-08-21T21:30:21.730Z | [ host-image] Aug 21 21:30:20.380 INFO O| Aug 21 21:30:20.380 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8514 | 2024-08-21T21:30:21.730Z | [ host-image] Aug 21 21:30:20.381 INFO O| Aug 21 21:30:20.381 INFO STEP 57 (remove_files) COMPLETE |
8515 | 2024-08-21T21:30:21.730Z | [ host-image] Aug 21 21:30:20.381 INFO O| Aug 21 21:30:20.381 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8516 | 2024-08-21T21:30:21.740Z | [ host-image] Aug 21 21:30:20.390 INFO O| Aug 21 21:30:20.390 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8517 | 2024-08-21T21:30:21.740Z | [ host-image] Aug 21 21:30:20.390 INFO O| Aug 21 21:30:20.390 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8518 | 2024-08-21T21:30:21.742Z | [ host-image] Aug 21 21:30:20.390 INFO O| Aug 21 21:30:20.390 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8519 | 2024-08-21T21:30:21.742Z | [ host-image] Aug 21 21:30:20.390 INFO O| Aug 21 21:30:20.390 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8520 | 2024-08-21T21:30:21.742Z | [ host-image] Aug 21 21:30:20.390 INFO O| Aug 21 21:30:20.390 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8521 | 2024-08-21T21:30:21.742Z | [ host-image] Aug 21 21:30:20.390 INFO O| Aug 21 21:30:20.390 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8522 | 2024-08-21T21:30:21.742Z | [ host-image] Aug 21 21:30:20.391 INFO O| Aug 21 21:30:20.390 INFO ok! |
8523 | 2024-08-21T21:30:21.742Z | [ host-image] Aug 21 21:30:20.391 INFO O| Aug 21 21:30:20.390 INFO STEP 58 (ensure_file) COMPLETE |
8524 | 2024-08-21T21:30:21.742Z | [ host-image] Aug 21 21:30:20.391 INFO O| Aug 21 21:30:20.390 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8525 | 2024-08-21T21:30:21.752Z | [ host-image] Aug 21 21:30:20.402 INFO O| Aug 21 21:30:20.402 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8526 | 2024-08-21T21:30:21.755Z | [ host-image] Aug 21 21:30:20.402 INFO O| Aug 21 21:30:20.402 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8527 | 2024-08-21T21:30:21.755Z | [ host-image] Aug 21 21:30:20.403 INFO O| Aug 21 21:30:20.403 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8528 | 2024-08-21T21:30:21.755Z | [ host-image] Aug 21 21:30:20.403 INFO O| Aug 21 21:30:20.403 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8529 | 2024-08-21T21:30:21.755Z | [ host-image] Aug 21 21:30:20.403 INFO O| Aug 21 21:30:20.403 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8530 | 2024-08-21T21:30:21.755Z | [ host-image] Aug 21 21:30:20.403 INFO O| Aug 21 21:30:20.403 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8531 | 2024-08-21T21:30:21.755Z | [ host-image] Aug 21 21:30:20.403 INFO O| Aug 21 21:30:20.403 INFO ok! |
8532 | 2024-08-21T21:30:21.755Z | [ host-image] Aug 21 21:30:20.403 INFO O| Aug 21 21:30:20.403 INFO STEP 59 (ensure_file) COMPLETE |
8533 | 2024-08-21T21:30:21.755Z | [ host-image] Aug 21 21:30:20.403 INFO O| Aug 21 21:30:20.403 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8534 | 2024-08-21T21:30:21.764Z | [ host-image] Aug 21 21:30:20.415 INFO O| Aug 21 21:30:20.415 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8535 | 2024-08-21T21:30:21.764Z | [ host-image] Aug 21 21:30:20.415 INFO O| Aug 21 21:30:20.415 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8536 | 2024-08-21T21:30:21.767Z | [ host-image] Aug 21 21:30:20.415 INFO O| Aug 21 21:30:20.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8537 | 2024-08-21T21:30:21.767Z | [ host-image] Aug 21 21:30:20.415 INFO O| Aug 21 21:30:20.415 INFO ok! |
8538 | 2024-08-21T21:30:21.767Z | [ host-image] Aug 21 21:30:20.415 INFO O| Aug 21 21:30:20.415 INFO STEP 60 (ensure_file) COMPLETE |
8539 | 2024-08-21T21:30:21.767Z | [ host-image] Aug 21 21:30:20.415 INFO O| Aug 21 21:30:20.415 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8540 | 2024-08-21T21:30:21.775Z | [ host-image] Aug 21 21:30:20.426 INFO O| Aug 21 21:30:20.426 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8541 | 2024-08-21T21:30:21.775Z | [ host-image] Aug 21 21:30:20.426 INFO O| Aug 21 21:30:20.426 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8542 | 2024-08-21T21:30:21.777Z | [ host-image] Aug 21 21:30:20.426 INFO O| Aug 21 21:30:20.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8543 | 2024-08-21T21:30:21.778Z | [ host-image] Aug 21 21:30:20.426 INFO O| Aug 21 21:30:20.426 INFO ok! |
8544 | 2024-08-21T21:30:21.778Z | [ host-image] Aug 21 21:30:20.426 INFO O| Aug 21 21:30:20.426 INFO STEP 61 (ensure_file) COMPLETE |
8545 | 2024-08-21T21:30:21.778Z | [ host-image] Aug 21 21:30:20.426 INFO O| Aug 21 21:30:20.426 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8546 | 2024-08-21T21:30:21.785Z | [ host-image] Aug 21 21:30:20.435 INFO O| Aug 21 21:30:20.435 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8547 | 2024-08-21T21:30:21.785Z | [ host-image] Aug 21 21:30:20.435 INFO O| Aug 21 21:30:20.435 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8548 | 2024-08-21T21:30:21.787Z | [ host-image] Aug 21 21:30:20.435 INFO O| Aug 21 21:30:20.435 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8549 | 2024-08-21T21:30:21.787Z | [ host-image] Aug 21 21:30:20.436 INFO O| Aug 21 21:30:20.435 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8550 | 2024-08-21T21:30:21.787Z | [ host-image] Aug 21 21:30:20.436 INFO O| Aug 21 21:30:20.435 INFO ok! |
8551 | 2024-08-21T21:30:21.787Z | [ host-image] Aug 21 21:30:20.436 INFO O| Aug 21 21:30:20.436 INFO STEP 62 (ensure_file) COMPLETE |
8552 | 2024-08-21T21:30:21.787Z | [ host-image] Aug 21 21:30:20.436 INFO O| Aug 21 21:30:20.436 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8553 | 2024-08-21T21:30:21.794Z | [ host-image] Aug 21 21:30:20.445 INFO O| Aug 21 21:30:20.445 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8554 | 2024-08-21T21:30:21.794Z | [ host-image] Aug 21 21:30:20.445 INFO O| Aug 21 21:30:20.445 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8555 | 2024-08-21T21:30:21.797Z | [ host-image] Aug 21 21:30:20.445 INFO O| Aug 21 21:30:20.445 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8556 | 2024-08-21T21:30:21.797Z | [ host-image] Aug 21 21:30:20.445 INFO O| Aug 21 21:30:20.445 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8557 | 2024-08-21T21:30:21.797Z | [ host-image] Aug 21 21:30:20.445 INFO O| Aug 21 21:30:20.445 INFO ok! |
8558 | 2024-08-21T21:30:21.797Z | [ host-image] Aug 21 21:30:20.445 INFO O| Aug 21 21:30:20.445 INFO STEP 63 (ensure_file) COMPLETE |
8559 | 2024-08-21T21:30:21.797Z | [ host-image] Aug 21 21:30:20.445 INFO O| Aug 21 21:30:20.445 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8560 | 2024-08-21T21:30:21.804Z | [ host-image] Aug 21 21:30:20.454 INFO O| Aug 21 21:30:20.454 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8561 | 2024-08-21T21:30:21.804Z | [ host-image] Aug 21 21:30:20.454 INFO O| Aug 21 21:30:20.454 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8562 | 2024-08-21T21:30:21.806Z | [ host-image] Aug 21 21:30:20.455 INFO O| Aug 21 21:30:20.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8563 | 2024-08-21T21:30:21.806Z | [ host-image] Aug 21 21:30:20.455 INFO O| Aug 21 21:30:20.455 INFO ok! |
8564 | 2024-08-21T21:30:21.806Z | [ host-image] Aug 21 21:30:20.455 INFO O| Aug 21 21:30:20.455 INFO STEP 64 (assemble_files) COMPLETE |
8565 | 2024-08-21T21:30:21.806Z | [ host-image] Aug 21 21:30:20.455 INFO O| Aug 21 21:30:20.455 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8566 | 2024-08-21T21:30:21.813Z | [ host-image] Aug 21 21:30:20.464 INFO O| Aug 21 21:30:20.464 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8567 | 2024-08-21T21:30:21.816Z | [ host-image] Aug 21 21:30:20.464 INFO O| Aug 21 21:30:20.464 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8568 | 2024-08-21T21:30:21.816Z | [ host-image] Aug 21 21:30:20.464 INFO O| Aug 21 21:30:20.464 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8569 | 2024-08-21T21:30:21.816Z | [ host-image] Aug 21 21:30:20.464 INFO O| Aug 21 21:30:20.464 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8570 | 2024-08-21T21:30:21.816Z | [ host-image] Aug 21 21:30:20.464 INFO O| Aug 21 21:30:20.464 INFO ok! |
8571 | 2024-08-21T21:30:21.816Z | [ host-image] Aug 21 21:30:20.464 INFO O| Aug 21 21:30:20.464 INFO STEP 65 (ensure_file) COMPLETE |
8572 | 2024-08-21T21:30:21.816Z | [ host-image] Aug 21 21:30:20.464 INFO O| Aug 21 21:30:20.464 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8573 | 2024-08-21T21:30:21.824Z | [ host-image] Aug 21 21:30:20.473 INFO O| Aug 21 21:30:20.473 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8574 | 2024-08-21T21:30:21.826Z | [ host-image] Aug 21 21:30:20.473 INFO O| Aug 21 21:30:20.473 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8575 | 2024-08-21T21:30:21.826Z | [ host-image] Aug 21 21:30:20.473 INFO O| Aug 21 21:30:20.473 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8576 | 2024-08-21T21:30:21.826Z | [ host-image] Aug 21 21:30:20.473 INFO O| Aug 21 21:30:20.473 INFO STEP 66 (ensure_dir) COMPLETE |
8577 | 2024-08-21T21:30:21.826Z | [ host-image] Aug 21 21:30:20.473 INFO O| Aug 21 21:30:20.473 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8578 | 2024-08-21T21:30:21.832Z | [ host-image] Aug 21 21:30:20.483 INFO O| Aug 21 21:30:20.483 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8579 | 2024-08-21T21:30:21.832Z | [ host-image] Aug 21 21:30:20.483 INFO O| Aug 21 21:30:20.483 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 ... |
8580 | 2024-08-21T21:30:21.841Z | [ host-image] Aug 21 21:30:20.490 INFO O| Aug 21 21:30:20.489 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 |
8581 | 2024-08-21T21:30:21.841Z | [ host-image] Aug 21 21:30:20.490 INFO O| Aug 21 21:30:20.489 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8582 | 2024-08-21T21:30:21.841Z | [ host-image] Aug 21 21:30:20.490 INFO O| Aug 21 21:30:20.490 INFO ok! |
8583 | 2024-08-21T21:30:21.844Z | [ host-image] Aug 21 21:30:20.490 INFO O| Aug 21 21:30:20.490 INFO STEP 67 (ensure_file) COMPLETE |
8584 | 2024-08-21T21:30:21.844Z | [ host-image] Aug 21 21:30:20.490 INFO O| Aug 21 21:30:20.490 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8585 | 2024-08-21T21:30:21.848Z | [ host-image] Aug 21 21:30:20.499 INFO O| Aug 21 21:30:20.499 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8586 | 2024-08-21T21:30:21.848Z | [ host-image] Aug 21 21:30:20.499 INFO O| Aug 21 21:30:20.499 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 ... |
8587 | 2024-08-21T21:30:21.851Z | [ host-image] Aug 21 21:30:20.499 INFO O| Aug 21 21:30:20.499 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 |
8588 | 2024-08-21T21:30:21.852Z | [ host-image] Aug 21 21:30:20.499 INFO O| Aug 21 21:30:20.499 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8589 | 2024-08-21T21:30:21.852Z | [ host-image] Aug 21 21:30:20.499 INFO O| Aug 21 21:30:20.499 INFO ok! |
8590 | 2024-08-21T21:30:21.852Z | [ host-image] Aug 21 21:30:20.499 INFO O| Aug 21 21:30:20.499 INFO STEP 68 (ensure_file) COMPLETE |
8591 | 2024-08-21T21:30:21.852Z | [ host-image] Aug 21 21:30:20.499 INFO O| Aug 21 21:30:20.499 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8592 | 2024-08-21T21:30:21.863Z | [ host-image] Aug 21 21:30:20.513 INFO O| Aug 21 21:30:20.513 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8593 | 2024-08-21T21:30:21.863Z | [ host-image] Aug 21 21:30:20.513 INFO O| Aug 21 21:30:20.513 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8594 | 2024-08-21T21:30:23.912Z | [ host-image] Aug 21 21:30:22.562 INFO O| Aug 21 21:30:22.562 INFO STEP 69 (pack_tar) COMPLETE |
8595 | 2024-08-21T21:30:23.912Z | [ host-image] Aug 21 21:30:22.562 INFO O| Aug 21 21:30:22.562 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8596 | 2024-08-21T21:30:23.915Z | [ host-image] Aug 21 21:30:22.562 INFO O| Aug 21 21:30:22.562 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8597 | 2024-08-21T21:30:24.169Z | [ host-image] Aug 21 21:30:22.819 INFO O| Aug 21 21:30:22.819 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8598 | 2024-08-21T21:30:24.262Z | [ host-image] Aug 21 21:30:22.913 INFO O| Aug 21 21:30:22.913 INFO completed processing gimlet/ramdisk-02-trim |
8599 | 2024-08-21T21:30:24.266Z | [ host-image] Aug 21 21:30:22.915 INFO image builder template: zfs... |
8600 | 2024-08-21T21:30:24.266Z | [ host-image] Aug 21 21:30:22.915 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/.tmprzSzlN/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 |
8601 | 2024-08-21T21:30:24.278Z | [ host-image] Aug 21 21:30:22.928 INFO O| Aug 21 21:30:22.928 INFO skip include "stress" because feature "stress" is not enabled |
8602 | 2024-08-21T21:30:24.310Z | [ host-image] Aug 21 21:30:22.960 INFO O| Aug 21 21:30:22.960 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8603 | 2024-08-21T21:30:24.314Z | [ host-image] Aug 21 21:30:22.964 INFO O| Aug 21 21:30:22.964 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8604 | 2024-08-21T21:30:24.371Z | [ host-image] Aug 21 21:30:23.021 INFO O| Aug 21 21:30:23.021 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8605 | 2024-08-21T21:30:24.419Z | [ host-image] Aug 21 21:30:23.069 INFO O| Aug 21 21:30:23.069 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8606 | 2024-08-21T21:30:24.419Z | [ host-image] Aug 21 21:30:23.069 INFO O| Aug 21 21:30:23.069 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8607 | 2024-08-21T21:30:24.422Z | [ host-image] Aug 21 21:30:23.073 INFO O| Aug 21 21:30:23.073 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8608 | 2024-08-21T21:30:24.472Z | [ host-image] Aug 21 21:30:23.122 INFO O| Aug 21 21:30:23.122 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8609 | 2024-08-21T21:30:24.516Z | [ host-image] Aug 21 21:30:23.166 INFO O| Aug 21 21:30:23.166 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8610 | 2024-08-21T21:30:24.527Z | [ host-image] Aug 21 21:30:23.177 INFO O| Aug 21 21:30:23.177 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8611 | 2024-08-21T21:30:24.532Z | [ host-image] Aug 21 21:30:23.183 INFO O| Aug 21 21:30:23.182 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8612 | 2024-08-21T21:30:24.534Z | [ host-image] Aug 21 21:30:23.183 INFO O| Aug 21 21:30:23.183 INFO no lofi found |
8613 | 2024-08-21T21:30:24.534Z | [ host-image] Aug 21 21:30:23.183 INFO O| Aug 21 21:30:23.183 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8614 | 2024-08-21T21:30:24.534Z | [ host-image] Aug 21 21:30:23.183 INFO O| Aug 21 21:30:23.183 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8615 | 2024-08-21T21:30:26.365Z | [ host-image] Aug 21 21:30:25.014 INFO O| Aug 21 21:30:25.013 INFO lofi device = /dev/dsk/c2t1d0p0 |
8616 | 2024-08-21T21:30:26.365Z | [ host-image] Aug 21 21:30:25.014 INFO O| Aug 21 21:30:25.013 INFO pool device = /dev/dsk/c2t1d0p0 |
8617 | 2024-08-21T21:30:26.365Z | [ host-image] Aug 21 21:30:25.014 INFO O| Aug 21 21:30:25.014 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"] |
8618 | 2024-08-21T21:30:26.437Z | [ host-image] Aug 21 21:30:25.087 INFO O| Aug 21 21:30:25.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8619 | 2024-08-21T21:30:26.437Z | [ host-image] Aug 21 21:30:25.087 INFO O| Aug 21 21:30:25.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8620 | 2024-08-21T21:30:26.458Z | [ host-image] Aug 21 21:30:25.107 INFO O| Aug 21 21:30:25.107 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8621 | 2024-08-21T21:30:26.514Z | [ host-image] Aug 21 21:30:25.164 INFO O| Aug 21 21:30:25.164 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8622 | 2024-08-21T21:30:26.551Z | [ host-image] Aug 21 21:30:25.201 INFO O| Aug 21 21:30:25.201 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8623 | 2024-08-21T21:30:26.564Z | [ host-image] Aug 21 21:30:25.214 INFO O| Aug 21 21:30:25.214 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8624 | 2024-08-21T21:30:26.574Z | [ host-image] Aug 21 21:30:25.224 INFO O| Aug 21 21:30:25.224 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8625 | 2024-08-21T21:30:26.619Z | [ host-image] Aug 21 21:30:25.269 INFO O| Aug 21 21:30:25.269 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8626 | 2024-08-21T21:30:26.619Z | [ host-image] Aug 21 21:30:25.269 INFO O| Aug 21 21:30:25.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8627 | 2024-08-21T21:30:26.619Z | [ host-image] Aug 21 21:30:25.269 INFO O| Aug 21 21:30:25.269 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8628 | 2024-08-21T21:30:26.630Z | [ host-image] Aug 21 21:30:25.280 INFO O| Aug 21 21:30:25.280 INFO boot environment UUID: 1f5fc02b-d5dc-43b4-b9fb-1b3e501f34fe |
8629 | 2024-08-21T21:30:26.630Z | [ host-image] Aug 21 21:30:25.280 INFO O| Aug 21 21:30:25.280 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1f5fc02b-d5dc-43b4-b9fb-1b3e501f34fe |
8630 | 2024-08-21T21:30:26.640Z | [ host-image] Aug 21 21:30:25.290 INFO O| Aug 21 21:30:25.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8631 | 2024-08-21T21:30:26.650Z | [ host-image] Aug 21 21:30:25.300 INFO O| Aug 21 21:30:25.300 INFO STEP 0 (create_be) COMPLETE |
8632 | 2024-08-21T21:30:26.650Z | [ host-image] Aug 21 21:30:25.300 INFO O| Aug 21 21:30:25.300 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8633 | 2024-08-21T21:30:26.665Z | [ host-image] Aug 21 21:30:25.315 INFO O| Aug 21 21:30:25.315 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8634 | 2024-08-21T21:30:34.535Z | [ recovery-image] Aug 21 21:30:33.181 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) |
8635 | 2024-08-21T21:30:37.676Z | [ recovery-image] Aug 21 21:30:36.324 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) |
8636 | 2024-08-21T21:30:41.939Z | [ recovery-image] Aug 21 21:30:40.587 INFO E| Compiling bitflags v1.3.2 |
8637 | 2024-08-21T21:30:41.939Z | [ recovery-image] Aug 21 21:30:40.587 INFO E| Compiling scroll v0.12.0 |
8638 | 2024-08-21T21:30:41.939Z | [ recovery-image] Aug 21 21:30:40.587 INFO E| Compiling log v0.4.21 |
8639 | 2024-08-21T21:30:41.946Z | [ recovery-image] Aug 21 21:30:40.587 INFO E| Compiling bit_field v0.10.2 |
8640 | 2024-08-21T21:30:41.946Z | [ recovery-image] Aug 21 21:30:40.587 INFO E| Compiling adler v1.0.2 |
8641 | 2024-08-21T21:30:41.946Z | [ recovery-image] Aug 21 21:30:40.587 INFO E| Compiling plain v0.2.3 |
8642 | 2024-08-21T21:30:41.946Z | [ recovery-image] Aug 21 21:30:40.587 INFO E| Compiling static_assertions v1.1.0 |
8643 | 2024-08-21T21:30:42.037Z | [ recovery-image] Aug 21 21:30:40.685 INFO E| Compiling raw-cpuid v10.7.0 |
8644 | 2024-08-21T21:30:42.084Z | [ recovery-image] Aug 21 21:30:40.732 INFO E| Compiling cpio_reader v0.1.1 |
8645 | 2024-08-21T21:30:42.144Z | [ recovery-image] Aug 21 21:30:40.792 INFO E| Compiling bitstruct v0.1.1 |
8646 | 2024-08-21T21:30:42.291Z | [ recovery-image] Aug 21 21:30:40.939 INFO E| Compiling miniz_oxide v0.7.2 |
8647 | 2024-08-21T21:30:42.856Z | [ recovery-image] Aug 21 21:30:41.503 INFO E| Compiling goblin v0.8.0 |
8648 | 2024-08-21T21:30:48.326Z | [ host-image] Aug 21 21:30:46.974 INFO O| Aug 21 21:30:46.974 INFO STEP 1 (unpack_tar) COMPLETE |
8649 | 2024-08-21T21:30:48.326Z | [ host-image] Aug 21 21:30:46.974 INFO O| Aug 21 21:30:46.974 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8650 | 2024-08-21T21:30:48.339Z | [ host-image] Aug 21 21:30:46.986 INFO O| Aug 21 21:30:46.986 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8651 | 2024-08-21T21:30:48.539Z | [ host-image] Aug 21 21:30:47.186 INFO O| Aug 21 21:30:47.186 INFO STEP 2 (devfsadm) COMPLETE |
8652 | 2024-08-21T21:30:48.539Z | [ host-image] Aug 21 21:30:47.187 INFO O| Aug 21 21:30:47.186 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8653 | 2024-08-21T21:30:48.551Z | [ host-image] Aug 21 21:30:47.199 INFO O| Aug 21 21:30:47.199 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8654 | 2024-08-21T21:30:48.551Z | [ host-image] Aug 21 21:30:47.199 INFO O| Aug 21 21:30:47.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8655 | 2024-08-21T21:30:48.554Z | [ host-image] Aug 21 21:30:47.199 INFO O| Aug 21 21:30:47.199 INFO STEP 3 (ensure_dir) COMPLETE |
8656 | 2024-08-21T21:30:48.554Z | [ host-image] Aug 21 21:30:47.199 INFO O| Aug 21 21:30:47.199 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8657 | 2024-08-21T21:30:48.561Z | [ host-image] Aug 21 21:30:47.209 INFO O| Aug 21 21:30:47.209 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8658 | 2024-08-21T21:30:48.561Z | [ host-image] Aug 21 21:30:47.209 INFO O| Aug 21 21:30:47.209 INFO STEP 4 (ensure_dir) COMPLETE |
8659 | 2024-08-21T21:30:48.564Z | [ host-image] Aug 21 21:30:47.209 INFO O| Aug 21 21:30:47.209 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8660 | 2024-08-21T21:30:48.573Z | [ host-image] Aug 21 21:30:47.219 INFO O| Aug 21 21:30:47.218 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8661 | 2024-08-21T21:30:48.573Z | [ host-image] Aug 21 21:30:47.219 INFO O| Aug 21 21:30:47.219 INFO STEP 5 (ensure_dir) COMPLETE |
8662 | 2024-08-21T21:30:48.573Z | [ host-image] Aug 21 21:30:47.219 INFO O| Aug 21 21:30:47.219 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8663 | 2024-08-21T21:30:48.580Z | [ host-image] Aug 21 21:30:47.228 INFO O| Aug 21 21:30:47.228 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8664 | 2024-08-21T21:30:48.580Z | [ host-image] Aug 21 21:30:47.228 INFO O| Aug 21 21:30:47.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8665 | 2024-08-21T21:30:48.583Z | [ host-image] Aug 21 21:30:47.228 INFO O| Aug 21 21:30:47.228 INFO STEP 6 (ensure_dir) COMPLETE |
8666 | 2024-08-21T21:30:48.583Z | [ host-image] Aug 21 21:30:47.228 INFO O| Aug 21 21:30:47.228 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8667 | 2024-08-21T21:30:48.589Z | [ host-image] Aug 21 21:30:47.237 INFO O| Aug 21 21:30:47.237 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8668 | 2024-08-21T21:30:48.593Z | [ host-image] Aug 21 21:30:47.237 INFO O| Aug 21 21:30:47.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8669 | 2024-08-21T21:30:48.593Z | [ host-image] Aug 21 21:30:47.237 INFO O| Aug 21 21:30:47.237 INFO STEP 7 (ensure_dir) COMPLETE |
8670 | 2024-08-21T21:30:48.593Z | [ host-image] Aug 21 21:30:47.237 INFO O| Aug 21 21:30:47.237 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8671 | 2024-08-21T21:30:48.601Z | [ host-image] Aug 21 21:30:47.247 INFO O| Aug 21 21:30:47.247 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8672 | 2024-08-21T21:30:48.604Z | [ host-image] Aug 21 21:30:47.247 INFO O| Aug 21 21:30:47.247 INFO STEP 8 (remove_files) COMPLETE |
8673 | 2024-08-21T21:30:48.604Z | [ host-image] Aug 21 21:30:47.247 INFO O| Aug 21 21:30:47.247 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8674 | 2024-08-21T21:30:48.609Z | [ host-image] Aug 21 21:30:47.256 INFO O| Aug 21 21:30:47.256 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8675 | 2024-08-21T21:30:48.612Z | [ host-image] Aug 21 21:30:47.257 INFO O| Aug 21 21:30:47.257 INFO STEP 9 (remove_files) COMPLETE |
8676 | 2024-08-21T21:30:48.612Z | [ host-image] Aug 21 21:30:47.257 INFO O| Aug 21 21:30:47.257 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8677 | 2024-08-21T21:30:48.619Z | [ host-image] Aug 21 21:30:47.267 INFO O| Aug 21 21:30:47.267 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8678 | 2024-08-21T21:30:48.622Z | [ host-image] Aug 21 21:30:47.267 INFO O| Aug 21 21:30:47.267 INFO STEP 10 (remove_files) COMPLETE |
8679 | 2024-08-21T21:30:48.622Z | [ host-image] Aug 21 21:30:47.267 INFO O| Aug 21 21:30:47.267 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8680 | 2024-08-21T21:30:48.629Z | [ host-image] Aug 21 21:30:47.277 INFO O| Aug 21 21:30:47.277 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8681 | 2024-08-21T21:30:48.629Z | [ host-image] Aug 21 21:30:47.277 INFO O| Aug 21 21:30:47.277 INFO STEP 11 (remove_files) COMPLETE |
8682 | 2024-08-21T21:30:48.634Z | [ host-image] Aug 21 21:30:47.277 INFO O| Aug 21 21:30:47.277 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8683 | 2024-08-21T21:30:48.638Z | [ host-image] Aug 21 21:30:47.286 INFO O| Aug 21 21:30:47.286 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8684 | 2024-08-21T21:30:48.638Z | [ host-image] Aug 21 21:30:47.286 INFO O| Aug 21 21:30:47.286 INFO STEP 12 (remove_files) COMPLETE |
8685 | 2024-08-21T21:30:48.641Z | [ host-image] Aug 21 21:30:47.286 INFO O| Aug 21 21:30:47.286 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8686 | 2024-08-21T21:30:48.648Z | [ host-image] Aug 21 21:30:47.296 INFO O| Aug 21 21:30:47.296 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8687 | 2024-08-21T21:30:48.648Z | [ host-image] Aug 21 21:30:47.296 INFO O| Aug 21 21:30:47.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8688 | 2024-08-21T21:30:48.651Z | [ host-image] Aug 21 21:30:47.296 INFO O| Aug 21 21:30:47.296 INFO STEP 13 (ensure_dir) COMPLETE |
8689 | 2024-08-21T21:30:48.651Z | [ host-image] Aug 21 21:30:47.296 INFO O| Aug 21 21:30:47.296 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8690 | 2024-08-21T21:30:48.657Z | [ host-image] Aug 21 21:30:47.305 INFO O| Aug 21 21:30:47.305 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8691 | 2024-08-21T21:30:48.657Z | [ host-image] Aug 21 21:30:47.305 INFO O| Aug 21 21:30:47.305 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8692 | 2024-08-21T21:30:48.661Z | [ host-image] Aug 21 21:30:47.305 INFO O| Aug 21 21:30:47.305 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8693 | 2024-08-21T21:30:48.661Z | [ host-image] Aug 21 21:30:47.305 INFO O| Aug 21 21:30:47.305 INFO STEP 14 (ensure_dir) COMPLETE |
8694 | 2024-08-21T21:30:48.661Z | [ host-image] Aug 21 21:30:47.305 INFO O| Aug 21 21:30:47.305 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8695 | 2024-08-21T21:30:48.667Z | [ host-image] Aug 21 21:30:47.315 INFO O| Aug 21 21:30:47.315 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8696 | 2024-08-21T21:30:48.667Z | [ host-image] Aug 21 21:30:47.315 INFO O| Aug 21 21:30:47.315 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8697 | 2024-08-21T21:30:48.670Z | [ host-image] Aug 21 21:30:47.315 INFO O| Aug 21 21:30:47.315 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8698 | 2024-08-21T21:30:48.670Z | [ host-image] Aug 21 21:30:47.315 INFO O| Aug 21 21:30:47.315 INFO STEP 15 (ensure_dir) COMPLETE |
8699 | 2024-08-21T21:30:48.670Z | [ host-image] Aug 21 21:30:47.315 INFO O| Aug 21 21:30:47.315 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8700 | 2024-08-21T21:30:48.676Z | [ host-image] Aug 21 21:30:47.324 INFO O| Aug 21 21:30:47.324 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8701 | 2024-08-21T21:30:48.680Z | [ host-image] Aug 21 21:30:47.324 INFO O| Aug 21 21:30:47.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8702 | 2024-08-21T21:30:48.680Z | [ host-image] Aug 21 21:30:47.324 INFO O| Aug 21 21:30:47.324 INFO STEP 16 (ensure_dir) COMPLETE |
8703 | 2024-08-21T21:30:48.680Z | [ host-image] Aug 21 21:30:47.324 INFO O| Aug 21 21:30:47.324 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8704 | 2024-08-21T21:30:48.687Z | [ host-image] Aug 21 21:30:47.334 INFO O| Aug 21 21:30:47.333 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8705 | 2024-08-21T21:30:48.687Z | [ host-image] Aug 21 21:30:47.334 INFO O| Aug 21 21:30:47.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8706 | 2024-08-21T21:30:48.690Z | [ host-image] Aug 21 21:30:47.334 INFO O| Aug 21 21:30:47.334 INFO STEP 17 (ensure_dir) COMPLETE |
8707 | 2024-08-21T21:30:48.690Z | [ host-image] Aug 21 21:30:47.334 INFO O| Aug 21 21:30:47.334 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8708 | 2024-08-21T21:30:48.695Z | [ host-image] Aug 21 21:30:47.343 INFO O| Aug 21 21:30:47.343 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8709 | 2024-08-21T21:30:48.695Z | [ host-image] Aug 21 21:30:47.343 INFO O| Aug 21 21:30:47.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8710 | 2024-08-21T21:30:48.695Z | [ host-image] Aug 21 21:30:47.343 INFO O| Aug 21 21:30:47.343 INFO ok! |
8711 | 2024-08-21T21:30:48.698Z | [ host-image] Aug 21 21:30:47.343 INFO O| Aug 21 21:30:47.343 INFO STEP 18 (ensure_symlink) COMPLETE |
8712 | 2024-08-21T21:30:48.698Z | [ host-image] Aug 21 21:30:47.343 INFO O| Aug 21 21:30:47.343 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8713 | 2024-08-21T21:30:48.705Z | [ host-image] Aug 21 21:30:47.352 INFO O| Aug 21 21:30:47.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8714 | 2024-08-21T21:30:48.705Z | [ host-image] Aug 21 21:30:47.352 INFO O| Aug 21 21:30:47.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8715 | 2024-08-21T21:30:48.705Z | [ host-image] Aug 21 21:30:47.352 INFO O| Aug 21 21:30:47.352 INFO ok! |
8716 | 2024-08-21T21:30:48.705Z | [ host-image] Aug 21 21:30:47.352 INFO O| Aug 21 21:30:47.352 INFO STEP 19 (ensure_file) COMPLETE |
8717 | 2024-08-21T21:30:48.710Z | [ host-image] Aug 21 21:30:47.352 INFO O| Aug 21 21:30:47.352 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8718 | 2024-08-21T21:30:48.714Z | [ host-image] Aug 21 21:30:47.362 INFO O| Aug 21 21:30:47.362 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8719 | 2024-08-21T21:30:48.714Z | [ host-image] Aug 21 21:30:47.362 INFO O| Aug 21 21:30:47.362 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8720 | 2024-08-21T21:30:48.716Z | [ host-image] Aug 21 21:30:47.362 INFO O| Aug 21 21:30:47.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8721 | 2024-08-21T21:30:48.716Z | [ host-image] Aug 21 21:30:47.362 INFO O| Aug 21 21:30:47.362 INFO ok! |
8722 | 2024-08-21T21:30:48.716Z | [ host-image] Aug 21 21:30:47.362 INFO O| Aug 21 21:30:47.362 INFO STEP 20 (ensure_symlink) COMPLETE |
8723 | 2024-08-21T21:30:48.716Z | [ host-image] Aug 21 21:30:47.362 INFO O| Aug 21 21:30:47.362 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8724 | 2024-08-21T21:30:48.724Z | [ host-image] Aug 21 21:30:47.372 INFO O| Aug 21 21:30:47.371 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8725 | 2024-08-21T21:30:48.724Z | [ host-image] Aug 21 21:30:47.372 INFO O| Aug 21 21:30:47.371 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8726 | 2024-08-21T21:30:48.726Z | [ host-image] Aug 21 21:30:47.372 INFO O| Aug 21 21:30:47.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8727 | 2024-08-21T21:30:48.726Z | [ host-image] Aug 21 21:30:47.372 INFO O| Aug 21 21:30:47.372 INFO ok! |
8728 | 2024-08-21T21:30:48.726Z | [ host-image] Aug 21 21:30:47.372 INFO O| Aug 21 21:30:47.372 INFO STEP 21 (ensure_symlink) COMPLETE |
8729 | 2024-08-21T21:30:48.726Z | [ host-image] Aug 21 21:30:47.372 INFO O| Aug 21 21:30:47.372 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8730 | 2024-08-21T21:30:48.733Z | [ host-image] Aug 21 21:30:47.381 INFO O| Aug 21 21:30:47.381 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8731 | 2024-08-21T21:30:48.735Z | [ host-image] Aug 21 21:30:47.381 INFO O| Aug 21 21:30:47.381 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8732 | 2024-08-21T21:30:48.735Z | [ host-image] Aug 21 21:30:47.381 INFO O| Aug 21 21:30:47.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8733 | 2024-08-21T21:30:48.736Z | [ host-image] Aug 21 21:30:47.381 INFO O| Aug 21 21:30:47.381 INFO ok! |
8734 | 2024-08-21T21:30:48.736Z | [ host-image] Aug 21 21:30:47.381 INFO O| Aug 21 21:30:47.381 INFO STEP 22 (ensure_symlink) COMPLETE |
8735 | 2024-08-21T21:30:48.736Z | [ host-image] Aug 21 21:30:47.381 INFO O| Aug 21 21:30:47.381 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8736 | 2024-08-21T21:30:48.742Z | [ host-image] Aug 21 21:30:47.390 INFO O| Aug 21 21:30:47.390 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8737 | 2024-08-21T21:30:48.743Z | [ host-image] Aug 21 21:30:47.390 INFO O| Aug 21 21:30:47.390 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8738 | 2024-08-21T21:30:48.745Z | [ host-image] Aug 21 21:30:47.390 INFO O| Aug 21 21:30:47.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8739 | 2024-08-21T21:30:48.745Z | [ host-image] Aug 21 21:30:47.390 INFO O| Aug 21 21:30:47.390 INFO ok! |
8740 | 2024-08-21T21:30:48.745Z | [ host-image] Aug 21 21:30:47.391 INFO O| Aug 21 21:30:47.390 INFO STEP 23 (ensure_symlink) COMPLETE |
8741 | 2024-08-21T21:30:48.745Z | [ host-image] Aug 21 21:30:47.391 INFO O| Aug 21 21:30:47.390 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8742 | 2024-08-21T21:30:48.752Z | [ host-image] Aug 21 21:30:47.400 INFO O| Aug 21 21:30:47.400 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8743 | 2024-08-21T21:30:48.752Z | [ host-image] Aug 21 21:30:47.400 INFO O| Aug 21 21:30:47.400 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8744 | 2024-08-21T21:30:48.754Z | [ host-image] Aug 21 21:30:47.400 INFO O| Aug 21 21:30:47.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8745 | 2024-08-21T21:30:48.754Z | [ host-image] Aug 21 21:30:47.400 INFO O| Aug 21 21:30:47.400 INFO ok! |
8746 | 2024-08-21T21:30:48.754Z | [ host-image] Aug 21 21:30:47.400 INFO O| Aug 21 21:30:47.400 INFO STEP 24 (ensure_file) COMPLETE |
8747 | 2024-08-21T21:30:48.755Z | [ host-image] Aug 21 21:30:47.400 INFO O| Aug 21 21:30:47.400 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8748 | 2024-08-21T21:30:48.762Z | [ host-image] Aug 21 21:30:47.410 INFO O| Aug 21 21:30:47.410 INFO updating shadow file |
8749 | 2024-08-21T21:30:48.765Z | [ host-image] Aug 21 21:30:47.410 INFO O| Aug 21 21:30:47.410 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8750 | 2024-08-21T21:30:48.765Z | [ host-image] Aug 21 21:30:47.410 INFO O| Aug 21 21:30:47.410 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8751 | 2024-08-21T21:30:48.765Z | [ host-image] Aug 21 21:30:47.410 INFO O| Aug 21 21:30:47.410 INFO STEP 25 (shadow) COMPLETE |
8752 | 2024-08-21T21:30:48.765Z | [ host-image] Aug 21 21:30:47.410 INFO O| Aug 21 21:30:47.410 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8753 | 2024-08-21T21:30:48.772Z | [ host-image] Aug 21 21:30:47.419 INFO O| Aug 21 21:30:47.419 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8754 | 2024-08-21T21:30:48.772Z | [ host-image] Aug 21 21:30:47.419 INFO O| Aug 21 21:30:47.419 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8755 | 2024-08-21T21:30:48.774Z | [ host-image] Aug 21 21:30:47.420 INFO O| Aug 21 21:30:47.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8756 | 2024-08-21T21:30:48.775Z | [ host-image] Aug 21 21:30:47.420 INFO O| Aug 21 21:30:47.420 INFO ok! |
8757 | 2024-08-21T21:30:48.775Z | [ host-image] Aug 21 21:30:47.420 INFO O| Aug 21 21:30:47.420 INFO STEP 26 (ensure_file) COMPLETE |
8758 | 2024-08-21T21:30:48.775Z | [ host-image] Aug 21 21:30:47.420 INFO O| Aug 21 21:30:47.420 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8759 | 2024-08-21T21:30:48.781Z | [ host-image] Aug 21 21:30:47.429 INFO O| Aug 21 21:30:47.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8760 | 2024-08-21T21:30:48.781Z | [ host-image] Aug 21 21:30:47.429 INFO O| Aug 21 21:30:47.429 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8761 | 2024-08-21T21:30:48.785Z | [ host-image] Aug 21 21:30:47.429 INFO O| Aug 21 21:30:47.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8762 | 2024-08-21T21:30:48.785Z | [ host-image] Aug 21 21:30:47.429 INFO O| Aug 21 21:30:47.429 INFO ok! |
8763 | 2024-08-21T21:30:48.785Z | [ host-image] Aug 21 21:30:47.429 INFO O| Aug 21 21:30:47.429 INFO STEP 27 (ensure_file) COMPLETE |
8764 | 2024-08-21T21:30:48.785Z | [ host-image] Aug 21 21:30:47.429 INFO O| Aug 21 21:30:47.429 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8765 | 2024-08-21T21:30:48.790Z | [ host-image] Aug 21 21:30:47.438 INFO O| Aug 21 21:30:47.438 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8766 | 2024-08-21T21:30:48.791Z | [ host-image] Aug 21 21:30:47.438 INFO O| Aug 21 21:30:47.438 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8767 | 2024-08-21T21:30:48.793Z | [ host-image] Aug 21 21:30:47.439 INFO O| Aug 21 21:30:47.439 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8768 | 2024-08-21T21:30:48.793Z | [ host-image] Aug 21 21:30:47.439 INFO O| Aug 21 21:30:47.439 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8769 | 2024-08-21T21:30:48.793Z | [ host-image] Aug 21 21:30:47.439 INFO O| Aug 21 21:30:47.439 INFO ok! |
8770 | 2024-08-21T21:30:48.793Z | [ host-image] Aug 21 21:30:47.439 INFO O| Aug 21 21:30:47.439 INFO STEP 28 (ensure_file) COMPLETE |
8771 | 2024-08-21T21:30:48.793Z | [ host-image] Aug 21 21:30:47.439 INFO O| Aug 21 21:30:47.439 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8772 | 2024-08-21T21:30:48.800Z | [ host-image] Aug 21 21:30:47.448 INFO O| Aug 21 21:30:47.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8773 | 2024-08-21T21:30:48.800Z | [ host-image] Aug 21 21:30:47.448 INFO O| Aug 21 21:30:47.448 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8774 | 2024-08-21T21:30:48.803Z | [ host-image] Aug 21 21:30:47.448 INFO O| Aug 21 21:30:47.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8775 | 2024-08-21T21:30:48.803Z | [ host-image] Aug 21 21:30:47.448 INFO O| Aug 21 21:30:47.448 INFO ok! |
8776 | 2024-08-21T21:30:48.803Z | [ host-image] Aug 21 21:30:47.448 INFO O| Aug 21 21:30:47.448 INFO STEP 29 (ensure_file) COMPLETE |
8777 | 2024-08-21T21:30:48.803Z | [ host-image] Aug 21 21:30:47.448 INFO O| Aug 21 21:30:47.448 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8778 | 2024-08-21T21:30:48.810Z | [ host-image] Aug 21 21:30:47.458 INFO O| Aug 21 21:30:47.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8779 | 2024-08-21T21:30:48.810Z | [ host-image] Aug 21 21:30:47.458 INFO O| Aug 21 21:30:47.458 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8780 | 2024-08-21T21:30:48.813Z | [ host-image] Aug 21 21:30:47.458 INFO O| Aug 21 21:30:47.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8781 | 2024-08-21T21:30:48.813Z | [ host-image] Aug 21 21:30:47.458 INFO O| Aug 21 21:30:47.458 INFO ok! |
8782 | 2024-08-21T21:30:48.813Z | [ host-image] Aug 21 21:30:47.458 INFO O| Aug 21 21:30:47.458 INFO STEP 30 (ensure_file) COMPLETE |
8783 | 2024-08-21T21:30:48.813Z | [ host-image] Aug 21 21:30:47.458 INFO O| Aug 21 21:30:47.458 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8784 | 2024-08-21T21:30:48.824Z | [ host-image] Aug 21 21:30:47.468 INFO O| Aug 21 21:30:47.467 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8785 | 2024-08-21T21:30:48.824Z | [ host-image] Aug 21 21:30:47.468 INFO O| Aug 21 21:30:47.468 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8786 | 2024-08-21T21:30:48.828Z | [ host-image] Aug 21 21:30:47.468 INFO O| Aug 21 21:30:47.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8787 | 2024-08-21T21:30:48.828Z | [ host-image] Aug 21 21:30:47.468 INFO O| Aug 21 21:30:47.468 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8788 | 2024-08-21T21:30:48.828Z | [ host-image] Aug 21 21:30:47.468 INFO O| Aug 21 21:30:47.468 INFO ok! |
8789 | 2024-08-21T21:30:48.828Z | [ host-image] Aug 21 21:30:47.468 INFO O| Aug 21 21:30:47.468 INFO STEP 31 (ensure_file) COMPLETE |
8790 | 2024-08-21T21:30:48.828Z | [ host-image] Aug 21 21:30:47.468 INFO O| Aug 21 21:30:47.468 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8791 | 2024-08-21T21:30:48.830Z | [ host-image] Aug 21 21:30:47.477 INFO O| Aug 21 21:30:47.477 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8792 | 2024-08-21T21:30:48.831Z | [ host-image] Aug 21 21:30:47.477 INFO O| Aug 21 21:30:47.477 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8793 | 2024-08-21T21:30:48.831Z | [ host-image] Aug 21 21:30:47.477 INFO O| Aug 21 21:30:47.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8794 | 2024-08-21T21:30:48.831Z | [ host-image] Aug 21 21:30:47.477 INFO O| Aug 21 21:30:47.477 INFO ok! |
8795 | 2024-08-21T21:30:48.831Z | [ host-image] Aug 21 21:30:47.477 INFO O| Aug 21 21:30:47.477 INFO STEP 32 (ensure_file) COMPLETE |
8796 | 2024-08-21T21:30:48.831Z | [ host-image] Aug 21 21:30:47.477 INFO O| Aug 21 21:30:47.477 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8797 | 2024-08-21T21:30:48.839Z | [ host-image] Aug 21 21:30:47.486 INFO O| Aug 21 21:30:47.486 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8798 | 2024-08-21T21:30:48.839Z | [ host-image] Aug 21 21:30:47.486 INFO O| Aug 21 21:30:47.486 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8799 | 2024-08-21T21:30:48.843Z | [ host-image] Aug 21 21:30:47.487 INFO O| Aug 21 21:30:47.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8800 | 2024-08-21T21:30:48.843Z | [ host-image] Aug 21 21:30:47.487 INFO O| Aug 21 21:30:47.487 INFO ok! |
8801 | 2024-08-21T21:30:48.843Z | [ host-image] Aug 21 21:30:47.487 INFO O| Aug 21 21:30:47.487 INFO STEP 33 (ensure_file) COMPLETE |
8802 | 2024-08-21T21:30:48.843Z | [ host-image] Aug 21 21:30:47.487 INFO O| Aug 21 21:30:47.487 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8803 | 2024-08-21T21:30:48.848Z | [ host-image] Aug 21 21:30:47.496 INFO O| Aug 21 21:30:47.496 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8804 | 2024-08-21T21:30:48.848Z | [ host-image] Aug 21 21:30:47.496 INFO O| Aug 21 21:30:47.496 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8805 | 2024-08-21T21:30:48.851Z | [ host-image] Aug 21 21:30:47.496 INFO O| Aug 21 21:30:47.496 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8806 | 2024-08-21T21:30:48.851Z | [ host-image] Aug 21 21:30:47.496 INFO O| Aug 21 21:30:47.496 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8807 | 2024-08-21T21:30:48.851Z | [ host-image] Aug 21 21:30:47.496 INFO O| Aug 21 21:30:47.496 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8808 | 2024-08-21T21:30:48.851Z | [ host-image] Aug 21 21:30:47.496 INFO O| Aug 21 21:30:47.496 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8809 | 2024-08-21T21:30:48.851Z | [ host-image] Aug 21 21:30:47.496 INFO O| Aug 21 21:30:47.496 INFO ok! |
8810 | 2024-08-21T21:30:48.851Z | [ host-image] Aug 21 21:30:47.496 INFO O| Aug 21 21:30:47.496 INFO STEP 34 (ensure_file) COMPLETE |
8811 | 2024-08-21T21:30:48.851Z | [ host-image] Aug 21 21:30:47.496 INFO O| Aug 21 21:30:47.496 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8812 | 2024-08-21T21:30:48.857Z | [ host-image] Aug 21 21:30:47.505 INFO O| Aug 21 21:30:47.505 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8813 | 2024-08-21T21:30:48.860Z | [ host-image] Aug 21 21:30:47.505 INFO O| Aug 21 21:30:47.505 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8814 | 2024-08-21T21:30:48.860Z | [ host-image] Aug 21 21:30:47.505 INFO O| Aug 21 21:30:47.505 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8815 | 2024-08-21T21:30:48.860Z | [ host-image] Aug 21 21:30:47.505 INFO O| Aug 21 21:30:47.505 INFO STEP 35 (ensure_dir) COMPLETE |
8816 | 2024-08-21T21:30:48.860Z | [ host-image] Aug 21 21:30:47.505 INFO O| Aug 21 21:30:47.505 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8817 | 2024-08-21T21:30:48.867Z | [ host-image] Aug 21 21:30:47.515 INFO O| Aug 21 21:30:47.515 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 |
8818 | 2024-08-21T21:30:48.867Z | [ host-image] Aug 21 21:30:47.515 INFO O| Aug 21 21:30:47.515 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 ... |
8819 | 2024-08-21T21:30:48.869Z | [ host-image] Aug 21 21:30:47.515 INFO O| Aug 21 21:30:47.515 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 |
8820 | 2024-08-21T21:30:48.869Z | [ host-image] Aug 21 21:30:47.515 INFO O| Aug 21 21:30:47.515 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 |
8821 | 2024-08-21T21:30:48.869Z | [ host-image] Aug 21 21:30:47.515 INFO O| Aug 21 21:30:47.515 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 |
8822 | 2024-08-21T21:30:48.869Z | [ host-image] Aug 21 21:30:47.515 INFO O| Aug 21 21:30:47.515 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 |
8823 | 2024-08-21T21:30:48.870Z | [ host-image] Aug 21 21:30:47.515 INFO O| Aug 21 21:30:47.515 INFO ok! |
8824 | 2024-08-21T21:30:48.870Z | [ host-image] Aug 21 21:30:47.515 INFO O| Aug 21 21:30:47.515 INFO STEP 36 (ensure_file) COMPLETE |
8825 | 2024-08-21T21:30:48.870Z | [ host-image] Aug 21 21:30:47.515 INFO O| Aug 21 21:30:47.515 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8826 | 2024-08-21T21:30:48.876Z | [ host-image] Aug 21 21:30:47.524 INFO O| Aug 21 21:30:47.524 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8827 | 2024-08-21T21:30:48.876Z | [ host-image] Aug 21 21:30:47.524 INFO O| Aug 21 21:30:47.524 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 ... |
8828 | 2024-08-21T21:30:48.876Z | [ host-image] Aug 21 21:30:47.524 INFO O| Aug 21 21:30:47.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8829 | 2024-08-21T21:30:48.879Z | [ host-image] Aug 21 21:30:47.524 INFO O| Aug 21 21:30:47.524 INFO ok! |
8830 | 2024-08-21T21:30:48.879Z | [ host-image] Aug 21 21:30:47.524 INFO O| Aug 21 21:30:47.524 INFO STEP 37 (ensure_symlink) COMPLETE |
8831 | 2024-08-21T21:30:48.879Z | [ host-image] Aug 21 21:30:47.524 INFO O| Aug 21 21:30:47.524 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8832 | 2024-08-21T21:30:48.886Z | [ host-image] Aug 21 21:30:47.534 INFO O| Aug 21 21:30:47.534 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8833 | 2024-08-21T21:30:48.886Z | [ host-image] Aug 21 21:30:47.534 INFO O| Aug 21 21:30:47.534 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8834 | 2024-08-21T21:30:48.889Z | [ host-image] Aug 21 21:30:47.534 INFO O| Aug 21 21:30:47.534 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8835 | 2024-08-21T21:30:48.889Z | [ host-image] Aug 21 21:30:47.534 INFO O| Aug 21 21:30:47.534 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8836 | 2024-08-21T21:30:48.889Z | [ host-image] Aug 21 21:30:47.534 INFO O| Aug 21 21:30:47.534 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8837 | 2024-08-21T21:30:48.889Z | [ host-image] Aug 21 21:30:47.534 INFO O| Aug 21 21:30:47.534 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8838 | 2024-08-21T21:30:48.889Z | [ host-image] Aug 21 21:30:47.534 INFO O| Aug 21 21:30:47.534 INFO ok! |
8839 | 2024-08-21T21:30:48.889Z | [ host-image] Aug 21 21:30:47.534 INFO O| Aug 21 21:30:47.534 INFO STEP 38 (ensure_file) COMPLETE |
8840 | 2024-08-21T21:30:48.889Z | [ host-image] Aug 21 21:30:47.534 INFO O| Aug 21 21:30:47.534 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8841 | 2024-08-21T21:30:48.896Z | [ host-image] Aug 21 21:30:47.544 INFO O| Aug 21 21:30:47.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8842 | 2024-08-21T21:30:48.896Z | [ host-image] Aug 21 21:30:47.544 INFO O| Aug 21 21:30:47.544 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 ... |
8843 | 2024-08-21T21:30:48.899Z | [ host-image] Aug 21 21:30:47.544 INFO O| Aug 21 21:30:47.544 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 |
8844 | 2024-08-21T21:30:48.899Z | [ host-image] Aug 21 21:30:47.544 INFO O| Aug 21 21:30:47.544 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8845 | 2024-08-21T21:30:48.899Z | [ host-image] Aug 21 21:30:47.544 INFO O| Aug 21 21:30:47.544 INFO ok! |
8846 | 2024-08-21T21:30:48.899Z | [ host-image] Aug 21 21:30:47.544 INFO O| Aug 21 21:30:47.544 INFO STEP 39 (ensure_file) COMPLETE |
8847 | 2024-08-21T21:30:48.899Z | [ host-image] Aug 21 21:30:47.544 INFO O| Aug 21 21:30:47.544 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8848 | 2024-08-21T21:30:48.906Z | [ host-image] Aug 21 21:30:47.553 INFO O| Aug 21 21:30:47.553 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8849 | 2024-08-21T21:30:48.909Z | [ host-image] Aug 21 21:30:47.553 INFO O| Aug 21 21:30:47.553 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8850 | 2024-08-21T21:30:48.910Z | [ host-image] Aug 21 21:30:47.554 INFO O| Aug 21 21:30:47.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8851 | 2024-08-21T21:30:48.910Z | [ host-image] Aug 21 21:30:47.554 INFO O| Aug 21 21:30:47.554 INFO ok! |
8852 | 2024-08-21T21:30:48.910Z | [ host-image] Aug 21 21:30:47.554 INFO O| Aug 21 21:30:47.554 INFO STEP 40 (ensure_file) COMPLETE |
8853 | 2024-08-21T21:30:48.910Z | [ host-image] Aug 21 21:30:47.554 INFO O| Aug 21 21:30:47.554 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8854 | 2024-08-21T21:30:48.917Z | [ host-image] Aug 21 21:30:47.563 INFO O| Aug 21 21:30:47.563 INFO updating shadow file |
8855 | 2024-08-21T21:30:48.920Z | [ host-image] Aug 21 21:30:47.563 INFO O| Aug 21 21:30:47.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8856 | 2024-08-21T21:30:48.920Z | [ host-image] Aug 21 21:30:47.563 INFO O| Aug 21 21:30:47.563 INFO STEP 41 (shadow) COMPLETE |
8857 | 2024-08-21T21:30:48.920Z | [ host-image] Aug 21 21:30:47.563 INFO O| Aug 21 21:30:47.563 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8858 | 2024-08-21T21:30:48.925Z | [ host-image] Aug 21 21:30:47.573 INFO O| Aug 21 21:30:47.573 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8859 | 2024-08-21T21:30:48.928Z | [ host-image] Aug 21 21:30:47.573 INFO O| Aug 21 21:30:47.573 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8860 | 2024-08-21T21:30:48.928Z | [ host-image] Aug 21 21:30:47.573 INFO O| Aug 21 21:30:47.573 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8861 | 2024-08-21T21:30:48.928Z | [ host-image] Aug 21 21:30:47.573 INFO O| Aug 21 21:30:47.573 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8862 | 2024-08-21T21:30:48.928Z | [ host-image] Aug 21 21:30:47.573 INFO O| Aug 21 21:30:47.573 INFO ok! |
8863 | 2024-08-21T21:30:48.928Z | [ host-image] Aug 21 21:30:47.573 INFO O| Aug 21 21:30:47.573 INFO STEP 42 (ensure_file) COMPLETE |
8864 | 2024-08-21T21:30:48.928Z | [ host-image] Aug 21 21:30:47.573 INFO O| Aug 21 21:30:47.573 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8865 | 2024-08-21T21:30:48.928Z | [ host-image] Aug 21 21:30:47.573 INFO O| Aug 21 21:30:47.573 INFO skip step because feature "mfg" is not enabled |
8866 | 2024-08-21T21:30:48.928Z | [ host-image] Aug 21 21:30:47.573 INFO O| Aug 21 21:30:47.573 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8867 | 2024-08-21T21:30:48.928Z | [ host-image] Aug 21 21:30:47.573 INFO O| Aug 21 21:30:47.573 INFO skip step because feature "mfg" is not enabled |
8868 | 2024-08-21T21:30:48.928Z | [ host-image] Aug 21 21:30:47.573 INFO O| Aug 21 21:30:47.573 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8869 | 2024-08-21T21:30:48.935Z | [ host-image] Aug 21 21:30:47.583 INFO O| Aug 21 21:30:47.583 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8870 | 2024-08-21T21:30:48.935Z | [ host-image] Aug 21 21:30:47.583 INFO O| Aug 21 21:30:47.583 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8871 | 2024-08-21T21:30:49.649Z | [ host-image] Aug 21 21:30:48.297 INFO O| Aug 21 21:30:48.297 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8872 | 2024-08-21T21:30:49.649Z | [ host-image] Aug 21 21:30:48.297 INFO O| Aug 21 21:30:48.297 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8873 | 2024-08-21T21:30:49.652Z | [ host-image] Aug 21 21:30:48.297 INFO O| Aug 21 21:30:48.297 INFO ok! |
8874 | 2024-08-21T21:30:49.652Z | [ host-image] Aug 21 21:30:48.297 INFO O| Aug 21 21:30:48.297 INFO STEP 45 (ensure_file) COMPLETE |
8875 | 2024-08-21T21:30:49.652Z | [ host-image] Aug 21 21:30:48.297 INFO O| Aug 21 21:30:48.297 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8876 | 2024-08-21T21:30:49.661Z | [ host-image] Aug 21 21:30:48.309 INFO O| Aug 21 21:30:48.309 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8877 | 2024-08-21T21:30:49.661Z | [ host-image] Aug 21 21:30:48.309 INFO O| Aug 21 21:30:48.309 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8878 | 2024-08-21T21:30:49.664Z | [ host-image] Aug 21 21:30:48.309 INFO O| Aug 21 21:30:48.309 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8879 | 2024-08-21T21:30:49.664Z | [ host-image] Aug 21 21:30:48.309 INFO O| Aug 21 21:30:48.309 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8880 | 2024-08-21T21:30:49.664Z | [ host-image] Aug 21 21:30:48.309 INFO O| Aug 21 21:30:48.309 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8881 | 2024-08-21T21:30:49.664Z | [ host-image] Aug 21 21:30:48.309 INFO O| Aug 21 21:30:48.309 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8882 | 2024-08-21T21:30:49.664Z | [ host-image] Aug 21 21:30:48.309 INFO O| Aug 21 21:30:48.309 INFO ok! |
8883 | 2024-08-21T21:30:49.664Z | [ host-image] Aug 21 21:30:48.309 INFO O| Aug 21 21:30:48.309 INFO STEP 46 (ensure_file) COMPLETE |
8884 | 2024-08-21T21:30:49.664Z | [ host-image] Aug 21 21:30:48.309 INFO O| Aug 21 21:30:48.309 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8885 | 2024-08-21T21:30:49.674Z | [ host-image] Aug 21 21:30:48.322 INFO O| Aug 21 21:30:48.321 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8886 | 2024-08-21T21:30:49.674Z | [ host-image] Aug 21 21:30:48.322 INFO O| Aug 21 21:30:48.322 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 ... |
8887 | 2024-08-21T21:30:49.677Z | [ host-image] Aug 21 21:30:48.322 INFO O| Aug 21 21:30:48.322 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 |
8888 | 2024-08-21T21:30:49.677Z | [ host-image] Aug 21 21:30:48.322 INFO O| Aug 21 21:30:48.322 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8889 | 2024-08-21T21:30:49.677Z | [ host-image] Aug 21 21:30:48.322 INFO O| Aug 21 21:30:48.322 INFO ok! |
8890 | 2024-08-21T21:30:49.677Z | [ host-image] Aug 21 21:30:48.322 INFO O| Aug 21 21:30:48.322 INFO STEP 47 (ensure_file) COMPLETE |
8891 | 2024-08-21T21:30:49.677Z | [ host-image] Aug 21 21:30:48.322 INFO O| Aug 21 21:30:48.322 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8892 | 2024-08-21T21:30:49.684Z | [ host-image] Aug 21 21:30:48.332 INFO O| Aug 21 21:30:48.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8893 | 2024-08-21T21:30:49.684Z | [ host-image] Aug 21 21:30:48.332 INFO O| Aug 21 21:30:48.332 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8894 | 2024-08-21T21:30:49.687Z | [ host-image] Aug 21 21:30:48.332 INFO O| Aug 21 21:30:48.332 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8895 | 2024-08-21T21:30:49.687Z | [ host-image] Aug 21 21:30:48.332 INFO O| Aug 21 21:30:48.332 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8896 | 2024-08-21T21:30:49.688Z | [ host-image] Aug 21 21:30:48.332 INFO O| Aug 21 21:30:48.332 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8897 | 2024-08-21T21:30:49.688Z | [ host-image] Aug 21 21:30:48.332 INFO O| Aug 21 21:30:48.332 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8898 | 2024-08-21T21:30:49.688Z | [ host-image] Aug 21 21:30:48.332 INFO O| Aug 21 21:30:48.332 INFO ok! |
8899 | 2024-08-21T21:30:49.688Z | [ host-image] Aug 21 21:30:48.332 INFO O| Aug 21 21:30:48.332 INFO STEP 48 (ensure_file) COMPLETE |
8900 | 2024-08-21T21:30:49.688Z | [ host-image] Aug 21 21:30:48.332 INFO O| Aug 21 21:30:48.332 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8901 | 2024-08-21T21:30:49.694Z | [ host-image] Aug 21 21:30:48.342 INFO O| Aug 21 21:30:48.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8902 | 2024-08-21T21:30:49.694Z | [ host-image] Aug 21 21:30:48.342 INFO O| Aug 21 21:30:48.342 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 ... |
8903 | 2024-08-21T21:30:49.694Z | [ host-image] Aug 21 21:30:48.342 INFO O| Aug 21 21:30:48.342 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 |
8904 | 2024-08-21T21:30:49.697Z | [ host-image] Aug 21 21:30:48.342 INFO O| Aug 21 21:30:48.342 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8905 | 2024-08-21T21:30:49.697Z | [ host-image] Aug 21 21:30:48.342 INFO O| Aug 21 21:30:48.342 INFO ok! |
8906 | 2024-08-21T21:30:49.697Z | [ host-image] Aug 21 21:30:48.342 INFO O| Aug 21 21:30:48.342 INFO STEP 49 (ensure_file) COMPLETE |
8907 | 2024-08-21T21:30:49.697Z | [ host-image] Aug 21 21:30:48.342 INFO O| Aug 21 21:30:48.342 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8908 | 2024-08-21T21:30:49.704Z | [ host-image] Aug 21 21:30:48.352 INFO O| Aug 21 21:30:48.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8909 | 2024-08-21T21:30:49.705Z | [ host-image] Aug 21 21:30:48.352 INFO O| Aug 21 21:30:48.352 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8910 | 2024-08-21T21:30:49.707Z | [ host-image] Aug 21 21:30:48.352 INFO O| Aug 21 21:30:48.352 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8911 | 2024-08-21T21:30:49.707Z | [ host-image] Aug 21 21:30:48.352 INFO O| Aug 21 21:30:48.352 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8912 | 2024-08-21T21:30:49.707Z | [ host-image] Aug 21 21:30:48.352 INFO O| Aug 21 21:30:48.352 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8913 | 2024-08-21T21:30:49.708Z | [ host-image] Aug 21 21:30:48.352 INFO O| Aug 21 21:30:48.352 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8914 | 2024-08-21T21:30:49.708Z | [ host-image] Aug 21 21:30:48.352 INFO O| Aug 21 21:30:48.352 INFO ok! |
8915 | 2024-08-21T21:30:49.708Z | [ host-image] Aug 21 21:30:48.352 INFO O| Aug 21 21:30:48.352 INFO STEP 50 (ensure_file) COMPLETE |
8916 | 2024-08-21T21:30:49.708Z | [ host-image] Aug 21 21:30:48.352 INFO O| Aug 21 21:30:48.352 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8917 | 2024-08-21T21:30:49.714Z | [ host-image] Aug 21 21:30:48.362 INFO O| Aug 21 21:30:48.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8918 | 2024-08-21T21:30:49.714Z | [ host-image] Aug 21 21:30:48.362 INFO O| Aug 21 21:30:48.362 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 ... |
8919 | 2024-08-21T21:30:49.717Z | [ host-image] Aug 21 21:30:48.362 INFO O| Aug 21 21:30:48.362 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 |
8920 | 2024-08-21T21:30:49.717Z | [ host-image] Aug 21 21:30:48.362 INFO O| Aug 21 21:30:48.362 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8921 | 2024-08-21T21:30:49.717Z | [ host-image] Aug 21 21:30:48.362 INFO O| Aug 21 21:30:48.362 INFO ok! |
8922 | 2024-08-21T21:30:49.717Z | [ host-image] Aug 21 21:30:48.362 INFO O| Aug 21 21:30:48.362 INFO STEP 51 (ensure_file) COMPLETE |
8923 | 2024-08-21T21:30:49.717Z | [ host-image] Aug 21 21:30:48.362 INFO O| Aug 21 21:30:48.362 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8924 | 2024-08-21T21:30:49.727Z | [ host-image] Aug 21 21:30:48.375 INFO O| Aug 21 21:30:48.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8925 | 2024-08-21T21:30:49.727Z | [ host-image] Aug 21 21:30:48.375 INFO O| Aug 21 21:30:48.375 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 ... |
8926 | 2024-08-21T21:30:49.730Z | [ host-image] Aug 21 21:30:48.375 INFO O| Aug 21 21:30:48.375 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 |
8927 | 2024-08-21T21:30:49.730Z | [ host-image] Aug 21 21:30:48.375 INFO O| Aug 21 21:30:48.375 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8928 | 2024-08-21T21:30:49.730Z | [ host-image] Aug 21 21:30:48.375 INFO O| Aug 21 21:30:48.375 INFO ok! |
8929 | 2024-08-21T21:30:49.730Z | [ host-image] Aug 21 21:30:48.375 INFO O| Aug 21 21:30:48.375 INFO STEP 52 (ensure_file) COMPLETE |
8930 | 2024-08-21T21:30:49.730Z | [ host-image] Aug 21 21:30:48.375 INFO O| Aug 21 21:30:48.375 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8931 | 2024-08-21T21:30:49.741Z | [ host-image] Aug 21 21:30:48.389 INFO O| Aug 21 21:30:48.389 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8932 | 2024-08-21T21:30:49.741Z | [ host-image] Aug 21 21:30:48.389 INFO O| Aug 21 21:30:48.389 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 ... |
8933 | 2024-08-21T21:30:49.741Z | [ host-image] Aug 21 21:30:48.389 INFO O| Aug 21 21:30:48.389 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 |
8934 | 2024-08-21T21:30:49.745Z | [ host-image] Aug 21 21:30:48.389 INFO O| Aug 21 21:30:48.389 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8935 | 2024-08-21T21:30:49.745Z | [ host-image] Aug 21 21:30:48.389 INFO O| Aug 21 21:30:48.389 INFO ok! |
8936 | 2024-08-21T21:30:49.745Z | [ host-image] Aug 21 21:30:48.389 INFO O| Aug 21 21:30:48.389 INFO STEP 53 (ensure_file) COMPLETE |
8937 | 2024-08-21T21:30:49.745Z | [ host-image] Aug 21 21:30:48.389 INFO O| Aug 21 21:30:48.389 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8938 | 2024-08-21T21:30:49.752Z | [ host-image] Aug 21 21:30:48.399 INFO O| Aug 21 21:30:48.399 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8939 | 2024-08-21T21:30:49.752Z | [ host-image] Aug 21 21:30:48.400 INFO O| Aug 21 21:30:48.399 INFO STEP 54 (ensure_dir) COMPLETE |
8940 | 2024-08-21T21:30:49.755Z | [ host-image] Aug 21 21:30:48.400 INFO O| Aug 21 21:30:48.399 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8941 | 2024-08-21T21:30:49.762Z | [ host-image] Aug 21 21:30:48.409 INFO O| Aug 21 21:30:48.409 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8942 | 2024-08-21T21:30:49.762Z | [ host-image] Aug 21 21:30:48.409 INFO O| Aug 21 21:30:48.409 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8943 | 2024-08-21T21:30:49.762Z | [ host-image] Aug 21 21:30:48.409 INFO O| Aug 21 21:30:48.409 INFO STEP 55 (ensure_dir) COMPLETE |
8944 | 2024-08-21T21:30:49.762Z | [ host-image] Aug 21 21:30:48.409 INFO O| Aug 21 21:30:48.409 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8945 | 2024-08-21T21:30:49.772Z | [ host-image] Aug 21 21:30:48.419 INFO O| Aug 21 21:30:48.419 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8946 | 2024-08-21T21:30:49.772Z | [ host-image] Aug 21 21:30:48.419 INFO O| Aug 21 21:30:48.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8947 | 2024-08-21T21:30:49.772Z | [ host-image] Aug 21 21:30:48.419 INFO O| Aug 21 21:30:48.419 INFO STEP 56 (ensure_dir) COMPLETE |
8948 | 2024-08-21T21:30:49.772Z | [ host-image] Aug 21 21:30:48.419 INFO O| Aug 21 21:30:48.419 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8949 | 2024-08-21T21:30:49.781Z | [ host-image] Aug 21 21:30:48.429 INFO O| Aug 21 21:30:48.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8950 | 2024-08-21T21:30:49.782Z | [ host-image] Aug 21 21:30:48.429 INFO O| Aug 21 21:30:48.429 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8951 | 2024-08-21T21:30:49.796Z | [ host-image] Aug 21 21:30:48.444 INFO O| Aug 21 21:30:48.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8952 | 2024-08-21T21:30:49.797Z | [ host-image] Aug 21 21:30:48.444 INFO O| Aug 21 21:30:48.444 INFO ok! |
8953 | 2024-08-21T21:30:49.800Z | [ host-image] Aug 21 21:30:48.444 INFO O| Aug 21 21:30:48.444 INFO STEP 57 (ensure_file) COMPLETE |
8954 | 2024-08-21T21:30:49.800Z | [ host-image] Aug 21 21:30:48.444 INFO O| Aug 21 21:30:48.444 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8955 | 2024-08-21T21:30:49.808Z | [ host-image] Aug 21 21:30:48.456 INFO O| Aug 21 21:30:48.456 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
8956 | 2024-08-21T21:30:49.808Z | [ host-image] Aug 21 21:30:48.456 INFO O| Aug 21 21:30:48.456 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
8957 | 2024-08-21T21:30:50.933Z | [ host-image] Aug 21 21:30:49.580 INFO O| Aug 21 21:30:49.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
8958 | 2024-08-21T21:30:50.933Z | [ host-image] Aug 21 21:30:49.580 INFO O| Aug 21 21:30:49.580 INFO ok! |
8959 | 2024-08-21T21:30:50.936Z | [ host-image] Aug 21 21:30:49.580 INFO O| Aug 21 21:30:49.580 INFO STEP 58 (ensure_file) COMPLETE |
8960 | 2024-08-21T21:30:50.936Z | [ host-image] Aug 21 21:30:49.580 INFO O| Aug 21 21:30:49.580 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8961 | 2024-08-21T21:30:50.947Z | [ host-image] Aug 21 21:30:49.595 INFO O| Aug 21 21:30:49.595 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8962 | 2024-08-21T21:30:50.950Z | [ host-image] Aug 21 21:30:49.595 INFO O| Aug 21 21:30:49.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8963 | 2024-08-21T21:30:50.951Z | [ host-image] Aug 21 21:30:49.595 INFO O| Aug 21 21:30:49.595 INFO STEP 59 (ensure_dir) COMPLETE |
8964 | 2024-08-21T21:30:50.951Z | [ host-image] Aug 21 21:30:49.595 INFO O| Aug 21 21:30:49.595 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8965 | 2024-08-21T21:30:50.977Z | [ host-image] Aug 21 21:30:49.611 INFO O| Aug 21 21:30:49.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8966 | 2024-08-21T21:30:50.977Z | [ host-image] Aug 21 21:30:49.611 INFO O| Aug 21 21:30:49.611 INFO copying /tmp/.tmprzSzlN/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 ... |
8967 | 2024-08-21T21:30:51.034Z | [ host-image] Aug 21 21:30:49.611 INFO O| Aug 21 21:30:49.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8968 | 2024-08-21T21:30:51.034Z | [ host-image] Aug 21 21:30:49.611 INFO O| Aug 21 21:30:49.611 INFO ok! |
8969 | 2024-08-21T21:30:51.034Z | [ host-image] Aug 21 21:30:49.611 INFO O| Aug 21 21:30:49.611 INFO STEP 60 (ensure_file) COMPLETE |
8970 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.611 INFO O| Aug 21 21:30:49.611 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8971 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.627 INFO O| Aug 21 21:30:49.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8972 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.627 INFO O| Aug 21 21:30:49.627 INFO copying /tmp/.tmprzSzlN/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 ... |
8973 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.627 INFO O| Aug 21 21:30:49.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
8974 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.627 INFO O| Aug 21 21:30:49.627 INFO ok! |
8975 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.627 INFO O| Aug 21 21:30:49.627 INFO STEP 61 (ensure_file) COMPLETE |
8976 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.627 INFO O| Aug 21 21:30:49.627 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8977 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.643 INFO O| Aug 21 21:30:49.643 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8978 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.643 INFO O| Aug 21 21:30:49.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8979 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.643 INFO O| Aug 21 21:30:49.643 INFO STEP 62 (ensure_dir) COMPLETE |
8980 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.643 INFO O| Aug 21 21:30:49.643 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8981 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.660 INFO O| Aug 21 21:30:49.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8982 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.661 INFO O| Aug 21 21:30:49.660 INFO copying /tmp/.tmprzSzlN/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 ... |
8983 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.661 INFO O| Aug 21 21:30:49.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8984 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.661 INFO O| Aug 21 21:30:49.661 INFO ok! |
8985 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.661 INFO O| Aug 21 21:30:49.661 INFO STEP 63 (ensure_file) COMPLETE |
8986 | 2024-08-21T21:30:51.035Z | [ host-image] Aug 21 21:30:49.661 INFO O| Aug 21 21:30:49.661 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8987 | 2024-08-21T21:30:51.044Z | [ host-image] Aug 21 21:30:49.673 INFO O| Aug 21 21:30:49.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8988 | 2024-08-21T21:30:51.044Z | [ host-image] Aug 21 21:30:49.673 INFO O| Aug 21 21:30:49.672 INFO copying /tmp/.tmprzSzlN/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 ... |
8989 | 2024-08-21T21:30:51.044Z | [ host-image] Aug 21 21:30:49.673 INFO O| Aug 21 21:30:49.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
8990 | 2024-08-21T21:30:51.044Z | [ host-image] Aug 21 21:30:49.673 INFO O| Aug 21 21:30:49.673 INFO ok! |
8991 | 2024-08-21T21:30:51.044Z | [ host-image] Aug 21 21:30:49.673 INFO O| Aug 21 21:30:49.673 INFO STEP 64 (ensure_file) COMPLETE |
8992 | 2024-08-21T21:30:51.044Z | [ host-image] Aug 21 21:30:49.673 INFO O| Aug 21 21:30:49.673 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8993 | 2024-08-21T21:30:51.044Z | [ host-image] Aug 21 21:30:49.689 INFO O| Aug 21 21:30:49.689 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8994 | 2024-08-21T21:30:51.044Z | [ host-image] Aug 21 21:30:49.689 INFO O| Aug 21 21:30:49.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8995 | 2024-08-21T21:30:51.044Z | [ host-image] Aug 21 21:30:49.689 INFO O| Aug 21 21:30:49.689 INFO STEP 65 (ensure_dir) COMPLETE |
8996 | 2024-08-21T21:30:51.044Z | [ host-image] Aug 21 21:30:49.689 INFO O| Aug 21 21:30:49.689 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8997 | 2024-08-21T21:30:51.053Z | [ host-image] Aug 21 21:30:49.700 INFO O| Aug 21 21:30:49.700 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8998 | 2024-08-21T21:30:51.059Z | [ host-image] Aug 21 21:30:49.700 INFO O| Aug 21 21:30:49.700 INFO copying /tmp/.tmprzSzlN/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 ... |
8999 | 2024-08-21T21:30:51.059Z | [ host-image] Aug 21 21:30:49.700 INFO O| Aug 21 21:30:49.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9000 | 2024-08-21T21:30:51.059Z | [ host-image] Aug 21 21:30:49.700 INFO O| Aug 21 21:30:49.700 INFO ok! |
9001 | 2024-08-21T21:30:51.059Z | [ host-image] Aug 21 21:30:49.700 INFO O| Aug 21 21:30:49.700 INFO STEP 66 (ensure_file) COMPLETE |
9002 | 2024-08-21T21:30:51.059Z | [ host-image] Aug 21 21:30:49.700 INFO O| Aug 21 21:30:49.700 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9003 | 2024-08-21T21:30:51.070Z | [ host-image] Aug 21 21:30:49.716 INFO O| Aug 21 21:30:49.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9004 | 2024-08-21T21:30:51.070Z | [ host-image] Aug 21 21:30:49.716 INFO O| Aug 21 21:30:49.716 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9005 | 2024-08-21T21:30:51.075Z | [ host-image] Aug 21 21:30:49.716 INFO O| Aug 21 21:30:49.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9006 | 2024-08-21T21:30:51.075Z | [ host-image] Aug 21 21:30:49.716 INFO O| Aug 21 21:30:49.716 INFO ok! |
9007 | 2024-08-21T21:30:51.075Z | [ host-image] Aug 21 21:30:49.716 INFO O| Aug 21 21:30:49.716 INFO STEP 67 (ensure_file) COMPLETE |
9008 | 2024-08-21T21:30:51.075Z | [ host-image] Aug 21 21:30:49.716 INFO O| Aug 21 21:30:49.716 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9009 | 2024-08-21T21:30:51.084Z | [ host-image] Aug 21 21:30:49.732 INFO O| Aug 21 21:30:49.732 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9010 | 2024-08-21T21:30:51.084Z | [ host-image] Aug 21 21:30:49.732 INFO O| Aug 21 21:30:49.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9011 | 2024-08-21T21:30:51.091Z | [ host-image] Aug 21 21:30:49.732 INFO O| Aug 21 21:30:49.732 INFO STEP 68 (ensure_dir) COMPLETE |
9012 | 2024-08-21T21:30:51.091Z | [ host-image] Aug 21 21:30:49.732 INFO O| Aug 21 21:30:49.732 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9013 | 2024-08-21T21:30:51.103Z | [ host-image] Aug 21 21:30:49.743 INFO O| Aug 21 21:30:49.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9014 | 2024-08-21T21:30:51.103Z | [ host-image] Aug 21 21:30:49.743 INFO O| Aug 21 21:30:49.743 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9015 | 2024-08-21T21:30:51.669Z | [ host-image] Aug 21 21:30:50.316 INFO O| Aug 21 21:30:50.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9016 | 2024-08-21T21:30:51.669Z | [ host-image] Aug 21 21:30:50.316 INFO O| Aug 21 21:30:50.316 INFO ok! |
9017 | 2024-08-21T21:30:51.669Z | [ host-image] Aug 21 21:30:50.316 INFO O| Aug 21 21:30:50.316 INFO STEP 69 (ensure_file) COMPLETE |
9018 | 2024-08-21T21:30:51.669Z | [ host-image] Aug 21 21:30:50.316 INFO O| Aug 21 21:30:50.316 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9019 | 2024-08-21T21:30:51.680Z | [ host-image] Aug 21 21:30:50.327 INFO O| Aug 21 21:30:50.327 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9020 | 2024-08-21T21:30:51.689Z | [ host-image] Aug 21 21:30:50.327 INFO O| Aug 21 21:30:50.327 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9021 | 2024-08-21T21:30:52.835Z | [ recovery-image] Aug 21 21:30:51.481 INFO E| Finished `release` profile [optimized] target(s) in 41.62s |
9022 | 2024-08-21T21:30:52.860Z | [ recovery-image] Aug 21 21:30:51.507 INFO building host image... |
9023 | 2024-08-21T21:30:52.860Z | [ recovery-image] Aug 21 21:30:51.507 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") |
9024 | 2024-08-21T21:30:53.118Z | [ host-image] Aug 21 21:30:51.765 INFO O| Aug 21 21:30:51.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9025 | 2024-08-21T21:30:53.118Z | [ host-image] Aug 21 21:30:51.765 INFO O| Aug 21 21:30:51.765 INFO ok! |
9026 | 2024-08-21T21:30:53.118Z | [ host-image] Aug 21 21:30:51.765 INFO O| Aug 21 21:30:51.765 INFO STEP 70 (ensure_file) COMPLETE |
9027 | 2024-08-21T21:30:53.124Z | [ host-image] Aug 21 21:30:51.765 INFO O| Aug 21 21:30:51.765 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9028 | 2024-08-21T21:30:53.130Z | [ host-image] Aug 21 21:30:51.776 INFO O| Aug 21 21:30:51.776 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9029 | 2024-08-21T21:30:53.130Z | [ host-image] Aug 21 21:30:51.776 INFO O| Aug 21 21:30:51.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9030 | 2024-08-21T21:30:53.130Z | [ host-image] Aug 21 21:30:51.776 INFO O| Aug 21 21:30:51.776 INFO STEP 71 (ensure_dir) COMPLETE |
9031 | 2024-08-21T21:30:53.130Z | [ host-image] Aug 21 21:30:51.776 INFO O| Aug 21 21:30:51.776 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9032 | 2024-08-21T21:30:53.139Z | [ host-image] Aug 21 21:30:51.787 INFO O| Aug 21 21:30:51.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9033 | 2024-08-21T21:30:53.139Z | [ host-image] Aug 21 21:30:51.787 INFO O| Aug 21 21:30:51.787 INFO copying /tmp/.tmprzSzlN/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 ... |
9034 | 2024-08-21T21:30:53.146Z | [ host-image] Aug 21 21:30:51.787 INFO O| Aug 21 21:30:51.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9035 | 2024-08-21T21:30:53.146Z | [ host-image] Aug 21 21:30:51.787 INFO O| Aug 21 21:30:51.787 INFO ok! |
9036 | 2024-08-21T21:30:53.146Z | [ host-image] Aug 21 21:30:51.787 INFO O| Aug 21 21:30:51.787 INFO STEP 72 (ensure_file) COMPLETE |
9037 | 2024-08-21T21:30:53.146Z | [ host-image] Aug 21 21:30:51.787 INFO O| Aug 21 21:30:51.787 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9038 | 2024-08-21T21:30:53.153Z | [ host-image] Aug 21 21:30:51.796 INFO O| Aug 21 21:30:51.796 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9039 | 2024-08-21T21:30:53.153Z | [ host-image] Aug 21 21:30:51.796 INFO O| Aug 21 21:30:51.796 INFO copying /tmp/.tmprzSzlN/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 ... |
9040 | 2024-08-21T21:30:53.153Z | [ host-image] Aug 21 21:30:51.796 INFO O| Aug 21 21:30:51.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9041 | 2024-08-21T21:30:53.153Z | [ host-image] Aug 21 21:30:51.796 INFO O| Aug 21 21:30:51.796 INFO ok! |
9042 | 2024-08-21T21:30:53.153Z | [ host-image] Aug 21 21:30:51.796 INFO O| Aug 21 21:30:51.796 INFO STEP 73 (ensure_file) COMPLETE |
9043 | 2024-08-21T21:30:53.153Z | [ host-image] Aug 21 21:30:51.797 INFO O| Aug 21 21:30:51.796 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9044 | 2024-08-21T21:30:53.163Z | [ host-image] Aug 21 21:30:51.806 INFO O| Aug 21 21:30:51.806 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9045 | 2024-08-21T21:30:53.163Z | [ host-image] Aug 21 21:30:51.806 INFO O| Aug 21 21:30:51.806 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9046 | 2024-08-21T21:30:53.163Z | [ host-image] Aug 21 21:30:51.806 INFO O| Aug 21 21:30:51.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9047 | 2024-08-21T21:30:53.163Z | [ host-image] Aug 21 21:30:51.806 INFO O| Aug 21 21:30:51.806 INFO ok! |
9048 | 2024-08-21T21:30:53.163Z | [ host-image] Aug 21 21:30:51.806 INFO O| Aug 21 21:30:51.806 INFO STEP 74 (ensure_file) COMPLETE |
9049 | 2024-08-21T21:30:53.163Z | [ host-image] Aug 21 21:30:51.806 INFO O| Aug 21 21:30:51.806 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9050 | 2024-08-21T21:30:53.171Z | [ host-image] Aug 21 21:30:51.816 INFO O| Aug 21 21:30:51.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9051 | 2024-08-21T21:30:53.171Z | [ host-image] Aug 21 21:30:51.816 INFO O| Aug 21 21:30:51.816 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9052 | 2024-08-21T21:30:53.171Z | [ host-image] Aug 21 21:30:51.816 INFO O| Aug 21 21:30:51.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9053 | 2024-08-21T21:30:53.171Z | [ host-image] Aug 21 21:30:51.816 INFO O| Aug 21 21:30:51.816 INFO ok! |
9054 | 2024-08-21T21:30:53.171Z | [ host-image] Aug 21 21:30:51.816 INFO O| Aug 21 21:30:51.816 INFO STEP 75 (ensure_file) COMPLETE |
9055 | 2024-08-21T21:30:53.172Z | [ host-image] Aug 21 21:30:51.816 INFO O| Aug 21 21:30:51.816 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9056 | 2024-08-21T21:30:53.183Z | [ host-image] Aug 21 21:30:51.825 INFO O| Aug 21 21:30:51.825 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9057 | 2024-08-21T21:30:53.183Z | [ host-image] Aug 21 21:30:51.825 INFO O| Aug 21 21:30:51.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9058 | 2024-08-21T21:30:53.183Z | [ host-image] Aug 21 21:30:51.825 INFO O| Aug 21 21:30:51.825 INFO STEP 76 (ensure_dir) COMPLETE |
9059 | 2024-08-21T21:30:53.190Z | [ host-image] Aug 21 21:30:51.825 INFO O| Aug 21 21:30:51.825 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9060 | 2024-08-21T21:30:53.190Z | [ host-image] Aug 21 21:30:51.835 INFO O| Aug 21 21:30:51.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9061 | 2024-08-21T21:30:53.190Z | [ host-image] Aug 21 21:30:51.835 INFO O| Aug 21 21:30:51.835 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9062 | 2024-08-21T21:30:53.479Z | [ recovery-image] Aug 21 21:30:52.125 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9063 | 2024-08-21T21:30:53.657Z | [ host-image] Aug 21 21:30:52.304 INFO O| Aug 21 21:30:52.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9064 | 2024-08-21T21:30:53.657Z | [ host-image] Aug 21 21:30:52.304 INFO O| Aug 21 21:30:52.304 INFO ok! |
9065 | 2024-08-21T21:30:53.657Z | [ host-image] Aug 21 21:30:52.304 INFO O| Aug 21 21:30:52.304 INFO STEP 77 (ensure_file) COMPLETE |
9066 | 2024-08-21T21:30:53.717Z | [ host-image] Aug 21 21:30:52.304 INFO O| Aug 21 21:30:52.304 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9067 | 2024-08-21T21:30:53.717Z | [ host-image] Aug 21 21:30:52.316 INFO O| Aug 21 21:30:52.316 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9068 | 2024-08-21T21:30:53.717Z | [ host-image] Aug 21 21:30:52.316 INFO O| Aug 21 21:30:52.316 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9069 | 2024-08-21T21:30:53.717Z | [ host-image] Aug 21 21:30:52.316 INFO O| Aug 21 21:30:52.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9070 | 2024-08-21T21:30:53.717Z | [ host-image] Aug 21 21:30:52.316 INFO O| Aug 21 21:30:52.316 INFO ok! |
9071 | 2024-08-21T21:30:53.717Z | [ host-image] Aug 21 21:30:52.316 INFO O| Aug 21 21:30:52.316 INFO STEP 78 (ensure_file) COMPLETE |
9072 | 2024-08-21T21:30:53.717Z | [ host-image] Aug 21 21:30:52.316 INFO O| Aug 21 21:30:52.316 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9073 | 2024-08-21T21:30:53.717Z | [ host-image] Aug 21 21:30:52.326 INFO O| Aug 21 21:30:52.325 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9074 | 2024-08-21T21:30:53.717Z | [ host-image] Aug 21 21:30:52.326 INFO O| Aug 21 21:30:52.325 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9075 | 2024-08-21T21:30:58.418Z | [ host-image] Aug 21 21:30:53.150 INFO O| Aug 21 21:30:53.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9076 | 2024-08-21T21:30:58.418Z | [ host-image] Aug 21 21:30:53.150 INFO O| Aug 21 21:30:53.150 INFO ok! |
9077 | 2024-08-21T21:30:58.418Z | [ host-image] Aug 21 21:30:53.150 INFO O| Aug 21 21:30:53.150 INFO STEP 79 (ensure_file) COMPLETE |
9078 | 2024-08-21T21:30:58.457Z | [ host-image] Aug 21 21:30:53.150 INFO O| Aug 21 21:30:53.150 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9079 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.162 INFO O| Aug 21 21:30:53.162 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9080 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.162 INFO O| Aug 21 21:30:53.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9081 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.162 INFO O| Aug 21 21:30:53.162 INFO STEP 80 (ensure_dir) COMPLETE |
9082 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.162 INFO O| Aug 21 21:30:53.162 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9083 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.172 INFO O| Aug 21 21:30:53.172 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9084 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.172 INFO O| Aug 21 21:30:53.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9085 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.172 INFO O| Aug 21 21:30:53.172 INFO STEP 81 (ensure_dir) COMPLETE |
9086 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.172 INFO O| Aug 21 21:30:53.172 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9087 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.181 INFO O| Aug 21 21:30:53.181 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9088 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.182 INFO O| Aug 21 21:30:53.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9089 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.182 INFO O| Aug 21 21:30:53.182 INFO STEP 82 (ensure_dir) COMPLETE |
9090 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.182 INFO O| Aug 21 21:30:53.182 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9091 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.191 INFO O| Aug 21 21:30:53.191 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9092 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.191 INFO O| Aug 21 21:30:53.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9093 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.191 INFO O| Aug 21 21:30:53.191 INFO STEP 83 (ensure_dir) COMPLETE |
9094 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.191 INFO O| Aug 21 21:30:53.191 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9095 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.200 INFO O| Aug 21 21:30:53.200 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9096 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.200 INFO O| Aug 21 21:30:53.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9097 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.200 INFO O| Aug 21 21:30:53.200 INFO STEP 84 (ensure_dir) COMPLETE |
9098 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.200 INFO O| Aug 21 21:30:53.200 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9099 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.210 INFO O| Aug 21 21:30:53.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9100 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.210 INFO O| Aug 21 21:30:53.210 INFO copying /tmp/.tmprzSzlN/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 ... |
9101 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.210 INFO O| Aug 21 21:30:53.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9102 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.210 INFO O| Aug 21 21:30:53.210 INFO ok! |
9103 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.210 INFO O| Aug 21 21:30:53.210 INFO STEP 85 (ensure_file) COMPLETE |
9104 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.210 INFO O| Aug 21 21:30:53.210 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9105 | 2024-08-21T21:30:58.458Z | [ host-image] Aug 21 21:30:53.219 INFO O| Aug 21 21:30:53.219 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9106 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.219 INFO O| Aug 21 21:30:53.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9107 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.219 INFO O| Aug 21 21:30:53.219 INFO STEP 86 (ensure_dir) COMPLETE |
9108 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.219 INFO O| Aug 21 21:30:53.219 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9109 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.228 INFO O| Aug 21 21:30:53.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9110 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.228 INFO O| Aug 21 21:30:53.228 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9111 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.228 INFO O| Aug 21 21:30:53.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9112 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.228 INFO O| Aug 21 21:30:53.228 INFO ok! |
9113 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.228 INFO O| Aug 21 21:30:53.228 INFO STEP 87 (ensure_file) COMPLETE |
9114 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.228 INFO O| Aug 21 21:30:53.228 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9115 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.237 INFO O| Aug 21 21:30:53.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9116 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.237 INFO O| Aug 21 21:30:53.237 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9117 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.248 INFO O| Aug 21 21:30:53.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9118 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.248 INFO O| Aug 21 21:30:53.248 INFO ok! |
9119 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.248 INFO O| Aug 21 21:30:53.248 INFO STEP 88 (ensure_file) COMPLETE |
9120 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.248 INFO O| Aug 21 21:30:53.248 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9121 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.257 INFO O| Aug 21 21:30:53.257 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9122 | 2024-08-21T21:30:58.459Z | [ host-image] Aug 21 21:30:53.257 INFO O| Aug 21 21:30:53.257 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9123 | 2024-08-21T21:30:58.467Z | [ host-image] Aug 21 21:30:53.754 INFO O| Aug 21 21:30:53.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9124 | 2024-08-21T21:30:58.467Z | [ host-image] Aug 21 21:30:53.754 INFO O| Aug 21 21:30:53.753 INFO ok! |
9125 | 2024-08-21T21:30:58.467Z | [ host-image] Aug 21 21:30:53.754 INFO O| Aug 21 21:30:53.753 INFO STEP 89 (ensure_file) COMPLETE |
9126 | 2024-08-21T21:30:58.467Z | [ host-image] Aug 21 21:30:53.754 INFO O| Aug 21 21:30:53.753 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9127 | 2024-08-21T21:30:58.467Z | [ host-image] Aug 21 21:30:53.767 INFO O| Aug 21 21:30:53.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9128 | 2024-08-21T21:30:58.467Z | [ host-image] Aug 21 21:30:53.767 INFO O| Aug 21 21:30:53.767 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9129 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.767 INFO O| Aug 21 21:30:53.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9130 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.767 INFO O| Aug 21 21:30:53.767 INFO ok! |
9131 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.767 INFO O| Aug 21 21:30:53.767 INFO STEP 90 (ensure_file) COMPLETE |
9132 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.767 INFO O| Aug 21 21:30:53.767 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9133 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.778 INFO O| Aug 21 21:30:53.778 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9134 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.778 INFO O| Aug 21 21:30:53.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9135 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.778 INFO O| Aug 21 21:30:53.778 INFO STEP 91 (ensure_dir) COMPLETE |
9136 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.778 INFO O| Aug 21 21:30:53.778 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9137 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.790 INFO O| Aug 21 21:30:53.790 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9138 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.790 INFO O| Aug 21 21:30:53.790 INFO copying /tmp/.tmprzSzlN/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 ... |
9139 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.790 INFO O| Aug 21 21:30:53.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9140 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.790 INFO O| Aug 21 21:30:53.790 INFO ok! |
9141 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.790 INFO O| Aug 21 21:30:53.790 INFO STEP 92 (ensure_file) COMPLETE |
9142 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.790 INFO O| Aug 21 21:30:53.790 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9143 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.800 INFO O| Aug 21 21:30:53.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9144 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.800 INFO O| Aug 21 21:30:53.800 INFO copying /tmp/.tmprzSzlN/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 ... |
9145 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.800 INFO O| Aug 21 21:30:53.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9146 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.800 INFO O| Aug 21 21:30:53.800 INFO ok! |
9147 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.800 INFO O| Aug 21 21:30:53.800 INFO STEP 93 (ensure_file) COMPLETE |
9148 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.800 INFO O| Aug 21 21:30:53.800 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9149 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.810 INFO O| Aug 21 21:30:53.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9150 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.810 INFO O| Aug 21 21:30:53.810 INFO copying /tmp/.tmprzSzlN/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 ... |
9151 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.810 INFO O| Aug 21 21:30:53.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9152 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.810 INFO O| Aug 21 21:30:53.810 INFO ok! |
9153 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.810 INFO O| Aug 21 21:30:53.810 INFO STEP 94 (ensure_file) COMPLETE |
9154 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.810 INFO O| Aug 21 21:30:53.810 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9155 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.819 INFO O| Aug 21 21:30:53.819 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9156 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.819 INFO O| Aug 21 21:30:53.819 INFO copying /tmp/.tmprzSzlN/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 ... |
9157 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.820 INFO O| Aug 21 21:30:53.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9158 | 2024-08-21T21:30:58.468Z | [ host-image] Aug 21 21:30:53.820 INFO O| Aug 21 21:30:53.820 INFO ok! |
9159 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.820 INFO O| Aug 21 21:30:53.820 INFO STEP 95 (ensure_file) COMPLETE |
9160 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.820 INFO O| Aug 21 21:30:53.820 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9161 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.829 INFO O| Aug 21 21:30:53.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9162 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.829 INFO O| Aug 21 21:30:53.829 INFO copying /tmp/.tmprzSzlN/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 ... |
9163 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.829 INFO O| Aug 21 21:30:53.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9164 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.829 INFO O| Aug 21 21:30:53.829 INFO ok! |
9165 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.830 INFO O| Aug 21 21:30:53.829 INFO STEP 96 (ensure_file) COMPLETE |
9166 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.830 INFO O| Aug 21 21:30:53.829 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9167 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.839 INFO O| Aug 21 21:30:53.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9168 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.839 INFO O| Aug 21 21:30:53.839 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9169 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.839 INFO O| Aug 21 21:30:53.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9170 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.839 INFO O| Aug 21 21:30:53.839 INFO ok! |
9171 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.839 INFO O| Aug 21 21:30:53.839 INFO STEP 97 (ensure_file) COMPLETE |
9172 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.839 INFO O| Aug 21 21:30:53.839 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9173 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.848 INFO O| Aug 21 21:30:53.848 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9174 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.848 INFO O| Aug 21 21:30:53.848 INFO copying /tmp/.tmprzSzlN/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 ... |
9175 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.848 INFO O| Aug 21 21:30:53.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9176 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.848 INFO O| Aug 21 21:30:53.848 INFO ok! |
9177 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.848 INFO O| Aug 21 21:30:53.848 INFO STEP 98 (ensure_file) COMPLETE |
9178 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.848 INFO O| Aug 21 21:30:53.848 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9179 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.858 INFO O| Aug 21 21:30:53.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9180 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.858 INFO O| Aug 21 21:30:53.858 INFO copying /tmp/.tmprzSzlN/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 ... |
9181 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.858 INFO O| Aug 21 21:30:53.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9182 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.858 INFO O| Aug 21 21:30:53.858 INFO ok! |
9183 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.858 INFO O| Aug 21 21:30:53.858 INFO STEP 99 (ensure_file) COMPLETE |
9184 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.858 INFO O| Aug 21 21:30:53.858 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9185 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.867 INFO O| Aug 21 21:30:53.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9186 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.867 INFO O| Aug 21 21:30:53.867 INFO copying /tmp/.tmprzSzlN/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 ... |
9187 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.868 INFO O| Aug 21 21:30:53.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9188 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.868 INFO O| Aug 21 21:30:53.868 INFO ok! |
9189 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.868 INFO O| Aug 21 21:30:53.868 INFO STEP 100 (ensure_file) COMPLETE |
9190 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.868 INFO O| Aug 21 21:30:53.868 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9191 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.877 INFO O| Aug 21 21:30:53.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9192 | 2024-08-21T21:30:58.469Z | [ host-image] Aug 21 21:30:53.877 INFO O| Aug 21 21:30:53.877 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9193 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.877 INFO O| Aug 21 21:30:53.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9194 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.877 INFO O| Aug 21 21:30:53.877 INFO ok! |
9195 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.877 INFO O| Aug 21 21:30:53.877 INFO STEP 101 (ensure_file) COMPLETE |
9196 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.877 INFO O| Aug 21 21:30:53.877 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9197 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.887 INFO O| Aug 21 21:30:53.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9198 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.887 INFO O| Aug 21 21:30:53.887 INFO copying /tmp/.tmprzSzlN/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 ... |
9199 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.887 INFO O| Aug 21 21:30:53.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9200 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.887 INFO O| Aug 21 21:30:53.887 INFO ok! |
9201 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.887 INFO O| Aug 21 21:30:53.887 INFO STEP 102 (ensure_file) COMPLETE |
9202 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.887 INFO O| Aug 21 21:30:53.887 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9203 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.896 INFO O| Aug 21 21:30:53.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9204 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.896 INFO O| Aug 21 21:30:53.896 INFO copying /tmp/.tmprzSzlN/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 ... |
9205 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.896 INFO O| Aug 21 21:30:53.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9206 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.896 INFO O| Aug 21 21:30:53.896 INFO ok! |
9207 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.897 INFO O| Aug 21 21:30:53.896 INFO STEP 103 (ensure_file) COMPLETE |
9208 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.897 INFO O| Aug 21 21:30:53.896 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9209 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.906 INFO O| Aug 21 21:30:53.906 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9210 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.906 INFO O| Aug 21 21:30:53.906 INFO copying /tmp/.tmprzSzlN/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 ... |
9211 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.906 INFO O| Aug 21 21:30:53.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9212 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.906 INFO O| Aug 21 21:30:53.906 INFO ok! |
9213 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.906 INFO O| Aug 21 21:30:53.906 INFO STEP 104 (ensure_file) COMPLETE |
9214 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.906 INFO O| Aug 21 21:30:53.906 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9215 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.916 INFO O| Aug 21 21:30:53.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9216 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.916 INFO O| Aug 21 21:30:53.916 INFO copying /tmp/.tmprzSzlN/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 ... |
9217 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.916 INFO O| Aug 21 21:30:53.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9218 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.916 INFO O| Aug 21 21:30:53.916 INFO ok! |
9219 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.916 INFO O| Aug 21 21:30:53.916 INFO STEP 105 (ensure_file) COMPLETE |
9220 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.916 INFO O| Aug 21 21:30:53.916 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9221 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.927 INFO O| Aug 21 21:30:53.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9222 | 2024-08-21T21:30:58.470Z | [ host-image] Aug 21 21:30:53.927 INFO O| Aug 21 21:30:53.927 INFO copying /tmp/.tmprzSzlN/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 ... |
9223 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.927 INFO O| Aug 21 21:30:53.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9224 | 2024-08-21T21:30:58.488Z | [ recovery-image] |
9225 | 2024-08-21T21:30:58.488Z | [ recovery-image] real 6:48.490932701 |
9226 | 2024-08-21T21:30:58.488Z | [ recovery-image] user 4:39.380910271 |
9227 | 2024-08-21T21:30:58.488Z | [ recovery-image] sys 59.418246844 |
9228 | 2024-08-21T21:30:58.488Z | [ recovery-image] trap 0.202632331 |
9229 | 2024-08-21T21:30:58.488Z | [ recovery-image] tflt 0.337485966 |
9230 | 2024-08-21T21:30:58.488Z | [ recovery-image] dflt 1.221372943 |
9231 | 2024-08-21T21:30:58.488Z | [ recovery-image] kflt 0.000068842 |
9232 | 2024-08-21T21:30:58.488Z | [ recovery-image] lock 9:24.622432979 |
9233 | 2024-08-21T21:30:58.488Z | [ recovery-image] slp 40:20.561921146 |
9234 | 2024-08-21T21:30:58.488Z | [ recovery-image] lat 1:35.436672455 |
9235 | 2024-08-21T21:30:58.488Z | [ recovery-image] stop 3.019722895 |
9236 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.927 INFO O| Aug 21 21:30:53.927 INFO ok! |
9237 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.927 INFO O| Aug 21 21:30:53.927 INFO STEP 106 (ensure_file) COMPLETE |
9238 | 2024-08-21T21:30:58.488Z | Aug 21 21:30:54.053 INFO [recovery-image] process exited with exit status: 0 (408.519318483s) |
9239 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.927 INFO O| Aug 21 21:30:53.927 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9240 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.937 INFO O| Aug 21 21:30:53.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9241 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.937 INFO O| Aug 21 21:30:53.937 INFO copying /tmp/.tmprzSzlN/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 ... |
9242 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.937 INFO O| Aug 21 21:30:53.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9243 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.937 INFO O| Aug 21 21:30:53.937 INFO ok! |
9244 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.937 INFO O| Aug 21 21:30:53.937 INFO STEP 107 (ensure_file) COMPLETE |
9245 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.937 INFO O| Aug 21 21:30:53.937 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9246 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.947 INFO O| Aug 21 21:30:53.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9247 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.947 INFO O| Aug 21 21:30:53.947 INFO copying /tmp/.tmprzSzlN/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 ... |
9248 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.947 INFO O| Aug 21 21:30:53.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9249 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.947 INFO O| Aug 21 21:30:53.947 INFO ok! |
9250 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.947 INFO O| Aug 21 21:30:53.947 INFO STEP 108 (ensure_file) COMPLETE |
9251 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.947 INFO O| Aug 21 21:30:53.947 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9252 | 2024-08-21T21:30:58.488Z | [ host-image] Aug 21 21:30:53.956 INFO O| Aug 21 21:30:53.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9253 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.956 INFO O| Aug 21 21:30:53.956 INFO copying /tmp/.tmprzSzlN/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 ... |
9254 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.956 INFO O| Aug 21 21:30:53.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9255 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.956 INFO O| Aug 21 21:30:53.956 INFO ok! |
9256 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.956 INFO O| Aug 21 21:30:53.956 INFO STEP 109 (ensure_file) COMPLETE |
9257 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.956 INFO O| Aug 21 21:30:53.956 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9258 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.966 INFO O| Aug 21 21:30:53.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9259 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.966 INFO O| Aug 21 21:30:53.966 INFO copying /tmp/.tmprzSzlN/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 ... |
9260 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.966 INFO O| Aug 21 21:30:53.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9261 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.966 INFO O| Aug 21 21:30:53.966 INFO ok! |
9262 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.966 INFO O| Aug 21 21:30:53.966 INFO STEP 110 (ensure_file) COMPLETE |
9263 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.966 INFO O| Aug 21 21:30:53.966 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9264 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.975 INFO O| Aug 21 21:30:53.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9265 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.975 INFO O| Aug 21 21:30:53.975 INFO copying /tmp/.tmprzSzlN/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 ... |
9266 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.975 INFO O| Aug 21 21:30:53.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9267 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.975 INFO O| Aug 21 21:30:53.975 INFO ok! |
9268 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.975 INFO O| Aug 21 21:30:53.975 INFO STEP 111 (ensure_file) COMPLETE |
9269 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.975 INFO O| Aug 21 21:30:53.975 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9270 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.985 INFO O| Aug 21 21:30:53.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9271 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.985 INFO O| Aug 21 21:30:53.985 INFO copying /tmp/.tmprzSzlN/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 ... |
9272 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.985 INFO O| Aug 21 21:30:53.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9273 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.985 INFO O| Aug 21 21:30:53.985 INFO ok! |
9274 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.985 INFO O| Aug 21 21:30:53.985 INFO STEP 112 (ensure_file) COMPLETE |
9275 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.985 INFO O| Aug 21 21:30:53.985 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9276 | 2024-08-21T21:30:58.489Z | [ host-image] Aug 21 21:30:53.994 INFO O| Aug 21 21:30:53.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9277 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:53.994 INFO O| Aug 21 21:30:53.994 INFO copying /tmp/.tmprzSzlN/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 ... |
9278 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:53.995 INFO O| Aug 21 21:30:53.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9279 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:53.995 INFO O| Aug 21 21:30:53.995 INFO ok! |
9280 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:53.995 INFO O| Aug 21 21:30:53.995 INFO STEP 113 (ensure_file) COMPLETE |
9281 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:53.995 INFO O| Aug 21 21:30:53.995 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9282 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.004 INFO O| Aug 21 21:30:54.004 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9283 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.004 INFO O| Aug 21 21:30:54.004 INFO copying /tmp/.tmprzSzlN/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 ... |
9284 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.005 INFO O| Aug 21 21:30:54.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9285 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.005 INFO O| Aug 21 21:30:54.005 INFO ok! |
9286 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.005 INFO O| Aug 21 21:30:54.005 INFO STEP 114 (ensure_file) COMPLETE |
9287 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.005 INFO O| Aug 21 21:30:54.005 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9288 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.016 INFO O| Aug 21 21:30:54.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9289 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.016 INFO O| Aug 21 21:30:54.016 INFO copying /tmp/.tmprzSzlN/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 ... |
9290 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.016 INFO O| Aug 21 21:30:54.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9291 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.016 INFO O| Aug 21 21:30:54.016 INFO ok! |
9292 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.016 INFO O| Aug 21 21:30:54.016 INFO STEP 115 (ensure_file) COMPLETE |
9293 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.016 INFO O| Aug 21 21:30:54.016 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9294 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.025 INFO O| Aug 21 21:30:54.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9295 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.025 INFO O| Aug 21 21:30:54.025 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9296 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.025 INFO O| Aug 21 21:30:54.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9297 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.025 INFO O| Aug 21 21:30:54.025 INFO ok! |
9298 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.025 INFO O| Aug 21 21:30:54.025 INFO STEP 116 (ensure_file) COMPLETE |
9299 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.026 INFO O| Aug 21 21:30:54.025 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9300 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.035 INFO O| Aug 21 21:30:54.035 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9301 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.035 INFO O| Aug 21 21:30:54.035 INFO copying /tmp/.tmprzSzlN/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 ... |
9302 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.035 INFO O| Aug 21 21:30:54.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9303 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.035 INFO O| Aug 21 21:30:54.035 INFO ok! |
9304 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.035 INFO O| Aug 21 21:30:54.035 INFO STEP 117 (ensure_file) COMPLETE |
9305 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.035 INFO O| Aug 21 21:30:54.035 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9306 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.045 INFO O| Aug 21 21:30:54.045 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9307 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.045 INFO O| Aug 21 21:30:54.045 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9308 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.045 INFO O| Aug 21 21:30:54.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9309 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.045 INFO O| Aug 21 21:30:54.045 INFO ok! |
9310 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.045 INFO O| Aug 21 21:30:54.045 INFO STEP 118 (ensure_file) COMPLETE |
9311 | 2024-08-21T21:30:58.490Z | [ host-image] Aug 21 21:30:54.045 INFO O| Aug 21 21:30:54.045 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9312 | 2024-08-21T21:30:58.490Z | [ recovery-image] Aug 21 21:30:54.050 INFO image complete! materials are in "/work/os-recovery" |
9313 | 2024-08-21T21:30:58.491Z | [ host-image] Aug 21 21:30:54.054 INFO O| Aug 21 21:30:54.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9314 | 2024-08-21T21:30:58.491Z | [ host-image] Aug 21 21:30:54.054 INFO O| Aug 21 21:30:54.054 INFO copying /tmp/.tmprzSzlN/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9315 | 2024-08-21T21:30:58.539Z | [ host-image] Aug 21 21:30:57.186 INFO O| Aug 21 21:30:57.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9316 | 2024-08-21T21:30:58.539Z | [ host-image] Aug 21 21:30:57.186 INFO O| Aug 21 21:30:57.186 INFO ok! |
9317 | 2024-08-21T21:30:58.539Z | [ host-image] Aug 21 21:30:57.186 INFO O| Aug 21 21:30:57.186 INFO STEP 119 (ensure_file) COMPLETE |
9318 | 2024-08-21T21:30:58.543Z | [ host-image] Aug 21 21:30:57.186 INFO O| Aug 21 21:30:57.186 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9319 | 2024-08-21T21:30:58.551Z | [ host-image] Aug 21 21:30:57.198 INFO O| Aug 21 21:30:57.198 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9320 | 2024-08-21T21:30:58.551Z | [ host-image] Aug 21 21:30:57.198 INFO O| Aug 21 21:30:57.198 INFO STEP 120 (ensure_dir) COMPLETE |
9321 | 2024-08-21T21:30:58.551Z | [ host-image] Aug 21 21:30:57.198 INFO O| Aug 21 21:30:57.198 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9322 | 2024-08-21T21:30:58.561Z | [ host-image] Aug 21 21:30:57.208 INFO O| Aug 21 21:30:57.208 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9323 | 2024-08-21T21:30:58.561Z | [ host-image] Aug 21 21:30:57.208 INFO O| Aug 21 21:30:57.208 INFO STEP 121 (ensure_dir) COMPLETE |
9324 | 2024-08-21T21:30:58.564Z | [ host-image] Aug 21 21:30:57.208 INFO O| Aug 21 21:30:57.208 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9325 | 2024-08-21T21:30:58.570Z | [ host-image] Aug 21 21:30:57.217 INFO O| Aug 21 21:30:57.217 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9326 | 2024-08-21T21:30:58.570Z | [ host-image] Aug 21 21:30:57.217 INFO O| Aug 21 21:30:57.217 INFO STEP 122 (ensure_dir) COMPLETE |
9327 | 2024-08-21T21:30:58.575Z | [ host-image] Aug 21 21:30:57.217 INFO O| Aug 21 21:30:57.217 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9328 | 2024-08-21T21:30:58.579Z | [ host-image] Aug 21 21:30:57.226 INFO O| Aug 21 21:30:57.226 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9329 | 2024-08-21T21:30:58.579Z | [ host-image] Aug 21 21:30:57.226 INFO O| Aug 21 21:30:57.226 INFO STEP 123 (ensure_dir) COMPLETE |
9330 | 2024-08-21T21:30:58.581Z | [ host-image] Aug 21 21:30:57.226 INFO O| Aug 21 21:30:57.226 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9331 | 2024-08-21T21:30:58.588Z | [ host-image] Aug 21 21:30:57.235 INFO O| Aug 21 21:30:57.235 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9332 | 2024-08-21T21:30:58.588Z | [ host-image] Aug 21 21:30:57.235 INFO O| Aug 21 21:30:57.235 INFO copying /tmp/.tmprzSzlN/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 ... |
9333 | 2024-08-21T21:30:58.592Z | [ host-image] Aug 21 21:30:57.235 INFO O| Aug 21 21:30:57.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9334 | 2024-08-21T21:30:58.592Z | [ host-image] Aug 21 21:30:57.235 INFO O| Aug 21 21:30:57.235 INFO ok! |
9335 | 2024-08-21T21:30:58.592Z | [ host-image] Aug 21 21:30:57.235 INFO O| Aug 21 21:30:57.235 INFO STEP 124 (ensure_file) COMPLETE |
9336 | 2024-08-21T21:30:58.592Z | [ host-image] Aug 21 21:30:57.235 INFO O| Aug 21 21:30:57.235 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9337 | 2024-08-21T21:30:58.597Z | [ host-image] Aug 21 21:30:57.244 INFO O| Aug 21 21:30:57.244 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9338 | 2024-08-21T21:30:58.601Z | [ host-image] Aug 21 21:30:57.244 INFO O| Aug 21 21:30:57.244 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9339 | 2024-08-21T21:30:58.601Z | [ host-image] Aug 21 21:30:57.244 INFO O| Aug 21 21:30:57.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9340 | 2024-08-21T21:30:58.601Z | [ host-image] Aug 21 21:30:57.244 INFO O| Aug 21 21:30:57.244 INFO STEP 125 (ensure_dir) COMPLETE |
9341 | 2024-08-21T21:30:58.601Z | [ host-image] Aug 21 21:30:57.244 INFO O| Aug 21 21:30:57.244 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9342 | 2024-08-21T21:30:58.606Z | [ host-image] Aug 21 21:30:57.253 INFO O| Aug 21 21:30:57.253 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9343 | 2024-08-21T21:30:58.606Z | [ host-image] Aug 21 21:30:57.253 INFO O| Aug 21 21:30:57.253 INFO copying /tmp/.tmprzSzlN/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9344 | 2024-08-21T21:30:58.612Z | [ host-image] Aug 21 21:30:57.253 INFO O| Aug 21 21:30:57.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9345 | 2024-08-21T21:30:58.612Z | [ host-image] Aug 21 21:30:57.253 INFO O| Aug 21 21:30:57.253 INFO ok! |
9346 | 2024-08-21T21:30:58.612Z | [ host-image] Aug 21 21:30:57.253 INFO O| Aug 21 21:30:57.253 INFO STEP 126 (ensure_file) COMPLETE |
9347 | 2024-08-21T21:30:58.612Z | [ host-image] Aug 21 21:30:57.253 INFO O| Aug 21 21:30:57.253 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9348 | 2024-08-21T21:30:58.617Z | [ host-image] Aug 21 21:30:57.262 INFO O| Aug 21 21:30:57.262 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9349 | 2024-08-21T21:30:58.617Z | [ host-image] Aug 21 21:30:57.262 INFO O| Aug 21 21:30:57.262 INFO STEP 127 (remove_files) COMPLETE |
9350 | 2024-08-21T21:30:58.617Z | [ host-image] Aug 21 21:30:57.262 INFO O| Aug 21 21:30:57.262 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9351 | 2024-08-21T21:30:58.624Z | [ host-image] Aug 21 21:30:57.271 INFO O| Aug 21 21:30:57.271 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9352 | 2024-08-21T21:30:58.629Z | [ host-image] Aug 21 21:30:57.271 INFO O| Aug 21 21:30:57.271 INFO STEP 128 (remove_files) COMPLETE |
9353 | 2024-08-21T21:30:58.629Z | [ host-image] Aug 21 21:30:57.271 INFO O| Aug 21 21:30:57.271 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9354 | 2024-08-21T21:30:58.633Z | [ host-image] Aug 21 21:30:57.280 INFO O| Aug 21 21:30:57.280 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9355 | 2024-08-21T21:30:58.639Z | [ host-image] Aug 21 21:30:57.280 INFO O| Aug 21 21:30:57.280 INFO STEP 129 (remove_files) COMPLETE |
9356 | 2024-08-21T21:30:58.639Z | [ host-image] Aug 21 21:30:57.280 INFO O| Aug 21 21:30:57.280 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9357 | 2024-08-21T21:30:58.643Z | [ host-image] Aug 21 21:30:57.289 INFO O| Aug 21 21:30:57.289 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9358 | 2024-08-21T21:30:58.643Z | [ host-image] Aug 21 21:30:57.289 INFO O| Aug 21 21:30:57.289 INFO STEP 130 (remove_files) COMPLETE |
9359 | 2024-08-21T21:30:58.643Z | [ host-image] Aug 21 21:30:57.289 INFO O| Aug 21 21:30:57.289 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9360 | 2024-08-21T21:30:58.651Z | [ host-image] Aug 21 21:30:57.298 INFO O| Aug 21 21:30:57.298 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9361 | 2024-08-21T21:30:58.654Z | [ host-image] Aug 21 21:30:57.298 INFO O| Aug 21 21:30:57.298 INFO STEP 131 (remove_files) COMPLETE |
9362 | 2024-08-21T21:30:58.654Z | [ host-image] Aug 21 21:30:57.298 INFO O| Aug 21 21:30:57.298 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9363 | 2024-08-21T21:30:58.660Z | [ host-image] Aug 21 21:30:57.307 INFO O| Aug 21 21:30:57.307 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9364 | 2024-08-21T21:30:58.664Z | [ host-image] Aug 21 21:30:57.307 INFO O| Aug 21 21:30:57.307 INFO STEP 132 (remove_files) COMPLETE |
9365 | 2024-08-21T21:30:58.664Z | [ host-image] Aug 21 21:30:57.307 INFO O| Aug 21 21:30:57.307 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9366 | 2024-08-21T21:30:58.669Z | [ host-image] Aug 21 21:30:57.316 INFO O| Aug 21 21:30:57.316 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9367 | 2024-08-21T21:30:58.669Z | [ host-image] Aug 21 21:30:57.316 INFO O| Aug 21 21:30:57.316 INFO STEP 133 (remove_files) COMPLETE |
9368 | 2024-08-21T21:30:58.672Z | [ host-image] Aug 21 21:30:57.316 INFO O| Aug 21 21:30:57.316 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9369 | 2024-08-21T21:30:58.678Z | [ host-image] Aug 21 21:30:57.325 INFO O| Aug 21 21:30:57.325 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9370 | 2024-08-21T21:30:58.678Z | [ host-image] Aug 21 21:30:57.325 INFO O| Aug 21 21:30:57.325 INFO STEP 134 (remove_files) COMPLETE |
9371 | 2024-08-21T21:30:58.678Z | [ host-image] Aug 21 21:30:57.325 INFO O| Aug 21 21:30:57.325 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9372 | 2024-08-21T21:30:58.687Z | [ host-image] Aug 21 21:30:57.334 INFO O| Aug 21 21:30:57.334 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9373 | 2024-08-21T21:30:58.687Z | [ host-image] Aug 21 21:30:57.334 INFO O| Aug 21 21:30:57.334 INFO STEP 135 (remove_files) COMPLETE |
9374 | 2024-08-21T21:30:58.690Z | [ host-image] Aug 21 21:30:57.334 INFO O| Aug 21 21:30:57.334 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9375 | 2024-08-21T21:30:58.696Z | [ host-image] Aug 21 21:30:57.343 INFO O| Aug 21 21:30:57.343 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9376 | 2024-08-21T21:30:58.696Z | [ host-image] Aug 21 21:30:57.343 INFO O| Aug 21 21:30:57.343 INFO STEP 136 (remove_files) COMPLETE |
9377 | 2024-08-21T21:30:58.696Z | [ host-image] Aug 21 21:30:57.343 INFO O| Aug 21 21:30:57.343 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9378 | 2024-08-21T21:30:58.705Z | [ host-image] Aug 21 21:30:57.352 INFO O| Aug 21 21:30:57.351 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9379 | 2024-08-21T21:30:58.705Z | [ host-image] Aug 21 21:30:57.352 INFO O| Aug 21 21:30:57.352 INFO STEP 137 (remove_files) COMPLETE |
9380 | 2024-08-21T21:30:58.709Z | [ host-image] Aug 21 21:30:57.352 INFO O| Aug 21 21:30:57.352 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9381 | 2024-08-21T21:30:58.713Z | [ host-image] Aug 21 21:30:57.360 INFO O| Aug 21 21:30:57.360 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9382 | 2024-08-21T21:30:58.713Z | [ host-image] Aug 21 21:30:57.360 INFO O| Aug 21 21:30:57.360 INFO STEP 138 (remove_files) COMPLETE |
9383 | 2024-08-21T21:30:58.716Z | [ host-image] Aug 21 21:30:57.360 INFO O| Aug 21 21:30:57.360 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9384 | 2024-08-21T21:30:58.722Z | [ host-image] Aug 21 21:30:57.369 INFO O| Aug 21 21:30:57.369 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9385 | 2024-08-21T21:30:58.722Z | [ host-image] Aug 21 21:30:57.369 INFO O| Aug 21 21:30:57.369 INFO STEP 139 (remove_files) COMPLETE |
9386 | 2024-08-21T21:30:58.725Z | [ host-image] Aug 21 21:30:57.369 INFO O| Aug 21 21:30:57.369 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9387 | 2024-08-21T21:30:58.731Z | [ host-image] Aug 21 21:30:57.378 INFO O| Aug 21 21:30:57.378 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9388 | 2024-08-21T21:30:58.731Z | [ host-image] Aug 21 21:30:57.378 INFO O| Aug 21 21:30:57.378 INFO STEP 140 (remove_files) COMPLETE |
9389 | 2024-08-21T21:30:58.731Z | [ host-image] Aug 21 21:30:57.378 INFO O| Aug 21 21:30:57.378 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9390 | 2024-08-21T21:30:58.740Z | [ host-image] Aug 21 21:30:57.387 INFO O| Aug 21 21:30:57.387 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9391 | 2024-08-21T21:30:58.740Z | [ host-image] Aug 21 21:30:57.387 INFO O| Aug 21 21:30:57.387 INFO STEP 141 (remove_files) COMPLETE |
9392 | 2024-08-21T21:30:58.743Z | [ host-image] Aug 21 21:30:57.387 INFO O| Aug 21 21:30:57.387 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9393 | 2024-08-21T21:30:58.749Z | [ host-image] Aug 21 21:30:57.396 INFO O| Aug 21 21:30:57.396 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9394 | 2024-08-21T21:30:58.749Z | [ host-image] Aug 21 21:30:57.396 INFO O| Aug 21 21:30:57.396 INFO STEP 142 (remove_files) COMPLETE |
9395 | 2024-08-21T21:30:58.749Z | [ host-image] Aug 21 21:30:57.396 INFO O| Aug 21 21:30:57.396 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9396 | 2024-08-21T21:30:58.757Z | [ host-image] Aug 21 21:30:57.404 INFO O| Aug 21 21:30:57.404 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9397 | 2024-08-21T21:30:58.758Z | [ host-image] Aug 21 21:30:57.404 INFO O| Aug 21 21:30:57.404 INFO STEP 143 (remove_files) COMPLETE |
9398 | 2024-08-21T21:30:58.758Z | [ host-image] Aug 21 21:30:57.404 INFO O| Aug 21 21:30:57.404 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9399 | 2024-08-21T21:30:58.766Z | [ host-image] Aug 21 21:30:57.413 INFO O| Aug 21 21:30:57.413 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9400 | 2024-08-21T21:30:58.766Z | [ host-image] Aug 21 21:30:57.413 INFO O| Aug 21 21:30:57.413 INFO STEP 144 (remove_files) COMPLETE |
9401 | 2024-08-21T21:30:58.766Z | [ host-image] Aug 21 21:30:57.413 INFO O| Aug 21 21:30:57.413 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9402 | 2024-08-21T21:30:58.775Z | [ host-image] Aug 21 21:30:57.422 INFO O| Aug 21 21:30:57.422 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9403 | 2024-08-21T21:30:58.775Z | [ host-image] Aug 21 21:30:57.422 INFO O| Aug 21 21:30:57.422 INFO STEP 145 (remove_files) COMPLETE |
9404 | 2024-08-21T21:30:58.775Z | [ host-image] Aug 21 21:30:57.422 INFO O| Aug 21 21:30:57.422 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9405 | 2024-08-21T21:30:58.784Z | [ host-image] Aug 21 21:30:57.431 INFO O| Aug 21 21:30:57.431 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9406 | 2024-08-21T21:30:58.784Z | [ host-image] Aug 21 21:30:57.431 INFO O| Aug 21 21:30:57.431 INFO STEP 146 (remove_files) COMPLETE |
9407 | 2024-08-21T21:30:58.784Z | [ host-image] Aug 21 21:30:57.431 INFO O| Aug 21 21:30:57.431 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9408 | 2024-08-21T21:30:58.793Z | [ host-image] Aug 21 21:30:57.440 INFO O| Aug 21 21:30:57.440 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9409 | 2024-08-21T21:30:58.793Z | [ host-image] Aug 21 21:30:57.440 INFO O| Aug 21 21:30:57.440 INFO STEP 147 (remove_files) COMPLETE |
9410 | 2024-08-21T21:30:58.797Z | [ host-image] Aug 21 21:30:57.440 INFO O| Aug 21 21:30:57.440 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9411 | 2024-08-21T21:30:58.802Z | [ host-image] Aug 21 21:30:57.449 INFO O| Aug 21 21:30:57.449 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9412 | 2024-08-21T21:30:58.804Z | [ host-image] Aug 21 21:30:57.449 INFO O| Aug 21 21:30:57.449 INFO STEP 148 (remove_files) COMPLETE |
9413 | 2024-08-21T21:30:58.804Z | [ host-image] Aug 21 21:30:57.449 INFO O| Aug 21 21:30:57.449 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9414 | 2024-08-21T21:30:58.811Z | [ host-image] Aug 21 21:30:57.458 INFO O| Aug 21 21:30:57.458 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9415 | 2024-08-21T21:30:58.814Z | [ host-image] Aug 21 21:30:57.458 INFO O| Aug 21 21:30:57.458 INFO STEP 149 (remove_files) COMPLETE |
9416 | 2024-08-21T21:30:58.814Z | [ host-image] Aug 21 21:30:57.458 INFO O| Aug 21 21:30:57.458 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9417 | 2024-08-21T21:30:58.820Z | [ host-image] Aug 21 21:30:57.467 INFO O| Aug 21 21:30:57.467 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9418 | 2024-08-21T21:30:58.820Z | [ host-image] Aug 21 21:30:57.467 INFO O| Aug 21 21:30:57.467 INFO STEP 150 (remove_files) COMPLETE |
9419 | 2024-08-21T21:30:58.822Z | [ host-image] Aug 21 21:30:57.467 INFO O| Aug 21 21:30:57.467 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9420 | 2024-08-21T21:30:58.829Z | [ host-image] Aug 21 21:30:57.476 INFO O| Aug 21 21:30:57.476 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9421 | 2024-08-21T21:30:58.831Z | [ host-image] Aug 21 21:30:57.476 INFO O| Aug 21 21:30:57.476 INFO STEP 151 (remove_files) COMPLETE |
9422 | 2024-08-21T21:30:58.831Z | [ host-image] Aug 21 21:30:57.476 INFO O| Aug 21 21:30:57.476 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9423 | 2024-08-21T21:30:58.837Z | [ host-image] Aug 21 21:30:57.484 INFO O| Aug 21 21:30:57.484 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9424 | 2024-08-21T21:30:58.837Z | [ host-image] Aug 21 21:30:57.484 INFO O| Aug 21 21:30:57.484 INFO STEP 152 (remove_files) COMPLETE |
9425 | 2024-08-21T21:30:58.837Z | [ host-image] Aug 21 21:30:57.484 INFO O| Aug 21 21:30:57.484 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9426 | 2024-08-21T21:30:58.846Z | [ host-image] Aug 21 21:30:57.493 INFO O| Aug 21 21:30:57.493 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9427 | 2024-08-21T21:30:58.846Z | [ host-image] Aug 21 21:30:57.493 INFO O| Aug 21 21:30:57.493 INFO STEP 153 (remove_files) COMPLETE |
9428 | 2024-08-21T21:30:58.849Z | [ host-image] Aug 21 21:30:57.493 INFO O| Aug 21 21:30:57.493 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9429 | 2024-08-21T21:30:58.855Z | [ host-image] Aug 21 21:30:57.502 INFO O| Aug 21 21:30:57.502 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9430 | 2024-08-21T21:30:58.855Z | [ host-image] Aug 21 21:30:57.502 INFO O| Aug 21 21:30:57.502 INFO STEP 154 (remove_files) COMPLETE |
9431 | 2024-08-21T21:30:58.855Z | [ host-image] Aug 21 21:30:57.502 INFO O| Aug 21 21:30:57.502 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9432 | 2024-08-21T21:30:58.864Z | [ host-image] Aug 21 21:30:57.511 INFO O| Aug 21 21:30:57.511 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9433 | 2024-08-21T21:30:58.864Z | [ host-image] Aug 21 21:30:57.511 INFO O| Aug 21 21:30:57.511 INFO STEP 155 (remove_files) COMPLETE |
9434 | 2024-08-21T21:30:58.867Z | [ host-image] Aug 21 21:30:57.511 INFO O| Aug 21 21:30:57.511 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9435 | 2024-08-21T21:30:58.877Z | [ host-image] Aug 21 21:30:57.524 INFO O| Aug 21 21:30:57.524 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9436 | 2024-08-21T21:30:58.880Z | [ host-image] Aug 21 21:30:57.524 INFO O| Aug 21 21:30:57.524 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
9437 | 2024-08-21T21:31:03.762Z | [ host-image] Aug 21 21:31:02.408 INFO O| Aug 21 21:31:02.408 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 |
9438 | 2024-08-21T21:31:03.762Z | [ host-image] Aug 21 21:31:02.408 INFO O| Aug 21 21:31:02.408 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9439 | 2024-08-21T21:31:03.774Z | [ host-image] Aug 21 21:31:02.421 INFO O| Aug 21 21:31:02.421 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9440 | 2024-08-21T21:31:03.850Z | [ host-image] Aug 21 21:31:02.496 INFO O| Aug 21 21:31:02.496 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9441 | 2024-08-21T21:31:03.850Z | [ host-image] Aug 21 21:31:02.496 INFO O| Aug 21 21:31:02.496 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9442 | 2024-08-21T21:31:03.853Z | [ host-image] Aug 21 21:31:02.499 INFO O| Aug 21 21:31:02.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9443 | 2024-08-21T21:31:03.853Z | [ host-image] Aug 21 21:31:02.499 INFO O| Aug 21 21:31:02.499 INFO ok! |
9444 | 2024-08-21T21:31:03.853Z | [ host-image] Aug 21 21:31:02.499 INFO O| Aug 21 21:31:02.499 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9445 | 2024-08-21T21:31:03.853Z | [ host-image] Aug 21 21:31:02.499 INFO O| Aug 21 21:31:02.499 INFO STEP 156 (seed_smf) COMPLETE |
9446 | 2024-08-21T21:31:03.853Z | [ host-image] Aug 21 21:31:02.499 INFO O| Aug 21 21:31:02.499 INFO steps complete; finalising image! |
9447 | 2024-08-21T21:31:03.853Z | [ host-image] Aug 21 21:31:02.499 INFO O| Aug 21 21:31:02.499 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9448 | 2024-08-21T21:31:03.993Z | [ host-image] Aug 21 21:31:02.639 INFO O| Aug 21 21:31:02.639 INFO trim TEMPORARY-gimlet-zfs: (3% trimmed, started at Wed Aug 21 21:31:02 2024) |
9449 | 2024-08-21T21:31:04.212Z | [ host-image] Aug 21 21:31:02.858 INFO O| Aug 21 21:31:02.858 INFO temporary pool has 661M used, 171M avail, 1.88x compressratio |
9450 | 2024-08-21T21:31:04.212Z | [ host-image] Aug 21 21:31:02.859 INFO O| Aug 21 21:31:02.858 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9451 | 2024-08-21T21:31:04.473Z | [ host-image] Aug 21 21:31:03.119 INFO O| Aug 21 21:31:03.119 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9452 | 2024-08-21T21:31:04.473Z | [ host-image] Aug 21 21:31:03.119 INFO O| Aug 21 21:31:03.119 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9453 | 2024-08-21T21:31:05.535Z | [ host-image] Aug 21 21:31:04.181 INFO O| Aug 21 21:31:04.181 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9454 | 2024-08-21T21:31:05.535Z | [ host-image] Aug 21 21:31:04.181 INFO O| Aug 21 21:31:04.181 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9455 | 2024-08-21T21:31:05.538Z | [ host-image] Aug 21 21:31:04.181 INFO O| Aug 21 21:31:04.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9456 | 2024-08-21T21:31:05.538Z | [ host-image] Aug 21 21:31:04.181 INFO O| Aug 21 21:31:04.181 INFO completed processing gimlet/zfs |
9457 | 2024-08-21T21:31:05.538Z | [ host-image] Aug 21 21:31:04.181 INFO O| Aug 21 21:31:04.181 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9458 | 2024-08-21T21:31:11.356Z | [ host-image] Aug 21 21:31:10.002 INFO O| Aug 21 21:31:10.001 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9459 | 2024-08-21T21:31:11.431Z | [ host-image] Aug 21 21:31:10.076 INFO BUILD STRING "heads/stlouis-0-g60122b5709\n" |
9460 | 2024-08-21T21:31:11.431Z | [ host-image] Aug 21 21:31:10.076 INFO expanded image name: "ci 161443f/${os_short_commit} 2024-08-21 21:03" -> "ci 161443f/60122b5 2024-08-21 21:03" |
9461 | 2024-08-21T21:31:11.433Z | [ host-image] Aug 21 21:31:10.076 INFO output artefacts stored in: "/work/os-host" |
9462 | 2024-08-21T21:31:11.433Z | [ host-image] Aug 21 21:31:10.076 INFO collecting git info from project "phbl"... |
9463 | 2024-08-21T21:31:11.436Z | [ host-image] Aug 21 21:31:10.082 INFO collecting git info from project "chelsio-t6-roms"... |
9464 | 2024-08-21T21:31:11.440Z | [ host-image] Aug 21 21:31:10.086 INFO collecting git info from project "pilot"... |
9465 | 2024-08-21T21:31:11.445Z | [ host-image] Aug 21 21:31:10.091 INFO collecting git info from project "pinprick"... |
9466 | 2024-08-21T21:31:11.449Z | [ host-image] Aug 21 21:31:10.095 INFO collecting git info from project "amd-host-image-builder"... |
9467 | 2024-08-21T21:31:11.461Z | [ host-image] Aug 21 21:31:10.107 INFO collecting git info from project "bootserver"... |
9468 | 2024-08-21T21:31:11.466Z | [ host-image] Aug 21 21:31:10.111 INFO collecting git info from project "image-builder"... |
9469 | 2024-08-21T21:31:11.470Z | [ host-image] Aug 21 21:31:10.116 INFO collecting git info from project "amd-firmware"... |
9470 | 2024-08-21T21:31:11.477Z | [ host-image] Aug 21 21:31:10.123 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9471 | 2024-08-21T21:31:11.817Z | [ host-image] Aug 21 21:31:10.462 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9472 | 2024-08-21T21:31:12.145Z | [ host-image] Aug 21 21:31:10.790 INFO creating Oxide boot image... |
9473 | 2024-08-21T21:31:12.145Z | [ host-image] Aug 21 21:31:10.790 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 161443f/60122b5 2024-08-21 21:03", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9474 | 2024-08-21T21:31:13.059Z | [ host-image] Aug 21 21:31:11.704 INFO O| ok, image written! |
9475 | 2024-08-21T21:31:13.059Z | [ host-image] Aug 21 21:31:11.704 INFO O| ok, boot_image_csum file written! |
9476 | 2024-08-21T21:31:13.061Z | [ host-image] Aug 21 21:31:11.707 INFO creating boot archive (CPIO)... |
9477 | 2024-08-21T21:31:13.064Z | [ host-image] Aug 21 21:31:11.707 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 |
9478 | 2024-08-21T21:31:13.070Z | [ host-image] Aug 21 21:31:11.716 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9479 | 2024-08-21T21:31:13.070Z | [ host-image] Aug 21 21:31:11.716 INFO E| + outfile=/work/os-host/cpio |
9480 | 2024-08-21T21:31:13.073Z | [ host-image] Aug 21 21:31:11.716 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9481 | 2024-08-21T21:31:13.073Z | [ host-image] Aug 21 21:31:11.718 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9482 | 2024-08-21T21:31:13.073Z | [ host-image] Aug 21 21:31:11.718 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9483 | 2024-08-21T21:31:13.108Z | [ host-image] Aug 21 21:31:11.754 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9484 | 2024-08-21T21:31:13.108Z | [ host-image] Aug 21 21:31:11.754 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9485 | 2024-08-21T21:31:13.116Z | [ host-image] Aug 21 21:31:11.762 INFO creating compressed cpio/unix for nanobl-rs... |
9486 | 2024-08-21T21:31:13.116Z | [ host-image] Aug 21 21:31:11.762 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 |
9487 | 2024-08-21T21:31:13.400Z | [ host-image] Aug 21 21:31:12.045 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9488 | 2024-08-21T21:31:17.740Z | [ host-image] Aug 21 21:31:16.385 INFO creating reset image... |
9489 | 2024-08-21T21:31:17.743Z | [ host-image] Aug 21 21:31:16.385 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9490 | 2024-08-21T21:31:17.821Z | [ host-image] Aug 21 21:31:16.466 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9491 | 2024-08-21T21:31:17.824Z | [ host-image] Aug 21 21:31:16.467 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9492 | 2024-08-21T21:31:17.888Z | [ host-image] Aug 21 21:31:16.531 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9493 | 2024-08-21T21:31:20.022Z | [ host-image] Aug 21 21:31:18.666 INFO E| Finished `release` profile [optimized] target(s) in 2.18s |
9494 | 2024-08-21T21:31:20.032Z | [ host-image] Aug 21 21:31:18.677 INFO building host image... |
9495 | 2024-08-21T21:31:20.034Z | [ host-image] Aug 21 21:31:18.677 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") |
9496 | 2024-08-21T21:31:20.479Z | [ host-image] Aug 21 21:31:19.123 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9497 | 2024-08-21T21:32:05.989Z | [ host-image] Aug 21 21:32:04.629 INFO image complete! materials are in "/work/os-host" |
9498 | 2024-08-21T21:32:05.992Z | [ host-image] |
9499 | 2024-08-21T21:32:05.992Z | [ host-image] real 8:13.447478417 |
9500 | 2024-08-21T21:32:05.992Z | [ host-image] user 3:57.577502304 |
9501 | 2024-08-21T21:32:05.993Z | [ host-image] sys 45.977677653 |
9502 | 2024-08-21T21:32:05.993Z | [ host-image] trap 0.131295696 |
9503 | 2024-08-21T21:32:05.993Z | [ host-image] tflt 0.023665385 |
9504 | 2024-08-21T21:32:05.993Z | [ host-image] dflt 0.013638185 |
9505 | 2024-08-21T21:32:05.993Z | [ host-image] kflt 0.000000000 |
9506 | 2024-08-21T21:32:05.993Z | [ host-image] lock 8:28.942325386 |
9507 | 2024-08-21T21:32:05.993Z | [ host-image] slp 44:46.701655165 |
9508 | 2024-08-21T21:32:05.993Z | Aug 21 21:32:04.633 INFO [host-image] process exited with exit status: 0 (493.459448643s) |
9509 | 2024-08-21T21:32:05.993Z | [ host-image] lat 1:05.987899970 |
9510 | 2024-08-21T21:32:05.993Z | [ host-image] stop 0.414398990 |
9511 | 2024-08-21T21:32:05.995Z | Aug 21 21:32:04.633 INFO [tuf-repo] running task |
9512 | 2024-08-21T21:32:13.046Z | Aug 21 21:32:11.685 INFO assembling repository in `/tmp/tufaceousypEtn6`, component: OmicronRepoAssembler |
9513 | 2024-08-21T21:32:17.559Z | Aug 21 21:32:16.198 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9514 | 2024-08-21T21:32:17.871Z | Aug 21 21:32:16.510 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9515 | 2024-08-21T21:32:29.581Z | Aug 21 21:32:28.220 INFO [tuf-repo] task succeeded (23.586602804s) |
9516 | 2024-08-21T21:32:29.582Z | Aug 21 21:32:28.220 INFO all jobs completed in 1742.391631093s |
9517 | 2024-08-21T21:32:30.085Z | process exited: duration 2276640 ms, exit code 0 |
|
9518 | 2024-08-21T21:32:30.095Z | found 33 output files |
9519 | 2024-08-21T21:32:30.095Z | uploading: /work/manifest.toml (8404 bytes) |
9520 | 2024-08-21T21:32:31.107Z | uploaded: /work/manifest.toml |
9521 | 2024-08-21T21:32:31.107Z | uploading: /work/repo.zip (1783722932 bytes) |
9522 | 2024-08-21T21:33:06.184Z | uploaded: /work/repo.zip |
9523 | 2024-08-21T21:33:06.189Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9524 | 2024-08-21T21:33:07.212Z | uploaded: /work/repo.zip.sha256.txt |
9525 | 2024-08-21T21:33:07.212Z | uploading: /work/helios-setup.log (52390 bytes) |
9526 | 2024-08-21T21:33:08.225Z | uploaded: /work/helios-setup.log |
9527 | 2024-08-21T21:33:08.225Z | uploading: /work/host-image.log (194514 bytes) |
9528 | 2024-08-21T21:33:09.247Z | uploaded: /work/host-image.log |
9529 | 2024-08-21T21:33:09.247Z | uploading: /work/host-package.log (18948 bytes) |
9530 | 2024-08-21T21:33:10.260Z | uploaded: /work/host-package.log |
9531 | 2024-08-21T21:33:10.260Z | uploading: /work/host-target.log (101 bytes) |
9532 | 2024-08-21T21:33:11.269Z | uploaded: /work/host-target.log |
9533 | 2024-08-21T21:33:11.269Z | uploading: /work/omicron-package.log (4491 bytes) |
9534 | 2024-08-21T21:33:12.277Z | uploaded: /work/omicron-package.log |
9535 | 2024-08-21T21:33:12.280Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9536 | 2024-08-21T21:33:13.287Z | uploaded: /work/phbl-toolchain.log |
9537 | 2024-08-21T21:33:13.287Z | uploading: /work/recovery-image.log (590379 bytes) |
9538 | 2024-08-21T21:33:14.306Z | uploaded: /work/recovery-image.log |
9539 | 2024-08-21T21:33:14.306Z | uploading: /work/recovery-package.log (282 bytes) |
9540 | 2024-08-21T21:33:15.313Z | uploaded: /work/recovery-package.log |
9541 | 2024-08-21T21:33:15.314Z | uploading: /work/recovery-target.log (98 bytes) |
9542 | 2024-08-21T21:33:16.321Z | uploaded: /work/recovery-target.log |
9543 | 2024-08-21T21:33:16.321Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9544 | 2024-08-21T21:33:17.328Z | uploaded: /work/stamp-clickhouse.log |
9545 | 2024-08-21T21:33:17.328Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9546 | 2024-08-21T21:33:18.336Z | uploaded: /work/stamp-clickhouse_keeper.log |
9547 | 2024-08-21T21:33:18.336Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9548 | 2024-08-21T21:33:19.350Z | uploaded: /work/stamp-cockroachdb.log |
9549 | 2024-08-21T21:33:19.359Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9550 | 2024-08-21T21:33:20.368Z | uploaded: /work/stamp-crucible-dtrace.log |
9551 | 2024-08-21T21:33:20.368Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9552 | 2024-08-21T21:33:21.376Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9553 | 2024-08-21T21:33:21.376Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9554 | 2024-08-21T21:33:22.383Z | uploaded: /work/stamp-crucible-zone.log |
9555 | 2024-08-21T21:33:22.386Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9556 | 2024-08-21T21:33:23.391Z | uploaded: /work/stamp-external-dns.log |
9557 | 2024-08-21T21:33:23.391Z | uploading: /work/stamp-installinator.log (103 bytes) |
9558 | 2024-08-21T21:33:24.399Z | uploaded: /work/stamp-installinator.log |
9559 | 2024-08-21T21:33:24.399Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9560 | 2024-08-21T21:33:25.406Z | uploaded: /work/stamp-internal-dns.log |
9561 | 2024-08-21T21:33:25.406Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9562 | 2024-08-21T21:33:26.413Z | uploaded: /work/stamp-mg-ddm-gz.log |
9563 | 2024-08-21T21:33:26.413Z | uploading: /work/stamp-nexus.log (112 bytes) |
9564 | 2024-08-21T21:33:27.423Z | uploaded: /work/stamp-nexus.log |
9565 | 2024-08-21T21:33:27.423Z | uploading: /work/stamp-ntp.log (110 bytes) |
9566 | 2024-08-21T21:33:28.430Z | uploaded: /work/stamp-ntp.log |
9567 | 2024-08-21T21:33:28.430Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9568 | 2024-08-21T21:33:29.439Z | uploaded: /work/stamp-omicron-sled-agent.log |
9569 | 2024-08-21T21:33:29.439Z | uploading: /work/stamp-overlay.log (114 bytes) |
9570 | 2024-08-21T21:33:30.447Z | uploaded: /work/stamp-overlay.log |
9571 | 2024-08-21T21:33:30.447Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9572 | 2024-08-21T21:33:31.454Z | uploaded: /work/stamp-oximeter.log |
9573 | 2024-08-21T21:33:31.454Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9574 | 2024-08-21T21:33:32.462Z | uploaded: /work/stamp-oxlog.log |
9575 | 2024-08-21T21:33:32.462Z | uploading: /work/stamp-probe.log (112 bytes) |
9576 | 2024-08-21T21:33:33.470Z | uploaded: /work/stamp-probe.log |
9577 | 2024-08-21T21:33:33.470Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9578 | 2024-08-21T21:33:34.480Z | uploaded: /work/stamp-propolis-server.log |
9579 | 2024-08-21T21:33:34.480Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9580 | 2024-08-21T21:33:35.487Z | uploaded: /work/stamp-pumpkind-gz.log |
9581 | 2024-08-21T21:33:35.487Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9582 | 2024-08-21T21:33:36.494Z | uploaded: /work/stamp-switch-asic.log |
9583 | 2024-08-21T21:33:36.494Z | uploading: /work/verify-libraries.log (1992 bytes) |
9584 | 2024-08-21T21:33:37.501Z | uploaded: /work/verify-libraries.log |