|
|
|
1 | 2024-08-08T20:08:09.431Z | job assigned to worker 01J4SSKY1T40YV285GB3NMHKAC (queued for 1 m 17 s) |
|
2 | 2024-08-08T20:08:17.262Z | starting task 0: "setup" |
3 | 2024-08-08T20:08:17.315Z | ++ uname -s |
4 | 2024-08-08T20:08:17.318Z | + kern=SunOS |
5 | 2024-08-08T20:08:17.318Z | + case "$kern" in |
6 | 2024-08-08T20:08:17.318Z | + groupadd -g 12345 build |
7 | 2024-08-08T20:08:17.321Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-08T20:08:19.343Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-08T20:08:19.462Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-08T20:08:19.482Z | + home_fs=zfs |
11 | 2024-08-08T20:08:19.482Z | + [[ zfs == autofs ]] |
12 | 2024-08-08T20:08:19.482Z | + mkdir -p /home/build |
13 | 2024-08-08T20:08:19.482Z | + chown build:build /home/build /work |
14 | 2024-08-08T20:08:21.469Z | + chmod 0700 /home/build /work |
15 | 2024-08-08T20:08:21.472Z | process exited: duration 4211 ms, exit code 0 |
|
16 | 2024-08-08T20:08:21.478Z | starting task 1: "rust-toolchain" |
17 | 2024-08-08T20:08:21.484Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-08T20:08:21.484Z | ' 1.80.0 |
19 | 2024-08-08T20:08:21.484Z | * toolchain channel = "1.80.0" |
20 | 2024-08-08T20:08:21.484Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-08T20:08:21.484Z | ' default |
22 | 2024-08-08T20:08:21.484Z | * toolchain profile = "default" |
23 | 2024-08-08T20:08:21.488Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-08T20:08:21.488Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-08T20:08:21.590Z | info: downloading installer |
26 | 2024-08-08T20:08:23.069Z | info: profile set to 'default' |
27 | 2024-08-08T20:08:23.069Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-08T20:08:23.072Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-08T20:08:23.217Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-08T20:08:23.218Z | info: downloading component 'cargo' |
31 | 2024-08-08T20:08:24.048Z | info: downloading component 'clippy' |
32 | 2024-08-08T20:08:24.343Z | info: downloading component 'rust-docs' |
33 | 2024-08-08T20:08:25.502Z | info: downloading component 'rust-std' |
34 | 2024-08-08T20:08:27.138Z | info: downloading component 'rustc' |
35 | 2024-08-08T20:08:31.749Z | info: downloading component 'rustfmt' |
36 | 2024-08-08T20:08:31.991Z | info: installing component 'cargo' |
37 | 2024-08-08T20:08:32.824Z | info: installing component 'clippy' |
38 | 2024-08-08T20:08:33.199Z | info: installing component 'rust-docs' |
39 | 2024-08-08T20:08:34.841Z | info: installing component 'rust-std' |
40 | 2024-08-08T20:08:36.444Z | info: installing component 'rustc' |
41 | 2024-08-08T20:08:40.818Z | info: installing component 'rustfmt' |
42 | 2024-08-08T20:08:41.156Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-08T20:08:41.156Z | |
44 | 2024-08-08T20:08:41.421Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-08T20:08:41.422Z | |
46 | 2024-08-08T20:08:41.425Z | |
47 | 2024-08-08T20:08:41.425Z | Rust is installed now. Great! |
48 | 2024-08-08T20:08:41.425Z | |
49 | 2024-08-08T20:08:41.425Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-08T20:08:41.425Z | environment variable. This has not been done automatically. |
51 | 2024-08-08T20:08:41.425Z | |
52 | 2024-08-08T20:08:41.425Z | To configure your current shell, you need to source |
53 | 2024-08-08T20:08:41.425Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-08T20:08:41.425Z | |
55 | 2024-08-08T20:08:41.425Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-08T20:08:41.425Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-08T20:08:41.426Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-08T20:08:41.764Z | + rustc --version |
59 | 2024-08-08T20:08:41.828Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-08T20:08:41.830Z | process exited: duration 20345 ms, exit code 0 |
|
61 | 2024-08-08T20:08:41.838Z | starting task 2: "authentication" |
62 | 2024-08-08T20:08:41.859Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-08T20:08:41.867Z | starting task 3: "clone repository" |
64 | 2024-08-08T20:08:41.870Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-08T20:08:41.873Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-08T20:08:42.728Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-08T20:08:49.929Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-08T20:08:49.930Z | + git fetch origin 24b7562795769a6cde1de2e045f35f9c64ff968e |
69 | 2024-08-08T20:08:50.196Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-08T20:08:50.196Z | * branch 24b7562795769a6cde1de2e045f35f9c64ff968e -> FETCH_HEAD |
71 | 2024-08-08T20:08:50.207Z | + [[ -n john/resolve-boundary-ntp-from-internal-dns ]] |
72 | 2024-08-08T20:08:50.212Z | ++ git branch --show-current |
73 | 2024-08-08T20:08:50.213Z | + current=main |
74 | 2024-08-08T20:08:50.213Z | + [[ main != john/resolve-boundary-ntp-from-internal-dns ]] |
75 | 2024-08-08T20:08:50.213Z | + git branch -f john/resolve-boundary-ntp-from-internal-dns 24b7562795769a6cde1de2e045f35f9c64ff968e |
76 | 2024-08-08T20:08:50.219Z | + git checkout -f john/resolve-boundary-ntp-from-internal-dns |
77 | 2024-08-08T20:08:50.365Z | Switched to branch 'john/resolve-boundary-ntp-from-internal-dns' |
78 | 2024-08-08T20:08:50.371Z | + git reset --hard 24b7562795769a6cde1de2e045f35f9c64ff968e |
79 | 2024-08-08T20:08:50.495Z | HEAD is now at 24b756279 update internal-dns unit test to include boundary NTP |
80 | 2024-08-08T20:08:50.498Z | process exited: duration 8626 ms, exit code 0 |
|
81 | 2024-08-08T20:08:50.504Z | starting task 4: "build" |
82 | 2024-08-08T20:08:50.509Z | + cargo --version |
83 | 2024-08-08T20:08:50.565Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-08T20:08:50.570Z | + rustc --version |
85 | 2024-08-08T20:08:50.626Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-08T20:08:50.629Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-08T20:09:12.252Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-08T20:09:14.546Z | Startup: Caching catalogs ... Done |
89 | 2024-08-08T20:09:18.550Z | Planning: Solver setup ... Done (3.417s) |
90 | 2024-08-08T20:09:18.614Z | Planning: Running solver ... Done (0.064s) |
91 | 2024-08-08T20:09:18.667Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2024-08-08T20:09:18.680Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-08-08T20:09:19.058Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-08-08T20:09:19.109Z | Planning: Package planning ... Done (0.051s) |
95 | 2024-08-08T20:09:19.160Z | Planning: Merging actions ... Done (0.051s) |
96 | 2024-08-08T20:09:20.755Z | Planning: Checking for conflicting actions ... Done (1.594s) |
97 | 2024-08-08T20:09:20.767Z | Planning: Consolidating action changes ... Done (0.012s) |
98 | 2024-08-08T20:09:28.313Z | Planning: Evaluating mediators ... Done (7.543s) |
99 | 2024-08-08T20:09:28.322Z | Planning: Planning completed in 13.70 seconds |
100 | 2024-08-08T20:09:29.219Z | Packages to install: 4 |
101 | 2024-08-08T20:09:29.219Z | Mediators to change: 2 |
102 | 2024-08-08T20:09:29.219Z | Services to change: 1 |
103 | 2024-08-08T20:09:29.222Z | Estimated space available: 155.75 GB |
104 | 2024-08-08T20:09:29.222Z | Estimated space to be consumed: 1.47 GB |
105 | 2024-08-08T20:09:29.222Z | Create boot environment: No |
106 | 2024-08-08T20:09:29.222Z | Create backup boot environment: No |
107 | 2024-08-08T20:09:29.222Z | Rebuild boot archive: No |
108 | 2024-08-08T20:09:29.222Z | |
109 | 2024-08-08T20:09:29.222Z | Changed mediators: |
110 | 2024-08-08T20:09:29.222Z | mediator clang: |
111 | 2024-08-08T20:09:29.222Z | version: None -> 15 (system default) |
112 | 2024-08-08T20:09:29.222Z | |
113 | 2024-08-08T20:09:29.222Z | mediator llvm: |
114 | 2024-08-08T20:09:29.223Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-08-08T20:09:29.223Z | |
116 | 2024-08-08T20:09:29.223Z | Changed packages: |
117 | 2024-08-08T20:09:29.223Z | helios-dev |
118 | 2024-08-08T20:09:29.223Z | developer/build-essential |
119 | 2024-08-08T20:09:29.223Z | None -> 11-2.0 |
120 | 2024-08-08T20:09:29.223Z | library/libxmlsec1 |
121 | 2024-08-08T20:09:29.223Z | None -> 1.2.35-2.0 |
122 | 2024-08-08T20:09:29.223Z | ooce/developer/clang-15 |
123 | 2024-08-08T20:09:29.223Z | None -> 15.0.7-2.0 |
124 | 2024-08-08T20:09:29.223Z | ooce/developer/llvm-15 |
125 | 2024-08-08T20:09:29.223Z | None -> 15.0.7-2.0 |
126 | 2024-08-08T20:09:29.223Z | |
127 | 2024-08-08T20:09:29.223Z | Services: |
128 | 2024-08-08T20:09:29.223Z | restart_fmri: |
129 | 2024-08-08T20:09:29.223Z | svc:/system/update-man-index:default |
130 | 2024-08-08T20:09:29.453Z | |
131 | 2024-08-08T20:09:29.453Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-08-08T20:09:34.569Z | Download: 1198/3290 items 77.8/212.6MB 36% complete (16.6M/s) |
133 | 2024-08-08T20:09:39.570Z | Download: 2747/3290 items 120.6/212.6MB 56% complete (12.1M/s) |
134 | 2024-08-08T20:09:43.149Z | Download: Completed 212.60 MB in 13.69 seconds (15.5M/s) |
135 | 2024-08-08T20:09:43.859Z | Actions: 1/3689 actions (Installing new actions) |
136 | 2024-08-08T20:09:48.902Z | Actions: 3544/3689 actions (Installing new actions) |
137 | 2024-08-08T20:09:49.584Z | Actions: Completed 3689 actions in 5.72 seconds. |
138 | 2024-08-08T20:09:49.745Z | Done (0.143s) |
139 | 2024-08-08T20:09:49.746Z | Done (0.000s) |
140 | 2024-08-08T20:09:50.098Z | Done (0.360s) |
141 | 2024-08-08T20:09:56.261Z | Done (6.005s) |
142 | 2024-08-08T20:09:56.520Z | Done (0.188s) |
143 | 2024-08-08T20:09:56.523Z | Done (0.000s) |
144 | 2024-08-08T20:09:56.700Z | Done (0.000s) |
145 | 2024-08-08T20:09:57.281Z | Planning: Evaluating mediator changes ... Done |
146 | 2024-08-08T20:09:57.445Z | Planning: Checking for conflicting actions ... Done |
147 | 2024-08-08T20:09:57.448Z | Planning: Consolidating action changes ... Done |
148 | 2024-08-08T20:09:57.716Z | Planning: Evaluating mediators ... Done |
149 | 2024-08-08T20:09:57.718Z | Planning: Planning completed in 0.44 seconds |
150 | 2024-08-08T20:09:57.751Z | Mediators to change: 2 |
151 | 2024-08-08T20:09:57.751Z | Create boot environment: No |
152 | 2024-08-08T20:09:57.754Z | Create backup boot environment: No |
153 | 2024-08-08T20:09:57.833Z | Done |
154 | 2024-08-08T20:09:57.833Z | Done |
155 | 2024-08-08T20:09:58.054Z | Done |
156 | 2024-08-08T20:10:01.658Z | Done |
157 | 2024-08-08T20:10:01.747Z | Done |
158 | 2024-08-08T20:10:01.750Z | Done |
159 | 2024-08-08T20:10:01.872Z | Done |
160 | 2024-08-08T20:10:02.486Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-08-08T20:10:02.489Z | Planning: Merging actions ... Done |
162 | 2024-08-08T20:10:02.678Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-08-08T20:10:02.681Z | Planning: Consolidating action changes ... Done |
164 | 2024-08-08T20:10:02.943Z | Planning: Evaluating mediators ... Done |
165 | 2024-08-08T20:10:02.999Z | Planning: Planning completed in 0.76 seconds |
166 | 2024-08-08T20:10:03.035Z | Packages to change: 1 |
167 | 2024-08-08T20:10:03.036Z | Mediators to change: 1 |
168 | 2024-08-08T20:10:03.038Z | Services to change: 1 |
169 | 2024-08-08T20:10:03.038Z | Create boot environment: No |
170 | 2024-08-08T20:10:03.039Z | Create backup boot environment: Yes |
171 | 2024-08-08T20:10:05.065Z | Actions: 1/6 actions (Updating modified actions) |
172 | 2024-08-08T20:10:05.146Z | Actions: Completed 6 actions in 0.08 seconds. |
173 | 2024-08-08T20:10:05.149Z | Done |
174 | 2024-08-08T20:10:05.149Z | Done |
175 | 2024-08-08T20:10:05.222Z | Done |
176 | 2024-08-08T20:10:08.845Z | Done |
177 | 2024-08-08T20:10:08.930Z | Done |
178 | 2024-08-08T20:10:08.933Z | Done |
179 | 2024-08-08T20:10:09.054Z | Done |
180 | 2024-08-08T20:10:09.493Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
181 | 2024-08-08T20:10:09.493Z | clang system 15 system |
182 | 2024-08-08T20:10:09.493Z | csh system system illumos |
183 | 2024-08-08T20:10:09.493Z | ctags system system illumos |
184 | 2024-08-08T20:10:09.493Z | gcc vendor 12 vendor |
185 | 2024-08-08T20:10:09.493Z | gcc system 10 system |
186 | 2024-08-08T20:10:09.493Z | gcc system 7 system |
187 | 2024-08-08T20:10:09.493Z | go system 1.20 system |
188 | 2024-08-08T20:10:09.494Z | go system 1.19 system |
189 | 2024-08-08T20:10:09.494Z | llvm system 15 system |
190 | 2024-08-08T20:10:09.494Z | llvm system 14 system |
191 | 2024-08-08T20:10:09.494Z | mariadb system 10.6 system |
192 | 2024-08-08T20:10:09.494Z | mta vendor vendor dma |
193 | 2024-08-08T20:10:09.494Z | openjdk system 17 system |
194 | 2024-08-08T20:10:09.494Z | openjdk system 11 system |
195 | 2024-08-08T20:10:09.494Z | openjdk system 1.8 system |
196 | 2024-08-08T20:10:09.494Z | openssl vendor 3 vendor |
197 | 2024-08-08T20:10:09.494Z | perl system 5.36 system |
198 | 2024-08-08T20:10:09.494Z | postgresql system 15 system |
199 | 2024-08-08T20:10:09.494Z | postgresql system 13 system |
200 | 2024-08-08T20:10:09.494Z | python vendor 3 vendor |
201 | 2024-08-08T20:10:09.494Z | python system 2 system |
202 | 2024-08-08T20:10:09.494Z | python3 system 3.11 system |
203 | 2024-08-08T20:10:09.494Z | ruby system 3.0 system |
204 | 2024-08-08T20:10:09.494Z | words vendor vendor american-english |
205 | 2024-08-08T20:10:09.494Z | words system system australian-english |
206 | 2024-08-08T20:10:09.494Z | words system system british-english |
207 | 2024-08-08T20:10:09.494Z | words system system canadian-english |
208 | 2024-08-08T20:10:09.494Z | words system system french |
209 | 2024-08-08T20:10:09.494Z | words system system italian |
210 | 2024-08-08T20:10:09.494Z | words system system ngerman |
211 | 2024-08-08T20:10:09.494Z | words system system ogerman |
212 | 2024-08-08T20:10:09.494Z | words system system spanish |
213 | 2024-08-08T20:10:09.830Z | PUBLISHER TYPE STATUS P LOCATION |
214 | 2024-08-08T20:10:09.830Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
215 | 2024-08-08T20:10:11.487Z | FMRI IFO |
216 | 2024-08-08T20:10:11.487Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
217 | 2024-08-08T20:10:11.487Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
218 | 2024-08-08T20:10:11.487Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
219 | 2024-08-08T20:10:11.487Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
220 | 2024-08-08T20:10:11.487Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
221 | 2024-08-08T20:10:11.487Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
222 | 2024-08-08T20:10:11.487Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
223 | 2024-08-08T20:10:11.487Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
224 | 2024-08-08T20:10:11.487Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
225 | 2024-08-08T20:10:11.487Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
226 | 2024-08-08T20:10:11.487Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
227 | 2024-08-08T20:10:11.487Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
228 | 2024-08-08T20:10:12.074Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
229 | 2024-08-08T20:10:12.345Z | Updating git repository `https://github.com/oxidecomputer/zone` |
230 | 2024-08-08T20:10:12.612Z | Updating crates.io index |
231 | 2024-08-08T20:10:12.615Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
232 | 2024-08-08T20:10:13.344Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
233 | 2024-08-08T20:10:14.052Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
234 | 2024-08-08T20:10:14.311Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
235 | 2024-08-08T20:10:15.745Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
236 | 2024-08-08T20:10:15.984Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
237 | 2024-08-08T20:10:16.228Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
238 | 2024-08-08T20:10:17.269Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
239 | 2024-08-08T20:10:19.359Z | Updating git repository `https://github.com/oxidecomputer/opte` |
240 | 2024-08-08T20:10:20.282Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
241 | 2024-08-08T20:10:20.991Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
242 | 2024-08-08T20:10:21.492Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
243 | 2024-08-08T20:10:21.942Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
244 | 2024-08-08T20:10:22.344Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
245 | 2024-08-08T20:10:22.607Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
246 | 2024-08-08T20:10:23.012Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
247 | 2024-08-08T20:10:23.250Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
248 | 2024-08-08T20:10:23.479Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
249 | 2024-08-08T20:10:23.750Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
250 | 2024-08-08T20:10:24.047Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
251 | 2024-08-08T20:10:24.330Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
252 | 2024-08-08T20:10:24.645Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
253 | 2024-08-08T20:10:25.002Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
254 | 2024-08-08T20:10:25.441Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
255 | 2024-08-08T20:10:25.762Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
256 | 2024-08-08T20:10:26.161Z | Updating git repository `https://github.com/oxidecomputer/typify` |
257 | 2024-08-08T20:10:28.386Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
258 | 2024-08-08T20:10:28.705Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
259 | 2024-08-08T20:10:28.962Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
260 | 2024-08-08T20:10:29.279Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
261 | 2024-08-08T20:10:30.393Z | Downloading crates ... |
262 | 2024-08-08T20:10:30.485Z | Downloaded heck v0.5.0 |
263 | 2024-08-08T20:10:30.488Z | Downloaded anstyle-query v1.0.3 |
264 | 2024-08-08T20:10:30.490Z | Downloaded anstyle v1.0.8 |
265 | 2024-08-08T20:10:30.493Z | Downloaded bytecount v0.6.8 |
266 | 2024-08-08T20:10:30.500Z | Downloaded cargo_toml v0.20.4 |
267 | 2024-08-08T20:10:30.503Z | Downloaded clap v4.5.13 |
268 | 2024-08-08T20:10:30.512Z | Downloaded clap_derive v4.5.13 |
269 | 2024-08-08T20:10:30.515Z | Downloaded clap_builder v4.5.13 |
270 | 2024-08-08T20:10:30.521Z | Downloaded fs-err v2.11.0 |
271 | 2024-08-08T20:10:30.524Z | Downloaded dof v0.3.0 |
272 | 2024-08-08T20:10:30.526Z | Downloaded goblin v0.8.2 |
273 | 2024-08-08T20:10:30.531Z | Downloaded indexmap v2.3.0 |
274 | 2024-08-08T20:10:30.536Z | Downloaded papergrid v0.11.0 |
275 | 2024-08-08T20:10:30.540Z | Downloaded memmap v0.7.0 |
276 | 2024-08-08T20:10:30.543Z | Downloaded macaddr v1.0.1 |
277 | 2024-08-08T20:10:30.545Z | Downloaded pest v2.7.10 |
278 | 2024-08-08T20:10:30.548Z | Downloaded pest_derive v2.7.10 |
279 | 2024-08-08T20:10:30.562Z | Downloaded scroll_derive v0.12.0 |
280 | 2024-08-08T20:10:30.562Z | Downloaded swrite v0.1.0 |
281 | 2024-08-08T20:10:30.562Z | Downloaded serde_tokenstream v0.2.1 |
282 | 2024-08-08T20:10:30.562Z | Downloaded pest_generator v2.7.10 |
283 | 2024-08-08T20:10:30.562Z | Downloaded dtrace-parser v0.2.0 |
284 | 2024-08-08T20:10:30.562Z | Downloaded scroll v0.12.0 |
285 | 2024-08-08T20:10:30.562Z | Downloaded pretty-hex v0.4.1 |
286 | 2024-08-08T20:10:30.562Z | Downloaded plain v0.2.3 |
287 | 2024-08-08T20:10:30.562Z | Downloaded pest_meta v2.7.10 |
288 | 2024-08-08T20:10:30.582Z | Downloaded block-buffer v0.10.4 |
289 | 2024-08-08T20:10:30.585Z | Downloaded cfg-if v1.0.0 |
290 | 2024-08-08T20:10:30.585Z | Downloaded autocfg v1.3.0 |
291 | 2024-08-08T20:10:30.588Z | Downloaded anstyle-parse v0.2.4 |
292 | 2024-08-08T20:10:30.591Z | Downloaded anstream v0.6.14 |
293 | 2024-08-08T20:10:30.591Z | Downloaded digest v0.10.7 |
294 | 2024-08-08T20:10:30.595Z | Downloaded heck v0.4.1 |
295 | 2024-08-08T20:10:30.595Z | Downloaded generic-array v0.14.7 |
296 | 2024-08-08T20:10:30.598Z | Downloaded itoa v1.0.11 |
297 | 2024-08-08T20:10:30.598Z | Downloaded bitflags v2.6.0 |
298 | 2024-08-08T20:10:30.601Z | Downloaded proc-macro-error v1.0.4 |
299 | 2024-08-08T20:10:30.603Z | Downloaded serde_spanned v0.6.7 |
300 | 2024-08-08T20:10:30.606Z | Downloaded strsim v0.11.1 |
301 | 2024-08-08T20:10:30.606Z | Downloaded quote v1.0.36 |
302 | 2024-08-08T20:10:30.609Z | Downloaded once_cell v1.19.0 |
303 | 2024-08-08T20:10:30.611Z | Downloaded thiserror-impl v1.0.63 |
304 | 2024-08-08T20:10:30.614Z | Downloaded utf8parse v0.2.1 |
305 | 2024-08-08T20:10:30.614Z | Downloaded sha2 v0.10.8 |
306 | 2024-08-08T20:10:30.617Z | Downloaded proc-macro2 v1.0.86 |
307 | 2024-08-08T20:10:30.620Z | Downloaded unicode-ident v1.0.12 |
308 | 2024-08-08T20:10:30.622Z | Downloaded ryu v1.0.18 |
309 | 2024-08-08T20:10:30.625Z | Downloaded typenum v1.17.0 |
310 | 2024-08-08T20:10:30.628Z | Downloaded serde v1.0.204 |
311 | 2024-08-08T20:10:30.630Z | Downloaded thiserror v1.0.63 |
312 | 2024-08-08T20:10:30.634Z | Downloaded hashbrown v0.14.5 |
313 | 2024-08-08T20:10:30.639Z | Downloaded proc-macro-error-attr v1.0.4 |
314 | 2024-08-08T20:10:30.641Z | Downloaded semver v1.0.23 |
315 | 2024-08-08T20:10:30.646Z | Downloaded log v0.4.21 |
316 | 2024-08-08T20:10:30.646Z | Downloaded equivalent v1.0.1 |
317 | 2024-08-08T20:10:30.649Z | Downloaded anyhow v1.0.86 |
318 | 2024-08-08T20:10:30.649Z | Downloaded fnv v1.0.7 |
319 | 2024-08-08T20:10:30.652Z | Downloaded errno v0.3.9 |
320 | 2024-08-08T20:10:30.652Z | Downloaded byteorder v1.5.0 |
321 | 2024-08-08T20:10:30.655Z | Downloaded crypto-common v0.1.6 |
322 | 2024-08-08T20:10:30.655Z | Downloaded cpufeatures v0.2.12 |
323 | 2024-08-08T20:10:30.671Z | Downloaded syn v1.0.109 |
324 | 2024-08-08T20:10:30.686Z | Downloaded version_check v0.9.5 |
325 | 2024-08-08T20:10:30.689Z | Downloaded cargo-platform v0.1.8 |
326 | 2024-08-08T20:10:30.689Z | Downloaded colorchoice v1.0.1 |
327 | 2024-08-08T20:10:30.689Z | Downloaded is_terminal_polyfill v1.70.0 |
328 | 2024-08-08T20:10:30.692Z | Downloaded clap_lex v0.7.0 |
329 | 2024-08-08T20:10:30.692Z | Downloaded cargo_metadata v0.18.1 |
330 | 2024-08-08T20:10:30.692Z | Downloaded usdt-macro v0.5.0 |
331 | 2024-08-08T20:10:30.697Z | Downloaded usdt-impl v0.5.0 |
332 | 2024-08-08T20:10:30.697Z | Downloaded usdt-attr-macro v0.5.0 |
333 | 2024-08-08T20:10:30.697Z | Downloaded toml_datetime v0.6.8 |
334 | 2024-08-08T20:10:30.697Z | Downloaded memchr v2.7.2 |
335 | 2024-08-08T20:10:30.701Z | Downloaded usdt v0.5.0 |
336 | 2024-08-08T20:10:30.704Z | Downloaded toml_edit v0.22.20 |
337 | 2024-08-08T20:10:30.724Z | Downloaded toml v0.8.19 |
338 | 2024-08-08T20:10:30.727Z | Downloaded zerocopy v0.7.34 |
339 | 2024-08-08T20:10:30.743Z | Downloaded ucd-trie v0.1.6 |
340 | 2024-08-08T20:10:30.746Z | Downloaded winnow v0.6.18 |
341 | 2024-08-08T20:10:30.753Z | Downloaded unicode-width v0.1.13 |
342 | 2024-08-08T20:10:30.760Z | Downloaded zerocopy-derive v0.7.34 |
343 | 2024-08-08T20:10:30.764Z | Downloaded rustix v0.38.34 |
344 | 2024-08-08T20:10:30.787Z | Downloaded thread-id v4.2.1 |
345 | 2024-08-08T20:10:30.790Z | Downloaded serde_derive v1.0.204 |
346 | 2024-08-08T20:10:30.792Z | Downloaded camino v1.1.7 |
347 | 2024-08-08T20:10:30.792Z | Downloaded tabled_derive v0.7.0 |
348 | 2024-08-08T20:10:30.792Z | Downloaded tabled v0.15.0 |
349 | 2024-08-08T20:10:30.807Z | Downloaded terminal_size v0.3.0 |
350 | 2024-08-08T20:10:30.810Z | Downloaded serde_json v1.0.122 |
351 | 2024-08-08T20:10:30.815Z | Downloaded libc v0.2.155 |
352 | 2024-08-08T20:10:30.840Z | Downloaded syn v2.0.72 |
353 | 2024-08-08T20:10:31.111Z | Compiling proc-macro2 v1.0.86 |
354 | 2024-08-08T20:10:31.112Z | Compiling unicode-ident v1.0.12 |
355 | 2024-08-08T20:10:31.114Z | Compiling version_check v0.9.5 |
356 | 2024-08-08T20:10:31.114Z | Compiling serde v1.0.204 |
357 | 2024-08-08T20:10:31.114Z | Compiling memchr v2.7.2 |
358 | 2024-08-08T20:10:31.114Z | Compiling thiserror v1.0.63 |
359 | 2024-08-08T20:10:31.114Z | Compiling libc v0.2.155 |
360 | 2024-08-08T20:10:31.114Z | Compiling ucd-trie v0.1.6 |
361 | 2024-08-08T20:10:31.346Z | Compiling ryu v1.0.18 |
362 | 2024-08-08T20:10:31.689Z | Compiling itoa v1.0.11 |
363 | 2024-08-08T20:10:31.871Z | Compiling once_cell v1.19.0 |
364 | 2024-08-08T20:10:31.965Z | Compiling byteorder v1.5.0 |
365 | 2024-08-08T20:10:32.190Z | Compiling serde_json v1.0.122 |
366 | 2024-08-08T20:10:34.336Z | Compiling usdt-impl v0.5.0 |
367 | 2024-08-08T20:10:34.340Z | Compiling proc-macro-error-attr v1.0.4 |
368 | 2024-08-08T20:10:34.398Z | Compiling syn v1.0.109 |
369 | 2024-08-08T20:10:34.437Z | Compiling rustix v0.38.34 |
370 | 2024-08-08T20:10:34.441Z | Compiling proc-macro-error v1.0.4 |
371 | 2024-08-08T20:10:34.686Z | Compiling equivalent v1.0.1 |
372 | 2024-08-08T20:10:34.740Z | Compiling hashbrown v0.14.5 |
373 | 2024-08-08T20:10:34.776Z | Compiling utf8parse v0.2.1 |
374 | 2024-08-08T20:10:34.799Z | Compiling bitflags v2.6.0 |
375 | 2024-08-08T20:10:34.937Z | Compiling plain v0.2.3 |
376 | 2024-08-08T20:10:35.084Z | Compiling thread-id v4.2.1 |
377 | 2024-08-08T20:10:35.104Z | Compiling log v0.4.21 |
378 | 2024-08-08T20:10:35.107Z | Compiling anstyle-parse v0.2.4 |
379 | 2024-08-08T20:10:35.213Z | Compiling quote v1.0.36 |
380 | 2024-08-08T20:10:35.353Z | Compiling anstyle v1.0.8 |
381 | 2024-08-08T20:10:35.446Z | Compiling semver v1.0.23 |
382 | 2024-08-08T20:10:35.480Z | Compiling winnow v0.6.18 |
383 | 2024-08-08T20:10:35.657Z | Compiling syn v2.0.72 |
384 | 2024-08-08T20:10:35.819Z | Compiling errno v0.3.9 |
385 | 2024-08-08T20:10:35.913Z | Compiling anstyle-query v1.0.3 |
386 | 2024-08-08T20:10:36.022Z | Compiling indexmap v2.3.0 |
387 | 2024-08-08T20:10:36.044Z | Compiling colorchoice v1.0.1 |
388 | 2024-08-08T20:10:36.048Z | Compiling pretty-hex v0.4.1 |
389 | 2024-08-08T20:10:36.215Z | Compiling is_terminal_polyfill v1.70.0 |
390 | 2024-08-08T20:10:36.245Z | Compiling camino v1.1.7 |
391 | 2024-08-08T20:10:36.336Z | Compiling autocfg v1.3.0 |
392 | 2024-08-08T20:10:36.962Z | Compiling anstream v0.6.14 |
393 | 2024-08-08T20:10:37.216Z | Compiling terminal_size v0.3.0 |
394 | 2024-08-08T20:10:37.284Z | Compiling fs-err v2.11.0 |
395 | 2024-08-08T20:10:37.510Z | Compiling heck v0.5.0 |
396 | 2024-08-08T20:10:37.571Z | Compiling bytecount v0.6.8 |
397 | 2024-08-08T20:10:37.593Z | Compiling unicode-width v0.1.13 |
398 | 2024-08-08T20:10:37.596Z | Compiling anyhow v1.0.86 |
399 | 2024-08-08T20:10:37.684Z | Compiling strsim v0.11.1 |
400 | 2024-08-08T20:10:37.792Z | Compiling heck v0.4.1 |
401 | 2024-08-08T20:10:37.830Z | Compiling fnv v1.0.7 |
402 | 2024-08-08T20:10:37.961Z | Compiling clap_lex v0.7.0 |
403 | 2024-08-08T20:10:38.008Z | Compiling papergrid v0.11.0 |
404 | 2024-08-08T20:10:38.271Z | Compiling clap_builder v4.5.13 |
405 | 2024-08-08T20:10:38.447Z | Compiling memmap v0.7.0 |
406 | 2024-08-08T20:10:39.146Z | Compiling swrite v0.1.0 |
407 | 2024-08-08T20:10:40.830Z | Compiling tabled_derive v0.7.0 |
408 | 2024-08-08T20:10:42.305Z | Compiling tabled v0.15.0 |
409 | 2024-08-08T20:10:44.013Z | Compiling serde_derive v1.0.204 |
410 | 2024-08-08T20:10:44.013Z | Compiling thiserror-impl v1.0.63 |
411 | 2024-08-08T20:10:44.020Z | Compiling zerocopy-derive v0.7.34 |
412 | 2024-08-08T20:10:44.020Z | Compiling scroll_derive v0.12.0 |
413 | 2024-08-08T20:10:44.020Z | Compiling clap_derive v4.5.13 |
414 | 2024-08-08T20:10:45.287Z | Compiling scroll v0.12.0 |
415 | 2024-08-08T20:10:45.649Z | Compiling zerocopy v0.7.34 |
416 | 2024-08-08T20:10:45.766Z | Compiling goblin v0.8.2 |
417 | 2024-08-08T20:10:46.572Z | Compiling pest v2.7.10 |
418 | 2024-08-08T20:10:47.670Z | Compiling clap v4.5.13 |
419 | 2024-08-08T20:10:48.774Z | Compiling pest_meta v2.7.10 |
420 | 2024-08-08T20:10:49.645Z | Compiling pest_generator v2.7.10 |
421 | 2024-08-08T20:10:51.539Z | Compiling pest_derive v2.7.10 |
422 | 2024-08-08T20:10:52.293Z | Compiling dtrace-parser v0.2.0 |
423 | 2024-08-08T20:10:53.967Z | Compiling serde_spanned v0.6.7 |
424 | 2024-08-08T20:10:53.967Z | Compiling toml_datetime v0.6.8 |
425 | 2024-08-08T20:10:53.970Z | Compiling cargo-platform v0.1.8 |
426 | 2024-08-08T20:10:54.352Z | Compiling serde_tokenstream v0.2.1 |
427 | 2024-08-08T20:10:54.466Z | Compiling toml_edit v0.22.20 |
428 | 2024-08-08T20:10:54.526Z | Compiling macaddr v1.0.1 |
429 | 2024-08-08T20:10:55.370Z | Compiling dof v0.3.0 |
430 | 2024-08-08T20:10:55.370Z | Compiling cargo_metadata v0.18.1 |
431 | 2024-08-08T20:10:57.103Z | Compiling toml v0.8.19 |
432 | 2024-08-08T20:10:57.366Z | Compiling usdt-attr-macro v0.5.0 |
433 | 2024-08-08T20:10:57.367Z | Compiling usdt-macro v0.5.0 |
434 | 2024-08-08T20:10:58.000Z | Compiling cargo_toml v0.20.4 |
435 | 2024-08-08T20:10:58.645Z | Compiling usdt v0.5.0 |
436 | 2024-08-08T20:11:01.533Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
437 | 2024-08-08T20:11:05.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.46s |
438 | 2024-08-08T20:11:05.563Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
439 | 2024-08-08T20:11:06.096Z | Downloading crates ... |
440 | 2024-08-08T20:11:06.225Z | Downloaded atty v0.2.14 |
441 | 2024-08-08T20:11:06.231Z | Downloaded base64 v0.13.1 |
442 | 2024-08-08T20:11:06.239Z | Downloaded ciborium-io v0.2.2 |
443 | 2024-08-08T20:11:06.242Z | Downloaded ciborium v0.2.2 |
444 | 2024-08-08T20:11:06.245Z | Downloaded bitfield-struct v0.6.1 |
445 | 2024-08-08T20:11:06.251Z | Downloaded bitstruct_derive v0.1.0 |
446 | 2024-08-08T20:11:06.254Z | Downloaded cstr-argument v0.1.2 |
447 | 2024-08-08T20:11:06.254Z | Downloaded ascii v1.1.0 |
448 | 2024-08-08T20:11:06.256Z | Downloaded bitstruct v0.1.1 |
449 | 2024-08-08T20:11:06.257Z | Downloaded arrayref v0.3.7 |
450 | 2024-08-08T20:11:06.259Z | Downloaded atomicwrites v0.4.3 |
451 | 2024-08-08T20:11:06.259Z | Downloaded async-stream-impl v0.3.5 |
452 | 2024-08-08T20:11:06.262Z | Downloaded openssl-probe v0.1.5 |
453 | 2024-08-08T20:11:06.262Z | Downloaded indoc v1.0.9 |
454 | 2024-08-08T20:11:06.265Z | Downloaded backoff v0.4.0 |
455 | 2024-08-08T20:11:06.267Z | Downloaded bit-set v0.5.3 |
456 | 2024-08-08T20:11:06.270Z | Downloaded kstat-rs v0.2.4 |
457 | 2024-08-08T20:11:06.270Z | Downloaded arc-swap v1.7.1 |
458 | 2024-08-08T20:11:06.273Z | Downloaded keccak v0.1.5 |
459 | 2024-08-08T20:11:06.276Z | Downloaded bit-vec v0.6.3 |
460 | 2024-08-08T20:11:06.279Z | Downloaded bitflags v1.3.2 |
461 | 2024-08-08T20:11:06.281Z | Downloaded castaway v0.2.2 |
462 | 2024-08-08T20:11:06.281Z | Downloaded lalrpop-util v0.19.12 |
463 | 2024-08-08T20:11:06.284Z | Downloaded libefi-sys v0.1.0 |
464 | 2024-08-08T20:11:06.284Z | Downloaded convert_case v0.4.0 |
465 | 2024-08-08T20:11:06.287Z | Downloaded libsw v3.3.1 |
466 | 2024-08-08T20:11:06.287Z | Downloaded libloading v0.8.3 |
467 | 2024-08-08T20:11:06.290Z | Downloaded crunchy v0.2.2 |
468 | 2024-08-08T20:11:06.292Z | Downloaded libxml v0.3.3 |
469 | 2024-08-08T20:11:06.297Z | Downloaded bytes v1.7.1 |
470 | 2024-08-08T20:11:06.301Z | Downloaded linear-map v1.2.0 |
471 | 2024-08-08T20:11:06.304Z | Downloaded mockall v0.12.1 |
472 | 2024-08-08T20:11:06.307Z | Downloaded mockall_derive v0.12.1 |
473 | 2024-08-08T20:11:06.310Z | Downloaded multer v3.1.0 |
474 | 2024-08-08T20:11:06.313Z | Downloaded newtype_derive v0.1.6 |
475 | 2024-08-08T20:11:06.313Z | Downloaded nibble_vec v0.1.0 |
476 | 2024-08-08T20:11:06.315Z | Downloaded crossbeam-epoch v0.9.18 |
477 | 2024-08-08T20:11:06.318Z | Downloaded constant_time_eq v0.3.0 |
478 | 2024-08-08T20:11:06.318Z | Downloaded compact_str v0.7.1 |
479 | 2024-08-08T20:11:06.321Z | Downloaded const-oid v0.9.6 |
480 | 2024-08-08T20:11:06.323Z | Downloaded ciborium-ll v0.2.2 |
481 | 2024-08-08T20:11:06.326Z | Downloaded nix v0.27.1 |
482 | 2024-08-08T20:11:06.335Z | Downloaded nu-ansi-term v0.50.0 |
483 | 2024-08-08T20:11:06.337Z | Downloaded num-bigint v0.4.5 |
484 | 2024-08-08T20:11:06.342Z | Downloaded num-bigint-dig v0.8.4 |
485 | 2024-08-08T20:11:06.347Z | Downloaded blake3 v1.5.1 |
486 | 2024-08-08T20:11:06.354Z | Downloaded crypto-bigint v0.5.5 |
487 | 2024-08-08T20:11:06.361Z | Downloaded aho-corasick v1.1.3 |
488 | 2024-08-08T20:11:06.367Z | Downloaded bitvec v1.0.1 |
489 | 2024-08-08T20:11:06.381Z | Downloaded nodrop v0.1.14 |
490 | 2024-08-08T20:11:06.383Z | Downloaded chrono v0.4.38 |
491 | 2024-08-08T20:11:06.389Z | Downloaded bindgen v0.69.4 |
492 | 2024-08-08T20:11:06.396Z | Downloaded maplit v1.0.2 |
493 | 2024-08-08T20:11:06.399Z | Downloaded mime v0.3.17 |
494 | 2024-08-08T20:11:06.399Z | Downloaded memoffset v0.9.1 |
495 | 2024-08-08T20:11:06.402Z | Downloaded indexmap v1.9.3 |
496 | 2024-08-08T20:11:06.406Z | Downloaded csv-core v0.1.11 |
497 | 2024-08-08T20:11:06.409Z | Downloaded num-iter v0.1.45 |
498 | 2024-08-08T20:11:06.409Z | Downloaded num-conv v0.1.0 |
499 | 2024-08-08T20:11:06.409Z | Downloaded der v0.7.9 |
500 | 2024-08-08T20:11:06.413Z | Downloaded num v0.4.3 |
501 | 2024-08-08T20:11:06.416Z | Downloaded openssl-macros v0.1.1 |
502 | 2024-08-08T20:11:06.416Z | Downloaded parking_lot_core v0.9.10 |
503 | 2024-08-08T20:11:06.419Z | Downloaded lazy_static v1.5.0 |
504 | 2024-08-08T20:11:06.421Z | Downloaded bstr v0.2.17 |
505 | 2024-08-08T20:11:06.429Z | Downloaded minimal-lexical v0.2.1 |
506 | 2024-08-08T20:11:06.434Z | Downloaded num-traits v0.2.19 |
507 | 2024-08-08T20:11:06.437Z | Downloaded libm v0.2.8 |
508 | 2024-08-08T20:11:06.446Z | Downloaded colored v2.1.0 |
509 | 2024-08-08T20:11:06.449Z | Downloaded itertools v0.13.0 |
510 | 2024-08-08T20:11:06.456Z | Downloaded mio v0.8.11 |
511 | 2024-08-08T20:11:06.462Z | Downloaded paste v1.0.15 |
512 | 2024-08-08T20:11:06.465Z | Downloaded nom v7.1.3 |
513 | 2024-08-08T20:11:06.470Z | Downloaded owo-colors v4.0.0 |
514 | 2024-08-08T20:11:06.473Z | Downloaded crossterm v0.27.0 |
515 | 2024-08-08T20:11:06.479Z | Downloaded bcs v0.1.6 |
516 | 2024-08-08T20:11:06.482Z | Downloaded crc-any v2.5.0 |
517 | 2024-08-08T20:11:06.485Z | Downloaded openssl-sys v0.9.103 |
518 | 2024-08-08T20:11:06.488Z | Downloaded const_format v0.2.32 |
519 | 2024-08-08T20:11:06.495Z | Downloaded omicron-zone-package v0.11.0 |
520 | 2024-08-08T20:11:06.498Z | Downloaded olpc-cjson v0.1.3 |
521 | 2024-08-08T20:11:06.498Z | Downloaded object v0.30.4 |
522 | 2024-08-08T20:11:06.508Z | Downloaded path-slash v0.1.5 |
523 | 2024-08-08T20:11:06.510Z | Downloaded parking_lot v0.11.2 |
524 | 2024-08-08T20:11:06.513Z | Downloaded parking_lot_core v0.8.6 |
525 | 2024-08-08T20:11:06.516Z | Downloaded object v0.32.2 |
526 | 2024-08-08T20:11:06.525Z | Downloaded nix v0.28.0 |
527 | 2024-08-08T20:11:06.536Z | Downloaded curve25519-dalek v4.1.3 |
528 | 2024-08-08T20:11:06.544Z | Downloaded native-tls v0.2.11 |
529 | 2024-08-08T20:11:06.547Z | Downloaded downcast v0.11.0 |
530 | 2024-08-08T20:11:06.550Z | Downloaded funty v2.0.0 |
531 | 2024-08-08T20:11:06.550Z | Downloaded tokio-rustls v0.24.1 |
532 | 2024-08-08T20:11:06.553Z | Downloaded fragile v2.0.0 |
533 | 2024-08-08T20:11:06.555Z | Downloaded env_logger v0.9.3 |
534 | 2024-08-08T20:11:06.558Z | Downloaded pin-project-internal v1.1.5 |
535 | 2024-08-08T20:11:06.561Z | Downloaded dyn-clone v1.0.17 |
536 | 2024-08-08T20:11:06.561Z | Downloaded unicode-segmentation v1.11.0 |
537 | 2024-08-08T20:11:06.564Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
538 | 2024-08-08T20:11:06.576Z | Downloaded rayon-core v1.12.1 |
539 | 2024-08-08T20:11:06.579Z | Downloaded radium v0.7.0 |
540 | 2024-08-08T20:11:06.582Z | Downloaded pin-utils v0.1.0 |
541 | 2024-08-08T20:11:06.582Z | Downloaded pin-project-lite v0.2.14 |
542 | 2024-08-08T20:11:06.586Z | Downloaded hashbrown v0.13.2 |
543 | 2024-08-08T20:11:06.591Z | Downloaded signal-hook-registry v1.4.2 |
544 | 2024-08-08T20:11:06.593Z | Downloaded termcolor v1.4.1 |
545 | 2024-08-08T20:11:06.596Z | Downloaded hash32 v0.3.1 |
546 | 2024-08-08T20:11:06.596Z | Downloaded form_urlencoded v1.2.1 |
547 | 2024-08-08T20:11:06.596Z | Downloaded reqwest v0.11.27 |
548 | 2024-08-08T20:11:06.604Z | Downloaded term v0.7.0 |
549 | 2024-08-08T20:11:06.608Z | Downloaded iana-time-zone v0.1.60 |
550 | 2024-08-08T20:11:06.611Z | Downloaded stable_deref_trait v1.2.0 |
551 | 2024-08-08T20:11:06.614Z | Downloaded rustls-webpki v0.102.4 |
552 | 2024-08-08T20:11:06.637Z | Downloaded derive_builder v0.20.0 |
553 | 2024-08-08T20:11:06.641Z | Downloaded phf_shared v0.11.2 |
554 | 2024-08-08T20:11:06.644Z | Downloaded openapiv3 v2.0.0 |
555 | 2024-08-08T20:11:06.654Z | Downloaded hyper-tls v0.5.0 |
556 | 2024-08-08T20:11:06.657Z | Downloaded untrusted v0.9.0 |
557 | 2024-08-08T20:11:06.660Z | Downloaded universal-hash v0.5.1 |
558 | 2024-08-08T20:11:06.661Z | Downloaded unicode-linebreak v0.1.5 |
559 | 2024-08-08T20:11:06.661Z | Downloaded tokio-stream v0.1.15 |
560 | 2024-08-08T20:11:06.665Z | Downloaded tokio-native-tls v0.3.1 |
561 | 2024-08-08T20:11:06.668Z | Downloaded unicode-normalization v0.1.23 |
562 | 2024-08-08T20:11:06.671Z | Downloaded http v0.2.12 |
563 | 2024-08-08T20:11:06.675Z | Downloaded toml_edit v0.19.15 |
564 | 2024-08-08T20:11:06.691Z | Downloaded winnow v0.5.40 |
565 | 2024-08-08T20:11:06.700Z | Downloaded env_logger v0.10.2 |
566 | 2024-08-08T20:11:06.703Z | Downloaded endian-type v0.1.2 |
567 | 2024-08-08T20:11:06.706Z | Downloaded ena v0.14.3 |
568 | 2024-08-08T20:11:06.706Z | Downloaded embedded-io v0.4.0 |
569 | 2024-08-08T20:11:06.709Z | Downloaded sec1 v0.7.3 |
570 | 2024-08-08T20:11:06.712Z | Downloaded globset v0.4.14 |
571 | 2024-08-08T20:11:06.712Z | Downloaded hyper-staticfile v0.9.5 |
572 | 2024-08-08T20:11:06.735Z | Downloaded r2d2 v0.8.10 |
573 | 2024-08-08T20:11:06.735Z | Downloaded serde_urlencoded v0.7.1 |
574 | 2024-08-08T20:11:06.735Z | Downloaded getopts v0.2.21 |
575 | 2024-08-08T20:11:06.735Z | Downloaded rustls-pki-types v1.7.0 |
576 | 2024-08-08T20:11:06.735Z | Downloaded getrandom v0.2.14 |
577 | 2024-08-08T20:11:06.742Z | Downloaded hostname v0.4.0 |
578 | 2024-08-08T20:11:06.742Z | Downloaded hostname v0.3.1 |
579 | 2024-08-08T20:11:06.742Z | Downloaded ff v0.13.0 |
580 | 2024-08-08T20:11:06.742Z | Downloaded fd-lock v4.0.2 |
581 | 2024-08-08T20:11:06.742Z | Downloaded unsafe-libyaml v0.2.11 |
582 | 2024-08-08T20:11:06.742Z | Downloaded smawk v0.3.2 |
583 | 2024-08-08T20:11:06.742Z | Downloaded rayon v1.10.0 |
584 | 2024-08-08T20:11:06.744Z | Downloaded tempfile v3.10.1 |
585 | 2024-08-08T20:11:06.747Z | Downloaded hex v0.4.3 |
586 | 2024-08-08T20:11:06.749Z | Downloaded socket2 v0.5.7 |
587 | 2024-08-08T20:11:06.752Z | Downloaded heck v0.3.3 |
588 | 2024-08-08T20:11:06.755Z | Downloaded unicode_categories v0.1.1 |
589 | 2024-08-08T20:11:06.755Z | Downloaded signal-hook-mio v0.2.3 |
590 | 2024-08-08T20:11:06.758Z | Downloaded hashbrown v0.12.3 |
591 | 2024-08-08T20:11:06.760Z | Downloaded unicode-truncate v1.0.0 |
592 | 2024-08-08T20:11:06.763Z | Downloaded tokio-postgres v0.7.11 |
593 | 2024-08-08T20:11:06.767Z | Downloaded secrecy v0.8.0 |
594 | 2024-08-08T20:11:06.769Z | Downloaded slab v0.4.9 |
595 | 2024-08-08T20:11:06.772Z | Downloaded either v1.13.0 |
596 | 2024-08-08T20:11:06.772Z | Downloaded slog-bunyan v2.5.0 |
597 | 2024-08-08T20:11:06.775Z | Downloaded resolv-conf v0.7.0 |
598 | 2024-08-08T20:11:06.775Z | Downloaded pkcs1 v0.7.5 |
599 | 2024-08-08T20:11:06.777Z | Downloaded bstr v1.9.1 |
600 | 2024-08-08T20:11:06.787Z | Downloaded diff v0.1.13 |
601 | 2024-08-08T20:11:06.791Z | Downloaded unicase v2.7.0 |
602 | 2024-08-08T20:11:06.793Z | Downloaded siphasher v0.3.11 |
603 | 2024-08-08T20:11:06.796Z | Downloaded signature v2.2.0 |
604 | 2024-08-08T20:11:06.796Z | Downloaded tower-service v0.3.2 |
605 | 2024-08-08T20:11:06.799Z | Downloaded tap v1.0.1 |
606 | 2024-08-08T20:11:06.799Z | Downloaded rustls-pemfile v2.1.3 |
607 | 2024-08-08T20:11:06.802Z | Downloaded rustls-pemfile v1.0.4 |
608 | 2024-08-08T20:11:06.805Z | Downloaded rand_xorshift v0.3.0 |
609 | 2024-08-08T20:11:06.805Z | Downloaded rand_seeder v0.3.0 |
610 | 2024-08-08T20:11:06.807Z | Downloaded rand_core v0.6.4 |
611 | 2024-08-08T20:11:06.807Z | Downloaded fatfs v0.3.6 |
612 | 2024-08-08T20:11:06.810Z | Downloaded spki v0.7.3 |
613 | 2024-08-08T20:11:06.813Z | Downloaded deranged v0.3.11 |
614 | 2024-08-08T20:11:06.817Z | Downloaded serde-big-array v0.5.1 |
615 | 2024-08-08T20:11:06.817Z | Downloaded topological-sort v0.2.2 |
616 | 2024-08-08T20:11:06.821Z | Downloaded sync_wrapper v0.1.2 |
617 | 2024-08-08T20:11:06.821Z | Downloaded spin v0.9.8 |
618 | 2024-08-08T20:11:06.821Z | Downloaded tough v0.17.1 |
619 | 2024-08-08T20:11:06.828Z | Downloaded futures-util v0.3.30 |
620 | 2024-08-08T20:11:06.841Z | Downloaded subtle v2.5.0 |
621 | 2024-08-08T20:11:06.844Z | Downloaded quick-error v1.2.3 |
622 | 2024-08-08T20:11:06.844Z | Downloaded publicsuffix v2.2.3 |
623 | 2024-08-08T20:11:06.847Z | Downloaded psl-types v2.0.11 |
624 | 2024-08-08T20:11:06.847Z | Downloaded proc-macro-crate v1.3.1 |
625 | 2024-08-08T20:11:06.850Z | Downloaded half v2.4.1 |
626 | 2024-08-08T20:11:06.852Z | Downloaded vcpkg v0.2.15 |
627 | 2024-08-08T20:11:06.888Z | Downloaded zone v0.1.8 |
628 | 2024-08-08T20:11:06.891Z | Downloaded quick-xml v0.31.0 |
629 | 2024-08-08T20:11:06.895Z | Downloaded proptest v1.4.0 |
630 | 2024-08-08T20:11:06.904Z | Downloaded hmac v0.12.1 |
631 | 2024-08-08T20:11:06.907Z | Downloaded radix_trie v0.2.1 |
632 | 2024-08-08T20:11:06.912Z | Downloaded zeroize v1.7.0 |
633 | 2024-08-08T20:11:06.915Z | Downloaded fallible-iterator v0.2.0 |
634 | 2024-08-08T20:11:06.915Z | Downloaded spin v0.5.2 |
635 | 2024-08-08T20:11:06.918Z | Downloaded shell-words v1.1.0 |
636 | 2024-08-08T20:11:06.918Z | Downloaded rand_chacha v0.3.1 |
637 | 2024-08-08T20:11:06.920Z | Downloaded stability v0.2.0 |
638 | 2024-08-08T20:11:06.920Z | Downloaded impl-trait-for-tuples v0.2.2 |
639 | 2024-08-08T20:11:06.923Z | Downloaded h2 v0.3.26 |
640 | 2024-08-08T20:11:06.929Z | Downloaded glob v0.3.1 |
641 | 2024-08-08T20:11:06.932Z | Downloaded rtoolbox v0.0.2 |
642 | 2024-08-08T20:11:06.932Z | Downloaded rand v0.8.5 |
643 | 2024-08-08T20:11:06.935Z | Downloaded regex-automata v0.1.10 |
644 | 2024-08-08T20:11:06.940Z | Downloaded shlex v1.3.0 |
645 | 2024-08-08T20:11:06.943Z | Downloaded time-core v0.1.2 |
646 | 2024-08-08T20:11:06.943Z | Downloaded thread_local v1.1.8 |
647 | 2024-08-08T20:11:06.946Z | Downloaded static_assertions v1.1.0 |
648 | 2024-08-08T20:11:06.946Z | Downloaded regex-syntax v0.6.29 |
649 | 2024-08-08T20:11:06.953Z | Downloaded time v0.3.36 |
650 | 2024-08-08T20:11:06.960Z | Downloaded toml v0.7.8 |
651 | 2024-08-08T20:11:06.963Z | Downloaded whoami v1.5.1 |
652 | 2024-08-08T20:11:06.966Z | Downloaded petgraph v0.6.5 |
653 | 2024-08-08T20:11:06.983Z | Downloaded url v2.5.2 |
654 | 2024-08-08T20:11:06.985Z | Downloaded precomputed-hash v0.1.1 |
655 | 2024-08-08T20:11:06.988Z | Downloaded erased-serde v0.3.31 |
656 | 2024-08-08T20:11:06.990Z | Downloaded dirs-sys-next v0.1.2 |
657 | 2024-08-08T20:11:06.990Z | Downloaded predicates v3.1.2 |
658 | 2024-08-08T20:11:06.993Z | Downloaded rusty-fork v0.3.0 |
659 | 2024-08-08T20:11:06.996Z | Downloaded http-range v0.1.5 |
660 | 2024-08-08T20:11:06.996Z | Downloaded futures-core v0.3.30 |
661 | 2024-08-08T20:11:06.999Z | Downloaded httpdate v1.0.3 |
662 | 2024-08-08T20:11:06.999Z | Downloaded httparse v1.8.0 |
663 | 2024-08-08T20:11:07.002Z | Downloaded tokio v1.38.1 |
664 | 2024-08-08T20:11:07.035Z | Downloaded tabwriter v1.4.0 |
665 | 2024-08-08T20:11:07.039Z | Downloaded pkg-config v0.3.30 |
666 | 2024-08-08T20:11:07.039Z | Downloaded smoltcp v0.9.1 |
667 | 2024-08-08T20:11:07.049Z | Downloaded hyper v0.14.30 |
668 | 2024-08-08T20:11:07.057Z | Downloaded phf_shared v0.10.0 |
669 | 2024-08-08T20:11:07.060Z | Downloaded regex v1.10.6 |
670 | 2024-08-08T20:11:07.071Z | Downloaded fixedbitset v0.4.2 |
671 | 2024-08-08T20:11:07.074Z | Downloaded float-cmp v0.9.0 |
672 | 2024-08-08T20:11:07.074Z | Downloaded webpki-roots v0.25.4 |
673 | 2024-08-08T20:11:07.077Z | Downloaded string_cache v0.8.7 |
674 | 2024-08-08T20:11:07.080Z | Downloaded scopeguard v1.2.0 |
675 | 2024-08-08T20:11:07.083Z | Downloaded flate2 v1.0.31 |
676 | 2024-08-08T20:11:07.086Z | Downloaded diesel_derives v2.1.4 |
677 | 2024-08-08T20:11:07.090Z | Downloaded prettyplease v0.2.20 |
678 | 2024-08-08T20:11:07.093Z | Downloaded sha1 v0.10.6 |
679 | 2024-08-08T20:11:07.097Z | Downloaded unarray v0.1.4 |
680 | 2024-08-08T20:11:07.097Z | Downloaded unicode-bidi v0.3.15 |
681 | 2024-08-08T20:11:07.100Z | Downloaded strum v0.26.3 |
682 | 2024-08-08T20:11:07.100Z | Downloaded sqlparser_derive v0.2.2 |
683 | 2024-08-08T20:11:07.103Z | Downloaded flume v0.11.0 |
684 | 2024-08-08T20:11:07.105Z | Downloaded rustfmt-wrapper v0.2.1 |
685 | 2024-08-08T20:11:07.108Z | Downloaded rustc_version v0.4.0 |
686 | 2024-08-08T20:11:07.108Z | Downloaded hyper-rustls v0.24.2 |
687 | 2024-08-08T20:11:07.111Z | Downloaded gimli v0.28.1 |
688 | 2024-08-08T20:11:07.118Z | Downloaded humantime v2.1.0 |
689 | 2024-08-08T20:11:07.121Z | Downloaded idna v0.2.3 |
690 | 2024-08-08T20:11:07.128Z | Downloaded tracing-core v0.1.32 |
691 | 2024-08-08T20:11:07.140Z | Downloaded termtree v0.4.1 |
692 | 2024-08-08T20:11:07.140Z | Downloaded foreign-types v0.3.2 |
693 | 2024-08-08T20:11:07.140Z | Downloaded futures-executor v0.3.30 |
694 | 2024-08-08T20:11:07.140Z | Downloaded ref-cast-impl v1.0.23 |
695 | 2024-08-08T20:11:07.140Z | Downloaded ref-cast v1.0.23 |
696 | 2024-08-08T20:11:07.141Z | Downloaded headers v0.3.9 |
697 | 2024-08-08T20:11:07.143Z | Downloaded hash32 v0.2.1 |
698 | 2024-08-08T20:11:07.143Z | Downloaded hubpack_derive v0.1.1 |
699 | 2024-08-08T20:11:07.146Z | Downloaded group v0.13.0 |
700 | 2024-08-08T20:11:07.146Z | Downloaded percent-encoding v2.3.1 |
701 | 2024-08-08T20:11:07.149Z | Downloaded phf v0.11.2 |
702 | 2024-08-08T20:11:07.149Z | Downloaded pem-rfc7468 v0.7.0 |
703 | 2024-08-08T20:11:07.153Z | Downloaded gethostname v0.5.0 |
704 | 2024-08-08T20:11:07.153Z | Downloaded fxhash v0.2.1 |
705 | 2024-08-08T20:11:07.156Z | Downloaded socket2 v0.4.10 |
706 | 2024-08-08T20:11:07.156Z | Downloaded same-file v1.0.6 |
707 | 2024-08-08T20:11:07.156Z | Downloaded tokio-util v0.7.11 |
708 | 2024-08-08T20:11:07.161Z | Downloaded uuid v1.10.0 |
709 | 2024-08-08T20:11:07.165Z | Downloaded wait-timeout v0.2.0 |
710 | 2024-08-08T20:11:07.168Z | Downloaded rustc-demangle v0.1.24 |
711 | 2024-08-08T20:11:07.170Z | Downloaded powerfmt v0.2.0 |
712 | 2024-08-08T20:11:07.170Z | Downloaded futures-io v0.3.30 |
713 | 2024-08-08T20:11:07.170Z | Downloaded portable-atomic v1.6.0 |
714 | 2024-08-08T20:11:07.178Z | Downloaded futures-macro v0.3.30 |
715 | 2024-08-08T20:11:07.181Z | Downloaded rustc-hash v1.1.0 |
716 | 2024-08-08T20:11:07.181Z | Downloaded snafu-derive v0.8.2 |
717 | 2024-08-08T20:11:07.181Z | Downloaded steno v0.4.1 |
718 | 2024-08-08T20:11:07.184Z | Downloaded walkdir v2.5.0 |
719 | 2024-08-08T20:11:07.187Z | Downloaded vte_generate_state_changes v0.1.1 |
720 | 2024-08-08T20:11:07.187Z | Downloaded tui-tree-widget v0.21.0 |
721 | 2024-08-08T20:11:07.190Z | Downloaded pem v3.0.4 |
722 | 2024-08-08T20:11:07.190Z | Downloaded foreign-types-shared v0.3.1 |
723 | 2024-08-08T20:11:07.193Z | Downloaded toml v0.5.11 |
724 | 2024-08-08T20:11:07.193Z | Downloaded thiserror-no-std v2.0.2 |
725 | 2024-08-08T20:11:07.196Z | Downloaded structmeta-derive v0.2.0 |
726 | 2024-08-08T20:11:07.199Z | Downloaded schemars_derive v0.8.21 |
727 | 2024-08-08T20:11:07.202Z | Downloaded schemars v0.8.21 |
728 | 2024-08-08T20:11:07.211Z | Downloaded tracing-attributes v0.1.27 |
729 | 2024-08-08T20:11:07.214Z | Downloaded tokio-tungstenite v0.21.0 |
730 | 2024-08-08T20:11:07.217Z | Downloaded futures-task v0.3.30 |
731 | 2024-08-08T20:11:07.217Z | Downloaded want v0.3.1 |
732 | 2024-08-08T20:11:07.219Z | Downloaded serde_repr v0.1.19 |
733 | 2024-08-08T20:11:07.219Z | Downloaded structmeta v0.2.0 |
734 | 2024-08-08T20:11:07.222Z | Downloaded http v1.1.0 |
735 | 2024-08-08T20:11:07.225Z | Downloaded semver v0.1.20 |
736 | 2024-08-08T20:11:07.228Z | Downloaded serde_derive_internals v0.29.1 |
737 | 2024-08-08T20:11:07.228Z | Downloaded tinyvec v1.6.0 |
738 | 2024-08-08T20:11:07.230Z | Downloaded hubpack v0.1.2 |
739 | 2024-08-08T20:11:07.233Z | Downloaded tracing v0.1.40 |
740 | 2024-08-08T20:11:07.236Z | Downloaded foreign-types v0.5.0 |
741 | 2024-08-08T20:11:07.239Z | Downloaded slog-stdlog v4.1.1 |
742 | 2024-08-08T20:11:07.239Z | Downloaded idna v0.5.0 |
743 | 2024-08-08T20:11:07.246Z | Downloaded slog-scope v4.4.0 |
744 | 2024-08-08T20:11:07.248Z | Downloaded home v0.5.9 |
745 | 2024-08-08T20:11:07.248Z | Downloaded encoding_rs v0.8.34 |
746 | 2024-08-08T20:11:07.270Z | Downloaded tls_codec_derive v0.4.1 |
747 | 2024-08-08T20:11:07.273Z | Downloaded http-body v0.4.6 |
748 | 2024-08-08T20:11:07.273Z | Downloaded futures-sink v0.3.30 |
749 | 2024-08-08T20:11:07.276Z | Downloaded typed-path v0.7.1 |
750 | 2024-08-08T20:11:07.280Z | Downloaded trust-dns-client v0.22.0 |
751 | 2024-08-08T20:11:07.285Z | Downloaded textwrap v0.16.1 |
752 | 2024-08-08T20:11:07.288Z | Downloaded test-strategy v0.3.1 |
753 | 2024-08-08T20:11:07.292Z | Downloaded zerocopy-derive v0.6.6 |
754 | 2024-08-08T20:11:07.301Z | Downloaded serde_path_to_error v0.1.16 |
755 | 2024-08-08T20:11:07.304Z | Downloaded smf v0.2.3 |
756 | 2024-08-08T20:11:07.304Z | Downloaded ron v0.7.1 |
757 | 2024-08-08T20:11:07.308Z | Downloaded sha3 v0.10.8 |
758 | 2024-08-08T20:11:07.313Z | Downloaded finl_unicode v1.2.0 |
759 | 2024-08-08T20:11:07.326Z | Downloaded slog-async v2.8.0 |
760 | 2024-08-08T20:11:07.329Z | Downloaded serde_with_macros v3.8.3 |
761 | 2024-08-08T20:11:07.331Z | Downloaded rustc_version v0.1.7 |
762 | 2024-08-08T20:11:07.331Z | Downloaded utf-8 v0.7.6 |
763 | 2024-08-08T20:11:07.332Z | Downloaded rustls v0.22.4 |
764 | 2024-08-08T20:11:07.344Z | Downloaded idna v0.3.0 |
765 | 2024-08-08T20:11:07.350Z | Downloaded regex-automata v0.4.6 |
766 | 2024-08-08T20:11:07.368Z | Downloaded slog-term v2.9.1 |
767 | 2024-08-08T20:11:07.370Z | Downloaded serde_with v3.8.3 |
768 | 2024-08-08T20:11:07.378Z | Downloaded polar-core v0.27.3 |
769 | 2024-08-08T20:11:07.386Z | Downloaded sled v0.34.7 |
770 | 2024-08-08T20:11:07.396Z | Downloaded portpicker v0.1.1 |
771 | 2024-08-08T20:11:07.399Z | Downloaded vsss-rs v3.3.4 |
772 | 2024-08-08T20:11:07.400Z | Downloaded yasna v0.5.2 |
773 | 2024-08-08T20:11:07.403Z | Downloaded foreign-types-macros v0.2.3 |
774 | 2024-08-08T20:11:07.403Z | Downloaded zerocopy v0.6.6 |
775 | 2024-08-08T20:11:07.406Z | Downloaded postgres-protocol v0.6.7 |
776 | 2024-08-08T20:11:07.406Z | Downloaded postcard v1.0.8 |
777 | 2024-08-08T20:11:07.409Z | Downloaded vte v0.11.1 |
778 | 2024-08-08T20:11:07.411Z | Downloaded slog-envlogger v2.2.0 |
779 | 2024-08-08T20:11:07.414Z | Downloaded subprocess v0.2.9 |
780 | 2024-08-08T20:11:07.417Z | Downloaded structmeta-derive v0.3.0 |
781 | 2024-08-08T20:11:07.417Z | Downloaded samael v0.0.15 |
782 | 2024-08-08T20:11:07.420Z | Downloaded rustyline v14.0.0 |
783 | 2024-08-08T20:11:07.426Z | Downloaded termios v0.3.3 |
784 | 2024-08-08T20:11:07.428Z | Downloaded rustls v0.21.12 |
785 | 2024-08-08T20:11:07.439Z | Downloaded tiny-keccak v2.0.2 |
786 | 2024-08-08T20:11:07.442Z | Downloaded scheduled-thread-pool v0.2.7 |
787 | 2024-08-08T20:11:07.445Z | Downloaded float-ord v0.3.2 |
788 | 2024-08-08T20:11:07.445Z | Downloaded flagset v0.4.5 |
789 | 2024-08-08T20:11:07.445Z | Downloaded diesel v2.1.6 |
790 | 2024-08-08T20:11:07.462Z | Downloaded sct v0.7.1 |
791 | 2024-08-08T20:11:07.465Z | Downloaded ppv-lite86 v0.2.17 |
792 | 2024-08-08T20:11:07.468Z | Downloaded tinyvec_macros v0.1.1 |
793 | 2024-08-08T20:11:07.468Z | Downloaded structmeta v0.3.0 |
794 | 2024-08-08T20:11:07.468Z | Downloaded smallvec v0.6.14 |
795 | 2024-08-08T20:11:07.471Z | Downloaded slog v2.7.0 |
796 | 2024-08-08T20:11:07.473Z | Downloaded serde_plain v1.0.2 |
797 | 2024-08-08T20:11:07.473Z | Downloaded rsa v0.9.6 |
798 | 2024-08-08T20:11:07.478Z | Downloaded rpassword v7.3.1 |
799 | 2024-08-08T20:11:07.480Z | Downloaded ron v0.8.1 |
800 | 2024-08-08T20:11:07.484Z | Downloaded peg-runtime v0.8.3 |
801 | 2024-08-08T20:11:07.487Z | Downloaded peg-macros v0.8.4 |
802 | 2024-08-08T20:11:07.487Z | Downloaded peg v0.8.4 |
803 | 2024-08-08T20:11:07.490Z | Downloaded expectorate v1.1.0 |
804 | 2024-08-08T20:11:07.492Z | Downloaded smoltcp v0.11.0 |
805 | 2024-08-08T20:11:07.504Z | Downloaded derive_more v0.99.18 |
806 | 2024-08-08T20:11:07.509Z | Downloaded derive_builder_macro v0.20.0 |
807 | 2024-08-08T20:11:07.512Z | Downloaded der_derive v0.7.2 |
808 | 2024-08-08T20:11:07.512Z | Downloaded zone_cfg_derive v0.1.2 |
809 | 2024-08-08T20:11:07.514Z | Downloaded x509-cert v0.2.5 |
810 | 2024-08-08T20:11:07.517Z | Downloaded futures-channel v0.3.30 |
811 | 2024-08-08T20:11:07.520Z | Downloaded reedline v0.31.0 |
812 | 2024-08-08T20:11:07.526Z | Downloaded rcgen v0.12.1 |
813 | 2024-08-08T20:11:07.529Z | Downloaded pretty-hex v0.2.1 |
814 | 2024-08-08T20:11:07.532Z | Downloaded poly1305 v0.8.0 |
815 | 2024-08-08T20:11:07.535Z | Downloaded hkdf v0.12.4 |
816 | 2024-08-08T20:11:07.535Z | Downloaded highway v1.2.0 |
817 | 2024-08-08T20:11:07.538Z | Downloaded heapless v0.8.0 |
818 | 2024-08-08T20:11:07.540Z | Downloaded heapless v0.7.17 |
819 | 2024-08-08T20:11:07.544Z | Downloaded headers-core v0.2.0 |
820 | 2024-08-08T20:11:07.547Z | Downloaded regress v0.9.1 |
821 | 2024-08-08T20:11:07.553Z | Downloaded xattr v1.3.1 |
822 | 2024-08-08T20:11:07.555Z | Downloaded which v4.4.2 |
823 | 2024-08-08T20:11:07.558Z | Downloaded uzers v0.11.3 |
824 | 2024-08-08T20:11:07.558Z | Downloaded supports-color v3.0.0 |
825 | 2024-08-08T20:11:07.561Z | Downloaded dirs-next v2.0.0 |
826 | 2024-08-08T20:11:07.561Z | Downloaded difflib v0.4.0 |
827 | 2024-08-08T20:11:07.561Z | Downloaded tungstenite v0.21.0 |
828 | 2024-08-08T20:11:07.565Z | Downloaded tungstenite v0.20.1 |
829 | 2024-08-08T20:11:07.569Z | Downloaded try-lock v0.2.5 |
830 | 2024-08-08T20:11:07.571Z | Downloaded futures v0.3.30 |
831 | 2024-08-08T20:11:07.574Z | Downloaded foreign-types-shared v0.1.1 |
832 | 2024-08-08T20:11:07.577Z | Downloaded filetime v0.2.23 |
833 | 2024-08-08T20:11:07.580Z | Downloaded ratatui v0.27.0 |
834 | 2024-08-08T20:11:07.597Z | Downloaded signal-hook-tokio v0.3.1 |
835 | 2024-08-08T20:11:07.599Z | Downloaded serde_arrays v0.1.0 |
836 | 2024-08-08T20:11:07.600Z | Downloaded serde-hex v0.1.0 |
837 | 2024-08-08T20:11:07.602Z | Downloaded postgres-types v0.2.7 |
838 | 2024-08-08T20:11:07.602Z | Downloaded diesel_table_macro_syntax v0.1.0 |
839 | 2024-08-08T20:11:07.605Z | Downloaded take_mut v0.2.2 |
840 | 2024-08-08T20:11:07.605Z | Downloaded enum-as-inner v0.5.1 |
841 | 2024-08-08T20:11:07.605Z | Downloaded elliptic-curve v0.13.8 |
842 | 2024-08-08T20:11:07.608Z | Downloaded untrusted v0.7.1 |
843 | 2024-08-08T20:11:07.611Z | Downloaded tokio-tungstenite v0.20.1 |
844 | 2024-08-08T20:11:07.611Z | Downloaded tokio-rustls v0.25.0 |
845 | 2024-08-08T20:11:07.614Z | Downloaded snafu v0.8.2 |
846 | 2024-08-08T20:11:07.618Z | Downloaded slog-dtrace v0.3.0 |
847 | 2024-08-08T20:11:07.621Z | Downloaded zip v0.6.6 |
848 | 2024-08-08T20:11:07.624Z | Downloaded waitgroup v0.1.2 |
849 | 2024-08-08T20:11:07.627Z | Downloaded toolchain_find v0.4.0 |
850 | 2024-08-08T20:11:07.627Z | Downloaded strip-ansi-escapes v0.2.0 |
851 | 2024-08-08T20:11:07.627Z | Downloaded stringprep v0.1.4 |
852 | 2024-08-08T20:11:07.630Z | Downloaded sqlparser v0.45.0 |
853 | 2024-08-08T20:11:07.633Z | Downloaded predicates-tree v1.0.9 |
854 | 2024-08-08T20:11:07.636Z | Downloaded predicates-core v1.0.6 |
855 | 2024-08-08T20:11:07.636Z | Downloaded sqlformat v0.2.4 |
856 | 2024-08-08T20:11:07.639Z | Downloaded regex-syntax v0.8.3 |
857 | 2024-08-08T20:11:07.646Z | Downloaded csv v1.3.0 |
858 | 2024-08-08T20:11:07.665Z | Downloaded display-error-chain v0.2.0 |
859 | 2024-08-08T20:11:07.668Z | Downloaded zeroize_derive v1.4.2 |
860 | 2024-08-08T20:11:07.668Z | Downloaded rustversion v1.0.17 |
861 | 2024-08-08T20:11:07.671Z | Downloaded time-macros v0.2.18 |
862 | 2024-08-08T20:11:07.671Z | Downloaded thiserror-impl-no-std v2.0.2 |
863 | 2024-08-08T20:11:07.674Z | Downloaded strum_macros v0.24.3 |
864 | 2024-08-08T20:11:07.674Z | Downloaded rustls-webpki v0.101.7 |
865 | 2024-08-08T20:11:07.688Z | Downloaded pkcs8 v0.10.2 |
866 | 2024-08-08T20:11:07.691Z | Downloaded tls_codec v0.4.1 |
867 | 2024-08-08T20:11:07.693Z | Downloaded tokio-macros v2.3.0 |
868 | 2024-08-08T20:11:07.694Z | Downloaded pin-project v1.1.5 |
869 | 2024-08-08T20:11:07.703Z | Downloaded wyz v0.5.1 |
870 | 2024-08-08T20:11:07.706Z | Downloaded trust-dns-proto v0.22.0 |
871 | 2024-08-08T20:11:07.716Z | Downloaded tar v0.4.41 |
872 | 2024-08-08T20:11:07.719Z | Downloaded smallvec v1.13.2 |
873 | 2024-08-08T20:11:07.721Z | Downloaded trust-dns-server v0.22.1 |
874 | 2024-08-08T20:11:07.725Z | Downloaded trust-dns-resolver v0.22.0 |
875 | 2024-08-08T20:11:07.729Z | Downloaded derive_builder_core v0.20.0 |
876 | 2024-08-08T20:11:07.732Z | Downloaded derive-where v1.2.7 |
877 | 2024-08-08T20:11:07.735Z | Downloaded fastrand v2.1.0 |
878 | 2024-08-08T20:11:07.737Z | Downloaded strum_macros v0.25.3 |
879 | 2024-08-08T20:11:07.740Z | Downloaded strum_macros v0.26.4 |
880 | 2024-08-08T20:11:07.740Z | Downloaded slog-json v2.6.1 |
881 | 2024-08-08T20:11:07.743Z | Downloaded ring v0.17.8 |
882 | 2024-08-08T20:11:07.812Z | Downloaded sigpipe v0.1.3 |
883 | 2024-08-08T20:11:07.817Z | Downloaded serde_yaml v0.9.34+deprecated |
884 | 2024-08-08T20:11:07.819Z | Downloaded ident_case v1.0.1 |
885 | 2024-08-08T20:11:07.820Z | Downloaded similar v2.5.0 |
886 | 2024-08-08T20:11:07.822Z | Downloaded signal-hook v0.3.17 |
887 | 2024-08-08T20:11:07.825Z | Downloaded unicode-xid v0.2.4 |
888 | 2024-08-08T20:11:07.827Z | Downloaded openssl v0.10.66 |
889 | 2024-08-08T20:11:07.835Z | Downloaded miniz_oxide v0.7.2 |
890 | 2024-08-08T20:11:07.838Z | Downloaded mime_guess v2.0.4 |
891 | 2024-08-08T20:11:07.841Z | Downloaded defmt-parser v0.3.4 |
892 | 2024-08-08T20:11:07.841Z | Downloaded defmt-macros v0.3.9 |
893 | 2024-08-08T20:11:07.844Z | Downloaded defmt v0.3.8 |
894 | 2024-08-08T20:11:07.846Z | Downloaded debug-ignore v1.0.5 |
895 | 2024-08-08T20:11:07.849Z | Downloaded curve25519-dalek-derive v0.1.1 |
896 | 2024-08-08T20:11:07.849Z | Downloaded crucible-workspace-hack v0.1.0 |
897 | 2024-08-08T20:11:07.849Z | Downloaded block-padding v0.3.3 |
898 | 2024-08-08T20:11:07.849Z | Downloaded password-hash v0.5.0 |
899 | 2024-08-08T20:11:07.852Z | Downloaded parse-size v1.0.0 |
900 | 2024-08-08T20:11:07.852Z | Downloaded parse-display-derive v0.9.1 |
901 | 2024-08-08T20:11:07.855Z | Downloaded parse-display v0.9.1 |
902 | 2024-08-08T20:11:07.855Z | Downloaded parking_lot v0.12.2 |
903 | 2024-08-08T20:11:07.858Z | Downloaded packed_struct_codegen v0.10.1 |
904 | 2024-08-08T20:11:07.858Z | Downloaded packed_struct v0.10.1 |
905 | 2024-08-08T20:11:07.861Z | Downloaded oso-derive v0.27.3 |
906 | 2024-08-08T20:11:07.861Z | Downloaded oso v0.27.3 |
907 | 2024-08-08T20:11:07.866Z | Downloaded lru-cache v0.1.2 |
908 | 2024-08-08T20:11:07.866Z | Downloaded number_prefix v0.4.0 |
909 | 2024-08-08T20:11:07.866Z | Downloaded num_threads v0.1.7 |
910 | 2024-08-08T20:11:07.866Z | Downloaded num_enum_derive v0.5.11 |
911 | 2024-08-08T20:11:07.869Z | Downloaded num_enum v0.5.11 |
912 | 2024-08-08T20:11:07.873Z | Downloaded num-derive v0.4.2 |
913 | 2024-08-08T20:11:07.873Z | Downloaded itertools v0.12.1 |
914 | 2024-08-08T20:11:07.879Z | Downloaded darling_core v0.20.9 |
915 | 2024-08-08T20:11:07.883Z | Downloaded ring v0.16.20 |
916 | 2024-08-08T20:11:07.965Z | Downloaded crc32fast v1.4.0 |
917 | 2024-08-08T20:11:07.968Z | Downloaded crc-catalog v2.4.0 |
918 | 2024-08-08T20:11:07.968Z | Downloaded cookie_store v0.20.0 |
919 | 2024-08-08T20:11:07.971Z | Downloaded cookie v0.18.1 |
920 | 2024-08-08T20:11:07.973Z | Downloaded crc v3.2.1 |
921 | 2024-08-08T20:11:07.976Z | Downloaded cookie v0.17.0 |
922 | 2024-08-08T20:11:07.976Z | Downloaded const_format_proc_macros v0.2.32 |
923 | 2024-08-08T20:11:07.979Z | Downloaded clang-sys v1.7.0 |
924 | 2024-08-08T20:11:07.981Z | Downloaded cc v1.0.97 |
925 | 2024-08-08T20:11:07.984Z | Downloaded cobs v0.2.3 |
926 | 2024-08-08T20:11:07.986Z | Downloaded cipher v0.4.4 |
927 | 2024-08-08T20:11:07.986Z | Downloaded itertools v0.10.5 |
928 | 2024-08-08T20:11:07.991Z | Downloaded chacha20poly1305 v0.10.1 |
929 | 2024-08-08T20:11:07.994Z | Downloaded chacha20 v0.9.1 |
930 | 2024-08-08T20:11:07.997Z | Downloaded cassowary v0.3.0 |
931 | 2024-08-08T20:11:07.997Z | Downloaded cancel-safe-futures v0.1.5 |
932 | 2024-08-08T20:11:07.999Z | Downloaded camino-tempfile v1.1.1 |
933 | 2024-08-08T20:11:08.002Z | Downloaded buf-list v1.0.3 |
934 | 2024-08-08T20:11:08.002Z | Downloaded opaque-debug v0.3.1 |
935 | 2024-08-08T20:11:08.005Z | Downloaded num_cpus v1.16.0 |
936 | 2024-08-08T20:11:08.008Z | Downloaded num-rational v0.4.2 |
937 | 2024-08-08T20:11:08.008Z | Downloaded num-integer v0.1.46 |
938 | 2024-08-08T20:11:08.008Z | Downloaded num-complex v0.4.6 |
939 | 2024-08-08T20:11:08.010Z | Downloaded linked-hash-map v0.5.6 |
940 | 2024-08-08T20:11:08.010Z | Downloaded normalize-line-endings v0.3.0 |
941 | 2024-08-08T20:11:08.013Z | Downloaded new_debug_unreachable v1.0.6 |
942 | 2024-08-08T20:11:08.013Z | Downloaded multimap v0.10.0 |
943 | 2024-08-08T20:11:08.013Z | Downloaded indicatif v0.17.8 |
944 | 2024-08-08T20:11:08.016Z | Downloaded darling v0.20.9 |
945 | 2024-08-08T20:11:08.020Z | Downloaded bitfield v0.14.0 |
946 | 2024-08-08T20:11:08.023Z | Downloaded data-encoding v2.6.0 |
947 | 2024-08-08T20:11:08.023Z | Downloaded memmap2 v0.9.4 |
948 | 2024-08-08T20:11:08.026Z | Downloaded md-5 v0.10.6 |
949 | 2024-08-08T20:11:08.026Z | Downloaded lock_api v0.4.12 |
950 | 2024-08-08T20:11:08.028Z | Downloaded ipnet v2.9.0 |
951 | 2024-08-08T20:11:08.028Z | Downloaded lru v0.12.3 |
952 | 2024-08-08T20:11:08.031Z | Downloaded lazycell v1.3.0 |
953 | 2024-08-08T20:11:08.031Z | Downloaded is-terminal v0.4.12 |
954 | 2024-08-08T20:11:08.031Z | Downloaded instant v0.1.12 |
955 | 2024-08-08T20:11:08.034Z | Downloaded inout v0.1.3 |
956 | 2024-08-08T20:11:08.034Z | Downloaded crossbeam-channel v0.5.12 |
957 | 2024-08-08T20:11:08.037Z | Downloaded newtype-uuid v1.1.0 |
958 | 2024-08-08T20:11:08.040Z | Downloaded newline-converter v0.3.0 |
959 | 2024-08-08T20:11:08.040Z | Downloaded nanorand v0.7.0 |
960 | 2024-08-08T20:11:08.042Z | Downloaded crossbeam-utils v0.8.19 |
961 | 2024-08-08T20:11:08.045Z | Downloaded crossbeam-deque v0.8.5 |
962 | 2024-08-08T20:11:08.045Z | Downloaded base64 v0.22.1 |
963 | 2024-08-08T20:11:08.048Z | Downloaded maybe-uninit v2.0.0 |
964 | 2024-08-08T20:11:08.050Z | Downloaded matches v0.1.10 |
965 | 2024-08-08T20:11:08.050Z | Downloaded match_cfg v0.1.0 |
966 | 2024-08-08T20:11:08.051Z | Downloaded managed v0.8.0 |
967 | 2024-08-08T20:11:08.054Z | Downloaded darling_macro v0.20.9 |
968 | 2024-08-08T20:11:08.054Z | Downloaded backtrace v0.3.71 |
969 | 2024-08-08T20:11:08.057Z | Downloaded bb8 v0.8.5 |
970 | 2024-08-08T20:11:08.060Z | Downloaded async-recursion v1.1.1 |
971 | 2024-08-08T20:11:08.063Z | Downloaded argon2 v0.5.3 |
972 | 2024-08-08T20:11:08.063Z | Downloaded base16ct v0.2.0 |
973 | 2024-08-08T20:11:08.065Z | Downloaded array-init v0.0.4 |
974 | 2024-08-08T20:11:08.065Z | Downloaded assert_matches v1.5.0 |
975 | 2024-08-08T20:11:08.065Z | Downloaded aead v0.5.2 |
976 | 2024-08-08T20:11:08.068Z | Downloaded console v0.15.8 |
977 | 2024-08-08T20:11:08.068Z | Downloaded bzip2 v0.4.4 |
978 | 2024-08-08T20:11:08.071Z | Downloaded cfg_aliases v0.1.1 |
979 | 2024-08-08T20:11:08.071Z | Downloaded cexpr v0.6.0 |
980 | 2024-08-08T20:11:08.074Z | Downloaded base64 v0.21.7 |
981 | 2024-08-08T20:11:08.077Z | Downloaded lalrpop v0.19.12 |
982 | 2024-08-08T20:11:08.086Z | Downloaded blake2 v0.10.6 |
983 | 2024-08-08T20:11:08.089Z | Downloaded base64ct v1.6.0 |
984 | 2024-08-08T20:11:08.092Z | Downloaded allocator-api2 v0.2.18 |
985 | 2024-08-08T20:11:08.094Z | Downloaded is_ci v1.2.0 |
986 | 2024-08-08T20:11:08.094Z | Downloaded ipnetwork v0.20.0 |
987 | 2024-08-08T20:11:08.097Z | Downloaded async-stream v0.3.5 |
988 | 2024-08-08T20:11:08.097Z | Downloaded arrayvec v0.7.4 |
989 | 2024-08-08T20:11:08.100Z | Downloaded async-trait v0.1.81 |
990 | 2024-08-08T20:11:08.103Z | Downloaded indent_write v2.2.0 |
991 | 2024-08-08T20:11:08.103Z | Downloaded ascii-canvas v3.0.0 |
992 | 2024-08-08T20:11:08.105Z | Downloaded ahash v0.8.11 |
993 | 2024-08-08T20:11:08.108Z | Downloaded addr2line v0.21.0 |
994 | 2024-08-08T20:11:08.108Z | Downloaded atomic-waker v1.1.2 |
995 | 2024-08-08T20:11:08.111Z | Downloaded adler v1.0.2 |
996 | 2024-08-08T20:11:08.193Z | Compiling cfg-if v1.0.0 |
997 | 2024-08-08T20:11:08.193Z | Compiling serde v1.0.204 |
998 | 2024-08-08T20:11:08.196Z | Compiling lock_api v0.4.12 |
999 | 2024-08-08T20:11:08.196Z | Compiling scopeguard v1.2.0 |
1000 | 2024-08-08T20:11:08.196Z | Compiling log v0.4.21 |
1001 | 2024-08-08T20:11:08.327Z | Compiling syn v2.0.72 |
1002 | 2024-08-08T20:11:08.330Z | Compiling cc v1.0.97 |
1003 | 2024-08-08T20:11:08.330Z | Compiling parking_lot_core v0.9.10 |
1004 | 2024-08-08T20:11:08.393Z | Compiling getrandom v0.2.14 |
1005 | 2024-08-08T20:11:08.448Z | Compiling smallvec v1.13.2 |
1006 | 2024-08-08T20:11:08.766Z | Compiling rand_core v0.6.4 |
1007 | 2024-08-08T20:11:08.804Z | Compiling typenum v1.17.0 |
1008 | 2024-08-08T20:11:08.860Z | Compiling generic-array v0.14.7 |
1009 | 2024-08-08T20:11:08.886Z | Compiling pin-project-lite v0.2.14 |
1010 | 2024-08-08T20:11:09.153Z | Compiling signal-hook-registry v1.4.2 |
1011 | 2024-08-08T20:11:09.283Z | Compiling parking_lot v0.12.2 |
1012 | 2024-08-08T20:11:09.390Z | Compiling spin v0.9.8 |
1013 | 2024-08-08T20:11:09.409Z | Compiling mio v0.8.11 |
1014 | 2024-08-08T20:11:09.585Z | Compiling serde_json v1.0.122 |
1015 | 2024-08-08T20:11:09.819Z | Compiling libm v0.2.8 |
1016 | 2024-08-08T20:11:09.965Z | Compiling ahash v0.8.11 |
1017 | 2024-08-08T20:11:09.988Z | Compiling num-traits v0.2.19 |
1018 | 2024-08-08T20:11:10.202Z | Compiling tinyvec_macros v0.1.1 |
1019 | 2024-08-08T20:11:10.260Z | Compiling futures-core v0.3.30 |
1020 | 2024-08-08T20:11:10.326Z | Compiling tinyvec v1.6.0 |
1021 | 2024-08-08T20:11:10.555Z | Compiling num_cpus v1.16.0 |
1022 | 2024-08-08T20:11:10.571Z | Compiling socket2 v0.5.7 |
1023 | 2024-08-08T20:11:10.680Z | Compiling subtle v2.5.0 |
1024 | 2024-08-08T20:11:10.828Z | Compiling const-oid v0.9.6 |
1025 | 2024-08-08T20:11:11.054Z | Compiling slab v0.4.9 |
1026 | 2024-08-08T20:11:11.342Z | Compiling allocator-api2 v0.2.18 |
1027 | 2024-08-08T20:11:11.654Z | Compiling unicode-bidi v0.3.15 |
1028 | 2024-08-08T20:11:11.944Z | Compiling unicode-normalization v0.1.23 |
1029 | 2024-08-08T20:11:11.967Z | Compiling futures-sink v0.3.30 |
1030 | 2024-08-08T20:11:12.113Z | Compiling futures-channel v0.3.30 |
1031 | 2024-08-08T20:11:12.133Z | Compiling futures-io v0.3.30 |
1032 | 2024-08-08T20:11:12.455Z | Compiling pkg-config v0.3.30 |
1033 | 2024-08-08T20:11:12.472Z | Compiling futures-task v0.3.30 |
1034 | 2024-08-08T20:11:12.522Z | Compiling pin-utils v0.1.0 |
1035 | 2024-08-08T20:11:12.612Z | Compiling vcpkg v0.2.15 |
1036 | 2024-08-08T20:11:12.718Z | Compiling ring v0.17.8 |
1037 | 2024-08-08T20:11:12.761Z | Compiling percent-encoding v2.3.1 |
1038 | 2024-08-08T20:11:13.043Z | Compiling ppv-lite86 v0.2.17 |
1039 | 2024-08-08T20:11:13.122Z | Compiling tracing-core v0.1.32 |
1040 | 2024-08-08T20:11:13.194Z | Compiling rustix v0.38.34 |
1041 | 2024-08-08T20:11:13.650Z | Compiling num-conv v0.1.0 |
1042 | 2024-08-08T20:11:13.776Z | Compiling rand_chacha v0.3.1 |
1043 | 2024-08-08T20:11:13.933Z | Compiling syn v1.0.109 |
1044 | 2024-08-08T20:11:13.966Z | Compiling untrusted v0.9.0 |
1045 | 2024-08-08T20:11:13.997Z | Compiling powerfmt v0.2.0 |
1046 | 2024-08-08T20:11:14.131Z | Compiling time-core v0.1.2 |
1047 | 2024-08-08T20:11:14.300Z | Compiling time-macros v0.2.18 |
1048 | 2024-08-08T20:11:14.398Z | Compiling deranged v0.3.11 |
1049 | 2024-08-08T20:11:14.503Z | Compiling rand v0.8.5 |
1050 | 2024-08-08T20:11:14.712Z | Compiling num_threads v0.1.7 |
1051 | 2024-08-08T20:11:14.766Z | Compiling openssl-sys v0.9.103 |
1052 | 2024-08-08T20:11:14.838Z | Compiling foreign-types-shared v0.1.1 |
1053 | 2024-08-08T20:11:14.938Z | Compiling openssl v0.10.66 |
1054 | 2024-08-08T20:11:15.357Z | Compiling rustversion v1.0.17 |
1055 | 2024-08-08T20:11:15.984Z | Compiling httparse v1.8.0 |
1056 | 2024-08-08T20:11:16.023Z | Compiling base64ct v1.6.0 |
1057 | 2024-08-08T20:11:16.025Z | Compiling iana-time-zone v0.1.60 |
1058 | 2024-08-08T20:11:16.336Z | Compiling foreign-types v0.3.2 |
1059 | 2024-08-08T20:11:16.402Z | Compiling pem-rfc7468 v0.7.0 |
1060 | 2024-08-08T20:11:16.441Z | Compiling form_urlencoded v1.2.1 |
1061 | 2024-08-08T20:11:16.525Z | Compiling native-tls v0.2.11 |
1062 | 2024-08-08T20:11:16.741Z | Compiling try-lock v0.2.5 |
1063 | 2024-08-08T20:11:16.824Z | Compiling crossbeam-utils v0.8.19 |
1064 | 2024-08-08T20:11:16.870Z | Compiling siphasher v0.3.11 |
1065 | 2024-08-08T20:11:17.014Z | Compiling rustls v0.21.12 |
1066 | 2024-08-08T20:11:17.133Z | Compiling time v0.3.36 |
1067 | 2024-08-08T20:11:17.179Z | Compiling flagset v0.4.5 |
1068 | 2024-08-08T20:11:17.241Z | Compiling want v0.3.1 |
1069 | 2024-08-08T20:11:17.497Z | Compiling serde_derive_internals v0.29.1 |
1070 | 2024-08-08T20:11:17.866Z | Compiling idna v0.5.0 |
1071 | 2024-08-08T20:11:18.614Z | Compiling lazy_static v1.5.0 |
1072 | 2024-08-08T20:11:18.721Z | Compiling cookie v0.17.0 |
1073 | 2024-08-08T20:11:19.063Z | Compiling aho-corasick v1.1.3 |
1074 | 2024-08-08T20:11:19.269Z | Compiling signal-hook v0.3.17 |
1075 | 2024-08-08T20:11:19.527Z | Compiling schemars v0.8.21 |
1076 | 2024-08-08T20:11:19.856Z | Compiling cpufeatures v0.2.12 |
1077 | 2024-08-08T20:11:19.950Z | Compiling tower-service v0.3.2 |
1078 | 2024-08-08T20:11:20.002Z | Compiling finl_unicode v1.2.0 |
1079 | 2024-08-08T20:11:20.068Z | Compiling httpdate v1.0.3 |
1080 | 2024-08-08T20:11:20.300Z | Compiling regex-syntax v0.8.3 |
1081 | 2024-08-08T20:11:20.481Z | Compiling openssl-probe v0.1.5 |
1082 | 2024-08-08T20:11:20.572Z | Compiling adler v1.0.2 |
1083 | 2024-08-08T20:11:20.746Z | Compiling slog v2.7.0 |
1084 | 2024-08-08T20:11:20.826Z | Compiling miniz_oxide v0.7.2 |
1085 | 2024-08-08T20:11:21.350Z | Compiling stringprep v0.1.4 |
1086 | 2024-08-08T20:11:22.015Z | Compiling url v2.5.2 |
1087 | 2024-08-08T20:11:22.088Z | Compiling serde_derive v1.0.204 |
1088 | 2024-08-08T20:11:22.240Z | Compiling zeroize_derive v1.4.2 |
1089 | 2024-08-08T20:11:22.543Z | Compiling zerocopy-derive v0.7.34 |
1090 | 2024-08-08T20:11:23.802Z | Compiling tokio-macros v2.3.0 |
1091 | 2024-08-08T20:11:23.820Z | Compiling zeroize v1.7.0 |
1092 | 2024-08-08T20:11:24.325Z | Compiling thiserror-impl v1.0.63 |
1093 | 2024-08-08T20:11:24.734Z | Compiling zerocopy v0.7.34 |
1094 | 2024-08-08T20:11:24.842Z | Compiling futures-macro v0.3.30 |
1095 | 2024-08-08T20:11:25.422Z | Compiling scroll_derive v0.12.0 |
1096 | 2024-08-08T20:11:25.623Z | Compiling crypto-common v0.1.6 |
1097 | 2024-08-08T20:11:25.859Z | Compiling block-buffer v0.10.4 |
1098 | 2024-08-08T20:11:26.137Z | Compiling digest v0.10.7 |
1099 | 2024-08-08T20:11:26.611Z | Compiling tracing-attributes v0.1.27 |
1100 | 2024-08-08T20:11:26.831Z | Compiling futures-util v0.3.30 |
1101 | 2024-08-08T20:11:26.887Z | Compiling scroll v0.12.0 |
1102 | 2024-08-08T20:11:27.030Z | Compiling hashbrown v0.14.5 |
1103 | 2024-08-08T20:11:27.446Z | Compiling goblin v0.8.2 |
1104 | 2024-08-08T20:11:27.576Z | Compiling thiserror v1.0.63 |
1105 | 2024-08-08T20:11:27.717Z | Compiling pest v2.7.10 |
1106 | 2024-08-08T20:11:28.376Z | Compiling hmac v0.12.1 |
1107 | 2024-08-08T20:11:28.615Z | Compiling der_derive v0.7.2 |
1108 | 2024-08-08T20:11:29.706Z | Compiling openssl-macros v0.1.1 |
1109 | 2024-08-08T20:11:30.460Z | Compiling pest_meta v2.7.10 |
1110 | 2024-08-08T20:11:30.499Z | Compiling tracing v0.1.40 |
1111 | 2024-08-08T20:11:30.555Z | Compiling sct v0.7.1 |
1112 | 2024-08-08T20:11:30.763Z | Compiling rustls-webpki v0.101.7 |
1113 | 2024-08-08T20:11:30.892Z | Compiling sha2 v0.10.8 |
1114 | 2024-08-08T20:11:30.988Z | Compiling md-5 v0.10.6 |
1115 | 2024-08-08T20:11:31.110Z | Compiling der v0.7.9 |
1116 | 2024-08-08T20:11:31.221Z | Compiling regex-automata v0.4.6 |
1117 | 2024-08-08T20:11:32.613Z | Compiling pest_generator v2.7.10 |
1118 | 2024-08-08T20:11:34.432Z | Compiling spki v0.7.3 |
1119 | 2024-08-08T20:11:34.521Z | Compiling schemars_derive v0.8.21 |
1120 | 2024-08-08T20:11:34.803Z | Compiling num-integer v0.1.46 |
1121 | 2024-08-08T20:11:35.470Z | Compiling pest_derive v2.7.10 |
1122 | 2024-08-08T20:11:35.590Z | Compiling idna v0.3.0 |
1123 | 2024-08-08T20:11:35.935Z | Compiling backtrace v0.3.71 |
1124 | 2024-08-08T20:11:36.235Z | Compiling dtrace-parser v0.2.0 |
1125 | 2024-08-08T20:11:36.378Z | Compiling bytes v1.7.1 |
1126 | 2024-08-08T20:11:36.696Z | Compiling bitflags v2.6.0 |
1127 | 2024-08-08T20:11:37.184Z | Compiling indexmap v2.3.0 |
1128 | 2024-08-08T20:11:37.625Z | Compiling tokio v1.38.1 |
1129 | 2024-08-08T20:11:37.837Z | Compiling http v0.2.12 |
1130 | 2024-08-08T20:11:37.855Z | Compiling semver v1.0.23 |
1131 | 2024-08-08T20:11:38.331Z | Compiling uuid v1.10.0 |
1132 | 2024-08-08T20:11:38.600Z | Compiling rustc_version v0.4.0 |
1133 | 2024-08-08T20:11:39.401Z | Compiling chrono v0.4.38 |
1134 | 2024-08-08T20:11:39.763Z | Compiling heapless v0.7.17 |
1135 | 2024-08-08T20:11:40.215Z | Compiling http-body v0.4.6 |
1136 | 2024-08-08T20:11:40.267Z | Compiling dof v0.3.0 |
1137 | 2024-08-08T20:11:40.724Z | Compiling toml_datetime v0.6.8 |
1138 | 2024-08-08T20:11:41.240Z | Compiling usdt-impl v0.5.0 |
1139 | 2024-08-08T20:11:41.706Z | Compiling serde_tokenstream v0.2.1 |
1140 | 2024-08-08T20:11:41.907Z | Compiling serde_spanned v0.6.7 |
1141 | 2024-08-08T20:11:42.122Z | Compiling hash32 v0.2.1 |
1142 | 2024-08-08T20:11:42.224Z | Compiling psl-types v2.0.11 |
1143 | 2024-08-08T20:11:42.422Z | Compiling gimli v0.28.1 |
1144 | 2024-08-08T20:11:42.440Z | Compiling crc32fast v1.4.0 |
1145 | 2024-08-08T20:11:42.500Z | Compiling base64 v0.22.1 |
1146 | 2024-08-08T20:11:42.817Z | Compiling dyn-clone v1.0.17 |
1147 | 2024-08-08T20:11:42.977Z | Compiling smoltcp v0.9.1 |
1148 | 2024-08-08T20:11:43.035Z | Compiling fallible-iterator v0.2.0 |
1149 | 2024-08-08T20:11:43.129Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1150 | 2024-08-08T20:11:43.262Z | Compiling stable_deref_trait v1.2.0 |
1151 | 2024-08-08T20:11:43.736Z | Compiling postgres-protocol v0.6.7 |
1152 | 2024-08-08T20:11:44.180Z | Compiling publicsuffix v2.2.3 |
1153 | 2024-08-08T20:11:44.429Z | Compiling terminal_size v0.3.0 |
1154 | 2024-08-08T20:11:44.600Z | Compiling pkcs8 v0.10.2 |
1155 | 2024-08-08T20:11:44.616Z | Compiling hubpack_derive v0.1.1 |
1156 | 2024-08-08T20:11:44.769Z | Compiling block-padding v0.3.3 |
1157 | 2024-08-08T20:11:45.012Z | Compiling zerocopy-derive v0.6.6 |
1158 | 2024-08-08T20:11:45.052Z | Compiling async-trait v0.1.81 |
1159 | 2024-08-08T20:11:46.249Z | Compiling tokio-util v0.7.11 |
1160 | 2024-08-08T20:11:47.063Z | Compiling tokio-native-tls v0.3.1 |
1161 | 2024-08-08T20:11:47.077Z | Compiling addr2line v0.21.0 |
1162 | 2024-08-08T20:11:47.305Z | Compiling h2 v0.3.26 |
1163 | 2024-08-08T20:11:47.327Z | Compiling tokio-rustls v0.24.1 |
1164 | 2024-08-08T20:11:47.630Z | Compiling phf_shared v0.11.2 |
1165 | 2024-08-08T20:11:47.709Z | Compiling diesel_table_macro_syntax v0.1.0 |
1166 | 2024-08-08T20:11:47.733Z | Compiling ff v0.13.0 |
1167 | 2024-08-08T20:11:47.811Z | Compiling scheduled-thread-pool v0.2.7 |
1168 | 2024-08-08T20:11:47.957Z | Compiling fs-err v2.11.0 |
1169 | 2024-08-08T20:11:48.006Z | Compiling object v0.32.2 |
1170 | 2024-08-08T20:11:48.103Z | Compiling bit-vec v0.6.3 |
1171 | 2024-08-08T20:11:48.249Z | Compiling base16ct v0.2.0 |
1172 | 2024-08-08T20:11:48.337Z | Compiling bitflags v1.3.2 |
1173 | 2024-08-08T20:11:48.406Z | Compiling anyhow v1.0.86 |
1174 | 2024-08-08T20:11:48.439Z | Compiling rustc-demangle v0.1.24 |
1175 | 2024-08-08T20:11:48.560Z | Compiling regex-automata v0.1.10 |
1176 | 2024-08-08T20:11:48.577Z | Compiling matches v0.1.10 |
1177 | 2024-08-08T20:11:48.670Z | Compiling base64 v0.21.7 |
1178 | 2024-08-08T20:11:48.887Z | Compiling managed v0.8.0 |
1179 | 2024-08-08T20:11:49.072Z | Compiling ipnet v2.9.0 |
1180 | 2024-08-08T20:11:49.088Z | Compiling either v1.13.0 |
1181 | 2024-08-08T20:11:49.333Z | Compiling winnow v0.5.40 |
1182 | 2024-08-08T20:11:49.454Z | Compiling clap_builder v4.5.13 |
1183 | 2024-08-08T20:11:49.528Z | Compiling rustls-pemfile v1.0.4 |
1184 | 2024-08-08T20:11:50.116Z | Compiling bstr v0.2.17 |
1185 | 2024-08-08T20:11:50.348Z | Compiling idna v0.2.3 |
1186 | 2024-08-08T20:11:51.644Z | Compiling sec1 v0.7.3 |
1187 | 2024-08-08T20:11:51.803Z | Compiling diesel_derives v2.1.4 |
1188 | 2024-08-08T20:11:51.983Z | Compiling r2d2 v0.8.10 |
1189 | 2024-08-08T20:11:52.204Z | Compiling group v0.13.0 |
1190 | 2024-08-08T20:11:52.358Z | Compiling phf v0.11.2 |
1191 | 2024-08-08T20:11:52.513Z | Compiling zerocopy v0.6.6 |
1192 | 2024-08-08T20:11:52.656Z | Compiling signal-hook-mio v0.2.3 |
1193 | 2024-08-08T20:11:52.685Z | Compiling toml_edit v0.19.15 |
1194 | 2024-08-08T20:11:52.814Z | Compiling ipnetwork v0.20.0 |
1195 | 2024-08-08T20:11:53.063Z | Compiling cookie_store v0.20.0 |
1196 | 2024-08-08T20:11:53.365Z | Compiling hubpack v0.1.2 |
1197 | 2024-08-08T20:11:53.764Z | Compiling inout v0.1.3 |
1198 | 2024-08-08T20:11:54.047Z | Compiling postgres-types v0.2.7 |
1199 | 2024-08-08T20:11:54.423Z | Compiling hyper v0.14.30 |
1200 | 2024-08-08T20:11:54.561Z | Compiling usdt-attr-macro v0.5.0 |
1201 | 2024-08-08T20:11:55.577Z | Compiling usdt-macro v0.5.0 |
1202 | 2024-08-08T20:11:56.171Z | Compiling regex v1.10.6 |
1203 | 2024-08-08T20:11:57.028Z | Compiling serde_urlencoded v0.7.1 |
1204 | 2024-08-08T20:11:57.237Z | Compiling num-bigint v0.4.5 |
1205 | 2024-08-08T20:11:57.579Z | Compiling futures-executor v0.3.30 |
1206 | 2024-08-08T20:11:57.746Z | Compiling enum-as-inner v0.5.1 |
1207 | 2024-08-08T20:11:58.147Z | Compiling hkdf v0.12.4 |
1208 | 2024-08-08T20:11:58.405Z | Compiling crypto-bigint v0.5.5 |
1209 | 2024-08-08T20:11:58.600Z | Compiling serde_repr v0.1.19 |
1210 | 2024-08-08T20:11:58.710Z | Compiling strum_macros v0.25.3 |
1211 | 2024-08-08T20:11:58.769Z | Compiling clap_derive v4.5.13 |
1212 | 2024-08-08T20:11:59.853Z | Compiling phf_shared v0.10.0 |
1213 | 2024-08-08T20:12:00.259Z | Compiling float-cmp v0.9.0 |
1214 | 2024-08-08T20:12:00.477Z | Compiling encoding_rs v0.8.34 |
1215 | 2024-08-08T20:12:00.592Z | Compiling data-encoding v2.6.0 |
1216 | 2024-08-08T20:12:02.827Z | Compiling hyper-tls v0.5.0 |
1217 | 2024-08-08T20:12:02.936Z | Compiling hyper-rustls v0.24.2 |
1218 | 2024-08-08T20:12:03.226Z | Compiling static_assertions v1.1.0 |
1219 | 2024-08-08T20:12:03.282Z | Compiling whoami v1.5.1 |
1220 | 2024-08-08T20:12:03.323Z | Compiling webpki-roots v0.25.4 |
1221 | 2024-08-08T20:12:03.489Z | Compiling difflib v0.4.0 |
1222 | 2024-08-08T20:12:03.837Z | Compiling mime v0.3.17 |
1223 | 2024-08-08T20:12:03.898Z | Compiling fixedbitset v0.4.2 |
1224 | 2024-08-08T20:12:04.073Z | Compiling predicates-core v1.0.6 |
1225 | 2024-08-08T20:12:04.366Z | Compiling new_debug_unreachable v1.0.6 |
1226 | 2024-08-08T20:12:04.387Z | Compiling minimal-lexical v0.2.1 |
1227 | 2024-08-08T20:12:04.450Z | Compiling normalize-line-endings v0.3.0 |
1228 | 2024-08-08T20:12:04.467Z | Compiling unicode-segmentation v1.11.0 |
1229 | 2024-08-08T20:12:04.489Z | Compiling sync_wrapper v0.1.2 |
1230 | 2024-08-08T20:12:04.534Z | Compiling precomputed-hash v0.1.1 |
1231 | 2024-08-08T20:12:04.569Z | Compiling predicates v3.1.2 |
1232 | 2024-08-08T20:12:04.636Z | Compiling reqwest v0.11.27 |
1233 | 2024-08-08T20:12:04.669Z | Compiling string_cache v0.8.7 |
1234 | 2024-08-08T20:12:04.918Z | Compiling nom v7.1.3 |
1235 | 2024-08-08T20:12:04.935Z | Compiling petgraph v0.6.5 |
1236 | 2024-08-08T20:12:05.121Z | Compiling toml_edit v0.22.20 |
1237 | 2024-08-08T20:12:05.139Z | Compiling console v0.15.8 |
1238 | 2024-08-08T20:12:05.326Z | Compiling similar v2.5.0 |
1239 | 2024-08-08T20:12:06.258Z | Compiling diesel v2.1.6 |
1240 | 2024-08-08T20:12:06.684Z | Compiling clap v4.5.13 |
1241 | 2024-08-08T20:12:06.803Z | Compiling tokio-postgres v0.7.11 |
1242 | 2024-08-08T20:12:07.857Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1243 | 2024-08-08T20:12:08.063Z | Compiling elliptic-curve v0.13.8 |
1244 | 2024-08-08T20:12:08.564Z | Compiling trust-dns-proto v0.22.0 |
1245 | 2024-08-08T20:12:08.877Z | Compiling usdt v0.5.0 |
1246 | 2024-08-08T20:12:08.961Z | Compiling yasna v0.5.2 |
1247 | 2024-08-08T20:12:09.410Z | Compiling futures v0.3.30 |
1248 | 2024-08-08T20:12:10.357Z | Compiling toml v0.7.8 |
1249 | 2024-08-08T20:12:10.884Z | Compiling flate2 v1.0.31 |
1250 | 2024-08-08T20:12:11.852Z | Compiling cipher v0.4.4 |
1251 | 2024-08-08T20:12:12.057Z | Compiling crossterm v0.27.0 |
1252 | 2024-08-08T20:12:12.451Z | Compiling itertools v0.10.5 |
1253 | 2024-08-08T20:12:13.255Z | Compiling itertools v0.12.1 |
1254 | 2024-08-08T20:12:13.353Z | Compiling bit-set v0.5.3 |
1255 | 2024-08-08T20:12:13.674Z | Compiling tokio-stream v0.1.15 |
1256 | 2024-08-08T20:12:14.026Z | Compiling openapiv3 v2.0.0 |
1257 | 2024-08-08T20:12:14.654Z | Compiling bstr v1.9.1 |
1258 | 2024-08-08T20:12:15.259Z | Compiling hex v0.4.3 |
1259 | 2024-08-08T20:12:15.814Z | Compiling crossbeam-epoch v0.9.18 |
1260 | 2024-08-08T20:12:15.889Z | Compiling num-iter v0.1.45 |
1261 | 2024-08-08T20:12:16.071Z | Compiling dirs-sys-next v0.1.2 |
1262 | 2024-08-08T20:12:16.429Z | Compiling peg-runtime v0.8.3 |
1263 | 2024-08-08T20:12:16.449Z | Compiling unicode-xid v0.2.4 |
1264 | 2024-08-08T20:12:16.592Z | Compiling lalrpop-util v0.19.12 |
1265 | 2024-08-08T20:12:16.616Z | Compiling dirs-next v2.0.0 |
1266 | 2024-08-08T20:12:16.716Z | Compiling thread_local v1.1.8 |
1267 | 2024-08-08T20:12:16.803Z | Compiling slog-async v2.8.0 |
1268 | 2024-08-08T20:12:16.934Z | Compiling term v0.7.0 |
1269 | 2024-08-08T20:12:16.977Z | Compiling xattr v1.3.1 |
1270 | 2024-08-08T20:12:17.103Z | Compiling crossbeam-channel v0.5.12 |
1271 | 2024-08-08T20:12:17.242Z | Compiling strum_macros v0.26.4 |
1272 | 2024-08-08T20:12:17.262Z | Compiling filetime v0.2.23 |
1273 | 2024-08-08T20:12:17.412Z | Compiling is-terminal v0.4.12 |
1274 | 2024-08-08T20:12:17.540Z | Compiling take_mut v0.2.2 |
1275 | 2024-08-08T20:12:17.572Z | Compiling slog-term v2.9.1 |
1276 | 2024-08-08T20:12:17.703Z | Compiling tar v0.4.41 |
1277 | 2024-08-08T20:12:18.401Z | Compiling camino v1.1.7 |
1278 | 2024-08-08T20:12:20.337Z | Compiling strum v0.26.3 |
1279 | 2024-08-08T20:12:31.653Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1280 | 2024-08-08T20:12:31.895Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1281 | 2024-08-08T20:12:37.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1282 | 2024-08-08T20:12:37.319Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1283 | 2024-08-08T20:12:37.385Z | Aug 08 20:12:36.679 INFO Starting download, target: Clickhouse |
1284 | 2024-08-08T20:12:37.386Z | Aug 08 20:12:36.679 INFO Starting download, target: Console |
1285 | 2024-08-08T20:12:37.386Z | Aug 08 20:12:36.679 INFO Starting download, target: Cockroach |
1286 | 2024-08-08T20:12:37.386Z | Aug 08 20:12:36.679 INFO Starting download, target: DendriteOpenapi |
1287 | 2024-08-08T20:12:37.386Z | Aug 08 20:12:36.679 INFO Starting download, target: DendriteStub |
1288 | 2024-08-08T20:12:37.386Z | Aug 08 20:12:36.679 INFO Starting download, target: MaghemiteMgd |
1289 | 2024-08-08T20:12:37.386Z | Aug 08 20:12:36.679 INFO Starting download, target: TransceiverControl |
1290 | 2024-08-08T20:12:37.386Z | Aug 08 20:12:36.680 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1291 | 2024-08-08T20:12:37.386Z | Aug 08 20:12:36.680 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1292 | 2024-08-08T20:12:37.386Z | Aug 08 20:12:36.680 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1293 | 2024-08-08T20:12:37.386Z | Aug 08 20:12:36.680 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1294 | 2024-08-08T20:12:37.386Z | Aug 08 20:12:36.680 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1295 | 2024-08-08T20:12:37.386Z | Aug 08 20:12:36.680 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1296 | 2024-08-08T20:12:37.386Z | Aug 08 20:12:36.680 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1297 | 2024-08-08T20:12:37.567Z | Aug 08 20:12:36.876 INFO Download complete, target: DendriteOpenapi |
1298 | 2024-08-08T20:12:37.941Z | Aug 08 20:12:37.247 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1299 | 2024-08-08T20:12:37.968Z | Aug 08 20:12:37.282 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1300 | 2024-08-08T20:12:38.349Z | Aug 08 20:12:37.670 INFO Download complete, target: Console |
1301 | 2024-08-08T20:12:38.501Z | Aug 08 20:12:37.821 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1302 | 2024-08-08T20:12:38.647Z | Aug 08 20:12:37.968 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1303 | 2024-08-08T20:12:38.668Z | Aug 08 20:12:37.989 INFO Download complete, target: TransceiverControl |
1304 | 2024-08-08T20:12:43.124Z | Aug 08 20:12:39.157 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1305 | 2024-08-08T20:12:43.141Z | Aug 08 20:12:39.479 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1306 | 2024-08-08T20:12:43.141Z | Aug 08 20:12:39.479 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1307 | 2024-08-08T20:12:43.141Z | Aug 08 20:12:41.080 INFO Download complete, target: MaghemiteMgd |
1308 | 2024-08-08T20:12:43.141Z | Aug 08 20:12:41.103 INFO Download complete, target: DendriteStub |
1309 | 2024-08-08T20:12:48.535Z | Aug 08 20:12:47.853 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1310 | 2024-08-08T20:12:48.839Z | Aug 08 20:12:48.157 INFO Checking that binary works, target: Cockroach |
1311 | 2024-08-08T20:12:48.989Z | Aug 08 20:12:48.307 INFO Download complete, target: Cockroach |
1312 | 2024-08-08T20:12:54.193Z | Aug 08 20:12:53.507 INFO Checking that binary works, target: Clickhouse |
1313 | 2024-08-08T20:12:54.558Z | Aug 08 20:12:53.875 INFO Download complete, target: Clickhouse |
1314 | 2024-08-08T20:12:54.566Z | All prerequisites installed successfully |
1315 | 2024-08-08T20:12:54.568Z | |
1316 | 2024-08-08T20:12:54.568Z | real 4:03.716957493 |
1317 | 2024-08-08T20:12:54.568Z | user 11:30.473518691 |
1318 | 2024-08-08T20:12:54.568Z | sys 2:26.112939980 |
1319 | 2024-08-08T20:12:54.568Z | trap 0.404324478 |
1320 | 2024-08-08T20:12:54.568Z | tflt 9.946726698 |
1321 | 2024-08-08T20:12:54.568Z | dflt 9.373871425 |
1322 | 2024-08-08T20:12:54.568Z | kflt 0.298808135 |
1323 | 2024-08-08T20:12:54.569Z | lock 23:10.219277774 |
1324 | 2024-08-08T20:12:54.569Z | slp 46:25.856350619 |
1325 | 2024-08-08T20:12:54.569Z | lat 37.531201931 |
1326 | 2024-08-08T20:12:54.569Z | stop 1:35.170758388 |
1327 | 2024-08-08T20:12:54.569Z | + source ./tools/include/force-git-over-https.sh |
1328 | 2024-08-08T20:12:54.569Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1329 | 2024-08-08T20:12:54.569Z | ++ (( i = 0 )) |
1330 | 2024-08-08T20:12:54.569Z | ++ (( i < 5 )) |
1331 | 2024-08-08T20:12:54.569Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1332 | 2024-08-08T20:12:54.571Z | ++ (( i++ )) |
1333 | 2024-08-08T20:12:54.571Z | ++ (( i < 5 )) |
1334 | 2024-08-08T20:12:54.571Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1335 | 2024-08-08T20:12:54.574Z | ++ (( i++ )) |
1336 | 2024-08-08T20:12:54.574Z | ++ (( i < 5 )) |
1337 | 2024-08-08T20:12:54.574Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1338 | 2024-08-08T20:12:54.577Z | ++ (( i++ )) |
1339 | 2024-08-08T20:12:54.577Z | ++ (( i < 5 )) |
1340 | 2024-08-08T20:12:54.577Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1341 | 2024-08-08T20:12:54.579Z | ++ (( i++ )) |
1342 | 2024-08-08T20:12:54.580Z | ++ (( i < 5 )) |
1343 | 2024-08-08T20:12:54.580Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1344 | 2024-08-08T20:12:54.582Z | ++ (( i++ )) |
1345 | 2024-08-08T20:12:54.582Z | ++ (( i < 5 )) |
1346 | 2024-08-08T20:12:54.582Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1347 | 2024-08-08T20:12:54.582Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1348 | 2024-08-08T20:12:54.585Z | + rc=0 |
1349 | 2024-08-08T20:12:54.585Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1350 | 2024-08-08T20:13:28.250Z | + case $rc in |
1351 | 2024-08-08T20:13:28.250Z | + pfexec zfs create -p rpool/images/build/host |
1352 | 2024-08-08T20:13:28.493Z | + pfexec zfs create -p rpool/images/build/recovery |
1353 | 2024-08-08T20:13:28.744Z | + cargo xtask releng --output-dir /work |
1354 | 2024-08-08T20:13:29.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1355 | 2024-08-08T20:13:29.284Z | Running `target/debug/xtask releng --output-dir /work` |
1356 | 2024-08-08T20:13:30.139Z | Compiling proc-macro2 v1.0.86 |
1357 | 2024-08-08T20:13:30.139Z | Compiling unicode-ident v1.0.12 |
1358 | 2024-08-08T20:13:30.143Z | Compiling libc v0.2.155 |
1359 | 2024-08-08T20:13:30.144Z | Compiling serde v1.0.204 |
1360 | 2024-08-08T20:13:30.144Z | Compiling autocfg v1.3.0 |
1361 | 2024-08-08T20:13:30.144Z | Compiling version_check v0.9.5 |
1362 | 2024-08-08T20:13:30.144Z | Compiling cfg-if v1.0.0 |
1363 | 2024-08-08T20:13:30.369Z | Compiling cc v1.0.97 |
1364 | 2024-08-08T20:13:30.393Z | Compiling memchr v2.7.2 |
1365 | 2024-08-08T20:13:31.035Z | Compiling lock_api v0.4.12 |
1366 | 2024-08-08T20:13:31.219Z | Compiling parking_lot_core v0.9.10 |
1367 | 2024-08-08T20:13:31.327Z | Compiling libm v0.2.8 |
1368 | 2024-08-08T20:13:31.651Z | Compiling ahash v0.8.11 |
1369 | 2024-08-08T20:13:31.678Z | Compiling serde_json v1.0.122 |
1370 | 2024-08-08T20:13:31.824Z | Compiling num-traits v0.2.19 |
1371 | 2024-08-08T20:13:32.002Z | Compiling quote v1.0.36 |
1372 | 2024-08-08T20:13:32.018Z | Compiling typenum v1.17.0 |
1373 | 2024-08-08T20:13:32.271Z | Compiling getrandom v0.2.14 |
1374 | 2024-08-08T20:13:32.485Z | Compiling syn v2.0.72 |
1375 | 2024-08-08T20:13:32.628Z | Compiling once_cell v1.19.0 |
1376 | 2024-08-08T20:13:32.657Z | Compiling scopeguard v1.2.0 |
1377 | 2024-08-08T20:13:32.951Z | Compiling generic-array v0.14.7 |
1378 | 2024-08-08T20:13:33.014Z | Compiling byteorder v1.5.0 |
1379 | 2024-08-08T20:13:33.048Z | Compiling log v0.4.21 |
1380 | 2024-08-08T20:13:33.243Z | Compiling itoa v1.0.11 |
1381 | 2024-08-08T20:13:33.365Z | Compiling thiserror v1.0.63 |
1382 | 2024-08-08T20:13:33.510Z | Compiling slab v0.4.9 |
1383 | 2024-08-08T20:13:33.523Z | Compiling pkg-config v0.3.30 |
1384 | 2024-08-08T20:13:33.750Z | Compiling ring v0.17.8 |
1385 | 2024-08-08T20:13:33.804Z | Compiling smallvec v1.13.2 |
1386 | 2024-08-08T20:13:33.878Z | Compiling ryu v1.0.18 |
1387 | 2024-08-08T20:13:33.938Z | Compiling semver v1.0.23 |
1388 | 2024-08-08T20:13:34.155Z | Compiling spin v0.9.8 |
1389 | 2024-08-08T20:13:34.276Z | Compiling vcpkg v0.2.15 |
1390 | 2024-08-08T20:13:34.329Z | Compiling pin-project-lite v0.2.14 |
1391 | 2024-08-08T20:13:34.802Z | Compiling allocator-api2 v0.2.18 |
1392 | 2024-08-08T20:13:34.890Z | Compiling rand_core v0.6.4 |
1393 | 2024-08-08T20:13:35.008Z | Compiling parking_lot v0.12.2 |
1394 | 2024-08-08T20:13:35.535Z | Compiling schemars v0.8.21 |
1395 | 2024-08-08T20:13:35.719Z | Compiling signal-hook-registry v1.4.2 |
1396 | 2024-08-08T20:13:36.028Z | Compiling openssl-sys v0.9.103 |
1397 | 2024-08-08T20:13:36.104Z | Compiling num-conv v0.1.0 |
1398 | 2024-08-08T20:13:36.882Z | Compiling time-core v0.1.2 |
1399 | 2024-08-08T20:13:37.068Z | Compiling time-macros v0.2.18 |
1400 | 2024-08-08T20:13:37.178Z | Compiling mio v0.8.11 |
1401 | 2024-08-08T20:13:37.537Z | Compiling heck v0.5.0 |
1402 | 2024-08-08T20:13:37.695Z | Compiling httparse v1.8.0 |
1403 | 2024-08-08T20:13:37.993Z | Compiling futures-core v0.3.30 |
1404 | 2024-08-08T20:13:38.066Z | Compiling rustix v0.38.34 |
1405 | 2024-08-08T20:13:38.885Z | Compiling num_cpus v1.16.0 |
1406 | 2024-08-08T20:13:38.990Z | Compiling socket2 v0.5.7 |
1407 | 2024-08-08T20:13:39.065Z | Compiling openssl v0.10.66 |
1408 | 2024-08-08T20:13:39.211Z | Compiling equivalent v1.0.1 |
1409 | 2024-08-08T20:13:39.348Z | Compiling const-oid v0.9.6 |
1410 | 2024-08-08T20:13:39.512Z | Compiling subtle v2.5.0 |
1411 | 2024-08-08T20:13:39.861Z | Compiling fnv v1.0.7 |
1412 | 2024-08-08T20:13:40.042Z | Compiling syn v1.0.109 |
1413 | 2024-08-08T20:13:40.147Z | Compiling native-tls v0.2.11 |
1414 | 2024-08-08T20:13:40.348Z | Compiling serde_derive_internals v0.29.1 |
1415 | 2024-08-08T20:13:40.381Z | Compiling tinyvec_macros v0.1.1 |
1416 | 2024-08-08T20:13:40.533Z | Compiling iana-time-zone v0.1.60 |
1417 | 2024-08-08T20:13:40.651Z | Compiling rustls v0.21.12 |
1418 | 2024-08-08T20:13:40.749Z | Compiling tinyvec v1.6.0 |
1419 | 2024-08-08T20:13:40.986Z | Compiling futures-sink v0.3.30 |
1420 | 2024-08-08T20:13:41.108Z | Compiling crossbeam-utils v0.8.19 |
1421 | 2024-08-08T20:13:41.829Z | Compiling cookie v0.17.0 |
1422 | 2024-08-08T20:13:42.486Z | Compiling unicode-normalization v0.1.23 |
1423 | 2024-08-08T20:13:42.556Z | Compiling ucd-trie v0.1.6 |
1424 | 2024-08-08T20:13:42.989Z | Compiling futures-channel v0.3.30 |
1425 | 2024-08-08T20:13:43.503Z | Compiling futures-task v0.3.30 |
1426 | 2024-08-08T20:13:43.601Z | Compiling dyn-clone v1.0.17 |
1427 | 2024-08-08T20:13:43.998Z | Compiling unicode-bidi v0.3.15 |
1428 | 2024-08-08T20:13:44.046Z | Compiling futures-io v0.3.30 |
1429 | 2024-08-08T20:13:44.046Z | Compiling pin-utils v0.1.0 |
1430 | 2024-08-08T20:13:44.452Z | Compiling slog v2.7.0 |
1431 | 2024-08-08T20:13:44.676Z | Compiling untrusted v0.9.0 |
1432 | 2024-08-08T20:13:45.038Z | Compiling aho-corasick v1.1.3 |
1433 | 2024-08-08T20:13:45.225Z | Compiling crc32fast v1.4.0 |
1434 | 2024-08-08T20:13:45.542Z | Compiling powerfmt v0.2.0 |
1435 | 2024-08-08T20:13:45.848Z | Compiling regex-syntax v0.8.3 |
1436 | 2024-08-08T20:13:46.051Z | Compiling deranged v0.3.11 |
1437 | 2024-08-08T20:13:46.098Z | Compiling serde_derive v1.0.204 |
1438 | 2024-08-08T20:13:46.123Z | Compiling zerocopy-derive v0.7.34 |
1439 | 2024-08-08T20:13:47.441Z | Compiling zeroize_derive v1.4.2 |
1440 | 2024-08-08T20:13:48.317Z | Compiling tokio-macros v2.3.0 |
1441 | 2024-08-08T20:13:48.490Z | Compiling thiserror-impl v1.0.63 |
1442 | 2024-08-08T20:13:49.050Z | Compiling zerocopy v0.7.34 |
1443 | 2024-08-08T20:13:49.779Z | Compiling futures-macro v0.3.30 |
1444 | 2024-08-08T20:13:50.036Z | Compiling zeroize v1.7.0 |
1445 | 2024-08-08T20:13:51.589Z | Compiling hashbrown v0.14.5 |
1446 | 2024-08-08T20:13:51.723Z | Compiling tracing-attributes v0.1.27 |
1447 | 2024-08-08T20:13:51.907Z | Compiling schemars_derive v0.8.21 |
1448 | 2024-08-08T20:13:53.085Z | Compiling openssl-macros v0.1.1 |
1449 | 2024-08-08T20:13:53.748Z | Compiling der_derive v0.7.2 |
1450 | 2024-08-08T20:13:53.890Z | Compiling scroll_derive v0.12.0 |
1451 | 2024-08-08T20:13:54.013Z | Compiling pest v2.7.10 |
1452 | 2024-08-08T20:13:55.055Z | Compiling crypto-common v0.1.6 |
1453 | 2024-08-08T20:13:55.296Z | Compiling futures-util v0.3.30 |
1454 | 2024-08-08T20:13:55.481Z | Compiling block-buffer v0.10.4 |
1455 | 2024-08-08T20:13:55.770Z | Compiling digest v0.10.7 |
1456 | 2024-08-08T20:13:56.165Z | Compiling regex-automata v0.4.6 |
1457 | 2024-08-08T20:13:56.310Z | Compiling usdt-impl v0.5.0 |
1458 | 2024-08-08T20:13:56.812Z | Compiling pest_meta v2.7.10 |
1459 | 2024-08-08T20:13:57.197Z | Compiling num_threads v0.1.7 |
1460 | 2024-08-08T20:13:57.358Z | Compiling heck v0.4.1 |
1461 | 2024-08-08T20:13:58.039Z | Compiling percent-encoding v2.3.1 |
1462 | 2024-08-08T20:13:58.528Z | Compiling pest_generator v2.7.10 |
1463 | 2024-08-08T20:14:00.779Z | Compiling time v0.3.36 |
1464 | 2024-08-08T20:14:01.457Z | Compiling bytes v1.7.1 |
1465 | 2024-08-08T20:14:02.861Z | Compiling bitflags v2.6.0 |
1466 | 2024-08-08T20:14:03.521Z | Compiling tokio v1.38.1 |
1467 | 2024-08-08T20:14:03.693Z | Compiling indexmap v2.3.0 |
1468 | 2024-08-08T20:14:04.023Z | Compiling uuid v1.10.0 |
1469 | 2024-08-08T20:14:04.384Z | Compiling chrono v0.4.38 |
1470 | 2024-08-08T20:14:04.860Z | Compiling serde_tokenstream v0.2.1 |
1471 | 2024-08-08T20:14:08.181Z | Compiling http v0.2.12 |
1472 | 2024-08-08T20:14:08.827Z | Compiling rustc_version v0.4.0 |
1473 | 2024-08-08T20:14:09.489Z | Compiling pest_derive v2.7.10 |
1474 | 2024-08-08T20:14:09.930Z | Compiling heapless v0.7.17 |
1475 | 2024-08-08T20:14:10.799Z | Compiling scroll v0.12.0 |
1476 | 2024-08-08T20:14:10.951Z | Compiling zerocopy-derive v0.6.6 |
1477 | 2024-08-08T20:14:11.562Z | Compiling tracing-core v0.1.32 |
1478 | 2024-08-08T20:14:13.052Z | Compiling backtrace v0.3.71 |
1479 | 2024-08-08T20:14:13.536Z | Compiling errno v0.3.9 |
1480 | 2024-08-08T20:14:14.077Z | Compiling signal-hook v0.3.17 |
1481 | 2024-08-08T20:14:14.133Z | Compiling plain v0.2.3 |
1482 | 2024-08-08T20:14:14.302Z | Compiling ppv-lite86 v0.2.17 |
1483 | 2024-08-08T20:14:14.728Z | Compiling goblin v0.8.2 |
1484 | 2024-08-08T20:14:15.202Z | Compiling rand_chacha v0.3.1 |
1485 | 2024-08-08T20:14:15.241Z | Compiling tokio-util v0.7.11 |
1486 | 2024-08-08T20:14:15.767Z | Compiling tracing v0.1.40 |
1487 | 2024-08-08T20:14:16.404Z | Compiling regex v1.10.6 |
1488 | 2024-08-08T20:14:16.670Z | Compiling async-trait v0.1.81 |
1489 | 2024-08-08T20:14:17.583Z | Compiling pretty-hex v0.4.1 |
1490 | 2024-08-08T20:14:17.611Z | Compiling rustversion v1.0.17 |
1491 | 2024-08-08T20:14:18.079Z | Compiling strsim v0.11.1 |
1492 | 2024-08-08T20:14:19.290Z | Compiling rand v0.8.5 |
1493 | 2024-08-08T20:14:20.612Z | Compiling dtrace-parser v0.2.0 |
1494 | 2024-08-08T20:14:21.084Z | Compiling form_urlencoded v1.2.1 |
1495 | 2024-08-08T20:14:21.370Z | Compiling dof v0.3.0 |
1496 | 2024-08-08T20:14:21.638Z | Compiling thread-id v4.2.1 |
1497 | 2024-08-08T20:14:21.763Z | Compiling base64ct v1.6.0 |
1498 | 2024-08-08T20:14:21.878Z | Compiling smoltcp v0.9.1 |
1499 | 2024-08-08T20:14:22.580Z | Compiling unicode-width v0.1.13 |
1500 | 2024-08-08T20:14:22.598Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1501 | 2024-08-08T20:14:22.649Z | Compiling try-lock v0.2.5 |
1502 | 2024-08-08T20:14:22.707Z | Compiling foreign-types-shared v0.1.1 |
1503 | 2024-08-08T20:14:22.931Z | Compiling anyhow v1.0.86 |
1504 | 2024-08-08T20:14:23.224Z | Compiling foreign-types v0.3.2 |
1505 | 2024-08-08T20:14:23.298Z | Compiling pem-rfc7468 v0.7.0 |
1506 | 2024-08-08T20:14:23.369Z | Compiling want v0.3.1 |
1507 | 2024-08-08T20:14:24.639Z | Compiling h2 v0.3.26 |
1508 | 2024-08-08T20:14:25.180Z | Compiling http-body v0.4.6 |
1509 | 2024-08-08T20:14:25.341Z | Compiling hmac v0.12.1 |
1510 | 2024-08-08T20:14:25.550Z | Compiling clap_derive v4.5.13 |
1511 | 2024-08-08T20:14:26.657Z | Compiling base64 v0.21.7 |
1512 | 2024-08-08T20:14:27.829Z | Compiling tower-service v0.3.2 |
1513 | 2024-08-08T20:14:27.963Z | Compiling flagset v0.4.5 |
1514 | 2024-08-08T20:14:28.403Z | Compiling httpdate v1.0.3 |
1515 | 2024-08-08T20:14:28.476Z | Compiling siphasher v0.3.11 |
1516 | 2024-08-08T20:14:29.280Z | Compiling der v0.7.9 |
1517 | 2024-08-08T20:14:34.539Z | Compiling hyper v0.14.30 |
1518 | 2024-08-08T20:14:41.355Z | Compiling rustls-webpki v0.101.7 |
1519 | 2024-08-08T20:14:41.723Z | Compiling sct v0.7.1 |
1520 | 2024-08-08T20:14:42.785Z | Compiling openapiv3 v2.0.0 |
1521 | 2024-08-08T20:14:45.091Z | Compiling hubpack_derive v0.1.1 |
1522 | 2024-08-08T20:14:46.367Z | Compiling idna v0.5.0 |
1523 | 2024-08-08T20:14:47.575Z | Compiling lazy_static v1.5.0 |
1524 | 2024-08-08T20:14:47.846Z | Compiling fs-err v2.11.0 |
1525 | 2024-08-08T20:14:48.047Z | Compiling openssl-probe v0.1.5 |
1526 | 2024-08-08T20:14:48.231Z | Compiling adler v1.0.2 |
1527 | 2024-08-08T20:14:48.351Z | Compiling cpufeatures v0.2.12 |
1528 | 2024-08-08T20:14:48.469Z | Compiling utf8parse v0.2.1 |
1529 | 2024-08-08T20:14:48.606Z | Compiling anstyle v1.0.8 |
1530 | 2024-08-08T20:14:48.756Z | Compiling finl_unicode v1.2.0 |
1531 | 2024-08-08T20:14:49.284Z | Compiling anstyle-parse v0.2.4 |
1532 | 2024-08-08T20:14:49.490Z | Compiling stringprep v0.1.4 |
1533 | 2024-08-08T20:14:49.841Z | Compiling sha2 v0.10.8 |
1534 | 2024-08-08T20:14:49.905Z | Compiling miniz_oxide v0.7.2 |
1535 | 2024-08-08T20:14:50.709Z | Compiling url v2.5.2 |
1536 | 2024-08-08T20:14:53.701Z | Compiling spki v0.7.3 |
1537 | 2024-08-08T20:14:54.627Z | Compiling usdt-attr-macro v0.5.0 |
1538 | 2024-08-08T20:14:55.054Z | Compiling usdt-macro v0.5.0 |
1539 | 2024-08-08T20:14:56.139Z | Compiling md-5 v0.10.6 |
1540 | 2024-08-08T20:14:56.385Z | Compiling toml_datetime v0.6.8 |
1541 | 2024-08-08T20:14:56.421Z | Compiling serde_spanned v0.6.7 |
1542 | 2024-08-08T20:14:56.630Z | Compiling regress v0.9.1 |
1543 | 2024-08-08T20:14:56.807Z | Compiling idna v0.3.0 |
1544 | 2024-08-08T20:14:58.646Z | Compiling diesel_table_macro_syntax v0.1.0 |
1545 | 2024-08-08T20:14:59.034Z | Compiling num-integer v0.1.46 |
1546 | 2024-08-08T20:14:59.543Z | Compiling hash32 v0.2.1 |
1547 | 2024-08-08T20:14:59.708Z | Compiling encoding_rs v0.8.34 |
1548 | 2024-08-08T20:14:59.914Z | Compiling fallible-iterator v0.2.0 |
1549 | 2024-08-08T20:14:59.971Z | Compiling stable_deref_trait v1.2.0 |
1550 | 2024-08-08T20:15:00.071Z | Compiling base64 v0.22.1 |
1551 | 2024-08-08T20:15:00.623Z | Compiling psl-types v2.0.11 |
1552 | 2024-08-08T20:15:00.700Z | Compiling is_terminal_polyfill v1.70.0 |
1553 | 2024-08-08T20:15:00.782Z | Compiling gimli v0.28.1 |
1554 | 2024-08-08T20:15:00.818Z | Compiling mime v0.3.17 |
1555 | 2024-08-08T20:15:00.836Z | Compiling anstyle-query v1.0.3 |
1556 | 2024-08-08T20:15:00.976Z | Compiling colorchoice v1.0.1 |
1557 | 2024-08-08T20:15:01.321Z | Compiling publicsuffix v2.2.3 |
1558 | 2024-08-08T20:15:01.339Z | Compiling anstream v0.6.14 |
1559 | 2024-08-08T20:15:01.908Z | Compiling postgres-protocol v0.6.7 |
1560 | 2024-08-08T20:15:01.993Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1561 | 2024-08-08T20:15:05.032Z | Compiling diesel_derives v2.1.4 |
1562 | 2024-08-08T20:15:05.703Z | Compiling addr2line v0.21.0 |
1563 | 2024-08-08T20:15:07.338Z | Compiling tokio-rustls v0.24.1 |
1564 | 2024-08-08T20:15:08.681Z | Compiling pkcs8 v0.10.2 |
1565 | 2024-08-08T20:15:09.002Z | Compiling terminal_size v0.3.0 |
1566 | 2024-08-08T20:15:09.185Z | Compiling tokio-native-tls v0.3.1 |
1567 | 2024-08-08T20:15:09.484Z | Compiling phf_shared v0.11.2 |
1568 | 2024-08-08T20:15:09.489Z | Compiling strum_macros v0.25.3 |
1569 | 2024-08-08T20:15:09.932Z | Compiling serde_urlencoded v0.7.1 |
1570 | 2024-08-08T20:15:10.784Z | Compiling enum-as-inner v0.5.1 |
1571 | 2024-08-08T20:15:11.095Z | Compiling block-padding v0.3.3 |
1572 | 2024-08-08T20:15:11.331Z | Compiling serde_repr v0.1.19 |
1573 | 2024-08-08T20:15:11.822Z | Compiling ff v0.13.0 |
1574 | 2024-08-08T20:15:12.090Z | Compiling scheduled-thread-pool v0.2.7 |
1575 | 2024-08-08T20:15:12.601Z | Compiling object v0.32.2 |
1576 | 2024-08-08T20:15:13.556Z | Compiling winnow v0.5.40 |
1577 | 2024-08-08T20:15:14.080Z | Compiling either v1.13.0 |
1578 | 2024-08-08T20:15:14.231Z | Compiling regex-automata v0.1.10 |
1579 | 2024-08-08T20:15:14.543Z | Compiling managed v0.8.0 |
1580 | 2024-08-08T20:15:14.904Z | Compiling ipnet v2.9.0 |
1581 | 2024-08-08T20:15:18.425Z | Compiling clap_lex v0.7.0 |
1582 | 2024-08-08T20:15:18.425Z | Compiling bit-vec v0.6.3 |
1583 | 2024-08-08T20:15:18.425Z | Compiling base16ct v0.2.0 |
1584 | 2024-08-08T20:15:18.425Z | Compiling matches v0.1.10 |
1585 | 2024-08-08T20:15:18.426Z | Compiling rustc-demangle v0.1.24 |
1586 | 2024-08-08T20:15:18.430Z | Compiling bitflags v1.3.2 |
1587 | 2024-08-08T20:15:18.430Z | Compiling rustls-pemfile v1.0.4 |
1588 | 2024-08-08T20:15:18.430Z | Compiling idna v0.2.3 |
1589 | 2024-08-08T20:15:18.430Z | Compiling toml_edit v0.19.15 |
1590 | 2024-08-08T20:15:18.430Z | Compiling sec1 v0.7.3 |
1591 | 2024-08-08T20:15:18.430Z | Compiling clap_builder v4.5.13 |
1592 | 2024-08-08T20:15:18.874Z | Compiling bstr v0.2.17 |
1593 | 2024-08-08T20:15:18.926Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1594 | 2024-08-08T20:15:18.949Z | Compiling r2d2 v0.8.10 |
1595 | 2024-08-08T20:15:19.561Z | Compiling group v0.13.0 |
1596 | 2024-08-08T20:15:20.179Z | Compiling inout v0.1.3 |
1597 | 2024-08-08T20:15:20.433Z | Compiling phf v0.11.2 |
1598 | 2024-08-08T20:15:20.508Z | Compiling hyper-tls v0.5.0 |
1599 | 2024-08-08T20:15:20.741Z | Compiling signal-hook-mio v0.2.3 |
1600 | 2024-08-08T20:15:20.859Z | Compiling hyper-rustls v0.24.2 |
1601 | 2024-08-08T20:15:21.026Z | Compiling cookie_store v0.20.0 |
1602 | 2024-08-08T20:15:21.254Z | Compiling postgres-types v0.2.7 |
1603 | 2024-08-08T20:15:22.092Z | Compiling num-bigint v0.4.5 |
1604 | 2024-08-08T20:15:22.765Z | Compiling hubpack v0.1.2 |
1605 | 2024-08-08T20:15:23.191Z | Compiling phf_shared v0.10.0 |
1606 | 2024-08-08T20:15:24.150Z | Compiling hkdf v0.12.4 |
1607 | 2024-08-08T20:15:24.563Z | Compiling zerocopy v0.6.6 |
1608 | 2024-08-08T20:15:24.631Z | Compiling ipnetwork v0.20.0 |
1609 | 2024-08-08T20:15:24.875Z | Compiling futures-executor v0.3.30 |
1610 | 2024-08-08T20:15:25.044Z | Compiling crypto-bigint v0.5.5 |
1611 | 2024-08-08T20:15:25.397Z | Compiling float-cmp v0.9.0 |
1612 | 2024-08-08T20:15:25.401Z | Compiling memmap v0.7.0 |
1613 | 2024-08-08T20:15:25.464Z | Compiling sync_wrapper v0.1.2 |
1614 | 2024-08-08T20:15:25.560Z | Compiling minimal-lexical v0.2.1 |
1615 | 2024-08-08T20:15:25.580Z | Compiling static_assertions v1.1.0 |
1616 | 2024-08-08T20:15:25.595Z | Compiling winnow v0.6.18 |
1617 | 2024-08-08T20:15:25.677Z | Compiling unicode-segmentation v1.11.0 |
1618 | 2024-08-08T20:15:25.881Z | Compiling difflib v0.4.0 |
1619 | 2024-08-08T20:15:26.042Z | Compiling fixedbitset v0.4.2 |
1620 | 2024-08-08T20:15:26.162Z | Compiling new_debug_unreachable v1.0.6 |
1621 | 2024-08-08T20:15:26.259Z | Compiling webpki-roots v0.25.4 |
1622 | 2024-08-08T20:15:26.428Z | Compiling whoami v1.5.1 |
1623 | 2024-08-08T20:15:26.445Z | Compiling predicates-core v1.0.6 |
1624 | 2024-08-08T20:15:26.478Z | Compiling precomputed-hash v0.1.1 |
1625 | 2024-08-08T20:15:26.736Z | Compiling data-encoding v2.6.0 |
1626 | 2024-08-08T20:15:27.000Z | Compiling normalize-line-endings v0.3.0 |
1627 | 2024-08-08T20:15:27.115Z | Compiling predicates v3.1.2 |
1628 | 2024-08-08T20:15:27.228Z | Compiling reqwest v0.11.27 |
1629 | 2024-08-08T20:15:27.286Z | Compiling tokio-postgres v0.7.11 |
1630 | 2024-08-08T20:15:28.462Z | Compiling elliptic-curve v0.13.8 |
1631 | 2024-08-08T20:15:28.608Z | Compiling trust-dns-proto v0.22.0 |
1632 | 2024-08-08T20:15:29.187Z | Compiling toml_edit v0.22.20 |
1633 | 2024-08-08T20:15:29.260Z | Compiling string_cache v0.8.7 |
1634 | 2024-08-08T20:15:29.674Z | Compiling similar v2.5.0 |
1635 | 2024-08-08T20:15:30.065Z | Compiling petgraph v0.6.5 |
1636 | 2024-08-08T20:15:31.717Z | Compiling nom v7.1.3 |
1637 | 2024-08-08T20:15:32.240Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1638 | 2024-08-08T20:15:34.113Z | Compiling usdt v0.5.0 |
1639 | 2024-08-08T20:15:35.357Z | Compiling futures v0.3.30 |
1640 | 2024-08-08T20:15:35.481Z | Compiling diesel v2.1.6 |
1641 | 2024-08-08T20:15:35.807Z | Compiling yasna v0.5.2 |
1642 | 2024-08-08T20:15:36.783Z | Compiling clap v4.5.13 |
1643 | 2024-08-08T20:15:36.910Z | Compiling crossterm v0.27.0 |
1644 | 2024-08-08T20:15:37.020Z | Compiling toml v0.7.8 |
1645 | 2024-08-08T20:15:37.334Z | Compiling cipher v0.4.4 |
1646 | 2024-08-08T20:15:37.799Z | Compiling crossbeam-epoch v0.9.18 |
1647 | 2024-08-08T20:15:38.479Z | Compiling flate2 v1.0.31 |
1648 | 2024-08-08T20:15:38.498Z | Compiling bit-set v0.5.3 |
1649 | 2024-08-08T20:15:38.515Z | Compiling itertools v0.10.5 |
1650 | 2024-08-08T20:15:38.791Z | Compiling itertools v0.12.1 |
1651 | 2024-08-08T20:15:39.424Z | Compiling num-iter v0.1.45 |
1652 | 2024-08-08T20:15:39.614Z | Compiling console v0.15.8 |
1653 | 2024-08-08T20:15:40.901Z | Compiling tokio-stream v0.1.15 |
1654 | 2024-08-08T20:15:41.222Z | Compiling bstr v1.9.1 |
1655 | 2024-08-08T20:15:41.781Z | Compiling hex v0.4.3 |
1656 | 2024-08-08T20:15:42.382Z | Compiling radium v0.7.0 |
1657 | 2024-08-08T20:15:42.824Z | Compiling peg-runtime v0.8.3 |
1658 | 2024-08-08T20:15:42.994Z | Compiling lalrpop-util v0.19.12 |
1659 | 2024-08-08T20:15:43.203Z | Compiling unicode-xid v0.2.4 |
1660 | 2024-08-08T20:15:43.337Z | Compiling camino v1.1.7 |
1661 | 2024-08-08T20:15:47.921Z | Compiling is-terminal v0.4.12 |
1662 | 2024-08-08T20:15:52.976Z | Compiling maybe-uninit v2.0.0 |
1663 | 2024-08-08T20:15:53.680Z | Compiling rustls-pki-types v1.7.0 |
1664 | 2024-08-08T20:15:55.066Z | Compiling ident_case v1.0.1 |
1665 | 2024-08-08T20:15:55.729Z | Compiling tap v1.0.1 |
1666 | 2024-08-08T20:15:55.897Z | Compiling wyz v0.5.1 |
1667 | 2024-08-08T20:15:56.913Z | Compiling darling_core v0.20.9 |
1668 | 2024-08-08T20:16:08.726Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1669 | 2024-08-08T20:16:08.855Z | Compiling getopts v0.2.21 |
1670 | 2024-08-08T20:16:09.103Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1671 | 2024-08-08T20:16:09.603Z | Compiling dirs-sys-next v0.1.2 |
1672 | 2024-08-08T20:16:09.669Z | Compiling rustls v0.22.4 |
1673 | 2024-08-08T20:16:09.751Z | Compiling num-bigint-dig v0.8.4 |
1674 | 2024-08-08T20:16:09.975Z | Compiling paste v1.0.15 |
1675 | 2024-08-08T20:16:10.459Z | Compiling packed_struct v0.10.1 |
1676 | 2024-08-08T20:16:10.627Z | Compiling funty v2.0.0 |
1677 | 2024-08-08T20:16:10.966Z | Compiling unsafe-libyaml v0.2.11 |
1678 | 2024-08-08T20:16:11.861Z | Compiling bitvec v1.0.1 |
1679 | 2024-08-08T20:16:12.417Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1680 | 2024-08-08T20:16:12.726Z | Compiling serde_yaml v0.9.34+deprecated |
1681 | 2024-08-08T20:16:14.659Z | Compiling dirs-next v2.0.0 |
1682 | 2024-08-08T20:16:15.737Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1683 | 2024-08-08T20:16:18.067Z | Compiling darling_macro v0.20.9 |
1684 | 2024-08-08T20:16:18.895Z | Compiling rustls-webpki v0.102.4 |
1685 | 2024-08-08T20:16:22.455Z | Compiling packed_struct_codegen v0.10.1 |
1686 | 2024-08-08T20:16:23.340Z | Compiling structmeta-derive v0.3.0 |
1687 | 2024-08-08T20:16:24.373Z | Compiling thread_local v1.1.8 |
1688 | 2024-08-08T20:16:25.011Z | Compiling indexmap v1.9.3 |
1689 | 2024-08-08T20:16:25.026Z | Compiling multer v3.1.0 |
1690 | 2024-08-08T20:16:25.336Z | Compiling match_cfg v0.1.0 |
1691 | 2024-08-08T20:16:25.339Z | Compiling fastrand v2.1.0 |
1692 | 2024-08-08T20:16:25.450Z | Compiling rayon-core v1.12.1 |
1693 | 2024-08-08T20:16:25.620Z | Compiling nodrop v0.1.14 |
1694 | 2024-08-08T20:16:25.742Z | Compiling crc-catalog v2.4.0 |
1695 | 2024-08-08T20:16:25.917Z | Compiling slog-async v2.8.0 |
1696 | 2024-08-08T20:16:25.935Z | Compiling crc v3.2.1 |
1697 | 2024-08-08T20:16:26.021Z | Compiling structmeta v0.3.0 |
1698 | 2024-08-08T20:16:26.060Z | Compiling tempfile v3.10.1 |
1699 | 2024-08-08T20:16:26.411Z | Compiling array-init v0.0.4 |
1700 | 2024-08-08T20:16:27.669Z | Compiling hostname v0.3.1 |
1701 | 2024-08-08T20:16:29.412Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1702 | 2024-08-08T20:16:29.743Z | Compiling darling v0.20.9 |
1703 | 2024-08-08T20:16:29.863Z | Compiling smallvec v0.6.14 |
1704 | 2024-08-08T20:16:30.222Z | Compiling term v0.7.0 |
1705 | 2024-08-08T20:16:36.570Z | Compiling crossbeam-deque v0.8.5 |
1706 | 2024-08-08T20:16:36.763Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1707 | 2024-08-08T20:16:36.961Z | Compiling pkcs1 v0.7.5 |
1708 | 2024-08-08T20:16:38.263Z | Compiling slog-json v2.6.1 |
1709 | 2024-08-08T20:16:39.387Z | Compiling crossbeam-channel v0.5.12 |
1710 | 2024-08-08T20:16:40.807Z | Compiling http v1.1.0 |
1711 | 2024-08-08T20:16:40.902Z | Compiling signature v2.2.0 |
1712 | 2024-08-08T20:16:41.154Z | Compiling async-stream-impl v0.3.5 |
1713 | 2024-08-08T20:16:42.460Z | Compiling pin-project-internal v1.1.5 |
1714 | 2024-08-08T20:16:44.576Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1715 | 2024-08-08T20:16:44.903Z | Compiling take_mut v0.2.2 |
1716 | 2024-08-08T20:16:45.226Z | Compiling atomic-waker v1.1.2 |
1717 | 2024-08-08T20:16:45.339Z | Compiling bitfield v0.14.0 |
1718 | 2024-08-08T20:16:45.514Z | Compiling hashbrown v0.12.3 |
1719 | 2024-08-08T20:16:46.816Z | Compiling termcolor v1.4.1 |
1720 | 2024-08-08T20:16:46.860Z | Compiling same-file v1.0.6 |
1721 | 2024-08-08T20:16:47.168Z | Compiling walkdir v2.5.0 |
1722 | 2024-08-08T20:16:48.539Z | Compiling env_logger v0.10.2 |
1723 | 2024-08-08T20:16:56.987Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1724 | 2024-08-08T20:17:00.010Z | Compiling waitgroup v0.1.2 |
1725 | 2024-08-08T20:17:00.246Z | Compiling pin-project v1.1.5 |
1726 | 2024-08-08T20:17:00.444Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1727 | 2024-08-08T20:17:01.961Z | Compiling async-stream v0.3.5 |
1728 | 2024-08-08T20:17:02.286Z | Compiling rsa v0.9.6 |
1729 | 2024-08-08T20:17:05.236Z | Compiling slog-bunyan v2.5.0 |
1730 | 2024-08-08T20:17:07.235Z | Compiling tokio-rustls v0.25.0 |
1731 | 2024-08-08T20:17:07.289Z | Compiling slog-term v2.9.1 |
1732 | 2024-08-08T20:17:07.683Z | Compiling serde-hex v0.1.0 |
1733 | 2024-08-08T20:17:07.743Z | Compiling serde_with_macros v3.8.3 |
1734 | 2024-08-08T20:17:09.440Z | Compiling bzip2 v0.4.4 |
1735 | 2024-08-08T20:17:09.940Z | Compiling parse-display-derive v0.9.1 |
1736 | 2024-08-08T20:17:10.388Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1737 | 2024-08-08T20:17:10.692Z | Compiling toml v0.8.19 |
1738 | 2024-08-08T20:17:10.776Z | Compiling rustls-pemfile v2.1.3 |
1739 | 2024-08-08T20:17:13.849Z | Compiling x509-cert v0.2.5 |
1740 | 2024-08-08T20:17:14.101Z | Compiling sha1 v0.10.6 |
1741 | 2024-08-08T20:17:14.688Z | Compiling ron v0.8.1 |
1742 | 2024-08-08T20:17:14.897Z | Compiling strum_macros v0.26.4 |
1743 | 2024-08-08T20:17:16.030Z | Compiling newtype-uuid v1.1.0 |
1744 | 2024-08-08T20:17:16.374Z | Compiling xattr v1.3.1 |
1745 | 2024-08-08T20:17:16.698Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1746 | 2024-08-08T20:17:17.637Z | Compiling serde_path_to_error v0.1.16 |
1747 | 2024-08-08T20:17:17.761Z | Compiling snafu-derive v0.8.2 |
1748 | 2024-08-08T20:17:18.657Z | Compiling hashbrown v0.13.2 |
1749 | 2024-08-08T20:17:19.311Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1750 | 2024-08-08T20:17:19.986Z | Compiling blake3 v1.5.1 |
1751 | 2024-08-08T20:17:20.092Z | Compiling ring v0.16.20 |
1752 | 2024-08-08T20:17:20.295Z | Compiling filetime v0.2.23 |
1753 | 2024-08-08T20:17:20.518Z | Compiling hostname v0.4.0 |
1754 | 2024-08-08T20:17:20.575Z | Compiling instant v0.1.12 |
1755 | 2024-08-08T20:17:20.644Z | Compiling debug-ignore v1.0.5 |
1756 | 2024-08-08T20:17:20.742Z | Compiling crc-any v2.5.0 |
1757 | 2024-08-08T20:17:21.103Z | Compiling buf-list v1.0.3 |
1758 | 2024-08-08T20:17:21.205Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1759 | 2024-08-08T20:17:21.855Z | Compiling backoff v0.4.0 |
1760 | 2024-08-08T20:17:22.502Z | Compiling snafu v0.8.2 |
1761 | 2024-08-08T20:17:22.610Z | Compiling tar v0.4.41 |
1762 | 2024-08-08T20:17:23.850Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1763 | 2024-08-08T20:17:24.072Z | Compiling object v0.30.4 |
1764 | 2024-08-08T20:17:25.231Z | Compiling strum v0.26.3 |
1765 | 2024-08-08T20:17:25.428Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1766 | 2024-08-08T20:17:25.937Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1767 | 2024-08-08T20:17:27.447Z | Compiling parse-display v0.9.1 |
1768 | 2024-08-08T20:17:27.661Z | Compiling serde_with v3.8.3 |
1769 | 2024-08-08T20:17:27.771Z | Compiling zip v0.6.6 |
1770 | 2024-08-08T20:17:29.250Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1771 | 2024-08-08T20:17:30.021Z | Compiling rayon v1.10.0 |
1772 | 2024-08-08T20:17:30.520Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1773 | 2024-08-08T20:17:32.051Z | Compiling camino-tempfile v1.1.1 |
1774 | 2024-08-08T20:17:32.815Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1775 | 2024-08-08T20:17:35.822Z | Compiling globset v0.4.14 |
1776 | 2024-08-08T20:17:36.756Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1777 | 2024-08-08T20:17:36.923Z | Compiling pem v3.0.4 |
1778 | 2024-08-08T20:17:36.940Z | Compiling olpc-cjson v0.1.3 |
1779 | 2024-08-08T20:17:37.267Z | Compiling serde_plain v1.0.2 |
1780 | 2024-08-08T20:17:37.801Z | Compiling macaddr v1.0.1 |
1781 | 2024-08-08T20:17:38.416Z | Compiling async-recursion v1.1.1 |
1782 | 2024-08-08T20:17:38.473Z | Compiling memmap2 v0.9.4 |
1783 | 2024-08-08T20:17:38.497Z | Compiling typed-path v0.7.1 |
1784 | 2024-08-08T20:17:39.071Z | Compiling spin v0.5.2 |
1785 | 2024-08-08T20:17:39.271Z | Compiling path-slash v0.1.5 |
1786 | 2024-08-08T20:17:39.330Z | Compiling constant_time_eq v0.3.0 |
1787 | 2024-08-08T20:17:39.505Z | Compiling arrayvec v0.7.4 |
1788 | 2024-08-08T20:17:39.522Z | Compiling arrayref v0.3.7 |
1789 | 2024-08-08T20:17:39.636Z | Compiling untrusted v0.7.1 |
1790 | 2024-08-08T20:17:39.872Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1791 | 2024-08-08T20:17:42.477Z | Compiling tough v0.17.1 |
1792 | 2024-08-08T20:17:44.404Z | Compiling cargo-platform v0.1.8 |
1793 | 2024-08-08T20:17:45.153Z | Compiling topological-sort v0.2.2 |
1794 | 2024-08-08T20:17:45.421Z | Compiling parse-size v1.0.0 |
1795 | 2024-08-08T20:17:45.490Z | Compiling omicron-zone-package v0.11.0 |
1796 | 2024-08-08T20:17:45.717Z | Compiling cargo_metadata v0.18.1 |
1797 | 2024-08-08T20:17:47.338Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1798 | 2024-08-08T20:17:48.656Z | Compiling shell-words v1.1.0 |
1799 | 2024-08-08T20:17:58.594Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1800 | 2024-08-08T20:18:07.342Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1801 | 2024-08-08T20:18:21.706Z | Finished `release` profile [optimized] target(s) in 4m 52s |
1802 | 2024-08-08T20:18:21.840Z | Running `target/release/omicron-releng --output-dir /work` |
1803 | 2024-08-08T20:18:21.879Z | Aug 08 20:18:21.091 DEBG changing working directory to /work/oxidecomputer/omicron |
1804 | 2024-08-08T20:18:21.965Z | Aug 08 20:18:21.179 DEBG running: git rev-parse HEAD |
1805 | 2024-08-08T20:18:21.971Z | Aug 08 20:18:21.185 DEBG process exited with exit status: 0 (6.106128ms) |
1806 | 2024-08-08T20:18:21.971Z | Aug 08 20:18:21.185 INFO version: 10.0.0-0.ci+git24b75627957 |
1807 | 2024-08-08T20:18:22.011Z | Aug 08 20:18:21.225 INFO cloning helios to /work/oxidecomputer/helios |
1808 | 2024-08-08T20:18:22.011Z | Aug 08 20:18:21.225 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1809 | 2024-08-08T20:18:22.016Z | Cloning into '/work/oxidecomputer/helios'... |
1810 | 2024-08-08T20:18:22.488Z | Aug 08 20:18:21.701 DEBG process exited with exit status: 0 (475.796359ms) |
1811 | 2024-08-08T20:18:22.488Z | Aug 08 20:18:21.701 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1812 | 2024-08-08T20:18:22.495Z | # branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70 |
1813 | 2024-08-08T20:18:22.495Z | # branch.head master |
1814 | 2024-08-08T20:18:22.495Z | # branch.upstream origin/master |
1815 | 2024-08-08T20:18:22.495Z | # branch.ab +0 -0 |
1816 | 2024-08-08T20:18:22.498Z | Aug 08 20:18:21.709 DEBG process exited with exit status: 0 (8.035262ms) |
1817 | 2024-08-08T20:18:22.498Z | Aug 08 20:18:21.709 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1818 | 2024-08-08T20:18:23.191Z | Aug 08 20:18:22.404 DEBG process exited with exit status: 0 (694.877915ms) |
1819 | 2024-08-08T20:18:23.191Z | Aug 08 20:18:22.404 DEBG running: zfs list rpool/images/build/host |
1820 | 2024-08-08T20:18:23.197Z | NAME USED AVAIL REFER MOUNTPOINT |
1821 | 2024-08-08T20:18:23.197Z | rpool/images/build/host 24K 153G 24K /rpool/images/build/host |
1822 | 2024-08-08T20:18:23.200Z | Aug 08 20:18:22.411 DEBG process exited with exit status: 0 (7.200507ms) |
1823 | 2024-08-08T20:18:23.200Z | Aug 08 20:18:22.411 DEBG running: zfs list rpool/images/build/recovery |
1824 | 2024-08-08T20:18:23.204Z | NAME USED AVAIL REFER MOUNTPOINT |
1825 | 2024-08-08T20:18:23.204Z | rpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery |
1826 | 2024-08-08T20:18:23.206Z | Aug 08 20:18:22.418 DEBG process exited with exit status: 0 (6.30403ms) |
1827 | 2024-08-08T20:18:23.206Z | Aug 08 20:18:22.418 INFO [hubris-staging] running task |
1828 | 2024-08-08T20:18:23.206Z | Aug 08 20:18:22.419 INFO [hubris-production] running task |
1829 | 2024-08-08T20:18:23.206Z | Aug 08 20:18:22.419 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1830 | 2024-08-08T20:18:23.209Z | Aug 08 20:18:22.422 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
1831 | 2024-08-08T20:18:23.653Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1832 | 2024-08-08T20:18:23.818Z | [ omicron-package] Blocking waiting for file lock on package cache |
1833 | 2024-08-08T20:18:24.608Z | [ omicron-package] Blocking waiting for file lock on package cache |
1834 | 2024-08-08T20:18:24.617Z | Aug 08 20:18:23.830 INFO [hubris-production] task succeeded (1.411066487s) |
1835 | 2024-08-08T20:18:25.407Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1836 | 2024-08-08T20:18:25.410Z | [ omicron-package] Compiling heapless v0.8.0 |
1837 | 2024-08-08T20:18:25.650Z | [ omicron-package] Compiling hash32 v0.3.1 |
1838 | 2024-08-08T20:18:25.653Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1839 | 2024-08-08T20:18:25.653Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1840 | 2024-08-08T20:18:25.653Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1841 | 2024-08-08T20:18:25.687Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1842 | 2024-08-08T20:18:25.708Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1843 | 2024-08-08T20:18:26.252Z | [ omicron-package] Compiling cobs v0.2.3 |
1844 | 2024-08-08T20:18:26.372Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1845 | 2024-08-08T20:18:26.820Z | [ omicron-package] Compiling postcard v1.0.8 |
1846 | 2024-08-08T20:18:26.932Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1847 | 2024-08-08T20:18:26.935Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1848 | 2024-08-08T20:18:27.273Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1849 | 2024-08-08T20:18:27.490Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1850 | 2024-08-08T20:18:27.640Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1851 | 2024-08-08T20:18:27.819Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1852 | 2024-08-08T20:18:28.497Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1853 | 2024-08-08T20:18:28.686Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1854 | 2024-08-08T20:18:28.928Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1855 | 2024-08-08T20:18:28.931Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1856 | 2024-08-08T20:18:29.184Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1857 | 2024-08-08T20:18:29.262Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1858 | 2024-08-08T20:18:29.839Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1859 | 2024-08-08T20:18:29.967Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1860 | 2024-08-08T20:18:30.389Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1861 | 2024-08-08T20:18:30.392Z | [ omicron-package] Compiling colored v2.1.0 |
1862 | 2024-08-08T20:18:30.843Z | [ omicron-package] Compiling socket2 v0.4.10 |
1863 | 2024-08-08T20:18:31.121Z | [ omicron-package] Compiling num_enum v0.5.11 |
1864 | 2024-08-08T20:18:31.124Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1865 | 2024-08-08T20:18:31.799Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1866 | 2024-08-08T20:18:31.932Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1867 | 2024-08-08T20:18:32.143Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1868 | 2024-08-08T20:18:32.394Z | [ omicron-package] Compiling num-derive v0.4.2 |
1869 | 2024-08-08T20:18:32.565Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1870 | 2024-08-08T20:18:32.933Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1871 | 2024-08-08T20:18:33.065Z | Aug 08 20:18:32.275 INFO [hubris-staging] task succeeded (9.856157772s) |
1872 | 2024-08-08T20:18:33.107Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1873 | 2024-08-08T20:18:33.183Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1874 | 2024-08-08T20:18:33.792Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1875 | 2024-08-08T20:18:33.887Z | [ omicron-package] Compiling smf v0.2.3 |
1876 | 2024-08-08T20:18:34.200Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1877 | 2024-08-08T20:18:34.822Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1878 | 2024-08-08T20:18:35.008Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1879 | 2024-08-08T20:18:35.965Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1880 | 2024-08-08T20:18:36.756Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1881 | 2024-08-08T20:18:36.917Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1882 | 2024-08-08T20:18:37.997Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1883 | 2024-08-08T20:18:39.285Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1884 | 2024-08-08T20:18:39.366Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1885 | 2024-08-08T20:18:39.613Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1886 | 2024-08-08T20:18:39.962Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1887 | 2024-08-08T20:18:40.622Z | [ omicron-package] Compiling gethostname v0.5.0 |
1888 | 2024-08-08T20:18:41.406Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1889 | 2024-08-08T20:18:41.583Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1890 | 2024-08-08T20:18:42.940Z | [ omicron-package] Compiling indicatif v0.17.8 |
1891 | 2024-08-08T20:18:44.214Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1892 | 2024-08-08T20:18:47.552Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1893 | 2024-08-08T20:18:48.041Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1894 | 2024-08-08T20:18:49.623Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1895 | 2024-08-08T20:19:06.254Z | [ helios-setup] Aug 08 20:19:05.453 INFO helios repository root is: /work/oxidecomputer/helios |
1896 | 2024-08-08T20:19:06.257Z | [ helios-setup] Aug 08 20:19:05.456 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 |
1897 | 2024-08-08T20:19:06.257Z | [ helios-setup] Aug 08 20:19:05.456 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
1898 | 2024-08-08T20:19:06.261Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
1899 | 2024-08-08T20:19:07.252Z | [ helios-setup] Aug 08 20:19:06.451 INFO clone ok!, project: pilot |
1900 | 2024-08-08T20:19:07.256Z | [ helios-setup] Aug 08 20:19:06.451 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
1901 | 2024-08-08T20:19:07.256Z | [ helios-setup] Aug 08 20:19:06.452 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 |
1902 | 2024-08-08T20:19:07.256Z | [ helios-setup] Aug 08 20:19:06.452 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 |
1903 | 2024-08-08T20:19:07.256Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1904 | 2024-08-08T20:19:08.000Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1905 | 2024-08-08T20:19:08.006Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1906 | 2024-08-08T20:19:08.615Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.38s |
1907 | 2024-08-08T20:19:08.890Z | [ omicron-package] |
1908 | 2024-08-08T20:19:08.890Z | [ omicron-package] real 45.558464574 |
1909 | 2024-08-08T20:19:08.890Z | [ omicron-package] user 2:47.779849347 |
1910 | 2024-08-08T20:19:08.893Z | [ omicron-package] sys 21.551037274 |
1911 | 2024-08-08T20:19:08.893Z | [ omicron-package] trap 0.151073233 |
1912 | 2024-08-08T20:19:08.893Z | [ omicron-package] tflt 0.456389203 |
1913 | 2024-08-08T20:19:08.893Z | [ omicron-package] dflt 0.464205296 |
1914 | 2024-08-08T20:19:08.893Z | [ omicron-package] kflt 0.018945147 |
1915 | 2024-08-08T20:19:08.893Z | [ omicron-package] lock 5:27.876777800 |
1916 | 2024-08-08T20:19:08.893Z | [ omicron-package] slp 9:15.628787911 |
1917 | 2024-08-08T20:19:08.893Z | Aug 08 20:19:08.020 INFO [omicron-package] process exited with exit status: 0 (45.597372565s) |
1918 | 2024-08-08T20:19:08.893Z | [ omicron-package] lat 1:40.518749819 |
1919 | 2024-08-08T20:19:08.893Z | [ omicron-package] stop 55.030526358 |
1920 | 2024-08-08T20:19:08.893Z | Aug 08 20:19:08.020 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1921 | 2024-08-08T20:19:08.893Z | Aug 08 20:19:08.064 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 |
1922 | 2024-08-08T20:19:08.893Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1923 | 2024-08-08T20:19:08.893Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1924 | 2024-08-08T20:19:08.893Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1925 | 2024-08-08T20:19:08.893Z | Aug 08 20:19:08.078 INFO [recovery-target] process exited with exit status: 0 (57.541743ms) |
1926 | 2024-08-08T20:19:08.893Z | [ host-target] Created new build target 'host' and set it as active |
1927 | 2024-08-08T20:19:08.893Z | Aug 08 20:19:08.079 INFO [host-target] process exited with exit status: 0 (15.460053ms) |
1928 | 2024-08-08T20:19:08.893Z | Aug 08 20:19:08.079 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1929 | 2024-08-08T20:19:08.897Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1930 | 2024-08-08T20:19:09.960Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1931 | 2024-08-08T20:19:09.960Z | [ host-package] Compiling camino v1.1.7 |
1932 | 2024-08-08T20:19:09.963Z | [ host-package] Compiling password-hash v0.5.0 |
1933 | 2024-08-08T20:19:09.963Z | [ host-package] Compiling blake2 v0.10.6 |
1934 | 2024-08-08T20:19:09.963Z | [ host-package] Compiling derive-where v1.2.7 |
1935 | 2024-08-08T20:19:09.963Z | [ host-package] Compiling humantime v2.1.0 |
1936 | 2024-08-08T20:19:09.963Z | [ host-package] Compiling newline-converter v0.3.0 |
1937 | 2024-08-08T20:19:10.075Z | [ host-package] Compiling toml v0.8.19 |
1938 | 2024-08-08T20:19:10.276Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1939 | 2024-08-08T20:19:10.385Z | [ host-package] Compiling expectorate v1.1.0 |
1940 | 2024-08-08T20:19:10.593Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1941 | 2024-08-08T20:19:10.741Z | [ host-package] Compiling argon2 v0.5.3 |
1942 | 2024-08-08T20:19:10.919Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1943 | 2024-08-08T20:19:11.134Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1944 | 2024-08-08T20:19:11.164Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1945 | 2024-08-08T20:19:11.415Z | [ host-package] Compiling dirs-next v2.0.0 |
1946 | 2024-08-08T20:19:11.655Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1947 | 2024-08-08T20:19:11.688Z | [ host-package] Compiling prettyplease v0.2.20 |
1948 | 2024-08-08T20:19:11.708Z | [ host-package] Compiling convert_case v0.4.0 |
1949 | 2024-08-08T20:19:12.073Z | [ host-package] Compiling term v0.7.0 |
1950 | 2024-08-08T20:19:12.261Z | [ host-package] Compiling semver v0.1.20 |
1951 | 2024-08-08T20:19:12.306Z | [ host-package] Compiling is-terminal v0.4.12 |
1952 | 2024-08-08T20:19:12.457Z | [ host-package] Compiling home v0.5.9 |
1953 | 2024-08-08T20:19:12.527Z | [ host-package] Compiling derive_more v0.99.18 |
1954 | 2024-08-08T20:19:12.740Z | [ host-package] Compiling rustc_version v0.1.7 |
1955 | 2024-08-08T20:19:13.037Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1956 | 2024-08-08T20:19:13.301Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1957 | 2024-08-08T20:19:13.350Z | [ host-package] Compiling newtype_derive v0.1.6 |
1958 | 2024-08-08T20:19:13.475Z | [ host-package] Compiling rustls v0.22.4 |
1959 | 2024-08-08T20:19:13.515Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
1960 | 2024-08-08T20:19:13.529Z | [ helios-setup] Aug 08 20:19:12.724 INFO clone ok!, project: amd-host-image-builder |
1961 | 2024-08-08T20:19:13.529Z | [ helios-setup] Aug 08 20:19:12.725 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1962 | 2024-08-08T20:19:13.532Z | [ helios-setup] Aug 08 20:19:12.725 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 |
1963 | 2024-08-08T20:19:13.532Z | [ helios-setup] Aug 08 20:19:12.725 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
1964 | 2024-08-08T20:19:13.537Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
1965 | 2024-08-08T20:19:13.560Z | [ host-package] Compiling thread_local v1.1.8 |
1966 | 2024-08-08T20:19:14.004Z | [ host-package] Compiling steno v0.4.1 |
1967 | 2024-08-08T20:19:14.079Z | [ host-package] Compiling rustls-webpki v0.102.4 |
1968 | 2024-08-08T20:19:14.140Z | [ host-package] Compiling match_cfg v0.1.0 |
1969 | 2024-08-08T20:19:14.251Z | [ host-package] Compiling linked-hash-map v0.5.6 |
1970 | 2024-08-08T20:19:14.694Z | [ helios-setup] Aug 08 20:19:13.890 INFO clone ok!, project: chelsio-t6-roms |
1971 | 2024-08-08T20:19:14.698Z | [ helios-setup] Aug 08 20:19:13.890 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 |
1972 | 2024-08-08T20:19:14.698Z | [ helios-setup] Aug 08 20:19:13.890 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1973 | 2024-08-08T20:19:14.701Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1974 | 2024-08-08T20:19:14.728Z | [ host-package] Compiling lru-cache v0.1.2 |
1975 | 2024-08-08T20:19:14.944Z | [ host-package] Compiling hostname v0.3.1 |
1976 | 2024-08-08T20:19:15.484Z | [ helios-setup] Aug 08 20:19:14.680 INFO clone ok!, project: bootserver |
1977 | 2024-08-08T20:19:15.487Z | [ helios-setup] Aug 08 20:19:14.681 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 |
1978 | 2024-08-08T20:19:15.487Z | [ helios-setup] Aug 08 20:19:14.681 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
1979 | 2024-08-08T20:19:15.490Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
1980 | 2024-08-08T20:19:16.018Z | [ host-package] Compiling multer v3.1.0 |
1981 | 2024-08-08T20:19:16.103Z | [ host-package] Compiling slog-async v2.8.0 |
1982 | 2024-08-08T20:19:16.172Z | [ host-package] Compiling slog-json v2.6.1 |
1983 | 2024-08-08T20:19:16.175Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
1984 | 2024-08-08T20:19:16.338Z | [ helios-setup] Aug 08 20:19:15.534 INFO clone ok!, project: phbl |
1985 | 2024-08-08T20:19:16.341Z | [ helios-setup] Aug 08 20:19:15.535 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 |
1986 | 2024-08-08T20:19:16.341Z | [ helios-setup] Aug 08 20:19:15.535 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
1987 | 2024-08-08T20:19:16.344Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
1988 | 2024-08-08T20:19:16.561Z | [ host-package] Compiling http v1.1.0 |
1989 | 2024-08-08T20:19:16.911Z | [ host-package] Compiling take_mut v0.2.2 |
1990 | 2024-08-08T20:19:17.084Z | [ host-package] Compiling atomic-waker v1.1.2 |
1991 | 2024-08-08T20:19:17.274Z | [ host-package] Compiling waitgroup v0.1.2 |
1992 | 2024-08-08T20:19:17.488Z | [ host-package] Compiling slog-bunyan v2.5.0 |
1993 | 2024-08-08T20:19:17.712Z | [ host-package] Compiling slog-term v2.9.1 |
1994 | 2024-08-08T20:19:18.934Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
1995 | 2024-08-08T20:19:18.956Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1996 | 2024-08-08T20:19:19.034Z | [ host-package] Compiling async-stream v0.3.5 |
1997 | 2024-08-08T20:19:19.332Z | [ host-package] Compiling sha1 v0.10.6 |
1998 | 2024-08-08T20:19:19.355Z | [ host-package] Compiling newtype-uuid v1.1.0 |
1999 | 2024-08-08T20:19:19.380Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2000 | 2024-08-08T20:19:19.483Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2001 | 2024-08-08T20:19:19.722Z | [ host-package] Compiling hostname v0.4.0 |
2002 | 2024-08-08T20:19:19.773Z | [ host-package] Compiling instant v0.1.12 |
2003 | 2024-08-08T20:19:19.794Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2004 | 2024-08-08T20:19:19.939Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2005 | 2024-08-08T20:19:19.975Z | [ host-package] Compiling debug-ignore v1.0.5 |
2006 | 2024-08-08T20:19:20.159Z | [ host-package] Compiling backoff v0.4.0 |
2007 | 2024-08-08T20:19:20.218Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2008 | 2024-08-08T20:19:20.259Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2009 | 2024-08-08T20:19:20.515Z | [ host-package] Compiling parse-display v0.9.1 |
2010 | 2024-08-08T20:19:20.579Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2011 | 2024-08-08T20:19:20.767Z | [ host-package] Compiling serde_with v3.8.3 |
2012 | 2024-08-08T20:19:21.072Z | [ host-package] Compiling strum v0.26.3 |
2013 | 2024-08-08T20:19:21.267Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2014 | 2024-08-08T20:19:22.429Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2015 | 2024-08-08T20:19:23.233Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2016 | 2024-08-08T20:19:23.435Z | [ host-package] Compiling num-rational v0.4.2 |
2017 | 2024-08-08T20:19:23.491Z | [ helios-setup] Aug 08 20:19:22.685 INFO clone ok!, project: amd-firmware |
2018 | 2024-08-08T20:19:23.494Z | [ helios-setup] Aug 08 20:19:22.685 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 |
2019 | 2024-08-08T20:19:23.494Z | [ helios-setup] Aug 08 20:19:22.685 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2020 | 2024-08-08T20:19:23.497Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2021 | 2024-08-08T20:19:24.327Z | [ helios-setup] Aug 08 20:19:23.520 INFO clone ok!, project: pinprick |
2022 | 2024-08-08T20:19:24.330Z | [ helios-setup] Aug 08 20:19:23.521 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 |
2023 | 2024-08-08T20:19:24.330Z | [ helios-setup] Aug 08 20:19:23.521 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2024 | 2024-08-08T20:19:24.333Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2025 | 2024-08-08T20:19:24.737Z | [ host-package] Compiling num-complex v0.4.6 |
2026 | 2024-08-08T20:19:24.988Z | [ helios-setup] Aug 08 20:19:24.181 INFO clone ok!, project: image-builder |
2027 | 2024-08-08T20:19:24.991Z | [ helios-setup] Aug 08 20:19:24.181 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2028 | 2024-08-08T20:19:24.991Z | [ helios-setup] Aug 08 20:19:24.182 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2029 | 2024-08-08T20:19:25.185Z | [ host-package] Compiling macaddr v1.0.1 |
2030 | 2024-08-08T20:19:25.299Z | [ host-package] Compiling swrite v0.1.0 |
2031 | 2024-08-08T20:19:25.712Z | [ host-package] Compiling num v0.4.3 |
2032 | 2024-08-08T20:19:26.036Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2033 | 2024-08-08T20:19:26.523Z | [ helios-setup] Aug 08 20:19:25.716 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2034 | 2024-08-08T20:19:27.092Z | [ helios-setup] Aug 08 20:19:26.285 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2035 | 2024-08-08T20:19:27.092Z | [ helios-setup] Aug 08 20:19:26.285 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2036 | 2024-08-08T20:19:27.126Z | [ host-package] Compiling quick-error v1.2.3 |
2037 | 2024-08-08T20:19:27.307Z | [ host-package] Compiling float-ord v0.3.2 |
2038 | 2024-08-08T20:19:27.335Z | [ host-package] Compiling resolv-conf v0.7.0 |
2039 | 2024-08-08T20:19:27.654Z | [ helios-setup] Aug 08 20:19:26.847 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2040 | 2024-08-08T20:19:28.194Z | [ helios-setup] Aug 08 20:19:27.386 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2041 | 2024-08-08T20:19:28.194Z | [ helios-setup] Aug 08 20:19:27.387 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2042 | 2024-08-08T20:19:28.530Z | [ host-package] Compiling trust-dns-resolver v0.22.0 |
2043 | 2024-08-08T20:19:28.727Z | [ helios-setup] Aug 08 20:19:27.919 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2044 | 2024-08-08T20:19:28.757Z | [ host-package] Compiling rayon-core v1.12.1 |
2045 | 2024-08-08T20:19:28.760Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2046 | 2024-08-08T20:19:28.817Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2047 | 2024-08-08T20:19:28.971Z | [ host-package] Compiling display-error-chain v0.2.0 |
2048 | 2024-08-08T20:19:29.233Z | [ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2049 | 2024-08-08T20:19:29.276Z | [ helios-setup] Aug 08 20:19:28.467 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2050 | 2024-08-08T20:19:29.278Z | [ helios-setup] Aug 08 20:19:28.468 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2051 | 2024-08-08T20:19:29.278Z | [ helios-setup] Aug 08 20:19:28.468 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2052 | 2024-08-08T20:19:29.279Z | [ helios-setup] Aug 08 20:19:28.468 INFO ok! |
2053 | 2024-08-08T20:19:29.279Z | [ helios-setup] Aug 08 20:19:28.468 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2054 | 2024-08-08T20:19:29.279Z | [ helios-setup] Aug 08 20:19:28.468 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2055 | 2024-08-08T20:19:29.279Z | [ helios-setup] Aug 08 20:19:28.468 INFO ok! |
2056 | 2024-08-08T20:19:29.279Z | [ helios-setup] Aug 08 20:19:28.468 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2057 | 2024-08-08T20:19:29.279Z | [ helios-setup] Aug 08 20:19:28.468 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2058 | 2024-08-08T20:19:29.279Z | [ helios-setup] Aug 08 20:19:28.468 INFO ok! |
2059 | 2024-08-08T20:19:29.279Z | [ helios-setup] Aug 08 20:19:28.468 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2060 | 2024-08-08T20:19:29.279Z | [ helios-setup] Aug 08 20:19:28.468 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2061 | 2024-08-08T20:19:29.345Z | [ host-package] Compiling same-file v1.0.6 |
2062 | 2024-08-08T20:19:29.691Z | [ host-package] Compiling fastrand v2.1.0 |
2063 | 2024-08-08T20:19:29.726Z | [ helios-setup] Aug 08 20:19:28.918 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2064 | 2024-08-08T20:19:30.198Z | [ helios-setup] Aug 08 20:19:29.390 INFO E| From https://github.com/jclulow/hiercmd |
2065 | 2024-08-08T20:19:30.198Z | [ helios-setup] Aug 08 20:19:29.390 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2066 | 2024-08-08T20:19:30.220Z | [ host-package] Compiling tempfile v3.10.1 |
2067 | 2024-08-08T20:19:30.241Z | [ helios-setup] Aug 08 20:19:29.433 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2068 | 2024-08-08T20:19:30.675Z | [ helios-setup] Aug 08 20:19:29.864 INFO E| From https://github.com/jclulow/network-interface |
2069 | 2024-08-08T20:19:30.675Z | [ helios-setup] Aug 08 20:19:29.864 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2070 | 2024-08-08T20:19:30.695Z | [ helios-setup] Aug 08 20:19:29.885 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2071 | 2024-08-08T20:19:30.988Z | [ host-package] Compiling walkdir v2.5.0 |
2072 | 2024-08-08T20:19:31.261Z | [ helios-setup] Aug 08 20:19:30.452 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2073 | 2024-08-08T20:19:31.261Z | [ helios-setup] Aug 08 20:19:30.452 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2074 | 2024-08-08T20:19:31.303Z | [ helios-setup] Aug 08 20:19:30.494 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2075 | 2024-08-08T20:19:32.145Z | [ helios-setup] Aug 08 20:19:31.336 INFO E| From https://github.com/oxidecomputer/facade |
2076 | 2024-08-08T20:19:32.145Z | [ helios-setup] Aug 08 20:19:31.336 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2077 | 2024-08-08T20:19:32.226Z | [ helios-setup] Aug 08 20:19:31.417 INFO E| Updating crates.io index |
2078 | 2024-08-08T20:19:33.026Z | [ helios-setup] Aug 08 20:19:32.217 INFO E| Downloading crates ... |
2079 | 2024-08-08T20:19:33.233Z | [ helios-setup] Aug 08 20:19:32.424 INFO E| Downloaded concolor-override v1.0.0 |
2080 | 2024-08-08T20:19:33.236Z | [ helios-setup] Aug 08 20:19:32.426 INFO E| Downloaded async-trait v0.1.68 |
2081 | 2024-08-08T20:19:33.247Z | [ helios-setup] Aug 08 20:19:32.438 INFO E| Downloaded anstyle-parse v0.1.1 |
2082 | 2024-08-08T20:19:33.253Z | [ helios-setup] Aug 08 20:19:32.443 INFO E| Downloaded const-random v0.1.15 |
2083 | 2024-08-08T20:19:33.256Z | [ helios-setup] Aug 08 20:19:32.445 INFO E| Downloaded ahash v0.8.3 |
2084 | 2024-08-08T20:19:33.262Z | [ helios-setup] Aug 08 20:19:32.453 INFO E| Downloaded project-root v0.2.2 |
2085 | 2024-08-08T20:19:33.265Z | [ helios-setup] Aug 08 20:19:32.454 INFO E| Downloaded const-random-macro v0.1.15 |
2086 | 2024-08-08T20:19:33.268Z | [ helios-setup] Aug 08 20:19:32.457 INFO E| Downloaded block-buffer v0.10.3 |
2087 | 2024-08-08T20:19:33.272Z | [ helios-setup] Aug 08 20:19:32.459 INFO E| Downloaded toml_datetime v0.6.1 |
2088 | 2024-08-08T20:19:33.272Z | [ helios-setup] Aug 08 20:19:32.461 INFO E| Downloaded futures-macro v0.3.28 |
2089 | 2024-08-08T20:19:33.275Z | [ helios-setup] Aug 08 20:19:32.464 INFO E| Downloaded futures-executor v0.3.28 |
2090 | 2024-08-08T20:19:33.279Z | [ helios-setup] Aug 08 20:19:32.467 INFO E| Downloaded dyn-clone v1.0.11 |
2091 | 2024-08-08T20:19:33.282Z | [ helios-setup] Aug 08 20:19:32.471 INFO E| Downloaded strsim v0.10.0 |
2092 | 2024-08-08T20:19:33.286Z | [ helios-setup] Aug 08 20:19:32.477 INFO E| Downloaded num_cpus v1.15.0 |
2093 | 2024-08-08T20:19:33.292Z | [ helios-setup] Aug 08 20:19:32.483 INFO E| Downloaded typenum v1.16.0 |
2094 | 2024-08-08T20:19:33.300Z | [ helios-setup] Aug 08 20:19:32.490 INFO E| Downloaded try-lock v0.2.4 |
2095 | 2024-08-08T20:19:33.307Z | [ helios-setup] Aug 08 20:19:32.493 INFO E| Downloaded toolchain_find v0.2.0 |
2096 | 2024-08-08T20:19:33.308Z | [ helios-setup] Aug 08 20:19:32.496 INFO E| Downloaded pkg-config v0.3.26 |
2097 | 2024-08-08T20:19:33.311Z | [ helios-setup] Aug 08 20:19:32.499 INFO E| Downloaded futures-channel v0.3.28 |
2098 | 2024-08-08T20:19:33.313Z | [ helios-setup] Aug 08 20:19:32.504 INFO E| Downloaded byteorder v1.4.3 |
2099 | 2024-08-08T20:19:33.349Z | [ helios-setup] Aug 08 20:19:32.539 INFO E| Downloaded serde_spanned v0.6.1 |
2100 | 2024-08-08T20:19:33.352Z | [ helios-setup] Aug 08 20:19:32.543 INFO E| Downloaded sha1 v0.10.5 |
2101 | 2024-08-08T20:19:33.355Z | [ helios-setup] Aug 08 20:19:32.546 INFO E| Downloaded serde_tokenstream v0.2.0 |
2102 | 2024-08-08T20:19:33.363Z | [ helios-setup] Aug 08 20:19:32.554 INFO E| Downloaded serde_path_to_error v0.1.11 |
2103 | 2024-08-08T20:19:33.373Z | [ helios-setup] Aug 08 20:19:32.558 INFO E| Downloaded tokio-macros v2.0.0 |
2104 | 2024-08-08T20:19:33.373Z | [ helios-setup] Aug 08 20:19:32.561 INFO E| Downloaded thiserror v1.0.38 |
2105 | 2024-08-08T20:19:33.399Z | [ helios-setup] Aug 08 20:19:32.570 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2106 | 2024-08-08T20:19:33.399Z | [ helios-setup] Aug 08 20:19:32.572 INFO E| Downloaded schemars_derive v0.8.12 |
2107 | 2024-08-08T20:19:33.400Z | [ helios-setup] Aug 08 20:19:32.575 INFO E| Downloaded semver v0.11.0 |
2108 | 2024-08-08T20:19:33.400Z | [ helios-setup] Aug 08 20:19:32.580 INFO E| Downloaded serde_derive_internals v0.26.0 |
2109 | 2024-08-08T20:19:33.400Z | [ helios-setup] Aug 08 20:19:32.583 INFO E| Downloaded semver v1.0.17 |
2110 | 2024-08-08T20:19:33.400Z | [ helios-setup] Aug 08 20:19:32.589 INFO E| Downloaded time v0.1.45 |
2111 | 2024-08-08T20:19:33.402Z | [ host-package] Compiling half v2.4.1 |
2112 | 2024-08-08T20:19:33.402Z | [ helios-setup] Aug 08 20:19:32.592 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2113 | 2024-08-08T20:19:33.406Z | [ helios-setup] Aug 08 20:19:32.598 INFO E| Downloaded paste v1.0.12 |
2114 | 2024-08-08T20:19:33.414Z | [ helios-setup] Aug 08 20:19:32.605 INFO E| Downloaded textwrap v0.16.0 |
2115 | 2024-08-08T20:19:33.427Z | [ helios-setup] Aug 08 20:19:32.618 INFO E| Downloaded uuid v1.3.0 |
2116 | 2024-08-08T20:19:33.436Z | [ helios-setup] Aug 08 20:19:32.627 INFO E| Downloaded lock_api v0.4.9 |
2117 | 2024-08-08T20:19:33.439Z | [ helios-setup] Aug 08 20:19:32.630 INFO E| Downloaded serde_yaml v0.9.21 |
2118 | 2024-08-08T20:19:33.447Z | [ helios-setup] Aug 08 20:19:32.638 INFO E| Downloaded tracing-core v0.1.30 |
2119 | 2024-08-08T20:19:33.453Z | [ helios-setup] Aug 08 20:19:32.644 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2120 | 2024-08-08T20:19:33.461Z | [ helios-setup] Aug 08 20:19:32.652 INFO E| Downloaded url v2.3.1 |
2121 | 2024-08-08T20:19:33.468Z | [ helios-setup] Aug 08 20:19:32.659 INFO E| Downloaded unicode-normalization v0.1.22 |
2122 | 2024-08-08T20:19:33.475Z | [ helios-setup] Aug 08 20:19:32.666 INFO E| Downloaded winnow v0.4.1 |
2123 | 2024-08-08T20:19:33.520Z | [ helios-setup] Aug 08 20:19:32.711 INFO E| Downloaded rayon-core v1.10.2 |
2124 | 2024-08-08T20:19:33.526Z | [ helios-setup] Aug 08 20:19:32.717 INFO E| Downloaded serde_json v1.0.95 |
2125 | 2024-08-08T20:19:33.542Z | [ helios-setup] Aug 08 20:19:32.733 INFO E| Downloaded rustls v0.21.0 |
2126 | 2024-08-08T20:19:33.565Z | [ helios-setup] Aug 08 20:19:32.756 INFO E| Downloaded schemars v0.8.12 |
2127 | 2024-08-08T20:19:33.582Z | [ helios-setup] Aug 08 20:19:32.773 INFO E| Downloaded memchr v2.5.0 |
2128 | 2024-08-08T20:19:33.589Z | [ helios-setup] Aug 08 20:19:32.780 INFO E| Downloaded tokio v1.27.0 |
2129 | 2024-08-08T20:19:33.668Z | [ helios-setup] Aug 08 20:19:32.859 INFO E| Downloaded mio v0.8.5 |
2130 | 2024-08-08T20:19:33.677Z | [ helios-setup] Aug 08 20:19:32.868 INFO E| Downloaded pest v2.5.7 |
2131 | 2024-08-08T20:19:33.686Z | [ helios-setup] Aug 08 20:19:32.877 INFO E| Downloaded aho-corasick v0.7.20 |
2132 | 2024-08-08T20:19:33.692Z | [ helios-setup] Aug 08 20:19:32.883 INFO E| Downloaded clap_builder v4.2.1 |
2133 | 2024-08-08T20:19:33.705Z | [ helios-setup] Aug 08 20:19:32.895 INFO E| Downloaded crossbeam-channel v0.5.6 |
2134 | 2024-08-08T20:19:33.741Z | [ helios-setup] Aug 08 20:19:32.931 INFO E| Downloaded http v0.2.9 |
2135 | 2024-08-08T20:19:33.747Z | [ helios-setup] Aug 08 20:19:32.938 INFO E| Downloaded reqwest v0.11.16 |
2136 | 2024-08-08T20:19:33.761Z | [ helios-setup] Aug 08 20:19:32.952 INFO E| Downloaded futures-util v0.3.28 |
2137 | 2024-08-08T20:19:33.781Z | [ helios-setup] Aug 08 20:19:32.971 INFO E| Downloaded rayon v1.6.1 |
2138 | 2024-08-08T20:19:33.795Z | [ helios-setup] Aug 08 20:19:32.985 INFO E| Downloaded hyper v0.14.25 |
2139 | 2024-08-08T20:19:33.809Z | [ helios-setup] Aug 08 20:19:32.999 INFO E| Downloaded h2 v0.3.16 |
2140 | 2024-08-08T20:19:33.819Z | [ helios-setup] Aug 08 20:19:33.010 INFO E| Downloaded regress v0.5.0 |
2141 | 2024-08-08T20:19:33.844Z | [ helios-setup] Aug 08 20:19:33.035 INFO E| Downloaded regex v1.7.3 |
2142 | 2024-08-08T20:19:33.858Z | [ helios-setup] Aug 08 20:19:33.049 INFO E| Downloaded git2 v0.16.1 |
2143 | 2024-08-08T20:19:33.874Z | [ helios-setup] Aug 08 20:19:33.064 INFO E| Downloaded rustix v0.37.3 |
2144 | 2024-08-08T20:19:33.908Z | [ helios-setup] Aug 08 20:19:33.099 INFO E| Downloaded rhai v1.14.0 |
2145 | 2024-08-08T20:19:33.933Z | [ helios-setup] Aug 08 20:19:33.124 INFO E| Downloaded openapiv3 v1.0.2 |
2146 | 2024-08-08T20:19:33.965Z | [ helios-setup] Aug 08 20:19:33.156 INFO E| Downloaded chrono v0.4.24 |
2147 | 2024-08-08T20:19:33.978Z | [ helios-setup] Aug 08 20:19:33.169 INFO E| Downloaded rustls-webpki v0.100.1 |
2148 | 2024-08-08T20:19:33.990Z | [ helios-setup] Aug 08 20:19:33.180 INFO E| Downloaded syn v1.0.107 |
2149 | 2024-08-08T20:19:34.010Z | [ helios-setup] Aug 08 20:19:33.200 INFO E| Downloaded ryu v1.0.13 |
2150 | 2024-08-08T20:19:34.015Z | [ helios-setup] Aug 08 20:19:33.206 INFO E| Downloaded libc v0.2.139 |
2151 | 2024-08-08T20:19:34.059Z | [ helios-setup] Aug 08 20:19:33.250 INFO E| Downloaded bytes v1.4.0 |
2152 | 2024-08-08T20:19:34.065Z | [ helios-setup] Aug 08 20:19:33.256 INFO E| Downloaded miniz_oxide v0.6.2 |
2153 | 2024-08-08T20:19:34.071Z | [ helios-setup] Aug 08 20:19:33.262 INFO E| Downloaded tokio-util v0.7.7 |
2154 | 2024-08-08T20:19:34.082Z | [ helios-setup] Aug 08 20:19:33.273 INFO E| Downloaded parking_lot v0.12.1 |
2155 | 2024-08-08T20:19:34.087Z | [ helios-setup] Aug 08 20:19:33.278 INFO E| Downloaded num-traits v0.2.15 |
2156 | 2024-08-08T20:19:34.091Z | [ helios-setup] Aug 08 20:19:33.282 INFO E| Downloaded io-lifetimes v1.0.10 |
2157 | 2024-08-08T20:19:34.095Z | [ helios-setup] Aug 08 20:19:33.286 INFO E| Downloaded unicode-linebreak v0.1.4 |
2158 | 2024-08-08T20:19:34.099Z | [ helios-setup] Aug 08 20:19:33.289 INFO E| Downloaded rustls-pemfile v1.0.2 |
2159 | 2024-08-08T20:19:34.102Z | [ helios-setup] Aug 08 20:19:33.292 INFO E| Downloaded cc v1.0.78 |
2160 | 2024-08-08T20:19:34.108Z | [ helios-setup] Aug 08 20:19:33.299 INFO E| Downloaded tracing v0.1.37 |
2161 | 2024-08-08T20:19:34.116Z | [ helios-setup] Aug 08 20:19:33.307 INFO E| Downloaded toml_edit v0.19.8 |
2162 | 2024-08-08T20:19:34.148Z | [ helios-setup] Aug 08 20:19:33.339 INFO E| Downloaded futures v0.3.28 |
2163 | 2024-08-08T20:19:34.157Z | [ helios-setup] Aug 08 20:19:33.348 INFO E| Downloaded flate2 v1.0.25 |
2164 | 2024-08-08T20:19:34.165Z | [ helios-setup] Aug 08 20:19:33.356 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2165 | 2024-08-08T20:19:34.170Z | [ helios-setup] Aug 08 20:19:33.361 INFO E| Downloaded clap_derive v4.2.0 |
2166 | 2024-08-08T20:19:34.173Z | [ helios-setup] Aug 08 20:19:33.364 INFO E| Downloaded clap v4.2.1 |
2167 | 2024-08-08T20:19:34.188Z | [ helios-setup] Aug 08 20:19:33.379 INFO E| Downloaded base64 v0.21.0 |
2168 | 2024-08-08T20:19:34.193Z | [ helios-setup] Aug 08 20:19:33.384 INFO E| Downloaded encoding_rs v0.8.32 |
2169 | 2024-08-08T20:19:34.229Z | [ helios-setup] Aug 08 20:19:33.420 INFO E| Downloaded once_cell v1.17.0 |
2170 | 2024-08-08T20:19:34.233Z | [ helios-setup] Aug 08 20:19:33.423 INFO E| Downloaded num_enum v0.5.7 |
2171 | 2024-08-08T20:19:34.240Z | [ helios-setup] Aug 08 20:19:33.430 INFO E| Downloaded anyhow v1.0.68 |
2172 | 2024-08-08T20:19:34.246Z | [ helios-setup] Aug 08 20:19:33.436 INFO E| Downloaded unicode-ident v1.0.8 |
2173 | 2024-08-08T20:19:34.251Z | [ helios-setup] Aug 08 20:19:33.441 INFO E| Downloaded ucd-trie v0.1.5 |
2174 | 2024-08-08T20:19:34.254Z | [ helios-setup] Aug 08 20:19:33.444 INFO E| Downloaded tungstenite v0.18.0 |
2175 | 2024-08-08T20:19:34.258Z | [ helios-setup] Aug 08 20:19:33.449 INFO E| Downloaded toml v0.7.3 |
2176 | 2024-08-08T20:19:34.262Z | [ helios-setup] Aug 08 20:19:33.453 INFO E| Downloaded socket2 v0.4.9 |
2177 | 2024-08-08T20:19:34.266Z | [ helios-setup] Aug 08 20:19:33.457 INFO E| Downloaded jobserver v0.1.26 |
2178 | 2024-08-08T20:19:34.269Z | [ helios-setup] Aug 08 20:19:33.459 INFO E| Downloaded getrandom v0.2.8 |
2179 | 2024-08-08T20:19:34.273Z | [ helios-setup] Aug 08 20:19:33.462 INFO E| Downloaded cargo-lock v8.0.3 |
2180 | 2024-08-08T20:19:34.276Z | [ helios-setup] Aug 08 20:19:33.466 INFO E| Downloaded crossbeam-utils v0.8.14 |
2181 | 2024-08-08T20:19:34.280Z | [ helios-setup] Aug 08 20:19:33.470 INFO E| Downloaded unicode-bidi v0.3.13 |
2182 | 2024-08-08T20:19:34.284Z | [ helios-setup] Aug 08 20:19:33.475 INFO E| Downloaded smartstring v1.0.1 |
2183 | 2024-08-08T20:19:34.288Z | [ helios-setup] Aug 08 20:19:33.478 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2184 | 2024-08-08T20:19:34.390Z | [ host-package] Compiling ciborium-io v0.2.2 |
2185 | 2024-08-08T20:19:34.407Z | [ helios-setup] Aug 08 20:19:33.587 INFO E| Downloaded slog-bunyan v2.4.0 |
2186 | 2024-08-08T20:19:34.407Z | [ helios-setup] Aug 08 20:19:33.589 INFO E| Downloaded semver-parser v0.10.2 |
2187 | 2024-08-08T20:19:34.407Z | [ helios-setup] Aug 08 20:19:33.591 INFO E| Downloaded sct v0.7.0 |
2188 | 2024-08-08T20:19:34.407Z | [ helios-setup] Aug 08 20:19:33.595 INFO E| Downloaded tokio-rustls v0.24.0 |
2189 | 2024-08-08T20:19:34.411Z | [ helios-setup] Aug 08 20:19:33.598 INFO E| Downloaded tempfile v3.5.0 |
2190 | 2024-08-08T20:19:34.411Z | [ helios-setup] Aug 08 20:19:33.601 INFO E| Downloaded rhai_codegen v1.5.0 |
2191 | 2024-08-08T20:19:34.424Z | [ helios-setup] Aug 08 20:19:33.614 INFO E| Downloaded proc-macro-crate v1.2.1 |
2192 | 2024-08-08T20:19:34.427Z | [ helios-setup] Aug 08 20:19:33.616 INFO E| Downloaded lazy_static v1.4.0 |
2193 | 2024-08-08T20:19:34.430Z | [ helios-setup] Aug 08 20:19:33.618 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2194 | 2024-08-08T20:19:34.433Z | [ helios-setup] Aug 08 20:19:33.621 INFO E| Downloaded is-terminal v0.4.7 |
2195 | 2024-08-08T20:19:34.433Z | [ helios-setup] Aug 08 20:19:33.623 INFO E| Downloaded futures-core v0.3.28 |
2196 | 2024-08-08T20:19:34.437Z | [ helios-setup] Aug 08 20:19:33.625 INFO E| Downloaded http-body v0.4.5 |
2197 | 2024-08-08T20:19:34.437Z | [ helios-setup] Aug 08 20:19:33.627 INFO E| Downloaded libz-sys v1.1.8 |
2198 | 2024-08-08T20:19:34.543Z | [ helios-setup] Aug 08 20:19:33.733 INFO E| Downloaded terminal_size v0.2.6 |
2199 | 2024-08-08T20:19:34.546Z | [ helios-setup] Aug 08 20:19:33.735 INFO E| Downloaded smallvec v1.10.0 |
2200 | 2024-08-08T20:19:34.550Z | [ helios-setup] Aug 08 20:19:33.738 INFO E| Downloaded pin-project-lite v0.2.9 |
2201 | 2024-08-08T20:19:34.553Z | [ helios-setup] Aug 08 20:19:33.744 INFO E| Downloaded parking_lot_core v0.9.6 |
2202 | 2024-08-08T20:19:34.557Z | [ helios-setup] Aug 08 20:19:33.747 INFO E| Downloaded log v0.4.17 |
2203 | 2024-08-08T20:19:34.563Z | [ helios-setup] Aug 08 20:19:33.751 INFO E| Downloaded ipnet v2.7.2 |
2204 | 2024-08-08T20:19:34.563Z | [ helios-setup] Aug 08 20:19:33.753 INFO E| Downloaded iana-time-zone v0.1.56 |
2205 | 2024-08-08T20:19:34.567Z | [ helios-setup] Aug 08 20:19:33.757 INFO E| Downloaded bincode v1.3.3 |
2206 | 2024-08-08T20:19:34.569Z | [ helios-setup] Aug 08 20:19:33.760 INFO E| Downloaded scopeguard v1.1.0 |
2207 | 2024-08-08T20:19:34.572Z | [ helios-setup] Aug 08 20:19:33.762 INFO E| Downloaded walkdir v2.3.3 |
2208 | 2024-08-08T20:19:34.575Z | [ helios-setup] Aug 08 20:19:33.765 INFO E| Downloaded unicode-width v0.1.10 |
2209 | 2024-08-08T20:19:34.578Z | [ helios-setup] Aug 08 20:19:33.767 INFO E| Downloaded thiserror-impl v1.0.38 |
2210 | 2024-08-08T20:19:34.580Z | [ helios-setup] Aug 08 20:19:33.769 INFO E| Downloaded smawk v0.3.1 |
2211 | 2024-08-08T20:19:34.580Z | [ helios-setup] Aug 08 20:19:33.771 INFO E| Downloaded slab v0.4.7 |
2212 | 2024-08-08T20:19:34.583Z | [ helios-setup] Aug 08 20:19:33.773 INFO E| Downloaded sha2 v0.10.6 |
2213 | 2024-08-08T20:19:34.586Z | [ helios-setup] Aug 08 20:19:33.777 INFO E| Downloaded futures-sink v0.3.28 |
2214 | 2024-08-08T20:19:34.588Z | [ helios-setup] Aug 08 20:19:33.778 INFO E| Downloaded futures-io v0.3.28 |
2215 | 2024-08-08T20:19:34.588Z | [ helios-setup] Aug 08 20:19:33.779 INFO E| Downloaded form_urlencoded v1.1.0 |
2216 | 2024-08-08T20:19:34.591Z | [ helios-setup] Aug 08 20:19:33.780 INFO E| Downloaded fastrand v1.9.0 |
2217 | 2024-08-08T20:19:34.594Z | [ helios-setup] Aug 08 20:19:33.782 INFO E| Downloaded errno v0.3.1 |
2218 | 2024-08-08T20:19:34.594Z | [ helios-setup] Aug 08 20:19:33.785 INFO E| Downloaded either v1.8.0 |
2219 | 2024-08-08T20:19:34.597Z | [ helios-setup] Aug 08 20:19:33.787 INFO E| Downloaded digest v0.10.6 |
2220 | 2024-08-08T20:19:34.600Z | [ helios-setup] Aug 08 20:19:33.790 INFO E| Downloaded concolor-query v0.3.3 |
2221 | 2024-08-08T20:19:34.603Z | [ helios-setup] Aug 08 20:19:33.791 INFO E| Downloaded camino v1.1.4 |
2222 | 2024-08-08T20:19:34.605Z | [ helios-setup] Aug 08 20:19:33.794 INFO E| Downloaded built v0.6.0 |
2223 | 2024-08-08T20:19:34.608Z | [ helios-setup] Aug 08 20:19:33.797 INFO E| Downloaded ahash v0.7.6 |
2224 | 2024-08-08T20:19:34.611Z | [ helios-setup] Aug 08 20:19:33.801 INFO E| Downloaded want v0.3.0 |
2225 | 2024-08-08T20:19:34.613Z | [ helios-setup] Aug 08 20:19:33.802 INFO E| Downloaded itoa v1.0.6 |
2226 | 2024-08-08T20:19:34.613Z | [ helios-setup] Aug 08 20:19:33.804 INFO E| Downloaded httpdate v1.0.2 |
2227 | 2024-08-08T20:19:34.616Z | [ helios-setup] Aug 08 20:19:33.806 INFO E| Downloaded autocfg v1.1.0 |
2228 | 2024-08-08T20:19:34.618Z | [ helios-setup] Aug 08 20:19:33.808 INFO E| Downloaded num_enum_derive v0.5.7 |
2229 | 2024-08-08T20:19:34.621Z | [ helios-setup] Aug 08 20:19:33.809 INFO E| Downloaded home v0.5.4 |
2230 | 2024-08-08T20:19:34.621Z | [ helios-setup] Aug 08 20:19:33.811 INFO E| Downloaded futures-task v0.3.28 |
2231 | 2024-08-08T20:19:34.623Z | [ helios-setup] Aug 08 20:19:33.813 INFO E| Downloaded slog-async v2.7.0 |
2232 | 2024-08-08T20:19:34.626Z | [ helios-setup] Aug 08 20:19:33.815 INFO E| Downloaded percent-encoding v2.2.0 |
2233 | 2024-08-08T20:19:34.626Z | [ helios-setup] Aug 08 20:19:33.816 INFO E| Downloaded num-integer v0.1.45 |
2234 | 2024-08-08T20:19:34.629Z | [ helios-setup] Aug 08 20:19:33.819 INFO E| Downloaded generic-array v0.14.6 |
2235 | 2024-08-08T20:19:34.632Z | [ helios-setup] Aug 08 20:19:33.821 INFO E| Downloaded memoffset v0.7.1 |
2236 | 2024-08-08T20:19:34.632Z | [ helios-setup] Aug 08 20:19:33.823 INFO E| Downloaded cpufeatures v0.2.5 |
2237 | 2024-08-08T20:19:34.635Z | [ helios-setup] Aug 08 20:19:33.825 INFO E| Downloaded clap_lex v0.4.1 |
2238 | 2024-08-08T20:19:34.638Z | [ helios-setup] Aug 08 20:19:33.826 INFO E| Downloaded anstream v0.2.6 |
2239 | 2024-08-08T20:19:34.640Z | [ helios-setup] Aug 08 20:19:33.829 INFO E| Downloaded signal-hook-registry v1.4.0 |
2240 | 2024-08-08T20:19:34.640Z | [ helios-setup] Aug 08 20:19:33.831 INFO E| Downloaded crossbeam-deque v0.8.2 |
2241 | 2024-08-08T20:19:34.643Z | [ helios-setup] Aug 08 20:19:33.833 INFO E| Downloaded anstyle v0.3.5 |
2242 | 2024-08-08T20:19:34.673Z | [ host-package] Compiling utf-8 v0.7.6 |
2243 | 2024-08-08T20:19:34.996Z | [ helios-setup] Aug 08 20:19:34.186 INFO E| Compiling proc-macro2 v1.0.86 |
2244 | 2024-08-08T20:19:34.999Z | [ helios-setup] Aug 08 20:19:34.186 INFO E| Compiling libc v0.2.139 |
2245 | 2024-08-08T20:19:34.999Z | [ helios-setup] Aug 08 20:19:34.186 INFO E| Compiling unicode-ident v1.0.8 |
2246 | 2024-08-08T20:19:34.999Z | [ helios-setup] Aug 08 20:19:34.187 INFO E| Compiling autocfg v1.1.0 |
2247 | 2024-08-08T20:19:34.999Z | [ helios-setup] Aug 08 20:19:34.187 INFO E| Compiling cfg-if v1.0.0 |
2248 | 2024-08-08T20:19:34.999Z | [ helios-setup] Aug 08 20:19:34.187 INFO E| Compiling version_check v0.9.4 |
2249 | 2024-08-08T20:19:34.999Z | [ helios-setup] Aug 08 20:19:34.187 INFO E| Compiling serde v1.0.204 |
2250 | 2024-08-08T20:19:34.999Z | [ helios-setup] Aug 08 20:19:34.187 INFO E| Compiling syn v1.0.107 |
2251 | 2024-08-08T20:19:35.179Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2252 | 2024-08-08T20:19:35.290Z | [ host-package] Compiling blake3 v1.5.1 |
2253 | 2024-08-08T20:19:35.771Z | [ helios-setup] Aug 08 20:19:34.961 INFO E| Compiling memchr v2.5.0 |
2254 | 2024-08-08T20:19:36.137Z | [ host-package] Compiling ring v0.16.20 |
2255 | 2024-08-08T20:19:36.383Z | [ helios-setup] Aug 08 20:19:35.572 INFO E| Compiling once_cell v1.17.0 |
2256 | 2024-08-08T20:19:36.392Z | [ host-package] Compiling rayon v1.10.0 |
2257 | 2024-08-08T20:19:36.509Z | [ helios-setup] Aug 08 20:19:35.699 INFO E| Compiling thiserror v1.0.38 |
2258 | 2024-08-08T20:19:36.826Z | [ helios-setup] Aug 08 20:19:36.016 INFO E| Compiling log v0.4.17 |
2259 | 2024-08-08T20:19:37.257Z | [ helios-setup] Aug 08 20:19:36.447 INFO E| Compiling serde_json v1.0.95 |
2260 | 2024-08-08T20:19:37.736Z | [ helios-setup] Aug 08 20:19:36.925 INFO E| Compiling itoa v1.0.6 |
2261 | 2024-08-08T20:19:38.334Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2262 | 2024-08-08T20:19:38.548Z | [ helios-setup] Aug 08 20:19:37.737 INFO E| Compiling getrandom v0.2.8 |
2263 | 2024-08-08T20:19:38.761Z | [ helios-setup] Aug 08 20:19:37.950 INFO E| Compiling jobserver v0.1.26 |
2264 | 2024-08-08T20:19:39.057Z | [ helios-setup] Aug 08 20:19:38.246 INFO E| Compiling quote v1.0.36 |
2265 | 2024-08-08T20:19:39.410Z | [ helios-setup] Aug 08 20:19:38.599 INFO E| Compiling cc v1.0.78 |
2266 | 2024-08-08T20:19:39.465Z | [ helios-setup] Aug 08 20:19:38.654 INFO E| Compiling indexmap v1.9.3 |
2267 | 2024-08-08T20:19:39.468Z | [ helios-setup] Aug 08 20:19:38.656 INFO E| Compiling pin-project-lite v0.2.9 |
2268 | 2024-08-08T20:19:40.024Z | [ helios-setup] Aug 08 20:19:39.213 INFO E| Compiling syn v2.0.72 |
2269 | 2024-08-08T20:19:40.340Z | [ helios-setup] Aug 08 20:19:39.512 INFO E| Compiling scopeguard v1.1.0 |
2270 | 2024-08-08T20:19:40.429Z | [ helios-setup] Aug 08 20:19:39.617 INFO E| Compiling num-integer v0.1.45 |
2271 | 2024-08-08T20:19:40.501Z | [ helios-setup] Aug 08 20:19:39.690 INFO E| Compiling bytes v1.4.0 |
2272 | 2024-08-08T20:19:40.534Z | [ helios-setup] Aug 08 20:19:39.723 INFO E| Compiling futures-core v0.3.28 |
2273 | 2024-08-08T20:19:41.330Z | [ helios-setup] Aug 08 20:19:40.518 INFO E| Compiling ryu v1.0.13 |
2274 | 2024-08-08T20:19:42.475Z | [ helios-setup] Aug 08 20:19:41.663 INFO E| Compiling lock_api v0.4.9 |
2275 | 2024-08-08T20:19:42.708Z | [ helios-setup] Aug 08 20:19:41.896 INFO E| Compiling parking_lot_core v0.9.6 |
2276 | 2024-08-08T20:19:42.794Z | [ helios-setup] Aug 08 20:19:41.982 INFO E| Compiling bitflags v1.3.2 |
2277 | 2024-08-08T20:19:42.858Z | [ helios-setup] Aug 08 20:19:42.046 INFO E| Compiling typenum v1.16.0 |
2278 | 2024-08-08T20:19:43.317Z | [ helios-setup] Aug 08 20:19:42.505 INFO E| Compiling num_cpus v1.15.0 |
2279 | 2024-08-08T20:19:43.391Z | [ helios-setup] Aug 08 20:19:42.579 INFO E| Compiling generic-array v0.14.6 |
2280 | 2024-08-08T20:19:43.651Z | [ helios-setup] Aug 08 20:19:42.838 INFO E| Compiling slab v0.4.7 |
2281 | 2024-08-08T20:19:43.761Z | [ helios-setup] Aug 08 20:19:42.949 INFO E| Compiling futures-sink v0.3.28 |
2282 | 2024-08-08T20:19:43.959Z | [ helios-setup] Aug 08 20:19:43.145 INFO E| Compiling futures-channel v0.3.28 |
2283 | 2024-08-08T20:19:44.044Z | [ helios-setup] Aug 08 20:19:43.231 INFO E| Compiling futures-task v0.3.28 |
2284 | 2024-08-08T20:19:44.742Z | [ helios-setup] Aug 08 20:19:43.920 INFO E| Compiling tokio v1.27.0 |
2285 | 2024-08-08T20:19:45.150Z | [ helios-setup] Aug 08 20:19:44.337 INFO E| Compiling schemars v0.8.12 |
2286 | 2024-08-08T20:19:45.466Z | [ helios-setup] Aug 08 20:19:44.653 INFO E| Compiling futures-util v0.3.28 |
2287 | 2024-08-08T20:19:45.507Z | [ host-package] Compiling xattr v1.3.1 |
2288 | 2024-08-08T20:19:46.052Z | [ helios-setup] Aug 08 20:19:45.239 INFO E| Compiling mio v0.8.5 |
2289 | 2024-08-08T20:19:46.112Z | [ host-package] Compiling nibble_vec v0.1.0 |
2290 | 2024-08-08T20:19:46.414Z | [ host-package] Compiling memmap2 v0.9.4 |
2291 | 2024-08-08T20:19:46.472Z | [ helios-setup] Aug 08 20:19:45.658 INFO E| Compiling socket2 v0.4.9 |
2292 | 2024-08-08T20:19:46.509Z | [ helios-setup] Aug 08 20:19:45.696 INFO E| Compiling signal-hook-registry v1.4.0 |
2293 | 2024-08-08T20:19:46.739Z | [ helios-setup] Aug 08 20:19:45.925 INFO E| Compiling ahash v0.7.6 |
2294 | 2024-08-08T20:19:47.309Z | [ host-package] Compiling filetime v0.2.23 |
2295 | 2024-08-08T20:19:47.428Z | [ helios-setup] Aug 08 20:19:46.612 INFO E| Compiling num-traits v0.2.15 |
2296 | 2024-08-08T20:19:47.513Z | [ host-package] Compiling arrayvec v0.7.4 |
2297 | 2024-08-08T20:19:47.985Z | [ host-package] Compiling endian-type v0.1.2 |
2298 | 2024-08-08T20:19:48.137Z | [ helios-setup] Aug 08 20:19:47.323 INFO E| Compiling crunchy v0.2.2 |
2299 | 2024-08-08T20:19:48.415Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2300 | 2024-08-08T20:19:48.436Z | [ helios-setup] Aug 08 20:19:47.622 INFO E| Compiling pin-utils v0.1.0 |
2301 | 2024-08-08T20:19:48.552Z | [ host-package] Compiling untrusted v0.7.1 |
2302 | 2024-08-08T20:19:48.780Z | [ helios-setup] Aug 08 20:19:47.966 INFO E| Compiling io-lifetimes v1.0.10 |
2303 | 2024-08-08T20:19:49.111Z | [ helios-setup] Aug 08 20:19:48.297 INFO E| Compiling futures-io v0.3.28 |
2304 | 2024-08-08T20:19:49.111Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2305 | 2024-08-08T20:19:49.408Z | [ host-package] Compiling spin v0.5.2 |
2306 | 2024-08-08T20:19:49.731Z | [ helios-setup] Aug 08 20:19:48.916 INFO E| Compiling ahash v0.8.3 |
2307 | 2024-08-08T20:19:49.805Z | [ host-package] Compiling arrayref v0.3.7 |
2308 | 2024-08-08T20:19:50.419Z | [ helios-setup] Aug 08 20:19:49.605 INFO E| Compiling hashbrown v0.12.3 |
2309 | 2024-08-08T20:19:50.690Z | [ helios-setup] Aug 08 20:19:49.875 INFO E| Compiling tiny-keccak v2.0.2 |
2310 | 2024-08-08T20:19:50.793Z | [ helios-setup] Aug 08 20:19:49.979 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2311 | 2024-08-08T20:19:51.179Z | [ helios-setup] Aug 08 20:19:50.364 INFO E| Compiling rustix v0.37.3 |
2312 | 2024-08-08T20:19:51.477Z | [ helios-setup] Aug 08 20:19:50.662 INFO E| Compiling crypto-common v0.1.6 |
2313 | 2024-08-08T20:19:51.625Z | [ helios-setup] Aug 08 20:19:50.810 INFO E| Compiling block-buffer v0.10.3 |
2314 | 2024-08-08T20:19:51.971Z | [ helios-setup] Aug 08 20:19:51.156 INFO E| Compiling serde_derive_internals v0.26.0 |
2315 | 2024-08-08T20:19:52.740Z | [ host-package] Compiling radix_trie v0.2.1 |
2316 | 2024-08-08T20:19:53.300Z | [ helios-setup] Aug 08 20:19:52.485 INFO E| Compiling errno v0.3.1 |
2317 | 2024-08-08T20:19:53.475Z | [ helios-setup] Aug 08 20:19:52.659 INFO E| Compiling slog v2.7.0 |
2318 | 2024-08-08T20:19:53.538Z | [ helios-setup] Aug 08 20:19:52.723 INFO E| Compiling pkg-config v0.3.26 |
2319 | 2024-08-08T20:19:53.897Z | [ helios-setup] Aug 08 20:19:53.082 INFO E| Compiling crossbeam-utils v0.8.14 |
2320 | 2024-08-08T20:19:54.707Z | [ helios-setup] Aug 08 20:19:53.891 INFO E| Compiling fnv v1.0.7 |
2321 | 2024-08-08T20:19:54.748Z | [ host-package] Compiling tar v0.4.41 |
2322 | 2024-08-08T20:19:55.028Z | [ helios-setup] Aug 08 20:19:54.212 INFO E| Compiling http v0.2.9 |
2323 | 2024-08-08T20:19:56.053Z | [ host-package] Compiling ciborium v0.2.2 |
2324 | 2024-08-08T20:19:57.231Z | [ helios-setup] Aug 08 20:19:56.414 INFO E| Compiling digest v0.10.6 |
2325 | 2024-08-08T20:19:57.657Z | [ helios-setup] Aug 08 20:19:56.840 INFO E| Compiling aho-corasick v0.7.20 |
2326 | 2024-08-08T20:19:57.806Z | [ helios-setup] Aug 08 20:19:56.989 INFO E| Compiling tinyvec_macros v0.1.1 |
2327 | 2024-08-08T20:19:57.948Z | [ helios-setup] Aug 08 20:19:57.132 INFO E| Compiling regex-syntax v0.6.29 |
2328 | 2024-08-08T20:19:58.261Z | [ host-package] Compiling toolchain_find v0.4.0 |
2329 | 2024-08-08T20:19:58.439Z | [ helios-setup] Aug 08 20:19:57.622 INFO E| Compiling anyhow v1.0.68 |
2330 | 2024-08-08T20:19:59.580Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2331 | 2024-08-08T20:19:59.782Z | [ host-package] Compiling topological-sort v0.2.2 |
2332 | 2024-08-08T20:20:00.235Z | [ helios-setup] Aug 08 20:19:59.416 INFO E| Compiling httparse v1.8.0 |
2333 | 2024-08-08T20:20:00.246Z | [ host-package] Compiling crunchy v0.2.2 |
2334 | 2024-08-08T20:20:00.375Z | [ helios-setup] Aug 08 20:19:59.558 INFO E| Compiling percent-encoding v2.2.0 |
2335 | 2024-08-08T20:20:00.422Z | [ host-package] Compiling glob v0.3.1 |
2336 | 2024-08-08T20:20:00.537Z | [ helios-setup] Aug 08 20:19:59.720 INFO E| Compiling cpufeatures v0.2.5 |
2337 | 2024-08-08T20:20:00.832Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2338 | 2024-08-08T20:20:01.292Z | [ helios-setup] Aug 08 20:20:00.474 INFO E| Compiling unicode-width v0.1.10 |
2339 | 2024-08-08T20:20:01.320Z | [ host-package] Compiling maplit v1.0.2 |
2340 | 2024-08-08T20:20:01.405Z | [ helios-setup] Aug 08 20:20:00.587 INFO E| Compiling heck v0.4.1 |
2341 | 2024-08-08T20:20:01.539Z | [ helios-setup] Aug 08 20:20:00.721 INFO E| Compiling form_urlencoded v1.1.0 |
2342 | 2024-08-08T20:20:01.673Z | [ helios-setup] Aug 08 20:20:00.854 INFO E| Compiling const-random-macro v0.1.15 |
2343 | 2024-08-08T20:20:01.713Z | [ helios-setup] Aug 08 20:20:00.895 INFO E| Compiling thiserror-impl v1.0.38 |
2344 | 2024-08-08T20:20:01.769Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2345 | 2024-08-08T20:20:02.037Z | [ helios-setup] Aug 08 20:20:01.218 INFO E| Compiling schemars_derive v0.8.12 |
2346 | 2024-08-08T20:20:02.239Z | [ host-package] Compiling clang-sys v1.7.0 |
2347 | 2024-08-08T20:20:02.425Z | [ helios-setup] Aug 08 20:20:01.606 INFO E| Compiling tinyvec v1.6.0 |
2348 | 2024-08-08T20:20:03.006Z | [ helios-setup] Aug 08 20:20:02.187 INFO E| Compiling serde_derive v1.0.204 |
2349 | 2024-08-08T20:20:03.478Z | [ helios-setup] Aug 08 20:20:02.656 INFO E| Compiling futures-macro v0.3.28 |
2350 | 2024-08-08T20:20:03.501Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2351 | 2024-08-08T20:20:03.573Z | [ helios-setup] Aug 08 20:20:02.755 INFO E| Compiling tokio-macros v2.0.0 |
2352 | 2024-08-08T20:20:05.238Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2353 | 2024-08-08T20:20:05.335Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2354 | 2024-08-08T20:20:05.581Z | [ helios-setup] Aug 08 20:20:04.762 INFO E| Compiling regex v1.7.3 |
2355 | 2024-08-08T20:20:05.886Z | [ host-package] Compiling arc-swap v1.7.1 |
2356 | 2024-08-08T20:20:06.469Z | [ helios-setup] Aug 08 20:20:05.650 INFO E| Compiling hashbrown v0.13.2 |
2357 | 2024-08-08T20:20:07.459Z | [ host-package] Compiling slog-scope v4.4.0 |
2358 | 2024-08-08T20:20:07.462Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2359 | 2024-08-08T20:20:07.532Z | [ helios-setup] Aug 08 20:20:06.712 INFO E| Compiling chrono v0.4.24 |
2360 | 2024-08-08T20:20:07.893Z | [ helios-setup] Aug 08 20:20:07.073 INFO E| Compiling libz-sys v1.1.8 |
2361 | 2024-08-08T20:20:08.793Z | [ host-package] Compiling ena v0.14.3 |
2362 | 2024-08-08T20:20:09.347Z | [ host-package] Compiling libloading v0.8.3 |
2363 | 2024-08-08T20:20:09.499Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2364 | 2024-08-08T20:20:09.752Z | [ host-package] Compiling bindgen v0.69.4 |
2365 | 2024-08-08T20:20:10.407Z | [ host-package] Compiling diff v0.1.13 |
2366 | 2024-08-08T20:20:10.432Z | [ helios-setup] Aug 08 20:20:09.611 INFO E| Compiling uuid v1.3.0 |
2367 | 2024-08-08T20:20:10.463Z | [ host-package] Compiling regex-syntax v0.6.29 |
2368 | 2024-08-08T20:20:10.559Z | [ helios-setup] Aug 08 20:20:09.738 INFO E| Compiling dyn-clone v1.0.11 |
2369 | 2024-08-08T20:20:11.470Z | [ helios-setup] Aug 08 20:20:10.649 INFO E| Compiling regress v0.5.0 |
2370 | 2024-08-08T20:20:11.490Z | [ helios-setup] Aug 08 20:20:10.663 INFO E| Compiling unicode-normalization v0.1.22 |
2371 | 2024-08-08T20:20:11.534Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2372 | 2024-08-08T20:20:12.000Z | [ helios-setup] Aug 08 20:20:11.179 INFO E| Compiling const-random v0.1.15 |
2373 | 2024-08-08T20:20:12.248Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2374 | 2024-08-08T20:20:13.203Z | [ host-package] Compiling tungstenite v0.21.0 |
2375 | 2024-08-08T20:20:14.229Z | [ helios-setup] Aug 08 20:20:13.407 INFO E| Compiling getopts v0.2.21 |
2376 | 2024-08-08T20:20:14.608Z | [ helios-setup] Aug 08 20:20:13.786 INFO E| Compiling tracing-core v0.1.30 |
2377 | 2024-08-08T20:20:14.885Z | [ helios-setup] Aug 08 20:20:14.063 INFO E| Compiling memoffset v0.7.1 |
2378 | 2024-08-08T20:20:15.707Z | [ helios-setup] Aug 08 20:20:14.884 INFO E| Compiling unicode-bidi v0.3.13 |
2379 | 2024-08-08T20:20:15.846Z | [ helios-setup] Aug 08 20:20:15.023 INFO E| Compiling powerfmt v0.2.0 |
2380 | 2024-08-08T20:20:18.265Z | [ helios-setup] Aug 08 20:20:17.442 INFO E| Compiling time-core v0.1.2 |
2381 | 2024-08-08T20:20:18.746Z | [ helios-setup] Aug 08 20:20:17.922 INFO E| Compiling num-conv v0.1.0 |
2382 | 2024-08-08T20:20:19.243Z | [ helios-setup] Aug 08 20:20:18.419 INFO E| Compiling ucd-trie v0.1.5 |
2383 | 2024-08-08T20:20:19.451Z | [ helios-setup] Aug 08 20:20:18.627 INFO E| Compiling time-macros v0.2.18 |
2384 | 2024-08-08T20:20:20.353Z | [ helios-setup] Aug 08 20:20:19.529 INFO E| Compiling pest v2.5.7 |
2385 | 2024-08-08T20:20:20.474Z | [ helios-setup] Aug 08 20:20:19.650 INFO E| Compiling idna v0.3.0 |
2386 | 2024-08-08T20:20:20.949Z | [ host-package] Compiling lalrpop v0.19.12 |
2387 | 2024-08-08T20:20:21.886Z | [ helios-setup] Aug 08 20:20:21.062 INFO E| Compiling deranged v0.3.11 |
2388 | 2024-08-08T20:20:22.456Z | [ helios-setup] Aug 08 20:20:21.632 INFO E| Compiling tracing v0.1.37 |
2389 | 2024-08-08T20:20:22.602Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2390 | 2024-08-08T20:20:25.797Z | [ host-package] Compiling which v4.4.2 |
2391 | 2024-08-08T20:20:26.129Z | [ helios-setup] Aug 08 20:20:25.303 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2392 | 2024-08-08T20:20:26.530Z | [ helios-setup] Aug 08 20:20:25.704 INFO E| Compiling time v0.1.45 |
2393 | 2024-08-08T20:20:26.723Z | [ helios-setup] Aug 08 20:20:25.897 INFO E| Compiling crossbeam-epoch v0.9.13 |
2394 | 2024-08-08T20:20:27.286Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2395 | 2024-08-08T20:20:27.424Z | [ helios-setup] Aug 08 20:20:26.597 INFO E| Compiling iana-time-zone v0.1.56 |
2396 | 2024-08-08T20:20:27.758Z | [ host-package] Compiling cexpr v0.6.0 |
2397 | 2024-08-08T20:20:28.319Z | [ helios-setup] Aug 08 20:20:27.492 INFO E| Compiling semver v1.0.17 |
2398 | 2024-08-08T20:20:29.116Z | [ helios-setup] Aug 08 20:20:28.289 INFO E| Compiling num_threads v0.1.6 |
2399 | 2024-08-08T20:20:29.852Z | [ helios-setup] Aug 08 20:20:29.025 INFO E| Compiling time v0.3.36 |
2400 | 2024-08-08T20:20:30.125Z | [ helios-setup] Aug 08 20:20:29.298 INFO E| Compiling semver-parser v0.10.2 |
2401 | 2024-08-08T20:20:30.986Z | [ helios-setup] Aug 08 20:20:30.158 INFO E| Compiling smallvec v1.10.0 |
2402 | 2024-08-08T20:20:31.149Z | [ host-package] Compiling libsw v3.3.1 |
2403 | 2024-08-08T20:20:31.910Z | [ host-package] Compiling atty v0.2.14 |
2404 | 2024-08-08T20:20:31.975Z | [ helios-setup] Aug 08 20:20:31.148 INFO E| Compiling toml v0.5.11 |
2405 | 2024-08-08T20:20:32.010Z | [ host-package] Compiling linear-map v1.2.0 |
2406 | 2024-08-08T20:20:32.409Z | [ host-package] Compiling shlex v1.3.0 |
2407 | 2024-08-08T20:20:33.105Z | [ host-package] Compiling ref-cast v1.0.23 |
2408 | 2024-08-08T20:20:33.442Z | [ host-package] Compiling rustc-hash v1.1.0 |
2409 | 2024-08-08T20:20:33.496Z | [ helios-setup] Aug 08 20:20:32.668 INFO E| Compiling parking_lot v0.12.1 |
2410 | 2024-08-08T20:20:33.745Z | [ host-package] Compiling lazycell v1.3.0 |
2411 | 2024-08-08T20:20:33.982Z | [ helios-setup] Aug 08 20:20:33.154 INFO E| Compiling serde_tokenstream v0.2.0 |
2412 | 2024-08-08T20:20:34.404Z | [ host-package] Compiling owo-colors v4.0.0 |
2413 | 2024-08-08T20:20:37.536Z | [ helios-setup] Aug 08 20:20:36.706 INFO E| Compiling url v2.3.1 |
2414 | 2024-08-08T20:20:40.561Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2415 | 2024-08-08T20:20:41.079Z | [ helios-setup] Aug 08 20:20:40.248 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2416 | 2024-08-08T20:20:43.451Z | [ helios-setup] Aug 08 20:20:42.620 INFO E| Compiling crossbeam-channel v0.5.6 |
2417 | 2024-08-08T20:20:44.048Z | [ helios-setup] Aug 08 20:20:43.216 INFO E| Compiling dirs-sys-next v0.1.2 |
2418 | 2024-08-08T20:20:44.943Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2419 | 2024-08-08T20:20:46.082Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2420 | 2024-08-08T20:20:46.187Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2421 | 2024-08-08T20:20:46.498Z | [ helios-setup] Aug 08 20:20:45.666 INFO E| Compiling crc32fast v1.3.2 |
2422 | 2024-08-08T20:20:47.163Z | [ helios-setup] Aug 08 20:20:46.331 INFO E| Compiling same-file v1.0.6 |
2423 | 2024-08-08T20:20:47.614Z | [ helios-setup] Aug 08 20:20:46.782 INFO E| Compiling try-lock v0.2.4 |
2424 | 2024-08-08T20:20:47.991Z | [ helios-setup] Aug 08 20:20:47.158 INFO E| Compiling walkdir v2.3.3 |
2425 | 2024-08-08T20:20:48.161Z | [ helios-setup] Aug 08 20:20:47.328 INFO E| Compiling want v0.3.0 |
2426 | 2024-08-08T20:20:48.740Z | [ helios-setup] Aug 08 20:20:47.907 INFO E| Compiling dirs-next v2.0.0 |
2427 | 2024-08-08T20:20:49.651Z | [ helios-setup] Aug 08 20:20:48.818 INFO E| Compiling proc-macro-crate v1.2.1 |
2428 | 2024-08-08T20:20:50.663Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2429 | 2024-08-08T20:20:51.387Z | [ helios-setup] Aug 08 20:20:50.553 INFO E| Compiling tokio-util v0.7.7 |
2430 | 2024-08-08T20:20:52.164Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2431 | 2024-08-08T20:20:52.531Z | [ helios-setup] Aug 08 20:20:51.697 INFO E| Compiling semver v0.11.0 |
2432 | 2024-08-08T20:20:53.850Z | [ helios-setup] Aug 08 20:20:53.015 INFO E| Compiling h2 v0.3.16 |
2433 | 2024-08-08T20:20:54.699Z | [ host-package] Compiling headers-core v0.2.0 |
2434 | 2024-08-08T20:20:55.267Z | [ host-package] Compiling fxhash v0.2.1 |
2435 | 2024-08-08T20:20:56.244Z | [ host-package] Compiling libxml v0.3.3 |
2436 | 2024-08-08T20:20:56.478Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2437 | 2024-08-08T20:20:56.593Z | [ helios-setup] Aug 08 20:20:55.758 INFO E| Compiling futures-executor v0.3.28 |
2438 | 2024-08-08T20:20:56.840Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2439 | 2024-08-08T20:20:57.364Z | [ host-package] Compiling headers v0.3.9 |
2440 | 2024-08-08T20:20:58.134Z | [ helios-setup] Aug 08 20:20:57.298 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2441 | 2024-08-08T20:20:58.993Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2442 | 2024-08-08T20:20:59.043Z | [ helios-setup] Aug 08 20:20:58.207 INFO E| Compiling http-body v0.4.5 |
2443 | 2024-08-08T20:20:59.451Z | [ helios-setup] Aug 08 20:20:58.614 INFO E| Compiling ring v0.16.20 |
2444 | 2024-08-08T20:20:59.525Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2445 | 2024-08-08T20:20:59.838Z | [ helios-setup] Aug 08 20:20:59.002 INFO E| Compiling rand_core v0.6.4 |
2446 | 2024-08-08T20:21:00.559Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2447 | 2024-08-08T20:21:01.266Z | [ helios-setup] Aug 08 20:21:00.429 INFO E| Compiling thread_local v1.1.7 |
2448 | 2024-08-08T20:21:02.375Z | [ host-package] Compiling samael v0.0.15 |
2449 | 2024-08-08T20:21:02.522Z | [ helios-setup] Aug 08 20:21:01.684 INFO E| Compiling utf8parse v0.2.1 |
2450 | 2024-08-08T20:21:03.109Z | [ helios-setup] Aug 08 20:21:02.272 INFO E| Compiling fastrand v1.9.0 |
2451 | 2024-08-08T20:21:03.241Z | [ helios-setup] Aug 08 20:21:02.404 INFO E| Compiling lazy_static v1.4.0 |
2452 | 2024-08-08T20:21:03.602Z | [ helios-setup] Aug 08 20:21:02.760 INFO E| Compiling ppv-lite86 v0.2.17 |
2453 | 2024-08-08T20:21:03.962Z | [ helios-setup] Aug 08 20:21:03.124 INFO E| Compiling rayon-core v1.10.2 |
2454 | 2024-08-08T20:21:04.326Z | [ host-package] Compiling strum_macros v0.24.3 |
2455 | 2024-08-08T20:21:04.365Z | [ helios-setup] Aug 08 20:21:03.528 INFO E| Compiling home v0.5.4 |
2456 | 2024-08-08T20:21:04.728Z | [ host-package] Compiling unicase v2.7.0 |
2457 | 2024-08-08T20:21:04.806Z | [ helios-setup] Aug 08 20:21:03.968 INFO E| Compiling adler v1.0.2 |
2458 | 2024-08-08T20:21:05.221Z | [ helios-setup] Aug 08 20:21:04.383 INFO E| Compiling base64 v0.21.0 |
2459 | 2024-08-08T20:21:05.436Z | [ helios-setup] Aug 08 20:21:04.598 INFO E| Compiling httpdate v1.0.2 |
2460 | 2024-08-08T20:21:05.479Z | [ host-package] Compiling cookie v0.18.1 |
2461 | 2024-08-08T20:21:05.735Z | [ host-package] Compiling indoc v1.0.9 |
2462 | 2024-08-08T20:21:06.937Z | [ helios-setup] Aug 08 20:21:06.098 INFO E| Compiling tower-service v0.3.2 |
2463 | 2024-08-08T20:21:07.007Z | [ helios-setup] Aug 08 20:21:06.168 INFO E| Compiling miniz_oxide v0.6.2 |
2464 | 2024-08-08T20:21:07.342Z | [ helios-setup] Aug 08 20:21:06.503 INFO E| Compiling hyper v0.14.25 |
2465 | 2024-08-08T20:21:07.427Z | [ helios-setup] Aug 08 20:21:06.589 INFO E| Compiling rand_chacha v0.3.1 |
2466 | 2024-08-08T20:21:10.429Z | [ helios-setup] Aug 08 20:21:09.589 INFO E| Compiling toolchain_find v0.2.0 |
2467 | 2024-08-08T20:21:10.526Z | [ host-package] Compiling derive_builder v0.20.0 |
2468 | 2024-08-08T20:21:10.587Z | [ helios-setup] Aug 08 20:21:09.747 INFO E| Compiling tempfile v3.5.0 |
2469 | 2024-08-08T20:21:10.891Z | [ helios-setup] Aug 08 20:21:10.052 INFO E| Compiling anstyle-parse v0.1.1 |
2470 | 2024-08-08T20:21:11.412Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2471 | 2024-08-08T20:21:11.515Z | [ host-package] Compiling polar-core v0.27.3 |
2472 | 2024-08-08T20:21:12.322Z | [ host-package] Compiling oso-derive v0.27.3 |
2473 | 2024-08-08T20:21:12.727Z | [ helios-setup] Aug 08 20:21:11.886 INFO E| Compiling futures v0.3.28 |
2474 | 2024-08-08T20:21:14.928Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2475 | 2024-08-08T20:21:15.827Z | [ host-package] Compiling quick-xml v0.31.0 |
2476 | 2024-08-08T20:21:19.670Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2477 | 2024-08-08T20:21:20.622Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2478 | 2024-08-08T20:21:21.220Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2479 | 2024-08-08T20:21:22.049Z | [ helios-setup] Aug 08 20:21:21.206 INFO E| Compiling crossbeam-deque v0.8.2 |
2480 | 2024-08-08T20:21:22.423Z | [ host-package] Compiling nix v0.28.0 |
2481 | 2024-08-08T20:21:23.234Z | [ helios-setup] Aug 08 20:21:22.390 INFO E| Compiling cargo-lock v8.0.3 |
2482 | 2024-08-08T20:21:24.334Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2483 | 2024-08-08T20:21:26.719Z | [ helios-setup] Aug 08 20:21:25.874 INFO E| Compiling num_enum_derive v0.5.7 |
2484 | 2024-08-08T20:21:27.330Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2485 | 2024-08-08T20:21:29.508Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2486 | 2024-08-08T20:21:30.016Z | [ helios-setup] Aug 08 20:21:29.168 INFO E| Compiling term v0.7.0 |
2487 | 2024-08-08T20:21:30.571Z | [ host-package] Compiling bb8 v0.8.5 |
2488 | 2024-08-08T20:21:30.802Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2489 | 2024-08-08T20:21:30.944Z | [ helios-setup] Aug 08 20:21:30.097 INFO E| Compiling serde_urlencoded v0.7.1 |
2490 | 2024-08-08T20:21:31.518Z | [ helios-setup] Aug 08 20:21:30.672 INFO E| Compiling sha1 v0.10.5 |
2491 | 2024-08-08T20:21:31.965Z | [ helios-setup] Aug 08 20:21:31.118 INFO E| Compiling sha2 v0.10.6 |
2492 | 2024-08-08T20:21:32.049Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2493 | 2024-08-08T20:21:32.445Z | [ helios-setup] Aug 08 20:21:31.599 INFO E| Compiling is-terminal v0.4.7 |
2494 | 2024-08-08T20:21:33.027Z | [ helios-setup] Aug 08 20:21:32.180 INFO E| Compiling atty v0.2.14 |
2495 | 2024-08-08T20:21:33.254Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2496 | 2024-08-08T20:21:33.516Z | [ helios-setup] Aug 08 20:21:32.669 INFO E| Compiling anstyle v0.3.5 |
2497 | 2024-08-08T20:21:34.656Z | [ host-package] Compiling keccak v0.1.5 |
2498 | 2024-08-08T20:21:34.703Z | [ host-package] Compiling vte v0.11.1 |
2499 | 2024-08-08T20:21:35.217Z | [ host-package] Compiling const_format v0.2.32 |
2500 | 2024-08-08T20:21:35.235Z | [ helios-setup] Aug 08 20:21:34.388 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2501 | 2024-08-08T20:21:36.451Z | [ helios-setup] Aug 08 20:21:34.600 INFO E| Compiling concolor-override v1.0.0 |
2502 | 2024-08-08T20:21:36.454Z | [ helios-setup] Aug 08 20:21:35.157 INFO E| Compiling concolor-query v0.3.3 |
2503 | 2024-08-08T20:21:36.454Z | [ helios-setup] Aug 08 20:21:35.593 INFO E| Compiling anstream v0.2.6 |
2504 | 2024-08-08T20:21:36.509Z | [ host-package] Compiling sha3 v0.10.8 |
2505 | 2024-08-08T20:21:37.816Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2506 | 2024-08-08T20:21:39.308Z | [ helios-setup] Aug 08 20:21:38.459 INFO E| Compiling slog-term v2.9.0 |
2507 | 2024-08-08T20:21:39.507Z | [ host-package] Compiling fd-lock v4.0.2 |
2508 | 2024-08-08T20:21:39.605Z | [ host-package] Compiling universal-hash v0.5.1 |
2509 | 2024-08-08T20:21:39.911Z | [ helios-setup] Aug 08 20:21:39.062 INFO E| Compiling flate2 v1.0.25 |
2510 | 2024-08-08T20:21:40.029Z | [ helios-setup] Aug 08 20:21:39.180 INFO E| Compiling num_enum v0.5.7 |
2511 | 2024-08-08T20:21:40.041Z | [ host-package] Compiling secrecy v0.8.0 |
2512 | 2024-08-08T20:21:40.178Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2513 | 2024-08-08T20:21:40.243Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2514 | 2024-08-08T20:21:40.764Z | [ helios-setup] Aug 08 20:21:39.914 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2515 | 2024-08-08T20:21:40.957Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2516 | 2024-08-08T20:21:41.105Z | [ helios-setup] Aug 08 20:21:40.255 INFO E| Compiling rand v0.8.5 |
2517 | 2024-08-08T20:21:41.888Z | [ host-package] Compiling bytecount v0.6.8 |
2518 | 2024-08-08T20:21:42.161Z | [ helios-setup] Aug 08 20:21:41.311 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2519 | 2024-08-08T20:21:42.467Z | [ helios-setup] Aug 08 20:21:41.617 INFO E| Compiling openapiv3 v1.0.2 |
2520 | 2024-08-08T20:21:42.713Z | [ host-package] Compiling opaque-debug v0.3.1 |
2521 | 2024-08-08T20:21:43.238Z | [ host-package] Compiling poly1305 v0.8.0 |
2522 | 2024-08-08T20:21:44.656Z | [ helios-setup] Aug 08 20:21:43.806 INFO E| Compiling encoding_rs v0.8.32 |
2523 | 2024-08-08T20:21:45.024Z | [ helios-setup] Aug 08 20:21:44.174 INFO E| Compiling byteorder v1.4.3 |
2524 | 2024-08-08T20:21:45.577Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2525 | 2024-08-08T20:21:45.975Z | [ host-package] Compiling papergrid v0.11.0 |
2526 | 2024-08-08T20:21:46.371Z | [ helios-setup] Aug 08 20:21:45.520 INFO E| Compiling utf-8 v0.7.6 |
2527 | 2024-08-08T20:21:47.301Z | [ helios-setup] Aug 08 20:21:46.449 INFO E| Compiling base64 v0.13.1 |
2528 | 2024-08-08T20:21:47.362Z | [ host-package] Compiling parking_lot v0.11.2 |
2529 | 2024-08-08T20:21:48.887Z | [ helios-setup] Aug 08 20:21:48.035 INFO E| Compiling mime v0.3.17 |
2530 | 2024-08-08T20:21:51.474Z | [ helios-setup] Aug 08 20:21:50.621 INFO E| Compiling either v1.8.0 |
2531 | 2024-08-08T20:21:51.532Z | [ helios-setup] Aug 08 20:21:50.680 INFO E| Compiling unsafe-libyaml v0.2.8 |
2532 | 2024-08-08T20:21:51.935Z | [ helios-setup] Aug 08 20:21:51.082 INFO E| Compiling spin v0.5.2 |
2533 | 2024-08-08T20:21:52.159Z | [ helios-setup] Aug 08 20:21:51.307 INFO E| Compiling project-root v0.2.2 |
2534 | 2024-08-08T20:21:52.577Z | [ helios-setup] Aug 08 20:21:51.724 INFO E| Compiling clap_lex v0.4.1 |
2535 | 2024-08-08T20:21:52.649Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2536 | 2024-08-08T20:21:52.782Z | [ helios-setup] Aug 08 20:21:51.929 INFO E| Compiling strsim v0.10.0 |
2537 | 2024-08-08T20:21:54.090Z | [ host-package] Compiling trust-dns-client v0.22.0 |
2538 | 2024-08-08T20:21:54.217Z | [ helios-setup] Aug 08 20:21:53.364 INFO E| Compiling untrusted v0.7.1 |
2539 | 2024-08-08T20:21:54.898Z | [ helios-setup] Aug 08 20:21:54.044 INFO E| Compiling ipnet v2.7.2 |
2540 | 2024-08-08T20:21:55.201Z | [ helios-setup] Aug 08 20:21:54.347 INFO E| Compiling serde_yaml v0.9.21 |
2541 | 2024-08-08T20:21:55.822Z | [ helios-setup] Aug 08 20:21:54.968 INFO E| Compiling clap_builder v4.2.1 |
2542 | 2024-08-08T20:21:56.265Z | [ helios-setup] Aug 08 20:21:55.410 INFO E| Compiling reqwest v0.11.16 |
2543 | 2024-08-08T20:21:57.237Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2544 | 2024-08-08T20:21:57.948Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2545 | 2024-08-08T20:21:59.462Z | [ helios-setup] Aug 08 20:21:58.607 INFO E| Compiling rayon v1.6.1 |
2546 | 2024-08-08T20:21:59.950Z | [ helios-setup] Aug 08 20:21:59.094 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2547 | 2024-08-08T20:22:02.478Z | [ host-package] Compiling oso v0.27.3 |
2548 | 2024-08-08T20:22:02.706Z | [ helios-setup] Aug 08 20:22:01.849 INFO E| Compiling tungstenite v0.18.0 |
2549 | 2024-08-08T20:22:06.003Z | [ helios-setup] Aug 08 20:22:05.146 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2550 | 2024-08-08T20:22:07.028Z | [ host-package] Compiling tabled_derive v0.7.0 |
2551 | 2024-08-08T20:22:08.824Z | [ helios-setup] Aug 08 20:22:07.964 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2552 | 2024-08-08T20:22:09.772Z | [ host-package] Compiling chacha20 v0.9.1 |
2553 | 2024-08-08T20:22:10.807Z | [ host-package] Compiling aead v0.5.2 |
2554 | 2024-08-08T20:22:11.351Z | [ host-package] Compiling peg-macros v0.8.4 |
2555 | 2024-08-08T20:22:11.468Z | [ helios-setup] Aug 08 20:22:10.609 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2556 | 2024-08-08T20:22:11.631Z | [ host-package] Compiling kstat-rs v0.2.4 |
2557 | 2024-08-08T20:22:11.864Z | [ helios-setup] Aug 08 20:22:11.005 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2558 | 2024-08-08T20:22:13.472Z | [ helios-setup] Aug 08 20:22:12.612 INFO E| Compiling clap_derive v4.2.0 |
2559 | 2024-08-08T20:22:13.820Z | [ helios-setup] Aug 08 20:22:12.961 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2560 | 2024-08-08T20:22:14.000Z | [ host-package] Compiling toml v0.5.11 |
2561 | 2024-08-08T20:22:16.166Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2562 | 2024-08-08T20:22:18.353Z | [ host-package] Compiling unicode_categories v0.1.1 |
2563 | 2024-08-08T20:22:19.271Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2564 | 2024-08-08T20:22:19.597Z | [ host-package] Compiling sqlformat v0.2.4 |
2565 | 2024-08-08T20:22:22.017Z | [ host-package] Compiling reedline v0.31.0 |
2566 | 2024-08-08T20:22:22.927Z | [ helios-setup] Aug 08 20:22:22.064 INFO E| Compiling clap v4.2.1 |
2567 | 2024-08-08T20:22:24.833Z | [ helios-setup] Aug 08 20:22:23.970 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2568 | 2024-08-08T20:22:31.214Z | [ host-package] Compiling rustyline v14.0.0 |
2569 | 2024-08-08T20:22:36.224Z | [ host-package] Compiling sqlparser v0.45.0 |
2570 | 2024-08-08T20:22:37.905Z | [ host-package] Compiling peg v0.8.4 |
2571 | 2024-08-08T20:22:38.462Z | [ host-package] Compiling trust-dns-server v0.22.1 |
2572 | 2024-08-08T20:22:40.061Z | [ helios-setup] Aug 08 20:22:39.192 INFO E| Compiling tokio-tungstenite v0.18.0 |
2573 | 2024-08-08T20:22:41.407Z | [ helios-setup] Aug 08 20:22:40.539 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2574 | 2024-08-08T20:22:42.044Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2575 | 2024-08-08T20:22:44.352Z | [ helios-setup] Aug 08 20:22:43.482 INFO E| Compiling smartstring v1.0.1 |
2576 | 2024-08-08T20:22:45.653Z | [ helios-setup] Aug 08 20:22:44.783 INFO E| Compiling rustls v0.21.0 |
2577 | 2024-08-08T20:22:47.491Z | [ helios-setup] Aug 08 20:22:46.618 INFO E| Compiling toml_datetime v0.6.1 |
2578 | 2024-08-08T20:22:48.809Z | [ helios-setup] Aug 08 20:22:47.938 INFO E| Compiling serde_spanned v0.6.1 |
2579 | 2024-08-08T20:22:48.941Z | [ helios-setup] Aug 08 20:22:48.070 INFO E| Compiling match_cfg v0.1.0 |
2580 | 2024-08-08T20:22:49.450Z | [ helios-setup] Aug 08 20:22:48.579 INFO E| Compiling camino v1.1.4 |
2581 | 2024-08-08T20:22:49.581Z | [ helios-setup] Aug 08 20:22:48.710 INFO E| Compiling winnow v0.4.1 |
2582 | 2024-08-08T20:22:51.288Z | [ helios-setup] Aug 08 20:22:50.417 INFO E| Compiling paste v1.0.12 |
2583 | 2024-08-08T20:22:52.754Z | [ helios-setup] Aug 08 20:22:51.883 INFO E| Compiling static_assertions v1.1.0 |
2584 | 2024-08-08T20:22:53.385Z | [ helios-setup] Aug 08 20:22:52.513 INFO E| Compiling slog-async v2.7.0 |
2585 | 2024-08-08T20:22:54.531Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2586 | 2024-08-08T20:22:54.580Z | [ helios-setup] Aug 08 20:22:53.707 INFO E| Compiling async-trait v0.1.68 |
2587 | 2024-08-08T20:22:55.237Z | [ host-package] Compiling tabled v0.15.0 |
2588 | 2024-08-08T20:22:57.345Z | [ helios-setup] Aug 08 20:22:56.471 INFO E| Compiling toml_edit v0.19.8 |
2589 | 2024-08-08T20:22:58.107Z | [ helios-setup] Aug 08 20:22:57.233 INFO E| Compiling hostname v0.3.1 |
2590 | 2024-08-08T20:22:58.199Z | [ helios-setup] Aug 08 20:22:57.326 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2591 | 2024-08-08T20:22:58.217Z | [ host-package] Compiling sled v0.34.7 |
2592 | 2024-08-08T20:22:58.563Z | [ helios-setup] Aug 08 20:22:57.689 INFO E| Compiling slog-json v2.6.1 |
2593 | 2024-08-08T20:22:59.606Z | [ helios-setup] Aug 08 20:22:58.732 INFO E| Compiling unicode-linebreak v0.1.4 |
2594 | 2024-08-08T20:23:01.194Z | [ helios-setup] Aug 08 20:23:00.318 INFO E| Compiling async-stream-impl v0.3.5 |
2595 | 2024-08-08T20:23:04.198Z | [ helios-setup] Aug 08 20:23:03.322 INFO E| Compiling rhai_codegen v1.5.0 |
2596 | 2024-08-08T20:23:04.883Z | [ helios-setup] Aug 08 20:23:04.007 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2597 | 2024-08-08T20:23:06.039Z | [ helios-setup] Aug 08 20:23:05.163 INFO E| Compiling take_mut v0.2.2 |
2598 | 2024-08-08T20:23:08.767Z | [ host-package] Compiling vsss-rs v3.3.4 |
2599 | 2024-08-08T20:23:09.436Z | [ helios-setup] Aug 08 20:23:08.558 INFO E| Compiling rhai v1.14.0 |
2600 | 2024-08-08T20:23:10.985Z | [ helios-setup] Aug 08 20:23:10.107 INFO E| Compiling async-stream v0.3.5 |
2601 | 2024-08-08T20:23:11.458Z | [ helios-setup] Aug 08 20:23:10.580 INFO E| Compiling toml v0.7.3 |
2602 | 2024-08-08T20:23:11.832Z | [ helios-setup] Aug 08 20:23:10.949 INFO E| Compiling slog-bunyan v2.4.0 |
2603 | 2024-08-08T20:23:13.895Z | [ host-package] Compiling mime_guess v2.0.4 |
2604 | 2024-08-08T20:23:14.904Z | [ helios-setup] Aug 08 20:23:14.025 INFO E| Compiling rustls-pemfile v1.0.2 |
2605 | 2024-08-08T20:23:15.558Z | [ helios-setup] Aug 08 20:23:14.678 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2606 | 2024-08-08T20:23:16.130Z | [ helios-setup] Aug 08 20:23:15.251 INFO E| Compiling serde_path_to_error v0.1.11 |
2607 | 2024-08-08T20:23:18.455Z | [ helios-setup] Aug 08 20:23:17.575 INFO E| Compiling bincode v1.3.3 |
2608 | 2024-08-08T20:23:19.157Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2609 | 2024-08-08T20:23:19.847Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2610 | 2024-08-08T20:23:20.100Z | [ helios-setup] Aug 08 20:23:19.219 INFO E| Compiling terminal_size v0.2.6 |
2611 | 2024-08-08T20:23:20.554Z | [ helios-setup] Aug 08 20:23:19.674 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2612 | 2024-08-08T20:23:20.961Z | [ helios-setup] Aug 08 20:23:20.080 INFO E| Compiling smawk v0.3.1 |
2613 | 2024-08-08T20:23:21.216Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2614 | 2024-08-08T20:23:21.383Z | [ helios-setup] Aug 08 20:23:20.502 INFO E| Compiling textwrap v0.16.0 |
2615 | 2024-08-08T20:23:21.404Z | [ host-package] Compiling env_logger v0.9.3 |
2616 | 2024-08-08T20:23:28.802Z | [ host-package] Compiling tungstenite v0.20.1 |
2617 | 2024-08-08T20:23:29.890Z | [ helios-setup] Aug 08 20:23:29.006 INFO E| Compiling sct v0.7.0 |
2618 | 2024-08-08T20:23:29.941Z | [ helios-setup] Aug 08 20:23:29.058 INFO E| Compiling rustls-webpki v0.100.1 |
2619 | 2024-08-08T20:23:37.881Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2620 | 2024-08-08T20:23:38.921Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2621 | 2024-08-08T20:23:39.303Z | [ helios-setup] Aug 08 20:23:38.417 INFO E| Compiling git2 v0.16.1 |
2622 | 2024-08-08T20:23:40.023Z | [ helios-setup] Aug 08 20:23:39.136 INFO E| Compiling tokio-rustls v0.24.0 |
2623 | 2024-08-08T20:23:47.724Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2624 | 2024-08-08T20:23:51.814Z | [ helios-setup] Aug 08 20:23:50.924 INFO E| Compiling built v0.6.0 |
2625 | 2024-08-08T20:23:54.396Z | [ helios-setup] Aug 08 20:23:53.505 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2626 | 2024-08-08T20:23:56.459Z | [ helios-setup] Aug 08 20:23:55.567 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2627 | 2024-08-08T20:23:57.331Z | [ helios-setup] Aug 08 20:23:56.439 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2628 | 2024-08-08T20:24:02.080Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2629 | 2024-08-08T20:24:02.462Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2630 | 2024-08-08T20:24:05.270Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2631 | 2024-08-08T20:24:05.902Z | [ host-package] Compiling bcs v0.1.6 |
2632 | 2024-08-08T20:24:07.256Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2633 | 2024-08-08T20:24:11.891Z | [ host-package] Compiling nanorand v0.7.0 |
2634 | 2024-08-08T20:24:12.150Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2635 | 2024-08-08T20:24:12.567Z | [ host-package] Compiling memoffset v0.9.1 |
2636 | 2024-08-08T20:24:13.616Z | [ host-package] Compiling highway v1.2.0 |
2637 | 2024-08-08T20:24:13.887Z | [ host-package] Compiling ascii v1.1.0 |
2638 | 2024-08-08T20:24:15.558Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2639 | 2024-08-08T20:24:16.857Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2640 | 2024-08-08T20:24:16.940Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2641 | 2024-08-08T20:24:18.979Z | [ helios-setup] Aug 08 20:24:18.080 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2642 | 2024-08-08T20:24:19.018Z | [ host-package] Compiling flume v0.11.0 |
2643 | 2024-08-08T20:24:20.462Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2644 | 2024-08-08T20:24:20.966Z | [ host-package] Compiling bitstruct v0.1.1 |
2645 | 2024-08-08T20:24:21.148Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2646 | 2024-08-08T20:24:21.419Z | [ helios-setup] Aug 08 20:24:20.520 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2647 | 2024-08-08T20:24:21.896Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2648 | 2024-08-08T20:24:31.430Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2649 | 2024-08-08T20:24:38.480Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2650 | 2024-08-08T20:24:48.116Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2651 | 2024-08-08T20:25:03.057Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2652 | 2024-08-08T20:25:04.411Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2653 | 2024-08-08T20:25:04.446Z | [ host-package] Compiling erased-serde v0.3.31 |
2654 | 2024-08-08T20:25:05.030Z | [ helios-setup] Aug 08 20:25:04.117 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2655 | 2024-08-08T20:25:06.254Z | [ host-package] Compiling serde_arrays v0.1.0 |
2656 | 2024-08-08T20:25:06.501Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2657 | 2024-08-08T20:25:06.733Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2658 | 2024-08-08T20:25:07.422Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2659 | 2024-08-08T20:25:08.452Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2660 | 2024-08-08T20:25:08.967Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2661 | 2024-08-08T20:25:10.052Z | [ host-package] Compiling heck v0.3.3 |
2662 | 2024-08-08T20:25:10.484Z | [ host-package] Compiling rand_seeder v0.3.0 |
2663 | 2024-08-08T20:25:11.050Z | [ host-package] Compiling castaway v0.2.2 |
2664 | 2024-08-08T20:25:11.151Z | [ host-package] Compiling csv-core v0.1.11 |
2665 | 2024-08-08T20:25:11.316Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2666 | 2024-08-08T20:25:11.694Z | [ host-package] Compiling http-range v0.1.5 |
2667 | 2024-08-08T20:25:12.187Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2668 | 2024-08-08T20:25:12.324Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2669 | 2024-08-08T20:25:12.693Z | [ host-package] Compiling csv v1.3.0 |
2670 | 2024-08-08T20:25:14.431Z | [ host-package] Compiling compact_str v0.7.1 |
2671 | 2024-08-08T20:25:15.158Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2672 | 2024-08-08T20:25:15.466Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2673 | 2024-08-08T20:25:15.924Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2674 | 2024-08-08T20:25:16.377Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2675 | 2024-08-08T20:25:17.619Z | [ host-package] Compiling nix v0.27.1 |
2676 | 2024-08-08T20:25:21.812Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2677 | 2024-08-08T20:25:22.734Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2678 | 2024-08-08T20:25:26.469Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2679 | 2024-08-08T20:25:27.523Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2680 | 2024-08-08T20:25:28.509Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2681 | 2024-08-08T20:25:28.763Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2682 | 2024-08-08T20:25:29.497Z | [ host-package] Compiling itertools v0.13.0 |
2683 | 2024-08-08T20:25:29.538Z | [ host-package] Compiling lru v0.12.3 |
2684 | 2024-08-08T20:25:30.502Z | [ host-package] Compiling serde-big-array v0.5.1 |
2685 | 2024-08-08T20:25:31.494Z | [ host-package] Compiling stability v0.2.0 |
2686 | 2024-08-08T20:25:31.950Z | [ host-package] Compiling cassowary v0.3.0 |
2687 | 2024-08-08T20:25:33.776Z | [ host-package] Compiling base64 v0.13.1 |
2688 | 2024-08-08T20:25:35.189Z | [ host-package] Compiling ron v0.7.1 |
2689 | 2024-08-08T20:25:36.610Z | [ host-package] Compiling ratatui v0.27.0 |
2690 | 2024-08-08T20:25:43.919Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2691 | 2024-08-08T20:26:03.850Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2692 | 2024-08-08T20:26:04.839Z | [ helios-setup] Aug 08 20:26:03.907 INFO E| Finished `release` profile [optimized] target(s) in 6m 35s |
2693 | 2024-08-08T20:26:04.973Z | [ helios-setup] Aug 08 20:26:04.041 INFO building project "pilot" ok (395 seconds) |
2694 | 2024-08-08T20:26:04.976Z | [ helios-setup] Aug 08 20:26:04.041 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2695 | 2024-08-08T20:26:04.976Z | [ helios-setup] Aug 08 20:26:04.041 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2696 | 2024-08-08T20:26:04.983Z | [ helios-setup] Aug 08 20:26:04.051 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2697 | 2024-08-08T20:26:05.208Z | [ helios-setup] Aug 08 20:26:04.276 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2698 | 2024-08-08T20:26:05.208Z | [ helios-setup] Aug 08 20:26:04.276 INFO E| info: downloading component 'cargo' |
2699 | 2024-08-08T20:26:06.018Z | [ host-package] Compiling zone v0.1.8 |
2700 | 2024-08-08T20:26:06.651Z | [ helios-setup] Aug 08 20:26:05.719 INFO E| info: downloading component 'clippy' |
2701 | 2024-08-08T20:26:06.926Z | [ helios-setup] Aug 08 20:26:05.993 INFO E| info: downloading component 'rust-docs' |
2702 | 2024-08-08T20:26:08.416Z | [ helios-setup] Aug 08 20:26:07.483 INFO E| info: downloading component 'rust-src' |
2703 | 2024-08-08T20:26:08.650Z | [ helios-setup] Aug 08 20:26:07.716 INFO E| info: downloading component 'rust-std' |
2704 | 2024-08-08T20:26:09.571Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2705 | 2024-08-08T20:26:10.572Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2706 | 2024-08-08T20:26:10.918Z | [ helios-setup] Aug 08 20:26:09.984 INFO E| info: downloading component 'rustc' |
2707 | 2024-08-08T20:26:13.582Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2708 | 2024-08-08T20:26:16.809Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2709 | 2024-08-08T20:26:16.840Z | [ helios-setup] Aug 08 20:26:15.904 INFO E| info: downloading component 'rustfmt' |
2710 | 2024-08-08T20:26:17.048Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2711 | 2024-08-08T20:26:17.135Z | [ helios-setup] Aug 08 20:26:16.199 INFO E| info: installing component 'cargo' |
2712 | 2024-08-08T20:26:18.510Z | [ helios-setup] Aug 08 20:26:17.574 INFO E| info: installing component 'clippy' |
2713 | 2024-08-08T20:26:18.752Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2714 | 2024-08-08T20:26:19.109Z | [ helios-setup] Aug 08 20:26:18.172 INFO E| info: installing component 'rust-docs' |
2715 | 2024-08-08T20:26:25.159Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2716 | 2024-08-08T20:26:25.531Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2717 | 2024-08-08T20:26:25.550Z | [ helios-setup] Aug 08 20:26:24.611 INFO E| info: installing component 'rust-src' |
2718 | 2024-08-08T20:26:26.146Z | [ helios-setup] Aug 08 20:26:25.207 INFO E| info: installing component 'rust-std' |
2719 | 2024-08-08T20:26:28.531Z | [ helios-setup] Aug 08 20:26:27.591 INFO E| info: installing component 'rustc' |
2720 | 2024-08-08T20:26:30.115Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2721 | 2024-08-08T20:26:30.307Z | [ host-package] Compiling portpicker v0.1.1 |
2722 | 2024-08-08T20:26:30.373Z | [ host-package] Compiling smawk v0.3.2 |
2723 | 2024-08-08T20:26:30.778Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2724 | 2024-08-08T20:26:30.807Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2725 | 2024-08-08T20:26:31.501Z | [ host-package] Compiling textwrap v0.16.1 |
2726 | 2024-08-08T20:26:31.534Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2727 | 2024-08-08T20:26:35.039Z | [ helios-setup] Aug 08 20:26:34.097 INFO E| info: installing component 'rustfmt' |
2728 | 2024-08-08T20:26:35.629Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2729 | 2024-08-08T20:26:36.022Z | [ helios-setup] Aug 08 20:26:35.080 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2730 | 2024-08-08T20:26:36.983Z | [ helios-setup] Aug 08 20:26:36.041 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2731 | 2024-08-08T20:26:36.983Z | [ helios-setup] Aug 08 20:26:36.041 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2732 | 2024-08-08T20:26:36.983Z | [ helios-setup] Aug 08 20:26:36.041 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2733 | 2024-08-08T20:26:37.013Z | [ helios-setup] Aug 08 20:26:36.070 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2734 | 2024-08-08T20:26:37.013Z | [ helios-setup] Aug 08 20:26:36.071 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2735 | 2024-08-08T20:26:37.016Z | [ helios-setup] Aug 08 20:26:36.071 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2736 | 2024-08-08T20:26:37.016Z | [ helios-setup] Aug 08 20:26:36.071 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2737 | 2024-08-08T20:26:37.016Z | [ helios-setup] Aug 08 20:26:36.071 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2738 | 2024-08-08T20:26:37.016Z | [ helios-setup] Aug 08 20:26:36.071 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2739 | 2024-08-08T20:26:37.016Z | [ helios-setup] Aug 08 20:26:36.071 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2740 | 2024-08-08T20:26:37.064Z | [ helios-setup] Aug 08 20:26:36.122 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2741 | 2024-08-08T20:26:37.522Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2742 | 2024-08-08T20:26:37.940Z | [ helios-setup] Aug 08 20:26:36.997 INFO E| From https://github.com/oxidecomputer/amd-efs |
2743 | 2024-08-08T20:26:37.940Z | [ helios-setup] Aug 08 20:26:36.997 INFO E| * [new branch] empty -> origin/empty |
2744 | 2024-08-08T20:26:37.940Z | [ helios-setup] Aug 08 20:26:36.997 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2745 | 2024-08-08T20:26:37.943Z | [ helios-setup] Aug 08 20:26:36.997 INFO E| * [new branch] main -> origin/main |
2746 | 2024-08-08T20:26:37.943Z | [ helios-setup] Aug 08 20:26:36.997 INFO E| * [new branch] review -> origin/review |
2747 | 2024-08-08T20:26:37.943Z | [ helios-setup] Aug 08 20:26:36.997 INFO E| * [new ref] -> origin/HEAD |
2748 | 2024-08-08T20:26:37.944Z | [ helios-setup] Aug 08 20:26:36.998 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2749 | 2024-08-08T20:26:37.944Z | [ helios-setup] Aug 08 20:26:36.998 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2750 | 2024-08-08T20:26:37.944Z | [ helios-setup] Aug 08 20:26:36.998 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2751 | 2024-08-08T20:26:37.944Z | [ helios-setup] Aug 08 20:26:36.998 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2752 | 2024-08-08T20:26:37.944Z | [ helios-setup] Aug 08 20:26:36.998 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2753 | 2024-08-08T20:26:37.944Z | [ helios-setup] Aug 08 20:26:36.999 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2754 | 2024-08-08T20:26:37.944Z | [ helios-setup] Aug 08 20:26:36.999 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2755 | 2024-08-08T20:26:37.944Z | [ helios-setup] Aug 08 20:26:36.999 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2756 | 2024-08-08T20:26:37.944Z | [ helios-setup] Aug 08 20:26:36.999 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2757 | 2024-08-08T20:26:37.944Z | [ helios-setup] Aug 08 20:26:37.000 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2758 | 2024-08-08T20:26:37.944Z | [ helios-setup] Aug 08 20:26:37.000 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2759 | 2024-08-08T20:26:37.966Z | [ helios-setup] Aug 08 20:26:37.024 INFO E| Updating crates.io index |
2760 | 2024-08-08T20:26:38.423Z | [ helios-setup] Aug 08 20:26:37.480 INFO E| Downloading crates ... |
2761 | 2024-08-08T20:26:38.585Z | [ helios-setup] Aug 08 20:26:37.642 INFO E| Downloaded memchr v2.7.4 |
2762 | 2024-08-08T20:26:38.596Z | [ helios-setup] Aug 08 20:26:37.653 INFO E| Downloaded memoffset v0.5.6 |
2763 | 2024-08-08T20:26:38.599Z | [ helios-setup] Aug 08 20:26:37.656 INFO E| Downloaded proc-macro-crate v0.1.5 |
2764 | 2024-08-08T20:26:38.601Z | [ helios-setup] Aug 08 20:26:37.657 INFO E| Downloaded fletcher v0.1.0 |
2765 | 2024-08-08T20:26:38.604Z | [ helios-setup] Aug 08 20:26:37.661 INFO E| Downloaded strum v0.23.0 |
2766 | 2024-08-08T20:26:38.607Z | [ helios-setup] Aug 08 20:26:37.663 INFO E| Downloaded scroll_derive v0.10.5 |
2767 | 2024-08-08T20:26:38.607Z | [ helios-setup] Aug 08 20:26:37.664 INFO E| Downloaded parse_int v0.6.0 |
2768 | 2024-08-08T20:26:38.680Z | [ helios-setup] Aug 08 20:26:37.737 INFO E| Downloaded vec_map v0.8.2 |
2769 | 2024-08-08T20:26:38.683Z | [ helios-setup] Aug 08 20:26:37.739 INFO E| Downloaded semver-parser v0.7.0 |
2770 | 2024-08-08T20:26:38.686Z | [ helios-setup] Aug 08 20:26:37.741 INFO E| Downloaded pre-proc-macro v0.2.1 |
2771 | 2024-08-08T20:26:38.686Z | [ helios-setup] Aug 08 20:26:37.743 INFO E| Downloaded num-derive v0.3.3 |
2772 | 2024-08-08T20:26:38.688Z | [ helios-setup] Aug 08 20:26:37.745 INFO E| Downloaded modular-bitfield v0.11.2 |
2773 | 2024-08-08T20:26:38.705Z | [ helios-setup] Aug 08 20:26:37.762 INFO E| Downloaded strsim v0.8.0 |
2774 | 2024-08-08T20:26:38.708Z | [ helios-setup] Aug 08 20:26:37.764 INFO E| Downloaded semver v0.9.0 |
2775 | 2024-08-08T20:26:38.711Z | [ helios-setup] Aug 08 20:26:37.766 INFO E| Downloaded scroll v0.10.2 |
2776 | 2024-08-08T20:26:38.711Z | [ helios-setup] Aug 08 20:26:37.769 INFO E| Downloaded rustc_version v0.2.3 |
2777 | 2024-08-08T20:26:38.714Z | [ helios-setup] Aug 08 20:26:37.770 INFO E| Downloaded pre v0.2.1 |
2778 | 2024-08-08T20:26:38.714Z | [ helios-setup] Aug 08 20:26:37.771 INFO E| Downloaded pest_generator v2.7.11 |
2779 | 2024-08-08T20:26:38.717Z | [ helios-setup] Aug 08 20:26:37.773 INFO E| Downloaded pest_meta v2.7.11 |
2780 | 2024-08-08T20:26:38.720Z | [ helios-setup] Aug 08 20:26:37.776 INFO E| Downloaded pest_derive v2.7.11 |
2781 | 2024-08-08T20:26:38.723Z | [ helios-setup] Aug 08 20:26:37.779 INFO E| Downloaded structopt v0.3.26 |
2782 | 2024-08-08T20:26:38.733Z | [ helios-setup] Aug 08 20:26:37.791 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2783 | 2024-08-08T20:26:38.736Z | [ helios-setup] Aug 08 20:26:37.793 INFO E| Downloaded log v0.4.22 |
2784 | 2024-08-08T20:26:38.739Z | [ helios-setup] Aug 08 20:26:37.796 INFO E| Downloaded pest v2.7.11 |
2785 | 2024-08-08T20:26:38.747Z | [ helios-setup] Aug 08 20:26:37.803 INFO E| Downloaded goblin v0.4.3 |
2786 | 2024-08-08T20:26:38.754Z | [ helios-setup] Aug 08 20:26:37.811 INFO E| Downloaded serde_json v1.0.120 |
2787 | 2024-08-08T20:26:38.764Z | [ helios-setup] Aug 08 20:26:37.821 INFO E| Downloaded syn v2.0.71 |
2788 | 2024-08-08T20:26:38.784Z | [ helios-setup] Aug 08 20:26:37.841 INFO E| Downloaded clap v2.34.0 |
2789 | 2024-08-08T20:26:38.794Z | [ helios-setup] Aug 08 20:26:37.851 INFO E| Downloaded ansi_term v0.12.1 |
2790 | 2024-08-08T20:26:38.797Z | [ helios-setup] Aug 08 20:26:37.854 INFO E| Downloaded four-cc v0.3.0 |
2791 | 2024-08-08T20:26:38.799Z | [ helios-setup] Aug 08 20:26:37.855 INFO E| Downloaded cfg-if v0.1.10 |
2792 | 2024-08-08T20:26:38.799Z | [ helios-setup] Aug 08 20:26:37.857 INFO E| Downloaded bytesize v1.3.0 |
2793 | 2024-08-08T20:26:38.802Z | [ helios-setup] Aug 08 20:26:37.858 INFO E| Downloaded textwrap v0.11.0 |
2794 | 2024-08-08T20:26:38.805Z | [ helios-setup] Aug 08 20:26:37.861 INFO E| Downloaded strum_macros v0.23.1 |
2795 | 2024-08-08T20:26:38.808Z | [ helios-setup] Aug 08 20:26:37.864 INFO E| Downloaded structopt-derive v0.4.18 |
2796 | 2024-08-08T20:26:38.899Z | [ helios-setup] Aug 08 20:26:37.956 INFO E| Compiling proc-macro2 v1.0.86 |
2797 | 2024-08-08T20:26:38.899Z | [ helios-setup] Aug 08 20:26:37.956 INFO E| Compiling unicode-ident v1.0.12 |
2798 | 2024-08-08T20:26:38.902Z | [ helios-setup] Aug 08 20:26:37.957 INFO E| Compiling syn v1.0.109 |
2799 | 2024-08-08T20:26:38.903Z | [ helios-setup] Aug 08 20:26:37.957 INFO E| Compiling version_check v0.9.4 |
2800 | 2024-08-08T20:26:38.903Z | [ helios-setup] Aug 08 20:26:37.957 INFO E| Compiling autocfg v1.3.0 |
2801 | 2024-08-08T20:26:38.903Z | [ helios-setup] Aug 08 20:26:37.957 INFO E| Compiling thiserror v1.0.63 |
2802 | 2024-08-08T20:26:38.903Z | [ helios-setup] Aug 08 20:26:37.957 INFO E| Compiling semver-parser v0.7.0 |
2803 | 2024-08-08T20:26:38.903Z | [ helios-setup] Aug 08 20:26:37.957 INFO E| Compiling serde v1.0.204 |
2804 | 2024-08-08T20:26:40.125Z | [ helios-setup] Aug 08 20:26:39.182 INFO E| Compiling semver v0.9.0 |
2805 | 2024-08-08T20:26:40.136Z | [ helios-setup] Aug 08 20:26:39.193 INFO E| Compiling serde_json v1.0.120 |
2806 | 2024-08-08T20:26:40.635Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2807 | 2024-08-08T20:26:40.638Z | [ helios-setup] Aug 08 20:26:39.692 INFO E| Compiling num-traits v0.2.19 |
2808 | 2024-08-08T20:26:40.715Z | [ helios-setup] Aug 08 20:26:39.770 INFO E| Compiling unicode-segmentation v1.11.0 |
2809 | 2024-08-08T20:26:40.740Z | [ helios-setup] Aug 08 20:26:39.797 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2810 | 2024-08-08T20:26:40.740Z | [ helios-setup] Aug 08 20:26:39.797 INFO E| Compiling proc-macro-error v1.0.4 |
2811 | 2024-08-08T20:26:40.812Z | [ helios-setup] Aug 08 20:26:39.868 INFO E| Compiling rustc_version v0.2.3 |
2812 | 2024-08-08T20:26:41.443Z | [ helios-setup] Aug 08 20:26:40.499 INFO E| Compiling schemars v0.8.21 |
2813 | 2024-08-08T20:26:41.570Z | [ helios-setup] Aug 08 20:26:40.626 INFO E| Compiling ryu v1.0.18 |
2814 | 2024-08-08T20:26:41.578Z | [ helios-setup] Aug 08 20:26:40.634 INFO E| Compiling itoa v1.0.11 |
2815 | 2024-08-08T20:26:41.672Z | [ helios-setup] Aug 08 20:26:40.728 INFO E| Compiling pre-proc-macro v0.2.1 |
2816 | 2024-08-08T20:26:41.947Z | [ helios-setup] Aug 08 20:26:41.004 INFO E| Compiling heck v0.3.3 |
2817 | 2024-08-08T20:26:42.146Z | [ helios-setup] Aug 08 20:26:41.202 INFO E| Compiling quote v1.0.36 |
2818 | 2024-08-08T20:26:42.169Z | [ helios-setup] Aug 08 20:26:41.225 INFO E| Compiling memoffset v0.5.6 |
2819 | 2024-08-08T20:26:42.288Z | [ helios-setup] Aug 08 20:26:41.344 INFO E| Compiling paste v1.0.15 |
2820 | 2024-08-08T20:26:42.327Z | [ helios-setup] Aug 08 20:26:41.383 INFO E| Compiling libc v0.2.155 |
2821 | 2024-08-08T20:26:42.770Z | [ helios-setup] Aug 08 20:26:41.825 INFO E| Compiling syn v2.0.71 |
2822 | 2024-08-08T20:26:42.987Z | [ helios-setup] Aug 08 20:26:42.043 INFO E| Compiling dyn-clone v1.0.17 |
2823 | 2024-08-08T20:26:43.313Z | [ helios-setup] Aug 08 20:26:42.369 INFO E| Compiling rustversion v1.0.17 |
2824 | 2024-08-08T20:26:43.403Z | [ helios-setup] Aug 08 20:26:42.452 INFO E| Compiling memchr v2.7.4 |
2825 | 2024-08-08T20:26:43.434Z | [ helios-setup] Aug 08 20:26:42.490 INFO E| Compiling ucd-trie v0.1.6 |
2826 | 2024-08-08T20:26:44.034Z | [ helios-setup] Aug 08 20:26:43.090 INFO E| Compiling lazy_static v1.5.0 |
2827 | 2024-08-08T20:26:44.792Z | [ helios-setup] Aug 08 20:26:43.847 INFO E| Compiling pre v0.2.1 |
2828 | 2024-08-08T20:26:45.215Z | [ host-package] Compiling rcgen v0.12.1 |
2829 | 2024-08-08T20:26:45.333Z | [ helios-setup] Aug 08 20:26:44.387 INFO E| Compiling static_assertions v1.1.0 |
2830 | 2024-08-08T20:26:45.433Z | [ helios-setup] Aug 08 20:26:44.487 INFO E| Compiling cfg-if v0.1.10 |
2831 | 2024-08-08T20:26:45.497Z | [ helios-setup] Aug 08 20:26:44.551 INFO E| Compiling byteorder v1.5.0 |
2832 | 2024-08-08T20:26:45.519Z | [ helios-setup] Aug 08 20:26:44.573 INFO E| Compiling once_cell v1.19.0 |
2833 | 2024-08-08T20:26:47.768Z | [ helios-setup] Aug 08 20:26:46.822 INFO E| Compiling unicode-width v0.1.13 |
2834 | 2024-08-08T20:26:48.307Z | [ helios-setup] Aug 08 20:26:47.360 INFO E| Compiling atty v0.2.14 |
2835 | 2024-08-08T20:26:48.552Z | [ helios-setup] Aug 08 20:26:47.605 INFO E| Compiling parse_int v0.6.0 |
2836 | 2024-08-08T20:26:48.561Z | [ helios-setup] Aug 08 20:26:47.615 INFO E| Compiling textwrap v0.11.0 |
2837 | 2024-08-08T20:26:48.738Z | [ helios-setup] Aug 08 20:26:47.791 INFO E| Compiling vec_map v0.8.2 |
2838 | 2024-08-08T20:26:48.881Z | [ helios-setup] Aug 08 20:26:47.935 INFO E| Compiling strsim v0.8.0 |
2839 | 2024-08-08T20:26:48.915Z | [ helios-setup] Aug 08 20:26:47.968 INFO E| Compiling fletcher v0.1.0 |
2840 | 2024-08-08T20:26:49.028Z | [ helios-setup] Aug 08 20:26:48.081 INFO E| Compiling bitflags v1.3.2 |
2841 | 2024-08-08T20:26:49.121Z | [ helios-setup] Aug 08 20:26:48.174 INFO E| Compiling ansi_term v0.12.1 |
2842 | 2024-08-08T20:26:49.194Z | [ helios-setup] Aug 08 20:26:48.247 INFO E| Compiling strum v0.23.0 |
2843 | 2024-08-08T20:26:49.308Z | [ helios-setup] Aug 08 20:26:48.362 INFO E| Compiling log v0.4.22 |
2844 | 2024-08-08T20:26:49.379Z | [ helios-setup] Aug 08 20:26:48.433 INFO E| Compiling plain v0.2.3 |
2845 | 2024-08-08T20:26:49.595Z | [ helios-setup] Aug 08 20:26:48.648 INFO E| Compiling clap v2.34.0 |
2846 | 2024-08-08T20:26:50.100Z | [ helios-setup] Aug 08 20:26:49.153 INFO E| Compiling bytesize v1.3.0 |
2847 | 2024-08-08T20:26:51.422Z | [ helios-setup] Aug 08 20:26:50.475 INFO E| Compiling serde_derive_internals v0.29.1 |
2848 | 2024-08-08T20:26:53.972Z | [ helios-setup] Aug 08 20:26:53.019 INFO E| Compiling toml v0.5.11 |
2849 | 2024-08-08T20:26:56.912Z | [ helios-setup] Aug 08 20:26:55.963 INFO E| Compiling proc-macro-crate v0.1.5 |
2850 | 2024-08-08T20:26:57.230Z | [ helios-setup] Aug 08 20:26:56.280 INFO E| Compiling thiserror-impl v1.0.63 |
2851 | 2024-08-08T20:26:57.341Z | [ helios-setup] Aug 08 20:26:56.392 INFO E| Compiling serde_derive v1.0.204 |
2852 | 2024-08-08T20:26:57.522Z | [ helios-setup] Aug 08 20:26:56.573 INFO E| Compiling schemars_derive v0.8.21 |
2853 | 2024-08-08T20:26:57.819Z | [ helios-setup] Aug 08 20:26:56.870 INFO E| Compiling zerocopy-derive v0.6.6 |
2854 | 2024-08-08T20:27:01.585Z | [ helios-setup] Aug 08 20:27:00.635 INFO E| Compiling zerocopy v0.6.6 |
2855 | 2024-08-08T20:27:02.861Z | [ helios-setup] Aug 08 20:27:01.911 INFO E| Compiling pest v2.7.11 |
2856 | 2024-08-08T20:27:03.010Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2857 | 2024-08-08T20:27:04.184Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2858 | 2024-08-08T20:27:05.004Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2859 | 2024-08-08T20:27:05.034Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2860 | 2024-08-08T20:27:05.213Z | [ helios-setup] Aug 08 20:27:04.262 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2861 | 2024-08-08T20:27:06.001Z | [ host-package] Compiling atomicwrites v0.4.3 |
2862 | 2024-08-08T20:27:06.361Z | [ helios-setup] Aug 08 20:27:05.408 INFO E| Compiling num-derive v0.3.3 |
2863 | 2024-08-08T20:27:06.502Z | [ helios-setup] Aug 08 20:27:05.551 INFO E| Compiling strum_macros v0.23.1 |
2864 | 2024-08-08T20:27:06.749Z | [ helios-setup] Aug 08 20:27:05.795 INFO E| Compiling scroll_derive v0.10.5 |
2865 | 2024-08-08T20:27:07.067Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2866 | 2024-08-08T20:27:07.096Z | [ helios-setup] Aug 08 20:27:06.145 INFO E| Compiling structopt-derive v0.4.18 |
2867 | 2024-08-08T20:27:08.732Z | [ helios-setup] Aug 08 20:27:07.779 INFO E| Compiling pest_meta v2.7.11 |
2868 | 2024-08-08T20:27:10.170Z | [ helios-setup] Aug 08 20:27:09.218 INFO E| Compiling scroll v0.10.2 |
2869 | 2024-08-08T20:27:10.637Z | [ helios-setup] Aug 08 20:27:09.682 INFO E| Compiling modular-bitfield v0.11.2 |
2870 | 2024-08-08T20:27:11.180Z | [ helios-setup] Aug 08 20:27:10.227 INFO E| Compiling goblin v0.4.3 |
2871 | 2024-08-08T20:27:11.399Z | [ helios-setup] Aug 08 20:27:10.445 INFO E| Compiling pest_generator v2.7.11 |
2872 | 2024-08-08T20:27:12.308Z | [ host-package] Compiling fatfs v0.3.6 |
2873 | 2024-08-08T20:27:13.356Z | [ helios-setup] Aug 08 20:27:12.402 INFO E| Compiling structopt v0.3.26 |
2874 | 2024-08-08T20:27:16.420Z | [ helios-setup] Aug 08 20:27:15.465 INFO E| Compiling pest_derive v2.7.11 |
2875 | 2024-08-08T20:27:16.785Z | [ host-package] Compiling rtoolbox v0.0.2 |
2876 | 2024-08-08T20:27:17.427Z | [ host-package] Compiling subprocess v0.2.9 |
2877 | 2024-08-08T20:27:17.617Z | [ host-package] Compiling assert_matches v1.5.0 |
2878 | 2024-08-08T20:27:17.897Z | [ host-package] Compiling is_ci v1.2.0 |
2879 | 2024-08-08T20:27:18.370Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2880 | 2024-08-08T20:27:19.787Z | [ host-package] Compiling supports-color v3.0.0 |
2881 | 2024-08-08T20:27:20.824Z | [ helios-setup] Aug 08 20:27:19.866 INFO E| Compiling json5 v0.4.1 |
2882 | 2024-08-08T20:27:20.895Z | [ host-package] Compiling rpassword v7.3.1 |
2883 | 2024-08-08T20:27:21.530Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2884 | 2024-08-08T20:27:23.582Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2885 | 2024-08-08T20:27:26.719Z | [ helios-setup] Aug 08 20:27:25.761 INFO E| Compiling four-cc v0.3.0 |
2886 | 2024-08-08T20:27:26.719Z | [ helios-setup] Aug 08 20:27:25.761 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2887 | 2024-08-08T20:27:26.958Z | [ helios-setup] Aug 08 20:27:26.000 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2888 | 2024-08-08T20:27:27.878Z | [ host-package] Compiling tui-tree-widget v0.21.0 |
2889 | 2024-08-08T20:27:28.581Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2890 | 2024-08-08T20:27:29.712Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2891 | 2024-08-08T20:27:33.555Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2892 | 2024-08-08T20:27:34.103Z | [ host-package] Compiling uzers v0.11.3 |
2893 | 2024-08-08T20:27:36.159Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2894 | 2024-08-08T20:27:37.123Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2895 | 2024-08-08T20:27:39.503Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2896 | 2024-08-08T20:27:54.049Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2897 | 2024-08-08T20:28:04.644Z | [ host-package] Compiling multimap v0.10.0 |
2898 | 2024-08-08T20:28:09.301Z | [ helios-setup] Aug 08 20:28:08.330 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2899 | 2024-08-08T20:28:27.516Z | [ helios-setup] Aug 08 20:28:26.538 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2900 | 2024-08-08T20:29:22.613Z | [ helios-setup] Aug 08 20:29:21.618 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 46s |
2901 | 2024-08-08T20:29:22.647Z | [ helios-setup] Aug 08 20:29:21.653 INFO building project "amd-host-image-builder" ok (197 seconds) |
2902 | 2024-08-08T20:29:22.647Z | [ helios-setup] Aug 08 20:29:21.653 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2903 | 2024-08-08T20:29:22.654Z | [ helios-setup] Aug 08 20:29:21.653 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2904 | 2024-08-08T20:29:23.183Z | [ helios-setup] Aug 08 20:29:22.188 INFO E| Downloading crates ... |
2905 | 2024-08-08T20:29:23.335Z | [ helios-setup] Aug 08 20:29:22.340 INFO E| Downloaded typenum v1.15.0 |
2906 | 2024-08-08T20:29:23.339Z | [ helios-setup] Aug 08 20:29:22.345 INFO E| Downloaded sha2 v0.10.5 |
2907 | 2024-08-08T20:29:23.342Z | [ helios-setup] Aug 08 20:29:22.348 INFO E| Downloaded digest v0.10.3 |
2908 | 2024-08-08T20:29:23.345Z | [ helios-setup] Aug 08 20:29:22.350 INFO E| Downloaded bytes v1.2.1 |
2909 | 2024-08-08T20:29:23.351Z | [ helios-setup] Aug 08 20:29:22.357 INFO E| Downloaded anyhow v1.0.62 |
2910 | 2024-08-08T20:29:23.548Z | [ helios-setup] Aug 08 20:29:22.553 INFO E| Compiling version_check v0.9.4 |
2911 | 2024-08-08T20:29:23.548Z | [ helios-setup] Aug 08 20:29:22.553 INFO E| Compiling typenum v1.15.0 |
2912 | 2024-08-08T20:29:23.551Z | [ helios-setup] Aug 08 20:29:22.553 INFO E| Compiling cfg-if v1.0.0 |
2913 | 2024-08-08T20:29:23.551Z | [ helios-setup] Aug 08 20:29:22.553 INFO E| Compiling crc32fast v1.3.2 |
2914 | 2024-08-08T20:29:23.551Z | [ helios-setup] Aug 08 20:29:22.553 INFO E| Compiling anyhow v1.0.62 |
2915 | 2024-08-08T20:29:23.551Z | [ helios-setup] Aug 08 20:29:22.553 INFO E| Compiling adler v1.0.2 |
2916 | 2024-08-08T20:29:23.551Z | [ helios-setup] Aug 08 20:29:22.554 INFO E| Compiling unicode-width v0.1.10 |
2917 | 2024-08-08T20:29:23.551Z | [ helios-setup] Aug 08 20:29:22.554 INFO E| Compiling cpufeatures v0.2.5 |
2918 | 2024-08-08T20:29:23.708Z | [ helios-setup] Aug 08 20:29:22.713 INFO E| Compiling bytes v1.2.1 |
2919 | 2024-08-08T20:29:23.817Z | [ helios-setup] Aug 08 20:29:22.822 INFO E| Compiling miniz_oxide v0.6.2 |
2920 | 2024-08-08T20:29:24.115Z | [ helios-setup] Aug 08 20:29:23.120 INFO E| Compiling getopts v0.2.21 |
2921 | 2024-08-08T20:29:24.480Z | [ helios-setup] Aug 08 20:29:23.485 INFO E| Compiling bitflags v1.3.2 |
2922 | 2024-08-08T20:29:24.704Z | [ helios-setup] Aug 08 20:29:23.709 INFO E| Compiling generic-array v0.14.6 |
2923 | 2024-08-08T20:29:25.678Z | [ helios-setup] Aug 08 20:29:24.682 INFO E| Compiling flate2 v1.0.25 |
2924 | 2024-08-08T20:29:29.383Z | [ helios-setup] Aug 08 20:29:28.387 INFO E| Compiling crypto-common v0.1.6 |
2925 | 2024-08-08T20:29:29.383Z | [ helios-setup] Aug 08 20:29:28.387 INFO E| Compiling block-buffer v0.10.3 |
2926 | 2024-08-08T20:29:29.622Z | [ helios-setup] Aug 08 20:29:28.626 INFO E| Compiling digest v0.10.3 |
2927 | 2024-08-08T20:29:29.990Z | [ helios-setup] Aug 08 20:29:28.993 INFO E| Compiling sha2 v0.10.5 |
2928 | 2024-08-08T20:29:30.537Z | [ helios-setup] Aug 08 20:29:29.540 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2929 | 2024-08-08T20:29:35.530Z | [ helios-setup] Aug 08 20:29:34.531 INFO E| Finished `release` profile [optimized] target(s) in 12.76s |
2930 | 2024-08-08T20:29:35.545Z | [ helios-setup] Aug 08 20:29:34.546 INFO building project "bootserver" ok (12 seconds) |
2931 | 2024-08-08T20:29:35.545Z | [ helios-setup] Aug 08 20:29:34.547 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2932 | 2024-08-08T20:29:35.545Z | [ helios-setup] Aug 08 20:29:34.547 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2933 | 2024-08-08T20:29:36.012Z | [ helios-setup] Aug 08 20:29:35.013 INFO E| Compiling adler v1.0.2 |
2934 | 2024-08-08T20:29:36.262Z | [ helios-setup] Aug 08 20:29:35.264 INFO E| Compiling miniz_oxide v0.7.2 |
2935 | 2024-08-08T20:29:39.147Z | [ helios-setup] Aug 08 20:29:38.147 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2936 | 2024-08-08T20:29:40.323Z | [ helios-setup] Aug 08 20:29:39.322 INFO E| Finished `release` profile [optimized] target(s) in 4.69s |
2937 | 2024-08-08T20:29:40.330Z | [ helios-setup] Aug 08 20:29:39.330 INFO building project "pinprick" ok (4 seconds) |
2938 | 2024-08-08T20:29:40.330Z | [ helios-setup] Aug 08 20:29:39.331 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2939 | 2024-08-08T20:29:40.330Z | [ helios-setup] Aug 08 20:29:39.331 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2940 | 2024-08-08T20:29:40.659Z | [ helios-setup] Aug 08 20:29:39.658 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2941 | 2024-08-08T20:29:41.262Z | [ helios-setup] Aug 08 20:29:40.261 INFO E| From https://github.com/jclulow/rust-jmclib |
2942 | 2024-08-08T20:29:41.262Z | [ helios-setup] Aug 08 20:29:40.261 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2943 | 2024-08-08T20:29:41.299Z | [ helios-setup] Aug 08 20:29:40.299 INFO E| Updating crates.io index |
2944 | 2024-08-08T20:29:41.598Z | [ helios-setup] Aug 08 20:29:40.597 INFO E| Downloading crates ... |
2945 | 2024-08-08T20:29:41.665Z | [ helios-setup] Aug 08 20:29:40.664 INFO E| Downloaded fastrand v2.0.0 |
2946 | 2024-08-08T20:29:41.668Z | [ helios-setup] Aug 08 20:29:40.667 INFO E| Downloaded block-buffer v0.9.0 |
2947 | 2024-08-08T20:29:41.673Z | [ helios-setup] Aug 08 20:29:40.673 INFO E| Downloaded once_cell v1.18.0 |
2948 | 2024-08-08T20:29:41.706Z | [ helios-setup] Aug 08 20:29:40.705 INFO E| Downloaded digest v0.9.0 |
2949 | 2024-08-08T20:29:41.709Z | [ helios-setup] Aug 08 20:29:40.708 INFO E| Downloaded opaque-debug v0.3.0 |
2950 | 2024-08-08T20:29:41.712Z | [ helios-setup] Aug 08 20:29:40.709 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2951 | 2024-08-08T20:29:41.712Z | [ helios-setup] Aug 08 20:29:40.710 INFO E| Downloaded itoa v1.0.9 |
2952 | 2024-08-08T20:29:41.715Z | [ helios-setup] Aug 08 20:29:40.712 INFO E| Downloaded cpufeatures v0.2.9 |
2953 | 2024-08-08T20:29:41.717Z | [ helios-setup] Aug 08 20:29:40.715 INFO E| Downloaded sha-1 v0.9.8 |
2954 | 2024-08-08T20:29:41.720Z | [ helios-setup] Aug 08 20:29:40.718 INFO E| Downloaded quote v1.0.31 |
2955 | 2024-08-08T20:29:41.723Z | [ helios-setup] Aug 08 20:29:40.722 INFO E| Downloaded md-5 v0.9.1 |
2956 | 2024-08-08T20:29:41.725Z | [ helios-setup] Aug 08 20:29:40.725 INFO E| Downloaded uuid v0.8.2 |
2957 | 2024-08-08T20:29:41.730Z | [ helios-setup] Aug 08 20:29:40.730 INFO E| Downloaded getrandom v0.2.10 |
2958 | 2024-08-08T20:29:41.735Z | [ helios-setup] Aug 08 20:29:40.735 INFO E| Downloaded anyhow v1.0.72 |
2959 | 2024-08-08T20:29:41.742Z | [ helios-setup] Aug 08 20:29:40.742 INFO E| Downloaded unicode-ident v1.0.11 |
2960 | 2024-08-08T20:29:41.746Z | [ helios-setup] Aug 08 20:29:40.746 INFO E| Downloaded serde_derive v1.0.193 |
2961 | 2024-08-08T20:29:41.750Z | [ helios-setup] Aug 08 20:29:40.750 INFO E| Downloaded ryu v1.0.15 |
2962 | 2024-08-08T20:29:41.755Z | [ helios-setup] Aug 08 20:29:40.755 INFO E| Downloaded serde v1.0.193 |
2963 | 2024-08-08T20:29:41.761Z | [ helios-setup] Aug 08 20:29:40.761 INFO E| Downloaded tempfile v3.7.0 |
2964 | 2024-08-08T20:29:41.765Z | [ helios-setup] Aug 08 20:29:40.765 INFO E| Downloaded proc-macro2 v1.0.66 |
2965 | 2024-08-08T20:29:41.770Z | [ helios-setup] Aug 08 20:29:40.769 INFO E| Downloaded bitflags v2.3.3 |
2966 | 2024-08-08T20:29:41.774Z | [ helios-setup] Aug 08 20:29:40.774 INFO E| Downloaded serde_json v1.0.103 |
2967 | 2024-08-08T20:29:41.787Z | [ helios-setup] Aug 08 20:29:40.786 INFO E| Downloaded syn v2.0.32 |
2968 | 2024-08-08T20:29:41.804Z | [ helios-setup] Aug 08 20:29:40.803 INFO E| Downloaded rustix v0.38.4 |
2969 | 2024-08-08T20:29:41.858Z | [ helios-setup] Aug 08 20:29:40.858 INFO E| Downloaded libc v0.2.147 |
2970 | 2024-08-08T20:29:42.141Z | [ helios-setup] Aug 08 20:29:41.141 INFO E| Compiling libc v0.2.147 |
2971 | 2024-08-08T20:29:42.145Z | [ helios-setup] Aug 08 20:29:41.141 INFO E| Compiling proc-macro2 v1.0.66 |
2972 | 2024-08-08T20:29:42.145Z | [ helios-setup] Aug 08 20:29:41.141 INFO E| Compiling cfg-if v1.0.0 |
2973 | 2024-08-08T20:29:42.145Z | [ helios-setup] Aug 08 20:29:41.141 INFO E| Compiling unicode-ident v1.0.11 |
2974 | 2024-08-08T20:29:42.145Z | [ helios-setup] Aug 08 20:29:41.141 INFO E| Compiling typenum v1.16.0 |
2975 | 2024-08-08T20:29:42.145Z | [ helios-setup] Aug 08 20:29:41.141 INFO E| Compiling version_check v0.9.4 |
2976 | 2024-08-08T20:29:42.145Z | [ helios-setup] Aug 08 20:29:41.141 INFO E| Compiling serde v1.0.193 |
2977 | 2024-08-08T20:29:42.145Z | [ helios-setup] Aug 08 20:29:41.142 INFO E| Compiling slog v2.7.0 |
2978 | 2024-08-08T20:29:42.616Z | [ helios-setup] Aug 08 20:29:41.616 INFO E| Compiling time-core v0.1.2 |
2979 | 2024-08-08T20:29:42.617Z | [ helios-setup] Aug 08 20:29:41.616 INFO E| Compiling num-conv v0.1.0 |
2980 | 2024-08-08T20:29:42.882Z | [ helios-setup] Aug 08 20:29:41.881 INFO E| Compiling itoa v1.0.9 |
2981 | 2024-08-08T20:29:43.232Z | [ helios-setup] Aug 08 20:29:42.231 INFO E| Compiling rustix v0.38.4 |
2982 | 2024-08-08T20:29:43.380Z | [ helios-setup] Aug 08 20:29:42.379 INFO E| Compiling powerfmt v0.2.0 |
2983 | 2024-08-08T20:29:43.683Z | [ helios-setup] Aug 08 20:29:42.682 INFO E| Compiling time-macros v0.2.18 |
2984 | 2024-08-08T20:29:44.018Z | [ helios-setup] Aug 08 20:29:43.017 INFO E| Compiling deranged v0.3.11 |
2985 | 2024-08-08T20:29:44.047Z | [ helios-setup] Aug 08 20:29:43.045 INFO E| Compiling generic-array v0.14.7 |
2986 | 2024-08-08T20:29:44.437Z | [ helios-setup] Aug 08 20:29:43.436 INFO E| Compiling num_threads v0.1.6 |
2987 | 2024-08-08T20:29:44.465Z | [ helios-setup] Aug 08 20:29:43.464 INFO E| Compiling bitflags v2.3.3 |
2988 | 2024-08-08T20:29:44.635Z | [ helios-setup] Aug 08 20:29:43.634 INFO E| Compiling once_cell v1.18.0 |
2989 | 2024-08-08T20:29:45.593Z | [ helios-setup] Aug 08 20:29:44.591 INFO E| Compiling quote v1.0.31 |
2990 | 2024-08-08T20:29:45.635Z | [ helios-setup] Aug 08 20:29:44.634 INFO E| Compiling thread_local v1.1.7 |
2991 | 2024-08-08T20:29:46.538Z | [ helios-setup] Aug 08 20:29:45.536 INFO E| Compiling syn v2.0.32 |
2992 | 2024-08-08T20:29:46.814Z | [ helios-setup] Aug 08 20:29:45.812 INFO E| Compiling dirs-sys-next v0.1.2 |
2993 | 2024-08-08T20:29:46.983Z | [ helios-setup] Aug 08 20:29:45.981 INFO E| Compiling errno v0.3.1 |
2994 | 2024-08-08T20:29:47.043Z | [ helios-setup] Aug 08 20:29:46.041 INFO E| Compiling atty v0.2.14 |
2995 | 2024-08-08T20:29:47.325Z | [ helios-setup] Aug 08 20:29:46.323 INFO E| Compiling dirs-next v2.0.0 |
2996 | 2024-08-08T20:29:47.607Z | [ helios-setup] Aug 08 20:29:46.605 INFO E| Compiling term v0.7.0 |
2997 | 2024-08-08T20:29:47.774Z | [ helios-setup] Aug 08 20:29:46.771 INFO E| Compiling opaque-debug v0.3.0 |
2998 | 2024-08-08T20:29:47.866Z | [ helios-setup] Aug 08 20:29:46.863 INFO E| Compiling fastrand v2.0.0 |
2999 | 2024-08-08T20:29:48.307Z | [ helios-setup] Aug 08 20:29:47.304 INFO E| Compiling serde_json v1.0.103 |
3000 | 2024-08-08T20:29:48.432Z | [ helios-setup] Aug 08 20:29:47.429 INFO E| Compiling anyhow v1.0.72 |
3001 | 2024-08-08T20:29:48.903Z | [ helios-setup] Aug 08 20:29:47.900 INFO E| Compiling digest v0.9.0 |
3002 | 2024-08-08T20:29:49.426Z | [ helios-setup] Aug 08 20:29:48.423 INFO E| Compiling block-buffer v0.9.0 |
3003 | 2024-08-08T20:29:49.559Z | [ helios-setup] Aug 08 20:29:48.549 INFO E| Compiling getrandom v0.2.10 |
3004 | 2024-08-08T20:29:49.633Z | [ helios-setup] Aug 08 20:29:48.630 INFO E| Compiling time v0.3.36 |
3005 | 2024-08-08T20:29:49.641Z | [ helios-setup] Aug 08 20:29:48.639 INFO E| Compiling cpufeatures v0.2.9 |
3006 | 2024-08-08T20:29:49.691Z | [ helios-setup] Aug 08 20:29:48.688 INFO E| Compiling ryu v1.0.15 |
3007 | 2024-08-08T20:29:49.740Z | [ helios-setup] Aug 08 20:29:48.737 INFO E| Compiling unicode-width v0.1.10 |
3008 | 2024-08-08T20:29:50.227Z | [ helios-setup] Aug 08 20:29:49.224 INFO E| Compiling same-file v1.0.6 |
3009 | 2024-08-08T20:29:50.388Z | [ helios-setup] Aug 08 20:29:49.385 INFO E| Compiling tempfile v3.7.0 |
3010 | 2024-08-08T20:29:50.498Z | [ helios-setup] Aug 08 20:29:49.495 INFO E| Compiling walkdir v2.3.3 |
3011 | 2024-08-08T20:29:50.987Z | [ helios-setup] Aug 08 20:29:49.983 INFO E| Compiling getopts v0.2.21 |
3012 | 2024-08-08T20:29:51.004Z | [ helios-setup] Aug 08 20:29:50.001 INFO E| Compiling sha-1 v0.9.8 |
3013 | 2024-08-08T20:29:51.814Z | [ helios-setup] Aug 08 20:29:50.810 INFO E| Compiling md-5 v0.9.1 |
3014 | 2024-08-08T20:29:52.262Z | [ helios-setup] Aug 08 20:29:51.259 INFO E| Compiling glob v0.3.1 |
3015 | 2024-08-08T20:29:52.394Z | [ helios-setup] Aug 08 20:29:51.391 INFO E| Compiling libdevinfo-sys v1.0.0 |
3016 | 2024-08-08T20:29:53.433Z | [ helios-setup] Aug 08 20:29:52.428 INFO E| Compiling slog-term v2.9.0 |
3017 | 2024-08-08T20:29:56.015Z | [ helios-setup] Aug 08 20:29:55.010 INFO E| Compiling serde_derive v1.0.193 |
3018 | 2024-08-08T20:30:09.933Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3019 | 2024-08-08T20:30:10.893Z | [ helios-setup] Aug 08 20:30:09.883 INFO E| Compiling toml v0.5.11 |
3020 | 2024-08-08T20:30:10.893Z | [ helios-setup] Aug 08 20:30:09.884 INFO E| Compiling uuid v0.8.2 |
3021 | 2024-08-08T20:30:13.120Z | [ helios-setup] Aug 08 20:30:12.110 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3022 | 2024-08-08T20:30:14.535Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3023 | 2024-08-08T20:30:16.750Z | [ helios-setup] Aug 08 20:30:15.739 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3024 | 2024-08-08T20:30:29.560Z | [ helios-setup] Aug 08 20:30:28.544 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.12s |
3025 | 2024-08-08T20:30:29.595Z | [ helios-setup] Aug 08 20:30:28.580 INFO building project "image-builder" ok (49 seconds) |
3026 | 2024-08-08T20:30:29.598Z | [ helios-setup] rm -f helios-build |
3027 | 2024-08-08T20:30:29.602Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3028 | 2024-08-08T20:30:29.605Z | [ helios-setup] |
3029 | 2024-08-08T20:30:29.605Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3030 | 2024-08-08T20:30:29.608Z | [ helios-setup] |
3031 | 2024-08-08T20:30:29.608Z | [ helios-setup] |
3032 | 2024-08-08T20:30:29.608Z | Aug 08 20:30:28.592[ helios-setup] real 12:06.167826190 |
3033 | 2024-08-08T20:30:29.608Z | INFO [helios-setup] process exited with exit status: 0 (726.173181787s) |
3034 | 2024-08-08T20:30:29.610Z | [ helios-setup] user 28:36.610172872 |
3035 | 2024-08-08T20:30:29.610Z | [ helios-setup] sys 3:33.013573817 |
3036 | 2024-08-08T20:30:29.610Z | [ helios-setup] trap 1.562802379 |
3037 | 2024-08-08T20:30:29.610Z | [ helios-setup] tflt 6.972372264 |
3038 | 2024-08-08T20:30:29.611Z | [ helios-setup] dflt 40.671220658 |
3039 | 2024-08-08T20:30:29.611Z | [ helios-setup] kflt 0.020192710 |
3040 | 2024-08-08T20:30:29.611Z | [ helios-setup] lock 2:01:09.937906357 |
3041 | 2024-08-08T20:30:29.611Z | [ helios-setup] slp 3:43:49.095483179 |
3042 | 2024-08-08T20:30:29.611Z | [ helios-setup] lat 32:57.263398229 |
3043 | 2024-08-08T20:30:29.611Z | [ helios-setup] stop 5:10.497013319 |
3044 | 2024-08-08T20:30:29.611Z | Aug 08 20:30:28.593 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3045 | 2024-08-08T20:30:29.629Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3046 | 2024-08-08T20:30:29.962Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3047 | 2024-08-08T20:30:29.962Z | [ phbl-toolchain] info: downloading component 'cargo' |
3048 | 2024-08-08T20:30:31.563Z | [ phbl-toolchain] info: downloading component 'clippy' |
3049 | 2024-08-08T20:30:31.818Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3050 | 2024-08-08T20:30:36.221Z | [ phbl-toolchain] info: downloading component 'miri' |
3051 | 2024-08-08T20:30:36.745Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3052 | 2024-08-08T20:30:37.855Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3053 | 2024-08-08T20:30:38.049Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3054 | 2024-08-08T20:30:40.488Z | [ phbl-toolchain] info: downloading component 'rustc' |
3055 | 2024-08-08T20:30:44.943Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3056 | 2024-08-08T20:30:45.148Z | [ phbl-toolchain] info: installing component 'cargo' |
3057 | 2024-08-08T20:30:46.451Z | [ phbl-toolchain] info: installing component 'clippy' |
3058 | 2024-08-08T20:30:46.972Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3059 | 2024-08-08T20:30:52.830Z | [ phbl-toolchain] info: installing component 'miri' |
3060 | 2024-08-08T20:30:53.181Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3061 | 2024-08-08T20:30:59.627Z | [ phbl-toolchain] info: installing component 'rust-src' |
3062 | 2024-08-08T20:31:00.294Z | [ phbl-toolchain] info: installing component 'rust-std' |
3063 | 2024-08-08T20:31:02.728Z | [ phbl-toolchain] info: installing component 'rustc' |
3064 | 2024-08-08T20:31:08.753Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3065 | 2024-08-08T20:31:09.608Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3066 | 2024-08-08T20:31:09.611Z | Aug 08 20:31:08.580 INFO [phbl-toolchain] process exited with exit status: 0 (39.986545665s) |
3067 | 2024-08-08T20:36:47.242Z | [ host-package] Finished `release` profile [optimized] target(s) in 17m 37s |
3068 | 2024-08-08T20:37:37.872Z | Aug 08 20:37:36.722 INFO [host-package] process exited with exit status: 0 (1108.64283208s) |
3069 | 2024-08-08T20:37:37.875Z | Aug 08 20:37:36.722 INFO [host-stamp] running task |
3070 | 2024-08-08T20:37:37.875Z | Aug 08 20:37:36.723 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3071 | 2024-08-08T20:37:37.875Z | Aug 08 20:37:36.723 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+git24b75627957 |
3072 | 2024-08-08T20:37:37.886Z | Aug 08 20:37:36.736 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+git24b75627957 |
3073 | 2024-08-08T20:37:37.894Z | Aug 08 20:37:36.742 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+git24b75627957 |
3074 | 2024-08-08T20:37:37.897Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3075 | 2024-08-08T20:37:37.900Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3076 | 2024-08-08T20:37:37.900Z | Aug 08 20:37:36.749 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+git24b75627957 |
3077 | 2024-08-08T20:37:37.904Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3078 | 2024-08-08T20:37:37.907Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3079 | 2024-08-08T20:37:37.907Z | Aug 08 20:37:36.756 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+git24b75627957 |
3080 | 2024-08-08T20:37:37.911Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3081 | 2024-08-08T20:37:37.914Z | Aug 08 20:37:36.764 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+git24b75627957 |
3082 | 2024-08-08T20:37:37.920Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3083 | 2024-08-08T20:37:37.920Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3084 | 2024-08-08T20:37:37.923Z | Aug 08 20:37:36.773 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+git24b75627957 |
3085 | 2024-08-08T20:37:37.929Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3086 | 2024-08-08T20:37:37.933Z | Aug 08 20:37:36.783 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+git24b75627957 |
3087 | 2024-08-08T20:37:37.940Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3088 | 2024-08-08T20:37:37.944Z | Aug 08 20:37:36.794 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (57.791919ms) |
3089 | 2024-08-08T20:37:37.946Z | Aug 08 20:37:36.794 INFO [stamp-oxlog] process exited with exit status: 0 (51.676963ms) |
3090 | 2024-08-08T20:37:37.946Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3091 | 2024-08-08T20:37:37.957Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3092 | 2024-08-08T20:37:37.960Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3093 | 2024-08-08T20:37:37.963Z | Aug 08 20:37:36.813 INFO [stamp-overlay] process exited with exit status: 0 (30.15459ms) |
3094 | 2024-08-08T20:37:37.995Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3095 | 2024-08-08T20:37:37.999Z | Aug 08 20:37:36.849 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (126.274922ms) |
3096 | 2024-08-08T20:37:38.151Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3097 | 2024-08-08T20:37:38.161Z | Aug 08 20:37:37.000 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (244.435866ms) |
3098 | 2024-08-08T20:37:38.250Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3099 | 2024-08-08T20:37:38.281Z | Aug 08 20:37:37.091 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (341.5038ms) |
3100 | 2024-08-08T20:37:39.122Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3101 | 2024-08-08T20:37:39.127Z | Aug 08 20:37:37.975 INFO [stamp-propolis-server] process exited with exit status: 0 (1.201605158s) |
3102 | 2024-08-08T20:37:39.192Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3103 | 2024-08-08T20:37:41.549Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3104 | 2024-08-08T20:37:47.878Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3105 | 2024-08-08T20:37:47.881Z | Aug 08 20:37:46.728 INFO [stamp-switch-asic] process exited with exit status: 0 (9.963715219s) |
3106 | 2024-08-08T20:37:47.884Z | Aug 08 20:37:46.728 INFO [host-stamp] task succeeded (10.005676184s) |
3107 | 2024-08-08T20:37:47.884Z | Aug 08 20:37:46.728 INFO [host-proto] running task |
3108 | 2024-08-08T20:37:48.237Z | Aug 08 20:37:47.084 INFO [host-proto] task succeeded (356.08387ms) |
3109 | 2024-08-08T20:37:48.237Z | Aug 08 20:37:47.084 INFO [host-profile] running task |
3110 | 2024-08-08T20:37:48.240Z | Aug 08 20:37:47.085 INFO [host-profile] task succeeded (259.155µs) |
3111 | 2024-08-08T20:37:48.240Z | Aug 08 20:37:47.085 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/.tmpnXysWF/proto/host/root -N 'ci 24b7562/${os_short_commit} 2024-08-08 20:18' -s host -B |
3112 | 2024-08-08T20:37:48.252Z | [ host-image] Aug 08 20:37:47.099 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3113 | 2024-08-08T20:37:48.252Z | [ host-image] Aug 08 20:37:47.099 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3114 | 2024-08-08T20:37:48.267Z | [ host-image] Aug 08 20:37:47.114 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpnXysWF/proto/host/root" |
3115 | 2024-08-08T20:37:48.267Z | [ host-image] Aug 08 20:37:47.114 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3116 | 2024-08-08T20:37:48.270Z | [ host-image] Aug 08 20:37:47.114 INFO image builder template: ramdisk-01-os... |
3117 | 2024-08-08T20:37:48.270Z | [ host-image] Aug 08 20:37:47.114 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/.tmpnXysWF/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 |
3118 | 2024-08-08T20:37:48.286Z | [ host-image] Aug 08 20:37:47.133 INFO O| Aug 08 20:37:47.133 INFO CREATE DATASET: rpool/images/build/host/output |
3119 | 2024-08-08T20:37:48.537Z | [ host-image] Aug 08 20:37:47.383 INFO O| Aug 08 20:37:47.383 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3120 | 2024-08-08T20:37:48.541Z | [ host-image] Aug 08 20:37:47.388 INFO O| Aug 08 20:37:47.388 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3121 | 2024-08-08T20:37:48.746Z | [ host-image] Aug 08 20:37:47.592 INFO O| Aug 08 20:37:47.592 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3122 | 2024-08-08T20:37:48.810Z | [ host-image] Aug 08 20:37:47.657 INFO O| Aug 08 20:37:47.657 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3123 | 2024-08-08T20:37:48.811Z | [ host-image] Aug 08 20:37:47.657 INFO O| Aug 08 20:37:47.657 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3124 | 2024-08-08T20:37:48.813Z | [ host-image] Aug 08 20:37:47.657 INFO O| Aug 08 20:37:47.657 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3125 | 2024-08-08T20:37:48.813Z | [ host-image] Aug 08 20:37:47.657 INFO O| Aug 08 20:37:47.657 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3126 | 2024-08-08T20:37:48.819Z | [ host-image] Aug 08 20:37:47.666 INFO O| Aug 08 20:37:47.666 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3127 | 2024-08-08T20:37:49.024Z | [ host-image] Aug 08 20:37:47.871 INFO O| Aug 08 20:37:47.871 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3128 | 2024-08-08T20:37:49.035Z | [ host-image] Aug 08 20:37:47.882 INFO O| Aug 08 20:37:47.882 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3129 | 2024-08-08T20:37:49.493Z | [ host-image] Aug 08 20:37:48.340 INFO O| Aug 08 20:37:48.340 INFO O| Caching catalogs ... Done |
3130 | 2024-08-08T20:37:49.609Z | [ host-image] Aug 08 20:37:48.455 INFO O| Aug 08 20:37:48.454 INFO STEP 0 (pkg_image_create) COMPLETE |
3131 | 2024-08-08T20:37:49.609Z | [ host-image] Aug 08 20:37:48.455 INFO O| Aug 08 20:37:48.455 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3132 | 2024-08-08T20:37:49.612Z | [ host-image] Aug 08 20:37:48.455 INFO O| Aug 08 20:37:48.455 INFO skip step because feature "repo_redist" is not enabled |
3133 | 2024-08-08T20:37:49.612Z | [ host-image] Aug 08 20:37:48.455 INFO O| Aug 08 20:37:48.455 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3134 | 2024-08-08T20:37:49.626Z | [ host-image] Aug 08 20:37:48.472 INFO O| Aug 08 20:37:48.472 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"] |
3135 | 2024-08-08T20:37:50.155Z | [ host-image] Aug 08 20:37:49.000 INFO O| Aug 08 20:37:49.000 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3136 | 2024-08-08T20:37:50.155Z | [ host-image] Aug 08 20:37:49.001 INFO O| Aug 08 20:37:49.000 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3137 | 2024-08-08T20:37:50.172Z | [ host-image] Aug 08 20:37:49.018 INFO O| Aug 08 20:37:49.018 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"] |
3138 | 2024-08-08T20:37:50.718Z | [ host-image] Aug 08 20:37:49.563 INFO O| Aug 08 20:37:49.563 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3139 | 2024-08-08T20:37:50.718Z | [ host-image] Aug 08 20:37:49.563 INFO O| Aug 08 20:37:49.563 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3140 | 2024-08-08T20:37:50.721Z | [ host-image] Aug 08 20:37:49.563 INFO O| Aug 08 20:37:49.563 INFO skip step because feature "repo_redist" is not enabled |
3141 | 2024-08-08T20:37:50.721Z | [ host-image] Aug 08 20:37:49.563 INFO O| Aug 08 20:37:49.563 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3142 | 2024-08-08T20:37:51.275Z | [ host-image] Aug 08 20:37:50.118 INFO O| Aug 08 20:37:50.118 INFO variant opensolaris.zone is already global |
3143 | 2024-08-08T20:37:51.275Z | [ host-image] Aug 08 20:37:50.118 INFO O| Aug 08 20:37:50.118 INFO STEP 5 (pkg_change_variant) COMPLETE |
3144 | 2024-08-08T20:37:51.278Z | [ host-image] Aug 08 20:37:50.118 INFO O| Aug 08 20:37:50.118 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3145 | 2024-08-08T20:37:51.836Z | [ host-image] Aug 08 20:37:50.681 INFO O| Aug 08 20:37:50.681 INFO variant opensolaris.imagetype is full; changing to partial |
3146 | 2024-08-08T20:37:51.836Z | [ host-image] Aug 08 20:37:50.681 INFO O| Aug 08 20:37:50.681 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3147 | 2024-08-08T20:37:58.121Z | [ host-image] Aug 08 20:37:56.965 INFO O| Aug 08 20:37:56.965 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3148 | 2024-08-08T20:37:59.949Z | [recovery-package] Finished `release` profile [optimized] target(s) in 21.83s |
3149 | 2024-08-08T20:38:00.180Z | [ host-image] Aug 08 20:37:59.022 INFO O| Aug 08 20:37:59.022 INFO O| Startup: Caching catalogs ... Done |
3150 | 2024-08-08T20:38:00.225Z | [ host-image] Aug 08 20:37:59.068 INFO O| Aug 08 20:37:59.068 INFO O| Planning: Planning completed in 0.00 seconds |
3151 | 2024-08-08T20:38:00.228Z | [ host-image] Aug 08 20:37:59.069 INFO O| Aug 08 20:37:59.069 INFO O| Planning: Consolidating action changes ... Done |
3152 | 2024-08-08T20:38:00.228Z | [ host-image] Aug 08 20:37:59.069 INFO O| Aug 08 20:37:59.069 INFO O| Planning: Evaluating mediators ... Done |
3153 | 2024-08-08T20:38:00.228Z | [ host-image] Aug 08 20:37:59.069 INFO O| Aug 08 20:37:59.069 INFO O| Planning: Planning completed in 0.00 seconds |
3154 | 2024-08-08T20:38:00.228Z | [ host-image] Aug 08 20:37:59.070 INFO O| Aug 08 20:37:59.069 INFO O| Variants/Facets to change: 1 |
3155 | 2024-08-08T20:38:00.243Z | [ host-image] Aug 08 20:37:59.086 INFO O| Aug 08 20:37:59.086 INFO O| Done |
3156 | 2024-08-08T20:38:00.243Z | [ host-image] Aug 08 20:37:59.086 INFO O| Aug 08 20:37:59.086 INFO O| Done |
3157 | 2024-08-08T20:38:00.565Z | [ host-image] Aug 08 20:37:59.407 INFO O| Aug 08 20:37:59.407 INFO O| Done |
3158 | 2024-08-08T20:38:00.594Z | [ host-image] Aug 08 20:37:59.436 INFO O| Aug 08 20:37:59.435 INFO O| Done |
3159 | 2024-08-08T20:38:00.597Z | [ host-image] Aug 08 20:37:59.437 INFO O| Aug 08 20:37:59.437 INFO O| Done |
3160 | 2024-08-08T20:38:00.598Z | [ host-image] Aug 08 20:37:59.437 INFO O| Aug 08 20:37:59.437 INFO O| Done |
3161 | 2024-08-08T20:38:00.598Z | [ host-image] Aug 08 20:37:59.438 INFO O| Aug 08 20:37:59.438 INFO O| Done |
3162 | 2024-08-08T20:38:00.881Z | [ host-image] Aug 08 20:37:59.721 INFO O| Aug 08 20:37:59.721 INFO STEP 6 (pkg_change_variant) COMPLETE |
3163 | 2024-08-08T20:38:00.881Z | [ host-image] Aug 08 20:37:59.721 INFO O| Aug 08 20:37:59.721 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3164 | 2024-08-08T20:38:00.885Z | [ host-image] Aug 08 20:37:59.721 INFO O| Aug 08 20:37:59.721 INFO skip step because feature "debug_variant" is not enabled |
3165 | 2024-08-08T20:38:00.885Z | [ host-image] Aug 08 20:37:59.721 INFO O| Aug 08 20:37:59.721 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3166 | 2024-08-08T20:38:01.232Z | [ host-image] Aug 08 20:38:00.074 INFO O| Aug 08 20:38:00.074 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3167 | 2024-08-08T20:38:01.592Z | Aug 08 20:38:00.434 INFO [recovery-package] process exited with exit status: 0 (23.711516397s) |
3168 | 2024-08-08T20:38:01.595Z | Aug 08 20:38:00.435 INFO [recovery-stamp] running task |
3169 | 2024-08-08T20:38:01.595Z | Aug 08 20:38:00.435 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3170 | 2024-08-08T20:38:01.595Z | Aug 08 20:38:00.435 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+git24b75627957 |
3171 | 2024-08-08T20:38:01.607Z | Aug 08 20:38:00.449 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git24b75627957 |
3172 | 2024-08-08T20:38:01.615Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3173 | 2024-08-08T20:38:01.625Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3174 | 2024-08-08T20:38:01.676Z | [ host-image] Aug 08 20:38:00.518 INFO O| Aug 08 20:38:00.518 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3175 | 2024-08-08T20:38:01.679Z | [ host-image] Aug 08 20:38:00.519 INFO O| Aug 08 20:38:00.519 INFO O| Planning: Planning completed in 0.00 seconds |
3176 | 2024-08-08T20:38:01.679Z | [ host-image] Aug 08 20:38:00.520 INFO O| Aug 08 20:38:00.520 INFO O| Planning: Consolidating action changes ... Done |
3177 | 2024-08-08T20:38:01.679Z | [ host-image] Aug 08 20:38:00.520 INFO O| Aug 08 20:38:00.520 INFO O| Planning: Evaluating mediators ... Done |
3178 | 2024-08-08T20:38:01.679Z | [ host-image] Aug 08 20:38:00.520 INFO O| Aug 08 20:38:00.520 INFO O| Planning: Planning completed in 0.00 seconds |
3179 | 2024-08-08T20:38:01.679Z | [ host-image] Aug 08 20:38:00.521 INFO O| Aug 08 20:38:00.521 INFO O| Variants/Facets to change: 1 |
3180 | 2024-08-08T20:38:01.695Z | [ host-image] Aug 08 20:38:00.537 INFO O| Aug 08 20:38:00.537 INFO O| Done |
3181 | 2024-08-08T20:38:01.695Z | [ host-image] Aug 08 20:38:00.537 INFO O| Aug 08 20:38:00.537 INFO O| Done |
3182 | 2024-08-08T20:38:01.755Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3183 | 2024-08-08T20:38:01.759Z | Aug 08 20:38:00.602 INFO [stamp-installinator] process exited with exit status: 0 (152.198445ms) |
3184 | 2024-08-08T20:38:01.779Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3185 | 2024-08-08T20:38:01.782Z | Aug 08 20:38:00.625 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (189.948446ms) |
3186 | 2024-08-08T20:38:01.786Z | Aug 08 20:38:00.625 INFO [recovery-stamp] task succeeded (190.358226ms) |
3187 | 2024-08-08T20:38:01.787Z | Aug 08 20:38:00.625 INFO [recovery-proto] running task |
3188 | 2024-08-08T20:38:01.787Z | Aug 08 20:38:00.625 INFO [tuf-stamp] running task |
3189 | 2024-08-08T20:38:01.787Z | Aug 08 20:38:00.626 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+git24b75627957 |
3190 | 2024-08-08T20:38:01.795Z | Aug 08 20:38:00.636 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+git24b75627957 |
3191 | 2024-08-08T20:38:01.804Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3192 | 2024-08-08T20:38:01.807Z | Aug 08 20:38:00.647 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+git24b75627957 |
3193 | 2024-08-08T20:38:01.813Z | Aug 08 20:38:00.656 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+git24b75627957 |
3194 | 2024-08-08T20:38:01.819Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3195 | 2024-08-08T20:38:01.822Z | Aug 08 20:38:00.664 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+git24b75627957 |
3196 | 2024-08-08T20:38:01.827Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3197 | 2024-08-08T20:38:01.839Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3198 | 2024-08-08T20:38:01.842Z | Aug 08 20:38:00.682 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+git24b75627957 |
3199 | 2024-08-08T20:38:01.857Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3200 | 2024-08-08T20:38:01.860Z | Aug 08 20:38:00.700 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+git24b75627957 |
3201 | 2024-08-08T20:38:01.882Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3202 | 2024-08-08T20:38:01.885Z | Aug 08 20:38:00.725 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+git24b75627957 |
3203 | 2024-08-08T20:38:01.930Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3204 | 2024-08-08T20:38:01.933Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3205 | 2024-08-08T20:38:01.933Z | Aug 08 20:38:00.773 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+git24b75627957 |
3206 | 2024-08-08T20:38:01.958Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3207 | 2024-08-08T20:38:01.961Z | Aug 08 20:38:00.801 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+git24b75627957 |
3208 | 2024-08-08T20:38:01.985Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3209 | 2024-08-08T20:38:01.988Z | Aug 08 20:38:00.828 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+git24b75627957 |
3210 | 2024-08-08T20:38:02.005Z | Aug 08 20:38:00.847 INFO [recovery-proto] task succeeded (222.076907ms) |
3211 | 2024-08-08T20:38:02.008Z | Aug 08 20:38:00.848 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/.tmpnXysWF/proto/recovery/root -N 'recovery 24b7562/${os_short_commit} 2024-08-08 20:18' -s recovery -R |
3212 | 2024-08-08T20:38:02.028Z | [ recovery-image] Aug 08 20:38:00.870 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3213 | 2024-08-08T20:38:02.031Z | [ recovery-image] Aug 08 20:38:00.870 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3214 | 2024-08-08T20:38:02.038Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3215 | 2024-08-08T20:38:02.041Z | Aug 08 20:38:00.881[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3216 | 2024-08-08T20:38:02.041Z | INFO [stamp-probe] process exited with exit status: 0 (234.142117ms) |
3217 | 2024-08-08T20:38:02.044Z | [ recovery-image] Aug 08 20:38:00.886 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpnXysWF/proto/recovery/root" |
3218 | 2024-08-08T20:38:02.044Z | [ recovery-image] Aug 08 20:38:00.886 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3219 | 2024-08-08T20:38:02.044Z | [ recovery-image] Aug 08 20:38:00.886 INFO image builder template: ramdisk-01-os... |
3220 | 2024-08-08T20:38:02.044Z | [ recovery-image] Aug 08 20:38:00.886 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/.tmpnXysWF/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 |
3221 | 2024-08-08T20:38:02.083Z | [ recovery-image] Aug 08 20:38:00.925 INFO O| Aug 08 20:38:00.925 INFO CREATE DATASET: rpool/images/build/recovery/output |
3222 | 2024-08-08T20:38:02.245Z | [ host-image] Aug 08 20:38:01.087 INFO O| Aug 08 20:38:01.087 INFO O| Done |
3223 | 2024-08-08T20:38:02.327Z | [ host-image] Aug 08 20:38:01.169 INFO O| Aug 08 20:38:01.169 INFO O| Done |
3224 | 2024-08-08T20:38:02.330Z | [ host-image] Aug 08 20:38:01.170 INFO O| Aug 08 20:38:01.170 INFO O| Done |
3225 | 2024-08-08T20:38:02.330Z | [ host-image] Aug 08 20:38:01.171 INFO O| Aug 08 20:38:01.171 INFO O| Done |
3226 | 2024-08-08T20:38:02.332Z | [ host-image] Aug 08 20:38:01.173 INFO O| Aug 08 20:38:01.173 INFO O| Done |
3227 | 2024-08-08T20:38:02.420Z | [ host-image] Aug 08 20:38:01.262 INFO O| Aug 08 20:38:01.262 INFO STEP 8 (pkg_change_facet) COMPLETE |
3228 | 2024-08-08T20:38:02.420Z | [ host-image] Aug 08 20:38:01.262 INFO O| Aug 08 20:38:01.262 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3229 | 2024-08-08T20:38:02.420Z | [ host-image] Aug 08 20:38:01.262 INFO O| Aug 08 20:38:01.262 INFO skip step because feature "recovery" is not enabled |
3230 | 2024-08-08T20:38:02.420Z | [ host-image] Aug 08 20:38:01.262 INFO O| Aug 08 20:38:01.262 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3231 | 2024-08-08T20:38:02.423Z | [ host-image] Aug 08 20:38:01.262 INFO O| Aug 08 20:38:01.262 INFO skip step because feature "recovery" is not enabled |
3232 | 2024-08-08T20:38:02.423Z | [ host-image] Aug 08 20:38:01.262 INFO O| Aug 08 20:38:01.262 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3233 | 2024-08-08T20:38:02.436Z | [ host-image] Aug 08 20:38:01.279 INFO O| Aug 08 20:38:01.278 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"] |
3234 | 2024-08-08T20:38:02.599Z | [ recovery-image] Aug 08 20:38:01.441 INFO O| Aug 08 20:38:01.441 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3235 | 2024-08-08T20:38:02.632Z | [ recovery-image] Aug 08 20:38:01.473 INFO O| Aug 08 20:38:01.473 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3236 | 2024-08-08T20:38:02.713Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3237 | 2024-08-08T20:38:02.736Z | Aug 08 20:38:01.578 INFO [stamp-ntp] process exited with exit status: 0 (750.51234ms) |
3238 | 2024-08-08T20:38:03.067Z | [ recovery-image] Aug 08 20:38:01.909 INFO O| Aug 08 20:38:01.909 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3239 | 2024-08-08T20:38:03.150Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3240 | 2024-08-08T20:38:03.153Z | Aug 08 20:38:01.995 INFO [stamp-external-dns] process exited with exit status: 0 (1.221285562s) |
3241 | 2024-08-08T20:38:03.205Z | [ recovery-image] Aug 08 20:38:02.046 INFO O| Aug 08 20:38:02.046 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3242 | 2024-08-08T20:38:03.205Z | [ recovery-image] Aug 08 20:38:02.046 INFO O| Aug 08 20:38:02.046 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3243 | 2024-08-08T20:38:03.208Z | [ recovery-image] Aug 08 20:38:02.047 INFO O| Aug 08 20:38:02.047 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3244 | 2024-08-08T20:38:03.208Z | [ recovery-image] Aug 08 20:38:02.047 INFO O| Aug 08 20:38:02.047 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3245 | 2024-08-08T20:38:03.216Z | [ recovery-image] Aug 08 20:38:02.059 INFO O| Aug 08 20:38:02.059 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3246 | 2024-08-08T20:38:03.252Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3247 | 2024-08-08T20:38:03.256Z | Aug 08 20:38:02.098 INFO [stamp-internal-dns] process exited with exit status: 0 (1.442559815s) |
3248 | 2024-08-08T20:38:03.292Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3249 | 2024-08-08T20:38:03.314Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3250 | 2024-08-08T20:38:03.495Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3251 | 2024-08-08T20:38:03.499Z | Aug 08 20:38:02.342 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.616614915s) |
3252 | 2024-08-08T20:38:03.566Z | [ recovery-image] Aug 08 20:38:02.407 INFO O| Aug 08 20:38:02.407 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3253 | 2024-08-08T20:38:03.580Z | [ recovery-image] Aug 08 20:38:02.422 INFO O| Aug 08 20:38:02.422 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3254 | 2024-08-08T20:38:03.675Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3255 | 2024-08-08T20:38:03.679Z | Aug 08 20:38:02.521 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.857035819s) |
3256 | 2024-08-08T20:38:04.016Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3257 | 2024-08-08T20:38:04.019Z | Aug 08 20:38:02.861 INFO [stamp-oximeter] process exited with exit status: 0 (2.177167391s) |
3258 | 2024-08-08T20:38:04.033Z | [ host-image] Aug 08 20:38:02.875 INFO O| Aug 08 20:38:02.875 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3259 | 2024-08-08T20:38:04.054Z | [ recovery-image] Aug 08 20:38:02.896 INFO O| Aug 08 20:38:02.896 INFO O| Caching catalogs ... Done |
3260 | 2024-08-08T20:38:04.174Z | [ recovery-image] Aug 08 20:38:03.015 INFO O| Aug 08 20:38:03.015 INFO STEP 0 (pkg_image_create) COMPLETE |
3261 | 2024-08-08T20:38:04.174Z | [ recovery-image] Aug 08 20:38:03.015 INFO O| Aug 08 20:38:03.015 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3262 | 2024-08-08T20:38:04.174Z | [ recovery-image] Aug 08 20:38:03.015 INFO O| Aug 08 20:38:03.015 INFO skip step because feature "repo_redist" is not enabled |
3263 | 2024-08-08T20:38:04.177Z | [ recovery-image] Aug 08 20:38:03.015 INFO O| Aug 08 20:38:03.015 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3264 | 2024-08-08T20:38:04.191Z | [ recovery-image] Aug 08 20:38:03.033 INFO O| Aug 08 20:38:03.033 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"] |
3265 | 2024-08-08T20:38:04.572Z | [ recovery-image] Aug 08 20:38:03.413 INFO O| Aug 08 20:38:03.413 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3266 | 2024-08-08T20:38:04.572Z | [ recovery-image] Aug 08 20:38:03.413 INFO O| Aug 08 20:38:03.413 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3267 | 2024-08-08T20:38:04.588Z | [ recovery-image] Aug 08 20:38:03.429 INFO O| Aug 08 20:38:03.429 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"] |
3268 | 2024-08-08T20:38:05.089Z | [ recovery-image] Aug 08 20:38:03.930 INFO O| Aug 08 20:38:03.930 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3269 | 2024-08-08T20:38:05.089Z | [ recovery-image] Aug 08 20:38:03.930 INFO O| Aug 08 20:38:03.930 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3270 | 2024-08-08T20:38:05.089Z | [ recovery-image] Aug 08 20:38:03.930 INFO O| Aug 08 20:38:03.930 INFO skip step because feature "repo_redist" is not enabled |
3271 | 2024-08-08T20:38:05.092Z | [ recovery-image] Aug 08 20:38:03.930 INFO O| Aug 08 20:38:03.930 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3272 | 2024-08-08T20:38:05.302Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3273 | 2024-08-08T20:38:05.306Z | Aug 08 20:38:04.147 INFO [stamp-nexus] process exited with exit status: 0 (3.511207273s) |
3274 | 2024-08-08T20:38:05.504Z | [ recovery-image] Aug 08 20:38:04.345 INFO O| Aug 08 20:38:04.345 INFO variant opensolaris.zone is already global |
3275 | 2024-08-08T20:38:05.504Z | [ recovery-image] Aug 08 20:38:04.345 INFO O| Aug 08 20:38:04.345 INFO STEP 5 (pkg_change_variant) COMPLETE |
3276 | 2024-08-08T20:38:05.507Z | [ recovery-image] Aug 08 20:38:04.345 INFO O| Aug 08 20:38:04.345 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3277 | 2024-08-08T20:38:05.977Z | [ recovery-image] Aug 08 20:38:04.818 INFO O| Aug 08 20:38:04.818 INFO variant opensolaris.imagetype is full; changing to partial |
3278 | 2024-08-08T20:38:05.977Z | [ recovery-image] Aug 08 20:38:04.818 INFO O| Aug 08 20:38:04.818 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3279 | 2024-08-08T20:38:07.306Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3280 | 2024-08-08T20:38:07.310Z | Aug 08 20:38:06.150 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.349230182s) |
3281 | 2024-08-08T20:38:10.090Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3282 | 2024-08-08T20:38:10.094Z | Aug 08 20:38:08.934 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.307874664s) |
3283 | 2024-08-08T20:38:10.224Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3284 | 2024-08-08T20:38:10.325Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3285 | 2024-08-08T20:38:10.329Z | Aug 08 20:38:09.169 INFO [stamp-clickhouse] process exited with exit status: 0 (8.469253395s) |
3286 | 2024-08-08T20:38:10.329Z | Aug 08 20:38:09.169 INFO [tuf-stamp] task succeeded (8.544417366s) |
3287 | 2024-08-08T20:38:10.350Z | [verify-libraries] Compiling heck v0.4.1 |
3288 | 2024-08-08T20:38:10.350Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3289 | 2024-08-08T20:38:10.376Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3290 | 2024-08-08T20:38:10.379Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3291 | 2024-08-08T20:38:10.379Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3292 | 2024-08-08T20:38:10.379Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3293 | 2024-08-08T20:38:10.379Z | [verify-libraries] Compiling indent_write v2.2.0 |
3294 | 2024-08-08T20:38:10.709Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3295 | 2024-08-08T20:38:10.822Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3296 | 2024-08-08T20:38:10.901Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3297 | 2024-08-08T20:38:11.150Z | [verify-libraries] Compiling termios v0.3.3 |
3298 | 2024-08-08T20:38:11.628Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3299 | 2024-08-08T20:38:11.762Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3300 | 2024-08-08T20:38:12.341Z | [ recovery-image] Aug 08 20:38:11.180 INFO O| Aug 08 20:38:11.180 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3301 | 2024-08-08T20:38:16.815Z | [ recovery-image] Aug 08 20:38:15.651 INFO O| Aug 08 20:38:15.650 INFO O| Startup: Caching catalogs ... Done |
3302 | 2024-08-08T20:38:16.885Z | [ recovery-image] Aug 08 20:38:15.723 INFO O| Aug 08 20:38:15.722 INFO O| Planning: Planning completed in 0.00 seconds |
3303 | 2024-08-08T20:38:16.889Z | [ recovery-image] Aug 08 20:38:15.724 INFO O| Aug 08 20:38:15.724 INFO O| Planning: Consolidating action changes ... Done |
3304 | 2024-08-08T20:38:16.889Z | [ recovery-image] Aug 08 20:38:15.724 INFO O| Aug 08 20:38:15.724 INFO O| Planning: Evaluating mediators ... Done |
3305 | 2024-08-08T20:38:16.889Z | [ recovery-image] Aug 08 20:38:15.724 INFO O| Aug 08 20:38:15.724 INFO O| Planning: Planning completed in 0.00 seconds |
3306 | 2024-08-08T20:38:16.889Z | [ recovery-image] Aug 08 20:38:15.725 INFO O| Aug 08 20:38:15.725 INFO O| Variants/Facets to change: 1 |
3307 | 2024-08-08T20:38:16.959Z | [ recovery-image] Aug 08 20:38:15.796 INFO O| Aug 08 20:38:15.796 INFO O| Done |
3308 | 2024-08-08T20:38:16.959Z | [ recovery-image] Aug 08 20:38:15.796 INFO O| Aug 08 20:38:15.796 INFO O| Done |
3309 | 2024-08-08T20:38:17.611Z | [ recovery-image] Aug 08 20:38:16.448 INFO O| Aug 08 20:38:16.448 INFO O| Done |
3310 | 2024-08-08T20:38:17.660Z | [ recovery-image] Aug 08 20:38:16.498 INFO O| Aug 08 20:38:16.498 INFO O| Done |
3311 | 2024-08-08T20:38:17.664Z | [ recovery-image] Aug 08 20:38:16.500 INFO O| Aug 08 20:38:16.500 INFO O| Done |
3312 | 2024-08-08T20:38:17.664Z | [ recovery-image] Aug 08 20:38:16.500 INFO O| Aug 08 20:38:16.500 INFO O| Done |
3313 | 2024-08-08T20:38:17.667Z | [ recovery-image] Aug 08 20:38:16.502 INFO O| Aug 08 20:38:16.502 INFO O| Done |
3314 | 2024-08-08T20:38:18.238Z | [ recovery-image] Aug 08 20:38:17.075 INFO O| Aug 08 20:38:17.075 INFO STEP 6 (pkg_change_variant) COMPLETE |
3315 | 2024-08-08T20:38:18.239Z | [ recovery-image] Aug 08 20:38:17.075 INFO O| Aug 08 20:38:17.075 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3316 | 2024-08-08T20:38:18.242Z | [ recovery-image] Aug 08 20:38:17.076 INFO O| Aug 08 20:38:17.075 INFO skip step because feature "debug_variant" is not enabled |
3317 | 2024-08-08T20:38:18.242Z | [ recovery-image] Aug 08 20:38:17.076 INFO O| Aug 08 20:38:17.075 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3318 | 2024-08-08T20:38:18.933Z | [ recovery-image] Aug 08 20:38:17.770 INFO O| Aug 08 20:38:17.770 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3319 | 2024-08-08T20:38:19.864Z | [ recovery-image] Aug 08 20:38:18.701 INFO O| Aug 08 20:38:18.700 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3320 | 2024-08-08T20:38:19.867Z | [ recovery-image] Aug 08 20:38:18.702 INFO O| Aug 08 20:38:18.702 INFO O| Planning: Planning completed in 0.00 seconds |
3321 | 2024-08-08T20:38:19.867Z | [ recovery-image] Aug 08 20:38:18.703 INFO O| Aug 08 20:38:18.703 INFO O| Planning: Consolidating action changes ... Done |
3322 | 2024-08-08T20:38:19.867Z | [ recovery-image] Aug 08 20:38:18.704 INFO O| Aug 08 20:38:18.704 INFO O| Planning: Evaluating mediators ... Done |
3323 | 2024-08-08T20:38:19.869Z | [ recovery-image] Aug 08 20:38:18.704 INFO O| Aug 08 20:38:18.704 INFO O| Planning: Planning completed in 0.00 seconds |
3324 | 2024-08-08T20:38:19.869Z | [ recovery-image] Aug 08 20:38:18.705 INFO O| Aug 08 20:38:18.705 INFO O| Variants/Facets to change: 1 |
3325 | 2024-08-08T20:38:19.987Z | [ recovery-image] Aug 08 20:38:18.823 INFO O| Aug 08 20:38:18.823 INFO O| Done |
3326 | 2024-08-08T20:38:19.987Z | [ recovery-image] Aug 08 20:38:18.824 INFO O| Aug 08 20:38:18.823 INFO O| Done |
3327 | 2024-08-08T20:38:20.450Z | [ recovery-image] Aug 08 20:38:19.286 INFO O| Aug 08 20:38:19.286 INFO O| Done |
3328 | 2024-08-08T20:38:20.512Z | [ recovery-image] Aug 08 20:38:19.349 INFO O| Aug 08 20:38:19.348 INFO O| Done |
3329 | 2024-08-08T20:38:20.518Z | [ recovery-image] Aug 08 20:38:19.350 INFO O| Aug 08 20:38:19.350 INFO O| Done |
3330 | 2024-08-08T20:38:20.519Z | [ recovery-image] Aug 08 20:38:19.350 INFO O| Aug 08 20:38:19.350 INFO O| Done |
3331 | 2024-08-08T20:38:20.519Z | [ recovery-image] Aug 08 20:38:19.352 INFO O| Aug 08 20:38:19.352 INFO O| Done |
3332 | 2024-08-08T20:38:20.624Z | [ recovery-image] Aug 08 20:38:19.461 INFO O| Aug 08 20:38:19.461 INFO STEP 8 (pkg_change_facet) COMPLETE |
3333 | 2024-08-08T20:38:20.624Z | [ recovery-image] Aug 08 20:38:19.461 INFO O| Aug 08 20:38:19.461 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3334 | 2024-08-08T20:38:21.320Z | [ recovery-image] Aug 08 20:38:20.156 INFO O| Aug 08 20:38:20.156 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3335 | 2024-08-08T20:38:22.244Z | [ recovery-image] Aug 08 20:38:21.080 INFO O| Aug 08 20:38:21.080 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3336 | 2024-08-08T20:38:22.247Z | [ recovery-image] Aug 08 20:38:21.082 INFO O| Aug 08 20:38:21.082 INFO O| Planning: Planning completed in 0.00 seconds |
3337 | 2024-08-08T20:38:22.247Z | [ recovery-image] Aug 08 20:38:21.083 INFO O| Aug 08 20:38:21.083 INFO O| Planning: Consolidating action changes ... Done |
3338 | 2024-08-08T20:38:22.247Z | [ recovery-image] Aug 08 20:38:21.083 INFO O| Aug 08 20:38:21.083 INFO O| Planning: Evaluating mediators ... Done |
3339 | 2024-08-08T20:38:22.250Z | [ recovery-image] Aug 08 20:38:21.083 INFO O| Aug 08 20:38:21.083 INFO O| Planning: Planning completed in 0.00 seconds |
3340 | 2024-08-08T20:38:22.250Z | [ recovery-image] Aug 08 20:38:21.084 INFO O| Aug 08 20:38:21.084 INFO O| Variants/Facets to change: 1 |
3341 | 2024-08-08T20:38:22.317Z | [ recovery-image] Aug 08 20:38:21.153 INFO O| Aug 08 20:38:21.153 INFO O| Done |
3342 | 2024-08-08T20:38:22.317Z | [ recovery-image] Aug 08 20:38:21.153 INFO O| Aug 08 20:38:21.153 INFO O| Done |
3343 | 2024-08-08T20:38:22.801Z | [ recovery-image] Aug 08 20:38:21.636 INFO O| Aug 08 20:38:21.636 INFO O| Done |
3344 | 2024-08-08T20:38:22.850Z | [ recovery-image] Aug 08 20:38:21.686 INFO O| Aug 08 20:38:21.686 INFO O| Done |
3345 | 2024-08-08T20:38:22.854Z | [ recovery-image] Aug 08 20:38:21.687 INFO O| Aug 08 20:38:21.687 INFO O| Done |
3346 | 2024-08-08T20:38:22.854Z | [ recovery-image] Aug 08 20:38:21.687 INFO O| Aug 08 20:38:21.687 INFO O| Done |
3347 | 2024-08-08T20:38:22.854Z | [ recovery-image] Aug 08 20:38:21.689 INFO O| Aug 08 20:38:21.689 INFO O| Done |
3348 | 2024-08-08T20:38:22.964Z | [ recovery-image] Aug 08 20:38:21.797 INFO O| Aug 08 20:38:21.797 INFO STEP 9 (pkg_change_facet) COMPLETE |
3349 | 2024-08-08T20:38:22.964Z | [ recovery-image] Aug 08 20:38:21.798 INFO O| Aug 08 20:38:21.797 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3350 | 2024-08-08T20:38:23.624Z | [ recovery-image] Aug 08 20:38:22.460 INFO O| Aug 08 20:38:22.459 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3351 | 2024-08-08T20:38:24.561Z | [ recovery-image] Aug 08 20:38:23.396 INFO O| Aug 08 20:38:23.396 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3352 | 2024-08-08T20:38:24.564Z | [ recovery-image] Aug 08 20:38:23.398 INFO O| Aug 08 20:38:23.397 INFO O| Planning: Planning completed in 0.00 seconds |
3353 | 2024-08-08T20:38:24.564Z | [ recovery-image] Aug 08 20:38:23.398 INFO O| Aug 08 20:38:23.398 INFO O| Planning: Consolidating action changes ... Done |
3354 | 2024-08-08T20:38:24.564Z | [ recovery-image] Aug 08 20:38:23.398 INFO O| Aug 08 20:38:23.398 INFO O| Planning: Evaluating mediators ... Done |
3355 | 2024-08-08T20:38:24.564Z | [ recovery-image] Aug 08 20:38:23.399 INFO O| Aug 08 20:38:23.399 INFO O| Planning: Planning completed in 0.00 seconds |
3356 | 2024-08-08T20:38:24.567Z | [ recovery-image] Aug 08 20:38:23.399 INFO O| Aug 08 20:38:23.399 INFO O| Variants/Facets to change: 1 |
3357 | 2024-08-08T20:38:24.616Z | [ recovery-image] Aug 08 20:38:23.450 INFO O| Aug 08 20:38:23.450 INFO O| Done |
3358 | 2024-08-08T20:38:24.616Z | [ recovery-image] Aug 08 20:38:23.450 INFO O| Aug 08 20:38:23.450 INFO O| Done |
3359 | 2024-08-08T20:38:25.051Z | [ recovery-image] Aug 08 20:38:23.887 INFO O| Aug 08 20:38:23.886 INFO O| Done |
3360 | 2024-08-08T20:38:25.101Z | [ recovery-image] Aug 08 20:38:23.937 INFO O| Aug 08 20:38:23.936 INFO O| Done |
3361 | 2024-08-08T20:38:25.104Z | [ recovery-image] Aug 08 20:38:23.938 INFO O| Aug 08 20:38:23.937 INFO O| Done |
3362 | 2024-08-08T20:38:25.104Z | [ recovery-image] Aug 08 20:38:23.938 INFO O| Aug 08 20:38:23.938 INFO O| Done |
3363 | 2024-08-08T20:38:25.104Z | [ recovery-image] Aug 08 20:38:23.940 INFO O| Aug 08 20:38:23.940 INFO O| Done |
3364 | 2024-08-08T20:38:25.198Z | [ recovery-image] Aug 08 20:38:24.033 INFO O| Aug 08 20:38:24.033 INFO STEP 10 (pkg_change_facet) COMPLETE |
3365 | 2024-08-08T20:38:25.199Z | [ recovery-image] Aug 08 20:38:24.034 INFO O| Aug 08 20:38:24.033 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3366 | 2024-08-08T20:38:25.219Z | [ recovery-image] Aug 08 20:38:24.054 INFO O| Aug 08 20:38:24.054 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"] |
3367 | 2024-08-08T20:38:26.338Z | [ recovery-image] Aug 08 20:38:25.172 INFO O| Aug 08 20:38:25.172 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3368 | 2024-08-08T20:38:29.087Z | [ host-image] Aug 08 20:38:27.921 INFO O| Aug 08 20:38:27.921 INFO O| Planning: Solver setup ... Done |
3369 | 2024-08-08T20:38:39.246Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3370 | 2024-08-08T20:38:42.457Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3371 | 2024-08-08T20:38:49.783Z | [ host-image] Aug 08 20:38:48.610 INFO O| Aug 08 20:38:48.610 INFO O| Planning: Running solver ... Done |
3372 | 2024-08-08T20:38:50.124Z | [ host-image] Aug 08 20:38:48.951 INFO O| Aug 08 20:38:48.951 INFO O| Planning: Finding local manifests ... Done |
3373 | 2024-08-08T20:38:50.139Z | [ host-image] Aug 08 20:38:48.966 INFO O| Aug 08 20:38:48.966 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3374 | 2024-08-08T20:38:55.057Z | [ host-image] Aug 08 20:38:53.882 INFO O| Aug 08 20:38:53.882 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3375 | 2024-08-08T20:38:56.142Z | [ recovery-image] Aug 08 20:38:54.966 INFO O| Aug 08 20:38:54.966 INFO O| Planning: Solver setup ... Done |
3376 | 2024-08-08T20:38:56.318Z | [ host-image] Aug 08 20:38:55.143 INFO O| Aug 08 20:38:55.143 INFO O| Planning: Package planning ... Done |
3377 | 2024-08-08T20:38:58.059Z | [ host-image] Aug 08 20:38:56.884 INFO O| Aug 08 20:38:56.884 INFO O| Planning: Merging actions ... Done |
3378 | 2024-08-08T20:38:58.562Z | [ host-image] Aug 08 20:38:57.387 INFO O| Aug 08 20:38:57.387 INFO O| Planning: Checking for conflicting actions ... Done |
3379 | 2024-08-08T20:38:58.946Z | [ host-image] Aug 08 20:38:57.770 INFO O| Aug 08 20:38:57.770 INFO O| Planning: Consolidating action changes ... Done |
3380 | 2024-08-08T20:38:59.627Z | [ host-image] Aug 08 20:38:58.451 INFO O| Aug 08 20:38:58.451 INFO O| Planning: Evaluating mediators ... Done |
3381 | 2024-08-08T20:39:05.870Z | [ host-image] Aug 08 20:39:04.692 INFO O| Aug 08 20:39:04.692 INFO O| Planning: Planning completed in 61.82 seconds |
3382 | 2024-08-08T20:39:05.876Z | [ host-image] Aug 08 20:39:04.698 INFO O| Aug 08 20:39:04.698 INFO O| Packages to install: 124 |
3383 | 2024-08-08T20:39:05.878Z | [ host-image] Aug 08 20:39:04.698 INFO O| Aug 08 20:39:04.698 INFO O| Mediators to change: 4 |
3384 | 2024-08-08T20:39:05.879Z | [ host-image] Aug 08 20:39:04.698 INFO O| Aug 08 20:39:04.698 INFO O| Services to change: 6 |
3385 | 2024-08-08T20:39:05.982Z | [ host-image] Aug 08 20:39:04.804 INFO O| Aug 08 20:39:04.804 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete |
3386 | 2024-08-08T20:39:10.997Z | [ host-image] Aug 08 20:39:09.818 INFO O| Aug 08 20:39:09.818 INFO O| Download: 1241/22727 items 6.9/196.4MB 3% complete (1.4M/s) |
3387 | 2024-08-08T20:39:16.231Z | [ recovery-image] Aug 08 20:39:15.050 INFO O| Aug 08 20:39:15.050 INFO O| Planning: Running solver ... Done |
3388 | 2024-08-08T20:39:16.337Z | [ host-image] Aug 08 20:39:15.156 INFO O| Aug 08 20:39:15.155 INFO O| Download: 1805/22727 items 16.8/196.4MB 8% complete (1.6M/s) |
3389 | 2024-08-08T20:39:16.521Z | [ recovery-image] Aug 08 20:39:15.339 INFO O| Aug 08 20:39:15.339 INFO O| Planning: Finding local manifests ... Done |
3390 | 2024-08-08T20:39:16.538Z | [ recovery-image] Aug 08 20:39:15.357 INFO O| Aug 08 20:39:15.356 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3391 | 2024-08-08T20:39:20.260Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3392 | 2024-08-08T20:39:21.117Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3393 | 2024-08-08T20:39:21.490Z | [ recovery-image] Aug 08 20:39:20.308 INFO O| Aug 08 20:39:20.308 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3394 | 2024-08-08T20:39:21.562Z | [ host-image] Aug 08 20:39:20.379 INFO O| Aug 08 20:39:20.379 INFO O| Download: 2358/22727 items 27.7/196.4MB 14% complete (2.0M/s) |
3395 | 2024-08-08T20:39:22.549Z | [ recovery-image] Aug 08 20:39:21.366 INFO O| Aug 08 20:39:21.366 INFO O| Planning: Package planning ... Done |
3396 | 2024-08-08T20:39:23.247Z | [ recovery-image] Aug 08 20:39:22.064 INFO O| Aug 08 20:39:22.064 INFO O| Planning: Merging actions ... Done |
3397 | 2024-08-08T20:39:23.431Z | [ recovery-image] Aug 08 20:39:22.247 INFO O| Aug 08 20:39:22.247 INFO O| Planning: Checking for conflicting actions ... Done |
3398 | 2024-08-08T20:39:23.584Z | [ recovery-image] Aug 08 20:39:22.401 INFO O| Aug 08 20:39:22.401 INFO O| Planning: Consolidating action changes ... Done |
3399 | 2024-08-08T20:39:23.985Z | [ recovery-image] Aug 08 20:39:22.801 INFO O| Aug 08 20:39:22.801 INFO O| Planning: Evaluating mediators ... Done |
3400 | 2024-08-08T20:39:26.492Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3401 | 2024-08-08T20:39:26.773Z | [ host-image] Aug 08 20:39:25.587 INFO O| Aug 08 20:39:25.587 INFO O| Download: 3539/22727 items 35.7/196.4MB 18% complete (1.8M/s) |
3402 | 2024-08-08T20:39:26.984Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3403 | 2024-08-08T20:39:29.761Z | [ recovery-image] Aug 08 20:39:28.576 INFO O| Aug 08 20:39:28.576 INFO O| Planning: Planning completed in 63.40 seconds |
3404 | 2024-08-08T20:39:29.769Z | [ recovery-image] Aug 08 20:39:28.584 INFO O| Aug 08 20:39:28.584 INFO O| Packages to install: 124 |
3405 | 2024-08-08T20:39:29.773Z | [ recovery-image] Aug 08 20:39:28.584 INFO O| Aug 08 20:39:28.584 INFO O| Mediators to change: 4 |
3406 | 2024-08-08T20:39:29.773Z | [ recovery-image] Aug 08 20:39:28.584 INFO O| Aug 08 20:39:28.584 INFO O| Services to change: 5 |
3407 | 2024-08-08T20:39:29.856Z | [ recovery-image] Aug 08 20:39:28.671 INFO O| Aug 08 20:39:28.671 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3408 | 2024-08-08T20:39:32.053Z | [ host-image] Aug 08 20:39:30.867 INFO O| Aug 08 20:39:30.867 INFO O| Download: 4638/22727 items 42.9/196.4MB 21% complete (1.5M/s) |
3409 | 2024-08-08T20:39:35.055Z | [ recovery-image] Aug 08 20:39:33.868 INFO O| Aug 08 20:39:33.868 INFO O| Download: 1000/15831 items 7.8/173.2MB 4% complete (1.6M/s) |
3410 | 2024-08-08T20:39:37.056Z | [ host-image] Aug 08 20:39:35.868 INFO O| Aug 08 20:39:35.868 INFO O| Download: 5305/22727 items 46.0/196.4MB 23% complete (917k/s) |
3411 | 2024-08-08T20:39:40.500Z | [ recovery-image] Aug 08 20:39:39.311 INFO O| Aug 08 20:39:39.311 INFO O| Download: 1164/15831 items 10.1/173.2MB 5% complete (1.0M/s) |
3412 | 2024-08-08T20:39:42.075Z | [ host-image] Aug 08 20:39:40.885 INFO O| Aug 08 20:39:40.885 INFO O| Download: 6372/22727 items 46.6/196.4MB 23% complete (377k/s) |
3413 | 2024-08-08T20:39:42.560Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3414 | 2024-08-08T20:39:45.537Z | [ recovery-image] Aug 08 20:39:44.346 INFO O| Aug 08 20:39:44.346 INFO O| Download: 1526/15831 items 22.0/173.2MB 12% complete (1.4M/s) |
3415 | 2024-08-08T20:39:47.171Z | [ host-image] Aug 08 20:39:45.975 INFO O| Aug 08 20:39:45.975 INFO O| Download: 6997/22727 items 50.9/196.4MB 25% complete (470k/s) |
3416 | 2024-08-08T20:39:47.566Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3417 | 2024-08-08T20:39:47.982Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3418 | 2024-08-08T20:39:50.550Z | [ recovery-image] Aug 08 20:39:49.358 INFO O| Aug 08 20:39:49.358 INFO O| Download: 2377/15831 items 31.3/173.2MB 18% complete (2.1M/s) |
3419 | 2024-08-08T20:39:52.432Z | [ host-image] Aug 08 20:39:51.240 INFO O| Aug 08 20:39:51.239 INFO O| Download: 7960/22727 items 59.6/196.4MB 30% complete (1.3M/s) |
3420 | 2024-08-08T20:39:55.554Z | [ recovery-image] Aug 08 20:39:54.360 INFO O| Aug 08 20:39:54.360 INFO O| Download: 3222/15831 items 37.6/173.2MB 21% complete (1.6M/s) |
3421 | 2024-08-08T20:39:57.455Z | [ host-image] Aug 08 20:39:56.261 INFO O| Aug 08 20:39:56.261 INFO O| Download: 8284/22727 items 67.0/196.4MB 34% complete (1.1M/s) |
3422 | 2024-08-08T20:40:00.570Z | [ recovery-image] Aug 08 20:39:59.375 INFO O| Aug 08 20:39:59.375 INFO O| Download: 3859/15831 items 42.5/173.2MB 24% complete (1.1M/s) |
3423 | 2024-08-08T20:40:02.459Z | [ host-image] Aug 08 20:40:01.263 INFO O| Aug 08 20:40:01.262 INFO O| Download: 9116/22727 items 75.2/196.4MB 38% complete (1.5M/s) |
3424 | 2024-08-08T20:40:05.646Z | [ recovery-image] Aug 08 20:40:04.449 INFO O| Aug 08 20:40:04.449 INFO O| Download: 4779/15831 items 43.0/173.2MB 24% complete (545k/s) |
3425 | 2024-08-08T20:40:07.479Z | [ host-image] Aug 08 20:40:06.281 INFO O| Aug 08 20:40:06.281 INFO O| Download: 9468/22727 items 82.5/196.4MB 42% complete (1.6M/s) |
3426 | 2024-08-08T20:40:10.905Z | [ recovery-image] Aug 08 20:40:09.707 INFO O| Aug 08 20:40:09.707 INFO O| Download: 5691/15831 items 45.2/173.2MB 26% complete (263k/s) |
3427 | 2024-08-08T20:40:12.480Z | [ host-image] Aug 08 20:40:11.282 INFO O| Aug 08 20:40:11.281 INFO O| Download: 10690/22727 items 89.3/196.4MB 45% complete (1.4M/s) |
3428 | 2024-08-08T20:40:15.913Z | [ recovery-image] Aug 08 20:40:14.713 INFO O| Aug 08 20:40:14.713 INFO O| Download: 6114/15831 items 58.6/173.2MB 33% complete (1.4M/s) |
3429 | 2024-08-08T20:40:17.764Z | [ host-image] Aug 08 20:40:16.563 INFO O| Aug 08 20:40:16.563 INFO O| Download: 11229/22727 items 94.1/196.4MB 47% complete (1.2M/s) |
3430 | 2024-08-08T20:40:20.916Z | [ recovery-image] Aug 08 20:40:19.715 INFO O| Aug 08 20:40:19.715 INFO O| Download: 7020/15831 items 71.0/173.2MB 40% complete (2.5M/s) |
3431 | 2024-08-08T20:40:23.024Z | [ host-image] Aug 08 20:40:21.822 INFO O| Aug 08 20:40:21.822 INFO O| Download: 11972/22727 items 98.1/196.4MB 49% complete (824k/s) |
3432 | 2024-08-08T20:40:26.093Z | [ recovery-image] Aug 08 20:40:24.890 INFO O| Aug 08 20:40:24.890 INFO O| Download: 7864/15831 items 75.7/173.2MB 43% complete (1.7M/s) |
3433 | 2024-08-08T20:40:29.553Z | [ host-image] Aug 08 20:40:28.348 INFO O| Aug 08 20:40:28.348 INFO O| Download: 12175/22727 items 108.5/196.4MB 55% complete (1.4M/s) |
3434 | 2024-08-08T20:40:31.770Z | [ recovery-image] Aug 08 20:40:30.565 INFO O| Aug 08 20:40:30.565 INFO O| Download: 8667/15831 items 82.6/173.2MB 47% complete (1.1M/s) |
3435 | 2024-08-08T20:40:36.576Z | [ host-image] Aug 08 20:40:35.370 INFO O| Aug 08 20:40:35.370 INFO O| Download: 13309/22727 items 109.9/196.4MB 55% complete (1.2M/s) |
3436 | 2024-08-08T20:40:36.773Z | [ recovery-image] Aug 08 20:40:35.566 INFO O| Aug 08 20:40:35.566 INFO O| Download: 8749/15831 items 84.2/173.2MB 48% complete (688k/s) |
3437 | 2024-08-08T20:40:41.604Z | [ host-image] Aug 08 20:40:40.396 INFO O| Aug 08 20:40:40.396 INFO O| Download: 14258/22727 items 110.6/196.4MB 56% complete (103k/s) |
3438 | 2024-08-08T20:40:41.780Z | [ recovery-image] Aug 08 20:40:40.568 INFO O| Aug 08 20:40:40.568 INFO O| Download: 9387/15831 items 92.8/173.2MB 53% complete (1.0M/s) |
3439 | 2024-08-08T20:40:46.616Z | [ host-image] Aug 08 20:40:45.406 INFO O| Aug 08 20:40:45.406 INFO O| Download: 14742/22727 items 117.2/196.4MB 59% complete (745k/s) |
3440 | 2024-08-08T20:40:46.777Z | [ recovery-image] Aug 08 20:40:45.568 INFO O| Aug 08 20:40:45.568 INFO O| Download: 10509/15831 items 93.4/173.2MB 53% complete (989k/s) |
3441 | 2024-08-08T20:40:51.782Z | [ recovery-image] Aug 08 20:40:50.571 INFO O| Aug 08 20:40:50.571 INFO O| Download: 11010/15831 items 94.7/173.2MB 54% complete (178k/s) |
3442 | 2024-08-08T20:40:51.782Z | [ host-image] Aug 08 20:40:50.571 INFO O| Aug 08 20:40:50.571 INFO O| Download: 15705/22727 items 125.8/196.4MB 64% complete (1.5M/s) |
3443 | 2024-08-08T20:40:56.787Z | [ host-image] Aug 08 20:40:55.572 INFO O| Aug 08 20:40:55.572 INFO O| Download: 16503/22727 items 133.5/196.4MB 67% complete (1.6M/s) |
3444 | 2024-08-08T20:40:57.194Z | [ recovery-image] Aug 08 20:40:55.981 INFO O| Aug 08 20:40:55.981 INFO O| Download: 11421/15831 items 107.2/173.2MB 61% complete (1.4M/s) |
3445 | 2024-08-08T20:41:01.787Z | [ host-image] Aug 08 20:41:00.572 INFO O| Aug 08 20:41:00.572 INFO O| Download: 17795/22727 items 148.2/196.4MB 75% complete (2.2M/s) |
3446 | 2024-08-08T20:41:02.434Z | [ recovery-image] Aug 08 20:41:01.219 INFO O| Aug 08 20:41:01.219 INFO O| Download: 11917/15831 items 128.1/173.2MB 74% complete (3.4M/s) |
3447 | 2024-08-08T20:41:06.798Z | [ host-image] Aug 08 20:41:05.582 INFO O| Aug 08 20:41:05.582 INFO O| Download: 18669/22727 items 162.9/196.4MB 82% complete (2.9M/s) |
3448 | 2024-08-08T20:41:07.438Z | [ recovery-image] Aug 08 20:41:06.221 INFO O| Aug 08 20:41:06.221 INFO O| Download: 12800/15831 items 141.3/173.2MB 81% complete (3.2M/s) |
3449 | 2024-08-08T20:41:11.815Z | [ host-image] Aug 08 20:41:10.598 INFO O| Aug 08 20:41:10.598 INFO O| Download: 19214/22727 items 164.7/196.4MB 83% complete (1.8M/s) |
3450 | 2024-08-08T20:41:12.443Z | [ recovery-image] Aug 08 20:41:11.225 INFO O| Aug 08 20:41:11.225 INFO O| Download: 13403/15831 items 143.3/173.2MB 82% complete (1.5M/s) |
3451 | 2024-08-08T20:41:16.821Z | [ host-image] Aug 08 20:41:15.602 INFO O| Aug 08 20:41:15.602 INFO O| Download: 20023/22727 items 167.5/196.4MB 85% complete (474k/s) |
3452 | 2024-08-08T20:41:17.446Z | [ recovery-image] Aug 08 20:41:16.226 INFO O| Aug 08 20:41:16.226 INFO O| Download: 14311/15831 items 146.4/173.2MB 84% complete (528k/s) |
3453 | 2024-08-08T20:41:22.560Z | [ recovery-image] Aug 08 20:41:21.334 INFO O| Aug 08 20:41:21.334 INFO O| Download: 14752/15831 items 153.3/173.2MB 88% complete (1.0M/s) |
3454 | 2024-08-08T20:41:22.566Z | [ host-image] Aug 08 20:41:21.343 INFO O| Aug 08 20:41:21.343 INFO O| Download: 20802/22727 items 174.4/196.4MB 88% complete (890k/s) |
3455 | 2024-08-08T20:41:27.572Z | [ recovery-image] Aug 08 20:41:26.349 INFO O| Aug 08 20:41:26.349 INFO O| Download: 15477/15831 items 165.6/173.2MB 95% complete (1.9M/s) |
3456 | 2024-08-08T20:41:28.903Z | [ host-image] Aug 08 20:41:27.678 INFO O| Aug 08 20:41:27.678 INFO O| Download: 21024/22727 items 176.3/196.4MB 89% complete (897k/s) |
3457 | 2024-08-08T20:41:33.913Z | [ host-image] Aug 08 20:41:32.688 INFO O| Aug 08 20:41:32.688 INFO O| Download: 21426/22727 items 177.3/196.4MB 90% complete (182k/s) |
3458 | 2024-08-08T20:41:34.216Z | [ recovery-image] Aug 08 20:41:32.987 INFO O| Aug 08 20:41:32.987 INFO O| Download: 15532/15831 items 165.9/173.2MB 95% complete (1.8M/s) |
3459 | 2024-08-08T20:41:38.921Z | [ host-image] Aug 08 20:41:37.695 INFO O| Aug 08 20:41:37.695 INFO O| Download: 21633/22727 items 180.4/196.4MB 91% complete (423k/s) |
3460 | 2024-08-08T20:41:40.603Z | [ recovery-image] Aug 08 20:41:39.377 INFO O| Aug 08 20:41:39.377 INFO O| Download: 15534/15831 items 165.9/173.2MB 95% complete (1.8M/s) |
3461 | 2024-08-08T20:41:43.923Z | [ host-image] Aug 08 20:41:42.695 INFO O| Aug 08 20:41:42.695 INFO O| Download: 21843/22727 items 187.7/196.4MB 95% complete (1013k/s) |
3462 | 2024-08-08T20:41:48.394Z | [ recovery-image] Aug 08 20:41:47.165 INFO O| Aug 08 20:41:47.165 INFO O| Download: 15601/15831 items 166.7/173.2MB 96% complete (112k/s) |
3463 | 2024-08-08T20:41:49.579Z | [ host-image] Aug 08 20:41:48.349 INFO O| Aug 08 20:41:48.349 INFO O| Download: 21898/22727 items 188.3/196.4MB 95% complete (838k/s) |
3464 | 2024-08-08T20:41:53.436Z | [ recovery-image] Aug 08 20:41:52.206 INFO O| Aug 08 20:41:52.206 INFO O| Download: 15805/15831 items 172.0/173.2MB 99% complete (559k/s) |
3465 | 2024-08-08T20:41:54.933Z | [ host-image] Aug 08 20:41:53.702 INFO O| Aug 08 20:41:53.702 INFO O| Download: 21912/22727 items 188.5/196.4MB 95% complete (323k/s) |
3466 | 2024-08-08T20:41:57.246Z | [ recovery-image] Aug 08 20:41:56.013 INFO O| Aug 08 20:41:56.013 INFO O| Download: Completed 173.16 MB in 147.34 seconds (1.2M/s) |
3467 | 2024-08-08T20:41:58.314Z | [ recovery-image] Aug 08 20:41:57.082 INFO O| Aug 08 20:41:57.081 INFO O| Actions: 1/24963 actions (Installing new actions) |
3468 | 2024-08-08T20:42:02.284Z | [ host-image] Aug 08 20:42:01.051 INFO O| Aug 08 20:42:01.051 INFO O| Download: 21981/22727 items 189.2/196.4MB 96% complete (85.0k/s) |
3469 | 2024-08-08T20:42:03.326Z | [ recovery-image] Aug 08 20:42:02.092 INFO O| Aug 08 20:42:02.092 INFO O| Actions: 9950/24963 actions (Installing new actions) |
3470 | 2024-08-08T20:42:07.299Z | [ host-image] Aug 08 20:42:06.064 INFO O| Aug 08 20:42:06.064 INFO O| Download: 22555/22727 items 196.1/196.4MB 99% complete (744k/s) |
3471 | 2024-08-08T20:42:08.329Z | [ recovery-image] Aug 08 20:42:07.094 INFO O| Aug 08 20:42:07.094 INFO O| Actions: 17022/24963 actions (Installing new actions) |
3472 | 2024-08-08T20:42:10.455Z | [ host-image] Aug 08 20:42:09.219 INFO O| Aug 08 20:42:09.219 INFO O| Download: Completed 196.39 MB in 184.42 seconds (1.1M/s) |
3473 | 2024-08-08T20:42:12.714Z | [ host-image] Aug 08 20:42:11.478 INFO O| Aug 08 20:42:11.478 INFO O| Actions: 1/49259 actions (Installing new actions) |
3474 | 2024-08-08T20:42:13.497Z | [ recovery-image] Aug 08 20:42:12.260 INFO O| Aug 08 20:42:12.260 INFO O| Actions: 24523/24963 actions (Installing new actions) |
3475 | 2024-08-08T20:42:15.811Z | [ recovery-image] Aug 08 20:42:14.574 INFO O| Aug 08 20:42:14.574 INFO O| Actions: Completed 24963 actions in 17.49 seconds. |
3476 | 2024-08-08T20:42:16.331Z | [ recovery-image] Aug 08 20:42:15.093 INFO O| Aug 08 20:42:15.093 INFO O| Done |
3477 | 2024-08-08T20:42:16.331Z | [ recovery-image] Aug 08 20:42:15.093 INFO O| Aug 08 20:42:15.093 INFO O| Done |
3478 | 2024-08-08T20:42:17.482Z | [ recovery-image] Aug 08 20:42:16.244 INFO O| Aug 08 20:42:16.244 INFO O| Done |
3479 | 2024-08-08T20:42:17.716Z | [ host-image] Aug 08 20:42:16.478 INFO O| Aug 08 20:42:16.478 INFO O| Actions: 10582/49259 actions (Installing new actions) |
3480 | 2024-08-08T20:42:19.258Z | [ recovery-image] Aug 08 20:42:18.019 INFO O| Aug 08 20:42:18.019 INFO O| Done |
3481 | 2024-08-08T20:42:19.280Z | [ recovery-image] Aug 08 20:42:18.041 INFO O| Aug 08 20:42:18.040 INFO O| Done |
3482 | 2024-08-08T20:42:22.718Z | [ host-image] Aug 08 20:42:21.478 INFO O| Aug 08 20:42:21.478 INFO O| Actions: 20288/49259 actions (Installing new actions) |
3483 | 2024-08-08T20:42:24.084Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 15s |
3484 | 2024-08-08T20:42:24.348Z | Aug 08 20:42:23.108 INFO [verify-libraries] process exited with exit status: 0 (262.67294568s) |
3485 | 2024-08-08T20:42:24.593Z | [ recovery-image] Aug 08 20:42:23.353 INFO O| Aug 08 20:42:23.353 INFO O| Done |
3486 | 2024-08-08T20:42:24.921Z | [ recovery-image] Aug 08 20:42:23.681 INFO O| Aug 08 20:42:23.681 INFO O| Done |
3487 | 2024-08-08T20:42:25.097Z | [ recovery-image] Aug 08 20:42:23.856 INFO O| Aug 08 20:42:23.856 INFO STEP 11 (pkg_install) COMPLETE |
3488 | 2024-08-08T20:42:25.097Z | [ recovery-image] Aug 08 20:42:23.856 INFO O| Aug 08 20:42:23.856 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3489 | 2024-08-08T20:42:25.100Z | [ recovery-image] Aug 08 20:42:23.856 INFO O| Aug 08 20:42:23.856 INFO skip step because feature "recovery" is enabled |
3490 | 2024-08-08T20:42:25.100Z | [ recovery-image] Aug 08 20:42:23.856 INFO O| Aug 08 20:42:23.856 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3491 | 2024-08-08T20:42:25.100Z | [ recovery-image] Aug 08 20:42:23.856 INFO O| Aug 08 20:42:23.856 INFO skip step because feature "omicron1" is not enabled |
3492 | 2024-08-08T20:42:25.100Z | [ recovery-image] Aug 08 20:42:23.856 INFO O| Aug 08 20:42:23.856 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3493 | 2024-08-08T20:42:25.108Z | [ recovery-image] Aug 08 20:42:23.868 INFO O| Aug 08 20:42:23.867 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
3494 | 2024-08-08T20:42:25.559Z | [ recovery-image] Aug 08 20:42:24.319 INFO O| Aug 08 20:42:24.319 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3495 | 2024-08-08T20:42:27.172Z | [ recovery-image] Aug 08 20:42:25.931 INFO O| Aug 08 20:42:25.931 INFO O| Planning: Solver setup ... Done |
3496 | 2024-08-08T20:42:27.175Z | [ recovery-image] Aug 08 20:42:25.934 INFO O| Aug 08 20:42:25.934 INFO O| Planning: Running solver ... Done |
3497 | 2024-08-08T20:42:27.211Z | [ recovery-image] Aug 08 20:42:25.970 INFO O| Aug 08 20:42:25.970 INFO O| Planning: Finding local manifests ... Done |
3498 | 2024-08-08T20:42:27.214Z | [ recovery-image] Aug 08 20:42:25.971 INFO O| Aug 08 20:42:25.971 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3499 | 2024-08-08T20:42:27.271Z | [ recovery-image] Aug 08 20:42:26.031 INFO O| Aug 08 20:42:26.030 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3500 | 2024-08-08T20:42:27.290Z | [ recovery-image] Aug 08 20:42:26.050 INFO O| Aug 08 20:42:26.049 INFO O| Planning: Package planning ... Done |
3501 | 2024-08-08T20:42:27.293Z | [ recovery-image] Aug 08 20:42:26.050 INFO O| Aug 08 20:42:26.050 INFO O| Planning: Merging actions ... Done |
3502 | 2024-08-08T20:42:27.327Z | [ recovery-image] Aug 08 20:42:26.086 INFO O| Aug 08 20:42:26.086 INFO O| Planning: Checking for conflicting actions ... Done |
3503 | 2024-08-08T20:42:27.331Z | [ recovery-image] Aug 08 20:42:26.087 INFO O| Aug 08 20:42:26.087 INFO O| Planning: Consolidating action changes ... Done |
3504 | 2024-08-08T20:42:27.457Z | [ recovery-image] Aug 08 20:42:26.216 INFO O| Aug 08 20:42:26.216 INFO O| Planning: Evaluating mediators ... Done |
3505 | 2024-08-08T20:42:27.460Z | [ recovery-image] Aug 08 20:42:26.217 INFO O| Aug 08 20:42:26.216 INFO O| Planning: Planning completed in 1.90 seconds |
3506 | 2024-08-08T20:42:27.460Z | [ recovery-image] Aug 08 20:42:26.218 INFO O| Aug 08 20:42:26.218 INFO O| Packages to install: 1 |
3507 | 2024-08-08T20:42:27.470Z | [ recovery-image] Aug 08 20:42:26.229 INFO O| Aug 08 20:42:26.229 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
3508 | 2024-08-08T20:42:27.720Z | [ host-image] Aug 08 20:42:26.478 INFO O| Aug 08 20:42:26.478 INFO O| Actions: 49111/49259 actions (Installing new actions) |
3509 | 2024-08-08T20:42:27.759Z | [ host-image] Aug 08 20:42:26.518 INFO O| Aug 08 20:42:26.518 INFO O| Actions: Completed 49259 actions in 15.04 seconds. |
3510 | 2024-08-08T20:42:28.017Z | [ host-image] Aug 08 20:42:26.776 INFO O| Aug 08 20:42:26.776 INFO O| Done |
3511 | 2024-08-08T20:42:28.017Z | [ host-image] Aug 08 20:42:26.776 INFO O| Aug 08 20:42:26.776 INFO O| Done |
3512 | 2024-08-08T20:42:28.269Z | [ recovery-image] Aug 08 20:42:27.027 INFO O| Aug 08 20:42:27.027 INFO O| Download: Completed 20.86 MB in 0.80 seconds (26.1M/s) |
3513 | 2024-08-08T20:42:28.292Z | [ recovery-image] Aug 08 20:42:27.050 INFO O| Aug 08 20:42:27.050 INFO O| Actions: 1/22 actions (Installing new actions) |
3514 | 2024-08-08T20:42:28.522Z | [ host-image] Aug 08 20:42:27.280 INFO O| Aug 08 20:42:27.280 INFO O| Done |
3515 | 2024-08-08T20:42:28.810Z | [ recovery-image] Aug 08 20:42:27.568 INFO O| Aug 08 20:42:27.568 INFO O| Actions: Completed 22 actions in 0.52 seconds. |
3516 | 2024-08-08T20:42:29.095Z | [ recovery-image] Aug 08 20:42:27.854 INFO O| Aug 08 20:42:27.854 INFO O| Done |
3517 | 2024-08-08T20:42:29.096Z | [ recovery-image] Aug 08 20:42:27.854 INFO O| Aug 08 20:42:27.854 INFO O| Done |
3518 | 2024-08-08T20:42:29.432Z | [ recovery-image] Aug 08 20:42:28.189 INFO O| Aug 08 20:42:28.189 INFO O| Done |
3519 | 2024-08-08T20:42:29.646Z | [ host-image] Aug 08 20:42:28.404 INFO O| Aug 08 20:42:28.404 INFO O| Done |
3520 | 2024-08-08T20:42:29.671Z | [ host-image] Aug 08 20:42:28.429 INFO O| Aug 08 20:42:28.429 INFO O| Done |
3521 | 2024-08-08T20:42:30.203Z | [ recovery-image] Aug 08 20:42:28.961 INFO O| Aug 08 20:42:28.961 INFO O| Done |
3522 | 2024-08-08T20:42:30.215Z | [ recovery-image] Aug 08 20:42:28.973 INFO O| Aug 08 20:42:28.973 INFO O| Done |
3523 | 2024-08-08T20:42:30.218Z | [ recovery-image] Aug 08 20:42:28.973 INFO O| Aug 08 20:42:28.973 INFO O| Done |
3524 | 2024-08-08T20:42:30.225Z | [ recovery-image] Aug 08 20:42:28.983 INFO O| Aug 08 20:42:28.983 INFO O| Done |
3525 | 2024-08-08T20:42:30.318Z | [ recovery-image] Aug 08 20:42:29.076 INFO O| Aug 08 20:42:29.076 INFO STEP 14 (pkg_install) COMPLETE |
3526 | 2024-08-08T20:42:30.318Z | [ recovery-image] Aug 08 20:42:29.076 INFO O| Aug 08 20:42:29.076 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3527 | 2024-08-08T20:42:30.322Z | [ recovery-image] Aug 08 20:42:29.076 INFO O| Aug 08 20:42:29.076 INFO skip step because feature "mfg" is not enabled |
3528 | 2024-08-08T20:42:30.322Z | [ recovery-image] Aug 08 20:42:29.076 INFO O| Aug 08 20:42:29.076 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3529 | 2024-08-08T20:42:30.322Z | [ recovery-image] Aug 08 20:42:29.076 INFO O| Aug 08 20:42:29.076 INFO skip step because feature "compliance" is not enabled |
3530 | 2024-08-08T20:42:30.322Z | [ recovery-image] Aug 08 20:42:29.076 INFO O| Aug 08 20:42:29.076 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3531 | 2024-08-08T20:42:30.322Z | [ recovery-image] Aug 08 20:42:29.076 INFO O| Aug 08 20:42:29.076 INFO skip step because feature "stress" is not enabled |
3532 | 2024-08-08T20:42:30.322Z | [ recovery-image] Aug 08 20:42:29.076 INFO O| Aug 08 20:42:29.076 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3533 | 2024-08-08T20:42:30.322Z | [ recovery-image] Aug 08 20:42:29.076 INFO O| Aug 08 20:42:29.076 INFO skip step because feature "nfs" is not enabled |
3534 | 2024-08-08T20:42:30.322Z | [ recovery-image] Aug 08 20:42:29.076 INFO O| Aug 08 20:42:29.076 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3535 | 2024-08-08T20:42:30.322Z | [ recovery-image] Aug 08 20:42:29.076 INFO O| Aug 08 20:42:29.076 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3536 | 2024-08-08T20:42:30.446Z | [ recovery-image] Aug 08 20:42:29.204 INFO O| Aug 08 20:42:29.204 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3537 | 2024-08-08T20:42:30.529Z | [ recovery-image] Aug 08 20:42:29.287 INFO O| Aug 08 20:42:29.287 INFO completed processing gimlet/ramdisk-01-os |
3538 | 2024-08-08T20:42:30.532Z | [ recovery-image] Aug 08 20:42:29.289 INFO image builder template: ramdisk-02-trim... |
3539 | 2024-08-08T20:42:30.532Z | [ recovery-image] Aug 08 20:42:29.290 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/.tmpnXysWF/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 |
3540 | 2024-08-08T20:42:30.556Z | [ recovery-image] Aug 08 20:42:29.314 INFO O| Aug 08 20:42:29.314 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3541 | 2024-08-08T20:42:30.561Z | [ recovery-image] Aug 08 20:42:29.318 INFO O| Aug 08 20:42:29.318 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3542 | 2024-08-08T20:42:30.630Z | [ recovery-image] Aug 08 20:42:29.388 INFO O| Aug 08 20:42:29.388 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3543 | 2024-08-08T20:42:30.691Z | [ recovery-image] Aug 08 20:42:29.449 INFO O| Aug 08 20:42:29.449 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3544 | 2024-08-08T20:42:30.694Z | [ recovery-image] Aug 08 20:42:29.449 INFO O| Aug 08 20:42:29.449 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3545 | 2024-08-08T20:42:30.697Z | [ recovery-image] Aug 08 20:42:29.455 INFO O| Aug 08 20:42:29.455 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3546 | 2024-08-08T20:42:30.701Z | [ recovery-image] Aug 08 20:42:29.459 INFO O| Aug 08 20:42:29.459 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3547 | 2024-08-08T20:42:30.706Z | [ recovery-image] Aug 08 20:42:29.464 INFO O| Aug 08 20:42:29.464 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3548 | 2024-08-08T20:42:30.872Z | [ recovery-image] Aug 08 20:42:29.630 INFO O| Aug 08 20:42:29.630 INFO rolled back to input snapshot; work may begin |
3549 | 2024-08-08T20:42:30.873Z | [ recovery-image] Aug 08 20:42:29.630 INFO O| Aug 08 20:42:29.630 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3550 | 2024-08-08T20:42:30.878Z | [ recovery-image] Aug 08 20:42:29.636 INFO O| Aug 08 20:42:29.636 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3551 | 2024-08-08T20:42:30.888Z | [ recovery-image] Aug 08 20:42:29.646 INFO O| Aug 08 20:42:29.646 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3552 | 2024-08-08T20:42:30.938Z | [ recovery-image] Aug 08 20:42:29.696 INFO O| Aug 08 20:42:29.696 INFO STEP 0 (remove_files) COMPLETE |
3553 | 2024-08-08T20:42:30.938Z | [ recovery-image] Aug 08 20:42:29.696 INFO O| Aug 08 20:42:29.696 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3554 | 2024-08-08T20:42:30.950Z | [ recovery-image] Aug 08 20:42:29.708 INFO O| Aug 08 20:42:29.708 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3555 | 2024-08-08T20:42:30.953Z | [ recovery-image] Aug 08 20:42:29.710 INFO O| Aug 08 20:42:29.710 INFO STEP 1 (remove_files) COMPLETE |
3556 | 2024-08-08T20:42:30.953Z | [ recovery-image] Aug 08 20:42:29.710 INFO O| Aug 08 20:42:29.710 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3557 | 2024-08-08T20:42:30.961Z | [ recovery-image] Aug 08 20:42:29.719 INFO O| Aug 08 20:42:29.719 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3558 | 2024-08-08T20:42:30.976Z | [ recovery-image] Aug 08 20:42:29.734 INFO O| Aug 08 20:42:29.734 INFO STEP 2 (remove_files) COMPLETE |
3559 | 2024-08-08T20:42:30.976Z | [ recovery-image] Aug 08 20:42:29.734 INFO O| Aug 08 20:42:29.734 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3560 | 2024-08-08T20:42:30.985Z | [ recovery-image] Aug 08 20:42:29.744 INFO O| Aug 08 20:42:29.743 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3561 | 2024-08-08T20:42:30.988Z | [ recovery-image] Aug 08 20:42:29.746 INFO O| Aug 08 20:42:29.745 INFO STEP 3 (remove_files) COMPLETE |
3562 | 2024-08-08T20:42:30.988Z | [ recovery-image] Aug 08 20:42:29.746 INFO O| Aug 08 20:42:29.745 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3563 | 2024-08-08T20:42:30.997Z | [ recovery-image] Aug 08 20:42:29.755 INFO O| Aug 08 20:42:29.755 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3564 | 2024-08-08T20:42:31.001Z | [ recovery-image] Aug 08 20:42:29.759 INFO O| Aug 08 20:42:29.759 INFO STEP 4 (remove_files) COMPLETE |
3565 | 2024-08-08T20:42:31.001Z | [ recovery-image] Aug 08 20:42:29.759 INFO O| Aug 08 20:42:29.759 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3566 | 2024-08-08T20:42:31.010Z | [ recovery-image] Aug 08 20:42:29.768 INFO O| Aug 08 20:42:29.768 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3567 | 2024-08-08T20:42:31.013Z | [ recovery-image] Aug 08 20:42:29.768 INFO O| Aug 08 20:42:29.768 INFO STEP 5 (remove_files) COMPLETE |
3568 | 2024-08-08T20:42:31.013Z | [ recovery-image] Aug 08 20:42:29.768 INFO O| Aug 08 20:42:29.768 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3569 | 2024-08-08T20:42:31.020Z | [ recovery-image] Aug 08 20:42:29.778 INFO O| Aug 08 20:42:29.778 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3570 | 2024-08-08T20:42:31.031Z | [ recovery-image] Aug 08 20:42:29.789 INFO O| Aug 08 20:42:29.789 INFO STEP 6 (remove_files) COMPLETE |
3571 | 2024-08-08T20:42:31.031Z | [ recovery-image] Aug 08 20:42:29.789 INFO O| Aug 08 20:42:29.789 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3572 | 2024-08-08T20:42:31.034Z | [ recovery-image] Aug 08 20:42:29.789 INFO O| Aug 08 20:42:29.789 INFO skip step because feature "recovery" is enabled |
3573 | 2024-08-08T20:42:31.034Z | [ recovery-image] Aug 08 20:42:29.789 INFO O| Aug 08 20:42:29.789 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3574 | 2024-08-08T20:42:31.034Z | [ recovery-image] Aug 08 20:42:29.789 INFO O| Aug 08 20:42:29.789 INFO skip step because feature "recovery" is enabled |
3575 | 2024-08-08T20:42:31.034Z | [ recovery-image] Aug 08 20:42:29.789 INFO O| Aug 08 20:42:29.789 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3576 | 2024-08-08T20:42:31.034Z | [ recovery-image] Aug 08 20:42:29.789 INFO O| Aug 08 20:42:29.789 INFO skip step because feature "recovery" is enabled |
3577 | 2024-08-08T20:42:31.034Z | [ recovery-image] Aug 08 20:42:29.789 INFO O| Aug 08 20:42:29.789 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3578 | 2024-08-08T20:42:31.041Z | [ recovery-image] Aug 08 20:42:29.799 INFO O| Aug 08 20:42:29.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3579 | 2024-08-08T20:42:31.044Z | [ recovery-image] Aug 08 20:42:29.802 INFO O| Aug 08 20:42:29.802 INFO STEP 10 (remove_files) COMPLETE |
3580 | 2024-08-08T20:42:31.044Z | [ recovery-image] Aug 08 20:42:29.802 INFO O| Aug 08 20:42:29.802 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3581 | 2024-08-08T20:42:31.054Z | [ recovery-image] Aug 08 20:42:29.812 INFO O| Aug 08 20:42:29.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3582 | 2024-08-08T20:42:31.056Z | [ recovery-image] Aug 08 20:42:29.812 INFO O| Aug 08 20:42:29.812 INFO STEP 11 (remove_files) COMPLETE |
3583 | 2024-08-08T20:42:31.057Z | [ recovery-image] Aug 08 20:42:29.813 INFO O| Aug 08 20:42:29.812 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3584 | 2024-08-08T20:42:31.064Z | [ recovery-image] Aug 08 20:42:29.822 INFO O| Aug 08 20:42:29.821 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3585 | 2024-08-08T20:42:31.066Z | [ recovery-image] Aug 08 20:42:29.823 INFO O| Aug 08 20:42:29.823 INFO STEP 12 (remove_files) COMPLETE |
3586 | 2024-08-08T20:42:31.066Z | [ recovery-image] Aug 08 20:42:29.823 INFO O| Aug 08 20:42:29.823 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3587 | 2024-08-08T20:42:31.121Z | [ recovery-image] Aug 08 20:42:29.878 INFO O| Aug 08 20:42:29.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3588 | 2024-08-08T20:42:31.121Z | [ recovery-image] Aug 08 20:42:29.879 INFO O| Aug 08 20:42:29.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3589 | 2024-08-08T20:42:31.141Z | [ recovery-image] Aug 08 20:42:29.899 INFO O| Aug 08 20:42:29.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3590 | 2024-08-08T20:42:31.144Z | [ recovery-image] Aug 08 20:42:29.899 INFO O| Aug 08 20:42:29.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3591 | 2024-08-08T20:42:31.291Z | [ recovery-image] Aug 08 20:42:30.048 INFO O| Aug 08 20:42:30.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3592 | 2024-08-08T20:42:31.308Z | [ recovery-image] Aug 08 20:42:30.066 INFO O| Aug 08 20:42:30.066 INFO STEP 13 (remove_files) COMPLETE |
3593 | 2024-08-08T20:42:31.308Z | [ recovery-image] Aug 08 20:42:30.066 INFO O| Aug 08 20:42:30.066 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3594 | 2024-08-08T20:42:31.322Z | [ recovery-image] Aug 08 20:42:30.080 INFO O| Aug 08 20:42:30.080 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3595 | 2024-08-08T20:42:31.325Z | [ recovery-image] Aug 08 20:42:30.081 INFO O| Aug 08 20:42:30.081 INFO STEP 14 (remove_files) COMPLETE |
3596 | 2024-08-08T20:42:31.325Z | [ recovery-image] Aug 08 20:42:30.081 INFO O| Aug 08 20:42:30.081 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3597 | 2024-08-08T20:42:31.335Z | [ recovery-image] Aug 08 20:42:30.093 INFO O| Aug 08 20:42:30.093 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3598 | 2024-08-08T20:42:31.342Z | [ recovery-image] Aug 08 20:42:30.099 INFO O| Aug 08 20:42:30.099 INFO STEP 15 (remove_files) COMPLETE |
3599 | 2024-08-08T20:42:31.345Z | [ recovery-image] Aug 08 20:42:30.099 INFO O| Aug 08 20:42:30.099 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3600 | 2024-08-08T20:42:31.351Z | [ recovery-image] Aug 08 20:42:30.109 INFO O| Aug 08 20:42:30.109 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3601 | 2024-08-08T20:42:31.354Z | [ recovery-image] Aug 08 20:42:30.109 INFO O| Aug 08 20:42:30.109 INFO STEP 16 (remove_files) COMPLETE |
3602 | 2024-08-08T20:42:31.354Z | [ recovery-image] Aug 08 20:42:30.110 INFO O| Aug 08 20:42:30.109 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3603 | 2024-08-08T20:42:31.361Z | [ recovery-image] Aug 08 20:42:30.119 INFO O| Aug 08 20:42:30.119 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3604 | 2024-08-08T20:42:31.364Z | [ recovery-image] Aug 08 20:42:30.121 INFO O| Aug 08 20:42:30.121 INFO STEP 17 (remove_files) COMPLETE |
3605 | 2024-08-08T20:42:31.364Z | [ recovery-image] Aug 08 20:42:30.121 INFO O| Aug 08 20:42:30.121 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3606 | 2024-08-08T20:42:31.374Z | [ recovery-image] Aug 08 20:42:30.132 INFO O| Aug 08 20:42:30.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3607 | 2024-08-08T20:42:31.374Z | [ recovery-image] Aug 08 20:42:30.132 INFO O| Aug 08 20:42:30.132 INFO STEP 18 (remove_files) COMPLETE |
3608 | 2024-08-08T20:42:31.377Z | [ recovery-image] Aug 08 20:42:30.133 INFO O| Aug 08 20:42:30.132 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3609 | 2024-08-08T20:42:31.386Z | [ recovery-image] Aug 08 20:42:30.144 INFO O| Aug 08 20:42:30.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3610 | 2024-08-08T20:42:31.389Z | [ recovery-image] Aug 08 20:42:30.144 INFO O| Aug 08 20:42:30.144 INFO STEP 19 (remove_files) COMPLETE |
3611 | 2024-08-08T20:42:31.389Z | [ recovery-image] Aug 08 20:42:30.144 INFO O| Aug 08 20:42:30.144 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3612 | 2024-08-08T20:42:31.397Z | [ recovery-image] Aug 08 20:42:30.155 INFO O| Aug 08 20:42:30.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3613 | 2024-08-08T20:42:31.397Z | [ recovery-image] Aug 08 20:42:30.155 INFO O| Aug 08 20:42:30.155 INFO STEP 20 (remove_files) COMPLETE |
3614 | 2024-08-08T20:42:31.398Z | [ recovery-image] Aug 08 20:42:30.155 INFO O| Aug 08 20:42:30.155 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3615 | 2024-08-08T20:42:31.407Z | [ recovery-image] Aug 08 20:42:30.165 INFO O| Aug 08 20:42:30.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3616 | 2024-08-08T20:42:31.407Z | [ recovery-image] Aug 08 20:42:30.165 INFO O| Aug 08 20:42:30.165 INFO STEP 21 (remove_files) COMPLETE |
3617 | 2024-08-08T20:42:31.407Z | [ recovery-image] Aug 08 20:42:30.165 INFO O| Aug 08 20:42:30.165 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3618 | 2024-08-08T20:42:31.417Z | [ recovery-image] Aug 08 20:42:30.175 INFO O| Aug 08 20:42:30.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3619 | 2024-08-08T20:42:31.417Z | [ recovery-image] Aug 08 20:42:30.175 INFO O| Aug 08 20:42:30.175 INFO STEP 22 (remove_files) COMPLETE |
3620 | 2024-08-08T20:42:31.417Z | [ recovery-image] Aug 08 20:42:30.175 INFO O| Aug 08 20:42:30.175 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3621 | 2024-08-08T20:42:31.426Z | [ recovery-image] Aug 08 20:42:30.184 INFO O| Aug 08 20:42:30.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3622 | 2024-08-08T20:42:31.426Z | [ recovery-image] Aug 08 20:42:30.184 INFO O| Aug 08 20:42:30.184 INFO STEP 23 (remove_files) COMPLETE |
3623 | 2024-08-08T20:42:31.429Z | [ recovery-image] Aug 08 20:42:30.184 INFO O| Aug 08 20:42:30.184 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3624 | 2024-08-08T20:42:31.436Z | [ recovery-image] Aug 08 20:42:30.194 INFO O| Aug 08 20:42:30.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3625 | 2024-08-08T20:42:31.438Z | [ recovery-image] Aug 08 20:42:30.194 INFO O| Aug 08 20:42:30.194 INFO STEP 24 (remove_files) COMPLETE |
3626 | 2024-08-08T20:42:31.438Z | [ recovery-image] Aug 08 20:42:30.194 INFO O| Aug 08 20:42:30.194 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3627 | 2024-08-08T20:42:31.447Z | [ recovery-image] Aug 08 20:42:30.205 INFO O| Aug 08 20:42:30.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3628 | 2024-08-08T20:42:31.447Z | [ recovery-image] Aug 08 20:42:30.205 INFO O| Aug 08 20:42:30.205 INFO STEP 25 (remove_files) COMPLETE |
3629 | 2024-08-08T20:42:31.447Z | [ recovery-image] Aug 08 20:42:30.205 INFO O| Aug 08 20:42:30.205 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3630 | 2024-08-08T20:42:31.458Z | [ recovery-image] Aug 08 20:42:30.216 INFO O| Aug 08 20:42:30.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3631 | 2024-08-08T20:42:31.461Z | [ recovery-image] Aug 08 20:42:30.216 INFO O| Aug 08 20:42:30.216 INFO STEP 26 (remove_files) COMPLETE |
3632 | 2024-08-08T20:42:31.461Z | [ recovery-image] Aug 08 20:42:30.216 INFO O| Aug 08 20:42:30.216 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3633 | 2024-08-08T20:42:31.469Z | [ recovery-image] Aug 08 20:42:30.227 INFO O| Aug 08 20:42:30.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3634 | 2024-08-08T20:42:31.472Z | [ recovery-image] Aug 08 20:42:30.227 INFO O| Aug 08 20:42:30.227 INFO STEP 27 (remove_files) COMPLETE |
3635 | 2024-08-08T20:42:31.472Z | [ recovery-image] Aug 08 20:42:30.227 INFO O| Aug 08 20:42:30.227 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3636 | 2024-08-08T20:42:31.479Z | [ recovery-image] Aug 08 20:42:30.237 INFO O| Aug 08 20:42:30.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3637 | 2024-08-08T20:42:31.479Z | [ recovery-image] Aug 08 20:42:30.237 INFO O| Aug 08 20:42:30.237 INFO STEP 28 (remove_files) COMPLETE |
3638 | 2024-08-08T20:42:31.482Z | [ recovery-image] Aug 08 20:42:30.237 INFO O| Aug 08 20:42:30.237 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3639 | 2024-08-08T20:42:31.490Z | [ recovery-image] Aug 08 20:42:30.248 INFO O| Aug 08 20:42:30.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3640 | 2024-08-08T20:42:31.493Z | [ recovery-image] Aug 08 20:42:30.248 INFO O| Aug 08 20:42:30.248 INFO STEP 29 (remove_files) COMPLETE |
3641 | 2024-08-08T20:42:31.493Z | [ recovery-image] Aug 08 20:42:30.248 INFO O| Aug 08 20:42:30.248 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3642 | 2024-08-08T20:42:31.500Z | [ recovery-image] Aug 08 20:42:30.258 INFO O| Aug 08 20:42:30.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3643 | 2024-08-08T20:42:31.500Z | [ recovery-image] Aug 08 20:42:30.258 INFO O| Aug 08 20:42:30.258 INFO STEP 30 (remove_files) COMPLETE |
3644 | 2024-08-08T20:42:31.500Z | [ recovery-image] Aug 08 20:42:30.258 INFO O| Aug 08 20:42:30.258 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3645 | 2024-08-08T20:42:31.511Z | [ recovery-image] Aug 08 20:42:30.269 INFO O| Aug 08 20:42:30.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3646 | 2024-08-08T20:42:31.511Z | [ recovery-image] Aug 08 20:42:30.269 INFO O| Aug 08 20:42:30.269 INFO STEP 31 (remove_files) COMPLETE |
3647 | 2024-08-08T20:42:31.514Z | [ recovery-image] Aug 08 20:42:30.269 INFO O| Aug 08 20:42:30.269 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3648 | 2024-08-08T20:42:31.522Z | [ recovery-image] Aug 08 20:42:30.280 INFO O| Aug 08 20:42:30.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3649 | 2024-08-08T20:42:31.525Z | [ recovery-image] Aug 08 20:42:30.280 INFO O| Aug 08 20:42:30.280 INFO STEP 32 (remove_files) COMPLETE |
3650 | 2024-08-08T20:42:31.525Z | [ recovery-image] Aug 08 20:42:30.280 INFO O| Aug 08 20:42:30.280 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3651 | 2024-08-08T20:42:31.532Z | [ recovery-image] Aug 08 20:42:30.290 INFO O| Aug 08 20:42:30.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3652 | 2024-08-08T20:42:31.535Z | [ recovery-image] Aug 08 20:42:30.290 INFO O| Aug 08 20:42:30.290 INFO STEP 33 (remove_files) COMPLETE |
3653 | 2024-08-08T20:42:31.535Z | [ recovery-image] Aug 08 20:42:30.290 INFO O| Aug 08 20:42:30.290 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3654 | 2024-08-08T20:42:31.543Z | [ recovery-image] Aug 08 20:42:30.301 INFO O| Aug 08 20:42:30.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3655 | 2024-08-08T20:42:31.543Z | [ recovery-image] Aug 08 20:42:30.301 INFO O| Aug 08 20:42:30.301 INFO STEP 34 (remove_files) COMPLETE |
3656 | 2024-08-08T20:42:31.543Z | [ recovery-image] Aug 08 20:42:30.301 INFO O| Aug 08 20:42:30.301 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3657 | 2024-08-08T20:42:31.553Z | [ recovery-image] Aug 08 20:42:30.311 INFO O| Aug 08 20:42:30.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3658 | 2024-08-08T20:42:31.553Z | [ recovery-image] Aug 08 20:42:30.311 INFO O| Aug 08 20:42:30.311 INFO STEP 35 (remove_files) COMPLETE |
3659 | 2024-08-08T20:42:31.556Z | [ recovery-image] Aug 08 20:42:30.311 INFO O| Aug 08 20:42:30.311 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3660 | 2024-08-08T20:42:31.563Z | [ recovery-image] Aug 08 20:42:30.321 INFO O| Aug 08 20:42:30.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3661 | 2024-08-08T20:42:31.563Z | [ recovery-image] Aug 08 20:42:30.321 INFO O| Aug 08 20:42:30.321 INFO STEP 36 (remove_files) COMPLETE |
3662 | 2024-08-08T20:42:31.563Z | [ recovery-image] Aug 08 20:42:30.321 INFO O| Aug 08 20:42:30.321 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3663 | 2024-08-08T20:42:31.574Z | [ recovery-image] Aug 08 20:42:30.332 INFO O| Aug 08 20:42:30.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3664 | 2024-08-08T20:42:31.574Z | [ recovery-image] Aug 08 20:42:30.332 INFO O| Aug 08 20:42:30.332 INFO STEP 37 (remove_files) COMPLETE |
3665 | 2024-08-08T20:42:31.574Z | [ recovery-image] Aug 08 20:42:30.332 INFO O| Aug 08 20:42:30.332 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3666 | 2024-08-08T20:42:31.584Z | [ recovery-image] Aug 08 20:42:30.342 INFO O| Aug 08 20:42:30.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3667 | 2024-08-08T20:42:31.585Z | [ recovery-image] Aug 08 20:42:30.342 INFO O| Aug 08 20:42:30.342 INFO STEP 38 (remove_files) COMPLETE |
3668 | 2024-08-08T20:42:31.588Z | [ recovery-image] Aug 08 20:42:30.342 INFO O| Aug 08 20:42:30.342 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3669 | 2024-08-08T20:42:31.596Z | [ recovery-image] Aug 08 20:42:30.354 INFO O| Aug 08 20:42:30.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3670 | 2024-08-08T20:42:31.596Z | [ recovery-image] Aug 08 20:42:30.354 INFO O| Aug 08 20:42:30.354 INFO STEP 39 (remove_files) COMPLETE |
3671 | 2024-08-08T20:42:31.599Z | [ recovery-image] Aug 08 20:42:30.354 INFO O| Aug 08 20:42:30.354 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3672 | 2024-08-08T20:42:31.606Z | [ recovery-image] Aug 08 20:42:30.364 INFO O| Aug 08 20:42:30.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3673 | 2024-08-08T20:42:31.606Z | [ recovery-image] Aug 08 20:42:30.364 INFO O| Aug 08 20:42:30.364 INFO STEP 40 (remove_files) COMPLETE |
3674 | 2024-08-08T20:42:31.609Z | [ recovery-image] Aug 08 20:42:30.364 INFO O| Aug 08 20:42:30.364 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3675 | 2024-08-08T20:42:31.618Z | [ recovery-image] Aug 08 20:42:30.375 INFO O| Aug 08 20:42:30.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3676 | 2024-08-08T20:42:31.621Z | [ recovery-image] Aug 08 20:42:30.375 INFO O| Aug 08 20:42:30.375 INFO STEP 41 (remove_files) COMPLETE |
3677 | 2024-08-08T20:42:31.621Z | [ recovery-image] Aug 08 20:42:30.376 INFO O| Aug 08 20:42:30.375 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3678 | 2024-08-08T20:42:31.627Z | [ recovery-image] Aug 08 20:42:30.385 INFO O| Aug 08 20:42:30.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3679 | 2024-08-08T20:42:31.630Z | [ recovery-image] Aug 08 20:42:30.385 INFO O| Aug 08 20:42:30.385 INFO STEP 42 (remove_files) COMPLETE |
3680 | 2024-08-08T20:42:31.630Z | [ recovery-image] Aug 08 20:42:30.385 INFO O| Aug 08 20:42:30.385 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3681 | 2024-08-08T20:42:31.639Z | [ recovery-image] Aug 08 20:42:30.397 INFO O| Aug 08 20:42:30.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3682 | 2024-08-08T20:42:31.639Z | [ recovery-image] Aug 08 20:42:30.397 INFO O| Aug 08 20:42:30.397 INFO STEP 43 (remove_files) COMPLETE |
3683 | 2024-08-08T20:42:31.639Z | [ recovery-image] Aug 08 20:42:30.397 INFO O| Aug 08 20:42:30.397 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3684 | 2024-08-08T20:42:31.648Z | [ recovery-image] Aug 08 20:42:30.406 INFO O| Aug 08 20:42:30.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3685 | 2024-08-08T20:42:31.651Z | [ recovery-image] Aug 08 20:42:30.406 INFO O| Aug 08 20:42:30.406 INFO STEP 44 (remove_files) COMPLETE |
3686 | 2024-08-08T20:42:31.651Z | [ recovery-image] Aug 08 20:42:30.406 INFO O| Aug 08 20:42:30.406 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3687 | 2024-08-08T20:42:31.661Z | [ recovery-image] Aug 08 20:42:30.416 INFO O| Aug 08 20:42:30.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3688 | 2024-08-08T20:42:31.661Z | [ recovery-image] Aug 08 20:42:30.416 INFO O| Aug 08 20:42:30.416 INFO STEP 45 (remove_files) COMPLETE |
3689 | 2024-08-08T20:42:31.661Z | [ recovery-image] Aug 08 20:42:30.416 INFO O| Aug 08 20:42:30.416 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3690 | 2024-08-08T20:42:31.669Z | [ recovery-image] Aug 08 20:42:30.427 INFO O| Aug 08 20:42:30.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3691 | 2024-08-08T20:42:31.669Z | [ recovery-image] Aug 08 20:42:30.427 INFO O| Aug 08 20:42:30.427 INFO STEP 46 (remove_files) COMPLETE |
3692 | 2024-08-08T20:42:31.672Z | [ recovery-image] Aug 08 20:42:30.427 INFO O| Aug 08 20:42:30.427 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3693 | 2024-08-08T20:42:31.679Z | [ recovery-image] Aug 08 20:42:30.436 INFO O| Aug 08 20:42:30.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3694 | 2024-08-08T20:42:31.679Z | [ recovery-image] Aug 08 20:42:30.436 INFO O| Aug 08 20:42:30.436 INFO STEP 47 (remove_files) COMPLETE |
3695 | 2024-08-08T20:42:31.681Z | [ recovery-image] Aug 08 20:42:30.436 INFO O| Aug 08 20:42:30.436 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3696 | 2024-08-08T20:42:31.688Z | [ recovery-image] Aug 08 20:42:30.446 INFO O| Aug 08 20:42:30.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3697 | 2024-08-08T20:42:31.691Z | [ recovery-image] Aug 08 20:42:30.446 INFO O| Aug 08 20:42:30.446 INFO STEP 48 (remove_files) COMPLETE |
3698 | 2024-08-08T20:42:31.691Z | [ recovery-image] Aug 08 20:42:30.446 INFO O| Aug 08 20:42:30.446 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3699 | 2024-08-08T20:42:31.699Z | [ recovery-image] Aug 08 20:42:30.456 INFO O| Aug 08 20:42:30.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3700 | 2024-08-08T20:42:31.701Z | [ recovery-image] Aug 08 20:42:30.456 INFO O| Aug 08 20:42:30.456 INFO STEP 49 (remove_files) COMPLETE |
3701 | 2024-08-08T20:42:31.701Z | [ recovery-image] Aug 08 20:42:30.456 INFO O| Aug 08 20:42:30.456 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3702 | 2024-08-08T20:42:31.709Z | [ recovery-image] Aug 08 20:42:30.467 INFO O| Aug 08 20:42:30.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3703 | 2024-08-08T20:42:31.712Z | [ recovery-image] Aug 08 20:42:30.467 INFO O| Aug 08 20:42:30.467 INFO STEP 50 (remove_files) COMPLETE |
3704 | 2024-08-08T20:42:31.712Z | [ recovery-image] Aug 08 20:42:30.467 INFO O| Aug 08 20:42:30.467 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3705 | 2024-08-08T20:42:31.718Z | [ recovery-image] Aug 08 20:42:30.476 INFO O| Aug 08 20:42:30.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3706 | 2024-08-08T20:42:31.721Z | [ recovery-image] Aug 08 20:42:30.476 INFO O| Aug 08 20:42:30.476 INFO STEP 51 (remove_files) COMPLETE |
3707 | 2024-08-08T20:42:31.721Z | [ recovery-image] Aug 08 20:42:30.476 INFO O| Aug 08 20:42:30.476 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3708 | 2024-08-08T20:42:31.729Z | [ recovery-image] Aug 08 20:42:30.487 INFO O| Aug 08 20:42:30.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3709 | 2024-08-08T20:42:31.729Z | [ recovery-image] Aug 08 20:42:30.487 INFO O| Aug 08 20:42:30.487 INFO STEP 52 (remove_files) COMPLETE |
3710 | 2024-08-08T20:42:31.732Z | [ recovery-image] Aug 08 20:42:30.487 INFO O| Aug 08 20:42:30.487 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3711 | 2024-08-08T20:42:31.739Z | [ recovery-image] Aug 08 20:42:30.496 INFO O| Aug 08 20:42:30.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3712 | 2024-08-08T20:42:31.739Z | [ recovery-image] Aug 08 20:42:30.496 INFO O| Aug 08 20:42:30.496 INFO STEP 53 (remove_files) COMPLETE |
3713 | 2024-08-08T20:42:31.742Z | [ recovery-image] Aug 08 20:42:30.496 INFO O| Aug 08 20:42:30.496 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3714 | 2024-08-08T20:42:31.749Z | [ recovery-image] Aug 08 20:42:30.506 INFO O| Aug 08 20:42:30.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3715 | 2024-08-08T20:42:31.750Z | [ recovery-image] Aug 08 20:42:30.506 INFO O| Aug 08 20:42:30.506 INFO STEP 54 (remove_files) COMPLETE |
3716 | 2024-08-08T20:42:31.752Z | [ recovery-image] Aug 08 20:42:30.506 INFO O| Aug 08 20:42:30.506 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3717 | 2024-08-08T20:42:31.761Z | [ recovery-image] Aug 08 20:42:30.516 INFO O| Aug 08 20:42:30.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3718 | 2024-08-08T20:42:31.764Z | [ recovery-image] Aug 08 20:42:30.516 INFO O| Aug 08 20:42:30.516 INFO STEP 55 (remove_files) COMPLETE |
3719 | 2024-08-08T20:42:31.764Z | [ recovery-image] Aug 08 20:42:30.516 INFO O| Aug 08 20:42:30.516 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3720 | 2024-08-08T20:42:31.768Z | [ recovery-image] Aug 08 20:42:30.526 INFO O| Aug 08 20:42:30.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3721 | 2024-08-08T20:42:31.768Z | [ recovery-image] Aug 08 20:42:30.526 INFO O| Aug 08 20:42:30.526 INFO STEP 56 (remove_files) COMPLETE |
3722 | 2024-08-08T20:42:31.771Z | [ recovery-image] Aug 08 20:42:30.526 INFO O| Aug 08 20:42:30.526 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3723 | 2024-08-08T20:42:31.779Z | [ recovery-image] Aug 08 20:42:30.535 INFO O| Aug 08 20:42:30.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3724 | 2024-08-08T20:42:31.779Z | [ recovery-image] Aug 08 20:42:30.535 INFO O| Aug 08 20:42:30.535 INFO STEP 57 (remove_files) COMPLETE |
3725 | 2024-08-08T20:42:31.779Z | [ recovery-image] Aug 08 20:42:30.535 INFO O| Aug 08 20:42:30.535 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3726 | 2024-08-08T20:42:31.788Z | [ recovery-image] Aug 08 20:42:30.545 INFO O| Aug 08 20:42:30.545 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3727 | 2024-08-08T20:42:31.791Z | [ recovery-image] Aug 08 20:42:30.545 INFO O| Aug 08 20:42:30.545 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3728 | 2024-08-08T20:42:31.791Z | [ recovery-image] Aug 08 20:42:30.546 INFO O| Aug 08 20:42:30.545 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3729 | 2024-08-08T20:42:31.791Z | [ recovery-image] Aug 08 20:42:30.546 INFO O| Aug 08 20:42:30.546 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3730 | 2024-08-08T20:42:31.791Z | [ recovery-image] Aug 08 20:42:30.546 INFO O| Aug 08 20:42:30.546 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3731 | 2024-08-08T20:42:31.791Z | [ recovery-image] Aug 08 20:42:30.546 INFO O| Aug 08 20:42:30.546 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3732 | 2024-08-08T20:42:31.791Z | [ recovery-image] Aug 08 20:42:30.546 INFO O| Aug 08 20:42:30.546 INFO ok! |
3733 | 2024-08-08T20:42:31.791Z | [ recovery-image] Aug 08 20:42:30.546 INFO O| Aug 08 20:42:30.546 INFO STEP 58 (ensure_file) COMPLETE |
3734 | 2024-08-08T20:42:31.791Z | [ recovery-image] Aug 08 20:42:30.546 INFO O| Aug 08 20:42:30.546 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3735 | 2024-08-08T20:42:31.799Z | [ recovery-image] Aug 08 20:42:30.555 INFO O| Aug 08 20:42:30.555 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3736 | 2024-08-08T20:42:31.799Z | [ recovery-image] Aug 08 20:42:30.555 INFO O| Aug 08 20:42:30.555 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3737 | 2024-08-08T20:42:31.802Z | [ recovery-image] Aug 08 20:42:30.556 INFO O| Aug 08 20:42:30.555 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3738 | 2024-08-08T20:42:31.802Z | [ recovery-image] Aug 08 20:42:30.556 INFO O| Aug 08 20:42:30.556 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3739 | 2024-08-08T20:42:31.802Z | [ recovery-image] Aug 08 20:42:30.556 INFO O| Aug 08 20:42:30.556 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3740 | 2024-08-08T20:42:31.802Z | [ recovery-image] Aug 08 20:42:30.556 INFO O| Aug 08 20:42:30.556 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3741 | 2024-08-08T20:42:31.802Z | [ recovery-image] Aug 08 20:42:30.556 INFO O| Aug 08 20:42:30.556 INFO ok! |
3742 | 2024-08-08T20:42:31.802Z | [ recovery-image] Aug 08 20:42:30.556 INFO O| Aug 08 20:42:30.556 INFO STEP 59 (ensure_file) COMPLETE |
3743 | 2024-08-08T20:42:31.802Z | [ recovery-image] Aug 08 20:42:30.556 INFO O| Aug 08 20:42:30.556 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3744 | 2024-08-08T20:42:31.808Z | [ recovery-image] Aug 08 20:42:30.566 INFO O| Aug 08 20:42:30.566 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3745 | 2024-08-08T20:42:31.808Z | [ recovery-image] Aug 08 20:42:30.566 INFO O| Aug 08 20:42:30.566 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3746 | 2024-08-08T20:42:31.811Z | [ recovery-image] Aug 08 20:42:30.566 INFO O| Aug 08 20:42:30.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3747 | 2024-08-08T20:42:31.811Z | [ recovery-image] Aug 08 20:42:30.566 INFO O| Aug 08 20:42:30.566 INFO ok! |
3748 | 2024-08-08T20:42:31.811Z | [ recovery-image] Aug 08 20:42:30.566 INFO O| Aug 08 20:42:30.566 INFO STEP 60 (ensure_file) COMPLETE |
3749 | 2024-08-08T20:42:31.811Z | [ recovery-image] Aug 08 20:42:30.566 INFO O| Aug 08 20:42:30.566 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3750 | 2024-08-08T20:42:31.818Z | [ recovery-image] Aug 08 20:42:30.576 INFO O| Aug 08 20:42:30.576 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3751 | 2024-08-08T20:42:31.818Z | [ recovery-image] Aug 08 20:42:30.576 INFO O| Aug 08 20:42:30.576 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3752 | 2024-08-08T20:42:31.821Z | [ recovery-image] Aug 08 20:42:30.576 INFO O| Aug 08 20:42:30.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3753 | 2024-08-08T20:42:31.821Z | [ recovery-image] Aug 08 20:42:30.576 INFO O| Aug 08 20:42:30.576 INFO ok! |
3754 | 2024-08-08T20:42:31.821Z | [ recovery-image] Aug 08 20:42:30.576 INFO O| Aug 08 20:42:30.576 INFO STEP 61 (ensure_file) COMPLETE |
3755 | 2024-08-08T20:42:31.821Z | [ recovery-image] Aug 08 20:42:30.576 INFO O| Aug 08 20:42:30.576 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3756 | 2024-08-08T20:42:31.828Z | [ recovery-image] Aug 08 20:42:30.585 INFO O| Aug 08 20:42:30.585 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3757 | 2024-08-08T20:42:31.828Z | [ recovery-image] Aug 08 20:42:30.585 INFO O| Aug 08 20:42:30.585 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3758 | 2024-08-08T20:42:31.830Z | [ recovery-image] Aug 08 20:42:30.585 INFO O| Aug 08 20:42:30.585 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3759 | 2024-08-08T20:42:31.830Z | [ recovery-image] Aug 08 20:42:30.586 INFO O| Aug 08 20:42:30.585 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3760 | 2024-08-08T20:42:31.830Z | [ recovery-image] Aug 08 20:42:30.586 INFO O| Aug 08 20:42:30.585 INFO ok! |
3761 | 2024-08-08T20:42:31.830Z | [ recovery-image] Aug 08 20:42:30.586 INFO O| Aug 08 20:42:30.586 INFO STEP 62 (ensure_file) COMPLETE |
3762 | 2024-08-08T20:42:31.830Z | [ recovery-image] Aug 08 20:42:30.586 INFO O| Aug 08 20:42:30.586 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3763 | 2024-08-08T20:42:31.837Z | [ recovery-image] Aug 08 20:42:30.595 INFO O| Aug 08 20:42:30.595 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3764 | 2024-08-08T20:42:31.837Z | [ recovery-image] Aug 08 20:42:30.595 INFO O| Aug 08 20:42:30.595 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3765 | 2024-08-08T20:42:31.840Z | [ recovery-image] Aug 08 20:42:30.595 INFO O| Aug 08 20:42:30.595 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3766 | 2024-08-08T20:42:31.840Z | [ recovery-image] Aug 08 20:42:30.595 INFO O| Aug 08 20:42:30.595 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3767 | 2024-08-08T20:42:31.840Z | [ recovery-image] Aug 08 20:42:30.595 INFO O| Aug 08 20:42:30.595 INFO ok! |
3768 | 2024-08-08T20:42:31.840Z | [ recovery-image] Aug 08 20:42:30.595 INFO O| Aug 08 20:42:30.595 INFO STEP 63 (ensure_file) COMPLETE |
3769 | 2024-08-08T20:42:31.840Z | [ recovery-image] Aug 08 20:42:30.595 INFO O| Aug 08 20:42:30.595 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3770 | 2024-08-08T20:42:31.847Z | [ recovery-image] Aug 08 20:42:30.604 INFO O| Aug 08 20:42:30.604 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3771 | 2024-08-08T20:42:31.847Z | [ recovery-image] Aug 08 20:42:30.604 INFO O| Aug 08 20:42:30.604 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3772 | 2024-08-08T20:42:31.849Z | [ recovery-image] Aug 08 20:42:30.604 INFO O| Aug 08 20:42:30.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3773 | 2024-08-08T20:42:31.849Z | [ recovery-image] Aug 08 20:42:30.604 INFO O| Aug 08 20:42:30.604 INFO ok! |
3774 | 2024-08-08T20:42:31.849Z | [ recovery-image] Aug 08 20:42:30.604 INFO O| Aug 08 20:42:30.604 INFO STEP 64 (assemble_files) COMPLETE |
3775 | 2024-08-08T20:42:31.849Z | [ recovery-image] Aug 08 20:42:30.604 INFO O| Aug 08 20:42:30.604 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3776 | 2024-08-08T20:42:31.856Z | [ recovery-image] Aug 08 20:42:30.614 INFO O| Aug 08 20:42:30.614 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3777 | 2024-08-08T20:42:31.856Z | [ recovery-image] Aug 08 20:42:30.614 INFO O| Aug 08 20:42:30.614 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3778 | 2024-08-08T20:42:31.859Z | [ recovery-image] Aug 08 20:42:30.614 INFO O| Aug 08 20:42:30.614 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3779 | 2024-08-08T20:42:31.860Z | [ recovery-image] Aug 08 20:42:30.614 INFO O| Aug 08 20:42:30.614 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3780 | 2024-08-08T20:42:31.860Z | [ recovery-image] Aug 08 20:42:30.614 INFO O| Aug 08 20:42:30.614 INFO ok! |
3781 | 2024-08-08T20:42:31.860Z | [ recovery-image] Aug 08 20:42:30.614 INFO O| Aug 08 20:42:30.614 INFO STEP 65 (ensure_file) COMPLETE |
3782 | 2024-08-08T20:42:31.860Z | [ recovery-image] Aug 08 20:42:30.614 INFO O| Aug 08 20:42:30.614 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3783 | 2024-08-08T20:42:31.860Z | [ recovery-image] Aug 08 20:42:30.614 INFO O| Aug 08 20:42:30.614 INFO skip step because feature "omicron1" is not enabled |
3784 | 2024-08-08T20:42:31.860Z | [ recovery-image] Aug 08 20:42:30.614 INFO O| Aug 08 20:42:30.614 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3785 | 2024-08-08T20:42:31.860Z | [ recovery-image] Aug 08 20:42:30.614 INFO O| Aug 08 20:42:30.614 INFO skip step because feature "omicron1" is not enabled |
3786 | 2024-08-08T20:42:31.860Z | [ recovery-image] Aug 08 20:42:30.614 INFO O| Aug 08 20:42:30.614 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3787 | 2024-08-08T20:42:31.860Z | [ recovery-image] Aug 08 20:42:30.614 INFO O| Aug 08 20:42:30.614 INFO skip step because feature "omicron1" is not enabled |
3788 | 2024-08-08T20:42:31.860Z | [ recovery-image] Aug 08 20:42:30.614 INFO O| Aug 08 20:42:30.614 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3789 | 2024-08-08T20:42:31.871Z | [ recovery-image] Aug 08 20:42:30.628 INFO O| Aug 08 20:42:30.628 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3790 | 2024-08-08T20:42:31.874Z | [ recovery-image] Aug 08 20:42:30.628 INFO O| Aug 08 20:42:30.628 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3791 | 2024-08-08T20:42:33.367Z | [ recovery-image] Aug 08 20:42:32.124 INFO O| Aug 08 20:42:32.124 INFO STEP 69 (pack_tar) COMPLETE |
3792 | 2024-08-08T20:42:33.367Z | [ recovery-image] Aug 08 20:42:32.124 INFO O| Aug 08 20:42:32.124 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3793 | 2024-08-08T20:42:33.370Z | [ recovery-image] Aug 08 20:42:32.124 INFO O| Aug 08 20:42:32.124 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3794 | 2024-08-08T20:42:33.870Z | [ recovery-image] Aug 08 20:42:32.627 INFO O| Aug 08 20:42:32.626 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3795 | 2024-08-08T20:42:33.955Z | [ recovery-image] Aug 08 20:42:32.712 INFO O| Aug 08 20:42:32.711 INFO completed processing gimlet/ramdisk-02-trim |
3796 | 2024-08-08T20:42:33.958Z | [ recovery-image] Aug 08 20:42:32.714 INFO image builder template: ramdisk-03-recovery-trim... |
3797 | 2024-08-08T20:42:33.958Z | [ recovery-image] Aug 08 20:42:32.714 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/.tmpnXysWF/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 |
3798 | 2024-08-08T20:42:34.021Z | [ recovery-image] Aug 08 20:42:32.779 INFO O| Aug 08 20:42:32.778 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3799 | 2024-08-08T20:42:34.026Z | [ recovery-image] Aug 08 20:42:32.782 INFO O| Aug 08 20:42:32.782 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3800 | 2024-08-08T20:42:34.101Z | [ recovery-image] Aug 08 20:42:32.858 INFO O| Aug 08 20:42:32.858 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3801 | 2024-08-08T20:42:34.160Z | [ recovery-image] Aug 08 20:42:32.916 INFO O| Aug 08 20:42:32.916 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3802 | 2024-08-08T20:42:34.164Z | [ recovery-image] Aug 08 20:42:32.916 INFO O| Aug 08 20:42:32.916 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3803 | 2024-08-08T20:42:34.168Z | [ recovery-image] Aug 08 20:42:32.925 INFO O| Aug 08 20:42:32.925 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3804 | 2024-08-08T20:42:34.173Z | [ recovery-image] Aug 08 20:42:32.930 INFO O| Aug 08 20:42:32.930 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3805 | 2024-08-08T20:42:34.178Z | [ recovery-image] Aug 08 20:42:32.935 INFO O| Aug 08 20:42:32.935 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3806 | 2024-08-08T20:42:34.456Z | [ recovery-image] Aug 08 20:42:33.213 INFO O| Aug 08 20:42:33.213 INFO rolled back to input snapshot; work may begin |
3807 | 2024-08-08T20:42:34.457Z | [ recovery-image] Aug 08 20:42:33.213 INFO O| Aug 08 20:42:33.213 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3808 | 2024-08-08T20:42:34.462Z | [ recovery-image] Aug 08 20:42:33.219 INFO O| Aug 08 20:42:33.219 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3809 | 2024-08-08T20:42:34.475Z | [ recovery-image] Aug 08 20:42:33.232 INFO O| Aug 08 20:42:33.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3810 | 2024-08-08T20:42:34.478Z | [ recovery-image] Aug 08 20:42:33.235 INFO O| Aug 08 20:42:33.234 INFO STEP 0 (remove_files) COMPLETE |
3811 | 2024-08-08T20:42:34.478Z | [ recovery-image] Aug 08 20:42:33.235 INFO O| Aug 08 20:42:33.235 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3812 | 2024-08-08T20:42:34.488Z | [ recovery-image] Aug 08 20:42:33.245 INFO O| Aug 08 20:42:33.245 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3813 | 2024-08-08T20:42:34.543Z | [ recovery-image] Aug 08 20:42:33.300 INFO O| Aug 08 20:42:33.300 INFO STEP 1 (remove_files) COMPLETE |
3814 | 2024-08-08T20:42:34.543Z | [ recovery-image] Aug 08 20:42:33.300 INFO O| Aug 08 20:42:33.300 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3815 | 2024-08-08T20:42:34.554Z | [ recovery-image] Aug 08 20:42:33.311 INFO O| Aug 08 20:42:33.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3816 | 2024-08-08T20:42:34.557Z | [ recovery-image] Aug 08 20:42:33.313 INFO O| Aug 08 20:42:33.313 INFO STEP 2 (remove_files) COMPLETE |
3817 | 2024-08-08T20:42:34.557Z | [ recovery-image] Aug 08 20:42:33.313 INFO O| Aug 08 20:42:33.313 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3818 | 2024-08-08T20:42:34.566Z | [ recovery-image] Aug 08 20:42:33.323 INFO O| Aug 08 20:42:33.323 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3819 | 2024-08-08T20:42:34.608Z | [ recovery-image] Aug 08 20:42:33.363 INFO O| Aug 08 20:42:33.363 INFO STEP 3 (remove_files) COMPLETE |
3820 | 2024-08-08T20:42:34.608Z | [ recovery-image] Aug 08 20:42:33.363 INFO O| Aug 08 20:42:33.363 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3821 | 2024-08-08T20:42:34.618Z | [ recovery-image] Aug 08 20:42:33.375 INFO O| Aug 08 20:42:33.375 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3822 | 2024-08-08T20:42:34.634Z | [ recovery-image] Aug 08 20:42:33.390 INFO O| Aug 08 20:42:33.390 INFO STEP 4 (remove_files) COMPLETE |
3823 | 2024-08-08T20:42:34.634Z | [ recovery-image] Aug 08 20:42:33.390 INFO O| Aug 08 20:42:33.390 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3824 | 2024-08-08T20:42:34.644Z | [ recovery-image] Aug 08 20:42:33.401 INFO O| Aug 08 20:42:33.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3825 | 2024-08-08T20:42:34.648Z | [ recovery-image] Aug 08 20:42:33.405 INFO O| Aug 08 20:42:33.405 INFO STEP 5 (remove_files) COMPLETE |
3826 | 2024-08-08T20:42:34.648Z | [ recovery-image] Aug 08 20:42:33.405 INFO O| Aug 08 20:42:33.405 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3827 | 2024-08-08T20:42:34.658Z | [ recovery-image] Aug 08 20:42:33.415 INFO O| Aug 08 20:42:33.415 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3828 | 2024-08-08T20:42:34.661Z | [ recovery-image] Aug 08 20:42:33.416 INFO O| Aug 08 20:42:33.416 INFO STEP 6 (remove_files) COMPLETE |
3829 | 2024-08-08T20:42:34.661Z | [ recovery-image] Aug 08 20:42:33.416 INFO O| Aug 08 20:42:33.416 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3830 | 2024-08-08T20:42:34.669Z | [ recovery-image] Aug 08 20:42:33.426 INFO O| Aug 08 20:42:33.426 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3831 | 2024-08-08T20:42:34.672Z | [ recovery-image] Aug 08 20:42:33.428 INFO O| Aug 08 20:42:33.428 INFO STEP 7 (remove_files) COMPLETE |
3832 | 2024-08-08T20:42:34.672Z | [ recovery-image] Aug 08 20:42:33.428 INFO O| Aug 08 20:42:33.428 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3833 | 2024-08-08T20:42:34.681Z | [ recovery-image] Aug 08 20:42:33.438 INFO O| Aug 08 20:42:33.438 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3834 | 2024-08-08T20:42:34.684Z | [ recovery-image] Aug 08 20:42:33.440 INFO O| Aug 08 20:42:33.440 INFO STEP 8 (remove_files) COMPLETE |
3835 | 2024-08-08T20:42:34.684Z | [ recovery-image] Aug 08 20:42:33.440 INFO O| Aug 08 20:42:33.440 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3836 | 2024-08-08T20:42:34.693Z | [ recovery-image] Aug 08 20:42:33.450 INFO O| Aug 08 20:42:33.450 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3837 | 2024-08-08T20:42:34.696Z | [ recovery-image] Aug 08 20:42:33.450 INFO O| Aug 08 20:42:33.450 INFO STEP 9 (remove_files) COMPLETE |
3838 | 2024-08-08T20:42:34.696Z | [ recovery-image] Aug 08 20:42:33.450 INFO O| Aug 08 20:42:33.450 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3839 | 2024-08-08T20:42:34.703Z | [ recovery-image] Aug 08 20:42:33.460 INFO O| Aug 08 20:42:33.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3840 | 2024-08-08T20:42:34.706Z | [ recovery-image] Aug 08 20:42:33.461 INFO O| Aug 08 20:42:33.461 INFO STEP 10 (remove_files) COMPLETE |
3841 | 2024-08-08T20:42:34.706Z | [ recovery-image] Aug 08 20:42:33.461 INFO O| Aug 08 20:42:33.461 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3842 | 2024-08-08T20:42:34.714Z | [ recovery-image] Aug 08 20:42:33.471 INFO O| Aug 08 20:42:33.470 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3843 | 2024-08-08T20:42:34.771Z | [ recovery-image] Aug 08 20:42:33.527 INFO O| Aug 08 20:42:33.527 INFO STEP 11 (remove_files) COMPLETE |
3844 | 2024-08-08T20:42:34.771Z | [ recovery-image] Aug 08 20:42:33.527 INFO O| Aug 08 20:42:33.527 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3845 | 2024-08-08T20:42:34.782Z | [ recovery-image] Aug 08 20:42:33.539 INFO O| Aug 08 20:42:33.539 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3846 | 2024-08-08T20:42:34.785Z | [ recovery-image] Aug 08 20:42:33.541 INFO O| Aug 08 20:42:33.541 INFO STEP 12 (remove_files) COMPLETE |
3847 | 2024-08-08T20:42:34.785Z | [ recovery-image] Aug 08 20:42:33.541 INFO O| Aug 08 20:42:33.541 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3848 | 2024-08-08T20:42:34.795Z | [ recovery-image] Aug 08 20:42:33.551 INFO O| Aug 08 20:42:33.551 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3849 | 2024-08-08T20:42:34.797Z | [ recovery-image] Aug 08 20:42:33.554 INFO O| Aug 08 20:42:33.554 INFO STEP 13 (remove_files) COMPLETE |
3850 | 2024-08-08T20:42:34.797Z | [ recovery-image] Aug 08 20:42:33.554 INFO O| Aug 08 20:42:33.554 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3851 | 2024-08-08T20:42:34.807Z | [ recovery-image] Aug 08 20:42:33.564 INFO O| Aug 08 20:42:33.564 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3852 | 2024-08-08T20:42:34.810Z | [ recovery-image] Aug 08 20:42:33.565 INFO O| Aug 08 20:42:33.565 INFO STEP 14 (remove_files) COMPLETE |
3853 | 2024-08-08T20:42:34.810Z | [ recovery-image] Aug 08 20:42:33.565 INFO O| Aug 08 20:42:33.565 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3854 | 2024-08-08T20:42:34.818Z | [ recovery-image] Aug 08 20:42:33.575 INFO O| Aug 08 20:42:33.575 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3855 | 2024-08-08T20:42:34.821Z | [ recovery-image] Aug 08 20:42:33.575 INFO O| Aug 08 20:42:33.575 INFO STEP 15 (remove_files) COMPLETE |
3856 | 2024-08-08T20:42:34.821Z | [ recovery-image] Aug 08 20:42:33.576 INFO O| Aug 08 20:42:33.575 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3857 | 2024-08-08T20:42:34.828Z | [ recovery-image] Aug 08 20:42:33.585 INFO O| Aug 08 20:42:33.585 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3858 | 2024-08-08T20:42:34.838Z | [ recovery-image] Aug 08 20:42:33.593 INFO O| Aug 08 20:42:33.593 INFO STEP 16 (remove_files) COMPLETE |
3859 | 2024-08-08T20:42:34.841Z | [ recovery-image] Aug 08 20:42:33.593 INFO O| Aug 08 20:42:33.593 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3860 | 2024-08-08T20:42:34.846Z | [ recovery-image] Aug 08 20:42:33.603 INFO O| Aug 08 20:42:33.603 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3861 | 2024-08-08T20:42:34.849Z | [ recovery-image] Aug 08 20:42:33.603 INFO O| Aug 08 20:42:33.603 INFO STEP 17 (remove_files) COMPLETE |
3862 | 2024-08-08T20:42:34.849Z | [ recovery-image] Aug 08 20:42:33.603 INFO O| Aug 08 20:42:33.603 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3863 | 2024-08-08T20:42:34.856Z | [ recovery-image] Aug 08 20:42:33.613 INFO O| Aug 08 20:42:33.613 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3864 | 2024-08-08T20:42:34.859Z | [ recovery-image] Aug 08 20:42:33.613 INFO O| Aug 08 20:42:33.613 INFO STEP 18 (remove_files) COMPLETE |
3865 | 2024-08-08T20:42:34.859Z | [ recovery-image] Aug 08 20:42:33.613 INFO O| Aug 08 20:42:33.613 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3866 | 2024-08-08T20:42:34.866Z | [ recovery-image] Aug 08 20:42:33.622 INFO O| Aug 08 20:42:33.622 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3867 | 2024-08-08T20:42:34.904Z | [ recovery-image] Aug 08 20:42:33.660 INFO O| Aug 08 20:42:33.660 INFO STEP 19 (remove_files) COMPLETE |
3868 | 2024-08-08T20:42:34.904Z | [ recovery-image] Aug 08 20:42:33.660 INFO O| Aug 08 20:42:33.660 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3869 | 2024-08-08T20:42:34.915Z | [ recovery-image] Aug 08 20:42:33.672 INFO O| Aug 08 20:42:33.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3870 | 2024-08-08T20:42:34.918Z | [ recovery-image] Aug 08 20:42:33.672 INFO O| Aug 08 20:42:33.672 INFO STEP 20 (remove_files) COMPLETE |
3871 | 2024-08-08T20:42:34.918Z | [ recovery-image] Aug 08 20:42:33.672 INFO O| Aug 08 20:42:33.672 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3872 | 2024-08-08T20:42:34.925Z | [ recovery-image] Aug 08 20:42:33.682 INFO O| Aug 08 20:42:33.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3873 | 2024-08-08T20:42:34.928Z | [ recovery-image] Aug 08 20:42:33.683 INFO O| Aug 08 20:42:33.682 INFO STEP 21 (remove_files) COMPLETE |
3874 | 2024-08-08T20:42:34.928Z | [ recovery-image] Aug 08 20:42:33.683 INFO O| Aug 08 20:42:33.683 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3875 | 2024-08-08T20:42:34.935Z | [ recovery-image] Aug 08 20:42:33.692 INFO O| Aug 08 20:42:33.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3876 | 2024-08-08T20:42:34.940Z | [ recovery-image] Aug 08 20:42:33.692 INFO O| Aug 08 20:42:33.692 INFO STEP 22 (remove_files) COMPLETE |
3877 | 2024-08-08T20:42:34.940Z | [ recovery-image] Aug 08 20:42:33.692 INFO O| Aug 08 20:42:33.692 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3878 | 2024-08-08T20:42:34.945Z | [ recovery-image] Aug 08 20:42:33.702 INFO O| Aug 08 20:42:33.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3879 | 2024-08-08T20:42:34.948Z | [ recovery-image] Aug 08 20:42:33.703 INFO O| Aug 08 20:42:33.703 INFO STEP 23 (remove_files) COMPLETE |
3880 | 2024-08-08T20:42:34.948Z | [ recovery-image] Aug 08 20:42:33.703 INFO O| Aug 08 20:42:33.703 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3881 | 2024-08-08T20:42:34.956Z | [ recovery-image] Aug 08 20:42:33.712 INFO O| Aug 08 20:42:33.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3882 | 2024-08-08T20:42:34.958Z | [ recovery-image] Aug 08 20:42:33.713 INFO O| Aug 08 20:42:33.713 INFO STEP 24 (remove_files) COMPLETE |
3883 | 2024-08-08T20:42:34.958Z | [ recovery-image] Aug 08 20:42:33.713 INFO O| Aug 08 20:42:33.713 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3884 | 2024-08-08T20:42:34.966Z | [ recovery-image] Aug 08 20:42:33.722 INFO O| Aug 08 20:42:33.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3885 | 2024-08-08T20:42:34.966Z | [ recovery-image] Aug 08 20:42:33.722 INFO O| Aug 08 20:42:33.722 INFO STEP 25 (remove_files) COMPLETE |
3886 | 2024-08-08T20:42:34.968Z | [ recovery-image] Aug 08 20:42:33.722 INFO O| Aug 08 20:42:33.722 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3887 | 2024-08-08T20:42:34.975Z | [ recovery-image] Aug 08 20:42:33.732 INFO O| Aug 08 20:42:33.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3888 | 2024-08-08T20:42:34.978Z | [ recovery-image] Aug 08 20:42:33.732 INFO O| Aug 08 20:42:33.732 INFO STEP 26 (remove_files) COMPLETE |
3889 | 2024-08-08T20:42:34.978Z | [ recovery-image] Aug 08 20:42:33.732 INFO O| Aug 08 20:42:33.732 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3890 | 2024-08-08T20:42:34.984Z | [ recovery-image] Aug 08 20:42:33.741 INFO O| Aug 08 20:42:33.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3891 | 2024-08-08T20:42:34.985Z | [ recovery-image] Aug 08 20:42:33.741 INFO O| Aug 08 20:42:33.741 INFO STEP 27 (remove_files) COMPLETE |
3892 | 2024-08-08T20:42:34.987Z | [ recovery-image] Aug 08 20:42:33.741 INFO O| Aug 08 20:42:33.741 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3893 | 2024-08-08T20:42:34.994Z | [ recovery-image] Aug 08 20:42:33.751 INFO O| Aug 08 20:42:33.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3894 | 2024-08-08T20:42:34.997Z | [ recovery-image] Aug 08 20:42:33.752 INFO O| Aug 08 20:42:33.752 INFO STEP 28 (remove_files) COMPLETE |
3895 | 2024-08-08T20:42:34.997Z | [ recovery-image] Aug 08 20:42:33.752 INFO O| Aug 08 20:42:33.752 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3896 | 2024-08-08T20:42:35.004Z | [ recovery-image] Aug 08 20:42:33.761 INFO O| Aug 08 20:42:33.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3897 | 2024-08-08T20:42:35.004Z | [ recovery-image] Aug 08 20:42:33.761 INFO O| Aug 08 20:42:33.761 INFO STEP 29 (remove_files) COMPLETE |
3898 | 2024-08-08T20:42:35.004Z | [ recovery-image] Aug 08 20:42:33.761 INFO O| Aug 08 20:42:33.761 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3899 | 2024-08-08T20:42:35.013Z | [ recovery-image] Aug 08 20:42:33.770 INFO O| Aug 08 20:42:33.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3900 | 2024-08-08T20:42:35.016Z | [ recovery-image] Aug 08 20:42:33.770 INFO O| Aug 08 20:42:33.770 INFO STEP 30 (remove_files) COMPLETE |
3901 | 2024-08-08T20:42:35.016Z | [ recovery-image] Aug 08 20:42:33.770 INFO O| Aug 08 20:42:33.770 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3902 | 2024-08-08T20:42:35.023Z | [ recovery-image] Aug 08 20:42:33.780 INFO O| Aug 08 20:42:33.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3903 | 2024-08-08T20:42:35.023Z | [ recovery-image] Aug 08 20:42:33.780 INFO O| Aug 08 20:42:33.780 INFO STEP 31 (remove_files) COMPLETE |
3904 | 2024-08-08T20:42:35.026Z | [ recovery-image] Aug 08 20:42:33.780 INFO O| Aug 08 20:42:33.780 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3905 | 2024-08-08T20:42:35.032Z | [ recovery-image] Aug 08 20:42:33.789 INFO O| Aug 08 20:42:33.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3906 | 2024-08-08T20:42:35.035Z | [ recovery-image] Aug 08 20:42:33.790 INFO O| Aug 08 20:42:33.789 INFO STEP 32 (remove_files) COMPLETE |
3907 | 2024-08-08T20:42:35.035Z | [ recovery-image] Aug 08 20:42:33.790 INFO O| Aug 08 20:42:33.790 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3908 | 2024-08-08T20:42:35.042Z | [ recovery-image] Aug 08 20:42:33.799 INFO O| Aug 08 20:42:33.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3909 | 2024-08-08T20:42:35.042Z | [ recovery-image] Aug 08 20:42:33.799 INFO O| Aug 08 20:42:33.799 INFO STEP 33 (remove_files) COMPLETE |
3910 | 2024-08-08T20:42:35.045Z | [ recovery-image] Aug 08 20:42:33.799 INFO O| Aug 08 20:42:33.799 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3911 | 2024-08-08T20:42:35.051Z | [ recovery-image] Aug 08 20:42:33.808 INFO O| Aug 08 20:42:33.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
3912 | 2024-08-08T20:42:35.051Z | [ recovery-image] Aug 08 20:42:33.808 INFO O| Aug 08 20:42:33.808 INFO STEP 34 (remove_files) COMPLETE |
3913 | 2024-08-08T20:42:35.054Z | [ recovery-image] Aug 08 20:42:33.808 INFO O| Aug 08 20:42:33.808 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3914 | 2024-08-08T20:42:35.062Z | [ recovery-image] Aug 08 20:42:33.818 INFO O| Aug 08 20:42:33.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
3915 | 2024-08-08T20:42:35.066Z | [ recovery-image] Aug 08 20:42:33.818 INFO O| Aug 08 20:42:33.818 INFO STEP 35 (remove_files) COMPLETE |
3916 | 2024-08-08T20:42:35.066Z | [ recovery-image] Aug 08 20:42:33.818 INFO O| Aug 08 20:42:33.818 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3917 | 2024-08-08T20:42:35.071Z | [ recovery-image] Aug 08 20:42:33.827 INFO O| Aug 08 20:42:33.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
3918 | 2024-08-08T20:42:35.073Z | [ recovery-image] Aug 08 20:42:33.828 INFO O| Aug 08 20:42:33.828 INFO STEP 36 (remove_files) COMPLETE |
3919 | 2024-08-08T20:42:35.073Z | [ recovery-image] Aug 08 20:42:33.828 INFO O| Aug 08 20:42:33.828 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3920 | 2024-08-08T20:42:35.080Z | [ recovery-image] Aug 08 20:42:33.837 INFO O| Aug 08 20:42:33.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
3921 | 2024-08-08T20:42:35.083Z | [ recovery-image] Aug 08 20:42:33.838 INFO O| Aug 08 20:42:33.838 INFO STEP 37 (remove_files) COMPLETE |
3922 | 2024-08-08T20:42:35.083Z | [ recovery-image] Aug 08 20:42:33.838 INFO O| Aug 08 20:42:33.838 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3923 | 2024-08-08T20:42:35.091Z | [ recovery-image] Aug 08 20:42:33.848 INFO O| Aug 08 20:42:33.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
3924 | 2024-08-08T20:42:35.094Z | [ recovery-image] Aug 08 20:42:33.848 INFO O| Aug 08 20:42:33.848 INFO STEP 38 (remove_files) COMPLETE |
3925 | 2024-08-08T20:42:35.094Z | [ recovery-image] Aug 08 20:42:33.848 INFO O| Aug 08 20:42:33.848 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3926 | 2024-08-08T20:42:35.100Z | [ recovery-image] Aug 08 20:42:33.857 INFO O| Aug 08 20:42:33.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
3927 | 2024-08-08T20:42:35.100Z | [ recovery-image] Aug 08 20:42:33.857 INFO O| Aug 08 20:42:33.857 INFO STEP 39 (remove_files) COMPLETE |
3928 | 2024-08-08T20:42:35.100Z | [ recovery-image] Aug 08 20:42:33.857 INFO O| Aug 08 20:42:33.857 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3929 | 2024-08-08T20:42:35.110Z | [ recovery-image] Aug 08 20:42:33.866 INFO O| Aug 08 20:42:33.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
3930 | 2024-08-08T20:42:35.110Z | [ recovery-image] Aug 08 20:42:33.867 INFO O| Aug 08 20:42:33.867 INFO STEP 40 (remove_files) COMPLETE |
3931 | 2024-08-08T20:42:35.113Z | [ recovery-image] Aug 08 20:42:33.867 INFO O| Aug 08 20:42:33.867 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3932 | 2024-08-08T20:42:35.119Z | [ recovery-image] Aug 08 20:42:33.876 INFO O| Aug 08 20:42:33.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
3933 | 2024-08-08T20:42:35.122Z | [ recovery-image] Aug 08 20:42:33.876 INFO O| Aug 08 20:42:33.876 INFO STEP 41 (remove_files) COMPLETE |
3934 | 2024-08-08T20:42:35.122Z | [ recovery-image] Aug 08 20:42:33.876 INFO O| Aug 08 20:42:33.876 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3935 | 2024-08-08T20:42:35.129Z | [ recovery-image] Aug 08 20:42:33.885 INFO O| Aug 08 20:42:33.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
3936 | 2024-08-08T20:42:35.129Z | [ recovery-image] Aug 08 20:42:33.885 INFO O| Aug 08 20:42:33.885 INFO STEP 42 (remove_files) COMPLETE |
3937 | 2024-08-08T20:42:35.132Z | [ recovery-image] Aug 08 20:42:33.885 INFO O| Aug 08 20:42:33.885 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3938 | 2024-08-08T20:42:35.138Z | [ recovery-image] Aug 08 20:42:33.895 INFO O| Aug 08 20:42:33.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
3939 | 2024-08-08T20:42:35.138Z | [ recovery-image] Aug 08 20:42:33.895 INFO O| Aug 08 20:42:33.895 INFO STEP 43 (remove_files) COMPLETE |
3940 | 2024-08-08T20:42:35.138Z | [ recovery-image] Aug 08 20:42:33.895 INFO O| Aug 08 20:42:33.895 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3941 | 2024-08-08T20:42:35.147Z | [ recovery-image] Aug 08 20:42:33.904 INFO O| Aug 08 20:42:33.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
3942 | 2024-08-08T20:42:35.148Z | [ recovery-image] Aug 08 20:42:33.904 INFO O| Aug 08 20:42:33.904 INFO STEP 44 (remove_files) COMPLETE |
3943 | 2024-08-08T20:42:35.150Z | [ recovery-image] Aug 08 20:42:33.904 INFO O| Aug 08 20:42:33.904 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3944 | 2024-08-08T20:42:35.157Z | [ recovery-image] Aug 08 20:42:33.914 INFO O| Aug 08 20:42:33.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
3945 | 2024-08-08T20:42:35.157Z | [ recovery-image] Aug 08 20:42:33.914 INFO O| Aug 08 20:42:33.914 INFO STEP 45 (remove_files) COMPLETE |
3946 | 2024-08-08T20:42:35.160Z | [ recovery-image] Aug 08 20:42:33.914 INFO O| Aug 08 20:42:33.914 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3947 | 2024-08-08T20:42:35.167Z | [ recovery-image] Aug 08 20:42:33.923 INFO O| Aug 08 20:42:33.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
3948 | 2024-08-08T20:42:35.170Z | [ recovery-image] Aug 08 20:42:33.923 INFO O| Aug 08 20:42:33.923 INFO STEP 46 (remove_files) COMPLETE |
3949 | 2024-08-08T20:42:35.170Z | [ recovery-image] Aug 08 20:42:33.923 INFO O| Aug 08 20:42:33.923 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3950 | 2024-08-08T20:42:35.175Z | [ recovery-image] Aug 08 20:42:33.932 INFO O| Aug 08 20:42:33.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
3951 | 2024-08-08T20:42:35.178Z | [ recovery-image] Aug 08 20:42:33.933 INFO O| Aug 08 20:42:33.933 INFO STEP 47 (remove_files) COMPLETE |
3952 | 2024-08-08T20:42:35.178Z | [ recovery-image] Aug 08 20:42:33.933 INFO O| Aug 08 20:42:33.933 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3953 | 2024-08-08T20:42:35.185Z | [ recovery-image] Aug 08 20:42:33.942 INFO O| Aug 08 20:42:33.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
3954 | 2024-08-08T20:42:35.185Z | [ recovery-image] Aug 08 20:42:33.942 INFO O| Aug 08 20:42:33.942 INFO STEP 48 (remove_files) COMPLETE |
3955 | 2024-08-08T20:42:35.188Z | [ recovery-image] Aug 08 20:42:33.942 INFO O| Aug 08 20:42:33.942 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3956 | 2024-08-08T20:42:35.195Z | [ recovery-image] Aug 08 20:42:33.952 INFO O| Aug 08 20:42:33.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
3957 | 2024-08-08T20:42:35.197Z | [ recovery-image] Aug 08 20:42:33.952 INFO O| Aug 08 20:42:33.952 INFO STEP 49 (remove_files) COMPLETE |
3958 | 2024-08-08T20:42:35.198Z | [ recovery-image] Aug 08 20:42:33.952 INFO O| Aug 08 20:42:33.952 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3959 | 2024-08-08T20:42:35.205Z | [ recovery-image] Aug 08 20:42:33.961 INFO O| Aug 08 20:42:33.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
3960 | 2024-08-08T20:42:35.208Z | [ recovery-image] Aug 08 20:42:33.961 INFO O| Aug 08 20:42:33.961 INFO STEP 50 (remove_files) COMPLETE |
3961 | 2024-08-08T20:42:35.208Z | [ recovery-image] Aug 08 20:42:33.961 INFO O| Aug 08 20:42:33.961 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3962 | 2024-08-08T20:42:35.214Z | [ recovery-image] Aug 08 20:42:33.971 INFO O| Aug 08 20:42:33.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
3963 | 2024-08-08T20:42:35.217Z | [ recovery-image] Aug 08 20:42:33.971 INFO O| Aug 08 20:42:33.971 INFO STEP 51 (remove_files) COMPLETE |
3964 | 2024-08-08T20:42:35.217Z | [ recovery-image] Aug 08 20:42:33.971 INFO O| Aug 08 20:42:33.971 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3965 | 2024-08-08T20:42:35.223Z | [ recovery-image] Aug 08 20:42:33.980 INFO O| Aug 08 20:42:33.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
3966 | 2024-08-08T20:42:35.223Z | [ recovery-image] Aug 08 20:42:33.980 INFO O| Aug 08 20:42:33.980 INFO STEP 52 (remove_files) COMPLETE |
3967 | 2024-08-08T20:42:35.226Z | [ recovery-image] Aug 08 20:42:33.980 INFO O| Aug 08 20:42:33.980 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3968 | 2024-08-08T20:42:35.233Z | [ recovery-image] Aug 08 20:42:33.990 INFO O| Aug 08 20:42:33.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
3969 | 2024-08-08T20:42:35.235Z | [ recovery-image] Aug 08 20:42:33.990 INFO O| Aug 08 20:42:33.990 INFO STEP 53 (remove_files) COMPLETE |
3970 | 2024-08-08T20:42:35.235Z | [ recovery-image] Aug 08 20:42:33.990 INFO O| Aug 08 20:42:33.990 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3971 | 2024-08-08T20:42:35.243Z | [ recovery-image] Aug 08 20:42:34.000 INFO O| Aug 08 20:42:33.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
3972 | 2024-08-08T20:42:35.248Z | [ recovery-image] Aug 08 20:42:34.000 INFO O| Aug 08 20:42:34.000 INFO STEP 54 (remove_files) COMPLETE |
3973 | 2024-08-08T20:42:35.248Z | [ recovery-image] Aug 08 20:42:34.000 INFO O| Aug 08 20:42:34.000 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3974 | 2024-08-08T20:42:35.253Z | [ recovery-image] Aug 08 20:42:34.010 INFO O| Aug 08 20:42:34.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
3975 | 2024-08-08T20:42:35.256Z | [ recovery-image] Aug 08 20:42:34.010 INFO O| Aug 08 20:42:34.010 INFO STEP 55 (remove_files) COMPLETE |
3976 | 2024-08-08T20:42:35.256Z | [ recovery-image] Aug 08 20:42:34.010 INFO O| Aug 08 20:42:34.010 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3977 | 2024-08-08T20:42:35.263Z | [ recovery-image] Aug 08 20:42:34.020 INFO O| Aug 08 20:42:34.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
3978 | 2024-08-08T20:42:35.263Z | [ recovery-image] Aug 08 20:42:34.020 INFO O| Aug 08 20:42:34.020 INFO STEP 56 (remove_files) COMPLETE |
3979 | 2024-08-08T20:42:35.263Z | [ recovery-image] Aug 08 20:42:34.020 INFO O| Aug 08 20:42:34.020 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3980 | 2024-08-08T20:42:35.278Z | [ recovery-image] Aug 08 20:42:34.029 INFO O| Aug 08 20:42:34.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
3981 | 2024-08-08T20:42:35.278Z | [ recovery-image] Aug 08 20:42:34.029 INFO O| Aug 08 20:42:34.029 INFO STEP 57 (remove_files) COMPLETE |
3982 | 2024-08-08T20:42:35.287Z | [ recovery-image] Aug 08 20:42:34.029 INFO O| Aug 08 20:42:34.029 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3983 | 2024-08-08T20:42:35.287Z | [ recovery-image] Aug 08 20:42:34.039 INFO O| Aug 08 20:42:34.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
3984 | 2024-08-08T20:42:35.287Z | [ recovery-image] Aug 08 20:42:34.039 INFO O| Aug 08 20:42:34.039 INFO STEP 58 (remove_files) COMPLETE |
3985 | 2024-08-08T20:42:35.287Z | [ recovery-image] Aug 08 20:42:34.039 INFO O| Aug 08 20:42:34.039 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3986 | 2024-08-08T20:42:35.292Z | [ recovery-image] Aug 08 20:42:34.048 INFO O| Aug 08 20:42:34.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
3987 | 2024-08-08T20:42:35.292Z | [ recovery-image] Aug 08 20:42:34.049 INFO O| Aug 08 20:42:34.049 INFO STEP 59 (remove_files) COMPLETE |
3988 | 2024-08-08T20:42:35.292Z | [ recovery-image] Aug 08 20:42:34.049 INFO O| Aug 08 20:42:34.049 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3989 | 2024-08-08T20:42:35.304Z | [ recovery-image] Aug 08 20:42:34.061 INFO O| Aug 08 20:42:34.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
3990 | 2024-08-08T20:42:35.304Z | [ recovery-image] Aug 08 20:42:34.061 INFO O| Aug 08 20:42:34.061 INFO STEP 60 (remove_files) COMPLETE |
3991 | 2024-08-08T20:42:35.307Z | [ recovery-image] Aug 08 20:42:34.061 INFO O| Aug 08 20:42:34.061 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3992 | 2024-08-08T20:42:35.314Z | [ recovery-image] Aug 08 20:42:34.071 INFO O| Aug 08 20:42:34.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
3993 | 2024-08-08T20:42:35.316Z | [ recovery-image] Aug 08 20:42:34.071 INFO O| Aug 08 20:42:34.071 INFO STEP 61 (remove_files) COMPLETE |
3994 | 2024-08-08T20:42:35.317Z | [ recovery-image] Aug 08 20:42:34.071 INFO O| Aug 08 20:42:34.071 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3995 | 2024-08-08T20:42:35.327Z | [ recovery-image] Aug 08 20:42:34.083 INFO O| Aug 08 20:42:34.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
3996 | 2024-08-08T20:42:35.330Z | [ recovery-image] Aug 08 20:42:34.083 INFO O| Aug 08 20:42:34.083 INFO STEP 62 (remove_files) COMPLETE |
3997 | 2024-08-08T20:42:35.330Z | [ recovery-image] Aug 08 20:42:34.083 INFO O| Aug 08 20:42:34.083 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3998 | 2024-08-08T20:42:35.336Z | [ recovery-image] Aug 08 20:42:34.092 INFO O| Aug 08 20:42:34.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
3999 | 2024-08-08T20:42:35.336Z | [ recovery-image] Aug 08 20:42:34.093 INFO O| Aug 08 20:42:34.093 INFO STEP 63 (remove_files) COMPLETE |
4000 | 2024-08-08T20:42:35.339Z | [ recovery-image] Aug 08 20:42:34.093 INFO O| Aug 08 20:42:34.093 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4001 | 2024-08-08T20:42:35.348Z | [ recovery-image] Aug 08 20:42:34.104 INFO O| Aug 08 20:42:34.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4002 | 2024-08-08T20:42:35.348Z | [ recovery-image] Aug 08 20:42:34.104 INFO O| Aug 08 20:42:34.104 INFO STEP 64 (remove_files) COMPLETE |
4003 | 2024-08-08T20:42:35.350Z | [ recovery-image] Aug 08 20:42:34.104 INFO O| Aug 08 20:42:34.104 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4004 | 2024-08-08T20:42:35.358Z | [ recovery-image] Aug 08 20:42:34.114 INFO O| Aug 08 20:42:34.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4005 | 2024-08-08T20:42:35.358Z | [ recovery-image] Aug 08 20:42:34.114 INFO O| Aug 08 20:42:34.114 INFO STEP 65 (remove_files) COMPLETE |
4006 | 2024-08-08T20:42:35.358Z | [ recovery-image] Aug 08 20:42:34.114 INFO O| Aug 08 20:42:34.114 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4007 | 2024-08-08T20:42:35.367Z | [ recovery-image] Aug 08 20:42:34.124 INFO O| Aug 08 20:42:34.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4008 | 2024-08-08T20:42:35.367Z | [ recovery-image] Aug 08 20:42:34.124 INFO O| Aug 08 20:42:34.124 INFO STEP 66 (remove_files) COMPLETE |
4009 | 2024-08-08T20:42:35.370Z | [ recovery-image] Aug 08 20:42:34.124 INFO O| Aug 08 20:42:34.124 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4010 | 2024-08-08T20:42:35.379Z | [ recovery-image] Aug 08 20:42:34.136 INFO O| Aug 08 20:42:34.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4011 | 2024-08-08T20:42:35.382Z | [ recovery-image] Aug 08 20:42:34.136 INFO O| Aug 08 20:42:34.136 INFO STEP 67 (remove_files) COMPLETE |
4012 | 2024-08-08T20:42:35.382Z | [ recovery-image] Aug 08 20:42:34.136 INFO O| Aug 08 20:42:34.136 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4013 | 2024-08-08T20:42:35.389Z | [ recovery-image] Aug 08 20:42:34.145 INFO O| Aug 08 20:42:34.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4014 | 2024-08-08T20:42:35.389Z | [ recovery-image] Aug 08 20:42:34.146 INFO O| Aug 08 20:42:34.146 INFO STEP 68 (remove_files) COMPLETE |
4015 | 2024-08-08T20:42:35.392Z | [ recovery-image] Aug 08 20:42:34.146 INFO O| Aug 08 20:42:34.146 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4016 | 2024-08-08T20:42:35.400Z | [ recovery-image] Aug 08 20:42:34.157 INFO O| Aug 08 20:42:34.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4017 | 2024-08-08T20:42:35.400Z | [ recovery-image] Aug 08 20:42:34.157 INFO O| Aug 08 20:42:34.157 INFO STEP 69 (remove_files) COMPLETE |
4018 | 2024-08-08T20:42:35.401Z | [ recovery-image] Aug 08 20:42:34.157 INFO O| Aug 08 20:42:34.157 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4019 | 2024-08-08T20:42:35.412Z | [ recovery-image] Aug 08 20:42:34.169 INFO O| Aug 08 20:42:34.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4020 | 2024-08-08T20:42:35.412Z | [ recovery-image] Aug 08 20:42:34.169 INFO O| Aug 08 20:42:34.169 INFO STEP 70 (remove_files) COMPLETE |
4021 | 2024-08-08T20:42:35.415Z | [ recovery-image] Aug 08 20:42:34.169 INFO O| Aug 08 20:42:34.169 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4022 | 2024-08-08T20:42:35.422Z | [ recovery-image] Aug 08 20:42:34.178 INFO O| Aug 08 20:42:34.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4023 | 2024-08-08T20:42:35.422Z | [ recovery-image] Aug 08 20:42:34.178 INFO O| Aug 08 20:42:34.178 INFO STEP 71 (remove_files) COMPLETE |
4024 | 2024-08-08T20:42:35.425Z | [ recovery-image] Aug 08 20:42:34.179 INFO O| Aug 08 20:42:34.178 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4025 | 2024-08-08T20:42:35.431Z | [ recovery-image] Aug 08 20:42:34.188 INFO O| Aug 08 20:42:34.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4026 | 2024-08-08T20:42:35.431Z | [ recovery-image] Aug 08 20:42:34.188 INFO O| Aug 08 20:42:34.188 INFO STEP 72 (remove_files) COMPLETE |
4027 | 2024-08-08T20:42:35.434Z | [ recovery-image] Aug 08 20:42:34.188 INFO O| Aug 08 20:42:34.188 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4028 | 2024-08-08T20:42:35.441Z | [ recovery-image] Aug 08 20:42:34.197 INFO O| Aug 08 20:42:34.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4029 | 2024-08-08T20:42:35.441Z | [ recovery-image] Aug 08 20:42:34.197 INFO O| Aug 08 20:42:34.197 INFO STEP 73 (remove_files) COMPLETE |
4030 | 2024-08-08T20:42:35.443Z | [ recovery-image] Aug 08 20:42:34.197 INFO O| Aug 08 20:42:34.197 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4031 | 2024-08-08T20:42:35.450Z | [ recovery-image] Aug 08 20:42:34.207 INFO O| Aug 08 20:42:34.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4032 | 2024-08-08T20:42:35.450Z | [ recovery-image] Aug 08 20:42:34.207 INFO O| Aug 08 20:42:34.207 INFO STEP 74 (remove_files) COMPLETE |
4033 | 2024-08-08T20:42:35.450Z | [ recovery-image] Aug 08 20:42:34.207 INFO O| Aug 08 20:42:34.207 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4034 | 2024-08-08T20:42:35.460Z | [ recovery-image] Aug 08 20:42:34.216 INFO O| Aug 08 20:42:34.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4035 | 2024-08-08T20:42:35.460Z | [ recovery-image] Aug 08 20:42:34.216 INFO O| Aug 08 20:42:34.216 INFO STEP 75 (remove_files) COMPLETE |
4036 | 2024-08-08T20:42:35.462Z | [ recovery-image] Aug 08 20:42:34.217 INFO O| Aug 08 20:42:34.216 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4037 | 2024-08-08T20:42:35.469Z | [ recovery-image] Aug 08 20:42:34.226 INFO O| Aug 08 20:42:34.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4038 | 2024-08-08T20:42:35.469Z | [ recovery-image] Aug 08 20:42:34.226 INFO O| Aug 08 20:42:34.226 INFO STEP 76 (remove_files) COMPLETE |
4039 | 2024-08-08T20:42:35.473Z | [ recovery-image] Aug 08 20:42:34.226 INFO O| Aug 08 20:42:34.226 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4040 | 2024-08-08T20:42:35.478Z | [ recovery-image] Aug 08 20:42:34.235 INFO O| Aug 08 20:42:34.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4041 | 2024-08-08T20:42:35.481Z | [ recovery-image] Aug 08 20:42:34.235 INFO O| Aug 08 20:42:34.235 INFO STEP 77 (remove_files) COMPLETE |
4042 | 2024-08-08T20:42:35.481Z | [ recovery-image] Aug 08 20:42:34.235 INFO O| Aug 08 20:42:34.235 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4043 | 2024-08-08T20:42:35.488Z | [ recovery-image] Aug 08 20:42:34.245 INFO O| Aug 08 20:42:34.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4044 | 2024-08-08T20:42:35.488Z | [ recovery-image] Aug 08 20:42:34.245 INFO O| Aug 08 20:42:34.245 INFO STEP 78 (remove_files) COMPLETE |
4045 | 2024-08-08T20:42:35.490Z | [ recovery-image] Aug 08 20:42:34.245 INFO O| Aug 08 20:42:34.245 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4046 | 2024-08-08T20:42:35.497Z | [ recovery-image] Aug 08 20:42:34.254 INFO O| Aug 08 20:42:34.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4047 | 2024-08-08T20:42:35.497Z | [ recovery-image] Aug 08 20:42:34.254 INFO O| Aug 08 20:42:34.254 INFO STEP 79 (remove_files) COMPLETE |
4048 | 2024-08-08T20:42:35.500Z | [ recovery-image] Aug 08 20:42:34.254 INFO O| Aug 08 20:42:34.254 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4049 | 2024-08-08T20:42:35.507Z | [ recovery-image] Aug 08 20:42:34.263 INFO O| Aug 08 20:42:34.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4050 | 2024-08-08T20:42:35.507Z | [ recovery-image] Aug 08 20:42:34.263 INFO O| Aug 08 20:42:34.263 INFO STEP 80 (remove_files) COMPLETE |
4051 | 2024-08-08T20:42:35.509Z | [ recovery-image] Aug 08 20:42:34.263 INFO O| Aug 08 20:42:34.263 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4052 | 2024-08-08T20:42:35.516Z | [ recovery-image] Aug 08 20:42:34.273 INFO O| Aug 08 20:42:34.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4053 | 2024-08-08T20:42:35.516Z | [ recovery-image] Aug 08 20:42:34.273 INFO O| Aug 08 20:42:34.273 INFO STEP 81 (remove_files) COMPLETE |
4054 | 2024-08-08T20:42:35.516Z | [ recovery-image] Aug 08 20:42:34.273 INFO O| Aug 08 20:42:34.273 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4055 | 2024-08-08T20:42:35.526Z | [ recovery-image] Aug 08 20:42:34.282 INFO O| Aug 08 20:42:34.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4056 | 2024-08-08T20:42:35.526Z | [ recovery-image] Aug 08 20:42:34.282 INFO O| Aug 08 20:42:34.282 INFO STEP 82 (remove_files) COMPLETE |
4057 | 2024-08-08T20:42:35.526Z | [ recovery-image] Aug 08 20:42:34.282 INFO O| Aug 08 20:42:34.282 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4058 | 2024-08-08T20:42:35.535Z | [ recovery-image] Aug 08 20:42:34.292 INFO O| Aug 08 20:42:34.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4059 | 2024-08-08T20:42:35.535Z | [ recovery-image] Aug 08 20:42:34.292 INFO O| Aug 08 20:42:34.292 INFO STEP 83 (remove_files) COMPLETE |
4060 | 2024-08-08T20:42:35.538Z | [ recovery-image] Aug 08 20:42:34.292 INFO O| Aug 08 20:42:34.292 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4061 | 2024-08-08T20:42:35.545Z | [ recovery-image] Aug 08 20:42:34.301 INFO O| Aug 08 20:42:34.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4062 | 2024-08-08T20:42:35.545Z | [ recovery-image] Aug 08 20:42:34.301 INFO O| Aug 08 20:42:34.301 INFO STEP 84 (remove_files) COMPLETE |
4063 | 2024-08-08T20:42:35.545Z | [ recovery-image] Aug 08 20:42:34.301 INFO O| Aug 08 20:42:34.301 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4064 | 2024-08-08T20:42:35.554Z | [ recovery-image] Aug 08 20:42:34.311 INFO O| Aug 08 20:42:34.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4065 | 2024-08-08T20:42:35.554Z | [ recovery-image] Aug 08 20:42:34.311 INFO O| Aug 08 20:42:34.311 INFO STEP 85 (remove_files) COMPLETE |
4066 | 2024-08-08T20:42:35.554Z | [ recovery-image] Aug 08 20:42:34.311 INFO O| Aug 08 20:42:34.311 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4067 | 2024-08-08T20:42:35.563Z | [ recovery-image] Aug 08 20:42:34.320 INFO O| Aug 08 20:42:34.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4068 | 2024-08-08T20:42:35.564Z | [ recovery-image] Aug 08 20:42:34.320 INFO O| Aug 08 20:42:34.320 INFO STEP 86 (remove_files) COMPLETE |
4069 | 2024-08-08T20:42:35.564Z | [ recovery-image] Aug 08 20:42:34.320 INFO O| Aug 08 20:42:34.320 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4070 | 2024-08-08T20:42:35.573Z | [ recovery-image] Aug 08 20:42:34.330 INFO O| Aug 08 20:42:34.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4071 | 2024-08-08T20:42:35.576Z | [ recovery-image] Aug 08 20:42:34.330 INFO O| Aug 08 20:42:34.330 INFO STEP 87 (remove_files) COMPLETE |
4072 | 2024-08-08T20:42:35.576Z | [ recovery-image] Aug 08 20:42:34.330 INFO O| Aug 08 20:42:34.330 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4073 | 2024-08-08T20:42:35.582Z | [ recovery-image] Aug 08 20:42:34.339 INFO O| Aug 08 20:42:34.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4074 | 2024-08-08T20:42:35.582Z | [ recovery-image] Aug 08 20:42:34.339 INFO O| Aug 08 20:42:34.339 INFO STEP 88 (remove_files) COMPLETE |
4075 | 2024-08-08T20:42:35.585Z | [ recovery-image] Aug 08 20:42:34.339 INFO O| Aug 08 20:42:34.339 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4076 | 2024-08-08T20:42:35.592Z | [ recovery-image] Aug 08 20:42:34.348 INFO O| Aug 08 20:42:34.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4077 | 2024-08-08T20:42:35.596Z | [ recovery-image] Aug 08 20:42:34.348 INFO O| Aug 08 20:42:34.348 INFO STEP 89 (remove_files) COMPLETE |
4078 | 2024-08-08T20:42:35.596Z | [ recovery-image] Aug 08 20:42:34.349 INFO O| Aug 08 20:42:34.348 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4079 | 2024-08-08T20:42:35.602Z | [ recovery-image] Aug 08 20:42:34.358 INFO O| Aug 08 20:42:34.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4080 | 2024-08-08T20:42:35.602Z | [ recovery-image] Aug 08 20:42:34.358 INFO O| Aug 08 20:42:34.358 INFO STEP 90 (remove_files) COMPLETE |
4081 | 2024-08-08T20:42:35.604Z | [ recovery-image] Aug 08 20:42:34.358 INFO O| Aug 08 20:42:34.358 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4082 | 2024-08-08T20:42:35.611Z | [ recovery-image] Aug 08 20:42:34.368 INFO O| Aug 08 20:42:34.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4083 | 2024-08-08T20:42:35.611Z | [ recovery-image] Aug 08 20:42:34.368 INFO O| Aug 08 20:42:34.368 INFO STEP 91 (remove_files) COMPLETE |
4084 | 2024-08-08T20:42:35.614Z | [ recovery-image] Aug 08 20:42:34.368 INFO O| Aug 08 20:42:34.368 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4085 | 2024-08-08T20:42:35.621Z | [ recovery-image] Aug 08 20:42:34.377 INFO O| Aug 08 20:42:34.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4086 | 2024-08-08T20:42:35.623Z | [ recovery-image] Aug 08 20:42:34.378 INFO O| Aug 08 20:42:34.377 INFO STEP 92 (remove_files) COMPLETE |
4087 | 2024-08-08T20:42:35.623Z | [ recovery-image] Aug 08 20:42:34.378 INFO O| Aug 08 20:42:34.378 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4088 | 2024-08-08T20:42:35.630Z | [ recovery-image] Aug 08 20:42:34.387 INFO O| Aug 08 20:42:34.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4089 | 2024-08-08T20:42:35.630Z | [ recovery-image] Aug 08 20:42:34.387 INFO O| Aug 08 20:42:34.387 INFO STEP 93 (remove_files) COMPLETE |
4090 | 2024-08-08T20:42:35.631Z | [ recovery-image] Aug 08 20:42:34.387 INFO O| Aug 08 20:42:34.387 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4091 | 2024-08-08T20:42:35.640Z | [ recovery-image] Aug 08 20:42:34.397 INFO O| Aug 08 20:42:34.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4092 | 2024-08-08T20:42:35.640Z | [ recovery-image] Aug 08 20:42:34.397 INFO O| Aug 08 20:42:34.397 INFO STEP 94 (remove_files) COMPLETE |
4093 | 2024-08-08T20:42:35.643Z | [ recovery-image] Aug 08 20:42:34.397 INFO O| Aug 08 20:42:34.397 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4094 | 2024-08-08T20:42:35.650Z | [ recovery-image] Aug 08 20:42:34.406 INFO O| Aug 08 20:42:34.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4095 | 2024-08-08T20:42:35.652Z | [ recovery-image] Aug 08 20:42:34.406 INFO O| Aug 08 20:42:34.406 INFO STEP 95 (remove_files) COMPLETE |
4096 | 2024-08-08T20:42:35.652Z | [ recovery-image] Aug 08 20:42:34.406 INFO O| Aug 08 20:42:34.406 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4097 | 2024-08-08T20:42:35.660Z | [ recovery-image] Aug 08 20:42:34.415 INFO O| Aug 08 20:42:34.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4098 | 2024-08-08T20:42:35.660Z | [ recovery-image] Aug 08 20:42:34.415 INFO O| Aug 08 20:42:34.415 INFO STEP 96 (remove_files) COMPLETE |
4099 | 2024-08-08T20:42:35.663Z | [ recovery-image] Aug 08 20:42:34.415 INFO O| Aug 08 20:42:34.415 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4100 | 2024-08-08T20:42:35.668Z | [ recovery-image] Aug 08 20:42:34.425 INFO O| Aug 08 20:42:34.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4101 | 2024-08-08T20:42:35.668Z | [ recovery-image] Aug 08 20:42:34.425 INFO O| Aug 08 20:42:34.425 INFO STEP 97 (remove_files) COMPLETE |
4102 | 2024-08-08T20:42:35.672Z | [ recovery-image] Aug 08 20:42:34.425 INFO O| Aug 08 20:42:34.425 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4103 | 2024-08-08T20:42:35.677Z | [ recovery-image] Aug 08 20:42:34.434 INFO O| Aug 08 20:42:34.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4104 | 2024-08-08T20:42:35.678Z | [ recovery-image] Aug 08 20:42:34.434 INFO O| Aug 08 20:42:34.434 INFO STEP 98 (remove_files) COMPLETE |
4105 | 2024-08-08T20:42:35.678Z | [ recovery-image] Aug 08 20:42:34.434 INFO O| Aug 08 20:42:34.434 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4106 | 2024-08-08T20:42:35.688Z | [ recovery-image] Aug 08 20:42:34.444 INFO O| Aug 08 20:42:34.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4107 | 2024-08-08T20:42:35.690Z | [ recovery-image] Aug 08 20:42:34.444 INFO O| Aug 08 20:42:34.444 INFO STEP 99 (remove_files) COMPLETE |
4108 | 2024-08-08T20:42:35.690Z | [ recovery-image] Aug 08 20:42:34.444 INFO O| Aug 08 20:42:34.444 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4109 | 2024-08-08T20:42:35.697Z | [ recovery-image] Aug 08 20:42:34.454 INFO O| Aug 08 20:42:34.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4110 | 2024-08-08T20:42:35.700Z | [ recovery-image] Aug 08 20:42:34.454 INFO O| Aug 08 20:42:34.454 INFO STEP 100 (remove_files) COMPLETE |
4111 | 2024-08-08T20:42:35.700Z | [ recovery-image] Aug 08 20:42:34.454 INFO O| Aug 08 20:42:34.454 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4112 | 2024-08-08T20:42:35.707Z | [ recovery-image] Aug 08 20:42:34.463 INFO O| Aug 08 20:42:34.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4113 | 2024-08-08T20:42:35.707Z | [ recovery-image] Aug 08 20:42:34.463 INFO O| Aug 08 20:42:34.463 INFO STEP 101 (remove_files) COMPLETE |
4114 | 2024-08-08T20:42:35.710Z | [ recovery-image] Aug 08 20:42:34.463 INFO O| Aug 08 20:42:34.463 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4115 | 2024-08-08T20:42:35.716Z | [ recovery-image] Aug 08 20:42:34.473 INFO O| Aug 08 20:42:34.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4116 | 2024-08-08T20:42:35.719Z | [ recovery-image] Aug 08 20:42:34.473 INFO O| Aug 08 20:42:34.473 INFO STEP 102 (remove_files) COMPLETE |
4117 | 2024-08-08T20:42:35.719Z | [ recovery-image] Aug 08 20:42:34.473 INFO O| Aug 08 20:42:34.473 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4118 | 2024-08-08T20:42:35.726Z | [ recovery-image] Aug 08 20:42:34.483 INFO O| Aug 08 20:42:34.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4119 | 2024-08-08T20:42:35.726Z | [ recovery-image] Aug 08 20:42:34.483 INFO O| Aug 08 20:42:34.483 INFO STEP 103 (remove_files) COMPLETE |
4120 | 2024-08-08T20:42:35.726Z | [ recovery-image] Aug 08 20:42:34.483 INFO O| Aug 08 20:42:34.483 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4121 | 2024-08-08T20:42:35.735Z | [ recovery-image] Aug 08 20:42:34.492 INFO O| Aug 08 20:42:34.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4122 | 2024-08-08T20:42:35.735Z | [ recovery-image] Aug 08 20:42:34.492 INFO O| Aug 08 20:42:34.492 INFO STEP 104 (remove_files) COMPLETE |
4123 | 2024-08-08T20:42:35.738Z | [ recovery-image] Aug 08 20:42:34.492 INFO O| Aug 08 20:42:34.492 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4124 | 2024-08-08T20:42:35.745Z | [ recovery-image] Aug 08 20:42:34.502 INFO O| Aug 08 20:42:34.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4125 | 2024-08-08T20:42:35.745Z | [ recovery-image] Aug 08 20:42:34.502 INFO O| Aug 08 20:42:34.502 INFO STEP 105 (remove_files) COMPLETE |
4126 | 2024-08-08T20:42:35.748Z | [ recovery-image] Aug 08 20:42:34.502 INFO O| Aug 08 20:42:34.502 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4127 | 2024-08-08T20:42:35.754Z | [ recovery-image] Aug 08 20:42:34.511 INFO O| Aug 08 20:42:34.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4128 | 2024-08-08T20:42:35.757Z | [ recovery-image] Aug 08 20:42:34.511 INFO O| Aug 08 20:42:34.511 INFO STEP 106 (remove_files) COMPLETE |
4129 | 2024-08-08T20:42:35.757Z | [ recovery-image] Aug 08 20:42:34.511 INFO O| Aug 08 20:42:34.511 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4130 | 2024-08-08T20:42:35.764Z | [ recovery-image] Aug 08 20:42:34.520 INFO O| Aug 08 20:42:34.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4131 | 2024-08-08T20:42:35.764Z | [ recovery-image] Aug 08 20:42:34.520 INFO O| Aug 08 20:42:34.520 INFO STEP 107 (remove_files) COMPLETE |
4132 | 2024-08-08T20:42:35.764Z | [ recovery-image] Aug 08 20:42:34.520 INFO O| Aug 08 20:42:34.520 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4133 | 2024-08-08T20:42:35.774Z | [ recovery-image] Aug 08 20:42:34.530 INFO O| Aug 08 20:42:34.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4134 | 2024-08-08T20:42:35.774Z | [ recovery-image] Aug 08 20:42:34.530 INFO O| Aug 08 20:42:34.530 INFO STEP 108 (remove_files) COMPLETE |
4135 | 2024-08-08T20:42:35.787Z | [ recovery-image] Aug 08 20:42:34.530 INFO O| Aug 08 20:42:34.530 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4136 | 2024-08-08T20:42:35.790Z | [ recovery-image] Aug 08 20:42:34.539 INFO O| Aug 08 20:42:34.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4137 | 2024-08-08T20:42:35.790Z | [ recovery-image] Aug 08 20:42:34.539 INFO O| Aug 08 20:42:34.539 INFO STEP 109 (remove_files) COMPLETE |
4138 | 2024-08-08T20:42:35.790Z | [ recovery-image] Aug 08 20:42:34.539 INFO O| Aug 08 20:42:34.539 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4139 | 2024-08-08T20:42:35.794Z | [ recovery-image] Aug 08 20:42:34.549 INFO O| Aug 08 20:42:34.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4140 | 2024-08-08T20:42:35.794Z | [ recovery-image] Aug 08 20:42:34.549 INFO O| Aug 08 20:42:34.549 INFO STEP 110 (remove_files) COMPLETE |
4141 | 2024-08-08T20:42:35.794Z | [ recovery-image] Aug 08 20:42:34.549 INFO O| Aug 08 20:42:34.549 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-08-08T20:42:35.802Z | [ recovery-image] Aug 08 20:42:34.559 INFO O| Aug 08 20:42:34.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4143 | 2024-08-08T20:42:35.802Z | [ recovery-image] Aug 08 20:42:34.559 INFO O| Aug 08 20:42:34.559 INFO STEP 111 (remove_files) COMPLETE |
4144 | 2024-08-08T20:42:35.805Z | [ recovery-image] Aug 08 20:42:34.559 INFO O| Aug 08 20:42:34.559 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-08-08T20:42:35.812Z | [ recovery-image] Aug 08 20:42:34.568 INFO O| Aug 08 20:42:34.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4146 | 2024-08-08T20:42:35.812Z | [ recovery-image] Aug 08 20:42:34.569 INFO O| Aug 08 20:42:34.569 INFO STEP 112 (remove_files) COMPLETE |
4147 | 2024-08-08T20:42:35.814Z | [ recovery-image] Aug 08 20:42:34.569 INFO O| Aug 08 20:42:34.569 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-08-08T20:42:35.822Z | [ recovery-image] Aug 08 20:42:34.578 INFO O| Aug 08 20:42:34.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4149 | 2024-08-08T20:42:35.822Z | [ recovery-image] Aug 08 20:42:34.578 INFO O| Aug 08 20:42:34.578 INFO STEP 113 (remove_files) COMPLETE |
4150 | 2024-08-08T20:42:35.839Z | [ recovery-image] Aug 08 20:42:34.578 INFO O| Aug 08 20:42:34.578 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-08-08T20:42:35.841Z | [ recovery-image] Aug 08 20:42:34.588 INFO O| Aug 08 20:42:34.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4152 | 2024-08-08T20:42:35.841Z | [ recovery-image] Aug 08 20:42:34.588 INFO O| Aug 08 20:42:34.588 INFO STEP 114 (remove_files) COMPLETE |
4153 | 2024-08-08T20:42:35.841Z | [ recovery-image] Aug 08 20:42:34.588 INFO O| Aug 08 20:42:34.588 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-08-08T20:42:35.841Z | [ recovery-image] Aug 08 20:42:34.598 INFO O| Aug 08 20:42:34.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4155 | 2024-08-08T20:42:35.841Z | [ recovery-image] Aug 08 20:42:34.598 INFO O| Aug 08 20:42:34.598 INFO STEP 115 (remove_files) COMPLETE |
4156 | 2024-08-08T20:42:35.841Z | [ recovery-image] Aug 08 20:42:34.598 INFO O| Aug 08 20:42:34.598 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-08-08T20:42:35.850Z | [ recovery-image] Aug 08 20:42:34.607 INFO O| Aug 08 20:42:34.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4158 | 2024-08-08T20:42:35.853Z | [ recovery-image] Aug 08 20:42:34.607 INFO O| Aug 08 20:42:34.607 INFO STEP 116 (remove_files) COMPLETE |
4159 | 2024-08-08T20:42:35.853Z | [ recovery-image] Aug 08 20:42:34.607 INFO O| Aug 08 20:42:34.607 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-08-08T20:42:35.860Z | [ recovery-image] Aug 08 20:42:34.617 INFO O| Aug 08 20:42:34.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4161 | 2024-08-08T20:42:35.860Z | [ recovery-image] Aug 08 20:42:34.617 INFO O| Aug 08 20:42:34.617 INFO STEP 117 (remove_files) COMPLETE |
4162 | 2024-08-08T20:42:35.860Z | [ recovery-image] Aug 08 20:42:34.617 INFO O| Aug 08 20:42:34.617 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-08-08T20:42:35.869Z | [ recovery-image] Aug 08 20:42:34.626 INFO O| Aug 08 20:42:34.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4164 | 2024-08-08T20:42:35.870Z | [ recovery-image] Aug 08 20:42:34.626 INFO O| Aug 08 20:42:34.626 INFO STEP 118 (remove_files) COMPLETE |
4165 | 2024-08-08T20:42:35.872Z | [ recovery-image] Aug 08 20:42:34.626 INFO O| Aug 08 20:42:34.626 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-08-08T20:42:35.879Z | [ recovery-image] Aug 08 20:42:34.636 INFO O| Aug 08 20:42:34.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4167 | 2024-08-08T20:42:35.879Z | [ recovery-image] Aug 08 20:42:34.636 INFO O| Aug 08 20:42:34.636 INFO STEP 119 (remove_files) COMPLETE |
4168 | 2024-08-08T20:42:35.882Z | [ recovery-image] Aug 08 20:42:34.636 INFO O| Aug 08 20:42:34.636 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-08-08T20:42:35.889Z | [ recovery-image] Aug 08 20:42:34.646 INFO O| Aug 08 20:42:34.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4170 | 2024-08-08T20:42:35.892Z | [ recovery-image] Aug 08 20:42:34.647 INFO O| Aug 08 20:42:34.647 INFO STEP 120 (remove_files) COMPLETE |
4171 | 2024-08-08T20:42:35.892Z | [ recovery-image] Aug 08 20:42:34.647 INFO O| Aug 08 20:42:34.647 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-08-08T20:42:35.900Z | [ recovery-image] Aug 08 20:42:34.657 INFO O| Aug 08 20:42:34.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4173 | 2024-08-08T20:42:35.903Z | [ recovery-image] Aug 08 20:42:34.657 INFO O| Aug 08 20:42:34.657 INFO STEP 121 (remove_files) COMPLETE |
4174 | 2024-08-08T20:42:35.903Z | [ recovery-image] Aug 08 20:42:34.657 INFO O| Aug 08 20:42:34.657 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-08-08T20:42:35.910Z | [ recovery-image] Aug 08 20:42:34.666 INFO O| Aug 08 20:42:34.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4176 | 2024-08-08T20:42:35.910Z | [ recovery-image] Aug 08 20:42:34.666 INFO O| Aug 08 20:42:34.666 INFO STEP 122 (remove_files) COMPLETE |
4177 | 2024-08-08T20:42:35.913Z | [ recovery-image] Aug 08 20:42:34.667 INFO O| Aug 08 20:42:34.666 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4178 | 2024-08-08T20:42:35.920Z | [ recovery-image] Aug 08 20:42:34.676 INFO O| Aug 08 20:42:34.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4179 | 2024-08-08T20:42:35.920Z | [ recovery-image] Aug 08 20:42:34.676 INFO O| Aug 08 20:42:34.676 INFO STEP 123 (remove_files) COMPLETE |
4180 | 2024-08-08T20:42:35.923Z | [ recovery-image] Aug 08 20:42:34.676 INFO O| Aug 08 20:42:34.676 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4181 | 2024-08-08T20:42:35.929Z | [ recovery-image] Aug 08 20:42:34.686 INFO O| Aug 08 20:42:34.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4182 | 2024-08-08T20:42:35.929Z | [ recovery-image] Aug 08 20:42:34.686 INFO O| Aug 08 20:42:34.686 INFO STEP 124 (remove_files) COMPLETE |
4183 | 2024-08-08T20:42:35.932Z | [ recovery-image] Aug 08 20:42:34.686 INFO O| Aug 08 20:42:34.686 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4184 | 2024-08-08T20:42:35.939Z | [ recovery-image] Aug 08 20:42:34.695 INFO O| Aug 08 20:42:34.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4185 | 2024-08-08T20:42:35.939Z | [ recovery-image] Aug 08 20:42:34.695 INFO O| Aug 08 20:42:34.695 INFO STEP 125 (remove_files) COMPLETE |
4186 | 2024-08-08T20:42:35.942Z | [ recovery-image] Aug 08 20:42:34.695 INFO O| Aug 08 20:42:34.695 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4187 | 2024-08-08T20:42:35.948Z | [ recovery-image] Aug 08 20:42:34.705 INFO O| Aug 08 20:42:34.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4188 | 2024-08-08T20:42:35.951Z | [ recovery-image] Aug 08 20:42:34.705 INFO O| Aug 08 20:42:34.705 INFO STEP 126 (remove_files) COMPLETE |
4189 | 2024-08-08T20:42:35.951Z | [ recovery-image] Aug 08 20:42:34.705 INFO O| Aug 08 20:42:34.705 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4190 | 2024-08-08T20:42:35.958Z | [ recovery-image] Aug 08 20:42:34.714 INFO O| Aug 08 20:42:34.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4191 | 2024-08-08T20:42:35.958Z | [ recovery-image] Aug 08 20:42:34.714 INFO O| Aug 08 20:42:34.714 INFO STEP 127 (remove_files) COMPLETE |
4192 | 2024-08-08T20:42:35.961Z | [ recovery-image] Aug 08 20:42:34.714 INFO O| Aug 08 20:42:34.714 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4193 | 2024-08-08T20:42:35.967Z | [ recovery-image] Aug 08 20:42:34.724 INFO O| Aug 08 20:42:34.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4194 | 2024-08-08T20:42:35.967Z | [ recovery-image] Aug 08 20:42:34.724 INFO O| Aug 08 20:42:34.724 INFO STEP 128 (remove_files) COMPLETE |
4195 | 2024-08-08T20:42:35.967Z | [ recovery-image] Aug 08 20:42:34.724 INFO O| Aug 08 20:42:34.724 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4196 | 2024-08-08T20:42:35.977Z | [ recovery-image] Aug 08 20:42:34.733 INFO O| Aug 08 20:42:34.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4197 | 2024-08-08T20:42:35.979Z | [ recovery-image] Aug 08 20:42:34.733 INFO O| Aug 08 20:42:34.733 INFO STEP 129 (remove_files) COMPLETE |
4198 | 2024-08-08T20:42:35.980Z | [ recovery-image] Aug 08 20:42:34.733 INFO O| Aug 08 20:42:34.733 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4199 | 2024-08-08T20:42:35.986Z | [ recovery-image] Aug 08 20:42:34.743 INFO O| Aug 08 20:42:34.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4200 | 2024-08-08T20:42:35.986Z | [ recovery-image] Aug 08 20:42:34.743 INFO O| Aug 08 20:42:34.743 INFO STEP 130 (remove_files) COMPLETE |
4201 | 2024-08-08T20:42:35.990Z | [ recovery-image] Aug 08 20:42:34.743 INFO O| Aug 08 20:42:34.743 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4202 | 2024-08-08T20:42:35.996Z | [ recovery-image] Aug 08 20:42:34.752 INFO O| Aug 08 20:42:34.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4203 | 2024-08-08T20:42:35.996Z | [ recovery-image] Aug 08 20:42:34.752 INFO O| Aug 08 20:42:34.752 INFO STEP 131 (remove_files) COMPLETE |
4204 | 2024-08-08T20:42:35.999Z | [ recovery-image] Aug 08 20:42:34.752 INFO O| Aug 08 20:42:34.752 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4205 | 2024-08-08T20:42:36.005Z | [ recovery-image] Aug 08 20:42:34.762 INFO O| Aug 08 20:42:34.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4206 | 2024-08-08T20:42:36.005Z | [ recovery-image] Aug 08 20:42:34.762 INFO O| Aug 08 20:42:34.762 INFO STEP 132 (remove_files) COMPLETE |
4207 | 2024-08-08T20:42:36.005Z | [ recovery-image] Aug 08 20:42:34.762 INFO O| Aug 08 20:42:34.762 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4208 | 2024-08-08T20:42:36.015Z | [ recovery-image] Aug 08 20:42:34.771 INFO O| Aug 08 20:42:34.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4209 | 2024-08-08T20:42:36.015Z | [ recovery-image] Aug 08 20:42:34.771 INFO O| Aug 08 20:42:34.771 INFO STEP 133 (remove_files) COMPLETE |
4210 | 2024-08-08T20:42:36.018Z | [ recovery-image] Aug 08 20:42:34.771 INFO O| Aug 08 20:42:34.771 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4211 | 2024-08-08T20:42:36.024Z | [ recovery-image] Aug 08 20:42:34.781 INFO O| Aug 08 20:42:34.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4212 | 2024-08-08T20:42:36.024Z | [ recovery-image] Aug 08 20:42:34.781 INFO O| Aug 08 20:42:34.781 INFO STEP 134 (remove_files) COMPLETE |
4213 | 2024-08-08T20:42:36.027Z | [ recovery-image] Aug 08 20:42:34.781 INFO O| Aug 08 20:42:34.781 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4214 | 2024-08-08T20:42:36.034Z | [ recovery-image] Aug 08 20:42:34.790 INFO O| Aug 08 20:42:34.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4215 | 2024-08-08T20:42:36.037Z | [ recovery-image] Aug 08 20:42:34.791 INFO O| Aug 08 20:42:34.791 INFO STEP 135 (remove_files) COMPLETE |
4216 | 2024-08-08T20:42:36.037Z | [ recovery-image] Aug 08 20:42:34.791 INFO O| Aug 08 20:42:34.791 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4217 | 2024-08-08T20:42:36.044Z | [ recovery-image] Aug 08 20:42:34.800 INFO O| Aug 08 20:42:34.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4218 | 2024-08-08T20:42:36.044Z | [ recovery-image] Aug 08 20:42:34.800 INFO O| Aug 08 20:42:34.800 INFO STEP 136 (remove_files) COMPLETE |
4219 | 2024-08-08T20:42:36.047Z | [ recovery-image] Aug 08 20:42:34.800 INFO O| Aug 08 20:42:34.800 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4220 | 2024-08-08T20:42:36.053Z | [ recovery-image] Aug 08 20:42:34.810 INFO O| Aug 08 20:42:34.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4221 | 2024-08-08T20:42:36.056Z | [ recovery-image] Aug 08 20:42:34.810 INFO O| Aug 08 20:42:34.810 INFO STEP 137 (remove_files) COMPLETE |
4222 | 2024-08-08T20:42:36.056Z | [ recovery-image] Aug 08 20:42:34.810 INFO O| Aug 08 20:42:34.810 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4223 | 2024-08-08T20:42:36.063Z | [ recovery-image] Aug 08 20:42:34.819 INFO O| Aug 08 20:42:34.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4224 | 2024-08-08T20:42:36.063Z | [ recovery-image] Aug 08 20:42:34.819 INFO O| Aug 08 20:42:34.819 INFO STEP 138 (remove_files) COMPLETE |
4225 | 2024-08-08T20:42:36.066Z | [ recovery-image] Aug 08 20:42:34.819 INFO O| Aug 08 20:42:34.819 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4226 | 2024-08-08T20:42:36.072Z | [ recovery-image] Aug 08 20:42:34.829 INFO O| Aug 08 20:42:34.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4227 | 2024-08-08T20:42:36.072Z | [ recovery-image] Aug 08 20:42:34.829 INFO O| Aug 08 20:42:34.829 INFO STEP 139 (remove_files) COMPLETE |
4228 | 2024-08-08T20:42:36.075Z | [ recovery-image] Aug 08 20:42:34.829 INFO O| Aug 08 20:42:34.829 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4229 | 2024-08-08T20:42:36.082Z | [ recovery-image] Aug 08 20:42:34.838 INFO O| Aug 08 20:42:34.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4230 | 2024-08-08T20:42:36.084Z | [ recovery-image] Aug 08 20:42:34.838 INFO O| Aug 08 20:42:34.838 INFO STEP 140 (remove_files) COMPLETE |
4231 | 2024-08-08T20:42:36.084Z | [ recovery-image] Aug 08 20:42:34.838 INFO O| Aug 08 20:42:34.838 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4232 | 2024-08-08T20:42:36.092Z | [ recovery-image] Aug 08 20:42:34.848 INFO O| Aug 08 20:42:34.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4233 | 2024-08-08T20:42:36.092Z | [ recovery-image] Aug 08 20:42:34.848 INFO O| Aug 08 20:42:34.848 INFO STEP 141 (remove_files) COMPLETE |
4234 | 2024-08-08T20:42:36.095Z | [ recovery-image] Aug 08 20:42:34.848 INFO O| Aug 08 20:42:34.848 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4235 | 2024-08-08T20:42:36.101Z | [ recovery-image] Aug 08 20:42:34.857 INFO O| Aug 08 20:42:34.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4236 | 2024-08-08T20:42:36.101Z | [ recovery-image] Aug 08 20:42:34.857 INFO O| Aug 08 20:42:34.857 INFO STEP 142 (remove_files) COMPLETE |
4237 | 2024-08-08T20:42:36.101Z | [ recovery-image] Aug 08 20:42:34.857 INFO O| Aug 08 20:42:34.857 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4238 | 2024-08-08T20:42:36.110Z | [ recovery-image] Aug 08 20:42:34.867 INFO O| Aug 08 20:42:34.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4239 | 2024-08-08T20:42:36.110Z | [ recovery-image] Aug 08 20:42:34.867 INFO O| Aug 08 20:42:34.867 INFO STEP 143 (remove_files) COMPLETE |
4240 | 2024-08-08T20:42:36.110Z | [ recovery-image] Aug 08 20:42:34.867 INFO O| Aug 08 20:42:34.867 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4241 | 2024-08-08T20:42:36.120Z | [ recovery-image] Aug 08 20:42:34.876 INFO O| Aug 08 20:42:34.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4242 | 2024-08-08T20:42:36.120Z | [ recovery-image] Aug 08 20:42:34.876 INFO O| Aug 08 20:42:34.876 INFO STEP 144 (remove_files) COMPLETE |
4243 | 2024-08-08T20:42:36.120Z | [ recovery-image] Aug 08 20:42:34.876 INFO O| Aug 08 20:42:34.876 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4244 | 2024-08-08T20:42:36.129Z | [ recovery-image] Aug 08 20:42:34.886 INFO O| Aug 08 20:42:34.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4245 | 2024-08-08T20:42:36.132Z | [ recovery-image] Aug 08 20:42:34.886 INFO O| Aug 08 20:42:34.886 INFO STEP 145 (remove_files) COMPLETE |
4246 | 2024-08-08T20:42:36.132Z | [ recovery-image] Aug 08 20:42:34.886 INFO O| Aug 08 20:42:34.886 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4247 | 2024-08-08T20:42:36.139Z | [ recovery-image] Aug 08 20:42:34.895 INFO O| Aug 08 20:42:34.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4248 | 2024-08-08T20:42:36.139Z | [ recovery-image] Aug 08 20:42:34.895 INFO O| Aug 08 20:42:34.895 INFO STEP 146 (remove_files) COMPLETE |
4249 | 2024-08-08T20:42:36.139Z | [ recovery-image] Aug 08 20:42:34.895 INFO O| Aug 08 20:42:34.895 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4250 | 2024-08-08T20:42:36.148Z | [ recovery-image] Aug 08 20:42:34.905 INFO O| Aug 08 20:42:34.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4251 | 2024-08-08T20:42:36.148Z | [ recovery-image] Aug 08 20:42:34.905 INFO O| Aug 08 20:42:34.905 INFO STEP 147 (remove_files) COMPLETE |
4252 | 2024-08-08T20:42:36.148Z | [ recovery-image] Aug 08 20:42:34.905 INFO O| Aug 08 20:42:34.905 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4253 | 2024-08-08T20:42:36.158Z | [ recovery-image] Aug 08 20:42:34.914 INFO O| Aug 08 20:42:34.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4254 | 2024-08-08T20:42:36.158Z | [ recovery-image] Aug 08 20:42:34.914 INFO O| Aug 08 20:42:34.914 INFO STEP 148 (remove_files) COMPLETE |
4255 | 2024-08-08T20:42:36.161Z | [ recovery-image] Aug 08 20:42:34.914 INFO O| Aug 08 20:42:34.914 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4256 | 2024-08-08T20:42:36.167Z | [ recovery-image] Aug 08 20:42:34.924 INFO O| Aug 08 20:42:34.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4257 | 2024-08-08T20:42:36.167Z | [ recovery-image] Aug 08 20:42:34.924 INFO O| Aug 08 20:42:34.924 INFO STEP 149 (remove_files) COMPLETE |
4258 | 2024-08-08T20:42:36.170Z | [ recovery-image] Aug 08 20:42:34.924 INFO O| Aug 08 20:42:34.924 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4259 | 2024-08-08T20:42:36.177Z | [ recovery-image] Aug 08 20:42:34.933 INFO O| Aug 08 20:42:34.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4260 | 2024-08-08T20:42:36.180Z | [ recovery-image] Aug 08 20:42:34.933 INFO O| Aug 08 20:42:34.933 INFO STEP 150 (remove_files) COMPLETE |
4261 | 2024-08-08T20:42:36.180Z | [ recovery-image] Aug 08 20:42:34.933 INFO O| Aug 08 20:42:34.933 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4262 | 2024-08-08T20:42:36.187Z | [ recovery-image] Aug 08 20:42:34.943 INFO O| Aug 08 20:42:34.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4263 | 2024-08-08T20:42:36.187Z | [ recovery-image] Aug 08 20:42:34.943 INFO O| Aug 08 20:42:34.943 INFO STEP 151 (remove_files) COMPLETE |
4264 | 2024-08-08T20:42:36.187Z | [ recovery-image] Aug 08 20:42:34.943 INFO O| Aug 08 20:42:34.943 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4265 | 2024-08-08T20:42:36.196Z | [ recovery-image] Aug 08 20:42:34.952 INFO O| Aug 08 20:42:34.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4266 | 2024-08-08T20:42:36.199Z | [ recovery-image] Aug 08 20:42:34.953 INFO O| Aug 08 20:42:34.953 INFO STEP 152 (remove_files) COMPLETE |
4267 | 2024-08-08T20:42:36.199Z | [ recovery-image] Aug 08 20:42:34.953 INFO O| Aug 08 20:42:34.953 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4268 | 2024-08-08T20:42:36.206Z | [ recovery-image] Aug 08 20:42:34.962 INFO O| Aug 08 20:42:34.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4269 | 2024-08-08T20:42:36.209Z | [ recovery-image] Aug 08 20:42:34.963 INFO O| Aug 08 20:42:34.963 INFO STEP 153 (remove_files) COMPLETE |
4270 | 2024-08-08T20:42:36.209Z | [ recovery-image] Aug 08 20:42:34.963 INFO O| Aug 08 20:42:34.963 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4271 | 2024-08-08T20:42:36.216Z | [ recovery-image] Aug 08 20:42:34.972 INFO O| Aug 08 20:42:34.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4272 | 2024-08-08T20:42:36.216Z | [ recovery-image] Aug 08 20:42:34.972 INFO O| Aug 08 20:42:34.972 INFO STEP 154 (remove_files) COMPLETE |
4273 | 2024-08-08T20:42:36.219Z | [ recovery-image] Aug 08 20:42:34.972 INFO O| Aug 08 20:42:34.972 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4274 | 2024-08-08T20:42:36.226Z | [ recovery-image] Aug 08 20:42:34.982 INFO O| Aug 08 20:42:34.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4275 | 2024-08-08T20:42:36.226Z | [ recovery-image] Aug 08 20:42:34.982 INFO O| Aug 08 20:42:34.982 INFO STEP 155 (remove_files) COMPLETE |
4276 | 2024-08-08T20:42:36.229Z | [ recovery-image] Aug 08 20:42:34.982 INFO O| Aug 08 20:42:34.982 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4277 | 2024-08-08T20:42:36.235Z | [ recovery-image] Aug 08 20:42:34.991 INFO O| Aug 08 20:42:34.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4278 | 2024-08-08T20:42:36.235Z | [ recovery-image] Aug 08 20:42:34.992 INFO O| Aug 08 20:42:34.992 INFO STEP 156 (remove_files) COMPLETE |
4279 | 2024-08-08T20:42:36.238Z | [ recovery-image] Aug 08 20:42:34.992 INFO O| Aug 08 20:42:34.992 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4280 | 2024-08-08T20:42:36.245Z | [ recovery-image] Aug 08 20:42:35.001 INFO O| Aug 08 20:42:35.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4281 | 2024-08-08T20:42:36.247Z | [ recovery-image] Aug 08 20:42:35.001 INFO O| Aug 08 20:42:35.001 INFO STEP 157 (remove_files) COMPLETE |
4282 | 2024-08-08T20:42:36.247Z | [ recovery-image] Aug 08 20:42:35.001 INFO O| Aug 08 20:42:35.001 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4283 | 2024-08-08T20:42:36.255Z | [ recovery-image] Aug 08 20:42:35.011 INFO O| Aug 08 20:42:35.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4284 | 2024-08-08T20:42:36.258Z | [ recovery-image] Aug 08 20:42:35.012 INFO O| Aug 08 20:42:35.012 INFO STEP 158 (remove_files) COMPLETE |
4285 | 2024-08-08T20:42:36.258Z | [ recovery-image] Aug 08 20:42:35.012 INFO O| Aug 08 20:42:35.012 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4286 | 2024-08-08T20:42:36.265Z | [ recovery-image] Aug 08 20:42:35.021 INFO O| Aug 08 20:42:35.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4287 | 2024-08-08T20:42:36.265Z | [ recovery-image] Aug 08 20:42:35.021 INFO O| Aug 08 20:42:35.021 INFO STEP 159 (remove_files) COMPLETE |
4288 | 2024-08-08T20:42:36.269Z | [ recovery-image] Aug 08 20:42:35.021 INFO O| Aug 08 20:42:35.021 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4289 | 2024-08-08T20:42:36.275Z | [ recovery-image] Aug 08 20:42:35.031 INFO O| Aug 08 20:42:35.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4290 | 2024-08-08T20:42:36.275Z | [ recovery-image] Aug 08 20:42:35.031 INFO O| Aug 08 20:42:35.031 INFO STEP 160 (remove_files) COMPLETE |
4291 | 2024-08-08T20:42:36.278Z | [ recovery-image] Aug 08 20:42:35.031 INFO O| Aug 08 20:42:35.031 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-08-08T20:42:36.284Z | [ recovery-image] Aug 08 20:42:35.040 INFO O| Aug 08 20:42:35.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4293 | 2024-08-08T20:42:36.284Z | [ recovery-image] Aug 08 20:42:35.041 INFO O| Aug 08 20:42:35.040 INFO STEP 161 (remove_files) COMPLETE |
4294 | 2024-08-08T20:42:36.284Z | [ recovery-image] Aug 08 20:42:35.041 INFO O| Aug 08 20:42:35.041 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-08-08T20:42:36.294Z | [ recovery-image] Aug 08 20:42:35.050 INFO O| Aug 08 20:42:35.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4296 | 2024-08-08T20:42:36.294Z | [ recovery-image] Aug 08 20:42:35.050 INFO O| Aug 08 20:42:35.050 INFO STEP 162 (remove_files) COMPLETE |
4297 | 2024-08-08T20:42:36.303Z | [ recovery-image] Aug 08 20:42:35.050 INFO O| Aug 08 20:42:35.050 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4298 | 2024-08-08T20:42:36.308Z | [ recovery-image] Aug 08 20:42:35.059 INFO O| Aug 08 20:42:35.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4299 | 2024-08-08T20:42:36.308Z | [ recovery-image] Aug 08 20:42:35.059 INFO O| Aug 08 20:42:35.059 INFO STEP 163 (remove_files) COMPLETE |
4300 | 2024-08-08T20:42:36.308Z | [ recovery-image] Aug 08 20:42:35.060 INFO O| Aug 08 20:42:35.059 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4301 | 2024-08-08T20:42:36.312Z | [ recovery-image] Aug 08 20:42:35.069 INFO O| Aug 08 20:42:35.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4302 | 2024-08-08T20:42:36.312Z | [ recovery-image] Aug 08 20:42:35.069 INFO O| Aug 08 20:42:35.069 INFO STEP 164 (remove_files) COMPLETE |
4303 | 2024-08-08T20:42:36.315Z | [ recovery-image] Aug 08 20:42:35.069 INFO O| Aug 08 20:42:35.069 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4304 | 2024-08-08T20:42:36.322Z | [ recovery-image] Aug 08 20:42:35.078 INFO O| Aug 08 20:42:35.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4305 | 2024-08-08T20:42:36.322Z | [ recovery-image] Aug 08 20:42:35.078 INFO O| Aug 08 20:42:35.078 INFO STEP 165 (remove_files) COMPLETE |
4306 | 2024-08-08T20:42:36.322Z | [ recovery-image] Aug 08 20:42:35.078 INFO O| Aug 08 20:42:35.078 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4307 | 2024-08-08T20:42:36.331Z | [ recovery-image] Aug 08 20:42:35.088 INFO O| Aug 08 20:42:35.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4308 | 2024-08-08T20:42:36.331Z | [ recovery-image] Aug 08 20:42:35.088 INFO O| Aug 08 20:42:35.088 INFO STEP 166 (remove_files) COMPLETE |
4309 | 2024-08-08T20:42:36.334Z | [ recovery-image] Aug 08 20:42:35.088 INFO O| Aug 08 20:42:35.088 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4310 | 2024-08-08T20:42:36.341Z | [ recovery-image] Aug 08 20:42:35.098 INFO O| Aug 08 20:42:35.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4311 | 2024-08-08T20:42:36.341Z | [ recovery-image] Aug 08 20:42:35.098 INFO O| Aug 08 20:42:35.098 INFO STEP 167 (remove_files) COMPLETE |
4312 | 2024-08-08T20:42:36.344Z | [ recovery-image] Aug 08 20:42:35.098 INFO O| Aug 08 20:42:35.098 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-08-08T20:42:36.351Z | [ recovery-image] Aug 08 20:42:35.107 INFO O| Aug 08 20:42:35.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4314 | 2024-08-08T20:42:36.351Z | [ recovery-image] Aug 08 20:42:35.107 INFO O| Aug 08 20:42:35.107 INFO STEP 168 (remove_files) COMPLETE |
4315 | 2024-08-08T20:42:36.354Z | [ recovery-image] Aug 08 20:42:35.107 INFO O| Aug 08 20:42:35.107 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-08-08T20:42:36.361Z | [ recovery-image] Aug 08 20:42:35.117 INFO O| Aug 08 20:42:35.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4317 | 2024-08-08T20:42:36.364Z | [ recovery-image] Aug 08 20:42:35.117 INFO O| Aug 08 20:42:35.117 INFO STEP 169 (remove_files) COMPLETE |
4318 | 2024-08-08T20:42:36.364Z | [ recovery-image] Aug 08 20:42:35.117 INFO O| Aug 08 20:42:35.117 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-08-08T20:42:36.370Z | [ recovery-image] Aug 08 20:42:35.126 INFO O| Aug 08 20:42:35.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4320 | 2024-08-08T20:42:36.370Z | [ recovery-image] Aug 08 20:42:35.126 INFO O| Aug 08 20:42:35.126 INFO STEP 170 (remove_files) COMPLETE |
4321 | 2024-08-08T20:42:36.370Z | [ recovery-image] Aug 08 20:42:35.126 INFO O| Aug 08 20:42:35.126 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-08-08T20:42:36.379Z | [ recovery-image] Aug 08 20:42:35.136 INFO O| Aug 08 20:42:35.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4323 | 2024-08-08T20:42:36.379Z | [ recovery-image] Aug 08 20:42:35.136 INFO O| Aug 08 20:42:35.136 INFO STEP 171 (remove_files) COMPLETE |
4324 | 2024-08-08T20:42:36.383Z | [ recovery-image] Aug 08 20:42:35.136 INFO O| Aug 08 20:42:35.136 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-08-08T20:42:36.389Z | [ recovery-image] Aug 08 20:42:35.145 INFO O| Aug 08 20:42:35.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4326 | 2024-08-08T20:42:36.392Z | [ recovery-image] Aug 08 20:42:35.145 INFO O| Aug 08 20:42:35.145 INFO STEP 172 (remove_files) COMPLETE |
4327 | 2024-08-08T20:42:36.392Z | [ recovery-image] Aug 08 20:42:35.145 INFO O| Aug 08 20:42:35.145 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-08-08T20:42:36.398Z | [ recovery-image] Aug 08 20:42:35.154 INFO O| Aug 08 20:42:35.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4329 | 2024-08-08T20:42:36.400Z | [ recovery-image] Aug 08 20:42:35.154 INFO O| Aug 08 20:42:35.154 INFO STEP 173 (remove_files) COMPLETE |
4330 | 2024-08-08T20:42:36.401Z | [ recovery-image] Aug 08 20:42:35.154 INFO O| Aug 08 20:42:35.154 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-08-08T20:42:36.407Z | [ recovery-image] Aug 08 20:42:35.164 INFO O| Aug 08 20:42:35.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4332 | 2024-08-08T20:42:36.407Z | [ recovery-image] Aug 08 20:42:35.164 INFO O| Aug 08 20:42:35.164 INFO STEP 174 (remove_files) COMPLETE |
4333 | 2024-08-08T20:42:36.411Z | [ recovery-image] Aug 08 20:42:35.164 INFO O| Aug 08 20:42:35.164 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-08-08T20:42:36.417Z | [ recovery-image] Aug 08 20:42:35.174 INFO O| Aug 08 20:42:35.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4335 | 2024-08-08T20:42:36.417Z | [ recovery-image] Aug 08 20:42:35.174 INFO O| Aug 08 20:42:35.174 INFO STEP 175 (remove_files) COMPLETE |
4336 | 2024-08-08T20:42:36.420Z | [ recovery-image] Aug 08 20:42:35.174 INFO O| Aug 08 20:42:35.174 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-08-08T20:42:36.427Z | [ recovery-image] Aug 08 20:42:35.184 INFO O| Aug 08 20:42:35.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4338 | 2024-08-08T20:42:36.427Z | [ recovery-image] Aug 08 20:42:35.184 INFO O| Aug 08 20:42:35.184 INFO STEP 176 (remove_files) COMPLETE |
4339 | 2024-08-08T20:42:36.427Z | [ recovery-image] Aug 08 20:42:35.184 INFO O| Aug 08 20:42:35.184 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-08-08T20:42:36.437Z | [ recovery-image] Aug 08 20:42:35.193 INFO O| Aug 08 20:42:35.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4341 | 2024-08-08T20:42:36.437Z | [ recovery-image] Aug 08 20:42:35.193 INFO O| Aug 08 20:42:35.193 INFO STEP 177 (remove_files) COMPLETE |
4342 | 2024-08-08T20:42:36.437Z | [ recovery-image] Aug 08 20:42:35.193 INFO O| Aug 08 20:42:35.193 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-08-08T20:42:36.446Z | [ recovery-image] Aug 08 20:42:35.203 INFO O| Aug 08 20:42:35.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4344 | 2024-08-08T20:42:36.449Z | [ recovery-image] Aug 08 20:42:35.203 INFO O| Aug 08 20:42:35.203 INFO STEP 178 (remove_files) COMPLETE |
4345 | 2024-08-08T20:42:36.449Z | [ recovery-image] Aug 08 20:42:35.203 INFO O| Aug 08 20:42:35.203 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-08-08T20:42:36.456Z | [ recovery-image] Aug 08 20:42:35.212 INFO O| Aug 08 20:42:35.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4347 | 2024-08-08T20:42:36.456Z | [ recovery-image] Aug 08 20:42:35.212 INFO O| Aug 08 20:42:35.212 INFO STEP 179 (remove_files) COMPLETE |
4348 | 2024-08-08T20:42:36.456Z | [ recovery-image] Aug 08 20:42:35.212 INFO O| Aug 08 20:42:35.212 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-08-08T20:42:36.465Z | [ recovery-image] Aug 08 20:42:35.221 INFO O| Aug 08 20:42:35.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4350 | 2024-08-08T20:42:36.468Z | [ recovery-image] Aug 08 20:42:35.222 INFO O| Aug 08 20:42:35.221 INFO STEP 180 (remove_files) COMPLETE |
4351 | 2024-08-08T20:42:36.468Z | [ recovery-image] Aug 08 20:42:35.222 INFO O| Aug 08 20:42:35.222 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-08-08T20:42:36.475Z | [ recovery-image] Aug 08 20:42:35.231 INFO O| Aug 08 20:42:35.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4353 | 2024-08-08T20:42:36.475Z | [ recovery-image] Aug 08 20:42:35.231 INFO O| Aug 08 20:42:35.231 INFO STEP 181 (remove_files) COMPLETE |
4354 | 2024-08-08T20:42:36.478Z | [ recovery-image] Aug 08 20:42:35.231 INFO O| Aug 08 20:42:35.231 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-08-08T20:42:36.485Z | [ recovery-image] Aug 08 20:42:35.241 INFO O| Aug 08 20:42:35.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4356 | 2024-08-08T20:42:36.485Z | [ recovery-image] Aug 08 20:42:35.241 INFO O| Aug 08 20:42:35.241 INFO STEP 182 (remove_files) COMPLETE |
4357 | 2024-08-08T20:42:36.485Z | [ recovery-image] Aug 08 20:42:35.241 INFO O| Aug 08 20:42:35.241 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-08-08T20:42:36.494Z | [ recovery-image] Aug 08 20:42:35.251 INFO O| Aug 08 20:42:35.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4359 | 2024-08-08T20:42:36.497Z | [ recovery-image] Aug 08 20:42:35.251 INFO O| Aug 08 20:42:35.251 INFO STEP 183 (remove_files) COMPLETE |
4360 | 2024-08-08T20:42:36.497Z | [ recovery-image] Aug 08 20:42:35.251 INFO O| Aug 08 20:42:35.251 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-08-08T20:42:36.503Z | [ host-image] Aug 08 20:42:35.259 INFO O| Aug 08 20:42:35.259 INFO O| Done |
4362 | 2024-08-08T20:42:36.506Z | [ recovery-image] Aug 08 20:42:35.261 INFO O| Aug 08 20:42:35.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4363 | 2024-08-08T20:42:36.506Z | [ recovery-image] Aug 08 20:42:35.261 INFO O| Aug 08 20:42:35.261 INFO STEP 184 (remove_files) COMPLETE |
4364 | 2024-08-08T20:42:36.506Z | [ recovery-image] Aug 08 20:42:35.261 INFO O| Aug 08 20:42:35.261 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4365 | 2024-08-08T20:42:36.514Z | [ recovery-image] Aug 08 20:42:35.270 INFO O| Aug 08 20:42:35.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4366 | 2024-08-08T20:42:36.514Z | [ recovery-image] Aug 08 20:42:35.270 INFO O| Aug 08 20:42:35.270 INFO STEP 185 (remove_files) COMPLETE |
4367 | 2024-08-08T20:42:36.518Z | [ recovery-image] Aug 08 20:42:35.270 INFO O| Aug 08 20:42:35.270 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4368 | 2024-08-08T20:42:36.523Z | [ recovery-image] Aug 08 20:42:35.280 INFO O| Aug 08 20:42:35.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4369 | 2024-08-08T20:42:36.527Z | [ recovery-image] Aug 08 20:42:35.280 INFO O| Aug 08 20:42:35.280 INFO STEP 186 (remove_files) COMPLETE |
4370 | 2024-08-08T20:42:36.527Z | [ recovery-image] Aug 08 20:42:35.280 INFO O| Aug 08 20:42:35.280 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4371 | 2024-08-08T20:42:36.533Z | [ recovery-image] Aug 08 20:42:35.289 INFO O| Aug 08 20:42:35.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4372 | 2024-08-08T20:42:36.533Z | [ recovery-image] Aug 08 20:42:35.290 INFO O| Aug 08 20:42:35.290 INFO STEP 187 (remove_files) COMPLETE |
4373 | 2024-08-08T20:42:36.536Z | [ recovery-image] Aug 08 20:42:35.290 INFO O| Aug 08 20:42:35.290 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4374 | 2024-08-08T20:42:36.543Z | [ recovery-image] Aug 08 20:42:35.299 INFO O| Aug 08 20:42:35.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4375 | 2024-08-08T20:42:36.543Z | [ recovery-image] Aug 08 20:42:35.299 INFO O| Aug 08 20:42:35.299 INFO STEP 188 (remove_files) COMPLETE |
4376 | 2024-08-08T20:42:36.545Z | [ recovery-image] Aug 08 20:42:35.299 INFO O| Aug 08 20:42:35.299 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4377 | 2024-08-08T20:42:36.552Z | [ recovery-image] Aug 08 20:42:35.308 INFO O| Aug 08 20:42:35.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4378 | 2024-08-08T20:42:36.552Z | [ recovery-image] Aug 08 20:42:35.309 INFO O| Aug 08 20:42:35.308 INFO STEP 189 (remove_files) COMPLETE |
4379 | 2024-08-08T20:42:36.555Z | [ recovery-image] Aug 08 20:42:35.309 INFO O| Aug 08 20:42:35.309 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4380 | 2024-08-08T20:42:36.563Z | [ recovery-image] Aug 08 20:42:35.318 INFO O| Aug 08 20:42:35.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4381 | 2024-08-08T20:42:36.567Z | [ recovery-image] Aug 08 20:42:35.318 INFO O| Aug 08 20:42:35.318 INFO STEP 190 (remove_files) COMPLETE |
4382 | 2024-08-08T20:42:36.567Z | [ recovery-image] Aug 08 20:42:35.319 INFO O| Aug 08 20:42:35.318 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-08-08T20:42:36.572Z | [ recovery-image] Aug 08 20:42:35.328 INFO O| Aug 08 20:42:35.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4384 | 2024-08-08T20:42:36.574Z | [ recovery-image] Aug 08 20:42:35.328 INFO O| Aug 08 20:42:35.328 INFO STEP 191 (remove_files) COMPLETE |
4385 | 2024-08-08T20:42:36.574Z | [ recovery-image] Aug 08 20:42:35.328 INFO O| Aug 08 20:42:35.328 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4386 | 2024-08-08T20:42:36.581Z | [ recovery-image] Aug 08 20:42:35.338 INFO O| Aug 08 20:42:35.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4387 | 2024-08-08T20:42:36.584Z | [ recovery-image] Aug 08 20:42:35.338 INFO O| Aug 08 20:42:35.338 INFO STEP 192 (remove_files) COMPLETE |
4388 | 2024-08-08T20:42:36.584Z | [ recovery-image] Aug 08 20:42:35.338 INFO O| Aug 08 20:42:35.338 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-08-08T20:42:36.591Z | [ recovery-image] Aug 08 20:42:35.347 INFO O| Aug 08 20:42:35.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4390 | 2024-08-08T20:42:36.591Z | [ recovery-image] Aug 08 20:42:35.347 INFO O| Aug 08 20:42:35.347 INFO STEP 193 (remove_files) COMPLETE |
4391 | 2024-08-08T20:42:36.594Z | [ recovery-image] Aug 08 20:42:35.347 INFO O| Aug 08 20:42:35.347 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-08-08T20:42:36.601Z | [ recovery-image] Aug 08 20:42:35.357 INFO O| Aug 08 20:42:35.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4393 | 2024-08-08T20:42:36.604Z | [ recovery-image] Aug 08 20:42:35.357 INFO O| Aug 08 20:42:35.357 INFO STEP 194 (remove_files) COMPLETE |
4394 | 2024-08-08T20:42:36.604Z | [ recovery-image] Aug 08 20:42:35.357 INFO O| Aug 08 20:42:35.357 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-08-08T20:42:36.610Z | [ recovery-image] Aug 08 20:42:35.367 INFO O| Aug 08 20:42:35.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4396 | 2024-08-08T20:42:36.610Z | [ recovery-image] Aug 08 20:42:35.367 INFO O| Aug 08 20:42:35.367 INFO STEP 195 (remove_files) COMPLETE |
4397 | 2024-08-08T20:42:36.613Z | [ recovery-image] Aug 08 20:42:35.367 INFO O| Aug 08 20:42:35.367 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-08-08T20:42:36.620Z | [ recovery-image] Aug 08 20:42:35.376 INFO O| Aug 08 20:42:35.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4399 | 2024-08-08T20:42:36.620Z | [ recovery-image] Aug 08 20:42:35.376 INFO O| Aug 08 20:42:35.376 INFO STEP 196 (remove_files) COMPLETE |
4400 | 2024-08-08T20:42:36.633Z | [ recovery-image] Aug 08 20:42:35.376 INFO O| Aug 08 20:42:35.376 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-08-08T20:42:36.633Z | [ recovery-image] Aug 08 20:42:35.386 INFO O| Aug 08 20:42:35.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4402 | 2024-08-08T20:42:36.633Z | [ recovery-image] Aug 08 20:42:35.386 INFO O| Aug 08 20:42:35.386 INFO STEP 197 (remove_files) COMPLETE |
4403 | 2024-08-08T20:42:36.633Z | [ recovery-image] Aug 08 20:42:35.386 INFO O| Aug 08 20:42:35.386 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-08-08T20:42:36.639Z | [ recovery-image] Aug 08 20:42:35.395 INFO O| Aug 08 20:42:35.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4405 | 2024-08-08T20:42:36.639Z | [ recovery-image] Aug 08 20:42:35.396 INFO O| Aug 08 20:42:35.396 INFO STEP 198 (remove_files) COMPLETE |
4406 | 2024-08-08T20:42:36.642Z | [ recovery-image] Aug 08 20:42:35.396 INFO O| Aug 08 20:42:35.396 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-08-08T20:42:36.649Z | [ recovery-image] Aug 08 20:42:35.405 INFO O| Aug 08 20:42:35.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4408 | 2024-08-08T20:42:36.649Z | [ recovery-image] Aug 08 20:42:35.405 INFO O| Aug 08 20:42:35.405 INFO STEP 199 (remove_files) COMPLETE |
4409 | 2024-08-08T20:42:36.652Z | [ recovery-image] Aug 08 20:42:35.405 INFO O| Aug 08 20:42:35.405 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-08-08T20:42:36.659Z | [ recovery-image] Aug 08 20:42:35.415 INFO O| Aug 08 20:42:35.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4411 | 2024-08-08T20:42:36.659Z | [ recovery-image] Aug 08 20:42:35.415 INFO O| Aug 08 20:42:35.415 INFO STEP 200 (remove_files) COMPLETE |
4412 | 2024-08-08T20:42:36.659Z | [ recovery-image] Aug 08 20:42:35.415 INFO O| Aug 08 20:42:35.415 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-08-08T20:42:36.668Z | [ recovery-image] Aug 08 20:42:35.424 INFO O| Aug 08 20:42:35.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4414 | 2024-08-08T20:42:36.671Z | [ recovery-image] Aug 08 20:42:35.425 INFO O| Aug 08 20:42:35.424 INFO STEP 201 (remove_files) COMPLETE |
4415 | 2024-08-08T20:42:36.671Z | [ recovery-image] Aug 08 20:42:35.425 INFO O| Aug 08 20:42:35.425 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-08-08T20:42:36.678Z | [ recovery-image] Aug 08 20:42:35.434 INFO O| Aug 08 20:42:35.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4417 | 2024-08-08T20:42:36.678Z | [ recovery-image] Aug 08 20:42:35.434 INFO O| Aug 08 20:42:35.434 INFO STEP 202 (remove_files) COMPLETE |
4418 | 2024-08-08T20:42:36.681Z | [ recovery-image] Aug 08 20:42:35.434 INFO O| Aug 08 20:42:35.434 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-08-08T20:42:36.688Z | [ recovery-image] Aug 08 20:42:35.444 INFO O| Aug 08 20:42:35.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4420 | 2024-08-08T20:42:36.688Z | [ recovery-image] Aug 08 20:42:35.444 INFO O| Aug 08 20:42:35.444 INFO STEP 203 (remove_files) COMPLETE |
4421 | 2024-08-08T20:42:36.688Z | [ recovery-image] Aug 08 20:42:35.444 INFO O| Aug 08 20:42:35.444 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-08-08T20:42:36.697Z | [ recovery-image] Aug 08 20:42:35.454 INFO O| Aug 08 20:42:35.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4423 | 2024-08-08T20:42:36.698Z | [ recovery-image] Aug 08 20:42:35.454 INFO O| Aug 08 20:42:35.454 INFO STEP 204 (remove_files) COMPLETE |
4424 | 2024-08-08T20:42:36.698Z | [ recovery-image] Aug 08 20:42:35.454 INFO O| Aug 08 20:42:35.454 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-08-08T20:42:36.707Z | [ recovery-image] Aug 08 20:42:35.463 INFO O| Aug 08 20:42:35.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4426 | 2024-08-08T20:42:36.707Z | [ recovery-image] Aug 08 20:42:35.463 INFO O| Aug 08 20:42:35.463 INFO STEP 205 (remove_files) COMPLETE |
4427 | 2024-08-08T20:42:36.710Z | [ recovery-image] Aug 08 20:42:35.463 INFO O| Aug 08 20:42:35.463 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-08-08T20:42:36.717Z | [ recovery-image] Aug 08 20:42:35.473 INFO O| Aug 08 20:42:35.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4429 | 2024-08-08T20:42:36.717Z | [ recovery-image] Aug 08 20:42:35.474 INFO O| Aug 08 20:42:35.473 INFO STEP 206 (remove_files) COMPLETE |
4430 | 2024-08-08T20:42:36.717Z | [ recovery-image] Aug 08 20:42:35.474 INFO O| Aug 08 20:42:35.473 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-08-08T20:42:36.727Z | [ recovery-image] Aug 08 20:42:35.483 INFO O| Aug 08 20:42:35.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4432 | 2024-08-08T20:42:36.727Z | [ recovery-image] Aug 08 20:42:35.483 INFO O| Aug 08 20:42:35.483 INFO STEP 207 (remove_files) COMPLETE |
4433 | 2024-08-08T20:42:36.730Z | [ recovery-image] Aug 08 20:42:35.483 INFO O| Aug 08 20:42:35.483 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4434 | 2024-08-08T20:42:36.737Z | [ recovery-image] Aug 08 20:42:35.493 INFO O| Aug 08 20:42:35.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4435 | 2024-08-08T20:42:36.737Z | [ recovery-image] Aug 08 20:42:35.493 INFO O| Aug 08 20:42:35.493 INFO STEP 208 (remove_files) COMPLETE |
4436 | 2024-08-08T20:42:36.737Z | [ recovery-image] Aug 08 20:42:35.493 INFO O| Aug 08 20:42:35.493 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-08-08T20:42:36.746Z | [ recovery-image] Aug 08 20:42:35.502 INFO O| Aug 08 20:42:35.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4438 | 2024-08-08T20:42:36.749Z | [ recovery-image] Aug 08 20:42:35.502 INFO O| Aug 08 20:42:35.502 INFO STEP 209 (remove_files) COMPLETE |
4439 | 2024-08-08T20:42:36.749Z | [ recovery-image] Aug 08 20:42:35.503 INFO O| Aug 08 20:42:35.502 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-08-08T20:42:36.756Z | [ recovery-image] Aug 08 20:42:35.512 INFO O| Aug 08 20:42:35.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4441 | 2024-08-08T20:42:36.756Z | [ recovery-image] Aug 08 20:42:35.512 INFO O| Aug 08 20:42:35.512 INFO STEP 210 (remove_files) COMPLETE |
4442 | 2024-08-08T20:42:36.758Z | [ recovery-image] Aug 08 20:42:35.512 INFO O| Aug 08 20:42:35.512 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-08-08T20:42:36.765Z | [ recovery-image] Aug 08 20:42:35.522 INFO O| Aug 08 20:42:35.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4444 | 2024-08-08T20:42:36.765Z | [ recovery-image] Aug 08 20:42:35.522 INFO O| Aug 08 20:42:35.522 INFO STEP 211 (remove_files) COMPLETE |
4445 | 2024-08-08T20:42:36.768Z | [ recovery-image] Aug 08 20:42:35.522 INFO O| Aug 08 20:42:35.522 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-08-08T20:42:36.775Z | [ recovery-image] Aug 08 20:42:35.531 INFO O| Aug 08 20:42:35.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4447 | 2024-08-08T20:42:36.775Z | [ recovery-image] Aug 08 20:42:35.531 INFO O| Aug 08 20:42:35.531 INFO STEP 212 (remove_files) COMPLETE |
4448 | 2024-08-08T20:42:36.775Z | [ recovery-image] Aug 08 20:42:35.531 INFO O| Aug 08 20:42:35.531 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-08-08T20:42:36.785Z | [ recovery-image] Aug 08 20:42:35.541 INFO O| Aug 08 20:42:35.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4450 | 2024-08-08T20:42:36.787Z | [ recovery-image] Aug 08 20:42:35.541 INFO O| Aug 08 20:42:35.541 INFO STEP 213 (remove_files) COMPLETE |
4451 | 2024-08-08T20:42:36.787Z | [ recovery-image] Aug 08 20:42:35.541 INFO O| Aug 08 20:42:35.541 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-08-08T20:42:36.794Z | [ recovery-image] Aug 08 20:42:35.551 INFO O| Aug 08 20:42:35.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4453 | 2024-08-08T20:42:36.797Z | [ recovery-image] Aug 08 20:42:35.551 INFO O| Aug 08 20:42:35.551 INFO STEP 214 (remove_files) COMPLETE |
4454 | 2024-08-08T20:42:36.797Z | [ recovery-image] Aug 08 20:42:35.551 INFO O| Aug 08 20:42:35.551 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-08-08T20:42:36.804Z | [ recovery-image] Aug 08 20:42:35.561 INFO O| Aug 08 20:42:35.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4456 | 2024-08-08T20:42:36.804Z | [ recovery-image] Aug 08 20:42:35.561 INFO O| Aug 08 20:42:35.561 INFO STEP 215 (remove_files) COMPLETE |
4457 | 2024-08-08T20:42:36.807Z | [ recovery-image] Aug 08 20:42:35.561 INFO O| Aug 08 20:42:35.561 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-08-08T20:42:36.814Z | [ recovery-image] Aug 08 20:42:35.570 INFO O| Aug 08 20:42:35.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4459 | 2024-08-08T20:42:36.817Z | [ recovery-image] Aug 08 20:42:35.570 INFO O| Aug 08 20:42:35.570 INFO STEP 216 (remove_files) COMPLETE |
4460 | 2024-08-08T20:42:36.817Z | [ recovery-image] Aug 08 20:42:35.570 INFO O| Aug 08 20:42:35.570 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-08-08T20:42:36.824Z | [ recovery-image] Aug 08 20:42:35.580 INFO O| Aug 08 20:42:35.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4462 | 2024-08-08T20:42:36.824Z | [ recovery-image] Aug 08 20:42:35.580 INFO O| Aug 08 20:42:35.580 INFO STEP 217 (remove_files) COMPLETE |
4463 | 2024-08-08T20:42:36.826Z | [ recovery-image] Aug 08 20:42:35.580 INFO O| Aug 08 20:42:35.580 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-08-08T20:42:36.833Z | [ recovery-image] Aug 08 20:42:35.590 INFO O| Aug 08 20:42:35.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4465 | 2024-08-08T20:42:36.834Z | [ recovery-image] Aug 08 20:42:35.590 INFO O| Aug 08 20:42:35.590 INFO STEP 218 (remove_files) COMPLETE |
4466 | 2024-08-08T20:42:36.836Z | [ recovery-image] Aug 08 20:42:35.590 INFO O| Aug 08 20:42:35.590 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-08-08T20:42:36.843Z | [ recovery-image] Aug 08 20:42:35.599 INFO O| Aug 08 20:42:35.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4468 | 2024-08-08T20:42:36.846Z | [ recovery-image] Aug 08 20:42:35.600 INFO O| Aug 08 20:42:35.600 INFO STEP 219 (remove_files) COMPLETE |
4469 | 2024-08-08T20:42:36.846Z | [ recovery-image] Aug 08 20:42:35.600 INFO O| Aug 08 20:42:35.600 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4470 | 2024-08-08T20:42:36.853Z | [ recovery-image] Aug 08 20:42:35.609 INFO O| Aug 08 20:42:35.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4471 | 2024-08-08T20:42:36.856Z | [ recovery-image] Aug 08 20:42:35.610 INFO O| Aug 08 20:42:35.610 INFO STEP 220 (remove_files) COMPLETE |
4472 | 2024-08-08T20:42:36.856Z | [ recovery-image] Aug 08 20:42:35.610 INFO O| Aug 08 20:42:35.610 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4473 | 2024-08-08T20:42:36.863Z | [ recovery-image] Aug 08 20:42:35.619 INFO O| Aug 08 20:42:35.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4474 | 2024-08-08T20:42:36.866Z | [ recovery-image] Aug 08 20:42:35.619 INFO O| Aug 08 20:42:35.619 INFO STEP 221 (remove_files) COMPLETE |
4475 | 2024-08-08T20:42:36.866Z | [ recovery-image] Aug 08 20:42:35.619 INFO O| Aug 08 20:42:35.619 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4476 | 2024-08-08T20:42:36.873Z | [ recovery-image] Aug 08 20:42:35.629 INFO O| Aug 08 20:42:35.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4477 | 2024-08-08T20:42:36.873Z | [ recovery-image] Aug 08 20:42:35.629 INFO O| Aug 08 20:42:35.629 INFO STEP 222 (remove_files) COMPLETE |
4478 | 2024-08-08T20:42:36.876Z | [ recovery-image] Aug 08 20:42:35.629 INFO O| Aug 08 20:42:35.629 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4479 | 2024-08-08T20:42:36.883Z | [ recovery-image] Aug 08 20:42:35.639 INFO O| Aug 08 20:42:35.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4480 | 2024-08-08T20:42:36.883Z | [ recovery-image] Aug 08 20:42:35.640 INFO O| Aug 08 20:42:35.639 INFO STEP 223 (remove_files) COMPLETE |
4481 | 2024-08-08T20:42:36.883Z | [ recovery-image] Aug 08 20:42:35.640 INFO O| Aug 08 20:42:35.639 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4482 | 2024-08-08T20:42:36.894Z | [ recovery-image] Aug 08 20:42:35.649 INFO O| Aug 08 20:42:35.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4483 | 2024-08-08T20:42:36.897Z | [ recovery-image] Aug 08 20:42:35.650 INFO O| Aug 08 20:42:35.650 INFO STEP 224 (remove_files) COMPLETE |
4484 | 2024-08-08T20:42:36.897Z | [ recovery-image] Aug 08 20:42:35.650 INFO O| Aug 08 20:42:35.650 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4485 | 2024-08-08T20:42:36.903Z | [ recovery-image] Aug 08 20:42:35.659 INFO O| Aug 08 20:42:35.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4486 | 2024-08-08T20:42:36.906Z | [ recovery-image] Aug 08 20:42:35.659 INFO O| Aug 08 20:42:35.659 INFO STEP 225 (remove_files) COMPLETE |
4487 | 2024-08-08T20:42:36.906Z | [ recovery-image] Aug 08 20:42:35.659 INFO O| Aug 08 20:42:35.659 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2024-08-08T20:42:36.913Z | [ recovery-image] Aug 08 20:42:35.669 INFO O| Aug 08 20:42:35.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4489 | 2024-08-08T20:42:36.913Z | [ recovery-image] Aug 08 20:42:35.669 INFO O| Aug 08 20:42:35.669 INFO STEP 226 (remove_files) COMPLETE |
4490 | 2024-08-08T20:42:36.913Z | [ recovery-image] Aug 08 20:42:35.669 INFO O| Aug 08 20:42:35.669 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4491 | 2024-08-08T20:42:36.923Z | [ recovery-image] Aug 08 20:42:35.679 INFO O| Aug 08 20:42:35.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4492 | 2024-08-08T20:42:36.923Z | [ recovery-image] Aug 08 20:42:35.679 INFO O| Aug 08 20:42:35.679 INFO STEP 227 (remove_files) COMPLETE |
4493 | 2024-08-08T20:42:36.923Z | [ recovery-image] Aug 08 20:42:35.679 INFO O| Aug 08 20:42:35.679 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4494 | 2024-08-08T20:42:36.932Z | [ recovery-image] Aug 08 20:42:35.689 INFO O| Aug 08 20:42:35.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4495 | 2024-08-08T20:42:36.936Z | [ recovery-image] Aug 08 20:42:35.689 INFO O| Aug 08 20:42:35.689 INFO STEP 228 (remove_files) COMPLETE |
4496 | 2024-08-08T20:42:36.936Z | [ recovery-image] Aug 08 20:42:35.689 INFO O| Aug 08 20:42:35.689 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4497 | 2024-08-08T20:42:36.942Z | [ recovery-image] Aug 08 20:42:35.698 INFO O| Aug 08 20:42:35.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4498 | 2024-08-08T20:42:36.945Z | [ recovery-image] Aug 08 20:42:35.698 INFO O| Aug 08 20:42:35.698 INFO STEP 229 (remove_files) COMPLETE |
4499 | 2024-08-08T20:42:36.945Z | [ recovery-image] Aug 08 20:42:35.698 INFO O| Aug 08 20:42:35.698 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-08-08T20:42:36.952Z | [ recovery-image] Aug 08 20:42:35.708 INFO O| Aug 08 20:42:35.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4501 | 2024-08-08T20:42:36.952Z | [ recovery-image] Aug 08 20:42:35.708 INFO O| Aug 08 20:42:35.708 INFO STEP 230 (remove_files) COMPLETE |
4502 | 2024-08-08T20:42:36.952Z | [ recovery-image] Aug 08 20:42:35.708 INFO O| Aug 08 20:42:35.708 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-08-08T20:42:36.961Z | [ recovery-image] Aug 08 20:42:35.717 INFO O| Aug 08 20:42:35.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4504 | 2024-08-08T20:42:36.964Z | [ recovery-image] Aug 08 20:42:35.718 INFO O| Aug 08 20:42:35.718 INFO STEP 231 (remove_files) COMPLETE |
4505 | 2024-08-08T20:42:36.964Z | [ recovery-image] Aug 08 20:42:35.718 INFO O| Aug 08 20:42:35.718 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-08-08T20:42:36.971Z | [ recovery-image] Aug 08 20:42:35.727 INFO O| Aug 08 20:42:35.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4507 | 2024-08-08T20:42:36.971Z | [ recovery-image] Aug 08 20:42:35.727 INFO O| Aug 08 20:42:35.727 INFO STEP 232 (remove_files) COMPLETE |
4508 | 2024-08-08T20:42:36.971Z | [ recovery-image] Aug 08 20:42:35.727 INFO O| Aug 08 20:42:35.727 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-08-08T20:42:36.980Z | [ recovery-image] Aug 08 20:42:35.737 INFO O| Aug 08 20:42:35.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4510 | 2024-08-08T20:42:36.983Z | [ recovery-image] Aug 08 20:42:35.737 INFO O| Aug 08 20:42:35.737 INFO STEP 233 (remove_files) COMPLETE |
4511 | 2024-08-08T20:42:36.983Z | [ recovery-image] Aug 08 20:42:35.737 INFO O| Aug 08 20:42:35.737 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-08-08T20:42:36.990Z | [ recovery-image] Aug 08 20:42:35.746 INFO O| Aug 08 20:42:35.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4513 | 2024-08-08T20:42:36.990Z | [ recovery-image] Aug 08 20:42:35.746 INFO O| Aug 08 20:42:35.746 INFO STEP 234 (remove_files) COMPLETE |
4514 | 2024-08-08T20:42:36.993Z | [ recovery-image] Aug 08 20:42:35.746 INFO O| Aug 08 20:42:35.746 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-08-08T20:42:36.993Z | [ host-image] Aug 08 20:42:35.747 INFO O| Aug 08 20:42:35.747 INFO O| Done |
4516 | 2024-08-08T20:42:37.001Z | [ recovery-image] Aug 08 20:42:35.756 INFO O| Aug 08 20:42:35.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4517 | 2024-08-08T20:42:37.001Z | [ recovery-image] Aug 08 20:42:35.756 INFO O| Aug 08 20:42:35.756 INFO STEP 235 (remove_files) COMPLETE |
4518 | 2024-08-08T20:42:37.004Z | [ recovery-image] Aug 08 20:42:35.756 INFO O| Aug 08 20:42:35.756 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-08-08T20:42:37.011Z | [ recovery-image] Aug 08 20:42:35.766 INFO O| Aug 08 20:42:35.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4520 | 2024-08-08T20:42:37.014Z | [ recovery-image] Aug 08 20:42:35.767 INFO O| Aug 08 20:42:35.767 INFO STEP 236 (remove_files) COMPLETE |
4521 | 2024-08-08T20:42:37.014Z | [ recovery-image] Aug 08 20:42:35.767 INFO O| Aug 08 20:42:35.767 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-08-08T20:42:37.021Z | [ recovery-image] Aug 08 20:42:35.777 INFO O| Aug 08 20:42:35.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4523 | 2024-08-08T20:42:37.021Z | [ recovery-image] Aug 08 20:42:35.777 INFO O| Aug 08 20:42:35.777 INFO STEP 237 (remove_files) COMPLETE |
4524 | 2024-08-08T20:42:37.021Z | [ recovery-image] Aug 08 20:42:35.777 INFO O| Aug 08 20:42:35.777 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-08-08T20:42:37.032Z | [ recovery-image] Aug 08 20:42:35.788 INFO O| Aug 08 20:42:35.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4526 | 2024-08-08T20:42:37.032Z | [ recovery-image] Aug 08 20:42:35.788 INFO O| Aug 08 20:42:35.788 INFO STEP 238 (remove_files) COMPLETE |
4527 | 2024-08-08T20:42:37.036Z | [ recovery-image] Aug 08 20:42:35.788 INFO O| Aug 08 20:42:35.788 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-08-08T20:42:37.042Z | [ recovery-image] Aug 08 20:42:35.798 INFO O| Aug 08 20:42:35.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4529 | 2024-08-08T20:42:37.044Z | [ recovery-image] Aug 08 20:42:35.798 INFO O| Aug 08 20:42:35.798 INFO STEP 239 (remove_files) COMPLETE |
4530 | 2024-08-08T20:42:37.044Z | [ recovery-image] Aug 08 20:42:35.798 INFO O| Aug 08 20:42:35.798 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-08-08T20:42:37.052Z | [ recovery-image] Aug 08 20:42:35.808 INFO O| Aug 08 20:42:35.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4532 | 2024-08-08T20:42:37.052Z | [ recovery-image] Aug 08 20:42:35.808 INFO O| Aug 08 20:42:35.808 INFO STEP 240 (remove_files) COMPLETE |
4533 | 2024-08-08T20:42:37.052Z | [ recovery-image] Aug 08 20:42:35.808 INFO O| Aug 08 20:42:35.808 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-08-08T20:42:37.063Z | [ recovery-image] Aug 08 20:42:35.818 INFO O| Aug 08 20:42:35.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4535 | 2024-08-08T20:42:37.065Z | [ recovery-image] Aug 08 20:42:35.818 INFO O| Aug 08 20:42:35.818 INFO STEP 241 (remove_files) COMPLETE |
4536 | 2024-08-08T20:42:37.065Z | [ recovery-image] Aug 08 20:42:35.818 INFO O| Aug 08 20:42:35.818 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-08-08T20:42:37.071Z | [ recovery-image] Aug 08 20:42:35.827 INFO O| Aug 08 20:42:35.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4538 | 2024-08-08T20:42:37.074Z | [ recovery-image] Aug 08 20:42:35.827 INFO O| Aug 08 20:42:35.827 INFO STEP 242 (remove_files) COMPLETE |
4539 | 2024-08-08T20:42:37.074Z | [ recovery-image] Aug 08 20:42:35.828 INFO O| Aug 08 20:42:35.827 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-08-08T20:42:37.082Z | [ recovery-image] Aug 08 20:42:35.837 INFO O| Aug 08 20:42:35.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4541 | 2024-08-08T20:42:37.082Z | [ recovery-image] Aug 08 20:42:35.837 INFO O| Aug 08 20:42:35.837 INFO STEP 243 (remove_files) COMPLETE |
4542 | 2024-08-08T20:42:37.082Z | [ recovery-image] Aug 08 20:42:35.837 INFO O| Aug 08 20:42:35.837 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-08-08T20:42:37.091Z | [ recovery-image] Aug 08 20:42:35.847 INFO O| Aug 08 20:42:35.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4544 | 2024-08-08T20:42:37.091Z | [ recovery-image] Aug 08 20:42:35.847 INFO O| Aug 08 20:42:35.847 INFO STEP 244 (remove_files) COMPLETE |
4545 | 2024-08-08T20:42:37.094Z | [ recovery-image] Aug 08 20:42:35.847 INFO O| Aug 08 20:42:35.847 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-08-08T20:42:37.101Z | [ recovery-image] Aug 08 20:42:35.857 INFO O| Aug 08 20:42:35.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4547 | 2024-08-08T20:42:37.101Z | [ recovery-image] Aug 08 20:42:35.857 INFO O| Aug 08 20:42:35.857 INFO STEP 245 (remove_files) COMPLETE |
4548 | 2024-08-08T20:42:37.103Z | [ recovery-image] Aug 08 20:42:35.857 INFO O| Aug 08 20:42:35.857 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-08-08T20:42:37.110Z | [ recovery-image] Aug 08 20:42:35.867 INFO O| Aug 08 20:42:35.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4550 | 2024-08-08T20:42:37.110Z | [ recovery-image] Aug 08 20:42:35.867 INFO O| Aug 08 20:42:35.867 INFO STEP 246 (remove_files) COMPLETE |
4551 | 2024-08-08T20:42:37.110Z | [ recovery-image] Aug 08 20:42:35.867 INFO O| Aug 08 20:42:35.867 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-08-08T20:42:37.120Z | [ recovery-image] Aug 08 20:42:35.876 INFO O| Aug 08 20:42:35.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4553 | 2024-08-08T20:42:37.120Z | [ recovery-image] Aug 08 20:42:35.877 INFO O| Aug 08 20:42:35.876 INFO STEP 247 (remove_files) COMPLETE |
4554 | 2024-08-08T20:42:37.123Z | [ recovery-image] Aug 08 20:42:35.877 INFO O| Aug 08 20:42:35.876 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-08-08T20:42:37.130Z | [ recovery-image] Aug 08 20:42:35.886 INFO O| Aug 08 20:42:35.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4556 | 2024-08-08T20:42:37.130Z | [ recovery-image] Aug 08 20:42:35.886 INFO O| Aug 08 20:42:35.886 INFO STEP 248 (remove_files) COMPLETE |
4557 | 2024-08-08T20:42:37.130Z | [ recovery-image] Aug 08 20:42:35.886 INFO O| Aug 08 20:42:35.886 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-08-08T20:42:37.141Z | [ recovery-image] Aug 08 20:42:35.896 INFO O| Aug 08 20:42:35.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4559 | 2024-08-08T20:42:37.141Z | [ recovery-image] Aug 08 20:42:35.896 INFO O| Aug 08 20:42:35.896 INFO STEP 249 (remove_files) COMPLETE |
4560 | 2024-08-08T20:42:37.141Z | [ recovery-image] Aug 08 20:42:35.896 INFO O| Aug 08 20:42:35.896 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-08-08T20:42:37.150Z | [ recovery-image] Aug 08 20:42:35.906 INFO O| Aug 08 20:42:35.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4562 | 2024-08-08T20:42:37.150Z | [ recovery-image] Aug 08 20:42:35.906 INFO O| Aug 08 20:42:35.906 INFO STEP 250 (remove_files) COMPLETE |
4563 | 2024-08-08T20:42:37.150Z | [ recovery-image] Aug 08 20:42:35.906 INFO O| Aug 08 20:42:35.906 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-08-08T20:42:37.160Z | [ recovery-image] Aug 08 20:42:35.916 INFO O| Aug 08 20:42:35.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4565 | 2024-08-08T20:42:37.160Z | [ recovery-image] Aug 08 20:42:35.916 INFO O| Aug 08 20:42:35.916 INFO STEP 251 (remove_files) COMPLETE |
4566 | 2024-08-08T20:42:37.163Z | [ recovery-image] Aug 08 20:42:35.916 INFO O| Aug 08 20:42:35.916 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-08-08T20:42:37.170Z | [ recovery-image] Aug 08 20:42:35.926 INFO O| Aug 08 20:42:35.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4568 | 2024-08-08T20:42:37.170Z | [ recovery-image] Aug 08 20:42:35.926 INFO O| Aug 08 20:42:35.926 INFO STEP 252 (remove_files) COMPLETE |
4569 | 2024-08-08T20:42:37.170Z | [ recovery-image] Aug 08 20:42:35.926 INFO O| Aug 08 20:42:35.926 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-08-08T20:42:37.179Z | [ recovery-image] Aug 08 20:42:35.936 INFO O| Aug 08 20:42:35.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4571 | 2024-08-08T20:42:37.182Z | [ recovery-image] Aug 08 20:42:35.936 INFO O| Aug 08 20:42:35.936 INFO STEP 253 (remove_files) COMPLETE |
4572 | 2024-08-08T20:42:37.182Z | [ recovery-image] Aug 08 20:42:35.936 INFO O| Aug 08 20:42:35.936 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-08-08T20:42:37.189Z | [ host-image] Aug 08 20:42:35.945 INFO O| Aug 08 20:42:35.945 INFO STEP 11 (pkg_install) COMPLETE |
4574 | 2024-08-08T20:42:37.189Z | [ host-image] Aug 08 20:42:35.945 INFO O| Aug 08 20:42:35.945 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4575 | 2024-08-08T20:42:37.192Z | [ recovery-image] Aug 08 20:42:35.946 INFO O| Aug 08 20:42:35.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4576 | 2024-08-08T20:42:37.192Z | [ recovery-image] Aug 08 20:42:35.946 INFO O| Aug 08 20:42:35.946 INFO STEP 254 (remove_files) COMPLETE |
4577 | 2024-08-08T20:42:37.192Z | [ recovery-image] Aug 08 20:42:35.946 INFO O| Aug 08 20:42:35.946 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-08-08T20:42:37.199Z | [ host-image] Aug 08 20:42:35.955 INFO O| Aug 08 20:42:35.955 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
4579 | 2024-08-08T20:42:37.202Z | [ recovery-image] Aug 08 20:42:35.956 INFO O| Aug 08 20:42:35.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4580 | 2024-08-08T20:42:37.202Z | [ recovery-image] Aug 08 20:42:35.956 INFO O| Aug 08 20:42:35.956 INFO STEP 255 (remove_files) COMPLETE |
4581 | 2024-08-08T20:42:37.202Z | [ recovery-image] Aug 08 20:42:35.956 INFO O| Aug 08 20:42:35.956 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-08-08T20:42:37.210Z | [ recovery-image] Aug 08 20:42:35.966 INFO O| Aug 08 20:42:35.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4583 | 2024-08-08T20:42:37.210Z | [ recovery-image] Aug 08 20:42:35.966 INFO O| Aug 08 20:42:35.966 INFO STEP 256 (remove_files) COMPLETE |
4584 | 2024-08-08T20:42:37.210Z | [ recovery-image] Aug 08 20:42:35.966 INFO O| Aug 08 20:42:35.966 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2024-08-08T20:42:37.219Z | [ recovery-image] Aug 08 20:42:35.975 INFO O| Aug 08 20:42:35.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4586 | 2024-08-08T20:42:37.219Z | [ recovery-image] Aug 08 20:42:35.975 INFO O| Aug 08 20:42:35.975 INFO STEP 257 (remove_files) COMPLETE |
4587 | 2024-08-08T20:42:37.222Z | [ recovery-image] Aug 08 20:42:35.975 INFO O| Aug 08 20:42:35.975 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2024-08-08T20:42:37.229Z | [ recovery-image] Aug 08 20:42:35.985 INFO O| Aug 08 20:42:35.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4589 | 2024-08-08T20:42:37.232Z | [ recovery-image] Aug 08 20:42:35.985 INFO O| Aug 08 20:42:35.985 INFO STEP 258 (remove_files) COMPLETE |
4590 | 2024-08-08T20:42:37.232Z | [ recovery-image] Aug 08 20:42:35.985 INFO O| Aug 08 20:42:35.985 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4591 | 2024-08-08T20:42:37.238Z | [ recovery-image] Aug 08 20:42:35.994 INFO O| Aug 08 20:42:35.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4592 | 2024-08-08T20:42:37.241Z | [ recovery-image] Aug 08 20:42:35.994 INFO O| Aug 08 20:42:35.994 INFO STEP 259 (remove_files) COMPLETE |
4593 | 2024-08-08T20:42:37.241Z | [ recovery-image] Aug 08 20:42:35.995 INFO O| Aug 08 20:42:35.994 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2024-08-08T20:42:37.248Z | [ recovery-image] Aug 08 20:42:36.004 INFO O| Aug 08 20:42:36.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4595 | 2024-08-08T20:42:37.248Z | [ recovery-image] Aug 08 20:42:36.004 INFO O| Aug 08 20:42:36.004 INFO STEP 260 (remove_files) COMPLETE |
4596 | 2024-08-08T20:42:37.251Z | [ recovery-image] Aug 08 20:42:36.004 INFO O| Aug 08 20:42:36.004 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2024-08-08T20:42:37.257Z | [ recovery-image] Aug 08 20:42:36.013 INFO O| Aug 08 20:42:36.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4598 | 2024-08-08T20:42:37.257Z | [ recovery-image] Aug 08 20:42:36.014 INFO O| Aug 08 20:42:36.014 INFO STEP 261 (remove_files) COMPLETE |
4599 | 2024-08-08T20:42:37.261Z | [ recovery-image] Aug 08 20:42:36.014 INFO O| Aug 08 20:42:36.014 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2024-08-08T20:42:37.267Z | [ recovery-image] Aug 08 20:42:36.023 INFO O| Aug 08 20:42:36.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4601 | 2024-08-08T20:42:37.270Z | [ recovery-image] Aug 08 20:42:36.024 INFO O| Aug 08 20:42:36.024 INFO STEP 262 (remove_files) COMPLETE |
4602 | 2024-08-08T20:42:37.270Z | [ recovery-image] Aug 08 20:42:36.024 INFO O| Aug 08 20:42:36.024 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2024-08-08T20:42:37.277Z | [ recovery-image] Aug 08 20:42:36.033 INFO O| Aug 08 20:42:36.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4604 | 2024-08-08T20:42:37.277Z | [ recovery-image] Aug 08 20:42:36.033 INFO O| Aug 08 20:42:36.033 INFO STEP 263 (remove_files) COMPLETE |
4605 | 2024-08-08T20:42:37.277Z | [ recovery-image] Aug 08 20:42:36.033 INFO O| Aug 08 20:42:36.033 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2024-08-08T20:42:37.286Z | [ recovery-image] Aug 08 20:42:36.043 INFO O| Aug 08 20:42:36.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4607 | 2024-08-08T20:42:37.287Z | [ recovery-image] Aug 08 20:42:36.043 INFO O| Aug 08 20:42:36.043 INFO STEP 264 (remove_files) COMPLETE |
4608 | 2024-08-08T20:42:37.287Z | [ recovery-image] Aug 08 20:42:36.043 INFO O| Aug 08 20:42:36.043 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2024-08-08T20:42:37.296Z | [ recovery-image] Aug 08 20:42:36.052 INFO O| Aug 08 20:42:36.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4610 | 2024-08-08T20:42:37.296Z | [ recovery-image] Aug 08 20:42:36.052 INFO O| Aug 08 20:42:36.052 INFO STEP 265 (remove_files) COMPLETE |
4611 | 2024-08-08T20:42:37.299Z | [ recovery-image] Aug 08 20:42:36.052 INFO O| Aug 08 20:42:36.052 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2024-08-08T20:42:37.306Z | [ recovery-image] Aug 08 20:42:36.062 INFO O| Aug 08 20:42:36.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4613 | 2024-08-08T20:42:37.310Z | [ recovery-image] Aug 08 20:42:36.062 INFO O| Aug 08 20:42:36.062 INFO STEP 266 (remove_files) COMPLETE |
4614 | 2024-08-08T20:42:37.310Z | [ recovery-image] Aug 08 20:42:36.062 INFO O| Aug 08 20:42:36.062 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2024-08-08T20:42:37.316Z | [ recovery-image] Aug 08 20:42:36.072 INFO O| Aug 08 20:42:36.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4616 | 2024-08-08T20:42:37.319Z | [ recovery-image] Aug 08 20:42:36.072 INFO O| Aug 08 20:42:36.072 INFO STEP 267 (remove_files) COMPLETE |
4617 | 2024-08-08T20:42:37.319Z | [ recovery-image] Aug 08 20:42:36.072 INFO O| Aug 08 20:42:36.072 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-08-08T20:42:37.326Z | [ recovery-image] Aug 08 20:42:36.082 INFO O| Aug 08 20:42:36.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4619 | 2024-08-08T20:42:37.326Z | [ recovery-image] Aug 08 20:42:36.082 INFO O| Aug 08 20:42:36.082 INFO STEP 268 (remove_files) COMPLETE |
4620 | 2024-08-08T20:42:37.326Z | [ recovery-image] Aug 08 20:42:36.082 INFO O| Aug 08 20:42:36.082 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-08-08T20:42:37.336Z | [ recovery-image] Aug 08 20:42:36.092 INFO O| Aug 08 20:42:36.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4622 | 2024-08-08T20:42:37.336Z | [ recovery-image] Aug 08 20:42:36.092 INFO O| Aug 08 20:42:36.092 INFO STEP 269 (remove_files) COMPLETE |
4623 | 2024-08-08T20:42:37.336Z | [ recovery-image] Aug 08 20:42:36.092 INFO O| Aug 08 20:42:36.092 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-08-08T20:42:37.346Z | [ recovery-image] Aug 08 20:42:36.101 INFO O| Aug 08 20:42:36.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4625 | 2024-08-08T20:42:37.348Z | [ recovery-image] Aug 08 20:42:36.102 INFO O| Aug 08 20:42:36.102 INFO STEP 270 (remove_files) COMPLETE |
4626 | 2024-08-08T20:42:37.348Z | [ recovery-image] Aug 08 20:42:36.102 INFO O| Aug 08 20:42:36.102 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-08-08T20:42:37.356Z | [ recovery-image] Aug 08 20:42:36.112 INFO O| Aug 08 20:42:36.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4628 | 2024-08-08T20:42:37.359Z | [ recovery-image] Aug 08 20:42:36.112 INFO O| Aug 08 20:42:36.112 INFO STEP 271 (remove_files) COMPLETE |
4629 | 2024-08-08T20:42:37.359Z | [ recovery-image] Aug 08 20:42:36.112 INFO O| Aug 08 20:42:36.112 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-08-08T20:42:37.366Z | [ recovery-image] Aug 08 20:42:36.122 INFO O| Aug 08 20:42:36.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4631 | 2024-08-08T20:42:37.366Z | [ recovery-image] Aug 08 20:42:36.122 INFO O| Aug 08 20:42:36.122 INFO STEP 272 (remove_files) COMPLETE |
4632 | 2024-08-08T20:42:37.370Z | [ recovery-image] Aug 08 20:42:36.122 INFO O| Aug 08 20:42:36.122 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-08-08T20:42:37.375Z | [ recovery-image] Aug 08 20:42:36.131 INFO O| Aug 08 20:42:36.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4634 | 2024-08-08T20:42:37.378Z | [ recovery-image] Aug 08 20:42:36.131 INFO O| Aug 08 20:42:36.131 INFO STEP 273 (remove_files) COMPLETE |
4635 | 2024-08-08T20:42:37.378Z | [ recovery-image] Aug 08 20:42:36.132 INFO O| Aug 08 20:42:36.131 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-08-08T20:42:37.385Z | [ recovery-image] Aug 08 20:42:36.141 INFO O| Aug 08 20:42:36.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4637 | 2024-08-08T20:42:37.388Z | [ recovery-image] Aug 08 20:42:36.141 INFO O| Aug 08 20:42:36.141 INFO STEP 274 (remove_files) COMPLETE |
4638 | 2024-08-08T20:42:37.388Z | [ recovery-image] Aug 08 20:42:36.141 INFO O| Aug 08 20:42:36.141 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-08-08T20:42:37.395Z | [ recovery-image] Aug 08 20:42:36.151 INFO O| Aug 08 20:42:36.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4640 | 2024-08-08T20:42:37.395Z | [ recovery-image] Aug 08 20:42:36.151 INFO O| Aug 08 20:42:36.151 INFO STEP 275 (remove_files) COMPLETE |
4641 | 2024-08-08T20:42:37.397Z | [ recovery-image] Aug 08 20:42:36.151 INFO O| Aug 08 20:42:36.151 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-08-08T20:42:37.404Z | [ recovery-image] Aug 08 20:42:36.160 INFO O| Aug 08 20:42:36.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4643 | 2024-08-08T20:42:37.408Z | [ recovery-image] Aug 08 20:42:36.161 INFO O| Aug 08 20:42:36.160 INFO STEP 276 (remove_files) COMPLETE |
4644 | 2024-08-08T20:42:37.408Z | [ recovery-image] Aug 08 20:42:36.161 INFO O| Aug 08 20:42:36.161 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-08-08T20:42:37.415Z | [ recovery-image] Aug 08 20:42:36.170 INFO O| Aug 08 20:42:36.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4646 | 2024-08-08T20:42:37.418Z | [ recovery-image] Aug 08 20:42:36.171 INFO O| Aug 08 20:42:36.170 INFO STEP 277 (remove_files) COMPLETE |
4647 | 2024-08-08T20:42:37.418Z | [ recovery-image] Aug 08 20:42:36.171 INFO O| Aug 08 20:42:36.171 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-08-08T20:42:37.424Z | [ recovery-image] Aug 08 20:42:36.180 INFO O| Aug 08 20:42:36.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4649 | 2024-08-08T20:42:37.424Z | [ recovery-image] Aug 08 20:42:36.180 INFO O| Aug 08 20:42:36.180 INFO STEP 278 (remove_files) COMPLETE |
4650 | 2024-08-08T20:42:37.427Z | [ recovery-image] Aug 08 20:42:36.180 INFO O| Aug 08 20:42:36.180 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-08-08T20:42:37.434Z | [ recovery-image] Aug 08 20:42:36.190 INFO O| Aug 08 20:42:36.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4652 | 2024-08-08T20:42:37.434Z | [ recovery-image] Aug 08 20:42:36.190 INFO O| Aug 08 20:42:36.190 INFO STEP 279 (remove_files) COMPLETE |
4653 | 2024-08-08T20:42:37.437Z | [ recovery-image] Aug 08 20:42:36.190 INFO O| Aug 08 20:42:36.190 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-08-08T20:42:37.444Z | [ recovery-image] Aug 08 20:42:36.200 INFO O| Aug 08 20:42:36.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4655 | 2024-08-08T20:42:37.444Z | [ recovery-image] Aug 08 20:42:36.200 INFO O| Aug 08 20:42:36.200 INFO STEP 280 (remove_files) COMPLETE |
4656 | 2024-08-08T20:42:37.447Z | [ recovery-image] Aug 08 20:42:36.200 INFO O| Aug 08 20:42:36.200 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-08-08T20:42:37.455Z | [ recovery-image] Aug 08 20:42:36.210 INFO O| Aug 08 20:42:36.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4658 | 2024-08-08T20:42:37.458Z | [ recovery-image] Aug 08 20:42:36.210 INFO O| Aug 08 20:42:36.210 INFO STEP 281 (remove_files) COMPLETE |
4659 | 2024-08-08T20:42:37.458Z | [ recovery-image] Aug 08 20:42:36.210 INFO O| Aug 08 20:42:36.210 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-08-08T20:42:37.463Z | [ recovery-image] Aug 08 20:42:36.219 INFO O| Aug 08 20:42:36.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4661 | 2024-08-08T20:42:37.463Z | [ recovery-image] Aug 08 20:42:36.220 INFO O| Aug 08 20:42:36.220 INFO STEP 282 (remove_files) COMPLETE |
4662 | 2024-08-08T20:42:37.466Z | [ recovery-image] Aug 08 20:42:36.220 INFO O| Aug 08 20:42:36.220 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-08-08T20:42:37.473Z | [ recovery-image] Aug 08 20:42:36.229 INFO O| Aug 08 20:42:36.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4664 | 2024-08-08T20:42:37.476Z | [ recovery-image] Aug 08 20:42:36.230 INFO O| Aug 08 20:42:36.229 INFO STEP 283 (remove_files) COMPLETE |
4665 | 2024-08-08T20:42:37.476Z | [ recovery-image] Aug 08 20:42:36.230 INFO O| Aug 08 20:42:36.230 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-08-08T20:42:37.483Z | [ recovery-image] Aug 08 20:42:36.239 INFO O| Aug 08 20:42:36.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4667 | 2024-08-08T20:42:37.483Z | [ recovery-image] Aug 08 20:42:36.239 INFO O| Aug 08 20:42:36.239 INFO STEP 284 (remove_files) COMPLETE |
4668 | 2024-08-08T20:42:37.486Z | [ recovery-image] Aug 08 20:42:36.239 INFO O| Aug 08 20:42:36.239 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-08-08T20:42:37.493Z | [ recovery-image] Aug 08 20:42:36.249 INFO O| Aug 08 20:42:36.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4670 | 2024-08-08T20:42:37.493Z | [ recovery-image] Aug 08 20:42:36.249 INFO O| Aug 08 20:42:36.249 INFO STEP 285 (remove_files) COMPLETE |
4671 | 2024-08-08T20:42:37.493Z | [ recovery-image] Aug 08 20:42:36.249 INFO O| Aug 08 20:42:36.249 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-08-08T20:42:37.503Z | [ recovery-image] Aug 08 20:42:36.259 INFO O| Aug 08 20:42:36.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4673 | 2024-08-08T20:42:37.503Z | [ recovery-image] Aug 08 20:42:36.259 INFO O| Aug 08 20:42:36.259 INFO STEP 286 (remove_files) COMPLETE |
4674 | 2024-08-08T20:42:37.503Z | [ recovery-image] Aug 08 20:42:36.259 INFO O| Aug 08 20:42:36.259 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-08-08T20:42:37.513Z | [ recovery-image] Aug 08 20:42:36.268 INFO O| Aug 08 20:42:36.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4676 | 2024-08-08T20:42:37.513Z | [ recovery-image] Aug 08 20:42:36.269 INFO O| Aug 08 20:42:36.268 INFO STEP 287 (remove_files) COMPLETE |
4677 | 2024-08-08T20:42:37.513Z | [ recovery-image] Aug 08 20:42:36.269 INFO O| Aug 08 20:42:36.269 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-08-08T20:42:37.522Z | [ recovery-image] Aug 08 20:42:36.278 INFO O| Aug 08 20:42:36.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4679 | 2024-08-08T20:42:37.522Z | [ recovery-image] Aug 08 20:42:36.278 INFO O| Aug 08 20:42:36.278 INFO STEP 288 (remove_files) COMPLETE |
4680 | 2024-08-08T20:42:37.525Z | [ recovery-image] Aug 08 20:42:36.278 INFO O| Aug 08 20:42:36.278 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-08-08T20:42:37.532Z | [ recovery-image] Aug 08 20:42:36.288 INFO O| Aug 08 20:42:36.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4682 | 2024-08-08T20:42:37.534Z | [ recovery-image] Aug 08 20:42:36.288 INFO O| Aug 08 20:42:36.288 INFO STEP 289 (remove_files) COMPLETE |
4683 | 2024-08-08T20:42:37.534Z | [ recovery-image] Aug 08 20:42:36.288 INFO O| Aug 08 20:42:36.288 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-08-08T20:42:37.541Z | [ recovery-image] Aug 08 20:42:36.297 INFO O| Aug 08 20:42:36.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4685 | 2024-08-08T20:42:37.541Z | [ recovery-image] Aug 08 20:42:36.297 INFO O| Aug 08 20:42:36.297 INFO STEP 290 (remove_files) COMPLETE |
4686 | 2024-08-08T20:42:37.544Z | [ recovery-image] Aug 08 20:42:36.297 INFO O| Aug 08 20:42:36.297 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-08-08T20:42:37.551Z | [ recovery-image] Aug 08 20:42:36.307 INFO O| Aug 08 20:42:36.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4688 | 2024-08-08T20:42:37.551Z | [ recovery-image] Aug 08 20:42:36.307 INFO O| Aug 08 20:42:36.307 INFO STEP 291 (remove_files) COMPLETE |
4689 | 2024-08-08T20:42:37.551Z | [ recovery-image] Aug 08 20:42:36.307 INFO O| Aug 08 20:42:36.307 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-08-08T20:42:37.561Z | [ recovery-image] Aug 08 20:42:36.316 INFO O| Aug 08 20:42:36.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4691 | 2024-08-08T20:42:37.561Z | [ recovery-image] Aug 08 20:42:36.316 INFO O| Aug 08 20:42:36.316 INFO STEP 292 (remove_files) COMPLETE |
4692 | 2024-08-08T20:42:37.561Z | [ recovery-image] Aug 08 20:42:36.316 INFO O| Aug 08 20:42:36.316 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-08-08T20:42:37.571Z | [ recovery-image] Aug 08 20:42:36.326 INFO O| Aug 08 20:42:36.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4694 | 2024-08-08T20:42:37.574Z | [ recovery-image] Aug 08 20:42:36.326 INFO O| Aug 08 20:42:36.326 INFO STEP 293 (remove_files) COMPLETE |
4695 | 2024-08-08T20:42:37.574Z | [ recovery-image] Aug 08 20:42:36.326 INFO O| Aug 08 20:42:36.326 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-08-08T20:42:37.581Z | [ recovery-image] Aug 08 20:42:36.337 INFO O| Aug 08 20:42:36.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4697 | 2024-08-08T20:42:37.581Z | [ recovery-image] Aug 08 20:42:36.337 INFO O| Aug 08 20:42:36.337 INFO STEP 294 (remove_files) COMPLETE |
4698 | 2024-08-08T20:42:37.584Z | [ recovery-image] Aug 08 20:42:36.337 INFO O| Aug 08 20:42:36.337 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-08-08T20:42:37.591Z | [ recovery-image] Aug 08 20:42:36.347 INFO O| Aug 08 20:42:36.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4700 | 2024-08-08T20:42:37.591Z | [ recovery-image] Aug 08 20:42:36.347 INFO O| Aug 08 20:42:36.347 INFO STEP 295 (remove_files) COMPLETE |
4701 | 2024-08-08T20:42:37.594Z | [ recovery-image] Aug 08 20:42:36.347 INFO O| Aug 08 20:42:36.347 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-08-08T20:42:37.601Z | [ recovery-image] Aug 08 20:42:36.357 INFO O| Aug 08 20:42:36.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4703 | 2024-08-08T20:42:37.601Z | [ recovery-image] Aug 08 20:42:36.357 INFO O| Aug 08 20:42:36.357 INFO STEP 296 (remove_files) COMPLETE |
4704 | 2024-08-08T20:42:37.604Z | [ recovery-image] Aug 08 20:42:36.357 INFO O| Aug 08 20:42:36.357 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-08-08T20:42:37.613Z | [ recovery-image] Aug 08 20:42:36.367 INFO O| Aug 08 20:42:36.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4706 | 2024-08-08T20:42:37.614Z | [ recovery-image] Aug 08 20:42:36.367 INFO O| Aug 08 20:42:36.367 INFO STEP 297 (remove_files) COMPLETE |
4707 | 2024-08-08T20:42:37.616Z | [ recovery-image] Aug 08 20:42:36.367 INFO O| Aug 08 20:42:36.367 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-08-08T20:42:37.620Z | [ recovery-image] Aug 08 20:42:36.377 INFO O| Aug 08 20:42:36.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4709 | 2024-08-08T20:42:37.623Z | [ recovery-image] Aug 08 20:42:36.377 INFO O| Aug 08 20:42:36.377 INFO STEP 298 (remove_files) COMPLETE |
4710 | 2024-08-08T20:42:37.623Z | [ recovery-image] Aug 08 20:42:36.377 INFO O| Aug 08 20:42:36.377 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-08-08T20:42:37.632Z | [ recovery-image] Aug 08 20:42:36.386 INFO O| Aug 08 20:42:36.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4712 | 2024-08-08T20:42:37.632Z | [ recovery-image] Aug 08 20:42:36.386 INFO O| Aug 08 20:42:36.386 INFO STEP 299 (remove_files) COMPLETE |
4713 | 2024-08-08T20:42:37.632Z | [ recovery-image] Aug 08 20:42:36.386 INFO O| Aug 08 20:42:36.386 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-08-08T20:42:37.640Z | [ recovery-image] Aug 08 20:42:36.396 INFO O| Aug 08 20:42:36.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4715 | 2024-08-08T20:42:37.640Z | [ recovery-image] Aug 08 20:42:36.396 INFO O| Aug 08 20:42:36.396 INFO STEP 300 (remove_files) COMPLETE |
4716 | 2024-08-08T20:42:37.640Z | [ recovery-image] Aug 08 20:42:36.396 INFO O| Aug 08 20:42:36.396 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-08-08T20:42:37.645Z | [ host-image] Aug 08 20:42:36.401 INFO O| Aug 08 20:42:36.401 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4718 | 2024-08-08T20:42:37.650Z | [ recovery-image] Aug 08 20:42:36.406 INFO O| Aug 08 20:42:36.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4719 | 2024-08-08T20:42:37.653Z | [ recovery-image] Aug 08 20:42:36.406 INFO O| Aug 08 20:42:36.406 INFO STEP 301 (remove_files) COMPLETE |
4720 | 2024-08-08T20:42:37.653Z | [ recovery-image] Aug 08 20:42:36.406 INFO O| Aug 08 20:42:36.406 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-08-08T20:42:37.661Z | [ recovery-image] Aug 08 20:42:36.416 INFO O| Aug 08 20:42:36.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4722 | 2024-08-08T20:42:37.663Z | [ recovery-image] Aug 08 20:42:36.416 INFO O| Aug 08 20:42:36.416 INFO STEP 302 (remove_files) COMPLETE |
4723 | 2024-08-08T20:42:37.664Z | [ recovery-image] Aug 08 20:42:36.416 INFO O| Aug 08 20:42:36.416 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-08-08T20:42:37.670Z | [ recovery-image] Aug 08 20:42:36.426 INFO O| Aug 08 20:42:36.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4725 | 2024-08-08T20:42:37.670Z | [ recovery-image] Aug 08 20:42:36.426 INFO O| Aug 08 20:42:36.426 INFO STEP 303 (remove_files) COMPLETE |
4726 | 2024-08-08T20:42:37.670Z | [ recovery-image] Aug 08 20:42:36.426 INFO O| Aug 08 20:42:36.426 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-08-08T20:42:37.680Z | [ recovery-image] Aug 08 20:42:36.436 INFO O| Aug 08 20:42:36.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4728 | 2024-08-08T20:42:37.680Z | [ recovery-image] Aug 08 20:42:36.436 INFO O| Aug 08 20:42:36.436 INFO STEP 304 (remove_files) COMPLETE |
4729 | 2024-08-08T20:42:37.680Z | [ recovery-image] Aug 08 20:42:36.436 INFO O| Aug 08 20:42:36.436 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-08-08T20:42:37.690Z | [ recovery-image] Aug 08 20:42:36.446 INFO O| Aug 08 20:42:36.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4731 | 2024-08-08T20:42:37.690Z | [ recovery-image] Aug 08 20:42:36.446 INFO O| Aug 08 20:42:36.446 INFO STEP 305 (remove_files) COMPLETE |
4732 | 2024-08-08T20:42:37.693Z | [ recovery-image] Aug 08 20:42:36.446 INFO O| Aug 08 20:42:36.446 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-08-08T20:42:37.700Z | [ recovery-image] Aug 08 20:42:36.456 INFO O| Aug 08 20:42:36.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4734 | 2024-08-08T20:42:37.700Z | [ recovery-image] Aug 08 20:42:36.456 INFO O| Aug 08 20:42:36.456 INFO STEP 306 (remove_files) COMPLETE |
4735 | 2024-08-08T20:42:37.700Z | [ recovery-image] Aug 08 20:42:36.456 INFO O| Aug 08 20:42:36.456 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-08-08T20:42:37.710Z | [ recovery-image] Aug 08 20:42:36.466 INFO O| Aug 08 20:42:36.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4737 | 2024-08-08T20:42:37.710Z | [ recovery-image] Aug 08 20:42:36.466 INFO O| Aug 08 20:42:36.466 INFO STEP 307 (remove_files) COMPLETE |
4738 | 2024-08-08T20:42:37.710Z | [ recovery-image] Aug 08 20:42:36.466 INFO O| Aug 08 20:42:36.466 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-08-08T20:42:37.720Z | [ recovery-image] Aug 08 20:42:36.476 INFO O| Aug 08 20:42:36.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4740 | 2024-08-08T20:42:37.722Z | [ recovery-image] Aug 08 20:42:36.476 INFO O| Aug 08 20:42:36.476 INFO STEP 308 (remove_files) COMPLETE |
4741 | 2024-08-08T20:42:37.723Z | [ recovery-image] Aug 08 20:42:36.476 INFO O| Aug 08 20:42:36.476 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-08-08T20:42:37.731Z | [ recovery-image] Aug 08 20:42:36.486 INFO O| Aug 08 20:42:36.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4743 | 2024-08-08T20:42:37.731Z | [ recovery-image] Aug 08 20:42:36.486 INFO O| Aug 08 20:42:36.486 INFO STEP 309 (remove_files) COMPLETE |
4744 | 2024-08-08T20:42:37.734Z | [ recovery-image] Aug 08 20:42:36.486 INFO O| Aug 08 20:42:36.486 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-08-08T20:42:37.740Z | [ recovery-image] Aug 08 20:42:36.495 INFO O| Aug 08 20:42:36.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4746 | 2024-08-08T20:42:37.740Z | [ recovery-image] Aug 08 20:42:36.496 INFO O| Aug 08 20:42:36.496 INFO STEP 310 (remove_files) COMPLETE |
4747 | 2024-08-08T20:42:37.742Z | [ recovery-image] Aug 08 20:42:36.496 INFO O| Aug 08 20:42:36.496 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-08-08T20:42:37.750Z | [ recovery-image] Aug 08 20:42:36.506 INFO O| Aug 08 20:42:36.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4749 | 2024-08-08T20:42:37.750Z | [ recovery-image] Aug 08 20:42:36.506 INFO O| Aug 08 20:42:36.506 INFO STEP 311 (remove_files) COMPLETE |
4750 | 2024-08-08T20:42:37.750Z | [ recovery-image] Aug 08 20:42:36.506 INFO O| Aug 08 20:42:36.506 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-08-08T20:42:37.763Z | [ recovery-image] Aug 08 20:42:36.518 INFO O| Aug 08 20:42:36.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4752 | 2024-08-08T20:42:37.763Z | [ recovery-image] Aug 08 20:42:36.518 INFO O| Aug 08 20:42:36.518 INFO STEP 312 (remove_files) COMPLETE |
4753 | 2024-08-08T20:42:37.763Z | [ recovery-image] Aug 08 20:42:36.518 INFO O| Aug 08 20:42:36.518 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-08-08T20:42:37.774Z | [ recovery-image] Aug 08 20:42:36.530 INFO O| Aug 08 20:42:36.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4755 | 2024-08-08T20:42:37.776Z | [ recovery-image] Aug 08 20:42:36.530 INFO O| Aug 08 20:42:36.530 INFO STEP 313 (remove_files) COMPLETE |
4756 | 2024-08-08T20:42:37.777Z | [ recovery-image] Aug 08 20:42:36.530 INFO O| Aug 08 20:42:36.530 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-08-08T20:42:37.784Z | [ recovery-image] Aug 08 20:42:36.540 INFO O| Aug 08 20:42:36.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4758 | 2024-08-08T20:42:37.787Z | [ recovery-image] Aug 08 20:42:36.540 INFO O| Aug 08 20:42:36.540 INFO STEP 314 (remove_files) COMPLETE |
4759 | 2024-08-08T20:42:37.787Z | [ recovery-image] Aug 08 20:42:36.540 INFO O| Aug 08 20:42:36.540 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-08-08T20:42:37.803Z | [ recovery-image] Aug 08 20:42:36.550 INFO O| Aug 08 20:42:36.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4761 | 2024-08-08T20:42:37.803Z | [ recovery-image] Aug 08 20:42:36.550 INFO O| Aug 08 20:42:36.550 INFO STEP 315 (remove_files) COMPLETE |
4762 | 2024-08-08T20:42:37.803Z | [ recovery-image] Aug 08 20:42:36.550 INFO O| Aug 08 20:42:36.550 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-08-08T20:42:37.806Z | [ recovery-image] Aug 08 20:42:36.561 INFO O| Aug 08 20:42:36.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4764 | 2024-08-08T20:42:37.806Z | [ recovery-image] Aug 08 20:42:36.561 INFO O| Aug 08 20:42:36.561 INFO STEP 316 (remove_files) COMPLETE |
4765 | 2024-08-08T20:42:37.806Z | [ recovery-image] Aug 08 20:42:36.561 INFO O| Aug 08 20:42:36.561 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-08-08T20:42:37.815Z | [ recovery-image] Aug 08 20:42:36.571 INFO O| Aug 08 20:42:36.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4767 | 2024-08-08T20:42:37.815Z | [ recovery-image] Aug 08 20:42:36.571 INFO O| Aug 08 20:42:36.571 INFO STEP 317 (remove_files) COMPLETE |
4768 | 2024-08-08T20:42:37.815Z | [ recovery-image] Aug 08 20:42:36.571 INFO O| Aug 08 20:42:36.571 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-08-08T20:42:37.825Z | [ recovery-image] Aug 08 20:42:36.581 INFO O| Aug 08 20:42:36.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4770 | 2024-08-08T20:42:37.825Z | [ recovery-image] Aug 08 20:42:36.581 INFO O| Aug 08 20:42:36.581 INFO STEP 318 (remove_files) COMPLETE |
4771 | 2024-08-08T20:42:37.827Z | [ recovery-image] Aug 08 20:42:36.581 INFO O| Aug 08 20:42:36.581 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-08-08T20:42:37.835Z | [ recovery-image] Aug 08 20:42:36.590 INFO O| Aug 08 20:42:36.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4773 | 2024-08-08T20:42:37.835Z | [ recovery-image] Aug 08 20:42:36.590 INFO O| Aug 08 20:42:36.590 INFO STEP 319 (remove_files) COMPLETE |
4774 | 2024-08-08T20:42:37.837Z | [ recovery-image] Aug 08 20:42:36.590 INFO O| Aug 08 20:42:36.590 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-08-08T20:42:37.844Z | [ recovery-image] Aug 08 20:42:36.600 INFO O| Aug 08 20:42:36.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4776 | 2024-08-08T20:42:37.844Z | [ recovery-image] Aug 08 20:42:36.600 INFO O| Aug 08 20:42:36.600 INFO STEP 320 (remove_files) COMPLETE |
4777 | 2024-08-08T20:42:37.846Z | [ recovery-image] Aug 08 20:42:36.600 INFO O| Aug 08 20:42:36.600 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-08-08T20:42:37.854Z | [ recovery-image] Aug 08 20:42:36.610 INFO O| Aug 08 20:42:36.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4779 | 2024-08-08T20:42:37.854Z | [ recovery-image] Aug 08 20:42:36.610 INFO O| Aug 08 20:42:36.610 INFO STEP 321 (remove_files) COMPLETE |
4780 | 2024-08-08T20:42:37.856Z | [ recovery-image] Aug 08 20:42:36.610 INFO O| Aug 08 20:42:36.610 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-08-08T20:42:37.864Z | [ recovery-image] Aug 08 20:42:36.620 INFO O| Aug 08 20:42:36.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4782 | 2024-08-08T20:42:37.864Z | [ recovery-image] Aug 08 20:42:36.620 INFO O| Aug 08 20:42:36.620 INFO STEP 322 (remove_files) COMPLETE |
4783 | 2024-08-08T20:42:37.866Z | [ recovery-image] Aug 08 20:42:36.620 INFO O| Aug 08 20:42:36.620 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-08-08T20:42:37.874Z | [ recovery-image] Aug 08 20:42:36.630 INFO O| Aug 08 20:42:36.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4785 | 2024-08-08T20:42:37.876Z | [ recovery-image] Aug 08 20:42:36.630 INFO O| Aug 08 20:42:36.630 INFO STEP 323 (remove_files) COMPLETE |
4786 | 2024-08-08T20:42:37.876Z | [ recovery-image] Aug 08 20:42:36.630 INFO O| Aug 08 20:42:36.630 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-08-08T20:42:37.884Z | [ recovery-image] Aug 08 20:42:36.640 INFO O| Aug 08 20:42:36.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4788 | 2024-08-08T20:42:37.884Z | [ recovery-image] Aug 08 20:42:36.640 INFO O| Aug 08 20:42:36.640 INFO STEP 324 (remove_files) COMPLETE |
4789 | 2024-08-08T20:42:37.887Z | [ recovery-image] Aug 08 20:42:36.640 INFO O| Aug 08 20:42:36.640 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-08-08T20:42:37.894Z | [ recovery-image] Aug 08 20:42:36.650 INFO O| Aug 08 20:42:36.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4791 | 2024-08-08T20:42:37.897Z | [ recovery-image] Aug 08 20:42:36.650 INFO O| Aug 08 20:42:36.650 INFO STEP 325 (remove_files) COMPLETE |
4792 | 2024-08-08T20:42:37.897Z | [ recovery-image] Aug 08 20:42:36.650 INFO O| Aug 08 20:42:36.650 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-08-08T20:42:37.905Z | [ recovery-image] Aug 08 20:42:36.660 INFO O| Aug 08 20:42:36.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4794 | 2024-08-08T20:42:37.905Z | [ recovery-image] Aug 08 20:42:36.660 INFO O| Aug 08 20:42:36.660 INFO STEP 326 (remove_files) COMPLETE |
4795 | 2024-08-08T20:42:37.908Z | [ recovery-image] Aug 08 20:42:36.660 INFO O| Aug 08 20:42:36.660 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-08-08T20:42:37.920Z | [ recovery-image] Aug 08 20:42:36.670 INFO O| Aug 08 20:42:36.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4797 | 2024-08-08T20:42:37.920Z | [ recovery-image] Aug 08 20:42:36.670 INFO O| Aug 08 20:42:36.670 INFO STEP 327 (remove_files) COMPLETE |
4798 | 2024-08-08T20:42:37.920Z | [ recovery-image] Aug 08 20:42:36.670 INFO O| Aug 08 20:42:36.670 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-08-08T20:42:37.925Z | [ recovery-image] Aug 08 20:42:36.681 INFO O| Aug 08 20:42:36.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4800 | 2024-08-08T20:42:37.926Z | [ recovery-image] Aug 08 20:42:36.681 INFO O| Aug 08 20:42:36.681 INFO STEP 328 (remove_files) COMPLETE |
4801 | 2024-08-08T20:42:37.929Z | [ recovery-image] Aug 08 20:42:36.681 INFO O| Aug 08 20:42:36.681 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-08-08T20:42:37.940Z | [ recovery-image] Aug 08 20:42:36.695 INFO O| Aug 08 20:42:36.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4803 | 2024-08-08T20:42:37.940Z | [ recovery-image] Aug 08 20:42:36.695 INFO O| Aug 08 20:42:36.695 INFO STEP 329 (remove_files) COMPLETE |
4804 | 2024-08-08T20:42:37.940Z | [ recovery-image] Aug 08 20:42:36.695 INFO O| Aug 08 20:42:36.695 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-08-08T20:42:37.952Z | [ recovery-image] Aug 08 20:42:36.708 INFO O| Aug 08 20:42:36.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4806 | 2024-08-08T20:42:37.952Z | [ recovery-image] Aug 08 20:42:36.708 INFO O| Aug 08 20:42:36.708 INFO STEP 330 (remove_files) COMPLETE |
4807 | 2024-08-08T20:42:37.952Z | [ recovery-image] Aug 08 20:42:36.708 INFO O| Aug 08 20:42:36.708 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-08-08T20:42:37.964Z | [ recovery-image] Aug 08 20:42:36.720 INFO O| Aug 08 20:42:36.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4809 | 2024-08-08T20:42:37.965Z | [ recovery-image] Aug 08 20:42:36.720 INFO O| Aug 08 20:42:36.720 INFO STEP 331 (remove_files) COMPLETE |
4810 | 2024-08-08T20:42:37.968Z | [ recovery-image] Aug 08 20:42:36.720 INFO O| Aug 08 20:42:36.720 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-08-08T20:42:37.976Z | [ recovery-image] Aug 08 20:42:36.731 INFO O| Aug 08 20:42:36.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4812 | 2024-08-08T20:42:37.976Z | [ recovery-image] Aug 08 20:42:36.731 INFO O| Aug 08 20:42:36.731 INFO STEP 332 (remove_files) COMPLETE |
4813 | 2024-08-08T20:42:37.976Z | [ recovery-image] Aug 08 20:42:36.731 INFO O| Aug 08 20:42:36.731 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-08-08T20:42:37.986Z | [ recovery-image] Aug 08 20:42:36.742 INFO O| Aug 08 20:42:36.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4815 | 2024-08-08T20:42:37.986Z | [ recovery-image] Aug 08 20:42:36.742 INFO O| Aug 08 20:42:36.742 INFO STEP 333 (remove_files) COMPLETE |
4816 | 2024-08-08T20:42:37.989Z | [ recovery-image] Aug 08 20:42:36.742 INFO O| Aug 08 20:42:36.742 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-08-08T20:42:37.998Z | [ recovery-image] Aug 08 20:42:36.753 INFO O| Aug 08 20:42:36.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4818 | 2024-08-08T20:42:37.998Z | [ recovery-image] Aug 08 20:42:36.753 INFO O| Aug 08 20:42:36.753 INFO STEP 334 (remove_files) COMPLETE |
4819 | 2024-08-08T20:42:37.998Z | [ recovery-image] Aug 08 20:42:36.753 INFO O| Aug 08 20:42:36.753 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-08-08T20:42:38.008Z | [ recovery-image] Aug 08 20:42:36.763 INFO O| Aug 08 20:42:36.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4821 | 2024-08-08T20:42:38.011Z | [ recovery-image] Aug 08 20:42:36.764 INFO O| Aug 08 20:42:36.764 INFO STEP 335 (remove_files) COMPLETE |
4822 | 2024-08-08T20:42:38.011Z | [ recovery-image] Aug 08 20:42:36.764 INFO O| Aug 08 20:42:36.764 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-08-08T20:42:38.018Z | [ recovery-image] Aug 08 20:42:36.774 INFO O| Aug 08 20:42:36.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4824 | 2024-08-08T20:42:38.018Z | [ recovery-image] Aug 08 20:42:36.774 INFO O| Aug 08 20:42:36.774 INFO STEP 336 (remove_files) COMPLETE |
4825 | 2024-08-08T20:42:38.018Z | [ recovery-image] Aug 08 20:42:36.774 INFO O| Aug 08 20:42:36.774 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-08-08T20:42:38.028Z | [ recovery-image] Aug 08 20:42:36.784 INFO O| Aug 08 20:42:36.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4827 | 2024-08-08T20:42:38.028Z | [ recovery-image] Aug 08 20:42:36.784 INFO O| Aug 08 20:42:36.784 INFO STEP 337 (remove_files) COMPLETE |
4828 | 2024-08-08T20:42:38.031Z | [ recovery-image] Aug 08 20:42:36.784 INFO O| Aug 08 20:42:36.784 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-08-08T20:42:38.038Z | [ recovery-image] Aug 08 20:42:36.793 INFO O| Aug 08 20:42:36.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4830 | 2024-08-08T20:42:38.041Z | [ recovery-image] Aug 08 20:42:36.793 INFO O| Aug 08 20:42:36.793 INFO STEP 338 (remove_files) COMPLETE |
4831 | 2024-08-08T20:42:38.041Z | [ recovery-image] Aug 08 20:42:36.793 INFO O| Aug 08 20:42:36.793 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-08-08T20:42:38.048Z | [ recovery-image] Aug 08 20:42:36.803 INFO O| Aug 08 20:42:36.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4833 | 2024-08-08T20:42:38.048Z | [ recovery-image] Aug 08 20:42:36.803 INFO O| Aug 08 20:42:36.803 INFO STEP 339 (remove_files) COMPLETE |
4834 | 2024-08-08T20:42:38.051Z | [ recovery-image] Aug 08 20:42:36.803 INFO O| Aug 08 20:42:36.803 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-08-08T20:42:38.057Z | [ recovery-image] Aug 08 20:42:36.813 INFO O| Aug 08 20:42:36.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4836 | 2024-08-08T20:42:38.057Z | [ recovery-image] Aug 08 20:42:36.813 INFO O| Aug 08 20:42:36.813 INFO STEP 340 (remove_files) COMPLETE |
4837 | 2024-08-08T20:42:38.061Z | [ recovery-image] Aug 08 20:42:36.813 INFO O| Aug 08 20:42:36.813 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-08-08T20:42:38.067Z | [ recovery-image] Aug 08 20:42:36.822 INFO O| Aug 08 20:42:36.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4839 | 2024-08-08T20:42:38.067Z | [ recovery-image] Aug 08 20:42:36.822 INFO O| Aug 08 20:42:36.822 INFO STEP 341 (remove_files) COMPLETE |
4840 | 2024-08-08T20:42:38.067Z | [ recovery-image] Aug 08 20:42:36.822 INFO O| Aug 08 20:42:36.822 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-08-08T20:42:38.077Z | [ recovery-image] Aug 08 20:42:36.833 INFO O| Aug 08 20:42:36.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4842 | 2024-08-08T20:42:38.077Z | [ recovery-image] Aug 08 20:42:36.833 INFO O| Aug 08 20:42:36.833 INFO STEP 342 (remove_files) COMPLETE |
4843 | 2024-08-08T20:42:38.080Z | [ recovery-image] Aug 08 20:42:36.833 INFO O| Aug 08 20:42:36.833 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-08-08T20:42:38.089Z | [ recovery-image] Aug 08 20:42:36.844 INFO O| Aug 08 20:42:36.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4845 | 2024-08-08T20:42:38.090Z | [ recovery-image] Aug 08 20:42:36.844 INFO O| Aug 08 20:42:36.844 INFO STEP 343 (remove_files) COMPLETE |
4846 | 2024-08-08T20:42:38.095Z | [ recovery-image] Aug 08 20:42:36.845 INFO O| Aug 08 20:42:36.844 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-08-08T20:42:38.100Z | [ recovery-image] Aug 08 20:42:36.855 INFO O| Aug 08 20:42:36.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4848 | 2024-08-08T20:42:38.100Z | [ recovery-image] Aug 08 20:42:36.855 INFO O| Aug 08 20:42:36.855 INFO STEP 344 (remove_files) COMPLETE |
4849 | 2024-08-08T20:42:38.100Z | [ recovery-image] Aug 08 20:42:36.855 INFO O| Aug 08 20:42:36.855 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-08-08T20:42:38.111Z | [ recovery-image] Aug 08 20:42:36.866 INFO O| Aug 08 20:42:36.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4851 | 2024-08-08T20:42:38.114Z | [ recovery-image] Aug 08 20:42:36.866 INFO O| Aug 08 20:42:36.866 INFO STEP 345 (remove_files) COMPLETE |
4852 | 2024-08-08T20:42:38.114Z | [ recovery-image] Aug 08 20:42:36.866 INFO O| Aug 08 20:42:36.866 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-08-08T20:42:38.121Z | [ recovery-image] Aug 08 20:42:36.876 INFO O| Aug 08 20:42:36.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4854 | 2024-08-08T20:42:38.125Z | [ recovery-image] Aug 08 20:42:36.877 INFO O| Aug 08 20:42:36.877 INFO STEP 346 (remove_files) COMPLETE |
4855 | 2024-08-08T20:42:38.125Z | [ recovery-image] Aug 08 20:42:36.877 INFO O| Aug 08 20:42:36.877 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-08-08T20:42:38.133Z | [ recovery-image] Aug 08 20:42:36.887 INFO O| Aug 08 20:42:36.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4857 | 2024-08-08T20:42:38.136Z | [ recovery-image] Aug 08 20:42:36.887 INFO O| Aug 08 20:42:36.887 INFO STEP 347 (remove_files) COMPLETE |
4858 | 2024-08-08T20:42:38.136Z | [ recovery-image] Aug 08 20:42:36.887 INFO O| Aug 08 20:42:36.887 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-08-08T20:42:38.142Z | [ recovery-image] Aug 08 20:42:36.898 INFO O| Aug 08 20:42:36.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4860 | 2024-08-08T20:42:38.142Z | [ recovery-image] Aug 08 20:42:36.898 INFO O| Aug 08 20:42:36.898 INFO STEP 348 (remove_files) COMPLETE |
4861 | 2024-08-08T20:42:38.142Z | [ recovery-image] Aug 08 20:42:36.898 INFO O| Aug 08 20:42:36.898 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-08-08T20:42:38.152Z | [ recovery-image] Aug 08 20:42:36.908 INFO O| Aug 08 20:42:36.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4863 | 2024-08-08T20:42:38.152Z | [ recovery-image] Aug 08 20:42:36.908 INFO O| Aug 08 20:42:36.908 INFO STEP 349 (remove_files) COMPLETE |
4864 | 2024-08-08T20:42:38.152Z | [ recovery-image] Aug 08 20:42:36.908 INFO O| Aug 08 20:42:36.908 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-08-08T20:42:38.162Z | [ recovery-image] Aug 08 20:42:36.917 INFO O| Aug 08 20:42:36.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4866 | 2024-08-08T20:42:38.162Z | [ recovery-image] Aug 08 20:42:36.918 INFO O| Aug 08 20:42:36.918 INFO STEP 350 (remove_files) COMPLETE |
4867 | 2024-08-08T20:42:38.165Z | [ recovery-image] Aug 08 20:42:36.918 INFO O| Aug 08 20:42:36.918 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-08-08T20:42:38.171Z | [ recovery-image] Aug 08 20:42:36.927 INFO O| Aug 08 20:42:36.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4869 | 2024-08-08T20:42:38.171Z | [ recovery-image] Aug 08 20:42:36.927 INFO O| Aug 08 20:42:36.927 INFO STEP 351 (remove_files) COMPLETE |
4870 | 2024-08-08T20:42:38.171Z | [ recovery-image] Aug 08 20:42:36.927 INFO O| Aug 08 20:42:36.927 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-08-08T20:42:38.181Z | [ recovery-image] Aug 08 20:42:36.936 INFO O| Aug 08 20:42:36.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4872 | 2024-08-08T20:42:38.181Z | [ recovery-image] Aug 08 20:42:36.937 INFO O| Aug 08 20:42:36.937 INFO STEP 352 (remove_files) COMPLETE |
4873 | 2024-08-08T20:42:38.184Z | [ recovery-image] Aug 08 20:42:36.937 INFO O| Aug 08 20:42:36.937 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-08-08T20:42:38.191Z | [ recovery-image] Aug 08 20:42:36.946 INFO O| Aug 08 20:42:36.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4875 | 2024-08-08T20:42:38.191Z | [ recovery-image] Aug 08 20:42:36.946 INFO O| Aug 08 20:42:36.946 INFO STEP 353 (remove_files) COMPLETE |
4876 | 2024-08-08T20:42:38.193Z | [ recovery-image] Aug 08 20:42:36.946 INFO O| Aug 08 20:42:36.946 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-08-08T20:42:38.200Z | [ recovery-image] Aug 08 20:42:36.956 INFO O| Aug 08 20:42:36.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4878 | 2024-08-08T20:42:38.203Z | [ recovery-image] Aug 08 20:42:36.956 INFO O| Aug 08 20:42:36.956 INFO STEP 354 (remove_files) COMPLETE |
4879 | 2024-08-08T20:42:38.203Z | [ recovery-image] Aug 08 20:42:36.956 INFO O| Aug 08 20:42:36.956 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-08-08T20:42:38.210Z | [ recovery-image] Aug 08 20:42:36.965 INFO O| Aug 08 20:42:36.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4881 | 2024-08-08T20:42:38.215Z | [ recovery-image] Aug 08 20:42:36.965 INFO O| Aug 08 20:42:36.965 INFO STEP 355 (remove_files) COMPLETE |
4882 | 2024-08-08T20:42:38.215Z | [ recovery-image] Aug 08 20:42:36.965 INFO O| Aug 08 20:42:36.965 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-08-08T20:42:38.221Z | [ recovery-image] Aug 08 20:42:36.975 INFO O| Aug 08 20:42:36.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4884 | 2024-08-08T20:42:38.221Z | [ recovery-image] Aug 08 20:42:36.975 INFO O| Aug 08 20:42:36.975 INFO STEP 356 (remove_files) COMPLETE |
4885 | 2024-08-08T20:42:38.224Z | [ recovery-image] Aug 08 20:42:36.975 INFO O| Aug 08 20:42:36.975 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-08-08T20:42:38.228Z | [ recovery-image] Aug 08 20:42:36.984 INFO O| Aug 08 20:42:36.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4887 | 2024-08-08T20:42:38.228Z | [ recovery-image] Aug 08 20:42:36.984 INFO O| Aug 08 20:42:36.984 INFO STEP 357 (remove_files) COMPLETE |
4888 | 2024-08-08T20:42:38.231Z | [ recovery-image] Aug 08 20:42:36.984 INFO O| Aug 08 20:42:36.984 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-08-08T20:42:38.238Z | [ recovery-image] Aug 08 20:42:36.994 INFO O| Aug 08 20:42:36.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4890 | 2024-08-08T20:42:38.238Z | [ recovery-image] Aug 08 20:42:36.994 INFO O| Aug 08 20:42:36.994 INFO STEP 358 (remove_files) COMPLETE |
4891 | 2024-08-08T20:42:38.241Z | [ recovery-image] Aug 08 20:42:36.994 INFO O| Aug 08 20:42:36.994 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-08-08T20:42:38.250Z | [ recovery-image] Aug 08 20:42:37.006 INFO O| Aug 08 20:42:37.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4893 | 2024-08-08T20:42:38.253Z | [ recovery-image] Aug 08 20:42:37.006 INFO O| Aug 08 20:42:37.006 INFO STEP 359 (remove_files) COMPLETE |
4894 | 2024-08-08T20:42:38.253Z | [ recovery-image] Aug 08 20:42:37.006 INFO O| Aug 08 20:42:37.006 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-08-08T20:42:38.262Z | [ recovery-image] Aug 08 20:42:37.017 INFO O| Aug 08 20:42:37.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4896 | 2024-08-08T20:42:38.262Z | [ recovery-image] Aug 08 20:42:37.017 INFO O| Aug 08 20:42:37.017 INFO STEP 360 (remove_files) COMPLETE |
4897 | 2024-08-08T20:42:38.262Z | [ recovery-image] Aug 08 20:42:37.017 INFO O| Aug 08 20:42:37.017 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-08-08T20:42:38.272Z | [ recovery-image] Aug 08 20:42:37.027 INFO O| Aug 08 20:42:37.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4899 | 2024-08-08T20:42:38.272Z | [ recovery-image] Aug 08 20:42:37.027 INFO O| Aug 08 20:42:37.027 INFO STEP 361 (remove_files) COMPLETE |
4900 | 2024-08-08T20:42:38.272Z | [ recovery-image] Aug 08 20:42:37.027 INFO O| Aug 08 20:42:37.027 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-08-08T20:42:38.281Z | [ recovery-image] Aug 08 20:42:37.037 INFO O| Aug 08 20:42:37.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
4902 | 2024-08-08T20:42:38.281Z | [ recovery-image] Aug 08 20:42:37.037 INFO O| Aug 08 20:42:37.037 INFO STEP 362 (remove_files) COMPLETE |
4903 | 2024-08-08T20:42:38.281Z | [ recovery-image] Aug 08 20:42:37.037 INFO O| Aug 08 20:42:37.037 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-08-08T20:42:38.293Z | [ recovery-image] Aug 08 20:42:37.048 INFO O| Aug 08 20:42:37.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
4905 | 2024-08-08T20:42:38.293Z | [ recovery-image] Aug 08 20:42:37.048 INFO O| Aug 08 20:42:37.048 INFO STEP 363 (remove_files) COMPLETE |
4906 | 2024-08-08T20:42:38.296Z | [ recovery-image] Aug 08 20:42:37.048 INFO O| Aug 08 20:42:37.048 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-08-08T20:42:38.302Z | [ recovery-image] Aug 08 20:42:37.058 INFO O| Aug 08 20:42:37.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
4908 | 2024-08-08T20:42:38.305Z | [ recovery-image] Aug 08 20:42:37.058 INFO O| Aug 08 20:42:37.058 INFO STEP 364 (remove_files) COMPLETE |
4909 | 2024-08-08T20:42:38.305Z | [ recovery-image] Aug 08 20:42:37.058 INFO O| Aug 08 20:42:37.058 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-08-08T20:42:38.314Z | [ recovery-image] Aug 08 20:42:37.069 INFO O| Aug 08 20:42:37.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
4911 | 2024-08-08T20:42:38.314Z | [ recovery-image] Aug 08 20:42:37.069 INFO O| Aug 08 20:42:37.069 INFO STEP 365 (remove_files) COMPLETE |
4912 | 2024-08-08T20:42:38.314Z | [ recovery-image] Aug 08 20:42:37.070 INFO O| Aug 08 20:42:37.069 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-08-08T20:42:38.324Z | [ recovery-image] Aug 08 20:42:37.079 INFO O| Aug 08 20:42:37.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
4914 | 2024-08-08T20:42:38.324Z | [ recovery-image] Aug 08 20:42:37.079 INFO O| Aug 08 20:42:37.079 INFO STEP 366 (remove_files) COMPLETE |
4915 | 2024-08-08T20:42:38.324Z | [ recovery-image] Aug 08 20:42:37.079 INFO O| Aug 08 20:42:37.079 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-08-08T20:42:38.335Z | [ recovery-image] Aug 08 20:42:37.089 INFO O| Aug 08 20:42:37.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
4917 | 2024-08-08T20:42:38.335Z | [ recovery-image] Aug 08 20:42:37.089 INFO O| Aug 08 20:42:37.089 INFO STEP 367 (remove_files) COMPLETE |
4918 | 2024-08-08T20:42:38.335Z | [ recovery-image] Aug 08 20:42:37.089 INFO O| Aug 08 20:42:37.089 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-08-08T20:42:38.344Z | [ recovery-image] Aug 08 20:42:37.099 INFO O| Aug 08 20:42:37.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
4920 | 2024-08-08T20:42:38.344Z | [ recovery-image] Aug 08 20:42:37.099 INFO O| Aug 08 20:42:37.099 INFO STEP 368 (remove_files) COMPLETE |
4921 | 2024-08-08T20:42:38.347Z | [ recovery-image] Aug 08 20:42:37.099 INFO O| Aug 08 20:42:37.099 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-08-08T20:42:38.356Z | [ recovery-image] Aug 08 20:42:37.111 INFO O| Aug 08 20:42:37.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
4923 | 2024-08-08T20:42:38.356Z | [ recovery-image] Aug 08 20:42:37.112 INFO O| Aug 08 20:42:37.112 INFO STEP 369 (remove_files) COMPLETE |
4924 | 2024-08-08T20:42:38.356Z | [ recovery-image] Aug 08 20:42:37.112 INFO O| Aug 08 20:42:37.112 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-08-08T20:42:38.368Z | [ recovery-image] Aug 08 20:42:37.123 INFO O| Aug 08 20:42:37.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
4926 | 2024-08-08T20:42:38.368Z | [ recovery-image] Aug 08 20:42:37.123 INFO O| Aug 08 20:42:37.123 INFO STEP 370 (remove_files) COMPLETE |
4927 | 2024-08-08T20:42:38.372Z | [ recovery-image] Aug 08 20:42:37.123 INFO O| Aug 08 20:42:37.123 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-08-08T20:42:38.379Z | [ recovery-image] Aug 08 20:42:37.134 INFO O| Aug 08 20:42:37.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
4929 | 2024-08-08T20:42:38.379Z | [ recovery-image] Aug 08 20:42:37.134 INFO O| Aug 08 20:42:37.134 INFO STEP 371 (remove_files) COMPLETE |
4930 | 2024-08-08T20:42:38.379Z | [ recovery-image] Aug 08 20:42:37.134 INFO O| Aug 08 20:42:37.134 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-08-08T20:42:38.390Z | [ recovery-image] Aug 08 20:42:37.146 INFO O| Aug 08 20:42:37.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
4932 | 2024-08-08T20:42:38.391Z | [ recovery-image] Aug 08 20:42:37.146 INFO O| Aug 08 20:42:37.146 INFO STEP 372 (remove_files) COMPLETE |
4933 | 2024-08-08T20:42:38.391Z | [ recovery-image] Aug 08 20:42:37.146 INFO O| Aug 08 20:42:37.146 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-08-08T20:42:38.402Z | [ recovery-image] Aug 08 20:42:37.157 INFO O| Aug 08 20:42:37.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
4935 | 2024-08-08T20:42:38.402Z | [ recovery-image] Aug 08 20:42:37.158 INFO O| Aug 08 20:42:37.158 INFO STEP 373 (remove_files) COMPLETE |
4936 | 2024-08-08T20:42:38.405Z | [ recovery-image] Aug 08 20:42:37.158 INFO O| Aug 08 20:42:37.158 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-08-08T20:42:38.413Z | [ recovery-image] Aug 08 20:42:37.168 INFO O| Aug 08 20:42:37.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
4938 | 2024-08-08T20:42:38.413Z | [ recovery-image] Aug 08 20:42:37.168 INFO O| Aug 08 20:42:37.168 INFO STEP 374 (remove_files) COMPLETE |
4939 | 2024-08-08T20:42:38.415Z | [ recovery-image] Aug 08 20:42:37.168 INFO O| Aug 08 20:42:37.168 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-08-08T20:42:38.423Z | [ recovery-image] Aug 08 20:42:37.178 INFO O| Aug 08 20:42:37.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
4941 | 2024-08-08T20:42:38.423Z | [ recovery-image] Aug 08 20:42:37.179 INFO O| Aug 08 20:42:37.178 INFO STEP 375 (remove_files) COMPLETE |
4942 | 2024-08-08T20:42:38.423Z | [ recovery-image] Aug 08 20:42:37.179 INFO O| Aug 08 20:42:37.179 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-08-08T20:42:38.433Z | [ recovery-image] Aug 08 20:42:37.188 INFO O| Aug 08 20:42:37.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
4944 | 2024-08-08T20:42:38.433Z | [ recovery-image] Aug 08 20:42:37.188 INFO O| Aug 08 20:42:37.188 INFO STEP 376 (remove_files) COMPLETE |
4945 | 2024-08-08T20:42:38.436Z | [ recovery-image] Aug 08 20:42:37.188 INFO O| Aug 08 20:42:37.188 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-08-08T20:42:38.442Z | [ recovery-image] Aug 08 20:42:37.198 INFO O| Aug 08 20:42:37.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
4947 | 2024-08-08T20:42:38.446Z | [ recovery-image] Aug 08 20:42:37.198 INFO O| Aug 08 20:42:37.198 INFO STEP 377 (remove_files) COMPLETE |
4948 | 2024-08-08T20:42:38.446Z | [ recovery-image] Aug 08 20:42:37.198 INFO O| Aug 08 20:42:37.198 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-08-08T20:42:38.452Z | [ recovery-image] Aug 08 20:42:37.208 INFO O| Aug 08 20:42:37.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
4950 | 2024-08-08T20:42:38.452Z | [ recovery-image] Aug 08 20:42:37.208 INFO O| Aug 08 20:42:37.208 INFO STEP 378 (remove_files) COMPLETE |
4951 | 2024-08-08T20:42:38.455Z | [ recovery-image] Aug 08 20:42:37.208 INFO O| Aug 08 20:42:37.208 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-08-08T20:42:38.462Z | [ recovery-image] Aug 08 20:42:37.217 INFO O| Aug 08 20:42:37.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
4953 | 2024-08-08T20:42:38.462Z | [ recovery-image] Aug 08 20:42:37.217 INFO O| Aug 08 20:42:37.217 INFO STEP 379 (remove_files) COMPLETE |
4954 | 2024-08-08T20:42:38.465Z | [ recovery-image] Aug 08 20:42:37.218 INFO O| Aug 08 20:42:37.217 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-08-08T20:42:38.472Z | [ recovery-image] Aug 08 20:42:37.227 INFO O| Aug 08 20:42:37.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
4956 | 2024-08-08T20:42:38.472Z | [ recovery-image] Aug 08 20:42:37.227 INFO O| Aug 08 20:42:37.227 INFO STEP 380 (remove_files) COMPLETE |
4957 | 2024-08-08T20:42:38.475Z | [ recovery-image] Aug 08 20:42:37.227 INFO O| Aug 08 20:42:37.227 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-08-08T20:42:38.482Z | [ recovery-image] Aug 08 20:42:37.237 INFO O| Aug 08 20:42:37.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
4959 | 2024-08-08T20:42:38.482Z | [ recovery-image] Aug 08 20:42:37.237 INFO O| Aug 08 20:42:37.237 INFO STEP 381 (remove_files) COMPLETE |
4960 | 2024-08-08T20:42:38.482Z | [ recovery-image] Aug 08 20:42:37.237 INFO O| Aug 08 20:42:37.237 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-08-08T20:42:38.492Z | [ recovery-image] Aug 08 20:42:37.247 INFO O| Aug 08 20:42:37.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
4962 | 2024-08-08T20:42:38.494Z | [ recovery-image] Aug 08 20:42:37.247 INFO O| Aug 08 20:42:37.247 INFO STEP 382 (remove_files) COMPLETE |
4963 | 2024-08-08T20:42:38.494Z | [ recovery-image] Aug 08 20:42:37.247 INFO O| Aug 08 20:42:37.247 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-08-08T20:42:38.501Z | [ recovery-image] Aug 08 20:42:37.257 INFO O| Aug 08 20:42:37.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
4965 | 2024-08-08T20:42:38.504Z | [ recovery-image] Aug 08 20:42:37.257 INFO O| Aug 08 20:42:37.257 INFO STEP 383 (remove_files) COMPLETE |
4966 | 2024-08-08T20:42:38.504Z | [ recovery-image] Aug 08 20:42:37.257 INFO O| Aug 08 20:42:37.257 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-08-08T20:42:38.512Z | [ recovery-image] Aug 08 20:42:37.266 INFO O| Aug 08 20:42:37.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
4968 | 2024-08-08T20:42:38.512Z | [ recovery-image] Aug 08 20:42:37.267 INFO O| Aug 08 20:42:37.267 INFO STEP 384 (remove_files) COMPLETE |
4969 | 2024-08-08T20:42:38.515Z | [ recovery-image] Aug 08 20:42:37.267 INFO O| Aug 08 20:42:37.267 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-08-08T20:42:38.522Z | [ recovery-image] Aug 08 20:42:37.277 INFO O| Aug 08 20:42:37.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
4971 | 2024-08-08T20:42:38.526Z | [ recovery-image] Aug 08 20:42:37.277 INFO O| Aug 08 20:42:37.277 INFO STEP 385 (remove_files) COMPLETE |
4972 | 2024-08-08T20:42:38.526Z | [ recovery-image] Aug 08 20:42:37.277 INFO O| Aug 08 20:42:37.277 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-08-08T20:42:38.532Z | [ recovery-image] Aug 08 20:42:37.286 INFO O| Aug 08 20:42:37.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
4974 | 2024-08-08T20:42:38.535Z | [ recovery-image] Aug 08 20:42:37.286 INFO O| Aug 08 20:42:37.286 INFO STEP 386 (remove_files) COMPLETE |
4975 | 2024-08-08T20:42:38.535Z | [ recovery-image] Aug 08 20:42:37.287 INFO O| Aug 08 20:42:37.286 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-08-08T20:42:38.541Z | [ recovery-image] Aug 08 20:42:37.296 INFO O| Aug 08 20:42:37.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
4977 | 2024-08-08T20:42:38.541Z | [ recovery-image] Aug 08 20:42:37.296 INFO O| Aug 08 20:42:37.296 INFO STEP 387 (remove_files) COMPLETE |
4978 | 2024-08-08T20:42:38.544Z | [ recovery-image] Aug 08 20:42:37.296 INFO O| Aug 08 20:42:37.296 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-08-08T20:42:38.551Z | [ recovery-image] Aug 08 20:42:37.306 INFO O| Aug 08 20:42:37.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
4980 | 2024-08-08T20:42:38.551Z | [ recovery-image] Aug 08 20:42:37.306 INFO O| Aug 08 20:42:37.306 INFO STEP 388 (remove_files) COMPLETE |
4981 | 2024-08-08T20:42:38.554Z | [ recovery-image] Aug 08 20:42:37.306 INFO O| Aug 08 20:42:37.306 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-08-08T20:42:38.561Z | [ recovery-image] Aug 08 20:42:37.316 INFO O| Aug 08 20:42:37.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
4983 | 2024-08-08T20:42:38.564Z | [ recovery-image] Aug 08 20:42:37.316 INFO O| Aug 08 20:42:37.316 INFO STEP 389 (remove_files) COMPLETE |
4984 | 2024-08-08T20:42:38.564Z | [ recovery-image] Aug 08 20:42:37.316 INFO O| Aug 08 20:42:37.316 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-08-08T20:42:38.570Z | [ recovery-image] Aug 08 20:42:37.326 INFO O| Aug 08 20:42:37.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
4986 | 2024-08-08T20:42:38.570Z | [ recovery-image] Aug 08 20:42:37.326 INFO O| Aug 08 20:42:37.326 INFO STEP 390 (remove_files) COMPLETE |
4987 | 2024-08-08T20:42:38.570Z | [ recovery-image] Aug 08 20:42:37.326 INFO O| Aug 08 20:42:37.326 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-08-08T20:42:38.582Z | [ recovery-image] Aug 08 20:42:37.337 INFO O| Aug 08 20:42:37.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
4989 | 2024-08-08T20:42:38.582Z | [ recovery-image] Aug 08 20:42:37.337 INFO O| Aug 08 20:42:37.337 INFO STEP 391 (remove_files) COMPLETE |
4990 | 2024-08-08T20:42:38.585Z | [ recovery-image] Aug 08 20:42:37.337 INFO O| Aug 08 20:42:37.337 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-08-08T20:42:38.593Z | [ recovery-image] Aug 08 20:42:37.349 INFO O| Aug 08 20:42:37.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
4992 | 2024-08-08T20:42:38.596Z | [ recovery-image] Aug 08 20:42:37.349 INFO O| Aug 08 20:42:37.349 INFO STEP 392 (remove_files) COMPLETE |
4993 | 2024-08-08T20:42:38.596Z | [ recovery-image] Aug 08 20:42:37.349 INFO O| Aug 08 20:42:37.349 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-08-08T20:42:38.603Z | [ recovery-image] Aug 08 20:42:37.358 INFO O| Aug 08 20:42:37.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
4995 | 2024-08-08T20:42:38.603Z | [ recovery-image] Aug 08 20:42:37.358 INFO O| Aug 08 20:42:37.358 INFO STEP 393 (remove_files) COMPLETE |
4996 | 2024-08-08T20:42:38.603Z | [ recovery-image] Aug 08 20:42:37.359 INFO O| Aug 08 20:42:37.358 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-08-08T20:42:38.613Z | [ recovery-image] Aug 08 20:42:37.368 INFO O| Aug 08 20:42:37.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
4998 | 2024-08-08T20:42:38.613Z | [ recovery-image] Aug 08 20:42:37.368 INFO O| Aug 08 20:42:37.368 INFO STEP 394 (remove_files) COMPLETE |
4999 | 2024-08-08T20:42:38.616Z | [ recovery-image] Aug 08 20:42:37.368 INFO O| Aug 08 20:42:37.368 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-08-08T20:42:38.624Z | [ recovery-image] Aug 08 20:42:37.379 INFO O| Aug 08 20:42:37.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5001 | 2024-08-08T20:42:38.624Z | [ recovery-image] Aug 08 20:42:37.379 INFO O| Aug 08 20:42:37.379 INFO STEP 395 (remove_files) COMPLETE |
5002 | 2024-08-08T20:42:38.624Z | [ recovery-image] Aug 08 20:42:37.379 INFO O| Aug 08 20:42:37.379 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-08-08T20:42:38.635Z | [ recovery-image] Aug 08 20:42:37.389 INFO O| Aug 08 20:42:37.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5004 | 2024-08-08T20:42:38.635Z | [ recovery-image] Aug 08 20:42:37.389 INFO O| Aug 08 20:42:37.389 INFO STEP 396 (remove_files) COMPLETE |
5005 | 2024-08-08T20:42:38.635Z | [ recovery-image] Aug 08 20:42:37.389 INFO O| Aug 08 20:42:37.389 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-08-08T20:42:38.646Z | [ recovery-image] Aug 08 20:42:37.401 INFO O| Aug 08 20:42:37.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5007 | 2024-08-08T20:42:38.646Z | [ recovery-image] Aug 08 20:42:37.401 INFO O| Aug 08 20:42:37.401 INFO STEP 397 (remove_files) COMPLETE |
5008 | 2024-08-08T20:42:38.649Z | [ recovery-image] Aug 08 20:42:37.401 INFO O| Aug 08 20:42:37.401 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-08-08T20:42:38.660Z | [ recovery-image] Aug 08 20:42:37.414 INFO O| Aug 08 20:42:37.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5010 | 2024-08-08T20:42:38.660Z | [ recovery-image] Aug 08 20:42:37.414 INFO O| Aug 08 20:42:37.414 INFO STEP 398 (remove_files) COMPLETE |
5011 | 2024-08-08T20:42:38.663Z | [ recovery-image] Aug 08 20:42:37.414 INFO O| Aug 08 20:42:37.414 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-08-08T20:42:38.670Z | [ recovery-image] Aug 08 20:42:37.425 INFO O| Aug 08 20:42:37.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5013 | 2024-08-08T20:42:38.670Z | [ recovery-image] Aug 08 20:42:37.425 INFO O| Aug 08 20:42:37.425 INFO STEP 399 (remove_files) COMPLETE |
5014 | 2024-08-08T20:42:38.670Z | [ recovery-image] Aug 08 20:42:37.425 INFO O| Aug 08 20:42:37.425 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-08-08T20:42:38.681Z | [ recovery-image] Aug 08 20:42:37.436 INFO O| Aug 08 20:42:37.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5016 | 2024-08-08T20:42:38.681Z | [ recovery-image] Aug 08 20:42:37.436 INFO O| Aug 08 20:42:37.436 INFO STEP 400 (remove_files) COMPLETE |
5017 | 2024-08-08T20:42:38.685Z | [ recovery-image] Aug 08 20:42:37.436 INFO O| Aug 08 20:42:37.436 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-08-08T20:42:38.692Z | [ recovery-image] Aug 08 20:42:37.447 INFO O| Aug 08 20:42:37.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5019 | 2024-08-08T20:42:38.695Z | [ recovery-image] Aug 08 20:42:37.448 INFO O| Aug 08 20:42:37.448 INFO STEP 401 (remove_files) COMPLETE |
5020 | 2024-08-08T20:42:38.695Z | [ recovery-image] Aug 08 20:42:37.448 INFO O| Aug 08 20:42:37.448 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-08-08T20:42:38.704Z | [ recovery-image] Aug 08 20:42:37.460 INFO O| Aug 08 20:42:37.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5022 | 2024-08-08T20:42:38.704Z | [ recovery-image] Aug 08 20:42:37.460 INFO O| Aug 08 20:42:37.460 INFO STEP 402 (remove_files) COMPLETE |
5023 | 2024-08-08T20:42:38.704Z | [ recovery-image] Aug 08 20:42:37.460 INFO O| Aug 08 20:42:37.460 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-08-08T20:42:38.715Z | [ recovery-image] Aug 08 20:42:37.471 INFO O| Aug 08 20:42:37.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5025 | 2024-08-08T20:42:38.715Z | [ recovery-image] Aug 08 20:42:37.471 INFO O| Aug 08 20:42:37.471 INFO STEP 403 (remove_files) COMPLETE |
5026 | 2024-08-08T20:42:38.718Z | [ recovery-image] Aug 08 20:42:37.471 INFO O| Aug 08 20:42:37.471 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-08-08T20:42:38.725Z | [ recovery-image] Aug 08 20:42:37.481 INFO O| Aug 08 20:42:37.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5028 | 2024-08-08T20:42:38.725Z | [ recovery-image] Aug 08 20:42:37.481 INFO O| Aug 08 20:42:37.481 INFO STEP 404 (remove_files) COMPLETE |
5029 | 2024-08-08T20:42:38.730Z | [ recovery-image] Aug 08 20:42:37.481 INFO O| Aug 08 20:42:37.481 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-08-08T20:42:38.735Z | [ recovery-image] Aug 08 20:42:37.491 INFO O| Aug 08 20:42:37.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5031 | 2024-08-08T20:42:38.738Z | [ recovery-image] Aug 08 20:42:37.491 INFO O| Aug 08 20:42:37.491 INFO STEP 405 (remove_files) COMPLETE |
5032 | 2024-08-08T20:42:38.738Z | [ recovery-image] Aug 08 20:42:37.491 INFO O| Aug 08 20:42:37.491 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-08-08T20:42:38.746Z | [ recovery-image] Aug 08 20:42:37.501 INFO O| Aug 08 20:42:37.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5034 | 2024-08-08T20:42:38.749Z | [ recovery-image] Aug 08 20:42:37.501 INFO O| Aug 08 20:42:37.501 INFO STEP 406 (remove_files) COMPLETE |
5035 | 2024-08-08T20:42:38.749Z | [ recovery-image] Aug 08 20:42:37.501 INFO O| Aug 08 20:42:37.501 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2024-08-08T20:42:38.755Z | [ recovery-image] Aug 08 20:42:37.511 INFO O| Aug 08 20:42:37.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5037 | 2024-08-08T20:42:38.758Z | [ recovery-image] Aug 08 20:42:37.511 INFO O| Aug 08 20:42:37.511 INFO STEP 407 (remove_files) COMPLETE |
5038 | 2024-08-08T20:42:38.758Z | [ recovery-image] Aug 08 20:42:37.511 INFO O| Aug 08 20:42:37.511 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-08-08T20:42:38.765Z | [ recovery-image] Aug 08 20:42:37.521 INFO O| Aug 08 20:42:37.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5040 | 2024-08-08T20:42:38.765Z | [ recovery-image] Aug 08 20:42:37.521 INFO O| Aug 08 20:42:37.521 INFO STEP 408 (remove_files) COMPLETE |
5041 | 2024-08-08T20:42:38.768Z | [ recovery-image] Aug 08 20:42:37.521 INFO O| Aug 08 20:42:37.521 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-08-08T20:42:38.775Z | [ recovery-image] Aug 08 20:42:37.530 INFO O| Aug 08 20:42:37.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5043 | 2024-08-08T20:42:38.778Z | [ recovery-image] Aug 08 20:42:37.530 INFO O| Aug 08 20:42:37.530 INFO STEP 409 (remove_files) COMPLETE |
5044 | 2024-08-08T20:42:38.778Z | [ recovery-image] Aug 08 20:42:37.530 INFO O| Aug 08 20:42:37.530 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-08-08T20:42:38.784Z | [ recovery-image] Aug 08 20:42:37.540 INFO O| Aug 08 20:42:37.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5046 | 2024-08-08T20:42:38.787Z | [ recovery-image] Aug 08 20:42:37.540 INFO O| Aug 08 20:42:37.540 INFO STEP 410 (remove_files) COMPLETE |
5047 | 2024-08-08T20:42:38.787Z | [ recovery-image] Aug 08 20:42:37.540 INFO O| Aug 08 20:42:37.540 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-08-08T20:42:38.794Z | [ recovery-image] Aug 08 20:42:37.549 INFO O| Aug 08 20:42:37.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5049 | 2024-08-08T20:42:38.797Z | [ recovery-image] Aug 08 20:42:37.550 INFO O| Aug 08 20:42:37.549 INFO STEP 411 (remove_files) COMPLETE |
5050 | 2024-08-08T20:42:38.797Z | [ recovery-image] Aug 08 20:42:37.550 INFO O| Aug 08 20:42:37.549 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-08-08T20:42:38.803Z | [ recovery-image] Aug 08 20:42:37.559 INFO O| Aug 08 20:42:37.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5052 | 2024-08-08T20:42:38.808Z | [ recovery-image] Aug 08 20:42:37.559 INFO O| Aug 08 20:42:37.559 INFO STEP 412 (remove_files) COMPLETE |
5053 | 2024-08-08T20:42:38.808Z | [ recovery-image] Aug 08 20:42:37.559 INFO O| Aug 08 20:42:37.559 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-08-08T20:42:38.813Z | [ recovery-image] Aug 08 20:42:37.569 INFO O| Aug 08 20:42:37.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5055 | 2024-08-08T20:42:38.813Z | [ recovery-image] Aug 08 20:42:37.569 INFO O| Aug 08 20:42:37.569 INFO STEP 413 (remove_files) COMPLETE |
5056 | 2024-08-08T20:42:38.813Z | [ recovery-image] Aug 08 20:42:37.569 INFO O| Aug 08 20:42:37.569 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-08-08T20:42:38.823Z | [ recovery-image] Aug 08 20:42:37.578 INFO O| Aug 08 20:42:37.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5058 | 2024-08-08T20:42:38.823Z | [ recovery-image] Aug 08 20:42:37.578 INFO O| Aug 08 20:42:37.578 INFO STEP 414 (remove_files) COMPLETE |
5059 | 2024-08-08T20:42:38.826Z | [ recovery-image] Aug 08 20:42:37.578 INFO O| Aug 08 20:42:37.578 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-08-08T20:42:38.832Z | [ recovery-image] Aug 08 20:42:37.588 INFO O| Aug 08 20:42:37.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5061 | 2024-08-08T20:42:38.832Z | [ recovery-image] Aug 08 20:42:37.588 INFO O| Aug 08 20:42:37.588 INFO STEP 415 (remove_files) COMPLETE |
5062 | 2024-08-08T20:42:38.832Z | [ recovery-image] Aug 08 20:42:37.588 INFO O| Aug 08 20:42:37.588 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-08-08T20:42:38.842Z | [ recovery-image] Aug 08 20:42:37.597 INFO O| Aug 08 20:42:37.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5064 | 2024-08-08T20:42:38.845Z | [ recovery-image] Aug 08 20:42:37.597 INFO O| Aug 08 20:42:37.597 INFO STEP 416 (remove_files) COMPLETE |
5065 | 2024-08-08T20:42:38.845Z | [ recovery-image] Aug 08 20:42:37.597 INFO O| Aug 08 20:42:37.597 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-08-08T20:42:38.851Z | [ recovery-image] Aug 08 20:42:37.607 INFO O| Aug 08 20:42:37.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5067 | 2024-08-08T20:42:38.851Z | [ recovery-image] Aug 08 20:42:37.607 INFO O| Aug 08 20:42:37.607 INFO STEP 417 (remove_files) COMPLETE |
5068 | 2024-08-08T20:42:38.854Z | [ recovery-image] Aug 08 20:42:37.607 INFO O| Aug 08 20:42:37.607 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-08-08T20:42:38.861Z | [ recovery-image] Aug 08 20:42:37.616 INFO O| Aug 08 20:42:37.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5070 | 2024-08-08T20:42:38.864Z | [ recovery-image] Aug 08 20:42:37.616 INFO O| Aug 08 20:42:37.616 INFO STEP 418 (remove_files) COMPLETE |
5071 | 2024-08-08T20:42:38.864Z | [ recovery-image] Aug 08 20:42:37.616 INFO O| Aug 08 20:42:37.616 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-08-08T20:42:38.870Z | [ recovery-image] Aug 08 20:42:37.626 INFO O| Aug 08 20:42:37.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5073 | 2024-08-08T20:42:38.873Z | [ recovery-image] Aug 08 20:42:37.626 INFO O| Aug 08 20:42:37.626 INFO STEP 419 (remove_files) COMPLETE |
5074 | 2024-08-08T20:42:38.873Z | [ recovery-image] Aug 08 20:42:37.626 INFO O| Aug 08 20:42:37.626 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-08-08T20:42:38.880Z | [ recovery-image] Aug 08 20:42:37.635 INFO O| Aug 08 20:42:37.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5076 | 2024-08-08T20:42:38.880Z | [ recovery-image] Aug 08 20:42:37.635 INFO O| Aug 08 20:42:37.635 INFO STEP 420 (remove_files) COMPLETE |
5077 | 2024-08-08T20:42:38.880Z | [ recovery-image] Aug 08 20:42:37.635 INFO O| Aug 08 20:42:37.635 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-08-08T20:42:38.889Z | [ recovery-image] Aug 08 20:42:37.645 INFO O| Aug 08 20:42:37.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5079 | 2024-08-08T20:42:38.892Z | [ recovery-image] Aug 08 20:42:37.645 INFO O| Aug 08 20:42:37.645 INFO STEP 421 (remove_files) COMPLETE |
5080 | 2024-08-08T20:42:38.892Z | [ recovery-image] Aug 08 20:42:37.645 INFO O| Aug 08 20:42:37.645 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-08-08T20:42:38.899Z | [ recovery-image] Aug 08 20:42:37.654 INFO O| Aug 08 20:42:37.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5082 | 2024-08-08T20:42:38.899Z | [ recovery-image] Aug 08 20:42:37.654 INFO O| Aug 08 20:42:37.654 INFO STEP 422 (remove_files) COMPLETE |
5083 | 2024-08-08T20:42:38.902Z | [ recovery-image] Aug 08 20:42:37.654 INFO O| Aug 08 20:42:37.654 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-08-08T20:42:38.909Z | [ recovery-image] Aug 08 20:42:37.664 INFO O| Aug 08 20:42:37.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5085 | 2024-08-08T20:42:38.909Z | [ recovery-image] Aug 08 20:42:37.664 INFO O| Aug 08 20:42:37.664 INFO STEP 423 (remove_files) COMPLETE |
5086 | 2024-08-08T20:42:38.909Z | [ recovery-image] Aug 08 20:42:37.664 INFO O| Aug 08 20:42:37.664 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-08-08T20:42:38.919Z | [ recovery-image] Aug 08 20:42:37.674 INFO O| Aug 08 20:42:37.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5088 | 2024-08-08T20:42:38.919Z | [ recovery-image] Aug 08 20:42:37.674 INFO O| Aug 08 20:42:37.674 INFO STEP 424 (remove_files) COMPLETE |
5089 | 2024-08-08T20:42:38.921Z | [ recovery-image] Aug 08 20:42:37.674 INFO O| Aug 08 20:42:37.674 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-08-08T20:42:38.928Z | [ recovery-image] Aug 08 20:42:37.683 INFO O| Aug 08 20:42:37.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5091 | 2024-08-08T20:42:38.928Z | [ recovery-image] Aug 08 20:42:37.684 INFO O| Aug 08 20:42:37.683 INFO STEP 425 (remove_files) COMPLETE |
5092 | 2024-08-08T20:42:38.931Z | [ recovery-image] Aug 08 20:42:37.684 INFO O| Aug 08 20:42:37.683 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-08-08T20:42:38.938Z | [ recovery-image] Aug 08 20:42:37.694 INFO O| Aug 08 20:42:37.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5094 | 2024-08-08T20:42:38.938Z | [ recovery-image] Aug 08 20:42:37.694 INFO O| Aug 08 20:42:37.694 INFO STEP 426 (remove_files) COMPLETE |
5095 | 2024-08-08T20:42:38.941Z | [ recovery-image] Aug 08 20:42:37.694 INFO O| Aug 08 20:42:37.694 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-08-08T20:42:38.948Z | [ recovery-image] Aug 08 20:42:37.704 INFO O| Aug 08 20:42:37.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5097 | 2024-08-08T20:42:38.952Z | [ recovery-image] Aug 08 20:42:37.704 INFO O| Aug 08 20:42:37.704 INFO STEP 427 (remove_files) COMPLETE |
5098 | 2024-08-08T20:42:38.952Z | [ recovery-image] Aug 08 20:42:37.704 INFO O| Aug 08 20:42:37.704 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-08-08T20:42:38.960Z | [ recovery-image] Aug 08 20:42:37.714 INFO O| Aug 08 20:42:37.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5100 | 2024-08-08T20:42:38.960Z | [ recovery-image] Aug 08 20:42:37.714 INFO O| Aug 08 20:42:37.714 INFO STEP 428 (remove_files) COMPLETE |
5101 | 2024-08-08T20:42:38.963Z | [ recovery-image] Aug 08 20:42:37.714 INFO O| Aug 08 20:42:37.714 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-08-08T20:42:38.969Z | [ recovery-image] Aug 08 20:42:37.724 INFO O| Aug 08 20:42:37.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5103 | 2024-08-08T20:42:38.972Z | [ recovery-image] Aug 08 20:42:37.724 INFO O| Aug 08 20:42:37.724 INFO STEP 429 (remove_files) COMPLETE |
5104 | 2024-08-08T20:42:38.972Z | [ recovery-image] Aug 08 20:42:37.724 INFO O| Aug 08 20:42:37.724 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-08-08T20:42:38.978Z | [ recovery-image] Aug 08 20:42:37.734 INFO O| Aug 08 20:42:37.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5106 | 2024-08-08T20:42:38.979Z | [ recovery-image] Aug 08 20:42:37.734 INFO O| Aug 08 20:42:37.734 INFO STEP 430 (remove_files) COMPLETE |
5107 | 2024-08-08T20:42:38.981Z | [ recovery-image] Aug 08 20:42:37.734 INFO O| Aug 08 20:42:37.734 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-08-08T20:42:38.988Z | [ recovery-image] Aug 08 20:42:37.744 INFO O| Aug 08 20:42:37.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5109 | 2024-08-08T20:42:38.988Z | [ recovery-image] Aug 08 20:42:37.744 INFO O| Aug 08 20:42:37.744 INFO STEP 431 (remove_files) COMPLETE |
5110 | 2024-08-08T20:42:38.991Z | [ recovery-image] Aug 08 20:42:37.744 INFO O| Aug 08 20:42:37.744 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-08-08T20:42:38.998Z | [ recovery-image] Aug 08 20:42:37.753 INFO O| Aug 08 20:42:37.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5112 | 2024-08-08T20:42:38.998Z | [ recovery-image] Aug 08 20:42:37.753 INFO O| Aug 08 20:42:37.753 INFO STEP 432 (remove_files) COMPLETE |
5113 | 2024-08-08T20:42:39.001Z | [ recovery-image] Aug 08 20:42:37.753 INFO O| Aug 08 20:42:37.753 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-08-08T20:42:39.009Z | [ recovery-image] Aug 08 20:42:37.763 INFO O| Aug 08 20:42:37.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5115 | 2024-08-08T20:42:39.009Z | [ recovery-image] Aug 08 20:42:37.763 INFO O| Aug 08 20:42:37.763 INFO STEP 433 (remove_files) COMPLETE |
5116 | 2024-08-08T20:42:39.012Z | [ recovery-image] Aug 08 20:42:37.763 INFO O| Aug 08 20:42:37.763 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-08-08T20:42:39.017Z | [ recovery-image] Aug 08 20:42:37.772 INFO O| Aug 08 20:42:37.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5118 | 2024-08-08T20:42:39.020Z | [ recovery-image] Aug 08 20:42:37.772 INFO O| Aug 08 20:42:37.772 INFO STEP 434 (remove_files) COMPLETE |
5119 | 2024-08-08T20:42:39.020Z | [ recovery-image] Aug 08 20:42:37.772 INFO O| Aug 08 20:42:37.772 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-08-08T20:42:39.027Z | [ recovery-image] Aug 08 20:42:37.782 INFO O| Aug 08 20:42:37.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5121 | 2024-08-08T20:42:39.027Z | [ recovery-image] Aug 08 20:42:37.782 INFO O| Aug 08 20:42:37.782 INFO STEP 435 (remove_files) COMPLETE |
5122 | 2024-08-08T20:42:39.027Z | [ recovery-image] Aug 08 20:42:37.782 INFO O| Aug 08 20:42:37.782 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-08-08T20:42:39.036Z | [ recovery-image] Aug 08 20:42:37.791 INFO O| Aug 08 20:42:37.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5124 | 2024-08-08T20:42:39.036Z | [ recovery-image] Aug 08 20:42:37.791 INFO O| Aug 08 20:42:37.791 INFO STEP 436 (remove_files) COMPLETE |
5125 | 2024-08-08T20:42:39.039Z | [ recovery-image] Aug 08 20:42:37.791 INFO O| Aug 08 20:42:37.791 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-08-08T20:42:39.046Z | [ recovery-image] Aug 08 20:42:37.801 INFO O| Aug 08 20:42:37.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5127 | 2024-08-08T20:42:39.046Z | [ recovery-image] Aug 08 20:42:37.801 INFO O| Aug 08 20:42:37.801 INFO STEP 437 (remove_files) COMPLETE |
5128 | 2024-08-08T20:42:39.046Z | [ recovery-image] Aug 08 20:42:37.801 INFO O| Aug 08 20:42:37.801 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-08-08T20:42:39.055Z | [ recovery-image] Aug 08 20:42:37.810 INFO O| Aug 08 20:42:37.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5130 | 2024-08-08T20:42:39.058Z | [ recovery-image] Aug 08 20:42:37.810 INFO O| Aug 08 20:42:37.810 INFO STEP 438 (remove_files) COMPLETE |
5131 | 2024-08-08T20:42:39.058Z | [ recovery-image] Aug 08 20:42:37.810 INFO O| Aug 08 20:42:37.810 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-08-08T20:42:39.064Z | [ recovery-image] Aug 08 20:42:37.820 INFO O| Aug 08 20:42:37.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5133 | 2024-08-08T20:42:39.067Z | [ recovery-image] Aug 08 20:42:37.820 INFO O| Aug 08 20:42:37.820 INFO STEP 439 (remove_files) COMPLETE |
5134 | 2024-08-08T20:42:39.067Z | [ recovery-image] Aug 08 20:42:37.820 INFO O| Aug 08 20:42:37.820 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-08-08T20:42:39.074Z | [ recovery-image] Aug 08 20:42:37.829 INFO O| Aug 08 20:42:37.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5136 | 2024-08-08T20:42:39.074Z | [ recovery-image] Aug 08 20:42:37.829 INFO O| Aug 08 20:42:37.829 INFO STEP 440 (remove_files) COMPLETE |
5137 | 2024-08-08T20:42:39.077Z | [ recovery-image] Aug 08 20:42:37.829 INFO O| Aug 08 20:42:37.829 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-08-08T20:42:39.083Z | [ recovery-image] Aug 08 20:42:37.839 INFO O| Aug 08 20:42:37.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5139 | 2024-08-08T20:42:39.087Z | [ recovery-image] Aug 08 20:42:37.839 INFO O| Aug 08 20:42:37.839 INFO STEP 441 (remove_files) COMPLETE |
5140 | 2024-08-08T20:42:39.087Z | [ recovery-image] Aug 08 20:42:37.839 INFO O| Aug 08 20:42:37.839 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-08-08T20:42:39.093Z | [ recovery-image] Aug 08 20:42:37.848 INFO O| Aug 08 20:42:37.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5142 | 2024-08-08T20:42:39.093Z | [ recovery-image] Aug 08 20:42:37.848 INFO O| Aug 08 20:42:37.848 INFO STEP 442 (remove_files) COMPLETE |
5143 | 2024-08-08T20:42:39.096Z | [ recovery-image] Aug 08 20:42:37.848 INFO O| Aug 08 20:42:37.848 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-08-08T20:42:39.102Z | [ recovery-image] Aug 08 20:42:37.858 INFO O| Aug 08 20:42:37.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5145 | 2024-08-08T20:42:39.105Z | [ recovery-image] Aug 08 20:42:37.858 INFO O| Aug 08 20:42:37.858 INFO STEP 443 (remove_files) COMPLETE |
5146 | 2024-08-08T20:42:39.105Z | [ recovery-image] Aug 08 20:42:37.858 INFO O| Aug 08 20:42:37.858 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-08-08T20:42:39.112Z | [ recovery-image] Aug 08 20:42:37.867 INFO O| Aug 08 20:42:37.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5148 | 2024-08-08T20:42:39.112Z | [ recovery-image] Aug 08 20:42:37.867 INFO O| Aug 08 20:42:37.867 INFO STEP 444 (remove_files) COMPLETE |
5149 | 2024-08-08T20:42:39.115Z | [ recovery-image] Aug 08 20:42:37.867 INFO O| Aug 08 20:42:37.867 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-08-08T20:42:39.121Z | [ recovery-image] Aug 08 20:42:37.877 INFO O| Aug 08 20:42:37.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5151 | 2024-08-08T20:42:39.124Z | [ recovery-image] Aug 08 20:42:37.877 INFO O| Aug 08 20:42:37.877 INFO STEP 445 (remove_files) COMPLETE |
5152 | 2024-08-08T20:42:39.124Z | [ recovery-image] Aug 08 20:42:37.877 INFO O| Aug 08 20:42:37.877 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-08-08T20:42:39.131Z | [ recovery-image] Aug 08 20:42:37.886 INFO O| Aug 08 20:42:37.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5154 | 2024-08-08T20:42:39.131Z | [ recovery-image] Aug 08 20:42:37.886 INFO O| Aug 08 20:42:37.886 INFO STEP 446 (remove_files) COMPLETE |
5155 | 2024-08-08T20:42:39.134Z | [ recovery-image] Aug 08 20:42:37.886 INFO O| Aug 08 20:42:37.886 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-08-08T20:42:39.140Z | [ recovery-image] Aug 08 20:42:37.895 INFO O| Aug 08 20:42:37.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5157 | 2024-08-08T20:42:39.140Z | [ recovery-image] Aug 08 20:42:37.896 INFO O| Aug 08 20:42:37.895 INFO STEP 447 (remove_files) COMPLETE |
5158 | 2024-08-08T20:42:39.143Z | [ recovery-image] Aug 08 20:42:37.896 INFO O| Aug 08 20:42:37.896 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-08-08T20:42:39.150Z | [ recovery-image] Aug 08 20:42:37.905 INFO O| Aug 08 20:42:37.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5160 | 2024-08-08T20:42:39.153Z | [ recovery-image] Aug 08 20:42:37.905 INFO O| Aug 08 20:42:37.905 INFO STEP 448 (remove_files) COMPLETE |
5161 | 2024-08-08T20:42:39.153Z | [ recovery-image] Aug 08 20:42:37.905 INFO O| Aug 08 20:42:37.905 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-08-08T20:42:39.159Z | [ recovery-image] Aug 08 20:42:37.915 INFO O| Aug 08 20:42:37.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5163 | 2024-08-08T20:42:39.159Z | [ recovery-image] Aug 08 20:42:37.915 INFO O| Aug 08 20:42:37.915 INFO STEP 449 (remove_files) COMPLETE |
5164 | 2024-08-08T20:42:39.159Z | [ recovery-image] Aug 08 20:42:37.915 INFO O| Aug 08 20:42:37.915 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-08-08T20:42:39.169Z | [ recovery-image] Aug 08 20:42:37.924 INFO O| Aug 08 20:42:37.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5166 | 2024-08-08T20:42:39.169Z | [ recovery-image] Aug 08 20:42:37.924 INFO O| Aug 08 20:42:37.924 INFO STEP 450 (remove_files) COMPLETE |
5167 | 2024-08-08T20:42:39.169Z | [ recovery-image] Aug 08 20:42:37.924 INFO O| Aug 08 20:42:37.924 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-08-08T20:42:39.178Z | [ recovery-image] Aug 08 20:42:37.934 INFO O| Aug 08 20:42:37.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5169 | 2024-08-08T20:42:39.178Z | [ recovery-image] Aug 08 20:42:37.934 INFO O| Aug 08 20:42:37.934 INFO STEP 451 (remove_files) COMPLETE |
5170 | 2024-08-08T20:42:39.178Z | [ recovery-image] Aug 08 20:42:37.934 INFO O| Aug 08 20:42:37.934 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-08-08T20:42:39.188Z | [ recovery-image] Aug 08 20:42:37.943 INFO O| Aug 08 20:42:37.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5172 | 2024-08-08T20:42:39.191Z | [ recovery-image] Aug 08 20:42:37.943 INFO O| Aug 08 20:42:37.943 INFO STEP 452 (remove_files) COMPLETE |
5173 | 2024-08-08T20:42:39.191Z | [ recovery-image] Aug 08 20:42:37.943 INFO O| Aug 08 20:42:37.943 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-08-08T20:42:39.197Z | [ recovery-image] Aug 08 20:42:37.953 INFO O| Aug 08 20:42:37.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5175 | 2024-08-08T20:42:39.197Z | [ recovery-image] Aug 08 20:42:37.953 INFO O| Aug 08 20:42:37.953 INFO STEP 453 (remove_files) COMPLETE |
5176 | 2024-08-08T20:42:39.197Z | [ recovery-image] Aug 08 20:42:37.953 INFO O| Aug 08 20:42:37.953 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-08-08T20:42:39.207Z | [ recovery-image] Aug 08 20:42:37.962 INFO O| Aug 08 20:42:37.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5178 | 2024-08-08T20:42:39.207Z | [ recovery-image] Aug 08 20:42:37.962 INFO O| Aug 08 20:42:37.962 INFO STEP 454 (remove_files) COMPLETE |
5179 | 2024-08-08T20:42:39.210Z | [ recovery-image] Aug 08 20:42:37.962 INFO O| Aug 08 20:42:37.962 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-08-08T20:42:39.213Z | [ host-image] Aug 08 20:42:37.969 INFO O| Aug 08 20:42:37.969 INFO O| Planning: Solver setup ... Done |
5181 | 2024-08-08T20:42:39.216Z | [ recovery-image] Aug 08 20:42:37.972 INFO O| Aug 08 20:42:37.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5182 | 2024-08-08T20:42:39.219Z | [ recovery-image] Aug 08 20:42:37.972 INFO O| Aug 08 20:42:37.972 INFO STEP 455 (remove_files) COMPLETE |
5183 | 2024-08-08T20:42:39.219Z | [ recovery-image] Aug 08 20:42:37.972 INFO O| Aug 08 20:42:37.972 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-08-08T20:42:39.219Z | [ host-image] Aug 08 20:42:37.972 INFO O| Aug 08 20:42:37.972 INFO O| Planning: Running solver ... Done |
5185 | 2024-08-08T20:42:39.226Z | [ recovery-image] Aug 08 20:42:37.982 INFO O| Aug 08 20:42:37.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5186 | 2024-08-08T20:42:39.226Z | [ recovery-image] Aug 08 20:42:37.982 INFO O| Aug 08 20:42:37.982 INFO STEP 456 (remove_files) COMPLETE |
5187 | 2024-08-08T20:42:39.230Z | [ recovery-image] Aug 08 20:42:37.982 INFO O| Aug 08 20:42:37.982 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-08-08T20:42:39.238Z | [ recovery-image] Aug 08 20:42:37.991 INFO O| Aug 08 20:42:37.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5189 | 2024-08-08T20:42:39.238Z | [ recovery-image] Aug 08 20:42:37.992 INFO O| Aug 08 20:42:37.991 INFO STEP 457 (remove_files) COMPLETE |
5190 | 2024-08-08T20:42:39.241Z | [ recovery-image] Aug 08 20:42:37.992 INFO O| Aug 08 20:42:37.992 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-08-08T20:42:39.246Z | [ recovery-image] Aug 08 20:42:38.002 INFO O| Aug 08 20:42:38.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5192 | 2024-08-08T20:42:39.249Z | [ recovery-image] Aug 08 20:42:38.002 INFO O| Aug 08 20:42:38.002 INFO STEP 458 (remove_files) COMPLETE |
5193 | 2024-08-08T20:42:39.249Z | [ recovery-image] Aug 08 20:42:38.002 INFO O| Aug 08 20:42:38.002 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-08-08T20:42:39.255Z | [ host-image] Aug 08 20:42:38.010 INFO O| Aug 08 20:42:38.010 INFO O| Planning: Finding local manifests ... Done |
5195 | 2024-08-08T20:42:39.258Z | [ host-image] Aug 08 20:42:38.011 INFO O| Aug 08 20:42:38.011 INFO O| Planning: Fetching manifests: 0/4 0% complete |
5196 | 2024-08-08T20:42:39.258Z | [ recovery-image] Aug 08 20:42:38.013 INFO O| Aug 08 20:42:38.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5197 | 2024-08-08T20:42:39.258Z | [ recovery-image] Aug 08 20:42:38.013 INFO O| Aug 08 20:42:38.013 INFO STEP 459 (remove_files) COMPLETE |
5198 | 2024-08-08T20:42:39.258Z | [ recovery-image] Aug 08 20:42:38.013 INFO O| Aug 08 20:42:38.013 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-08-08T20:42:39.267Z | [ recovery-image] Aug 08 20:42:38.022 INFO O| Aug 08 20:42:38.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5200 | 2024-08-08T20:42:39.270Z | [ recovery-image] Aug 08 20:42:38.023 INFO O| Aug 08 20:42:38.022 INFO STEP 460 (remove_files) COMPLETE |
5201 | 2024-08-08T20:42:39.270Z | [ recovery-image] Aug 08 20:42:38.023 INFO O| Aug 08 20:42:38.023 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-08-08T20:42:39.277Z | [ recovery-image] Aug 08 20:42:38.032 INFO O| Aug 08 20:42:38.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5203 | 2024-08-08T20:42:39.277Z | [ recovery-image] Aug 08 20:42:38.032 INFO O| Aug 08 20:42:38.032 INFO STEP 461 (remove_files) COMPLETE |
5204 | 2024-08-08T20:42:39.277Z | [ recovery-image] Aug 08 20:42:38.032 INFO O| Aug 08 20:42:38.032 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-08-08T20:42:39.288Z | [ recovery-image] Aug 08 20:42:38.042 INFO O| Aug 08 20:42:38.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5206 | 2024-08-08T20:42:39.291Z | [ recovery-image] Aug 08 20:42:38.042 INFO O| Aug 08 20:42:38.042 INFO STEP 462 (remove_files) COMPLETE |
5207 | 2024-08-08T20:42:39.291Z | [ recovery-image] Aug 08 20:42:38.042 INFO O| Aug 08 20:42:38.042 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-08-08T20:42:39.297Z | [ recovery-image] Aug 08 20:42:38.052 INFO O| Aug 08 20:42:38.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5209 | 2024-08-08T20:42:39.297Z | [ recovery-image] Aug 08 20:42:38.052 INFO O| Aug 08 20:42:38.052 INFO STEP 463 (remove_files) COMPLETE |
5210 | 2024-08-08T20:42:39.300Z | [ recovery-image] Aug 08 20:42:38.052 INFO O| Aug 08 20:42:38.052 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-08-08T20:42:39.307Z | [ recovery-image] Aug 08 20:42:38.062 INFO O| Aug 08 20:42:38.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5212 | 2024-08-08T20:42:39.310Z | [ recovery-image] Aug 08 20:42:38.062 INFO O| Aug 08 20:42:38.062 INFO STEP 464 (remove_files) COMPLETE |
5213 | 2024-08-08T20:42:39.310Z | [ recovery-image] Aug 08 20:42:38.062 INFO O| Aug 08 20:42:38.062 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-08-08T20:42:39.317Z | [ recovery-image] Aug 08 20:42:38.072 INFO O| Aug 08 20:42:38.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5215 | 2024-08-08T20:42:39.320Z | [ recovery-image] Aug 08 20:42:38.072 INFO O| Aug 08 20:42:38.072 INFO STEP 465 (remove_files) COMPLETE |
5216 | 2024-08-08T20:42:39.320Z | [ recovery-image] Aug 08 20:42:38.072 INFO O| Aug 08 20:42:38.072 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-08-08T20:42:39.327Z | [ recovery-image] Aug 08 20:42:38.082 INFO O| Aug 08 20:42:38.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5218 | 2024-08-08T20:42:39.327Z | [ recovery-image] Aug 08 20:42:38.082 INFO O| Aug 08 20:42:38.082 INFO STEP 466 (remove_files) COMPLETE |
5219 | 2024-08-08T20:42:39.331Z | [ recovery-image] Aug 08 20:42:38.082 INFO O| Aug 08 20:42:38.082 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-08-08T20:42:39.337Z | [ recovery-image] Aug 08 20:42:38.092 INFO O| Aug 08 20:42:38.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5221 | 2024-08-08T20:42:39.337Z | [ recovery-image] Aug 08 20:42:38.092 INFO O| Aug 08 20:42:38.092 INFO STEP 467 (remove_files) COMPLETE |
5222 | 2024-08-08T20:42:39.340Z | [ recovery-image] Aug 08 20:42:38.092 INFO O| Aug 08 20:42:38.092 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-08-08T20:42:39.343Z | [ host-image] Aug 08 20:42:38.096 INFO O| Aug 08 20:42:38.096 INFO O| Planning: Fetching manifests: 4/4 100% complete |
5224 | 2024-08-08T20:42:39.347Z | [ recovery-image] Aug 08 20:42:38.102 INFO O| Aug 08 20:42:38.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5225 | 2024-08-08T20:42:39.347Z | [ recovery-image] Aug 08 20:42:38.102 INFO O| Aug 08 20:42:38.102 INFO STEP 468 (remove_files) COMPLETE |
5226 | 2024-08-08T20:42:39.350Z | [ recovery-image] Aug 08 20:42:38.102 INFO O| Aug 08 20:42:38.102 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-08-08T20:42:39.357Z | [ recovery-image] Aug 08 20:42:38.112 INFO O| Aug 08 20:42:38.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5228 | 2024-08-08T20:42:39.357Z | [ recovery-image] Aug 08 20:42:38.112 INFO O| Aug 08 20:42:38.112 INFO STEP 469 (remove_files) COMPLETE |
5229 | 2024-08-08T20:42:39.357Z | [ recovery-image] Aug 08 20:42:38.112 INFO O| Aug 08 20:42:38.112 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-08-08T20:42:39.364Z | [ host-image] Aug 08 20:42:38.119 INFO O| Aug 08 20:42:38.119 INFO O| Planning: Package planning ... Done |
5231 | 2024-08-08T20:42:39.367Z | [ host-image] Aug 08 20:42:38.122 INFO O| Aug 08 20:42:38.122 INFO O| Planning: Merging actions ... Done |
5232 | 2024-08-08T20:42:39.367Z | [ recovery-image] Aug 08 20:42:38.122 INFO O| Aug 08 20:42:38.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5233 | 2024-08-08T20:42:39.370Z | [ recovery-image] Aug 08 20:42:38.122 INFO O| Aug 08 20:42:38.122 INFO STEP 470 (remove_files) COMPLETE |
5234 | 2024-08-08T20:42:39.370Z | [ recovery-image] Aug 08 20:42:38.122 INFO O| Aug 08 20:42:38.122 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-08-08T20:42:39.377Z | [ recovery-image] Aug 08 20:42:38.132 INFO O| Aug 08 20:42:38.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5236 | 2024-08-08T20:42:39.377Z | [ recovery-image] Aug 08 20:42:38.132 INFO O| Aug 08 20:42:38.132 INFO STEP 471 (remove_files) COMPLETE |
5237 | 2024-08-08T20:42:39.380Z | [ recovery-image] Aug 08 20:42:38.132 INFO O| Aug 08 20:42:38.132 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-08-08T20:42:39.386Z | [ recovery-image] Aug 08 20:42:38.141 INFO O| Aug 08 20:42:38.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5239 | 2024-08-08T20:42:39.389Z | [ recovery-image] Aug 08 20:42:38.141 INFO O| Aug 08 20:42:38.141 INFO STEP 472 (remove_files) COMPLETE |
5240 | 2024-08-08T20:42:39.389Z | [ recovery-image] Aug 08 20:42:38.141 INFO O| Aug 08 20:42:38.141 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-08-08T20:42:39.397Z | [ recovery-image] Aug 08 20:42:38.152 INFO O| Aug 08 20:42:38.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5242 | 2024-08-08T20:42:39.400Z | [ recovery-image] Aug 08 20:42:38.153 INFO O| Aug 08 20:42:38.152 INFO STEP 473 (remove_files) COMPLETE |
5243 | 2024-08-08T20:42:39.400Z | [ recovery-image] Aug 08 20:42:38.153 INFO O| Aug 08 20:42:38.153 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-08-08T20:42:39.420Z | [ recovery-image] Aug 08 20:42:38.175 INFO O| Aug 08 20:42:38.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5245 | 2024-08-08T20:42:39.428Z | [ recovery-image] Aug 08 20:42:38.175 INFO O| Aug 08 20:42:38.175 INFO STEP 474 (remove_files) COMPLETE |
5246 | 2024-08-08T20:42:39.428Z | [ recovery-image] Aug 08 20:42:38.175 INFO O| Aug 08 20:42:38.175 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-08-08T20:42:39.443Z | [ recovery-image] Aug 08 20:42:38.198 INFO O| Aug 08 20:42:38.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5248 | 2024-08-08T20:42:39.443Z | [ recovery-image] Aug 08 20:42:38.199 INFO O| Aug 08 20:42:38.199 INFO STEP 475 (remove_files) COMPLETE |
5249 | 2024-08-08T20:42:39.446Z | [ recovery-image] Aug 08 20:42:38.199 INFO O| Aug 08 20:42:38.199 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-08-08T20:42:39.457Z | [ recovery-image] Aug 08 20:42:38.212 INFO O| Aug 08 20:42:38.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5251 | 2024-08-08T20:42:39.457Z | [ recovery-image] Aug 08 20:42:38.212 INFO O| Aug 08 20:42:38.212 INFO STEP 476 (remove_files) COMPLETE |
5252 | 2024-08-08T20:42:39.457Z | [ recovery-image] Aug 08 20:42:38.212 INFO O| Aug 08 20:42:38.212 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-08-08T20:42:39.468Z | [ recovery-image] Aug 08 20:42:38.223 INFO O| Aug 08 20:42:38.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5254 | 2024-08-08T20:42:39.471Z | [ recovery-image] Aug 08 20:42:38.223 INFO O| Aug 08 20:42:38.223 INFO STEP 477 (remove_files) COMPLETE |
5255 | 2024-08-08T20:42:39.471Z | [ recovery-image] Aug 08 20:42:38.223 INFO O| Aug 08 20:42:38.223 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-08-08T20:42:39.480Z | [ recovery-image] Aug 08 20:42:38.235 INFO O| Aug 08 20:42:38.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5257 | 2024-08-08T20:42:39.480Z | [ recovery-image] Aug 08 20:42:38.235 INFO O| Aug 08 20:42:38.235 INFO STEP 478 (remove_files) COMPLETE |
5258 | 2024-08-08T20:42:39.480Z | [ recovery-image] Aug 08 20:42:38.235 INFO O| Aug 08 20:42:38.235 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-08-08T20:42:39.492Z | [ recovery-image] Aug 08 20:42:38.247 INFO O| Aug 08 20:42:38.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5260 | 2024-08-08T20:42:39.492Z | [ recovery-image] Aug 08 20:42:38.247 INFO O| Aug 08 20:42:38.247 INFO STEP 479 (remove_files) COMPLETE |
5261 | 2024-08-08T20:42:39.492Z | [ recovery-image] Aug 08 20:42:38.247 INFO O| Aug 08 20:42:38.247 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-08-08T20:42:39.504Z | [ recovery-image] Aug 08 20:42:38.260 INFO O| Aug 08 20:42:38.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5263 | 2024-08-08T20:42:39.507Z | [ recovery-image] Aug 08 20:42:38.260 INFO O| Aug 08 20:42:38.260 INFO STEP 480 (remove_files) COMPLETE |
5264 | 2024-08-08T20:42:39.508Z | [ recovery-image] Aug 08 20:42:38.260 INFO O| Aug 08 20:42:38.260 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-08-08T20:42:39.520Z | [ recovery-image] Aug 08 20:42:38.271 INFO O| Aug 08 20:42:38.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5266 | 2024-08-08T20:42:39.520Z | [ recovery-image] Aug 08 20:42:38.271 INFO O| Aug 08 20:42:38.271 INFO STEP 481 (remove_files) COMPLETE |
5267 | 2024-08-08T20:42:39.523Z | [ recovery-image] Aug 08 20:42:38.272 INFO O| Aug 08 20:42:38.271 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-08-08T20:42:39.528Z | [ recovery-image] Aug 08 20:42:38.283 INFO O| Aug 08 20:42:38.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5269 | 2024-08-08T20:42:39.531Z | [ recovery-image] Aug 08 20:42:38.283 INFO O| Aug 08 20:42:38.283 INFO STEP 482 (remove_files) COMPLETE |
5270 | 2024-08-08T20:42:39.531Z | [ recovery-image] Aug 08 20:42:38.283 INFO O| Aug 08 20:42:38.283 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-08-08T20:42:39.539Z | [ recovery-image] Aug 08 20:42:38.294 INFO O| Aug 08 20:42:38.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5272 | 2024-08-08T20:42:39.542Z | [ recovery-image] Aug 08 20:42:38.294 INFO O| Aug 08 20:42:38.294 INFO STEP 483 (remove_files) COMPLETE |
5273 | 2024-08-08T20:42:39.542Z | [ recovery-image] Aug 08 20:42:38.294 INFO O| Aug 08 20:42:38.294 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-08-08T20:42:39.548Z | [ recovery-image] Aug 08 20:42:38.304 INFO O| Aug 08 20:42:38.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5275 | 2024-08-08T20:42:39.552Z | [ recovery-image] Aug 08 20:42:38.304 INFO O| Aug 08 20:42:38.304 INFO STEP 484 (remove_files) COMPLETE |
5276 | 2024-08-08T20:42:39.552Z | [ recovery-image] Aug 08 20:42:38.304 INFO O| Aug 08 20:42:38.304 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-08-08T20:42:39.552Z | [ host-image] Aug 08 20:42:38.305 INFO O| Aug 08 20:42:38.305 INFO O| Planning: Checking for conflicting actions ... Done |
5278 | 2024-08-08T20:42:39.552Z | [ host-image] Aug 08 20:42:38.306 INFO O| Aug 08 20:42:38.306 INFO O| Planning: Consolidating action changes ... Done |
5279 | 2024-08-08T20:42:39.560Z | [ recovery-image] Aug 08 20:42:38.314 INFO O| Aug 08 20:42:38.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5280 | 2024-08-08T20:42:39.560Z | [ recovery-image] Aug 08 20:42:38.314 INFO O| Aug 08 20:42:38.314 INFO STEP 485 (remove_files) COMPLETE |
5281 | 2024-08-08T20:42:39.563Z | [ recovery-image] Aug 08 20:42:38.314 INFO O| Aug 08 20:42:38.314 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-08-08T20:42:39.569Z | [ recovery-image] Aug 08 20:42:38.324 INFO O| Aug 08 20:42:38.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5283 | 2024-08-08T20:42:39.572Z | [ recovery-image] Aug 08 20:42:38.324 INFO O| Aug 08 20:42:38.324 INFO STEP 486 (remove_files) COMPLETE |
5284 | 2024-08-08T20:42:39.572Z | [ recovery-image] Aug 08 20:42:38.324 INFO O| Aug 08 20:42:38.324 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-08-08T20:42:39.582Z | [ recovery-image] Aug 08 20:42:38.334 INFO O| Aug 08 20:42:38.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5286 | 2024-08-08T20:42:39.585Z | [ recovery-image] Aug 08 20:42:38.334 INFO O| Aug 08 20:42:38.334 INFO STEP 487 (remove_files) COMPLETE |
5287 | 2024-08-08T20:42:39.585Z | [ recovery-image] Aug 08 20:42:38.334 INFO O| Aug 08 20:42:38.334 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-08-08T20:42:39.589Z | [ recovery-image] Aug 08 20:42:38.343 INFO O| Aug 08 20:42:38.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5289 | 2024-08-08T20:42:39.592Z | [ recovery-image] Aug 08 20:42:38.344 INFO O| Aug 08 20:42:38.344 INFO STEP 488 (remove_files) COMPLETE |
5290 | 2024-08-08T20:42:39.592Z | [ recovery-image] Aug 08 20:42:38.344 INFO O| Aug 08 20:42:38.344 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-08-08T20:42:39.598Z | [ recovery-image] Aug 08 20:42:38.353 INFO O| Aug 08 20:42:38.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5292 | 2024-08-08T20:42:39.601Z | [ recovery-image] Aug 08 20:42:38.353 INFO O| Aug 08 20:42:38.353 INFO STEP 489 (remove_files) COMPLETE |
5293 | 2024-08-08T20:42:39.601Z | [ recovery-image] Aug 08 20:42:38.353 INFO O| Aug 08 20:42:38.353 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-08-08T20:42:39.608Z | [ recovery-image] Aug 08 20:42:38.363 INFO O| Aug 08 20:42:38.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5295 | 2024-08-08T20:42:39.608Z | [ recovery-image] Aug 08 20:42:38.363 INFO O| Aug 08 20:42:38.363 INFO STEP 490 (remove_files) COMPLETE |
5296 | 2024-08-08T20:42:39.611Z | [ recovery-image] Aug 08 20:42:38.363 INFO O| Aug 08 20:42:38.363 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-08-08T20:42:39.617Z | [ recovery-image] Aug 08 20:42:38.372 INFO O| Aug 08 20:42:38.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5298 | 2024-08-08T20:42:39.617Z | [ recovery-image] Aug 08 20:42:38.373 INFO O| Aug 08 20:42:38.373 INFO STEP 491 (remove_files) COMPLETE |
5299 | 2024-08-08T20:42:39.620Z | [ recovery-image] Aug 08 20:42:38.373 INFO O| Aug 08 20:42:38.373 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-08-08T20:42:39.627Z | [ recovery-image] Aug 08 20:42:38.382 INFO O| Aug 08 20:42:38.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5301 | 2024-08-08T20:42:39.630Z | [ recovery-image] Aug 08 20:42:38.382 INFO O| Aug 08 20:42:38.382 INFO STEP 492 (remove_files) COMPLETE |
5302 | 2024-08-08T20:42:39.630Z | [ recovery-image] Aug 08 20:42:38.382 INFO O| Aug 08 20:42:38.382 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-08-08T20:42:39.637Z | [ recovery-image] Aug 08 20:42:38.392 INFO O| Aug 08 20:42:38.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5304 | 2024-08-08T20:42:39.637Z | [ recovery-image] Aug 08 20:42:38.392 INFO O| Aug 08 20:42:38.392 INFO STEP 493 (remove_files) COMPLETE |
5305 | 2024-08-08T20:42:39.641Z | [ recovery-image] Aug 08 20:42:38.392 INFO O| Aug 08 20:42:38.392 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-08-08T20:42:39.647Z | [ recovery-image] Aug 08 20:42:38.402 INFO O| Aug 08 20:42:38.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5307 | 2024-08-08T20:42:39.647Z | [ recovery-image] Aug 08 20:42:38.402 INFO O| Aug 08 20:42:38.402 INFO STEP 494 (remove_files) COMPLETE |
5308 | 2024-08-08T20:42:39.650Z | [ recovery-image] Aug 08 20:42:38.402 INFO O| Aug 08 20:42:38.402 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-08-08T20:42:39.657Z | [ recovery-image] Aug 08 20:42:38.412 INFO O| Aug 08 20:42:38.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5310 | 2024-08-08T20:42:39.660Z | [ recovery-image] Aug 08 20:42:38.412 INFO O| Aug 08 20:42:38.412 INFO STEP 495 (remove_files) COMPLETE |
5311 | 2024-08-08T20:42:39.660Z | [ recovery-image] Aug 08 20:42:38.412 INFO O| Aug 08 20:42:38.412 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-08-08T20:42:39.666Z | [ recovery-image] Aug 08 20:42:38.421 INFO O| Aug 08 20:42:38.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5313 | 2024-08-08T20:42:39.666Z | [ recovery-image] Aug 08 20:42:38.421 INFO O| Aug 08 20:42:38.421 INFO STEP 496 (remove_files) COMPLETE |
5314 | 2024-08-08T20:42:39.666Z | [ recovery-image] Aug 08 20:42:38.421 INFO O| Aug 08 20:42:38.421 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-08-08T20:42:39.677Z | [ recovery-image] Aug 08 20:42:38.432 INFO O| Aug 08 20:42:38.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5316 | 2024-08-08T20:42:39.680Z | [ recovery-image] Aug 08 20:42:38.432 INFO O| Aug 08 20:42:38.432 INFO STEP 497 (remove_files) COMPLETE |
5317 | 2024-08-08T20:42:39.680Z | [ recovery-image] Aug 08 20:42:38.433 INFO O| Aug 08 20:42:38.432 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-08-08T20:42:39.687Z | [ recovery-image] Aug 08 20:42:38.442 INFO O| Aug 08 20:42:38.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5319 | 2024-08-08T20:42:39.690Z | [ recovery-image] Aug 08 20:42:38.442 INFO O| Aug 08 20:42:38.442 INFO STEP 498 (remove_files) COMPLETE |
5320 | 2024-08-08T20:42:39.690Z | [ recovery-image] Aug 08 20:42:38.442 INFO O| Aug 08 20:42:38.442 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-08-08T20:42:39.697Z | [ recovery-image] Aug 08 20:42:38.452 INFO O| Aug 08 20:42:38.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5322 | 2024-08-08T20:42:39.697Z | [ recovery-image] Aug 08 20:42:38.452 INFO O| Aug 08 20:42:38.452 INFO STEP 499 (remove_files) COMPLETE |
5323 | 2024-08-08T20:42:39.697Z | [ recovery-image] Aug 08 20:42:38.452 INFO O| Aug 08 20:42:38.452 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-08-08T20:42:39.706Z | [ recovery-image] Aug 08 20:42:38.461 INFO O| Aug 08 20:42:38.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5325 | 2024-08-08T20:42:39.706Z | [ recovery-image] Aug 08 20:42:38.461 INFO O| Aug 08 20:42:38.461 INFO STEP 500 (remove_files) COMPLETE |
5326 | 2024-08-08T20:42:39.706Z | [ recovery-image] Aug 08 20:42:38.461 INFO O| Aug 08 20:42:38.461 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-08-08T20:42:39.716Z | [ recovery-image] Aug 08 20:42:38.471 INFO O| Aug 08 20:42:38.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5328 | 2024-08-08T20:42:39.716Z | [ recovery-image] Aug 08 20:42:38.471 INFO O| Aug 08 20:42:38.471 INFO STEP 501 (remove_files) COMPLETE |
5329 | 2024-08-08T20:42:39.716Z | [ recovery-image] Aug 08 20:42:38.471 INFO O| Aug 08 20:42:38.471 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-08-08T20:42:39.725Z | [ recovery-image] Aug 08 20:42:38.480 INFO O| Aug 08 20:42:38.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5331 | 2024-08-08T20:42:39.725Z | [ recovery-image] Aug 08 20:42:38.480 INFO O| Aug 08 20:42:38.480 INFO STEP 502 (remove_files) COMPLETE |
5332 | 2024-08-08T20:42:39.725Z | [ recovery-image] Aug 08 20:42:38.480 INFO O| Aug 08 20:42:38.480 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-08-08T20:42:39.736Z | [ host-image] Aug 08 20:42:38.489 INFO O| Aug 08 20:42:38.489 INFO O| Planning: Evaluating mediators ... Done |
5334 | 2024-08-08T20:42:39.739Z | [ host-image] Aug 08 20:42:38.490 INFO O| Aug 08 20:42:38.490 INFO O| Planning: Planning completed in 2.09 seconds |
5335 | 2024-08-08T20:42:39.739Z | [ recovery-image] Aug 08 20:42:38.490 INFO O| Aug 08 20:42:38.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5336 | 2024-08-08T20:42:39.739Z | [ recovery-image] Aug 08 20:42:38.490 INFO O| Aug 08 20:42:38.490 INFO STEP 503 (remove_files) COMPLETE |
5337 | 2024-08-08T20:42:39.739Z | [ recovery-image] Aug 08 20:42:38.490 INFO O| Aug 08 20:42:38.490 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-08-08T20:42:39.739Z | [ host-image] Aug 08 20:42:38.491 INFO O| Aug 08 20:42:38.491 INFO O| Packages to install: 4 |
5339 | 2024-08-08T20:42:39.739Z | [ host-image] Aug 08 20:42:38.491 INFO O| Aug 08 20:42:38.491 INFO O| Services to change: 2 |
5340 | 2024-08-08T20:42:39.745Z | [ recovery-image] Aug 08 20:42:38.500 INFO O| Aug 08 20:42:38.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5341 | 2024-08-08T20:42:39.745Z | [ recovery-image] Aug 08 20:42:38.500 INFO O| Aug 08 20:42:38.500 INFO STEP 504 (remove_files) COMPLETE |
5342 | 2024-08-08T20:42:39.748Z | [ recovery-image] Aug 08 20:42:38.500 INFO O| Aug 08 20:42:38.500 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-08-08T20:42:39.748Z | [ host-image] Aug 08 20:42:38.502 INFO O| Aug 08 20:42:38.502 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
5344 | 2024-08-08T20:42:39.755Z | [ recovery-image] Aug 08 20:42:38.510 INFO O| Aug 08 20:42:38.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5345 | 2024-08-08T20:42:39.758Z | [ recovery-image] Aug 08 20:42:38.510 INFO O| Aug 08 20:42:38.510 INFO STEP 505 (remove_files) COMPLETE |
5346 | 2024-08-08T20:42:39.758Z | [ recovery-image] Aug 08 20:42:38.510 INFO O| Aug 08 20:42:38.510 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-08-08T20:42:39.766Z | [ recovery-image] Aug 08 20:42:38.521 INFO O| Aug 08 20:42:38.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5348 | 2024-08-08T20:42:39.769Z | [ recovery-image] Aug 08 20:42:38.521 INFO O| Aug 08 20:42:38.521 INFO STEP 506 (remove_files) COMPLETE |
5349 | 2024-08-08T20:42:39.769Z | [ recovery-image] Aug 08 20:42:38.521 INFO O| Aug 08 20:42:38.521 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-08-08T20:42:39.776Z | [ recovery-image] Aug 08 20:42:38.531 INFO O| Aug 08 20:42:38.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5351 | 2024-08-08T20:42:39.776Z | [ recovery-image] Aug 08 20:42:38.531 INFO O| Aug 08 20:42:38.531 INFO STEP 507 (remove_files) COMPLETE |
5352 | 2024-08-08T20:42:39.779Z | [ recovery-image] Aug 08 20:42:38.531 INFO O| Aug 08 20:42:38.531 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-08-08T20:42:39.786Z | [ recovery-image] Aug 08 20:42:38.541 INFO O| Aug 08 20:42:38.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5354 | 2024-08-08T20:42:39.788Z | [ recovery-image] Aug 08 20:42:38.541 INFO O| Aug 08 20:42:38.541 INFO STEP 508 (remove_files) COMPLETE |
5355 | 2024-08-08T20:42:39.788Z | [ recovery-image] Aug 08 20:42:38.541 INFO O| Aug 08 20:42:38.541 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-08-08T20:42:39.795Z | [ recovery-image] Aug 08 20:42:38.550 INFO O| Aug 08 20:42:38.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5357 | 2024-08-08T20:42:39.798Z | [ recovery-image] Aug 08 20:42:38.551 INFO O| Aug 08 20:42:38.551 INFO STEP 509 (remove_files) COMPLETE |
5358 | 2024-08-08T20:42:39.798Z | [ recovery-image] Aug 08 20:42:38.551 INFO O| Aug 08 20:42:38.551 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-08-08T20:42:39.807Z | [ recovery-image] Aug 08 20:42:38.561 INFO O| Aug 08 20:42:38.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5360 | 2024-08-08T20:42:39.807Z | [ recovery-image] Aug 08 20:42:38.561 INFO O| Aug 08 20:42:38.561 INFO STEP 510 (remove_files) COMPLETE |
5361 | 2024-08-08T20:42:39.815Z | [ recovery-image] Aug 08 20:42:38.561 INFO O| Aug 08 20:42:38.561 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-08-08T20:42:39.818Z | [ recovery-image] Aug 08 20:42:38.571 INFO O| Aug 08 20:42:38.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5363 | 2024-08-08T20:42:39.818Z | [ recovery-image] Aug 08 20:42:38.571 INFO O| Aug 08 20:42:38.571 INFO STEP 511 (remove_files) COMPLETE |
5364 | 2024-08-08T20:42:39.818Z | [ recovery-image] Aug 08 20:42:38.571 INFO O| Aug 08 20:42:38.571 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-08-08T20:42:39.826Z | [ recovery-image] Aug 08 20:42:38.581 INFO O| Aug 08 20:42:38.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5366 | 2024-08-08T20:42:39.829Z | [ recovery-image] Aug 08 20:42:38.581 INFO O| Aug 08 20:42:38.581 INFO STEP 512 (remove_files) COMPLETE |
5367 | 2024-08-08T20:42:39.829Z | [ recovery-image] Aug 08 20:42:38.581 INFO O| Aug 08 20:42:38.581 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-08-08T20:42:39.837Z | [ recovery-image] Aug 08 20:42:38.591 INFO O| Aug 08 20:42:38.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf" |
5369 | 2024-08-08T20:42:39.840Z | [ recovery-image] Aug 08 20:42:38.591 INFO O| Aug 08 20:42:38.591 INFO STEP 513 (remove_files) COMPLETE |
5370 | 2024-08-08T20:42:39.840Z | [ recovery-image] Aug 08 20:42:38.591 INFO O| Aug 08 20:42:38.591 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-08-08T20:42:39.846Z | [ recovery-image] Aug 08 20:42:38.601 INFO O| Aug 08 20:42:38.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5372 | 2024-08-08T20:42:39.849Z | [ recovery-image] Aug 08 20:42:38.601 INFO O| Aug 08 20:42:38.601 INFO STEP 514 (remove_files) COMPLETE |
5373 | 2024-08-08T20:42:39.849Z | [ recovery-image] Aug 08 20:42:38.601 INFO O| Aug 08 20:42:38.601 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-08-08T20:42:39.856Z | [ recovery-image] Aug 08 20:42:38.611 INFO O| Aug 08 20:42:38.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5375 | 2024-08-08T20:42:39.856Z | [ recovery-image] Aug 08 20:42:38.611 INFO O| Aug 08 20:42:38.611 INFO STEP 515 (remove_files) COMPLETE |
5376 | 2024-08-08T20:42:39.859Z | [ recovery-image] Aug 08 20:42:38.611 INFO O| Aug 08 20:42:38.611 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-08-08T20:42:39.866Z | [ recovery-image] Aug 08 20:42:38.621 INFO O| Aug 08 20:42:38.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5378 | 2024-08-08T20:42:39.866Z | [ recovery-image] Aug 08 20:42:38.621 INFO O| Aug 08 20:42:38.621 INFO STEP 516 (remove_files) COMPLETE |
5379 | 2024-08-08T20:42:39.869Z | [ recovery-image] Aug 08 20:42:38.621 INFO O| Aug 08 20:42:38.621 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-08-08T20:42:39.875Z | [ recovery-image] Aug 08 20:42:38.630 INFO O| Aug 08 20:42:38.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5381 | 2024-08-08T20:42:39.875Z | [ recovery-image] Aug 08 20:42:38.630 INFO O| Aug 08 20:42:38.630 INFO STEP 517 (remove_files) COMPLETE |
5382 | 2024-08-08T20:42:39.878Z | [ recovery-image] Aug 08 20:42:38.631 INFO O| Aug 08 20:42:38.630 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-08-08T20:42:39.886Z | [ recovery-image] Aug 08 20:42:38.641 INFO O| Aug 08 20:42:38.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5384 | 2024-08-08T20:42:39.886Z | [ recovery-image] Aug 08 20:42:38.641 INFO O| Aug 08 20:42:38.641 INFO STEP 518 (remove_files) COMPLETE |
5385 | 2024-08-08T20:42:39.889Z | [ recovery-image] Aug 08 20:42:38.641 INFO O| Aug 08 20:42:38.641 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-08-08T20:42:39.895Z | [ recovery-image] Aug 08 20:42:38.651 INFO O| Aug 08 20:42:38.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5387 | 2024-08-08T20:42:39.895Z | [ recovery-image] Aug 08 20:42:38.651 INFO O| Aug 08 20:42:38.651 INFO STEP 519 (remove_files) COMPLETE |
5388 | 2024-08-08T20:42:39.898Z | [ recovery-image] Aug 08 20:42:38.651 INFO O| Aug 08 20:42:38.651 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-08-08T20:42:39.905Z | [ recovery-image] Aug 08 20:42:38.660 INFO O| Aug 08 20:42:38.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5390 | 2024-08-08T20:42:39.905Z | [ recovery-image] Aug 08 20:42:38.660 INFO O| Aug 08 20:42:38.660 INFO STEP 520 (remove_files) COMPLETE |
5391 | 2024-08-08T20:42:39.908Z | [ recovery-image] Aug 08 20:42:38.660 INFO O| Aug 08 20:42:38.660 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-08-08T20:42:39.915Z | [ recovery-image] Aug 08 20:42:38.670 INFO O| Aug 08 20:42:38.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5393 | 2024-08-08T20:42:39.915Z | [ recovery-image] Aug 08 20:42:38.670 INFO O| Aug 08 20:42:38.670 INFO STEP 521 (remove_files) COMPLETE |
5394 | 2024-08-08T20:42:39.918Z | [ recovery-image] Aug 08 20:42:38.670 INFO O| Aug 08 20:42:38.670 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-08-08T20:42:39.924Z | [ recovery-image] Aug 08 20:42:38.680 INFO O| Aug 08 20:42:38.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5396 | 2024-08-08T20:42:39.927Z | [ recovery-image] Aug 08 20:42:38.680 INFO O| Aug 08 20:42:38.680 INFO STEP 522 (remove_files) COMPLETE |
5397 | 2024-08-08T20:42:39.927Z | [ recovery-image] Aug 08 20:42:38.680 INFO O| Aug 08 20:42:38.680 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-08-08T20:42:39.934Z | [ recovery-image] Aug 08 20:42:38.689 INFO O| Aug 08 20:42:38.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5399 | 2024-08-08T20:42:39.934Z | [ recovery-image] Aug 08 20:42:38.690 INFO O| Aug 08 20:42:38.689 INFO STEP 523 (remove_files) COMPLETE |
5400 | 2024-08-08T20:42:39.937Z | [ recovery-image] Aug 08 20:42:38.690 INFO O| Aug 08 20:42:38.690 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-08-08T20:42:39.944Z | [ recovery-image] Aug 08 20:42:38.699 INFO O| Aug 08 20:42:38.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5402 | 2024-08-08T20:42:39.947Z | [ recovery-image] Aug 08 20:42:38.699 INFO O| Aug 08 20:42:38.699 INFO STEP 524 (remove_files) COMPLETE |
5403 | 2024-08-08T20:42:39.947Z | [ recovery-image] Aug 08 20:42:38.699 INFO O| Aug 08 20:42:38.699 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-08-08T20:42:39.953Z | [ recovery-image] Aug 08 20:42:38.708 INFO O| Aug 08 20:42:38.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5405 | 2024-08-08T20:42:39.953Z | [ recovery-image] Aug 08 20:42:38.708 INFO O| Aug 08 20:42:38.708 INFO STEP 525 (remove_files) COMPLETE |
5406 | 2024-08-08T20:42:39.956Z | [ recovery-image] Aug 08 20:42:38.708 INFO O| Aug 08 20:42:38.708 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-08-08T20:42:39.963Z | [ recovery-image] Aug 08 20:42:38.718 INFO O| Aug 08 20:42:38.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5408 | 2024-08-08T20:42:39.963Z | [ recovery-image] Aug 08 20:42:38.718 INFO O| Aug 08 20:42:38.718 INFO STEP 526 (remove_files) COMPLETE |
5409 | 2024-08-08T20:42:39.966Z | [ recovery-image] Aug 08 20:42:38.718 INFO O| Aug 08 20:42:38.718 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-08-08T20:42:39.972Z | [ recovery-image] Aug 08 20:42:38.727 INFO O| Aug 08 20:42:38.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5411 | 2024-08-08T20:42:39.975Z | [ recovery-image] Aug 08 20:42:38.727 INFO O| Aug 08 20:42:38.727 INFO STEP 527 (remove_files) COMPLETE |
5412 | 2024-08-08T20:42:39.975Z | [ recovery-image] Aug 08 20:42:38.727 INFO O| Aug 08 20:42:38.727 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-08-08T20:42:39.981Z | [ recovery-image] Aug 08 20:42:38.736 INFO O| Aug 08 20:42:38.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5414 | 2024-08-08T20:42:39.985Z | [ recovery-image] Aug 08 20:42:38.737 INFO O| Aug 08 20:42:38.737 INFO STEP 528 (remove_files) COMPLETE |
5415 | 2024-08-08T20:42:39.985Z | [ recovery-image] Aug 08 20:42:38.737 INFO O| Aug 08 20:42:38.737 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-08-08T20:42:39.991Z | [ recovery-image] Aug 08 20:42:38.746 INFO O| Aug 08 20:42:38.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5417 | 2024-08-08T20:42:39.994Z | [ recovery-image] Aug 08 20:42:38.746 INFO O| Aug 08 20:42:38.746 INFO STEP 529 (remove_files) COMPLETE |
5418 | 2024-08-08T20:42:39.994Z | [ recovery-image] Aug 08 20:42:38.746 INFO O| Aug 08 20:42:38.746 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-08-08T20:42:40.000Z | [ recovery-image] Aug 08 20:42:38.756 INFO O| Aug 08 20:42:38.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5420 | 2024-08-08T20:42:40.001Z | [ recovery-image] Aug 08 20:42:38.756 INFO O| Aug 08 20:42:38.756 INFO STEP 530 (remove_files) COMPLETE |
5421 | 2024-08-08T20:42:40.004Z | [ recovery-image] Aug 08 20:42:38.756 INFO O| Aug 08 20:42:38.756 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-08-08T20:42:40.010Z | [ recovery-image] Aug 08 20:42:38.765 INFO O| Aug 08 20:42:38.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5423 | 2024-08-08T20:42:40.013Z | [ recovery-image] Aug 08 20:42:38.765 INFO O| Aug 08 20:42:38.765 INFO STEP 531 (remove_files) COMPLETE |
5424 | 2024-08-08T20:42:40.013Z | [ recovery-image] Aug 08 20:42:38.765 INFO O| Aug 08 20:42:38.765 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-08-08T20:42:40.020Z | [ recovery-image] Aug 08 20:42:38.774 INFO O| Aug 08 20:42:38.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5426 | 2024-08-08T20:42:40.023Z | [ recovery-image] Aug 08 20:42:38.774 INFO O| Aug 08 20:42:38.774 INFO STEP 532 (remove_files) COMPLETE |
5427 | 2024-08-08T20:42:40.023Z | [ recovery-image] Aug 08 20:42:38.774 INFO O| Aug 08 20:42:38.774 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-08-08T20:42:40.028Z | [ recovery-image] Aug 08 20:42:38.783 INFO O| Aug 08 20:42:38.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5429 | 2024-08-08T20:42:40.032Z | [ recovery-image] Aug 08 20:42:38.784 INFO O| Aug 08 20:42:38.783 INFO STEP 533 (remove_files) COMPLETE |
5430 | 2024-08-08T20:42:40.032Z | [ recovery-image] Aug 08 20:42:38.784 INFO O| Aug 08 20:42:38.784 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-08-08T20:42:40.038Z | [ recovery-image] Aug 08 20:42:38.793 INFO O| Aug 08 20:42:38.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5432 | 2024-08-08T20:42:40.038Z | [ recovery-image] Aug 08 20:42:38.793 INFO O| Aug 08 20:42:38.793 INFO STEP 534 (remove_files) COMPLETE |
5433 | 2024-08-08T20:42:40.041Z | [ recovery-image] Aug 08 20:42:38.793 INFO O| Aug 08 20:42:38.793 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-08-08T20:42:40.047Z | [ recovery-image] Aug 08 20:42:38.802 INFO O| Aug 08 20:42:38.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5435 | 2024-08-08T20:42:40.050Z | [ recovery-image] Aug 08 20:42:38.803 INFO O| Aug 08 20:42:38.803 INFO STEP 535 (remove_files) COMPLETE |
5436 | 2024-08-08T20:42:40.050Z | [ recovery-image] Aug 08 20:42:38.803 INFO O| Aug 08 20:42:38.803 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-08-08T20:42:40.057Z | [ recovery-image] Aug 08 20:42:38.812 INFO O| Aug 08 20:42:38.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5438 | 2024-08-08T20:42:40.060Z | [ recovery-image] Aug 08 20:42:38.812 INFO O| Aug 08 20:42:38.812 INFO STEP 536 (remove_files) COMPLETE |
5439 | 2024-08-08T20:42:40.060Z | [ recovery-image] Aug 08 20:42:38.812 INFO O| Aug 08 20:42:38.812 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-08-08T20:42:40.066Z | [ recovery-image] Aug 08 20:42:38.821 INFO O| Aug 08 20:42:38.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5441 | 2024-08-08T20:42:40.069Z | [ recovery-image] Aug 08 20:42:38.822 INFO O| Aug 08 20:42:38.821 INFO STEP 537 (remove_files) COMPLETE |
5442 | 2024-08-08T20:42:40.069Z | [ recovery-image] Aug 08 20:42:38.822 INFO O| Aug 08 20:42:38.821 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-08-08T20:42:40.076Z | [ recovery-image] Aug 08 20:42:38.831 INFO O| Aug 08 20:42:38.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5444 | 2024-08-08T20:42:40.076Z | [ recovery-image] Aug 08 20:42:38.831 INFO O| Aug 08 20:42:38.831 INFO STEP 538 (remove_files) COMPLETE |
5445 | 2024-08-08T20:42:40.079Z | [ recovery-image] Aug 08 20:42:38.831 INFO O| Aug 08 20:42:38.831 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-08-08T20:42:40.085Z | [ recovery-image] Aug 08 20:42:38.840 INFO O| Aug 08 20:42:38.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5447 | 2024-08-08T20:42:40.085Z | [ recovery-image] Aug 08 20:42:38.840 INFO O| Aug 08 20:42:38.840 INFO STEP 539 (remove_files) COMPLETE |
5448 | 2024-08-08T20:42:40.085Z | [ recovery-image] Aug 08 20:42:38.840 INFO O| Aug 08 20:42:38.840 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-08-08T20:42:40.094Z | [ recovery-image] Aug 08 20:42:38.850 INFO O| Aug 08 20:42:38.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5450 | 2024-08-08T20:42:40.097Z | [ recovery-image] Aug 08 20:42:38.850 INFO O| Aug 08 20:42:38.850 INFO STEP 540 (remove_files) COMPLETE |
5451 | 2024-08-08T20:42:40.097Z | [ recovery-image] Aug 08 20:42:38.850 INFO O| Aug 08 20:42:38.850 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-08-08T20:42:40.105Z | [ recovery-image] Aug 08 20:42:38.859 INFO O| Aug 08 20:42:38.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5453 | 2024-08-08T20:42:40.108Z | [ recovery-image] Aug 08 20:42:38.859 INFO O| Aug 08 20:42:38.859 INFO STEP 541 (remove_files) COMPLETE |
5454 | 2024-08-08T20:42:40.108Z | [ recovery-image] Aug 08 20:42:38.859 INFO O| Aug 08 20:42:38.859 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-08-08T20:42:40.113Z | [ recovery-image] Aug 08 20:42:38.869 INFO O| Aug 08 20:42:38.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5456 | 2024-08-08T20:42:40.114Z | [ recovery-image] Aug 08 20:42:38.869 INFO O| Aug 08 20:42:38.869 INFO STEP 542 (remove_files) COMPLETE |
5457 | 2024-08-08T20:42:40.114Z | [ recovery-image] Aug 08 20:42:38.869 INFO O| Aug 08 20:42:38.869 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-08-08T20:42:40.123Z | [ recovery-image] Aug 08 20:42:38.878 INFO O| Aug 08 20:42:38.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5459 | 2024-08-08T20:42:40.126Z | [ recovery-image] Aug 08 20:42:38.878 INFO O| Aug 08 20:42:38.878 INFO STEP 543 (remove_files) COMPLETE |
5460 | 2024-08-08T20:42:40.127Z | [ recovery-image] Aug 08 20:42:38.878 INFO O| Aug 08 20:42:38.878 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-08-08T20:42:40.133Z | [ recovery-image] Aug 08 20:42:38.887 INFO O| Aug 08 20:42:38.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5462 | 2024-08-08T20:42:40.133Z | [ recovery-image] Aug 08 20:42:38.887 INFO O| Aug 08 20:42:38.887 INFO STEP 544 (remove_files) COMPLETE |
5463 | 2024-08-08T20:42:40.135Z | [ recovery-image] Aug 08 20:42:38.888 INFO O| Aug 08 20:42:38.887 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-08-08T20:42:40.141Z | [ recovery-image] Aug 08 20:42:38.897 INFO O| Aug 08 20:42:38.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5465 | 2024-08-08T20:42:40.142Z | [ recovery-image] Aug 08 20:42:38.897 INFO O| Aug 08 20:42:38.897 INFO STEP 545 (remove_files) COMPLETE |
5466 | 2024-08-08T20:42:40.144Z | [ recovery-image] Aug 08 20:42:38.897 INFO O| Aug 08 20:42:38.897 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-08-08T20:42:40.151Z | [ recovery-image] Aug 08 20:42:38.906 INFO O| Aug 08 20:42:38.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5468 | 2024-08-08T20:42:40.154Z | [ recovery-image] Aug 08 20:42:38.906 INFO O| Aug 08 20:42:38.906 INFO STEP 546 (remove_files) COMPLETE |
5469 | 2024-08-08T20:42:40.154Z | [ recovery-image] Aug 08 20:42:38.906 INFO O| Aug 08 20:42:38.906 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-08-08T20:42:40.160Z | [ recovery-image] Aug 08 20:42:38.915 INFO O| Aug 08 20:42:38.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5471 | 2024-08-08T20:42:40.163Z | [ recovery-image] Aug 08 20:42:38.915 INFO O| Aug 08 20:42:38.915 INFO STEP 547 (remove_files) COMPLETE |
5472 | 2024-08-08T20:42:40.163Z | [ recovery-image] Aug 08 20:42:38.915 INFO O| Aug 08 20:42:38.915 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-08-08T20:42:40.169Z | [ recovery-image] Aug 08 20:42:38.925 INFO O| Aug 08 20:42:38.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5474 | 2024-08-08T20:42:40.172Z | [ recovery-image] Aug 08 20:42:38.925 INFO O| Aug 08 20:42:38.925 INFO STEP 548 (remove_files) COMPLETE |
5475 | 2024-08-08T20:42:40.172Z | [ recovery-image] Aug 08 20:42:38.925 INFO O| Aug 08 20:42:38.925 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-08-08T20:42:40.179Z | [ recovery-image] Aug 08 20:42:38.934 INFO O| Aug 08 20:42:38.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5477 | 2024-08-08T20:42:40.181Z | [ recovery-image] Aug 08 20:42:38.934 INFO O| Aug 08 20:42:38.934 INFO STEP 549 (remove_files) COMPLETE |
5478 | 2024-08-08T20:42:40.181Z | [ recovery-image] Aug 08 20:42:38.934 INFO O| Aug 08 20:42:38.934 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-08-08T20:42:40.188Z | [ recovery-image] Aug 08 20:42:38.943 INFO O| Aug 08 20:42:38.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5480 | 2024-08-08T20:42:40.188Z | [ recovery-image] Aug 08 20:42:38.943 INFO O| Aug 08 20:42:38.943 INFO STEP 550 (remove_files) COMPLETE |
5481 | 2024-08-08T20:42:40.188Z | [ recovery-image] Aug 08 20:42:38.943 INFO O| Aug 08 20:42:38.943 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-08-08T20:42:40.197Z | [ recovery-image] Aug 08 20:42:38.953 INFO O| Aug 08 20:42:38.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5483 | 2024-08-08T20:42:40.198Z | [ recovery-image] Aug 08 20:42:38.953 INFO O| Aug 08 20:42:38.953 INFO STEP 551 (remove_files) COMPLETE |
5484 | 2024-08-08T20:42:40.198Z | [ recovery-image] Aug 08 20:42:38.953 INFO O| Aug 08 20:42:38.953 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-08-08T20:42:40.207Z | [ recovery-image] Aug 08 20:42:38.962 INFO O| Aug 08 20:42:38.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5486 | 2024-08-08T20:42:40.209Z | [ recovery-image] Aug 08 20:42:38.962 INFO O| Aug 08 20:42:38.962 INFO STEP 552 (remove_files) COMPLETE |
5487 | 2024-08-08T20:42:40.209Z | [ recovery-image] Aug 08 20:42:38.962 INFO O| Aug 08 20:42:38.962 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-08-08T20:42:40.216Z | [ recovery-image] Aug 08 20:42:38.971 INFO O| Aug 08 20:42:38.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5489 | 2024-08-08T20:42:40.219Z | [ recovery-image] Aug 08 20:42:38.971 INFO O| Aug 08 20:42:38.971 INFO STEP 553 (remove_files) COMPLETE |
5490 | 2024-08-08T20:42:40.219Z | [ recovery-image] Aug 08 20:42:38.971 INFO O| Aug 08 20:42:38.971 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-08-08T20:42:40.225Z | [ recovery-image] Aug 08 20:42:38.980 INFO O| Aug 08 20:42:38.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5492 | 2024-08-08T20:42:40.225Z | [ recovery-image] Aug 08 20:42:38.981 INFO O| Aug 08 20:42:38.980 INFO STEP 554 (remove_files) COMPLETE |
5493 | 2024-08-08T20:42:40.228Z | [ recovery-image] Aug 08 20:42:38.981 INFO O| Aug 08 20:42:38.981 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-08-08T20:42:40.234Z | [ recovery-image] Aug 08 20:42:38.990 INFO O| Aug 08 20:42:38.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5495 | 2024-08-08T20:42:40.237Z | [ recovery-image] Aug 08 20:42:38.990 INFO O| Aug 08 20:42:38.990 INFO STEP 555 (remove_files) COMPLETE |
5496 | 2024-08-08T20:42:40.237Z | [ recovery-image] Aug 08 20:42:38.990 INFO O| Aug 08 20:42:38.990 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-08-08T20:42:40.245Z | [ recovery-image] Aug 08 20:42:39.000 INFO O| Aug 08 20:42:39.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5498 | 2024-08-08T20:42:40.245Z | [ recovery-image] Aug 08 20:42:39.000 INFO O| Aug 08 20:42:39.000 INFO STEP 556 (remove_files) COMPLETE |
5499 | 2024-08-08T20:42:40.245Z | [ recovery-image] Aug 08 20:42:39.000 INFO O| Aug 08 20:42:39.000 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-08-08T20:42:40.254Z | [ recovery-image] Aug 08 20:42:39.009 INFO O| Aug 08 20:42:39.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5501 | 2024-08-08T20:42:40.258Z | [ recovery-image] Aug 08 20:42:39.010 INFO O| Aug 08 20:42:39.010 INFO STEP 557 (remove_files) COMPLETE |
5502 | 2024-08-08T20:42:40.258Z | [ recovery-image] Aug 08 20:42:39.010 INFO O| Aug 08 20:42:39.010 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-08-08T20:42:40.264Z | [ recovery-image] Aug 08 20:42:39.019 INFO O| Aug 08 20:42:39.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5504 | 2024-08-08T20:42:40.264Z | [ recovery-image] Aug 08 20:42:39.019 INFO O| Aug 08 20:42:39.019 INFO STEP 558 (remove_files) COMPLETE |
5505 | 2024-08-08T20:42:40.267Z | [ recovery-image] Aug 08 20:42:39.019 INFO O| Aug 08 20:42:39.019 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-08-08T20:42:40.273Z | [ recovery-image] Aug 08 20:42:39.028 INFO O| Aug 08 20:42:39.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5507 | 2024-08-08T20:42:40.273Z | [ recovery-image] Aug 08 20:42:39.028 INFO O| Aug 08 20:42:39.028 INFO STEP 559 (remove_files) COMPLETE |
5508 | 2024-08-08T20:42:40.276Z | [ recovery-image] Aug 08 20:42:39.028 INFO O| Aug 08 20:42:39.028 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-08-08T20:42:40.283Z | [ recovery-image] Aug 08 20:42:39.038 INFO O| Aug 08 20:42:39.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5510 | 2024-08-08T20:42:40.283Z | [ recovery-image] Aug 08 20:42:39.038 INFO O| Aug 08 20:42:39.038 INFO STEP 560 (remove_files) COMPLETE |
5511 | 2024-08-08T20:42:40.283Z | [ recovery-image] Aug 08 20:42:39.038 INFO O| Aug 08 20:42:39.038 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-08-08T20:42:40.292Z | [ recovery-image] Aug 08 20:42:39.047 INFO O| Aug 08 20:42:39.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5513 | 2024-08-08T20:42:40.292Z | [ recovery-image] Aug 08 20:42:39.047 INFO O| Aug 08 20:42:39.047 INFO STEP 561 (remove_files) COMPLETE |
5514 | 2024-08-08T20:42:40.295Z | [ recovery-image] Aug 08 20:42:39.047 INFO O| Aug 08 20:42:39.047 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-08-08T20:42:40.301Z | [ recovery-image] Aug 08 20:42:39.056 INFO O| Aug 08 20:42:39.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5516 | 2024-08-08T20:42:40.304Z | [ recovery-image] Aug 08 20:42:39.056 INFO O| Aug 08 20:42:39.056 INFO STEP 562 (remove_files) COMPLETE |
5517 | 2024-08-08T20:42:40.304Z | [ recovery-image] Aug 08 20:42:39.056 INFO O| Aug 08 20:42:39.056 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-08-08T20:42:40.311Z | [ recovery-image] Aug 08 20:42:39.066 INFO O| Aug 08 20:42:39.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5519 | 2024-08-08T20:42:40.311Z | [ recovery-image] Aug 08 20:42:39.066 INFO O| Aug 08 20:42:39.066 INFO STEP 563 (remove_files) COMPLETE |
5520 | 2024-08-08T20:42:40.311Z | [ recovery-image] Aug 08 20:42:39.066 INFO O| Aug 08 20:42:39.066 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-08-08T20:42:40.320Z | [ recovery-image] Aug 08 20:42:39.075 INFO O| Aug 08 20:42:39.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5522 | 2024-08-08T20:42:40.323Z | [ recovery-image] Aug 08 20:42:39.075 INFO O| Aug 08 20:42:39.075 INFO STEP 564 (remove_files) COMPLETE |
5523 | 2024-08-08T20:42:40.323Z | [ recovery-image] Aug 08 20:42:39.075 INFO O| Aug 08 20:42:39.075 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-08-08T20:42:40.329Z | [ recovery-image] Aug 08 20:42:39.084 INFO O| Aug 08 20:42:39.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5525 | 2024-08-08T20:42:40.329Z | [ recovery-image] Aug 08 20:42:39.084 INFO O| Aug 08 20:42:39.084 INFO STEP 565 (remove_files) COMPLETE |
5526 | 2024-08-08T20:42:40.329Z | [ recovery-image] Aug 08 20:42:39.084 INFO O| Aug 08 20:42:39.084 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-08-08T20:42:40.339Z | [ recovery-image] Aug 08 20:42:39.094 INFO O| Aug 08 20:42:39.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5528 | 2024-08-08T20:42:40.342Z | [ recovery-image] Aug 08 20:42:39.094 INFO O| Aug 08 20:42:39.094 INFO STEP 566 (remove_files) COMPLETE |
5529 | 2024-08-08T20:42:40.342Z | [ recovery-image] Aug 08 20:42:39.094 INFO O| Aug 08 20:42:39.094 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-08-08T20:42:40.348Z | [ recovery-image] Aug 08 20:42:39.103 INFO O| Aug 08 20:42:39.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5531 | 2024-08-08T20:42:40.351Z | [ recovery-image] Aug 08 20:42:39.103 INFO O| Aug 08 20:42:39.103 INFO STEP 567 (remove_files) COMPLETE |
5532 | 2024-08-08T20:42:40.351Z | [ recovery-image] Aug 08 20:42:39.103 INFO O| Aug 08 20:42:39.103 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-08-08T20:42:40.357Z | [ recovery-image] Aug 08 20:42:39.112 INFO O| Aug 08 20:42:39.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5534 | 2024-08-08T20:42:40.357Z | [ recovery-image] Aug 08 20:42:39.112 INFO O| Aug 08 20:42:39.112 INFO STEP 568 (remove_files) COMPLETE |
5535 | 2024-08-08T20:42:40.357Z | [ recovery-image] Aug 08 20:42:39.112 INFO O| Aug 08 20:42:39.112 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-08-08T20:42:40.366Z | [ recovery-image] Aug 08 20:42:39.121 INFO O| Aug 08 20:42:39.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5537 | 2024-08-08T20:42:40.366Z | [ recovery-image] Aug 08 20:42:39.121 INFO O| Aug 08 20:42:39.121 INFO STEP 569 (remove_files) COMPLETE |
5538 | 2024-08-08T20:42:40.366Z | [ recovery-image] Aug 08 20:42:39.121 INFO O| Aug 08 20:42:39.121 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-08-08T20:42:40.376Z | [ recovery-image] Aug 08 20:42:39.131 INFO O| Aug 08 20:42:39.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5540 | 2024-08-08T20:42:40.376Z | [ recovery-image] Aug 08 20:42:39.131 INFO O| Aug 08 20:42:39.131 INFO STEP 570 (remove_files) COMPLETE |
5541 | 2024-08-08T20:42:40.378Z | [ recovery-image] Aug 08 20:42:39.131 INFO O| Aug 08 20:42:39.131 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-08-08T20:42:40.385Z | [ recovery-image] Aug 08 20:42:39.140 INFO O| Aug 08 20:42:39.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5543 | 2024-08-08T20:42:40.388Z | [ recovery-image] Aug 08 20:42:39.141 INFO O| Aug 08 20:42:39.140 INFO STEP 571 (remove_files) COMPLETE |
5544 | 2024-08-08T20:42:40.388Z | [ recovery-image] Aug 08 20:42:39.141 INFO O| Aug 08 20:42:39.141 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-08-08T20:42:40.395Z | [ recovery-image] Aug 08 20:42:39.150 INFO O| Aug 08 20:42:39.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5546 | 2024-08-08T20:42:40.395Z | [ recovery-image] Aug 08 20:42:39.150 INFO O| Aug 08 20:42:39.150 INFO STEP 572 (remove_files) COMPLETE |
5547 | 2024-08-08T20:42:40.398Z | [ recovery-image] Aug 08 20:42:39.150 INFO O| Aug 08 20:42:39.150 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-08-08T20:42:40.401Z | [ host-image] Aug 08 20:42:39.155 INFO O| Aug 08 20:42:39.154 INFO O| Download: Completed 1.39 MB in 0.65 seconds (2.1M/s) |
5549 | 2024-08-08T20:42:40.404Z | [ recovery-image] Aug 08 20:42:39.159 INFO O| Aug 08 20:42:39.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5550 | 2024-08-08T20:42:40.407Z | [ recovery-image] Aug 08 20:42:39.160 INFO O| Aug 08 20:42:39.160 INFO STEP 573 (remove_files) COMPLETE |
5551 | 2024-08-08T20:42:40.407Z | [ recovery-image] Aug 08 20:42:39.160 INFO O| Aug 08 20:42:39.160 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-08-08T20:42:40.418Z | [ recovery-image] Aug 08 20:42:39.173 INFO O| Aug 08 20:42:39.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5553 | 2024-08-08T20:42:40.421Z | [ recovery-image] Aug 08 20:42:39.173 INFO O| Aug 08 20:42:39.173 INFO STEP 574 (remove_files) COMPLETE |
5554 | 2024-08-08T20:42:40.421Z | [ recovery-image] Aug 08 20:42:39.173 INFO O| Aug 08 20:42:39.173 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-08-08T20:42:40.432Z | [ recovery-image] Aug 08 20:42:39.187 INFO O| Aug 08 20:42:39.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5556 | 2024-08-08T20:42:40.432Z | [ recovery-image] Aug 08 20:42:39.187 INFO O| Aug 08 20:42:39.187 INFO STEP 575 (remove_files) COMPLETE |
5557 | 2024-08-08T20:42:40.435Z | [ recovery-image] Aug 08 20:42:39.187 INFO O| Aug 08 20:42:39.187 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-08-08T20:42:40.435Z | [ host-image] Aug 08 20:42:39.189 INFO O| Aug 08 20:42:39.188 INFO O| Actions: 1/238 actions (Installing new actions) |
5559 | 2024-08-08T20:42:40.449Z | [ recovery-image] Aug 08 20:42:39.204 INFO O| Aug 08 20:42:39.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5560 | 2024-08-08T20:42:40.449Z | [ recovery-image] Aug 08 20:42:39.204 INFO O| Aug 08 20:42:39.204 INFO STEP 576 (remove_files) COMPLETE |
5561 | 2024-08-08T20:42:40.451Z | [ recovery-image] Aug 08 20:42:39.204 INFO O| Aug 08 20:42:39.204 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-08-08T20:42:40.463Z | [ recovery-image] Aug 08 20:42:39.218 INFO O| Aug 08 20:42:39.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5563 | 2024-08-08T20:42:40.467Z | [ recovery-image] Aug 08 20:42:39.218 INFO O| Aug 08 20:42:39.218 INFO STEP 577 (remove_files) COMPLETE |
5564 | 2024-08-08T20:42:40.467Z | [ recovery-image] Aug 08 20:42:39.218 INFO O| Aug 08 20:42:39.218 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-08-08T20:42:40.479Z | [ recovery-image] Aug 08 20:42:39.234 INFO O| Aug 08 20:42:39.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5566 | 2024-08-08T20:42:40.479Z | [ recovery-image] Aug 08 20:42:39.234 INFO O| Aug 08 20:42:39.234 INFO STEP 578 (remove_files) COMPLETE |
5567 | 2024-08-08T20:42:40.482Z | [ recovery-image] Aug 08 20:42:39.234 INFO O| Aug 08 20:42:39.234 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-08-08T20:42:40.494Z | [ recovery-image] Aug 08 20:42:39.249 INFO O| Aug 08 20:42:39.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5569 | 2024-08-08T20:42:40.497Z | [ recovery-image] Aug 08 20:42:39.249 INFO O| Aug 08 20:42:39.249 INFO STEP 579 (remove_files) COMPLETE |
5570 | 2024-08-08T20:42:40.497Z | [ recovery-image] Aug 08 20:42:39.249 INFO O| Aug 08 20:42:39.249 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-08-08T20:42:40.508Z | [ recovery-image] Aug 08 20:42:39.263 INFO O| Aug 08 20:42:39.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5572 | 2024-08-08T20:42:40.511Z | [ recovery-image] Aug 08 20:42:39.263 INFO O| Aug 08 20:42:39.263 INFO STEP 580 (remove_files) COMPLETE |
5573 | 2024-08-08T20:42:40.511Z | [ recovery-image] Aug 08 20:42:39.263 INFO O| Aug 08 20:42:39.263 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-08-08T20:42:40.523Z | [ recovery-image] Aug 08 20:42:39.278 INFO O| Aug 08 20:42:39.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5575 | 2024-08-08T20:42:40.526Z | [ recovery-image] Aug 08 20:42:39.278 INFO O| Aug 08 20:42:39.278 INFO STEP 581 (remove_files) COMPLETE |
5576 | 2024-08-08T20:42:40.526Z | [ recovery-image] Aug 08 20:42:39.278 INFO O| Aug 08 20:42:39.278 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-08-08T20:42:40.538Z | [ recovery-image] Aug 08 20:42:39.293 INFO O| Aug 08 20:42:39.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5578 | 2024-08-08T20:42:40.541Z | [ recovery-image] Aug 08 20:42:39.293 INFO O| Aug 08 20:42:39.293 INFO STEP 582 (remove_files) COMPLETE |
5579 | 2024-08-08T20:42:40.541Z | [ recovery-image] Aug 08 20:42:39.293 INFO O| Aug 08 20:42:39.293 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-08-08T20:42:40.554Z | [ recovery-image] Aug 08 20:42:39.309 INFO O| Aug 08 20:42:39.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5581 | 2024-08-08T20:42:40.557Z | [ recovery-image] Aug 08 20:42:39.309 INFO O| Aug 08 20:42:39.309 INFO STEP 583 (remove_files) COMPLETE |
5582 | 2024-08-08T20:42:40.557Z | [ recovery-image] Aug 08 20:42:39.309 INFO O| Aug 08 20:42:39.309 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-08-08T20:42:40.572Z | [ recovery-image] Aug 08 20:42:39.327 INFO O| Aug 08 20:42:39.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5584 | 2024-08-08T20:42:40.572Z | [ recovery-image] Aug 08 20:42:39.327 INFO O| Aug 08 20:42:39.327 INFO STEP 584 (remove_files) COMPLETE |
5585 | 2024-08-08T20:42:40.572Z | [ recovery-image] Aug 08 20:42:39.327 INFO O| Aug 08 20:42:39.327 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-08-08T20:42:40.591Z | [ recovery-image] Aug 08 20:42:39.344 INFO O| Aug 08 20:42:39.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5587 | 2024-08-08T20:42:40.594Z | [ recovery-image] Aug 08 20:42:39.344 INFO O| Aug 08 20:42:39.344 INFO STEP 585 (remove_files) COMPLETE |
5588 | 2024-08-08T20:42:40.594Z | [ recovery-image] Aug 08 20:42:39.344 INFO O| Aug 08 20:42:39.344 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-08-08T20:42:40.597Z | [ host-image] Aug 08 20:42:39.349 INFO O| Aug 08 20:42:39.349 INFO O| Actions: Completed 238 actions in 0.16 seconds. |
5590 | 2024-08-08T20:42:40.606Z | [ recovery-image] Aug 08 20:42:39.361 INFO O| Aug 08 20:42:39.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5591 | 2024-08-08T20:42:40.610Z | [ recovery-image] Aug 08 20:42:39.361 INFO O| Aug 08 20:42:39.361 INFO STEP 586 (remove_files) COMPLETE |
5592 | 2024-08-08T20:42:40.610Z | [ recovery-image] Aug 08 20:42:39.361 INFO O| Aug 08 20:42:39.361 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-08-08T20:42:40.622Z | [ recovery-image] Aug 08 20:42:39.377 INFO O| Aug 08 20:42:39.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5594 | 2024-08-08T20:42:40.625Z | [ recovery-image] Aug 08 20:42:39.377 INFO O| Aug 08 20:42:39.377 INFO STEP 587 (remove_files) COMPLETE |
5595 | 2024-08-08T20:42:40.625Z | [ recovery-image] Aug 08 20:42:39.377 INFO O| Aug 08 20:42:39.377 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-08-08T20:42:40.638Z | [ recovery-image] Aug 08 20:42:39.392 INFO O| Aug 08 20:42:39.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5597 | 2024-08-08T20:42:40.641Z | [ recovery-image] Aug 08 20:42:39.393 INFO O| Aug 08 20:42:39.392 INFO STEP 588 (remove_files) COMPLETE |
5598 | 2024-08-08T20:42:40.641Z | [ recovery-image] Aug 08 20:42:39.393 INFO O| Aug 08 20:42:39.393 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-08-08T20:42:40.655Z | [ recovery-image] Aug 08 20:42:39.408 INFO O| Aug 08 20:42:39.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5600 | 2024-08-08T20:42:40.658Z | [ recovery-image] Aug 08 20:42:39.409 INFO O| Aug 08 20:42:39.409 INFO STEP 589 (remove_files) COMPLETE |
5601 | 2024-08-08T20:42:40.658Z | [ recovery-image] Aug 08 20:42:39.409 INFO O| Aug 08 20:42:39.409 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-08-08T20:42:40.669Z | [ recovery-image] Aug 08 20:42:39.424 INFO O| Aug 08 20:42:39.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5603 | 2024-08-08T20:42:40.672Z | [ recovery-image] Aug 08 20:42:39.424 INFO O| Aug 08 20:42:39.424 INFO STEP 590 (remove_files) COMPLETE |
5604 | 2024-08-08T20:42:40.672Z | [ recovery-image] Aug 08 20:42:39.424 INFO O| Aug 08 20:42:39.424 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-08-08T20:42:40.684Z | [ recovery-image] Aug 08 20:42:39.439 INFO O| Aug 08 20:42:39.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5606 | 2024-08-08T20:42:40.687Z | [ recovery-image] Aug 08 20:42:39.439 INFO O| Aug 08 20:42:39.439 INFO STEP 591 (remove_files) COMPLETE |
5607 | 2024-08-08T20:42:40.687Z | [ recovery-image] Aug 08 20:42:39.439 INFO O| Aug 08 20:42:39.439 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-08-08T20:42:40.700Z | [ recovery-image] Aug 08 20:42:39.455 INFO O| Aug 08 20:42:39.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5609 | 2024-08-08T20:42:40.703Z | [ recovery-image] Aug 08 20:42:39.455 INFO O| Aug 08 20:42:39.455 INFO STEP 592 (remove_files) COMPLETE |
5610 | 2024-08-08T20:42:40.703Z | [ recovery-image] Aug 08 20:42:39.455 INFO O| Aug 08 20:42:39.455 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-08-08T20:42:40.719Z | [ recovery-image] Aug 08 20:42:39.474 INFO O| Aug 08 20:42:39.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5612 | 2024-08-08T20:42:40.719Z | [ recovery-image] Aug 08 20:42:39.474 INFO O| Aug 08 20:42:39.474 INFO STEP 593 (remove_files) COMPLETE |
5613 | 2024-08-08T20:42:40.722Z | [ recovery-image] Aug 08 20:42:39.474 INFO O| Aug 08 20:42:39.474 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-08-08T20:42:40.735Z | [ recovery-image] Aug 08 20:42:39.490 INFO O| Aug 08 20:42:39.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5615 | 2024-08-08T20:42:40.738Z | [ recovery-image] Aug 08 20:42:39.490 INFO O| Aug 08 20:42:39.490 INFO STEP 594 (remove_files) COMPLETE |
5616 | 2024-08-08T20:42:40.738Z | [ recovery-image] Aug 08 20:42:39.490 INFO O| Aug 08 20:42:39.490 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-08-08T20:42:40.751Z | [ recovery-image] Aug 08 20:42:39.505 INFO O| Aug 08 20:42:39.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5618 | 2024-08-08T20:42:40.754Z | [ recovery-image] Aug 08 20:42:39.506 INFO O| Aug 08 20:42:39.505 INFO STEP 595 (remove_files) COMPLETE |
5619 | 2024-08-08T20:42:40.754Z | [ recovery-image] Aug 08 20:42:39.506 INFO O| Aug 08 20:42:39.506 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-08-08T20:42:40.767Z | [ recovery-image] Aug 08 20:42:39.521 INFO O| Aug 08 20:42:39.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5621 | 2024-08-08T20:42:40.767Z | [ recovery-image] Aug 08 20:42:39.522 INFO O| Aug 08 20:42:39.521 INFO STEP 596 (remove_files) COMPLETE |
5622 | 2024-08-08T20:42:40.770Z | [ recovery-image] Aug 08 20:42:39.522 INFO O| Aug 08 20:42:39.521 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-08-08T20:42:40.785Z | [ recovery-image] Aug 08 20:42:39.539 INFO O| Aug 08 20:42:39.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5624 | 2024-08-08T20:42:40.785Z | [ recovery-image] Aug 08 20:42:39.539 INFO O| Aug 08 20:42:39.539 INFO STEP 597 (remove_files) COMPLETE |
5625 | 2024-08-08T20:42:40.785Z | [ recovery-image] Aug 08 20:42:39.539 INFO O| Aug 08 20:42:39.539 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-08-08T20:42:40.803Z | [ recovery-image] Aug 08 20:42:39.557 INFO O| Aug 08 20:42:39.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5627 | 2024-08-08T20:42:40.803Z | [ recovery-image] Aug 08 20:42:39.557 INFO O| Aug 08 20:42:39.557 INFO STEP 598 (remove_files) COMPLETE |
5628 | 2024-08-08T20:42:40.803Z | [ recovery-image] Aug 08 20:42:39.557 INFO O| Aug 08 20:42:39.557 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-08-08T20:42:40.822Z | [ recovery-image] Aug 08 20:42:39.576 INFO O| Aug 08 20:42:39.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5630 | 2024-08-08T20:42:40.825Z | [ recovery-image] Aug 08 20:42:39.577 INFO O| Aug 08 20:42:39.577 INFO STEP 599 (remove_files) COMPLETE |
5631 | 2024-08-08T20:42:40.826Z | [ recovery-image] Aug 08 20:42:39.577 INFO O| Aug 08 20:42:39.577 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-08-08T20:42:40.843Z | [ recovery-image] Aug 08 20:42:39.597 INFO O| Aug 08 20:42:39.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5633 | 2024-08-08T20:42:40.843Z | [ recovery-image] Aug 08 20:42:39.598 INFO O| Aug 08 20:42:39.597 INFO STEP 600 (remove_files) COMPLETE |
5634 | 2024-08-08T20:42:40.846Z | [ recovery-image] Aug 08 20:42:39.598 INFO O| Aug 08 20:42:39.598 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-08-08T20:42:40.863Z | [ recovery-image] Aug 08 20:42:39.618 INFO O| Aug 08 20:42:39.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5636 | 2024-08-08T20:42:40.866Z | [ recovery-image] Aug 08 20:42:39.618 INFO O| Aug 08 20:42:39.618 INFO STEP 601 (remove_files) COMPLETE |
5637 | 2024-08-08T20:42:40.866Z | [ recovery-image] Aug 08 20:42:39.618 INFO O| Aug 08 20:42:39.618 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-08-08T20:42:40.883Z | [ recovery-image] Aug 08 20:42:39.638 INFO O| Aug 08 20:42:39.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5639 | 2024-08-08T20:42:40.886Z | [ recovery-image] Aug 08 20:42:39.638 INFO O| Aug 08 20:42:39.638 INFO STEP 602 (remove_files) COMPLETE |
5640 | 2024-08-08T20:42:40.886Z | [ recovery-image] Aug 08 20:42:39.638 INFO O| Aug 08 20:42:39.638 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-08-08T20:42:40.903Z | [ recovery-image] Aug 08 20:42:39.657 INFO O| Aug 08 20:42:39.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5642 | 2024-08-08T20:42:40.906Z | [ recovery-image] Aug 08 20:42:39.658 INFO O| Aug 08 20:42:39.658 INFO STEP 603 (remove_files) COMPLETE |
5643 | 2024-08-08T20:42:40.907Z | [ recovery-image] Aug 08 20:42:39.658 INFO O| Aug 08 20:42:39.658 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-08-08T20:42:40.922Z | [ recovery-image] Aug 08 20:42:39.676 INFO O| Aug 08 20:42:39.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5645 | 2024-08-08T20:42:40.925Z | [ recovery-image] Aug 08 20:42:39.676 INFO O| Aug 08 20:42:39.676 INFO STEP 604 (remove_files) COMPLETE |
5646 | 2024-08-08T20:42:40.926Z | [ recovery-image] Aug 08 20:42:39.676 INFO O| Aug 08 20:42:39.676 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-08-08T20:42:40.940Z | [ recovery-image] Aug 08 20:42:39.694 INFO O| Aug 08 20:42:39.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5648 | 2024-08-08T20:42:40.943Z | [ recovery-image] Aug 08 20:42:39.694 INFO O| Aug 08 20:42:39.694 INFO STEP 605 (remove_files) COMPLETE |
5649 | 2024-08-08T20:42:40.943Z | [ recovery-image] Aug 08 20:42:39.694 INFO O| Aug 08 20:42:39.694 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-08-08T20:42:40.953Z | [ host-image] Aug 08 20:42:39.707 INFO O| Aug 08 20:42:39.707 INFO O| Done |
5651 | 2024-08-08T20:42:40.953Z | [ host-image] Aug 08 20:42:39.707 INFO O| Aug 08 20:42:39.707 INFO O| Done |
5652 | 2024-08-08T20:42:40.956Z | [ recovery-image] Aug 08 20:42:39.711 INFO O| Aug 08 20:42:39.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5653 | 2024-08-08T20:42:40.959Z | [ recovery-image] Aug 08 20:42:39.711 INFO O| Aug 08 20:42:39.711 INFO STEP 606 (remove_files) COMPLETE |
5654 | 2024-08-08T20:42:40.959Z | [ recovery-image] Aug 08 20:42:39.711 INFO O| Aug 08 20:42:39.711 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-08-08T20:42:40.973Z | [ recovery-image] Aug 08 20:42:39.728 INFO O| Aug 08 20:42:39.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5656 | 2024-08-08T20:42:40.977Z | [ recovery-image] Aug 08 20:42:39.728 INFO O| Aug 08 20:42:39.728 INFO STEP 607 (remove_files) COMPLETE |
5657 | 2024-08-08T20:42:40.977Z | [ recovery-image] Aug 08 20:42:39.728 INFO O| Aug 08 20:42:39.728 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-08-08T20:42:40.989Z | [ recovery-image] Aug 08 20:42:39.744 INFO O| Aug 08 20:42:39.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5659 | 2024-08-08T20:42:40.992Z | [ recovery-image] Aug 08 20:42:39.744 INFO O| Aug 08 20:42:39.744 INFO STEP 608 (remove_files) COMPLETE |
5660 | 2024-08-08T20:42:40.993Z | [ recovery-image] Aug 08 20:42:39.744 INFO O| Aug 08 20:42:39.744 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-08-08T20:42:41.009Z | [ recovery-image] Aug 08 20:42:39.762 INFO O| Aug 08 20:42:39.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5662 | 2024-08-08T20:42:41.013Z | [ recovery-image] Aug 08 20:42:39.762 INFO O| Aug 08 20:42:39.762 INFO STEP 609 (remove_files) COMPLETE |
5663 | 2024-08-08T20:42:41.013Z | [ recovery-image] Aug 08 20:42:39.763 INFO O| Aug 08 20:42:39.762 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-08-08T20:42:41.022Z | [ recovery-image] Aug 08 20:42:39.777 INFO O| Aug 08 20:42:39.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5665 | 2024-08-08T20:42:41.026Z | [ recovery-image] Aug 08 20:42:39.777 INFO O| Aug 08 20:42:39.777 INFO STEP 610 (remove_files) COMPLETE |
5666 | 2024-08-08T20:42:41.026Z | [ recovery-image] Aug 08 20:42:39.777 INFO O| Aug 08 20:42:39.777 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-08-08T20:42:41.039Z | [ recovery-image] Aug 08 20:42:39.794 INFO O| Aug 08 20:42:39.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5668 | 2024-08-08T20:42:41.042Z | [ recovery-image] Aug 08 20:42:39.794 INFO O| Aug 08 20:42:39.794 INFO STEP 611 (remove_files) COMPLETE |
5669 | 2024-08-08T20:42:41.042Z | [ recovery-image] Aug 08 20:42:39.794 INFO O| Aug 08 20:42:39.794 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-08-08T20:42:41.058Z | [ recovery-image] Aug 08 20:42:39.812 INFO O| Aug 08 20:42:39.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5671 | 2024-08-08T20:42:41.060Z | [ recovery-image] Aug 08 20:42:39.812 INFO O| Aug 08 20:42:39.812 INFO STEP 612 (remove_files) COMPLETE |
5672 | 2024-08-08T20:42:41.061Z | [ recovery-image] Aug 08 20:42:39.812 INFO O| Aug 08 20:42:39.812 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-08-08T20:42:41.074Z | [ recovery-image] Aug 08 20:42:39.829 INFO O| Aug 08 20:42:39.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5674 | 2024-08-08T20:42:41.077Z | [ recovery-image] Aug 08 20:42:39.829 INFO O| Aug 08 20:42:39.829 INFO STEP 613 (remove_files) COMPLETE |
5675 | 2024-08-08T20:42:41.078Z | [ recovery-image] Aug 08 20:42:39.829 INFO O| Aug 08 20:42:39.829 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-08-08T20:42:41.091Z | [ recovery-image] Aug 08 20:42:39.846 INFO O| Aug 08 20:42:39.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5677 | 2024-08-08T20:42:41.094Z | [ recovery-image] Aug 08 20:42:39.846 INFO O| Aug 08 20:42:39.846 INFO STEP 614 (remove_files) COMPLETE |
5678 | 2024-08-08T20:42:41.094Z | [ recovery-image] Aug 08 20:42:39.846 INFO O| Aug 08 20:42:39.846 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-08-08T20:42:41.108Z | [ recovery-image] Aug 08 20:42:39.862 INFO O| Aug 08 20:42:39.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5680 | 2024-08-08T20:42:41.111Z | [ recovery-image] Aug 08 20:42:39.863 INFO O| Aug 08 20:42:39.863 INFO STEP 615 (remove_files) COMPLETE |
5681 | 2024-08-08T20:42:41.111Z | [ recovery-image] Aug 08 20:42:39.863 INFO O| Aug 08 20:42:39.863 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-08-08T20:42:41.120Z | [ recovery-image] Aug 08 20:42:39.875 INFO O| Aug 08 20:42:39.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5683 | 2024-08-08T20:42:41.123Z | [ recovery-image] Aug 08 20:42:39.875 INFO O| Aug 08 20:42:39.875 INFO STEP 616 (remove_files) COMPLETE |
5684 | 2024-08-08T20:42:41.123Z | [ recovery-image] Aug 08 20:42:39.875 INFO O| Aug 08 20:42:39.875 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-08-08T20:42:41.131Z | [ recovery-image] Aug 08 20:42:39.884 INFO O| Aug 08 20:42:39.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5686 | 2024-08-08T20:42:41.131Z | [ recovery-image] Aug 08 20:42:39.884 INFO O| Aug 08 20:42:39.884 INFO STEP 617 (remove_files) COMPLETE |
5687 | 2024-08-08T20:42:41.135Z | [ recovery-image] Aug 08 20:42:39.884 INFO O| Aug 08 20:42:39.884 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-08-08T20:42:41.140Z | [ recovery-image] Aug 08 20:42:39.894 INFO O| Aug 08 20:42:39.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5689 | 2024-08-08T20:42:41.140Z | [ recovery-image] Aug 08 20:42:39.894 INFO O| Aug 08 20:42:39.894 INFO STEP 618 (remove_files) COMPLETE |
5690 | 2024-08-08T20:42:41.142Z | [ recovery-image] Aug 08 20:42:39.894 INFO O| Aug 08 20:42:39.894 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-08-08T20:42:41.149Z | [ recovery-image] Aug 08 20:42:39.904 INFO O| Aug 08 20:42:39.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5692 | 2024-08-08T20:42:41.152Z | [ recovery-image] Aug 08 20:42:39.904 INFO O| Aug 08 20:42:39.904 INFO STEP 619 (remove_files) COMPLETE |
5693 | 2024-08-08T20:42:41.152Z | [ recovery-image] Aug 08 20:42:39.904 INFO O| Aug 08 20:42:39.904 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-08-08T20:42:41.159Z | [ recovery-image] Aug 08 20:42:39.914 INFO O| Aug 08 20:42:39.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5695 | 2024-08-08T20:42:41.159Z | [ recovery-image] Aug 08 20:42:39.914 INFO O| Aug 08 20:42:39.914 INFO STEP 620 (remove_files) COMPLETE |
5696 | 2024-08-08T20:42:41.159Z | [ recovery-image] Aug 08 20:42:39.914 INFO O| Aug 08 20:42:39.914 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-08-08T20:42:41.169Z | [ recovery-image] Aug 08 20:42:39.924 INFO O| Aug 08 20:42:39.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5698 | 2024-08-08T20:42:41.169Z | [ recovery-image] Aug 08 20:42:39.924 INFO O| Aug 08 20:42:39.924 INFO STEP 621 (remove_files) COMPLETE |
5699 | 2024-08-08T20:42:41.169Z | [ recovery-image] Aug 08 20:42:39.924 INFO O| Aug 08 20:42:39.924 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-08-08T20:42:41.179Z | [ recovery-image] Aug 08 20:42:39.934 INFO O| Aug 08 20:42:39.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5701 | 2024-08-08T20:42:41.179Z | [ recovery-image] Aug 08 20:42:39.934 INFO O| Aug 08 20:42:39.934 INFO STEP 622 (remove_files) COMPLETE |
5702 | 2024-08-08T20:42:41.182Z | [ recovery-image] Aug 08 20:42:39.934 INFO O| Aug 08 20:42:39.934 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-08-08T20:42:41.189Z | [ recovery-image] Aug 08 20:42:39.943 INFO O| Aug 08 20:42:39.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5704 | 2024-08-08T20:42:41.191Z | [ recovery-image] Aug 08 20:42:39.944 INFO O| Aug 08 20:42:39.944 INFO STEP 623 (remove_files) COMPLETE |
5705 | 2024-08-08T20:42:41.191Z | [ recovery-image] Aug 08 20:42:39.944 INFO O| Aug 08 20:42:39.944 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-08-08T20:42:41.199Z | [ recovery-image] Aug 08 20:42:39.953 INFO O| Aug 08 20:42:39.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5707 | 2024-08-08T20:42:41.199Z | [ recovery-image] Aug 08 20:42:39.953 INFO O| Aug 08 20:42:39.953 INFO STEP 624 (remove_files) COMPLETE |
5708 | 2024-08-08T20:42:41.199Z | [ recovery-image] Aug 08 20:42:39.953 INFO O| Aug 08 20:42:39.953 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-08-08T20:42:41.208Z | [ recovery-image] Aug 08 20:42:39.963 INFO O| Aug 08 20:42:39.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5710 | 2024-08-08T20:42:41.211Z | [ recovery-image] Aug 08 20:42:39.963 INFO O| Aug 08 20:42:39.963 INFO STEP 625 (remove_files) COMPLETE |
5711 | 2024-08-08T20:42:41.211Z | [ recovery-image] Aug 08 20:42:39.963 INFO O| Aug 08 20:42:39.963 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-08-08T20:42:41.218Z | [ recovery-image] Aug 08 20:42:39.973 INFO O| Aug 08 20:42:39.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5713 | 2024-08-08T20:42:41.223Z | [ recovery-image] Aug 08 20:42:39.973 INFO O| Aug 08 20:42:39.973 INFO STEP 626 (remove_files) COMPLETE |
5714 | 2024-08-08T20:42:41.223Z | [ recovery-image] Aug 08 20:42:39.973 INFO O| Aug 08 20:42:39.973 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-08-08T20:42:41.228Z | [ recovery-image] Aug 08 20:42:39.982 INFO O| Aug 08 20:42:39.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5716 | 2024-08-08T20:42:41.231Z | [ recovery-image] Aug 08 20:42:39.983 INFO O| Aug 08 20:42:39.982 INFO STEP 627 (remove_files) COMPLETE |
5717 | 2024-08-08T20:42:41.231Z | [ recovery-image] Aug 08 20:42:39.983 INFO O| Aug 08 20:42:39.983 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-08-08T20:42:41.237Z | [ recovery-image] Aug 08 20:42:39.992 INFO O| Aug 08 20:42:39.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5719 | 2024-08-08T20:42:41.240Z | [ recovery-image] Aug 08 20:42:39.992 INFO O| Aug 08 20:42:39.992 INFO STEP 628 (remove_files) COMPLETE |
5720 | 2024-08-08T20:42:41.240Z | [ recovery-image] Aug 08 20:42:39.992 INFO O| Aug 08 20:42:39.992 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-08-08T20:42:41.247Z | [ recovery-image] Aug 08 20:42:40.002 INFO O| Aug 08 20:42:40.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5722 | 2024-08-08T20:42:41.247Z | [ recovery-image] Aug 08 20:42:40.002 INFO O| Aug 08 20:42:40.002 INFO STEP 629 (remove_files) COMPLETE |
5723 | 2024-08-08T20:42:41.247Z | [ recovery-image] Aug 08 20:42:40.002 INFO O| Aug 08 20:42:40.002 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-08-08T20:42:41.257Z | [ recovery-image] Aug 08 20:42:40.012 INFO O| Aug 08 20:42:40.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5725 | 2024-08-08T20:42:41.260Z | [ recovery-image] Aug 08 20:42:40.012 INFO O| Aug 08 20:42:40.012 INFO STEP 630 (remove_files) COMPLETE |
5726 | 2024-08-08T20:42:41.260Z | [ recovery-image] Aug 08 20:42:40.012 INFO O| Aug 08 20:42:40.012 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-08-08T20:42:41.268Z | [ recovery-image] Aug 08 20:42:40.023 INFO O| Aug 08 20:42:40.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5728 | 2024-08-08T20:42:41.271Z | [ recovery-image] Aug 08 20:42:40.024 INFO O| Aug 08 20:42:40.024 INFO STEP 631 (remove_files) COMPLETE |
5729 | 2024-08-08T20:42:41.271Z | [ recovery-image] Aug 08 20:42:40.024 INFO O| Aug 08 20:42:40.024 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-08-08T20:42:41.280Z | [ recovery-image] Aug 08 20:42:40.035 INFO O| Aug 08 20:42:40.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5731 | 2024-08-08T20:42:41.280Z | [ recovery-image] Aug 08 20:42:40.035 INFO O| Aug 08 20:42:40.035 INFO STEP 632 (remove_files) COMPLETE |
5732 | 2024-08-08T20:42:41.283Z | [ recovery-image] Aug 08 20:42:40.035 INFO O| Aug 08 20:42:40.035 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-08-08T20:42:41.291Z | [ recovery-image] Aug 08 20:42:40.045 INFO O| Aug 08 20:42:40.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5734 | 2024-08-08T20:42:41.291Z | [ recovery-image] Aug 08 20:42:40.045 INFO O| Aug 08 20:42:40.045 INFO STEP 633 (remove_files) COMPLETE |
5735 | 2024-08-08T20:42:41.294Z | [ recovery-image] Aug 08 20:42:40.045 INFO O| Aug 08 20:42:40.045 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-08-08T20:42:41.300Z | [ recovery-image] Aug 08 20:42:40.055 INFO O| Aug 08 20:42:40.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5737 | 2024-08-08T20:42:41.303Z | [ recovery-image] Aug 08 20:42:40.055 INFO O| Aug 08 20:42:40.055 INFO STEP 634 (remove_files) COMPLETE |
5738 | 2024-08-08T20:42:41.303Z | [ recovery-image] Aug 08 20:42:40.055 INFO O| Aug 08 20:42:40.055 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-08-08T20:42:41.311Z | [ recovery-image] Aug 08 20:42:40.066 INFO O| Aug 08 20:42:40.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5740 | 2024-08-08T20:42:41.311Z | [ recovery-image] Aug 08 20:42:40.066 INFO O| Aug 08 20:42:40.066 INFO STEP 635 (remove_files) COMPLETE |
5741 | 2024-08-08T20:42:41.313Z | [ recovery-image] Aug 08 20:42:40.066 INFO O| Aug 08 20:42:40.066 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-08-08T20:42:41.321Z | [ recovery-image] Aug 08 20:42:40.075 INFO O| Aug 08 20:42:40.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5743 | 2024-08-08T20:42:41.321Z | [ recovery-image] Aug 08 20:42:40.076 INFO O| Aug 08 20:42:40.076 INFO STEP 636 (remove_files) COMPLETE |
5744 | 2024-08-08T20:42:41.321Z | [ recovery-image] Aug 08 20:42:40.076 INFO O| Aug 08 20:42:40.076 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-08-08T20:42:41.333Z | [ recovery-image] Aug 08 20:42:40.085 INFO O| Aug 08 20:42:40.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5746 | 2024-08-08T20:42:41.333Z | [ recovery-image] Aug 08 20:42:40.085 INFO O| Aug 08 20:42:40.085 INFO STEP 637 (remove_files) COMPLETE |
5747 | 2024-08-08T20:42:41.335Z | [ recovery-image] Aug 08 20:42:40.085 INFO O| Aug 08 20:42:40.085 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-08-08T20:42:41.340Z | [ recovery-image] Aug 08 20:42:40.095 INFO O| Aug 08 20:42:40.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5749 | 2024-08-08T20:42:41.340Z | [ recovery-image] Aug 08 20:42:40.095 INFO O| Aug 08 20:42:40.095 INFO STEP 638 (remove_files) COMPLETE |
5750 | 2024-08-08T20:42:41.343Z | [ recovery-image] Aug 08 20:42:40.095 INFO O| Aug 08 20:42:40.095 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-08-08T20:42:41.348Z | [ host-image] Aug 08 20:42:40.103 INFO O| Aug 08 20:42:40.103 INFO O| Done |
5752 | 2024-08-08T20:42:41.351Z | [ recovery-image] Aug 08 20:42:40.105 INFO O| Aug 08 20:42:40.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5753 | 2024-08-08T20:42:41.351Z | [ recovery-image] Aug 08 20:42:40.105 INFO O| Aug 08 20:42:40.105 INFO STEP 639 (remove_files) COMPLETE |
5754 | 2024-08-08T20:42:41.351Z | [ recovery-image] Aug 08 20:42:40.105 INFO O| Aug 08 20:42:40.105 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-08-08T20:42:41.360Z | [ recovery-image] Aug 08 20:42:40.115 INFO O| Aug 08 20:42:40.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5756 | 2024-08-08T20:42:41.360Z | [ recovery-image] Aug 08 20:42:40.115 INFO O| Aug 08 20:42:40.115 INFO STEP 640 (remove_files) COMPLETE |
5757 | 2024-08-08T20:42:41.363Z | [ recovery-image] Aug 08 20:42:40.115 INFO O| Aug 08 20:42:40.115 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-08-08T20:42:41.370Z | [ recovery-image] Aug 08 20:42:40.125 INFO O| Aug 08 20:42:40.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5759 | 2024-08-08T20:42:41.371Z | [ recovery-image] Aug 08 20:42:40.125 INFO O| Aug 08 20:42:40.125 INFO STEP 641 (remove_files) COMPLETE |
5760 | 2024-08-08T20:42:41.373Z | [ recovery-image] Aug 08 20:42:40.125 INFO O| Aug 08 20:42:40.125 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-08-08T20:42:41.381Z | [ recovery-image] Aug 08 20:42:40.135 INFO O| Aug 08 20:42:40.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5762 | 2024-08-08T20:42:41.381Z | [ recovery-image] Aug 08 20:42:40.136 INFO O| Aug 08 20:42:40.136 INFO STEP 642 (remove_files) COMPLETE |
5763 | 2024-08-08T20:42:41.381Z | [ recovery-image] Aug 08 20:42:40.136 INFO O| Aug 08 20:42:40.136 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-08-08T20:42:41.391Z | [ recovery-image] Aug 08 20:42:40.146 INFO O| Aug 08 20:42:40.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5765 | 2024-08-08T20:42:41.395Z | [ recovery-image] Aug 08 20:42:40.146 INFO O| Aug 08 20:42:40.146 INFO STEP 643 (remove_files) COMPLETE |
5766 | 2024-08-08T20:42:41.395Z | [ recovery-image] Aug 08 20:42:40.146 INFO O| Aug 08 20:42:40.146 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-08-08T20:42:41.401Z | [ recovery-image] Aug 08 20:42:40.156 INFO O| Aug 08 20:42:40.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5768 | 2024-08-08T20:42:41.401Z | [ recovery-image] Aug 08 20:42:40.156 INFO O| Aug 08 20:42:40.156 INFO STEP 644 (remove_files) COMPLETE |
5769 | 2024-08-08T20:42:41.404Z | [ recovery-image] Aug 08 20:42:40.156 INFO O| Aug 08 20:42:40.156 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-08-08T20:42:41.411Z | [ recovery-image] Aug 08 20:42:40.166 INFO O| Aug 08 20:42:40.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5771 | 2024-08-08T20:42:41.411Z | [ recovery-image] Aug 08 20:42:40.166 INFO O| Aug 08 20:42:40.166 INFO STEP 645 (remove_files) COMPLETE |
5772 | 2024-08-08T20:42:41.411Z | [ recovery-image] Aug 08 20:42:40.166 INFO O| Aug 08 20:42:40.166 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-08-08T20:42:41.421Z | [ recovery-image] Aug 08 20:42:40.175 INFO O| Aug 08 20:42:40.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5774 | 2024-08-08T20:42:41.424Z | [ recovery-image] Aug 08 20:42:40.176 INFO O| Aug 08 20:42:40.176 INFO STEP 646 (remove_files) COMPLETE |
5775 | 2024-08-08T20:42:41.424Z | [ recovery-image] Aug 08 20:42:40.176 INFO O| Aug 08 20:42:40.176 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-08-08T20:42:41.431Z | [ recovery-image] Aug 08 20:42:40.186 INFO O| Aug 08 20:42:40.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5777 | 2024-08-08T20:42:41.434Z | [ recovery-image] Aug 08 20:42:40.186 INFO O| Aug 08 20:42:40.186 INFO STEP 647 (remove_files) COMPLETE |
5778 | 2024-08-08T20:42:41.434Z | [ recovery-image] Aug 08 20:42:40.186 INFO O| Aug 08 20:42:40.186 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-08-08T20:42:41.441Z | [ recovery-image] Aug 08 20:42:40.196 INFO O| Aug 08 20:42:40.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5780 | 2024-08-08T20:42:41.441Z | [ recovery-image] Aug 08 20:42:40.196 INFO O| Aug 08 20:42:40.196 INFO STEP 648 (remove_files) COMPLETE |
5781 | 2024-08-08T20:42:41.444Z | [ recovery-image] Aug 08 20:42:40.196 INFO O| Aug 08 20:42:40.196 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-08-08T20:42:41.451Z | [ recovery-image] Aug 08 20:42:40.206 INFO O| Aug 08 20:42:40.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5783 | 2024-08-08T20:42:41.454Z | [ recovery-image] Aug 08 20:42:40.206 INFO O| Aug 08 20:42:40.206 INFO STEP 649 (remove_files) COMPLETE |
5784 | 2024-08-08T20:42:41.454Z | [ recovery-image] Aug 08 20:42:40.207 INFO O| Aug 08 20:42:40.206 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-08-08T20:42:41.462Z | [ recovery-image] Aug 08 20:42:40.217 INFO O| Aug 08 20:42:40.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5786 | 2024-08-08T20:42:41.462Z | [ recovery-image] Aug 08 20:42:40.217 INFO O| Aug 08 20:42:40.217 INFO STEP 650 (remove_files) COMPLETE |
5787 | 2024-08-08T20:42:41.465Z | [ recovery-image] Aug 08 20:42:40.217 INFO O| Aug 08 20:42:40.217 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-08-08T20:42:41.472Z | [ recovery-image] Aug 08 20:42:40.227 INFO O| Aug 08 20:42:40.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5789 | 2024-08-08T20:42:41.476Z | [ recovery-image] Aug 08 20:42:40.227 INFO O| Aug 08 20:42:40.227 INFO STEP 651 (remove_files) COMPLETE |
5790 | 2024-08-08T20:42:41.476Z | [ recovery-image] Aug 08 20:42:40.227 INFO O| Aug 08 20:42:40.227 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-08-08T20:42:41.482Z | [ recovery-image] Aug 08 20:42:40.236 INFO O| Aug 08 20:42:40.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5792 | 2024-08-08T20:42:41.485Z | [ recovery-image] Aug 08 20:42:40.237 INFO O| Aug 08 20:42:40.237 INFO STEP 652 (remove_files) COMPLETE |
5793 | 2024-08-08T20:42:41.485Z | [ recovery-image] Aug 08 20:42:40.237 INFO O| Aug 08 20:42:40.237 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-08-08T20:42:41.492Z | [ recovery-image] Aug 08 20:42:40.246 INFO O| Aug 08 20:42:40.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5795 | 2024-08-08T20:42:41.494Z | [ recovery-image] Aug 08 20:42:40.246 INFO O| Aug 08 20:42:40.246 INFO STEP 653 (remove_files) COMPLETE |
5796 | 2024-08-08T20:42:41.494Z | [ recovery-image] Aug 08 20:42:40.246 INFO O| Aug 08 20:42:40.246 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-08-08T20:42:41.501Z | [ recovery-image] Aug 08 20:42:40.256 INFO O| Aug 08 20:42:40.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5798 | 2024-08-08T20:42:41.504Z | [ recovery-image] Aug 08 20:42:40.256 INFO O| Aug 08 20:42:40.256 INFO STEP 654 (remove_files) COMPLETE |
5799 | 2024-08-08T20:42:41.504Z | [ recovery-image] Aug 08 20:42:40.256 INFO O| Aug 08 20:42:40.256 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-08-08T20:42:41.511Z | [ recovery-image] Aug 08 20:42:40.266 INFO O| Aug 08 20:42:40.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5801 | 2024-08-08T20:42:41.511Z | [ recovery-image] Aug 08 20:42:40.266 INFO O| Aug 08 20:42:40.266 INFO STEP 655 (remove_files) COMPLETE |
5802 | 2024-08-08T20:42:41.515Z | [ recovery-image] Aug 08 20:42:40.266 INFO O| Aug 08 20:42:40.266 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-08-08T20:42:41.521Z | [ recovery-image] Aug 08 20:42:40.275 INFO O| Aug 08 20:42:40.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5804 | 2024-08-08T20:42:41.524Z | [ recovery-image] Aug 08 20:42:40.275 INFO O| Aug 08 20:42:40.275 INFO STEP 656 (remove_files) COMPLETE |
5805 | 2024-08-08T20:42:41.524Z | [ recovery-image] Aug 08 20:42:40.275 INFO O| Aug 08 20:42:40.275 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-08-08T20:42:41.530Z | [ recovery-image] Aug 08 20:42:40.285 INFO O| Aug 08 20:42:40.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5807 | 2024-08-08T20:42:41.533Z | [ recovery-image] Aug 08 20:42:40.285 INFO O| Aug 08 20:42:40.285 INFO STEP 657 (remove_files) COMPLETE |
5808 | 2024-08-08T20:42:41.533Z | [ recovery-image] Aug 08 20:42:40.285 INFO O| Aug 08 20:42:40.285 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-08-08T20:42:41.540Z | [ recovery-image] Aug 08 20:42:40.295 INFO O| Aug 08 20:42:40.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5810 | 2024-08-08T20:42:41.543Z | [ recovery-image] Aug 08 20:42:40.295 INFO O| Aug 08 20:42:40.295 INFO STEP 658 (remove_files) COMPLETE |
5811 | 2024-08-08T20:42:41.543Z | [ recovery-image] Aug 08 20:42:40.295 INFO O| Aug 08 20:42:40.295 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-08-08T20:42:41.551Z | [ recovery-image] Aug 08 20:42:40.305 INFO O| Aug 08 20:42:40.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5813 | 2024-08-08T20:42:41.551Z | [ recovery-image] Aug 08 20:42:40.305 INFO O| Aug 08 20:42:40.305 INFO STEP 659 (remove_files) COMPLETE |
5814 | 2024-08-08T20:42:41.555Z | [ recovery-image] Aug 08 20:42:40.305 INFO O| Aug 08 20:42:40.305 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-08-08T20:42:41.560Z | [ recovery-image] Aug 08 20:42:40.315 INFO O| Aug 08 20:42:40.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5816 | 2024-08-08T20:42:41.560Z | [ recovery-image] Aug 08 20:42:40.315 INFO O| Aug 08 20:42:40.315 INFO STEP 660 (remove_files) COMPLETE |
5817 | 2024-08-08T20:42:41.560Z | [ recovery-image] Aug 08 20:42:40.315 INFO O| Aug 08 20:42:40.315 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-08-08T20:42:41.570Z | [ recovery-image] Aug 08 20:42:40.325 INFO O| Aug 08 20:42:40.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5819 | 2024-08-08T20:42:41.570Z | [ recovery-image] Aug 08 20:42:40.325 INFO O| Aug 08 20:42:40.325 INFO STEP 661 (remove_files) COMPLETE |
5820 | 2024-08-08T20:42:41.570Z | [ recovery-image] Aug 08 20:42:40.325 INFO O| Aug 08 20:42:40.325 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-08-08T20:42:41.580Z | [ recovery-image] Aug 08 20:42:40.335 INFO O| Aug 08 20:42:40.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5822 | 2024-08-08T20:42:41.580Z | [ recovery-image] Aug 08 20:42:40.335 INFO O| Aug 08 20:42:40.335 INFO STEP 662 (remove_files) COMPLETE |
5823 | 2024-08-08T20:42:41.584Z | [ recovery-image] Aug 08 20:42:40.335 INFO O| Aug 08 20:42:40.335 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-08-08T20:42:41.590Z | [ recovery-image] Aug 08 20:42:40.344 INFO O| Aug 08 20:42:40.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5825 | 2024-08-08T20:42:41.590Z | [ recovery-image] Aug 08 20:42:40.345 INFO O| Aug 08 20:42:40.344 INFO STEP 663 (remove_files) COMPLETE |
5826 | 2024-08-08T20:42:41.590Z | [ recovery-image] Aug 08 20:42:40.345 INFO O| Aug 08 20:42:40.345 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-08-08T20:42:41.600Z | [ recovery-image] Aug 08 20:42:40.354 INFO O| Aug 08 20:42:40.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5828 | 2024-08-08T20:42:41.603Z | [ recovery-image] Aug 08 20:42:40.354 INFO O| Aug 08 20:42:40.354 INFO STEP 664 (remove_files) COMPLETE |
5829 | 2024-08-08T20:42:41.603Z | [ recovery-image] Aug 08 20:42:40.354 INFO O| Aug 08 20:42:40.354 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-08-08T20:42:41.609Z | [ recovery-image] Aug 08 20:42:40.364 INFO O| Aug 08 20:42:40.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5831 | 2024-08-08T20:42:41.617Z | [ recovery-image] Aug 08 20:42:40.364 INFO O| Aug 08 20:42:40.364 INFO STEP 665 (remove_files) COMPLETE |
5832 | 2024-08-08T20:42:41.617Z | [ recovery-image] Aug 08 20:42:40.364 INFO O| Aug 08 20:42:40.364 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-08-08T20:42:41.621Z | [ recovery-image] Aug 08 20:42:40.373 INFO O| Aug 08 20:42:40.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5834 | 2024-08-08T20:42:41.621Z | [ recovery-image] Aug 08 20:42:40.373 INFO O| Aug 08 20:42:40.373 INFO STEP 666 (remove_files) COMPLETE |
5835 | 2024-08-08T20:42:41.621Z | [ recovery-image] Aug 08 20:42:40.373 INFO O| Aug 08 20:42:40.373 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-08-08T20:42:41.630Z | [ recovery-image] Aug 08 20:42:40.383 INFO O| Aug 08 20:42:40.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5837 | 2024-08-08T20:42:41.633Z | [ recovery-image] Aug 08 20:42:40.383 INFO O| Aug 08 20:42:40.383 INFO STEP 667 (remove_files) COMPLETE |
5838 | 2024-08-08T20:42:41.633Z | [ recovery-image] Aug 08 20:42:40.383 INFO O| Aug 08 20:42:40.383 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-08-08T20:42:41.638Z | [ recovery-image] Aug 08 20:42:40.392 INFO O| Aug 08 20:42:40.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5840 | 2024-08-08T20:42:41.638Z | [ recovery-image] Aug 08 20:42:40.393 INFO O| Aug 08 20:42:40.393 INFO STEP 668 (remove_files) COMPLETE |
5841 | 2024-08-08T20:42:41.638Z | [ recovery-image] Aug 08 20:42:40.393 INFO O| Aug 08 20:42:40.393 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-08-08T20:42:41.648Z | [ recovery-image] Aug 08 20:42:40.402 INFO O| Aug 08 20:42:40.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5843 | 2024-08-08T20:42:41.648Z | [ recovery-image] Aug 08 20:42:40.402 INFO O| Aug 08 20:42:40.402 INFO STEP 669 (remove_files) COMPLETE |
5844 | 2024-08-08T20:42:41.648Z | [ recovery-image] Aug 08 20:42:40.402 INFO O| Aug 08 20:42:40.402 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-08-08T20:42:41.658Z | [ recovery-image] Aug 08 20:42:40.412 INFO O| Aug 08 20:42:40.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5846 | 2024-08-08T20:42:41.658Z | [ recovery-image] Aug 08 20:42:40.413 INFO O| Aug 08 20:42:40.412 INFO STEP 670 (remove_files) COMPLETE |
5847 | 2024-08-08T20:42:41.661Z | [ recovery-image] Aug 08 20:42:40.413 INFO O| Aug 08 20:42:40.412 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-08-08T20:42:41.668Z | [ recovery-image] Aug 08 20:42:40.423 INFO O| Aug 08 20:42:40.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5849 | 2024-08-08T20:42:41.668Z | [ recovery-image] Aug 08 20:42:40.423 INFO O| Aug 08 20:42:40.423 INFO STEP 671 (remove_files) COMPLETE |
5850 | 2024-08-08T20:42:41.668Z | [ recovery-image] Aug 08 20:42:40.423 INFO O| Aug 08 20:42:40.423 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-08-08T20:42:41.679Z | [ recovery-image] Aug 08 20:42:40.433 INFO O| Aug 08 20:42:40.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5852 | 2024-08-08T20:42:41.679Z | [ recovery-image] Aug 08 20:42:40.433 INFO O| Aug 08 20:42:40.433 INFO STEP 672 (remove_files) COMPLETE |
5853 | 2024-08-08T20:42:41.682Z | [ recovery-image] Aug 08 20:42:40.433 INFO O| Aug 08 20:42:40.433 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-08-08T20:42:41.689Z | [ recovery-image] Aug 08 20:42:40.443 INFO O| Aug 08 20:42:40.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5855 | 2024-08-08T20:42:41.692Z | [ recovery-image] Aug 08 20:42:40.443 INFO O| Aug 08 20:42:40.443 INFO STEP 673 (remove_files) COMPLETE |
5856 | 2024-08-08T20:42:41.692Z | [ recovery-image] Aug 08 20:42:40.444 INFO O| Aug 08 20:42:40.443 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-08-08T20:42:41.699Z | [ recovery-image] Aug 08 20:42:40.453 INFO O| Aug 08 20:42:40.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5858 | 2024-08-08T20:42:41.702Z | [ recovery-image] Aug 08 20:42:40.454 INFO O| Aug 08 20:42:40.453 INFO STEP 674 (remove_files) COMPLETE |
5859 | 2024-08-08T20:42:41.702Z | [ recovery-image] Aug 08 20:42:40.454 INFO O| Aug 08 20:42:40.453 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-08-08T20:42:41.709Z | [ recovery-image] Aug 08 20:42:40.463 INFO O| Aug 08 20:42:40.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5861 | 2024-08-08T20:42:41.712Z | [ recovery-image] Aug 08 20:42:40.463 INFO O| Aug 08 20:42:40.463 INFO STEP 675 (remove_files) COMPLETE |
5862 | 2024-08-08T20:42:41.712Z | [ recovery-image] Aug 08 20:42:40.463 INFO O| Aug 08 20:42:40.463 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-08-08T20:42:41.719Z | [ recovery-image] Aug 08 20:42:40.473 INFO O| Aug 08 20:42:40.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5864 | 2024-08-08T20:42:41.722Z | [ recovery-image] Aug 08 20:42:40.473 INFO O| Aug 08 20:42:40.473 INFO STEP 676 (remove_files) COMPLETE |
5865 | 2024-08-08T20:42:41.722Z | [ recovery-image] Aug 08 20:42:40.473 INFO O| Aug 08 20:42:40.473 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-08-08T20:42:41.728Z | [ recovery-image] Aug 08 20:42:40.483 INFO O| Aug 08 20:42:40.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5867 | 2024-08-08T20:42:41.731Z | [ recovery-image] Aug 08 20:42:40.483 INFO O| Aug 08 20:42:40.483 INFO STEP 677 (remove_files) COMPLETE |
5868 | 2024-08-08T20:42:41.731Z | [ recovery-image] Aug 08 20:42:40.483 INFO O| Aug 08 20:42:40.483 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-08-08T20:42:41.738Z | [ recovery-image] Aug 08 20:42:40.492 INFO O| Aug 08 20:42:40.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5870 | 2024-08-08T20:42:41.738Z | [ recovery-image] Aug 08 20:42:40.493 INFO O| Aug 08 20:42:40.492 INFO STEP 678 (remove_files) COMPLETE |
5871 | 2024-08-08T20:42:41.741Z | [ recovery-image] Aug 08 20:42:40.493 INFO O| Aug 08 20:42:40.492 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-08-08T20:42:41.747Z | [ recovery-image] Aug 08 20:42:40.502 INFO O| Aug 08 20:42:40.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5873 | 2024-08-08T20:42:41.747Z | [ recovery-image] Aug 08 20:42:40.502 INFO O| Aug 08 20:42:40.502 INFO STEP 679 (remove_files) COMPLETE |
5874 | 2024-08-08T20:42:41.751Z | [ recovery-image] Aug 08 20:42:40.502 INFO O| Aug 08 20:42:40.502 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-08-08T20:42:41.757Z | [ recovery-image] Aug 08 20:42:40.511 INFO O| Aug 08 20:42:40.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5876 | 2024-08-08T20:42:41.760Z | [ recovery-image] Aug 08 20:42:40.511 INFO O| Aug 08 20:42:40.511 INFO STEP 680 (remove_files) COMPLETE |
5877 | 2024-08-08T20:42:41.760Z | [ recovery-image] Aug 08 20:42:40.511 INFO O| Aug 08 20:42:40.511 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-08-08T20:42:41.766Z | [ recovery-image] Aug 08 20:42:40.521 INFO O| Aug 08 20:42:40.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5879 | 2024-08-08T20:42:41.766Z | [ recovery-image] Aug 08 20:42:40.521 INFO O| Aug 08 20:42:40.521 INFO STEP 681 (remove_files) COMPLETE |
5880 | 2024-08-08T20:42:41.769Z | [ recovery-image] Aug 08 20:42:40.521 INFO O| Aug 08 20:42:40.521 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-08-08T20:42:41.776Z | [ recovery-image] Aug 08 20:42:40.530 INFO O| Aug 08 20:42:40.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5882 | 2024-08-08T20:42:41.779Z | [ recovery-image] Aug 08 20:42:40.530 INFO O| Aug 08 20:42:40.530 INFO STEP 682 (remove_files) COMPLETE |
5883 | 2024-08-08T20:42:41.779Z | [ recovery-image] Aug 08 20:42:40.530 INFO O| Aug 08 20:42:40.530 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-08-08T20:42:41.786Z | [ recovery-image] Aug 08 20:42:40.541 INFO O| Aug 08 20:42:40.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5885 | 2024-08-08T20:42:41.786Z | [ recovery-image] Aug 08 20:42:40.541 INFO O| Aug 08 20:42:40.541 INFO STEP 683 (remove_files) COMPLETE |
5886 | 2024-08-08T20:42:41.790Z | [ recovery-image] Aug 08 20:42:40.541 INFO O| Aug 08 20:42:40.541 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-08-08T20:42:41.796Z | [ recovery-image] Aug 08 20:42:40.550 INFO O| Aug 08 20:42:40.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5888 | 2024-08-08T20:42:41.796Z | [ recovery-image] Aug 08 20:42:40.550 INFO O| Aug 08 20:42:40.550 INFO STEP 684 (remove_files) COMPLETE |
5889 | 2024-08-08T20:42:41.796Z | [ recovery-image] Aug 08 20:42:40.550 INFO O| Aug 08 20:42:40.550 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-08-08T20:42:41.806Z | [ recovery-image] Aug 08 20:42:40.560 INFO O| Aug 08 20:42:40.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5891 | 2024-08-08T20:42:41.806Z | [ recovery-image] Aug 08 20:42:40.560 INFO O| Aug 08 20:42:40.560 INFO STEP 685 (remove_files) COMPLETE |
5892 | 2024-08-08T20:42:41.806Z | [ recovery-image] Aug 08 20:42:40.560 INFO O| Aug 08 20:42:40.560 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-08-08T20:42:41.815Z | [ recovery-image] Aug 08 20:42:40.569 INFO O| Aug 08 20:42:40.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5894 | 2024-08-08T20:42:41.815Z | [ recovery-image] Aug 08 20:42:40.570 INFO O| Aug 08 20:42:40.569 INFO STEP 686 (remove_files) COMPLETE |
5895 | 2024-08-08T20:42:41.818Z | [ recovery-image] Aug 08 20:42:40.570 INFO O| Aug 08 20:42:40.570 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-08-08T20:42:41.824Z | [ recovery-image] Aug 08 20:42:40.579 INFO O| Aug 08 20:42:40.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5897 | 2024-08-08T20:42:41.824Z | [ recovery-image] Aug 08 20:42:40.579 INFO O| Aug 08 20:42:40.579 INFO STEP 687 (remove_files) COMPLETE |
5898 | 2024-08-08T20:42:41.827Z | [ recovery-image] Aug 08 20:42:40.579 INFO O| Aug 08 20:42:40.579 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-08-08T20:42:41.834Z | [ recovery-image] Aug 08 20:42:40.588 INFO O| Aug 08 20:42:40.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5900 | 2024-08-08T20:42:41.834Z | [ recovery-image] Aug 08 20:42:40.588 INFO O| Aug 08 20:42:40.588 INFO STEP 688 (remove_files) COMPLETE |
5901 | 2024-08-08T20:42:41.837Z | [ recovery-image] Aug 08 20:42:40.588 INFO O| Aug 08 20:42:40.588 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-08-08T20:42:41.844Z | [ recovery-image] Aug 08 20:42:40.598 INFO O| Aug 08 20:42:40.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5903 | 2024-08-08T20:42:41.846Z | [ recovery-image] Aug 08 20:42:40.598 INFO O| Aug 08 20:42:40.598 INFO STEP 689 (remove_files) COMPLETE |
5904 | 2024-08-08T20:42:41.847Z | [ recovery-image] Aug 08 20:42:40.598 INFO O| Aug 08 20:42:40.598 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-08-08T20:42:41.853Z | [ recovery-image] Aug 08 20:42:40.608 INFO O| Aug 08 20:42:40.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5906 | 2024-08-08T20:42:41.853Z | [ recovery-image] Aug 08 20:42:40.608 INFO O| Aug 08 20:42:40.608 INFO STEP 690 (remove_files) COMPLETE |
5907 | 2024-08-08T20:42:41.856Z | [ recovery-image] Aug 08 20:42:40.608 INFO O| Aug 08 20:42:40.608 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-08-08T20:42:41.863Z | [ recovery-image] Aug 08 20:42:40.618 INFO O| Aug 08 20:42:40.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5909 | 2024-08-08T20:42:41.863Z | [ recovery-image] Aug 08 20:42:40.618 INFO O| Aug 08 20:42:40.618 INFO STEP 691 (remove_files) COMPLETE |
5910 | 2024-08-08T20:42:41.866Z | [ recovery-image] Aug 08 20:42:40.618 INFO O| Aug 08 20:42:40.618 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-08-08T20:42:41.873Z | [ recovery-image] Aug 08 20:42:40.628 INFO O| Aug 08 20:42:40.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5912 | 2024-08-08T20:42:41.873Z | [ recovery-image] Aug 08 20:42:40.628 INFO O| Aug 08 20:42:40.628 INFO STEP 692 (remove_files) COMPLETE |
5913 | 2024-08-08T20:42:41.877Z | [ recovery-image] Aug 08 20:42:40.628 INFO O| Aug 08 20:42:40.628 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-08-08T20:42:41.883Z | [ recovery-image] Aug 08 20:42:40.638 INFO O| Aug 08 20:42:40.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5915 | 2024-08-08T20:42:41.883Z | [ recovery-image] Aug 08 20:42:40.638 INFO O| Aug 08 20:42:40.638 INFO STEP 693 (remove_files) COMPLETE |
5916 | 2024-08-08T20:42:41.886Z | [ recovery-image] Aug 08 20:42:40.638 INFO O| Aug 08 20:42:40.638 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-08-08T20:42:41.894Z | [ recovery-image] Aug 08 20:42:40.647 INFO O| Aug 08 20:42:40.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
5918 | 2024-08-08T20:42:41.894Z | [ recovery-image] Aug 08 20:42:40.647 INFO O| Aug 08 20:42:40.647 INFO STEP 694 (remove_files) COMPLETE |
5919 | 2024-08-08T20:42:41.897Z | [ recovery-image] Aug 08 20:42:40.647 INFO O| Aug 08 20:42:40.647 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-08-08T20:42:41.902Z | [ recovery-image] Aug 08 20:42:40.657 INFO O| Aug 08 20:42:40.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
5921 | 2024-08-08T20:42:41.902Z | [ recovery-image] Aug 08 20:42:40.657 INFO O| Aug 08 20:42:40.657 INFO STEP 695 (remove_files) COMPLETE |
5922 | 2024-08-08T20:42:41.905Z | [ recovery-image] Aug 08 20:42:40.657 INFO O| Aug 08 20:42:40.657 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-08-08T20:42:41.912Z | [ recovery-image] Aug 08 20:42:40.666 INFO O| Aug 08 20:42:40.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
5924 | 2024-08-08T20:42:41.915Z | [ recovery-image] Aug 08 20:42:40.666 INFO O| Aug 08 20:42:40.666 INFO STEP 696 (remove_files) COMPLETE |
5925 | 2024-08-08T20:42:41.915Z | [ recovery-image] Aug 08 20:42:40.666 INFO O| Aug 08 20:42:40.666 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-08-08T20:42:41.922Z | [ recovery-image] Aug 08 20:42:40.676 INFO O| Aug 08 20:42:40.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
5927 | 2024-08-08T20:42:41.925Z | [ recovery-image] Aug 08 20:42:40.677 INFO O| Aug 08 20:42:40.677 INFO STEP 697 (remove_files) COMPLETE |
5928 | 2024-08-08T20:42:41.925Z | [ recovery-image] Aug 08 20:42:40.677 INFO O| Aug 08 20:42:40.677 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-08-08T20:42:41.932Z | [ recovery-image] Aug 08 20:42:40.687 INFO O| Aug 08 20:42:40.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
5930 | 2024-08-08T20:42:41.932Z | [ recovery-image] Aug 08 20:42:40.687 INFO O| Aug 08 20:42:40.687 INFO STEP 698 (remove_files) COMPLETE |
5931 | 2024-08-08T20:42:41.932Z | [ recovery-image] Aug 08 20:42:40.687 INFO O| Aug 08 20:42:40.687 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-08-08T20:42:41.943Z | [ recovery-image] Aug 08 20:42:40.697 INFO O| Aug 08 20:42:40.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
5933 | 2024-08-08T20:42:41.943Z | [ recovery-image] Aug 08 20:42:40.697 INFO O| Aug 08 20:42:40.697 INFO STEP 699 (remove_files) COMPLETE |
5934 | 2024-08-08T20:42:41.946Z | [ recovery-image] Aug 08 20:42:40.697 INFO O| Aug 08 20:42:40.697 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-08-08T20:42:41.952Z | [ recovery-image] Aug 08 20:42:40.707 INFO O| Aug 08 20:42:40.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
5936 | 2024-08-08T20:42:41.955Z | [ recovery-image] Aug 08 20:42:40.707 INFO O| Aug 08 20:42:40.707 INFO STEP 700 (remove_files) COMPLETE |
5937 | 2024-08-08T20:42:41.955Z | [ recovery-image] Aug 08 20:42:40.707 INFO O| Aug 08 20:42:40.707 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-08-08T20:42:41.962Z | [ recovery-image] Aug 08 20:42:40.717 INFO O| Aug 08 20:42:40.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
5939 | 2024-08-08T20:42:41.965Z | [ recovery-image] Aug 08 20:42:40.717 INFO O| Aug 08 20:42:40.717 INFO STEP 701 (remove_files) COMPLETE |
5940 | 2024-08-08T20:42:41.965Z | [ recovery-image] Aug 08 20:42:40.717 INFO O| Aug 08 20:42:40.717 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-08-08T20:42:41.972Z | [ recovery-image] Aug 08 20:42:40.726 INFO O| Aug 08 20:42:40.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
5942 | 2024-08-08T20:42:41.972Z | [ recovery-image] Aug 08 20:42:40.726 INFO O| Aug 08 20:42:40.726 INFO STEP 702 (remove_files) COMPLETE |
5943 | 2024-08-08T20:42:41.975Z | [ recovery-image] Aug 08 20:42:40.726 INFO O| Aug 08 20:42:40.726 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-08-08T20:42:41.981Z | [ recovery-image] Aug 08 20:42:40.736 INFO O| Aug 08 20:42:40.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
5945 | 2024-08-08T20:42:41.982Z | [ recovery-image] Aug 08 20:42:40.736 INFO O| Aug 08 20:42:40.736 INFO STEP 703 (remove_files) COMPLETE |
5946 | 2024-08-08T20:42:41.984Z | [ recovery-image] Aug 08 20:42:40.736 INFO O| Aug 08 20:42:40.736 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-08-08T20:42:41.991Z | [ recovery-image] Aug 08 20:42:40.746 INFO O| Aug 08 20:42:40.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
5948 | 2024-08-08T20:42:41.991Z | [ recovery-image] Aug 08 20:42:40.746 INFO O| Aug 08 20:42:40.746 INFO STEP 704 (remove_files) COMPLETE |
5949 | 2024-08-08T20:42:41.991Z | [ recovery-image] Aug 08 20:42:40.746 INFO O| Aug 08 20:42:40.746 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-08-08T20:42:42.001Z | [ recovery-image] Aug 08 20:42:40.755 INFO O| Aug 08 20:42:40.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
5951 | 2024-08-08T20:42:42.004Z | [ recovery-image] Aug 08 20:42:40.755 INFO O| Aug 08 20:42:40.755 INFO STEP 705 (remove_files) COMPLETE |
5952 | 2024-08-08T20:42:42.004Z | [ recovery-image] Aug 08 20:42:40.755 INFO O| Aug 08 20:42:40.755 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-08-08T20:42:42.010Z | [ recovery-image] Aug 08 20:42:40.765 INFO O| Aug 08 20:42:40.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
5954 | 2024-08-08T20:42:42.014Z | [ recovery-image] Aug 08 20:42:40.765 INFO O| Aug 08 20:42:40.765 INFO STEP 706 (remove_files) COMPLETE |
5955 | 2024-08-08T20:42:42.014Z | [ recovery-image] Aug 08 20:42:40.765 INFO O| Aug 08 20:42:40.765 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-08-08T20:42:42.020Z | [ recovery-image] Aug 08 20:42:40.774 INFO O| Aug 08 20:42:40.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
5957 | 2024-08-08T20:42:42.020Z | [ recovery-image] Aug 08 20:42:40.774 INFO O| Aug 08 20:42:40.774 INFO STEP 707 (remove_files) COMPLETE |
5958 | 2024-08-08T20:42:42.023Z | [ recovery-image] Aug 08 20:42:40.775 INFO O| Aug 08 20:42:40.774 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-08-08T20:42:42.029Z | [ recovery-image] Aug 08 20:42:40.784 INFO O| Aug 08 20:42:40.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
5960 | 2024-08-08T20:42:42.030Z | [ recovery-image] Aug 08 20:42:40.784 INFO O| Aug 08 20:42:40.784 INFO STEP 708 (remove_files) COMPLETE |
5961 | 2024-08-08T20:42:42.030Z | [ recovery-image] Aug 08 20:42:40.784 INFO O| Aug 08 20:42:40.784 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-08-08T20:42:42.039Z | [ recovery-image] Aug 08 20:42:40.793 INFO O| Aug 08 20:42:40.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
5963 | 2024-08-08T20:42:42.042Z | [ recovery-image] Aug 08 20:42:40.793 INFO O| Aug 08 20:42:40.793 INFO STEP 709 (remove_files) COMPLETE |
5964 | 2024-08-08T20:42:42.042Z | [ recovery-image] Aug 08 20:42:40.793 INFO O| Aug 08 20:42:40.793 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-08-08T20:42:42.049Z | [ recovery-image] Aug 08 20:42:40.803 INFO O| Aug 08 20:42:40.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
5966 | 2024-08-08T20:42:42.052Z | [ recovery-image] Aug 08 20:42:40.803 INFO O| Aug 08 20:42:40.803 INFO STEP 710 (remove_files) COMPLETE |
5967 | 2024-08-08T20:42:42.052Z | [ recovery-image] Aug 08 20:42:40.803 INFO O| Aug 08 20:42:40.803 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-08-08T20:42:42.058Z | [ recovery-image] Aug 08 20:42:40.813 INFO O| Aug 08 20:42:40.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
5969 | 2024-08-08T20:42:42.058Z | [ recovery-image] Aug 08 20:42:40.813 INFO O| Aug 08 20:42:40.813 INFO STEP 711 (remove_files) COMPLETE |
5970 | 2024-08-08T20:42:42.059Z | [ recovery-image] Aug 08 20:42:40.813 INFO O| Aug 08 20:42:40.813 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-08-08T20:42:42.068Z | [ recovery-image] Aug 08 20:42:40.822 INFO O| Aug 08 20:42:40.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
5972 | 2024-08-08T20:42:42.071Z | [ recovery-image] Aug 08 20:42:40.822 INFO O| Aug 08 20:42:40.822 INFO STEP 712 (remove_files) COMPLETE |
5973 | 2024-08-08T20:42:42.071Z | [ recovery-image] Aug 08 20:42:40.822 INFO O| Aug 08 20:42:40.822 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-08-08T20:42:42.078Z | [ recovery-image] Aug 08 20:42:40.832 INFO O| Aug 08 20:42:40.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
5975 | 2024-08-08T20:42:42.081Z | [ recovery-image] Aug 08 20:42:40.832 INFO O| Aug 08 20:42:40.832 INFO STEP 713 (remove_files) COMPLETE |
5976 | 2024-08-08T20:42:42.081Z | [ recovery-image] Aug 08 20:42:40.832 INFO O| Aug 08 20:42:40.832 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-08-08T20:42:42.087Z | [ recovery-image] Aug 08 20:42:40.842 INFO O| Aug 08 20:42:40.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
5978 | 2024-08-08T20:42:42.087Z | [ recovery-image] Aug 08 20:42:40.842 INFO O| Aug 08 20:42:40.842 INFO STEP 714 (remove_files) COMPLETE |
5979 | 2024-08-08T20:42:42.090Z | [ recovery-image] Aug 08 20:42:40.842 INFO O| Aug 08 20:42:40.842 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-08-08T20:42:42.097Z | [ recovery-image] Aug 08 20:42:40.851 INFO O| Aug 08 20:42:40.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
5981 | 2024-08-08T20:42:42.097Z | [ recovery-image] Aug 08 20:42:40.851 INFO O| Aug 08 20:42:40.851 INFO STEP 715 (remove_files) COMPLETE |
5982 | 2024-08-08T20:42:42.100Z | [ recovery-image] Aug 08 20:42:40.851 INFO O| Aug 08 20:42:40.851 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-08-08T20:42:42.106Z | [ recovery-image] Aug 08 20:42:40.861 INFO O| Aug 08 20:42:40.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
5984 | 2024-08-08T20:42:42.106Z | [ recovery-image] Aug 08 20:42:40.861 INFO O| Aug 08 20:42:40.861 INFO STEP 716 (remove_files) COMPLETE |
5985 | 2024-08-08T20:42:42.107Z | [ recovery-image] Aug 08 20:42:40.861 INFO O| Aug 08 20:42:40.861 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-08-08T20:42:42.116Z | [ recovery-image] Aug 08 20:42:40.870 INFO O| Aug 08 20:42:40.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
5987 | 2024-08-08T20:42:42.116Z | [ recovery-image] Aug 08 20:42:40.871 INFO O| Aug 08 20:42:40.871 INFO STEP 717 (remove_files) COMPLETE |
5988 | 2024-08-08T20:42:42.119Z | [ recovery-image] Aug 08 20:42:40.871 INFO O| Aug 08 20:42:40.871 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-08-08T20:42:42.126Z | [ recovery-image] Aug 08 20:42:40.880 INFO O| Aug 08 20:42:40.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
5990 | 2024-08-08T20:42:42.126Z | [ recovery-image] Aug 08 20:42:40.880 INFO O| Aug 08 20:42:40.880 INFO STEP 718 (remove_files) COMPLETE |
5991 | 2024-08-08T20:42:42.129Z | [ recovery-image] Aug 08 20:42:40.880 INFO O| Aug 08 20:42:40.880 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-08-08T20:42:42.135Z | [ recovery-image] Aug 08 20:42:40.890 INFO O| Aug 08 20:42:40.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
5993 | 2024-08-08T20:42:42.138Z | [ recovery-image] Aug 08 20:42:40.890 INFO O| Aug 08 20:42:40.890 INFO STEP 719 (remove_files) COMPLETE |
5994 | 2024-08-08T20:42:42.138Z | [ recovery-image] Aug 08 20:42:40.890 INFO O| Aug 08 20:42:40.890 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-08-08T20:42:42.146Z | [ recovery-image] Aug 08 20:42:40.900 INFO O| Aug 08 20:42:40.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
5996 | 2024-08-08T20:42:42.149Z | [ recovery-image] Aug 08 20:42:40.900 INFO O| Aug 08 20:42:40.900 INFO STEP 720 (remove_files) COMPLETE |
5997 | 2024-08-08T20:42:42.149Z | [ recovery-image] Aug 08 20:42:40.900 INFO O| Aug 08 20:42:40.900 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-08-08T20:42:42.155Z | [ recovery-image] Aug 08 20:42:40.909 INFO O| Aug 08 20:42:40.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
5999 | 2024-08-08T20:42:42.155Z | [ recovery-image] Aug 08 20:42:40.909 INFO O| Aug 08 20:42:40.909 INFO STEP 721 (remove_files) COMPLETE |
6000 | 2024-08-08T20:42:42.157Z | [ recovery-image] Aug 08 20:42:40.909 INFO O| Aug 08 20:42:40.909 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-08-08T20:42:42.164Z | [ recovery-image] Aug 08 20:42:40.918 INFO O| Aug 08 20:42:40.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6002 | 2024-08-08T20:42:42.164Z | [ recovery-image] Aug 08 20:42:40.919 INFO O| Aug 08 20:42:40.919 INFO STEP 722 (remove_files) COMPLETE |
6003 | 2024-08-08T20:42:42.167Z | [ recovery-image] Aug 08 20:42:40.919 INFO O| Aug 08 20:42:40.919 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-08-08T20:42:42.174Z | [ recovery-image] Aug 08 20:42:40.928 INFO O| Aug 08 20:42:40.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6005 | 2024-08-08T20:42:42.174Z | [ recovery-image] Aug 08 20:42:40.928 INFO O| Aug 08 20:42:40.928 INFO STEP 723 (remove_files) COMPLETE |
6006 | 2024-08-08T20:42:42.174Z | [ recovery-image] Aug 08 20:42:40.928 INFO O| Aug 08 20:42:40.928 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-08-08T20:42:42.183Z | [ recovery-image] Aug 08 20:42:40.938 INFO O| Aug 08 20:42:40.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6008 | 2024-08-08T20:42:42.188Z | [ recovery-image] Aug 08 20:42:40.938 INFO O| Aug 08 20:42:40.938 INFO STEP 724 (remove_files) COMPLETE |
6009 | 2024-08-08T20:42:42.188Z | [ recovery-image] Aug 08 20:42:40.938 INFO O| Aug 08 20:42:40.938 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-08-08T20:42:42.193Z | [ recovery-image] Aug 08 20:42:40.947 INFO O| Aug 08 20:42:40.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6011 | 2024-08-08T20:42:42.193Z | [ recovery-image] Aug 08 20:42:40.947 INFO O| Aug 08 20:42:40.947 INFO STEP 725 (remove_files) COMPLETE |
6012 | 2024-08-08T20:42:42.202Z | [ recovery-image] Aug 08 20:42:40.947 INFO O| Aug 08 20:42:40.947 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-08-08T20:42:42.206Z | [ recovery-image] Aug 08 20:42:40.956 INFO O| Aug 08 20:42:40.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6014 | 2024-08-08T20:42:42.206Z | [ recovery-image] Aug 08 20:42:40.957 INFO O| Aug 08 20:42:40.957 INFO STEP 726 (remove_files) COMPLETE |
6015 | 2024-08-08T20:42:42.206Z | [ recovery-image] Aug 08 20:42:40.957 INFO O| Aug 08 20:42:40.957 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-08-08T20:42:42.211Z | [ recovery-image] Aug 08 20:42:40.966 INFO O| Aug 08 20:42:40.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6017 | 2024-08-08T20:42:42.211Z | [ recovery-image] Aug 08 20:42:40.966 INFO O| Aug 08 20:42:40.966 INFO STEP 727 (remove_files) COMPLETE |
6018 | 2024-08-08T20:42:42.215Z | [ recovery-image] Aug 08 20:42:40.966 INFO O| Aug 08 20:42:40.966 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-08-08T20:42:42.221Z | [ recovery-image] Aug 08 20:42:40.975 INFO O| Aug 08 20:42:40.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6020 | 2024-08-08T20:42:42.224Z | [ recovery-image] Aug 08 20:42:40.975 INFO O| Aug 08 20:42:40.975 INFO STEP 728 (remove_files) COMPLETE |
6021 | 2024-08-08T20:42:42.224Z | [ recovery-image] Aug 08 20:42:40.975 INFO O| Aug 08 20:42:40.975 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-08-08T20:42:42.231Z | [ recovery-image] Aug 08 20:42:40.985 INFO O| Aug 08 20:42:40.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6023 | 2024-08-08T20:42:42.234Z | [ recovery-image] Aug 08 20:42:40.986 INFO O| Aug 08 20:42:40.986 INFO STEP 729 (remove_files) COMPLETE |
6024 | 2024-08-08T20:42:42.234Z | [ recovery-image] Aug 08 20:42:40.986 INFO O| Aug 08 20:42:40.986 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-08-08T20:42:42.241Z | [ recovery-image] Aug 08 20:42:40.995 INFO O| Aug 08 20:42:40.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6026 | 2024-08-08T20:42:42.243Z | [ recovery-image] Aug 08 20:42:40.995 INFO O| Aug 08 20:42:40.995 INFO STEP 730 (remove_files) COMPLETE |
6027 | 2024-08-08T20:42:42.244Z | [ recovery-image] Aug 08 20:42:40.995 INFO O| Aug 08 20:42:40.995 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-08-08T20:42:42.251Z | [ recovery-image] Aug 08 20:42:41.005 INFO O| Aug 08 20:42:41.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6029 | 2024-08-08T20:42:42.254Z | [ recovery-image] Aug 08 20:42:41.005 INFO O| Aug 08 20:42:41.005 INFO STEP 731 (remove_files) COMPLETE |
6030 | 2024-08-08T20:42:42.254Z | [ recovery-image] Aug 08 20:42:41.005 INFO O| Aug 08 20:42:41.005 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-08-08T20:42:42.261Z | [ recovery-image] Aug 08 20:42:41.016 INFO O| Aug 08 20:42:41.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6032 | 2024-08-08T20:42:42.262Z | [ recovery-image] Aug 08 20:42:41.016 INFO O| Aug 08 20:42:41.016 INFO STEP 732 (remove_files) COMPLETE |
6033 | 2024-08-08T20:42:42.264Z | [ recovery-image] Aug 08 20:42:41.016 INFO O| Aug 08 20:42:41.016 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-08-08T20:42:42.272Z | [ recovery-image] Aug 08 20:42:41.027 INFO O| Aug 08 20:42:41.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6035 | 2024-08-08T20:42:42.272Z | [ recovery-image] Aug 08 20:42:41.027 INFO O| Aug 08 20:42:41.027 INFO STEP 733 (remove_files) COMPLETE |
6036 | 2024-08-08T20:42:42.275Z | [ recovery-image] Aug 08 20:42:41.027 INFO O| Aug 08 20:42:41.027 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-08-08T20:42:42.283Z | [ recovery-image] Aug 08 20:42:41.037 INFO O| Aug 08 20:42:41.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6038 | 2024-08-08T20:42:42.283Z | [ recovery-image] Aug 08 20:42:41.037 INFO O| Aug 08 20:42:41.037 INFO STEP 734 (remove_files) COMPLETE |
6039 | 2024-08-08T20:42:42.286Z | [ recovery-image] Aug 08 20:42:41.037 INFO O| Aug 08 20:42:41.037 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-08-08T20:42:42.293Z | [ recovery-image] Aug 08 20:42:41.047 INFO O| Aug 08 20:42:41.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6041 | 2024-08-08T20:42:42.293Z | [ recovery-image] Aug 08 20:42:41.048 INFO O| Aug 08 20:42:41.047 INFO STEP 735 (remove_files) COMPLETE |
6042 | 2024-08-08T20:42:42.293Z | [ recovery-image] Aug 08 20:42:41.048 INFO O| Aug 08 20:42:41.048 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-08-08T20:42:42.304Z | [ recovery-image] Aug 08 20:42:41.058 INFO O| Aug 08 20:42:41.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6044 | 2024-08-08T20:42:42.306Z | [ recovery-image] Aug 08 20:42:41.058 INFO O| Aug 08 20:42:41.058 INFO STEP 736 (remove_files) COMPLETE |
6045 | 2024-08-08T20:42:42.307Z | [ recovery-image] Aug 08 20:42:41.059 INFO O| Aug 08 20:42:41.058 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-08-08T20:42:42.314Z | [ recovery-image] Aug 08 20:42:41.068 INFO O| Aug 08 20:42:41.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6047 | 2024-08-08T20:42:42.317Z | [ recovery-image] Aug 08 20:42:41.069 INFO O| Aug 08 20:42:41.069 INFO STEP 737 (remove_files) COMPLETE |
6048 | 2024-08-08T20:42:42.317Z | [ recovery-image] Aug 08 20:42:41.069 INFO O| Aug 08 20:42:41.069 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-08-08T20:42:42.324Z | [ recovery-image] Aug 08 20:42:41.079 INFO O| Aug 08 20:42:41.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6050 | 2024-08-08T20:42:42.327Z | [ recovery-image] Aug 08 20:42:41.079 INFO O| Aug 08 20:42:41.079 INFO STEP 738 (remove_files) COMPLETE |
6051 | 2024-08-08T20:42:42.327Z | [ recovery-image] Aug 08 20:42:41.079 INFO O| Aug 08 20:42:41.079 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-08-08T20:42:42.334Z | [ recovery-image] Aug 08 20:42:41.088 INFO O| Aug 08 20:42:41.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6053 | 2024-08-08T20:42:42.337Z | [ recovery-image] Aug 08 20:42:41.089 INFO O| Aug 08 20:42:41.089 INFO STEP 739 (remove_files) COMPLETE |
6054 | 2024-08-08T20:42:42.337Z | [ recovery-image] Aug 08 20:42:41.089 INFO O| Aug 08 20:42:41.089 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-08-08T20:42:42.344Z | [ recovery-image] Aug 08 20:42:41.098 INFO O| Aug 08 20:42:41.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6056 | 2024-08-08T20:42:42.344Z | [ recovery-image] Aug 08 20:42:41.098 INFO O| Aug 08 20:42:41.098 INFO STEP 740 (remove_files) COMPLETE |
6057 | 2024-08-08T20:42:42.347Z | [ recovery-image] Aug 08 20:42:41.098 INFO O| Aug 08 20:42:41.098 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-08-08T20:42:42.353Z | [ recovery-image] Aug 08 20:42:41.108 INFO O| Aug 08 20:42:41.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6059 | 2024-08-08T20:42:42.356Z | [ recovery-image] Aug 08 20:42:41.108 INFO O| Aug 08 20:42:41.108 INFO STEP 741 (remove_files) COMPLETE |
6060 | 2024-08-08T20:42:42.356Z | [ recovery-image] Aug 08 20:42:41.108 INFO O| Aug 08 20:42:41.108 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-08-08T20:42:42.363Z | [ recovery-image] Aug 08 20:42:41.117 INFO O| Aug 08 20:42:41.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6062 | 2024-08-08T20:42:42.367Z | [ recovery-image] Aug 08 20:42:41.118 INFO O| Aug 08 20:42:41.118 INFO STEP 742 (remove_files) COMPLETE |
6063 | 2024-08-08T20:42:42.367Z | [ recovery-image] Aug 08 20:42:41.118 INFO O| Aug 08 20:42:41.118 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-08-08T20:42:42.373Z | [ recovery-image] Aug 08 20:42:41.127 INFO O| Aug 08 20:42:41.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6065 | 2024-08-08T20:42:42.373Z | [ recovery-image] Aug 08 20:42:41.127 INFO O| Aug 08 20:42:41.127 INFO STEP 743 (remove_files) COMPLETE |
6066 | 2024-08-08T20:42:42.373Z | [ recovery-image] Aug 08 20:42:41.127 INFO O| Aug 08 20:42:41.127 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-08-08T20:42:42.382Z | [ recovery-image] Aug 08 20:42:41.137 INFO O| Aug 08 20:42:41.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6068 | 2024-08-08T20:42:42.385Z | [ recovery-image] Aug 08 20:42:41.137 INFO O| Aug 08 20:42:41.137 INFO STEP 744 (remove_files) COMPLETE |
6069 | 2024-08-08T20:42:42.385Z | [ recovery-image] Aug 08 20:42:41.137 INFO O| Aug 08 20:42:41.137 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-08-08T20:42:42.392Z | [ recovery-image] Aug 08 20:42:41.146 INFO O| Aug 08 20:42:41.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6071 | 2024-08-08T20:42:42.392Z | [ recovery-image] Aug 08 20:42:41.146 INFO O| Aug 08 20:42:41.146 INFO STEP 745 (remove_files) COMPLETE |
6072 | 2024-08-08T20:42:42.395Z | [ recovery-image] Aug 08 20:42:41.146 INFO O| Aug 08 20:42:41.146 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-08-08T20:42:42.403Z | [ recovery-image] Aug 08 20:42:41.156 INFO O| Aug 08 20:42:41.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6074 | 2024-08-08T20:42:42.408Z | [ recovery-image] Aug 08 20:42:41.156 INFO O| Aug 08 20:42:41.156 INFO STEP 746 (remove_files) COMPLETE |
6075 | 2024-08-08T20:42:42.408Z | [ recovery-image] Aug 08 20:42:41.156 INFO O| Aug 08 20:42:41.156 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-08-08T20:42:42.411Z | [ recovery-image] Aug 08 20:42:41.166 INFO O| Aug 08 20:42:41.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6077 | 2024-08-08T20:42:42.411Z | [ recovery-image] Aug 08 20:42:41.166 INFO O| Aug 08 20:42:41.166 INFO STEP 747 (remove_files) COMPLETE |
6078 | 2024-08-08T20:42:42.414Z | [ recovery-image] Aug 08 20:42:41.166 INFO O| Aug 08 20:42:41.166 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-08-08T20:42:42.421Z | [ recovery-image] Aug 08 20:42:41.175 INFO O| Aug 08 20:42:41.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6080 | 2024-08-08T20:42:42.423Z | [ recovery-image] Aug 08 20:42:41.175 INFO O| Aug 08 20:42:41.175 INFO STEP 748 (remove_files) COMPLETE |
6081 | 2024-08-08T20:42:42.423Z | [ recovery-image] Aug 08 20:42:41.175 INFO O| Aug 08 20:42:41.175 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-08-08T20:42:42.430Z | [ recovery-image] Aug 08 20:42:41.184 INFO O| Aug 08 20:42:41.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6083 | 2024-08-08T20:42:42.430Z | [ recovery-image] Aug 08 20:42:41.185 INFO O| Aug 08 20:42:41.184 INFO STEP 749 (remove_files) COMPLETE |
6084 | 2024-08-08T20:42:42.430Z | [ recovery-image] Aug 08 20:42:41.185 INFO O| Aug 08 20:42:41.185 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2024-08-08T20:42:42.439Z | [ recovery-image] Aug 08 20:42:41.194 INFO O| Aug 08 20:42:41.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6086 | 2024-08-08T20:42:42.442Z | [ recovery-image] Aug 08 20:42:41.194 INFO O| Aug 08 20:42:41.194 INFO STEP 750 (remove_files) COMPLETE |
6087 | 2024-08-08T20:42:42.442Z | [ recovery-image] Aug 08 20:42:41.194 INFO O| Aug 08 20:42:41.194 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2024-08-08T20:42:42.449Z | [ recovery-image] Aug 08 20:42:41.203 INFO O| Aug 08 20:42:41.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6089 | 2024-08-08T20:42:42.449Z | [ recovery-image] Aug 08 20:42:41.204 INFO O| Aug 08 20:42:41.203 INFO STEP 751 (remove_files) COMPLETE |
6090 | 2024-08-08T20:42:42.453Z | [ recovery-image] Aug 08 20:42:41.204 INFO O| Aug 08 20:42:41.203 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2024-08-08T20:42:42.458Z | [ recovery-image] Aug 08 20:42:41.213 INFO O| Aug 08 20:42:41.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6092 | 2024-08-08T20:42:42.458Z | [ recovery-image] Aug 08 20:42:41.213 INFO O| Aug 08 20:42:41.213 INFO STEP 752 (remove_files) COMPLETE |
6093 | 2024-08-08T20:42:42.461Z | [ recovery-image] Aug 08 20:42:41.213 INFO O| Aug 08 20:42:41.213 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2024-08-08T20:42:42.468Z | [ recovery-image] Aug 08 20:42:41.222 INFO O| Aug 08 20:42:41.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6095 | 2024-08-08T20:42:42.468Z | [ recovery-image] Aug 08 20:42:41.222 INFO O| Aug 08 20:42:41.222 INFO STEP 753 (remove_files) COMPLETE |
6096 | 2024-08-08T20:42:42.468Z | [ recovery-image] Aug 08 20:42:41.222 INFO O| Aug 08 20:42:41.222 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2024-08-08T20:42:42.478Z | [ recovery-image] Aug 08 20:42:41.232 INFO O| Aug 08 20:42:41.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6098 | 2024-08-08T20:42:42.478Z | [ recovery-image] Aug 08 20:42:41.232 INFO O| Aug 08 20:42:41.232 INFO STEP 754 (remove_files) COMPLETE |
6099 | 2024-08-08T20:42:42.480Z | [ recovery-image] Aug 08 20:42:41.232 INFO O| Aug 08 20:42:41.232 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-08-08T20:42:42.487Z | [ recovery-image] Aug 08 20:42:41.242 INFO O| Aug 08 20:42:41.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6101 | 2024-08-08T20:42:42.487Z | [ recovery-image] Aug 08 20:42:41.242 INFO O| Aug 08 20:42:41.242 INFO STEP 755 (remove_files) COMPLETE |
6102 | 2024-08-08T20:42:42.490Z | [ recovery-image] Aug 08 20:42:41.242 INFO O| Aug 08 20:42:41.242 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-08-08T20:42:42.498Z | [ recovery-image] Aug 08 20:42:41.251 INFO O| Aug 08 20:42:41.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6104 | 2024-08-08T20:42:42.498Z | [ recovery-image] Aug 08 20:42:41.251 INFO O| Aug 08 20:42:41.251 INFO STEP 756 (remove_files) COMPLETE |
6105 | 2024-08-08T20:42:42.498Z | [ recovery-image] Aug 08 20:42:41.251 INFO O| Aug 08 20:42:41.251 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-08-08T20:42:42.506Z | [ recovery-image] Aug 08 20:42:41.261 INFO O| Aug 08 20:42:41.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6107 | 2024-08-08T20:42:42.507Z | [ recovery-image] Aug 08 20:42:41.261 INFO O| Aug 08 20:42:41.261 INFO STEP 757 (remove_files) COMPLETE |
6108 | 2024-08-08T20:42:42.509Z | [ recovery-image] Aug 08 20:42:41.261 INFO O| Aug 08 20:42:41.261 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2024-08-08T20:42:42.516Z | [ recovery-image] Aug 08 20:42:41.270 INFO O| Aug 08 20:42:41.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6110 | 2024-08-08T20:42:42.520Z | [ recovery-image] Aug 08 20:42:41.270 INFO O| Aug 08 20:42:41.270 INFO STEP 758 (remove_files) COMPLETE |
6111 | 2024-08-08T20:42:42.520Z | [ recovery-image] Aug 08 20:42:41.270 INFO O| Aug 08 20:42:41.270 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2024-08-08T20:42:42.524Z | [ host-image] Aug 08 20:42:41.278 INFO O| Aug 08 20:42:41.278 INFO O| Done |
6113 | 2024-08-08T20:42:42.527Z | [ recovery-image] Aug 08 20:42:41.280 INFO O| Aug 08 20:42:41.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6114 | 2024-08-08T20:42:42.527Z | [ recovery-image] Aug 08 20:42:41.280 INFO O| Aug 08 20:42:41.280 INFO STEP 759 (remove_files) COMPLETE |
6115 | 2024-08-08T20:42:42.527Z | [ recovery-image] Aug 08 20:42:41.280 INFO O| Aug 08 20:42:41.280 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-08-08T20:42:42.535Z | [ recovery-image] Aug 08 20:42:41.290 INFO O| Aug 08 20:42:41.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6117 | 2024-08-08T20:42:42.538Z | [ recovery-image] Aug 08 20:42:41.290 INFO O| Aug 08 20:42:41.290 INFO STEP 760 (remove_files) COMPLETE |
6118 | 2024-08-08T20:42:42.538Z | [ recovery-image] Aug 08 20:42:41.290 INFO O| Aug 08 20:42:41.290 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-08-08T20:42:42.546Z | [ recovery-image] Aug 08 20:42:41.300 INFO O| Aug 08 20:42:41.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6120 | 2024-08-08T20:42:42.549Z | [ recovery-image] Aug 08 20:42:41.301 INFO O| Aug 08 20:42:41.301 INFO STEP 761 (remove_files) COMPLETE |
6121 | 2024-08-08T20:42:42.549Z | [ recovery-image] Aug 08 20:42:41.301 INFO O| Aug 08 20:42:41.301 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-08-08T20:42:42.549Z | [ host-image] Aug 08 20:42:41.302 INFO O| Aug 08 20:42:41.302 INFO O| Done |
6123 | 2024-08-08T20:42:42.549Z | [ host-image] Aug 08 20:42:41.302 INFO O| Aug 08 20:42:41.302 INFO O| Done |
6124 | 2024-08-08T20:42:42.558Z | [ recovery-image] Aug 08 20:42:41.312 INFO O| Aug 08 20:42:41.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6125 | 2024-08-08T20:42:42.558Z | [ recovery-image] Aug 08 20:42:41.312 INFO O| Aug 08 20:42:41.312 INFO STEP 762 (remove_files) COMPLETE |
6126 | 2024-08-08T20:42:42.558Z | [ recovery-image] Aug 08 20:42:41.312 INFO O| Aug 08 20:42:41.312 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-08-08T20:42:42.564Z | [ host-image] Aug 08 20:42:41.319 INFO O| Aug 08 20:42:41.318 INFO O| Done |
6128 | 2024-08-08T20:42:42.568Z | [ recovery-image] Aug 08 20:42:41.322 INFO O| Aug 08 20:42:41.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6129 | 2024-08-08T20:42:42.568Z | [ recovery-image] Aug 08 20:42:41.322 INFO O| Aug 08 20:42:41.322 INFO STEP 763 (remove_files) COMPLETE |
6130 | 2024-08-08T20:42:42.572Z | [ recovery-image] Aug 08 20:42:41.322 INFO O| Aug 08 20:42:41.322 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-08-08T20:42:42.578Z | [ recovery-image] Aug 08 20:42:41.332 INFO O| Aug 08 20:42:41.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6132 | 2024-08-08T20:42:42.578Z | [ recovery-image] Aug 08 20:42:41.332 INFO O| Aug 08 20:42:41.332 INFO STEP 764 (remove_files) COMPLETE |
6133 | 2024-08-08T20:42:42.578Z | [ recovery-image] Aug 08 20:42:41.332 INFO O| Aug 08 20:42:41.332 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-08-08T20:42:42.589Z | [ recovery-image] Aug 08 20:42:41.343 INFO O| Aug 08 20:42:41.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6135 | 2024-08-08T20:42:42.589Z | [ recovery-image] Aug 08 20:42:41.343 INFO O| Aug 08 20:42:41.343 INFO STEP 765 (remove_files) COMPLETE |
6136 | 2024-08-08T20:42:42.589Z | [ recovery-image] Aug 08 20:42:41.343 INFO O| Aug 08 20:42:41.343 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-08-08T20:42:42.599Z | [ recovery-image] Aug 08 20:42:41.353 INFO O| Aug 08 20:42:41.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6138 | 2024-08-08T20:42:42.599Z | [ recovery-image] Aug 08 20:42:41.353 INFO O| Aug 08 20:42:41.353 INFO STEP 766 (remove_files) COMPLETE |
6139 | 2024-08-08T20:42:42.602Z | [ recovery-image] Aug 08 20:42:41.353 INFO O| Aug 08 20:42:41.353 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-08-08T20:42:42.609Z | [ recovery-image] Aug 08 20:42:41.363 INFO O| Aug 08 20:42:41.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6141 | 2024-08-08T20:42:42.609Z | [ recovery-image] Aug 08 20:42:41.363 INFO O| Aug 08 20:42:41.363 INFO STEP 767 (remove_files) COMPLETE |
6142 | 2024-08-08T20:42:42.612Z | [ recovery-image] Aug 08 20:42:41.363 INFO O| Aug 08 20:42:41.363 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-08-08T20:42:42.621Z | [ recovery-image] Aug 08 20:42:41.375 INFO O| Aug 08 20:42:41.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6144 | 2024-08-08T20:42:42.625Z | [ recovery-image] Aug 08 20:42:41.375 INFO O| Aug 08 20:42:41.375 INFO STEP 768 (remove_files) COMPLETE |
6145 | 2024-08-08T20:42:42.625Z | [ recovery-image] Aug 08 20:42:41.375 INFO O| Aug 08 20:42:41.375 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-08-08T20:42:42.634Z | [ recovery-image] Aug 08 20:42:41.389 INFO O| Aug 08 20:42:41.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6147 | 2024-08-08T20:42:42.635Z | [ recovery-image] Aug 08 20:42:41.389 INFO O| Aug 08 20:42:41.389 INFO STEP 769 (remove_files) COMPLETE |
6148 | 2024-08-08T20:42:42.638Z | [ recovery-image] Aug 08 20:42:41.389 INFO O| Aug 08 20:42:41.389 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-08-08T20:42:42.648Z | [ recovery-image] Aug 08 20:42:41.401 INFO O| Aug 08 20:42:41.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6150 | 2024-08-08T20:42:42.648Z | [ recovery-image] Aug 08 20:42:41.401 INFO O| Aug 08 20:42:41.401 INFO STEP 770 (remove_files) COMPLETE |
6151 | 2024-08-08T20:42:42.650Z | [ recovery-image] Aug 08 20:42:41.401 INFO O| Aug 08 20:42:41.401 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-08-08T20:42:42.662Z | [ recovery-image] Aug 08 20:42:41.415 INFO O| Aug 08 20:42:41.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6153 | 2024-08-08T20:42:42.665Z | [ recovery-image] Aug 08 20:42:41.416 INFO O| Aug 08 20:42:41.416 INFO STEP 771 (remove_files) COMPLETE |
6154 | 2024-08-08T20:42:42.665Z | [ recovery-image] Aug 08 20:42:41.416 INFO O| Aug 08 20:42:41.416 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-08-08T20:42:42.670Z | [ host-image] Aug 08 20:42:41.424 INFO O| Aug 08 20:42:41.424 INFO STEP 12 (pkg_install) COMPLETE |
6156 | 2024-08-08T20:42:42.670Z | [ host-image] Aug 08 20:42:41.424 INFO O| Aug 08 20:42:41.424 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6157 | 2024-08-08T20:42:42.677Z | [ recovery-image] Aug 08 20:42:41.431 INFO O| Aug 08 20:42:41.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6158 | 2024-08-08T20:42:42.680Z | [ recovery-image] Aug 08 20:42:41.431 INFO O| Aug 08 20:42:41.431 INFO STEP 772 (remove_files) COMPLETE |
6159 | 2024-08-08T20:42:42.680Z | [ recovery-image] Aug 08 20:42:41.431 INFO O| Aug 08 20:42:41.431 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-08-08T20:42:42.683Z | [ host-image] Aug 08 20:42:41.437 INFO O| Aug 08 20:42:41.437 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
6161 | 2024-08-08T20:42:42.690Z | [ recovery-image] Aug 08 20:42:41.444 INFO O| Aug 08 20:42:41.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6162 | 2024-08-08T20:42:42.693Z | [ recovery-image] Aug 08 20:42:41.444 INFO O| Aug 08 20:42:41.444 INFO STEP 773 (remove_files) COMPLETE |
6163 | 2024-08-08T20:42:42.693Z | [ recovery-image] Aug 08 20:42:41.444 INFO O| Aug 08 20:42:41.444 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-08-08T20:42:42.702Z | [ recovery-image] Aug 08 20:42:41.456 INFO O| Aug 08 20:42:41.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6165 | 2024-08-08T20:42:42.702Z | [ recovery-image] Aug 08 20:42:41.456 INFO O| Aug 08 20:42:41.456 INFO STEP 774 (remove_files) COMPLETE |
6166 | 2024-08-08T20:42:42.705Z | [ recovery-image] Aug 08 20:42:41.456 INFO O| Aug 08 20:42:41.456 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-08-08T20:42:42.712Z | [ recovery-image] Aug 08 20:42:41.465 INFO O| Aug 08 20:42:41.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6168 | 2024-08-08T20:42:42.712Z | [ recovery-image] Aug 08 20:42:41.465 INFO O| Aug 08 20:42:41.465 INFO STEP 775 (remove_files) COMPLETE |
6169 | 2024-08-08T20:42:42.712Z | [ recovery-image] Aug 08 20:42:41.465 INFO O| Aug 08 20:42:41.465 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-08-08T20:42:42.721Z | [ recovery-image] Aug 08 20:42:41.475 INFO O| Aug 08 20:42:41.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6171 | 2024-08-08T20:42:42.724Z | [ recovery-image] Aug 08 20:42:41.475 INFO O| Aug 08 20:42:41.475 INFO STEP 776 (remove_files) COMPLETE |
6172 | 2024-08-08T20:42:42.724Z | [ recovery-image] Aug 08 20:42:41.475 INFO O| Aug 08 20:42:41.475 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-08-08T20:42:42.730Z | [ recovery-image] Aug 08 20:42:41.484 INFO O| Aug 08 20:42:41.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6174 | 2024-08-08T20:42:42.730Z | [ recovery-image] Aug 08 20:42:41.484 INFO O| Aug 08 20:42:41.484 INFO STEP 777 (remove_files) COMPLETE |
6175 | 2024-08-08T20:42:42.733Z | [ recovery-image] Aug 08 20:42:41.484 INFO O| Aug 08 20:42:41.484 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-08-08T20:42:42.740Z | [ recovery-image] Aug 08 20:42:41.494 INFO O| Aug 08 20:42:41.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6177 | 2024-08-08T20:42:42.740Z | [ recovery-image] Aug 08 20:42:41.494 INFO O| Aug 08 20:42:41.494 INFO STEP 778 (remove_files) COMPLETE |
6178 | 2024-08-08T20:42:42.742Z | [ recovery-image] Aug 08 20:42:41.494 INFO O| Aug 08 20:42:41.494 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-08-08T20:42:42.749Z | [ recovery-image] Aug 08 20:42:41.503 INFO O| Aug 08 20:42:41.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6180 | 2024-08-08T20:42:42.752Z | [ recovery-image] Aug 08 20:42:41.503 INFO O| Aug 08 20:42:41.503 INFO STEP 779 (remove_files) COMPLETE |
6181 | 2024-08-08T20:42:42.752Z | [ recovery-image] Aug 08 20:42:41.503 INFO O| Aug 08 20:42:41.503 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-08-08T20:42:42.758Z | [ recovery-image] Aug 08 20:42:41.513 INFO O| Aug 08 20:42:41.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6183 | 2024-08-08T20:42:42.758Z | [ recovery-image] Aug 08 20:42:41.513 INFO O| Aug 08 20:42:41.513 INFO STEP 780 (remove_files) COMPLETE |
6184 | 2024-08-08T20:42:42.758Z | [ recovery-image] Aug 08 20:42:41.513 INFO O| Aug 08 20:42:41.513 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-08-08T20:42:42.768Z | [ recovery-image] Aug 08 20:42:41.522 INFO O| Aug 08 20:42:41.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6186 | 2024-08-08T20:42:42.768Z | [ recovery-image] Aug 08 20:42:41.522 INFO O| Aug 08 20:42:41.522 INFO STEP 781 (remove_files) COMPLETE |
6187 | 2024-08-08T20:42:42.771Z | [ recovery-image] Aug 08 20:42:41.522 INFO O| Aug 08 20:42:41.522 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-08-08T20:42:42.779Z | [ recovery-image] Aug 08 20:42:41.533 INFO O| Aug 08 20:42:41.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6189 | 2024-08-08T20:42:42.781Z | [ recovery-image] Aug 08 20:42:41.533 INFO O| Aug 08 20:42:41.533 INFO STEP 782 (remove_files) COMPLETE |
6190 | 2024-08-08T20:42:42.782Z | [ recovery-image] Aug 08 20:42:41.533 INFO O| Aug 08 20:42:41.533 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-08-08T20:42:42.789Z | [ recovery-image] Aug 08 20:42:41.543 INFO O| Aug 08 20:42:41.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6192 | 2024-08-08T20:42:42.789Z | [ recovery-image] Aug 08 20:42:41.543 INFO O| Aug 08 20:42:41.543 INFO STEP 783 (remove_files) COMPLETE |
6193 | 2024-08-08T20:42:42.789Z | [ recovery-image] Aug 08 20:42:41.543 INFO O| Aug 08 20:42:41.543 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-08-08T20:42:42.800Z | [ recovery-image] Aug 08 20:42:41.554 INFO O| Aug 08 20:42:41.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6195 | 2024-08-08T20:42:42.800Z | [ recovery-image] Aug 08 20:42:41.554 INFO O| Aug 08 20:42:41.554 INFO STEP 784 (remove_files) COMPLETE |
6196 | 2024-08-08T20:42:42.800Z | [ recovery-image] Aug 08 20:42:41.554 INFO O| Aug 08 20:42:41.554 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-08-08T20:42:42.809Z | [ recovery-image] Aug 08 20:42:41.563 INFO O| Aug 08 20:42:41.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6198 | 2024-08-08T20:42:42.812Z | [ recovery-image] Aug 08 20:42:41.563 INFO O| Aug 08 20:42:41.563 INFO STEP 785 (remove_files) COMPLETE |
6199 | 2024-08-08T20:42:42.812Z | [ recovery-image] Aug 08 20:42:41.563 INFO O| Aug 08 20:42:41.563 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-08-08T20:42:42.819Z | [ recovery-image] Aug 08 20:42:41.573 INFO O| Aug 08 20:42:41.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6201 | 2024-08-08T20:42:42.822Z | [ recovery-image] Aug 08 20:42:41.573 INFO O| Aug 08 20:42:41.573 INFO STEP 786 (remove_files) COMPLETE |
6202 | 2024-08-08T20:42:42.822Z | [ recovery-image] Aug 08 20:42:41.573 INFO O| Aug 08 20:42:41.573 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-08-08T20:42:42.828Z | [ recovery-image] Aug 08 20:42:41.583 INFO O| Aug 08 20:42:41.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6204 | 2024-08-08T20:42:42.831Z | [ recovery-image] Aug 08 20:42:41.583 INFO O| Aug 08 20:42:41.583 INFO STEP 787 (remove_files) COMPLETE |
6205 | 2024-08-08T20:42:42.831Z | [ recovery-image] Aug 08 20:42:41.583 INFO O| Aug 08 20:42:41.583 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-08-08T20:42:42.839Z | [ recovery-image] Aug 08 20:42:41.592 INFO O| Aug 08 20:42:41.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6207 | 2024-08-08T20:42:42.839Z | [ recovery-image] Aug 08 20:42:41.592 INFO O| Aug 08 20:42:41.592 INFO STEP 788 (remove_files) COMPLETE |
6208 | 2024-08-08T20:42:42.841Z | [ recovery-image] Aug 08 20:42:41.592 INFO O| Aug 08 20:42:41.592 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-08-08T20:42:42.847Z | [ recovery-image] Aug 08 20:42:41.602 INFO O| Aug 08 20:42:41.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6210 | 2024-08-08T20:42:42.848Z | [ recovery-image] Aug 08 20:42:41.602 INFO O| Aug 08 20:42:41.602 INFO STEP 789 (remove_files) COMPLETE |
6211 | 2024-08-08T20:42:42.850Z | [ recovery-image] Aug 08 20:42:41.602 INFO O| Aug 08 20:42:41.602 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-08-08T20:42:42.857Z | [ recovery-image] Aug 08 20:42:41.611 INFO O| Aug 08 20:42:41.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6213 | 2024-08-08T20:42:42.860Z | [ recovery-image] Aug 08 20:42:41.611 INFO O| Aug 08 20:42:41.611 INFO STEP 790 (remove_files) COMPLETE |
6214 | 2024-08-08T20:42:42.860Z | [ recovery-image] Aug 08 20:42:41.611 INFO O| Aug 08 20:42:41.611 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-08-08T20:42:42.866Z | [ recovery-image] Aug 08 20:42:41.621 INFO O| Aug 08 20:42:41.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6216 | 2024-08-08T20:42:42.869Z | [ recovery-image] Aug 08 20:42:41.621 INFO O| Aug 08 20:42:41.621 INFO STEP 791 (remove_files) COMPLETE |
6217 | 2024-08-08T20:42:42.869Z | [ recovery-image] Aug 08 20:42:41.621 INFO O| Aug 08 20:42:41.621 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-08-08T20:42:42.876Z | [ recovery-image] Aug 08 20:42:41.630 INFO O| Aug 08 20:42:41.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6219 | 2024-08-08T20:42:42.879Z | [ recovery-image] Aug 08 20:42:41.630 INFO O| Aug 08 20:42:41.630 INFO STEP 792 (remove_files) COMPLETE |
6220 | 2024-08-08T20:42:42.879Z | [ recovery-image] Aug 08 20:42:41.630 INFO O| Aug 08 20:42:41.630 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-08-08T20:42:42.886Z | [ recovery-image] Aug 08 20:42:41.640 INFO O| Aug 08 20:42:41.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6222 | 2024-08-08T20:42:42.886Z | [ recovery-image] Aug 08 20:42:41.640 INFO O| Aug 08 20:42:41.640 INFO STEP 793 (remove_files) COMPLETE |
6223 | 2024-08-08T20:42:42.889Z | [ recovery-image] Aug 08 20:42:41.640 INFO O| Aug 08 20:42:41.640 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-08-08T20:42:42.896Z | [ recovery-image] Aug 08 20:42:41.650 INFO O| Aug 08 20:42:41.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6225 | 2024-08-08T20:42:42.896Z | [ recovery-image] Aug 08 20:42:41.650 INFO O| Aug 08 20:42:41.650 INFO STEP 794 (remove_files) COMPLETE |
6226 | 2024-08-08T20:42:42.896Z | [ recovery-image] Aug 08 20:42:41.650 INFO O| Aug 08 20:42:41.650 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-08-08T20:42:42.906Z | [ recovery-image] Aug 08 20:42:41.660 INFO O| Aug 08 20:42:41.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6228 | 2024-08-08T20:42:42.906Z | [ recovery-image] Aug 08 20:42:41.661 INFO O| Aug 08 20:42:41.661 INFO STEP 795 (remove_files) COMPLETE |
6229 | 2024-08-08T20:42:42.909Z | [ recovery-image] Aug 08 20:42:41.661 INFO O| Aug 08 20:42:41.661 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-08-08T20:42:42.916Z | [ recovery-image] Aug 08 20:42:41.670 INFO O| Aug 08 20:42:41.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6231 | 2024-08-08T20:42:42.919Z | [ recovery-image] Aug 08 20:42:41.670 INFO O| Aug 08 20:42:41.670 INFO STEP 796 (remove_files) COMPLETE |
6232 | 2024-08-08T20:42:42.919Z | [ recovery-image] Aug 08 20:42:41.671 INFO O| Aug 08 20:42:41.670 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-08-08T20:42:42.926Z | [ recovery-image] Aug 08 20:42:41.680 INFO O| Aug 08 20:42:41.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6234 | 2024-08-08T20:42:42.928Z | [ recovery-image] Aug 08 20:42:41.681 INFO O| Aug 08 20:42:41.681 INFO STEP 797 (remove_files) COMPLETE |
6235 | 2024-08-08T20:42:42.928Z | [ recovery-image] Aug 08 20:42:41.681 INFO O| Aug 08 20:42:41.681 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-08-08T20:42:42.936Z | [ recovery-image] Aug 08 20:42:41.691 INFO O| Aug 08 20:42:41.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6237 | 2024-08-08T20:42:42.939Z | [ recovery-image] Aug 08 20:42:41.691 INFO O| Aug 08 20:42:41.691 INFO STEP 798 (remove_files) COMPLETE |
6238 | 2024-08-08T20:42:42.939Z | [ recovery-image] Aug 08 20:42:41.691 INFO O| Aug 08 20:42:41.691 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-08-08T20:42:42.946Z | [ recovery-image] Aug 08 20:42:41.700 INFO O| Aug 08 20:42:41.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6240 | 2024-08-08T20:42:42.949Z | [ recovery-image] Aug 08 20:42:41.700 INFO O| Aug 08 20:42:41.700 INFO STEP 799 (remove_files) COMPLETE |
6241 | 2024-08-08T20:42:42.949Z | [ recovery-image] Aug 08 20:42:41.700 INFO O| Aug 08 20:42:41.700 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-08-08T20:42:42.956Z | [ recovery-image] Aug 08 20:42:41.710 INFO O| Aug 08 20:42:41.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6243 | 2024-08-08T20:42:42.956Z | [ recovery-image] Aug 08 20:42:41.710 INFO O| Aug 08 20:42:41.710 INFO STEP 800 (remove_files) COMPLETE |
6244 | 2024-08-08T20:42:42.956Z | [ recovery-image] Aug 08 20:42:41.710 INFO O| Aug 08 20:42:41.710 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-08-08T20:42:42.967Z | [ recovery-image] Aug 08 20:42:41.720 INFO O| Aug 08 20:42:41.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6246 | 2024-08-08T20:42:42.967Z | [ recovery-image] Aug 08 20:42:41.720 INFO O| Aug 08 20:42:41.720 INFO STEP 801 (remove_files) COMPLETE |
6247 | 2024-08-08T20:42:42.967Z | [ recovery-image] Aug 08 20:42:41.720 INFO O| Aug 08 20:42:41.720 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-08-08T20:42:42.976Z | [ recovery-image] Aug 08 20:42:41.730 INFO O| Aug 08 20:42:41.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6249 | 2024-08-08T20:42:42.976Z | [ recovery-image] Aug 08 20:42:41.730 INFO O| Aug 08 20:42:41.730 INFO STEP 802 (remove_files) COMPLETE |
6250 | 2024-08-08T20:42:42.980Z | [ recovery-image] Aug 08 20:42:41.730 INFO O| Aug 08 20:42:41.730 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-08-08T20:42:42.987Z | [ recovery-image] Aug 08 20:42:41.740 INFO O| Aug 08 20:42:41.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6252 | 2024-08-08T20:42:42.987Z | [ recovery-image] Aug 08 20:42:41.740 INFO O| Aug 08 20:42:41.740 INFO STEP 803 (remove_files) COMPLETE |
6253 | 2024-08-08T20:42:42.988Z | [ recovery-image] Aug 08 20:42:41.740 INFO O| Aug 08 20:42:41.740 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-08-08T20:42:42.996Z | [ recovery-image] Aug 08 20:42:41.750 INFO O| Aug 08 20:42:41.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6255 | 2024-08-08T20:42:42.996Z | [ recovery-image] Aug 08 20:42:41.750 INFO O| Aug 08 20:42:41.750 INFO STEP 804 (remove_files) COMPLETE |
6256 | 2024-08-08T20:42:42.999Z | [ recovery-image] Aug 08 20:42:41.750 INFO O| Aug 08 20:42:41.750 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-08-08T20:42:43.006Z | [ recovery-image] Aug 08 20:42:41.760 INFO O| Aug 08 20:42:41.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6258 | 2024-08-08T20:42:43.006Z | [ recovery-image] Aug 08 20:42:41.760 INFO O| Aug 08 20:42:41.760 INFO STEP 805 (remove_files) COMPLETE |
6259 | 2024-08-08T20:42:43.009Z | [ recovery-image] Aug 08 20:42:41.760 INFO O| Aug 08 20:42:41.760 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-08-08T20:42:43.015Z | [ recovery-image] Aug 08 20:42:41.769 INFO O| Aug 08 20:42:41.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6261 | 2024-08-08T20:42:43.015Z | [ recovery-image] Aug 08 20:42:41.770 INFO O| Aug 08 20:42:41.769 INFO STEP 806 (remove_files) COMPLETE |
6262 | 2024-08-08T20:42:43.020Z | [ recovery-image] Aug 08 20:42:41.770 INFO O| Aug 08 20:42:41.769 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-08-08T20:42:43.025Z | [ recovery-image] Aug 08 20:42:41.779 INFO O| Aug 08 20:42:41.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6264 | 2024-08-08T20:42:43.025Z | [ recovery-image] Aug 08 20:42:41.780 INFO O| Aug 08 20:42:41.780 INFO STEP 807 (remove_files) COMPLETE |
6265 | 2024-08-08T20:42:43.028Z | [ recovery-image] Aug 08 20:42:41.780 INFO O| Aug 08 20:42:41.780 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-08-08T20:42:43.035Z | [ recovery-image] Aug 08 20:42:41.789 INFO O| Aug 08 20:42:41.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6267 | 2024-08-08T20:42:43.038Z | [ recovery-image] Aug 08 20:42:41.790 INFO O| Aug 08 20:42:41.790 INFO STEP 808 (remove_files) COMPLETE |
6268 | 2024-08-08T20:42:43.038Z | [ recovery-image] Aug 08 20:42:41.790 INFO O| Aug 08 20:42:41.790 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-08-08T20:42:43.045Z | [ recovery-image] Aug 08 20:42:41.800 INFO O| Aug 08 20:42:41.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6270 | 2024-08-08T20:42:43.046Z | [ recovery-image] Aug 08 20:42:41.800 INFO O| Aug 08 20:42:41.800 INFO STEP 809 (remove_files) COMPLETE |
6271 | 2024-08-08T20:42:43.049Z | [ recovery-image] Aug 08 20:42:41.800 INFO O| Aug 08 20:42:41.800 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-08-08T20:42:43.055Z | [ recovery-image] Aug 08 20:42:41.809 INFO O| Aug 08 20:42:41.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6273 | 2024-08-08T20:42:43.058Z | [ recovery-image] Aug 08 20:42:41.810 INFO O| Aug 08 20:42:41.810 INFO STEP 810 (remove_files) COMPLETE |
6274 | 2024-08-08T20:42:43.058Z | [ recovery-image] Aug 08 20:42:41.810 INFO O| Aug 08 20:42:41.810 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-08-08T20:42:43.065Z | [ recovery-image] Aug 08 20:42:41.820 INFO O| Aug 08 20:42:41.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6276 | 2024-08-08T20:42:43.068Z | [ recovery-image] Aug 08 20:42:41.820 INFO O| Aug 08 20:42:41.820 INFO STEP 811 (remove_files) COMPLETE |
6277 | 2024-08-08T20:42:43.068Z | [ recovery-image] Aug 08 20:42:41.820 INFO O| Aug 08 20:42:41.820 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-08-08T20:42:43.075Z | [ recovery-image] Aug 08 20:42:41.829 INFO O| Aug 08 20:42:41.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6279 | 2024-08-08T20:42:43.078Z | [ recovery-image] Aug 08 20:42:41.829 INFO O| Aug 08 20:42:41.829 INFO STEP 812 (remove_files) COMPLETE |
6280 | 2024-08-08T20:42:43.078Z | [ recovery-image] Aug 08 20:42:41.829 INFO O| Aug 08 20:42:41.829 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-08-08T20:42:43.085Z | [ recovery-image] Aug 08 20:42:41.839 INFO O| Aug 08 20:42:41.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6282 | 2024-08-08T20:42:43.087Z | [ recovery-image] Aug 08 20:42:41.839 INFO O| Aug 08 20:42:41.839 INFO STEP 813 (remove_files) COMPLETE |
6283 | 2024-08-08T20:42:43.087Z | [ recovery-image] Aug 08 20:42:41.839 INFO O| Aug 08 20:42:41.839 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-08-08T20:42:43.095Z | [ recovery-image] Aug 08 20:42:41.849 INFO O| Aug 08 20:42:41.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6285 | 2024-08-08T20:42:43.098Z | [ recovery-image] Aug 08 20:42:41.849 INFO O| Aug 08 20:42:41.849 INFO STEP 814 (remove_files) COMPLETE |
6286 | 2024-08-08T20:42:43.098Z | [ recovery-image] Aug 08 20:42:41.849 INFO O| Aug 08 20:42:41.849 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-08-08T20:42:43.105Z | [ recovery-image] Aug 08 20:42:41.859 INFO O| Aug 08 20:42:41.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6288 | 2024-08-08T20:42:43.107Z | [ recovery-image] Aug 08 20:42:41.859 INFO O| Aug 08 20:42:41.859 INFO STEP 815 (remove_files) COMPLETE |
6289 | 2024-08-08T20:42:43.107Z | [ recovery-image] Aug 08 20:42:41.859 INFO O| Aug 08 20:42:41.859 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-08-08T20:42:43.115Z | [ recovery-image] Aug 08 20:42:41.869 INFO O| Aug 08 20:42:41.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6291 | 2024-08-08T20:42:43.115Z | [ host-image] Aug 08 20:42:41.869 INFO O| Aug 08 20:42:41.869 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6292 | 2024-08-08T20:42:43.115Z | [ recovery-image] Aug 08 20:42:41.869 INFO O| Aug 08 20:42:41.869 INFO STEP 816 (remove_files) COMPLETE |
6293 | 2024-08-08T20:42:43.118Z | [ recovery-image] Aug 08 20:42:41.869 INFO O| Aug 08 20:42:41.869 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-08-08T20:42:43.125Z | [ recovery-image] Aug 08 20:42:41.879 INFO O| Aug 08 20:42:41.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6295 | 2024-08-08T20:42:43.130Z | [ recovery-image] Aug 08 20:42:41.879 INFO O| Aug 08 20:42:41.879 INFO STEP 817 (remove_files) COMPLETE |
6296 | 2024-08-08T20:42:43.130Z | [ recovery-image] Aug 08 20:42:41.879 INFO O| Aug 08 20:42:41.879 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-08-08T20:42:43.135Z | [ recovery-image] Aug 08 20:42:41.889 INFO O| Aug 08 20:42:41.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6298 | 2024-08-08T20:42:43.138Z | [ recovery-image] Aug 08 20:42:41.889 INFO O| Aug 08 20:42:41.889 INFO STEP 818 (remove_files) COMPLETE |
6299 | 2024-08-08T20:42:43.138Z | [ recovery-image] Aug 08 20:42:41.889 INFO O| Aug 08 20:42:41.889 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-08-08T20:42:43.145Z | [ recovery-image] Aug 08 20:42:41.899 INFO O| Aug 08 20:42:41.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6301 | 2024-08-08T20:42:43.145Z | [ recovery-image] Aug 08 20:42:41.900 INFO O| Aug 08 20:42:41.900 INFO STEP 819 (remove_files) COMPLETE |
6302 | 2024-08-08T20:42:43.145Z | [ recovery-image] Aug 08 20:42:41.900 INFO O| Aug 08 20:42:41.900 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-08-08T20:42:43.156Z | [ recovery-image] Aug 08 20:42:41.910 INFO O| Aug 08 20:42:41.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6304 | 2024-08-08T20:42:43.156Z | [ recovery-image] Aug 08 20:42:41.910 INFO O| Aug 08 20:42:41.910 INFO STEP 820 (remove_files) COMPLETE |
6305 | 2024-08-08T20:42:43.156Z | [ recovery-image] Aug 08 20:42:41.910 INFO O| Aug 08 20:42:41.910 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-08-08T20:42:43.166Z | [ recovery-image] Aug 08 20:42:41.920 INFO O| Aug 08 20:42:41.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6307 | 2024-08-08T20:42:43.166Z | [ recovery-image] Aug 08 20:42:41.920 INFO O| Aug 08 20:42:41.920 INFO STEP 821 (remove_files) COMPLETE |
6308 | 2024-08-08T20:42:43.169Z | [ recovery-image] Aug 08 20:42:41.920 INFO O| Aug 08 20:42:41.920 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-08-08T20:42:43.176Z | [ recovery-image] Aug 08 20:42:41.930 INFO O| Aug 08 20:42:41.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6310 | 2024-08-08T20:42:43.176Z | [ recovery-image] Aug 08 20:42:41.930 INFO O| Aug 08 20:42:41.930 INFO STEP 822 (remove_files) COMPLETE |
6311 | 2024-08-08T20:42:43.176Z | [ recovery-image] Aug 08 20:42:41.930 INFO O| Aug 08 20:42:41.930 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-08-08T20:42:43.185Z | [ recovery-image] Aug 08 20:42:41.940 INFO O| Aug 08 20:42:41.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6313 | 2024-08-08T20:42:43.188Z | [ recovery-image] Aug 08 20:42:41.940 INFO O| Aug 08 20:42:41.940 INFO STEP 823 (remove_files) COMPLETE |
6314 | 2024-08-08T20:42:43.188Z | [ recovery-image] Aug 08 20:42:41.940 INFO O| Aug 08 20:42:41.940 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-08-08T20:42:43.195Z | [ recovery-image] Aug 08 20:42:41.949 INFO O| Aug 08 20:42:41.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6316 | 2024-08-08T20:42:43.198Z | [ recovery-image] Aug 08 20:42:41.950 INFO O| Aug 08 20:42:41.950 INFO STEP 824 (remove_files) COMPLETE |
6317 | 2024-08-08T20:42:43.198Z | [ recovery-image] Aug 08 20:42:41.950 INFO O| Aug 08 20:42:41.950 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-08-08T20:42:43.205Z | [ recovery-image] Aug 08 20:42:41.959 INFO O| Aug 08 20:42:41.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6319 | 2024-08-08T20:42:43.205Z | [ recovery-image] Aug 08 20:42:41.959 INFO O| Aug 08 20:42:41.959 INFO STEP 825 (remove_files) COMPLETE |
6320 | 2024-08-08T20:42:43.205Z | [ recovery-image] Aug 08 20:42:41.959 INFO O| Aug 08 20:42:41.959 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-08-08T20:42:43.216Z | [ recovery-image] Aug 08 20:42:41.970 INFO O| Aug 08 20:42:41.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6322 | 2024-08-08T20:42:43.216Z | [ recovery-image] Aug 08 20:42:41.970 INFO O| Aug 08 20:42:41.970 INFO STEP 826 (remove_files) COMPLETE |
6323 | 2024-08-08T20:42:43.219Z | [ recovery-image] Aug 08 20:42:41.970 INFO O| Aug 08 20:42:41.970 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-08-08T20:42:43.227Z | [ recovery-image] Aug 08 20:42:41.981 INFO O| Aug 08 20:42:41.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6325 | 2024-08-08T20:42:43.230Z | [ recovery-image] Aug 08 20:42:41.982 INFO O| Aug 08 20:42:41.982 INFO STEP 827 (remove_files) COMPLETE |
6326 | 2024-08-08T20:42:43.230Z | [ recovery-image] Aug 08 20:42:41.982 INFO O| Aug 08 20:42:41.982 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-08-08T20:42:43.238Z | [ recovery-image] Aug 08 20:42:41.992 INFO O| Aug 08 20:42:41.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6328 | 2024-08-08T20:42:43.238Z | [ recovery-image] Aug 08 20:42:41.992 INFO O| Aug 08 20:42:41.992 INFO STEP 828 (remove_files) COMPLETE |
6329 | 2024-08-08T20:42:43.241Z | [ recovery-image] Aug 08 20:42:41.992 INFO O| Aug 08 20:42:41.992 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-08-08T20:42:43.248Z | [ recovery-image] Aug 08 20:42:42.002 INFO O| Aug 08 20:42:42.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6331 | 2024-08-08T20:42:43.248Z | [ recovery-image] Aug 08 20:42:42.002 INFO O| Aug 08 20:42:42.002 INFO STEP 829 (remove_files) COMPLETE |
6332 | 2024-08-08T20:42:43.248Z | [ recovery-image] Aug 08 20:42:42.002 INFO O| Aug 08 20:42:42.002 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-08-08T20:42:43.258Z | [ recovery-image] Aug 08 20:42:42.012 INFO O| Aug 08 20:42:42.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6334 | 2024-08-08T20:42:43.258Z | [ recovery-image] Aug 08 20:42:42.012 INFO O| Aug 08 20:42:42.012 INFO STEP 830 (remove_files) COMPLETE |
6335 | 2024-08-08T20:42:43.261Z | [ recovery-image] Aug 08 20:42:42.012 INFO O| Aug 08 20:42:42.012 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-08-08T20:42:43.268Z | [ recovery-image] Aug 08 20:42:42.022 INFO O| Aug 08 20:42:42.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6337 | 2024-08-08T20:42:43.268Z | [ recovery-image] Aug 08 20:42:42.022 INFO O| Aug 08 20:42:42.022 INFO STEP 831 (remove_files) COMPLETE |
6338 | 2024-08-08T20:42:43.271Z | [ recovery-image] Aug 08 20:42:42.022 INFO O| Aug 08 20:42:42.022 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-08-08T20:42:43.278Z | [ recovery-image] Aug 08 20:42:42.032 INFO O| Aug 08 20:42:42.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6340 | 2024-08-08T20:42:43.280Z | [ recovery-image] Aug 08 20:42:42.032 INFO O| Aug 08 20:42:42.032 INFO STEP 832 (remove_files) COMPLETE |
6341 | 2024-08-08T20:42:43.280Z | [ recovery-image] Aug 08 20:42:42.032 INFO O| Aug 08 20:42:42.032 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-08-08T20:42:43.288Z | [ recovery-image] Aug 08 20:42:42.042 INFO O| Aug 08 20:42:42.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6343 | 2024-08-08T20:42:43.290Z | [ recovery-image] Aug 08 20:42:42.042 INFO O| Aug 08 20:42:42.042 INFO STEP 833 (remove_files) COMPLETE |
6344 | 2024-08-08T20:42:43.290Z | [ recovery-image] Aug 08 20:42:42.042 INFO O| Aug 08 20:42:42.042 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-08-08T20:42:43.297Z | [ recovery-image] Aug 08 20:42:42.051 INFO O| Aug 08 20:42:42.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6346 | 2024-08-08T20:42:43.297Z | [ recovery-image] Aug 08 20:42:42.052 INFO O| Aug 08 20:42:42.052 INFO STEP 834 (remove_files) COMPLETE |
6347 | 2024-08-08T20:42:43.297Z | [ recovery-image] Aug 08 20:42:42.052 INFO O| Aug 08 20:42:42.052 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-08-08T20:42:43.307Z | [ recovery-image] Aug 08 20:42:42.061 INFO O| Aug 08 20:42:42.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6349 | 2024-08-08T20:42:43.310Z | [ recovery-image] Aug 08 20:42:42.062 INFO O| Aug 08 20:42:42.062 INFO STEP 835 (remove_files) COMPLETE |
6350 | 2024-08-08T20:42:43.310Z | [ recovery-image] Aug 08 20:42:42.062 INFO O| Aug 08 20:42:42.062 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-08-08T20:42:43.317Z | [ recovery-image] Aug 08 20:42:42.072 INFO O| Aug 08 20:42:42.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6352 | 2024-08-08T20:42:43.317Z | [ recovery-image] Aug 08 20:42:42.072 INFO O| Aug 08 20:42:42.072 INFO STEP 836 (remove_files) COMPLETE |
6353 | 2024-08-08T20:42:43.317Z | [ recovery-image] Aug 08 20:42:42.072 INFO O| Aug 08 20:42:42.072 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-08-08T20:42:43.328Z | [ recovery-image] Aug 08 20:42:42.082 INFO O| Aug 08 20:42:42.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6355 | 2024-08-08T20:42:43.328Z | [ recovery-image] Aug 08 20:42:42.082 INFO O| Aug 08 20:42:42.082 INFO STEP 837 (remove_files) COMPLETE |
6356 | 2024-08-08T20:42:43.330Z | [ recovery-image] Aug 08 20:42:42.082 INFO O| Aug 08 20:42:42.082 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-08-08T20:42:43.338Z | [ recovery-image] Aug 08 20:42:42.092 INFO O| Aug 08 20:42:42.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6358 | 2024-08-08T20:42:43.338Z | [ recovery-image] Aug 08 20:42:42.092 INFO O| Aug 08 20:42:42.092 INFO STEP 838 (remove_files) COMPLETE |
6359 | 2024-08-08T20:42:43.338Z | [ recovery-image] Aug 08 20:42:42.092 INFO O| Aug 08 20:42:42.092 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-08-08T20:42:43.348Z | [ recovery-image] Aug 08 20:42:42.102 INFO O| Aug 08 20:42:42.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6361 | 2024-08-08T20:42:43.348Z | [ recovery-image] Aug 08 20:42:42.102 INFO O| Aug 08 20:42:42.102 INFO STEP 839 (remove_files) COMPLETE |
6362 | 2024-08-08T20:42:43.351Z | [ recovery-image] Aug 08 20:42:42.102 INFO O| Aug 08 20:42:42.102 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-08-08T20:42:43.358Z | [ recovery-image] Aug 08 20:42:42.112 INFO O| Aug 08 20:42:42.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6364 | 2024-08-08T20:42:43.358Z | [ recovery-image] Aug 08 20:42:42.112 INFO O| Aug 08 20:42:42.112 INFO STEP 840 (remove_files) COMPLETE |
6365 | 2024-08-08T20:42:43.361Z | [ recovery-image] Aug 08 20:42:42.113 INFO O| Aug 08 20:42:42.112 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-08-08T20:42:43.369Z | [ recovery-image] Aug 08 20:42:42.123 INFO O| Aug 08 20:42:42.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6367 | 2024-08-08T20:42:43.369Z | [ recovery-image] Aug 08 20:42:42.123 INFO O| Aug 08 20:42:42.123 INFO STEP 841 (remove_files) COMPLETE |
6368 | 2024-08-08T20:42:43.372Z | [ recovery-image] Aug 08 20:42:42.123 INFO O| Aug 08 20:42:42.123 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-08-08T20:42:43.383Z | [ recovery-image] Aug 08 20:42:42.137 INFO O| Aug 08 20:42:42.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6370 | 2024-08-08T20:42:43.383Z | [ recovery-image] Aug 08 20:42:42.137 INFO O| Aug 08 20:42:42.137 INFO STEP 842 (remove_files) COMPLETE |
6371 | 2024-08-08T20:42:43.385Z | [ recovery-image] Aug 08 20:42:42.137 INFO O| Aug 08 20:42:42.137 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-08-08T20:42:43.395Z | [ recovery-image] Aug 08 20:42:42.149 INFO O| Aug 08 20:42:42.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6373 | 2024-08-08T20:42:43.395Z | [ recovery-image] Aug 08 20:42:42.149 INFO O| Aug 08 20:42:42.149 INFO STEP 843 (remove_files) COMPLETE |
6374 | 2024-08-08T20:42:43.395Z | [ recovery-image] Aug 08 20:42:42.149 INFO O| Aug 08 20:42:42.149 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-08-08T20:42:43.407Z | [ recovery-image] Aug 08 20:42:42.161 INFO O| Aug 08 20:42:42.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6376 | 2024-08-08T20:42:43.410Z | [ recovery-image] Aug 08 20:42:42.161 INFO O| Aug 08 20:42:42.161 INFO STEP 844 (remove_files) COMPLETE |
6377 | 2024-08-08T20:42:43.410Z | [ recovery-image] Aug 08 20:42:42.161 INFO O| Aug 08 20:42:42.161 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-08-08T20:42:43.418Z | [ recovery-image] Aug 08 20:42:42.172 INFO O| Aug 08 20:42:42.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6379 | 2024-08-08T20:42:43.422Z | [ recovery-image] Aug 08 20:42:42.172 INFO O| Aug 08 20:42:42.172 INFO STEP 845 (remove_files) COMPLETE |
6380 | 2024-08-08T20:42:43.422Z | [ recovery-image] Aug 08 20:42:42.172 INFO O| Aug 08 20:42:42.172 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-08-08T20:42:43.429Z | [ recovery-image] Aug 08 20:42:42.183 INFO O| Aug 08 20:42:42.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6382 | 2024-08-08T20:42:43.432Z | [ recovery-image] Aug 08 20:42:42.183 INFO O| Aug 08 20:42:42.183 INFO STEP 846 (remove_files) COMPLETE |
6383 | 2024-08-08T20:42:43.432Z | [ recovery-image] Aug 08 20:42:42.183 INFO O| Aug 08 20:42:42.183 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-08-08T20:42:43.440Z | [ recovery-image] Aug 08 20:42:42.194 INFO O| Aug 08 20:42:42.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6385 | 2024-08-08T20:42:43.442Z | [ recovery-image] Aug 08 20:42:42.194 INFO O| Aug 08 20:42:42.194 INFO STEP 847 (remove_files) COMPLETE |
6386 | 2024-08-08T20:42:43.442Z | [ recovery-image] Aug 08 20:42:42.194 INFO O| Aug 08 20:42:42.194 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-08-08T20:42:43.450Z | [ recovery-image] Aug 08 20:42:42.204 INFO O| Aug 08 20:42:42.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6388 | 2024-08-08T20:42:43.450Z | [ recovery-image] Aug 08 20:42:42.204 INFO O| Aug 08 20:42:42.204 INFO STEP 848 (remove_files) COMPLETE |
6389 | 2024-08-08T20:42:43.453Z | [ recovery-image] Aug 08 20:42:42.204 INFO O| Aug 08 20:42:42.204 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-08-08T20:42:43.460Z | [ recovery-image] Aug 08 20:42:42.214 INFO O| Aug 08 20:42:42.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6391 | 2024-08-08T20:42:43.463Z | [ recovery-image] Aug 08 20:42:42.215 INFO O| Aug 08 20:42:42.214 INFO STEP 849 (remove_files) COMPLETE |
6392 | 2024-08-08T20:42:43.463Z | [ recovery-image] Aug 08 20:42:42.215 INFO O| Aug 08 20:42:42.214 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-08-08T20:42:43.470Z | [ recovery-image] Aug 08 20:42:42.224 INFO O| Aug 08 20:42:42.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6394 | 2024-08-08T20:42:43.471Z | [ recovery-image] Aug 08 20:42:42.225 INFO O| Aug 08 20:42:42.225 INFO STEP 850 (remove_files) COMPLETE |
6395 | 2024-08-08T20:42:43.473Z | [ recovery-image] Aug 08 20:42:42.225 INFO O| Aug 08 20:42:42.225 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-08-08T20:42:43.480Z | [ recovery-image] Aug 08 20:42:42.234 INFO O| Aug 08 20:42:42.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6397 | 2024-08-08T20:42:43.483Z | [ recovery-image] Aug 08 20:42:42.235 INFO O| Aug 08 20:42:42.235 INFO STEP 851 (remove_files) COMPLETE |
6398 | 2024-08-08T20:42:43.483Z | [ recovery-image] Aug 08 20:42:42.235 INFO O| Aug 08 20:42:42.235 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-08-08T20:42:43.491Z | [ recovery-image] Aug 08 20:42:42.245 INFO O| Aug 08 20:42:42.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6400 | 2024-08-08T20:42:43.494Z | [ recovery-image] Aug 08 20:42:42.245 INFO O| Aug 08 20:42:42.245 INFO STEP 852 (remove_files) COMPLETE |
6401 | 2024-08-08T20:42:43.494Z | [ recovery-image] Aug 08 20:42:42.245 INFO O| Aug 08 20:42:42.245 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-08-08T20:42:43.501Z | [ recovery-image] Aug 08 20:42:42.255 INFO O| Aug 08 20:42:42.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6403 | 2024-08-08T20:42:43.501Z | [ recovery-image] Aug 08 20:42:42.255 INFO O| Aug 08 20:42:42.255 INFO STEP 853 (remove_files) COMPLETE |
6404 | 2024-08-08T20:42:43.501Z | [ recovery-image] Aug 08 20:42:42.255 INFO O| Aug 08 20:42:42.255 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-08-08T20:42:43.523Z | [ recovery-image] Aug 08 20:42:42.267 INFO O| Aug 08 20:42:42.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6406 | 2024-08-08T20:42:43.523Z | [ recovery-image] Aug 08 20:42:42.267 INFO O| Aug 08 20:42:42.267 INFO STEP 854 (remove_files) COMPLETE |
6407 | 2024-08-08T20:42:43.523Z | [ recovery-image] Aug 08 20:42:42.267 INFO O| Aug 08 20:42:42.267 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-08-08T20:42:43.527Z | [ recovery-image] Aug 08 20:42:42.278 INFO O| Aug 08 20:42:42.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6409 | 2024-08-08T20:42:43.527Z | [ recovery-image] Aug 08 20:42:42.278 INFO O| Aug 08 20:42:42.278 INFO STEP 855 (remove_files) COMPLETE |
6410 | 2024-08-08T20:42:43.527Z | [ recovery-image] Aug 08 20:42:42.278 INFO O| Aug 08 20:42:42.278 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-08-08T20:42:43.536Z | [ recovery-image] Aug 08 20:42:42.290 INFO O| Aug 08 20:42:42.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6412 | 2024-08-08T20:42:43.536Z | [ recovery-image] Aug 08 20:42:42.290 INFO O| Aug 08 20:42:42.290 INFO STEP 856 (remove_files) COMPLETE |
6413 | 2024-08-08T20:42:43.536Z | [ recovery-image] Aug 08 20:42:42.290 INFO O| Aug 08 20:42:42.290 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-08-08T20:42:43.548Z | [ recovery-image] Aug 08 20:42:42.302 INFO O| Aug 08 20:42:42.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6415 | 2024-08-08T20:42:43.548Z | [ recovery-image] Aug 08 20:42:42.302 INFO O| Aug 08 20:42:42.302 INFO STEP 857 (remove_files) COMPLETE |
6416 | 2024-08-08T20:42:43.548Z | [ recovery-image] Aug 08 20:42:42.302 INFO O| Aug 08 20:42:42.302 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-08-08T20:42:43.559Z | [ recovery-image] Aug 08 20:42:42.313 INFO O| Aug 08 20:42:42.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6418 | 2024-08-08T20:42:43.562Z | [ recovery-image] Aug 08 20:42:42.313 INFO O| Aug 08 20:42:42.313 INFO STEP 858 (remove_files) COMPLETE |
6419 | 2024-08-08T20:42:43.562Z | [ recovery-image] Aug 08 20:42:42.313 INFO O| Aug 08 20:42:42.313 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-08-08T20:42:43.570Z | [ recovery-image] Aug 08 20:42:42.324 INFO O| Aug 08 20:42:42.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6421 | 2024-08-08T20:42:43.573Z | [ recovery-image] Aug 08 20:42:42.324 INFO O| Aug 08 20:42:42.324 INFO STEP 859 (remove_files) COMPLETE |
6422 | 2024-08-08T20:42:43.573Z | [ recovery-image] Aug 08 20:42:42.324 INFO O| Aug 08 20:42:42.324 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-08-08T20:42:43.580Z | [ recovery-image] Aug 08 20:42:42.334 INFO O| Aug 08 20:42:42.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6424 | 2024-08-08T20:42:43.583Z | [ recovery-image] Aug 08 20:42:42.334 INFO O| Aug 08 20:42:42.334 INFO STEP 860 (remove_files) COMPLETE |
6425 | 2024-08-08T20:42:43.583Z | [ recovery-image] Aug 08 20:42:42.334 INFO O| Aug 08 20:42:42.334 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-08-08T20:42:43.590Z | [ recovery-image] Aug 08 20:42:42.344 INFO O| Aug 08 20:42:42.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6427 | 2024-08-08T20:42:43.593Z | [ recovery-image] Aug 08 20:42:42.344 INFO O| Aug 08 20:42:42.344 INFO STEP 861 (remove_files) COMPLETE |
6428 | 2024-08-08T20:42:43.593Z | [ recovery-image] Aug 08 20:42:42.344 INFO O| Aug 08 20:42:42.344 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-08-08T20:42:43.600Z | [ recovery-image] Aug 08 20:42:42.354 INFO O| Aug 08 20:42:42.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6430 | 2024-08-08T20:42:43.604Z | [ recovery-image] Aug 08 20:42:42.354 INFO O| Aug 08 20:42:42.354 INFO STEP 862 (remove_files) COMPLETE |
6431 | 2024-08-08T20:42:43.604Z | [ recovery-image] Aug 08 20:42:42.354 INFO O| Aug 08 20:42:42.354 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-08-08T20:42:43.611Z | [ recovery-image] Aug 08 20:42:42.364 INFO O| Aug 08 20:42:42.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6433 | 2024-08-08T20:42:43.614Z | [ recovery-image] Aug 08 20:42:42.364 INFO O| Aug 08 20:42:42.364 INFO STEP 863 (remove_files) COMPLETE |
6434 | 2024-08-08T20:42:43.614Z | [ recovery-image] Aug 08 20:42:42.364 INFO O| Aug 08 20:42:42.364 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-08-08T20:42:43.621Z | [ recovery-image] Aug 08 20:42:42.374 INFO O| Aug 08 20:42:42.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6436 | 2024-08-08T20:42:43.621Z | [ recovery-image] Aug 08 20:42:42.374 INFO O| Aug 08 20:42:42.374 INFO STEP 864 (remove_files) COMPLETE |
6437 | 2024-08-08T20:42:43.621Z | [ recovery-image] Aug 08 20:42:42.374 INFO O| Aug 08 20:42:42.374 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-08-08T20:42:43.629Z | [ recovery-image] Aug 08 20:42:42.383 INFO O| Aug 08 20:42:42.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6439 | 2024-08-08T20:42:43.632Z | [ recovery-image] Aug 08 20:42:42.383 INFO O| Aug 08 20:42:42.383 INFO STEP 865 (remove_files) COMPLETE |
6440 | 2024-08-08T20:42:43.633Z | [ recovery-image] Aug 08 20:42:42.383 INFO O| Aug 08 20:42:42.383 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-08-08T20:42:43.642Z | [ recovery-image] Aug 08 20:42:42.393 INFO O| Aug 08 20:42:42.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6442 | 2024-08-08T20:42:43.645Z | [ recovery-image] Aug 08 20:42:42.393 INFO O| Aug 08 20:42:42.393 INFO STEP 866 (remove_files) COMPLETE |
6443 | 2024-08-08T20:42:43.645Z | [ recovery-image] Aug 08 20:42:42.393 INFO O| Aug 08 20:42:42.393 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-08-08T20:42:43.649Z | [ recovery-image] Aug 08 20:42:42.403 INFO O| Aug 08 20:42:42.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6445 | 2024-08-08T20:42:43.649Z | [ recovery-image] Aug 08 20:42:42.403 INFO O| Aug 08 20:42:42.403 INFO STEP 867 (remove_files) COMPLETE |
6446 | 2024-08-08T20:42:43.652Z | [ recovery-image] Aug 08 20:42:42.403 INFO O| Aug 08 20:42:42.403 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-08-08T20:42:43.658Z | [ recovery-image] Aug 08 20:42:42.412 INFO O| Aug 08 20:42:42.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6448 | 2024-08-08T20:42:43.658Z | [ recovery-image] Aug 08 20:42:42.412 INFO O| Aug 08 20:42:42.412 INFO STEP 868 (remove_files) COMPLETE |
6449 | 2024-08-08T20:42:43.661Z | [ recovery-image] Aug 08 20:42:42.412 INFO O| Aug 08 20:42:42.412 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-08-08T20:42:43.668Z | [ recovery-image] Aug 08 20:42:42.422 INFO O| Aug 08 20:42:42.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6451 | 2024-08-08T20:42:43.672Z | [ recovery-image] Aug 08 20:42:42.422 INFO O| Aug 08 20:42:42.422 INFO STEP 869 (remove_files) COMPLETE |
6452 | 2024-08-08T20:42:43.672Z | [ recovery-image] Aug 08 20:42:42.422 INFO O| Aug 08 20:42:42.422 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-08-08T20:42:43.678Z | [ recovery-image] Aug 08 20:42:42.432 INFO O| Aug 08 20:42:42.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6454 | 2024-08-08T20:42:43.681Z | [ recovery-image] Aug 08 20:42:42.432 INFO O| Aug 08 20:42:42.432 INFO STEP 870 (remove_files) COMPLETE |
6455 | 2024-08-08T20:42:43.681Z | [ recovery-image] Aug 08 20:42:42.432 INFO O| Aug 08 20:42:42.432 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-08-08T20:42:43.689Z | [ recovery-image] Aug 08 20:42:42.441 INFO O| Aug 08 20:42:42.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6457 | 2024-08-08T20:42:43.692Z | [ recovery-image] Aug 08 20:42:42.441 INFO O| Aug 08 20:42:42.441 INFO STEP 871 (remove_files) COMPLETE |
6458 | 2024-08-08T20:42:43.692Z | [ recovery-image] Aug 08 20:42:42.441 INFO O| Aug 08 20:42:42.441 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-08-08T20:42:43.697Z | [ recovery-image] Aug 08 20:42:42.451 INFO O| Aug 08 20:42:42.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6460 | 2024-08-08T20:42:43.697Z | [ recovery-image] Aug 08 20:42:42.451 INFO O| Aug 08 20:42:42.451 INFO STEP 872 (remove_files) COMPLETE |
6461 | 2024-08-08T20:42:43.701Z | [ recovery-image] Aug 08 20:42:42.451 INFO O| Aug 08 20:42:42.451 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-08-08T20:42:43.707Z | [ recovery-image] Aug 08 20:42:42.461 INFO O| Aug 08 20:42:42.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6463 | 2024-08-08T20:42:43.710Z | [ recovery-image] Aug 08 20:42:42.461 INFO O| Aug 08 20:42:42.461 INFO STEP 873 (remove_files) COMPLETE |
6464 | 2024-08-08T20:42:43.710Z | [ recovery-image] Aug 08 20:42:42.461 INFO O| Aug 08 20:42:42.461 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-08-08T20:42:43.717Z | [ recovery-image] Aug 08 20:42:42.471 INFO O| Aug 08 20:42:42.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6466 | 2024-08-08T20:42:43.721Z | [ recovery-image] Aug 08 20:42:42.471 INFO O| Aug 08 20:42:42.471 INFO STEP 874 (remove_files) COMPLETE |
6467 | 2024-08-08T20:42:43.721Z | [ recovery-image] Aug 08 20:42:42.471 INFO O| Aug 08 20:42:42.471 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-08-08T20:42:43.728Z | [ recovery-image] Aug 08 20:42:42.480 INFO O| Aug 08 20:42:42.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6469 | 2024-08-08T20:42:43.732Z | [ recovery-image] Aug 08 20:42:42.480 INFO O| Aug 08 20:42:42.480 INFO STEP 875 (remove_files) COMPLETE |
6470 | 2024-08-08T20:42:43.732Z | [ recovery-image] Aug 08 20:42:42.481 INFO O| Aug 08 20:42:42.480 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-08-08T20:42:43.736Z | [ recovery-image] Aug 08 20:42:42.490 INFO O| Aug 08 20:42:42.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6472 | 2024-08-08T20:42:43.736Z | [ recovery-image] Aug 08 20:42:42.490 INFO O| Aug 08 20:42:42.490 INFO STEP 876 (remove_files) COMPLETE |
6473 | 2024-08-08T20:42:43.739Z | [ recovery-image] Aug 08 20:42:42.490 INFO O| Aug 08 20:42:42.490 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-08-08T20:42:43.749Z | [ recovery-image] Aug 08 20:42:42.502 INFO O| Aug 08 20:42:42.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6475 | 2024-08-08T20:42:43.749Z | [ recovery-image] Aug 08 20:42:42.502 INFO O| Aug 08 20:42:42.502 INFO STEP 877 (remove_files) COMPLETE |
6476 | 2024-08-08T20:42:43.753Z | [ recovery-image] Aug 08 20:42:42.502 INFO O| Aug 08 20:42:42.502 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-08-08T20:42:43.759Z | [ recovery-image] Aug 08 20:42:42.513 INFO O| Aug 08 20:42:42.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6478 | 2024-08-08T20:42:43.762Z | [ recovery-image] Aug 08 20:42:42.513 INFO O| Aug 08 20:42:42.513 INFO STEP 878 (remove_files) COMPLETE |
6479 | 2024-08-08T20:42:43.762Z | [ recovery-image] Aug 08 20:42:42.513 INFO O| Aug 08 20:42:42.513 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-08-08T20:42:43.770Z | [ recovery-image] Aug 08 20:42:42.524 INFO O| Aug 08 20:42:42.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6481 | 2024-08-08T20:42:43.770Z | [ recovery-image] Aug 08 20:42:42.524 INFO O| Aug 08 20:42:42.524 INFO STEP 879 (remove_files) COMPLETE |
6482 | 2024-08-08T20:42:43.773Z | [ recovery-image] Aug 08 20:42:42.524 INFO O| Aug 08 20:42:42.524 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-08-08T20:42:43.782Z | [ recovery-image] Aug 08 20:42:42.536 INFO O| Aug 08 20:42:42.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6484 | 2024-08-08T20:42:43.782Z | [ recovery-image] Aug 08 20:42:42.536 INFO O| Aug 08 20:42:42.536 INFO STEP 880 (remove_files) COMPLETE |
6485 | 2024-08-08T20:42:43.782Z | [ recovery-image] Aug 08 20:42:42.536 INFO O| Aug 08 20:42:42.536 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-08-08T20:42:43.794Z | [ recovery-image] Aug 08 20:42:42.547 INFO O| Aug 08 20:42:42.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6487 | 2024-08-08T20:42:43.797Z | [ recovery-image] Aug 08 20:42:42.547 INFO O| Aug 08 20:42:42.547 INFO STEP 881 (remove_files) COMPLETE |
6488 | 2024-08-08T20:42:43.797Z | [ recovery-image] Aug 08 20:42:42.548 INFO O| Aug 08 20:42:42.547 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-08-08T20:42:43.804Z | [ recovery-image] Aug 08 20:42:42.558 INFO O| Aug 08 20:42:42.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6490 | 2024-08-08T20:42:43.807Z | [ recovery-image] Aug 08 20:42:42.559 INFO O| Aug 08 20:42:42.559 INFO STEP 882 (remove_files) COMPLETE |
6491 | 2024-08-08T20:42:43.807Z | [ recovery-image] Aug 08 20:42:42.559 INFO O| Aug 08 20:42:42.559 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-08-08T20:42:43.815Z | [ recovery-image] Aug 08 20:42:42.569 INFO O| Aug 08 20:42:42.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6493 | 2024-08-08T20:42:43.818Z | [ recovery-image] Aug 08 20:42:42.569 INFO O| Aug 08 20:42:42.569 INFO STEP 883 (remove_files) COMPLETE |
6494 | 2024-08-08T20:42:43.818Z | [ recovery-image] Aug 08 20:42:42.569 INFO O| Aug 08 20:42:42.569 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-08-08T20:42:43.825Z | [ recovery-image] Aug 08 20:42:42.579 INFO O| Aug 08 20:42:42.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6496 | 2024-08-08T20:42:43.828Z | [ recovery-image] Aug 08 20:42:42.579 INFO O| Aug 08 20:42:42.579 INFO STEP 884 (remove_files) COMPLETE |
6497 | 2024-08-08T20:42:43.828Z | [ recovery-image] Aug 08 20:42:42.579 INFO O| Aug 08 20:42:42.579 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-08-08T20:42:43.835Z | [ recovery-image] Aug 08 20:42:42.589 INFO O| Aug 08 20:42:42.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6499 | 2024-08-08T20:42:43.835Z | [ recovery-image] Aug 08 20:42:42.589 INFO O| Aug 08 20:42:42.589 INFO STEP 885 (remove_files) COMPLETE |
6500 | 2024-08-08T20:42:43.838Z | [ recovery-image] Aug 08 20:42:42.589 INFO O| Aug 08 20:42:42.589 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-08-08T20:42:43.845Z | [ recovery-image] Aug 08 20:42:42.599 INFO O| Aug 08 20:42:42.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6502 | 2024-08-08T20:42:43.848Z | [ recovery-image] Aug 08 20:42:42.599 INFO O| Aug 08 20:42:42.599 INFO STEP 886 (remove_files) COMPLETE |
6503 | 2024-08-08T20:42:43.848Z | [ recovery-image] Aug 08 20:42:42.599 INFO O| Aug 08 20:42:42.599 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-08-08T20:42:43.854Z | [ recovery-image] Aug 08 20:42:42.608 INFO O| Aug 08 20:42:42.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6505 | 2024-08-08T20:42:43.854Z | [ recovery-image] Aug 08 20:42:42.609 INFO O| Aug 08 20:42:42.609 INFO STEP 887 (remove_files) COMPLETE |
6506 | 2024-08-08T20:42:43.855Z | [ recovery-image] Aug 08 20:42:42.609 INFO O| Aug 08 20:42:42.609 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-08-08T20:42:43.864Z | [ recovery-image] Aug 08 20:42:42.618 INFO O| Aug 08 20:42:42.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6508 | 2024-08-08T20:42:43.867Z | [ recovery-image] Aug 08 20:42:42.618 INFO O| Aug 08 20:42:42.618 INFO STEP 888 (remove_files) COMPLETE |
6509 | 2024-08-08T20:42:43.867Z | [ recovery-image] Aug 08 20:42:42.618 INFO O| Aug 08 20:42:42.618 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-08-08T20:42:43.874Z | [ recovery-image] Aug 08 20:42:42.628 INFO O| Aug 08 20:42:42.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6511 | 2024-08-08T20:42:43.874Z | [ recovery-image] Aug 08 20:42:42.628 INFO O| Aug 08 20:42:42.628 INFO STEP 889 (remove_files) COMPLETE |
6512 | 2024-08-08T20:42:43.877Z | [ recovery-image] Aug 08 20:42:42.628 INFO O| Aug 08 20:42:42.628 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-08-08T20:42:43.883Z | [ recovery-image] Aug 08 20:42:42.637 INFO O| Aug 08 20:42:42.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6514 | 2024-08-08T20:42:43.887Z | [ recovery-image] Aug 08 20:42:42.638 INFO O| Aug 08 20:42:42.637 INFO STEP 890 (remove_files) COMPLETE |
6515 | 2024-08-08T20:42:43.888Z | [ recovery-image] Aug 08 20:42:42.638 INFO O| Aug 08 20:42:42.638 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-08-08T20:42:43.893Z | [ recovery-image] Aug 08 20:42:42.647 INFO O| Aug 08 20:42:42.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6517 | 2024-08-08T20:42:43.896Z | [ recovery-image] Aug 08 20:42:42.647 INFO O| Aug 08 20:42:42.647 INFO STEP 891 (remove_files) COMPLETE |
6518 | 2024-08-08T20:42:43.896Z | [ recovery-image] Aug 08 20:42:42.647 INFO O| Aug 08 20:42:42.647 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-08-08T20:42:43.903Z | [ recovery-image] Aug 08 20:42:42.657 INFO O| Aug 08 20:42:42.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6520 | 2024-08-08T20:42:43.903Z | [ recovery-image] Aug 08 20:42:42.657 INFO O| Aug 08 20:42:42.657 INFO STEP 892 (remove_files) COMPLETE |
6521 | 2024-08-08T20:42:43.907Z | [ recovery-image] Aug 08 20:42:42.657 INFO O| Aug 08 20:42:42.657 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-08-08T20:42:43.913Z | [ recovery-image] Aug 08 20:42:42.667 INFO O| Aug 08 20:42:42.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6523 | 2024-08-08T20:42:43.913Z | [ recovery-image] Aug 08 20:42:42.667 INFO O| Aug 08 20:42:42.667 INFO STEP 893 (remove_files) COMPLETE |
6524 | 2024-08-08T20:42:43.916Z | [ recovery-image] Aug 08 20:42:42.667 INFO O| Aug 08 20:42:42.667 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-08-08T20:42:43.923Z | [ recovery-image] Aug 08 20:42:42.677 INFO O| Aug 08 20:42:42.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6526 | 2024-08-08T20:42:43.926Z | [ recovery-image] Aug 08 20:42:42.677 INFO O| Aug 08 20:42:42.677 INFO STEP 894 (remove_files) COMPLETE |
6527 | 2024-08-08T20:42:43.926Z | [ recovery-image] Aug 08 20:42:42.677 INFO O| Aug 08 20:42:42.677 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-08-08T20:42:43.932Z | [ recovery-image] Aug 08 20:42:42.686 INFO O| Aug 08 20:42:42.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6529 | 2024-08-08T20:42:43.935Z | [ recovery-image] Aug 08 20:42:42.686 INFO O| Aug 08 20:42:42.686 INFO STEP 895 (remove_files) COMPLETE |
6530 | 2024-08-08T20:42:43.935Z | [ recovery-image] Aug 08 20:42:42.686 INFO O| Aug 08 20:42:42.686 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-08-08T20:42:43.942Z | [ recovery-image] Aug 08 20:42:42.696 INFO O| Aug 08 20:42:42.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6532 | 2024-08-08T20:42:43.945Z | [ recovery-image] Aug 08 20:42:42.696 INFO O| Aug 08 20:42:42.696 INFO STEP 896 (remove_files) COMPLETE |
6533 | 2024-08-08T20:42:43.945Z | [ recovery-image] Aug 08 20:42:42.696 INFO O| Aug 08 20:42:42.696 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-08-08T20:42:43.951Z | [ recovery-image] Aug 08 20:42:42.705 INFO O| Aug 08 20:42:42.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6535 | 2024-08-08T20:42:43.952Z | [ recovery-image] Aug 08 20:42:42.706 INFO O| Aug 08 20:42:42.705 INFO STEP 897 (remove_files) COMPLETE |
6536 | 2024-08-08T20:42:43.954Z | [ recovery-image] Aug 08 20:42:42.706 INFO O| Aug 08 20:42:42.706 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-08-08T20:42:43.961Z | [ recovery-image] Aug 08 20:42:42.715 INFO O| Aug 08 20:42:42.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6538 | 2024-08-08T20:42:43.964Z | [ recovery-image] Aug 08 20:42:42.715 INFO O| Aug 08 20:42:42.715 INFO STEP 898 (remove_files) COMPLETE |
6539 | 2024-08-08T20:42:43.964Z | [ recovery-image] Aug 08 20:42:42.715 INFO O| Aug 08 20:42:42.715 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-08-08T20:42:43.970Z | [ recovery-image] Aug 08 20:42:42.724 INFO O| Aug 08 20:42:42.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6541 | 2024-08-08T20:42:43.970Z | [ recovery-image] Aug 08 20:42:42.725 INFO O| Aug 08 20:42:42.724 INFO STEP 899 (remove_files) COMPLETE |
6542 | 2024-08-08T20:42:43.973Z | [ recovery-image] Aug 08 20:42:42.725 INFO O| Aug 08 20:42:42.725 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-08-08T20:42:43.980Z | [ recovery-image] Aug 08 20:42:42.734 INFO O| Aug 08 20:42:42.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6544 | 2024-08-08T20:42:43.984Z | [ recovery-image] Aug 08 20:42:42.734 INFO O| Aug 08 20:42:42.734 INFO STEP 900 (remove_files) COMPLETE |
6545 | 2024-08-08T20:42:43.984Z | [ recovery-image] Aug 08 20:42:42.734 INFO O| Aug 08 20:42:42.734 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-08-08T20:42:43.990Z | [ recovery-image] Aug 08 20:42:42.744 INFO O| Aug 08 20:42:42.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6547 | 2024-08-08T20:42:43.992Z | [ recovery-image] Aug 08 20:42:42.744 INFO O| Aug 08 20:42:42.744 INFO STEP 901 (remove_files) COMPLETE |
6548 | 2024-08-08T20:42:43.992Z | [ recovery-image] Aug 08 20:42:42.744 INFO O| Aug 08 20:42:42.744 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-08-08T20:42:43.999Z | [ recovery-image] Aug 08 20:42:42.753 INFO O| Aug 08 20:42:42.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6550 | 2024-08-08T20:42:44.002Z | [ recovery-image] Aug 08 20:42:42.753 INFO O| Aug 08 20:42:42.753 INFO STEP 902 (remove_files) COMPLETE |
6551 | 2024-08-08T20:42:44.002Z | [ recovery-image] Aug 08 20:42:42.753 INFO O| Aug 08 20:42:42.753 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-08-08T20:42:44.009Z | [ recovery-image] Aug 08 20:42:42.763 INFO O| Aug 08 20:42:42.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6553 | 2024-08-08T20:42:44.009Z | [ recovery-image] Aug 08 20:42:42.763 INFO O| Aug 08 20:42:42.763 INFO STEP 903 (remove_files) COMPLETE |
6554 | 2024-08-08T20:42:44.009Z | [ recovery-image] Aug 08 20:42:42.763 INFO O| Aug 08 20:42:42.763 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-08-08T20:42:44.019Z | [ recovery-image] Aug 08 20:42:42.772 INFO O| Aug 08 20:42:42.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6556 | 2024-08-08T20:42:44.019Z | [ recovery-image] Aug 08 20:42:42.772 INFO O| Aug 08 20:42:42.772 INFO STEP 904 (remove_files) COMPLETE |
6557 | 2024-08-08T20:42:44.021Z | [ recovery-image] Aug 08 20:42:42.772 INFO O| Aug 08 20:42:42.772 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-08-08T20:42:44.029Z | [ recovery-image] Aug 08 20:42:42.783 INFO O| Aug 08 20:42:42.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6559 | 2024-08-08T20:42:44.029Z | [ recovery-image] Aug 08 20:42:42.783 INFO O| Aug 08 20:42:42.783 INFO STEP 905 (remove_files) COMPLETE |
6560 | 2024-08-08T20:42:44.029Z | [ recovery-image] Aug 08 20:42:42.783 INFO O| Aug 08 20:42:42.783 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-08-08T20:42:44.040Z | [ recovery-image] Aug 08 20:42:42.794 INFO O| Aug 08 20:42:42.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6562 | 2024-08-08T20:42:44.043Z | [ recovery-image] Aug 08 20:42:42.795 INFO O| Aug 08 20:42:42.794 INFO STEP 906 (remove_files) COMPLETE |
6563 | 2024-08-08T20:42:44.043Z | [ recovery-image] Aug 08 20:42:42.795 INFO O| Aug 08 20:42:42.794 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-08-08T20:42:44.052Z | [ recovery-image] Aug 08 20:42:42.805 INFO O| Aug 08 20:42:42.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6565 | 2024-08-08T20:42:44.052Z | [ recovery-image] Aug 08 20:42:42.805 INFO O| Aug 08 20:42:42.805 INFO STEP 907 (remove_files) COMPLETE |
6566 | 2024-08-08T20:42:44.052Z | [ recovery-image] Aug 08 20:42:42.805 INFO O| Aug 08 20:42:42.805 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-08-08T20:42:44.062Z | [ recovery-image] Aug 08 20:42:42.816 INFO O| Aug 08 20:42:42.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6568 | 2024-08-08T20:42:44.063Z | [ recovery-image] Aug 08 20:42:42.816 INFO O| Aug 08 20:42:42.816 INFO STEP 908 (remove_files) COMPLETE |
6569 | 2024-08-08T20:42:44.066Z | [ recovery-image] Aug 08 20:42:42.816 INFO O| Aug 08 20:42:42.816 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-08-08T20:42:44.073Z | [ recovery-image] Aug 08 20:42:42.827 INFO O| Aug 08 20:42:42.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6571 | 2024-08-08T20:42:44.076Z | [ recovery-image] Aug 08 20:42:42.827 INFO O| Aug 08 20:42:42.827 INFO STEP 909 (remove_files) COMPLETE |
6572 | 2024-08-08T20:42:44.076Z | [ recovery-image] Aug 08 20:42:42.828 INFO O| Aug 08 20:42:42.827 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-08-08T20:42:44.085Z | [ recovery-image] Aug 08 20:42:42.838 INFO O| Aug 08 20:42:42.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6574 | 2024-08-08T20:42:44.085Z | [ recovery-image] Aug 08 20:42:42.838 INFO O| Aug 08 20:42:42.838 INFO STEP 910 (remove_files) COMPLETE |
6575 | 2024-08-08T20:42:44.087Z | [ recovery-image] Aug 08 20:42:42.838 INFO O| Aug 08 20:42:42.838 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-08-08T20:42:44.095Z | [ recovery-image] Aug 08 20:42:42.849 INFO O| Aug 08 20:42:42.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6577 | 2024-08-08T20:42:44.095Z | [ recovery-image] Aug 08 20:42:42.849 INFO O| Aug 08 20:42:42.849 INFO STEP 911 (remove_files) COMPLETE |
6578 | 2024-08-08T20:42:44.098Z | [ recovery-image] Aug 08 20:42:42.849 INFO O| Aug 08 20:42:42.849 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-08-08T20:42:44.107Z | [ recovery-image] Aug 08 20:42:42.860 INFO O| Aug 08 20:42:42.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6580 | 2024-08-08T20:42:44.110Z | [ recovery-image] Aug 08 20:42:42.860 INFO O| Aug 08 20:42:42.860 INFO STEP 912 (remove_files) COMPLETE |
6581 | 2024-08-08T20:42:44.110Z | [ recovery-image] Aug 08 20:42:42.860 INFO O| Aug 08 20:42:42.860 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-08-08T20:42:44.116Z | [ recovery-image] Aug 08 20:42:42.870 INFO O| Aug 08 20:42:42.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6583 | 2024-08-08T20:42:44.116Z | [ recovery-image] Aug 08 20:42:42.870 INFO O| Aug 08 20:42:42.870 INFO STEP 913 (remove_files) COMPLETE |
6584 | 2024-08-08T20:42:44.119Z | [ recovery-image] Aug 08 20:42:42.870 INFO O| Aug 08 20:42:42.870 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-08-08T20:42:44.126Z | [ recovery-image] Aug 08 20:42:42.880 INFO O| Aug 08 20:42:42.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6586 | 2024-08-08T20:42:44.126Z | [ recovery-image] Aug 08 20:42:42.880 INFO O| Aug 08 20:42:42.880 INFO STEP 914 (remove_files) COMPLETE |
6587 | 2024-08-08T20:42:44.126Z | [ recovery-image] Aug 08 20:42:42.880 INFO O| Aug 08 20:42:42.880 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-08-08T20:42:44.136Z | [ recovery-image] Aug 08 20:42:42.889 INFO O| Aug 08 20:42:42.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6589 | 2024-08-08T20:42:44.138Z | [ recovery-image] Aug 08 20:42:42.889 INFO O| Aug 08 20:42:42.889 INFO STEP 915 (remove_files) COMPLETE |
6590 | 2024-08-08T20:42:44.138Z | [ recovery-image] Aug 08 20:42:42.889 INFO O| Aug 08 20:42:42.889 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-08-08T20:42:44.145Z | [ recovery-image] Aug 08 20:42:42.899 INFO O| Aug 08 20:42:42.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6592 | 2024-08-08T20:42:44.145Z | [ recovery-image] Aug 08 20:42:42.899 INFO O| Aug 08 20:42:42.899 INFO STEP 916 (remove_files) COMPLETE |
6593 | 2024-08-08T20:42:44.148Z | [ recovery-image] Aug 08 20:42:42.899 INFO O| Aug 08 20:42:42.899 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-08-08T20:42:44.155Z | [ recovery-image] Aug 08 20:42:42.909 INFO O| Aug 08 20:42:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6595 | 2024-08-08T20:42:44.158Z | [ recovery-image] Aug 08 20:42:42.909 INFO O| Aug 08 20:42:42.909 INFO STEP 917 (remove_files) COMPLETE |
6596 | 2024-08-08T20:42:44.158Z | [ recovery-image] Aug 08 20:42:42.909 INFO O| Aug 08 20:42:42.909 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-08-08T20:42:44.165Z | [ recovery-image] Aug 08 20:42:42.919 INFO O| Aug 08 20:42:42.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6598 | 2024-08-08T20:42:44.166Z | [ recovery-image] Aug 08 20:42:42.919 INFO O| Aug 08 20:42:42.919 INFO STEP 918 (remove_files) COMPLETE |
6599 | 2024-08-08T20:42:44.166Z | [ recovery-image] Aug 08 20:42:42.919 INFO O| Aug 08 20:42:42.919 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-08-08T20:42:44.176Z | [ recovery-image] Aug 08 20:42:42.929 INFO O| Aug 08 20:42:42.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6601 | 2024-08-08T20:42:44.179Z | [ recovery-image] Aug 08 20:42:42.929 INFO O| Aug 08 20:42:42.929 INFO STEP 919 (remove_files) COMPLETE |
6602 | 2024-08-08T20:42:44.179Z | [ recovery-image] Aug 08 20:42:42.929 INFO O| Aug 08 20:42:42.929 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-08-08T20:42:44.186Z | [ recovery-image] Aug 08 20:42:42.939 INFO O| Aug 08 20:42:42.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6604 | 2024-08-08T20:42:44.186Z | [ recovery-image] Aug 08 20:42:42.939 INFO O| Aug 08 20:42:42.939 INFO STEP 920 (remove_files) COMPLETE |
6605 | 2024-08-08T20:42:44.188Z | [ recovery-image] Aug 08 20:42:42.940 INFO O| Aug 08 20:42:42.939 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-08-08T20:42:44.195Z | [ recovery-image] Aug 08 20:42:42.949 INFO O| Aug 08 20:42:42.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6607 | 2024-08-08T20:42:44.198Z | [ recovery-image] Aug 08 20:42:42.949 INFO O| Aug 08 20:42:42.949 INFO STEP 921 (remove_files) COMPLETE |
6608 | 2024-08-08T20:42:44.198Z | [ recovery-image] Aug 08 20:42:42.949 INFO O| Aug 08 20:42:42.949 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-08-08T20:42:44.205Z | [ recovery-image] Aug 08 20:42:42.959 INFO O| Aug 08 20:42:42.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6610 | 2024-08-08T20:42:44.208Z | [ recovery-image] Aug 08 20:42:42.959 INFO O| Aug 08 20:42:42.959 INFO STEP 922 (remove_files) COMPLETE |
6611 | 2024-08-08T20:42:44.208Z | [ recovery-image] Aug 08 20:42:42.959 INFO O| Aug 08 20:42:42.959 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-08-08T20:42:44.216Z | [ recovery-image] Aug 08 20:42:42.968 INFO O| Aug 08 20:42:42.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6613 | 2024-08-08T20:42:44.218Z | [ recovery-image] Aug 08 20:42:42.968 INFO O| Aug 08 20:42:42.968 INFO STEP 923 (remove_files) COMPLETE |
6614 | 2024-08-08T20:42:44.218Z | [ recovery-image] Aug 08 20:42:42.969 INFO O| Aug 08 20:42:42.968 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-08-08T20:42:44.224Z | [ recovery-image] Aug 08 20:42:42.978 INFO O| Aug 08 20:42:42.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6616 | 2024-08-08T20:42:44.224Z | [ recovery-image] Aug 08 20:42:42.978 INFO O| Aug 08 20:42:42.978 INFO STEP 924 (remove_files) COMPLETE |
6617 | 2024-08-08T20:42:44.227Z | [ recovery-image] Aug 08 20:42:42.978 INFO O| Aug 08 20:42:42.978 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-08-08T20:42:44.234Z | [ recovery-image] Aug 08 20:42:42.987 INFO O| Aug 08 20:42:42.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6619 | 2024-08-08T20:42:44.234Z | [ recovery-image] Aug 08 20:42:42.987 INFO O| Aug 08 20:42:42.987 INFO STEP 925 (remove_files) COMPLETE |
6620 | 2024-08-08T20:42:44.234Z | [ recovery-image] Aug 08 20:42:42.987 INFO O| Aug 08 20:42:42.987 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-08-08T20:42:44.243Z | [ recovery-image] Aug 08 20:42:42.997 INFO O| Aug 08 20:42:42.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6622 | 2024-08-08T20:42:44.243Z | [ recovery-image] Aug 08 20:42:42.997 INFO O| Aug 08 20:42:42.997 INFO STEP 926 (remove_files) COMPLETE |
6623 | 2024-08-08T20:42:44.243Z | [ recovery-image] Aug 08 20:42:42.997 INFO O| Aug 08 20:42:42.997 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-08-08T20:42:44.253Z | [ recovery-image] Aug 08 20:42:43.007 INFO O| Aug 08 20:42:43.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6625 | 2024-08-08T20:42:44.256Z | [ recovery-image] Aug 08 20:42:43.007 INFO O| Aug 08 20:42:43.007 INFO STEP 927 (remove_files) COMPLETE |
6626 | 2024-08-08T20:42:44.256Z | [ recovery-image] Aug 08 20:42:43.007 INFO O| Aug 08 20:42:43.007 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-08-08T20:42:44.263Z | [ recovery-image] Aug 08 20:42:43.017 INFO O| Aug 08 20:42:43.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6628 | 2024-08-08T20:42:44.266Z | [ recovery-image] Aug 08 20:42:43.017 INFO O| Aug 08 20:42:43.017 INFO STEP 928 (remove_files) COMPLETE |
6629 | 2024-08-08T20:42:44.266Z | [ recovery-image] Aug 08 20:42:43.017 INFO O| Aug 08 20:42:43.017 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-08-08T20:42:44.273Z | [ recovery-image] Aug 08 20:42:43.027 INFO O| Aug 08 20:42:43.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6631 | 2024-08-08T20:42:44.276Z | [ recovery-image] Aug 08 20:42:43.027 INFO O| Aug 08 20:42:43.027 INFO STEP 929 (remove_files) COMPLETE |
6632 | 2024-08-08T20:42:44.276Z | [ recovery-image] Aug 08 20:42:43.027 INFO O| Aug 08 20:42:43.027 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-08-08T20:42:44.283Z | [ recovery-image] Aug 08 20:42:43.037 INFO O| Aug 08 20:42:43.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6634 | 2024-08-08T20:42:44.283Z | [ recovery-image] Aug 08 20:42:43.037 INFO O| Aug 08 20:42:43.037 INFO STEP 930 (remove_files) COMPLETE |
6635 | 2024-08-08T20:42:44.283Z | [ recovery-image] Aug 08 20:42:43.037 INFO O| Aug 08 20:42:43.037 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-08-08T20:42:44.293Z | [ recovery-image] Aug 08 20:42:43.046 INFO O| Aug 08 20:42:43.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6637 | 2024-08-08T20:42:44.295Z | [ recovery-image] Aug 08 20:42:43.047 INFO O| Aug 08 20:42:43.047 INFO STEP 931 (remove_files) COMPLETE |
6638 | 2024-08-08T20:42:44.296Z | [ recovery-image] Aug 08 20:42:43.047 INFO O| Aug 08 20:42:43.047 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-08-08T20:42:44.303Z | [ recovery-image] Aug 08 20:42:43.056 INFO O| Aug 08 20:42:43.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6640 | 2024-08-08T20:42:44.306Z | [ recovery-image] Aug 08 20:42:43.056 INFO O| Aug 08 20:42:43.056 INFO STEP 932 (remove_files) COMPLETE |
6641 | 2024-08-08T20:42:44.306Z | [ recovery-image] Aug 08 20:42:43.057 INFO O| Aug 08 20:42:43.056 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-08-08T20:42:44.312Z | [ recovery-image] Aug 08 20:42:43.066 INFO O| Aug 08 20:42:43.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6643 | 2024-08-08T20:42:44.312Z | [ recovery-image] Aug 08 20:42:43.066 INFO O| Aug 08 20:42:43.066 INFO STEP 933 (remove_files) COMPLETE |
6644 | 2024-08-08T20:42:44.315Z | [ recovery-image] Aug 08 20:42:43.066 INFO O| Aug 08 20:42:43.066 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-08-08T20:42:44.322Z | [ recovery-image] Aug 08 20:42:43.076 INFO O| Aug 08 20:42:43.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6646 | 2024-08-08T20:42:44.325Z | [ recovery-image] Aug 08 20:42:43.076 INFO O| Aug 08 20:42:43.076 INFO STEP 934 (remove_files) COMPLETE |
6647 | 2024-08-08T20:42:44.325Z | [ recovery-image] Aug 08 20:42:43.076 INFO O| Aug 08 20:42:43.076 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-08-08T20:42:44.332Z | [ recovery-image] Aug 08 20:42:43.085 INFO O| Aug 08 20:42:43.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6649 | 2024-08-08T20:42:44.339Z | [ recovery-image] Aug 08 20:42:43.086 INFO O| Aug 08 20:42:43.086 INFO STEP 935 (remove_files) COMPLETE |
6650 | 2024-08-08T20:42:44.339Z | [ recovery-image] Aug 08 20:42:43.086 INFO O| Aug 08 20:42:43.086 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-08-08T20:42:44.342Z | [ recovery-image] Aug 08 20:42:43.095 INFO O| Aug 08 20:42:43.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6652 | 2024-08-08T20:42:44.345Z | [ recovery-image] Aug 08 20:42:43.095 INFO O| Aug 08 20:42:43.095 INFO STEP 936 (remove_files) COMPLETE |
6653 | 2024-08-08T20:42:44.345Z | [ recovery-image] Aug 08 20:42:43.095 INFO O| Aug 08 20:42:43.095 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-08-08T20:42:44.351Z | [ recovery-image] Aug 08 20:42:43.105 INFO O| Aug 08 20:42:43.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6655 | 2024-08-08T20:42:44.354Z | [ recovery-image] Aug 08 20:42:43.105 INFO O| Aug 08 20:42:43.105 INFO STEP 937 (remove_files) COMPLETE |
6656 | 2024-08-08T20:42:44.354Z | [ recovery-image] Aug 08 20:42:43.105 INFO O| Aug 08 20:42:43.105 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-08-08T20:42:44.361Z | [ recovery-image] Aug 08 20:42:43.115 INFO O| Aug 08 20:42:43.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6658 | 2024-08-08T20:42:44.364Z | [ recovery-image] Aug 08 20:42:43.115 INFO O| Aug 08 20:42:43.115 INFO STEP 938 (remove_files) COMPLETE |
6659 | 2024-08-08T20:42:44.364Z | [ recovery-image] Aug 08 20:42:43.115 INFO O| Aug 08 20:42:43.115 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-08-08T20:42:44.371Z | [ recovery-image] Aug 08 20:42:43.125 INFO O| Aug 08 20:42:43.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6661 | 2024-08-08T20:42:44.371Z | [ recovery-image] Aug 08 20:42:43.125 INFO O| Aug 08 20:42:43.125 INFO STEP 939 (remove_files) COMPLETE |
6662 | 2024-08-08T20:42:44.374Z | [ recovery-image] Aug 08 20:42:43.125 INFO O| Aug 08 20:42:43.125 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-08-08T20:42:44.380Z | [ recovery-image] Aug 08 20:42:43.134 INFO O| Aug 08 20:42:43.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6664 | 2024-08-08T20:42:44.380Z | [ recovery-image] Aug 08 20:42:43.134 INFO O| Aug 08 20:42:43.134 INFO STEP 940 (remove_files) COMPLETE |
6665 | 2024-08-08T20:42:44.383Z | [ recovery-image] Aug 08 20:42:43.134 INFO O| Aug 08 20:42:43.134 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-08-08T20:42:44.390Z | [ recovery-image] Aug 08 20:42:43.144 INFO O| Aug 08 20:42:43.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6667 | 2024-08-08T20:42:44.390Z | [ recovery-image] Aug 08 20:42:43.144 INFO O| Aug 08 20:42:43.144 INFO STEP 941 (remove_files) COMPLETE |
6668 | 2024-08-08T20:42:44.390Z | [ recovery-image] Aug 08 20:42:43.144 INFO O| Aug 08 20:42:43.144 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-08-08T20:42:44.407Z | [ recovery-image] Aug 08 20:42:43.161 INFO O| Aug 08 20:42:43.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6670 | 2024-08-08T20:42:44.407Z | [ recovery-image] Aug 08 20:42:43.161 INFO O| Aug 08 20:42:43.161 INFO STEP 942 (remove_files) COMPLETE |
6671 | 2024-08-08T20:42:44.410Z | [ recovery-image] Aug 08 20:42:43.161 INFO O| Aug 08 20:42:43.161 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-08-08T20:42:44.421Z | [ recovery-image] Aug 08 20:42:43.175 INFO O| Aug 08 20:42:43.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6673 | 2024-08-08T20:42:44.424Z | [ recovery-image] Aug 08 20:42:43.175 INFO O| Aug 08 20:42:43.175 INFO STEP 943 (remove_files) COMPLETE |
6674 | 2024-08-08T20:42:44.424Z | [ recovery-image] Aug 08 20:42:43.175 INFO O| Aug 08 20:42:43.175 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-08-08T20:42:44.432Z | [ recovery-image] Aug 08 20:42:43.186 INFO O| Aug 08 20:42:43.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6676 | 2024-08-08T20:42:44.432Z | [ recovery-image] Aug 08 20:42:43.186 INFO O| Aug 08 20:42:43.186 INFO STEP 944 (remove_files) COMPLETE |
6677 | 2024-08-08T20:42:44.432Z | [ recovery-image] Aug 08 20:42:43.186 INFO O| Aug 08 20:42:43.186 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-08-08T20:42:44.445Z | [ recovery-image] Aug 08 20:42:43.198 INFO O| Aug 08 20:42:43.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6679 | 2024-08-08T20:42:44.448Z | [ recovery-image] Aug 08 20:42:43.198 INFO O| Aug 08 20:42:43.198 INFO STEP 945 (remove_files) COMPLETE |
6680 | 2024-08-08T20:42:44.448Z | [ recovery-image] Aug 08 20:42:43.198 INFO O| Aug 08 20:42:43.198 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-08-08T20:42:44.454Z | [ recovery-image] Aug 08 20:42:43.208 INFO O| Aug 08 20:42:43.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6682 | 2024-08-08T20:42:44.457Z | [ recovery-image] Aug 08 20:42:43.208 INFO O| Aug 08 20:42:43.208 INFO STEP 946 (remove_files) COMPLETE |
6683 | 2024-08-08T20:42:44.457Z | [ recovery-image] Aug 08 20:42:43.208 INFO O| Aug 08 20:42:43.208 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-08-08T20:42:44.463Z | [ host-image] Aug 08 20:42:43.217 INFO O| Aug 08 20:42:43.216 INFO O| Planning: Solver setup ... Done |
6685 | 2024-08-08T20:42:44.465Z | [ recovery-image] Aug 08 20:42:43.218 INFO O| Aug 08 20:42:43.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6686 | 2024-08-08T20:42:44.465Z | [ recovery-image] Aug 08 20:42:43.219 INFO O| Aug 08 20:42:43.218 INFO STEP 947 (remove_files) COMPLETE |
6687 | 2024-08-08T20:42:44.465Z | [ recovery-image] Aug 08 20:42:43.219 INFO O| Aug 08 20:42:43.219 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-08-08T20:42:44.468Z | [ host-image] Aug 08 20:42:43.221 INFO O| Aug 08 20:42:43.221 INFO O| Planning: Running solver ... Done |
6689 | 2024-08-08T20:42:44.476Z | [ recovery-image] Aug 08 20:42:43.230 INFO O| Aug 08 20:42:43.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6690 | 2024-08-08T20:42:44.476Z | [ recovery-image] Aug 08 20:42:43.230 INFO O| Aug 08 20:42:43.230 INFO STEP 948 (remove_files) COMPLETE |
6691 | 2024-08-08T20:42:44.479Z | [ recovery-image] Aug 08 20:42:43.230 INFO O| Aug 08 20:42:43.230 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2024-08-08T20:42:44.487Z | [ recovery-image] Aug 08 20:42:43.241 INFO O| Aug 08 20:42:43.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6693 | 2024-08-08T20:42:44.490Z | [ recovery-image] Aug 08 20:42:43.241 INFO O| Aug 08 20:42:43.241 INFO STEP 949 (remove_files) COMPLETE |
6694 | 2024-08-08T20:42:44.490Z | [ recovery-image] Aug 08 20:42:43.241 INFO O| Aug 08 20:42:43.241 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2024-08-08T20:42:44.497Z | [ recovery-image] Aug 08 20:42:43.251 INFO O| Aug 08 20:42:43.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6696 | 2024-08-08T20:42:44.497Z | [ recovery-image] Aug 08 20:42:43.251 INFO O| Aug 08 20:42:43.251 INFO STEP 950 (remove_files) COMPLETE |
6697 | 2024-08-08T20:42:44.501Z | [ recovery-image] Aug 08 20:42:43.251 INFO O| Aug 08 20:42:43.251 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-08-08T20:42:44.505Z | [ host-image] Aug 08 20:42:43.259 INFO O| Aug 08 20:42:43.258 INFO O| Planning: Finding local manifests ... Done |
6699 | 2024-08-08T20:42:44.507Z | [ host-image] Aug 08 20:42:43.260 INFO O| Aug 08 20:42:43.260 INFO O| Planning: Fetching manifests: 0/6 0% complete |
6700 | 2024-08-08T20:42:44.507Z | [ recovery-image] Aug 08 20:42:43.261 INFO O| Aug 08 20:42:43.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6701 | 2024-08-08T20:42:44.507Z | [ recovery-image] Aug 08 20:42:43.261 INFO O| Aug 08 20:42:43.261 INFO STEP 951 (remove_files) COMPLETE |
6702 | 2024-08-08T20:42:44.507Z | [ recovery-image] Aug 08 20:42:43.261 INFO O| Aug 08 20:42:43.261 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-08-08T20:42:44.518Z | [ recovery-image] Aug 08 20:42:43.271 INFO O| Aug 08 20:42:43.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6704 | 2024-08-08T20:42:44.521Z | [ recovery-image] Aug 08 20:42:43.271 INFO O| Aug 08 20:42:43.271 INFO STEP 952 (remove_files) COMPLETE |
6705 | 2024-08-08T20:42:44.521Z | [ recovery-image] Aug 08 20:42:43.271 INFO O| Aug 08 20:42:43.271 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-08-08T20:42:44.530Z | [ recovery-image] Aug 08 20:42:43.283 INFO O| Aug 08 20:42:43.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6707 | 2024-08-08T20:42:44.532Z | [ recovery-image] Aug 08 20:42:43.284 INFO O| Aug 08 20:42:43.283 INFO STEP 953 (remove_files) COMPLETE |
6708 | 2024-08-08T20:42:44.533Z | [ recovery-image] Aug 08 20:42:43.284 INFO O| Aug 08 20:42:43.284 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-08-08T20:42:44.542Z | [ recovery-image] Aug 08 20:42:43.295 INFO O| Aug 08 20:42:43.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6710 | 2024-08-08T20:42:44.542Z | [ recovery-image] Aug 08 20:42:43.295 INFO O| Aug 08 20:42:43.295 INFO STEP 954 (remove_files) COMPLETE |
6711 | 2024-08-08T20:42:44.544Z | [ recovery-image] Aug 08 20:42:43.295 INFO O| Aug 08 20:42:43.295 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-08-08T20:42:44.552Z | [ recovery-image] Aug 08 20:42:43.305 INFO O| Aug 08 20:42:43.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6713 | 2024-08-08T20:42:44.554Z | [ recovery-image] Aug 08 20:42:43.305 INFO O| Aug 08 20:42:43.305 INFO STEP 955 (remove_files) COMPLETE |
6714 | 2024-08-08T20:42:44.554Z | [ recovery-image] Aug 08 20:42:43.305 INFO O| Aug 08 20:42:43.305 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-08-08T20:42:44.561Z | [ recovery-image] Aug 08 20:42:43.315 INFO O| Aug 08 20:42:43.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6716 | 2024-08-08T20:42:44.561Z | [ recovery-image] Aug 08 20:42:43.315 INFO O| Aug 08 20:42:43.315 INFO STEP 956 (remove_files) COMPLETE |
6717 | 2024-08-08T20:42:44.561Z | [ recovery-image] Aug 08 20:42:43.315 INFO O| Aug 08 20:42:43.315 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-08-08T20:42:44.571Z | [ recovery-image] Aug 08 20:42:43.324 INFO O| Aug 08 20:42:43.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6719 | 2024-08-08T20:42:44.571Z | [ recovery-image] Aug 08 20:42:43.325 INFO O| Aug 08 20:42:43.324 INFO STEP 957 (remove_files) COMPLETE |
6720 | 2024-08-08T20:42:44.574Z | [ recovery-image] Aug 08 20:42:43.325 INFO O| Aug 08 20:42:43.324 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-08-08T20:42:44.581Z | [ recovery-image] Aug 08 20:42:43.334 INFO O| Aug 08 20:42:43.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6722 | 2024-08-08T20:42:44.581Z | [ recovery-image] Aug 08 20:42:43.334 INFO O| Aug 08 20:42:43.334 INFO STEP 958 (remove_files) COMPLETE |
6723 | 2024-08-08T20:42:44.584Z | [ recovery-image] Aug 08 20:42:43.334 INFO O| Aug 08 20:42:43.334 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-08-08T20:42:44.592Z | [ recovery-image] Aug 08 20:42:43.344 INFO O| Aug 08 20:42:43.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6725 | 2024-08-08T20:42:44.595Z | [ recovery-image] Aug 08 20:42:43.344 INFO O| Aug 08 20:42:43.344 INFO STEP 959 (remove_files) COMPLETE |
6726 | 2024-08-08T20:42:44.595Z | [ recovery-image] Aug 08 20:42:43.344 INFO O| Aug 08 20:42:43.344 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-08-08T20:42:44.601Z | [ recovery-image] Aug 08 20:42:43.354 INFO O| Aug 08 20:42:43.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6728 | 2024-08-08T20:42:44.601Z | [ recovery-image] Aug 08 20:42:43.354 INFO O| Aug 08 20:42:43.354 INFO STEP 960 (remove_files) COMPLETE |
6729 | 2024-08-08T20:42:44.604Z | [ recovery-image] Aug 08 20:42:43.354 INFO O| Aug 08 20:42:43.354 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-08-08T20:42:44.610Z | [ recovery-image] Aug 08 20:42:43.364 INFO O| Aug 08 20:42:43.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6731 | 2024-08-08T20:42:44.612Z | [ recovery-image] Aug 08 20:42:43.364 INFO O| Aug 08 20:42:43.364 INFO STEP 961 (remove_files) COMPLETE |
6732 | 2024-08-08T20:42:44.612Z | [ recovery-image] Aug 08 20:42:43.364 INFO O| Aug 08 20:42:43.364 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-08-08T20:42:44.619Z | [ recovery-image] Aug 08 20:42:43.373 INFO O| Aug 08 20:42:43.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6734 | 2024-08-08T20:42:44.619Z | [ recovery-image] Aug 08 20:42:43.373 INFO O| Aug 08 20:42:43.373 INFO STEP 962 (remove_files) COMPLETE |
6735 | 2024-08-08T20:42:44.622Z | [ recovery-image] Aug 08 20:42:43.373 INFO O| Aug 08 20:42:43.373 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-08-08T20:42:44.629Z | [ recovery-image] Aug 08 20:42:43.383 INFO O| Aug 08 20:42:43.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6737 | 2024-08-08T20:42:44.629Z | [ recovery-image] Aug 08 20:42:43.383 INFO O| Aug 08 20:42:43.383 INFO STEP 963 (remove_files) COMPLETE |
6738 | 2024-08-08T20:42:44.632Z | [ recovery-image] Aug 08 20:42:43.383 INFO O| Aug 08 20:42:43.383 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-08-08T20:42:44.636Z | [ host-image] Aug 08 20:42:43.390 INFO O| Aug 08 20:42:43.390 INFO O| Planning: Fetching manifests: 6/6 100% complete |
6740 | 2024-08-08T20:42:44.639Z | [ recovery-image] Aug 08 20:42:43.392 INFO O| Aug 08 20:42:43.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6741 | 2024-08-08T20:42:44.639Z | [ recovery-image] Aug 08 20:42:43.392 INFO O| Aug 08 20:42:43.392 INFO STEP 964 (remove_files) COMPLETE |
6742 | 2024-08-08T20:42:44.639Z | [ recovery-image] Aug 08 20:42:43.392 INFO O| Aug 08 20:42:43.392 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6743 | 2024-08-08T20:42:44.648Z | [ recovery-image] Aug 08 20:42:43.402 INFO O| Aug 08 20:42:43.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6744 | 2024-08-08T20:42:44.651Z | [ recovery-image] Aug 08 20:42:43.402 INFO O| Aug 08 20:42:43.402 INFO STEP 965 (remove_files) COMPLETE |
6745 | 2024-08-08T20:42:44.651Z | [ recovery-image] Aug 08 20:42:43.402 INFO O| Aug 08 20:42:43.402 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6746 | 2024-08-08T20:42:44.659Z | [ recovery-image] Aug 08 20:42:43.412 INFO O| Aug 08 20:42:43.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6747 | 2024-08-08T20:42:44.661Z | [ recovery-image] Aug 08 20:42:43.412 INFO O| Aug 08 20:42:43.412 INFO STEP 966 (remove_files) COMPLETE |
6748 | 2024-08-08T20:42:44.661Z | [ recovery-image] Aug 08 20:42:43.412 INFO O| Aug 08 20:42:43.412 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6749 | 2024-08-08T20:42:44.669Z | [ host-image] Aug 08 20:42:43.422 INFO O| Aug 08 20:42:43.422 INFO O| Planning: Package planning ... Done |
6750 | 2024-08-08T20:42:44.669Z | [ recovery-image] Aug 08 20:42:43.422 INFO O| Aug 08 20:42:43.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6751 | 2024-08-08T20:42:44.672Z | [ recovery-image] Aug 08 20:42:43.423 INFO O| Aug 08 20:42:43.423 INFO STEP 967 (remove_files) COMPLETE |
6752 | 2024-08-08T20:42:44.672Z | [ recovery-image] Aug 08 20:42:43.423 INFO O| Aug 08 20:42:43.423 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-08-08T20:42:44.679Z | [ recovery-image] Aug 08 20:42:43.432 INFO O| Aug 08 20:42:43.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6754 | 2024-08-08T20:42:44.679Z | [ recovery-image] Aug 08 20:42:43.432 INFO O| Aug 08 20:42:43.432 INFO STEP 968 (remove_files) COMPLETE |
6755 | 2024-08-08T20:42:44.681Z | [ recovery-image] Aug 08 20:42:43.432 INFO O| Aug 08 20:42:43.432 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-08-08T20:42:44.688Z | [ host-image] Aug 08 20:42:43.442 INFO O| Aug 08 20:42:43.442 INFO O| Planning: Merging actions ... Done |
6757 | 2024-08-08T20:42:44.691Z | [ recovery-image] Aug 08 20:42:43.442 INFO O| Aug 08 20:42:43.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6758 | 2024-08-08T20:42:44.691Z | [ recovery-image] Aug 08 20:42:43.442 INFO O| Aug 08 20:42:43.442 INFO STEP 969 (remove_files) COMPLETE |
6759 | 2024-08-08T20:42:44.691Z | [ recovery-image] Aug 08 20:42:43.442 INFO O| Aug 08 20:42:43.442 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-08-08T20:42:44.698Z | [ recovery-image] Aug 08 20:42:43.452 INFO O| Aug 08 20:42:43.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6761 | 2024-08-08T20:42:44.698Z | [ recovery-image] Aug 08 20:42:43.452 INFO O| Aug 08 20:42:43.452 INFO STEP 970 (remove_files) COMPLETE |
6762 | 2024-08-08T20:42:44.701Z | [ recovery-image] Aug 08 20:42:43.452 INFO O| Aug 08 20:42:43.452 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-08-08T20:42:44.708Z | [ recovery-image] Aug 08 20:42:43.461 INFO O| Aug 08 20:42:43.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6764 | 2024-08-08T20:42:44.711Z | [ recovery-image] Aug 08 20:42:43.462 INFO O| Aug 08 20:42:43.461 INFO STEP 971 (remove_files) COMPLETE |
6765 | 2024-08-08T20:42:44.711Z | [ recovery-image] Aug 08 20:42:43.462 INFO O| Aug 08 20:42:43.462 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-08-08T20:42:44.718Z | [ recovery-image] Aug 08 20:42:43.471 INFO O| Aug 08 20:42:43.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6767 | 2024-08-08T20:42:44.720Z | [ recovery-image] Aug 08 20:42:43.471 INFO O| Aug 08 20:42:43.471 INFO STEP 972 (remove_files) COMPLETE |
6768 | 2024-08-08T20:42:44.720Z | [ recovery-image] Aug 08 20:42:43.471 INFO O| Aug 08 20:42:43.471 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-08-08T20:42:44.727Z | [ recovery-image] Aug 08 20:42:43.481 INFO O| Aug 08 20:42:43.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6770 | 2024-08-08T20:42:44.730Z | [ recovery-image] Aug 08 20:42:43.481 INFO O| Aug 08 20:42:43.481 INFO STEP 973 (remove_files) COMPLETE |
6771 | 2024-08-08T20:42:44.730Z | [ recovery-image] Aug 08 20:42:43.481 INFO O| Aug 08 20:42:43.481 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-08-08T20:42:44.737Z | [ recovery-image] Aug 08 20:42:43.491 INFO O| Aug 08 20:42:43.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6773 | 2024-08-08T20:42:44.740Z | [ recovery-image] Aug 08 20:42:43.491 INFO O| Aug 08 20:42:43.491 INFO STEP 974 (remove_files) COMPLETE |
6774 | 2024-08-08T20:42:44.740Z | [ recovery-image] Aug 08 20:42:43.491 INFO O| Aug 08 20:42:43.491 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-08-08T20:42:44.747Z | [ recovery-image] Aug 08 20:42:43.501 INFO O| Aug 08 20:42:43.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6776 | 2024-08-08T20:42:44.750Z | [ recovery-image] Aug 08 20:42:43.501 INFO O| Aug 08 20:42:43.501 INFO STEP 975 (remove_files) COMPLETE |
6777 | 2024-08-08T20:42:44.750Z | [ recovery-image] Aug 08 20:42:43.501 INFO O| Aug 08 20:42:43.501 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-08-08T20:42:44.757Z | [ recovery-image] Aug 08 20:42:43.510 INFO O| Aug 08 20:42:43.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6779 | 2024-08-08T20:42:44.759Z | [ recovery-image] Aug 08 20:42:43.510 INFO O| Aug 08 20:42:43.510 INFO STEP 976 (remove_files) COMPLETE |
6780 | 2024-08-08T20:42:44.760Z | [ recovery-image] Aug 08 20:42:43.511 INFO O| Aug 08 20:42:43.510 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-08-08T20:42:44.762Z | [ host-image] Aug 08 20:42:43.514 INFO O| Aug 08 20:42:43.514 INFO O| Planning: Checking for conflicting actions ... Done |
6782 | 2024-08-08T20:42:44.765Z | [ host-image] Aug 08 20:42:43.518 INFO O| Aug 08 20:42:43.518 INFO O| Planning: Consolidating action changes ... Done |
6783 | 2024-08-08T20:42:44.767Z | [ recovery-image] Aug 08 20:42:43.520 INFO O| Aug 08 20:42:43.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6784 | 2024-08-08T20:42:44.768Z | [ recovery-image] Aug 08 20:42:43.520 INFO O| Aug 08 20:42:43.520 INFO STEP 977 (remove_files) COMPLETE |
6785 | 2024-08-08T20:42:44.768Z | [ recovery-image] Aug 08 20:42:43.520 INFO O| Aug 08 20:42:43.520 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-08-08T20:42:44.776Z | [ recovery-image] Aug 08 20:42:43.530 INFO O| Aug 08 20:42:43.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6787 | 2024-08-08T20:42:44.776Z | [ recovery-image] Aug 08 20:42:43.530 INFO O| Aug 08 20:42:43.530 INFO STEP 978 (remove_files) COMPLETE |
6788 | 2024-08-08T20:42:44.778Z | [ recovery-image] Aug 08 20:42:43.530 INFO O| Aug 08 20:42:43.530 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-08-08T20:42:44.786Z | [ recovery-image] Aug 08 20:42:43.539 INFO O| Aug 08 20:42:43.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6790 | 2024-08-08T20:42:44.788Z | [ recovery-image] Aug 08 20:42:43.539 INFO O| Aug 08 20:42:43.539 INFO STEP 979 (remove_files) COMPLETE |
6791 | 2024-08-08T20:42:44.788Z | [ recovery-image] Aug 08 20:42:43.539 INFO O| Aug 08 20:42:43.539 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-08-08T20:42:44.795Z | [ recovery-image] Aug 08 20:42:43.549 INFO O| Aug 08 20:42:43.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6793 | 2024-08-08T20:42:44.799Z | [ recovery-image] Aug 08 20:42:43.549 INFO O| Aug 08 20:42:43.549 INFO STEP 980 (remove_files) COMPLETE |
6794 | 2024-08-08T20:42:44.799Z | [ recovery-image] Aug 08 20:42:43.549 INFO O| Aug 08 20:42:43.549 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-08-08T20:42:44.804Z | [ recovery-image] Aug 08 20:42:43.558 INFO O| Aug 08 20:42:43.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6796 | 2024-08-08T20:42:44.807Z | [ recovery-image] Aug 08 20:42:43.558 INFO O| Aug 08 20:42:43.558 INFO STEP 981 (remove_files) COMPLETE |
6797 | 2024-08-08T20:42:44.807Z | [ recovery-image] Aug 08 20:42:43.558 INFO O| Aug 08 20:42:43.558 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-08-08T20:42:44.814Z | [ recovery-image] Aug 08 20:42:43.568 INFO O| Aug 08 20:42:43.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6799 | 2024-08-08T20:42:44.817Z | [ recovery-image] Aug 08 20:42:43.568 INFO O| Aug 08 20:42:43.568 INFO STEP 982 (remove_files) COMPLETE |
6800 | 2024-08-08T20:42:44.817Z | [ recovery-image] Aug 08 20:42:43.568 INFO O| Aug 08 20:42:43.568 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-08-08T20:42:44.823Z | [ recovery-image] Aug 08 20:42:43.577 INFO O| Aug 08 20:42:43.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6802 | 2024-08-08T20:42:44.824Z | [ recovery-image] Aug 08 20:42:43.577 INFO O| Aug 08 20:42:43.577 INFO STEP 983 (remove_files) COMPLETE |
6803 | 2024-08-08T20:42:44.826Z | [ recovery-image] Aug 08 20:42:43.577 INFO O| Aug 08 20:42:43.577 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-08-08T20:42:44.833Z | [ recovery-image] Aug 08 20:42:43.587 INFO O| Aug 08 20:42:43.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6805 | 2024-08-08T20:42:44.839Z | [ recovery-image] Aug 08 20:42:43.587 INFO O| Aug 08 20:42:43.587 INFO STEP 984 (remove_files) COMPLETE |
6806 | 2024-08-08T20:42:44.839Z | [ recovery-image] Aug 08 20:42:43.587 INFO O| Aug 08 20:42:43.587 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-08-08T20:42:44.842Z | [ recovery-image] Aug 08 20:42:43.596 INFO O| Aug 08 20:42:43.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6808 | 2024-08-08T20:42:44.846Z | [ recovery-image] Aug 08 20:42:43.596 INFO O| Aug 08 20:42:43.596 INFO STEP 985 (remove_files) COMPLETE |
6809 | 2024-08-08T20:42:44.846Z | [ recovery-image] Aug 08 20:42:43.596 INFO O| Aug 08 20:42:43.596 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-08-08T20:42:44.856Z | [ recovery-image] Aug 08 20:42:43.607 INFO O| Aug 08 20:42:43.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6811 | 2024-08-08T20:42:44.856Z | [ recovery-image] Aug 08 20:42:43.607 INFO O| Aug 08 20:42:43.607 INFO STEP 986 (remove_files) COMPLETE |
6812 | 2024-08-08T20:42:44.856Z | [ recovery-image] Aug 08 20:42:43.607 INFO O| Aug 08 20:42:43.607 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-08-08T20:42:44.865Z | [ recovery-image] Aug 08 20:42:43.619 INFO O| Aug 08 20:42:43.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6814 | 2024-08-08T20:42:44.865Z | [ recovery-image] Aug 08 20:42:43.619 INFO O| Aug 08 20:42:43.619 INFO STEP 987 (remove_files) COMPLETE |
6815 | 2024-08-08T20:42:44.868Z | [ recovery-image] Aug 08 20:42:43.619 INFO O| Aug 08 20:42:43.619 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-08-08T20:42:44.876Z | [ recovery-image] Aug 08 20:42:43.630 INFO O| Aug 08 20:42:43.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6817 | 2024-08-08T20:42:44.876Z | [ recovery-image] Aug 08 20:42:43.630 INFO O| Aug 08 20:42:43.630 INFO STEP 988 (remove_files) COMPLETE |
6818 | 2024-08-08T20:42:44.879Z | [ recovery-image] Aug 08 20:42:43.630 INFO O| Aug 08 20:42:43.630 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-08-08T20:42:44.888Z | [ recovery-image] Aug 08 20:42:43.641 INFO O| Aug 08 20:42:43.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6820 | 2024-08-08T20:42:44.890Z | [ recovery-image] Aug 08 20:42:43.641 INFO O| Aug 08 20:42:43.641 INFO STEP 989 (remove_files) COMPLETE |
6821 | 2024-08-08T20:42:44.890Z | [ recovery-image] Aug 08 20:42:43.641 INFO O| Aug 08 20:42:43.641 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-08-08T20:42:44.899Z | [ recovery-image] Aug 08 20:42:43.653 INFO O| Aug 08 20:42:43.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6823 | 2024-08-08T20:42:44.899Z | [ recovery-image] Aug 08 20:42:43.653 INFO O| Aug 08 20:42:43.653 INFO STEP 990 (remove_files) COMPLETE |
6824 | 2024-08-08T20:42:44.902Z | [ recovery-image] Aug 08 20:42:43.653 INFO O| Aug 08 20:42:43.653 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-08-08T20:42:44.910Z | [ recovery-image] Aug 08 20:42:43.663 INFO O| Aug 08 20:42:43.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6826 | 2024-08-08T20:42:44.913Z | [ recovery-image] Aug 08 20:42:43.664 INFO O| Aug 08 20:42:43.663 INFO STEP 991 (remove_files) COMPLETE |
6827 | 2024-08-08T20:42:44.913Z | [ recovery-image] Aug 08 20:42:43.664 INFO O| Aug 08 20:42:43.664 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-08-08T20:42:44.920Z | [ recovery-image] Aug 08 20:42:43.674 INFO O| Aug 08 20:42:43.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6829 | 2024-08-08T20:42:44.923Z | [ recovery-image] Aug 08 20:42:43.674 INFO O| Aug 08 20:42:43.674 INFO STEP 992 (remove_files) COMPLETE |
6830 | 2024-08-08T20:42:44.923Z | [ recovery-image] Aug 08 20:42:43.674 INFO O| Aug 08 20:42:43.674 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-08-08T20:42:44.930Z | [ recovery-image] Aug 08 20:42:43.684 INFO O| Aug 08 20:42:43.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6832 | 2024-08-08T20:42:44.930Z | [ recovery-image] Aug 08 20:42:43.684 INFO O| Aug 08 20:42:43.684 INFO STEP 993 (remove_files) COMPLETE |
6833 | 2024-08-08T20:42:44.933Z | [ recovery-image] Aug 08 20:42:43.684 INFO O| Aug 08 20:42:43.684 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-08-08T20:42:44.940Z | [ recovery-image] Aug 08 20:42:43.693 INFO O| Aug 08 20:42:43.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6835 | 2024-08-08T20:42:44.945Z | [ recovery-image] Aug 08 20:42:43.694 INFO O| Aug 08 20:42:43.693 INFO STEP 994 (remove_files) COMPLETE |
6836 | 2024-08-08T20:42:44.945Z | [ recovery-image] Aug 08 20:42:43.694 INFO O| Aug 08 20:42:43.693 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-08-08T20:42:44.951Z | [ recovery-image] Aug 08 20:42:43.703 INFO O| Aug 08 20:42:43.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6838 | 2024-08-08T20:42:44.951Z | [ recovery-image] Aug 08 20:42:43.703 INFO O| Aug 08 20:42:43.703 INFO STEP 995 (remove_files) COMPLETE |
6839 | 2024-08-08T20:42:44.953Z | [ recovery-image] Aug 08 20:42:43.703 INFO O| Aug 08 20:42:43.703 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-08-08T20:42:44.961Z | [ recovery-image] Aug 08 20:42:43.713 INFO O| Aug 08 20:42:43.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6841 | 2024-08-08T20:42:44.961Z | [ recovery-image] Aug 08 20:42:43.713 INFO O| Aug 08 20:42:43.713 INFO STEP 996 (remove_files) COMPLETE |
6842 | 2024-08-08T20:42:44.961Z | [ recovery-image] Aug 08 20:42:43.713 INFO O| Aug 08 20:42:43.713 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-08-08T20:42:44.969Z | [ recovery-image] Aug 08 20:42:43.722 INFO O| Aug 08 20:42:43.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6844 | 2024-08-08T20:42:44.969Z | [ recovery-image] Aug 08 20:42:43.722 INFO O| Aug 08 20:42:43.722 INFO STEP 997 (remove_files) COMPLETE |
6845 | 2024-08-08T20:42:44.969Z | [ recovery-image] Aug 08 20:42:43.722 INFO O| Aug 08 20:42:43.722 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-08-08T20:42:44.979Z | [ recovery-image] Aug 08 20:42:43.732 INFO O| Aug 08 20:42:43.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6847 | 2024-08-08T20:42:44.979Z | [ recovery-image] Aug 08 20:42:43.732 INFO O| Aug 08 20:42:43.732 INFO STEP 998 (remove_files) COMPLETE |
6848 | 2024-08-08T20:42:44.979Z | [ recovery-image] Aug 08 20:42:43.732 INFO O| Aug 08 20:42:43.732 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-08-08T20:42:44.989Z | [ recovery-image] Aug 08 20:42:43.741 INFO O| Aug 08 20:42:43.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6850 | 2024-08-08T20:42:44.989Z | [ recovery-image] Aug 08 20:42:43.741 INFO O| Aug 08 20:42:43.741 INFO STEP 999 (remove_files) COMPLETE |
6851 | 2024-08-08T20:42:44.989Z | [ recovery-image] Aug 08 20:42:43.741 INFO O| Aug 08 20:42:43.741 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-08-08T20:42:44.997Z | [ recovery-image] Aug 08 20:42:43.750 INFO O| Aug 08 20:42:43.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6853 | 2024-08-08T20:42:44.997Z | [ recovery-image] Aug 08 20:42:43.751 INFO O| Aug 08 20:42:43.751 INFO STEP 1000 (remove_files) COMPLETE |
6854 | 2024-08-08T20:42:45.000Z | [ recovery-image] Aug 08 20:42:43.751 INFO O| Aug 08 20:42:43.751 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-08-08T20:42:45.009Z | [ recovery-image] Aug 08 20:42:43.762 INFO O| Aug 08 20:42:43.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6856 | 2024-08-08T20:42:45.009Z | [ recovery-image] Aug 08 20:42:43.762 INFO O| Aug 08 20:42:43.762 INFO STEP 1001 (remove_files) COMPLETE |
6857 | 2024-08-08T20:42:45.012Z | [ recovery-image] Aug 08 20:42:43.762 INFO O| Aug 08 20:42:43.762 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-08-08T20:42:45.019Z | [ recovery-image] Aug 08 20:42:43.772 INFO O| Aug 08 20:42:43.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6859 | 2024-08-08T20:42:45.021Z | [ recovery-image] Aug 08 20:42:43.773 INFO O| Aug 08 20:42:43.772 INFO STEP 1002 (remove_files) COMPLETE |
6860 | 2024-08-08T20:42:45.021Z | [ recovery-image] Aug 08 20:42:43.773 INFO O| Aug 08 20:42:43.772 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-08-08T20:42:45.021Z | [ host-image] Aug 08 20:42:43.773 INFO O| Aug 08 20:42:43.773 INFO O| Planning: Evaluating mediators ... Done |
6862 | 2024-08-08T20:42:45.024Z | [ host-image] Aug 08 20:42:43.778 INFO O| Aug 08 20:42:43.778 INFO O| Planning: Planning completed in 1.91 seconds |
6863 | 2024-08-08T20:42:45.028Z | [ host-image] Aug 08 20:42:43.780 INFO O| Aug 08 20:42:43.780 INFO O| Packages to install: 6 |
6864 | 2024-08-08T20:42:45.028Z | [ host-image] Aug 08 20:42:43.780 INFO O| Aug 08 20:42:43.780 INFO O| Mediators to change: 1 |
6865 | 2024-08-08T20:42:45.028Z | [ host-image] Aug 08 20:42:43.780 INFO O| Aug 08 20:42:43.780 INFO O| Services to change: 1 |
6866 | 2024-08-08T20:42:45.030Z | [ recovery-image] Aug 08 20:42:43.784 INFO O| Aug 08 20:42:43.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6867 | 2024-08-08T20:42:45.030Z | [ recovery-image] Aug 08 20:42:43.784 INFO O| Aug 08 20:42:43.784 INFO STEP 1003 (remove_files) COMPLETE |
6868 | 2024-08-08T20:42:45.030Z | [ recovery-image] Aug 08 20:42:43.784 INFO O| Aug 08 20:42:43.784 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2024-08-08T20:42:45.039Z | [ host-image] Aug 08 20:42:43.793 INFO O| Aug 08 20:42:43.792 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
6870 | 2024-08-08T20:42:45.042Z | [ recovery-image] Aug 08 20:42:43.793 INFO O| Aug 08 20:42:43.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6871 | 2024-08-08T20:42:45.042Z | [ recovery-image] Aug 08 20:42:43.794 INFO O| Aug 08 20:42:43.794 INFO STEP 1004 (remove_files) COMPLETE |
6872 | 2024-08-08T20:42:45.042Z | [ recovery-image] Aug 08 20:42:43.794 INFO O| Aug 08 20:42:43.794 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-08-08T20:42:45.051Z | [ recovery-image] Aug 08 20:42:43.804 INFO O| Aug 08 20:42:43.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6874 | 2024-08-08T20:42:45.051Z | [ recovery-image] Aug 08 20:42:43.804 INFO O| Aug 08 20:42:43.804 INFO STEP 1005 (remove_files) COMPLETE |
6875 | 2024-08-08T20:42:45.051Z | [ recovery-image] Aug 08 20:42:43.804 INFO O| Aug 08 20:42:43.804 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-08-08T20:42:45.060Z | [ recovery-image] Aug 08 20:42:43.814 INFO O| Aug 08 20:42:43.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6877 | 2024-08-08T20:42:45.060Z | [ recovery-image] Aug 08 20:42:43.814 INFO O| Aug 08 20:42:43.814 INFO STEP 1006 (remove_files) COMPLETE |
6878 | 2024-08-08T20:42:45.063Z | [ recovery-image] Aug 08 20:42:43.814 INFO O| Aug 08 20:42:43.814 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-08-08T20:42:45.070Z | [ recovery-image] Aug 08 20:42:43.824 INFO O| Aug 08 20:42:43.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6880 | 2024-08-08T20:42:45.070Z | [ recovery-image] Aug 08 20:42:43.824 INFO O| Aug 08 20:42:43.824 INFO STEP 1007 (remove_files) COMPLETE |
6881 | 2024-08-08T20:42:45.070Z | [ recovery-image] Aug 08 20:42:43.824 INFO O| Aug 08 20:42:43.824 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-08-08T20:42:45.080Z | [ recovery-image] Aug 08 20:42:43.833 INFO O| Aug 08 20:42:43.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6883 | 2024-08-08T20:42:45.080Z | [ recovery-image] Aug 08 20:42:43.833 INFO O| Aug 08 20:42:43.833 INFO STEP 1008 (remove_files) COMPLETE |
6884 | 2024-08-08T20:42:45.083Z | [ recovery-image] Aug 08 20:42:43.833 INFO O| Aug 08 20:42:43.833 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-08-08T20:42:45.089Z | [ recovery-image] Aug 08 20:42:43.843 INFO O| Aug 08 20:42:43.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6886 | 2024-08-08T20:42:45.090Z | [ recovery-image] Aug 08 20:42:43.843 INFO O| Aug 08 20:42:43.843 INFO STEP 1009 (remove_files) COMPLETE |
6887 | 2024-08-08T20:42:45.090Z | [ recovery-image] Aug 08 20:42:43.843 INFO O| Aug 08 20:42:43.843 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-08-08T20:42:45.099Z | [ recovery-image] Aug 08 20:42:43.852 INFO O| Aug 08 20:42:43.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6889 | 2024-08-08T20:42:45.101Z | [ recovery-image] Aug 08 20:42:43.852 INFO O| Aug 08 20:42:43.852 INFO STEP 1010 (remove_files) COMPLETE |
6890 | 2024-08-08T20:42:45.102Z | [ recovery-image] Aug 08 20:42:43.852 INFO O| Aug 08 20:42:43.852 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-08-08T20:42:45.109Z | [ recovery-image] Aug 08 20:42:43.862 INFO O| Aug 08 20:42:43.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6892 | 2024-08-08T20:42:45.109Z | [ recovery-image] Aug 08 20:42:43.862 INFO O| Aug 08 20:42:43.862 INFO STEP 1011 (remove_files) COMPLETE |
6893 | 2024-08-08T20:42:45.112Z | [ recovery-image] Aug 08 20:42:43.862 INFO O| Aug 08 20:42:43.862 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-08-08T20:42:45.119Z | [ recovery-image] Aug 08 20:42:43.872 INFO O| Aug 08 20:42:43.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6895 | 2024-08-08T20:42:45.119Z | [ recovery-image] Aug 08 20:42:43.872 INFO O| Aug 08 20:42:43.872 INFO STEP 1012 (remove_files) COMPLETE |
6896 | 2024-08-08T20:42:45.122Z | [ recovery-image] Aug 08 20:42:43.872 INFO O| Aug 08 20:42:43.872 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-08-08T20:42:45.129Z | [ recovery-image] Aug 08 20:42:43.882 INFO O| Aug 08 20:42:43.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6898 | 2024-08-08T20:42:45.129Z | [ recovery-image] Aug 08 20:42:43.882 INFO O| Aug 08 20:42:43.882 INFO STEP 1013 (remove_files) COMPLETE |
6899 | 2024-08-08T20:42:45.132Z | [ recovery-image] Aug 08 20:42:43.882 INFO O| Aug 08 20:42:43.882 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-08-08T20:42:45.138Z | [ recovery-image] Aug 08 20:42:43.892 INFO O| Aug 08 20:42:43.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6901 | 2024-08-08T20:42:45.141Z | [ recovery-image] Aug 08 20:42:43.892 INFO O| Aug 08 20:42:43.892 INFO STEP 1014 (remove_files) COMPLETE |
6902 | 2024-08-08T20:42:45.141Z | [ recovery-image] Aug 08 20:42:43.892 INFO O| Aug 08 20:42:43.892 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-08-08T20:42:45.148Z | [ recovery-image] Aug 08 20:42:43.902 INFO O| Aug 08 20:42:43.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6904 | 2024-08-08T20:42:45.148Z | [ recovery-image] Aug 08 20:42:43.902 INFO O| Aug 08 20:42:43.902 INFO STEP 1015 (remove_files) COMPLETE |
6905 | 2024-08-08T20:42:45.151Z | [ recovery-image] Aug 08 20:42:43.902 INFO O| Aug 08 20:42:43.902 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-08-08T20:42:45.158Z | [ recovery-image] Aug 08 20:42:43.912 INFO O| Aug 08 20:42:43.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6907 | 2024-08-08T20:42:45.160Z | [ recovery-image] Aug 08 20:42:43.912 INFO O| Aug 08 20:42:43.912 INFO STEP 1016 (remove_files) COMPLETE |
6908 | 2024-08-08T20:42:45.161Z | [ recovery-image] Aug 08 20:42:43.912 INFO O| Aug 08 20:42:43.912 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-08-08T20:42:45.167Z | [ recovery-image] Aug 08 20:42:43.921 INFO O| Aug 08 20:42:43.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6910 | 2024-08-08T20:42:45.167Z | [ recovery-image] Aug 08 20:42:43.921 INFO O| Aug 08 20:42:43.921 INFO STEP 1017 (remove_files) COMPLETE |
6911 | 2024-08-08T20:42:45.170Z | [ recovery-image] Aug 08 20:42:43.921 INFO O| Aug 08 20:42:43.921 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-08-08T20:42:45.177Z | [ recovery-image] Aug 08 20:42:43.930 INFO O| Aug 08 20:42:43.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6913 | 2024-08-08T20:42:45.179Z | [ recovery-image] Aug 08 20:42:43.931 INFO O| Aug 08 20:42:43.931 INFO STEP 1018 (remove_files) COMPLETE |
6914 | 2024-08-08T20:42:45.179Z | [ recovery-image] Aug 08 20:42:43.931 INFO O| Aug 08 20:42:43.931 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-08-08T20:42:45.186Z | [ recovery-image] Aug 08 20:42:43.940 INFO O| Aug 08 20:42:43.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6916 | 2024-08-08T20:42:45.189Z | [ recovery-image] Aug 08 20:42:43.940 INFO O| Aug 08 20:42:43.940 INFO STEP 1019 (remove_files) COMPLETE |
6917 | 2024-08-08T20:42:45.189Z | [ recovery-image] Aug 08 20:42:43.940 INFO O| Aug 08 20:42:43.940 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-08-08T20:42:45.196Z | [ recovery-image] Aug 08 20:42:43.949 INFO O| Aug 08 20:42:43.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6919 | 2024-08-08T20:42:45.199Z | [ recovery-image] Aug 08 20:42:43.950 INFO O| Aug 08 20:42:43.950 INFO STEP 1020 (remove_files) COMPLETE |
6920 | 2024-08-08T20:42:45.199Z | [ recovery-image] Aug 08 20:42:43.950 INFO O| Aug 08 20:42:43.950 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-08-08T20:42:45.205Z | [ recovery-image] Aug 08 20:42:43.959 INFO O| Aug 08 20:42:43.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6922 | 2024-08-08T20:42:45.208Z | [ recovery-image] Aug 08 20:42:43.959 INFO O| Aug 08 20:42:43.959 INFO STEP 1021 (remove_files) COMPLETE |
6923 | 2024-08-08T20:42:45.208Z | [ recovery-image] Aug 08 20:42:43.959 INFO O| Aug 08 20:42:43.959 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-08-08T20:42:45.215Z | [ recovery-image] Aug 08 20:42:43.968 INFO O| Aug 08 20:42:43.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6925 | 2024-08-08T20:42:45.217Z | [ recovery-image] Aug 08 20:42:43.969 INFO O| Aug 08 20:42:43.968 INFO STEP 1022 (remove_files) COMPLETE |
6926 | 2024-08-08T20:42:45.217Z | [ recovery-image] Aug 08 20:42:43.969 INFO O| Aug 08 20:42:43.968 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-08-08T20:42:45.224Z | [ recovery-image] Aug 08 20:42:43.978 INFO O| Aug 08 20:42:43.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
6928 | 2024-08-08T20:42:45.224Z | [ recovery-image] Aug 08 20:42:43.978 INFO O| Aug 08 20:42:43.978 INFO STEP 1023 (remove_files) COMPLETE |
6929 | 2024-08-08T20:42:45.224Z | [ recovery-image] Aug 08 20:42:43.978 INFO O| Aug 08 20:42:43.978 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-08-08T20:42:45.234Z | [ recovery-image] Aug 08 20:42:43.987 INFO O| Aug 08 20:42:43.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
6931 | 2024-08-08T20:42:45.237Z | [ recovery-image] Aug 08 20:42:43.987 INFO O| Aug 08 20:42:43.987 INFO STEP 1024 (remove_files) COMPLETE |
6932 | 2024-08-08T20:42:45.237Z | [ recovery-image] Aug 08 20:42:43.987 INFO O| Aug 08 20:42:43.987 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-08-08T20:42:45.243Z | [ recovery-image] Aug 08 20:42:43.997 INFO O| Aug 08 20:42:43.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
6934 | 2024-08-08T20:42:45.243Z | [ recovery-image] Aug 08 20:42:43.997 INFO O| Aug 08 20:42:43.997 INFO STEP 1025 (remove_files) COMPLETE |
6935 | 2024-08-08T20:42:45.243Z | [ recovery-image] Aug 08 20:42:43.997 INFO O| Aug 08 20:42:43.997 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-08-08T20:42:45.253Z | [ recovery-image] Aug 08 20:42:44.006 INFO O| Aug 08 20:42:44.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
6937 | 2024-08-08T20:42:45.253Z | [ recovery-image] Aug 08 20:42:44.006 INFO O| Aug 08 20:42:44.006 INFO STEP 1026 (remove_files) COMPLETE |
6938 | 2024-08-08T20:42:45.256Z | [ recovery-image] Aug 08 20:42:44.006 INFO O| Aug 08 20:42:44.006 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-08-08T20:42:45.262Z | [ recovery-image] Aug 08 20:42:44.016 INFO O| Aug 08 20:42:44.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
6940 | 2024-08-08T20:42:45.265Z | [ recovery-image] Aug 08 20:42:44.016 INFO O| Aug 08 20:42:44.016 INFO STEP 1027 (remove_files) COMPLETE |
6941 | 2024-08-08T20:42:45.265Z | [ recovery-image] Aug 08 20:42:44.016 INFO O| Aug 08 20:42:44.016 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-08-08T20:42:45.272Z | [ recovery-image] Aug 08 20:42:44.025 INFO O| Aug 08 20:42:44.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
6943 | 2024-08-08T20:42:45.275Z | [ recovery-image] Aug 08 20:42:44.026 INFO O| Aug 08 20:42:44.025 INFO STEP 1028 (remove_files) COMPLETE |
6944 | 2024-08-08T20:42:45.275Z | [ recovery-image] Aug 08 20:42:44.026 INFO O| Aug 08 20:42:44.026 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-08-08T20:42:45.281Z | [ recovery-image] Aug 08 20:42:44.035 INFO O| Aug 08 20:42:44.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
6946 | 2024-08-08T20:42:45.281Z | [ recovery-image] Aug 08 20:42:44.035 INFO O| Aug 08 20:42:44.035 INFO STEP 1029 (remove_files) COMPLETE |
6947 | 2024-08-08T20:42:45.284Z | [ recovery-image] Aug 08 20:42:44.035 INFO O| Aug 08 20:42:44.035 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-08-08T20:42:45.291Z | [ recovery-image] Aug 08 20:42:44.044 INFO O| Aug 08 20:42:44.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
6949 | 2024-08-08T20:42:45.291Z | [ recovery-image] Aug 08 20:42:44.044 INFO O| Aug 08 20:42:44.044 INFO STEP 1030 (remove_files) COMPLETE |
6950 | 2024-08-08T20:42:45.293Z | [ recovery-image] Aug 08 20:42:44.044 INFO O| Aug 08 20:42:44.044 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-08-08T20:42:45.300Z | [ recovery-image] Aug 08 20:42:44.054 INFO O| Aug 08 20:42:44.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
6952 | 2024-08-08T20:42:45.300Z | [ recovery-image] Aug 08 20:42:44.054 INFO O| Aug 08 20:42:44.054 INFO STEP 1031 (remove_files) COMPLETE |
6953 | 2024-08-08T20:42:45.303Z | [ recovery-image] Aug 08 20:42:44.054 INFO O| Aug 08 20:42:44.054 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-08-08T20:42:45.309Z | [ recovery-image] Aug 08 20:42:44.063 INFO O| Aug 08 20:42:44.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
6955 | 2024-08-08T20:42:45.309Z | [ recovery-image] Aug 08 20:42:44.063 INFO O| Aug 08 20:42:44.063 INFO STEP 1032 (remove_files) COMPLETE |
6956 | 2024-08-08T20:42:45.312Z | [ recovery-image] Aug 08 20:42:44.063 INFO O| Aug 08 20:42:44.063 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-08-08T20:42:45.318Z | [ recovery-image] Aug 08 20:42:44.072 INFO O| Aug 08 20:42:44.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
6958 | 2024-08-08T20:42:45.318Z | [ recovery-image] Aug 08 20:42:44.072 INFO O| Aug 08 20:42:44.072 INFO STEP 1033 (remove_files) COMPLETE |
6959 | 2024-08-08T20:42:45.319Z | [ recovery-image] Aug 08 20:42:44.072 INFO O| Aug 08 20:42:44.072 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-08-08T20:42:45.328Z | [ recovery-image] Aug 08 20:42:44.081 INFO O| Aug 08 20:42:44.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
6961 | 2024-08-08T20:42:45.328Z | [ recovery-image] Aug 08 20:42:44.082 INFO O| Aug 08 20:42:44.081 INFO STEP 1034 (remove_files) COMPLETE |
6962 | 2024-08-08T20:42:45.331Z | [ recovery-image] Aug 08 20:42:44.082 INFO O| Aug 08 20:42:44.082 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-08-08T20:42:45.337Z | [ recovery-image] Aug 08 20:42:44.091 INFO O| Aug 08 20:42:44.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
6964 | 2024-08-08T20:42:45.337Z | [ recovery-image] Aug 08 20:42:44.091 INFO O| Aug 08 20:42:44.091 INFO STEP 1035 (remove_files) COMPLETE |
6965 | 2024-08-08T20:42:45.340Z | [ recovery-image] Aug 08 20:42:44.091 INFO O| Aug 08 20:42:44.091 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-08-08T20:42:45.347Z | [ recovery-image] Aug 08 20:42:44.100 INFO O| Aug 08 20:42:44.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
6967 | 2024-08-08T20:42:45.347Z | [ recovery-image] Aug 08 20:42:44.100 INFO O| Aug 08 20:42:44.100 INFO STEP 1036 (remove_files) COMPLETE |
6968 | 2024-08-08T20:42:45.350Z | [ recovery-image] Aug 08 20:42:44.100 INFO O| Aug 08 20:42:44.100 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-08-08T20:42:45.356Z | [ recovery-image] Aug 08 20:42:44.109 INFO O| Aug 08 20:42:44.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
6970 | 2024-08-08T20:42:45.356Z | [ recovery-image] Aug 08 20:42:44.110 INFO O| Aug 08 20:42:44.110 INFO STEP 1037 (remove_files) COMPLETE |
6971 | 2024-08-08T20:42:45.359Z | [ recovery-image] Aug 08 20:42:44.110 INFO O| Aug 08 20:42:44.110 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-08-08T20:42:45.365Z | [ recovery-image] Aug 08 20:42:44.119 INFO O| Aug 08 20:42:44.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
6973 | 2024-08-08T20:42:45.365Z | [ recovery-image] Aug 08 20:42:44.119 INFO O| Aug 08 20:42:44.119 INFO STEP 1038 (remove_files) COMPLETE |
6974 | 2024-08-08T20:42:45.368Z | [ recovery-image] Aug 08 20:42:44.119 INFO O| Aug 08 20:42:44.119 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-08-08T20:42:45.375Z | [ recovery-image] Aug 08 20:42:44.128 INFO O| Aug 08 20:42:44.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
6976 | 2024-08-08T20:42:45.375Z | [ recovery-image] Aug 08 20:42:44.128 INFO O| Aug 08 20:42:44.128 INFO STEP 1039 (remove_files) COMPLETE |
6977 | 2024-08-08T20:42:45.375Z | [ recovery-image] Aug 08 20:42:44.128 INFO O| Aug 08 20:42:44.128 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-08-08T20:42:45.384Z | [ recovery-image] Aug 08 20:42:44.138 INFO O| Aug 08 20:42:44.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
6979 | 2024-08-08T20:42:45.387Z | [ recovery-image] Aug 08 20:42:44.138 INFO O| Aug 08 20:42:44.138 INFO STEP 1040 (remove_files) COMPLETE |
6980 | 2024-08-08T20:42:45.387Z | [ recovery-image] Aug 08 20:42:44.138 INFO O| Aug 08 20:42:44.138 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2024-08-08T20:42:45.394Z | [ recovery-image] Aug 08 20:42:44.147 INFO O| Aug 08 20:42:44.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
6982 | 2024-08-08T20:42:45.396Z | [ recovery-image] Aug 08 20:42:44.147 INFO O| Aug 08 20:42:44.147 INFO STEP 1041 (remove_files) COMPLETE |
6983 | 2024-08-08T20:42:45.396Z | [ recovery-image] Aug 08 20:42:44.147 INFO O| Aug 08 20:42:44.147 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2024-08-08T20:42:45.403Z | [ recovery-image] Aug 08 20:42:44.157 INFO O| Aug 08 20:42:44.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
6985 | 2024-08-08T20:42:45.403Z | [ recovery-image] Aug 08 20:42:44.157 INFO O| Aug 08 20:42:44.157 INFO STEP 1042 (remove_files) COMPLETE |
6986 | 2024-08-08T20:42:45.406Z | [ recovery-image] Aug 08 20:42:44.157 INFO O| Aug 08 20:42:44.157 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6987 | 2024-08-08T20:42:45.412Z | [ recovery-image] Aug 08 20:42:44.166 INFO O| Aug 08 20:42:44.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
6988 | 2024-08-08T20:42:45.415Z | [ recovery-image] Aug 08 20:42:44.166 INFO O| Aug 08 20:42:44.166 INFO STEP 1043 (remove_files) COMPLETE |
6989 | 2024-08-08T20:42:45.415Z | [ recovery-image] Aug 08 20:42:44.166 INFO O| Aug 08 20:42:44.166 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2024-08-08T20:42:45.422Z | [ recovery-image] Aug 08 20:42:44.175 INFO O| Aug 08 20:42:44.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
6991 | 2024-08-08T20:42:45.425Z | [ recovery-image] Aug 08 20:42:44.175 INFO O| Aug 08 20:42:44.175 INFO STEP 1044 (remove_files) COMPLETE |
6992 | 2024-08-08T20:42:45.425Z | [ recovery-image] Aug 08 20:42:44.175 INFO O| Aug 08 20:42:44.175 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2024-08-08T20:42:45.431Z | [ recovery-image] Aug 08 20:42:44.184 INFO O| Aug 08 20:42:44.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
6994 | 2024-08-08T20:42:45.434Z | [ recovery-image] Aug 08 20:42:44.184 INFO O| Aug 08 20:42:44.184 INFO STEP 1045 (remove_files) COMPLETE |
6995 | 2024-08-08T20:42:45.434Z | [ recovery-image] Aug 08 20:42:44.185 INFO O| Aug 08 20:42:44.184 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2024-08-08T20:42:45.440Z | [ recovery-image] Aug 08 20:42:44.194 INFO O| Aug 08 20:42:44.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
6997 | 2024-08-08T20:42:45.440Z | [ recovery-image] Aug 08 20:42:44.194 INFO O| Aug 08 20:42:44.194 INFO STEP 1046 (remove_files) COMPLETE |
6998 | 2024-08-08T20:42:45.443Z | [ recovery-image] Aug 08 20:42:44.194 INFO O| Aug 08 20:42:44.194 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-08-08T20:42:45.450Z | [ recovery-image] Aug 08 20:42:44.203 INFO O| Aug 08 20:42:44.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7000 | 2024-08-08T20:42:45.450Z | [ recovery-image] Aug 08 20:42:44.203 INFO O| Aug 08 20:42:44.203 INFO STEP 1047 (remove_files) COMPLETE |
7001 | 2024-08-08T20:42:45.453Z | [ recovery-image] Aug 08 20:42:44.203 INFO O| Aug 08 20:42:44.203 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2024-08-08T20:42:45.459Z | [ recovery-image] Aug 08 20:42:44.213 INFO O| Aug 08 20:42:44.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7003 | 2024-08-08T20:42:45.459Z | [ recovery-image] Aug 08 20:42:44.213 INFO O| Aug 08 20:42:44.213 INFO STEP 1048 (remove_files) COMPLETE |
7004 | 2024-08-08T20:42:45.462Z | [ recovery-image] Aug 08 20:42:44.213 INFO O| Aug 08 20:42:44.213 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2024-08-08T20:42:45.468Z | [ recovery-image] Aug 08 20:42:44.222 INFO O| Aug 08 20:42:44.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7006 | 2024-08-08T20:42:45.468Z | [ recovery-image] Aug 08 20:42:44.222 INFO O| Aug 08 20:42:44.222 INFO STEP 1049 (remove_files) COMPLETE |
7007 | 2024-08-08T20:42:45.468Z | [ recovery-image] Aug 08 20:42:44.222 INFO O| Aug 08 20:42:44.222 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2024-08-08T20:42:45.478Z | [ recovery-image] Aug 08 20:42:44.231 INFO O| Aug 08 20:42:44.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7009 | 2024-08-08T20:42:45.478Z | [ recovery-image] Aug 08 20:42:44.231 INFO O| Aug 08 20:42:44.231 INFO STEP 1050 (remove_files) COMPLETE |
7010 | 2024-08-08T20:42:45.478Z | [ recovery-image] Aug 08 20:42:44.231 INFO O| Aug 08 20:42:44.231 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-08-08T20:42:45.488Z | [ recovery-image] Aug 08 20:42:44.241 INFO O| Aug 08 20:42:44.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7012 | 2024-08-08T20:42:45.488Z | [ recovery-image] Aug 08 20:42:44.241 INFO O| Aug 08 20:42:44.241 INFO STEP 1051 (remove_files) COMPLETE |
7013 | 2024-08-08T20:42:45.491Z | [ recovery-image] Aug 08 20:42:44.241 INFO O| Aug 08 20:42:44.241 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-08-08T20:42:45.497Z | [ recovery-image] Aug 08 20:42:44.250 INFO O| Aug 08 20:42:44.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7015 | 2024-08-08T20:42:45.497Z | [ recovery-image] Aug 08 20:42:44.250 INFO O| Aug 08 20:42:44.250 INFO STEP 1052 (remove_files) COMPLETE |
7016 | 2024-08-08T20:42:45.500Z | [ recovery-image] Aug 08 20:42:44.250 INFO O| Aug 08 20:42:44.250 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2024-08-08T20:42:45.506Z | [ recovery-image] Aug 08 20:42:44.260 INFO O| Aug 08 20:42:44.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7018 | 2024-08-08T20:42:45.506Z | [ recovery-image] Aug 08 20:42:44.260 INFO O| Aug 08 20:42:44.260 INFO STEP 1053 (remove_files) COMPLETE |
7019 | 2024-08-08T20:42:45.509Z | [ recovery-image] Aug 08 20:42:44.260 INFO O| Aug 08 20:42:44.260 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-08-08T20:42:45.515Z | [ recovery-image] Aug 08 20:42:44.269 INFO O| Aug 08 20:42:44.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7021 | 2024-08-08T20:42:45.515Z | [ recovery-image] Aug 08 20:42:44.269 INFO O| Aug 08 20:42:44.269 INFO STEP 1054 (remove_files) COMPLETE |
7022 | 2024-08-08T20:42:45.518Z | [ recovery-image] Aug 08 20:42:44.269 INFO O| Aug 08 20:42:44.269 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7023 | 2024-08-08T20:42:45.525Z | [ recovery-image] Aug 08 20:42:44.278 INFO O| Aug 08 20:42:44.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7024 | 2024-08-08T20:42:45.525Z | [ recovery-image] Aug 08 20:42:44.278 INFO O| Aug 08 20:42:44.278 INFO STEP 1055 (remove_files) COMPLETE |
7025 | 2024-08-08T20:42:45.528Z | [ recovery-image] Aug 08 20:42:44.278 INFO O| Aug 08 20:42:44.278 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7026 | 2024-08-08T20:42:45.534Z | [ recovery-image] Aug 08 20:42:44.288 INFO O| Aug 08 20:42:44.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7027 | 2024-08-08T20:42:45.538Z | [ recovery-image] Aug 08 20:42:44.288 INFO O| Aug 08 20:42:44.288 INFO STEP 1056 (remove_files) COMPLETE |
7028 | 2024-08-08T20:42:45.538Z | [ recovery-image] Aug 08 20:42:44.288 INFO O| Aug 08 20:42:44.288 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7029 | 2024-08-08T20:42:45.544Z | [ recovery-image] Aug 08 20:42:44.297 INFO O| Aug 08 20:42:44.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7030 | 2024-08-08T20:42:45.546Z | [ recovery-image] Aug 08 20:42:44.297 INFO O| Aug 08 20:42:44.297 INFO STEP 1057 (remove_files) COMPLETE |
7031 | 2024-08-08T20:42:45.546Z | [ recovery-image] Aug 08 20:42:44.297 INFO O| Aug 08 20:42:44.297 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7032 | 2024-08-08T20:42:45.553Z | [ recovery-image] Aug 08 20:42:44.307 INFO O| Aug 08 20:42:44.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7033 | 2024-08-08T20:42:45.553Z | [ recovery-image] Aug 08 20:42:44.307 INFO O| Aug 08 20:42:44.307 INFO STEP 1058 (remove_files) COMPLETE |
7034 | 2024-08-08T20:42:45.556Z | [ recovery-image] Aug 08 20:42:44.307 INFO O| Aug 08 20:42:44.307 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7035 | 2024-08-08T20:42:45.563Z | [ recovery-image] Aug 08 20:42:44.316 INFO O| Aug 08 20:42:44.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7036 | 2024-08-08T20:42:45.563Z | [ recovery-image] Aug 08 20:42:44.316 INFO O| Aug 08 20:42:44.316 INFO STEP 1059 (remove_files) COMPLETE |
7037 | 2024-08-08T20:42:45.563Z | [ recovery-image] Aug 08 20:42:44.316 INFO O| Aug 08 20:42:44.316 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7038 | 2024-08-08T20:42:45.573Z | [ recovery-image] Aug 08 20:42:44.325 INFO O| Aug 08 20:42:44.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7039 | 2024-08-08T20:42:45.573Z | [ recovery-image] Aug 08 20:42:44.325 INFO O| Aug 08 20:42:44.325 INFO STEP 1060 (remove_files) COMPLETE |
7040 | 2024-08-08T20:42:45.573Z | [ recovery-image] Aug 08 20:42:44.325 INFO O| Aug 08 20:42:44.325 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7041 | 2024-08-08T20:42:45.582Z | [ recovery-image] Aug 08 20:42:44.335 INFO O| Aug 08 20:42:44.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7042 | 2024-08-08T20:42:45.582Z | [ recovery-image] Aug 08 20:42:44.335 INFO O| Aug 08 20:42:44.335 INFO STEP 1061 (remove_files) COMPLETE |
7043 | 2024-08-08T20:42:45.585Z | [ recovery-image] Aug 08 20:42:44.335 INFO O| Aug 08 20:42:44.335 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7044 | 2024-08-08T20:42:45.591Z | [ recovery-image] Aug 08 20:42:44.344 INFO O| Aug 08 20:42:44.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7045 | 2024-08-08T20:42:45.594Z | [ recovery-image] Aug 08 20:42:44.344 INFO O| Aug 08 20:42:44.344 INFO STEP 1062 (remove_files) COMPLETE |
7046 | 2024-08-08T20:42:45.594Z | [ recovery-image] Aug 08 20:42:44.344 INFO O| Aug 08 20:42:44.344 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7047 | 2024-08-08T20:42:45.601Z | [ recovery-image] Aug 08 20:42:44.354 INFO O| Aug 08 20:42:44.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7048 | 2024-08-08T20:42:45.601Z | [ recovery-image] Aug 08 20:42:44.354 INFO O| Aug 08 20:42:44.354 INFO STEP 1063 (remove_files) COMPLETE |
7049 | 2024-08-08T20:42:45.601Z | [ recovery-image] Aug 08 20:42:44.354 INFO O| Aug 08 20:42:44.354 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7050 | 2024-08-08T20:42:45.609Z | [ recovery-image] Aug 08 20:42:44.363 INFO O| Aug 08 20:42:44.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7051 | 2024-08-08T20:42:45.610Z | [ recovery-image] Aug 08 20:42:44.363 INFO O| Aug 08 20:42:44.363 INFO STEP 1064 (remove_files) COMPLETE |
7052 | 2024-08-08T20:42:45.613Z | [ recovery-image] Aug 08 20:42:44.363 INFO O| Aug 08 20:42:44.363 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7053 | 2024-08-08T20:42:45.620Z | [ recovery-image] Aug 08 20:42:44.372 INFO O| Aug 08 20:42:44.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7054 | 2024-08-08T20:42:45.620Z | [ recovery-image] Aug 08 20:42:44.372 INFO O| Aug 08 20:42:44.372 INFO STEP 1065 (remove_files) COMPLETE |
7055 | 2024-08-08T20:42:45.623Z | [ recovery-image] Aug 08 20:42:44.372 INFO O| Aug 08 20:42:44.372 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7056 | 2024-08-08T20:42:45.628Z | [ recovery-image] Aug 08 20:42:44.381 INFO O| Aug 08 20:42:44.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7057 | 2024-08-08T20:42:45.631Z | [ recovery-image] Aug 08 20:42:44.381 INFO O| Aug 08 20:42:44.381 INFO STEP 1066 (remove_files) COMPLETE |
7058 | 2024-08-08T20:42:45.631Z | [ recovery-image] Aug 08 20:42:44.382 INFO O| Aug 08 20:42:44.381 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7059 | 2024-08-08T20:42:45.638Z | [ recovery-image] Aug 08 20:42:44.391 INFO O| Aug 08 20:42:44.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7060 | 2024-08-08T20:42:45.638Z | [ recovery-image] Aug 08 20:42:44.391 INFO O| Aug 08 20:42:44.391 INFO STEP 1067 (remove_files) COMPLETE |
7061 | 2024-08-08T20:42:45.641Z | [ recovery-image] Aug 08 20:42:44.391 INFO O| Aug 08 20:42:44.391 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-08-08T20:42:45.647Z | [ recovery-image] Aug 08 20:42:44.401 INFO O| Aug 08 20:42:44.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7063 | 2024-08-08T20:42:45.647Z | [ recovery-image] Aug 08 20:42:44.401 INFO O| Aug 08 20:42:44.401 INFO STEP 1068 (remove_files) COMPLETE |
7064 | 2024-08-08T20:42:45.651Z | [ recovery-image] Aug 08 20:42:44.401 INFO O| Aug 08 20:42:44.401 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-08-08T20:42:45.657Z | [ recovery-image] Aug 08 20:42:44.410 INFO O| Aug 08 20:42:44.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7066 | 2024-08-08T20:42:45.657Z | [ recovery-image] Aug 08 20:42:44.410 INFO O| Aug 08 20:42:44.410 INFO STEP 1069 (remove_files) COMPLETE |
7067 | 2024-08-08T20:42:45.660Z | [ recovery-image] Aug 08 20:42:44.410 INFO O| Aug 08 20:42:44.410 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-08-08T20:42:45.666Z | [ recovery-image] Aug 08 20:42:44.419 INFO O| Aug 08 20:42:44.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7069 | 2024-08-08T20:42:45.666Z | [ recovery-image] Aug 08 20:42:44.419 INFO O| Aug 08 20:42:44.419 INFO STEP 1070 (remove_files) COMPLETE |
7070 | 2024-08-08T20:42:45.666Z | [ recovery-image] Aug 08 20:42:44.419 INFO O| Aug 08 20:42:44.419 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-08-08T20:42:45.675Z | [ recovery-image] Aug 08 20:42:44.429 INFO O| Aug 08 20:42:44.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7072 | 2024-08-08T20:42:45.675Z | [ recovery-image] Aug 08 20:42:44.429 INFO O| Aug 08 20:42:44.429 INFO STEP 1071 (remove_files) COMPLETE |
7073 | 2024-08-08T20:42:45.681Z | [ recovery-image] Aug 08 20:42:44.429 INFO O| Aug 08 20:42:44.429 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-08-08T20:42:45.685Z | [ recovery-image] Aug 08 20:42:44.438 INFO O| Aug 08 20:42:44.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7075 | 2024-08-08T20:42:45.695Z | [ recovery-image] Aug 08 20:42:44.439 INFO O| Aug 08 20:42:44.438 INFO STEP 1072 (remove_files) COMPLETE |
7076 | 2024-08-08T20:42:45.695Z | [ recovery-image] Aug 08 20:42:44.439 INFO O| Aug 08 20:42:44.439 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-08-08T20:42:45.701Z | [ recovery-image] Aug 08 20:42:44.448 INFO O| Aug 08 20:42:44.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7078 | 2024-08-08T20:42:45.701Z | [ recovery-image] Aug 08 20:42:44.448 INFO O| Aug 08 20:42:44.448 INFO STEP 1073 (remove_files) COMPLETE |
7079 | 2024-08-08T20:42:45.701Z | [ recovery-image] Aug 08 20:42:44.448 INFO O| Aug 08 20:42:44.448 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-08-08T20:42:45.704Z | [ recovery-image] Aug 08 20:42:44.457 INFO O| Aug 08 20:42:44.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7081 | 2024-08-08T20:42:45.704Z | [ recovery-image] Aug 08 20:42:44.457 INFO O| Aug 08 20:42:44.457 INFO STEP 1074 (remove_files) COMPLETE |
7082 | 2024-08-08T20:42:45.704Z | [ recovery-image] Aug 08 20:42:44.457 INFO O| Aug 08 20:42:44.457 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-08-08T20:42:45.713Z | [ recovery-image] Aug 08 20:42:44.467 INFO O| Aug 08 20:42:44.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7084 | 2024-08-08T20:42:45.719Z | [ recovery-image] Aug 08 20:42:44.467 INFO O| Aug 08 20:42:44.467 INFO STEP 1075 (remove_files) COMPLETE |
7085 | 2024-08-08T20:42:45.719Z | [ recovery-image] Aug 08 20:42:44.467 INFO O| Aug 08 20:42:44.467 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2024-08-08T20:42:45.722Z | [ recovery-image] Aug 08 20:42:44.476 INFO O| Aug 08 20:42:44.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7087 | 2024-08-08T20:42:45.722Z | [ recovery-image] Aug 08 20:42:44.476 INFO O| Aug 08 20:42:44.476 INFO STEP 1076 (remove_files) COMPLETE |
7088 | 2024-08-08T20:42:45.725Z | [ recovery-image] Aug 08 20:42:44.476 INFO O| Aug 08 20:42:44.476 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2024-08-08T20:42:45.732Z | [ recovery-image] Aug 08 20:42:44.485 INFO O| Aug 08 20:42:44.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7090 | 2024-08-08T20:42:45.732Z | [ recovery-image] Aug 08 20:42:44.485 INFO O| Aug 08 20:42:44.485 INFO STEP 1077 (remove_files) COMPLETE |
7091 | 2024-08-08T20:42:45.735Z | [ recovery-image] Aug 08 20:42:44.485 INFO O| Aug 08 20:42:44.485 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2024-08-08T20:42:45.743Z | [ recovery-image] Aug 08 20:42:44.494 INFO O| Aug 08 20:42:44.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7093 | 2024-08-08T20:42:45.743Z | [ recovery-image] Aug 08 20:42:44.495 INFO O| Aug 08 20:42:44.494 INFO STEP 1078 (remove_files) COMPLETE |
7094 | 2024-08-08T20:42:45.743Z | [ recovery-image] Aug 08 20:42:44.495 INFO O| Aug 08 20:42:44.495 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2024-08-08T20:42:45.750Z | [ recovery-image] Aug 08 20:42:44.504 INFO O| Aug 08 20:42:44.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7096 | 2024-08-08T20:42:45.750Z | [ recovery-image] Aug 08 20:42:44.504 INFO O| Aug 08 20:42:44.504 INFO STEP 1079 (remove_files) COMPLETE |
7097 | 2024-08-08T20:42:45.753Z | [ recovery-image] Aug 08 20:42:44.504 INFO O| Aug 08 20:42:44.504 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2024-08-08T20:42:45.759Z | [ recovery-image] Aug 08 20:42:44.513 INFO O| Aug 08 20:42:44.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7099 | 2024-08-08T20:42:45.760Z | [ recovery-image] Aug 08 20:42:44.513 INFO O| Aug 08 20:42:44.513 INFO STEP 1080 (remove_files) COMPLETE |
7100 | 2024-08-08T20:42:45.763Z | [ recovery-image] Aug 08 20:42:44.513 INFO O| Aug 08 20:42:44.513 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-08-08T20:42:45.769Z | [ recovery-image] Aug 08 20:42:44.522 INFO O| Aug 08 20:42:44.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7102 | 2024-08-08T20:42:45.769Z | [ recovery-image] Aug 08 20:42:44.522 INFO O| Aug 08 20:42:44.522 INFO STEP 1081 (remove_files) COMPLETE |
7103 | 2024-08-08T20:42:45.772Z | [ recovery-image] Aug 08 20:42:44.522 INFO O| Aug 08 20:42:44.522 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-08-08T20:42:45.778Z | [ recovery-image] Aug 08 20:42:44.531 INFO O| Aug 08 20:42:44.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7105 | 2024-08-08T20:42:45.778Z | [ recovery-image] Aug 08 20:42:44.531 INFO O| Aug 08 20:42:44.531 INFO STEP 1082 (remove_files) COMPLETE |
7106 | 2024-08-08T20:42:45.778Z | [ recovery-image] Aug 08 20:42:44.531 INFO O| Aug 08 20:42:44.531 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-08-08T20:42:45.787Z | [ recovery-image] Aug 08 20:42:44.540 INFO O| Aug 08 20:42:44.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7108 | 2024-08-08T20:42:45.787Z | [ recovery-image] Aug 08 20:42:44.540 INFO O| Aug 08 20:42:44.540 INFO STEP 1083 (remove_files) COMPLETE |
7109 | 2024-08-08T20:42:45.790Z | [ recovery-image] Aug 08 20:42:44.540 INFO O| Aug 08 20:42:44.540 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-08-08T20:42:45.796Z | [ recovery-image] Aug 08 20:42:44.550 INFO O| Aug 08 20:42:44.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7111 | 2024-08-08T20:42:45.796Z | [ recovery-image] Aug 08 20:42:44.550 INFO O| Aug 08 20:42:44.550 INFO STEP 1084 (remove_files) COMPLETE |
7112 | 2024-08-08T20:42:45.799Z | [ recovery-image] Aug 08 20:42:44.550 INFO O| Aug 08 20:42:44.550 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-08-08T20:42:45.806Z | [ recovery-image] Aug 08 20:42:44.559 INFO O| Aug 08 20:42:44.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7114 | 2024-08-08T20:42:45.808Z | [ recovery-image] Aug 08 20:42:44.559 INFO O| Aug 08 20:42:44.559 INFO STEP 1085 (remove_files) COMPLETE |
7115 | 2024-08-08T20:42:45.808Z | [ recovery-image] Aug 08 20:42:44.559 INFO O| Aug 08 20:42:44.559 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-08-08T20:42:45.815Z | [ recovery-image] Aug 08 20:42:44.568 INFO O| Aug 08 20:42:44.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7117 | 2024-08-08T20:42:45.815Z | [ recovery-image] Aug 08 20:42:44.568 INFO O| Aug 08 20:42:44.568 INFO STEP 1086 (remove_files) COMPLETE |
7118 | 2024-08-08T20:42:45.815Z | [ recovery-image] Aug 08 20:42:44.568 INFO O| Aug 08 20:42:44.568 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-08-08T20:42:45.824Z | [ recovery-image] Aug 08 20:42:44.578 INFO O| Aug 08 20:42:44.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7120 | 2024-08-08T20:42:45.827Z | [ recovery-image] Aug 08 20:42:44.578 INFO O| Aug 08 20:42:44.578 INFO STEP 1087 (remove_files) COMPLETE |
7121 | 2024-08-08T20:42:45.827Z | [ recovery-image] Aug 08 20:42:44.578 INFO O| Aug 08 20:42:44.578 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-08-08T20:42:45.835Z | [ recovery-image] Aug 08 20:42:44.587 INFO O| Aug 08 20:42:44.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7123 | 2024-08-08T20:42:45.837Z | [ recovery-image] Aug 08 20:42:44.587 INFO O| Aug 08 20:42:44.587 INFO STEP 1088 (remove_files) COMPLETE |
7124 | 2024-08-08T20:42:45.837Z | [ recovery-image] Aug 08 20:42:44.587 INFO O| Aug 08 20:42:44.587 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-08-08T20:42:45.843Z | [ recovery-image] Aug 08 20:42:44.596 INFO O| Aug 08 20:42:44.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7126 | 2024-08-08T20:42:45.845Z | [ recovery-image] Aug 08 20:42:44.596 INFO O| Aug 08 20:42:44.596 INFO STEP 1089 (remove_files) COMPLETE |
7127 | 2024-08-08T20:42:45.845Z | [ recovery-image] Aug 08 20:42:44.596 INFO O| Aug 08 20:42:44.596 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-08-08T20:42:45.852Z | [ recovery-image] Aug 08 20:42:44.605 INFO O| Aug 08 20:42:44.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7129 | 2024-08-08T20:42:45.852Z | [ recovery-image] Aug 08 20:42:44.605 INFO O| Aug 08 20:42:44.605 INFO STEP 1090 (remove_files) COMPLETE |
7130 | 2024-08-08T20:42:45.855Z | [ recovery-image] Aug 08 20:42:44.605 INFO O| Aug 08 20:42:44.605 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-08-08T20:42:45.861Z | [ recovery-image] Aug 08 20:42:44.615 INFO O| Aug 08 20:42:44.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7132 | 2024-08-08T20:42:45.861Z | [ recovery-image] Aug 08 20:42:44.615 INFO O| Aug 08 20:42:44.615 INFO STEP 1091 (remove_files) COMPLETE |
7133 | 2024-08-08T20:42:45.864Z | [ recovery-image] Aug 08 20:42:44.615 INFO O| Aug 08 20:42:44.615 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-08-08T20:42:45.871Z | [ recovery-image] Aug 08 20:42:44.624 INFO O| Aug 08 20:42:44.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7135 | 2024-08-08T20:42:45.871Z | [ recovery-image] Aug 08 20:42:44.624 INFO O| Aug 08 20:42:44.624 INFO STEP 1092 (remove_files) COMPLETE |
7136 | 2024-08-08T20:42:45.873Z | [ recovery-image] Aug 08 20:42:44.624 INFO O| Aug 08 20:42:44.624 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-08-08T20:42:45.880Z | [ recovery-image] Aug 08 20:42:44.633 INFO O| Aug 08 20:42:44.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7138 | 2024-08-08T20:42:45.882Z | [ recovery-image] Aug 08 20:42:44.633 INFO O| Aug 08 20:42:44.633 INFO STEP 1093 (remove_files) COMPLETE |
7139 | 2024-08-08T20:42:45.882Z | [ recovery-image] Aug 08 20:42:44.633 INFO O| Aug 08 20:42:44.633 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-08-08T20:42:45.889Z | [ recovery-image] Aug 08 20:42:44.643 INFO O| Aug 08 20:42:44.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7141 | 2024-08-08T20:42:45.889Z | [ recovery-image] Aug 08 20:42:44.643 INFO O| Aug 08 20:42:44.643 INFO STEP 1094 (remove_files) COMPLETE |
7142 | 2024-08-08T20:42:45.892Z | [ recovery-image] Aug 08 20:42:44.643 INFO O| Aug 08 20:42:44.643 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-08-08T20:42:45.898Z | [ recovery-image] Aug 08 20:42:44.652 INFO O| Aug 08 20:42:44.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7144 | 2024-08-08T20:42:45.901Z | [ recovery-image] Aug 08 20:42:44.652 INFO O| Aug 08 20:42:44.652 INFO STEP 1095 (remove_files) COMPLETE |
7145 | 2024-08-08T20:42:45.901Z | [ recovery-image] Aug 08 20:42:44.652 INFO O| Aug 08 20:42:44.652 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-08-08T20:42:45.908Z | [ recovery-image] Aug 08 20:42:44.661 INFO O| Aug 08 20:42:44.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7147 | 2024-08-08T20:42:45.908Z | [ recovery-image] Aug 08 20:42:44.661 INFO O| Aug 08 20:42:44.661 INFO STEP 1096 (remove_files) COMPLETE |
7148 | 2024-08-08T20:42:45.910Z | [ recovery-image] Aug 08 20:42:44.661 INFO O| Aug 08 20:42:44.661 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-08-08T20:42:45.917Z | [ recovery-image] Aug 08 20:42:44.670 INFO O| Aug 08 20:42:44.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7150 | 2024-08-08T20:42:45.917Z | [ recovery-image] Aug 08 20:42:44.670 INFO O| Aug 08 20:42:44.670 INFO STEP 1097 (remove_files) COMPLETE |
7151 | 2024-08-08T20:42:45.917Z | [ recovery-image] Aug 08 20:42:44.670 INFO O| Aug 08 20:42:44.670 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-08-08T20:42:45.926Z | [ recovery-image] Aug 08 20:42:44.679 INFO O| Aug 08 20:42:44.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7153 | 2024-08-08T20:42:45.926Z | [ recovery-image] Aug 08 20:42:44.679 INFO O| Aug 08 20:42:44.679 INFO STEP 1098 (remove_files) COMPLETE |
7154 | 2024-08-08T20:42:45.928Z | [ recovery-image] Aug 08 20:42:44.679 INFO O| Aug 08 20:42:44.679 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-08-08T20:42:45.935Z | [ recovery-image] Aug 08 20:42:44.689 INFO O| Aug 08 20:42:44.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7156 | 2024-08-08T20:42:45.938Z | [ recovery-image] Aug 08 20:42:44.689 INFO O| Aug 08 20:42:44.689 INFO STEP 1099 (remove_files) COMPLETE |
7157 | 2024-08-08T20:42:45.938Z | [ recovery-image] Aug 08 20:42:44.689 INFO O| Aug 08 20:42:44.689 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-08-08T20:42:45.945Z | [ recovery-image] Aug 08 20:42:44.698 INFO O| Aug 08 20:42:44.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7159 | 2024-08-08T20:42:45.947Z | [ recovery-image] Aug 08 20:42:44.698 INFO O| Aug 08 20:42:44.698 INFO STEP 1100 (remove_files) COMPLETE |
7160 | 2024-08-08T20:42:45.947Z | [ recovery-image] Aug 08 20:42:44.698 INFO O| Aug 08 20:42:44.698 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-08-08T20:42:45.954Z | [ recovery-image] Aug 08 20:42:44.707 INFO O| Aug 08 20:42:44.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7162 | 2024-08-08T20:42:45.956Z | [ recovery-image] Aug 08 20:42:44.707 INFO O| Aug 08 20:42:44.707 INFO STEP 1101 (remove_files) COMPLETE |
7163 | 2024-08-08T20:42:45.956Z | [ recovery-image] Aug 08 20:42:44.707 INFO O| Aug 08 20:42:44.707 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-08-08T20:42:45.964Z | [ recovery-image] Aug 08 20:42:44.717 INFO O| Aug 08 20:42:44.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7165 | 2024-08-08T20:42:45.964Z | [ recovery-image] Aug 08 20:42:44.717 INFO O| Aug 08 20:42:44.717 INFO STEP 1102 (remove_files) COMPLETE |
7166 | 2024-08-08T20:42:45.966Z | [ recovery-image] Aug 08 20:42:44.717 INFO O| Aug 08 20:42:44.717 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-08-08T20:42:45.972Z | [ recovery-image] Aug 08 20:42:44.726 INFO O| Aug 08 20:42:44.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7168 | 2024-08-08T20:42:45.972Z | [ recovery-image] Aug 08 20:42:44.726 INFO O| Aug 08 20:42:44.726 INFO STEP 1103 (remove_files) COMPLETE |
7169 | 2024-08-08T20:42:45.975Z | [ recovery-image] Aug 08 20:42:44.726 INFO O| Aug 08 20:42:44.726 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-08-08T20:42:45.982Z | [ recovery-image] Aug 08 20:42:44.735 INFO O| Aug 08 20:42:44.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7171 | 2024-08-08T20:42:45.982Z | [ recovery-image] Aug 08 20:42:44.735 INFO O| Aug 08 20:42:44.735 INFO STEP 1104 (remove_files) COMPLETE |
7172 | 2024-08-08T20:42:45.984Z | [ recovery-image] Aug 08 20:42:44.735 INFO O| Aug 08 20:42:44.735 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-08-08T20:42:45.991Z | [ recovery-image] Aug 08 20:42:44.744 INFO O| Aug 08 20:42:44.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7174 | 2024-08-08T20:42:45.991Z | [ recovery-image] Aug 08 20:42:44.744 INFO O| Aug 08 20:42:44.744 INFO STEP 1105 (remove_files) COMPLETE |
7175 | 2024-08-08T20:42:45.994Z | [ recovery-image] Aug 08 20:42:44.744 INFO O| Aug 08 20:42:44.744 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-08-08T20:42:46.001Z | [ recovery-image] Aug 08 20:42:44.754 INFO O| Aug 08 20:42:44.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7177 | 2024-08-08T20:42:46.001Z | [ recovery-image] Aug 08 20:42:44.754 INFO O| Aug 08 20:42:44.754 INFO STEP 1106 (remove_files) COMPLETE |
7178 | 2024-08-08T20:42:46.003Z | [ recovery-image] Aug 08 20:42:44.754 INFO O| Aug 08 20:42:44.754 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-08-08T20:42:46.009Z | [ recovery-image] Aug 08 20:42:44.763 INFO O| Aug 08 20:42:44.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7180 | 2024-08-08T20:42:46.009Z | [ recovery-image] Aug 08 20:42:44.763 INFO O| Aug 08 20:42:44.763 INFO STEP 1107 (remove_files) COMPLETE |
7181 | 2024-08-08T20:42:46.012Z | [ recovery-image] Aug 08 20:42:44.763 INFO O| Aug 08 20:42:44.763 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-08-08T20:42:46.019Z | [ recovery-image] Aug 08 20:42:44.772 INFO O| Aug 08 20:42:44.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7183 | 2024-08-08T20:42:46.019Z | [ recovery-image] Aug 08 20:42:44.772 INFO O| Aug 08 20:42:44.772 INFO STEP 1108 (remove_files) COMPLETE |
7184 | 2024-08-08T20:42:46.019Z | [ recovery-image] Aug 08 20:42:44.772 INFO O| Aug 08 20:42:44.772 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-08-08T20:42:46.029Z | [ recovery-image] Aug 08 20:42:44.782 INFO O| Aug 08 20:42:44.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7186 | 2024-08-08T20:42:46.029Z | [ recovery-image] Aug 08 20:42:44.782 INFO O| Aug 08 20:42:44.782 INFO STEP 1109 (remove_files) COMPLETE |
7187 | 2024-08-08T20:42:46.031Z | [ recovery-image] Aug 08 20:42:44.782 INFO O| Aug 08 20:42:44.782 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-08-08T20:42:46.038Z | [ recovery-image] Aug 08 20:42:44.791 INFO O| Aug 08 20:42:44.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7189 | 2024-08-08T20:42:46.040Z | [ recovery-image] Aug 08 20:42:44.791 INFO O| Aug 08 20:42:44.791 INFO STEP 1110 (remove_files) COMPLETE |
7190 | 2024-08-08T20:42:46.040Z | [ recovery-image] Aug 08 20:42:44.791 INFO O| Aug 08 20:42:44.791 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-08-08T20:42:46.047Z | [ recovery-image] Aug 08 20:42:44.800 INFO O| Aug 08 20:42:44.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7192 | 2024-08-08T20:42:46.047Z | [ recovery-image] Aug 08 20:42:44.800 INFO O| Aug 08 20:42:44.800 INFO STEP 1111 (remove_files) COMPLETE |
7193 | 2024-08-08T20:42:46.050Z | [ recovery-image] Aug 08 20:42:44.800 INFO O| Aug 08 20:42:44.800 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2024-08-08T20:42:46.057Z | [ recovery-image] Aug 08 20:42:44.810 INFO O| Aug 08 20:42:44.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7195 | 2024-08-08T20:42:46.057Z | [ recovery-image] Aug 08 20:42:44.810 INFO O| Aug 08 20:42:44.810 INFO STEP 1112 (remove_files) COMPLETE |
7196 | 2024-08-08T20:42:46.060Z | [ recovery-image] Aug 08 20:42:44.810 INFO O| Aug 08 20:42:44.810 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-08-08T20:42:46.066Z | [ recovery-image] Aug 08 20:42:44.819 INFO O| Aug 08 20:42:44.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7198 | 2024-08-08T20:42:46.066Z | [ recovery-image] Aug 08 20:42:44.819 INFO O| Aug 08 20:42:44.819 INFO STEP 1113 (remove_files) COMPLETE |
7199 | 2024-08-08T20:42:46.068Z | [ recovery-image] Aug 08 20:42:44.819 INFO O| Aug 08 20:42:44.819 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-08-08T20:42:46.075Z | [ recovery-image] Aug 08 20:42:44.829 INFO O| Aug 08 20:42:44.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7201 | 2024-08-08T20:42:46.075Z | [ recovery-image] Aug 08 20:42:44.829 INFO O| Aug 08 20:42:44.829 INFO STEP 1114 (remove_files) COMPLETE |
7202 | 2024-08-08T20:42:46.078Z | [ recovery-image] Aug 08 20:42:44.829 INFO O| Aug 08 20:42:44.829 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-08-08T20:42:46.085Z | [ recovery-image] Aug 08 20:42:44.838 INFO O| Aug 08 20:42:44.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7204 | 2024-08-08T20:42:46.087Z | [ recovery-image] Aug 08 20:42:44.838 INFO O| Aug 08 20:42:44.838 INFO STEP 1115 (remove_files) COMPLETE |
7205 | 2024-08-08T20:42:46.087Z | [ recovery-image] Aug 08 20:42:44.838 INFO O| Aug 08 20:42:44.838 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-08-08T20:42:46.094Z | [ recovery-image] Aug 08 20:42:44.848 INFO O| Aug 08 20:42:44.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7207 | 2024-08-08T20:42:46.097Z | [ recovery-image] Aug 08 20:42:44.848 INFO O| Aug 08 20:42:44.848 INFO STEP 1116 (remove_files) COMPLETE |
7208 | 2024-08-08T20:42:46.097Z | [ recovery-image] Aug 08 20:42:44.848 INFO O| Aug 08 20:42:44.848 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-08-08T20:42:46.105Z | [ recovery-image] Aug 08 20:42:44.858 INFO O| Aug 08 20:42:44.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7210 | 2024-08-08T20:42:46.107Z | [ recovery-image] Aug 08 20:42:44.858 INFO O| Aug 08 20:42:44.858 INFO STEP 1117 (remove_files) COMPLETE |
7211 | 2024-08-08T20:42:46.107Z | [ recovery-image] Aug 08 20:42:44.858 INFO O| Aug 08 20:42:44.858 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-08-08T20:42:46.114Z | [ recovery-image] Aug 08 20:42:44.867 INFO O| Aug 08 20:42:44.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7213 | 2024-08-08T20:42:46.117Z | [ recovery-image] Aug 08 20:42:44.867 INFO O| Aug 08 20:42:44.867 INFO STEP 1118 (remove_files) COMPLETE |
7214 | 2024-08-08T20:42:46.117Z | [ recovery-image] Aug 08 20:42:44.867 INFO O| Aug 08 20:42:44.867 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-08-08T20:42:46.123Z | [ recovery-image] Aug 08 20:42:44.877 INFO O| Aug 08 20:42:44.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7216 | 2024-08-08T20:42:46.124Z | [ recovery-image] Aug 08 20:42:44.877 INFO O| Aug 08 20:42:44.877 INFO STEP 1119 (remove_files) COMPLETE |
7217 | 2024-08-08T20:42:46.126Z | [ recovery-image] Aug 08 20:42:44.877 INFO O| Aug 08 20:42:44.877 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2024-08-08T20:42:46.134Z | [ recovery-image] Aug 08 20:42:44.886 INFO O| Aug 08 20:42:44.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7219 | 2024-08-08T20:42:46.134Z | [ recovery-image] Aug 08 20:42:44.886 INFO O| Aug 08 20:42:44.886 INFO STEP 1120 (remove_files) COMPLETE |
7220 | 2024-08-08T20:42:46.136Z | [ recovery-image] Aug 08 20:42:44.886 INFO O| Aug 08 20:42:44.886 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2024-08-08T20:42:46.142Z | [ recovery-image] Aug 08 20:42:44.896 INFO O| Aug 08 20:42:44.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7222 | 2024-08-08T20:42:46.145Z | [ recovery-image] Aug 08 20:42:44.896 INFO O| Aug 08 20:42:44.896 INFO STEP 1121 (remove_files) COMPLETE |
7223 | 2024-08-08T20:42:46.145Z | [ recovery-image] Aug 08 20:42:44.896 INFO O| Aug 08 20:42:44.896 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-08-08T20:42:46.152Z | [ recovery-image] Aug 08 20:42:44.905 INFO O| Aug 08 20:42:44.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7225 | 2024-08-08T20:42:46.152Z | [ recovery-image] Aug 08 20:42:44.905 INFO O| Aug 08 20:42:44.905 INFO STEP 1122 (remove_files) COMPLETE |
7226 | 2024-08-08T20:42:46.154Z | [ recovery-image] Aug 08 20:42:44.905 INFO O| Aug 08 20:42:44.905 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2024-08-08T20:42:46.161Z | [ recovery-image] Aug 08 20:42:44.914 INFO O| Aug 08 20:42:44.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7228 | 2024-08-08T20:42:46.164Z | [ recovery-image] Aug 08 20:42:44.915 INFO O| Aug 08 20:42:44.915 INFO STEP 1123 (remove_files) COMPLETE |
7229 | 2024-08-08T20:42:46.164Z | [ recovery-image] Aug 08 20:42:44.915 INFO O| Aug 08 20:42:44.915 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-08-08T20:42:46.171Z | [ recovery-image] Aug 08 20:42:44.924 INFO O| Aug 08 20:42:44.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7231 | 2024-08-08T20:42:46.171Z | [ recovery-image] Aug 08 20:42:44.924 INFO O| Aug 08 20:42:44.924 INFO STEP 1124 (remove_files) COMPLETE |
7232 | 2024-08-08T20:42:46.174Z | [ recovery-image] Aug 08 20:42:44.924 INFO O| Aug 08 20:42:44.924 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-08-08T20:42:46.181Z | [ recovery-image] Aug 08 20:42:44.934 INFO O| Aug 08 20:42:44.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7234 | 2024-08-08T20:42:46.183Z | [ recovery-image] Aug 08 20:42:44.934 INFO O| Aug 08 20:42:44.934 INFO STEP 1125 (remove_files) COMPLETE |
7235 | 2024-08-08T20:42:46.183Z | [ recovery-image] Aug 08 20:42:44.934 INFO O| Aug 08 20:42:44.934 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-08-08T20:42:46.190Z | [ recovery-image] Aug 08 20:42:44.943 INFO O| Aug 08 20:42:44.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7237 | 2024-08-08T20:42:46.193Z | [ recovery-image] Aug 08 20:42:44.943 INFO O| Aug 08 20:42:44.943 INFO STEP 1126 (remove_files) COMPLETE |
7238 | 2024-08-08T20:42:46.193Z | [ recovery-image] Aug 08 20:42:44.943 INFO O| Aug 08 20:42:44.943 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-08-08T20:42:46.199Z | [ recovery-image] Aug 08 20:42:44.953 INFO O| Aug 08 20:42:44.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7240 | 2024-08-08T20:42:46.199Z | [ recovery-image] Aug 08 20:42:44.953 INFO O| Aug 08 20:42:44.953 INFO STEP 1127 (remove_files) COMPLETE |
7241 | 2024-08-08T20:42:46.202Z | [ recovery-image] Aug 08 20:42:44.953 INFO O| Aug 08 20:42:44.953 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2024-08-08T20:42:46.209Z | [ recovery-image] Aug 08 20:42:44.962 INFO O| Aug 08 20:42:44.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7243 | 2024-08-08T20:42:46.209Z | [ recovery-image] Aug 08 20:42:44.962 INFO O| Aug 08 20:42:44.962 INFO STEP 1128 (remove_files) COMPLETE |
7244 | 2024-08-08T20:42:46.215Z | [ recovery-image] Aug 08 20:42:44.962 INFO O| Aug 08 20:42:44.962 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2024-08-08T20:42:46.218Z | [ recovery-image] Aug 08 20:42:44.971 INFO O| Aug 08 20:42:44.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7246 | 2024-08-08T20:42:46.218Z | [ recovery-image] Aug 08 20:42:44.971 INFO O| Aug 08 20:42:44.971 INFO STEP 1129 (remove_files) COMPLETE |
7247 | 2024-08-08T20:42:46.221Z | [ recovery-image] Aug 08 20:42:44.971 INFO O| Aug 08 20:42:44.971 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2024-08-08T20:42:46.228Z | [ recovery-image] Aug 08 20:42:44.981 INFO O| Aug 08 20:42:44.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7249 | 2024-08-08T20:42:46.231Z | [ recovery-image] Aug 08 20:42:44.981 INFO O| Aug 08 20:42:44.981 INFO STEP 1130 (remove_files) COMPLETE |
7250 | 2024-08-08T20:42:46.231Z | [ recovery-image] Aug 08 20:42:44.981 INFO O| Aug 08 20:42:44.981 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2024-08-08T20:42:46.237Z | [ recovery-image] Aug 08 20:42:44.990 INFO O| Aug 08 20:42:44.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7252 | 2024-08-08T20:42:46.237Z | [ recovery-image] Aug 08 20:42:44.990 INFO O| Aug 08 20:42:44.990 INFO STEP 1131 (remove_files) COMPLETE |
7253 | 2024-08-08T20:42:46.239Z | [ recovery-image] Aug 08 20:42:44.990 INFO O| Aug 08 20:42:44.990 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-08-08T20:42:46.246Z | [ recovery-image] Aug 08 20:42:45.000 INFO O| Aug 08 20:42:44.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7255 | 2024-08-08T20:42:46.249Z | [ recovery-image] Aug 08 20:42:45.000 INFO O| Aug 08 20:42:45.000 INFO STEP 1132 (remove_files) COMPLETE |
7256 | 2024-08-08T20:42:46.249Z | [ recovery-image] Aug 08 20:42:45.000 INFO O| Aug 08 20:42:45.000 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-08-08T20:42:46.256Z | [ recovery-image] Aug 08 20:42:45.009 INFO O| Aug 08 20:42:45.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7258 | 2024-08-08T20:42:46.256Z | [ recovery-image] Aug 08 20:42:45.009 INFO O| Aug 08 20:42:45.009 INFO STEP 1133 (remove_files) COMPLETE |
7259 | 2024-08-08T20:42:46.258Z | [ recovery-image] Aug 08 20:42:45.009 INFO O| Aug 08 20:42:45.009 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-08-08T20:42:46.266Z | [ recovery-image] Aug 08 20:42:45.019 INFO O| Aug 08 20:42:45.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7261 | 2024-08-08T20:42:46.268Z | [ recovery-image] Aug 08 20:42:45.019 INFO O| Aug 08 20:42:45.019 INFO STEP 1134 (remove_files) COMPLETE |
7262 | 2024-08-08T20:42:46.268Z | [ recovery-image] Aug 08 20:42:45.019 INFO O| Aug 08 20:42:45.019 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-08-08T20:42:46.275Z | [ recovery-image] Aug 08 20:42:45.028 INFO O| Aug 08 20:42:45.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7264 | 2024-08-08T20:42:46.275Z | [ recovery-image] Aug 08 20:42:45.028 INFO O| Aug 08 20:42:45.028 INFO STEP 1135 (remove_files) COMPLETE |
7265 | 2024-08-08T20:42:46.278Z | [ recovery-image] Aug 08 20:42:45.028 INFO O| Aug 08 20:42:45.028 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-08-08T20:42:46.284Z | [ recovery-image] Aug 08 20:42:45.038 INFO O| Aug 08 20:42:45.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7267 | 2024-08-08T20:42:46.285Z | [ recovery-image] Aug 08 20:42:45.038 INFO O| Aug 08 20:42:45.038 INFO STEP 1136 (remove_files) COMPLETE |
7268 | 2024-08-08T20:42:46.287Z | [ recovery-image] Aug 08 20:42:45.038 INFO O| Aug 08 20:42:45.038 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-08-08T20:42:46.294Z | [ recovery-image] Aug 08 20:42:45.047 INFO O| Aug 08 20:42:45.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7270 | 2024-08-08T20:42:46.294Z | [ recovery-image] Aug 08 20:42:45.047 INFO O| Aug 08 20:42:45.047 INFO STEP 1137 (remove_files) COMPLETE |
7271 | 2024-08-08T20:42:46.297Z | [ recovery-image] Aug 08 20:42:45.047 INFO O| Aug 08 20:42:45.047 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-08-08T20:42:46.303Z | [ recovery-image] Aug 08 20:42:45.056 INFO O| Aug 08 20:42:45.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7273 | 2024-08-08T20:42:46.306Z | [ recovery-image] Aug 08 20:42:45.056 INFO O| Aug 08 20:42:45.056 INFO STEP 1138 (remove_files) COMPLETE |
7274 | 2024-08-08T20:42:46.306Z | [ recovery-image] Aug 08 20:42:45.056 INFO O| Aug 08 20:42:45.056 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-08-08T20:42:46.313Z | [ recovery-image] Aug 08 20:42:45.066 INFO O| Aug 08 20:42:45.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7276 | 2024-08-08T20:42:46.313Z | [ recovery-image] Aug 08 20:42:45.066 INFO O| Aug 08 20:42:45.066 INFO STEP 1139 (remove_files) COMPLETE |
7277 | 2024-08-08T20:42:46.313Z | [ recovery-image] Aug 08 20:42:45.066 INFO O| Aug 08 20:42:45.066 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-08-08T20:42:46.322Z | [ recovery-image] Aug 08 20:42:45.075 INFO O| Aug 08 20:42:45.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7279 | 2024-08-08T20:42:46.322Z | [ recovery-image] Aug 08 20:42:45.075 INFO O| Aug 08 20:42:45.075 INFO STEP 1140 (remove_files) COMPLETE |
7280 | 2024-08-08T20:42:46.325Z | [ recovery-image] Aug 08 20:42:45.075 INFO O| Aug 08 20:42:45.075 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-08-08T20:42:46.331Z | [ recovery-image] Aug 08 20:42:45.085 INFO O| Aug 08 20:42:45.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7282 | 2024-08-08T20:42:46.332Z | [ recovery-image] Aug 08 20:42:45.085 INFO O| Aug 08 20:42:45.085 INFO STEP 1141 (remove_files) COMPLETE |
7283 | 2024-08-08T20:42:46.334Z | [ recovery-image] Aug 08 20:42:45.085 INFO O| Aug 08 20:42:45.085 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-08-08T20:42:46.341Z | [ recovery-image] Aug 08 20:42:45.094 INFO O| Aug 08 20:42:45.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7285 | 2024-08-08T20:42:46.341Z | [ recovery-image] Aug 08 20:42:45.094 INFO O| Aug 08 20:42:45.094 INFO STEP 1142 (remove_files) COMPLETE |
7286 | 2024-08-08T20:42:46.344Z | [ recovery-image] Aug 08 20:42:45.094 INFO O| Aug 08 20:42:45.094 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-08-08T20:42:46.350Z | [ recovery-image] Aug 08 20:42:45.103 INFO O| Aug 08 20:42:45.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7288 | 2024-08-08T20:42:46.353Z | [ recovery-image] Aug 08 20:42:45.103 INFO O| Aug 08 20:42:45.103 INFO STEP 1143 (remove_files) COMPLETE |
7289 | 2024-08-08T20:42:46.353Z | [ recovery-image] Aug 08 20:42:45.103 INFO O| Aug 08 20:42:45.103 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-08-08T20:42:46.360Z | [ recovery-image] Aug 08 20:42:45.113 INFO O| Aug 08 20:42:45.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7291 | 2024-08-08T20:42:46.360Z | [ recovery-image] Aug 08 20:42:45.113 INFO O| Aug 08 20:42:45.113 INFO STEP 1144 (remove_files) COMPLETE |
7292 | 2024-08-08T20:42:46.363Z | [ recovery-image] Aug 08 20:42:45.113 INFO O| Aug 08 20:42:45.113 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-08-08T20:42:46.369Z | [ recovery-image] Aug 08 20:42:45.122 INFO O| Aug 08 20:42:45.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7294 | 2024-08-08T20:42:46.369Z | [ recovery-image] Aug 08 20:42:45.122 INFO O| Aug 08 20:42:45.122 INFO STEP 1145 (remove_files) COMPLETE |
7295 | 2024-08-08T20:42:46.369Z | [ recovery-image] Aug 08 20:42:45.122 INFO O| Aug 08 20:42:45.122 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-08-08T20:42:46.378Z | [ recovery-image] Aug 08 20:42:45.131 INFO O| Aug 08 20:42:45.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7297 | 2024-08-08T20:42:46.378Z | [ recovery-image] Aug 08 20:42:45.132 INFO O| Aug 08 20:42:45.132 INFO STEP 1146 (remove_files) COMPLETE |
7298 | 2024-08-08T20:42:46.381Z | [ recovery-image] Aug 08 20:42:45.132 INFO O| Aug 08 20:42:45.132 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-08-08T20:42:46.388Z | [ recovery-image] Aug 08 20:42:45.141 INFO O| Aug 08 20:42:45.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7300 | 2024-08-08T20:42:46.391Z | [ recovery-image] Aug 08 20:42:45.141 INFO O| Aug 08 20:42:45.141 INFO STEP 1147 (remove_files) COMPLETE |
7301 | 2024-08-08T20:42:46.391Z | [ recovery-image] Aug 08 20:42:45.141 INFO O| Aug 08 20:42:45.141 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-08-08T20:42:46.397Z | [ recovery-image] Aug 08 20:42:45.150 INFO O| Aug 08 20:42:45.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7303 | 2024-08-08T20:42:46.400Z | [ recovery-image] Aug 08 20:42:45.150 INFO O| Aug 08 20:42:45.150 INFO STEP 1148 (remove_files) COMPLETE |
7304 | 2024-08-08T20:42:46.400Z | [ recovery-image] Aug 08 20:42:45.150 INFO O| Aug 08 20:42:45.150 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-08-08T20:42:46.407Z | [ recovery-image] Aug 08 20:42:45.160 INFO O| Aug 08 20:42:45.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7306 | 2024-08-08T20:42:46.407Z | [ recovery-image] Aug 08 20:42:45.160 INFO O| Aug 08 20:42:45.160 INFO STEP 1149 (remove_files) COMPLETE |
7307 | 2024-08-08T20:42:46.407Z | [ recovery-image] Aug 08 20:42:45.160 INFO O| Aug 08 20:42:45.160 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-08-08T20:42:46.416Z | [ recovery-image] Aug 08 20:42:45.169 INFO O| Aug 08 20:42:45.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7309 | 2024-08-08T20:42:46.419Z | [ recovery-image] Aug 08 20:42:45.169 INFO O| Aug 08 20:42:45.169 INFO STEP 1150 (remove_files) COMPLETE |
7310 | 2024-08-08T20:42:46.419Z | [ recovery-image] Aug 08 20:42:45.169 INFO O| Aug 08 20:42:45.169 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-08-08T20:42:46.425Z | [ recovery-image] Aug 08 20:42:45.179 INFO O| Aug 08 20:42:45.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7312 | 2024-08-08T20:42:46.428Z | [ recovery-image] Aug 08 20:42:45.179 INFO O| Aug 08 20:42:45.179 INFO STEP 1151 (remove_files) COMPLETE |
7313 | 2024-08-08T20:42:46.428Z | [ recovery-image] Aug 08 20:42:45.179 INFO O| Aug 08 20:42:45.179 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-08-08T20:42:46.435Z | [ recovery-image] Aug 08 20:42:45.188 INFO O| Aug 08 20:42:45.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7315 | 2024-08-08T20:42:46.438Z | [ recovery-image] Aug 08 20:42:45.189 INFO O| Aug 08 20:42:45.188 INFO STEP 1152 (remove_files) COMPLETE |
7316 | 2024-08-08T20:42:46.438Z | [ recovery-image] Aug 08 20:42:45.189 INFO O| Aug 08 20:42:45.189 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-08-08T20:42:46.445Z | [ recovery-image] Aug 08 20:42:45.198 INFO O| Aug 08 20:42:45.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7318 | 2024-08-08T20:42:46.445Z | [ recovery-image] Aug 08 20:42:45.198 INFO O| Aug 08 20:42:45.198 INFO STEP 1153 (remove_files) COMPLETE |
7319 | 2024-08-08T20:42:46.448Z | [ recovery-image] Aug 08 20:42:45.198 INFO O| Aug 08 20:42:45.198 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-08-08T20:42:46.454Z | [ recovery-image] Aug 08 20:42:45.207 INFO O| Aug 08 20:42:45.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7321 | 2024-08-08T20:42:46.454Z | [ recovery-image] Aug 08 20:42:45.207 INFO O| Aug 08 20:42:45.207 INFO STEP 1154 (remove_files) COMPLETE |
7322 | 2024-08-08T20:42:46.457Z | [ recovery-image] Aug 08 20:42:45.207 INFO O| Aug 08 20:42:45.207 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-08-08T20:42:46.464Z | [ recovery-image] Aug 08 20:42:45.217 INFO O| Aug 08 20:42:45.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7324 | 2024-08-08T20:42:46.464Z | [ recovery-image] Aug 08 20:42:45.217 INFO O| Aug 08 20:42:45.217 INFO STEP 1155 (remove_files) COMPLETE |
7325 | 2024-08-08T20:42:46.464Z | [ recovery-image] Aug 08 20:42:45.217 INFO O| Aug 08 20:42:45.217 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-08-08T20:42:46.473Z | [ recovery-image] Aug 08 20:42:45.226 INFO O| Aug 08 20:42:45.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7327 | 2024-08-08T20:42:46.476Z | [ recovery-image] Aug 08 20:42:45.226 INFO O| Aug 08 20:42:45.226 INFO STEP 1156 (remove_files) COMPLETE |
7328 | 2024-08-08T20:42:46.476Z | [ recovery-image] Aug 08 20:42:45.226 INFO O| Aug 08 20:42:45.226 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-08-08T20:42:46.482Z | [ recovery-image] Aug 08 20:42:45.236 INFO O| Aug 08 20:42:45.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7330 | 2024-08-08T20:42:46.482Z | [ recovery-image] Aug 08 20:42:45.236 INFO O| Aug 08 20:42:45.236 INFO STEP 1157 (remove_files) COMPLETE |
7331 | 2024-08-08T20:42:46.485Z | [ recovery-image] Aug 08 20:42:45.236 INFO O| Aug 08 20:42:45.236 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-08-08T20:42:46.492Z | [ recovery-image] Aug 08 20:42:45.245 INFO O| Aug 08 20:42:45.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7333 | 2024-08-08T20:42:46.492Z | [ recovery-image] Aug 08 20:42:45.245 INFO O| Aug 08 20:42:45.245 INFO STEP 1158 (remove_files) COMPLETE |
7334 | 2024-08-08T20:42:46.492Z | [ recovery-image] Aug 08 20:42:45.245 INFO O| Aug 08 20:42:45.245 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-08-08T20:42:46.501Z | [ recovery-image] Aug 08 20:42:45.254 INFO O| Aug 08 20:42:45.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7336 | 2024-08-08T20:42:46.504Z | [ recovery-image] Aug 08 20:42:45.254 INFO O| Aug 08 20:42:45.254 INFO STEP 1159 (remove_files) COMPLETE |
7337 | 2024-08-08T20:42:46.504Z | [ recovery-image] Aug 08 20:42:45.254 INFO O| Aug 08 20:42:45.254 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-08-08T20:42:46.510Z | [ recovery-image] Aug 08 20:42:45.264 INFO O| Aug 08 20:42:45.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7339 | 2024-08-08T20:42:46.511Z | [ recovery-image] Aug 08 20:42:45.264 INFO O| Aug 08 20:42:45.264 INFO STEP 1160 (remove_files) COMPLETE |
7340 | 2024-08-08T20:42:46.511Z | [ recovery-image] Aug 08 20:42:45.264 INFO O| Aug 08 20:42:45.264 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-08-08T20:42:46.520Z | [ recovery-image] Aug 08 20:42:45.273 INFO O| Aug 08 20:42:45.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7342 | 2024-08-08T20:42:46.520Z | [ recovery-image] Aug 08 20:42:45.273 INFO O| Aug 08 20:42:45.273 INFO STEP 1161 (remove_files) COMPLETE |
7343 | 2024-08-08T20:42:46.523Z | [ recovery-image] Aug 08 20:42:45.273 INFO O| Aug 08 20:42:45.273 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-08-08T20:42:46.530Z | [ recovery-image] Aug 08 20:42:45.283 INFO O| Aug 08 20:42:45.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7345 | 2024-08-08T20:42:46.530Z | [ recovery-image] Aug 08 20:42:45.283 INFO O| Aug 08 20:42:45.283 INFO STEP 1162 (remove_files) COMPLETE |
7346 | 2024-08-08T20:42:46.533Z | [ recovery-image] Aug 08 20:42:45.283 INFO O| Aug 08 20:42:45.283 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-08-08T20:42:46.539Z | [ recovery-image] Aug 08 20:42:45.292 INFO O| Aug 08 20:42:45.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7348 | 2024-08-08T20:42:46.539Z | [ recovery-image] Aug 08 20:42:45.292 INFO O| Aug 08 20:42:45.292 INFO STEP 1163 (remove_files) COMPLETE |
7349 | 2024-08-08T20:42:46.542Z | [ recovery-image] Aug 08 20:42:45.292 INFO O| Aug 08 20:42:45.292 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-08-08T20:42:46.549Z | [ recovery-image] Aug 08 20:42:45.301 INFO O| Aug 08 20:42:45.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7351 | 2024-08-08T20:42:46.549Z | [ recovery-image] Aug 08 20:42:45.302 INFO O| Aug 08 20:42:45.301 INFO STEP 1164 (remove_files) COMPLETE |
7352 | 2024-08-08T20:42:46.549Z | [ recovery-image] Aug 08 20:42:45.302 INFO O| Aug 08 20:42:45.302 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-08-08T20:42:46.558Z | [ recovery-image] Aug 08 20:42:45.311 INFO O| Aug 08 20:42:45.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7354 | 2024-08-08T20:42:46.558Z | [ recovery-image] Aug 08 20:42:45.311 INFO O| Aug 08 20:42:45.311 INFO STEP 1165 (remove_files) COMPLETE |
7355 | 2024-08-08T20:42:46.558Z | [ recovery-image] Aug 08 20:42:45.311 INFO O| Aug 08 20:42:45.311 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-08-08T20:42:46.567Z | [ recovery-image] Aug 08 20:42:45.320 INFO O| Aug 08 20:42:45.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7357 | 2024-08-08T20:42:46.567Z | [ recovery-image] Aug 08 20:42:45.320 INFO O| Aug 08 20:42:45.320 INFO STEP 1166 (remove_files) COMPLETE |
7358 | 2024-08-08T20:42:46.570Z | [ recovery-image] Aug 08 20:42:45.320 INFO O| Aug 08 20:42:45.320 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-08-08T20:42:46.577Z | [ recovery-image] Aug 08 20:42:45.330 INFO O| Aug 08 20:42:45.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7360 | 2024-08-08T20:42:46.577Z | [ recovery-image] Aug 08 20:42:45.330 INFO O| Aug 08 20:42:45.330 INFO STEP 1167 (remove_files) COMPLETE |
7361 | 2024-08-08T20:42:46.580Z | [ recovery-image] Aug 08 20:42:45.330 INFO O| Aug 08 20:42:45.330 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-08-08T20:42:46.586Z | [ recovery-image] Aug 08 20:42:45.339 INFO O| Aug 08 20:42:45.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7363 | 2024-08-08T20:42:46.586Z | [ recovery-image] Aug 08 20:42:45.339 INFO O| Aug 08 20:42:45.339 INFO STEP 1168 (remove_files) COMPLETE |
7364 | 2024-08-08T20:42:46.590Z | [ recovery-image] Aug 08 20:42:45.339 INFO O| Aug 08 20:42:45.339 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-08-08T20:42:46.595Z | [ recovery-image] Aug 08 20:42:45.349 INFO O| Aug 08 20:42:45.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7366 | 2024-08-08T20:42:46.598Z | [ recovery-image] Aug 08 20:42:45.349 INFO O| Aug 08 20:42:45.349 INFO STEP 1169 (remove_files) COMPLETE |
7367 | 2024-08-08T20:42:46.598Z | [ recovery-image] Aug 08 20:42:45.349 INFO O| Aug 08 20:42:45.349 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-08-08T20:42:46.605Z | [ recovery-image] Aug 08 20:42:45.358 INFO O| Aug 08 20:42:45.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7369 | 2024-08-08T20:42:46.605Z | [ recovery-image] Aug 08 20:42:45.358 INFO O| Aug 08 20:42:45.358 INFO STEP 1170 (remove_files) COMPLETE |
7370 | 2024-08-08T20:42:46.608Z | [ recovery-image] Aug 08 20:42:45.358 INFO O| Aug 08 20:42:45.358 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-08-08T20:42:46.615Z | [ recovery-image] Aug 08 20:42:45.368 INFO O| Aug 08 20:42:45.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7372 | 2024-08-08T20:42:46.615Z | [ recovery-image] Aug 08 20:42:45.368 INFO O| Aug 08 20:42:45.368 INFO STEP 1171 (remove_files) COMPLETE |
7373 | 2024-08-08T20:42:46.618Z | [ recovery-image] Aug 08 20:42:45.368 INFO O| Aug 08 20:42:45.368 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-08-08T20:42:46.624Z | [ recovery-image] Aug 08 20:42:45.377 INFO O| Aug 08 20:42:45.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7375 | 2024-08-08T20:42:46.624Z | [ recovery-image] Aug 08 20:42:45.378 INFO O| Aug 08 20:42:45.377 INFO STEP 1172 (remove_files) COMPLETE |
7376 | 2024-08-08T20:42:46.627Z | [ recovery-image] Aug 08 20:42:45.378 INFO O| Aug 08 20:42:45.377 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-08-08T20:42:46.634Z | [ recovery-image] Aug 08 20:42:45.387 INFO O| Aug 08 20:42:45.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7378 | 2024-08-08T20:42:46.634Z | [ recovery-image] Aug 08 20:42:45.387 INFO O| Aug 08 20:42:45.387 INFO STEP 1173 (remove_files) COMPLETE |
7379 | 2024-08-08T20:42:46.637Z | [ recovery-image] Aug 08 20:42:45.387 INFO O| Aug 08 20:42:45.387 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-08-08T20:42:46.643Z | [ recovery-image] Aug 08 20:42:45.396 INFO O| Aug 08 20:42:45.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7381 | 2024-08-08T20:42:46.643Z | [ recovery-image] Aug 08 20:42:45.396 INFO O| Aug 08 20:42:45.396 INFO STEP 1174 (remove_files) COMPLETE |
7382 | 2024-08-08T20:42:46.646Z | [ recovery-image] Aug 08 20:42:45.396 INFO O| Aug 08 20:42:45.396 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-08-08T20:42:46.652Z | [ recovery-image] Aug 08 20:42:45.406 INFO O| Aug 08 20:42:45.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7384 | 2024-08-08T20:42:46.655Z | [ recovery-image] Aug 08 20:42:45.406 INFO O| Aug 08 20:42:45.406 INFO STEP 1175 (remove_files) COMPLETE |
7385 | 2024-08-08T20:42:46.655Z | [ recovery-image] Aug 08 20:42:45.406 INFO O| Aug 08 20:42:45.406 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-08-08T20:42:46.662Z | [ recovery-image] Aug 08 20:42:45.415 INFO O| Aug 08 20:42:45.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7387 | 2024-08-08T20:42:46.665Z | [ recovery-image] Aug 08 20:42:45.416 INFO O| Aug 08 20:42:45.416 INFO STEP 1176 (remove_files) COMPLETE |
7388 | 2024-08-08T20:42:46.665Z | [ recovery-image] Aug 08 20:42:45.416 INFO O| Aug 08 20:42:45.416 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-08-08T20:42:46.672Z | [ recovery-image] Aug 08 20:42:45.425 INFO O| Aug 08 20:42:45.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7390 | 2024-08-08T20:42:46.672Z | [ recovery-image] Aug 08 20:42:45.425 INFO O| Aug 08 20:42:45.425 INFO STEP 1177 (remove_files) COMPLETE |
7391 | 2024-08-08T20:42:46.675Z | [ recovery-image] Aug 08 20:42:45.425 INFO O| Aug 08 20:42:45.425 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-08-08T20:42:46.682Z | [ recovery-image] Aug 08 20:42:45.435 INFO O| Aug 08 20:42:45.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7393 | 2024-08-08T20:42:46.682Z | [ recovery-image] Aug 08 20:42:45.435 INFO O| Aug 08 20:42:45.435 INFO STEP 1178 (remove_files) COMPLETE |
7394 | 2024-08-08T20:42:46.685Z | [ recovery-image] Aug 08 20:42:45.435 INFO O| Aug 08 20:42:45.435 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-08-08T20:42:46.692Z | [ recovery-image] Aug 08 20:42:45.445 INFO O| Aug 08 20:42:45.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7396 | 2024-08-08T20:42:46.692Z | [ recovery-image] Aug 08 20:42:45.445 INFO O| Aug 08 20:42:45.445 INFO STEP 1179 (remove_files) COMPLETE |
7397 | 2024-08-08T20:42:46.692Z | [ recovery-image] Aug 08 20:42:45.445 INFO O| Aug 08 20:42:45.445 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2024-08-08T20:42:46.701Z | [ recovery-image] Aug 08 20:42:45.454 INFO O| Aug 08 20:42:45.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7399 | 2024-08-08T20:42:46.701Z | [ recovery-image] Aug 08 20:42:45.454 INFO O| Aug 08 20:42:45.454 INFO STEP 1180 (remove_files) COMPLETE |
7400 | 2024-08-08T20:42:46.704Z | [ recovery-image] Aug 08 20:42:45.454 INFO O| Aug 08 20:42:45.454 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2024-08-08T20:42:46.711Z | [ recovery-image] Aug 08 20:42:45.464 INFO O| Aug 08 20:42:45.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7402 | 2024-08-08T20:42:46.714Z | [ recovery-image] Aug 08 20:42:45.464 INFO O| Aug 08 20:42:45.464 INFO STEP 1181 (remove_files) COMPLETE |
7403 | 2024-08-08T20:42:46.714Z | [ recovery-image] Aug 08 20:42:45.464 INFO O| Aug 08 20:42:45.464 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2024-08-08T20:42:46.721Z | [ recovery-image] Aug 08 20:42:45.474 INFO O| Aug 08 20:42:45.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7405 | 2024-08-08T20:42:46.723Z | [ recovery-image] Aug 08 20:42:45.474 INFO O| Aug 08 20:42:45.474 INFO STEP 1182 (remove_files) COMPLETE |
7406 | 2024-08-08T20:42:46.724Z | [ recovery-image] Aug 08 20:42:45.474 INFO O| Aug 08 20:42:45.474 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-08-08T20:42:46.730Z | [ recovery-image] Aug 08 20:42:45.483 INFO O| Aug 08 20:42:45.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7408 | 2024-08-08T20:42:46.730Z | [ recovery-image] Aug 08 20:42:45.483 INFO O| Aug 08 20:42:45.483 INFO STEP 1183 (remove_files) COMPLETE |
7409 | 2024-08-08T20:42:46.730Z | [ recovery-image] Aug 08 20:42:45.483 INFO O| Aug 08 20:42:45.483 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-08-08T20:42:46.739Z | [ recovery-image] Aug 08 20:42:45.492 INFO O| Aug 08 20:42:45.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7411 | 2024-08-08T20:42:46.742Z | [ recovery-image] Aug 08 20:42:45.492 INFO O| Aug 08 20:42:45.492 INFO STEP 1184 (remove_files) COMPLETE |
7412 | 2024-08-08T20:42:46.742Z | [ recovery-image] Aug 08 20:42:45.492 INFO O| Aug 08 20:42:45.492 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-08-08T20:42:46.750Z | [ recovery-image] Aug 08 20:42:45.502 INFO O| Aug 08 20:42:45.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7414 | 2024-08-08T20:42:46.750Z | [ recovery-image] Aug 08 20:42:45.502 INFO O| Aug 08 20:42:45.502 INFO STEP 1185 (remove_files) COMPLETE |
7415 | 2024-08-08T20:42:46.753Z | [ recovery-image] Aug 08 20:42:45.502 INFO O| Aug 08 20:42:45.502 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-08-08T20:42:46.758Z | [ recovery-image] Aug 08 20:42:45.511 INFO O| Aug 08 20:42:45.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7417 | 2024-08-08T20:42:46.762Z | [ recovery-image] Aug 08 20:42:45.511 INFO O| Aug 08 20:42:45.511 INFO STEP 1186 (remove_files) COMPLETE |
7418 | 2024-08-08T20:42:46.762Z | [ recovery-image] Aug 08 20:42:45.511 INFO O| Aug 08 20:42:45.511 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-08-08T20:42:46.767Z | [ recovery-image] Aug 08 20:42:45.520 INFO O| Aug 08 20:42:45.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7420 | 2024-08-08T20:42:46.767Z | [ recovery-image] Aug 08 20:42:45.520 INFO O| Aug 08 20:42:45.520 INFO STEP 1187 (remove_files) COMPLETE |
7421 | 2024-08-08T20:42:46.771Z | [ recovery-image] Aug 08 20:42:45.520 INFO O| Aug 08 20:42:45.520 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-08-08T20:42:46.777Z | [ recovery-image] Aug 08 20:42:45.530 INFO O| Aug 08 20:42:45.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7423 | 2024-08-08T20:42:46.777Z | [ recovery-image] Aug 08 20:42:45.530 INFO O| Aug 08 20:42:45.530 INFO STEP 1188 (remove_files) COMPLETE |
7424 | 2024-08-08T20:42:46.779Z | [ recovery-image] Aug 08 20:42:45.530 INFO O| Aug 08 20:42:45.530 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-08-08T20:42:46.786Z | [ recovery-image] Aug 08 20:42:45.539 INFO O| Aug 08 20:42:45.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7426 | 2024-08-08T20:42:46.786Z | [ recovery-image] Aug 08 20:42:45.539 INFO O| Aug 08 20:42:45.539 INFO STEP 1189 (remove_files) COMPLETE |
7427 | 2024-08-08T20:42:46.786Z | [ recovery-image] Aug 08 20:42:45.539 INFO O| Aug 08 20:42:45.539 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-08-08T20:42:46.796Z | [ recovery-image] Aug 08 20:42:45.548 INFO O| Aug 08 20:42:45.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7429 | 2024-08-08T20:42:46.796Z | [ recovery-image] Aug 08 20:42:45.549 INFO O| Aug 08 20:42:45.549 INFO STEP 1190 (remove_files) COMPLETE |
7430 | 2024-08-08T20:42:46.799Z | [ recovery-image] Aug 08 20:42:45.549 INFO O| Aug 08 20:42:45.549 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-08-08T20:42:46.805Z | [ recovery-image] Aug 08 20:42:45.558 INFO O| Aug 08 20:42:45.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7432 | 2024-08-08T20:42:46.807Z | [ recovery-image] Aug 08 20:42:45.558 INFO O| Aug 08 20:42:45.558 INFO STEP 1191 (remove_files) COMPLETE |
7433 | 2024-08-08T20:42:46.807Z | [ recovery-image] Aug 08 20:42:45.558 INFO O| Aug 08 20:42:45.558 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-08-08T20:42:46.815Z | [ recovery-image] Aug 08 20:42:45.568 INFO O| Aug 08 20:42:45.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7435 | 2024-08-08T20:42:46.815Z | [ recovery-image] Aug 08 20:42:45.568 INFO O| Aug 08 20:42:45.568 INFO STEP 1192 (remove_files) COMPLETE |
7436 | 2024-08-08T20:42:46.818Z | [ recovery-image] Aug 08 20:42:45.568 INFO O| Aug 08 20:42:45.568 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-08-08T20:42:46.824Z | [ recovery-image] Aug 08 20:42:45.577 INFO O| Aug 08 20:42:45.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7438 | 2024-08-08T20:42:46.824Z | [ recovery-image] Aug 08 20:42:45.577 INFO O| Aug 08 20:42:45.577 INFO STEP 1193 (remove_files) COMPLETE |
7439 | 2024-08-08T20:42:46.827Z | [ recovery-image] Aug 08 20:42:45.577 INFO O| Aug 08 20:42:45.577 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-08-08T20:42:46.834Z | [ recovery-image] Aug 08 20:42:45.587 INFO O| Aug 08 20:42:45.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7441 | 2024-08-08T20:42:46.834Z | [ recovery-image] Aug 08 20:42:45.587 INFO O| Aug 08 20:42:45.587 INFO STEP 1194 (remove_files) COMPLETE |
7442 | 2024-08-08T20:42:46.834Z | [ recovery-image] Aug 08 20:42:45.587 INFO O| Aug 08 20:42:45.587 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-08-08T20:42:46.846Z | [ recovery-image] Aug 08 20:42:45.597 INFO O| Aug 08 20:42:45.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7444 | 2024-08-08T20:42:46.846Z | [ recovery-image] Aug 08 20:42:45.597 INFO O| Aug 08 20:42:45.597 INFO STEP 1195 (remove_files) COMPLETE |
7445 | 2024-08-08T20:42:46.849Z | [ recovery-image] Aug 08 20:42:45.597 INFO O| Aug 08 20:42:45.597 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-08-08T20:42:46.853Z | [ recovery-image] Aug 08 20:42:45.606 INFO O| Aug 08 20:42:45.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7447 | 2024-08-08T20:42:46.853Z | [ recovery-image] Aug 08 20:42:45.606 INFO O| Aug 08 20:42:45.606 INFO STEP 1196 (remove_files) COMPLETE |
7448 | 2024-08-08T20:42:46.853Z | [ recovery-image] Aug 08 20:42:45.606 INFO O| Aug 08 20:42:45.606 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-08-08T20:42:46.863Z | [ recovery-image] Aug 08 20:42:45.616 INFO O| Aug 08 20:42:45.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7450 | 2024-08-08T20:42:46.865Z | [ recovery-image] Aug 08 20:42:45.616 INFO O| Aug 08 20:42:45.616 INFO STEP 1197 (remove_files) COMPLETE |
7451 | 2024-08-08T20:42:46.865Z | [ recovery-image] Aug 08 20:42:45.616 INFO O| Aug 08 20:42:45.616 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-08-08T20:42:46.872Z | [ recovery-image] Aug 08 20:42:45.625 INFO O| Aug 08 20:42:45.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7453 | 2024-08-08T20:42:46.872Z | [ recovery-image] Aug 08 20:42:45.625 INFO O| Aug 08 20:42:45.625 INFO STEP 1198 (remove_files) COMPLETE |
7454 | 2024-08-08T20:42:46.875Z | [ recovery-image] Aug 08 20:42:45.625 INFO O| Aug 08 20:42:45.625 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-08-08T20:42:46.882Z | [ recovery-image] Aug 08 20:42:45.635 INFO O| Aug 08 20:42:45.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7456 | 2024-08-08T20:42:46.882Z | [ recovery-image] Aug 08 20:42:45.635 INFO O| Aug 08 20:42:45.635 INFO STEP 1199 (remove_files) COMPLETE |
7457 | 2024-08-08T20:42:46.882Z | [ recovery-image] Aug 08 20:42:45.635 INFO O| Aug 08 20:42:45.635 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-08-08T20:42:46.892Z | [ recovery-image] Aug 08 20:42:45.645 INFO O| Aug 08 20:42:45.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7459 | 2024-08-08T20:42:46.895Z | [ recovery-image] Aug 08 20:42:45.645 INFO O| Aug 08 20:42:45.645 INFO STEP 1200 (remove_files) COMPLETE |
7460 | 2024-08-08T20:42:46.895Z | [ recovery-image] Aug 08 20:42:45.645 INFO O| Aug 08 20:42:45.645 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-08-08T20:42:46.902Z | [ recovery-image] Aug 08 20:42:45.654 INFO O| Aug 08 20:42:45.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7462 | 2024-08-08T20:42:46.902Z | [ recovery-image] Aug 08 20:42:45.655 INFO O| Aug 08 20:42:45.655 INFO STEP 1201 (remove_files) COMPLETE |
7463 | 2024-08-08T20:42:46.904Z | [ recovery-image] Aug 08 20:42:45.655 INFO O| Aug 08 20:42:45.655 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-08-08T20:42:46.911Z | [ recovery-image] Aug 08 20:42:45.664 INFO O| Aug 08 20:42:45.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7465 | 2024-08-08T20:42:46.911Z | [ recovery-image] Aug 08 20:42:45.664 INFO O| Aug 08 20:42:45.664 INFO STEP 1202 (remove_files) COMPLETE |
7466 | 2024-08-08T20:42:46.914Z | [ recovery-image] Aug 08 20:42:45.664 INFO O| Aug 08 20:42:45.664 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-08-08T20:42:46.920Z | [ recovery-image] Aug 08 20:42:45.673 INFO O| Aug 08 20:42:45.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7468 | 2024-08-08T20:42:46.923Z | [ recovery-image] Aug 08 20:42:45.674 INFO O| Aug 08 20:42:45.673 INFO STEP 1203 (remove_files) COMPLETE |
7469 | 2024-08-08T20:42:46.923Z | [ recovery-image] Aug 08 20:42:45.674 INFO O| Aug 08 20:42:45.674 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-08-08T20:42:46.931Z | [ recovery-image] Aug 08 20:42:45.684 INFO O| Aug 08 20:42:45.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7471 | 2024-08-08T20:42:46.931Z | [ recovery-image] Aug 08 20:42:45.684 INFO O| Aug 08 20:42:45.684 INFO STEP 1204 (remove_files) COMPLETE |
7472 | 2024-08-08T20:42:46.934Z | [ recovery-image] Aug 08 20:42:45.684 INFO O| Aug 08 20:42:45.684 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-08-08T20:42:46.944Z | [ recovery-image] Aug 08 20:42:45.694 INFO O| Aug 08 20:42:45.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7474 | 2024-08-08T20:42:46.944Z | [ recovery-image] Aug 08 20:42:45.694 INFO O| Aug 08 20:42:45.694 INFO STEP 1205 (remove_files) COMPLETE |
7475 | 2024-08-08T20:42:46.944Z | [ recovery-image] Aug 08 20:42:45.694 INFO O| Aug 08 20:42:45.694 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-08-08T20:42:46.952Z | [ recovery-image] Aug 08 20:42:45.704 INFO O| Aug 08 20:42:45.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7477 | 2024-08-08T20:42:46.952Z | [ recovery-image] Aug 08 20:42:45.704 INFO O| Aug 08 20:42:45.704 INFO STEP 1206 (remove_files) COMPLETE |
7478 | 2024-08-08T20:42:46.955Z | [ recovery-image] Aug 08 20:42:45.704 INFO O| Aug 08 20:42:45.704 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7479 | 2024-08-08T20:42:46.966Z | [ recovery-image] Aug 08 20:42:45.718 INFO O| Aug 08 20:42:45.718 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7480 | 2024-08-08T20:42:46.969Z | [ recovery-image] Aug 08 20:42:45.718 INFO O| Aug 08 20:42:45.718 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7481 | 2024-08-08T20:42:47.677Z | [ recovery-image] Aug 08 20:42:46.429 INFO O| Aug 08 20:42:46.429 INFO STEP 1207 (pack_tar) COMPLETE |
7482 | 2024-08-08T20:42:47.677Z | [ recovery-image] Aug 08 20:42:46.429 INFO O| Aug 08 20:42:46.429 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7483 | 2024-08-08T20:42:47.680Z | [ recovery-image] Aug 08 20:42:46.429 INFO O| Aug 08 20:42:46.429 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7484 | 2024-08-08T20:42:48.000Z | [ recovery-image] Aug 08 20:42:46.752 INFO O| Aug 08 20:42:46.752 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7485 | 2024-08-08T20:42:48.084Z | [ recovery-image] Aug 08 20:42:46.837 INFO O| Aug 08 20:42:46.837 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7486 | 2024-08-08T20:42:48.091Z | [ recovery-image] Aug 08 20:42:46.843 INFO image builder template: zfs-recovery... |
7487 | 2024-08-08T20:42:48.094Z | [ recovery-image] Aug 08 20:42:46.843 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/.tmpnXysWF/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 |
7488 | 2024-08-08T20:42:48.122Z | [ recovery-image] Aug 08 20:42:46.874 INFO O| Aug 08 20:42:46.874 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7489 | 2024-08-08T20:42:48.126Z | [ recovery-image] Aug 08 20:42:46.878 INFO O| Aug 08 20:42:46.878 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7490 | 2024-08-08T20:42:48.240Z | [ recovery-image] Aug 08 20:42:46.992 INFO O| Aug 08 20:42:46.992 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7491 | 2024-08-08T20:42:48.368Z | [ recovery-image] Aug 08 20:42:47.120 INFO O| Aug 08 20:42:47.120 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7492 | 2024-08-08T20:42:48.368Z | [ recovery-image] Aug 08 20:42:47.120 INFO O| Aug 08 20:42:47.120 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7493 | 2024-08-08T20:42:48.372Z | [ recovery-image] Aug 08 20:42:47.125 INFO O| Aug 08 20:42:47.125 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7494 | 2024-08-08T20:42:48.447Z | [ recovery-image] Aug 08 20:42:47.200 INFO O| Aug 08 20:42:47.199 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7495 | 2024-08-08T20:42:48.504Z | [ recovery-image] Aug 08 20:42:47.256 INFO O| Aug 08 20:42:47.256 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7496 | 2024-08-08T20:42:48.513Z | [ recovery-image] Aug 08 20:42:47.266 INFO O| Aug 08 20:42:47.266 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7497 | 2024-08-08T20:42:48.518Z | [ recovery-image] Aug 08 20:42:47.271 INFO O| Aug 08 20:42:47.270 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7498 | 2024-08-08T20:42:48.521Z | [ recovery-image] Aug 08 20:42:47.272 INFO O| Aug 08 20:42:47.272 INFO no lofi found |
7499 | 2024-08-08T20:42:48.521Z | [ recovery-image] Aug 08 20:42:47.272 INFO O| Aug 08 20:42:47.272 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7500 | 2024-08-08T20:42:48.521Z | [ recovery-image] Aug 08 20:42:47.272 INFO O| Aug 08 20:42:47.272 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7501 | 2024-08-08T20:42:49.045Z | [ host-image] Aug 08 20:42:47.796 INFO O| Aug 08 20:42:47.796 INFO O| Download: Completed 8.42 MB in 4.00 seconds (2.1M/s) |
7502 | 2024-08-08T20:42:49.095Z | [ host-image] Aug 08 20:42:47.847 INFO O| Aug 08 20:42:47.847 INFO O| Actions: 1/1361 actions (Installing new actions) |
7503 | 2024-08-08T20:42:49.498Z | [ host-image] Aug 08 20:42:48.250 INFO O| Aug 08 20:42:48.250 INFO O| Actions: Completed 1361 actions in 0.40 seconds. |
7504 | 2024-08-08T20:42:49.714Z | [ host-image] Aug 08 20:42:48.465 INFO O| Aug 08 20:42:48.465 INFO O| Done |
7505 | 2024-08-08T20:42:49.714Z | [ host-image] Aug 08 20:42:48.465 INFO O| Aug 08 20:42:48.465 INFO O| Done |
7506 | 2024-08-08T20:42:50.044Z | [ host-image] Aug 08 20:42:48.796 INFO O| Aug 08 20:42:48.796 INFO O| Done |
7507 | 2024-08-08T20:42:50.257Z | [ recovery-image] Aug 08 20:42:49.009 INFO O| Aug 08 20:42:49.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
7508 | 2024-08-08T20:42:50.257Z | [ recovery-image] Aug 08 20:42:49.009 INFO O| Aug 08 20:42:49.009 INFO pool device = /dev/dsk/c2t1d0p0 |
7509 | 2024-08-08T20:42:50.258Z | [ recovery-image] Aug 08 20:42:49.009 INFO O| Aug 08 20:42:49.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"] |
7510 | 2024-08-08T20:42:50.330Z | [ recovery-image] Aug 08 20:42:49.082 INFO O| Aug 08 20:42:49.082 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7511 | 2024-08-08T20:42:50.330Z | [ recovery-image] Aug 08 20:42:49.082 INFO O| Aug 08 20:42:49.082 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7512 | 2024-08-08T20:42:50.349Z | [ recovery-image] Aug 08 20:42:49.101 INFO O| Aug 08 20:42:49.101 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7513 | 2024-08-08T20:42:50.409Z | [ recovery-image] Aug 08 20:42:49.160 INFO O| Aug 08 20:42:49.160 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7514 | 2024-08-08T20:42:50.447Z | [ recovery-image] Aug 08 20:42:49.199 INFO O| Aug 08 20:42:49.199 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7515 | 2024-08-08T20:42:50.467Z | [ recovery-image] Aug 08 20:42:49.213 INFO O| Aug 08 20:42:49.213 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7516 | 2024-08-08T20:42:50.472Z | [ recovery-image] Aug 08 20:42:49.224 INFO O| Aug 08 20:42:49.224 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7517 | 2024-08-08T20:42:50.520Z | [ recovery-image] Aug 08 20:42:49.272 INFO O| Aug 08 20:42:49.272 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7518 | 2024-08-08T20:42:50.523Z | [ recovery-image] Aug 08 20:42:49.272 INFO O| Aug 08 20:42:49.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7519 | 2024-08-08T20:42:50.523Z | [ recovery-image] Aug 08 20:42:49.272 INFO O| Aug 08 20:42:49.272 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7520 | 2024-08-08T20:42:50.533Z | [ recovery-image] Aug 08 20:42:49.285 INFO O| Aug 08 20:42:49.285 INFO boot environment UUID: 8b2dc05b-5b2c-42b4-85f0-9967ee6d44f2 |
7521 | 2024-08-08T20:42:50.533Z | [ recovery-image] Aug 08 20:42:49.285 INFO O| Aug 08 20:42:49.285 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8b2dc05b-5b2c-42b4-85f0-9967ee6d44f2 |
7522 | 2024-08-08T20:42:50.544Z | [ recovery-image] Aug 08 20:42:49.296 INFO O| Aug 08 20:42:49.296 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7523 | 2024-08-08T20:42:50.554Z | [ recovery-image] Aug 08 20:42:49.306 INFO O| Aug 08 20:42:49.306 INFO STEP 0 (create_be) COMPLETE |
7524 | 2024-08-08T20:42:50.554Z | [ recovery-image] Aug 08 20:42:49.306 INFO O| Aug 08 20:42:49.306 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7525 | 2024-08-08T20:42:50.570Z | [ recovery-image] Aug 08 20:42:49.322 INFO O| Aug 08 20:42:49.322 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"] |
7526 | 2024-08-08T20:42:51.666Z | [ host-image] Aug 08 20:42:50.418 INFO O| Aug 08 20:42:50.418 INFO O| Done |
7527 | 2024-08-08T20:42:51.709Z | [ host-image] Aug 08 20:42:50.460 INFO O| Aug 08 20:42:50.460 INFO O| Done |
7528 | 2024-08-08T20:42:51.709Z | [ host-image] Aug 08 20:42:50.460 INFO O| Aug 08 20:42:50.460 INFO O| Done |
7529 | 2024-08-08T20:42:51.790Z | [ host-image] Aug 08 20:42:50.541 INFO O| Aug 08 20:42:50.541 INFO O| Done |
7530 | 2024-08-08T20:42:51.963Z | [ host-image] Aug 08 20:42:50.714 INFO O| Aug 08 20:42:50.714 INFO STEP 13 (pkg_install) COMPLETE |
7531 | 2024-08-08T20:42:51.966Z | [ host-image] Aug 08 20:42:50.714 INFO O| Aug 08 20:42:50.714 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7532 | 2024-08-08T20:42:51.982Z | [ host-image] Aug 08 20:42:50.733 INFO O| Aug 08 20:42:50.733 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
7533 | 2024-08-08T20:42:52.614Z | [ recovery-image] Aug 08 20:42:51.365 INFO O| Aug 08 20:42:51.365 INFO STEP 1 (unpack_tar) COMPLETE |
7534 | 2024-08-08T20:42:52.614Z | [ recovery-image] Aug 08 20:42:51.365 INFO O| Aug 08 20:42:51.365 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7535 | 2024-08-08T20:42:52.626Z | [ recovery-image] Aug 08 20:42:51.377 INFO O| Aug 08 20:42:51.377 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7536 | 2024-08-08T20:42:52.813Z | [ host-image] Aug 08 20:42:51.564 INFO O| Aug 08 20:42:51.564 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7537 | 2024-08-08T20:42:52.868Z | [ recovery-image] Aug 08 20:42:51.617 INFO O| Aug 08 20:42:51.617 INFO STEP 2 (devfsadm) COMPLETE |
7538 | 2024-08-08T20:42:52.868Z | [ recovery-image] Aug 08 20:42:51.617 INFO O| Aug 08 20:42:51.617 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7539 | 2024-08-08T20:42:52.880Z | [ recovery-image] Aug 08 20:42:51.628 INFO O| Aug 08 20:42:51.628 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7540 | 2024-08-08T20:42:52.883Z | [ recovery-image] Aug 08 20:42:51.629 INFO O| Aug 08 20:42:51.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7541 | 2024-08-08T20:42:52.883Z | [ recovery-image] Aug 08 20:42:51.629 INFO O| Aug 08 20:42:51.629 INFO STEP 3 (ensure_dir) COMPLETE |
7542 | 2024-08-08T20:42:52.883Z | [ recovery-image] Aug 08 20:42:51.629 INFO O| Aug 08 20:42:51.629 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7543 | 2024-08-08T20:42:52.888Z | [ recovery-image] Aug 08 20:42:51.639 INFO O| Aug 08 20:42:51.639 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7544 | 2024-08-08T20:42:52.891Z | [ recovery-image] Aug 08 20:42:51.639 INFO O| Aug 08 20:42:51.639 INFO STEP 4 (ensure_dir) COMPLETE |
7545 | 2024-08-08T20:42:52.891Z | [ recovery-image] Aug 08 20:42:51.639 INFO O| Aug 08 20:42:51.639 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7546 | 2024-08-08T20:42:52.897Z | [ recovery-image] Aug 08 20:42:51.649 INFO O| Aug 08 20:42:51.649 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7547 | 2024-08-08T20:42:52.898Z | [ recovery-image] Aug 08 20:42:51.649 INFO O| Aug 08 20:42:51.649 INFO STEP 5 (ensure_dir) COMPLETE |
7548 | 2024-08-08T20:42:52.900Z | [ recovery-image] Aug 08 20:42:51.649 INFO O| Aug 08 20:42:51.649 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7549 | 2024-08-08T20:42:52.907Z | [ recovery-image] Aug 08 20:42:51.658 INFO O| Aug 08 20:42:51.658 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7550 | 2024-08-08T20:42:52.907Z | [ recovery-image] Aug 08 20:42:51.658 INFO O| Aug 08 20:42:51.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7551 | 2024-08-08T20:42:52.910Z | [ recovery-image] Aug 08 20:42:51.659 INFO O| Aug 08 20:42:51.658 INFO STEP 6 (ensure_dir) COMPLETE |
7552 | 2024-08-08T20:42:52.910Z | [ recovery-image] Aug 08 20:42:51.659 INFO O| Aug 08 20:42:51.658 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7553 | 2024-08-08T20:42:52.921Z | [ recovery-image] Aug 08 20:42:51.670 INFO O| Aug 08 20:42:51.670 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7554 | 2024-08-08T20:42:52.921Z | [ recovery-image] Aug 08 20:42:51.670 INFO O| Aug 08 20:42:51.670 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7555 | 2024-08-08T20:42:52.921Z | [ recovery-image] Aug 08 20:42:51.670 INFO O| Aug 08 20:42:51.670 INFO STEP 7 (ensure_dir) COMPLETE |
7556 | 2024-08-08T20:42:52.921Z | [ recovery-image] Aug 08 20:42:51.670 INFO O| Aug 08 20:42:51.670 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7557 | 2024-08-08T20:42:52.930Z | [ recovery-image] Aug 08 20:42:51.681 INFO O| Aug 08 20:42:51.681 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7558 | 2024-08-08T20:42:52.934Z | [ recovery-image] Aug 08 20:42:51.682 INFO O| Aug 08 20:42:51.682 INFO STEP 8 (remove_files) COMPLETE |
7559 | 2024-08-08T20:42:52.934Z | [ recovery-image] Aug 08 20:42:51.682 INFO O| Aug 08 20:42:51.682 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7560 | 2024-08-08T20:42:52.941Z | [ recovery-image] Aug 08 20:42:51.692 INFO O| Aug 08 20:42:51.692 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7561 | 2024-08-08T20:42:52.944Z | [ recovery-image] Aug 08 20:42:51.693 INFO O| Aug 08 20:42:51.693 INFO STEP 9 (remove_files) COMPLETE |
7562 | 2024-08-08T20:42:52.944Z | [ recovery-image] Aug 08 20:42:51.693 INFO O| Aug 08 20:42:51.693 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7563 | 2024-08-08T20:42:52.952Z | [ recovery-image] Aug 08 20:42:51.703 INFO O| Aug 08 20:42:51.703 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7564 | 2024-08-08T20:42:52.955Z | [ recovery-image] Aug 08 20:42:51.704 INFO O| Aug 08 20:42:51.704 INFO STEP 10 (remove_files) COMPLETE |
7565 | 2024-08-08T20:42:52.955Z | [ recovery-image] Aug 08 20:42:51.704 INFO O| Aug 08 20:42:51.704 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7566 | 2024-08-08T20:42:52.963Z | [ recovery-image] Aug 08 20:42:51.714 INFO O| Aug 08 20:42:51.714 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7567 | 2024-08-08T20:42:52.966Z | [ recovery-image] Aug 08 20:42:51.714 INFO O| Aug 08 20:42:51.714 INFO STEP 11 (remove_files) COMPLETE |
7568 | 2024-08-08T20:42:52.966Z | [ recovery-image] Aug 08 20:42:51.714 INFO O| Aug 08 20:42:51.714 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7569 | 2024-08-08T20:42:52.973Z | [ recovery-image] Aug 08 20:42:51.724 INFO O| Aug 08 20:42:51.724 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7570 | 2024-08-08T20:42:52.976Z | [ recovery-image] Aug 08 20:42:51.724 INFO O| Aug 08 20:42:51.724 INFO STEP 12 (remove_files) COMPLETE |
7571 | 2024-08-08T20:42:52.976Z | [ recovery-image] Aug 08 20:42:51.724 INFO O| Aug 08 20:42:51.724 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7572 | 2024-08-08T20:42:52.984Z | [ recovery-image] Aug 08 20:42:51.735 INFO O| Aug 08 20:42:51.735 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7573 | 2024-08-08T20:42:52.988Z | [ recovery-image] Aug 08 20:42:51.735 INFO O| Aug 08 20:42:51.735 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7574 | 2024-08-08T20:42:52.988Z | [ recovery-image] Aug 08 20:42:51.735 INFO O| Aug 08 20:42:51.735 INFO STEP 13 (ensure_dir) COMPLETE |
7575 | 2024-08-08T20:42:52.988Z | [ recovery-image] Aug 08 20:42:51.735 INFO O| Aug 08 20:42:51.735 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7576 | 2024-08-08T20:42:52.994Z | [ recovery-image] Aug 08 20:42:51.745 INFO O| Aug 08 20:42:51.745 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7577 | 2024-08-08T20:42:52.994Z | [ recovery-image] Aug 08 20:42:51.745 INFO O| Aug 08 20:42:51.745 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7578 | 2024-08-08T20:42:52.997Z | [ recovery-image] Aug 08 20:42:51.746 INFO O| Aug 08 20:42:51.746 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7579 | 2024-08-08T20:42:52.997Z | [ recovery-image] Aug 08 20:42:51.746 INFO O| Aug 08 20:42:51.746 INFO STEP 14 (ensure_dir) COMPLETE |
7580 | 2024-08-08T20:42:52.997Z | [ recovery-image] Aug 08 20:42:51.746 INFO O| Aug 08 20:42:51.746 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7581 | 2024-08-08T20:42:53.005Z | [ recovery-image] Aug 08 20:42:51.756 INFO O| Aug 08 20:42:51.756 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7582 | 2024-08-08T20:42:53.008Z | [ recovery-image] Aug 08 20:42:51.756 INFO O| Aug 08 20:42:51.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7583 | 2024-08-08T20:42:53.008Z | [ recovery-image] Aug 08 20:42:51.756 INFO O| Aug 08 20:42:51.756 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7584 | 2024-08-08T20:42:53.008Z | [ recovery-image] Aug 08 20:42:51.756 INFO O| Aug 08 20:42:51.756 INFO STEP 15 (ensure_dir) COMPLETE |
7585 | 2024-08-08T20:42:53.008Z | [ recovery-image] Aug 08 20:42:51.756 INFO O| Aug 08 20:42:51.756 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7586 | 2024-08-08T20:42:53.015Z | [ recovery-image] Aug 08 20:42:51.766 INFO O| Aug 08 20:42:51.766 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7587 | 2024-08-08T20:42:53.018Z | [ recovery-image] Aug 08 20:42:51.766 INFO O| Aug 08 20:42:51.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7588 | 2024-08-08T20:42:53.018Z | [ recovery-image] Aug 08 20:42:51.766 INFO O| Aug 08 20:42:51.766 INFO STEP 16 (ensure_dir) COMPLETE |
7589 | 2024-08-08T20:42:53.018Z | [ recovery-image] Aug 08 20:42:51.766 INFO O| Aug 08 20:42:51.766 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7590 | 2024-08-08T20:42:53.025Z | [ recovery-image] Aug 08 20:42:51.776 INFO O| Aug 08 20:42:51.776 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7591 | 2024-08-08T20:42:53.030Z | [ recovery-image] Aug 08 20:42:51.776 INFO O| Aug 08 20:42:51.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7592 | 2024-08-08T20:42:53.030Z | [ recovery-image] Aug 08 20:42:51.776 INFO O| Aug 08 20:42:51.776 INFO STEP 17 (ensure_dir) COMPLETE |
7593 | 2024-08-08T20:42:53.030Z | [ recovery-image] Aug 08 20:42:51.776 INFO O| Aug 08 20:42:51.776 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7594 | 2024-08-08T20:42:53.035Z | [ recovery-image] Aug 08 20:42:51.787 INFO O| Aug 08 20:42:51.786 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7595 | 2024-08-08T20:42:53.038Z | [ recovery-image] Aug 08 20:42:51.787 INFO O| Aug 08 20:42:51.787 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7596 | 2024-08-08T20:42:53.038Z | [ recovery-image] Aug 08 20:42:51.787 INFO O| Aug 08 20:42:51.787 INFO ok! |
7597 | 2024-08-08T20:42:53.038Z | [ recovery-image] Aug 08 20:42:51.787 INFO O| Aug 08 20:42:51.787 INFO STEP 18 (ensure_symlink) COMPLETE |
7598 | 2024-08-08T20:42:53.038Z | [ recovery-image] Aug 08 20:42:51.787 INFO O| Aug 08 20:42:51.787 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7599 | 2024-08-08T20:42:53.045Z | [ recovery-image] Aug 08 20:42:51.797 INFO O| Aug 08 20:42:51.797 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7600 | 2024-08-08T20:42:53.045Z | [ recovery-image] Aug 08 20:42:51.797 INFO O| Aug 08 20:42:51.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7601 | 2024-08-08T20:42:53.045Z | [ recovery-image] Aug 08 20:42:51.797 INFO O| Aug 08 20:42:51.797 INFO ok! |
7602 | 2024-08-08T20:42:53.049Z | [ recovery-image] Aug 08 20:42:51.797 INFO O| Aug 08 20:42:51.797 INFO STEP 19 (ensure_file) COMPLETE |
7603 | 2024-08-08T20:42:53.049Z | [ recovery-image] Aug 08 20:42:51.797 INFO O| Aug 08 20:42:51.797 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7604 | 2024-08-08T20:42:53.055Z | [ recovery-image] Aug 08 20:42:51.807 INFO O| Aug 08 20:42:51.806 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7605 | 2024-08-08T20:42:53.059Z | [ recovery-image] Aug 08 20:42:51.807 INFO O| Aug 08 20:42:51.806 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7606 | 2024-08-08T20:42:53.059Z | [ recovery-image] Aug 08 20:42:51.807 INFO O| Aug 08 20:42:51.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7607 | 2024-08-08T20:42:53.059Z | [ recovery-image] Aug 08 20:42:51.807 INFO O| Aug 08 20:42:51.807 INFO ok! |
7608 | 2024-08-08T20:42:53.059Z | [ recovery-image] Aug 08 20:42:51.807 INFO O| Aug 08 20:42:51.807 INFO STEP 20 (ensure_symlink) COMPLETE |
7609 | 2024-08-08T20:42:53.059Z | [ recovery-image] Aug 08 20:42:51.807 INFO O| Aug 08 20:42:51.807 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7610 | 2024-08-08T20:42:53.066Z | [ recovery-image] Aug 08 20:42:51.817 INFO O| Aug 08 20:42:51.817 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7611 | 2024-08-08T20:42:53.066Z | [ recovery-image] Aug 08 20:42:51.817 INFO O| Aug 08 20:42:51.817 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7612 | 2024-08-08T20:42:53.066Z | [ recovery-image] Aug 08 20:42:51.817 INFO O| Aug 08 20:42:51.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7613 | 2024-08-08T20:42:53.069Z | [ recovery-image] Aug 08 20:42:51.817 INFO O| Aug 08 20:42:51.817 INFO ok! |
7614 | 2024-08-08T20:42:53.069Z | [ recovery-image] Aug 08 20:42:51.817 INFO O| Aug 08 20:42:51.817 INFO STEP 21 (ensure_symlink) COMPLETE |
7615 | 2024-08-08T20:42:53.069Z | [ recovery-image] Aug 08 20:42:51.817 INFO O| Aug 08 20:42:51.817 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7616 | 2024-08-08T20:42:53.079Z | [ recovery-image] Aug 08 20:42:51.830 INFO O| Aug 08 20:42:51.829 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7617 | 2024-08-08T20:42:53.079Z | [ recovery-image] Aug 08 20:42:51.830 INFO O| Aug 08 20:42:51.829 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7618 | 2024-08-08T20:42:53.082Z | [ recovery-image] Aug 08 20:42:51.830 INFO O| Aug 08 20:42:51.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7619 | 2024-08-08T20:42:53.082Z | [ recovery-image] Aug 08 20:42:51.830 INFO O| Aug 08 20:42:51.830 INFO ok! |
7620 | 2024-08-08T20:42:53.082Z | [ recovery-image] Aug 08 20:42:51.830 INFO O| Aug 08 20:42:51.830 INFO STEP 22 (ensure_symlink) COMPLETE |
7621 | 2024-08-08T20:42:53.082Z | [ recovery-image] Aug 08 20:42:51.830 INFO O| Aug 08 20:42:51.830 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7622 | 2024-08-08T20:42:53.091Z | [ recovery-image] Aug 08 20:42:51.842 INFO O| Aug 08 20:42:51.842 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7623 | 2024-08-08T20:42:53.091Z | [ recovery-image] Aug 08 20:42:51.842 INFO O| Aug 08 20:42:51.842 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7624 | 2024-08-08T20:42:53.093Z | [ recovery-image] Aug 08 20:42:51.842 INFO O| Aug 08 20:42:51.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7625 | 2024-08-08T20:42:53.093Z | [ recovery-image] Aug 08 20:42:51.842 INFO O| Aug 08 20:42:51.842 INFO ok! |
7626 | 2024-08-08T20:42:53.093Z | [ recovery-image] Aug 08 20:42:51.842 INFO O| Aug 08 20:42:51.842 INFO STEP 23 (ensure_symlink) COMPLETE |
7627 | 2024-08-08T20:42:53.093Z | [ recovery-image] Aug 08 20:42:51.842 INFO O| Aug 08 20:42:51.842 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7628 | 2024-08-08T20:42:53.102Z | [ recovery-image] Aug 08 20:42:51.853 INFO O| Aug 08 20:42:51.853 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7629 | 2024-08-08T20:42:53.102Z | [ recovery-image] Aug 08 20:42:51.853 INFO O| Aug 08 20:42:51.853 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 ... |
7630 | 2024-08-08T20:42:53.105Z | [ recovery-image] Aug 08 20:42:51.853 INFO O| Aug 08 20:42:51.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7631 | 2024-08-08T20:42:53.105Z | [ recovery-image] Aug 08 20:42:51.853 INFO O| Aug 08 20:42:51.853 INFO ok! |
7632 | 2024-08-08T20:42:53.105Z | [ recovery-image] Aug 08 20:42:51.853 INFO O| Aug 08 20:42:51.853 INFO STEP 24 (ensure_file) COMPLETE |
7633 | 2024-08-08T20:42:53.105Z | [ recovery-image] Aug 08 20:42:51.853 INFO O| Aug 08 20:42:51.853 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7634 | 2024-08-08T20:42:53.113Z | [ recovery-image] Aug 08 20:42:51.864 INFO O| Aug 08 20:42:51.864 INFO updating shadow file |
7635 | 2024-08-08T20:42:53.116Z | [ recovery-image] Aug 08 20:42:51.864 INFO O| Aug 08 20:42:51.864 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7636 | 2024-08-08T20:42:53.116Z | [ recovery-image] Aug 08 20:42:51.864 INFO O| Aug 08 20:42:51.864 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7637 | 2024-08-08T20:42:53.116Z | [ recovery-image] Aug 08 20:42:51.864 INFO O| Aug 08 20:42:51.864 INFO STEP 25 (shadow) COMPLETE |
7638 | 2024-08-08T20:42:53.116Z | [ recovery-image] Aug 08 20:42:51.864 INFO O| Aug 08 20:42:51.864 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7639 | 2024-08-08T20:42:53.124Z | [ recovery-image] Aug 08 20:42:51.875 INFO O| Aug 08 20:42:51.875 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7640 | 2024-08-08T20:42:53.124Z | [ recovery-image] Aug 08 20:42:51.875 INFO O| Aug 08 20:42:51.875 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7641 | 2024-08-08T20:42:53.128Z | [ recovery-image] Aug 08 20:42:51.875 INFO O| Aug 08 20:42:51.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7642 | 2024-08-08T20:42:53.128Z | [ recovery-image] Aug 08 20:42:51.875 INFO O| Aug 08 20:42:51.875 INFO ok! |
7643 | 2024-08-08T20:42:53.128Z | [ recovery-image] Aug 08 20:42:51.875 INFO O| Aug 08 20:42:51.875 INFO STEP 26 (ensure_file) COMPLETE |
7644 | 2024-08-08T20:42:53.128Z | [ recovery-image] Aug 08 20:42:51.875 INFO O| Aug 08 20:42:51.875 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7645 | 2024-08-08T20:42:53.140Z | [ recovery-image] Aug 08 20:42:51.886 INFO O| Aug 08 20:42:51.886 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7646 | 2024-08-08T20:42:53.140Z | [ recovery-image] Aug 08 20:42:51.886 INFO O| Aug 08 20:42:51.886 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7647 | 2024-08-08T20:42:53.140Z | [ recovery-image] Aug 08 20:42:51.886 INFO O| Aug 08 20:42:51.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7648 | 2024-08-08T20:42:53.140Z | [ recovery-image] Aug 08 20:42:51.886 INFO O| Aug 08 20:42:51.886 INFO ok! |
7649 | 2024-08-08T20:42:53.140Z | [ recovery-image] Aug 08 20:42:51.886 INFO O| Aug 08 20:42:51.886 INFO STEP 27 (ensure_file) COMPLETE |
7650 | 2024-08-08T20:42:53.140Z | [ recovery-image] Aug 08 20:42:51.886 INFO O| Aug 08 20:42:51.886 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7651 | 2024-08-08T20:42:53.145Z | [ recovery-image] Aug 08 20:42:51.896 INFO O| Aug 08 20:42:51.896 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7652 | 2024-08-08T20:42:53.148Z | [ recovery-image] Aug 08 20:42:51.896 INFO O| Aug 08 20:42:51.896 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7653 | 2024-08-08T20:42:53.148Z | [ recovery-image] Aug 08 20:42:51.897 INFO O| Aug 08 20:42:51.897 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7654 | 2024-08-08T20:42:53.148Z | [ recovery-image] Aug 08 20:42:51.897 INFO O| Aug 08 20:42:51.897 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7655 | 2024-08-08T20:42:53.148Z | [ recovery-image] Aug 08 20:42:51.897 INFO O| Aug 08 20:42:51.897 INFO ok! |
7656 | 2024-08-08T20:42:53.148Z | [ recovery-image] Aug 08 20:42:51.897 INFO O| Aug 08 20:42:51.897 INFO STEP 28 (ensure_file) COMPLETE |
7657 | 2024-08-08T20:42:53.148Z | [ recovery-image] Aug 08 20:42:51.897 INFO O| Aug 08 20:42:51.897 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7658 | 2024-08-08T20:42:53.156Z | [ recovery-image] Aug 08 20:42:51.907 INFO O| Aug 08 20:42:51.907 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7659 | 2024-08-08T20:42:53.156Z | [ recovery-image] Aug 08 20:42:51.907 INFO O| Aug 08 20:42:51.907 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7660 | 2024-08-08T20:42:53.158Z | [ recovery-image] Aug 08 20:42:51.907 INFO O| Aug 08 20:42:51.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7661 | 2024-08-08T20:42:53.159Z | [ recovery-image] Aug 08 20:42:51.907 INFO O| Aug 08 20:42:51.907 INFO ok! |
7662 | 2024-08-08T20:42:53.159Z | [ recovery-image] Aug 08 20:42:51.907 INFO O| Aug 08 20:42:51.907 INFO STEP 29 (ensure_file) COMPLETE |
7663 | 2024-08-08T20:42:53.159Z | [ recovery-image] Aug 08 20:42:51.907 INFO O| Aug 08 20:42:51.907 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7664 | 2024-08-08T20:42:53.166Z | [ recovery-image] Aug 08 20:42:51.917 INFO O| Aug 08 20:42:51.917 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7665 | 2024-08-08T20:42:53.167Z | [ recovery-image] Aug 08 20:42:51.918 INFO O| Aug 08 20:42:51.917 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7666 | 2024-08-08T20:42:53.169Z | [ recovery-image] Aug 08 20:42:51.918 INFO O| Aug 08 20:42:51.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7667 | 2024-08-08T20:42:53.170Z | [ recovery-image] Aug 08 20:42:51.918 INFO O| Aug 08 20:42:51.918 INFO ok! |
7668 | 2024-08-08T20:42:53.170Z | [ recovery-image] Aug 08 20:42:51.918 INFO O| Aug 08 20:42:51.918 INFO STEP 30 (ensure_file) COMPLETE |
7669 | 2024-08-08T20:42:53.170Z | [ recovery-image] Aug 08 20:42:51.918 INFO O| Aug 08 20:42:51.918 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7670 | 2024-08-08T20:42:53.177Z | [ recovery-image] Aug 08 20:42:51.928 INFO O| Aug 08 20:42:51.928 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7671 | 2024-08-08T20:42:53.177Z | [ recovery-image] Aug 08 20:42:51.928 INFO O| Aug 08 20:42:51.928 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7672 | 2024-08-08T20:42:53.180Z | [ recovery-image] Aug 08 20:42:51.929 INFO O| Aug 08 20:42:51.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7673 | 2024-08-08T20:42:53.180Z | [ recovery-image] Aug 08 20:42:51.929 INFO O| Aug 08 20:42:51.929 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7674 | 2024-08-08T20:42:53.180Z | [ recovery-image] Aug 08 20:42:51.929 INFO O| Aug 08 20:42:51.929 INFO ok! |
7675 | 2024-08-08T20:42:53.180Z | [ recovery-image] Aug 08 20:42:51.929 INFO O| Aug 08 20:42:51.929 INFO STEP 31 (ensure_file) COMPLETE |
7676 | 2024-08-08T20:42:53.180Z | [ recovery-image] Aug 08 20:42:51.929 INFO O| Aug 08 20:42:51.929 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7677 | 2024-08-08T20:42:53.188Z | [ recovery-image] Aug 08 20:42:51.939 INFO O| Aug 08 20:42:51.939 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7678 | 2024-08-08T20:42:53.188Z | [ recovery-image] Aug 08 20:42:51.939 INFO O| Aug 08 20:42:51.939 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7679 | 2024-08-08T20:42:53.191Z | [ recovery-image] Aug 08 20:42:51.939 INFO O| Aug 08 20:42:51.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7680 | 2024-08-08T20:42:53.191Z | [ recovery-image] Aug 08 20:42:51.939 INFO O| Aug 08 20:42:51.939 INFO ok! |
7681 | 2024-08-08T20:42:53.191Z | [ recovery-image] Aug 08 20:42:51.939 INFO O| Aug 08 20:42:51.939 INFO STEP 32 (ensure_file) COMPLETE |
7682 | 2024-08-08T20:42:53.191Z | [ recovery-image] Aug 08 20:42:51.939 INFO O| Aug 08 20:42:51.939 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7683 | 2024-08-08T20:42:53.198Z | [ recovery-image] Aug 08 20:42:51.949 INFO O| Aug 08 20:42:51.949 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7684 | 2024-08-08T20:42:53.198Z | [ recovery-image] Aug 08 20:42:51.949 INFO O| Aug 08 20:42:51.949 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7685 | 2024-08-08T20:42:53.201Z | [ recovery-image] Aug 08 20:42:51.949 INFO O| Aug 08 20:42:51.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7686 | 2024-08-08T20:42:53.201Z | [ recovery-image] Aug 08 20:42:51.949 INFO O| Aug 08 20:42:51.949 INFO ok! |
7687 | 2024-08-08T20:42:53.201Z | [ recovery-image] Aug 08 20:42:51.950 INFO O| Aug 08 20:42:51.949 INFO STEP 33 (ensure_file) COMPLETE |
7688 | 2024-08-08T20:42:53.201Z | [ recovery-image] Aug 08 20:42:51.950 INFO O| Aug 08 20:42:51.949 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7689 | 2024-08-08T20:42:53.211Z | [ recovery-image] Aug 08 20:42:51.962 INFO O| Aug 08 20:42:51.962 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7690 | 2024-08-08T20:42:53.211Z | [ recovery-image] Aug 08 20:42:51.962 INFO O| Aug 08 20:42:51.962 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7691 | 2024-08-08T20:42:53.214Z | [ recovery-image] Aug 08 20:42:51.962 INFO O| Aug 08 20:42:51.962 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7692 | 2024-08-08T20:42:53.214Z | [ recovery-image] Aug 08 20:42:51.962 INFO O| Aug 08 20:42:51.962 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7693 | 2024-08-08T20:42:53.214Z | [ recovery-image] Aug 08 20:42:51.962 INFO O| Aug 08 20:42:51.962 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7694 | 2024-08-08T20:42:53.214Z | [ recovery-image] Aug 08 20:42:51.962 INFO O| Aug 08 20:42:51.962 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7695 | 2024-08-08T20:42:53.214Z | [ recovery-image] Aug 08 20:42:51.962 INFO O| Aug 08 20:42:51.962 INFO ok! |
7696 | 2024-08-08T20:42:53.214Z | [ recovery-image] Aug 08 20:42:51.962 INFO O| Aug 08 20:42:51.962 INFO STEP 34 (ensure_file) COMPLETE |
7697 | 2024-08-08T20:42:53.214Z | [ recovery-image] Aug 08 20:42:51.962 INFO O| Aug 08 20:42:51.962 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7698 | 2024-08-08T20:42:53.223Z | [ recovery-image] Aug 08 20:42:51.974 INFO O| Aug 08 20:42:51.974 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7699 | 2024-08-08T20:42:53.226Z | [ recovery-image] Aug 08 20:42:51.974 INFO O| Aug 08 20:42:51.974 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7700 | 2024-08-08T20:42:53.226Z | [ recovery-image] Aug 08 20:42:51.974 INFO O| Aug 08 20:42:51.974 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7701 | 2024-08-08T20:42:53.226Z | [ recovery-image] Aug 08 20:42:51.974 INFO O| Aug 08 20:42:51.974 INFO STEP 35 (ensure_dir) COMPLETE |
7702 | 2024-08-08T20:42:53.226Z | [ recovery-image] Aug 08 20:42:51.974 INFO O| Aug 08 20:42:51.974 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7703 | 2024-08-08T20:42:53.235Z | [ recovery-image] Aug 08 20:42:51.985 INFO O| Aug 08 20:42:51.985 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 |
7704 | 2024-08-08T20:42:53.235Z | [ recovery-image] Aug 08 20:42:51.986 INFO O| Aug 08 20:42:51.985 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 ... |
7705 | 2024-08-08T20:42:53.237Z | [ recovery-image] Aug 08 20:42:51.986 INFO O| Aug 08 20:42:51.986 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 |
7706 | 2024-08-08T20:42:53.237Z | [ recovery-image] Aug 08 20:42:51.986 INFO O| Aug 08 20:42:51.986 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 |
7707 | 2024-08-08T20:42:53.237Z | [ recovery-image] Aug 08 20:42:51.986 INFO O| Aug 08 20:42:51.986 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 |
7708 | 2024-08-08T20:42:53.237Z | [ recovery-image] Aug 08 20:42:51.986 INFO O| Aug 08 20:42:51.986 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 |
7709 | 2024-08-08T20:42:53.238Z | [ recovery-image] Aug 08 20:42:51.986 INFO O| Aug 08 20:42:51.986 INFO ok! |
7710 | 2024-08-08T20:42:53.238Z | [ recovery-image] Aug 08 20:42:51.986 INFO O| Aug 08 20:42:51.986 INFO STEP 36 (ensure_file) COMPLETE |
7711 | 2024-08-08T20:42:53.238Z | [ recovery-image] Aug 08 20:42:51.986 INFO O| Aug 08 20:42:51.986 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7712 | 2024-08-08T20:42:53.247Z | [ recovery-image] Aug 08 20:42:51.998 INFO O| Aug 08 20:42:51.998 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7713 | 2024-08-08T20:42:53.250Z | [ recovery-image] Aug 08 20:42:51.998 INFO O| Aug 08 20:42:51.998 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 ... |
7714 | 2024-08-08T20:42:53.250Z | [ recovery-image] Aug 08 20:42:51.998 INFO O| Aug 08 20:42:51.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7715 | 2024-08-08T20:42:53.250Z | [ recovery-image] Aug 08 20:42:51.998 INFO O| Aug 08 20:42:51.998 INFO ok! |
7716 | 2024-08-08T20:42:53.250Z | [ recovery-image] Aug 08 20:42:51.998 INFO O| Aug 08 20:42:51.998 INFO STEP 37 (ensure_symlink) COMPLETE |
7717 | 2024-08-08T20:42:53.250Z | [ recovery-image] Aug 08 20:42:51.998 INFO O| Aug 08 20:42:51.998 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7718 | 2024-08-08T20:42:53.258Z | [ recovery-image] Aug 08 20:42:52.009 INFO O| Aug 08 20:42:52.009 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7719 | 2024-08-08T20:42:53.258Z | [ recovery-image] Aug 08 20:42:52.009 INFO O| Aug 08 20:42:52.009 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7720 | 2024-08-08T20:42:53.259Z | [ recovery-image] Aug 08 20:42:52.009 INFO O| Aug 08 20:42:52.009 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7721 | 2024-08-08T20:42:53.261Z | [ recovery-image] Aug 08 20:42:52.009 INFO O| Aug 08 20:42:52.009 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7722 | 2024-08-08T20:42:53.261Z | [ recovery-image] Aug 08 20:42:52.010 INFO O| Aug 08 20:42:52.009 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7723 | 2024-08-08T20:42:53.261Z | [ recovery-image] Aug 08 20:42:52.010 INFO O| Aug 08 20:42:52.010 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7724 | 2024-08-08T20:42:53.262Z | [ recovery-image] Aug 08 20:42:52.010 INFO O| Aug 08 20:42:52.010 INFO ok! |
7725 | 2024-08-08T20:42:53.262Z | [ recovery-image] Aug 08 20:42:52.010 INFO O| Aug 08 20:42:52.010 INFO STEP 38 (ensure_file) COMPLETE |
7726 | 2024-08-08T20:42:53.262Z | [ recovery-image] Aug 08 20:42:52.010 INFO O| Aug 08 20:42:52.010 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7727 | 2024-08-08T20:42:53.269Z | [ recovery-image] Aug 08 20:42:52.020 INFO O| Aug 08 20:42:52.020 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7728 | 2024-08-08T20:42:53.269Z | [ recovery-image] Aug 08 20:42:52.020 INFO O| Aug 08 20:42:52.020 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 ... |
7729 | 2024-08-08T20:42:53.272Z | [ recovery-image] Aug 08 20:42:52.021 INFO O| Aug 08 20:42:52.020 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 |
7730 | 2024-08-08T20:42:53.272Z | [ recovery-image] Aug 08 20:42:52.021 INFO O| Aug 08 20:42:52.021 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7731 | 2024-08-08T20:42:53.272Z | [ recovery-image] Aug 08 20:42:52.021 INFO O| Aug 08 20:42:52.021 INFO ok! |
7732 | 2024-08-08T20:42:53.272Z | [ recovery-image] Aug 08 20:42:52.021 INFO O| Aug 08 20:42:52.021 INFO STEP 39 (ensure_file) COMPLETE |
7733 | 2024-08-08T20:42:53.272Z | [ recovery-image] Aug 08 20:42:52.021 INFO O| Aug 08 20:42:52.021 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7734 | 2024-08-08T20:42:53.281Z | [ recovery-image] Aug 08 20:42:52.031 INFO O| Aug 08 20:42:52.031 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7735 | 2024-08-08T20:42:53.281Z | [ recovery-image] Aug 08 20:42:52.032 INFO O| Aug 08 20:42:52.031 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7736 | 2024-08-08T20:42:53.283Z | [ recovery-image] Aug 08 20:42:52.032 INFO O| Aug 08 20:42:52.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7737 | 2024-08-08T20:42:53.283Z | [ recovery-image] Aug 08 20:42:52.032 INFO O| Aug 08 20:42:52.032 INFO ok! |
7738 | 2024-08-08T20:42:53.283Z | [ recovery-image] Aug 08 20:42:52.032 INFO O| Aug 08 20:42:52.032 INFO STEP 40 (ensure_file) COMPLETE |
7739 | 2024-08-08T20:42:53.283Z | [ recovery-image] Aug 08 20:42:52.032 INFO O| Aug 08 20:42:52.032 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7740 | 2024-08-08T20:42:53.292Z | [ recovery-image] Aug 08 20:42:52.043 INFO O| Aug 08 20:42:52.042 INFO updating shadow file |
7741 | 2024-08-08T20:42:53.294Z | [ recovery-image] Aug 08 20:42:52.043 INFO O| Aug 08 20:42:52.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7742 | 2024-08-08T20:42:53.294Z | [ recovery-image] Aug 08 20:42:52.043 INFO O| Aug 08 20:42:52.043 INFO STEP 41 (shadow) COMPLETE |
7743 | 2024-08-08T20:42:53.294Z | [ recovery-image] Aug 08 20:42:52.043 INFO O| Aug 08 20:42:52.043 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7744 | 2024-08-08T20:42:53.303Z | [ recovery-image] Aug 08 20:42:52.053 INFO O| Aug 08 20:42:52.053 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7745 | 2024-08-08T20:42:53.303Z | [ recovery-image] Aug 08 20:42:52.054 INFO O| Aug 08 20:42:52.053 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7746 | 2024-08-08T20:42:53.306Z | [ recovery-image] Aug 08 20:42:52.054 INFO O| Aug 08 20:42:52.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7747 | 2024-08-08T20:42:53.306Z | [ recovery-image] Aug 08 20:42:52.054 INFO O| Aug 08 20:42:52.054 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7748 | 2024-08-08T20:42:53.306Z | [ recovery-image] Aug 08 20:42:52.054 INFO O| Aug 08 20:42:52.054 INFO ok! |
7749 | 2024-08-08T20:42:53.306Z | [ recovery-image] Aug 08 20:42:52.054 INFO O| Aug 08 20:42:52.054 INFO STEP 42 (ensure_file) COMPLETE |
7750 | 2024-08-08T20:42:53.306Z | [ recovery-image] Aug 08 20:42:52.054 INFO O| Aug 08 20:42:52.054 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7751 | 2024-08-08T20:42:53.313Z | [ recovery-image] Aug 08 20:42:52.064 INFO O| Aug 08 20:42:52.064 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7752 | 2024-08-08T20:42:53.313Z | [ recovery-image] Aug 08 20:42:52.064 INFO O| Aug 08 20:42:52.064 INFO STEP 43 (ensure_dir) COMPLETE |
7753 | 2024-08-08T20:42:53.316Z | [ recovery-image] Aug 08 20:42:52.064 INFO O| Aug 08 20:42:52.064 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7754 | 2024-08-08T20:42:53.323Z | [ recovery-image] Aug 08 20:42:52.074 INFO O| Aug 08 20:42:52.074 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7755 | 2024-08-08T20:42:53.326Z | [ recovery-image] Aug 08 20:42:52.074 INFO O| Aug 08 20:42:52.074 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7756 | 2024-08-08T20:42:53.326Z | [ recovery-image] Aug 08 20:42:52.074 INFO O| Aug 08 20:42:52.074 INFO STEP 44 (ensure_dir) COMPLETE |
7757 | 2024-08-08T20:42:53.326Z | [ recovery-image] Aug 08 20:42:52.074 INFO O| Aug 08 20:42:52.074 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7758 | 2024-08-08T20:42:53.332Z | [ recovery-image] Aug 08 20:42:52.084 INFO O| Aug 08 20:42:52.083 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7759 | 2024-08-08T20:42:53.336Z | [ recovery-image] Aug 08 20:42:52.084 INFO O| Aug 08 20:42:52.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7760 | 2024-08-08T20:42:53.336Z | [ recovery-image] Aug 08 20:42:52.084 INFO O| Aug 08 20:42:52.084 INFO STEP 45 (ensure_dir) COMPLETE |
7761 | 2024-08-08T20:42:53.336Z | [ recovery-image] Aug 08 20:42:52.084 INFO O| Aug 08 20:42:52.084 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7762 | 2024-08-08T20:42:53.343Z | [ recovery-image] Aug 08 20:42:52.094 INFO O| Aug 08 20:42:52.094 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7763 | 2024-08-08T20:42:53.343Z | [ recovery-image] Aug 08 20:42:52.094 INFO O| Aug 08 20:42:52.094 INFO copying /tmp/.tmpnXysWF/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7764 | 2024-08-08T20:42:53.384Z | [ recovery-image] Aug 08 20:42:52.135 INFO O| Aug 08 20:42:52.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7765 | 2024-08-08T20:42:53.384Z | [ recovery-image] Aug 08 20:42:52.135 INFO O| Aug 08 20:42:52.135 INFO ok! |
7766 | 2024-08-08T20:42:53.387Z | [ recovery-image] Aug 08 20:42:52.135 INFO O| Aug 08 20:42:52.135 INFO STEP 46 (ensure_file) COMPLETE |
7767 | 2024-08-08T20:42:53.387Z | [ recovery-image] Aug 08 20:42:52.135 INFO O| Aug 08 20:42:52.135 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7768 | 2024-08-08T20:42:53.397Z | [ recovery-image] Aug 08 20:42:52.148 INFO O| Aug 08 20:42:52.148 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7769 | 2024-08-08T20:42:53.397Z | [ recovery-image] Aug 08 20:42:52.148 INFO O| Aug 08 20:42:52.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7770 | 2024-08-08T20:42:53.397Z | [ recovery-image] Aug 08 20:42:52.148 INFO O| Aug 08 20:42:52.148 INFO STEP 47 (ensure_dir) COMPLETE |
7771 | 2024-08-08T20:42:53.397Z | [ recovery-image] Aug 08 20:42:52.148 INFO O| Aug 08 20:42:52.148 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7772 | 2024-08-08T20:42:53.409Z | [ recovery-image] Aug 08 20:42:52.159 INFO O| Aug 08 20:42:52.159 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7773 | 2024-08-08T20:42:53.409Z | [ recovery-image] Aug 08 20:42:52.159 INFO O| Aug 08 20:42:52.159 INFO copying /tmp/.tmpnXysWF/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7774 | 2024-08-08T20:42:53.412Z | [ recovery-image] Aug 08 20:42:52.160 INFO O| Aug 08 20:42:52.160 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7775 | 2024-08-08T20:42:53.412Z | [ recovery-image] Aug 08 20:42:52.160 INFO O| Aug 08 20:42:52.160 INFO ok! |
7776 | 2024-08-08T20:42:53.412Z | [ recovery-image] Aug 08 20:42:52.160 INFO O| Aug 08 20:42:52.160 INFO STEP 48 (ensure_file) COMPLETE |
7777 | 2024-08-08T20:42:53.412Z | [ recovery-image] Aug 08 20:42:52.160 INFO O| Aug 08 20:42:52.160 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7778 | 2024-08-08T20:42:53.419Z | [ recovery-image] Aug 08 20:42:52.170 INFO O| Aug 08 20:42:52.170 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7779 | 2024-08-08T20:42:53.424Z | [ recovery-image] Aug 08 20:42:52.170 INFO O| Aug 08 20:42:52.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7780 | 2024-08-08T20:42:53.424Z | [ recovery-image] Aug 08 20:42:52.170 INFO O| Aug 08 20:42:52.170 INFO STEP 49 (ensure_dir) COMPLETE |
7781 | 2024-08-08T20:42:53.424Z | [ recovery-image] Aug 08 20:42:52.170 INFO O| Aug 08 20:42:52.170 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7782 | 2024-08-08T20:42:53.431Z | [ recovery-image] Aug 08 20:42:52.182 INFO O| Aug 08 20:42:52.181 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7783 | 2024-08-08T20:42:53.431Z | [ recovery-image] Aug 08 20:42:52.182 INFO O| Aug 08 20:42:52.182 INFO copying /tmp/.tmpnXysWF/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7784 | 2024-08-08T20:42:53.451Z | [ recovery-image] Aug 08 20:42:52.202 INFO O| Aug 08 20:42:52.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7785 | 2024-08-08T20:42:53.451Z | [ recovery-image] Aug 08 20:42:52.202 INFO O| Aug 08 20:42:52.202 INFO ok! |
7786 | 2024-08-08T20:42:53.454Z | [ recovery-image] Aug 08 20:42:52.202 INFO O| Aug 08 20:42:52.202 INFO STEP 50 (ensure_file) COMPLETE |
7787 | 2024-08-08T20:42:53.454Z | [ recovery-image] Aug 08 20:42:52.202 INFO O| Aug 08 20:42:52.202 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7788 | 2024-08-08T20:42:53.464Z | [ recovery-image] Aug 08 20:42:52.215 INFO O| Aug 08 20:42:52.215 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7789 | 2024-08-08T20:42:53.464Z | [ recovery-image] Aug 08 20:42:52.215 INFO O| Aug 08 20:42:52.215 INFO copying /tmp/.tmpnXysWF/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7790 | 2024-08-08T20:42:54.131Z | [ recovery-image] Aug 08 20:42:52.882 INFO O| Aug 08 20:42:52.881 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7791 | 2024-08-08T20:42:54.131Z | [ recovery-image] Aug 08 20:42:52.882 INFO O| Aug 08 20:42:52.882 INFO ok! |
7792 | 2024-08-08T20:42:54.134Z | [ recovery-image] Aug 08 20:42:52.882 INFO O| Aug 08 20:42:52.882 INFO STEP 51 (ensure_file) COMPLETE |
7793 | 2024-08-08T20:42:54.134Z | [ recovery-image] Aug 08 20:42:52.882 INFO O| Aug 08 20:42:52.882 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7794 | 2024-08-08T20:42:54.148Z | [ recovery-image] Aug 08 20:42:52.898 INFO O| Aug 08 20:42:52.898 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7795 | 2024-08-08T20:42:54.148Z | [ recovery-image] Aug 08 20:42:52.898 INFO O| Aug 08 20:42:52.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7796 | 2024-08-08T20:42:54.151Z | [ recovery-image] Aug 08 20:42:52.898 INFO O| Aug 08 20:42:52.898 INFO STEP 52 (ensure_dir) COMPLETE |
7797 | 2024-08-08T20:42:54.151Z | [ recovery-image] Aug 08 20:42:52.898 INFO O| Aug 08 20:42:52.898 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7798 | 2024-08-08T20:42:54.161Z | [ recovery-image] Aug 08 20:42:52.911 INFO O| Aug 08 20:42:52.911 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7799 | 2024-08-08T20:42:54.161Z | [ recovery-image] Aug 08 20:42:52.911 INFO O| Aug 08 20:42:52.911 INFO copying /tmp/.tmpnXysWF/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 ... |
7800 | 2024-08-08T20:42:54.164Z | [ recovery-image] Aug 08 20:42:52.911 INFO O| Aug 08 20:42:52.911 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 |
7801 | 2024-08-08T20:42:54.164Z | [ recovery-image] Aug 08 20:42:52.911 INFO O| Aug 08 20:42:52.911 INFO ok! |
7802 | 2024-08-08T20:42:54.164Z | [ recovery-image] Aug 08 20:42:52.911 INFO O| Aug 08 20:42:52.911 INFO STEP 53 (ensure_file) COMPLETE |
7803 | 2024-08-08T20:42:54.164Z | [ recovery-image] Aug 08 20:42:52.911 INFO O| Aug 08 20:42:52.911 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7804 | 2024-08-08T20:42:54.173Z | [ recovery-image] Aug 08 20:42:52.924 INFO O| Aug 08 20:42:52.924 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7805 | 2024-08-08T20:42:54.176Z | [ recovery-image] Aug 08 20:42:52.924 INFO O| Aug 08 20:42:52.924 INFO copying /tmp/.tmpnXysWF/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 ... |
7806 | 2024-08-08T20:42:54.176Z | [ recovery-image] Aug 08 20:42:52.924 INFO O| Aug 08 20:42:52.924 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 |
7807 | 2024-08-08T20:42:54.176Z | [ recovery-image] Aug 08 20:42:52.924 INFO O| Aug 08 20:42:52.924 INFO ok! |
7808 | 2024-08-08T20:42:54.176Z | [ recovery-image] Aug 08 20:42:52.924 INFO O| Aug 08 20:42:52.924 INFO STEP 54 (ensure_file) COMPLETE |
7809 | 2024-08-08T20:42:54.176Z | [ recovery-image] Aug 08 20:42:52.924 INFO O| Aug 08 20:42:52.924 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7810 | 2024-08-08T20:42:54.188Z | [ recovery-image] Aug 08 20:42:52.939 INFO O| Aug 08 20:42:52.938 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7811 | 2024-08-08T20:42:54.188Z | [ recovery-image] Aug 08 20:42:52.939 INFO O| Aug 08 20:42:52.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7812 | 2024-08-08T20:42:54.191Z | [ recovery-image] Aug 08 20:42:52.939 INFO O| Aug 08 20:42:52.939 INFO STEP 55 (ensure_dir) COMPLETE |
7813 | 2024-08-08T20:42:54.191Z | [ recovery-image] Aug 08 20:42:52.939 INFO O| Aug 08 20:42:52.939 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7814 | 2024-08-08T20:42:54.201Z | [ recovery-image] Aug 08 20:42:52.952 INFO O| Aug 08 20:42:52.952 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7815 | 2024-08-08T20:42:54.201Z | [ recovery-image] Aug 08 20:42:52.952 INFO O| Aug 08 20:42:52.952 INFO copying /tmp/.tmpnXysWF/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 ... |
7816 | 2024-08-08T20:42:54.201Z | [ recovery-image] Aug 08 20:42:52.952 INFO O| Aug 08 20:42:52.952 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7817 | 2024-08-08T20:42:54.204Z | [ recovery-image] Aug 08 20:42:52.952 INFO O| Aug 08 20:42:52.952 INFO ok! |
7818 | 2024-08-08T20:42:54.204Z | [ recovery-image] Aug 08 20:42:52.952 INFO O| Aug 08 20:42:52.952 INFO STEP 56 (ensure_file) COMPLETE |
7819 | 2024-08-08T20:42:54.205Z | [ recovery-image] Aug 08 20:42:52.952 INFO O| Aug 08 20:42:52.952 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7820 | 2024-08-08T20:42:54.212Z | [ recovery-image] Aug 08 20:42:52.962 INFO O| Aug 08 20:42:52.962 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7821 | 2024-08-08T20:42:54.215Z | [ recovery-image] Aug 08 20:42:52.962 INFO O| Aug 08 20:42:52.962 INFO copying /tmp/.tmpnXysWF/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 ... |
7822 | 2024-08-08T20:42:54.215Z | [ recovery-image] Aug 08 20:42:52.963 INFO O| Aug 08 20:42:52.962 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 |
7823 | 2024-08-08T20:42:54.215Z | [ recovery-image] Aug 08 20:42:52.963 INFO O| Aug 08 20:42:52.963 INFO ok! |
7824 | 2024-08-08T20:42:54.215Z | [ recovery-image] Aug 08 20:42:52.963 INFO O| Aug 08 20:42:52.963 INFO STEP 57 (ensure_file) COMPLETE |
7825 | 2024-08-08T20:42:54.215Z | [ recovery-image] Aug 08 20:42:52.963 INFO O| Aug 08 20:42:52.963 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7826 | 2024-08-08T20:42:54.222Z | [ recovery-image] Aug 08 20:42:52.973 INFO O| Aug 08 20:42:52.973 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7827 | 2024-08-08T20:42:54.222Z | [ recovery-image] Aug 08 20:42:52.973 INFO O| Aug 08 20:42:52.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7828 | 2024-08-08T20:42:54.225Z | [ recovery-image] Aug 08 20:42:52.973 INFO O| Aug 08 20:42:52.973 INFO STEP 58 (ensure_dir) COMPLETE |
7829 | 2024-08-08T20:42:54.225Z | [ recovery-image] Aug 08 20:42:52.973 INFO O| Aug 08 20:42:52.973 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7830 | 2024-08-08T20:42:54.232Z | [ recovery-image] Aug 08 20:42:52.983 INFO O| Aug 08 20:42:52.983 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7831 | 2024-08-08T20:42:54.235Z | [ recovery-image] Aug 08 20:42:52.983 INFO O| Aug 08 20:42:52.983 INFO copying /tmp/.tmpnXysWF/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 ... |
7832 | 2024-08-08T20:42:54.235Z | [ recovery-image] Aug 08 20:42:52.983 INFO O| Aug 08 20:42:52.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7833 | 2024-08-08T20:42:54.235Z | [ recovery-image] Aug 08 20:42:52.983 INFO O| Aug 08 20:42:52.983 INFO ok! |
7834 | 2024-08-08T20:42:54.235Z | [ recovery-image] Aug 08 20:42:52.983 INFO O| Aug 08 20:42:52.983 INFO STEP 59 (ensure_file) COMPLETE |
7835 | 2024-08-08T20:42:54.235Z | [ recovery-image] Aug 08 20:42:52.983 INFO O| Aug 08 20:42:52.983 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7836 | 2024-08-08T20:42:54.244Z | [ recovery-image] Aug 08 20:42:52.994 INFO O| Aug 08 20:42:52.994 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7837 | 2024-08-08T20:42:54.244Z | [ recovery-image] Aug 08 20:42:52.994 INFO O| Aug 08 20:42:52.994 INFO copying /tmp/.tmpnXysWF/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7838 | 2024-08-08T20:42:54.244Z | [ recovery-image] Aug 08 20:42:52.994 INFO O| Aug 08 20:42:52.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7839 | 2024-08-08T20:42:54.247Z | [ recovery-image] Aug 08 20:42:52.995 INFO O| Aug 08 20:42:52.994 INFO ok! |
7840 | 2024-08-08T20:42:54.247Z | [ recovery-image] Aug 08 20:42:52.995 INFO O| Aug 08 20:42:52.994 INFO STEP 60 (ensure_file) COMPLETE |
7841 | 2024-08-08T20:42:54.247Z | [ recovery-image] Aug 08 20:42:52.995 INFO O| Aug 08 20:42:52.995 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7842 | 2024-08-08T20:42:54.255Z | [ recovery-image] Aug 08 20:42:53.005 INFO O| Aug 08 20:42:53.005 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7843 | 2024-08-08T20:42:54.255Z | [ recovery-image] Aug 08 20:42:53.005 INFO O| Aug 08 20:42:53.005 INFO STEP 61 (ensure_dir) COMPLETE |
7844 | 2024-08-08T20:42:54.258Z | [ recovery-image] Aug 08 20:42:53.005 INFO O| Aug 08 20:42:53.005 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7845 | 2024-08-08T20:42:54.265Z | [ recovery-image] Aug 08 20:42:53.016 INFO O| Aug 08 20:42:53.016 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7846 | 2024-08-08T20:42:54.265Z | [ recovery-image] Aug 08 20:42:53.016 INFO O| Aug 08 20:42:53.016 INFO STEP 62 (ensure_dir) COMPLETE |
7847 | 2024-08-08T20:42:54.268Z | [ recovery-image] Aug 08 20:42:53.016 INFO O| Aug 08 20:42:53.016 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7848 | 2024-08-08T20:42:54.275Z | [ recovery-image] Aug 08 20:42:53.026 INFO O| Aug 08 20:42:53.026 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7849 | 2024-08-08T20:42:54.279Z | [ recovery-image] Aug 08 20:42:53.026 INFO O| Aug 08 20:42:53.026 INFO STEP 63 (ensure_dir) COMPLETE |
7850 | 2024-08-08T20:42:54.279Z | [ recovery-image] Aug 08 20:42:53.026 INFO O| Aug 08 20:42:53.026 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7851 | 2024-08-08T20:42:54.286Z | [ recovery-image] Aug 08 20:42:53.037 INFO O| Aug 08 20:42:53.037 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7852 | 2024-08-08T20:42:54.286Z | [ recovery-image] Aug 08 20:42:53.037 INFO O| Aug 08 20:42:53.037 INFO STEP 64 (ensure_dir) COMPLETE |
7853 | 2024-08-08T20:42:54.286Z | [ recovery-image] Aug 08 20:42:53.037 INFO O| Aug 08 20:42:53.037 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7854 | 2024-08-08T20:42:54.296Z | [ recovery-image] Aug 08 20:42:53.047 INFO O| Aug 08 20:42:53.047 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7855 | 2024-08-08T20:42:54.296Z | [ recovery-image] Aug 08 20:42:53.047 INFO O| Aug 08 20:42:53.047 INFO copying /tmp/.tmpnXysWF/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7856 | 2024-08-08T20:42:54.299Z | [ recovery-image] Aug 08 20:42:53.047 INFO O| Aug 08 20:42:53.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7857 | 2024-08-08T20:42:54.299Z | [ recovery-image] Aug 08 20:42:53.047 INFO O| Aug 08 20:42:53.047 INFO ok! |
7858 | 2024-08-08T20:42:54.300Z | [ recovery-image] Aug 08 20:42:53.047 INFO O| Aug 08 20:42:53.047 INFO STEP 65 (ensure_file) COMPLETE |
7859 | 2024-08-08T20:42:54.300Z | [ recovery-image] Aug 08 20:42:53.047 INFO O| Aug 08 20:42:53.047 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7860 | 2024-08-08T20:42:54.306Z | [ recovery-image] Aug 08 20:42:53.057 INFO O| Aug 08 20:42:53.057 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7861 | 2024-08-08T20:42:54.310Z | [ recovery-image] Aug 08 20:42:53.057 INFO O| Aug 08 20:42:53.057 INFO STEP 66 (remove_files) COMPLETE |
7862 | 2024-08-08T20:42:54.310Z | [ recovery-image] Aug 08 20:42:53.057 INFO O| Aug 08 20:42:53.057 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7863 | 2024-08-08T20:42:54.317Z | [ recovery-image] Aug 08 20:42:53.068 INFO O| Aug 08 20:42:53.067 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7864 | 2024-08-08T20:42:54.320Z | [ recovery-image] Aug 08 20:42:53.068 INFO O| Aug 08 20:42:53.068 INFO STEP 67 (remove_files) COMPLETE |
7865 | 2024-08-08T20:42:54.320Z | [ recovery-image] Aug 08 20:42:53.068 INFO O| Aug 08 20:42:53.068 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7866 | 2024-08-08T20:42:54.327Z | [ recovery-image] Aug 08 20:42:53.078 INFO O| Aug 08 20:42:53.078 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7867 | 2024-08-08T20:42:54.330Z | [ recovery-image] Aug 08 20:42:53.078 INFO O| Aug 08 20:42:53.078 INFO STEP 68 (remove_files) COMPLETE |
7868 | 2024-08-08T20:42:54.330Z | [ recovery-image] Aug 08 20:42:53.078 INFO O| Aug 08 20:42:53.078 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7869 | 2024-08-08T20:42:54.337Z | [ recovery-image] Aug 08 20:42:53.088 INFO O| Aug 08 20:42:53.088 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7870 | 2024-08-08T20:42:54.340Z | [ recovery-image] Aug 08 20:42:53.088 INFO O| Aug 08 20:42:53.088 INFO STEP 69 (remove_files) COMPLETE |
7871 | 2024-08-08T20:42:54.340Z | [ recovery-image] Aug 08 20:42:53.088 INFO O| Aug 08 20:42:53.088 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7872 | 2024-08-08T20:42:54.348Z | [ recovery-image] Aug 08 20:42:53.099 INFO O| Aug 08 20:42:53.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7873 | 2024-08-08T20:42:54.351Z | [ recovery-image] Aug 08 20:42:53.099 INFO O| Aug 08 20:42:53.099 INFO STEP 70 (remove_files) COMPLETE |
7874 | 2024-08-08T20:42:54.351Z | [ recovery-image] Aug 08 20:42:53.099 INFO O| Aug 08 20:42:53.099 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7875 | 2024-08-08T20:42:54.360Z | [ recovery-image] Aug 08 20:42:53.110 INFO O| Aug 08 20:42:53.110 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7876 | 2024-08-08T20:42:54.362Z | [ recovery-image] Aug 08 20:42:53.110 INFO O| Aug 08 20:42:53.110 INFO STEP 71 (remove_files) COMPLETE |
7877 | 2024-08-08T20:42:54.363Z | [ recovery-image] Aug 08 20:42:53.111 INFO O| Aug 08 20:42:53.110 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7878 | 2024-08-08T20:42:54.370Z | [ recovery-image] Aug 08 20:42:53.121 INFO O| Aug 08 20:42:53.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7879 | 2024-08-08T20:42:54.373Z | [ recovery-image] Aug 08 20:42:53.121 INFO O| Aug 08 20:42:53.121 INFO STEP 72 (remove_files) COMPLETE |
7880 | 2024-08-08T20:42:54.373Z | [ recovery-image] Aug 08 20:42:53.121 INFO O| Aug 08 20:42:53.121 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7881 | 2024-08-08T20:42:54.380Z | [ recovery-image] Aug 08 20:42:53.131 INFO O| Aug 08 20:42:53.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7882 | 2024-08-08T20:42:54.381Z | [ recovery-image] Aug 08 20:42:53.131 INFO O| Aug 08 20:42:53.131 INFO STEP 73 (remove_files) COMPLETE |
7883 | 2024-08-08T20:42:54.381Z | [ recovery-image] Aug 08 20:42:53.131 INFO O| Aug 08 20:42:53.131 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7884 | 2024-08-08T20:42:54.391Z | [ recovery-image] Aug 08 20:42:53.141 INFO O| Aug 08 20:42:53.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7885 | 2024-08-08T20:42:54.393Z | [ recovery-image] Aug 08 20:42:53.141 INFO O| Aug 08 20:42:53.141 INFO STEP 74 (remove_files) COMPLETE |
7886 | 2024-08-08T20:42:54.394Z | [ recovery-image] Aug 08 20:42:53.141 INFO O| Aug 08 20:42:53.141 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7887 | 2024-08-08T20:42:54.402Z | [ recovery-image] Aug 08 20:42:53.153 INFO O| Aug 08 20:42:53.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7888 | 2024-08-08T20:42:54.405Z | [ recovery-image] Aug 08 20:42:53.153 INFO O| Aug 08 20:42:53.153 INFO STEP 75 (remove_files) COMPLETE |
7889 | 2024-08-08T20:42:54.405Z | [ recovery-image] Aug 08 20:42:53.153 INFO O| Aug 08 20:42:53.153 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7890 | 2024-08-08T20:42:54.412Z | [ recovery-image] Aug 08 20:42:53.163 INFO O| Aug 08 20:42:53.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7891 | 2024-08-08T20:42:54.412Z | [ recovery-image] Aug 08 20:42:53.163 INFO O| Aug 08 20:42:53.163 INFO STEP 76 (remove_files) COMPLETE |
7892 | 2024-08-08T20:42:54.412Z | [ recovery-image] Aug 08 20:42:53.163 INFO O| Aug 08 20:42:53.163 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7893 | 2024-08-08T20:42:54.423Z | [ recovery-image] Aug 08 20:42:53.173 INFO O| Aug 08 20:42:53.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7894 | 2024-08-08T20:42:54.423Z | [ recovery-image] Aug 08 20:42:53.173 INFO O| Aug 08 20:42:53.173 INFO STEP 77 (remove_files) COMPLETE |
7895 | 2024-08-08T20:42:54.426Z | [ recovery-image] Aug 08 20:42:53.173 INFO O| Aug 08 20:42:53.173 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7896 | 2024-08-08T20:42:54.433Z | [ recovery-image] Aug 08 20:42:53.183 INFO O| Aug 08 20:42:53.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7897 | 2024-08-08T20:42:54.436Z | [ recovery-image] Aug 08 20:42:53.183 INFO O| Aug 08 20:42:53.183 INFO STEP 78 (remove_files) COMPLETE |
7898 | 2024-08-08T20:42:54.436Z | [ recovery-image] Aug 08 20:42:53.183 INFO O| Aug 08 20:42:53.183 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7899 | 2024-08-08T20:42:54.442Z | [ recovery-image] Aug 08 20:42:53.193 INFO O| Aug 08 20:42:53.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7900 | 2024-08-08T20:42:54.442Z | [ recovery-image] Aug 08 20:42:53.193 INFO O| Aug 08 20:42:53.193 INFO STEP 79 (remove_files) COMPLETE |
7901 | 2024-08-08T20:42:54.445Z | [ recovery-image] Aug 08 20:42:53.193 INFO O| Aug 08 20:42:53.193 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7902 | 2024-08-08T20:42:54.453Z | [ recovery-image] Aug 08 20:42:53.203 INFO O| Aug 08 20:42:53.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7903 | 2024-08-08T20:42:54.455Z | [ recovery-image] Aug 08 20:42:53.203 INFO O| Aug 08 20:42:53.203 INFO STEP 80 (remove_files) COMPLETE |
7904 | 2024-08-08T20:42:54.455Z | [ recovery-image] Aug 08 20:42:53.203 INFO O| Aug 08 20:42:53.203 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7905 | 2024-08-08T20:42:54.462Z | [ recovery-image] Aug 08 20:42:53.213 INFO O| Aug 08 20:42:53.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7906 | 2024-08-08T20:42:54.463Z | [ recovery-image] Aug 08 20:42:53.213 INFO O| Aug 08 20:42:53.213 INFO STEP 81 (remove_files) COMPLETE |
7907 | 2024-08-08T20:42:54.463Z | [ recovery-image] Aug 08 20:42:53.213 INFO O| Aug 08 20:42:53.213 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7908 | 2024-08-08T20:42:54.472Z | [ recovery-image] Aug 08 20:42:53.223 INFO O| Aug 08 20:42:53.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
7909 | 2024-08-08T20:42:54.476Z | [ recovery-image] Aug 08 20:42:53.223 INFO O| Aug 08 20:42:53.223 INFO STEP 82 (remove_files) COMPLETE |
7910 | 2024-08-08T20:42:54.476Z | [ recovery-image] Aug 08 20:42:53.223 INFO O| Aug 08 20:42:53.223 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7911 | 2024-08-08T20:42:54.482Z | [ host-image] Aug 08 20:42:53.232 INFO O| Aug 08 20:42:53.232 INFO O| Planning: Solver setup ... Done |
7912 | 2024-08-08T20:42:54.484Z | [ recovery-image] Aug 08 20:42:53.233 INFO O| Aug 08 20:42:53.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
7913 | 2024-08-08T20:42:54.485Z | [ recovery-image] Aug 08 20:42:53.233 INFO O| Aug 08 20:42:53.233 INFO STEP 83 (remove_files) COMPLETE |
7914 | 2024-08-08T20:42:54.485Z | [ recovery-image] Aug 08 20:42:53.233 INFO O| Aug 08 20:42:53.233 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7915 | 2024-08-08T20:42:54.488Z | [ host-image] Aug 08 20:42:53.236 INFO O| Aug 08 20:42:53.236 INFO O| Planning: Running solver ... Done |
7916 | 2024-08-08T20:42:54.492Z | [ recovery-image] Aug 08 20:42:53.243 INFO O| Aug 08 20:42:53.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
7917 | 2024-08-08T20:42:54.498Z | [ recovery-image] Aug 08 20:42:53.243 INFO O| Aug 08 20:42:53.243 INFO STEP 84 (remove_files) COMPLETE |
7918 | 2024-08-08T20:42:54.498Z | [ recovery-image] Aug 08 20:42:53.243 INFO O| Aug 08 20:42:53.243 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7919 | 2024-08-08T20:42:54.503Z | [ recovery-image] Aug 08 20:42:53.253 INFO O| Aug 08 20:42:53.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
7920 | 2024-08-08T20:42:54.503Z | [ recovery-image] Aug 08 20:42:53.253 INFO O| Aug 08 20:42:53.253 INFO STEP 85 (remove_files) COMPLETE |
7921 | 2024-08-08T20:42:54.506Z | [ recovery-image] Aug 08 20:42:53.253 INFO O| Aug 08 20:42:53.253 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7922 | 2024-08-08T20:42:54.513Z | [ recovery-image] Aug 08 20:42:53.263 INFO O| Aug 08 20:42:53.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
7923 | 2024-08-08T20:42:54.513Z | [ recovery-image] Aug 08 20:42:53.263 INFO O| Aug 08 20:42:53.263 INFO STEP 86 (remove_files) COMPLETE |
7924 | 2024-08-08T20:42:54.516Z | [ recovery-image] Aug 08 20:42:53.263 INFO O| Aug 08 20:42:53.263 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7925 | 2024-08-08T20:42:54.522Z | [ host-image] Aug 08 20:42:53.272 INFO O| Aug 08 20:42:53.272 INFO O| Planning: Finding local manifests ... Done |
7926 | 2024-08-08T20:42:54.525Z | [ host-image] Aug 08 20:42:53.273 INFO O| Aug 08 20:42:53.273 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7927 | 2024-08-08T20:42:54.525Z | [ recovery-image] Aug 08 20:42:53.273 INFO O| Aug 08 20:42:53.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
7928 | 2024-08-08T20:42:54.525Z | [ recovery-image] Aug 08 20:42:53.273 INFO O| Aug 08 20:42:53.273 INFO STEP 87 (remove_files) COMPLETE |
7929 | 2024-08-08T20:42:54.525Z | [ recovery-image] Aug 08 20:42:53.273 INFO O| Aug 08 20:42:53.273 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7930 | 2024-08-08T20:42:54.533Z | [ recovery-image] Aug 08 20:42:53.284 INFO O| Aug 08 20:42:53.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
7931 | 2024-08-08T20:42:54.533Z | [ recovery-image] Aug 08 20:42:53.284 INFO O| Aug 08 20:42:53.284 INFO STEP 88 (remove_files) COMPLETE |
7932 | 2024-08-08T20:42:54.536Z | [ recovery-image] Aug 08 20:42:53.284 INFO O| Aug 08 20:42:53.284 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7933 | 2024-08-08T20:42:54.543Z | [ recovery-image] Aug 08 20:42:53.294 INFO O| Aug 08 20:42:53.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
7934 | 2024-08-08T20:42:54.548Z | [ recovery-image] Aug 08 20:42:53.294 INFO O| Aug 08 20:42:53.294 INFO STEP 89 (remove_files) COMPLETE |
7935 | 2024-08-08T20:42:54.548Z | [ recovery-image] Aug 08 20:42:53.294 INFO O| Aug 08 20:42:53.294 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7936 | 2024-08-08T20:42:54.553Z | [ recovery-image] Aug 08 20:42:53.304 INFO O| Aug 08 20:42:53.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
7937 | 2024-08-08T20:42:54.557Z | [ recovery-image] Aug 08 20:42:53.304 INFO O| Aug 08 20:42:53.304 INFO STEP 90 (remove_files) COMPLETE |
7938 | 2024-08-08T20:42:54.557Z | [ recovery-image] Aug 08 20:42:53.304 INFO O| Aug 08 20:42:53.304 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7939 | 2024-08-08T20:42:54.565Z | [ recovery-image] Aug 08 20:42:53.314 INFO O| Aug 08 20:42:53.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
7940 | 2024-08-08T20:42:54.565Z | [ recovery-image] Aug 08 20:42:53.314 INFO O| Aug 08 20:42:53.314 INFO STEP 91 (remove_files) COMPLETE |
7941 | 2024-08-08T20:42:54.565Z | [ recovery-image] Aug 08 20:42:53.314 INFO O| Aug 08 20:42:53.314 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7942 | 2024-08-08T20:42:54.574Z | [ recovery-image] Aug 08 20:42:53.324 INFO O| Aug 08 20:42:53.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
7943 | 2024-08-08T20:42:54.574Z | [ recovery-image] Aug 08 20:42:53.324 INFO O| Aug 08 20:42:53.324 INFO STEP 92 (remove_files) COMPLETE |
7944 | 2024-08-08T20:42:54.577Z | [ recovery-image] Aug 08 20:42:53.324 INFO O| Aug 08 20:42:53.324 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7945 | 2024-08-08T20:42:54.581Z | [ host-image] Aug 08 20:42:53.331 INFO O| Aug 08 20:42:53.331 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7946 | 2024-08-08T20:42:54.599Z | [ recovery-image] Aug 08 20:42:53.335 INFO O| Aug 08 20:42:53.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
7947 | 2024-08-08T20:42:54.599Z | [ recovery-image] Aug 08 20:42:53.335 INFO O| Aug 08 20:42:53.335 INFO STEP 93 (remove_files) COMPLETE |
7948 | 2024-08-08T20:42:54.599Z | [ recovery-image] Aug 08 20:42:53.335 INFO O| Aug 08 20:42:53.335 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7949 | 2024-08-08T20:42:54.600Z | [ recovery-image] Aug 08 20:42:53.345 INFO O| Aug 08 20:42:53.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
7950 | 2024-08-08T20:42:54.600Z | [ recovery-image] Aug 08 20:42:53.345 INFO O| Aug 08 20:42:53.345 INFO STEP 94 (remove_files) COMPLETE |
7951 | 2024-08-08T20:42:54.600Z | [ recovery-image] Aug 08 20:42:53.345 INFO O| Aug 08 20:42:53.345 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7952 | 2024-08-08T20:42:54.604Z | [ host-image] Aug 08 20:42:53.350 INFO O| Aug 08 20:42:53.350 INFO O| Planning: Package planning ... Done |
7953 | 2024-08-08T20:42:54.604Z | [ host-image] Aug 08 20:42:53.351 INFO O| Aug 08 20:42:53.350 INFO O| Planning: Merging actions ... Done |
7954 | 2024-08-08T20:42:54.609Z | [ recovery-image] Aug 08 20:42:53.360 INFO O| Aug 08 20:42:53.359 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
7955 | 2024-08-08T20:42:54.612Z | [ recovery-image] Aug 08 20:42:53.360 INFO O| Aug 08 20:42:53.360 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"} |
7956 | 2024-08-08T20:42:54.662Z | [ host-image] Aug 08 20:42:53.411 INFO O| Aug 08 20:42:53.411 INFO O| Planning: Checking for conflicting actions ... Done |
7957 | 2024-08-08T20:42:54.666Z | [ host-image] Aug 08 20:42:53.412 INFO O| Aug 08 20:42:53.412 INFO O| Planning: Consolidating action changes ... Done |
7958 | 2024-08-08T20:42:54.907Z | [ host-image] Aug 08 20:42:53.658 INFO O| Aug 08 20:42:53.657 INFO O| Planning: Evaluating mediators ... Done |
7959 | 2024-08-08T20:42:54.910Z | [ host-image] Aug 08 20:42:53.658 INFO O| Aug 08 20:42:53.658 INFO O| Planning: Planning completed in 2.09 seconds |
7960 | 2024-08-08T20:42:54.910Z | [ host-image] Aug 08 20:42:53.660 INFO O| Aug 08 20:42:53.660 INFO O| Packages to install: 1 |
7961 | 2024-08-08T20:42:54.919Z | [ host-image] Aug 08 20:42:53.670 INFO O| Aug 08 20:42:53.670 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
7962 | 2024-08-08T20:42:55.311Z | [ host-image] Aug 08 20:42:54.061 INFO O| Aug 08 20:42:54.061 INFO O| Download: Completed 20.86 MB in 0.39 seconds (53.3M/s) |
7963 | 2024-08-08T20:42:55.338Z | [ host-image] Aug 08 20:42:54.088 INFO O| Aug 08 20:42:54.088 INFO O| Actions: 1/22 actions (Installing new actions) |
7964 | 2024-08-08T20:42:55.852Z | [ host-image] Aug 08 20:42:54.602 INFO O| Aug 08 20:42:54.602 INFO O| Actions: Completed 22 actions in 0.51 seconds. |
7965 | 2024-08-08T20:42:56.061Z | [ host-image] Aug 08 20:42:54.811 INFO O| Aug 08 20:42:54.811 INFO O| Done |
7966 | 2024-08-08T20:42:56.061Z | [ host-image] Aug 08 20:42:54.811 INFO O| Aug 08 20:42:54.811 INFO O| Done |
7967 | 2024-08-08T20:42:56.387Z | [ host-image] Aug 08 20:42:55.137 INFO O| Aug 08 20:42:55.137 INFO O| Done |
7968 | 2024-08-08T20:42:57.527Z | [ host-image] Aug 08 20:42:56.276 INFO O| Aug 08 20:42:56.276 INFO O| Done |
7969 | 2024-08-08T20:42:57.549Z | [ host-image] Aug 08 20:42:56.298 INFO O| Aug 08 20:42:56.298 INFO O| Done |
7970 | 2024-08-08T20:42:57.549Z | [ host-image] Aug 08 20:42:56.298 INFO O| Aug 08 20:42:56.298 INFO O| Done |
7971 | 2024-08-08T20:42:57.559Z | [ host-image] Aug 08 20:42:56.309 INFO O| Aug 08 20:42:56.309 INFO O| Done |
7972 | 2024-08-08T20:42:57.653Z | [ host-image] Aug 08 20:42:56.402 INFO O| Aug 08 20:42:56.402 INFO STEP 14 (pkg_install) COMPLETE |
7973 | 2024-08-08T20:42:57.656Z | [ host-image] Aug 08 20:42:56.402 INFO O| Aug 08 20:42:56.402 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7974 | 2024-08-08T20:42:57.656Z | [ host-image] Aug 08 20:42:56.402 INFO O| Aug 08 20:42:56.402 INFO skip step because feature "mfg" is not enabled |
7975 | 2024-08-08T20:42:57.656Z | [ host-image] Aug 08 20:42:56.402 INFO O| Aug 08 20:42:56.402 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7976 | 2024-08-08T20:42:57.656Z | [ host-image] Aug 08 20:42:56.402 INFO O| Aug 08 20:42:56.402 INFO skip step because feature "compliance" is not enabled |
7977 | 2024-08-08T20:42:57.656Z | [ host-image] Aug 08 20:42:56.402 INFO O| Aug 08 20:42:56.402 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7978 | 2024-08-08T20:42:57.656Z | [ host-image] Aug 08 20:42:56.402 INFO O| Aug 08 20:42:56.402 INFO skip step because feature "stress" is not enabled |
7979 | 2024-08-08T20:42:57.656Z | [ host-image] Aug 08 20:42:56.402 INFO O| Aug 08 20:42:56.402 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7980 | 2024-08-08T20:42:57.656Z | [ host-image] Aug 08 20:42:56.402 INFO O| Aug 08 20:42:56.402 INFO skip step because feature "nfs" is not enabled |
7981 | 2024-08-08T20:42:57.656Z | [ host-image] Aug 08 20:42:56.402 INFO O| Aug 08 20:42:56.402 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7982 | 2024-08-08T20:42:57.656Z | [ host-image] Aug 08 20:42:56.402 INFO O| Aug 08 20:42:56.402 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7983 | 2024-08-08T20:42:57.785Z | [ host-image] Aug 08 20:42:56.535 INFO O| Aug 08 20:42:56.535 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7984 | 2024-08-08T20:42:57.872Z | [ host-image] Aug 08 20:42:56.621 INFO O| Aug 08 20:42:56.621 INFO completed processing gimlet/ramdisk-01-os |
7985 | 2024-08-08T20:42:57.874Z | [ host-image] Aug 08 20:42:56.623 INFO omicron1 baseline generation... |
7986 | 2024-08-08T20:42:57.875Z | [ host-image] Aug 08 20:42:56.623 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7987 | 2024-08-08T20:42:58.263Z | [ host-image] Aug 08 20:42:57.012 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22800:20240807T093818Z |
7988 | 2024-08-08T20:43:03.868Z | [ recovery-image] Aug 08 20:43:02.615 INFO O| Aug 08 20:43:02.615 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67 |
7989 | 2024-08-08T20:43:03.868Z | [ recovery-image] Aug 08 20:43:02.615 INFO O| Aug 08 20:43:02.615 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
7990 | 2024-08-08T20:43:03.881Z | [ recovery-image] Aug 08 20:43:02.628 INFO O| Aug 08 20:43:02.628 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
7991 | 2024-08-08T20:43:03.956Z | [ recovery-image] Aug 08 20:43:02.703 INFO O| Aug 08 20:43:02.703 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
7992 | 2024-08-08T20:43:03.956Z | [ recovery-image] Aug 08 20:43:02.703 INFO O| Aug 08 20:43:02.703 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ... |
7993 | 2024-08-08T20:43:03.959Z | [ recovery-image] Aug 08 20:43:02.705 INFO O| Aug 08 20:43:02.705 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
7994 | 2024-08-08T20:43:03.959Z | [ recovery-image] Aug 08 20:43:02.705 INFO O| Aug 08 20:43:02.705 INFO ok! |
7995 | 2024-08-08T20:43:03.959Z | [ recovery-image] Aug 08 20:43:02.705 INFO O| Aug 08 20:43:02.705 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
7996 | 2024-08-08T20:43:03.959Z | [ recovery-image] Aug 08 20:43:02.705 INFO O| Aug 08 20:43:02.705 INFO STEP 95 (seed_smf) COMPLETE |
7997 | 2024-08-08T20:43:03.959Z | [ recovery-image] Aug 08 20:43:02.705 INFO O| Aug 08 20:43:02.705 INFO steps complete; finalising image! |
7998 | 2024-08-08T20:43:03.959Z | [ recovery-image] Aug 08 20:43:02.705 INFO O| Aug 08 20:43:02.705 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
7999 | 2024-08-08T20:43:03.990Z | [ recovery-image] Aug 08 20:43:02.737 INFO O| Aug 08 20:43:02.737 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Thu Aug 8 20:43:02 2024) |
8000 | 2024-08-08T20:43:04.200Z | [ recovery-image] Aug 08 20:43:02.947 INFO O| Aug 08 20:43:02.947 INFO trim TEMPORARY-gimlet-zfs-recovery: (75% trimmed, started at Thu Aug 8 20:43:02 2024) |
8001 | 2024-08-08T20:43:04.422Z | [ recovery-image] Aug 08 20:43:03.170 INFO O| Aug 08 20:43:03.170 INFO temporary pool has 400M used, 1.36G avail, 1.00x compressratio |
8002 | 2024-08-08T20:43:04.422Z | [ recovery-image] Aug 08 20:43:03.170 INFO O| Aug 08 20:43:03.170 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8003 | 2024-08-08T20:43:04.645Z | [ recovery-image] Aug 08 20:43:03.391 INFO O| Aug 08 20:43:03.391 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 |
8004 | 2024-08-08T20:43:04.645Z | [ recovery-image] Aug 08 20:43:03.391 INFO O| Aug 08 20:43:03.391 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8005 | 2024-08-08T20:43:07.729Z | [ recovery-image] Aug 08 20:43:06.475 INFO O| Aug 08 20:43:06.475 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8006 | 2024-08-08T20:43:07.729Z | [ recovery-image] Aug 08 20:43:06.475 INFO O| Aug 08 20:43:06.475 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8007 | 2024-08-08T20:43:07.732Z | [ recovery-image] Aug 08 20:43:06.475 INFO O| Aug 08 20:43:06.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8008 | 2024-08-08T20:43:07.732Z | [ recovery-image] Aug 08 20:43:06.475 INFO O| Aug 08 20:43:06.475 INFO completed processing gimlet/zfs-recovery |
8009 | 2024-08-08T20:43:07.732Z | [ recovery-image] Aug 08 20:43:06.475 INFO O| Aug 08 20:43:06.475 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8010 | 2024-08-08T20:43:07.916Z | [ recovery-image] Aug 08 20:43:06.662 INFO O| Aug 08 20:43:06.662 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8011 | 2024-08-08T20:43:07.990Z | [ recovery-image] Aug 08 20:43:06.736 INFO BUILD STRING "heads/stlouis-0-g0187c42845\n" |
8012 | 2024-08-08T20:43:07.990Z | [ recovery-image] Aug 08 20:43:06.736 INFO expanded image name: "recovery 24b7562/${os_short_commit} 2024-08-08 20:18" -> "recovery 24b7562/0187c42 2024-08-08 20:18" |
8013 | 2024-08-08T20:43:07.993Z | [ recovery-image] Aug 08 20:43:06.736 INFO output artefacts stored in: "/work/os-recovery" |
8014 | 2024-08-08T20:43:07.993Z | [ recovery-image] Aug 08 20:43:06.736 INFO collecting git info from project "pilot"... |
8015 | 2024-08-08T20:43:08.003Z | [ recovery-image] Aug 08 20:43:06.749 INFO collecting git info from project "phbl"... |
8016 | 2024-08-08T20:43:08.009Z | [ recovery-image] Aug 08 20:43:06.755 INFO collecting git info from project "image-builder"... |
8017 | 2024-08-08T20:43:08.017Z | [ recovery-image] Aug 08 20:43:06.763 INFO collecting git info from project "pinprick"... |
8018 | 2024-08-08T20:43:08.021Z | [ recovery-image] Aug 08 20:43:06.768 INFO collecting git info from project "bootserver"... |
8019 | 2024-08-08T20:43:08.027Z | [ recovery-image] Aug 08 20:43:06.773 INFO collecting git info from project "amd-host-image-builder"... |
8020 | 2024-08-08T20:43:08.263Z | [ recovery-image] Aug 08 20:43:07.009 INFO collecting git info from project "amd-firmware"... |
8021 | 2024-08-08T20:43:08.489Z | [ recovery-image] Aug 08 20:43:07.230 INFO collecting git info from project "chelsio-t6-roms"... |
8022 | 2024-08-08T20:43:08.506Z | [ recovery-image] Aug 08 20:43:07.252 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8023 | 2024-08-08T20:43:08.866Z | [ recovery-image] Aug 08 20:43:07.612 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8024 | 2024-08-08T20:43:09.216Z | [ recovery-image] Aug 08 20:43:07.962 INFO creating Oxide boot image... |
8025 | 2024-08-08T20:43:09.216Z | [ recovery-image] Aug 08 20:43:07.962 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 24b7562/0187c42 2024-08-08 20:18", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8026 | 2024-08-08T20:43:45.472Z | [ host-image] Aug 08 20:43:44.206 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22800:20240807T093851Z |
8027 | 2024-08-08T20:43:45.472Z | [ host-image] Aug 08 20:43:44.206 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22800:20240807T093851Z |
8028 | 2024-08-08T20:43:45.475Z | [ host-image] Aug 08 20:43:44.206 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8029 | 2024-08-08T20:43:45.475Z | [ host-image] Aug 08 20:43:44.206 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8030 | 2024-08-08T20:43:45.475Z | [ host-image] Aug 08 20:43:44.207 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8031 | 2024-08-08T20:43:45.475Z | [ host-image] Aug 08 20:43:44.207 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8032 | 2024-08-08T20:43:45.475Z | [ host-image] Aug 08 20:43:44.208 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8033 | 2024-08-08T20:43:45.475Z | [ host-image] Aug 08 20:43:44.208 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8034 | 2024-08-08T20:43:45.475Z | [ host-image] Aug 08 20:43:44.208 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8035 | 2024-08-08T20:43:45.475Z | [ host-image] Aug 08 20:43:44.208 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8036 | 2024-08-08T20:43:45.475Z | [ host-image] Aug 08 20:43:44.208 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22800:20240807T093851Z |
8037 | 2024-08-08T20:43:45.477Z | [ host-image] Aug 08 20:43:44.210 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22800:20240807T093852Z |
8038 | 2024-08-08T20:43:45.477Z | [ host-image] Aug 08 20:43:44.211 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22800:20240807T093852Z |
8039 | 2024-08-08T20:43:45.477Z | [ host-image] Aug 08 20:43:44.211 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22800:20240807T093853Z |
8040 | 2024-08-08T20:43:45.477Z | [ host-image] Aug 08 20:43:44.211 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8041 | 2024-08-08T20:43:45.478Z | [ host-image] Aug 08 20:43:44.212 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22800:20240807T093853Z |
8042 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.213 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22800:20240807T093853Z |
8043 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.213 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22800:20240807T093853Z |
8044 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.213 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22800:20240807T093853Z |
8045 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.213 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22800:20240807T093854Z |
8046 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.213 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22800:20240807T093854Z |
8047 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.213 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22800:20240807T093854Z |
8048 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.213 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22800:20240807T093855Z |
8049 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.213 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22800:20240807T093855Z |
8050 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.214 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22800:20240807T093856Z |
8051 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.214 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22800:20240807T093857Z |
8052 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.214 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22800:20240807T093858Z |
8053 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.214 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22800:20240807T093859Z |
8054 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.214 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z |
8055 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.214 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22800:20240807T093900Z |
8056 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.214 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22800:20240807T093902Z |
8057 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.214 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22800:20240807T093903Z |
8058 | 2024-08-08T20:43:45.481Z | [ host-image] Aug 08 20:43:44.215 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22800:20240807T093904Z |
8059 | 2024-08-08T20:43:45.485Z | [ host-image] Aug 08 20:43:44.216 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22800:20240807T093905Z |
8060 | 2024-08-08T20:43:45.485Z | [ host-image] Aug 08 20:43:44.216 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22800:20240807T093905Z |
8061 | 2024-08-08T20:43:45.490Z | [ host-image] Aug 08 20:43:44.225 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8062 | 2024-08-08T20:43:45.493Z | [ host-image] Aug 08 20:43:44.225 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22800:20240807T093905Z |
8063 | 2024-08-08T20:43:45.493Z | [ host-image] Aug 08 20:43:44.225 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8064 | 2024-08-08T20:43:45.493Z | [ host-image] Aug 08 20:43:44.225 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8065 | 2024-08-08T20:43:45.493Z | [ host-image] Aug 08 20:43:44.226 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8066 | 2024-08-08T20:43:45.493Z | [ host-image] Aug 08 20:43:44.226 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22800:20240807T093905Z |
8067 | 2024-08-08T20:43:45.493Z | [ host-image] Aug 08 20:43:44.226 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8068 | 2024-08-08T20:43:45.493Z | [ host-image] Aug 08 20:43:44.227 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8069 | 2024-08-08T20:43:45.496Z | [ host-image] Aug 08 20:43:44.228 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8070 | 2024-08-08T20:43:45.496Z | [ host-image] Aug 08 20:43:44.228 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8071 | 2024-08-08T20:43:45.506Z | [ host-image] Aug 08 20:43:44.240 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8072 | 2024-08-08T20:43:45.506Z | [ host-image] Aug 08 20:43:44.240 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8073 | 2024-08-08T20:43:45.509Z | [ host-image] Aug 08 20:43:44.240 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8074 | 2024-08-08T20:43:45.509Z | [ host-image] Aug 08 20:43:44.241 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8075 | 2024-08-08T20:43:45.509Z | [ host-image] Aug 08 20:43:44.242 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8076 | 2024-08-08T20:43:45.509Z | [ host-image] Aug 08 20:43:44.242 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8077 | 2024-08-08T20:43:45.543Z | [ host-image] Aug 08 20:43:44.278 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8078 | 2024-08-08T20:43:45.546Z | [ host-image] Aug 08 20:43:44.278 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8079 | 2024-08-08T20:43:45.546Z | [ host-image] Aug 08 20:43:44.278 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8080 | 2024-08-08T20:43:45.546Z | [ host-image] Aug 08 20:43:44.279 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22800:20240807T093907Z |
8081 | 2024-08-08T20:43:45.546Z | [ host-image] Aug 08 20:43:44.279 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22800:20240807T093913Z |
8082 | 2024-08-08T20:43:45.546Z | [ host-image] Aug 08 20:43:44.279 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8083 | 2024-08-08T20:43:45.546Z | [ host-image] Aug 08 20:43:44.280 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22800:20240807T093914Z |
8084 | 2024-08-08T20:43:45.546Z | [ host-image] Aug 08 20:43:44.280 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8085 | 2024-08-08T20:43:45.546Z | [ host-image] Aug 08 20:43:44.280 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8086 | 2024-08-08T20:43:45.547Z | [ host-image] Aug 08 20:43:44.280 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8087 | 2024-08-08T20:43:45.547Z | [ host-image] Aug 08 20:43:44.280 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22800:20240807T093914Z |
8088 | 2024-08-08T20:43:45.547Z | [ host-image] Aug 08 20:43:44.280 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8089 | 2024-08-08T20:43:45.550Z | [ host-image] Aug 08 20:43:44.285 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8090 | 2024-08-08T20:43:45.553Z | [ host-image] Aug 08 20:43:44.285 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8091 | 2024-08-08T20:43:45.553Z | [ host-image] Aug 08 20:43:44.285 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8092 | 2024-08-08T20:43:45.553Z | [ host-image] Aug 08 20:43:44.285 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22800:20240807T093914Z |
8093 | 2024-08-08T20:43:45.553Z | [ host-image] Aug 08 20:43:44.286 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8094 | 2024-08-08T20:43:45.566Z | [ host-image] Aug 08 20:43:44.300 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8095 | 2024-08-08T20:43:45.569Z | [ host-image] Aug 08 20:43:44.300 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22800:20240807T093914Z |
8096 | 2024-08-08T20:43:45.569Z | [ host-image] Aug 08 20:43:44.303 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22800:20240807T093915Z |
8097 | 2024-08-08T20:43:45.569Z | [ host-image] Aug 08 20:43:44.303 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22800:20240807T093915Z |
8098 | 2024-08-08T20:43:45.569Z | [ host-image] Aug 08 20:43:44.303 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8099 | 2024-08-08T20:43:45.572Z | [ host-image] Aug 08 20:43:44.304 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22800:20240807T093916Z |
8100 | 2024-08-08T20:43:45.572Z | [ host-image] Aug 08 20:43:44.304 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22800:20240807T093917Z |
8101 | 2024-08-08T20:43:45.572Z | [ host-image] Aug 08 20:43:44.304 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22800:20240807T093917Z |
8102 | 2024-08-08T20:43:45.572Z | [ host-image] Aug 08 20:43:44.305 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22800:20240807T093917Z |
8103 | 2024-08-08T20:43:45.575Z | [ host-image] Aug 08 20:43:44.308 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8104 | 2024-08-08T20:43:45.575Z | [ host-image] Aug 08 20:43:44.309 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22800:20240807T093917Z |
8105 | 2024-08-08T20:43:45.575Z | [ host-image] Aug 08 20:43:44.309 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22800:20240807T093918Z |
8106 | 2024-08-08T20:43:45.577Z | [ host-image] Aug 08 20:43:44.309 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8107 | 2024-08-08T20:43:45.577Z | [ host-image] Aug 08 20:43:44.310 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22800:20240807T093919Z |
8108 | 2024-08-08T20:43:45.577Z | [ host-image] Aug 08 20:43:44.310 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22800:20240807T093919Z |
8109 | 2024-08-08T20:43:45.578Z | [ host-image] Aug 08 20:43:44.310 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22800:20240807T093919Z |
8110 | 2024-08-08T20:43:45.578Z | [ host-image] Aug 08 20:43:44.311 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22800:20240807T093919Z |
8111 | 2024-08-08T20:43:45.584Z | [ host-image] Aug 08 20:43:44.319 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22800:20240807T093919Z |
8112 | 2024-08-08T20:43:45.584Z | [ host-image] Aug 08 20:43:44.319 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8113 | 2024-08-08T20:43:45.587Z | [ host-image] Aug 08 20:43:44.321 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22800:20240807T093919Z |
8114 | 2024-08-08T20:43:45.590Z | [ host-image] Aug 08 20:43:44.322 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22800:20240807T093919Z |
8115 | 2024-08-08T20:43:45.590Z | [ host-image] Aug 08 20:43:44.322 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22800:20240807T093919Z |
8116 | 2024-08-08T20:43:45.590Z | [ host-image] Aug 08 20:43:44.323 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22800:20240807T093920Z |
8117 | 2024-08-08T20:43:45.590Z | [ host-image] Aug 08 20:43:44.323 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22800:20240807T093920Z |
8118 | 2024-08-08T20:43:45.590Z | [ host-image] Aug 08 20:43:44.324 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22800:20240807T093920Z |
8119 | 2024-08-08T20:43:45.599Z | [ host-image] Aug 08 20:43:44.334 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22800:20240807T093922Z |
8120 | 2024-08-08T20:43:45.602Z | [ host-image] Aug 08 20:43:44.334 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22800:20240807T093921Z |
8121 | 2024-08-08T20:43:45.602Z | [ host-image] Aug 08 20:43:44.334 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22800:20240807T093921Z |
8122 | 2024-08-08T20:43:45.602Z | [ host-image] Aug 08 20:43:44.335 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22800:20240807T093921Z |
8123 | 2024-08-08T20:43:45.602Z | [ host-image] Aug 08 20:43:44.335 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22800:20240807T093922Z |
8124 | 2024-08-08T20:43:45.623Z | [ host-image] Aug 08 20:43:44.357 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22800:20240807T093925Z |
8125 | 2024-08-08T20:43:45.623Z | [ host-image] Aug 08 20:43:44.357 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22800:20240807T093922Z |
8126 | 2024-08-08T20:43:45.626Z | [ host-image] Aug 08 20:43:44.357 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22800:20240807T093922Z |
8127 | 2024-08-08T20:43:45.626Z | [ host-image] Aug 08 20:43:44.357 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8128 | 2024-08-08T20:43:45.626Z | [ host-image] Aug 08 20:43:44.358 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8129 | 2024-08-08T20:43:45.652Z | [ host-image] Aug 08 20:43:44.387 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22800:20240807T093922Z |
8130 | 2024-08-08T20:43:45.656Z | [ host-image] Aug 08 20:43:44.387 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8131 | 2024-08-08T20:43:45.656Z | [ host-image] Aug 08 20:43:44.387 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22800:20240807T093922Z |
8132 | 2024-08-08T20:43:45.656Z | [ host-image] Aug 08 20:43:44.387 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22800:20240807T093922Z |
8133 | 2024-08-08T20:43:45.656Z | [ host-image] Aug 08 20:43:44.389 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22800:20240807T093923Z |
8134 | 2024-08-08T20:43:45.656Z | [ host-image] Aug 08 20:43:44.389 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8135 | 2024-08-08T20:43:45.656Z | [ host-image] Aug 08 20:43:44.389 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8136 | 2024-08-08T20:43:45.656Z | [ host-image] Aug 08 20:43:44.390 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22800:20240807T093924Z |
8137 | 2024-08-08T20:43:45.656Z | [ host-image] Aug 08 20:43:44.390 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22800:20240807T093924Z |
8138 | 2024-08-08T20:43:45.656Z | [ host-image] Aug 08 20:43:44.390 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22800:20240807T093924Z |
8139 | 2024-08-08T20:43:45.659Z | [ host-image] Aug 08 20:43:44.391 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22800:20240807T093924Z |
8140 | 2024-08-08T20:43:45.659Z | [ host-image] Aug 08 20:43:44.391 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22800:20240807T093924Z |
8141 | 2024-08-08T20:43:45.659Z | [ host-image] Aug 08 20:43:44.391 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22800:20240807T093925Z |
8142 | 2024-08-08T20:43:45.662Z | [ host-image] Aug 08 20:43:44.394 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8143 | 2024-08-08T20:43:45.662Z | [ host-image] Aug 08 20:43:44.394 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22800:20240807T093925Z |
8144 | 2024-08-08T20:43:45.662Z | [ host-image] Aug 08 20:43:44.396 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22800:20240807T093925Z |
8145 | 2024-08-08T20:43:45.662Z | [ host-image] Aug 08 20:43:44.396 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22800:20240807T093925Z |
8146 | 2024-08-08T20:43:45.662Z | [ host-image] Aug 08 20:43:44.396 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22800:20240807T093926Z |
8147 | 2024-08-08T20:43:45.662Z | [ host-image] Aug 08 20:43:44.396 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22800:20240807T093926Z |
8148 | 2024-08-08T20:43:45.662Z | [ host-image] Aug 08 20:43:44.396 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22800:20240807T093926Z |
8149 | 2024-08-08T20:43:45.662Z | [ host-image] Aug 08 20:43:44.396 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8150 | 2024-08-08T20:43:45.662Z | [ host-image] Aug 08 20:43:44.397 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8151 | 2024-08-08T20:43:45.665Z | [ host-image] Aug 08 20:43:44.397 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22800:20240807T093928Z |
8152 | 2024-08-08T20:43:45.666Z | [ host-image] Aug 08 20:43:44.397 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22800:20240807T093929Z |
8153 | 2024-08-08T20:43:45.666Z | [ host-image] Aug 08 20:43:44.397 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8154 | 2024-08-08T20:43:45.666Z | [ host-image] Aug 08 20:43:44.398 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8155 | 2024-08-08T20:43:45.666Z | [ host-image] Aug 08 20:43:44.398 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8156 | 2024-08-08T20:43:45.666Z | [ host-image] Aug 08 20:43:44.398 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8157 | 2024-08-08T20:43:45.666Z | [ host-image] Aug 08 20:43:44.398 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8158 | 2024-08-08T20:43:45.666Z | [ host-image] Aug 08 20:43:44.399 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8159 | 2024-08-08T20:43:45.666Z | [ host-image] Aug 08 20:43:44.400 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8160 | 2024-08-08T20:43:45.666Z | [ host-image] Aug 08 20:43:44.400 INFO O| tempdir @ "/tmp/.tmpN7Jai6/tmp" |
8161 | 2024-08-08T20:43:45.666Z | [ host-image] Aug 08 20:43:44.400 INFO O| image root @ "/tmp/.tmpN7Jai6/tmp/root" |
8162 | 2024-08-08T20:43:45.666Z | [ host-image] Aug 08 20:43:44.400 INFO O| creating image... |
8163 | 2024-08-08T20:43:46.153Z | [ host-image] Aug 08 20:43:44.887 INFO O| copying publishers... |
8164 | 2024-08-08T20:43:51.891Z | [ host-image] Aug 08 20:43:50.623 INFO O| adding properties... |
8165 | 2024-08-08T20:43:52.901Z | [ host-image] Aug 08 20:43:51.633 INFO O| installing packages... |
8166 | 2024-08-08T20:43:59.897Z | [ recovery-image] Aug 08 20:43:58.627 INFO O| ok, image written! |
8167 | 2024-08-08T20:43:59.897Z | [ recovery-image] Aug 08 20:43:58.627 INFO O| ok, boot_image_csum file written! |
8168 | 2024-08-08T20:43:59.900Z | [ recovery-image] Aug 08 20:43:58.631 INFO creating boot archive (CPIO)... |
8169 | 2024-08-08T20:43:59.903Z | [ recovery-image] Aug 08 20:43:58.631 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None |
8170 | 2024-08-08T20:43:59.907Z | [ recovery-image] Aug 08 20:43:58.638 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8171 | 2024-08-08T20:43:59.907Z | [ recovery-image] Aug 08 20:43:58.638 INFO E| + outfile=/work/os-recovery/cpio |
8172 | 2024-08-08T20:43:59.910Z | [ recovery-image] Aug 08 20:43:58.638 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8173 | 2024-08-08T20:43:59.910Z | [ recovery-image] Aug 08 20:43:58.639 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8174 | 2024-08-08T20:43:59.910Z | [ recovery-image] Aug 08 20:43:58.640 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8175 | 2024-08-08T20:43:59.941Z | [ recovery-image] Aug 08 20:43:58.671 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8176 | 2024-08-08T20:43:59.941Z | [ recovery-image] Aug 08 20:43:58.671 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8177 | 2024-08-08T20:43:59.948Z | [ recovery-image] Aug 08 20:43:58.678 INFO creating compressed cpio/unix for nanobl-rs... |
8178 | 2024-08-08T20:43:59.948Z | [ recovery-image] Aug 08 20:43:58.678 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None |
8179 | 2024-08-08T20:44:00.227Z | [ recovery-image] Aug 08 20:43:58.956 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8180 | 2024-08-08T20:44:04.593Z | [ recovery-image] Aug 08 20:44:03.319 INFO creating reset image... |
8181 | 2024-08-08T20:44:04.598Z | [ recovery-image] Aug 08 20:44:03.319 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8182 | 2024-08-08T20:44:04.808Z | [ recovery-image] Aug 08 20:44:03.536 INFO E| Updating crates.io index |
8183 | 2024-08-08T20:44:04.916Z | [ recovery-image] Aug 08 20:44:03.643 INFO E| Downloading crates ... |
8184 | 2024-08-08T20:44:04.961Z | [ recovery-image] Aug 08 20:44:03.689 INFO E| Downloaded anstyle-parse v0.2.3 |
8185 | 2024-08-08T20:44:04.966Z | [ recovery-image] Aug 08 20:44:03.694 INFO E| Downloaded anstyle v1.0.6 |
8186 | 2024-08-08T20:44:04.968Z | [ recovery-image] Aug 08 20:44:03.696 INFO E| Downloaded anstream v0.6.13 |
8187 | 2024-08-08T20:44:04.972Z | [ recovery-image] Aug 08 20:44:03.700 INFO E| Downloaded colorchoice v1.0.0 |
8188 | 2024-08-08T20:44:04.975Z | [ recovery-image] Aug 08 20:44:03.703 INFO E| Downloaded clap_derive v4.5.3 |
8189 | 2024-08-08T20:44:04.978Z | [ recovery-image] Aug 08 20:44:03.705 INFO E| Downloaded strsim v0.11.0 |
8190 | 2024-08-08T20:44:04.978Z | [ recovery-image] Aug 08 20:44:03.706 INFO E| Downloaded os_pipe v1.1.5 |
8191 | 2024-08-08T20:44:04.981Z | [ recovery-image] Aug 08 20:44:03.707 INFO E| Downloaded anstyle-query v1.0.2 |
8192 | 2024-08-08T20:44:04.984Z | [ recovery-image] Aug 08 20:44:03.710 INFO E| Downloaded shared_child v1.0.0 |
8193 | 2024-08-08T20:44:04.984Z | [ recovery-image] Aug 08 20:44:03.711 INFO E| Downloaded duct v0.13.7 |
8194 | 2024-08-08T20:44:04.989Z | [ recovery-image] Aug 08 20:44:03.716 INFO E| Downloaded proc-macro2 v1.0.79 |
8195 | 2024-08-08T20:44:04.995Z | [ recovery-image] Aug 08 20:44:03.724 INFO E| Downloaded clap v4.5.3 |
8196 | 2024-08-08T20:44:05.013Z | [ recovery-image] Aug 08 20:44:03.741 INFO E| Downloaded clap_builder v4.5.2 |
8197 | 2024-08-08T20:44:05.021Z | [ recovery-image] Aug 08 20:44:03.749 INFO E| Downloaded syn v2.0.53 |
8198 | 2024-08-08T20:44:05.047Z | [ recovery-image] Aug 08 20:44:03.775 INFO E| Downloaded libc v0.2.153 |
8199 | 2024-08-08T20:44:05.125Z | [ recovery-image] Aug 08 20:44:03.853 INFO E| Compiling proc-macro2 v1.0.79 |
8200 | 2024-08-08T20:44:05.125Z | [ recovery-image] Aug 08 20:44:03.853 INFO E| Compiling unicode-ident v1.0.12 |
8201 | 2024-08-08T20:44:05.128Z | [ recovery-image] Aug 08 20:44:03.853 INFO E| Compiling libc v0.2.153 |
8202 | 2024-08-08T20:44:05.128Z | [ recovery-image] Aug 08 20:44:03.853 INFO E| Compiling utf8parse v0.2.1 |
8203 | 2024-08-08T20:44:05.128Z | [ recovery-image] Aug 08 20:44:03.853 INFO E| Compiling anstyle-query v1.0.2 |
8204 | 2024-08-08T20:44:05.128Z | [ recovery-image] Aug 08 20:44:03.853 INFO E| Compiling anstyle v1.0.6 |
8205 | 2024-08-08T20:44:05.128Z | [ recovery-image] Aug 08 20:44:03.853 INFO E| Compiling colorchoice v1.0.0 |
8206 | 2024-08-08T20:44:05.128Z | [ recovery-image] Aug 08 20:44:03.853 INFO E| Compiling clap_lex v0.7.0 |
8207 | 2024-08-08T20:44:05.349Z | [ recovery-image] Aug 08 20:44:04.076 INFO E| Compiling anstyle-parse v0.2.3 |
8208 | 2024-08-08T20:44:05.365Z | [ recovery-image] Aug 08 20:44:04.092 INFO E| Compiling heck v0.5.0 |
8209 | 2024-08-08T20:44:05.365Z | [ recovery-image] Aug 08 20:44:04.092 INFO E| Compiling strsim v0.11.0 |
8210 | 2024-08-08T20:44:05.367Z | [ recovery-image] Aug 08 20:44:04.092 INFO E| Compiling once_cell v1.19.0 |
8211 | 2024-08-08T20:44:05.715Z | [ recovery-image] Aug 08 20:44:04.443 INFO E| Compiling anstream v0.6.13 |
8212 | 2024-08-08T20:44:06.130Z | [ recovery-image] Aug 08 20:44:04.857 INFO E| Compiling clap_builder v4.5.2 |
8213 | 2024-08-08T20:44:06.628Z | [ recovery-image] Aug 08 20:44:05.355 INFO E| Compiling quote v1.0.35 |
8214 | 2024-08-08T20:44:06.638Z | [ recovery-image] Aug 08 20:44:05.365 INFO E| Compiling shared_child v1.0.0 |
8215 | 2024-08-08T20:44:06.638Z | [ recovery-image] Aug 08 20:44:05.365 INFO E| Compiling os_pipe v1.1.5 |
8216 | 2024-08-08T20:44:06.773Z | [ recovery-image] Aug 08 20:44:05.501 INFO E| Compiling duct v0.13.7 |
8217 | 2024-08-08T20:44:06.963Z | [ recovery-image] Aug 08 20:44:05.690 INFO E| Compiling syn v2.0.53 |
8218 | 2024-08-08T20:44:08.725Z | [ host-image] Aug 08 20:44:07.452 INFO O| seeding SMF database... |
8219 | 2024-08-08T20:44:12.341Z | [ recovery-image] Aug 08 20:44:11.067 INFO E| Compiling clap_derive v4.5.3 |
8220 | 2024-08-08T20:44:14.484Z | [ recovery-image] Aug 08 20:44:13.209 INFO E| Compiling clap v4.5.3 |
8221 | 2024-08-08T20:44:14.536Z | [ recovery-image] Aug 08 20:44:13.262 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8222 | 2024-08-08T20:44:15.687Z | [ recovery-image] Aug 08 20:44:14.412 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.04s |
8223 | 2024-08-08T20:44:15.696Z | [ recovery-image] Aug 08 20:44:14.421 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8224 | 2024-08-08T20:44:15.809Z | [ recovery-image] Aug 08 20:44:14.534 INFO E| Updating crates.io index |
8225 | 2024-08-08T20:44:15.967Z | [ recovery-image] Aug 08 20:44:14.692 INFO E| Downloading crates ... |
8226 | 2024-08-08T20:44:16.052Z | [ recovery-image] Aug 08 20:44:14.776 INFO E| Downloaded bit_field v0.10.2 |
8227 | 2024-08-08T20:44:16.055Z | [ recovery-image] Aug 08 20:44:14.779 INFO E| Downloaded cpio_reader v0.1.1 |
8228 | 2024-08-08T20:44:16.058Z | [ recovery-image] Aug 08 20:44:14.781 INFO E| Downloaded seq-macro v0.3.5 |
8229 | 2024-08-08T20:44:16.070Z | [ recovery-image] Aug 08 20:44:14.795 INFO E| Downloaded raw-cpuid v10.7.0 |
8230 | 2024-08-08T20:44:16.089Z | [ recovery-image] Aug 08 20:44:14.814 INFO E| Downloaded goblin v0.8.0 |
8231 | 2024-08-08T20:44:16.221Z | [ recovery-image] Aug 08 20:44:14.946 INFO E| Downloaded x86 v0.52.0 |
8232 | 2024-08-08T20:44:16.290Z | [ recovery-image] Aug 08 20:44:15.015 INFO E| Updating crates.io index |
8233 | 2024-08-08T20:44:16.339Z | [ recovery-image] Aug 08 20:44:15.064 INFO E| Downloading crates ... |
8234 | 2024-08-08T20:44:16.387Z | [ recovery-image] Aug 08 20:44:15.112 INFO E| Downloaded rustc-demangle v0.1.23 |
8235 | 2024-08-08T20:44:16.390Z | [ recovery-image] Aug 08 20:44:15.114 INFO E| Downloaded allocator-api2 v0.2.16 |
8236 | 2024-08-08T20:44:16.400Z | [ recovery-image] Aug 08 20:44:15.125 INFO E| Downloaded compiler_builtins v0.1.108 |
8237 | 2024-08-08T20:44:16.466Z | [ recovery-image] Aug 08 20:44:15.191 INFO E| Compiling compiler_builtins v0.1.108 |
8238 | 2024-08-08T20:44:16.466Z | [ recovery-image] Aug 08 20:44:15.191 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8239 | 2024-08-08T20:44:16.469Z | [ recovery-image] Aug 08 20:44:15.191 INFO E| Compiling proc-macro2 v1.0.79 |
8240 | 2024-08-08T20:44:16.469Z | [ recovery-image] Aug 08 20:44:15.191 INFO E| Compiling unicode-ident v1.0.12 |
8241 | 2024-08-08T20:44:16.469Z | [ recovery-image] Aug 08 20:44:15.191 INFO E| Compiling syn v1.0.109 |
8242 | 2024-08-08T20:44:16.469Z | [ recovery-image] Aug 08 20:44:15.191 INFO E| Compiling x86 v0.52.0 |
8243 | 2024-08-08T20:44:16.469Z | [ recovery-image] Aug 08 20:44:15.191 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8244 | 2024-08-08T20:44:16.469Z | [ recovery-image] Aug 08 20:44:15.191 INFO E| Compiling seq-macro v0.3.5 |
8245 | 2024-08-08T20:44:17.351Z | [ host-image] Aug 08 20:44:16.075 INFO O| configuring SMF profile... |
8246 | 2024-08-08T20:44:17.351Z | [ host-image] Aug 08 20:44:16.075 INFO O| modifying shadow(5)... |
8247 | 2024-08-08T20:44:17.354Z | [ host-image] Aug 08 20:44:16.075 INFO O| loading user and group database... |
8248 | 2024-08-08T20:44:17.354Z | [ host-image] Aug 08 20:44:16.076 INFO O| assessing packaged files... |
8249 | 2024-08-08T20:44:17.572Z | [ recovery-image] Aug 08 20:44:16.296 INFO E| Compiling quote v1.0.35 |
8250 | 2024-08-08T20:44:17.881Z | [ recovery-image] Aug 08 20:44:16.605 INFO E| Compiling syn v2.0.53 |
8251 | 2024-08-08T20:44:20.004Z | [ host-image] Aug 08 20:44:18.728 INFO O| creating archive... |
8252 | 2024-08-08T20:44:20.038Z | [ host-image] Aug 08 20:44:18.761 INFO O| missing from packaging: |
8253 | 2024-08-08T20:44:20.038Z | [ host-image] Aug 08 20:44:18.761 INFO O| "etc/.pwd.lock" |
8254 | 2024-08-08T20:44:20.041Z | [ host-image] Aug 08 20:44:18.761 INFO O| "etc/bash" |
8255 | 2024-08-08T20:44:20.046Z | [ host-image] Aug 08 20:44:18.770 INFO O| "etc/svc/profile/generic.xml" |
8256 | 2024-08-08T20:44:20.046Z | [ host-image] Aug 08 20:44:18.770 INFO O| "etc/svc/profile/inetd_services.xml" |
8257 | 2024-08-08T20:44:20.049Z | [ host-image] Aug 08 20:44:18.770 INFO O| "etc/svc/profile/name_service.xml" |
8258 | 2024-08-08T20:44:20.049Z | [ host-image] Aug 08 20:44:18.770 INFO O| "etc/svc/profile/platform.xml" |
8259 | 2024-08-08T20:44:20.049Z | [ host-image] Aug 08 20:44:18.770 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8260 | 2024-08-08T20:44:20.049Z | [ host-image] Aug 08 20:44:18.770 INFO O| "etc/svc/repository.db" |
8261 | 2024-08-08T20:44:20.063Z | [ host-image] Aug 08 20:44:18.786 INFO O| "opt/ooce/share" |
8262 | 2024-08-08T20:44:20.063Z | [ host-image] Aug 08 20:44:18.786 INFO O| "opt/ooce/share/man" |
8263 | 2024-08-08T20:44:20.066Z | [ host-image] Aug 08 20:44:18.786 INFO O| "opt/ooce/share/man/man1" |
8264 | 2024-08-08T20:44:20.077Z | [ host-image] Aug 08 20:44:18.801 INFO O| finishing archive... |
8265 | 2024-08-08T20:44:21.159Z | [ recovery-image] Aug 08 20:44:19.882 INFO E| Compiling scroll_derive v0.12.0 |
8266 | 2024-08-08T20:44:23.176Z | [ host-image] Aug 08 20:44:21.898 INFO O| creating gzonly manifest... |
8267 | 2024-08-08T20:44:23.196Z | [ host-image] Aug 08 20:44:21.919 INFO O| ok |
8268 | 2024-08-08T20:44:23.330Z | [ host-image] Aug 08 20:44:22.053 INFO image builder template: ramdisk-02-trim... |
8269 | 2024-08-08T20:44:23.330Z | [ host-image] Aug 08 20:44:22.053 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/.tmpnXysWF/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 |
8270 | 2024-08-08T20:44:23.356Z | [ host-image] Aug 08 20:44:22.079 INFO O| Aug 08 20:44:22.079 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8271 | 2024-08-08T20:44:23.361Z | [ host-image] Aug 08 20:44:22.084 INFO O| Aug 08 20:44:22.084 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8272 | 2024-08-08T20:44:23.444Z | [ host-image] Aug 08 20:44:22.167 INFO O| Aug 08 20:44:22.167 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8273 | 2024-08-08T20:44:23.503Z | [ host-image] Aug 08 20:44:22.225 INFO O| Aug 08 20:44:22.225 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8274 | 2024-08-08T20:44:23.506Z | [ host-image] Aug 08 20:44:22.225 INFO O| Aug 08 20:44:22.225 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8275 | 2024-08-08T20:44:23.511Z | [ host-image] Aug 08 20:44:22.234 INFO O| Aug 08 20:44:22.233 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8276 | 2024-08-08T20:44:23.517Z | [ host-image] Aug 08 20:44:22.240 INFO O| Aug 08 20:44:22.240 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8277 | 2024-08-08T20:44:23.525Z | [ host-image] Aug 08 20:44:22.246 INFO O| Aug 08 20:44:22.246 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8278 | 2024-08-08T20:44:23.807Z | [ host-image] Aug 08 20:44:22.529 INFO O| Aug 08 20:44:22.529 INFO rolled back to input snapshot; work may begin |
8279 | 2024-08-08T20:44:23.807Z | [ host-image] Aug 08 20:44:22.529 INFO O| Aug 08 20:44:22.529 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8280 | 2024-08-08T20:44:23.809Z | [ recovery-image] Aug 08 20:44:22.530 INFO E| Compiling bitstruct_derive v0.1.0 |
8281 | 2024-08-08T20:44:23.813Z | [ host-image] Aug 08 20:44:22.535 INFO O| Aug 08 20:44:22.535 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8282 | 2024-08-08T20:44:23.824Z | [ host-image] Aug 08 20:44:22.546 INFO O| Aug 08 20:44:22.546 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8283 | 2024-08-08T20:44:23.870Z | [ host-image] Aug 08 20:44:22.592 INFO O| Aug 08 20:44:22.592 INFO STEP 0 (remove_files) COMPLETE |
8284 | 2024-08-08T20:44:23.870Z | [ host-image] Aug 08 20:44:22.592 INFO O| Aug 08 20:44:22.592 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8285 | 2024-08-08T20:44:23.887Z | [ host-image] Aug 08 20:44:22.608 INFO O| Aug 08 20:44:22.608 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8286 | 2024-08-08T20:44:23.891Z | [ host-image] Aug 08 20:44:22.612 INFO O| Aug 08 20:44:22.612 INFO STEP 1 (remove_files) COMPLETE |
8287 | 2024-08-08T20:44:23.891Z | [ host-image] Aug 08 20:44:22.612 INFO O| Aug 08 20:44:22.612 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8288 | 2024-08-08T20:44:23.904Z | [ host-image] Aug 08 20:44:22.627 INFO O| Aug 08 20:44:22.627 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8289 | 2024-08-08T20:44:23.918Z | [ host-image] Aug 08 20:44:22.640 INFO O| Aug 08 20:44:22.640 INFO STEP 2 (remove_files) COMPLETE |
8290 | 2024-08-08T20:44:23.918Z | [ host-image] Aug 08 20:44:22.640 INFO O| Aug 08 20:44:22.640 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8291 | 2024-08-08T20:44:23.929Z | [ host-image] Aug 08 20:44:22.651 INFO O| Aug 08 20:44:22.651 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8292 | 2024-08-08T20:44:23.932Z | [ host-image] Aug 08 20:44:22.653 INFO O| Aug 08 20:44:22.653 INFO STEP 3 (remove_files) COMPLETE |
8293 | 2024-08-08T20:44:23.932Z | [ host-image] Aug 08 20:44:22.653 INFO O| Aug 08 20:44:22.653 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8294 | 2024-08-08T20:44:23.945Z | [ host-image] Aug 08 20:44:22.668 INFO O| Aug 08 20:44:22.668 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8295 | 2024-08-08T20:44:23.949Z | [ host-image] Aug 08 20:44:22.671 INFO O| Aug 08 20:44:22.671 INFO STEP 4 (remove_files) COMPLETE |
8296 | 2024-08-08T20:44:23.949Z | [ host-image] Aug 08 20:44:22.671 INFO O| Aug 08 20:44:22.671 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8297 | 2024-08-08T20:44:23.960Z | [ host-image] Aug 08 20:44:22.682 INFO O| Aug 08 20:44:22.682 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8298 | 2024-08-08T20:44:23.962Z | [ host-image] Aug 08 20:44:22.685 INFO O| Aug 08 20:44:22.685 INFO STEP 5 (remove_files) COMPLETE |
8299 | 2024-08-08T20:44:23.963Z | [ host-image] Aug 08 20:44:22.685 INFO O| Aug 08 20:44:22.685 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8300 | 2024-08-08T20:44:23.975Z | [ host-image] Aug 08 20:44:22.697 INFO O| Aug 08 20:44:22.697 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8301 | 2024-08-08T20:44:23.984Z | [ host-image] Aug 08 20:44:22.707 INFO O| Aug 08 20:44:22.707 INFO STEP 6 (remove_files) COMPLETE |
8302 | 2024-08-08T20:44:23.984Z | [ host-image] Aug 08 20:44:22.707 INFO O| Aug 08 20:44:22.707 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8303 | 2024-08-08T20:44:23.995Z | [ host-image] Aug 08 20:44:22.718 INFO O| Aug 08 20:44:22.718 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8304 | 2024-08-08T20:44:24.008Z | [ host-image] Aug 08 20:44:22.730 INFO O| Aug 08 20:44:22.730 INFO STEP 7 (remove_files) COMPLETE |
8305 | 2024-08-08T20:44:24.011Z | [ host-image] Aug 08 20:44:22.730 INFO O| Aug 08 20:44:22.730 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8306 | 2024-08-08T20:44:24.019Z | [ host-image] Aug 08 20:44:22.741 INFO O| Aug 08 20:44:22.741 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8307 | 2024-08-08T20:44:24.104Z | [ host-image] Aug 08 20:44:22.826 INFO O| Aug 08 20:44:22.826 INFO STEP 8 (remove_files) COMPLETE |
8308 | 2024-08-08T20:44:24.104Z | [ host-image] Aug 08 20:44:22.826 INFO O| Aug 08 20:44:22.826 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8309 | 2024-08-08T20:44:24.116Z | [ host-image] Aug 08 20:44:22.839 INFO O| Aug 08 20:44:22.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8310 | 2024-08-08T20:44:24.240Z | [ host-image] Aug 08 20:44:22.962 INFO O| Aug 08 20:44:22.962 INFO STEP 9 (remove_files) COMPLETE |
8311 | 2024-08-08T20:44:24.240Z | [ host-image] Aug 08 20:44:22.962 INFO O| Aug 08 20:44:22.962 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8312 | 2024-08-08T20:44:24.254Z | [ host-image] Aug 08 20:44:22.976 INFO O| Aug 08 20:44:22.976 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8313 | 2024-08-08T20:44:24.257Z | [ host-image] Aug 08 20:44:22.980 INFO O| Aug 08 20:44:22.979 INFO STEP 10 (remove_files) COMPLETE |
8314 | 2024-08-08T20:44:24.257Z | [ host-image] Aug 08 20:44:22.980 INFO O| Aug 08 20:44:22.979 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8315 | 2024-08-08T20:44:24.268Z | [ host-image] Aug 08 20:44:22.990 INFO O| Aug 08 20:44:22.990 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8316 | 2024-08-08T20:44:24.271Z | [ host-image] Aug 08 20:44:22.991 INFO O| Aug 08 20:44:22.991 INFO STEP 11 (remove_files) COMPLETE |
8317 | 2024-08-08T20:44:24.271Z | [ host-image] Aug 08 20:44:22.991 INFO O| Aug 08 20:44:22.991 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8318 | 2024-08-08T20:44:24.279Z | [ host-image] Aug 08 20:44:23.002 INFO O| Aug 08 20:44:23.002 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8319 | 2024-08-08T20:44:24.282Z | [ host-image] Aug 08 20:44:23.004 INFO O| Aug 08 20:44:23.004 INFO STEP 12 (remove_files) COMPLETE |
8320 | 2024-08-08T20:44:24.282Z | [ host-image] Aug 08 20:44:23.004 INFO O| Aug 08 20:44:23.004 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8321 | 2024-08-08T20:44:24.553Z | [ host-image] Aug 08 20:44:23.275 INFO O| Aug 08 20:44:23.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8322 | 2024-08-08T20:44:24.556Z | [ host-image] Aug 08 20:44:23.276 INFO O| Aug 08 20:44:23.276 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8323 | 2024-08-08T20:44:24.559Z | [ host-image] Aug 08 20:44:23.280 INFO O| Aug 08 20:44:23.280 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8324 | 2024-08-08T20:44:24.579Z | [ host-image] Aug 08 20:44:23.301 INFO O| Aug 08 20:44:23.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8325 | 2024-08-08T20:44:24.673Z | [ host-image] Aug 08 20:44:23.394 INFO O| Aug 08 20:44:23.394 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8326 | 2024-08-08T20:44:24.684Z | [ host-image] Aug 08 20:44:23.406 INFO O| Aug 08 20:44:23.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8327 | 2024-08-08T20:44:24.684Z | [ host-image] Aug 08 20:44:23.406 INFO O| Aug 08 20:44:23.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8328 | 2024-08-08T20:44:24.687Z | [ host-image] Aug 08 20:44:23.406 INFO O| Aug 08 20:44:23.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8329 | 2024-08-08T20:44:24.687Z | [ host-image] Aug 08 20:44:23.406 INFO O| Aug 08 20:44:23.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8330 | 2024-08-08T20:44:24.687Z | [ host-image] Aug 08 20:44:23.406 INFO O| Aug 08 20:44:23.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8331 | 2024-08-08T20:44:24.687Z | [ host-image] Aug 08 20:44:23.407 INFO O| Aug 08 20:44:23.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8332 | 2024-08-08T20:44:24.687Z | [ host-image] Aug 08 20:44:23.407 INFO O| Aug 08 20:44:23.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8333 | 2024-08-08T20:44:24.687Z | [ host-image] Aug 08 20:44:23.407 INFO O| Aug 08 20:44:23.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8334 | 2024-08-08T20:44:24.687Z | [ host-image] Aug 08 20:44:23.407 INFO O| Aug 08 20:44:23.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8335 | 2024-08-08T20:44:24.687Z | [ host-image] Aug 08 20:44:23.407 INFO O| Aug 08 20:44:23.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8336 | 2024-08-08T20:44:24.687Z | [ host-image] Aug 08 20:44:23.407 INFO O| Aug 08 20:44:23.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8337 | 2024-08-08T20:44:24.687Z | [ host-image] Aug 08 20:44:23.407 INFO O| Aug 08 20:44:23.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8338 | 2024-08-08T20:44:24.688Z | [ host-image] Aug 08 20:44:23.408 INFO O| Aug 08 20:44:23.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8339 | 2024-08-08T20:44:24.688Z | [ host-image] Aug 08 20:44:23.408 INFO O| Aug 08 20:44:23.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8340 | 2024-08-08T20:44:24.688Z | [ host-image] Aug 08 20:44:23.408 INFO O| Aug 08 20:44:23.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8341 | 2024-08-08T20:44:24.688Z | [ host-image] Aug 08 20:44:23.408 INFO O| Aug 08 20:44:23.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8342 | 2024-08-08T20:44:24.688Z | [ host-image] Aug 08 20:44:23.409 INFO O| Aug 08 20:44:23.409 INFO STEP 13 (remove_files) COMPLETE |
8343 | 2024-08-08T20:44:24.688Z | [ host-image] Aug 08 20:44:23.409 INFO O| Aug 08 20:44:23.409 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8344 | 2024-08-08T20:44:24.698Z | [ host-image] Aug 08 20:44:23.421 INFO O| Aug 08 20:44:23.420 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8345 | 2024-08-08T20:44:24.701Z | [ host-image] Aug 08 20:44:23.422 INFO O| Aug 08 20:44:23.422 INFO STEP 14 (remove_files) COMPLETE |
8346 | 2024-08-08T20:44:24.702Z | [ host-image] Aug 08 20:44:23.422 INFO O| Aug 08 20:44:23.422 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8347 | 2024-08-08T20:44:24.710Z | [ host-image] Aug 08 20:44:23.432 INFO O| Aug 08 20:44:23.432 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8348 | 2024-08-08T20:44:24.717Z | [ host-image] Aug 08 20:44:23.439 INFO O| Aug 08 20:44:23.439 INFO STEP 15 (remove_files) COMPLETE |
8349 | 2024-08-08T20:44:24.717Z | [ host-image] Aug 08 20:44:23.439 INFO O| Aug 08 20:44:23.439 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8350 | 2024-08-08T20:44:24.727Z | [ host-image] Aug 08 20:44:23.449 INFO O| Aug 08 20:44:23.449 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8351 | 2024-08-08T20:44:24.730Z | [ host-image] Aug 08 20:44:23.449 INFO O| Aug 08 20:44:23.449 INFO STEP 16 (remove_files) COMPLETE |
8352 | 2024-08-08T20:44:24.730Z | [ host-image] Aug 08 20:44:23.449 INFO O| Aug 08 20:44:23.449 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8353 | 2024-08-08T20:44:24.737Z | [ host-image] Aug 08 20:44:23.459 INFO O| Aug 08 20:44:23.459 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8354 | 2024-08-08T20:44:24.739Z | [ host-image] Aug 08 20:44:23.460 INFO O| Aug 08 20:44:23.460 INFO STEP 17 (remove_files) COMPLETE |
8355 | 2024-08-08T20:44:24.739Z | [ host-image] Aug 08 20:44:23.460 INFO O| Aug 08 20:44:23.460 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8356 | 2024-08-08T20:44:24.748Z | [ host-image] Aug 08 20:44:23.470 INFO O| Aug 08 20:44:23.470 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8357 | 2024-08-08T20:44:24.751Z | [ host-image] Aug 08 20:44:23.470 INFO O| Aug 08 20:44:23.470 INFO STEP 18 (remove_files) COMPLETE |
8358 | 2024-08-08T20:44:24.751Z | [ host-image] Aug 08 20:44:23.470 INFO O| Aug 08 20:44:23.470 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8359 | 2024-08-08T20:44:24.757Z | [ host-image] Aug 08 20:44:23.479 INFO O| Aug 08 20:44:23.479 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8360 | 2024-08-08T20:44:24.760Z | [ host-image] Aug 08 20:44:23.480 INFO O| Aug 08 20:44:23.480 INFO STEP 19 (remove_files) COMPLETE |
8361 | 2024-08-08T20:44:24.760Z | [ host-image] Aug 08 20:44:23.480 INFO O| Aug 08 20:44:23.480 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8362 | 2024-08-08T20:44:24.767Z | [ host-image] Aug 08 20:44:23.489 INFO O| Aug 08 20:44:23.489 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8363 | 2024-08-08T20:44:24.767Z | [ host-image] Aug 08 20:44:23.489 INFO O| Aug 08 20:44:23.489 INFO STEP 20 (remove_files) COMPLETE |
8364 | 2024-08-08T20:44:24.770Z | [ host-image] Aug 08 20:44:23.489 INFO O| Aug 08 20:44:23.489 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8365 | 2024-08-08T20:44:24.777Z | [ host-image] Aug 08 20:44:23.499 INFO O| Aug 08 20:44:23.499 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8366 | 2024-08-08T20:44:24.777Z | [ host-image] Aug 08 20:44:23.499 INFO O| Aug 08 20:44:23.499 INFO STEP 21 (remove_files) COMPLETE |
8367 | 2024-08-08T20:44:24.780Z | [ host-image] Aug 08 20:44:23.499 INFO O| Aug 08 20:44:23.499 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8368 | 2024-08-08T20:44:24.786Z | [ host-image] Aug 08 20:44:23.508 INFO O| Aug 08 20:44:23.508 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8369 | 2024-08-08T20:44:24.789Z | [ host-image] Aug 08 20:44:23.509 INFO O| Aug 08 20:44:23.509 INFO STEP 22 (remove_files) COMPLETE |
8370 | 2024-08-08T20:44:24.789Z | [ host-image] Aug 08 20:44:23.509 INFO O| Aug 08 20:44:23.509 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8371 | 2024-08-08T20:44:24.796Z | [ host-image] Aug 08 20:44:23.518 INFO O| Aug 08 20:44:23.518 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8372 | 2024-08-08T20:44:24.799Z | [ host-image] Aug 08 20:44:23.518 INFO O| Aug 08 20:44:23.518 INFO STEP 23 (remove_files) COMPLETE |
8373 | 2024-08-08T20:44:24.799Z | [ host-image] Aug 08 20:44:23.518 INFO O| Aug 08 20:44:23.518 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8374 | 2024-08-08T20:44:24.807Z | [ host-image] Aug 08 20:44:23.529 INFO O| Aug 08 20:44:23.529 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8375 | 2024-08-08T20:44:24.807Z | [ host-image] Aug 08 20:44:23.529 INFO O| Aug 08 20:44:23.529 INFO STEP 24 (remove_files) COMPLETE |
8376 | 2024-08-08T20:44:24.807Z | [ host-image] Aug 08 20:44:23.529 INFO O| Aug 08 20:44:23.529 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8377 | 2024-08-08T20:44:24.816Z | [ host-image] Aug 08 20:44:23.538 INFO O| Aug 08 20:44:23.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8378 | 2024-08-08T20:44:24.816Z | [ host-image] Aug 08 20:44:23.538 INFO O| Aug 08 20:44:23.538 INFO STEP 25 (remove_files) COMPLETE |
8379 | 2024-08-08T20:44:24.816Z | [ host-image] Aug 08 20:44:23.538 INFO O| Aug 08 20:44:23.538 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8380 | 2024-08-08T20:44:24.826Z | [ host-image] Aug 08 20:44:23.548 INFO O| Aug 08 20:44:23.548 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8381 | 2024-08-08T20:44:24.826Z | [ host-image] Aug 08 20:44:23.548 INFO O| Aug 08 20:44:23.548 INFO STEP 26 (remove_files) COMPLETE |
8382 | 2024-08-08T20:44:24.829Z | [ host-image] Aug 08 20:44:23.548 INFO O| Aug 08 20:44:23.548 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8383 | 2024-08-08T20:44:24.835Z | [ host-image] Aug 08 20:44:23.557 INFO O| Aug 08 20:44:23.557 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8384 | 2024-08-08T20:44:24.835Z | [ host-image] Aug 08 20:44:23.557 INFO O| Aug 08 20:44:23.557 INFO STEP 27 (remove_files) COMPLETE |
8385 | 2024-08-08T20:44:24.838Z | [ host-image] Aug 08 20:44:23.557 INFO O| Aug 08 20:44:23.557 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8386 | 2024-08-08T20:44:24.844Z | [ host-image] Aug 08 20:44:23.566 INFO O| Aug 08 20:44:23.566 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8387 | 2024-08-08T20:44:24.847Z | [ host-image] Aug 08 20:44:23.567 INFO O| Aug 08 20:44:23.566 INFO STEP 28 (remove_files) COMPLETE |
8388 | 2024-08-08T20:44:24.847Z | [ host-image] Aug 08 20:44:23.567 INFO O| Aug 08 20:44:23.567 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8389 | 2024-08-08T20:44:24.854Z | [ host-image] Aug 08 20:44:23.576 INFO O| Aug 08 20:44:23.576 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8390 | 2024-08-08T20:44:24.854Z | [ host-image] Aug 08 20:44:23.576 INFO O| Aug 08 20:44:23.576 INFO STEP 29 (remove_files) COMPLETE |
8391 | 2024-08-08T20:44:24.859Z | [ host-image] Aug 08 20:44:23.576 INFO O| Aug 08 20:44:23.576 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8392 | 2024-08-08T20:44:24.863Z | [ host-image] Aug 08 20:44:23.585 INFO O| Aug 08 20:44:23.585 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8393 | 2024-08-08T20:44:24.866Z | [ host-image] Aug 08 20:44:23.585 INFO O| Aug 08 20:44:23.585 INFO STEP 30 (remove_files) COMPLETE |
8394 | 2024-08-08T20:44:24.867Z | [ host-image] Aug 08 20:44:23.585 INFO O| Aug 08 20:44:23.585 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8395 | 2024-08-08T20:44:24.872Z | [ host-image] Aug 08 20:44:23.594 INFO O| Aug 08 20:44:23.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8396 | 2024-08-08T20:44:24.872Z | [ host-image] Aug 08 20:44:23.594 INFO O| Aug 08 20:44:23.594 INFO STEP 31 (remove_files) COMPLETE |
8397 | 2024-08-08T20:44:24.876Z | [ host-image] Aug 08 20:44:23.595 INFO O| Aug 08 20:44:23.594 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8398 | 2024-08-08T20:44:24.882Z | [ host-image] Aug 08 20:44:23.604 INFO O| Aug 08 20:44:23.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8399 | 2024-08-08T20:44:24.885Z | [ host-image] Aug 08 20:44:23.604 INFO O| Aug 08 20:44:23.604 INFO STEP 32 (remove_files) COMPLETE |
8400 | 2024-08-08T20:44:24.885Z | [ host-image] Aug 08 20:44:23.604 INFO O| Aug 08 20:44:23.604 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8401 | 2024-08-08T20:44:24.891Z | [ host-image] Aug 08 20:44:23.613 INFO O| Aug 08 20:44:23.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8402 | 2024-08-08T20:44:24.894Z | [ host-image] Aug 08 20:44:23.613 INFO O| Aug 08 20:44:23.613 INFO STEP 33 (remove_files) COMPLETE |
8403 | 2024-08-08T20:44:24.894Z | [ host-image] Aug 08 20:44:23.613 INFO O| Aug 08 20:44:23.613 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8404 | 2024-08-08T20:44:24.900Z | [ host-image] Aug 08 20:44:23.622 INFO O| Aug 08 20:44:23.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8405 | 2024-08-08T20:44:24.900Z | [ host-image] Aug 08 20:44:23.623 INFO O| Aug 08 20:44:23.622 INFO STEP 34 (remove_files) COMPLETE |
8406 | 2024-08-08T20:44:24.903Z | [ host-image] Aug 08 20:44:23.623 INFO O| Aug 08 20:44:23.622 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8407 | 2024-08-08T20:44:24.910Z | [ host-image] Aug 08 20:44:23.632 INFO O| Aug 08 20:44:23.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8408 | 2024-08-08T20:44:24.910Z | [ host-image] Aug 08 20:44:23.632 INFO O| Aug 08 20:44:23.632 INFO STEP 35 (remove_files) COMPLETE |
8409 | 2024-08-08T20:44:24.912Z | [ host-image] Aug 08 20:44:23.632 INFO O| Aug 08 20:44:23.632 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8410 | 2024-08-08T20:44:24.919Z | [ host-image] Aug 08 20:44:23.641 INFO O| Aug 08 20:44:23.641 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8411 | 2024-08-08T20:44:24.919Z | [ host-image] Aug 08 20:44:23.641 INFO O| Aug 08 20:44:23.641 INFO STEP 36 (remove_files) COMPLETE |
8412 | 2024-08-08T20:44:24.923Z | [ host-image] Aug 08 20:44:23.641 INFO O| Aug 08 20:44:23.641 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8413 | 2024-08-08T20:44:24.928Z | [ host-image] Aug 08 20:44:23.651 INFO O| Aug 08 20:44:23.650 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8414 | 2024-08-08T20:44:24.928Z | [ host-image] Aug 08 20:44:23.651 INFO O| Aug 08 20:44:23.651 INFO STEP 37 (remove_files) COMPLETE |
8415 | 2024-08-08T20:44:24.931Z | [ host-image] Aug 08 20:44:23.651 INFO O| Aug 08 20:44:23.651 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8416 | 2024-08-08T20:44:24.938Z | [ host-image] Aug 08 20:44:23.660 INFO O| Aug 08 20:44:23.660 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8417 | 2024-08-08T20:44:24.938Z | [ host-image] Aug 08 20:44:23.660 INFO O| Aug 08 20:44:23.660 INFO STEP 38 (remove_files) COMPLETE |
8418 | 2024-08-08T20:44:24.938Z | [ host-image] Aug 08 20:44:23.660 INFO O| Aug 08 20:44:23.660 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8419 | 2024-08-08T20:44:24.947Z | [ host-image] Aug 08 20:44:23.669 INFO O| Aug 08 20:44:23.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8420 | 2024-08-08T20:44:24.947Z | [ host-image] Aug 08 20:44:23.669 INFO O| Aug 08 20:44:23.669 INFO STEP 39 (remove_files) COMPLETE |
8421 | 2024-08-08T20:44:24.950Z | [ host-image] Aug 08 20:44:23.669 INFO O| Aug 08 20:44:23.669 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8422 | 2024-08-08T20:44:24.957Z | [ host-image] Aug 08 20:44:23.679 INFO O| Aug 08 20:44:23.679 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8423 | 2024-08-08T20:44:24.957Z | [ host-image] Aug 08 20:44:23.679 INFO O| Aug 08 20:44:23.679 INFO STEP 40 (remove_files) COMPLETE |
8424 | 2024-08-08T20:44:24.961Z | [ host-image] Aug 08 20:44:23.679 INFO O| Aug 08 20:44:23.679 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8425 | 2024-08-08T20:44:24.967Z | [ host-image] Aug 08 20:44:23.688 INFO O| Aug 08 20:44:23.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8426 | 2024-08-08T20:44:24.967Z | [ host-image] Aug 08 20:44:23.688 INFO O| Aug 08 20:44:23.688 INFO STEP 41 (remove_files) COMPLETE |
8427 | 2024-08-08T20:44:24.967Z | [ host-image] Aug 08 20:44:23.688 INFO O| Aug 08 20:44:23.688 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8428 | 2024-08-08T20:44:24.975Z | [ host-image] Aug 08 20:44:23.697 INFO O| Aug 08 20:44:23.697 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8429 | 2024-08-08T20:44:24.978Z | [ host-image] Aug 08 20:44:23.697 INFO O| Aug 08 20:44:23.697 INFO STEP 42 (remove_files) COMPLETE |
8430 | 2024-08-08T20:44:24.979Z | [ host-image] Aug 08 20:44:23.698 INFO O| Aug 08 20:44:23.697 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8431 | 2024-08-08T20:44:24.985Z | [ host-image] Aug 08 20:44:23.707 INFO O| Aug 08 20:44:23.707 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8432 | 2024-08-08T20:44:24.985Z | [ host-image] Aug 08 20:44:23.707 INFO O| Aug 08 20:44:23.707 INFO STEP 43 (remove_files) COMPLETE |
8433 | 2024-08-08T20:44:24.988Z | [ host-image] Aug 08 20:44:23.707 INFO O| Aug 08 20:44:23.707 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8434 | 2024-08-08T20:44:24.995Z | [ host-image] Aug 08 20:44:23.716 INFO O| Aug 08 20:44:23.716 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8435 | 2024-08-08T20:44:24.995Z | [ host-image] Aug 08 20:44:23.716 INFO O| Aug 08 20:44:23.716 INFO STEP 44 (remove_files) COMPLETE |
8436 | 2024-08-08T20:44:24.995Z | [ host-image] Aug 08 20:44:23.716 INFO O| Aug 08 20:44:23.716 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8437 | 2024-08-08T20:44:25.004Z | [ host-image] Aug 08 20:44:23.726 INFO O| Aug 08 20:44:23.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8438 | 2024-08-08T20:44:25.004Z | [ host-image] Aug 08 20:44:23.726 INFO O| Aug 08 20:44:23.726 INFO STEP 45 (remove_files) COMPLETE |
8439 | 2024-08-08T20:44:25.006Z | [ host-image] Aug 08 20:44:23.726 INFO O| Aug 08 20:44:23.726 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8440 | 2024-08-08T20:44:25.013Z | [ host-image] Aug 08 20:44:23.735 INFO O| Aug 08 20:44:23.735 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8441 | 2024-08-08T20:44:25.013Z | [ host-image] Aug 08 20:44:23.735 INFO O| Aug 08 20:44:23.735 INFO STEP 46 (remove_files) COMPLETE |
8442 | 2024-08-08T20:44:25.017Z | [ host-image] Aug 08 20:44:23.735 INFO O| Aug 08 20:44:23.735 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8443 | 2024-08-08T20:44:25.022Z | [ host-image] Aug 08 20:44:23.744 INFO O| Aug 08 20:44:23.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8444 | 2024-08-08T20:44:25.022Z | [ host-image] Aug 08 20:44:23.744 INFO O| Aug 08 20:44:23.744 INFO STEP 47 (remove_files) COMPLETE |
8445 | 2024-08-08T20:44:25.025Z | [ host-image] Aug 08 20:44:23.744 INFO O| Aug 08 20:44:23.744 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8446 | 2024-08-08T20:44:25.032Z | [ host-image] Aug 08 20:44:23.754 INFO O| Aug 08 20:44:23.754 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8447 | 2024-08-08T20:44:25.032Z | [ host-image] Aug 08 20:44:23.754 INFO O| Aug 08 20:44:23.754 INFO STEP 48 (remove_files) COMPLETE |
8448 | 2024-08-08T20:44:25.034Z | [ host-image] Aug 08 20:44:23.754 INFO O| Aug 08 20:44:23.754 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8449 | 2024-08-08T20:44:25.041Z | [ host-image] Aug 08 20:44:23.763 INFO O| Aug 08 20:44:23.763 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8450 | 2024-08-08T20:44:25.045Z | [ host-image] Aug 08 20:44:23.763 INFO O| Aug 08 20:44:23.763 INFO STEP 49 (remove_files) COMPLETE |
8451 | 2024-08-08T20:44:25.045Z | [ host-image] Aug 08 20:44:23.763 INFO O| Aug 08 20:44:23.763 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8452 | 2024-08-08T20:44:25.051Z | [ host-image] Aug 08 20:44:23.773 INFO O| Aug 08 20:44:23.773 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8453 | 2024-08-08T20:44:25.051Z | [ host-image] Aug 08 20:44:23.773 INFO O| Aug 08 20:44:23.773 INFO STEP 50 (remove_files) COMPLETE |
8454 | 2024-08-08T20:44:25.054Z | [ host-image] Aug 08 20:44:23.773 INFO O| Aug 08 20:44:23.773 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8455 | 2024-08-08T20:44:25.060Z | [ host-image] Aug 08 20:44:23.782 INFO O| Aug 08 20:44:23.782 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8456 | 2024-08-08T20:44:25.063Z | [ host-image] Aug 08 20:44:23.782 INFO O| Aug 08 20:44:23.782 INFO STEP 51 (remove_files) COMPLETE |
8457 | 2024-08-08T20:44:25.063Z | [ host-image] Aug 08 20:44:23.782 INFO O| Aug 08 20:44:23.782 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8458 | 2024-08-08T20:44:25.069Z | [ host-image] Aug 08 20:44:23.791 INFO O| Aug 08 20:44:23.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8459 | 2024-08-08T20:44:25.069Z | [ host-image] Aug 08 20:44:23.791 INFO O| Aug 08 20:44:23.791 INFO STEP 52 (remove_files) COMPLETE |
8460 | 2024-08-08T20:44:25.072Z | [ host-image] Aug 08 20:44:23.791 INFO O| Aug 08 20:44:23.791 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8461 | 2024-08-08T20:44:25.079Z | [ host-image] Aug 08 20:44:23.801 INFO O| Aug 08 20:44:23.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8462 | 2024-08-08T20:44:25.079Z | [ host-image] Aug 08 20:44:23.802 INFO O| Aug 08 20:44:23.801 INFO STEP 53 (remove_files) COMPLETE |
8463 | 2024-08-08T20:44:25.082Z | [ host-image] Aug 08 20:44:23.802 INFO O| Aug 08 20:44:23.802 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8464 | 2024-08-08T20:44:25.090Z | [ host-image] Aug 08 20:44:23.811 INFO O| Aug 08 20:44:23.811 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8465 | 2024-08-08T20:44:25.090Z | [ host-image] Aug 08 20:44:23.811 INFO O| Aug 08 20:44:23.811 INFO STEP 54 (remove_files) COMPLETE |
8466 | 2024-08-08T20:44:25.090Z | [ host-image] Aug 08 20:44:23.811 INFO O| Aug 08 20:44:23.811 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8467 | 2024-08-08T20:44:25.098Z | [ host-image] Aug 08 20:44:23.821 INFO O| Aug 08 20:44:23.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8468 | 2024-08-08T20:44:25.098Z | [ host-image] Aug 08 20:44:23.821 INFO O| Aug 08 20:44:23.821 INFO STEP 55 (remove_files) COMPLETE |
8469 | 2024-08-08T20:44:25.102Z | [ host-image] Aug 08 20:44:23.821 INFO O| Aug 08 20:44:23.821 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8470 | 2024-08-08T20:44:25.108Z | [ host-image] Aug 08 20:44:23.830 INFO O| Aug 08 20:44:23.830 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8471 | 2024-08-08T20:44:25.108Z | [ host-image] Aug 08 20:44:23.830 INFO O| Aug 08 20:44:23.830 INFO STEP 56 (remove_files) COMPLETE |
8472 | 2024-08-08T20:44:25.108Z | [ host-image] Aug 08 20:44:23.830 INFO O| Aug 08 20:44:23.830 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8473 | 2024-08-08T20:44:25.117Z | [ host-image] Aug 08 20:44:23.839 INFO O| Aug 08 20:44:23.839 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8474 | 2024-08-08T20:44:25.117Z | [ host-image] Aug 08 20:44:23.840 INFO O| Aug 08 20:44:23.840 INFO STEP 57 (remove_files) COMPLETE |
8475 | 2024-08-08T20:44:25.117Z | [ host-image] Aug 08 20:44:23.840 INFO O| Aug 08 20:44:23.840 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8476 | 2024-08-08T20:44:25.127Z | [ host-image] Aug 08 20:44:23.849 INFO O| Aug 08 20:44:23.849 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8477 | 2024-08-08T20:44:25.127Z | [ host-image] Aug 08 20:44:23.849 INFO O| Aug 08 20:44:23.849 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8478 | 2024-08-08T20:44:25.131Z | [ host-image] Aug 08 20:44:23.849 INFO O| Aug 08 20:44:23.849 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8479 | 2024-08-08T20:44:25.131Z | [ host-image] Aug 08 20:44:23.849 INFO O| Aug 08 20:44:23.849 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8480 | 2024-08-08T20:44:25.131Z | [ host-image] Aug 08 20:44:23.849 INFO O| Aug 08 20:44:23.849 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8481 | 2024-08-08T20:44:25.131Z | [ host-image] Aug 08 20:44:23.850 INFO O| Aug 08 20:44:23.849 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8482 | 2024-08-08T20:44:25.131Z | [ host-image] Aug 08 20:44:23.850 INFO O| Aug 08 20:44:23.850 INFO ok! |
8483 | 2024-08-08T20:44:25.131Z | [ host-image] Aug 08 20:44:23.850 INFO O| Aug 08 20:44:23.850 INFO STEP 58 (ensure_file) COMPLETE |
8484 | 2024-08-08T20:44:25.131Z | [ host-image] Aug 08 20:44:23.850 INFO O| Aug 08 20:44:23.850 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8485 | 2024-08-08T20:44:25.137Z | [ host-image] Aug 08 20:44:23.859 INFO O| Aug 08 20:44:23.859 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8486 | 2024-08-08T20:44:25.137Z | [ host-image] Aug 08 20:44:23.859 INFO O| Aug 08 20:44:23.859 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8487 | 2024-08-08T20:44:25.140Z | [ host-image] Aug 08 20:44:23.860 INFO O| Aug 08 20:44:23.859 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8488 | 2024-08-08T20:44:25.140Z | [ host-image] Aug 08 20:44:23.860 INFO O| Aug 08 20:44:23.860 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8489 | 2024-08-08T20:44:25.140Z | [ host-image] Aug 08 20:44:23.860 INFO O| Aug 08 20:44:23.860 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8490 | 2024-08-08T20:44:25.140Z | [ host-image] Aug 08 20:44:23.860 INFO O| Aug 08 20:44:23.860 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8491 | 2024-08-08T20:44:25.140Z | [ host-image] Aug 08 20:44:23.860 INFO O| Aug 08 20:44:23.860 INFO ok! |
8492 | 2024-08-08T20:44:25.140Z | [ host-image] Aug 08 20:44:23.860 INFO O| Aug 08 20:44:23.860 INFO STEP 59 (ensure_file) COMPLETE |
8493 | 2024-08-08T20:44:25.140Z | [ host-image] Aug 08 20:44:23.860 INFO O| Aug 08 20:44:23.860 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8494 | 2024-08-08T20:44:25.147Z | [ host-image] Aug 08 20:44:23.869 INFO O| Aug 08 20:44:23.869 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8495 | 2024-08-08T20:44:25.147Z | [ host-image] Aug 08 20:44:23.869 INFO O| Aug 08 20:44:23.869 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8496 | 2024-08-08T20:44:25.150Z | [ host-image] Aug 08 20:44:23.869 INFO O| Aug 08 20:44:23.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8497 | 2024-08-08T20:44:25.150Z | [ host-image] Aug 08 20:44:23.869 INFO O| Aug 08 20:44:23.869 INFO ok! |
8498 | 2024-08-08T20:44:25.150Z | [ host-image] Aug 08 20:44:23.869 INFO O| Aug 08 20:44:23.869 INFO STEP 60 (ensure_file) COMPLETE |
8499 | 2024-08-08T20:44:25.150Z | [ host-image] Aug 08 20:44:23.870 INFO O| Aug 08 20:44:23.869 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8500 | 2024-08-08T20:44:25.157Z | [ host-image] Aug 08 20:44:23.879 INFO O| Aug 08 20:44:23.879 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8501 | 2024-08-08T20:44:25.157Z | [ host-image] Aug 08 20:44:23.879 INFO O| Aug 08 20:44:23.879 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8502 | 2024-08-08T20:44:25.160Z | [ host-image] Aug 08 20:44:23.879 INFO O| Aug 08 20:44:23.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8503 | 2024-08-08T20:44:25.160Z | [ host-image] Aug 08 20:44:23.879 INFO O| Aug 08 20:44:23.879 INFO ok! |
8504 | 2024-08-08T20:44:25.160Z | [ host-image] Aug 08 20:44:23.879 INFO O| Aug 08 20:44:23.879 INFO STEP 61 (ensure_file) COMPLETE |
8505 | 2024-08-08T20:44:25.160Z | [ host-image] Aug 08 20:44:23.879 INFO O| Aug 08 20:44:23.879 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8506 | 2024-08-08T20:44:25.167Z | [ host-image] Aug 08 20:44:23.889 INFO O| Aug 08 20:44:23.889 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8507 | 2024-08-08T20:44:25.167Z | [ host-image] Aug 08 20:44:23.889 INFO O| Aug 08 20:44:23.889 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8508 | 2024-08-08T20:44:25.170Z | [ host-image] Aug 08 20:44:23.889 INFO O| Aug 08 20:44:23.889 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8509 | 2024-08-08T20:44:25.170Z | [ host-image] Aug 08 20:44:23.889 INFO O| Aug 08 20:44:23.889 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8510 | 2024-08-08T20:44:25.170Z | [ host-image] Aug 08 20:44:23.889 INFO O| Aug 08 20:44:23.889 INFO ok! |
8511 | 2024-08-08T20:44:25.170Z | [ host-image] Aug 08 20:44:23.889 INFO O| Aug 08 20:44:23.889 INFO STEP 62 (ensure_file) COMPLETE |
8512 | 2024-08-08T20:44:25.170Z | [ host-image] Aug 08 20:44:23.889 INFO O| Aug 08 20:44:23.889 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8513 | 2024-08-08T20:44:25.177Z | [ host-image] Aug 08 20:44:23.899 INFO O| Aug 08 20:44:23.899 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8514 | 2024-08-08T20:44:25.177Z | [ host-image] Aug 08 20:44:23.899 INFO O| Aug 08 20:44:23.899 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8515 | 2024-08-08T20:44:25.180Z | [ host-image] Aug 08 20:44:23.899 INFO O| Aug 08 20:44:23.899 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8516 | 2024-08-08T20:44:25.180Z | [ host-image] Aug 08 20:44:23.899 INFO O| Aug 08 20:44:23.899 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8517 | 2024-08-08T20:44:25.180Z | [ host-image] Aug 08 20:44:23.899 INFO O| Aug 08 20:44:23.899 INFO ok! |
8518 | 2024-08-08T20:44:25.180Z | [ host-image] Aug 08 20:44:23.899 INFO O| Aug 08 20:44:23.899 INFO STEP 63 (ensure_file) COMPLETE |
8519 | 2024-08-08T20:44:25.180Z | [ host-image] Aug 08 20:44:23.899 INFO O| Aug 08 20:44:23.899 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8520 | 2024-08-08T20:44:25.187Z | [ host-image] Aug 08 20:44:23.909 INFO O| Aug 08 20:44:23.909 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8521 | 2024-08-08T20:44:25.187Z | [ host-image] Aug 08 20:44:23.909 INFO O| Aug 08 20:44:23.909 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8522 | 2024-08-08T20:44:25.190Z | [ host-image] Aug 08 20:44:23.909 INFO O| Aug 08 20:44:23.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8523 | 2024-08-08T20:44:25.190Z | [ host-image] Aug 08 20:44:23.909 INFO O| Aug 08 20:44:23.909 INFO ok! |
8524 | 2024-08-08T20:44:25.190Z | [ host-image] Aug 08 20:44:23.909 INFO O| Aug 08 20:44:23.909 INFO STEP 64 (assemble_files) COMPLETE |
8525 | 2024-08-08T20:44:25.190Z | [ host-image] Aug 08 20:44:23.909 INFO O| Aug 08 20:44:23.909 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8526 | 2024-08-08T20:44:25.197Z | [ host-image] Aug 08 20:44:23.919 INFO O| Aug 08 20:44:23.919 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8527 | 2024-08-08T20:44:25.197Z | [ host-image] Aug 08 20:44:23.919 INFO O| Aug 08 20:44:23.919 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8528 | 2024-08-08T20:44:25.198Z | [ host-image] Aug 08 20:44:23.920 INFO O| Aug 08 20:44:23.920 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8529 | 2024-08-08T20:44:25.201Z | [ host-image] Aug 08 20:44:23.920 INFO O| Aug 08 20:44:23.920 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8530 | 2024-08-08T20:44:25.201Z | [ host-image] Aug 08 20:44:23.920 INFO O| Aug 08 20:44:23.920 INFO ok! |
8531 | 2024-08-08T20:44:25.201Z | [ host-image] Aug 08 20:44:23.920 INFO O| Aug 08 20:44:23.920 INFO STEP 65 (ensure_file) COMPLETE |
8532 | 2024-08-08T20:44:25.201Z | [ host-image] Aug 08 20:44:23.920 INFO O| Aug 08 20:44:23.920 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8533 | 2024-08-08T20:44:25.208Z | [ host-image] Aug 08 20:44:23.930 INFO O| Aug 08 20:44:23.929 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8534 | 2024-08-08T20:44:25.210Z | [ host-image] Aug 08 20:44:23.930 INFO O| Aug 08 20:44:23.930 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8535 | 2024-08-08T20:44:25.210Z | [ host-image] Aug 08 20:44:23.930 INFO O| Aug 08 20:44:23.930 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8536 | 2024-08-08T20:44:25.210Z | [ host-image] Aug 08 20:44:23.930 INFO O| Aug 08 20:44:23.930 INFO STEP 66 (ensure_dir) COMPLETE |
8537 | 2024-08-08T20:44:25.210Z | [ host-image] Aug 08 20:44:23.930 INFO O| Aug 08 20:44:23.930 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8538 | 2024-08-08T20:44:25.217Z | [ host-image] Aug 08 20:44:23.940 INFO O| Aug 08 20:44:23.939 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8539 | 2024-08-08T20:44:25.217Z | [ host-image] Aug 08 20:44:23.940 INFO O| Aug 08 20:44:23.940 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 ... |
8540 | 2024-08-08T20:44:25.224Z | [ host-image] Aug 08 20:44:23.946 INFO O| Aug 08 20:44:23.946 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 |
8541 | 2024-08-08T20:44:25.224Z | [ host-image] Aug 08 20:44:23.946 INFO O| Aug 08 20:44:23.946 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8542 | 2024-08-08T20:44:25.227Z | [ host-image] Aug 08 20:44:23.946 INFO O| Aug 08 20:44:23.946 INFO ok! |
8543 | 2024-08-08T20:44:25.227Z | [ host-image] Aug 08 20:44:23.946 INFO O| Aug 08 20:44:23.946 INFO STEP 67 (ensure_file) COMPLETE |
8544 | 2024-08-08T20:44:25.227Z | [ host-image] Aug 08 20:44:23.946 INFO O| Aug 08 20:44:23.946 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8545 | 2024-08-08T20:44:25.234Z | [ host-image] Aug 08 20:44:23.956 INFO O| Aug 08 20:44:23.956 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8546 | 2024-08-08T20:44:25.234Z | [ host-image] Aug 08 20:44:23.957 INFO O| Aug 08 20:44:23.956 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 ... |
8547 | 2024-08-08T20:44:25.237Z | [ host-image] Aug 08 20:44:23.957 INFO O| Aug 08 20:44:23.957 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 |
8548 | 2024-08-08T20:44:25.237Z | [ host-image] Aug 08 20:44:23.957 INFO O| Aug 08 20:44:23.957 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8549 | 2024-08-08T20:44:25.237Z | [ host-image] Aug 08 20:44:23.957 INFO O| Aug 08 20:44:23.957 INFO ok! |
8550 | 2024-08-08T20:44:25.237Z | [ host-image] Aug 08 20:44:23.957 INFO O| Aug 08 20:44:23.957 INFO STEP 68 (ensure_file) COMPLETE |
8551 | 2024-08-08T20:44:25.237Z | [ host-image] Aug 08 20:44:23.957 INFO O| Aug 08 20:44:23.957 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8552 | 2024-08-08T20:44:25.249Z | [ host-image] Aug 08 20:44:23.971 INFO O| Aug 08 20:44:23.971 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8553 | 2024-08-08T20:44:25.251Z | [ host-image] Aug 08 20:44:23.971 INFO O| Aug 08 20:44:23.971 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8554 | 2024-08-08T20:44:27.269Z | [ host-image] Aug 08 20:44:25.990 INFO O| Aug 08 20:44:25.990 INFO STEP 69 (pack_tar) COMPLETE |
8555 | 2024-08-08T20:44:27.269Z | [ host-image] Aug 08 20:44:25.990 INFO O| Aug 08 20:44:25.990 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8556 | 2024-08-08T20:44:27.271Z | [ host-image] Aug 08 20:44:25.990 INFO O| Aug 08 20:44:25.990 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8557 | 2024-08-08T20:44:27.544Z | [ host-image] Aug 08 20:44:26.265 INFO O| Aug 08 20:44:26.264 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8558 | 2024-08-08T20:44:27.605Z | [ host-image] Aug 08 20:44:26.326 INFO O| Aug 08 20:44:26.326 INFO completed processing gimlet/ramdisk-02-trim |
8559 | 2024-08-08T20:44:27.608Z | [ host-image] Aug 08 20:44:26.329 INFO image builder template: zfs... |
8560 | 2024-08-08T20:44:27.608Z | [ host-image] Aug 08 20:44:26.329 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/.tmpnXysWF/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 |
8561 | 2024-08-08T20:44:27.622Z | [ host-image] Aug 08 20:44:26.343 INFO O| Aug 08 20:44:26.343 INFO skip include "stress" because feature "stress" is not enabled |
8562 | 2024-08-08T20:44:27.653Z | [ host-image] Aug 08 20:44:26.374 INFO O| Aug 08 20:44:26.374 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8563 | 2024-08-08T20:44:27.657Z | [ host-image] Aug 08 20:44:26.379 INFO O| Aug 08 20:44:26.379 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8564 | 2024-08-08T20:44:27.720Z | [ host-image] Aug 08 20:44:26.440 INFO O| Aug 08 20:44:26.440 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8565 | 2024-08-08T20:44:27.771Z | [ host-image] Aug 08 20:44:26.493 INFO O| Aug 08 20:44:26.492 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8566 | 2024-08-08T20:44:27.771Z | [ host-image] Aug 08 20:44:26.493 INFO O| Aug 08 20:44:26.493 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8567 | 2024-08-08T20:44:27.776Z | [ host-image] Aug 08 20:44:26.497 INFO O| Aug 08 20:44:26.497 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8568 | 2024-08-08T20:44:27.838Z | [ host-image] Aug 08 20:44:26.559 INFO O| Aug 08 20:44:26.559 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8569 | 2024-08-08T20:44:27.872Z | [ host-image] Aug 08 20:44:26.593 INFO O| Aug 08 20:44:26.593 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8570 | 2024-08-08T20:44:27.883Z | [ host-image] Aug 08 20:44:26.603 INFO O| Aug 08 20:44:26.603 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8571 | 2024-08-08T20:44:27.887Z | [ host-image] Aug 08 20:44:26.608 INFO O| Aug 08 20:44:26.608 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8572 | 2024-08-08T20:44:27.890Z | [ host-image] Aug 08 20:44:26.608 INFO O| Aug 08 20:44:26.608 INFO no lofi found |
8573 | 2024-08-08T20:44:27.890Z | [ host-image] Aug 08 20:44:26.608 INFO O| Aug 08 20:44:26.608 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8574 | 2024-08-08T20:44:27.890Z | [ host-image] Aug 08 20:44:26.608 INFO O| Aug 08 20:44:26.608 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8575 | 2024-08-08T20:44:29.288Z | [ host-image] Aug 08 20:44:28.009 INFO O| Aug 08 20:44:28.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
8576 | 2024-08-08T20:44:29.288Z | [ host-image] Aug 08 20:44:28.009 INFO O| Aug 08 20:44:28.009 INFO pool device = /dev/dsk/c2t1d0p0 |
8577 | 2024-08-08T20:44:29.292Z | [ host-image] Aug 08 20:44:28.009 INFO O| Aug 08 20:44:28.009 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"] |
8578 | 2024-08-08T20:44:29.361Z | [ host-image] Aug 08 20:44:28.082 INFO O| Aug 08 20:44:28.082 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8579 | 2024-08-08T20:44:29.362Z | [ host-image] Aug 08 20:44:28.082 INFO O| Aug 08 20:44:28.082 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8580 | 2024-08-08T20:44:29.384Z | [ host-image] Aug 08 20:44:28.104 INFO O| Aug 08 20:44:28.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8581 | 2024-08-08T20:44:29.441Z | [ host-image] Aug 08 20:44:28.161 INFO O| Aug 08 20:44:28.161 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8582 | 2024-08-08T20:44:29.478Z | [ host-image] Aug 08 20:44:28.199 INFO O| Aug 08 20:44:28.199 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8583 | 2024-08-08T20:44:29.493Z | [ host-image] Aug 08 20:44:28.213 INFO O| Aug 08 20:44:28.213 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8584 | 2024-08-08T20:44:29.503Z | [ host-image] Aug 08 20:44:28.224 INFO O| Aug 08 20:44:28.224 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8585 | 2024-08-08T20:44:29.560Z | [ host-image] Aug 08 20:44:28.281 INFO O| Aug 08 20:44:28.281 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8586 | 2024-08-08T20:44:29.563Z | [ host-image] Aug 08 20:44:28.281 INFO O| Aug 08 20:44:28.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8587 | 2024-08-08T20:44:29.563Z | [ host-image] Aug 08 20:44:28.281 INFO O| Aug 08 20:44:28.281 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8588 | 2024-08-08T20:44:29.569Z | [ host-image] Aug 08 20:44:28.290 INFO O| Aug 08 20:44:28.290 INFO boot environment UUID: ca1757c4-371d-4893-b712-982ee1366c46 |
8589 | 2024-08-08T20:44:29.569Z | [ host-image] Aug 08 20:44:28.290 INFO O| Aug 08 20:44:28.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ca1757c4-371d-4893-b712-982ee1366c46 |
8590 | 2024-08-08T20:44:29.579Z | [ host-image] Aug 08 20:44:28.300 INFO O| Aug 08 20:44:28.300 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8591 | 2024-08-08T20:44:29.590Z | [ host-image] Aug 08 20:44:28.311 INFO O| Aug 08 20:44:28.311 INFO STEP 0 (create_be) COMPLETE |
8592 | 2024-08-08T20:44:29.593Z | [ host-image] Aug 08 20:44:28.311 INFO O| Aug 08 20:44:28.311 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8593 | 2024-08-08T20:44:29.605Z | [ host-image] Aug 08 20:44:28.326 INFO O| Aug 08 20:44:28.326 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8594 | 2024-08-08T20:44:39.227Z | [ recovery-image] Aug 08 20:44:37.945 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) |
8595 | 2024-08-08T20:44:42.158Z | [ recovery-image] Aug 08 20:44:40.871 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) |
8596 | 2024-08-08T20:44:46.453Z | [ recovery-image] Aug 08 20:44:45.167 INFO E| Compiling bitflags v1.3.2 |
8597 | 2024-08-08T20:44:46.453Z | [ recovery-image] Aug 08 20:44:45.167 INFO E| Compiling bit_field v0.10.2 |
8598 | 2024-08-08T20:44:46.453Z | [ recovery-image] Aug 08 20:44:45.167 INFO E| Compiling plain v0.2.3 |
8599 | 2024-08-08T20:44:46.453Z | [ recovery-image] Aug 08 20:44:45.167 INFO E| Compiling adler v1.0.2 |
8600 | 2024-08-08T20:44:46.453Z | [ recovery-image] Aug 08 20:44:45.167 INFO E| Compiling log v0.4.21 |
8601 | 2024-08-08T20:44:46.453Z | [ recovery-image] Aug 08 20:44:45.167 INFO E| Compiling scroll v0.12.0 |
8602 | 2024-08-08T20:44:46.453Z | [ recovery-image] Aug 08 20:44:45.167 INFO E| Compiling bitstruct v0.1.1 |
8603 | 2024-08-08T20:44:46.553Z | [ recovery-image] Aug 08 20:44:45.268 INFO E| Compiling raw-cpuid v10.7.0 |
8604 | 2024-08-08T20:44:46.626Z | [ recovery-image] Aug 08 20:44:45.341 INFO E| Compiling cpio_reader v0.1.1 |
8605 | 2024-08-08T20:44:46.886Z | [ recovery-image] Aug 08 20:44:45.601 INFO E| Compiling miniz_oxide v0.7.2 |
8606 | 2024-08-08T20:44:47.017Z | [ recovery-image] Aug 08 20:44:45.731 INFO E| Compiling static_assertions v1.1.0 |
8607 | 2024-08-08T20:44:47.727Z | [ recovery-image] Aug 08 20:44:46.442 INFO E| Compiling goblin v0.8.0 |
8608 | 2024-08-08T20:44:50.759Z | [ host-image] Aug 08 20:44:49.473 INFO O| Aug 08 20:44:49.473 INFO STEP 1 (unpack_tar) COMPLETE |
8609 | 2024-08-08T20:44:50.759Z | [ host-image] Aug 08 20:44:49.473 INFO O| Aug 08 20:44:49.473 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8610 | 2024-08-08T20:44:50.777Z | [ host-image] Aug 08 20:44:49.490 INFO O| Aug 08 20:44:49.490 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8611 | 2024-08-08T20:44:51.263Z | [ host-image] Aug 08 20:44:49.976 INFO O| Aug 08 20:44:49.976 INFO STEP 2 (devfsadm) COMPLETE |
8612 | 2024-08-08T20:44:51.266Z | [ host-image] Aug 08 20:44:49.977 INFO O| Aug 08 20:44:49.976 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8613 | 2024-08-08T20:44:51.281Z | [ host-image] Aug 08 20:44:49.995 INFO O| Aug 08 20:44:49.994 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8614 | 2024-08-08T20:44:51.281Z | [ host-image] Aug 08 20:44:49.995 INFO O| Aug 08 20:44:49.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8615 | 2024-08-08T20:44:51.284Z | [ host-image] Aug 08 20:44:49.995 INFO O| Aug 08 20:44:49.995 INFO STEP 3 (ensure_dir) COMPLETE |
8616 | 2024-08-08T20:44:51.284Z | [ host-image] Aug 08 20:44:49.995 INFO O| Aug 08 20:44:49.995 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8617 | 2024-08-08T20:44:51.298Z | [ host-image] Aug 08 20:44:50.011 INFO O| Aug 08 20:44:50.011 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8618 | 2024-08-08T20:44:51.298Z | [ host-image] Aug 08 20:44:50.011 INFO O| Aug 08 20:44:50.011 INFO STEP 4 (ensure_dir) COMPLETE |
8619 | 2024-08-08T20:44:51.301Z | [ host-image] Aug 08 20:44:50.011 INFO O| Aug 08 20:44:50.011 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8620 | 2024-08-08T20:44:51.312Z | [ host-image] Aug 08 20:44:50.026 INFO O| Aug 08 20:44:50.026 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8621 | 2024-08-08T20:44:51.313Z | [ host-image] Aug 08 20:44:50.026 INFO O| Aug 08 20:44:50.026 INFO STEP 5 (ensure_dir) COMPLETE |
8622 | 2024-08-08T20:44:51.317Z | [ host-image] Aug 08 20:44:50.026 INFO O| Aug 08 20:44:50.026 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8623 | 2024-08-08T20:44:51.324Z | [ host-image] Aug 08 20:44:50.038 INFO O| Aug 08 20:44:50.038 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8624 | 2024-08-08T20:44:51.324Z | [ host-image] Aug 08 20:44:50.038 INFO O| Aug 08 20:44:50.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8625 | 2024-08-08T20:44:51.327Z | [ host-image] Aug 08 20:44:50.038 INFO O| Aug 08 20:44:50.038 INFO STEP 6 (ensure_dir) COMPLETE |
8626 | 2024-08-08T20:44:51.327Z | [ host-image] Aug 08 20:44:50.038 INFO O| Aug 08 20:44:50.038 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8627 | 2024-08-08T20:44:51.336Z | [ host-image] Aug 08 20:44:50.049 INFO O| Aug 08 20:44:50.049 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8628 | 2024-08-08T20:44:51.336Z | [ host-image] Aug 08 20:44:50.049 INFO O| Aug 08 20:44:50.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8629 | 2024-08-08T20:44:51.339Z | [ host-image] Aug 08 20:44:50.049 INFO O| Aug 08 20:44:50.049 INFO STEP 7 (ensure_dir) COMPLETE |
8630 | 2024-08-08T20:44:51.339Z | [ host-image] Aug 08 20:44:50.049 INFO O| Aug 08 20:44:50.049 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8631 | 2024-08-08T20:44:51.347Z | [ host-image] Aug 08 20:44:50.060 INFO O| Aug 08 20:44:50.060 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8632 | 2024-08-08T20:44:51.350Z | [ host-image] Aug 08 20:44:50.060 INFO O| Aug 08 20:44:50.060 INFO STEP 8 (remove_files) COMPLETE |
8633 | 2024-08-08T20:44:51.350Z | [ host-image] Aug 08 20:44:50.060 INFO O| Aug 08 20:44:50.060 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8634 | 2024-08-08T20:44:51.360Z | [ host-image] Aug 08 20:44:50.074 INFO O| Aug 08 20:44:50.074 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8635 | 2024-08-08T20:44:51.364Z | [ host-image] Aug 08 20:44:50.075 INFO O| Aug 08 20:44:50.075 INFO STEP 9 (remove_files) COMPLETE |
8636 | 2024-08-08T20:44:51.364Z | [ host-image] Aug 08 20:44:50.075 INFO O| Aug 08 20:44:50.075 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8637 | 2024-08-08T20:44:51.433Z | [ host-image] Aug 08 20:44:50.147 INFO O| Aug 08 20:44:50.147 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8638 | 2024-08-08T20:44:51.436Z | [ host-image] Aug 08 20:44:50.148 INFO O| Aug 08 20:44:50.148 INFO STEP 10 (remove_files) COMPLETE |
8639 | 2024-08-08T20:44:51.437Z | [ host-image] Aug 08 20:44:50.148 INFO O| Aug 08 20:44:50.148 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8640 | 2024-08-08T20:44:51.454Z | [ host-image] Aug 08 20:44:50.168 INFO O| Aug 08 20:44:50.168 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8641 | 2024-08-08T20:44:51.454Z | [ host-image] Aug 08 20:44:50.168 INFO O| Aug 08 20:44:50.168 INFO STEP 11 (remove_files) COMPLETE |
8642 | 2024-08-08T20:44:51.458Z | [ host-image] Aug 08 20:44:50.168 INFO O| Aug 08 20:44:50.168 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8643 | 2024-08-08T20:44:51.470Z | [ host-image] Aug 08 20:44:50.183 INFO O| Aug 08 20:44:50.183 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8644 | 2024-08-08T20:44:51.470Z | [ host-image] Aug 08 20:44:50.183 INFO O| Aug 08 20:44:50.183 INFO STEP 12 (remove_files) COMPLETE |
8645 | 2024-08-08T20:44:51.470Z | [ host-image] Aug 08 20:44:50.183 INFO O| Aug 08 20:44:50.183 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8646 | 2024-08-08T20:44:51.487Z | [ host-image] Aug 08 20:44:50.200 INFO O| Aug 08 20:44:50.200 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8647 | 2024-08-08T20:44:51.487Z | [ host-image] Aug 08 20:44:50.200 INFO O| Aug 08 20:44:50.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8648 | 2024-08-08T20:44:51.490Z | [ host-image] Aug 08 20:44:50.200 INFO O| Aug 08 20:44:50.200 INFO STEP 13 (ensure_dir) COMPLETE |
8649 | 2024-08-08T20:44:51.490Z | [ host-image] Aug 08 20:44:50.200 INFO O| Aug 08 20:44:50.200 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8650 | 2024-08-08T20:44:51.519Z | [ host-image] Aug 08 20:44:50.232 INFO O| Aug 08 20:44:50.232 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8651 | 2024-08-08T20:44:51.521Z | [ host-image] Aug 08 20:44:50.233 INFO O| Aug 08 20:44:50.232 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8652 | 2024-08-08T20:44:51.522Z | [ host-image] Aug 08 20:44:50.233 INFO O| Aug 08 20:44:50.233 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8653 | 2024-08-08T20:44:51.522Z | [ host-image] Aug 08 20:44:50.233 INFO O| Aug 08 20:44:50.233 INFO STEP 14 (ensure_dir) COMPLETE |
8654 | 2024-08-08T20:44:51.522Z | [ host-image] Aug 08 20:44:50.233 INFO O| Aug 08 20:44:50.233 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8655 | 2024-08-08T20:44:51.538Z | [ host-image] Aug 08 20:44:50.252 INFO O| Aug 08 20:44:50.252 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8656 | 2024-08-08T20:44:51.541Z | [ host-image] Aug 08 20:44:50.252 INFO O| Aug 08 20:44:50.252 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8657 | 2024-08-08T20:44:51.541Z | [ host-image] Aug 08 20:44:50.252 INFO O| Aug 08 20:44:50.252 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8658 | 2024-08-08T20:44:51.541Z | [ host-image] Aug 08 20:44:50.252 INFO O| Aug 08 20:44:50.252 INFO STEP 15 (ensure_dir) COMPLETE |
8659 | 2024-08-08T20:44:51.541Z | [ host-image] Aug 08 20:44:50.253 INFO O| Aug 08 20:44:50.253 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8660 | 2024-08-08T20:44:51.586Z | [ host-image] Aug 08 20:44:50.300 INFO O| Aug 08 20:44:50.299 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8661 | 2024-08-08T20:44:51.586Z | [ host-image] Aug 08 20:44:50.300 INFO O| Aug 08 20:44:50.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8662 | 2024-08-08T20:44:51.586Z | [ host-image] Aug 08 20:44:50.300 INFO O| Aug 08 20:44:50.300 INFO STEP 16 (ensure_dir) COMPLETE |
8663 | 2024-08-08T20:44:51.589Z | [ host-image] Aug 08 20:44:50.300 INFO O| Aug 08 20:44:50.300 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8664 | 2024-08-08T20:44:51.613Z | [ host-image] Aug 08 20:44:50.326 INFO O| Aug 08 20:44:50.326 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8665 | 2024-08-08T20:44:51.615Z | [ host-image] Aug 08 20:44:50.326 INFO O| Aug 08 20:44:50.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8666 | 2024-08-08T20:44:51.615Z | [ host-image] Aug 08 20:44:50.326 INFO O| Aug 08 20:44:50.326 INFO STEP 17 (ensure_dir) COMPLETE |
8667 | 2024-08-08T20:44:51.615Z | [ host-image] Aug 08 20:44:50.326 INFO O| Aug 08 20:44:50.326 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8668 | 2024-08-08T20:44:51.630Z | [ host-image] Aug 08 20:44:50.343 INFO O| Aug 08 20:44:50.343 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8669 | 2024-08-08T20:44:51.633Z | [ host-image] Aug 08 20:44:50.343 INFO O| Aug 08 20:44:50.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8670 | 2024-08-08T20:44:51.633Z | [ host-image] Aug 08 20:44:50.343 INFO O| Aug 08 20:44:50.343 INFO ok! |
8671 | 2024-08-08T20:44:51.633Z | [ host-image] Aug 08 20:44:50.343 INFO O| Aug 08 20:44:50.343 INFO STEP 18 (ensure_symlink) COMPLETE |
8672 | 2024-08-08T20:44:51.633Z | [ host-image] Aug 08 20:44:50.344 INFO O| Aug 08 20:44:50.344 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8673 | 2024-08-08T20:44:51.646Z | [ host-image] Aug 08 20:44:50.360 INFO O| Aug 08 20:44:50.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8674 | 2024-08-08T20:44:51.649Z | [ host-image] Aug 08 20:44:50.360 INFO O| Aug 08 20:44:50.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8675 | 2024-08-08T20:44:51.649Z | [ host-image] Aug 08 20:44:50.360 INFO O| Aug 08 20:44:50.360 INFO ok! |
8676 | 2024-08-08T20:44:51.649Z | [ host-image] Aug 08 20:44:50.360 INFO O| Aug 08 20:44:50.360 INFO STEP 19 (ensure_file) COMPLETE |
8677 | 2024-08-08T20:44:51.649Z | [ host-image] Aug 08 20:44:50.360 INFO O| Aug 08 20:44:50.360 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8678 | 2024-08-08T20:44:51.663Z | [ host-image] Aug 08 20:44:50.376 INFO O| Aug 08 20:44:50.376 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8679 | 2024-08-08T20:44:51.663Z | [ host-image] Aug 08 20:44:50.376 INFO O| Aug 08 20:44:50.376 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8680 | 2024-08-08T20:44:51.666Z | [ host-image] Aug 08 20:44:50.377 INFO O| Aug 08 20:44:50.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8681 | 2024-08-08T20:44:51.666Z | [ host-image] Aug 08 20:44:50.377 INFO O| Aug 08 20:44:50.377 INFO ok! |
8682 | 2024-08-08T20:44:51.666Z | [ host-image] Aug 08 20:44:50.377 INFO O| Aug 08 20:44:50.377 INFO STEP 20 (ensure_symlink) COMPLETE |
8683 | 2024-08-08T20:44:51.666Z | [ host-image] Aug 08 20:44:50.377 INFO O| Aug 08 20:44:50.377 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8684 | 2024-08-08T20:44:51.680Z | [ host-image] Aug 08 20:44:50.393 INFO O| Aug 08 20:44:50.393 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8685 | 2024-08-08T20:44:51.682Z | [ host-image] Aug 08 20:44:50.393 INFO O| Aug 08 20:44:50.393 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8686 | 2024-08-08T20:44:51.683Z | [ host-image] Aug 08 20:44:50.394 INFO O| Aug 08 20:44:50.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8687 | 2024-08-08T20:44:51.683Z | [ host-image] Aug 08 20:44:50.394 INFO O| Aug 08 20:44:50.394 INFO ok! |
8688 | 2024-08-08T20:44:51.683Z | [ host-image] Aug 08 20:44:50.394 INFO O| Aug 08 20:44:50.394 INFO STEP 21 (ensure_symlink) COMPLETE |
8689 | 2024-08-08T20:44:51.683Z | [ host-image] Aug 08 20:44:50.394 INFO O| Aug 08 20:44:50.394 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8690 | 2024-08-08T20:44:51.697Z | [ host-image] Aug 08 20:44:50.411 INFO O| Aug 08 20:44:50.411 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8691 | 2024-08-08T20:44:51.697Z | [ host-image] Aug 08 20:44:50.411 INFO O| Aug 08 20:44:50.411 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8692 | 2024-08-08T20:44:51.700Z | [ host-image] Aug 08 20:44:50.411 INFO O| Aug 08 20:44:50.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8693 | 2024-08-08T20:44:51.700Z | [ host-image] Aug 08 20:44:50.411 INFO O| Aug 08 20:44:50.411 INFO ok! |
8694 | 2024-08-08T20:44:51.700Z | [ host-image] Aug 08 20:44:50.411 INFO O| Aug 08 20:44:50.411 INFO STEP 22 (ensure_symlink) COMPLETE |
8695 | 2024-08-08T20:44:51.700Z | [ host-image] Aug 08 20:44:50.411 INFO O| Aug 08 20:44:50.411 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8696 | 2024-08-08T20:44:51.715Z | [ host-image] Aug 08 20:44:50.429 INFO O| Aug 08 20:44:50.429 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8697 | 2024-08-08T20:44:51.715Z | [ host-image] Aug 08 20:44:50.429 INFO O| Aug 08 20:44:50.429 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8698 | 2024-08-08T20:44:51.720Z | [ host-image] Aug 08 20:44:50.429 INFO O| Aug 08 20:44:50.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8699 | 2024-08-08T20:44:51.720Z | [ host-image] Aug 08 20:44:50.429 INFO O| Aug 08 20:44:50.429 INFO ok! |
8700 | 2024-08-08T20:44:51.720Z | [ host-image] Aug 08 20:44:50.429 INFO O| Aug 08 20:44:50.429 INFO STEP 23 (ensure_symlink) COMPLETE |
8701 | 2024-08-08T20:44:51.720Z | [ host-image] Aug 08 20:44:50.429 INFO O| Aug 08 20:44:50.429 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8702 | 2024-08-08T20:44:51.751Z | [ host-image] Aug 08 20:44:50.465 INFO O| Aug 08 20:44:50.465 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8703 | 2024-08-08T20:44:51.755Z | [ host-image] Aug 08 20:44:50.465 INFO O| Aug 08 20:44:50.465 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8704 | 2024-08-08T20:44:51.755Z | [ host-image] Aug 08 20:44:50.465 INFO O| Aug 08 20:44:50.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8705 | 2024-08-08T20:44:51.755Z | [ host-image] Aug 08 20:44:50.466 INFO O| Aug 08 20:44:50.465 INFO ok! |
8706 | 2024-08-08T20:44:51.755Z | [ host-image] Aug 08 20:44:50.466 INFO O| Aug 08 20:44:50.466 INFO STEP 24 (ensure_file) COMPLETE |
8707 | 2024-08-08T20:44:51.755Z | [ host-image] Aug 08 20:44:50.466 INFO O| Aug 08 20:44:50.466 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8708 | 2024-08-08T20:44:51.770Z | [ host-image] Aug 08 20:44:50.483 INFO O| Aug 08 20:44:50.483 INFO updating shadow file |
8709 | 2024-08-08T20:44:51.774Z | [ host-image] Aug 08 20:44:50.484 INFO O| Aug 08 20:44:50.483 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8710 | 2024-08-08T20:44:51.774Z | [ host-image] Aug 08 20:44:50.484 INFO O| Aug 08 20:44:50.484 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8711 | 2024-08-08T20:44:51.774Z | [ host-image] Aug 08 20:44:50.484 INFO O| Aug 08 20:44:50.484 INFO STEP 25 (shadow) COMPLETE |
8712 | 2024-08-08T20:44:51.774Z | [ host-image] Aug 08 20:44:50.484 INFO O| Aug 08 20:44:50.484 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8713 | 2024-08-08T20:44:51.787Z | [ host-image] Aug 08 20:44:50.500 INFO O| Aug 08 20:44:50.500 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8714 | 2024-08-08T20:44:51.790Z | [ host-image] Aug 08 20:44:50.501 INFO O| Aug 08 20:44:50.501 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8715 | 2024-08-08T20:44:51.790Z | [ host-image] Aug 08 20:44:50.501 INFO O| Aug 08 20:44:50.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8716 | 2024-08-08T20:44:51.790Z | [ host-image] Aug 08 20:44:50.501 INFO O| Aug 08 20:44:50.501 INFO ok! |
8717 | 2024-08-08T20:44:51.790Z | [ host-image] Aug 08 20:44:50.501 INFO O| Aug 08 20:44:50.501 INFO STEP 26 (ensure_file) COMPLETE |
8718 | 2024-08-08T20:44:51.790Z | [ host-image] Aug 08 20:44:50.501 INFO O| Aug 08 20:44:50.501 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8719 | 2024-08-08T20:44:51.804Z | [ host-image] Aug 08 20:44:50.518 INFO O| Aug 08 20:44:50.518 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8720 | 2024-08-08T20:44:51.804Z | [ host-image] Aug 08 20:44:50.518 INFO O| Aug 08 20:44:50.518 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8721 | 2024-08-08T20:44:51.807Z | [ host-image] Aug 08 20:44:50.518 INFO O| Aug 08 20:44:50.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8722 | 2024-08-08T20:44:51.808Z | [ host-image] Aug 08 20:44:50.518 INFO O| Aug 08 20:44:50.518 INFO ok! |
8723 | 2024-08-08T20:44:51.808Z | [ host-image] Aug 08 20:44:50.519 INFO O| Aug 08 20:44:50.519 INFO STEP 27 (ensure_file) COMPLETE |
8724 | 2024-08-08T20:44:51.808Z | [ host-image] Aug 08 20:44:50.519 INFO O| Aug 08 20:44:50.519 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8725 | 2024-08-08T20:44:51.822Z | [ host-image] Aug 08 20:44:50.535 INFO O| Aug 08 20:44:50.535 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8726 | 2024-08-08T20:44:51.825Z | [ host-image] Aug 08 20:44:50.536 INFO O| Aug 08 20:44:50.535 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8727 | 2024-08-08T20:44:51.825Z | [ host-image] Aug 08 20:44:50.536 INFO O| Aug 08 20:44:50.536 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8728 | 2024-08-08T20:44:51.825Z | [ host-image] Aug 08 20:44:50.536 INFO O| Aug 08 20:44:50.536 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8729 | 2024-08-08T20:44:51.825Z | [ host-image] Aug 08 20:44:50.536 INFO O| Aug 08 20:44:50.536 INFO ok! |
8730 | 2024-08-08T20:44:51.825Z | [ host-image] Aug 08 20:44:50.536 INFO O| Aug 08 20:44:50.536 INFO STEP 28 (ensure_file) COMPLETE |
8731 | 2024-08-08T20:44:51.825Z | [ host-image] Aug 08 20:44:50.536 INFO O| Aug 08 20:44:50.536 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8732 | 2024-08-08T20:44:51.839Z | [ host-image] Aug 08 20:44:50.553 INFO O| Aug 08 20:44:50.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8733 | 2024-08-08T20:44:51.839Z | [ host-image] Aug 08 20:44:50.553 INFO O| Aug 08 20:44:50.553 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8734 | 2024-08-08T20:44:51.842Z | [ host-image] Aug 08 20:44:50.553 INFO O| Aug 08 20:44:50.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8735 | 2024-08-08T20:44:51.842Z | [ host-image] Aug 08 20:44:50.553 INFO O| Aug 08 20:44:50.553 INFO ok! |
8736 | 2024-08-08T20:44:51.842Z | [ host-image] Aug 08 20:44:50.553 INFO O| Aug 08 20:44:50.553 INFO STEP 29 (ensure_file) COMPLETE |
8737 | 2024-08-08T20:44:51.842Z | [ host-image] Aug 08 20:44:50.553 INFO O| Aug 08 20:44:50.553 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8738 | 2024-08-08T20:44:51.850Z | [ host-image] Aug 08 20:44:50.564 INFO O| Aug 08 20:44:50.564 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8739 | 2024-08-08T20:44:51.850Z | [ host-image] Aug 08 20:44:50.564 INFO O| Aug 08 20:44:50.564 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8740 | 2024-08-08T20:44:51.853Z | [ host-image] Aug 08 20:44:50.564 INFO O| Aug 08 20:44:50.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8741 | 2024-08-08T20:44:51.853Z | [ host-image] Aug 08 20:44:50.564 INFO O| Aug 08 20:44:50.564 INFO ok! |
8742 | 2024-08-08T20:44:51.853Z | [ host-image] Aug 08 20:44:50.564 INFO O| Aug 08 20:44:50.564 INFO STEP 30 (ensure_file) COMPLETE |
8743 | 2024-08-08T20:44:51.853Z | [ host-image] Aug 08 20:44:50.564 INFO O| Aug 08 20:44:50.564 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8744 | 2024-08-08T20:44:51.860Z | [ host-image] Aug 08 20:44:50.574 INFO O| Aug 08 20:44:50.574 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8745 | 2024-08-08T20:44:51.864Z | [ host-image] Aug 08 20:44:50.574 INFO O| Aug 08 20:44:50.574 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8746 | 2024-08-08T20:44:51.864Z | [ host-image] Aug 08 20:44:50.574 INFO O| Aug 08 20:44:50.574 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8747 | 2024-08-08T20:44:51.864Z | [ host-image] Aug 08 20:44:50.574 INFO O| Aug 08 20:44:50.574 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8748 | 2024-08-08T20:44:51.864Z | [ host-image] Aug 08 20:44:50.574 INFO O| Aug 08 20:44:50.574 INFO ok! |
8749 | 2024-08-08T20:44:51.864Z | [ host-image] Aug 08 20:44:50.574 INFO O| Aug 08 20:44:50.574 INFO STEP 31 (ensure_file) COMPLETE |
8750 | 2024-08-08T20:44:51.864Z | [ host-image] Aug 08 20:44:50.574 INFO O| Aug 08 20:44:50.574 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8751 | 2024-08-08T20:44:51.871Z | [ host-image] Aug 08 20:44:50.584 INFO O| Aug 08 20:44:50.584 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8752 | 2024-08-08T20:44:51.871Z | [ host-image] Aug 08 20:44:50.584 INFO O| Aug 08 20:44:50.584 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8753 | 2024-08-08T20:44:51.871Z | [ host-image] Aug 08 20:44:50.584 INFO O| Aug 08 20:44:50.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8754 | 2024-08-08T20:44:51.874Z | [ host-image] Aug 08 20:44:50.585 INFO O| Aug 08 20:44:50.584 INFO ok! |
8755 | 2024-08-08T20:44:51.874Z | [ host-image] Aug 08 20:44:50.585 INFO O| Aug 08 20:44:50.584 INFO STEP 32 (ensure_file) COMPLETE |
8756 | 2024-08-08T20:44:51.874Z | [ host-image] Aug 08 20:44:50.585 INFO O| Aug 08 20:44:50.585 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8757 | 2024-08-08T20:44:51.881Z | [ host-image] Aug 08 20:44:50.594 INFO O| Aug 08 20:44:50.594 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8758 | 2024-08-08T20:44:51.885Z | [ host-image] Aug 08 20:44:50.595 INFO O| Aug 08 20:44:50.594 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8759 | 2024-08-08T20:44:51.885Z | [ host-image] Aug 08 20:44:50.595 INFO O| Aug 08 20:44:50.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8760 | 2024-08-08T20:44:51.885Z | [ host-image] Aug 08 20:44:50.595 INFO O| Aug 08 20:44:50.595 INFO ok! |
8761 | 2024-08-08T20:44:51.885Z | [ host-image] Aug 08 20:44:50.595 INFO O| Aug 08 20:44:50.595 INFO STEP 33 (ensure_file) COMPLETE |
8762 | 2024-08-08T20:44:51.885Z | [ host-image] Aug 08 20:44:50.595 INFO O| Aug 08 20:44:50.595 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8763 | 2024-08-08T20:44:51.891Z | [ host-image] Aug 08 20:44:50.604 INFO O| Aug 08 20:44:50.604 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8764 | 2024-08-08T20:44:51.891Z | [ host-image] Aug 08 20:44:50.604 INFO O| Aug 08 20:44:50.604 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8765 | 2024-08-08T20:44:51.894Z | [ host-image] Aug 08 20:44:50.604 INFO O| Aug 08 20:44:50.604 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8766 | 2024-08-08T20:44:51.894Z | [ host-image] Aug 08 20:44:50.605 INFO O| Aug 08 20:44:50.605 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8767 | 2024-08-08T20:44:51.894Z | [ host-image] Aug 08 20:44:50.605 INFO O| Aug 08 20:44:50.605 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8768 | 2024-08-08T20:44:51.894Z | [ host-image] Aug 08 20:44:50.605 INFO O| Aug 08 20:44:50.605 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8769 | 2024-08-08T20:44:51.894Z | [ host-image] Aug 08 20:44:50.605 INFO O| Aug 08 20:44:50.605 INFO ok! |
8770 | 2024-08-08T20:44:51.894Z | [ host-image] Aug 08 20:44:50.605 INFO O| Aug 08 20:44:50.605 INFO STEP 34 (ensure_file) COMPLETE |
8771 | 2024-08-08T20:44:51.894Z | [ host-image] Aug 08 20:44:50.605 INFO O| Aug 08 20:44:50.605 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8772 | 2024-08-08T20:44:51.901Z | [ host-image] Aug 08 20:44:50.615 INFO O| Aug 08 20:44:50.615 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8773 | 2024-08-08T20:44:51.904Z | [ host-image] Aug 08 20:44:50.615 INFO O| Aug 08 20:44:50.615 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8774 | 2024-08-08T20:44:51.905Z | [ host-image] Aug 08 20:44:50.615 INFO O| Aug 08 20:44:50.615 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8775 | 2024-08-08T20:44:51.905Z | [ host-image] Aug 08 20:44:50.615 INFO O| Aug 08 20:44:50.615 INFO STEP 35 (ensure_dir) COMPLETE |
8776 | 2024-08-08T20:44:51.905Z | [ host-image] Aug 08 20:44:50.615 INFO O| Aug 08 20:44:50.615 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8777 | 2024-08-08T20:44:51.912Z | [ host-image] Aug 08 20:44:50.625 INFO O| Aug 08 20:44:50.625 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 |
8778 | 2024-08-08T20:44:51.912Z | [ host-image] Aug 08 20:44:50.625 INFO O| Aug 08 20:44:50.625 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 ... |
8779 | 2024-08-08T20:44:51.916Z | [ host-image] Aug 08 20:44:50.626 INFO O| Aug 08 20:44:50.625 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 |
8780 | 2024-08-08T20:44:51.916Z | [ host-image] Aug 08 20:44:50.626 INFO O| Aug 08 20:44:50.626 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 |
8781 | 2024-08-08T20:44:51.917Z | [ host-image] Aug 08 20:44:50.626 INFO O| Aug 08 20:44:50.626 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 |
8782 | 2024-08-08T20:44:51.917Z | [ host-image] Aug 08 20:44:50.626 INFO O| Aug 08 20:44:50.626 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 |
8783 | 2024-08-08T20:44:51.917Z | [ host-image] Aug 08 20:44:50.626 INFO O| Aug 08 20:44:50.626 INFO ok! |
8784 | 2024-08-08T20:44:51.917Z | [ host-image] Aug 08 20:44:50.626 INFO O| Aug 08 20:44:50.626 INFO STEP 36 (ensure_file) COMPLETE |
8785 | 2024-08-08T20:44:51.917Z | [ host-image] Aug 08 20:44:50.626 INFO O| Aug 08 20:44:50.626 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8786 | 2024-08-08T20:44:51.922Z | [ host-image] Aug 08 20:44:50.636 INFO O| Aug 08 20:44:50.636 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8787 | 2024-08-08T20:44:51.925Z | [ host-image] Aug 08 20:44:50.636 INFO O| Aug 08 20:44:50.636 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 ... |
8788 | 2024-08-08T20:44:51.925Z | [ host-image] Aug 08 20:44:50.636 INFO O| Aug 08 20:44:50.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8789 | 2024-08-08T20:44:51.925Z | [ host-image] Aug 08 20:44:50.636 INFO O| Aug 08 20:44:50.636 INFO ok! |
8790 | 2024-08-08T20:44:51.925Z | [ host-image] Aug 08 20:44:50.636 INFO O| Aug 08 20:44:50.636 INFO STEP 37 (ensure_symlink) COMPLETE |
8791 | 2024-08-08T20:44:51.925Z | [ host-image] Aug 08 20:44:50.636 INFO O| Aug 08 20:44:50.636 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8792 | 2024-08-08T20:44:51.934Z | [ host-image] Aug 08 20:44:50.647 INFO O| Aug 08 20:44:50.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8793 | 2024-08-08T20:44:51.934Z | [ host-image] Aug 08 20:44:50.647 INFO O| Aug 08 20:44:50.647 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8794 | 2024-08-08T20:44:51.937Z | [ host-image] Aug 08 20:44:50.648 INFO O| Aug 08 20:44:50.648 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8795 | 2024-08-08T20:44:51.937Z | [ host-image] Aug 08 20:44:50.648 INFO O| Aug 08 20:44:50.648 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8796 | 2024-08-08T20:44:51.937Z | [ host-image] Aug 08 20:44:50.648 INFO O| Aug 08 20:44:50.648 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8797 | 2024-08-08T20:44:51.937Z | [ host-image] Aug 08 20:44:50.648 INFO O| Aug 08 20:44:50.648 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8798 | 2024-08-08T20:44:51.937Z | [ host-image] Aug 08 20:44:50.648 INFO O| Aug 08 20:44:50.648 INFO ok! |
8799 | 2024-08-08T20:44:51.937Z | [ host-image] Aug 08 20:44:50.648 INFO O| Aug 08 20:44:50.648 INFO STEP 38 (ensure_file) COMPLETE |
8800 | 2024-08-08T20:44:51.937Z | [ host-image] Aug 08 20:44:50.648 INFO O| Aug 08 20:44:50.648 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8801 | 2024-08-08T20:44:51.947Z | [ host-image] Aug 08 20:44:50.660 INFO O| Aug 08 20:44:50.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8802 | 2024-08-08T20:44:51.947Z | [ host-image] Aug 08 20:44:50.660 INFO O| Aug 08 20:44:50.660 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 ... |
8803 | 2024-08-08T20:44:51.947Z | [ host-image] Aug 08 20:44:50.660 INFO O| Aug 08 20:44:50.660 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 |
8804 | 2024-08-08T20:44:51.950Z | [ host-image] Aug 08 20:44:50.660 INFO O| Aug 08 20:44:50.660 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8805 | 2024-08-08T20:44:51.950Z | [ host-image] Aug 08 20:44:50.660 INFO O| Aug 08 20:44:50.660 INFO ok! |
8806 | 2024-08-08T20:44:51.950Z | [ host-image] Aug 08 20:44:50.660 INFO O| Aug 08 20:44:50.660 INFO STEP 39 (ensure_file) COMPLETE |
8807 | 2024-08-08T20:44:51.950Z | [ host-image] Aug 08 20:44:50.661 INFO O| Aug 08 20:44:50.660 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8808 | 2024-08-08T20:44:51.962Z | [ host-image] Aug 08 20:44:50.675 INFO O| Aug 08 20:44:50.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8809 | 2024-08-08T20:44:51.962Z | [ host-image] Aug 08 20:44:50.676 INFO O| Aug 08 20:44:50.675 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8810 | 2024-08-08T20:44:51.965Z | [ host-image] Aug 08 20:44:50.676 INFO O| Aug 08 20:44:50.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8811 | 2024-08-08T20:44:51.965Z | [ host-image] Aug 08 20:44:50.676 INFO O| Aug 08 20:44:50.676 INFO ok! |
8812 | 2024-08-08T20:44:51.965Z | [ host-image] Aug 08 20:44:50.676 INFO O| Aug 08 20:44:50.676 INFO STEP 40 (ensure_file) COMPLETE |
8813 | 2024-08-08T20:44:51.965Z | [ host-image] Aug 08 20:44:50.676 INFO O| Aug 08 20:44:50.676 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8814 | 2024-08-08T20:44:51.972Z | [ host-image] Aug 08 20:44:50.686 INFO O| Aug 08 20:44:50.686 INFO updating shadow file |
8815 | 2024-08-08T20:44:51.975Z | [ host-image] Aug 08 20:44:50.686 INFO O| Aug 08 20:44:50.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8816 | 2024-08-08T20:44:51.975Z | [ host-image] Aug 08 20:44:50.686 INFO O| Aug 08 20:44:50.686 INFO STEP 41 (shadow) COMPLETE |
8817 | 2024-08-08T20:44:51.975Z | [ host-image] Aug 08 20:44:50.686 INFO O| Aug 08 20:44:50.686 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8818 | 2024-08-08T20:44:51.983Z | [ host-image] Aug 08 20:44:50.696 INFO O| Aug 08 20:44:50.696 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8819 | 2024-08-08T20:44:51.983Z | [ host-image] Aug 08 20:44:50.696 INFO O| Aug 08 20:44:50.696 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8820 | 2024-08-08T20:44:51.986Z | [ host-image] Aug 08 20:44:50.696 INFO O| Aug 08 20:44:50.696 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8821 | 2024-08-08T20:44:51.986Z | [ host-image] Aug 08 20:44:50.696 INFO O| Aug 08 20:44:50.696 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8822 | 2024-08-08T20:44:51.986Z | [ host-image] Aug 08 20:44:50.696 INFO O| Aug 08 20:44:50.696 INFO ok! |
8823 | 2024-08-08T20:44:51.986Z | [ host-image] Aug 08 20:44:50.696 INFO O| Aug 08 20:44:50.696 INFO STEP 42 (ensure_file) COMPLETE |
8824 | 2024-08-08T20:44:51.986Z | [ host-image] Aug 08 20:44:50.696 INFO O| Aug 08 20:44:50.696 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8825 | 2024-08-08T20:44:51.986Z | [ host-image] Aug 08 20:44:50.696 INFO O| Aug 08 20:44:50.696 INFO skip step because feature "mfg" is not enabled |
8826 | 2024-08-08T20:44:51.986Z | [ host-image] Aug 08 20:44:50.696 INFO O| Aug 08 20:44:50.696 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8827 | 2024-08-08T20:44:51.986Z | [ host-image] Aug 08 20:44:50.696 INFO O| Aug 08 20:44:50.696 INFO skip step because feature "mfg" is not enabled |
8828 | 2024-08-08T20:44:51.986Z | [ host-image] Aug 08 20:44:50.696 INFO O| Aug 08 20:44:50.696 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8829 | 2024-08-08T20:44:51.993Z | [ host-image] Aug 08 20:44:50.707 INFO O| Aug 08 20:44:50.707 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8830 | 2024-08-08T20:44:51.993Z | [ host-image] Aug 08 20:44:50.707 INFO O| Aug 08 20:44:50.707 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8831 | 2024-08-08T20:44:52.640Z | [ host-image] Aug 08 20:44:51.353 INFO O| Aug 08 20:44:51.353 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8832 | 2024-08-08T20:44:52.640Z | [ host-image] Aug 08 20:44:51.353 INFO O| Aug 08 20:44:51.353 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8833 | 2024-08-08T20:44:52.642Z | [ host-image] Aug 08 20:44:51.353 INFO O| Aug 08 20:44:51.353 INFO ok! |
8834 | 2024-08-08T20:44:52.643Z | [ host-image] Aug 08 20:44:51.353 INFO O| Aug 08 20:44:51.353 INFO STEP 45 (ensure_file) COMPLETE |
8835 | 2024-08-08T20:44:52.643Z | [ host-image] Aug 08 20:44:51.353 INFO O| Aug 08 20:44:51.353 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8836 | 2024-08-08T20:44:52.652Z | [ host-image] Aug 08 20:44:51.365 INFO O| Aug 08 20:44:51.365 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8837 | 2024-08-08T20:44:52.655Z | [ host-image] Aug 08 20:44:51.365 INFO O| Aug 08 20:44:51.365 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8838 | 2024-08-08T20:44:52.655Z | [ host-image] Aug 08 20:44:51.365 INFO O| Aug 08 20:44:51.365 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8839 | 2024-08-08T20:44:52.655Z | [ host-image] Aug 08 20:44:51.366 INFO O| Aug 08 20:44:51.366 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8840 | 2024-08-08T20:44:52.655Z | [ host-image] Aug 08 20:44:51.366 INFO O| Aug 08 20:44:51.366 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8841 | 2024-08-08T20:44:52.655Z | [ host-image] Aug 08 20:44:51.366 INFO O| Aug 08 20:44:51.366 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8842 | 2024-08-08T20:44:52.655Z | [ host-image] Aug 08 20:44:51.366 INFO O| Aug 08 20:44:51.366 INFO ok! |
8843 | 2024-08-08T20:44:52.655Z | [ host-image] Aug 08 20:44:51.366 INFO O| Aug 08 20:44:51.366 INFO STEP 46 (ensure_file) COMPLETE |
8844 | 2024-08-08T20:44:52.655Z | [ host-image] Aug 08 20:44:51.366 INFO O| Aug 08 20:44:51.366 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8845 | 2024-08-08T20:44:52.662Z | [ host-image] Aug 08 20:44:51.376 INFO O| Aug 08 20:44:51.376 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8846 | 2024-08-08T20:44:52.662Z | [ host-image] Aug 08 20:44:51.376 INFO O| Aug 08 20:44:51.376 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 ... |
8847 | 2024-08-08T20:44:52.665Z | [ host-image] Aug 08 20:44:51.376 INFO O| Aug 08 20:44:51.376 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 |
8848 | 2024-08-08T20:44:52.665Z | [ host-image] Aug 08 20:44:51.376 INFO O| Aug 08 20:44:51.376 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8849 | 2024-08-08T20:44:52.665Z | [ host-image] Aug 08 20:44:51.376 INFO O| Aug 08 20:44:51.376 INFO ok! |
8850 | 2024-08-08T20:44:52.665Z | [ host-image] Aug 08 20:44:51.376 INFO O| Aug 08 20:44:51.376 INFO STEP 47 (ensure_file) COMPLETE |
8851 | 2024-08-08T20:44:52.665Z | [ host-image] Aug 08 20:44:51.376 INFO O| Aug 08 20:44:51.376 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8852 | 2024-08-08T20:44:52.672Z | [ host-image] Aug 08 20:44:51.386 INFO O| Aug 08 20:44:51.385 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8853 | 2024-08-08T20:44:52.672Z | [ host-image] Aug 08 20:44:51.386 INFO O| Aug 08 20:44:51.386 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8854 | 2024-08-08T20:44:52.675Z | [ host-image] Aug 08 20:44:51.386 INFO O| Aug 08 20:44:51.386 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8855 | 2024-08-08T20:44:52.675Z | [ host-image] Aug 08 20:44:51.386 INFO O| Aug 08 20:44:51.386 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8856 | 2024-08-08T20:44:52.675Z | [ host-image] Aug 08 20:44:51.386 INFO O| Aug 08 20:44:51.386 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8857 | 2024-08-08T20:44:52.675Z | [ host-image] Aug 08 20:44:51.386 INFO O| Aug 08 20:44:51.386 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8858 | 2024-08-08T20:44:52.675Z | [ host-image] Aug 08 20:44:51.386 INFO O| Aug 08 20:44:51.386 INFO ok! |
8859 | 2024-08-08T20:44:52.675Z | [ host-image] Aug 08 20:44:51.386 INFO O| Aug 08 20:44:51.386 INFO STEP 48 (ensure_file) COMPLETE |
8860 | 2024-08-08T20:44:52.675Z | [ host-image] Aug 08 20:44:51.386 INFO O| Aug 08 20:44:51.386 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8861 | 2024-08-08T20:44:52.682Z | [ host-image] Aug 08 20:44:51.395 INFO O| Aug 08 20:44:51.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8862 | 2024-08-08T20:44:52.682Z | [ host-image] Aug 08 20:44:51.395 INFO O| Aug 08 20:44:51.395 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 ... |
8863 | 2024-08-08T20:44:52.685Z | [ host-image] Aug 08 20:44:51.396 INFO O| Aug 08 20:44:51.395 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 |
8864 | 2024-08-08T20:44:52.685Z | [ host-image] Aug 08 20:44:51.396 INFO O| Aug 08 20:44:51.396 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8865 | 2024-08-08T20:44:52.685Z | [ host-image] Aug 08 20:44:51.396 INFO O| Aug 08 20:44:51.396 INFO ok! |
8866 | 2024-08-08T20:44:52.685Z | [ host-image] Aug 08 20:44:51.396 INFO O| Aug 08 20:44:51.396 INFO STEP 49 (ensure_file) COMPLETE |
8867 | 2024-08-08T20:44:52.685Z | [ host-image] Aug 08 20:44:51.396 INFO O| Aug 08 20:44:51.396 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8868 | 2024-08-08T20:44:52.692Z | [ host-image] Aug 08 20:44:51.405 INFO O| Aug 08 20:44:51.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8869 | 2024-08-08T20:44:52.695Z | [ host-image] Aug 08 20:44:51.405 INFO O| Aug 08 20:44:51.405 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8870 | 2024-08-08T20:44:52.695Z | [ host-image] Aug 08 20:44:51.406 INFO O| Aug 08 20:44:51.405 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8871 | 2024-08-08T20:44:52.695Z | [ host-image] Aug 08 20:44:51.406 INFO O| Aug 08 20:44:51.406 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8872 | 2024-08-08T20:44:52.695Z | [ host-image] Aug 08 20:44:51.406 INFO O| Aug 08 20:44:51.406 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8873 | 2024-08-08T20:44:52.695Z | [ host-image] Aug 08 20:44:51.406 INFO O| Aug 08 20:44:51.406 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8874 | 2024-08-08T20:44:52.695Z | [ host-image] Aug 08 20:44:51.406 INFO O| Aug 08 20:44:51.406 INFO ok! |
8875 | 2024-08-08T20:44:52.695Z | [ host-image] Aug 08 20:44:51.406 INFO O| Aug 08 20:44:51.406 INFO STEP 50 (ensure_file) COMPLETE |
8876 | 2024-08-08T20:44:52.695Z | [ host-image] Aug 08 20:44:51.406 INFO O| Aug 08 20:44:51.406 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8877 | 2024-08-08T20:44:52.702Z | [ host-image] Aug 08 20:44:51.415 INFO O| Aug 08 20:44:51.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8878 | 2024-08-08T20:44:52.702Z | [ host-image] Aug 08 20:44:51.415 INFO O| Aug 08 20:44:51.415 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 ... |
8879 | 2024-08-08T20:44:52.705Z | [ host-image] Aug 08 20:44:51.416 INFO O| Aug 08 20:44:51.415 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 |
8880 | 2024-08-08T20:44:52.705Z | [ host-image] Aug 08 20:44:51.416 INFO O| Aug 08 20:44:51.416 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8881 | 2024-08-08T20:44:52.705Z | [ host-image] Aug 08 20:44:51.416 INFO O| Aug 08 20:44:51.416 INFO ok! |
8882 | 2024-08-08T20:44:52.705Z | [ host-image] Aug 08 20:44:51.416 INFO O| Aug 08 20:44:51.416 INFO STEP 51 (ensure_file) COMPLETE |
8883 | 2024-08-08T20:44:52.705Z | [ host-image] Aug 08 20:44:51.416 INFO O| Aug 08 20:44:51.416 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8884 | 2024-08-08T20:44:52.712Z | [ host-image] Aug 08 20:44:51.425 INFO O| Aug 08 20:44:51.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8885 | 2024-08-08T20:44:52.712Z | [ host-image] Aug 08 20:44:51.425 INFO O| Aug 08 20:44:51.425 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 ... |
8886 | 2024-08-08T20:44:52.714Z | [ host-image] Aug 08 20:44:51.425 INFO O| Aug 08 20:44:51.425 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 |
8887 | 2024-08-08T20:44:52.714Z | [ host-image] Aug 08 20:44:51.425 INFO O| Aug 08 20:44:51.425 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8888 | 2024-08-08T20:44:52.715Z | [ host-image] Aug 08 20:44:51.425 INFO O| Aug 08 20:44:51.425 INFO ok! |
8889 | 2024-08-08T20:44:52.715Z | [ host-image] Aug 08 20:44:51.425 INFO O| Aug 08 20:44:51.425 INFO STEP 52 (ensure_file) COMPLETE |
8890 | 2024-08-08T20:44:52.715Z | [ host-image] Aug 08 20:44:51.425 INFO O| Aug 08 20:44:51.425 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8891 | 2024-08-08T20:44:52.721Z | [ host-image] Aug 08 20:44:51.435 INFO O| Aug 08 20:44:51.435 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8892 | 2024-08-08T20:44:52.721Z | [ host-image] Aug 08 20:44:51.435 INFO O| Aug 08 20:44:51.435 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 ... |
8893 | 2024-08-08T20:44:52.724Z | [ host-image] Aug 08 20:44:51.435 INFO O| Aug 08 20:44:51.435 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 |
8894 | 2024-08-08T20:44:52.724Z | [ host-image] Aug 08 20:44:51.435 INFO O| Aug 08 20:44:51.435 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8895 | 2024-08-08T20:44:52.724Z | [ host-image] Aug 08 20:44:51.435 INFO O| Aug 08 20:44:51.435 INFO ok! |
8896 | 2024-08-08T20:44:52.724Z | [ host-image] Aug 08 20:44:51.435 INFO O| Aug 08 20:44:51.435 INFO STEP 53 (ensure_file) COMPLETE |
8897 | 2024-08-08T20:44:52.724Z | [ host-image] Aug 08 20:44:51.435 INFO O| Aug 08 20:44:51.435 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8898 | 2024-08-08T20:44:52.731Z | [ host-image] Aug 08 20:44:51.444 INFO O| Aug 08 20:44:51.444 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8899 | 2024-08-08T20:44:52.731Z | [ host-image] Aug 08 20:44:51.445 INFO O| Aug 08 20:44:51.444 INFO STEP 54 (ensure_dir) COMPLETE |
8900 | 2024-08-08T20:44:52.734Z | [ host-image] Aug 08 20:44:51.445 INFO O| Aug 08 20:44:51.444 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8901 | 2024-08-08T20:44:52.740Z | [ host-image] Aug 08 20:44:51.454 INFO O| Aug 08 20:44:51.454 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8902 | 2024-08-08T20:44:52.740Z | [ host-image] Aug 08 20:44:51.454 INFO O| Aug 08 20:44:51.454 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8903 | 2024-08-08T20:44:52.743Z | [ host-image] Aug 08 20:44:51.454 INFO O| Aug 08 20:44:51.454 INFO STEP 55 (ensure_dir) COMPLETE |
8904 | 2024-08-08T20:44:52.743Z | [ host-image] Aug 08 20:44:51.454 INFO O| Aug 08 20:44:51.454 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8905 | 2024-08-08T20:44:52.750Z | [ host-image] Aug 08 20:44:51.463 INFO O| Aug 08 20:44:51.463 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8906 | 2024-08-08T20:44:52.752Z | [ host-image] Aug 08 20:44:51.463 INFO O| Aug 08 20:44:51.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8907 | 2024-08-08T20:44:52.753Z | [ host-image] Aug 08 20:44:51.464 INFO O| Aug 08 20:44:51.463 INFO STEP 56 (ensure_dir) COMPLETE |
8908 | 2024-08-08T20:44:52.753Z | [ host-image] Aug 08 20:44:51.464 INFO O| Aug 08 20:44:51.463 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8909 | 2024-08-08T20:44:52.760Z | [ host-image] Aug 08 20:44:51.473 INFO O| Aug 08 20:44:51.473 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8910 | 2024-08-08T20:44:52.763Z | [ host-image] Aug 08 20:44:51.473 INFO O| Aug 08 20:44:51.473 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8911 | 2024-08-08T20:44:52.775Z | [ host-image] Aug 08 20:44:51.488 INFO O| Aug 08 20:44:51.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8912 | 2024-08-08T20:44:52.775Z | [ host-image] Aug 08 20:44:51.488 INFO O| Aug 08 20:44:51.488 INFO ok! |
8913 | 2024-08-08T20:44:52.775Z | [ host-image] Aug 08 20:44:51.488 INFO O| Aug 08 20:44:51.488 INFO STEP 57 (ensure_file) COMPLETE |
8914 | 2024-08-08T20:44:52.777Z | [ host-image] Aug 08 20:44:51.488 INFO O| Aug 08 20:44:51.488 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8915 | 2024-08-08T20:44:52.787Z | [ host-image] Aug 08 20:44:51.500 INFO O| Aug 08 20:44:51.500 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
8916 | 2024-08-08T20:44:52.790Z | [ host-image] Aug 08 20:44:51.500 INFO O| Aug 08 20:44:51.500 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
8917 | 2024-08-08T20:44:53.944Z | [ host-image] Aug 08 20:44:52.657 INFO O| Aug 08 20:44:52.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
8918 | 2024-08-08T20:44:53.944Z | [ host-image] Aug 08 20:44:52.657 INFO O| Aug 08 20:44:52.657 INFO ok! |
8919 | 2024-08-08T20:44:53.948Z | [ host-image] Aug 08 20:44:52.657 INFO O| Aug 08 20:44:52.657 INFO STEP 58 (ensure_file) COMPLETE |
8920 | 2024-08-08T20:44:53.948Z | [ host-image] Aug 08 20:44:52.657 INFO O| Aug 08 20:44:52.657 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8921 | 2024-08-08T20:44:53.956Z | [ host-image] Aug 08 20:44:52.669 INFO O| Aug 08 20:44:52.669 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8922 | 2024-08-08T20:44:53.956Z | [ host-image] Aug 08 20:44:52.669 INFO O| Aug 08 20:44:52.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8923 | 2024-08-08T20:44:53.959Z | [ host-image] Aug 08 20:44:52.669 INFO O| Aug 08 20:44:52.669 INFO STEP 59 (ensure_dir) COMPLETE |
8924 | 2024-08-08T20:44:53.959Z | [ host-image] Aug 08 20:44:52.669 INFO O| Aug 08 20:44:52.669 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8925 | 2024-08-08T20:44:53.966Z | [ host-image] Aug 08 20:44:52.680 INFO O| Aug 08 20:44:52.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8926 | 2024-08-08T20:44:53.966Z | [ host-image] Aug 08 20:44:52.680 INFO O| Aug 08 20:44:52.680 INFO copying /tmp/.tmpnXysWF/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 ... |
8927 | 2024-08-08T20:44:53.969Z | [ host-image] Aug 08 20:44:52.680 INFO O| Aug 08 20:44:52.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8928 | 2024-08-08T20:44:53.969Z | [ host-image] Aug 08 20:44:52.680 INFO O| Aug 08 20:44:52.680 INFO ok! |
8929 | 2024-08-08T20:44:53.969Z | [ host-image] Aug 08 20:44:52.680 INFO O| Aug 08 20:44:52.680 INFO STEP 60 (ensure_file) COMPLETE |
8930 | 2024-08-08T20:44:53.969Z | [ host-image] Aug 08 20:44:52.680 INFO O| Aug 08 20:44:52.680 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8931 | 2024-08-08T20:44:53.976Z | [ host-image] Aug 08 20:44:52.689 INFO O| Aug 08 20:44:52.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8932 | 2024-08-08T20:44:53.976Z | [ host-image] Aug 08 20:44:52.689 INFO O| Aug 08 20:44:52.689 INFO copying /tmp/.tmpnXysWF/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 ... |
8933 | 2024-08-08T20:44:53.979Z | [ host-image] Aug 08 20:44:52.689 INFO O| Aug 08 20:44:52.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
8934 | 2024-08-08T20:44:53.979Z | [ host-image] Aug 08 20:44:52.689 INFO O| Aug 08 20:44:52.689 INFO ok! |
8935 | 2024-08-08T20:44:53.979Z | [ host-image] Aug 08 20:44:52.689 INFO O| Aug 08 20:44:52.689 INFO STEP 61 (ensure_file) COMPLETE |
8936 | 2024-08-08T20:44:53.979Z | [ host-image] Aug 08 20:44:52.689 INFO O| Aug 08 20:44:52.689 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8937 | 2024-08-08T20:44:53.988Z | [ host-image] Aug 08 20:44:52.701 INFO O| Aug 08 20:44:52.701 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8938 | 2024-08-08T20:44:53.988Z | [ host-image] Aug 08 20:44:52.701 INFO O| Aug 08 20:44:52.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8939 | 2024-08-08T20:44:53.991Z | [ host-image] Aug 08 20:44:52.701 INFO O| Aug 08 20:44:52.701 INFO STEP 62 (ensure_dir) COMPLETE |
8940 | 2024-08-08T20:44:53.991Z | [ host-image] Aug 08 20:44:52.701 INFO O| Aug 08 20:44:52.701 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8941 | 2024-08-08T20:44:53.997Z | [ host-image] Aug 08 20:44:52.711 INFO O| Aug 08 20:44:52.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8942 | 2024-08-08T20:44:53.998Z | [ host-image] Aug 08 20:44:52.711 INFO O| Aug 08 20:44:52.711 INFO copying /tmp/.tmpnXysWF/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 ... |
8943 | 2024-08-08T20:44:54.000Z | [ host-image] Aug 08 20:44:52.711 INFO O| Aug 08 20:44:52.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8944 | 2024-08-08T20:44:54.001Z | [ host-image] Aug 08 20:44:52.711 INFO O| Aug 08 20:44:52.711 INFO ok! |
8945 | 2024-08-08T20:44:54.001Z | [ host-image] Aug 08 20:44:52.711 INFO O| Aug 08 20:44:52.711 INFO STEP 63 (ensure_file) COMPLETE |
8946 | 2024-08-08T20:44:54.001Z | [ host-image] Aug 08 20:44:52.711 INFO O| Aug 08 20:44:52.711 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8947 | 2024-08-08T20:44:54.007Z | [ host-image] Aug 08 20:44:52.720 INFO O| Aug 08 20:44:52.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8948 | 2024-08-08T20:44:54.007Z | [ host-image] Aug 08 20:44:52.720 INFO O| Aug 08 20:44:52.720 INFO copying /tmp/.tmpnXysWF/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 ... |
8949 | 2024-08-08T20:44:54.007Z | [ host-image] Aug 08 20:44:52.720 INFO O| Aug 08 20:44:52.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
8950 | 2024-08-08T20:44:54.010Z | [ host-image] Aug 08 20:44:52.720 INFO O| Aug 08 20:44:52.720 INFO ok! |
8951 | 2024-08-08T20:44:54.010Z | [ host-image] Aug 08 20:44:52.720 INFO O| Aug 08 20:44:52.720 INFO STEP 64 (ensure_file) COMPLETE |
8952 | 2024-08-08T20:44:54.010Z | [ host-image] Aug 08 20:44:52.720 INFO O| Aug 08 20:44:52.720 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8953 | 2024-08-08T20:44:54.017Z | [ host-image] Aug 08 20:44:52.730 INFO O| Aug 08 20:44:52.730 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8954 | 2024-08-08T20:44:54.017Z | [ host-image] Aug 08 20:44:52.730 INFO O| Aug 08 20:44:52.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8955 | 2024-08-08T20:44:54.020Z | [ host-image] Aug 08 20:44:52.730 INFO O| Aug 08 20:44:52.730 INFO STEP 65 (ensure_dir) COMPLETE |
8956 | 2024-08-08T20:44:54.020Z | [ host-image] Aug 08 20:44:52.730 INFO O| Aug 08 20:44:52.730 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8957 | 2024-08-08T20:44:54.027Z | [ host-image] Aug 08 20:44:52.740 INFO O| Aug 08 20:44:52.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8958 | 2024-08-08T20:44:54.027Z | [ host-image] Aug 08 20:44:52.740 INFO O| Aug 08 20:44:52.740 INFO copying /tmp/.tmpnXysWF/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 ... |
8959 | 2024-08-08T20:44:54.030Z | [ host-image] Aug 08 20:44:52.740 INFO O| Aug 08 20:44:52.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8960 | 2024-08-08T20:44:54.030Z | [ host-image] Aug 08 20:44:52.740 INFO O| Aug 08 20:44:52.740 INFO ok! |
8961 | 2024-08-08T20:44:54.030Z | [ host-image] Aug 08 20:44:52.740 INFO O| Aug 08 20:44:52.740 INFO STEP 66 (ensure_file) COMPLETE |
8962 | 2024-08-08T20:44:54.030Z | [ host-image] Aug 08 20:44:52.740 INFO O| Aug 08 20:44:52.740 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8963 | 2024-08-08T20:44:54.037Z | [ host-image] Aug 08 20:44:52.750 INFO O| Aug 08 20:44:52.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
8964 | 2024-08-08T20:44:54.037Z | [ host-image] Aug 08 20:44:52.750 INFO O| Aug 08 20:44:52.750 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
8965 | 2024-08-08T20:44:54.040Z | [ host-image] Aug 08 20:44:52.750 INFO O| Aug 08 20:44:52.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
8966 | 2024-08-08T20:44:54.040Z | [ host-image] Aug 08 20:44:52.750 INFO O| Aug 08 20:44:52.750 INFO ok! |
8967 | 2024-08-08T20:44:54.040Z | [ host-image] Aug 08 20:44:52.750 INFO O| Aug 08 20:44:52.750 INFO STEP 67 (ensure_file) COMPLETE |
8968 | 2024-08-08T20:44:54.040Z | [ host-image] Aug 08 20:44:52.750 INFO O| Aug 08 20:44:52.750 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8969 | 2024-08-08T20:44:54.046Z | [ host-image] Aug 08 20:44:52.759 INFO O| Aug 08 20:44:52.759 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
8970 | 2024-08-08T20:44:54.046Z | [ host-image] Aug 08 20:44:52.759 INFO O| Aug 08 20:44:52.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
8971 | 2024-08-08T20:44:54.046Z | [ host-image] Aug 08 20:44:52.759 INFO O| Aug 08 20:44:52.759 INFO STEP 68 (ensure_dir) COMPLETE |
8972 | 2024-08-08T20:44:54.049Z | [ host-image] Aug 08 20:44:52.759 INFO O| Aug 08 20:44:52.759 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8973 | 2024-08-08T20:44:54.056Z | [ host-image] Aug 08 20:44:52.769 INFO O| Aug 08 20:44:52.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
8974 | 2024-08-08T20:44:54.056Z | [ host-image] Aug 08 20:44:52.769 INFO O| Aug 08 20:44:52.769 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
8975 | 2024-08-08T20:44:54.624Z | [ host-image] Aug 08 20:44:53.337 INFO O| Aug 08 20:44:53.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
8976 | 2024-08-08T20:44:54.624Z | [ host-image] Aug 08 20:44:53.337 INFO O| Aug 08 20:44:53.337 INFO ok! |
8977 | 2024-08-08T20:44:54.624Z | [ host-image] Aug 08 20:44:53.337 INFO O| Aug 08 20:44:53.337 INFO STEP 69 (ensure_file) COMPLETE |
8978 | 2024-08-08T20:44:54.627Z | [ host-image] Aug 08 20:44:53.337 INFO O| Aug 08 20:44:53.337 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8979 | 2024-08-08T20:44:54.635Z | [ host-image] Aug 08 20:44:53.348 INFO O| Aug 08 20:44:53.348 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
8980 | 2024-08-08T20:44:54.635Z | [ host-image] Aug 08 20:44:53.348 INFO O| Aug 08 20:44:53.348 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
8981 | 2024-08-08T20:44:56.161Z | [ host-image] Aug 08 20:44:54.872 INFO O| Aug 08 20:44:54.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
8982 | 2024-08-08T20:44:56.161Z | [ host-image] Aug 08 20:44:54.872 INFO O| Aug 08 20:44:54.872 INFO ok! |
8983 | 2024-08-08T20:44:56.164Z | [ host-image] Aug 08 20:44:54.872 INFO O| Aug 08 20:44:54.872 INFO STEP 70 (ensure_file) COMPLETE |
8984 | 2024-08-08T20:44:56.164Z | [ host-image] Aug 08 20:44:54.872 INFO O| Aug 08 20:44:54.872 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8985 | 2024-08-08T20:44:56.170Z | [ host-image] Aug 08 20:44:54.883 INFO O| Aug 08 20:44:54.883 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
8986 | 2024-08-08T20:44:56.173Z | [ host-image] Aug 08 20:44:54.883 INFO O| Aug 08 20:44:54.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
8987 | 2024-08-08T20:44:56.173Z | [ host-image] Aug 08 20:44:54.883 INFO O| Aug 08 20:44:54.883 INFO STEP 71 (ensure_dir) COMPLETE |
8988 | 2024-08-08T20:44:56.173Z | [ host-image] Aug 08 20:44:54.883 INFO O| Aug 08 20:44:54.883 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8989 | 2024-08-08T20:44:56.180Z | [ host-image] Aug 08 20:44:54.892 INFO O| Aug 08 20:44:54.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
8990 | 2024-08-08T20:44:56.183Z | [ host-image] Aug 08 20:44:54.892 INFO O| Aug 08 20:44:54.892 INFO copying /tmp/.tmpnXysWF/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 ... |
8991 | 2024-08-08T20:44:56.183Z | [ host-image] Aug 08 20:44:54.892 INFO O| Aug 08 20:44:54.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
8992 | 2024-08-08T20:44:56.183Z | [ host-image] Aug 08 20:44:54.892 INFO O| Aug 08 20:44:54.892 INFO ok! |
8993 | 2024-08-08T20:44:56.183Z | [ host-image] Aug 08 20:44:54.893 INFO O| Aug 08 20:44:54.892 INFO STEP 72 (ensure_file) COMPLETE |
8994 | 2024-08-08T20:44:56.183Z | [ host-image] Aug 08 20:44:54.893 INFO O| Aug 08 20:44:54.892 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8995 | 2024-08-08T20:44:56.190Z | [ host-image] Aug 08 20:44:54.902 INFO O| Aug 08 20:44:54.902 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
8996 | 2024-08-08T20:44:56.192Z | [ host-image] Aug 08 20:44:54.902 INFO O| Aug 08 20:44:54.902 INFO copying /tmp/.tmpnXysWF/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 ... |
8997 | 2024-08-08T20:44:56.192Z | [ host-image] Aug 08 20:44:54.902 INFO O| Aug 08 20:44:54.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
8998 | 2024-08-08T20:44:56.192Z | [ host-image] Aug 08 20:44:54.902 INFO O| Aug 08 20:44:54.902 INFO ok! |
8999 | 2024-08-08T20:44:56.192Z | [ host-image] Aug 08 20:44:54.902 INFO O| Aug 08 20:44:54.902 INFO STEP 73 (ensure_file) COMPLETE |
9000 | 2024-08-08T20:44:56.192Z | [ host-image] Aug 08 20:44:54.902 INFO O| Aug 08 20:44:54.902 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9001 | 2024-08-08T20:44:56.199Z | [ host-image] Aug 08 20:44:54.911 INFO O| Aug 08 20:44:54.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9002 | 2024-08-08T20:44:56.199Z | [ host-image] Aug 08 20:44:54.911 INFO O| Aug 08 20:44:54.911 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9003 | 2024-08-08T20:44:56.202Z | [ host-image] Aug 08 20:44:54.911 INFO O| Aug 08 20:44:54.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9004 | 2024-08-08T20:44:56.202Z | [ host-image] Aug 08 20:44:54.911 INFO O| Aug 08 20:44:54.911 INFO ok! |
9005 | 2024-08-08T20:44:56.202Z | [ host-image] Aug 08 20:44:54.911 INFO O| Aug 08 20:44:54.911 INFO STEP 74 (ensure_file) COMPLETE |
9006 | 2024-08-08T20:44:56.202Z | [ host-image] Aug 08 20:44:54.911 INFO O| Aug 08 20:44:54.911 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9007 | 2024-08-08T20:44:56.208Z | [ host-image] Aug 08 20:44:54.921 INFO O| Aug 08 20:44:54.921 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9008 | 2024-08-08T20:44:56.208Z | [ host-image] Aug 08 20:44:54.921 INFO O| Aug 08 20:44:54.921 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9009 | 2024-08-08T20:44:56.211Z | [ host-image] Aug 08 20:44:54.921 INFO O| Aug 08 20:44:54.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9010 | 2024-08-08T20:44:56.211Z | [ host-image] Aug 08 20:44:54.921 INFO O| Aug 08 20:44:54.921 INFO ok! |
9011 | 2024-08-08T20:44:56.211Z | [ host-image] Aug 08 20:44:54.921 INFO O| Aug 08 20:44:54.921 INFO STEP 75 (ensure_file) COMPLETE |
9012 | 2024-08-08T20:44:56.211Z | [ host-image] Aug 08 20:44:54.921 INFO O| Aug 08 20:44:54.921 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9013 | 2024-08-08T20:44:56.218Z | [ host-image] Aug 08 20:44:54.930 INFO O| Aug 08 20:44:54.930 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9014 | 2024-08-08T20:44:56.221Z | [ host-image] Aug 08 20:44:54.930 INFO O| Aug 08 20:44:54.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9015 | 2024-08-08T20:44:56.221Z | [ host-image] Aug 08 20:44:54.930 INFO O| Aug 08 20:44:54.930 INFO STEP 76 (ensure_dir) COMPLETE |
9016 | 2024-08-08T20:44:56.221Z | [ host-image] Aug 08 20:44:54.930 INFO O| Aug 08 20:44:54.930 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9017 | 2024-08-08T20:44:56.227Z | [ host-image] Aug 08 20:44:54.940 INFO O| Aug 08 20:44:54.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9018 | 2024-08-08T20:44:56.227Z | [ host-image] Aug 08 20:44:54.940 INFO O| Aug 08 20:44:54.940 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9019 | 2024-08-08T20:44:56.231Z | [ host-image] Aug 08 20:44:54.943 INFO O| Aug 08 20:44:54.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9020 | 2024-08-08T20:44:56.231Z | [ host-image] Aug 08 20:44:54.943 INFO O| Aug 08 20:44:54.943 INFO ok! |
9021 | 2024-08-08T20:44:56.231Z | [ host-image] Aug 08 20:44:54.943 INFO O| Aug 08 20:44:54.943 INFO STEP 77 (ensure_file) COMPLETE |
9022 | 2024-08-08T20:44:56.231Z | [ host-image] Aug 08 20:44:54.943 INFO O| Aug 08 20:44:54.943 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9023 | 2024-08-08T20:44:56.240Z | [ host-image] Aug 08 20:44:54.952 INFO O| Aug 08 20:44:54.952 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9024 | 2024-08-08T20:44:56.240Z | [ host-image] Aug 08 20:44:54.953 INFO O| Aug 08 20:44:54.952 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9025 | 2024-08-08T20:44:56.243Z | [ host-image] Aug 08 20:44:54.953 INFO O| Aug 08 20:44:54.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9026 | 2024-08-08T20:44:56.243Z | [ host-image] Aug 08 20:44:54.953 INFO O| Aug 08 20:44:54.953 INFO ok! |
9027 | 2024-08-08T20:44:56.243Z | [ host-image] Aug 08 20:44:54.953 INFO O| Aug 08 20:44:54.953 INFO STEP 78 (ensure_file) COMPLETE |
9028 | 2024-08-08T20:44:56.243Z | [ host-image] Aug 08 20:44:54.953 INFO O| Aug 08 20:44:54.953 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9029 | 2024-08-08T20:44:56.250Z | [ host-image] Aug 08 20:44:54.962 INFO O| Aug 08 20:44:54.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9030 | 2024-08-08T20:44:56.250Z | [ host-image] Aug 08 20:44:54.962 INFO O| Aug 08 20:44:54.962 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9031 | 2024-08-08T20:44:57.201Z | [ host-image] Aug 08 20:44:55.912 INFO O| Aug 08 20:44:55.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9032 | 2024-08-08T20:44:57.201Z | [ host-image] Aug 08 20:44:55.912 INFO O| Aug 08 20:44:55.912 INFO ok! |
9033 | 2024-08-08T20:44:57.201Z | [ host-image] Aug 08 20:44:55.912 INFO O| Aug 08 20:44:55.912 INFO STEP 79 (ensure_file) COMPLETE |
9034 | 2024-08-08T20:44:57.204Z | [ host-image] Aug 08 20:44:55.912 INFO O| Aug 08 20:44:55.912 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9035 | 2024-08-08T20:44:57.212Z | [ host-image] Aug 08 20:44:55.924 INFO O| Aug 08 20:44:55.924 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9036 | 2024-08-08T20:44:57.212Z | [ host-image] Aug 08 20:44:55.924 INFO O| Aug 08 20:44:55.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9037 | 2024-08-08T20:44:57.212Z | [ host-image] Aug 08 20:44:55.924 INFO O| Aug 08 20:44:55.924 INFO STEP 80 (ensure_dir) COMPLETE |
9038 | 2024-08-08T20:44:57.212Z | [ host-image] Aug 08 20:44:55.924 INFO O| Aug 08 20:44:55.924 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9039 | 2024-08-08T20:44:57.215Z | [ recovery-image] Aug 08 20:44:55.925 INFO E| Finished `release` profile [optimized] target(s) in 41.49s |
9040 | 2024-08-08T20:44:57.222Z | [ host-image] Aug 08 20:44:55.934 INFO O| Aug 08 20:44:55.934 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9041 | 2024-08-08T20:44:57.222Z | [ host-image] Aug 08 20:44:55.934 INFO O| Aug 08 20:44:55.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9042 | 2024-08-08T20:44:57.225Z | [ host-image] Aug 08 20:44:55.934 INFO O| Aug 08 20:44:55.934 INFO STEP 81 (ensure_dir) COMPLETE |
9043 | 2024-08-08T20:44:57.225Z | [ host-image] Aug 08 20:44:55.934 INFO O| Aug 08 20:44:55.934 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9044 | 2024-08-08T20:44:57.232Z | [ host-image] Aug 08 20:44:55.944 INFO O| Aug 08 20:44:55.944 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9045 | 2024-08-08T20:44:57.235Z | [ host-image] Aug 08 20:44:55.944 INFO O| Aug 08 20:44:55.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9046 | 2024-08-08T20:44:57.235Z | [ host-image] Aug 08 20:44:55.944 INFO O| Aug 08 20:44:55.944 INFO STEP 82 (ensure_dir) COMPLETE |
9047 | 2024-08-08T20:44:57.235Z | [ host-image] Aug 08 20:44:55.944 INFO O| Aug 08 20:44:55.944 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9048 | 2024-08-08T20:44:57.235Z | [ recovery-image] Aug 08 20:44:55.946 INFO building host image... |
9049 | 2024-08-08T20:44:57.235Z | [ recovery-image] Aug 08 20:44:55.947 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") |
9050 | 2024-08-08T20:44:57.242Z | [ host-image] Aug 08 20:44:55.954 INFO O| Aug 08 20:44:55.954 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9051 | 2024-08-08T20:44:57.242Z | [ host-image] Aug 08 20:44:55.954 INFO O| Aug 08 20:44:55.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9052 | 2024-08-08T20:44:57.242Z | [ host-image] Aug 08 20:44:55.954 INFO O| Aug 08 20:44:55.954 INFO STEP 83 (ensure_dir) COMPLETE |
9053 | 2024-08-08T20:44:57.242Z | [ host-image] Aug 08 20:44:55.954 INFO O| Aug 08 20:44:55.954 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9054 | 2024-08-08T20:44:57.251Z | [ host-image] Aug 08 20:44:55.963 INFO O| Aug 08 20:44:55.963 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9055 | 2024-08-08T20:44:57.251Z | [ host-image] Aug 08 20:44:55.963 INFO O| Aug 08 20:44:55.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9056 | 2024-08-08T20:44:57.254Z | [ host-image] Aug 08 20:44:55.963 INFO O| Aug 08 20:44:55.963 INFO STEP 84 (ensure_dir) COMPLETE |
9057 | 2024-08-08T20:44:57.254Z | [ host-image] Aug 08 20:44:55.963 INFO O| Aug 08 20:44:55.963 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9058 | 2024-08-08T20:44:57.261Z | [ host-image] Aug 08 20:44:55.973 INFO O| Aug 08 20:44:55.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9059 | 2024-08-08T20:44:57.261Z | [ host-image] Aug 08 20:44:55.973 INFO O| Aug 08 20:44:55.973 INFO copying /tmp/.tmpnXysWF/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 ... |
9060 | 2024-08-08T20:44:57.263Z | [ host-image] Aug 08 20:44:55.973 INFO O| Aug 08 20:44:55.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9061 | 2024-08-08T20:44:57.263Z | [ host-image] Aug 08 20:44:55.973 INFO O| Aug 08 20:44:55.973 INFO ok! |
9062 | 2024-08-08T20:44:57.263Z | [ host-image] Aug 08 20:44:55.973 INFO O| Aug 08 20:44:55.973 INFO STEP 85 (ensure_file) COMPLETE |
9063 | 2024-08-08T20:44:57.264Z | [ host-image] Aug 08 20:44:55.973 INFO O| Aug 08 20:44:55.973 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9064 | 2024-08-08T20:44:57.271Z | [ host-image] Aug 08 20:44:55.983 INFO O| Aug 08 20:44:55.983 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9065 | 2024-08-08T20:44:57.271Z | [ host-image] Aug 08 20:44:55.983 INFO O| Aug 08 20:44:55.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9066 | 2024-08-08T20:44:57.274Z | [ host-image] Aug 08 20:44:55.983 INFO O| Aug 08 20:44:55.983 INFO STEP 86 (ensure_dir) COMPLETE |
9067 | 2024-08-08T20:44:57.274Z | [ host-image] Aug 08 20:44:55.983 INFO O| Aug 08 20:44:55.983 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9068 | 2024-08-08T20:44:57.282Z | [ host-image] Aug 08 20:44:55.994 INFO O| Aug 08 20:44:55.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9069 | 2024-08-08T20:44:57.282Z | [ host-image] Aug 08 20:44:55.994 INFO O| Aug 08 20:44:55.994 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9070 | 2024-08-08T20:44:57.285Z | [ host-image] Aug 08 20:44:55.994 INFO O| Aug 08 20:44:55.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9071 | 2024-08-08T20:44:57.285Z | [ host-image] Aug 08 20:44:55.994 INFO O| Aug 08 20:44:55.994 INFO ok! |
9072 | 2024-08-08T20:44:57.285Z | [ host-image] Aug 08 20:44:55.994 INFO O| Aug 08 20:44:55.994 INFO STEP 87 (ensure_file) COMPLETE |
9073 | 2024-08-08T20:44:57.285Z | [ host-image] Aug 08 20:44:55.994 INFO O| Aug 08 20:44:55.994 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9074 | 2024-08-08T20:44:57.293Z | [ host-image] Aug 08 20:44:56.004 INFO O| Aug 08 20:44:56.004 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9075 | 2024-08-08T20:44:57.293Z | [ host-image] Aug 08 20:44:56.004 INFO O| Aug 08 20:44:56.004 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9076 | 2024-08-08T20:44:57.540Z | [ host-image] Aug 08 20:44:56.251 INFO O| Aug 08 20:44:56.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9077 | 2024-08-08T20:44:57.540Z | [ host-image] Aug 08 20:44:56.251 INFO O| Aug 08 20:44:56.251 INFO ok! |
9078 | 2024-08-08T20:44:57.540Z | [ host-image] Aug 08 20:44:56.251 INFO O| Aug 08 20:44:56.251 INFO STEP 88 (ensure_file) COMPLETE |
9079 | 2024-08-08T20:44:57.540Z | [ host-image] Aug 08 20:44:56.251 INFO O| Aug 08 20:44:56.251 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9080 | 2024-08-08T20:44:57.551Z | [ host-image] Aug 08 20:44:56.262 INFO O| Aug 08 20:44:56.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9081 | 2024-08-08T20:44:57.553Z | [ host-image] Aug 08 20:44:56.262 INFO O| Aug 08 20:44:56.262 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9082 | 2024-08-08T20:44:57.915Z | [ recovery-image] Aug 08 20:44:56.619 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9083 | 2024-08-08T20:44:58.066Z | [ host-image] Aug 08 20:44:56.776 INFO O| Aug 08 20:44:56.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9084 | 2024-08-08T20:44:58.066Z | [ host-image] Aug 08 20:44:56.776 INFO O| Aug 08 20:44:56.776 INFO ok! |
9085 | 2024-08-08T20:44:58.066Z | [ host-image] Aug 08 20:44:56.776 INFO O| Aug 08 20:44:56.776 INFO STEP 89 (ensure_file) COMPLETE |
9086 | 2024-08-08T20:44:58.066Z | [ host-image] Aug 08 20:44:56.776 INFO O| Aug 08 20:44:56.776 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9087 | 2024-08-08T20:44:58.079Z | [ host-image] Aug 08 20:44:56.788 INFO O| Aug 08 20:44:56.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9088 | 2024-08-08T20:44:58.079Z | [ host-image] Aug 08 20:44:56.788 INFO O| Aug 08 20:44:56.788 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9089 | 2024-08-08T20:44:58.085Z | [ host-image] Aug 08 20:44:56.789 INFO O| Aug 08 20:44:56.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9090 | 2024-08-08T20:44:58.085Z | [ host-image] Aug 08 20:44:56.789 INFO O| Aug 08 20:44:56.789 INFO ok! |
9091 | 2024-08-08T20:44:58.085Z | [ host-image] Aug 08 20:44:56.789 INFO O| Aug 08 20:44:56.789 INFO STEP 90 (ensure_file) COMPLETE |
9092 | 2024-08-08T20:44:58.085Z | [ host-image] Aug 08 20:44:56.789 INFO O| Aug 08 20:44:56.789 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9093 | 2024-08-08T20:44:58.092Z | [ host-image] Aug 08 20:44:56.803 INFO O| Aug 08 20:44:56.803 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9094 | 2024-08-08T20:44:58.096Z | [ host-image] Aug 08 20:44:56.803 INFO O| Aug 08 20:44:56.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9095 | 2024-08-08T20:44:58.096Z | [ host-image] Aug 08 20:44:56.804 INFO O| Aug 08 20:44:56.803 INFO STEP 91 (ensure_dir) COMPLETE |
9096 | 2024-08-08T20:44:58.096Z | [ host-image] Aug 08 20:44:56.804 INFO O| Aug 08 20:44:56.803 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9097 | 2024-08-08T20:44:58.106Z | [ host-image] Aug 08 20:44:56.817 INFO O| Aug 08 20:44:56.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9098 | 2024-08-08T20:44:58.106Z | [ host-image] Aug 08 20:44:56.817 INFO O| Aug 08 20:44:56.817 INFO copying /tmp/.tmpnXysWF/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 ... |
9099 | 2024-08-08T20:44:58.111Z | [ host-image] Aug 08 20:44:56.817 INFO O| Aug 08 20:44:56.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9100 | 2024-08-08T20:44:58.111Z | [ host-image] Aug 08 20:44:56.817 INFO O| Aug 08 20:44:56.817 INFO ok! |
9101 | 2024-08-08T20:44:58.112Z | [ host-image] Aug 08 20:44:56.817 INFO O| Aug 08 20:44:56.817 INFO STEP 92 (ensure_file) COMPLETE |
9102 | 2024-08-08T20:44:58.112Z | [ host-image] Aug 08 20:44:56.817 INFO O| Aug 08 20:44:56.817 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9103 | 2024-08-08T20:44:58.117Z | [ host-image] Aug 08 20:44:56.828 INFO O| Aug 08 20:44:56.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9104 | 2024-08-08T20:44:58.117Z | [ host-image] Aug 08 20:44:56.828 INFO O| Aug 08 20:44:56.828 INFO copying /tmp/.tmpnXysWF/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 ... |
9105 | 2024-08-08T20:44:58.122Z | [ host-image] Aug 08 20:44:56.829 INFO O| Aug 08 20:44:56.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9106 | 2024-08-08T20:44:58.122Z | [ host-image] Aug 08 20:44:56.829 INFO O| Aug 08 20:44:56.828 INFO ok! |
9107 | 2024-08-08T20:44:58.122Z | [ host-image] Aug 08 20:44:56.829 INFO O| Aug 08 20:44:56.829 INFO STEP 93 (ensure_file) COMPLETE |
9108 | 2024-08-08T20:44:58.122Z | [ host-image] Aug 08 20:44:56.829 INFO O| Aug 08 20:44:56.829 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9109 | 2024-08-08T20:44:58.128Z | [ host-image] Aug 08 20:44:56.839 INFO O| Aug 08 20:44:56.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9110 | 2024-08-08T20:44:58.128Z | [ host-image] Aug 08 20:44:56.839 INFO O| Aug 08 20:44:56.839 INFO copying /tmp/.tmpnXysWF/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 ... |
9111 | 2024-08-08T20:44:58.132Z | [ host-image] Aug 08 20:44:56.839 INFO O| Aug 08 20:44:56.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9112 | 2024-08-08T20:44:58.132Z | [ host-image] Aug 08 20:44:56.839 INFO O| Aug 08 20:44:56.839 INFO ok! |
9113 | 2024-08-08T20:44:58.133Z | [ host-image] Aug 08 20:44:56.839 INFO O| Aug 08 20:44:56.839 INFO STEP 94 (ensure_file) COMPLETE |
9114 | 2024-08-08T20:44:58.133Z | [ host-image] Aug 08 20:44:56.839 INFO O| Aug 08 20:44:56.839 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9115 | 2024-08-08T20:44:58.141Z | [ host-image] Aug 08 20:44:56.850 INFO O| Aug 08 20:44:56.850 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9116 | 2024-08-08T20:44:58.145Z | [ host-image] Aug 08 20:44:56.850 INFO O| Aug 08 20:44:56.850 INFO copying /tmp/.tmpnXysWF/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 ... |
9117 | 2024-08-08T20:44:58.145Z | [ host-image] Aug 08 20:44:56.850 INFO O| Aug 08 20:44:56.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9118 | 2024-08-08T20:44:58.145Z | [ host-image] Aug 08 20:44:56.850 INFO O| Aug 08 20:44:56.850 INFO ok! |
9119 | 2024-08-08T20:44:58.145Z | [ host-image] Aug 08 20:44:56.850 INFO O| Aug 08 20:44:56.850 INFO STEP 95 (ensure_file) COMPLETE |
9120 | 2024-08-08T20:44:58.146Z | [ host-image] Aug 08 20:44:56.851 INFO O| Aug 08 20:44:56.850 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9121 | 2024-08-08T20:44:58.150Z | [ host-image] Aug 08 20:44:56.860 INFO O| Aug 08 20:44:56.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9122 | 2024-08-08T20:44:58.150Z | [ host-image] Aug 08 20:44:56.860 INFO O| Aug 08 20:44:56.860 INFO copying /tmp/.tmpnXysWF/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 ... |
9123 | 2024-08-08T20:44:58.150Z | [ host-image] Aug 08 20:44:56.860 INFO O| Aug 08 20:44:56.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9124 | 2024-08-08T20:44:58.150Z | [ host-image] Aug 08 20:44:56.860 INFO O| Aug 08 20:44:56.860 INFO ok! |
9125 | 2024-08-08T20:44:58.150Z | [ host-image] Aug 08 20:44:56.860 INFO O| Aug 08 20:44:56.860 INFO STEP 96 (ensure_file) COMPLETE |
9126 | 2024-08-08T20:44:58.151Z | [ host-image] Aug 08 20:44:56.860 INFO O| Aug 08 20:44:56.860 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9127 | 2024-08-08T20:44:58.159Z | [ host-image] Aug 08 20:44:56.870 INFO O| Aug 08 20:44:56.870 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9128 | 2024-08-08T20:44:58.160Z | [ host-image] Aug 08 20:44:56.870 INFO O| Aug 08 20:44:56.870 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9129 | 2024-08-08T20:44:58.165Z | [ host-image] Aug 08 20:44:56.870 INFO O| Aug 08 20:44:56.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9130 | 2024-08-08T20:44:58.165Z | [ host-image] Aug 08 20:44:56.870 INFO O| Aug 08 20:44:56.870 INFO ok! |
9131 | 2024-08-08T20:44:58.165Z | [ host-image] Aug 08 20:44:56.870 INFO O| Aug 08 20:44:56.870 INFO STEP 97 (ensure_file) COMPLETE |
9132 | 2024-08-08T20:44:58.165Z | [ host-image] Aug 08 20:44:56.870 INFO O| Aug 08 20:44:56.870 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9133 | 2024-08-08T20:44:58.170Z | [ host-image] Aug 08 20:44:56.880 INFO O| Aug 08 20:44:56.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9134 | 2024-08-08T20:44:58.170Z | [ host-image] Aug 08 20:44:56.880 INFO O| Aug 08 20:44:56.880 INFO copying /tmp/.tmpnXysWF/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 ... |
9135 | 2024-08-08T20:44:58.178Z | [ host-image] Aug 08 20:44:56.881 INFO O| Aug 08 20:44:56.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9136 | 2024-08-08T20:44:58.178Z | [ host-image] Aug 08 20:44:56.881 INFO O| Aug 08 20:44:56.881 INFO ok! |
9137 | 2024-08-08T20:44:58.179Z | [ host-image] Aug 08 20:44:56.881 INFO O| Aug 08 20:44:56.881 INFO STEP 98 (ensure_file) COMPLETE |
9138 | 2024-08-08T20:44:58.179Z | [ host-image] Aug 08 20:44:56.881 INFO O| Aug 08 20:44:56.881 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9139 | 2024-08-08T20:44:58.183Z | [ host-image] Aug 08 20:44:56.891 INFO O| Aug 08 20:44:56.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9140 | 2024-08-08T20:44:58.183Z | [ host-image] Aug 08 20:44:56.891 INFO O| Aug 08 20:44:56.891 INFO copying /tmp/.tmpnXysWF/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 ... |
9141 | 2024-08-08T20:44:58.184Z | [ host-image] Aug 08 20:44:56.891 INFO O| Aug 08 20:44:56.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9142 | 2024-08-08T20:44:58.184Z | [ host-image] Aug 08 20:44:56.891 INFO O| Aug 08 20:44:56.891 INFO ok! |
9143 | 2024-08-08T20:44:58.184Z | [ host-image] Aug 08 20:44:56.891 INFO O| Aug 08 20:44:56.891 INFO STEP 99 (ensure_file) COMPLETE |
9144 | 2024-08-08T20:44:58.184Z | [ host-image] Aug 08 20:44:56.891 INFO O| Aug 08 20:44:56.891 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9145 | 2024-08-08T20:44:58.191Z | [ host-image] Aug 08 20:44:56.901 INFO O| Aug 08 20:44:56.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9146 | 2024-08-08T20:44:58.191Z | [ host-image] Aug 08 20:44:56.901 INFO O| Aug 08 20:44:56.901 INFO copying /tmp/.tmpnXysWF/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 ... |
9147 | 2024-08-08T20:44:58.196Z | [ host-image] Aug 08 20:44:56.901 INFO O| Aug 08 20:44:56.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9148 | 2024-08-08T20:44:58.196Z | [ host-image] Aug 08 20:44:56.901 INFO O| Aug 08 20:44:56.901 INFO ok! |
9149 | 2024-08-08T20:44:58.196Z | [ host-image] Aug 08 20:44:56.901 INFO O| Aug 08 20:44:56.901 INFO STEP 100 (ensure_file) COMPLETE |
9150 | 2024-08-08T20:44:58.196Z | [ host-image] Aug 08 20:44:56.901 INFO O| Aug 08 20:44:56.901 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9151 | 2024-08-08T20:44:58.201Z | [ host-image] Aug 08 20:44:56.911 INFO O| Aug 08 20:44:56.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9152 | 2024-08-08T20:44:58.201Z | [ host-image] Aug 08 20:44:56.911 INFO O| Aug 08 20:44:56.911 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9153 | 2024-08-08T20:44:58.202Z | [ host-image] Aug 08 20:44:56.911 INFO O| Aug 08 20:44:56.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9154 | 2024-08-08T20:44:58.202Z | [ host-image] Aug 08 20:44:56.911 INFO O| Aug 08 20:44:56.911 INFO ok! |
9155 | 2024-08-08T20:44:58.202Z | [ host-image] Aug 08 20:44:56.911 INFO O| Aug 08 20:44:56.911 INFO STEP 101 (ensure_file) COMPLETE |
9156 | 2024-08-08T20:44:58.202Z | [ host-image] Aug 08 20:44:56.911 INFO O| Aug 08 20:44:56.911 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9157 | 2024-08-08T20:44:58.213Z | [ host-image] Aug 08 20:44:56.923 INFO O| Aug 08 20:44:56.923 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9158 | 2024-08-08T20:44:58.213Z | [ host-image] Aug 08 20:44:56.923 INFO O| Aug 08 20:44:56.923 INFO copying /tmp/.tmpnXysWF/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 ... |
9159 | 2024-08-08T20:44:58.222Z | [ host-image] Aug 08 20:44:56.923 INFO O| Aug 08 20:44:56.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9160 | 2024-08-08T20:44:58.222Z | [ host-image] Aug 08 20:44:56.923 INFO O| Aug 08 20:44:56.923 INFO ok! |
9161 | 2024-08-08T20:44:58.222Z | [ host-image] Aug 08 20:44:56.923 INFO O| Aug 08 20:44:56.923 INFO STEP 102 (ensure_file) COMPLETE |
9162 | 2024-08-08T20:44:58.222Z | [ host-image] Aug 08 20:44:56.923 INFO O| Aug 08 20:44:56.923 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9163 | 2024-08-08T20:44:58.231Z | [ host-image] Aug 08 20:44:56.933 INFO O| Aug 08 20:44:56.933 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9164 | 2024-08-08T20:44:58.231Z | [ host-image] Aug 08 20:44:56.933 INFO O| Aug 08 20:44:56.933 INFO copying /tmp/.tmpnXysWF/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 ... |
9165 | 2024-08-08T20:44:58.232Z | [ host-image] Aug 08 20:44:56.933 INFO O| Aug 08 20:44:56.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9166 | 2024-08-08T20:44:58.232Z | [ host-image] Aug 08 20:44:56.933 INFO O| Aug 08 20:44:56.933 INFO ok! |
9167 | 2024-08-08T20:44:58.232Z | [ host-image] Aug 08 20:44:56.933 INFO O| Aug 08 20:44:56.933 INFO STEP 103 (ensure_file) COMPLETE |
9168 | 2024-08-08T20:44:58.232Z | [ host-image] Aug 08 20:44:56.933 INFO O| Aug 08 20:44:56.933 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9169 | 2024-08-08T20:44:58.238Z | [ host-image] Aug 08 20:44:56.943 INFO O| Aug 08 20:44:56.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9170 | 2024-08-08T20:44:58.238Z | [ host-image] Aug 08 20:44:56.943 INFO O| Aug 08 20:44:56.943 INFO copying /tmp/.tmpnXysWF/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 ... |
9171 | 2024-08-08T20:44:58.238Z | [ host-image] Aug 08 20:44:56.943 INFO O| Aug 08 20:44:56.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9172 | 2024-08-08T20:44:58.238Z | [ host-image] Aug 08 20:44:56.943 INFO O| Aug 08 20:44:56.943 INFO ok! |
9173 | 2024-08-08T20:44:58.238Z | [ host-image] Aug 08 20:44:56.943 INFO O| Aug 08 20:44:56.943 INFO STEP 104 (ensure_file) COMPLETE |
9174 | 2024-08-08T20:44:58.239Z | [ host-image] Aug 08 20:44:56.943 INFO O| Aug 08 20:44:56.943 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9175 | 2024-08-08T20:44:58.245Z | [ host-image] Aug 08 20:44:56.953 INFO O| Aug 08 20:44:56.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9176 | 2024-08-08T20:44:58.245Z | [ host-image] Aug 08 20:44:56.953 INFO O| Aug 08 20:44:56.953 INFO copying /tmp/.tmpnXysWF/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 ... |
9177 | 2024-08-08T20:44:58.245Z | [ host-image] Aug 08 20:44:56.953 INFO O| Aug 08 20:44:56.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9178 | 2024-08-08T20:44:58.245Z | [ host-image] Aug 08 20:44:56.953 INFO O| Aug 08 20:44:56.953 INFO ok! |
9179 | 2024-08-08T20:44:58.245Z | [ host-image] Aug 08 20:44:56.953 INFO O| Aug 08 20:44:56.953 INFO STEP 105 (ensure_file) COMPLETE |
9180 | 2024-08-08T20:44:58.245Z | [ host-image] Aug 08 20:44:56.953 INFO O| Aug 08 20:44:56.953 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9181 | 2024-08-08T20:44:58.253Z | [ host-image] Aug 08 20:44:56.963 INFO O| Aug 08 20:44:56.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9182 | 2024-08-08T20:44:58.261Z | [ host-image] Aug 08 20:44:56.963 INFO O| Aug 08 20:44:56.963 INFO copying /tmp/.tmpnXysWF/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 ... |
9183 | 2024-08-08T20:44:58.261Z | [ host-image] Aug 08 20:44:56.963 INFO O| Aug 08 20:44:56.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9184 | 2024-08-08T20:44:58.261Z | [ host-image] Aug 08 20:44:56.963 INFO O| Aug 08 20:44:56.963 INFO ok! |
9185 | 2024-08-08T20:44:58.261Z | [ host-image] Aug 08 20:44:56.963 INFO O| Aug 08 20:44:56.963 INFO STEP 106 (ensure_file) COMPLETE |
9186 | 2024-08-08T20:44:58.261Z | [ host-image] Aug 08 20:44:56.963 INFO O| Aug 08 20:44:56.963 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9187 | 2024-08-08T20:44:58.267Z | [ host-image] Aug 08 20:44:56.973 INFO O| Aug 08 20:44:56.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9188 | 2024-08-08T20:44:58.268Z | [ host-image] Aug 08 20:44:56.973 INFO O| Aug 08 20:44:56.973 INFO copying /tmp/.tmpnXysWF/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 ... |
9189 | 2024-08-08T20:44:58.268Z | [ host-image] Aug 08 20:44:56.973 INFO O| Aug 08 20:44:56.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9190 | 2024-08-08T20:44:58.268Z | [ host-image] Aug 08 20:44:56.973 INFO O| Aug 08 20:44:56.973 INFO ok! |
9191 | 2024-08-08T20:44:58.268Z | [ host-image] Aug 08 20:44:56.973 INFO O| Aug 08 20:44:56.973 INFO STEP 107 (ensure_file) COMPLETE |
9192 | 2024-08-08T20:44:58.268Z | [ host-image] Aug 08 20:44:56.973 INFO O| Aug 08 20:44:56.973 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9193 | 2024-08-08T20:44:58.283Z | [ host-image] Aug 08 20:44:56.983 INFO O| Aug 08 20:44:56.983 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9194 | 2024-08-08T20:44:58.283Z | [ host-image] Aug 08 20:44:56.983 INFO O| Aug 08 20:44:56.983 INFO copying /tmp/.tmpnXysWF/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 ... |
9195 | 2024-08-08T20:44:58.283Z | [ host-image] Aug 08 20:44:56.983 INFO O| Aug 08 20:44:56.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9196 | 2024-08-08T20:44:58.283Z | [ host-image] Aug 08 20:44:56.983 INFO O| Aug 08 20:44:56.983 INFO ok! |
9197 | 2024-08-08T20:44:58.284Z | [ host-image] Aug 08 20:44:56.983 INFO O| Aug 08 20:44:56.983 INFO STEP 108 (ensure_file) COMPLETE |
9198 | 2024-08-08T20:44:58.284Z | [ host-image] Aug 08 20:44:56.983 INFO O| Aug 08 20:44:56.983 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9199 | 2024-08-08T20:44:58.288Z | [ host-image] Aug 08 20:44:56.993 INFO O| Aug 08 20:44:56.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9200 | 2024-08-08T20:44:58.289Z | [ host-image] Aug 08 20:44:56.993 INFO O| Aug 08 20:44:56.993 INFO copying /tmp/.tmpnXysWF/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 ... |
9201 | 2024-08-08T20:44:58.289Z | [ host-image] Aug 08 20:44:56.993 INFO O| Aug 08 20:44:56.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9202 | 2024-08-08T20:44:58.289Z | [ host-image] Aug 08 20:44:56.993 INFO O| Aug 08 20:44:56.993 INFO ok! |
9203 | 2024-08-08T20:44:58.289Z | [ host-image] Aug 08 20:44:56.993 INFO O| Aug 08 20:44:56.993 INFO STEP 109 (ensure_file) COMPLETE |
9204 | 2024-08-08T20:44:58.289Z | [ host-image] Aug 08 20:44:56.993 INFO O| Aug 08 20:44:56.993 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9205 | 2024-08-08T20:44:58.293Z | [ host-image] Aug 08 20:44:57.003 INFO O| Aug 08 20:44:57.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9206 | 2024-08-08T20:44:58.293Z | [ host-image] Aug 08 20:44:57.003 INFO O| Aug 08 20:44:57.003 INFO copying /tmp/.tmpnXysWF/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 ... |
9207 | 2024-08-08T20:44:58.293Z | [ host-image] Aug 08 20:44:57.003 INFO O| Aug 08 20:44:57.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9208 | 2024-08-08T20:44:58.293Z | [ host-image] Aug 08 20:44:57.003 INFO O| Aug 08 20:44:57.003 INFO ok! |
9209 | 2024-08-08T20:44:58.293Z | [ host-image] Aug 08 20:44:57.003 INFO O| Aug 08 20:44:57.003 INFO STEP 110 (ensure_file) COMPLETE |
9210 | 2024-08-08T20:44:58.293Z | [ host-image] Aug 08 20:44:57.003 INFO O| Aug 08 20:44:57.003 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9211 | 2024-08-08T20:44:58.303Z | [ host-image] Aug 08 20:44:57.013 INFO O| Aug 08 20:44:57.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9212 | 2024-08-08T20:44:58.303Z | [ host-image] Aug 08 20:44:57.013 INFO O| Aug 08 20:44:57.013 INFO copying /tmp/.tmpnXysWF/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 ... |
9213 | 2024-08-08T20:44:58.310Z | [ host-image] Aug 08 20:44:57.013 INFO O| Aug 08 20:44:57.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9214 | 2024-08-08T20:44:58.310Z | [ host-image] Aug 08 20:44:57.014 INFO O| Aug 08 20:44:57.013 INFO ok! |
9215 | 2024-08-08T20:44:58.310Z | [ host-image] Aug 08 20:44:57.014 INFO O| Aug 08 20:44:57.013 INFO STEP 111 (ensure_file) COMPLETE |
9216 | 2024-08-08T20:44:58.310Z | [ host-image] Aug 08 20:44:57.014 INFO O| Aug 08 20:44:57.013 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9217 | 2024-08-08T20:44:58.315Z | [ host-image] Aug 08 20:44:57.024 INFO O| Aug 08 20:44:57.024 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9218 | 2024-08-08T20:44:58.315Z | [ host-image] Aug 08 20:44:57.024 INFO O| Aug 08 20:44:57.024 INFO copying /tmp/.tmpnXysWF/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 ... |
9219 | 2024-08-08T20:44:58.316Z | [ host-image] Aug 08 20:44:57.024 INFO O| Aug 08 20:44:57.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9220 | 2024-08-08T20:44:58.316Z | [ host-image] Aug 08 20:44:57.024 INFO O| Aug 08 20:44:57.024 INFO ok! |
9221 | 2024-08-08T20:44:58.316Z | [ host-image] Aug 08 20:44:57.024 INFO O| Aug 08 20:44:57.024 INFO STEP 112 (ensure_file) COMPLETE |
9222 | 2024-08-08T20:44:58.316Z | [ host-image] Aug 08 20:44:57.024 INFO O| Aug 08 20:44:57.024 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9223 | 2024-08-08T20:44:58.326Z | [ host-image] Aug 08 20:44:57.035 INFO O| Aug 08 20:44:57.035 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9224 | 2024-08-08T20:44:58.327Z | [ host-image] Aug 08 20:44:57.035 INFO O| Aug 08 20:44:57.035 INFO copying /tmp/.tmpnXysWF/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 ... |
9225 | 2024-08-08T20:44:58.331Z | [ host-image] Aug 08 20:44:57.035 INFO O| Aug 08 20:44:57.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9226 | 2024-08-08T20:44:58.331Z | [ host-image] Aug 08 20:44:57.035 INFO O| Aug 08 20:44:57.035 INFO ok! |
9227 | 2024-08-08T20:44:58.331Z | [ host-image] Aug 08 20:44:57.035 INFO O| Aug 08 20:44:57.035 INFO STEP 113 (ensure_file) COMPLETE |
9228 | 2024-08-08T20:44:58.331Z | [ host-image] Aug 08 20:44:57.035 INFO O| Aug 08 20:44:57.035 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9229 | 2024-08-08T20:44:58.338Z | [ host-image] Aug 08 20:44:57.044 INFO O| Aug 08 20:44:57.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9230 | 2024-08-08T20:44:58.338Z | [ host-image] Aug 08 20:44:57.044 INFO O| Aug 08 20:44:57.044 INFO copying /tmp/.tmpnXysWF/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 ... |
9231 | 2024-08-08T20:44:58.338Z | [ host-image] Aug 08 20:44:57.045 INFO O| Aug 08 20:44:57.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9232 | 2024-08-08T20:44:58.338Z | [ host-image] Aug 08 20:44:57.045 INFO O| Aug 08 20:44:57.045 INFO ok! |
9233 | 2024-08-08T20:44:58.338Z | [ host-image] Aug 08 20:44:57.045 INFO O| Aug 08 20:44:57.045 INFO STEP 114 (ensure_file) COMPLETE |
9234 | 2024-08-08T20:44:58.338Z | [ host-image] Aug 08 20:44:57.045 INFO O| Aug 08 20:44:57.045 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9235 | 2024-08-08T20:44:58.344Z | [ host-image] Aug 08 20:44:57.054 INFO O| Aug 08 20:44:57.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9236 | 2024-08-08T20:44:58.344Z | [ host-image] Aug 08 20:44:57.054 INFO O| Aug 08 20:44:57.054 INFO copying /tmp/.tmpnXysWF/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 ... |
9237 | 2024-08-08T20:44:58.351Z | [ host-image] Aug 08 20:44:57.054 INFO O| Aug 08 20:44:57.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9238 | 2024-08-08T20:44:58.351Z | [ host-image] Aug 08 20:44:57.054 INFO O| Aug 08 20:44:57.054 INFO ok! |
9239 | 2024-08-08T20:44:58.351Z | [ host-image] Aug 08 20:44:57.054 INFO O| Aug 08 20:44:57.054 INFO STEP 115 (ensure_file) COMPLETE |
9240 | 2024-08-08T20:44:58.351Z | [ host-image] Aug 08 20:44:57.054 INFO O| Aug 08 20:44:57.054 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9241 | 2024-08-08T20:44:58.356Z | [ host-image] Aug 08 20:44:57.064 INFO O| Aug 08 20:44:57.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9242 | 2024-08-08T20:44:58.356Z | [ host-image] Aug 08 20:44:57.065 INFO O| Aug 08 20:44:57.064 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9243 | 2024-08-08T20:44:58.356Z | [ host-image] Aug 08 20:44:57.065 INFO O| Aug 08 20:44:57.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9244 | 2024-08-08T20:44:58.356Z | [ host-image] Aug 08 20:44:57.065 INFO O| Aug 08 20:44:57.065 INFO ok! |
9245 | 2024-08-08T20:44:58.356Z | [ host-image] Aug 08 20:44:57.065 INFO O| Aug 08 20:44:57.065 INFO STEP 116 (ensure_file) COMPLETE |
9246 | 2024-08-08T20:44:58.356Z | [ host-image] Aug 08 20:44:57.065 INFO O| Aug 08 20:44:57.065 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9247 | 2024-08-08T20:44:58.364Z | [ host-image] Aug 08 20:44:57.074 INFO O| Aug 08 20:44:57.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9248 | 2024-08-08T20:44:58.365Z | [ host-image] Aug 08 20:44:57.074 INFO O| Aug 08 20:44:57.074 INFO copying /tmp/.tmpnXysWF/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 ... |
9249 | 2024-08-08T20:44:58.381Z | [ host-image] Aug 08 20:44:57.075 INFO O| Aug 08 20:44:57.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9250 | 2024-08-08T20:44:58.381Z | [ host-image] Aug 08 20:44:57.075 INFO O| Aug 08 20:44:57.074 INFO ok! |
9251 | 2024-08-08T20:44:58.381Z | [ host-image] Aug 08 20:44:57.075 INFO O| Aug 08 20:44:57.075 INFO STEP 117 (ensure_file) COMPLETE |
9252 | 2024-08-08T20:44:58.381Z | [ host-image] Aug 08 20:44:57.075 INFO O| Aug 08 20:44:57.075 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9253 | 2024-08-08T20:44:58.382Z | [ host-image] Aug 08 20:44:57.086 INFO O| Aug 08 20:44:57.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9254 | 2024-08-08T20:44:58.382Z | [ host-image] Aug 08 20:44:57.086 INFO O| Aug 08 20:44:57.086 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9255 | 2024-08-08T20:44:58.382Z | [ host-image] Aug 08 20:44:57.086 INFO O| Aug 08 20:44:57.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9256 | 2024-08-08T20:44:58.382Z | [ host-image] Aug 08 20:44:57.086 INFO O| Aug 08 20:44:57.086 INFO ok! |
9257 | 2024-08-08T20:44:58.382Z | [ host-image] Aug 08 20:44:57.086 INFO O| Aug 08 20:44:57.086 INFO STEP 118 (ensure_file) COMPLETE |
9258 | 2024-08-08T20:44:58.382Z | [ host-image] Aug 08 20:44:57.086 INFO O| Aug 08 20:44:57.086 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9259 | 2024-08-08T20:44:58.387Z | [ host-image] Aug 08 20:44:57.096 INFO O| Aug 08 20:44:57.096 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9260 | 2024-08-08T20:44:58.387Z | [ host-image] Aug 08 20:44:57.096 INFO O| Aug 08 20:44:57.096 INFO copying /tmp/.tmpnXysWF/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9261 | 2024-08-08T20:44:59.954Z | [ recovery-image] Aug 08 20:44:58.659 INFO image complete! materials are in "/work/os-recovery" |
9262 | 2024-08-08T20:44:59.964Z | [ recovery-image] |
9263 | 2024-08-08T20:44:59.965Z | [ recovery-image] real 6:57.795940797 |
9264 | 2024-08-08T20:44:59.966Z | [ recovery-image] user 4:31.403368933 |
9265 | 2024-08-08T20:44:59.966Z | [ recovery-image] sys 59.617292894 |
9266 | 2024-08-08T20:44:59.966Z | [ recovery-image] trap 0.192383391 |
9267 | 2024-08-08T20:44:59.966Z | [ recovery-image] tflt 0.606006163 |
9268 | 2024-08-08T20:44:59.966Z | [ recovery-image] dflt 1.141615943 |
9269 | 2024-08-08T20:44:59.966Z | Aug 08 20:44:58.665 INFO [recovery-image] process exited with exit status: 0 (417.816633754s) |
9270 | 2024-08-08T20:44:59.966Z | [ recovery-image] kflt 0.000056362 |
9271 | 2024-08-08T20:44:59.966Z | [ recovery-image] lock 9:21.406060795 |
9272 | 2024-08-08T20:44:59.966Z | [ recovery-image] slp 41:58.416938800 |
9273 | 2024-08-08T20:44:59.966Z | [ recovery-image] lat 1:22.828247651 |
9274 | 2024-08-08T20:44:59.966Z | [ recovery-image] stop 4.113254928 |
9275 | 2024-08-08T20:45:01.850Z | [ host-image] Aug 08 20:45:00.560 INFO O| Aug 08 20:45:00.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9276 | 2024-08-08T20:45:01.850Z | [ host-image] Aug 08 20:45:00.560 INFO O| Aug 08 20:45:00.560 INFO ok! |
9277 | 2024-08-08T20:45:01.850Z | [ host-image] Aug 08 20:45:00.561 INFO O| Aug 08 20:45:00.560 INFO STEP 119 (ensure_file) COMPLETE |
9278 | 2024-08-08T20:45:01.853Z | [ host-image] Aug 08 20:45:00.561 INFO O| Aug 08 20:45:00.560 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9279 | 2024-08-08T20:45:01.861Z | [ host-image] Aug 08 20:45:00.572 INFO O| Aug 08 20:45:00.572 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9280 | 2024-08-08T20:45:01.861Z | [ host-image] Aug 08 20:45:00.572 INFO O| Aug 08 20:45:00.572 INFO STEP 120 (ensure_dir) COMPLETE |
9281 | 2024-08-08T20:45:01.864Z | [ host-image] Aug 08 20:45:00.572 INFO O| Aug 08 20:45:00.572 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9282 | 2024-08-08T20:45:01.871Z | [ host-image] Aug 08 20:45:00.581 INFO O| Aug 08 20:45:00.581 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9283 | 2024-08-08T20:45:01.871Z | [ host-image] Aug 08 20:45:00.581 INFO O| Aug 08 20:45:00.581 INFO STEP 121 (ensure_dir) COMPLETE |
9284 | 2024-08-08T20:45:01.874Z | [ host-image] Aug 08 20:45:00.581 INFO O| Aug 08 20:45:00.581 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9285 | 2024-08-08T20:45:01.880Z | [ host-image] Aug 08 20:45:00.590 INFO O| Aug 08 20:45:00.590 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9286 | 2024-08-08T20:45:01.880Z | [ host-image] Aug 08 20:45:00.590 INFO O| Aug 08 20:45:00.590 INFO STEP 122 (ensure_dir) COMPLETE |
9287 | 2024-08-08T20:45:01.880Z | [ host-image] Aug 08 20:45:00.590 INFO O| Aug 08 20:45:00.590 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9288 | 2024-08-08T20:45:01.889Z | [ host-image] Aug 08 20:45:00.599 INFO O| Aug 08 20:45:00.599 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9289 | 2024-08-08T20:45:01.889Z | [ host-image] Aug 08 20:45:00.600 INFO O| Aug 08 20:45:00.599 INFO STEP 123 (ensure_dir) COMPLETE |
9290 | 2024-08-08T20:45:01.889Z | [ host-image] Aug 08 20:45:00.600 INFO O| Aug 08 20:45:00.599 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9291 | 2024-08-08T20:45:01.898Z | [ host-image] Aug 08 20:45:00.609 INFO O| Aug 08 20:45:00.609 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9292 | 2024-08-08T20:45:01.898Z | [ host-image] Aug 08 20:45:00.609 INFO O| Aug 08 20:45:00.609 INFO copying /tmp/.tmpnXysWF/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 ... |
9293 | 2024-08-08T20:45:01.901Z | [ host-image] Aug 08 20:45:00.609 INFO O| Aug 08 20:45:00.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9294 | 2024-08-08T20:45:01.901Z | [ host-image] Aug 08 20:45:00.609 INFO O| Aug 08 20:45:00.609 INFO ok! |
9295 | 2024-08-08T20:45:01.901Z | [ host-image] Aug 08 20:45:00.609 INFO O| Aug 08 20:45:00.609 INFO STEP 124 (ensure_file) COMPLETE |
9296 | 2024-08-08T20:45:01.901Z | [ host-image] Aug 08 20:45:00.609 INFO O| Aug 08 20:45:00.609 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9297 | 2024-08-08T20:45:01.907Z | [ host-image] Aug 08 20:45:00.618 INFO O| Aug 08 20:45:00.618 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9298 | 2024-08-08T20:45:01.907Z | [ host-image] Aug 08 20:45:00.618 INFO O| Aug 08 20:45:00.618 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9299 | 2024-08-08T20:45:01.910Z | [ host-image] Aug 08 20:45:00.618 INFO O| Aug 08 20:45:00.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9300 | 2024-08-08T20:45:01.910Z | [ host-image] Aug 08 20:45:00.618 INFO O| Aug 08 20:45:00.618 INFO STEP 125 (ensure_dir) COMPLETE |
9301 | 2024-08-08T20:45:01.910Z | [ host-image] Aug 08 20:45:00.618 INFO O| Aug 08 20:45:00.618 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9302 | 2024-08-08T20:45:01.918Z | [ host-image] Aug 08 20:45:00.627 INFO O| Aug 08 20:45:00.627 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9303 | 2024-08-08T20:45:01.921Z | [ host-image] Aug 08 20:45:00.627 INFO O| Aug 08 20:45:00.627 INFO copying /tmp/.tmpnXysWF/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9304 | 2024-08-08T20:45:01.921Z | [ host-image] Aug 08 20:45:00.628 INFO O| Aug 08 20:45:00.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9305 | 2024-08-08T20:45:01.921Z | [ host-image] Aug 08 20:45:00.628 INFO O| Aug 08 20:45:00.628 INFO ok! |
9306 | 2024-08-08T20:45:01.921Z | [ host-image] Aug 08 20:45:00.628 INFO O| Aug 08 20:45:00.628 INFO STEP 126 (ensure_file) COMPLETE |
9307 | 2024-08-08T20:45:01.921Z | [ host-image] Aug 08 20:45:00.628 INFO O| Aug 08 20:45:00.628 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9308 | 2024-08-08T20:45:01.926Z | [ host-image] Aug 08 20:45:00.637 INFO O| Aug 08 20:45:00.637 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9309 | 2024-08-08T20:45:01.929Z | [ host-image] Aug 08 20:45:00.637 INFO O| Aug 08 20:45:00.637 INFO STEP 127 (remove_files) COMPLETE |
9310 | 2024-08-08T20:45:01.929Z | [ host-image] Aug 08 20:45:00.637 INFO O| Aug 08 20:45:00.637 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9311 | 2024-08-08T20:45:01.936Z | [ host-image] Aug 08 20:45:00.646 INFO O| Aug 08 20:45:00.646 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9312 | 2024-08-08T20:45:01.938Z | [ host-image] Aug 08 20:45:00.646 INFO O| Aug 08 20:45:00.646 INFO STEP 128 (remove_files) COMPLETE |
9313 | 2024-08-08T20:45:01.938Z | [ host-image] Aug 08 20:45:00.646 INFO O| Aug 08 20:45:00.646 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9314 | 2024-08-08T20:45:01.945Z | [ host-image] Aug 08 20:45:00.655 INFO O| Aug 08 20:45:00.655 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9315 | 2024-08-08T20:45:01.947Z | [ host-image] Aug 08 20:45:00.655 INFO O| Aug 08 20:45:00.655 INFO STEP 129 (remove_files) COMPLETE |
9316 | 2024-08-08T20:45:01.947Z | [ host-image] Aug 08 20:45:00.655 INFO O| Aug 08 20:45:00.655 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9317 | 2024-08-08T20:45:01.954Z | [ host-image] Aug 08 20:45:00.664 INFO O| Aug 08 20:45:00.664 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9318 | 2024-08-08T20:45:01.956Z | [ host-image] Aug 08 20:45:00.665 INFO O| Aug 08 20:45:00.664 INFO STEP 130 (remove_files) COMPLETE |
9319 | 2024-08-08T20:45:01.956Z | [ host-image] Aug 08 20:45:00.665 INFO O| Aug 08 20:45:00.665 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9320 | 2024-08-08T20:45:01.963Z | [ host-image] Aug 08 20:45:00.674 INFO O| Aug 08 20:45:00.673 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9321 | 2024-08-08T20:45:01.966Z | [ host-image] Aug 08 20:45:00.674 INFO O| Aug 08 20:45:00.674 INFO STEP 131 (remove_files) COMPLETE |
9322 | 2024-08-08T20:45:01.966Z | [ host-image] Aug 08 20:45:00.674 INFO O| Aug 08 20:45:00.674 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9323 | 2024-08-08T20:45:01.972Z | [ host-image] Aug 08 20:45:00.683 INFO O| Aug 08 20:45:00.683 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9324 | 2024-08-08T20:45:01.975Z | [ host-image] Aug 08 20:45:00.683 INFO O| Aug 08 20:45:00.683 INFO STEP 132 (remove_files) COMPLETE |
9325 | 2024-08-08T20:45:01.975Z | [ host-image] Aug 08 20:45:00.683 INFO O| Aug 08 20:45:00.683 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9326 | 2024-08-08T20:45:01.982Z | [ host-image] Aug 08 20:45:00.692 INFO O| Aug 08 20:45:00.692 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9327 | 2024-08-08T20:45:01.982Z | [ host-image] Aug 08 20:45:00.692 INFO O| Aug 08 20:45:00.692 INFO STEP 133 (remove_files) COMPLETE |
9328 | 2024-08-08T20:45:01.986Z | [ host-image] Aug 08 20:45:00.692 INFO O| Aug 08 20:45:00.692 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9329 | 2024-08-08T20:45:01.991Z | [ host-image] Aug 08 20:45:00.701 INFO O| Aug 08 20:45:00.701 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9330 | 2024-08-08T20:45:01.991Z | [ host-image] Aug 08 20:45:00.701 INFO O| Aug 08 20:45:00.701 INFO STEP 134 (remove_files) COMPLETE |
9331 | 2024-08-08T20:45:01.991Z | [ host-image] Aug 08 20:45:00.701 INFO O| Aug 08 20:45:00.701 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9332 | 2024-08-08T20:45:02.000Z | [ host-image] Aug 08 20:45:00.710 INFO O| Aug 08 20:45:00.710 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9333 | 2024-08-08T20:45:02.000Z | [ host-image] Aug 08 20:45:00.710 INFO O| Aug 08 20:45:00.710 INFO STEP 135 (remove_files) COMPLETE |
9334 | 2024-08-08T20:45:02.003Z | [ host-image] Aug 08 20:45:00.710 INFO O| Aug 08 20:45:00.710 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9335 | 2024-08-08T20:45:02.009Z | [ host-image] Aug 08 20:45:00.719 INFO O| Aug 08 20:45:00.719 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9336 | 2024-08-08T20:45:02.012Z | [ host-image] Aug 08 20:45:00.720 INFO O| Aug 08 20:45:00.719 INFO STEP 136 (remove_files) COMPLETE |
9337 | 2024-08-08T20:45:02.012Z | [ host-image] Aug 08 20:45:00.720 INFO O| Aug 08 20:45:00.719 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9338 | 2024-08-08T20:45:02.018Z | [ host-image] Aug 08 20:45:00.729 INFO O| Aug 08 20:45:00.729 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9339 | 2024-08-08T20:45:02.021Z | [ host-image] Aug 08 20:45:00.729 INFO O| Aug 08 20:45:00.729 INFO STEP 137 (remove_files) COMPLETE |
9340 | 2024-08-08T20:45:02.021Z | [ host-image] Aug 08 20:45:00.729 INFO O| Aug 08 20:45:00.729 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9341 | 2024-08-08T20:45:02.028Z | [ host-image] Aug 08 20:45:00.738 INFO O| Aug 08 20:45:00.738 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9342 | 2024-08-08T20:45:02.028Z | [ host-image] Aug 08 20:45:00.738 INFO O| Aug 08 20:45:00.738 INFO STEP 138 (remove_files) COMPLETE |
9343 | 2024-08-08T20:45:02.028Z | [ host-image] Aug 08 20:45:00.738 INFO O| Aug 08 20:45:00.738 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9344 | 2024-08-08T20:45:02.037Z | [ host-image] Aug 08 20:45:00.747 INFO O| Aug 08 20:45:00.747 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9345 | 2024-08-08T20:45:02.037Z | [ host-image] Aug 08 20:45:00.747 INFO O| Aug 08 20:45:00.747 INFO STEP 139 (remove_files) COMPLETE |
9346 | 2024-08-08T20:45:02.040Z | [ host-image] Aug 08 20:45:00.747 INFO O| Aug 08 20:45:00.747 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9347 | 2024-08-08T20:45:02.046Z | [ host-image] Aug 08 20:45:00.756 INFO O| Aug 08 20:45:00.756 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9348 | 2024-08-08T20:45:02.048Z | [ host-image] Aug 08 20:45:00.756 INFO O| Aug 08 20:45:00.756 INFO STEP 140 (remove_files) COMPLETE |
9349 | 2024-08-08T20:45:02.049Z | [ host-image] Aug 08 20:45:00.756 INFO O| Aug 08 20:45:00.756 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9350 | 2024-08-08T20:45:02.055Z | [ host-image] Aug 08 20:45:00.765 INFO O| Aug 08 20:45:00.765 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9351 | 2024-08-08T20:45:02.055Z | [ host-image] Aug 08 20:45:00.765 INFO O| Aug 08 20:45:00.765 INFO STEP 141 (remove_files) COMPLETE |
9352 | 2024-08-08T20:45:02.057Z | [ host-image] Aug 08 20:45:00.765 INFO O| Aug 08 20:45:00.765 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9353 | 2024-08-08T20:45:02.064Z | [ host-image] Aug 08 20:45:00.774 INFO O| Aug 08 20:45:00.774 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9354 | 2024-08-08T20:45:02.064Z | [ host-image] Aug 08 20:45:00.774 INFO O| Aug 08 20:45:00.774 INFO STEP 142 (remove_files) COMPLETE |
9355 | 2024-08-08T20:45:02.066Z | [ host-image] Aug 08 20:45:00.774 INFO O| Aug 08 20:45:00.774 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9356 | 2024-08-08T20:45:02.073Z | [ host-image] Aug 08 20:45:00.783 INFO O| Aug 08 20:45:00.783 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9357 | 2024-08-08T20:45:02.073Z | [ host-image] Aug 08 20:45:00.783 INFO O| Aug 08 20:45:00.783 INFO STEP 143 (remove_files) COMPLETE |
9358 | 2024-08-08T20:45:02.075Z | [ host-image] Aug 08 20:45:00.783 INFO O| Aug 08 20:45:00.783 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9359 | 2024-08-08T20:45:02.082Z | [ host-image] Aug 08 20:45:00.793 INFO O| Aug 08 20:45:00.793 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9360 | 2024-08-08T20:45:02.085Z | [ host-image] Aug 08 20:45:00.793 INFO O| Aug 08 20:45:00.793 INFO STEP 144 (remove_files) COMPLETE |
9361 | 2024-08-08T20:45:02.085Z | [ host-image] Aug 08 20:45:00.793 INFO O| Aug 08 20:45:00.793 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9362 | 2024-08-08T20:45:02.092Z | [ host-image] Aug 08 20:45:00.802 INFO O| Aug 08 20:45:00.802 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9363 | 2024-08-08T20:45:02.092Z | [ host-image] Aug 08 20:45:00.802 INFO O| Aug 08 20:45:00.802 INFO STEP 145 (remove_files) COMPLETE |
9364 | 2024-08-08T20:45:02.092Z | [ host-image] Aug 08 20:45:00.802 INFO O| Aug 08 20:45:00.802 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9365 | 2024-08-08T20:45:02.101Z | [ host-image] Aug 08 20:45:00.812 INFO O| Aug 08 20:45:00.812 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9366 | 2024-08-08T20:45:02.101Z | [ host-image] Aug 08 20:45:00.812 INFO O| Aug 08 20:45:00.812 INFO STEP 146 (remove_files) COMPLETE |
9367 | 2024-08-08T20:45:02.104Z | [ host-image] Aug 08 20:45:00.812 INFO O| Aug 08 20:45:00.812 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9368 | 2024-08-08T20:45:02.111Z | [ host-image] Aug 08 20:45:00.822 INFO O| Aug 08 20:45:00.822 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9369 | 2024-08-08T20:45:02.111Z | [ host-image] Aug 08 20:45:00.822 INFO O| Aug 08 20:45:00.822 INFO STEP 147 (remove_files) COMPLETE |
9370 | 2024-08-08T20:45:02.111Z | [ host-image] Aug 08 20:45:00.822 INFO O| Aug 08 20:45:00.822 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9371 | 2024-08-08T20:45:02.121Z | [ host-image] Aug 08 20:45:00.832 INFO O| Aug 08 20:45:00.831 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9372 | 2024-08-08T20:45:02.124Z | [ host-image] Aug 08 20:45:00.832 INFO O| Aug 08 20:45:00.832 INFO STEP 148 (remove_files) COMPLETE |
9373 | 2024-08-08T20:45:02.124Z | [ host-image] Aug 08 20:45:00.832 INFO O| Aug 08 20:45:00.832 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9374 | 2024-08-08T20:45:02.130Z | [ host-image] Aug 08 20:45:00.841 INFO O| Aug 08 20:45:00.841 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9375 | 2024-08-08T20:45:02.130Z | [ host-image] Aug 08 20:45:00.841 INFO O| Aug 08 20:45:00.841 INFO STEP 149 (remove_files) COMPLETE |
9376 | 2024-08-08T20:45:02.131Z | [ host-image] Aug 08 20:45:00.841 INFO O| Aug 08 20:45:00.841 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9377 | 2024-08-08T20:45:02.140Z | [ host-image] Aug 08 20:45:00.850 INFO O| Aug 08 20:45:00.850 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9378 | 2024-08-08T20:45:02.143Z | [ host-image] Aug 08 20:45:00.850 INFO O| Aug 08 20:45:00.850 INFO STEP 150 (remove_files) COMPLETE |
9379 | 2024-08-08T20:45:02.143Z | [ host-image] Aug 08 20:45:00.850 INFO O| Aug 08 20:45:00.850 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9380 | 2024-08-08T20:45:02.149Z | [ host-image] Aug 08 20:45:00.860 INFO O| Aug 08 20:45:00.859 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9381 | 2024-08-08T20:45:02.149Z | [ host-image] Aug 08 20:45:00.860 INFO O| Aug 08 20:45:00.860 INFO STEP 151 (remove_files) COMPLETE |
9382 | 2024-08-08T20:45:02.152Z | [ host-image] Aug 08 20:45:00.860 INFO O| Aug 08 20:45:00.860 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9383 | 2024-08-08T20:45:02.158Z | [ host-image] Aug 08 20:45:00.869 INFO O| Aug 08 20:45:00.869 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9384 | 2024-08-08T20:45:02.159Z | [ host-image] Aug 08 20:45:00.869 INFO O| Aug 08 20:45:00.869 INFO STEP 152 (remove_files) COMPLETE |
9385 | 2024-08-08T20:45:02.159Z | [ host-image] Aug 08 20:45:00.869 INFO O| Aug 08 20:45:00.869 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9386 | 2024-08-08T20:45:02.168Z | [ host-image] Aug 08 20:45:00.878 INFO O| Aug 08 20:45:00.878 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9387 | 2024-08-08T20:45:02.168Z | [ host-image] Aug 08 20:45:00.878 INFO O| Aug 08 20:45:00.878 INFO STEP 153 (remove_files) COMPLETE |
9388 | 2024-08-08T20:45:02.170Z | [ host-image] Aug 08 20:45:00.878 INFO O| Aug 08 20:45:00.878 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9389 | 2024-08-08T20:45:02.177Z | [ host-image] Aug 08 20:45:00.887 INFO O| Aug 08 20:45:00.887 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9390 | 2024-08-08T20:45:02.177Z | [ host-image] Aug 08 20:45:00.887 INFO O| Aug 08 20:45:00.887 INFO STEP 154 (remove_files) COMPLETE |
9391 | 2024-08-08T20:45:02.177Z | [ host-image] Aug 08 20:45:00.887 INFO O| Aug 08 20:45:00.887 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9392 | 2024-08-08T20:45:02.186Z | [ host-image] Aug 08 20:45:00.896 INFO O| Aug 08 20:45:00.896 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9393 | 2024-08-08T20:45:02.189Z | [ host-image] Aug 08 20:45:00.897 INFO O| Aug 08 20:45:00.896 INFO STEP 155 (remove_files) COMPLETE |
9394 | 2024-08-08T20:45:02.189Z | [ host-image] Aug 08 20:45:00.897 INFO O| Aug 08 20:45:00.897 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9395 | 2024-08-08T20:45:02.200Z | [ host-image] Aug 08 20:45:00.910 INFO O| Aug 08 20:45:00.910 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9396 | 2024-08-08T20:45:02.203Z | [ host-image] Aug 08 20:45:00.910 INFO O| Aug 08 20:45:00.910 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
9397 | 2024-08-08T20:45:08.041Z | [ host-image] Aug 08 20:45:06.749 INFO O| Aug 08 20:45:06.749 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 |
9398 | 2024-08-08T20:45:08.041Z | [ host-image] Aug 08 20:45:06.749 INFO O| Aug 08 20:45:06.749 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9399 | 2024-08-08T20:45:08.055Z | [ host-image] Aug 08 20:45:06.762 INFO O| Aug 08 20:45:06.762 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
9400 | 2024-08-08T20:45:08.135Z | [ host-image] Aug 08 20:45:06.843 INFO O| Aug 08 20:45:06.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9401 | 2024-08-08T20:45:08.135Z | [ host-image] Aug 08 20:45:06.843 INFO O| Aug 08 20:45:06.843 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9402 | 2024-08-08T20:45:08.138Z | [ host-image] Aug 08 20:45:06.846 INFO O| Aug 08 20:45:06.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9403 | 2024-08-08T20:45:08.138Z | [ host-image] Aug 08 20:45:06.846 INFO O| Aug 08 20:45:06.846 INFO ok! |
9404 | 2024-08-08T20:45:08.138Z | [ host-image] Aug 08 20:45:06.846 INFO O| Aug 08 20:45:06.846 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9405 | 2024-08-08T20:45:08.138Z | [ host-image] Aug 08 20:45:06.846 INFO O| Aug 08 20:45:06.846 INFO STEP 156 (seed_smf) COMPLETE |
9406 | 2024-08-08T20:45:08.138Z | [ host-image] Aug 08 20:45:06.846 INFO O| Aug 08 20:45:06.846 INFO steps complete; finalising image! |
9407 | 2024-08-08T20:45:08.138Z | [ host-image] Aug 08 20:45:06.846 INFO O| Aug 08 20:45:06.846 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9408 | 2024-08-08T20:45:08.276Z | [ host-image] Aug 08 20:45:06.984 INFO O| Aug 08 20:45:06.984 INFO trim TEMPORARY-gimlet-zfs: (5% trimmed, started at Thu Aug 8 20:45:06 2024) |
9409 | 2024-08-08T20:45:08.497Z | [ host-image] Aug 08 20:45:07.206 INFO O| Aug 08 20:45:07.205 INFO temporary pool has 660M used, 172M avail, 1.88x compressratio |
9410 | 2024-08-08T20:45:08.497Z | [ host-image] Aug 08 20:45:07.206 INFO O| Aug 08 20:45:07.206 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9411 | 2024-08-08T20:45:08.772Z | [ host-image] Aug 08 20:45:07.480 INFO O| Aug 08 20:45:07.480 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9412 | 2024-08-08T20:45:08.772Z | [ host-image] Aug 08 20:45:07.480 INFO O| Aug 08 20:45:07.480 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9413 | 2024-08-08T20:45:09.788Z | [ host-image] Aug 08 20:45:08.495 INFO O| Aug 08 20:45:08.495 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9414 | 2024-08-08T20:45:09.788Z | [ host-image] Aug 08 20:45:08.495 INFO O| Aug 08 20:45:08.495 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9415 | 2024-08-08T20:45:09.791Z | [ host-image] Aug 08 20:45:08.495 INFO O| Aug 08 20:45:08.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9416 | 2024-08-08T20:45:09.791Z | [ host-image] Aug 08 20:45:08.495 INFO O| Aug 08 20:45:08.495 INFO completed processing gimlet/zfs |
9417 | 2024-08-08T20:45:09.791Z | [ host-image] Aug 08 20:45:08.495 INFO O| Aug 08 20:45:08.495 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9418 | 2024-08-08T20:45:16.061Z | [ host-image] Aug 08 20:45:14.767 INFO O| Aug 08 20:45:14.767 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9419 | 2024-08-08T20:45:16.141Z | [ host-image] Aug 08 20:45:14.847 INFO BUILD STRING "heads/stlouis-0-g0187c42845\n" |
9420 | 2024-08-08T20:45:16.141Z | [ host-image] Aug 08 20:45:14.847 INFO expanded image name: "ci 24b7562/${os_short_commit} 2024-08-08 20:18" -> "ci 24b7562/0187c42 2024-08-08 20:18" |
9421 | 2024-08-08T20:45:16.144Z | [ host-image] Aug 08 20:45:14.847 INFO output artefacts stored in: "/work/os-host" |
9422 | 2024-08-08T20:45:16.144Z | [ host-image] Aug 08 20:45:14.847 INFO collecting git info from project "pilot"... |
9423 | 2024-08-08T20:45:16.147Z | [ host-image] Aug 08 20:45:14.853 INFO collecting git info from project "phbl"... |
9424 | 2024-08-08T20:45:16.153Z | [ host-image] Aug 08 20:45:14.858 INFO collecting git info from project "image-builder"... |
9425 | 2024-08-08T20:45:16.156Z | [ host-image] Aug 08 20:45:14.862 INFO collecting git info from project "pinprick"... |
9426 | 2024-08-08T20:45:16.160Z | [ host-image] Aug 08 20:45:14.866 INFO collecting git info from project "bootserver"... |
9427 | 2024-08-08T20:45:16.164Z | [ host-image] Aug 08 20:45:14.870 INFO collecting git info from project "amd-host-image-builder"... |
9428 | 2024-08-08T20:45:16.178Z | [ host-image] Aug 08 20:45:14.884 INFO collecting git info from project "amd-firmware"... |
9429 | 2024-08-08T20:45:16.185Z | [ host-image] Aug 08 20:45:14.892 INFO collecting git info from project "chelsio-t6-roms"... |
9430 | 2024-08-08T20:45:16.190Z | [ host-image] Aug 08 20:45:14.896 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9431 | 2024-08-08T20:45:16.550Z | [ host-image] Aug 08 20:45:15.255 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9432 | 2024-08-08T20:45:16.891Z | [ host-image] Aug 08 20:45:15.597 INFO creating Oxide boot image... |
9433 | 2024-08-08T20:45:16.891Z | [ host-image] Aug 08 20:45:15.597 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 24b7562/0187c42 2024-08-08 20:18", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9434 | 2024-08-08T20:45:17.816Z | [ host-image] Aug 08 20:45:16.522 INFO O| ok, image written! |
9435 | 2024-08-08T20:45:17.817Z | [ host-image] Aug 08 20:45:16.522 INFO O| ok, boot_image_csum file written! |
9436 | 2024-08-08T20:45:17.820Z | [ host-image] Aug 08 20:45:16.525 INFO creating boot archive (CPIO)... |
9437 | 2024-08-08T20:45:17.820Z | [ host-image] Aug 08 20:45:16.525 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 |
9438 | 2024-08-08T20:45:17.829Z | [ host-image] Aug 08 20:45:16.533 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9439 | 2024-08-08T20:45:17.829Z | [ host-image] Aug 08 20:45:16.533 INFO E| + outfile=/work/os-host/cpio |
9440 | 2024-08-08T20:45:17.832Z | [ host-image] Aug 08 20:45:16.533 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9441 | 2024-08-08T20:45:17.832Z | [ host-image] Aug 08 20:45:16.535 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9442 | 2024-08-08T20:45:17.832Z | [ host-image] Aug 08 20:45:16.535 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9443 | 2024-08-08T20:45:17.865Z | [ host-image] Aug 08 20:45:16.570 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9444 | 2024-08-08T20:45:17.865Z | [ host-image] Aug 08 20:45:16.570 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9445 | 2024-08-08T20:45:17.874Z | [ host-image] Aug 08 20:45:16.579 INFO creating compressed cpio/unix for nanobl-rs... |
9446 | 2024-08-08T20:45:17.874Z | [ host-image] Aug 08 20:45:16.579 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 |
9447 | 2024-08-08T20:45:18.156Z | [ host-image] Aug 08 20:45:16.861 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9448 | 2024-08-08T20:45:22.492Z | [ host-image] Aug 08 20:45:21.196 INFO creating reset image... |
9449 | 2024-08-08T20:45:22.499Z | [ host-image] Aug 08 20:45:21.196 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9450 | 2024-08-08T20:45:22.579Z | [ host-image] Aug 08 20:45:21.283 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9451 | 2024-08-08T20:45:22.582Z | [ host-image] Aug 08 20:45:21.283 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9452 | 2024-08-08T20:45:22.643Z | [ host-image] Aug 08 20:45:21.347 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9453 | 2024-08-08T20:45:24.872Z | [ host-image] Aug 08 20:45:23.575 INFO E| Finished `release` profile [optimized] target(s) in 2.28s |
9454 | 2024-08-08T20:45:24.882Z | [ host-image] Aug 08 20:45:23.586 INFO building host image... |
9455 | 2024-08-08T20:45:24.885Z | [ host-image] Aug 08 20:45:23.586 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") |
9456 | 2024-08-08T20:45:25.359Z | [ host-image] Aug 08 20:45:24.061 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9457 | 2024-08-08T20:46:10.356Z | [ host-image] Aug 08 20:46:09.044 INFO image complete! materials are in "/work/os-host" |
9458 | 2024-08-08T20:46:10.358Z | [ host-image] |
9459 | 2024-08-08T20:46:10.358Z | [ host-image] real 8:21.950658695 |
9460 | 2024-08-08T20:46:10.358Z | [ host-image] user 3:49.830781995 |
9461 | 2024-08-08T20:46:10.358Z | [ host-image] sys 46.086210236 |
9462 | 2024-08-08T20:46:10.358Z | [ host-image] trap 0.123849586 |
9463 | 2024-08-08T20:46:10.361Z | [ host-image] tflt 0.017716350 |
9464 | 2024-08-08T20:46:10.361Z | [ host-image] dflt 0.023421691 |
9465 | 2024-08-08T20:46:10.361Z | [ host-image] kflt 0.000172518 |
9466 | 2024-08-08T20:46:10.361Z | [ host-image] lock 5:27.599264319 |
9467 | 2024-08-08T20:46:10.361Z | [ host-image] slp 46:01.164122249 |
9468 | 2024-08-08T20:46:10.361Z | [ host-image] lat 58.928801979 |
9469 | 2024-08-08T20:46:10.361Z | [ host-image] stop 0.761706007 |
9470 | 2024-08-08T20:46:10.361Z | Aug 08 20:46:09.048 INFO [host-image] process exited with exit status: 0 (501.963241982s) |
9471 | 2024-08-08T20:46:10.361Z | Aug 08 20:46:09.048 INFO [tuf-repo] running task |
9472 | 2024-08-08T20:46:17.339Z | Aug 08 20:46:16.025 INFO assembling repository in `/tmp/tufaceous8UIAKm`, component: OmicronRepoAssembler |
9473 | 2024-08-08T20:46:21.812Z | Aug 08 20:46:20.497 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9474 | 2024-08-08T20:46:21.999Z | Aug 08 20:46:20.684 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9475 | 2024-08-08T20:46:32.821Z | Aug 08 20:46:31.503 INFO [tuf-repo] task succeeded (22.455104994s) |
9476 | 2024-08-08T20:46:32.822Z | Aug 08 20:46:31.503 INFO all jobs completed in 1689.084963302s |
9477 | 2024-08-08T20:46:33.335Z | process exited: duration 2262119 ms, exit code 0 |
|
9478 | 2024-08-08T20:46:33.346Z | found 33 output files |
9479 | 2024-08-08T20:46:33.347Z | uploading: /work/manifest.toml (8404 bytes) |
9480 | 2024-08-08T20:46:34.360Z | uploaded: /work/manifest.toml |
9481 | 2024-08-08T20:46:34.360Z | uploading: /work/repo.zip (1758055931 bytes) |
9482 | 2024-08-08T20:47:09.795Z | uploaded: /work/repo.zip |
9483 | 2024-08-08T20:47:09.795Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9484 | 2024-08-08T20:47:10.953Z | uploaded: /work/repo.zip.sha256.txt |
9485 | 2024-08-08T20:47:10.953Z | uploading: /work/helios-setup.log (51506 bytes) |
9486 | 2024-08-08T20:47:11.967Z | uploaded: /work/helios-setup.log |
9487 | 2024-08-08T20:47:11.967Z | uploading: /work/host-image.log (194894 bytes) |
9488 | 2024-08-08T20:47:12.983Z | uploaded: /work/host-image.log |
9489 | 2024-08-08T20:47:12.983Z | uploading: /work/host-package.log (17696 bytes) |
9490 | 2024-08-08T20:47:13.995Z | uploaded: /work/host-package.log |
9491 | 2024-08-08T20:47:13.995Z | uploading: /work/host-target.log (101 bytes) |
9492 | 2024-08-08T20:47:15.007Z | uploaded: /work/host-target.log |
9493 | 2024-08-08T20:47:15.007Z | uploading: /work/omicron-package.log (4520 bytes) |
9494 | 2024-08-08T20:47:16.017Z | uploaded: /work/omicron-package.log |
9495 | 2024-08-08T20:47:16.017Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9496 | 2024-08-08T20:47:17.028Z | uploaded: /work/phbl-toolchain.log |
9497 | 2024-08-08T20:47:17.028Z | uploading: /work/recovery-image.log (591740 bytes) |
9498 | 2024-08-08T20:47:18.049Z | uploaded: /work/recovery-image.log |
9499 | 2024-08-08T20:47:18.049Z | uploading: /work/recovery-package.log (282 bytes) |
9500 | 2024-08-08T20:47:19.060Z | uploaded: /work/recovery-package.log |
9501 | 2024-08-08T20:47:19.065Z | uploading: /work/recovery-target.log (98 bytes) |
9502 | 2024-08-08T20:47:20.074Z | uploaded: /work/recovery-target.log |
9503 | 2024-08-08T20:47:20.074Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9504 | 2024-08-08T20:47:21.083Z | uploaded: /work/stamp-clickhouse.log |
9505 | 2024-08-08T20:47:21.083Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9506 | 2024-08-08T20:47:22.093Z | uploaded: /work/stamp-clickhouse_keeper.log |
9507 | 2024-08-08T20:47:22.093Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9508 | 2024-08-08T20:47:23.104Z | uploaded: /work/stamp-cockroachdb.log |
9509 | 2024-08-08T20:47:23.104Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9510 | 2024-08-08T20:47:24.114Z | uploaded: /work/stamp-crucible-dtrace.log |
9511 | 2024-08-08T20:47:24.114Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9512 | 2024-08-08T20:47:25.124Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9513 | 2024-08-08T20:47:25.124Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9514 | 2024-08-08T20:47:26.135Z | uploaded: /work/stamp-crucible-zone.log |
9515 | 2024-08-08T20:47:26.135Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9516 | 2024-08-08T20:47:27.146Z | uploaded: /work/stamp-external-dns.log |
9517 | 2024-08-08T20:47:27.146Z | uploading: /work/stamp-installinator.log (103 bytes) |
9518 | 2024-08-08T20:47:28.167Z | uploaded: /work/stamp-installinator.log |
9519 | 2024-08-08T20:47:28.168Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9520 | 2024-08-08T20:47:29.191Z | uploaded: /work/stamp-internal-dns.log |
9521 | 2024-08-08T20:47:29.191Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9522 | 2024-08-08T20:47:30.201Z | uploaded: /work/stamp-mg-ddm-gz.log |
9523 | 2024-08-08T20:47:30.201Z | uploading: /work/stamp-nexus.log (112 bytes) |
9524 | 2024-08-08T20:47:31.213Z | uploaded: /work/stamp-nexus.log |
9525 | 2024-08-08T20:47:31.213Z | uploading: /work/stamp-ntp.log (110 bytes) |
9526 | 2024-08-08T20:47:32.223Z | uploaded: /work/stamp-ntp.log |
9527 | 2024-08-08T20:47:32.223Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9528 | 2024-08-08T20:47:33.234Z | uploaded: /work/stamp-omicron-sled-agent.log |
9529 | 2024-08-08T20:47:33.234Z | uploading: /work/stamp-overlay.log (114 bytes) |
9530 | 2024-08-08T20:47:34.245Z | uploaded: /work/stamp-overlay.log |
9531 | 2024-08-08T20:47:34.245Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9532 | 2024-08-08T20:47:35.255Z | uploaded: /work/stamp-oximeter.log |
9533 | 2024-08-08T20:47:35.255Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9534 | 2024-08-08T20:47:36.265Z | uploaded: /work/stamp-oxlog.log |
9535 | 2024-08-08T20:47:36.265Z | uploading: /work/stamp-probe.log (112 bytes) |
9536 | 2024-08-08T20:47:37.277Z | uploaded: /work/stamp-probe.log |
9537 | 2024-08-08T20:47:37.277Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9538 | 2024-08-08T20:47:38.288Z | uploaded: /work/stamp-propolis-server.log |
9539 | 2024-08-08T20:47:38.288Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9540 | 2024-08-08T20:47:39.301Z | uploaded: /work/stamp-pumpkind-gz.log |
9541 | 2024-08-08T20:47:39.301Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9542 | 2024-08-08T20:47:40.311Z | uploaded: /work/stamp-switch-asic.log |
9543 | 2024-08-08T20:47:40.311Z | uploading: /work/verify-libraries.log (1883 bytes) |
9544 | 2024-08-08T20:47:41.319Z | uploaded: /work/verify-libraries.log |