|
|
|
1 | 2024-08-16T04:58:10.584Z | job assigned to worker 01J5CRRD0S6RBCXHTNWJXT7FY2 (queued for 1 m 12 s) |
|
2 | 2024-08-16T04:58:17.655Z | starting task 0: "setup" |
3 | 2024-08-16T04:58:17.668Z | ++ uname -s |
4 | 2024-08-16T04:58:17.670Z | + kern=SunOS |
5 | 2024-08-16T04:58:17.670Z | + case "$kern" in |
6 | 2024-08-16T04:58:17.670Z | + groupadd -g 12345 build |
7 | 2024-08-16T04:58:17.673Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T04:58:19.682Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T04:58:19.749Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T04:58:19.751Z | + home_fs=zfs |
11 | 2024-08-16T04:58:19.752Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T04:58:19.752Z | + mkdir -p /home/build |
13 | 2024-08-16T04:58:19.754Z | + chown build:build /home/build /work |
14 | 2024-08-16T04:58:21.756Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T04:58:21.759Z | process exited: duration 4101 ms, exit code 0 |
|
16 | 2024-08-16T04:58:21.765Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T04:58:21.770Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T04:58:21.770Z | * toolchain channel = "1.80.1" |
19 | 2024-08-16T04:58:21.770Z | * toolchain profile = "default" |
20 | 2024-08-16T04:58:21.770Z | ' 1.80.1 |
21 | 2024-08-16T04:58:21.770Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-16T04:58:21.770Z | ' default |
23 | 2024-08-16T04:58:21.773Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T04:58:21.773Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T04:58:21.892Z | info: downloading installer |
26 | 2024-08-16T04:58:23.127Z | info: profile set to 'default' |
27 | 2024-08-16T04:58:23.127Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T04:58:23.130Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T04:58:23.334Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T04:58:23.334Z | info: downloading component 'cargo' |
31 | 2024-08-16T04:58:24.286Z | info: downloading component 'clippy' |
32 | 2024-08-16T04:58:24.629Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T04:58:25.994Z | info: downloading component 'rust-std' |
34 | 2024-08-16T04:58:27.912Z | info: downloading component 'rustc' |
35 | 2024-08-16T04:58:33.431Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T04:58:33.724Z | info: installing component 'cargo' |
37 | 2024-08-16T04:58:34.638Z | info: installing component 'clippy' |
38 | 2024-08-16T04:58:35.058Z | info: installing component 'rust-docs' |
39 | 2024-08-16T04:58:36.689Z | info: installing component 'rust-std' |
40 | 2024-08-16T04:58:38.326Z | info: installing component 'rustc' |
41 | 2024-08-16T04:58:42.542Z | info: installing component 'rustfmt' |
42 | 2024-08-16T04:58:42.833Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T04:58:42.833Z | |
44 | 2024-08-16T04:58:43.090Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T04:58:43.090Z | |
46 | 2024-08-16T04:58:43.093Z | |
47 | 2024-08-16T04:58:43.093Z | Rust is installed now. Great! |
48 | 2024-08-16T04:58:43.093Z | |
49 | 2024-08-16T04:58:43.093Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T04:58:43.093Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T04:58:43.093Z | |
52 | 2024-08-16T04:58:43.093Z | To configure your current shell, you need to source |
53 | 2024-08-16T04:58:43.093Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T04:58:43.093Z | |
55 | 2024-08-16T04:58:43.093Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T04:58:43.093Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T04:58:43.093Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T04:58:43.140Z | + rustc --version |
59 | 2024-08-16T04:58:43.203Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T04:58:43.206Z | process exited: duration 21429 ms, exit code 0 |
|
61 | 2024-08-16T04:58:43.211Z | starting task 2: "authentication" |
62 | 2024-08-16T04:58:43.234Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-08-16T04:58:43.241Z | starting task 3: "clone repository" |
64 | 2024-08-16T04:58:43.246Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T04:58:43.248Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T04:58:43.284Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T04:58:49.442Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T04:58:49.442Z | + git fetch origin b927580f518ded71630e936d7c2ef13a91cd0ded |
69 | 2024-08-16T04:58:49.705Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T04:58:49.705Z | * branch b927580f518ded71630e936d7c2ef13a91cd0ded -> FETCH_HEAD |
71 | 2024-08-16T04:58:49.720Z | + [[ -n sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]] |
72 | 2024-08-16T04:58:49.723Z | ++ git branch --show-current |
73 | 2024-08-16T04:58:49.723Z | + current=main |
74 | 2024-08-16T04:58:49.723Z | + [[ main != sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]] |
75 | 2024-08-16T04:58:49.723Z | + git branch -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 b927580f518ded71630e936d7c2ef13a91cd0ded |
76 | 2024-08-16T04:58:49.723Z | + git checkout -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 |
77 | 2024-08-16T04:58:49.869Z | Switched to branch 'sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249' |
78 | 2024-08-16T04:58:49.874Z | + git reset --hard b927580f518ded71630e936d7c2ef13a91cd0ded |
79 | 2024-08-16T04:58:50.030Z | HEAD is now at b927580f5 [spr] initial version |
80 | 2024-08-16T04:58:50.047Z | process exited: duration 6766 ms, exit code 0 |
|
81 | 2024-08-16T04:58:50.080Z | starting task 4: "build" |
82 | 2024-08-16T04:58:50.091Z | + cargo --version |
83 | 2024-08-16T04:58:50.146Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T04:58:50.159Z | + rustc --version |
85 | 2024-08-16T04:58:50.208Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T04:58:50.225Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-16T04:58:55.020Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-16T04:58:57.137Z | Startup: Caching catalogs ... Done |
89 | 2024-08-16T04:58:59.049Z | Planning: Solver setup ... Done (1.233s) |
90 | 2024-08-16T04:58:59.065Z | Planning: Running solver ... Done (0.030s) |
91 | 2024-08-16T04:58:59.107Z | Planning: Finding local manifests ... Done (0.002s) |
92 | 2024-08-16T04:58:59.110Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-08-16T04:58:59.264Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-08-16T04:58:59.408Z | Planning: Package planning ... Done (0.155s) |
95 | 2024-08-16T04:58:59.469Z | Planning: Merging actions ... Done (0.050s) |
96 | 2024-08-16T04:58:59.784Z | Planning: Checking for conflicting actions ... Done (0.308s) |
97 | 2024-08-16T04:58:59.799Z | Planning: Consolidating action changes ... Done (0.013s) |
98 | 2024-08-16T04:59:00.791Z | Planning: Evaluating mediators ... Done (0.977s) |
99 | 2024-08-16T04:59:00.840Z | Planning: Planning completed in 3.55 seconds |
100 | 2024-08-16T04:59:00.840Z | Packages to install: 4 |
101 | 2024-08-16T04:59:00.840Z | Mediators to change: 2 |
102 | 2024-08-16T04:59:00.840Z | Services to change: 1 |
103 | 2024-08-16T04:59:00.841Z | Estimated space available: 155.72 GB |
104 | 2024-08-16T04:59:00.841Z | Estimated space to be consumed: 1.48 GB |
105 | 2024-08-16T04:59:00.841Z | Create boot environment: No |
106 | 2024-08-16T04:59:00.841Z | Create backup boot environment: No |
107 | 2024-08-16T04:59:00.841Z | Rebuild boot archive: No |
108 | 2024-08-16T04:59:00.841Z | |
109 | 2024-08-16T04:59:00.841Z | Changed mediators: |
110 | 2024-08-16T04:59:00.841Z | mediator clang: |
111 | 2024-08-16T04:59:00.841Z | version: None -> 15 (system default) |
112 | 2024-08-16T04:59:00.841Z | |
113 | 2024-08-16T04:59:00.841Z | mediator llvm: |
114 | 2024-08-16T04:59:00.841Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-08-16T04:59:00.842Z | |
116 | 2024-08-16T04:59:00.842Z | Changed packages: |
117 | 2024-08-16T04:59:00.842Z | helios-dev |
118 | 2024-08-16T04:59:00.842Z | developer/build-essential |
119 | 2024-08-16T04:59:00.842Z | None -> 11-2.0 |
120 | 2024-08-16T04:59:00.842Z | library/libxmlsec1 |
121 | 2024-08-16T04:59:00.842Z | None -> 1.2.35-2.0 |
122 | 2024-08-16T04:59:00.842Z | ooce/developer/clang-15 |
123 | 2024-08-16T04:59:00.842Z | None -> 15.0.7-2.0 |
124 | 2024-08-16T04:59:00.842Z | ooce/developer/llvm-15 |
125 | 2024-08-16T04:59:00.842Z | None -> 15.0.7-2.0 |
126 | 2024-08-16T04:59:00.842Z | |
127 | 2024-08-16T04:59:00.842Z | Services: |
128 | 2024-08-16T04:59:00.843Z | restart_fmri: |
129 | 2024-08-16T04:59:00.843Z | svc:/system/update-man-index:default |
130 | 2024-08-16T04:59:00.870Z | |
131 | 2024-08-16T04:59:00.870Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-08-16T04:59:08.830Z | Download: 211/3290 items 1.3/212.6MB 0% complete (1.5M/s) |
133 | 2024-08-16T04:59:17.832Z | Download: 213/3290 items 1.3/212.6MB 0% complete |
134 | 2024-08-16T04:59:22.844Z | Download: 1164/3290 items 62.5/212.6MB 29% complete (12.2M/s) |
135 | 2024-08-16T04:59:27.866Z | Download: 1911/3290 items 118.5/212.6MB 55% complete (11.8M/s) |
136 | 2024-08-16T04:59:32.876Z | Download: 2973/3290 items 121.2/212.6MB 57% complete (6.8M/s) |
137 | 2024-08-16T04:59:37.898Z | Download: 3234/3290 items 200.8/212.6MB 94% complete (8.4M/s) |
138 | 2024-08-16T04:59:42.729Z | Download: Completed 212.60 MB in 41.85 seconds (5.1M/s) |
139 | 2024-08-16T04:59:43.300Z | Actions: 1/3689 actions (Installing new actions) |
140 | 2024-08-16T04:59:47.504Z | Actions: Completed 3689 actions in 4.62 seconds. |
141 | 2024-08-16T04:59:47.818Z | Done (0.273s) |
142 | 2024-08-16T04:59:47.819Z | Done (0.000s) |
143 | 2024-08-16T04:59:48.245Z | Done (0.368s) |
144 | 2024-08-16T04:59:52.396Z | Done (3.998s) |
145 | 2024-08-16T04:59:52.534Z | Done (0.018s) |
146 | 2024-08-16T04:59:52.534Z | Done (0.000s) |
147 | 2024-08-16T04:59:52.678Z | Done (0.000s) |
148 | 2024-08-16T04:59:53.160Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-08-16T04:59:53.324Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-08-16T04:59:53.336Z | Planning: Consolidating action changes ... Done |
151 | 2024-08-16T04:59:53.582Z | Planning: Evaluating mediators ... Done |
152 | 2024-08-16T04:59:53.592Z | Planning: Planning completed in 0.42 seconds |
153 | 2024-08-16T04:59:53.604Z | Mediators to change: 2 |
154 | 2024-08-16T04:59:53.604Z | Create boot environment: No |
155 | 2024-08-16T04:59:53.608Z | Create backup boot environment: No |
156 | 2024-08-16T04:59:53.690Z | Done |
157 | 2024-08-16T04:59:53.690Z | Done |
158 | 2024-08-16T04:59:53.915Z | Done |
159 | 2024-08-16T04:59:57.457Z | Done |
160 | 2024-08-16T04:59:57.543Z | Done |
161 | 2024-08-16T04:59:57.547Z | Done |
162 | 2024-08-16T04:59:57.673Z | Done |
163 | 2024-08-16T04:59:58.340Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-08-16T04:59:58.444Z | Planning: Merging actions ... Done |
165 | 2024-08-16T04:59:58.491Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-08-16T04:59:58.491Z | Planning: Consolidating action changes ... Done |
167 | 2024-08-16T04:59:58.730Z | Planning: Evaluating mediators ... Done |
168 | 2024-08-16T04:59:58.786Z | Planning: Planning completed in 0.75 seconds |
169 | 2024-08-16T04:59:58.823Z | Packages to change: 1 |
170 | 2024-08-16T04:59:58.823Z | Mediators to change: 1 |
171 | 2024-08-16T04:59:58.828Z | Services to change: 1 |
172 | 2024-08-16T04:59:58.828Z | Create boot environment: No |
173 | 2024-08-16T04:59:58.828Z | Create backup boot environment: Yes |
174 | 2024-08-16T05:00:00.860Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-08-16T05:00:00.872Z | Actions: Completed 6 actions in 0.00 seconds. |
176 | 2024-08-16T05:00:00.872Z | Done |
177 | 2024-08-16T05:00:00.872Z | Done |
178 | 2024-08-16T05:00:00.942Z | Done |
179 | 2024-08-16T05:00:04.686Z | Done |
180 | 2024-08-16T05:00:04.782Z | Done |
181 | 2024-08-16T05:00:04.805Z | Done |
182 | 2024-08-16T05:00:04.951Z | Done |
183 | 2024-08-16T05:00:05.403Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-08-16T05:00:05.403Z | clang system 15 system |
185 | 2024-08-16T05:00:05.403Z | csh system system illumos |
186 | 2024-08-16T05:00:05.403Z | ctags system system illumos |
187 | 2024-08-16T05:00:05.403Z | gcc vendor 12 vendor |
188 | 2024-08-16T05:00:05.403Z | gcc system 10 system |
189 | 2024-08-16T05:00:05.403Z | gcc system 7 system |
190 | 2024-08-16T05:00:05.403Z | go system 1.20 system |
191 | 2024-08-16T05:00:05.403Z | go system 1.19 system |
192 | 2024-08-16T05:00:05.403Z | llvm system 15 system |
193 | 2024-08-16T05:00:05.403Z | llvm system 14 system |
194 | 2024-08-16T05:00:05.403Z | mariadb system 10.6 system |
195 | 2024-08-16T05:00:05.403Z | mta vendor vendor dma |
196 | 2024-08-16T05:00:05.403Z | openjdk system 17 system |
197 | 2024-08-16T05:00:05.403Z | openjdk system 11 system |
198 | 2024-08-16T05:00:05.403Z | openjdk system 1.8 system |
199 | 2024-08-16T05:00:05.404Z | openssl vendor 3 vendor |
200 | 2024-08-16T05:00:05.404Z | perl system 5.36 system |
201 | 2024-08-16T05:00:05.404Z | postgresql system 15 system |
202 | 2024-08-16T05:00:05.404Z | postgresql system 13 system |
203 | 2024-08-16T05:00:05.404Z | python vendor 3 vendor |
204 | 2024-08-16T05:00:05.404Z | python system 2 system |
205 | 2024-08-16T05:00:05.404Z | python3 system 3.11 system |
206 | 2024-08-16T05:00:05.404Z | ruby system 3.0 system |
207 | 2024-08-16T05:00:05.404Z | words vendor vendor american-english |
208 | 2024-08-16T05:00:05.404Z | words system system australian-english |
209 | 2024-08-16T05:00:05.404Z | words system system british-english |
210 | 2024-08-16T05:00:05.404Z | words system system canadian-english |
211 | 2024-08-16T05:00:05.404Z | words system system french |
212 | 2024-08-16T05:00:05.404Z | words system system italian |
213 | 2024-08-16T05:00:05.404Z | words system system ngerman |
214 | 2024-08-16T05:00:05.404Z | words system system ogerman |
215 | 2024-08-16T05:00:05.404Z | words system system spanish |
216 | 2024-08-16T05:00:05.776Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-08-16T05:00:05.776Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-08-16T05:00:07.556Z | FMRI IFO |
219 | 2024-08-16T05:00:07.556Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-08-16T05:00:07.556Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-08-16T05:00:07.556Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-08-16T05:00:07.556Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-08-16T05:00:07.556Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-08-16T05:00:07.556Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-08-16T05:00:07.556Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-08-16T05:00:07.557Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-08-16T05:00:07.557Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-08-16T05:00:07.557Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-08-16T05:00:07.557Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-08-16T05:00:07.557Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-08-16T05:00:08.160Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-08-16T05:00:08.406Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-08-16T05:00:08.708Z | Updating crates.io index |
234 | 2024-08-16T05:00:08.832Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-08-16T05:00:09.573Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-08-16T05:00:10.321Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-08-16T05:00:10.592Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-08-16T05:00:12.069Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-08-16T05:00:12.370Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-08-16T05:00:12.687Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-08-16T05:00:13.725Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-08-16T05:00:15.586Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-08-16T05:00:16.687Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-08-16T05:00:17.634Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
245 | 2024-08-16T05:00:17.874Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
246 | 2024-08-16T05:00:18.433Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
247 | 2024-08-16T05:00:18.777Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
248 | 2024-08-16T05:00:19.059Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
249 | 2024-08-16T05:00:19.523Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
250 | 2024-08-16T05:00:19.774Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
251 | 2024-08-16T05:00:20.005Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
252 | 2024-08-16T05:00:20.286Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
253 | 2024-08-16T05:00:20.583Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-08-16T05:00:20.869Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-08-16T05:00:21.339Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-08-16T05:00:21.578Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-08-16T05:00:22.075Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-08-16T05:00:22.424Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
259 | 2024-08-16T05:00:22.866Z | Updating git repository `https://github.com/oxidecomputer/typify` |
260 | 2024-08-16T05:00:24.927Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
261 | 2024-08-16T05:00:25.203Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
262 | 2024-08-16T05:00:25.448Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
263 | 2024-08-16T05:00:25.959Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
264 | 2024-08-16T05:00:27.136Z | Downloading crates ... |
265 | 2024-08-16T05:00:27.226Z | Downloaded anstyle v1.0.8 |
266 | 2024-08-16T05:00:27.228Z | Downloaded colorchoice v1.0.1 |
267 | 2024-08-16T05:00:27.235Z | Downloaded cargo_metadata v0.18.1 |
268 | 2024-08-16T05:00:27.237Z | Downloaded fnv v1.0.7 |
269 | 2024-08-16T05:00:27.242Z | Downloaded equivalent v1.0.1 |
270 | 2024-08-16T05:00:27.245Z | Downloaded camino v1.1.7 |
271 | 2024-08-16T05:00:27.249Z | Downloaded usdt-attr-macro v0.5.0 |
272 | 2024-08-16T05:00:27.251Z | Downloaded crypto-common v0.1.6 |
273 | 2024-08-16T05:00:27.254Z | Downloaded anstream v0.6.14 |
274 | 2024-08-16T05:00:27.254Z | Downloaded scroll_derive v0.12.0 |
275 | 2024-08-16T05:00:27.259Z | Downloaded usdt-macro v0.5.0 |
276 | 2024-08-16T05:00:27.261Z | Downloaded pretty-hex v0.4.1 |
277 | 2024-08-16T05:00:27.263Z | Downloaded cfg-if v1.0.0 |
278 | 2024-08-16T05:00:27.263Z | Downloaded cargo-platform v0.1.8 |
279 | 2024-08-16T05:00:27.266Z | Downloaded autocfg v1.3.0 |
280 | 2024-08-16T05:00:27.266Z | Downloaded anstyle-query v1.0.3 |
281 | 2024-08-16T05:00:27.268Z | Downloaded memmap v0.7.0 |
282 | 2024-08-16T05:00:27.271Z | Downloaded dof v0.3.0 |
283 | 2024-08-16T05:00:27.271Z | Downloaded block-buffer v0.10.4 |
284 | 2024-08-16T05:00:27.273Z | Downloaded tabled_derive v0.7.0 |
285 | 2024-08-16T05:00:27.273Z | Downloaded heck v0.4.1 |
286 | 2024-08-16T05:00:27.276Z | Downloaded macaddr v1.0.1 |
287 | 2024-08-16T05:00:27.278Z | Downloaded proc-macro-error-attr v1.0.4 |
288 | 2024-08-16T05:00:27.278Z | Downloaded version_check v0.9.5 |
289 | 2024-08-16T05:00:27.281Z | Downloaded thiserror v1.0.63 |
290 | 2024-08-16T05:00:27.284Z | Downloaded itoa v1.0.11 |
291 | 2024-08-16T05:00:27.286Z | Downloaded pest_derive v2.7.10 |
292 | 2024-08-16T05:00:27.289Z | Downloaded thread-id v4.2.1 |
293 | 2024-08-16T05:00:27.289Z | Downloaded serde_tokenstream v0.2.2 |
294 | 2024-08-16T05:00:27.295Z | Downloaded strsim v0.11.1 |
295 | 2024-08-16T05:00:27.298Z | Downloaded clap_derive v4.5.13 |
296 | 2024-08-16T05:00:27.300Z | Downloaded dtrace-parser v0.2.0 |
297 | 2024-08-16T05:00:27.303Z | Downloaded pest_meta v2.7.10 |
298 | 2024-08-16T05:00:27.308Z | Downloaded papergrid v0.11.0 |
299 | 2024-08-16T05:00:27.315Z | Downloaded log v0.4.21 |
300 | 2024-08-16T05:00:27.317Z | Downloaded quote v1.0.36 |
301 | 2024-08-16T05:00:27.320Z | Downloaded is_terminal_polyfill v1.70.0 |
302 | 2024-08-16T05:00:27.328Z | Downloaded swrite v0.1.0 |
303 | 2024-08-16T05:00:27.333Z | Downloaded ryu v1.0.18 |
304 | 2024-08-16T05:00:27.336Z | Downloaded digest v0.10.7 |
305 | 2024-08-16T05:00:27.339Z | Downloaded errno v0.3.9 |
306 | 2024-08-16T05:00:27.341Z | Downloaded ucd-trie v0.1.6 |
307 | 2024-08-16T05:00:27.341Z | Downloaded bytecount v0.6.8 |
308 | 2024-08-16T05:00:27.344Z | Downloaded anstyle-parse v0.2.4 |
309 | 2024-08-16T05:00:27.346Z | Downloaded toml v0.8.19 |
310 | 2024-08-16T05:00:27.349Z | Downloaded clap_lex v0.7.0 |
311 | 2024-08-16T05:00:27.349Z | Downloaded byteorder v1.5.0 |
312 | 2024-08-16T05:00:27.351Z | Downloaded cpufeatures v0.2.12 |
313 | 2024-08-16T05:00:27.354Z | Downloaded generic-array v0.14.7 |
314 | 2024-08-16T05:00:27.354Z | Downloaded fs-err v2.11.0 |
315 | 2024-08-16T05:00:27.356Z | Downloaded heck v0.5.0 |
316 | 2024-08-16T05:00:27.359Z | Downloaded toml_datetime v0.6.8 |
317 | 2024-08-16T05:00:27.361Z | Downloaded serde_spanned v0.6.7 |
318 | 2024-08-16T05:00:27.361Z | Downloaded terminal_size v0.3.0 |
319 | 2024-08-16T05:00:27.364Z | Downloaded pest_generator v2.7.10 |
320 | 2024-08-16T05:00:27.367Z | Downloaded utf8parse v0.2.1 |
321 | 2024-08-16T05:00:27.371Z | Downloaded plain v0.2.3 |
322 | 2024-08-16T05:00:27.374Z | Downloaded thiserror-impl v1.0.63 |
323 | 2024-08-16T05:00:27.377Z | Downloaded scroll v0.12.0 |
324 | 2024-08-16T05:00:27.380Z | Downloaded cargo_toml v0.20.4 |
325 | 2024-08-16T05:00:27.383Z | Downloaded indexmap v2.4.0 |
326 | 2024-08-16T05:00:27.391Z | Downloaded once_cell v1.19.0 |
327 | 2024-08-16T05:00:27.394Z | Downloaded usdt-impl v0.5.0 |
328 | 2024-08-16T05:00:27.396Z | Downloaded proc-macro-error v1.0.4 |
329 | 2024-08-16T05:00:27.399Z | Downloaded bitflags v2.6.0 |
330 | 2024-08-16T05:00:27.402Z | Downloaded usdt v0.5.0 |
331 | 2024-08-16T05:00:27.405Z | Downloaded sha2 v0.10.8 |
332 | 2024-08-16T05:00:27.407Z | Downloaded serde v1.0.207 |
333 | 2024-08-16T05:00:27.410Z | Downloaded clap v4.5.15 |
334 | 2024-08-16T05:00:27.418Z | Downloaded zerocopy-derive v0.7.34 |
335 | 2024-08-16T05:00:27.422Z | Downloaded serde_derive v1.0.207 |
336 | 2024-08-16T05:00:27.425Z | Downloaded unicode-ident v1.0.12 |
337 | 2024-08-16T05:00:27.428Z | Downloaded toml_edit v0.22.20 |
338 | 2024-08-16T05:00:27.451Z | Downloaded typenum v1.17.0 |
339 | 2024-08-16T05:00:27.454Z | Downloaded semver v1.0.23 |
340 | 2024-08-16T05:00:27.457Z | Downloaded proc-macro2 v1.0.86 |
341 | 2024-08-16T05:00:27.457Z | Downloaded anyhow v1.0.86 |
342 | 2024-08-16T05:00:27.467Z | Downloaded memchr v2.7.2 |
343 | 2024-08-16T05:00:27.474Z | Downloaded zerocopy v0.7.34 |
344 | 2024-08-16T05:00:27.492Z | Downloaded serde_json v1.0.125 |
345 | 2024-08-16T05:00:27.497Z | Downloaded hashbrown v0.14.5 |
346 | 2024-08-16T05:00:27.503Z | Downloaded clap_builder v4.5.15 |
347 | 2024-08-16T05:00:27.509Z | Downloaded pest v2.7.10 |
348 | 2024-08-16T05:00:27.515Z | Downloaded goblin v0.8.2 |
349 | 2024-08-16T05:00:27.521Z | Downloaded winnow v0.6.18 |
350 | 2024-08-16T05:00:27.533Z | Downloaded tabled v0.15.0 |
351 | 2024-08-16T05:00:27.548Z | Downloaded syn v1.0.109 |
352 | 2024-08-16T05:00:27.558Z | Downloaded syn v2.0.74 |
353 | 2024-08-16T05:00:27.572Z | Downloaded rustix v0.38.34 |
354 | 2024-08-16T05:00:27.595Z | Downloaded unicode-width v0.1.13 |
355 | 2024-08-16T05:00:27.610Z | Downloaded libc v0.2.155 |
356 | 2024-08-16T05:00:27.910Z | Compiling proc-macro2 v1.0.86 |
357 | 2024-08-16T05:00:27.912Z | Compiling unicode-ident v1.0.12 |
358 | 2024-08-16T05:00:27.912Z | Compiling version_check v0.9.5 |
359 | 2024-08-16T05:00:27.912Z | Compiling serde v1.0.207 |
360 | 2024-08-16T05:00:27.912Z | Compiling thiserror v1.0.63 |
361 | 2024-08-16T05:00:27.912Z | Compiling memchr v2.7.2 |
362 | 2024-08-16T05:00:27.943Z | Compiling libc v0.2.155 |
363 | 2024-08-16T05:00:27.946Z | Compiling ucd-trie v0.1.6 |
364 | 2024-08-16T05:00:28.157Z | Compiling itoa v1.0.11 |
365 | 2024-08-16T05:00:28.388Z | Compiling ryu v1.0.18 |
366 | 2024-08-16T05:00:28.559Z | Compiling once_cell v1.19.0 |
367 | 2024-08-16T05:00:28.755Z | Compiling byteorder v1.5.0 |
368 | 2024-08-16T05:00:28.781Z | Compiling serde_json v1.0.125 |
369 | 2024-08-16T05:00:29.162Z | Compiling proc-macro-error-attr v1.0.4 |
370 | 2024-08-16T05:00:29.196Z | Compiling usdt-impl v0.5.0 |
371 | 2024-08-16T05:00:29.298Z | Compiling syn v1.0.109 |
372 | 2024-08-16T05:00:29.321Z | Compiling rustix v0.38.34 |
373 | 2024-08-16T05:00:29.538Z | Compiling proc-macro-error v1.0.4 |
374 | 2024-08-16T05:00:29.562Z | Compiling quote v1.0.36 |
375 | 2024-08-16T05:00:29.784Z | Compiling plain v0.2.3 |
376 | 2024-08-16T05:00:29.895Z | Compiling utf8parse v0.2.1 |
377 | 2024-08-16T05:00:29.957Z | Compiling syn v2.0.74 |
378 | 2024-08-16T05:00:29.988Z | Compiling errno v0.3.9 |
379 | 2024-08-16T05:00:30.125Z | Compiling equivalent v1.0.1 |
380 | 2024-08-16T05:00:30.227Z | Compiling hashbrown v0.14.5 |
381 | 2024-08-16T05:00:30.251Z | Compiling log v0.4.21 |
382 | 2024-08-16T05:00:30.277Z | Compiling bitflags v2.6.0 |
383 | 2024-08-16T05:00:30.300Z | Compiling anstyle-parse v0.2.4 |
384 | 2024-08-16T05:00:30.521Z | Compiling thread-id v4.2.1 |
385 | 2024-08-16T05:00:30.724Z | Compiling anstyle-query v1.0.3 |
386 | 2024-08-16T05:00:30.811Z | Compiling pretty-hex v0.4.1 |
387 | 2024-08-16T05:00:30.868Z | Compiling colorchoice v1.0.1 |
388 | 2024-08-16T05:00:31.022Z | Compiling is_terminal_polyfill v1.70.0 |
389 | 2024-08-16T05:00:31.027Z | Compiling camino v1.1.7 |
390 | 2024-08-16T05:00:31.062Z | Compiling semver v1.0.23 |
391 | 2024-08-16T05:00:31.153Z | Compiling winnow v0.6.18 |
392 | 2024-08-16T05:00:31.380Z | Compiling autocfg v1.3.0 |
393 | 2024-08-16T05:00:31.576Z | Compiling indexmap v2.4.0 |
394 | 2024-08-16T05:00:31.600Z | Compiling anstyle v1.0.8 |
395 | 2024-08-16T05:00:31.788Z | Compiling terminal_size v0.3.0 |
396 | 2024-08-16T05:00:31.994Z | Compiling anstream v0.6.14 |
397 | 2024-08-16T05:00:32.276Z | Compiling anyhow v1.0.86 |
398 | 2024-08-16T05:00:32.278Z | Compiling fs-err v2.11.0 |
399 | 2024-08-16T05:00:32.322Z | Compiling clap_lex v0.7.0 |
400 | 2024-08-16T05:00:32.592Z | Compiling strsim v0.11.1 |
401 | 2024-08-16T05:00:32.785Z | Compiling heck v0.4.1 |
402 | 2024-08-16T05:00:32.823Z | Compiling fnv v1.0.7 |
403 | 2024-08-16T05:00:32.924Z | Compiling unicode-width v0.1.13 |
404 | 2024-08-16T05:00:32.949Z | Compiling bytecount v0.6.8 |
405 | 2024-08-16T05:00:32.973Z | Compiling heck v0.5.0 |
406 | 2024-08-16T05:00:33.172Z | Compiling papergrid v0.11.0 |
407 | 2024-08-16T05:00:33.448Z | Compiling clap_builder v4.5.15 |
408 | 2024-08-16T05:00:33.527Z | Compiling memmap v0.7.0 |
409 | 2024-08-16T05:00:33.891Z | Compiling swrite v0.1.0 |
410 | 2024-08-16T05:00:35.400Z | Compiling tabled_derive v0.7.0 |
411 | 2024-08-16T05:00:36.877Z | Compiling tabled v0.15.0 |
412 | 2024-08-16T05:00:38.457Z | Compiling serde_derive v1.0.207 |
413 | 2024-08-16T05:00:38.460Z | Compiling thiserror-impl v1.0.63 |
414 | 2024-08-16T05:00:38.460Z | Compiling zerocopy-derive v0.7.34 |
415 | 2024-08-16T05:00:38.698Z | Compiling scroll_derive v0.12.0 |
416 | 2024-08-16T05:00:38.824Z | Compiling clap_derive v4.5.13 |
417 | 2024-08-16T05:00:40.210Z | Compiling scroll v0.12.0 |
418 | 2024-08-16T05:00:40.523Z | Compiling zerocopy v0.7.34 |
419 | 2024-08-16T05:00:40.691Z | Compiling goblin v0.8.2 |
420 | 2024-08-16T05:00:41.477Z | Compiling pest v2.7.10 |
421 | 2024-08-16T05:00:42.391Z | Compiling clap v4.5.15 |
422 | 2024-08-16T05:00:43.535Z | Compiling pest_meta v2.7.10 |
423 | 2024-08-16T05:00:44.369Z | Compiling pest_generator v2.7.10 |
424 | 2024-08-16T05:00:46.228Z | Compiling pest_derive v2.7.10 |
425 | 2024-08-16T05:00:46.971Z | Compiling dtrace-parser v0.2.0 |
426 | 2024-08-16T05:00:48.483Z | Compiling serde_spanned v0.6.7 |
427 | 2024-08-16T05:00:48.483Z | Compiling toml_datetime v0.6.8 |
428 | 2024-08-16T05:00:48.485Z | Compiling cargo-platform v0.1.8 |
429 | 2024-08-16T05:00:48.860Z | Compiling serde_tokenstream v0.2.2 |
430 | 2024-08-16T05:00:48.935Z | Compiling toml_edit v0.22.20 |
431 | 2024-08-16T05:00:49.039Z | Compiling macaddr v1.0.1 |
432 | 2024-08-16T05:00:49.878Z | Compiling dof v0.3.0 |
433 | 2024-08-16T05:00:49.878Z | Compiling cargo_metadata v0.18.1 |
434 | 2024-08-16T05:00:51.708Z | Compiling toml v0.8.19 |
435 | 2024-08-16T05:00:51.872Z | Compiling usdt-attr-macro v0.5.0 |
436 | 2024-08-16T05:00:51.875Z | Compiling usdt-macro v0.5.0 |
437 | 2024-08-16T05:00:52.533Z | Compiling cargo_toml v0.20.4 |
438 | 2024-08-16T05:00:53.208Z | Compiling usdt v0.5.0 |
439 | 2024-08-16T05:00:56.379Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
440 | 2024-08-16T05:01:00.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.21s |
441 | 2024-08-16T05:01:00.411Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
442 | 2024-08-16T05:01:00.962Z | Downloading crates ... |
443 | 2024-08-16T05:01:01.097Z | Downloaded adler v1.0.2 |
444 | 2024-08-16T05:01:01.101Z | Downloaded aead v0.5.2 |
445 | 2024-08-16T05:01:01.105Z | Downloaded cfg_aliases v0.1.1 |
446 | 2024-08-16T05:01:01.110Z | Downloaded bitstruct v0.1.1 |
447 | 2024-08-16T05:01:01.113Z | Downloaded async-stream-impl v0.3.5 |
448 | 2024-08-16T05:01:01.115Z | Downloaded hyper-tls v0.5.0 |
449 | 2024-08-16T05:01:01.118Z | Downloaded defmt v0.3.8 |
450 | 2024-08-16T05:01:01.121Z | Downloaded crucible-workspace-hack v0.1.0 |
451 | 2024-08-16T05:01:01.123Z | Downloaded atomicwrites v0.4.3 |
452 | 2024-08-16T05:01:01.130Z | Downloaded is-terminal v0.4.12 |
453 | 2024-08-16T05:01:01.132Z | Downloaded darling_macro v0.20.9 |
454 | 2024-08-16T05:01:01.132Z | Downloaded match_cfg v0.1.0 |
455 | 2024-08-16T05:01:01.134Z | Downloaded crunchy v0.2.2 |
456 | 2024-08-16T05:01:01.134Z | Downloaded normalize-line-endings v0.3.0 |
457 | 2024-08-16T05:01:01.138Z | Downloaded ciborium-io v0.2.2 |
458 | 2024-08-16T05:01:01.141Z | Downloaded bit-vec v0.6.3 |
459 | 2024-08-16T05:01:01.141Z | Downloaded newtype_derive v0.1.6 |
460 | 2024-08-16T05:01:01.143Z | Downloaded newline-converter v0.3.0 |
461 | 2024-08-16T05:01:01.146Z | Downloaded openssl-macros v0.1.1 |
462 | 2024-08-16T05:01:01.146Z | Downloaded castaway v0.2.3 |
463 | 2024-08-16T05:01:01.148Z | Downloaded lazy_static v1.5.0 |
464 | 2024-08-16T05:01:01.148Z | Downloaded constant_time_eq v0.3.0 |
465 | 2024-08-16T05:01:01.150Z | Downloaded number_prefix v0.4.0 |
466 | 2024-08-16T05:01:01.153Z | Downloaded colored v2.1.0 |
467 | 2024-08-16T05:01:01.155Z | Downloaded opaque-debug v0.3.1 |
468 | 2024-08-16T05:01:01.155Z | Downloaded maplit v1.0.2 |
469 | 2024-08-16T05:01:01.158Z | Downloaded hubpack v0.1.2 |
470 | 2024-08-16T05:01:01.158Z | Downloaded crc v3.2.1 |
471 | 2024-08-16T05:01:01.160Z | Downloaded num-integer v0.1.46 |
472 | 2024-08-16T05:01:01.163Z | Downloaded indent_write v2.2.0 |
473 | 2024-08-16T05:01:01.163Z | Downloaded kstat-rs v0.2.4 |
474 | 2024-08-16T05:01:01.165Z | Downloaded hyper-staticfile v0.9.5 |
475 | 2024-08-16T05:01:01.168Z | Downloaded num v0.4.3 |
476 | 2024-08-16T05:01:01.168Z | Downloaded md-5 v0.10.6 |
477 | 2024-08-16T05:01:01.170Z | Downloaded olpc-cjson v0.1.3 |
478 | 2024-08-16T05:01:01.173Z | Downloaded num_cpus v1.16.0 |
479 | 2024-08-16T05:01:01.175Z | Downloaded iana-time-zone v0.1.60 |
480 | 2024-08-16T05:01:01.178Z | Downloaded num_enum_derive v0.5.11 |
481 | 2024-08-16T05:01:01.178Z | Downloaded multimap v0.10.0 |
482 | 2024-08-16T05:01:01.181Z | Downloaded mime v0.3.17 |
483 | 2024-08-16T05:01:01.181Z | Downloaded cancel-safe-futures v0.1.5 |
484 | 2024-08-16T05:01:01.184Z | Downloaded curve25519-dalek-derive v0.1.1 |
485 | 2024-08-16T05:01:01.187Z | Downloaded mime_guess v2.0.4 |
486 | 2024-08-16T05:01:01.189Z | Downloaded nodrop v0.1.14 |
487 | 2024-08-16T05:01:01.189Z | Downloaded native-tls v0.2.11 |
488 | 2024-08-16T05:01:01.192Z | Downloaded addr2line v0.21.0 |
489 | 2024-08-16T05:01:01.194Z | Downloaded libloading v0.8.3 |
490 | 2024-08-16T05:01:01.197Z | Downloaded libefi-sys v0.1.0 |
491 | 2024-08-16T05:01:01.197Z | Downloaded num-rational v0.4.2 |
492 | 2024-08-16T05:01:01.199Z | Downloaded clang-sys v1.7.0 |
493 | 2024-08-16T05:01:01.202Z | Downloaded base16ct v0.2.0 |
494 | 2024-08-16T05:01:01.204Z | Downloaded hyper-rustls v0.24.2 |
495 | 2024-08-16T05:01:01.207Z | Downloaded mockall_derive v0.13.0 |
496 | 2024-08-16T05:01:01.210Z | Downloaded ipnet v2.9.0 |
497 | 2024-08-16T05:01:01.213Z | Downloaded cookie v0.18.1 |
498 | 2024-08-16T05:01:01.213Z | Downloaded sync_wrapper v0.1.2 |
499 | 2024-08-16T05:01:01.216Z | Downloaded serde_urlencoded v0.7.1 |
500 | 2024-08-16T05:01:01.219Z | Downloaded slog-stdlog v4.1.1 |
501 | 2024-08-16T05:01:01.219Z | Downloaded siphasher v0.3.11 |
502 | 2024-08-16T05:01:01.222Z | Downloaded sec1 v0.7.3 |
503 | 2024-08-16T05:01:01.226Z | Downloaded crossbeam-epoch v0.9.18 |
504 | 2024-08-16T05:01:01.226Z | Downloaded bzip2 v0.4.4 |
505 | 2024-08-16T05:01:01.229Z | Downloaded miniz_oxide v0.7.2 |
506 | 2024-08-16T05:01:01.232Z | Downloaded chacha20poly1305 v0.10.1 |
507 | 2024-08-16T05:01:01.235Z | Downloaded indicatif v0.17.8 |
508 | 2024-08-16T05:01:01.238Z | Downloaded instant v0.1.12 |
509 | 2024-08-16T05:01:01.241Z | Downloaded is_ci v1.2.0 |
510 | 2024-08-16T05:01:01.241Z | Downloaded atty v0.2.14 |
511 | 2024-08-16T05:01:01.244Z | Downloaded ident_case v1.0.1 |
512 | 2024-08-16T05:01:01.244Z | Downloaded arc-swap v1.7.1 |
513 | 2024-08-16T05:01:01.247Z | Downloaded serde_arrays v0.1.0 |
514 | 2024-08-16T05:01:01.250Z | Downloaded signal-hook-registry v1.4.2 |
515 | 2024-08-16T05:01:01.250Z | Downloaded linked-hash-map v0.5.6 |
516 | 2024-08-16T05:01:01.254Z | Downloaded linear-map v1.2.0 |
517 | 2024-08-16T05:01:01.254Z | Downloaded cookie v0.17.0 |
518 | 2024-08-16T05:01:01.257Z | Downloaded num-conv v0.1.0 |
519 | 2024-08-16T05:01:01.257Z | Downloaded const_format v0.2.32 |
520 | 2024-08-16T05:01:01.261Z | Downloaded cc v1.0.97 |
521 | 2024-08-16T05:01:01.265Z | Downloaded newtype-uuid v1.1.0 |
522 | 2024-08-16T05:01:01.268Z | Downloaded display-error-chain v0.2.0 |
523 | 2024-08-16T05:01:01.268Z | Downloaded take_mut v0.2.2 |
524 | 2024-08-16T05:01:01.271Z | Downloaded num_threads v0.1.7 |
525 | 2024-08-16T05:01:01.271Z | Downloaded new_debug_unreachable v1.0.6 |
526 | 2024-08-16T05:01:01.273Z | Downloaded cstr-argument v0.1.2 |
527 | 2024-08-16T05:01:01.273Z | Downloaded arrayvec v0.7.4 |
528 | 2024-08-16T05:01:01.277Z | Downloaded lazycell v1.3.0 |
529 | 2024-08-16T05:01:01.280Z | Downloaded managed v0.8.0 |
530 | 2024-08-16T05:01:01.280Z | Downloaded lru v0.12.3 |
531 | 2024-08-16T05:01:01.280Z | Downloaded diesel_table_macro_syntax v0.2.0 |
532 | 2024-08-16T05:01:01.282Z | Downloaded num-iter v0.1.45 |
533 | 2024-08-16T05:01:01.282Z | Downloaded num-derive v0.4.2 |
534 | 2024-08-16T05:01:01.286Z | Downloaded smallvec v1.13.2 |
535 | 2024-08-16T05:01:01.289Z | Downloaded ciborium-ll v0.2.2 |
536 | 2024-08-16T05:01:01.289Z | Downloaded convert_case v0.4.0 |
537 | 2024-08-16T05:01:01.290Z | Downloaded mio v1.0.2 |
538 | 2024-08-16T05:01:01.295Z | Downloaded sqlparser_derive v0.2.2 |
539 | 2024-08-16T05:01:01.299Z | Downloaded cobs v0.2.3 |
540 | 2024-08-16T05:01:01.299Z | Downloaded block-padding v0.3.3 |
541 | 2024-08-16T05:01:01.302Z | Downloaded crossbeam-deque v0.8.5 |
542 | 2024-08-16T05:01:01.302Z | Downloaded keccak v0.1.5 |
543 | 2024-08-16T05:01:01.302Z | Downloaded cipher v0.4.4 |
544 | 2024-08-16T05:01:01.304Z | Downloaded num_enum v0.5.11 |
545 | 2024-08-16T05:01:01.308Z | Downloaded difflib v0.4.0 |
546 | 2024-08-16T05:01:01.311Z | Downloaded ff v0.13.0 |
547 | 2024-08-16T05:01:01.314Z | Downloaded mockall v0.13.0 |
548 | 2024-08-16T05:01:01.314Z | Downloaded cexpr v0.6.0 |
549 | 2024-08-16T05:01:01.317Z | Downloaded nibble_vec v0.1.0 |
550 | 2024-08-16T05:01:01.319Z | Downloaded nanorand v0.7.0 |
551 | 2024-08-16T05:01:01.323Z | Downloaded libsw v3.3.1 |
552 | 2024-08-16T05:01:01.323Z | Downloaded parse-size v1.0.0 |
553 | 2024-08-16T05:01:01.323Z | Downloaded chacha20 v0.9.1 |
554 | 2024-08-16T05:01:01.326Z | Downloaded csv-core v0.1.11 |
555 | 2024-08-16T05:01:01.329Z | Downloaded bitfield v0.14.0 |
556 | 2024-08-16T05:01:01.329Z | Downloaded xattr v1.3.1 |
557 | 2024-08-16T05:01:01.332Z | Downloaded cassowary v0.3.0 |
558 | 2024-08-16T05:01:01.336Z | Downloaded bitflags v1.3.2 |
559 | 2024-08-16T05:01:01.340Z | Downloaded home v0.5.9 |
560 | 2024-08-16T05:01:01.340Z | Downloaded signal-hook-tokio v0.3.1 |
561 | 2024-08-16T05:01:01.340Z | Downloaded serde_plain v1.0.2 |
562 | 2024-08-16T05:01:01.342Z | Downloaded dirs-sys-next v0.1.2 |
563 | 2024-08-16T05:01:01.342Z | Downloaded time-core v0.1.2 |
564 | 2024-08-16T05:01:01.345Z | Downloaded futures-sink v0.3.30 |
565 | 2024-08-16T05:01:01.345Z | Downloaded tiny-keccak v2.0.2 |
566 | 2024-08-16T05:01:01.348Z | Downloaded pin-utils v0.1.0 |
567 | 2024-08-16T05:01:01.351Z | Downloaded parse-display v0.10.0 |
568 | 2024-08-16T05:01:01.351Z | Downloaded hostname v0.3.1 |
569 | 2024-08-16T05:01:01.353Z | Downloaded vte v0.11.1 |
570 | 2024-08-16T05:01:01.357Z | Downloaded strum_macros v0.25.3 |
571 | 2024-08-16T05:01:01.357Z | Downloaded ascii v1.1.0 |
572 | 2024-08-16T05:01:01.360Z | Downloaded smallvec v0.6.14 |
573 | 2024-08-16T05:01:01.362Z | Downloaded fixedbitset v0.4.2 |
574 | 2024-08-16T05:01:01.362Z | Downloaded impl-trait-for-tuples v0.2.2 |
575 | 2024-08-16T05:01:01.365Z | Downloaded cookie_store v0.20.0 |
576 | 2024-08-16T05:01:01.371Z | Downloaded unicode-linebreak v0.1.5 |
577 | 2024-08-16T05:01:01.374Z | Downloaded dirs-next v2.0.0 |
578 | 2024-08-16T05:01:01.374Z | Downloaded futures-task v0.3.30 |
579 | 2024-08-16T05:01:01.374Z | Downloaded group v0.13.0 |
580 | 2024-08-16T05:01:01.374Z | Downloaded crc32fast v1.4.0 |
581 | 2024-08-16T05:01:01.377Z | Downloaded rand_xorshift v0.3.0 |
582 | 2024-08-16T05:01:01.379Z | Downloaded const_format_proc_macros v0.2.32 |
583 | 2024-08-16T05:01:01.383Z | Downloaded indexmap v1.9.3 |
584 | 2024-08-16T05:01:01.385Z | Downloaded crypto-bigint v0.5.5 |
585 | 2024-08-16T05:01:01.392Z | Downloaded rpassword v7.3.1 |
586 | 2024-08-16T05:01:01.394Z | Downloaded downcast v0.11.0 |
587 | 2024-08-16T05:01:01.394Z | Downloaded signature v2.2.0 |
588 | 2024-08-16T05:01:01.398Z | Downloaded yasna v0.5.2 |
589 | 2024-08-16T05:01:01.398Z | Downloaded signal-hook-mio v0.2.4 |
590 | 2024-08-16T05:01:01.402Z | Downloaded pkcs1 v0.7.5 |
591 | 2024-08-16T05:01:01.405Z | Downloaded parse-display-derive v0.10.0 |
592 | 2024-08-16T05:01:01.405Z | Downloaded float-ord v0.3.2 |
593 | 2024-08-16T05:01:01.405Z | Downloaded structmeta-derive v0.3.0 |
594 | 2024-08-16T05:01:01.408Z | Downloaded slog-term v2.9.1 |
595 | 2024-08-16T05:01:01.412Z | Downloaded subtle v2.5.0 |
596 | 2024-08-16T05:01:01.412Z | Downloaded vergen v8.3.2 |
597 | 2024-08-16T05:01:01.417Z | Downloaded termios v0.3.3 |
598 | 2024-08-16T05:01:01.421Z | Downloaded password-hash v0.5.0 |
599 | 2024-08-16T05:01:01.421Z | Downloaded termcolor v1.4.1 |
600 | 2024-08-16T05:01:01.421Z | Downloaded tui-tree-widget v0.22.0 |
601 | 2024-08-16T05:01:01.424Z | Downloaded utf-8 v0.7.6 |
602 | 2024-08-16T05:01:01.424Z | Downloaded blake2 v0.10.6 |
603 | 2024-08-16T05:01:01.429Z | Downloaded omicron-zone-package v0.11.0 |
604 | 2024-08-16T05:01:01.432Z | Downloaded topological-sort v0.2.2 |
605 | 2024-08-16T05:01:01.432Z | Downloaded tungstenite v0.21.0 |
606 | 2024-08-16T05:01:01.435Z | Downloaded predicates v3.1.2 |
607 | 2024-08-16T05:01:01.438Z | Downloaded flagset v0.4.5 |
608 | 2024-08-16T05:01:01.441Z | Downloaded darling_core v0.20.9 |
609 | 2024-08-16T05:01:01.444Z | Downloaded itertools v0.12.1 |
610 | 2024-08-16T05:01:01.451Z | Downloaded enum-as-inner v0.6.0 |
611 | 2024-08-16T05:01:01.453Z | Downloaded endian-type v0.1.2 |
612 | 2024-08-16T05:01:01.456Z | Downloaded precomputed-hash v0.1.1 |
613 | 2024-08-16T05:01:01.456Z | Downloaded packed_struct_codegen v0.10.1 |
614 | 2024-08-16T05:01:01.456Z | Downloaded sqlformat v0.2.4 |
615 | 2024-08-16T05:01:01.459Z | Downloaded half v2.4.1 |
616 | 2024-08-16T05:01:01.462Z | Downloaded phf v0.11.2 |
617 | 2024-08-16T05:01:01.464Z | Downloaded httpdate v1.0.3 |
618 | 2024-08-16T05:01:01.464Z | Downloaded glob v0.3.1 |
619 | 2024-08-16T05:01:01.467Z | Downloaded oso v0.27.3 |
620 | 2024-08-16T05:01:01.480Z | Downloaded crc-any v2.5.0 |
621 | 2024-08-16T05:01:01.483Z | Downloaded funty v2.0.0 |
622 | 2024-08-16T05:01:01.485Z | Downloaded serde_path_to_error v0.1.16 |
623 | 2024-08-16T05:01:01.487Z | Downloaded secrecy v0.8.0 |
624 | 2024-08-16T05:01:01.487Z | Downloaded which v4.4.2 |
625 | 2024-08-16T05:01:01.491Z | Downloaded rtoolbox v0.0.2 |
626 | 2024-08-16T05:01:01.494Z | Downloaded spin v0.5.2 |
627 | 2024-08-16T05:01:01.494Z | Downloaded powerfmt v0.2.0 |
628 | 2024-08-16T05:01:01.496Z | Downloaded peg-runtime v0.8.3 |
629 | 2024-08-16T05:01:01.496Z | Downloaded smawk v0.3.2 |
630 | 2024-08-16T05:01:01.496Z | Downloaded ron v0.7.1 |
631 | 2024-08-16T05:01:01.501Z | Downloaded resolv-conf v0.7.0 |
632 | 2024-08-16T05:01:01.504Z | Downloaded tls_codec v0.4.1 |
633 | 2024-08-16T05:01:01.506Z | Downloaded tls_codec_derive v0.4.1 |
634 | 2024-08-16T05:01:01.509Z | Downloaded try-lock v0.2.5 |
635 | 2024-08-16T05:01:01.512Z | Downloaded path-slash v0.1.5 |
636 | 2024-08-16T05:01:01.513Z | Downloaded tinyvec_macros v0.1.1 |
637 | 2024-08-16T05:01:01.515Z | Downloaded spki v0.7.3 |
638 | 2024-08-16T05:01:01.515Z | Downloaded env_logger v0.9.3 |
639 | 2024-08-16T05:01:01.518Z | Downloaded wyz v0.5.1 |
640 | 2024-08-16T05:01:01.520Z | Downloaded futures-macro v0.3.30 |
641 | 2024-08-16T05:01:01.520Z | Downloaded erased-serde v0.3.31 |
642 | 2024-08-16T05:01:01.522Z | Downloaded zeroize_derive v1.4.2 |
643 | 2024-08-16T05:01:01.525Z | Downloaded highway v1.2.0 |
644 | 2024-08-16T05:01:01.527Z | Downloaded zeroize v1.7.0 |
645 | 2024-08-16T05:01:01.527Z | Downloaded parking_lot v0.11.2 |
646 | 2024-08-16T05:01:01.530Z | Downloaded tokio-postgres v0.7.11 |
647 | 2024-08-16T05:01:01.535Z | Downloaded bytes v1.7.1 |
648 | 2024-08-16T05:01:01.540Z | Downloaded derive_builder_macro v0.20.0 |
649 | 2024-08-16T05:01:01.543Z | Downloaded quick-error v1.2.3 |
650 | 2024-08-16T05:01:01.543Z | Downloaded heck v0.3.3 |
651 | 2024-08-16T05:01:01.545Z | Downloaded openssl-sys v0.9.103 |
652 | 2024-08-16T05:01:01.549Z | Downloaded libxml v0.3.3 |
653 | 2024-08-16T05:01:01.555Z | Downloaded futures-core v0.3.30 |
654 | 2024-08-16T05:01:01.558Z | Downloaded crossterm v0.27.0 |
655 | 2024-08-16T05:01:01.564Z | Downloaded termtree v0.4.1 |
656 | 2024-08-16T05:01:01.567Z | Downloaded scrypt v0.11.0 |
657 | 2024-08-16T05:01:01.570Z | Downloaded tempfile v3.10.1 |
658 | 2024-08-16T05:01:01.572Z | Downloaded tokio-native-tls v0.3.1 |
659 | 2024-08-16T05:01:01.575Z | Downloaded getopts v0.2.21 |
660 | 2024-08-16T05:01:01.575Z | Downloaded tokio-macros v2.3.0 |
661 | 2024-08-16T05:01:01.578Z | Downloaded foreign-types-shared v0.3.1 |
662 | 2024-08-16T05:01:01.578Z | Downloaded foreign-types-shared v0.1.1 |
663 | 2024-08-16T05:01:01.581Z | Downloaded gethostname v0.5.0 |
664 | 2024-08-16T05:01:01.581Z | Downloaded thiserror-impl-no-std v2.0.2 |
665 | 2024-08-16T05:01:01.584Z | Downloaded parking_lot v0.12.2 |
666 | 2024-08-16T05:01:01.587Z | Downloaded minimal-lexical v0.2.1 |
667 | 2024-08-16T05:01:01.590Z | Downloaded getrandom v0.2.14 |
668 | 2024-08-16T05:01:01.593Z | Downloaded backtrace v0.3.71 |
669 | 2024-08-16T05:01:01.598Z | Downloaded ena v0.14.3 |
670 | 2024-08-16T05:01:01.601Z | Downloaded rustc_version v0.4.0 |
671 | 2024-08-16T05:01:01.603Z | Downloaded embedded-io v0.4.0 |
672 | 2024-08-16T05:01:01.606Z | Downloaded parking_lot_core v0.8.6 |
673 | 2024-08-16T05:01:01.608Z | Downloaded semver v0.1.20 |
674 | 2024-08-16T05:01:01.608Z | Downloaded tungstenite v0.20.1 |
675 | 2024-08-16T05:01:01.611Z | Downloaded pkcs8 v0.10.2 |
676 | 2024-08-16T05:01:01.614Z | Downloaded salsa20 v0.10.2 |
677 | 2024-08-16T05:01:01.616Z | Downloaded phf_shared v0.10.0 |
678 | 2024-08-16T05:01:01.616Z | Downloaded static_assertions v1.1.0 |
679 | 2024-08-16T05:01:01.619Z | Downloaded openssl-probe v0.1.5 |
680 | 2024-08-16T05:01:01.621Z | Downloaded smf v0.2.3 |
681 | 2024-08-16T05:01:01.621Z | Downloaded peg-macros v0.8.4 |
682 | 2024-08-16T05:01:01.624Z | Downloaded zone v0.1.8 |
683 | 2024-08-16T05:01:01.626Z | Downloaded unicode-segmentation v1.11.0 |
684 | 2024-08-16T05:01:01.629Z | Downloaded pbkdf2 v0.12.2 |
685 | 2024-08-16T05:01:01.632Z | Downloaded thread_local v1.1.8 |
686 | 2024-08-16T05:01:01.632Z | Downloaded universal-hash v0.5.1 |
687 | 2024-08-16T05:01:01.634Z | Downloaded psl-types v2.0.11 |
688 | 2024-08-16T05:01:01.634Z | Downloaded pkg-config v0.3.30 |
689 | 2024-08-16T05:01:01.637Z | Downloaded unarray v0.1.4 |
690 | 2024-08-16T05:01:01.637Z | Downloaded structmeta v0.2.0 |
691 | 2024-08-16T05:01:01.639Z | Downloaded term v0.7.0 |
692 | 2024-08-16T05:01:01.642Z | Downloaded toml_edit v0.19.15 |
693 | 2024-08-16T05:01:01.659Z | Downloaded waitgroup v0.1.2 |
694 | 2024-08-16T05:01:01.662Z | Downloaded pem v3.0.4 |
695 | 2024-08-16T05:01:01.662Z | Downloaded peg v0.8.4 |
696 | 2024-08-16T05:01:01.666Z | Downloaded paste v1.0.15 |
697 | 2024-08-16T05:01:01.671Z | Downloaded packed_struct v0.10.1 |
698 | 2024-08-16T05:01:01.673Z | Downloaded http-body v0.4.6 |
699 | 2024-08-16T05:01:01.673Z | Downloaded form_urlencoded v1.2.1 |
700 | 2024-08-16T05:01:01.675Z | Downloaded test-strategy v0.3.1 |
701 | 2024-08-16T05:01:01.678Z | Downloaded zerocopy v0.6.6 |
702 | 2024-08-16T05:01:01.680Z | Downloaded rustfmt-wrapper v0.2.1 |
703 | 2024-08-16T05:01:01.683Z | Downloaded sha1 v0.10.6 |
704 | 2024-08-16T05:01:01.683Z | Downloaded phf_shared v0.11.2 |
705 | 2024-08-16T05:01:01.686Z | Downloaded sigpipe v0.1.3 |
706 | 2024-08-16T05:01:01.686Z | Downloaded vte_generate_state_changes v0.1.1 |
707 | 2024-08-16T05:01:01.689Z | Downloaded portpicker v0.1.1 |
708 | 2024-08-16T05:01:01.689Z | Downloaded signal-hook v0.3.17 |
709 | 2024-08-16T05:01:01.691Z | Downloaded tracing-core v0.1.32 |
710 | 2024-08-16T05:01:01.694Z | Downloaded x509-cert v0.2.5 |
711 | 2024-08-16T05:01:01.700Z | Downloaded unicase v2.7.0 |
712 | 2024-08-16T05:01:01.702Z | Downloaded rsa v0.9.6 |
713 | 2024-08-16T05:01:01.707Z | Downloaded rustc_version v0.1.7 |
714 | 2024-08-16T05:01:01.709Z | Downloaded headers-core v0.2.0 |
715 | 2024-08-16T05:01:01.709Z | Downloaded unicode_categories v0.1.1 |
716 | 2024-08-16T05:01:01.712Z | Downloaded hashlink v0.9.1 |
717 | 2024-08-16T05:01:01.715Z | Downloaded wait-timeout v0.2.0 |
718 | 2024-08-16T05:01:01.715Z | Downloaded derive_builder v0.20.0 |
719 | 2024-08-16T05:01:01.719Z | Downloaded num-bigint-dig v0.8.4 |
720 | 2024-08-16T05:01:01.724Z | Downloaded rusty-fork v0.3.0 |
721 | 2024-08-16T05:01:01.727Z | Downloaded tower-service v0.3.2 |
722 | 2024-08-16T05:01:01.730Z | Downloaded walkdir v2.5.0 |
723 | 2024-08-16T05:01:01.730Z | Downloaded fragile v2.0.0 |
724 | 2024-08-16T05:01:01.733Z | Downloaded rustls-pemfile v1.0.4 |
725 | 2024-08-16T05:01:01.733Z | Downloaded rayon-core v1.12.1 |
726 | 2024-08-16T05:01:01.737Z | Downloaded derive-where v1.2.7 |
727 | 2024-08-16T05:01:01.741Z | Downloaded fallible-streaming-iterator v0.1.9 |
728 | 2024-08-16T05:01:01.744Z | Downloaded fallible-iterator v0.3.0 |
729 | 2024-08-16T05:01:01.744Z | Downloaded hash32 v0.3.1 |
730 | 2024-08-16T05:01:01.749Z | Downloaded untrusted v0.9.0 |
731 | 2024-08-16T05:01:01.749Z | Downloaded either v1.13.0 |
732 | 2024-08-16T05:01:01.753Z | Downloaded fallible-iterator v0.2.0 |
733 | 2024-08-16T05:01:01.753Z | Downloaded libm v0.2.8 |
734 | 2024-08-16T05:01:01.758Z | Downloaded shell-words v1.1.0 |
735 | 2024-08-16T05:01:01.762Z | Downloaded foreign-types v0.3.2 |
736 | 2024-08-16T05:01:01.762Z | Downloaded strum_macros v0.26.4 |
737 | 2024-08-16T05:01:01.764Z | Downloaded unicode-normalization v0.1.23 |
738 | 2024-08-16T05:01:01.768Z | Downloaded http-range v0.1.5 |
739 | 2024-08-16T05:01:01.770Z | Downloaded uzers v0.11.3 |
740 | 2024-08-16T05:01:01.771Z | Downloaded zone_cfg_derive v0.1.2 |
741 | 2024-08-16T05:01:01.771Z | Downloaded want v0.3.1 |
742 | 2024-08-16T05:01:01.773Z | Downloaded foreign-types-macros v0.2.3 |
743 | 2024-08-16T05:01:01.773Z | Downloaded slog-scope v4.4.0 |
744 | 2024-08-16T05:01:01.776Z | Downloaded slog-json v2.6.1 |
745 | 2024-08-16T05:01:01.776Z | Downloaded foreign-types v0.5.0 |
746 | 2024-08-16T05:01:01.778Z | Downloaded toolchain_find v0.4.0 |
747 | 2024-08-16T05:01:01.778Z | Downloaded crossterm v0.28.1 |
748 | 2024-08-16T05:01:01.789Z | Downloaded rustls-pki-types v1.7.0 |
749 | 2024-08-16T05:01:01.793Z | Downloaded rustc-hash v1.1.0 |
750 | 2024-08-16T05:01:01.793Z | Downloaded httparse v1.8.0 |
751 | 2024-08-16T05:01:01.793Z | Downloaded tar v0.4.41 |
752 | 2024-08-16T05:01:01.796Z | Downloaded derive_builder_core v0.20.0 |
753 | 2024-08-16T05:01:01.796Z | Downloaded stable_deref_trait v1.2.0 |
754 | 2024-08-16T05:01:01.799Z | Downloaded unicode-truncate v1.0.0 |
755 | 2024-08-16T05:01:01.799Z | Downloaded rustversion v1.0.17 |
756 | 2024-08-16T05:01:01.801Z | Downloaded fatfs v0.3.6 |
757 | 2024-08-16T05:01:01.804Z | Downloaded unicode-xid v0.2.4 |
758 | 2024-08-16T05:01:01.807Z | Downloaded heapless v0.8.0 |
759 | 2024-08-16T05:01:01.810Z | Downloaded snafu-derive v0.8.2 |
760 | 2024-08-16T05:01:01.813Z | Downloaded hashbrown v0.12.3 |
761 | 2024-08-16T05:01:01.816Z | Downloaded futures-executor v0.3.30 |
762 | 2024-08-16T05:01:01.818Z | Downloaded postgres-types v0.2.7 |
763 | 2024-08-16T05:01:01.820Z | Downloaded strum v0.26.3 |
764 | 2024-08-16T05:01:01.824Z | Downloaded unsafe-libyaml v0.2.11 |
765 | 2024-08-16T05:01:01.826Z | Downloaded rustc-demangle v0.1.24 |
766 | 2024-08-16T05:01:01.829Z | Downloaded fxhash v0.2.1 |
767 | 2024-08-16T05:01:01.829Z | Downloaded dyn-clone v1.0.17 |
768 | 2024-08-16T05:01:01.829Z | Downloaded supports-color v3.0.0 |
769 | 2024-08-16T05:01:01.831Z | Downloaded defmt-macros v0.3.9 |
770 | 2024-08-16T05:01:01.834Z | Downloaded serde-hex v0.1.0 |
771 | 2024-08-16T05:01:01.837Z | Downloaded structmeta-derive v0.2.0 |
772 | 2024-08-16T05:01:01.837Z | Downloaded similar v2.5.0 |
773 | 2024-08-16T05:01:01.841Z | Downloaded fastrand v2.1.0 |
774 | 2024-08-16T05:01:01.843Z | Downloaded derive_more v0.99.18 |
775 | 2024-08-16T05:01:01.849Z | Downloaded hickory-client v0.24.1 |
776 | 2024-08-16T05:01:01.851Z | Downloaded oso-derive v0.27.3 |
777 | 2024-08-16T05:01:01.854Z | Downloaded http v0.2.12 |
778 | 2024-08-16T05:01:01.856Z | Downloaded futures v0.3.30 |
779 | 2024-08-16T05:01:01.864Z | Downloaded hostname v0.4.0 |
780 | 2024-08-16T05:01:01.867Z | Downloaded defmt-parser v0.3.4 |
781 | 2024-08-16T05:01:01.867Z | Downloaded http v1.1.0 |
782 | 2024-08-16T05:01:01.869Z | Downloaded bitvec v1.0.1 |
783 | 2024-08-16T05:01:01.883Z | Downloaded slog v2.7.0 |
784 | 2024-08-16T05:01:01.886Z | Downloaded serde_derive_internals v0.29.1 |
785 | 2024-08-16T05:01:01.894Z | Downloaded postcard v1.0.8 |
786 | 2024-08-16T05:01:01.898Z | Downloaded bindgen v0.69.4 |
787 | 2024-08-16T05:01:01.901Z | Downloaded textwrap v0.16.1 |
788 | 2024-08-16T05:01:01.903Z | Downloaded elliptic-curve v0.13.8 |
789 | 2024-08-16T05:01:01.906Z | Downloaded hickory-server v0.24.1 |
790 | 2024-08-16T05:01:01.911Z | Downloaded socket2 v0.5.7 |
791 | 2024-08-16T05:01:01.917Z | Downloaded poly1305 v0.8.0 |
792 | 2024-08-16T05:01:01.917Z | Downloaded der v0.7.9 |
793 | 2024-08-16T05:01:01.922Z | Downloaded zip v0.6.6 |
794 | 2024-08-16T05:01:01.925Z | Downloaded flume v0.11.0 |
795 | 2024-08-16T05:01:01.929Z | Downloaded itertools v0.13.0 |
796 | 2024-08-16T05:01:01.936Z | Downloaded url v2.5.2 |
797 | 2024-08-16T05:01:01.939Z | Downloaded unicode-bidi v0.3.15 |
798 | 2024-08-16T05:01:01.945Z | Downloaded typed-path v0.7.1 |
799 | 2024-08-16T05:01:01.948Z | Downloaded hmac v0.12.1 |
800 | 2024-08-16T05:01:01.951Z | Downloaded diesel_derives v2.2.2 |
801 | 2024-08-16T05:01:01.955Z | Downloaded rand v0.8.5 |
802 | 2024-08-16T05:01:01.960Z | Downloaded heapless v0.7.17 |
803 | 2024-08-16T05:01:01.966Z | Downloaded snafu v0.8.2 |
804 | 2024-08-16T05:01:01.971Z | Downloaded portable-atomic v1.6.0 |
805 | 2024-08-16T05:01:01.977Z | Downloaded rayon v1.10.0 |
806 | 2024-08-16T05:01:01.987Z | Downloaded reedline v0.33.0 |
807 | 2024-08-16T05:01:01.994Z | Downloaded hashbrown v0.13.2 |
808 | 2024-08-16T05:01:01.998Z | Downloaded reqwest v0.11.27 |
809 | 2024-08-16T05:01:02.007Z | Downloaded idna v0.5.0 |
810 | 2024-08-16T05:01:02.015Z | Downloaded idna v0.3.0 |
811 | 2024-08-16T05:01:02.020Z | Downloaded hkdf v0.12.4 |
812 | 2024-08-16T05:01:02.023Z | Downloaded lalrpop v0.19.12 |
813 | 2024-08-16T05:01:02.036Z | Downloaded chrono v0.4.38 |
814 | 2024-08-16T05:01:02.041Z | Downloaded nix v0.27.1 |
815 | 2024-08-16T05:01:02.055Z | Downloaded curve25519-dalek v4.1.3 |
816 | 2024-08-16T05:01:02.062Z | Downloaded tough v0.17.1 |
817 | 2024-08-16T05:01:02.070Z | Downloaded regex-automata v0.1.10 |
818 | 2024-08-16T05:01:02.075Z | Downloaded git2 v0.19.0 |
819 | 2024-08-16T05:01:02.085Z | Downloaded serde_with v3.8.3 |
820 | 2024-08-16T05:01:02.093Z | Downloaded futures-util v0.3.30 |
821 | 2024-08-16T05:01:02.105Z | Downloaded quick-xml v0.31.0 |
822 | 2024-08-16T05:01:02.110Z | Downloaded smoltcp v0.9.1 |
823 | 2024-08-16T05:01:02.122Z | Downloaded openssl v0.10.66 |
824 | 2024-08-16T05:01:02.133Z | Downloaded bstr v0.2.17 |
825 | 2024-08-16T05:01:02.142Z | Downloaded rustls-webpki v0.101.7 |
826 | 2024-08-16T05:01:02.156Z | Downloaded webpki-roots v0.25.4 |
827 | 2024-08-16T05:01:02.160Z | Downloaded proptest v1.5.0 |
828 | 2024-08-16T05:01:02.170Z | Downloaded vcpkg v0.2.15 |
829 | 2024-08-16T05:01:02.210Z | Downloaded regex v1.10.6 |
830 | 2024-08-16T05:01:02.224Z | Downloaded rustls-webpki v0.102.4 |
831 | 2024-08-16T05:01:02.242Z | Downloaded radix_trie v0.2.1 |
832 | 2024-08-16T05:01:02.248Z | Downloaded rustls v0.21.12 |
833 | 2024-08-16T05:01:02.264Z | Downloaded bstr v1.9.1 |
834 | 2024-08-16T05:01:02.271Z | Downloaded polar-core v0.27.3 |
835 | 2024-08-16T05:01:02.280Z | Downloaded smoltcp v0.11.0 |
836 | 2024-08-16T05:01:02.294Z | Downloaded regex-syntax v0.6.29 |
837 | 2024-08-16T05:01:02.302Z | Downloaded regex-syntax v0.8.4 |
838 | 2024-08-16T05:01:02.312Z | Downloaded rustls v0.22.4 |
839 | 2024-08-16T05:01:02.324Z | Downloaded diesel v2.2.2 |
840 | 2024-08-16T05:01:02.346Z | Downloaded ratatui v0.28.0 |
841 | 2024-08-16T05:01:02.369Z | Downloaded hickory-proto v0.24.1 |
842 | 2024-08-16T05:01:02.387Z | Downloaded regress v0.9.1 |
843 | 2024-08-16T05:01:02.391Z | Downloaded sled v0.34.7 |
844 | 2024-08-16T05:01:02.402Z | Downloaded zerocopy-derive v0.6.6 |
845 | 2024-08-16T05:01:02.412Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
846 | 2024-08-16T05:01:02.426Z | Downloaded gimli v0.28.1 |
847 | 2024-08-16T05:01:02.435Z | Downloaded finl_unicode v1.2.0 |
848 | 2024-08-16T05:01:02.448Z | Downloaded petgraph v0.6.5 |
849 | 2024-08-16T05:01:02.468Z | Downloaded regex-automata v0.4.6 |
850 | 2024-08-16T05:01:02.486Z | Downloaded nix v0.28.0 |
851 | 2024-08-16T05:01:02.498Z | Downloaded tokio v1.38.1 |
852 | 2024-08-16T05:01:02.537Z | Downloaded sha3 v0.10.8 |
853 | 2024-08-16T05:01:02.541Z | Downloaded csv v1.3.0 |
854 | 2024-08-16T05:01:02.563Z | Downloaded idna v0.4.0 |
855 | 2024-08-16T05:01:02.570Z | Downloaded openapiv3 v2.0.0 |
856 | 2024-08-16T05:01:02.584Z | Downloaded sqlparser v0.45.0 |
857 | 2024-08-16T05:01:02.590Z | Downloaded object v0.30.4 |
858 | 2024-08-16T05:01:02.600Z | Downloaded object v0.32.2 |
859 | 2024-08-16T05:01:02.611Z | Downloaded rusqlite v0.31.0 |
860 | 2024-08-16T05:01:02.617Z | Downloaded winnow v0.5.40 |
861 | 2024-08-16T05:01:02.628Z | Downloaded expectorate v1.1.0 |
862 | 2024-08-16T05:01:02.631Z | Downloaded time v0.3.36 |
863 | 2024-08-16T05:01:02.635Z | Downloaded h2 v0.3.26 |
864 | 2024-08-16T05:01:02.643Z | Downloaded encoding_rs v0.8.34 |
865 | 2024-08-16T05:01:02.665Z | Downloaded subprocess v0.2.9 |
866 | 2024-08-16T05:01:02.667Z | Downloaded headers v0.3.9 |
867 | 2024-08-16T05:01:02.674Z | Downloaded serde_yaml v0.9.34+deprecated |
868 | 2024-08-16T05:01:02.676Z | Downloaded steno v0.4.1 |
869 | 2024-08-16T05:01:02.680Z | Downloaded publicsuffix v2.2.3 |
870 | 2024-08-16T05:01:02.683Z | Downloaded hickory-resolver v0.24.1 |
871 | 2024-08-16T05:01:02.688Z | Downloaded flate2 v1.0.31 |
872 | 2024-08-16T05:01:02.692Z | Downloaded strum_macros v0.24.3 |
873 | 2024-08-16T05:01:02.695Z | Downloaded tokio-util v0.7.11 |
874 | 2024-08-16T05:01:02.700Z | Downloaded postgres-protocol v0.6.7 |
875 | 2024-08-16T05:01:02.703Z | Downloaded socket2 v0.4.10 |
876 | 2024-08-16T05:01:02.705Z | Downloaded pin-project v1.1.5 |
877 | 2024-08-16T05:01:02.715Z | Downloaded serde_with_macros v3.8.3 |
878 | 2024-08-16T05:01:02.717Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
879 | 2024-08-16T05:01:02.776Z | Downloaded proc-macro-crate v1.3.1 |
880 | 2024-08-16T05:01:02.779Z | Downloaded tokio-tungstenite v0.21.0 |
881 | 2024-08-16T05:01:02.781Z | Downloaded tokio-tungstenite v0.20.1 |
882 | 2024-08-16T05:01:02.784Z | Downloaded rcgen v0.12.1 |
883 | 2024-08-16T05:01:02.786Z | Downloaded tracing v0.1.40 |
884 | 2024-08-16T05:01:02.800Z | Downloaded pem-rfc7468 v0.7.0 |
885 | 2024-08-16T05:01:02.804Z | Downloaded owo-colors v4.0.0 |
886 | 2024-08-16T05:01:02.804Z | Downloaded nom v7.1.3 |
887 | 2024-08-16T05:01:02.804Z | Downloaded r2d2 v0.8.10 |
888 | 2024-08-16T05:01:02.804Z | Downloaded futures-io v0.3.30 |
889 | 2024-08-16T05:01:02.804Z | Downloaded mio v0.8.11 |
890 | 2024-08-16T05:01:02.807Z | Downloaded percent-encoding v2.3.1 |
891 | 2024-08-16T05:01:02.809Z | Downloaded pin-project-internal v1.1.5 |
892 | 2024-08-16T05:01:02.809Z | Downloaded radium v0.7.0 |
893 | 2024-08-16T05:01:02.811Z | Downloaded untrusted v0.7.1 |
894 | 2024-08-16T05:01:02.811Z | Downloaded sct v0.7.1 |
895 | 2024-08-16T05:01:02.814Z | Downloaded tokio-stream v0.1.15 |
896 | 2024-08-16T05:01:02.819Z | Downloaded tokio-rustls v0.25.0 |
897 | 2024-08-16T05:01:02.821Z | Downloaded tokio-rustls v0.24.1 |
898 | 2024-08-16T05:01:02.824Z | Downloaded pin-project-lite v0.2.14 |
899 | 2024-08-16T05:01:02.827Z | Downloaded prettyplease v0.2.20 |
900 | 2024-08-16T05:01:02.830Z | Downloaded rustyline v14.0.0 |
901 | 2024-08-16T05:01:02.836Z | Downloaded blake3 v1.5.1 |
902 | 2024-08-16T05:01:02.843Z | Downloaded hex v0.4.3 |
903 | 2024-08-16T05:01:02.846Z | Downloaded rustls-pemfile v2.1.3 |
904 | 2024-08-16T05:01:02.849Z | Downloaded structmeta v0.3.0 |
905 | 2024-08-16T05:01:02.849Z | Downloaded stringprep v0.1.4 |
906 | 2024-08-16T05:01:02.851Z | Downloaded env_logger v0.10.2 |
907 | 2024-08-16T05:01:02.853Z | Downloaded tracing-attributes v0.1.27 |
908 | 2024-08-16T05:01:02.856Z | Downloaded thiserror-no-std v2.0.2 |
909 | 2024-08-16T05:01:02.858Z | Downloaded slog-dtrace v0.3.0 |
910 | 2024-08-16T05:01:02.860Z | Downloaded slog-bunyan v2.5.0 |
911 | 2024-08-16T05:01:02.860Z | Downloaded float-cmp v0.9.0 |
912 | 2024-08-16T05:01:02.863Z | Downloaded uuid v1.10.0 |
913 | 2024-08-16T05:01:02.866Z | Downloaded samael v0.0.15 |
914 | 2024-08-16T05:01:02.869Z | Downloaded serde-big-array v0.5.1 |
915 | 2024-08-16T05:01:02.871Z | Downloaded slog-envlogger v2.2.0 |
916 | 2024-08-16T05:01:02.874Z | Downloaded schemars_derive v0.8.21 |
917 | 2024-08-16T05:01:02.874Z | Downloaded ref-cast-impl v1.0.23 |
918 | 2024-08-16T05:01:02.874Z | Downloaded ref-cast v1.0.23 |
919 | 2024-08-16T05:01:02.877Z | Downloaded ron v0.8.1 |
920 | 2024-08-16T05:01:02.881Z | Downloaded compact_str v0.8.0 |
921 | 2024-08-16T05:01:02.885Z | Downloaded scopeguard v1.2.0 |
922 | 2024-08-16T05:01:02.887Z | Downloaded spin v0.9.8 |
923 | 2024-08-16T05:01:02.890Z | Downloaded slog-async v2.8.0 |
924 | 2024-08-16T05:01:02.890Z | Downloaded base64 v0.22.1 |
925 | 2024-08-16T05:01:02.895Z | Downloaded twox-hash v1.6.3 |
926 | 2024-08-16T05:01:02.898Z | Downloaded tinyvec v1.6.0 |
927 | 2024-08-16T05:01:02.901Z | Downloaded aho-corasick v1.1.3 |
928 | 2024-08-16T05:01:02.906Z | Downloaded dsl_auto_type v0.1.2 |
929 | 2024-08-16T05:01:02.908Z | Downloaded whoami v1.5.1 |
930 | 2024-08-16T05:01:02.911Z | Downloaded shlex v1.3.0 |
931 | 2024-08-16T05:01:02.911Z | Downloaded rand_seeder v0.3.0 |
932 | 2024-08-16T05:01:02.914Z | Downloaded rand_core v0.6.4 |
933 | 2024-08-16T05:01:02.914Z | Downloaded rand_chacha v0.3.1 |
934 | 2024-08-16T05:01:02.916Z | Downloaded ppv-lite86 v0.2.17 |
935 | 2024-08-16T05:01:02.916Z | Downloaded pkcs5 v0.7.1 |
936 | 2024-08-16T05:01:02.919Z | Downloaded diff v0.1.13 |
937 | 2024-08-16T05:01:02.923Z | Downloaded base64 v0.13.1 |
938 | 2024-08-16T05:01:02.927Z | Downloaded toml v0.7.8 |
939 | 2024-08-16T05:01:02.931Z | Downloaded crossbeam-utils v0.8.19 |
940 | 2024-08-16T05:01:02.933Z | Downloaded fd-lock v4.0.2 |
941 | 2024-08-16T05:01:02.933Z | Downloaded parking_lot_core v0.9.10 |
942 | 2024-08-16T05:01:02.936Z | Downloaded vsss-rs v3.3.4 |
943 | 2024-08-16T05:01:02.938Z | Downloaded const-oid v0.9.6 |
944 | 2024-08-16T05:01:02.942Z | Downloaded string_cache v0.8.7 |
945 | 2024-08-16T05:01:02.942Z | Downloaded num-traits v0.2.19 |
946 | 2024-08-16T05:01:02.946Z | Downloaded futures-channel v0.3.30 |
947 | 2024-08-16T05:01:02.948Z | Downloaded filetime v0.2.24 |
948 | 2024-08-16T05:01:02.948Z | Downloaded serde_repr v0.1.19 |
949 | 2024-08-16T05:01:02.951Z | Downloaded scheduled-thread-pool v0.2.7 |
950 | 2024-08-16T05:01:02.951Z | Downloaded same-file v1.0.6 |
951 | 2024-08-16T05:01:02.951Z | Downloaded globset v0.4.14 |
952 | 2024-08-16T05:01:02.954Z | Downloaded der_derive v0.7.2 |
953 | 2024-08-16T05:01:02.956Z | Downloaded slab v0.4.9 |
954 | 2024-08-16T05:01:02.956Z | Downloaded cbc v0.1.2 |
955 | 2024-08-16T05:01:02.959Z | Downloaded pretty-hex v0.2.1 |
956 | 2024-08-16T05:01:02.959Z | Downloaded itertools v0.10.5 |
957 | 2024-08-16T05:01:02.964Z | Downloaded crossbeam-channel v0.5.12 |
958 | 2024-08-16T05:01:02.968Z | Downloaded base64 v0.21.7 |
959 | 2024-08-16T05:01:02.972Z | Downloaded camino-tempfile v1.1.1 |
960 | 2024-08-16T05:01:02.975Z | Downloaded argon2 v0.5.3 |
961 | 2024-08-16T05:01:02.979Z | Downloaded predicates-tree v1.0.9 |
962 | 2024-08-16T05:01:02.979Z | Downloaded predicates-core v1.0.6 |
963 | 2024-08-16T05:01:02.979Z | Downloaded hash32 v0.2.1 |
964 | 2024-08-16T05:01:02.982Z | Downloaded deranged v0.3.11 |
965 | 2024-08-16T05:01:02.982Z | Downloaded schemars v0.8.21 |
966 | 2024-08-16T05:01:02.993Z | Downloaded nu-ansi-term v0.50.0 |
967 | 2024-08-16T05:01:02.995Z | Downloaded ciborium v0.2.2 |
968 | 2024-08-16T05:01:02.995Z | Downloaded multer v3.1.0 |
969 | 2024-08-16T05:01:02.998Z | Downloaded tap v1.0.1 |
970 | 2024-08-16T05:01:03.000Z | Downloaded tabwriter v1.4.0 |
971 | 2024-08-16T05:01:03.000Z | Downloaded strip-ansi-escapes v0.2.0 |
972 | 2024-08-16T05:01:03.000Z | Downloaded hyper v0.14.30 |
973 | 2024-08-16T05:01:03.009Z | Downloaded memoffset v0.9.1 |
974 | 2024-08-16T05:01:03.011Z | Downloaded data-encoding v2.6.0 |
975 | 2024-08-16T05:01:03.011Z | Downloaded time-macros v0.2.18 |
976 | 2024-08-16T05:01:03.015Z | Downloaded num-complex v0.4.6 |
977 | 2024-08-16T05:01:03.020Z | Downloaded memmap2 v0.9.4 |
978 | 2024-08-16T05:01:03.020Z | Downloaded atomic-waker v1.1.2 |
979 | 2024-08-16T05:01:03.020Z | Downloaded bb8 v0.8.5 |
980 | 2024-08-16T05:01:03.025Z | Downloaded array-init v0.0.4 |
981 | 2024-08-16T05:01:03.025Z | Downloaded maybe-uninit v2.0.0 |
982 | 2024-08-16T05:01:03.025Z | Downloaded indoc v1.0.9 |
983 | 2024-08-16T05:01:03.025Z | Downloaded bit-set v0.5.3 |
984 | 2024-08-16T05:01:03.025Z | Downloaded async-stream v0.3.5 |
985 | 2024-08-16T05:01:03.030Z | Downloaded assert_matches v1.5.0 |
986 | 2024-08-16T05:01:03.030Z | Downloaded ipnetwork v0.20.0 |
987 | 2024-08-16T05:01:03.030Z | Downloaded aes v0.8.4 |
988 | 2024-08-16T05:01:03.036Z | Downloaded inout v0.1.3 |
989 | 2024-08-16T05:01:03.036Z | Downloaded darling v0.20.9 |
990 | 2024-08-16T05:01:03.040Z | Downloaded lock_api v0.4.12 |
991 | 2024-08-16T05:01:03.040Z | Downloaded jobserver v0.1.32 |
992 | 2024-08-16T05:01:03.040Z | Downloaded bcs v0.1.6 |
993 | 2024-08-16T05:01:03.044Z | Downloaded async-trait v0.1.81 |
994 | 2024-08-16T05:01:03.044Z | Downloaded console v0.15.8 |
995 | 2024-08-16T05:01:03.053Z | Downloaded lalrpop-util v0.19.12 |
996 | 2024-08-16T05:01:03.053Z | Downloaded libz-sys v1.1.16 |
997 | 2024-08-16T05:01:03.118Z | Downloaded bitfield-struct v0.6.1 |
998 | 2024-08-16T05:01:03.121Z | Downloaded ring v0.17.8 |
999 | 2024-08-16T05:01:03.190Z | Downloaded backoff v0.4.0 |
1000 | 2024-08-16T05:01:03.192Z | Downloaded humantime v2.1.0 |
1001 | 2024-08-16T05:01:03.195Z | Downloaded base64ct v1.6.0 |
1002 | 2024-08-16T05:01:03.197Z | Downloaded debug-ignore v1.0.5 |
1003 | 2024-08-16T05:01:03.198Z | Downloaded buf-list v1.0.3 |
1004 | 2024-08-16T05:01:03.200Z | Downloaded bitstruct_derive v0.1.0 |
1005 | 2024-08-16T05:01:03.200Z | Downloaded ahash v0.8.11 |
1006 | 2024-08-16T05:01:03.203Z | Downloaded allocator-api2 v0.2.18 |
1007 | 2024-08-16T05:01:03.205Z | Downloaded lru-cache v0.1.2 |
1008 | 2024-08-16T05:01:03.207Z | Downloaded instability v0.3.2 |
1009 | 2024-08-16T05:01:03.208Z | Downloaded async-recursion v1.1.1 |
1010 | 2024-08-16T05:01:03.211Z | Downloaded arrayref v0.3.7 |
1011 | 2024-08-16T05:01:03.214Z | Downloaded ascii-canvas v3.0.0 |
1012 | 2024-08-16T05:01:03.214Z | Downloaded hubpack_derive v0.1.1 |
1013 | 2024-08-16T05:01:03.214Z | Downloaded crc-catalog v2.4.0 |
1014 | 2024-08-16T05:01:03.222Z | Downloaded libsqlite3-sys v0.28.0 |
1015 | 2024-08-16T05:01:03.299Z | Downloaded ring v0.16.20 |
1016 | 2024-08-16T05:01:03.466Z | Compiling cfg-if v1.0.0 |
1017 | 2024-08-16T05:01:03.466Z | Compiling serde v1.0.207 |
1018 | 2024-08-16T05:01:03.469Z | Compiling lock_api v0.4.12 |
1019 | 2024-08-16T05:01:03.469Z | Compiling scopeguard v1.2.0 |
1020 | 2024-08-16T05:01:03.469Z | Compiling typenum v1.17.0 |
1021 | 2024-08-16T05:01:03.469Z | Compiling generic-array v0.14.7 |
1022 | 2024-08-16T05:01:03.646Z | Compiling syn v2.0.74 |
1023 | 2024-08-16T05:01:03.661Z | Compiling log v0.4.21 |
1024 | 2024-08-16T05:01:03.705Z | Compiling getrandom v0.2.14 |
1025 | 2024-08-16T05:01:03.777Z | Compiling jobserver v0.1.32 |
1026 | 2024-08-16T05:01:03.979Z | Compiling rand_core v0.6.4 |
1027 | 2024-08-16T05:01:04.149Z | Compiling cc v1.0.97 |
1028 | 2024-08-16T05:01:04.168Z | Compiling subtle v2.5.0 |
1029 | 2024-08-16T05:01:04.188Z | Compiling const-oid v0.9.6 |
1030 | 2024-08-16T05:01:04.477Z | Compiling pin-project-lite v0.2.14 |
1031 | 2024-08-16T05:01:04.497Z | Compiling smallvec v1.13.2 |
1032 | 2024-08-16T05:01:04.500Z | Compiling parking_lot_core v0.9.10 |
1033 | 2024-08-16T05:01:04.609Z | Compiling spin v0.9.8 |
1034 | 2024-08-16T05:01:04.681Z | Compiling signal-hook-registry v1.4.2 |
1035 | 2024-08-16T05:01:05.024Z | Compiling mio v0.8.11 |
1036 | 2024-08-16T05:01:05.113Z | Compiling ahash v0.8.11 |
1037 | 2024-08-16T05:01:05.532Z | Compiling parking_lot v0.12.2 |
1038 | 2024-08-16T05:01:05.620Z | Compiling tinyvec_macros v0.1.1 |
1039 | 2024-08-16T05:01:05.724Z | Compiling tinyvec v1.6.0 |
1040 | 2024-08-16T05:01:05.944Z | Compiling socket2 v0.5.7 |
1041 | 2024-08-16T05:01:06.220Z | Compiling num_cpus v1.16.0 |
1042 | 2024-08-16T05:01:06.356Z | Compiling serde_json v1.0.125 |
1043 | 2024-08-16T05:01:06.372Z | Compiling libm v0.2.8 |
1044 | 2024-08-16T05:01:06.518Z | Compiling futures-core v0.3.30 |
1045 | 2024-08-16T05:01:06.518Z | Compiling cpufeatures v0.2.12 |
1046 | 2024-08-16T05:01:06.719Z | Compiling slab v0.4.9 |
1047 | 2024-08-16T05:01:06.762Z | Compiling num-traits v0.2.19 |
1048 | 2024-08-16T05:01:06.777Z | Compiling unicode-bidi v0.3.15 |
1049 | 2024-08-16T05:01:06.780Z | Compiling futures-sink v0.3.30 |
1050 | 2024-08-16T05:01:06.950Z | Compiling allocator-api2 v0.2.18 |
1051 | 2024-08-16T05:01:07.255Z | Compiling unicode-normalization v0.1.23 |
1052 | 2024-08-16T05:01:07.303Z | Compiling futures-channel v0.3.30 |
1053 | 2024-08-16T05:01:07.656Z | Compiling vcpkg v0.2.15 |
1054 | 2024-08-16T05:01:07.731Z | Compiling futures-task v0.3.30 |
1055 | 2024-08-16T05:01:07.784Z | Compiling futures-io v0.3.30 |
1056 | 2024-08-16T05:01:08.104Z | Compiling pin-utils v0.1.0 |
1057 | 2024-08-16T05:01:08.199Z | Compiling pkg-config v0.3.30 |
1058 | 2024-08-16T05:01:08.354Z | Compiling base64ct v1.6.0 |
1059 | 2024-08-16T05:01:08.384Z | Compiling ppv-lite86 v0.2.17 |
1060 | 2024-08-16T05:01:08.404Z | Compiling flagset v0.4.5 |
1061 | 2024-08-16T05:01:08.441Z | Compiling ring v0.17.8 |
1062 | 2024-08-16T05:01:08.624Z | Compiling percent-encoding v2.3.1 |
1063 | 2024-08-16T05:01:08.964Z | Compiling pem-rfc7468 v0.7.0 |
1064 | 2024-08-16T05:01:08.997Z | Compiling tracing-core v0.1.32 |
1065 | 2024-08-16T05:01:09.302Z | Compiling rand_chacha v0.3.1 |
1066 | 2024-08-16T05:01:09.670Z | Compiling rustix v0.38.34 |
1067 | 2024-08-16T05:01:09.707Z | Compiling untrusted v0.9.0 |
1068 | 2024-08-16T05:01:09.804Z | Compiling openssl-sys v0.9.103 |
1069 | 2024-08-16T05:01:09.885Z | Compiling rand v0.8.5 |
1070 | 2024-08-16T05:01:10.135Z | Compiling num-conv v0.1.0 |
1071 | 2024-08-16T05:01:10.391Z | Compiling openssl v0.10.66 |
1072 | 2024-08-16T05:01:10.431Z | Compiling httparse v1.8.0 |
1073 | 2024-08-16T05:01:10.558Z | Compiling powerfmt v0.2.0 |
1074 | 2024-08-16T05:01:10.807Z | Compiling foreign-types-shared v0.1.1 |
1075 | 2024-08-16T05:01:10.874Z | Compiling time-core v0.1.2 |
1076 | 2024-08-16T05:01:10.903Z | Compiling rustversion v1.0.17 |
1077 | 2024-08-16T05:01:10.923Z | Compiling foreign-types v0.3.2 |
1078 | 2024-08-16T05:01:11.022Z | Compiling time-macros v0.2.18 |
1079 | 2024-08-16T05:01:11.060Z | Compiling deranged v0.3.11 |
1080 | 2024-08-16T05:01:11.467Z | Compiling form_urlencoded v1.2.1 |
1081 | 2024-08-16T05:01:11.675Z | Compiling lazy_static v1.5.0 |
1082 | 2024-08-16T05:01:11.769Z | Compiling syn v1.0.109 |
1083 | 2024-08-16T05:01:11.772Z | Compiling try-lock v0.2.5 |
1084 | 2024-08-16T05:01:11.814Z | Compiling siphasher v0.3.11 |
1085 | 2024-08-16T05:01:12.161Z | Compiling native-tls v0.2.11 |
1086 | 2024-08-16T05:01:12.242Z | Compiling crossbeam-utils v0.8.19 |
1087 | 2024-08-16T05:01:12.352Z | Compiling num_threads v0.1.7 |
1088 | 2024-08-16T05:01:12.372Z | Compiling rustls v0.21.12 |
1089 | 2024-08-16T05:01:12.521Z | Compiling want v0.3.1 |
1090 | 2024-08-16T05:01:12.781Z | Compiling idna v0.5.0 |
1091 | 2024-08-16T05:01:12.797Z | Compiling aho-corasick v1.1.3 |
1092 | 2024-08-16T05:01:12.853Z | Compiling cookie v0.17.0 |
1093 | 2024-08-16T05:01:13.115Z | Compiling iana-time-zone v0.1.60 |
1094 | 2024-08-16T05:01:13.270Z | Compiling regex-syntax v0.8.4 |
1095 | 2024-08-16T05:01:13.543Z | Compiling httpdate v1.0.3 |
1096 | 2024-08-16T05:01:13.917Z | Compiling tower-service v0.3.2 |
1097 | 2024-08-16T05:01:13.972Z | Compiling slog v2.7.0 |
1098 | 2024-08-16T05:01:14.034Z | Compiling adler v1.0.2 |
1099 | 2024-08-16T05:01:14.114Z | Compiling time v0.3.36 |
1100 | 2024-08-16T05:01:14.233Z | Compiling openssl-probe v0.1.5 |
1101 | 2024-08-16T05:01:14.249Z | Compiling finl_unicode v1.2.0 |
1102 | 2024-08-16T05:01:14.551Z | Compiling miniz_oxide v0.7.2 |
1103 | 2024-08-16T05:01:14.566Z | Compiling url v2.5.2 |
1104 | 2024-08-16T05:01:14.730Z | Compiling stringprep v0.1.4 |
1105 | 2024-08-16T05:01:16.407Z | Compiling num-integer v0.1.46 |
1106 | 2024-08-16T05:01:17.159Z | Compiling regex-automata v0.4.6 |
1107 | 2024-08-16T05:01:17.281Z | Compiling backtrace v0.3.71 |
1108 | 2024-08-16T05:01:17.775Z | Compiling rustls-webpki v0.101.7 |
1109 | 2024-08-16T05:01:17.972Z | Compiling serde_derive v1.0.207 |
1110 | 2024-08-16T05:01:18.179Z | Compiling zeroize_derive v1.4.2 |
1111 | 2024-08-16T05:01:19.282Z | Compiling zerocopy-derive v0.7.34 |
1112 | 2024-08-16T05:01:19.340Z | Compiling tokio-macros v2.3.0 |
1113 | 2024-08-16T05:01:19.722Z | Compiling thiserror-impl v1.0.63 |
1114 | 2024-08-16T05:01:19.763Z | Compiling zeroize v1.7.0 |
1115 | 2024-08-16T05:01:19.786Z | Compiling futures-macro v0.3.30 |
1116 | 2024-08-16T05:01:20.978Z | Compiling der_derive v0.7.2 |
1117 | 2024-08-16T05:01:21.547Z | Compiling crypto-common v0.1.6 |
1118 | 2024-08-16T05:01:21.621Z | Compiling zerocopy v0.7.34 |
1119 | 2024-08-16T05:01:21.761Z | Compiling block-buffer v0.10.4 |
1120 | 2024-08-16T05:01:21.838Z | Compiling block-padding v0.3.3 |
1121 | 2024-08-16T05:01:22.022Z | Compiling digest v0.10.7 |
1122 | 2024-08-16T05:01:22.075Z | Compiling inout v0.1.3 |
1123 | 2024-08-16T05:01:22.358Z | Compiling cipher v0.4.4 |
1124 | 2024-08-16T05:01:22.501Z | Compiling hmac v0.12.1 |
1125 | 2024-08-16T05:01:22.746Z | Compiling sha2 v0.10.8 |
1126 | 2024-08-16T05:01:22.876Z | Compiling futures-util v0.3.30 |
1127 | 2024-08-16T05:01:22.969Z | Compiling thiserror v1.0.63 |
1128 | 2024-08-16T05:01:23.230Z | Compiling pest v2.7.10 |
1129 | 2024-08-16T05:01:23.442Z | Compiling der v0.7.9 |
1130 | 2024-08-16T05:01:23.726Z | Compiling hashbrown v0.14.5 |
1131 | 2024-08-16T05:01:25.153Z | Compiling salsa20 v0.10.2 |
1132 | 2024-08-16T05:01:25.382Z | Compiling pbkdf2 v0.12.2 |
1133 | 2024-08-16T05:01:25.545Z | Compiling scroll_derive v0.12.0 |
1134 | 2024-08-16T05:01:26.228Z | Compiling pest_meta v2.7.10 |
1135 | 2024-08-16T05:01:26.366Z | Compiling tracing-attributes v0.1.27 |
1136 | 2024-08-16T05:01:26.821Z | Compiling spki v0.7.3 |
1137 | 2024-08-16T05:01:26.995Z | Compiling scroll v0.12.0 |
1138 | 2024-08-16T05:01:27.177Z | Compiling scrypt v0.11.0 |
1139 | 2024-08-16T05:01:27.556Z | Compiling pest_generator v2.7.10 |
1140 | 2024-08-16T05:01:27.780Z | Compiling aes v0.8.4 |
1141 | 2024-08-16T05:01:29.102Z | Compiling cbc v0.1.2 |
1142 | 2024-08-16T05:01:29.343Z | Compiling pkcs5 v0.7.1 |
1143 | 2024-08-16T05:01:29.545Z | Compiling goblin v0.8.2 |
1144 | 2024-08-16T05:01:29.840Z | Compiling openssl-macros v0.1.1 |
1145 | 2024-08-16T05:01:30.070Z | Compiling pkcs8 v0.10.2 |
1146 | 2024-08-16T05:01:30.143Z | Compiling tracing v0.1.40 |
1147 | 2024-08-16T05:01:30.616Z | Compiling sct v0.7.1 |
1148 | 2024-08-16T05:01:30.619Z | Compiling md-5 v0.10.6 |
1149 | 2024-08-16T05:01:30.653Z | Compiling idna v0.3.0 |
1150 | 2024-08-16T05:01:30.669Z | Compiling hash32 v0.2.1 |
1151 | 2024-08-16T05:01:30.790Z | Compiling signal-hook v0.3.17 |
1152 | 2024-08-16T05:01:30.922Z | Compiling smoltcp v0.9.1 |
1153 | 2024-08-16T05:01:31.023Z | Compiling cfg_aliases v0.1.1 |
1154 | 2024-08-16T05:01:31.063Z | Compiling gimli v0.28.1 |
1155 | 2024-08-16T05:01:31.119Z | Compiling fallible-iterator v0.2.0 |
1156 | 2024-08-16T05:01:31.236Z | Compiling pest_derive v2.7.10 |
1157 | 2024-08-16T05:01:31.649Z | Compiling base64 v0.22.1 |
1158 | 2024-08-16T05:01:31.844Z | Compiling psl-types v2.0.11 |
1159 | 2024-08-16T05:01:32.016Z | Compiling bytes v1.7.1 |
1160 | 2024-08-16T05:01:32.034Z | Compiling bitflags v2.6.0 |
1161 | 2024-08-16T05:01:32.371Z | Compiling indexmap v2.4.0 |
1162 | 2024-08-16T05:01:32.414Z | Compiling semver v1.0.23 |
1163 | 2024-08-16T05:01:33.166Z | Compiling tokio v1.38.1 |
1164 | 2024-08-16T05:01:33.311Z | Compiling http v0.2.12 |
1165 | 2024-08-16T05:01:33.812Z | Compiling rustc_version v0.4.0 |
1166 | 2024-08-16T05:01:34.527Z | Compiling heapless v0.7.17 |
1167 | 2024-08-16T05:01:34.992Z | Compiling http-body v0.4.6 |
1168 | 2024-08-16T05:01:35.318Z | Compiling dof v0.3.0 |
1169 | 2024-08-16T05:01:35.502Z | Compiling dtrace-parser v0.2.0 |
1170 | 2024-08-16T05:01:35.761Z | Compiling uuid v1.10.0 |
1171 | 2024-08-16T05:01:36.076Z | Compiling usdt-impl v0.5.0 |
1172 | 2024-08-16T05:01:37.171Z | Compiling chrono v0.4.38 |
1173 | 2024-08-16T05:01:37.512Z | Compiling serde_spanned v0.6.7 |
1174 | 2024-08-16T05:01:37.619Z | Compiling serde_tokenstream v0.2.2 |
1175 | 2024-08-16T05:01:37.656Z | Compiling toml_datetime v0.6.8 |
1176 | 2024-08-16T05:01:37.735Z | Compiling num-bigint-dig v0.8.4 |
1177 | 2024-08-16T05:01:38.043Z | Compiling stable_deref_trait v1.2.0 |
1178 | 2024-08-16T05:01:38.151Z | Compiling crc32fast v1.4.0 |
1179 | 2024-08-16T05:01:38.268Z | Compiling addr2line v0.21.0 |
1180 | 2024-08-16T05:01:38.760Z | Compiling terminal_size v0.3.0 |
1181 | 2024-08-16T05:01:38.932Z | Compiling postgres-protocol v0.6.7 |
1182 | 2024-08-16T05:01:38.952Z | Compiling publicsuffix v2.2.3 |
1183 | 2024-08-16T05:01:39.234Z | Compiling nix v0.28.0 |
1184 | 2024-08-16T05:01:39.371Z | Compiling hubpack_derive v0.1.1 |
1185 | 2024-08-16T05:01:39.707Z | Compiling zerocopy-derive v0.6.6 |
1186 | 2024-08-16T05:01:39.755Z | Compiling async-trait v0.1.81 |
1187 | 2024-08-16T05:01:40.113Z | Compiling num-iter v0.1.45 |
1188 | 2024-08-16T05:01:40.288Z | Compiling phf_shared v0.11.2 |
1189 | 2024-08-16T05:01:40.663Z | Compiling serde_derive_internals v0.29.1 |
1190 | 2024-08-16T05:01:40.837Z | Compiling ff v0.13.0 |
1191 | 2024-08-16T05:01:41.054Z | Compiling object v0.32.2 |
1192 | 2024-08-16T05:01:41.105Z | Compiling tokio-util v0.7.11 |
1193 | 2024-08-16T05:01:41.309Z | Compiling tokio-rustls v0.24.1 |
1194 | 2024-08-16T05:01:41.883Z | Compiling fs-err v2.11.0 |
1195 | 2024-08-16T05:01:42.187Z | Compiling h2 v0.3.26 |
1196 | 2024-08-16T05:01:42.312Z | Compiling tokio-native-tls v0.3.1 |
1197 | 2024-08-16T05:01:42.445Z | Compiling either v1.13.0 |
1198 | 2024-08-16T05:01:42.526Z | Compiling base64 v0.21.7 |
1199 | 2024-08-16T05:01:42.580Z | Compiling rustc-demangle v0.1.24 |
1200 | 2024-08-16T05:01:42.870Z | Compiling ipnet v2.9.0 |
1201 | 2024-08-16T05:01:43.278Z | Compiling bitflags v1.3.2 |
1202 | 2024-08-16T05:01:43.280Z | Compiling base16ct v0.2.0 |
1203 | 2024-08-16T05:01:43.378Z | Compiling managed v0.8.0 |
1204 | 2024-08-16T05:01:43.564Z | Compiling anyhow v1.0.86 |
1205 | 2024-08-16T05:01:43.611Z | Compiling regex-automata v0.1.10 |
1206 | 2024-08-16T05:01:43.831Z | Compiling winnow v0.5.40 |
1207 | 2024-08-16T05:01:44.035Z | Compiling schemars v0.8.21 |
1208 | 2024-08-16T05:01:44.095Z | Compiling bstr v0.2.17 |
1209 | 2024-08-16T05:01:44.343Z | Compiling sec1 v0.7.3 |
1210 | 2024-08-16T05:01:44.414Z | Compiling clap_builder v4.5.15 |
1211 | 2024-08-16T05:01:44.943Z | Compiling schemars_derive v0.8.21 |
1212 | 2024-08-16T05:01:45.580Z | Compiling rustls-pemfile v1.0.4 |
1213 | 2024-08-16T05:01:46.159Z | Compiling zerocopy v0.6.6 |
1214 | 2024-08-16T05:01:46.289Z | Compiling group v0.13.0 |
1215 | 2024-08-16T05:01:46.602Z | Compiling cookie_store v0.20.0 |
1216 | 2024-08-16T05:01:46.999Z | Compiling phf v0.11.2 |
1217 | 2024-08-16T05:01:47.282Z | Compiling toml_edit v0.19.15 |
1218 | 2024-08-16T05:01:48.052Z | Compiling hubpack v0.1.2 |
1219 | 2024-08-16T05:01:48.277Z | Compiling usdt-attr-macro v0.5.0 |
1220 | 2024-08-16T05:01:48.301Z | Compiling usdt-macro v0.5.0 |
1221 | 2024-08-16T05:01:48.482Z | Compiling postgres-types v0.2.7 |
1222 | 2024-08-16T05:01:49.784Z | Compiling hyper v0.14.30 |
1223 | 2024-08-16T05:01:50.348Z | Compiling serde_urlencoded v0.7.1 |
1224 | 2024-08-16T05:01:50.875Z | Compiling pkcs1 v0.7.5 |
1225 | 2024-08-16T05:01:50.902Z | Compiling futures-executor v0.3.30 |
1226 | 2024-08-16T05:01:51.101Z | Compiling hkdf v0.12.4 |
1227 | 2024-08-16T05:01:51.366Z | Compiling signature v2.2.0 |
1228 | 2024-08-16T05:01:51.444Z | Compiling regex v1.10.6 |
1229 | 2024-08-16T05:01:51.659Z | Compiling crypto-bigint v0.5.5 |
1230 | 2024-08-16T05:01:51.880Z | Compiling clap_derive v4.5.13 |
1231 | 2024-08-16T05:01:52.521Z | Compiling strum_macros v0.25.3 |
1232 | 2024-08-16T05:01:52.572Z | Compiling enum-as-inner v0.6.0 |
1233 | 2024-08-16T05:01:53.632Z | Compiling serde_repr v0.1.19 |
1234 | 2024-08-16T05:01:53.651Z | Compiling phf_shared v0.10.0 |
1235 | 2024-08-16T05:01:54.052Z | Compiling float-cmp v0.9.0 |
1236 | 2024-08-16T05:01:54.270Z | Compiling idna v0.4.0 |
1237 | 2024-08-16T05:01:54.835Z | Compiling mio v1.0.2 |
1238 | 2024-08-16T05:01:55.120Z | Compiling encoding_rs v0.8.34 |
1239 | 2024-08-16T05:01:55.849Z | Compiling sync_wrapper v0.1.2 |
1240 | 2024-08-16T05:01:55.979Z | Compiling normalize-line-endings v0.3.0 |
1241 | 2024-08-16T05:01:56.026Z | Compiling predicates-core v1.0.6 |
1242 | 2024-08-16T05:01:56.095Z | Compiling dyn-clone v1.0.17 |
1243 | 2024-08-16T05:01:56.301Z | Compiling fixedbitset v0.4.2 |
1244 | 2024-08-16T05:01:56.356Z | Compiling new_debug_unreachable v1.0.6 |
1245 | 2024-08-16T05:01:56.447Z | Compiling difflib v0.4.0 |
1246 | 2024-08-16T05:01:56.662Z | Compiling hyper-tls v0.5.0 |
1247 | 2024-08-16T05:01:56.784Z | Compiling hyper-rustls v0.24.2 |
1248 | 2024-08-16T05:01:56.872Z | Compiling unicode-segmentation v1.11.0 |
1249 | 2024-08-16T05:01:57.024Z | Compiling mime v0.3.17 |
1250 | 2024-08-16T05:01:57.242Z | Compiling data-encoding v2.6.0 |
1251 | 2024-08-16T05:01:57.633Z | Compiling static_assertions v1.1.0 |
1252 | 2024-08-16T05:01:57.657Z | Compiling precomputed-hash v0.1.1 |
1253 | 2024-08-16T05:01:57.706Z | Compiling minimal-lexical v0.2.1 |
1254 | 2024-08-16T05:01:57.737Z | Compiling whoami v1.5.1 |
1255 | 2024-08-16T05:01:57.773Z | Compiling bit-vec v0.6.3 |
1256 | 2024-08-16T05:01:57.965Z | Compiling webpki-roots v0.25.4 |
1257 | 2024-08-16T05:01:58.130Z | Compiling nom v7.1.3 |
1258 | 2024-08-16T05:01:58.212Z | Compiling bit-set v0.5.3 |
1259 | 2024-08-16T05:01:58.229Z | Compiling reqwest v0.11.27 |
1260 | 2024-08-16T05:01:58.381Z | Compiling tokio-postgres v0.7.11 |
1261 | 2024-08-16T05:01:58.484Z | Compiling hickory-proto v0.24.1 |
1262 | 2024-08-16T05:01:59.465Z | Compiling string_cache v0.8.7 |
1263 | 2024-08-16T05:01:59.538Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1264 | 2024-08-16T05:01:59.595Z | Compiling console v0.15.8 |
1265 | 2024-08-16T05:01:59.960Z | Compiling similar v2.5.0 |
1266 | 2024-08-16T05:02:01.142Z | Compiling clap v4.5.15 |
1267 | 2024-08-16T05:02:01.262Z | Compiling predicates v3.1.2 |
1268 | 2024-08-16T05:02:01.819Z | Compiling petgraph v0.6.5 |
1269 | 2024-08-16T05:02:02.549Z | Compiling toml_edit v0.22.20 |
1270 | 2024-08-16T05:02:02.999Z | Compiling usdt v0.5.0 |
1271 | 2024-08-16T05:02:03.509Z | Compiling signal-hook-mio v0.2.4 |
1272 | 2024-08-16T05:02:03.677Z | Compiling elliptic-curve v0.13.8 |
1273 | 2024-08-16T05:02:04.140Z | Compiling rsa v0.9.6 |
1274 | 2024-08-16T05:02:04.516Z | Compiling futures v0.3.30 |
1275 | 2024-08-16T05:02:04.639Z | Compiling toml v0.7.8 |
1276 | 2024-08-16T05:02:05.850Z | Compiling flate2 v1.0.31 |
1277 | 2024-08-16T05:02:06.823Z | Compiling itertools v0.12.1 |
1278 | 2024-08-16T05:02:06.842Z | Compiling itertools v0.10.5 |
1279 | 2024-08-16T05:02:07.135Z | Compiling tokio-stream v0.1.15 |
1280 | 2024-08-16T05:02:08.139Z | Compiling openapiv3 v2.0.0 |
1281 | 2024-08-16T05:02:08.768Z | Compiling hex v0.4.3 |
1282 | 2024-08-16T05:02:09.372Z | Compiling sha1 v0.10.6 |
1283 | 2024-08-16T05:02:09.723Z | Compiling bstr v1.9.1 |
1284 | 2024-08-16T05:02:09.807Z | Compiling crossbeam-epoch v0.9.18 |
1285 | 2024-08-16T05:02:09.925Z | Compiling dirs-sys-next v0.1.2 |
1286 | 2024-08-16T05:02:10.434Z | Compiling peg-runtime v0.8.3 |
1287 | 2024-08-16T05:02:10.580Z | Compiling unicode-xid v0.2.4 |
1288 | 2024-08-16T05:02:10.600Z | Compiling lalrpop-util v0.19.12 |
1289 | 2024-08-16T05:02:10.752Z | Compiling dirs-next v2.0.0 |
1290 | 2024-08-16T05:02:10.923Z | Compiling thread_local v1.1.8 |
1291 | 2024-08-16T05:02:10.947Z | Compiling slog-async v2.8.0 |
1292 | 2024-08-16T05:02:10.951Z | Compiling term v0.7.0 |
1293 | 2024-08-16T05:02:11.074Z | Compiling xattr v1.3.1 |
1294 | 2024-08-16T05:02:11.345Z | Compiling strum_macros v0.26.4 |
1295 | 2024-08-16T05:02:11.457Z | Compiling crossbeam-channel v0.5.12 |
1296 | 2024-08-16T05:02:11.527Z | Compiling filetime v0.2.24 |
1297 | 2024-08-16T05:02:11.546Z | Compiling is-terminal v0.4.12 |
1298 | 2024-08-16T05:02:11.668Z | Compiling take_mut v0.2.2 |
1299 | 2024-08-16T05:02:11.820Z | Compiling tar v0.4.41 |
1300 | 2024-08-16T05:02:11.820Z | Compiling slog-term v2.9.1 |
1301 | 2024-08-16T05:02:12.498Z | Compiling camino v1.1.7 |
1302 | 2024-08-16T05:02:13.103Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1303 | 2024-08-16T05:02:14.233Z | Compiling strum v0.26.3 |
1304 | 2024-08-16T05:02:14.311Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1305 | 2024-08-16T05:02:19.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
1306 | 2024-08-16T05:02:19.376Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1307 | 2024-08-16T05:02:19.423Z | Aug 16 05:02:19.213 INFO Starting download, target: DendriteOpenapi |
1308 | 2024-08-16T05:02:19.423Z | Aug 16 05:02:19.213 INFO Starting download, target: MaghemiteMgd |
1309 | 2024-08-16T05:02:19.425Z | Aug 16 05:02:19.213 INFO Starting download, target: Cockroach |
1310 | 2024-08-16T05:02:19.425Z | Aug 16 05:02:19.213 INFO Starting download, target: Console |
1311 | 2024-08-16T05:02:19.425Z | Aug 16 05:02:19.213 INFO Starting download, target: Clickhouse |
1312 | 2024-08-16T05:02:19.425Z | Aug 16 05:02:19.213 INFO Starting download, target: DendriteStub |
1313 | 2024-08-16T05:02:19.425Z | Aug 16 05:02:19.213 INFO Starting download, target: TransceiverControl |
1314 | 2024-08-16T05:02:19.425Z | Aug 16 05:02:19.214 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1315 | 2024-08-16T05:02:19.425Z | Aug 16 05:02:19.214 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1316 | 2024-08-16T05:02:19.425Z | Aug 16 05:02:19.214 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1317 | 2024-08-16T05:02:19.425Z | Aug 16 05:02:19.214 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1318 | 2024-08-16T05:02:19.425Z | Aug 16 05:02:19.214 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1319 | 2024-08-16T05:02:19.426Z | Aug 16 05:02:19.214 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1320 | 2024-08-16T05:02:19.426Z | Aug 16 05:02:19.214 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1321 | 2024-08-16T05:02:19.583Z | Aug 16 05:02:19.367 INFO Download complete, target: DendriteOpenapi |
1322 | 2024-08-16T05:02:19.670Z | Aug 16 05:02:19.460 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1323 | 2024-08-16T05:02:19.967Z | Aug 16 05:02:19.744 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1324 | 2024-08-16T05:02:20.150Z | Aug 16 05:02:19.940 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1325 | 2024-08-16T05:02:20.158Z | Aug 16 05:02:19.949 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1326 | 2024-08-16T05:02:20.359Z | Aug 16 05:02:20.149 INFO Download complete, target: Console |
1327 | 2024-08-16T05:02:20.502Z | Aug 16 05:02:20.292 INFO Download complete, target: TransceiverControl |
1328 | 2024-08-16T05:02:21.349Z | Aug 16 05:02:21.137 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1329 | 2024-08-16T05:02:21.349Z | Aug 16 05:02:21.137 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1330 | 2024-08-16T05:02:21.758Z | Aug 16 05:02:21.546 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1331 | 2024-08-16T05:02:23.466Z | Aug 16 05:02:23.254 INFO Download complete, target: DendriteStub |
1332 | 2024-08-16T05:02:23.504Z | Aug 16 05:02:23.293 INFO Download complete, target: MaghemiteMgd |
1333 | 2024-08-16T05:02:29.878Z | Aug 16 05:02:29.663 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1334 | 2024-08-16T05:02:30.213Z | Aug 16 05:02:29.997 INFO Checking that binary works, target: Cockroach |
1335 | 2024-08-16T05:02:30.366Z | Aug 16 05:02:30.150 INFO Download complete, target: Cockroach |
1336 | 2024-08-16T05:02:36.264Z | Aug 16 05:02:36.044 INFO Checking that binary works, target: Clickhouse |
1337 | 2024-08-16T05:02:36.433Z | Aug 16 05:02:36.213 INFO Download complete, target: Clickhouse |
1338 | 2024-08-16T05:02:36.444Z | All prerequisites installed successfully |
1339 | 2024-08-16T05:02:36.453Z | |
1340 | 2024-08-16T05:02:36.453Z | real 3:46.118696333 |
1341 | 2024-08-16T05:02:36.453Z | user 11:14.968244481 |
1342 | 2024-08-16T05:02:36.453Z | sys 2:23.385391159 |
1343 | 2024-08-16T05:02:36.453Z | trap 0.410985507 |
1344 | 2024-08-16T05:02:36.453Z | tflt 0.914499606 |
1345 | 2024-08-16T05:02:36.453Z | dflt 1.728369593 |
1346 | 2024-08-16T05:02:36.453Z | kflt 0.020879316 |
1347 | 2024-08-16T05:02:36.453Z | lock 23:18.126626136 |
1348 | 2024-08-16T05:02:36.453Z | slp 43:29.033157737 |
1349 | 2024-08-16T05:02:36.453Z | lat 43.586384097 |
1350 | 2024-08-16T05:02:36.453Z | stop 1:43.245677717 |
1351 | 2024-08-16T05:02:36.453Z | + source ./tools/include/force-git-over-https.sh |
1352 | 2024-08-16T05:02:36.453Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1353 | 2024-08-16T05:02:36.453Z | ++ (( i = 0 )) |
1354 | 2024-08-16T05:02:36.453Z | ++ (( i < 5 )) |
1355 | 2024-08-16T05:02:36.453Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1356 | 2024-08-16T05:02:36.453Z | ++ (( i++ )) |
1357 | 2024-08-16T05:02:36.453Z | ++ (( i < 5 )) |
1358 | 2024-08-16T05:02:36.453Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1359 | 2024-08-16T05:02:36.463Z | ++ (( i++ )) |
1360 | 2024-08-16T05:02:36.463Z | ++ (( i < 5 )) |
1361 | 2024-08-16T05:02:36.463Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1362 | 2024-08-16T05:02:36.463Z | ++ (( i++ )) |
1363 | 2024-08-16T05:02:36.463Z | ++ (( i < 5 )) |
1364 | 2024-08-16T05:02:36.463Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1365 | 2024-08-16T05:02:36.463Z | ++ (( i++ )) |
1366 | 2024-08-16T05:02:36.463Z | ++ (( i < 5 )) |
1367 | 2024-08-16T05:02:36.463Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1368 | 2024-08-16T05:02:36.468Z | ++ (( i++ )) |
1369 | 2024-08-16T05:02:36.468Z | ++ (( i < 5 )) |
1370 | 2024-08-16T05:02:36.468Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1371 | 2024-08-16T05:02:36.468Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1372 | 2024-08-16T05:02:36.468Z | + rc=0 |
1373 | 2024-08-16T05:02:36.468Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1374 | 2024-08-16T05:03:08.869Z | + case $rc in |
1375 | 2024-08-16T05:03:08.869Z | + pfexec zfs create -p rpool/images/build/host |
1376 | 2024-08-16T05:03:09.127Z | + pfexec zfs create -p rpool/images/build/recovery |
1377 | 2024-08-16T05:03:09.160Z | + cargo xtask releng --output-dir /work |
1378 | 2024-08-16T05:03:09.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1379 | 2024-08-16T05:03:09.756Z | Running `target/debug/xtask releng --output-dir /work` |
1380 | 2024-08-16T05:03:10.603Z | Compiling proc-macro2 v1.0.86 |
1381 | 2024-08-16T05:03:10.603Z | Compiling unicode-ident v1.0.12 |
1382 | 2024-08-16T05:03:10.606Z | Compiling libc v0.2.155 |
1383 | 2024-08-16T05:03:10.606Z | Compiling serde v1.0.207 |
1384 | 2024-08-16T05:03:10.606Z | Compiling version_check v0.9.5 |
1385 | 2024-08-16T05:03:10.606Z | Compiling autocfg v1.3.0 |
1386 | 2024-08-16T05:03:10.606Z | Compiling cfg-if v1.0.0 |
1387 | 2024-08-16T05:03:10.606Z | Compiling once_cell v1.19.0 |
1388 | 2024-08-16T05:03:10.873Z | Compiling typenum v1.17.0 |
1389 | 2024-08-16T05:03:11.012Z | Compiling memchr v2.7.2 |
1390 | 2024-08-16T05:03:11.379Z | Compiling serde_json v1.0.125 |
1391 | 2024-08-16T05:03:11.418Z | Compiling generic-array v0.14.7 |
1392 | 2024-08-16T05:03:11.724Z | Compiling lock_api v0.4.12 |
1393 | 2024-08-16T05:03:11.748Z | Compiling ahash v0.8.11 |
1394 | 2024-08-16T05:03:11.847Z | Compiling libm v0.2.8 |
1395 | 2024-08-16T05:03:12.037Z | Compiling num-traits v0.2.19 |
1396 | 2024-08-16T05:03:12.093Z | Compiling parking_lot_core v0.9.10 |
1397 | 2024-08-16T05:03:12.211Z | Compiling quote v1.0.36 |
1398 | 2024-08-16T05:03:12.346Z | Compiling byteorder v1.5.0 |
1399 | 2024-08-16T05:03:12.670Z | Compiling syn v2.0.74 |
1400 | 2024-08-16T05:03:12.842Z | Compiling getrandom v0.2.14 |
1401 | 2024-08-16T05:03:12.842Z | Compiling jobserver v0.1.32 |
1402 | 2024-08-16T05:03:12.984Z | Compiling scopeguard v1.2.0 |
1403 | 2024-08-16T05:03:13.010Z | Compiling log v0.4.21 |
1404 | 2024-08-16T05:03:13.229Z | Compiling cc v1.0.97 |
1405 | 2024-08-16T05:03:13.247Z | Compiling thiserror v1.0.63 |
1406 | 2024-08-16T05:03:13.406Z | Compiling itoa v1.0.11 |
1407 | 2024-08-16T05:03:13.648Z | Compiling slab v0.4.9 |
1408 | 2024-08-16T05:03:13.771Z | Compiling rand_core v0.6.4 |
1409 | 2024-08-16T05:03:13.877Z | Compiling pkg-config v0.3.30 |
1410 | 2024-08-16T05:03:14.467Z | Compiling semver v1.0.23 |
1411 | 2024-08-16T05:03:14.610Z | Compiling ryu v1.0.18 |
1412 | 2024-08-16T05:03:14.832Z | Compiling vcpkg v0.2.15 |
1413 | 2024-08-16T05:03:14.940Z | Compiling pin-project-lite v0.2.14 |
1414 | 2024-08-16T05:03:14.993Z | Compiling smallvec v1.13.2 |
1415 | 2024-08-16T05:03:15.107Z | Compiling spin v0.9.8 |
1416 | 2024-08-16T05:03:15.163Z | Compiling allocator-api2 v0.2.18 |
1417 | 2024-08-16T05:03:15.718Z | Compiling subtle v2.5.0 |
1418 | 2024-08-16T05:03:16.179Z | Compiling const-oid v0.9.6 |
1419 | 2024-08-16T05:03:16.449Z | Compiling signal-hook-registry v1.4.2 |
1420 | 2024-08-16T05:03:16.740Z | Compiling ring v0.17.8 |
1421 | 2024-08-16T05:03:17.147Z | Compiling openssl-sys v0.9.103 |
1422 | 2024-08-16T05:03:17.806Z | Compiling httparse v1.8.0 |
1423 | 2024-08-16T05:03:18.094Z | Compiling rustix v0.38.34 |
1424 | 2024-08-16T05:03:18.224Z | Compiling heck v0.5.0 |
1425 | 2024-08-16T05:03:18.253Z | Compiling schemars v0.8.21 |
1426 | 2024-08-16T05:03:18.640Z | Compiling parking_lot v0.12.2 |
1427 | 2024-08-16T05:03:18.700Z | Compiling mio v0.8.11 |
1428 | 2024-08-16T05:03:18.767Z | Compiling time-core v0.1.2 |
1429 | 2024-08-16T05:03:18.970Z | Compiling num-conv v0.1.0 |
1430 | 2024-08-16T05:03:19.437Z | Compiling futures-core v0.3.30 |
1431 | 2024-08-16T05:03:19.558Z | Compiling time-macros v0.2.18 |
1432 | 2024-08-16T05:03:19.613Z | Compiling num_cpus v1.16.0 |
1433 | 2024-08-16T05:03:19.746Z | Compiling socket2 v0.5.7 |
1434 | 2024-08-16T05:03:19.800Z | Compiling openssl v0.10.66 |
1435 | 2024-08-16T05:03:20.291Z | Compiling equivalent v1.0.1 |
1436 | 2024-08-16T05:03:20.308Z | Compiling fnv v1.0.7 |
1437 | 2024-08-16T05:03:20.408Z | Compiling serde_derive_internals v0.29.1 |
1438 | 2024-08-16T05:03:20.645Z | Compiling tinyvec_macros v0.1.1 |
1439 | 2024-08-16T05:03:20.787Z | Compiling rustls v0.21.12 |
1440 | 2024-08-16T05:03:20.830Z | Compiling native-tls v0.2.11 |
1441 | 2024-08-16T05:03:21.150Z | Compiling tinyvec v1.6.0 |
1442 | 2024-08-16T05:03:21.519Z | Compiling crossbeam-utils v0.8.19 |
1443 | 2024-08-16T05:03:22.013Z | Compiling futures-sink v0.3.30 |
1444 | 2024-08-16T05:03:22.533Z | Compiling cookie v0.17.0 |
1445 | 2024-08-16T05:03:22.645Z | Compiling ucd-trie v0.1.6 |
1446 | 2024-08-16T05:03:22.865Z | Compiling unicode-normalization v0.1.23 |
1447 | 2024-08-16T05:03:22.942Z | Compiling iana-time-zone v0.1.60 |
1448 | 2024-08-16T05:03:22.987Z | Compiling cpufeatures v0.2.12 |
1449 | 2024-08-16T05:03:23.241Z | Compiling futures-channel v0.3.30 |
1450 | 2024-08-16T05:03:23.448Z | Compiling syn v1.0.109 |
1451 | 2024-08-16T05:03:23.491Z | Compiling futures-io v0.3.30 |
1452 | 2024-08-16T05:03:23.537Z | Compiling futures-task v0.3.30 |
1453 | 2024-08-16T05:03:23.838Z | Compiling slog v2.7.0 |
1454 | 2024-08-16T05:03:23.883Z | Compiling unicode-bidi v0.3.15 |
1455 | 2024-08-16T05:03:23.913Z | Compiling pin-utils v0.1.0 |
1456 | 2024-08-16T05:03:24.247Z | Compiling untrusted v0.9.0 |
1457 | 2024-08-16T05:03:24.983Z | Compiling aho-corasick v1.1.3 |
1458 | 2024-08-16T05:03:25.232Z | Compiling dyn-clone v1.0.17 |
1459 | 2024-08-16T05:03:25.275Z | Compiling crc32fast v1.4.0 |
1460 | 2024-08-16T05:03:25.540Z | Compiling regex-syntax v0.8.4 |
1461 | 2024-08-16T05:03:25.779Z | Compiling serde_derive v1.0.207 |
1462 | 2024-08-16T05:03:25.824Z | Compiling zeroize_derive v1.4.2 |
1463 | 2024-08-16T05:03:26.075Z | Compiling zerocopy-derive v0.7.34 |
1464 | 2024-08-16T05:03:27.072Z | Compiling tokio-macros v2.3.0 |
1465 | 2024-08-16T05:03:27.315Z | Compiling thiserror-impl v1.0.63 |
1466 | 2024-08-16T05:03:28.123Z | Compiling zeroize v1.7.0 |
1467 | 2024-08-16T05:03:28.638Z | Compiling zerocopy v0.7.34 |
1468 | 2024-08-16T05:03:29.660Z | Compiling futures-macro v0.3.30 |
1469 | 2024-08-16T05:03:31.473Z | Compiling hashbrown v0.14.5 |
1470 | 2024-08-16T05:03:31.758Z | Compiling crypto-common v0.1.6 |
1471 | 2024-08-16T05:03:31.904Z | Compiling tracing-attributes v0.1.27 |
1472 | 2024-08-16T05:03:31.984Z | Compiling der_derive v0.7.2 |
1473 | 2024-08-16T05:03:32.132Z | Compiling block-buffer v0.10.4 |
1474 | 2024-08-16T05:03:32.429Z | Compiling digest v0.10.7 |
1475 | 2024-08-16T05:03:32.807Z | Compiling schemars_derive v0.8.21 |
1476 | 2024-08-16T05:03:34.596Z | Compiling openssl-macros v0.1.1 |
1477 | 2024-08-16T05:03:34.930Z | Compiling scroll_derive v0.12.0 |
1478 | 2024-08-16T05:03:35.370Z | Compiling hmac v0.12.1 |
1479 | 2024-08-16T05:03:35.402Z | Compiling pest v2.7.10 |
1480 | 2024-08-16T05:03:35.687Z | Compiling block-padding v0.3.3 |
1481 | 2024-08-16T05:03:35.727Z | Compiling futures-util v0.3.30 |
1482 | 2024-08-16T05:03:36.001Z | Compiling inout v0.1.3 |
1483 | 2024-08-16T05:03:36.252Z | Compiling cipher v0.4.4 |
1484 | 2024-08-16T05:03:36.377Z | Compiling sha2 v0.10.8 |
1485 | 2024-08-16T05:03:37.743Z | Compiling regex-automata v0.4.6 |
1486 | 2024-08-16T05:03:37.859Z | Compiling usdt-impl v0.5.0 |
1487 | 2024-08-16T05:03:38.261Z | Compiling pest_meta v2.7.10 |
1488 | 2024-08-16T05:03:38.616Z | Compiling powerfmt v0.2.0 |
1489 | 2024-08-16T05:03:39.354Z | Compiling heck v0.4.1 |
1490 | 2024-08-16T05:03:39.846Z | Compiling bytes v1.7.1 |
1491 | 2024-08-16T05:03:42.194Z | Compiling bitflags v2.6.0 |
1492 | 2024-08-16T05:03:43.003Z | Compiling tokio v1.38.1 |
1493 | 2024-08-16T05:03:43.265Z | Compiling indexmap v2.4.0 |
1494 | 2024-08-16T05:03:43.845Z | Compiling serde_tokenstream v0.2.2 |
1495 | 2024-08-16T05:03:43.885Z | Compiling uuid v1.10.0 |
1496 | 2024-08-16T05:03:44.551Z | Compiling chrono v0.4.38 |
1497 | 2024-08-16T05:03:45.054Z | Compiling http v0.2.12 |
1498 | 2024-08-16T05:03:45.388Z | Compiling pest_generator v2.7.10 |
1499 | 2024-08-16T05:03:47.601Z | Compiling pest_derive v2.7.10 |
1500 | 2024-08-16T05:03:48.307Z | Compiling rustc_version v0.4.0 |
1501 | 2024-08-16T05:03:48.785Z | Compiling percent-encoding v2.3.1 |
1502 | 2024-08-16T05:03:49.100Z | Compiling base64ct v1.6.0 |
1503 | 2024-08-16T05:03:49.385Z | Compiling heapless v0.7.17 |
1504 | 2024-08-16T05:03:49.781Z | Compiling pem-rfc7468 v0.7.0 |
1505 | 2024-08-16T05:03:49.890Z | Compiling deranged v0.3.11 |
1506 | 2024-08-16T05:03:50.313Z | Compiling scroll v0.12.0 |
1507 | 2024-08-16T05:03:50.506Z | Compiling zerocopy-derive v0.6.6 |
1508 | 2024-08-16T05:03:51.284Z | Compiling backtrace v0.3.71 |
1509 | 2024-08-16T05:03:51.866Z | Compiling tracing-core v0.1.32 |
1510 | 2024-08-16T05:03:52.128Z | Compiling errno v0.3.9 |
1511 | 2024-08-16T05:03:52.412Z | Compiling plain v0.2.3 |
1512 | 2024-08-16T05:03:52.580Z | Compiling flagset v0.4.5 |
1513 | 2024-08-16T05:03:52.789Z | Compiling num-bigint-dig v0.8.4 |
1514 | 2024-08-16T05:03:52.821Z | Compiling ppv-lite86 v0.2.17 |
1515 | 2024-08-16T05:03:53.107Z | Compiling num_threads v0.1.7 |
1516 | 2024-08-16T05:03:53.595Z | Compiling rand_chacha v0.3.1 |
1517 | 2024-08-16T05:03:53.842Z | Compiling time v0.3.36 |
1518 | 2024-08-16T05:03:54.159Z | Compiling der v0.7.9 |
1519 | 2024-08-16T05:03:54.240Z | Compiling tracing v0.1.40 |
1520 | 2024-08-16T05:03:54.572Z | Compiling goblin v0.8.2 |
1521 | 2024-08-16T05:03:55.163Z | Compiling tokio-util v0.7.11 |
1522 | 2024-08-16T05:03:57.350Z | Compiling regex v1.10.6 |
1523 | 2024-08-16T05:03:57.382Z | Compiling salsa20 v0.10.2 |
1524 | 2024-08-16T05:03:57.599Z | Compiling pbkdf2 v0.12.2 |
1525 | 2024-08-16T05:03:57.791Z | Compiling async-trait v0.1.81 |
1526 | 2024-08-16T05:03:58.677Z | Compiling pretty-hex v0.4.1 |
1527 | 2024-08-16T05:03:59.156Z | Compiling strsim v0.11.1 |
1528 | 2024-08-16T05:03:59.733Z | Compiling rustversion v1.0.17 |
1529 | 2024-08-16T05:04:00.574Z | Compiling scrypt v0.11.0 |
1530 | 2024-08-16T05:04:01.097Z | Compiling dof v0.3.0 |
1531 | 2024-08-16T05:04:01.172Z | Compiling spki v0.7.3 |
1532 | 2024-08-16T05:04:01.645Z | Compiling rand v0.8.5 |
1533 | 2024-08-16T05:04:02.052Z | Compiling form_urlencoded v1.2.1 |
1534 | 2024-08-16T05:04:02.718Z | Compiling dtrace-parser v0.2.0 |
1535 | 2024-08-16T05:04:03.222Z | Compiling aes v0.8.4 |
1536 | 2024-08-16T05:04:03.364Z | Compiling cbc v0.1.2 |
1537 | 2024-08-16T05:04:03.457Z | Compiling thread-id v4.2.1 |
1538 | 2024-08-16T05:04:03.641Z | Compiling foreign-types-shared v0.1.1 |
1539 | 2024-08-16T05:04:03.773Z | Compiling smoltcp v0.9.1 |
1540 | 2024-08-16T05:04:03.797Z | Compiling unicode-width v0.1.13 |
1541 | 2024-08-16T05:04:04.074Z | Compiling try-lock v0.2.5 |
1542 | 2024-08-16T05:04:04.334Z | Compiling signal-hook v0.3.17 |
1543 | 2024-08-16T05:04:04.508Z | Compiling anyhow v1.0.86 |
1544 | 2024-08-16T05:04:04.652Z | Compiling want v0.3.1 |
1545 | 2024-08-16T05:04:04.810Z | Compiling pkcs5 v0.7.1 |
1546 | 2024-08-16T05:04:05.138Z | Compiling foreign-types v0.3.2 |
1547 | 2024-08-16T05:04:06.629Z | Compiling h2 v0.3.26 |
1548 | 2024-08-16T05:04:07.318Z | Compiling http-body v0.4.6 |
1549 | 2024-08-16T05:04:07.879Z | Compiling clap_derive v4.5.13 |
1550 | 2024-08-16T05:04:08.732Z | Compiling lazy_static v1.5.0 |
1551 | 2024-08-16T05:04:09.691Z | Compiling cfg_aliases v0.1.1 |
1552 | 2024-08-16T05:04:10.373Z | Compiling base64 v0.21.7 |
1553 | 2024-08-16T05:04:10.739Z | Compiling siphasher v0.3.11 |
1554 | 2024-08-16T05:04:11.132Z | Compiling tower-service v0.3.2 |
1555 | 2024-08-16T05:04:11.267Z | Compiling httpdate v1.0.3 |
1556 | 2024-08-16T05:04:11.993Z | Compiling nix v0.28.0 |
1557 | 2024-08-16T05:04:15.418Z | Compiling hyper v0.14.30 |
1558 | 2024-08-16T05:04:20.550Z | Compiling pkcs8 v0.10.2 |
1559 | 2024-08-16T05:04:22.781Z | Compiling sct v0.7.1 |
1560 | 2024-08-16T05:04:23.307Z | Compiling rustls-webpki v0.101.7 |
1561 | 2024-08-16T05:04:25.122Z | Compiling openapiv3 v2.0.0 |
1562 | 2024-08-16T05:04:26.227Z | Compiling hubpack_derive v0.1.1 |
1563 | 2024-08-16T05:04:27.565Z | Compiling idna v0.5.0 |
1564 | 2024-08-16T05:04:29.737Z | Compiling fs-err v2.11.0 |
1565 | 2024-08-16T05:04:30.014Z | Compiling anstyle v1.0.8 |
1566 | 2024-08-16T05:04:30.266Z | Compiling adler v1.0.2 |
1567 | 2024-08-16T05:04:30.533Z | Compiling openssl-probe v0.1.5 |
1568 | 2024-08-16T05:04:30.644Z | Compiling utf8parse v0.2.1 |
1569 | 2024-08-16T05:04:30.851Z | Compiling finl_unicode v1.2.0 |
1570 | 2024-08-16T05:04:31.418Z | Compiling stringprep v0.1.4 |
1571 | 2024-08-16T05:04:31.490Z | Compiling anstyle-parse v0.2.4 |
1572 | 2024-08-16T05:04:31.936Z | Compiling miniz_oxide v0.7.2 |
1573 | 2024-08-16T05:04:33.107Z | Compiling url v2.5.2 |
1574 | 2024-08-16T05:04:36.484Z | Compiling usdt-attr-macro v0.5.0 |
1575 | 2024-08-16T05:04:37.238Z | Compiling usdt-macro v0.5.0 |
1576 | 2024-08-16T05:04:38.680Z | Compiling serde_spanned v0.6.7 |
1577 | 2024-08-16T05:04:38.700Z | Compiling toml_datetime v0.6.8 |
1578 | 2024-08-16T05:04:38.893Z | Compiling regress v0.9.1 |
1579 | 2024-08-16T05:04:39.148Z | Compiling md-5 v0.10.6 |
1580 | 2024-08-16T05:04:39.407Z | Compiling idna v0.3.0 |
1581 | 2024-08-16T05:04:40.917Z | Compiling num-integer v0.1.46 |
1582 | 2024-08-16T05:04:41.008Z | Compiling hash32 v0.2.1 |
1583 | 2024-08-16T05:04:41.381Z | Compiling encoding_rs v0.8.34 |
1584 | 2024-08-16T05:04:41.596Z | Compiling mime v0.3.17 |
1585 | 2024-08-16T05:04:42.615Z | Compiling anstyle-query v1.0.3 |
1586 | 2024-08-16T05:04:42.776Z | Compiling psl-types v2.0.11 |
1587 | 2024-08-16T05:04:42.992Z | Compiling colorchoice v1.0.1 |
1588 | 2024-08-16T05:04:43.158Z | Compiling fallible-iterator v0.2.0 |
1589 | 2024-08-16T05:04:43.334Z | Compiling gimli v0.28.1 |
1590 | 2024-08-16T05:04:43.687Z | Compiling base64 v0.22.1 |
1591 | 2024-08-16T05:04:43.866Z | Compiling is_terminal_polyfill v1.70.0 |
1592 | 2024-08-16T05:04:43.998Z | Compiling stable_deref_trait v1.2.0 |
1593 | 2024-08-16T05:04:44.053Z | Compiling anstream v0.6.14 |
1594 | 2024-08-16T05:04:44.343Z | Compiling postgres-protocol v0.6.7 |
1595 | 2024-08-16T05:04:45.295Z | Compiling publicsuffix v2.2.3 |
1596 | 2024-08-16T05:04:45.565Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1597 | 2024-08-16T05:04:45.861Z | Compiling num-iter v0.1.45 |
1598 | 2024-08-16T05:04:48.006Z | Compiling addr2line v0.21.0 |
1599 | 2024-08-16T05:04:48.678Z | Compiling tokio-rustls v0.24.1 |
1600 | 2024-08-16T05:04:49.559Z | Compiling terminal_size v0.3.0 |
1601 | 2024-08-16T05:04:49.773Z | Compiling tokio-native-tls v0.3.1 |
1602 | 2024-08-16T05:04:50.374Z | Compiling phf_shared v0.11.2 |
1603 | 2024-08-16T05:04:50.760Z | Compiling strum_macros v0.25.3 |
1604 | 2024-08-16T05:04:51.058Z | Compiling serde_urlencoded v0.7.1 |
1605 | 2024-08-16T05:04:51.933Z | Compiling enum-as-inner v0.6.0 |
1606 | 2024-08-16T05:04:52.185Z | Compiling serde_repr v0.1.19 |
1607 | 2024-08-16T05:04:52.416Z | Compiling ff v0.13.0 |
1608 | 2024-08-16T05:04:52.790Z | Compiling object v0.32.2 |
1609 | 2024-08-16T05:04:53.139Z | Compiling winnow v0.5.40 |
1610 | 2024-08-16T05:04:53.214Z | Compiling ipnet v2.9.0 |
1611 | 2024-08-16T05:04:55.918Z | Compiling managed v0.8.0 |
1612 | 2024-08-16T05:04:56.353Z | Compiling either v1.13.0 |
1613 | 2024-08-16T05:04:56.487Z | Compiling rustc-demangle v0.1.24 |
1614 | 2024-08-16T05:04:56.799Z | Compiling clap_lex v0.7.0 |
1615 | 2024-08-16T05:04:56.966Z | Compiling base16ct v0.2.0 |
1616 | 2024-08-16T05:04:57.234Z | Compiling regex-automata v0.1.10 |
1617 | 2024-08-16T05:04:57.390Z | Compiling bitflags v1.3.2 |
1618 | 2024-08-16T05:04:57.393Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1619 | 2024-08-16T05:04:57.728Z | Compiling bstr v0.2.17 |
1620 | 2024-08-16T05:04:58.030Z | Compiling sec1 v0.7.3 |
1621 | 2024-08-16T05:04:58.348Z | Compiling clap_builder v4.5.15 |
1622 | 2024-08-16T05:04:58.603Z | Compiling toml_edit v0.19.15 |
1623 | 2024-08-16T05:04:59.083Z | Compiling rustls-pemfile v1.0.4 |
1624 | 2024-08-16T05:04:59.886Z | Compiling group v0.13.0 |
1625 | 2024-08-16T05:05:01.234Z | Compiling phf v0.11.2 |
1626 | 2024-08-16T05:05:01.247Z | Compiling hyper-tls v0.5.0 |
1627 | 2024-08-16T05:05:01.528Z | Compiling hyper-rustls v0.24.2 |
1628 | 2024-08-16T05:05:01.909Z | Compiling cookie_store v0.20.0 |
1629 | 2024-08-16T05:05:02.259Z | Compiling postgres-types v0.2.7 |
1630 | 2024-08-16T05:05:03.434Z | Compiling hubpack v0.1.2 |
1631 | 2024-08-16T05:05:03.492Z | Compiling pkcs1 v0.7.5 |
1632 | 2024-08-16T05:05:03.937Z | Compiling phf_shared v0.10.0 |
1633 | 2024-08-16T05:05:04.347Z | Compiling zerocopy v0.6.6 |
1634 | 2024-08-16T05:05:04.452Z | Compiling futures-executor v0.3.30 |
1635 | 2024-08-16T05:05:04.619Z | Compiling hkdf v0.12.4 |
1636 | 2024-08-16T05:05:04.650Z | Compiling signature v2.2.0 |
1637 | 2024-08-16T05:05:04.862Z | Compiling crypto-bigint v0.5.5 |
1638 | 2024-08-16T05:05:04.916Z | Compiling idna v0.4.0 |
1639 | 2024-08-16T05:05:05.050Z | Compiling float-cmp v0.9.0 |
1640 | 2024-08-16T05:05:05.260Z | Compiling mio v1.0.2 |
1641 | 2024-08-16T05:05:05.260Z | Compiling memmap v0.7.0 |
1642 | 2024-08-16T05:05:05.501Z | Compiling sync_wrapper v0.1.2 |
1643 | 2024-08-16T05:05:05.736Z | Compiling whoami v1.5.1 |
1644 | 2024-08-16T05:05:05.817Z | Compiling predicates-core v1.0.6 |
1645 | 2024-08-16T05:05:06.117Z | Compiling precomputed-hash v0.1.1 |
1646 | 2024-08-16T05:05:06.136Z | Compiling new_debug_unreachable v1.0.6 |
1647 | 2024-08-16T05:05:06.203Z | Compiling bit-vec v0.6.3 |
1648 | 2024-08-16T05:05:06.234Z | Compiling difflib v0.4.0 |
1649 | 2024-08-16T05:05:06.234Z | Compiling unicode-segmentation v1.11.0 |
1650 | 2024-08-16T05:05:06.289Z | Compiling minimal-lexical v0.2.1 |
1651 | 2024-08-16T05:05:06.431Z | Compiling winnow v0.6.18 |
1652 | 2024-08-16T05:05:06.631Z | Compiling webpki-roots v0.25.4 |
1653 | 2024-08-16T05:05:06.819Z | Compiling static_assertions v1.1.0 |
1654 | 2024-08-16T05:05:07.072Z | Compiling normalize-line-endings v0.3.0 |
1655 | 2024-08-16T05:05:07.227Z | Compiling data-encoding v2.6.0 |
1656 | 2024-08-16T05:05:07.266Z | Compiling fixedbitset v0.4.2 |
1657 | 2024-08-16T05:05:07.460Z | Compiling reqwest v0.11.27 |
1658 | 2024-08-16T05:05:07.703Z | Compiling elliptic-curve v0.13.8 |
1659 | 2024-08-16T05:05:07.737Z | Compiling petgraph v0.6.5 |
1660 | 2024-08-16T05:05:08.362Z | Compiling hickory-proto v0.24.1 |
1661 | 2024-08-16T05:05:08.919Z | Compiling predicates v3.1.2 |
1662 | 2024-08-16T05:05:08.943Z | Compiling similar v2.5.0 |
1663 | 2024-08-16T05:05:10.181Z | Compiling toml_edit v0.22.20 |
1664 | 2024-08-16T05:05:10.414Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1665 | 2024-08-16T05:05:11.050Z | Compiling nom v7.1.3 |
1666 | 2024-08-16T05:05:11.709Z | Compiling bit-set v0.5.3 |
1667 | 2024-08-16T05:05:13.092Z | Compiling string_cache v0.8.7 |
1668 | 2024-08-16T05:05:13.637Z | Compiling tokio-postgres v0.7.11 |
1669 | 2024-08-16T05:05:14.801Z | Compiling signal-hook-mio v0.2.4 |
1670 | 2024-08-16T05:05:14.990Z | Compiling usdt v0.5.0 |
1671 | 2024-08-16T05:05:16.620Z | Compiling rsa v0.9.6 |
1672 | 2024-08-16T05:05:16.741Z | Compiling futures v0.3.30 |
1673 | 2024-08-16T05:05:17.628Z | Compiling clap v4.5.15 |
1674 | 2024-08-16T05:05:17.761Z | Compiling toml v0.7.8 |
1675 | 2024-08-16T05:05:18.217Z | Compiling crossbeam-epoch v0.9.18 |
1676 | 2024-08-16T05:05:18.237Z | Compiling flate2 v1.0.31 |
1677 | 2024-08-16T05:05:18.628Z | Compiling itertools v0.10.5 |
1678 | 2024-08-16T05:05:18.933Z | Compiling itertools v0.12.1 |
1679 | 2024-08-16T05:05:19.521Z | Compiling console v0.15.8 |
1680 | 2024-08-16T05:05:20.750Z | Compiling tokio-stream v0.1.15 |
1681 | 2024-08-16T05:05:21.210Z | Compiling bstr v1.9.1 |
1682 | 2024-08-16T05:05:21.417Z | Compiling hex v0.4.3 |
1683 | 2024-08-16T05:05:22.028Z | Compiling sha1 v0.10.6 |
1684 | 2024-08-16T05:05:22.406Z | Compiling camino v1.1.7 |
1685 | 2024-08-16T05:05:22.681Z | Compiling radium v0.7.0 |
1686 | 2024-08-16T05:05:22.790Z | Compiling lalrpop-util v0.19.12 |
1687 | 2024-08-16T05:05:23.130Z | Compiling peg-runtime v0.8.3 |
1688 | 2024-08-16T05:05:23.279Z | Compiling unicode-xid v0.2.4 |
1689 | 2024-08-16T05:05:23.607Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1690 | 2024-08-16T05:05:27.621Z | Compiling is-terminal v0.4.12 |
1691 | 2024-08-16T05:05:29.940Z | Compiling ident_case v1.0.1 |
1692 | 2024-08-16T05:05:30.042Z | Compiling maybe-uninit v2.0.0 |
1693 | 2024-08-16T05:05:30.544Z | Compiling tap v1.0.1 |
1694 | 2024-08-16T05:05:30.736Z | Compiling rustls-pki-types v1.7.0 |
1695 | 2024-08-16T05:05:32.116Z | Compiling wyz v0.5.1 |
1696 | 2024-08-16T05:05:33.788Z | Compiling darling_core v0.20.9 |
1697 | 2024-08-16T05:05:47.154Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1698 | 2024-08-16T05:05:47.491Z | Compiling getopts v0.2.21 |
1699 | 2024-08-16T05:05:48.650Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1700 | 2024-08-16T05:05:48.740Z | Compiling dirs-sys-next v0.1.2 |
1701 | 2024-08-16T05:05:49.132Z | Compiling unsafe-libyaml v0.2.11 |
1702 | 2024-08-16T05:05:50.030Z | Compiling paste v1.0.15 |
1703 | 2024-08-16T05:05:50.522Z | Compiling packed_struct v0.10.1 |
1704 | 2024-08-16T05:05:50.892Z | Compiling rustls v0.22.4 |
1705 | 2024-08-16T05:05:51.235Z | Compiling funty v2.0.0 |
1706 | 2024-08-16T05:05:51.255Z | Compiling serde_yaml v0.9.34+deprecated |
1707 | 2024-08-16T05:05:53.402Z | Compiling bitvec v1.0.1 |
1708 | 2024-08-16T05:05:55.492Z | Compiling dirs-next v2.0.0 |
1709 | 2024-08-16T05:05:55.740Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1710 | 2024-08-16T05:05:57.743Z | Compiling darling_macro v0.20.9 |
1711 | 2024-08-16T05:05:58.907Z | Compiling rustls-webpki v0.102.4 |
1712 | 2024-08-16T05:06:02.508Z | Compiling packed_struct_codegen v0.10.1 |
1713 | 2024-08-16T05:06:03.010Z | Compiling structmeta-derive v0.3.0 |
1714 | 2024-08-16T05:06:03.370Z | Compiling thread_local v1.1.8 |
1715 | 2024-08-16T05:06:03.526Z | Compiling indexmap v1.9.3 |
1716 | 2024-08-16T05:06:03.834Z | Compiling multer v3.1.0 |
1717 | 2024-08-16T05:06:03.852Z | Compiling nodrop v0.1.14 |
1718 | 2024-08-16T05:06:03.986Z | Compiling slog-async v2.8.0 |
1719 | 2024-08-16T05:06:04.045Z | Compiling fastrand v2.1.0 |
1720 | 2024-08-16T05:06:04.268Z | Compiling rayon-core v1.12.1 |
1721 | 2024-08-16T05:06:04.446Z | Compiling match_cfg v0.1.0 |
1722 | 2024-08-16T05:06:04.698Z | Compiling crc-catalog v2.4.0 |
1723 | 2024-08-16T05:06:05.399Z | Compiling crc v3.2.1 |
1724 | 2024-08-16T05:06:05.644Z | Compiling structmeta v0.3.0 |
1725 | 2024-08-16T05:06:06.065Z | Compiling hostname v0.3.1 |
1726 | 2024-08-16T05:06:06.411Z | Compiling tempfile v3.10.1 |
1727 | 2024-08-16T05:06:07.150Z | Compiling array-init v0.0.4 |
1728 | 2024-08-16T05:06:08.053Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1729 | 2024-08-16T05:06:08.880Z | Compiling smallvec v0.6.14 |
1730 | 2024-08-16T05:06:09.128Z | Compiling darling v0.20.9 |
1731 | 2024-08-16T05:06:09.285Z | Compiling term v0.7.0 |
1732 | 2024-08-16T05:06:11.843Z | Compiling crossbeam-deque v0.8.5 |
1733 | 2024-08-16T05:06:12.233Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1734 | 2024-08-16T05:06:13.598Z | Compiling slog-json v2.6.1 |
1735 | 2024-08-16T05:06:14.055Z | Compiling crossbeam-channel v0.5.12 |
1736 | 2024-08-16T05:06:14.433Z | Compiling http v1.1.0 |
1737 | 2024-08-16T05:06:15.622Z | Compiling pin-project-internal v1.1.5 |
1738 | 2024-08-16T05:06:16.048Z | Compiling async-stream-impl v0.3.5 |
1739 | 2024-08-16T05:06:19.068Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1740 | 2024-08-16T05:06:19.931Z | Compiling atomic-waker v1.1.2 |
1741 | 2024-08-16T05:06:20.285Z | Compiling termcolor v1.4.1 |
1742 | 2024-08-16T05:06:21.294Z | Compiling same-file v1.0.6 |
1743 | 2024-08-16T05:06:21.373Z | Compiling bitfield v0.14.0 |
1744 | 2024-08-16T05:06:21.823Z | Compiling take_mut v0.2.2 |
1745 | 2024-08-16T05:06:22.106Z | Compiling hashbrown v0.12.3 |
1746 | 2024-08-16T05:06:23.386Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1747 | 2024-08-16T05:06:28.941Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1748 | 2024-08-16T05:06:31.802Z | Compiling walkdir v2.5.0 |
1749 | 2024-08-16T05:06:37.673Z | Compiling env_logger v0.10.2 |
1750 | 2024-08-16T05:06:37.976Z | Compiling waitgroup v0.1.2 |
1751 | 2024-08-16T05:06:38.632Z | Compiling pin-project v1.1.5 |
1752 | 2024-08-16T05:06:38.701Z | Compiling async-stream v0.3.5 |
1753 | 2024-08-16T05:06:40.471Z | Compiling slog-bunyan v2.5.0 |
1754 | 2024-08-16T05:06:40.586Z | Compiling tokio-rustls v0.25.0 |
1755 | 2024-08-16T05:06:41.172Z | Compiling slog-term v2.9.1 |
1756 | 2024-08-16T05:06:41.458Z | Compiling serde-hex v0.1.0 |
1757 | 2024-08-16T05:06:43.358Z | Compiling serde_with_macros v3.8.3 |
1758 | 2024-08-16T05:06:43.726Z | Compiling bzip2 v0.4.4 |
1759 | 2024-08-16T05:06:44.144Z | Compiling parse-display-derive v0.10.0 |
1760 | 2024-08-16T05:06:44.187Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1761 | 2024-08-16T05:06:44.523Z | Compiling toml v0.8.19 |
1762 | 2024-08-16T05:06:45.272Z | Compiling rustls-pemfile v2.1.3 |
1763 | 2024-08-16T05:06:46.607Z | Compiling x509-cert v0.2.5 |
1764 | 2024-08-16T05:06:48.035Z | Compiling ron v0.8.1 |
1765 | 2024-08-16T05:06:48.416Z | Compiling newtype-uuid v1.1.0 |
1766 | 2024-08-16T05:06:48.775Z | Compiling ipnetwork v0.20.0 |
1767 | 2024-08-16T05:06:48.982Z | Compiling strum_macros v0.26.4 |
1768 | 2024-08-16T05:06:49.242Z | Compiling xattr v1.3.1 |
1769 | 2024-08-16T05:06:49.578Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1770 | 2024-08-16T05:06:50.786Z | Compiling serde_path_to_error v0.1.16 |
1771 | 2024-08-16T05:06:51.502Z | Compiling snafu-derive v0.8.2 |
1772 | 2024-08-16T05:06:51.781Z | Compiling hashbrown v0.13.2 |
1773 | 2024-08-16T05:06:52.423Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1774 | 2024-08-16T05:06:53.092Z | Compiling blake3 v1.5.1 |
1775 | 2024-08-16T05:06:53.143Z | Compiling ring v0.16.20 |
1776 | 2024-08-16T05:06:53.253Z | Compiling hostname v0.4.0 |
1777 | 2024-08-16T05:06:53.354Z | Compiling filetime v0.2.24 |
1778 | 2024-08-16T05:06:53.501Z | Compiling instant v0.1.12 |
1779 | 2024-08-16T05:06:53.690Z | Compiling debug-ignore v1.0.5 |
1780 | 2024-08-16T05:06:53.692Z | Compiling crc-any v2.5.0 |
1781 | 2024-08-16T05:06:53.850Z | Compiling buf-list v1.0.3 |
1782 | 2024-08-16T05:06:54.386Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1783 | 2024-08-16T05:06:54.689Z | Compiling backoff v0.4.0 |
1784 | 2024-08-16T05:06:55.055Z | Compiling tar v0.4.41 |
1785 | 2024-08-16T05:06:55.304Z | Compiling strum v0.26.3 |
1786 | 2024-08-16T05:06:55.510Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1787 | 2024-08-16T05:06:55.728Z | Compiling object v0.30.4 |
1788 | 2024-08-16T05:06:56.211Z | Compiling snafu v0.8.2 |
1789 | 2024-08-16T05:06:57.508Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1790 | 2024-08-16T05:06:57.979Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1791 | 2024-08-16T05:06:59.217Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1792 | 2024-08-16T05:06:59.784Z | Compiling parse-display v0.10.0 |
1793 | 2024-08-16T05:06:59.957Z | Compiling serde_with v3.8.3 |
1794 | 2024-08-16T05:07:00.062Z | Compiling zip v0.6.6 |
1795 | 2024-08-16T05:07:01.477Z | Compiling rayon v1.10.0 |
1796 | 2024-08-16T05:07:01.714Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1797 | 2024-08-16T05:07:02.466Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1798 | 2024-08-16T05:07:02.882Z | Compiling camino-tempfile v1.1.1 |
1799 | 2024-08-16T05:07:03.647Z | Compiling globset v0.4.14 |
1800 | 2024-08-16T05:07:04.348Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1801 | 2024-08-16T05:07:04.552Z | Compiling pem v3.0.4 |
1802 | 2024-08-16T05:07:06.065Z | Compiling olpc-cjson v0.1.3 |
1803 | 2024-08-16T05:07:06.418Z | Compiling macaddr v1.0.1 |
1804 | 2024-08-16T05:07:07.081Z | Compiling serde_plain v1.0.2 |
1805 | 2024-08-16T05:07:07.222Z | Compiling async-recursion v1.1.1 |
1806 | 2024-08-16T05:07:07.600Z | Compiling memmap2 v0.9.4 |
1807 | 2024-08-16T05:07:08.177Z | Compiling untrusted v0.7.1 |
1808 | 2024-08-16T05:07:08.386Z | Compiling path-slash v0.1.5 |
1809 | 2024-08-16T05:07:08.635Z | Compiling spin v0.5.2 |
1810 | 2024-08-16T05:07:08.654Z | Compiling arrayref v0.3.7 |
1811 | 2024-08-16T05:07:08.711Z | Compiling arrayvec v0.7.4 |
1812 | 2024-08-16T05:07:08.761Z | Compiling typed-path v0.7.1 |
1813 | 2024-08-16T05:07:08.884Z | Compiling constant_time_eq v0.3.0 |
1814 | 2024-08-16T05:07:11.350Z | Compiling tough v0.17.1 |
1815 | 2024-08-16T05:07:11.350Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1816 | 2024-08-16T05:07:11.670Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1817 | 2024-08-16T05:07:12.699Z | Compiling itertools v0.13.0 |
1818 | 2024-08-16T05:07:15.399Z | Compiling cargo-platform v0.1.8 |
1819 | 2024-08-16T05:07:16.377Z | Compiling topological-sort v0.2.2 |
1820 | 2024-08-16T05:07:16.411Z | Compiling parse-size v1.0.0 |
1821 | 2024-08-16T05:07:16.452Z | Compiling cargo_metadata v0.18.1 |
1822 | 2024-08-16T05:07:16.635Z | Compiling omicron-zone-package v0.11.0 |
1823 | 2024-08-16T05:07:16.694Z | Compiling shell-words v1.1.0 |
1824 | 2024-08-16T05:07:25.410Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1825 | 2024-08-16T05:07:36.211Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1826 | 2024-08-16T05:07:50.060Z | Finished `release` profile [optimized] target(s) in 4m 40s |
1827 | 2024-08-16T05:07:50.201Z | Running `target/release/omicron-releng --output-dir /work` |
1828 | 2024-08-16T05:07:50.244Z | Aug 16 05:07:49.855 DEBG changing working directory to /work/oxidecomputer/omicron |
1829 | 2024-08-16T05:07:50.333Z | Aug 16 05:07:49.946 DEBG running: git rev-parse HEAD |
1830 | 2024-08-16T05:07:50.339Z | Aug 16 05:07:49.952 DEBG process exited with exit status: 0 (6.218738ms) |
1831 | 2024-08-16T05:07:50.339Z | Aug 16 05:07:49.952 INFO version: 10.0.0-0.ci+gitb927580f518 |
1832 | 2024-08-16T05:07:50.377Z | Aug 16 05:07:49.992 INFO cloning helios to /work/oxidecomputer/helios |
1833 | 2024-08-16T05:07:50.377Z | Aug 16 05:07:49.992 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1834 | 2024-08-16T05:07:50.382Z | Cloning into '/work/oxidecomputer/helios'... |
1835 | 2024-08-16T05:07:50.808Z | Aug 16 05:07:50.422 DEBG process exited with exit status: 0 (430.081135ms) |
1836 | 2024-08-16T05:07:50.808Z | Aug 16 05:07:50.422 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1837 | 2024-08-16T05:07:50.815Z | # branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70 |
1838 | 2024-08-16T05:07:50.815Z | # branch.head master |
1839 | 2024-08-16T05:07:50.815Z | # branch.upstream origin/master |
1840 | 2024-08-16T05:07:50.815Z | # branch.ab +0 -0 |
1841 | 2024-08-16T05:07:50.818Z | Aug 16 05:07:50.430 DEBG process exited with exit status: 0 (7.941939ms) |
1842 | 2024-08-16T05:07:50.818Z | Aug 16 05:07:50.430 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1843 | 2024-08-16T05:07:51.550Z | Aug 16 05:07:51.163 DEBG process exited with exit status: 0 (733.407741ms) |
1844 | 2024-08-16T05:07:51.550Z | Aug 16 05:07:51.164 DEBG running: zfs list rpool/images/build/host |
1845 | 2024-08-16T05:07:51.557Z | NAME USED AVAIL REFER MOUNTPOINT |
1846 | 2024-08-16T05:07:51.557Z | rpool/images/build/host 24K 153G 24K /rpool/images/build/host |
1847 | 2024-08-16T05:07:51.559Z | Aug 16 05:07:51.171 DEBG process exited with exit status: 0 (7.86228ms) |
1848 | 2024-08-16T05:07:51.559Z | Aug 16 05:07:51.172 DEBG running: zfs list rpool/images/build/recovery |
1849 | 2024-08-16T05:07:51.564Z | NAME USED AVAIL REFER MOUNTPOINT |
1850 | 2024-08-16T05:07:51.564Z | rpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery |
1851 | 2024-08-16T05:07:51.566Z | Aug 16 05:07:51.178 DEBG process exited with exit status: 0 (6.890326ms) |
1852 | 2024-08-16T05:07:51.566Z | Aug 16 05:07:51.179 INFO [hubris-production] running task |
1853 | 2024-08-16T05:07:51.566Z | Aug 16 05:07:51.179 INFO [hubris-staging] running task |
1854 | 2024-08-16T05:07:51.566Z | Aug 16 05:07:51.180 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1855 | 2024-08-16T05:07:51.569Z | Aug 16 05:07:51.183 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 |
1856 | 2024-08-16T05:07:51.641Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1857 | 2024-08-16T05:07:52.096Z | [ omicron-package] Blocking waiting for file lock on package cache |
1858 | 2024-08-16T05:07:52.651Z | [ omicron-package] Blocking waiting for file lock on package cache |
1859 | 2024-08-16T05:07:52.847Z | Aug 16 05:07:52.460 INFO [hubris-production] task succeeded (1.280394517s) |
1860 | 2024-08-16T05:07:52.900Z | [ omicron-package] Blocking waiting for file lock on package cache |
1861 | 2024-08-16T05:07:53.614Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1862 | 2024-08-16T05:07:53.616Z | [ omicron-package] Compiling heapless v0.8.0 |
1863 | 2024-08-16T05:07:53.616Z | [ omicron-package] Compiling hash32 v0.3.1 |
1864 | 2024-08-16T05:07:53.616Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1865 | 2024-08-16T05:07:53.616Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1866 | 2024-08-16T05:07:53.616Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1867 | 2024-08-16T05:07:53.616Z | [ omicron-package] Compiling cobs v0.2.3 |
1868 | 2024-08-16T05:07:53.616Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1869 | 2024-08-16T05:07:54.384Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1870 | 2024-08-16T05:07:54.830Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1871 | 2024-08-16T05:07:55.095Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1872 | 2024-08-16T05:07:55.488Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1873 | 2024-08-16T05:07:55.629Z | [ omicron-package] Compiling postcard v1.0.8 |
1874 | 2024-08-16T05:07:55.632Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1875 | 2024-08-16T05:07:55.871Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1876 | 2024-08-16T05:07:55.927Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1877 | 2024-08-16T05:07:55.931Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1878 | 2024-08-16T05:07:56.747Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1879 | 2024-08-16T05:07:57.098Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1880 | 2024-08-16T05:07:57.295Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1881 | 2024-08-16T05:07:57.603Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1882 | 2024-08-16T05:07:57.740Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1883 | 2024-08-16T05:07:57.901Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1884 | 2024-08-16T05:07:58.127Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1885 | 2024-08-16T05:07:58.379Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1886 | 2024-08-16T05:07:58.770Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1887 | 2024-08-16T05:07:58.976Z | [ omicron-package] Compiling colored v2.1.0 |
1888 | 2024-08-16T05:07:59.397Z | [ omicron-package] Compiling socket2 v0.4.10 |
1889 | 2024-08-16T05:07:59.515Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1890 | 2024-08-16T05:07:59.806Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1891 | 2024-08-16T05:08:00.085Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1892 | 2024-08-16T05:08:00.543Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1893 | 2024-08-16T05:08:00.596Z | [ omicron-package] Compiling num-derive v0.4.2 |
1894 | 2024-08-16T05:08:00.711Z | [ omicron-package] Compiling num_enum v0.5.11 |
1895 | 2024-08-16T05:08:01.086Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1896 | 2024-08-16T05:08:01.290Z | Aug 16 05:08:00.899 INFO [hubris-staging] task succeeded (9.719359998s) |
1897 | 2024-08-16T05:08:01.489Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1898 | 2024-08-16T05:08:01.539Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1899 | 2024-08-16T05:08:01.658Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1900 | 2024-08-16T05:08:02.488Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1901 | 2024-08-16T05:08:02.632Z | [ omicron-package] Compiling smf v0.2.3 |
1902 | 2024-08-16T05:08:02.823Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1903 | 2024-08-16T05:08:02.825Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1904 | 2024-08-16T05:08:02.836Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1905 | 2024-08-16T05:08:04.226Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1906 | 2024-08-16T05:08:04.487Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1907 | 2024-08-16T05:08:05.914Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1908 | 2024-08-16T05:08:06.370Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1909 | 2024-08-16T05:08:07.641Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1910 | 2024-08-16T05:08:08.135Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1911 | 2024-08-16T05:08:08.335Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1912 | 2024-08-16T05:08:08.443Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1913 | 2024-08-16T05:08:09.233Z | [ omicron-package] Compiling gethostname v0.5.0 |
1914 | 2024-08-16T05:08:09.356Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1915 | 2024-08-16T05:08:09.589Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1916 | 2024-08-16T05:08:11.314Z | [ omicron-package] Compiling indicatif v0.17.8 |
1917 | 2024-08-16T05:08:11.963Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1918 | 2024-08-16T05:08:14.918Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1919 | 2024-08-16T05:08:15.335Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1920 | 2024-08-16T05:08:16.947Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1921 | 2024-08-16T05:08:32.312Z | [ helios-setup] Aug 16 05:08:31.903 INFO helios repository root is: /work/oxidecomputer/helios |
1922 | 2024-08-16T05:08:32.314Z | [ helios-setup] Aug 16 05:08:31.906 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
1923 | 2024-08-16T05:08:32.314Z | [ helios-setup] Aug 16 05:08:31.906 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 |
1924 | 2024-08-16T05:08:32.314Z | [ helios-setup] Aug 16 05:08:31.906 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1925 | 2024-08-16T05:08:32.319Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1926 | 2024-08-16T05:08:33.012Z | [ helios-setup] Aug 16 05:08:32.602 INFO clone ok!, project: pinprick |
1927 | 2024-08-16T05:08:33.014Z | [ helios-setup] Aug 16 05:08:32.603 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
1928 | 2024-08-16T05:08:33.014Z | [ helios-setup] Aug 16 05:08:32.603 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 |
1929 | 2024-08-16T05:08:33.015Z | [ helios-setup] Aug 16 05:08:32.603 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
1930 | 2024-08-16T05:08:33.018Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
1931 | 2024-08-16T05:08:33.738Z | [ helios-setup] Aug 16 05:08:33.329 INFO clone ok!, project: phbl |
1932 | 2024-08-16T05:08:33.741Z | [ helios-setup] Aug 16 05:08:33.329 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 |
1933 | 2024-08-16T05:08:33.741Z | [ helios-setup] Aug 16 05:08:33.329 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1934 | 2024-08-16T05:08:33.744Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1935 | 2024-08-16T05:08:34.487Z | [ helios-setup] Aug 16 05:08:34.077 INFO clone ok!, project: bootserver |
1936 | 2024-08-16T05:08:34.489Z | [ helios-setup] Aug 16 05:08:34.078 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 |
1937 | 2024-08-16T05:08:34.490Z | [ helios-setup] Aug 16 05:08:34.078 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
1938 | 2024-08-16T05:08:34.492Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
1939 | 2024-08-16T05:08:36.644Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.04s |
1940 | 2024-08-16T05:08:36.842Z | [ omicron-package] |
1941 | 2024-08-16T05:08:36.842Z | [ omicron-package] real 45.209319835 |
1942 | 2024-08-16T05:08:36.842Z | [ omicron-package] user 2:41.276634355 |
1943 | 2024-08-16T05:08:36.845Z | [ omicron-package] sys 21.478992968 |
1944 | 2024-08-16T05:08:36.845Z | [ omicron-package] trap 0.164054111 |
1945 | 2024-08-16T05:08:36.845Z | [ omicron-package] tflt 0.711144677 |
1946 | 2024-08-16T05:08:36.845Z | [ omicron-package] dflt 0.780625701 |
1947 | 2024-08-16T05:08:36.845Z | [ omicron-package] kflt 0.010652225 |
1948 | 2024-08-16T05:08:36.845Z | [ omicron-package] lock 5:15.980968940 |
1949 | 2024-08-16T05:08:36.845Z | [ omicron-package] slp 8:51.009954980 |
1950 | 2024-08-16T05:08:36.845Z | [ omicron-package] lat 1:41.567787087 |
1951 | 2024-08-16T05:08:36.845Z | [ omicron-package] stop 1:01.780387207 |
1952 | 2024-08-16T05:08:36.845Z | Aug 16 05:08:36.432 INFO [omicron-package] process exited with exit status: 0 (45.248986073s) |
1953 | 2024-08-16T05:08:36.845Z | Aug 16 05:08:36.433 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 |
1954 | 2024-08-16T05:08:36.886Z | Aug 16 05:08:36.476 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1955 | 2024-08-16T05:08:36.898Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1956 | 2024-08-16T05:08:36.901Z | [ host-target] Created new build target 'host' and set it as active |
1957 | 2024-08-16T05:08:36.901Z | Aug 16 05:08:36.490 INFO [host-target] process exited with exit status: 0 (57.505919ms) |
1958 | 2024-08-16T05:08:36.903Z | Aug 16 05:08:36.490 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1959 | 2024-08-16T05:08:36.905Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1960 | 2024-08-16T05:08:36.908Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1961 | 2024-08-16T05:08:36.908Z | Aug 16 05:08:36.496 INFO [recovery-target] process exited with exit status: 0 (20.591067ms) |
1962 | 2024-08-16T05:08:36.914Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1963 | 2024-08-16T05:08:38.040Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1964 | 2024-08-16T05:08:38.040Z | [ host-package] Compiling camino v1.1.7 |
1965 | 2024-08-16T05:08:38.042Z | [ host-package] Compiling password-hash v0.5.0 |
1966 | 2024-08-16T05:08:38.043Z | [ host-package] Compiling blake2 v0.10.6 |
1967 | 2024-08-16T05:08:38.043Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1968 | 2024-08-16T05:08:38.043Z | [ host-package] Compiling derive-where v1.2.7 |
1969 | 2024-08-16T05:08:38.043Z | [ host-package] Compiling humantime v2.1.0 |
1970 | 2024-08-16T05:08:38.174Z | [ host-package] Compiling newline-converter v0.3.0 |
1971 | 2024-08-16T05:08:38.357Z | [ host-package] Compiling toml v0.8.19 |
1972 | 2024-08-16T05:08:38.409Z | [ host-package] Compiling expectorate v1.1.0 |
1973 | 2024-08-16T05:08:38.691Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1974 | 2024-08-16T05:08:38.974Z | [ host-package] Compiling argon2 v0.5.3 |
1975 | 2024-08-16T05:08:39.032Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1976 | 2024-08-16T05:08:39.157Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1977 | 2024-08-16T05:08:39.222Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1978 | 2024-08-16T05:08:39.389Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1979 | 2024-08-16T05:08:39.562Z | [ host-package] Compiling convert_case v0.4.0 |
1980 | 2024-08-16T05:08:40.007Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1981 | 2024-08-16T05:08:40.027Z | [ host-package] Compiling dirs-next v2.0.0 |
1982 | 2024-08-16T05:08:40.229Z | [ host-package] Compiling prettyplease v0.2.20 |
1983 | 2024-08-16T05:08:40.421Z | [ host-package] Compiling term v0.7.0 |
1984 | 2024-08-16T05:08:40.528Z | [ helios-setup] Aug 16 05:08:40.115 INFO clone ok!, project: amd-firmware |
1985 | 2024-08-16T05:08:40.532Z | [ helios-setup] Aug 16 05:08:40.115 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 |
1986 | 2024-08-16T05:08:40.532Z | [ helios-setup] Aug 16 05:08:40.115 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
1987 | 2024-08-16T05:08:40.537Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
1988 | 2024-08-16T05:08:40.578Z | [ host-package] Compiling derive_more v0.99.18 |
1989 | 2024-08-16T05:08:40.600Z | [ host-package] Compiling semver v0.1.20 |
1990 | 2024-08-16T05:08:40.653Z | [ host-package] Compiling is-terminal v0.4.12 |
1991 | 2024-08-16T05:08:40.794Z | [ host-package] Compiling home v0.5.9 |
1992 | 2024-08-16T05:08:41.026Z | [ host-package] Compiling rustc_version v0.1.7 |
1993 | 2024-08-16T05:08:41.154Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1994 | 2024-08-16T05:08:41.444Z | [ host-package] Compiling newtype_derive v0.1.6 |
1995 | 2024-08-16T05:08:41.576Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1996 | 2024-08-16T05:08:41.627Z | [ helios-setup] Aug 16 05:08:41.213 INFO clone ok!, project: chelsio-t6-roms |
1997 | 2024-08-16T05:08:41.627Z | [ helios-setup] Aug 16 05:08:41.213 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 |
1998 | 2024-08-16T05:08:41.627Z | [ helios-setup] Aug 16 05:08:41.213 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 |
1999 | 2024-08-16T05:08:41.631Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2000 | 2024-08-16T05:08:41.702Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2001 | 2024-08-16T05:08:42.024Z | [ host-package] Compiling steno v0.4.1 |
2002 | 2024-08-16T05:08:42.135Z | [ host-package] Compiling rustls-webpki v0.102.4 |
2003 | 2024-08-16T05:08:42.270Z | [ host-package] Compiling rustls v0.22.4 |
2004 | 2024-08-16T05:08:42.303Z | [ host-package] Compiling thread_local v1.1.8 |
2005 | 2024-08-16T05:08:42.759Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2006 | 2024-08-16T05:08:42.773Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2007 | 2024-08-16T05:08:42.866Z | [ host-package] Compiling match_cfg v0.1.0 |
2008 | 2024-08-16T05:08:42.982Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2009 | 2024-08-16T05:08:43.408Z | [ host-package] Compiling lru-cache v0.1.2 |
2010 | 2024-08-16T05:08:44.017Z | [ host-package] Compiling hostname v0.3.1 |
2011 | 2024-08-16T05:08:44.692Z | [ host-package] Compiling multer v3.1.0 |
2012 | 2024-08-16T05:08:44.788Z | [ host-package] Compiling slog-async v2.8.0 |
2013 | 2024-08-16T05:08:44.870Z | [ host-package] Compiling slog-json v2.6.1 |
2014 | 2024-08-16T05:08:45.250Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2015 | 2024-08-16T05:08:45.410Z | [ host-package] Compiling http v1.1.0 |
2016 | 2024-08-16T05:08:45.983Z | [ host-package] Compiling take_mut v0.2.2 |
2017 | 2024-08-16T05:08:46.180Z | [ host-package] Compiling atomic-waker v1.1.2 |
2018 | 2024-08-16T05:08:46.392Z | [ host-package] Compiling waitgroup v0.1.2 |
2019 | 2024-08-16T05:08:46.620Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2020 | 2024-08-16T05:08:46.862Z | [ host-package] Compiling slog-term v2.9.1 |
2021 | 2024-08-16T05:08:47.434Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2022 | 2024-08-16T05:08:47.770Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2023 | 2024-08-16T05:08:48.037Z | [ host-package] Compiling async-stream v0.3.5 |
2024 | 2024-08-16T05:08:48.070Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2025 | 2024-08-16T05:08:48.149Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2026 | 2024-08-16T05:08:48.234Z | [ host-package] Compiling ipnetwork v0.20.0 |
2027 | 2024-08-16T05:08:48.316Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2028 | 2024-08-16T05:08:48.502Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2029 | 2024-08-16T05:08:48.535Z | [ host-package] Compiling hostname v0.4.0 |
2030 | 2024-08-16T05:08:48.807Z | [ host-package] Compiling instant v0.1.12 |
2031 | 2024-08-16T05:08:48.915Z | [ host-package] Compiling debug-ignore v1.0.5 |
2032 | 2024-08-16T05:08:48.984Z | [ host-package] Compiling backoff v0.4.0 |
2033 | 2024-08-16T05:08:49.137Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2034 | 2024-08-16T05:08:49.140Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2035 | 2024-08-16T05:08:49.194Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2036 | 2024-08-16T05:08:49.207Z | [ helios-setup] Aug 16 05:08:48.790 INFO clone ok!, project: amd-host-image-builder |
2037 | 2024-08-16T05:08:49.210Z | [ helios-setup] Aug 16 05:08:48.790 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 |
2038 | 2024-08-16T05:08:49.210Z | [ helios-setup] Aug 16 05:08:48.790 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2039 | 2024-08-16T05:08:49.213Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2040 | 2024-08-16T05:08:49.375Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2041 | 2024-08-16T05:08:49.605Z | [ host-package] Compiling parse-display v0.10.0 |
2042 | 2024-08-16T05:08:49.822Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2043 | 2024-08-16T05:08:50.036Z | [ host-package] Compiling serde_with v3.8.3 |
2044 | 2024-08-16T05:08:50.268Z | [ host-package] Compiling strum v0.26.3 |
2045 | 2024-08-16T05:08:50.324Z | [ helios-setup] Aug 16 05:08:49.906 INFO clone ok!, project: pilot |
2046 | 2024-08-16T05:08:50.326Z | [ helios-setup] Aug 16 05:08:49.906 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2047 | 2024-08-16T05:08:50.326Z | [ helios-setup] Aug 16 05:08:49.906 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 |
2048 | 2024-08-16T05:08:50.326Z | [ helios-setup] Aug 16 05:08:49.906 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2049 | 2024-08-16T05:08:50.330Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2050 | 2024-08-16T05:08:50.517Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2051 | 2024-08-16T05:08:50.980Z | [ helios-setup] Aug 16 05:08:50.561 INFO clone ok!, project: image-builder |
2052 | 2024-08-16T05:08:50.982Z | [ helios-setup] Aug 16 05:08:50.562 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2053 | 2024-08-16T05:08:51.710Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2054 | 2024-08-16T05:08:51.851Z | [ helios-setup] Aug 16 05:08:51.431 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2055 | 2024-08-16T05:08:51.986Z | [ host-package] Compiling num-rational v0.4.2 |
2056 | 2024-08-16T05:08:52.395Z | [ helios-setup] Aug 16 05:08:51.976 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2057 | 2024-08-16T05:08:52.395Z | [ helios-setup] Aug 16 05:08:51.976 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2058 | 2024-08-16T05:08:52.946Z | [ helios-setup] Aug 16 05:08:52.526 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2059 | 2024-08-16T05:08:53.046Z | [ host-package] Compiling num-complex v0.4.6 |
2060 | 2024-08-16T05:08:53.458Z | [ helios-setup] Aug 16 05:08:53.038 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2061 | 2024-08-16T05:08:53.458Z | [ helios-setup] Aug 16 05:08:53.038 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2062 | 2024-08-16T05:08:53.767Z | [ host-package] Compiling macaddr v1.0.1 |
2063 | 2024-08-16T05:08:53.957Z | [ helios-setup] Aug 16 05:08:53.537 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2064 | 2024-08-16T05:08:54.211Z | [ host-package] Compiling swrite v0.1.0 |
2065 | 2024-08-16T05:08:54.311Z | [ host-package] Compiling num v0.4.3 |
2066 | 2024-08-16T05:08:54.474Z | [ helios-setup] Aug 16 05:08:54.054 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2067 | 2024-08-16T05:08:54.477Z | [ helios-setup] Aug 16 05:08:54.054 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2068 | 2024-08-16T05:08:54.477Z | [ helios-setup] Aug 16 05:08:54.054 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2069 | 2024-08-16T05:08:54.477Z | [ helios-setup] Aug 16 05:08:54.054 INFO ok! |
2070 | 2024-08-16T05:08:54.477Z | [ helios-setup] Aug 16 05:08:54.054 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2071 | 2024-08-16T05:08:54.477Z | [ helios-setup] Aug 16 05:08:54.054 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2072 | 2024-08-16T05:08:54.477Z | [ helios-setup] Aug 16 05:08:54.054 INFO ok! |
2073 | 2024-08-16T05:08:54.477Z | [ helios-setup] Aug 16 05:08:54.054 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2074 | 2024-08-16T05:08:54.477Z | [ helios-setup] Aug 16 05:08:54.054 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2075 | 2024-08-16T05:08:54.477Z | [ helios-setup] Aug 16 05:08:54.054 INFO ok! |
2076 | 2024-08-16T05:08:54.477Z | [ helios-setup] Aug 16 05:08:54.054 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2077 | 2024-08-16T05:08:54.477Z | [ helios-setup] Aug 16 05:08:54.054 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2078 | 2024-08-16T05:08:54.486Z | [ host-package] Compiling utf-8 v0.7.6 |
2079 | 2024-08-16T05:08:54.512Z | [ host-package] Compiling float-ord v0.3.2 |
2080 | 2024-08-16T05:08:54.760Z | [ host-package] Compiling quick-error v1.2.3 |
2081 | 2024-08-16T05:08:54.777Z | [ helios-setup] Aug 16 05:08:54.355 INFO E| Compiling adler v1.0.2 |
2082 | 2024-08-16T05:08:54.910Z | [ helios-setup] Aug 16 05:08:54.490 INFO E| Compiling miniz_oxide v0.7.2 |
2083 | 2024-08-16T05:08:54.947Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2084 | 2024-08-16T05:08:55.154Z | [ host-package] Compiling resolv-conf v0.7.0 |
2085 | 2024-08-16T05:08:57.267Z | [ host-package] Compiling hickory-resolver v0.24.1 |
2086 | 2024-08-16T05:08:57.302Z | [ host-package] Compiling rayon-core v1.12.1 |
2087 | 2024-08-16T05:08:57.472Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2088 | 2024-08-16T05:08:57.475Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2089 | 2024-08-16T05:08:57.576Z | [ helios-setup] Aug 16 05:08:57.154 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2090 | 2024-08-16T05:08:57.888Z | [ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2091 | 2024-08-16T05:08:57.970Z | [ host-package] Compiling half v2.4.1 |
2092 | 2024-08-16T05:08:58.470Z | [ helios-setup] Aug 16 05:08:58.047 INFO E| Finished `release` profile [optimized] target(s) in 3.90s |
2093 | 2024-08-16T05:08:58.477Z | [ helios-setup] Aug 16 05:08:58.054 INFO building project "pinprick" ok (3 seconds) |
2094 | 2024-08-16T05:08:58.477Z | [ helios-setup] Aug 16 05:08:58.055 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2095 | 2024-08-16T05:08:58.477Z | [ helios-setup] Aug 16 05:08:58.055 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2096 | 2024-08-16T05:08:58.753Z | [ helios-setup] Aug 16 05:08:58.330 INFO E| Downloading crates ... |
2097 | 2024-08-16T05:08:58.836Z | [ host-package] Compiling display-error-chain v0.2.0 |
2098 | 2024-08-16T05:08:58.964Z | [ helios-setup] Aug 16 05:08:58.541 INFO E| Downloaded bytes v1.2.1 |
2099 | 2024-08-16T05:08:58.970Z | [ helios-setup] Aug 16 05:08:58.548 INFO E| Downloaded miniz_oxide v0.6.2 |
2100 | 2024-08-16T05:08:58.974Z | [ helios-setup] Aug 16 05:08:58.551 INFO E| Downloaded unicode-width v0.1.10 |
2101 | 2024-08-16T05:08:58.976Z | [ helios-setup] Aug 16 05:08:58.553 INFO E| Downloaded typenum v1.15.0 |
2102 | 2024-08-16T05:08:58.980Z | [ helios-setup] Aug 16 05:08:58.557 INFO E| Downloaded sha2 v0.10.5 |
2103 | 2024-08-16T05:08:58.983Z | [ helios-setup] Aug 16 05:08:58.561 INFO E| Downloaded block-buffer v0.10.3 |
2104 | 2024-08-16T05:08:58.986Z | [ helios-setup] Aug 16 05:08:58.562 INFO E| Downloaded flate2 v1.0.25 |
2105 | 2024-08-16T05:08:58.992Z | [ helios-setup] Aug 16 05:08:58.570 INFO E| Downloaded digest v0.10.3 |
2106 | 2024-08-16T05:08:58.995Z | [ helios-setup] Aug 16 05:08:58.573 INFO E| Downloaded generic-array v0.14.6 |
2107 | 2024-08-16T05:08:58.997Z | [ helios-setup] Aug 16 05:08:58.575 INFO E| Downloaded anyhow v1.0.62 |
2108 | 2024-08-16T05:08:59.003Z | [ helios-setup] Aug 16 05:08:58.581 INFO E| Downloaded cpufeatures v0.2.5 |
2109 | 2024-08-16T05:08:59.059Z | [ host-package] Compiling ciborium-io v0.2.2 |
2110 | 2024-08-16T05:08:59.137Z | [ helios-setup] Aug 16 05:08:58.714 INFO E| Compiling version_check v0.9.4 |
2111 | 2024-08-16T05:08:59.137Z | [ helios-setup] Aug 16 05:08:58.714 INFO E| Compiling typenum v1.15.0 |
2112 | 2024-08-16T05:08:59.139Z | [ helios-setup] Aug 16 05:08:58.714 INFO E| Compiling cfg-if v1.0.0 |
2113 | 2024-08-16T05:08:59.139Z | [ helios-setup] Aug 16 05:08:58.715 INFO E| Compiling crc32fast v1.3.2 |
2114 | 2024-08-16T05:08:59.139Z | [ helios-setup] Aug 16 05:08:58.715 INFO E| Compiling anyhow v1.0.62 |
2115 | 2024-08-16T05:08:59.139Z | [ helios-setup] Aug 16 05:08:58.715 INFO E| Compiling adler v1.0.2 |
2116 | 2024-08-16T05:08:59.139Z | [ helios-setup] Aug 16 05:08:58.715 INFO E| Compiling unicode-width v0.1.10 |
2117 | 2024-08-16T05:08:59.139Z | [ helios-setup] Aug 16 05:08:58.715 INFO E| Compiling cpufeatures v0.2.5 |
2118 | 2024-08-16T05:08:59.274Z | [ host-package] Compiling fastrand v2.1.0 |
2119 | 2024-08-16T05:08:59.560Z | [ helios-setup] Aug 16 05:08:59.136 INFO E| Compiling bytes v1.2.1 |
2120 | 2024-08-16T05:08:59.914Z | [ helios-setup] Aug 16 05:08:59.491 INFO E| Compiling miniz_oxide v0.6.2 |
2121 | 2024-08-16T05:09:00.059Z | [ helios-setup] Aug 16 05:08:59.635 INFO E| Compiling getopts v0.2.21 |
2122 | 2024-08-16T05:09:00.066Z | [ helios-setup] Aug 16 05:08:59.639 INFO E| Compiling bitflags v1.3.2 |
2123 | 2024-08-16T05:09:00.149Z | [ host-package] Compiling same-file v1.0.6 |
2124 | 2024-08-16T05:09:00.674Z | [ host-package] Compiling walkdir v2.5.0 |
2125 | 2024-08-16T05:09:00.755Z | [ helios-setup] Aug 16 05:09:00.332 INFO E| Compiling generic-array v0.14.6 |
2126 | 2024-08-16T05:09:01.754Z | [ helios-setup] Aug 16 05:09:01.330 INFO E| Compiling flate2 v1.0.25 |
2127 | 2024-08-16T05:09:01.868Z | [ host-package] Compiling tempfile v3.10.1 |
2128 | 2024-08-16T05:09:03.503Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2129 | 2024-08-16T05:09:05.089Z | [ helios-setup] Aug 16 05:09:04.663 INFO E| Compiling crypto-common v0.1.6 |
2130 | 2024-08-16T05:09:05.089Z | [ helios-setup] Aug 16 05:09:04.663 INFO E| Compiling block-buffer v0.10.3 |
2131 | 2024-08-16T05:09:05.289Z | [ helios-setup] Aug 16 05:09:04.863 INFO E| Compiling digest v0.10.3 |
2132 | 2024-08-16T05:09:05.664Z | [ helios-setup] Aug 16 05:09:05.238 INFO E| Compiling sha2 v0.10.5 |
2133 | 2024-08-16T05:09:06.021Z | [ host-package] Compiling ring v0.16.20 |
2134 | 2024-08-16T05:09:06.151Z | [ helios-setup] Aug 16 05:09:05.725 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2135 | 2024-08-16T05:09:06.163Z | [ host-package] Compiling blake3 v1.5.1 |
2136 | 2024-08-16T05:09:06.842Z | [ host-package] Compiling rayon v1.10.0 |
2137 | 2024-08-16T05:09:08.520Z | [ host-package] Compiling ciborium v0.2.2 |
2138 | 2024-08-16T05:09:09.442Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2139 | 2024-08-16T05:09:11.424Z | [ helios-setup] Aug 16 05:09:10.994 INFO E| Finished `release` profile [optimized] target(s) in 12.85s |
2140 | 2024-08-16T05:09:11.441Z | [ helios-setup] Aug 16 05:09:11.012 INFO building project "bootserver" ok (12 seconds) |
2141 | 2024-08-16T05:09:11.441Z | [ helios-setup] Aug 16 05:09:11.012 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2142 | 2024-08-16T05:09:11.444Z | [ helios-setup] Aug 16 05:09:11.012 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2143 | 2024-08-16T05:09:11.451Z | [ helios-setup] Aug 16 05:09:11.022 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2144 | 2024-08-16T05:09:11.780Z | [ helios-setup] Aug 16 05:09:11.351 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2145 | 2024-08-16T05:09:11.780Z | [ helios-setup] Aug 16 05:09:11.351 INFO E| info: downloading component 'cargo' |
2146 | 2024-08-16T05:09:12.840Z | [ host-package] Compiling xattr v1.3.1 |
2147 | 2024-08-16T05:09:13.148Z | [ host-package] Compiling filetime v0.2.24 |
2148 | 2024-08-16T05:09:13.230Z | [ helios-setup] Aug 16 05:09:12.800 INFO E| info: downloading component 'clippy' |
2149 | 2024-08-16T05:09:13.478Z | [ host-package] Compiling memmap2 v0.9.4 |
2150 | 2024-08-16T05:09:13.716Z | [ helios-setup] Aug 16 05:09:13.286 INFO E| info: downloading component 'rust-docs' |
2151 | 2024-08-16T05:09:13.923Z | [ host-package] Compiling untrusted v0.7.1 |
2152 | 2024-08-16T05:09:14.154Z | [ host-package] Compiling arrayvec v0.7.4 |
2153 | 2024-08-16T05:09:14.614Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2154 | 2024-08-16T05:09:14.790Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2155 | 2024-08-16T05:09:14.877Z | [ helios-setup] Aug 16 05:09:14.445 INFO E| info: downloading component 'rust-src' |
2156 | 2024-08-16T05:09:15.039Z | [ helios-setup] Aug 16 05:09:14.608 INFO E| info: downloading component 'rust-std' |
2157 | 2024-08-16T05:09:15.182Z | [ host-package] Compiling spin v0.5.2 |
2158 | 2024-08-16T05:09:15.201Z | [ host-package] Compiling arrayref v0.3.7 |
2159 | 2024-08-16T05:09:16.497Z | [ host-package] Compiling tar v0.4.41 |
2160 | 2024-08-16T05:09:17.045Z | [ helios-setup] Aug 16 05:09:16.613 INFO E| info: downloading component 'rustc' |
2161 | 2024-08-16T05:09:18.404Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2162 | 2024-08-16T05:09:18.752Z | [ host-package] Compiling toolchain_find v0.4.0 |
2163 | 2024-08-16T05:09:18.834Z | [ host-package] Compiling nibble_vec v0.1.0 |
2164 | 2024-08-16T05:09:19.083Z | [ host-package] Compiling atty v0.2.14 |
2165 | 2024-08-16T05:09:19.251Z | [ host-package] Compiling topological-sort v0.2.2 |
2166 | 2024-08-16T05:09:19.345Z | [ host-package] Compiling glob v0.3.1 |
2167 | 2024-08-16T05:09:19.500Z | [ host-package] Compiling crunchy v0.2.2 |
2168 | 2024-08-16T05:09:20.008Z | [ host-package] Compiling maplit v1.0.2 |
2169 | 2024-08-16T05:09:20.148Z | [ host-package] Compiling endian-type v0.1.2 |
2170 | 2024-08-16T05:09:20.252Z | [ host-package] Compiling clang-sys v1.7.0 |
2171 | 2024-08-16T05:09:20.437Z | [ host-package] Compiling radix_trie v0.2.1 |
2172 | 2024-08-16T05:09:21.024Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2173 | 2024-08-16T05:09:21.442Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2174 | 2024-08-16T05:09:21.982Z | [ helios-setup] Aug 16 05:09:21.547 INFO E| info: downloading component 'rustfmt' |
2175 | 2024-08-16T05:09:22.198Z | [ helios-setup] Aug 16 05:09:21.763 INFO E| info: installing component 'cargo' |
2176 | 2024-08-16T05:09:22.282Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2177 | 2024-08-16T05:09:22.889Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2178 | 2024-08-16T05:09:23.487Z | [ host-package] Compiling tungstenite v0.21.0 |
2179 | 2024-08-16T05:09:23.518Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2180 | 2024-08-16T05:09:23.556Z | [ helios-setup] Aug 16 05:09:23.121 INFO E| info: installing component 'clippy' |
2181 | 2024-08-16T05:09:24.039Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2182 | 2024-08-16T05:09:24.072Z | [ helios-setup] Aug 16 05:09:23.636 INFO E| info: installing component 'rust-docs' |
2183 | 2024-08-16T05:09:25.707Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2184 | 2024-08-16T05:09:26.450Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2185 | 2024-08-16T05:09:26.624Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2186 | 2024-08-16T05:09:27.256Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2187 | 2024-08-16T05:09:27.990Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2188 | 2024-08-16T05:09:28.089Z | [ host-package] Compiling arc-swap v1.7.1 |
2189 | 2024-08-16T05:09:28.711Z | [ host-package] Compiling diesel_derives v2.2.2 |
2190 | 2024-08-16T05:09:29.156Z | [ host-package] Compiling slog-scope v4.4.0 |
2191 | 2024-08-16T05:09:29.188Z | [ host-package] Compiling r2d2 v0.8.10 |
2192 | 2024-08-16T05:09:29.500Z | [ helios-setup] Aug 16 05:09:29.062 INFO E| info: installing component 'rust-src' |
2193 | 2024-08-16T05:09:30.107Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2194 | 2024-08-16T05:09:30.188Z | [ helios-setup] Aug 16 05:09:29.728 INFO E| info: installing component 'rust-std' |
2195 | 2024-08-16T05:09:30.463Z | [ host-package] Compiling ena v0.14.3 |
2196 | 2024-08-16T05:09:30.696Z | [ host-package] Compiling libloading v0.8.3 |
2197 | 2024-08-16T05:09:30.962Z | [ host-package] Compiling regex-syntax v0.6.29 |
2198 | 2024-08-16T05:09:31.198Z | [ host-package] Compiling diff v0.1.13 |
2199 | 2024-08-16T05:09:31.827Z | [ host-package] Compiling bindgen v0.69.4 |
2200 | 2024-08-16T05:09:32.766Z | [ helios-setup] Aug 16 05:09:32.325 INFO E| info: installing component 'rustc' |
2201 | 2024-08-16T05:09:37.020Z | [ host-package] Compiling lalrpop v0.19.12 |
2202 | 2024-08-16T05:09:39.560Z | [ helios-setup] Aug 16 05:09:39.116 INFO E| info: installing component 'rustfmt' |
2203 | 2024-08-16T05:09:40.514Z | [ helios-setup] Aug 16 05:09:40.069 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2204 | 2024-08-16T05:09:41.343Z | [ helios-setup] Aug 16 05:09:40.898 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2205 | 2024-08-16T05:09:41.343Z | [ helios-setup] Aug 16 05:09:40.898 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2206 | 2024-08-16T05:09:41.343Z | [ helios-setup] Aug 16 05:09:40.898 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2207 | 2024-08-16T05:09:41.374Z | [ helios-setup] Aug 16 05:09:40.929 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2208 | 2024-08-16T05:09:41.374Z | [ helios-setup] Aug 16 05:09:40.929 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2209 | 2024-08-16T05:09:41.377Z | [ helios-setup] Aug 16 05:09:40.929 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2210 | 2024-08-16T05:09:41.377Z | [ helios-setup] Aug 16 05:09:40.929 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2211 | 2024-08-16T05:09:41.377Z | [ helios-setup] Aug 16 05:09:40.930 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2212 | 2024-08-16T05:09:41.377Z | [ helios-setup] Aug 16 05:09:40.930 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2213 | 2024-08-16T05:09:41.377Z | [ helios-setup] Aug 16 05:09:40.930 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2214 | 2024-08-16T05:09:41.430Z | [ helios-setup] Aug 16 05:09:40.985 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2215 | 2024-08-16T05:09:42.073Z | [ host-package] Compiling diesel v2.2.2 |
2216 | 2024-08-16T05:09:42.371Z | [ helios-setup] Aug 16 05:09:41.925 INFO E| From https://github.com/oxidecomputer/amd-efs |
2217 | 2024-08-16T05:09:42.371Z | [ helios-setup] Aug 16 05:09:41.925 INFO E| * [new branch] empty -> origin/empty |
2218 | 2024-08-16T05:09:42.371Z | [ helios-setup] Aug 16 05:09:41.925 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2219 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.925 INFO E| * [new branch] main -> origin/main |
2220 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.925 INFO E| * [new branch] review -> origin/review |
2221 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.926 INFO E| * [new ref] -> origin/HEAD |
2222 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.926 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2223 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.926 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2224 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.926 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2225 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.926 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2226 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.926 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2227 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.926 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2228 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.927 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2229 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.927 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2230 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.927 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2231 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.927 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2232 | 2024-08-16T05:09:42.373Z | [ helios-setup] Aug 16 05:09:41.927 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2233 | 2024-08-16T05:09:42.398Z | [ helios-setup] Aug 16 05:09:41.951 INFO E| Updating crates.io index |
2234 | 2024-08-16T05:09:42.890Z | [ helios-setup] Aug 16 05:09:42.444 INFO E| Downloading crates ... |
2235 | 2024-08-16T05:09:42.966Z | [ helios-setup] Aug 16 05:09:42.520 INFO E| Downloaded bytesize v1.3.0 |
2236 | 2024-08-16T05:09:42.981Z | [ helios-setup] Aug 16 05:09:42.535 INFO E| Downloaded serde_derive v1.0.204 |
2237 | 2024-08-16T05:09:42.985Z | [ helios-setup] Aug 16 05:09:42.539 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2238 | 2024-08-16T05:09:42.988Z | [ helios-setup] Aug 16 05:09:42.542 INFO E| Downloaded unic-ucd-version v0.9.0 |
2239 | 2024-08-16T05:09:42.990Z | [ helios-setup] Aug 16 05:09:42.543 INFO E| Downloaded scroll_derive v0.10.5 |
2240 | 2024-08-16T05:09:42.990Z | [ helios-setup] Aug 16 05:09:42.544 INFO E| Downloaded unic-common v0.9.0 |
2241 | 2024-08-16T05:09:42.993Z | [ helios-setup] Aug 16 05:09:42.545 INFO E| Downloaded unic-char-property v0.9.0 |
2242 | 2024-08-16T05:09:42.993Z | [ helios-setup] Aug 16 05:09:42.547 INFO E| Downloaded structopt-derive v0.4.18 |
2243 | 2024-08-16T05:09:42.995Z | [ helios-setup] Aug 16 05:09:42.548 INFO E| Downloaded memoffset v0.5.6 |
2244 | 2024-08-16T05:09:42.996Z | [ helios-setup] Aug 16 05:09:42.550 INFO E| Downloaded four-cc v0.3.0 |
2245 | 2024-08-16T05:09:42.999Z | [ helios-setup] Aug 16 05:09:42.551 INFO E| Downloaded strsim v0.8.0 |
2246 | 2024-08-16T05:09:43.002Z | [ helios-setup] Aug 16 05:09:42.555 INFO E| Downloaded strum_macros v0.23.1 |
2247 | 2024-08-16T05:09:43.005Z | [ helios-setup] Aug 16 05:09:42.557 INFO E| Downloaded textwrap v0.11.0 |
2248 | 2024-08-16T05:09:43.008Z | [ helios-setup] Aug 16 05:09:42.562 INFO E| Downloaded semver-parser v0.7.0 |
2249 | 2024-08-16T05:09:43.010Z | [ helios-setup] Aug 16 05:09:42.564 INFO E| Downloaded proc-macro-crate v0.1.5 |
2250 | 2024-08-16T05:09:43.013Z | [ helios-setup] Aug 16 05:09:42.566 INFO E| Downloaded log v0.4.22 |
2251 | 2024-08-16T05:09:43.015Z | [ helios-setup] Aug 16 05:09:42.570 INFO E| Downloaded pre v0.2.1 |
2252 | 2024-08-16T05:09:43.018Z | [ helios-setup] Aug 16 05:09:42.572 INFO E| Downloaded pest_generator v2.7.11 |
2253 | 2024-08-16T05:09:43.045Z | [ helios-setup] Aug 16 05:09:42.599 INFO E| Downloaded serde v1.0.204 |
2254 | 2024-08-16T05:09:43.050Z | [ helios-setup] Aug 16 05:09:42.604 INFO E| Downloaded pest v2.7.11 |
2255 | 2024-08-16T05:09:43.059Z | [ helios-setup] Aug 16 05:09:42.614 INFO E| Downloaded parse_int v0.6.0 |
2256 | 2024-08-16T05:09:43.062Z | [ helios-setup] Aug 16 05:09:42.615 INFO E| Downloaded memchr v2.7.4 |
2257 | 2024-08-16T05:09:43.070Z | [ helios-setup] Aug 16 05:09:42.624 INFO E| Downloaded unic-char-range v0.9.0 |
2258 | 2024-08-16T05:09:43.073Z | [ helios-setup] Aug 16 05:09:42.627 INFO E| Downloaded strum v0.23.0 |
2259 | 2024-08-16T05:09:43.075Z | [ helios-setup] Aug 16 05:09:42.629 INFO E| Downloaded scroll v0.10.2 |
2260 | 2024-08-16T05:09:43.079Z | [ helios-setup] Aug 16 05:09:42.631 INFO E| Downloaded rustc_version v0.2.3 |
2261 | 2024-08-16T05:09:43.083Z | [ helios-setup] Aug 16 05:09:42.633 INFO E| Downloaded num-derive v0.3.3 |
2262 | 2024-08-16T05:09:43.085Z | [ helios-setup] Aug 16 05:09:42.635 INFO E| Downloaded ansi_term v0.12.1 |
2263 | 2024-08-16T05:09:43.085Z | [ helios-setup] Aug 16 05:09:42.638 INFO E| Downloaded semver v0.9.0 |
2264 | 2024-08-16T05:09:43.087Z | [ helios-setup] Aug 16 05:09:42.640 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2265 | 2024-08-16T05:09:43.090Z | [ helios-setup] Aug 16 05:09:42.643 INFO E| Downloaded pest_meta v2.7.11 |
2266 | 2024-08-16T05:09:43.092Z | [ helios-setup] Aug 16 05:09:42.646 INFO E| Downloaded modular-bitfield v0.11.2 |
2267 | 2024-08-16T05:09:43.111Z | [ helios-setup] Aug 16 05:09:42.665 INFO E| Downloaded vec_map v0.8.2 |
2268 | 2024-08-16T05:09:43.113Z | [ helios-setup] Aug 16 05:09:42.666 INFO E| Downloaded toml v0.5.11 |
2269 | 2024-08-16T05:09:43.122Z | [ helios-setup] Aug 16 05:09:42.670 INFO E| Downloaded structopt v0.3.26 |
2270 | 2024-08-16T05:09:43.165Z | [ helios-setup] Aug 16 05:09:42.683 INFO E| Downloaded goblin v0.4.3 |
2271 | 2024-08-16T05:09:43.169Z | [ helios-setup] Aug 16 05:09:42.692 INFO E| Downloaded syn v2.0.71 |
2272 | 2024-08-16T05:09:43.169Z | [ helios-setup] Aug 16 05:09:42.709 INFO E| Downloaded serde_json v1.0.120 |
2273 | 2024-08-16T05:09:43.169Z | [ helios-setup] Aug 16 05:09:42.719 INFO E| Downloaded pre-proc-macro v0.2.1 |
2274 | 2024-08-16T05:09:43.169Z | [ helios-setup] Aug 16 05:09:42.721 INFO E| Downloaded pest_derive v2.7.11 |
2275 | 2024-08-16T05:09:43.172Z | [ helios-setup] Aug 16 05:09:42.724 INFO E| Downloaded fletcher v0.1.0 |
2276 | 2024-08-16T05:09:43.172Z | [ helios-setup] Aug 16 05:09:42.726 INFO E| Downloaded clap v2.34.0 |
2277 | 2024-08-16T05:09:43.183Z | [ helios-setup] Aug 16 05:09:42.736 INFO E| Downloaded cfg-if v0.1.10 |
2278 | 2024-08-16T05:09:43.292Z | [ helios-setup] Aug 16 05:09:42.844 INFO E| Compiling proc-macro2 v1.0.86 |
2279 | 2024-08-16T05:09:43.295Z | [ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling unicode-ident v1.0.12 |
2280 | 2024-08-16T05:09:43.295Z | [ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling syn v1.0.109 |
2281 | 2024-08-16T05:09:43.295Z | [ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling version_check v0.9.4 |
2282 | 2024-08-16T05:09:43.295Z | [ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling thiserror v1.0.63 |
2283 | 2024-08-16T05:09:43.295Z | [ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling semver-parser v0.7.0 |
2284 | 2024-08-16T05:09:43.295Z | [ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling autocfg v1.3.0 |
2285 | 2024-08-16T05:09:43.295Z | [ helios-setup] Aug 16 05:09:42.846 INFO E| Compiling serde v1.0.204 |
2286 | 2024-08-16T05:09:44.064Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2287 | 2024-08-16T05:09:44.702Z | [ helios-setup] Aug 16 05:09:44.255 INFO E| Compiling semver v0.9.0 |
2288 | 2024-08-16T05:09:44.852Z | [ helios-setup] Aug 16 05:09:44.404 INFO E| Compiling serde_json v1.0.120 |
2289 | 2024-08-16T05:09:44.971Z | [ helios-setup] Aug 16 05:09:44.524 INFO E| Compiling unicode-segmentation v1.11.0 |
2290 | 2024-08-16T05:09:45.057Z | [ helios-setup] Aug 16 05:09:44.610 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2291 | 2024-08-16T05:09:45.122Z | [ helios-setup] Aug 16 05:09:44.675 INFO E| Compiling proc-macro-error v1.0.4 |
2292 | 2024-08-16T05:09:45.145Z | [ helios-setup] Aug 16 05:09:44.697 INFO E| Compiling num-traits v0.2.19 |
2293 | 2024-08-16T05:09:45.443Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2294 | 2024-08-16T05:09:45.593Z | [ helios-setup] Aug 16 05:09:45.145 INFO E| Compiling rustc_version v0.2.3 |
2295 | 2024-08-16T05:09:45.836Z | [ helios-setup] Aug 16 05:09:45.388 INFO E| Compiling schemars v0.8.21 |
2296 | 2024-08-16T05:09:45.889Z | [ helios-setup] Aug 16 05:09:45.442 INFO E| Compiling itoa v1.0.11 |
2297 | 2024-08-16T05:09:45.892Z | [ helios-setup] Aug 16 05:09:45.443 INFO E| Compiling ryu v1.0.18 |
2298 | 2024-08-16T05:09:46.171Z | [ helios-setup] Aug 16 05:09:45.722 INFO E| Compiling memoffset v0.5.6 |
2299 | 2024-08-16T05:09:46.202Z | [ helios-setup] Aug 16 05:09:45.753 INFO E| Compiling heck v0.3.3 |
2300 | 2024-08-16T05:09:46.592Z | [ helios-setup] Aug 16 05:09:46.145 INFO E| Compiling quote v1.0.36 |
2301 | 2024-08-16T05:09:46.618Z | [ helios-setup] Aug 16 05:09:46.168 INFO E| Compiling pre-proc-macro v0.2.1 |
2302 | 2024-08-16T05:09:46.635Z | [ helios-setup] Aug 16 05:09:46.187 INFO E| Compiling dyn-clone v1.0.17 |
2303 | 2024-08-16T05:09:46.737Z | [ helios-setup] Aug 16 05:09:46.289 INFO E| Compiling memchr v2.7.4 |
2304 | 2024-08-16T05:09:46.757Z | [ helios-setup] Aug 16 05:09:46.309 INFO E| Compiling rustversion v1.0.17 |
2305 | 2024-08-16T05:09:46.762Z | [ helios-setup] Aug 16 05:09:46.314 INFO E| Compiling lazy_static v1.5.0 |
2306 | 2024-08-16T05:09:47.017Z | [ helios-setup] Aug 16 05:09:46.569 INFO E| Compiling paste v1.0.15 |
2307 | 2024-08-16T05:09:47.289Z | [ helios-setup] Aug 16 05:09:46.834 INFO E| Compiling syn v2.0.71 |
2308 | 2024-08-16T05:09:47.840Z | [ host-package] Compiling which v4.4.2 |
2309 | 2024-08-16T05:09:47.856Z | [ helios-setup] Aug 16 05:09:47.318 INFO E| Compiling ucd-trie v0.1.6 |
2310 | 2024-08-16T05:09:47.877Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2311 | 2024-08-16T05:09:48.151Z | [ helios-setup] Aug 16 05:09:47.702 INFO E| Compiling libc v0.2.155 |
2312 | 2024-08-16T05:09:48.525Z | [ helios-setup] Aug 16 05:09:48.076 INFO E| Compiling pre v0.2.1 |
2313 | 2024-08-16T05:09:48.664Z | [ host-package] Compiling cexpr v0.6.0 |
2314 | 2024-08-16T05:09:48.748Z | [ host-package] Compiling libsw v3.3.1 |
2315 | 2024-08-16T05:09:49.318Z | [ helios-setup] Aug 16 05:09:48.869 INFO E| Compiling static_assertions v1.1.0 |
2316 | 2024-08-16T05:09:49.403Z | [ helios-setup] Aug 16 05:09:48.954 INFO E| Compiling cfg-if v0.1.10 |
2317 | 2024-08-16T05:09:49.470Z | [ helios-setup] Aug 16 05:09:49.021 INFO E| Compiling once_cell v1.19.0 |
2318 | 2024-08-16T05:09:49.488Z | [ helios-setup] Aug 16 05:09:49.039 INFO E| Compiling byteorder v1.5.0 |
2319 | 2024-08-16T05:09:49.696Z | [ host-package] Compiling owo-colors v4.0.0 |
2320 | 2024-08-16T05:09:50.415Z | [ host-package] Compiling linear-map v1.2.0 |
2321 | 2024-08-16T05:09:50.780Z | [ helios-setup] Aug 16 05:09:50.330 INFO E| Compiling unicode-width v0.1.13 |
2322 | 2024-08-16T05:09:51.369Z | [ helios-setup] Aug 16 05:09:50.918 INFO E| Compiling atty v0.2.14 |
2323 | 2024-08-16T05:09:51.390Z | [ helios-setup] Aug 16 05:09:50.939 INFO E| Compiling textwrap v0.11.0 |
2324 | 2024-08-16T05:09:51.426Z | [ host-package] Compiling rustc-hash v1.1.0 |
2325 | 2024-08-16T05:09:51.547Z | [ helios-setup] Aug 16 05:09:51.097 INFO E| Compiling ansi_term v0.12.1 |
2326 | 2024-08-16T05:09:51.646Z | [ host-package] Compiling ref-cast v1.0.23 |
2327 | 2024-08-16T05:09:51.825Z | [ host-package] Compiling lazycell v1.3.0 |
2328 | 2024-08-16T05:09:52.564Z | [ host-package] Compiling shlex v1.3.0 |
2329 | 2024-08-16T05:09:52.579Z | [ helios-setup] Aug 16 05:09:52.128 INFO E| Compiling vec_map v0.8.2 |
2330 | 2024-08-16T05:09:52.629Z | [ helios-setup] Aug 16 05:09:52.178 INFO E| Compiling fletcher v0.1.0 |
2331 | 2024-08-16T05:09:52.711Z | [ helios-setup] Aug 16 05:09:52.259 INFO E| Compiling unic-common v0.9.0 |
2332 | 2024-08-16T05:09:52.910Z | [ helios-setup] Aug 16 05:09:52.456 INFO E| Compiling strum v0.23.0 |
2333 | 2024-08-16T05:09:52.959Z | [ helios-setup] Aug 16 05:09:52.507 INFO E| Compiling parse_int v0.6.0 |
2334 | 2024-08-16T05:09:53.046Z | [ helios-setup] Aug 16 05:09:52.594 INFO E| Compiling strsim v0.8.0 |
2335 | 2024-08-16T05:09:53.094Z | [ helios-setup] Aug 16 05:09:52.642 INFO E| Compiling bitflags v1.3.2 |
2336 | 2024-08-16T05:09:53.094Z | [ helios-setup] Aug 16 05:09:52.642 INFO E| Compiling unic-char-range v0.9.0 |
2337 | 2024-08-16T05:09:53.178Z | [ helios-setup] Aug 16 05:09:52.726 INFO E| Compiling unic-ucd-version v0.9.0 |
2338 | 2024-08-16T05:09:53.272Z | [ helios-setup] Aug 16 05:09:52.819 INFO E| Compiling plain v0.2.3 |
2339 | 2024-08-16T05:09:53.344Z | [ helios-setup] Aug 16 05:09:52.892 INFO E| Compiling unic-char-property v0.9.0 |
2340 | 2024-08-16T05:09:53.467Z | [ helios-setup] Aug 16 05:09:53.014 INFO E| Compiling clap v2.34.0 |
2341 | 2024-08-16T05:09:53.546Z | [ helios-setup] Aug 16 05:09:53.094 INFO E| Compiling log v0.4.22 |
2342 | 2024-08-16T05:09:53.570Z | [ helios-setup] Aug 16 05:09:53.119 INFO E| Compiling unic-ucd-ident v0.9.0 |
2343 | 2024-08-16T05:09:53.600Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2344 | 2024-08-16T05:09:53.619Z | [ helios-setup] Aug 16 05:09:53.168 INFO E| Compiling bytesize v1.3.0 |
2345 | 2024-08-16T05:09:55.112Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2346 | 2024-08-16T05:09:56.270Z | [ helios-setup] Aug 16 05:09:55.801 INFO E| Compiling serde_derive_internals v0.29.1 |
2347 | 2024-08-16T05:09:57.295Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2348 | 2024-08-16T05:09:57.324Z | [ helios-setup] Aug 16 05:09:56.870 INFO E| Compiling toml v0.5.11 |
2349 | 2024-08-16T05:10:00.017Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2350 | 2024-08-16T05:10:00.289Z | [ helios-setup] Aug 16 05:09:59.834 INFO E| Compiling proc-macro-crate v0.1.5 |
2351 | 2024-08-16T05:10:00.754Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2352 | 2024-08-16T05:10:02.215Z | [ helios-setup] Aug 16 05:10:01.758 INFO E| Compiling thiserror-impl v1.0.63 |
2353 | 2024-08-16T05:10:02.232Z | [ helios-setup] Aug 16 05:10:01.774 INFO E| Compiling serde_derive v1.0.204 |
2354 | 2024-08-16T05:10:02.295Z | [ helios-setup] Aug 16 05:10:01.836 INFO E| Compiling schemars_derive v0.8.21 |
2355 | 2024-08-16T05:10:02.633Z | [ helios-setup] Aug 16 05:10:02.177 INFO E| Compiling zerocopy-derive v0.6.6 |
2356 | 2024-08-16T05:10:04.436Z | [ host-package] Compiling headers-core v0.2.0 |
2357 | 2024-08-16T05:10:05.033Z | [ host-package] Compiling fxhash v0.2.1 |
2358 | 2024-08-16T05:10:05.612Z | [ host-package] Compiling libxml v0.3.3 |
2359 | 2024-08-16T05:10:06.134Z | [ helios-setup] Aug 16 05:10:05.676 INFO E| Compiling zerocopy v0.6.6 |
2360 | 2024-08-16T05:10:07.255Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2361 | 2024-08-16T05:10:07.671Z | [ host-package] Compiling headers v0.3.9 |
2362 | 2024-08-16T05:10:08.082Z | [ helios-setup] Aug 16 05:10:07.623 INFO E| Compiling pest v2.7.11 |
2363 | 2024-08-16T05:10:08.815Z | [ helios-setup] Aug 16 05:10:08.355 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2364 | 2024-08-16T05:10:08.818Z | [ helios-setup] Aug 16 05:10:08.355 INFO E| Compiling num-derive v0.3.3 |
2365 | 2024-08-16T05:10:09.622Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2366 | 2024-08-16T05:10:10.624Z | [ helios-setup] Aug 16 05:10:10.161 INFO E| Compiling strum_macros v0.23.1 |
2367 | 2024-08-16T05:10:11.249Z | [ helios-setup] Aug 16 05:10:10.788 INFO E| Compiling scroll_derive v0.10.5 |
2368 | 2024-08-16T05:10:11.312Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2369 | 2024-08-16T05:10:12.152Z | [ helios-setup] Aug 16 05:10:11.691 INFO E| Compiling structopt-derive v0.4.18 |
2370 | 2024-08-16T05:10:13.436Z | [ helios-setup] Aug 16 05:10:12.973 INFO E| Compiling pest_meta v2.7.11 |
2371 | 2024-08-16T05:10:13.481Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2372 | 2024-08-16T05:10:14.385Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2373 | 2024-08-16T05:10:14.662Z | [ helios-setup] Aug 16 05:10:14.200 INFO E| Compiling scroll v0.10.2 |
2374 | 2024-08-16T05:10:14.669Z | [ helios-setup] Aug 16 05:10:14.206 INFO E| Compiling modular-bitfield v0.11.2 |
2375 | 2024-08-16T05:10:15.700Z | [ helios-setup] Aug 16 05:10:15.237 INFO E| Compiling goblin v0.4.3 |
2376 | 2024-08-16T05:10:16.014Z | [ helios-setup] Aug 16 05:10:15.550 INFO E| Compiling pest_generator v2.7.11 |
2377 | 2024-08-16T05:10:17.687Z | [ host-package] Compiling strum_macros v0.24.3 |
2378 | 2024-08-16T05:10:17.712Z | [ helios-setup] Aug 16 05:10:17.247 INFO E| Compiling structopt v0.3.26 |
2379 | 2024-08-16T05:10:17.883Z | [ host-package] Compiling samael v0.0.15 |
2380 | 2024-08-16T05:10:20.469Z | [ host-package] Compiling cookie v0.18.1 |
2381 | 2024-08-16T05:10:20.725Z | [ host-package] Compiling unicase v2.7.0 |
2382 | 2024-08-16T05:10:20.741Z | [ helios-setup] Aug 16 05:10:20.274 INFO E| Compiling pest_derive v2.7.11 |
2383 | 2024-08-16T05:10:20.895Z | [ host-package] Compiling polar-core v0.27.3 |
2384 | 2024-08-16T05:10:21.148Z | [ host-package] Compiling indoc v1.0.9 |
2385 | 2024-08-16T05:10:22.365Z | [ host-package] Compiling derive_builder v0.20.0 |
2386 | 2024-08-16T05:10:22.536Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2387 | 2024-08-16T05:10:22.638Z | [ host-package] Compiling crossterm v0.28.1 |
2388 | 2024-08-16T05:10:22.987Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2389 | 2024-08-16T05:10:23.653Z | [ host-package] Compiling oso-derive v0.27.3 |
2390 | 2024-08-16T05:10:24.718Z | [ helios-setup] Aug 16 05:10:24.250 INFO E| Compiling json5 v0.4.1 |
2391 | 2024-08-16T05:10:24.898Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2392 | 2024-08-16T05:10:27.602Z | [ host-package] Compiling libz-sys v1.1.16 |
2393 | 2024-08-16T05:10:28.970Z | [ host-package] Compiling quick-xml v0.31.0 |
2394 | 2024-08-16T05:10:29.160Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2395 | 2024-08-16T05:10:29.724Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2396 | 2024-08-16T05:10:30.349Z | [ helios-setup] Aug 16 05:10:29.876 INFO E| Compiling four-cc v0.3.0 |
2397 | 2024-08-16T05:10:30.351Z | [ helios-setup] Aug 16 05:10:29.876 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2398 | 2024-08-16T05:10:30.579Z | [ helios-setup] Aug 16 05:10:30.100 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2399 | 2024-08-16T05:10:30.588Z | [ host-package] Compiling keccak v0.1.5 |
2400 | 2024-08-16T05:10:32.279Z | [ host-package] Compiling sha3 v0.10.8 |
2401 | 2024-08-16T05:10:34.094Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2402 | 2024-08-16T05:10:34.341Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2403 | 2024-08-16T05:10:36.458Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2404 | 2024-08-16T05:10:37.043Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2405 | 2024-08-16T05:10:37.593Z | [ host-package] Compiling bb8 v0.8.5 |
2406 | 2024-08-16T05:10:37.853Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2407 | 2024-08-16T05:10:38.425Z | [ host-package] Compiling universal-hash v0.5.1 |
2408 | 2024-08-16T05:10:38.816Z | [ host-package] Compiling secrecy v0.8.0 |
2409 | 2024-08-16T05:10:39.231Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2410 | 2024-08-16T05:10:40.184Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2411 | 2024-08-16T05:10:40.352Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2412 | 2024-08-16T05:10:41.120Z | [ host-package] Compiling opaque-debug v0.3.1 |
2413 | 2024-08-16T05:10:41.273Z | [ host-package] Compiling poly1305 v0.8.0 |
2414 | 2024-08-16T05:10:42.336Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2415 | 2024-08-16T05:10:42.540Z | [ host-package] Compiling vte v0.11.1 |
2416 | 2024-08-16T05:10:43.019Z | [ host-package] Compiling const_format v0.2.32 |
2417 | 2024-08-16T05:10:44.716Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2418 | 2024-08-16T05:10:45.076Z | [ host-package] Compiling chacha20 v0.9.1 |
2419 | 2024-08-16T05:10:45.393Z | [ host-package] Compiling fd-lock v4.0.2 |
2420 | 2024-08-16T05:10:45.643Z | [ host-package] Compiling aead v0.5.2 |
2421 | 2024-08-16T05:10:45.672Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2422 | 2024-08-16T05:10:46.236Z | [ host-package] Compiling bytecount v0.6.8 |
2423 | 2024-08-16T05:10:46.572Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2424 | 2024-08-16T05:10:46.990Z | [ host-package] Compiling papergrid v0.11.0 |
2425 | 2024-08-16T05:10:56.592Z | [ host-package] Compiling oso v0.27.3 |
2426 | 2024-08-16T05:10:57.913Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2427 | 2024-08-16T05:10:59.131Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2428 | 2024-08-16T05:10:59.359Z | [ host-package] Compiling parking_lot v0.11.2 |
2429 | 2024-08-16T05:10:59.835Z | [ host-package] Compiling vsss-rs v3.3.4 |
2430 | 2024-08-16T05:11:01.476Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2431 | 2024-08-16T05:11:02.605Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2432 | 2024-08-16T05:11:04.789Z | [ host-package] Compiling tabled_derive v0.7.0 |
2433 | 2024-08-16T05:11:07.199Z | [ host-package] Compiling crossterm v0.27.0 |
2434 | 2024-08-16T05:11:07.848Z | [ host-package] Compiling peg-macros v0.8.4 |
2435 | 2024-08-16T05:11:08.054Z | [ host-package] Compiling kstat-rs v0.2.4 |
2436 | 2024-08-16T05:11:09.097Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2437 | 2024-08-16T05:11:10.376Z | [ helios-setup] Aug 16 05:11:09.883 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2438 | 2024-08-16T05:11:10.787Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2439 | 2024-08-16T05:11:11.559Z | [ host-package] Compiling unicode_categories v0.1.1 |
2440 | 2024-08-16T05:11:12.234Z | [ host-package] Compiling sqlformat v0.2.4 |
2441 | 2024-08-16T05:11:12.499Z | [ host-package] Compiling peg v0.8.4 |
2442 | 2024-08-16T05:11:12.674Z | [ host-package] Compiling reedline v0.33.0 |
2443 | 2024-08-16T05:11:14.579Z | [ host-package] Compiling rustyline v14.0.0 |
2444 | 2024-08-16T05:11:15.397Z | [ host-package] Compiling sqlparser v0.45.0 |
2445 | 2024-08-16T05:11:22.921Z | [ helios-setup] Aug 16 05:11:22.415 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2446 | 2024-08-16T05:11:25.031Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2447 | 2024-08-16T05:11:25.412Z | [ host-package] Compiling tabled v0.15.0 |
2448 | 2024-08-16T05:11:38.335Z | [ host-package] Compiling mime_guess v2.0.4 |
2449 | 2024-08-16T05:11:40.099Z | [ host-package] Compiling sled v0.34.7 |
2450 | 2024-08-16T05:11:43.348Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2451 | 2024-08-16T05:11:44.865Z | [ host-package] Compiling hickory-client v0.24.1 |
2452 | 2024-08-16T05:11:45.487Z | [ host-package] Compiling env_logger v0.9.3 |
2453 | 2024-08-16T05:11:48.735Z | [ host-package] Compiling tungstenite v0.20.1 |
2454 | 2024-08-16T05:11:51.062Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2455 | 2024-08-16T05:11:51.776Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2456 | 2024-08-16T05:11:55.237Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2457 | 2024-08-16T05:11:58.617Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2458 | 2024-08-16T05:12:00.043Z | [ helios-setup] Aug 16 05:11:59.523 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 19s |
2459 | 2024-08-16T05:12:00.077Z | [ helios-setup] Aug 16 05:11:59.558 INFO building project "amd-host-image-builder" ok (168 seconds) |
2460 | 2024-08-16T05:12:00.081Z | [ helios-setup] Aug 16 05:11:59.558 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2461 | 2024-08-16T05:12:00.081Z | [ helios-setup] Aug 16 05:11:59.558 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2462 | 2024-08-16T05:12:00.464Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2463 | 2024-08-16T05:12:00.594Z | [ helios-setup] Aug 16 05:12:00.074 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2464 | 2024-08-16T05:12:01.088Z | [ helios-setup] Aug 16 05:12:00.567 INFO E| From https://github.com/jclulow/hiercmd |
2465 | 2024-08-16T05:12:01.088Z | [ helios-setup] Aug 16 05:12:00.567 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2466 | 2024-08-16T05:12:01.109Z | [ helios-setup] Aug 16 05:12:00.587 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2467 | 2024-08-16T05:12:01.631Z | [ helios-setup] Aug 16 05:12:01.111 INFO E| From https://github.com/jclulow/network-interface |
2468 | 2024-08-16T05:12:01.631Z | [ helios-setup] Aug 16 05:12:01.111 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2469 | 2024-08-16T05:12:01.689Z | [ helios-setup] Aug 16 05:12:01.169 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2470 | 2024-08-16T05:12:02.256Z | [ helios-setup] Aug 16 05:12:01.736 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2471 | 2024-08-16T05:12:02.256Z | [ helios-setup] Aug 16 05:12:01.736 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2472 | 2024-08-16T05:12:02.299Z | [ helios-setup] Aug 16 05:12:01.779 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2473 | 2024-08-16T05:12:03.021Z | [ helios-setup] Aug 16 05:12:02.500 INFO E| From https://github.com/oxidecomputer/facade |
2474 | 2024-08-16T05:12:03.021Z | [ helios-setup] Aug 16 05:12:02.500 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2475 | 2024-08-16T05:12:03.108Z | [ helios-setup] Aug 16 05:12:02.587 INFO E| Updating crates.io index |
2476 | 2024-08-16T05:12:03.897Z | [ helios-setup] Aug 16 05:12:03.374 INFO E| Downloading crates ... |
2477 | 2024-08-16T05:12:04.137Z | [ helios-setup] Aug 16 05:12:03.616 INFO E| Downloaded const-random-macro v0.1.15 |
2478 | 2024-08-16T05:12:04.140Z | [ helios-setup] Aug 16 05:12:03.619 INFO E| Downloaded async-trait v0.1.68 |
2479 | 2024-08-16T05:12:04.184Z | [ helios-setup] Aug 16 05:12:03.660 INFO E| Downloaded signal-hook-registry v1.4.0 |
2480 | 2024-08-16T05:12:04.186Z | [ helios-setup] Aug 16 05:12:03.662 INFO E| Downloaded sha1 v0.10.5 |
2481 | 2024-08-16T05:12:04.186Z | [ helios-setup] Aug 16 05:12:03.665 INFO E| Downloaded serde_tokenstream v0.2.0 |
2482 | 2024-08-16T05:12:04.194Z | [ helios-setup] Aug 16 05:12:03.673 INFO E| Downloaded const-random v0.1.15 |
2483 | 2024-08-16T05:12:04.198Z | [ helios-setup] Aug 16 05:12:03.676 INFO E| Downloaded futures-macro v0.3.28 |
2484 | 2024-08-16T05:12:04.200Z | [ helios-setup] Aug 16 05:12:03.678 INFO E| Downloaded toolchain_find v0.2.0 |
2485 | 2024-08-16T05:12:04.202Z | [ helios-setup] Aug 16 05:12:03.680 INFO E| Downloaded serde_spanned v0.6.1 |
2486 | 2024-08-16T05:12:04.205Z | [ helios-setup] Aug 16 05:12:03.682 INFO E| Downloaded crossbeam-deque v0.8.2 |
2487 | 2024-08-16T05:12:04.207Z | [ helios-setup] Aug 16 05:12:03.684 INFO E| Downloaded dyn-clone v1.0.11 |
2488 | 2024-08-16T05:12:04.209Z | [ helios-setup] Aug 16 05:12:03.688 INFO E| Downloaded paste v1.0.12 |
2489 | 2024-08-16T05:12:04.289Z | [ helios-setup] Aug 16 05:12:03.767 INFO E| Downloaded try-lock v0.2.4 |
2490 | 2024-08-16T05:12:04.293Z | [ helios-setup] Aug 16 05:12:03.768 INFO E| Downloaded want v0.3.0 |
2491 | 2024-08-16T05:12:04.293Z | [ helios-setup] Aug 16 05:12:03.770 INFO E| Downloaded tokio-macros v2.0.0 |
2492 | 2024-08-16T05:12:04.297Z | [ helios-setup] Aug 16 05:12:03.771 INFO E| Downloaded thiserror v1.0.38 |
2493 | 2024-08-16T05:12:04.300Z | [ helios-setup] Aug 16 05:12:03.778 INFO E| Downloaded slab v0.4.7 |
2494 | 2024-08-16T05:12:04.304Z | [ helios-setup] Aug 16 05:12:03.780 INFO E| Downloaded semver v1.0.17 |
2495 | 2024-08-16T05:12:04.310Z | [ helios-setup] Aug 16 05:12:03.783 INFO E| Downloaded walkdir v2.3.3 |
2496 | 2024-08-16T05:12:04.313Z | [ helios-setup] Aug 16 05:12:03.786 INFO E| Downloaded anstream v0.2.6 |
2497 | 2024-08-16T05:12:04.313Z | [ helios-setup] Aug 16 05:12:03.790 INFO E| Downloaded terminal_size v0.2.6 |
2498 | 2024-08-16T05:12:04.317Z | [ helios-setup] Aug 16 05:12:03.792 INFO E| Downloaded slog-async v2.7.0 |
2499 | 2024-08-16T05:12:04.317Z | [ helios-setup] Aug 16 05:12:03.794 INFO E| Downloaded percent-encoding v2.2.0 |
2500 | 2024-08-16T05:12:04.320Z | [ helios-setup] Aug 16 05:12:03.795 INFO E| Downloaded smawk v0.3.1 |
2501 | 2024-08-16T05:12:04.320Z | [ helios-setup] Aug 16 05:12:03.797 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2502 | 2024-08-16T05:12:04.324Z | [ helios-setup] Aug 16 05:12:03.800 INFO E| Downloaded num-integer v0.1.45 |
2503 | 2024-08-16T05:12:04.327Z | [ helios-setup] Aug 16 05:12:03.803 INFO E| Downloaded strsim v0.10.0 |
2504 | 2024-08-16T05:12:04.327Z | [ helios-setup] Aug 16 05:12:03.805 INFO E| Downloaded num_cpus v1.15.0 |
2505 | 2024-08-16T05:12:04.366Z | [ helios-setup] Aug 16 05:12:03.844 INFO E| Downloaded thiserror-impl v1.0.38 |
2506 | 2024-08-16T05:12:04.370Z | [ helios-setup] Aug 16 05:12:03.847 INFO E| Downloaded toml_datetime v0.6.1 |
2507 | 2024-08-16T05:12:04.375Z | [ helios-setup] Aug 16 05:12:03.848 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2508 | 2024-08-16T05:12:04.378Z | [ helios-setup] Aug 16 05:12:03.852 INFO E| Downloaded tokio-rustls v0.24.0 |
2509 | 2024-08-16T05:12:04.378Z | [ helios-setup] Aug 16 05:12:03.856 INFO E| Downloaded rustls-pemfile v1.0.2 |
2510 | 2024-08-16T05:12:04.384Z | [ helios-setup] Aug 16 05:12:03.859 INFO E| Downloaded time v0.1.45 |
2511 | 2024-08-16T05:12:04.387Z | [ helios-setup] Aug 16 05:12:03.862 INFO E| Downloaded smartstring v1.0.1 |
2512 | 2024-08-16T05:12:04.392Z | [ helios-setup] Aug 16 05:12:03.867 INFO E| Downloaded tungstenite v0.18.0 |
2513 | 2024-08-16T05:12:04.396Z | [ helios-setup] Aug 16 05:12:03.872 INFO E| Downloaded socket2 v0.4.9 |
2514 | 2024-08-16T05:12:04.400Z | [ helios-setup] Aug 16 05:12:03.876 INFO E| Downloaded smallvec v1.10.0 |
2515 | 2024-08-16T05:12:04.404Z | [ helios-setup] Aug 16 05:12:03.880 INFO E| Downloaded unicode-bidi v0.3.13 |
2516 | 2024-08-16T05:12:04.408Z | [ helios-setup] Aug 16 05:12:03.884 INFO E| Downloaded uuid v1.3.0 |
2517 | 2024-08-16T05:12:04.415Z | [ helios-setup] Aug 16 05:12:03.892 INFO E| Downloaded unicode-ident v1.0.8 |
2518 | 2024-08-16T05:12:04.419Z | [ helios-setup] Aug 16 05:12:03.897 INFO E| Downloaded serde_yaml v0.9.21 |
2519 | 2024-08-16T05:12:04.425Z | [ helios-setup] Aug 16 05:12:03.904 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2520 | 2024-08-16T05:12:04.431Z | [ helios-setup] Aug 16 05:12:03.910 INFO E| Downloaded url v2.3.1 |
2521 | 2024-08-16T05:12:04.437Z | [ helios-setup] Aug 16 05:12:03.915 INFO E| Downloaded unicode-linebreak v0.1.4 |
2522 | 2024-08-16T05:12:04.440Z | [ helios-setup] Aug 16 05:12:03.919 INFO E| Downloaded unicode-normalization v0.1.22 |
2523 | 2024-08-16T05:12:04.446Z | [ helios-setup] Aug 16 05:12:03.925 INFO E| Downloaded toml_edit v0.19.8 |
2524 | 2024-08-16T05:12:04.475Z | [ helios-setup] Aug 16 05:12:03.954 INFO E| Downloaded cc v1.0.78 |
2525 | 2024-08-16T05:12:04.480Z | [ helios-setup] Aug 16 05:12:03.958 INFO E| Downloaded winnow v0.4.1 |
2526 | 2024-08-16T05:12:04.494Z | [ helios-setup] Aug 16 05:12:03.973 INFO E| Downloaded serde_json v1.0.95 |
2527 | 2024-08-16T05:12:04.513Z | [ helios-setup] Aug 16 05:12:03.991 INFO E| Downloaded syn v2.0.72 |
2528 | 2024-08-16T05:12:04.534Z | [ helios-setup] Aug 16 05:12:04.013 INFO E| Downloaded http v0.2.9 |
2529 | 2024-08-16T05:12:04.540Z | [ helios-setup] Aug 16 05:12:04.018 INFO E| Downloaded pest v2.5.7 |
2530 | 2024-08-16T05:12:04.549Z | [ helios-setup] Aug 16 05:12:04.026 INFO E| Downloaded tokio v1.27.0 |
2531 | 2024-08-16T05:12:04.648Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2532 | 2024-08-16T05:12:04.672Z | [ helios-setup] Aug 16 05:12:04.150 INFO E| Downloaded aho-corasick v0.7.20 |
2533 | 2024-08-16T05:12:04.678Z | [ helios-setup] Aug 16 05:12:04.155 INFO E| Downloaded mio v0.8.5 |
2534 | 2024-08-16T05:12:04.686Z | [ helios-setup] Aug 16 05:12:04.164 INFO E| Downloaded syn v1.0.107 |
2535 | 2024-08-16T05:12:04.704Z | [ helios-setup] Aug 16 05:12:04.181 INFO E| Downloaded crossbeam-channel v0.5.6 |
2536 | 2024-08-16T05:12:04.710Z | [ helios-setup] Aug 16 05:12:04.188 INFO E| Downloaded reqwest v0.11.16 |
2537 | 2024-08-16T05:12:04.720Z | [ helios-setup] Aug 16 05:12:04.198 INFO E| Downloaded clap_builder v4.2.1 |
2538 | 2024-08-16T05:12:04.728Z | [ helios-setup] Aug 16 05:12:04.206 INFO E| Downloaded hyper v0.14.25 |
2539 | 2024-08-16T05:12:04.748Z | [ helios-setup] Aug 16 05:12:04.223 INFO E| Downloaded rayon v1.6.1 |
2540 | 2024-08-16T05:12:04.759Z | [ helios-setup] Aug 16 05:12:04.238 INFO E| Downloaded git2 v0.16.1 |
2541 | 2024-08-16T05:12:04.773Z | [ helios-setup] Aug 16 05:12:04.251 INFO E| Downloaded chrono v0.4.24 |
2542 | 2024-08-16T05:12:04.784Z | [ helios-setup] Aug 16 05:12:04.263 INFO E| Downloaded regress v0.5.0 |
2543 | 2024-08-16T05:12:04.796Z | [ helios-setup] Aug 16 05:12:04.274 INFO E| Downloaded regex v1.7.3 |
2544 | 2024-08-16T05:12:04.809Z | [ helios-setup] Aug 16 05:12:04.288 INFO E| Downloaded rustls v0.21.0 |
2545 | 2024-08-16T05:12:04.828Z | [ helios-setup] Aug 16 05:12:04.306 INFO E| Downloaded rustix v0.37.3 |
2546 | 2024-08-16T05:12:04.860Z | [ helios-setup] Aug 16 05:12:04.337 INFO E| Downloaded rhai v1.14.0 |
2547 | 2024-08-16T05:12:04.887Z | [ helios-setup] Aug 16 05:12:04.357 INFO E| Downloaded openapiv3 v1.0.2 |
2548 | 2024-08-16T05:12:04.901Z | [ helios-setup] Aug 16 05:12:04.376 INFO E| Downloaded h2 v0.3.16 |
2549 | 2024-08-16T05:12:04.909Z | [ helios-setup] Aug 16 05:12:04.387 INFO E| Downloaded futures-util v0.3.28 |
2550 | 2024-08-16T05:12:04.936Z | [ helios-setup] Aug 16 05:12:04.413 INFO E| Downloaded schemars v0.8.12 |
2551 | 2024-08-16T05:12:04.955Z | [ helios-setup] Aug 16 05:12:04.433 INFO E| Downloaded libc v0.2.139 |
2552 | 2024-08-16T05:12:05.001Z | [ helios-setup] Aug 16 05:12:04.477 INFO E| Downloaded rustls-webpki v0.100.1 |
2553 | 2024-08-16T05:12:05.012Z | [ helios-setup] Aug 16 05:12:04.487 INFO E| Downloaded rayon-core v1.10.2 |
2554 | 2024-08-16T05:12:05.017Z | [ helios-setup] Aug 16 05:12:04.494 INFO E| Downloaded bytes v1.4.0 |
2555 | 2024-08-16T05:12:05.023Z | [ helios-setup] Aug 16 05:12:04.501 INFO E| Downloaded tokio-util v0.7.7 |
2556 | 2024-08-16T05:12:05.034Z | [ helios-setup] Aug 16 05:12:04.512 INFO E| Downloaded memchr v2.5.0 |
2557 | 2024-08-16T05:12:05.042Z | [ helios-setup] Aug 16 05:12:04.519 INFO E| Downloaded tracing v0.1.37 |
2558 | 2024-08-16T05:12:05.050Z | [ helios-setup] Aug 16 05:12:04.526 INFO E| Downloaded ryu v1.0.13 |
2559 | 2024-08-16T05:12:05.055Z | [ helios-setup] Aug 16 05:12:04.531 INFO E| Downloaded futures v0.3.28 |
2560 | 2024-08-16T05:12:05.067Z | [ helios-setup] Aug 16 05:12:04.545 INFO E| Downloaded clap v4.2.1 |
2561 | 2024-08-16T05:12:05.083Z | [ helios-setup] Aug 16 05:12:04.559 INFO E| Downloaded ucd-trie v0.1.5 |
2562 | 2024-08-16T05:12:05.086Z | [ helios-setup] Aug 16 05:12:04.562 INFO E| Downloaded sct v0.7.0 |
2563 | 2024-08-16T05:12:05.091Z | [ helios-setup] Aug 16 05:12:04.568 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2564 | 2024-08-16T05:12:05.095Z | [ helios-setup] Aug 16 05:12:04.573 INFO E| Downloaded anyhow v1.0.68 |
2565 | 2024-08-16T05:12:05.113Z | [ helios-setup] Aug 16 05:12:04.591 INFO E| Downloaded encoding_rs v0.8.32 |
2566 | 2024-08-16T05:12:05.173Z | [ helios-setup] Aug 16 05:12:04.649 INFO E| Downloaded num-traits v0.2.15 |
2567 | 2024-08-16T05:12:05.178Z | [ helios-setup] Aug 16 05:12:04.654 INFO E| Downloaded io-lifetimes v1.0.10 |
2568 | 2024-08-16T05:12:05.180Z | [ helios-setup] Aug 16 05:12:04.658 INFO E| Downloaded tracing-core v0.1.30 |
2569 | 2024-08-16T05:12:05.191Z | [ helios-setup] Aug 16 05:12:04.663 INFO E| Downloaded tempfile v3.5.0 |
2570 | 2024-08-16T05:12:05.193Z | [ helios-setup] Aug 16 05:12:04.668 INFO E| Downloaded typenum v1.16.0 |
2571 | 2024-08-16T05:12:05.212Z | [ helios-setup] Aug 16 05:12:04.690 INFO E| Downloaded parking_lot v0.12.1 |
2572 | 2024-08-16T05:12:05.217Z | [ helios-setup] Aug 16 05:12:04.694 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2573 | 2024-08-16T05:12:05.328Z | [ helios-setup] Aug 16 05:12:04.805 INFO E| Downloaded toml v0.7.3 |
2574 | 2024-08-16T05:12:05.333Z | [ helios-setup] Aug 16 05:12:04.811 INFO E| Downloaded textwrap v0.16.0 |
2575 | 2024-08-16T05:12:05.338Z | [ helios-setup] Aug 16 05:12:04.816 INFO E| Downloaded jobserver v0.1.26 |
2576 | 2024-08-16T05:12:05.341Z | [ helios-setup] Aug 16 05:12:04.819 INFO E| Downloaded crossbeam-utils v0.8.14 |
2577 | 2024-08-16T05:12:05.348Z | [ helios-setup] Aug 16 05:12:04.825 INFO E| Downloaded rhai_codegen v1.5.0 |
2578 | 2024-08-16T05:12:05.370Z | [ helios-setup] Aug 16 05:12:04.848 INFO E| Downloaded parking_lot_core v0.9.6 |
2579 | 2024-08-16T05:12:05.387Z | [ helios-setup] Aug 16 05:12:04.851 INFO E| Downloaded libz-sys v1.1.8 |
2580 | 2024-08-16T05:12:05.391Z | [ host-package] Compiling hickory-server v0.24.1 |
2581 | 2024-08-16T05:12:05.477Z | [ helios-setup] Aug 16 05:12:04.954 INFO E| Downloaded log v0.4.17 |
2582 | 2024-08-16T05:12:05.484Z | [ helios-setup] Aug 16 05:12:04.957 INFO E| Downloaded ipnet v2.7.2 |
2583 | 2024-08-16T05:12:05.487Z | [ helios-setup] Aug 16 05:12:04.960 INFO E| Downloaded pin-project-lite v0.2.9 |
2584 | 2024-08-16T05:12:05.492Z | [ helios-setup] Aug 16 05:12:04.968 INFO E| Downloaded getrandom v0.2.8 |
2585 | 2024-08-16T05:12:05.497Z | [ helios-setup] Aug 16 05:12:04.972 INFO E| Downloaded futures-core v0.3.28 |
2586 | 2024-08-16T05:12:05.500Z | [ helios-setup] Aug 16 05:12:04.974 INFO E| Downloaded scopeguard v1.1.0 |
2587 | 2024-08-16T05:12:05.500Z | [ helios-setup] Aug 16 05:12:04.975 INFO E| Downloaded either v1.8.0 |
2588 | 2024-08-16T05:12:05.519Z | [ helios-setup] Aug 16 05:12:04.977 INFO E| Downloaded clap_derive v4.2.0 |
2589 | 2024-08-16T05:12:05.520Z | [ helios-setup] Aug 16 05:12:04.980 INFO E| Downloaded camino v1.1.4 |
2590 | 2024-08-16T05:12:05.520Z | [ helios-setup] Aug 16 05:12:04.983 INFO E| Downloaded bincode v1.3.3 |
2591 | 2024-08-16T05:12:05.520Z | [ helios-setup] Aug 16 05:12:04.986 INFO E| Downloaded serde_derive_internals v0.26.0 |
2592 | 2024-08-16T05:12:05.520Z | [ helios-setup] Aug 16 05:12:04.988 INFO E| Downloaded once_cell v1.17.0 |
2593 | 2024-08-16T05:12:05.520Z | [ helios-setup] Aug 16 05:12:04.992 INFO E| Downloaded futures-channel v0.3.28 |
2594 | 2024-08-16T05:12:05.520Z | [ helios-setup] Aug 16 05:12:04.995 INFO E| Downloaded base64 v0.21.0 |
2595 | 2024-08-16T05:12:05.526Z | [ helios-setup] Aug 16 05:12:05.000 INFO E| Downloaded proc-macro-crate v1.2.1 |
2596 | 2024-08-16T05:12:05.526Z | [ helios-setup] Aug 16 05:12:05.002 INFO E| Downloaded lock_api v0.4.9 |
2597 | 2024-08-16T05:12:05.530Z | [ helios-setup] Aug 16 05:12:05.004 INFO E| Downloaded http-body v0.4.5 |
2598 | 2024-08-16T05:12:05.530Z | [ helios-setup] Aug 16 05:12:05.006 INFO E| Downloaded anstyle-parse v0.1.1 |
2599 | 2024-08-16T05:12:05.534Z | [ helios-setup] Aug 16 05:12:05.012 INFO E| Downloaded futures-task v0.3.28 |
2600 | 2024-08-16T05:12:05.534Z | [ helios-setup] Aug 16 05:12:05.012 INFO E| Downloaded digest v0.10.6 |
2601 | 2024-08-16T05:12:05.542Z | [ helios-setup] Aug 16 05:12:05.018 INFO E| Downloaded home v0.5.4 |
2602 | 2024-08-16T05:12:05.548Z | [ helios-setup] Aug 16 05:12:05.018 INFO E| Downloaded num_enum_derive v0.5.7 |
2603 | 2024-08-16T05:12:05.548Z | [ helios-setup] Aug 16 05:12:05.018 INFO E| Downloaded memoffset v0.7.1 |
2604 | 2024-08-16T05:12:05.548Z | [ helios-setup] Aug 16 05:12:05.018 INFO E| Downloaded fastrand v1.9.0 |
2605 | 2024-08-16T05:12:05.548Z | [ helios-setup] Aug 16 05:12:05.018 INFO E| Downloaded slog-bunyan v2.4.0 |
2606 | 2024-08-16T05:12:05.548Z | [ helios-setup] Aug 16 05:12:05.020 INFO E| Downloaded byteorder v1.4.3 |
2607 | 2024-08-16T05:12:05.549Z | [ helios-setup] Aug 16 05:12:05.023 INFO E| Downloaded autocfg v1.1.0 |
2608 | 2024-08-16T05:12:05.552Z | [ helios-setup] Aug 16 05:12:05.023 INFO E| Downloaded anstyle v0.3.5 |
2609 | 2024-08-16T05:12:05.552Z | [ helios-setup] Aug 16 05:12:05.025 INFO E| Downloaded ahash v0.7.6 |
2610 | 2024-08-16T05:12:05.552Z | [ helios-setup] Aug 16 05:12:05.029 INFO E| Downloaded sha2 v0.10.6 |
2611 | 2024-08-16T05:12:05.556Z | [ helios-setup] Aug 16 05:12:05.031 INFO E| Downloaded semver-parser v0.10.2 |
2612 | 2024-08-16T05:12:05.559Z | [ helios-setup] Aug 16 05:12:05.035 INFO E| Downloaded semver v0.11.0 |
2613 | 2024-08-16T05:12:05.559Z | [ helios-setup] Aug 16 05:12:05.035 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2614 | 2024-08-16T05:12:05.615Z | [ helios-setup] Aug 16 05:12:05.037 INFO E| Downloaded pkg-config v0.3.26 |
2615 | 2024-08-16T05:12:05.615Z | [ helios-setup] Aug 16 05:12:05.038 INFO E| Downloaded itoa v1.0.6 |
2616 | 2024-08-16T05:12:05.615Z | [ helios-setup] Aug 16 05:12:05.040 INFO E| Downloaded is-terminal v0.4.7 |
2617 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.042 INFO E| Downloaded httpdate v1.0.2 |
2618 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.043 INFO E| Downloaded futures-sink v0.3.28 |
2619 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.045 INFO E| Downloaded futures-io v0.3.28 |
2620 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.046 INFO E| Downloaded form_urlencoded v1.1.0 |
2621 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.047 INFO E| Downloaded num_enum v0.5.7 |
2622 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.054 INFO E| Downloaded futures-executor v0.3.28 |
2623 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.056 INFO E| Downloaded errno v0.3.1 |
2624 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.058 INFO E| Downloaded lazy_static v1.4.0 |
2625 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.060 INFO E| Downloaded iana-time-zone v0.1.56 |
2626 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.063 INFO E| Downloaded clap_lex v0.4.1 |
2627 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.064 INFO E| Downloaded concolor-query v0.3.3 |
2628 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.066 INFO E| Downloaded concolor-override v1.0.0 |
2629 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.067 INFO E| Downloaded serde_path_to_error v0.1.11 |
2630 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.070 INFO E| Downloaded schemars_derive v0.8.12 |
2631 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.072 INFO E| Downloaded project-root v0.2.2 |
2632 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.073 INFO E| Downloaded cargo-lock v8.0.3 |
2633 | 2024-08-16T05:12:05.616Z | [ helios-setup] Aug 16 05:12:05.077 INFO E| Downloaded built v0.6.0 |
2634 | 2024-08-16T05:12:05.617Z | [ helios-setup] Aug 16 05:12:05.079 INFO E| Downloaded ahash v0.8.3 |
2635 | 2024-08-16T05:12:05.717Z | [ host-package] Compiling bcs v0.1.6 |
2636 | 2024-08-16T05:12:05.923Z | [ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling proc-macro2 v1.0.86 |
2637 | 2024-08-16T05:12:05.923Z | [ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling libc v0.2.139 |
2638 | 2024-08-16T05:12:05.923Z | [ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling unicode-ident v1.0.8 |
2639 | 2024-08-16T05:12:05.943Z | [ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling autocfg v1.1.0 |
2640 | 2024-08-16T05:12:05.943Z | [ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling cfg-if v1.0.0 |
2641 | 2024-08-16T05:12:05.943Z | [ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling version_check v0.9.4 |
2642 | 2024-08-16T05:12:05.943Z | [ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling serde v1.0.204 |
2643 | 2024-08-16T05:12:05.943Z | [ helios-setup] Aug 16 05:12:05.398 INFO E| Compiling syn v1.0.107 |
2644 | 2024-08-16T05:12:06.748Z | [ helios-setup] Aug 16 05:12:06.223 INFO E| Compiling memchr v2.5.0 |
2645 | 2024-08-16T05:12:06.955Z | [ host-package] Compiling vergen v8.3.2 |
2646 | 2024-08-16T05:12:07.505Z | [ helios-setup] Aug 16 05:12:06.979 INFO E| Compiling once_cell v1.17.0 |
2647 | 2024-08-16T05:12:07.826Z | [ helios-setup] Aug 16 05:12:07.303 INFO E| Compiling log v0.4.17 |
2648 | 2024-08-16T05:12:07.896Z | [ helios-setup] Aug 16 05:12:07.372 INFO E| Compiling thiserror v1.0.38 |
2649 | 2024-08-16T05:12:08.309Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2650 | 2024-08-16T05:12:08.376Z | [ helios-setup] Aug 16 05:12:07.852 INFO E| Compiling serde_json v1.0.95 |
2651 | 2024-08-16T05:12:08.628Z | [ helios-setup] Aug 16 05:12:08.104 INFO E| Compiling itoa v1.0.6 |
2652 | 2024-08-16T05:12:09.951Z | [ host-package] Compiling cargo-platform v0.1.8 |
2653 | 2024-08-16T05:12:09.959Z | [ helios-setup] Aug 16 05:12:09.159 INFO E| Compiling getrandom v0.2.8 |
2654 | 2024-08-16T05:12:09.994Z | [ helios-setup] Aug 16 05:12:09.469 INFO E| Compiling jobserver v0.1.26 |
2655 | 2024-08-16T05:12:10.277Z | [ helios-setup] Aug 16 05:12:09.753 INFO E| Compiling quote v1.0.36 |
2656 | 2024-08-16T05:12:10.475Z | [ helios-setup] Aug 16 05:12:09.950 INFO E| Compiling indexmap v1.9.3 |
2657 | 2024-08-16T05:12:10.610Z | [ helios-setup] Aug 16 05:12:10.085 INFO E| Compiling scopeguard v1.1.0 |
2658 | 2024-08-16T05:12:10.676Z | [ helios-setup] Aug 16 05:12:10.150 INFO E| Compiling cc v1.0.78 |
2659 | 2024-08-16T05:12:10.717Z | [ host-package] Compiling nanorand v0.7.0 |
2660 | 2024-08-16T05:12:10.798Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2661 | 2024-08-16T05:12:10.850Z | [ helios-setup] Aug 16 05:12:10.326 INFO E| Compiling pin-project-lite v0.2.9 |
2662 | 2024-08-16T05:12:11.119Z | [ helios-setup] Aug 16 05:12:10.593 INFO E| Compiling syn v2.0.72 |
2663 | 2024-08-16T05:12:11.219Z | [ host-package] Compiling memoffset v0.9.1 |
2664 | 2024-08-16T05:12:11.357Z | [ helios-setup] Aug 16 05:12:10.832 INFO E| Compiling num-integer v0.1.45 |
2665 | 2024-08-16T05:12:11.402Z | [ helios-setup] Aug 16 05:12:10.877 INFO E| Compiling bytes v1.4.0 |
2666 | 2024-08-16T05:12:11.500Z | [ helios-setup] Aug 16 05:12:10.974 INFO E| Compiling futures-core v0.3.28 |
2667 | 2024-08-16T05:12:11.878Z | [ host-package] Compiling ascii v1.1.0 |
2668 | 2024-08-16T05:12:11.961Z | [ host-package] Compiling highway v1.2.0 |
2669 | 2024-08-16T05:12:12.008Z | [ helios-setup] Aug 16 05:12:11.483 INFO E| Compiling ryu v1.0.13 |
2670 | 2024-08-16T05:12:13.091Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2671 | 2024-08-16T05:12:13.221Z | [ helios-setup] Aug 16 05:12:12.695 INFO E| Compiling lock_api v0.4.9 |
2672 | 2024-08-16T05:12:13.645Z | [ helios-setup] Aug 16 05:12:13.119 INFO E| Compiling parking_lot_core v0.9.6 |
2673 | 2024-08-16T05:12:13.773Z | [ helios-setup] Aug 16 05:12:13.245 INFO E| Compiling typenum v1.16.0 |
2674 | 2024-08-16T05:12:13.942Z | [ helios-setup] Aug 16 05:12:13.410 INFO E| Compiling bitflags v1.3.2 |
2675 | 2024-08-16T05:12:14.414Z | [ helios-setup] Aug 16 05:12:13.887 INFO E| Compiling num_cpus v1.15.0 |
2676 | 2024-08-16T05:12:14.583Z | [ helios-setup] Aug 16 05:12:14.056 INFO E| Compiling slab v0.4.7 |
2677 | 2024-08-16T05:12:14.785Z | [ helios-setup] Aug 16 05:12:14.258 INFO E| Compiling generic-array v0.14.6 |
2678 | 2024-08-16T05:12:14.942Z | [ helios-setup] Aug 16 05:12:14.414 INFO E| Compiling futures-sink v0.3.28 |
2679 | 2024-08-16T05:12:14.942Z | [ helios-setup] Aug 16 05:12:14.415 INFO E| Compiling futures-task v0.3.28 |
2680 | 2024-08-16T05:12:15.184Z | [ helios-setup] Aug 16 05:12:14.656 INFO E| Compiling futures-channel v0.3.28 |
2681 | 2024-08-16T05:12:15.385Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2682 | 2024-08-16T05:12:15.763Z | [ helios-setup] Aug 16 05:12:15.236 INFO E| Compiling tokio v1.27.0 |
2683 | 2024-08-16T05:12:16.037Z | [ helios-setup] Aug 16 05:12:15.509 INFO E| Compiling schemars v0.8.12 |
2684 | 2024-08-16T05:12:16.081Z | [ helios-setup] Aug 16 05:12:15.553 INFO E| Compiling futures-util v0.3.28 |
2685 | 2024-08-16T05:12:17.120Z | [ helios-setup] Aug 16 05:12:16.592 INFO E| Compiling mio v0.8.5 |
2686 | 2024-08-16T05:12:17.334Z | [ helios-setup] Aug 16 05:12:16.805 INFO E| Compiling socket2 v0.4.9 |
2687 | 2024-08-16T05:12:17.505Z | [ helios-setup] Aug 16 05:12:16.976 INFO E| Compiling signal-hook-registry v1.4.0 |
2688 | 2024-08-16T05:12:17.676Z | [ helios-setup] Aug 16 05:12:17.147 INFO E| Compiling num-traits v0.2.15 |
2689 | 2024-08-16T05:12:17.712Z | [ helios-setup] Aug 16 05:12:17.183 INFO E| Compiling ahash v0.7.6 |
2690 | 2024-08-16T05:12:18.236Z | [ host-package] Compiling flume v0.11.0 |
2691 | 2024-08-16T05:12:18.472Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2692 | 2024-08-16T05:12:18.829Z | [ helios-setup] Aug 16 05:12:18.298 INFO E| Compiling io-lifetimes v1.0.10 |
2693 | 2024-08-16T05:12:18.902Z | [ helios-setup] Aug 16 05:12:18.372 INFO E| Compiling pin-utils v0.1.0 |
2694 | 2024-08-16T05:12:19.267Z | [ helios-setup] Aug 16 05:12:18.738 INFO E| Compiling futures-io v0.3.28 |
2695 | 2024-08-16T05:12:19.680Z | [ host-package] Compiling bitstruct v0.1.1 |
2696 | 2024-08-16T05:12:19.826Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2697 | 2024-08-16T05:12:19.856Z | [ helios-setup] Aug 16 05:12:19.326 INFO E| Compiling crunchy v0.2.2 |
2698 | 2024-08-16T05:12:20.457Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2699 | 2024-08-16T05:12:20.827Z | [ helios-setup] Aug 16 05:12:20.297 INFO E| Compiling ahash v0.8.3 |
2700 | 2024-08-16T05:12:20.852Z | [ helios-setup] Aug 16 05:12:20.322 INFO E| Compiling rustix v0.37.3 |
2701 | 2024-08-16T05:12:21.567Z | [ helios-setup] Aug 16 05:12:21.036 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2702 | 2024-08-16T05:12:21.678Z | [ helios-setup] Aug 16 05:12:21.147 INFO E| Compiling hashbrown v0.12.3 |
2703 | 2024-08-16T05:12:21.774Z | [ helios-setup] Aug 16 05:12:21.243 INFO E| Compiling tiny-keccak v2.0.2 |
2704 | 2024-08-16T05:12:22.565Z | [ helios-setup] Aug 16 05:12:22.034 INFO E| Compiling crypto-common v0.1.6 |
2705 | 2024-08-16T05:12:22.666Z | [ helios-setup] Aug 16 05:12:22.135 INFO E| Compiling block-buffer v0.10.3 |
2706 | 2024-08-16T05:12:22.784Z | [ helios-setup] Aug 16 05:12:22.252 INFO E| Compiling serde_derive_internals v0.26.0 |
2707 | 2024-08-16T05:12:24.233Z | [ helios-setup] Aug 16 05:12:23.701 INFO E| Compiling errno v0.3.1 |
2708 | 2024-08-16T05:12:24.589Z | [ helios-setup] Aug 16 05:12:24.057 INFO E| Compiling crossbeam-utils v0.8.14 |
2709 | 2024-08-16T05:12:24.650Z | [ helios-setup] Aug 16 05:12:24.118 INFO E| Compiling slog v2.7.0 |
2710 | 2024-08-16T05:12:24.791Z | [ helios-setup] Aug 16 05:12:24.258 INFO E| Compiling fnv v1.0.7 |
2711 | 2024-08-16T05:12:25.169Z | [ helios-setup] Aug 16 05:12:24.636 INFO E| Compiling pkg-config v0.3.26 |
2712 | 2024-08-16T05:12:25.566Z | [ helios-setup] Aug 16 05:12:25.033 INFO E| Compiling http v0.2.9 |
2713 | 2024-08-16T05:12:26.499Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2714 | 2024-08-16T05:12:26.574Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2715 | 2024-08-16T05:12:27.791Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2716 | 2024-08-16T05:12:28.350Z | [ helios-setup] Aug 16 05:12:27.815 INFO E| Compiling digest v0.10.6 |
2717 | 2024-08-16T05:12:28.413Z | [ helios-setup] Aug 16 05:12:27.879 INFO E| Compiling aho-corasick v0.7.20 |
2718 | 2024-08-16T05:12:28.961Z | [ helios-setup] Aug 16 05:12:28.427 INFO E| Compiling heck v0.4.1 |
2719 | 2024-08-16T05:12:29.064Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2720 | 2024-08-16T05:12:29.399Z | [ helios-setup] Aug 16 05:12:28.864 INFO E| Compiling anyhow v1.0.68 |
2721 | 2024-08-16T05:12:29.641Z | [ host-package] Compiling git2 v0.19.0 |
2722 | 2024-08-16T05:12:29.758Z | [ helios-setup] Aug 16 05:12:29.223 INFO E| Compiling unicode-width v0.1.10 |
2723 | 2024-08-16T05:12:30.584Z | [ helios-setup] Aug 16 05:12:30.007 INFO E| Compiling tinyvec_macros v0.1.1 |
2724 | 2024-08-16T05:12:30.738Z | [ helios-setup] Aug 16 05:12:30.203 INFO E| Compiling cpufeatures v0.2.5 |
2725 | 2024-08-16T05:12:30.800Z | [ helios-setup] Aug 16 05:12:30.265 INFO E| Compiling percent-encoding v2.2.0 |
2726 | 2024-08-16T05:12:30.982Z | [ helios-setup] Aug 16 05:12:30.446 INFO E| Compiling httparse v1.8.0 |
2727 | 2024-08-16T05:12:31.126Z | [ helios-setup] Aug 16 05:12:30.589 INFO E| Compiling regex-syntax v0.6.29 |
2728 | 2024-08-16T05:12:31.552Z | [ helios-setup] Aug 16 05:12:31.016 INFO E| Compiling tinyvec v1.6.0 |
2729 | 2024-08-16T05:12:31.688Z | [ helios-setup] Aug 16 05:12:31.152 INFO E| Compiling form_urlencoded v1.1.0 |
2730 | 2024-08-16T05:12:32.390Z | [ helios-setup] Aug 16 05:12:31.852 INFO E| Compiling const-random-macro v0.1.15 |
2731 | 2024-08-16T05:12:32.824Z | [ helios-setup] Aug 16 05:12:32.287 INFO E| Compiling thiserror-impl v1.0.38 |
2732 | 2024-08-16T05:12:32.895Z | [ helios-setup] Aug 16 05:12:32.358 INFO E| Compiling schemars_derive v0.8.12 |
2733 | 2024-08-16T05:12:33.143Z | [ helios-setup] Aug 16 05:12:32.607 INFO E| Compiling serde_derive v1.0.204 |
2734 | 2024-08-16T05:12:33.560Z | [ helios-setup] Aug 16 05:12:33.023 INFO E| Compiling futures-macro v0.3.28 |
2735 | 2024-08-16T05:12:33.667Z | [ helios-setup] Aug 16 05:12:33.130 INFO E| Compiling tokio-macros v2.0.0 |
2736 | 2024-08-16T05:12:34.759Z | [ helios-setup] Aug 16 05:12:34.221 INFO E| Compiling hashbrown v0.13.2 |
2737 | 2024-08-16T05:12:37.428Z | [ helios-setup] Aug 16 05:12:36.889 INFO E| Compiling libz-sys v1.1.8 |
2738 | 2024-08-16T05:12:38.302Z | [ helios-setup] Aug 16 05:12:37.763 INFO E| Compiling regex v1.7.3 |
2739 | 2024-08-16T05:12:38.549Z | [ helios-setup] Aug 16 05:12:38.010 INFO E| Compiling chrono v0.4.24 |
2740 | 2024-08-16T05:12:41.307Z | [ helios-setup] Aug 16 05:12:40.765 INFO E| Compiling uuid v1.3.0 |
2741 | 2024-08-16T05:12:41.759Z | [ helios-setup] Aug 16 05:12:41.218 INFO E| Compiling dyn-clone v1.0.11 |
2742 | 2024-08-16T05:12:42.028Z | [ helios-setup] Aug 16 05:12:41.486 INFO E| Compiling unicode-normalization v0.1.22 |
2743 | 2024-08-16T05:12:42.201Z | [ helios-setup] Aug 16 05:12:41.659 INFO E| Compiling regress v0.5.0 |
2744 | 2024-08-16T05:12:42.714Z | [ helios-setup] Aug 16 05:12:42.172 INFO E| Compiling const-random v0.1.15 |
2745 | 2024-08-16T05:12:44.612Z | [ helios-setup] Aug 16 05:12:44.069 INFO E| Compiling getopts v0.2.21 |
2746 | 2024-08-16T05:12:44.930Z | [ helios-setup] Aug 16 05:12:44.388 INFO E| Compiling tracing-core v0.1.30 |
2747 | 2024-08-16T05:12:45.529Z | [ helios-setup] Aug 16 05:12:44.986 INFO E| Compiling memoffset v0.7.1 |
2748 | 2024-08-16T05:12:45.688Z | [ helios-setup] Aug 16 05:12:45.144 INFO E| Compiling num-conv v0.1.0 |
2749 | 2024-08-16T05:12:47.248Z | [ helios-setup] Aug 16 05:12:46.704 INFO E| Compiling time-core v0.1.2 |
2750 | 2024-08-16T05:12:47.532Z | [ helios-setup] Aug 16 05:12:46.988 INFO E| Compiling unicode-bidi v0.3.13 |
2751 | 2024-08-16T05:12:47.656Z | [ helios-setup] Aug 16 05:12:47.112 INFO E| Compiling powerfmt v0.2.0 |
2752 | 2024-08-16T05:12:48.614Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2753 | 2024-08-16T05:12:48.901Z | [ helios-setup] Aug 16 05:12:48.355 INFO E| Compiling ucd-trie v0.1.5 |
2754 | 2024-08-16T05:12:49.867Z | [ helios-setup] Aug 16 05:12:49.321 INFO E| Compiling pest v2.5.7 |
2755 | 2024-08-16T05:12:50.044Z | [ helios-setup] Aug 16 05:12:49.498 INFO E| Compiling idna v0.3.0 |
2756 | 2024-08-16T05:12:50.663Z | [ helios-setup] Aug 16 05:12:50.117 INFO E| Compiling deranged v0.3.11 |
2757 | 2024-08-16T05:12:51.255Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2758 | 2024-08-16T05:12:53.202Z | [ helios-setup] Aug 16 05:12:52.655 INFO E| Compiling time-macros v0.2.18 |
2759 | 2024-08-16T05:12:53.599Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2760 | 2024-08-16T05:12:54.671Z | [ helios-setup] Aug 16 05:12:54.120 INFO E| Compiling tracing v0.1.37 |
2761 | 2024-08-16T05:12:56.232Z | [ helios-setup] Aug 16 05:12:55.683 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2762 | 2024-08-16T05:12:56.819Z | [ helios-setup] Aug 16 05:12:56.270 INFO E| Compiling time v0.1.45 |
2763 | 2024-08-16T05:12:57.749Z | [ helios-setup] Aug 16 05:12:57.200 INFO E| Compiling crossbeam-epoch v0.9.13 |
2764 | 2024-08-16T05:12:57.864Z | [ helios-setup] Aug 16 05:12:57.314 INFO E| Compiling semver v1.0.17 |
2765 | 2024-08-16T05:12:59.109Z | [ helios-setup] Aug 16 05:12:58.558 INFO E| Compiling num_threads v0.1.6 |
2766 | 2024-08-16T05:12:59.669Z | [ helios-setup] Aug 16 05:12:59.117 INFO E| Compiling iana-time-zone v0.1.56 |
2767 | 2024-08-16T05:13:00.203Z | [ helios-setup] Aug 16 05:12:59.651 INFO E| Compiling time v0.3.36 |
2768 | 2024-08-16T05:13:00.991Z | [ helios-setup] Aug 16 05:13:00.439 INFO E| Compiling toml v0.5.11 |
2769 | 2024-08-16T05:13:01.157Z | [ helios-setup] Aug 16 05:13:00.605 INFO E| Compiling serde_tokenstream v0.2.0 |
2770 | 2024-08-16T05:13:02.264Z | [ helios-setup] Aug 16 05:13:01.710 INFO E| Compiling smallvec v1.10.0 |
2771 | 2024-08-16T05:13:05.337Z | [ helios-setup] Aug 16 05:13:04.784 INFO E| Compiling parking_lot v0.12.1 |
2772 | 2024-08-16T05:13:07.223Z | [ helios-setup] Aug 16 05:13:06.667 INFO E| Compiling semver-parser v0.10.2 |
2773 | 2024-08-16T05:13:07.666Z | [ host-package] Compiling libsqlite3-sys v0.28.0 |
2774 | 2024-08-16T05:13:09.313Z | [ host-package] Compiling serde_arrays v0.1.0 |
2775 | 2024-08-16T05:13:09.709Z | [ host-package] Compiling erased-serde v0.3.31 |
2776 | 2024-08-16T05:13:10.157Z | [ helios-setup] Aug 16 05:13:09.197 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2777 | 2024-08-16T05:13:11.286Z | [ helios-setup] Aug 16 05:13:10.729 INFO E| Compiling url v2.3.1 |
2778 | 2024-08-16T05:13:13.562Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2779 | 2024-08-16T05:13:14.741Z | [ helios-setup] Aug 16 05:13:14.182 INFO E| Compiling crossbeam-channel v0.5.6 |
2780 | 2024-08-16T05:13:15.790Z | [ helios-setup] Aug 16 05:13:15.231 INFO E| Compiling dirs-sys-next v0.1.2 |
2781 | 2024-08-16T05:13:16.867Z | [ helios-setup] Aug 16 05:13:16.306 INFO E| Compiling try-lock v0.2.4 |
2782 | 2024-08-16T05:13:17.173Z | [ helios-setup] Aug 16 05:13:16.612 INFO E| Compiling crc32fast v1.3.2 |
2783 | 2024-08-16T05:13:18.202Z | [ helios-setup] Aug 16 05:13:17.641 INFO E| Compiling same-file v1.0.6 |
2784 | 2024-08-16T05:13:18.732Z | [ helios-setup] Aug 16 05:13:18.171 INFO E| Compiling walkdir v2.3.3 |
2785 | 2024-08-16T05:13:19.021Z | [ helios-setup] Aug 16 05:13:18.456 INFO E| Compiling want v0.3.0 |
2786 | 2024-08-16T05:13:19.761Z | [ helios-setup] Aug 16 05:13:19.200 INFO E| Compiling dirs-next v2.0.0 |
2787 | 2024-08-16T05:13:21.962Z | [ helios-setup] Aug 16 05:13:21.398 INFO E| Compiling semver v0.11.0 |
2788 | 2024-08-16T05:13:22.560Z | [ helios-setup] Aug 16 05:13:21.995 INFO E| Compiling tokio-util v0.7.7 |
2789 | 2024-08-16T05:13:23.155Z | [ helios-setup] Aug 16 05:13:22.592 INFO E| Compiling proc-macro-crate v1.2.1 |
2790 | 2024-08-16T05:13:24.463Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2791 | 2024-08-16T05:13:24.934Z | [ helios-setup] Aug 16 05:13:24.369 INFO E| Compiling h2 v0.3.16 |
2792 | 2024-08-16T05:13:25.980Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2793 | 2024-08-16T05:13:27.053Z | [ helios-setup] Aug 16 05:13:26.487 INFO E| Compiling futures-executor v0.3.28 |
2794 | 2024-08-16T05:13:28.017Z | [ helios-setup] Aug 16 05:13:27.451 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2795 | 2024-08-16T05:13:29.300Z | [ helios-setup] Aug 16 05:13:28.733 INFO E| Compiling http-body v0.4.5 |
2796 | 2024-08-16T05:13:29.490Z | [ helios-setup] Aug 16 05:13:28.923 INFO E| Compiling ring v0.16.20 |
2797 | 2024-08-16T05:13:30.475Z | [ helios-setup] Aug 16 05:13:29.908 INFO E| Compiling rand_core v0.6.4 |
2798 | 2024-08-16T05:13:31.592Z | [ helios-setup] Aug 16 05:13:31.024 INFO E| Compiling thread_local v1.1.7 |
2799 | 2024-08-16T05:13:31.869Z | [ helios-setup] Aug 16 05:13:31.301 INFO E| Compiling httpdate v1.0.2 |
2800 | 2024-08-16T05:13:33.276Z | [ helios-setup] Aug 16 05:13:32.707 INFO E| Compiling base64 v0.21.0 |
2801 | 2024-08-16T05:13:33.494Z | [ helios-setup] Aug 16 05:13:32.925 INFO E| Compiling fastrand v1.9.0 |
2802 | 2024-08-16T05:13:34.364Z | [ helios-setup] Aug 16 05:13:33.792 INFO E| Compiling ppv-lite86 v0.2.17 |
2803 | 2024-08-16T05:13:35.618Z | [ helios-setup] Aug 16 05:13:35.048 INFO E| Compiling utf8parse v0.2.1 |
2804 | 2024-08-16T05:13:36.172Z | [ helios-setup] Aug 16 05:13:35.602 INFO E| Compiling tower-service v0.3.2 |
2805 | 2024-08-16T05:13:36.255Z | [ helios-setup] Aug 16 05:13:35.683 INFO E| Compiling lazy_static v1.4.0 |
2806 | 2024-08-16T05:13:36.471Z | [ helios-setup] Aug 16 05:13:35.885 INFO E| Compiling rayon-core v1.10.2 |
2807 | 2024-08-16T05:13:36.504Z | [ helios-setup] Aug 16 05:13:35.934 INFO E| Compiling home v0.5.4 |
2808 | 2024-08-16T05:13:36.606Z | [ helios-setup] Aug 16 05:13:36.036 INFO E| Compiling adler v1.0.2 |
2809 | 2024-08-16T05:13:36.994Z | [ helios-setup] Aug 16 05:13:36.424 INFO E| Compiling miniz_oxide v0.6.2 |
2810 | 2024-08-16T05:13:37.223Z | [ helios-setup] Aug 16 05:13:36.653 INFO E| Compiling toolchain_find v0.2.0 |
2811 | 2024-08-16T05:13:37.613Z | [ helios-setup] Aug 16 05:13:37.042 INFO E| Compiling hyper v0.14.25 |
2812 | 2024-08-16T05:13:38.175Z | [ helios-setup] Aug 16 05:13:37.604 INFO E| Compiling rand_chacha v0.3.1 |
2813 | 2024-08-16T05:13:40.747Z | [ helios-setup] Aug 16 05:13:40.173 INFO E| Compiling anstyle-parse v0.1.1 |
2814 | 2024-08-16T05:13:41.780Z | [ helios-setup] Aug 16 05:13:41.206 INFO E| Compiling tempfile v3.5.0 |
2815 | 2024-08-16T05:13:44.207Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2816 | 2024-08-16T05:13:44.612Z | [ helios-setup] Aug 16 05:13:43.945 INFO E| Compiling futures v0.3.28 |
2817 | 2024-08-16T05:13:44.782Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2818 | 2024-08-16T05:13:45.169Z | [ host-package] Compiling heck v0.3.3 |
2819 | 2024-08-16T05:13:45.974Z | [ host-package] Compiling castaway v0.2.3 |
2820 | 2024-08-16T05:13:46.640Z | [ host-package] Compiling rand_seeder v0.3.0 |
2821 | 2024-08-16T05:13:47.865Z | [ host-package] Compiling csv-core v0.1.11 |
2822 | 2024-08-16T05:13:48.448Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2823 | 2024-08-16T05:13:49.439Z | [ host-package] Compiling http-range v0.1.5 |
2824 | 2024-08-16T05:13:49.499Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2825 | 2024-08-16T05:13:50.928Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2826 | 2024-08-16T05:13:54.077Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2827 | 2024-08-16T05:13:55.644Z | [ helios-setup] Aug 16 05:13:55.064 INFO E| Compiling num_enum_derive v0.5.7 |
2828 | 2024-08-16T05:13:56.277Z | [ host-package] Compiling csv v1.3.0 |
2829 | 2024-08-16T05:13:58.139Z | [ helios-setup] Aug 16 05:13:57.554 INFO E| Compiling cargo-lock v8.0.3 |
2830 | 2024-08-16T05:13:58.786Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2831 | 2024-08-16T05:13:59.193Z | [ host-package] Compiling compact_str v0.8.0 |
2832 | 2024-08-16T05:13:59.737Z | [ helios-setup] Aug 16 05:13:59.155 INFO E| Compiling crossbeam-deque v0.8.2 |
2833 | 2024-08-16T05:13:59.842Z | [ helios-setup] Aug 16 05:13:59.259 INFO E| Compiling term v0.7.0 |
2834 | 2024-08-16T05:14:00.282Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2835 | 2024-08-16T05:14:01.744Z | [ helios-setup] Aug 16 05:14:01.160 INFO E| Compiling serde_urlencoded v0.7.1 |
2836 | 2024-08-16T05:14:02.566Z | [ helios-setup] Aug 16 05:14:01.982 INFO E| Compiling sha2 v0.10.6 |
2837 | 2024-08-16T05:14:03.179Z | [ helios-setup] Aug 16 05:14:02.594 INFO E| Compiling sha1 v0.10.5 |
2838 | 2024-08-16T05:14:03.218Z | [ helios-setup] Aug 16 05:14:02.633 INFO E| Compiling is-terminal v0.4.7 |
2839 | 2024-08-16T05:14:03.755Z | [ helios-setup] Aug 16 05:14:03.170 INFO E| Compiling atty v0.2.14 |
2840 | 2024-08-16T05:14:03.968Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2841 | 2024-08-16T05:14:04.396Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2842 | 2024-08-16T05:14:04.956Z | [ helios-setup] Aug 16 05:14:04.371 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2843 | 2024-08-16T05:14:06.035Z | [ host-package] Compiling nix v0.27.1 |
2844 | 2024-08-16T05:14:06.194Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2845 | 2024-08-16T05:14:06.207Z | [ helios-setup] Aug 16 05:14:05.621 INFO E| Compiling anstyle v0.3.5 |
2846 | 2024-08-16T05:14:06.703Z | [ helios-setup] Aug 16 05:14:06.117 INFO E| Compiling concolor-query v0.3.3 |
2847 | 2024-08-16T05:14:07.271Z | [ helios-setup] Aug 16 05:14:06.684 INFO E| Compiling concolor-override v1.0.0 |
2848 | 2024-08-16T05:14:07.873Z | [ helios-setup] Aug 16 05:14:07.285 INFO E| Compiling anstream v0.2.6 |
2849 | 2024-08-16T05:14:09.647Z | [ helios-setup] Aug 16 05:14:09.058 INFO E| Compiling slog-term v2.9.0 |
2850 | 2024-08-16T05:14:09.726Z | [ helios-setup] Aug 16 05:14:09.138 INFO E| Compiling flate2 v1.0.25 |
2851 | 2024-08-16T05:14:10.324Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2852 | 2024-08-16T05:14:10.385Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2853 | 2024-08-16T05:14:11.140Z | [ helios-setup] Aug 16 05:14:10.551 INFO E| Compiling num_enum v0.5.7 |
2854 | 2024-08-16T05:14:11.463Z | [ helios-setup] Aug 16 05:14:10.874 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2855 | 2024-08-16T05:14:11.499Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2856 | 2024-08-16T05:14:11.733Z | [ helios-setup] Aug 16 05:14:11.144 INFO E| Compiling rand v0.8.5 |
2857 | 2024-08-16T05:14:12.320Z | [ helios-setup] Aug 16 05:14:11.731 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2858 | 2024-08-16T05:14:12.738Z | [ helios-setup] Aug 16 05:14:12.148 INFO E| Compiling openapiv3 v1.0.2 |
2859 | 2024-08-16T05:14:15.084Z | [ helios-setup] Aug 16 05:14:14.493 INFO E| Compiling encoding_rs v0.8.32 |
2860 | 2024-08-16T05:14:15.541Z | [ helios-setup] Aug 16 05:14:14.950 INFO E| Compiling project-root v0.2.2 |
2861 | 2024-08-16T05:14:16.538Z | [ helios-setup] Aug 16 05:14:15.946 INFO E| Compiling mime v0.3.17 |
2862 | 2024-08-16T05:14:18.884Z | [ helios-setup] Aug 16 05:14:18.291 INFO E| Compiling strsim v0.10.0 |
2863 | 2024-08-16T05:14:21.068Z | [ helios-setup] Aug 16 05:14:20.474 INFO E| Compiling unsafe-libyaml v0.2.8 |
2864 | 2024-08-16T05:14:21.634Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2865 | 2024-08-16T05:14:22.259Z | [ helios-setup] Aug 16 05:14:21.664 INFO E| Compiling byteorder v1.4.3 |
2866 | 2024-08-16T05:14:22.482Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2867 | 2024-08-16T05:14:22.756Z | [ helios-setup] Aug 16 05:14:22.159 INFO E| Compiling either v1.8.0 |
2868 | 2024-08-16T05:14:23.237Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2869 | 2024-08-16T05:14:23.487Z | [ helios-setup] Aug 16 05:14:22.892 INFO E| Compiling utf-8 v0.7.6 |
2870 | 2024-08-16T05:14:23.599Z | [ helios-setup] Aug 16 05:14:23.004 INFO E| Compiling ipnet v2.7.2 |
2871 | 2024-08-16T05:14:24.141Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2872 | 2024-08-16T05:14:24.524Z | [ host-package] Compiling lru v0.12.3 |
2873 | 2024-08-16T05:14:24.629Z | [ helios-setup] Aug 16 05:14:24.033 INFO E| Compiling base64 v0.13.1 |
2874 | 2024-08-16T05:14:24.806Z | [ host-package] Compiling hashlink v0.9.1 |
2875 | 2024-08-16T05:14:25.055Z | [ helios-setup] Aug 16 05:14:24.459 INFO E| Compiling untrusted v0.7.1 |
2876 | 2024-08-16T05:14:25.190Z | [ helios-setup] Aug 16 05:14:24.593 INFO E| Compiling spin v0.5.2 |
2877 | 2024-08-16T05:14:25.499Z | [ host-package] Compiling serde-big-array v0.5.1 |
2878 | 2024-08-16T05:14:25.718Z | [ helios-setup] Aug 16 05:14:25.122 INFO E| Compiling clap_lex v0.4.1 |
2879 | 2024-08-16T05:14:25.890Z | [ helios-setup] Aug 16 05:14:25.293 INFO E| Compiling tungstenite v0.18.0 |
2880 | 2024-08-16T05:14:26.169Z | [ helios-setup] Aug 16 05:14:25.571 INFO E| Compiling reqwest v0.11.16 |
2881 | 2024-08-16T05:14:26.388Z | [ host-package] Compiling instability v0.3.2 |
2882 | 2024-08-16T05:14:26.737Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2883 | 2024-08-16T05:14:27.196Z | [ helios-setup] Aug 16 05:14:26.597 INFO E| Compiling clap_builder v4.2.1 |
2884 | 2024-08-16T05:14:27.745Z | [ host-package] Compiling base64 v0.13.1 |
2885 | 2024-08-16T05:14:28.183Z | [ helios-setup] Aug 16 05:14:27.575 INFO E| Compiling serde_yaml v0.9.21 |
2886 | 2024-08-16T05:14:28.787Z | [ host-package] Compiling cassowary v0.3.0 |
2887 | 2024-08-16T05:14:29.833Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2888 | 2024-08-16T05:14:30.341Z | [ helios-setup] Aug 16 05:14:29.742 INFO E| Compiling rayon v1.6.1 |
2889 | 2024-08-16T05:14:31.827Z | [ host-package] Compiling rusqlite v0.31.0 |
2890 | 2024-08-16T05:14:35.792Z | [ host-package] Compiling ratatui v0.28.0 |
2891 | 2024-08-16T05:14:35.994Z | [ helios-setup] Aug 16 05:14:35.392 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2892 | 2024-08-16T05:14:36.288Z | [ helios-setup] Aug 16 05:14:35.685 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2893 | 2024-08-16T05:14:36.527Z | [ helios-setup] Aug 16 05:14:35.925 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2894 | 2024-08-16T05:14:40.339Z | [ host-package] Compiling ron v0.7.1 |
2895 | 2024-08-16T05:14:41.049Z | [ helios-setup] Aug 16 05:14:40.444 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2896 | 2024-08-16T05:14:41.637Z | [ helios-setup] Aug 16 05:14:41.032 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2897 | 2024-08-16T05:14:42.388Z | [ helios-setup] Aug 16 05:14:41.782 INFO E| Compiling clap_derive v4.2.0 |
2898 | 2024-08-16T05:14:45.891Z | [ helios-setup] Aug 16 05:14:45.283 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2899 | 2024-08-16T05:14:47.127Z | [ helios-setup] Aug 16 05:14:46.519 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2900 | 2024-08-16T05:14:51.678Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2901 | 2024-08-16T05:14:51.920Z | [ helios-setup] Aug 16 05:14:51.308 INFO E| Compiling clap v4.2.1 |
2902 | 2024-08-16T05:14:55.187Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2903 | 2024-08-16T05:15:01.445Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2904 | 2024-08-16T05:15:10.229Z | [ helios-setup] Aug 16 05:15:09.607 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2905 | 2024-08-16T05:15:10.830Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2906 | 2024-08-16T05:15:12.433Z | [ host-package] Compiling zone v0.1.8 |
2907 | 2024-08-16T05:15:13.940Z | [ helios-setup] Aug 16 05:15:13.318 INFO E| Compiling tokio-tungstenite v0.18.0 |
2908 | 2024-08-16T05:15:15.803Z | [ helios-setup] Aug 16 05:15:15.179 INFO E| Compiling smartstring v1.0.1 |
2909 | 2024-08-16T05:15:16.908Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2910 | 2024-08-16T05:15:16.948Z | [ helios-setup] Aug 16 05:15:16.310 INFO E| Compiling rustls v0.21.0 |
2911 | 2024-08-16T05:15:18.206Z | [ helios-setup] Aug 16 05:15:17.577 INFO E| Compiling toml_datetime v0.6.1 |
2912 | 2024-08-16T05:15:22.489Z | [ helios-setup] Aug 16 05:15:18.762 INFO E| Compiling serde_spanned v0.6.1 |
2913 | 2024-08-16T05:15:22.547Z | [ helios-setup] Aug 16 05:15:19.230 INFO E| Compiling async-trait v0.1.68 |
2914 | 2024-08-16T05:15:22.547Z | [ helios-setup] Aug 16 05:15:19.363 INFO E| Compiling slog-async v2.7.0 |
2915 | 2024-08-16T05:15:22.547Z | [ helios-setup] Aug 16 05:15:20.774 INFO E| Compiling winnow v0.4.1 |
2916 | 2024-08-16T05:15:22.547Z | [ helios-setup] Aug 16 05:15:20.822 INFO E| Compiling static_assertions v1.1.0 |
2917 | 2024-08-16T05:15:22.547Z | [ helios-setup] Aug 16 05:15:20.976 INFO E| Compiling camino v1.1.4 |
2918 | 2024-08-16T05:15:22.547Z | [ helios-setup] Aug 16 05:15:21.120 INFO E| Compiling paste v1.0.12 |
2919 | 2024-08-16T05:15:22.619Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2920 | 2024-08-16T05:15:23.248Z | [ helios-setup] Aug 16 05:15:22.620 INFO E| Compiling match_cfg v0.1.0 |
2921 | 2024-08-16T05:15:23.767Z | [ helios-setup] Aug 16 05:15:23.138 INFO E| Compiling hostname v0.3.1 |
2922 | 2024-08-16T05:15:24.654Z | [ helios-setup] Aug 16 05:15:24.026 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2923 | 2024-08-16T05:15:25.917Z | [ helios-setup] Aug 16 05:15:25.288 INFO E| Compiling slog-json v2.6.1 |
2924 | 2024-08-16T05:15:27.001Z | [ helios-setup] Aug 16 05:15:26.372 INFO E| Compiling unicode-linebreak v0.1.4 |
2925 | 2024-08-16T05:15:29.349Z | [ helios-setup] Aug 16 05:15:28.718 INFO E| Compiling toml_edit v0.19.8 |
2926 | 2024-08-16T05:15:30.767Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2927 | 2024-08-16T05:15:32.176Z | [ helios-setup] Aug 16 05:15:31.541 INFO E| Compiling async-stream-impl v0.3.5 |
2928 | 2024-08-16T05:15:33.445Z | [ helios-setup] Aug 16 05:15:32.812 INFO E| Compiling rhai_codegen v1.5.0 |
2929 | 2024-08-16T05:15:34.947Z | [ helios-setup] Aug 16 05:15:34.313 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2930 | 2024-08-16T05:15:35.142Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2931 | 2024-08-16T05:15:35.937Z | [ helios-setup] Aug 16 05:15:35.303 INFO E| Compiling take_mut v0.2.2 |
2932 | 2024-08-16T05:15:36.276Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2933 | 2024-08-16T05:15:37.348Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2934 | 2024-08-16T05:15:39.351Z | [ helios-setup] Aug 16 05:15:38.715 INFO E| Compiling rhai v1.14.0 |
2935 | 2024-08-16T05:15:41.049Z | [ helios-setup] Aug 16 05:15:40.412 INFO E| Compiling toml v0.7.3 |
2936 | 2024-08-16T05:15:41.429Z | [ helios-setup] Aug 16 05:15:40.792 INFO E| Compiling async-stream v0.3.5 |
2937 | 2024-08-16T05:15:42.293Z | [ helios-setup] Aug 16 05:15:41.655 INFO E| Compiling slog-bunyan v2.4.0 |
2938 | 2024-08-16T05:15:46.969Z | [ host-package] Compiling twox-hash v1.6.3 |
2939 | 2024-08-16T05:15:47.423Z | [ helios-setup] Aug 16 05:15:46.782 INFO E| Compiling rustls-pemfile v1.0.2 |
2940 | 2024-08-16T05:15:48.770Z | [ helios-setup] Aug 16 05:15:48.129 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2941 | 2024-08-16T05:15:48.886Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2942 | 2024-08-16T05:15:49.015Z | [ helios-setup] Aug 16 05:15:48.374 INFO E| Compiling serde_path_to_error v0.1.11 |
2943 | 2024-08-16T05:15:49.725Z | [ helios-setup] Aug 16 05:15:49.083 INFO E| Compiling bincode v1.3.3 |
2944 | 2024-08-16T05:15:49.789Z | [ host-package] Compiling yasna v0.5.2 |
2945 | 2024-08-16T05:15:50.324Z | [ host-package] Compiling portpicker v0.1.1 |
2946 | 2024-08-16T05:15:51.306Z | [ host-package] Compiling smawk v0.3.2 |
2947 | 2024-08-16T05:15:51.671Z | [ helios-setup] Aug 16 05:15:51.028 INFO E| Compiling terminal_size v0.2.6 |
2948 | 2024-08-16T05:15:51.949Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2949 | 2024-08-16T05:15:52.255Z | [ helios-setup] Aug 16 05:15:51.611 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2950 | 2024-08-16T05:15:52.361Z | [ helios-setup] Aug 16 05:15:51.717 INFO E| Compiling smawk v0.3.1 |
2951 | 2024-08-16T05:15:53.053Z | [ helios-setup] Aug 16 05:15:52.409 INFO E| Compiling textwrap v0.16.0 |
2952 | 2024-08-16T05:15:53.157Z | [ host-package] Compiling textwrap v0.16.1 |
2953 | 2024-08-16T05:15:54.468Z | [ host-package] Compiling rcgen v0.12.1 |
2954 | 2024-08-16T05:15:56.000Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2955 | 2024-08-16T05:15:56.697Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2956 | 2024-08-16T05:15:59.919Z | [ helios-setup] Aug 16 05:15:59.272 INFO E| Compiling rustls-webpki v0.100.1 |
2957 | 2024-08-16T05:16:01.611Z | [ helios-setup] Aug 16 05:16:00.760 INFO E| Compiling sct v0.7.0 |
2958 | 2024-08-16T05:16:11.844Z | [ helios-setup] Aug 16 05:16:11.191 INFO E| Compiling git2 v0.16.1 |
2959 | 2024-08-16T05:16:12.201Z | [ helios-setup] Aug 16 05:16:11.548 INFO E| Compiling tokio-rustls v0.24.0 |
2960 | 2024-08-16T05:16:14.397Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2961 | 2024-08-16T05:16:19.545Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2962 | 2024-08-16T05:16:21.295Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2963 | 2024-08-16T05:16:24.991Z | [ helios-setup] Aug 16 05:16:24.331 INFO E| Compiling built v0.6.0 |
2964 | 2024-08-16T05:16:26.953Z | [ helios-setup] Aug 16 05:16:26.292 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2965 | 2024-08-16T05:16:28.273Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2966 | 2024-08-16T05:16:28.682Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2967 | 2024-08-16T05:16:29.113Z | [ helios-setup] Aug 16 05:16:28.450 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2968 | 2024-08-16T05:16:29.887Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2969 | 2024-08-16T05:16:30.132Z | [ helios-setup] Aug 16 05:16:29.469 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2970 | 2024-08-16T05:16:30.800Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2971 | 2024-08-16T05:16:41.463Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2972 | 2024-08-16T05:16:41.673Z | [ host-package] Compiling atomicwrites v0.4.3 |
2973 | 2024-08-16T05:16:42.457Z | [ host-package] Compiling fatfs v0.3.6 |
2974 | 2024-08-16T05:16:42.504Z | [ host-package] Compiling rtoolbox v0.0.2 |
2975 | 2024-08-16T05:16:42.641Z | [ host-package] Compiling subprocess v0.2.9 |
2976 | 2024-08-16T05:16:43.556Z | [ host-package] Compiling is_ci v1.2.0 |
2977 | 2024-08-16T05:16:43.917Z | [ host-package] Compiling assert_matches v1.5.0 |
2978 | 2024-08-16T05:16:44.206Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2979 | 2024-08-16T05:16:50.015Z | [ host-package] Compiling supports-color v3.0.0 |
2980 | 2024-08-16T05:16:50.815Z | [ host-package] Compiling rpassword v7.3.1 |
2981 | 2024-08-16T05:16:51.373Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2982 | 2024-08-16T05:16:54.346Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2983 | 2024-08-16T05:16:54.773Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
2984 | 2024-08-16T05:16:55.670Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2985 | 2024-08-16T05:16:55.803Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2986 | 2024-08-16T05:16:56.221Z | [ helios-setup] Aug 16 05:16:55.545 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2987 | 2024-08-16T05:16:56.435Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2988 | 2024-08-16T05:16:56.987Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2989 | 2024-08-16T05:16:58.332Z | [ helios-setup] Aug 16 05:16:57.654 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2990 | 2024-08-16T05:17:03.208Z | [ host-package] Compiling uzers v0.11.3 |
2991 | 2024-08-16T05:17:07.208Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2992 | 2024-08-16T05:17:07.909Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2993 | 2024-08-16T05:17:11.750Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2994 | 2024-08-16T05:17:19.344Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2995 | 2024-08-16T05:17:41.776Z | [ helios-setup] Aug 16 05:17:41.075 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2996 | 2024-08-16T05:17:42.574Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2997 | 2024-08-16T05:17:52.775Z | [ host-package] Compiling multimap v0.10.0 |
2998 | 2024-08-16T05:18:46.401Z | [ helios-setup] Aug 16 05:18:45.665 INFO E| Finished `release` profile [optimized] target(s) in 6m 46s |
2999 | 2024-08-16T05:18:46.531Z | [ helios-setup] Aug 16 05:18:45.795 INFO building project "pilot" ok (406 seconds) |
3000 | 2024-08-16T05:18:46.531Z | [ helios-setup] Aug 16 05:18:45.795 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3001 | 2024-08-16T05:18:46.533Z | [ helios-setup] Aug 16 05:18:45.795 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3002 | 2024-08-16T05:18:46.886Z | [ helios-setup] Aug 16 05:18:46.150 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3003 | 2024-08-16T05:18:47.388Z | [ helios-setup] Aug 16 05:18:46.651 INFO E| From https://github.com/jclulow/rust-jmclib |
3004 | 2024-08-16T05:18:47.388Z | [ helios-setup] Aug 16 05:18:46.652 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3005 | 2024-08-16T05:18:47.410Z | [ helios-setup] Aug 16 05:18:46.673 INFO E| Updating crates.io index |
3006 | 2024-08-16T05:18:47.602Z | [ helios-setup] Aug 16 05:18:46.866 INFO E| Downloading crates ... |
3007 | 2024-08-16T05:18:47.744Z | [ helios-setup] Aug 16 05:18:47.007 INFO E| Downloaded digest v0.9.0 |
3008 | 2024-08-16T05:18:47.747Z | [ helios-setup] Aug 16 05:18:47.010 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3009 | 2024-08-16T05:18:47.749Z | [ helios-setup] Aug 16 05:18:47.012 INFO E| Downloaded block-buffer v0.9.0 |
3010 | 2024-08-16T05:18:47.750Z | [ helios-setup] Aug 16 05:18:47.013 INFO E| Downloaded anyhow v1.0.72 |
3011 | 2024-08-16T05:18:47.788Z | [ helios-setup] Aug 16 05:18:47.052 INFO E| Downloaded unicode-ident v1.0.11 |
3012 | 2024-08-16T05:18:47.793Z | [ helios-setup] Aug 16 05:18:47.057 INFO E| Downloaded quote v1.0.31 |
3013 | 2024-08-16T05:18:47.797Z | [ helios-setup] Aug 16 05:18:47.061 INFO E| Downloaded once_cell v1.18.0 |
3014 | 2024-08-16T05:18:47.802Z | [ helios-setup] Aug 16 05:18:47.066 INFO E| Downloaded cpufeatures v0.2.9 |
3015 | 2024-08-16T05:18:47.805Z | [ helios-setup] Aug 16 05:18:47.068 INFO E| Downloaded md-5 v0.9.1 |
3016 | 2024-08-16T05:18:47.807Z | [ helios-setup] Aug 16 05:18:47.071 INFO E| Downloaded sha-1 v0.9.8 |
3017 | 2024-08-16T05:18:47.810Z | [ helios-setup] Aug 16 05:18:47.074 INFO E| Downloaded fastrand v2.0.0 |
3018 | 2024-08-16T05:18:47.813Z | [ helios-setup] Aug 16 05:18:47.077 INFO E| Downloaded proc-macro2 v1.0.66 |
3019 | 2024-08-16T05:18:47.817Z | [ helios-setup] Aug 16 05:18:47.081 INFO E| Downloaded getrandom v0.2.10 |
3020 | 2024-08-16T05:18:47.822Z | [ helios-setup] Aug 16 05:18:47.086 INFO E| Downloaded bitflags v2.3.3 |
3021 | 2024-08-16T05:18:47.827Z | [ helios-setup] Aug 16 05:18:47.091 INFO E| Downloaded uuid v0.8.2 |
3022 | 2024-08-16T05:18:47.837Z | [ helios-setup] Aug 16 05:18:47.101 INFO E| Downloaded tempfile v3.7.0 |
3023 | 2024-08-16T05:18:47.841Z | [ helios-setup] Aug 16 05:18:47.105 INFO E| Downloaded serde_derive v1.0.193 |
3024 | 2024-08-16T05:18:47.846Z | [ helios-setup] Aug 16 05:18:47.110 INFO E| Downloaded serde v1.0.193 |
3025 | 2024-08-16T05:18:47.859Z | [ helios-setup] Aug 16 05:18:47.123 INFO E| Downloaded syn v2.0.32 |
3026 | 2024-08-16T05:18:47.894Z | [ helios-setup] Aug 16 05:18:47.158 INFO E| Downloaded serde_json v1.0.103 |
3027 | 2024-08-16T05:18:47.925Z | [ helios-setup] Aug 16 05:18:47.188 INFO E| Downloaded rustix v0.38.4 |
3028 | 2024-08-16T05:18:47.975Z | [ helios-setup] Aug 16 05:18:47.238 INFO E| Downloaded libc v0.2.147 |
3029 | 2024-08-16T05:18:48.238Z | [ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling libc v0.2.147 |
3030 | 2024-08-16T05:18:48.243Z | [ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling proc-macro2 v1.0.66 |
3031 | 2024-08-16T05:18:48.243Z | [ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling unicode-ident v1.0.11 |
3032 | 2024-08-16T05:18:48.243Z | [ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling cfg-if v1.0.0 |
3033 | 2024-08-16T05:18:48.243Z | [ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling typenum v1.16.0 |
3034 | 2024-08-16T05:18:48.243Z | [ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling version_check v0.9.4 |
3035 | 2024-08-16T05:18:48.243Z | [ helios-setup] Aug 16 05:18:47.502 INFO E| Compiling serde v1.0.193 |
3036 | 2024-08-16T05:18:48.243Z | [ helios-setup] Aug 16 05:18:47.503 INFO E| Compiling powerfmt v0.2.0 |
3037 | 2024-08-16T05:18:48.902Z | [ helios-setup] Aug 16 05:18:48.165 INFO E| Compiling slog v2.7.0 |
3038 | 2024-08-16T05:18:49.315Z | [ helios-setup] Aug 16 05:18:48.578 INFO E| Compiling time-core v0.1.2 |
3039 | 2024-08-16T05:18:49.658Z | [ helios-setup] Aug 16 05:18:48.920 INFO E| Compiling rustix v0.38.4 |
3040 | 2024-08-16T05:18:49.887Z | [ helios-setup] Aug 16 05:18:49.148 INFO E| Compiling num-conv v0.1.0 |
3041 | 2024-08-16T05:18:50.022Z | [ helios-setup] Aug 16 05:18:49.282 INFO E| Compiling itoa v1.0.9 |
3042 | 2024-08-16T05:18:50.341Z | [ helios-setup] Aug 16 05:18:49.603 INFO E| Compiling deranged v0.3.11 |
3043 | 2024-08-16T05:18:50.354Z | [ helios-setup] Aug 16 05:18:49.617 INFO E| Compiling generic-array v0.14.7 |
3044 | 2024-08-16T05:18:50.459Z | [ helios-setup] Aug 16 05:18:49.721 INFO E| Compiling once_cell v1.18.0 |
3045 | 2024-08-16T05:18:50.695Z | [ helios-setup] Aug 16 05:18:49.955 INFO E| Compiling time-macros v0.2.18 |
3046 | 2024-08-16T05:18:50.893Z | [ helios-setup] Aug 16 05:18:50.154 INFO E| Compiling quote v1.0.31 |
3047 | 2024-08-16T05:18:51.150Z | [ helios-setup] Aug 16 05:18:50.412 INFO E| Compiling bitflags v2.3.3 |
3048 | 2024-08-16T05:18:51.593Z | [ helios-setup] Aug 16 05:18:50.854 INFO E| Compiling syn v2.0.32 |
3049 | 2024-08-16T05:18:51.925Z | [ helios-setup] Aug 16 05:18:51.186 INFO E| Compiling num_threads v0.1.6 |
3050 | 2024-08-16T05:18:51.928Z | [ helios-setup] Aug 16 05:18:51.186 INFO E| Compiling thread_local v1.1.7 |
3051 | 2024-08-16T05:18:52.231Z | [ helios-setup] Aug 16 05:18:51.490 INFO E| Compiling serde_json v1.0.103 |
3052 | 2024-08-16T05:18:53.228Z | [ helios-setup] Aug 16 05:18:52.485 INFO E| Compiling dirs-sys-next v0.1.2 |
3053 | 2024-08-16T05:18:53.486Z | [ helios-setup] Aug 16 05:18:52.746 INFO E| Compiling errno v0.3.1 |
3054 | 2024-08-16T05:18:53.833Z | [ helios-setup] Aug 16 05:18:53.093 INFO E| Compiling dirs-next v2.0.0 |
3055 | 2024-08-16T05:18:54.011Z | [ helios-setup] Aug 16 05:18:53.270 INFO E| Compiling term v0.7.0 |
3056 | 2024-08-16T05:18:54.234Z | [ helios-setup] Aug 16 05:18:53.493 INFO E| Compiling atty v0.2.14 |
3057 | 2024-08-16T05:18:54.462Z | [ helios-setup] Aug 16 05:18:53.721 INFO E| Compiling fastrand v2.0.0 |
3058 | 2024-08-16T05:18:54.571Z | [ helios-setup] Aug 16 05:18:53.831 INFO E| Compiling opaque-debug v0.3.0 |
3059 | 2024-08-16T05:18:54.666Z | [ helios-setup] Aug 16 05:18:53.925 INFO E| Compiling anyhow v1.0.72 |
3060 | 2024-08-16T05:18:54.755Z | [ helios-setup] Aug 16 05:18:54.015 INFO E| Compiling getrandom v0.2.10 |
3061 | 2024-08-16T05:18:55.555Z | [ helios-setup] Aug 16 05:18:54.809 INFO E| Compiling digest v0.9.0 |
3062 | 2024-08-16T05:18:55.660Z | [ helios-setup] Aug 16 05:18:54.850 INFO E| Compiling block-buffer v0.9.0 |
3063 | 2024-08-16T05:18:55.790Z | [ helios-setup] Aug 16 05:18:55.049 INFO E| Compiling same-file v1.0.6 |
3064 | 2024-08-16T05:18:55.897Z | [ helios-setup] Aug 16 05:18:55.157 INFO E| Compiling cpufeatures v0.2.9 |
3065 | 2024-08-16T05:18:56.000Z | [ helios-setup] Aug 16 05:18:55.259 INFO E| Compiling ryu v1.0.15 |
3066 | 2024-08-16T05:18:56.027Z | [ helios-setup] Aug 16 05:18:55.286 INFO E| Compiling unicode-width v0.1.10 |
3067 | 2024-08-16T05:18:56.270Z | [ helios-setup] Aug 16 05:18:55.529 INFO E| Compiling time v0.3.36 |
3068 | 2024-08-16T05:18:56.286Z | [ helios-setup] Aug 16 05:18:55.545 INFO E| Compiling getopts v0.2.21 |
3069 | 2024-08-16T05:18:56.426Z | [ helios-setup] Aug 16 05:18:55.685 INFO E| Compiling sha-1 v0.9.8 |
3070 | 2024-08-16T05:18:56.863Z | [ helios-setup] Aug 16 05:18:56.122 INFO E| Compiling walkdir v2.3.3 |
3071 | 2024-08-16T05:18:57.395Z | [ helios-setup] Aug 16 05:18:56.654 INFO E| Compiling tempfile v3.7.0 |
3072 | 2024-08-16T05:18:58.077Z | [ helios-setup] Aug 16 05:18:57.335 INFO E| Compiling md-5 v0.9.1 |
3073 | 2024-08-16T05:18:58.313Z | [ helios-setup] Aug 16 05:18:57.563 INFO E| Compiling glob v0.3.1 |
3074 | 2024-08-16T05:18:58.478Z | [ helios-setup] Aug 16 05:18:57.735 INFO E| Compiling libdevinfo-sys v1.0.0 |
3075 | 2024-08-16T05:18:59.811Z | [ helios-setup] Aug 16 05:18:59.068 INFO E| Compiling slog-term v2.9.0 |
3076 | 2024-08-16T05:19:01.982Z | [ helios-setup] Aug 16 05:19:01.238 INFO E| Compiling serde_derive v1.0.193 |
3077 | 2024-08-16T05:19:17.323Z | [ helios-setup] Aug 16 05:19:16.315 INFO E| Compiling toml v0.5.11 |
3078 | 2024-08-16T05:19:17.323Z | [ helios-setup] Aug 16 05:19:16.315 INFO E| Compiling uuid v0.8.2 |
3079 | 2024-08-16T05:19:19.385Z | [ helios-setup] Aug 16 05:19:18.631 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3080 | 2024-08-16T05:19:23.355Z | [ helios-setup] Aug 16 05:19:22.595 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3081 | 2024-08-16T05:19:37.433Z | [ helios-setup] Aug 16 05:19:36.664 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.76s |
3082 | 2024-08-16T05:19:37.462Z | [ helios-setup] Aug 16 05:19:36.699 INFO building project "image-builder" ok (50 seconds) |
3083 | 2024-08-16T05:19:37.471Z | [ helios-setup] rm -f helios-build |
3084 | 2024-08-16T05:19:37.476Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3085 | 2024-08-16T05:19:37.476Z | [ helios-setup] |
3086 | 2024-08-16T05:19:37.476Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3087 | 2024-08-16T05:19:37.476Z | [ helios-setup] |
3088 | 2024-08-16T05:19:37.481Z | [ helios-setup] |
3089 | 2024-08-16T05:19:37.481Z | [ helios-setup] real 11:45.526364824 |
3090 | 2024-08-16T05:19:37.481Z | [ helios-setup] user 28:40.272612785 |
3091 | 2024-08-16T05:19:37.481Z | [ helios-setup] sys 3:31.106401408 |
3092 | 2024-08-16T05:19:37.481Z | [ helios-setup] trap 1.730273399 |
3093 | 2024-08-16T05:19:37.482Z | [ helios-setup] tflt 6.716907117 |
3094 | 2024-08-16T05:19:37.482Z | [ helios-setup] dflt 34.554761123 |
3095 | 2024-08-16T05:19:37.482Z | [ helios-setup] kflt 0.026811834 |
3096 | 2024-08-16T05:19:37.482Z | [ helios-setup] lock 1:54:50.652291376 |
3097 | 2024-08-16T05:19:37.482Z | [ helios-setup] slp 3:42:31.898964202 |
3098 | 2024-08-16T05:19:37.482Z | [ helios-setup] lat 32:44.929934154 |
3099 | 2024-08-16T05:19:37.482Z | [ helios-setup] stop 4:36.226555580 |
3100 | 2024-08-16T05:19:37.482Z | Aug 16 05:19:36.713 INFO [helios-setup] process exited with exit status: 0 (705.532868947s) |
3101 | 2024-08-16T05:19:37.482Z | Aug 16 05:19:36.713 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3102 | 2024-08-16T05:19:37.497Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3103 | 2024-08-16T05:19:37.912Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3104 | 2024-08-16T05:19:37.916Z | [ phbl-toolchain] info: downloading component 'cargo' |
3105 | 2024-08-16T05:19:39.167Z | [ phbl-toolchain] info: downloading component 'clippy' |
3106 | 2024-08-16T05:19:39.438Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3107 | 2024-08-16T05:19:45.256Z | [ phbl-toolchain] info: downloading component 'miri' |
3108 | 2024-08-16T05:19:45.408Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3109 | 2024-08-16T05:19:46.948Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3110 | 2024-08-16T05:19:47.135Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3111 | 2024-08-16T05:19:50.061Z | [ phbl-toolchain] info: downloading component 'rustc' |
3112 | 2024-08-16T05:19:55.056Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3113 | 2024-08-16T05:19:55.288Z | [ phbl-toolchain] info: installing component 'cargo' |
3114 | 2024-08-16T05:19:56.661Z | [ phbl-toolchain] info: installing component 'clippy' |
3115 | 2024-08-16T05:19:57.179Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3116 | 2024-08-16T05:20:02.940Z | [ phbl-toolchain] info: installing component 'miri' |
3117 | 2024-08-16T05:20:03.350Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3118 | 2024-08-16T05:20:03.737Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3119 | 2024-08-16T05:20:09.900Z | [ phbl-toolchain] info: installing component 'rust-src' |
3120 | 2024-08-16T05:20:10.613Z | [ phbl-toolchain] info: installing component 'rust-std' |
3121 | 2024-08-16T05:20:13.065Z | [ phbl-toolchain] info: installing component 'rustc' |
3122 | 2024-08-16T05:20:19.476Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3123 | 2024-08-16T05:20:20.322Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3124 | 2024-08-16T05:20:20.325Z | Aug 16 05:20:19.539 INFO [phbl-toolchain] process exited with exit status: 0 (42.826166231s) |
3125 | 2024-08-16T05:20:31.325Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3126 | 2024-08-16T05:27:05.954Z | [ host-package] Finished `release` profile [optimized] target(s) in 18m 28s |
3127 | 2024-08-16T05:27:55.972Z | Aug 16 05:27:54.941 INFO [host-package] process exited with exit status: 0 (1158.450949643s) |
3128 | 2024-08-16T05:27:55.975Z | Aug 16 05:27:54.941 INFO [host-stamp] running task |
3129 | 2024-08-16T05:27:55.975Z | Aug 16 05:27:54.942 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3130 | 2024-08-16T05:27:55.978Z | Aug 16 05:27:54.948 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+gitb927580f518 |
3131 | 2024-08-16T05:27:56.001Z | Aug 16 05:27:54.955 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+gitb927580f518 |
3132 | 2024-08-16T05:27:56.005Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3133 | 2024-08-16T05:27:56.005Z | Aug 16 05:27:54.961 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+gitb927580f518 |
3134 | 2024-08-16T05:27:56.005Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3135 | 2024-08-16T05:27:56.005Z | Aug 16 05:27:54.968 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+gitb927580f518 |
3136 | 2024-08-16T05:27:56.005Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3137 | 2024-08-16T05:27:56.005Z | Aug 16 05:27:54.976 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+gitb927580f518 |
3138 | 2024-08-16T05:27:56.010Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3139 | 2024-08-16T05:27:56.015Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3140 | 2024-08-16T05:27:56.015Z | Aug 16 05:27:54.983 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+gitb927580f518 |
3141 | 2024-08-16T05:27:56.019Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3142 | 2024-08-16T05:27:56.025Z | Aug 16 05:27:54.992 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+gitb927580f518 |
3143 | 2024-08-16T05:27:56.027Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3144 | 2024-08-16T05:27:56.032Z | Aug 16 05:27:55.004 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+gitb927580f518 |
3145 | 2024-08-16T05:27:56.042Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3146 | 2024-08-16T05:27:56.044Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3147 | 2024-08-16T05:27:56.045Z | Aug 16 05:27:55.015 INFO [stamp-overlay] process exited with exit status: 0 (53.610606ms) |
3148 | 2024-08-16T05:27:56.045Z | Aug 16 05:27:55.015 INFO [stamp-oxlog] process exited with exit status: 0 (38.87811ms) |
3149 | 2024-08-16T05:27:56.045Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3150 | 2024-08-16T05:27:56.050Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3151 | 2024-08-16T05:27:56.050Z | Aug 16 05:27:55.020 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (27.904437ms) |
3152 | 2024-08-16T05:27:56.062Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3153 | 2024-08-16T05:27:56.086Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3154 | 2024-08-16T05:27:56.089Z | Aug 16 05:27:55.060 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (112.114905ms) |
3155 | 2024-08-16T05:27:56.250Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3156 | 2024-08-16T05:27:56.253Z | Aug 16 05:27:55.224 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (220.79828ms) |
3157 | 2024-08-16T05:27:56.308Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3158 | 2024-08-16T05:27:56.313Z | Aug 16 05:27:55.283 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (327.891397ms) |
3159 | 2024-08-16T05:27:57.173Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3160 | 2024-08-16T05:27:57.177Z | Aug 16 05:27:56.148 INFO [stamp-propolis-server] process exited with exit status: 0 (1.179759106s) |
3161 | 2024-08-16T05:27:57.254Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3162 | 2024-08-16T05:27:59.558Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3163 | 2024-08-16T05:28:06.169Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3164 | 2024-08-16T05:28:06.174Z | Aug 16 05:28:05.138 INFO [stamp-switch-asic] process exited with exit status: 0 (10.15440397s) |
3165 | 2024-08-16T05:28:06.174Z | Aug 16 05:28:05.138 INFO [host-stamp] task succeeded (10.196558349s) |
3166 | 2024-08-16T05:28:06.174Z | Aug 16 05:28:05.138 INFO [host-proto] running task |
3167 | 2024-08-16T05:28:06.533Z | Aug 16 05:28:05.498 INFO [host-proto] task succeeded (360.291831ms) |
3168 | 2024-08-16T05:28:06.533Z | Aug 16 05:28:05.498 INFO [host-profile] running task |
3169 | 2024-08-16T05:28:06.536Z | Aug 16 05:28:05.499 INFO [host-profile] task succeeded (280.287µs) |
3170 | 2024-08-16T05:28:06.536Z | Aug 16 05:28:05.499 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpGXLJbR/proto/host/root -N 'ci b927580/${os_short_commit} 2024-08-16 05:07' -s host -B |
3171 | 2024-08-16T05:28:06.547Z | [ host-image] Aug 16 05:28:05.512 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3172 | 2024-08-16T05:28:06.550Z | [ host-image] Aug 16 05:28:05.513 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3173 | 2024-08-16T05:28:06.561Z | [ host-image] Aug 16 05:28:05.526 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpGXLJbR/proto/host/root" |
3174 | 2024-08-16T05:28:06.561Z | [ host-image] Aug 16 05:28:05.526 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3175 | 2024-08-16T05:28:06.564Z | [ host-image] Aug 16 05:28:05.526 INFO image builder template: ramdisk-01-os... |
3176 | 2024-08-16T05:28:06.564Z | [ host-image] Aug 16 05:28:05.527 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/.tmpGXLJbR/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 |
3177 | 2024-08-16T05:28:06.581Z | [ host-image] Aug 16 05:28:05.546 INFO O| Aug 16 05:28:05.546 INFO CREATE DATASET: rpool/images/build/host/output |
3178 | 2024-08-16T05:28:06.704Z | [ host-image] Aug 16 05:28:05.669 INFO O| Aug 16 05:28:05.669 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3179 | 2024-08-16T05:28:06.709Z | [ host-image] Aug 16 05:28:05.675 INFO O| Aug 16 05:28:05.675 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3180 | 2024-08-16T05:28:06.997Z | [ host-image] Aug 16 05:28:05.962 INFO O| Aug 16 05:28:05.962 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3181 | 2024-08-16T05:28:07.062Z | [ host-image] Aug 16 05:28:06.027 INFO O| Aug 16 05:28:06.027 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3182 | 2024-08-16T05:28:07.066Z | [ host-image] Aug 16 05:28:06.027 INFO O| Aug 16 05:28:06.027 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3183 | 2024-08-16T05:28:07.066Z | [ host-image] Aug 16 05:28:06.027 INFO O| Aug 16 05:28:06.027 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3184 | 2024-08-16T05:28:07.066Z | [ host-image] Aug 16 05:28:06.027 INFO O| Aug 16 05:28:06.027 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3185 | 2024-08-16T05:28:07.073Z | [ host-image] Aug 16 05:28:06.036 INFO O| Aug 16 05:28:06.036 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3186 | 2024-08-16T05:28:07.427Z | [ host-image] Aug 16 05:28:06.248 INFO O| Aug 16 05:28:06.248 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3187 | 2024-08-16T05:28:07.459Z | [ host-image] Aug 16 05:28:06.264 INFO O| Aug 16 05:28:06.264 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3188 | 2024-08-16T05:28:07.761Z | [ host-image] Aug 16 05:28:06.709 INFO O| Aug 16 05:28:06.709 INFO O| Caching catalogs ... Done |
3189 | 2024-08-16T05:28:07.868Z | [ host-image] Aug 16 05:28:06.830 INFO O| Aug 16 05:28:06.830 INFO STEP 0 (pkg_image_create) COMPLETE |
3190 | 2024-08-16T05:28:07.868Z | [ host-image] Aug 16 05:28:06.830 INFO O| Aug 16 05:28:06.830 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3191 | 2024-08-16T05:28:07.868Z | [ host-image] Aug 16 05:28:06.830 INFO O| Aug 16 05:28:06.830 INFO skip step because feature "repo_redist" is not enabled |
3192 | 2024-08-16T05:28:07.875Z | [ host-image] Aug 16 05:28:06.830 INFO O| Aug 16 05:28:06.830 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3193 | 2024-08-16T05:28:07.886Z | [ host-image] Aug 16 05:28:06.847 INFO O| Aug 16 05:28:06.847 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-16T05:28:08.622Z | [ host-image] Aug 16 05:28:07.412 INFO O| Aug 16 05:28:07.412 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3195 | 2024-08-16T05:28:08.623Z | [ host-image] Aug 16 05:28:07.412 INFO O| Aug 16 05:28:07.412 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3196 | 2024-08-16T05:28:08.634Z | [ host-image] Aug 16 05:28:07.428 INFO O| Aug 16 05:28:07.428 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3197 | 2024-08-16T05:28:08.989Z | [ host-image] Aug 16 05:28:07.932 INFO O| Aug 16 05:28:07.932 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3198 | 2024-08-16T05:28:08.990Z | [ host-image] Aug 16 05:28:07.932 INFO O| Aug 16 05:28:07.932 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3199 | 2024-08-16T05:28:09.009Z | [ host-image] Aug 16 05:28:07.932 INFO O| Aug 16 05:28:07.932 INFO skip step because feature "repo_redist" is not enabled |
3200 | 2024-08-16T05:28:09.009Z | [ host-image] Aug 16 05:28:07.932 INFO O| Aug 16 05:28:07.932 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3201 | 2024-08-16T05:28:09.550Z | [ host-image] Aug 16 05:28:08.513 INFO O| Aug 16 05:28:08.513 INFO variant opensolaris.zone is already global |
3202 | 2024-08-16T05:28:09.550Z | [ host-image] Aug 16 05:28:08.513 INFO O| Aug 16 05:28:08.513 INFO STEP 5 (pkg_change_variant) COMPLETE |
3203 | 2024-08-16T05:28:09.554Z | [ host-image] Aug 16 05:28:08.513 INFO O| Aug 16 05:28:08.513 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3204 | 2024-08-16T05:28:10.124Z | [ host-image] Aug 16 05:28:09.082 INFO O| Aug 16 05:28:09.082 INFO variant opensolaris.imagetype is full; changing to partial |
3205 | 2024-08-16T05:28:10.124Z | [ host-image] Aug 16 05:28:09.082 INFO O| Aug 16 05:28:09.082 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3206 | 2024-08-16T05:28:16.248Z | [ host-image] Aug 16 05:28:15.209 INFO O| Aug 16 05:28:15.209 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3207 | 2024-08-16T05:28:18.041Z | [recovery-package] Finished `release` profile [optimized] target(s) in 21.81s |
3208 | 2024-08-16T05:28:18.461Z | [ host-image] Aug 16 05:28:17.420 INFO O| Aug 16 05:28:17.420 INFO O| Startup: Caching catalogs ... Done |
3209 | 2024-08-16T05:28:18.519Z | [ host-image] Aug 16 05:28:17.477 INFO O| Aug 16 05:28:17.477 INFO O| Planning: Planning completed in 0.00 seconds |
3210 | 2024-08-16T05:28:18.522Z | [ host-image] Aug 16 05:28:17.478 INFO O| Aug 16 05:28:17.478 INFO O| Planning: Consolidating action changes ... Done |
3211 | 2024-08-16T05:28:18.523Z | [ host-image] Aug 16 05:28:17.478 INFO O| Aug 16 05:28:17.478 INFO O| Planning: Evaluating mediators ... Done |
3212 | 2024-08-16T05:28:18.523Z | [ host-image] Aug 16 05:28:17.478 INFO O| Aug 16 05:28:17.478 INFO O| Planning: Planning completed in 0.00 seconds |
3213 | 2024-08-16T05:28:18.523Z | [ host-image] Aug 16 05:28:17.479 INFO O| Aug 16 05:28:17.479 INFO O| Variants/Facets to change: 1 |
3214 | 2024-08-16T05:28:18.535Z | [ host-image] Aug 16 05:28:17.494 INFO O| Aug 16 05:28:17.494 INFO O| Done |
3215 | 2024-08-16T05:28:18.539Z | [ host-image] Aug 16 05:28:17.494 INFO O| Aug 16 05:28:17.494 INFO O| Done |
3216 | 2024-08-16T05:28:18.927Z | [ host-image] Aug 16 05:28:17.886 INFO O| Aug 16 05:28:17.886 INFO O| Done |
3217 | 2024-08-16T05:28:18.962Z | [ host-image] Aug 16 05:28:17.920 INFO O| Aug 16 05:28:17.920 INFO O| Done |
3218 | 2024-08-16T05:28:18.967Z | [ host-image] Aug 16 05:28:17.921 INFO O| Aug 16 05:28:17.921 INFO O| Done |
3219 | 2024-08-16T05:28:18.967Z | [ host-image] Aug 16 05:28:17.921 INFO O| Aug 16 05:28:17.921 INFO O| Done |
3220 | 2024-08-16T05:28:18.967Z | [ host-image] Aug 16 05:28:17.923 INFO O| Aug 16 05:28:17.923 INFO O| Done |
3221 | 2024-08-16T05:28:19.248Z | [ host-image] Aug 16 05:28:18.206 INFO O| Aug 16 05:28:18.206 INFO STEP 6 (pkg_change_variant) COMPLETE |
3222 | 2024-08-16T05:28:19.248Z | [ host-image] Aug 16 05:28:18.206 INFO O| Aug 16 05:28:18.206 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3223 | 2024-08-16T05:28:19.248Z | [ host-image] Aug 16 05:28:18.206 INFO O| Aug 16 05:28:18.206 INFO skip step because feature "debug_variant" is not enabled |
3224 | 2024-08-16T05:28:19.248Z | [ host-image] Aug 16 05:28:18.206 INFO O| Aug 16 05:28:18.206 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3225 | 2024-08-16T05:28:19.478Z | Aug 16 05:28:18.437 INFO [recovery-package] process exited with exit status: 0 (23.495346036s) |
3226 | 2024-08-16T05:28:19.478Z | Aug 16 05:28:18.437 INFO [recovery-stamp] running task |
3227 | 2024-08-16T05:28:19.480Z | Aug 16 05:28:18.438 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3228 | 2024-08-16T05:28:19.480Z | Aug 16 05:28:18.438 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitb927580f518 |
3229 | 2024-08-16T05:28:19.489Z | Aug 16 05:28:18.448 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+gitb927580f518 |
3230 | 2024-08-16T05:28:19.499Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3231 | 2024-08-16T05:28:19.504Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3232 | 2024-08-16T05:28:19.563Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3233 | 2024-08-16T05:28:19.567Z | Aug 16 05:28:18.526 INFO [stamp-installinator] process exited with exit status: 0 (87.966072ms) |
3234 | 2024-08-16T05:28:19.610Z | [ host-image] Aug 16 05:28:18.568 INFO O| Aug 16 05:28:18.568 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3235 | 2024-08-16T05:28:19.613Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3236 | 2024-08-16T05:28:19.616Z | Aug 16 05:28:18.575 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (127.066269ms) |
3237 | 2024-08-16T05:28:19.619Z | Aug 16 05:28:18.576 INFO [recovery-stamp] task succeeded (138.182949ms) |
3238 | 2024-08-16T05:28:19.619Z | Aug 16 05:28:18.576 INFO [recovery-proto] running task |
3239 | 2024-08-16T05:28:19.619Z | Aug 16 05:28:18.576 INFO [tuf-stamp] running task |
3240 | 2024-08-16T05:28:19.619Z | Aug 16 05:28:18.577 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+gitb927580f518 |
3241 | 2024-08-16T05:28:19.627Z | Aug 16 05:28:18.586 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+gitb927580f518 |
3242 | 2024-08-16T05:28:19.636Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3243 | 2024-08-16T05:28:19.639Z | Aug 16 05:28:18.596 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+gitb927580f518 |
3244 | 2024-08-16T05:28:19.644Z | Aug 16 05:28:18.603 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+gitb927580f518 |
3245 | 2024-08-16T05:28:19.650Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3246 | 2024-08-16T05:28:19.652Z | Aug 16 05:28:18.611 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+gitb927580f518 |
3247 | 2024-08-16T05:28:19.658Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3248 | 2024-08-16T05:28:19.662Z | Aug 16 05:28:18.620 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+gitb927580f518 |
3249 | 2024-08-16T05:28:19.674Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3250 | 2024-08-16T05:28:19.677Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3251 | 2024-08-16T05:28:19.677Z | Aug 16 05:28:18.634 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+gitb927580f518 |
3252 | 2024-08-16T05:28:19.744Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3253 | 2024-08-16T05:28:19.755Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3254 | 2024-08-16T05:28:19.757Z | Aug 16 05:28:18.714 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+gitb927580f518 |
3255 | 2024-08-16T05:28:19.837Z | Aug 16 05:28:18.796 INFO [recovery-proto] task succeeded (220.435685ms) |
3256 | 2024-08-16T05:28:19.837Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3257 | 2024-08-16T05:28:19.840Z | Aug 16 05:28:18.796 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+gitb927580f518 |
3258 | 2024-08-16T05:28:19.861Z | Aug 16 05:28:18.820 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpGXLJbR/proto/recovery/root -N 'recovery b927580/${os_short_commit} 2024-08-16 05:07' -s recovery -R |
3259 | 2024-08-16T05:28:19.872Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3260 | 2024-08-16T05:28:19.875Z | Aug 16 05:28:18.831 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+gitb927580f518 |
3261 | 2024-08-16T05:28:19.885Z | [ recovery-image] Aug 16 05:28:18.838 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3262 | 2024-08-16T05:28:19.885Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3263 | 2024-08-16T05:28:19.888Z | [ recovery-image] Aug 16 05:28:18.838 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3264 | 2024-08-16T05:28:19.888Z | Aug 16 05:28:18.843 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+gitb927580f518 |
3265 | 2024-08-16T05:28:19.958Z | [ recovery-image] Aug 16 05:28:18.854 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpGXLJbR/proto/recovery/root" |
3266 | 2024-08-16T05:28:19.958Z | [ recovery-image] Aug 16 05:28:18.854 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3267 | 2024-08-16T05:28:19.958Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3268 | 2024-08-16T05:28:19.958Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3269 | 2024-08-16T05:28:19.958Z | [ recovery-image] Aug 16 05:28:18.854 INFO image builder template: ramdisk-01-os... |
3270 | 2024-08-16T05:28:19.958Z | [ recovery-image] Aug 16 05:28:18.854 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/.tmpGXLJbR/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 |
3271 | 2024-08-16T05:28:19.961Z | Aug 16 05:28:18.917 INFO [stamp-probe] process exited with exit status: 0 (340.164826ms) |
3272 | 2024-08-16T05:28:20.112Z | [ recovery-image] Aug 16 05:28:19.070 INFO O| Aug 16 05:28:18.949 INFO CREATE DATASET: rpool/images/build/recovery/output |
3273 | 2024-08-16T05:28:20.196Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3274 | 2024-08-16T05:28:20.224Z | Aug 16 05:28:19.183 INFO [stamp-ntp] process exited with exit status: 0 (572.106282ms) |
3275 | 2024-08-16T05:28:20.539Z | [ recovery-image] Aug 16 05:28:19.498 INFO O| Aug 16 05:28:19.497 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3276 | 2024-08-16T05:28:20.545Z | [ recovery-image] Aug 16 05:28:19.504 INFO O| Aug 16 05:28:19.504 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3277 | 2024-08-16T05:28:20.816Z | [ host-image] Aug 16 05:28:19.774 INFO O| Aug 16 05:28:19.774 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3278 | 2024-08-16T05:28:20.818Z | [ host-image] Aug 16 05:28:19.776 INFO O| Aug 16 05:28:19.776 INFO O| Planning: Planning completed in 0.00 seconds |
3279 | 2024-08-16T05:28:20.818Z | [ host-image] Aug 16 05:28:19.776 INFO O| Aug 16 05:28:19.776 INFO O| Planning: Consolidating action changes ... Done |
3280 | 2024-08-16T05:28:20.818Z | [ host-image] Aug 16 05:28:19.777 INFO O| Aug 16 05:28:19.777 INFO O| Planning: Evaluating mediators ... Done |
3281 | 2024-08-16T05:28:20.822Z | [ host-image] Aug 16 05:28:19.777 INFO O| Aug 16 05:28:19.777 INFO O| Planning: Planning completed in 0.00 seconds |
3282 | 2024-08-16T05:28:20.822Z | [ host-image] Aug 16 05:28:19.777 INFO O| Aug 16 05:28:19.777 INFO O| Variants/Facets to change: 1 |
3283 | 2024-08-16T05:28:20.863Z | [ recovery-image] Aug 16 05:28:19.819 INFO O| Aug 16 05:28:19.819 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3284 | 2024-08-16T05:28:20.882Z | [ host-image] Aug 16 05:28:19.839 INFO O| Aug 16 05:28:19.839 INFO O| Done |
3285 | 2024-08-16T05:28:20.882Z | [ host-image] Aug 16 05:28:19.839 INFO O| Aug 16 05:28:19.839 INFO O| Done |
3286 | 2024-08-16T05:28:20.939Z | [ recovery-image] Aug 16 05:28:19.897 INFO O| Aug 16 05:28:19.897 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3287 | 2024-08-16T05:28:20.939Z | [ recovery-image] Aug 16 05:28:19.897 INFO O| Aug 16 05:28:19.897 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3288 | 2024-08-16T05:28:20.942Z | [ recovery-image] Aug 16 05:28:19.897 INFO O| Aug 16 05:28:19.897 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3289 | 2024-08-16T05:28:20.942Z | [ recovery-image] Aug 16 05:28:19.897 INFO O| Aug 16 05:28:19.897 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3290 | 2024-08-16T05:28:20.959Z | [ recovery-image] Aug 16 05:28:19.917 INFO O| Aug 16 05:28:19.917 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3291 | 2024-08-16T05:28:21.054Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3292 | 2024-08-16T05:28:21.090Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3293 | 2024-08-16T05:28:21.122Z | Aug 16 05:28:20.080 INFO [stamp-internal-dns] process exited with exit status: 0 (1.44577881s) |
3294 | 2024-08-16T05:28:21.141Z | Aug 16 05:28:20.099 INFO [stamp-external-dns] process exited with exit status: 0 (1.479351306s) |
3295 | 2024-08-16T05:28:21.216Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3296 | 2024-08-16T05:28:21.221Z | Aug 16 05:28:20.179 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.465156056s) |
3297 | 2024-08-16T05:28:21.237Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
3298 | 2024-08-16T05:28:21.259Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3299 | 2024-08-16T05:28:21.261Z | [ recovery-image] Aug 16 05:28:20.217 INFO O| Aug 16 05:28:20.217 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3300 | 2024-08-16T05:28:21.274Z | [ recovery-image] Aug 16 05:28:20.232 INFO O| Aug 16 05:28:20.232 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3301 | 2024-08-16T05:28:21.388Z | [ host-image] Aug 16 05:28:20.345 INFO O| Aug 16 05:28:20.345 INFO O| Done |
3302 | 2024-08-16T05:28:21.437Z | [ host-image] Aug 16 05:28:20.394 INFO O| Aug 16 05:28:20.394 INFO O| Done |
3303 | 2024-08-16T05:28:21.440Z | [ host-image] Aug 16 05:28:20.395 INFO O| Aug 16 05:28:20.395 INFO O| Done |
3304 | 2024-08-16T05:28:21.440Z | [ host-image] Aug 16 05:28:20.396 INFO O| Aug 16 05:28:20.395 INFO O| Done |
3305 | 2024-08-16T05:28:21.440Z | [ host-image] Aug 16 05:28:20.397 INFO O| Aug 16 05:28:20.397 INFO O| Done |
3306 | 2024-08-16T05:28:21.516Z | [ host-image] Aug 16 05:28:20.473 INFO O| Aug 16 05:28:20.472 INFO STEP 8 (pkg_change_facet) COMPLETE |
3307 | 2024-08-16T05:28:21.516Z | [ host-image] Aug 16 05:28:20.473 INFO O| Aug 16 05:28:20.473 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3308 | 2024-08-16T05:28:21.519Z | [ host-image] Aug 16 05:28:20.473 INFO O| Aug 16 05:28:20.473 INFO skip step because feature "recovery" is not enabled |
3309 | 2024-08-16T05:28:21.519Z | [ host-image] Aug 16 05:28:20.473 INFO O| Aug 16 05:28:20.473 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3310 | 2024-08-16T05:28:21.519Z | [ host-image] Aug 16 05:28:20.473 INFO O| Aug 16 05:28:20.473 INFO skip step because feature "recovery" is not enabled |
3311 | 2024-08-16T05:28:21.519Z | [ host-image] Aug 16 05:28:20.473 INFO O| Aug 16 05:28:20.473 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3312 | 2024-08-16T05:28:21.532Z | [ host-image] Aug 16 05:28:20.488 INFO O| Aug 16 05:28:20.488 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"] |
3313 | 2024-08-16T05:28:21.665Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3314 | 2024-08-16T05:28:21.678Z | Aug 16 05:28:20.636 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.839311188s) |
3315 | 2024-08-16T05:28:21.732Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3316 | 2024-08-16T05:28:21.738Z | Aug 16 05:28:20.696 INFO [stamp-oximeter] process exited with exit status: 0 (2.092726761s) |
3317 | 2024-08-16T05:28:21.780Z | [ recovery-image] Aug 16 05:28:20.738 INFO O| Aug 16 05:28:20.738 INFO O| Caching catalogs ... Done |
3318 | 2024-08-16T05:28:21.905Z | [ recovery-image] Aug 16 05:28:20.863 INFO O| Aug 16 05:28:20.863 INFO STEP 0 (pkg_image_create) COMPLETE |
3319 | 2024-08-16T05:28:21.906Z | [ recovery-image] Aug 16 05:28:20.863 INFO O| Aug 16 05:28:20.863 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3320 | 2024-08-16T05:28:21.906Z | [ recovery-image] Aug 16 05:28:20.863 INFO O| Aug 16 05:28:20.863 INFO skip step because feature "repo_redist" is not enabled |
3321 | 2024-08-16T05:28:21.908Z | [ recovery-image] Aug 16 05:28:20.863 INFO O| Aug 16 05:28:20.863 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3322 | 2024-08-16T05:28:21.920Z | [ recovery-image] Aug 16 05:28:20.876 INFO O| Aug 16 05:28:20.876 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"] |
3323 | 2024-08-16T05:28:22.129Z | [ host-image] Aug 16 05:28:21.086 INFO O| Aug 16 05:28:21.086 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3324 | 2024-08-16T05:28:22.404Z | [ recovery-image] Aug 16 05:28:21.361 INFO O| Aug 16 05:28:21.361 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3325 | 2024-08-16T05:28:22.404Z | [ recovery-image] Aug 16 05:28:21.361 INFO O| Aug 16 05:28:21.361 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3326 | 2024-08-16T05:28:22.420Z | [ recovery-image] Aug 16 05:28:21.376 INFO O| Aug 16 05:28:21.375 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3327 | 2024-08-16T05:28:22.874Z | [ recovery-image] Aug 16 05:28:21.831 INFO O| Aug 16 05:28:21.830 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3328 | 2024-08-16T05:28:22.874Z | [ recovery-image] Aug 16 05:28:21.831 INFO O| Aug 16 05:28:21.831 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3329 | 2024-08-16T05:28:22.874Z | [ recovery-image] Aug 16 05:28:21.831 INFO O| Aug 16 05:28:21.831 INFO skip step because feature "repo_redist" is not enabled |
3330 | 2024-08-16T05:28:22.877Z | [ recovery-image] Aug 16 05:28:21.831 INFO O| Aug 16 05:28:21.831 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3331 | 2024-08-16T05:28:23.265Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3332 | 2024-08-16T05:28:23.270Z | Aug 16 05:28:22.226 INFO [stamp-nexus] process exited with exit status: 0 (3.640227437s) |
3333 | 2024-08-16T05:28:23.332Z | [ recovery-image] Aug 16 05:28:22.289 INFO O| Aug 16 05:28:22.289 INFO variant opensolaris.zone is already global |
3334 | 2024-08-16T05:28:23.333Z | [ recovery-image] Aug 16 05:28:22.289 INFO O| Aug 16 05:28:22.289 INFO STEP 5 (pkg_change_variant) COMPLETE |
3335 | 2024-08-16T05:28:23.335Z | [ recovery-image] Aug 16 05:28:22.289 INFO O| Aug 16 05:28:22.289 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3336 | 2024-08-16T05:28:23.831Z | [ recovery-image] Aug 16 05:28:22.788 INFO O| Aug 16 05:28:22.788 INFO variant opensolaris.imagetype is full; changing to partial |
3337 | 2024-08-16T05:28:23.832Z | [ recovery-image] Aug 16 05:28:22.788 INFO O| Aug 16 05:28:22.788 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3338 | 2024-08-16T05:28:24.731Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3339 | 2024-08-16T05:28:24.735Z | Aug 16 05:28:23.690 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.094725481s) |
3340 | 2024-08-16T05:28:25.474Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3341 | 2024-08-16T05:28:25.478Z | [verify-libraries] Compiling heck v0.4.1 |
3342 | 2024-08-16T05:28:25.478Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3343 | 2024-08-16T05:28:25.478Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3344 | 2024-08-16T05:28:25.479Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3345 | 2024-08-16T05:28:25.479Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3346 | 2024-08-16T05:28:25.479Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3347 | 2024-08-16T05:28:25.479Z | [verify-libraries] Compiling indent_write v2.2.0 |
3348 | 2024-08-16T05:28:26.056Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3349 | 2024-08-16T05:28:26.148Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3350 | 2024-08-16T05:28:26.181Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3351 | 2024-08-16T05:28:26.347Z | [verify-libraries] Compiling termios v0.3.3 |
3352 | 2024-08-16T05:28:26.802Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3353 | 2024-08-16T05:28:27.213Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3354 | 2024-08-16T05:28:30.547Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3355 | 2024-08-16T05:28:30.662Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3356 | 2024-08-16T05:28:30.667Z | Aug 16 05:28:29.608 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.764870437s) |
3357 | 2024-08-16T05:28:30.676Z | Aug 16 05:28:29.628 INFO [stamp-clickhouse] process exited with exit status: 0 (10.797209193s) |
3358 | 2024-08-16T05:28:30.686Z | Aug 16 05:28:29.628 INFO [tuf-stamp] task succeeded (11.052844704s) |
3359 | 2024-08-16T05:28:32.405Z | [ recovery-image] Aug 16 05:28:31.350 INFO O| Aug 16 05:28:31.350 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3360 | 2024-08-16T05:28:37.463Z | [ recovery-image] Aug 16 05:28:36.411 INFO O| Aug 16 05:28:36.411 INFO O| Startup: Caching catalogs ... Done |
3361 | 2024-08-16T05:28:37.550Z | [ recovery-image] Aug 16 05:28:36.498 INFO O| Aug 16 05:28:36.498 INFO O| Planning: Planning completed in 0.00 seconds |
3362 | 2024-08-16T05:28:37.558Z | [ recovery-image] Aug 16 05:28:36.499 INFO O| Aug 16 05:28:36.499 INFO O| Planning: Consolidating action changes ... Done |
3363 | 2024-08-16T05:28:37.558Z | [ recovery-image] Aug 16 05:28:36.499 INFO O| Aug 16 05:28:36.499 INFO O| Planning: Evaluating mediators ... Done |
3364 | 2024-08-16T05:28:37.558Z | [ recovery-image] Aug 16 05:28:36.499 INFO O| Aug 16 05:28:36.499 INFO O| Planning: Planning completed in 0.00 seconds |
3365 | 2024-08-16T05:28:37.558Z | [ recovery-image] Aug 16 05:28:36.500 INFO O| Aug 16 05:28:36.500 INFO O| Variants/Facets to change: 1 |
3366 | 2024-08-16T05:28:37.624Z | [ recovery-image] Aug 16 05:28:36.563 INFO O| Aug 16 05:28:36.562 INFO O| Done |
3367 | 2024-08-16T05:28:37.624Z | [ recovery-image] Aug 16 05:28:36.563 INFO O| Aug 16 05:28:36.562 INFO O| Done |
3368 | 2024-08-16T05:28:38.458Z | [ recovery-image] Aug 16 05:28:37.381 INFO O| Aug 16 05:28:37.381 INFO O| Done |
3369 | 2024-08-16T05:28:38.564Z | [ recovery-image] Aug 16 05:28:37.428 INFO O| Aug 16 05:28:37.428 INFO O| Done |
3370 | 2024-08-16T05:28:38.643Z | [ recovery-image] Aug 16 05:28:37.430 INFO O| Aug 16 05:28:37.430 INFO O| Done |
3371 | 2024-08-16T05:28:38.644Z | [ recovery-image] Aug 16 05:28:37.430 INFO O| Aug 16 05:28:37.430 INFO O| Done |
3372 | 2024-08-16T05:28:38.644Z | [ recovery-image] Aug 16 05:28:37.432 INFO O| Aug 16 05:28:37.432 INFO O| Done |
3373 | 2024-08-16T05:28:39.054Z | [ recovery-image] Aug 16 05:28:37.956 INFO O| Aug 16 05:28:37.956 INFO STEP 6 (pkg_change_variant) COMPLETE |
3374 | 2024-08-16T05:28:39.066Z | [ recovery-image] Aug 16 05:28:37.956 INFO O| Aug 16 05:28:37.956 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3375 | 2024-08-16T05:28:39.066Z | [ recovery-image] Aug 16 05:28:37.956 INFO O| Aug 16 05:28:37.956 INFO skip step because feature "debug_variant" is not enabled |
3376 | 2024-08-16T05:28:39.066Z | [ recovery-image] Aug 16 05:28:37.956 INFO O| Aug 16 05:28:37.956 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3377 | 2024-08-16T05:28:39.711Z | [ recovery-image] Aug 16 05:28:38.616 INFO O| Aug 16 05:28:38.616 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3378 | 2024-08-16T05:28:40.602Z | [ recovery-image] Aug 16 05:28:39.548 INFO O| Aug 16 05:28:39.548 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3379 | 2024-08-16T05:28:40.606Z | [ recovery-image] Aug 16 05:28:39.550 INFO O| Aug 16 05:28:39.550 INFO O| Planning: Planning completed in 0.00 seconds |
3380 | 2024-08-16T05:28:40.606Z | [ recovery-image] Aug 16 05:28:39.551 INFO O| Aug 16 05:28:39.551 INFO O| Planning: Consolidating action changes ... Done |
3381 | 2024-08-16T05:28:40.606Z | [ recovery-image] Aug 16 05:28:39.551 INFO O| Aug 16 05:28:39.551 INFO O| Planning: Evaluating mediators ... Done |
3382 | 2024-08-16T05:28:40.606Z | [ recovery-image] Aug 16 05:28:39.552 INFO O| Aug 16 05:28:39.552 INFO O| Planning: Planning completed in 0.00 seconds |
3383 | 2024-08-16T05:28:40.606Z | [ recovery-image] Aug 16 05:28:39.552 INFO O| Aug 16 05:28:39.552 INFO O| Variants/Facets to change: 1 |
3384 | 2024-08-16T05:28:40.680Z | [ recovery-image] Aug 16 05:28:39.624 INFO O| Aug 16 05:28:39.623 INFO O| Done |
3385 | 2024-08-16T05:28:40.680Z | [ recovery-image] Aug 16 05:28:39.624 INFO O| Aug 16 05:28:39.624 INFO O| Done |
3386 | 2024-08-16T05:28:41.204Z | [ recovery-image] Aug 16 05:28:40.143 INFO O| Aug 16 05:28:40.143 INFO O| Done |
3387 | 2024-08-16T05:28:41.266Z | [ recovery-image] Aug 16 05:28:40.213 INFO O| Aug 16 05:28:40.213 INFO O| Done |
3388 | 2024-08-16T05:28:41.271Z | [ recovery-image] Aug 16 05:28:40.214 INFO O| Aug 16 05:28:40.214 INFO O| Done |
3389 | 2024-08-16T05:28:41.271Z | [ recovery-image] Aug 16 05:28:40.214 INFO O| Aug 16 05:28:40.214 INFO O| Done |
3390 | 2024-08-16T05:28:41.271Z | [ recovery-image] Aug 16 05:28:40.216 INFO O| Aug 16 05:28:40.216 INFO O| Done |
3391 | 2024-08-16T05:28:41.394Z | [ recovery-image] Aug 16 05:28:40.339 INFO O| Aug 16 05:28:40.339 INFO STEP 8 (pkg_change_facet) COMPLETE |
3392 | 2024-08-16T05:28:41.394Z | [ recovery-image] Aug 16 05:28:40.339 INFO O| Aug 16 05:28:40.339 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3393 | 2024-08-16T05:28:42.145Z | [ recovery-image] Aug 16 05:28:41.088 INFO O| Aug 16 05:28:41.088 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3394 | 2024-08-16T05:28:43.595Z | [ recovery-image] Aug 16 05:28:42.540 INFO O| Aug 16 05:28:42.539 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3395 | 2024-08-16T05:28:43.600Z | [ recovery-image] Aug 16 05:28:42.541 INFO O| Aug 16 05:28:42.541 INFO O| Planning: Planning completed in 0.00 seconds |
3396 | 2024-08-16T05:28:43.600Z | [ recovery-image] Aug 16 05:28:42.542 INFO O| Aug 16 05:28:42.542 INFO O| Planning: Consolidating action changes ... Done |
3397 | 2024-08-16T05:28:43.600Z | [ recovery-image] Aug 16 05:28:42.542 INFO O| Aug 16 05:28:42.542 INFO O| Planning: Evaluating mediators ... Done |
3398 | 2024-08-16T05:28:43.600Z | [ recovery-image] Aug 16 05:28:42.543 INFO O| Aug 16 05:28:42.543 INFO O| Planning: Planning completed in 0.00 seconds |
3399 | 2024-08-16T05:28:43.600Z | [ recovery-image] Aug 16 05:28:42.543 INFO O| Aug 16 05:28:42.543 INFO O| Variants/Facets to change: 1 |
3400 | 2024-08-16T05:28:43.666Z | [ recovery-image] Aug 16 05:28:42.612 INFO O| Aug 16 05:28:42.612 INFO O| Done |
3401 | 2024-08-16T05:28:43.667Z | [ recovery-image] Aug 16 05:28:42.612 INFO O| Aug 16 05:28:42.612 INFO O| Done |
3402 | 2024-08-16T05:28:44.196Z | [ recovery-image] Aug 16 05:28:43.140 INFO O| Aug 16 05:28:43.140 INFO O| Done |
3403 | 2024-08-16T05:28:44.280Z | [ recovery-image] Aug 16 05:28:43.221 INFO O| Aug 16 05:28:43.221 INFO O| Done |
3404 | 2024-08-16T05:28:44.291Z | [ recovery-image] Aug 16 05:28:43.222 INFO O| Aug 16 05:28:43.222 INFO O| Done |
3405 | 2024-08-16T05:28:44.291Z | [ recovery-image] Aug 16 05:28:43.222 INFO O| Aug 16 05:28:43.222 INFO O| Done |
3406 | 2024-08-16T05:28:44.291Z | [ recovery-image] Aug 16 05:28:43.224 INFO O| Aug 16 05:28:43.224 INFO O| Done |
3407 | 2024-08-16T05:28:44.388Z | [ recovery-image] Aug 16 05:28:43.333 INFO O| Aug 16 05:28:43.332 INFO STEP 9 (pkg_change_facet) COMPLETE |
3408 | 2024-08-16T05:28:44.388Z | [ recovery-image] Aug 16 05:28:43.333 INFO O| Aug 16 05:28:43.332 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3409 | 2024-08-16T05:28:45.043Z | [ recovery-image] Aug 16 05:28:43.988 INFO O| Aug 16 05:28:43.988 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3410 | 2024-08-16T05:28:46.252Z | [ recovery-image] Aug 16 05:28:45.192 INFO O| Aug 16 05:28:45.192 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3411 | 2024-08-16T05:28:46.261Z | [ recovery-image] Aug 16 05:28:45.194 INFO O| Aug 16 05:28:45.194 INFO O| Planning: Planning completed in 0.00 seconds |
3412 | 2024-08-16T05:28:46.261Z | [ recovery-image] Aug 16 05:28:45.195 INFO O| Aug 16 05:28:45.195 INFO O| Planning: Consolidating action changes ... Done |
3413 | 2024-08-16T05:28:46.261Z | [ recovery-image] Aug 16 05:28:45.195 INFO O| Aug 16 05:28:45.195 INFO O| Planning: Evaluating mediators ... Done |
3414 | 2024-08-16T05:28:46.261Z | [ recovery-image] Aug 16 05:28:45.195 INFO O| Aug 16 05:28:45.195 INFO O| Planning: Planning completed in 0.00 seconds |
3415 | 2024-08-16T05:28:46.261Z | [ recovery-image] Aug 16 05:28:45.196 INFO O| Aug 16 05:28:45.196 INFO O| Variants/Facets to change: 1 |
3416 | 2024-08-16T05:28:46.325Z | [ recovery-image] Aug 16 05:28:45.267 INFO O| Aug 16 05:28:45.267 INFO O| Done |
3417 | 2024-08-16T05:28:46.325Z | [ recovery-image] Aug 16 05:28:45.267 INFO O| Aug 16 05:28:45.267 INFO O| Done |
3418 | 2024-08-16T05:28:46.819Z | [ recovery-image] Aug 16 05:28:45.760 INFO O| Aug 16 05:28:45.760 INFO O| Done |
3419 | 2024-08-16T05:28:46.869Z | [ recovery-image] Aug 16 05:28:45.811 INFO O| Aug 16 05:28:45.811 INFO O| Done |
3420 | 2024-08-16T05:28:46.874Z | [ recovery-image] Aug 16 05:28:45.812 INFO O| Aug 16 05:28:45.812 INFO O| Done |
3421 | 2024-08-16T05:28:46.875Z | [ recovery-image] Aug 16 05:28:45.812 INFO O| Aug 16 05:28:45.812 INFO O| Done |
3422 | 2024-08-16T05:28:46.892Z | [ recovery-image] Aug 16 05:28:45.835 INFO O| Aug 16 05:28:45.835 INFO O| Done |
3423 | 2024-08-16T05:28:47.087Z | [ recovery-image] Aug 16 05:28:46.030 INFO O| Aug 16 05:28:46.029 INFO STEP 10 (pkg_change_facet) COMPLETE |
3424 | 2024-08-16T05:28:47.087Z | [ recovery-image] Aug 16 05:28:46.030 INFO O| Aug 16 05:28:46.030 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3425 | 2024-08-16T05:28:47.109Z | [ recovery-image] Aug 16 05:28:46.052 INFO O| Aug 16 05:28:46.052 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"] |
3426 | 2024-08-16T05:28:48.191Z | [ recovery-image] Aug 16 05:28:47.133 INFO O| Aug 16 05:28:47.133 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3427 | 2024-08-16T05:28:51.622Z | [ host-image] Aug 16 05:28:50.560 INFO O| Aug 16 05:28:50.560 INFO O| Planning: Solver setup ... Done |
3428 | 2024-08-16T05:28:55.809Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3429 | 2024-08-16T05:28:58.177Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3430 | 2024-08-16T05:29:14.956Z | [ host-image] Aug 16 05:29:13.886 INFO O| Aug 16 05:29:13.886 INFO O| Planning: Running solver ... Done |
3431 | 2024-08-16T05:29:15.280Z | [ host-image] Aug 16 05:29:14.208 INFO O| Aug 16 05:29:14.208 INFO O| Planning: Finding local manifests ... Done |
3432 | 2024-08-16T05:29:15.298Z | [ host-image] Aug 16 05:29:14.226 INFO O| Aug 16 05:29:14.226 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3433 | 2024-08-16T05:29:17.857Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3434 | 2024-08-16T05:29:19.483Z | [ recovery-image] Aug 16 05:29:18.401 INFO O| Aug 16 05:29:18.401 INFO O| Planning: Solver setup ... Done |
3435 | 2024-08-16T05:29:19.793Z | [ host-image] Aug 16 05:29:18.716 INFO O| Aug 16 05:29:18.716 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3436 | 2024-08-16T05:29:21.076Z | [ host-image] Aug 16 05:29:19.970 INFO O| Aug 16 05:29:19.970 INFO O| Planning: Package planning ... Done |
3437 | 2024-08-16T05:29:22.742Z | [ host-image] Aug 16 05:29:21.667 INFO O| Aug 16 05:29:21.667 INFO O| Planning: Merging actions ... Done |
3438 | 2024-08-16T05:29:23.063Z | [ host-image] Aug 16 05:29:21.988 INFO O| Aug 16 05:29:21.988 INFO O| Planning: Checking for conflicting actions ... Done |
3439 | 2024-08-16T05:29:23.422Z | [ host-image] Aug 16 05:29:22.347 INFO O| Aug 16 05:29:22.347 INFO O| Planning: Consolidating action changes ... Done |
3440 | 2024-08-16T05:29:23.983Z | [ host-image] Aug 16 05:29:22.907 INFO O| Aug 16 05:29:22.907 INFO O| Planning: Evaluating mediators ... Done |
3441 | 2024-08-16T05:29:30.120Z | [ host-image] Aug 16 05:29:29.041 INFO O| Aug 16 05:29:29.040 INFO O| Planning: Planning completed in 67.95 seconds |
3442 | 2024-08-16T05:29:30.126Z | [ host-image] Aug 16 05:29:29.047 INFO O| Aug 16 05:29:29.047 INFO O| Packages to install: 124 |
3443 | 2024-08-16T05:29:30.129Z | [ host-image] Aug 16 05:29:29.047 INFO O| Aug 16 05:29:29.047 INFO O| Mediators to change: 4 |
3444 | 2024-08-16T05:29:30.129Z | [ host-image] Aug 16 05:29:29.047 INFO O| Aug 16 05:29:29.047 INFO O| Services to change: 6 |
3445 | 2024-08-16T05:29:30.272Z | [ host-image] Aug 16 05:29:29.191 INFO O| Aug 16 05:29:29.191 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete |
3446 | 2024-08-16T05:29:33.533Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3447 | 2024-08-16T05:29:35.514Z | [ host-image] Aug 16 05:29:34.432 INFO O| Aug 16 05:29:34.432 INFO O| Download: 1023/22727 items 6.1/196.4MB 3% complete (1.4M/s) |
3448 | 2024-08-16T05:29:38.240Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3449 | 2024-08-16T05:29:40.689Z | [ host-image] Aug 16 05:29:39.605 INFO O| Aug 16 05:29:39.604 INFO O| Download: 1618/22727 items 9.6/196.4MB 4% complete (1001k/s) |
3450 | 2024-08-16T05:29:41.378Z | [ recovery-image] Aug 16 05:29:40.293 INFO O| Aug 16 05:29:40.293 INFO O| Planning: Running solver ... Done |
3451 | 2024-08-16T05:29:41.637Z | [ recovery-image] Aug 16 05:29:40.552 INFO O| Aug 16 05:29:40.552 INFO O| Planning: Finding local manifests ... Done |
3452 | 2024-08-16T05:29:41.665Z | [ recovery-image] Aug 16 05:29:40.579 INFO O| Aug 16 05:29:40.579 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3453 | 2024-08-16T05:29:45.692Z | [ host-image] Aug 16 05:29:44.605 INFO O| Aug 16 05:29:44.605 INFO O| Download: 1886/22727 items 19.4/196.4MB 9% complete (1.3M/s) |
3454 | 2024-08-16T05:29:47.150Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3455 | 2024-08-16T05:29:48.250Z | [ recovery-image] Aug 16 05:29:47.157 INFO O| Aug 16 05:29:47.157 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3456 | 2024-08-16T05:29:49.320Z | [ recovery-image] Aug 16 05:29:48.231 INFO O| Aug 16 05:29:48.231 INFO O| Planning: Package planning ... Done |
3457 | 2024-08-16T05:29:50.035Z | [ recovery-image] Aug 16 05:29:48.941 INFO O| Aug 16 05:29:48.941 INFO O| Planning: Merging actions ... Done |
3458 | 2024-08-16T05:29:50.210Z | [ recovery-image] Aug 16 05:29:49.120 INFO O| Aug 16 05:29:49.120 INFO O| Planning: Checking for conflicting actions ... Done |
3459 | 2024-08-16T05:29:50.356Z | [ recovery-image] Aug 16 05:29:49.266 INFO O| Aug 16 05:29:49.266 INFO O| Planning: Consolidating action changes ... Done |
3460 | 2024-08-16T05:29:50.714Z | [ recovery-image] Aug 16 05:29:49.624 INFO O| Aug 16 05:29:49.624 INFO O| Planning: Evaluating mediators ... Done |
3461 | 2024-08-16T05:29:50.719Z | [ host-image] Aug 16 05:29:49.629 INFO O| Aug 16 05:29:49.629 INFO O| Download: 2443/22727 items 28.0/196.4MB 14% complete (1.9M/s) |
3462 | 2024-08-16T05:29:55.731Z | [ host-image] Aug 16 05:29:54.638 INFO O| Aug 16 05:29:54.638 INFO O| Download: 3318/22727 items 34.1/196.4MB 17% complete (1.6M/s) |
3463 | 2024-08-16T05:29:56.869Z | [ recovery-image] Aug 16 05:29:55.775 INFO O| Aug 16 05:29:55.775 INFO O| Planning: Planning completed in 68.64 seconds |
3464 | 2024-08-16T05:29:56.876Z | [ recovery-image] Aug 16 05:29:55.783 INFO O| Aug 16 05:29:55.782 INFO O| Packages to install: 124 |
3465 | 2024-08-16T05:29:56.876Z | [ recovery-image] Aug 16 05:29:55.783 INFO O| Aug 16 05:29:55.783 INFO O| Mediators to change: 4 |
3466 | 2024-08-16T05:29:56.879Z | [ recovery-image] Aug 16 05:29:55.783 INFO O| Aug 16 05:29:55.783 INFO O| Services to change: 5 |
3467 | 2024-08-16T05:29:56.961Z | [ recovery-image] Aug 16 05:29:55.866 INFO O| Aug 16 05:29:55.866 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3468 | 2024-08-16T05:30:00.741Z | [ host-image] Aug 16 05:29:59.645 INFO O| Aug 16 05:29:59.645 INFO O| Download: 3609/22727 items 37.3/196.4MB 18% complete (927k/s) |
3469 | 2024-08-16T05:30:01.978Z | [ recovery-image] Aug 16 05:30:00.882 INFO O| Aug 16 05:30:00.882 INFO O| Download: 695/15831 items 5.5/173.2MB 3% complete (1.1M/s) |
3470 | 2024-08-16T05:30:03.833Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3471 | 2024-08-16T05:30:07.348Z | [ host-image] Aug 16 05:30:04.656 INFO O| Aug 16 05:30:04.656 INFO O| Download: 4376/22727 items 41.1/196.4MB 20% complete (706k/s) |
3472 | 2024-08-16T05:30:07.438Z | [ recovery-image] Aug 16 05:30:05.882 INFO O| Aug 16 05:30:05.882 INFO O| Download: 1101/15831 items 9.3/173.2MB 5% complete (1008k/s) |
3473 | 2024-08-16T05:30:07.866Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3474 | 2024-08-16T05:30:08.479Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3475 | 2024-08-16T05:30:11.007Z | [ host-image] Aug 16 05:30:09.904 INFO O| Aug 16 05:30:09.904 INFO O| Download: 4629/22727 items 42.9/196.4MB 21% complete (730k/s) |
3476 | 2024-08-16T05:30:12.093Z | [ recovery-image] Aug 16 05:30:10.980 INFO O| Aug 16 05:30:10.979 INFO O| Download: 1293/15831 items 18.6/173.2MB 10% complete (1.3M/s) |
3477 | 2024-08-16T05:30:16.075Z | [ host-image] Aug 16 05:30:14.971 INFO O| Aug 16 05:30:14.971 INFO O| Download: 4639/22727 items 42.9/196.4MB 21% complete (255k/s) |
3478 | 2024-08-16T05:30:21.982Z | [ host-image] Aug 16 05:30:20.867 INFO O| Aug 16 05:30:20.867 INFO O| Download: 4704/22727 items 44.7/196.4MB 22% complete (176k/s) |
3479 | 2024-08-16T05:30:23.169Z | [ recovery-image] Aug 16 05:30:22.059 INFO O| Aug 16 05:30:22.059 INFO O| Download: 1316/15831 items 20.1/173.2MB 11% complete (1.2M/s) |
3480 | 2024-08-16T05:30:26.998Z | [ host-image] Aug 16 05:30:25.878 INFO O| Aug 16 05:30:25.877 INFO O| Download: 4820/22727 items 45.5/196.4MB 23% complete (277k/s) |
3481 | 2024-08-16T05:30:31.998Z | [ host-image] Aug 16 05:30:30.886 INFO O| Aug 16 05:30:30.886 INFO O| Download: 5521/22727 items 46.1/196.4MB 23% complete (140k/s) |
3482 | 2024-08-16T05:30:37.015Z | [ host-image] Aug 16 05:30:35.900 INFO O| Aug 16 05:30:35.900 INFO O| Download: 5877/22727 items 46.3/196.4MB 23% complete (93.3k/s) |
3483 | 2024-08-16T05:30:38.483Z | [ recovery-image] Aug 16 05:30:37.365 INFO O| Aug 16 05:30:37.365 INFO O| Download: 1322/15831 items 20.2/173.2MB 11% complete |
3484 | 2024-08-16T05:30:42.077Z | [ host-image] Aug 16 05:30:40.958 INFO O| Aug 16 05:30:40.958 INFO O| Download: 6460/22727 items 46.6/196.4MB 23% complete (56.6k/s) |
3485 | 2024-08-16T05:30:46.390Z | [ recovery-image] Aug 16 05:30:45.271 INFO O| Aug 16 05:30:45.271 INFO O| Download: 1465/15831 items 21.5/173.2MB 12% complete (536k/s) |
3486 | 2024-08-16T05:30:47.103Z | [ host-image] Aug 16 05:30:45.983 INFO O| Aug 16 05:30:45.983 INFO O| Download: 6714/22727 items 46.8/196.4MB 23% complete (56.0k/s) |
3487 | 2024-08-16T05:30:56.751Z | [ host-image] Aug 16 05:30:55.626 INFO O| Aug 16 05:30:55.626 INFO O| Download: 6757/22727 items 47.8/196.4MB 24% complete (113k/s) |
3488 | 2024-08-16T05:31:06.185Z | [ host-image] Aug 16 05:31:05.055 INFO O| Aug 16 05:31:05.055 INFO O| Download: 6758/22727 items 47.8/196.4MB 24% complete |
3489 | 2024-08-16T05:31:06.207Z | [ recovery-image] Aug 16 05:31:05.077 INFO O| Aug 16 05:31:05.077 INFO O| Download: 1467/15831 items 21.5/173.2MB 12% complete |
3490 | 2024-08-16T05:31:12.143Z | [ host-image] Aug 16 05:31:11.010 INFO O| Aug 16 05:31:11.010 INFO O| Download: 6759/22727 items 47.8/196.4MB 24% complete |
3491 | 2024-08-16T05:31:12.678Z | [ recovery-image] Aug 16 05:31:11.544 INFO O| Aug 16 05:31:11.544 INFO O| Download: 1503/15831 items 21.9/173.2MB 12% complete (150k/s) |
3492 | 2024-08-16T05:31:18.773Z | [ host-image] Aug 16 05:31:17.636 INFO O| Aug 16 05:31:17.636 INFO O| Download: 6766/22727 items 48.0/196.4MB 24% complete (3.8k/s) |
3493 | 2024-08-16T05:31:19.488Z | [ recovery-image] Aug 16 05:31:18.351 INFO O| Aug 16 05:31:18.351 INFO O| Download: 1506/15831 items 21.9/173.2MB 12% complete |
3494 | 2024-08-16T05:31:24.493Z | [ recovery-image] Aug 16 05:31:23.353 INFO O| Aug 16 05:31:23.353 INFO O| Download: 1836/15831 items 28.2/173.2MB 16% complete (1.3M/s) |
3495 | 2024-08-16T05:31:25.580Z | [ host-image] Aug 16 05:31:24.440 INFO O| Aug 16 05:31:24.440 INFO O| Download: 6767/22727 items 48.0/196.4MB 24% complete |
3496 | 2024-08-16T05:31:29.498Z | [ recovery-image] Aug 16 05:31:28.355 INFO O| Aug 16 05:31:28.355 INFO O| Download: 2586/15831 items 32.7/173.2MB 18% complete (1.1M/s) |
3497 | 2024-08-16T05:31:31.345Z | [ host-image] Aug 16 05:31:30.201 INFO O| Aug 16 05:31:30.201 INFO O| Download: 6991/22727 items 50.6/196.4MB 25% complete (534k/s) |
3498 | 2024-08-16T05:31:34.563Z | [ recovery-image] Aug 16 05:31:33.417 INFO O| Aug 16 05:31:33.417 INFO O| Download: 2705/15831 items 33.0/173.2MB 19% complete (497k/s) |
3499 | 2024-08-16T05:31:37.576Z | [ host-image] Aug 16 05:31:36.429 INFO O| Aug 16 05:31:36.429 INFO O| Download: 7951/22727 items 59.6/196.4MB 30% complete (1.1M/s) |
3500 | 2024-08-16T05:31:39.569Z | [ recovery-image] Aug 16 05:31:38.421 INFO O| Aug 16 05:31:38.421 INFO O| Download: 3378/15831 items 38.0/173.2MB 21% complete (586k/s) |
3501 | 2024-08-16T05:31:42.830Z | [ host-image] Aug 16 05:31:41.680 INFO O| Aug 16 05:31:41.680 INFO O| Download: 8234/22727 items 63.4/196.4MB 32% complete (796k/s) |
3502 | 2024-08-16T05:31:45.151Z | [ recovery-image] Aug 16 05:31:43.999 INFO O| Aug 16 05:31:43.999 INFO O| Download: 3628/15831 items 39.5/173.2MB 22% complete (671k/s) |
3503 | 2024-08-16T05:31:49.270Z | [ host-image] Aug 16 05:31:48.117 INFO O| Aug 16 05:31:48.117 INFO O| Download: 8259/22727 items 65.2/196.4MB 33% complete (577k/s) |
3504 | 2024-08-16T05:31:50.294Z | [ recovery-image] Aug 16 05:31:49.140 INFO O| Aug 16 05:31:49.140 INFO O| Download: 3633/15831 items 39.5/173.2MB 22% complete (632k/s) |
3505 | 2024-08-16T05:31:54.717Z | [ host-image] Aug 16 05:31:53.555 INFO O| Aug 16 05:31:53.555 INFO O| Download: 8348/22727 items 69.0/196.4MB 35% complete (510k/s) |
3506 | 2024-08-16T05:31:56.876Z | [ recovery-image] Aug 16 05:31:55.719 INFO O| Aug 16 05:31:55.719 INFO O| Download: 3751/15831 items 41.9/173.2MB 24% complete (192k/s) |
3507 | 2024-08-16T05:31:59.765Z | [ host-image] Aug 16 05:31:58.591 INFO O| Aug 16 05:31:58.591 INFO O| Download: 8946/22727 items 71.9/196.4MB 36% complete (818k/s) |
3508 | 2024-08-16T05:32:01.882Z | [ recovery-image] Aug 16 05:32:00.722 INFO O| Aug 16 05:32:00.722 INFO O| Download: 4320/15831 items 42.7/173.2MB 24% complete (283k/s) |
3509 | 2024-08-16T05:32:05.133Z | [ host-image] Aug 16 05:32:03.972 INFO O| Aug 16 05:32:03.972 INFO O| Download: 9382/22727 items 81.5/196.4MB 41% complete (1.4M/s) |
3510 | 2024-08-16T05:32:06.905Z | [ recovery-image] Aug 16 05:32:05.739 INFO O| Aug 16 05:32:05.739 INFO O| Download: 4898/15831 items 43.0/173.2MB 24% complete (120k/s) |
3511 | 2024-08-16T05:32:10.143Z | [ host-image] Aug 16 05:32:08.979 INFO O| Aug 16 05:32:08.979 INFO O| Download: 9886/22727 items 83.6/196.4MB 42% complete (1.1M/s) |
3512 | 2024-08-16T05:32:11.906Z | [ recovery-image] Aug 16 05:32:10.740 INFO O| Aug 16 05:32:10.740 INFO O| Download: 5597/15831 items 43.4/173.2MB 25% complete (74.0k/s) |
3513 | 2024-08-16T05:32:15.161Z | [ host-image] Aug 16 05:32:13.995 INFO O| Aug 16 05:32:13.994 INFO O| Download: 10561/22727 items 88.8/196.4MB 45% complete (760k/s) |
3514 | 2024-08-16T05:32:17.209Z | [ recovery-image] Aug 16 05:32:16.041 INFO O| Aug 16 05:32:16.041 INFO O| Download: 5716/15831 items 46.2/173.2MB 26% complete (279k/s) |
3515 | 2024-08-16T05:32:20.164Z | [ host-image] Aug 16 05:32:18.995 INFO O| Aug 16 05:32:18.995 INFO O| Download: 10842/22727 items 89.9/196.4MB 45% complete (713k/s) |
3516 | 2024-08-16T05:32:22.226Z | [ recovery-image] Aug 16 05:32:21.056 INFO O| Aug 16 05:32:21.056 INFO O| Download: 5880/15831 items 52.5/173.2MB 30% complete (877k/s) |
3517 | 2024-08-16T05:32:26.190Z | [ host-image] Aug 16 05:32:25.017 INFO O| Aug 16 05:32:25.017 INFO O| Download: 11202/22727 items 93.9/196.4MB 47% complete (587k/s) |
3518 | 2024-08-16T05:32:27.390Z | [ recovery-image] Aug 16 05:32:26.217 INFO O| Aug 16 05:32:26.217 INFO O| Download: 5949/15831 items 53.7/173.2MB 31% complete (901k/s) |
3519 | 2024-08-16T05:32:31.221Z | [ host-image] Aug 16 05:32:30.043 INFO O| Aug 16 05:32:30.043 INFO O| Download: 11307/22727 items 95.9/196.4MB 48% complete (487k/s) |
3520 | 2024-08-16T05:32:34.758Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 10s |
3521 | 2024-08-16T05:32:35.018Z | Aug 16 05:32:33.841 INFO [verify-libraries] process exited with exit status: 0 (255.403684357s) |
3522 | 2024-08-16T05:32:35.594Z | [ recovery-image] Aug 16 05:32:34.417 INFO O| Aug 16 05:32:34.417 INFO O| Download: 6011/15831 items 54.1/173.2MB 31% complete (790k/s) |
3523 | 2024-08-16T05:32:36.228Z | [ host-image] Aug 16 05:32:35.050 INFO O| Aug 16 05:32:35.050 INFO O| Download: 11610/22727 items 96.2/196.4MB 49% complete (247k/s) |
3524 | 2024-08-16T05:32:41.236Z | [ host-image] Aug 16 05:32:40.056 INFO O| Aug 16 05:32:40.055 INFO O| Download: 11961/22727 items 98.0/196.4MB 49% complete (231k/s) |
3525 | 2024-08-16T05:32:42.838Z | [ recovery-image] Aug 16 05:32:41.330 INFO O| Aug 16 05:32:41.329 INFO O| Download: 6095/15831 items 56.3/173.2MB 32% complete (205k/s) |
3526 | 2024-08-16T05:32:46.421Z | [ host-image] Aug 16 05:32:45.237 INFO O| Aug 16 05:32:45.237 INFO O| Download: 12093/22727 items 101.0/196.4MB 51% complete (481k/s) |
3527 | 2024-08-16T05:32:49.328Z | [ recovery-image] Aug 16 05:32:48.143 INFO O| Aug 16 05:32:48.143 INFO O| Download: 6098/15831 items 56.4/173.2MB 32% complete (222k/s) |
3528 | 2024-08-16T05:32:51.985Z | [ host-image] Aug 16 05:32:50.797 INFO O| Aug 16 05:32:50.797 INFO O| Download: 12104/22727 items 101.0/196.4MB 51% complete (478k/s) |
3529 | 2024-08-16T05:32:57.031Z | [ host-image] Aug 16 05:32:55.840 INFO O| Aug 16 05:32:55.840 INFO O| Download: 12271/22727 items 109.4/196.4MB 55% complete (894k/s) |
3530 | 2024-08-16T05:33:02.041Z | [ host-image] Aug 16 05:33:00.849 INFO O| Aug 16 05:33:00.849 INFO O| Download: 12887/22727 items 109.7/196.4MB 55% complete (921k/s) |
3531 | 2024-08-16T05:33:02.952Z | [ recovery-image] Aug 16 05:33:01.760 INFO O| Aug 16 05:33:01.760 INFO O| Download: 6099/15831 items 56.6/173.2MB 32% complete |
3532 | 2024-08-16T05:33:07.460Z | [ host-image] Aug 16 05:33:06.265 INFO O| Aug 16 05:33:06.265 INFO O| Download: 13089/22727 items 109.8/196.4MB 55% complete (61.5k/s) |
3533 | 2024-08-16T05:33:09.035Z | [ recovery-image] Aug 16 05:33:07.840 INFO O| Aug 16 05:33:07.840 INFO O| Download: 6120/15831 items 58.8/173.2MB 33% complete (1.1M/s) |
3534 | 2024-08-16T05:33:14.050Z | [ recovery-image] Aug 16 05:33:12.852 INFO O| Aug 16 05:33:12.852 INFO O| Download: 6804/15831 items 65.3/173.2MB 37% complete (787k/s) |
3535 | 2024-08-16T05:33:14.273Z | [ host-image] Aug 16 05:33:13.075 INFO O| Aug 16 05:33:13.075 INFO O| Download: 13306/22727 items 109.9/196.4MB 55% complete (39.7k/s) |
3536 | 2024-08-16T05:33:19.703Z | [ recovery-image] Aug 16 05:33:18.502 INFO O| Aug 16 05:33:18.502 INFO O| Download: 7202/15831 items 73.2/173.2MB 42% complete (1.5M/s) |
3537 | 2024-08-16T05:33:25.260Z | [ recovery-image] Aug 16 05:33:24.056 INFO O| Aug 16 05:33:24.056 INFO O| Download: 7205/15831 items 73.2/173.2MB 42% complete (1.5M/s) |
3538 | 2024-08-16T05:33:26.479Z | [ host-image] Aug 16 05:33:25.274 INFO O| Aug 16 05:33:25.274 INFO O| Download: 13309/22727 items 109.9/196.4MB 55% complete |
3539 | 2024-08-16T05:33:30.936Z | [ recovery-image] Aug 16 05:33:29.729 INFO O| Aug 16 05:33:29.729 INFO O| Download: 7620/15831 items 73.6/173.2MB 42% complete (44.1k/s) |
3540 | 2024-08-16T05:33:31.843Z | [ host-image] Aug 16 05:33:30.634 INFO O| Aug 16 05:33:30.634 INFO O| Download: 13890/22727 items 110.2/196.4MB 56% complete (71.7k/s) |
3541 | 2024-08-16T05:33:36.857Z | [ host-image] Aug 16 05:33:35.646 INFO O| Aug 16 05:33:35.645 INFO O| Download: 14067/22727 items 110.3/196.4MB 56% complete (36.0k/s) |
3542 | 2024-08-16T05:33:52.776Z | [ recovery-image] Aug 16 05:33:51.556 INFO O| Aug 16 05:33:51.556 INFO O| Download: 7623/15831 items 73.6/173.2MB 42% complete |
3543 | 2024-08-16T05:33:59.268Z | [ recovery-image] Aug 16 05:33:58.046 INFO O| Aug 16 05:33:58.046 INFO O| Download: 7639/15831 items 73.7/173.2MB 42% complete (59.4k/s) |
3544 | 2024-08-16T05:34:02.666Z | [ host-image] Aug 16 05:34:01.442 INFO O| Aug 16 05:34:01.442 INFO O| Download: 14259/22727 items 110.6/196.4MB 56% complete |
3545 | 2024-08-16T05:34:04.271Z | [ recovery-image] Aug 16 05:34:03.046 INFO O| Aug 16 05:34:03.046 INFO O| Download: 7960/15831 items 78.2/173.2MB 45% complete (805k/s) |
3546 | 2024-08-16T05:34:07.720Z | [ host-image] Aug 16 05:34:06.494 INFO O| Aug 16 05:34:06.493 INFO O| Download: 14452/22727 items 112.2/196.4MB 57% complete (295k/s) |
3547 | 2024-08-16T05:34:09.670Z | [ recovery-image] Aug 16 05:34:08.443 INFO O| Aug 16 05:34:08.442 INFO O| Download: 8670/15831 items 83.0/173.2MB 47% complete (926k/s) |
3548 | 2024-08-16T05:34:12.724Z | [ host-image] Aug 16 05:34:11.494 INFO O| Aug 16 05:34:11.494 INFO O| Download: 15287/22727 items 122.6/196.4MB 62% complete (1.3M/s) |
3549 | 2024-08-16T05:34:15.420Z | [ recovery-image] Aug 16 05:34:14.188 INFO O| Aug 16 05:34:14.188 INFO O| Download: 8813/15831 items 91.7/173.2MB 52% complete (1.3M/s) |
3550 | 2024-08-16T05:34:18.351Z | [ host-image] Aug 16 05:34:17.119 INFO O| Aug 16 05:34:17.118 INFO O| Download: 15545/22727 items 123.2/196.4MB 62% complete (1.6M/s) |
3551 | 2024-08-16T05:34:20.519Z | [ recovery-image] Aug 16 05:34:19.282 INFO O| Aug 16 05:34:19.282 INFO O| Download: 8846/15831 items 91.9/173.2MB 53% complete (940k/s) |
3552 | 2024-08-16T05:34:23.354Z | [ host-image] Aug 16 05:34:22.119 INFO O| Aug 16 05:34:22.119 INFO O| Download: 15903/22727 items 130.2/196.4MB 66% complete (746k/s) |
3553 | 2024-08-16T05:34:25.522Z | [ recovery-image] Aug 16 05:34:24.286 INFO O| Aug 16 05:34:24.286 INFO O| Download: 9254/15831 items 92.7/173.2MB 53% complete (114k/s) |
3554 | 2024-08-16T05:34:29.183Z | [ host-image] Aug 16 05:34:27.945 INFO O| Aug 16 05:34:27.945 INFO O| Download: 16869/22727 items 141.2/196.4MB 71% complete (2.0M/s) |
3555 | 2024-08-16T05:34:33.445Z | [ recovery-image] Aug 16 05:34:32.205 INFO O| Aug 16 05:34:32.204 INFO O| Download: 9954/15831 items 93.1/173.2MB 53% complete (131k/s) |
3556 | 2024-08-16T05:34:34.186Z | [ host-image] Aug 16 05:34:32.945 INFO O| Aug 16 05:34:32.945 INFO O| Download: 17327/22727 items 142.1/196.4MB 72% complete (1001k/s) |
3557 | 2024-08-16T05:34:40.004Z | [ recovery-image] Aug 16 05:34:38.760 INFO O| Aug 16 05:34:38.760 INFO O| Download: 10537/15831 items 93.4/173.2MB 53% complete (62.8k/s) |
3558 | 2024-08-16T05:34:40.007Z | [ host-image] Aug 16 05:34:38.763 INFO O| Aug 16 05:34:38.763 INFO O| Download: 17855/22727 items 150.0/196.4MB 76% complete (896k/s) |
3559 | 2024-08-16T05:34:45.320Z | [ recovery-image] Aug 16 05:34:44.073 INFO O| Aug 16 05:34:44.073 INFO O| Download: 11038/15831 items 95.2/173.2MB 54% complete (166k/s) |
3560 | 2024-08-16T05:34:48.072Z | [ host-image] Aug 16 05:34:46.822 INFO O| Aug 16 05:34:46.822 INFO O| Download: 17857/22727 items 150.0/196.4MB 76% complete (880k/s) |
3561 | 2024-08-16T05:34:50.859Z | [ recovery-image] Aug 16 05:34:49.609 INFO O| Aug 16 05:34:49.609 INFO O| Download: 11507/15831 items 111.2/173.2MB 64% complete (1.8M/s) |
3562 | 2024-08-16T05:34:53.234Z | [ host-image] Aug 16 05:34:51.983 INFO O| Aug 16 05:34:51.983 INFO O| Download: 18130/22727 items 160.3/196.4MB 81% complete (2.1M/s) |
3563 | 2024-08-16T05:34:58.246Z | [ host-image] Aug 16 05:34:56.992 INFO O| Aug 16 05:34:56.992 INFO O| Download: 18578/22727 items 161.7/196.4MB 82% complete (1.2M/s) |
3564 | 2024-08-16T05:35:03.518Z | [ host-image] Aug 16 05:35:02.262 INFO O| Aug 16 05:35:02.262 INFO O| Download: 18929/22727 items 163.5/196.4MB 83% complete (418k/s) |
3565 | 2024-08-16T05:35:09.637Z | [ host-image] Aug 16 05:35:08.377 INFO O| Aug 16 05:35:08.377 INFO O| Download: 18935/22727 items 163.5/196.4MB 83% complete (379k/s) |
3566 | 2024-08-16T05:35:14.651Z | [ host-image] Aug 16 05:35:13.389 INFO O| Aug 16 05:35:13.389 INFO O| Download: 19037/22727 items 163.8/196.4MB 83% complete (31.8k/s) |
3567 | 2024-08-16T05:35:19.093Z | [ recovery-image] Aug 16 05:35:17.829 INFO O| Aug 16 05:35:17.829 INFO O| Download: 11918/15831 items 128.2/173.2MB 74% complete |
3568 | 2024-08-16T05:35:20.117Z | [ host-image] Aug 16 05:35:18.852 INFO O| Aug 16 05:35:18.852 INFO O| Download: 19963/22727 items 167.3/196.4MB 85% complete (446k/s) |
3569 | 2024-08-16T05:35:24.098Z | [ recovery-image] Aug 16 05:35:22.830 INFO O| Aug 16 05:35:22.830 INFO O| Download: 12324/15831 items 138.8/173.2MB 80% complete (2.1M/s) |
3570 | 2024-08-16T05:35:27.373Z | [ host-image] Aug 16 05:35:26.102 INFO O| Aug 16 05:35:26.102 INFO O| Download: 19966/22727 items 167.3/196.4MB 85% complete (437k/s) |
3571 | 2024-08-16T05:35:29.101Z | [ recovery-image] Aug 16 05:35:27.831 INFO O| Aug 16 05:35:27.831 INFO O| Download: 13393/15831 items 143.1/173.2MB 82% complete (1.5M/s) |
3572 | 2024-08-16T05:35:32.430Z | [ host-image] Aug 16 05:35:31.158 INFO O| Aug 16 05:35:31.158 INFO O| Download: 20606/22727 items 169.4/196.4MB 86% complete (468k/s) |
3573 | 2024-08-16T05:35:38.239Z | [ host-image] Aug 16 05:35:36.964 INFO O| Aug 16 05:35:36.964 INFO O| Download: 20892/22727 items 175.5/196.4MB 89% complete (1023k/s) |
3574 | 2024-08-16T05:35:43.243Z | [ host-image] Aug 16 05:35:41.965 INFO O| Aug 16 05:35:41.965 INFO O| Download: 21437/22727 items 177.3/196.4MB 90% complete (702k/s) |
3575 | 2024-08-16T05:35:48.504Z | [ host-image] Aug 16 05:35:47.223 INFO O| Aug 16 05:35:47.223 INFO O| Download: 21900/22727 items 188.4/196.4MB 95% complete (1.4M/s) |
3576 | 2024-08-16T05:35:53.650Z | [ host-image] Aug 16 05:35:52.367 INFO O| Aug 16 05:35:52.367 INFO O| Download: 21906/22727 items 188.4/196.4MB 95% complete (1.4M/s) |
3577 | 2024-08-16T05:35:54.178Z | [ recovery-image] Aug 16 05:35:52.894 INFO O| Aug 16 05:35:52.894 INFO O| Download: 14028/15831 items 145.4/173.2MB 83% complete |
3578 | 2024-08-16T05:36:00.580Z | [ host-image] Aug 16 05:35:59.293 INFO O| Aug 16 05:35:59.293 INFO O| Download: 21943/22727 items 188.8/196.4MB 96% complete (806k/s) |
3579 | 2024-08-16T05:36:00.753Z | [ recovery-image] Aug 16 05:35:59.466 INFO O| Aug 16 05:35:59.466 INFO O| Download: 14655/15831 items 147.6/173.2MB 85% complete (522k/s) |
3580 | 2024-08-16T05:36:06.150Z | [ recovery-image] Aug 16 05:36:04.860 INFO O| Aug 16 05:36:04.860 INFO O| Download: 14749/15831 items 153.3/173.2MB 88% complete (760k/s) |
3581 | 2024-08-16T05:36:07.369Z | [ host-image] Aug 16 05:36:06.079 INFO O| Aug 16 05:36:06.079 INFO O| Download: 21944/22727 items 188.8/196.4MB 96% complete |
3582 | 2024-08-16T05:36:11.265Z | [ recovery-image] Aug 16 05:36:09.973 INFO O| Aug 16 05:36:09.973 INFO O| Download: 14753/15831 items 153.3/173.2MB 88% complete (749k/s) |
3583 | 2024-08-16T05:36:13.814Z | [ host-image] Aug 16 05:36:12.520 INFO O| Aug 16 05:36:12.520 INFO O| Download: 21980/22727 items 189.1/196.4MB 96% complete (158k/s) |
3584 | 2024-08-16T05:36:16.306Z | [ recovery-image] Aug 16 05:36:15.011 INFO O| Aug 16 05:36:15.010 INFO O| Download: 15493/15831 items 165.7/173.2MB 95% complete (1.2M/s) |
3585 | 2024-08-16T05:36:20.646Z | [ host-image] Aug 16 05:36:19.348 INFO O| Aug 16 05:36:19.348 INFO O| Download: 21984/22727 items 189.3/196.4MB 96% complete (134k/s) |
3586 | 2024-08-16T05:36:22.090Z | [ recovery-image] Aug 16 05:36:20.791 INFO O| Aug 16 05:36:20.791 INFO O| Download: 15627/15831 items 167.2/173.2MB 96% complete (1.4M/s) |
3587 | 2024-08-16T05:36:26.892Z | [ host-image] Aug 16 05:36:25.591 INFO O| Aug 16 05:36:25.591 INFO O| Download: 22201/22727 items 194.6/196.4MB 99% complete (1.3M/s) |
3588 | 2024-08-16T05:36:28.322Z | [ recovery-image] Aug 16 05:36:27.020 INFO O| Aug 16 05:36:27.020 INFO O| Download: 15829/15831 items 173.2/173.2MB 99% complete (1.1M/s) |
3589 | 2024-08-16T05:36:28.331Z | [ recovery-image] Aug 16 05:36:27.029 INFO O| Aug 16 05:36:27.029 INFO O| Download: Completed 173.16 MB in 391.16 seconds (451k/s) |
3590 | 2024-08-16T05:36:28.868Z | [ recovery-image] Aug 16 05:36:27.566 INFO O| Aug 16 05:36:27.566 INFO O| Actions: 1/24964 actions (Installing new actions) |
3591 | 2024-08-16T05:36:32.125Z | [ host-image] Aug 16 05:36:30.821 INFO O| Aug 16 05:36:30.821 INFO O| Download: 22725/22727 items 196.4/196.4MB 99% complete (741k/s) |
3592 | 2024-08-16T05:36:32.192Z | [ host-image] Aug 16 05:36:30.888 INFO O| Aug 16 05:36:30.888 INFO O| Download: Completed 196.39 MB in 421.70 seconds (475k/s) |
3593 | 2024-08-16T05:36:32.909Z | [ host-image] Aug 16 05:36:31.604 INFO O| Aug 16 05:36:31.604 INFO O| Actions: 1/49260 actions (Installing new actions) |
3594 | 2024-08-16T05:36:33.876Z | [ recovery-image] Aug 16 05:36:32.571 INFO O| Aug 16 05:36:32.571 INFO O| Actions: 13161/24964 actions (Installing new actions) |
3595 | 2024-08-16T05:36:37.912Z | [ host-image] Aug 16 05:36:36.605 INFO O| Aug 16 05:36:36.604 INFO O| Actions: 14169/49260 actions (Installing new actions) |
3596 | 2024-08-16T05:36:38.879Z | [ recovery-image] Aug 16 05:36:37.572 INFO O| Aug 16 05:36:37.572 INFO O| Actions: 24529/24964 actions (Installing new actions) |
3597 | 2024-08-16T05:36:39.545Z | [ recovery-image] Aug 16 05:36:37.942 INFO O| Aug 16 05:36:37.942 INFO O| Actions: Completed 24964 actions in 10.37 seconds. |
3598 | 2024-08-16T05:36:39.556Z | [ recovery-image] Aug 16 05:36:38.207 INFO O| Aug 16 05:36:38.207 INFO O| Done |
3599 | 2024-08-16T05:36:39.556Z | [ recovery-image] Aug 16 05:36:38.207 INFO O| Aug 16 05:36:38.207 INFO O| Done |
3600 | 2024-08-16T05:36:39.978Z | [ recovery-image] Aug 16 05:36:38.670 INFO O| Aug 16 05:36:38.670 INFO O| Done |
3601 | 2024-08-16T05:36:40.756Z | [ recovery-image] Aug 16 05:36:39.448 INFO O| Aug 16 05:36:39.448 INFO O| Done |
3602 | 2024-08-16T05:36:40.769Z | [ recovery-image] Aug 16 05:36:39.461 INFO O| Aug 16 05:36:39.461 INFO O| Done |
3603 | 2024-08-16T05:36:42.914Z | [ host-image] Aug 16 05:36:41.605 INFO O| Aug 16 05:36:41.605 INFO O| Actions: 25130/49260 actions (Installing new actions) |
3604 | 2024-08-16T05:36:45.397Z | [ recovery-image] Aug 16 05:36:44.086 INFO O| Aug 16 05:36:44.086 INFO O| Done |
3605 | 2024-08-16T05:36:45.733Z | [ recovery-image] Aug 16 05:36:44.422 INFO O| Aug 16 05:36:44.422 INFO O| Done |
3606 | 2024-08-16T05:36:45.931Z | [ recovery-image] Aug 16 05:36:44.618 INFO O| Aug 16 05:36:44.618 INFO STEP 11 (pkg_install) COMPLETE |
3607 | 2024-08-16T05:36:45.939Z | [ recovery-image] Aug 16 05:36:44.618 INFO O| Aug 16 05:36:44.618 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3608 | 2024-08-16T05:36:45.939Z | [ recovery-image] Aug 16 05:36:44.618 INFO O| Aug 16 05:36:44.618 INFO skip step because feature "recovery" is enabled |
3609 | 2024-08-16T05:36:45.939Z | [ recovery-image] Aug 16 05:36:44.618 INFO O| Aug 16 05:36:44.618 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3610 | 2024-08-16T05:36:45.940Z | [ recovery-image] Aug 16 05:36:44.618 INFO O| Aug 16 05:36:44.618 INFO skip step because feature "omicron1" is not enabled |
3611 | 2024-08-16T05:36:45.940Z | [ recovery-image] Aug 16 05:36:44.618 INFO O| Aug 16 05:36:44.618 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3612 | 2024-08-16T05:36:45.950Z | [ recovery-image] Aug 16 05:36:44.631 INFO O| Aug 16 05:36:44.631 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
3613 | 2024-08-16T05:36:46.432Z | [ recovery-image] Aug 16 05:36:45.117 INFO O| Aug 16 05:36:45.117 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3614 | 2024-08-16T05:36:46.997Z | [ host-image] Aug 16 05:36:45.686 INFO O| Aug 16 05:36:45.686 INFO O| Actions: Completed 49260 actions in 14.08 seconds. |
3615 | 2024-08-16T05:36:47.264Z | [ host-image] Aug 16 05:36:45.952 INFO O| Aug 16 05:36:45.952 INFO O| Done |
3616 | 2024-08-16T05:36:47.264Z | [ host-image] Aug 16 05:36:45.952 INFO O| Aug 16 05:36:45.952 INFO O| Done |
3617 | 2024-08-16T05:36:47.719Z | [ host-image] Aug 16 05:36:46.406 INFO O| Aug 16 05:36:46.406 INFO O| Done |
3618 | 2024-08-16T05:36:47.880Z | [ recovery-image] Aug 16 05:36:46.568 INFO O| Aug 16 05:36:46.568 INFO O| Planning: Solver setup ... Done |
3619 | 2024-08-16T05:36:47.883Z | [ recovery-image] Aug 16 05:36:46.571 INFO O| Aug 16 05:36:46.571 INFO O| Planning: Running solver ... Done |
3620 | 2024-08-16T05:36:47.921Z | [ recovery-image] Aug 16 05:36:46.609 INFO O| Aug 16 05:36:46.609 INFO O| Planning: Finding local manifests ... Done |
3621 | 2024-08-16T05:36:47.924Z | [ recovery-image] Aug 16 05:36:46.610 INFO O| Aug 16 05:36:46.610 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3622 | 2024-08-16T05:36:47.999Z | [ recovery-image] Aug 16 05:36:46.687 INFO O| Aug 16 05:36:46.687 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3623 | 2024-08-16T05:36:48.018Z | [ recovery-image] Aug 16 05:36:46.706 INFO O| Aug 16 05:36:46.706 INFO O| Planning: Package planning ... Done |
3624 | 2024-08-16T05:36:48.022Z | [ recovery-image] Aug 16 05:36:46.706 INFO O| Aug 16 05:36:46.706 INFO O| Planning: Merging actions ... Done |
3625 | 2024-08-16T05:36:48.058Z | [ recovery-image] Aug 16 05:36:46.746 INFO O| Aug 16 05:36:46.746 INFO O| Planning: Checking for conflicting actions ... Done |
3626 | 2024-08-16T05:36:48.061Z | [ recovery-image] Aug 16 05:36:46.746 INFO O| Aug 16 05:36:46.746 INFO O| Planning: Consolidating action changes ... Done |
3627 | 2024-08-16T05:36:48.190Z | [ recovery-image] Aug 16 05:36:46.878 INFO O| Aug 16 05:36:46.878 INFO O| Planning: Evaluating mediators ... Done |
3628 | 2024-08-16T05:36:48.193Z | [ recovery-image] Aug 16 05:36:46.878 INFO O| Aug 16 05:36:46.878 INFO O| Planning: Planning completed in 1.76 seconds |
3629 | 2024-08-16T05:36:48.193Z | [ recovery-image] Aug 16 05:36:46.880 INFO O| Aug 16 05:36:46.880 INFO O| Packages to install: 1 |
3630 | 2024-08-16T05:36:48.202Z | [ recovery-image] Aug 16 05:36:46.890 INFO O| Aug 16 05:36:46.890 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
3631 | 2024-08-16T05:36:48.859Z | [ recovery-image] Aug 16 05:36:47.547 INFO O| Aug 16 05:36:47.546 INFO O| Download: Completed 20.86 MB in 0.66 seconds (31.8M/s) |
3632 | 2024-08-16T05:36:48.881Z | [ recovery-image] Aug 16 05:36:47.569 INFO O| Aug 16 05:36:47.569 INFO O| Actions: 1/22 actions (Installing new actions) |
3633 | 2024-08-16T05:36:48.914Z | [ host-image] Aug 16 05:36:47.602 INFO O| Aug 16 05:36:47.602 INFO O| Done |
3634 | 2024-08-16T05:36:48.939Z | [ host-image] Aug 16 05:36:47.627 INFO O| Aug 16 05:36:47.627 INFO O| Done |
3635 | 2024-08-16T05:36:49.400Z | [ recovery-image] Aug 16 05:36:48.087 INFO O| Aug 16 05:36:48.087 INFO O| Actions: Completed 22 actions in 0.52 seconds. |
3636 | 2024-08-16T05:36:49.547Z | [ recovery-image] Aug 16 05:36:48.234 INFO O| Aug 16 05:36:48.234 INFO O| Done |
3637 | 2024-08-16T05:36:49.547Z | [ recovery-image] Aug 16 05:36:48.234 INFO O| Aug 16 05:36:48.234 INFO O| Done |
3638 | 2024-08-16T05:36:49.891Z | [ recovery-image] Aug 16 05:36:48.578 INFO O| Aug 16 05:36:48.578 INFO O| Done |
3639 | 2024-08-16T05:36:50.694Z | [ recovery-image] Aug 16 05:36:49.381 INFO O| Aug 16 05:36:49.381 INFO O| Done |
3640 | 2024-08-16T05:36:50.705Z | [ recovery-image] Aug 16 05:36:49.391 INFO O| Aug 16 05:36:49.391 INFO O| Done |
3641 | 2024-08-16T05:36:50.705Z | [ recovery-image] Aug 16 05:36:49.392 INFO O| Aug 16 05:36:49.392 INFO O| Done |
3642 | 2024-08-16T05:36:50.714Z | [ recovery-image] Aug 16 05:36:49.401 INFO O| Aug 16 05:36:49.401 INFO O| Done |
3643 | 2024-08-16T05:36:50.800Z | [ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO STEP 14 (pkg_install) COMPLETE |
3644 | 2024-08-16T05:36:50.800Z | [ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3645 | 2024-08-16T05:36:50.800Z | [ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO skip step because feature "mfg" is not enabled |
3646 | 2024-08-16T05:36:50.800Z | [ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3647 | 2024-08-16T05:36:50.802Z | [ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO skip step because feature "compliance" is not enabled |
3648 | 2024-08-16T05:36:50.803Z | [ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3649 | 2024-08-16T05:36:50.803Z | [ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO skip step because feature "stress" is not enabled |
3650 | 2024-08-16T05:36:50.803Z | [ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3651 | 2024-08-16T05:36:50.803Z | [ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO skip step because feature "nfs" is not enabled |
3652 | 2024-08-16T05:36:50.803Z | [ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3653 | 2024-08-16T05:36:50.803Z | [ recovery-image] Aug 16 05:36:49.486 INFO O| Aug 16 05:36:49.486 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3654 | 2024-08-16T05:36:50.876Z | [ recovery-image] Aug 16 05:36:49.562 INFO O| Aug 16 05:36:49.562 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3655 | 2024-08-16T05:36:50.963Z | [ recovery-image] Aug 16 05:36:49.649 INFO O| Aug 16 05:36:49.649 INFO completed processing gimlet/ramdisk-01-os |
3656 | 2024-08-16T05:36:50.966Z | [ recovery-image] Aug 16 05:36:49.651 INFO image builder template: ramdisk-02-trim... |
3657 | 2024-08-16T05:36:50.966Z | [ recovery-image] Aug 16 05:36:49.651 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/.tmpGXLJbR/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 |
3658 | 2024-08-16T05:36:50.989Z | [ recovery-image] Aug 16 05:36:49.676 INFO O| Aug 16 05:36:49.676 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3659 | 2024-08-16T05:36:50.993Z | [ recovery-image] Aug 16 05:36:49.680 INFO O| Aug 16 05:36:49.680 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3660 | 2024-08-16T05:36:51.077Z | [ recovery-image] Aug 16 05:36:49.763 INFO O| Aug 16 05:36:49.763 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3661 | 2024-08-16T05:36:51.138Z | [ recovery-image] Aug 16 05:36:49.824 INFO O| Aug 16 05:36:49.824 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3662 | 2024-08-16T05:36:51.140Z | [ recovery-image] Aug 16 05:36:49.824 INFO O| Aug 16 05:36:49.824 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3663 | 2024-08-16T05:36:51.144Z | [ recovery-image] Aug 16 05:36:49.830 INFO O| Aug 16 05:36:49.830 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3664 | 2024-08-16T05:36:51.148Z | [ recovery-image] Aug 16 05:36:49.834 INFO O| Aug 16 05:36:49.834 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3665 | 2024-08-16T05:36:51.153Z | [ recovery-image] Aug 16 05:36:49.839 INFO O| Aug 16 05:36:49.839 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3666 | 2024-08-16T05:36:51.310Z | [ recovery-image] Aug 16 05:36:49.996 INFO O| Aug 16 05:36:49.996 INFO rolled back to input snapshot; work may begin |
3667 | 2024-08-16T05:36:51.310Z | [ recovery-image] Aug 16 05:36:49.996 INFO O| Aug 16 05:36:49.996 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3668 | 2024-08-16T05:36:51.317Z | [ recovery-image] Aug 16 05:36:50.003 INFO O| Aug 16 05:36:50.003 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3669 | 2024-08-16T05:36:51.328Z | [ recovery-image] Aug 16 05:36:50.014 INFO O| Aug 16 05:36:50.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3670 | 2024-08-16T05:36:51.372Z | [ recovery-image] Aug 16 05:36:50.058 INFO O| Aug 16 05:36:50.058 INFO STEP 0 (remove_files) COMPLETE |
3671 | 2024-08-16T05:36:51.372Z | [ recovery-image] Aug 16 05:36:50.058 INFO O| Aug 16 05:36:50.058 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3672 | 2024-08-16T05:36:51.383Z | [ recovery-image] Aug 16 05:36:50.070 INFO O| Aug 16 05:36:50.069 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3673 | 2024-08-16T05:36:51.386Z | [ recovery-image] Aug 16 05:36:50.071 INFO O| Aug 16 05:36:50.071 INFO STEP 1 (remove_files) COMPLETE |
3674 | 2024-08-16T05:36:51.386Z | [ recovery-image] Aug 16 05:36:50.071 INFO O| Aug 16 05:36:50.071 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3675 | 2024-08-16T05:36:51.395Z | [ recovery-image] Aug 16 05:36:50.081 INFO O| Aug 16 05:36:50.081 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3676 | 2024-08-16T05:36:51.410Z | [ recovery-image] Aug 16 05:36:50.096 INFO O| Aug 16 05:36:50.096 INFO STEP 2 (remove_files) COMPLETE |
3677 | 2024-08-16T05:36:51.413Z | [ recovery-image] Aug 16 05:36:50.096 INFO O| Aug 16 05:36:50.096 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3678 | 2024-08-16T05:36:51.425Z | [ recovery-image] Aug 16 05:36:50.111 INFO O| Aug 16 05:36:50.111 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3679 | 2024-08-16T05:36:51.428Z | [ recovery-image] Aug 16 05:36:50.114 INFO O| Aug 16 05:36:50.114 INFO STEP 3 (remove_files) COMPLETE |
3680 | 2024-08-16T05:36:51.428Z | [ recovery-image] Aug 16 05:36:50.114 INFO O| Aug 16 05:36:50.114 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3681 | 2024-08-16T05:36:51.442Z | [ recovery-image] Aug 16 05:36:50.128 INFO O| Aug 16 05:36:50.128 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3682 | 2024-08-16T05:36:51.449Z | [ recovery-image] Aug 16 05:36:50.136 INFO O| Aug 16 05:36:50.136 INFO STEP 4 (remove_files) COMPLETE |
3683 | 2024-08-16T05:36:51.452Z | [ recovery-image] Aug 16 05:36:50.136 INFO O| Aug 16 05:36:50.136 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3684 | 2024-08-16T05:36:51.464Z | [ recovery-image] Aug 16 05:36:50.150 INFO O| Aug 16 05:36:50.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3685 | 2024-08-16T05:36:51.466Z | [ recovery-image] Aug 16 05:36:50.150 INFO O| Aug 16 05:36:50.150 INFO STEP 5 (remove_files) COMPLETE |
3686 | 2024-08-16T05:36:51.466Z | [ recovery-image] Aug 16 05:36:50.150 INFO O| Aug 16 05:36:50.150 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3687 | 2024-08-16T05:36:51.478Z | [ recovery-image] Aug 16 05:36:50.164 INFO O| Aug 16 05:36:50.164 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3688 | 2024-08-16T05:36:51.498Z | [ recovery-image] Aug 16 05:36:50.184 INFO O| Aug 16 05:36:50.184 INFO STEP 6 (remove_files) COMPLETE |
3689 | 2024-08-16T05:36:51.501Z | [ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.184 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3690 | 2024-08-16T05:36:51.501Z | [ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.184 INFO skip step because feature "recovery" is enabled |
3691 | 2024-08-16T05:36:51.501Z | [ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.184 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3692 | 2024-08-16T05:36:51.501Z | [ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.185 INFO skip step because feature "recovery" is enabled |
3693 | 2024-08-16T05:36:51.501Z | [ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.185 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3694 | 2024-08-16T05:36:51.501Z | [ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.185 INFO skip step because feature "recovery" is enabled |
3695 | 2024-08-16T05:36:51.501Z | [ recovery-image] Aug 16 05:36:50.185 INFO O| Aug 16 05:36:50.185 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3696 | 2024-08-16T05:36:51.515Z | [ recovery-image] Aug 16 05:36:50.201 INFO O| Aug 16 05:36:50.201 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3697 | 2024-08-16T05:36:51.521Z | [ recovery-image] Aug 16 05:36:50.207 INFO O| Aug 16 05:36:50.207 INFO STEP 10 (remove_files) COMPLETE |
3698 | 2024-08-16T05:36:51.524Z | [ recovery-image] Aug 16 05:36:50.207 INFO O| Aug 16 05:36:50.207 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3699 | 2024-08-16T05:36:51.536Z | [ recovery-image] Aug 16 05:36:50.222 INFO O| Aug 16 05:36:50.222 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3700 | 2024-08-16T05:36:51.538Z | [ recovery-image] Aug 16 05:36:50.224 INFO O| Aug 16 05:36:50.224 INFO STEP 11 (remove_files) COMPLETE |
3701 | 2024-08-16T05:36:51.538Z | [ recovery-image] Aug 16 05:36:50.224 INFO O| Aug 16 05:36:50.224 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3702 | 2024-08-16T05:36:51.555Z | [ recovery-image] Aug 16 05:36:50.242 INFO O| Aug 16 05:36:50.241 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3703 | 2024-08-16T05:36:51.558Z | [ recovery-image] Aug 16 05:36:50.244 INFO O| Aug 16 05:36:50.244 INFO STEP 12 (remove_files) COMPLETE |
3704 | 2024-08-16T05:36:51.560Z | [ recovery-image] Aug 16 05:36:50.244 INFO O| Aug 16 05:36:50.244 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3705 | 2024-08-16T05:36:51.576Z | [ recovery-image] Aug 16 05:36:50.263 INFO O| Aug 16 05:36:50.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3706 | 2024-08-16T05:36:51.748Z | [ recovery-image] Aug 16 05:36:50.433 INFO O| Aug 16 05:36:50.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3707 | 2024-08-16T05:36:51.793Z | [ recovery-image] Aug 16 05:36:50.479 INFO O| Aug 16 05:36:50.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3708 | 2024-08-16T05:36:51.800Z | [ recovery-image] Aug 16 05:36:50.486 INFO O| Aug 16 05:36:50.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3709 | 2024-08-16T05:36:51.803Z | [ recovery-image] Aug 16 05:36:50.488 INFO O| Aug 16 05:36:50.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3710 | 2024-08-16T05:36:51.850Z | [ recovery-image] Aug 16 05:36:50.536 INFO O| Aug 16 05:36:50.536 INFO STEP 13 (remove_files) COMPLETE |
3711 | 2024-08-16T05:36:51.850Z | [ recovery-image] Aug 16 05:36:50.536 INFO O| Aug 16 05:36:50.536 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3712 | 2024-08-16T05:36:51.862Z | [ recovery-image] Aug 16 05:36:50.548 INFO O| Aug 16 05:36:50.548 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3713 | 2024-08-16T05:36:51.866Z | [ recovery-image] Aug 16 05:36:50.550 INFO O| Aug 16 05:36:50.550 INFO STEP 14 (remove_files) COMPLETE |
3714 | 2024-08-16T05:36:51.866Z | [ recovery-image] Aug 16 05:36:50.550 INFO O| Aug 16 05:36:50.550 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3715 | 2024-08-16T05:36:51.876Z | [ recovery-image] Aug 16 05:36:50.562 INFO O| Aug 16 05:36:50.562 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3716 | 2024-08-16T05:36:51.883Z | [ recovery-image] Aug 16 05:36:50.568 INFO O| Aug 16 05:36:50.568 INFO STEP 15 (remove_files) COMPLETE |
3717 | 2024-08-16T05:36:51.885Z | [ recovery-image] Aug 16 05:36:50.568 INFO O| Aug 16 05:36:50.568 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3718 | 2024-08-16T05:36:51.895Z | [ recovery-image] Aug 16 05:36:50.580 INFO O| Aug 16 05:36:50.580 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3719 | 2024-08-16T05:36:51.897Z | [ recovery-image] Aug 16 05:36:50.580 INFO O| Aug 16 05:36:50.580 INFO STEP 16 (remove_files) COMPLETE |
3720 | 2024-08-16T05:36:51.898Z | [ recovery-image] Aug 16 05:36:50.580 INFO O| Aug 16 05:36:50.580 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3721 | 2024-08-16T05:36:51.904Z | [ recovery-image] Aug 16 05:36:50.590 INFO O| Aug 16 05:36:50.590 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3722 | 2024-08-16T05:36:51.906Z | [ recovery-image] Aug 16 05:36:50.591 INFO O| Aug 16 05:36:50.591 INFO STEP 17 (remove_files) COMPLETE |
3723 | 2024-08-16T05:36:51.906Z | [ recovery-image] Aug 16 05:36:50.591 INFO O| Aug 16 05:36:50.591 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3724 | 2024-08-16T05:36:51.915Z | [ recovery-image] Aug 16 05:36:50.601 INFO O| Aug 16 05:36:50.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3725 | 2024-08-16T05:36:51.915Z | [ recovery-image] Aug 16 05:36:50.601 INFO O| Aug 16 05:36:50.601 INFO STEP 18 (remove_files) COMPLETE |
3726 | 2024-08-16T05:36:51.917Z | [ recovery-image] Aug 16 05:36:50.601 INFO O| Aug 16 05:36:50.601 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3727 | 2024-08-16T05:36:51.924Z | [ recovery-image] Aug 16 05:36:50.610 INFO O| Aug 16 05:36:50.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3728 | 2024-08-16T05:36:51.927Z | [ recovery-image] Aug 16 05:36:50.610 INFO O| Aug 16 05:36:50.610 INFO STEP 19 (remove_files) COMPLETE |
3729 | 2024-08-16T05:36:51.927Z | [ recovery-image] Aug 16 05:36:50.610 INFO O| Aug 16 05:36:50.610 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3730 | 2024-08-16T05:36:51.936Z | [ recovery-image] Aug 16 05:36:50.621 INFO O| Aug 16 05:36:50.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3731 | 2024-08-16T05:36:51.938Z | [ recovery-image] Aug 16 05:36:50.622 INFO O| Aug 16 05:36:50.622 INFO STEP 20 (remove_files) COMPLETE |
3732 | 2024-08-16T05:36:51.938Z | [ recovery-image] Aug 16 05:36:50.622 INFO O| Aug 16 05:36:50.622 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3733 | 2024-08-16T05:36:51.947Z | [ recovery-image] Aug 16 05:36:50.633 INFO O| Aug 16 05:36:50.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3734 | 2024-08-16T05:36:51.947Z | [ recovery-image] Aug 16 05:36:50.633 INFO O| Aug 16 05:36:50.633 INFO STEP 21 (remove_files) COMPLETE |
3735 | 2024-08-16T05:36:51.950Z | [ recovery-image] Aug 16 05:36:50.633 INFO O| Aug 16 05:36:50.633 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3736 | 2024-08-16T05:36:51.957Z | [ recovery-image] Aug 16 05:36:50.643 INFO O| Aug 16 05:36:50.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3737 | 2024-08-16T05:36:51.957Z | [ recovery-image] Aug 16 05:36:50.643 INFO O| Aug 16 05:36:50.643 INFO STEP 22 (remove_files) COMPLETE |
3738 | 2024-08-16T05:36:51.959Z | [ recovery-image] Aug 16 05:36:50.643 INFO O| Aug 16 05:36:50.643 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3739 | 2024-08-16T05:36:51.968Z | [ recovery-image] Aug 16 05:36:50.654 INFO O| Aug 16 05:36:50.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3740 | 2024-08-16T05:36:51.968Z | [ recovery-image] Aug 16 05:36:50.654 INFO O| Aug 16 05:36:50.654 INFO STEP 23 (remove_files) COMPLETE |
3741 | 2024-08-16T05:36:51.971Z | [ recovery-image] Aug 16 05:36:50.654 INFO O| Aug 16 05:36:50.654 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3742 | 2024-08-16T05:36:51.978Z | [ recovery-image] Aug 16 05:36:50.664 INFO O| Aug 16 05:36:50.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3743 | 2024-08-16T05:36:51.978Z | [ recovery-image] Aug 16 05:36:50.664 INFO O| Aug 16 05:36:50.664 INFO STEP 24 (remove_files) COMPLETE |
3744 | 2024-08-16T05:36:51.978Z | [ recovery-image] Aug 16 05:36:50.664 INFO O| Aug 16 05:36:50.664 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3745 | 2024-08-16T05:36:51.988Z | [ recovery-image] Aug 16 05:36:50.674 INFO O| Aug 16 05:36:50.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3746 | 2024-08-16T05:36:51.988Z | [ recovery-image] Aug 16 05:36:50.674 INFO O| Aug 16 05:36:50.674 INFO STEP 25 (remove_files) COMPLETE |
3747 | 2024-08-16T05:36:51.991Z | [ recovery-image] Aug 16 05:36:50.674 INFO O| Aug 16 05:36:50.674 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3748 | 2024-08-16T05:36:51.997Z | [ recovery-image] Aug 16 05:36:50.683 INFO O| Aug 16 05:36:50.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3749 | 2024-08-16T05:36:51.997Z | [ recovery-image] Aug 16 05:36:50.683 INFO O| Aug 16 05:36:50.683 INFO STEP 26 (remove_files) COMPLETE |
3750 | 2024-08-16T05:36:52.000Z | [ recovery-image] Aug 16 05:36:50.684 INFO O| Aug 16 05:36:50.683 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3751 | 2024-08-16T05:36:52.007Z | [ recovery-image] Aug 16 05:36:50.693 INFO O| Aug 16 05:36:50.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3752 | 2024-08-16T05:36:52.007Z | [ recovery-image] Aug 16 05:36:50.693 INFO O| Aug 16 05:36:50.693 INFO STEP 27 (remove_files) COMPLETE |
3753 | 2024-08-16T05:36:52.010Z | [ recovery-image] Aug 16 05:36:50.693 INFO O| Aug 16 05:36:50.693 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3754 | 2024-08-16T05:36:52.016Z | [ recovery-image] Aug 16 05:36:50.702 INFO O| Aug 16 05:36:50.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3755 | 2024-08-16T05:36:52.016Z | [ recovery-image] Aug 16 05:36:50.702 INFO O| Aug 16 05:36:50.702 INFO STEP 28 (remove_files) COMPLETE |
3756 | 2024-08-16T05:36:52.016Z | [ recovery-image] Aug 16 05:36:50.702 INFO O| Aug 16 05:36:50.702 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3757 | 2024-08-16T05:36:52.026Z | [ recovery-image] Aug 16 05:36:50.712 INFO O| Aug 16 05:36:50.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3758 | 2024-08-16T05:36:52.026Z | [ recovery-image] Aug 16 05:36:50.712 INFO O| Aug 16 05:36:50.712 INFO STEP 29 (remove_files) COMPLETE |
3759 | 2024-08-16T05:36:52.028Z | [ recovery-image] Aug 16 05:36:50.712 INFO O| Aug 16 05:36:50.712 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3760 | 2024-08-16T05:36:52.035Z | [ recovery-image] Aug 16 05:36:50.721 INFO O| Aug 16 05:36:50.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3761 | 2024-08-16T05:36:52.035Z | [ recovery-image] Aug 16 05:36:50.721 INFO O| Aug 16 05:36:50.721 INFO STEP 30 (remove_files) COMPLETE |
3762 | 2024-08-16T05:36:52.035Z | [ recovery-image] Aug 16 05:36:50.721 INFO O| Aug 16 05:36:50.721 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3763 | 2024-08-16T05:36:52.044Z | [ recovery-image] Aug 16 05:36:50.730 INFO O| Aug 16 05:36:50.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3764 | 2024-08-16T05:36:52.047Z | [ recovery-image] Aug 16 05:36:50.730 INFO O| Aug 16 05:36:50.730 INFO STEP 31 (remove_files) COMPLETE |
3765 | 2024-08-16T05:36:52.047Z | [ recovery-image] Aug 16 05:36:50.730 INFO O| Aug 16 05:36:50.730 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3766 | 2024-08-16T05:36:52.056Z | [ recovery-image] Aug 16 05:36:50.742 INFO O| Aug 16 05:36:50.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3767 | 2024-08-16T05:36:52.056Z | [ recovery-image] Aug 16 05:36:50.742 INFO O| Aug 16 05:36:50.742 INFO STEP 32 (remove_files) COMPLETE |
3768 | 2024-08-16T05:36:52.056Z | [ recovery-image] Aug 16 05:36:50.742 INFO O| Aug 16 05:36:50.742 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3769 | 2024-08-16T05:36:52.065Z | [ recovery-image] Aug 16 05:36:50.751 INFO O| Aug 16 05:36:50.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3770 | 2024-08-16T05:36:52.066Z | [ recovery-image] Aug 16 05:36:50.751 INFO O| Aug 16 05:36:50.751 INFO STEP 33 (remove_files) COMPLETE |
3771 | 2024-08-16T05:36:52.066Z | [ recovery-image] Aug 16 05:36:50.751 INFO O| Aug 16 05:36:50.751 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3772 | 2024-08-16T05:36:52.075Z | [ recovery-image] Aug 16 05:36:50.761 INFO O| Aug 16 05:36:50.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3773 | 2024-08-16T05:36:52.075Z | [ recovery-image] Aug 16 05:36:50.761 INFO O| Aug 16 05:36:50.761 INFO STEP 34 (remove_files) COMPLETE |
3774 | 2024-08-16T05:36:52.077Z | [ recovery-image] Aug 16 05:36:50.761 INFO O| Aug 16 05:36:50.761 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3775 | 2024-08-16T05:36:52.084Z | [ recovery-image] Aug 16 05:36:50.770 INFO O| Aug 16 05:36:50.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3776 | 2024-08-16T05:36:52.084Z | [ recovery-image] Aug 16 05:36:50.770 INFO O| Aug 16 05:36:50.770 INFO STEP 35 (remove_files) COMPLETE |
3777 | 2024-08-16T05:36:52.084Z | [ recovery-image] Aug 16 05:36:50.770 INFO O| Aug 16 05:36:50.770 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3778 | 2024-08-16T05:36:52.093Z | [ recovery-image] Aug 16 05:36:50.779 INFO O| Aug 16 05:36:50.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3779 | 2024-08-16T05:36:52.096Z | [ recovery-image] Aug 16 05:36:50.779 INFO O| Aug 16 05:36:50.779 INFO STEP 36 (remove_files) COMPLETE |
3780 | 2024-08-16T05:36:52.096Z | [ recovery-image] Aug 16 05:36:50.779 INFO O| Aug 16 05:36:50.779 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3781 | 2024-08-16T05:36:52.102Z | [ recovery-image] Aug 16 05:36:50.788 INFO O| Aug 16 05:36:50.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3782 | 2024-08-16T05:36:52.102Z | [ recovery-image] Aug 16 05:36:50.788 INFO O| Aug 16 05:36:50.788 INFO STEP 37 (remove_files) COMPLETE |
3783 | 2024-08-16T05:36:52.102Z | [ recovery-image] Aug 16 05:36:50.788 INFO O| Aug 16 05:36:50.788 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3784 | 2024-08-16T05:36:52.112Z | [ recovery-image] Aug 16 05:36:50.797 INFO O| Aug 16 05:36:50.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3785 | 2024-08-16T05:36:52.113Z | [ recovery-image] Aug 16 05:36:50.797 INFO O| Aug 16 05:36:50.797 INFO STEP 38 (remove_files) COMPLETE |
3786 | 2024-08-16T05:36:52.113Z | [ recovery-image] Aug 16 05:36:50.797 INFO O| Aug 16 05:36:50.797 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3787 | 2024-08-16T05:36:52.121Z | [ recovery-image] Aug 16 05:36:50.807 INFO O| Aug 16 05:36:50.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3788 | 2024-08-16T05:36:52.121Z | [ recovery-image] Aug 16 05:36:50.807 INFO O| Aug 16 05:36:50.807 INFO STEP 39 (remove_files) COMPLETE |
3789 | 2024-08-16T05:36:52.121Z | [ recovery-image] Aug 16 05:36:50.807 INFO O| Aug 16 05:36:50.807 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3790 | 2024-08-16T05:36:52.130Z | [ recovery-image] Aug 16 05:36:50.816 INFO O| Aug 16 05:36:50.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3791 | 2024-08-16T05:36:52.130Z | [ recovery-image] Aug 16 05:36:50.816 INFO O| Aug 16 05:36:50.816 INFO STEP 40 (remove_files) COMPLETE |
3792 | 2024-08-16T05:36:52.132Z | [ recovery-image] Aug 16 05:36:50.816 INFO O| Aug 16 05:36:50.816 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3793 | 2024-08-16T05:36:52.139Z | [ recovery-image] Aug 16 05:36:50.825 INFO O| Aug 16 05:36:50.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3794 | 2024-08-16T05:36:52.139Z | [ recovery-image] Aug 16 05:36:50.825 INFO O| Aug 16 05:36:50.825 INFO STEP 41 (remove_files) COMPLETE |
3795 | 2024-08-16T05:36:52.139Z | [ recovery-image] Aug 16 05:36:50.825 INFO O| Aug 16 05:36:50.825 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3796 | 2024-08-16T05:36:52.148Z | [ recovery-image] Aug 16 05:36:50.834 INFO O| Aug 16 05:36:50.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3797 | 2024-08-16T05:36:52.148Z | [ recovery-image] Aug 16 05:36:50.834 INFO O| Aug 16 05:36:50.834 INFO STEP 42 (remove_files) COMPLETE |
3798 | 2024-08-16T05:36:52.151Z | [ recovery-image] Aug 16 05:36:50.834 INFO O| Aug 16 05:36:50.834 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3799 | 2024-08-16T05:36:52.157Z | [ recovery-image] Aug 16 05:36:50.843 INFO O| Aug 16 05:36:50.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3800 | 2024-08-16T05:36:52.160Z | [ recovery-image] Aug 16 05:36:50.843 INFO O| Aug 16 05:36:50.843 INFO STEP 43 (remove_files) COMPLETE |
3801 | 2024-08-16T05:36:52.160Z | [ recovery-image] Aug 16 05:36:50.843 INFO O| Aug 16 05:36:50.843 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3802 | 2024-08-16T05:36:52.167Z | [ recovery-image] Aug 16 05:36:50.852 INFO O| Aug 16 05:36:50.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3803 | 2024-08-16T05:36:52.169Z | [ recovery-image] Aug 16 05:36:50.853 INFO O| Aug 16 05:36:50.852 INFO STEP 44 (remove_files) COMPLETE |
3804 | 2024-08-16T05:36:52.169Z | [ recovery-image] Aug 16 05:36:50.853 INFO O| Aug 16 05:36:50.853 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3805 | 2024-08-16T05:36:52.176Z | [ recovery-image] Aug 16 05:36:50.862 INFO O| Aug 16 05:36:50.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3806 | 2024-08-16T05:36:52.178Z | [ recovery-image] Aug 16 05:36:50.862 INFO O| Aug 16 05:36:50.862 INFO STEP 45 (remove_files) COMPLETE |
3807 | 2024-08-16T05:36:52.178Z | [ recovery-image] Aug 16 05:36:50.862 INFO O| Aug 16 05:36:50.862 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3808 | 2024-08-16T05:36:52.185Z | [ recovery-image] Aug 16 05:36:50.871 INFO O| Aug 16 05:36:50.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3809 | 2024-08-16T05:36:52.185Z | [ recovery-image] Aug 16 05:36:50.871 INFO O| Aug 16 05:36:50.871 INFO STEP 46 (remove_files) COMPLETE |
3810 | 2024-08-16T05:36:52.185Z | [ recovery-image] Aug 16 05:36:50.871 INFO O| Aug 16 05:36:50.871 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3811 | 2024-08-16T05:36:52.195Z | [ recovery-image] Aug 16 05:36:50.880 INFO O| Aug 16 05:36:50.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3812 | 2024-08-16T05:36:52.195Z | [ recovery-image] Aug 16 05:36:50.881 INFO O| Aug 16 05:36:50.881 INFO STEP 47 (remove_files) COMPLETE |
3813 | 2024-08-16T05:36:52.197Z | [ recovery-image] Aug 16 05:36:50.881 INFO O| Aug 16 05:36:50.881 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3814 | 2024-08-16T05:36:52.204Z | [ recovery-image] Aug 16 05:36:50.890 INFO O| Aug 16 05:36:50.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3815 | 2024-08-16T05:36:52.204Z | [ recovery-image] Aug 16 05:36:50.890 INFO O| Aug 16 05:36:50.890 INFO STEP 48 (remove_files) COMPLETE |
3816 | 2024-08-16T05:36:52.207Z | [ recovery-image] Aug 16 05:36:50.890 INFO O| Aug 16 05:36:50.890 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3817 | 2024-08-16T05:36:52.216Z | [ recovery-image] Aug 16 05:36:50.899 INFO O| Aug 16 05:36:50.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3818 | 2024-08-16T05:36:52.219Z | [ recovery-image] Aug 16 05:36:50.899 INFO O| Aug 16 05:36:50.899 INFO STEP 49 (remove_files) COMPLETE |
3819 | 2024-08-16T05:36:52.219Z | [ recovery-image] Aug 16 05:36:50.899 INFO O| Aug 16 05:36:50.899 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3820 | 2024-08-16T05:36:52.222Z | [ recovery-image] Aug 16 05:36:50.908 INFO O| Aug 16 05:36:50.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3821 | 2024-08-16T05:36:52.222Z | [ recovery-image] Aug 16 05:36:50.908 INFO O| Aug 16 05:36:50.908 INFO STEP 50 (remove_files) COMPLETE |
3822 | 2024-08-16T05:36:52.225Z | [ recovery-image] Aug 16 05:36:50.908 INFO O| Aug 16 05:36:50.908 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3823 | 2024-08-16T05:36:52.231Z | [ recovery-image] Aug 16 05:36:50.917 INFO O| Aug 16 05:36:50.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3824 | 2024-08-16T05:36:52.234Z | [ recovery-image] Aug 16 05:36:50.917 INFO O| Aug 16 05:36:50.917 INFO STEP 51 (remove_files) COMPLETE |
3825 | 2024-08-16T05:36:52.234Z | [ recovery-image] Aug 16 05:36:50.917 INFO O| Aug 16 05:36:50.917 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3826 | 2024-08-16T05:36:52.241Z | [ recovery-image] Aug 16 05:36:50.927 INFO O| Aug 16 05:36:50.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3827 | 2024-08-16T05:36:52.241Z | [ recovery-image] Aug 16 05:36:50.927 INFO O| Aug 16 05:36:50.927 INFO STEP 52 (remove_files) COMPLETE |
3828 | 2024-08-16T05:36:52.241Z | [ recovery-image] Aug 16 05:36:50.927 INFO O| Aug 16 05:36:50.927 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3829 | 2024-08-16T05:36:52.250Z | [ recovery-image] Aug 16 05:36:50.936 INFO O| Aug 16 05:36:50.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3830 | 2024-08-16T05:36:52.250Z | [ recovery-image] Aug 16 05:36:50.936 INFO O| Aug 16 05:36:50.936 INFO STEP 53 (remove_files) COMPLETE |
3831 | 2024-08-16T05:36:52.253Z | [ recovery-image] Aug 16 05:36:50.936 INFO O| Aug 16 05:36:50.936 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3832 | 2024-08-16T05:36:52.259Z | [ recovery-image] Aug 16 05:36:50.945 INFO O| Aug 16 05:36:50.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3833 | 2024-08-16T05:36:52.259Z | [ recovery-image] Aug 16 05:36:50.945 INFO O| Aug 16 05:36:50.945 INFO STEP 54 (remove_files) COMPLETE |
3834 | 2024-08-16T05:36:52.262Z | [ recovery-image] Aug 16 05:36:50.945 INFO O| Aug 16 05:36:50.945 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3835 | 2024-08-16T05:36:52.268Z | [ recovery-image] Aug 16 05:36:50.954 INFO O| Aug 16 05:36:50.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3836 | 2024-08-16T05:36:52.271Z | [ recovery-image] Aug 16 05:36:50.954 INFO O| Aug 16 05:36:50.954 INFO STEP 55 (remove_files) COMPLETE |
3837 | 2024-08-16T05:36:52.271Z | [ recovery-image] Aug 16 05:36:50.954 INFO O| Aug 16 05:36:50.954 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3838 | 2024-08-16T05:36:52.284Z | [ recovery-image] Aug 16 05:36:50.963 INFO O| Aug 16 05:36:50.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3839 | 2024-08-16T05:36:52.284Z | [ recovery-image] Aug 16 05:36:50.963 INFO O| Aug 16 05:36:50.963 INFO STEP 56 (remove_files) COMPLETE |
3840 | 2024-08-16T05:36:52.284Z | [ recovery-image] Aug 16 05:36:50.963 INFO O| Aug 16 05:36:50.963 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3841 | 2024-08-16T05:36:52.287Z | [ recovery-image] Aug 16 05:36:50.973 INFO O| Aug 16 05:36:50.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3842 | 2024-08-16T05:36:52.289Z | [ recovery-image] Aug 16 05:36:50.973 INFO O| Aug 16 05:36:50.973 INFO STEP 57 (remove_files) COMPLETE |
3843 | 2024-08-16T05:36:52.289Z | [ recovery-image] Aug 16 05:36:50.973 INFO O| Aug 16 05:36:50.973 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3844 | 2024-08-16T05:36:52.297Z | [ recovery-image] Aug 16 05:36:50.982 INFO O| Aug 16 05:36:50.982 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3845 | 2024-08-16T05:36:52.297Z | [ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.982 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3846 | 2024-08-16T05:36:52.299Z | [ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3847 | 2024-08-16T05:36:52.299Z | [ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3848 | 2024-08-16T05:36:52.300Z | [ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3849 | 2024-08-16T05:36:52.300Z | [ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3850 | 2024-08-16T05:36:52.300Z | [ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO ok! |
3851 | 2024-08-16T05:36:52.300Z | [ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO STEP 58 (ensure_file) COMPLETE |
3852 | 2024-08-16T05:36:52.300Z | [ recovery-image] Aug 16 05:36:50.983 INFO O| Aug 16 05:36:50.983 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3853 | 2024-08-16T05:36:52.307Z | [ recovery-image] Aug 16 05:36:50.992 INFO O| Aug 16 05:36:50.992 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3854 | 2024-08-16T05:36:52.309Z | [ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.992 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3855 | 2024-08-16T05:36:52.309Z | [ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3856 | 2024-08-16T05:36:52.309Z | [ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3857 | 2024-08-16T05:36:52.309Z | [ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3858 | 2024-08-16T05:36:52.309Z | [ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3859 | 2024-08-16T05:36:52.309Z | [ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO ok! |
3860 | 2024-08-16T05:36:52.309Z | [ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO STEP 59 (ensure_file) COMPLETE |
3861 | 2024-08-16T05:36:52.309Z | [ recovery-image] Aug 16 05:36:50.993 INFO O| Aug 16 05:36:50.993 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3862 | 2024-08-16T05:36:52.317Z | [ recovery-image] Aug 16 05:36:51.003 INFO O| Aug 16 05:36:51.003 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3863 | 2024-08-16T05:36:52.317Z | [ recovery-image] Aug 16 05:36:51.003 INFO O| Aug 16 05:36:51.003 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3864 | 2024-08-16T05:36:52.320Z | [ recovery-image] Aug 16 05:36:51.003 INFO O| Aug 16 05:36:51.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3865 | 2024-08-16T05:36:52.320Z | [ recovery-image] Aug 16 05:36:51.003 INFO O| Aug 16 05:36:51.003 INFO ok! |
3866 | 2024-08-16T05:36:52.320Z | [ recovery-image] Aug 16 05:36:51.003 INFO O| Aug 16 05:36:51.003 INFO STEP 60 (ensure_file) COMPLETE |
3867 | 2024-08-16T05:36:52.320Z | [ recovery-image] Aug 16 05:36:51.003 INFO O| Aug 16 05:36:51.003 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3868 | 2024-08-16T05:36:52.327Z | [ recovery-image] Aug 16 05:36:51.013 INFO O| Aug 16 05:36:51.013 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3869 | 2024-08-16T05:36:52.330Z | [ recovery-image] Aug 16 05:36:51.013 INFO O| Aug 16 05:36:51.013 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3870 | 2024-08-16T05:36:52.330Z | [ recovery-image] Aug 16 05:36:51.013 INFO O| Aug 16 05:36:51.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3871 | 2024-08-16T05:36:52.330Z | [ recovery-image] Aug 16 05:36:51.013 INFO O| Aug 16 05:36:51.013 INFO ok! |
3872 | 2024-08-16T05:36:52.330Z | [ recovery-image] Aug 16 05:36:51.013 INFO O| Aug 16 05:36:51.013 INFO STEP 61 (ensure_file) COMPLETE |
3873 | 2024-08-16T05:36:52.330Z | [ recovery-image] Aug 16 05:36:51.013 INFO O| Aug 16 05:36:51.013 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3874 | 2024-08-16T05:36:52.337Z | [ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3875 | 2024-08-16T05:36:52.337Z | [ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3876 | 2024-08-16T05:36:52.339Z | [ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3877 | 2024-08-16T05:36:52.339Z | [ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3878 | 2024-08-16T05:36:52.339Z | [ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 INFO ok! |
3879 | 2024-08-16T05:36:52.339Z | [ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 INFO STEP 62 (ensure_file) COMPLETE |
3880 | 2024-08-16T05:36:52.339Z | [ recovery-image] Aug 16 05:36:51.023 INFO O| Aug 16 05:36:51.023 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3881 | 2024-08-16T05:36:52.347Z | [ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.032 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3882 | 2024-08-16T05:36:52.349Z | [ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.033 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3883 | 2024-08-16T05:36:52.349Z | [ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.033 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3884 | 2024-08-16T05:36:52.349Z | [ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.033 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3885 | 2024-08-16T05:36:52.349Z | [ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.033 INFO ok! |
3886 | 2024-08-16T05:36:52.349Z | [ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.033 INFO STEP 63 (ensure_file) COMPLETE |
3887 | 2024-08-16T05:36:52.349Z | [ recovery-image] Aug 16 05:36:51.033 INFO O| Aug 16 05:36:51.033 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3888 | 2024-08-16T05:36:52.356Z | [ recovery-image] Aug 16 05:36:51.042 INFO O| Aug 16 05:36:51.042 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3889 | 2024-08-16T05:36:52.356Z | [ recovery-image] Aug 16 05:36:51.042 INFO O| Aug 16 05:36:51.042 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3890 | 2024-08-16T05:36:52.359Z | [ recovery-image] Aug 16 05:36:51.042 INFO O| Aug 16 05:36:51.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3891 | 2024-08-16T05:36:52.359Z | [ recovery-image] Aug 16 05:36:51.042 INFO O| Aug 16 05:36:51.042 INFO ok! |
3892 | 2024-08-16T05:36:52.359Z | [ recovery-image] Aug 16 05:36:51.042 INFO O| Aug 16 05:36:51.042 INFO STEP 64 (assemble_files) COMPLETE |
3893 | 2024-08-16T05:36:52.359Z | [ recovery-image] Aug 16 05:36:51.042 INFO O| Aug 16 05:36:51.042 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3894 | 2024-08-16T05:36:52.366Z | [ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3895 | 2024-08-16T05:36:52.366Z | [ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3896 | 2024-08-16T05:36:52.368Z | [ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3897 | 2024-08-16T05:36:52.368Z | [ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3898 | 2024-08-16T05:36:52.368Z | [ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO ok! |
3899 | 2024-08-16T05:36:52.368Z | [ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO STEP 65 (ensure_file) COMPLETE |
3900 | 2024-08-16T05:36:52.368Z | [ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3901 | 2024-08-16T05:36:52.368Z | [ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO skip step because feature "omicron1" is not enabled |
3902 | 2024-08-16T05:36:52.368Z | [ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3903 | 2024-08-16T05:36:52.368Z | [ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO skip step because feature "omicron1" is not enabled |
3904 | 2024-08-16T05:36:52.368Z | [ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3905 | 2024-08-16T05:36:52.368Z | [ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO skip step because feature "omicron1" is not enabled |
3906 | 2024-08-16T05:36:52.368Z | [ recovery-image] Aug 16 05:36:51.052 INFO O| Aug 16 05:36:51.052 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3907 | 2024-08-16T05:36:52.380Z | [ recovery-image] Aug 16 05:36:51.066 INFO O| Aug 16 05:36:51.066 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3908 | 2024-08-16T05:36:52.380Z | [ recovery-image] Aug 16 05:36:51.066 INFO O| Aug 16 05:36:51.066 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3909 | 2024-08-16T05:36:53.900Z | [ recovery-image] Aug 16 05:36:52.585 INFO O| Aug 16 05:36:52.584 INFO STEP 69 (pack_tar) COMPLETE |
3910 | 2024-08-16T05:36:53.903Z | [ recovery-image] Aug 16 05:36:52.585 INFO O| Aug 16 05:36:52.585 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3911 | 2024-08-16T05:36:53.903Z | [ recovery-image] Aug 16 05:36:52.585 INFO O| Aug 16 05:36:52.585 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3912 | 2024-08-16T05:36:54.283Z | [ recovery-image] Aug 16 05:36:52.967 INFO O| Aug 16 05:36:52.967 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3913 | 2024-08-16T05:36:54.339Z | [ recovery-image] Aug 16 05:36:53.024 INFO O| Aug 16 05:36:53.023 INFO completed processing gimlet/ramdisk-02-trim |
3914 | 2024-08-16T05:36:54.342Z | [ recovery-image] Aug 16 05:36:53.026 INFO image builder template: ramdisk-03-recovery-trim... |
3915 | 2024-08-16T05:36:54.342Z | [ recovery-image] Aug 16 05:36:53.026 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/.tmpGXLJbR/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 |
3916 | 2024-08-16T05:36:54.446Z | [ recovery-image] Aug 16 05:36:53.130 INFO O| Aug 16 05:36:53.130 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3917 | 2024-08-16T05:36:54.449Z | [ recovery-image] Aug 16 05:36:53.134 INFO O| Aug 16 05:36:53.134 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3918 | 2024-08-16T05:36:54.512Z | [ recovery-image] Aug 16 05:36:53.196 INFO O| Aug 16 05:36:53.196 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3919 | 2024-08-16T05:36:54.586Z | [ recovery-image] Aug 16 05:36:53.270 INFO O| Aug 16 05:36:53.270 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3920 | 2024-08-16T05:36:54.588Z | [ recovery-image] Aug 16 05:36:53.270 INFO O| Aug 16 05:36:53.270 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3921 | 2024-08-16T05:36:54.595Z | [ recovery-image] Aug 16 05:36:53.279 INFO O| Aug 16 05:36:53.279 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3922 | 2024-08-16T05:36:54.599Z | [ recovery-image] Aug 16 05:36:53.283 INFO O| Aug 16 05:36:53.283 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3923 | 2024-08-16T05:36:54.607Z | [ recovery-image] Aug 16 05:36:53.288 INFO O| Aug 16 05:36:53.288 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3924 | 2024-08-16T05:36:54.819Z | [ recovery-image] Aug 16 05:36:53.503 INFO O| Aug 16 05:36:53.503 INFO rolled back to input snapshot; work may begin |
3925 | 2024-08-16T05:36:54.819Z | [ recovery-image] Aug 16 05:36:53.503 INFO O| Aug 16 05:36:53.503 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3926 | 2024-08-16T05:36:54.827Z | [ recovery-image] Aug 16 05:36:53.512 INFO O| Aug 16 05:36:53.512 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3927 | 2024-08-16T05:36:54.842Z | [ recovery-image] Aug 16 05:36:53.526 INFO O| Aug 16 05:36:53.526 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3928 | 2024-08-16T05:36:54.846Z | [ recovery-image] Aug 16 05:36:53.530 INFO O| Aug 16 05:36:53.530 INFO STEP 0 (remove_files) COMPLETE |
3929 | 2024-08-16T05:36:54.846Z | [ recovery-image] Aug 16 05:36:53.530 INFO O| Aug 16 05:36:53.530 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3930 | 2024-08-16T05:36:54.860Z | [ recovery-image] Aug 16 05:36:53.544 INFO O| Aug 16 05:36:53.544 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3931 | 2024-08-16T05:36:54.931Z | [ recovery-image] Aug 16 05:36:53.616 INFO O| Aug 16 05:36:53.615 INFO STEP 1 (remove_files) COMPLETE |
3932 | 2024-08-16T05:36:54.931Z | [ recovery-image] Aug 16 05:36:53.616 INFO O| Aug 16 05:36:53.616 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3933 | 2024-08-16T05:36:54.945Z | [ recovery-image] Aug 16 05:36:53.629 INFO O| Aug 16 05:36:53.629 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3934 | 2024-08-16T05:36:54.948Z | [ recovery-image] Aug 16 05:36:53.631 INFO O| Aug 16 05:36:53.631 INFO STEP 2 (remove_files) COMPLETE |
3935 | 2024-08-16T05:36:54.948Z | [ recovery-image] Aug 16 05:36:53.631 INFO O| Aug 16 05:36:53.631 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3936 | 2024-08-16T05:36:54.957Z | [ recovery-image] Aug 16 05:36:53.641 INFO O| Aug 16 05:36:53.641 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3937 | 2024-08-16T05:36:54.996Z | [ recovery-image] Aug 16 05:36:53.680 INFO O| Aug 16 05:36:53.680 INFO STEP 3 (remove_files) COMPLETE |
3938 | 2024-08-16T05:36:54.996Z | [ recovery-image] Aug 16 05:36:53.680 INFO O| Aug 16 05:36:53.680 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3939 | 2024-08-16T05:36:55.006Z | [ recovery-image] Aug 16 05:36:53.690 INFO O| Aug 16 05:36:53.690 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3940 | 2024-08-16T05:36:55.017Z | [ recovery-image] Aug 16 05:36:53.702 INFO O| Aug 16 05:36:53.702 INFO STEP 4 (remove_files) COMPLETE |
3941 | 2024-08-16T05:36:55.017Z | [ recovery-image] Aug 16 05:36:53.702 INFO O| Aug 16 05:36:53.702 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3942 | 2024-08-16T05:36:55.027Z | [ recovery-image] Aug 16 05:36:53.711 INFO O| Aug 16 05:36:53.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3943 | 2024-08-16T05:36:55.031Z | [ recovery-image] Aug 16 05:36:53.715 INFO O| Aug 16 05:36:53.715 INFO STEP 5 (remove_files) COMPLETE |
3944 | 2024-08-16T05:36:55.031Z | [ recovery-image] Aug 16 05:36:53.716 INFO O| Aug 16 05:36:53.715 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3945 | 2024-08-16T05:36:55.043Z | [ recovery-image] Aug 16 05:36:53.727 INFO O| Aug 16 05:36:53.727 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3946 | 2024-08-16T05:36:55.045Z | [ recovery-image] Aug 16 05:36:53.729 INFO O| Aug 16 05:36:53.729 INFO STEP 6 (remove_files) COMPLETE |
3947 | 2024-08-16T05:36:55.045Z | [ recovery-image] Aug 16 05:36:53.729 INFO O| Aug 16 05:36:53.729 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3948 | 2024-08-16T05:36:55.055Z | [ recovery-image] Aug 16 05:36:53.739 INFO O| Aug 16 05:36:53.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3949 | 2024-08-16T05:36:55.058Z | [ recovery-image] Aug 16 05:36:53.740 INFO O| Aug 16 05:36:53.740 INFO STEP 7 (remove_files) COMPLETE |
3950 | 2024-08-16T05:36:55.058Z | [ recovery-image] Aug 16 05:36:53.740 INFO O| Aug 16 05:36:53.740 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3951 | 2024-08-16T05:36:55.065Z | [ recovery-image] Aug 16 05:36:53.750 INFO O| Aug 16 05:36:53.750 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3952 | 2024-08-16T05:36:55.069Z | [ recovery-image] Aug 16 05:36:53.754 INFO O| Aug 16 05:36:53.754 INFO STEP 8 (remove_files) COMPLETE |
3953 | 2024-08-16T05:36:55.069Z | [ recovery-image] Aug 16 05:36:53.754 INFO O| Aug 16 05:36:53.754 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3954 | 2024-08-16T05:36:55.079Z | [ recovery-image] Aug 16 05:36:53.763 INFO O| Aug 16 05:36:53.763 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3955 | 2024-08-16T05:36:55.081Z | [ recovery-image] Aug 16 05:36:53.763 INFO O| Aug 16 05:36:53.763 INFO STEP 9 (remove_files) COMPLETE |
3956 | 2024-08-16T05:36:55.081Z | [ recovery-image] Aug 16 05:36:53.763 INFO O| Aug 16 05:36:53.763 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3957 | 2024-08-16T05:36:55.088Z | [ recovery-image] Aug 16 05:36:53.772 INFO O| Aug 16 05:36:53.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3958 | 2024-08-16T05:36:55.091Z | [ recovery-image] Aug 16 05:36:53.774 INFO O| Aug 16 05:36:53.774 INFO STEP 10 (remove_files) COMPLETE |
3959 | 2024-08-16T05:36:55.091Z | [ recovery-image] Aug 16 05:36:53.774 INFO O| Aug 16 05:36:53.774 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3960 | 2024-08-16T05:36:55.099Z | [ recovery-image] Aug 16 05:36:53.783 INFO O| Aug 16 05:36:53.783 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3961 | 2024-08-16T05:36:55.156Z | [ recovery-image] Aug 16 05:36:53.840 INFO O| Aug 16 05:36:53.840 INFO STEP 11 (remove_files) COMPLETE |
3962 | 2024-08-16T05:36:55.156Z | [ recovery-image] Aug 16 05:36:53.840 INFO O| Aug 16 05:36:53.840 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3963 | 2024-08-16T05:36:55.168Z | [ recovery-image] Aug 16 05:36:53.852 INFO O| Aug 16 05:36:53.852 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3964 | 2024-08-16T05:36:55.171Z | [ recovery-image] Aug 16 05:36:53.855 INFO O| Aug 16 05:36:53.855 INFO STEP 12 (remove_files) COMPLETE |
3965 | 2024-08-16T05:36:55.171Z | [ recovery-image] Aug 16 05:36:53.855 INFO O| Aug 16 05:36:53.855 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3966 | 2024-08-16T05:36:55.181Z | [ recovery-image] Aug 16 05:36:53.865 INFO O| Aug 16 05:36:53.865 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3967 | 2024-08-16T05:36:55.185Z | [ recovery-image] Aug 16 05:36:53.869 INFO O| Aug 16 05:36:53.869 INFO STEP 13 (remove_files) COMPLETE |
3968 | 2024-08-16T05:36:55.185Z | [ recovery-image] Aug 16 05:36:53.869 INFO O| Aug 16 05:36:53.869 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3969 | 2024-08-16T05:36:55.194Z | [ recovery-image] Aug 16 05:36:53.879 INFO O| Aug 16 05:36:53.879 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3970 | 2024-08-16T05:36:55.197Z | [ recovery-image] Aug 16 05:36:53.879 INFO O| Aug 16 05:36:53.879 INFO STEP 14 (remove_files) COMPLETE |
3971 | 2024-08-16T05:36:55.197Z | [ recovery-image] Aug 16 05:36:53.879 INFO O| Aug 16 05:36:53.879 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3972 | 2024-08-16T05:36:55.205Z | [ recovery-image] Aug 16 05:36:53.888 INFO O| Aug 16 05:36:53.888 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3973 | 2024-08-16T05:36:55.207Z | [ recovery-image] Aug 16 05:36:53.889 INFO O| Aug 16 05:36:53.889 INFO STEP 15 (remove_files) COMPLETE |
3974 | 2024-08-16T05:36:55.207Z | [ recovery-image] Aug 16 05:36:53.889 INFO O| Aug 16 05:36:53.889 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3975 | 2024-08-16T05:36:55.214Z | [ recovery-image] Aug 16 05:36:53.899 INFO O| Aug 16 05:36:53.898 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3976 | 2024-08-16T05:36:55.224Z | [ recovery-image] Aug 16 05:36:53.908 INFO O| Aug 16 05:36:53.908 INFO STEP 16 (remove_files) COMPLETE |
3977 | 2024-08-16T05:36:55.224Z | [ recovery-image] Aug 16 05:36:53.908 INFO O| Aug 16 05:36:53.908 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3978 | 2024-08-16T05:36:55.233Z | [ recovery-image] Aug 16 05:36:53.918 INFO O| Aug 16 05:36:53.917 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3979 | 2024-08-16T05:36:55.236Z | [ recovery-image] Aug 16 05:36:53.918 INFO O| Aug 16 05:36:53.918 INFO STEP 17 (remove_files) COMPLETE |
3980 | 2024-08-16T05:36:55.236Z | [ recovery-image] Aug 16 05:36:53.918 INFO O| Aug 16 05:36:53.918 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3981 | 2024-08-16T05:36:55.243Z | [ recovery-image] Aug 16 05:36:53.927 INFO O| Aug 16 05:36:53.927 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3982 | 2024-08-16T05:36:55.245Z | [ recovery-image] Aug 16 05:36:53.928 INFO O| Aug 16 05:36:53.928 INFO STEP 18 (remove_files) COMPLETE |
3983 | 2024-08-16T05:36:55.245Z | [ recovery-image] Aug 16 05:36:53.928 INFO O| Aug 16 05:36:53.928 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3984 | 2024-08-16T05:36:55.253Z | [ recovery-image] Aug 16 05:36:53.937 INFO O| Aug 16 05:36:53.937 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3985 | 2024-08-16T05:36:55.298Z | [ recovery-image] Aug 16 05:36:53.982 INFO O| Aug 16 05:36:53.982 INFO STEP 19 (remove_files) COMPLETE |
3986 | 2024-08-16T05:36:55.298Z | [ recovery-image] Aug 16 05:36:53.982 INFO O| Aug 16 05:36:53.982 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3987 | 2024-08-16T05:36:55.312Z | [ recovery-image] Aug 16 05:36:53.996 INFO O| Aug 16 05:36:53.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3988 | 2024-08-16T05:36:55.314Z | [ recovery-image] Aug 16 05:36:53.998 INFO O| Aug 16 05:36:53.998 INFO STEP 20 (remove_files) COMPLETE |
3989 | 2024-08-16T05:36:55.314Z | [ recovery-image] Aug 16 05:36:53.998 INFO O| Aug 16 05:36:53.998 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3990 | 2024-08-16T05:36:55.324Z | [ recovery-image] Aug 16 05:36:54.008 INFO O| Aug 16 05:36:54.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3991 | 2024-08-16T05:36:55.324Z | [ recovery-image] Aug 16 05:36:54.009 INFO O| Aug 16 05:36:54.009 INFO STEP 21 (remove_files) COMPLETE |
3992 | 2024-08-16T05:36:55.327Z | [ recovery-image] Aug 16 05:36:54.009 INFO O| Aug 16 05:36:54.009 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3993 | 2024-08-16T05:36:55.334Z | [ recovery-image] Aug 16 05:36:54.018 INFO O| Aug 16 05:36:54.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3994 | 2024-08-16T05:36:55.338Z | [ recovery-image] Aug 16 05:36:54.019 INFO O| Aug 16 05:36:54.019 INFO STEP 22 (remove_files) COMPLETE |
3995 | 2024-08-16T05:36:55.338Z | [ recovery-image] Aug 16 05:36:54.019 INFO O| Aug 16 05:36:54.019 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3996 | 2024-08-16T05:36:55.347Z | [ recovery-image] Aug 16 05:36:54.031 INFO O| Aug 16 05:36:54.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3997 | 2024-08-16T05:36:55.350Z | [ recovery-image] Aug 16 05:36:54.032 INFO O| Aug 16 05:36:54.032 INFO STEP 23 (remove_files) COMPLETE |
3998 | 2024-08-16T05:36:55.350Z | [ recovery-image] Aug 16 05:36:54.032 INFO O| Aug 16 05:36:54.032 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3999 | 2024-08-16T05:36:55.359Z | [ recovery-image] Aug 16 05:36:54.043 INFO O| Aug 16 05:36:54.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4000 | 2024-08-16T05:36:55.362Z | [ recovery-image] Aug 16 05:36:54.044 INFO O| Aug 16 05:36:54.044 INFO STEP 24 (remove_files) COMPLETE |
4001 | 2024-08-16T05:36:55.362Z | [ recovery-image] Aug 16 05:36:54.044 INFO O| Aug 16 05:36:54.044 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4002 | 2024-08-16T05:36:55.370Z | [ recovery-image] Aug 16 05:36:54.054 INFO O| Aug 16 05:36:54.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4003 | 2024-08-16T05:36:55.370Z | [ recovery-image] Aug 16 05:36:54.054 INFO O| Aug 16 05:36:54.054 INFO STEP 25 (remove_files) COMPLETE |
4004 | 2024-08-16T05:36:55.370Z | [ recovery-image] Aug 16 05:36:54.054 INFO O| Aug 16 05:36:54.054 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4005 | 2024-08-16T05:36:55.380Z | [ recovery-image] Aug 16 05:36:54.063 INFO O| Aug 16 05:36:54.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4006 | 2024-08-16T05:36:55.383Z | [ recovery-image] Aug 16 05:36:54.063 INFO O| Aug 16 05:36:54.063 INFO STEP 26 (remove_files) COMPLETE |
4007 | 2024-08-16T05:36:55.383Z | [ recovery-image] Aug 16 05:36:54.063 INFO O| Aug 16 05:36:54.063 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4008 | 2024-08-16T05:36:55.388Z | [ recovery-image] Aug 16 05:36:54.072 INFO O| Aug 16 05:36:54.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4009 | 2024-08-16T05:36:55.388Z | [ recovery-image] Aug 16 05:36:54.072 INFO O| Aug 16 05:36:54.072 INFO STEP 27 (remove_files) COMPLETE |
4010 | 2024-08-16T05:36:55.391Z | [ recovery-image] Aug 16 05:36:54.072 INFO O| Aug 16 05:36:54.072 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4011 | 2024-08-16T05:36:55.397Z | [ recovery-image] Aug 16 05:36:54.082 INFO O| Aug 16 05:36:54.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4012 | 2024-08-16T05:36:55.400Z | [ recovery-image] Aug 16 05:36:54.083 INFO O| Aug 16 05:36:54.083 INFO STEP 28 (remove_files) COMPLETE |
4013 | 2024-08-16T05:36:55.400Z | [ recovery-image] Aug 16 05:36:54.083 INFO O| Aug 16 05:36:54.083 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4014 | 2024-08-16T05:36:55.408Z | [ recovery-image] Aug 16 05:36:54.092 INFO O| Aug 16 05:36:54.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4015 | 2024-08-16T05:36:55.408Z | [ recovery-image] Aug 16 05:36:54.092 INFO O| Aug 16 05:36:54.092 INFO STEP 29 (remove_files) COMPLETE |
4016 | 2024-08-16T05:36:55.411Z | [ recovery-image] Aug 16 05:36:54.092 INFO O| Aug 16 05:36:54.092 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4017 | 2024-08-16T05:36:55.418Z | [ recovery-image] Aug 16 05:36:54.102 INFO O| Aug 16 05:36:54.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4018 | 2024-08-16T05:36:55.418Z | [ recovery-image] Aug 16 05:36:54.102 INFO O| Aug 16 05:36:54.102 INFO STEP 30 (remove_files) COMPLETE |
4019 | 2024-08-16T05:36:55.418Z | [ recovery-image] Aug 16 05:36:54.102 INFO O| Aug 16 05:36:54.102 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4020 | 2024-08-16T05:36:55.427Z | [ recovery-image] Aug 16 05:36:54.111 INFO O| Aug 16 05:36:54.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4021 | 2024-08-16T05:36:55.427Z | [ recovery-image] Aug 16 05:36:54.112 INFO O| Aug 16 05:36:54.112 INFO STEP 31 (remove_files) COMPLETE |
4022 | 2024-08-16T05:36:55.430Z | [ recovery-image] Aug 16 05:36:54.112 INFO O| Aug 16 05:36:54.112 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4023 | 2024-08-16T05:36:55.437Z | [ recovery-image] Aug 16 05:36:54.121 INFO O| Aug 16 05:36:54.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4024 | 2024-08-16T05:36:55.437Z | [ recovery-image] Aug 16 05:36:54.121 INFO O| Aug 16 05:36:54.121 INFO STEP 32 (remove_files) COMPLETE |
4025 | 2024-08-16T05:36:55.437Z | [ recovery-image] Aug 16 05:36:54.121 INFO O| Aug 16 05:36:54.121 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4026 | 2024-08-16T05:36:55.446Z | [ recovery-image] Aug 16 05:36:54.130 INFO O| Aug 16 05:36:54.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4027 | 2024-08-16T05:36:55.449Z | [ recovery-image] Aug 16 05:36:54.132 INFO O| Aug 16 05:36:54.132 INFO STEP 33 (remove_files) COMPLETE |
4028 | 2024-08-16T05:36:55.449Z | [ recovery-image] Aug 16 05:36:54.132 INFO O| Aug 16 05:36:54.132 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4029 | 2024-08-16T05:36:55.457Z | [ recovery-image] Aug 16 05:36:54.141 INFO O| Aug 16 05:36:54.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4030 | 2024-08-16T05:36:55.457Z | [ recovery-image] Aug 16 05:36:54.141 INFO O| Aug 16 05:36:54.141 INFO STEP 34 (remove_files) COMPLETE |
4031 | 2024-08-16T05:36:55.460Z | [ recovery-image] Aug 16 05:36:54.141 INFO O| Aug 16 05:36:54.141 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4032 | 2024-08-16T05:36:55.466Z | [ recovery-image] Aug 16 05:36:54.150 INFO O| Aug 16 05:36:54.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4033 | 2024-08-16T05:36:55.469Z | [ recovery-image] Aug 16 05:36:54.151 INFO O| Aug 16 05:36:54.151 INFO STEP 35 (remove_files) COMPLETE |
4034 | 2024-08-16T05:36:55.469Z | [ recovery-image] Aug 16 05:36:54.151 INFO O| Aug 16 05:36:54.151 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4035 | 2024-08-16T05:36:55.476Z | [ recovery-image] Aug 16 05:36:54.160 INFO O| Aug 16 05:36:54.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4036 | 2024-08-16T05:36:55.476Z | [ recovery-image] Aug 16 05:36:54.160 INFO O| Aug 16 05:36:54.160 INFO STEP 36 (remove_files) COMPLETE |
4037 | 2024-08-16T05:36:55.479Z | [ recovery-image] Aug 16 05:36:54.160 INFO O| Aug 16 05:36:54.160 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4038 | 2024-08-16T05:36:55.486Z | [ recovery-image] Aug 16 05:36:54.170 INFO O| Aug 16 05:36:54.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4039 | 2024-08-16T05:36:55.488Z | [ recovery-image] Aug 16 05:36:54.170 INFO O| Aug 16 05:36:54.170 INFO STEP 37 (remove_files) COMPLETE |
4040 | 2024-08-16T05:36:55.488Z | [ recovery-image] Aug 16 05:36:54.170 INFO O| Aug 16 05:36:54.170 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4041 | 2024-08-16T05:36:55.495Z | [ recovery-image] Aug 16 05:36:54.179 INFO O| Aug 16 05:36:54.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4042 | 2024-08-16T05:36:55.495Z | [ recovery-image] Aug 16 05:36:54.179 INFO O| Aug 16 05:36:54.179 INFO STEP 38 (remove_files) COMPLETE |
4043 | 2024-08-16T05:36:55.495Z | [ recovery-image] Aug 16 05:36:54.179 INFO O| Aug 16 05:36:54.179 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4044 | 2024-08-16T05:36:55.505Z | [ recovery-image] Aug 16 05:36:54.189 INFO O| Aug 16 05:36:54.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4045 | 2024-08-16T05:36:55.505Z | [ recovery-image] Aug 16 05:36:54.189 INFO O| Aug 16 05:36:54.189 INFO STEP 39 (remove_files) COMPLETE |
4046 | 2024-08-16T05:36:55.505Z | [ recovery-image] Aug 16 05:36:54.189 INFO O| Aug 16 05:36:54.189 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4047 | 2024-08-16T05:36:55.514Z | [ recovery-image] Aug 16 05:36:54.198 INFO O| Aug 16 05:36:54.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4048 | 2024-08-16T05:36:55.514Z | [ recovery-image] Aug 16 05:36:54.198 INFO O| Aug 16 05:36:54.198 INFO STEP 40 (remove_files) COMPLETE |
4049 | 2024-08-16T05:36:55.514Z | [ recovery-image] Aug 16 05:36:54.198 INFO O| Aug 16 05:36:54.198 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4050 | 2024-08-16T05:36:55.524Z | [ recovery-image] Aug 16 05:36:54.208 INFO O| Aug 16 05:36:54.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4051 | 2024-08-16T05:36:55.524Z | [ recovery-image] Aug 16 05:36:54.208 INFO O| Aug 16 05:36:54.208 INFO STEP 41 (remove_files) COMPLETE |
4052 | 2024-08-16T05:36:55.527Z | [ recovery-image] Aug 16 05:36:54.208 INFO O| Aug 16 05:36:54.208 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4053 | 2024-08-16T05:36:55.534Z | [ recovery-image] Aug 16 05:36:54.218 INFO O| Aug 16 05:36:54.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4054 | 2024-08-16T05:36:55.536Z | [ recovery-image] Aug 16 05:36:54.218 INFO O| Aug 16 05:36:54.218 INFO STEP 42 (remove_files) COMPLETE |
4055 | 2024-08-16T05:36:55.536Z | [ recovery-image] Aug 16 05:36:54.218 INFO O| Aug 16 05:36:54.218 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4056 | 2024-08-16T05:36:55.546Z | [ recovery-image] Aug 16 05:36:54.230 INFO O| Aug 16 05:36:54.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4057 | 2024-08-16T05:36:55.548Z | [ recovery-image] Aug 16 05:36:54.230 INFO O| Aug 16 05:36:54.230 INFO STEP 43 (remove_files) COMPLETE |
4058 | 2024-08-16T05:36:55.548Z | [ recovery-image] Aug 16 05:36:54.230 INFO O| Aug 16 05:36:54.230 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4059 | 2024-08-16T05:36:55.555Z | [ recovery-image] Aug 16 05:36:54.239 INFO O| Aug 16 05:36:54.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4060 | 2024-08-16T05:36:55.555Z | [ recovery-image] Aug 16 05:36:54.239 INFO O| Aug 16 05:36:54.239 INFO STEP 44 (remove_files) COMPLETE |
4061 | 2024-08-16T05:36:55.558Z | [ recovery-image] Aug 16 05:36:54.239 INFO O| Aug 16 05:36:54.239 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4062 | 2024-08-16T05:36:55.567Z | [ recovery-image] Aug 16 05:36:54.251 INFO O| Aug 16 05:36:54.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4063 | 2024-08-16T05:36:55.569Z | [ recovery-image] Aug 16 05:36:54.251 INFO O| Aug 16 05:36:54.251 INFO STEP 45 (remove_files) COMPLETE |
4064 | 2024-08-16T05:36:55.569Z | [ recovery-image] Aug 16 05:36:54.251 INFO O| Aug 16 05:36:54.251 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4065 | 2024-08-16T05:36:55.577Z | [ recovery-image] Aug 16 05:36:54.261 INFO O| Aug 16 05:36:54.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4066 | 2024-08-16T05:36:55.577Z | [ recovery-image] Aug 16 05:36:54.261 INFO O| Aug 16 05:36:54.261 INFO STEP 46 (remove_files) COMPLETE |
4067 | 2024-08-16T05:36:55.580Z | [ recovery-image] Aug 16 05:36:54.261 INFO O| Aug 16 05:36:54.261 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4068 | 2024-08-16T05:36:55.588Z | [ recovery-image] Aug 16 05:36:54.272 INFO O| Aug 16 05:36:54.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4069 | 2024-08-16T05:36:55.589Z | [ recovery-image] Aug 16 05:36:54.273 INFO O| Aug 16 05:36:54.272 INFO STEP 47 (remove_files) COMPLETE |
4070 | 2024-08-16T05:36:55.591Z | [ recovery-image] Aug 16 05:36:54.273 INFO O| Aug 16 05:36:54.272 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4071 | 2024-08-16T05:36:55.598Z | [ recovery-image] Aug 16 05:36:54.282 INFO O| Aug 16 05:36:54.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4072 | 2024-08-16T05:36:55.598Z | [ recovery-image] Aug 16 05:36:54.282 INFO O| Aug 16 05:36:54.282 INFO STEP 48 (remove_files) COMPLETE |
4073 | 2024-08-16T05:36:55.601Z | [ recovery-image] Aug 16 05:36:54.282 INFO O| Aug 16 05:36:54.282 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4074 | 2024-08-16T05:36:55.611Z | [ recovery-image] Aug 16 05:36:54.292 INFO O| Aug 16 05:36:54.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4075 | 2024-08-16T05:36:55.611Z | [ recovery-image] Aug 16 05:36:54.292 INFO O| Aug 16 05:36:54.292 INFO STEP 49 (remove_files) COMPLETE |
4076 | 2024-08-16T05:36:55.614Z | [ recovery-image] Aug 16 05:36:54.292 INFO O| Aug 16 05:36:54.292 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4077 | 2024-08-16T05:36:55.620Z | [ recovery-image] Aug 16 05:36:54.303 INFO O| Aug 16 05:36:54.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4078 | 2024-08-16T05:36:55.620Z | [ recovery-image] Aug 16 05:36:54.303 INFO O| Aug 16 05:36:54.303 INFO STEP 50 (remove_files) COMPLETE |
4079 | 2024-08-16T05:36:55.620Z | [ recovery-image] Aug 16 05:36:54.304 INFO O| Aug 16 05:36:54.303 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4080 | 2024-08-16T05:36:55.629Z | [ recovery-image] Aug 16 05:36:54.313 INFO O| Aug 16 05:36:54.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4081 | 2024-08-16T05:36:55.633Z | [ recovery-image] Aug 16 05:36:54.314 INFO O| Aug 16 05:36:54.313 INFO STEP 51 (remove_files) COMPLETE |
4082 | 2024-08-16T05:36:55.633Z | [ recovery-image] Aug 16 05:36:54.314 INFO O| Aug 16 05:36:54.314 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4083 | 2024-08-16T05:36:55.642Z | [ recovery-image] Aug 16 05:36:54.325 INFO O| Aug 16 05:36:54.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4084 | 2024-08-16T05:36:55.645Z | [ recovery-image] Aug 16 05:36:54.326 INFO O| Aug 16 05:36:54.326 INFO STEP 52 (remove_files) COMPLETE |
4085 | 2024-08-16T05:36:55.645Z | [ recovery-image] Aug 16 05:36:54.326 INFO O| Aug 16 05:36:54.326 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4086 | 2024-08-16T05:36:55.651Z | [ recovery-image] Aug 16 05:36:54.335 INFO O| Aug 16 05:36:54.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4087 | 2024-08-16T05:36:55.654Z | [ recovery-image] Aug 16 05:36:54.336 INFO O| Aug 16 05:36:54.336 INFO STEP 53 (remove_files) COMPLETE |
4088 | 2024-08-16T05:36:55.654Z | [ recovery-image] Aug 16 05:36:54.336 INFO O| Aug 16 05:36:54.336 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4089 | 2024-08-16T05:36:55.661Z | [ recovery-image] Aug 16 05:36:54.345 INFO O| Aug 16 05:36:54.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4090 | 2024-08-16T05:36:55.664Z | [ recovery-image] Aug 16 05:36:54.346 INFO O| Aug 16 05:36:54.346 INFO STEP 54 (remove_files) COMPLETE |
4091 | 2024-08-16T05:36:55.664Z | [ recovery-image] Aug 16 05:36:54.346 INFO O| Aug 16 05:36:54.346 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4092 | 2024-08-16T05:36:55.671Z | [ recovery-image] Aug 16 05:36:54.355 INFO O| Aug 16 05:36:54.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4093 | 2024-08-16T05:36:55.674Z | [ recovery-image] Aug 16 05:36:54.356 INFO O| Aug 16 05:36:54.356 INFO STEP 55 (remove_files) COMPLETE |
4094 | 2024-08-16T05:36:55.674Z | [ recovery-image] Aug 16 05:36:54.356 INFO O| Aug 16 05:36:54.356 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4095 | 2024-08-16T05:36:55.682Z | [ recovery-image] Aug 16 05:36:54.366 INFO O| Aug 16 05:36:54.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4096 | 2024-08-16T05:36:55.684Z | [ recovery-image] Aug 16 05:36:54.366 INFO O| Aug 16 05:36:54.366 INFO STEP 56 (remove_files) COMPLETE |
4097 | 2024-08-16T05:36:55.684Z | [ recovery-image] Aug 16 05:36:54.366 INFO O| Aug 16 05:36:54.366 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4098 | 2024-08-16T05:36:55.691Z | [ recovery-image] Aug 16 05:36:54.375 INFO O| Aug 16 05:36:54.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4099 | 2024-08-16T05:36:55.691Z | [ recovery-image] Aug 16 05:36:54.375 INFO O| Aug 16 05:36:54.375 INFO STEP 57 (remove_files) COMPLETE |
4100 | 2024-08-16T05:36:55.691Z | [ recovery-image] Aug 16 05:36:54.375 INFO O| Aug 16 05:36:54.375 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4101 | 2024-08-16T05:36:55.703Z | [ recovery-image] Aug 16 05:36:54.386 INFO O| Aug 16 05:36:54.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4102 | 2024-08-16T05:36:55.703Z | [ recovery-image] Aug 16 05:36:54.386 INFO O| Aug 16 05:36:54.386 INFO STEP 58 (remove_files) COMPLETE |
4103 | 2024-08-16T05:36:55.703Z | [ recovery-image] Aug 16 05:36:54.386 INFO O| Aug 16 05:36:54.386 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4104 | 2024-08-16T05:36:55.712Z | [ recovery-image] Aug 16 05:36:54.396 INFO O| Aug 16 05:36:54.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4105 | 2024-08-16T05:36:55.712Z | [ recovery-image] Aug 16 05:36:54.396 INFO O| Aug 16 05:36:54.396 INFO STEP 59 (remove_files) COMPLETE |
4106 | 2024-08-16T05:36:55.714Z | [ recovery-image] Aug 16 05:36:54.396 INFO O| Aug 16 05:36:54.396 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4107 | 2024-08-16T05:36:55.721Z | [ recovery-image] Aug 16 05:36:54.405 INFO O| Aug 16 05:36:54.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4108 | 2024-08-16T05:36:55.721Z | [ recovery-image] Aug 16 05:36:54.405 INFO O| Aug 16 05:36:54.405 INFO STEP 60 (remove_files) COMPLETE |
4109 | 2024-08-16T05:36:55.724Z | [ recovery-image] Aug 16 05:36:54.405 INFO O| Aug 16 05:36:54.405 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4110 | 2024-08-16T05:36:55.731Z | [ recovery-image] Aug 16 05:36:54.415 INFO O| Aug 16 05:36:54.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4111 | 2024-08-16T05:36:55.733Z | [ recovery-image] Aug 16 05:36:54.416 INFO O| Aug 16 05:36:54.416 INFO STEP 61 (remove_files) COMPLETE |
4112 | 2024-08-16T05:36:55.733Z | [ recovery-image] Aug 16 05:36:54.416 INFO O| Aug 16 05:36:54.416 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4113 | 2024-08-16T05:36:55.741Z | [ recovery-image] Aug 16 05:36:54.425 INFO O| Aug 16 05:36:54.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4114 | 2024-08-16T05:36:55.741Z | [ recovery-image] Aug 16 05:36:54.425 INFO O| Aug 16 05:36:54.425 INFO STEP 62 (remove_files) COMPLETE |
4115 | 2024-08-16T05:36:55.744Z | [ recovery-image] Aug 16 05:36:54.425 INFO O| Aug 16 05:36:54.425 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4116 | 2024-08-16T05:36:55.751Z | [ recovery-image] Aug 16 05:36:54.434 INFO O| Aug 16 05:36:54.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4117 | 2024-08-16T05:36:55.751Z | [ recovery-image] Aug 16 05:36:54.434 INFO O| Aug 16 05:36:54.434 INFO STEP 63 (remove_files) COMPLETE |
4118 | 2024-08-16T05:36:55.753Z | [ recovery-image] Aug 16 05:36:54.434 INFO O| Aug 16 05:36:54.434 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4119 | 2024-08-16T05:36:55.760Z | [ recovery-image] Aug 16 05:36:54.443 INFO O| Aug 16 05:36:54.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4120 | 2024-08-16T05:36:55.760Z | [ recovery-image] Aug 16 05:36:54.444 INFO O| Aug 16 05:36:54.443 INFO STEP 64 (remove_files) COMPLETE |
4121 | 2024-08-16T05:36:55.760Z | [ recovery-image] Aug 16 05:36:54.444 INFO O| Aug 16 05:36:54.444 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4122 | 2024-08-16T05:36:55.769Z | [ recovery-image] Aug 16 05:36:54.453 INFO O| Aug 16 05:36:54.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4123 | 2024-08-16T05:36:55.769Z | [ recovery-image] Aug 16 05:36:54.453 INFO O| Aug 16 05:36:54.453 INFO STEP 65 (remove_files) COMPLETE |
4124 | 2024-08-16T05:36:55.769Z | [ recovery-image] Aug 16 05:36:54.453 INFO O| Aug 16 05:36:54.453 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4125 | 2024-08-16T05:36:55.778Z | [ recovery-image] Aug 16 05:36:54.462 INFO O| Aug 16 05:36:54.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4126 | 2024-08-16T05:36:55.781Z | [ recovery-image] Aug 16 05:36:54.462 INFO O| Aug 16 05:36:54.462 INFO STEP 66 (remove_files) COMPLETE |
4127 | 2024-08-16T05:36:55.781Z | [ recovery-image] Aug 16 05:36:54.462 INFO O| Aug 16 05:36:54.462 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4128 | 2024-08-16T05:36:55.788Z | [ recovery-image] Aug 16 05:36:54.471 INFO O| Aug 16 05:36:54.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4129 | 2024-08-16T05:36:55.790Z | [ recovery-image] Aug 16 05:36:54.472 INFO O| Aug 16 05:36:54.472 INFO STEP 67 (remove_files) COMPLETE |
4130 | 2024-08-16T05:36:55.790Z | [ recovery-image] Aug 16 05:36:54.472 INFO O| Aug 16 05:36:54.472 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4131 | 2024-08-16T05:36:55.797Z | [ recovery-image] Aug 16 05:36:54.481 INFO O| Aug 16 05:36:54.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4132 | 2024-08-16T05:36:55.797Z | [ recovery-image] Aug 16 05:36:54.481 INFO O| Aug 16 05:36:54.481 INFO STEP 68 (remove_files) COMPLETE |
4133 | 2024-08-16T05:36:55.797Z | [ recovery-image] Aug 16 05:36:54.481 INFO O| Aug 16 05:36:54.481 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4134 | 2024-08-16T05:36:55.806Z | [ recovery-image] Aug 16 05:36:54.490 INFO O| Aug 16 05:36:54.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4135 | 2024-08-16T05:36:55.806Z | [ recovery-image] Aug 16 05:36:54.490 INFO O| Aug 16 05:36:54.490 INFO STEP 69 (remove_files) COMPLETE |
4136 | 2024-08-16T05:36:55.809Z | [ recovery-image] Aug 16 05:36:54.490 INFO O| Aug 16 05:36:54.490 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4137 | 2024-08-16T05:36:55.816Z | [ recovery-image] Aug 16 05:36:54.500 INFO O| Aug 16 05:36:54.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4138 | 2024-08-16T05:36:55.816Z | [ recovery-image] Aug 16 05:36:54.500 INFO O| Aug 16 05:36:54.500 INFO STEP 70 (remove_files) COMPLETE |
4139 | 2024-08-16T05:36:55.816Z | [ recovery-image] Aug 16 05:36:54.500 INFO O| Aug 16 05:36:54.500 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4140 | 2024-08-16T05:36:55.819Z | [ host-image] Aug 16 05:36:54.502 INFO O| Aug 16 05:36:54.502 INFO O| Done |
4141 | 2024-08-16T05:36:55.825Z | [ recovery-image] Aug 16 05:36:54.509 INFO O| Aug 16 05:36:54.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4142 | 2024-08-16T05:36:55.825Z | [ recovery-image] Aug 16 05:36:54.509 INFO O| Aug 16 05:36:54.509 INFO STEP 71 (remove_files) COMPLETE |
4143 | 2024-08-16T05:36:55.828Z | [ recovery-image] Aug 16 05:36:54.509 INFO O| Aug 16 05:36:54.509 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4144 | 2024-08-16T05:36:55.835Z | [ recovery-image] Aug 16 05:36:54.519 INFO O| Aug 16 05:36:54.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4145 | 2024-08-16T05:36:55.835Z | [ recovery-image] Aug 16 05:36:54.519 INFO O| Aug 16 05:36:54.519 INFO STEP 72 (remove_files) COMPLETE |
4146 | 2024-08-16T05:36:55.839Z | [ recovery-image] Aug 16 05:36:54.519 INFO O| Aug 16 05:36:54.519 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4147 | 2024-08-16T05:36:55.844Z | [ recovery-image] Aug 16 05:36:54.528 INFO O| Aug 16 05:36:54.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4148 | 2024-08-16T05:36:55.844Z | [ recovery-image] Aug 16 05:36:54.528 INFO O| Aug 16 05:36:54.528 INFO STEP 73 (remove_files) COMPLETE |
4149 | 2024-08-16T05:36:55.847Z | [ recovery-image] Aug 16 05:36:54.528 INFO O| Aug 16 05:36:54.528 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4150 | 2024-08-16T05:36:55.854Z | [ recovery-image] Aug 16 05:36:54.538 INFO O| Aug 16 05:36:54.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4151 | 2024-08-16T05:36:55.854Z | [ recovery-image] Aug 16 05:36:54.538 INFO O| Aug 16 05:36:54.538 INFO STEP 74 (remove_files) COMPLETE |
4152 | 2024-08-16T05:36:55.856Z | [ recovery-image] Aug 16 05:36:54.538 INFO O| Aug 16 05:36:54.538 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4153 | 2024-08-16T05:36:55.863Z | [ recovery-image] Aug 16 05:36:54.547 INFO O| Aug 16 05:36:54.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4154 | 2024-08-16T05:36:55.863Z | [ recovery-image] Aug 16 05:36:54.547 INFO O| Aug 16 05:36:54.547 INFO STEP 75 (remove_files) COMPLETE |
4155 | 2024-08-16T05:36:55.866Z | [ recovery-image] Aug 16 05:36:54.547 INFO O| Aug 16 05:36:54.547 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4156 | 2024-08-16T05:36:55.873Z | [ recovery-image] Aug 16 05:36:54.556 INFO O| Aug 16 05:36:54.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4157 | 2024-08-16T05:36:55.875Z | [ recovery-image] Aug 16 05:36:54.557 INFO O| Aug 16 05:36:54.557 INFO STEP 76 (remove_files) COMPLETE |
4158 | 2024-08-16T05:36:55.875Z | [ recovery-image] Aug 16 05:36:54.557 INFO O| Aug 16 05:36:54.557 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4159 | 2024-08-16T05:36:55.882Z | [ recovery-image] Aug 16 05:36:54.566 INFO O| Aug 16 05:36:54.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4160 | 2024-08-16T05:36:55.882Z | [ recovery-image] Aug 16 05:36:54.566 INFO O| Aug 16 05:36:54.566 INFO STEP 77 (remove_files) COMPLETE |
4161 | 2024-08-16T05:36:55.882Z | [ recovery-image] Aug 16 05:36:54.566 INFO O| Aug 16 05:36:54.566 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4162 | 2024-08-16T05:36:55.892Z | [ recovery-image] Aug 16 05:36:54.575 INFO O| Aug 16 05:36:54.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4163 | 2024-08-16T05:36:55.893Z | [ recovery-image] Aug 16 05:36:54.576 INFO O| Aug 16 05:36:54.575 INFO STEP 78 (remove_files) COMPLETE |
4164 | 2024-08-16T05:36:55.895Z | [ recovery-image] Aug 16 05:36:54.576 INFO O| Aug 16 05:36:54.576 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4165 | 2024-08-16T05:36:55.901Z | [ recovery-image] Aug 16 05:36:54.585 INFO O| Aug 16 05:36:54.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4166 | 2024-08-16T05:36:55.901Z | [ recovery-image] Aug 16 05:36:54.585 INFO O| Aug 16 05:36:54.585 INFO STEP 79 (remove_files) COMPLETE |
4167 | 2024-08-16T05:36:55.901Z | [ recovery-image] Aug 16 05:36:54.585 INFO O| Aug 16 05:36:54.585 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4168 | 2024-08-16T05:36:55.910Z | [ recovery-image] Aug 16 05:36:54.594 INFO O| Aug 16 05:36:54.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4169 | 2024-08-16T05:36:55.913Z | [ recovery-image] Aug 16 05:36:54.594 INFO O| Aug 16 05:36:54.594 INFO STEP 80 (remove_files) COMPLETE |
4170 | 2024-08-16T05:36:55.913Z | [ recovery-image] Aug 16 05:36:54.594 INFO O| Aug 16 05:36:54.594 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4171 | 2024-08-16T05:36:55.920Z | [ recovery-image] Aug 16 05:36:54.604 INFO O| Aug 16 05:36:54.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4172 | 2024-08-16T05:36:55.922Z | [ recovery-image] Aug 16 05:36:54.604 INFO O| Aug 16 05:36:54.604 INFO STEP 81 (remove_files) COMPLETE |
4173 | 2024-08-16T05:36:55.922Z | [ recovery-image] Aug 16 05:36:54.604 INFO O| Aug 16 05:36:54.604 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4174 | 2024-08-16T05:36:55.929Z | [ recovery-image] Aug 16 05:36:54.613 INFO O| Aug 16 05:36:54.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4175 | 2024-08-16T05:36:55.929Z | [ recovery-image] Aug 16 05:36:54.613 INFO O| Aug 16 05:36:54.613 INFO STEP 82 (remove_files) COMPLETE |
4176 | 2024-08-16T05:36:55.932Z | [ recovery-image] Aug 16 05:36:54.613 INFO O| Aug 16 05:36:54.613 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4177 | 2024-08-16T05:36:55.939Z | [ recovery-image] Aug 16 05:36:54.623 INFO O| Aug 16 05:36:54.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4178 | 2024-08-16T05:36:55.939Z | [ recovery-image] Aug 16 05:36:54.623 INFO O| Aug 16 05:36:54.623 INFO STEP 83 (remove_files) COMPLETE |
4179 | 2024-08-16T05:36:55.942Z | [ recovery-image] Aug 16 05:36:54.623 INFO O| Aug 16 05:36:54.623 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4180 | 2024-08-16T05:36:55.948Z | [ recovery-image] Aug 16 05:36:54.632 INFO O| Aug 16 05:36:54.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4181 | 2024-08-16T05:36:55.948Z | [ recovery-image] Aug 16 05:36:54.632 INFO O| Aug 16 05:36:54.632 INFO STEP 84 (remove_files) COMPLETE |
4182 | 2024-08-16T05:36:55.951Z | [ recovery-image] Aug 16 05:36:54.632 INFO O| Aug 16 05:36:54.632 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4183 | 2024-08-16T05:36:55.958Z | [ recovery-image] Aug 16 05:36:54.641 INFO O| Aug 16 05:36:54.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4184 | 2024-08-16T05:36:55.958Z | [ recovery-image] Aug 16 05:36:54.641 INFO O| Aug 16 05:36:54.641 INFO STEP 85 (remove_files) COMPLETE |
4185 | 2024-08-16T05:36:55.960Z | [ recovery-image] Aug 16 05:36:54.641 INFO O| Aug 16 05:36:54.641 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4186 | 2024-08-16T05:36:55.967Z | [ recovery-image] Aug 16 05:36:54.651 INFO O| Aug 16 05:36:54.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4187 | 2024-08-16T05:36:55.967Z | [ recovery-image] Aug 16 05:36:54.651 INFO O| Aug 16 05:36:54.651 INFO STEP 86 (remove_files) COMPLETE |
4188 | 2024-08-16T05:36:55.967Z | [ recovery-image] Aug 16 05:36:54.651 INFO O| Aug 16 05:36:54.651 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4189 | 2024-08-16T05:36:55.976Z | [ recovery-image] Aug 16 05:36:54.660 INFO O| Aug 16 05:36:54.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4190 | 2024-08-16T05:36:55.979Z | [ recovery-image] Aug 16 05:36:54.662 INFO O| Aug 16 05:36:54.662 INFO STEP 87 (remove_files) COMPLETE |
4191 | 2024-08-16T05:36:55.979Z | [ recovery-image] Aug 16 05:36:54.662 INFO O| Aug 16 05:36:54.662 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4192 | 2024-08-16T05:36:55.988Z | [ recovery-image] Aug 16 05:36:54.671 INFO O| Aug 16 05:36:54.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4193 | 2024-08-16T05:36:55.990Z | [ recovery-image] Aug 16 05:36:54.671 INFO O| Aug 16 05:36:54.671 INFO STEP 88 (remove_files) COMPLETE |
4194 | 2024-08-16T05:36:55.990Z | [ recovery-image] Aug 16 05:36:54.672 INFO O| Aug 16 05:36:54.671 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4195 | 2024-08-16T05:36:55.997Z | [ recovery-image] Aug 16 05:36:54.681 INFO O| Aug 16 05:36:54.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4196 | 2024-08-16T05:36:55.997Z | [ recovery-image] Aug 16 05:36:54.681 INFO O| Aug 16 05:36:54.681 INFO STEP 89 (remove_files) COMPLETE |
4197 | 2024-08-16T05:36:55.999Z | [ recovery-image] Aug 16 05:36:54.681 INFO O| Aug 16 05:36:54.681 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4198 | 2024-08-16T05:36:56.006Z | [ recovery-image] Aug 16 05:36:54.690 INFO O| Aug 16 05:36:54.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4199 | 2024-08-16T05:36:56.009Z | [ recovery-image] Aug 16 05:36:54.690 INFO O| Aug 16 05:36:54.690 INFO STEP 90 (remove_files) COMPLETE |
4200 | 2024-08-16T05:36:56.009Z | [ recovery-image] Aug 16 05:36:54.690 INFO O| Aug 16 05:36:54.690 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4201 | 2024-08-16T05:36:56.026Z | [ recovery-image] Aug 16 05:36:54.699 INFO O| Aug 16 05:36:54.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4202 | 2024-08-16T05:36:56.026Z | [ recovery-image] Aug 16 05:36:54.700 INFO O| Aug 16 05:36:54.700 INFO STEP 91 (remove_files) COMPLETE |
4203 | 2024-08-16T05:36:56.026Z | [ recovery-image] Aug 16 05:36:54.700 INFO O| Aug 16 05:36:54.700 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4204 | 2024-08-16T05:36:56.029Z | [ recovery-image] Aug 16 05:36:54.709 INFO O| Aug 16 05:36:54.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4205 | 2024-08-16T05:36:56.029Z | [ recovery-image] Aug 16 05:36:54.709 INFO O| Aug 16 05:36:54.709 INFO STEP 92 (remove_files) COMPLETE |
4206 | 2024-08-16T05:36:56.029Z | [ recovery-image] Aug 16 05:36:54.709 INFO O| Aug 16 05:36:54.709 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4207 | 2024-08-16T05:36:56.035Z | [ recovery-image] Aug 16 05:36:54.718 INFO O| Aug 16 05:36:54.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4208 | 2024-08-16T05:36:56.037Z | [ recovery-image] Aug 16 05:36:54.718 INFO O| Aug 16 05:36:54.718 INFO STEP 93 (remove_files) COMPLETE |
4209 | 2024-08-16T05:36:56.037Z | [ recovery-image] Aug 16 05:36:54.718 INFO O| Aug 16 05:36:54.718 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4210 | 2024-08-16T05:36:56.044Z | [ recovery-image] Aug 16 05:36:54.728 INFO O| Aug 16 05:36:54.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4211 | 2024-08-16T05:36:56.046Z | [ recovery-image] Aug 16 05:36:54.729 INFO O| Aug 16 05:36:54.729 INFO STEP 94 (remove_files) COMPLETE |
4212 | 2024-08-16T05:36:56.046Z | [ recovery-image] Aug 16 05:36:54.729 INFO O| Aug 16 05:36:54.729 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4213 | 2024-08-16T05:36:56.055Z | [ recovery-image] Aug 16 05:36:54.738 INFO O| Aug 16 05:36:54.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4214 | 2024-08-16T05:36:56.055Z | [ recovery-image] Aug 16 05:36:54.738 INFO O| Aug 16 05:36:54.738 INFO STEP 95 (remove_files) COMPLETE |
4215 | 2024-08-16T05:36:56.055Z | [ recovery-image] Aug 16 05:36:54.738 INFO O| Aug 16 05:36:54.738 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4216 | 2024-08-16T05:36:56.064Z | [ recovery-image] Aug 16 05:36:54.748 INFO O| Aug 16 05:36:54.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4217 | 2024-08-16T05:36:56.064Z | [ recovery-image] Aug 16 05:36:54.748 INFO O| Aug 16 05:36:54.748 INFO STEP 96 (remove_files) COMPLETE |
4218 | 2024-08-16T05:36:56.068Z | [ recovery-image] Aug 16 05:36:54.748 INFO O| Aug 16 05:36:54.748 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4219 | 2024-08-16T05:36:56.074Z | [ recovery-image] Aug 16 05:36:54.757 INFO O| Aug 16 05:36:54.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4220 | 2024-08-16T05:36:56.074Z | [ recovery-image] Aug 16 05:36:54.757 INFO O| Aug 16 05:36:54.757 INFO STEP 97 (remove_files) COMPLETE |
4221 | 2024-08-16T05:36:56.074Z | [ recovery-image] Aug 16 05:36:54.757 INFO O| Aug 16 05:36:54.757 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4222 | 2024-08-16T05:36:56.083Z | [ recovery-image] Aug 16 05:36:54.766 INFO O| Aug 16 05:36:54.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4223 | 2024-08-16T05:36:56.083Z | [ recovery-image] Aug 16 05:36:54.766 INFO O| Aug 16 05:36:54.766 INFO STEP 98 (remove_files) COMPLETE |
4224 | 2024-08-16T05:36:56.083Z | [ recovery-image] Aug 16 05:36:54.767 INFO O| Aug 16 05:36:54.766 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4225 | 2024-08-16T05:36:56.093Z | [ recovery-image] Aug 16 05:36:54.776 INFO O| Aug 16 05:36:54.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4226 | 2024-08-16T05:36:56.096Z | [ recovery-image] Aug 16 05:36:54.776 INFO O| Aug 16 05:36:54.776 INFO STEP 99 (remove_files) COMPLETE |
4227 | 2024-08-16T05:36:56.096Z | [ recovery-image] Aug 16 05:36:54.776 INFO O| Aug 16 05:36:54.776 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4228 | 2024-08-16T05:36:56.103Z | [ recovery-image] Aug 16 05:36:54.785 INFO O| Aug 16 05:36:54.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4229 | 2024-08-16T05:36:56.103Z | [ recovery-image] Aug 16 05:36:54.785 INFO O| Aug 16 05:36:54.785 INFO STEP 100 (remove_files) COMPLETE |
4230 | 2024-08-16T05:36:56.106Z | [ recovery-image] Aug 16 05:36:54.785 INFO O| Aug 16 05:36:54.785 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4231 | 2024-08-16T05:36:56.111Z | [ recovery-image] Aug 16 05:36:54.795 INFO O| Aug 16 05:36:54.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4232 | 2024-08-16T05:36:56.111Z | [ recovery-image] Aug 16 05:36:54.795 INFO O| Aug 16 05:36:54.795 INFO STEP 101 (remove_files) COMPLETE |
4233 | 2024-08-16T05:36:56.114Z | [ recovery-image] Aug 16 05:36:54.795 INFO O| Aug 16 05:36:54.795 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4234 | 2024-08-16T05:36:56.120Z | [ recovery-image] Aug 16 05:36:54.804 INFO O| Aug 16 05:36:54.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4235 | 2024-08-16T05:36:56.120Z | [ recovery-image] Aug 16 05:36:54.804 INFO O| Aug 16 05:36:54.804 INFO STEP 102 (remove_files) COMPLETE |
4236 | 2024-08-16T05:36:56.121Z | [ recovery-image] Aug 16 05:36:54.804 INFO O| Aug 16 05:36:54.804 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4237 | 2024-08-16T05:36:56.130Z | [ recovery-image] Aug 16 05:36:54.813 INFO O| Aug 16 05:36:54.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4238 | 2024-08-16T05:36:56.130Z | [ recovery-image] Aug 16 05:36:54.813 INFO O| Aug 16 05:36:54.813 INFO STEP 103 (remove_files) COMPLETE |
4239 | 2024-08-16T05:36:56.130Z | [ recovery-image] Aug 16 05:36:54.813 INFO O| Aug 16 05:36:54.813 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4240 | 2024-08-16T05:36:56.140Z | [ recovery-image] Aug 16 05:36:54.823 INFO O| Aug 16 05:36:54.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4241 | 2024-08-16T05:36:56.140Z | [ recovery-image] Aug 16 05:36:54.823 INFO O| Aug 16 05:36:54.823 INFO STEP 104 (remove_files) COMPLETE |
4242 | 2024-08-16T05:36:56.140Z | [ recovery-image] Aug 16 05:36:54.823 INFO O| Aug 16 05:36:54.823 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4243 | 2024-08-16T05:36:56.149Z | [ recovery-image] Aug 16 05:36:54.832 INFO O| Aug 16 05:36:54.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4244 | 2024-08-16T05:36:56.149Z | [ recovery-image] Aug 16 05:36:54.833 INFO O| Aug 16 05:36:54.832 INFO STEP 105 (remove_files) COMPLETE |
4245 | 2024-08-16T05:36:56.152Z | [ recovery-image] Aug 16 05:36:54.833 INFO O| Aug 16 05:36:54.833 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4246 | 2024-08-16T05:36:56.159Z | [ recovery-image] Aug 16 05:36:54.842 INFO O| Aug 16 05:36:54.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4247 | 2024-08-16T05:36:56.159Z | [ recovery-image] Aug 16 05:36:54.842 INFO O| Aug 16 05:36:54.842 INFO STEP 106 (remove_files) COMPLETE |
4248 | 2024-08-16T05:36:56.162Z | [ recovery-image] Aug 16 05:36:54.842 INFO O| Aug 16 05:36:54.842 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4249 | 2024-08-16T05:36:56.168Z | [ recovery-image] Aug 16 05:36:54.851 INFO O| Aug 16 05:36:54.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4250 | 2024-08-16T05:36:56.168Z | [ recovery-image] Aug 16 05:36:54.851 INFO O| Aug 16 05:36:54.851 INFO STEP 107 (remove_files) COMPLETE |
4251 | 2024-08-16T05:36:56.173Z | [ recovery-image] Aug 16 05:36:54.851 INFO O| Aug 16 05:36:54.851 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4252 | 2024-08-16T05:36:56.177Z | [ recovery-image] Aug 16 05:36:54.861 INFO O| Aug 16 05:36:54.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4253 | 2024-08-16T05:36:56.177Z | [ recovery-image] Aug 16 05:36:54.861 INFO O| Aug 16 05:36:54.861 INFO STEP 108 (remove_files) COMPLETE |
4254 | 2024-08-16T05:36:56.181Z | [ recovery-image] Aug 16 05:36:54.861 INFO O| Aug 16 05:36:54.861 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4255 | 2024-08-16T05:36:56.187Z | [ recovery-image] Aug 16 05:36:54.870 INFO O| Aug 16 05:36:54.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4256 | 2024-08-16T05:36:56.187Z | [ recovery-image] Aug 16 05:36:54.870 INFO O| Aug 16 05:36:54.870 INFO STEP 109 (remove_files) COMPLETE |
4257 | 2024-08-16T05:36:56.187Z | [ recovery-image] Aug 16 05:36:54.870 INFO O| Aug 16 05:36:54.870 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4258 | 2024-08-16T05:36:56.196Z | [ recovery-image] Aug 16 05:36:54.880 INFO O| Aug 16 05:36:54.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4259 | 2024-08-16T05:36:56.196Z | [ recovery-image] Aug 16 05:36:54.880 INFO O| Aug 16 05:36:54.880 INFO STEP 110 (remove_files) COMPLETE |
4260 | 2024-08-16T05:36:56.196Z | [ recovery-image] Aug 16 05:36:54.880 INFO O| Aug 16 05:36:54.880 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4261 | 2024-08-16T05:36:56.205Z | [ recovery-image] Aug 16 05:36:54.889 INFO O| Aug 16 05:36:54.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4262 | 2024-08-16T05:36:56.206Z | [ recovery-image] Aug 16 05:36:54.889 INFO O| Aug 16 05:36:54.889 INFO STEP 111 (remove_files) COMPLETE |
4263 | 2024-08-16T05:36:56.208Z | [ recovery-image] Aug 16 05:36:54.889 INFO O| Aug 16 05:36:54.889 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4264 | 2024-08-16T05:36:56.215Z | [ recovery-image] Aug 16 05:36:54.899 INFO O| Aug 16 05:36:54.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4265 | 2024-08-16T05:36:56.215Z | [ recovery-image] Aug 16 05:36:54.899 INFO O| Aug 16 05:36:54.899 INFO STEP 112 (remove_files) COMPLETE |
4266 | 2024-08-16T05:36:56.215Z | [ recovery-image] Aug 16 05:36:54.899 INFO O| Aug 16 05:36:54.899 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4267 | 2024-08-16T05:36:56.224Z | [ recovery-image] Aug 16 05:36:54.908 INFO O| Aug 16 05:36:54.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4268 | 2024-08-16T05:36:56.224Z | [ recovery-image] Aug 16 05:36:54.908 INFO O| Aug 16 05:36:54.908 INFO STEP 113 (remove_files) COMPLETE |
4269 | 2024-08-16T05:36:56.228Z | [ recovery-image] Aug 16 05:36:54.908 INFO O| Aug 16 05:36:54.908 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4270 | 2024-08-16T05:36:56.234Z | [ recovery-image] Aug 16 05:36:54.917 INFO O| Aug 16 05:36:54.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4271 | 2024-08-16T05:36:56.236Z | [ recovery-image] Aug 16 05:36:54.917 INFO O| Aug 16 05:36:54.917 INFO STEP 114 (remove_files) COMPLETE |
4272 | 2024-08-16T05:36:56.236Z | [ recovery-image] Aug 16 05:36:54.917 INFO O| Aug 16 05:36:54.917 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4273 | 2024-08-16T05:36:56.243Z | [ recovery-image] Aug 16 05:36:54.927 INFO O| Aug 16 05:36:54.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4274 | 2024-08-16T05:36:56.243Z | [ recovery-image] Aug 16 05:36:54.927 INFO O| Aug 16 05:36:54.927 INFO STEP 115 (remove_files) COMPLETE |
4275 | 2024-08-16T05:36:56.243Z | [ recovery-image] Aug 16 05:36:54.927 INFO O| Aug 16 05:36:54.927 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4276 | 2024-08-16T05:36:56.252Z | [ recovery-image] Aug 16 05:36:54.936 INFO O| Aug 16 05:36:54.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4277 | 2024-08-16T05:36:56.252Z | [ recovery-image] Aug 16 05:36:54.936 INFO O| Aug 16 05:36:54.936 INFO STEP 116 (remove_files) COMPLETE |
4278 | 2024-08-16T05:36:56.255Z | [ recovery-image] Aug 16 05:36:54.936 INFO O| Aug 16 05:36:54.936 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4279 | 2024-08-16T05:36:56.262Z | [ recovery-image] Aug 16 05:36:54.945 INFO O| Aug 16 05:36:54.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4280 | 2024-08-16T05:36:56.262Z | [ recovery-image] Aug 16 05:36:54.946 INFO O| Aug 16 05:36:54.945 INFO STEP 117 (remove_files) COMPLETE |
4281 | 2024-08-16T05:36:56.262Z | [ recovery-image] Aug 16 05:36:54.946 INFO O| Aug 16 05:36:54.946 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4282 | 2024-08-16T05:36:56.272Z | [ recovery-image] Aug 16 05:36:54.955 INFO O| Aug 16 05:36:54.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4283 | 2024-08-16T05:36:56.272Z | [ recovery-image] Aug 16 05:36:54.955 INFO O| Aug 16 05:36:54.955 INFO STEP 118 (remove_files) COMPLETE |
4284 | 2024-08-16T05:36:56.272Z | [ recovery-image] Aug 16 05:36:54.955 INFO O| Aug 16 05:36:54.955 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4285 | 2024-08-16T05:36:56.281Z | [ recovery-image] Aug 16 05:36:54.965 INFO O| Aug 16 05:36:54.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4286 | 2024-08-16T05:36:56.281Z | [ recovery-image] Aug 16 05:36:54.965 INFO O| Aug 16 05:36:54.965 INFO STEP 119 (remove_files) COMPLETE |
4287 | 2024-08-16T05:36:56.281Z | [ recovery-image] Aug 16 05:36:54.965 INFO O| Aug 16 05:36:54.965 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4288 | 2024-08-16T05:36:56.287Z | [ host-image] Aug 16 05:36:54.971 INFO O| Aug 16 05:36:54.971 INFO O| Done |
4289 | 2024-08-16T05:36:56.291Z | [ recovery-image] Aug 16 05:36:54.974 INFO O| Aug 16 05:36:54.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4290 | 2024-08-16T05:36:56.291Z | [ recovery-image] Aug 16 05:36:54.974 INFO O| Aug 16 05:36:54.974 INFO STEP 120 (remove_files) COMPLETE |
4291 | 2024-08-16T05:36:56.293Z | [ recovery-image] Aug 16 05:36:54.974 INFO O| Aug 16 05:36:54.974 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-08-16T05:36:56.300Z | [ recovery-image] Aug 16 05:36:54.984 INFO O| Aug 16 05:36:54.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4293 | 2024-08-16T05:36:56.300Z | [ recovery-image] Aug 16 05:36:54.984 INFO O| Aug 16 05:36:54.984 INFO STEP 121 (remove_files) COMPLETE |
4294 | 2024-08-16T05:36:56.300Z | [ recovery-image] Aug 16 05:36:54.984 INFO O| Aug 16 05:36:54.984 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-08-16T05:36:56.310Z | [ recovery-image] Aug 16 05:36:54.993 INFO O| Aug 16 05:36:54.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4296 | 2024-08-16T05:36:56.310Z | [ recovery-image] Aug 16 05:36:54.993 INFO O| Aug 16 05:36:54.993 INFO STEP 122 (remove_files) COMPLETE |
4297 | 2024-08-16T05:36:56.312Z | [ recovery-image] Aug 16 05:36:54.993 INFO O| Aug 16 05:36:54.993 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4298 | 2024-08-16T05:36:56.323Z | [ recovery-image] Aug 16 05:36:55.005 INFO O| Aug 16 05:36:55.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4299 | 2024-08-16T05:36:56.323Z | [ recovery-image] Aug 16 05:36:55.005 INFO O| Aug 16 05:36:55.005 INFO STEP 123 (remove_files) COMPLETE |
4300 | 2024-08-16T05:36:56.323Z | [ recovery-image] Aug 16 05:36:55.005 INFO O| Aug 16 05:36:55.005 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4301 | 2024-08-16T05:36:56.333Z | [ recovery-image] Aug 16 05:36:55.016 INFO O| Aug 16 05:36:55.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4302 | 2024-08-16T05:36:56.333Z | [ recovery-image] Aug 16 05:36:55.016 INFO O| Aug 16 05:36:55.016 INFO STEP 124 (remove_files) COMPLETE |
4303 | 2024-08-16T05:36:56.333Z | [ recovery-image] Aug 16 05:36:55.016 INFO O| Aug 16 05:36:55.016 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4304 | 2024-08-16T05:36:56.343Z | [ recovery-image] Aug 16 05:36:55.027 INFO O| Aug 16 05:36:55.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4305 | 2024-08-16T05:36:56.343Z | [ recovery-image] Aug 16 05:36:55.027 INFO O| Aug 16 05:36:55.027 INFO STEP 125 (remove_files) COMPLETE |
4306 | 2024-08-16T05:36:56.346Z | [ recovery-image] Aug 16 05:36:55.027 INFO O| Aug 16 05:36:55.027 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4307 | 2024-08-16T05:36:56.354Z | [ recovery-image] Aug 16 05:36:55.037 INFO O| Aug 16 05:36:55.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4308 | 2024-08-16T05:36:56.354Z | [ recovery-image] Aug 16 05:36:55.037 INFO O| Aug 16 05:36:55.037 INFO STEP 126 (remove_files) COMPLETE |
4309 | 2024-08-16T05:36:56.356Z | [ recovery-image] Aug 16 05:36:55.037 INFO O| Aug 16 05:36:55.037 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4310 | 2024-08-16T05:36:56.364Z | [ recovery-image] Aug 16 05:36:55.047 INFO O| Aug 16 05:36:55.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4311 | 2024-08-16T05:36:56.367Z | [ recovery-image] Aug 16 05:36:55.047 INFO O| Aug 16 05:36:55.047 INFO STEP 127 (remove_files) COMPLETE |
4312 | 2024-08-16T05:36:56.367Z | [ recovery-image] Aug 16 05:36:55.047 INFO O| Aug 16 05:36:55.047 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-08-16T05:36:56.375Z | [ recovery-image] Aug 16 05:36:55.058 INFO O| Aug 16 05:36:55.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4314 | 2024-08-16T05:36:56.375Z | [ recovery-image] Aug 16 05:36:55.058 INFO O| Aug 16 05:36:55.058 INFO STEP 128 (remove_files) COMPLETE |
4315 | 2024-08-16T05:36:56.377Z | [ recovery-image] Aug 16 05:36:55.059 INFO O| Aug 16 05:36:55.058 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-08-16T05:36:56.385Z | [ recovery-image] Aug 16 05:36:55.069 INFO O| Aug 16 05:36:55.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4317 | 2024-08-16T05:36:56.385Z | [ recovery-image] Aug 16 05:36:55.069 INFO O| Aug 16 05:36:55.069 INFO STEP 129 (remove_files) COMPLETE |
4318 | 2024-08-16T05:36:56.388Z | [ recovery-image] Aug 16 05:36:55.069 INFO O| Aug 16 05:36:55.069 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-08-16T05:36:56.395Z | [ recovery-image] Aug 16 05:36:55.079 INFO O| Aug 16 05:36:55.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4320 | 2024-08-16T05:36:56.395Z | [ recovery-image] Aug 16 05:36:55.079 INFO O| Aug 16 05:36:55.079 INFO STEP 130 (remove_files) COMPLETE |
4321 | 2024-08-16T05:36:56.398Z | [ recovery-image] Aug 16 05:36:55.079 INFO O| Aug 16 05:36:55.079 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-08-16T05:36:56.405Z | [ recovery-image] Aug 16 05:36:55.089 INFO O| Aug 16 05:36:55.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4323 | 2024-08-16T05:36:56.407Z | [ recovery-image] Aug 16 05:36:55.089 INFO O| Aug 16 05:36:55.089 INFO STEP 131 (remove_files) COMPLETE |
4324 | 2024-08-16T05:36:56.407Z | [ recovery-image] Aug 16 05:36:55.089 INFO O| Aug 16 05:36:55.089 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-08-16T05:36:56.417Z | [ recovery-image] Aug 16 05:36:55.101 INFO O| Aug 16 05:36:55.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4326 | 2024-08-16T05:36:56.417Z | [ recovery-image] Aug 16 05:36:55.101 INFO O| Aug 16 05:36:55.101 INFO STEP 132 (remove_files) COMPLETE |
4327 | 2024-08-16T05:36:56.417Z | [ recovery-image] Aug 16 05:36:55.101 INFO O| Aug 16 05:36:55.101 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-08-16T05:36:56.430Z | [ recovery-image] Aug 16 05:36:55.113 INFO O| Aug 16 05:36:55.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4329 | 2024-08-16T05:36:56.430Z | [ recovery-image] Aug 16 05:36:55.113 INFO O| Aug 16 05:36:55.113 INFO STEP 133 (remove_files) COMPLETE |
4330 | 2024-08-16T05:36:56.433Z | [ recovery-image] Aug 16 05:36:55.113 INFO O| Aug 16 05:36:55.113 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-08-16T05:36:56.442Z | [ recovery-image] Aug 16 05:36:55.126 INFO O| Aug 16 05:36:55.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4332 | 2024-08-16T05:36:56.442Z | [ recovery-image] Aug 16 05:36:55.126 INFO O| Aug 16 05:36:55.126 INFO STEP 134 (remove_files) COMPLETE |
4333 | 2024-08-16T05:36:56.445Z | [ recovery-image] Aug 16 05:36:55.126 INFO O| Aug 16 05:36:55.126 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-08-16T05:36:56.455Z | [ recovery-image] Aug 16 05:36:55.138 INFO O| Aug 16 05:36:55.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4335 | 2024-08-16T05:36:56.457Z | [ recovery-image] Aug 16 05:36:55.138 INFO O| Aug 16 05:36:55.138 INFO STEP 135 (remove_files) COMPLETE |
4336 | 2024-08-16T05:36:56.457Z | [ recovery-image] Aug 16 05:36:55.138 INFO O| Aug 16 05:36:55.138 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-08-16T05:36:56.466Z | [ recovery-image] Aug 16 05:36:55.149 INFO O| Aug 16 05:36:55.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4338 | 2024-08-16T05:36:56.466Z | [ recovery-image] Aug 16 05:36:55.149 INFO O| Aug 16 05:36:55.149 INFO STEP 136 (remove_files) COMPLETE |
4339 | 2024-08-16T05:36:56.466Z | [ recovery-image] Aug 16 05:36:55.149 INFO O| Aug 16 05:36:55.149 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-08-16T05:36:56.477Z | [ recovery-image] Aug 16 05:36:55.160 INFO O| Aug 16 05:36:55.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4341 | 2024-08-16T05:36:56.477Z | [ recovery-image] Aug 16 05:36:55.160 INFO O| Aug 16 05:36:55.160 INFO STEP 137 (remove_files) COMPLETE |
4342 | 2024-08-16T05:36:56.477Z | [ recovery-image] Aug 16 05:36:55.161 INFO O| Aug 16 05:36:55.160 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-08-16T05:36:56.487Z | [ recovery-image] Aug 16 05:36:55.170 INFO O| Aug 16 05:36:55.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4344 | 2024-08-16T05:36:56.487Z | [ recovery-image] Aug 16 05:36:55.170 INFO O| Aug 16 05:36:55.170 INFO STEP 138 (remove_files) COMPLETE |
4345 | 2024-08-16T05:36:56.489Z | [ recovery-image] Aug 16 05:36:55.170 INFO O| Aug 16 05:36:55.170 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-08-16T05:36:56.498Z | [ recovery-image] Aug 16 05:36:55.181 INFO O| Aug 16 05:36:55.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4347 | 2024-08-16T05:36:56.498Z | [ recovery-image] Aug 16 05:36:55.181 INFO O| Aug 16 05:36:55.181 INFO STEP 139 (remove_files) COMPLETE |
4348 | 2024-08-16T05:36:56.500Z | [ recovery-image] Aug 16 05:36:55.181 INFO O| Aug 16 05:36:55.181 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-08-16T05:36:56.509Z | [ recovery-image] Aug 16 05:36:55.192 INFO O| Aug 16 05:36:55.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4350 | 2024-08-16T05:36:56.511Z | [ recovery-image] Aug 16 05:36:55.192 INFO O| Aug 16 05:36:55.192 INFO STEP 140 (remove_files) COMPLETE |
4351 | 2024-08-16T05:36:56.511Z | [ recovery-image] Aug 16 05:36:55.192 INFO O| Aug 16 05:36:55.192 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-08-16T05:36:56.515Z | [ host-image] Aug 16 05:36:55.199 INFO O| Aug 16 05:36:55.199 INFO STEP 11 (pkg_install) COMPLETE |
4353 | 2024-08-16T05:36:56.518Z | [ host-image] Aug 16 05:36:55.199 INFO O| Aug 16 05:36:55.199 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4354 | 2024-08-16T05:36:56.520Z | [ recovery-image] Aug 16 05:36:55.202 INFO O| Aug 16 05:36:55.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4355 | 2024-08-16T05:36:56.520Z | [ recovery-image] Aug 16 05:36:55.202 INFO O| Aug 16 05:36:55.202 INFO STEP 141 (remove_files) COMPLETE |
4356 | 2024-08-16T05:36:56.520Z | [ recovery-image] Aug 16 05:36:55.202 INFO O| Aug 16 05:36:55.202 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-08-16T05:36:56.525Z | [ host-image] Aug 16 05:36:55.209 INFO O| Aug 16 05:36:55.209 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
4358 | 2024-08-16T05:36:56.528Z | [ recovery-image] Aug 16 05:36:55.212 INFO O| Aug 16 05:36:55.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4359 | 2024-08-16T05:36:56.531Z | [ recovery-image] Aug 16 05:36:55.212 INFO O| Aug 16 05:36:55.212 INFO STEP 142 (remove_files) COMPLETE |
4360 | 2024-08-16T05:36:56.531Z | [ recovery-image] Aug 16 05:36:55.212 INFO O| Aug 16 05:36:55.212 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-08-16T05:36:56.539Z | [ recovery-image] Aug 16 05:36:55.222 INFO O| Aug 16 05:36:55.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4362 | 2024-08-16T05:36:56.539Z | [ recovery-image] Aug 16 05:36:55.222 INFO O| Aug 16 05:36:55.222 INFO STEP 143 (remove_files) COMPLETE |
4363 | 2024-08-16T05:36:56.541Z | [ recovery-image] Aug 16 05:36:55.222 INFO O| Aug 16 05:36:55.222 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-08-16T05:36:56.548Z | [ recovery-image] Aug 16 05:36:55.232 INFO O| Aug 16 05:36:55.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4365 | 2024-08-16T05:36:56.550Z | [ recovery-image] Aug 16 05:36:55.232 INFO O| Aug 16 05:36:55.232 INFO STEP 144 (remove_files) COMPLETE |
4366 | 2024-08-16T05:36:56.550Z | [ recovery-image] Aug 16 05:36:55.232 INFO O| Aug 16 05:36:55.232 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-08-16T05:36:56.558Z | [ recovery-image] Aug 16 05:36:55.241 INFO O| Aug 16 05:36:55.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4368 | 2024-08-16T05:36:56.558Z | [ recovery-image] Aug 16 05:36:55.241 INFO O| Aug 16 05:36:55.241 INFO STEP 145 (remove_files) COMPLETE |
4369 | 2024-08-16T05:36:56.560Z | [ recovery-image] Aug 16 05:36:55.241 INFO O| Aug 16 05:36:55.241 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-08-16T05:36:56.568Z | [ recovery-image] Aug 16 05:36:55.251 INFO O| Aug 16 05:36:55.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4371 | 2024-08-16T05:36:56.568Z | [ recovery-image] Aug 16 05:36:55.251 INFO O| Aug 16 05:36:55.251 INFO STEP 146 (remove_files) COMPLETE |
4372 | 2024-08-16T05:36:56.568Z | [ recovery-image] Aug 16 05:36:55.251 INFO O| Aug 16 05:36:55.251 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-08-16T05:36:56.577Z | [ recovery-image] Aug 16 05:36:55.260 INFO O| Aug 16 05:36:55.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4374 | 2024-08-16T05:36:56.577Z | [ recovery-image] Aug 16 05:36:55.260 INFO O| Aug 16 05:36:55.260 INFO STEP 147 (remove_files) COMPLETE |
4375 | 2024-08-16T05:36:56.579Z | [ recovery-image] Aug 16 05:36:55.260 INFO O| Aug 16 05:36:55.260 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-08-16T05:36:56.587Z | [ recovery-image] Aug 16 05:36:55.270 INFO O| Aug 16 05:36:55.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4377 | 2024-08-16T05:36:56.587Z | [ recovery-image] Aug 16 05:36:55.270 INFO O| Aug 16 05:36:55.270 INFO STEP 148 (remove_files) COMPLETE |
4378 | 2024-08-16T05:36:56.587Z | [ recovery-image] Aug 16 05:36:55.270 INFO O| Aug 16 05:36:55.270 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-08-16T05:36:56.596Z | [ recovery-image] Aug 16 05:36:55.279 INFO O| Aug 16 05:36:55.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4380 | 2024-08-16T05:36:56.596Z | [ recovery-image] Aug 16 05:36:55.279 INFO O| Aug 16 05:36:55.279 INFO STEP 149 (remove_files) COMPLETE |
4381 | 2024-08-16T05:36:56.596Z | [ recovery-image] Aug 16 05:36:55.279 INFO O| Aug 16 05:36:55.279 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-08-16T05:36:56.605Z | [ recovery-image] Aug 16 05:36:55.289 INFO O| Aug 16 05:36:55.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4383 | 2024-08-16T05:36:56.605Z | [ recovery-image] Aug 16 05:36:55.289 INFO O| Aug 16 05:36:55.289 INFO STEP 150 (remove_files) COMPLETE |
4384 | 2024-08-16T05:36:56.608Z | [ recovery-image] Aug 16 05:36:55.289 INFO O| Aug 16 05:36:55.289 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-08-16T05:36:56.617Z | [ recovery-image] Aug 16 05:36:55.298 INFO O| Aug 16 05:36:55.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4386 | 2024-08-16T05:36:56.617Z | [ recovery-image] Aug 16 05:36:55.298 INFO O| Aug 16 05:36:55.298 INFO STEP 151 (remove_files) COMPLETE |
4387 | 2024-08-16T05:36:56.617Z | [ recovery-image] Aug 16 05:36:55.298 INFO O| Aug 16 05:36:55.298 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-08-16T05:36:56.626Z | [ recovery-image] Aug 16 05:36:55.308 INFO O| Aug 16 05:36:55.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4389 | 2024-08-16T05:36:56.626Z | [ recovery-image] Aug 16 05:36:55.308 INFO O| Aug 16 05:36:55.308 INFO STEP 152 (remove_files) COMPLETE |
4390 | 2024-08-16T05:36:56.630Z | [ recovery-image] Aug 16 05:36:55.308 INFO O| Aug 16 05:36:55.308 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-08-16T05:36:56.634Z | [ recovery-image] Aug 16 05:36:55.317 INFO O| Aug 16 05:36:55.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4392 | 2024-08-16T05:36:56.634Z | [ recovery-image] Aug 16 05:36:55.317 INFO O| Aug 16 05:36:55.317 INFO STEP 153 (remove_files) COMPLETE |
4393 | 2024-08-16T05:36:56.638Z | [ recovery-image] Aug 16 05:36:55.317 INFO O| Aug 16 05:36:55.317 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-08-16T05:36:56.644Z | [ recovery-image] Aug 16 05:36:55.327 INFO O| Aug 16 05:36:55.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4395 | 2024-08-16T05:36:56.644Z | [ recovery-image] Aug 16 05:36:55.327 INFO O| Aug 16 05:36:55.327 INFO STEP 154 (remove_files) COMPLETE |
4396 | 2024-08-16T05:36:56.644Z | [ recovery-image] Aug 16 05:36:55.327 INFO O| Aug 16 05:36:55.327 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-08-16T05:36:56.656Z | [ recovery-image] Aug 16 05:36:55.339 INFO O| Aug 16 05:36:55.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4398 | 2024-08-16T05:36:56.656Z | [ recovery-image] Aug 16 05:36:55.339 INFO O| Aug 16 05:36:55.339 INFO STEP 155 (remove_files) COMPLETE |
4399 | 2024-08-16T05:36:56.658Z | [ recovery-image] Aug 16 05:36:55.339 INFO O| Aug 16 05:36:55.339 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-08-16T05:36:56.667Z | [ recovery-image] Aug 16 05:36:55.350 INFO O| Aug 16 05:36:55.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4401 | 2024-08-16T05:36:56.669Z | [ recovery-image] Aug 16 05:36:55.351 INFO O| Aug 16 05:36:55.351 INFO STEP 156 (remove_files) COMPLETE |
4402 | 2024-08-16T05:36:56.670Z | [ recovery-image] Aug 16 05:36:55.351 INFO O| Aug 16 05:36:55.351 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-08-16T05:36:56.679Z | [ recovery-image] Aug 16 05:36:55.362 INFO O| Aug 16 05:36:55.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4404 | 2024-08-16T05:36:56.679Z | [ recovery-image] Aug 16 05:36:55.362 INFO O| Aug 16 05:36:55.362 INFO STEP 157 (remove_files) COMPLETE |
4405 | 2024-08-16T05:36:56.682Z | [ recovery-image] Aug 16 05:36:55.362 INFO O| Aug 16 05:36:55.362 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-08-16T05:36:56.688Z | [ recovery-image] Aug 16 05:36:55.371 INFO O| Aug 16 05:36:55.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4407 | 2024-08-16T05:36:56.688Z | [ recovery-image] Aug 16 05:36:55.371 INFO O| Aug 16 05:36:55.371 INFO STEP 158 (remove_files) COMPLETE |
4408 | 2024-08-16T05:36:56.691Z | [ recovery-image] Aug 16 05:36:55.372 INFO O| Aug 16 05:36:55.371 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-08-16T05:36:56.698Z | [ recovery-image] Aug 16 05:36:55.381 INFO O| Aug 16 05:36:55.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4410 | 2024-08-16T05:36:56.698Z | [ recovery-image] Aug 16 05:36:55.381 INFO O| Aug 16 05:36:55.381 INFO STEP 159 (remove_files) COMPLETE |
4411 | 2024-08-16T05:36:56.698Z | [ recovery-image] Aug 16 05:36:55.381 INFO O| Aug 16 05:36:55.381 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-08-16T05:36:56.707Z | [ recovery-image] Aug 16 05:36:55.391 INFO O| Aug 16 05:36:55.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4413 | 2024-08-16T05:36:56.707Z | [ recovery-image] Aug 16 05:36:55.391 INFO O| Aug 16 05:36:55.391 INFO STEP 160 (remove_files) COMPLETE |
4414 | 2024-08-16T05:36:56.707Z | [ recovery-image] Aug 16 05:36:55.391 INFO O| Aug 16 05:36:55.391 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-08-16T05:36:56.717Z | [ recovery-image] Aug 16 05:36:55.400 INFO O| Aug 16 05:36:55.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4416 | 2024-08-16T05:36:56.717Z | [ recovery-image] Aug 16 05:36:55.400 INFO O| Aug 16 05:36:55.400 INFO STEP 161 (remove_files) COMPLETE |
4417 | 2024-08-16T05:36:56.719Z | [ recovery-image] Aug 16 05:36:55.400 INFO O| Aug 16 05:36:55.400 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-08-16T05:36:56.728Z | [ recovery-image] Aug 16 05:36:55.412 INFO O| Aug 16 05:36:55.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4419 | 2024-08-16T05:36:56.728Z | [ recovery-image] Aug 16 05:36:55.412 INFO O| Aug 16 05:36:55.412 INFO STEP 162 (remove_files) COMPLETE |
4420 | 2024-08-16T05:36:56.731Z | [ recovery-image] Aug 16 05:36:55.412 INFO O| Aug 16 05:36:55.412 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-08-16T05:36:56.738Z | [ recovery-image] Aug 16 05:36:55.421 INFO O| Aug 16 05:36:55.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4422 | 2024-08-16T05:36:56.738Z | [ recovery-image] Aug 16 05:36:55.422 INFO O| Aug 16 05:36:55.421 INFO STEP 163 (remove_files) COMPLETE |
4423 | 2024-08-16T05:36:56.738Z | [ recovery-image] Aug 16 05:36:55.422 INFO O| Aug 16 05:36:55.422 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-08-16T05:36:56.750Z | [ recovery-image] Aug 16 05:36:55.433 INFO O| Aug 16 05:36:55.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4425 | 2024-08-16T05:36:56.752Z | [ recovery-image] Aug 16 05:36:55.434 INFO O| Aug 16 05:36:55.434 INFO STEP 164 (remove_files) COMPLETE |
4426 | 2024-08-16T05:36:56.752Z | [ recovery-image] Aug 16 05:36:55.434 INFO O| Aug 16 05:36:55.434 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-08-16T05:36:56.762Z | [ recovery-image] Aug 16 05:36:55.445 INFO O| Aug 16 05:36:55.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4428 | 2024-08-16T05:36:56.762Z | [ recovery-image] Aug 16 05:36:55.445 INFO O| Aug 16 05:36:55.445 INFO STEP 165 (remove_files) COMPLETE |
4429 | 2024-08-16T05:36:56.765Z | [ recovery-image] Aug 16 05:36:55.445 INFO O| Aug 16 05:36:55.445 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-08-16T05:36:56.772Z | [ recovery-image] Aug 16 05:36:55.455 INFO O| Aug 16 05:36:55.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4431 | 2024-08-16T05:36:56.774Z | [ recovery-image] Aug 16 05:36:55.457 INFO O| Aug 16 05:36:55.457 INFO STEP 166 (remove_files) COMPLETE |
4432 | 2024-08-16T05:36:56.774Z | [ recovery-image] Aug 16 05:36:55.457 INFO O| Aug 16 05:36:55.457 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-08-16T05:36:56.783Z | [ recovery-image] Aug 16 05:36:55.467 INFO O| Aug 16 05:36:55.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4434 | 2024-08-16T05:36:56.783Z | [ recovery-image] Aug 16 05:36:55.467 INFO O| Aug 16 05:36:55.467 INFO STEP 167 (remove_files) COMPLETE |
4435 | 2024-08-16T05:36:56.786Z | [ recovery-image] Aug 16 05:36:55.467 INFO O| Aug 16 05:36:55.467 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-08-16T05:36:56.793Z | [ recovery-image] Aug 16 05:36:55.476 INFO O| Aug 16 05:36:55.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4437 | 2024-08-16T05:36:56.796Z | [ recovery-image] Aug 16 05:36:55.476 INFO O| Aug 16 05:36:55.476 INFO STEP 168 (remove_files) COMPLETE |
4438 | 2024-08-16T05:36:56.796Z | [ recovery-image] Aug 16 05:36:55.476 INFO O| Aug 16 05:36:55.476 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-08-16T05:36:56.804Z | [ recovery-image] Aug 16 05:36:55.488 INFO O| Aug 16 05:36:55.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4440 | 2024-08-16T05:36:56.807Z | [ recovery-image] Aug 16 05:36:55.488 INFO O| Aug 16 05:36:55.488 INFO STEP 169 (remove_files) COMPLETE |
4441 | 2024-08-16T05:36:56.807Z | [ recovery-image] Aug 16 05:36:55.488 INFO O| Aug 16 05:36:55.488 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-08-16T05:36:56.815Z | [ recovery-image] Aug 16 05:36:55.498 INFO O| Aug 16 05:36:55.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4443 | 2024-08-16T05:36:56.815Z | [ recovery-image] Aug 16 05:36:55.498 INFO O| Aug 16 05:36:55.498 INFO STEP 170 (remove_files) COMPLETE |
4444 | 2024-08-16T05:36:56.817Z | [ recovery-image] Aug 16 05:36:55.498 INFO O| Aug 16 05:36:55.498 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-08-16T05:36:56.825Z | [ recovery-image] Aug 16 05:36:55.508 INFO O| Aug 16 05:36:55.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4446 | 2024-08-16T05:36:56.825Z | [ recovery-image] Aug 16 05:36:55.508 INFO O| Aug 16 05:36:55.508 INFO STEP 171 (remove_files) COMPLETE |
4447 | 2024-08-16T05:36:56.825Z | [ recovery-image] Aug 16 05:36:55.508 INFO O| Aug 16 05:36:55.508 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-08-16T05:36:56.836Z | [ recovery-image] Aug 16 05:36:55.520 INFO O| Aug 16 05:36:55.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4449 | 2024-08-16T05:36:56.836Z | [ recovery-image] Aug 16 05:36:55.520 INFO O| Aug 16 05:36:55.520 INFO STEP 172 (remove_files) COMPLETE |
4450 | 2024-08-16T05:36:56.839Z | [ recovery-image] Aug 16 05:36:55.520 INFO O| Aug 16 05:36:55.520 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-08-16T05:36:56.846Z | [ recovery-image] Aug 16 05:36:55.529 INFO O| Aug 16 05:36:55.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4452 | 2024-08-16T05:36:56.849Z | [ recovery-image] Aug 16 05:36:55.529 INFO O| Aug 16 05:36:55.529 INFO STEP 173 (remove_files) COMPLETE |
4453 | 2024-08-16T05:36:56.849Z | [ recovery-image] Aug 16 05:36:55.530 INFO O| Aug 16 05:36:55.529 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-08-16T05:36:56.856Z | [ recovery-image] Aug 16 05:36:55.540 INFO O| Aug 16 05:36:55.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4455 | 2024-08-16T05:36:56.856Z | [ recovery-image] Aug 16 05:36:55.540 INFO O| Aug 16 05:36:55.540 INFO STEP 174 (remove_files) COMPLETE |
4456 | 2024-08-16T05:36:56.859Z | [ recovery-image] Aug 16 05:36:55.540 INFO O| Aug 16 05:36:55.540 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-08-16T05:36:56.866Z | [ recovery-image] Aug 16 05:36:55.550 INFO O| Aug 16 05:36:55.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4458 | 2024-08-16T05:36:56.866Z | [ recovery-image] Aug 16 05:36:55.550 INFO O| Aug 16 05:36:55.550 INFO STEP 175 (remove_files) COMPLETE |
4459 | 2024-08-16T05:36:56.866Z | [ recovery-image] Aug 16 05:36:55.550 INFO O| Aug 16 05:36:55.550 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-08-16T05:36:56.876Z | [ recovery-image] Aug 16 05:36:55.559 INFO O| Aug 16 05:36:55.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4461 | 2024-08-16T05:36:56.879Z | [ recovery-image] Aug 16 05:36:55.560 INFO O| Aug 16 05:36:55.560 INFO STEP 176 (remove_files) COMPLETE |
4462 | 2024-08-16T05:36:56.879Z | [ recovery-image] Aug 16 05:36:55.560 INFO O| Aug 16 05:36:55.560 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-08-16T05:36:56.886Z | [ recovery-image] Aug 16 05:36:55.570 INFO O| Aug 16 05:36:55.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4464 | 2024-08-16T05:36:56.886Z | [ recovery-image] Aug 16 05:36:55.570 INFO O| Aug 16 05:36:55.570 INFO STEP 177 (remove_files) COMPLETE |
4465 | 2024-08-16T05:36:56.889Z | [ recovery-image] Aug 16 05:36:55.570 INFO O| Aug 16 05:36:55.570 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-08-16T05:36:56.896Z | [ recovery-image] Aug 16 05:36:55.579 INFO O| Aug 16 05:36:55.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4467 | 2024-08-16T05:36:56.898Z | [ recovery-image] Aug 16 05:36:55.580 INFO O| Aug 16 05:36:55.580 INFO STEP 178 (remove_files) COMPLETE |
4468 | 2024-08-16T05:36:56.898Z | [ recovery-image] Aug 16 05:36:55.580 INFO O| Aug 16 05:36:55.580 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-08-16T05:36:56.906Z | [ recovery-image] Aug 16 05:36:55.589 INFO O| Aug 16 05:36:55.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4470 | 2024-08-16T05:36:56.909Z | [ recovery-image] Aug 16 05:36:55.589 INFO O| Aug 16 05:36:55.589 INFO STEP 179 (remove_files) COMPLETE |
4471 | 2024-08-16T05:36:56.909Z | [ recovery-image] Aug 16 05:36:55.589 INFO O| Aug 16 05:36:55.589 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-08-16T05:36:56.916Z | [ recovery-image] Aug 16 05:36:55.599 INFO O| Aug 16 05:36:55.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4473 | 2024-08-16T05:36:56.916Z | [ recovery-image] Aug 16 05:36:55.599 INFO O| Aug 16 05:36:55.599 INFO STEP 180 (remove_files) COMPLETE |
4474 | 2024-08-16T05:36:56.919Z | [ recovery-image] Aug 16 05:36:55.599 INFO O| Aug 16 05:36:55.599 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-08-16T05:36:56.926Z | [ recovery-image] Aug 16 05:36:55.609 INFO O| Aug 16 05:36:55.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4476 | 2024-08-16T05:36:56.926Z | [ recovery-image] Aug 16 05:36:55.609 INFO O| Aug 16 05:36:55.609 INFO STEP 181 (remove_files) COMPLETE |
4477 | 2024-08-16T05:36:56.929Z | [ recovery-image] Aug 16 05:36:55.610 INFO O| Aug 16 05:36:55.609 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-08-16T05:36:56.937Z | [ recovery-image] Aug 16 05:36:55.619 INFO O| Aug 16 05:36:55.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4479 | 2024-08-16T05:36:56.937Z | [ recovery-image] Aug 16 05:36:55.619 INFO O| Aug 16 05:36:55.619 INFO STEP 182 (remove_files) COMPLETE |
4480 | 2024-08-16T05:36:56.937Z | [ recovery-image] Aug 16 05:36:55.619 INFO O| Aug 16 05:36:55.619 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-08-16T05:36:56.946Z | [ recovery-image] Aug 16 05:36:55.629 INFO O| Aug 16 05:36:55.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4482 | 2024-08-16T05:36:56.946Z | [ recovery-image] Aug 16 05:36:55.629 INFO O| Aug 16 05:36:55.629 INFO STEP 183 (remove_files) COMPLETE |
4483 | 2024-08-16T05:36:56.948Z | [ recovery-image] Aug 16 05:36:55.629 INFO O| Aug 16 05:36:55.629 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-08-16T05:36:56.956Z | [ recovery-image] Aug 16 05:36:55.639 INFO O| Aug 16 05:36:55.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4485 | 2024-08-16T05:36:56.956Z | [ recovery-image] Aug 16 05:36:55.639 INFO O| Aug 16 05:36:55.639 INFO STEP 184 (remove_files) COMPLETE |
4486 | 2024-08-16T05:36:56.956Z | [ recovery-image] Aug 16 05:36:55.639 INFO O| Aug 16 05:36:55.639 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-08-16T05:36:56.965Z | [ recovery-image] Aug 16 05:36:55.648 INFO O| Aug 16 05:36:55.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4488 | 2024-08-16T05:36:56.968Z | [ recovery-image] Aug 16 05:36:55.649 INFO O| Aug 16 05:36:55.648 INFO STEP 185 (remove_files) COMPLETE |
4489 | 2024-08-16T05:36:56.968Z | [ recovery-image] Aug 16 05:36:55.649 INFO O| Aug 16 05:36:55.649 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-08-16T05:36:56.975Z | [ recovery-image] Aug 16 05:36:55.658 INFO O| Aug 16 05:36:55.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4491 | 2024-08-16T05:36:56.975Z | [ recovery-image] Aug 16 05:36:55.658 INFO O| Aug 16 05:36:55.658 INFO STEP 186 (remove_files) COMPLETE |
4492 | 2024-08-16T05:36:56.978Z | [ recovery-image] Aug 16 05:36:55.658 INFO O| Aug 16 05:36:55.658 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-08-16T05:36:56.985Z | [ recovery-image] Aug 16 05:36:55.668 INFO O| Aug 16 05:36:55.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4494 | 2024-08-16T05:36:56.985Z | [ recovery-image] Aug 16 05:36:55.668 INFO O| Aug 16 05:36:55.668 INFO STEP 187 (remove_files) COMPLETE |
4495 | 2024-08-16T05:36:56.985Z | [ recovery-image] Aug 16 05:36:55.668 INFO O| Aug 16 05:36:55.668 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-08-16T05:36:56.993Z | [ host-image] Aug 16 05:36:55.676 INFO O| Aug 16 05:36:55.676 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4497 | 2024-08-16T05:36:56.996Z | [ recovery-image] Aug 16 05:36:55.678 INFO O| Aug 16 05:36:55.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4498 | 2024-08-16T05:36:56.996Z | [ recovery-image] Aug 16 05:36:55.678 INFO O| Aug 16 05:36:55.678 INFO STEP 188 (remove_files) COMPLETE |
4499 | 2024-08-16T05:36:56.996Z | [ recovery-image] Aug 16 05:36:55.678 INFO O| Aug 16 05:36:55.678 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-08-16T05:36:57.005Z | [ recovery-image] Aug 16 05:36:55.688 INFO O| Aug 16 05:36:55.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4501 | 2024-08-16T05:36:57.005Z | [ recovery-image] Aug 16 05:36:55.688 INFO O| Aug 16 05:36:55.688 INFO STEP 189 (remove_files) COMPLETE |
4502 | 2024-08-16T05:36:57.007Z | [ recovery-image] Aug 16 05:36:55.688 INFO O| Aug 16 05:36:55.688 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-08-16T05:36:57.015Z | [ recovery-image] Aug 16 05:36:55.698 INFO O| Aug 16 05:36:55.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4504 | 2024-08-16T05:36:57.015Z | [ recovery-image] Aug 16 05:36:55.698 INFO O| Aug 16 05:36:55.698 INFO STEP 190 (remove_files) COMPLETE |
4505 | 2024-08-16T05:36:57.015Z | [ recovery-image] Aug 16 05:36:55.698 INFO O| Aug 16 05:36:55.698 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-08-16T05:36:57.024Z | [ recovery-image] Aug 16 05:36:55.708 INFO O| Aug 16 05:36:55.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4507 | 2024-08-16T05:36:57.024Z | [ recovery-image] Aug 16 05:36:55.708 INFO O| Aug 16 05:36:55.708 INFO STEP 191 (remove_files) COMPLETE |
4508 | 2024-08-16T05:36:57.024Z | [ recovery-image] Aug 16 05:36:55.708 INFO O| Aug 16 05:36:55.708 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-08-16T05:36:57.035Z | [ recovery-image] Aug 16 05:36:55.718 INFO O| Aug 16 05:36:55.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4510 | 2024-08-16T05:36:57.035Z | [ recovery-image] Aug 16 05:36:55.718 INFO O| Aug 16 05:36:55.718 INFO STEP 192 (remove_files) COMPLETE |
4511 | 2024-08-16T05:36:57.038Z | [ recovery-image] Aug 16 05:36:55.718 INFO O| Aug 16 05:36:55.718 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-08-16T05:36:57.045Z | [ recovery-image] Aug 16 05:36:55.728 INFO O| Aug 16 05:36:55.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4513 | 2024-08-16T05:36:57.045Z | [ recovery-image] Aug 16 05:36:55.728 INFO O| Aug 16 05:36:55.728 INFO STEP 193 (remove_files) COMPLETE |
4514 | 2024-08-16T05:36:57.045Z | [ recovery-image] Aug 16 05:36:55.728 INFO O| Aug 16 05:36:55.728 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-08-16T05:36:57.055Z | [ recovery-image] Aug 16 05:36:55.738 INFO O| Aug 16 05:36:55.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4516 | 2024-08-16T05:36:57.055Z | [ recovery-image] Aug 16 05:36:55.738 INFO O| Aug 16 05:36:55.738 INFO STEP 194 (remove_files) COMPLETE |
4517 | 2024-08-16T05:36:57.055Z | [ recovery-image] Aug 16 05:36:55.738 INFO O| Aug 16 05:36:55.738 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-08-16T05:36:57.065Z | [ recovery-image] Aug 16 05:36:55.748 INFO O| Aug 16 05:36:55.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4519 | 2024-08-16T05:36:57.065Z | [ recovery-image] Aug 16 05:36:55.748 INFO O| Aug 16 05:36:55.748 INFO STEP 195 (remove_files) COMPLETE |
4520 | 2024-08-16T05:36:57.065Z | [ recovery-image] Aug 16 05:36:55.748 INFO O| Aug 16 05:36:55.748 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-08-16T05:36:57.074Z | [ recovery-image] Aug 16 05:36:55.758 INFO O| Aug 16 05:36:55.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4522 | 2024-08-16T05:36:57.077Z | [ recovery-image] Aug 16 05:36:55.758 INFO O| Aug 16 05:36:55.758 INFO STEP 196 (remove_files) COMPLETE |
4523 | 2024-08-16T05:36:57.077Z | [ recovery-image] Aug 16 05:36:55.758 INFO O| Aug 16 05:36:55.758 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-08-16T05:36:57.084Z | [ recovery-image] Aug 16 05:36:55.767 INFO O| Aug 16 05:36:55.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4525 | 2024-08-16T05:36:57.084Z | [ recovery-image] Aug 16 05:36:55.767 INFO O| Aug 16 05:36:55.767 INFO STEP 197 (remove_files) COMPLETE |
4526 | 2024-08-16T05:36:57.087Z | [ recovery-image] Aug 16 05:36:55.767 INFO O| Aug 16 05:36:55.767 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2024-08-16T05:36:57.094Z | [ recovery-image] Aug 16 05:36:55.777 INFO O| Aug 16 05:36:55.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4528 | 2024-08-16T05:36:57.094Z | [ recovery-image] Aug 16 05:36:55.777 INFO O| Aug 16 05:36:55.777 INFO STEP 198 (remove_files) COMPLETE |
4529 | 2024-08-16T05:36:57.094Z | [ recovery-image] Aug 16 05:36:55.777 INFO O| Aug 16 05:36:55.777 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2024-08-16T05:36:57.105Z | [ recovery-image] Aug 16 05:36:55.788 INFO O| Aug 16 05:36:55.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4531 | 2024-08-16T05:36:57.108Z | [ recovery-image] Aug 16 05:36:55.788 INFO O| Aug 16 05:36:55.788 INFO STEP 199 (remove_files) COMPLETE |
4532 | 2024-08-16T05:36:57.108Z | [ recovery-image] Aug 16 05:36:55.788 INFO O| Aug 16 05:36:55.788 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-08-16T05:36:57.115Z | [ recovery-image] Aug 16 05:36:55.798 INFO O| Aug 16 05:36:55.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4534 | 2024-08-16T05:36:57.115Z | [ recovery-image] Aug 16 05:36:55.798 INFO O| Aug 16 05:36:55.798 INFO STEP 200 (remove_files) COMPLETE |
4535 | 2024-08-16T05:36:57.118Z | [ recovery-image] Aug 16 05:36:55.798 INFO O| Aug 16 05:36:55.798 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-08-16T05:36:57.125Z | [ recovery-image] Aug 16 05:36:55.808 INFO O| Aug 16 05:36:55.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4537 | 2024-08-16T05:36:57.125Z | [ recovery-image] Aug 16 05:36:55.808 INFO O| Aug 16 05:36:55.808 INFO STEP 201 (remove_files) COMPLETE |
4538 | 2024-08-16T05:36:57.125Z | [ recovery-image] Aug 16 05:36:55.808 INFO O| Aug 16 05:36:55.808 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-08-16T05:36:57.135Z | [ recovery-image] Aug 16 05:36:55.818 INFO O| Aug 16 05:36:55.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4540 | 2024-08-16T05:36:57.135Z | [ recovery-image] Aug 16 05:36:55.818 INFO O| Aug 16 05:36:55.818 INFO STEP 202 (remove_files) COMPLETE |
4541 | 2024-08-16T05:36:57.137Z | [ recovery-image] Aug 16 05:36:55.818 INFO O| Aug 16 05:36:55.818 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-08-16T05:36:57.145Z | [ recovery-image] Aug 16 05:36:55.828 INFO O| Aug 16 05:36:55.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4543 | 2024-08-16T05:36:57.145Z | [ recovery-image] Aug 16 05:36:55.828 INFO O| Aug 16 05:36:55.828 INFO STEP 203 (remove_files) COMPLETE |
4544 | 2024-08-16T05:36:57.145Z | [ recovery-image] Aug 16 05:36:55.828 INFO O| Aug 16 05:36:55.828 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-08-16T05:36:57.154Z | [ recovery-image] Aug 16 05:36:55.837 INFO O| Aug 16 05:36:55.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4546 | 2024-08-16T05:36:57.154Z | [ recovery-image] Aug 16 05:36:55.838 INFO O| Aug 16 05:36:55.838 INFO STEP 204 (remove_files) COMPLETE |
4547 | 2024-08-16T05:36:57.157Z | [ recovery-image] Aug 16 05:36:55.838 INFO O| Aug 16 05:36:55.838 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-08-16T05:36:57.164Z | [ recovery-image] Aug 16 05:36:55.847 INFO O| Aug 16 05:36:55.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4549 | 2024-08-16T05:36:57.167Z | [ recovery-image] Aug 16 05:36:55.847 INFO O| Aug 16 05:36:55.847 INFO STEP 205 (remove_files) COMPLETE |
4550 | 2024-08-16T05:36:57.167Z | [ recovery-image] Aug 16 05:36:55.847 INFO O| Aug 16 05:36:55.847 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-08-16T05:36:57.174Z | [ recovery-image] Aug 16 05:36:55.857 INFO O| Aug 16 05:36:55.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4552 | 2024-08-16T05:36:57.177Z | [ recovery-image] Aug 16 05:36:55.857 INFO O| Aug 16 05:36:55.857 INFO STEP 206 (remove_files) COMPLETE |
4553 | 2024-08-16T05:36:57.177Z | [ recovery-image] Aug 16 05:36:55.857 INFO O| Aug 16 05:36:55.857 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-08-16T05:36:57.184Z | [ recovery-image] Aug 16 05:36:55.867 INFO O| Aug 16 05:36:55.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4555 | 2024-08-16T05:36:57.186Z | [ recovery-image] Aug 16 05:36:55.867 INFO O| Aug 16 05:36:55.867 INFO STEP 207 (remove_files) COMPLETE |
4556 | 2024-08-16T05:36:57.186Z | [ recovery-image] Aug 16 05:36:55.867 INFO O| Aug 16 05:36:55.867 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-08-16T05:36:57.194Z | [ recovery-image] Aug 16 05:36:55.877 INFO O| Aug 16 05:36:55.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4558 | 2024-08-16T05:36:57.196Z | [ recovery-image] Aug 16 05:36:55.877 INFO O| Aug 16 05:36:55.877 INFO STEP 208 (remove_files) COMPLETE |
4559 | 2024-08-16T05:36:57.196Z | [ recovery-image] Aug 16 05:36:55.877 INFO O| Aug 16 05:36:55.877 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-08-16T05:36:57.203Z | [ recovery-image] Aug 16 05:36:55.887 INFO O| Aug 16 05:36:55.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4561 | 2024-08-16T05:36:57.203Z | [ recovery-image] Aug 16 05:36:55.887 INFO O| Aug 16 05:36:55.887 INFO STEP 209 (remove_files) COMPLETE |
4562 | 2024-08-16T05:36:57.207Z | [ recovery-image] Aug 16 05:36:55.887 INFO O| Aug 16 05:36:55.887 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-08-16T05:36:57.213Z | [ recovery-image] Aug 16 05:36:55.896 INFO O| Aug 16 05:36:55.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4564 | 2024-08-16T05:36:57.216Z | [ recovery-image] Aug 16 05:36:55.896 INFO O| Aug 16 05:36:55.896 INFO STEP 210 (remove_files) COMPLETE |
4565 | 2024-08-16T05:36:57.216Z | [ recovery-image] Aug 16 05:36:55.897 INFO O| Aug 16 05:36:55.896 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-08-16T05:36:57.223Z | [ recovery-image] Aug 16 05:36:55.906 INFO O| Aug 16 05:36:55.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4567 | 2024-08-16T05:36:57.224Z | [ recovery-image] Aug 16 05:36:55.906 INFO O| Aug 16 05:36:55.906 INFO STEP 211 (remove_files) COMPLETE |
4568 | 2024-08-16T05:36:57.224Z | [ recovery-image] Aug 16 05:36:55.906 INFO O| Aug 16 05:36:55.906 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-08-16T05:36:57.234Z | [ recovery-image] Aug 16 05:36:55.916 INFO O| Aug 16 05:36:55.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4570 | 2024-08-16T05:36:57.234Z | [ recovery-image] Aug 16 05:36:55.916 INFO O| Aug 16 05:36:55.916 INFO STEP 212 (remove_files) COMPLETE |
4571 | 2024-08-16T05:36:57.234Z | [ recovery-image] Aug 16 05:36:55.916 INFO O| Aug 16 05:36:55.916 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-08-16T05:36:57.243Z | [ recovery-image] Aug 16 05:36:55.926 INFO O| Aug 16 05:36:55.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4573 | 2024-08-16T05:36:57.243Z | [ recovery-image] Aug 16 05:36:55.926 INFO O| Aug 16 05:36:55.926 INFO STEP 213 (remove_files) COMPLETE |
4574 | 2024-08-16T05:36:57.243Z | [ recovery-image] Aug 16 05:36:55.926 INFO O| Aug 16 05:36:55.926 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-08-16T05:36:57.255Z | [ recovery-image] Aug 16 05:36:55.936 INFO O| Aug 16 05:36:55.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4576 | 2024-08-16T05:36:57.255Z | [ recovery-image] Aug 16 05:36:55.936 INFO O| Aug 16 05:36:55.936 INFO STEP 214 (remove_files) COMPLETE |
4577 | 2024-08-16T05:36:57.258Z | [ recovery-image] Aug 16 05:36:55.937 INFO O| Aug 16 05:36:55.936 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-08-16T05:36:57.264Z | [ recovery-image] Aug 16 05:36:55.947 INFO O| Aug 16 05:36:55.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4579 | 2024-08-16T05:36:57.267Z | [ recovery-image] Aug 16 05:36:55.948 INFO O| Aug 16 05:36:55.947 INFO STEP 215 (remove_files) COMPLETE |
4580 | 2024-08-16T05:36:57.267Z | [ recovery-image] Aug 16 05:36:55.948 INFO O| Aug 16 05:36:55.948 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-08-16T05:36:57.277Z | [ recovery-image] Aug 16 05:36:55.960 INFO O| Aug 16 05:36:55.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4582 | 2024-08-16T05:36:57.277Z | [ recovery-image] Aug 16 05:36:55.960 INFO O| Aug 16 05:36:55.960 INFO STEP 216 (remove_files) COMPLETE |
4583 | 2024-08-16T05:36:57.279Z | [ recovery-image] Aug 16 05:36:55.960 INFO O| Aug 16 05:36:55.960 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-08-16T05:36:57.288Z | [ recovery-image] Aug 16 05:36:55.971 INFO O| Aug 16 05:36:55.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4585 | 2024-08-16T05:36:57.288Z | [ recovery-image] Aug 16 05:36:55.971 INFO O| Aug 16 05:36:55.971 INFO STEP 217 (remove_files) COMPLETE |
4586 | 2024-08-16T05:36:57.291Z | [ recovery-image] Aug 16 05:36:55.971 INFO O| Aug 16 05:36:55.971 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-08-16T05:36:57.299Z | [ recovery-image] Aug 16 05:36:55.982 INFO O| Aug 16 05:36:55.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4588 | 2024-08-16T05:36:57.302Z | [ recovery-image] Aug 16 05:36:55.982 INFO O| Aug 16 05:36:55.982 INFO STEP 218 (remove_files) COMPLETE |
4589 | 2024-08-16T05:36:57.302Z | [ recovery-image] Aug 16 05:36:55.982 INFO O| Aug 16 05:36:55.982 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-08-16T05:36:57.311Z | [ recovery-image] Aug 16 05:36:55.992 INFO O| Aug 16 05:36:55.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4591 | 2024-08-16T05:36:57.311Z | [ recovery-image] Aug 16 05:36:55.992 INFO O| Aug 16 05:36:55.992 INFO STEP 219 (remove_files) COMPLETE |
4592 | 2024-08-16T05:36:57.313Z | [ recovery-image] Aug 16 05:36:55.993 INFO O| Aug 16 05:36:55.992 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-08-16T05:36:57.320Z | [ recovery-image] Aug 16 05:36:56.003 INFO O| Aug 16 05:36:56.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4594 | 2024-08-16T05:36:57.320Z | [ recovery-image] Aug 16 05:36:56.003 INFO O| Aug 16 05:36:56.003 INFO STEP 220 (remove_files) COMPLETE |
4595 | 2024-08-16T05:36:57.323Z | [ recovery-image] Aug 16 05:36:56.003 INFO O| Aug 16 05:36:56.003 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-08-16T05:36:57.330Z | [ recovery-image] Aug 16 05:36:56.014 INFO O| Aug 16 05:36:56.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4597 | 2024-08-16T05:36:57.331Z | [ recovery-image] Aug 16 05:36:56.014 INFO O| Aug 16 05:36:56.014 INFO STEP 221 (remove_files) COMPLETE |
4598 | 2024-08-16T05:36:57.333Z | [ recovery-image] Aug 16 05:36:56.014 INFO O| Aug 16 05:36:56.014 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-08-16T05:36:57.341Z | [ recovery-image] Aug 16 05:36:56.024 INFO O| Aug 16 05:36:56.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4600 | 2024-08-16T05:36:57.341Z | [ recovery-image] Aug 16 05:36:56.024 INFO O| Aug 16 05:36:56.024 INFO STEP 222 (remove_files) COMPLETE |
4601 | 2024-08-16T05:36:57.341Z | [ recovery-image] Aug 16 05:36:56.024 INFO O| Aug 16 05:36:56.024 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-08-16T05:36:57.351Z | [ recovery-image] Aug 16 05:36:56.034 INFO O| Aug 16 05:36:56.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4603 | 2024-08-16T05:36:57.351Z | [ recovery-image] Aug 16 05:36:56.034 INFO O| Aug 16 05:36:56.034 INFO STEP 223 (remove_files) COMPLETE |
4604 | 2024-08-16T05:36:57.354Z | [ recovery-image] Aug 16 05:36:56.034 INFO O| Aug 16 05:36:56.034 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-08-16T05:36:57.361Z | [ recovery-image] Aug 16 05:36:56.044 INFO O| Aug 16 05:36:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4606 | 2024-08-16T05:36:57.361Z | [ recovery-image] Aug 16 05:36:56.044 INFO O| Aug 16 05:36:56.044 INFO STEP 224 (remove_files) COMPLETE |
4607 | 2024-08-16T05:36:57.364Z | [ recovery-image] Aug 16 05:36:56.044 INFO O| Aug 16 05:36:56.044 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-08-16T05:36:57.371Z | [ recovery-image] Aug 16 05:36:56.054 INFO O| Aug 16 05:36:56.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4609 | 2024-08-16T05:36:57.374Z | [ recovery-image] Aug 16 05:36:56.055 INFO O| Aug 16 05:36:56.054 INFO STEP 225 (remove_files) COMPLETE |
4610 | 2024-08-16T05:36:57.374Z | [ recovery-image] Aug 16 05:36:56.055 INFO O| Aug 16 05:36:56.054 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-08-16T05:36:57.381Z | [ recovery-image] Aug 16 05:36:56.064 INFO O| Aug 16 05:36:56.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4612 | 2024-08-16T05:36:57.381Z | [ recovery-image] Aug 16 05:36:56.064 INFO O| Aug 16 05:36:56.064 INFO STEP 226 (remove_files) COMPLETE |
4613 | 2024-08-16T05:36:57.384Z | [ recovery-image] Aug 16 05:36:56.064 INFO O| Aug 16 05:36:56.064 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-08-16T05:36:57.391Z | [ recovery-image] Aug 16 05:36:56.074 INFO O| Aug 16 05:36:56.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4615 | 2024-08-16T05:36:57.394Z | [ recovery-image] Aug 16 05:36:56.074 INFO O| Aug 16 05:36:56.074 INFO STEP 227 (remove_files) COMPLETE |
4616 | 2024-08-16T05:36:57.394Z | [ recovery-image] Aug 16 05:36:56.074 INFO O| Aug 16 05:36:56.074 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-08-16T05:36:57.402Z | [ recovery-image] Aug 16 05:36:56.085 INFO O| Aug 16 05:36:56.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4618 | 2024-08-16T05:36:57.402Z | [ recovery-image] Aug 16 05:36:56.085 INFO O| Aug 16 05:36:56.085 INFO STEP 228 (remove_files) COMPLETE |
4619 | 2024-08-16T05:36:57.405Z | [ recovery-image] Aug 16 05:36:56.085 INFO O| Aug 16 05:36:56.085 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-08-16T05:36:57.414Z | [ recovery-image] Aug 16 05:36:56.097 INFO O| Aug 16 05:36:56.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4621 | 2024-08-16T05:36:57.414Z | [ recovery-image] Aug 16 05:36:56.097 INFO O| Aug 16 05:36:56.097 INFO STEP 229 (remove_files) COMPLETE |
4622 | 2024-08-16T05:36:57.414Z | [ recovery-image] Aug 16 05:36:56.097 INFO O| Aug 16 05:36:56.097 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-08-16T05:36:57.426Z | [ recovery-image] Aug 16 05:36:56.108 INFO O| Aug 16 05:36:56.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4624 | 2024-08-16T05:36:57.426Z | [ recovery-image] Aug 16 05:36:56.108 INFO O| Aug 16 05:36:56.108 INFO STEP 230 (remove_files) COMPLETE |
4625 | 2024-08-16T05:36:57.428Z | [ recovery-image] Aug 16 05:36:56.108 INFO O| Aug 16 05:36:56.108 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-08-16T05:36:57.436Z | [ recovery-image] Aug 16 05:36:56.119 INFO O| Aug 16 05:36:56.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4627 | 2024-08-16T05:36:57.439Z | [ recovery-image] Aug 16 05:36:56.119 INFO O| Aug 16 05:36:56.119 INFO STEP 231 (remove_files) COMPLETE |
4628 | 2024-08-16T05:36:57.439Z | [ recovery-image] Aug 16 05:36:56.119 INFO O| Aug 16 05:36:56.119 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-08-16T05:36:57.447Z | [ recovery-image] Aug 16 05:36:56.130 INFO O| Aug 16 05:36:56.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4630 | 2024-08-16T05:36:57.450Z | [ recovery-image] Aug 16 05:36:56.130 INFO O| Aug 16 05:36:56.130 INFO STEP 232 (remove_files) COMPLETE |
4631 | 2024-08-16T05:36:57.450Z | [ recovery-image] Aug 16 05:36:56.130 INFO O| Aug 16 05:36:56.130 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-08-16T05:36:57.459Z | [ recovery-image] Aug 16 05:36:56.141 INFO O| Aug 16 05:36:56.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4633 | 2024-08-16T05:36:57.461Z | [ recovery-image] Aug 16 05:36:56.142 INFO O| Aug 16 05:36:56.141 INFO STEP 233 (remove_files) COMPLETE |
4634 | 2024-08-16T05:36:57.461Z | [ recovery-image] Aug 16 05:36:56.142 INFO O| Aug 16 05:36:56.142 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-08-16T05:36:57.469Z | [ recovery-image] Aug 16 05:36:56.152 INFO O| Aug 16 05:36:56.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4636 | 2024-08-16T05:36:57.471Z | [ recovery-image] Aug 16 05:36:56.152 INFO O| Aug 16 05:36:56.152 INFO STEP 234 (remove_files) COMPLETE |
4637 | 2024-08-16T05:36:57.471Z | [ recovery-image] Aug 16 05:36:56.152 INFO O| Aug 16 05:36:56.152 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-08-16T05:36:57.479Z | [ recovery-image] Aug 16 05:36:56.162 INFO O| Aug 16 05:36:56.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4639 | 2024-08-16T05:36:57.479Z | [ recovery-image] Aug 16 05:36:56.162 INFO O| Aug 16 05:36:56.162 INFO STEP 235 (remove_files) COMPLETE |
4640 | 2024-08-16T05:36:57.479Z | [ recovery-image] Aug 16 05:36:56.162 INFO O| Aug 16 05:36:56.162 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-08-16T05:36:57.489Z | [ recovery-image] Aug 16 05:36:56.172 INFO O| Aug 16 05:36:56.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4642 | 2024-08-16T05:36:57.492Z | [ recovery-image] Aug 16 05:36:56.173 INFO O| Aug 16 05:36:56.173 INFO STEP 236 (remove_files) COMPLETE |
4643 | 2024-08-16T05:36:57.492Z | [ recovery-image] Aug 16 05:36:56.173 INFO O| Aug 16 05:36:56.173 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-08-16T05:36:57.501Z | [ recovery-image] Aug 16 05:36:56.184 INFO O| Aug 16 05:36:56.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4645 | 2024-08-16T05:36:57.501Z | [ recovery-image] Aug 16 05:36:56.184 INFO O| Aug 16 05:36:56.184 INFO STEP 237 (remove_files) COMPLETE |
4646 | 2024-08-16T05:36:57.503Z | [ recovery-image] Aug 16 05:36:56.184 INFO O| Aug 16 05:36:56.184 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-08-16T05:36:57.511Z | [ recovery-image] Aug 16 05:36:56.194 INFO O| Aug 16 05:36:56.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4648 | 2024-08-16T05:36:57.511Z | [ recovery-image] Aug 16 05:36:56.194 INFO O| Aug 16 05:36:56.194 INFO STEP 238 (remove_files) COMPLETE |
4649 | 2024-08-16T05:36:57.511Z | [ recovery-image] Aug 16 05:36:56.194 INFO O| Aug 16 05:36:56.194 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-08-16T05:36:57.522Z | [ recovery-image] Aug 16 05:36:56.205 INFO O| Aug 16 05:36:56.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4651 | 2024-08-16T05:36:57.522Z | [ recovery-image] Aug 16 05:36:56.205 INFO O| Aug 16 05:36:56.205 INFO STEP 239 (remove_files) COMPLETE |
4652 | 2024-08-16T05:36:57.522Z | [ recovery-image] Aug 16 05:36:56.205 INFO O| Aug 16 05:36:56.205 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-08-16T05:36:57.532Z | [ recovery-image] Aug 16 05:36:56.214 INFO O| Aug 16 05:36:56.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4654 | 2024-08-16T05:36:57.534Z | [ recovery-image] Aug 16 05:36:56.214 INFO O| Aug 16 05:36:56.214 INFO STEP 240 (remove_files) COMPLETE |
4655 | 2024-08-16T05:36:57.534Z | [ recovery-image] Aug 16 05:36:56.214 INFO O| Aug 16 05:36:56.214 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-08-16T05:36:57.542Z | [ recovery-image] Aug 16 05:36:56.224 INFO O| Aug 16 05:36:56.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4657 | 2024-08-16T05:36:57.558Z | [ recovery-image] Aug 16 05:36:56.224 INFO O| Aug 16 05:36:56.224 INFO STEP 241 (remove_files) COMPLETE |
4658 | 2024-08-16T05:36:57.558Z | [ recovery-image] Aug 16 05:36:56.224 INFO O| Aug 16 05:36:56.224 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-08-16T05:36:57.558Z | [ recovery-image] Aug 16 05:36:56.234 INFO O| Aug 16 05:36:56.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4660 | 2024-08-16T05:36:57.558Z | [ recovery-image] Aug 16 05:36:56.234 INFO O| Aug 16 05:36:56.234 INFO STEP 242 (remove_files) COMPLETE |
4661 | 2024-08-16T05:36:57.558Z | [ recovery-image] Aug 16 05:36:56.234 INFO O| Aug 16 05:36:56.234 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-08-16T05:36:57.561Z | [ recovery-image] Aug 16 05:36:56.243 INFO O| Aug 16 05:36:56.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4663 | 2024-08-16T05:36:57.562Z | [ recovery-image] Aug 16 05:36:56.243 INFO O| Aug 16 05:36:56.243 INFO STEP 243 (remove_files) COMPLETE |
4664 | 2024-08-16T05:36:57.562Z | [ recovery-image] Aug 16 05:36:56.243 INFO O| Aug 16 05:36:56.243 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-08-16T05:36:57.570Z | [ recovery-image] Aug 16 05:36:56.253 INFO O| Aug 16 05:36:56.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4666 | 2024-08-16T05:36:57.570Z | [ recovery-image] Aug 16 05:36:56.253 INFO O| Aug 16 05:36:56.253 INFO STEP 244 (remove_files) COMPLETE |
4667 | 2024-08-16T05:36:57.570Z | [ recovery-image] Aug 16 05:36:56.253 INFO O| Aug 16 05:36:56.253 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-08-16T05:36:57.586Z | [ recovery-image] Aug 16 05:36:56.262 INFO O| Aug 16 05:36:56.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4669 | 2024-08-16T05:36:57.586Z | [ recovery-image] Aug 16 05:36:56.262 INFO O| Aug 16 05:36:56.262 INFO STEP 245 (remove_files) COMPLETE |
4670 | 2024-08-16T05:36:57.586Z | [ recovery-image] Aug 16 05:36:56.262 INFO O| Aug 16 05:36:56.262 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-08-16T05:36:57.590Z | [ recovery-image] Aug 16 05:36:56.272 INFO O| Aug 16 05:36:56.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4672 | 2024-08-16T05:36:57.591Z | [ recovery-image] Aug 16 05:36:56.272 INFO O| Aug 16 05:36:56.272 INFO STEP 246 (remove_files) COMPLETE |
4673 | 2024-08-16T05:36:57.591Z | [ recovery-image] Aug 16 05:36:56.272 INFO O| Aug 16 05:36:56.272 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-08-16T05:36:57.599Z | [ recovery-image] Aug 16 05:36:56.281 INFO O| Aug 16 05:36:56.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4675 | 2024-08-16T05:36:57.599Z | [ recovery-image] Aug 16 05:36:56.281 INFO O| Aug 16 05:36:56.281 INFO STEP 247 (remove_files) COMPLETE |
4676 | 2024-08-16T05:36:57.601Z | [ recovery-image] Aug 16 05:36:56.281 INFO O| Aug 16 05:36:56.281 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-08-16T05:36:57.608Z | [ recovery-image] Aug 16 05:36:56.291 INFO O| Aug 16 05:36:56.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4678 | 2024-08-16T05:36:57.608Z | [ recovery-image] Aug 16 05:36:56.291 INFO O| Aug 16 05:36:56.291 INFO STEP 248 (remove_files) COMPLETE |
4679 | 2024-08-16T05:36:57.611Z | [ recovery-image] Aug 16 05:36:56.291 INFO O| Aug 16 05:36:56.291 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-08-16T05:36:57.624Z | [ recovery-image] Aug 16 05:36:56.300 INFO O| Aug 16 05:36:56.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4681 | 2024-08-16T05:36:57.624Z | [ recovery-image] Aug 16 05:36:56.300 INFO O| Aug 16 05:36:56.300 INFO STEP 249 (remove_files) COMPLETE |
4682 | 2024-08-16T05:36:57.627Z | [ recovery-image] Aug 16 05:36:56.300 INFO O| Aug 16 05:36:56.300 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-08-16T05:36:57.627Z | [ recovery-image] Aug 16 05:36:56.309 INFO O| Aug 16 05:36:56.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4684 | 2024-08-16T05:36:57.627Z | [ recovery-image] Aug 16 05:36:56.309 INFO O| Aug 16 05:36:56.309 INFO STEP 250 (remove_files) COMPLETE |
4685 | 2024-08-16T05:36:57.627Z | [ recovery-image] Aug 16 05:36:56.309 INFO O| Aug 16 05:36:56.309 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-08-16T05:36:57.639Z | [ recovery-image] Aug 16 05:36:56.319 INFO O| Aug 16 05:36:56.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4687 | 2024-08-16T05:36:57.639Z | [ recovery-image] Aug 16 05:36:56.319 INFO O| Aug 16 05:36:56.319 INFO STEP 251 (remove_files) COMPLETE |
4688 | 2024-08-16T05:36:57.639Z | [ recovery-image] Aug 16 05:36:56.319 INFO O| Aug 16 05:36:56.319 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-08-16T05:36:57.646Z | [ recovery-image] Aug 16 05:36:56.328 INFO O| Aug 16 05:36:56.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4690 | 2024-08-16T05:36:57.649Z | [ recovery-image] Aug 16 05:36:56.329 INFO O| Aug 16 05:36:56.328 INFO STEP 252 (remove_files) COMPLETE |
4691 | 2024-08-16T05:36:57.649Z | [ recovery-image] Aug 16 05:36:56.329 INFO O| Aug 16 05:36:56.329 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-08-16T05:36:57.656Z | [ recovery-image] Aug 16 05:36:56.338 INFO O| Aug 16 05:36:56.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4693 | 2024-08-16T05:36:57.656Z | [ recovery-image] Aug 16 05:36:56.338 INFO O| Aug 16 05:36:56.338 INFO STEP 253 (remove_files) COMPLETE |
4694 | 2024-08-16T05:36:57.659Z | [ recovery-image] Aug 16 05:36:56.338 INFO O| Aug 16 05:36:56.338 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-08-16T05:36:57.668Z | [ recovery-image] Aug 16 05:36:56.350 INFO O| Aug 16 05:36:56.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4696 | 2024-08-16T05:36:57.668Z | [ recovery-image] Aug 16 05:36:56.350 INFO O| Aug 16 05:36:56.350 INFO STEP 254 (remove_files) COMPLETE |
4697 | 2024-08-16T05:36:57.668Z | [ recovery-image] Aug 16 05:36:56.350 INFO O| Aug 16 05:36:56.350 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-08-16T05:36:57.678Z | [ recovery-image] Aug 16 05:36:56.360 INFO O| Aug 16 05:36:56.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4699 | 2024-08-16T05:36:57.678Z | [ recovery-image] Aug 16 05:36:56.360 INFO O| Aug 16 05:36:56.360 INFO STEP 255 (remove_files) COMPLETE |
4700 | 2024-08-16T05:36:57.681Z | [ recovery-image] Aug 16 05:36:56.360 INFO O| Aug 16 05:36:56.360 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-08-16T05:36:57.689Z | [ recovery-image] Aug 16 05:36:56.371 INFO O| Aug 16 05:36:56.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4702 | 2024-08-16T05:36:57.689Z | [ recovery-image] Aug 16 05:36:56.371 INFO O| Aug 16 05:36:56.371 INFO STEP 256 (remove_files) COMPLETE |
4703 | 2024-08-16T05:36:57.689Z | [ recovery-image] Aug 16 05:36:56.371 INFO O| Aug 16 05:36:56.371 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-08-16T05:36:57.699Z | [ recovery-image] Aug 16 05:36:56.381 INFO O| Aug 16 05:36:56.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4705 | 2024-08-16T05:36:57.702Z | [ recovery-image] Aug 16 05:36:56.381 INFO O| Aug 16 05:36:56.381 INFO STEP 257 (remove_files) COMPLETE |
4706 | 2024-08-16T05:36:57.702Z | [ recovery-image] Aug 16 05:36:56.381 INFO O| Aug 16 05:36:56.381 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-08-16T05:36:57.709Z | [ recovery-image] Aug 16 05:36:56.392 INFO O| Aug 16 05:36:56.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4708 | 2024-08-16T05:36:57.712Z | [ recovery-image] Aug 16 05:36:56.392 INFO O| Aug 16 05:36:56.392 INFO STEP 258 (remove_files) COMPLETE |
4709 | 2024-08-16T05:36:57.712Z | [ recovery-image] Aug 16 05:36:56.392 INFO O| Aug 16 05:36:56.392 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-08-16T05:36:57.720Z | [ recovery-image] Aug 16 05:36:56.403 INFO O| Aug 16 05:36:56.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4711 | 2024-08-16T05:36:57.721Z | [ recovery-image] Aug 16 05:36:56.403 INFO O| Aug 16 05:36:56.403 INFO STEP 259 (remove_files) COMPLETE |
4712 | 2024-08-16T05:36:57.723Z | [ recovery-image] Aug 16 05:36:56.403 INFO O| Aug 16 05:36:56.403 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-08-16T05:36:57.731Z | [ recovery-image] Aug 16 05:36:56.414 INFO O| Aug 16 05:36:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4714 | 2024-08-16T05:36:57.731Z | [ recovery-image] Aug 16 05:36:56.414 INFO O| Aug 16 05:36:56.414 INFO STEP 260 (remove_files) COMPLETE |
4715 | 2024-08-16T05:36:57.731Z | [ recovery-image] Aug 16 05:36:56.414 INFO O| Aug 16 05:36:56.414 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-08-16T05:36:57.741Z | [ recovery-image] Aug 16 05:36:56.424 INFO O| Aug 16 05:36:56.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4717 | 2024-08-16T05:36:57.741Z | [ recovery-image] Aug 16 05:36:56.424 INFO O| Aug 16 05:36:56.424 INFO STEP 261 (remove_files) COMPLETE |
4718 | 2024-08-16T05:36:57.743Z | [ recovery-image] Aug 16 05:36:56.424 INFO O| Aug 16 05:36:56.424 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-08-16T05:36:57.751Z | [ recovery-image] Aug 16 05:36:56.434 INFO O| Aug 16 05:36:56.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4720 | 2024-08-16T05:36:57.751Z | [ recovery-image] Aug 16 05:36:56.434 INFO O| Aug 16 05:36:56.434 INFO STEP 262 (remove_files) COMPLETE |
4721 | 2024-08-16T05:36:57.751Z | [ recovery-image] Aug 16 05:36:56.434 INFO O| Aug 16 05:36:56.434 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-08-16T05:36:57.761Z | [ recovery-image] Aug 16 05:36:56.444 INFO O| Aug 16 05:36:56.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4723 | 2024-08-16T05:36:57.761Z | [ recovery-image] Aug 16 05:36:56.444 INFO O| Aug 16 05:36:56.444 INFO STEP 263 (remove_files) COMPLETE |
4724 | 2024-08-16T05:36:57.761Z | [ recovery-image] Aug 16 05:36:56.444 INFO O| Aug 16 05:36:56.444 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-08-16T05:36:57.770Z | [ recovery-image] Aug 16 05:36:56.453 INFO O| Aug 16 05:36:56.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4726 | 2024-08-16T05:36:57.771Z | [ recovery-image] Aug 16 05:36:56.453 INFO O| Aug 16 05:36:56.453 INFO STEP 264 (remove_files) COMPLETE |
4727 | 2024-08-16T05:36:57.773Z | [ recovery-image] Aug 16 05:36:56.453 INFO O| Aug 16 05:36:56.453 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-08-16T05:36:57.780Z | [ recovery-image] Aug 16 05:36:56.463 INFO O| Aug 16 05:36:56.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4729 | 2024-08-16T05:36:57.780Z | [ recovery-image] Aug 16 05:36:56.463 INFO O| Aug 16 05:36:56.463 INFO STEP 265 (remove_files) COMPLETE |
4730 | 2024-08-16T05:36:57.783Z | [ recovery-image] Aug 16 05:36:56.463 INFO O| Aug 16 05:36:56.463 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-08-16T05:36:57.790Z | [ recovery-image] Aug 16 05:36:56.473 INFO O| Aug 16 05:36:56.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4732 | 2024-08-16T05:36:57.790Z | [ recovery-image] Aug 16 05:36:56.473 INFO O| Aug 16 05:36:56.473 INFO STEP 266 (remove_files) COMPLETE |
4733 | 2024-08-16T05:36:57.794Z | [ recovery-image] Aug 16 05:36:56.473 INFO O| Aug 16 05:36:56.473 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-08-16T05:36:57.801Z | [ recovery-image] Aug 16 05:36:56.482 INFO O| Aug 16 05:36:56.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4735 | 2024-08-16T05:36:57.803Z | [ recovery-image] Aug 16 05:36:56.483 INFO O| Aug 16 05:36:56.483 INFO STEP 267 (remove_files) COMPLETE |
4736 | 2024-08-16T05:36:57.804Z | [ recovery-image] Aug 16 05:36:56.483 INFO O| Aug 16 05:36:56.483 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-08-16T05:36:57.811Z | [ recovery-image] Aug 16 05:36:56.492 INFO O| Aug 16 05:36:56.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4738 | 2024-08-16T05:36:57.814Z | [ recovery-image] Aug 16 05:36:56.492 INFO O| Aug 16 05:36:56.492 INFO STEP 268 (remove_files) COMPLETE |
4739 | 2024-08-16T05:36:57.814Z | [ recovery-image] Aug 16 05:36:56.492 INFO O| Aug 16 05:36:56.492 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-08-16T05:36:57.819Z | [ recovery-image] Aug 16 05:36:56.502 INFO O| Aug 16 05:36:56.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4741 | 2024-08-16T05:36:57.819Z | [ recovery-image] Aug 16 05:36:56.502 INFO O| Aug 16 05:36:56.502 INFO STEP 269 (remove_files) COMPLETE |
4742 | 2024-08-16T05:36:57.822Z | [ recovery-image] Aug 16 05:36:56.502 INFO O| Aug 16 05:36:56.502 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-08-16T05:36:57.829Z | [ recovery-image] Aug 16 05:36:56.512 INFO O| Aug 16 05:36:56.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4744 | 2024-08-16T05:36:57.832Z | [ recovery-image] Aug 16 05:36:56.512 INFO O| Aug 16 05:36:56.512 INFO STEP 270 (remove_files) COMPLETE |
4745 | 2024-08-16T05:36:57.832Z | [ recovery-image] Aug 16 05:36:56.512 INFO O| Aug 16 05:36:56.512 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-08-16T05:36:57.839Z | [ recovery-image] Aug 16 05:36:56.522 INFO O| Aug 16 05:36:56.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4747 | 2024-08-16T05:36:57.841Z | [ recovery-image] Aug 16 05:36:56.522 INFO O| Aug 16 05:36:56.522 INFO STEP 271 (remove_files) COMPLETE |
4748 | 2024-08-16T05:36:57.841Z | [ recovery-image] Aug 16 05:36:56.522 INFO O| Aug 16 05:36:56.522 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-08-16T05:36:57.849Z | [ recovery-image] Aug 16 05:36:56.532 INFO O| Aug 16 05:36:56.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4750 | 2024-08-16T05:36:57.849Z | [ recovery-image] Aug 16 05:36:56.532 INFO O| Aug 16 05:36:56.532 INFO STEP 272 (remove_files) COMPLETE |
4751 | 2024-08-16T05:36:57.849Z | [ recovery-image] Aug 16 05:36:56.532 INFO O| Aug 16 05:36:56.532 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-08-16T05:36:57.859Z | [ recovery-image] Aug 16 05:36:56.542 INFO O| Aug 16 05:36:56.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4753 | 2024-08-16T05:36:57.859Z | [ recovery-image] Aug 16 05:36:56.542 INFO O| Aug 16 05:36:56.542 INFO STEP 273 (remove_files) COMPLETE |
4754 | 2024-08-16T05:36:57.862Z | [ recovery-image] Aug 16 05:36:56.542 INFO O| Aug 16 05:36:56.542 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-08-16T05:36:57.869Z | [ recovery-image] Aug 16 05:36:56.551 INFO O| Aug 16 05:36:56.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4756 | 2024-08-16T05:36:57.869Z | [ recovery-image] Aug 16 05:36:56.551 INFO O| Aug 16 05:36:56.551 INFO STEP 274 (remove_files) COMPLETE |
4757 | 2024-08-16T05:36:57.872Z | [ recovery-image] Aug 16 05:36:56.551 INFO O| Aug 16 05:36:56.551 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-08-16T05:36:57.878Z | [ recovery-image] Aug 16 05:36:56.561 INFO O| Aug 16 05:36:56.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4759 | 2024-08-16T05:36:57.881Z | [ recovery-image] Aug 16 05:36:56.561 INFO O| Aug 16 05:36:56.561 INFO STEP 275 (remove_files) COMPLETE |
4760 | 2024-08-16T05:36:57.881Z | [ recovery-image] Aug 16 05:36:56.561 INFO O| Aug 16 05:36:56.561 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-08-16T05:36:57.888Z | [ recovery-image] Aug 16 05:36:56.570 INFO O| Aug 16 05:36:56.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4762 | 2024-08-16T05:36:57.888Z | [ recovery-image] Aug 16 05:36:56.570 INFO O| Aug 16 05:36:56.570 INFO STEP 276 (remove_files) COMPLETE |
4763 | 2024-08-16T05:36:57.890Z | [ recovery-image] Aug 16 05:36:56.570 INFO O| Aug 16 05:36:56.570 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-08-16T05:36:57.897Z | [ recovery-image] Aug 16 05:36:56.580 INFO O| Aug 16 05:36:56.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4765 | 2024-08-16T05:36:57.900Z | [ recovery-image] Aug 16 05:36:56.580 INFO O| Aug 16 05:36:56.580 INFO STEP 277 (remove_files) COMPLETE |
4766 | 2024-08-16T05:36:57.900Z | [ recovery-image] Aug 16 05:36:56.580 INFO O| Aug 16 05:36:56.580 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-08-16T05:36:57.907Z | [ recovery-image] Aug 16 05:36:56.590 INFO O| Aug 16 05:36:56.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4768 | 2024-08-16T05:36:57.907Z | [ recovery-image] Aug 16 05:36:56.590 INFO O| Aug 16 05:36:56.590 INFO STEP 278 (remove_files) COMPLETE |
4769 | 2024-08-16T05:36:57.910Z | [ recovery-image] Aug 16 05:36:56.590 INFO O| Aug 16 05:36:56.590 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-08-16T05:36:57.917Z | [ recovery-image] Aug 16 05:36:56.600 INFO O| Aug 16 05:36:56.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4771 | 2024-08-16T05:36:57.919Z | [ recovery-image] Aug 16 05:36:56.600 INFO O| Aug 16 05:36:56.600 INFO STEP 279 (remove_files) COMPLETE |
4772 | 2024-08-16T05:36:57.919Z | [ recovery-image] Aug 16 05:36:56.600 INFO O| Aug 16 05:36:56.600 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-08-16T05:36:57.928Z | [ recovery-image] Aug 16 05:36:56.611 INFO O| Aug 16 05:36:56.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4774 | 2024-08-16T05:36:57.931Z | [ recovery-image] Aug 16 05:36:56.612 INFO O| Aug 16 05:36:56.612 INFO STEP 280 (remove_files) COMPLETE |
4775 | 2024-08-16T05:36:57.931Z | [ recovery-image] Aug 16 05:36:56.612 INFO O| Aug 16 05:36:56.612 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-08-16T05:36:57.939Z | [ recovery-image] Aug 16 05:36:56.622 INFO O| Aug 16 05:36:56.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4777 | 2024-08-16T05:36:57.939Z | [ recovery-image] Aug 16 05:36:56.622 INFO O| Aug 16 05:36:56.622 INFO STEP 281 (remove_files) COMPLETE |
4778 | 2024-08-16T05:36:57.941Z | [ recovery-image] Aug 16 05:36:56.622 INFO O| Aug 16 05:36:56.622 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-08-16T05:36:57.950Z | [ recovery-image] Aug 16 05:36:56.633 INFO O| Aug 16 05:36:56.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4780 | 2024-08-16T05:36:57.950Z | [ recovery-image] Aug 16 05:36:56.633 INFO O| Aug 16 05:36:56.633 INFO STEP 282 (remove_files) COMPLETE |
4781 | 2024-08-16T05:36:57.950Z | [ recovery-image] Aug 16 05:36:56.633 INFO O| Aug 16 05:36:56.633 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-08-16T05:36:57.964Z | [ recovery-image] Aug 16 05:36:56.646 INFO O| Aug 16 05:36:56.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4783 | 2024-08-16T05:36:57.967Z | [ recovery-image] Aug 16 05:36:56.647 INFO O| Aug 16 05:36:56.647 INFO STEP 283 (remove_files) COMPLETE |
4784 | 2024-08-16T05:36:57.967Z | [ recovery-image] Aug 16 05:36:56.647 INFO O| Aug 16 05:36:56.647 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-08-16T05:36:57.978Z | [ recovery-image] Aug 16 05:36:56.661 INFO O| Aug 16 05:36:56.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4786 | 2024-08-16T05:36:57.981Z | [ recovery-image] Aug 16 05:36:56.661 INFO O| Aug 16 05:36:56.661 INFO STEP 284 (remove_files) COMPLETE |
4787 | 2024-08-16T05:36:57.981Z | [ recovery-image] Aug 16 05:36:56.661 INFO O| Aug 16 05:36:56.661 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-08-16T05:36:57.990Z | [ recovery-image] Aug 16 05:36:56.673 INFO O| Aug 16 05:36:56.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4789 | 2024-08-16T05:36:57.990Z | [ recovery-image] Aug 16 05:36:56.673 INFO O| Aug 16 05:36:56.673 INFO STEP 285 (remove_files) COMPLETE |
4790 | 2024-08-16T05:36:57.990Z | [ recovery-image] Aug 16 05:36:56.673 INFO O| Aug 16 05:36:56.673 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-08-16T05:36:58.001Z | [ recovery-image] Aug 16 05:36:56.684 INFO O| Aug 16 05:36:56.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4792 | 2024-08-16T05:36:58.002Z | [ recovery-image] Aug 16 05:36:56.684 INFO O| Aug 16 05:36:56.684 INFO STEP 286 (remove_files) COMPLETE |
4793 | 2024-08-16T05:36:58.004Z | [ recovery-image] Aug 16 05:36:56.684 INFO O| Aug 16 05:36:56.684 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-08-16T05:36:58.013Z | [ recovery-image] Aug 16 05:36:56.695 INFO O| Aug 16 05:36:56.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4795 | 2024-08-16T05:36:58.013Z | [ recovery-image] Aug 16 05:36:56.695 INFO O| Aug 16 05:36:56.695 INFO STEP 287 (remove_files) COMPLETE |
4796 | 2024-08-16T05:36:58.013Z | [ recovery-image] Aug 16 05:36:56.695 INFO O| Aug 16 05:36:56.695 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-08-16T05:36:58.024Z | [ recovery-image] Aug 16 05:36:56.706 INFO O| Aug 16 05:36:56.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4798 | 2024-08-16T05:36:58.024Z | [ recovery-image] Aug 16 05:36:56.706 INFO O| Aug 16 05:36:56.706 INFO STEP 288 (remove_files) COMPLETE |
4799 | 2024-08-16T05:36:58.024Z | [ recovery-image] Aug 16 05:36:56.706 INFO O| Aug 16 05:36:56.706 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-08-16T05:36:58.034Z | [ recovery-image] Aug 16 05:36:56.717 INFO O| Aug 16 05:36:56.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4801 | 2024-08-16T05:36:58.034Z | [ recovery-image] Aug 16 05:36:56.717 INFO O| Aug 16 05:36:56.717 INFO STEP 289 (remove_files) COMPLETE |
4802 | 2024-08-16T05:36:58.034Z | [ recovery-image] Aug 16 05:36:56.717 INFO O| Aug 16 05:36:56.717 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-08-16T05:36:58.044Z | [ recovery-image] Aug 16 05:36:56.726 INFO O| Aug 16 05:36:56.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4804 | 2024-08-16T05:36:58.044Z | [ recovery-image] Aug 16 05:36:56.727 INFO O| Aug 16 05:36:56.727 INFO STEP 290 (remove_files) COMPLETE |
4805 | 2024-08-16T05:36:58.044Z | [ recovery-image] Aug 16 05:36:56.727 INFO O| Aug 16 05:36:56.727 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-08-16T05:36:58.054Z | [ recovery-image] Aug 16 05:36:56.736 INFO O| Aug 16 05:36:56.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4807 | 2024-08-16T05:36:58.056Z | [ recovery-image] Aug 16 05:36:56.736 INFO O| Aug 16 05:36:56.736 INFO STEP 291 (remove_files) COMPLETE |
4808 | 2024-08-16T05:36:58.056Z | [ recovery-image] Aug 16 05:36:56.736 INFO O| Aug 16 05:36:56.736 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-08-16T05:36:58.063Z | [ recovery-image] Aug 16 05:36:56.746 INFO O| Aug 16 05:36:56.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4810 | 2024-08-16T05:36:58.063Z | [ recovery-image] Aug 16 05:36:56.746 INFO O| Aug 16 05:36:56.746 INFO STEP 292 (remove_files) COMPLETE |
4811 | 2024-08-16T05:36:58.066Z | [ recovery-image] Aug 16 05:36:56.746 INFO O| Aug 16 05:36:56.746 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-08-16T05:36:58.073Z | [ recovery-image] Aug 16 05:36:56.756 INFO O| Aug 16 05:36:56.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4813 | 2024-08-16T05:36:58.073Z | [ recovery-image] Aug 16 05:36:56.756 INFO O| Aug 16 05:36:56.756 INFO STEP 293 (remove_files) COMPLETE |
4814 | 2024-08-16T05:36:58.073Z | [ recovery-image] Aug 16 05:36:56.756 INFO O| Aug 16 05:36:56.756 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-08-16T05:36:58.083Z | [ recovery-image] Aug 16 05:36:56.765 INFO O| Aug 16 05:36:56.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4816 | 2024-08-16T05:36:58.083Z | [ recovery-image] Aug 16 05:36:56.765 INFO O| Aug 16 05:36:56.765 INFO STEP 294 (remove_files) COMPLETE |
4817 | 2024-08-16T05:36:58.085Z | [ recovery-image] Aug 16 05:36:56.765 INFO O| Aug 16 05:36:56.765 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-08-16T05:36:58.092Z | [ recovery-image] Aug 16 05:36:56.775 INFO O| Aug 16 05:36:56.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4819 | 2024-08-16T05:36:58.095Z | [ recovery-image] Aug 16 05:36:56.775 INFO O| Aug 16 05:36:56.775 INFO STEP 295 (remove_files) COMPLETE |
4820 | 2024-08-16T05:36:58.095Z | [ recovery-image] Aug 16 05:36:56.775 INFO O| Aug 16 05:36:56.775 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-08-16T05:36:58.102Z | [ recovery-image] Aug 16 05:36:56.784 INFO O| Aug 16 05:36:56.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4822 | 2024-08-16T05:36:58.102Z | [ recovery-image] Aug 16 05:36:56.784 INFO O| Aug 16 05:36:56.784 INFO STEP 296 (remove_files) COMPLETE |
4823 | 2024-08-16T05:36:58.102Z | [ recovery-image] Aug 16 05:36:56.784 INFO O| Aug 16 05:36:56.784 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-08-16T05:36:58.111Z | [ recovery-image] Aug 16 05:36:56.794 INFO O| Aug 16 05:36:56.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4825 | 2024-08-16T05:36:58.111Z | [ recovery-image] Aug 16 05:36:56.794 INFO O| Aug 16 05:36:56.794 INFO STEP 297 (remove_files) COMPLETE |
4826 | 2024-08-16T05:36:58.114Z | [ recovery-image] Aug 16 05:36:56.794 INFO O| Aug 16 05:36:56.794 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-08-16T05:36:58.121Z | [ recovery-image] Aug 16 05:36:56.803 INFO O| Aug 16 05:36:56.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4828 | 2024-08-16T05:36:58.124Z | [ recovery-image] Aug 16 05:36:56.804 INFO O| Aug 16 05:36:56.804 INFO STEP 298 (remove_files) COMPLETE |
4829 | 2024-08-16T05:36:58.124Z | [ recovery-image] Aug 16 05:36:56.804 INFO O| Aug 16 05:36:56.804 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-08-16T05:36:58.131Z | [ recovery-image] Aug 16 05:36:56.814 INFO O| Aug 16 05:36:56.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4831 | 2024-08-16T05:36:58.131Z | [ recovery-image] Aug 16 05:36:56.814 INFO O| Aug 16 05:36:56.814 INFO STEP 299 (remove_files) COMPLETE |
4832 | 2024-08-16T05:36:58.135Z | [ recovery-image] Aug 16 05:36:56.814 INFO O| Aug 16 05:36:56.814 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-08-16T05:36:58.142Z | [ recovery-image] Aug 16 05:36:56.825 INFO O| Aug 16 05:36:56.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4834 | 2024-08-16T05:36:58.142Z | [ recovery-image] Aug 16 05:36:56.825 INFO O| Aug 16 05:36:56.825 INFO STEP 300 (remove_files) COMPLETE |
4835 | 2024-08-16T05:36:58.145Z | [ recovery-image] Aug 16 05:36:56.825 INFO O| Aug 16 05:36:56.825 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-08-16T05:36:58.153Z | [ recovery-image] Aug 16 05:36:56.835 INFO O| Aug 16 05:36:56.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4837 | 2024-08-16T05:36:58.155Z | [ recovery-image] Aug 16 05:36:56.835 INFO O| Aug 16 05:36:56.835 INFO STEP 301 (remove_files) COMPLETE |
4838 | 2024-08-16T05:36:58.156Z | [ recovery-image] Aug 16 05:36:56.835 INFO O| Aug 16 05:36:56.835 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-08-16T05:36:58.162Z | [ recovery-image] Aug 16 05:36:56.845 INFO O| Aug 16 05:36:56.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4840 | 2024-08-16T05:36:58.165Z | [ recovery-image] Aug 16 05:36:56.845 INFO O| Aug 16 05:36:56.845 INFO STEP 302 (remove_files) COMPLETE |
4841 | 2024-08-16T05:36:58.165Z | [ recovery-image] Aug 16 05:36:56.845 INFO O| Aug 16 05:36:56.845 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-08-16T05:36:58.172Z | [ recovery-image] Aug 16 05:36:56.854 INFO O| Aug 16 05:36:56.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4843 | 2024-08-16T05:36:58.172Z | [ recovery-image] Aug 16 05:36:56.854 INFO O| Aug 16 05:36:56.854 INFO STEP 303 (remove_files) COMPLETE |
4844 | 2024-08-16T05:36:58.175Z | [ recovery-image] Aug 16 05:36:56.854 INFO O| Aug 16 05:36:56.854 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-08-16T05:36:58.183Z | [ recovery-image] Aug 16 05:36:56.864 INFO O| Aug 16 05:36:56.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4846 | 2024-08-16T05:36:58.186Z | [ recovery-image] Aug 16 05:36:56.864 INFO O| Aug 16 05:36:56.864 INFO STEP 304 (remove_files) COMPLETE |
4847 | 2024-08-16T05:36:58.186Z | [ recovery-image] Aug 16 05:36:56.864 INFO O| Aug 16 05:36:56.864 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-08-16T05:36:58.191Z | [ recovery-image] Aug 16 05:36:56.874 INFO O| Aug 16 05:36:56.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4849 | 2024-08-16T05:36:58.194Z | [ recovery-image] Aug 16 05:36:56.874 INFO O| Aug 16 05:36:56.874 INFO STEP 305 (remove_files) COMPLETE |
4850 | 2024-08-16T05:36:58.194Z | [ recovery-image] Aug 16 05:36:56.874 INFO O| Aug 16 05:36:56.874 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-08-16T05:36:58.202Z | [ recovery-image] Aug 16 05:36:56.883 INFO O| Aug 16 05:36:56.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4852 | 2024-08-16T05:36:58.202Z | [ recovery-image] Aug 16 05:36:56.883 INFO O| Aug 16 05:36:56.883 INFO STEP 306 (remove_files) COMPLETE |
4853 | 2024-08-16T05:36:58.202Z | [ recovery-image] Aug 16 05:36:56.883 INFO O| Aug 16 05:36:56.883 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-08-16T05:36:58.211Z | [ recovery-image] Aug 16 05:36:56.893 INFO O| Aug 16 05:36:56.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4855 | 2024-08-16T05:36:58.211Z | [ recovery-image] Aug 16 05:36:56.893 INFO O| Aug 16 05:36:56.893 INFO STEP 307 (remove_files) COMPLETE |
4856 | 2024-08-16T05:36:58.214Z | [ recovery-image] Aug 16 05:36:56.893 INFO O| Aug 16 05:36:56.893 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-08-16T05:36:58.220Z | [ recovery-image] Aug 16 05:36:56.902 INFO O| Aug 16 05:36:56.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4858 | 2024-08-16T05:36:58.223Z | [ recovery-image] Aug 16 05:36:56.903 INFO O| Aug 16 05:36:56.902 INFO STEP 308 (remove_files) COMPLETE |
4859 | 2024-08-16T05:36:58.223Z | [ recovery-image] Aug 16 05:36:56.903 INFO O| Aug 16 05:36:56.902 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-08-16T05:36:58.229Z | [ recovery-image] Aug 16 05:36:56.912 INFO O| Aug 16 05:36:56.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4861 | 2024-08-16T05:36:58.232Z | [ recovery-image] Aug 16 05:36:56.913 INFO O| Aug 16 05:36:56.913 INFO STEP 309 (remove_files) COMPLETE |
4862 | 2024-08-16T05:36:58.232Z | [ recovery-image] Aug 16 05:36:56.913 INFO O| Aug 16 05:36:56.913 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-08-16T05:36:58.240Z | [ recovery-image] Aug 16 05:36:56.922 INFO O| Aug 16 05:36:56.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4864 | 2024-08-16T05:36:58.240Z | [ recovery-image] Aug 16 05:36:56.922 INFO O| Aug 16 05:36:56.922 INFO STEP 310 (remove_files) COMPLETE |
4865 | 2024-08-16T05:36:58.243Z | [ recovery-image] Aug 16 05:36:56.922 INFO O| Aug 16 05:36:56.922 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-08-16T05:36:58.249Z | [ recovery-image] Aug 16 05:36:56.932 INFO O| Aug 16 05:36:56.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4867 | 2024-08-16T05:36:58.249Z | [ recovery-image] Aug 16 05:36:56.932 INFO O| Aug 16 05:36:56.932 INFO STEP 311 (remove_files) COMPLETE |
4868 | 2024-08-16T05:36:58.252Z | [ recovery-image] Aug 16 05:36:56.932 INFO O| Aug 16 05:36:56.932 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-08-16T05:36:58.259Z | [ recovery-image] Aug 16 05:36:56.941 INFO O| Aug 16 05:36:56.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4870 | 2024-08-16T05:36:58.261Z | [ recovery-image] Aug 16 05:36:56.942 INFO O| Aug 16 05:36:56.941 INFO STEP 312 (remove_files) COMPLETE |
4871 | 2024-08-16T05:36:58.261Z | [ recovery-image] Aug 16 05:36:56.942 INFO O| Aug 16 05:36:56.942 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-08-16T05:36:58.269Z | [ recovery-image] Aug 16 05:36:56.951 INFO O| Aug 16 05:36:56.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4873 | 2024-08-16T05:36:58.269Z | [ recovery-image] Aug 16 05:36:56.951 INFO O| Aug 16 05:36:56.951 INFO STEP 313 (remove_files) COMPLETE |
4874 | 2024-08-16T05:36:58.269Z | [ recovery-image] Aug 16 05:36:56.951 INFO O| Aug 16 05:36:56.951 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-08-16T05:36:58.279Z | [ recovery-image] Aug 16 05:36:56.961 INFO O| Aug 16 05:36:56.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4876 | 2024-08-16T05:36:58.279Z | [ recovery-image] Aug 16 05:36:56.961 INFO O| Aug 16 05:36:56.961 INFO STEP 314 (remove_files) COMPLETE |
4877 | 2024-08-16T05:36:58.281Z | [ recovery-image] Aug 16 05:36:56.961 INFO O| Aug 16 05:36:56.961 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-08-16T05:36:58.289Z | [ recovery-image] Aug 16 05:36:56.971 INFO O| Aug 16 05:36:56.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4879 | 2024-08-16T05:36:58.289Z | [ recovery-image] Aug 16 05:36:56.971 INFO O| Aug 16 05:36:56.971 INFO STEP 315 (remove_files) COMPLETE |
4880 | 2024-08-16T05:36:58.289Z | [ recovery-image] Aug 16 05:36:56.971 INFO O| Aug 16 05:36:56.971 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-08-16T05:36:58.300Z | [ recovery-image] Aug 16 05:36:56.983 INFO O| Aug 16 05:36:56.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4882 | 2024-08-16T05:36:58.301Z | [ recovery-image] Aug 16 05:36:56.983 INFO O| Aug 16 05:36:56.983 INFO STEP 316 (remove_files) COMPLETE |
4883 | 2024-08-16T05:36:58.303Z | [ recovery-image] Aug 16 05:36:56.983 INFO O| Aug 16 05:36:56.983 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-08-16T05:36:58.310Z | [ recovery-image] Aug 16 05:36:56.993 INFO O| Aug 16 05:36:56.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4885 | 2024-08-16T05:36:58.310Z | [ recovery-image] Aug 16 05:36:56.993 INFO O| Aug 16 05:36:56.993 INFO STEP 317 (remove_files) COMPLETE |
4886 | 2024-08-16T05:36:58.311Z | [ recovery-image] Aug 16 05:36:56.993 INFO O| Aug 16 05:36:56.993 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-08-16T05:36:58.320Z | [ recovery-image] Aug 16 05:36:57.003 INFO O| Aug 16 05:36:57.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4888 | 2024-08-16T05:36:58.320Z | [ recovery-image] Aug 16 05:36:57.003 INFO O| Aug 16 05:36:57.003 INFO STEP 318 (remove_files) COMPLETE |
4889 | 2024-08-16T05:36:58.323Z | [ recovery-image] Aug 16 05:36:57.003 INFO O| Aug 16 05:36:57.003 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-08-16T05:36:58.332Z | [ recovery-image] Aug 16 05:36:57.014 INFO O| Aug 16 05:36:57.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4891 | 2024-08-16T05:36:58.332Z | [ recovery-image] Aug 16 05:36:57.014 INFO O| Aug 16 05:36:57.014 INFO STEP 319 (remove_files) COMPLETE |
4892 | 2024-08-16T05:36:58.332Z | [ recovery-image] Aug 16 05:36:57.015 INFO O| Aug 16 05:36:57.014 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-08-16T05:36:58.342Z | [ recovery-image] Aug 16 05:36:57.024 INFO O| Aug 16 05:36:57.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4894 | 2024-08-16T05:36:58.342Z | [ recovery-image] Aug 16 05:36:57.024 INFO O| Aug 16 05:36:57.024 INFO STEP 320 (remove_files) COMPLETE |
4895 | 2024-08-16T05:36:58.345Z | [ recovery-image] Aug 16 05:36:57.024 INFO O| Aug 16 05:36:57.024 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-08-16T05:36:58.352Z | [ recovery-image] Aug 16 05:36:57.034 INFO O| Aug 16 05:36:57.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4897 | 2024-08-16T05:36:58.352Z | [ recovery-image] Aug 16 05:36:57.034 INFO O| Aug 16 05:36:57.034 INFO STEP 321 (remove_files) COMPLETE |
4898 | 2024-08-16T05:36:58.352Z | [ recovery-image] Aug 16 05:36:57.034 INFO O| Aug 16 05:36:57.034 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-08-16T05:36:58.362Z | [ recovery-image] Aug 16 05:36:57.044 INFO O| Aug 16 05:36:57.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4900 | 2024-08-16T05:36:58.363Z | [ recovery-image] Aug 16 05:36:57.044 INFO O| Aug 16 05:36:57.044 INFO STEP 322 (remove_files) COMPLETE |
4901 | 2024-08-16T05:36:58.365Z | [ recovery-image] Aug 16 05:36:57.044 INFO O| Aug 16 05:36:57.044 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-08-16T05:36:58.373Z | [ recovery-image] Aug 16 05:36:57.055 INFO O| Aug 16 05:36:57.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4903 | 2024-08-16T05:36:58.373Z | [ recovery-image] Aug 16 05:36:57.055 INFO O| Aug 16 05:36:57.055 INFO STEP 323 (remove_files) COMPLETE |
4904 | 2024-08-16T05:36:58.373Z | [ recovery-image] Aug 16 05:36:57.055 INFO O| Aug 16 05:36:57.055 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-08-16T05:36:58.384Z | [ recovery-image] Aug 16 05:36:57.067 INFO O| Aug 16 05:36:57.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4906 | 2024-08-16T05:36:58.384Z | [ recovery-image] Aug 16 05:36:57.067 INFO O| Aug 16 05:36:57.067 INFO STEP 324 (remove_files) COMPLETE |
4907 | 2024-08-16T05:36:58.387Z | [ recovery-image] Aug 16 05:36:57.067 INFO O| Aug 16 05:36:57.067 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-08-16T05:36:58.396Z | [ recovery-image] Aug 16 05:36:57.079 INFO O| Aug 16 05:36:57.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4909 | 2024-08-16T05:36:58.396Z | [ recovery-image] Aug 16 05:36:57.079 INFO O| Aug 16 05:36:57.079 INFO STEP 325 (remove_files) COMPLETE |
4910 | 2024-08-16T05:36:58.399Z | [ recovery-image] Aug 16 05:36:57.079 INFO O| Aug 16 05:36:57.079 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-08-16T05:36:58.408Z | [ recovery-image] Aug 16 05:36:57.090 INFO O| Aug 16 05:36:57.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4912 | 2024-08-16T05:36:58.408Z | [ recovery-image] Aug 16 05:36:57.090 INFO O| Aug 16 05:36:57.090 INFO STEP 326 (remove_files) COMPLETE |
4913 | 2024-08-16T05:36:58.410Z | [ recovery-image] Aug 16 05:36:57.090 INFO O| Aug 16 05:36:57.090 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-08-16T05:36:58.420Z | [ recovery-image] Aug 16 05:36:57.102 INFO O| Aug 16 05:36:57.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4915 | 2024-08-16T05:36:58.420Z | [ recovery-image] Aug 16 05:36:57.102 INFO O| Aug 16 05:36:57.102 INFO STEP 327 (remove_files) COMPLETE |
4916 | 2024-08-16T05:36:58.422Z | [ recovery-image] Aug 16 05:36:57.102 INFO O| Aug 16 05:36:57.102 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-08-16T05:36:58.431Z | [ recovery-image] Aug 16 05:36:57.114 INFO O| Aug 16 05:36:57.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4918 | 2024-08-16T05:36:58.431Z | [ recovery-image] Aug 16 05:36:57.114 INFO O| Aug 16 05:36:57.114 INFO STEP 328 (remove_files) COMPLETE |
4919 | 2024-08-16T05:36:58.431Z | [ recovery-image] Aug 16 05:36:57.114 INFO O| Aug 16 05:36:57.114 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-08-16T05:36:58.443Z | [ recovery-image] Aug 16 05:36:57.125 INFO O| Aug 16 05:36:57.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4921 | 2024-08-16T05:36:58.443Z | [ recovery-image] Aug 16 05:36:57.125 INFO O| Aug 16 05:36:57.125 INFO STEP 329 (remove_files) COMPLETE |
4922 | 2024-08-16T05:36:58.443Z | [ recovery-image] Aug 16 05:36:57.125 INFO O| Aug 16 05:36:57.125 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-08-16T05:36:58.455Z | [ recovery-image] Aug 16 05:36:57.137 INFO O| Aug 16 05:36:57.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4924 | 2024-08-16T05:36:58.458Z | [ recovery-image] Aug 16 05:36:57.138 INFO O| Aug 16 05:36:57.137 INFO STEP 330 (remove_files) COMPLETE |
4925 | 2024-08-16T05:36:58.458Z | [ recovery-image] Aug 16 05:36:57.138 INFO O| Aug 16 05:36:57.138 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-08-16T05:36:58.466Z | [ recovery-image] Aug 16 05:36:57.149 INFO O| Aug 16 05:36:57.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4927 | 2024-08-16T05:36:58.466Z | [ recovery-image] Aug 16 05:36:57.149 INFO O| Aug 16 05:36:57.149 INFO STEP 331 (remove_files) COMPLETE |
4928 | 2024-08-16T05:36:58.469Z | [ recovery-image] Aug 16 05:36:57.149 INFO O| Aug 16 05:36:57.149 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-08-16T05:36:58.476Z | [ recovery-image] Aug 16 05:36:57.159 INFO O| Aug 16 05:36:57.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4930 | 2024-08-16T05:36:58.479Z | [ recovery-image] Aug 16 05:36:57.159 INFO O| Aug 16 05:36:57.159 INFO STEP 332 (remove_files) COMPLETE |
4931 | 2024-08-16T05:36:58.479Z | [ recovery-image] Aug 16 05:36:57.159 INFO O| Aug 16 05:36:57.159 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-08-16T05:36:58.487Z | [ recovery-image] Aug 16 05:36:57.169 INFO O| Aug 16 05:36:57.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4933 | 2024-08-16T05:36:58.489Z | [ recovery-image] Aug 16 05:36:57.170 INFO O| Aug 16 05:36:57.170 INFO STEP 333 (remove_files) COMPLETE |
4934 | 2024-08-16T05:36:58.489Z | [ recovery-image] Aug 16 05:36:57.170 INFO O| Aug 16 05:36:57.170 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-08-16T05:36:58.497Z | [ recovery-image] Aug 16 05:36:57.180 INFO O| Aug 16 05:36:57.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4936 | 2024-08-16T05:36:58.500Z | [ recovery-image] Aug 16 05:36:57.180 INFO O| Aug 16 05:36:57.180 INFO STEP 334 (remove_files) COMPLETE |
4937 | 2024-08-16T05:36:58.500Z | [ recovery-image] Aug 16 05:36:57.180 INFO O| Aug 16 05:36:57.180 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-08-16T05:36:58.507Z | [ recovery-image] Aug 16 05:36:57.190 INFO O| Aug 16 05:36:57.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4939 | 2024-08-16T05:36:58.510Z | [ recovery-image] Aug 16 05:36:57.191 INFO O| Aug 16 05:36:57.191 INFO STEP 335 (remove_files) COMPLETE |
4940 | 2024-08-16T05:36:58.510Z | [ recovery-image] Aug 16 05:36:57.191 INFO O| Aug 16 05:36:57.191 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-08-16T05:36:58.519Z | [ recovery-image] Aug 16 05:36:57.201 INFO O| Aug 16 05:36:57.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4942 | 2024-08-16T05:36:58.519Z | [ recovery-image] Aug 16 05:36:57.201 INFO O| Aug 16 05:36:57.201 INFO STEP 336 (remove_files) COMPLETE |
4943 | 2024-08-16T05:36:58.521Z | [ recovery-image] Aug 16 05:36:57.201 INFO O| Aug 16 05:36:57.201 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-08-16T05:36:58.528Z | [ recovery-image] Aug 16 05:36:57.211 INFO O| Aug 16 05:36:57.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4945 | 2024-08-16T05:36:58.528Z | [ recovery-image] Aug 16 05:36:57.211 INFO O| Aug 16 05:36:57.211 INFO STEP 337 (remove_files) COMPLETE |
4946 | 2024-08-16T05:36:58.528Z | [ recovery-image] Aug 16 05:36:57.211 INFO O| Aug 16 05:36:57.211 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-08-16T05:36:58.540Z | [ recovery-image] Aug 16 05:36:57.222 INFO O| Aug 16 05:36:57.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4948 | 2024-08-16T05:36:58.542Z | [ recovery-image] Aug 16 05:36:57.222 INFO O| Aug 16 05:36:57.222 INFO STEP 338 (remove_files) COMPLETE |
4949 | 2024-08-16T05:36:58.542Z | [ recovery-image] Aug 16 05:36:57.222 INFO O| Aug 16 05:36:57.222 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-08-16T05:36:58.550Z | [ recovery-image] Aug 16 05:36:57.232 INFO O| Aug 16 05:36:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4951 | 2024-08-16T05:36:58.550Z | [ recovery-image] Aug 16 05:36:57.232 INFO O| Aug 16 05:36:57.232 INFO STEP 339 (remove_files) COMPLETE |
4952 | 2024-08-16T05:36:58.550Z | [ recovery-image] Aug 16 05:36:57.232 INFO O| Aug 16 05:36:57.232 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-08-16T05:36:58.560Z | [ recovery-image] Aug 16 05:36:57.242 INFO O| Aug 16 05:36:57.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4954 | 2024-08-16T05:36:58.562Z | [ recovery-image] Aug 16 05:36:57.242 INFO O| Aug 16 05:36:57.242 INFO STEP 340 (remove_files) COMPLETE |
4955 | 2024-08-16T05:36:58.562Z | [ recovery-image] Aug 16 05:36:57.242 INFO O| Aug 16 05:36:57.242 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-08-16T05:36:58.571Z | [ recovery-image] Aug 16 05:36:57.253 INFO O| Aug 16 05:36:57.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4957 | 2024-08-16T05:36:58.571Z | [ recovery-image] Aug 16 05:36:57.253 INFO O| Aug 16 05:36:57.253 INFO STEP 341 (remove_files) COMPLETE |
4958 | 2024-08-16T05:36:58.571Z | [ recovery-image] Aug 16 05:36:57.253 INFO O| Aug 16 05:36:57.253 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-08-16T05:36:58.581Z | [ recovery-image] Aug 16 05:36:57.263 INFO O| Aug 16 05:36:57.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4960 | 2024-08-16T05:36:58.581Z | [ recovery-image] Aug 16 05:36:57.263 INFO O| Aug 16 05:36:57.263 INFO STEP 342 (remove_files) COMPLETE |
4961 | 2024-08-16T05:36:58.581Z | [ recovery-image] Aug 16 05:36:57.263 INFO O| Aug 16 05:36:57.263 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-08-16T05:36:58.590Z | [ recovery-image] Aug 16 05:36:57.273 INFO O| Aug 16 05:36:57.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4963 | 2024-08-16T05:36:58.590Z | [ recovery-image] Aug 16 05:36:57.273 INFO O| Aug 16 05:36:57.273 INFO STEP 343 (remove_files) COMPLETE |
4964 | 2024-08-16T05:36:58.593Z | [ recovery-image] Aug 16 05:36:57.273 INFO O| Aug 16 05:36:57.273 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-08-16T05:36:58.602Z | [ recovery-image] Aug 16 05:36:57.284 INFO O| Aug 16 05:36:57.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4966 | 2024-08-16T05:36:58.602Z | [ recovery-image] Aug 16 05:36:57.284 INFO O| Aug 16 05:36:57.284 INFO STEP 344 (remove_files) COMPLETE |
4967 | 2024-08-16T05:36:58.602Z | [ recovery-image] Aug 16 05:36:57.284 INFO O| Aug 16 05:36:57.284 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-08-16T05:36:58.613Z | [ recovery-image] Aug 16 05:36:57.295 INFO O| Aug 16 05:36:57.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4969 | 2024-08-16T05:36:58.613Z | [ recovery-image] Aug 16 05:36:57.295 INFO O| Aug 16 05:36:57.295 INFO STEP 345 (remove_files) COMPLETE |
4970 | 2024-08-16T05:36:58.613Z | [ recovery-image] Aug 16 05:36:57.295 INFO O| Aug 16 05:36:57.295 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-08-16T05:36:58.623Z | [ recovery-image] Aug 16 05:36:57.305 INFO O| Aug 16 05:36:57.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4972 | 2024-08-16T05:36:58.623Z | [ recovery-image] Aug 16 05:36:57.305 INFO O| Aug 16 05:36:57.305 INFO STEP 346 (remove_files) COMPLETE |
4973 | 2024-08-16T05:36:58.629Z | [ recovery-image] Aug 16 05:36:57.305 INFO O| Aug 16 05:36:57.305 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-08-16T05:36:58.634Z | [ recovery-image] Aug 16 05:36:57.315 INFO O| Aug 16 05:36:57.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4975 | 2024-08-16T05:36:58.634Z | [ recovery-image] Aug 16 05:36:57.315 INFO O| Aug 16 05:36:57.315 INFO STEP 347 (remove_files) COMPLETE |
4976 | 2024-08-16T05:36:58.639Z | [ recovery-image] Aug 16 05:36:57.315 INFO O| Aug 16 05:36:57.315 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-08-16T05:36:58.642Z | [ recovery-image] Aug 16 05:36:57.324 INFO O| Aug 16 05:36:57.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4978 | 2024-08-16T05:36:58.642Z | [ recovery-image] Aug 16 05:36:57.324 INFO O| Aug 16 05:36:57.324 INFO STEP 348 (remove_files) COMPLETE |
4979 | 2024-08-16T05:36:58.645Z | [ recovery-image] Aug 16 05:36:57.324 INFO O| Aug 16 05:36:57.324 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-08-16T05:36:58.651Z | [ recovery-image] Aug 16 05:36:57.334 INFO O| Aug 16 05:36:57.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4981 | 2024-08-16T05:36:58.651Z | [ recovery-image] Aug 16 05:36:57.334 INFO O| Aug 16 05:36:57.334 INFO STEP 349 (remove_files) COMPLETE |
4982 | 2024-08-16T05:36:58.651Z | [ recovery-image] Aug 16 05:36:57.334 INFO O| Aug 16 05:36:57.334 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-08-16T05:36:58.662Z | [ recovery-image] Aug 16 05:36:57.343 INFO O| Aug 16 05:36:57.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4984 | 2024-08-16T05:36:58.662Z | [ recovery-image] Aug 16 05:36:57.343 INFO O| Aug 16 05:36:57.343 INFO STEP 350 (remove_files) COMPLETE |
4985 | 2024-08-16T05:36:58.662Z | [ recovery-image] Aug 16 05:36:57.343 INFO O| Aug 16 05:36:57.343 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-08-16T05:36:58.670Z | [ recovery-image] Aug 16 05:36:57.353 INFO O| Aug 16 05:36:57.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4987 | 2024-08-16T05:36:58.670Z | [ recovery-image] Aug 16 05:36:57.353 INFO O| Aug 16 05:36:57.353 INFO STEP 351 (remove_files) COMPLETE |
4988 | 2024-08-16T05:36:58.673Z | [ recovery-image] Aug 16 05:36:57.353 INFO O| Aug 16 05:36:57.353 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-08-16T05:36:58.680Z | [ recovery-image] Aug 16 05:36:57.362 INFO O| Aug 16 05:36:57.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4990 | 2024-08-16T05:36:58.680Z | [ recovery-image] Aug 16 05:36:57.362 INFO O| Aug 16 05:36:57.362 INFO STEP 352 (remove_files) COMPLETE |
4991 | 2024-08-16T05:36:58.682Z | [ recovery-image] Aug 16 05:36:57.362 INFO O| Aug 16 05:36:57.362 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-08-16T05:36:58.689Z | [ recovery-image] Aug 16 05:36:57.372 INFO O| Aug 16 05:36:57.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4993 | 2024-08-16T05:36:58.692Z | [ recovery-image] Aug 16 05:36:57.372 INFO O| Aug 16 05:36:57.372 INFO STEP 353 (remove_files) COMPLETE |
4994 | 2024-08-16T05:36:58.692Z | [ recovery-image] Aug 16 05:36:57.372 INFO O| Aug 16 05:36:57.372 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-08-16T05:36:58.699Z | [ recovery-image] Aug 16 05:36:57.381 INFO O| Aug 16 05:36:57.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4996 | 2024-08-16T05:36:58.701Z | [ recovery-image] Aug 16 05:36:57.381 INFO O| Aug 16 05:36:57.381 INFO STEP 354 (remove_files) COMPLETE |
4997 | 2024-08-16T05:36:58.701Z | [ recovery-image] Aug 16 05:36:57.381 INFO O| Aug 16 05:36:57.381 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-08-16T05:36:58.708Z | [ recovery-image] Aug 16 05:36:57.391 INFO O| Aug 16 05:36:57.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4999 | 2024-08-16T05:36:58.708Z | [ recovery-image] Aug 16 05:36:57.391 INFO O| Aug 16 05:36:57.391 INFO STEP 355 (remove_files) COMPLETE |
5000 | 2024-08-16T05:36:58.711Z | [ recovery-image] Aug 16 05:36:57.391 INFO O| Aug 16 05:36:57.391 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-08-16T05:36:58.716Z | [ host-image] Aug 16 05:36:57.399 INFO O| Aug 16 05:36:57.398 INFO O| Planning: Solver setup ... Done |
5002 | 2024-08-16T05:36:58.719Z | [ recovery-image] Aug 16 05:36:57.400 INFO O| Aug 16 05:36:57.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5003 | 2024-08-16T05:36:58.719Z | [ recovery-image] Aug 16 05:36:57.400 INFO O| Aug 16 05:36:57.400 INFO STEP 356 (remove_files) COMPLETE |
5004 | 2024-08-16T05:36:58.719Z | [ recovery-image] Aug 16 05:36:57.400 INFO O| Aug 16 05:36:57.400 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-08-16T05:36:58.722Z | [ host-image] Aug 16 05:36:57.402 INFO O| Aug 16 05:36:57.402 INFO O| Planning: Running solver ... Done |
5006 | 2024-08-16T05:36:58.728Z | [ recovery-image] Aug 16 05:36:57.410 INFO O| Aug 16 05:36:57.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5007 | 2024-08-16T05:36:58.728Z | [ recovery-image] Aug 16 05:36:57.410 INFO O| Aug 16 05:36:57.410 INFO STEP 357 (remove_files) COMPLETE |
5008 | 2024-08-16T05:36:58.730Z | [ recovery-image] Aug 16 05:36:57.410 INFO O| Aug 16 05:36:57.410 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-08-16T05:36:58.737Z | [ recovery-image] Aug 16 05:36:57.420 INFO O| Aug 16 05:36:57.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5010 | 2024-08-16T05:36:58.738Z | [ recovery-image] Aug 16 05:36:57.420 INFO O| Aug 16 05:36:57.420 INFO STEP 358 (remove_files) COMPLETE |
5011 | 2024-08-16T05:36:58.738Z | [ recovery-image] Aug 16 05:36:57.420 INFO O| Aug 16 05:36:57.420 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-08-16T05:36:58.747Z | [ recovery-image] Aug 16 05:36:57.429 INFO O| Aug 16 05:36:57.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5013 | 2024-08-16T05:36:58.747Z | [ recovery-image] Aug 16 05:36:57.429 INFO O| Aug 16 05:36:57.429 INFO STEP 359 (remove_files) COMPLETE |
5014 | 2024-08-16T05:36:58.749Z | [ recovery-image] Aug 16 05:36:57.429 INFO O| Aug 16 05:36:57.429 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-08-16T05:36:58.757Z | [ recovery-image] Aug 16 05:36:57.439 INFO O| Aug 16 05:36:57.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5016 | 2024-08-16T05:36:58.757Z | [ recovery-image] Aug 16 05:36:57.439 INFO O| Aug 16 05:36:57.439 INFO STEP 360 (remove_files) COMPLETE |
5017 | 2024-08-16T05:36:58.759Z | [ recovery-image] Aug 16 05:36:57.439 INFO O| Aug 16 05:36:57.439 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-08-16T05:36:58.762Z | [ host-image] Aug 16 05:36:57.442 INFO O| Aug 16 05:36:57.442 INFO O| Planning: Finding local manifests ... Done |
5019 | 2024-08-16T05:36:58.762Z | [ host-image] Aug 16 05:36:57.444 INFO O| Aug 16 05:36:57.444 INFO O| Planning: Fetching manifests: 0/4 0% complete |
5020 | 2024-08-16T05:36:58.767Z | [ recovery-image] Aug 16 05:36:57.450 INFO O| Aug 16 05:36:57.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5021 | 2024-08-16T05:36:58.767Z | [ recovery-image] Aug 16 05:36:57.450 INFO O| Aug 16 05:36:57.450 INFO STEP 361 (remove_files) COMPLETE |
5022 | 2024-08-16T05:36:58.770Z | [ recovery-image] Aug 16 05:36:57.450 INFO O| Aug 16 05:36:57.450 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-08-16T05:36:58.777Z | [ recovery-image] Aug 16 05:36:57.459 INFO O| Aug 16 05:36:57.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5024 | 2024-08-16T05:36:58.779Z | [ recovery-image] Aug 16 05:36:57.459 INFO O| Aug 16 05:36:57.459 INFO STEP 362 (remove_files) COMPLETE |
5025 | 2024-08-16T05:36:58.779Z | [ recovery-image] Aug 16 05:36:57.459 INFO O| Aug 16 05:36:57.459 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-08-16T05:36:58.786Z | [ recovery-image] Aug 16 05:36:57.469 INFO O| Aug 16 05:36:57.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5027 | 2024-08-16T05:36:58.786Z | [ recovery-image] Aug 16 05:36:57.469 INFO O| Aug 16 05:36:57.469 INFO STEP 363 (remove_files) COMPLETE |
5028 | 2024-08-16T05:36:58.789Z | [ recovery-image] Aug 16 05:36:57.469 INFO O| Aug 16 05:36:57.469 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-08-16T05:36:58.796Z | [ recovery-image] Aug 16 05:36:57.478 INFO O| Aug 16 05:36:57.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5030 | 2024-08-16T05:36:58.798Z | [ recovery-image] Aug 16 05:36:57.478 INFO O| Aug 16 05:36:57.478 INFO STEP 364 (remove_files) COMPLETE |
5031 | 2024-08-16T05:36:58.798Z | [ recovery-image] Aug 16 05:36:57.478 INFO O| Aug 16 05:36:57.478 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-08-16T05:36:58.806Z | [ recovery-image] Aug 16 05:36:57.488 INFO O| Aug 16 05:36:57.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5033 | 2024-08-16T05:36:58.806Z | [ recovery-image] Aug 16 05:36:57.488 INFO O| Aug 16 05:36:57.488 INFO STEP 365 (remove_files) COMPLETE |
5034 | 2024-08-16T05:36:58.806Z | [ recovery-image] Aug 16 05:36:57.488 INFO O| Aug 16 05:36:57.488 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-08-16T05:36:58.815Z | [ recovery-image] Aug 16 05:36:57.497 INFO O| Aug 16 05:36:57.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5036 | 2024-08-16T05:36:58.818Z | [ recovery-image] Aug 16 05:36:57.497 INFO O| Aug 16 05:36:57.497 INFO STEP 366 (remove_files) COMPLETE |
5037 | 2024-08-16T05:36:58.818Z | [ recovery-image] Aug 16 05:36:57.497 INFO O| Aug 16 05:36:57.497 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-08-16T05:36:58.826Z | [ recovery-image] Aug 16 05:36:57.507 INFO O| Aug 16 05:36:57.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5039 | 2024-08-16T05:36:58.829Z | [ recovery-image] Aug 16 05:36:57.507 INFO O| Aug 16 05:36:57.507 INFO STEP 367 (remove_files) COMPLETE |
5040 | 2024-08-16T05:36:58.829Z | [ recovery-image] Aug 16 05:36:57.507 INFO O| Aug 16 05:36:57.507 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-08-16T05:36:58.834Z | [ recovery-image] Aug 16 05:36:57.516 INFO O| Aug 16 05:36:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5042 | 2024-08-16T05:36:58.839Z | [ recovery-image] Aug 16 05:36:57.516 INFO O| Aug 16 05:36:57.516 INFO STEP 368 (remove_files) COMPLETE |
5043 | 2024-08-16T05:36:58.839Z | [ recovery-image] Aug 16 05:36:57.516 INFO O| Aug 16 05:36:57.516 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-08-16T05:36:58.844Z | [ recovery-image] Aug 16 05:36:57.526 INFO O| Aug 16 05:36:57.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5045 | 2024-08-16T05:36:58.844Z | [ recovery-image] Aug 16 05:36:57.526 INFO O| Aug 16 05:36:57.526 INFO STEP 369 (remove_files) COMPLETE |
5046 | 2024-08-16T05:36:58.846Z | [ recovery-image] Aug 16 05:36:57.526 INFO O| Aug 16 05:36:57.526 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-08-16T05:36:58.854Z | [ recovery-image] Aug 16 05:36:57.535 INFO O| Aug 16 05:36:57.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5048 | 2024-08-16T05:36:58.856Z | [ recovery-image] Aug 16 05:36:57.535 INFO O| Aug 16 05:36:57.535 INFO STEP 370 (remove_files) COMPLETE |
5049 | 2024-08-16T05:36:58.856Z | [ recovery-image] Aug 16 05:36:57.535 INFO O| Aug 16 05:36:57.535 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-08-16T05:36:58.863Z | [ recovery-image] Aug 16 05:36:57.545 INFO O| Aug 16 05:36:57.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5051 | 2024-08-16T05:36:58.865Z | [ recovery-image] Aug 16 05:36:57.545 INFO O| Aug 16 05:36:57.545 INFO STEP 371 (remove_files) COMPLETE |
5052 | 2024-08-16T05:36:58.865Z | [ recovery-image] Aug 16 05:36:57.545 INFO O| Aug 16 05:36:57.545 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-08-16T05:36:58.874Z | [ recovery-image] Aug 16 05:36:57.554 INFO O| Aug 16 05:36:57.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5054 | 2024-08-16T05:36:58.877Z | [ recovery-image] Aug 16 05:36:57.555 INFO O| Aug 16 05:36:57.554 INFO STEP 372 (remove_files) COMPLETE |
5055 | 2024-08-16T05:36:58.877Z | [ recovery-image] Aug 16 05:36:57.555 INFO O| Aug 16 05:36:57.555 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-08-16T05:36:58.882Z | [ recovery-image] Aug 16 05:36:57.564 INFO O| Aug 16 05:36:57.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5057 | 2024-08-16T05:36:58.882Z | [ recovery-image] Aug 16 05:36:57.564 INFO O| Aug 16 05:36:57.564 INFO STEP 373 (remove_files) COMPLETE |
5058 | 2024-08-16T05:36:58.882Z | [ recovery-image] Aug 16 05:36:57.564 INFO O| Aug 16 05:36:57.564 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-08-16T05:36:58.891Z | [ recovery-image] Aug 16 05:36:57.573 INFO O| Aug 16 05:36:57.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5060 | 2024-08-16T05:36:58.891Z | [ recovery-image] Aug 16 05:36:57.573 INFO O| Aug 16 05:36:57.573 INFO STEP 374 (remove_files) COMPLETE |
5061 | 2024-08-16T05:36:58.895Z | [ recovery-image] Aug 16 05:36:57.573 INFO O| Aug 16 05:36:57.573 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-08-16T05:36:58.900Z | [ recovery-image] Aug 16 05:36:57.582 INFO O| Aug 16 05:36:57.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5063 | 2024-08-16T05:36:58.900Z | [ recovery-image] Aug 16 05:36:57.582 INFO O| Aug 16 05:36:57.582 INFO STEP 375 (remove_files) COMPLETE |
5064 | 2024-08-16T05:36:58.903Z | [ recovery-image] Aug 16 05:36:57.582 INFO O| Aug 16 05:36:57.582 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-08-16T05:36:58.910Z | [ recovery-image] Aug 16 05:36:57.592 INFO O| Aug 16 05:36:57.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5066 | 2024-08-16T05:36:58.910Z | [ recovery-image] Aug 16 05:36:57.592 INFO O| Aug 16 05:36:57.592 INFO STEP 376 (remove_files) COMPLETE |
5067 | 2024-08-16T05:36:58.913Z | [ recovery-image] Aug 16 05:36:57.592 INFO O| Aug 16 05:36:57.592 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-08-16T05:36:58.922Z | [ recovery-image] Aug 16 05:36:57.602 INFO O| Aug 16 05:36:57.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5069 | 2024-08-16T05:36:58.922Z | [ recovery-image] Aug 16 05:36:57.602 INFO O| Aug 16 05:36:57.602 INFO STEP 377 (remove_files) COMPLETE |
5070 | 2024-08-16T05:36:58.922Z | [ recovery-image] Aug 16 05:36:57.602 INFO O| Aug 16 05:36:57.602 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-08-16T05:36:58.929Z | [ recovery-image] Aug 16 05:36:57.611 INFO O| Aug 16 05:36:57.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5072 | 2024-08-16T05:36:58.932Z | [ recovery-image] Aug 16 05:36:57.611 INFO O| Aug 16 05:36:57.611 INFO STEP 378 (remove_files) COMPLETE |
5073 | 2024-08-16T05:36:58.932Z | [ recovery-image] Aug 16 05:36:57.611 INFO O| Aug 16 05:36:57.611 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-08-16T05:36:58.938Z | [ recovery-image] Aug 16 05:36:57.620 INFO O| Aug 16 05:36:57.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5075 | 2024-08-16T05:36:58.942Z | [ recovery-image] Aug 16 05:36:57.620 INFO O| Aug 16 05:36:57.620 INFO STEP 379 (remove_files) COMPLETE |
5076 | 2024-08-16T05:36:58.942Z | [ recovery-image] Aug 16 05:36:57.620 INFO O| Aug 16 05:36:57.620 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-08-16T05:36:58.948Z | [ recovery-image] Aug 16 05:36:57.630 INFO O| Aug 16 05:36:57.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5078 | 2024-08-16T05:36:58.948Z | [ recovery-image] Aug 16 05:36:57.630 INFO O| Aug 16 05:36:57.630 INFO STEP 380 (remove_files) COMPLETE |
5079 | 2024-08-16T05:36:58.948Z | [ recovery-image] Aug 16 05:36:57.630 INFO O| Aug 16 05:36:57.630 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-08-16T05:36:58.957Z | [ recovery-image] Aug 16 05:36:57.639 INFO O| Aug 16 05:36:57.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5081 | 2024-08-16T05:36:58.959Z | [ recovery-image] Aug 16 05:36:57.640 INFO O| Aug 16 05:36:57.639 INFO STEP 381 (remove_files) COMPLETE |
5082 | 2024-08-16T05:36:58.959Z | [ recovery-image] Aug 16 05:36:57.640 INFO O| Aug 16 05:36:57.640 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-08-16T05:36:58.969Z | [ recovery-image] Aug 16 05:36:57.649 INFO O| Aug 16 05:36:57.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5084 | 2024-08-16T05:36:58.969Z | [ recovery-image] Aug 16 05:36:57.649 INFO O| Aug 16 05:36:57.649 INFO STEP 382 (remove_files) COMPLETE |
5085 | 2024-08-16T05:36:58.971Z | [ recovery-image] Aug 16 05:36:57.649 INFO O| Aug 16 05:36:57.649 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-08-16T05:36:58.977Z | [ recovery-image] Aug 16 05:36:57.658 INFO O| Aug 16 05:36:57.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5087 | 2024-08-16T05:36:58.977Z | [ recovery-image] Aug 16 05:36:57.658 INFO O| Aug 16 05:36:57.658 INFO STEP 383 (remove_files) COMPLETE |
5088 | 2024-08-16T05:36:58.981Z | [ recovery-image] Aug 16 05:36:57.658 INFO O| Aug 16 05:36:57.658 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-08-16T05:36:58.987Z | [ recovery-image] Aug 16 05:36:57.667 INFO O| Aug 16 05:36:57.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5090 | 2024-08-16T05:36:58.992Z | [ recovery-image] Aug 16 05:36:57.668 INFO O| Aug 16 05:36:57.667 INFO STEP 384 (remove_files) COMPLETE |
5091 | 2024-08-16T05:36:58.992Z | [ recovery-image] Aug 16 05:36:57.668 INFO O| Aug 16 05:36:57.667 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-08-16T05:36:58.995Z | [ recovery-image] Aug 16 05:36:57.677 INFO O| Aug 16 05:36:57.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5093 | 2024-08-16T05:36:58.995Z | [ recovery-image] Aug 16 05:36:57.677 INFO O| Aug 16 05:36:57.677 INFO STEP 385 (remove_files) COMPLETE |
5094 | 2024-08-16T05:36:58.995Z | [ recovery-image] Aug 16 05:36:57.677 INFO O| Aug 16 05:36:57.677 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-08-16T05:36:59.004Z | [ recovery-image] Aug 16 05:36:57.686 INFO O| Aug 16 05:36:57.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5096 | 2024-08-16T05:36:59.004Z | [ recovery-image] Aug 16 05:36:57.686 INFO O| Aug 16 05:36:57.686 INFO STEP 386 (remove_files) COMPLETE |
5097 | 2024-08-16T05:36:59.004Z | [ recovery-image] Aug 16 05:36:57.686 INFO O| Aug 16 05:36:57.686 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-08-16T05:36:59.013Z | [ recovery-image] Aug 16 05:36:57.695 INFO O| Aug 16 05:36:57.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5099 | 2024-08-16T05:36:59.013Z | [ recovery-image] Aug 16 05:36:57.696 INFO O| Aug 16 05:36:57.695 INFO STEP 387 (remove_files) COMPLETE |
5100 | 2024-08-16T05:36:59.013Z | [ recovery-image] Aug 16 05:36:57.696 INFO O| Aug 16 05:36:57.696 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-08-16T05:36:59.023Z | [ recovery-image] Aug 16 05:36:57.705 INFO O| Aug 16 05:36:57.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5102 | 2024-08-16T05:36:59.028Z | [ recovery-image] Aug 16 05:36:57.706 INFO O| Aug 16 05:36:57.706 INFO STEP 388 (remove_files) COMPLETE |
5103 | 2024-08-16T05:36:59.028Z | [ recovery-image] Aug 16 05:36:57.706 INFO O| Aug 16 05:36:57.706 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-08-16T05:36:59.034Z | [ recovery-image] Aug 16 05:36:57.716 INFO O| Aug 16 05:36:57.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5105 | 2024-08-16T05:36:59.034Z | [ recovery-image] Aug 16 05:36:57.716 INFO O| Aug 16 05:36:57.716 INFO STEP 389 (remove_files) COMPLETE |
5106 | 2024-08-16T05:36:59.037Z | [ recovery-image] Aug 16 05:36:57.716 INFO O| Aug 16 05:36:57.716 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-08-16T05:36:59.049Z | [ recovery-image] Aug 16 05:36:57.725 INFO O| Aug 16 05:36:57.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5108 | 2024-08-16T05:36:59.049Z | [ recovery-image] Aug 16 05:36:57.725 INFO O| Aug 16 05:36:57.725 INFO STEP 390 (remove_files) COMPLETE |
5109 | 2024-08-16T05:36:59.049Z | [ recovery-image] Aug 16 05:36:57.725 INFO O| Aug 16 05:36:57.725 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-08-16T05:36:59.054Z | [ recovery-image] Aug 16 05:36:57.735 INFO O| Aug 16 05:36:57.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5111 | 2024-08-16T05:36:59.055Z | [ recovery-image] Aug 16 05:36:57.735 INFO O| Aug 16 05:36:57.735 INFO STEP 391 (remove_files) COMPLETE |
5112 | 2024-08-16T05:36:59.055Z | [ recovery-image] Aug 16 05:36:57.735 INFO O| Aug 16 05:36:57.735 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-08-16T05:36:59.063Z | [ recovery-image] Aug 16 05:36:57.744 INFO O| Aug 16 05:36:57.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5114 | 2024-08-16T05:36:59.063Z | [ recovery-image] Aug 16 05:36:57.744 INFO O| Aug 16 05:36:57.744 INFO STEP 392 (remove_files) COMPLETE |
5115 | 2024-08-16T05:36:59.063Z | [ recovery-image] Aug 16 05:36:57.744 INFO O| Aug 16 05:36:57.744 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-08-16T05:36:59.071Z | [ recovery-image] Aug 16 05:36:57.753 INFO O| Aug 16 05:36:57.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5117 | 2024-08-16T05:36:59.071Z | [ recovery-image] Aug 16 05:36:57.753 INFO O| Aug 16 05:36:57.753 INFO STEP 393 (remove_files) COMPLETE |
5118 | 2024-08-16T05:36:59.074Z | [ recovery-image] Aug 16 05:36:57.753 INFO O| Aug 16 05:36:57.753 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-08-16T05:36:59.080Z | [ recovery-image] Aug 16 05:36:57.763 INFO O| Aug 16 05:36:57.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5120 | 2024-08-16T05:36:59.083Z | [ recovery-image] Aug 16 05:36:57.763 INFO O| Aug 16 05:36:57.763 INFO STEP 394 (remove_files) COMPLETE |
5121 | 2024-08-16T05:36:59.083Z | [ recovery-image] Aug 16 05:36:57.763 INFO O| Aug 16 05:36:57.763 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-08-16T05:36:59.090Z | [ recovery-image] Aug 16 05:36:57.772 INFO O| Aug 16 05:36:57.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5123 | 2024-08-16T05:36:59.092Z | [ recovery-image] Aug 16 05:36:57.772 INFO O| Aug 16 05:36:57.772 INFO STEP 395 (remove_files) COMPLETE |
5124 | 2024-08-16T05:36:59.092Z | [ recovery-image] Aug 16 05:36:57.772 INFO O| Aug 16 05:36:57.772 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-08-16T05:36:59.099Z | [ recovery-image] Aug 16 05:36:57.781 INFO O| Aug 16 05:36:57.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5126 | 2024-08-16T05:36:59.099Z | [ recovery-image] Aug 16 05:36:57.781 INFO O| Aug 16 05:36:57.781 INFO STEP 396 (remove_files) COMPLETE |
5127 | 2024-08-16T05:36:59.099Z | [ recovery-image] Aug 16 05:36:57.781 INFO O| Aug 16 05:36:57.781 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-08-16T05:36:59.109Z | [ recovery-image] Aug 16 05:36:57.791 INFO O| Aug 16 05:36:57.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5129 | 2024-08-16T05:36:59.109Z | [ recovery-image] Aug 16 05:36:57.791 INFO O| Aug 16 05:36:57.791 INFO STEP 397 (remove_files) COMPLETE |
5130 | 2024-08-16T05:36:59.111Z | [ recovery-image] Aug 16 05:36:57.791 INFO O| Aug 16 05:36:57.791 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-08-16T05:36:59.118Z | [ recovery-image] Aug 16 05:36:57.800 INFO O| Aug 16 05:36:57.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5132 | 2024-08-16T05:36:59.118Z | [ recovery-image] Aug 16 05:36:57.800 INFO O| Aug 16 05:36:57.800 INFO STEP 398 (remove_files) COMPLETE |
5133 | 2024-08-16T05:36:59.118Z | [ recovery-image] Aug 16 05:36:57.800 INFO O| Aug 16 05:36:57.800 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-08-16T05:36:59.127Z | [ recovery-image] Aug 16 05:36:57.809 INFO O| Aug 16 05:36:57.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5135 | 2024-08-16T05:36:59.130Z | [ recovery-image] Aug 16 05:36:57.810 INFO O| Aug 16 05:36:57.810 INFO STEP 399 (remove_files) COMPLETE |
5136 | 2024-08-16T05:36:59.130Z | [ recovery-image] Aug 16 05:36:57.810 INFO O| Aug 16 05:36:57.810 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-08-16T05:36:59.137Z | [ recovery-image] Aug 16 05:36:57.819 INFO O| Aug 16 05:36:57.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5138 | 2024-08-16T05:36:59.137Z | [ recovery-image] Aug 16 05:36:57.819 INFO O| Aug 16 05:36:57.819 INFO STEP 400 (remove_files) COMPLETE |
5139 | 2024-08-16T05:36:59.137Z | [ recovery-image] Aug 16 05:36:57.820 INFO O| Aug 16 05:36:57.819 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-08-16T05:36:59.149Z | [ recovery-image] Aug 16 05:36:57.829 INFO O| Aug 16 05:36:57.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5141 | 2024-08-16T05:36:59.149Z | [ recovery-image] Aug 16 05:36:57.829 INFO O| Aug 16 05:36:57.829 INFO STEP 401 (remove_files) COMPLETE |
5142 | 2024-08-16T05:36:59.149Z | [ recovery-image] Aug 16 05:36:57.829 INFO O| Aug 16 05:36:57.829 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-08-16T05:36:59.156Z | [ recovery-image] Aug 16 05:36:57.838 INFO O| Aug 16 05:36:57.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5144 | 2024-08-16T05:36:59.156Z | [ recovery-image] Aug 16 05:36:57.838 INFO O| Aug 16 05:36:57.838 INFO STEP 402 (remove_files) COMPLETE |
5145 | 2024-08-16T05:36:59.156Z | [ recovery-image] Aug 16 05:36:57.838 INFO O| Aug 16 05:36:57.838 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-08-16T05:36:59.165Z | [ recovery-image] Aug 16 05:36:57.848 INFO O| Aug 16 05:36:57.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5147 | 2024-08-16T05:36:59.166Z | [ recovery-image] Aug 16 05:36:57.848 INFO O| Aug 16 05:36:57.848 INFO STEP 403 (remove_files) COMPLETE |
5148 | 2024-08-16T05:36:59.166Z | [ recovery-image] Aug 16 05:36:57.848 INFO O| Aug 16 05:36:57.848 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-08-16T05:36:59.175Z | [ recovery-image] Aug 16 05:36:57.857 INFO O| Aug 16 05:36:57.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5150 | 2024-08-16T05:36:59.177Z | [ recovery-image] Aug 16 05:36:57.857 INFO O| Aug 16 05:36:57.857 INFO STEP 404 (remove_files) COMPLETE |
5151 | 2024-08-16T05:36:59.177Z | [ recovery-image] Aug 16 05:36:57.857 INFO O| Aug 16 05:36:57.857 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-08-16T05:36:59.184Z | [ recovery-image] Aug 16 05:36:57.866 INFO O| Aug 16 05:36:57.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5153 | 2024-08-16T05:36:59.184Z | [ recovery-image] Aug 16 05:36:57.866 INFO O| Aug 16 05:36:57.866 INFO STEP 405 (remove_files) COMPLETE |
5154 | 2024-08-16T05:36:59.184Z | [ recovery-image] Aug 16 05:36:57.866 INFO O| Aug 16 05:36:57.866 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-08-16T05:36:59.193Z | [ recovery-image] Aug 16 05:36:57.875 INFO O| Aug 16 05:36:57.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5156 | 2024-08-16T05:36:59.193Z | [ recovery-image] Aug 16 05:36:57.875 INFO O| Aug 16 05:36:57.875 INFO STEP 406 (remove_files) COMPLETE |
5157 | 2024-08-16T05:36:59.193Z | [ recovery-image] Aug 16 05:36:57.875 INFO O| Aug 16 05:36:57.875 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-08-16T05:36:59.203Z | [ recovery-image] Aug 16 05:36:57.885 INFO O| Aug 16 05:36:57.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5159 | 2024-08-16T05:36:59.203Z | [ recovery-image] Aug 16 05:36:57.885 INFO O| Aug 16 05:36:57.885 INFO STEP 407 (remove_files) COMPLETE |
5160 | 2024-08-16T05:36:59.203Z | [ recovery-image] Aug 16 05:36:57.885 INFO O| Aug 16 05:36:57.885 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-08-16T05:36:59.212Z | [ recovery-image] Aug 16 05:36:57.894 INFO O| Aug 16 05:36:57.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5162 | 2024-08-16T05:36:59.214Z | [ recovery-image] Aug 16 05:36:57.894 INFO O| Aug 16 05:36:57.894 INFO STEP 408 (remove_files) COMPLETE |
5163 | 2024-08-16T05:36:59.214Z | [ recovery-image] Aug 16 05:36:57.894 INFO O| Aug 16 05:36:57.894 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-08-16T05:36:59.222Z | [ recovery-image] Aug 16 05:36:57.904 INFO O| Aug 16 05:36:57.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5165 | 2024-08-16T05:36:59.222Z | [ recovery-image] Aug 16 05:36:57.904 INFO O| Aug 16 05:36:57.904 INFO STEP 409 (remove_files) COMPLETE |
5166 | 2024-08-16T05:36:59.222Z | [ recovery-image] Aug 16 05:36:57.904 INFO O| Aug 16 05:36:57.904 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-08-16T05:36:59.231Z | [ recovery-image] Aug 16 05:36:57.913 INFO O| Aug 16 05:36:57.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5168 | 2024-08-16T05:36:59.231Z | [ recovery-image] Aug 16 05:36:57.913 INFO O| Aug 16 05:36:57.913 INFO STEP 410 (remove_files) COMPLETE |
5169 | 2024-08-16T05:36:59.231Z | [ recovery-image] Aug 16 05:36:57.913 INFO O| Aug 16 05:36:57.913 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-08-16T05:36:59.241Z | [ recovery-image] Aug 16 05:36:57.923 INFO O| Aug 16 05:36:57.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5171 | 2024-08-16T05:36:59.241Z | [ recovery-image] Aug 16 05:36:57.923 INFO O| Aug 16 05:36:57.923 INFO STEP 411 (remove_files) COMPLETE |
5172 | 2024-08-16T05:36:59.241Z | [ recovery-image] Aug 16 05:36:57.923 INFO O| Aug 16 05:36:57.923 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-08-16T05:36:59.251Z | [ recovery-image] Aug 16 05:36:57.933 INFO O| Aug 16 05:36:57.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5174 | 2024-08-16T05:36:59.251Z | [ recovery-image] Aug 16 05:36:57.933 INFO O| Aug 16 05:36:57.933 INFO STEP 412 (remove_files) COMPLETE |
5175 | 2024-08-16T05:36:59.254Z | [ recovery-image] Aug 16 05:36:57.933 INFO O| Aug 16 05:36:57.933 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-08-16T05:36:59.260Z | [ recovery-image] Aug 16 05:36:57.942 INFO O| Aug 16 05:36:57.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5177 | 2024-08-16T05:36:59.260Z | [ recovery-image] Aug 16 05:36:57.942 INFO O| Aug 16 05:36:57.942 INFO STEP 413 (remove_files) COMPLETE |
5178 | 2024-08-16T05:36:59.263Z | [ recovery-image] Aug 16 05:36:57.942 INFO O| Aug 16 05:36:57.942 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-08-16T05:36:59.270Z | [ recovery-image] Aug 16 05:36:57.952 INFO O| Aug 16 05:36:57.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5180 | 2024-08-16T05:36:59.270Z | [ recovery-image] Aug 16 05:36:57.952 INFO O| Aug 16 05:36:57.952 INFO STEP 414 (remove_files) COMPLETE |
5181 | 2024-08-16T05:36:59.273Z | [ recovery-image] Aug 16 05:36:57.952 INFO O| Aug 16 05:36:57.952 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-08-16T05:36:59.279Z | [ recovery-image] Aug 16 05:36:57.961 INFO O| Aug 16 05:36:57.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5183 | 2024-08-16T05:36:59.279Z | [ recovery-image] Aug 16 05:36:57.961 INFO O| Aug 16 05:36:57.961 INFO STEP 415 (remove_files) COMPLETE |
5184 | 2024-08-16T05:36:59.279Z | [ recovery-image] Aug 16 05:36:57.962 INFO O| Aug 16 05:36:57.961 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-08-16T05:36:59.282Z | [ host-image] Aug 16 05:36:57.963 INFO O| Aug 16 05:36:57.963 INFO O| Planning: Fetching manifests: 4/4 100% complete |
5186 | 2024-08-16T05:36:59.289Z | [ recovery-image] Aug 16 05:36:57.971 INFO O| Aug 16 05:36:57.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5187 | 2024-08-16T05:36:59.289Z | [ recovery-image] Aug 16 05:36:57.971 INFO O| Aug 16 05:36:57.971 INFO STEP 416 (remove_files) COMPLETE |
5188 | 2024-08-16T05:36:59.289Z | [ recovery-image] Aug 16 05:36:57.971 INFO O| Aug 16 05:36:57.971 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-08-16T05:36:59.299Z | [ recovery-image] Aug 16 05:36:57.981 INFO O| Aug 16 05:36:57.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5190 | 2024-08-16T05:36:59.302Z | [ recovery-image] Aug 16 05:36:57.982 INFO O| Aug 16 05:36:57.981 INFO STEP 417 (remove_files) COMPLETE |
5191 | 2024-08-16T05:36:59.302Z | [ recovery-image] Aug 16 05:36:57.982 INFO O| Aug 16 05:36:57.982 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-08-16T05:36:59.304Z | [ host-image] Aug 16 05:36:57.986 INFO O| Aug 16 05:36:57.986 INFO O| Planning: Package planning ... Done |
5193 | 2024-08-16T05:36:59.308Z | [ host-image] Aug 16 05:36:57.989 INFO O| Aug 16 05:36:57.989 INFO O| Planning: Merging actions ... Done |
5194 | 2024-08-16T05:36:59.311Z | [ recovery-image] Aug 16 05:36:57.991 INFO O| Aug 16 05:36:57.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5195 | 2024-08-16T05:36:59.311Z | [ recovery-image] Aug 16 05:36:57.991 INFO O| Aug 16 05:36:57.991 INFO STEP 418 (remove_files) COMPLETE |
5196 | 2024-08-16T05:36:59.311Z | [ recovery-image] Aug 16 05:36:57.991 INFO O| Aug 16 05:36:57.991 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-08-16T05:36:59.319Z | [ recovery-image] Aug 16 05:36:58.001 INFO O| Aug 16 05:36:58.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5198 | 2024-08-16T05:36:59.319Z | [ recovery-image] Aug 16 05:36:58.001 INFO O| Aug 16 05:36:58.001 INFO STEP 419 (remove_files) COMPLETE |
5199 | 2024-08-16T05:36:59.319Z | [ recovery-image] Aug 16 05:36:58.001 INFO O| Aug 16 05:36:58.001 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-08-16T05:36:59.330Z | [ recovery-image] Aug 16 05:36:58.012 INFO O| Aug 16 05:36:58.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5201 | 2024-08-16T05:36:59.330Z | [ recovery-image] Aug 16 05:36:58.012 INFO O| Aug 16 05:36:58.012 INFO STEP 420 (remove_files) COMPLETE |
5202 | 2024-08-16T05:36:59.332Z | [ recovery-image] Aug 16 05:36:58.012 INFO O| Aug 16 05:36:58.012 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-08-16T05:36:59.340Z | [ recovery-image] Aug 16 05:36:58.022 INFO O| Aug 16 05:36:58.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5204 | 2024-08-16T05:36:59.343Z | [ recovery-image] Aug 16 05:36:58.022 INFO O| Aug 16 05:36:58.022 INFO STEP 421 (remove_files) COMPLETE |
5205 | 2024-08-16T05:36:59.343Z | [ recovery-image] Aug 16 05:36:58.022 INFO O| Aug 16 05:36:58.022 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-08-16T05:36:59.350Z | [ recovery-image] Aug 16 05:36:58.032 INFO O| Aug 16 05:36:58.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5207 | 2024-08-16T05:36:59.350Z | [ recovery-image] Aug 16 05:36:58.032 INFO O| Aug 16 05:36:58.032 INFO STEP 422 (remove_files) COMPLETE |
5208 | 2024-08-16T05:36:59.351Z | [ recovery-image] Aug 16 05:36:58.032 INFO O| Aug 16 05:36:58.032 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-08-16T05:36:59.360Z | [ recovery-image] Aug 16 05:36:58.042 INFO O| Aug 16 05:36:58.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5210 | 2024-08-16T05:36:59.360Z | [ recovery-image] Aug 16 05:36:58.042 INFO O| Aug 16 05:36:58.042 INFO STEP 423 (remove_files) COMPLETE |
5211 | 2024-08-16T05:36:59.360Z | [ recovery-image] Aug 16 05:36:58.042 INFO O| Aug 16 05:36:58.042 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-08-16T05:36:59.371Z | [ recovery-image] Aug 16 05:36:58.052 INFO O| Aug 16 05:36:58.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5213 | 2024-08-16T05:36:59.371Z | [ recovery-image] Aug 16 05:36:58.052 INFO O| Aug 16 05:36:58.052 INFO STEP 424 (remove_files) COMPLETE |
5214 | 2024-08-16T05:36:59.371Z | [ recovery-image] Aug 16 05:36:58.052 INFO O| Aug 16 05:36:58.052 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-08-16T05:36:59.380Z | [ recovery-image] Aug 16 05:36:58.062 INFO O| Aug 16 05:36:58.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5216 | 2024-08-16T05:36:59.380Z | [ recovery-image] Aug 16 05:36:58.062 INFO O| Aug 16 05:36:58.062 INFO STEP 425 (remove_files) COMPLETE |
5217 | 2024-08-16T05:36:59.382Z | [ recovery-image] Aug 16 05:36:58.062 INFO O| Aug 16 05:36:58.062 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-08-16T05:36:59.389Z | [ recovery-image] Aug 16 05:36:58.071 INFO O| Aug 16 05:36:58.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5219 | 2024-08-16T05:36:59.389Z | [ recovery-image] Aug 16 05:36:58.071 INFO O| Aug 16 05:36:58.071 INFO STEP 426 (remove_files) COMPLETE |
5220 | 2024-08-16T05:36:59.389Z | [ recovery-image] Aug 16 05:36:58.071 INFO O| Aug 16 05:36:58.071 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-08-16T05:36:59.392Z | [ host-image] Aug 16 05:36:58.072 INFO O| Aug 16 05:36:58.072 INFO O| Planning: Checking for conflicting actions ... Done |
5222 | 2024-08-16T05:36:59.392Z | [ host-image] Aug 16 05:36:58.073 INFO O| Aug 16 05:36:58.073 INFO O| Planning: Consolidating action changes ... Done |
5223 | 2024-08-16T05:36:59.399Z | [ recovery-image] Aug 16 05:36:58.081 INFO O| Aug 16 05:36:58.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5224 | 2024-08-16T05:36:59.399Z | [ recovery-image] Aug 16 05:36:58.081 INFO O| Aug 16 05:36:58.081 INFO STEP 427 (remove_files) COMPLETE |
5225 | 2024-08-16T05:36:59.399Z | [ recovery-image] Aug 16 05:36:58.081 INFO O| Aug 16 05:36:58.081 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-08-16T05:36:59.408Z | [ recovery-image] Aug 16 05:36:58.090 INFO O| Aug 16 05:36:58.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5227 | 2024-08-16T05:36:59.411Z | [ recovery-image] Aug 16 05:36:58.090 INFO O| Aug 16 05:36:58.090 INFO STEP 428 (remove_files) COMPLETE |
5228 | 2024-08-16T05:36:59.411Z | [ recovery-image] Aug 16 05:36:58.091 INFO O| Aug 16 05:36:58.090 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-08-16T05:36:59.418Z | [ recovery-image] Aug 16 05:36:58.100 INFO O| Aug 16 05:36:58.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5230 | 2024-08-16T05:36:59.418Z | [ recovery-image] Aug 16 05:36:58.100 INFO O| Aug 16 05:36:58.100 INFO STEP 429 (remove_files) COMPLETE |
5231 | 2024-08-16T05:36:59.421Z | [ recovery-image] Aug 16 05:36:58.100 INFO O| Aug 16 05:36:58.100 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-08-16T05:36:59.428Z | [ recovery-image] Aug 16 05:36:58.110 INFO O| Aug 16 05:36:58.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5233 | 2024-08-16T05:36:59.428Z | [ recovery-image] Aug 16 05:36:58.110 INFO O| Aug 16 05:36:58.110 INFO STEP 430 (remove_files) COMPLETE |
5234 | 2024-08-16T05:36:59.431Z | [ recovery-image] Aug 16 05:36:58.110 INFO O| Aug 16 05:36:58.110 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-08-16T05:36:59.438Z | [ recovery-image] Aug 16 05:36:58.119 INFO O| Aug 16 05:36:58.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5236 | 2024-08-16T05:36:59.438Z | [ recovery-image] Aug 16 05:36:58.120 INFO O| Aug 16 05:36:58.120 INFO STEP 431 (remove_files) COMPLETE |
5237 | 2024-08-16T05:36:59.440Z | [ recovery-image] Aug 16 05:36:58.120 INFO O| Aug 16 05:36:58.120 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-08-16T05:36:59.447Z | [ recovery-image] Aug 16 05:36:58.129 INFO O| Aug 16 05:36:58.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5239 | 2024-08-16T05:36:59.447Z | [ recovery-image] Aug 16 05:36:58.129 INFO O| Aug 16 05:36:58.129 INFO STEP 432 (remove_files) COMPLETE |
5240 | 2024-08-16T05:36:59.450Z | [ recovery-image] Aug 16 05:36:58.129 INFO O| Aug 16 05:36:58.129 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-08-16T05:36:59.456Z | [ recovery-image] Aug 16 05:36:58.138 INFO O| Aug 16 05:36:58.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5242 | 2024-08-16T05:36:59.456Z | [ recovery-image] Aug 16 05:36:58.138 INFO O| Aug 16 05:36:58.138 INFO STEP 433 (remove_files) COMPLETE |
5243 | 2024-08-16T05:36:59.459Z | [ recovery-image] Aug 16 05:36:58.139 INFO O| Aug 16 05:36:58.138 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-08-16T05:36:59.466Z | [ recovery-image] Aug 16 05:36:58.148 INFO O| Aug 16 05:36:58.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5245 | 2024-08-16T05:36:59.466Z | [ recovery-image] Aug 16 05:36:58.148 INFO O| Aug 16 05:36:58.148 INFO STEP 434 (remove_files) COMPLETE |
5246 | 2024-08-16T05:36:59.468Z | [ recovery-image] Aug 16 05:36:58.148 INFO O| Aug 16 05:36:58.148 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-08-16T05:36:59.476Z | [ recovery-image] Aug 16 05:36:58.158 INFO O| Aug 16 05:36:58.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5248 | 2024-08-16T05:36:59.476Z | [ recovery-image] Aug 16 05:36:58.158 INFO O| Aug 16 05:36:58.158 INFO STEP 435 (remove_files) COMPLETE |
5249 | 2024-08-16T05:36:59.476Z | [ recovery-image] Aug 16 05:36:58.158 INFO O| Aug 16 05:36:58.158 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-08-16T05:36:59.486Z | [ recovery-image] Aug 16 05:36:58.167 INFO O| Aug 16 05:36:58.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5251 | 2024-08-16T05:36:59.486Z | [ recovery-image] Aug 16 05:36:58.167 INFO O| Aug 16 05:36:58.167 INFO STEP 436 (remove_files) COMPLETE |
5252 | 2024-08-16T05:36:59.488Z | [ recovery-image] Aug 16 05:36:58.167 INFO O| Aug 16 05:36:58.167 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-08-16T05:36:59.495Z | [ recovery-image] Aug 16 05:36:58.177 INFO O| Aug 16 05:36:58.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5254 | 2024-08-16T05:36:59.497Z | [ recovery-image] Aug 16 05:36:58.177 INFO O| Aug 16 05:36:58.177 INFO STEP 437 (remove_files) COMPLETE |
5255 | 2024-08-16T05:36:59.498Z | [ recovery-image] Aug 16 05:36:58.177 INFO O| Aug 16 05:36:58.177 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-08-16T05:36:59.504Z | [ recovery-image] Aug 16 05:36:58.186 INFO O| Aug 16 05:36:58.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5257 | 2024-08-16T05:36:59.507Z | [ recovery-image] Aug 16 05:36:58.186 INFO O| Aug 16 05:36:58.186 INFO STEP 438 (remove_files) COMPLETE |
5258 | 2024-08-16T05:36:59.507Z | [ recovery-image] Aug 16 05:36:58.186 INFO O| Aug 16 05:36:58.186 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-08-16T05:36:59.514Z | [ recovery-image] Aug 16 05:36:58.196 INFO O| Aug 16 05:36:58.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5260 | 2024-08-16T05:36:59.514Z | [ recovery-image] Aug 16 05:36:58.196 INFO O| Aug 16 05:36:58.196 INFO STEP 439 (remove_files) COMPLETE |
5261 | 2024-08-16T05:36:59.516Z | [ recovery-image] Aug 16 05:36:58.196 INFO O| Aug 16 05:36:58.196 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-08-16T05:36:59.523Z | [ recovery-image] Aug 16 05:36:58.205 INFO O| Aug 16 05:36:58.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5263 | 2024-08-16T05:36:59.523Z | [ recovery-image] Aug 16 05:36:58.205 INFO O| Aug 16 05:36:58.205 INFO STEP 440 (remove_files) COMPLETE |
5264 | 2024-08-16T05:36:59.523Z | [ recovery-image] Aug 16 05:36:58.205 INFO O| Aug 16 05:36:58.205 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-08-16T05:36:59.533Z | [ recovery-image] Aug 16 05:36:58.215 INFO O| Aug 16 05:36:58.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5266 | 2024-08-16T05:36:59.536Z | [ recovery-image] Aug 16 05:36:58.215 INFO O| Aug 16 05:36:58.215 INFO STEP 441 (remove_files) COMPLETE |
5267 | 2024-08-16T05:36:59.536Z | [ recovery-image] Aug 16 05:36:58.215 INFO O| Aug 16 05:36:58.215 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-08-16T05:36:59.542Z | [ recovery-image] Aug 16 05:36:58.224 INFO O| Aug 16 05:36:58.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5269 | 2024-08-16T05:36:59.542Z | [ recovery-image] Aug 16 05:36:58.224 INFO O| Aug 16 05:36:58.224 INFO STEP 442 (remove_files) COMPLETE |
5270 | 2024-08-16T05:36:59.545Z | [ recovery-image] Aug 16 05:36:58.224 INFO O| Aug 16 05:36:58.224 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-08-16T05:36:59.552Z | [ recovery-image] Aug 16 05:36:58.234 INFO O| Aug 16 05:36:58.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5272 | 2024-08-16T05:36:59.554Z | [ recovery-image] Aug 16 05:36:58.234 INFO O| Aug 16 05:36:58.234 INFO STEP 443 (remove_files) COMPLETE |
5273 | 2024-08-16T05:36:59.554Z | [ recovery-image] Aug 16 05:36:58.234 INFO O| Aug 16 05:36:58.234 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-08-16T05:36:59.561Z | [ recovery-image] Aug 16 05:36:58.243 INFO O| Aug 16 05:36:58.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5275 | 2024-08-16T05:36:59.561Z | [ recovery-image] Aug 16 05:36:58.243 INFO O| Aug 16 05:36:58.243 INFO STEP 444 (remove_files) COMPLETE |
5276 | 2024-08-16T05:36:59.564Z | [ recovery-image] Aug 16 05:36:58.243 INFO O| Aug 16 05:36:58.243 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-08-16T05:36:59.571Z | [ recovery-image] Aug 16 05:36:58.253 INFO O| Aug 16 05:36:58.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5278 | 2024-08-16T05:36:59.571Z | [ recovery-image] Aug 16 05:36:58.253 INFO O| Aug 16 05:36:58.253 INFO STEP 445 (remove_files) COMPLETE |
5279 | 2024-08-16T05:36:59.571Z | [ host-image] Aug 16 05:36:58.253 INFO O| Aug 16 05:36:58.253 INFO O| Planning: Evaluating mediators ... Done |
5280 | 2024-08-16T05:36:59.573Z | [ recovery-image] Aug 16 05:36:58.253 INFO O| Aug 16 05:36:58.253 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-08-16T05:36:59.573Z | [ host-image] Aug 16 05:36:58.254 INFO O| Aug 16 05:36:58.254 INFO O| Planning: Planning completed in 2.58 seconds |
5282 | 2024-08-16T05:36:59.576Z | [ host-image] Aug 16 05:36:58.256 INFO O| Aug 16 05:36:58.256 INFO O| Packages to install: 4 |
5283 | 2024-08-16T05:36:59.576Z | [ host-image] Aug 16 05:36:58.256 INFO O| Aug 16 05:36:58.256 INFO O| Services to change: 2 |
5284 | 2024-08-16T05:36:59.581Z | [ recovery-image] Aug 16 05:36:58.263 INFO O| Aug 16 05:36:58.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5285 | 2024-08-16T05:36:59.581Z | [ recovery-image] Aug 16 05:36:58.263 INFO O| Aug 16 05:36:58.263 INFO STEP 446 (remove_files) COMPLETE |
5286 | 2024-08-16T05:36:59.583Z | [ recovery-image] Aug 16 05:36:58.263 INFO O| Aug 16 05:36:58.263 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-08-16T05:36:59.586Z | [ host-image] Aug 16 05:36:58.267 INFO O| Aug 16 05:36:58.267 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
5288 | 2024-08-16T05:36:59.590Z | [ recovery-image] Aug 16 05:36:58.272 INFO O| Aug 16 05:36:58.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5289 | 2024-08-16T05:36:59.590Z | [ recovery-image] Aug 16 05:36:58.272 INFO O| Aug 16 05:36:58.272 INFO STEP 447 (remove_files) COMPLETE |
5290 | 2024-08-16T05:36:59.590Z | [ recovery-image] Aug 16 05:36:58.272 INFO O| Aug 16 05:36:58.272 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-08-16T05:36:59.600Z | [ recovery-image] Aug 16 05:36:58.282 INFO O| Aug 16 05:36:58.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5292 | 2024-08-16T05:36:59.600Z | [ recovery-image] Aug 16 05:36:58.282 INFO O| Aug 16 05:36:58.282 INFO STEP 448 (remove_files) COMPLETE |
5293 | 2024-08-16T05:36:59.602Z | [ recovery-image] Aug 16 05:36:58.282 INFO O| Aug 16 05:36:58.282 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-08-16T05:36:59.610Z | [ recovery-image] Aug 16 05:36:58.291 INFO O| Aug 16 05:36:58.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5295 | 2024-08-16T05:36:59.610Z | [ recovery-image] Aug 16 05:36:58.291 INFO O| Aug 16 05:36:58.291 INFO STEP 449 (remove_files) COMPLETE |
5296 | 2024-08-16T05:36:59.612Z | [ recovery-image] Aug 16 05:36:58.292 INFO O| Aug 16 05:36:58.291 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-08-16T05:36:59.619Z | [ recovery-image] Aug 16 05:36:58.301 INFO O| Aug 16 05:36:58.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5298 | 2024-08-16T05:36:59.619Z | [ recovery-image] Aug 16 05:36:58.301 INFO O| Aug 16 05:36:58.301 INFO STEP 450 (remove_files) COMPLETE |
5299 | 2024-08-16T05:36:59.622Z | [ recovery-image] Aug 16 05:36:58.301 INFO O| Aug 16 05:36:58.301 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-08-16T05:36:59.633Z | [ recovery-image] Aug 16 05:36:58.311 INFO O| Aug 16 05:36:58.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5301 | 2024-08-16T05:36:59.633Z | [ recovery-image] Aug 16 05:36:58.311 INFO O| Aug 16 05:36:58.311 INFO STEP 451 (remove_files) COMPLETE |
5302 | 2024-08-16T05:36:59.636Z | [ recovery-image] Aug 16 05:36:58.311 INFO O| Aug 16 05:36:58.311 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-08-16T05:36:59.639Z | [ recovery-image] Aug 16 05:36:58.321 INFO O| Aug 16 05:36:58.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5304 | 2024-08-16T05:36:59.642Z | [ recovery-image] Aug 16 05:36:58.321 INFO O| Aug 16 05:36:58.321 INFO STEP 452 (remove_files) COMPLETE |
5305 | 2024-08-16T05:36:59.642Z | [ recovery-image] Aug 16 05:36:58.321 INFO O| Aug 16 05:36:58.321 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-08-16T05:36:59.649Z | [ recovery-image] Aug 16 05:36:58.330 INFO O| Aug 16 05:36:58.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5307 | 2024-08-16T05:36:59.649Z | [ recovery-image] Aug 16 05:36:58.331 INFO O| Aug 16 05:36:58.331 INFO STEP 453 (remove_files) COMPLETE |
5308 | 2024-08-16T05:36:59.651Z | [ recovery-image] Aug 16 05:36:58.331 INFO O| Aug 16 05:36:58.331 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-08-16T05:36:59.659Z | [ recovery-image] Aug 16 05:36:58.341 INFO O| Aug 16 05:36:58.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5310 | 2024-08-16T05:36:59.662Z | [ recovery-image] Aug 16 05:36:58.341 INFO O| Aug 16 05:36:58.341 INFO STEP 454 (remove_files) COMPLETE |
5311 | 2024-08-16T05:36:59.662Z | [ recovery-image] Aug 16 05:36:58.341 INFO O| Aug 16 05:36:58.341 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-08-16T05:36:59.670Z | [ recovery-image] Aug 16 05:36:58.351 INFO O| Aug 16 05:36:58.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5313 | 2024-08-16T05:36:59.670Z | [ recovery-image] Aug 16 05:36:58.351 INFO O| Aug 16 05:36:58.351 INFO STEP 455 (remove_files) COMPLETE |
5314 | 2024-08-16T05:36:59.672Z | [ recovery-image] Aug 16 05:36:58.351 INFO O| Aug 16 05:36:58.351 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-08-16T05:36:59.678Z | [ recovery-image] Aug 16 05:36:58.360 INFO O| Aug 16 05:36:58.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5316 | 2024-08-16T05:36:59.678Z | [ recovery-image] Aug 16 05:36:58.360 INFO O| Aug 16 05:36:58.360 INFO STEP 456 (remove_files) COMPLETE |
5317 | 2024-08-16T05:36:59.680Z | [ recovery-image] Aug 16 05:36:58.360 INFO O| Aug 16 05:36:58.360 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-08-16T05:36:59.688Z | [ recovery-image] Aug 16 05:36:58.370 INFO O| Aug 16 05:36:58.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5319 | 2024-08-16T05:36:59.688Z | [ recovery-image] Aug 16 05:36:58.370 INFO O| Aug 16 05:36:58.370 INFO STEP 457 (remove_files) COMPLETE |
5320 | 2024-08-16T05:36:59.690Z | [ recovery-image] Aug 16 05:36:58.370 INFO O| Aug 16 05:36:58.370 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-08-16T05:36:59.698Z | [ recovery-image] Aug 16 05:36:58.380 INFO O| Aug 16 05:36:58.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5322 | 2024-08-16T05:36:59.701Z | [ recovery-image] Aug 16 05:36:58.380 INFO O| Aug 16 05:36:58.380 INFO STEP 458 (remove_files) COMPLETE |
5323 | 2024-08-16T05:36:59.701Z | [ recovery-image] Aug 16 05:36:58.380 INFO O| Aug 16 05:36:58.380 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-08-16T05:36:59.709Z | [ recovery-image] Aug 16 05:36:58.390 INFO O| Aug 16 05:36:58.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5325 | 2024-08-16T05:36:59.711Z | [ recovery-image] Aug 16 05:36:58.390 INFO O| Aug 16 05:36:58.390 INFO STEP 459 (remove_files) COMPLETE |
5326 | 2024-08-16T05:36:59.711Z | [ recovery-image] Aug 16 05:36:58.390 INFO O| Aug 16 05:36:58.390 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-08-16T05:36:59.720Z | [ recovery-image] Aug 16 05:36:58.401 INFO O| Aug 16 05:36:58.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5328 | 2024-08-16T05:36:59.720Z | [ recovery-image] Aug 16 05:36:58.401 INFO O| Aug 16 05:36:58.401 INFO STEP 460 (remove_files) COMPLETE |
5329 | 2024-08-16T05:36:59.723Z | [ recovery-image] Aug 16 05:36:58.401 INFO O| Aug 16 05:36:58.401 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-08-16T05:36:59.730Z | [ recovery-image] Aug 16 05:36:58.410 INFO O| Aug 16 05:36:58.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5331 | 2024-08-16T05:36:59.732Z | [ recovery-image] Aug 16 05:36:58.410 INFO O| Aug 16 05:36:58.410 INFO STEP 461 (remove_files) COMPLETE |
5332 | 2024-08-16T05:36:59.732Z | [ recovery-image] Aug 16 05:36:58.410 INFO O| Aug 16 05:36:58.410 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-08-16T05:36:59.740Z | [ recovery-image] Aug 16 05:36:58.419 INFO O| Aug 16 05:36:58.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5334 | 2024-08-16T05:36:59.740Z | [ recovery-image] Aug 16 05:36:58.419 INFO O| Aug 16 05:36:58.419 INFO STEP 462 (remove_files) COMPLETE |
5335 | 2024-08-16T05:36:59.744Z | [ recovery-image] Aug 16 05:36:58.419 INFO O| Aug 16 05:36:58.419 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-08-16T05:36:59.747Z | [ recovery-image] Aug 16 05:36:58.429 INFO O| Aug 16 05:36:58.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5337 | 2024-08-16T05:36:59.749Z | [ recovery-image] Aug 16 05:36:58.429 INFO O| Aug 16 05:36:58.429 INFO STEP 463 (remove_files) COMPLETE |
5338 | 2024-08-16T05:36:59.749Z | [ recovery-image] Aug 16 05:36:58.429 INFO O| Aug 16 05:36:58.429 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-08-16T05:36:59.758Z | [ recovery-image] Aug 16 05:36:58.439 INFO O| Aug 16 05:36:58.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5340 | 2024-08-16T05:36:59.758Z | [ recovery-image] Aug 16 05:36:58.439 INFO O| Aug 16 05:36:58.439 INFO STEP 464 (remove_files) COMPLETE |
5341 | 2024-08-16T05:36:59.758Z | [ recovery-image] Aug 16 05:36:58.439 INFO O| Aug 16 05:36:58.439 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-08-16T05:36:59.767Z | [ recovery-image] Aug 16 05:36:58.449 INFO O| Aug 16 05:36:58.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5343 | 2024-08-16T05:36:59.770Z | [ recovery-image] Aug 16 05:36:58.449 INFO O| Aug 16 05:36:58.449 INFO STEP 465 (remove_files) COMPLETE |
5344 | 2024-08-16T05:36:59.770Z | [ recovery-image] Aug 16 05:36:58.449 INFO O| Aug 16 05:36:58.449 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-08-16T05:36:59.784Z | [ recovery-image] Aug 16 05:36:58.466 INFO O| Aug 16 05:36:58.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5346 | 2024-08-16T05:36:59.787Z | [ recovery-image] Aug 16 05:36:58.466 INFO O| Aug 16 05:36:58.466 INFO STEP 466 (remove_files) COMPLETE |
5347 | 2024-08-16T05:36:59.787Z | [ recovery-image] Aug 16 05:36:58.466 INFO O| Aug 16 05:36:58.466 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-08-16T05:36:59.806Z | [ recovery-image] Aug 16 05:36:58.487 INFO O| Aug 16 05:36:58.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5349 | 2024-08-16T05:36:59.808Z | [ recovery-image] Aug 16 05:36:58.487 INFO O| Aug 16 05:36:58.487 INFO STEP 467 (remove_files) COMPLETE |
5350 | 2024-08-16T05:36:59.808Z | [ recovery-image] Aug 16 05:36:58.487 INFO O| Aug 16 05:36:58.487 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-08-16T05:36:59.820Z | [ recovery-image] Aug 16 05:36:58.501 INFO O| Aug 16 05:36:58.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5352 | 2024-08-16T05:36:59.822Z | [ recovery-image] Aug 16 05:36:58.502 INFO O| Aug 16 05:36:58.502 INFO STEP 468 (remove_files) COMPLETE |
5353 | 2024-08-16T05:36:59.822Z | [ recovery-image] Aug 16 05:36:58.502 INFO O| Aug 16 05:36:58.502 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-08-16T05:36:59.832Z | [ recovery-image] Aug 16 05:36:58.513 INFO O| Aug 16 05:36:58.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5355 | 2024-08-16T05:36:59.832Z | [ recovery-image] Aug 16 05:36:58.514 INFO O| Aug 16 05:36:58.513 INFO STEP 469 (remove_files) COMPLETE |
5356 | 2024-08-16T05:36:59.832Z | [ recovery-image] Aug 16 05:36:58.514 INFO O| Aug 16 05:36:58.514 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-08-16T05:36:59.842Z | [ recovery-image] Aug 16 05:36:58.524 INFO O| Aug 16 05:36:58.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5358 | 2024-08-16T05:36:59.842Z | [ recovery-image] Aug 16 05:36:58.524 INFO O| Aug 16 05:36:58.524 INFO STEP 470 (remove_files) COMPLETE |
5359 | 2024-08-16T05:36:59.845Z | [ recovery-image] Aug 16 05:36:58.524 INFO O| Aug 16 05:36:58.524 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-08-16T05:36:59.853Z | [ recovery-image] Aug 16 05:36:58.534 INFO O| Aug 16 05:36:58.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5361 | 2024-08-16T05:36:59.853Z | [ recovery-image] Aug 16 05:36:58.534 INFO O| Aug 16 05:36:58.534 INFO STEP 471 (remove_files) COMPLETE |
5362 | 2024-08-16T05:36:59.855Z | [ recovery-image] Aug 16 05:36:58.534 INFO O| Aug 16 05:36:58.534 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-08-16T05:36:59.862Z | [ recovery-image] Aug 16 05:36:58.544 INFO O| Aug 16 05:36:58.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5364 | 2024-08-16T05:36:59.865Z | [ recovery-image] Aug 16 05:36:58.544 INFO O| Aug 16 05:36:58.544 INFO STEP 472 (remove_files) COMPLETE |
5365 | 2024-08-16T05:36:59.865Z | [ recovery-image] Aug 16 05:36:58.544 INFO O| Aug 16 05:36:58.544 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-08-16T05:36:59.872Z | [ recovery-image] Aug 16 05:36:58.554 INFO O| Aug 16 05:36:58.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5367 | 2024-08-16T05:36:59.874Z | [ recovery-image] Aug 16 05:36:58.554 INFO O| Aug 16 05:36:58.554 INFO STEP 473 (remove_files) COMPLETE |
5368 | 2024-08-16T05:36:59.874Z | [ recovery-image] Aug 16 05:36:58.554 INFO O| Aug 16 05:36:58.554 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-08-16T05:36:59.881Z | [ recovery-image] Aug 16 05:36:58.563 INFO O| Aug 16 05:36:58.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5370 | 2024-08-16T05:36:59.881Z | [ recovery-image] Aug 16 05:36:58.563 INFO O| Aug 16 05:36:58.563 INFO STEP 474 (remove_files) COMPLETE |
5371 | 2024-08-16T05:36:59.884Z | [ recovery-image] Aug 16 05:36:58.563 INFO O| Aug 16 05:36:58.563 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-08-16T05:36:59.891Z | [ recovery-image] Aug 16 05:36:58.573 INFO O| Aug 16 05:36:58.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5373 | 2024-08-16T05:36:59.894Z | [ recovery-image] Aug 16 05:36:58.573 INFO O| Aug 16 05:36:58.573 INFO STEP 475 (remove_files) COMPLETE |
5374 | 2024-08-16T05:36:59.894Z | [ recovery-image] Aug 16 05:36:58.573 INFO O| Aug 16 05:36:58.573 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-08-16T05:36:59.901Z | [ recovery-image] Aug 16 05:36:58.583 INFO O| Aug 16 05:36:58.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5376 | 2024-08-16T05:36:59.903Z | [ recovery-image] Aug 16 05:36:58.583 INFO O| Aug 16 05:36:58.583 INFO STEP 476 (remove_files) COMPLETE |
5377 | 2024-08-16T05:36:59.904Z | [ recovery-image] Aug 16 05:36:58.583 INFO O| Aug 16 05:36:58.583 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-08-16T05:36:59.911Z | [ recovery-image] Aug 16 05:36:58.592 INFO O| Aug 16 05:36:58.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5379 | 2024-08-16T05:36:59.911Z | [ recovery-image] Aug 16 05:36:58.592 INFO O| Aug 16 05:36:58.592 INFO STEP 477 (remove_files) COMPLETE |
5380 | 2024-08-16T05:36:59.913Z | [ recovery-image] Aug 16 05:36:58.592 INFO O| Aug 16 05:36:58.592 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-08-16T05:36:59.920Z | [ recovery-image] Aug 16 05:36:58.602 INFO O| Aug 16 05:36:58.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5382 | 2024-08-16T05:36:59.923Z | [ recovery-image] Aug 16 05:36:58.602 INFO O| Aug 16 05:36:58.602 INFO STEP 478 (remove_files) COMPLETE |
5383 | 2024-08-16T05:36:59.923Z | [ recovery-image] Aug 16 05:36:58.602 INFO O| Aug 16 05:36:58.602 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-08-16T05:36:59.930Z | [ recovery-image] Aug 16 05:36:58.611 INFO O| Aug 16 05:36:58.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5385 | 2024-08-16T05:36:59.930Z | [ recovery-image] Aug 16 05:36:58.611 INFO O| Aug 16 05:36:58.611 INFO STEP 479 (remove_files) COMPLETE |
5386 | 2024-08-16T05:36:59.932Z | [ recovery-image] Aug 16 05:36:58.611 INFO O| Aug 16 05:36:58.611 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-08-16T05:36:59.939Z | [ recovery-image] Aug 16 05:36:58.621 INFO O| Aug 16 05:36:58.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5388 | 2024-08-16T05:36:59.941Z | [ recovery-image] Aug 16 05:36:58.621 INFO O| Aug 16 05:36:58.621 INFO STEP 480 (remove_files) COMPLETE |
5389 | 2024-08-16T05:36:59.941Z | [ recovery-image] Aug 16 05:36:58.621 INFO O| Aug 16 05:36:58.621 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-08-16T05:36:59.949Z | [ recovery-image] Aug 16 05:36:58.630 INFO O| Aug 16 05:36:58.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5391 | 2024-08-16T05:36:59.949Z | [ recovery-image] Aug 16 05:36:58.630 INFO O| Aug 16 05:36:58.630 INFO STEP 481 (remove_files) COMPLETE |
5392 | 2024-08-16T05:36:59.951Z | [ recovery-image] Aug 16 05:36:58.630 INFO O| Aug 16 05:36:58.630 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-08-16T05:36:59.958Z | [ recovery-image] Aug 16 05:36:58.640 INFO O| Aug 16 05:36:58.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5394 | 2024-08-16T05:36:59.960Z | [ recovery-image] Aug 16 05:36:58.640 INFO O| Aug 16 05:36:58.640 INFO STEP 482 (remove_files) COMPLETE |
5395 | 2024-08-16T05:36:59.960Z | [ recovery-image] Aug 16 05:36:58.640 INFO O| Aug 16 05:36:58.640 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-08-16T05:36:59.967Z | [ recovery-image] Aug 16 05:36:58.649 INFO O| Aug 16 05:36:58.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5397 | 2024-08-16T05:36:59.970Z | [ recovery-image] Aug 16 05:36:58.649 INFO O| Aug 16 05:36:58.649 INFO STEP 483 (remove_files) COMPLETE |
5398 | 2024-08-16T05:36:59.970Z | [ recovery-image] Aug 16 05:36:58.649 INFO O| Aug 16 05:36:58.649 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-08-16T05:36:59.977Z | [ recovery-image] Aug 16 05:36:58.659 INFO O| Aug 16 05:36:58.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5400 | 2024-08-16T05:36:59.979Z | [ recovery-image] Aug 16 05:36:58.659 INFO O| Aug 16 05:36:58.659 INFO STEP 484 (remove_files) COMPLETE |
5401 | 2024-08-16T05:36:59.979Z | [ recovery-image] Aug 16 05:36:58.659 INFO O| Aug 16 05:36:58.659 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-08-16T05:36:59.987Z | [ recovery-image] Aug 16 05:36:58.668 INFO O| Aug 16 05:36:58.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5403 | 2024-08-16T05:36:59.989Z | [ recovery-image] Aug 16 05:36:58.668 INFO O| Aug 16 05:36:58.668 INFO STEP 485 (remove_files) COMPLETE |
5404 | 2024-08-16T05:36:59.989Z | [ recovery-image] Aug 16 05:36:58.668 INFO O| Aug 16 05:36:58.668 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-08-16T05:36:59.996Z | [ recovery-image] Aug 16 05:36:58.678 INFO O| Aug 16 05:36:58.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5406 | 2024-08-16T05:36:59.999Z | [ recovery-image] Aug 16 05:36:58.678 INFO O| Aug 16 05:36:58.678 INFO STEP 486 (remove_files) COMPLETE |
5407 | 2024-08-16T05:36:59.999Z | [ recovery-image] Aug 16 05:36:58.678 INFO O| Aug 16 05:36:58.678 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-08-16T05:37:00.005Z | [ recovery-image] Aug 16 05:36:58.687 INFO O| Aug 16 05:36:58.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5409 | 2024-08-16T05:37:00.006Z | [ recovery-image] Aug 16 05:36:58.687 INFO O| Aug 16 05:36:58.687 INFO STEP 487 (remove_files) COMPLETE |
5410 | 2024-08-16T05:37:00.006Z | [ recovery-image] Aug 16 05:36:58.687 INFO O| Aug 16 05:36:58.687 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-08-16T05:37:00.015Z | [ recovery-image] Aug 16 05:36:58.696 INFO O| Aug 16 05:36:58.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5412 | 2024-08-16T05:37:00.017Z | [ recovery-image] Aug 16 05:36:58.697 INFO O| Aug 16 05:36:58.697 INFO STEP 488 (remove_files) COMPLETE |
5413 | 2024-08-16T05:37:00.017Z | [ recovery-image] Aug 16 05:36:58.697 INFO O| Aug 16 05:36:58.697 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-08-16T05:37:00.024Z | [ recovery-image] Aug 16 05:36:58.706 INFO O| Aug 16 05:36:58.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5415 | 2024-08-16T05:37:00.024Z | [ recovery-image] Aug 16 05:36:58.706 INFO O| Aug 16 05:36:58.706 INFO STEP 489 (remove_files) COMPLETE |
5416 | 2024-08-16T05:37:00.027Z | [ recovery-image] Aug 16 05:36:58.706 INFO O| Aug 16 05:36:58.706 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-08-16T05:37:00.034Z | [ recovery-image] Aug 16 05:36:58.715 INFO O| Aug 16 05:36:58.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5418 | 2024-08-16T05:37:00.036Z | [ recovery-image] Aug 16 05:36:58.717 INFO O| Aug 16 05:36:58.716 INFO STEP 490 (remove_files) COMPLETE |
5419 | 2024-08-16T05:37:00.036Z | [ recovery-image] Aug 16 05:36:58.717 INFO O| Aug 16 05:36:58.717 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-08-16T05:37:00.044Z | [ recovery-image] Aug 16 05:36:58.726 INFO O| Aug 16 05:36:58.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5421 | 2024-08-16T05:37:00.044Z | [ recovery-image] Aug 16 05:36:58.726 INFO O| Aug 16 05:36:58.726 INFO STEP 491 (remove_files) COMPLETE |
5422 | 2024-08-16T05:37:00.045Z | [ recovery-image] Aug 16 05:36:58.726 INFO O| Aug 16 05:36:58.726 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-08-16T05:37:00.054Z | [ recovery-image] Aug 16 05:36:58.735 INFO O| Aug 16 05:36:58.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5424 | 2024-08-16T05:37:00.056Z | [ recovery-image] Aug 16 05:36:58.735 INFO O| Aug 16 05:36:58.735 INFO STEP 492 (remove_files) COMPLETE |
5425 | 2024-08-16T05:37:00.056Z | [ recovery-image] Aug 16 05:36:58.736 INFO O| Aug 16 05:36:58.735 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-08-16T05:37:00.063Z | [ recovery-image] Aug 16 05:36:58.745 INFO O| Aug 16 05:36:58.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5427 | 2024-08-16T05:37:00.063Z | [ recovery-image] Aug 16 05:36:58.745 INFO O| Aug 16 05:36:58.745 INFO STEP 493 (remove_files) COMPLETE |
5428 | 2024-08-16T05:37:00.063Z | [ recovery-image] Aug 16 05:36:58.745 INFO O| Aug 16 05:36:58.745 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-08-16T05:37:00.073Z | [ recovery-image] Aug 16 05:36:58.754 INFO O| Aug 16 05:36:58.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5430 | 2024-08-16T05:37:00.075Z | [ recovery-image] Aug 16 05:36:58.754 INFO O| Aug 16 05:36:58.754 INFO STEP 494 (remove_files) COMPLETE |
5431 | 2024-08-16T05:37:00.075Z | [ recovery-image] Aug 16 05:36:58.754 INFO O| Aug 16 05:36:58.754 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-08-16T05:37:00.082Z | [ recovery-image] Aug 16 05:36:58.764 INFO O| Aug 16 05:36:58.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5433 | 2024-08-16T05:37:00.082Z | [ recovery-image] Aug 16 05:36:58.764 INFO O| Aug 16 05:36:58.764 INFO STEP 495 (remove_files) COMPLETE |
5434 | 2024-08-16T05:37:00.085Z | [ recovery-image] Aug 16 05:36:58.764 INFO O| Aug 16 05:36:58.764 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-08-16T05:37:00.092Z | [ recovery-image] Aug 16 05:36:58.774 INFO O| Aug 16 05:36:58.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5436 | 2024-08-16T05:37:00.095Z | [ recovery-image] Aug 16 05:36:58.774 INFO O| Aug 16 05:36:58.774 INFO STEP 496 (remove_files) COMPLETE |
5437 | 2024-08-16T05:37:00.095Z | [ recovery-image] Aug 16 05:36:58.774 INFO O| Aug 16 05:36:58.774 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-08-16T05:37:00.103Z | [ recovery-image] Aug 16 05:36:58.784 INFO O| Aug 16 05:36:58.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5439 | 2024-08-16T05:37:00.105Z | [ recovery-image] Aug 16 05:36:58.785 INFO O| Aug 16 05:36:58.784 INFO STEP 497 (remove_files) COMPLETE |
5440 | 2024-08-16T05:37:00.105Z | [ recovery-image] Aug 16 05:36:58.785 INFO O| Aug 16 05:36:58.784 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-08-16T05:37:00.113Z | [ recovery-image] Aug 16 05:36:58.795 INFO O| Aug 16 05:36:58.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5442 | 2024-08-16T05:37:00.116Z | [ recovery-image] Aug 16 05:36:58.795 INFO O| Aug 16 05:36:58.795 INFO STEP 498 (remove_files) COMPLETE |
5443 | 2024-08-16T05:37:00.116Z | [ recovery-image] Aug 16 05:36:58.795 INFO O| Aug 16 05:36:58.795 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-08-16T05:37:00.122Z | [ recovery-image] Aug 16 05:36:58.804 INFO O| Aug 16 05:36:58.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5445 | 2024-08-16T05:37:00.123Z | [ recovery-image] Aug 16 05:36:58.804 INFO O| Aug 16 05:36:58.804 INFO STEP 499 (remove_files) COMPLETE |
5446 | 2024-08-16T05:37:00.125Z | [ recovery-image] Aug 16 05:36:58.804 INFO O| Aug 16 05:36:58.804 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-08-16T05:37:00.132Z | [ recovery-image] Aug 16 05:36:58.813 INFO O| Aug 16 05:36:58.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5448 | 2024-08-16T05:37:00.132Z | [ recovery-image] Aug 16 05:36:58.814 INFO O| Aug 16 05:36:58.813 INFO STEP 500 (remove_files) COMPLETE |
5449 | 2024-08-16T05:37:00.134Z | [ recovery-image] Aug 16 05:36:58.814 INFO O| Aug 16 05:36:58.814 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-08-16T05:37:00.144Z | [ recovery-image] Aug 16 05:36:58.825 INFO O| Aug 16 05:36:58.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5451 | 2024-08-16T05:37:00.146Z | [ recovery-image] Aug 16 05:36:58.825 INFO O| Aug 16 05:36:58.825 INFO STEP 501 (remove_files) COMPLETE |
5452 | 2024-08-16T05:37:00.146Z | [ recovery-image] Aug 16 05:36:58.825 INFO O| Aug 16 05:36:58.825 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-08-16T05:37:00.154Z | [ recovery-image] Aug 16 05:36:58.835 INFO O| Aug 16 05:36:58.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5454 | 2024-08-16T05:37:00.154Z | [ recovery-image] Aug 16 05:36:58.835 INFO O| Aug 16 05:36:58.835 INFO STEP 502 (remove_files) COMPLETE |
5455 | 2024-08-16T05:37:00.156Z | [ recovery-image] Aug 16 05:36:58.835 INFO O| Aug 16 05:36:58.835 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-08-16T05:37:00.163Z | [ recovery-image] Aug 16 05:36:58.845 INFO O| Aug 16 05:36:58.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5457 | 2024-08-16T05:37:00.163Z | [ recovery-image] Aug 16 05:36:58.845 INFO O| Aug 16 05:36:58.845 INFO STEP 503 (remove_files) COMPLETE |
5458 | 2024-08-16T05:37:00.163Z | [ recovery-image] Aug 16 05:36:58.845 INFO O| Aug 16 05:36:58.845 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-08-16T05:37:00.173Z | [ recovery-image] Aug 16 05:36:58.855 INFO O| Aug 16 05:36:58.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5460 | 2024-08-16T05:37:00.173Z | [ recovery-image] Aug 16 05:36:58.855 INFO O| Aug 16 05:36:58.855 INFO STEP 504 (remove_files) COMPLETE |
5461 | 2024-08-16T05:37:00.176Z | [ recovery-image] Aug 16 05:36:58.855 INFO O| Aug 16 05:36:58.855 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-08-16T05:37:00.182Z | [ recovery-image] Aug 16 05:36:58.864 INFO O| Aug 16 05:36:58.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5463 | 2024-08-16T05:37:00.182Z | [ recovery-image] Aug 16 05:36:58.864 INFO O| Aug 16 05:36:58.864 INFO STEP 505 (remove_files) COMPLETE |
5464 | 2024-08-16T05:37:00.186Z | [ recovery-image] Aug 16 05:36:58.864 INFO O| Aug 16 05:36:58.864 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-08-16T05:37:00.192Z | [ recovery-image] Aug 16 05:36:58.874 INFO O| Aug 16 05:36:58.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5466 | 2024-08-16T05:37:00.195Z | [ recovery-image] Aug 16 05:36:58.874 INFO O| Aug 16 05:36:58.874 INFO STEP 506 (remove_files) COMPLETE |
5467 | 2024-08-16T05:37:00.195Z | [ recovery-image] Aug 16 05:36:58.874 INFO O| Aug 16 05:36:58.874 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-08-16T05:37:00.202Z | [ recovery-image] Aug 16 05:36:58.884 INFO O| Aug 16 05:36:58.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5469 | 2024-08-16T05:37:00.202Z | [ recovery-image] Aug 16 05:36:58.884 INFO O| Aug 16 05:36:58.884 INFO STEP 507 (remove_files) COMPLETE |
5470 | 2024-08-16T05:37:00.202Z | [ recovery-image] Aug 16 05:36:58.884 INFO O| Aug 16 05:36:58.884 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-08-16T05:37:00.213Z | [ recovery-image] Aug 16 05:36:58.894 INFO O| Aug 16 05:36:58.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5472 | 2024-08-16T05:37:00.215Z | [ recovery-image] Aug 16 05:36:58.894 INFO O| Aug 16 05:36:58.894 INFO STEP 508 (remove_files) COMPLETE |
5473 | 2024-08-16T05:37:00.215Z | [ recovery-image] Aug 16 05:36:58.894 INFO O| Aug 16 05:36:58.894 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-08-16T05:37:00.222Z | [ recovery-image] Aug 16 05:36:58.904 INFO O| Aug 16 05:36:58.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5475 | 2024-08-16T05:37:00.223Z | [ recovery-image] Aug 16 05:36:58.904 INFO O| Aug 16 05:36:58.904 INFO STEP 509 (remove_files) COMPLETE |
5476 | 2024-08-16T05:37:00.225Z | [ recovery-image] Aug 16 05:36:58.904 INFO O| Aug 16 05:36:58.904 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-08-16T05:37:00.233Z | [ recovery-image] Aug 16 05:36:58.914 INFO O| Aug 16 05:36:58.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5478 | 2024-08-16T05:37:00.235Z | [ recovery-image] Aug 16 05:36:58.914 INFO O| Aug 16 05:36:58.914 INFO STEP 510 (remove_files) COMPLETE |
5479 | 2024-08-16T05:37:00.235Z | [ recovery-image] Aug 16 05:36:58.914 INFO O| Aug 16 05:36:58.914 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-08-16T05:37:00.242Z | [ recovery-image] Aug 16 05:36:58.923 INFO O| Aug 16 05:36:58.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5481 | 2024-08-16T05:37:00.242Z | [ recovery-image] Aug 16 05:36:58.924 INFO O| Aug 16 05:36:58.924 INFO STEP 511 (remove_files) COMPLETE |
5482 | 2024-08-16T05:37:00.245Z | [ recovery-image] Aug 16 05:36:58.924 INFO O| Aug 16 05:36:58.924 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-08-16T05:37:00.251Z | [ recovery-image] Aug 16 05:36:58.933 INFO O| Aug 16 05:36:58.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5484 | 2024-08-16T05:37:00.251Z | [ recovery-image] Aug 16 05:36:58.933 INFO O| Aug 16 05:36:58.933 INFO STEP 512 (remove_files) COMPLETE |
5485 | 2024-08-16T05:37:00.251Z | [ recovery-image] Aug 16 05:36:58.933 INFO O| Aug 16 05:36:58.933 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-08-16T05:37:00.262Z | [ recovery-image] Aug 16 05:36:58.942 INFO O| Aug 16 05:36:58.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf" |
5487 | 2024-08-16T05:37:00.262Z | [ recovery-image] Aug 16 05:36:58.942 INFO O| Aug 16 05:36:58.942 INFO STEP 513 (remove_files) COMPLETE |
5488 | 2024-08-16T05:37:00.262Z | [ recovery-image] Aug 16 05:36:58.942 INFO O| Aug 16 05:36:58.942 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-08-16T05:37:00.270Z | [ recovery-image] Aug 16 05:36:58.951 INFO O| Aug 16 05:36:58.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5490 | 2024-08-16T05:37:00.270Z | [ recovery-image] Aug 16 05:36:58.951 INFO O| Aug 16 05:36:58.951 INFO STEP 514 (remove_files) COMPLETE |
5491 | 2024-08-16T05:37:00.272Z | [ recovery-image] Aug 16 05:36:58.951 INFO O| Aug 16 05:36:58.951 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-08-16T05:37:00.279Z | [ recovery-image] Aug 16 05:36:58.961 INFO O| Aug 16 05:36:58.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5493 | 2024-08-16T05:37:00.279Z | [ recovery-image] Aug 16 05:36:58.961 INFO O| Aug 16 05:36:58.961 INFO STEP 515 (remove_files) COMPLETE |
5494 | 2024-08-16T05:37:00.281Z | [ recovery-image] Aug 16 05:36:58.961 INFO O| Aug 16 05:36:58.961 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-08-16T05:37:00.288Z | [ recovery-image] Aug 16 05:36:58.970 INFO O| Aug 16 05:36:58.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5496 | 2024-08-16T05:37:00.289Z | [ recovery-image] Aug 16 05:36:58.970 INFO O| Aug 16 05:36:58.970 INFO STEP 516 (remove_files) COMPLETE |
5497 | 2024-08-16T05:37:00.289Z | [ recovery-image] Aug 16 05:36:58.970 INFO O| Aug 16 05:36:58.970 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-08-16T05:37:00.298Z | [ recovery-image] Aug 16 05:36:58.979 INFO O| Aug 16 05:36:58.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5499 | 2024-08-16T05:37:00.298Z | [ recovery-image] Aug 16 05:36:58.979 INFO O| Aug 16 05:36:58.979 INFO STEP 517 (remove_files) COMPLETE |
5500 | 2024-08-16T05:37:00.298Z | [ recovery-image] Aug 16 05:36:58.979 INFO O| Aug 16 05:36:58.979 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-08-16T05:37:00.307Z | [ recovery-image] Aug 16 05:36:58.989 INFO O| Aug 16 05:36:58.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5502 | 2024-08-16T05:37:00.310Z | [ recovery-image] Aug 16 05:36:58.989 INFO O| Aug 16 05:36:58.989 INFO STEP 518 (remove_files) COMPLETE |
5503 | 2024-08-16T05:37:00.310Z | [ recovery-image] Aug 16 05:36:58.989 INFO O| Aug 16 05:36:58.989 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-08-16T05:37:00.316Z | [ recovery-image] Aug 16 05:36:58.998 INFO O| Aug 16 05:36:58.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5505 | 2024-08-16T05:37:00.316Z | [ recovery-image] Aug 16 05:36:58.998 INFO O| Aug 16 05:36:58.998 INFO STEP 519 (remove_files) COMPLETE |
5506 | 2024-08-16T05:37:00.316Z | [ recovery-image] Aug 16 05:36:58.998 INFO O| Aug 16 05:36:58.998 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-08-16T05:37:00.327Z | [ recovery-image] Aug 16 05:36:59.009 INFO O| Aug 16 05:36:59.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5508 | 2024-08-16T05:37:00.327Z | [ recovery-image] Aug 16 05:36:59.009 INFO O| Aug 16 05:36:59.009 INFO STEP 520 (remove_files) COMPLETE |
5509 | 2024-08-16T05:37:00.327Z | [ recovery-image] Aug 16 05:36:59.009 INFO O| Aug 16 05:36:59.009 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-08-16T05:37:00.337Z | [ recovery-image] Aug 16 05:36:59.018 INFO O| Aug 16 05:36:59.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5511 | 2024-08-16T05:37:00.337Z | [ recovery-image] Aug 16 05:36:59.018 INFO O| Aug 16 05:36:59.018 INFO STEP 521 (remove_files) COMPLETE |
5512 | 2024-08-16T05:37:00.339Z | [ recovery-image] Aug 16 05:36:59.018 INFO O| Aug 16 05:36:59.018 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-08-16T05:37:00.346Z | [ recovery-image] Aug 16 05:36:59.028 INFO O| Aug 16 05:36:59.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5514 | 2024-08-16T05:37:00.348Z | [ recovery-image] Aug 16 05:36:59.028 INFO O| Aug 16 05:36:59.028 INFO STEP 522 (remove_files) COMPLETE |
5515 | 2024-08-16T05:37:00.349Z | [ recovery-image] Aug 16 05:36:59.028 INFO O| Aug 16 05:36:59.028 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-08-16T05:37:00.355Z | [ recovery-image] Aug 16 05:36:59.037 INFO O| Aug 16 05:36:59.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5517 | 2024-08-16T05:37:00.356Z | [ recovery-image] Aug 16 05:36:59.037 INFO O| Aug 16 05:36:59.037 INFO STEP 523 (remove_files) COMPLETE |
5518 | 2024-08-16T05:37:00.358Z | [ recovery-image] Aug 16 05:36:59.037 INFO O| Aug 16 05:36:59.037 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-08-16T05:37:00.365Z | [ recovery-image] Aug 16 05:36:59.046 INFO O| Aug 16 05:36:59.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5520 | 2024-08-16T05:37:00.365Z | [ recovery-image] Aug 16 05:36:59.046 INFO O| Aug 16 05:36:59.046 INFO STEP 524 (remove_files) COMPLETE |
5521 | 2024-08-16T05:37:00.367Z | [ recovery-image] Aug 16 05:36:59.046 INFO O| Aug 16 05:36:59.046 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-08-16T05:37:00.374Z | [ recovery-image] Aug 16 05:36:59.055 INFO O| Aug 16 05:36:59.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5523 | 2024-08-16T05:37:00.374Z | [ recovery-image] Aug 16 05:36:59.055 INFO O| Aug 16 05:36:59.055 INFO STEP 525 (remove_files) COMPLETE |
5524 | 2024-08-16T05:37:00.376Z | [ recovery-image] Aug 16 05:36:59.055 INFO O| Aug 16 05:36:59.055 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-08-16T05:37:00.383Z | [ recovery-image] Aug 16 05:36:59.065 INFO O| Aug 16 05:36:59.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5526 | 2024-08-16T05:37:00.383Z | [ recovery-image] Aug 16 05:36:59.065 INFO O| Aug 16 05:36:59.065 INFO STEP 526 (remove_files) COMPLETE |
5527 | 2024-08-16T05:37:00.383Z | [ recovery-image] Aug 16 05:36:59.065 INFO O| Aug 16 05:36:59.065 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-08-16T05:37:00.393Z | [ recovery-image] Aug 16 05:36:59.074 INFO O| Aug 16 05:36:59.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5529 | 2024-08-16T05:37:00.395Z | [ recovery-image] Aug 16 05:36:59.074 INFO O| Aug 16 05:36:59.074 INFO STEP 527 (remove_files) COMPLETE |
5530 | 2024-08-16T05:37:00.395Z | [ recovery-image] Aug 16 05:36:59.074 INFO O| Aug 16 05:36:59.074 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-08-16T05:37:00.402Z | [ recovery-image] Aug 16 05:36:59.083 INFO O| Aug 16 05:36:59.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5532 | 2024-08-16T05:37:00.404Z | [ recovery-image] Aug 16 05:36:59.083 INFO O| Aug 16 05:36:59.083 INFO STEP 528 (remove_files) COMPLETE |
5533 | 2024-08-16T05:37:00.404Z | [ recovery-image] Aug 16 05:36:59.083 INFO O| Aug 16 05:36:59.083 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2024-08-16T05:37:00.412Z | [ recovery-image] Aug 16 05:36:59.092 INFO O| Aug 16 05:36:59.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5535 | 2024-08-16T05:37:00.415Z | [ recovery-image] Aug 16 05:36:59.093 INFO O| Aug 16 05:36:59.092 INFO STEP 529 (remove_files) COMPLETE |
5536 | 2024-08-16T05:37:00.415Z | [ recovery-image] Aug 16 05:36:59.093 INFO O| Aug 16 05:36:59.093 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-08-16T05:37:00.420Z | [ recovery-image] Aug 16 05:36:59.102 INFO O| Aug 16 05:36:59.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5538 | 2024-08-16T05:37:00.423Z | [ recovery-image] Aug 16 05:36:59.102 INFO O| Aug 16 05:36:59.102 INFO STEP 530 (remove_files) COMPLETE |
5539 | 2024-08-16T05:37:00.423Z | [ recovery-image] Aug 16 05:36:59.102 INFO O| Aug 16 05:36:59.102 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2024-08-16T05:37:00.433Z | [ recovery-image] Aug 16 05:36:59.111 INFO O| Aug 16 05:36:59.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5541 | 2024-08-16T05:37:00.436Z | [ recovery-image] Aug 16 05:36:59.111 INFO O| Aug 16 05:36:59.111 INFO STEP 531 (remove_files) COMPLETE |
5542 | 2024-08-16T05:37:00.436Z | [ recovery-image] Aug 16 05:36:59.111 INFO O| Aug 16 05:36:59.111 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2024-08-16T05:37:00.439Z | [ recovery-image] Aug 16 05:36:59.120 INFO O| Aug 16 05:36:59.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5544 | 2024-08-16T05:37:00.439Z | [ recovery-image] Aug 16 05:36:59.120 INFO O| Aug 16 05:36:59.120 INFO STEP 532 (remove_files) COMPLETE |
5545 | 2024-08-16T05:37:00.439Z | [ recovery-image] Aug 16 05:36:59.120 INFO O| Aug 16 05:36:59.120 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2024-08-16T05:37:00.448Z | [ recovery-image] Aug 16 05:36:59.129 INFO O| Aug 16 05:36:59.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5547 | 2024-08-16T05:37:00.450Z | [ recovery-image] Aug 16 05:36:59.129 INFO O| Aug 16 05:36:59.129 INFO STEP 533 (remove_files) COMPLETE |
5548 | 2024-08-16T05:37:00.450Z | [ recovery-image] Aug 16 05:36:59.130 INFO O| Aug 16 05:36:59.129 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-08-16T05:37:00.457Z | [ recovery-image] Aug 16 05:36:59.139 INFO O| Aug 16 05:36:59.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5550 | 2024-08-16T05:37:00.460Z | [ recovery-image] Aug 16 05:36:59.139 INFO O| Aug 16 05:36:59.139 INFO STEP 534 (remove_files) COMPLETE |
5551 | 2024-08-16T05:37:00.460Z | [ recovery-image] Aug 16 05:36:59.139 INFO O| Aug 16 05:36:59.139 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-08-16T05:37:00.467Z | [ recovery-image] Aug 16 05:36:59.148 INFO O| Aug 16 05:36:59.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5553 | 2024-08-16T05:37:00.471Z | [ recovery-image] Aug 16 05:36:59.148 INFO O| Aug 16 05:36:59.148 INFO STEP 535 (remove_files) COMPLETE |
5554 | 2024-08-16T05:37:00.471Z | [ recovery-image] Aug 16 05:36:59.148 INFO O| Aug 16 05:36:59.148 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-08-16T05:37:00.476Z | [ recovery-image] Aug 16 05:36:59.157 INFO O| Aug 16 05:36:59.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5556 | 2024-08-16T05:37:00.476Z | [ recovery-image] Aug 16 05:36:59.157 INFO O| Aug 16 05:36:59.157 INFO STEP 536 (remove_files) COMPLETE |
5557 | 2024-08-16T05:37:00.476Z | [ recovery-image] Aug 16 05:36:59.157 INFO O| Aug 16 05:36:59.157 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-08-16T05:37:00.485Z | [ recovery-image] Aug 16 05:36:59.166 INFO O| Aug 16 05:36:59.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5559 | 2024-08-16T05:37:00.485Z | [ recovery-image] Aug 16 05:36:59.167 INFO O| Aug 16 05:36:59.167 INFO STEP 537 (remove_files) COMPLETE |
5560 | 2024-08-16T05:37:00.488Z | [ recovery-image] Aug 16 05:36:59.167 INFO O| Aug 16 05:36:59.167 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-08-16T05:37:00.494Z | [ recovery-image] Aug 16 05:36:59.176 INFO O| Aug 16 05:36:59.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5562 | 2024-08-16T05:37:00.497Z | [ recovery-image] Aug 16 05:36:59.176 INFO O| Aug 16 05:36:59.176 INFO STEP 538 (remove_files) COMPLETE |
5563 | 2024-08-16T05:37:00.497Z | [ recovery-image] Aug 16 05:36:59.176 INFO O| Aug 16 05:36:59.176 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-08-16T05:37:00.504Z | [ recovery-image] Aug 16 05:36:59.185 INFO O| Aug 16 05:36:59.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5565 | 2024-08-16T05:37:00.506Z | [ recovery-image] Aug 16 05:36:59.185 INFO O| Aug 16 05:36:59.185 INFO STEP 539 (remove_files) COMPLETE |
5566 | 2024-08-16T05:37:00.506Z | [ recovery-image] Aug 16 05:36:59.185 INFO O| Aug 16 05:36:59.185 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-08-16T05:37:00.513Z | [ recovery-image] Aug 16 05:36:59.194 INFO O| Aug 16 05:36:59.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5568 | 2024-08-16T05:37:00.515Z | [ recovery-image] Aug 16 05:36:59.194 INFO O| Aug 16 05:36:59.194 INFO STEP 540 (remove_files) COMPLETE |
5569 | 2024-08-16T05:37:00.515Z | [ recovery-image] Aug 16 05:36:59.194 INFO O| Aug 16 05:36:59.194 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-08-16T05:37:00.522Z | [ recovery-image] Aug 16 05:36:59.204 INFO O| Aug 16 05:36:59.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5571 | 2024-08-16T05:37:00.522Z | [ recovery-image] Aug 16 05:36:59.204 INFO O| Aug 16 05:36:59.204 INFO STEP 541 (remove_files) COMPLETE |
5572 | 2024-08-16T05:37:00.525Z | [ recovery-image] Aug 16 05:36:59.204 INFO O| Aug 16 05:36:59.204 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-08-16T05:37:00.532Z | [ recovery-image] Aug 16 05:36:59.213 INFO O| Aug 16 05:36:59.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5574 | 2024-08-16T05:37:00.532Z | [ recovery-image] Aug 16 05:36:59.213 INFO O| Aug 16 05:36:59.213 INFO STEP 542 (remove_files) COMPLETE |
5575 | 2024-08-16T05:37:00.534Z | [ recovery-image] Aug 16 05:36:59.213 INFO O| Aug 16 05:36:59.213 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-08-16T05:37:00.541Z | [ recovery-image] Aug 16 05:36:59.222 INFO O| Aug 16 05:36:59.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5577 | 2024-08-16T05:37:00.543Z | [ recovery-image] Aug 16 05:36:59.222 INFO O| Aug 16 05:36:59.222 INFO STEP 543 (remove_files) COMPLETE |
5578 | 2024-08-16T05:37:00.543Z | [ recovery-image] Aug 16 05:36:59.222 INFO O| Aug 16 05:36:59.222 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-08-16T05:37:00.550Z | [ recovery-image] Aug 16 05:36:59.231 INFO O| Aug 16 05:36:59.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5580 | 2024-08-16T05:37:00.550Z | [ recovery-image] Aug 16 05:36:59.231 INFO O| Aug 16 05:36:59.231 INFO STEP 544 (remove_files) COMPLETE |
5581 | 2024-08-16T05:37:00.552Z | [ recovery-image] Aug 16 05:36:59.231 INFO O| Aug 16 05:36:59.231 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-08-16T05:37:00.559Z | [ recovery-image] Aug 16 05:36:59.240 INFO O| Aug 16 05:36:59.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5583 | 2024-08-16T05:37:00.559Z | [ recovery-image] Aug 16 05:36:59.240 INFO O| Aug 16 05:36:59.240 INFO STEP 545 (remove_files) COMPLETE |
5584 | 2024-08-16T05:37:00.559Z | [ recovery-image] Aug 16 05:36:59.241 INFO O| Aug 16 05:36:59.240 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-08-16T05:37:00.568Z | [ recovery-image] Aug 16 05:36:59.250 INFO O| Aug 16 05:36:59.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5586 | 2024-08-16T05:37:00.568Z | [ recovery-image] Aug 16 05:36:59.250 INFO O| Aug 16 05:36:59.250 INFO STEP 546 (remove_files) COMPLETE |
5587 | 2024-08-16T05:37:00.571Z | [ recovery-image] Aug 16 05:36:59.250 INFO O| Aug 16 05:36:59.250 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-08-16T05:37:00.579Z | [ recovery-image] Aug 16 05:36:59.259 INFO O| Aug 16 05:36:59.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5589 | 2024-08-16T05:37:00.581Z | [ recovery-image] Aug 16 05:36:59.259 INFO O| Aug 16 05:36:59.259 INFO STEP 547 (remove_files) COMPLETE |
5590 | 2024-08-16T05:37:00.581Z | [ recovery-image] Aug 16 05:36:59.259 INFO O| Aug 16 05:36:59.259 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-08-16T05:37:00.587Z | [ recovery-image] Aug 16 05:36:59.268 INFO O| Aug 16 05:36:59.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5592 | 2024-08-16T05:37:00.587Z | [ recovery-image] Aug 16 05:36:59.268 INFO O| Aug 16 05:36:59.268 INFO STEP 548 (remove_files) COMPLETE |
5593 | 2024-08-16T05:37:00.587Z | [ recovery-image] Aug 16 05:36:59.268 INFO O| Aug 16 05:36:59.268 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-08-16T05:37:00.596Z | [ recovery-image] Aug 16 05:36:59.278 INFO O| Aug 16 05:36:59.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5595 | 2024-08-16T05:37:00.599Z | [ recovery-image] Aug 16 05:36:59.278 INFO O| Aug 16 05:36:59.278 INFO STEP 549 (remove_files) COMPLETE |
5596 | 2024-08-16T05:37:00.599Z | [ recovery-image] Aug 16 05:36:59.278 INFO O| Aug 16 05:36:59.278 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-08-16T05:37:00.606Z | [ recovery-image] Aug 16 05:36:59.287 INFO O| Aug 16 05:36:59.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5598 | 2024-08-16T05:37:00.606Z | [ recovery-image] Aug 16 05:36:59.287 INFO O| Aug 16 05:36:59.287 INFO STEP 550 (remove_files) COMPLETE |
5599 | 2024-08-16T05:37:00.608Z | [ recovery-image] Aug 16 05:36:59.287 INFO O| Aug 16 05:36:59.287 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-08-16T05:37:00.616Z | [ recovery-image] Aug 16 05:36:59.296 INFO O| Aug 16 05:36:59.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5601 | 2024-08-16T05:37:00.616Z | [ recovery-image] Aug 16 05:36:59.296 INFO O| Aug 16 05:36:59.296 INFO STEP 551 (remove_files) COMPLETE |
5602 | 2024-08-16T05:37:00.618Z | [ recovery-image] Aug 16 05:36:59.296 INFO O| Aug 16 05:36:59.296 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-08-16T05:37:00.624Z | [ recovery-image] Aug 16 05:36:59.306 INFO O| Aug 16 05:36:59.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5604 | 2024-08-16T05:37:00.624Z | [ recovery-image] Aug 16 05:36:59.306 INFO O| Aug 16 05:36:59.306 INFO STEP 552 (remove_files) COMPLETE |
5605 | 2024-08-16T05:37:00.627Z | [ recovery-image] Aug 16 05:36:59.306 INFO O| Aug 16 05:36:59.306 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-08-16T05:37:00.637Z | [ recovery-image] Aug 16 05:36:59.315 INFO O| Aug 16 05:36:59.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5607 | 2024-08-16T05:37:00.637Z | [ recovery-image] Aug 16 05:36:59.315 INFO O| Aug 16 05:36:59.315 INFO STEP 553 (remove_files) COMPLETE |
5608 | 2024-08-16T05:37:00.637Z | [ recovery-image] Aug 16 05:36:59.315 INFO O| Aug 16 05:36:59.315 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-08-16T05:37:00.640Z | [ host-image] Aug 16 05:36:59.316 INFO O| Aug 16 05:36:59.316 INFO O| Download: Completed 1.39 MB in 1.05 seconds (1.3M/s) |
5610 | 2024-08-16T05:37:00.643Z | [ recovery-image] Aug 16 05:36:59.324 INFO O| Aug 16 05:36:59.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5611 | 2024-08-16T05:37:00.646Z | [ recovery-image] Aug 16 05:36:59.324 INFO O| Aug 16 05:36:59.324 INFO STEP 554 (remove_files) COMPLETE |
5612 | 2024-08-16T05:37:00.646Z | [ recovery-image] Aug 16 05:36:59.324 INFO O| Aug 16 05:36:59.324 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-08-16T05:37:00.653Z | [ recovery-image] Aug 16 05:36:59.334 INFO O| Aug 16 05:36:59.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5614 | 2024-08-16T05:37:00.655Z | [ recovery-image] Aug 16 05:36:59.335 INFO O| Aug 16 05:36:59.335 INFO STEP 555 (remove_files) COMPLETE |
5615 | 2024-08-16T05:37:00.655Z | [ recovery-image] Aug 16 05:36:59.335 INFO O| Aug 16 05:36:59.335 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-08-16T05:37:00.659Z | [ host-image] Aug 16 05:36:59.341 INFO O| Aug 16 05:36:59.341 INFO O| Actions: 1/238 actions (Installing new actions) |
5617 | 2024-08-16T05:37:00.663Z | [ recovery-image] Aug 16 05:36:59.344 INFO O| Aug 16 05:36:59.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5618 | 2024-08-16T05:37:00.666Z | [ recovery-image] Aug 16 05:36:59.344 INFO O| Aug 16 05:36:59.344 INFO STEP 556 (remove_files) COMPLETE |
5619 | 2024-08-16T05:37:00.666Z | [ recovery-image] Aug 16 05:36:59.345 INFO O| Aug 16 05:36:59.344 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-08-16T05:37:00.673Z | [ recovery-image] Aug 16 05:36:59.354 INFO O| Aug 16 05:36:59.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5621 | 2024-08-16T05:37:00.675Z | [ recovery-image] Aug 16 05:36:59.354 INFO O| Aug 16 05:36:59.354 INFO STEP 557 (remove_files) COMPLETE |
5622 | 2024-08-16T05:37:00.675Z | [ recovery-image] Aug 16 05:36:59.354 INFO O| Aug 16 05:36:59.354 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-08-16T05:37:00.683Z | [ recovery-image] Aug 16 05:36:59.364 INFO O| Aug 16 05:36:59.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5624 | 2024-08-16T05:37:00.683Z | [ recovery-image] Aug 16 05:36:59.364 INFO O| Aug 16 05:36:59.364 INFO STEP 558 (remove_files) COMPLETE |
5625 | 2024-08-16T05:37:00.687Z | [ recovery-image] Aug 16 05:36:59.364 INFO O| Aug 16 05:36:59.364 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-08-16T05:37:00.692Z | [ recovery-image] Aug 16 05:36:59.373 INFO O| Aug 16 05:36:59.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5627 | 2024-08-16T05:37:00.692Z | [ recovery-image] Aug 16 05:36:59.373 INFO O| Aug 16 05:36:59.373 INFO STEP 559 (remove_files) COMPLETE |
5628 | 2024-08-16T05:37:00.695Z | [ recovery-image] Aug 16 05:36:59.374 INFO O| Aug 16 05:36:59.373 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-08-16T05:37:00.703Z | [ recovery-image] Aug 16 05:36:59.383 INFO O| Aug 16 05:36:59.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5630 | 2024-08-16T05:37:00.703Z | [ recovery-image] Aug 16 05:36:59.383 INFO O| Aug 16 05:36:59.383 INFO STEP 560 (remove_files) COMPLETE |
5631 | 2024-08-16T05:37:00.703Z | [ recovery-image] Aug 16 05:36:59.383 INFO O| Aug 16 05:36:59.383 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-08-16T05:37:00.713Z | [ recovery-image] Aug 16 05:36:59.392 INFO O| Aug 16 05:36:59.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5633 | 2024-08-16T05:37:00.713Z | [ recovery-image] Aug 16 05:36:59.392 INFO O| Aug 16 05:36:59.392 INFO STEP 561 (remove_files) COMPLETE |
5634 | 2024-08-16T05:37:00.717Z | [ recovery-image] Aug 16 05:36:59.392 INFO O| Aug 16 05:36:59.392 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-08-16T05:37:00.721Z | [ recovery-image] Aug 16 05:36:59.402 INFO O| Aug 16 05:36:59.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5636 | 2024-08-16T05:37:00.721Z | [ recovery-image] Aug 16 05:36:59.402 INFO O| Aug 16 05:36:59.402 INFO STEP 562 (remove_files) COMPLETE |
5637 | 2024-08-16T05:37:00.730Z | [ recovery-image] Aug 16 05:36:59.402 INFO O| Aug 16 05:36:59.402 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-08-16T05:37:00.730Z | [ recovery-image] Aug 16 05:36:59.411 INFO O| Aug 16 05:36:59.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5639 | 2024-08-16T05:37:00.730Z | [ recovery-image] Aug 16 05:36:59.411 INFO O| Aug 16 05:36:59.411 INFO STEP 563 (remove_files) COMPLETE |
5640 | 2024-08-16T05:37:00.730Z | [ recovery-image] Aug 16 05:36:59.411 INFO O| Aug 16 05:36:59.411 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-08-16T05:37:00.741Z | [ recovery-image] Aug 16 05:36:59.422 INFO O| Aug 16 05:36:59.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5642 | 2024-08-16T05:37:00.744Z | [ recovery-image] Aug 16 05:36:59.422 INFO O| Aug 16 05:36:59.422 INFO STEP 564 (remove_files) COMPLETE |
5643 | 2024-08-16T05:37:00.744Z | [ recovery-image] Aug 16 05:36:59.422 INFO O| Aug 16 05:36:59.422 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-08-16T05:37:00.752Z | [ recovery-image] Aug 16 05:36:59.432 INFO O| Aug 16 05:36:59.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5645 | 2024-08-16T05:37:00.755Z | [ recovery-image] Aug 16 05:36:59.433 INFO O| Aug 16 05:36:59.432 INFO STEP 565 (remove_files) COMPLETE |
5646 | 2024-08-16T05:37:00.755Z | [ recovery-image] Aug 16 05:36:59.433 INFO O| Aug 16 05:36:59.432 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-08-16T05:37:00.763Z | [ recovery-image] Aug 16 05:36:59.442 INFO O| Aug 16 05:36:59.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5648 | 2024-08-16T05:37:00.766Z | [ recovery-image] Aug 16 05:36:59.442 INFO O| Aug 16 05:36:59.442 INFO STEP 566 (remove_files) COMPLETE |
5649 | 2024-08-16T05:37:00.766Z | [ recovery-image] Aug 16 05:36:59.442 INFO O| Aug 16 05:36:59.442 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-08-16T05:37:00.766Z | [ host-image] Aug 16 05:36:59.445 INFO O| Aug 16 05:36:59.445 INFO O| Actions: Completed 238 actions in 0.10 seconds. |
5651 | 2024-08-16T05:37:00.771Z | [ recovery-image] Aug 16 05:36:59.452 INFO O| Aug 16 05:36:59.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5652 | 2024-08-16T05:37:00.774Z | [ recovery-image] Aug 16 05:36:59.452 INFO O| Aug 16 05:36:59.452 INFO STEP 567 (remove_files) COMPLETE |
5653 | 2024-08-16T05:37:00.775Z | [ recovery-image] Aug 16 05:36:59.452 INFO O| Aug 16 05:36:59.452 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-08-16T05:37:00.782Z | [ recovery-image] Aug 16 05:36:59.463 INFO O| Aug 16 05:36:59.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5655 | 2024-08-16T05:37:00.782Z | [ recovery-image] Aug 16 05:36:59.464 INFO O| Aug 16 05:36:59.464 INFO STEP 568 (remove_files) COMPLETE |
5656 | 2024-08-16T05:37:00.785Z | [ recovery-image] Aug 16 05:36:59.464 INFO O| Aug 16 05:36:59.464 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-08-16T05:37:00.793Z | [ recovery-image] Aug 16 05:36:59.474 INFO O| Aug 16 05:36:59.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5658 | 2024-08-16T05:37:00.793Z | [ recovery-image] Aug 16 05:36:59.474 INFO O| Aug 16 05:36:59.474 INFO STEP 569 (remove_files) COMPLETE |
5659 | 2024-08-16T05:37:00.796Z | [ recovery-image] Aug 16 05:36:59.474 INFO O| Aug 16 05:36:59.474 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-08-16T05:37:00.809Z | [ recovery-image] Aug 16 05:36:59.484 INFO O| Aug 16 05:36:59.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5661 | 2024-08-16T05:37:00.809Z | [ recovery-image] Aug 16 05:36:59.484 INFO O| Aug 16 05:36:59.484 INFO STEP 570 (remove_files) COMPLETE |
5662 | 2024-08-16T05:37:00.809Z | [ recovery-image] Aug 16 05:36:59.484 INFO O| Aug 16 05:36:59.484 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-08-16T05:37:00.820Z | [ recovery-image] Aug 16 05:36:59.494 INFO O| Aug 16 05:36:59.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5664 | 2024-08-16T05:37:00.820Z | [ recovery-image] Aug 16 05:36:59.494 INFO O| Aug 16 05:36:59.494 INFO STEP 571 (remove_files) COMPLETE |
5665 | 2024-08-16T05:37:00.820Z | [ recovery-image] Aug 16 05:36:59.494 INFO O| Aug 16 05:36:59.494 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-08-16T05:37:00.829Z | [ recovery-image] Aug 16 05:36:59.505 INFO O| Aug 16 05:36:59.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5667 | 2024-08-16T05:37:00.829Z | [ recovery-image] Aug 16 05:36:59.506 INFO O| Aug 16 05:36:59.506 INFO STEP 572 (remove_files) COMPLETE |
5668 | 2024-08-16T05:37:00.829Z | [ recovery-image] Aug 16 05:36:59.506 INFO O| Aug 16 05:36:59.506 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-08-16T05:37:00.839Z | [ recovery-image] Aug 16 05:36:59.516 INFO O| Aug 16 05:36:59.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5670 | 2024-08-16T05:37:00.839Z | [ recovery-image] Aug 16 05:36:59.516 INFO O| Aug 16 05:36:59.516 INFO STEP 573 (remove_files) COMPLETE |
5671 | 2024-08-16T05:37:00.839Z | [ recovery-image] Aug 16 05:36:59.516 INFO O| Aug 16 05:36:59.516 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-08-16T05:37:00.845Z | [ recovery-image] Aug 16 05:36:59.526 INFO O| Aug 16 05:36:59.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5673 | 2024-08-16T05:37:00.845Z | [ recovery-image] Aug 16 05:36:59.526 INFO O| Aug 16 05:36:59.526 INFO STEP 574 (remove_files) COMPLETE |
5674 | 2024-08-16T05:37:00.851Z | [ recovery-image] Aug 16 05:36:59.526 INFO O| Aug 16 05:36:59.526 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-08-16T05:37:00.856Z | [ recovery-image] Aug 16 05:36:59.537 INFO O| Aug 16 05:36:59.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5676 | 2024-08-16T05:37:00.857Z | [ recovery-image] Aug 16 05:36:59.538 INFO O| Aug 16 05:36:59.537 INFO STEP 575 (remove_files) COMPLETE |
5677 | 2024-08-16T05:37:00.857Z | [ recovery-image] Aug 16 05:36:59.538 INFO O| Aug 16 05:36:59.537 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-08-16T05:37:00.873Z | [ recovery-image] Aug 16 05:36:59.548 INFO O| Aug 16 05:36:59.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5679 | 2024-08-16T05:37:00.873Z | [ recovery-image] Aug 16 05:36:59.548 INFO O| Aug 16 05:36:59.548 INFO STEP 576 (remove_files) COMPLETE |
5680 | 2024-08-16T05:37:00.873Z | [ recovery-image] Aug 16 05:36:59.548 INFO O| Aug 16 05:36:59.548 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-08-16T05:37:00.878Z | [ recovery-image] Aug 16 05:36:59.559 INFO O| Aug 16 05:36:59.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5682 | 2024-08-16T05:37:00.878Z | [ recovery-image] Aug 16 05:36:59.559 INFO O| Aug 16 05:36:59.559 INFO STEP 577 (remove_files) COMPLETE |
5683 | 2024-08-16T05:37:00.878Z | [ recovery-image] Aug 16 05:36:59.559 INFO O| Aug 16 05:36:59.559 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-08-16T05:37:00.888Z | [ recovery-image] Aug 16 05:36:59.569 INFO O| Aug 16 05:36:59.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5685 | 2024-08-16T05:37:00.888Z | [ recovery-image] Aug 16 05:36:59.569 INFO O| Aug 16 05:36:59.569 INFO STEP 578 (remove_files) COMPLETE |
5686 | 2024-08-16T05:37:00.889Z | [ recovery-image] Aug 16 05:36:59.570 INFO O| Aug 16 05:36:59.569 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-08-16T05:37:00.900Z | [ recovery-image] Aug 16 05:36:59.581 INFO O| Aug 16 05:36:59.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5688 | 2024-08-16T05:37:00.900Z | [ recovery-image] Aug 16 05:36:59.581 INFO O| Aug 16 05:36:59.581 INFO STEP 579 (remove_files) COMPLETE |
5689 | 2024-08-16T05:37:00.900Z | [ recovery-image] Aug 16 05:36:59.581 INFO O| Aug 16 05:36:59.581 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-08-16T05:37:00.910Z | [ recovery-image] Aug 16 05:36:59.591 INFO O| Aug 16 05:36:59.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5691 | 2024-08-16T05:37:00.910Z | [ recovery-image] Aug 16 05:36:59.591 INFO O| Aug 16 05:36:59.591 INFO STEP 580 (remove_files) COMPLETE |
5692 | 2024-08-16T05:37:00.913Z | [ recovery-image] Aug 16 05:36:59.591 INFO O| Aug 16 05:36:59.591 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-08-16T05:37:00.922Z | [ recovery-image] Aug 16 05:36:59.603 INFO O| Aug 16 05:36:59.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5694 | 2024-08-16T05:37:00.922Z | [ recovery-image] Aug 16 05:36:59.603 INFO O| Aug 16 05:36:59.603 INFO STEP 581 (remove_files) COMPLETE |
5695 | 2024-08-16T05:37:00.922Z | [ recovery-image] Aug 16 05:36:59.603 INFO O| Aug 16 05:36:59.603 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-08-16T05:37:00.932Z | [ recovery-image] Aug 16 05:36:59.613 INFO O| Aug 16 05:36:59.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5697 | 2024-08-16T05:37:00.932Z | [ recovery-image] Aug 16 05:36:59.613 INFO O| Aug 16 05:36:59.613 INFO STEP 582 (remove_files) COMPLETE |
5698 | 2024-08-16T05:37:00.934Z | [ recovery-image] Aug 16 05:36:59.613 INFO O| Aug 16 05:36:59.613 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-08-16T05:37:00.937Z | [ host-image] Aug 16 05:36:59.616 INFO O| Aug 16 05:36:59.616 INFO O| Done |
5700 | 2024-08-16T05:37:00.937Z | [ host-image] Aug 16 05:36:59.616 INFO O| Aug 16 05:36:59.616 INFO O| Done |
5701 | 2024-08-16T05:37:00.942Z | [ recovery-image] Aug 16 05:36:59.623 INFO O| Aug 16 05:36:59.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5702 | 2024-08-16T05:37:00.944Z | [ recovery-image] Aug 16 05:36:59.623 INFO O| Aug 16 05:36:59.623 INFO STEP 583 (remove_files) COMPLETE |
5703 | 2024-08-16T05:37:00.944Z | [ recovery-image] Aug 16 05:36:59.623 INFO O| Aug 16 05:36:59.623 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-08-16T05:37:00.954Z | [ recovery-image] Aug 16 05:36:59.635 INFO O| Aug 16 05:36:59.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5705 | 2024-08-16T05:37:00.954Z | [ recovery-image] Aug 16 05:36:59.635 INFO O| Aug 16 05:36:59.635 INFO STEP 584 (remove_files) COMPLETE |
5706 | 2024-08-16T05:37:00.956Z | [ recovery-image] Aug 16 05:36:59.635 INFO O| Aug 16 05:36:59.635 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-08-16T05:37:00.964Z | [ recovery-image] Aug 16 05:36:59.645 INFO O| Aug 16 05:36:59.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5708 | 2024-08-16T05:37:00.964Z | [ recovery-image] Aug 16 05:36:59.645 INFO O| Aug 16 05:36:59.645 INFO STEP 585 (remove_files) COMPLETE |
5709 | 2024-08-16T05:37:00.964Z | [ recovery-image] Aug 16 05:36:59.645 INFO O| Aug 16 05:36:59.645 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-08-16T05:37:00.974Z | [ recovery-image] Aug 16 05:36:59.655 INFO O| Aug 16 05:36:59.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5711 | 2024-08-16T05:37:00.974Z | [ recovery-image] Aug 16 05:36:59.655 INFO O| Aug 16 05:36:59.655 INFO STEP 586 (remove_files) COMPLETE |
5712 | 2024-08-16T05:37:00.974Z | [ recovery-image] Aug 16 05:36:59.655 INFO O| Aug 16 05:36:59.655 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-08-16T05:37:00.987Z | [ recovery-image] Aug 16 05:36:59.668 INFO O| Aug 16 05:36:59.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5714 | 2024-08-16T05:37:00.989Z | [ recovery-image] Aug 16 05:36:59.668 INFO O| Aug 16 05:36:59.668 INFO STEP 587 (remove_files) COMPLETE |
5715 | 2024-08-16T05:37:00.989Z | [ recovery-image] Aug 16 05:36:59.668 INFO O| Aug 16 05:36:59.668 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-08-16T05:37:01.001Z | [ recovery-image] Aug 16 05:36:59.681 INFO O| Aug 16 05:36:59.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5717 | 2024-08-16T05:37:01.003Z | [ recovery-image] Aug 16 05:36:59.682 INFO O| Aug 16 05:36:59.682 INFO STEP 588 (remove_files) COMPLETE |
5718 | 2024-08-16T05:37:01.003Z | [ recovery-image] Aug 16 05:36:59.682 INFO O| Aug 16 05:36:59.682 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-08-16T05:37:01.014Z | [ recovery-image] Aug 16 05:36:59.695 INFO O| Aug 16 05:36:59.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5720 | 2024-08-16T05:37:01.014Z | [ recovery-image] Aug 16 05:36:59.695 INFO O| Aug 16 05:36:59.695 INFO STEP 589 (remove_files) COMPLETE |
5721 | 2024-08-16T05:37:01.017Z | [ recovery-image] Aug 16 05:36:59.695 INFO O| Aug 16 05:36:59.695 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-08-16T05:37:01.028Z | [ recovery-image] Aug 16 05:36:59.709 INFO O| Aug 16 05:36:59.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5723 | 2024-08-16T05:37:01.031Z | [ recovery-image] Aug 16 05:36:59.709 INFO O| Aug 16 05:36:59.709 INFO STEP 590 (remove_files) COMPLETE |
5724 | 2024-08-16T05:37:01.031Z | [ recovery-image] Aug 16 05:36:59.709 INFO O| Aug 16 05:36:59.709 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-08-16T05:37:01.046Z | [ recovery-image] Aug 16 05:36:59.727 INFO O| Aug 16 05:36:59.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5726 | 2024-08-16T05:37:01.048Z | [ recovery-image] Aug 16 05:36:59.727 INFO O| Aug 16 05:36:59.727 INFO STEP 591 (remove_files) COMPLETE |
5727 | 2024-08-16T05:37:01.048Z | [ recovery-image] Aug 16 05:36:59.727 INFO O| Aug 16 05:36:59.727 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-08-16T05:37:01.059Z | [ recovery-image] Aug 16 05:36:59.740 INFO O| Aug 16 05:36:59.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5729 | 2024-08-16T05:37:01.062Z | [ recovery-image] Aug 16 05:36:59.740 INFO O| Aug 16 05:36:59.740 INFO STEP 592 (remove_files) COMPLETE |
5730 | 2024-08-16T05:37:01.062Z | [ recovery-image] Aug 16 05:36:59.741 INFO O| Aug 16 05:36:59.740 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-08-16T05:37:01.074Z | [ recovery-image] Aug 16 05:36:59.755 INFO O| Aug 16 05:36:59.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5732 | 2024-08-16T05:37:01.076Z | [ recovery-image] Aug 16 05:36:59.755 INFO O| Aug 16 05:36:59.755 INFO STEP 593 (remove_files) COMPLETE |
5733 | 2024-08-16T05:37:01.076Z | [ recovery-image] Aug 16 05:36:59.755 INFO O| Aug 16 05:36:59.755 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-08-16T05:37:01.088Z | [ recovery-image] Aug 16 05:36:59.769 INFO O| Aug 16 05:36:59.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5735 | 2024-08-16T05:37:01.091Z | [ recovery-image] Aug 16 05:36:59.770 INFO O| Aug 16 05:36:59.770 INFO STEP 594 (remove_files) COMPLETE |
5736 | 2024-08-16T05:37:01.091Z | [ recovery-image] Aug 16 05:36:59.770 INFO O| Aug 16 05:36:59.770 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-08-16T05:37:01.103Z | [ recovery-image] Aug 16 05:36:59.784 INFO O| Aug 16 05:36:59.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5738 | 2024-08-16T05:37:01.105Z | [ recovery-image] Aug 16 05:36:59.784 INFO O| Aug 16 05:36:59.784 INFO STEP 595 (remove_files) COMPLETE |
5739 | 2024-08-16T05:37:01.105Z | [ recovery-image] Aug 16 05:36:59.784 INFO O| Aug 16 05:36:59.784 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-08-16T05:37:01.117Z | [ recovery-image] Aug 16 05:36:59.798 INFO O| Aug 16 05:36:59.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5741 | 2024-08-16T05:37:01.117Z | [ recovery-image] Aug 16 05:36:59.798 INFO O| Aug 16 05:36:59.798 INFO STEP 596 (remove_files) COMPLETE |
5742 | 2024-08-16T05:37:01.120Z | [ recovery-image] Aug 16 05:36:59.798 INFO O| Aug 16 05:36:59.798 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-08-16T05:37:01.131Z | [ recovery-image] Aug 16 05:36:59.812 INFO O| Aug 16 05:36:59.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5744 | 2024-08-16T05:37:01.134Z | [ recovery-image] Aug 16 05:36:59.813 INFO O| Aug 16 05:36:59.813 INFO STEP 597 (remove_files) COMPLETE |
5745 | 2024-08-16T05:37:01.134Z | [ recovery-image] Aug 16 05:36:59.813 INFO O| Aug 16 05:36:59.813 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-08-16T05:37:01.146Z | [ recovery-image] Aug 16 05:36:59.827 INFO O| Aug 16 05:36:59.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5747 | 2024-08-16T05:37:01.149Z | [ recovery-image] Aug 16 05:36:59.827 INFO O| Aug 16 05:36:59.827 INFO STEP 598 (remove_files) COMPLETE |
5748 | 2024-08-16T05:37:01.149Z | [ recovery-image] Aug 16 05:36:59.827 INFO O| Aug 16 05:36:59.827 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-08-16T05:37:01.160Z | [ recovery-image] Aug 16 05:36:59.841 INFO O| Aug 16 05:36:59.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5750 | 2024-08-16T05:37:01.163Z | [ recovery-image] Aug 16 05:36:59.841 INFO O| Aug 16 05:36:59.841 INFO STEP 599 (remove_files) COMPLETE |
5751 | 2024-08-16T05:37:01.163Z | [ recovery-image] Aug 16 05:36:59.841 INFO O| Aug 16 05:36:59.841 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-08-16T05:37:01.175Z | [ recovery-image] Aug 16 05:36:59.856 INFO O| Aug 16 05:36:59.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5753 | 2024-08-16T05:37:01.177Z | [ recovery-image] Aug 16 05:36:59.856 INFO O| Aug 16 05:36:59.856 INFO STEP 600 (remove_files) COMPLETE |
5754 | 2024-08-16T05:37:01.177Z | [ recovery-image] Aug 16 05:36:59.856 INFO O| Aug 16 05:36:59.856 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-08-16T05:37:01.189Z | [ recovery-image] Aug 16 05:36:59.870 INFO O| Aug 16 05:36:59.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5756 | 2024-08-16T05:37:01.191Z | [ recovery-image] Aug 16 05:36:59.870 INFO O| Aug 16 05:36:59.870 INFO STEP 601 (remove_files) COMPLETE |
5757 | 2024-08-16T05:37:01.191Z | [ recovery-image] Aug 16 05:36:59.870 INFO O| Aug 16 05:36:59.870 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-08-16T05:37:01.203Z | [ recovery-image] Aug 16 05:36:59.884 INFO O| Aug 16 05:36:59.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5759 | 2024-08-16T05:37:01.205Z | [ recovery-image] Aug 16 05:36:59.884 INFO O| Aug 16 05:36:59.884 INFO STEP 602 (remove_files) COMPLETE |
5760 | 2024-08-16T05:37:01.205Z | [ recovery-image] Aug 16 05:36:59.884 INFO O| Aug 16 05:36:59.884 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-08-16T05:37:01.218Z | [ recovery-image] Aug 16 05:36:59.899 INFO O| Aug 16 05:36:59.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5762 | 2024-08-16T05:37:01.220Z | [ recovery-image] Aug 16 05:36:59.899 INFO O| Aug 16 05:36:59.899 INFO STEP 603 (remove_files) COMPLETE |
5763 | 2024-08-16T05:37:01.220Z | [ recovery-image] Aug 16 05:36:59.899 INFO O| Aug 16 05:36:59.899 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-08-16T05:37:01.238Z | [ recovery-image] Aug 16 05:36:59.919 INFO O| Aug 16 05:36:59.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5765 | 2024-08-16T05:37:01.240Z | [ recovery-image] Aug 16 05:36:59.919 INFO O| Aug 16 05:36:59.919 INFO STEP 604 (remove_files) COMPLETE |
5766 | 2024-08-16T05:37:01.240Z | [ recovery-image] Aug 16 05:36:59.919 INFO O| Aug 16 05:36:59.919 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-08-16T05:37:01.257Z | [ recovery-image] Aug 16 05:36:59.938 INFO O| Aug 16 05:36:59.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5768 | 2024-08-16T05:37:01.259Z | [ recovery-image] Aug 16 05:36:59.938 INFO O| Aug 16 05:36:59.938 INFO STEP 605 (remove_files) COMPLETE |
5769 | 2024-08-16T05:37:01.259Z | [ recovery-image] Aug 16 05:36:59.938 INFO O| Aug 16 05:36:59.938 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-08-16T05:37:01.276Z | [ recovery-image] Aug 16 05:36:59.957 INFO O| Aug 16 05:36:59.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5771 | 2024-08-16T05:37:01.279Z | [ recovery-image] Aug 16 05:36:59.957 INFO O| Aug 16 05:36:59.957 INFO STEP 606 (remove_files) COMPLETE |
5772 | 2024-08-16T05:37:01.279Z | [ recovery-image] Aug 16 05:36:59.957 INFO O| Aug 16 05:36:59.957 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-08-16T05:37:01.294Z | [ recovery-image] Aug 16 05:36:59.974 INFO O| Aug 16 05:36:59.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5774 | 2024-08-16T05:37:01.296Z | [ recovery-image] Aug 16 05:36:59.975 INFO O| Aug 16 05:36:59.975 INFO STEP 607 (remove_files) COMPLETE |
5775 | 2024-08-16T05:37:01.296Z | [ recovery-image] Aug 16 05:36:59.975 INFO O| Aug 16 05:36:59.975 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-08-16T05:37:01.313Z | [ recovery-image] Aug 16 05:36:59.994 INFO O| Aug 16 05:36:59.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5777 | 2024-08-16T05:37:01.315Z | [ recovery-image] Aug 16 05:36:59.994 INFO O| Aug 16 05:36:59.994 INFO STEP 608 (remove_files) COMPLETE |
5778 | 2024-08-16T05:37:01.315Z | [ recovery-image] Aug 16 05:36:59.994 INFO O| Aug 16 05:36:59.994 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-08-16T05:37:01.328Z | [ recovery-image] Aug 16 05:37:00.009 INFO O| Aug 16 05:37:00.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5780 | 2024-08-16T05:37:01.328Z | [ recovery-image] Aug 16 05:37:00.009 INFO O| Aug 16 05:37:00.009 INFO STEP 609 (remove_files) COMPLETE |
5781 | 2024-08-16T05:37:01.330Z | [ recovery-image] Aug 16 05:37:00.009 INFO O| Aug 16 05:37:00.009 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-08-16T05:37:01.343Z | [ recovery-image] Aug 16 05:37:00.023 INFO O| Aug 16 05:37:00.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5783 | 2024-08-16T05:37:01.345Z | [ recovery-image] Aug 16 05:37:00.024 INFO O| Aug 16 05:37:00.024 INFO STEP 610 (remove_files) COMPLETE |
5784 | 2024-08-16T05:37:01.345Z | [ recovery-image] Aug 16 05:37:00.024 INFO O| Aug 16 05:37:00.024 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-08-16T05:37:01.357Z | [ recovery-image] Aug 16 05:37:00.038 INFO O| Aug 16 05:37:00.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5786 | 2024-08-16T05:37:01.359Z | [ recovery-image] Aug 16 05:37:00.038 INFO O| Aug 16 05:37:00.038 INFO STEP 611 (remove_files) COMPLETE |
5787 | 2024-08-16T05:37:01.359Z | [ recovery-image] Aug 16 05:37:00.038 INFO O| Aug 16 05:37:00.038 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-08-16T05:37:01.376Z | [ recovery-image] Aug 16 05:37:00.057 INFO O| Aug 16 05:37:00.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5789 | 2024-08-16T05:37:01.379Z | [ recovery-image] Aug 16 05:37:00.057 INFO O| Aug 16 05:37:00.057 INFO STEP 612 (remove_files) COMPLETE |
5790 | 2024-08-16T05:37:01.379Z | [ recovery-image] Aug 16 05:37:00.057 INFO O| Aug 16 05:37:00.057 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-08-16T05:37:01.396Z | [ recovery-image] Aug 16 05:37:00.076 INFO O| Aug 16 05:37:00.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5792 | 2024-08-16T05:37:01.398Z | [ recovery-image] Aug 16 05:37:00.077 INFO O| Aug 16 05:37:00.077 INFO STEP 613 (remove_files) COMPLETE |
5793 | 2024-08-16T05:37:01.398Z | [ recovery-image] Aug 16 05:37:00.077 INFO O| Aug 16 05:37:00.077 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-08-16T05:37:01.415Z | [ recovery-image] Aug 16 05:37:00.096 INFO O| Aug 16 05:37:00.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5795 | 2024-08-16T05:37:01.417Z | [ recovery-image] Aug 16 05:37:00.096 INFO O| Aug 16 05:37:00.096 INFO STEP 614 (remove_files) COMPLETE |
5796 | 2024-08-16T05:37:01.417Z | [ recovery-image] Aug 16 05:37:00.096 INFO O| Aug 16 05:37:00.096 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-08-16T05:37:01.432Z | [ recovery-image] Aug 16 05:37:00.113 INFO O| Aug 16 05:37:00.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5798 | 2024-08-16T05:37:01.435Z | [ recovery-image] Aug 16 05:37:00.113 INFO O| Aug 16 05:37:00.113 INFO STEP 615 (remove_files) COMPLETE |
5799 | 2024-08-16T05:37:01.435Z | [ recovery-image] Aug 16 05:37:00.113 INFO O| Aug 16 05:37:00.113 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-08-16T05:37:01.448Z | [ recovery-image] Aug 16 05:37:00.129 INFO O| Aug 16 05:37:00.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5801 | 2024-08-16T05:37:01.450Z | [ recovery-image] Aug 16 05:37:00.130 INFO O| Aug 16 05:37:00.130 INFO STEP 616 (remove_files) COMPLETE |
5802 | 2024-08-16T05:37:01.450Z | [ recovery-image] Aug 16 05:37:00.130 INFO O| Aug 16 05:37:00.130 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-08-16T05:37:01.463Z | [ recovery-image] Aug 16 05:37:00.144 INFO O| Aug 16 05:37:00.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5804 | 2024-08-16T05:37:01.466Z | [ recovery-image] Aug 16 05:37:00.144 INFO O| Aug 16 05:37:00.144 INFO STEP 617 (remove_files) COMPLETE |
5805 | 2024-08-16T05:37:01.466Z | [ recovery-image] Aug 16 05:37:00.144 INFO O| Aug 16 05:37:00.144 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-08-16T05:37:01.479Z | [ recovery-image] Aug 16 05:37:00.160 INFO O| Aug 16 05:37:00.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5807 | 2024-08-16T05:37:01.479Z | [ recovery-image] Aug 16 05:37:00.160 INFO O| Aug 16 05:37:00.160 INFO STEP 618 (remove_files) COMPLETE |
5808 | 2024-08-16T05:37:01.481Z | [ recovery-image] Aug 16 05:37:00.160 INFO O| Aug 16 05:37:00.160 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-08-16T05:37:01.497Z | [ recovery-image] Aug 16 05:37:00.177 INFO O| Aug 16 05:37:00.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5810 | 2024-08-16T05:37:01.499Z | [ recovery-image] Aug 16 05:37:00.179 INFO O| Aug 16 05:37:00.179 INFO STEP 619 (remove_files) COMPLETE |
5811 | 2024-08-16T05:37:01.499Z | [ recovery-image] Aug 16 05:37:00.179 INFO O| Aug 16 05:37:00.179 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-08-16T05:37:01.512Z | [ recovery-image] Aug 16 05:37:00.193 INFO O| Aug 16 05:37:00.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5813 | 2024-08-16T05:37:01.515Z | [ recovery-image] Aug 16 05:37:00.193 INFO O| Aug 16 05:37:00.193 INFO STEP 620 (remove_files) COMPLETE |
5814 | 2024-08-16T05:37:01.515Z | [ recovery-image] Aug 16 05:37:00.193 INFO O| Aug 16 05:37:00.193 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-08-16T05:37:01.524Z | [ host-image] Aug 16 05:37:00.205 INFO O| Aug 16 05:37:00.205 INFO O| Done |
5816 | 2024-08-16T05:37:01.527Z | [ recovery-image] Aug 16 05:37:00.208 INFO O| Aug 16 05:37:00.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5817 | 2024-08-16T05:37:01.529Z | [ recovery-image] Aug 16 05:37:00.208 INFO O| Aug 16 05:37:00.208 INFO STEP 621 (remove_files) COMPLETE |
5818 | 2024-08-16T05:37:01.529Z | [ recovery-image] Aug 16 05:37:00.208 INFO O| Aug 16 05:37:00.208 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-08-16T05:37:01.542Z | [ recovery-image] Aug 16 05:37:00.223 INFO O| Aug 16 05:37:00.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5820 | 2024-08-16T05:37:01.544Z | [ recovery-image] Aug 16 05:37:00.223 INFO O| Aug 16 05:37:00.223 INFO STEP 622 (remove_files) COMPLETE |
5821 | 2024-08-16T05:37:01.544Z | [ recovery-image] Aug 16 05:37:00.223 INFO O| Aug 16 05:37:00.223 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-08-16T05:37:01.557Z | [ recovery-image] Aug 16 05:37:00.237 INFO O| Aug 16 05:37:00.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5823 | 2024-08-16T05:37:01.559Z | [ recovery-image] Aug 16 05:37:00.238 INFO O| Aug 16 05:37:00.238 INFO STEP 623 (remove_files) COMPLETE |
5824 | 2024-08-16T05:37:01.559Z | [ recovery-image] Aug 16 05:37:00.238 INFO O| Aug 16 05:37:00.238 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-08-16T05:37:01.571Z | [ recovery-image] Aug 16 05:37:00.252 INFO O| Aug 16 05:37:00.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5826 | 2024-08-16T05:37:01.574Z | [ recovery-image] Aug 16 05:37:00.252 INFO O| Aug 16 05:37:00.252 INFO STEP 624 (remove_files) COMPLETE |
5827 | 2024-08-16T05:37:01.574Z | [ recovery-image] Aug 16 05:37:00.252 INFO O| Aug 16 05:37:00.252 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-08-16T05:37:01.587Z | [ recovery-image] Aug 16 05:37:00.267 INFO O| Aug 16 05:37:00.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5829 | 2024-08-16T05:37:01.590Z | [ recovery-image] Aug 16 05:37:00.268 INFO O| Aug 16 05:37:00.267 INFO STEP 625 (remove_files) COMPLETE |
5830 | 2024-08-16T05:37:01.590Z | [ recovery-image] Aug 16 05:37:00.268 INFO O| Aug 16 05:37:00.268 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-08-16T05:37:01.605Z | [ recovery-image] Aug 16 05:37:00.285 INFO O| Aug 16 05:37:00.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5832 | 2024-08-16T05:37:01.605Z | [ recovery-image] Aug 16 05:37:00.286 INFO O| Aug 16 05:37:00.286 INFO STEP 626 (remove_files) COMPLETE |
5833 | 2024-08-16T05:37:01.605Z | [ recovery-image] Aug 16 05:37:00.286 INFO O| Aug 16 05:37:00.286 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-08-16T05:37:01.623Z | [ recovery-image] Aug 16 05:37:00.304 INFO O| Aug 16 05:37:00.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5835 | 2024-08-16T05:37:01.623Z | [ recovery-image] Aug 16 05:37:00.304 INFO O| Aug 16 05:37:00.304 INFO STEP 627 (remove_files) COMPLETE |
5836 | 2024-08-16T05:37:01.626Z | [ recovery-image] Aug 16 05:37:00.304 INFO O| Aug 16 05:37:00.304 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-08-16T05:37:01.643Z | [ recovery-image] Aug 16 05:37:00.321 INFO O| Aug 16 05:37:00.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5838 | 2024-08-16T05:37:01.645Z | [ recovery-image] Aug 16 05:37:00.321 INFO O| Aug 16 05:37:00.321 INFO STEP 628 (remove_files) COMPLETE |
5839 | 2024-08-16T05:37:01.645Z | [ recovery-image] Aug 16 05:37:00.321 INFO O| Aug 16 05:37:00.321 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-08-16T05:37:01.657Z | [ recovery-image] Aug 16 05:37:00.337 INFO O| Aug 16 05:37:00.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5841 | 2024-08-16T05:37:01.657Z | [ recovery-image] Aug 16 05:37:00.338 INFO O| Aug 16 05:37:00.337 INFO STEP 629 (remove_files) COMPLETE |
5842 | 2024-08-16T05:37:01.659Z | [ recovery-image] Aug 16 05:37:00.338 INFO O| Aug 16 05:37:00.338 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-08-16T05:37:01.667Z | [ recovery-image] Aug 16 05:37:00.348 INFO O| Aug 16 05:37:00.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5844 | 2024-08-16T05:37:01.670Z | [ recovery-image] Aug 16 05:37:00.348 INFO O| Aug 16 05:37:00.348 INFO STEP 630 (remove_files) COMPLETE |
5845 | 2024-08-16T05:37:01.670Z | [ recovery-image] Aug 16 05:37:00.348 INFO O| Aug 16 05:37:00.348 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-08-16T05:37:01.677Z | [ recovery-image] Aug 16 05:37:00.358 INFO O| Aug 16 05:37:00.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5847 | 2024-08-16T05:37:01.680Z | [ recovery-image] Aug 16 05:37:00.359 INFO O| Aug 16 05:37:00.359 INFO STEP 631 (remove_files) COMPLETE |
5848 | 2024-08-16T05:37:01.680Z | [ recovery-image] Aug 16 05:37:00.359 INFO O| Aug 16 05:37:00.359 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-08-16T05:37:01.688Z | [ recovery-image] Aug 16 05:37:00.369 INFO O| Aug 16 05:37:00.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5850 | 2024-08-16T05:37:01.688Z | [ recovery-image] Aug 16 05:37:00.369 INFO O| Aug 16 05:37:00.369 INFO STEP 632 (remove_files) COMPLETE |
5851 | 2024-08-16T05:37:01.691Z | [ recovery-image] Aug 16 05:37:00.369 INFO O| Aug 16 05:37:00.369 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-08-16T05:37:01.700Z | [ recovery-image] Aug 16 05:37:00.380 INFO O| Aug 16 05:37:00.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5853 | 2024-08-16T05:37:01.703Z | [ recovery-image] Aug 16 05:37:00.381 INFO O| Aug 16 05:37:00.381 INFO STEP 633 (remove_files) COMPLETE |
5854 | 2024-08-16T05:37:01.703Z | [ recovery-image] Aug 16 05:37:00.381 INFO O| Aug 16 05:37:00.381 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-08-16T05:37:01.710Z | [ recovery-image] Aug 16 05:37:00.391 INFO O| Aug 16 05:37:00.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5856 | 2024-08-16T05:37:01.710Z | [ recovery-image] Aug 16 05:37:00.391 INFO O| Aug 16 05:37:00.391 INFO STEP 634 (remove_files) COMPLETE |
5857 | 2024-08-16T05:37:01.712Z | [ recovery-image] Aug 16 05:37:00.391 INFO O| Aug 16 05:37:00.391 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-08-16T05:37:01.721Z | [ recovery-image] Aug 16 05:37:00.401 INFO O| Aug 16 05:37:00.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5859 | 2024-08-16T05:37:01.721Z | [ recovery-image] Aug 16 05:37:00.401 INFO O| Aug 16 05:37:00.401 INFO STEP 635 (remove_files) COMPLETE |
5860 | 2024-08-16T05:37:01.723Z | [ recovery-image] Aug 16 05:37:00.401 INFO O| Aug 16 05:37:00.401 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-08-16T05:37:01.731Z | [ recovery-image] Aug 16 05:37:00.411 INFO O| Aug 16 05:37:00.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5862 | 2024-08-16T05:37:01.731Z | [ recovery-image] Aug 16 05:37:00.412 INFO O| Aug 16 05:37:00.411 INFO STEP 636 (remove_files) COMPLETE |
5863 | 2024-08-16T05:37:01.733Z | [ recovery-image] Aug 16 05:37:00.412 INFO O| Aug 16 05:37:00.412 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-08-16T05:37:01.741Z | [ recovery-image] Aug 16 05:37:00.422 INFO O| Aug 16 05:37:00.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5865 | 2024-08-16T05:37:01.741Z | [ recovery-image] Aug 16 05:37:00.422 INFO O| Aug 16 05:37:00.422 INFO STEP 637 (remove_files) COMPLETE |
5866 | 2024-08-16T05:37:01.742Z | [ recovery-image] Aug 16 05:37:00.422 INFO O| Aug 16 05:37:00.422 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-08-16T05:37:01.752Z | [ recovery-image] Aug 16 05:37:00.433 INFO O| Aug 16 05:37:00.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5868 | 2024-08-16T05:37:01.752Z | [ recovery-image] Aug 16 05:37:00.433 INFO O| Aug 16 05:37:00.433 INFO STEP 638 (remove_files) COMPLETE |
5869 | 2024-08-16T05:37:01.752Z | [ recovery-image] Aug 16 05:37:00.433 INFO O| Aug 16 05:37:00.433 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-08-16T05:37:01.762Z | [ recovery-image] Aug 16 05:37:00.443 INFO O| Aug 16 05:37:00.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5871 | 2024-08-16T05:37:01.762Z | [ recovery-image] Aug 16 05:37:00.443 INFO O| Aug 16 05:37:00.443 INFO STEP 639 (remove_files) COMPLETE |
5872 | 2024-08-16T05:37:01.765Z | [ recovery-image] Aug 16 05:37:00.443 INFO O| Aug 16 05:37:00.443 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-08-16T05:37:01.772Z | [ recovery-image] Aug 16 05:37:00.453 INFO O| Aug 16 05:37:00.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5874 | 2024-08-16T05:37:01.772Z | [ recovery-image] Aug 16 05:37:00.453 INFO O| Aug 16 05:37:00.453 INFO STEP 640 (remove_files) COMPLETE |
5875 | 2024-08-16T05:37:01.775Z | [ recovery-image] Aug 16 05:37:00.453 INFO O| Aug 16 05:37:00.453 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-08-16T05:37:01.782Z | [ recovery-image] Aug 16 05:37:00.463 INFO O| Aug 16 05:37:00.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5877 | 2024-08-16T05:37:01.782Z | [ recovery-image] Aug 16 05:37:00.463 INFO O| Aug 16 05:37:00.463 INFO STEP 641 (remove_files) COMPLETE |
5878 | 2024-08-16T05:37:01.785Z | [ recovery-image] Aug 16 05:37:00.463 INFO O| Aug 16 05:37:00.463 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-08-16T05:37:01.792Z | [ recovery-image] Aug 16 05:37:00.473 INFO O| Aug 16 05:37:00.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5880 | 2024-08-16T05:37:01.795Z | [ recovery-image] Aug 16 05:37:00.473 INFO O| Aug 16 05:37:00.473 INFO STEP 642 (remove_files) COMPLETE |
5881 | 2024-08-16T05:37:01.795Z | [ recovery-image] Aug 16 05:37:00.473 INFO O| Aug 16 05:37:00.473 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-08-16T05:37:01.802Z | [ recovery-image] Aug 16 05:37:00.483 INFO O| Aug 16 05:37:00.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5883 | 2024-08-16T05:37:01.803Z | [ recovery-image] Aug 16 05:37:00.483 INFO O| Aug 16 05:37:00.483 INFO STEP 643 (remove_files) COMPLETE |
5884 | 2024-08-16T05:37:01.803Z | [ recovery-image] Aug 16 05:37:00.483 INFO O| Aug 16 05:37:00.483 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-08-16T05:37:01.813Z | [ recovery-image] Aug 16 05:37:00.493 INFO O| Aug 16 05:37:00.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5886 | 2024-08-16T05:37:01.813Z | [ recovery-image] Aug 16 05:37:00.493 INFO O| Aug 16 05:37:00.493 INFO STEP 644 (remove_files) COMPLETE |
5887 | 2024-08-16T05:37:01.813Z | [ recovery-image] Aug 16 05:37:00.493 INFO O| Aug 16 05:37:00.493 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-08-16T05:37:01.823Z | [ recovery-image] Aug 16 05:37:00.504 INFO O| Aug 16 05:37:00.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5889 | 2024-08-16T05:37:01.823Z | [ recovery-image] Aug 16 05:37:00.504 INFO O| Aug 16 05:37:00.504 INFO STEP 645 (remove_files) COMPLETE |
5890 | 2024-08-16T05:37:01.823Z | [ recovery-image] Aug 16 05:37:00.504 INFO O| Aug 16 05:37:00.504 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-08-16T05:37:01.833Z | [ recovery-image] Aug 16 05:37:00.514 INFO O| Aug 16 05:37:00.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5892 | 2024-08-16T05:37:01.833Z | [ recovery-image] Aug 16 05:37:00.514 INFO O| Aug 16 05:37:00.514 INFO STEP 646 (remove_files) COMPLETE |
5893 | 2024-08-16T05:37:01.835Z | [ recovery-image] Aug 16 05:37:00.514 INFO O| Aug 16 05:37:00.514 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-08-16T05:37:01.843Z | [ recovery-image] Aug 16 05:37:00.524 INFO O| Aug 16 05:37:00.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5895 | 2024-08-16T05:37:01.843Z | [ recovery-image] Aug 16 05:37:00.524 INFO O| Aug 16 05:37:00.524 INFO STEP 647 (remove_files) COMPLETE |
5896 | 2024-08-16T05:37:01.845Z | [ recovery-image] Aug 16 05:37:00.524 INFO O| Aug 16 05:37:00.524 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-08-16T05:37:01.853Z | [ recovery-image] Aug 16 05:37:00.534 INFO O| Aug 16 05:37:00.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5898 | 2024-08-16T05:37:01.853Z | [ recovery-image] Aug 16 05:37:00.534 INFO O| Aug 16 05:37:00.534 INFO STEP 648 (remove_files) COMPLETE |
5899 | 2024-08-16T05:37:01.856Z | [ recovery-image] Aug 16 05:37:00.534 INFO O| Aug 16 05:37:00.534 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-08-16T05:37:01.863Z | [ recovery-image] Aug 16 05:37:00.544 INFO O| Aug 16 05:37:00.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5901 | 2024-08-16T05:37:01.863Z | [ recovery-image] Aug 16 05:37:00.544 INFO O| Aug 16 05:37:00.544 INFO STEP 649 (remove_files) COMPLETE |
5902 | 2024-08-16T05:37:01.865Z | [ recovery-image] Aug 16 05:37:00.544 INFO O| Aug 16 05:37:00.544 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-08-16T05:37:01.875Z | [ recovery-image] Aug 16 05:37:00.555 INFO O| Aug 16 05:37:00.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5904 | 2024-08-16T05:37:01.875Z | [ recovery-image] Aug 16 05:37:00.555 INFO O| Aug 16 05:37:00.555 INFO STEP 650 (remove_files) COMPLETE |
5905 | 2024-08-16T05:37:01.878Z | [ recovery-image] Aug 16 05:37:00.555 INFO O| Aug 16 05:37:00.555 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-08-16T05:37:01.886Z | [ recovery-image] Aug 16 05:37:00.567 INFO O| Aug 16 05:37:00.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5907 | 2024-08-16T05:37:01.886Z | [ recovery-image] Aug 16 05:37:00.567 INFO O| Aug 16 05:37:00.567 INFO STEP 651 (remove_files) COMPLETE |
5908 | 2024-08-16T05:37:01.889Z | [ recovery-image] Aug 16 05:37:00.567 INFO O| Aug 16 05:37:00.567 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-08-16T05:37:01.897Z | [ recovery-image] Aug 16 05:37:00.578 INFO O| Aug 16 05:37:00.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5910 | 2024-08-16T05:37:01.899Z | [ recovery-image] Aug 16 05:37:00.578 INFO O| Aug 16 05:37:00.578 INFO STEP 652 (remove_files) COMPLETE |
5911 | 2024-08-16T05:37:01.900Z | [ recovery-image] Aug 16 05:37:00.578 INFO O| Aug 16 05:37:00.578 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-08-16T05:37:01.908Z | [ recovery-image] Aug 16 05:37:00.588 INFO O| Aug 16 05:37:00.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5913 | 2024-08-16T05:37:01.908Z | [ recovery-image] Aug 16 05:37:00.588 INFO O| Aug 16 05:37:00.588 INFO STEP 653 (remove_files) COMPLETE |
5914 | 2024-08-16T05:37:01.910Z | [ recovery-image] Aug 16 05:37:00.588 INFO O| Aug 16 05:37:00.588 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-08-16T05:37:01.918Z | [ recovery-image] Aug 16 05:37:00.599 INFO O| Aug 16 05:37:00.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5916 | 2024-08-16T05:37:01.918Z | [ recovery-image] Aug 16 05:37:00.599 INFO O| Aug 16 05:37:00.599 INFO STEP 654 (remove_files) COMPLETE |
5917 | 2024-08-16T05:37:01.918Z | [ recovery-image] Aug 16 05:37:00.599 INFO O| Aug 16 05:37:00.599 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-08-16T05:37:01.928Z | [ recovery-image] Aug 16 05:37:00.609 INFO O| Aug 16 05:37:00.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5919 | 2024-08-16T05:37:01.931Z | [ recovery-image] Aug 16 05:37:00.610 INFO O| Aug 16 05:37:00.610 INFO STEP 655 (remove_files) COMPLETE |
5920 | 2024-08-16T05:37:01.931Z | [ recovery-image] Aug 16 05:37:00.610 INFO O| Aug 16 05:37:00.610 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-08-16T05:37:01.940Z | [ recovery-image] Aug 16 05:37:00.620 INFO O| Aug 16 05:37:00.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5922 | 2024-08-16T05:37:01.940Z | [ recovery-image] Aug 16 05:37:00.620 INFO O| Aug 16 05:37:00.620 INFO STEP 656 (remove_files) COMPLETE |
5923 | 2024-08-16T05:37:01.942Z | [ recovery-image] Aug 16 05:37:00.620 INFO O| Aug 16 05:37:00.620 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-08-16T05:37:01.950Z | [ recovery-image] Aug 16 05:37:00.631 INFO O| Aug 16 05:37:00.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5925 | 2024-08-16T05:37:01.950Z | [ recovery-image] Aug 16 05:37:00.631 INFO O| Aug 16 05:37:00.631 INFO STEP 657 (remove_files) COMPLETE |
5926 | 2024-08-16T05:37:01.950Z | [ recovery-image] Aug 16 05:37:00.631 INFO O| Aug 16 05:37:00.631 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-08-16T05:37:01.960Z | [ recovery-image] Aug 16 05:37:00.640 INFO O| Aug 16 05:37:00.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5928 | 2024-08-16T05:37:01.962Z | [ recovery-image] Aug 16 05:37:00.641 INFO O| Aug 16 05:37:00.641 INFO STEP 658 (remove_files) COMPLETE |
5929 | 2024-08-16T05:37:01.962Z | [ recovery-image] Aug 16 05:37:00.641 INFO O| Aug 16 05:37:00.641 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-08-16T05:37:01.970Z | [ recovery-image] Aug 16 05:37:00.650 INFO O| Aug 16 05:37:00.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5931 | 2024-08-16T05:37:01.973Z | [ recovery-image] Aug 16 05:37:00.651 INFO O| Aug 16 05:37:00.651 INFO STEP 659 (remove_files) COMPLETE |
5932 | 2024-08-16T05:37:01.973Z | [ recovery-image] Aug 16 05:37:00.651 INFO O| Aug 16 05:37:00.651 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-08-16T05:37:01.980Z | [ recovery-image] Aug 16 05:37:00.661 INFO O| Aug 16 05:37:00.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5934 | 2024-08-16T05:37:01.980Z | [ recovery-image] Aug 16 05:37:00.661 INFO O| Aug 16 05:37:00.661 INFO STEP 660 (remove_files) COMPLETE |
5935 | 2024-08-16T05:37:01.983Z | [ recovery-image] Aug 16 05:37:00.661 INFO O| Aug 16 05:37:00.661 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-08-16T05:37:01.990Z | [ recovery-image] Aug 16 05:37:00.671 INFO O| Aug 16 05:37:00.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5937 | 2024-08-16T05:37:01.990Z | [ recovery-image] Aug 16 05:37:00.671 INFO O| Aug 16 05:37:00.671 INFO STEP 661 (remove_files) COMPLETE |
5938 | 2024-08-16T05:37:01.990Z | [ recovery-image] Aug 16 05:37:00.671 INFO O| Aug 16 05:37:00.671 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-08-16T05:37:02.001Z | [ recovery-image] Aug 16 05:37:00.681 INFO O| Aug 16 05:37:00.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5940 | 2024-08-16T05:37:02.001Z | [ recovery-image] Aug 16 05:37:00.681 INFO O| Aug 16 05:37:00.681 INFO STEP 662 (remove_files) COMPLETE |
5941 | 2024-08-16T05:37:02.003Z | [ recovery-image] Aug 16 05:37:00.681 INFO O| Aug 16 05:37:00.681 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-08-16T05:37:02.012Z | [ recovery-image] Aug 16 05:37:00.693 INFO O| Aug 16 05:37:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5943 | 2024-08-16T05:37:02.012Z | [ recovery-image] Aug 16 05:37:00.693 INFO O| Aug 16 05:37:00.693 INFO STEP 663 (remove_files) COMPLETE |
5944 | 2024-08-16T05:37:02.015Z | [ recovery-image] Aug 16 05:37:00.693 INFO O| Aug 16 05:37:00.693 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-08-16T05:37:02.024Z | [ recovery-image] Aug 16 05:37:00.705 INFO O| Aug 16 05:37:00.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5946 | 2024-08-16T05:37:02.024Z | [ recovery-image] Aug 16 05:37:00.705 INFO O| Aug 16 05:37:00.705 INFO STEP 664 (remove_files) COMPLETE |
5947 | 2024-08-16T05:37:02.024Z | [ recovery-image] Aug 16 05:37:00.705 INFO O| Aug 16 05:37:00.705 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-08-16T05:37:02.036Z | [ recovery-image] Aug 16 05:37:00.716 INFO O| Aug 16 05:37:00.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5949 | 2024-08-16T05:37:02.036Z | [ recovery-image] Aug 16 05:37:00.717 INFO O| Aug 16 05:37:00.717 INFO STEP 665 (remove_files) COMPLETE |
5950 | 2024-08-16T05:37:02.039Z | [ recovery-image] Aug 16 05:37:00.717 INFO O| Aug 16 05:37:00.717 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-08-16T05:37:02.046Z | [ recovery-image] Aug 16 05:37:00.727 INFO O| Aug 16 05:37:00.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5952 | 2024-08-16T05:37:02.046Z | [ recovery-image] Aug 16 05:37:00.727 INFO O| Aug 16 05:37:00.727 INFO STEP 666 (remove_files) COMPLETE |
5953 | 2024-08-16T05:37:02.046Z | [ recovery-image] Aug 16 05:37:00.727 INFO O| Aug 16 05:37:00.727 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-08-16T05:37:02.057Z | [ recovery-image] Aug 16 05:37:00.737 INFO O| Aug 16 05:37:00.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5955 | 2024-08-16T05:37:02.057Z | [ recovery-image] Aug 16 05:37:00.737 INFO O| Aug 16 05:37:00.737 INFO STEP 667 (remove_files) COMPLETE |
5956 | 2024-08-16T05:37:02.057Z | [ recovery-image] Aug 16 05:37:00.737 INFO O| Aug 16 05:37:00.737 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-08-16T05:37:02.067Z | [ recovery-image] Aug 16 05:37:00.748 INFO O| Aug 16 05:37:00.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5958 | 2024-08-16T05:37:02.067Z | [ recovery-image] Aug 16 05:37:00.748 INFO O| Aug 16 05:37:00.748 INFO STEP 668 (remove_files) COMPLETE |
5959 | 2024-08-16T05:37:02.070Z | [ recovery-image] Aug 16 05:37:00.748 INFO O| Aug 16 05:37:00.748 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-08-16T05:37:02.078Z | [ recovery-image] Aug 16 05:37:00.758 INFO O| Aug 16 05:37:00.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5961 | 2024-08-16T05:37:02.078Z | [ recovery-image] Aug 16 05:37:00.759 INFO O| Aug 16 05:37:00.759 INFO STEP 669 (remove_files) COMPLETE |
5962 | 2024-08-16T05:37:02.081Z | [ recovery-image] Aug 16 05:37:00.759 INFO O| Aug 16 05:37:00.759 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-08-16T05:37:02.088Z | [ recovery-image] Aug 16 05:37:00.769 INFO O| Aug 16 05:37:00.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5964 | 2024-08-16T05:37:02.091Z | [ recovery-image] Aug 16 05:37:00.769 INFO O| Aug 16 05:37:00.769 INFO STEP 670 (remove_files) COMPLETE |
5965 | 2024-08-16T05:37:02.091Z | [ recovery-image] Aug 16 05:37:00.769 INFO O| Aug 16 05:37:00.769 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-08-16T05:37:02.099Z | [ recovery-image] Aug 16 05:37:00.780 INFO O| Aug 16 05:37:00.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5967 | 2024-08-16T05:37:02.102Z | [ recovery-image] Aug 16 05:37:00.780 INFO O| Aug 16 05:37:00.780 INFO STEP 671 (remove_files) COMPLETE |
5968 | 2024-08-16T05:37:02.102Z | [ recovery-image] Aug 16 05:37:00.780 INFO O| Aug 16 05:37:00.780 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-08-16T05:37:02.110Z | [ recovery-image] Aug 16 05:37:00.790 INFO O| Aug 16 05:37:00.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5970 | 2024-08-16T05:37:02.113Z | [ recovery-image] Aug 16 05:37:00.790 INFO O| Aug 16 05:37:00.790 INFO STEP 672 (remove_files) COMPLETE |
5971 | 2024-08-16T05:37:02.113Z | [ recovery-image] Aug 16 05:37:00.791 INFO O| Aug 16 05:37:00.790 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-08-16T05:37:02.121Z | [ recovery-image] Aug 16 05:37:00.802 INFO O| Aug 16 05:37:00.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5973 | 2024-08-16T05:37:02.121Z | [ recovery-image] Aug 16 05:37:00.802 INFO O| Aug 16 05:37:00.802 INFO STEP 673 (remove_files) COMPLETE |
5974 | 2024-08-16T05:37:02.124Z | [ recovery-image] Aug 16 05:37:00.802 INFO O| Aug 16 05:37:00.802 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-08-16T05:37:02.132Z | [ recovery-image] Aug 16 05:37:00.812 INFO O| Aug 16 05:37:00.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5976 | 2024-08-16T05:37:02.134Z | [ recovery-image] Aug 16 05:37:00.813 INFO O| Aug 16 05:37:00.812 INFO STEP 674 (remove_files) COMPLETE |
5977 | 2024-08-16T05:37:02.134Z | [ recovery-image] Aug 16 05:37:00.813 INFO O| Aug 16 05:37:00.812 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-08-16T05:37:02.142Z | [ recovery-image] Aug 16 05:37:00.822 INFO O| Aug 16 05:37:00.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5979 | 2024-08-16T05:37:02.144Z | [ recovery-image] Aug 16 05:37:00.823 INFO O| Aug 16 05:37:00.823 INFO STEP 675 (remove_files) COMPLETE |
5980 | 2024-08-16T05:37:02.144Z | [ recovery-image] Aug 16 05:37:00.823 INFO O| Aug 16 05:37:00.823 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-08-16T05:37:02.153Z | [ recovery-image] Aug 16 05:37:00.833 INFO O| Aug 16 05:37:00.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5982 | 2024-08-16T05:37:02.153Z | [ recovery-image] Aug 16 05:37:00.833 INFO O| Aug 16 05:37:00.833 INFO STEP 676 (remove_files) COMPLETE |
5983 | 2024-08-16T05:37:02.156Z | [ recovery-image] Aug 16 05:37:00.833 INFO O| Aug 16 05:37:00.833 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-08-16T05:37:02.163Z | [ recovery-image] Aug 16 05:37:00.843 INFO O| Aug 16 05:37:00.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5985 | 2024-08-16T05:37:02.163Z | [ recovery-image] Aug 16 05:37:00.843 INFO O| Aug 16 05:37:00.843 INFO STEP 677 (remove_files) COMPLETE |
5986 | 2024-08-16T05:37:02.165Z | [ recovery-image] Aug 16 05:37:00.844 INFO O| Aug 16 05:37:00.843 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-08-16T05:37:02.174Z | [ recovery-image] Aug 16 05:37:00.854 INFO O| Aug 16 05:37:00.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5988 | 2024-08-16T05:37:02.176Z | [ recovery-image] Aug 16 05:37:00.855 INFO O| Aug 16 05:37:00.855 INFO STEP 678 (remove_files) COMPLETE |
5989 | 2024-08-16T05:37:02.176Z | [ recovery-image] Aug 16 05:37:00.855 INFO O| Aug 16 05:37:00.855 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-08-16T05:37:02.185Z | [ recovery-image] Aug 16 05:37:00.865 INFO O| Aug 16 05:37:00.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5991 | 2024-08-16T05:37:02.188Z | [ recovery-image] Aug 16 05:37:00.866 INFO O| Aug 16 05:37:00.866 INFO STEP 679 (remove_files) COMPLETE |
5992 | 2024-08-16T05:37:02.188Z | [ recovery-image] Aug 16 05:37:00.867 INFO O| Aug 16 05:37:00.866 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-08-16T05:37:02.197Z | [ recovery-image] Aug 16 05:37:00.877 INFO O| Aug 16 05:37:00.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5994 | 2024-08-16T05:37:02.197Z | [ recovery-image] Aug 16 05:37:00.877 INFO O| Aug 16 05:37:00.877 INFO STEP 680 (remove_files) COMPLETE |
5995 | 2024-08-16T05:37:02.199Z | [ recovery-image] Aug 16 05:37:00.877 INFO O| Aug 16 05:37:00.877 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-08-16T05:37:02.207Z | [ recovery-image] Aug 16 05:37:00.887 INFO O| Aug 16 05:37:00.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5997 | 2024-08-16T05:37:02.209Z | [ recovery-image] Aug 16 05:37:00.888 INFO O| Aug 16 05:37:00.888 INFO STEP 681 (remove_files) COMPLETE |
5998 | 2024-08-16T05:37:02.209Z | [ recovery-image] Aug 16 05:37:00.888 INFO O| Aug 16 05:37:00.888 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-08-16T05:37:02.218Z | [ recovery-image] Aug 16 05:37:00.898 INFO O| Aug 16 05:37:00.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6000 | 2024-08-16T05:37:02.218Z | [ recovery-image] Aug 16 05:37:00.898 INFO O| Aug 16 05:37:00.898 INFO STEP 682 (remove_files) COMPLETE |
6001 | 2024-08-16T05:37:02.220Z | [ recovery-image] Aug 16 05:37:00.898 INFO O| Aug 16 05:37:00.898 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-08-16T05:37:02.229Z | [ recovery-image] Aug 16 05:37:00.909 INFO O| Aug 16 05:37:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6003 | 2024-08-16T05:37:02.229Z | [ recovery-image] Aug 16 05:37:00.909 INFO O| Aug 16 05:37:00.909 INFO STEP 683 (remove_files) COMPLETE |
6004 | 2024-08-16T05:37:02.232Z | [ recovery-image] Aug 16 05:37:00.909 INFO O| Aug 16 05:37:00.909 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-08-16T05:37:02.240Z | [ recovery-image] Aug 16 05:37:00.920 INFO O| Aug 16 05:37:00.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6006 | 2024-08-16T05:37:02.240Z | [ recovery-image] Aug 16 05:37:00.921 INFO O| Aug 16 05:37:00.921 INFO STEP 684 (remove_files) COMPLETE |
6007 | 2024-08-16T05:37:02.240Z | [ recovery-image] Aug 16 05:37:00.921 INFO O| Aug 16 05:37:00.921 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-08-16T05:37:02.251Z | [ recovery-image] Aug 16 05:37:00.932 INFO O| Aug 16 05:37:00.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6009 | 2024-08-16T05:37:02.252Z | [ recovery-image] Aug 16 05:37:00.932 INFO O| Aug 16 05:37:00.932 INFO STEP 685 (remove_files) COMPLETE |
6010 | 2024-08-16T05:37:02.252Z | [ recovery-image] Aug 16 05:37:00.932 INFO O| Aug 16 05:37:00.932 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-08-16T05:37:02.264Z | [ recovery-image] Aug 16 05:37:00.944 INFO O| Aug 16 05:37:00.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6012 | 2024-08-16T05:37:02.264Z | [ recovery-image] Aug 16 05:37:00.944 INFO O| Aug 16 05:37:00.944 INFO STEP 686 (remove_files) COMPLETE |
6013 | 2024-08-16T05:37:02.266Z | [ recovery-image] Aug 16 05:37:00.944 INFO O| Aug 16 05:37:00.944 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-08-16T05:37:02.277Z | [ recovery-image] Aug 16 05:37:00.957 INFO O| Aug 16 05:37:00.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6015 | 2024-08-16T05:37:02.277Z | [ recovery-image] Aug 16 05:37:00.957 INFO O| Aug 16 05:37:00.957 INFO STEP 687 (remove_files) COMPLETE |
6016 | 2024-08-16T05:37:02.277Z | [ recovery-image] Aug 16 05:37:00.957 INFO O| Aug 16 05:37:00.957 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-08-16T05:37:02.291Z | [ recovery-image] Aug 16 05:37:00.971 INFO O| Aug 16 05:37:00.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6018 | 2024-08-16T05:37:02.291Z | [ recovery-image] Aug 16 05:37:00.971 INFO O| Aug 16 05:37:00.971 INFO STEP 688 (remove_files) COMPLETE |
6019 | 2024-08-16T05:37:02.291Z | [ recovery-image] Aug 16 05:37:00.971 INFO O| Aug 16 05:37:00.971 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-08-16T05:37:02.304Z | [ recovery-image] Aug 16 05:37:00.984 INFO O| Aug 16 05:37:00.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6021 | 2024-08-16T05:37:02.304Z | [ recovery-image] Aug 16 05:37:00.984 INFO O| Aug 16 05:37:00.984 INFO STEP 689 (remove_files) COMPLETE |
6022 | 2024-08-16T05:37:02.304Z | [ recovery-image] Aug 16 05:37:00.984 INFO O| Aug 16 05:37:00.984 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-08-16T05:37:02.316Z | [ recovery-image] Aug 16 05:37:00.996 INFO O| Aug 16 05:37:00.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6024 | 2024-08-16T05:37:02.316Z | [ recovery-image] Aug 16 05:37:00.996 INFO O| Aug 16 05:37:00.996 INFO STEP 690 (remove_files) COMPLETE |
6025 | 2024-08-16T05:37:02.316Z | [ recovery-image] Aug 16 05:37:00.997 INFO O| Aug 16 05:37:00.996 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-08-16T05:37:02.329Z | [ recovery-image] Aug 16 05:37:01.009 INFO O| Aug 16 05:37:01.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6027 | 2024-08-16T05:37:02.329Z | [ recovery-image] Aug 16 05:37:01.009 INFO O| Aug 16 05:37:01.009 INFO STEP 691 (remove_files) COMPLETE |
6028 | 2024-08-16T05:37:02.331Z | [ recovery-image] Aug 16 05:37:01.009 INFO O| Aug 16 05:37:01.009 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-08-16T05:37:02.340Z | [ recovery-image] Aug 16 05:37:01.021 INFO O| Aug 16 05:37:01.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6030 | 2024-08-16T05:37:02.341Z | [ recovery-image] Aug 16 05:37:01.021 INFO O| Aug 16 05:37:01.021 INFO STEP 692 (remove_files) COMPLETE |
6031 | 2024-08-16T05:37:02.341Z | [ recovery-image] Aug 16 05:37:01.021 INFO O| Aug 16 05:37:01.021 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-08-16T05:37:02.351Z | [ recovery-image] Aug 16 05:37:01.032 INFO O| Aug 16 05:37:01.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6033 | 2024-08-16T05:37:02.351Z | [ recovery-image] Aug 16 05:37:01.032 INFO O| Aug 16 05:37:01.032 INFO STEP 693 (remove_files) COMPLETE |
6034 | 2024-08-16T05:37:02.354Z | [ recovery-image] Aug 16 05:37:01.032 INFO O| Aug 16 05:37:01.032 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-08-16T05:37:02.362Z | [ recovery-image] Aug 16 05:37:01.042 INFO O| Aug 16 05:37:01.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6036 | 2024-08-16T05:37:02.362Z | [ recovery-image] Aug 16 05:37:01.042 INFO O| Aug 16 05:37:01.042 INFO STEP 694 (remove_files) COMPLETE |
6037 | 2024-08-16T05:37:02.365Z | [ recovery-image] Aug 16 05:37:01.042 INFO O| Aug 16 05:37:01.042 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-08-16T05:37:02.373Z | [ recovery-image] Aug 16 05:37:01.053 INFO O| Aug 16 05:37:01.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6039 | 2024-08-16T05:37:02.373Z | [ recovery-image] Aug 16 05:37:01.053 INFO O| Aug 16 05:37:01.053 INFO STEP 695 (remove_files) COMPLETE |
6040 | 2024-08-16T05:37:02.373Z | [ recovery-image] Aug 16 05:37:01.053 INFO O| Aug 16 05:37:01.053 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-08-16T05:37:02.383Z | [ recovery-image] Aug 16 05:37:01.063 INFO O| Aug 16 05:37:01.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6042 | 2024-08-16T05:37:02.383Z | [ recovery-image] Aug 16 05:37:01.063 INFO O| Aug 16 05:37:01.063 INFO STEP 696 (remove_files) COMPLETE |
6043 | 2024-08-16T05:37:02.386Z | [ recovery-image] Aug 16 05:37:01.064 INFO O| Aug 16 05:37:01.063 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-08-16T05:37:02.394Z | [ recovery-image] Aug 16 05:37:01.074 INFO O| Aug 16 05:37:01.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6045 | 2024-08-16T05:37:02.394Z | [ recovery-image] Aug 16 05:37:01.074 INFO O| Aug 16 05:37:01.074 INFO STEP 697 (remove_files) COMPLETE |
6046 | 2024-08-16T05:37:02.394Z | [ recovery-image] Aug 16 05:37:01.074 INFO O| Aug 16 05:37:01.074 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-08-16T05:37:02.405Z | [ recovery-image] Aug 16 05:37:01.085 INFO O| Aug 16 05:37:01.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6048 | 2024-08-16T05:37:02.407Z | [ recovery-image] Aug 16 05:37:01.085 INFO O| Aug 16 05:37:01.085 INFO STEP 698 (remove_files) COMPLETE |
6049 | 2024-08-16T05:37:02.407Z | [ recovery-image] Aug 16 05:37:01.085 INFO O| Aug 16 05:37:01.085 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-08-16T05:37:02.416Z | [ recovery-image] Aug 16 05:37:01.096 INFO O| Aug 16 05:37:01.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6051 | 2024-08-16T05:37:02.416Z | [ recovery-image] Aug 16 05:37:01.096 INFO O| Aug 16 05:37:01.096 INFO STEP 699 (remove_files) COMPLETE |
6052 | 2024-08-16T05:37:02.416Z | [ recovery-image] Aug 16 05:37:01.096 INFO O| Aug 16 05:37:01.096 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-08-16T05:37:02.426Z | [ recovery-image] Aug 16 05:37:01.106 INFO O| Aug 16 05:37:01.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6054 | 2024-08-16T05:37:02.426Z | [ recovery-image] Aug 16 05:37:01.106 INFO O| Aug 16 05:37:01.106 INFO STEP 700 (remove_files) COMPLETE |
6055 | 2024-08-16T05:37:02.426Z | [ recovery-image] Aug 16 05:37:01.106 INFO O| Aug 16 05:37:01.106 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-08-16T05:37:02.436Z | [ recovery-image] Aug 16 05:37:01.116 INFO O| Aug 16 05:37:01.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6057 | 2024-08-16T05:37:02.436Z | [ recovery-image] Aug 16 05:37:01.116 INFO O| Aug 16 05:37:01.116 INFO STEP 701 (remove_files) COMPLETE |
6058 | 2024-08-16T05:37:02.436Z | [ recovery-image] Aug 16 05:37:01.116 INFO O| Aug 16 05:37:01.116 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-08-16T05:37:02.446Z | [ recovery-image] Aug 16 05:37:01.126 INFO O| Aug 16 05:37:01.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6060 | 2024-08-16T05:37:02.449Z | [ recovery-image] Aug 16 05:37:01.127 INFO O| Aug 16 05:37:01.127 INFO STEP 702 (remove_files) COMPLETE |
6061 | 2024-08-16T05:37:02.449Z | [ recovery-image] Aug 16 05:37:01.127 INFO O| Aug 16 05:37:01.127 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-08-16T05:37:02.457Z | [ recovery-image] Aug 16 05:37:01.137 INFO O| Aug 16 05:37:01.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6063 | 2024-08-16T05:37:02.457Z | [ recovery-image] Aug 16 05:37:01.137 INFO O| Aug 16 05:37:01.137 INFO STEP 703 (remove_files) COMPLETE |
6064 | 2024-08-16T05:37:02.457Z | [ recovery-image] Aug 16 05:37:01.137 INFO O| Aug 16 05:37:01.137 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-08-16T05:37:02.468Z | [ recovery-image] Aug 16 05:37:01.148 INFO O| Aug 16 05:37:01.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6066 | 2024-08-16T05:37:02.468Z | [ recovery-image] Aug 16 05:37:01.148 INFO O| Aug 16 05:37:01.148 INFO STEP 704 (remove_files) COMPLETE |
6067 | 2024-08-16T05:37:02.468Z | [ recovery-image] Aug 16 05:37:01.148 INFO O| Aug 16 05:37:01.148 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-08-16T05:37:02.478Z | [ recovery-image] Aug 16 05:37:01.158 INFO O| Aug 16 05:37:01.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6069 | 2024-08-16T05:37:02.478Z | [ recovery-image] Aug 16 05:37:01.158 INFO O| Aug 16 05:37:01.158 INFO STEP 705 (remove_files) COMPLETE |
6070 | 2024-08-16T05:37:02.478Z | [ recovery-image] Aug 16 05:37:01.158 INFO O| Aug 16 05:37:01.158 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-08-16T05:37:02.488Z | [ recovery-image] Aug 16 05:37:01.169 INFO O| Aug 16 05:37:01.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6072 | 2024-08-16T05:37:02.491Z | [ recovery-image] Aug 16 05:37:01.169 INFO O| Aug 16 05:37:01.169 INFO STEP 706 (remove_files) COMPLETE |
6073 | 2024-08-16T05:37:02.491Z | [ recovery-image] Aug 16 05:37:01.169 INFO O| Aug 16 05:37:01.169 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-08-16T05:37:02.500Z | [ recovery-image] Aug 16 05:37:01.179 INFO O| Aug 16 05:37:01.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6075 | 2024-08-16T05:37:02.500Z | [ recovery-image] Aug 16 05:37:01.179 INFO O| Aug 16 05:37:01.179 INFO STEP 707 (remove_files) COMPLETE |
6076 | 2024-08-16T05:37:02.503Z | [ recovery-image] Aug 16 05:37:01.179 INFO O| Aug 16 05:37:01.179 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-08-16T05:37:02.510Z | [ recovery-image] Aug 16 05:37:01.190 INFO O| Aug 16 05:37:01.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6078 | 2024-08-16T05:37:02.510Z | [ recovery-image] Aug 16 05:37:01.190 INFO O| Aug 16 05:37:01.190 INFO STEP 708 (remove_files) COMPLETE |
6079 | 2024-08-16T05:37:02.510Z | [ recovery-image] Aug 16 05:37:01.190 INFO O| Aug 16 05:37:01.190 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-08-16T05:37:02.520Z | [ recovery-image] Aug 16 05:37:01.200 INFO O| Aug 16 05:37:01.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6081 | 2024-08-16T05:37:02.523Z | [ recovery-image] Aug 16 05:37:01.201 INFO O| Aug 16 05:37:01.200 INFO STEP 709 (remove_files) COMPLETE |
6082 | 2024-08-16T05:37:02.523Z | [ recovery-image] Aug 16 05:37:01.201 INFO O| Aug 16 05:37:01.200 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-08-16T05:37:02.532Z | [ recovery-image] Aug 16 05:37:01.211 INFO O| Aug 16 05:37:01.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6084 | 2024-08-16T05:37:02.532Z | [ recovery-image] Aug 16 05:37:01.212 INFO O| Aug 16 05:37:01.212 INFO STEP 710 (remove_files) COMPLETE |
6085 | 2024-08-16T05:37:02.535Z | [ recovery-image] Aug 16 05:37:01.212 INFO O| Aug 16 05:37:01.212 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-08-16T05:37:02.543Z | [ recovery-image] Aug 16 05:37:01.222 INFO O| Aug 16 05:37:01.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6087 | 2024-08-16T05:37:02.543Z | [ recovery-image] Aug 16 05:37:01.223 INFO O| Aug 16 05:37:01.222 INFO STEP 711 (remove_files) COMPLETE |
6088 | 2024-08-16T05:37:02.546Z | [ recovery-image] Aug 16 05:37:01.223 INFO O| Aug 16 05:37:01.223 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-08-16T05:37:02.554Z | [ recovery-image] Aug 16 05:37:01.234 INFO O| Aug 16 05:37:01.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6090 | 2024-08-16T05:37:02.554Z | [ recovery-image] Aug 16 05:37:01.234 INFO O| Aug 16 05:37:01.234 INFO STEP 712 (remove_files) COMPLETE |
6091 | 2024-08-16T05:37:02.554Z | [ recovery-image] Aug 16 05:37:01.234 INFO O| Aug 16 05:37:01.234 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-08-16T05:37:02.564Z | [ recovery-image] Aug 16 05:37:01.244 INFO O| Aug 16 05:37:01.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6093 | 2024-08-16T05:37:02.567Z | [ recovery-image] Aug 16 05:37:01.244 INFO O| Aug 16 05:37:01.244 INFO STEP 713 (remove_files) COMPLETE |
6094 | 2024-08-16T05:37:02.567Z | [ recovery-image] Aug 16 05:37:01.244 INFO O| Aug 16 05:37:01.244 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-08-16T05:37:02.574Z | [ recovery-image] Aug 16 05:37:01.255 INFO O| Aug 16 05:37:01.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6096 | 2024-08-16T05:37:02.577Z | [ recovery-image] Aug 16 05:37:01.255 INFO O| Aug 16 05:37:01.255 INFO STEP 714 (remove_files) COMPLETE |
6097 | 2024-08-16T05:37:02.577Z | [ recovery-image] Aug 16 05:37:01.255 INFO O| Aug 16 05:37:01.255 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-08-16T05:37:02.585Z | [ recovery-image] Aug 16 05:37:01.265 INFO O| Aug 16 05:37:01.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6099 | 2024-08-16T05:37:02.585Z | [ recovery-image] Aug 16 05:37:01.265 INFO O| Aug 16 05:37:01.265 INFO STEP 715 (remove_files) COMPLETE |
6100 | 2024-08-16T05:37:02.587Z | [ recovery-image] Aug 16 05:37:01.265 INFO O| Aug 16 05:37:01.265 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-08-16T05:37:02.595Z | [ recovery-image] Aug 16 05:37:01.276 INFO O| Aug 16 05:37:01.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6102 | 2024-08-16T05:37:02.598Z | [ recovery-image] Aug 16 05:37:01.276 INFO O| Aug 16 05:37:01.276 INFO STEP 716 (remove_files) COMPLETE |
6103 | 2024-08-16T05:37:02.598Z | [ recovery-image] Aug 16 05:37:01.276 INFO O| Aug 16 05:37:01.276 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-08-16T05:37:02.605Z | [ recovery-image] Aug 16 05:37:01.285 INFO O| Aug 16 05:37:01.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6105 | 2024-08-16T05:37:02.608Z | [ recovery-image] Aug 16 05:37:01.286 INFO O| Aug 16 05:37:01.286 INFO STEP 717 (remove_files) COMPLETE |
6106 | 2024-08-16T05:37:02.608Z | [ recovery-image] Aug 16 05:37:01.286 INFO O| Aug 16 05:37:01.286 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-08-16T05:37:02.615Z | [ recovery-image] Aug 16 05:37:01.295 INFO O| Aug 16 05:37:01.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6108 | 2024-08-16T05:37:02.615Z | [ recovery-image] Aug 16 05:37:01.295 INFO O| Aug 16 05:37:01.295 INFO STEP 718 (remove_files) COMPLETE |
6109 | 2024-08-16T05:37:02.615Z | [ recovery-image] Aug 16 05:37:01.295 INFO O| Aug 16 05:37:01.295 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-08-16T05:37:02.625Z | [ recovery-image] Aug 16 05:37:01.306 INFO O| Aug 16 05:37:01.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6111 | 2024-08-16T05:37:02.625Z | [ recovery-image] Aug 16 05:37:01.306 INFO O| Aug 16 05:37:01.306 INFO STEP 719 (remove_files) COMPLETE |
6112 | 2024-08-16T05:37:02.625Z | [ recovery-image] Aug 16 05:37:01.306 INFO O| Aug 16 05:37:01.306 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-08-16T05:37:02.635Z | [ recovery-image] Aug 16 05:37:01.315 INFO O| Aug 16 05:37:01.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6114 | 2024-08-16T05:37:02.638Z | [ recovery-image] Aug 16 05:37:01.316 INFO O| Aug 16 05:37:01.316 INFO STEP 720 (remove_files) COMPLETE |
6115 | 2024-08-16T05:37:02.638Z | [ recovery-image] Aug 16 05:37:01.316 INFO O| Aug 16 05:37:01.316 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-08-16T05:37:02.648Z | [ recovery-image] Aug 16 05:37:01.326 INFO O| Aug 16 05:37:01.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6117 | 2024-08-16T05:37:02.648Z | [ recovery-image] Aug 16 05:37:01.326 INFO O| Aug 16 05:37:01.326 INFO STEP 721 (remove_files) COMPLETE |
6118 | 2024-08-16T05:37:02.648Z | [ recovery-image] Aug 16 05:37:01.326 INFO O| Aug 16 05:37:01.326 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-08-16T05:37:02.656Z | [ recovery-image] Aug 16 05:37:01.336 INFO O| Aug 16 05:37:01.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6120 | 2024-08-16T05:37:02.656Z | [ recovery-image] Aug 16 05:37:01.336 INFO O| Aug 16 05:37:01.336 INFO STEP 722 (remove_files) COMPLETE |
6121 | 2024-08-16T05:37:02.658Z | [ recovery-image] Aug 16 05:37:01.336 INFO O| Aug 16 05:37:01.336 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-08-16T05:37:02.666Z | [ recovery-image] Aug 16 05:37:01.346 INFO O| Aug 16 05:37:01.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6123 | 2024-08-16T05:37:02.666Z | [ recovery-image] Aug 16 05:37:01.346 INFO O| Aug 16 05:37:01.346 INFO STEP 723 (remove_files) COMPLETE |
6124 | 2024-08-16T05:37:02.666Z | [ recovery-image] Aug 16 05:37:01.346 INFO O| Aug 16 05:37:01.346 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-08-16T05:37:02.675Z | [ recovery-image] Aug 16 05:37:01.356 INFO O| Aug 16 05:37:01.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6126 | 2024-08-16T05:37:02.678Z | [ recovery-image] Aug 16 05:37:01.356 INFO O| Aug 16 05:37:01.356 INFO STEP 724 (remove_files) COMPLETE |
6127 | 2024-08-16T05:37:02.678Z | [ recovery-image] Aug 16 05:37:01.356 INFO O| Aug 16 05:37:01.356 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-08-16T05:37:02.686Z | [ recovery-image] Aug 16 05:37:01.366 INFO O| Aug 16 05:37:01.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6129 | 2024-08-16T05:37:02.686Z | [ recovery-image] Aug 16 05:37:01.366 INFO O| Aug 16 05:37:01.366 INFO STEP 725 (remove_files) COMPLETE |
6130 | 2024-08-16T05:37:02.700Z | [ recovery-image] Aug 16 05:37:01.366 INFO O| Aug 16 05:37:01.366 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-08-16T05:37:02.700Z | [ recovery-image] Aug 16 05:37:01.376 INFO O| Aug 16 05:37:01.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6132 | 2024-08-16T05:37:02.700Z | [ recovery-image] Aug 16 05:37:01.376 INFO O| Aug 16 05:37:01.376 INFO STEP 726 (remove_files) COMPLETE |
6133 | 2024-08-16T05:37:02.701Z | [ recovery-image] Aug 16 05:37:01.376 INFO O| Aug 16 05:37:01.376 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-08-16T05:37:02.707Z | [ recovery-image] Aug 16 05:37:01.387 INFO O| Aug 16 05:37:01.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6135 | 2024-08-16T05:37:02.707Z | [ recovery-image] Aug 16 05:37:01.387 INFO O| Aug 16 05:37:01.387 INFO STEP 727 (remove_files) COMPLETE |
6136 | 2024-08-16T05:37:02.707Z | [ recovery-image] Aug 16 05:37:01.387 INFO O| Aug 16 05:37:01.387 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-08-16T05:37:02.717Z | [ recovery-image] Aug 16 05:37:01.397 INFO O| Aug 16 05:37:01.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6138 | 2024-08-16T05:37:02.722Z | [ recovery-image] Aug 16 05:37:01.397 INFO O| Aug 16 05:37:01.397 INFO STEP 728 (remove_files) COMPLETE |
6139 | 2024-08-16T05:37:02.722Z | [ recovery-image] Aug 16 05:37:01.397 INFO O| Aug 16 05:37:01.397 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-08-16T05:37:02.728Z | [ recovery-image] Aug 16 05:37:01.408 INFO O| Aug 16 05:37:01.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6141 | 2024-08-16T05:37:02.728Z | [ recovery-image] Aug 16 05:37:01.408 INFO O| Aug 16 05:37:01.408 INFO STEP 729 (remove_files) COMPLETE |
6142 | 2024-08-16T05:37:02.728Z | [ recovery-image] Aug 16 05:37:01.408 INFO O| Aug 16 05:37:01.408 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-08-16T05:37:02.739Z | [ recovery-image] Aug 16 05:37:01.419 INFO O| Aug 16 05:37:01.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6144 | 2024-08-16T05:37:02.739Z | [ recovery-image] Aug 16 05:37:01.419 INFO O| Aug 16 05:37:01.419 INFO STEP 730 (remove_files) COMPLETE |
6145 | 2024-08-16T05:37:02.742Z | [ recovery-image] Aug 16 05:37:01.419 INFO O| Aug 16 05:37:01.419 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-08-16T05:37:02.750Z | [ recovery-image] Aug 16 05:37:01.430 INFO O| Aug 16 05:37:01.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6147 | 2024-08-16T05:37:02.753Z | [ recovery-image] Aug 16 05:37:01.430 INFO O| Aug 16 05:37:01.430 INFO STEP 731 (remove_files) COMPLETE |
6148 | 2024-08-16T05:37:02.753Z | [ recovery-image] Aug 16 05:37:01.430 INFO O| Aug 16 05:37:01.430 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-08-16T05:37:02.760Z | [ recovery-image] Aug 16 05:37:01.440 INFO O| Aug 16 05:37:01.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6150 | 2024-08-16T05:37:02.760Z | [ recovery-image] Aug 16 05:37:01.441 INFO O| Aug 16 05:37:01.441 INFO STEP 732 (remove_files) COMPLETE |
6151 | 2024-08-16T05:37:02.763Z | [ recovery-image] Aug 16 05:37:01.441 INFO O| Aug 16 05:37:01.441 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-08-16T05:37:02.772Z | [ recovery-image] Aug 16 05:37:01.452 INFO O| Aug 16 05:37:01.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6153 | 2024-08-16T05:37:02.772Z | [ recovery-image] Aug 16 05:37:01.452 INFO O| Aug 16 05:37:01.452 INFO STEP 733 (remove_files) COMPLETE |
6154 | 2024-08-16T05:37:02.772Z | [ recovery-image] Aug 16 05:37:01.452 INFO O| Aug 16 05:37:01.452 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-08-16T05:37:02.783Z | [ recovery-image] Aug 16 05:37:01.463 INFO O| Aug 16 05:37:01.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6156 | 2024-08-16T05:37:02.783Z | [ recovery-image] Aug 16 05:37:01.463 INFO O| Aug 16 05:37:01.463 INFO STEP 734 (remove_files) COMPLETE |
6157 | 2024-08-16T05:37:02.783Z | [ recovery-image] Aug 16 05:37:01.463 INFO O| Aug 16 05:37:01.463 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-08-16T05:37:02.794Z | [ recovery-image] Aug 16 05:37:01.473 INFO O| Aug 16 05:37:01.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6159 | 2024-08-16T05:37:02.797Z | [ recovery-image] Aug 16 05:37:01.473 INFO O| Aug 16 05:37:01.473 INFO STEP 735 (remove_files) COMPLETE |
6160 | 2024-08-16T05:37:02.797Z | [ recovery-image] Aug 16 05:37:01.473 INFO O| Aug 16 05:37:01.473 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-08-16T05:37:02.802Z | [ recovery-image] Aug 16 05:37:01.482 INFO O| Aug 16 05:37:01.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6162 | 2024-08-16T05:37:02.805Z | [ recovery-image] Aug 16 05:37:01.482 INFO O| Aug 16 05:37:01.482 INFO STEP 736 (remove_files) COMPLETE |
6163 | 2024-08-16T05:37:02.805Z | [ recovery-image] Aug 16 05:37:01.482 INFO O| Aug 16 05:37:01.482 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-08-16T05:37:02.812Z | [ recovery-image] Aug 16 05:37:01.492 INFO O| Aug 16 05:37:01.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6165 | 2024-08-16T05:37:02.812Z | [ recovery-image] Aug 16 05:37:01.492 INFO O| Aug 16 05:37:01.492 INFO STEP 737 (remove_files) COMPLETE |
6166 | 2024-08-16T05:37:02.812Z | [ recovery-image] Aug 16 05:37:01.492 INFO O| Aug 16 05:37:01.492 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-08-16T05:37:02.815Z | [ host-image] Aug 16 05:37:01.495 INFO O| Aug 16 05:37:01.495 INFO O| Done |
6168 | 2024-08-16T05:37:02.821Z | [ recovery-image] Aug 16 05:37:01.501 INFO O| Aug 16 05:37:01.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6169 | 2024-08-16T05:37:02.825Z | [ recovery-image] Aug 16 05:37:01.501 INFO O| Aug 16 05:37:01.501 INFO STEP 738 (remove_files) COMPLETE |
6170 | 2024-08-16T05:37:02.825Z | [ recovery-image] Aug 16 05:37:01.501 INFO O| Aug 16 05:37:01.501 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-08-16T05:37:02.831Z | [ recovery-image] Aug 16 05:37:01.511 INFO O| Aug 16 05:37:01.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6172 | 2024-08-16T05:37:02.833Z | [ recovery-image] Aug 16 05:37:01.511 INFO O| Aug 16 05:37:01.511 INFO STEP 739 (remove_files) COMPLETE |
6173 | 2024-08-16T05:37:02.833Z | [ recovery-image] Aug 16 05:37:01.511 INFO O| Aug 16 05:37:01.511 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-08-16T05:37:02.840Z | [ recovery-image] Aug 16 05:37:01.521 INFO O| Aug 16 05:37:01.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6175 | 2024-08-16T05:37:02.840Z | [ host-image] Aug 16 05:37:01.521 INFO O| Aug 16 05:37:01.521 INFO O| Done |
6176 | 2024-08-16T05:37:02.840Z | [ recovery-image] Aug 16 05:37:01.521 INFO O| Aug 16 05:37:01.521 INFO STEP 740 (remove_files) COMPLETE |
6177 | 2024-08-16T05:37:02.843Z | [ recovery-image] Aug 16 05:37:01.521 INFO O| Aug 16 05:37:01.521 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-08-16T05:37:02.843Z | [ host-image] Aug 16 05:37:01.521 INFO O| Aug 16 05:37:01.521 INFO O| Done |
6179 | 2024-08-16T05:37:02.850Z | [ recovery-image] Aug 16 05:37:01.530 INFO O| Aug 16 05:37:01.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6180 | 2024-08-16T05:37:02.852Z | [ recovery-image] Aug 16 05:37:01.530 INFO O| Aug 16 05:37:01.530 INFO STEP 741 (remove_files) COMPLETE |
6181 | 2024-08-16T05:37:02.852Z | [ recovery-image] Aug 16 05:37:01.530 INFO O| Aug 16 05:37:01.530 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-08-16T05:37:02.855Z | [ host-image] Aug 16 05:37:01.535 INFO O| Aug 16 05:37:01.535 INFO O| Done |
6183 | 2024-08-16T05:37:02.860Z | [ recovery-image] Aug 16 05:37:01.540 INFO O| Aug 16 05:37:01.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6184 | 2024-08-16T05:37:02.862Z | [ recovery-image] Aug 16 05:37:01.540 INFO O| Aug 16 05:37:01.540 INFO STEP 742 (remove_files) COMPLETE |
6185 | 2024-08-16T05:37:02.862Z | [ recovery-image] Aug 16 05:37:01.540 INFO O| Aug 16 05:37:01.540 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-08-16T05:37:02.869Z | [ recovery-image] Aug 16 05:37:01.549 INFO O| Aug 16 05:37:01.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6187 | 2024-08-16T05:37:02.869Z | [ recovery-image] Aug 16 05:37:01.549 INFO O| Aug 16 05:37:01.549 INFO STEP 743 (remove_files) COMPLETE |
6188 | 2024-08-16T05:37:02.869Z | [ recovery-image] Aug 16 05:37:01.549 INFO O| Aug 16 05:37:01.549 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-08-16T05:37:02.880Z | [ recovery-image] Aug 16 05:37:01.560 INFO O| Aug 16 05:37:01.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6190 | 2024-08-16T05:37:02.880Z | [ recovery-image] Aug 16 05:37:01.560 INFO O| Aug 16 05:37:01.560 INFO STEP 744 (remove_files) COMPLETE |
6191 | 2024-08-16T05:37:02.880Z | [ recovery-image] Aug 16 05:37:01.560 INFO O| Aug 16 05:37:01.560 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-08-16T05:37:02.890Z | [ recovery-image] Aug 16 05:37:01.570 INFO O| Aug 16 05:37:01.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6193 | 2024-08-16T05:37:02.890Z | [ recovery-image] Aug 16 05:37:01.570 INFO O| Aug 16 05:37:01.570 INFO STEP 745 (remove_files) COMPLETE |
6194 | 2024-08-16T05:37:02.890Z | [ recovery-image] Aug 16 05:37:01.570 INFO O| Aug 16 05:37:01.570 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-08-16T05:37:02.899Z | [ recovery-image] Aug 16 05:37:01.579 INFO O| Aug 16 05:37:01.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6196 | 2024-08-16T05:37:02.902Z | [ recovery-image] Aug 16 05:37:01.580 INFO O| Aug 16 05:37:01.580 INFO STEP 746 (remove_files) COMPLETE |
6197 | 2024-08-16T05:37:02.902Z | [ recovery-image] Aug 16 05:37:01.580 INFO O| Aug 16 05:37:01.580 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-08-16T05:37:02.909Z | [ recovery-image] Aug 16 05:37:01.589 INFO O| Aug 16 05:37:01.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6199 | 2024-08-16T05:37:02.909Z | [ recovery-image] Aug 16 05:37:01.589 INFO O| Aug 16 05:37:01.589 INFO STEP 747 (remove_files) COMPLETE |
6200 | 2024-08-16T05:37:02.912Z | [ recovery-image] Aug 16 05:37:01.589 INFO O| Aug 16 05:37:01.589 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-08-16T05:37:02.919Z | [ recovery-image] Aug 16 05:37:01.599 INFO O| Aug 16 05:37:01.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6202 | 2024-08-16T05:37:02.919Z | [ recovery-image] Aug 16 05:37:01.599 INFO O| Aug 16 05:37:01.599 INFO STEP 748 (remove_files) COMPLETE |
6203 | 2024-08-16T05:37:02.919Z | [ recovery-image] Aug 16 05:37:01.599 INFO O| Aug 16 05:37:01.599 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-08-16T05:37:02.929Z | [ recovery-image] Aug 16 05:37:01.609 INFO O| Aug 16 05:37:01.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6205 | 2024-08-16T05:37:02.929Z | [ recovery-image] Aug 16 05:37:01.609 INFO O| Aug 16 05:37:01.609 INFO STEP 749 (remove_files) COMPLETE |
6206 | 2024-08-16T05:37:02.929Z | [ recovery-image] Aug 16 05:37:01.609 INFO O| Aug 16 05:37:01.609 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-08-16T05:37:02.939Z | [ recovery-image] Aug 16 05:37:01.619 INFO O| Aug 16 05:37:01.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6208 | 2024-08-16T05:37:02.939Z | [ recovery-image] Aug 16 05:37:01.619 INFO O| Aug 16 05:37:01.619 INFO STEP 750 (remove_files) COMPLETE |
6209 | 2024-08-16T05:37:02.942Z | [ recovery-image] Aug 16 05:37:01.619 INFO O| Aug 16 05:37:01.619 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-08-16T05:37:02.949Z | [ recovery-image] Aug 16 05:37:01.629 INFO O| Aug 16 05:37:01.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6211 | 2024-08-16T05:37:02.949Z | [ recovery-image] Aug 16 05:37:01.629 INFO O| Aug 16 05:37:01.629 INFO STEP 751 (remove_files) COMPLETE |
6212 | 2024-08-16T05:37:02.952Z | [ recovery-image] Aug 16 05:37:01.629 INFO O| Aug 16 05:37:01.629 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-08-16T05:37:02.956Z | [ host-image] Aug 16 05:37:01.636 INFO O| Aug 16 05:37:01.636 INFO STEP 12 (pkg_install) COMPLETE |
6214 | 2024-08-16T05:37:02.956Z | [ host-image] Aug 16 05:37:01.636 INFO O| Aug 16 05:37:01.636 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6215 | 2024-08-16T05:37:02.960Z | [ recovery-image] Aug 16 05:37:01.639 INFO O| Aug 16 05:37:01.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6216 | 2024-08-16T05:37:02.962Z | [ recovery-image] Aug 16 05:37:01.640 INFO O| Aug 16 05:37:01.640 INFO STEP 752 (remove_files) COMPLETE |
6217 | 2024-08-16T05:37:02.962Z | [ recovery-image] Aug 16 05:37:01.640 INFO O| Aug 16 05:37:01.640 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-08-16T05:37:02.967Z | [ host-image] Aug 16 05:37:01.647 INFO O| Aug 16 05:37:01.646 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
6219 | 2024-08-16T05:37:02.969Z | [ recovery-image] Aug 16 05:37:01.649 INFO O| Aug 16 05:37:01.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6220 | 2024-08-16T05:37:02.969Z | [ recovery-image] Aug 16 05:37:01.649 INFO O| Aug 16 05:37:01.649 INFO STEP 753 (remove_files) COMPLETE |
6221 | 2024-08-16T05:37:02.969Z | [ recovery-image] Aug 16 05:37:01.649 INFO O| Aug 16 05:37:01.649 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-08-16T05:37:02.979Z | [ recovery-image] Aug 16 05:37:01.659 INFO O| Aug 16 05:37:01.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6223 | 2024-08-16T05:37:02.979Z | [ recovery-image] Aug 16 05:37:01.659 INFO O| Aug 16 05:37:01.659 INFO STEP 754 (remove_files) COMPLETE |
6224 | 2024-08-16T05:37:02.979Z | [ recovery-image] Aug 16 05:37:01.659 INFO O| Aug 16 05:37:01.659 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-08-16T05:37:02.988Z | [ recovery-image] Aug 16 05:37:01.668 INFO O| Aug 16 05:37:01.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6226 | 2024-08-16T05:37:02.988Z | [ recovery-image] Aug 16 05:37:01.668 INFO O| Aug 16 05:37:01.668 INFO STEP 755 (remove_files) COMPLETE |
6227 | 2024-08-16T05:37:02.988Z | [ recovery-image] Aug 16 05:37:01.668 INFO O| Aug 16 05:37:01.668 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-08-16T05:37:02.998Z | [ recovery-image] Aug 16 05:37:01.678 INFO O| Aug 16 05:37:01.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6229 | 2024-08-16T05:37:03.001Z | [ recovery-image] Aug 16 05:37:01.678 INFO O| Aug 16 05:37:01.678 INFO STEP 756 (remove_files) COMPLETE |
6230 | 2024-08-16T05:37:03.001Z | [ recovery-image] Aug 16 05:37:01.678 INFO O| Aug 16 05:37:01.678 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-08-16T05:37:03.007Z | [ recovery-image] Aug 16 05:37:01.687 INFO O| Aug 16 05:37:01.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6232 | 2024-08-16T05:37:03.007Z | [ recovery-image] Aug 16 05:37:01.688 INFO O| Aug 16 05:37:01.688 INFO STEP 757 (remove_files) COMPLETE |
6233 | 2024-08-16T05:37:03.010Z | [ recovery-image] Aug 16 05:37:01.688 INFO O| Aug 16 05:37:01.688 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-08-16T05:37:03.017Z | [ recovery-image] Aug 16 05:37:01.697 INFO O| Aug 16 05:37:01.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6235 | 2024-08-16T05:37:03.017Z | [ recovery-image] Aug 16 05:37:01.697 INFO O| Aug 16 05:37:01.697 INFO STEP 758 (remove_files) COMPLETE |
6236 | 2024-08-16T05:37:03.017Z | [ recovery-image] Aug 16 05:37:01.697 INFO O| Aug 16 05:37:01.697 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-08-16T05:37:03.027Z | [ recovery-image] Aug 16 05:37:01.707 INFO O| Aug 16 05:37:01.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6238 | 2024-08-16T05:37:03.029Z | [ recovery-image] Aug 16 05:37:01.707 INFO O| Aug 16 05:37:01.707 INFO STEP 759 (remove_files) COMPLETE |
6239 | 2024-08-16T05:37:03.029Z | [ recovery-image] Aug 16 05:37:01.707 INFO O| Aug 16 05:37:01.707 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-08-16T05:37:03.036Z | [ recovery-image] Aug 16 05:37:01.716 INFO O| Aug 16 05:37:01.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6241 | 2024-08-16T05:37:03.039Z | [ recovery-image] Aug 16 05:37:01.716 INFO O| Aug 16 05:37:01.716 INFO STEP 760 (remove_files) COMPLETE |
6242 | 2024-08-16T05:37:03.039Z | [ recovery-image] Aug 16 05:37:01.716 INFO O| Aug 16 05:37:01.716 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-08-16T05:37:03.046Z | [ recovery-image] Aug 16 05:37:01.725 INFO O| Aug 16 05:37:01.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6244 | 2024-08-16T05:37:03.046Z | [ recovery-image] Aug 16 05:37:01.726 INFO O| Aug 16 05:37:01.725 INFO STEP 761 (remove_files) COMPLETE |
6245 | 2024-08-16T05:37:03.046Z | [ recovery-image] Aug 16 05:37:01.726 INFO O| Aug 16 05:37:01.726 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-08-16T05:37:03.055Z | [ recovery-image] Aug 16 05:37:01.735 INFO O| Aug 16 05:37:01.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6247 | 2024-08-16T05:37:03.055Z | [ recovery-image] Aug 16 05:37:01.735 INFO O| Aug 16 05:37:01.735 INFO STEP 762 (remove_files) COMPLETE |
6248 | 2024-08-16T05:37:03.059Z | [ recovery-image] Aug 16 05:37:01.735 INFO O| Aug 16 05:37:01.735 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-08-16T05:37:03.065Z | [ recovery-image] Aug 16 05:37:01.745 INFO O| Aug 16 05:37:01.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6250 | 2024-08-16T05:37:03.065Z | [ recovery-image] Aug 16 05:37:01.745 INFO O| Aug 16 05:37:01.745 INFO STEP 763 (remove_files) COMPLETE |
6251 | 2024-08-16T05:37:03.065Z | [ recovery-image] Aug 16 05:37:01.745 INFO O| Aug 16 05:37:01.745 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-08-16T05:37:03.075Z | [ recovery-image] Aug 16 05:37:01.755 INFO O| Aug 16 05:37:01.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6253 | 2024-08-16T05:37:03.077Z | [ recovery-image] Aug 16 05:37:01.755 INFO O| Aug 16 05:37:01.755 INFO STEP 764 (remove_files) COMPLETE |
6254 | 2024-08-16T05:37:03.077Z | [ recovery-image] Aug 16 05:37:01.755 INFO O| Aug 16 05:37:01.755 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-08-16T05:37:03.084Z | [ recovery-image] Aug 16 05:37:01.764 INFO O| Aug 16 05:37:01.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6256 | 2024-08-16T05:37:03.085Z | [ recovery-image] Aug 16 05:37:01.764 INFO O| Aug 16 05:37:01.764 INFO STEP 765 (remove_files) COMPLETE |
6257 | 2024-08-16T05:37:03.087Z | [ recovery-image] Aug 16 05:37:01.764 INFO O| Aug 16 05:37:01.764 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-08-16T05:37:03.094Z | [ recovery-image] Aug 16 05:37:01.774 INFO O| Aug 16 05:37:01.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6259 | 2024-08-16T05:37:03.094Z | [ recovery-image] Aug 16 05:37:01.774 INFO O| Aug 16 05:37:01.774 INFO STEP 766 (remove_files) COMPLETE |
6260 | 2024-08-16T05:37:03.096Z | [ recovery-image] Aug 16 05:37:01.774 INFO O| Aug 16 05:37:01.774 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-08-16T05:37:03.104Z | [ recovery-image] Aug 16 05:37:01.784 INFO O| Aug 16 05:37:01.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6262 | 2024-08-16T05:37:03.104Z | [ recovery-image] Aug 16 05:37:01.784 INFO O| Aug 16 05:37:01.784 INFO STEP 767 (remove_files) COMPLETE |
6263 | 2024-08-16T05:37:03.107Z | [ recovery-image] Aug 16 05:37:01.784 INFO O| Aug 16 05:37:01.784 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-08-16T05:37:03.113Z | [ recovery-image] Aug 16 05:37:01.793 INFO O| Aug 16 05:37:01.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6265 | 2024-08-16T05:37:03.116Z | [ recovery-image] Aug 16 05:37:01.793 INFO O| Aug 16 05:37:01.793 INFO STEP 768 (remove_files) COMPLETE |
6266 | 2024-08-16T05:37:03.116Z | [ recovery-image] Aug 16 05:37:01.793 INFO O| Aug 16 05:37:01.793 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-08-16T05:37:03.123Z | [ recovery-image] Aug 16 05:37:01.803 INFO O| Aug 16 05:37:01.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6268 | 2024-08-16T05:37:03.123Z | [ recovery-image] Aug 16 05:37:01.803 INFO O| Aug 16 05:37:01.803 INFO STEP 769 (remove_files) COMPLETE |
6269 | 2024-08-16T05:37:03.123Z | [ recovery-image] Aug 16 05:37:01.803 INFO O| Aug 16 05:37:01.803 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-08-16T05:37:03.133Z | [ recovery-image] Aug 16 05:37:01.813 INFO O| Aug 16 05:37:01.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6271 | 2024-08-16T05:37:03.133Z | [ recovery-image] Aug 16 05:37:01.813 INFO O| Aug 16 05:37:01.813 INFO STEP 770 (remove_files) COMPLETE |
6272 | 2024-08-16T05:37:03.133Z | [ recovery-image] Aug 16 05:37:01.813 INFO O| Aug 16 05:37:01.813 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-08-16T05:37:03.142Z | [ recovery-image] Aug 16 05:37:01.822 INFO O| Aug 16 05:37:01.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6274 | 2024-08-16T05:37:03.142Z | [ recovery-image] Aug 16 05:37:01.822 INFO O| Aug 16 05:37:01.822 INFO STEP 771 (remove_files) COMPLETE |
6275 | 2024-08-16T05:37:03.142Z | [ recovery-image] Aug 16 05:37:01.822 INFO O| Aug 16 05:37:01.822 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-08-16T05:37:03.152Z | [ recovery-image] Aug 16 05:37:01.832 INFO O| Aug 16 05:37:01.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6277 | 2024-08-16T05:37:03.154Z | [ recovery-image] Aug 16 05:37:01.832 INFO O| Aug 16 05:37:01.832 INFO STEP 772 (remove_files) COMPLETE |
6278 | 2024-08-16T05:37:03.155Z | [ recovery-image] Aug 16 05:37:01.832 INFO O| Aug 16 05:37:01.832 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-08-16T05:37:03.162Z | [ recovery-image] Aug 16 05:37:01.842 INFO O| Aug 16 05:37:01.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6280 | 2024-08-16T05:37:03.162Z | [ recovery-image] Aug 16 05:37:01.842 INFO O| Aug 16 05:37:01.842 INFO STEP 773 (remove_files) COMPLETE |
6281 | 2024-08-16T05:37:03.162Z | [ recovery-image] Aug 16 05:37:01.842 INFO O| Aug 16 05:37:01.842 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-08-16T05:37:03.174Z | [ recovery-image] Aug 16 05:37:01.854 INFO O| Aug 16 05:37:01.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6283 | 2024-08-16T05:37:03.174Z | [ recovery-image] Aug 16 05:37:01.854 INFO O| Aug 16 05:37:01.854 INFO STEP 774 (remove_files) COMPLETE |
6284 | 2024-08-16T05:37:03.177Z | [ recovery-image] Aug 16 05:37:01.854 INFO O| Aug 16 05:37:01.854 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-08-16T05:37:03.186Z | [ recovery-image] Aug 16 05:37:01.866 INFO O| Aug 16 05:37:01.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6286 | 2024-08-16T05:37:03.189Z | [ recovery-image] Aug 16 05:37:01.866 INFO O| Aug 16 05:37:01.866 INFO STEP 775 (remove_files) COMPLETE |
6287 | 2024-08-16T05:37:03.189Z | [ recovery-image] Aug 16 05:37:01.866 INFO O| Aug 16 05:37:01.866 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-08-16T05:37:03.199Z | [ recovery-image] Aug 16 05:37:01.879 INFO O| Aug 16 05:37:01.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6289 | 2024-08-16T05:37:03.199Z | [ recovery-image] Aug 16 05:37:01.879 INFO O| Aug 16 05:37:01.879 INFO STEP 776 (remove_files) COMPLETE |
6290 | 2024-08-16T05:37:03.202Z | [ recovery-image] Aug 16 05:37:01.879 INFO O| Aug 16 05:37:01.879 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-08-16T05:37:03.210Z | [ recovery-image] Aug 16 05:37:01.890 INFO O| Aug 16 05:37:01.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6292 | 2024-08-16T05:37:03.210Z | [ recovery-image] Aug 16 05:37:01.890 INFO O| Aug 16 05:37:01.890 INFO STEP 777 (remove_files) COMPLETE |
6293 | 2024-08-16T05:37:03.212Z | [ recovery-image] Aug 16 05:37:01.890 INFO O| Aug 16 05:37:01.890 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-08-16T05:37:03.219Z | [ recovery-image] Aug 16 05:37:01.899 INFO O| Aug 16 05:37:01.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6295 | 2024-08-16T05:37:03.219Z | [ recovery-image] Aug 16 05:37:01.899 INFO O| Aug 16 05:37:01.899 INFO STEP 778 (remove_files) COMPLETE |
6296 | 2024-08-16T05:37:03.222Z | [ recovery-image] Aug 16 05:37:01.899 INFO O| Aug 16 05:37:01.899 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-08-16T05:37:03.229Z | [ recovery-image] Aug 16 05:37:01.909 INFO O| Aug 16 05:37:01.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6298 | 2024-08-16T05:37:03.229Z | [ recovery-image] Aug 16 05:37:01.909 INFO O| Aug 16 05:37:01.909 INFO STEP 779 (remove_files) COMPLETE |
6299 | 2024-08-16T05:37:03.231Z | [ recovery-image] Aug 16 05:37:01.909 INFO O| Aug 16 05:37:01.909 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-08-16T05:37:03.238Z | [ recovery-image] Aug 16 05:37:01.918 INFO O| Aug 16 05:37:01.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6301 | 2024-08-16T05:37:03.241Z | [ recovery-image] Aug 16 05:37:01.919 INFO O| Aug 16 05:37:01.918 INFO STEP 780 (remove_files) COMPLETE |
6302 | 2024-08-16T05:37:03.241Z | [ recovery-image] Aug 16 05:37:01.919 INFO O| Aug 16 05:37:01.918 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-08-16T05:37:03.249Z | [ recovery-image] Aug 16 05:37:01.928 INFO O| Aug 16 05:37:01.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6304 | 2024-08-16T05:37:03.249Z | [ recovery-image] Aug 16 05:37:01.928 INFO O| Aug 16 05:37:01.928 INFO STEP 781 (remove_files) COMPLETE |
6305 | 2024-08-16T05:37:03.252Z | [ recovery-image] Aug 16 05:37:01.928 INFO O| Aug 16 05:37:01.928 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-08-16T05:37:03.258Z | [ recovery-image] Aug 16 05:37:01.938 INFO O| Aug 16 05:37:01.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6307 | 2024-08-16T05:37:03.258Z | [ recovery-image] Aug 16 05:37:01.938 INFO O| Aug 16 05:37:01.938 INFO STEP 782 (remove_files) COMPLETE |
6308 | 2024-08-16T05:37:03.260Z | [ recovery-image] Aug 16 05:37:01.938 INFO O| Aug 16 05:37:01.938 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-08-16T05:37:03.268Z | [ recovery-image] Aug 16 05:37:01.947 INFO O| Aug 16 05:37:01.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6310 | 2024-08-16T05:37:03.268Z | [ recovery-image] Aug 16 05:37:01.947 INFO O| Aug 16 05:37:01.947 INFO STEP 783 (remove_files) COMPLETE |
6311 | 2024-08-16T05:37:03.270Z | [ recovery-image] Aug 16 05:37:01.947 INFO O| Aug 16 05:37:01.947 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-08-16T05:37:03.277Z | [ recovery-image] Aug 16 05:37:01.957 INFO O| Aug 16 05:37:01.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6313 | 2024-08-16T05:37:03.280Z | [ recovery-image] Aug 16 05:37:01.957 INFO O| Aug 16 05:37:01.957 INFO STEP 784 (remove_files) COMPLETE |
6314 | 2024-08-16T05:37:03.280Z | [ recovery-image] Aug 16 05:37:01.957 INFO O| Aug 16 05:37:01.957 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-08-16T05:37:03.287Z | [ recovery-image] Aug 16 05:37:01.967 INFO O| Aug 16 05:37:01.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6316 | 2024-08-16T05:37:03.290Z | [ recovery-image] Aug 16 05:37:01.967 INFO O| Aug 16 05:37:01.967 INFO STEP 785 (remove_files) COMPLETE |
6317 | 2024-08-16T05:37:03.290Z | [ recovery-image] Aug 16 05:37:01.967 INFO O| Aug 16 05:37:01.967 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-08-16T05:37:03.297Z | [ recovery-image] Aug 16 05:37:01.977 INFO O| Aug 16 05:37:01.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6319 | 2024-08-16T05:37:03.299Z | [ recovery-image] Aug 16 05:37:01.977 INFO O| Aug 16 05:37:01.977 INFO STEP 786 (remove_files) COMPLETE |
6320 | 2024-08-16T05:37:03.299Z | [ recovery-image] Aug 16 05:37:01.977 INFO O| Aug 16 05:37:01.977 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-08-16T05:37:03.306Z | [ recovery-image] Aug 16 05:37:01.986 INFO O| Aug 16 05:37:01.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6322 | 2024-08-16T05:37:03.309Z | [ recovery-image] Aug 16 05:37:01.986 INFO O| Aug 16 05:37:01.986 INFO STEP 787 (remove_files) COMPLETE |
6323 | 2024-08-16T05:37:03.309Z | [ recovery-image] Aug 16 05:37:01.987 INFO O| Aug 16 05:37:01.986 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-08-16T05:37:03.317Z | [ recovery-image] Aug 16 05:37:01.996 INFO O| Aug 16 05:37:01.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6325 | 2024-08-16T05:37:03.317Z | [ recovery-image] Aug 16 05:37:01.996 INFO O| Aug 16 05:37:01.996 INFO STEP 788 (remove_files) COMPLETE |
6326 | 2024-08-16T05:37:03.320Z | [ recovery-image] Aug 16 05:37:01.996 INFO O| Aug 16 05:37:01.996 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-08-16T05:37:03.326Z | [ recovery-image] Aug 16 05:37:02.006 INFO O| Aug 16 05:37:02.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6328 | 2024-08-16T05:37:03.326Z | [ recovery-image] Aug 16 05:37:02.006 INFO O| Aug 16 05:37:02.006 INFO STEP 789 (remove_files) COMPLETE |
6329 | 2024-08-16T05:37:03.328Z | [ recovery-image] Aug 16 05:37:02.006 INFO O| Aug 16 05:37:02.006 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-08-16T05:37:03.336Z | [ recovery-image] Aug 16 05:37:02.016 INFO O| Aug 16 05:37:02.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6331 | 2024-08-16T05:37:03.336Z | [ recovery-image] Aug 16 05:37:02.016 INFO O| Aug 16 05:37:02.016 INFO STEP 790 (remove_files) COMPLETE |
6332 | 2024-08-16T05:37:03.336Z | [ recovery-image] Aug 16 05:37:02.016 INFO O| Aug 16 05:37:02.016 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-08-16T05:37:03.346Z | [ recovery-image] Aug 16 05:37:02.026 INFO O| Aug 16 05:37:02.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6334 | 2024-08-16T05:37:03.346Z | [ recovery-image] Aug 16 05:37:02.026 INFO O| Aug 16 05:37:02.026 INFO STEP 791 (remove_files) COMPLETE |
6335 | 2024-08-16T05:37:03.346Z | [ recovery-image] Aug 16 05:37:02.026 INFO O| Aug 16 05:37:02.026 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-08-16T05:37:03.356Z | [ recovery-image] Aug 16 05:37:02.036 INFO O| Aug 16 05:37:02.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6337 | 2024-08-16T05:37:03.359Z | [ recovery-image] Aug 16 05:37:02.036 INFO O| Aug 16 05:37:02.036 INFO STEP 792 (remove_files) COMPLETE |
6338 | 2024-08-16T05:37:03.359Z | [ recovery-image] Aug 16 05:37:02.036 INFO O| Aug 16 05:37:02.036 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-08-16T05:37:03.366Z | [ recovery-image] Aug 16 05:37:02.046 INFO O| Aug 16 05:37:02.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6340 | 2024-08-16T05:37:03.368Z | [ recovery-image] Aug 16 05:37:02.046 INFO O| Aug 16 05:37:02.046 INFO STEP 793 (remove_files) COMPLETE |
6341 | 2024-08-16T05:37:03.369Z | [ recovery-image] Aug 16 05:37:02.046 INFO O| Aug 16 05:37:02.046 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-08-16T05:37:03.376Z | [ recovery-image] Aug 16 05:37:02.056 INFO O| Aug 16 05:37:02.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6343 | 2024-08-16T05:37:03.376Z | [ recovery-image] Aug 16 05:37:02.056 INFO O| Aug 16 05:37:02.056 INFO STEP 794 (remove_files) COMPLETE |
6344 | 2024-08-16T05:37:03.378Z | [ recovery-image] Aug 16 05:37:02.056 INFO O| Aug 16 05:37:02.056 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-08-16T05:37:03.385Z | [ recovery-image] Aug 16 05:37:02.065 INFO O| Aug 16 05:37:02.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6346 | 2024-08-16T05:37:03.385Z | [ recovery-image] Aug 16 05:37:02.065 INFO O| Aug 16 05:37:02.065 INFO STEP 795 (remove_files) COMPLETE |
6347 | 2024-08-16T05:37:03.388Z | [ recovery-image] Aug 16 05:37:02.065 INFO O| Aug 16 05:37:02.065 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-08-16T05:37:03.395Z | [ recovery-image] Aug 16 05:37:02.075 INFO O| Aug 16 05:37:02.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6349 | 2024-08-16T05:37:03.395Z | [ recovery-image] Aug 16 05:37:02.075 INFO O| Aug 16 05:37:02.075 INFO STEP 796 (remove_files) COMPLETE |
6350 | 2024-08-16T05:37:03.398Z | [ recovery-image] Aug 16 05:37:02.075 INFO O| Aug 16 05:37:02.075 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-08-16T05:37:03.405Z | [ recovery-image] Aug 16 05:37:02.085 INFO O| Aug 16 05:37:02.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6352 | 2024-08-16T05:37:03.407Z | [ recovery-image] Aug 16 05:37:02.085 INFO O| Aug 16 05:37:02.085 INFO STEP 797 (remove_files) COMPLETE |
6353 | 2024-08-16T05:37:03.407Z | [ recovery-image] Aug 16 05:37:02.085 INFO O| Aug 16 05:37:02.085 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-08-16T05:37:03.415Z | [ recovery-image] Aug 16 05:37:02.095 INFO O| Aug 16 05:37:02.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6355 | 2024-08-16T05:37:03.417Z | [ recovery-image] Aug 16 05:37:02.095 INFO O| Aug 16 05:37:02.095 INFO STEP 798 (remove_files) COMPLETE |
6356 | 2024-08-16T05:37:03.417Z | [ recovery-image] Aug 16 05:37:02.095 INFO O| Aug 16 05:37:02.095 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-08-16T05:37:03.420Z | [ host-image] Aug 16 05:37:02.099 INFO O| Aug 16 05:37:02.099 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6358 | 2024-08-16T05:37:03.426Z | [ recovery-image] Aug 16 05:37:02.105 INFO O| Aug 16 05:37:02.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6359 | 2024-08-16T05:37:03.426Z | [ recovery-image] Aug 16 05:37:02.105 INFO O| Aug 16 05:37:02.105 INFO STEP 799 (remove_files) COMPLETE |
6360 | 2024-08-16T05:37:03.428Z | [ recovery-image] Aug 16 05:37:02.105 INFO O| Aug 16 05:37:02.105 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-08-16T05:37:03.434Z | [ recovery-image] Aug 16 05:37:02.114 INFO O| Aug 16 05:37:02.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6362 | 2024-08-16T05:37:03.434Z | [ recovery-image] Aug 16 05:37:02.114 INFO O| Aug 16 05:37:02.114 INFO STEP 800 (remove_files) COMPLETE |
6363 | 2024-08-16T05:37:03.437Z | [ recovery-image] Aug 16 05:37:02.114 INFO O| Aug 16 05:37:02.114 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-08-16T05:37:03.444Z | [ recovery-image] Aug 16 05:37:02.124 INFO O| Aug 16 05:37:02.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6365 | 2024-08-16T05:37:03.444Z | [ recovery-image] Aug 16 05:37:02.124 INFO O| Aug 16 05:37:02.124 INFO STEP 801 (remove_files) COMPLETE |
6366 | 2024-08-16T05:37:03.444Z | [ recovery-image] Aug 16 05:37:02.124 INFO O| Aug 16 05:37:02.124 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-08-16T05:37:03.455Z | [ recovery-image] Aug 16 05:37:02.134 INFO O| Aug 16 05:37:02.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6368 | 2024-08-16T05:37:03.455Z | [ recovery-image] Aug 16 05:37:02.135 INFO O| Aug 16 05:37:02.134 INFO STEP 802 (remove_files) COMPLETE |
6369 | 2024-08-16T05:37:03.457Z | [ recovery-image] Aug 16 05:37:02.135 INFO O| Aug 16 05:37:02.134 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-08-16T05:37:03.465Z | [ recovery-image] Aug 16 05:37:02.144 INFO O| Aug 16 05:37:02.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6371 | 2024-08-16T05:37:03.467Z | [ recovery-image] Aug 16 05:37:02.144 INFO O| Aug 16 05:37:02.144 INFO STEP 803 (remove_files) COMPLETE |
6372 | 2024-08-16T05:37:03.468Z | [ recovery-image] Aug 16 05:37:02.144 INFO O| Aug 16 05:37:02.144 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-08-16T05:37:03.474Z | [ recovery-image] Aug 16 05:37:02.154 INFO O| Aug 16 05:37:02.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6374 | 2024-08-16T05:37:03.474Z | [ recovery-image] Aug 16 05:37:02.154 INFO O| Aug 16 05:37:02.154 INFO STEP 804 (remove_files) COMPLETE |
6375 | 2024-08-16T05:37:03.477Z | [ recovery-image] Aug 16 05:37:02.154 INFO O| Aug 16 05:37:02.154 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-08-16T05:37:03.484Z | [ recovery-image] Aug 16 05:37:02.164 INFO O| Aug 16 05:37:02.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6377 | 2024-08-16T05:37:03.484Z | [ recovery-image] Aug 16 05:37:02.164 INFO O| Aug 16 05:37:02.164 INFO STEP 805 (remove_files) COMPLETE |
6378 | 2024-08-16T05:37:03.487Z | [ recovery-image] Aug 16 05:37:02.164 INFO O| Aug 16 05:37:02.164 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-08-16T05:37:03.494Z | [ recovery-image] Aug 16 05:37:02.174 INFO O| Aug 16 05:37:02.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6380 | 2024-08-16T05:37:03.494Z | [ recovery-image] Aug 16 05:37:02.174 INFO O| Aug 16 05:37:02.174 INFO STEP 806 (remove_files) COMPLETE |
6381 | 2024-08-16T05:37:03.497Z | [ recovery-image] Aug 16 05:37:02.174 INFO O| Aug 16 05:37:02.174 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-08-16T05:37:03.504Z | [ recovery-image] Aug 16 05:37:02.184 INFO O| Aug 16 05:37:02.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6383 | 2024-08-16T05:37:03.504Z | [ recovery-image] Aug 16 05:37:02.184 INFO O| Aug 16 05:37:02.184 INFO STEP 807 (remove_files) COMPLETE |
6384 | 2024-08-16T05:37:03.504Z | [ recovery-image] Aug 16 05:37:02.184 INFO O| Aug 16 05:37:02.184 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-08-16T05:37:03.514Z | [ recovery-image] Aug 16 05:37:02.194 INFO O| Aug 16 05:37:02.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6386 | 2024-08-16T05:37:03.514Z | [ recovery-image] Aug 16 05:37:02.194 INFO O| Aug 16 05:37:02.194 INFO STEP 808 (remove_files) COMPLETE |
6387 | 2024-08-16T05:37:03.514Z | [ recovery-image] Aug 16 05:37:02.194 INFO O| Aug 16 05:37:02.194 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-08-16T05:37:03.525Z | [ recovery-image] Aug 16 05:37:02.205 INFO O| Aug 16 05:37:02.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6389 | 2024-08-16T05:37:03.527Z | [ recovery-image] Aug 16 05:37:02.205 INFO O| Aug 16 05:37:02.205 INFO STEP 809 (remove_files) COMPLETE |
6390 | 2024-08-16T05:37:03.527Z | [ recovery-image] Aug 16 05:37:02.205 INFO O| Aug 16 05:37:02.205 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-08-16T05:37:03.535Z | [ recovery-image] Aug 16 05:37:02.215 INFO O| Aug 16 05:37:02.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6392 | 2024-08-16T05:37:03.538Z | [ recovery-image] Aug 16 05:37:02.215 INFO O| Aug 16 05:37:02.215 INFO STEP 810 (remove_files) COMPLETE |
6393 | 2024-08-16T05:37:03.538Z | [ recovery-image] Aug 16 05:37:02.215 INFO O| Aug 16 05:37:02.215 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-08-16T05:37:03.546Z | [ recovery-image] Aug 16 05:37:02.226 INFO O| Aug 16 05:37:02.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6395 | 2024-08-16T05:37:03.548Z | [ recovery-image] Aug 16 05:37:02.226 INFO O| Aug 16 05:37:02.226 INFO STEP 811 (remove_files) COMPLETE |
6396 | 2024-08-16T05:37:03.548Z | [ recovery-image] Aug 16 05:37:02.226 INFO O| Aug 16 05:37:02.226 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-08-16T05:37:03.556Z | [ recovery-image] Aug 16 05:37:02.235 INFO O| Aug 16 05:37:02.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6398 | 2024-08-16T05:37:03.556Z | [ recovery-image] Aug 16 05:37:02.236 INFO O| Aug 16 05:37:02.236 INFO STEP 812 (remove_files) COMPLETE |
6399 | 2024-08-16T05:37:03.558Z | [ recovery-image] Aug 16 05:37:02.236 INFO O| Aug 16 05:37:02.236 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-08-16T05:37:03.566Z | [ recovery-image] Aug 16 05:37:02.245 INFO O| Aug 16 05:37:02.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6401 | 2024-08-16T05:37:03.569Z | [ recovery-image] Aug 16 05:37:02.245 INFO O| Aug 16 05:37:02.245 INFO STEP 813 (remove_files) COMPLETE |
6402 | 2024-08-16T05:37:03.569Z | [ recovery-image] Aug 16 05:37:02.245 INFO O| Aug 16 05:37:02.245 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-08-16T05:37:03.575Z | [ recovery-image] Aug 16 05:37:02.255 INFO O| Aug 16 05:37:02.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6404 | 2024-08-16T05:37:03.578Z | [ recovery-image] Aug 16 05:37:02.255 INFO O| Aug 16 05:37:02.255 INFO STEP 814 (remove_files) COMPLETE |
6405 | 2024-08-16T05:37:03.578Z | [ recovery-image] Aug 16 05:37:02.255 INFO O| Aug 16 05:37:02.255 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-08-16T05:37:03.585Z | [ recovery-image] Aug 16 05:37:02.265 INFO O| Aug 16 05:37:02.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6407 | 2024-08-16T05:37:03.585Z | [ recovery-image] Aug 16 05:37:02.265 INFO O| Aug 16 05:37:02.265 INFO STEP 815 (remove_files) COMPLETE |
6408 | 2024-08-16T05:37:03.588Z | [ recovery-image] Aug 16 05:37:02.265 INFO O| Aug 16 05:37:02.265 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-08-16T05:37:03.595Z | [ recovery-image] Aug 16 05:37:02.275 INFO O| Aug 16 05:37:02.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6410 | 2024-08-16T05:37:03.598Z | [ recovery-image] Aug 16 05:37:02.275 INFO O| Aug 16 05:37:02.275 INFO STEP 816 (remove_files) COMPLETE |
6411 | 2024-08-16T05:37:03.598Z | [ recovery-image] Aug 16 05:37:02.275 INFO O| Aug 16 05:37:02.275 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-08-16T05:37:03.605Z | [ recovery-image] Aug 16 05:37:02.285 INFO O| Aug 16 05:37:02.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6413 | 2024-08-16T05:37:03.605Z | [ recovery-image] Aug 16 05:37:02.285 INFO O| Aug 16 05:37:02.285 INFO STEP 817 (remove_files) COMPLETE |
6414 | 2024-08-16T05:37:03.608Z | [ recovery-image] Aug 16 05:37:02.285 INFO O| Aug 16 05:37:02.285 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-08-16T05:37:03.615Z | [ recovery-image] Aug 16 05:37:02.295 INFO O| Aug 16 05:37:02.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6416 | 2024-08-16T05:37:03.617Z | [ recovery-image] Aug 16 05:37:02.295 INFO O| Aug 16 05:37:02.295 INFO STEP 818 (remove_files) COMPLETE |
6417 | 2024-08-16T05:37:03.617Z | [ recovery-image] Aug 16 05:37:02.295 INFO O| Aug 16 05:37:02.295 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-08-16T05:37:03.625Z | [ recovery-image] Aug 16 05:37:02.304 INFO O| Aug 16 05:37:02.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6419 | 2024-08-16T05:37:03.625Z | [ recovery-image] Aug 16 05:37:02.304 INFO O| Aug 16 05:37:02.304 INFO STEP 819 (remove_files) COMPLETE |
6420 | 2024-08-16T05:37:03.627Z | [ recovery-image] Aug 16 05:37:02.304 INFO O| Aug 16 05:37:02.304 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-08-16T05:37:03.634Z | [ recovery-image] Aug 16 05:37:02.314 INFO O| Aug 16 05:37:02.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6422 | 2024-08-16T05:37:03.634Z | [ recovery-image] Aug 16 05:37:02.314 INFO O| Aug 16 05:37:02.314 INFO STEP 820 (remove_files) COMPLETE |
6423 | 2024-08-16T05:37:03.637Z | [ recovery-image] Aug 16 05:37:02.314 INFO O| Aug 16 05:37:02.314 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-08-16T05:37:03.644Z | [ recovery-image] Aug 16 05:37:02.324 INFO O| Aug 16 05:37:02.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6425 | 2024-08-16T05:37:03.644Z | [ recovery-image] Aug 16 05:37:02.324 INFO O| Aug 16 05:37:02.324 INFO STEP 821 (remove_files) COMPLETE |
6426 | 2024-08-16T05:37:03.647Z | [ recovery-image] Aug 16 05:37:02.324 INFO O| Aug 16 05:37:02.324 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-08-16T05:37:03.654Z | [ recovery-image] Aug 16 05:37:02.334 INFO O| Aug 16 05:37:02.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6428 | 2024-08-16T05:37:03.654Z | [ recovery-image] Aug 16 05:37:02.334 INFO O| Aug 16 05:37:02.334 INFO STEP 822 (remove_files) COMPLETE |
6429 | 2024-08-16T05:37:03.655Z | [ recovery-image] Aug 16 05:37:02.334 INFO O| Aug 16 05:37:02.334 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-08-16T05:37:03.665Z | [ recovery-image] Aug 16 05:37:02.344 INFO O| Aug 16 05:37:02.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6431 | 2024-08-16T05:37:03.668Z | [ recovery-image] Aug 16 05:37:02.344 INFO O| Aug 16 05:37:02.344 INFO STEP 823 (remove_files) COMPLETE |
6432 | 2024-08-16T05:37:03.668Z | [ recovery-image] Aug 16 05:37:02.345 INFO O| Aug 16 05:37:02.344 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-08-16T05:37:03.677Z | [ recovery-image] Aug 16 05:37:02.356 INFO O| Aug 16 05:37:02.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6434 | 2024-08-16T05:37:03.677Z | [ recovery-image] Aug 16 05:37:02.356 INFO O| Aug 16 05:37:02.356 INFO STEP 824 (remove_files) COMPLETE |
6435 | 2024-08-16T05:37:03.677Z | [ recovery-image] Aug 16 05:37:02.356 INFO O| Aug 16 05:37:02.356 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-08-16T05:37:03.689Z | [ recovery-image] Aug 16 05:37:02.368 INFO O| Aug 16 05:37:02.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6437 | 2024-08-16T05:37:03.689Z | [ recovery-image] Aug 16 05:37:02.368 INFO O| Aug 16 05:37:02.368 INFO STEP 825 (remove_files) COMPLETE |
6438 | 2024-08-16T05:37:03.691Z | [ recovery-image] Aug 16 05:37:02.368 INFO O| Aug 16 05:37:02.368 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-08-16T05:37:03.700Z | [ recovery-image] Aug 16 05:37:02.379 INFO O| Aug 16 05:37:02.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6440 | 2024-08-16T05:37:03.700Z | [ recovery-image] Aug 16 05:37:02.380 INFO O| Aug 16 05:37:02.379 INFO STEP 826 (remove_files) COMPLETE |
6441 | 2024-08-16T05:37:03.703Z | [ recovery-image] Aug 16 05:37:02.380 INFO O| Aug 16 05:37:02.380 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-08-16T05:37:03.710Z | [ recovery-image] Aug 16 05:37:02.390 INFO O| Aug 16 05:37:02.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6443 | 2024-08-16T05:37:03.710Z | [ recovery-image] Aug 16 05:37:02.390 INFO O| Aug 16 05:37:02.390 INFO STEP 827 (remove_files) COMPLETE |
6444 | 2024-08-16T05:37:03.713Z | [ recovery-image] Aug 16 05:37:02.390 INFO O| Aug 16 05:37:02.390 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-08-16T05:37:03.721Z | [ recovery-image] Aug 16 05:37:02.400 INFO O| Aug 16 05:37:02.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6446 | 2024-08-16T05:37:03.721Z | [ recovery-image] Aug 16 05:37:02.400 INFO O| Aug 16 05:37:02.400 INFO STEP 828 (remove_files) COMPLETE |
6447 | 2024-08-16T05:37:03.721Z | [ recovery-image] Aug 16 05:37:02.400 INFO O| Aug 16 05:37:02.400 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-08-16T05:37:03.731Z | [ recovery-image] Aug 16 05:37:02.410 INFO O| Aug 16 05:37:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6449 | 2024-08-16T05:37:03.733Z | [ recovery-image] Aug 16 05:37:02.410 INFO O| Aug 16 05:37:02.410 INFO STEP 829 (remove_files) COMPLETE |
6450 | 2024-08-16T05:37:03.734Z | [ recovery-image] Aug 16 05:37:02.410 INFO O| Aug 16 05:37:02.410 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-08-16T05:37:03.742Z | [ recovery-image] Aug 16 05:37:02.421 INFO O| Aug 16 05:37:02.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6452 | 2024-08-16T05:37:03.744Z | [ recovery-image] Aug 16 05:37:02.421 INFO O| Aug 16 05:37:02.421 INFO STEP 830 (remove_files) COMPLETE |
6453 | 2024-08-16T05:37:03.744Z | [ recovery-image] Aug 16 05:37:02.421 INFO O| Aug 16 05:37:02.421 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-08-16T05:37:03.751Z | [ recovery-image] Aug 16 05:37:02.431 INFO O| Aug 16 05:37:02.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6455 | 2024-08-16T05:37:03.752Z | [ recovery-image] Aug 16 05:37:02.431 INFO O| Aug 16 05:37:02.431 INFO STEP 831 (remove_files) COMPLETE |
6456 | 2024-08-16T05:37:03.752Z | [ recovery-image] Aug 16 05:37:02.431 INFO O| Aug 16 05:37:02.431 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-08-16T05:37:03.763Z | [ recovery-image] Aug 16 05:37:02.442 INFO O| Aug 16 05:37:02.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6458 | 2024-08-16T05:37:03.765Z | [ recovery-image] Aug 16 05:37:02.443 INFO O| Aug 16 05:37:02.442 INFO STEP 832 (remove_files) COMPLETE |
6459 | 2024-08-16T05:37:03.765Z | [ recovery-image] Aug 16 05:37:02.443 INFO O| Aug 16 05:37:02.443 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-08-16T05:37:03.774Z | [ recovery-image] Aug 16 05:37:02.454 INFO O| Aug 16 05:37:02.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6461 | 2024-08-16T05:37:03.774Z | [ recovery-image] Aug 16 05:37:02.454 INFO O| Aug 16 05:37:02.454 INFO STEP 833 (remove_files) COMPLETE |
6462 | 2024-08-16T05:37:03.776Z | [ recovery-image] Aug 16 05:37:02.454 INFO O| Aug 16 05:37:02.454 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-08-16T05:37:03.785Z | [ recovery-image] Aug 16 05:37:02.464 INFO O| Aug 16 05:37:02.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6464 | 2024-08-16T05:37:03.787Z | [ recovery-image] Aug 16 05:37:02.465 INFO O| Aug 16 05:37:02.465 INFO STEP 834 (remove_files) COMPLETE |
6465 | 2024-08-16T05:37:03.787Z | [ recovery-image] Aug 16 05:37:02.465 INFO O| Aug 16 05:37:02.465 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-08-16T05:37:03.795Z | [ recovery-image] Aug 16 05:37:02.475 INFO O| Aug 16 05:37:02.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6467 | 2024-08-16T05:37:03.795Z | [ recovery-image] Aug 16 05:37:02.475 INFO O| Aug 16 05:37:02.475 INFO STEP 835 (remove_files) COMPLETE |
6468 | 2024-08-16T05:37:03.798Z | [ recovery-image] Aug 16 05:37:02.475 INFO O| Aug 16 05:37:02.475 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-08-16T05:37:03.806Z | [ recovery-image] Aug 16 05:37:02.486 INFO O| Aug 16 05:37:02.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6470 | 2024-08-16T05:37:03.806Z | [ recovery-image] Aug 16 05:37:02.486 INFO O| Aug 16 05:37:02.486 INFO STEP 836 (remove_files) COMPLETE |
6471 | 2024-08-16T05:37:03.806Z | [ recovery-image] Aug 16 05:37:02.486 INFO O| Aug 16 05:37:02.486 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-08-16T05:37:03.819Z | [ recovery-image] Aug 16 05:37:02.498 INFO O| Aug 16 05:37:02.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6473 | 2024-08-16T05:37:03.819Z | [ recovery-image] Aug 16 05:37:02.498 INFO O| Aug 16 05:37:02.498 INFO STEP 837 (remove_files) COMPLETE |
6474 | 2024-08-16T05:37:03.819Z | [ recovery-image] Aug 16 05:37:02.498 INFO O| Aug 16 05:37:02.498 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-08-16T05:37:03.830Z | [ recovery-image] Aug 16 05:37:02.509 INFO O| Aug 16 05:37:02.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6476 | 2024-08-16T05:37:03.830Z | [ recovery-image] Aug 16 05:37:02.510 INFO O| Aug 16 05:37:02.509 INFO STEP 838 (remove_files) COMPLETE |
6477 | 2024-08-16T05:37:03.833Z | [ recovery-image] Aug 16 05:37:02.510 INFO O| Aug 16 05:37:02.510 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-08-16T05:37:03.841Z | [ recovery-image] Aug 16 05:37:02.520 INFO O| Aug 16 05:37:02.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6479 | 2024-08-16T05:37:03.844Z | [ recovery-image] Aug 16 05:37:02.521 INFO O| Aug 16 05:37:02.521 INFO STEP 839 (remove_files) COMPLETE |
6480 | 2024-08-16T05:37:03.844Z | [ recovery-image] Aug 16 05:37:02.521 INFO O| Aug 16 05:37:02.521 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-08-16T05:37:03.852Z | [ recovery-image] Aug 16 05:37:02.531 INFO O| Aug 16 05:37:02.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6482 | 2024-08-16T05:37:03.852Z | [ recovery-image] Aug 16 05:37:02.531 INFO O| Aug 16 05:37:02.531 INFO STEP 840 (remove_files) COMPLETE |
6483 | 2024-08-16T05:37:03.852Z | [ recovery-image] Aug 16 05:37:02.531 INFO O| Aug 16 05:37:02.531 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-08-16T05:37:03.863Z | [ recovery-image] Aug 16 05:37:02.542 INFO O| Aug 16 05:37:02.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6485 | 2024-08-16T05:37:03.863Z | [ recovery-image] Aug 16 05:37:02.542 INFO O| Aug 16 05:37:02.542 INFO STEP 841 (remove_files) COMPLETE |
6486 | 2024-08-16T05:37:03.865Z | [ recovery-image] Aug 16 05:37:02.542 INFO O| Aug 16 05:37:02.542 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-08-16T05:37:03.873Z | [ recovery-image] Aug 16 05:37:02.552 INFO O| Aug 16 05:37:02.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6488 | 2024-08-16T05:37:03.875Z | [ recovery-image] Aug 16 05:37:02.553 INFO O| Aug 16 05:37:02.553 INFO STEP 842 (remove_files) COMPLETE |
6489 | 2024-08-16T05:37:03.875Z | [ recovery-image] Aug 16 05:37:02.553 INFO O| Aug 16 05:37:02.553 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-08-16T05:37:03.883Z | [ recovery-image] Aug 16 05:37:02.563 INFO O| Aug 16 05:37:02.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6491 | 2024-08-16T05:37:03.887Z | [ recovery-image] Aug 16 05:37:02.563 INFO O| Aug 16 05:37:02.563 INFO STEP 843 (remove_files) COMPLETE |
6492 | 2024-08-16T05:37:03.887Z | [ recovery-image] Aug 16 05:37:02.563 INFO O| Aug 16 05:37:02.563 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-08-16T05:37:03.893Z | [ recovery-image] Aug 16 05:37:02.573 INFO O| Aug 16 05:37:02.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6494 | 2024-08-16T05:37:03.903Z | [ recovery-image] Aug 16 05:37:02.573 INFO O| Aug 16 05:37:02.573 INFO STEP 844 (remove_files) COMPLETE |
6495 | 2024-08-16T05:37:03.903Z | [ recovery-image] Aug 16 05:37:02.573 INFO O| Aug 16 05:37:02.573 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-08-16T05:37:03.907Z | [ recovery-image] Aug 16 05:37:02.584 INFO O| Aug 16 05:37:02.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6497 | 2024-08-16T05:37:03.907Z | [ recovery-image] Aug 16 05:37:02.584 INFO O| Aug 16 05:37:02.584 INFO STEP 845 (remove_files) COMPLETE |
6498 | 2024-08-16T05:37:03.907Z | [ recovery-image] Aug 16 05:37:02.584 INFO O| Aug 16 05:37:02.584 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-08-16T05:37:03.915Z | [ recovery-image] Aug 16 05:37:02.595 INFO O| Aug 16 05:37:02.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6500 | 2024-08-16T05:37:03.915Z | [ recovery-image] Aug 16 05:37:02.595 INFO O| Aug 16 05:37:02.595 INFO STEP 846 (remove_files) COMPLETE |
6501 | 2024-08-16T05:37:03.915Z | [ recovery-image] Aug 16 05:37:02.595 INFO O| Aug 16 05:37:02.595 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-08-16T05:37:03.925Z | [ recovery-image] Aug 16 05:37:02.605 INFO O| Aug 16 05:37:02.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6503 | 2024-08-16T05:37:03.927Z | [ recovery-image] Aug 16 05:37:02.605 INFO O| Aug 16 05:37:02.605 INFO STEP 847 (remove_files) COMPLETE |
6504 | 2024-08-16T05:37:03.927Z | [ recovery-image] Aug 16 05:37:02.605 INFO O| Aug 16 05:37:02.605 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-08-16T05:37:03.935Z | [ recovery-image] Aug 16 05:37:02.614 INFO O| Aug 16 05:37:02.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6506 | 2024-08-16T05:37:03.935Z | [ recovery-image] Aug 16 05:37:02.614 INFO O| Aug 16 05:37:02.614 INFO STEP 848 (remove_files) COMPLETE |
6507 | 2024-08-16T05:37:03.935Z | [ recovery-image] Aug 16 05:37:02.615 INFO O| Aug 16 05:37:02.614 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-08-16T05:37:03.945Z | [ recovery-image] Aug 16 05:37:02.624 INFO O| Aug 16 05:37:02.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6509 | 2024-08-16T05:37:03.947Z | [ recovery-image] Aug 16 05:37:02.624 INFO O| Aug 16 05:37:02.624 INFO STEP 849 (remove_files) COMPLETE |
6510 | 2024-08-16T05:37:03.947Z | [ recovery-image] Aug 16 05:37:02.624 INFO O| Aug 16 05:37:02.624 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-08-16T05:37:03.954Z | [ recovery-image] Aug 16 05:37:02.634 INFO O| Aug 16 05:37:02.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6512 | 2024-08-16T05:37:03.954Z | [ recovery-image] Aug 16 05:37:02.634 INFO O| Aug 16 05:37:02.634 INFO STEP 850 (remove_files) COMPLETE |
6513 | 2024-08-16T05:37:03.957Z | [ recovery-image] Aug 16 05:37:02.634 INFO O| Aug 16 05:37:02.634 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-08-16T05:37:03.964Z | [ recovery-image] Aug 16 05:37:02.643 INFO O| Aug 16 05:37:02.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6515 | 2024-08-16T05:37:03.966Z | [ recovery-image] Aug 16 05:37:02.644 INFO O| Aug 16 05:37:02.644 INFO STEP 851 (remove_files) COMPLETE |
6516 | 2024-08-16T05:37:03.966Z | [ recovery-image] Aug 16 05:37:02.644 INFO O| Aug 16 05:37:02.644 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-08-16T05:37:03.974Z | [ recovery-image] Aug 16 05:37:02.653 INFO O| Aug 16 05:37:02.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6518 | 2024-08-16T05:37:03.976Z | [ recovery-image] Aug 16 05:37:02.653 INFO O| Aug 16 05:37:02.653 INFO STEP 852 (remove_files) COMPLETE |
6519 | 2024-08-16T05:37:03.976Z | [ recovery-image] Aug 16 05:37:02.653 INFO O| Aug 16 05:37:02.653 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-08-16T05:37:03.983Z | [ recovery-image] Aug 16 05:37:02.663 INFO O| Aug 16 05:37:02.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6521 | 2024-08-16T05:37:03.986Z | [ recovery-image] Aug 16 05:37:02.663 INFO O| Aug 16 05:37:02.663 INFO STEP 853 (remove_files) COMPLETE |
6522 | 2024-08-16T05:37:03.986Z | [ recovery-image] Aug 16 05:37:02.663 INFO O| Aug 16 05:37:02.663 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-08-16T05:37:03.993Z | [ recovery-image] Aug 16 05:37:02.672 INFO O| Aug 16 05:37:02.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6524 | 2024-08-16T05:37:03.993Z | [ recovery-image] Aug 16 05:37:02.672 INFO O| Aug 16 05:37:02.672 INFO STEP 854 (remove_files) COMPLETE |
6525 | 2024-08-16T05:37:03.995Z | [ recovery-image] Aug 16 05:37:02.672 INFO O| Aug 16 05:37:02.672 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-08-16T05:37:04.002Z | [ recovery-image] Aug 16 05:37:02.682 INFO O| Aug 16 05:37:02.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6527 | 2024-08-16T05:37:04.002Z | [ recovery-image] Aug 16 05:37:02.682 INFO O| Aug 16 05:37:02.682 INFO STEP 855 (remove_files) COMPLETE |
6528 | 2024-08-16T05:37:04.002Z | [ recovery-image] Aug 16 05:37:02.682 INFO O| Aug 16 05:37:02.682 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-08-16T05:37:04.012Z | [ recovery-image] Aug 16 05:37:02.691 INFO O| Aug 16 05:37:02.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6530 | 2024-08-16T05:37:04.012Z | [ recovery-image] Aug 16 05:37:02.691 INFO O| Aug 16 05:37:02.691 INFO STEP 856 (remove_files) COMPLETE |
6531 | 2024-08-16T05:37:04.014Z | [ recovery-image] Aug 16 05:37:02.691 INFO O| Aug 16 05:37:02.691 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-08-16T05:37:04.021Z | [ recovery-image] Aug 16 05:37:02.701 INFO O| Aug 16 05:37:02.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6533 | 2024-08-16T05:37:04.021Z | [ recovery-image] Aug 16 05:37:02.701 INFO O| Aug 16 05:37:02.701 INFO STEP 857 (remove_files) COMPLETE |
6534 | 2024-08-16T05:37:04.024Z | [ recovery-image] Aug 16 05:37:02.701 INFO O| Aug 16 05:37:02.701 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-08-16T05:37:04.031Z | [ recovery-image] Aug 16 05:37:02.711 INFO O| Aug 16 05:37:02.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6536 | 2024-08-16T05:37:04.034Z | [ recovery-image] Aug 16 05:37:02.711 INFO O| Aug 16 05:37:02.711 INFO STEP 858 (remove_files) COMPLETE |
6537 | 2024-08-16T05:37:04.034Z | [ recovery-image] Aug 16 05:37:02.711 INFO O| Aug 16 05:37:02.711 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-08-16T05:37:04.044Z | [ recovery-image] Aug 16 05:37:02.723 INFO O| Aug 16 05:37:02.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6539 | 2024-08-16T05:37:04.044Z | [ recovery-image] Aug 16 05:37:02.723 INFO O| Aug 16 05:37:02.723 INFO STEP 859 (remove_files) COMPLETE |
6540 | 2024-08-16T05:37:04.044Z | [ recovery-image] Aug 16 05:37:02.723 INFO O| Aug 16 05:37:02.723 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-08-16T05:37:04.055Z | [ recovery-image] Aug 16 05:37:02.735 INFO O| Aug 16 05:37:02.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6542 | 2024-08-16T05:37:04.055Z | [ recovery-image] Aug 16 05:37:02.735 INFO O| Aug 16 05:37:02.735 INFO STEP 860 (remove_files) COMPLETE |
6543 | 2024-08-16T05:37:04.055Z | [ recovery-image] Aug 16 05:37:02.735 INFO O| Aug 16 05:37:02.735 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-08-16T05:37:04.067Z | [ recovery-image] Aug 16 05:37:02.746 INFO O| Aug 16 05:37:02.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6545 | 2024-08-16T05:37:04.067Z | [ recovery-image] Aug 16 05:37:02.746 INFO O| Aug 16 05:37:02.746 INFO STEP 861 (remove_files) COMPLETE |
6546 | 2024-08-16T05:37:04.067Z | [ recovery-image] Aug 16 05:37:02.746 INFO O| Aug 16 05:37:02.746 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-08-16T05:37:04.078Z | [ recovery-image] Aug 16 05:37:02.758 INFO O| Aug 16 05:37:02.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6548 | 2024-08-16T05:37:04.081Z | [ recovery-image] Aug 16 05:37:02.758 INFO O| Aug 16 05:37:02.758 INFO STEP 862 (remove_files) COMPLETE |
6549 | 2024-08-16T05:37:04.081Z | [ recovery-image] Aug 16 05:37:02.758 INFO O| Aug 16 05:37:02.758 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-08-16T05:37:04.089Z | [ recovery-image] Aug 16 05:37:02.769 INFO O| Aug 16 05:37:02.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6551 | 2024-08-16T05:37:04.092Z | [ recovery-image] Aug 16 05:37:02.769 INFO O| Aug 16 05:37:02.769 INFO STEP 863 (remove_files) COMPLETE |
6552 | 2024-08-16T05:37:04.092Z | [ recovery-image] Aug 16 05:37:02.769 INFO O| Aug 16 05:37:02.769 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-08-16T05:37:04.100Z | [ recovery-image] Aug 16 05:37:02.780 INFO O| Aug 16 05:37:02.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6554 | 2024-08-16T05:37:04.103Z | [ recovery-image] Aug 16 05:37:02.780 INFO O| Aug 16 05:37:02.780 INFO STEP 864 (remove_files) COMPLETE |
6555 | 2024-08-16T05:37:04.103Z | [ recovery-image] Aug 16 05:37:02.780 INFO O| Aug 16 05:37:02.780 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-08-16T05:37:04.110Z | [ recovery-image] Aug 16 05:37:02.790 INFO O| Aug 16 05:37:02.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6557 | 2024-08-16T05:37:04.113Z | [ recovery-image] Aug 16 05:37:02.790 INFO O| Aug 16 05:37:02.790 INFO STEP 865 (remove_files) COMPLETE |
6558 | 2024-08-16T05:37:04.113Z | [ recovery-image] Aug 16 05:37:02.790 INFO O| Aug 16 05:37:02.790 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-08-16T05:37:04.120Z | [ recovery-image] Aug 16 05:37:02.799 INFO O| Aug 16 05:37:02.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6560 | 2024-08-16T05:37:04.123Z | [ recovery-image] Aug 16 05:37:02.800 INFO O| Aug 16 05:37:02.800 INFO STEP 866 (remove_files) COMPLETE |
6561 | 2024-08-16T05:37:04.123Z | [ recovery-image] Aug 16 05:37:02.800 INFO O| Aug 16 05:37:02.800 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-08-16T05:37:04.130Z | [ recovery-image] Aug 16 05:37:02.810 INFO O| Aug 16 05:37:02.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6563 | 2024-08-16T05:37:04.130Z | [ recovery-image] Aug 16 05:37:02.810 INFO O| Aug 16 05:37:02.810 INFO STEP 867 (remove_files) COMPLETE |
6564 | 2024-08-16T05:37:04.133Z | [ recovery-image] Aug 16 05:37:02.810 INFO O| Aug 16 05:37:02.810 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-08-16T05:37:04.140Z | [ recovery-image] Aug 16 05:37:02.820 INFO O| Aug 16 05:37:02.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6566 | 2024-08-16T05:37:04.140Z | [ recovery-image] Aug 16 05:37:02.820 INFO O| Aug 16 05:37:02.820 INFO STEP 868 (remove_files) COMPLETE |
6567 | 2024-08-16T05:37:04.143Z | [ recovery-image] Aug 16 05:37:02.820 INFO O| Aug 16 05:37:02.820 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-08-16T05:37:04.150Z | [ recovery-image] Aug 16 05:37:02.830 INFO O| Aug 16 05:37:02.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6569 | 2024-08-16T05:37:04.150Z | [ recovery-image] Aug 16 05:37:02.830 INFO O| Aug 16 05:37:02.830 INFO STEP 869 (remove_files) COMPLETE |
6570 | 2024-08-16T05:37:04.150Z | [ recovery-image] Aug 16 05:37:02.830 INFO O| Aug 16 05:37:02.830 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-08-16T05:37:04.160Z | [ recovery-image] Aug 16 05:37:02.840 INFO O| Aug 16 05:37:02.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6572 | 2024-08-16T05:37:04.160Z | [ recovery-image] Aug 16 05:37:02.840 INFO O| Aug 16 05:37:02.840 INFO STEP 870 (remove_files) COMPLETE |
6573 | 2024-08-16T05:37:04.160Z | [ recovery-image] Aug 16 05:37:02.840 INFO O| Aug 16 05:37:02.840 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-08-16T05:37:04.170Z | [ recovery-image] Aug 16 05:37:02.850 INFO O| Aug 16 05:37:02.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6575 | 2024-08-16T05:37:04.170Z | [ recovery-image] Aug 16 05:37:02.850 INFO O| Aug 16 05:37:02.850 INFO STEP 871 (remove_files) COMPLETE |
6576 | 2024-08-16T05:37:04.170Z | [ recovery-image] Aug 16 05:37:02.850 INFO O| Aug 16 05:37:02.850 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-08-16T05:37:04.180Z | [ recovery-image] Aug 16 05:37:02.859 INFO O| Aug 16 05:37:02.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6578 | 2024-08-16T05:37:04.180Z | [ recovery-image] Aug 16 05:37:02.860 INFO O| Aug 16 05:37:02.860 INFO STEP 872 (remove_files) COMPLETE |
6579 | 2024-08-16T05:37:04.180Z | [ recovery-image] Aug 16 05:37:02.860 INFO O| Aug 16 05:37:02.860 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-08-16T05:37:04.190Z | [ recovery-image] Aug 16 05:37:02.869 INFO O| Aug 16 05:37:02.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6581 | 2024-08-16T05:37:04.192Z | [ recovery-image] Aug 16 05:37:02.870 INFO O| Aug 16 05:37:02.870 INFO STEP 873 (remove_files) COMPLETE |
6582 | 2024-08-16T05:37:04.192Z | [ recovery-image] Aug 16 05:37:02.870 INFO O| Aug 16 05:37:02.870 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-08-16T05:37:04.200Z | [ recovery-image] Aug 16 05:37:02.880 INFO O| Aug 16 05:37:02.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6584 | 2024-08-16T05:37:04.200Z | [ recovery-image] Aug 16 05:37:02.880 INFO O| Aug 16 05:37:02.880 INFO STEP 874 (remove_files) COMPLETE |
6585 | 2024-08-16T05:37:04.203Z | [ recovery-image] Aug 16 05:37:02.880 INFO O| Aug 16 05:37:02.880 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-08-16T05:37:04.210Z | [ recovery-image] Aug 16 05:37:02.889 INFO O| Aug 16 05:37:02.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6587 | 2024-08-16T05:37:04.212Z | [ recovery-image] Aug 16 05:37:02.890 INFO O| Aug 16 05:37:02.890 INFO STEP 875 (remove_files) COMPLETE |
6588 | 2024-08-16T05:37:04.212Z | [ recovery-image] Aug 16 05:37:02.890 INFO O| Aug 16 05:37:02.890 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-08-16T05:37:04.221Z | [ recovery-image] Aug 16 05:37:02.899 INFO O| Aug 16 05:37:02.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6590 | 2024-08-16T05:37:04.221Z | [ recovery-image] Aug 16 05:37:02.899 INFO O| Aug 16 05:37:02.899 INFO STEP 876 (remove_files) COMPLETE |
6591 | 2024-08-16T05:37:04.224Z | [ recovery-image] Aug 16 05:37:02.900 INFO O| Aug 16 05:37:02.899 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-08-16T05:37:04.231Z | [ recovery-image] Aug 16 05:37:02.909 INFO O| Aug 16 05:37:02.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6593 | 2024-08-16T05:37:04.231Z | [ recovery-image] Aug 16 05:37:02.909 INFO O| Aug 16 05:37:02.909 INFO STEP 877 (remove_files) COMPLETE |
6594 | 2024-08-16T05:37:04.234Z | [ recovery-image] Aug 16 05:37:02.909 INFO O| Aug 16 05:37:02.909 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-08-16T05:37:04.240Z | [ recovery-image] Aug 16 05:37:02.919 INFO O| Aug 16 05:37:02.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6596 | 2024-08-16T05:37:04.240Z | [ recovery-image] Aug 16 05:37:02.919 INFO O| Aug 16 05:37:02.919 INFO STEP 878 (remove_files) COMPLETE |
6597 | 2024-08-16T05:37:04.240Z | [ recovery-image] Aug 16 05:37:02.919 INFO O| Aug 16 05:37:02.919 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-08-16T05:37:04.249Z | [ recovery-image] Aug 16 05:37:02.928 INFO O| Aug 16 05:37:02.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6599 | 2024-08-16T05:37:04.249Z | [ recovery-image] Aug 16 05:37:02.928 INFO O| Aug 16 05:37:02.928 INFO STEP 879 (remove_files) COMPLETE |
6600 | 2024-08-16T05:37:04.249Z | [ recovery-image] Aug 16 05:37:02.928 INFO O| Aug 16 05:37:02.928 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-08-16T05:37:04.259Z | [ recovery-image] Aug 16 05:37:02.938 INFO O| Aug 16 05:37:02.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6602 | 2024-08-16T05:37:04.261Z | [ recovery-image] Aug 16 05:37:02.938 INFO O| Aug 16 05:37:02.938 INFO STEP 880 (remove_files) COMPLETE |
6603 | 2024-08-16T05:37:04.261Z | [ recovery-image] Aug 16 05:37:02.938 INFO O| Aug 16 05:37:02.938 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-08-16T05:37:04.269Z | [ recovery-image] Aug 16 05:37:02.948 INFO O| Aug 16 05:37:02.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6605 | 2024-08-16T05:37:04.271Z | [ recovery-image] Aug 16 05:37:02.948 INFO O| Aug 16 05:37:02.948 INFO STEP 881 (remove_files) COMPLETE |
6606 | 2024-08-16T05:37:04.271Z | [ recovery-image] Aug 16 05:37:02.948 INFO O| Aug 16 05:37:02.948 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-08-16T05:37:04.279Z | [ recovery-image] Aug 16 05:37:02.958 INFO O| Aug 16 05:37:02.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6608 | 2024-08-16T05:37:04.281Z | [ recovery-image] Aug 16 05:37:02.958 INFO O| Aug 16 05:37:02.958 INFO STEP 882 (remove_files) COMPLETE |
6609 | 2024-08-16T05:37:04.281Z | [ recovery-image] Aug 16 05:37:02.958 INFO O| Aug 16 05:37:02.958 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-08-16T05:37:04.289Z | [ recovery-image] Aug 16 05:37:02.968 INFO O| Aug 16 05:37:02.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6611 | 2024-08-16T05:37:04.289Z | [ recovery-image] Aug 16 05:37:02.968 INFO O| Aug 16 05:37:02.968 INFO STEP 883 (remove_files) COMPLETE |
6612 | 2024-08-16T05:37:04.298Z | [ recovery-image] Aug 16 05:37:02.968 INFO O| Aug 16 05:37:02.968 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-08-16T05:37:04.298Z | [ recovery-image] Aug 16 05:37:02.978 INFO O| Aug 16 05:37:02.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6614 | 2024-08-16T05:37:04.302Z | [ recovery-image] Aug 16 05:37:02.978 INFO O| Aug 16 05:37:02.978 INFO STEP 884 (remove_files) COMPLETE |
6615 | 2024-08-16T05:37:04.302Z | [ recovery-image] Aug 16 05:37:02.978 INFO O| Aug 16 05:37:02.978 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-08-16T05:37:04.309Z | [ recovery-image] Aug 16 05:37:02.988 INFO O| Aug 16 05:37:02.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6617 | 2024-08-16T05:37:04.309Z | [ recovery-image] Aug 16 05:37:02.988 INFO O| Aug 16 05:37:02.988 INFO STEP 885 (remove_files) COMPLETE |
6618 | 2024-08-16T05:37:04.311Z | [ recovery-image] Aug 16 05:37:02.988 INFO O| Aug 16 05:37:02.988 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-08-16T05:37:04.323Z | [ recovery-image] Aug 16 05:37:03.001 INFO O| Aug 16 05:37:03.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6620 | 2024-08-16T05:37:04.325Z | [ recovery-image] Aug 16 05:37:03.001 INFO O| Aug 16 05:37:03.001 INFO STEP 886 (remove_files) COMPLETE |
6621 | 2024-08-16T05:37:04.325Z | [ recovery-image] Aug 16 05:37:03.001 INFO O| Aug 16 05:37:03.001 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-08-16T05:37:04.334Z | [ recovery-image] Aug 16 05:37:03.013 INFO O| Aug 16 05:37:03.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6623 | 2024-08-16T05:37:04.337Z | [ recovery-image] Aug 16 05:37:03.015 INFO O| Aug 16 05:37:03.015 INFO STEP 887 (remove_files) COMPLETE |
6624 | 2024-08-16T05:37:04.337Z | [ recovery-image] Aug 16 05:37:03.015 INFO O| Aug 16 05:37:03.015 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-08-16T05:37:04.349Z | [ recovery-image] Aug 16 05:37:03.027 INFO O| Aug 16 05:37:03.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6626 | 2024-08-16T05:37:04.351Z | [ recovery-image] Aug 16 05:37:03.027 INFO O| Aug 16 05:37:03.027 INFO STEP 888 (remove_files) COMPLETE |
6627 | 2024-08-16T05:37:04.351Z | [ recovery-image] Aug 16 05:37:03.027 INFO O| Aug 16 05:37:03.027 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-08-16T05:37:04.359Z | [ recovery-image] Aug 16 05:37:03.038 INFO O| Aug 16 05:37:03.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6629 | 2024-08-16T05:37:04.361Z | [ recovery-image] Aug 16 05:37:03.040 INFO O| Aug 16 05:37:03.040 INFO STEP 889 (remove_files) COMPLETE |
6630 | 2024-08-16T05:37:04.361Z | [ recovery-image] Aug 16 05:37:03.040 INFO O| Aug 16 05:37:03.040 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-08-16T05:37:04.372Z | [ recovery-image] Aug 16 05:37:03.051 INFO O| Aug 16 05:37:03.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6632 | 2024-08-16T05:37:04.372Z | [ recovery-image] Aug 16 05:37:03.051 INFO O| Aug 16 05:37:03.051 INFO STEP 890 (remove_files) COMPLETE |
6633 | 2024-08-16T05:37:04.375Z | [ recovery-image] Aug 16 05:37:03.051 INFO O| Aug 16 05:37:03.051 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-08-16T05:37:04.384Z | [ recovery-image] Aug 16 05:37:03.063 INFO O| Aug 16 05:37:03.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6635 | 2024-08-16T05:37:04.384Z | [ recovery-image] Aug 16 05:37:03.063 INFO O| Aug 16 05:37:03.063 INFO STEP 891 (remove_files) COMPLETE |
6636 | 2024-08-16T05:37:04.387Z | [ recovery-image] Aug 16 05:37:03.063 INFO O| Aug 16 05:37:03.063 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-08-16T05:37:04.395Z | [ recovery-image] Aug 16 05:37:03.075 INFO O| Aug 16 05:37:03.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6638 | 2024-08-16T05:37:04.398Z | [ recovery-image] Aug 16 05:37:03.075 INFO O| Aug 16 05:37:03.075 INFO STEP 892 (remove_files) COMPLETE |
6639 | 2024-08-16T05:37:04.398Z | [ recovery-image] Aug 16 05:37:03.075 INFO O| Aug 16 05:37:03.075 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-08-16T05:37:04.406Z | [ recovery-image] Aug 16 05:37:03.085 INFO O| Aug 16 05:37:03.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6641 | 2024-08-16T05:37:04.406Z | [ recovery-image] Aug 16 05:37:03.085 INFO O| Aug 16 05:37:03.085 INFO STEP 893 (remove_files) COMPLETE |
6642 | 2024-08-16T05:37:04.406Z | [ recovery-image] Aug 16 05:37:03.085 INFO O| Aug 16 05:37:03.085 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-08-16T05:37:04.416Z | [ recovery-image] Aug 16 05:37:03.095 INFO O| Aug 16 05:37:03.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6644 | 2024-08-16T05:37:04.419Z | [ recovery-image] Aug 16 05:37:03.095 INFO O| Aug 16 05:37:03.095 INFO STEP 894 (remove_files) COMPLETE |
6645 | 2024-08-16T05:37:04.419Z | [ recovery-image] Aug 16 05:37:03.095 INFO O| Aug 16 05:37:03.095 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-08-16T05:37:04.426Z | [ recovery-image] Aug 16 05:37:03.105 INFO O| Aug 16 05:37:03.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6647 | 2024-08-16T05:37:04.428Z | [ recovery-image] Aug 16 05:37:03.105 INFO O| Aug 16 05:37:03.105 INFO STEP 895 (remove_files) COMPLETE |
6648 | 2024-08-16T05:37:04.428Z | [ recovery-image] Aug 16 05:37:03.105 INFO O| Aug 16 05:37:03.105 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-08-16T05:37:04.437Z | [ recovery-image] Aug 16 05:37:03.117 INFO O| Aug 16 05:37:03.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6650 | 2024-08-16T05:37:04.440Z | [ recovery-image] Aug 16 05:37:03.117 INFO O| Aug 16 05:37:03.117 INFO STEP 896 (remove_files) COMPLETE |
6651 | 2024-08-16T05:37:04.440Z | [ recovery-image] Aug 16 05:37:03.117 INFO O| Aug 16 05:37:03.117 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-08-16T05:37:04.447Z | [ recovery-image] Aug 16 05:37:03.126 INFO O| Aug 16 05:37:03.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6653 | 2024-08-16T05:37:04.447Z | [ recovery-image] Aug 16 05:37:03.127 INFO O| Aug 16 05:37:03.126 INFO STEP 897 (remove_files) COMPLETE |
6654 | 2024-08-16T05:37:04.450Z | [ recovery-image] Aug 16 05:37:03.127 INFO O| Aug 16 05:37:03.126 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-08-16T05:37:04.457Z | [ recovery-image] Aug 16 05:37:03.136 INFO O| Aug 16 05:37:03.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6656 | 2024-08-16T05:37:04.459Z | [ recovery-image] Aug 16 05:37:03.136 INFO O| Aug 16 05:37:03.136 INFO STEP 898 (remove_files) COMPLETE |
6657 | 2024-08-16T05:37:04.459Z | [ recovery-image] Aug 16 05:37:03.136 INFO O| Aug 16 05:37:03.136 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-08-16T05:37:04.467Z | [ recovery-image] Aug 16 05:37:03.146 INFO O| Aug 16 05:37:03.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6659 | 2024-08-16T05:37:04.467Z | [ recovery-image] Aug 16 05:37:03.146 INFO O| Aug 16 05:37:03.146 INFO STEP 899 (remove_files) COMPLETE |
6660 | 2024-08-16T05:37:04.469Z | [ recovery-image] Aug 16 05:37:03.146 INFO O| Aug 16 05:37:03.146 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-08-16T05:37:04.476Z | [ recovery-image] Aug 16 05:37:03.155 INFO O| Aug 16 05:37:03.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6662 | 2024-08-16T05:37:04.479Z | [ recovery-image] Aug 16 05:37:03.156 INFO O| Aug 16 05:37:03.156 INFO STEP 900 (remove_files) COMPLETE |
6663 | 2024-08-16T05:37:04.479Z | [ recovery-image] Aug 16 05:37:03.156 INFO O| Aug 16 05:37:03.156 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-08-16T05:37:04.486Z | [ recovery-image] Aug 16 05:37:03.165 INFO O| Aug 16 05:37:03.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6665 | 2024-08-16T05:37:04.486Z | [ recovery-image] Aug 16 05:37:03.165 INFO O| Aug 16 05:37:03.165 INFO STEP 901 (remove_files) COMPLETE |
6666 | 2024-08-16T05:37:04.489Z | [ recovery-image] Aug 16 05:37:03.165 INFO O| Aug 16 05:37:03.165 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-08-16T05:37:04.496Z | [ recovery-image] Aug 16 05:37:03.175 INFO O| Aug 16 05:37:03.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6668 | 2024-08-16T05:37:04.496Z | [ recovery-image] Aug 16 05:37:03.175 INFO O| Aug 16 05:37:03.175 INFO STEP 902 (remove_files) COMPLETE |
6669 | 2024-08-16T05:37:04.498Z | [ recovery-image] Aug 16 05:37:03.175 INFO O| Aug 16 05:37:03.175 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-08-16T05:37:04.506Z | [ recovery-image] Aug 16 05:37:03.185 INFO O| Aug 16 05:37:03.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6671 | 2024-08-16T05:37:04.506Z | [ recovery-image] Aug 16 05:37:03.185 INFO O| Aug 16 05:37:03.185 INFO STEP 903 (remove_files) COMPLETE |
6672 | 2024-08-16T05:37:04.509Z | [ recovery-image] Aug 16 05:37:03.185 INFO O| Aug 16 05:37:03.185 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-08-16T05:37:04.516Z | [ recovery-image] Aug 16 05:37:03.195 INFO O| Aug 16 05:37:03.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6674 | 2024-08-16T05:37:04.516Z | [ recovery-image] Aug 16 05:37:03.195 INFO O| Aug 16 05:37:03.195 INFO STEP 904 (remove_files) COMPLETE |
6675 | 2024-08-16T05:37:04.519Z | [ recovery-image] Aug 16 05:37:03.195 INFO O| Aug 16 05:37:03.195 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-08-16T05:37:04.526Z | [ recovery-image] Aug 16 05:37:03.205 INFO O| Aug 16 05:37:03.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6677 | 2024-08-16T05:37:04.529Z | [ recovery-image] Aug 16 05:37:03.205 INFO O| Aug 16 05:37:03.205 INFO STEP 905 (remove_files) COMPLETE |
6678 | 2024-08-16T05:37:04.529Z | [ recovery-image] Aug 16 05:37:03.206 INFO O| Aug 16 05:37:03.205 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-08-16T05:37:04.537Z | [ recovery-image] Aug 16 05:37:03.215 INFO O| Aug 16 05:37:03.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6680 | 2024-08-16T05:37:04.539Z | [ recovery-image] Aug 16 05:37:03.215 INFO O| Aug 16 05:37:03.215 INFO STEP 906 (remove_files) COMPLETE |
6681 | 2024-08-16T05:37:04.539Z | [ recovery-image] Aug 16 05:37:03.215 INFO O| Aug 16 05:37:03.215 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-08-16T05:37:04.545Z | [ recovery-image] Aug 16 05:37:03.225 INFO O| Aug 16 05:37:03.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6683 | 2024-08-16T05:37:04.545Z | [ recovery-image] Aug 16 05:37:03.225 INFO O| Aug 16 05:37:03.225 INFO STEP 907 (remove_files) COMPLETE |
6684 | 2024-08-16T05:37:04.548Z | [ recovery-image] Aug 16 05:37:03.225 INFO O| Aug 16 05:37:03.225 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-08-16T05:37:04.555Z | [ recovery-image] Aug 16 05:37:03.234 INFO O| Aug 16 05:37:03.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6686 | 2024-08-16T05:37:04.555Z | [ recovery-image] Aug 16 05:37:03.234 INFO O| Aug 16 05:37:03.234 INFO STEP 908 (remove_files) COMPLETE |
6687 | 2024-08-16T05:37:04.557Z | [ recovery-image] Aug 16 05:37:03.234 INFO O| Aug 16 05:37:03.234 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-08-16T05:37:04.564Z | [ recovery-image] Aug 16 05:37:03.244 INFO O| Aug 16 05:37:03.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6689 | 2024-08-16T05:37:04.564Z | [ recovery-image] Aug 16 05:37:03.244 INFO O| Aug 16 05:37:03.244 INFO STEP 909 (remove_files) COMPLETE |
6690 | 2024-08-16T05:37:04.567Z | [ recovery-image] Aug 16 05:37:03.244 INFO O| Aug 16 05:37:03.244 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-08-16T05:37:04.574Z | [ recovery-image] Aug 16 05:37:03.253 INFO O| Aug 16 05:37:03.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6692 | 2024-08-16T05:37:04.577Z | [ recovery-image] Aug 16 05:37:03.253 INFO O| Aug 16 05:37:03.253 INFO STEP 910 (remove_files) COMPLETE |
6693 | 2024-08-16T05:37:04.577Z | [ recovery-image] Aug 16 05:37:03.253 INFO O| Aug 16 05:37:03.253 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-08-16T05:37:04.584Z | [ recovery-image] Aug 16 05:37:03.264 INFO O| Aug 16 05:37:03.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6695 | 2024-08-16T05:37:04.584Z | [ recovery-image] Aug 16 05:37:03.264 INFO O| Aug 16 05:37:03.264 INFO STEP 911 (remove_files) COMPLETE |
6696 | 2024-08-16T05:37:04.585Z | [ recovery-image] Aug 16 05:37:03.264 INFO O| Aug 16 05:37:03.264 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-08-16T05:37:04.595Z | [ recovery-image] Aug 16 05:37:03.274 INFO O| Aug 16 05:37:03.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6698 | 2024-08-16T05:37:04.595Z | [ recovery-image] Aug 16 05:37:03.274 INFO O| Aug 16 05:37:03.274 INFO STEP 912 (remove_files) COMPLETE |
6699 | 2024-08-16T05:37:04.595Z | [ recovery-image] Aug 16 05:37:03.274 INFO O| Aug 16 05:37:03.274 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-08-16T05:37:04.605Z | [ recovery-image] Aug 16 05:37:03.284 INFO O| Aug 16 05:37:03.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6701 | 2024-08-16T05:37:04.607Z | [ recovery-image] Aug 16 05:37:03.284 INFO O| Aug 16 05:37:03.284 INFO STEP 913 (remove_files) COMPLETE |
6702 | 2024-08-16T05:37:04.607Z | [ recovery-image] Aug 16 05:37:03.284 INFO O| Aug 16 05:37:03.284 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-08-16T05:37:04.615Z | [ recovery-image] Aug 16 05:37:03.294 INFO O| Aug 16 05:37:03.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6704 | 2024-08-16T05:37:04.618Z | [ recovery-image] Aug 16 05:37:03.294 INFO O| Aug 16 05:37:03.294 INFO STEP 914 (remove_files) COMPLETE |
6705 | 2024-08-16T05:37:04.618Z | [ recovery-image] Aug 16 05:37:03.294 INFO O| Aug 16 05:37:03.294 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-08-16T05:37:04.625Z | [ recovery-image] Aug 16 05:37:03.304 INFO O| Aug 16 05:37:03.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6707 | 2024-08-16T05:37:04.627Z | [ recovery-image] Aug 16 05:37:03.304 INFO O| Aug 16 05:37:03.304 INFO STEP 915 (remove_files) COMPLETE |
6708 | 2024-08-16T05:37:04.627Z | [ recovery-image] Aug 16 05:37:03.304 INFO O| Aug 16 05:37:03.304 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-08-16T05:37:04.634Z | [ recovery-image] Aug 16 05:37:03.314 INFO O| Aug 16 05:37:03.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6710 | 2024-08-16T05:37:04.637Z | [ recovery-image] Aug 16 05:37:03.314 INFO O| Aug 16 05:37:03.314 INFO STEP 916 (remove_files) COMPLETE |
6711 | 2024-08-16T05:37:04.637Z | [ recovery-image] Aug 16 05:37:03.314 INFO O| Aug 16 05:37:03.314 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-08-16T05:37:04.644Z | [ recovery-image] Aug 16 05:37:03.323 INFO O| Aug 16 05:37:03.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6713 | 2024-08-16T05:37:04.644Z | [ recovery-image] Aug 16 05:37:03.324 INFO O| Aug 16 05:37:03.323 INFO STEP 917 (remove_files) COMPLETE |
6714 | 2024-08-16T05:37:04.647Z | [ recovery-image] Aug 16 05:37:03.324 INFO O| Aug 16 05:37:03.323 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-08-16T05:37:04.656Z | [ recovery-image] Aug 16 05:37:03.333 INFO O| Aug 16 05:37:03.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6716 | 2024-08-16T05:37:04.656Z | [ recovery-image] Aug 16 05:37:03.333 INFO O| Aug 16 05:37:03.333 INFO STEP 918 (remove_files) COMPLETE |
6717 | 2024-08-16T05:37:04.656Z | [ recovery-image] Aug 16 05:37:03.333 INFO O| Aug 16 05:37:03.333 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-08-16T05:37:04.664Z | [ recovery-image] Aug 16 05:37:03.343 INFO O| Aug 16 05:37:03.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6719 | 2024-08-16T05:37:04.666Z | [ recovery-image] Aug 16 05:37:03.343 INFO O| Aug 16 05:37:03.343 INFO STEP 919 (remove_files) COMPLETE |
6720 | 2024-08-16T05:37:04.666Z | [ recovery-image] Aug 16 05:37:03.343 INFO O| Aug 16 05:37:03.343 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-08-16T05:37:04.673Z | [ recovery-image] Aug 16 05:37:03.352 INFO O| Aug 16 05:37:03.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6722 | 2024-08-16T05:37:04.676Z | [ recovery-image] Aug 16 05:37:03.353 INFO O| Aug 16 05:37:03.353 INFO STEP 920 (remove_files) COMPLETE |
6723 | 2024-08-16T05:37:04.676Z | [ recovery-image] Aug 16 05:37:03.353 INFO O| Aug 16 05:37:03.353 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-08-16T05:37:04.685Z | [ recovery-image] Aug 16 05:37:03.363 INFO O| Aug 16 05:37:03.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6725 | 2024-08-16T05:37:04.685Z | [ recovery-image] Aug 16 05:37:03.363 INFO O| Aug 16 05:37:03.363 INFO STEP 921 (remove_files) COMPLETE |
6726 | 2024-08-16T05:37:04.687Z | [ recovery-image] Aug 16 05:37:03.363 INFO O| Aug 16 05:37:03.363 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-08-16T05:37:04.696Z | [ recovery-image] Aug 16 05:37:03.375 INFO O| Aug 16 05:37:03.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6728 | 2024-08-16T05:37:04.699Z | [ recovery-image] Aug 16 05:37:03.376 INFO O| Aug 16 05:37:03.376 INFO STEP 922 (remove_files) COMPLETE |
6729 | 2024-08-16T05:37:04.699Z | [ recovery-image] Aug 16 05:37:03.376 INFO O| Aug 16 05:37:03.376 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-08-16T05:37:04.710Z | [ recovery-image] Aug 16 05:37:03.389 INFO O| Aug 16 05:37:03.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6731 | 2024-08-16T05:37:04.712Z | [ recovery-image] Aug 16 05:37:03.389 INFO O| Aug 16 05:37:03.389 INFO STEP 923 (remove_files) COMPLETE |
6732 | 2024-08-16T05:37:04.712Z | [ recovery-image] Aug 16 05:37:03.389 INFO O| Aug 16 05:37:03.389 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-08-16T05:37:04.722Z | [ recovery-image] Aug 16 05:37:03.401 INFO O| Aug 16 05:37:03.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6734 | 2024-08-16T05:37:04.722Z | [ recovery-image] Aug 16 05:37:03.401 INFO O| Aug 16 05:37:03.401 INFO STEP 924 (remove_files) COMPLETE |
6735 | 2024-08-16T05:37:04.722Z | [ recovery-image] Aug 16 05:37:03.401 INFO O| Aug 16 05:37:03.401 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-08-16T05:37:04.733Z | [ recovery-image] Aug 16 05:37:03.412 INFO O| Aug 16 05:37:03.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6737 | 2024-08-16T05:37:04.736Z | [ recovery-image] Aug 16 05:37:03.412 INFO O| Aug 16 05:37:03.412 INFO STEP 925 (remove_files) COMPLETE |
6738 | 2024-08-16T05:37:04.736Z | [ recovery-image] Aug 16 05:37:03.412 INFO O| Aug 16 05:37:03.412 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-08-16T05:37:04.745Z | [ recovery-image] Aug 16 05:37:03.424 INFO O| Aug 16 05:37:03.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6740 | 2024-08-16T05:37:04.746Z | [ recovery-image] Aug 16 05:37:03.425 INFO O| Aug 16 05:37:03.425 INFO STEP 926 (remove_files) COMPLETE |
6741 | 2024-08-16T05:37:04.746Z | [ recovery-image] Aug 16 05:37:03.425 INFO O| Aug 16 05:37:03.425 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-08-16T05:37:04.758Z | [ recovery-image] Aug 16 05:37:03.437 INFO O| Aug 16 05:37:03.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6743 | 2024-08-16T05:37:04.758Z | [ recovery-image] Aug 16 05:37:03.437 INFO O| Aug 16 05:37:03.437 INFO STEP 927 (remove_files) COMPLETE |
6744 | 2024-08-16T05:37:04.761Z | [ recovery-image] Aug 16 05:37:03.437 INFO O| Aug 16 05:37:03.437 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-08-16T05:37:04.773Z | [ recovery-image] Aug 16 05:37:03.452 INFO O| Aug 16 05:37:03.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6746 | 2024-08-16T05:37:04.775Z | [ recovery-image] Aug 16 05:37:03.452 INFO O| Aug 16 05:37:03.452 INFO STEP 928 (remove_files) COMPLETE |
6747 | 2024-08-16T05:37:04.775Z | [ recovery-image] Aug 16 05:37:03.452 INFO O| Aug 16 05:37:03.452 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-08-16T05:37:04.789Z | [ recovery-image] Aug 16 05:37:03.468 INFO O| Aug 16 05:37:03.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6749 | 2024-08-16T05:37:04.789Z | [ recovery-image] Aug 16 05:37:03.468 INFO O| Aug 16 05:37:03.468 INFO STEP 929 (remove_files) COMPLETE |
6750 | 2024-08-16T05:37:04.792Z | [ recovery-image] Aug 16 05:37:03.469 INFO O| Aug 16 05:37:03.468 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-08-16T05:37:04.805Z | [ recovery-image] Aug 16 05:37:03.484 INFO O| Aug 16 05:37:03.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6752 | 2024-08-16T05:37:04.805Z | [ recovery-image] Aug 16 05:37:03.484 INFO O| Aug 16 05:37:03.484 INFO STEP 930 (remove_files) COMPLETE |
6753 | 2024-08-16T05:37:04.807Z | [ recovery-image] Aug 16 05:37:03.484 INFO O| Aug 16 05:37:03.484 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-08-16T05:37:04.817Z | [ recovery-image] Aug 16 05:37:03.496 INFO O| Aug 16 05:37:03.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6755 | 2024-08-16T05:37:04.820Z | [ recovery-image] Aug 16 05:37:03.496 INFO O| Aug 16 05:37:03.496 INFO STEP 931 (remove_files) COMPLETE |
6756 | 2024-08-16T05:37:04.820Z | [ recovery-image] Aug 16 05:37:03.496 INFO O| Aug 16 05:37:03.496 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-08-16T05:37:04.830Z | [ recovery-image] Aug 16 05:37:03.509 INFO O| Aug 16 05:37:03.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6758 | 2024-08-16T05:37:04.830Z | [ recovery-image] Aug 16 05:37:03.509 INFO O| Aug 16 05:37:03.509 INFO STEP 932 (remove_files) COMPLETE |
6759 | 2024-08-16T05:37:04.833Z | [ recovery-image] Aug 16 05:37:03.509 INFO O| Aug 16 05:37:03.509 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-08-16T05:37:04.843Z | [ recovery-image] Aug 16 05:37:03.522 INFO O| Aug 16 05:37:03.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6761 | 2024-08-16T05:37:04.845Z | [ recovery-image] Aug 16 05:37:03.522 INFO O| Aug 16 05:37:03.522 INFO STEP 933 (remove_files) COMPLETE |
6762 | 2024-08-16T05:37:04.845Z | [ recovery-image] Aug 16 05:37:03.522 INFO O| Aug 16 05:37:03.522 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-08-16T05:37:04.853Z | [ recovery-image] Aug 16 05:37:03.532 INFO O| Aug 16 05:37:03.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6764 | 2024-08-16T05:37:04.856Z | [ recovery-image] Aug 16 05:37:03.533 INFO O| Aug 16 05:37:03.532 INFO STEP 934 (remove_files) COMPLETE |
6765 | 2024-08-16T05:37:04.856Z | [ recovery-image] Aug 16 05:37:03.533 INFO O| Aug 16 05:37:03.532 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-08-16T05:37:04.864Z | [ recovery-image] Aug 16 05:37:03.543 INFO O| Aug 16 05:37:03.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6767 | 2024-08-16T05:37:04.864Z | [ recovery-image] Aug 16 05:37:03.543 INFO O| Aug 16 05:37:03.543 INFO STEP 935 (remove_files) COMPLETE |
6768 | 2024-08-16T05:37:04.866Z | [ recovery-image] Aug 16 05:37:03.543 INFO O| Aug 16 05:37:03.543 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-08-16T05:37:04.874Z | [ recovery-image] Aug 16 05:37:03.553 INFO O| Aug 16 05:37:03.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6770 | 2024-08-16T05:37:04.874Z | [ recovery-image] Aug 16 05:37:03.553 INFO O| Aug 16 05:37:03.553 INFO STEP 936 (remove_files) COMPLETE |
6771 | 2024-08-16T05:37:04.876Z | [ recovery-image] Aug 16 05:37:03.553 INFO O| Aug 16 05:37:03.553 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-08-16T05:37:04.884Z | [ recovery-image] Aug 16 05:37:03.563 INFO O| Aug 16 05:37:03.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6773 | 2024-08-16T05:37:04.884Z | [ recovery-image] Aug 16 05:37:03.563 INFO O| Aug 16 05:37:03.563 INFO STEP 937 (remove_files) COMPLETE |
6774 | 2024-08-16T05:37:04.886Z | [ recovery-image] Aug 16 05:37:03.563 INFO O| Aug 16 05:37:03.563 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-08-16T05:37:04.894Z | [ recovery-image] Aug 16 05:37:03.573 INFO O| Aug 16 05:37:03.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6776 | 2024-08-16T05:37:04.894Z | [ recovery-image] Aug 16 05:37:03.573 INFO O| Aug 16 05:37:03.573 INFO STEP 938 (remove_files) COMPLETE |
6777 | 2024-08-16T05:37:04.897Z | [ recovery-image] Aug 16 05:37:03.573 INFO O| Aug 16 05:37:03.573 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-08-16T05:37:04.904Z | [ recovery-image] Aug 16 05:37:03.583 INFO O| Aug 16 05:37:03.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6779 | 2024-08-16T05:37:04.907Z | [ recovery-image] Aug 16 05:37:03.583 INFO O| Aug 16 05:37:03.583 INFO STEP 939 (remove_files) COMPLETE |
6780 | 2024-08-16T05:37:04.907Z | [ recovery-image] Aug 16 05:37:03.583 INFO O| Aug 16 05:37:03.583 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-08-16T05:37:04.911Z | [ host-image] Aug 16 05:37:03.590 INFO O| Aug 16 05:37:03.590 INFO O| Planning: Solver setup ... Done |
6782 | 2024-08-16T05:37:04.914Z | [ recovery-image] Aug 16 05:37:03.593 INFO O| Aug 16 05:37:03.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6783 | 2024-08-16T05:37:04.916Z | [ recovery-image] Aug 16 05:37:03.593 INFO O| Aug 16 05:37:03.593 INFO STEP 940 (remove_files) COMPLETE |
6784 | 2024-08-16T05:37:04.916Z | [ recovery-image] Aug 16 05:37:03.593 INFO O| Aug 16 05:37:03.593 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6785 | 2024-08-16T05:37:04.917Z | [ host-image] Aug 16 05:37:03.595 INFO O| Aug 16 05:37:03.595 INFO O| Planning: Running solver ... Done |
6786 | 2024-08-16T05:37:04.924Z | [ recovery-image] Aug 16 05:37:03.603 INFO O| Aug 16 05:37:03.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6787 | 2024-08-16T05:37:04.926Z | [ recovery-image] Aug 16 05:37:03.603 INFO O| Aug 16 05:37:03.603 INFO STEP 941 (remove_files) COMPLETE |
6788 | 2024-08-16T05:37:04.926Z | [ recovery-image] Aug 16 05:37:03.603 INFO O| Aug 16 05:37:03.603 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-08-16T05:37:04.934Z | [ recovery-image] Aug 16 05:37:03.613 INFO O| Aug 16 05:37:03.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6790 | 2024-08-16T05:37:04.934Z | [ recovery-image] Aug 16 05:37:03.613 INFO O| Aug 16 05:37:03.613 INFO STEP 942 (remove_files) COMPLETE |
6791 | 2024-08-16T05:37:04.934Z | [ recovery-image] Aug 16 05:37:03.613 INFO O| Aug 16 05:37:03.613 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-08-16T05:37:04.945Z | [ recovery-image] Aug 16 05:37:03.624 INFO O| Aug 16 05:37:03.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6793 | 2024-08-16T05:37:04.945Z | [ recovery-image] Aug 16 05:37:03.624 INFO O| Aug 16 05:37:03.624 INFO STEP 943 (remove_files) COMPLETE |
6794 | 2024-08-16T05:37:04.948Z | [ recovery-image] Aug 16 05:37:03.624 INFO O| Aug 16 05:37:03.624 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-08-16T05:37:04.955Z | [ host-image] Aug 16 05:37:03.634 INFO O| Aug 16 05:37:03.634 INFO O| Planning: Finding local manifests ... Done |
6796 | 2024-08-16T05:37:04.958Z | [ recovery-image] Aug 16 05:37:03.634 INFO O| Aug 16 05:37:03.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6797 | 2024-08-16T05:37:04.958Z | [ recovery-image] Aug 16 05:37:03.635 INFO O| Aug 16 05:37:03.634 INFO STEP 944 (remove_files) COMPLETE |
6798 | 2024-08-16T05:37:04.958Z | [ recovery-image] Aug 16 05:37:03.635 INFO O| Aug 16 05:37:03.634 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-08-16T05:37:04.958Z | [ host-image] Aug 16 05:37:03.635 INFO O| Aug 16 05:37:03.635 INFO O| Planning: Fetching manifests: 0/6 0% complete |
6800 | 2024-08-16T05:37:04.966Z | [ recovery-image] Aug 16 05:37:03.645 INFO O| Aug 16 05:37:03.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6801 | 2024-08-16T05:37:04.966Z | [ recovery-image] Aug 16 05:37:03.645 INFO O| Aug 16 05:37:03.645 INFO STEP 945 (remove_files) COMPLETE |
6802 | 2024-08-16T05:37:04.966Z | [ recovery-image] Aug 16 05:37:03.645 INFO O| Aug 16 05:37:03.645 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6803 | 2024-08-16T05:37:04.976Z | [ recovery-image] Aug 16 05:37:03.655 INFO O| Aug 16 05:37:03.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6804 | 2024-08-16T05:37:04.976Z | [ recovery-image] Aug 16 05:37:03.655 INFO O| Aug 16 05:37:03.655 INFO STEP 946 (remove_files) COMPLETE |
6805 | 2024-08-16T05:37:04.978Z | [ recovery-image] Aug 16 05:37:03.655 INFO O| Aug 16 05:37:03.655 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6806 | 2024-08-16T05:37:04.987Z | [ recovery-image] Aug 16 05:37:03.666 INFO O| Aug 16 05:37:03.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6807 | 2024-08-16T05:37:04.987Z | [ recovery-image] Aug 16 05:37:03.666 INFO O| Aug 16 05:37:03.666 INFO STEP 947 (remove_files) COMPLETE |
6808 | 2024-08-16T05:37:04.987Z | [ recovery-image] Aug 16 05:37:03.666 INFO O| Aug 16 05:37:03.666 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6809 | 2024-08-16T05:37:04.998Z | [ recovery-image] Aug 16 05:37:03.677 INFO O| Aug 16 05:37:03.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6810 | 2024-08-16T05:37:04.998Z | [ recovery-image] Aug 16 05:37:03.677 INFO O| Aug 16 05:37:03.677 INFO STEP 948 (remove_files) COMPLETE |
6811 | 2024-08-16T05:37:04.998Z | [ recovery-image] Aug 16 05:37:03.677 INFO O| Aug 16 05:37:03.677 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2024-08-16T05:37:05.009Z | [ recovery-image] Aug 16 05:37:03.688 INFO O| Aug 16 05:37:03.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6813 | 2024-08-16T05:37:05.009Z | [ recovery-image] Aug 16 05:37:03.688 INFO O| Aug 16 05:37:03.688 INFO STEP 949 (remove_files) COMPLETE |
6814 | 2024-08-16T05:37:05.011Z | [ recovery-image] Aug 16 05:37:03.688 INFO O| Aug 16 05:37:03.688 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2024-08-16T05:37:05.021Z | [ recovery-image] Aug 16 05:37:03.699 INFO O| Aug 16 05:37:03.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6816 | 2024-08-16T05:37:05.021Z | [ recovery-image] Aug 16 05:37:03.700 INFO O| Aug 16 05:37:03.700 INFO STEP 950 (remove_files) COMPLETE |
6817 | 2024-08-16T05:37:05.023Z | [ recovery-image] Aug 16 05:37:03.700 INFO O| Aug 16 05:37:03.700 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2024-08-16T05:37:05.031Z | [ recovery-image] Aug 16 05:37:03.710 INFO O| Aug 16 05:37:03.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6819 | 2024-08-16T05:37:05.033Z | [ recovery-image] Aug 16 05:37:03.710 INFO O| Aug 16 05:37:03.710 INFO STEP 951 (remove_files) COMPLETE |
6820 | 2024-08-16T05:37:05.033Z | [ recovery-image] Aug 16 05:37:03.710 INFO O| Aug 16 05:37:03.710 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2024-08-16T05:37:05.041Z | [ recovery-image] Aug 16 05:37:03.720 INFO O| Aug 16 05:37:03.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6822 | 2024-08-16T05:37:05.043Z | [ recovery-image] Aug 16 05:37:03.720 INFO O| Aug 16 05:37:03.720 INFO STEP 952 (remove_files) COMPLETE |
6823 | 2024-08-16T05:37:05.043Z | [ recovery-image] Aug 16 05:37:03.720 INFO O| Aug 16 05:37:03.720 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2024-08-16T05:37:05.052Z | [ recovery-image] Aug 16 05:37:03.731 INFO O| Aug 16 05:37:03.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6825 | 2024-08-16T05:37:05.052Z | [ recovery-image] Aug 16 05:37:03.731 INFO O| Aug 16 05:37:03.731 INFO STEP 953 (remove_files) COMPLETE |
6826 | 2024-08-16T05:37:05.054Z | [ recovery-image] Aug 16 05:37:03.731 INFO O| Aug 16 05:37:03.731 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2024-08-16T05:37:05.062Z | [ recovery-image] Aug 16 05:37:03.741 INFO O| Aug 16 05:37:03.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6828 | 2024-08-16T05:37:05.062Z | [ recovery-image] Aug 16 05:37:03.741 INFO O| Aug 16 05:37:03.741 INFO STEP 954 (remove_files) COMPLETE |
6829 | 2024-08-16T05:37:05.065Z | [ recovery-image] Aug 16 05:37:03.741 INFO O| Aug 16 05:37:03.741 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2024-08-16T05:37:05.074Z | [ recovery-image] Aug 16 05:37:03.753 INFO O| Aug 16 05:37:03.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6831 | 2024-08-16T05:37:05.074Z | [ recovery-image] Aug 16 05:37:03.753 INFO O| Aug 16 05:37:03.753 INFO STEP 955 (remove_files) COMPLETE |
6832 | 2024-08-16T05:37:05.074Z | [ recovery-image] Aug 16 05:37:03.753 INFO O| Aug 16 05:37:03.753 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2024-08-16T05:37:05.084Z | [ recovery-image] Aug 16 05:37:03.763 INFO O| Aug 16 05:37:03.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6834 | 2024-08-16T05:37:05.084Z | [ recovery-image] Aug 16 05:37:03.763 INFO O| Aug 16 05:37:03.763 INFO STEP 956 (remove_files) COMPLETE |
6835 | 2024-08-16T05:37:05.084Z | [ recovery-image] Aug 16 05:37:03.763 INFO O| Aug 16 05:37:03.763 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2024-08-16T05:37:05.096Z | [ recovery-image] Aug 16 05:37:03.774 INFO O| Aug 16 05:37:03.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6837 | 2024-08-16T05:37:05.098Z | [ recovery-image] Aug 16 05:37:03.775 INFO O| Aug 16 05:37:03.775 INFO STEP 957 (remove_files) COMPLETE |
6838 | 2024-08-16T05:37:05.098Z | [ recovery-image] Aug 16 05:37:03.775 INFO O| Aug 16 05:37:03.775 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2024-08-16T05:37:05.106Z | [ recovery-image] Aug 16 05:37:03.785 INFO O| Aug 16 05:37:03.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6840 | 2024-08-16T05:37:05.106Z | [ recovery-image] Aug 16 05:37:03.785 INFO O| Aug 16 05:37:03.785 INFO STEP 958 (remove_files) COMPLETE |
6841 | 2024-08-16T05:37:05.109Z | [ recovery-image] Aug 16 05:37:03.785 INFO O| Aug 16 05:37:03.785 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2024-08-16T05:37:05.116Z | [ recovery-image] Aug 16 05:37:03.795 INFO O| Aug 16 05:37:03.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6843 | 2024-08-16T05:37:05.116Z | [ recovery-image] Aug 16 05:37:03.795 INFO O| Aug 16 05:37:03.795 INFO STEP 959 (remove_files) COMPLETE |
6844 | 2024-08-16T05:37:05.116Z | [ recovery-image] Aug 16 05:37:03.795 INFO O| Aug 16 05:37:03.795 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2024-08-16T05:37:05.123Z | [ host-image] Aug 16 05:37:03.802 INFO O| Aug 16 05:37:03.802 INFO O| Planning: Fetching manifests: 6/6 100% complete |
6846 | 2024-08-16T05:37:05.127Z | [ recovery-image] Aug 16 05:37:03.806 INFO O| Aug 16 05:37:03.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6847 | 2024-08-16T05:37:05.127Z | [ recovery-image] Aug 16 05:37:03.806 INFO O| Aug 16 05:37:03.806 INFO STEP 960 (remove_files) COMPLETE |
6848 | 2024-08-16T05:37:05.129Z | [ recovery-image] Aug 16 05:37:03.806 INFO O| Aug 16 05:37:03.806 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-08-16T05:37:05.137Z | [ recovery-image] Aug 16 05:37:03.815 INFO O| Aug 16 05:37:03.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6850 | 2024-08-16T05:37:05.139Z | [ recovery-image] Aug 16 05:37:03.816 INFO O| Aug 16 05:37:03.816 INFO STEP 961 (remove_files) COMPLETE |
6851 | 2024-08-16T05:37:05.139Z | [ recovery-image] Aug 16 05:37:03.816 INFO O| Aug 16 05:37:03.816 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-08-16T05:37:05.146Z | [ recovery-image] Aug 16 05:37:03.825 INFO O| Aug 16 05:37:03.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6853 | 2024-08-16T05:37:05.149Z | [ recovery-image] Aug 16 05:37:03.825 INFO O| Aug 16 05:37:03.825 INFO STEP 962 (remove_files) COMPLETE |
6854 | 2024-08-16T05:37:05.149Z | [ recovery-image] Aug 16 05:37:03.825 INFO O| Aug 16 05:37:03.825 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-08-16T05:37:05.156Z | [ recovery-image] Aug 16 05:37:03.835 INFO O| Aug 16 05:37:03.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6856 | 2024-08-16T05:37:05.159Z | [ recovery-image] Aug 16 05:37:03.835 INFO O| Aug 16 05:37:03.835 INFO STEP 963 (remove_files) COMPLETE |
6857 | 2024-08-16T05:37:05.159Z | [ recovery-image] Aug 16 05:37:03.835 INFO O| Aug 16 05:37:03.835 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-08-16T05:37:05.159Z | [ host-image] Aug 16 05:37:03.836 INFO O| Aug 16 05:37:03.836 INFO O| Planning: Package planning ... Done |
6859 | 2024-08-16T05:37:05.166Z | [ recovery-image] Aug 16 05:37:03.845 INFO O| Aug 16 05:37:03.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6860 | 2024-08-16T05:37:05.166Z | [ recovery-image] Aug 16 05:37:03.845 INFO O| Aug 16 05:37:03.845 INFO STEP 964 (remove_files) COMPLETE |
6861 | 2024-08-16T05:37:05.166Z | [ recovery-image] Aug 16 05:37:03.845 INFO O| Aug 16 05:37:03.845 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-08-16T05:37:05.176Z | [ host-image] Aug 16 05:37:03.855 INFO O| Aug 16 05:37:03.855 INFO O| Planning: Merging actions ... Done |
6863 | 2024-08-16T05:37:05.179Z | [ recovery-image] Aug 16 05:37:03.855 INFO O| Aug 16 05:37:03.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6864 | 2024-08-16T05:37:05.179Z | [ recovery-image] Aug 16 05:37:03.855 INFO O| Aug 16 05:37:03.855 INFO STEP 965 (remove_files) COMPLETE |
6865 | 2024-08-16T05:37:05.179Z | [ recovery-image] Aug 16 05:37:03.855 INFO O| Aug 16 05:37:03.855 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2024-08-16T05:37:05.186Z | [ recovery-image] Aug 16 05:37:03.865 INFO O| Aug 16 05:37:03.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6867 | 2024-08-16T05:37:05.189Z | [ recovery-image] Aug 16 05:37:03.865 INFO O| Aug 16 05:37:03.865 INFO STEP 966 (remove_files) COMPLETE |
6868 | 2024-08-16T05:37:05.189Z | [ recovery-image] Aug 16 05:37:03.865 INFO O| Aug 16 05:37:03.865 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2024-08-16T05:37:05.197Z | [ recovery-image] Aug 16 05:37:03.876 INFO O| Aug 16 05:37:03.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6870 | 2024-08-16T05:37:05.197Z | [ recovery-image] Aug 16 05:37:03.876 INFO O| Aug 16 05:37:03.876 INFO STEP 967 (remove_files) COMPLETE |
6871 | 2024-08-16T05:37:05.199Z | [ recovery-image] Aug 16 05:37:03.876 INFO O| Aug 16 05:37:03.876 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2024-08-16T05:37:05.207Z | [ recovery-image] Aug 16 05:37:03.886 INFO O| Aug 16 05:37:03.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6873 | 2024-08-16T05:37:05.210Z | [ recovery-image] Aug 16 05:37:03.886 INFO O| Aug 16 05:37:03.886 INFO STEP 968 (remove_files) COMPLETE |
6874 | 2024-08-16T05:37:05.210Z | [ recovery-image] Aug 16 05:37:03.886 INFO O| Aug 16 05:37:03.886 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2024-08-16T05:37:05.218Z | [ recovery-image] Aug 16 05:37:03.896 INFO O| Aug 16 05:37:03.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6876 | 2024-08-16T05:37:05.218Z | [ recovery-image] Aug 16 05:37:03.897 INFO O| Aug 16 05:37:03.897 INFO STEP 969 (remove_files) COMPLETE |
6877 | 2024-08-16T05:37:05.220Z | [ recovery-image] Aug 16 05:37:03.897 INFO O| Aug 16 05:37:03.897 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-08-16T05:37:05.228Z | [ recovery-image] Aug 16 05:37:03.906 INFO O| Aug 16 05:37:03.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6879 | 2024-08-16T05:37:05.228Z | [ recovery-image] Aug 16 05:37:03.907 INFO O| Aug 16 05:37:03.907 INFO STEP 970 (remove_files) COMPLETE |
6880 | 2024-08-16T05:37:05.230Z | [ recovery-image] Aug 16 05:37:03.907 INFO O| Aug 16 05:37:03.907 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-08-16T05:37:05.238Z | [ recovery-image] Aug 16 05:37:03.916 INFO O| Aug 16 05:37:03.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6882 | 2024-08-16T05:37:05.240Z | [ recovery-image] Aug 16 05:37:03.917 INFO O| Aug 16 05:37:03.917 INFO STEP 971 (remove_files) COMPLETE |
6883 | 2024-08-16T05:37:05.240Z | [ recovery-image] Aug 16 05:37:03.917 INFO O| Aug 16 05:37:03.917 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-08-16T05:37:05.247Z | [ recovery-image] Aug 16 05:37:03.926 INFO O| Aug 16 05:37:03.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6885 | 2024-08-16T05:37:05.250Z | [ recovery-image] Aug 16 05:37:03.926 INFO O| Aug 16 05:37:03.926 INFO STEP 972 (remove_files) COMPLETE |
6886 | 2024-08-16T05:37:05.250Z | [ recovery-image] Aug 16 05:37:03.926 INFO O| Aug 16 05:37:03.926 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-08-16T05:37:05.250Z | [ host-image] Aug 16 05:37:03.928 INFO O| Aug 16 05:37:03.928 INFO O| Planning: Checking for conflicting actions ... Done |
6888 | 2024-08-16T05:37:05.253Z | [ host-image] Aug 16 05:37:03.932 INFO O| Aug 16 05:37:03.932 INFO O| Planning: Consolidating action changes ... Done |
6889 | 2024-08-16T05:37:05.257Z | [ recovery-image] Aug 16 05:37:03.936 INFO O| Aug 16 05:37:03.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6890 | 2024-08-16T05:37:05.260Z | [ recovery-image] Aug 16 05:37:03.936 INFO O| Aug 16 05:37:03.936 INFO STEP 973 (remove_files) COMPLETE |
6891 | 2024-08-16T05:37:05.260Z | [ recovery-image] Aug 16 05:37:03.936 INFO O| Aug 16 05:37:03.936 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-08-16T05:37:05.267Z | [ recovery-image] Aug 16 05:37:03.946 INFO O| Aug 16 05:37:03.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6893 | 2024-08-16T05:37:05.269Z | [ recovery-image] Aug 16 05:37:03.946 INFO O| Aug 16 05:37:03.946 INFO STEP 974 (remove_files) COMPLETE |
6894 | 2024-08-16T05:37:05.269Z | [ recovery-image] Aug 16 05:37:03.946 INFO O| Aug 16 05:37:03.946 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-08-16T05:37:05.277Z | [ recovery-image] Aug 16 05:37:03.956 INFO O| Aug 16 05:37:03.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6896 | 2024-08-16T05:37:05.277Z | [ recovery-image] Aug 16 05:37:03.956 INFO O| Aug 16 05:37:03.956 INFO STEP 975 (remove_files) COMPLETE |
6897 | 2024-08-16T05:37:05.279Z | [ recovery-image] Aug 16 05:37:03.956 INFO O| Aug 16 05:37:03.956 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-08-16T05:37:05.288Z | [ recovery-image] Aug 16 05:37:03.966 INFO O| Aug 16 05:37:03.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6899 | 2024-08-16T05:37:05.288Z | [ recovery-image] Aug 16 05:37:03.966 INFO O| Aug 16 05:37:03.966 INFO STEP 976 (remove_files) COMPLETE |
6900 | 2024-08-16T05:37:05.290Z | [ recovery-image] Aug 16 05:37:03.966 INFO O| Aug 16 05:37:03.966 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-08-16T05:37:05.298Z | [ recovery-image] Aug 16 05:37:03.977 INFO O| Aug 16 05:37:03.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6902 | 2024-08-16T05:37:05.298Z | [ recovery-image] Aug 16 05:37:03.977 INFO O| Aug 16 05:37:03.977 INFO STEP 977 (remove_files) COMPLETE |
6903 | 2024-08-16T05:37:05.300Z | [ recovery-image] Aug 16 05:37:03.977 INFO O| Aug 16 05:37:03.977 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-08-16T05:37:05.309Z | [ recovery-image] Aug 16 05:37:03.988 INFO O| Aug 16 05:37:03.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6905 | 2024-08-16T05:37:05.311Z | [ recovery-image] Aug 16 05:37:03.988 INFO O| Aug 16 05:37:03.988 INFO STEP 978 (remove_files) COMPLETE |
6906 | 2024-08-16T05:37:05.311Z | [ recovery-image] Aug 16 05:37:03.988 INFO O| Aug 16 05:37:03.988 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-08-16T05:37:05.319Z | [ recovery-image] Aug 16 05:37:03.998 INFO O| Aug 16 05:37:03.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6908 | 2024-08-16T05:37:05.321Z | [ recovery-image] Aug 16 05:37:03.998 INFO O| Aug 16 05:37:03.998 INFO STEP 979 (remove_files) COMPLETE |
6909 | 2024-08-16T05:37:05.321Z | [ recovery-image] Aug 16 05:37:03.998 INFO O| Aug 16 05:37:03.998 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-08-16T05:37:05.328Z | [ recovery-image] Aug 16 05:37:04.007 INFO O| Aug 16 05:37:04.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6911 | 2024-08-16T05:37:05.328Z | [ recovery-image] Aug 16 05:37:04.007 INFO O| Aug 16 05:37:04.007 INFO STEP 980 (remove_files) COMPLETE |
6912 | 2024-08-16T05:37:05.331Z | [ recovery-image] Aug 16 05:37:04.007 INFO O| Aug 16 05:37:04.007 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-08-16T05:37:05.339Z | [ recovery-image] Aug 16 05:37:04.017 INFO O| Aug 16 05:37:04.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6914 | 2024-08-16T05:37:05.342Z | [ recovery-image] Aug 16 05:37:04.017 INFO O| Aug 16 05:37:04.017 INFO STEP 981 (remove_files) COMPLETE |
6915 | 2024-08-16T05:37:05.342Z | [ recovery-image] Aug 16 05:37:04.017 INFO O| Aug 16 05:37:04.017 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-08-16T05:37:05.348Z | [ recovery-image] Aug 16 05:37:04.027 INFO O| Aug 16 05:37:04.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6917 | 2024-08-16T05:37:05.350Z | [ recovery-image] Aug 16 05:37:04.027 INFO O| Aug 16 05:37:04.027 INFO STEP 982 (remove_files) COMPLETE |
6918 | 2024-08-16T05:37:05.350Z | [ recovery-image] Aug 16 05:37:04.027 INFO O| Aug 16 05:37:04.027 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-08-16T05:37:05.358Z | [ recovery-image] Aug 16 05:37:04.036 INFO O| Aug 16 05:37:04.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6920 | 2024-08-16T05:37:05.361Z | [ recovery-image] Aug 16 05:37:04.036 INFO O| Aug 16 05:37:04.036 INFO STEP 983 (remove_files) COMPLETE |
6921 | 2024-08-16T05:37:05.361Z | [ recovery-image] Aug 16 05:37:04.036 INFO O| Aug 16 05:37:04.036 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-08-16T05:37:05.367Z | [ recovery-image] Aug 16 05:37:04.046 INFO O| Aug 16 05:37:04.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6923 | 2024-08-16T05:37:05.370Z | [ recovery-image] Aug 16 05:37:04.046 INFO O| Aug 16 05:37:04.046 INFO STEP 984 (remove_files) COMPLETE |
6924 | 2024-08-16T05:37:05.370Z | [ recovery-image] Aug 16 05:37:04.046 INFO O| Aug 16 05:37:04.046 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-08-16T05:37:05.376Z | [ recovery-image] Aug 16 05:37:04.055 INFO O| Aug 16 05:37:04.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6926 | 2024-08-16T05:37:05.376Z | [ recovery-image] Aug 16 05:37:04.055 INFO O| Aug 16 05:37:04.055 INFO STEP 985 (remove_files) COMPLETE |
6927 | 2024-08-16T05:37:05.379Z | [ recovery-image] Aug 16 05:37:04.055 INFO O| Aug 16 05:37:04.055 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-08-16T05:37:05.387Z | [ recovery-image] Aug 16 05:37:04.065 INFO O| Aug 16 05:37:04.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6929 | 2024-08-16T05:37:05.387Z | [ recovery-image] Aug 16 05:37:04.065 INFO O| Aug 16 05:37:04.065 INFO STEP 986 (remove_files) COMPLETE |
6930 | 2024-08-16T05:37:05.389Z | [ recovery-image] Aug 16 05:37:04.065 INFO O| Aug 16 05:37:04.065 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-08-16T05:37:05.397Z | [ recovery-image] Aug 16 05:37:04.075 INFO O| Aug 16 05:37:04.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6932 | 2024-08-16T05:37:05.397Z | [ recovery-image] Aug 16 05:37:04.076 INFO O| Aug 16 05:37:04.076 INFO STEP 987 (remove_files) COMPLETE |
6933 | 2024-08-16T05:37:05.397Z | [ recovery-image] Aug 16 05:37:04.076 INFO O| Aug 16 05:37:04.076 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-08-16T05:37:05.407Z | [ recovery-image] Aug 16 05:37:04.086 INFO O| Aug 16 05:37:04.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6935 | 2024-08-16T05:37:05.407Z | [ recovery-image] Aug 16 05:37:04.086 INFO O| Aug 16 05:37:04.086 INFO STEP 988 (remove_files) COMPLETE |
6936 | 2024-08-16T05:37:05.407Z | [ recovery-image] Aug 16 05:37:04.086 INFO O| Aug 16 05:37:04.086 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-08-16T05:37:05.417Z | [ recovery-image] Aug 16 05:37:04.096 INFO O| Aug 16 05:37:04.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6938 | 2024-08-16T05:37:05.420Z | [ recovery-image] Aug 16 05:37:04.096 INFO O| Aug 16 05:37:04.096 INFO STEP 989 (remove_files) COMPLETE |
6939 | 2024-08-16T05:37:05.420Z | [ recovery-image] Aug 16 05:37:04.096 INFO O| Aug 16 05:37:04.096 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-08-16T05:37:05.427Z | [ recovery-image] Aug 16 05:37:04.106 INFO O| Aug 16 05:37:04.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6941 | 2024-08-16T05:37:05.430Z | [ recovery-image] Aug 16 05:37:04.106 INFO O| Aug 16 05:37:04.106 INFO STEP 990 (remove_files) COMPLETE |
6942 | 2024-08-16T05:37:05.430Z | [ recovery-image] Aug 16 05:37:04.106 INFO O| Aug 16 05:37:04.106 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-08-16T05:37:05.432Z | [ host-image] Aug 16 05:37:04.110 INFO O| Aug 16 05:37:04.110 INFO O| Planning: Evaluating mediators ... Done |
6944 | 2024-08-16T05:37:05.434Z | [ host-image] Aug 16 05:37:04.113 INFO O| Aug 16 05:37:04.113 INFO O| Planning: Planning completed in 2.01 seconds |
6945 | 2024-08-16T05:37:05.437Z | [ host-image] Aug 16 05:37:04.115 INFO O| Aug 16 05:37:04.115 INFO O| Packages to install: 6 |
6946 | 2024-08-16T05:37:05.437Z | [ host-image] Aug 16 05:37:04.115 INFO O| Aug 16 05:37:04.115 INFO O| Mediators to change: 1 |
6947 | 2024-08-16T05:37:05.437Z | [ host-image] Aug 16 05:37:04.115 INFO O| Aug 16 05:37:04.115 INFO O| Services to change: 1 |
6948 | 2024-08-16T05:37:05.439Z | [ recovery-image] Aug 16 05:37:04.116 INFO O| Aug 16 05:37:04.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6949 | 2024-08-16T05:37:05.439Z | [ recovery-image] Aug 16 05:37:04.116 INFO O| Aug 16 05:37:04.116 INFO STEP 991 (remove_files) COMPLETE |
6950 | 2024-08-16T05:37:05.439Z | [ recovery-image] Aug 16 05:37:04.116 INFO O| Aug 16 05:37:04.116 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-08-16T05:37:05.447Z | [ recovery-image] Aug 16 05:37:04.126 INFO O| Aug 16 05:37:04.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6952 | 2024-08-16T05:37:05.449Z | [ recovery-image] Aug 16 05:37:04.126 INFO O| Aug 16 05:37:04.126 INFO STEP 992 (remove_files) COMPLETE |
6953 | 2024-08-16T05:37:05.449Z | [ recovery-image] Aug 16 05:37:04.126 INFO O| Aug 16 05:37:04.126 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-08-16T05:37:05.449Z | [ host-image] Aug 16 05:37:04.127 INFO O| Aug 16 05:37:04.127 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
6955 | 2024-08-16T05:37:05.456Z | [ recovery-image] Aug 16 05:37:04.135 INFO O| Aug 16 05:37:04.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6956 | 2024-08-16T05:37:05.458Z | [ recovery-image] Aug 16 05:37:04.135 INFO O| Aug 16 05:37:04.135 INFO STEP 993 (remove_files) COMPLETE |
6957 | 2024-08-16T05:37:05.458Z | [ recovery-image] Aug 16 05:37:04.135 INFO O| Aug 16 05:37:04.135 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-08-16T05:37:05.466Z | [ recovery-image] Aug 16 05:37:04.144 INFO O| Aug 16 05:37:04.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6959 | 2024-08-16T05:37:05.466Z | [ recovery-image] Aug 16 05:37:04.144 INFO O| Aug 16 05:37:04.144 INFO STEP 994 (remove_files) COMPLETE |
6960 | 2024-08-16T05:37:05.468Z | [ recovery-image] Aug 16 05:37:04.144 INFO O| Aug 16 05:37:04.144 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-08-16T05:37:05.475Z | [ recovery-image] Aug 16 05:37:04.154 INFO O| Aug 16 05:37:04.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6962 | 2024-08-16T05:37:05.475Z | [ recovery-image] Aug 16 05:37:04.154 INFO O| Aug 16 05:37:04.154 INFO STEP 995 (remove_files) COMPLETE |
6963 | 2024-08-16T05:37:05.478Z | [ recovery-image] Aug 16 05:37:04.154 INFO O| Aug 16 05:37:04.154 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-08-16T05:37:05.485Z | [ recovery-image] Aug 16 05:37:04.164 INFO O| Aug 16 05:37:04.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6965 | 2024-08-16T05:37:05.485Z | [ recovery-image] Aug 16 05:37:04.164 INFO O| Aug 16 05:37:04.164 INFO STEP 996 (remove_files) COMPLETE |
6966 | 2024-08-16T05:37:05.488Z | [ recovery-image] Aug 16 05:37:04.164 INFO O| Aug 16 05:37:04.164 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-08-16T05:37:05.495Z | [ recovery-image] Aug 16 05:37:04.173 INFO O| Aug 16 05:37:04.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6968 | 2024-08-16T05:37:05.495Z | [ recovery-image] Aug 16 05:37:04.173 INFO O| Aug 16 05:37:04.173 INFO STEP 997 (remove_files) COMPLETE |
6969 | 2024-08-16T05:37:05.495Z | [ recovery-image] Aug 16 05:37:04.173 INFO O| Aug 16 05:37:04.173 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-08-16T05:37:05.504Z | [ recovery-image] Aug 16 05:37:04.183 INFO O| Aug 16 05:37:04.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6971 | 2024-08-16T05:37:05.504Z | [ recovery-image] Aug 16 05:37:04.183 INFO O| Aug 16 05:37:04.183 INFO STEP 998 (remove_files) COMPLETE |
6972 | 2024-08-16T05:37:05.504Z | [ recovery-image] Aug 16 05:37:04.183 INFO O| Aug 16 05:37:04.183 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-08-16T05:37:05.514Z | [ recovery-image] Aug 16 05:37:04.193 INFO O| Aug 16 05:37:04.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6974 | 2024-08-16T05:37:05.516Z | [ recovery-image] Aug 16 05:37:04.193 INFO O| Aug 16 05:37:04.193 INFO STEP 999 (remove_files) COMPLETE |
6975 | 2024-08-16T05:37:05.516Z | [ recovery-image] Aug 16 05:37:04.193 INFO O| Aug 16 05:37:04.193 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-08-16T05:37:05.523Z | [ recovery-image] Aug 16 05:37:04.202 INFO O| Aug 16 05:37:04.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6977 | 2024-08-16T05:37:05.526Z | [ recovery-image] Aug 16 05:37:04.202 INFO O| Aug 16 05:37:04.202 INFO STEP 1000 (remove_files) COMPLETE |
6978 | 2024-08-16T05:37:05.526Z | [ recovery-image] Aug 16 05:37:04.202 INFO O| Aug 16 05:37:04.202 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-08-16T05:37:05.533Z | [ recovery-image] Aug 16 05:37:04.212 INFO O| Aug 16 05:37:04.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6980 | 2024-08-16T05:37:05.533Z | [ recovery-image] Aug 16 05:37:04.212 INFO O| Aug 16 05:37:04.212 INFO STEP 1001 (remove_files) COMPLETE |
6981 | 2024-08-16T05:37:05.533Z | [ recovery-image] Aug 16 05:37:04.212 INFO O| Aug 16 05:37:04.212 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-08-16T05:37:05.542Z | [ recovery-image] Aug 16 05:37:04.221 INFO O| Aug 16 05:37:04.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6983 | 2024-08-16T05:37:05.545Z | [ recovery-image] Aug 16 05:37:04.221 INFO O| Aug 16 05:37:04.221 INFO STEP 1002 (remove_files) COMPLETE |
6984 | 2024-08-16T05:37:05.545Z | [ recovery-image] Aug 16 05:37:04.221 INFO O| Aug 16 05:37:04.221 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-08-16T05:37:05.552Z | [ recovery-image] Aug 16 05:37:04.230 INFO O| Aug 16 05:37:04.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6986 | 2024-08-16T05:37:05.552Z | [ recovery-image] Aug 16 05:37:04.230 INFO O| Aug 16 05:37:04.230 INFO STEP 1003 (remove_files) COMPLETE |
6987 | 2024-08-16T05:37:05.552Z | [ recovery-image] Aug 16 05:37:04.230 INFO O| Aug 16 05:37:04.230 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-08-16T05:37:05.561Z | [ recovery-image] Aug 16 05:37:04.240 INFO O| Aug 16 05:37:04.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6989 | 2024-08-16T05:37:05.563Z | [ recovery-image] Aug 16 05:37:04.240 INFO O| Aug 16 05:37:04.240 INFO STEP 1004 (remove_files) COMPLETE |
6990 | 2024-08-16T05:37:05.563Z | [ recovery-image] Aug 16 05:37:04.240 INFO O| Aug 16 05:37:04.240 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-08-16T05:37:05.571Z | [ recovery-image] Aug 16 05:37:04.249 INFO O| Aug 16 05:37:04.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6992 | 2024-08-16T05:37:05.571Z | [ recovery-image] Aug 16 05:37:04.249 INFO O| Aug 16 05:37:04.249 INFO STEP 1005 (remove_files) COMPLETE |
6993 | 2024-08-16T05:37:05.571Z | [ recovery-image] Aug 16 05:37:04.249 INFO O| Aug 16 05:37:04.249 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-08-16T05:37:05.580Z | [ recovery-image] Aug 16 05:37:04.259 INFO O| Aug 16 05:37:04.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6995 | 2024-08-16T05:37:05.580Z | [ recovery-image] Aug 16 05:37:04.259 INFO O| Aug 16 05:37:04.259 INFO STEP 1006 (remove_files) COMPLETE |
6996 | 2024-08-16T05:37:05.580Z | [ recovery-image] Aug 16 05:37:04.259 INFO O| Aug 16 05:37:04.259 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-08-16T05:37:05.590Z | [ recovery-image] Aug 16 05:37:04.268 INFO O| Aug 16 05:37:04.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6998 | 2024-08-16T05:37:05.590Z | [ recovery-image] Aug 16 05:37:04.268 INFO O| Aug 16 05:37:04.268 INFO STEP 1007 (remove_files) COMPLETE |
6999 | 2024-08-16T05:37:05.592Z | [ recovery-image] Aug 16 05:37:04.269 INFO O| Aug 16 05:37:04.268 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-08-16T05:37:05.600Z | [ recovery-image] Aug 16 05:37:04.278 INFO O| Aug 16 05:37:04.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7001 | 2024-08-16T05:37:05.600Z | [ recovery-image] Aug 16 05:37:04.278 INFO O| Aug 16 05:37:04.278 INFO STEP 1008 (remove_files) COMPLETE |
7002 | 2024-08-16T05:37:05.602Z | [ recovery-image] Aug 16 05:37:04.278 INFO O| Aug 16 05:37:04.278 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-08-16T05:37:05.609Z | [ recovery-image] Aug 16 05:37:04.288 INFO O| Aug 16 05:37:04.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7004 | 2024-08-16T05:37:05.609Z | [ recovery-image] Aug 16 05:37:04.288 INFO O| Aug 16 05:37:04.288 INFO STEP 1009 (remove_files) COMPLETE |
7005 | 2024-08-16T05:37:05.609Z | [ recovery-image] Aug 16 05:37:04.288 INFO O| Aug 16 05:37:04.288 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-08-16T05:37:05.619Z | [ recovery-image] Aug 16 05:37:04.298 INFO O| Aug 16 05:37:04.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7007 | 2024-08-16T05:37:05.619Z | [ recovery-image] Aug 16 05:37:04.298 INFO O| Aug 16 05:37:04.298 INFO STEP 1010 (remove_files) COMPLETE |
7008 | 2024-08-16T05:37:05.621Z | [ recovery-image] Aug 16 05:37:04.298 INFO O| Aug 16 05:37:04.298 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-08-16T05:37:05.628Z | [ recovery-image] Aug 16 05:37:04.307 INFO O| Aug 16 05:37:04.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7010 | 2024-08-16T05:37:05.628Z | [ recovery-image] Aug 16 05:37:04.307 INFO O| Aug 16 05:37:04.307 INFO STEP 1011 (remove_files) COMPLETE |
7011 | 2024-08-16T05:37:05.629Z | [ recovery-image] Aug 16 05:37:04.307 INFO O| Aug 16 05:37:04.307 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-08-16T05:37:05.638Z | [ recovery-image] Aug 16 05:37:04.316 INFO O| Aug 16 05:37:04.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7013 | 2024-08-16T05:37:05.640Z | [ recovery-image] Aug 16 05:37:04.317 INFO O| Aug 16 05:37:04.317 INFO STEP 1012 (remove_files) COMPLETE |
7014 | 2024-08-16T05:37:05.640Z | [ recovery-image] Aug 16 05:37:04.317 INFO O| Aug 16 05:37:04.317 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-08-16T05:37:05.647Z | [ recovery-image] Aug 16 05:37:04.326 INFO O| Aug 16 05:37:04.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7016 | 2024-08-16T05:37:05.647Z | [ recovery-image] Aug 16 05:37:04.326 INFO O| Aug 16 05:37:04.326 INFO STEP 1013 (remove_files) COMPLETE |
7017 | 2024-08-16T05:37:05.647Z | [ recovery-image] Aug 16 05:37:04.326 INFO O| Aug 16 05:37:04.326 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-08-16T05:37:05.660Z | [ recovery-image] Aug 16 05:37:04.335 INFO O| Aug 16 05:37:04.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7019 | 2024-08-16T05:37:05.663Z | [ recovery-image] Aug 16 05:37:04.335 INFO O| Aug 16 05:37:04.335 INFO STEP 1014 (remove_files) COMPLETE |
7020 | 2024-08-16T05:37:05.663Z | [ recovery-image] Aug 16 05:37:04.335 INFO O| Aug 16 05:37:04.335 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-08-16T05:37:05.667Z | [ recovery-image] Aug 16 05:37:04.345 INFO O| Aug 16 05:37:04.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7022 | 2024-08-16T05:37:05.667Z | [ recovery-image] Aug 16 05:37:04.345 INFO O| Aug 16 05:37:04.345 INFO STEP 1015 (remove_files) COMPLETE |
7023 | 2024-08-16T05:37:05.667Z | [ recovery-image] Aug 16 05:37:04.345 INFO O| Aug 16 05:37:04.345 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-08-16T05:37:05.676Z | [ recovery-image] Aug 16 05:37:04.354 INFO O| Aug 16 05:37:04.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7025 | 2024-08-16T05:37:05.676Z | [ recovery-image] Aug 16 05:37:04.354 INFO O| Aug 16 05:37:04.354 INFO STEP 1016 (remove_files) COMPLETE |
7026 | 2024-08-16T05:37:05.678Z | [ recovery-image] Aug 16 05:37:04.354 INFO O| Aug 16 05:37:04.354 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-08-16T05:37:05.685Z | [ recovery-image] Aug 16 05:37:04.364 INFO O| Aug 16 05:37:04.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7028 | 2024-08-16T05:37:05.685Z | [ recovery-image] Aug 16 05:37:04.364 INFO O| Aug 16 05:37:04.364 INFO STEP 1017 (remove_files) COMPLETE |
7029 | 2024-08-16T05:37:05.685Z | [ recovery-image] Aug 16 05:37:04.364 INFO O| Aug 16 05:37:04.364 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-08-16T05:37:05.695Z | [ recovery-image] Aug 16 05:37:04.374 INFO O| Aug 16 05:37:04.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7031 | 2024-08-16T05:37:05.698Z | [ recovery-image] Aug 16 05:37:04.374 INFO O| Aug 16 05:37:04.374 INFO STEP 1018 (remove_files) COMPLETE |
7032 | 2024-08-16T05:37:05.698Z | [ recovery-image] Aug 16 05:37:04.374 INFO O| Aug 16 05:37:04.374 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-08-16T05:37:05.705Z | [ recovery-image] Aug 16 05:37:04.384 INFO O| Aug 16 05:37:04.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7034 | 2024-08-16T05:37:05.706Z | [ recovery-image] Aug 16 05:37:04.384 INFO O| Aug 16 05:37:04.384 INFO STEP 1019 (remove_files) COMPLETE |
7035 | 2024-08-16T05:37:05.706Z | [ recovery-image] Aug 16 05:37:04.384 INFO O| Aug 16 05:37:04.384 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-08-16T05:37:05.715Z | [ recovery-image] Aug 16 05:37:04.393 INFO O| Aug 16 05:37:04.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7037 | 2024-08-16T05:37:05.717Z | [ recovery-image] Aug 16 05:37:04.394 INFO O| Aug 16 05:37:04.394 INFO STEP 1020 (remove_files) COMPLETE |
7038 | 2024-08-16T05:37:05.717Z | [ recovery-image] Aug 16 05:37:04.394 INFO O| Aug 16 05:37:04.394 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-08-16T05:37:05.724Z | [ recovery-image] Aug 16 05:37:04.403 INFO O| Aug 16 05:37:04.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7040 | 2024-08-16T05:37:05.727Z | [ recovery-image] Aug 16 05:37:04.403 INFO O| Aug 16 05:37:04.403 INFO STEP 1021 (remove_files) COMPLETE |
7041 | 2024-08-16T05:37:05.727Z | [ recovery-image] Aug 16 05:37:04.403 INFO O| Aug 16 05:37:04.403 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-08-16T05:37:05.734Z | [ recovery-image] Aug 16 05:37:04.412 INFO O| Aug 16 05:37:04.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7043 | 2024-08-16T05:37:05.734Z | [ recovery-image] Aug 16 05:37:04.412 INFO O| Aug 16 05:37:04.412 INFO STEP 1022 (remove_files) COMPLETE |
7044 | 2024-08-16T05:37:05.736Z | [ recovery-image] Aug 16 05:37:04.412 INFO O| Aug 16 05:37:04.412 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-08-16T05:37:05.743Z | [ recovery-image] Aug 16 05:37:04.422 INFO O| Aug 16 05:37:04.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7046 | 2024-08-16T05:37:05.743Z | [ recovery-image] Aug 16 05:37:04.422 INFO O| Aug 16 05:37:04.422 INFO STEP 1023 (remove_files) COMPLETE |
7047 | 2024-08-16T05:37:05.745Z | [ recovery-image] Aug 16 05:37:04.422 INFO O| Aug 16 05:37:04.422 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-08-16T05:37:05.752Z | [ recovery-image] Aug 16 05:37:04.431 INFO O| Aug 16 05:37:04.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7049 | 2024-08-16T05:37:05.752Z | [ recovery-image] Aug 16 05:37:04.431 INFO O| Aug 16 05:37:04.431 INFO STEP 1024 (remove_files) COMPLETE |
7050 | 2024-08-16T05:37:05.755Z | [ recovery-image] Aug 16 05:37:04.431 INFO O| Aug 16 05:37:04.431 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-08-16T05:37:05.762Z | [ recovery-image] Aug 16 05:37:04.440 INFO O| Aug 16 05:37:04.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7052 | 2024-08-16T05:37:05.764Z | [ recovery-image] Aug 16 05:37:04.440 INFO O| Aug 16 05:37:04.440 INFO STEP 1025 (remove_files) COMPLETE |
7053 | 2024-08-16T05:37:05.764Z | [ recovery-image] Aug 16 05:37:04.440 INFO O| Aug 16 05:37:04.440 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-08-16T05:37:05.771Z | [ recovery-image] Aug 16 05:37:04.449 INFO O| Aug 16 05:37:04.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7055 | 2024-08-16T05:37:05.771Z | [ recovery-image] Aug 16 05:37:04.449 INFO O| Aug 16 05:37:04.449 INFO STEP 1026 (remove_files) COMPLETE |
7056 | 2024-08-16T05:37:05.773Z | [ recovery-image] Aug 16 05:37:04.450 INFO O| Aug 16 05:37:04.449 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-08-16T05:37:05.780Z | [ recovery-image] Aug 16 05:37:04.459 INFO O| Aug 16 05:37:04.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7058 | 2024-08-16T05:37:05.783Z | [ recovery-image] Aug 16 05:37:04.460 INFO O| Aug 16 05:37:04.460 INFO STEP 1027 (remove_files) COMPLETE |
7059 | 2024-08-16T05:37:05.783Z | [ recovery-image] Aug 16 05:37:04.460 INFO O| Aug 16 05:37:04.460 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-08-16T05:37:05.791Z | [ recovery-image] Aug 16 05:37:04.469 INFO O| Aug 16 05:37:04.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7061 | 2024-08-16T05:37:05.793Z | [ recovery-image] Aug 16 05:37:04.470 INFO O| Aug 16 05:37:04.470 INFO STEP 1028 (remove_files) COMPLETE |
7062 | 2024-08-16T05:37:05.793Z | [ recovery-image] Aug 16 05:37:04.470 INFO O| Aug 16 05:37:04.470 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-08-16T05:37:05.801Z | [ recovery-image] Aug 16 05:37:04.480 INFO O| Aug 16 05:37:04.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7064 | 2024-08-16T05:37:05.801Z | [ recovery-image] Aug 16 05:37:04.480 INFO O| Aug 16 05:37:04.480 INFO STEP 1029 (remove_files) COMPLETE |
7065 | 2024-08-16T05:37:05.801Z | [ recovery-image] Aug 16 05:37:04.480 INFO O| Aug 16 05:37:04.480 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-08-16T05:37:05.811Z | [ recovery-image] Aug 16 05:37:04.489 INFO O| Aug 16 05:37:04.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7067 | 2024-08-16T05:37:05.813Z | [ recovery-image] Aug 16 05:37:04.489 INFO O| Aug 16 05:37:04.489 INFO STEP 1030 (remove_files) COMPLETE |
7068 | 2024-08-16T05:37:05.813Z | [ recovery-image] Aug 16 05:37:04.489 INFO O| Aug 16 05:37:04.489 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-08-16T05:37:05.820Z | [ recovery-image] Aug 16 05:37:04.499 INFO O| Aug 16 05:37:04.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7070 | 2024-08-16T05:37:05.823Z | [ recovery-image] Aug 16 05:37:04.499 INFO O| Aug 16 05:37:04.499 INFO STEP 1031 (remove_files) COMPLETE |
7071 | 2024-08-16T05:37:05.823Z | [ recovery-image] Aug 16 05:37:04.499 INFO O| Aug 16 05:37:04.499 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-08-16T05:37:05.830Z | [ recovery-image] Aug 16 05:37:04.508 INFO O| Aug 16 05:37:04.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7073 | 2024-08-16T05:37:05.832Z | [ recovery-image] Aug 16 05:37:04.508 INFO O| Aug 16 05:37:04.508 INFO STEP 1032 (remove_files) COMPLETE |
7074 | 2024-08-16T05:37:05.832Z | [ recovery-image] Aug 16 05:37:04.508 INFO O| Aug 16 05:37:04.508 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-08-16T05:37:05.839Z | [ recovery-image] Aug 16 05:37:04.517 INFO O| Aug 16 05:37:04.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7076 | 2024-08-16T05:37:05.839Z | [ recovery-image] Aug 16 05:37:04.517 INFO O| Aug 16 05:37:04.517 INFO STEP 1033 (remove_files) COMPLETE |
7077 | 2024-08-16T05:37:05.839Z | [ recovery-image] Aug 16 05:37:04.517 INFO O| Aug 16 05:37:04.517 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-08-16T05:37:05.848Z | [ recovery-image] Aug 16 05:37:04.527 INFO O| Aug 16 05:37:04.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7079 | 2024-08-16T05:37:05.848Z | [ recovery-image] Aug 16 05:37:04.527 INFO O| Aug 16 05:37:04.527 INFO STEP 1034 (remove_files) COMPLETE |
7080 | 2024-08-16T05:37:05.851Z | [ recovery-image] Aug 16 05:37:04.527 INFO O| Aug 16 05:37:04.527 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-08-16T05:37:05.857Z | [ recovery-image] Aug 16 05:37:04.536 INFO O| Aug 16 05:37:04.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7082 | 2024-08-16T05:37:05.857Z | [ recovery-image] Aug 16 05:37:04.536 INFO O| Aug 16 05:37:04.536 INFO STEP 1035 (remove_files) COMPLETE |
7083 | 2024-08-16T05:37:05.858Z | [ recovery-image] Aug 16 05:37:04.536 INFO O| Aug 16 05:37:04.536 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-08-16T05:37:05.867Z | [ recovery-image] Aug 16 05:37:04.545 INFO O| Aug 16 05:37:04.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7085 | 2024-08-16T05:37:05.869Z | [ recovery-image] Aug 16 05:37:04.546 INFO O| Aug 16 05:37:04.546 INFO STEP 1036 (remove_files) COMPLETE |
7086 | 2024-08-16T05:37:05.869Z | [ recovery-image] Aug 16 05:37:04.546 INFO O| Aug 16 05:37:04.546 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-08-16T05:37:05.877Z | [ recovery-image] Aug 16 05:37:04.555 INFO O| Aug 16 05:37:04.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7088 | 2024-08-16T05:37:05.877Z | [ recovery-image] Aug 16 05:37:04.555 INFO O| Aug 16 05:37:04.555 INFO STEP 1037 (remove_files) COMPLETE |
7089 | 2024-08-16T05:37:05.877Z | [ recovery-image] Aug 16 05:37:04.555 INFO O| Aug 16 05:37:04.555 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-08-16T05:37:05.887Z | [ recovery-image] Aug 16 05:37:04.565 INFO O| Aug 16 05:37:04.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7091 | 2024-08-16T05:37:05.887Z | [ recovery-image] Aug 16 05:37:04.565 INFO O| Aug 16 05:37:04.565 INFO STEP 1038 (remove_files) COMPLETE |
7092 | 2024-08-16T05:37:05.887Z | [ recovery-image] Aug 16 05:37:04.565 INFO O| Aug 16 05:37:04.565 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-08-16T05:37:05.897Z | [ recovery-image] Aug 16 05:37:04.576 INFO O| Aug 16 05:37:04.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7094 | 2024-08-16T05:37:05.897Z | [ recovery-image] Aug 16 05:37:04.576 INFO O| Aug 16 05:37:04.576 INFO STEP 1039 (remove_files) COMPLETE |
7095 | 2024-08-16T05:37:05.900Z | [ recovery-image] Aug 16 05:37:04.576 INFO O| Aug 16 05:37:04.576 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-08-16T05:37:05.908Z | [ recovery-image] Aug 16 05:37:04.586 INFO O| Aug 16 05:37:04.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7097 | 2024-08-16T05:37:05.908Z | [ recovery-image] Aug 16 05:37:04.586 INFO O| Aug 16 05:37:04.586 INFO STEP 1040 (remove_files) COMPLETE |
7098 | 2024-08-16T05:37:05.910Z | [ recovery-image] Aug 16 05:37:04.586 INFO O| Aug 16 05:37:04.586 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-08-16T05:37:05.919Z | [ recovery-image] Aug 16 05:37:04.598 INFO O| Aug 16 05:37:04.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7100 | 2024-08-16T05:37:05.922Z | [ recovery-image] Aug 16 05:37:04.598 INFO O| Aug 16 05:37:04.598 INFO STEP 1041 (remove_files) COMPLETE |
7101 | 2024-08-16T05:37:05.922Z | [ recovery-image] Aug 16 05:37:04.598 INFO O| Aug 16 05:37:04.598 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-08-16T05:37:05.930Z | [ recovery-image] Aug 16 05:37:04.608 INFO O| Aug 16 05:37:04.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7103 | 2024-08-16T05:37:05.930Z | [ recovery-image] Aug 16 05:37:04.609 INFO O| Aug 16 05:37:04.609 INFO STEP 1042 (remove_files) COMPLETE |
7104 | 2024-08-16T05:37:05.932Z | [ recovery-image] Aug 16 05:37:04.609 INFO O| Aug 16 05:37:04.609 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-08-16T05:37:05.940Z | [ recovery-image] Aug 16 05:37:04.618 INFO O| Aug 16 05:37:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7106 | 2024-08-16T05:37:05.942Z | [ recovery-image] Aug 16 05:37:04.618 INFO O| Aug 16 05:37:04.618 INFO STEP 1043 (remove_files) COMPLETE |
7107 | 2024-08-16T05:37:05.942Z | [ recovery-image] Aug 16 05:37:04.618 INFO O| Aug 16 05:37:04.618 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-08-16T05:37:05.950Z | [ recovery-image] Aug 16 05:37:04.628 INFO O| Aug 16 05:37:04.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7109 | 2024-08-16T05:37:05.952Z | [ recovery-image] Aug 16 05:37:04.628 INFO O| Aug 16 05:37:04.628 INFO STEP 1044 (remove_files) COMPLETE |
7110 | 2024-08-16T05:37:05.952Z | [ recovery-image] Aug 16 05:37:04.628 INFO O| Aug 16 05:37:04.628 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-08-16T05:37:05.959Z | [ recovery-image] Aug 16 05:37:04.638 INFO O| Aug 16 05:37:04.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7112 | 2024-08-16T05:37:05.960Z | [ recovery-image] Aug 16 05:37:04.638 INFO O| Aug 16 05:37:04.638 INFO STEP 1045 (remove_files) COMPLETE |
7113 | 2024-08-16T05:37:05.962Z | [ recovery-image] Aug 16 05:37:04.638 INFO O| Aug 16 05:37:04.638 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-08-16T05:37:05.969Z | [ recovery-image] Aug 16 05:37:04.647 INFO O| Aug 16 05:37:04.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7115 | 2024-08-16T05:37:05.969Z | [ recovery-image] Aug 16 05:37:04.647 INFO O| Aug 16 05:37:04.647 INFO STEP 1046 (remove_files) COMPLETE |
7116 | 2024-08-16T05:37:05.971Z | [ recovery-image] Aug 16 05:37:04.648 INFO O| Aug 16 05:37:04.647 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-08-16T05:37:05.979Z | [ recovery-image] Aug 16 05:37:04.657 INFO O| Aug 16 05:37:04.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7118 | 2024-08-16T05:37:05.979Z | [ recovery-image] Aug 16 05:37:04.657 INFO O| Aug 16 05:37:04.657 INFO STEP 1047 (remove_files) COMPLETE |
7119 | 2024-08-16T05:37:05.994Z | [ recovery-image] Aug 16 05:37:04.657 INFO O| Aug 16 05:37:04.657 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-08-16T05:37:05.994Z | [ recovery-image] Aug 16 05:37:04.667 INFO O| Aug 16 05:37:04.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7121 | 2024-08-16T05:37:05.994Z | [ recovery-image] Aug 16 05:37:04.667 INFO O| Aug 16 05:37:04.667 INFO STEP 1048 (remove_files) COMPLETE |
7122 | 2024-08-16T05:37:05.994Z | [ recovery-image] Aug 16 05:37:04.667 INFO O| Aug 16 05:37:04.667 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-08-16T05:37:06.000Z | [ recovery-image] Aug 16 05:37:04.677 INFO O| Aug 16 05:37:04.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7124 | 2024-08-16T05:37:06.000Z | [ recovery-image] Aug 16 05:37:04.677 INFO O| Aug 16 05:37:04.677 INFO STEP 1049 (remove_files) COMPLETE |
7125 | 2024-08-16T05:37:06.003Z | [ recovery-image] Aug 16 05:37:04.677 INFO O| Aug 16 05:37:04.677 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-08-16T05:37:06.008Z | [ recovery-image] Aug 16 05:37:04.687 INFO O| Aug 16 05:37:04.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7127 | 2024-08-16T05:37:06.011Z | [ recovery-image] Aug 16 05:37:04.687 INFO O| Aug 16 05:37:04.687 INFO STEP 1050 (remove_files) COMPLETE |
7128 | 2024-08-16T05:37:06.011Z | [ recovery-image] Aug 16 05:37:04.687 INFO O| Aug 16 05:37:04.687 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-08-16T05:37:06.018Z | [ recovery-image] Aug 16 05:37:04.697 INFO O| Aug 16 05:37:04.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7130 | 2024-08-16T05:37:06.018Z | [ recovery-image] Aug 16 05:37:04.697 INFO O| Aug 16 05:37:04.697 INFO STEP 1051 (remove_files) COMPLETE |
7131 | 2024-08-16T05:37:06.021Z | [ recovery-image] Aug 16 05:37:04.697 INFO O| Aug 16 05:37:04.697 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-08-16T05:37:06.028Z | [ recovery-image] Aug 16 05:37:04.706 INFO O| Aug 16 05:37:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7133 | 2024-08-16T05:37:06.030Z | [ recovery-image] Aug 16 05:37:04.706 INFO O| Aug 16 05:37:04.706 INFO STEP 1052 (remove_files) COMPLETE |
7134 | 2024-08-16T05:37:06.030Z | [ recovery-image] Aug 16 05:37:04.706 INFO O| Aug 16 05:37:04.706 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-08-16T05:37:06.037Z | [ recovery-image] Aug 16 05:37:04.715 INFO O| Aug 16 05:37:04.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7136 | 2024-08-16T05:37:06.039Z | [ recovery-image] Aug 16 05:37:04.715 INFO O| Aug 16 05:37:04.715 INFO STEP 1053 (remove_files) COMPLETE |
7137 | 2024-08-16T05:37:06.039Z | [ recovery-image] Aug 16 05:37:04.715 INFO O| Aug 16 05:37:04.715 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-08-16T05:37:06.047Z | [ recovery-image] Aug 16 05:37:04.725 INFO O| Aug 16 05:37:04.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7139 | 2024-08-16T05:37:06.047Z | [ recovery-image] Aug 16 05:37:04.725 INFO O| Aug 16 05:37:04.725 INFO STEP 1054 (remove_files) COMPLETE |
7140 | 2024-08-16T05:37:06.049Z | [ recovery-image] Aug 16 05:37:04.725 INFO O| Aug 16 05:37:04.725 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-08-16T05:37:06.056Z | [ recovery-image] Aug 16 05:37:04.734 INFO O| Aug 16 05:37:04.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7142 | 2024-08-16T05:37:06.058Z | [ recovery-image] Aug 16 05:37:04.734 INFO O| Aug 16 05:37:04.734 INFO STEP 1055 (remove_files) COMPLETE |
7143 | 2024-08-16T05:37:06.058Z | [ recovery-image] Aug 16 05:37:04.734 INFO O| Aug 16 05:37:04.734 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-08-16T05:37:06.065Z | [ recovery-image] Aug 16 05:37:04.744 INFO O| Aug 16 05:37:04.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7145 | 2024-08-16T05:37:06.065Z | [ recovery-image] Aug 16 05:37:04.744 INFO O| Aug 16 05:37:04.744 INFO STEP 1056 (remove_files) COMPLETE |
7146 | 2024-08-16T05:37:06.068Z | [ recovery-image] Aug 16 05:37:04.744 INFO O| Aug 16 05:37:04.744 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-08-16T05:37:06.075Z | [ recovery-image] Aug 16 05:37:04.753 INFO O| Aug 16 05:37:04.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7148 | 2024-08-16T05:37:06.075Z | [ recovery-image] Aug 16 05:37:04.753 INFO O| Aug 16 05:37:04.753 INFO STEP 1057 (remove_files) COMPLETE |
7149 | 2024-08-16T05:37:06.077Z | [ recovery-image] Aug 16 05:37:04.753 INFO O| Aug 16 05:37:04.753 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-08-16T05:37:06.085Z | [ recovery-image] Aug 16 05:37:04.763 INFO O| Aug 16 05:37:04.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7151 | 2024-08-16T05:37:06.085Z | [ recovery-image] Aug 16 05:37:04.763 INFO O| Aug 16 05:37:04.763 INFO STEP 1058 (remove_files) COMPLETE |
7152 | 2024-08-16T05:37:06.088Z | [ recovery-image] Aug 16 05:37:04.763 INFO O| Aug 16 05:37:04.763 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-08-16T05:37:06.095Z | [ recovery-image] Aug 16 05:37:04.773 INFO O| Aug 16 05:37:04.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7154 | 2024-08-16T05:37:06.095Z | [ recovery-image] Aug 16 05:37:04.773 INFO O| Aug 16 05:37:04.773 INFO STEP 1059 (remove_files) COMPLETE |
7155 | 2024-08-16T05:37:06.097Z | [ recovery-image] Aug 16 05:37:04.773 INFO O| Aug 16 05:37:04.773 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-08-16T05:37:06.105Z | [ recovery-image] Aug 16 05:37:04.783 INFO O| Aug 16 05:37:04.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7157 | 2024-08-16T05:37:06.105Z | [ recovery-image] Aug 16 05:37:04.784 INFO O| Aug 16 05:37:04.783 INFO STEP 1060 (remove_files) COMPLETE |
7158 | 2024-08-16T05:37:06.105Z | [ recovery-image] Aug 16 05:37:04.784 INFO O| Aug 16 05:37:04.784 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-08-16T05:37:06.115Z | [ recovery-image] Aug 16 05:37:04.793 INFO O| Aug 16 05:37:04.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7160 | 2024-08-16T05:37:06.115Z | [ recovery-image] Aug 16 05:37:04.793 INFO O| Aug 16 05:37:04.793 INFO STEP 1061 (remove_files) COMPLETE |
7161 | 2024-08-16T05:37:06.115Z | [ recovery-image] Aug 16 05:37:04.793 INFO O| Aug 16 05:37:04.793 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-08-16T05:37:06.125Z | [ recovery-image] Aug 16 05:37:04.803 INFO O| Aug 16 05:37:04.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7163 | 2024-08-16T05:37:06.125Z | [ recovery-image] Aug 16 05:37:04.803 INFO O| Aug 16 05:37:04.803 INFO STEP 1062 (remove_files) COMPLETE |
7164 | 2024-08-16T05:37:06.127Z | [ recovery-image] Aug 16 05:37:04.803 INFO O| Aug 16 05:37:04.803 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-08-16T05:37:06.134Z | [ recovery-image] Aug 16 05:37:04.812 INFO O| Aug 16 05:37:04.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7166 | 2024-08-16T05:37:06.137Z | [ recovery-image] Aug 16 05:37:04.813 INFO O| Aug 16 05:37:04.812 INFO STEP 1063 (remove_files) COMPLETE |
7167 | 2024-08-16T05:37:06.137Z | [ recovery-image] Aug 16 05:37:04.813 INFO O| Aug 16 05:37:04.813 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-08-16T05:37:06.144Z | [ recovery-image] Aug 16 05:37:04.822 INFO O| Aug 16 05:37:04.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7169 | 2024-08-16T05:37:06.144Z | [ recovery-image] Aug 16 05:37:04.822 INFO O| Aug 16 05:37:04.822 INFO STEP 1064 (remove_files) COMPLETE |
7170 | 2024-08-16T05:37:06.144Z | [ recovery-image] Aug 16 05:37:04.822 INFO O| Aug 16 05:37:04.822 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-08-16T05:37:06.153Z | [ recovery-image] Aug 16 05:37:04.831 INFO O| Aug 16 05:37:04.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7172 | 2024-08-16T05:37:06.153Z | [ recovery-image] Aug 16 05:37:04.831 INFO O| Aug 16 05:37:04.831 INFO STEP 1065 (remove_files) COMPLETE |
7173 | 2024-08-16T05:37:06.156Z | [ recovery-image] Aug 16 05:37:04.831 INFO O| Aug 16 05:37:04.831 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-08-16T05:37:06.162Z | [ recovery-image] Aug 16 05:37:04.841 INFO O| Aug 16 05:37:04.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7175 | 2024-08-16T05:37:06.162Z | [ recovery-image] Aug 16 05:37:04.841 INFO O| Aug 16 05:37:04.841 INFO STEP 1066 (remove_files) COMPLETE |
7176 | 2024-08-16T05:37:06.165Z | [ recovery-image] Aug 16 05:37:04.841 INFO O| Aug 16 05:37:04.841 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-08-16T05:37:06.172Z | [ recovery-image] Aug 16 05:37:04.850 INFO O| Aug 16 05:37:04.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7178 | 2024-08-16T05:37:06.172Z | [ recovery-image] Aug 16 05:37:04.850 INFO O| Aug 16 05:37:04.850 INFO STEP 1067 (remove_files) COMPLETE |
7179 | 2024-08-16T05:37:06.174Z | [ recovery-image] Aug 16 05:37:04.850 INFO O| Aug 16 05:37:04.850 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-08-16T05:37:06.182Z | [ recovery-image] Aug 16 05:37:04.860 INFO O| Aug 16 05:37:04.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7181 | 2024-08-16T05:37:06.184Z | [ recovery-image] Aug 16 05:37:04.860 INFO O| Aug 16 05:37:04.860 INFO STEP 1068 (remove_files) COMPLETE |
7182 | 2024-08-16T05:37:06.184Z | [ recovery-image] Aug 16 05:37:04.860 INFO O| Aug 16 05:37:04.860 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-08-16T05:37:06.193Z | [ recovery-image] Aug 16 05:37:04.871 INFO O| Aug 16 05:37:04.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7184 | 2024-08-16T05:37:06.194Z | [ recovery-image] Aug 16 05:37:04.871 INFO O| Aug 16 05:37:04.871 INFO STEP 1069 (remove_files) COMPLETE |
7185 | 2024-08-16T05:37:06.196Z | [ recovery-image] Aug 16 05:37:04.871 INFO O| Aug 16 05:37:04.871 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-08-16T05:37:06.203Z | [ recovery-image] Aug 16 05:37:04.882 INFO O| Aug 16 05:37:04.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7187 | 2024-08-16T05:37:06.203Z | [ recovery-image] Aug 16 05:37:04.882 INFO O| Aug 16 05:37:04.882 INFO STEP 1070 (remove_files) COMPLETE |
7188 | 2024-08-16T05:37:06.206Z | [ recovery-image] Aug 16 05:37:04.882 INFO O| Aug 16 05:37:04.882 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-08-16T05:37:06.215Z | [ recovery-image] Aug 16 05:37:04.893 INFO O| Aug 16 05:37:04.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7190 | 2024-08-16T05:37:06.215Z | [ recovery-image] Aug 16 05:37:04.893 INFO O| Aug 16 05:37:04.893 INFO STEP 1071 (remove_files) COMPLETE |
7191 | 2024-08-16T05:37:06.217Z | [ recovery-image] Aug 16 05:37:04.893 INFO O| Aug 16 05:37:04.893 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-08-16T05:37:06.225Z | [ recovery-image] Aug 16 05:37:04.903 INFO O| Aug 16 05:37:04.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7193 | 2024-08-16T05:37:06.225Z | [ recovery-image] Aug 16 05:37:04.903 INFO O| Aug 16 05:37:04.903 INFO STEP 1072 (remove_files) COMPLETE |
7194 | 2024-08-16T05:37:06.229Z | [ recovery-image] Aug 16 05:37:04.903 INFO O| Aug 16 05:37:04.903 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-08-16T05:37:06.234Z | [ recovery-image] Aug 16 05:37:04.913 INFO O| Aug 16 05:37:04.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7196 | 2024-08-16T05:37:06.234Z | [ recovery-image] Aug 16 05:37:04.913 INFO O| Aug 16 05:37:04.913 INFO STEP 1073 (remove_files) COMPLETE |
7197 | 2024-08-16T05:37:06.234Z | [ recovery-image] Aug 16 05:37:04.913 INFO O| Aug 16 05:37:04.913 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-08-16T05:37:06.244Z | [ recovery-image] Aug 16 05:37:04.922 INFO O| Aug 16 05:37:04.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7199 | 2024-08-16T05:37:06.244Z | [ recovery-image] Aug 16 05:37:04.922 INFO O| Aug 16 05:37:04.922 INFO STEP 1074 (remove_files) COMPLETE |
7200 | 2024-08-16T05:37:06.247Z | [ recovery-image] Aug 16 05:37:04.922 INFO O| Aug 16 05:37:04.922 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-08-16T05:37:06.254Z | [ recovery-image] Aug 16 05:37:04.932 INFO O| Aug 16 05:37:04.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7202 | 2024-08-16T05:37:06.256Z | [ recovery-image] Aug 16 05:37:04.933 INFO O| Aug 16 05:37:04.933 INFO STEP 1075 (remove_files) COMPLETE |
7203 | 2024-08-16T05:37:06.256Z | [ recovery-image] Aug 16 05:37:04.933 INFO O| Aug 16 05:37:04.933 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-08-16T05:37:06.264Z | [ recovery-image] Aug 16 05:37:04.942 INFO O| Aug 16 05:37:04.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7205 | 2024-08-16T05:37:06.266Z | [ recovery-image] Aug 16 05:37:04.942 INFO O| Aug 16 05:37:04.942 INFO STEP 1076 (remove_files) COMPLETE |
7206 | 2024-08-16T05:37:06.266Z | [ recovery-image] Aug 16 05:37:04.942 INFO O| Aug 16 05:37:04.942 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-08-16T05:37:06.274Z | [ recovery-image] Aug 16 05:37:04.951 INFO O| Aug 16 05:37:04.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7208 | 2024-08-16T05:37:06.274Z | [ recovery-image] Aug 16 05:37:04.951 INFO O| Aug 16 05:37:04.951 INFO STEP 1077 (remove_files) COMPLETE |
7209 | 2024-08-16T05:37:06.277Z | [ recovery-image] Aug 16 05:37:04.952 INFO O| Aug 16 05:37:04.951 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-08-16T05:37:06.283Z | [ recovery-image] Aug 16 05:37:04.961 INFO O| Aug 16 05:37:04.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7211 | 2024-08-16T05:37:06.287Z | [ recovery-image] Aug 16 05:37:04.961 INFO O| Aug 16 05:37:04.961 INFO STEP 1078 (remove_files) COMPLETE |
7212 | 2024-08-16T05:37:06.287Z | [ recovery-image] Aug 16 05:37:04.961 INFO O| Aug 16 05:37:04.961 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-08-16T05:37:06.294Z | [ recovery-image] Aug 16 05:37:04.972 INFO O| Aug 16 05:37:04.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7214 | 2024-08-16T05:37:06.294Z | [ recovery-image] Aug 16 05:37:04.972 INFO O| Aug 16 05:37:04.972 INFO STEP 1079 (remove_files) COMPLETE |
7215 | 2024-08-16T05:37:06.294Z | [ recovery-image] Aug 16 05:37:04.972 INFO O| Aug 16 05:37:04.972 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-08-16T05:37:06.305Z | [ recovery-image] Aug 16 05:37:04.983 INFO O| Aug 16 05:37:04.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7217 | 2024-08-16T05:37:06.305Z | [ recovery-image] Aug 16 05:37:04.984 INFO O| Aug 16 05:37:04.984 INFO STEP 1080 (remove_files) COMPLETE |
7218 | 2024-08-16T05:37:06.305Z | [ recovery-image] Aug 16 05:37:04.984 INFO O| Aug 16 05:37:04.984 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-08-16T05:37:06.316Z | [ recovery-image] Aug 16 05:37:04.994 INFO O| Aug 16 05:37:04.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7220 | 2024-08-16T05:37:06.316Z | [ recovery-image] Aug 16 05:37:04.994 INFO O| Aug 16 05:37:04.994 INFO STEP 1081 (remove_files) COMPLETE |
7221 | 2024-08-16T05:37:06.318Z | [ recovery-image] Aug 16 05:37:04.994 INFO O| Aug 16 05:37:04.994 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-08-16T05:37:06.326Z | [ recovery-image] Aug 16 05:37:05.004 INFO O| Aug 16 05:37:05.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7223 | 2024-08-16T05:37:06.326Z | [ recovery-image] Aug 16 05:37:05.004 INFO O| Aug 16 05:37:05.004 INFO STEP 1082 (remove_files) COMPLETE |
7224 | 2024-08-16T05:37:06.329Z | [ recovery-image] Aug 16 05:37:05.004 INFO O| Aug 16 05:37:05.004 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-08-16T05:37:06.336Z | [ recovery-image] Aug 16 05:37:05.014 INFO O| Aug 16 05:37:05.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7226 | 2024-08-16T05:37:06.336Z | [ recovery-image] Aug 16 05:37:05.014 INFO O| Aug 16 05:37:05.014 INFO STEP 1083 (remove_files) COMPLETE |
7227 | 2024-08-16T05:37:06.339Z | [ recovery-image] Aug 16 05:37:05.014 INFO O| Aug 16 05:37:05.014 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-08-16T05:37:06.346Z | [ recovery-image] Aug 16 05:37:05.024 INFO O| Aug 16 05:37:05.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7229 | 2024-08-16T05:37:06.348Z | [ recovery-image] Aug 16 05:37:05.025 INFO O| Aug 16 05:37:05.025 INFO STEP 1084 (remove_files) COMPLETE |
7230 | 2024-08-16T05:37:06.349Z | [ recovery-image] Aug 16 05:37:05.025 INFO O| Aug 16 05:37:05.025 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-08-16T05:37:06.356Z | [ recovery-image] Aug 16 05:37:05.034 INFO O| Aug 16 05:37:05.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7232 | 2024-08-16T05:37:06.356Z | [ recovery-image] Aug 16 05:37:05.035 INFO O| Aug 16 05:37:05.035 INFO STEP 1085 (remove_files) COMPLETE |
7233 | 2024-08-16T05:37:06.356Z | [ recovery-image] Aug 16 05:37:05.035 INFO O| Aug 16 05:37:05.035 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-08-16T05:37:06.366Z | [ recovery-image] Aug 16 05:37:05.044 INFO O| Aug 16 05:37:05.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7235 | 2024-08-16T05:37:06.368Z | [ recovery-image] Aug 16 05:37:05.044 INFO O| Aug 16 05:37:05.044 INFO STEP 1086 (remove_files) COMPLETE |
7236 | 2024-08-16T05:37:06.368Z | [ recovery-image] Aug 16 05:37:05.044 INFO O| Aug 16 05:37:05.044 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-08-16T05:37:06.375Z | [ recovery-image] Aug 16 05:37:05.053 INFO O| Aug 16 05:37:05.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7238 | 2024-08-16T05:37:06.375Z | [ recovery-image] Aug 16 05:37:05.053 INFO O| Aug 16 05:37:05.053 INFO STEP 1087 (remove_files) COMPLETE |
7239 | 2024-08-16T05:37:06.375Z | [ recovery-image] Aug 16 05:37:05.053 INFO O| Aug 16 05:37:05.053 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-08-16T05:37:06.385Z | [ recovery-image] Aug 16 05:37:05.064 INFO O| Aug 16 05:37:05.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7241 | 2024-08-16T05:37:06.386Z | [ recovery-image] Aug 16 05:37:05.064 INFO O| Aug 16 05:37:05.064 INFO STEP 1088 (remove_files) COMPLETE |
7242 | 2024-08-16T05:37:06.386Z | [ recovery-image] Aug 16 05:37:05.064 INFO O| Aug 16 05:37:05.064 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-08-16T05:37:06.396Z | [ recovery-image] Aug 16 05:37:05.074 INFO O| Aug 16 05:37:05.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7244 | 2024-08-16T05:37:06.396Z | [ recovery-image] Aug 16 05:37:05.074 INFO O| Aug 16 05:37:05.074 INFO STEP 1089 (remove_files) COMPLETE |
7245 | 2024-08-16T05:37:06.396Z | [ recovery-image] Aug 16 05:37:05.074 INFO O| Aug 16 05:37:05.074 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-08-16T05:37:06.406Z | [ recovery-image] Aug 16 05:37:05.084 INFO O| Aug 16 05:37:05.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7247 | 2024-08-16T05:37:06.406Z | [ recovery-image] Aug 16 05:37:05.084 INFO O| Aug 16 05:37:05.084 INFO STEP 1090 (remove_files) COMPLETE |
7248 | 2024-08-16T05:37:06.406Z | [ recovery-image] Aug 16 05:37:05.084 INFO O| Aug 16 05:37:05.084 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-08-16T05:37:06.415Z | [ recovery-image] Aug 16 05:37:05.093 INFO O| Aug 16 05:37:05.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7250 | 2024-08-16T05:37:06.415Z | [ recovery-image] Aug 16 05:37:05.093 INFO O| Aug 16 05:37:05.093 INFO STEP 1091 (remove_files) COMPLETE |
7251 | 2024-08-16T05:37:06.418Z | [ recovery-image] Aug 16 05:37:05.094 INFO O| Aug 16 05:37:05.093 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-08-16T05:37:06.425Z | [ recovery-image] Aug 16 05:37:05.103 INFO O| Aug 16 05:37:05.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7253 | 2024-08-16T05:37:06.425Z | [ recovery-image] Aug 16 05:37:05.103 INFO O| Aug 16 05:37:05.103 INFO STEP 1092 (remove_files) COMPLETE |
7254 | 2024-08-16T05:37:06.425Z | [ recovery-image] Aug 16 05:37:05.103 INFO O| Aug 16 05:37:05.103 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-08-16T05:37:06.434Z | [ recovery-image] Aug 16 05:37:05.112 INFO O| Aug 16 05:37:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7256 | 2024-08-16T05:37:06.434Z | [ recovery-image] Aug 16 05:37:05.112 INFO O| Aug 16 05:37:05.112 INFO STEP 1093 (remove_files) COMPLETE |
7257 | 2024-08-16T05:37:06.436Z | [ recovery-image] Aug 16 05:37:05.112 INFO O| Aug 16 05:37:05.112 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-08-16T05:37:06.443Z | [ recovery-image] Aug 16 05:37:05.121 INFO O| Aug 16 05:37:05.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7259 | 2024-08-16T05:37:06.443Z | [ recovery-image] Aug 16 05:37:05.121 INFO O| Aug 16 05:37:05.121 INFO STEP 1094 (remove_files) COMPLETE |
7260 | 2024-08-16T05:37:06.443Z | [ recovery-image] Aug 16 05:37:05.121 INFO O| Aug 16 05:37:05.121 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-08-16T05:37:06.452Z | [ recovery-image] Aug 16 05:37:05.131 INFO O| Aug 16 05:37:05.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7262 | 2024-08-16T05:37:06.453Z | [ recovery-image] Aug 16 05:37:05.131 INFO O| Aug 16 05:37:05.131 INFO STEP 1095 (remove_files) COMPLETE |
7263 | 2024-08-16T05:37:06.455Z | [ recovery-image] Aug 16 05:37:05.131 INFO O| Aug 16 05:37:05.131 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-08-16T05:37:06.463Z | [ recovery-image] Aug 16 05:37:05.140 INFO O| Aug 16 05:37:05.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7265 | 2024-08-16T05:37:06.465Z | [ recovery-image] Aug 16 05:37:05.140 INFO O| Aug 16 05:37:05.140 INFO STEP 1096 (remove_files) COMPLETE |
7266 | 2024-08-16T05:37:06.465Z | [ recovery-image] Aug 16 05:37:05.140 INFO O| Aug 16 05:37:05.140 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-08-16T05:37:06.471Z | [ recovery-image] Aug 16 05:37:05.149 INFO O| Aug 16 05:37:05.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7268 | 2024-08-16T05:37:06.471Z | [ recovery-image] Aug 16 05:37:05.149 INFO O| Aug 16 05:37:05.149 INFO STEP 1097 (remove_files) COMPLETE |
7269 | 2024-08-16T05:37:06.473Z | [ recovery-image] Aug 16 05:37:05.149 INFO O| Aug 16 05:37:05.149 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-08-16T05:37:06.481Z | [ recovery-image] Aug 16 05:37:05.159 INFO O| Aug 16 05:37:05.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7271 | 2024-08-16T05:37:06.481Z | [ recovery-image] Aug 16 05:37:05.159 INFO O| Aug 16 05:37:05.159 INFO STEP 1098 (remove_files) COMPLETE |
7272 | 2024-08-16T05:37:06.483Z | [ recovery-image] Aug 16 05:37:05.159 INFO O| Aug 16 05:37:05.159 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-08-16T05:37:06.491Z | [ recovery-image] Aug 16 05:37:05.169 INFO O| Aug 16 05:37:05.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7274 | 2024-08-16T05:37:06.491Z | [ recovery-image] Aug 16 05:37:05.169 INFO O| Aug 16 05:37:05.169 INFO STEP 1099 (remove_files) COMPLETE |
7275 | 2024-08-16T05:37:06.491Z | [ recovery-image] Aug 16 05:37:05.169 INFO O| Aug 16 05:37:05.169 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-08-16T05:37:06.502Z | [ recovery-image] Aug 16 05:37:05.180 INFO O| Aug 16 05:37:05.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7277 | 2024-08-16T05:37:06.502Z | [ recovery-image] Aug 16 05:37:05.180 INFO O| Aug 16 05:37:05.180 INFO STEP 1100 (remove_files) COMPLETE |
7278 | 2024-08-16T05:37:06.505Z | [ recovery-image] Aug 16 05:37:05.180 INFO O| Aug 16 05:37:05.180 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-08-16T05:37:06.512Z | [ recovery-image] Aug 16 05:37:05.190 INFO O| Aug 16 05:37:05.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7280 | 2024-08-16T05:37:06.512Z | [ recovery-image] Aug 16 05:37:05.190 INFO O| Aug 16 05:37:05.190 INFO STEP 1101 (remove_files) COMPLETE |
7281 | 2024-08-16T05:37:06.515Z | [ recovery-image] Aug 16 05:37:05.190 INFO O| Aug 16 05:37:05.190 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-08-16T05:37:06.522Z | [ recovery-image] Aug 16 05:37:05.200 INFO O| Aug 16 05:37:05.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7283 | 2024-08-16T05:37:06.522Z | [ recovery-image] Aug 16 05:37:05.200 INFO O| Aug 16 05:37:05.200 INFO STEP 1102 (remove_files) COMPLETE |
7284 | 2024-08-16T05:37:06.524Z | [ recovery-image] Aug 16 05:37:05.200 INFO O| Aug 16 05:37:05.200 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-08-16T05:37:06.531Z | [ recovery-image] Aug 16 05:37:05.210 INFO O| Aug 16 05:37:05.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7286 | 2024-08-16T05:37:06.532Z | [ recovery-image] Aug 16 05:37:05.210 INFO O| Aug 16 05:37:05.210 INFO STEP 1103 (remove_files) COMPLETE |
7287 | 2024-08-16T05:37:06.532Z | [ recovery-image] Aug 16 05:37:05.210 INFO O| Aug 16 05:37:05.210 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-08-16T05:37:06.541Z | [ recovery-image] Aug 16 05:37:05.219 INFO O| Aug 16 05:37:05.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7289 | 2024-08-16T05:37:06.541Z | [ recovery-image] Aug 16 05:37:05.219 INFO O| Aug 16 05:37:05.219 INFO STEP 1104 (remove_files) COMPLETE |
7290 | 2024-08-16T05:37:06.541Z | [ recovery-image] Aug 16 05:37:05.219 INFO O| Aug 16 05:37:05.219 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-08-16T05:37:06.550Z | [ recovery-image] Aug 16 05:37:05.228 INFO O| Aug 16 05:37:05.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7292 | 2024-08-16T05:37:06.550Z | [ recovery-image] Aug 16 05:37:05.228 INFO O| Aug 16 05:37:05.228 INFO STEP 1105 (remove_files) COMPLETE |
7293 | 2024-08-16T05:37:06.550Z | [ recovery-image] Aug 16 05:37:05.228 INFO O| Aug 16 05:37:05.228 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-08-16T05:37:06.560Z | [ recovery-image] Aug 16 05:37:05.238 INFO O| Aug 16 05:37:05.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7295 | 2024-08-16T05:37:06.560Z | [ recovery-image] Aug 16 05:37:05.238 INFO O| Aug 16 05:37:05.238 INFO STEP 1106 (remove_files) COMPLETE |
7296 | 2024-08-16T05:37:06.560Z | [ recovery-image] Aug 16 05:37:05.238 INFO O| Aug 16 05:37:05.238 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-08-16T05:37:06.570Z | [ recovery-image] Aug 16 05:37:05.248 INFO O| Aug 16 05:37:05.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7298 | 2024-08-16T05:37:06.572Z | [ recovery-image] Aug 16 05:37:05.248 INFO O| Aug 16 05:37:05.248 INFO STEP 1107 (remove_files) COMPLETE |
7299 | 2024-08-16T05:37:06.572Z | [ recovery-image] Aug 16 05:37:05.248 INFO O| Aug 16 05:37:05.248 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-08-16T05:37:06.581Z | [ recovery-image] Aug 16 05:37:05.259 INFO O| Aug 16 05:37:05.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7301 | 2024-08-16T05:37:06.581Z | [ recovery-image] Aug 16 05:37:05.259 INFO O| Aug 16 05:37:05.259 INFO STEP 1108 (remove_files) COMPLETE |
7302 | 2024-08-16T05:37:06.584Z | [ recovery-image] Aug 16 05:37:05.259 INFO O| Aug 16 05:37:05.259 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-08-16T05:37:06.594Z | [ recovery-image] Aug 16 05:37:05.272 INFO O| Aug 16 05:37:05.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7304 | 2024-08-16T05:37:06.594Z | [ recovery-image] Aug 16 05:37:05.272 INFO O| Aug 16 05:37:05.272 INFO STEP 1109 (remove_files) COMPLETE |
7305 | 2024-08-16T05:37:06.594Z | [ recovery-image] Aug 16 05:37:05.272 INFO O| Aug 16 05:37:05.272 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-08-16T05:37:06.606Z | [ recovery-image] Aug 16 05:37:05.284 INFO O| Aug 16 05:37:05.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7307 | 2024-08-16T05:37:06.606Z | [ recovery-image] Aug 16 05:37:05.284 INFO O| Aug 16 05:37:05.284 INFO STEP 1110 (remove_files) COMPLETE |
7308 | 2024-08-16T05:37:06.606Z | [ recovery-image] Aug 16 05:37:05.284 INFO O| Aug 16 05:37:05.284 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-08-16T05:37:06.617Z | [ recovery-image] Aug 16 05:37:05.295 INFO O| Aug 16 05:37:05.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7310 | 2024-08-16T05:37:06.619Z | [ recovery-image] Aug 16 05:37:05.295 INFO O| Aug 16 05:37:05.295 INFO STEP 1111 (remove_files) COMPLETE |
7311 | 2024-08-16T05:37:06.619Z | [ recovery-image] Aug 16 05:37:05.295 INFO O| Aug 16 05:37:05.295 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-08-16T05:37:06.628Z | [ recovery-image] Aug 16 05:37:05.306 INFO O| Aug 16 05:37:05.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7313 | 2024-08-16T05:37:06.628Z | [ recovery-image] Aug 16 05:37:05.306 INFO O| Aug 16 05:37:05.306 INFO STEP 1112 (remove_files) COMPLETE |
7314 | 2024-08-16T05:37:06.631Z | [ recovery-image] Aug 16 05:37:05.306 INFO O| Aug 16 05:37:05.306 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-08-16T05:37:06.638Z | [ recovery-image] Aug 16 05:37:05.316 INFO O| Aug 16 05:37:05.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7316 | 2024-08-16T05:37:06.640Z | [ recovery-image] Aug 16 05:37:05.316 INFO O| Aug 16 05:37:05.316 INFO STEP 1113 (remove_files) COMPLETE |
7317 | 2024-08-16T05:37:06.640Z | [ recovery-image] Aug 16 05:37:05.316 INFO O| Aug 16 05:37:05.316 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-08-16T05:37:06.648Z | [ recovery-image] Aug 16 05:37:05.326 INFO O| Aug 16 05:37:05.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7319 | 2024-08-16T05:37:06.650Z | [ recovery-image] Aug 16 05:37:05.326 INFO O| Aug 16 05:37:05.326 INFO STEP 1114 (remove_files) COMPLETE |
7320 | 2024-08-16T05:37:06.650Z | [ recovery-image] Aug 16 05:37:05.326 INFO O| Aug 16 05:37:05.326 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-08-16T05:37:06.658Z | [ recovery-image] Aug 16 05:37:05.336 INFO O| Aug 16 05:37:05.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7322 | 2024-08-16T05:37:06.658Z | [ recovery-image] Aug 16 05:37:05.336 INFO O| Aug 16 05:37:05.336 INFO STEP 1115 (remove_files) COMPLETE |
7323 | 2024-08-16T05:37:06.658Z | [ recovery-image] Aug 16 05:37:05.336 INFO O| Aug 16 05:37:05.336 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-08-16T05:37:06.668Z | [ recovery-image] Aug 16 05:37:05.346 INFO O| Aug 16 05:37:05.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7325 | 2024-08-16T05:37:06.670Z | [ recovery-image] Aug 16 05:37:05.346 INFO O| Aug 16 05:37:05.346 INFO STEP 1116 (remove_files) COMPLETE |
7326 | 2024-08-16T05:37:06.670Z | [ recovery-image] Aug 16 05:37:05.346 INFO O| Aug 16 05:37:05.346 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-08-16T05:37:06.677Z | [ recovery-image] Aug 16 05:37:05.355 INFO O| Aug 16 05:37:05.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7328 | 2024-08-16T05:37:06.677Z | [ recovery-image] Aug 16 05:37:05.355 INFO O| Aug 16 05:37:05.355 INFO STEP 1117 (remove_files) COMPLETE |
7329 | 2024-08-16T05:37:06.680Z | [ recovery-image] Aug 16 05:37:05.355 INFO O| Aug 16 05:37:05.355 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-08-16T05:37:06.687Z | [ recovery-image] Aug 16 05:37:05.365 INFO O| Aug 16 05:37:05.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7331 | 2024-08-16T05:37:06.691Z | [ recovery-image] Aug 16 05:37:05.365 INFO O| Aug 16 05:37:05.365 INFO STEP 1118 (remove_files) COMPLETE |
7332 | 2024-08-16T05:37:06.691Z | [ recovery-image] Aug 16 05:37:05.365 INFO O| Aug 16 05:37:05.365 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-08-16T05:37:06.697Z | [ recovery-image] Aug 16 05:37:05.375 INFO O| Aug 16 05:37:05.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7334 | 2024-08-16T05:37:06.697Z | [ recovery-image] Aug 16 05:37:05.375 INFO O| Aug 16 05:37:05.375 INFO STEP 1119 (remove_files) COMPLETE |
7335 | 2024-08-16T05:37:06.700Z | [ recovery-image] Aug 16 05:37:05.375 INFO O| Aug 16 05:37:05.375 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-08-16T05:37:06.707Z | [ recovery-image] Aug 16 05:37:05.385 INFO O| Aug 16 05:37:05.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7337 | 2024-08-16T05:37:06.707Z | [ recovery-image] Aug 16 05:37:05.385 INFO O| Aug 16 05:37:05.385 INFO STEP 1120 (remove_files) COMPLETE |
7338 | 2024-08-16T05:37:06.707Z | [ recovery-image] Aug 16 05:37:05.385 INFO O| Aug 16 05:37:05.385 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-08-16T05:37:06.717Z | [ recovery-image] Aug 16 05:37:05.395 INFO O| Aug 16 05:37:05.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7340 | 2024-08-16T05:37:06.717Z | [ recovery-image] Aug 16 05:37:05.395 INFO O| Aug 16 05:37:05.395 INFO STEP 1121 (remove_files) COMPLETE |
7341 | 2024-08-16T05:37:06.720Z | [ recovery-image] Aug 16 05:37:05.395 INFO O| Aug 16 05:37:05.395 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-08-16T05:37:06.727Z | [ recovery-image] Aug 16 05:37:05.405 INFO O| Aug 16 05:37:05.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7343 | 2024-08-16T05:37:06.727Z | [ recovery-image] Aug 16 05:37:05.405 INFO O| Aug 16 05:37:05.405 INFO STEP 1122 (remove_files) COMPLETE |
7344 | 2024-08-16T05:37:06.729Z | [ recovery-image] Aug 16 05:37:05.405 INFO O| Aug 16 05:37:05.405 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-08-16T05:37:06.736Z | [ recovery-image] Aug 16 05:37:05.414 INFO O| Aug 16 05:37:05.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7346 | 2024-08-16T05:37:06.738Z | [ recovery-image] Aug 16 05:37:05.414 INFO O| Aug 16 05:37:05.414 INFO STEP 1123 (remove_files) COMPLETE |
7347 | 2024-08-16T05:37:06.739Z | [ recovery-image] Aug 16 05:37:05.414 INFO O| Aug 16 05:37:05.414 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-08-16T05:37:06.745Z | [ recovery-image] Aug 16 05:37:05.424 INFO O| Aug 16 05:37:05.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7349 | 2024-08-16T05:37:06.745Z | [ recovery-image] Aug 16 05:37:05.424 INFO O| Aug 16 05:37:05.424 INFO STEP 1124 (remove_files) COMPLETE |
7350 | 2024-08-16T05:37:06.748Z | [ recovery-image] Aug 16 05:37:05.424 INFO O| Aug 16 05:37:05.424 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-08-16T05:37:06.755Z | [ recovery-image] Aug 16 05:37:05.433 INFO O| Aug 16 05:37:05.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7352 | 2024-08-16T05:37:06.755Z | [ recovery-image] Aug 16 05:37:05.433 INFO O| Aug 16 05:37:05.433 INFO STEP 1125 (remove_files) COMPLETE |
7353 | 2024-08-16T05:37:06.755Z | [ recovery-image] Aug 16 05:37:05.433 INFO O| Aug 16 05:37:05.433 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-08-16T05:37:06.764Z | [ recovery-image] Aug 16 05:37:05.442 INFO O| Aug 16 05:37:05.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7355 | 2024-08-16T05:37:06.764Z | [ recovery-image] Aug 16 05:37:05.442 INFO O| Aug 16 05:37:05.442 INFO STEP 1126 (remove_files) COMPLETE |
7356 | 2024-08-16T05:37:06.768Z | [ recovery-image] Aug 16 05:37:05.442 INFO O| Aug 16 05:37:05.442 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-08-16T05:37:06.773Z | [ recovery-image] Aug 16 05:37:05.451 INFO O| Aug 16 05:37:05.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7358 | 2024-08-16T05:37:06.773Z | [ recovery-image] Aug 16 05:37:05.452 INFO O| Aug 16 05:37:05.452 INFO STEP 1127 (remove_files) COMPLETE |
7359 | 2024-08-16T05:37:06.774Z | [ recovery-image] Aug 16 05:37:05.452 INFO O| Aug 16 05:37:05.452 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-08-16T05:37:06.783Z | [ recovery-image] Aug 16 05:37:05.461 INFO O| Aug 16 05:37:05.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7361 | 2024-08-16T05:37:06.783Z | [ recovery-image] Aug 16 05:37:05.461 INFO O| Aug 16 05:37:05.461 INFO STEP 1128 (remove_files) COMPLETE |
7362 | 2024-08-16T05:37:06.786Z | [ recovery-image] Aug 16 05:37:05.461 INFO O| Aug 16 05:37:05.461 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-08-16T05:37:06.793Z | [ recovery-image] Aug 16 05:37:05.471 INFO O| Aug 16 05:37:05.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7364 | 2024-08-16T05:37:06.793Z | [ recovery-image] Aug 16 05:37:05.471 INFO O| Aug 16 05:37:05.471 INFO STEP 1129 (remove_files) COMPLETE |
7365 | 2024-08-16T05:37:06.796Z | [ recovery-image] Aug 16 05:37:05.471 INFO O| Aug 16 05:37:05.471 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-08-16T05:37:06.804Z | [ recovery-image] Aug 16 05:37:05.481 INFO O| Aug 16 05:37:05.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7367 | 2024-08-16T05:37:06.804Z | [ recovery-image] Aug 16 05:37:05.482 INFO O| Aug 16 05:37:05.482 INFO STEP 1130 (remove_files) COMPLETE |
7368 | 2024-08-16T05:37:06.804Z | [ recovery-image] Aug 16 05:37:05.482 INFO O| Aug 16 05:37:05.482 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-08-16T05:37:06.814Z | [ recovery-image] Aug 16 05:37:05.492 INFO O| Aug 16 05:37:05.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7370 | 2024-08-16T05:37:06.814Z | [ recovery-image] Aug 16 05:37:05.492 INFO O| Aug 16 05:37:05.492 INFO STEP 1131 (remove_files) COMPLETE |
7371 | 2024-08-16T05:37:06.816Z | [ recovery-image] Aug 16 05:37:05.492 INFO O| Aug 16 05:37:05.492 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-08-16T05:37:06.824Z | [ recovery-image] Aug 16 05:37:05.502 INFO O| Aug 16 05:37:05.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7373 | 2024-08-16T05:37:06.824Z | [ recovery-image] Aug 16 05:37:05.502 INFO O| Aug 16 05:37:05.502 INFO STEP 1132 (remove_files) COMPLETE |
7374 | 2024-08-16T05:37:06.826Z | [ recovery-image] Aug 16 05:37:05.502 INFO O| Aug 16 05:37:05.502 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-08-16T05:37:06.834Z | [ recovery-image] Aug 16 05:37:05.512 INFO O| Aug 16 05:37:05.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7376 | 2024-08-16T05:37:06.836Z | [ recovery-image] Aug 16 05:37:05.512 INFO O| Aug 16 05:37:05.512 INFO STEP 1133 (remove_files) COMPLETE |
7377 | 2024-08-16T05:37:06.836Z | [ recovery-image] Aug 16 05:37:05.512 INFO O| Aug 16 05:37:05.512 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-08-16T05:37:06.843Z | [ recovery-image] Aug 16 05:37:05.521 INFO O| Aug 16 05:37:05.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7379 | 2024-08-16T05:37:06.843Z | [ recovery-image] Aug 16 05:37:05.521 INFO O| Aug 16 05:37:05.521 INFO STEP 1134 (remove_files) COMPLETE |
7380 | 2024-08-16T05:37:06.843Z | [ recovery-image] Aug 16 05:37:05.521 INFO O| Aug 16 05:37:05.521 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-08-16T05:37:06.853Z | [ recovery-image] Aug 16 05:37:05.531 INFO O| Aug 16 05:37:05.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7382 | 2024-08-16T05:37:06.853Z | [ recovery-image] Aug 16 05:37:05.531 INFO O| Aug 16 05:37:05.531 INFO STEP 1135 (remove_files) COMPLETE |
7383 | 2024-08-16T05:37:06.853Z | [ recovery-image] Aug 16 05:37:05.531 INFO O| Aug 16 05:37:05.531 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-08-16T05:37:06.862Z | [ recovery-image] Aug 16 05:37:05.540 INFO O| Aug 16 05:37:05.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7385 | 2024-08-16T05:37:06.862Z | [ recovery-image] Aug 16 05:37:05.540 INFO O| Aug 16 05:37:05.540 INFO STEP 1136 (remove_files) COMPLETE |
7386 | 2024-08-16T05:37:06.862Z | [ recovery-image] Aug 16 05:37:05.540 INFO O| Aug 16 05:37:05.540 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-08-16T05:37:06.871Z | [ recovery-image] Aug 16 05:37:05.549 INFO O| Aug 16 05:37:05.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7388 | 2024-08-16T05:37:06.871Z | [ recovery-image] Aug 16 05:37:05.549 INFO O| Aug 16 05:37:05.549 INFO STEP 1137 (remove_files) COMPLETE |
7389 | 2024-08-16T05:37:06.874Z | [ recovery-image] Aug 16 05:37:05.549 INFO O| Aug 16 05:37:05.549 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-08-16T05:37:06.882Z | [ recovery-image] Aug 16 05:37:05.560 INFO O| Aug 16 05:37:05.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7391 | 2024-08-16T05:37:06.882Z | [ recovery-image] Aug 16 05:37:05.560 INFO O| Aug 16 05:37:05.560 INFO STEP 1138 (remove_files) COMPLETE |
7392 | 2024-08-16T05:37:06.882Z | [ recovery-image] Aug 16 05:37:05.560 INFO O| Aug 16 05:37:05.560 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-08-16T05:37:06.891Z | [ recovery-image] Aug 16 05:37:05.569 INFO O| Aug 16 05:37:05.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7394 | 2024-08-16T05:37:06.894Z | [ recovery-image] Aug 16 05:37:05.570 INFO O| Aug 16 05:37:05.569 INFO STEP 1139 (remove_files) COMPLETE |
7395 | 2024-08-16T05:37:06.894Z | [ recovery-image] Aug 16 05:37:05.570 INFO O| Aug 16 05:37:05.570 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-08-16T05:37:06.901Z | [ recovery-image] Aug 16 05:37:05.579 INFO O| Aug 16 05:37:05.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7397 | 2024-08-16T05:37:06.901Z | [ recovery-image] Aug 16 05:37:05.579 INFO O| Aug 16 05:37:05.579 INFO STEP 1140 (remove_files) COMPLETE |
7398 | 2024-08-16T05:37:06.904Z | [ recovery-image] Aug 16 05:37:05.579 INFO O| Aug 16 05:37:05.579 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-08-16T05:37:06.911Z | [ recovery-image] Aug 16 05:37:05.589 INFO O| Aug 16 05:37:05.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7400 | 2024-08-16T05:37:06.911Z | [ recovery-image] Aug 16 05:37:05.589 INFO O| Aug 16 05:37:05.589 INFO STEP 1141 (remove_files) COMPLETE |
7401 | 2024-08-16T05:37:06.911Z | [ recovery-image] Aug 16 05:37:05.589 INFO O| Aug 16 05:37:05.589 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-08-16T05:37:06.921Z | [ recovery-image] Aug 16 05:37:05.599 INFO O| Aug 16 05:37:05.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7403 | 2024-08-16T05:37:06.924Z | [ recovery-image] Aug 16 05:37:05.599 INFO O| Aug 16 05:37:05.599 INFO STEP 1142 (remove_files) COMPLETE |
7404 | 2024-08-16T05:37:06.924Z | [ recovery-image] Aug 16 05:37:05.599 INFO O| Aug 16 05:37:05.599 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-08-16T05:37:06.931Z | [ recovery-image] Aug 16 05:37:05.608 INFO O| Aug 16 05:37:05.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7406 | 2024-08-16T05:37:06.931Z | [ recovery-image] Aug 16 05:37:05.609 INFO O| Aug 16 05:37:05.609 INFO STEP 1143 (remove_files) COMPLETE |
7407 | 2024-08-16T05:37:06.933Z | [ recovery-image] Aug 16 05:37:05.609 INFO O| Aug 16 05:37:05.609 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-08-16T05:37:06.940Z | [ recovery-image] Aug 16 05:37:05.618 INFO O| Aug 16 05:37:05.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7409 | 2024-08-16T05:37:06.940Z | [ recovery-image] Aug 16 05:37:05.618 INFO O| Aug 16 05:37:05.618 INFO STEP 1144 (remove_files) COMPLETE |
7410 | 2024-08-16T05:37:06.940Z | [ recovery-image] Aug 16 05:37:05.618 INFO O| Aug 16 05:37:05.618 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-08-16T05:37:06.949Z | [ recovery-image] Aug 16 05:37:05.627 INFO O| Aug 16 05:37:05.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7412 | 2024-08-16T05:37:06.949Z | [ recovery-image] Aug 16 05:37:05.627 INFO O| Aug 16 05:37:05.627 INFO STEP 1145 (remove_files) COMPLETE |
7413 | 2024-08-16T05:37:06.951Z | [ recovery-image] Aug 16 05:37:05.627 INFO O| Aug 16 05:37:05.627 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-08-16T05:37:06.958Z | [ recovery-image] Aug 16 05:37:05.636 INFO O| Aug 16 05:37:05.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7415 | 2024-08-16T05:37:06.958Z | [ recovery-image] Aug 16 05:37:05.636 INFO O| Aug 16 05:37:05.636 INFO STEP 1146 (remove_files) COMPLETE |
7416 | 2024-08-16T05:37:06.961Z | [ recovery-image] Aug 16 05:37:05.636 INFO O| Aug 16 05:37:05.636 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-08-16T05:37:06.967Z | [ recovery-image] Aug 16 05:37:05.645 INFO O| Aug 16 05:37:05.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7418 | 2024-08-16T05:37:06.967Z | [ recovery-image] Aug 16 05:37:05.645 INFO O| Aug 16 05:37:05.645 INFO STEP 1147 (remove_files) COMPLETE |
7419 | 2024-08-16T05:37:06.967Z | [ recovery-image] Aug 16 05:37:05.645 INFO O| Aug 16 05:37:05.645 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-08-16T05:37:06.977Z | [ recovery-image] Aug 16 05:37:05.655 INFO O| Aug 16 05:37:05.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7421 | 2024-08-16T05:37:06.977Z | [ recovery-image] Aug 16 05:37:05.655 INFO O| Aug 16 05:37:05.655 INFO STEP 1148 (remove_files) COMPLETE |
7422 | 2024-08-16T05:37:06.977Z | [ recovery-image] Aug 16 05:37:05.655 INFO O| Aug 16 05:37:05.655 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-08-16T05:37:06.987Z | [ recovery-image] Aug 16 05:37:05.665 INFO O| Aug 16 05:37:05.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7424 | 2024-08-16T05:37:06.987Z | [ recovery-image] Aug 16 05:37:05.665 INFO O| Aug 16 05:37:05.665 INFO STEP 1149 (remove_files) COMPLETE |
7425 | 2024-08-16T05:37:06.989Z | [ recovery-image] Aug 16 05:37:05.665 INFO O| Aug 16 05:37:05.665 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-08-16T05:37:06.997Z | [ recovery-image] Aug 16 05:37:05.675 INFO O| Aug 16 05:37:05.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7427 | 2024-08-16T05:37:06.997Z | [ recovery-image] Aug 16 05:37:05.675 INFO O| Aug 16 05:37:05.675 INFO STEP 1150 (remove_files) COMPLETE |
7428 | 2024-08-16T05:37:06.997Z | [ recovery-image] Aug 16 05:37:05.675 INFO O| Aug 16 05:37:05.675 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-08-16T05:37:07.008Z | [ recovery-image] Aug 16 05:37:05.685 INFO O| Aug 16 05:37:05.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7430 | 2024-08-16T05:37:07.008Z | [ recovery-image] Aug 16 05:37:05.685 INFO O| Aug 16 05:37:05.685 INFO STEP 1151 (remove_files) COMPLETE |
7431 | 2024-08-16T05:37:07.010Z | [ recovery-image] Aug 16 05:37:05.685 INFO O| Aug 16 05:37:05.685 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-08-16T05:37:07.016Z | [ recovery-image] Aug 16 05:37:05.694 INFO O| Aug 16 05:37:05.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7433 | 2024-08-16T05:37:07.016Z | [ recovery-image] Aug 16 05:37:05.694 INFO O| Aug 16 05:37:05.694 INFO STEP 1152 (remove_files) COMPLETE |
7434 | 2024-08-16T05:37:07.019Z | [ recovery-image] Aug 16 05:37:05.694 INFO O| Aug 16 05:37:05.694 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-08-16T05:37:07.026Z | [ recovery-image] Aug 16 05:37:05.704 INFO O| Aug 16 05:37:05.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7436 | 2024-08-16T05:37:07.028Z | [ recovery-image] Aug 16 05:37:05.704 INFO O| Aug 16 05:37:05.704 INFO STEP 1153 (remove_files) COMPLETE |
7437 | 2024-08-16T05:37:07.028Z | [ recovery-image] Aug 16 05:37:05.704 INFO O| Aug 16 05:37:05.704 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-08-16T05:37:07.035Z | [ recovery-image] Aug 16 05:37:05.713 INFO O| Aug 16 05:37:05.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7439 | 2024-08-16T05:37:07.037Z | [ recovery-image] Aug 16 05:37:05.713 INFO O| Aug 16 05:37:05.713 INFO STEP 1154 (remove_files) COMPLETE |
7440 | 2024-08-16T05:37:07.038Z | [ recovery-image] Aug 16 05:37:05.713 INFO O| Aug 16 05:37:05.713 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-08-16T05:37:07.045Z | [ recovery-image] Aug 16 05:37:05.723 INFO O| Aug 16 05:37:05.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7442 | 2024-08-16T05:37:07.045Z | [ recovery-image] Aug 16 05:37:05.723 INFO O| Aug 16 05:37:05.723 INFO STEP 1155 (remove_files) COMPLETE |
7443 | 2024-08-16T05:37:07.047Z | [ recovery-image] Aug 16 05:37:05.723 INFO O| Aug 16 05:37:05.723 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-08-16T05:37:07.054Z | [ recovery-image] Aug 16 05:37:05.732 INFO O| Aug 16 05:37:05.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7445 | 2024-08-16T05:37:07.056Z | [ recovery-image] Aug 16 05:37:05.732 INFO O| Aug 16 05:37:05.732 INFO STEP 1156 (remove_files) COMPLETE |
7446 | 2024-08-16T05:37:07.056Z | [ recovery-image] Aug 16 05:37:05.732 INFO O| Aug 16 05:37:05.732 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-08-16T05:37:07.064Z | [ recovery-image] Aug 16 05:37:05.742 INFO O| Aug 16 05:37:05.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7448 | 2024-08-16T05:37:07.067Z | [ recovery-image] Aug 16 05:37:05.742 INFO O| Aug 16 05:37:05.742 INFO STEP 1157 (remove_files) COMPLETE |
7449 | 2024-08-16T05:37:07.067Z | [ recovery-image] Aug 16 05:37:05.742 INFO O| Aug 16 05:37:05.742 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-08-16T05:37:07.073Z | [ recovery-image] Aug 16 05:37:05.751 INFO O| Aug 16 05:37:05.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7451 | 2024-08-16T05:37:07.073Z | [ recovery-image] Aug 16 05:37:05.751 INFO O| Aug 16 05:37:05.751 INFO STEP 1158 (remove_files) COMPLETE |
7452 | 2024-08-16T05:37:07.076Z | [ recovery-image] Aug 16 05:37:05.751 INFO O| Aug 16 05:37:05.751 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-08-16T05:37:07.083Z | [ recovery-image] Aug 16 05:37:05.761 INFO O| Aug 16 05:37:05.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7454 | 2024-08-16T05:37:07.083Z | [ recovery-image] Aug 16 05:37:05.761 INFO O| Aug 16 05:37:05.761 INFO STEP 1159 (remove_files) COMPLETE |
7455 | 2024-08-16T05:37:07.083Z | [ recovery-image] Aug 16 05:37:05.761 INFO O| Aug 16 05:37:05.761 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-08-16T05:37:07.093Z | [ recovery-image] Aug 16 05:37:05.771 INFO O| Aug 16 05:37:05.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7457 | 2024-08-16T05:37:07.093Z | [ recovery-image] Aug 16 05:37:05.771 INFO O| Aug 16 05:37:05.771 INFO STEP 1160 (remove_files) COMPLETE |
7458 | 2024-08-16T05:37:07.093Z | [ recovery-image] Aug 16 05:37:05.771 INFO O| Aug 16 05:37:05.771 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-08-16T05:37:07.105Z | [ recovery-image] Aug 16 05:37:05.781 INFO O| Aug 16 05:37:05.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7460 | 2024-08-16T05:37:07.107Z | [ recovery-image] Aug 16 05:37:05.781 INFO O| Aug 16 05:37:05.781 INFO STEP 1161 (remove_files) COMPLETE |
7461 | 2024-08-16T05:37:07.107Z | [ recovery-image] Aug 16 05:37:05.781 INFO O| Aug 16 05:37:05.781 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-08-16T05:37:07.113Z | [ recovery-image] Aug 16 05:37:05.791 INFO O| Aug 16 05:37:05.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7463 | 2024-08-16T05:37:07.114Z | [ recovery-image] Aug 16 05:37:05.791 INFO O| Aug 16 05:37:05.791 INFO STEP 1162 (remove_files) COMPLETE |
7464 | 2024-08-16T05:37:07.116Z | [ recovery-image] Aug 16 05:37:05.791 INFO O| Aug 16 05:37:05.791 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-08-16T05:37:07.122Z | [ recovery-image] Aug 16 05:37:05.800 INFO O| Aug 16 05:37:05.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7466 | 2024-08-16T05:37:07.122Z | [ recovery-image] Aug 16 05:37:05.800 INFO O| Aug 16 05:37:05.800 INFO STEP 1163 (remove_files) COMPLETE |
7467 | 2024-08-16T05:37:07.123Z | [ recovery-image] Aug 16 05:37:05.800 INFO O| Aug 16 05:37:05.800 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-08-16T05:37:07.132Z | [ recovery-image] Aug 16 05:37:05.810 INFO O| Aug 16 05:37:05.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7469 | 2024-08-16T05:37:07.132Z | [ recovery-image] Aug 16 05:37:05.810 INFO O| Aug 16 05:37:05.810 INFO STEP 1164 (remove_files) COMPLETE |
7470 | 2024-08-16T05:37:07.132Z | [ recovery-image] Aug 16 05:37:05.810 INFO O| Aug 16 05:37:05.810 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-08-16T05:37:07.141Z | [ recovery-image] Aug 16 05:37:05.819 INFO O| Aug 16 05:37:05.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7472 | 2024-08-16T05:37:07.141Z | [ recovery-image] Aug 16 05:37:05.819 INFO O| Aug 16 05:37:05.819 INFO STEP 1165 (remove_files) COMPLETE |
7473 | 2024-08-16T05:37:07.144Z | [ recovery-image] Aug 16 05:37:05.819 INFO O| Aug 16 05:37:05.819 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-08-16T05:37:07.150Z | [ recovery-image] Aug 16 05:37:05.828 INFO O| Aug 16 05:37:05.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7475 | 2024-08-16T05:37:07.150Z | [ recovery-image] Aug 16 05:37:05.828 INFO O| Aug 16 05:37:05.828 INFO STEP 1166 (remove_files) COMPLETE |
7476 | 2024-08-16T05:37:07.153Z | [ recovery-image] Aug 16 05:37:05.828 INFO O| Aug 16 05:37:05.828 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-08-16T05:37:07.160Z | [ recovery-image] Aug 16 05:37:05.837 INFO O| Aug 16 05:37:05.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7478 | 2024-08-16T05:37:07.163Z | [ recovery-image] Aug 16 05:37:05.837 INFO O| Aug 16 05:37:05.837 INFO STEP 1167 (remove_files) COMPLETE |
7479 | 2024-08-16T05:37:07.163Z | [ recovery-image] Aug 16 05:37:05.838 INFO O| Aug 16 05:37:05.837 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-08-16T05:37:07.169Z | [ recovery-image] Aug 16 05:37:05.847 INFO O| Aug 16 05:37:05.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7481 | 2024-08-16T05:37:07.171Z | [ recovery-image] Aug 16 05:37:05.847 INFO O| Aug 16 05:37:05.847 INFO STEP 1168 (remove_files) COMPLETE |
7482 | 2024-08-16T05:37:07.171Z | [ recovery-image] Aug 16 05:37:05.847 INFO O| Aug 16 05:37:05.847 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-08-16T05:37:07.178Z | [ recovery-image] Aug 16 05:37:05.856 INFO O| Aug 16 05:37:05.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7484 | 2024-08-16T05:37:07.178Z | [ recovery-image] Aug 16 05:37:05.856 INFO O| Aug 16 05:37:05.856 INFO STEP 1169 (remove_files) COMPLETE |
7485 | 2024-08-16T05:37:07.181Z | [ recovery-image] Aug 16 05:37:05.856 INFO O| Aug 16 05:37:05.856 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-08-16T05:37:07.189Z | [ recovery-image] Aug 16 05:37:05.866 INFO O| Aug 16 05:37:05.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7487 | 2024-08-16T05:37:07.189Z | [ recovery-image] Aug 16 05:37:05.866 INFO O| Aug 16 05:37:05.866 INFO STEP 1170 (remove_files) COMPLETE |
7488 | 2024-08-16T05:37:07.189Z | [ recovery-image] Aug 16 05:37:05.866 INFO O| Aug 16 05:37:05.866 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-08-16T05:37:07.198Z | [ recovery-image] Aug 16 05:37:05.876 INFO O| Aug 16 05:37:05.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7490 | 2024-08-16T05:37:07.201Z | [ recovery-image] Aug 16 05:37:05.876 INFO O| Aug 16 05:37:05.876 INFO STEP 1171 (remove_files) COMPLETE |
7491 | 2024-08-16T05:37:07.201Z | [ recovery-image] Aug 16 05:37:05.876 INFO O| Aug 16 05:37:05.876 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-08-16T05:37:07.208Z | [ recovery-image] Aug 16 05:37:05.886 INFO O| Aug 16 05:37:05.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7493 | 2024-08-16T05:37:07.208Z | [ recovery-image] Aug 16 05:37:05.886 INFO O| Aug 16 05:37:05.886 INFO STEP 1172 (remove_files) COMPLETE |
7494 | 2024-08-16T05:37:07.210Z | [ recovery-image] Aug 16 05:37:05.886 INFO O| Aug 16 05:37:05.886 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-08-16T05:37:07.218Z | [ recovery-image] Aug 16 05:37:05.895 INFO O| Aug 16 05:37:05.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7496 | 2024-08-16T05:37:07.218Z | [ recovery-image] Aug 16 05:37:05.895 INFO O| Aug 16 05:37:05.895 INFO STEP 1173 (remove_files) COMPLETE |
7497 | 2024-08-16T05:37:07.220Z | [ recovery-image] Aug 16 05:37:05.895 INFO O| Aug 16 05:37:05.895 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-08-16T05:37:07.227Z | [ recovery-image] Aug 16 05:37:05.905 INFO O| Aug 16 05:37:05.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7499 | 2024-08-16T05:37:07.227Z | [ recovery-image] Aug 16 05:37:05.905 INFO O| Aug 16 05:37:05.905 INFO STEP 1174 (remove_files) COMPLETE |
7500 | 2024-08-16T05:37:07.227Z | [ recovery-image] Aug 16 05:37:05.905 INFO O| Aug 16 05:37:05.905 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-08-16T05:37:07.237Z | [ recovery-image] Aug 16 05:37:05.915 INFO O| Aug 16 05:37:05.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7502 | 2024-08-16T05:37:07.237Z | [ recovery-image] Aug 16 05:37:05.915 INFO O| Aug 16 05:37:05.915 INFO STEP 1175 (remove_files) COMPLETE |
7503 | 2024-08-16T05:37:07.239Z | [ recovery-image] Aug 16 05:37:05.915 INFO O| Aug 16 05:37:05.915 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2024-08-16T05:37:07.246Z | [ recovery-image] Aug 16 05:37:05.924 INFO O| Aug 16 05:37:05.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7505 | 2024-08-16T05:37:07.248Z | [ recovery-image] Aug 16 05:37:05.924 INFO O| Aug 16 05:37:05.924 INFO STEP 1176 (remove_files) COMPLETE |
7506 | 2024-08-16T05:37:07.248Z | [ recovery-image] Aug 16 05:37:05.924 INFO O| Aug 16 05:37:05.924 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2024-08-16T05:37:07.256Z | [ recovery-image] Aug 16 05:37:05.933 INFO O| Aug 16 05:37:05.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7508 | 2024-08-16T05:37:07.256Z | [ recovery-image] Aug 16 05:37:05.934 INFO O| Aug 16 05:37:05.934 INFO STEP 1177 (remove_files) COMPLETE |
7509 | 2024-08-16T05:37:07.258Z | [ recovery-image] Aug 16 05:37:05.934 INFO O| Aug 16 05:37:05.934 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2024-08-16T05:37:07.265Z | [ recovery-image] Aug 16 05:37:05.943 INFO O| Aug 16 05:37:05.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7511 | 2024-08-16T05:37:07.268Z | [ recovery-image] Aug 16 05:37:05.943 INFO O| Aug 16 05:37:05.943 INFO STEP 1178 (remove_files) COMPLETE |
7512 | 2024-08-16T05:37:07.268Z | [ recovery-image] Aug 16 05:37:05.943 INFO O| Aug 16 05:37:05.943 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2024-08-16T05:37:07.275Z | [ recovery-image] Aug 16 05:37:05.952 INFO O| Aug 16 05:37:05.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7514 | 2024-08-16T05:37:07.278Z | [ recovery-image] Aug 16 05:37:05.952 INFO O| Aug 16 05:37:05.952 INFO STEP 1179 (remove_files) COMPLETE |
7515 | 2024-08-16T05:37:07.278Z | [ recovery-image] Aug 16 05:37:05.952 INFO O| Aug 16 05:37:05.952 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2024-08-16T05:37:07.284Z | [ recovery-image] Aug 16 05:37:05.962 INFO O| Aug 16 05:37:05.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7517 | 2024-08-16T05:37:07.284Z | [ recovery-image] Aug 16 05:37:05.962 INFO O| Aug 16 05:37:05.962 INFO STEP 1180 (remove_files) COMPLETE |
7518 | 2024-08-16T05:37:07.287Z | [ recovery-image] Aug 16 05:37:05.962 INFO O| Aug 16 05:37:05.962 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2024-08-16T05:37:07.294Z | [ recovery-image] Aug 16 05:37:05.972 INFO O| Aug 16 05:37:05.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7520 | 2024-08-16T05:37:07.294Z | [ recovery-image] Aug 16 05:37:05.972 INFO O| Aug 16 05:37:05.972 INFO STEP 1181 (remove_files) COMPLETE |
7521 | 2024-08-16T05:37:07.297Z | [ recovery-image] Aug 16 05:37:05.972 INFO O| Aug 16 05:37:05.972 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2024-08-16T05:37:07.304Z | [ recovery-image] Aug 16 05:37:05.981 INFO O| Aug 16 05:37:05.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7523 | 2024-08-16T05:37:07.304Z | [ recovery-image] Aug 16 05:37:05.981 INFO O| Aug 16 05:37:05.981 INFO STEP 1182 (remove_files) COMPLETE |
7524 | 2024-08-16T05:37:07.308Z | [ recovery-image] Aug 16 05:37:05.982 INFO O| Aug 16 05:37:05.981 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2024-08-16T05:37:07.313Z | [ recovery-image] Aug 16 05:37:05.991 INFO O| Aug 16 05:37:05.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7526 | 2024-08-16T05:37:07.313Z | [ recovery-image] Aug 16 05:37:05.991 INFO O| Aug 16 05:37:05.991 INFO STEP 1183 (remove_files) COMPLETE |
7527 | 2024-08-16T05:37:07.316Z | [ recovery-image] Aug 16 05:37:05.991 INFO O| Aug 16 05:37:05.991 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-08-16T05:37:07.323Z | [ recovery-image] Aug 16 05:37:06.001 INFO O| Aug 16 05:37:06.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7529 | 2024-08-16T05:37:07.326Z | [ recovery-image] Aug 16 05:37:06.001 INFO O| Aug 16 05:37:06.001 INFO STEP 1184 (remove_files) COMPLETE |
7530 | 2024-08-16T05:37:07.326Z | [ recovery-image] Aug 16 05:37:06.001 INFO O| Aug 16 05:37:06.001 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2024-08-16T05:37:07.334Z | [ recovery-image] Aug 16 05:37:06.011 INFO O| Aug 16 05:37:06.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7532 | 2024-08-16T05:37:07.336Z | [ recovery-image] Aug 16 05:37:06.011 INFO O| Aug 16 05:37:06.011 INFO STEP 1185 (remove_files) COMPLETE |
7533 | 2024-08-16T05:37:07.336Z | [ recovery-image] Aug 16 05:37:06.011 INFO O| Aug 16 05:37:06.011 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2024-08-16T05:37:07.343Z | [ recovery-image] Aug 16 05:37:06.021 INFO O| Aug 16 05:37:06.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7535 | 2024-08-16T05:37:07.343Z | [ recovery-image] Aug 16 05:37:06.021 INFO O| Aug 16 05:37:06.021 INFO STEP 1186 (remove_files) COMPLETE |
7536 | 2024-08-16T05:37:07.346Z | [ recovery-image] Aug 16 05:37:06.021 INFO O| Aug 16 05:37:06.021 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2024-08-16T05:37:07.353Z | [ recovery-image] Aug 16 05:37:06.030 INFO O| Aug 16 05:37:06.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7538 | 2024-08-16T05:37:07.353Z | [ recovery-image] Aug 16 05:37:06.031 INFO O| Aug 16 05:37:06.031 INFO STEP 1187 (remove_files) COMPLETE |
7539 | 2024-08-16T05:37:07.355Z | [ recovery-image] Aug 16 05:37:06.031 INFO O| Aug 16 05:37:06.031 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2024-08-16T05:37:07.362Z | [ recovery-image] Aug 16 05:37:06.040 INFO O| Aug 16 05:37:06.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7541 | 2024-08-16T05:37:07.365Z | [ recovery-image] Aug 16 05:37:06.040 INFO O| Aug 16 05:37:06.040 INFO STEP 1188 (remove_files) COMPLETE |
7542 | 2024-08-16T05:37:07.365Z | [ recovery-image] Aug 16 05:37:06.040 INFO O| Aug 16 05:37:06.040 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-08-16T05:37:07.371Z | [ recovery-image] Aug 16 05:37:06.049 INFO O| Aug 16 05:37:06.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7544 | 2024-08-16T05:37:07.371Z | [ recovery-image] Aug 16 05:37:06.049 INFO O| Aug 16 05:37:06.049 INFO STEP 1189 (remove_files) COMPLETE |
7545 | 2024-08-16T05:37:07.374Z | [ recovery-image] Aug 16 05:37:06.049 INFO O| Aug 16 05:37:06.049 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-08-16T05:37:07.381Z | [ recovery-image] Aug 16 05:37:06.059 INFO O| Aug 16 05:37:06.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7547 | 2024-08-16T05:37:07.381Z | [ recovery-image] Aug 16 05:37:06.059 INFO O| Aug 16 05:37:06.059 INFO STEP 1190 (remove_files) COMPLETE |
7548 | 2024-08-16T05:37:07.383Z | [ recovery-image] Aug 16 05:37:06.059 INFO O| Aug 16 05:37:06.059 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-08-16T05:37:07.391Z | [ recovery-image] Aug 16 05:37:06.068 INFO O| Aug 16 05:37:06.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7550 | 2024-08-16T05:37:07.391Z | [ recovery-image] Aug 16 05:37:06.068 INFO O| Aug 16 05:37:06.068 INFO STEP 1191 (remove_files) COMPLETE |
7551 | 2024-08-16T05:37:07.391Z | [ recovery-image] Aug 16 05:37:06.068 INFO O| Aug 16 05:37:06.068 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-08-16T05:37:07.400Z | [ recovery-image] Aug 16 05:37:06.078 INFO O| Aug 16 05:37:06.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7553 | 2024-08-16T05:37:07.403Z | [ recovery-image] Aug 16 05:37:06.078 INFO O| Aug 16 05:37:06.078 INFO STEP 1192 (remove_files) COMPLETE |
7554 | 2024-08-16T05:37:07.403Z | [ recovery-image] Aug 16 05:37:06.078 INFO O| Aug 16 05:37:06.078 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-08-16T05:37:07.410Z | [ recovery-image] Aug 16 05:37:06.088 INFO O| Aug 16 05:37:06.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7556 | 2024-08-16T05:37:07.411Z | [ recovery-image] Aug 16 05:37:06.088 INFO O| Aug 16 05:37:06.088 INFO STEP 1193 (remove_files) COMPLETE |
7557 | 2024-08-16T05:37:07.411Z | [ recovery-image] Aug 16 05:37:06.088 INFO O| Aug 16 05:37:06.088 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-08-16T05:37:07.420Z | [ recovery-image] Aug 16 05:37:06.098 INFO O| Aug 16 05:37:06.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7559 | 2024-08-16T05:37:07.420Z | [ recovery-image] Aug 16 05:37:06.098 INFO O| Aug 16 05:37:06.098 INFO STEP 1194 (remove_files) COMPLETE |
7560 | 2024-08-16T05:37:07.423Z | [ recovery-image] Aug 16 05:37:06.098 INFO O| Aug 16 05:37:06.098 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-08-16T05:37:07.430Z | [ recovery-image] Aug 16 05:37:06.107 INFO O| Aug 16 05:37:06.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7562 | 2024-08-16T05:37:07.432Z | [ recovery-image] Aug 16 05:37:06.108 INFO O| Aug 16 05:37:06.107 INFO STEP 1195 (remove_files) COMPLETE |
7563 | 2024-08-16T05:37:07.432Z | [ recovery-image] Aug 16 05:37:06.108 INFO O| Aug 16 05:37:06.107 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-08-16T05:37:07.439Z | [ recovery-image] Aug 16 05:37:06.117 INFO O| Aug 16 05:37:06.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7565 | 2024-08-16T05:37:07.442Z | [ recovery-image] Aug 16 05:37:06.117 INFO O| Aug 16 05:37:06.117 INFO STEP 1196 (remove_files) COMPLETE |
7566 | 2024-08-16T05:37:07.442Z | [ recovery-image] Aug 16 05:37:06.117 INFO O| Aug 16 05:37:06.117 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-08-16T05:37:07.449Z | [ recovery-image] Aug 16 05:37:06.126 INFO O| Aug 16 05:37:06.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7568 | 2024-08-16T05:37:07.449Z | [ recovery-image] Aug 16 05:37:06.126 INFO O| Aug 16 05:37:06.126 INFO STEP 1197 (remove_files) COMPLETE |
7569 | 2024-08-16T05:37:07.449Z | [ recovery-image] Aug 16 05:37:06.126 INFO O| Aug 16 05:37:06.126 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2024-08-16T05:37:07.458Z | [ recovery-image] Aug 16 05:37:06.135 INFO O| Aug 16 05:37:06.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7571 | 2024-08-16T05:37:07.458Z | [ recovery-image] Aug 16 05:37:06.136 INFO O| Aug 16 05:37:06.136 INFO STEP 1198 (remove_files) COMPLETE |
7572 | 2024-08-16T05:37:07.458Z | [ recovery-image] Aug 16 05:37:06.136 INFO O| Aug 16 05:37:06.136 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2024-08-16T05:37:07.467Z | [ recovery-image] Aug 16 05:37:06.145 INFO O| Aug 16 05:37:06.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7574 | 2024-08-16T05:37:07.467Z | [ recovery-image] Aug 16 05:37:06.145 INFO O| Aug 16 05:37:06.145 INFO STEP 1199 (remove_files) COMPLETE |
7575 | 2024-08-16T05:37:07.467Z | [ recovery-image] Aug 16 05:37:06.145 INFO O| Aug 16 05:37:06.145 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2024-08-16T05:37:07.477Z | [ recovery-image] Aug 16 05:37:06.154 INFO O| Aug 16 05:37:06.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7577 | 2024-08-16T05:37:07.477Z | [ recovery-image] Aug 16 05:37:06.154 INFO O| Aug 16 05:37:06.154 INFO STEP 1200 (remove_files) COMPLETE |
7578 | 2024-08-16T05:37:07.479Z | [ recovery-image] Aug 16 05:37:06.154 INFO O| Aug 16 05:37:06.154 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-08-16T05:37:07.486Z | [ recovery-image] Aug 16 05:37:06.164 INFO O| Aug 16 05:37:06.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7580 | 2024-08-16T05:37:07.486Z | [ recovery-image] Aug 16 05:37:06.164 INFO O| Aug 16 05:37:06.164 INFO STEP 1201 (remove_files) COMPLETE |
7581 | 2024-08-16T05:37:07.486Z | [ recovery-image] Aug 16 05:37:06.164 INFO O| Aug 16 05:37:06.164 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-08-16T05:37:07.498Z | [ recovery-image] Aug 16 05:37:06.174 INFO O| Aug 16 05:37:06.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7583 | 2024-08-16T05:37:07.498Z | [ recovery-image] Aug 16 05:37:06.174 INFO O| Aug 16 05:37:06.174 INFO STEP 1202 (remove_files) COMPLETE |
7584 | 2024-08-16T05:37:07.501Z | [ recovery-image] Aug 16 05:37:06.174 INFO O| Aug 16 05:37:06.174 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-08-16T05:37:07.506Z | [ recovery-image] Aug 16 05:37:06.184 INFO O| Aug 16 05:37:06.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7586 | 2024-08-16T05:37:07.509Z | [ recovery-image] Aug 16 05:37:06.184 INFO O| Aug 16 05:37:06.184 INFO STEP 1203 (remove_files) COMPLETE |
7587 | 2024-08-16T05:37:07.509Z | [ recovery-image] Aug 16 05:37:06.184 INFO O| Aug 16 05:37:06.184 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-08-16T05:37:07.516Z | [ recovery-image] Aug 16 05:37:06.193 INFO O| Aug 16 05:37:06.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7589 | 2024-08-16T05:37:07.516Z | [ recovery-image] Aug 16 05:37:06.193 INFO O| Aug 16 05:37:06.193 INFO STEP 1204 (remove_files) COMPLETE |
7590 | 2024-08-16T05:37:07.518Z | [ recovery-image] Aug 16 05:37:06.193 INFO O| Aug 16 05:37:06.193 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-08-16T05:37:07.525Z | [ recovery-image] Aug 16 05:37:06.202 INFO O| Aug 16 05:37:06.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7592 | 2024-08-16T05:37:07.528Z | [ recovery-image] Aug 16 05:37:06.203 INFO O| Aug 16 05:37:06.203 INFO STEP 1205 (remove_files) COMPLETE |
7593 | 2024-08-16T05:37:07.528Z | [ recovery-image] Aug 16 05:37:06.203 INFO O| Aug 16 05:37:06.203 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-08-16T05:37:07.534Z | [ recovery-image] Aug 16 05:37:06.212 INFO O| Aug 16 05:37:06.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7595 | 2024-08-16T05:37:07.534Z | [ recovery-image] Aug 16 05:37:06.212 INFO O| Aug 16 05:37:06.212 INFO STEP 1206 (remove_files) COMPLETE |
7596 | 2024-08-16T05:37:07.537Z | [ recovery-image] Aug 16 05:37:06.212 INFO O| Aug 16 05:37:06.212 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7597 | 2024-08-16T05:37:07.548Z | [ recovery-image] Aug 16 05:37:06.226 INFO O| Aug 16 05:37:06.226 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7598 | 2024-08-16T05:37:07.551Z | [ recovery-image] Aug 16 05:37:06.226 INFO O| Aug 16 05:37:06.226 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7599 | 2024-08-16T05:37:08.245Z | [ recovery-image] Aug 16 05:37:06.922 INFO O| Aug 16 05:37:06.922 INFO STEP 1207 (pack_tar) COMPLETE |
7600 | 2024-08-16T05:37:08.245Z | [ recovery-image] Aug 16 05:37:06.922 INFO O| Aug 16 05:37:06.922 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7601 | 2024-08-16T05:37:08.247Z | [ recovery-image] Aug 16 05:37:06.922 INFO O| Aug 16 05:37:06.922 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7602 | 2024-08-16T05:37:08.516Z | [ recovery-image] Aug 16 05:37:07.193 INFO O| Aug 16 05:37:07.193 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7603 | 2024-08-16T05:37:08.571Z | [ recovery-image] Aug 16 05:37:07.248 INFO O| Aug 16 05:37:07.248 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7604 | 2024-08-16T05:37:08.578Z | [ recovery-image] Aug 16 05:37:07.255 INFO image builder template: zfs-recovery... |
7605 | 2024-08-16T05:37:08.578Z | [ recovery-image] Aug 16 05:37:07.255 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/.tmpGXLJbR/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 |
7606 | 2024-08-16T05:37:08.610Z | [ recovery-image] Aug 16 05:37:07.287 INFO O| Aug 16 05:37:07.286 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7607 | 2024-08-16T05:37:08.613Z | [ recovery-image] Aug 16 05:37:07.290 INFO O| Aug 16 05:37:07.290 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7608 | 2024-08-16T05:37:08.675Z | [ recovery-image] Aug 16 05:37:07.349 INFO O| Aug 16 05:37:07.349 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7609 | 2024-08-16T05:37:08.716Z | [ recovery-image] Aug 16 05:37:07.393 INFO O| Aug 16 05:37:07.393 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7610 | 2024-08-16T05:37:08.716Z | [ recovery-image] Aug 16 05:37:07.393 INFO O| Aug 16 05:37:07.393 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7611 | 2024-08-16T05:37:08.720Z | [ recovery-image] Aug 16 05:37:07.397 INFO O| Aug 16 05:37:07.397 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7612 | 2024-08-16T05:37:08.807Z | [ recovery-image] Aug 16 05:37:07.484 INFO O| Aug 16 05:37:07.484 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7613 | 2024-08-16T05:37:08.917Z | [ recovery-image] Aug 16 05:37:07.594 INFO O| Aug 16 05:37:07.593 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7614 | 2024-08-16T05:37:08.926Z | [ recovery-image] Aug 16 05:37:07.603 INFO O| Aug 16 05:37:07.603 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7615 | 2024-08-16T05:37:08.931Z | [ recovery-image] Aug 16 05:37:07.607 INFO O| Aug 16 05:37:07.607 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7616 | 2024-08-16T05:37:08.933Z | [ recovery-image] Aug 16 05:37:07.608 INFO O| Aug 16 05:37:07.608 INFO no lofi found |
7617 | 2024-08-16T05:37:08.933Z | [ recovery-image] Aug 16 05:37:07.609 INFO O| Aug 16 05:37:07.609 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7618 | 2024-08-16T05:37:08.933Z | [ recovery-image] Aug 16 05:37:07.609 INFO O| Aug 16 05:37:07.609 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7619 | 2024-08-16T05:37:10.334Z | [ recovery-image] Aug 16 05:37:09.009 INFO O| Aug 16 05:37:09.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
7620 | 2024-08-16T05:37:10.334Z | [ recovery-image] Aug 16 05:37:09.009 INFO O| Aug 16 05:37:09.009 INFO pool device = /dev/dsk/c2t1d0p0 |
7621 | 2024-08-16T05:37:10.334Z | [ recovery-image] Aug 16 05:37:09.009 INFO O| Aug 16 05:37:09.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7622 | 2024-08-16T05:37:10.402Z | [ recovery-image] Aug 16 05:37:09.078 INFO O| Aug 16 05:37:09.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7623 | 2024-08-16T05:37:10.402Z | [ recovery-image] Aug 16 05:37:09.078 INFO O| Aug 16 05:37:09.078 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7624 | 2024-08-16T05:37:10.424Z | [ recovery-image] Aug 16 05:37:09.099 INFO O| Aug 16 05:37:09.099 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7625 | 2024-08-16T05:37:10.453Z | [ host-image] Aug 16 05:37:09.129 INFO O| Aug 16 05:37:09.129 INFO O| Download: 849/1140 items 3.2/8.4MB 38% complete (662k/s) |
7626 | 2024-08-16T05:37:10.482Z | [ recovery-image] Aug 16 05:37:09.158 INFO O| Aug 16 05:37:09.158 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7627 | 2024-08-16T05:37:10.518Z | [ recovery-image] Aug 16 05:37:09.194 INFO O| Aug 16 05:37:09.194 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7628 | 2024-08-16T05:37:10.531Z | [ recovery-image] Aug 16 05:37:09.207 INFO O| Aug 16 05:37:09.207 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7629 | 2024-08-16T05:37:10.541Z | [ recovery-image] Aug 16 05:37:09.217 INFO O| Aug 16 05:37:09.217 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7630 | 2024-08-16T05:37:10.586Z | [ recovery-image] Aug 16 05:37:09.262 INFO O| Aug 16 05:37:09.262 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7631 | 2024-08-16T05:37:10.588Z | [ recovery-image] Aug 16 05:37:09.262 INFO O| Aug 16 05:37:09.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7632 | 2024-08-16T05:37:10.588Z | [ recovery-image] Aug 16 05:37:09.262 INFO O| Aug 16 05:37:09.262 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7633 | 2024-08-16T05:37:10.594Z | [ recovery-image] Aug 16 05:37:09.270 INFO O| Aug 16 05:37:09.270 INFO boot environment UUID: 01ce8c05-19cc-4c00-b8a9-2aafd76b8935 |
7634 | 2024-08-16T05:37:10.594Z | [ recovery-image] Aug 16 05:37:09.270 INFO O| Aug 16 05:37:09.270 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 01ce8c05-19cc-4c00-b8a9-2aafd76b8935 |
7635 | 2024-08-16T05:37:10.603Z | [ recovery-image] Aug 16 05:37:09.279 INFO O| Aug 16 05:37:09.279 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7636 | 2024-08-16T05:37:10.613Z | [ recovery-image] Aug 16 05:37:09.289 INFO O| Aug 16 05:37:09.289 INFO STEP 0 (create_be) COMPLETE |
7637 | 2024-08-16T05:37:10.613Z | [ recovery-image] Aug 16 05:37:09.289 INFO O| Aug 16 05:37:09.289 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7638 | 2024-08-16T05:37:10.628Z | [ recovery-image] Aug 16 05:37:09.303 INFO O| Aug 16 05:37:09.303 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"] |
7639 | 2024-08-16T05:37:11.912Z | [ host-image] Aug 16 05:37:10.587 INFO O| Aug 16 05:37:10.587 INFO O| Download: Completed 8.42 MB in 6.46 seconds (1.3M/s) |
7640 | 2024-08-16T05:37:12.019Z | [ recovery-image] Aug 16 05:37:10.694 INFO O| Aug 16 05:37:10.694 INFO STEP 1 (unpack_tar) COMPLETE |
7641 | 2024-08-16T05:37:12.019Z | [ recovery-image] Aug 16 05:37:10.695 INFO O| Aug 16 05:37:10.694 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7642 | 2024-08-16T05:37:12.023Z | [ host-image] Aug 16 05:37:10.698 INFO O| Aug 16 05:37:10.698 INFO O| Actions: 1/1361 actions (Installing new actions) |
7643 | 2024-08-16T05:37:12.031Z | [ recovery-image] Aug 16 05:37:10.706 INFO O| Aug 16 05:37:10.706 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7644 | 2024-08-16T05:37:12.259Z | [ recovery-image] Aug 16 05:37:10.934 INFO O| Aug 16 05:37:10.934 INFO STEP 2 (devfsadm) COMPLETE |
7645 | 2024-08-16T05:37:12.259Z | [ recovery-image] Aug 16 05:37:10.934 INFO O| Aug 16 05:37:10.934 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7646 | 2024-08-16T05:37:12.271Z | [ recovery-image] Aug 16 05:37:10.946 INFO O| Aug 16 05:37:10.946 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7647 | 2024-08-16T05:37:12.271Z | [ recovery-image] Aug 16 05:37:10.946 INFO O| Aug 16 05:37:10.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7648 | 2024-08-16T05:37:12.274Z | [ recovery-image] Aug 16 05:37:10.946 INFO O| Aug 16 05:37:10.946 INFO STEP 3 (ensure_dir) COMPLETE |
7649 | 2024-08-16T05:37:12.274Z | [ recovery-image] Aug 16 05:37:10.946 INFO O| Aug 16 05:37:10.946 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7650 | 2024-08-16T05:37:12.282Z | [ recovery-image] Aug 16 05:37:10.957 INFO O| Aug 16 05:37:10.957 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7651 | 2024-08-16T05:37:12.282Z | [ recovery-image] Aug 16 05:37:10.957 INFO O| Aug 16 05:37:10.957 INFO STEP 4 (ensure_dir) COMPLETE |
7652 | 2024-08-16T05:37:12.285Z | [ recovery-image] Aug 16 05:37:10.957 INFO O| Aug 16 05:37:10.957 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7653 | 2024-08-16T05:37:12.292Z | [ recovery-image] Aug 16 05:37:10.967 INFO O| Aug 16 05:37:10.967 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7654 | 2024-08-16T05:37:12.292Z | [ recovery-image] Aug 16 05:37:10.967 INFO O| Aug 16 05:37:10.967 INFO STEP 5 (ensure_dir) COMPLETE |
7655 | 2024-08-16T05:37:12.292Z | [ recovery-image] Aug 16 05:37:10.967 INFO O| Aug 16 05:37:10.967 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7656 | 2024-08-16T05:37:12.302Z | [ recovery-image] Aug 16 05:37:10.977 INFO O| Aug 16 05:37:10.977 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7657 | 2024-08-16T05:37:12.304Z | [ recovery-image] Aug 16 05:37:10.977 INFO O| Aug 16 05:37:10.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7658 | 2024-08-16T05:37:12.304Z | [ recovery-image] Aug 16 05:37:10.977 INFO O| Aug 16 05:37:10.977 INFO STEP 6 (ensure_dir) COMPLETE |
7659 | 2024-08-16T05:37:12.304Z | [ recovery-image] Aug 16 05:37:10.977 INFO O| Aug 16 05:37:10.977 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7660 | 2024-08-16T05:37:12.312Z | [ recovery-image] Aug 16 05:37:10.987 INFO O| Aug 16 05:37:10.987 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7661 | 2024-08-16T05:37:12.314Z | [ recovery-image] Aug 16 05:37:10.987 INFO O| Aug 16 05:37:10.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7662 | 2024-08-16T05:37:12.314Z | [ recovery-image] Aug 16 05:37:10.987 INFO O| Aug 16 05:37:10.987 INFO STEP 7 (ensure_dir) COMPLETE |
7663 | 2024-08-16T05:37:12.314Z | [ recovery-image] Aug 16 05:37:10.987 INFO O| Aug 16 05:37:10.987 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7664 | 2024-08-16T05:37:12.322Z | [ recovery-image] Aug 16 05:37:10.997 INFO O| Aug 16 05:37:10.997 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7665 | 2024-08-16T05:37:12.324Z | [ recovery-image] Aug 16 05:37:10.997 INFO O| Aug 16 05:37:10.997 INFO STEP 8 (remove_files) COMPLETE |
7666 | 2024-08-16T05:37:12.324Z | [ recovery-image] Aug 16 05:37:10.997 INFO O| Aug 16 05:37:10.997 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7667 | 2024-08-16T05:37:12.332Z | [ recovery-image] Aug 16 05:37:11.007 INFO O| Aug 16 05:37:11.007 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7668 | 2024-08-16T05:37:12.334Z | [ recovery-image] Aug 16 05:37:11.008 INFO O| Aug 16 05:37:11.008 INFO STEP 9 (remove_files) COMPLETE |
7669 | 2024-08-16T05:37:12.334Z | [ recovery-image] Aug 16 05:37:11.008 INFO O| Aug 16 05:37:11.008 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7670 | 2024-08-16T05:37:12.342Z | [ recovery-image] Aug 16 05:37:11.018 INFO O| Aug 16 05:37:11.017 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7671 | 2024-08-16T05:37:12.345Z | [ recovery-image] Aug 16 05:37:11.018 INFO O| Aug 16 05:37:11.018 INFO STEP 10 (remove_files) COMPLETE |
7672 | 2024-08-16T05:37:12.345Z | [ recovery-image] Aug 16 05:37:11.018 INFO O| Aug 16 05:37:11.018 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7673 | 2024-08-16T05:37:12.353Z | [ recovery-image] Aug 16 05:37:11.028 INFO O| Aug 16 05:37:11.028 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7674 | 2024-08-16T05:37:12.356Z | [ recovery-image] Aug 16 05:37:11.028 INFO O| Aug 16 05:37:11.028 INFO STEP 11 (remove_files) COMPLETE |
7675 | 2024-08-16T05:37:12.356Z | [ recovery-image] Aug 16 05:37:11.028 INFO O| Aug 16 05:37:11.028 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7676 | 2024-08-16T05:37:12.363Z | [ recovery-image] Aug 16 05:37:11.038 INFO O| Aug 16 05:37:11.038 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7677 | 2024-08-16T05:37:12.366Z | [ recovery-image] Aug 16 05:37:11.038 INFO O| Aug 16 05:37:11.038 INFO STEP 12 (remove_files) COMPLETE |
7678 | 2024-08-16T05:37:12.366Z | [ recovery-image] Aug 16 05:37:11.038 INFO O| Aug 16 05:37:11.038 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7679 | 2024-08-16T05:37:12.373Z | [ recovery-image] Aug 16 05:37:11.048 INFO O| Aug 16 05:37:11.048 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7680 | 2024-08-16T05:37:12.376Z | [ recovery-image] Aug 16 05:37:11.048 INFO O| Aug 16 05:37:11.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7681 | 2024-08-16T05:37:12.376Z | [ recovery-image] Aug 16 05:37:11.048 INFO O| Aug 16 05:37:11.048 INFO STEP 13 (ensure_dir) COMPLETE |
7682 | 2024-08-16T05:37:12.376Z | [ recovery-image] Aug 16 05:37:11.048 INFO O| Aug 16 05:37:11.048 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7683 | 2024-08-16T05:37:12.383Z | [ recovery-image] Aug 16 05:37:11.058 INFO O| Aug 16 05:37:11.058 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7684 | 2024-08-16T05:37:12.383Z | [ recovery-image] Aug 16 05:37:11.059 INFO O| Aug 16 05:37:11.058 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7685 | 2024-08-16T05:37:12.386Z | [ recovery-image] Aug 16 05:37:11.059 INFO O| Aug 16 05:37:11.059 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7686 | 2024-08-16T05:37:12.386Z | [ recovery-image] Aug 16 05:37:11.059 INFO O| Aug 16 05:37:11.059 INFO STEP 14 (ensure_dir) COMPLETE |
7687 | 2024-08-16T05:37:12.386Z | [ recovery-image] Aug 16 05:37:11.059 INFO O| Aug 16 05:37:11.059 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7688 | 2024-08-16T05:37:12.393Z | [ recovery-image] Aug 16 05:37:11.068 INFO O| Aug 16 05:37:11.068 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7689 | 2024-08-16T05:37:12.393Z | [ recovery-image] Aug 16 05:37:11.068 INFO O| Aug 16 05:37:11.068 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7690 | 2024-08-16T05:37:12.393Z | [ recovery-image] Aug 16 05:37:11.068 INFO O| Aug 16 05:37:11.068 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7691 | 2024-08-16T05:37:12.396Z | [ recovery-image] Aug 16 05:37:11.068 INFO O| Aug 16 05:37:11.068 INFO STEP 15 (ensure_dir) COMPLETE |
7692 | 2024-08-16T05:37:12.396Z | [ recovery-image] Aug 16 05:37:11.068 INFO O| Aug 16 05:37:11.068 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7693 | 2024-08-16T05:37:12.403Z | [ recovery-image] Aug 16 05:37:11.078 INFO O| Aug 16 05:37:11.078 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7694 | 2024-08-16T05:37:12.403Z | [ recovery-image] Aug 16 05:37:11.078 INFO O| Aug 16 05:37:11.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7695 | 2024-08-16T05:37:12.406Z | [ recovery-image] Aug 16 05:37:11.078 INFO O| Aug 16 05:37:11.078 INFO STEP 16 (ensure_dir) COMPLETE |
7696 | 2024-08-16T05:37:12.406Z | [ recovery-image] Aug 16 05:37:11.078 INFO O| Aug 16 05:37:11.078 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7697 | 2024-08-16T05:37:12.413Z | [ recovery-image] Aug 16 05:37:11.088 INFO O| Aug 16 05:37:11.088 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7698 | 2024-08-16T05:37:12.413Z | [ recovery-image] Aug 16 05:37:11.088 INFO O| Aug 16 05:37:11.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7699 | 2024-08-16T05:37:12.415Z | [ recovery-image] Aug 16 05:37:11.088 INFO O| Aug 16 05:37:11.088 INFO STEP 17 (ensure_dir) COMPLETE |
7700 | 2024-08-16T05:37:12.415Z | [ recovery-image] Aug 16 05:37:11.088 INFO O| Aug 16 05:37:11.088 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7701 | 2024-08-16T05:37:12.424Z | [ recovery-image] Aug 16 05:37:11.099 INFO O| Aug 16 05:37:11.099 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7702 | 2024-08-16T05:37:12.424Z | [ recovery-image] Aug 16 05:37:11.099 INFO O| Aug 16 05:37:11.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7703 | 2024-08-16T05:37:12.426Z | [ recovery-image] Aug 16 05:37:11.099 INFO O| Aug 16 05:37:11.099 INFO ok! |
7704 | 2024-08-16T05:37:12.426Z | [ recovery-image] Aug 16 05:37:11.099 INFO O| Aug 16 05:37:11.099 INFO STEP 18 (ensure_symlink) COMPLETE |
7705 | 2024-08-16T05:37:12.426Z | [ recovery-image] Aug 16 05:37:11.099 INFO O| Aug 16 05:37:11.099 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7706 | 2024-08-16T05:37:12.438Z | [ recovery-image] Aug 16 05:37:11.113 INFO O| Aug 16 05:37:11.113 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7707 | 2024-08-16T05:37:12.438Z | [ recovery-image] Aug 16 05:37:11.113 INFO O| Aug 16 05:37:11.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7708 | 2024-08-16T05:37:12.440Z | [ recovery-image] Aug 16 05:37:11.113 INFO O| Aug 16 05:37:11.113 INFO ok! |
7709 | 2024-08-16T05:37:12.440Z | [ recovery-image] Aug 16 05:37:11.113 INFO O| Aug 16 05:37:11.113 INFO STEP 19 (ensure_file) COMPLETE |
7710 | 2024-08-16T05:37:12.440Z | [ recovery-image] Aug 16 05:37:11.113 INFO O| Aug 16 05:37:11.113 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7711 | 2024-08-16T05:37:12.448Z | [ recovery-image] Aug 16 05:37:11.123 INFO O| Aug 16 05:37:11.123 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7712 | 2024-08-16T05:37:12.448Z | [ recovery-image] Aug 16 05:37:11.123 INFO O| Aug 16 05:37:11.123 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7713 | 2024-08-16T05:37:12.451Z | [ recovery-image] Aug 16 05:37:11.123 INFO O| Aug 16 05:37:11.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7714 | 2024-08-16T05:37:12.451Z | [ recovery-image] Aug 16 05:37:11.123 INFO O| Aug 16 05:37:11.123 INFO ok! |
7715 | 2024-08-16T05:37:12.451Z | [ recovery-image] Aug 16 05:37:11.123 INFO O| Aug 16 05:37:11.123 INFO STEP 20 (ensure_symlink) COMPLETE |
7716 | 2024-08-16T05:37:12.451Z | [ recovery-image] Aug 16 05:37:11.123 INFO O| Aug 16 05:37:11.123 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7717 | 2024-08-16T05:37:12.458Z | [ recovery-image] Aug 16 05:37:11.133 INFO O| Aug 16 05:37:11.133 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7718 | 2024-08-16T05:37:12.458Z | [ recovery-image] Aug 16 05:37:11.133 INFO O| Aug 16 05:37:11.133 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7719 | 2024-08-16T05:37:12.460Z | [ recovery-image] Aug 16 05:37:11.133 INFO O| Aug 16 05:37:11.133 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7720 | 2024-08-16T05:37:12.460Z | [ recovery-image] Aug 16 05:37:11.133 INFO O| Aug 16 05:37:11.133 INFO ok! |
7721 | 2024-08-16T05:37:12.460Z | [ recovery-image] Aug 16 05:37:11.133 INFO O| Aug 16 05:37:11.133 INFO STEP 21 (ensure_symlink) COMPLETE |
7722 | 2024-08-16T05:37:12.460Z | [ recovery-image] Aug 16 05:37:11.133 INFO O| Aug 16 05:37:11.133 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7723 | 2024-08-16T05:37:12.468Z | [ recovery-image] Aug 16 05:37:11.143 INFO O| Aug 16 05:37:11.143 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7724 | 2024-08-16T05:37:12.468Z | [ recovery-image] Aug 16 05:37:11.143 INFO O| Aug 16 05:37:11.143 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7725 | 2024-08-16T05:37:12.470Z | [ recovery-image] Aug 16 05:37:11.143 INFO O| Aug 16 05:37:11.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7726 | 2024-08-16T05:37:12.470Z | [ recovery-image] Aug 16 05:37:11.143 INFO O| Aug 16 05:37:11.143 INFO ok! |
7727 | 2024-08-16T05:37:12.470Z | [ recovery-image] Aug 16 05:37:11.143 INFO O| Aug 16 05:37:11.143 INFO STEP 22 (ensure_symlink) COMPLETE |
7728 | 2024-08-16T05:37:12.470Z | [ recovery-image] Aug 16 05:37:11.143 INFO O| Aug 16 05:37:11.143 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7729 | 2024-08-16T05:37:12.478Z | [ recovery-image] Aug 16 05:37:11.153 INFO O| Aug 16 05:37:11.153 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7730 | 2024-08-16T05:37:12.478Z | [ recovery-image] Aug 16 05:37:11.153 INFO O| Aug 16 05:37:11.153 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7731 | 2024-08-16T05:37:12.480Z | [ recovery-image] Aug 16 05:37:11.153 INFO O| Aug 16 05:37:11.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7732 | 2024-08-16T05:37:12.480Z | [ recovery-image] Aug 16 05:37:11.153 INFO O| Aug 16 05:37:11.153 INFO ok! |
7733 | 2024-08-16T05:37:12.480Z | [ recovery-image] Aug 16 05:37:11.153 INFO O| Aug 16 05:37:11.153 INFO STEP 23 (ensure_symlink) COMPLETE |
7734 | 2024-08-16T05:37:12.480Z | [ recovery-image] Aug 16 05:37:11.153 INFO O| Aug 16 05:37:11.153 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7735 | 2024-08-16T05:37:12.488Z | [ recovery-image] Aug 16 05:37:11.163 INFO O| Aug 16 05:37:11.163 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7736 | 2024-08-16T05:37:12.490Z | [ recovery-image] Aug 16 05:37:11.163 INFO O| Aug 16 05:37:11.163 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 ... |
7737 | 2024-08-16T05:37:12.490Z | [ recovery-image] Aug 16 05:37:11.163 INFO O| Aug 16 05:37:11.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7738 | 2024-08-16T05:37:12.491Z | [ recovery-image] Aug 16 05:37:11.163 INFO O| Aug 16 05:37:11.163 INFO ok! |
7739 | 2024-08-16T05:37:12.491Z | [ recovery-image] Aug 16 05:37:11.163 INFO O| Aug 16 05:37:11.163 INFO STEP 24 (ensure_file) COMPLETE |
7740 | 2024-08-16T05:37:12.491Z | [ recovery-image] Aug 16 05:37:11.163 INFO O| Aug 16 05:37:11.163 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7741 | 2024-08-16T05:37:12.498Z | [ recovery-image] Aug 16 05:37:11.173 INFO O| Aug 16 05:37:11.173 INFO updating shadow file |
7742 | 2024-08-16T05:37:12.501Z | [ recovery-image] Aug 16 05:37:11.173 INFO O| Aug 16 05:37:11.173 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7743 | 2024-08-16T05:37:12.501Z | [ recovery-image] Aug 16 05:37:11.173 INFO O| Aug 16 05:37:11.173 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7744 | 2024-08-16T05:37:12.501Z | [ recovery-image] Aug 16 05:37:11.173 INFO O| Aug 16 05:37:11.173 INFO STEP 25 (shadow) COMPLETE |
7745 | 2024-08-16T05:37:12.501Z | [ recovery-image] Aug 16 05:37:11.173 INFO O| Aug 16 05:37:11.173 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7746 | 2024-08-16T05:37:12.508Z | [ recovery-image] Aug 16 05:37:11.183 INFO O| Aug 16 05:37:11.183 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7747 | 2024-08-16T05:37:12.508Z | [ recovery-image] Aug 16 05:37:11.183 INFO O| Aug 16 05:37:11.183 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7748 | 2024-08-16T05:37:12.511Z | [ recovery-image] Aug 16 05:37:11.183 INFO O| Aug 16 05:37:11.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7749 | 2024-08-16T05:37:12.511Z | [ recovery-image] Aug 16 05:37:11.183 INFO O| Aug 16 05:37:11.183 INFO ok! |
7750 | 2024-08-16T05:37:12.511Z | [ recovery-image] Aug 16 05:37:11.183 INFO O| Aug 16 05:37:11.183 INFO STEP 26 (ensure_file) COMPLETE |
7751 | 2024-08-16T05:37:12.511Z | [ recovery-image] Aug 16 05:37:11.183 INFO O| Aug 16 05:37:11.183 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7752 | 2024-08-16T05:37:12.519Z | [ recovery-image] Aug 16 05:37:11.194 INFO O| Aug 16 05:37:11.193 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7753 | 2024-08-16T05:37:12.519Z | [ recovery-image] Aug 16 05:37:11.194 INFO O| Aug 16 05:37:11.194 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7754 | 2024-08-16T05:37:12.519Z | [ recovery-image] Aug 16 05:37:11.194 INFO O| Aug 16 05:37:11.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7755 | 2024-08-16T05:37:12.521Z | [ recovery-image] Aug 16 05:37:11.194 INFO O| Aug 16 05:37:11.194 INFO ok! |
7756 | 2024-08-16T05:37:12.521Z | [ recovery-image] Aug 16 05:37:11.194 INFO O| Aug 16 05:37:11.194 INFO STEP 27 (ensure_file) COMPLETE |
7757 | 2024-08-16T05:37:12.521Z | [ recovery-image] Aug 16 05:37:11.194 INFO O| Aug 16 05:37:11.194 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7758 | 2024-08-16T05:37:12.529Z | [ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7759 | 2024-08-16T05:37:12.532Z | [ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7760 | 2024-08-16T05:37:12.532Z | [ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7761 | 2024-08-16T05:37:12.532Z | [ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7762 | 2024-08-16T05:37:12.532Z | [ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 INFO ok! |
7763 | 2024-08-16T05:37:12.532Z | [ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 INFO STEP 28 (ensure_file) COMPLETE |
7764 | 2024-08-16T05:37:12.532Z | [ recovery-image] Aug 16 05:37:11.204 INFO O| Aug 16 05:37:11.204 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7765 | 2024-08-16T05:37:12.539Z | [ recovery-image] Aug 16 05:37:11.214 INFO O| Aug 16 05:37:11.214 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7766 | 2024-08-16T05:37:12.539Z | [ recovery-image] Aug 16 05:37:11.214 INFO O| Aug 16 05:37:11.214 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7767 | 2024-08-16T05:37:12.542Z | [ recovery-image] Aug 16 05:37:11.214 INFO O| Aug 16 05:37:11.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7768 | 2024-08-16T05:37:12.542Z | [ recovery-image] Aug 16 05:37:11.214 INFO O| Aug 16 05:37:11.214 INFO ok! |
7769 | 2024-08-16T05:37:12.542Z | [ recovery-image] Aug 16 05:37:11.214 INFO O| Aug 16 05:37:11.214 INFO STEP 29 (ensure_file) COMPLETE |
7770 | 2024-08-16T05:37:12.542Z | [ recovery-image] Aug 16 05:37:11.214 INFO O| Aug 16 05:37:11.214 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7771 | 2024-08-16T05:37:12.550Z | [ recovery-image] Aug 16 05:37:11.224 INFO O| Aug 16 05:37:11.224 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7772 | 2024-08-16T05:37:12.550Z | [ recovery-image] Aug 16 05:37:11.224 INFO O| Aug 16 05:37:11.224 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7773 | 2024-08-16T05:37:12.552Z | [ recovery-image] Aug 16 05:37:11.224 INFO O| Aug 16 05:37:11.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7774 | 2024-08-16T05:37:12.552Z | [ recovery-image] Aug 16 05:37:11.224 INFO O| Aug 16 05:37:11.224 INFO ok! |
7775 | 2024-08-16T05:37:12.552Z | [ recovery-image] Aug 16 05:37:11.225 INFO O| Aug 16 05:37:11.224 INFO STEP 30 (ensure_file) COMPLETE |
7776 | 2024-08-16T05:37:12.552Z | [ recovery-image] Aug 16 05:37:11.225 INFO O| Aug 16 05:37:11.224 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7777 | 2024-08-16T05:37:12.552Z | [ host-image] Aug 16 05:37:11.225 INFO O| Aug 16 05:37:11.225 INFO O| Actions: Completed 1361 actions in 0.53 seconds. |
7778 | 2024-08-16T05:37:12.561Z | [ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7779 | 2024-08-16T05:37:12.563Z | [ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7780 | 2024-08-16T05:37:12.564Z | [ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7781 | 2024-08-16T05:37:12.564Z | [ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7782 | 2024-08-16T05:37:12.564Z | [ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 INFO ok! |
7783 | 2024-08-16T05:37:12.564Z | [ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 INFO STEP 31 (ensure_file) COMPLETE |
7784 | 2024-08-16T05:37:12.564Z | [ recovery-image] Aug 16 05:37:11.235 INFO O| Aug 16 05:37:11.235 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7785 | 2024-08-16T05:37:12.570Z | [ recovery-image] Aug 16 05:37:11.245 INFO O| Aug 16 05:37:11.245 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7786 | 2024-08-16T05:37:12.570Z | [ recovery-image] Aug 16 05:37:11.245 INFO O| Aug 16 05:37:11.245 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7787 | 2024-08-16T05:37:12.572Z | [ recovery-image] Aug 16 05:37:11.245 INFO O| Aug 16 05:37:11.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7788 | 2024-08-16T05:37:12.572Z | [ recovery-image] Aug 16 05:37:11.245 INFO O| Aug 16 05:37:11.245 INFO ok! |
7789 | 2024-08-16T05:37:12.572Z | [ recovery-image] Aug 16 05:37:11.245 INFO O| Aug 16 05:37:11.245 INFO STEP 32 (ensure_file) COMPLETE |
7790 | 2024-08-16T05:37:12.572Z | [ recovery-image] Aug 16 05:37:11.245 INFO O| Aug 16 05:37:11.245 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7791 | 2024-08-16T05:37:12.581Z | [ recovery-image] Aug 16 05:37:11.256 INFO O| Aug 16 05:37:11.256 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7792 | 2024-08-16T05:37:12.581Z | [ recovery-image] Aug 16 05:37:11.256 INFO O| Aug 16 05:37:11.256 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7793 | 2024-08-16T05:37:12.584Z | [ recovery-image] Aug 16 05:37:11.256 INFO O| Aug 16 05:37:11.256 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7794 | 2024-08-16T05:37:12.584Z | [ recovery-image] Aug 16 05:37:11.256 INFO O| Aug 16 05:37:11.256 INFO ok! |
7795 | 2024-08-16T05:37:12.584Z | [ recovery-image] Aug 16 05:37:11.256 INFO O| Aug 16 05:37:11.256 INFO STEP 33 (ensure_file) COMPLETE |
7796 | 2024-08-16T05:37:12.584Z | [ recovery-image] Aug 16 05:37:11.256 INFO O| Aug 16 05:37:11.256 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7797 | 2024-08-16T05:37:12.591Z | [ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7798 | 2024-08-16T05:37:12.594Z | [ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7799 | 2024-08-16T05:37:12.594Z | [ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7800 | 2024-08-16T05:37:12.594Z | [ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7801 | 2024-08-16T05:37:12.594Z | [ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7802 | 2024-08-16T05:37:12.594Z | [ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7803 | 2024-08-16T05:37:12.594Z | [ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO ok! |
7804 | 2024-08-16T05:37:12.594Z | [ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO STEP 34 (ensure_file) COMPLETE |
7805 | 2024-08-16T05:37:12.594Z | [ recovery-image] Aug 16 05:37:11.266 INFO O| Aug 16 05:37:11.266 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7806 | 2024-08-16T05:37:12.602Z | [ recovery-image] Aug 16 05:37:11.277 INFO O| Aug 16 05:37:11.277 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7807 | 2024-08-16T05:37:12.605Z | [ recovery-image] Aug 16 05:37:11.277 INFO O| Aug 16 05:37:11.277 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7808 | 2024-08-16T05:37:12.605Z | [ recovery-image] Aug 16 05:37:11.277 INFO O| Aug 16 05:37:11.277 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7809 | 2024-08-16T05:37:12.605Z | [ recovery-image] Aug 16 05:37:11.277 INFO O| Aug 16 05:37:11.277 INFO STEP 35 (ensure_dir) COMPLETE |
7810 | 2024-08-16T05:37:12.605Z | [ recovery-image] Aug 16 05:37:11.277 INFO O| Aug 16 05:37:11.277 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7811 | 2024-08-16T05:37:12.613Z | [ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 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 |
7812 | 2024-08-16T05:37:12.613Z | [ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 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 ... |
7813 | 2024-08-16T05:37:12.615Z | [ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 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 |
7814 | 2024-08-16T05:37:12.615Z | [ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 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 |
7815 | 2024-08-16T05:37:12.615Z | [ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 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 |
7816 | 2024-08-16T05:37:12.615Z | [ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 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 |
7817 | 2024-08-16T05:37:12.615Z | [ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 INFO ok! |
7818 | 2024-08-16T05:37:12.615Z | [ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 INFO STEP 36 (ensure_file) COMPLETE |
7819 | 2024-08-16T05:37:12.615Z | [ recovery-image] Aug 16 05:37:11.288 INFO O| Aug 16 05:37:11.288 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7820 | 2024-08-16T05:37:12.623Z | [ recovery-image] Aug 16 05:37:11.298 INFO O| Aug 16 05:37:11.298 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7821 | 2024-08-16T05:37:12.624Z | [ recovery-image] Aug 16 05:37:11.298 INFO O| Aug 16 05:37:11.298 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 ... |
7822 | 2024-08-16T05:37:12.627Z | [ recovery-image] Aug 16 05:37:11.298 INFO O| Aug 16 05:37:11.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7823 | 2024-08-16T05:37:12.627Z | [ recovery-image] Aug 16 05:37:11.298 INFO O| Aug 16 05:37:11.298 INFO ok! |
7824 | 2024-08-16T05:37:12.627Z | [ recovery-image] Aug 16 05:37:11.298 INFO O| Aug 16 05:37:11.298 INFO STEP 37 (ensure_symlink) COMPLETE |
7825 | 2024-08-16T05:37:12.627Z | [ recovery-image] Aug 16 05:37:11.299 INFO O| Aug 16 05:37:11.298 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7826 | 2024-08-16T05:37:12.635Z | [ recovery-image] Aug 16 05:37:11.309 INFO O| Aug 16 05:37:11.309 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7827 | 2024-08-16T05:37:12.635Z | [ recovery-image] Aug 16 05:37:11.309 INFO O| Aug 16 05:37:11.309 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7828 | 2024-08-16T05:37:12.637Z | [ recovery-image] Aug 16 05:37:11.309 INFO O| Aug 16 05:37:11.309 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7829 | 2024-08-16T05:37:12.637Z | [ recovery-image] Aug 16 05:37:11.309 INFO O| Aug 16 05:37:11.309 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7830 | 2024-08-16T05:37:12.637Z | [ recovery-image] Aug 16 05:37:11.309 INFO O| Aug 16 05:37:11.309 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7831 | 2024-08-16T05:37:12.637Z | [ recovery-image] Aug 16 05:37:11.310 INFO O| Aug 16 05:37:11.310 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7832 | 2024-08-16T05:37:12.637Z | [ recovery-image] Aug 16 05:37:11.310 INFO O| Aug 16 05:37:11.310 INFO ok! |
7833 | 2024-08-16T05:37:12.637Z | [ recovery-image] Aug 16 05:37:11.310 INFO O| Aug 16 05:37:11.310 INFO STEP 38 (ensure_file) COMPLETE |
7834 | 2024-08-16T05:37:12.637Z | [ recovery-image] Aug 16 05:37:11.310 INFO O| Aug 16 05:37:11.310 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7835 | 2024-08-16T05:37:12.647Z | [ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7836 | 2024-08-16T05:37:12.647Z | [ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 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 ... |
7837 | 2024-08-16T05:37:12.651Z | [ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 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 |
7838 | 2024-08-16T05:37:12.651Z | [ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7839 | 2024-08-16T05:37:12.651Z | [ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 INFO ok! |
7840 | 2024-08-16T05:37:12.651Z | [ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 INFO STEP 39 (ensure_file) COMPLETE |
7841 | 2024-08-16T05:37:12.651Z | [ recovery-image] Aug 16 05:37:11.322 INFO O| Aug 16 05:37:11.322 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7842 | 2024-08-16T05:37:12.658Z | [ recovery-image] Aug 16 05:37:11.332 INFO O| Aug 16 05:37:11.332 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7843 | 2024-08-16T05:37:12.658Z | [ recovery-image] Aug 16 05:37:11.332 INFO O| Aug 16 05:37:11.332 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7844 | 2024-08-16T05:37:12.660Z | [ recovery-image] Aug 16 05:37:11.333 INFO O| Aug 16 05:37:11.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7845 | 2024-08-16T05:37:12.660Z | [ recovery-image] Aug 16 05:37:11.333 INFO O| Aug 16 05:37:11.333 INFO ok! |
7846 | 2024-08-16T05:37:12.660Z | [ recovery-image] Aug 16 05:37:11.333 INFO O| Aug 16 05:37:11.333 INFO STEP 40 (ensure_file) COMPLETE |
7847 | 2024-08-16T05:37:12.660Z | [ recovery-image] Aug 16 05:37:11.333 INFO O| Aug 16 05:37:11.333 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7848 | 2024-08-16T05:37:12.670Z | [ recovery-image] Aug 16 05:37:11.345 INFO O| Aug 16 05:37:11.345 INFO updating shadow file |
7849 | 2024-08-16T05:37:12.672Z | [ recovery-image] Aug 16 05:37:11.345 INFO O| Aug 16 05:37:11.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7850 | 2024-08-16T05:37:12.672Z | [ recovery-image] Aug 16 05:37:11.345 INFO O| Aug 16 05:37:11.345 INFO STEP 41 (shadow) COMPLETE |
7851 | 2024-08-16T05:37:12.672Z | [ recovery-image] Aug 16 05:37:11.345 INFO O| Aug 16 05:37:11.345 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7852 | 2024-08-16T05:37:12.680Z | [ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7853 | 2024-08-16T05:37:12.680Z | [ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7854 | 2024-08-16T05:37:12.683Z | [ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7855 | 2024-08-16T05:37:12.683Z | [ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7856 | 2024-08-16T05:37:12.683Z | [ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 INFO ok! |
7857 | 2024-08-16T05:37:12.683Z | [ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 INFO STEP 42 (ensure_file) COMPLETE |
7858 | 2024-08-16T05:37:12.683Z | [ recovery-image] Aug 16 05:37:11.355 INFO O| Aug 16 05:37:11.355 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7859 | 2024-08-16T05:37:12.694Z | [ recovery-image] Aug 16 05:37:11.365 INFO O| Aug 16 05:37:11.365 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7860 | 2024-08-16T05:37:12.697Z | [ recovery-image] Aug 16 05:37:11.366 INFO O| Aug 16 05:37:11.365 INFO STEP 43 (ensure_dir) COMPLETE |
7861 | 2024-08-16T05:37:12.697Z | [ recovery-image] Aug 16 05:37:11.366 INFO O| Aug 16 05:37:11.365 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7862 | 2024-08-16T05:37:12.702Z | [ recovery-image] Aug 16 05:37:11.375 INFO O| Aug 16 05:37:11.375 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7863 | 2024-08-16T05:37:12.706Z | [ recovery-image] Aug 16 05:37:11.375 INFO O| Aug 16 05:37:11.375 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7864 | 2024-08-16T05:37:12.706Z | [ recovery-image] Aug 16 05:37:11.375 INFO O| Aug 16 05:37:11.375 INFO STEP 44 (ensure_dir) COMPLETE |
7865 | 2024-08-16T05:37:12.706Z | [ recovery-image] Aug 16 05:37:11.375 INFO O| Aug 16 05:37:11.375 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7866 | 2024-08-16T05:37:12.710Z | [ recovery-image] Aug 16 05:37:11.385 INFO O| Aug 16 05:37:11.385 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7867 | 2024-08-16T05:37:12.713Z | [ recovery-image] Aug 16 05:37:11.385 INFO O| Aug 16 05:37:11.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7868 | 2024-08-16T05:37:12.713Z | [ recovery-image] Aug 16 05:37:11.386 INFO O| Aug 16 05:37:11.385 INFO STEP 45 (ensure_dir) COMPLETE |
7869 | 2024-08-16T05:37:12.713Z | [ recovery-image] Aug 16 05:37:11.386 INFO O| Aug 16 05:37:11.385 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7870 | 2024-08-16T05:37:12.722Z | [ recovery-image] Aug 16 05:37:11.397 INFO O| Aug 16 05:37:11.397 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7871 | 2024-08-16T05:37:12.722Z | [ recovery-image] Aug 16 05:37:11.397 INFO O| Aug 16 05:37:11.397 INFO copying /tmp/.tmpGXLJbR/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7872 | 2024-08-16T05:37:12.752Z | [ recovery-image] Aug 16 05:37:11.427 INFO O| Aug 16 05:37:11.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7873 | 2024-08-16T05:37:12.752Z | [ recovery-image] Aug 16 05:37:11.427 INFO O| Aug 16 05:37:11.427 INFO ok! |
7874 | 2024-08-16T05:37:12.752Z | [ recovery-image] Aug 16 05:37:11.427 INFO O| Aug 16 05:37:11.427 INFO STEP 46 (ensure_file) COMPLETE |
7875 | 2024-08-16T05:37:12.755Z | [ recovery-image] Aug 16 05:37:11.427 INFO O| Aug 16 05:37:11.427 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7876 | 2024-08-16T05:37:12.764Z | [ recovery-image] Aug 16 05:37:11.439 INFO O| Aug 16 05:37:11.439 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7877 | 2024-08-16T05:37:12.764Z | [ recovery-image] Aug 16 05:37:11.439 INFO O| Aug 16 05:37:11.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7878 | 2024-08-16T05:37:12.767Z | [ recovery-image] Aug 16 05:37:11.439 INFO O| Aug 16 05:37:11.439 INFO STEP 47 (ensure_dir) COMPLETE |
7879 | 2024-08-16T05:37:12.767Z | [ recovery-image] Aug 16 05:37:11.439 INFO O| Aug 16 05:37:11.439 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7880 | 2024-08-16T05:37:12.774Z | [ recovery-image] Aug 16 05:37:11.449 INFO O| Aug 16 05:37:11.449 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7881 | 2024-08-16T05:37:12.774Z | [ recovery-image] Aug 16 05:37:11.449 INFO O| Aug 16 05:37:11.449 INFO copying /tmp/.tmpGXLJbR/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7882 | 2024-08-16T05:37:12.777Z | [ recovery-image] Aug 16 05:37:11.449 INFO O| Aug 16 05:37:11.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7883 | 2024-08-16T05:37:12.777Z | [ recovery-image] Aug 16 05:37:11.449 INFO O| Aug 16 05:37:11.449 INFO ok! |
7884 | 2024-08-16T05:37:12.777Z | [ recovery-image] Aug 16 05:37:11.449 INFO O| Aug 16 05:37:11.449 INFO STEP 48 (ensure_file) COMPLETE |
7885 | 2024-08-16T05:37:12.777Z | [ recovery-image] Aug 16 05:37:11.449 INFO O| Aug 16 05:37:11.449 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7886 | 2024-08-16T05:37:12.785Z | [ recovery-image] Aug 16 05:37:11.460 INFO O| Aug 16 05:37:11.460 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7887 | 2024-08-16T05:37:12.785Z | [ recovery-image] Aug 16 05:37:11.460 INFO O| Aug 16 05:37:11.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7888 | 2024-08-16T05:37:12.785Z | [ recovery-image] Aug 16 05:37:11.460 INFO O| Aug 16 05:37:11.460 INFO STEP 49 (ensure_dir) COMPLETE |
7889 | 2024-08-16T05:37:12.788Z | [ recovery-image] Aug 16 05:37:11.460 INFO O| Aug 16 05:37:11.460 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7890 | 2024-08-16T05:37:12.798Z | [ recovery-image] Aug 16 05:37:11.472 INFO O| Aug 16 05:37:11.472 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7891 | 2024-08-16T05:37:12.798Z | [ recovery-image] Aug 16 05:37:11.472 INFO O| Aug 16 05:37:11.472 INFO copying /tmp/.tmpGXLJbR/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7892 | 2024-08-16T05:37:12.812Z | [ host-image] Aug 16 05:37:11.487 INFO O| Aug 16 05:37:11.487 INFO O| Done |
7893 | 2024-08-16T05:37:12.812Z | [ host-image] Aug 16 05:37:11.487 INFO O| Aug 16 05:37:11.487 INFO O| Done |
7894 | 2024-08-16T05:37:12.815Z | [ recovery-image] Aug 16 05:37:11.487 INFO O| Aug 16 05:37:11.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7895 | 2024-08-16T05:37:12.815Z | [ recovery-image] Aug 16 05:37:11.487 INFO O| Aug 16 05:37:11.487 INFO ok! |
7896 | 2024-08-16T05:37:12.815Z | [ recovery-image] Aug 16 05:37:11.487 INFO O| Aug 16 05:37:11.487 INFO STEP 50 (ensure_file) COMPLETE |
7897 | 2024-08-16T05:37:12.815Z | [ recovery-image] Aug 16 05:37:11.487 INFO O| Aug 16 05:37:11.487 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7898 | 2024-08-16T05:37:12.825Z | [ recovery-image] Aug 16 05:37:11.499 INFO O| Aug 16 05:37:11.499 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7899 | 2024-08-16T05:37:12.825Z | [ recovery-image] Aug 16 05:37:11.499 INFO O| Aug 16 05:37:11.499 INFO copying /tmp/.tmpGXLJbR/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7900 | 2024-08-16T05:37:13.333Z | [ recovery-image] Aug 16 05:37:12.007 INFO O| Aug 16 05:37:12.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7901 | 2024-08-16T05:37:13.333Z | [ recovery-image] Aug 16 05:37:12.007 INFO O| Aug 16 05:37:12.007 INFO ok! |
7902 | 2024-08-16T05:37:13.336Z | [ recovery-image] Aug 16 05:37:12.007 INFO O| Aug 16 05:37:12.007 INFO STEP 51 (ensure_file) COMPLETE |
7903 | 2024-08-16T05:37:13.336Z | [ recovery-image] Aug 16 05:37:12.007 INFO O| Aug 16 05:37:12.007 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7904 | 2024-08-16T05:37:13.346Z | [ recovery-image] Aug 16 05:37:12.020 INFO O| Aug 16 05:37:12.020 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7905 | 2024-08-16T05:37:13.348Z | [ recovery-image] Aug 16 05:37:12.020 INFO O| Aug 16 05:37:12.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7906 | 2024-08-16T05:37:13.348Z | [ recovery-image] Aug 16 05:37:12.021 INFO O| Aug 16 05:37:12.020 INFO STEP 52 (ensure_dir) COMPLETE |
7907 | 2024-08-16T05:37:13.348Z | [ recovery-image] Aug 16 05:37:12.021 INFO O| Aug 16 05:37:12.021 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7908 | 2024-08-16T05:37:13.356Z | [ recovery-image] Aug 16 05:37:12.031 INFO O| Aug 16 05:37:12.031 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7909 | 2024-08-16T05:37:13.369Z | [ recovery-image] Aug 16 05:37:12.031 INFO O| Aug 16 05:37:12.031 INFO copying /tmp/.tmpGXLJbR/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 ... |
7910 | 2024-08-16T05:37:13.369Z | [ recovery-image] Aug 16 05:37:12.031 INFO O| Aug 16 05:37:12.031 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 |
7911 | 2024-08-16T05:37:13.369Z | [ recovery-image] Aug 16 05:37:12.031 INFO O| Aug 16 05:37:12.031 INFO ok! |
7912 | 2024-08-16T05:37:13.369Z | [ recovery-image] Aug 16 05:37:12.031 INFO O| Aug 16 05:37:12.031 INFO STEP 53 (ensure_file) COMPLETE |
7913 | 2024-08-16T05:37:13.369Z | [ recovery-image] Aug 16 05:37:12.031 INFO O| Aug 16 05:37:12.031 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7914 | 2024-08-16T05:37:13.369Z | [ recovery-image] Aug 16 05:37:12.042 INFO O| Aug 16 05:37:12.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7915 | 2024-08-16T05:37:13.369Z | [ recovery-image] Aug 16 05:37:12.042 INFO O| Aug 16 05:37:12.042 INFO copying /tmp/.tmpGXLJbR/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 ... |
7916 | 2024-08-16T05:37:13.369Z | [ recovery-image] Aug 16 05:37:12.042 INFO O| Aug 16 05:37:12.042 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 |
7917 | 2024-08-16T05:37:13.369Z | [ recovery-image] Aug 16 05:37:12.042 INFO O| Aug 16 05:37:12.042 INFO ok! |
7918 | 2024-08-16T05:37:13.369Z | [ recovery-image] Aug 16 05:37:12.043 INFO O| Aug 16 05:37:12.042 INFO STEP 54 (ensure_file) COMPLETE |
7919 | 2024-08-16T05:37:13.369Z | [ recovery-image] Aug 16 05:37:12.043 INFO O| Aug 16 05:37:12.042 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7920 | 2024-08-16T05:37:13.378Z | [ recovery-image] Aug 16 05:37:12.053 INFO O| Aug 16 05:37:12.052 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7921 | 2024-08-16T05:37:13.378Z | [ recovery-image] Aug 16 05:37:12.053 INFO O| Aug 16 05:37:12.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7922 | 2024-08-16T05:37:13.378Z | [ recovery-image] Aug 16 05:37:12.053 INFO O| Aug 16 05:37:12.053 INFO STEP 55 (ensure_dir) COMPLETE |
7923 | 2024-08-16T05:37:13.378Z | [ recovery-image] Aug 16 05:37:12.053 INFO O| Aug 16 05:37:12.053 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7924 | 2024-08-16T05:37:13.388Z | [ recovery-image] Aug 16 05:37:12.062 INFO O| Aug 16 05:37:12.062 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7925 | 2024-08-16T05:37:13.388Z | [ recovery-image] Aug 16 05:37:12.062 INFO O| Aug 16 05:37:12.062 INFO copying /tmp/.tmpGXLJbR/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 ... |
7926 | 2024-08-16T05:37:13.390Z | [ recovery-image] Aug 16 05:37:12.062 INFO O| Aug 16 05:37:12.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7927 | 2024-08-16T05:37:13.390Z | [ recovery-image] Aug 16 05:37:12.062 INFO O| Aug 16 05:37:12.062 INFO ok! |
7928 | 2024-08-16T05:37:13.390Z | [ recovery-image] Aug 16 05:37:12.062 INFO O| Aug 16 05:37:12.062 INFO STEP 56 (ensure_file) COMPLETE |
7929 | 2024-08-16T05:37:13.390Z | [ recovery-image] Aug 16 05:37:12.062 INFO O| Aug 16 05:37:12.062 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7930 | 2024-08-16T05:37:13.398Z | [ recovery-image] Aug 16 05:37:12.072 INFO O| Aug 16 05:37:12.072 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7931 | 2024-08-16T05:37:13.398Z | [ recovery-image] Aug 16 05:37:12.072 INFO O| Aug 16 05:37:12.072 INFO copying /tmp/.tmpGXLJbR/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 ... |
7932 | 2024-08-16T05:37:13.400Z | [ recovery-image] Aug 16 05:37:12.072 INFO O| Aug 16 05:37:12.072 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 |
7933 | 2024-08-16T05:37:13.400Z | [ recovery-image] Aug 16 05:37:12.072 INFO O| Aug 16 05:37:12.072 INFO ok! |
7934 | 2024-08-16T05:37:13.400Z | [ recovery-image] Aug 16 05:37:12.072 INFO O| Aug 16 05:37:12.072 INFO STEP 57 (ensure_file) COMPLETE |
7935 | 2024-08-16T05:37:13.400Z | [ recovery-image] Aug 16 05:37:12.072 INFO O| Aug 16 05:37:12.072 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7936 | 2024-08-16T05:37:13.407Z | [ recovery-image] Aug 16 05:37:12.082 INFO O| Aug 16 05:37:12.082 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7937 | 2024-08-16T05:37:13.410Z | [ recovery-image] Aug 16 05:37:12.082 INFO O| Aug 16 05:37:12.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7938 | 2024-08-16T05:37:13.410Z | [ recovery-image] Aug 16 05:37:12.082 INFO O| Aug 16 05:37:12.082 INFO STEP 58 (ensure_dir) COMPLETE |
7939 | 2024-08-16T05:37:13.410Z | [ recovery-image] Aug 16 05:37:12.082 INFO O| Aug 16 05:37:12.082 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7940 | 2024-08-16T05:37:13.410Z | [ host-image] Aug 16 05:37:12.083 INFO O| Aug 16 05:37:12.083 INFO O| Done |
7941 | 2024-08-16T05:37:13.417Z | [ recovery-image] Aug 16 05:37:12.092 INFO O| Aug 16 05:37:12.091 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7942 | 2024-08-16T05:37:13.420Z | [ recovery-image] Aug 16 05:37:12.092 INFO O| Aug 16 05:37:12.092 INFO copying /tmp/.tmpGXLJbR/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 ... |
7943 | 2024-08-16T05:37:13.420Z | [ recovery-image] Aug 16 05:37:12.092 INFO O| Aug 16 05:37:12.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7944 | 2024-08-16T05:37:13.420Z | [ recovery-image] Aug 16 05:37:12.092 INFO O| Aug 16 05:37:12.092 INFO ok! |
7945 | 2024-08-16T05:37:13.420Z | [ recovery-image] Aug 16 05:37:12.092 INFO O| Aug 16 05:37:12.092 INFO STEP 59 (ensure_file) COMPLETE |
7946 | 2024-08-16T05:37:13.420Z | [ recovery-image] Aug 16 05:37:12.092 INFO O| Aug 16 05:37:12.092 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7947 | 2024-08-16T05:37:13.427Z | [ recovery-image] Aug 16 05:37:12.101 INFO O| Aug 16 05:37:12.101 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7948 | 2024-08-16T05:37:13.427Z | [ recovery-image] Aug 16 05:37:12.102 INFO O| Aug 16 05:37:12.101 INFO copying /tmp/.tmpGXLJbR/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7949 | 2024-08-16T05:37:13.429Z | [ recovery-image] Aug 16 05:37:12.102 INFO O| Aug 16 05:37:12.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7950 | 2024-08-16T05:37:13.430Z | [ recovery-image] Aug 16 05:37:12.102 INFO O| Aug 16 05:37:12.102 INFO ok! |
7951 | 2024-08-16T05:37:13.430Z | [ recovery-image] Aug 16 05:37:12.102 INFO O| Aug 16 05:37:12.102 INFO STEP 60 (ensure_file) COMPLETE |
7952 | 2024-08-16T05:37:13.430Z | [ recovery-image] Aug 16 05:37:12.102 INFO O| Aug 16 05:37:12.102 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7953 | 2024-08-16T05:37:13.437Z | [ recovery-image] Aug 16 05:37:12.111 INFO O| Aug 16 05:37:12.111 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7954 | 2024-08-16T05:37:13.437Z | [ recovery-image] Aug 16 05:37:12.111 INFO O| Aug 16 05:37:12.111 INFO STEP 61 (ensure_dir) COMPLETE |
7955 | 2024-08-16T05:37:13.437Z | [ recovery-image] Aug 16 05:37:12.111 INFO O| Aug 16 05:37:12.111 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7956 | 2024-08-16T05:37:13.448Z | [ recovery-image] Aug 16 05:37:12.122 INFO O| Aug 16 05:37:12.122 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7957 | 2024-08-16T05:37:13.448Z | [ recovery-image] Aug 16 05:37:12.122 INFO O| Aug 16 05:37:12.122 INFO STEP 62 (ensure_dir) COMPLETE |
7958 | 2024-08-16T05:37:13.448Z | [ recovery-image] Aug 16 05:37:12.122 INFO O| Aug 16 05:37:12.122 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7959 | 2024-08-16T05:37:13.457Z | [ recovery-image] Aug 16 05:37:12.132 INFO O| Aug 16 05:37:12.132 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7960 | 2024-08-16T05:37:13.457Z | [ recovery-image] Aug 16 05:37:12.132 INFO O| Aug 16 05:37:12.132 INFO STEP 63 (ensure_dir) COMPLETE |
7961 | 2024-08-16T05:37:13.457Z | [ recovery-image] Aug 16 05:37:12.132 INFO O| Aug 16 05:37:12.132 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7962 | 2024-08-16T05:37:13.467Z | [ recovery-image] Aug 16 05:37:12.142 INFO O| Aug 16 05:37:12.142 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7963 | 2024-08-16T05:37:13.471Z | [ recovery-image] Aug 16 05:37:12.142 INFO O| Aug 16 05:37:12.142 INFO STEP 64 (ensure_dir) COMPLETE |
7964 | 2024-08-16T05:37:13.471Z | [ recovery-image] Aug 16 05:37:12.142 INFO O| Aug 16 05:37:12.142 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7965 | 2024-08-16T05:37:13.477Z | [ recovery-image] Aug 16 05:37:12.152 INFO O| Aug 16 05:37:12.152 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7966 | 2024-08-16T05:37:13.477Z | [ recovery-image] Aug 16 05:37:12.152 INFO O| Aug 16 05:37:12.152 INFO copying /tmp/.tmpGXLJbR/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7967 | 2024-08-16T05:37:13.480Z | [ recovery-image] Aug 16 05:37:12.152 INFO O| Aug 16 05:37:12.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7968 | 2024-08-16T05:37:13.480Z | [ recovery-image] Aug 16 05:37:12.152 INFO O| Aug 16 05:37:12.152 INFO ok! |
7969 | 2024-08-16T05:37:13.480Z | [ recovery-image] Aug 16 05:37:12.152 INFO O| Aug 16 05:37:12.152 INFO STEP 65 (ensure_file) COMPLETE |
7970 | 2024-08-16T05:37:13.480Z | [ recovery-image] Aug 16 05:37:12.152 INFO O| Aug 16 05:37:12.152 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7971 | 2024-08-16T05:37:13.487Z | [ recovery-image] Aug 16 05:37:12.162 INFO O| Aug 16 05:37:12.162 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7972 | 2024-08-16T05:37:13.490Z | [ recovery-image] Aug 16 05:37:12.162 INFO O| Aug 16 05:37:12.162 INFO STEP 66 (remove_files) COMPLETE |
7973 | 2024-08-16T05:37:13.490Z | [ recovery-image] Aug 16 05:37:12.162 INFO O| Aug 16 05:37:12.162 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7974 | 2024-08-16T05:37:13.497Z | [ recovery-image] Aug 16 05:37:12.172 INFO O| Aug 16 05:37:12.172 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7975 | 2024-08-16T05:37:13.500Z | [ recovery-image] Aug 16 05:37:12.172 INFO O| Aug 16 05:37:12.172 INFO STEP 67 (remove_files) COMPLETE |
7976 | 2024-08-16T05:37:13.500Z | [ recovery-image] Aug 16 05:37:12.172 INFO O| Aug 16 05:37:12.172 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7977 | 2024-08-16T05:37:13.507Z | [ recovery-image] Aug 16 05:37:12.182 INFO O| Aug 16 05:37:12.182 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7978 | 2024-08-16T05:37:13.510Z | [ recovery-image] Aug 16 05:37:12.182 INFO O| Aug 16 05:37:12.182 INFO STEP 68 (remove_files) COMPLETE |
7979 | 2024-08-16T05:37:13.510Z | [ recovery-image] Aug 16 05:37:12.182 INFO O| Aug 16 05:37:12.182 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7980 | 2024-08-16T05:37:13.518Z | [ recovery-image] Aug 16 05:37:12.192 INFO O| Aug 16 05:37:12.192 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7981 | 2024-08-16T05:37:13.520Z | [ recovery-image] Aug 16 05:37:12.192 INFO O| Aug 16 05:37:12.192 INFO STEP 69 (remove_files) COMPLETE |
7982 | 2024-08-16T05:37:13.520Z | [ recovery-image] Aug 16 05:37:12.192 INFO O| Aug 16 05:37:12.192 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7983 | 2024-08-16T05:37:13.529Z | [ recovery-image] Aug 16 05:37:12.203 INFO O| Aug 16 05:37:12.203 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7984 | 2024-08-16T05:37:13.531Z | [ recovery-image] Aug 16 05:37:12.203 INFO O| Aug 16 05:37:12.203 INFO STEP 70 (remove_files) COMPLETE |
7985 | 2024-08-16T05:37:13.531Z | [ recovery-image] Aug 16 05:37:12.203 INFO O| Aug 16 05:37:12.203 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7986 | 2024-08-16T05:37:13.539Z | [ recovery-image] Aug 16 05:37:12.213 INFO O| Aug 16 05:37:12.213 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7987 | 2024-08-16T05:37:13.541Z | [ recovery-image] Aug 16 05:37:12.213 INFO O| Aug 16 05:37:12.213 INFO STEP 71 (remove_files) COMPLETE |
7988 | 2024-08-16T05:37:13.541Z | [ recovery-image] Aug 16 05:37:12.213 INFO O| Aug 16 05:37:12.213 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7989 | 2024-08-16T05:37:13.548Z | [ recovery-image] Aug 16 05:37:12.223 INFO O| Aug 16 05:37:12.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7990 | 2024-08-16T05:37:13.549Z | [ recovery-image] Aug 16 05:37:12.223 INFO O| Aug 16 05:37:12.223 INFO STEP 72 (remove_files) COMPLETE |
7991 | 2024-08-16T05:37:13.551Z | [ recovery-image] Aug 16 05:37:12.223 INFO O| Aug 16 05:37:12.223 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7992 | 2024-08-16T05:37:13.558Z | [ recovery-image] Aug 16 05:37:12.232 INFO O| Aug 16 05:37:12.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7993 | 2024-08-16T05:37:13.558Z | [ recovery-image] Aug 16 05:37:12.232 INFO O| Aug 16 05:37:12.232 INFO STEP 73 (remove_files) COMPLETE |
7994 | 2024-08-16T05:37:13.560Z | [ recovery-image] Aug 16 05:37:12.233 INFO O| Aug 16 05:37:12.232 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7995 | 2024-08-16T05:37:13.568Z | [ recovery-image] Aug 16 05:37:12.242 INFO O| Aug 16 05:37:12.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7996 | 2024-08-16T05:37:13.568Z | [ recovery-image] Aug 16 05:37:12.242 INFO O| Aug 16 05:37:12.242 INFO STEP 74 (remove_files) COMPLETE |
7997 | 2024-08-16T05:37:13.568Z | [ recovery-image] Aug 16 05:37:12.242 INFO O| Aug 16 05:37:12.242 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7998 | 2024-08-16T05:37:13.577Z | [ recovery-image] Aug 16 05:37:12.251 INFO O| Aug 16 05:37:12.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7999 | 2024-08-16T05:37:13.577Z | [ recovery-image] Aug 16 05:37:12.252 INFO O| Aug 16 05:37:12.252 INFO STEP 75 (remove_files) COMPLETE |
8000 | 2024-08-16T05:37:13.577Z | [ recovery-image] Aug 16 05:37:12.252 INFO O| Aug 16 05:37:12.252 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8001 | 2024-08-16T05:37:13.587Z | [ recovery-image] Aug 16 05:37:12.262 INFO O| Aug 16 05:37:12.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8002 | 2024-08-16T05:37:13.587Z | [ recovery-image] Aug 16 05:37:12.262 INFO O| Aug 16 05:37:12.262 INFO STEP 76 (remove_files) COMPLETE |
8003 | 2024-08-16T05:37:13.587Z | [ recovery-image] Aug 16 05:37:12.262 INFO O| Aug 16 05:37:12.262 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8004 | 2024-08-16T05:37:13.597Z | [ recovery-image] Aug 16 05:37:12.271 INFO O| Aug 16 05:37:12.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8005 | 2024-08-16T05:37:13.597Z | [ recovery-image] Aug 16 05:37:12.271 INFO O| Aug 16 05:37:12.271 INFO STEP 77 (remove_files) COMPLETE |
8006 | 2024-08-16T05:37:13.597Z | [ recovery-image] Aug 16 05:37:12.271 INFO O| Aug 16 05:37:12.271 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8007 | 2024-08-16T05:37:13.609Z | [ recovery-image] Aug 16 05:37:12.283 INFO O| Aug 16 05:37:12.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8008 | 2024-08-16T05:37:13.609Z | [ recovery-image] Aug 16 05:37:12.283 INFO O| Aug 16 05:37:12.283 INFO STEP 78 (remove_files) COMPLETE |
8009 | 2024-08-16T05:37:13.609Z | [ recovery-image] Aug 16 05:37:12.283 INFO O| Aug 16 05:37:12.283 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8010 | 2024-08-16T05:37:13.619Z | [ recovery-image] Aug 16 05:37:12.293 INFO O| Aug 16 05:37:12.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8011 | 2024-08-16T05:37:13.619Z | [ recovery-image] Aug 16 05:37:12.293 INFO O| Aug 16 05:37:12.293 INFO STEP 79 (remove_files) COMPLETE |
8012 | 2024-08-16T05:37:13.619Z | [ recovery-image] Aug 16 05:37:12.293 INFO O| Aug 16 05:37:12.293 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8013 | 2024-08-16T05:37:13.630Z | [ recovery-image] Aug 16 05:37:12.304 INFO O| Aug 16 05:37:12.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8014 | 2024-08-16T05:37:13.630Z | [ recovery-image] Aug 16 05:37:12.304 INFO O| Aug 16 05:37:12.304 INFO STEP 80 (remove_files) COMPLETE |
8015 | 2024-08-16T05:37:13.630Z | [ recovery-image] Aug 16 05:37:12.304 INFO O| Aug 16 05:37:12.304 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8016 | 2024-08-16T05:37:13.639Z | [ recovery-image] Aug 16 05:37:12.314 INFO O| Aug 16 05:37:12.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8017 | 2024-08-16T05:37:13.639Z | [ recovery-image] Aug 16 05:37:12.314 INFO O| Aug 16 05:37:12.314 INFO STEP 81 (remove_files) COMPLETE |
8018 | 2024-08-16T05:37:13.640Z | [ recovery-image] Aug 16 05:37:12.314 INFO O| Aug 16 05:37:12.314 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8019 | 2024-08-16T05:37:13.649Z | [ recovery-image] Aug 16 05:37:12.323 INFO O| Aug 16 05:37:12.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8020 | 2024-08-16T05:37:13.649Z | [ recovery-image] Aug 16 05:37:12.324 INFO O| Aug 16 05:37:12.324 INFO STEP 82 (remove_files) COMPLETE |
8021 | 2024-08-16T05:37:13.649Z | [ recovery-image] Aug 16 05:37:12.324 INFO O| Aug 16 05:37:12.324 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8022 | 2024-08-16T05:37:13.659Z | [ recovery-image] Aug 16 05:37:12.333 INFO O| Aug 16 05:37:12.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8023 | 2024-08-16T05:37:13.659Z | [ recovery-image] Aug 16 05:37:12.333 INFO O| Aug 16 05:37:12.333 INFO STEP 83 (remove_files) COMPLETE |
8024 | 2024-08-16T05:37:13.659Z | [ recovery-image] Aug 16 05:37:12.333 INFO O| Aug 16 05:37:12.333 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8025 | 2024-08-16T05:37:13.668Z | [ recovery-image] Aug 16 05:37:12.343 INFO O| Aug 16 05:37:12.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8026 | 2024-08-16T05:37:13.668Z | [ recovery-image] Aug 16 05:37:12.343 INFO O| Aug 16 05:37:12.343 INFO STEP 84 (remove_files) COMPLETE |
8027 | 2024-08-16T05:37:13.668Z | [ recovery-image] Aug 16 05:37:12.343 INFO O| Aug 16 05:37:12.343 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8028 | 2024-08-16T05:37:13.678Z | [ recovery-image] Aug 16 05:37:12.352 INFO O| Aug 16 05:37:12.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8029 | 2024-08-16T05:37:13.678Z | [ recovery-image] Aug 16 05:37:12.352 INFO O| Aug 16 05:37:12.352 INFO STEP 85 (remove_files) COMPLETE |
8030 | 2024-08-16T05:37:13.681Z | [ recovery-image] Aug 16 05:37:12.352 INFO O| Aug 16 05:37:12.352 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8031 | 2024-08-16T05:37:13.688Z | [ recovery-image] Aug 16 05:37:12.363 INFO O| Aug 16 05:37:12.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8032 | 2024-08-16T05:37:13.688Z | [ recovery-image] Aug 16 05:37:12.363 INFO O| Aug 16 05:37:12.363 INFO STEP 86 (remove_files) COMPLETE |
8033 | 2024-08-16T05:37:13.691Z | [ recovery-image] Aug 16 05:37:12.363 INFO O| Aug 16 05:37:12.363 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8034 | 2024-08-16T05:37:13.699Z | [ recovery-image] Aug 16 05:37:12.373 INFO O| Aug 16 05:37:12.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8035 | 2024-08-16T05:37:13.701Z | [ recovery-image] Aug 16 05:37:12.373 INFO O| Aug 16 05:37:12.373 INFO STEP 87 (remove_files) COMPLETE |
8036 | 2024-08-16T05:37:13.701Z | [ recovery-image] Aug 16 05:37:12.373 INFO O| Aug 16 05:37:12.373 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8037 | 2024-08-16T05:37:13.711Z | [ recovery-image] Aug 16 05:37:12.383 INFO O| Aug 16 05:37:12.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8038 | 2024-08-16T05:37:13.711Z | [ recovery-image] Aug 16 05:37:12.383 INFO O| Aug 16 05:37:12.383 INFO STEP 88 (remove_files) COMPLETE |
8039 | 2024-08-16T05:37:13.713Z | [ recovery-image] Aug 16 05:37:12.383 INFO O| Aug 16 05:37:12.383 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8040 | 2024-08-16T05:37:13.719Z | [ recovery-image] Aug 16 05:37:12.393 INFO O| Aug 16 05:37:12.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8041 | 2024-08-16T05:37:13.721Z | [ recovery-image] Aug 16 05:37:12.393 INFO O| Aug 16 05:37:12.393 INFO STEP 89 (remove_files) COMPLETE |
8042 | 2024-08-16T05:37:13.721Z | [ recovery-image] Aug 16 05:37:12.393 INFO O| Aug 16 05:37:12.393 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8043 | 2024-08-16T05:37:13.729Z | [ recovery-image] Aug 16 05:37:12.403 INFO O| Aug 16 05:37:12.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8044 | 2024-08-16T05:37:13.729Z | [ recovery-image] Aug 16 05:37:12.403 INFO O| Aug 16 05:37:12.403 INFO STEP 90 (remove_files) COMPLETE |
8045 | 2024-08-16T05:37:13.731Z | [ recovery-image] Aug 16 05:37:12.403 INFO O| Aug 16 05:37:12.403 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8046 | 2024-08-16T05:37:13.739Z | [ recovery-image] Aug 16 05:37:12.413 INFO O| Aug 16 05:37:12.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8047 | 2024-08-16T05:37:13.739Z | [ recovery-image] Aug 16 05:37:12.413 INFO O| Aug 16 05:37:12.413 INFO STEP 91 (remove_files) COMPLETE |
8048 | 2024-08-16T05:37:13.739Z | [ recovery-image] Aug 16 05:37:12.413 INFO O| Aug 16 05:37:12.413 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8049 | 2024-08-16T05:37:13.748Z | [ recovery-image] Aug 16 05:37:12.423 INFO O| Aug 16 05:37:12.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8050 | 2024-08-16T05:37:13.748Z | [ recovery-image] Aug 16 05:37:12.423 INFO O| Aug 16 05:37:12.423 INFO STEP 92 (remove_files) COMPLETE |
8051 | 2024-08-16T05:37:13.751Z | [ recovery-image] Aug 16 05:37:12.423 INFO O| Aug 16 05:37:12.423 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8052 | 2024-08-16T05:37:13.758Z | [ recovery-image] Aug 16 05:37:12.432 INFO O| Aug 16 05:37:12.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8053 | 2024-08-16T05:37:13.760Z | [ recovery-image] Aug 16 05:37:12.432 INFO O| Aug 16 05:37:12.432 INFO STEP 93 (remove_files) COMPLETE |
8054 | 2024-08-16T05:37:13.760Z | [ recovery-image] Aug 16 05:37:12.432 INFO O| Aug 16 05:37:12.432 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8055 | 2024-08-16T05:37:13.768Z | [ recovery-image] Aug 16 05:37:12.442 INFO O| Aug 16 05:37:12.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8056 | 2024-08-16T05:37:13.771Z | [ recovery-image] Aug 16 05:37:12.442 INFO O| Aug 16 05:37:12.442 INFO STEP 94 (remove_files) COMPLETE |
8057 | 2024-08-16T05:37:13.771Z | [ recovery-image] Aug 16 05:37:12.442 INFO O| Aug 16 05:37:12.442 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8058 | 2024-08-16T05:37:13.783Z | [ recovery-image] Aug 16 05:37:12.457 INFO O| Aug 16 05:37:12.457 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8059 | 2024-08-16T05:37:13.785Z | [ recovery-image] Aug 16 05:37:12.457 INFO O| Aug 16 05:37:12.457 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8060 | 2024-08-16T05:37:14.680Z | [ host-image] Aug 16 05:37:13.353 INFO O| Aug 16 05:37:13.353 INFO O| Done |
8061 | 2024-08-16T05:37:14.705Z | [ host-image] Aug 16 05:37:13.378 INFO O| Aug 16 05:37:13.378 INFO O| Done |
8062 | 2024-08-16T05:37:14.708Z | [ host-image] Aug 16 05:37:13.378 INFO O| Aug 16 05:37:13.378 INFO O| Done |
8063 | 2024-08-16T05:37:14.748Z | [ host-image] Aug 16 05:37:13.421 INFO O| Aug 16 05:37:13.421 INFO O| Done |
8064 | 2024-08-16T05:37:14.845Z | [ host-image] Aug 16 05:37:13.519 INFO O| Aug 16 05:37:13.519 INFO STEP 13 (pkg_install) COMPLETE |
8065 | 2024-08-16T05:37:14.845Z | [ host-image] Aug 16 05:37:13.519 INFO O| Aug 16 05:37:13.519 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8066 | 2024-08-16T05:37:14.856Z | [ host-image] Aug 16 05:37:13.529 INFO O| Aug 16 05:37:13.529 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
8067 | 2024-08-16T05:37:15.405Z | [ host-image] Aug 16 05:37:14.078 INFO O| Aug 16 05:37:14.078 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8068 | 2024-08-16T05:37:16.829Z | [ host-image] Aug 16 05:37:15.501 INFO O| Aug 16 05:37:15.501 INFO O| Planning: Solver setup ... Done |
8069 | 2024-08-16T05:37:16.832Z | [ host-image] Aug 16 05:37:15.505 INFO O| Aug 16 05:37:15.505 INFO O| Planning: Running solver ... Done |
8070 | 2024-08-16T05:37:16.870Z | [ host-image] Aug 16 05:37:15.543 INFO O| Aug 16 05:37:15.543 INFO O| Planning: Finding local manifests ... Done |
8071 | 2024-08-16T05:37:16.872Z | [ host-image] Aug 16 05:37:15.543 INFO O| Aug 16 05:37:15.543 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8072 | 2024-08-16T05:37:16.934Z | [ host-image] Aug 16 05:37:15.606 INFO O| Aug 16 05:37:15.606 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8073 | 2024-08-16T05:37:16.953Z | [ host-image] Aug 16 05:37:15.625 INFO O| Aug 16 05:37:15.625 INFO O| Planning: Package planning ... Done |
8074 | 2024-08-16T05:37:16.955Z | [ host-image] Aug 16 05:37:15.626 INFO O| Aug 16 05:37:15.626 INFO O| Planning: Merging actions ... Done |
8075 | 2024-08-16T05:37:17.013Z | [ host-image] Aug 16 05:37:15.685 INFO O| Aug 16 05:37:15.685 INFO O| Planning: Checking for conflicting actions ... Done |
8076 | 2024-08-16T05:37:17.015Z | [ host-image] Aug 16 05:37:15.685 INFO O| Aug 16 05:37:15.685 INFO O| Planning: Consolidating action changes ... Done |
8077 | 2024-08-16T05:37:17.184Z | [ host-image] Aug 16 05:37:15.856 INFO O| Aug 16 05:37:15.856 INFO O| Planning: Evaluating mediators ... Done |
8078 | 2024-08-16T05:37:17.187Z | [ host-image] Aug 16 05:37:15.857 INFO O| Aug 16 05:37:15.856 INFO O| Planning: Planning completed in 1.78 seconds |
8079 | 2024-08-16T05:37:17.187Z | [ host-image] Aug 16 05:37:15.858 INFO O| Aug 16 05:37:15.858 INFO O| Packages to install: 1 |
8080 | 2024-08-16T05:37:17.196Z | [ host-image] Aug 16 05:37:15.868 INFO O| Aug 16 05:37:15.868 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
8081 | 2024-08-16T05:37:19.004Z | [ host-image] Aug 16 05:37:17.675 INFO O| Aug 16 05:37:17.675 INFO O| Download: Completed 20.86 MB in 1.81 seconds (11.5M/s) |
8082 | 2024-08-16T05:37:19.030Z | [ host-image] Aug 16 05:37:17.702 INFO O| Aug 16 05:37:17.702 INFO O| Actions: 1/22 actions (Installing new actions) |
8083 | 2024-08-16T05:37:19.514Z | [ host-image] Aug 16 05:37:18.185 INFO O| Aug 16 05:37:18.185 INFO O| Actions: Completed 22 actions in 0.48 seconds. |
8084 | 2024-08-16T05:37:19.742Z | [ host-image] Aug 16 05:37:18.413 INFO O| Aug 16 05:37:18.413 INFO O| Done |
8085 | 2024-08-16T05:37:19.742Z | [ host-image] Aug 16 05:37:18.413 INFO O| Aug 16 05:37:18.413 INFO O| Done |
8086 | 2024-08-16T05:37:20.080Z | [ host-image] Aug 16 05:37:18.750 INFO O| Aug 16 05:37:18.750 INFO O| Done |
8087 | 2024-08-16T05:37:20.522Z | [ recovery-image] Aug 16 05:37:19.193 INFO O| Aug 16 05:37:19.193 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 |
8088 | 2024-08-16T05:37:20.522Z | [ recovery-image] Aug 16 05:37:19.193 INFO O| Aug 16 05:37:19.193 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8089 | 2024-08-16T05:37:20.535Z | [ recovery-image] Aug 16 05:37:19.206 INFO O| Aug 16 05:37:19.206 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8090 | 2024-08-16T05:37:20.613Z | [ recovery-image] Aug 16 05:37:19.283 INFO O| Aug 16 05:37:19.283 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8091 | 2024-08-16T05:37:20.613Z | [ recovery-image] Aug 16 05:37:19.283 INFO O| Aug 16 05:37:19.283 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 ... |
8092 | 2024-08-16T05:37:20.615Z | [ recovery-image] Aug 16 05:37:19.285 INFO O| Aug 16 05:37:19.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8093 | 2024-08-16T05:37:20.615Z | [ recovery-image] Aug 16 05:37:19.285 INFO O| Aug 16 05:37:19.285 INFO ok! |
8094 | 2024-08-16T05:37:20.615Z | [ recovery-image] Aug 16 05:37:19.285 INFO O| Aug 16 05:37:19.285 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8095 | 2024-08-16T05:37:20.615Z | [ recovery-image] Aug 16 05:37:19.285 INFO O| Aug 16 05:37:19.285 INFO STEP 95 (seed_smf) COMPLETE |
8096 | 2024-08-16T05:37:20.615Z | [ recovery-image] Aug 16 05:37:19.285 INFO O| Aug 16 05:37:19.285 INFO steps complete; finalising image! |
8097 | 2024-08-16T05:37:20.615Z | [ recovery-image] Aug 16 05:37:19.285 INFO O| Aug 16 05:37:19.285 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8098 | 2024-08-16T05:37:20.646Z | [ recovery-image] Aug 16 05:37:19.317 INFO O| Aug 16 05:37:19.317 INFO trim TEMPORARY-gimlet-zfs-recovery: (5% trimmed, started at Fri Aug 16 05:37:19 2024) |
8099 | 2024-08-16T05:37:20.856Z | [ recovery-image] Aug 16 05:37:19.526 INFO O| Aug 16 05:37:19.526 INFO trim TEMPORARY-gimlet-zfs-recovery: (77% trimmed, started at Fri Aug 16 05:37:19 2024) |
8100 | 2024-08-16T05:37:21.080Z | [ recovery-image] Aug 16 05:37:19.750 INFO O| Aug 16 05:37:19.749 INFO temporary pool has 400M used, 1.36G avail, 1.00x compressratio |
8101 | 2024-08-16T05:37:21.080Z | [ recovery-image] Aug 16 05:37:19.750 INFO O| Aug 16 05:37:19.750 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8102 | 2024-08-16T05:37:21.284Z | [ recovery-image] Aug 16 05:37:19.954 INFO O| Aug 16 05:37:19.954 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 |
8103 | 2024-08-16T05:37:21.284Z | [ recovery-image] Aug 16 05:37:19.954 INFO O| Aug 16 05:37:19.954 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8104 | 2024-08-16T05:37:21.315Z | [ host-image] Aug 16 05:37:19.985 INFO O| Aug 16 05:37:19.985 INFO O| Done |
8105 | 2024-08-16T05:37:21.344Z | [ host-image] Aug 16 05:37:20.014 INFO O| Aug 16 05:37:20.014 INFO O| Done |
8106 | 2024-08-16T05:37:21.344Z | [ host-image] Aug 16 05:37:20.015 INFO O| Aug 16 05:37:20.015 INFO O| Done |
8107 | 2024-08-16T05:37:21.355Z | [ host-image] Aug 16 05:37:20.025 INFO O| Aug 16 05:37:20.025 INFO O| Done |
8108 | 2024-08-16T05:37:21.450Z | [ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO STEP 14 (pkg_install) COMPLETE |
8109 | 2024-08-16T05:37:21.450Z | [ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8110 | 2024-08-16T05:37:21.453Z | [ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO skip step because feature "mfg" is not enabled |
8111 | 2024-08-16T05:37:21.453Z | [ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8112 | 2024-08-16T05:37:21.453Z | [ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO skip step because feature "compliance" is not enabled |
8113 | 2024-08-16T05:37:21.453Z | [ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8114 | 2024-08-16T05:37:21.453Z | [ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO skip step because feature "stress" is not enabled |
8115 | 2024-08-16T05:37:21.453Z | [ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8116 | 2024-08-16T05:37:21.453Z | [ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO skip step because feature "nfs" is not enabled |
8117 | 2024-08-16T05:37:21.453Z | [ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8118 | 2024-08-16T05:37:21.453Z | [ host-image] Aug 16 05:37:20.120 INFO O| Aug 16 05:37:20.120 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8119 | 2024-08-16T05:37:21.532Z | [ host-image] Aug 16 05:37:20.202 INFO O| Aug 16 05:37:20.202 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8120 | 2024-08-16T05:37:21.612Z | [ host-image] Aug 16 05:37:20.282 INFO O| Aug 16 05:37:20.282 INFO completed processing gimlet/ramdisk-01-os |
8121 | 2024-08-16T05:37:21.616Z | [ host-image] Aug 16 05:37:20.284 INFO omicron1 baseline generation... |
8122 | 2024-08-16T05:37:21.616Z | [ host-image] Aug 16 05:37:20.284 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8123 | 2024-08-16T05:37:22.005Z | [ host-image] Aug 16 05:37:20.675 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22816:20240814T214503Z |
8124 | 2024-08-16T05:37:24.217Z | [ recovery-image] Aug 16 05:37:22.886 INFO O| Aug 16 05:37:22.886 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8125 | 2024-08-16T05:37:24.217Z | [ recovery-image] Aug 16 05:37:22.886 INFO O| Aug 16 05:37:22.886 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8126 | 2024-08-16T05:37:24.220Z | [ recovery-image] Aug 16 05:37:22.886 INFO O| Aug 16 05:37:22.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8127 | 2024-08-16T05:37:24.220Z | [ recovery-image] Aug 16 05:37:22.886 INFO O| Aug 16 05:37:22.886 INFO completed processing gimlet/zfs-recovery |
8128 | 2024-08-16T05:37:24.220Z | [ recovery-image] Aug 16 05:37:22.886 INFO O| Aug 16 05:37:22.886 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8129 | 2024-08-16T05:37:24.477Z | [ recovery-image] Aug 16 05:37:23.145 INFO O| Aug 16 05:37:23.145 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8130 | 2024-08-16T05:37:24.533Z | [ recovery-image] Aug 16 05:37:23.201 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n" |
8131 | 2024-08-16T05:37:24.536Z | [ recovery-image] Aug 16 05:37:23.202 INFO expanded image name: "recovery b927580/${os_short_commit} 2024-08-16 05:07" -> "recovery b927580/f449ff4 2024-08-16 05:07" |
8132 | 2024-08-16T05:37:24.536Z | [ recovery-image] Aug 16 05:37:23.202 INFO output artefacts stored in: "/work/os-recovery" |
8133 | 2024-08-16T05:37:24.536Z | [ recovery-image] Aug 16 05:37:23.202 INFO collecting git info from project "bootserver"... |
8134 | 2024-08-16T05:37:24.540Z | [ recovery-image] Aug 16 05:37:23.209 INFO collecting git info from project "image-builder"... |
8135 | 2024-08-16T05:37:24.546Z | [ recovery-image] Aug 16 05:37:23.215 INFO collecting git info from project "chelsio-t6-roms"... |
8136 | 2024-08-16T05:37:24.567Z | [ recovery-image] Aug 16 05:37:23.236 INFO collecting git info from project "amd-firmware"... |
8137 | 2024-08-16T05:37:24.790Z | [ recovery-image] Aug 16 05:37:23.458 INFO collecting git info from project "amd-host-image-builder"... |
8138 | 2024-08-16T05:37:25.030Z | [ recovery-image] Aug 16 05:37:23.698 INFO collecting git info from project "pilot"... |
8139 | 2024-08-16T05:37:25.041Z | [ recovery-image] Aug 16 05:37:23.710 INFO collecting git info from project "pinprick"... |
8140 | 2024-08-16T05:37:25.048Z | [ recovery-image] Aug 16 05:37:23.715 INFO collecting git info from project "phbl"... |
8141 | 2024-08-16T05:37:25.053Z | [ recovery-image] Aug 16 05:37:23.721 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8142 | 2024-08-16T05:37:25.416Z | [ recovery-image] Aug 16 05:37:24.084 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8143 | 2024-08-16T05:37:25.774Z | [ recovery-image] Aug 16 05:37:24.442 INFO creating Oxide boot image... |
8144 | 2024-08-16T05:37:25.774Z | [ recovery-image] Aug 16 05:37:24.442 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery b927580/f449ff4 2024-08-16 05:07", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8145 | 2024-08-16T05:38:09.850Z | [ host-image] Aug 16 05:38:08.494 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22816:20240814T214537Z |
8146 | 2024-08-16T05:38:09.850Z | [ host-image] Aug 16 05:38:08.495 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22816:20240814T214537Z |
8147 | 2024-08-16T05:38:09.853Z | [ host-image] Aug 16 05:38:08.495 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8148 | 2024-08-16T05:38:09.853Z | [ host-image] Aug 16 05:38:08.495 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8149 | 2024-08-16T05:38:09.853Z | [ host-image] Aug 16 05:38:08.495 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8150 | 2024-08-16T05:38:09.853Z | [ host-image] Aug 16 05:38:08.495 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8151 | 2024-08-16T05:38:09.853Z | [ host-image] Aug 16 05:38:08.496 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8152 | 2024-08-16T05:38:09.853Z | [ host-image] Aug 16 05:38:08.496 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8153 | 2024-08-16T05:38:09.853Z | [ host-image] Aug 16 05:38:08.496 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8154 | 2024-08-16T05:38:09.853Z | [ host-image] Aug 16 05:38:08.496 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8155 | 2024-08-16T05:38:09.853Z | [ host-image] Aug 16 05:38:08.496 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22816:20240814T214538Z |
8156 | 2024-08-16T05:38:09.856Z | [ host-image] Aug 16 05:38:08.498 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22816:20240814T214538Z |
8157 | 2024-08-16T05:38:09.856Z | [ host-image] Aug 16 05:38:08.499 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22816:20240814T214539Z |
8158 | 2024-08-16T05:38:09.856Z | [ host-image] Aug 16 05:38:08.500 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22816:20240814T214539Z |
8159 | 2024-08-16T05:38:09.856Z | [ host-image] Aug 16 05:38:08.500 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8160 | 2024-08-16T05:38:09.856Z | [ host-image] Aug 16 05:38:08.500 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22816:20240814T214539Z |
8161 | 2024-08-16T05:38:09.858Z | [ host-image] Aug 16 05:38:08.501 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22816:20240814T214539Z |
8162 | 2024-08-16T05:38:09.858Z | [ host-image] Aug 16 05:38:08.501 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22816:20240814T214539Z |
8163 | 2024-08-16T05:38:09.858Z | [ host-image] Aug 16 05:38:08.501 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22816:20240814T214539Z |
8164 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.501 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22816:20240814T214540Z |
8165 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.501 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22816:20240814T214540Z |
8166 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22816:20240814T214540Z |
8167 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22816:20240814T214541Z |
8168 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22816:20240814T214542Z |
8169 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22816:20240814T214543Z |
8170 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22816:20240814T214543Z |
8171 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22816:20240814T214544Z |
8172 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22816:20240814T214545Z |
8173 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.502 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z |
8174 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.503 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22816:20240814T214546Z |
8175 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.503 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22816:20240814T214549Z |
8176 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.503 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22816:20240814T214550Z |
8177 | 2024-08-16T05:38:09.859Z | [ host-image] Aug 16 05:38:08.503 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22816:20240814T214550Z |
8178 | 2024-08-16T05:38:09.861Z | [ host-image] Aug 16 05:38:08.504 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22816:20240814T214552Z |
8179 | 2024-08-16T05:38:09.861Z | [ host-image] Aug 16 05:38:08.504 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22816:20240814T214552Z |
8180 | 2024-08-16T05:38:09.869Z | [ host-image] Aug 16 05:38:08.513 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8181 | 2024-08-16T05:38:09.871Z | [ host-image] Aug 16 05:38:08.513 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22816:20240814T214552Z |
8182 | 2024-08-16T05:38:09.871Z | [ host-image] Aug 16 05:38:08.514 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8183 | 2024-08-16T05:38:09.871Z | [ host-image] Aug 16 05:38:08.514 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8184 | 2024-08-16T05:38:09.871Z | [ host-image] Aug 16 05:38:08.514 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8185 | 2024-08-16T05:38:09.871Z | [ host-image] Aug 16 05:38:08.515 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22816:20240814T214552Z |
8186 | 2024-08-16T05:38:09.871Z | [ host-image] Aug 16 05:38:08.515 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8187 | 2024-08-16T05:38:09.872Z | [ host-image] Aug 16 05:38:08.515 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8188 | 2024-08-16T05:38:09.874Z | [ host-image] Aug 16 05:38:08.516 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8189 | 2024-08-16T05:38:09.874Z | [ host-image] Aug 16 05:38:08.516 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8190 | 2024-08-16T05:38:09.884Z | [ host-image] Aug 16 05:38:08.529 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8191 | 2024-08-16T05:38:09.884Z | [ host-image] Aug 16 05:38:08.529 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8192 | 2024-08-16T05:38:09.887Z | [ host-image] Aug 16 05:38:08.529 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8193 | 2024-08-16T05:38:09.887Z | [ host-image] Aug 16 05:38:08.530 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8194 | 2024-08-16T05:38:09.887Z | [ host-image] Aug 16 05:38:08.530 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8195 | 2024-08-16T05:38:09.887Z | [ host-image] Aug 16 05:38:08.530 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8196 | 2024-08-16T05:38:09.922Z | [ host-image] Aug 16 05:38:08.566 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8197 | 2024-08-16T05:38:09.925Z | [ host-image] Aug 16 05:38:08.567 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8198 | 2024-08-16T05:38:09.925Z | [ host-image] Aug 16 05:38:08.567 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8199 | 2024-08-16T05:38:09.925Z | [ host-image] Aug 16 05:38:08.568 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22816:20240814T214554Z |
8200 | 2024-08-16T05:38:09.925Z | [ host-image] Aug 16 05:38:08.568 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22816:20240814T214600Z |
8201 | 2024-08-16T05:38:09.925Z | [ host-image] Aug 16 05:38:08.568 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8202 | 2024-08-16T05:38:09.925Z | [ host-image] Aug 16 05:38:08.568 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22816:20240814T214601Z |
8203 | 2024-08-16T05:38:09.925Z | [ host-image] Aug 16 05:38:08.569 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8204 | 2024-08-16T05:38:09.925Z | [ host-image] Aug 16 05:38:08.569 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8205 | 2024-08-16T05:38:09.925Z | [ host-image] Aug 16 05:38:08.569 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8206 | 2024-08-16T05:38:09.925Z | [ host-image] Aug 16 05:38:08.569 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22816:20240814T214601Z |
8207 | 2024-08-16T05:38:09.925Z | [ host-image] Aug 16 05:38:08.569 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8208 | 2024-08-16T05:38:09.929Z | [ host-image] Aug 16 05:38:08.574 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8209 | 2024-08-16T05:38:09.932Z | [ host-image] Aug 16 05:38:08.574 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8210 | 2024-08-16T05:38:09.932Z | [ host-image] Aug 16 05:38:08.574 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8211 | 2024-08-16T05:38:09.932Z | [ host-image] Aug 16 05:38:08.574 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22816:20240814T214601Z |
8212 | 2024-08-16T05:38:09.932Z | [ host-image] Aug 16 05:38:08.574 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8213 | 2024-08-16T05:38:09.945Z | [ host-image] Aug 16 05:38:08.589 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8214 | 2024-08-16T05:38:09.947Z | [ host-image] Aug 16 05:38:08.589 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22816:20240814T214602Z |
8215 | 2024-08-16T05:38:09.947Z | [ host-image] Aug 16 05:38:08.591 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22816:20240814T214602Z |
8216 | 2024-08-16T05:38:09.949Z | [ host-image] Aug 16 05:38:08.592 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22816:20240814T214602Z |
8217 | 2024-08-16T05:38:09.950Z | [ host-image] Aug 16 05:38:08.592 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8218 | 2024-08-16T05:38:09.950Z | [ host-image] Aug 16 05:38:08.593 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22816:20240814T214603Z |
8219 | 2024-08-16T05:38:09.950Z | [ host-image] Aug 16 05:38:08.593 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22816:20240814T214604Z |
8220 | 2024-08-16T05:38:09.950Z | [ host-image] Aug 16 05:38:08.593 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22816:20240814T214604Z |
8221 | 2024-08-16T05:38:09.950Z | [ host-image] Aug 16 05:38:08.594 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22816:20240814T214604Z |
8222 | 2024-08-16T05:38:09.953Z | [ host-image] Aug 16 05:38:08.597 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8223 | 2024-08-16T05:38:09.955Z | [ host-image] Aug 16 05:38:08.598 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22816:20240814T214604Z |
8224 | 2024-08-16T05:38:09.955Z | [ host-image] Aug 16 05:38:08.598 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22816:20240814T214606Z |
8225 | 2024-08-16T05:38:09.955Z | [ host-image] Aug 16 05:38:08.598 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8226 | 2024-08-16T05:38:09.955Z | [ host-image] Aug 16 05:38:08.599 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22816:20240814T214606Z |
8227 | 2024-08-16T05:38:09.955Z | [ host-image] Aug 16 05:38:08.599 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22816:20240814T214606Z |
8228 | 2024-08-16T05:38:09.955Z | [ host-image] Aug 16 05:38:08.599 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22816:20240814T214606Z |
8229 | 2024-08-16T05:38:09.955Z | [ host-image] Aug 16 05:38:08.599 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22816:20240814T214606Z |
8230 | 2024-08-16T05:38:09.964Z | [ host-image] Aug 16 05:38:08.608 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22816:20240814T214606Z |
8231 | 2024-08-16T05:38:09.964Z | [ host-image] Aug 16 05:38:08.608 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8232 | 2024-08-16T05:38:09.966Z | [ host-image] Aug 16 05:38:08.610 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22816:20240814T214606Z |
8233 | 2024-08-16T05:38:09.968Z | [ host-image] Aug 16 05:38:08.611 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22816:20240814T214606Z |
8234 | 2024-08-16T05:38:09.968Z | [ host-image] Aug 16 05:38:08.611 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22816:20240814T214607Z |
8235 | 2024-08-16T05:38:09.968Z | [ host-image] Aug 16 05:38:08.612 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22816:20240814T214607Z |
8236 | 2024-08-16T05:38:09.968Z | [ host-image] Aug 16 05:38:08.612 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22816:20240814T214607Z |
8237 | 2024-08-16T05:38:09.971Z | [ host-image] Aug 16 05:38:08.613 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22816:20240814T214607Z |
8238 | 2024-08-16T05:38:09.979Z | [ host-image] Aug 16 05:38:08.623 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22816:20240814T214609Z |
8239 | 2024-08-16T05:38:09.981Z | [ host-image] Aug 16 05:38:08.623 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22816:20240814T214608Z |
8240 | 2024-08-16T05:38:09.981Z | [ host-image] Aug 16 05:38:08.623 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22816:20240814T214608Z |
8241 | 2024-08-16T05:38:09.981Z | [ host-image] Aug 16 05:38:08.624 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22816:20240814T214608Z |
8242 | 2024-08-16T05:38:09.981Z | [ host-image] Aug 16 05:38:08.625 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22816:20240814T214609Z |
8243 | 2024-08-16T05:38:10.002Z | [ host-image] Aug 16 05:38:08.647 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22816:20240814T214612Z |
8244 | 2024-08-16T05:38:10.005Z | [ host-image] Aug 16 05:38:08.647 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22816:20240814T214609Z |
8245 | 2024-08-16T05:38:10.005Z | [ host-image] Aug 16 05:38:08.647 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22816:20240814T214609Z |
8246 | 2024-08-16T05:38:10.005Z | [ host-image] Aug 16 05:38:08.647 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8247 | 2024-08-16T05:38:10.005Z | [ host-image] Aug 16 05:38:08.647 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8248 | 2024-08-16T05:38:10.033Z | [ host-image] Aug 16 05:38:08.677 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22816:20240814T214609Z |
8249 | 2024-08-16T05:38:10.035Z | [ host-image] Aug 16 05:38:08.677 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8250 | 2024-08-16T05:38:10.035Z | [ host-image] Aug 16 05:38:08.677 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22816:20240814T214610Z |
8251 | 2024-08-16T05:38:10.035Z | [ host-image] Aug 16 05:38:08.677 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22816:20240814T214610Z |
8252 | 2024-08-16T05:38:10.035Z | [ host-image] Aug 16 05:38:08.679 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22816:20240814T214610Z |
8253 | 2024-08-16T05:38:10.035Z | [ host-image] Aug 16 05:38:08.679 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8254 | 2024-08-16T05:38:10.035Z | [ host-image] Aug 16 05:38:08.679 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8255 | 2024-08-16T05:38:10.038Z | [ host-image] Aug 16 05:38:08.680 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22816:20240814T214611Z |
8256 | 2024-08-16T05:38:10.038Z | [ host-image] Aug 16 05:38:08.680 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22816:20240814T214611Z |
8257 | 2024-08-16T05:38:10.038Z | [ host-image] Aug 16 05:38:08.680 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22816:20240814T214611Z |
8258 | 2024-08-16T05:38:10.038Z | [ host-image] Aug 16 05:38:08.681 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22816:20240814T214611Z |
8259 | 2024-08-16T05:38:10.038Z | [ host-image] Aug 16 05:38:08.681 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22816:20240814T214612Z |
8260 | 2024-08-16T05:38:10.038Z | [ host-image] Aug 16 05:38:08.681 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22816:20240814T214612Z |
8261 | 2024-08-16T05:38:10.040Z | [ host-image] Aug 16 05:38:08.684 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8262 | 2024-08-16T05:38:10.041Z | [ host-image] Aug 16 05:38:08.684 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22816:20240814T214613Z |
8263 | 2024-08-16T05:38:10.043Z | [ host-image] Aug 16 05:38:08.686 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22816:20240814T214613Z |
8264 | 2024-08-16T05:38:10.043Z | [ host-image] Aug 16 05:38:08.686 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22816:20240814T214613Z |
8265 | 2024-08-16T05:38:10.043Z | [ host-image] Aug 16 05:38:08.686 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22816:20240814T214614Z |
8266 | 2024-08-16T05:38:10.043Z | [ host-image] Aug 16 05:38:08.686 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22816:20240814T214613Z |
8267 | 2024-08-16T05:38:10.043Z | [ host-image] Aug 16 05:38:08.686 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22816:20240814T214614Z |
8268 | 2024-08-16T05:38:10.043Z | [ host-image] Aug 16 05:38:08.687 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8269 | 2024-08-16T05:38:10.043Z | [ host-image] Aug 16 05:38:08.687 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8270 | 2024-08-16T05:38:10.043Z | [ host-image] Aug 16 05:38:08.687 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22816:20240814T214616Z |
8271 | 2024-08-16T05:38:10.046Z | [ host-image] Aug 16 05:38:08.687 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22816:20240814T214616Z |
8272 | 2024-08-16T05:38:10.046Z | [ host-image] Aug 16 05:38:08.688 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8273 | 2024-08-16T05:38:10.046Z | [ host-image] Aug 16 05:38:08.688 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8274 | 2024-08-16T05:38:10.046Z | [ host-image] Aug 16 05:38:08.688 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8275 | 2024-08-16T05:38:10.046Z | [ host-image] Aug 16 05:38:08.688 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8276 | 2024-08-16T05:38:10.046Z | [ host-image] Aug 16 05:38:08.688 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8277 | 2024-08-16T05:38:10.046Z | [ host-image] Aug 16 05:38:08.689 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8278 | 2024-08-16T05:38:10.046Z | [ host-image] Aug 16 05:38:08.690 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8279 | 2024-08-16T05:38:10.048Z | [ host-image] Aug 16 05:38:08.690 INFO O| tempdir @ "/tmp/.tmpi4QLw3/tmp" |
8280 | 2024-08-16T05:38:10.048Z | [ host-image] Aug 16 05:38:08.690 INFO O| image root @ "/tmp/.tmpi4QLw3/tmp/root" |
8281 | 2024-08-16T05:38:10.048Z | [ host-image] Aug 16 05:38:08.690 INFO O| creating image... |
8282 | 2024-08-16T05:38:10.536Z | [ host-image] Aug 16 05:38:09.180 INFO O| copying publishers... |
8283 | 2024-08-16T05:38:16.360Z | [ host-image] Aug 16 05:38:15.001 INFO O| adding properties... |
8284 | 2024-08-16T05:38:16.702Z | [ recovery-image] Aug 16 05:38:15.342 INFO O| ok, image written! |
8285 | 2024-08-16T05:38:16.702Z | [ recovery-image] Aug 16 05:38:15.343 INFO O| ok, boot_image_csum file written! |
8286 | 2024-08-16T05:38:16.705Z | [ recovery-image] Aug 16 05:38:15.345 INFO creating boot archive (CPIO)... |
8287 | 2024-08-16T05:38:16.705Z | [ recovery-image] Aug 16 05:38:15.345 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 |
8288 | 2024-08-16T05:38:16.712Z | [ recovery-image] Aug 16 05:38:15.352 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8289 | 2024-08-16T05:38:16.712Z | [ recovery-image] Aug 16 05:38:15.352 INFO E| + outfile=/work/os-recovery/cpio |
8290 | 2024-08-16T05:38:16.714Z | [ recovery-image] Aug 16 05:38:15.352 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8291 | 2024-08-16T05:38:16.714Z | [ recovery-image] Aug 16 05:38:15.354 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8292 | 2024-08-16T05:38:16.714Z | [ recovery-image] Aug 16 05:38:15.355 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8293 | 2024-08-16T05:38:16.746Z | [ recovery-image] Aug 16 05:38:15.386 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8294 | 2024-08-16T05:38:16.746Z | [ recovery-image] Aug 16 05:38:15.386 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8295 | 2024-08-16T05:38:16.754Z | [ recovery-image] Aug 16 05:38:15.395 INFO creating compressed cpio/unix for nanobl-rs... |
8296 | 2024-08-16T05:38:16.754Z | [ recovery-image] Aug 16 05:38:15.395 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 |
8297 | 2024-08-16T05:38:17.035Z | [ recovery-image] Aug 16 05:38:15.676 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8298 | 2024-08-16T05:38:17.391Z | [ host-image] Aug 16 05:38:16.028 INFO O| installing packages... |
8299 | 2024-08-16T05:38:21.396Z | [ recovery-image] Aug 16 05:38:20.034 INFO creating reset image... |
8300 | 2024-08-16T05:38:21.396Z | [ recovery-image] Aug 16 05:38:20.034 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8301 | 2024-08-16T05:38:21.618Z | [ recovery-image] Aug 16 05:38:20.256 INFO E| Updating crates.io index |
8302 | 2024-08-16T05:38:21.744Z | [ recovery-image] Aug 16 05:38:20.381 INFO E| Downloading crates ... |
8303 | 2024-08-16T05:38:21.802Z | [ recovery-image] Aug 16 05:38:20.440 INFO E| Downloaded os_pipe v1.1.5 |
8304 | 2024-08-16T05:38:21.811Z | [ recovery-image] Aug 16 05:38:20.449 INFO E| Downloaded proc-macro2 v1.0.79 |
8305 | 2024-08-16T05:38:21.814Z | [ recovery-image] Aug 16 05:38:20.452 INFO E| Downloaded anstyle-query v1.0.2 |
8306 | 2024-08-16T05:38:21.828Z | [ recovery-image] Aug 16 05:38:20.466 INFO E| Downloaded shared_child v1.0.0 |
8307 | 2024-08-16T05:38:21.830Z | [ recovery-image] Aug 16 05:38:20.467 INFO E| Downloaded anstyle v1.0.6 |
8308 | 2024-08-16T05:38:21.832Z | [ recovery-image] Aug 16 05:38:20.468 INFO E| Downloaded duct v0.13.7 |
8309 | 2024-08-16T05:38:21.834Z | [ recovery-image] Aug 16 05:38:20.470 INFO E| Downloaded clap_derive v4.5.3 |
8310 | 2024-08-16T05:38:21.836Z | [ recovery-image] Aug 16 05:38:20.474 INFO E| Downloaded clap v4.5.3 |
8311 | 2024-08-16T05:38:21.854Z | [ recovery-image] Aug 16 05:38:20.492 INFO E| Downloaded anstyle-parse v0.2.3 |
8312 | 2024-08-16T05:38:21.864Z | [ recovery-image] Aug 16 05:38:20.502 INFO E| Downloaded syn v2.0.53 |
8313 | 2024-08-16T05:38:21.881Z | [ recovery-image] Aug 16 05:38:20.519 INFO E| Downloaded anstream v0.6.13 |
8314 | 2024-08-16T05:38:21.900Z | [ recovery-image] Aug 16 05:38:20.538 INFO E| Downloaded libc v0.2.153 |
8315 | 2024-08-16T05:38:21.972Z | [ recovery-image] Aug 16 05:38:20.610 INFO E| Compiling proc-macro2 v1.0.79 |
8316 | 2024-08-16T05:38:21.972Z | [ recovery-image] Aug 16 05:38:20.610 INFO E| Compiling unicode-ident v1.0.12 |
8317 | 2024-08-16T05:38:21.972Z | [ recovery-image] Aug 16 05:38:20.610 INFO E| Compiling libc v0.2.153 |
8318 | 2024-08-16T05:38:21.972Z | [ recovery-image] Aug 16 05:38:20.610 INFO E| Compiling utf8parse v0.2.1 |
8319 | 2024-08-16T05:38:21.974Z | [ recovery-image] Aug 16 05:38:20.610 INFO E| Compiling anstyle-query v1.0.2 |
8320 | 2024-08-16T05:38:21.974Z | [ recovery-image] Aug 16 05:38:20.610 INFO E| Compiling anstyle v1.0.6 |
8321 | 2024-08-16T05:38:21.981Z | [ recovery-image] Aug 16 05:38:20.619 INFO E| Compiling colorchoice v1.0.0 |
8322 | 2024-08-16T05:38:21.983Z | [ recovery-image] Aug 16 05:38:20.619 INFO E| Compiling strsim v0.11.0 |
8323 | 2024-08-16T05:38:22.215Z | [ recovery-image] Aug 16 05:38:20.853 INFO E| Compiling anstyle-parse v0.2.3 |
8324 | 2024-08-16T05:38:22.221Z | [ recovery-image] Aug 16 05:38:20.859 INFO E| Compiling heck v0.5.0 |
8325 | 2024-08-16T05:38:22.250Z | [ recovery-image] Aug 16 05:38:20.887 INFO E| Compiling clap_lex v0.7.0 |
8326 | 2024-08-16T05:38:22.339Z | [ recovery-image] Aug 16 05:38:20.976 INFO E| Compiling once_cell v1.19.0 |
8327 | 2024-08-16T05:38:22.577Z | [ recovery-image] Aug 16 05:38:21.208 INFO E| Compiling anstream v0.6.13 |
8328 | 2024-08-16T05:38:22.975Z | [ recovery-image] Aug 16 05:38:21.612 INFO E| Compiling clap_builder v4.5.2 |
8329 | 2024-08-16T05:38:23.420Z | [ recovery-image] Aug 16 05:38:22.056 INFO E| Compiling quote v1.0.35 |
8330 | 2024-08-16T05:38:23.459Z | [ recovery-image] Aug 16 05:38:22.091 INFO E| Compiling shared_child v1.0.0 |
8331 | 2024-08-16T05:38:23.459Z | [ recovery-image] Aug 16 05:38:22.091 INFO E| Compiling os_pipe v1.1.5 |
8332 | 2024-08-16T05:38:23.607Z | [ recovery-image] Aug 16 05:38:22.244 INFO E| Compiling duct v0.13.7 |
8333 | 2024-08-16T05:38:23.768Z | [ recovery-image] Aug 16 05:38:22.404 INFO E| Compiling syn v2.0.53 |
8334 | 2024-08-16T05:38:28.830Z | [ recovery-image] Aug 16 05:38:27.464 INFO E| Compiling clap_derive v4.5.3 |
8335 | 2024-08-16T05:38:30.927Z | [ recovery-image] Aug 16 05:38:29.560 INFO E| Compiling clap v4.5.3 |
8336 | 2024-08-16T05:38:30.982Z | [ recovery-image] Aug 16 05:38:29.615 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8337 | 2024-08-16T05:38:32.131Z | [ recovery-image] Aug 16 05:38:30.764 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.67s |
8338 | 2024-08-16T05:38:32.140Z | [ recovery-image] Aug 16 05:38:30.773 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8339 | 2024-08-16T05:38:32.269Z | [ recovery-image] Aug 16 05:38:30.901 INFO E| Updating crates.io index |
8340 | 2024-08-16T05:38:32.429Z | [ recovery-image] Aug 16 05:38:31.061 INFO E| Downloading crates ... |
8341 | 2024-08-16T05:38:32.478Z | [ recovery-image] Aug 16 05:38:31.110 INFO E| Downloaded seq-macro v0.3.5 |
8342 | 2024-08-16T05:38:32.487Z | [ recovery-image] Aug 16 05:38:31.119 INFO E| Downloaded bit_field v0.10.2 |
8343 | 2024-08-16T05:38:32.493Z | [ recovery-image] Aug 16 05:38:31.126 INFO E| Downloaded cpio_reader v0.1.1 |
8344 | 2024-08-16T05:38:32.505Z | [ recovery-image] Aug 16 05:38:31.138 INFO E| Downloaded raw-cpuid v10.7.0 |
8345 | 2024-08-16T05:38:32.600Z | [ recovery-image] Aug 16 05:38:31.232 INFO E| Downloaded x86 v0.52.0 |
8346 | 2024-08-16T05:38:32.670Z | [ recovery-image] Aug 16 05:38:31.302 INFO E| Updating crates.io index |
8347 | 2024-08-16T05:38:32.732Z | [ recovery-image] Aug 16 05:38:31.364 INFO E| Downloading crates ... |
8348 | 2024-08-16T05:38:32.799Z | [ recovery-image] Aug 16 05:38:31.431 INFO E| Downloaded compiler_builtins v0.1.108 |
8349 | 2024-08-16T05:38:32.874Z | [ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling compiler_builtins v0.1.108 |
8350 | 2024-08-16T05:38:32.874Z | [ recovery-image] Aug 16 05:38:31.505 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) |
8351 | 2024-08-16T05:38:32.877Z | [ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling proc-macro2 v1.0.79 |
8352 | 2024-08-16T05:38:32.877Z | [ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling unicode-ident v1.0.12 |
8353 | 2024-08-16T05:38:32.877Z | [ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling syn v1.0.109 |
8354 | 2024-08-16T05:38:32.877Z | [ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling x86 v0.52.0 |
8355 | 2024-08-16T05:38:32.877Z | [ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8356 | 2024-08-16T05:38:32.877Z | [ recovery-image] Aug 16 05:38:31.505 INFO E| Compiling seq-macro v0.3.5 |
8357 | 2024-08-16T05:38:34.014Z | [ recovery-image] Aug 16 05:38:32.646 INFO E| Compiling quote v1.0.35 |
8358 | 2024-08-16T05:38:34.103Z | [ host-image] Aug 16 05:38:32.734 INFO O| seeding SMF database... |
8359 | 2024-08-16T05:38:35.301Z | [ recovery-image] Aug 16 05:38:32.929 INFO E| Compiling syn v2.0.53 |
8360 | 2024-08-16T05:38:37.772Z | [ recovery-image] Aug 16 05:38:36.402 INFO E| Compiling scroll_derive v0.12.0 |
8361 | 2024-08-16T05:38:40.492Z | [ recovery-image] Aug 16 05:38:39.119 INFO E| Compiling bitstruct_derive v0.1.0 |
8362 | 2024-08-16T05:38:42.609Z | [ host-image] Aug 16 05:38:41.235 INFO O| configuring SMF profile... |
8363 | 2024-08-16T05:38:42.613Z | [ host-image] Aug 16 05:38:41.235 INFO O| modifying shadow(5)... |
8364 | 2024-08-16T05:38:42.613Z | [ host-image] Aug 16 05:38:41.235 INFO O| loading user and group database... |
8365 | 2024-08-16T05:38:42.613Z | [ host-image] Aug 16 05:38:41.236 INFO O| assessing packaged files... |
8366 | 2024-08-16T05:38:44.770Z | [ host-image] Aug 16 05:38:43.395 INFO O| creating archive... |
8367 | 2024-08-16T05:38:44.802Z | [ host-image] Aug 16 05:38:43.428 INFO O| missing from packaging: |
8368 | 2024-08-16T05:38:44.803Z | [ host-image] Aug 16 05:38:43.428 INFO O| "etc/.pwd.lock" |
8369 | 2024-08-16T05:38:44.803Z | [ host-image] Aug 16 05:38:43.428 INFO O| "etc/bash" |
8370 | 2024-08-16T05:38:44.807Z | [ host-image] Aug 16 05:38:43.433 INFO O| "etc/svc/profile/generic.xml" |
8371 | 2024-08-16T05:38:44.807Z | [ host-image] Aug 16 05:38:43.433 INFO O| "etc/svc/profile/inetd_services.xml" |
8372 | 2024-08-16T05:38:44.807Z | [ host-image] Aug 16 05:38:43.433 INFO O| "etc/svc/profile/name_service.xml" |
8373 | 2024-08-16T05:38:44.810Z | [ host-image] Aug 16 05:38:43.433 INFO O| "etc/svc/profile/platform.xml" |
8374 | 2024-08-16T05:38:44.810Z | [ host-image] Aug 16 05:38:43.433 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8375 | 2024-08-16T05:38:44.810Z | [ host-image] Aug 16 05:38:43.433 INFO O| "etc/svc/repository.db" |
8376 | 2024-08-16T05:38:44.816Z | [ host-image] Aug 16 05:38:43.442 INFO O| "opt/ooce/share" |
8377 | 2024-08-16T05:38:44.816Z | [ host-image] Aug 16 05:38:43.442 INFO O| "opt/ooce/share/man" |
8378 | 2024-08-16T05:38:44.819Z | [ host-image] Aug 16 05:38:43.442 INFO O| "opt/ooce/share/man/man1" |
8379 | 2024-08-16T05:38:44.825Z | [ host-image] Aug 16 05:38:43.451 INFO O| finishing archive... |
8380 | 2024-08-16T05:38:47.646Z | [ host-image] Aug 16 05:38:46.270 INFO O| creating gzonly manifest... |
8381 | 2024-08-16T05:38:47.657Z | [ host-image] Aug 16 05:38:46.281 INFO O| ok |
8382 | 2024-08-16T05:38:47.753Z | [ host-image] Aug 16 05:38:46.377 INFO image builder template: ramdisk-02-trim... |
8383 | 2024-08-16T05:38:47.753Z | [ host-image] Aug 16 05:38:46.377 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/.tmpGXLJbR/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 |
8384 | 2024-08-16T05:38:47.777Z | [ host-image] Aug 16 05:38:46.401 INFO O| Aug 16 05:38:46.401 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8385 | 2024-08-16T05:38:47.781Z | [ host-image] Aug 16 05:38:46.405 INFO O| Aug 16 05:38:46.405 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8386 | 2024-08-16T05:38:47.904Z | [ host-image] Aug 16 05:38:46.527 INFO O| Aug 16 05:38:46.527 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8387 | 2024-08-16T05:38:48.022Z | [ host-image] Aug 16 05:38:46.646 INFO O| Aug 16 05:38:46.646 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8388 | 2024-08-16T05:38:48.022Z | [ host-image] Aug 16 05:38:46.646 INFO O| Aug 16 05:38:46.646 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8389 | 2024-08-16T05:38:48.030Z | [ host-image] Aug 16 05:38:46.652 INFO O| Aug 16 05:38:46.652 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8390 | 2024-08-16T05:38:48.039Z | [ host-image] Aug 16 05:38:46.656 INFO O| Aug 16 05:38:46.656 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8391 | 2024-08-16T05:38:48.039Z | [ host-image] Aug 16 05:38:46.661 INFO O| Aug 16 05:38:46.661 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8392 | 2024-08-16T05:38:48.307Z | [ host-image] Aug 16 05:38:46.931 INFO O| Aug 16 05:38:46.931 INFO rolled back to input snapshot; work may begin |
8393 | 2024-08-16T05:38:48.307Z | [ host-image] Aug 16 05:38:46.931 INFO O| Aug 16 05:38:46.931 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8394 | 2024-08-16T05:38:48.313Z | [ host-image] Aug 16 05:38:46.937 INFO O| Aug 16 05:38:46.937 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8395 | 2024-08-16T05:38:48.324Z | [ host-image] Aug 16 05:38:46.948 INFO O| Aug 16 05:38:46.948 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8396 | 2024-08-16T05:38:48.378Z | [ host-image] Aug 16 05:38:47.001 INFO O| Aug 16 05:38:47.001 INFO STEP 0 (remove_files) COMPLETE |
8397 | 2024-08-16T05:38:48.378Z | [ host-image] Aug 16 05:38:47.001 INFO O| Aug 16 05:38:47.001 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8398 | 2024-08-16T05:38:48.389Z | [ host-image] Aug 16 05:38:47.013 INFO O| Aug 16 05:38:47.013 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8399 | 2024-08-16T05:38:48.391Z | [ host-image] Aug 16 05:38:47.015 INFO O| Aug 16 05:38:47.015 INFO STEP 1 (remove_files) COMPLETE |
8400 | 2024-08-16T05:38:48.392Z | [ host-image] Aug 16 05:38:47.015 INFO O| Aug 16 05:38:47.015 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8401 | 2024-08-16T05:38:48.403Z | [ host-image] Aug 16 05:38:47.025 INFO O| Aug 16 05:38:47.025 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8402 | 2024-08-16T05:38:48.415Z | [ host-image] Aug 16 05:38:47.039 INFO O| Aug 16 05:38:47.039 INFO STEP 2 (remove_files) COMPLETE |
8403 | 2024-08-16T05:38:48.415Z | [ host-image] Aug 16 05:38:47.039 INFO O| Aug 16 05:38:47.039 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8404 | 2024-08-16T05:38:48.426Z | [ host-image] Aug 16 05:38:47.048 INFO O| Aug 16 05:38:47.048 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8405 | 2024-08-16T05:38:48.429Z | [ host-image] Aug 16 05:38:47.050 INFO O| Aug 16 05:38:47.050 INFO STEP 3 (remove_files) COMPLETE |
8406 | 2024-08-16T05:38:48.429Z | [ host-image] Aug 16 05:38:47.050 INFO O| Aug 16 05:38:47.050 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8407 | 2024-08-16T05:38:48.435Z | [ host-image] Aug 16 05:38:47.059 INFO O| Aug 16 05:38:47.059 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8408 | 2024-08-16T05:38:48.439Z | [ host-image] Aug 16 05:38:47.063 INFO O| Aug 16 05:38:47.063 INFO STEP 4 (remove_files) COMPLETE |
8409 | 2024-08-16T05:38:48.439Z | [ host-image] Aug 16 05:38:47.063 INFO O| Aug 16 05:38:47.063 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8410 | 2024-08-16T05:38:48.506Z | [ host-image] Aug 16 05:38:47.072 INFO O| Aug 16 05:38:47.072 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8411 | 2024-08-16T05:38:48.508Z | [ host-image] Aug 16 05:38:47.074 INFO O| Aug 16 05:38:47.074 INFO STEP 5 (remove_files) COMPLETE |
8412 | 2024-08-16T05:38:48.508Z | [ host-image] Aug 16 05:38:47.074 INFO O| Aug 16 05:38:47.074 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8413 | 2024-08-16T05:38:48.508Z | [ host-image] Aug 16 05:38:47.084 INFO O| Aug 16 05:38:47.083 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8414 | 2024-08-16T05:38:48.508Z | [ host-image] Aug 16 05:38:47.094 INFO O| Aug 16 05:38:47.094 INFO STEP 6 (remove_files) COMPLETE |
8415 | 2024-08-16T05:38:48.508Z | [ host-image] Aug 16 05:38:47.094 INFO O| Aug 16 05:38:47.094 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8416 | 2024-08-16T05:38:48.508Z | [ host-image] Aug 16 05:38:47.103 INFO O| Aug 16 05:38:47.103 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8417 | 2024-08-16T05:38:48.508Z | [ host-image] Aug 16 05:38:47.115 INFO O| Aug 16 05:38:47.115 INFO STEP 7 (remove_files) COMPLETE |
8418 | 2024-08-16T05:38:48.508Z | [ host-image] Aug 16 05:38:47.115 INFO O| Aug 16 05:38:47.115 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8419 | 2024-08-16T05:38:48.509Z | [ host-image] Aug 16 05:38:47.125 INFO O| Aug 16 05:38:47.125 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8420 | 2024-08-16T05:38:48.585Z | [ host-image] Aug 16 05:38:47.208 INFO O| Aug 16 05:38:47.208 INFO STEP 8 (remove_files) COMPLETE |
8421 | 2024-08-16T05:38:48.585Z | [ host-image] Aug 16 05:38:47.208 INFO O| Aug 16 05:38:47.208 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8422 | 2024-08-16T05:38:48.595Z | [ host-image] Aug 16 05:38:47.219 INFO O| Aug 16 05:38:47.219 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8423 | 2024-08-16T05:38:48.683Z | [ host-image] Aug 16 05:38:47.306 INFO O| Aug 16 05:38:47.306 INFO STEP 9 (remove_files) COMPLETE |
8424 | 2024-08-16T05:38:48.683Z | [ host-image] Aug 16 05:38:47.306 INFO O| Aug 16 05:38:47.306 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8425 | 2024-08-16T05:38:48.693Z | [ host-image] Aug 16 05:38:47.317 INFO O| Aug 16 05:38:47.317 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8426 | 2024-08-16T05:38:48.697Z | [ host-image] Aug 16 05:38:47.320 INFO O| Aug 16 05:38:47.320 INFO STEP 10 (remove_files) COMPLETE |
8427 | 2024-08-16T05:38:48.697Z | [ host-image] Aug 16 05:38:47.320 INFO O| Aug 16 05:38:47.320 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8428 | 2024-08-16T05:38:48.706Z | [ host-image] Aug 16 05:38:47.330 INFO O| Aug 16 05:38:47.330 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8429 | 2024-08-16T05:38:48.709Z | [ host-image] Aug 16 05:38:47.331 INFO O| Aug 16 05:38:47.331 INFO STEP 11 (remove_files) COMPLETE |
8430 | 2024-08-16T05:38:48.709Z | [ host-image] Aug 16 05:38:47.331 INFO O| Aug 16 05:38:47.331 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8431 | 2024-08-16T05:38:48.716Z | [ host-image] Aug 16 05:38:47.340 INFO O| Aug 16 05:38:47.340 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8432 | 2024-08-16T05:38:48.719Z | [ host-image] Aug 16 05:38:47.341 INFO O| Aug 16 05:38:47.341 INFO STEP 12 (remove_files) COMPLETE |
8433 | 2024-08-16T05:38:48.719Z | [ host-image] Aug 16 05:38:47.341 INFO O| Aug 16 05:38:47.341 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8434 | 2024-08-16T05:38:48.740Z | [ host-image] Aug 16 05:38:47.364 INFO O| Aug 16 05:38:47.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8435 | 2024-08-16T05:38:48.740Z | [ host-image] Aug 16 05:38:47.364 INFO O| Aug 16 05:38:47.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8436 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.364 INFO O| Aug 16 05:38:47.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8437 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.364 INFO O| Aug 16 05:38:47.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8438 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.364 INFO O| Aug 16 05:38:47.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8439 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.365 INFO O| Aug 16 05:38:47.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8440 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.365 INFO O| Aug 16 05:38:47.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8441 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.365 INFO O| Aug 16 05:38:47.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8442 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.365 INFO O| Aug 16 05:38:47.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8443 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.365 INFO O| Aug 16 05:38:47.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8444 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.366 INFO O| Aug 16 05:38:47.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8445 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.366 INFO O| Aug 16 05:38:47.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8446 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.366 INFO O| Aug 16 05:38:47.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8447 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.366 INFO O| Aug 16 05:38:47.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8448 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.366 INFO O| Aug 16 05:38:47.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8449 | 2024-08-16T05:38:48.743Z | [ host-image] Aug 16 05:38:47.366 INFO O| Aug 16 05:38:47.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8450 | 2024-08-16T05:38:48.754Z | [ host-image] Aug 16 05:38:47.378 INFO O| Aug 16 05:38:47.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8451 | 2024-08-16T05:38:49.041Z | [ host-image] Aug 16 05:38:47.664 INFO O| Aug 16 05:38:47.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8452 | 2024-08-16T05:38:49.046Z | [ host-image] Aug 16 05:38:47.664 INFO O| Aug 16 05:38:47.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8453 | 2024-08-16T05:38:49.051Z | [ host-image] Aug 16 05:38:47.674 INFO O| Aug 16 05:38:47.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8454 | 2024-08-16T05:38:49.054Z | [ host-image] Aug 16 05:38:47.674 INFO O| Aug 16 05:38:47.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8455 | 2024-08-16T05:38:49.113Z | [ host-image] Aug 16 05:38:47.736 INFO O| Aug 16 05:38:47.736 INFO STEP 13 (remove_files) COMPLETE |
8456 | 2024-08-16T05:38:49.113Z | [ host-image] Aug 16 05:38:47.736 INFO O| Aug 16 05:38:47.736 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8457 | 2024-08-16T05:38:49.124Z | [ host-image] Aug 16 05:38:47.747 INFO O| Aug 16 05:38:47.747 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8458 | 2024-08-16T05:38:49.126Z | [ host-image] Aug 16 05:38:47.749 INFO O| Aug 16 05:38:47.749 INFO STEP 14 (remove_files) COMPLETE |
8459 | 2024-08-16T05:38:49.126Z | [ host-image] Aug 16 05:38:47.749 INFO O| Aug 16 05:38:47.749 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8460 | 2024-08-16T05:38:49.135Z | [ host-image] Aug 16 05:38:47.758 INFO O| Aug 16 05:38:47.758 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8461 | 2024-08-16T05:38:49.141Z | [ host-image] Aug 16 05:38:47.765 INFO O| Aug 16 05:38:47.765 INFO STEP 15 (remove_files) COMPLETE |
8462 | 2024-08-16T05:38:49.141Z | [ host-image] Aug 16 05:38:47.765 INFO O| Aug 16 05:38:47.765 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8463 | 2024-08-16T05:38:49.151Z | [ host-image] Aug 16 05:38:47.774 INFO O| Aug 16 05:38:47.774 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8464 | 2024-08-16T05:38:49.153Z | [ host-image] Aug 16 05:38:47.775 INFO O| Aug 16 05:38:47.775 INFO STEP 16 (remove_files) COMPLETE |
8465 | 2024-08-16T05:38:49.153Z | [ host-image] Aug 16 05:38:47.775 INFO O| Aug 16 05:38:47.775 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8466 | 2024-08-16T05:38:49.160Z | [ host-image] Aug 16 05:38:47.784 INFO O| Aug 16 05:38:47.784 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8467 | 2024-08-16T05:38:49.163Z | [ host-image] Aug 16 05:38:47.786 INFO O| Aug 16 05:38:47.786 INFO STEP 17 (remove_files) COMPLETE |
8468 | 2024-08-16T05:38:49.163Z | [ host-image] Aug 16 05:38:47.786 INFO O| Aug 16 05:38:47.786 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8469 | 2024-08-16T05:38:49.172Z | [ host-image] Aug 16 05:38:47.795 INFO O| Aug 16 05:38:47.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8470 | 2024-08-16T05:38:49.176Z | [ host-image] Aug 16 05:38:47.795 INFO O| Aug 16 05:38:47.795 INFO STEP 18 (remove_files) COMPLETE |
8471 | 2024-08-16T05:38:49.176Z | [ host-image] Aug 16 05:38:47.795 INFO O| Aug 16 05:38:47.795 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8472 | 2024-08-16T05:38:49.182Z | [ host-image] Aug 16 05:38:47.805 INFO O| Aug 16 05:38:47.805 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8473 | 2024-08-16T05:38:49.182Z | [ host-image] Aug 16 05:38:47.805 INFO O| Aug 16 05:38:47.805 INFO STEP 19 (remove_files) COMPLETE |
8474 | 2024-08-16T05:38:49.184Z | [ host-image] Aug 16 05:38:47.805 INFO O| Aug 16 05:38:47.805 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8475 | 2024-08-16T05:38:49.191Z | [ host-image] Aug 16 05:38:47.815 INFO O| Aug 16 05:38:47.814 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8476 | 2024-08-16T05:38:49.191Z | [ host-image] Aug 16 05:38:47.815 INFO O| Aug 16 05:38:47.815 INFO STEP 20 (remove_files) COMPLETE |
8477 | 2024-08-16T05:38:49.194Z | [ host-image] Aug 16 05:38:47.815 INFO O| Aug 16 05:38:47.815 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8478 | 2024-08-16T05:38:49.201Z | [ host-image] Aug 16 05:38:47.824 INFO O| Aug 16 05:38:47.824 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8479 | 2024-08-16T05:38:49.201Z | [ host-image] Aug 16 05:38:47.824 INFO O| Aug 16 05:38:47.824 INFO STEP 21 (remove_files) COMPLETE |
8480 | 2024-08-16T05:38:49.201Z | [ host-image] Aug 16 05:38:47.824 INFO O| Aug 16 05:38:47.824 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8481 | 2024-08-16T05:38:49.210Z | [ host-image] Aug 16 05:38:47.834 INFO O| Aug 16 05:38:47.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8482 | 2024-08-16T05:38:49.213Z | [ host-image] Aug 16 05:38:47.834 INFO O| Aug 16 05:38:47.834 INFO STEP 22 (remove_files) COMPLETE |
8483 | 2024-08-16T05:38:49.213Z | [ host-image] Aug 16 05:38:47.834 INFO O| Aug 16 05:38:47.834 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8484 | 2024-08-16T05:38:49.220Z | [ host-image] Aug 16 05:38:47.843 INFO O| Aug 16 05:38:47.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8485 | 2024-08-16T05:38:49.220Z | [ host-image] Aug 16 05:38:47.843 INFO O| Aug 16 05:38:47.843 INFO STEP 23 (remove_files) COMPLETE |
8486 | 2024-08-16T05:38:49.222Z | [ host-image] Aug 16 05:38:47.843 INFO O| Aug 16 05:38:47.843 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8487 | 2024-08-16T05:38:49.229Z | [ host-image] Aug 16 05:38:47.853 INFO O| Aug 16 05:38:47.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8488 | 2024-08-16T05:38:49.229Z | [ host-image] Aug 16 05:38:47.853 INFO O| Aug 16 05:38:47.853 INFO STEP 24 (remove_files) COMPLETE |
8489 | 2024-08-16T05:38:49.232Z | [ host-image] Aug 16 05:38:47.853 INFO O| Aug 16 05:38:47.853 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8490 | 2024-08-16T05:38:49.239Z | [ host-image] Aug 16 05:38:47.862 INFO O| Aug 16 05:38:47.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8491 | 2024-08-16T05:38:49.239Z | [ host-image] Aug 16 05:38:47.862 INFO O| Aug 16 05:38:47.862 INFO STEP 25 (remove_files) COMPLETE |
8492 | 2024-08-16T05:38:49.241Z | [ host-image] Aug 16 05:38:47.862 INFO O| Aug 16 05:38:47.862 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8493 | 2024-08-16T05:38:49.248Z | [ host-image] Aug 16 05:38:47.872 INFO O| Aug 16 05:38:47.871 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8494 | 2024-08-16T05:38:49.250Z | [ host-image] Aug 16 05:38:47.872 INFO O| Aug 16 05:38:47.872 INFO STEP 26 (remove_files) COMPLETE |
8495 | 2024-08-16T05:38:49.251Z | [ host-image] Aug 16 05:38:47.872 INFO O| Aug 16 05:38:47.872 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8496 | 2024-08-16T05:38:49.258Z | [ host-image] Aug 16 05:38:47.881 INFO O| Aug 16 05:38:47.881 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8497 | 2024-08-16T05:38:49.258Z | [ host-image] Aug 16 05:38:47.881 INFO O| Aug 16 05:38:47.881 INFO STEP 27 (remove_files) COMPLETE |
8498 | 2024-08-16T05:38:49.261Z | [ host-image] Aug 16 05:38:47.881 INFO O| Aug 16 05:38:47.881 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8499 | 2024-08-16T05:38:49.267Z | [ host-image] Aug 16 05:38:47.891 INFO O| Aug 16 05:38:47.891 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8500 | 2024-08-16T05:38:49.267Z | [ host-image] Aug 16 05:38:47.891 INFO O| Aug 16 05:38:47.891 INFO STEP 28 (remove_files) COMPLETE |
8501 | 2024-08-16T05:38:49.270Z | [ host-image] Aug 16 05:38:47.891 INFO O| Aug 16 05:38:47.891 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8502 | 2024-08-16T05:38:49.277Z | [ host-image] Aug 16 05:38:47.901 INFO O| Aug 16 05:38:47.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8503 | 2024-08-16T05:38:49.277Z | [ host-image] Aug 16 05:38:47.901 INFO O| Aug 16 05:38:47.901 INFO STEP 29 (remove_files) COMPLETE |
8504 | 2024-08-16T05:38:49.280Z | [ host-image] Aug 16 05:38:47.901 INFO O| Aug 16 05:38:47.901 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8505 | 2024-08-16T05:38:49.288Z | [ host-image] Aug 16 05:38:47.910 INFO O| Aug 16 05:38:47.910 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8506 | 2024-08-16T05:38:49.288Z | [ host-image] Aug 16 05:38:47.910 INFO O| Aug 16 05:38:47.910 INFO STEP 30 (remove_files) COMPLETE |
8507 | 2024-08-16T05:38:49.290Z | [ host-image] Aug 16 05:38:47.910 INFO O| Aug 16 05:38:47.910 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8508 | 2024-08-16T05:38:49.298Z | [ host-image] Aug 16 05:38:47.920 INFO O| Aug 16 05:38:47.920 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8509 | 2024-08-16T05:38:49.299Z | [ host-image] Aug 16 05:38:47.920 INFO O| Aug 16 05:38:47.920 INFO STEP 31 (remove_files) COMPLETE |
8510 | 2024-08-16T05:38:49.301Z | [ host-image] Aug 16 05:38:47.920 INFO O| Aug 16 05:38:47.920 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8511 | 2024-08-16T05:38:49.306Z | [ host-image] Aug 16 05:38:47.930 INFO O| Aug 16 05:38:47.929 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8512 | 2024-08-16T05:38:49.306Z | [ host-image] Aug 16 05:38:47.930 INFO O| Aug 16 05:38:47.930 INFO STEP 32 (remove_files) COMPLETE |
8513 | 2024-08-16T05:38:49.306Z | [ host-image] Aug 16 05:38:47.930 INFO O| Aug 16 05:38:47.930 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8514 | 2024-08-16T05:38:49.321Z | [ host-image] Aug 16 05:38:47.939 INFO O| Aug 16 05:38:47.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8515 | 2024-08-16T05:38:49.321Z | [ host-image] Aug 16 05:38:47.939 INFO O| Aug 16 05:38:47.939 INFO STEP 33 (remove_files) COMPLETE |
8516 | 2024-08-16T05:38:49.323Z | [ host-image] Aug 16 05:38:47.939 INFO O| Aug 16 05:38:47.939 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8517 | 2024-08-16T05:38:49.326Z | [ host-image] Aug 16 05:38:47.949 INFO O| Aug 16 05:38:47.949 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8518 | 2024-08-16T05:38:49.326Z | [ host-image] Aug 16 05:38:47.949 INFO O| Aug 16 05:38:47.949 INFO STEP 34 (remove_files) COMPLETE |
8519 | 2024-08-16T05:38:49.326Z | [ host-image] Aug 16 05:38:47.949 INFO O| Aug 16 05:38:47.949 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8520 | 2024-08-16T05:38:49.337Z | [ host-image] Aug 16 05:38:47.958 INFO O| Aug 16 05:38:47.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8521 | 2024-08-16T05:38:49.337Z | [ host-image] Aug 16 05:38:47.958 INFO O| Aug 16 05:38:47.958 INFO STEP 35 (remove_files) COMPLETE |
8522 | 2024-08-16T05:38:49.340Z | [ host-image] Aug 16 05:38:47.958 INFO O| Aug 16 05:38:47.958 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8523 | 2024-08-16T05:38:49.344Z | [ host-image] Aug 16 05:38:47.968 INFO O| Aug 16 05:38:47.968 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8524 | 2024-08-16T05:38:49.344Z | [ host-image] Aug 16 05:38:47.968 INFO O| Aug 16 05:38:47.968 INFO STEP 36 (remove_files) COMPLETE |
8525 | 2024-08-16T05:38:49.344Z | [ host-image] Aug 16 05:38:47.968 INFO O| Aug 16 05:38:47.968 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8526 | 2024-08-16T05:38:49.354Z | [ host-image] Aug 16 05:38:47.977 INFO O| Aug 16 05:38:47.977 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8527 | 2024-08-16T05:38:49.354Z | [ host-image] Aug 16 05:38:47.977 INFO O| Aug 16 05:38:47.977 INFO STEP 37 (remove_files) COMPLETE |
8528 | 2024-08-16T05:38:49.358Z | [ host-image] Aug 16 05:38:47.977 INFO O| Aug 16 05:38:47.977 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8529 | 2024-08-16T05:38:49.364Z | [ host-image] Aug 16 05:38:47.986 INFO O| Aug 16 05:38:47.986 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8530 | 2024-08-16T05:38:49.364Z | [ host-image] Aug 16 05:38:47.986 INFO O| Aug 16 05:38:47.986 INFO STEP 38 (remove_files) COMPLETE |
8531 | 2024-08-16T05:38:49.364Z | [ host-image] Aug 16 05:38:47.987 INFO O| Aug 16 05:38:47.986 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8532 | 2024-08-16T05:38:49.375Z | [ host-image] Aug 16 05:38:47.996 INFO O| Aug 16 05:38:47.995 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8533 | 2024-08-16T05:38:49.375Z | [ host-image] Aug 16 05:38:47.996 INFO O| Aug 16 05:38:47.996 INFO STEP 39 (remove_files) COMPLETE |
8534 | 2024-08-16T05:38:49.378Z | [ host-image] Aug 16 05:38:47.996 INFO O| Aug 16 05:38:47.996 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8535 | 2024-08-16T05:38:49.382Z | [ host-image] Aug 16 05:38:48.005 INFO O| Aug 16 05:38:48.005 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8536 | 2024-08-16T05:38:49.382Z | [ host-image] Aug 16 05:38:48.006 INFO O| Aug 16 05:38:48.006 INFO STEP 40 (remove_files) COMPLETE |
8537 | 2024-08-16T05:38:49.382Z | [ host-image] Aug 16 05:38:48.006 INFO O| Aug 16 05:38:48.006 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8538 | 2024-08-16T05:38:49.392Z | [ host-image] Aug 16 05:38:48.015 INFO O| Aug 16 05:38:48.015 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8539 | 2024-08-16T05:38:49.395Z | [ host-image] Aug 16 05:38:48.015 INFO O| Aug 16 05:38:48.015 INFO STEP 41 (remove_files) COMPLETE |
8540 | 2024-08-16T05:38:49.395Z | [ host-image] Aug 16 05:38:48.015 INFO O| Aug 16 05:38:48.015 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8541 | 2024-08-16T05:38:49.403Z | [ host-image] Aug 16 05:38:48.026 INFO O| Aug 16 05:38:48.026 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8542 | 2024-08-16T05:38:49.403Z | [ host-image] Aug 16 05:38:48.026 INFO O| Aug 16 05:38:48.026 INFO STEP 42 (remove_files) COMPLETE |
8543 | 2024-08-16T05:38:49.406Z | [ host-image] Aug 16 05:38:48.027 INFO O| Aug 16 05:38:48.026 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8544 | 2024-08-16T05:38:49.413Z | [ host-image] Aug 16 05:38:48.036 INFO O| Aug 16 05:38:48.036 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8545 | 2024-08-16T05:38:49.413Z | [ host-image] Aug 16 05:38:48.036 INFO O| Aug 16 05:38:48.036 INFO STEP 43 (remove_files) COMPLETE |
8546 | 2024-08-16T05:38:49.416Z | [ host-image] Aug 16 05:38:48.036 INFO O| Aug 16 05:38:48.036 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8547 | 2024-08-16T05:38:49.423Z | [ host-image] Aug 16 05:38:48.046 INFO O| Aug 16 05:38:48.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8548 | 2024-08-16T05:38:49.426Z | [ host-image] Aug 16 05:38:48.046 INFO O| Aug 16 05:38:48.046 INFO STEP 44 (remove_files) COMPLETE |
8549 | 2024-08-16T05:38:49.426Z | [ host-image] Aug 16 05:38:48.046 INFO O| Aug 16 05:38:48.046 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8550 | 2024-08-16T05:38:49.442Z | [ host-image] Aug 16 05:38:48.055 INFO O| Aug 16 05:38:48.055 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8551 | 2024-08-16T05:38:49.442Z | [ host-image] Aug 16 05:38:48.055 INFO O| Aug 16 05:38:48.055 INFO STEP 45 (remove_files) COMPLETE |
8552 | 2024-08-16T05:38:49.446Z | [ host-image] Aug 16 05:38:48.055 INFO O| Aug 16 05:38:48.055 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8553 | 2024-08-16T05:38:49.446Z | [ host-image] Aug 16 05:38:48.065 INFO O| Aug 16 05:38:48.065 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8554 | 2024-08-16T05:38:49.446Z | [ host-image] Aug 16 05:38:48.065 INFO O| Aug 16 05:38:48.065 INFO STEP 46 (remove_files) COMPLETE |
8555 | 2024-08-16T05:38:49.446Z | [ host-image] Aug 16 05:38:48.065 INFO O| Aug 16 05:38:48.065 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8556 | 2024-08-16T05:38:49.451Z | [ host-image] Aug 16 05:38:48.074 INFO O| Aug 16 05:38:48.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8557 | 2024-08-16T05:38:49.451Z | [ host-image] Aug 16 05:38:48.074 INFO O| Aug 16 05:38:48.074 INFO STEP 47 (remove_files) COMPLETE |
8558 | 2024-08-16T05:38:49.451Z | [ host-image] Aug 16 05:38:48.074 INFO O| Aug 16 05:38:48.074 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8559 | 2024-08-16T05:38:49.460Z | [ host-image] Aug 16 05:38:48.084 INFO O| Aug 16 05:38:48.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8560 | 2024-08-16T05:38:49.460Z | [ host-image] Aug 16 05:38:48.084 INFO O| Aug 16 05:38:48.084 INFO STEP 48 (remove_files) COMPLETE |
8561 | 2024-08-16T05:38:49.460Z | [ host-image] Aug 16 05:38:48.084 INFO O| Aug 16 05:38:48.084 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8562 | 2024-08-16T05:38:49.470Z | [ host-image] Aug 16 05:38:48.093 INFO O| Aug 16 05:38:48.093 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8563 | 2024-08-16T05:38:49.470Z | [ host-image] Aug 16 05:38:48.093 INFO O| Aug 16 05:38:48.093 INFO STEP 49 (remove_files) COMPLETE |
8564 | 2024-08-16T05:38:49.470Z | [ host-image] Aug 16 05:38:48.093 INFO O| Aug 16 05:38:48.093 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8565 | 2024-08-16T05:38:49.480Z | [ host-image] Aug 16 05:38:48.103 INFO O| Aug 16 05:38:48.103 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8566 | 2024-08-16T05:38:49.480Z | [ host-image] Aug 16 05:38:48.103 INFO O| Aug 16 05:38:48.103 INFO STEP 50 (remove_files) COMPLETE |
8567 | 2024-08-16T05:38:49.482Z | [ host-image] Aug 16 05:38:48.103 INFO O| Aug 16 05:38:48.103 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8568 | 2024-08-16T05:38:49.491Z | [ host-image] Aug 16 05:38:48.114 INFO O| Aug 16 05:38:48.114 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8569 | 2024-08-16T05:38:49.494Z | [ host-image] Aug 16 05:38:48.115 INFO O| Aug 16 05:38:48.115 INFO STEP 51 (remove_files) COMPLETE |
8570 | 2024-08-16T05:38:49.494Z | [ host-image] Aug 16 05:38:48.115 INFO O| Aug 16 05:38:48.115 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8571 | 2024-08-16T05:38:49.501Z | [ host-image] Aug 16 05:38:48.124 INFO O| Aug 16 05:38:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8572 | 2024-08-16T05:38:49.501Z | [ host-image] Aug 16 05:38:48.124 INFO O| Aug 16 05:38:48.124 INFO STEP 52 (remove_files) COMPLETE |
8573 | 2024-08-16T05:38:49.503Z | [ host-image] Aug 16 05:38:48.124 INFO O| Aug 16 05:38:48.124 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8574 | 2024-08-16T05:38:49.510Z | [ host-image] Aug 16 05:38:48.134 INFO O| Aug 16 05:38:48.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8575 | 2024-08-16T05:38:49.513Z | [ host-image] Aug 16 05:38:48.134 INFO O| Aug 16 05:38:48.134 INFO STEP 53 (remove_files) COMPLETE |
8576 | 2024-08-16T05:38:49.513Z | [ host-image] Aug 16 05:38:48.134 INFO O| Aug 16 05:38:48.134 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8577 | 2024-08-16T05:38:49.520Z | [ host-image] Aug 16 05:38:48.143 INFO O| Aug 16 05:38:48.143 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8578 | 2024-08-16T05:38:49.520Z | [ host-image] Aug 16 05:38:48.143 INFO O| Aug 16 05:38:48.143 INFO STEP 54 (remove_files) COMPLETE |
8579 | 2024-08-16T05:38:49.520Z | [ host-image] Aug 16 05:38:48.143 INFO O| Aug 16 05:38:48.143 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8580 | 2024-08-16T05:38:49.530Z | [ host-image] Aug 16 05:38:48.154 INFO O| Aug 16 05:38:48.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8581 | 2024-08-16T05:38:49.530Z | [ host-image] Aug 16 05:38:48.154 INFO O| Aug 16 05:38:48.154 INFO STEP 55 (remove_files) COMPLETE |
8582 | 2024-08-16T05:38:49.530Z | [ host-image] Aug 16 05:38:48.154 INFO O| Aug 16 05:38:48.154 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8583 | 2024-08-16T05:38:49.540Z | [ host-image] Aug 16 05:38:48.163 INFO O| Aug 16 05:38:48.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8584 | 2024-08-16T05:38:49.540Z | [ host-image] Aug 16 05:38:48.163 INFO O| Aug 16 05:38:48.163 INFO STEP 56 (remove_files) COMPLETE |
8585 | 2024-08-16T05:38:49.540Z | [ host-image] Aug 16 05:38:48.163 INFO O| Aug 16 05:38:48.163 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8586 | 2024-08-16T05:38:49.549Z | [ host-image] Aug 16 05:38:48.172 INFO O| Aug 16 05:38:48.172 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8587 | 2024-08-16T05:38:49.549Z | [ host-image] Aug 16 05:38:48.172 INFO O| Aug 16 05:38:48.172 INFO STEP 57 (remove_files) COMPLETE |
8588 | 2024-08-16T05:38:49.552Z | [ host-image] Aug 16 05:38:48.172 INFO O| Aug 16 05:38:48.172 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8589 | 2024-08-16T05:38:49.559Z | [ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8590 | 2024-08-16T05:38:49.559Z | [ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8591 | 2024-08-16T05:38:49.561Z | [ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8592 | 2024-08-16T05:38:49.561Z | [ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8593 | 2024-08-16T05:38:49.561Z | [ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8594 | 2024-08-16T05:38:49.561Z | [ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8595 | 2024-08-16T05:38:49.561Z | [ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO ok! |
8596 | 2024-08-16T05:38:49.561Z | [ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO STEP 58 (ensure_file) COMPLETE |
8597 | 2024-08-16T05:38:49.561Z | [ host-image] Aug 16 05:38:48.182 INFO O| Aug 16 05:38:48.182 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8598 | 2024-08-16T05:38:49.569Z | [ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8599 | 2024-08-16T05:38:49.569Z | [ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8600 | 2024-08-16T05:38:49.572Z | [ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8601 | 2024-08-16T05:38:49.572Z | [ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8602 | 2024-08-16T05:38:49.572Z | [ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8603 | 2024-08-16T05:38:49.572Z | [ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8604 | 2024-08-16T05:38:49.572Z | [ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO ok! |
8605 | 2024-08-16T05:38:49.572Z | [ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO STEP 59 (ensure_file) COMPLETE |
8606 | 2024-08-16T05:38:49.572Z | [ host-image] Aug 16 05:38:48.192 INFO O| Aug 16 05:38:48.192 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8607 | 2024-08-16T05:38:49.579Z | [ host-image] Aug 16 05:38:48.202 INFO O| Aug 16 05:38:48.202 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8608 | 2024-08-16T05:38:49.582Z | [ host-image] Aug 16 05:38:48.202 INFO O| Aug 16 05:38:48.202 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8609 | 2024-08-16T05:38:49.582Z | [ host-image] Aug 16 05:38:48.202 INFO O| Aug 16 05:38:48.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8610 | 2024-08-16T05:38:49.582Z | [ host-image] Aug 16 05:38:48.202 INFO O| Aug 16 05:38:48.202 INFO ok! |
8611 | 2024-08-16T05:38:49.582Z | [ host-image] Aug 16 05:38:48.202 INFO O| Aug 16 05:38:48.202 INFO STEP 60 (ensure_file) COMPLETE |
8612 | 2024-08-16T05:38:49.582Z | [ host-image] Aug 16 05:38:48.202 INFO O| Aug 16 05:38:48.202 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8613 | 2024-08-16T05:38:49.588Z | [ host-image] Aug 16 05:38:48.212 INFO O| Aug 16 05:38:48.211 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8614 | 2024-08-16T05:38:49.591Z | [ host-image] Aug 16 05:38:48.212 INFO O| Aug 16 05:38:48.212 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8615 | 2024-08-16T05:38:49.591Z | [ host-image] Aug 16 05:38:48.212 INFO O| Aug 16 05:38:48.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8616 | 2024-08-16T05:38:49.592Z | [ host-image] Aug 16 05:38:48.212 INFO O| Aug 16 05:38:48.212 INFO ok! |
8617 | 2024-08-16T05:38:49.592Z | [ host-image] Aug 16 05:38:48.212 INFO O| Aug 16 05:38:48.212 INFO STEP 61 (ensure_file) COMPLETE |
8618 | 2024-08-16T05:38:49.592Z | [ host-image] Aug 16 05:38:48.212 INFO O| Aug 16 05:38:48.212 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8619 | 2024-08-16T05:38:49.598Z | [ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8620 | 2024-08-16T05:38:49.598Z | [ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8621 | 2024-08-16T05:38:49.602Z | [ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8622 | 2024-08-16T05:38:49.602Z | [ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8623 | 2024-08-16T05:38:49.602Z | [ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 INFO ok! |
8624 | 2024-08-16T05:38:49.602Z | [ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 INFO STEP 62 (ensure_file) COMPLETE |
8625 | 2024-08-16T05:38:49.602Z | [ host-image] Aug 16 05:38:48.221 INFO O| Aug 16 05:38:48.221 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8626 | 2024-08-16T05:38:49.611Z | [ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8627 | 2024-08-16T05:38:49.611Z | [ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8628 | 2024-08-16T05:38:49.611Z | [ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8629 | 2024-08-16T05:38:49.615Z | [ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8630 | 2024-08-16T05:38:49.615Z | [ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO ok! |
8631 | 2024-08-16T05:38:49.615Z | [ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO STEP 63 (ensure_file) COMPLETE |
8632 | 2024-08-16T05:38:49.615Z | [ host-image] Aug 16 05:38:48.233 INFO O| Aug 16 05:38:48.233 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8633 | 2024-08-16T05:38:49.620Z | [ host-image] Aug 16 05:38:48.242 INFO O| Aug 16 05:38:48.242 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8634 | 2024-08-16T05:38:49.623Z | [ host-image] Aug 16 05:38:48.243 INFO O| Aug 16 05:38:48.242 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8635 | 2024-08-16T05:38:49.623Z | [ host-image] Aug 16 05:38:48.243 INFO O| Aug 16 05:38:48.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8636 | 2024-08-16T05:38:49.624Z | [ host-image] Aug 16 05:38:48.243 INFO O| Aug 16 05:38:48.243 INFO ok! |
8637 | 2024-08-16T05:38:49.624Z | [ host-image] Aug 16 05:38:48.243 INFO O| Aug 16 05:38:48.243 INFO STEP 64 (assemble_files) COMPLETE |
8638 | 2024-08-16T05:38:49.624Z | [ host-image] Aug 16 05:38:48.243 INFO O| Aug 16 05:38:48.243 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8639 | 2024-08-16T05:38:49.630Z | [ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8640 | 2024-08-16T05:38:49.633Z | [ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8641 | 2024-08-16T05:38:49.633Z | [ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8642 | 2024-08-16T05:38:49.633Z | [ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8643 | 2024-08-16T05:38:49.633Z | [ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO ok! |
8644 | 2024-08-16T05:38:49.633Z | [ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO STEP 65 (ensure_file) COMPLETE |
8645 | 2024-08-16T05:38:49.633Z | [ host-image] Aug 16 05:38:48.253 INFO O| Aug 16 05:38:48.253 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8646 | 2024-08-16T05:38:49.641Z | [ host-image] Aug 16 05:38:48.264 INFO O| Aug 16 05:38:48.264 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8647 | 2024-08-16T05:38:49.645Z | [ host-image] Aug 16 05:38:48.264 INFO O| Aug 16 05:38:48.264 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8648 | 2024-08-16T05:38:49.645Z | [ host-image] Aug 16 05:38:48.265 INFO O| Aug 16 05:38:48.264 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8649 | 2024-08-16T05:38:49.645Z | [ host-image] Aug 16 05:38:48.265 INFO O| Aug 16 05:38:48.265 INFO STEP 66 (ensure_dir) COMPLETE |
8650 | 2024-08-16T05:38:49.645Z | [ host-image] Aug 16 05:38:48.265 INFO O| Aug 16 05:38:48.265 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8651 | 2024-08-16T05:38:49.652Z | [ host-image] Aug 16 05:38:48.274 INFO O| Aug 16 05:38:48.274 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8652 | 2024-08-16T05:38:49.652Z | [ host-image] Aug 16 05:38:48.275 INFO O| Aug 16 05:38:48.274 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 ... |
8653 | 2024-08-16T05:38:49.658Z | [ host-image] Aug 16 05:38:48.281 INFO O| Aug 16 05:38:48.281 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 |
8654 | 2024-08-16T05:38:49.662Z | [ host-image] Aug 16 05:38:48.281 INFO O| Aug 16 05:38:48.281 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8655 | 2024-08-16T05:38:49.662Z | [ host-image] Aug 16 05:38:48.281 INFO O| Aug 16 05:38:48.281 INFO ok! |
8656 | 2024-08-16T05:38:49.662Z | [ host-image] Aug 16 05:38:48.281 INFO O| Aug 16 05:38:48.281 INFO STEP 67 (ensure_file) COMPLETE |
8657 | 2024-08-16T05:38:49.662Z | [ host-image] Aug 16 05:38:48.282 INFO O| Aug 16 05:38:48.281 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8658 | 2024-08-16T05:38:49.669Z | [ host-image] Aug 16 05:38:48.291 INFO O| Aug 16 05:38:48.291 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8659 | 2024-08-16T05:38:49.669Z | [ host-image] Aug 16 05:38:48.291 INFO O| Aug 16 05:38:48.291 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 ... |
8660 | 2024-08-16T05:38:49.672Z | [ host-image] Aug 16 05:38:48.292 INFO O| Aug 16 05:38:48.292 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 |
8661 | 2024-08-16T05:38:49.672Z | [ host-image] Aug 16 05:38:48.292 INFO O| Aug 16 05:38:48.292 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8662 | 2024-08-16T05:38:49.672Z | [ host-image] Aug 16 05:38:48.292 INFO O| Aug 16 05:38:48.292 INFO ok! |
8663 | 2024-08-16T05:38:49.672Z | [ host-image] Aug 16 05:38:48.292 INFO O| Aug 16 05:38:48.292 INFO STEP 68 (ensure_file) COMPLETE |
8664 | 2024-08-16T05:38:49.672Z | [ host-image] Aug 16 05:38:48.292 INFO O| Aug 16 05:38:48.292 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8665 | 2024-08-16T05:38:49.686Z | [ host-image] Aug 16 05:38:48.308 INFO O| Aug 16 05:38:48.308 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8666 | 2024-08-16T05:38:49.686Z | [ host-image] Aug 16 05:38:48.308 INFO O| Aug 16 05:38:48.308 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8667 | 2024-08-16T05:38:51.811Z | [ host-image] Aug 16 05:38:50.432 INFO O| Aug 16 05:38:50.432 INFO STEP 69 (pack_tar) COMPLETE |
8668 | 2024-08-16T05:38:51.811Z | [ host-image] Aug 16 05:38:50.432 INFO O| Aug 16 05:38:50.432 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8669 | 2024-08-16T05:38:51.811Z | [ host-image] Aug 16 05:38:50.432 INFO O| Aug 16 05:38:50.432 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8670 | 2024-08-16T05:38:51.926Z | [ host-image] Aug 16 05:38:50.548 INFO O| Aug 16 05:38:50.548 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8671 | 2024-08-16T05:38:51.977Z | [ host-image] Aug 16 05:38:50.599 INFO O| Aug 16 05:38:50.598 INFO completed processing gimlet/ramdisk-02-trim |
8672 | 2024-08-16T05:38:51.981Z | [ host-image] Aug 16 05:38:50.601 INFO image builder template: zfs... |
8673 | 2024-08-16T05:38:51.981Z | [ host-image] Aug 16 05:38:50.601 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/.tmpGXLJbR/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 |
8674 | 2024-08-16T05:38:51.993Z | [ host-image] Aug 16 05:38:50.615 INFO O| Aug 16 05:38:50.614 INFO skip include "stress" because feature "stress" is not enabled |
8675 | 2024-08-16T05:38:52.023Z | [ host-image] Aug 16 05:38:50.645 INFO O| Aug 16 05:38:50.645 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8676 | 2024-08-16T05:38:52.027Z | [ host-image] Aug 16 05:38:50.649 INFO O| Aug 16 05:38:50.649 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8677 | 2024-08-16T05:38:52.074Z | [ host-image] Aug 16 05:38:50.696 INFO O| Aug 16 05:38:50.696 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8678 | 2024-08-16T05:38:52.112Z | [ host-image] Aug 16 05:38:50.734 INFO O| Aug 16 05:38:50.734 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8679 | 2024-08-16T05:38:52.116Z | [ host-image] Aug 16 05:38:50.734 INFO O| Aug 16 05:38:50.734 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8680 | 2024-08-16T05:38:52.118Z | [ host-image] Aug 16 05:38:50.738 INFO O| Aug 16 05:38:50.738 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8681 | 2024-08-16T05:38:52.156Z | [ host-image] Aug 16 05:38:50.778 INFO O| Aug 16 05:38:50.778 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8682 | 2024-08-16T05:38:52.191Z | [ host-image] Aug 16 05:38:50.813 INFO O| Aug 16 05:38:50.813 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8683 | 2024-08-16T05:38:52.201Z | [ host-image] Aug 16 05:38:50.822 INFO O| Aug 16 05:38:50.822 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8684 | 2024-08-16T05:38:52.206Z | [ host-image] Aug 16 05:38:50.827 INFO O| Aug 16 05:38:50.827 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8685 | 2024-08-16T05:38:52.209Z | [ host-image] Aug 16 05:38:50.827 INFO O| Aug 16 05:38:50.827 INFO no lofi found |
8686 | 2024-08-16T05:38:52.209Z | [ host-image] Aug 16 05:38:50.827 INFO O| Aug 16 05:38:50.827 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8687 | 2024-08-16T05:38:52.209Z | [ host-image] Aug 16 05:38:50.827 INFO O| Aug 16 05:38:50.827 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8688 | 2024-08-16T05:38:54.375Z | [ recovery-image] Aug 16 05:38:52.995 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) |
8689 | 2024-08-16T05:38:54.390Z | [ host-image] Aug 16 05:38:53.010 INFO O| Aug 16 05:38:53.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
8690 | 2024-08-16T05:38:54.390Z | [ host-image] Aug 16 05:38:53.010 INFO O| Aug 16 05:38:53.010 INFO pool device = /dev/dsk/c2t1d0p0 |
8691 | 2024-08-16T05:38:54.393Z | [ host-image] Aug 16 05:38:53.010 INFO O| Aug 16 05:38:53.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8692 | 2024-08-16T05:38:54.477Z | [ host-image] Aug 16 05:38:53.092 INFO O| Aug 16 05:38:53.092 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8693 | 2024-08-16T05:38:54.477Z | [ host-image] Aug 16 05:38:53.092 INFO O| Aug 16 05:38:53.092 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8694 | 2024-08-16T05:38:54.493Z | [ host-image] Aug 16 05:38:53.113 INFO O| Aug 16 05:38:53.113 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8695 | 2024-08-16T05:38:54.566Z | [ host-image] Aug 16 05:38:53.186 INFO O| Aug 16 05:38:53.186 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8696 | 2024-08-16T05:38:54.618Z | [ host-image] Aug 16 05:38:53.238 INFO O| Aug 16 05:38:53.238 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8697 | 2024-08-16T05:38:54.641Z | [ host-image] Aug 16 05:38:53.262 INFO O| Aug 16 05:38:53.262 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8698 | 2024-08-16T05:38:54.662Z | [ host-image] Aug 16 05:38:53.282 INFO O| Aug 16 05:38:53.282 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8699 | 2024-08-16T05:38:54.732Z | [ host-image] Aug 16 05:38:53.352 INFO O| Aug 16 05:38:53.352 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8700 | 2024-08-16T05:38:54.735Z | [ host-image] Aug 16 05:38:53.353 INFO O| Aug 16 05:38:53.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8701 | 2024-08-16T05:38:54.735Z | [ host-image] Aug 16 05:38:53.353 INFO O| Aug 16 05:38:53.353 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8702 | 2024-08-16T05:38:54.748Z | [ host-image] Aug 16 05:38:53.368 INFO O| Aug 16 05:38:53.368 INFO boot environment UUID: d5705070-09af-43cb-a1a5-fd09e407b08e |
8703 | 2024-08-16T05:38:54.748Z | [ host-image] Aug 16 05:38:53.368 INFO O| Aug 16 05:38:53.368 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d5705070-09af-43cb-a1a5-fd09e407b08e |
8704 | 2024-08-16T05:38:54.783Z | [ host-image] Aug 16 05:38:53.402 INFO O| Aug 16 05:38:53.402 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8705 | 2024-08-16T05:38:54.803Z | [ host-image] Aug 16 05:38:53.423 INFO O| Aug 16 05:38:53.422 INFO STEP 0 (create_be) COMPLETE |
8706 | 2024-08-16T05:38:54.803Z | [ host-image] Aug 16 05:38:53.423 INFO O| Aug 16 05:38:53.423 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8707 | 2024-08-16T05:38:54.827Z | [ host-image] Aug 16 05:38:53.447 INFO O| Aug 16 05:38:53.447 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8708 | 2024-08-16T05:38:57.126Z | [ recovery-image] Aug 16 05:38:55.745 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) |
8709 | 2024-08-16T05:39:01.205Z | [ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling bitflags v1.3.2 |
8710 | 2024-08-16T05:39:01.205Z | [ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling plain v0.2.3 |
8711 | 2024-08-16T05:39:01.205Z | [ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling log v0.4.21 |
8712 | 2024-08-16T05:39:01.205Z | [ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling adler v1.0.2 |
8713 | 2024-08-16T05:39:01.205Z | [ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling bit_field v0.10.2 |
8714 | 2024-08-16T05:39:01.205Z | [ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling scroll v0.12.0 |
8715 | 2024-08-16T05:39:01.205Z | [ recovery-image] Aug 16 05:38:59.821 INFO E| Compiling static_assertions v1.1.0 |
8716 | 2024-08-16T05:39:01.667Z | [ recovery-image] Aug 16 05:38:59.944 INFO E| Compiling raw-cpuid v10.7.0 |
8717 | 2024-08-16T05:39:01.685Z | [ recovery-image] Aug 16 05:38:59.964 INFO E| Compiling cpio_reader v0.1.1 |
8718 | 2024-08-16T05:39:01.685Z | [ recovery-image] Aug 16 05:39:00.175 INFO E| Compiling bitstruct v0.1.1 |
8719 | 2024-08-16T05:39:01.804Z | [ recovery-image] Aug 16 05:39:00.421 INFO E| Compiling miniz_oxide v0.7.2 |
8720 | 2024-08-16T05:39:02.287Z | [ recovery-image] Aug 16 05:39:00.902 INFO E| Compiling goblin v0.8.0 |
8721 | 2024-08-16T05:39:11.466Z | [ recovery-image] Aug 16 05:39:10.077 INFO E| Finished `release` profile [optimized] target(s) in 39.29s |
8722 | 2024-08-16T05:39:11.491Z | [ recovery-image] Aug 16 05:39:10.102 INFO building host image... |
8723 | 2024-08-16T05:39:11.494Z | [ recovery-image] Aug 16 05:39:10.103 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") |
8724 | 2024-08-16T05:39:12.145Z | [ recovery-image] Aug 16 05:39:10.756 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8725 | 2024-08-16T05:39:14.079Z | [ recovery-image] Aug 16 05:39:12.689 INFO image complete! materials are in "/work/os-recovery" |
8726 | 2024-08-16T05:39:14.082Z | [ recovery-image] |
8727 | 2024-08-16T05:39:14.085Z | [ recovery-image] real 10:53.857592277 |
8728 | 2024-08-16T05:39:14.085Z | [ recovery-image] user 4:28.940845788 |
8729 | 2024-08-16T05:39:14.085Z | [ recovery-image] sys 57.446272064 |
8730 | 2024-08-16T05:39:14.085Z | [ recovery-image] trap 0.173216151 |
8731 | 2024-08-16T05:39:14.085Z | [ recovery-image] tflt 0.220476198 |
8732 | 2024-08-16T05:39:14.085Z | [ recovery-image] dflt 0.922785974 |
8733 | 2024-08-16T05:39:14.085Z | [ recovery-image] kflt 0.000015291 |
8734 | 2024-08-16T05:39:14.085Z | [ recovery-image] lock 23:29.947979285 |
8735 | 2024-08-16T05:39:14.085Z | [ recovery-image] slp 1:09:48.967033504 |
8736 | 2024-08-16T05:39:14.085Z | [ recovery-image] lat 59.760441332 |
8737 | 2024-08-16T05:39:14.085Z | [ recovery-image] stop 4.706073109 |
8738 | 2024-08-16T05:39:14.085Z | Aug 16 05:39:12.693 INFO [recovery-image] process exited with exit status: 0 (653.872880039s) |
8739 | 2024-08-16T05:39:16.589Z | [ host-image] Aug 16 05:39:15.197 INFO O| Aug 16 05:39:15.197 INFO STEP 1 (unpack_tar) COMPLETE |
8740 | 2024-08-16T05:39:16.589Z | [ host-image] Aug 16 05:39:15.197 INFO O| Aug 16 05:39:15.197 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8741 | 2024-08-16T05:39:16.601Z | [ host-image] Aug 16 05:39:15.210 INFO O| Aug 16 05:39:15.210 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8742 | 2024-08-16T05:39:16.777Z | [ host-image] Aug 16 05:39:15.386 INFO O| Aug 16 05:39:15.386 INFO STEP 2 (devfsadm) COMPLETE |
8743 | 2024-08-16T05:39:16.777Z | [ host-image] Aug 16 05:39:15.386 INFO O| Aug 16 05:39:15.386 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8744 | 2024-08-16T05:39:16.789Z | [ host-image] Aug 16 05:39:15.397 INFO O| Aug 16 05:39:15.397 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8745 | 2024-08-16T05:39:16.789Z | [ host-image] Aug 16 05:39:15.397 INFO O| Aug 16 05:39:15.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8746 | 2024-08-16T05:39:16.791Z | [ host-image] Aug 16 05:39:15.397 INFO O| Aug 16 05:39:15.397 INFO STEP 3 (ensure_dir) COMPLETE |
8747 | 2024-08-16T05:39:16.791Z | [ host-image] Aug 16 05:39:15.398 INFO O| Aug 16 05:39:15.397 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8748 | 2024-08-16T05:39:16.799Z | [ host-image] Aug 16 05:39:15.407 INFO O| Aug 16 05:39:15.407 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8749 | 2024-08-16T05:39:16.799Z | [ host-image] Aug 16 05:39:15.407 INFO O| Aug 16 05:39:15.407 INFO STEP 4 (ensure_dir) COMPLETE |
8750 | 2024-08-16T05:39:16.799Z | [ host-image] Aug 16 05:39:15.407 INFO O| Aug 16 05:39:15.407 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8751 | 2024-08-16T05:39:16.808Z | [ host-image] Aug 16 05:39:15.417 INFO O| Aug 16 05:39:15.417 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8752 | 2024-08-16T05:39:16.808Z | [ host-image] Aug 16 05:39:15.417 INFO O| Aug 16 05:39:15.417 INFO STEP 5 (ensure_dir) COMPLETE |
8753 | 2024-08-16T05:39:16.811Z | [ host-image] Aug 16 05:39:15.417 INFO O| Aug 16 05:39:15.417 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8754 | 2024-08-16T05:39:16.818Z | [ host-image] Aug 16 05:39:15.427 INFO O| Aug 16 05:39:15.427 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8755 | 2024-08-16T05:39:16.818Z | [ host-image] Aug 16 05:39:15.427 INFO O| Aug 16 05:39:15.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8756 | 2024-08-16T05:39:16.821Z | [ host-image] Aug 16 05:39:15.427 INFO O| Aug 16 05:39:15.427 INFO STEP 6 (ensure_dir) COMPLETE |
8757 | 2024-08-16T05:39:16.821Z | [ host-image] Aug 16 05:39:15.427 INFO O| Aug 16 05:39:15.427 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8758 | 2024-08-16T05:39:16.827Z | [ host-image] Aug 16 05:39:15.436 INFO O| Aug 16 05:39:15.436 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8759 | 2024-08-16T05:39:16.830Z | [ host-image] Aug 16 05:39:15.436 INFO O| Aug 16 05:39:15.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8760 | 2024-08-16T05:39:16.830Z | [ host-image] Aug 16 05:39:15.436 INFO O| Aug 16 05:39:15.436 INFO STEP 7 (ensure_dir) COMPLETE |
8761 | 2024-08-16T05:39:16.830Z | [ host-image] Aug 16 05:39:15.436 INFO O| Aug 16 05:39:15.436 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8762 | 2024-08-16T05:39:16.837Z | [ host-image] Aug 16 05:39:15.446 INFO O| Aug 16 05:39:15.446 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8763 | 2024-08-16T05:39:16.839Z | [ host-image] Aug 16 05:39:15.446 INFO O| Aug 16 05:39:15.446 INFO STEP 8 (remove_files) COMPLETE |
8764 | 2024-08-16T05:39:16.839Z | [ host-image] Aug 16 05:39:15.446 INFO O| Aug 16 05:39:15.446 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8765 | 2024-08-16T05:39:16.846Z | [ host-image] Aug 16 05:39:15.455 INFO O| Aug 16 05:39:15.455 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8766 | 2024-08-16T05:39:16.849Z | [ host-image] Aug 16 05:39:15.456 INFO O| Aug 16 05:39:15.456 INFO STEP 9 (remove_files) COMPLETE |
8767 | 2024-08-16T05:39:16.849Z | [ host-image] Aug 16 05:39:15.456 INFO O| Aug 16 05:39:15.456 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8768 | 2024-08-16T05:39:16.856Z | [ host-image] Aug 16 05:39:15.465 INFO O| Aug 16 05:39:15.465 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8769 | 2024-08-16T05:39:16.859Z | [ host-image] Aug 16 05:39:15.466 INFO O| Aug 16 05:39:15.466 INFO STEP 10 (remove_files) COMPLETE |
8770 | 2024-08-16T05:39:16.859Z | [ host-image] Aug 16 05:39:15.466 INFO O| Aug 16 05:39:15.466 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8771 | 2024-08-16T05:39:16.866Z | [ host-image] Aug 16 05:39:15.475 INFO O| Aug 16 05:39:15.475 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8772 | 2024-08-16T05:39:16.868Z | [ host-image] Aug 16 05:39:15.475 INFO O| Aug 16 05:39:15.475 INFO STEP 11 (remove_files) COMPLETE |
8773 | 2024-08-16T05:39:16.868Z | [ host-image] Aug 16 05:39:15.475 INFO O| Aug 16 05:39:15.475 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8774 | 2024-08-16T05:39:16.875Z | [ host-image] Aug 16 05:39:15.484 INFO O| Aug 16 05:39:15.484 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8775 | 2024-08-16T05:39:16.878Z | [ host-image] Aug 16 05:39:15.484 INFO O| Aug 16 05:39:15.484 INFO STEP 12 (remove_files) COMPLETE |
8776 | 2024-08-16T05:39:16.878Z | [ host-image] Aug 16 05:39:15.484 INFO O| Aug 16 05:39:15.484 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8777 | 2024-08-16T05:39:16.884Z | [ host-image] Aug 16 05:39:15.493 INFO O| Aug 16 05:39:15.493 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8778 | 2024-08-16T05:39:16.887Z | [ host-image] Aug 16 05:39:15.493 INFO O| Aug 16 05:39:15.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8779 | 2024-08-16T05:39:16.887Z | [ host-image] Aug 16 05:39:15.493 INFO O| Aug 16 05:39:15.493 INFO STEP 13 (ensure_dir) COMPLETE |
8780 | 2024-08-16T05:39:16.887Z | [ host-image] Aug 16 05:39:15.493 INFO O| Aug 16 05:39:15.493 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8781 | 2024-08-16T05:39:16.894Z | [ host-image] Aug 16 05:39:15.503 INFO O| Aug 16 05:39:15.502 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8782 | 2024-08-16T05:39:16.894Z | [ host-image] Aug 16 05:39:15.503 INFO O| Aug 16 05:39:15.503 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8783 | 2024-08-16T05:39:16.897Z | [ host-image] Aug 16 05:39:15.503 INFO O| Aug 16 05:39:15.503 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8784 | 2024-08-16T05:39:16.897Z | [ host-image] Aug 16 05:39:15.503 INFO O| Aug 16 05:39:15.503 INFO STEP 14 (ensure_dir) COMPLETE |
8785 | 2024-08-16T05:39:16.897Z | [ host-image] Aug 16 05:39:15.503 INFO O| Aug 16 05:39:15.503 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8786 | 2024-08-16T05:39:16.903Z | [ host-image] Aug 16 05:39:15.512 INFO O| Aug 16 05:39:15.512 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8787 | 2024-08-16T05:39:16.903Z | [ host-image] Aug 16 05:39:15.512 INFO O| Aug 16 05:39:15.512 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8788 | 2024-08-16T05:39:16.906Z | [ host-image] Aug 16 05:39:15.512 INFO O| Aug 16 05:39:15.512 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8789 | 2024-08-16T05:39:16.906Z | [ host-image] Aug 16 05:39:15.512 INFO O| Aug 16 05:39:15.512 INFO STEP 15 (ensure_dir) COMPLETE |
8790 | 2024-08-16T05:39:16.906Z | [ host-image] Aug 16 05:39:15.512 INFO O| Aug 16 05:39:15.512 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8791 | 2024-08-16T05:39:16.912Z | [ host-image] Aug 16 05:39:15.521 INFO O| Aug 16 05:39:15.521 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8792 | 2024-08-16T05:39:16.912Z | [ host-image] Aug 16 05:39:15.521 INFO O| Aug 16 05:39:15.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8793 | 2024-08-16T05:39:16.915Z | [ host-image] Aug 16 05:39:15.521 INFO O| Aug 16 05:39:15.521 INFO STEP 16 (ensure_dir) COMPLETE |
8794 | 2024-08-16T05:39:16.915Z | [ host-image] Aug 16 05:39:15.521 INFO O| Aug 16 05:39:15.521 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8795 | 2024-08-16T05:39:16.922Z | [ host-image] Aug 16 05:39:15.530 INFO O| Aug 16 05:39:15.530 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8796 | 2024-08-16T05:39:16.922Z | [ host-image] Aug 16 05:39:15.531 INFO O| Aug 16 05:39:15.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8797 | 2024-08-16T05:39:16.924Z | [ host-image] Aug 16 05:39:15.531 INFO O| Aug 16 05:39:15.530 INFO STEP 17 (ensure_dir) COMPLETE |
8798 | 2024-08-16T05:39:16.925Z | [ host-image] Aug 16 05:39:15.531 INFO O| Aug 16 05:39:15.531 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8799 | 2024-08-16T05:39:16.931Z | [ host-image] Aug 16 05:39:15.540 INFO O| Aug 16 05:39:15.540 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8800 | 2024-08-16T05:39:16.931Z | [ host-image] Aug 16 05:39:15.540 INFO O| Aug 16 05:39:15.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8801 | 2024-08-16T05:39:16.934Z | [ host-image] Aug 16 05:39:15.540 INFO O| Aug 16 05:39:15.540 INFO ok! |
8802 | 2024-08-16T05:39:16.934Z | [ host-image] Aug 16 05:39:15.540 INFO O| Aug 16 05:39:15.540 INFO STEP 18 (ensure_symlink) COMPLETE |
8803 | 2024-08-16T05:39:16.934Z | [ host-image] Aug 16 05:39:15.540 INFO O| Aug 16 05:39:15.540 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8804 | 2024-08-16T05:39:16.940Z | [ host-image] Aug 16 05:39:15.549 INFO O| Aug 16 05:39:15.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8805 | 2024-08-16T05:39:16.941Z | [ host-image] Aug 16 05:39:15.549 INFO O| Aug 16 05:39:15.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8806 | 2024-08-16T05:39:16.943Z | [ host-image] Aug 16 05:39:15.549 INFO O| Aug 16 05:39:15.549 INFO ok! |
8807 | 2024-08-16T05:39:16.943Z | [ host-image] Aug 16 05:39:15.549 INFO O| Aug 16 05:39:15.549 INFO STEP 19 (ensure_file) COMPLETE |
8808 | 2024-08-16T05:39:16.943Z | [ host-image] Aug 16 05:39:15.549 INFO O| Aug 16 05:39:15.549 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8809 | 2024-08-16T05:39:16.951Z | [ host-image] Aug 16 05:39:15.559 INFO O| Aug 16 05:39:15.559 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8810 | 2024-08-16T05:39:16.954Z | [ host-image] Aug 16 05:39:15.559 INFO O| Aug 16 05:39:15.559 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8811 | 2024-08-16T05:39:16.954Z | [ host-image] Aug 16 05:39:15.559 INFO O| Aug 16 05:39:15.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8812 | 2024-08-16T05:39:16.954Z | [ host-image] Aug 16 05:39:15.559 INFO O| Aug 16 05:39:15.559 INFO ok! |
8813 | 2024-08-16T05:39:16.954Z | [ host-image] Aug 16 05:39:15.559 INFO O| Aug 16 05:39:15.559 INFO STEP 20 (ensure_symlink) COMPLETE |
8814 | 2024-08-16T05:39:16.954Z | [ host-image] Aug 16 05:39:15.559 INFO O| Aug 16 05:39:15.559 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8815 | 2024-08-16T05:39:16.960Z | [ host-image] Aug 16 05:39:15.568 INFO O| Aug 16 05:39:15.568 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8816 | 2024-08-16T05:39:16.962Z | [ host-image] Aug 16 05:39:15.568 INFO O| Aug 16 05:39:15.568 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8817 | 2024-08-16T05:39:16.962Z | [ host-image] Aug 16 05:39:15.568 INFO O| Aug 16 05:39:15.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8818 | 2024-08-16T05:39:16.962Z | [ host-image] Aug 16 05:39:15.568 INFO O| Aug 16 05:39:15.568 INFO ok! |
8819 | 2024-08-16T05:39:16.962Z | [ host-image] Aug 16 05:39:15.569 INFO O| Aug 16 05:39:15.568 INFO STEP 21 (ensure_symlink) COMPLETE |
8820 | 2024-08-16T05:39:16.962Z | [ host-image] Aug 16 05:39:15.569 INFO O| Aug 16 05:39:15.568 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8821 | 2024-08-16T05:39:16.969Z | [ host-image] Aug 16 05:39:15.578 INFO O| Aug 16 05:39:15.578 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8822 | 2024-08-16T05:39:16.969Z | [ host-image] Aug 16 05:39:15.578 INFO O| Aug 16 05:39:15.578 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8823 | 2024-08-16T05:39:16.972Z | [ host-image] Aug 16 05:39:15.578 INFO O| Aug 16 05:39:15.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8824 | 2024-08-16T05:39:16.972Z | [ host-image] Aug 16 05:39:15.578 INFO O| Aug 16 05:39:15.578 INFO ok! |
8825 | 2024-08-16T05:39:16.972Z | [ host-image] Aug 16 05:39:15.578 INFO O| Aug 16 05:39:15.578 INFO STEP 22 (ensure_symlink) COMPLETE |
8826 | 2024-08-16T05:39:16.972Z | [ host-image] Aug 16 05:39:15.578 INFO O| Aug 16 05:39:15.578 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8827 | 2024-08-16T05:39:16.979Z | [ host-image] Aug 16 05:39:15.588 INFO O| Aug 16 05:39:15.587 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8828 | 2024-08-16T05:39:16.979Z | [ host-image] Aug 16 05:39:15.588 INFO O| Aug 16 05:39:15.587 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8829 | 2024-08-16T05:39:16.981Z | [ host-image] Aug 16 05:39:15.588 INFO O| Aug 16 05:39:15.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8830 | 2024-08-16T05:39:16.981Z | [ host-image] Aug 16 05:39:15.588 INFO O| Aug 16 05:39:15.588 INFO ok! |
8831 | 2024-08-16T05:39:16.981Z | [ host-image] Aug 16 05:39:15.588 INFO O| Aug 16 05:39:15.588 INFO STEP 23 (ensure_symlink) COMPLETE |
8832 | 2024-08-16T05:39:16.981Z | [ host-image] Aug 16 05:39:15.588 INFO O| Aug 16 05:39:15.588 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8833 | 2024-08-16T05:39:16.988Z | [ host-image] Aug 16 05:39:15.597 INFO O| Aug 16 05:39:15.597 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8834 | 2024-08-16T05:39:16.991Z | [ host-image] Aug 16 05:39:15.597 INFO O| Aug 16 05:39:15.597 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8835 | 2024-08-16T05:39:16.991Z | [ host-image] Aug 16 05:39:15.597 INFO O| Aug 16 05:39:15.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8836 | 2024-08-16T05:39:16.991Z | [ host-image] Aug 16 05:39:15.597 INFO O| Aug 16 05:39:15.597 INFO ok! |
8837 | 2024-08-16T05:39:16.991Z | [ host-image] Aug 16 05:39:15.597 INFO O| Aug 16 05:39:15.597 INFO STEP 24 (ensure_file) COMPLETE |
8838 | 2024-08-16T05:39:16.991Z | [ host-image] Aug 16 05:39:15.597 INFO O| Aug 16 05:39:15.597 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8839 | 2024-08-16T05:39:16.998Z | [ host-image] Aug 16 05:39:15.607 INFO O| Aug 16 05:39:15.607 INFO updating shadow file |
8840 | 2024-08-16T05:39:17.001Z | [ host-image] Aug 16 05:39:15.607 INFO O| Aug 16 05:39:15.607 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8841 | 2024-08-16T05:39:17.001Z | [ host-image] Aug 16 05:39:15.607 INFO O| Aug 16 05:39:15.607 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8842 | 2024-08-16T05:39:17.001Z | [ host-image] Aug 16 05:39:15.607 INFO O| Aug 16 05:39:15.607 INFO STEP 25 (shadow) COMPLETE |
8843 | 2024-08-16T05:39:17.001Z | [ host-image] Aug 16 05:39:15.607 INFO O| Aug 16 05:39:15.607 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8844 | 2024-08-16T05:39:17.008Z | [ host-image] Aug 16 05:39:15.617 INFO O| Aug 16 05:39:15.617 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8845 | 2024-08-16T05:39:17.010Z | [ host-image] Aug 16 05:39:15.617 INFO O| Aug 16 05:39:15.617 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8846 | 2024-08-16T05:39:17.010Z | [ host-image] Aug 16 05:39:15.617 INFO O| Aug 16 05:39:15.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8847 | 2024-08-16T05:39:17.010Z | [ host-image] Aug 16 05:39:15.617 INFO O| Aug 16 05:39:15.617 INFO ok! |
8848 | 2024-08-16T05:39:17.010Z | [ host-image] Aug 16 05:39:15.617 INFO O| Aug 16 05:39:15.617 INFO STEP 26 (ensure_file) COMPLETE |
8849 | 2024-08-16T05:39:17.010Z | [ host-image] Aug 16 05:39:15.617 INFO O| Aug 16 05:39:15.617 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8850 | 2024-08-16T05:39:17.018Z | [ host-image] Aug 16 05:39:15.626 INFO O| Aug 16 05:39:15.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8851 | 2024-08-16T05:39:17.018Z | [ host-image] Aug 16 05:39:15.626 INFO O| Aug 16 05:39:15.626 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8852 | 2024-08-16T05:39:17.020Z | [ host-image] Aug 16 05:39:15.626 INFO O| Aug 16 05:39:15.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8853 | 2024-08-16T05:39:17.020Z | [ host-image] Aug 16 05:39:15.626 INFO O| Aug 16 05:39:15.626 INFO ok! |
8854 | 2024-08-16T05:39:17.020Z | [ host-image] Aug 16 05:39:15.626 INFO O| Aug 16 05:39:15.626 INFO STEP 27 (ensure_file) COMPLETE |
8855 | 2024-08-16T05:39:17.020Z | [ host-image] Aug 16 05:39:15.626 INFO O| Aug 16 05:39:15.626 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8856 | 2024-08-16T05:39:17.027Z | [ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8857 | 2024-08-16T05:39:17.027Z | [ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8858 | 2024-08-16T05:39:17.030Z | [ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8859 | 2024-08-16T05:39:17.030Z | [ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8860 | 2024-08-16T05:39:17.030Z | [ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 INFO ok! |
8861 | 2024-08-16T05:39:17.030Z | [ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 INFO STEP 28 (ensure_file) COMPLETE |
8862 | 2024-08-16T05:39:17.030Z | [ host-image] Aug 16 05:39:15.636 INFO O| Aug 16 05:39:15.636 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8863 | 2024-08-16T05:39:17.037Z | [ host-image] Aug 16 05:39:15.645 INFO O| Aug 16 05:39:15.645 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8864 | 2024-08-16T05:39:17.040Z | [ host-image] Aug 16 05:39:15.645 INFO O| Aug 16 05:39:15.645 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8865 | 2024-08-16T05:39:17.040Z | [ host-image] Aug 16 05:39:15.645 INFO O| Aug 16 05:39:15.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8866 | 2024-08-16T05:39:17.040Z | [ host-image] Aug 16 05:39:15.645 INFO O| Aug 16 05:39:15.645 INFO ok! |
8867 | 2024-08-16T05:39:17.040Z | [ host-image] Aug 16 05:39:15.645 INFO O| Aug 16 05:39:15.645 INFO STEP 29 (ensure_file) COMPLETE |
8868 | 2024-08-16T05:39:17.040Z | [ host-image] Aug 16 05:39:15.645 INFO O| Aug 16 05:39:15.645 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8869 | 2024-08-16T05:39:17.046Z | [ host-image] Aug 16 05:39:15.654 INFO O| Aug 16 05:39:15.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8870 | 2024-08-16T05:39:17.046Z | [ host-image] Aug 16 05:39:15.654 INFO O| Aug 16 05:39:15.654 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8871 | 2024-08-16T05:39:17.050Z | [ host-image] Aug 16 05:39:15.655 INFO O| Aug 16 05:39:15.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8872 | 2024-08-16T05:39:17.050Z | [ host-image] Aug 16 05:39:15.655 INFO O| Aug 16 05:39:15.655 INFO ok! |
8873 | 2024-08-16T05:39:17.050Z | [ host-image] Aug 16 05:39:15.655 INFO O| Aug 16 05:39:15.655 INFO STEP 30 (ensure_file) COMPLETE |
8874 | 2024-08-16T05:39:17.050Z | [ host-image] Aug 16 05:39:15.655 INFO O| Aug 16 05:39:15.655 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8875 | 2024-08-16T05:39:17.055Z | [ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8876 | 2024-08-16T05:39:17.058Z | [ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8877 | 2024-08-16T05:39:17.058Z | [ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8878 | 2024-08-16T05:39:17.058Z | [ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8879 | 2024-08-16T05:39:17.058Z | [ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 INFO ok! |
8880 | 2024-08-16T05:39:17.058Z | [ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 INFO STEP 31 (ensure_file) COMPLETE |
8881 | 2024-08-16T05:39:17.058Z | [ host-image] Aug 16 05:39:15.664 INFO O| Aug 16 05:39:15.664 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8882 | 2024-08-16T05:39:17.065Z | [ host-image] Aug 16 05:39:15.674 INFO O| Aug 16 05:39:15.674 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8883 | 2024-08-16T05:39:17.065Z | [ host-image] Aug 16 05:39:15.674 INFO O| Aug 16 05:39:15.674 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8884 | 2024-08-16T05:39:17.068Z | [ host-image] Aug 16 05:39:15.674 INFO O| Aug 16 05:39:15.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8885 | 2024-08-16T05:39:17.068Z | [ host-image] Aug 16 05:39:15.674 INFO O| Aug 16 05:39:15.674 INFO ok! |
8886 | 2024-08-16T05:39:17.068Z | [ host-image] Aug 16 05:39:15.674 INFO O| Aug 16 05:39:15.674 INFO STEP 32 (ensure_file) COMPLETE |
8887 | 2024-08-16T05:39:17.068Z | [ host-image] Aug 16 05:39:15.674 INFO O| Aug 16 05:39:15.674 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8888 | 2024-08-16T05:39:17.074Z | [ host-image] Aug 16 05:39:15.683 INFO O| Aug 16 05:39:15.683 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8889 | 2024-08-16T05:39:17.075Z | [ host-image] Aug 16 05:39:15.683 INFO O| Aug 16 05:39:15.683 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8890 | 2024-08-16T05:39:17.077Z | [ host-image] Aug 16 05:39:15.683 INFO O| Aug 16 05:39:15.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8891 | 2024-08-16T05:39:17.077Z | [ host-image] Aug 16 05:39:15.683 INFO O| Aug 16 05:39:15.683 INFO ok! |
8892 | 2024-08-16T05:39:17.077Z | [ host-image] Aug 16 05:39:15.683 INFO O| Aug 16 05:39:15.683 INFO STEP 33 (ensure_file) COMPLETE |
8893 | 2024-08-16T05:39:17.077Z | [ host-image] Aug 16 05:39:15.683 INFO O| Aug 16 05:39:15.683 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8894 | 2024-08-16T05:39:17.084Z | [ host-image] Aug 16 05:39:15.692 INFO O| Aug 16 05:39:15.692 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8895 | 2024-08-16T05:39:17.084Z | [ host-image] Aug 16 05:39:15.692 INFO O| Aug 16 05:39:15.692 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8896 | 2024-08-16T05:39:17.086Z | [ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.692 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8897 | 2024-08-16T05:39:17.086Z | [ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.693 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8898 | 2024-08-16T05:39:17.086Z | [ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.693 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8899 | 2024-08-16T05:39:17.086Z | [ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.693 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8900 | 2024-08-16T05:39:17.086Z | [ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.693 INFO ok! |
8901 | 2024-08-16T05:39:17.086Z | [ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.693 INFO STEP 34 (ensure_file) COMPLETE |
8902 | 2024-08-16T05:39:17.087Z | [ host-image] Aug 16 05:39:15.693 INFO O| Aug 16 05:39:15.693 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8903 | 2024-08-16T05:39:17.093Z | [ host-image] Aug 16 05:39:15.702 INFO O| Aug 16 05:39:15.702 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8904 | 2024-08-16T05:39:17.093Z | [ host-image] Aug 16 05:39:15.702 INFO O| Aug 16 05:39:15.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8905 | 2024-08-16T05:39:17.096Z | [ host-image] Aug 16 05:39:15.702 INFO O| Aug 16 05:39:15.702 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8906 | 2024-08-16T05:39:17.096Z | [ host-image] Aug 16 05:39:15.702 INFO O| Aug 16 05:39:15.702 INFO STEP 35 (ensure_dir) COMPLETE |
8907 | 2024-08-16T05:39:17.096Z | [ host-image] Aug 16 05:39:15.702 INFO O| Aug 16 05:39:15.702 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8908 | 2024-08-16T05:39:17.103Z | [ host-image] Aug 16 05:39:15.711 INFO O| Aug 16 05:39:15.711 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 |
8909 | 2024-08-16T05:39:17.103Z | [ host-image] Aug 16 05:39:15.711 INFO O| Aug 16 05:39:15.711 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 ... |
8910 | 2024-08-16T05:39:17.105Z | [ host-image] Aug 16 05:39:15.711 INFO O| Aug 16 05:39:15.711 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 |
8911 | 2024-08-16T05:39:17.105Z | [ host-image] Aug 16 05:39:15.711 INFO O| Aug 16 05:39:15.711 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 |
8912 | 2024-08-16T05:39:17.105Z | [ host-image] Aug 16 05:39:15.711 INFO O| Aug 16 05:39:15.711 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 |
8913 | 2024-08-16T05:39:17.105Z | [ host-image] Aug 16 05:39:15.711 INFO O| Aug 16 05:39:15.711 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 |
8914 | 2024-08-16T05:39:17.105Z | [ host-image] Aug 16 05:39:15.712 INFO O| Aug 16 05:39:15.711 INFO ok! |
8915 | 2024-08-16T05:39:17.106Z | [ host-image] Aug 16 05:39:15.712 INFO O| Aug 16 05:39:15.711 INFO STEP 36 (ensure_file) COMPLETE |
8916 | 2024-08-16T05:39:17.106Z | [ host-image] Aug 16 05:39:15.712 INFO O| Aug 16 05:39:15.711 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8917 | 2024-08-16T05:39:17.112Z | [ host-image] Aug 16 05:39:15.721 INFO O| Aug 16 05:39:15.721 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8918 | 2024-08-16T05:39:17.115Z | [ host-image] Aug 16 05:39:15.721 INFO O| Aug 16 05:39:15.721 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 ... |
8919 | 2024-08-16T05:39:17.115Z | [ host-image] Aug 16 05:39:15.721 INFO O| Aug 16 05:39:15.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8920 | 2024-08-16T05:39:17.115Z | [ host-image] Aug 16 05:39:15.721 INFO O| Aug 16 05:39:15.721 INFO ok! |
8921 | 2024-08-16T05:39:17.115Z | [ host-image] Aug 16 05:39:15.721 INFO O| Aug 16 05:39:15.721 INFO STEP 37 (ensure_symlink) COMPLETE |
8922 | 2024-08-16T05:39:17.115Z | [ host-image] Aug 16 05:39:15.721 INFO O| Aug 16 05:39:15.721 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8923 | 2024-08-16T05:39:17.122Z | [ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8924 | 2024-08-16T05:39:17.122Z | [ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8925 | 2024-08-16T05:39:17.124Z | [ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8926 | 2024-08-16T05:39:17.124Z | [ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8927 | 2024-08-16T05:39:17.124Z | [ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8928 | 2024-08-16T05:39:17.124Z | [ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8929 | 2024-08-16T05:39:17.124Z | [ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO ok! |
8930 | 2024-08-16T05:39:17.124Z | [ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO STEP 38 (ensure_file) COMPLETE |
8931 | 2024-08-16T05:39:17.124Z | [ host-image] Aug 16 05:39:15.730 INFO O| Aug 16 05:39:15.730 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8932 | 2024-08-16T05:39:17.131Z | [ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8933 | 2024-08-16T05:39:17.131Z | [ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 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 ... |
8934 | 2024-08-16T05:39:17.134Z | [ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 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 |
8935 | 2024-08-16T05:39:17.134Z | [ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8936 | 2024-08-16T05:39:17.134Z | [ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 INFO ok! |
8937 | 2024-08-16T05:39:17.134Z | [ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 INFO STEP 39 (ensure_file) COMPLETE |
8938 | 2024-08-16T05:39:17.134Z | [ host-image] Aug 16 05:39:15.740 INFO O| Aug 16 05:39:15.740 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8939 | 2024-08-16T05:39:17.140Z | [ host-image] Aug 16 05:39:15.749 INFO O| Aug 16 05:39:15.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8940 | 2024-08-16T05:39:17.140Z | [ host-image] Aug 16 05:39:15.749 INFO O| Aug 16 05:39:15.749 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8941 | 2024-08-16T05:39:17.144Z | [ host-image] Aug 16 05:39:15.749 INFO O| Aug 16 05:39:15.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8942 | 2024-08-16T05:39:17.144Z | [ host-image] Aug 16 05:39:15.749 INFO O| Aug 16 05:39:15.749 INFO ok! |
8943 | 2024-08-16T05:39:17.144Z | [ host-image] Aug 16 05:39:15.749 INFO O| Aug 16 05:39:15.749 INFO STEP 40 (ensure_file) COMPLETE |
8944 | 2024-08-16T05:39:17.144Z | [ host-image] Aug 16 05:39:15.749 INFO O| Aug 16 05:39:15.749 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8945 | 2024-08-16T05:39:17.150Z | [ host-image] Aug 16 05:39:15.758 INFO O| Aug 16 05:39:15.758 INFO updating shadow file |
8946 | 2024-08-16T05:39:17.152Z | [ host-image] Aug 16 05:39:15.759 INFO O| Aug 16 05:39:15.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8947 | 2024-08-16T05:39:17.152Z | [ host-image] Aug 16 05:39:15.759 INFO O| Aug 16 05:39:15.759 INFO STEP 41 (shadow) COMPLETE |
8948 | 2024-08-16T05:39:17.152Z | [ host-image] Aug 16 05:39:15.759 INFO O| Aug 16 05:39:15.759 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8949 | 2024-08-16T05:39:17.159Z | [ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8950 | 2024-08-16T05:39:17.162Z | [ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8951 | 2024-08-16T05:39:17.162Z | [ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8952 | 2024-08-16T05:39:17.162Z | [ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8953 | 2024-08-16T05:39:17.162Z | [ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO ok! |
8954 | 2024-08-16T05:39:17.162Z | [ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO STEP 42 (ensure_file) COMPLETE |
8955 | 2024-08-16T05:39:17.162Z | [ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8956 | 2024-08-16T05:39:17.162Z | [ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO skip step because feature "mfg" is not enabled |
8957 | 2024-08-16T05:39:17.162Z | [ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8958 | 2024-08-16T05:39:17.162Z | [ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO skip step because feature "mfg" is not enabled |
8959 | 2024-08-16T05:39:17.162Z | [ host-image] Aug 16 05:39:15.768 INFO O| Aug 16 05:39:15.768 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8960 | 2024-08-16T05:39:17.169Z | [ host-image] Aug 16 05:39:15.778 INFO O| Aug 16 05:39:15.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8961 | 2024-08-16T05:39:17.172Z | [ host-image] Aug 16 05:39:15.778 INFO O| Aug 16 05:39:15.778 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8962 | 2024-08-16T05:39:17.805Z | [ host-image] Aug 16 05:39:16.413 INFO O| Aug 16 05:39:16.413 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8963 | 2024-08-16T05:39:17.805Z | [ host-image] Aug 16 05:39:16.413 INFO O| Aug 16 05:39:16.413 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8964 | 2024-08-16T05:39:17.808Z | [ host-image] Aug 16 05:39:16.413 INFO O| Aug 16 05:39:16.413 INFO ok! |
8965 | 2024-08-16T05:39:17.808Z | [ host-image] Aug 16 05:39:16.413 INFO O| Aug 16 05:39:16.413 INFO STEP 45 (ensure_file) COMPLETE |
8966 | 2024-08-16T05:39:17.808Z | [ host-image] Aug 16 05:39:16.413 INFO O| Aug 16 05:39:16.413 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8967 | 2024-08-16T05:39:17.818Z | [ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8968 | 2024-08-16T05:39:17.818Z | [ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8969 | 2024-08-16T05:39:17.820Z | [ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8970 | 2024-08-16T05:39:17.820Z | [ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8971 | 2024-08-16T05:39:17.820Z | [ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8972 | 2024-08-16T05:39:17.820Z | [ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8973 | 2024-08-16T05:39:17.821Z | [ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO ok! |
8974 | 2024-08-16T05:39:17.821Z | [ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO STEP 46 (ensure_file) COMPLETE |
8975 | 2024-08-16T05:39:17.821Z | [ host-image] Aug 16 05:39:16.426 INFO O| Aug 16 05:39:16.426 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8976 | 2024-08-16T05:39:17.828Z | [ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8977 | 2024-08-16T05:39:17.828Z | [ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 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 ... |
8978 | 2024-08-16T05:39:17.831Z | [ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 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 |
8979 | 2024-08-16T05:39:17.831Z | [ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8980 | 2024-08-16T05:39:17.831Z | [ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 INFO ok! |
8981 | 2024-08-16T05:39:17.831Z | [ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 INFO STEP 47 (ensure_file) COMPLETE |
8982 | 2024-08-16T05:39:17.831Z | [ host-image] Aug 16 05:39:16.436 INFO O| Aug 16 05:39:16.436 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8983 | 2024-08-16T05:39:17.838Z | [ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8984 | 2024-08-16T05:39:17.838Z | [ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8985 | 2024-08-16T05:39:17.840Z | [ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8986 | 2024-08-16T05:39:17.840Z | [ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8987 | 2024-08-16T05:39:17.840Z | [ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8988 | 2024-08-16T05:39:17.840Z | [ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8989 | 2024-08-16T05:39:17.840Z | [ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO ok! |
8990 | 2024-08-16T05:39:17.840Z | [ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO STEP 48 (ensure_file) COMPLETE |
8991 | 2024-08-16T05:39:17.840Z | [ host-image] Aug 16 05:39:16.446 INFO O| Aug 16 05:39:16.446 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8992 | 2024-08-16T05:39:17.848Z | [ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8993 | 2024-08-16T05:39:17.850Z | [ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 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 ... |
8994 | 2024-08-16T05:39:17.850Z | [ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 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 |
8995 | 2024-08-16T05:39:17.850Z | [ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8996 | 2024-08-16T05:39:17.850Z | [ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 INFO ok! |
8997 | 2024-08-16T05:39:17.850Z | [ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 INFO STEP 49 (ensure_file) COMPLETE |
8998 | 2024-08-16T05:39:17.850Z | [ host-image] Aug 16 05:39:16.456 INFO O| Aug 16 05:39:16.456 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8999 | 2024-08-16T05:39:17.858Z | [ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9000 | 2024-08-16T05:39:17.858Z | [ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9001 | 2024-08-16T05:39:17.860Z | [ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9002 | 2024-08-16T05:39:17.860Z | [ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9003 | 2024-08-16T05:39:17.860Z | [ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9004 | 2024-08-16T05:39:17.860Z | [ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9005 | 2024-08-16T05:39:17.861Z | [ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO ok! |
9006 | 2024-08-16T05:39:17.861Z | [ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO STEP 50 (ensure_file) COMPLETE |
9007 | 2024-08-16T05:39:17.861Z | [ host-image] Aug 16 05:39:16.466 INFO O| Aug 16 05:39:16.466 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9008 | 2024-08-16T05:39:17.868Z | [ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9009 | 2024-08-16T05:39:17.868Z | [ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 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 ... |
9010 | 2024-08-16T05:39:17.870Z | [ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 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 |
9011 | 2024-08-16T05:39:17.870Z | [ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9012 | 2024-08-16T05:39:17.870Z | [ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 INFO ok! |
9013 | 2024-08-16T05:39:17.870Z | [ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 INFO STEP 51 (ensure_file) COMPLETE |
9014 | 2024-08-16T05:39:17.870Z | [ host-image] Aug 16 05:39:16.476 INFO O| Aug 16 05:39:16.476 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9015 | 2024-08-16T05:39:17.877Z | [ host-image] Aug 16 05:39:16.485 INFO O| Aug 16 05:39:16.485 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9016 | 2024-08-16T05:39:17.877Z | [ host-image] Aug 16 05:39:16.486 INFO O| Aug 16 05:39:16.485 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 ... |
9017 | 2024-08-16T05:39:17.880Z | [ host-image] Aug 16 05:39:16.486 INFO O| Aug 16 05:39:16.486 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 |
9018 | 2024-08-16T05:39:17.880Z | [ host-image] Aug 16 05:39:16.486 INFO O| Aug 16 05:39:16.486 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9019 | 2024-08-16T05:39:17.880Z | [ host-image] Aug 16 05:39:16.486 INFO O| Aug 16 05:39:16.486 INFO ok! |
9020 | 2024-08-16T05:39:17.880Z | [ host-image] Aug 16 05:39:16.486 INFO O| Aug 16 05:39:16.486 INFO STEP 52 (ensure_file) COMPLETE |
9021 | 2024-08-16T05:39:17.880Z | [ host-image] Aug 16 05:39:16.486 INFO O| Aug 16 05:39:16.486 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9022 | 2024-08-16T05:39:17.887Z | [ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9023 | 2024-08-16T05:39:17.887Z | [ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 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 ... |
9024 | 2024-08-16T05:39:17.887Z | [ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 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 |
9025 | 2024-08-16T05:39:17.889Z | [ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9026 | 2024-08-16T05:39:17.889Z | [ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 INFO ok! |
9027 | 2024-08-16T05:39:17.889Z | [ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 INFO STEP 53 (ensure_file) COMPLETE |
9028 | 2024-08-16T05:39:17.889Z | [ host-image] Aug 16 05:39:16.495 INFO O| Aug 16 05:39:16.495 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9029 | 2024-08-16T05:39:17.897Z | [ host-image] Aug 16 05:39:16.505 INFO O| Aug 16 05:39:16.505 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9030 | 2024-08-16T05:39:17.897Z | [ host-image] Aug 16 05:39:16.505 INFO O| Aug 16 05:39:16.505 INFO STEP 54 (ensure_dir) COMPLETE |
9031 | 2024-08-16T05:39:17.899Z | [ host-image] Aug 16 05:39:16.505 INFO O| Aug 16 05:39:16.505 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9032 | 2024-08-16T05:39:17.906Z | [ host-image] Aug 16 05:39:16.514 INFO O| Aug 16 05:39:16.514 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9033 | 2024-08-16T05:39:17.906Z | [ host-image] Aug 16 05:39:16.514 INFO O| Aug 16 05:39:16.514 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9034 | 2024-08-16T05:39:17.908Z | [ host-image] Aug 16 05:39:16.514 INFO O| Aug 16 05:39:16.514 INFO STEP 55 (ensure_dir) COMPLETE |
9035 | 2024-08-16T05:39:17.908Z | [ host-image] Aug 16 05:39:16.514 INFO O| Aug 16 05:39:16.514 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9036 | 2024-08-16T05:39:17.915Z | [ host-image] Aug 16 05:39:16.523 INFO O| Aug 16 05:39:16.523 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9037 | 2024-08-16T05:39:17.918Z | [ host-image] Aug 16 05:39:16.523 INFO O| Aug 16 05:39:16.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9038 | 2024-08-16T05:39:17.918Z | [ host-image] Aug 16 05:39:16.523 INFO O| Aug 16 05:39:16.523 INFO STEP 56 (ensure_dir) COMPLETE |
9039 | 2024-08-16T05:39:17.918Z | [ host-image] Aug 16 05:39:16.523 INFO O| Aug 16 05:39:16.523 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9040 | 2024-08-16T05:39:17.924Z | [ host-image] Aug 16 05:39:16.533 INFO O| Aug 16 05:39:16.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9041 | 2024-08-16T05:39:17.925Z | [ host-image] Aug 16 05:39:16.533 INFO O| Aug 16 05:39:16.533 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9042 | 2024-08-16T05:39:17.940Z | [ host-image] Aug 16 05:39:16.548 INFO O| Aug 16 05:39:16.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9043 | 2024-08-16T05:39:17.942Z | [ host-image] Aug 16 05:39:16.548 INFO O| Aug 16 05:39:16.548 INFO ok! |
9044 | 2024-08-16T05:39:17.942Z | [ host-image] Aug 16 05:39:16.548 INFO O| Aug 16 05:39:16.548 INFO STEP 57 (ensure_file) COMPLETE |
9045 | 2024-08-16T05:39:17.942Z | [ host-image] Aug 16 05:39:16.548 INFO O| Aug 16 05:39:16.548 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9046 | 2024-08-16T05:39:17.951Z | [ host-image] Aug 16 05:39:16.559 INFO O| Aug 16 05:39:16.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9047 | 2024-08-16T05:39:17.951Z | [ host-image] Aug 16 05:39:16.559 INFO O| Aug 16 05:39:16.559 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9048 | 2024-08-16T05:39:19.029Z | [ host-image] Aug 16 05:39:17.636 INFO O| Aug 16 05:39:17.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9049 | 2024-08-16T05:39:19.029Z | [ host-image] Aug 16 05:39:17.636 INFO O| Aug 16 05:39:17.636 INFO ok! |
9050 | 2024-08-16T05:39:19.029Z | [ host-image] Aug 16 05:39:17.636 INFO O| Aug 16 05:39:17.636 INFO STEP 58 (ensure_file) COMPLETE |
9051 | 2024-08-16T05:39:19.031Z | [ host-image] Aug 16 05:39:17.636 INFO O| Aug 16 05:39:17.636 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9052 | 2024-08-16T05:39:19.041Z | [ host-image] Aug 16 05:39:17.648 INFO O| Aug 16 05:39:17.648 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9053 | 2024-08-16T05:39:19.041Z | [ host-image] Aug 16 05:39:17.648 INFO O| Aug 16 05:39:17.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9054 | 2024-08-16T05:39:19.043Z | [ host-image] Aug 16 05:39:17.648 INFO O| Aug 16 05:39:17.648 INFO STEP 59 (ensure_dir) COMPLETE |
9055 | 2024-08-16T05:39:19.043Z | [ host-image] Aug 16 05:39:17.648 INFO O| Aug 16 05:39:17.648 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9056 | 2024-08-16T05:39:19.051Z | [ host-image] Aug 16 05:39:17.658 INFO O| Aug 16 05:39:17.658 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9057 | 2024-08-16T05:39:19.051Z | [ host-image] Aug 16 05:39:17.658 INFO O| Aug 16 05:39:17.658 INFO copying /tmp/.tmpGXLJbR/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 ... |
9058 | 2024-08-16T05:39:19.053Z | [ host-image] Aug 16 05:39:17.658 INFO O| Aug 16 05:39:17.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9059 | 2024-08-16T05:39:19.053Z | [ host-image] Aug 16 05:39:17.658 INFO O| Aug 16 05:39:17.658 INFO ok! |
9060 | 2024-08-16T05:39:19.053Z | [ host-image] Aug 16 05:39:17.658 INFO O| Aug 16 05:39:17.658 INFO STEP 60 (ensure_file) COMPLETE |
9061 | 2024-08-16T05:39:19.053Z | [ host-image] Aug 16 05:39:17.658 INFO O| Aug 16 05:39:17.658 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9062 | 2024-08-16T05:39:19.060Z | [ host-image] Aug 16 05:39:17.668 INFO O| Aug 16 05:39:17.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9063 | 2024-08-16T05:39:19.060Z | [ host-image] Aug 16 05:39:17.668 INFO O| Aug 16 05:39:17.668 INFO copying /tmp/.tmpGXLJbR/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 ... |
9064 | 2024-08-16T05:39:19.063Z | [ host-image] Aug 16 05:39:17.668 INFO O| Aug 16 05:39:17.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9065 | 2024-08-16T05:39:19.063Z | [ host-image] Aug 16 05:39:17.668 INFO O| Aug 16 05:39:17.668 INFO ok! |
9066 | 2024-08-16T05:39:19.063Z | [ host-image] Aug 16 05:39:17.668 INFO O| Aug 16 05:39:17.668 INFO STEP 61 (ensure_file) COMPLETE |
9067 | 2024-08-16T05:39:19.063Z | [ host-image] Aug 16 05:39:17.668 INFO O| Aug 16 05:39:17.668 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9068 | 2024-08-16T05:39:19.069Z | [ host-image] Aug 16 05:39:17.677 INFO O| Aug 16 05:39:17.677 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9069 | 2024-08-16T05:39:19.073Z | [ host-image] Aug 16 05:39:17.677 INFO O| Aug 16 05:39:17.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9070 | 2024-08-16T05:39:19.073Z | [ host-image] Aug 16 05:39:17.677 INFO O| Aug 16 05:39:17.677 INFO STEP 62 (ensure_dir) COMPLETE |
9071 | 2024-08-16T05:39:19.073Z | [ host-image] Aug 16 05:39:17.677 INFO O| Aug 16 05:39:17.677 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9072 | 2024-08-16T05:39:19.079Z | [ host-image] Aug 16 05:39:17.687 INFO O| Aug 16 05:39:17.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9073 | 2024-08-16T05:39:19.079Z | [ host-image] Aug 16 05:39:17.687 INFO O| Aug 16 05:39:17.687 INFO copying /tmp/.tmpGXLJbR/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 ... |
9074 | 2024-08-16T05:39:19.082Z | [ host-image] Aug 16 05:39:17.687 INFO O| Aug 16 05:39:17.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9075 | 2024-08-16T05:39:19.082Z | [ host-image] Aug 16 05:39:17.687 INFO O| Aug 16 05:39:17.687 INFO ok! |
9076 | 2024-08-16T05:39:19.082Z | [ host-image] Aug 16 05:39:17.687 INFO O| Aug 16 05:39:17.687 INFO STEP 63 (ensure_file) COMPLETE |
9077 | 2024-08-16T05:39:19.082Z | [ host-image] Aug 16 05:39:17.687 INFO O| Aug 16 05:39:17.687 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9078 | 2024-08-16T05:39:19.088Z | [ host-image] Aug 16 05:39:17.696 INFO O| Aug 16 05:39:17.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9079 | 2024-08-16T05:39:19.089Z | [ host-image] Aug 16 05:39:17.696 INFO O| Aug 16 05:39:17.696 INFO copying /tmp/.tmpGXLJbR/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 ... |
9080 | 2024-08-16T05:39:19.091Z | [ host-image] Aug 16 05:39:17.696 INFO O| Aug 16 05:39:17.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9081 | 2024-08-16T05:39:19.091Z | [ host-image] Aug 16 05:39:17.696 INFO O| Aug 16 05:39:17.696 INFO ok! |
9082 | 2024-08-16T05:39:19.091Z | [ host-image] Aug 16 05:39:17.696 INFO O| Aug 16 05:39:17.696 INFO STEP 64 (ensure_file) COMPLETE |
9083 | 2024-08-16T05:39:19.091Z | [ host-image] Aug 16 05:39:17.696 INFO O| Aug 16 05:39:17.696 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9084 | 2024-08-16T05:39:19.098Z | [ host-image] Aug 16 05:39:17.705 INFO O| Aug 16 05:39:17.705 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9085 | 2024-08-16T05:39:19.100Z | [ host-image] Aug 16 05:39:17.706 INFO O| Aug 16 05:39:17.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9086 | 2024-08-16T05:39:19.100Z | [ host-image] Aug 16 05:39:17.706 INFO O| Aug 16 05:39:17.706 INFO STEP 65 (ensure_dir) COMPLETE |
9087 | 2024-08-16T05:39:19.100Z | [ host-image] Aug 16 05:39:17.706 INFO O| Aug 16 05:39:17.706 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9088 | 2024-08-16T05:39:19.108Z | [ host-image] Aug 16 05:39:17.715 INFO O| Aug 16 05:39:17.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9089 | 2024-08-16T05:39:19.108Z | [ host-image] Aug 16 05:39:17.715 INFO O| Aug 16 05:39:17.715 INFO copying /tmp/.tmpGXLJbR/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 ... |
9090 | 2024-08-16T05:39:19.110Z | [ host-image] Aug 16 05:39:17.715 INFO O| Aug 16 05:39:17.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9091 | 2024-08-16T05:39:19.110Z | [ host-image] Aug 16 05:39:17.715 INFO O| Aug 16 05:39:17.715 INFO ok! |
9092 | 2024-08-16T05:39:19.110Z | [ host-image] Aug 16 05:39:17.715 INFO O| Aug 16 05:39:17.715 INFO STEP 66 (ensure_file) COMPLETE |
9093 | 2024-08-16T05:39:19.110Z | [ host-image] Aug 16 05:39:17.715 INFO O| Aug 16 05:39:17.715 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9094 | 2024-08-16T05:39:19.117Z | [ host-image] Aug 16 05:39:17.724 INFO O| Aug 16 05:39:17.724 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9095 | 2024-08-16T05:39:19.117Z | [ host-image] Aug 16 05:39:17.724 INFO O| Aug 16 05:39:17.724 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9096 | 2024-08-16T05:39:19.119Z | [ host-image] Aug 16 05:39:17.724 INFO O| Aug 16 05:39:17.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9097 | 2024-08-16T05:39:19.119Z | [ host-image] Aug 16 05:39:17.724 INFO O| Aug 16 05:39:17.724 INFO ok! |
9098 | 2024-08-16T05:39:19.119Z | [ host-image] Aug 16 05:39:17.724 INFO O| Aug 16 05:39:17.724 INFO STEP 67 (ensure_file) COMPLETE |
9099 | 2024-08-16T05:39:19.119Z | [ host-image] Aug 16 05:39:17.724 INFO O| Aug 16 05:39:17.724 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9100 | 2024-08-16T05:39:19.126Z | [ host-image] Aug 16 05:39:17.734 INFO O| Aug 16 05:39:17.734 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9101 | 2024-08-16T05:39:19.126Z | [ host-image] Aug 16 05:39:17.734 INFO O| Aug 16 05:39:17.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9102 | 2024-08-16T05:39:19.129Z | [ host-image] Aug 16 05:39:17.734 INFO O| Aug 16 05:39:17.734 INFO STEP 68 (ensure_dir) COMPLETE |
9103 | 2024-08-16T05:39:19.129Z | [ host-image] Aug 16 05:39:17.734 INFO O| Aug 16 05:39:17.734 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9104 | 2024-08-16T05:39:19.137Z | [ host-image] Aug 16 05:39:17.743 INFO O| Aug 16 05:39:17.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9105 | 2024-08-16T05:39:19.137Z | [ host-image] Aug 16 05:39:17.743 INFO O| Aug 16 05:39:17.743 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9106 | 2024-08-16T05:39:19.679Z | [ host-image] Aug 16 05:39:18.286 INFO O| Aug 16 05:39:18.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9107 | 2024-08-16T05:39:19.679Z | [ host-image] Aug 16 05:39:18.286 INFO O| Aug 16 05:39:18.286 INFO ok! |
9108 | 2024-08-16T05:39:19.679Z | [ host-image] Aug 16 05:39:18.286 INFO O| Aug 16 05:39:18.286 INFO STEP 69 (ensure_file) COMPLETE |
9109 | 2024-08-16T05:39:19.679Z | [ host-image] Aug 16 05:39:18.286 INFO O| Aug 16 05:39:18.286 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9110 | 2024-08-16T05:39:19.690Z | [ host-image] Aug 16 05:39:18.297 INFO O| Aug 16 05:39:18.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9111 | 2024-08-16T05:39:19.690Z | [ host-image] Aug 16 05:39:18.297 INFO O| Aug 16 05:39:18.297 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9112 | 2024-08-16T05:39:21.110Z | [ host-image] Aug 16 05:39:19.715 INFO O| Aug 16 05:39:19.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9113 | 2024-08-16T05:39:21.113Z | [ host-image] Aug 16 05:39:19.715 INFO O| Aug 16 05:39:19.715 INFO ok! |
9114 | 2024-08-16T05:39:21.113Z | [ host-image] Aug 16 05:39:19.715 INFO O| Aug 16 05:39:19.715 INFO STEP 70 (ensure_file) COMPLETE |
9115 | 2024-08-16T05:39:21.113Z | [ host-image] Aug 16 05:39:19.715 INFO O| Aug 16 05:39:19.715 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9116 | 2024-08-16T05:39:21.122Z | [ host-image] Aug 16 05:39:19.728 INFO O| Aug 16 05:39:19.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9117 | 2024-08-16T05:39:21.124Z | [ host-image] Aug 16 05:39:19.728 INFO O| Aug 16 05:39:19.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9118 | 2024-08-16T05:39:21.124Z | [ host-image] Aug 16 05:39:19.728 INFO O| Aug 16 05:39:19.728 INFO STEP 71 (ensure_dir) COMPLETE |
9119 | 2024-08-16T05:39:21.124Z | [ host-image] Aug 16 05:39:19.728 INFO O| Aug 16 05:39:19.728 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9120 | 2024-08-16T05:39:21.132Z | [ host-image] Aug 16 05:39:19.739 INFO O| Aug 16 05:39:19.739 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9121 | 2024-08-16T05:39:21.135Z | [ host-image] Aug 16 05:39:19.739 INFO O| Aug 16 05:39:19.739 INFO copying /tmp/.tmpGXLJbR/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 ... |
9122 | 2024-08-16T05:39:21.135Z | [ host-image] Aug 16 05:39:19.739 INFO O| Aug 16 05:39:19.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9123 | 2024-08-16T05:39:21.135Z | [ host-image] Aug 16 05:39:19.739 INFO O| Aug 16 05:39:19.739 INFO ok! |
9124 | 2024-08-16T05:39:21.135Z | [ host-image] Aug 16 05:39:19.739 INFO O| Aug 16 05:39:19.739 INFO STEP 72 (ensure_file) COMPLETE |
9125 | 2024-08-16T05:39:21.135Z | [ host-image] Aug 16 05:39:19.739 INFO O| Aug 16 05:39:19.739 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9126 | 2024-08-16T05:39:21.142Z | [ host-image] Aug 16 05:39:19.749 INFO O| Aug 16 05:39:19.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9127 | 2024-08-16T05:39:21.145Z | [ host-image] Aug 16 05:39:19.749 INFO O| Aug 16 05:39:19.749 INFO copying /tmp/.tmpGXLJbR/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 ... |
9128 | 2024-08-16T05:39:21.145Z | [ host-image] Aug 16 05:39:19.749 INFO O| Aug 16 05:39:19.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9129 | 2024-08-16T05:39:21.145Z | [ host-image] Aug 16 05:39:19.749 INFO O| Aug 16 05:39:19.749 INFO ok! |
9130 | 2024-08-16T05:39:21.145Z | [ host-image] Aug 16 05:39:19.749 INFO O| Aug 16 05:39:19.749 INFO STEP 73 (ensure_file) COMPLETE |
9131 | 2024-08-16T05:39:21.145Z | [ host-image] Aug 16 05:39:19.749 INFO O| Aug 16 05:39:19.749 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9132 | 2024-08-16T05:39:21.152Z | [ host-image] Aug 16 05:39:19.759 INFO O| Aug 16 05:39:19.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9133 | 2024-08-16T05:39:21.152Z | [ host-image] Aug 16 05:39:19.759 INFO O| Aug 16 05:39:19.759 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9134 | 2024-08-16T05:39:21.155Z | [ host-image] Aug 16 05:39:19.759 INFO O| Aug 16 05:39:19.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9135 | 2024-08-16T05:39:21.155Z | [ host-image] Aug 16 05:39:19.759 INFO O| Aug 16 05:39:19.759 INFO ok! |
9136 | 2024-08-16T05:39:21.155Z | [ host-image] Aug 16 05:39:19.759 INFO O| Aug 16 05:39:19.759 INFO STEP 74 (ensure_file) COMPLETE |
9137 | 2024-08-16T05:39:21.155Z | [ host-image] Aug 16 05:39:19.759 INFO O| Aug 16 05:39:19.759 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9138 | 2024-08-16T05:39:21.162Z | [ host-image] Aug 16 05:39:19.768 INFO O| Aug 16 05:39:19.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9139 | 2024-08-16T05:39:21.162Z | [ host-image] Aug 16 05:39:19.768 INFO O| Aug 16 05:39:19.768 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9140 | 2024-08-16T05:39:21.164Z | [ host-image] Aug 16 05:39:19.768 INFO O| Aug 16 05:39:19.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9141 | 2024-08-16T05:39:21.164Z | [ host-image] Aug 16 05:39:19.768 INFO O| Aug 16 05:39:19.768 INFO ok! |
9142 | 2024-08-16T05:39:21.164Z | [ host-image] Aug 16 05:39:19.768 INFO O| Aug 16 05:39:19.768 INFO STEP 75 (ensure_file) COMPLETE |
9143 | 2024-08-16T05:39:21.164Z | [ host-image] Aug 16 05:39:19.768 INFO O| Aug 16 05:39:19.768 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9144 | 2024-08-16T05:39:21.171Z | [ host-image] Aug 16 05:39:19.777 INFO O| Aug 16 05:39:19.777 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9145 | 2024-08-16T05:39:21.174Z | [ host-image] Aug 16 05:39:19.778 INFO O| Aug 16 05:39:19.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9146 | 2024-08-16T05:39:21.174Z | [ host-image] Aug 16 05:39:19.778 INFO O| Aug 16 05:39:19.778 INFO STEP 76 (ensure_dir) COMPLETE |
9147 | 2024-08-16T05:39:21.174Z | [ host-image] Aug 16 05:39:19.778 INFO O| Aug 16 05:39:19.778 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9148 | 2024-08-16T05:39:21.180Z | [ host-image] Aug 16 05:39:19.787 INFO O| Aug 16 05:39:19.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9149 | 2024-08-16T05:39:21.181Z | [ host-image] Aug 16 05:39:19.787 INFO O| Aug 16 05:39:19.787 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9150 | 2024-08-16T05:39:21.650Z | [ host-image] Aug 16 05:39:20.255 INFO O| Aug 16 05:39:20.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9151 | 2024-08-16T05:39:21.650Z | [ host-image] Aug 16 05:39:20.255 INFO O| Aug 16 05:39:20.255 INFO ok! |
9152 | 2024-08-16T05:39:21.654Z | [ host-image] Aug 16 05:39:20.255 INFO O| Aug 16 05:39:20.255 INFO STEP 77 (ensure_file) COMPLETE |
9153 | 2024-08-16T05:39:21.654Z | [ host-image] Aug 16 05:39:20.255 INFO O| Aug 16 05:39:20.255 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9154 | 2024-08-16T05:39:21.661Z | [ host-image] Aug 16 05:39:20.266 INFO O| Aug 16 05:39:20.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9155 | 2024-08-16T05:39:21.661Z | [ host-image] Aug 16 05:39:20.266 INFO O| Aug 16 05:39:20.266 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9156 | 2024-08-16T05:39:21.665Z | [ host-image] Aug 16 05:39:20.266 INFO O| Aug 16 05:39:20.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9157 | 2024-08-16T05:39:21.665Z | [ host-image] Aug 16 05:39:20.266 INFO O| Aug 16 05:39:20.266 INFO ok! |
9158 | 2024-08-16T05:39:21.665Z | [ host-image] Aug 16 05:39:20.266 INFO O| Aug 16 05:39:20.266 INFO STEP 78 (ensure_file) COMPLETE |
9159 | 2024-08-16T05:39:21.665Z | [ host-image] Aug 16 05:39:20.266 INFO O| Aug 16 05:39:20.266 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9160 | 2024-08-16T05:39:21.670Z | [ host-image] Aug 16 05:39:20.276 INFO O| Aug 16 05:39:20.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9161 | 2024-08-16T05:39:21.671Z | [ host-image] Aug 16 05:39:20.276 INFO O| Aug 16 05:39:20.276 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9162 | 2024-08-16T05:39:22.235Z | [ host-image] Aug 16 05:39:20.840 INFO O| Aug 16 05:39:20.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9163 | 2024-08-16T05:39:22.235Z | [ host-image] Aug 16 05:39:20.840 INFO O| Aug 16 05:39:20.840 INFO ok! |
9164 | 2024-08-16T05:39:22.238Z | [ host-image] Aug 16 05:39:20.840 INFO O| Aug 16 05:39:20.840 INFO STEP 79 (ensure_file) COMPLETE |
9165 | 2024-08-16T05:39:22.238Z | [ host-image] Aug 16 05:39:20.840 INFO O| Aug 16 05:39:20.840 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9166 | 2024-08-16T05:39:22.247Z | [ host-image] Aug 16 05:39:20.852 INFO O| Aug 16 05:39:20.852 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9167 | 2024-08-16T05:39:22.249Z | [ host-image] Aug 16 05:39:20.853 INFO O| Aug 16 05:39:20.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9168 | 2024-08-16T05:39:22.249Z | [ host-image] Aug 16 05:39:20.853 INFO O| Aug 16 05:39:20.853 INFO STEP 80 (ensure_dir) COMPLETE |
9169 | 2024-08-16T05:39:22.249Z | [ host-image] Aug 16 05:39:20.853 INFO O| Aug 16 05:39:20.853 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9170 | 2024-08-16T05:39:22.256Z | [ host-image] Aug 16 05:39:20.862 INFO O| Aug 16 05:39:20.862 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9171 | 2024-08-16T05:39:22.259Z | [ host-image] Aug 16 05:39:20.862 INFO O| Aug 16 05:39:20.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9172 | 2024-08-16T05:39:22.259Z | [ host-image] Aug 16 05:39:20.862 INFO O| Aug 16 05:39:20.862 INFO STEP 81 (ensure_dir) COMPLETE |
9173 | 2024-08-16T05:39:22.259Z | [ host-image] Aug 16 05:39:20.862 INFO O| Aug 16 05:39:20.862 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9174 | 2024-08-16T05:39:22.266Z | [ host-image] Aug 16 05:39:20.872 INFO O| Aug 16 05:39:20.872 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9175 | 2024-08-16T05:39:22.269Z | [ host-image] Aug 16 05:39:20.872 INFO O| Aug 16 05:39:20.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9176 | 2024-08-16T05:39:22.269Z | [ host-image] Aug 16 05:39:20.872 INFO O| Aug 16 05:39:20.872 INFO STEP 82 (ensure_dir) COMPLETE |
9177 | 2024-08-16T05:39:22.269Z | [ host-image] Aug 16 05:39:20.872 INFO O| Aug 16 05:39:20.872 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9178 | 2024-08-16T05:39:22.275Z | [ host-image] Aug 16 05:39:20.881 INFO O| Aug 16 05:39:20.881 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9179 | 2024-08-16T05:39:22.275Z | [ host-image] Aug 16 05:39:20.881 INFO O| Aug 16 05:39:20.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9180 | 2024-08-16T05:39:22.278Z | [ host-image] Aug 16 05:39:20.881 INFO O| Aug 16 05:39:20.881 INFO STEP 83 (ensure_dir) COMPLETE |
9181 | 2024-08-16T05:39:22.278Z | [ host-image] Aug 16 05:39:20.881 INFO O| Aug 16 05:39:20.881 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9182 | 2024-08-16T05:39:22.284Z | [ host-image] Aug 16 05:39:20.890 INFO O| Aug 16 05:39:20.890 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9183 | 2024-08-16T05:39:22.284Z | [ host-image] Aug 16 05:39:20.890 INFO O| Aug 16 05:39:20.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9184 | 2024-08-16T05:39:22.284Z | [ host-image] Aug 16 05:39:20.890 INFO O| Aug 16 05:39:20.890 INFO STEP 84 (ensure_dir) COMPLETE |
9185 | 2024-08-16T05:39:22.288Z | [ host-image] Aug 16 05:39:20.890 INFO O| Aug 16 05:39:20.890 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9186 | 2024-08-16T05:39:22.294Z | [ host-image] Aug 16 05:39:20.900 INFO O| Aug 16 05:39:20.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9187 | 2024-08-16T05:39:22.294Z | [ host-image] Aug 16 05:39:20.900 INFO O| Aug 16 05:39:20.900 INFO copying /tmp/.tmpGXLJbR/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 ... |
9188 | 2024-08-16T05:39:22.296Z | [ host-image] Aug 16 05:39:20.900 INFO O| Aug 16 05:39:20.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9189 | 2024-08-16T05:39:22.296Z | [ host-image] Aug 16 05:39:20.900 INFO O| Aug 16 05:39:20.900 INFO ok! |
9190 | 2024-08-16T05:39:22.296Z | [ host-image] Aug 16 05:39:20.900 INFO O| Aug 16 05:39:20.900 INFO STEP 85 (ensure_file) COMPLETE |
9191 | 2024-08-16T05:39:22.296Z | [ host-image] Aug 16 05:39:20.900 INFO O| Aug 16 05:39:20.900 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9192 | 2024-08-16T05:39:22.304Z | [ host-image] Aug 16 05:39:20.909 INFO O| Aug 16 05:39:20.909 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9193 | 2024-08-16T05:39:22.306Z | [ host-image] Aug 16 05:39:20.910 INFO O| Aug 16 05:39:20.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9194 | 2024-08-16T05:39:22.306Z | [ host-image] Aug 16 05:39:20.910 INFO O| Aug 16 05:39:20.910 INFO STEP 86 (ensure_dir) COMPLETE |
9195 | 2024-08-16T05:39:22.306Z | [ host-image] Aug 16 05:39:20.910 INFO O| Aug 16 05:39:20.910 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9196 | 2024-08-16T05:39:22.313Z | [ host-image] Aug 16 05:39:20.919 INFO O| Aug 16 05:39:20.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9197 | 2024-08-16T05:39:22.313Z | [ host-image] Aug 16 05:39:20.919 INFO O| Aug 16 05:39:20.919 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9198 | 2024-08-16T05:39:22.313Z | [ host-image] Aug 16 05:39:20.919 INFO O| Aug 16 05:39:20.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9199 | 2024-08-16T05:39:22.316Z | [ host-image] Aug 16 05:39:20.919 INFO O| Aug 16 05:39:20.919 INFO ok! |
9200 | 2024-08-16T05:39:22.316Z | [ host-image] Aug 16 05:39:20.919 INFO O| Aug 16 05:39:20.919 INFO STEP 87 (ensure_file) COMPLETE |
9201 | 2024-08-16T05:39:22.316Z | [ host-image] Aug 16 05:39:20.919 INFO O| Aug 16 05:39:20.919 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9202 | 2024-08-16T05:39:22.323Z | [ host-image] Aug 16 05:39:20.928 INFO O| Aug 16 05:39:20.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9203 | 2024-08-16T05:39:22.323Z | [ host-image] Aug 16 05:39:20.928 INFO O| Aug 16 05:39:20.928 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9204 | 2024-08-16T05:39:22.334Z | [ host-image] Aug 16 05:39:20.939 INFO O| Aug 16 05:39:20.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9205 | 2024-08-16T05:39:22.334Z | [ host-image] Aug 16 05:39:20.939 INFO O| Aug 16 05:39:20.939 INFO ok! |
9206 | 2024-08-16T05:39:22.337Z | [ host-image] Aug 16 05:39:20.939 INFO O| Aug 16 05:39:20.939 INFO STEP 88 (ensure_file) COMPLETE |
9207 | 2024-08-16T05:39:22.337Z | [ host-image] Aug 16 05:39:20.939 INFO O| Aug 16 05:39:20.939 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9208 | 2024-08-16T05:39:22.343Z | [ host-image] Aug 16 05:39:20.949 INFO O| Aug 16 05:39:20.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9209 | 2024-08-16T05:39:22.346Z | [ host-image] Aug 16 05:39:20.949 INFO O| Aug 16 05:39:20.949 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9210 | 2024-08-16T05:39:22.822Z | [ host-image] Aug 16 05:39:21.428 INFO O| Aug 16 05:39:21.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9211 | 2024-08-16T05:39:22.822Z | [ host-image] Aug 16 05:39:21.428 INFO O| Aug 16 05:39:21.427 INFO ok! |
9212 | 2024-08-16T05:39:22.825Z | [ host-image] Aug 16 05:39:21.428 INFO O| Aug 16 05:39:21.427 INFO STEP 89 (ensure_file) COMPLETE |
9213 | 2024-08-16T05:39:22.825Z | [ host-image] Aug 16 05:39:21.428 INFO O| Aug 16 05:39:21.427 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9214 | 2024-08-16T05:39:22.835Z | [ host-image] Aug 16 05:39:21.440 INFO O| Aug 16 05:39:21.440 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9215 | 2024-08-16T05:39:22.837Z | [ host-image] Aug 16 05:39:21.440 INFO O| Aug 16 05:39:21.440 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9216 | 2024-08-16T05:39:22.837Z | [ host-image] Aug 16 05:39:21.441 INFO O| Aug 16 05:39:21.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9217 | 2024-08-16T05:39:22.837Z | [ host-image] Aug 16 05:39:21.441 INFO O| Aug 16 05:39:21.441 INFO ok! |
9218 | 2024-08-16T05:39:22.838Z | [ host-image] Aug 16 05:39:21.441 INFO O| Aug 16 05:39:21.441 INFO STEP 90 (ensure_file) COMPLETE |
9219 | 2024-08-16T05:39:22.838Z | [ host-image] Aug 16 05:39:21.441 INFO O| Aug 16 05:39:21.441 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9220 | 2024-08-16T05:39:22.845Z | [ host-image] Aug 16 05:39:21.451 INFO O| Aug 16 05:39:21.451 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9221 | 2024-08-16T05:39:22.848Z | [ host-image] Aug 16 05:39:21.451 INFO O| Aug 16 05:39:21.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9222 | 2024-08-16T05:39:22.848Z | [ host-image] Aug 16 05:39:21.451 INFO O| Aug 16 05:39:21.451 INFO STEP 91 (ensure_dir) COMPLETE |
9223 | 2024-08-16T05:39:22.848Z | [ host-image] Aug 16 05:39:21.451 INFO O| Aug 16 05:39:21.451 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9224 | 2024-08-16T05:39:22.855Z | [ host-image] Aug 16 05:39:21.461 INFO O| Aug 16 05:39:21.461 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9225 | 2024-08-16T05:39:22.858Z | [ host-image] Aug 16 05:39:21.461 INFO O| Aug 16 05:39:21.461 INFO copying /tmp/.tmpGXLJbR/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 ... |
9226 | 2024-08-16T05:39:22.858Z | [ host-image] Aug 16 05:39:21.461 INFO O| Aug 16 05:39:21.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9227 | 2024-08-16T05:39:22.858Z | [ host-image] Aug 16 05:39:21.461 INFO O| Aug 16 05:39:21.461 INFO ok! |
9228 | 2024-08-16T05:39:22.858Z | [ host-image] Aug 16 05:39:21.461 INFO O| Aug 16 05:39:21.461 INFO STEP 92 (ensure_file) COMPLETE |
9229 | 2024-08-16T05:39:22.858Z | [ host-image] Aug 16 05:39:21.461 INFO O| Aug 16 05:39:21.461 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9230 | 2024-08-16T05:39:22.866Z | [ host-image] Aug 16 05:39:21.471 INFO O| Aug 16 05:39:21.471 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9231 | 2024-08-16T05:39:22.869Z | [ host-image] Aug 16 05:39:21.471 INFO O| Aug 16 05:39:21.471 INFO copying /tmp/.tmpGXLJbR/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 ... |
9232 | 2024-08-16T05:39:22.869Z | [ host-image] Aug 16 05:39:21.471 INFO O| Aug 16 05:39:21.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9233 | 2024-08-16T05:39:22.869Z | [ host-image] Aug 16 05:39:21.471 INFO O| Aug 16 05:39:21.471 INFO ok! |
9234 | 2024-08-16T05:39:22.869Z | [ host-image] Aug 16 05:39:21.471 INFO O| Aug 16 05:39:21.471 INFO STEP 93 (ensure_file) COMPLETE |
9235 | 2024-08-16T05:39:22.869Z | [ host-image] Aug 16 05:39:21.471 INFO O| Aug 16 05:39:21.471 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9236 | 2024-08-16T05:39:22.875Z | [ host-image] Aug 16 05:39:21.480 INFO O| Aug 16 05:39:21.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9237 | 2024-08-16T05:39:22.881Z | [ host-image] Aug 16 05:39:21.480 INFO O| Aug 16 05:39:21.480 INFO copying /tmp/.tmpGXLJbR/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 ... |
9238 | 2024-08-16T05:39:22.881Z | [ host-image] Aug 16 05:39:21.481 INFO O| Aug 16 05:39:21.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9239 | 2024-08-16T05:39:22.881Z | [ host-image] Aug 16 05:39:21.481 INFO O| Aug 16 05:39:21.481 INFO ok! |
9240 | 2024-08-16T05:39:22.881Z | [ host-image] Aug 16 05:39:21.481 INFO O| Aug 16 05:39:21.481 INFO STEP 94 (ensure_file) COMPLETE |
9241 | 2024-08-16T05:39:22.882Z | [ host-image] Aug 16 05:39:21.481 INFO O| Aug 16 05:39:21.481 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9242 | 2024-08-16T05:39:22.885Z | [ host-image] Aug 16 05:39:21.490 INFO O| Aug 16 05:39:21.490 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9243 | 2024-08-16T05:39:22.885Z | [ host-image] Aug 16 05:39:21.490 INFO O| Aug 16 05:39:21.490 INFO copying /tmp/.tmpGXLJbR/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 ... |
9244 | 2024-08-16T05:39:22.888Z | [ host-image] Aug 16 05:39:21.490 INFO O| Aug 16 05:39:21.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9245 | 2024-08-16T05:39:22.888Z | [ host-image] Aug 16 05:39:21.490 INFO O| Aug 16 05:39:21.490 INFO ok! |
9246 | 2024-08-16T05:39:22.888Z | [ host-image] Aug 16 05:39:21.490 INFO O| Aug 16 05:39:21.490 INFO STEP 95 (ensure_file) COMPLETE |
9247 | 2024-08-16T05:39:22.888Z | [ host-image] Aug 16 05:39:21.490 INFO O| Aug 16 05:39:21.490 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9248 | 2024-08-16T05:39:22.895Z | [ host-image] Aug 16 05:39:21.500 INFO O| Aug 16 05:39:21.500 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9249 | 2024-08-16T05:39:22.895Z | [ host-image] Aug 16 05:39:21.500 INFO O| Aug 16 05:39:21.500 INFO copying /tmp/.tmpGXLJbR/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 ... |
9250 | 2024-08-16T05:39:22.898Z | [ host-image] Aug 16 05:39:21.500 INFO O| Aug 16 05:39:21.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9251 | 2024-08-16T05:39:22.898Z | [ host-image] Aug 16 05:39:21.500 INFO O| Aug 16 05:39:21.500 INFO ok! |
9252 | 2024-08-16T05:39:22.898Z | [ host-image] Aug 16 05:39:21.500 INFO O| Aug 16 05:39:21.500 INFO STEP 96 (ensure_file) COMPLETE |
9253 | 2024-08-16T05:39:22.898Z | [ host-image] Aug 16 05:39:21.500 INFO O| Aug 16 05:39:21.500 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9254 | 2024-08-16T05:39:22.906Z | [ host-image] Aug 16 05:39:21.510 INFO O| Aug 16 05:39:21.510 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9255 | 2024-08-16T05:39:22.906Z | [ host-image] Aug 16 05:39:21.510 INFO O| Aug 16 05:39:21.510 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9256 | 2024-08-16T05:39:22.908Z | [ host-image] Aug 16 05:39:21.510 INFO O| Aug 16 05:39:21.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9257 | 2024-08-16T05:39:22.908Z | [ host-image] Aug 16 05:39:21.510 INFO O| Aug 16 05:39:21.510 INFO ok! |
9258 | 2024-08-16T05:39:22.908Z | [ host-image] Aug 16 05:39:21.510 INFO O| Aug 16 05:39:21.510 INFO STEP 97 (ensure_file) COMPLETE |
9259 | 2024-08-16T05:39:22.908Z | [ host-image] Aug 16 05:39:21.510 INFO O| Aug 16 05:39:21.510 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9260 | 2024-08-16T05:39:22.914Z | [ host-image] Aug 16 05:39:21.519 INFO O| Aug 16 05:39:21.519 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9261 | 2024-08-16T05:39:22.914Z | [ host-image] Aug 16 05:39:21.520 INFO O| Aug 16 05:39:21.519 INFO copying /tmp/.tmpGXLJbR/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 ... |
9262 | 2024-08-16T05:39:22.917Z | [ host-image] Aug 16 05:39:21.520 INFO O| Aug 16 05:39:21.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9263 | 2024-08-16T05:39:22.917Z | [ host-image] Aug 16 05:39:21.520 INFO O| Aug 16 05:39:21.520 INFO ok! |
9264 | 2024-08-16T05:39:22.917Z | [ host-image] Aug 16 05:39:21.520 INFO O| Aug 16 05:39:21.520 INFO STEP 98 (ensure_file) COMPLETE |
9265 | 2024-08-16T05:39:22.917Z | [ host-image] Aug 16 05:39:21.520 INFO O| Aug 16 05:39:21.520 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9266 | 2024-08-16T05:39:22.924Z | [ host-image] Aug 16 05:39:21.529 INFO O| Aug 16 05:39:21.529 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9267 | 2024-08-16T05:39:22.924Z | [ host-image] Aug 16 05:39:21.529 INFO O| Aug 16 05:39:21.529 INFO copying /tmp/.tmpGXLJbR/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 ... |
9268 | 2024-08-16T05:39:22.927Z | [ host-image] Aug 16 05:39:21.529 INFO O| Aug 16 05:39:21.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9269 | 2024-08-16T05:39:22.927Z | [ host-image] Aug 16 05:39:21.529 INFO O| Aug 16 05:39:21.529 INFO ok! |
9270 | 2024-08-16T05:39:22.927Z | [ host-image] Aug 16 05:39:21.529 INFO O| Aug 16 05:39:21.529 INFO STEP 99 (ensure_file) COMPLETE |
9271 | 2024-08-16T05:39:22.927Z | [ host-image] Aug 16 05:39:21.529 INFO O| Aug 16 05:39:21.529 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9272 | 2024-08-16T05:39:22.933Z | [ host-image] Aug 16 05:39:21.539 INFO O| Aug 16 05:39:21.539 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9273 | 2024-08-16T05:39:22.936Z | [ host-image] Aug 16 05:39:21.539 INFO O| Aug 16 05:39:21.539 INFO copying /tmp/.tmpGXLJbR/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 ... |
9274 | 2024-08-16T05:39:22.936Z | [ host-image] Aug 16 05:39:21.539 INFO O| Aug 16 05:39:21.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9275 | 2024-08-16T05:39:22.936Z | [ host-image] Aug 16 05:39:21.539 INFO O| Aug 16 05:39:21.539 INFO ok! |
9276 | 2024-08-16T05:39:22.936Z | [ host-image] Aug 16 05:39:21.539 INFO O| Aug 16 05:39:21.539 INFO STEP 100 (ensure_file) COMPLETE |
9277 | 2024-08-16T05:39:22.936Z | [ host-image] Aug 16 05:39:21.539 INFO O| Aug 16 05:39:21.539 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9278 | 2024-08-16T05:39:22.946Z | [ host-image] Aug 16 05:39:21.548 INFO O| Aug 16 05:39:21.548 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9279 | 2024-08-16T05:39:22.946Z | [ host-image] Aug 16 05:39:21.548 INFO O| Aug 16 05:39:21.548 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9280 | 2024-08-16T05:39:22.950Z | [ host-image] Aug 16 05:39:21.548 INFO O| Aug 16 05:39:21.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9281 | 2024-08-16T05:39:22.950Z | [ host-image] Aug 16 05:39:21.549 INFO O| Aug 16 05:39:21.548 INFO ok! |
9282 | 2024-08-16T05:39:22.950Z | [ host-image] Aug 16 05:39:21.549 INFO O| Aug 16 05:39:21.548 INFO STEP 101 (ensure_file) COMPLETE |
9283 | 2024-08-16T05:39:22.950Z | [ host-image] Aug 16 05:39:21.549 INFO O| Aug 16 05:39:21.548 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9284 | 2024-08-16T05:39:22.953Z | [ host-image] Aug 16 05:39:21.558 INFO O| Aug 16 05:39:21.558 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9285 | 2024-08-16T05:39:22.953Z | [ host-image] Aug 16 05:39:21.558 INFO O| Aug 16 05:39:21.558 INFO copying /tmp/.tmpGXLJbR/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 ... |
9286 | 2024-08-16T05:39:22.953Z | [ host-image] Aug 16 05:39:21.558 INFO O| Aug 16 05:39:21.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9287 | 2024-08-16T05:39:22.956Z | [ host-image] Aug 16 05:39:21.558 INFO O| Aug 16 05:39:21.558 INFO ok! |
9288 | 2024-08-16T05:39:22.956Z | [ host-image] Aug 16 05:39:21.558 INFO O| Aug 16 05:39:21.558 INFO STEP 102 (ensure_file) COMPLETE |
9289 | 2024-08-16T05:39:22.956Z | [ host-image] Aug 16 05:39:21.558 INFO O| Aug 16 05:39:21.558 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9290 | 2024-08-16T05:39:22.962Z | [ host-image] Aug 16 05:39:21.567 INFO O| Aug 16 05:39:21.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9291 | 2024-08-16T05:39:22.962Z | [ host-image] Aug 16 05:39:21.567 INFO O| Aug 16 05:39:21.567 INFO copying /tmp/.tmpGXLJbR/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 ... |
9292 | 2024-08-16T05:39:22.964Z | [ host-image] Aug 16 05:39:21.567 INFO O| Aug 16 05:39:21.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9293 | 2024-08-16T05:39:22.964Z | [ host-image] Aug 16 05:39:21.567 INFO O| Aug 16 05:39:21.567 INFO ok! |
9294 | 2024-08-16T05:39:22.964Z | [ host-image] Aug 16 05:39:21.568 INFO O| Aug 16 05:39:21.567 INFO STEP 103 (ensure_file) COMPLETE |
9295 | 2024-08-16T05:39:22.964Z | [ host-image] Aug 16 05:39:21.568 INFO O| Aug 16 05:39:21.567 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9296 | 2024-08-16T05:39:22.971Z | [ host-image] Aug 16 05:39:21.577 INFO O| Aug 16 05:39:21.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9297 | 2024-08-16T05:39:22.971Z | [ host-image] Aug 16 05:39:21.577 INFO O| Aug 16 05:39:21.577 INFO copying /tmp/.tmpGXLJbR/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 ... |
9298 | 2024-08-16T05:39:22.975Z | [ host-image] Aug 16 05:39:21.577 INFO O| Aug 16 05:39:21.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9299 | 2024-08-16T05:39:22.975Z | [ host-image] Aug 16 05:39:21.577 INFO O| Aug 16 05:39:21.577 INFO ok! |
9300 | 2024-08-16T05:39:22.975Z | [ host-image] Aug 16 05:39:21.577 INFO O| Aug 16 05:39:21.577 INFO STEP 104 (ensure_file) COMPLETE |
9301 | 2024-08-16T05:39:22.975Z | [ host-image] Aug 16 05:39:21.577 INFO O| Aug 16 05:39:21.577 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9302 | 2024-08-16T05:39:22.981Z | [ host-image] Aug 16 05:39:21.586 INFO O| Aug 16 05:39:21.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9303 | 2024-08-16T05:39:22.983Z | [ host-image] Aug 16 05:39:21.586 INFO O| Aug 16 05:39:21.586 INFO copying /tmp/.tmpGXLJbR/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 ... |
9304 | 2024-08-16T05:39:22.983Z | [ host-image] Aug 16 05:39:21.586 INFO O| Aug 16 05:39:21.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9305 | 2024-08-16T05:39:22.983Z | [ host-image] Aug 16 05:39:21.586 INFO O| Aug 16 05:39:21.586 INFO ok! |
9306 | 2024-08-16T05:39:22.983Z | [ host-image] Aug 16 05:39:21.586 INFO O| Aug 16 05:39:21.586 INFO STEP 105 (ensure_file) COMPLETE |
9307 | 2024-08-16T05:39:22.983Z | [ host-image] Aug 16 05:39:21.586 INFO O| Aug 16 05:39:21.586 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9308 | 2024-08-16T05:39:22.990Z | [ host-image] Aug 16 05:39:21.596 INFO O| Aug 16 05:39:21.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9309 | 2024-08-16T05:39:22.991Z | [ host-image] Aug 16 05:39:21.596 INFO O| Aug 16 05:39:21.596 INFO copying /tmp/.tmpGXLJbR/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 ... |
9310 | 2024-08-16T05:39:22.993Z | [ host-image] Aug 16 05:39:21.596 INFO O| Aug 16 05:39:21.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9311 | 2024-08-16T05:39:22.993Z | [ host-image] Aug 16 05:39:21.596 INFO O| Aug 16 05:39:21.596 INFO ok! |
9312 | 2024-08-16T05:39:22.993Z | [ host-image] Aug 16 05:39:21.596 INFO O| Aug 16 05:39:21.596 INFO STEP 106 (ensure_file) COMPLETE |
9313 | 2024-08-16T05:39:22.993Z | [ host-image] Aug 16 05:39:21.596 INFO O| Aug 16 05:39:21.596 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9314 | 2024-08-16T05:39:23.001Z | [ host-image] Aug 16 05:39:21.606 INFO O| Aug 16 05:39:21.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9315 | 2024-08-16T05:39:23.001Z | [ host-image] Aug 16 05:39:21.606 INFO O| Aug 16 05:39:21.606 INFO copying /tmp/.tmpGXLJbR/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 ... |
9316 | 2024-08-16T05:39:23.001Z | [ host-image] Aug 16 05:39:21.606 INFO O| Aug 16 05:39:21.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9317 | 2024-08-16T05:39:23.003Z | [ host-image] Aug 16 05:39:21.606 INFO O| Aug 16 05:39:21.606 INFO ok! |
9318 | 2024-08-16T05:39:23.003Z | [ host-image] Aug 16 05:39:21.606 INFO O| Aug 16 05:39:21.606 INFO STEP 107 (ensure_file) COMPLETE |
9319 | 2024-08-16T05:39:23.003Z | [ host-image] Aug 16 05:39:21.606 INFO O| Aug 16 05:39:21.606 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9320 | 2024-08-16T05:39:23.010Z | [ host-image] Aug 16 05:39:21.615 INFO O| Aug 16 05:39:21.615 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9321 | 2024-08-16T05:39:23.010Z | [ host-image] Aug 16 05:39:21.615 INFO O| Aug 16 05:39:21.615 INFO copying /tmp/.tmpGXLJbR/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 ... |
9322 | 2024-08-16T05:39:23.012Z | [ host-image] Aug 16 05:39:21.615 INFO O| Aug 16 05:39:21.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9323 | 2024-08-16T05:39:23.012Z | [ host-image] Aug 16 05:39:21.615 INFO O| Aug 16 05:39:21.615 INFO ok! |
9324 | 2024-08-16T05:39:23.012Z | [ host-image] Aug 16 05:39:21.615 INFO O| Aug 16 05:39:21.615 INFO STEP 108 (ensure_file) COMPLETE |
9325 | 2024-08-16T05:39:23.013Z | [ host-image] Aug 16 05:39:21.615 INFO O| Aug 16 05:39:21.615 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9326 | 2024-08-16T05:39:23.019Z | [ host-image] Aug 16 05:39:21.624 INFO O| Aug 16 05:39:21.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9327 | 2024-08-16T05:39:23.019Z | [ host-image] Aug 16 05:39:21.624 INFO O| Aug 16 05:39:21.624 INFO copying /tmp/.tmpGXLJbR/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 ... |
9328 | 2024-08-16T05:39:23.019Z | [ host-image] Aug 16 05:39:21.625 INFO O| Aug 16 05:39:21.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9329 | 2024-08-16T05:39:23.019Z | [ host-image] Aug 16 05:39:21.625 INFO O| Aug 16 05:39:21.625 INFO ok! |
9330 | 2024-08-16T05:39:23.022Z | [ host-image] Aug 16 05:39:21.625 INFO O| Aug 16 05:39:21.625 INFO STEP 109 (ensure_file) COMPLETE |
9331 | 2024-08-16T05:39:23.022Z | [ host-image] Aug 16 05:39:21.625 INFO O| Aug 16 05:39:21.625 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9332 | 2024-08-16T05:39:23.029Z | [ host-image] Aug 16 05:39:21.634 INFO O| Aug 16 05:39:21.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9333 | 2024-08-16T05:39:23.029Z | [ host-image] Aug 16 05:39:21.634 INFO O| Aug 16 05:39:21.634 INFO copying /tmp/.tmpGXLJbR/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 ... |
9334 | 2024-08-16T05:39:23.029Z | [ host-image] Aug 16 05:39:21.634 INFO O| Aug 16 05:39:21.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9335 | 2024-08-16T05:39:23.032Z | [ host-image] Aug 16 05:39:21.634 INFO O| Aug 16 05:39:21.634 INFO ok! |
9336 | 2024-08-16T05:39:23.032Z | [ host-image] Aug 16 05:39:21.634 INFO O| Aug 16 05:39:21.634 INFO STEP 110 (ensure_file) COMPLETE |
9337 | 2024-08-16T05:39:23.033Z | [ host-image] Aug 16 05:39:21.634 INFO O| Aug 16 05:39:21.634 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9338 | 2024-08-16T05:39:23.038Z | [ host-image] Aug 16 05:39:21.644 INFO O| Aug 16 05:39:21.644 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9339 | 2024-08-16T05:39:23.038Z | [ host-image] Aug 16 05:39:21.644 INFO O| Aug 16 05:39:21.644 INFO copying /tmp/.tmpGXLJbR/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 ... |
9340 | 2024-08-16T05:39:23.041Z | [ host-image] Aug 16 05:39:21.644 INFO O| Aug 16 05:39:21.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9341 | 2024-08-16T05:39:23.041Z | [ host-image] Aug 16 05:39:21.644 INFO O| Aug 16 05:39:21.644 INFO ok! |
9342 | 2024-08-16T05:39:23.041Z | [ host-image] Aug 16 05:39:21.644 INFO O| Aug 16 05:39:21.644 INFO STEP 111 (ensure_file) COMPLETE |
9343 | 2024-08-16T05:39:23.041Z | [ host-image] Aug 16 05:39:21.644 INFO O| Aug 16 05:39:21.644 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9344 | 2024-08-16T05:39:23.048Z | [ host-image] Aug 16 05:39:21.653 INFO O| Aug 16 05:39:21.653 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9345 | 2024-08-16T05:39:23.050Z | [ host-image] Aug 16 05:39:21.653 INFO O| Aug 16 05:39:21.653 INFO copying /tmp/.tmpGXLJbR/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 ... |
9346 | 2024-08-16T05:39:23.050Z | [ host-image] Aug 16 05:39:21.653 INFO O| Aug 16 05:39:21.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9347 | 2024-08-16T05:39:23.050Z | [ host-image] Aug 16 05:39:21.653 INFO O| Aug 16 05:39:21.653 INFO ok! |
9348 | 2024-08-16T05:39:23.050Z | [ host-image] Aug 16 05:39:21.653 INFO O| Aug 16 05:39:21.653 INFO STEP 112 (ensure_file) COMPLETE |
9349 | 2024-08-16T05:39:23.050Z | [ host-image] Aug 16 05:39:21.653 INFO O| Aug 16 05:39:21.653 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9350 | 2024-08-16T05:39:23.057Z | [ host-image] Aug 16 05:39:21.663 INFO O| Aug 16 05:39:21.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9351 | 2024-08-16T05:39:23.057Z | [ host-image] Aug 16 05:39:21.663 INFO O| Aug 16 05:39:21.663 INFO copying /tmp/.tmpGXLJbR/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 ... |
9352 | 2024-08-16T05:39:23.060Z | [ host-image] Aug 16 05:39:21.663 INFO O| Aug 16 05:39:21.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9353 | 2024-08-16T05:39:23.060Z | [ host-image] Aug 16 05:39:21.663 INFO O| Aug 16 05:39:21.663 INFO ok! |
9354 | 2024-08-16T05:39:23.060Z | [ host-image] Aug 16 05:39:21.663 INFO O| Aug 16 05:39:21.663 INFO STEP 113 (ensure_file) COMPLETE |
9355 | 2024-08-16T05:39:23.060Z | [ host-image] Aug 16 05:39:21.663 INFO O| Aug 16 05:39:21.663 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9356 | 2024-08-16T05:39:23.067Z | [ host-image] Aug 16 05:39:21.672 INFO O| Aug 16 05:39:21.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9357 | 2024-08-16T05:39:23.067Z | [ host-image] Aug 16 05:39:21.672 INFO O| Aug 16 05:39:21.672 INFO copying /tmp/.tmpGXLJbR/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 ... |
9358 | 2024-08-16T05:39:23.070Z | [ host-image] Aug 16 05:39:21.673 INFO O| Aug 16 05:39:21.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9359 | 2024-08-16T05:39:23.070Z | [ host-image] Aug 16 05:39:21.673 INFO O| Aug 16 05:39:21.672 INFO ok! |
9360 | 2024-08-16T05:39:23.070Z | [ host-image] Aug 16 05:39:21.673 INFO O| Aug 16 05:39:21.673 INFO STEP 114 (ensure_file) COMPLETE |
9361 | 2024-08-16T05:39:23.070Z | [ host-image] Aug 16 05:39:21.673 INFO O| Aug 16 05:39:21.673 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9362 | 2024-08-16T05:39:23.077Z | [ host-image] Aug 16 05:39:21.682 INFO O| Aug 16 05:39:21.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9363 | 2024-08-16T05:39:23.077Z | [ host-image] Aug 16 05:39:21.682 INFO O| Aug 16 05:39:21.682 INFO copying /tmp/.tmpGXLJbR/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 ... |
9364 | 2024-08-16T05:39:23.079Z | [ host-image] Aug 16 05:39:21.682 INFO O| Aug 16 05:39:21.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9365 | 2024-08-16T05:39:23.079Z | [ host-image] Aug 16 05:39:21.682 INFO O| Aug 16 05:39:21.682 INFO ok! |
9366 | 2024-08-16T05:39:23.079Z | [ host-image] Aug 16 05:39:21.682 INFO O| Aug 16 05:39:21.682 INFO STEP 115 (ensure_file) COMPLETE |
9367 | 2024-08-16T05:39:23.079Z | [ host-image] Aug 16 05:39:21.682 INFO O| Aug 16 05:39:21.682 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9368 | 2024-08-16T05:39:23.087Z | [ host-image] Aug 16 05:39:21.691 INFO O| Aug 16 05:39:21.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9369 | 2024-08-16T05:39:23.087Z | [ host-image] Aug 16 05:39:21.692 INFO O| Aug 16 05:39:21.691 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9370 | 2024-08-16T05:39:23.090Z | [ host-image] Aug 16 05:39:21.692 INFO O| Aug 16 05:39:21.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9371 | 2024-08-16T05:39:23.090Z | [ host-image] Aug 16 05:39:21.692 INFO O| Aug 16 05:39:21.692 INFO ok! |
9372 | 2024-08-16T05:39:23.090Z | [ host-image] Aug 16 05:39:21.692 INFO O| Aug 16 05:39:21.692 INFO STEP 116 (ensure_file) COMPLETE |
9373 | 2024-08-16T05:39:23.090Z | [ host-image] Aug 16 05:39:21.692 INFO O| Aug 16 05:39:21.692 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9374 | 2024-08-16T05:39:23.097Z | [ host-image] Aug 16 05:39:21.702 INFO O| Aug 16 05:39:21.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9375 | 2024-08-16T05:39:23.097Z | [ host-image] Aug 16 05:39:21.702 INFO O| Aug 16 05:39:21.702 INFO copying /tmp/.tmpGXLJbR/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 ... |
9376 | 2024-08-16T05:39:23.101Z | [ host-image] Aug 16 05:39:21.702 INFO O| Aug 16 05:39:21.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9377 | 2024-08-16T05:39:23.101Z | [ host-image] Aug 16 05:39:21.702 INFO O| Aug 16 05:39:21.702 INFO ok! |
9378 | 2024-08-16T05:39:23.101Z | [ host-image] Aug 16 05:39:21.702 INFO O| Aug 16 05:39:21.702 INFO STEP 117 (ensure_file) COMPLETE |
9379 | 2024-08-16T05:39:23.101Z | [ host-image] Aug 16 05:39:21.702 INFO O| Aug 16 05:39:21.702 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9380 | 2024-08-16T05:39:23.107Z | [ host-image] Aug 16 05:39:21.711 INFO O| Aug 16 05:39:21.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9381 | 2024-08-16T05:39:23.107Z | [ host-image] Aug 16 05:39:21.711 INFO O| Aug 16 05:39:21.711 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9382 | 2024-08-16T05:39:23.111Z | [ host-image] Aug 16 05:39:21.711 INFO O| Aug 16 05:39:21.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9383 | 2024-08-16T05:39:23.111Z | [ host-image] Aug 16 05:39:21.711 INFO O| Aug 16 05:39:21.711 INFO ok! |
9384 | 2024-08-16T05:39:23.111Z | [ host-image] Aug 16 05:39:21.711 INFO O| Aug 16 05:39:21.711 INFO STEP 118 (ensure_file) COMPLETE |
9385 | 2024-08-16T05:39:23.111Z | [ host-image] Aug 16 05:39:21.711 INFO O| Aug 16 05:39:21.711 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9386 | 2024-08-16T05:39:23.115Z | [ host-image] Aug 16 05:39:21.721 INFO O| Aug 16 05:39:21.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9387 | 2024-08-16T05:39:23.115Z | [ host-image] Aug 16 05:39:21.721 INFO O| Aug 16 05:39:21.721 INFO copying /tmp/.tmpGXLJbR/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9388 | 2024-08-16T05:39:26.251Z | [ host-image] Aug 16 05:39:24.854 INFO O| Aug 16 05:39:24.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9389 | 2024-08-16T05:39:26.251Z | [ host-image] Aug 16 05:39:24.854 INFO O| Aug 16 05:39:24.854 INFO ok! |
9390 | 2024-08-16T05:39:26.253Z | [ host-image] Aug 16 05:39:24.854 INFO O| Aug 16 05:39:24.854 INFO STEP 119 (ensure_file) COMPLETE |
9391 | 2024-08-16T05:39:26.253Z | [ host-image] Aug 16 05:39:24.854 INFO O| Aug 16 05:39:24.854 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9392 | 2024-08-16T05:39:26.262Z | [ host-image] Aug 16 05:39:24.866 INFO O| Aug 16 05:39:24.866 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9393 | 2024-08-16T05:39:26.265Z | [ host-image] Aug 16 05:39:24.866 INFO O| Aug 16 05:39:24.866 INFO STEP 120 (ensure_dir) COMPLETE |
9394 | 2024-08-16T05:39:26.265Z | [ host-image] Aug 16 05:39:24.866 INFO O| Aug 16 05:39:24.866 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9395 | 2024-08-16T05:39:26.273Z | [ host-image] Aug 16 05:39:24.875 INFO O| Aug 16 05:39:24.875 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9396 | 2024-08-16T05:39:26.273Z | [ host-image] Aug 16 05:39:24.875 INFO O| Aug 16 05:39:24.875 INFO STEP 121 (ensure_dir) COMPLETE |
9397 | 2024-08-16T05:39:26.276Z | [ host-image] Aug 16 05:39:24.875 INFO O| Aug 16 05:39:24.875 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9398 | 2024-08-16T05:39:26.282Z | [ host-image] Aug 16 05:39:24.885 INFO O| Aug 16 05:39:24.884 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9399 | 2024-08-16T05:39:26.284Z | [ host-image] Aug 16 05:39:24.885 INFO O| Aug 16 05:39:24.884 INFO STEP 122 (ensure_dir) COMPLETE |
9400 | 2024-08-16T05:39:26.284Z | [ host-image] Aug 16 05:39:24.885 INFO O| Aug 16 05:39:24.885 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9401 | 2024-08-16T05:39:26.291Z | [ host-image] Aug 16 05:39:24.894 INFO O| Aug 16 05:39:24.894 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9402 | 2024-08-16T05:39:26.291Z | [ host-image] Aug 16 05:39:24.894 INFO O| Aug 16 05:39:24.894 INFO STEP 123 (ensure_dir) COMPLETE |
9403 | 2024-08-16T05:39:26.294Z | [ host-image] Aug 16 05:39:24.894 INFO O| Aug 16 05:39:24.894 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9404 | 2024-08-16T05:39:26.300Z | [ host-image] Aug 16 05:39:24.903 INFO O| Aug 16 05:39:24.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9405 | 2024-08-16T05:39:26.300Z | [ host-image] Aug 16 05:39:24.904 INFO O| Aug 16 05:39:24.903 INFO copying /tmp/.tmpGXLJbR/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 ... |
9406 | 2024-08-16T05:39:26.303Z | [ host-image] Aug 16 05:39:24.904 INFO O| Aug 16 05:39:24.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9407 | 2024-08-16T05:39:26.303Z | [ host-image] Aug 16 05:39:24.904 INFO O| Aug 16 05:39:24.904 INFO ok! |
9408 | 2024-08-16T05:39:26.303Z | [ host-image] Aug 16 05:39:24.904 INFO O| Aug 16 05:39:24.904 INFO STEP 124 (ensure_file) COMPLETE |
9409 | 2024-08-16T05:39:26.303Z | [ host-image] Aug 16 05:39:24.904 INFO O| Aug 16 05:39:24.904 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9410 | 2024-08-16T05:39:26.309Z | [ host-image] Aug 16 05:39:24.913 INFO O| Aug 16 05:39:24.913 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9411 | 2024-08-16T05:39:26.310Z | [ host-image] Aug 16 05:39:24.913 INFO O| Aug 16 05:39:24.913 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9412 | 2024-08-16T05:39:26.312Z | [ host-image] Aug 16 05:39:24.913 INFO O| Aug 16 05:39:24.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9413 | 2024-08-16T05:39:26.312Z | [ host-image] Aug 16 05:39:24.913 INFO O| Aug 16 05:39:24.913 INFO STEP 125 (ensure_dir) COMPLETE |
9414 | 2024-08-16T05:39:26.313Z | [ host-image] Aug 16 05:39:24.913 INFO O| Aug 16 05:39:24.913 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9415 | 2024-08-16T05:39:26.320Z | [ host-image] Aug 16 05:39:24.923 INFO O| Aug 16 05:39:24.923 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9416 | 2024-08-16T05:39:26.324Z | [ host-image] Aug 16 05:39:24.923 INFO O| Aug 16 05:39:24.923 INFO copying /tmp/.tmpGXLJbR/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9417 | 2024-08-16T05:39:26.324Z | [ host-image] Aug 16 05:39:24.923 INFO O| Aug 16 05:39:24.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9418 | 2024-08-16T05:39:26.324Z | [ host-image] Aug 16 05:39:24.923 INFO O| Aug 16 05:39:24.923 INFO ok! |
9419 | 2024-08-16T05:39:26.324Z | [ host-image] Aug 16 05:39:24.923 INFO O| Aug 16 05:39:24.923 INFO STEP 126 (ensure_file) COMPLETE |
9420 | 2024-08-16T05:39:26.324Z | [ host-image] Aug 16 05:39:24.923 INFO O| Aug 16 05:39:24.923 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9421 | 2024-08-16T05:39:26.329Z | [ host-image] Aug 16 05:39:24.933 INFO O| Aug 16 05:39:24.933 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9422 | 2024-08-16T05:39:26.331Z | [ host-image] Aug 16 05:39:24.933 INFO O| Aug 16 05:39:24.933 INFO STEP 127 (remove_files) COMPLETE |
9423 | 2024-08-16T05:39:26.332Z | [ host-image] Aug 16 05:39:24.933 INFO O| Aug 16 05:39:24.933 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9424 | 2024-08-16T05:39:26.339Z | [ host-image] Aug 16 05:39:24.942 INFO O| Aug 16 05:39:24.942 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9425 | 2024-08-16T05:39:26.341Z | [ host-image] Aug 16 05:39:24.942 INFO O| Aug 16 05:39:24.942 INFO STEP 128 (remove_files) COMPLETE |
9426 | 2024-08-16T05:39:26.341Z | [ host-image] Aug 16 05:39:24.942 INFO O| Aug 16 05:39:24.942 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9427 | 2024-08-16T05:39:26.348Z | [ host-image] Aug 16 05:39:24.952 INFO O| Aug 16 05:39:24.952 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9428 | 2024-08-16T05:39:26.350Z | [ host-image] Aug 16 05:39:24.952 INFO O| Aug 16 05:39:24.952 INFO STEP 129 (remove_files) COMPLETE |
9429 | 2024-08-16T05:39:26.350Z | [ host-image] Aug 16 05:39:24.952 INFO O| Aug 16 05:39:24.952 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9430 | 2024-08-16T05:39:26.357Z | [ host-image] Aug 16 05:39:24.961 INFO O| Aug 16 05:39:24.961 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9431 | 2024-08-16T05:39:26.360Z | [ host-image] Aug 16 05:39:24.961 INFO O| Aug 16 05:39:24.961 INFO STEP 130 (remove_files) COMPLETE |
9432 | 2024-08-16T05:39:26.360Z | [ host-image] Aug 16 05:39:24.961 INFO O| Aug 16 05:39:24.961 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9433 | 2024-08-16T05:39:26.368Z | [ host-image] Aug 16 05:39:24.970 INFO O| Aug 16 05:39:24.970 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9434 | 2024-08-16T05:39:26.370Z | [ host-image] Aug 16 05:39:24.970 INFO O| Aug 16 05:39:24.970 INFO STEP 131 (remove_files) COMPLETE |
9435 | 2024-08-16T05:39:26.370Z | [ host-image] Aug 16 05:39:24.970 INFO O| Aug 16 05:39:24.970 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9436 | 2024-08-16T05:39:26.377Z | [ host-image] Aug 16 05:39:24.980 INFO O| Aug 16 05:39:24.980 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9437 | 2024-08-16T05:39:26.381Z | [ host-image] Aug 16 05:39:24.980 INFO O| Aug 16 05:39:24.980 INFO STEP 132 (remove_files) COMPLETE |
9438 | 2024-08-16T05:39:26.381Z | [ host-image] Aug 16 05:39:24.980 INFO O| Aug 16 05:39:24.980 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9439 | 2024-08-16T05:39:26.386Z | [ host-image] Aug 16 05:39:24.989 INFO O| Aug 16 05:39:24.989 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9440 | 2024-08-16T05:39:26.391Z | [ host-image] Aug 16 05:39:24.990 INFO O| Aug 16 05:39:24.990 INFO STEP 133 (remove_files) COMPLETE |
9441 | 2024-08-16T05:39:26.391Z | [ host-image] Aug 16 05:39:24.990 INFO O| Aug 16 05:39:24.990 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9442 | 2024-08-16T05:39:26.396Z | [ host-image] Aug 16 05:39:24.999 INFO O| Aug 16 05:39:24.999 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9443 | 2024-08-16T05:39:26.396Z | [ host-image] Aug 16 05:39:24.999 INFO O| Aug 16 05:39:24.999 INFO STEP 134 (remove_files) COMPLETE |
9444 | 2024-08-16T05:39:26.399Z | [ host-image] Aug 16 05:39:24.999 INFO O| Aug 16 05:39:24.999 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9445 | 2024-08-16T05:39:26.408Z | [ host-image] Aug 16 05:39:25.011 INFO O| Aug 16 05:39:25.010 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9446 | 2024-08-16T05:39:26.408Z | [ host-image] Aug 16 05:39:25.011 INFO O| Aug 16 05:39:25.011 INFO STEP 135 (remove_files) COMPLETE |
9447 | 2024-08-16T05:39:26.411Z | [ host-image] Aug 16 05:39:25.011 INFO O| Aug 16 05:39:25.011 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9448 | 2024-08-16T05:39:26.417Z | [ host-image] Aug 16 05:39:25.020 INFO O| Aug 16 05:39:25.020 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9449 | 2024-08-16T05:39:26.417Z | [ host-image] Aug 16 05:39:25.020 INFO O| Aug 16 05:39:25.020 INFO STEP 136 (remove_files) COMPLETE |
9450 | 2024-08-16T05:39:26.417Z | [ host-image] Aug 16 05:39:25.020 INFO O| Aug 16 05:39:25.020 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9451 | 2024-08-16T05:39:26.426Z | [ host-image] Aug 16 05:39:25.029 INFO O| Aug 16 05:39:25.029 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9452 | 2024-08-16T05:39:26.426Z | [ host-image] Aug 16 05:39:25.029 INFO O| Aug 16 05:39:25.029 INFO STEP 137 (remove_files) COMPLETE |
9453 | 2024-08-16T05:39:26.426Z | [ host-image] Aug 16 05:39:25.029 INFO O| Aug 16 05:39:25.029 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9454 | 2024-08-16T05:39:26.435Z | [ host-image] Aug 16 05:39:25.038 INFO O| Aug 16 05:39:25.038 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9455 | 2024-08-16T05:39:26.435Z | [ host-image] Aug 16 05:39:25.038 INFO O| Aug 16 05:39:25.038 INFO STEP 138 (remove_files) COMPLETE |
9456 | 2024-08-16T05:39:26.439Z | [ host-image] Aug 16 05:39:25.038 INFO O| Aug 16 05:39:25.038 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9457 | 2024-08-16T05:39:26.444Z | [ host-image] Aug 16 05:39:25.047 INFO O| Aug 16 05:39:25.047 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9458 | 2024-08-16T05:39:26.444Z | [ host-image] Aug 16 05:39:25.047 INFO O| Aug 16 05:39:25.047 INFO STEP 139 (remove_files) COMPLETE |
9459 | 2024-08-16T05:39:26.447Z | [ host-image] Aug 16 05:39:25.047 INFO O| Aug 16 05:39:25.047 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9460 | 2024-08-16T05:39:26.453Z | [ host-image] Aug 16 05:39:25.056 INFO O| Aug 16 05:39:25.056 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9461 | 2024-08-16T05:39:26.453Z | [ host-image] Aug 16 05:39:25.056 INFO O| Aug 16 05:39:25.056 INFO STEP 140 (remove_files) COMPLETE |
9462 | 2024-08-16T05:39:26.453Z | [ host-image] Aug 16 05:39:25.056 INFO O| Aug 16 05:39:25.056 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9463 | 2024-08-16T05:39:26.462Z | [ host-image] Aug 16 05:39:25.065 INFO O| Aug 16 05:39:25.065 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9464 | 2024-08-16T05:39:26.462Z | [ host-image] Aug 16 05:39:25.065 INFO O| Aug 16 05:39:25.065 INFO STEP 141 (remove_files) COMPLETE |
9465 | 2024-08-16T05:39:26.466Z | [ host-image] Aug 16 05:39:25.065 INFO O| Aug 16 05:39:25.065 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9466 | 2024-08-16T05:39:26.471Z | [ host-image] Aug 16 05:39:25.075 INFO O| Aug 16 05:39:25.075 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9467 | 2024-08-16T05:39:26.471Z | [ host-image] Aug 16 05:39:25.075 INFO O| Aug 16 05:39:25.075 INFO STEP 142 (remove_files) COMPLETE |
9468 | 2024-08-16T05:39:26.474Z | [ host-image] Aug 16 05:39:25.075 INFO O| Aug 16 05:39:25.075 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9469 | 2024-08-16T05:39:26.480Z | [ host-image] Aug 16 05:39:25.084 INFO O| Aug 16 05:39:25.084 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9470 | 2024-08-16T05:39:26.480Z | [ host-image] Aug 16 05:39:25.084 INFO O| Aug 16 05:39:25.084 INFO STEP 143 (remove_files) COMPLETE |
9471 | 2024-08-16T05:39:26.483Z | [ host-image] Aug 16 05:39:25.084 INFO O| Aug 16 05:39:25.084 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9472 | 2024-08-16T05:39:26.491Z | [ host-image] Aug 16 05:39:25.093 INFO O| Aug 16 05:39:25.093 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9473 | 2024-08-16T05:39:26.491Z | [ host-image] Aug 16 05:39:25.093 INFO O| Aug 16 05:39:25.093 INFO STEP 144 (remove_files) COMPLETE |
9474 | 2024-08-16T05:39:26.493Z | [ host-image] Aug 16 05:39:25.093 INFO O| Aug 16 05:39:25.093 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9475 | 2024-08-16T05:39:26.499Z | [ host-image] Aug 16 05:39:25.103 INFO O| Aug 16 05:39:25.102 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9476 | 2024-08-16T05:39:26.499Z | [ host-image] Aug 16 05:39:25.103 INFO O| Aug 16 05:39:25.103 INFO STEP 145 (remove_files) COMPLETE |
9477 | 2024-08-16T05:39:26.499Z | [ host-image] Aug 16 05:39:25.103 INFO O| Aug 16 05:39:25.103 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9478 | 2024-08-16T05:39:26.509Z | [ host-image] Aug 16 05:39:25.112 INFO O| Aug 16 05:39:25.112 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9479 | 2024-08-16T05:39:26.509Z | [ host-image] Aug 16 05:39:25.112 INFO O| Aug 16 05:39:25.112 INFO STEP 146 (remove_files) COMPLETE |
9480 | 2024-08-16T05:39:26.511Z | [ host-image] Aug 16 05:39:25.112 INFO O| Aug 16 05:39:25.112 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9481 | 2024-08-16T05:39:26.518Z | [ host-image] Aug 16 05:39:25.122 INFO O| Aug 16 05:39:25.122 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9482 | 2024-08-16T05:39:26.518Z | [ host-image] Aug 16 05:39:25.122 INFO O| Aug 16 05:39:25.122 INFO STEP 147 (remove_files) COMPLETE |
9483 | 2024-08-16T05:39:26.521Z | [ host-image] Aug 16 05:39:25.122 INFO O| Aug 16 05:39:25.122 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9484 | 2024-08-16T05:39:26.528Z | [ host-image] Aug 16 05:39:25.131 INFO O| Aug 16 05:39:25.131 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9485 | 2024-08-16T05:39:26.531Z | [ host-image] Aug 16 05:39:25.131 INFO O| Aug 16 05:39:25.131 INFO STEP 148 (remove_files) COMPLETE |
9486 | 2024-08-16T05:39:26.531Z | [ host-image] Aug 16 05:39:25.131 INFO O| Aug 16 05:39:25.131 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9487 | 2024-08-16T05:39:26.539Z | [ host-image] Aug 16 05:39:25.141 INFO O| Aug 16 05:39:25.141 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9488 | 2024-08-16T05:39:26.542Z | [ host-image] Aug 16 05:39:25.141 INFO O| Aug 16 05:39:25.141 INFO STEP 149 (remove_files) COMPLETE |
9489 | 2024-08-16T05:39:26.542Z | [ host-image] Aug 16 05:39:25.141 INFO O| Aug 16 05:39:25.141 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9490 | 2024-08-16T05:39:26.547Z | [ host-image] Aug 16 05:39:25.150 INFO O| Aug 16 05:39:25.150 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9491 | 2024-08-16T05:39:26.550Z | [ host-image] Aug 16 05:39:25.150 INFO O| Aug 16 05:39:25.150 INFO STEP 150 (remove_files) COMPLETE |
9492 | 2024-08-16T05:39:26.550Z | [ host-image] Aug 16 05:39:25.150 INFO O| Aug 16 05:39:25.150 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9493 | 2024-08-16T05:39:26.555Z | [ host-image] Aug 16 05:39:25.159 INFO O| Aug 16 05:39:25.159 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9494 | 2024-08-16T05:39:26.556Z | [ host-image] Aug 16 05:39:25.159 INFO O| Aug 16 05:39:25.159 INFO STEP 151 (remove_files) COMPLETE |
9495 | 2024-08-16T05:39:26.556Z | [ host-image] Aug 16 05:39:25.159 INFO O| Aug 16 05:39:25.159 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9496 | 2024-08-16T05:39:26.566Z | [ host-image] Aug 16 05:39:25.168 INFO O| Aug 16 05:39:25.168 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9497 | 2024-08-16T05:39:26.569Z | [ host-image] Aug 16 05:39:25.168 INFO O| Aug 16 05:39:25.168 INFO STEP 152 (remove_files) COMPLETE |
9498 | 2024-08-16T05:39:26.569Z | [ host-image] Aug 16 05:39:25.168 INFO O| Aug 16 05:39:25.168 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9499 | 2024-08-16T05:39:26.576Z | [ host-image] Aug 16 05:39:25.177 INFO O| Aug 16 05:39:25.177 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9500 | 2024-08-16T05:39:26.578Z | [ host-image] Aug 16 05:39:25.177 INFO O| Aug 16 05:39:25.177 INFO STEP 153 (remove_files) COMPLETE |
9501 | 2024-08-16T05:39:26.579Z | [ host-image] Aug 16 05:39:25.177 INFO O| Aug 16 05:39:25.177 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9502 | 2024-08-16T05:39:26.585Z | [ host-image] Aug 16 05:39:25.187 INFO O| Aug 16 05:39:25.187 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9503 | 2024-08-16T05:39:26.588Z | [ host-image] Aug 16 05:39:25.187 INFO O| Aug 16 05:39:25.187 INFO STEP 154 (remove_files) COMPLETE |
9504 | 2024-08-16T05:39:26.588Z | [ host-image] Aug 16 05:39:25.187 INFO O| Aug 16 05:39:25.187 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9505 | 2024-08-16T05:39:26.593Z | [ host-image] Aug 16 05:39:25.196 INFO O| Aug 16 05:39:25.196 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9506 | 2024-08-16T05:39:26.595Z | [ host-image] Aug 16 05:39:25.196 INFO O| Aug 16 05:39:25.196 INFO STEP 155 (remove_files) COMPLETE |
9507 | 2024-08-16T05:39:26.595Z | [ host-image] Aug 16 05:39:25.196 INFO O| Aug 16 05:39:25.196 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9508 | 2024-08-16T05:39:26.609Z | [ host-image] Aug 16 05:39:25.210 INFO O| Aug 16 05:39:25.210 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9509 | 2024-08-16T05:39:26.609Z | [ host-image] Aug 16 05:39:25.210 INFO O| Aug 16 05:39:25.210 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9510 | 2024-08-16T05:39:35.121Z | [ host-image] Aug 16 05:39:33.719 INFO O| Aug 16 05:39:33.719 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 |
9511 | 2024-08-16T05:39:35.121Z | [ host-image] Aug 16 05:39:33.720 INFO O| Aug 16 05:39:33.719 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9512 | 2024-08-16T05:39:35.135Z | [ host-image] Aug 16 05:39:33.734 INFO O| Aug 16 05:39:33.734 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9513 | 2024-08-16T05:39:35.212Z | [ host-image] Aug 16 05:39:33.811 INFO O| Aug 16 05:39:33.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9514 | 2024-08-16T05:39:35.212Z | [ host-image] Aug 16 05:39:33.811 INFO O| Aug 16 05:39:33.811 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9515 | 2024-08-16T05:39:35.215Z | [ host-image] Aug 16 05:39:33.813 INFO O| Aug 16 05:39:33.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9516 | 2024-08-16T05:39:35.215Z | [ host-image] Aug 16 05:39:33.813 INFO O| Aug 16 05:39:33.813 INFO ok! |
9517 | 2024-08-16T05:39:35.215Z | [ host-image] Aug 16 05:39:33.813 INFO O| Aug 16 05:39:33.813 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9518 | 2024-08-16T05:39:35.215Z | [ host-image] Aug 16 05:39:33.814 INFO O| Aug 16 05:39:33.814 INFO STEP 156 (seed_smf) COMPLETE |
9519 | 2024-08-16T05:39:35.215Z | [ host-image] Aug 16 05:39:33.814 INFO O| Aug 16 05:39:33.814 INFO steps complete; finalising image! |
9520 | 2024-08-16T05:39:35.215Z | [ host-image] Aug 16 05:39:33.814 INFO O| Aug 16 05:39:33.814 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9521 | 2024-08-16T05:39:35.349Z | [ host-image] Aug 16 05:39:33.948 INFO O| Aug 16 05:39:33.948 INFO trim TEMPORARY-gimlet-zfs: (3% trimmed, started at Fri Aug 16 05:39:33 2024) |
9522 | 2024-08-16T05:39:35.571Z | [ host-image] Aug 16 05:39:34.170 INFO O| Aug 16 05:39:34.170 INFO temporary pool has 663M used, 169M avail, 1.88x compressratio |
9523 | 2024-08-16T05:39:35.571Z | [ host-image] Aug 16 05:39:34.170 INFO O| Aug 16 05:39:34.170 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9524 | 2024-08-16T05:39:35.846Z | [ host-image] Aug 16 05:39:34.443 INFO O| Aug 16 05:39:34.443 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9525 | 2024-08-16T05:39:35.846Z | [ host-image] Aug 16 05:39:34.443 INFO O| Aug 16 05:39:34.443 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9526 | 2024-08-16T05:39:36.885Z | [ host-image] Aug 16 05:39:35.483 INFO O| Aug 16 05:39:35.483 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9527 | 2024-08-16T05:39:36.885Z | [ host-image] Aug 16 05:39:35.483 INFO O| Aug 16 05:39:35.483 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9528 | 2024-08-16T05:39:36.887Z | [ host-image] Aug 16 05:39:35.483 INFO O| Aug 16 05:39:35.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9529 | 2024-08-16T05:39:36.887Z | [ host-image] Aug 16 05:39:35.483 INFO O| Aug 16 05:39:35.483 INFO completed processing gimlet/zfs |
9530 | 2024-08-16T05:39:36.887Z | [ host-image] Aug 16 05:39:35.483 INFO O| Aug 16 05:39:35.483 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9531 | 2024-08-16T05:39:43.136Z | [ host-image] Aug 16 05:39:41.730 INFO O| Aug 16 05:39:41.730 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9532 | 2024-08-16T05:39:44.218Z | [ host-image] Aug 16 05:39:41.809 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n" |
9533 | 2024-08-16T05:39:44.218Z | [ host-image] Aug 16 05:39:41.810 INFO expanded image name: "ci b927580/${os_short_commit} 2024-08-16 05:07" -> "ci b927580/f449ff4 2024-08-16 05:07" |
9534 | 2024-08-16T05:39:44.221Z | [ host-image] Aug 16 05:39:41.810 INFO output artefacts stored in: "/work/os-host" |
9535 | 2024-08-16T05:39:44.221Z | [ host-image] Aug 16 05:39:41.810 INFO collecting git info from project "bootserver"... |
9536 | 2024-08-16T05:39:44.221Z | [ host-image] Aug 16 05:39:41.815 INFO collecting git info from project "image-builder"... |
9537 | 2024-08-16T05:39:44.221Z | [ host-image] Aug 16 05:39:41.820 INFO collecting git info from project "chelsio-t6-roms"... |
9538 | 2024-08-16T05:39:44.221Z | [ host-image] Aug 16 05:39:41.824 INFO collecting git info from project "amd-firmware"... |
9539 | 2024-08-16T05:39:44.221Z | [ host-image] Aug 16 05:39:41.832 INFO collecting git info from project "amd-host-image-builder"... |
9540 | 2024-08-16T05:39:44.221Z | [ host-image] Aug 16 05:39:41.844 INFO collecting git info from project "pilot"... |
9541 | 2024-08-16T05:39:44.221Z | [ host-image] Aug 16 05:39:41.849 INFO collecting git info from project "pinprick"... |
9542 | 2024-08-16T05:39:44.221Z | [ host-image] Aug 16 05:39:41.853 INFO collecting git info from project "phbl"... |
9543 | 2024-08-16T05:39:44.221Z | [ host-image] Aug 16 05:39:41.858 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9544 | 2024-08-16T05:39:44.221Z | [ host-image] Aug 16 05:39:42.215 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9545 | 2024-08-16T05:39:44.221Z | [ host-image] Aug 16 05:39:42.557 INFO creating Oxide boot image... |
9546 | 2024-08-16T05:39:44.221Z | [ host-image] Aug 16 05:39:42.557 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci b927580/f449ff4 2024-08-16 05:07", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9547 | 2024-08-16T05:39:44.891Z | [ host-image] Aug 16 05:39:43.485 INFO O| ok, image written! |
9548 | 2024-08-16T05:39:44.891Z | [ host-image] Aug 16 05:39:43.485 INFO O| ok, boot_image_csum file written! |
9549 | 2024-08-16T05:39:44.894Z | [ host-image] Aug 16 05:39:43.488 INFO creating boot archive (CPIO)... |
9550 | 2024-08-16T05:39:44.894Z | [ host-image] Aug 16 05:39:43.488 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 |
9551 | 2024-08-16T05:39:44.902Z | [ host-image] Aug 16 05:39:43.496 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9552 | 2024-08-16T05:39:44.902Z | [ host-image] Aug 16 05:39:43.496 INFO E| + outfile=/work/os-host/cpio |
9553 | 2024-08-16T05:39:44.905Z | [ host-image] Aug 16 05:39:43.496 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9554 | 2024-08-16T05:39:44.905Z | [ host-image] Aug 16 05:39:43.498 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9555 | 2024-08-16T05:39:44.905Z | [ host-image] Aug 16 05:39:43.498 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9556 | 2024-08-16T05:39:44.949Z | [ host-image] Aug 16 05:39:43.543 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9557 | 2024-08-16T05:39:44.950Z | [ host-image] Aug 16 05:39:43.543 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9558 | 2024-08-16T05:39:44.956Z | [ host-image] Aug 16 05:39:43.550 INFO creating compressed cpio/unix for nanobl-rs... |
9559 | 2024-08-16T05:39:44.956Z | [ host-image] Aug 16 05:39:43.550 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 |
9560 | 2024-08-16T05:39:45.233Z | [ host-image] Aug 16 05:39:43.826 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9561 | 2024-08-16T05:39:49.579Z | [ host-image] Aug 16 05:39:48.170 INFO creating reset image... |
9562 | 2024-08-16T05:39:49.582Z | [ host-image] Aug 16 05:39:48.170 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9563 | 2024-08-16T05:39:49.665Z | [ host-image] Aug 16 05:39:48.256 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9564 | 2024-08-16T05:39:49.670Z | [ host-image] Aug 16 05:39:48.257 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9565 | 2024-08-16T05:39:49.734Z | [ host-image] Aug 16 05:39:48.325 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9566 | 2024-08-16T05:39:51.902Z | [ host-image] Aug 16 05:39:50.492 INFO E| Finished `release` profile [optimized] target(s) in 2.22s |
9567 | 2024-08-16T05:39:51.913Z | [ host-image] Aug 16 05:39:50.503 INFO building host image... |
9568 | 2024-08-16T05:39:51.916Z | [ host-image] Aug 16 05:39:50.504 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") |
9569 | 2024-08-16T05:39:52.371Z | [ host-image] Aug 16 05:39:50.960 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9570 | 2024-08-16T05:40:42.659Z | [ host-image] Aug 16 05:40:37.620 INFO image complete! materials are in "/work/os-host" |
9571 | 2024-08-16T05:40:42.660Z | [ host-image] |
9572 | 2024-08-16T05:40:42.660Z | [ host-image] real 12:32.112976103 |
9573 | 2024-08-16T05:40:42.660Z | [ host-image] user 3:55.937219723 |
9574 | 2024-08-16T05:40:42.660Z | [ host-image] sys 47.787660937 |
9575 | 2024-08-16T05:40:42.660Z | [ host-image] trap 0.106694377 |
9576 | 2024-08-16T05:40:42.660Z | [ host-image] tflt 0.018403929 |
9577 | 2024-08-16T05:40:42.660Z | [ host-image] dflt 0.024377108 |
9578 | 2024-08-16T05:40:42.660Z | [ host-image] kflt 0.000000000 |
9579 | 2024-08-16T05:40:42.660Z | [ host-image] lock 9:26.907526825 |
9580 | 2024-08-16T05:40:42.660Z | [ host-image] slp 1:15:28.559778217 |
9581 | 2024-08-16T05:40:42.660Z | [ host-image] lat 39.655868819 |
9582 | 2024-08-16T05:40:42.660Z | [ host-image] stop 0.743556436 |
9583 | 2024-08-16T05:40:42.660Z | Aug 16 05:40:37.624 INFO [host-image] process exited with exit status: 0 (752.12507728s) |
9584 | 2024-08-16T05:40:42.660Z | Aug 16 05:40:37.624 INFO [tuf-repo] running task |
9585 | 2024-08-16T05:40:46.145Z | Aug 16 05:40:44.705 INFO assembling repository in `/tmp/tufaceoussreRZB`, component: OmicronRepoAssembler |
9586 | 2024-08-16T05:40:50.719Z | Aug 16 05:40:49.277 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9587 | 2024-08-16T05:40:50.914Z | Aug 16 05:40:49.472 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9588 | 2024-08-16T05:41:02.074Z | Aug 16 05:41:00.626 INFO [tuf-repo] task succeeded (23.001732757s) |
9589 | 2024-08-16T05:41:02.074Z | Aug 16 05:41:00.626 INFO all jobs completed in 1989.446777657s |
9590 | 2024-08-16T05:41:02.617Z | process exited: duration 2531191 ms, exit code 0 |
|
9591 | 2024-08-16T05:41:02.627Z | found 33 output files |
9592 | 2024-08-16T05:41:02.627Z | uploading: /work/manifest.toml (8404 bytes) |
9593 | 2024-08-16T05:41:03.639Z | uploaded: /work/manifest.toml |
9594 | 2024-08-16T05:41:03.639Z | uploading: /work/repo.zip (1782025694 bytes) |
9595 | 2024-08-16T05:41:37.782Z | uploaded: /work/repo.zip |
9596 | 2024-08-16T05:41:37.782Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9597 | 2024-08-16T05:41:38.795Z | uploaded: /work/repo.zip.sha256.txt |
9598 | 2024-08-16T05:41:38.795Z | uploading: /work/helios-setup.log (52176 bytes) |
9599 | 2024-08-16T05:41:39.809Z | uploaded: /work/helios-setup.log |
9600 | 2024-08-16T05:41:39.809Z | uploading: /work/host-image.log (199246 bytes) |
9601 | 2024-08-16T05:41:40.833Z | uploaded: /work/host-image.log |
9602 | 2024-08-16T05:41:40.833Z | uploading: /work/host-package.log (18783 bytes) |
9603 | 2024-08-16T05:41:41.873Z | uploaded: /work/host-package.log |
9604 | 2024-08-16T05:41:41.874Z | uploading: /work/host-target.log (101 bytes) |
9605 | 2024-08-16T05:41:42.887Z | uploaded: /work/host-target.log |
9606 | 2024-08-16T05:41:42.887Z | uploading: /work/omicron-package.log (4572 bytes) |
9607 | 2024-08-16T05:41:43.897Z | uploaded: /work/omicron-package.log |
9608 | 2024-08-16T05:41:43.897Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9609 | 2024-08-16T05:41:44.908Z | uploaded: /work/phbl-toolchain.log |
9610 | 2024-08-16T05:41:44.908Z | uploading: /work/recovery-image.log (594274 bytes) |
9611 | 2024-08-16T05:41:45.951Z | uploaded: /work/recovery-image.log |
9612 | 2024-08-16T05:41:45.951Z | uploading: /work/recovery-package.log (282 bytes) |
9613 | 2024-08-16T05:41:46.964Z | uploaded: /work/recovery-package.log |
9614 | 2024-08-16T05:41:46.964Z | uploading: /work/recovery-target.log (98 bytes) |
9615 | 2024-08-16T05:41:47.973Z | uploaded: /work/recovery-target.log |
9616 | 2024-08-16T05:41:47.973Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9617 | 2024-08-16T05:41:48.985Z | uploaded: /work/stamp-clickhouse.log |
9618 | 2024-08-16T05:41:48.985Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9619 | 2024-08-16T05:41:50.027Z | uploaded: /work/stamp-clickhouse_keeper.log |
9620 | 2024-08-16T05:41:50.028Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9621 | 2024-08-16T05:41:51.151Z | uploaded: /work/stamp-cockroachdb.log |
9622 | 2024-08-16T05:41:51.151Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9623 | 2024-08-16T05:41:52.177Z | uploaded: /work/stamp-crucible-dtrace.log |
9624 | 2024-08-16T05:41:52.177Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9625 | 2024-08-16T05:41:53.190Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9626 | 2024-08-16T05:41:53.190Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9627 | 2024-08-16T05:41:54.237Z | uploaded: /work/stamp-crucible-zone.log |
9628 | 2024-08-16T05:41:54.238Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9629 | 2024-08-16T05:41:55.276Z | uploaded: /work/stamp-external-dns.log |
9630 | 2024-08-16T05:41:55.276Z | uploading: /work/stamp-installinator.log (103 bytes) |
9631 | 2024-08-16T05:41:56.290Z | uploaded: /work/stamp-installinator.log |
9632 | 2024-08-16T05:41:56.290Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9633 | 2024-08-16T05:41:57.305Z | uploaded: /work/stamp-internal-dns.log |
9634 | 2024-08-16T05:41:57.305Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9635 | 2024-08-16T05:41:58.323Z | uploaded: /work/stamp-mg-ddm-gz.log |
9636 | 2024-08-16T05:41:58.323Z | uploading: /work/stamp-nexus.log (112 bytes) |
9637 | 2024-08-16T05:41:59.339Z | uploaded: /work/stamp-nexus.log |
9638 | 2024-08-16T05:41:59.339Z | uploading: /work/stamp-ntp.log (110 bytes) |
9639 | 2024-08-16T05:42:00.353Z | uploaded: /work/stamp-ntp.log |
9640 | 2024-08-16T05:42:00.353Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9641 | 2024-08-16T05:42:01.362Z | uploaded: /work/stamp-omicron-sled-agent.log |
9642 | 2024-08-16T05:42:01.362Z | uploading: /work/stamp-overlay.log (114 bytes) |
9643 | 2024-08-16T05:42:02.378Z | uploaded: /work/stamp-overlay.log |
9644 | 2024-08-16T05:42:02.378Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9645 | 2024-08-16T05:42:03.395Z | uploaded: /work/stamp-oximeter.log |
9646 | 2024-08-16T05:42:03.395Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9647 | 2024-08-16T05:42:04.419Z | uploaded: /work/stamp-oxlog.log |
9648 | 2024-08-16T05:42:04.419Z | uploading: /work/stamp-probe.log (112 bytes) |
9649 | 2024-08-16T05:42:05.453Z | uploaded: /work/stamp-probe.log |
9650 | 2024-08-16T05:42:05.453Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9651 | 2024-08-16T05:42:06.471Z | uploaded: /work/stamp-propolis-server.log |
9652 | 2024-08-16T05:42:06.471Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9653 | 2024-08-16T05:42:07.495Z | uploaded: /work/stamp-pumpkind-gz.log |
9654 | 2024-08-16T05:42:07.495Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9655 | 2024-08-16T05:42:08.512Z | uploaded: /work/stamp-switch-asic.log |
9656 | 2024-08-16T05:42:08.512Z | uploading: /work/verify-libraries.log (1883 bytes) |
9657 | 2024-08-16T05:42:09.527Z | uploaded: /work/verify-libraries.log |