|
|
|
1 | 2024-08-05T16:03:19.514Z | job assigned to worker 01J4HMDTQRCRSS8022E8N6EBY2 (queued for 1 m 4 s) |
|
2 | 2024-08-05T16:03:27.675Z | starting task 0: "setup" |
3 | 2024-08-05T16:03:27.731Z | ++ uname -s |
4 | 2024-08-05T16:03:27.734Z | + kern=SunOS |
5 | 2024-08-05T16:03:27.734Z | + case "$kern" in |
6 | 2024-08-05T16:03:27.735Z | + groupadd -g 12345 build |
7 | 2024-08-05T16:03:27.737Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-05T16:03:29.748Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-05T16:03:29.875Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-05T16:03:29.878Z | + home_fs=zfs |
11 | 2024-08-05T16:03:29.878Z | + [[ zfs == autofs ]] |
12 | 2024-08-05T16:03:29.878Z | + mkdir -p /home/build |
13 | 2024-08-05T16:03:29.881Z | + chown build:build /home/build /work |
14 | 2024-08-05T16:03:31.882Z | + chmod 0700 /home/build /work |
15 | 2024-08-05T16:03:31.885Z | process exited: duration 4210 ms, exit code 0 |
|
16 | 2024-08-05T16:03:31.891Z | starting task 1: "rust-toolchain" |
17 | 2024-08-05T16:03:31.896Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-05T16:03:31.896Z | ' 1.80.0 |
19 | 2024-08-05T16:03:31.896Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-05T16:03:31.896Z | ' default |
21 | 2024-08-05T16:03:31.896Z | * toolchain channel = "1.80.0" |
22 | 2024-08-05T16:03:31.896Z | * toolchain profile = "default" |
23 | 2024-08-05T16:03:31.899Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-05T16:03:31.899Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-05T16:03:32.000Z | info: downloading installer |
26 | 2024-08-05T16:03:33.494Z | info: profile set to 'default' |
27 | 2024-08-05T16:03:33.494Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-05T16:03:33.500Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-05T16:03:33.632Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-05T16:03:33.632Z | info: downloading component 'cargo' |
31 | 2024-08-05T16:03:34.342Z | info: downloading component 'clippy' |
32 | 2024-08-05T16:03:34.593Z | info: downloading component 'rust-docs' |
33 | 2024-08-05T16:03:35.579Z | info: downloading component 'rust-std' |
34 | 2024-08-05T16:03:36.959Z | info: downloading component 'rustc' |
35 | 2024-08-05T16:03:40.805Z | info: downloading component 'rustfmt' |
36 | 2024-08-05T16:03:41.014Z | info: installing component 'cargo' |
37 | 2024-08-05T16:03:41.839Z | info: installing component 'clippy' |
38 | 2024-08-05T16:03:42.213Z | info: installing component 'rust-docs' |
39 | 2024-08-05T16:03:43.812Z | info: installing component 'rust-std' |
40 | 2024-08-05T16:03:45.466Z | info: installing component 'rustc' |
41 | 2024-08-05T16:03:49.815Z | info: installing component 'rustfmt' |
42 | 2024-08-05T16:03:50.160Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-05T16:03:50.160Z | |
44 | 2024-08-05T16:03:50.423Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-05T16:03:50.423Z | |
46 | 2024-08-05T16:03:50.426Z | |
47 | 2024-08-05T16:03:50.426Z | Rust is installed now. Great! |
48 | 2024-08-05T16:03:50.427Z | |
49 | 2024-08-05T16:03:50.427Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-05T16:03:50.427Z | environment variable. This has not been done automatically. |
51 | 2024-08-05T16:03:50.428Z | |
52 | 2024-08-05T16:03:50.428Z | To configure your current shell, you need to source |
53 | 2024-08-05T16:03:50.429Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-05T16:03:50.429Z | |
55 | 2024-08-05T16:03:50.430Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-05T16:03:50.431Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-05T16:03:50.431Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-05T16:03:50.527Z | + rustc --version |
59 | 2024-08-05T16:03:50.593Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-05T16:03:50.596Z | process exited: duration 18701 ms, exit code 0 |
|
61 | 2024-08-05T16:03:50.601Z | starting task 2: "authentication" |
62 | 2024-08-05T16:03:50.623Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-05T16:03:50.631Z | starting task 3: "clone repository" |
64 | 2024-08-05T16:03:50.634Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-05T16:03:50.637Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-05T16:03:51.132Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-05T16:03:56.430Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-05T16:03:56.433Z | + git fetch origin 4678f7dc2df4e52c12bf30a498d9225c39297418 |
69 | 2024-08-05T16:03:56.710Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-05T16:03:56.710Z | * branch 4678f7dc2df4e52c12bf30a498d9225c39297418 -> FETCH_HEAD |
71 | 2024-08-05T16:03:56.721Z | + [[ -n john/reconfigurator-external-ip-allocator ]] |
72 | 2024-08-05T16:03:56.723Z | ++ git branch --show-current |
73 | 2024-08-05T16:03:56.726Z | + current=main |
74 | 2024-08-05T16:03:56.726Z | + [[ main != john/reconfigurator-external-ip-allocator ]] |
75 | 2024-08-05T16:03:56.726Z | + git branch -f john/reconfigurator-external-ip-allocator 4678f7dc2df4e52c12bf30a498d9225c39297418 |
76 | 2024-08-05T16:03:56.729Z | + git checkout -f john/reconfigurator-external-ip-allocator |
77 | 2024-08-05T16:03:56.870Z | Switched to branch 'john/reconfigurator-external-ip-allocator' |
78 | 2024-08-05T16:03:56.873Z | + git reset --hard 4678f7dc2df4e52c12bf30a498d9225c39297418 |
79 | 2024-08-05T16:03:57.013Z | HEAD is now at 4678f7dc2 Reconfigurator: Teach planner about SNAT IPs |
80 | 2024-08-05T16:03:57.016Z | process exited: duration 6384 ms, exit code 0 |
|
81 | 2024-08-05T16:03:57.022Z | starting task 4: "build" |
82 | 2024-08-05T16:03:57.028Z | + cargo --version |
83 | 2024-08-05T16:03:57.085Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-05T16:03:57.088Z | + rustc --version |
85 | 2024-08-05T16:03:57.150Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-05T16:03:57.153Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-05T16:04:19.627Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-05T16:04:21.855Z | Startup: Caching catalogs ... Done |
89 | 2024-08-05T16:04:25.747Z | Planning: Solver setup ... Done (3.289s) |
90 | 2024-08-05T16:04:25.812Z | Planning: Running solver ... Done (0.062s) |
91 | 2024-08-05T16:04:25.870Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2024-08-05T16:04:25.886Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-08-05T16:04:26.552Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-08-05T16:04:26.603Z | Planning: Package planning ... Done (0.051s) |
95 | 2024-08-05T16:04:26.654Z | Planning: Merging actions ... Done (0.050s) |
96 | 2024-08-05T16:04:27.521Z | Planning: Checking for conflicting actions ... Done (0.866s) |
97 | 2024-08-05T16:04:27.533Z | Planning: Consolidating action changes ... Done (0.012s) |
98 | 2024-08-05T16:04:32.177Z | Planning: Evaluating mediators ... Done (4.644s) |
99 | 2024-08-05T16:04:32.187Z | Planning: Planning completed in 10.26 seconds |
100 | 2024-08-05T16:04:32.664Z | Packages to install: 4 |
101 | 2024-08-05T16:04:32.664Z | Mediators to change: 2 |
102 | 2024-08-05T16:04:32.664Z | Services to change: 1 |
103 | 2024-08-05T16:04:32.667Z | Estimated space available: 155.76 GB |
104 | 2024-08-05T16:04:32.667Z | Estimated space to be consumed: 1.47 GB |
105 | 2024-08-05T16:04:32.667Z | Create boot environment: No |
106 | 2024-08-05T16:04:32.667Z | Create backup boot environment: No |
107 | 2024-08-05T16:04:32.668Z | Rebuild boot archive: No |
108 | 2024-08-05T16:04:32.668Z | |
109 | 2024-08-05T16:04:32.668Z | Changed mediators: |
110 | 2024-08-05T16:04:32.668Z | mediator clang: |
111 | 2024-08-05T16:04:32.668Z | version: None -> 15 (system default) |
112 | 2024-08-05T16:04:32.668Z | |
113 | 2024-08-05T16:04:32.668Z | mediator llvm: |
114 | 2024-08-05T16:04:32.668Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-08-05T16:04:32.668Z | |
116 | 2024-08-05T16:04:32.668Z | Changed packages: |
117 | 2024-08-05T16:04:32.668Z | helios-dev |
118 | 2024-08-05T16:04:32.668Z | developer/build-essential |
119 | 2024-08-05T16:04:32.668Z | None -> 11-2.0 |
120 | 2024-08-05T16:04:32.668Z | library/libxmlsec1 |
121 | 2024-08-05T16:04:32.668Z | None -> 1.2.35-2.0 |
122 | 2024-08-05T16:04:32.668Z | ooce/developer/clang-15 |
123 | 2024-08-05T16:04:32.668Z | None -> 15.0.7-2.0 |
124 | 2024-08-05T16:04:32.668Z | ooce/developer/llvm-15 |
125 | 2024-08-05T16:04:32.668Z | None -> 15.0.7-2.0 |
126 | 2024-08-05T16:04:32.668Z | |
127 | 2024-08-05T16:04:32.668Z | Services: |
128 | 2024-08-05T16:04:32.668Z | restart_fmri: |
129 | 2024-08-05T16:04:32.668Z | svc:/system/update-man-index:default |
130 | 2024-08-05T16:04:32.882Z | |
131 | 2024-08-05T16:04:32.882Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-08-05T16:04:37.905Z | Download: 602/3290 items 3.4/212.6MB 1% complete (720k/s) |
133 | 2024-08-05T16:04:43.252Z | Download: 1195/3290 items 83.4/212.6MB 39% complete (8.8M/s) |
134 | 2024-08-05T16:04:48.251Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (8.0M/s) |
135 | 2024-08-05T16:04:53.271Z | Download: 2217/3290 items 119.2/212.6MB 56% complete (3.7M/s) |
136 | 2024-08-05T16:04:58.279Z | Download: 2388/3290 items 119.8/212.6MB 56% complete (3.7M/s) |
137 | 2024-08-05T16:05:03.284Z | Download: 2801/3290 items 121.0/212.6MB 56% complete (182k/s) |
138 | 2024-08-05T16:05:08.313Z | Download: 3220/3290 items 195.3/212.6MB 91% complete (7.5M/s) |
139 | 2024-08-05T16:05:13.358Z | Download: 3241/3290 items 203.0/212.6MB 95% complete (8.2M/s) |
140 | 2024-08-05T16:05:21.165Z | Download: 3243/3290 items 203.0/212.6MB 95% complete |
141 | 2024-08-05T16:05:27.500Z | Download: 3282/3290 items 211.4/212.6MB 99% complete (856k/s) |
142 | 2024-08-05T16:05:33.908Z | Download: 3283/3290 items 211.4/212.6MB 99% complete |
143 | 2024-08-05T16:05:46.716Z | Download: 3289/3290 items 212.4/212.6MB 99% complete |
144 | 2024-08-05T16:05:46.746Z | Download: Completed 212.60 MB in 73.85 seconds (2.9M/s) |
145 | 2024-08-05T16:05:46.891Z | Actions: 1/3689 actions (Installing new actions) |
146 | 2024-08-05T16:05:51.989Z | Actions: 3544/3689 actions (Installing new actions) |
147 | 2024-08-05T16:05:52.425Z | Actions: Completed 3689 actions in 5.53 seconds. |
148 | 2024-08-05T16:05:52.689Z | Done (0.259s) |
149 | 2024-08-05T16:05:52.689Z | Done (0.000s) |
150 | 2024-08-05T16:05:53.043Z | Done (0.354s) |
151 | 2024-08-05T16:05:58.562Z | Done (5.353s) |
152 | 2024-08-05T16:05:58.799Z | Done (0.165s) |
153 | 2024-08-05T16:05:58.804Z | Done (0.000s) |
154 | 2024-08-05T16:05:59.070Z | Done (0.000s) |
155 | 2024-08-05T16:05:59.666Z | Planning: Evaluating mediator changes ... Done |
156 | 2024-08-05T16:05:59.829Z | Planning: Checking for conflicting actions ... Done |
157 | 2024-08-05T16:05:59.832Z | Planning: Consolidating action changes ... Done |
158 | 2024-08-05T16:06:00.098Z | Planning: Evaluating mediators ... Done |
159 | 2024-08-05T16:06:00.101Z | Planning: Planning completed in 0.43 seconds |
160 | 2024-08-05T16:06:00.131Z | Mediators to change: 2 |
161 | 2024-08-05T16:06:00.131Z | Create boot environment: No |
162 | 2024-08-05T16:06:00.134Z | Create backup boot environment: No |
163 | 2024-08-05T16:06:00.231Z | Done |
164 | 2024-08-05T16:06:00.231Z | Done |
165 | 2024-08-05T16:06:00.465Z | Done |
166 | 2024-08-05T16:06:04.235Z | Done |
167 | 2024-08-05T16:06:04.321Z | Done |
168 | 2024-08-05T16:06:04.324Z | Done |
169 | 2024-08-05T16:06:04.572Z | Done |
170 | 2024-08-05T16:06:05.191Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-08-05T16:06:05.193Z | Planning: Merging actions ... Done |
172 | 2024-08-05T16:06:05.382Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-08-05T16:06:05.385Z | Planning: Consolidating action changes ... Done |
174 | 2024-08-05T16:06:05.643Z | Planning: Evaluating mediators ... Done |
175 | 2024-08-05T16:06:05.698Z | Planning: Planning completed in 0.75 seconds |
176 | 2024-08-05T16:06:05.732Z | Packages to change: 1 |
177 | 2024-08-05T16:06:05.732Z | Mediators to change: 1 |
178 | 2024-08-05T16:06:05.737Z | Services to change: 1 |
179 | 2024-08-05T16:06:05.737Z | Create boot environment: No |
180 | 2024-08-05T16:06:05.737Z | Create backup boot environment: Yes |
181 | 2024-08-05T16:06:07.617Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2024-08-05T16:06:07.657Z | Actions: Completed 6 actions in 0.04 seconds. |
183 | 2024-08-05T16:06:07.660Z | Done |
184 | 2024-08-05T16:06:07.660Z | Done |
185 | 2024-08-05T16:06:07.733Z | Done |
186 | 2024-08-05T16:06:11.549Z | Done |
187 | 2024-08-05T16:06:11.635Z | Done |
188 | 2024-08-05T16:06:11.637Z | Done |
189 | 2024-08-05T16:06:11.870Z | Done |
190 | 2024-08-05T16:06:12.334Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2024-08-05T16:06:12.334Z | clang system 15 system |
192 | 2024-08-05T16:06:12.334Z | csh system system illumos |
193 | 2024-08-05T16:06:12.334Z | ctags system system illumos |
194 | 2024-08-05T16:06:12.334Z | gcc vendor 12 vendor |
195 | 2024-08-05T16:06:12.334Z | gcc system 10 system |
196 | 2024-08-05T16:06:12.334Z | gcc system 7 system |
197 | 2024-08-05T16:06:12.334Z | go system 1.20 system |
198 | 2024-08-05T16:06:12.334Z | go system 1.19 system |
199 | 2024-08-05T16:06:12.334Z | llvm system 15 system |
200 | 2024-08-05T16:06:12.334Z | llvm system 14 system |
201 | 2024-08-05T16:06:12.334Z | mariadb system 10.6 system |
202 | 2024-08-05T16:06:12.334Z | mta vendor vendor dma |
203 | 2024-08-05T16:06:12.334Z | openjdk system 17 system |
204 | 2024-08-05T16:06:12.334Z | openjdk system 11 system |
205 | 2024-08-05T16:06:12.334Z | openjdk system 1.8 system |
206 | 2024-08-05T16:06:12.334Z | openssl vendor 3 vendor |
207 | 2024-08-05T16:06:12.334Z | perl system 5.36 system |
208 | 2024-08-05T16:06:12.334Z | postgresql system 15 system |
209 | 2024-08-05T16:06:12.334Z | postgresql system 13 system |
210 | 2024-08-05T16:06:12.334Z | python vendor 3 vendor |
211 | 2024-08-05T16:06:12.334Z | python system 2 system |
212 | 2024-08-05T16:06:12.334Z | python3 system 3.11 system |
213 | 2024-08-05T16:06:12.334Z | ruby system 3.0 system |
214 | 2024-08-05T16:06:12.334Z | words vendor vendor american-english |
215 | 2024-08-05T16:06:12.334Z | words system system australian-english |
216 | 2024-08-05T16:06:12.334Z | words system system british-english |
217 | 2024-08-05T16:06:12.334Z | words system system canadian-english |
218 | 2024-08-05T16:06:12.334Z | words system system french |
219 | 2024-08-05T16:06:12.334Z | words system system italian |
220 | 2024-08-05T16:06:12.334Z | words system system ngerman |
221 | 2024-08-05T16:06:12.334Z | words system system ogerman |
222 | 2024-08-05T16:06:12.334Z | words system system spanish |
223 | 2024-08-05T16:06:12.692Z | PUBLISHER TYPE STATUS P LOCATION |
224 | 2024-08-05T16:06:12.692Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
225 | 2024-08-05T16:06:14.398Z | FMRI IFO |
226 | 2024-08-05T16:06:14.398Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
227 | 2024-08-05T16:06:14.398Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
228 | 2024-08-05T16:06:14.398Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
229 | 2024-08-05T16:06:14.398Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
230 | 2024-08-05T16:06:14.398Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
231 | 2024-08-05T16:06:14.398Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2024-08-05T16:06:14.398Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
233 | 2024-08-05T16:06:14.398Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
234 | 2024-08-05T16:06:14.398Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
235 | 2024-08-05T16:06:14.398Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
236 | 2024-08-05T16:06:14.398Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
237 | 2024-08-05T16:06:14.398Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
238 | 2024-08-05T16:06:14.996Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
239 | 2024-08-05T16:06:15.258Z | Updating git repository `https://github.com/oxidecomputer/zone` |
240 | 2024-08-05T16:06:15.479Z | Updating crates.io index |
241 | 2024-08-05T16:06:15.483Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
242 | 2024-08-05T16:06:16.221Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
243 | 2024-08-05T16:06:16.983Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
244 | 2024-08-05T16:06:17.236Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
245 | 2024-08-05T16:06:18.831Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
246 | 2024-08-05T16:06:19.148Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
247 | 2024-08-05T16:06:19.400Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
248 | 2024-08-05T16:06:20.501Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
249 | 2024-08-05T16:06:22.432Z | Updating git repository `https://github.com/oxidecomputer/opte` |
250 | 2024-08-05T16:06:23.391Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
251 | 2024-08-05T16:06:24.078Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
252 | 2024-08-05T16:06:24.617Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
253 | 2024-08-05T16:06:24.903Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
254 | 2024-08-05T16:06:25.126Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
255 | 2024-08-05T16:06:25.363Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
256 | 2024-08-05T16:06:25.730Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
257 | 2024-08-05T16:06:25.991Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
258 | 2024-08-05T16:06:26.218Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
259 | 2024-08-05T16:06:26.473Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-08-05T16:06:26.754Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
261 | 2024-08-05T16:06:27.038Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
262 | 2024-08-05T16:06:27.451Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
263 | 2024-08-05T16:06:27.654Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
264 | 2024-08-05T16:06:28.078Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
265 | 2024-08-05T16:06:28.383Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
266 | 2024-08-05T16:06:28.758Z | Updating git repository `https://github.com/oxidecomputer/typify` |
267 | 2024-08-05T16:06:30.742Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
268 | 2024-08-05T16:06:30.988Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
269 | 2024-08-05T16:06:31.226Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
270 | 2024-08-05T16:06:31.580Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
271 | 2024-08-05T16:06:32.594Z | Downloading crates ... |
272 | 2024-08-05T16:06:32.671Z | Downloaded anstyle v1.0.8 |
273 | 2024-08-05T16:06:32.674Z | Downloaded anstream v0.6.14 |
274 | 2024-08-05T16:06:32.677Z | Downloaded heck v0.5.0 |
275 | 2024-08-05T16:06:32.680Z | Downloaded autocfg v1.3.0 |
276 | 2024-08-05T16:06:32.683Z | Downloaded fnv v1.0.7 |
277 | 2024-08-05T16:06:32.683Z | Downloaded block-buffer v0.10.4 |
278 | 2024-08-05T16:06:32.685Z | Downloaded pretty-hex v0.4.1 |
279 | 2024-08-05T16:06:32.685Z | Downloaded is_terminal_polyfill v1.70.0 |
280 | 2024-08-05T16:06:32.685Z | Downloaded equivalent v1.0.1 |
281 | 2024-08-05T16:06:32.688Z | Downloaded scroll_derive v0.12.0 |
282 | 2024-08-05T16:06:32.693Z | Downloaded usdt-attr-macro v0.5.0 |
283 | 2024-08-05T16:06:32.698Z | Downloaded swrite v0.1.0 |
284 | 2024-08-05T16:06:32.702Z | Downloaded usdt-macro v0.5.0 |
285 | 2024-08-05T16:06:32.709Z | Downloaded generic-array v0.14.7 |
286 | 2024-08-05T16:06:32.709Z | Downloaded dof v0.3.0 |
287 | 2024-08-05T16:06:32.709Z | Downloaded proc-macro-error-attr v1.0.4 |
288 | 2024-08-05T16:06:32.709Z | Downloaded colorchoice v1.0.1 |
289 | 2024-08-05T16:06:32.712Z | Downloaded byteorder v1.5.0 |
290 | 2024-08-05T16:06:32.712Z | Downloaded anstyle-query v1.0.3 |
291 | 2024-08-05T16:06:32.712Z | Downloaded crypto-common v0.1.6 |
292 | 2024-08-05T16:06:32.715Z | Downloaded cargo-platform v0.1.8 |
293 | 2024-08-05T16:06:32.715Z | Downloaded memmap v0.7.0 |
294 | 2024-08-05T16:06:32.720Z | Downloaded macaddr v1.0.1 |
295 | 2024-08-05T16:06:32.726Z | Downloaded version_check v0.9.4 |
296 | 2024-08-05T16:06:32.726Z | Downloaded serde_tokenstream v0.2.1 |
297 | 2024-08-05T16:06:32.726Z | Downloaded thiserror v1.0.63 |
298 | 2024-08-05T16:06:32.729Z | Downloaded toml_datetime v0.6.8 |
299 | 2024-08-05T16:06:32.734Z | Downloaded thread-id v4.2.1 |
300 | 2024-08-05T16:06:32.734Z | Downloaded cfg-if v1.0.0 |
301 | 2024-08-05T16:06:32.739Z | Downloaded bytecount v0.6.8 |
302 | 2024-08-05T16:06:32.739Z | Downloaded quote v1.0.36 |
303 | 2024-08-05T16:06:32.739Z | Downloaded pest_derive v2.7.10 |
304 | 2024-08-05T16:06:32.742Z | Downloaded clap_derive v4.5.13 |
305 | 2024-08-05T16:06:32.742Z | Downloaded cargo_toml v0.20.4 |
306 | 2024-08-05T16:06:32.745Z | Downloaded anstyle-parse v0.2.4 |
307 | 2024-08-05T16:06:32.745Z | Downloaded tabled_derive v0.7.0 |
308 | 2024-08-05T16:06:32.758Z | Downloaded scroll v0.12.0 |
309 | 2024-08-05T16:06:32.761Z | Downloaded heck v0.4.1 |
310 | 2024-08-05T16:06:32.761Z | Downloaded errno v0.3.9 |
311 | 2024-08-05T16:06:32.765Z | Downloaded clap_lex v0.7.0 |
312 | 2024-08-05T16:06:32.769Z | Downloaded fs-err v2.11.0 |
313 | 2024-08-05T16:06:32.769Z | Downloaded digest v0.10.7 |
314 | 2024-08-05T16:06:32.773Z | Downloaded ryu v1.0.18 |
315 | 2024-08-05T16:06:32.773Z | Downloaded pest_meta v2.7.10 |
316 | 2024-08-05T16:06:32.776Z | Downloaded clap v4.5.13 |
317 | 2024-08-05T16:06:32.784Z | Downloaded typenum v1.17.0 |
318 | 2024-08-05T16:06:32.788Z | Downloaded pest_generator v2.7.10 |
319 | 2024-08-05T16:06:32.788Z | Downloaded terminal_size v0.3.0 |
320 | 2024-08-05T16:06:32.791Z | Downloaded itoa v1.0.11 |
321 | 2024-08-05T16:06:32.791Z | Downloaded utf8parse v0.2.1 |
322 | 2024-08-05T16:06:32.791Z | Downloaded usdt v0.5.0 |
323 | 2024-08-05T16:06:32.791Z | Downloaded thiserror-impl v1.0.63 |
324 | 2024-08-05T16:06:32.794Z | Downloaded strsim v0.11.1 |
325 | 2024-08-05T16:06:32.794Z | Downloaded serde_spanned v0.6.7 |
326 | 2024-08-05T16:06:32.797Z | Downloaded dtrace-parser v0.2.0 |
327 | 2024-08-05T16:06:32.797Z | Downloaded usdt-impl v0.5.0 |
328 | 2024-08-05T16:06:32.797Z | Downloaded once_cell v1.19.0 |
329 | 2024-08-05T16:06:32.801Z | Downloaded anyhow v1.0.86 |
330 | 2024-08-05T16:06:32.804Z | Downloaded cargo_metadata v0.18.1 |
331 | 2024-08-05T16:06:32.804Z | Downloaded proc-macro2 v1.0.86 |
332 | 2024-08-05T16:06:32.807Z | Downloaded plain v0.2.3 |
333 | 2024-08-05T16:06:32.813Z | Downloaded semver v1.0.23 |
334 | 2024-08-05T16:06:32.813Z | Downloaded cpufeatures v0.2.12 |
335 | 2024-08-05T16:06:32.813Z | Downloaded proc-macro-error v1.0.4 |
336 | 2024-08-05T16:06:32.816Z | Downloaded papergrid v0.11.0 |
337 | 2024-08-05T16:06:32.819Z | Downloaded sha2 v0.10.8 |
338 | 2024-08-05T16:06:32.823Z | Downloaded log v0.4.21 |
339 | 2024-08-05T16:06:32.826Z | Downloaded camino v1.1.7 |
340 | 2024-08-05T16:06:32.826Z | Downloaded serde v1.0.204 |
341 | 2024-08-05T16:06:32.829Z | Downloaded serde_derive v1.0.204 |
342 | 2024-08-05T16:06:32.835Z | Downloaded zerocopy-derive v0.7.34 |
343 | 2024-08-05T16:06:32.842Z | Downloaded ucd-trie v0.1.6 |
344 | 2024-08-05T16:06:32.842Z | Downloaded unicode-ident v1.0.12 |
345 | 2024-08-05T16:06:32.842Z | Downloaded toml v0.8.19 |
346 | 2024-08-05T16:06:32.845Z | Downloaded indexmap v2.2.6 |
347 | 2024-08-05T16:06:32.848Z | Downloaded bitflags v2.6.0 |
348 | 2024-08-05T16:06:32.858Z | Downloaded memchr v2.7.2 |
349 | 2024-08-05T16:06:32.876Z | Downloaded toml_edit v0.22.20 |
350 | 2024-08-05T16:06:32.898Z | Downloaded serde_json v1.0.122 |
351 | 2024-08-05T16:06:32.905Z | Downloaded hashbrown v0.14.5 |
352 | 2024-08-05T16:06:32.910Z | Downloaded zerocopy v0.7.34 |
353 | 2024-08-05T16:06:32.926Z | Downloaded pest v2.7.10 |
354 | 2024-08-05T16:06:32.931Z | Downloaded clap_builder v4.5.13 |
355 | 2024-08-05T16:06:32.938Z | Downloaded goblin v0.8.2 |
356 | 2024-08-05T16:06:32.944Z | Downloaded winnow v0.6.18 |
357 | 2024-08-05T16:06:32.953Z | Downloaded tabled v0.15.0 |
358 | 2024-08-05T16:06:32.970Z | Downloaded syn v2.0.72 |
359 | 2024-08-05T16:06:32.981Z | Downloaded syn v1.0.109 |
360 | 2024-08-05T16:06:32.991Z | Downloaded rustix v0.38.34 |
361 | 2024-08-05T16:06:33.013Z | Downloaded unicode-width v0.1.13 |
362 | 2024-08-05T16:06:33.021Z | Downloaded libc v0.2.155 |
363 | 2024-08-05T16:06:33.318Z | Compiling proc-macro2 v1.0.86 |
364 | 2024-08-05T16:06:33.318Z | Compiling unicode-ident v1.0.12 |
365 | 2024-08-05T16:06:33.321Z | Compiling version_check v0.9.4 |
366 | 2024-08-05T16:06:33.321Z | Compiling serde v1.0.204 |
367 | 2024-08-05T16:06:33.321Z | Compiling memchr v2.7.2 |
368 | 2024-08-05T16:06:33.321Z | Compiling thiserror v1.0.63 |
369 | 2024-08-05T16:06:33.321Z | Compiling libc v0.2.155 |
370 | 2024-08-05T16:06:33.321Z | Compiling ucd-trie v0.1.6 |
371 | 2024-08-05T16:06:33.571Z | Compiling ryu v1.0.18 |
372 | 2024-08-05T16:06:33.948Z | Compiling itoa v1.0.11 |
373 | 2024-08-05T16:06:34.133Z | Compiling once_cell v1.19.0 |
374 | 2024-08-05T16:06:34.156Z | Compiling byteorder v1.5.0 |
375 | 2024-08-05T16:06:34.473Z | Compiling serde_json v1.0.122 |
376 | 2024-08-05T16:06:35.153Z | Compiling usdt-impl v0.5.0 |
377 | 2024-08-05T16:06:35.177Z | Compiling proc-macro-error-attr v1.0.4 |
378 | 2024-08-05T16:06:35.182Z | Compiling rustix v0.38.34 |
379 | 2024-08-05T16:06:35.182Z | Compiling syn v1.0.109 |
380 | 2024-08-05T16:06:35.258Z | Compiling proc-macro-error v1.0.4 |
381 | 2024-08-05T16:06:35.546Z | Compiling hashbrown v0.14.5 |
382 | 2024-08-05T16:06:35.576Z | Compiling log v0.4.21 |
383 | 2024-08-05T16:06:35.646Z | Compiling equivalent v1.0.1 |
384 | 2024-08-05T16:06:35.764Z | Compiling bitflags v2.6.0 |
385 | 2024-08-05T16:06:35.929Z | Compiling thread-id v4.2.1 |
386 | 2024-08-05T16:06:35.978Z | Compiling utf8parse v0.2.1 |
387 | 2024-08-05T16:06:36.016Z | Compiling plain v0.2.3 |
388 | 2024-08-05T16:06:36.125Z | Compiling anstyle-parse v0.2.4 |
389 | 2024-08-05T16:06:36.170Z | Compiling quote v1.0.36 |
390 | 2024-08-05T16:06:36.195Z | Compiling anstyle v1.0.8 |
391 | 2024-08-05T16:06:36.217Z | Compiling colorchoice v1.0.1 |
392 | 2024-08-05T16:06:36.376Z | Compiling autocfg v1.3.0 |
393 | 2024-08-05T16:06:36.410Z | Compiling is_terminal_polyfill v1.70.0 |
394 | 2024-08-05T16:06:36.464Z | Compiling errno v0.3.9 |
395 | 2024-08-05T16:06:36.539Z | Compiling syn v2.0.72 |
396 | 2024-08-05T16:06:36.790Z | Compiling indexmap v2.2.6 |
397 | 2024-08-05T16:06:36.907Z | Compiling pretty-hex v0.4.1 |
398 | 2024-08-05T16:06:36.954Z | Compiling camino v1.1.7 |
399 | 2024-08-05T16:06:37.134Z | Compiling winnow v0.6.18 |
400 | 2024-08-05T16:06:37.436Z | Compiling semver v1.0.23 |
401 | 2024-08-05T16:06:37.689Z | Compiling anstyle-query v1.0.3 |
402 | 2024-08-05T16:06:37.837Z | Compiling anstream v0.6.14 |
403 | 2024-08-05T16:06:38.081Z | Compiling terminal_size v0.3.0 |
404 | 2024-08-05T16:06:38.216Z | Compiling fs-err v2.11.0 |
405 | 2024-08-05T16:06:38.292Z | Compiling unicode-width v0.1.13 |
406 | 2024-08-05T16:06:38.382Z | Compiling heck v0.4.1 |
407 | 2024-08-05T16:06:38.448Z | Compiling fnv v1.0.7 |
408 | 2024-08-05T16:06:38.516Z | Compiling bytecount v0.6.8 |
409 | 2024-08-05T16:06:38.567Z | Compiling anyhow v1.0.86 |
410 | 2024-08-05T16:06:38.591Z | Compiling strsim v0.11.1 |
411 | 2024-08-05T16:06:38.615Z | Compiling clap_lex v0.7.0 |
412 | 2024-08-05T16:06:38.741Z | Compiling heck v0.5.0 |
413 | 2024-08-05T16:06:38.871Z | Compiling papergrid v0.11.0 |
414 | 2024-08-05T16:06:39.163Z | Compiling clap_builder v4.5.13 |
415 | 2024-08-05T16:06:39.409Z | Compiling memmap v0.7.0 |
416 | 2024-08-05T16:06:40.179Z | Compiling swrite v0.1.0 |
417 | 2024-08-05T16:06:41.940Z | Compiling tabled_derive v0.7.0 |
418 | 2024-08-05T16:06:43.326Z | Compiling tabled v0.15.0 |
419 | 2024-08-05T16:06:45.288Z | Compiling serde_derive v1.0.204 |
420 | 2024-08-05T16:06:45.289Z | Compiling thiserror-impl v1.0.63 |
421 | 2024-08-05T16:06:45.291Z | Compiling zerocopy-derive v0.7.34 |
422 | 2024-08-05T16:06:45.291Z | Compiling scroll_derive v0.12.0 |
423 | 2024-08-05T16:06:45.291Z | Compiling clap_derive v4.5.13 |
424 | 2024-08-05T16:06:46.782Z | Compiling scroll v0.12.0 |
425 | 2024-08-05T16:06:47.062Z | Compiling zerocopy v0.7.34 |
426 | 2024-08-05T16:06:47.378Z | Compiling goblin v0.8.2 |
427 | 2024-08-05T16:06:47.959Z | Compiling pest v2.7.10 |
428 | 2024-08-05T16:06:49.164Z | Compiling clap v4.5.13 |
429 | 2024-08-05T16:06:50.105Z | Compiling pest_meta v2.7.10 |
430 | 2024-08-05T16:06:50.999Z | Compiling pest_generator v2.7.10 |
431 | 2024-08-05T16:06:53.007Z | Compiling pest_derive v2.7.10 |
432 | 2024-08-05T16:06:53.697Z | Compiling dtrace-parser v0.2.0 |
433 | 2024-08-05T16:06:55.419Z | Compiling toml_datetime v0.6.8 |
434 | 2024-08-05T16:06:55.419Z | Compiling serde_spanned v0.6.7 |
435 | 2024-08-05T16:06:55.422Z | Compiling cargo-platform v0.1.8 |
436 | 2024-08-05T16:06:55.708Z | Compiling macaddr v1.0.1 |
437 | 2024-08-05T16:06:55.800Z | Compiling toml_edit v0.22.20 |
438 | 2024-08-05T16:06:56.024Z | Compiling serde_tokenstream v0.2.1 |
439 | 2024-08-05T16:06:56.835Z | Compiling dof v0.3.0 |
440 | 2024-08-05T16:06:56.835Z | Compiling cargo_metadata v0.18.1 |
441 | 2024-08-05T16:06:58.643Z | Compiling toml v0.8.19 |
442 | 2024-08-05T16:06:59.215Z | Compiling usdt-macro v0.5.0 |
443 | 2024-08-05T16:06:59.265Z | Compiling usdt-attr-macro v0.5.0 |
444 | 2024-08-05T16:06:59.530Z | Compiling cargo_toml v0.20.4 |
445 | 2024-08-05T16:07:00.662Z | Compiling usdt v0.5.0 |
446 | 2024-08-05T16:07:03.496Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
447 | 2024-08-05T16:07:07.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.80s |
448 | 2024-08-05T16:07:07.822Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
449 | 2024-08-05T16:07:08.369Z | Downloading crates ... |
450 | 2024-08-05T16:07:08.527Z | Downloaded async-stream-impl v0.3.5 |
451 | 2024-08-05T16:07:08.531Z | Downloaded atomicwrites v0.4.3 |
452 | 2024-08-05T16:07:08.541Z | Downloaded crunchy v0.2.2 |
453 | 2024-08-05T16:07:08.544Z | Downloaded indicatif v0.17.8 |
454 | 2024-08-05T16:07:08.547Z | Downloaded match_cfg v0.1.0 |
455 | 2024-08-05T16:07:08.549Z | Downloaded is-terminal v0.4.12 |
456 | 2024-08-05T16:07:08.549Z | Downloaded bitstruct_derive v0.1.0 |
457 | 2024-08-05T16:07:08.552Z | Downloaded instant v0.1.12 |
458 | 2024-08-05T16:07:08.552Z | Downloaded num_threads v0.1.7 |
459 | 2024-08-05T16:07:08.556Z | Downloaded oso-derive v0.27.3 |
460 | 2024-08-05T16:07:08.556Z | Downloaded normalize-line-endings v0.3.0 |
461 | 2024-08-05T16:07:08.556Z | Downloaded new_debug_unreachable v1.0.6 |
462 | 2024-08-05T16:07:08.559Z | Downloaded ciborium-io v0.2.2 |
463 | 2024-08-05T16:07:08.562Z | Downloaded opaque-debug v0.3.1 |
464 | 2024-08-05T16:07:08.564Z | Downloaded lru v0.12.3 |
465 | 2024-08-05T16:07:08.567Z | Downloaded maybe-uninit v2.0.0 |
466 | 2024-08-05T16:07:08.570Z | Downloaded lalrpop-util v0.19.12 |
467 | 2024-08-05T16:07:08.570Z | Downloaded num-conv v0.1.0 |
468 | 2024-08-05T16:07:08.570Z | Downloaded indent_write v2.2.0 |
469 | 2024-08-05T16:07:08.573Z | Downloaded linked-hash-map v0.5.6 |
470 | 2024-08-05T16:07:08.573Z | Downloaded darling_macro v0.20.9 |
471 | 2024-08-05T16:07:08.579Z | Downloaded base16ct v0.2.0 |
472 | 2024-08-05T16:07:08.579Z | Downloaded atty v0.2.14 |
473 | 2024-08-05T16:07:08.584Z | Downloaded managed v0.8.0 |
474 | 2024-08-05T16:07:08.584Z | Downloaded async-recursion v1.1.1 |
475 | 2024-08-05T16:07:08.584Z | Downloaded ascii-canvas v3.0.0 |
476 | 2024-08-05T16:07:08.584Z | Downloaded num v0.4.3 |
477 | 2024-08-05T16:07:08.587Z | Downloaded async-stream v0.3.5 |
478 | 2024-08-05T16:07:08.587Z | Downloaded num_enum v0.5.11 |
479 | 2024-08-05T16:07:08.591Z | Downloaded num-integer v0.1.46 |
480 | 2024-08-05T16:07:08.594Z | Downloaded nibble_vec v0.1.0 |
481 | 2024-08-05T16:07:08.597Z | Downloaded mockall v0.12.1 |
482 | 2024-08-05T16:07:08.597Z | Downloaded bitstruct v0.1.1 |
483 | 2024-08-05T16:07:08.601Z | Downloaded parse-display-derive v0.9.1 |
484 | 2024-08-05T16:07:08.601Z | Downloaded packed_struct_codegen v0.10.1 |
485 | 2024-08-05T16:07:08.604Z | Downloaded number_prefix v0.4.0 |
486 | 2024-08-05T16:07:08.604Z | Downloaded indoc v1.0.9 |
487 | 2024-08-05T16:07:08.604Z | Downloaded md-5 v0.10.6 |
488 | 2024-08-05T16:07:08.607Z | Downloaded cobs v0.2.3 |
489 | 2024-08-05T16:07:08.607Z | Downloaded cassowary v0.3.0 |
490 | 2024-08-05T16:07:08.610Z | Downloaded lru-cache v0.1.2 |
491 | 2024-08-05T16:07:08.610Z | Downloaded bitfield-struct v0.6.1 |
492 | 2024-08-05T16:07:08.613Z | Downloaded is_ci v1.2.0 |
493 | 2024-08-05T16:07:08.613Z | Downloaded parse-size v1.0.0 |
494 | 2024-08-05T16:07:08.615Z | Downloaded crc v3.2.1 |
495 | 2024-08-05T16:07:08.618Z | Downloaded mime_guess v2.0.4 |
496 | 2024-08-05T16:07:08.618Z | Downloaded openssl-probe v0.1.5 |
497 | 2024-08-05T16:07:08.621Z | Downloaded matches v0.1.10 |
498 | 2024-08-05T16:07:08.621Z | Downloaded newtype-uuid v1.1.0 |
499 | 2024-08-05T16:07:08.621Z | Downloaded nanorand v0.7.0 |
500 | 2024-08-05T16:07:08.624Z | Downloaded multer v3.1.0 |
501 | 2024-08-05T16:07:08.627Z | Downloaded cipher v0.4.4 |
502 | 2024-08-05T16:07:08.630Z | Downloaded chacha20 v0.9.1 |
503 | 2024-08-05T16:07:08.634Z | Downloaded camino-tempfile v1.1.1 |
504 | 2024-08-05T16:07:08.634Z | Downloaded block-padding v0.3.3 |
505 | 2024-08-05T16:07:08.638Z | Downloaded openssl-macros v0.1.1 |
506 | 2024-08-05T16:07:08.638Z | Downloaded convert_case v0.4.0 |
507 | 2024-08-05T16:07:08.638Z | Downloaded bit-set v0.5.3 |
508 | 2024-08-05T16:07:08.638Z | Downloaded constant_time_eq v0.3.0 |
509 | 2024-08-05T16:07:08.643Z | Downloaded newtype_derive v0.1.6 |
510 | 2024-08-05T16:07:08.643Z | Downloaded bitflags v1.3.2 |
511 | 2024-08-05T16:07:08.645Z | Downloaded bitfield v0.14.0 |
512 | 2024-08-05T16:07:08.645Z | Downloaded memoffset v0.9.1 |
513 | 2024-08-05T16:07:08.645Z | Downloaded lazycell v1.3.0 |
514 | 2024-08-05T16:07:08.648Z | Downloaded parking_lot_core v0.9.10 |
515 | 2024-08-05T16:07:08.653Z | Downloaded arrayvec v0.7.4 |
516 | 2024-08-05T16:07:08.653Z | Downloaded linear-map v1.2.0 |
517 | 2024-08-05T16:07:08.657Z | Downloaded backoff v0.4.0 |
518 | 2024-08-05T16:07:08.657Z | Downloaded time-core v0.1.2 |
519 | 2024-08-05T16:07:08.657Z | Downloaded toolchain_find v0.4.0 |
520 | 2024-08-05T16:07:08.661Z | Downloaded inout v0.1.3 |
521 | 2024-08-05T16:07:08.661Z | Downloaded keccak v0.1.5 |
522 | 2024-08-05T16:07:08.661Z | Downloaded maplit v1.0.2 |
523 | 2024-08-05T16:07:08.664Z | Downloaded colored v2.1.0 |
524 | 2024-08-05T16:07:08.664Z | Downloaded multimap v0.10.0 |
525 | 2024-08-05T16:07:08.668Z | Downloaded ciborium-ll v0.2.2 |
526 | 2024-08-05T16:07:08.668Z | Downloaded ipnetwork v0.20.0 |
527 | 2024-08-05T16:07:08.671Z | Downloaded debug-ignore v1.0.5 |
528 | 2024-08-05T16:07:08.671Z | Downloaded num-iter v0.1.45 |
529 | 2024-08-05T16:07:08.674Z | Downloaded signal-hook-tokio v0.3.1 |
530 | 2024-08-05T16:07:08.674Z | Downloaded cexpr v0.6.0 |
531 | 2024-08-05T16:07:08.678Z | Downloaded num-traits v0.2.19 |
532 | 2024-08-05T16:07:08.681Z | Downloaded want v0.3.1 |
533 | 2024-08-05T16:07:08.681Z | Downloaded omicron-zone-package v0.11.0 |
534 | 2024-08-05T16:07:08.681Z | Downloaded miniz_oxide v0.7.2 |
535 | 2024-08-05T16:07:08.684Z | Downloaded crc-catalog v2.4.0 |
536 | 2024-08-05T16:07:08.688Z | Downloaded downcast v0.11.0 |
537 | 2024-08-05T16:07:08.688Z | Downloaded num_cpus v1.16.0 |
538 | 2024-08-05T16:07:08.691Z | Downloaded paste v1.0.15 |
539 | 2024-08-05T16:07:08.694Z | Downloaded packed_struct v0.10.1 |
540 | 2024-08-05T16:07:08.698Z | Downloaded parse-display v0.9.1 |
541 | 2024-08-05T16:07:08.698Z | Downloaded slog-dtrace v0.3.0 |
542 | 2024-08-05T16:07:08.702Z | Downloaded slog-bunyan v2.5.0 |
543 | 2024-08-05T16:07:08.702Z | Downloaded stringprep v0.1.4 |
544 | 2024-08-05T16:07:08.702Z | Downloaded sqlformat v0.2.4 |
545 | 2024-08-05T16:07:08.706Z | Downloaded siphasher v0.3.11 |
546 | 2024-08-05T16:07:08.706Z | Downloaded password-hash v0.5.0 |
547 | 2024-08-05T16:07:08.710Z | Downloaded ascii v1.1.0 |
548 | 2024-08-05T16:07:08.710Z | Downloaded lock_api v0.4.12 |
549 | 2024-08-05T16:07:08.710Z | Downloaded ident_case v1.0.1 |
550 | 2024-08-05T16:07:08.714Z | Downloaded indexmap v1.9.3 |
551 | 2024-08-05T16:07:08.717Z | Downloaded defmt-macros v0.3.9 |
552 | 2024-08-05T16:07:08.717Z | Downloaded cookie v0.17.0 |
553 | 2024-08-05T16:07:08.720Z | Downloaded unicode-truncate v1.0.0 |
554 | 2024-08-05T16:07:08.724Z | Downloaded topological-sort v0.2.2 |
555 | 2024-08-05T16:07:08.724Z | Downloaded parking_lot v0.12.2 |
556 | 2024-08-05T16:07:08.727Z | Downloaded libsw v3.3.1 |
557 | 2024-08-05T16:07:08.727Z | Downloaded num-rational v0.4.2 |
558 | 2024-08-05T16:07:08.730Z | Downloaded nu-ansi-term v0.50.0 |
559 | 2024-08-05T16:07:08.733Z | Downloaded owo-colors v4.0.0 |
560 | 2024-08-05T16:07:08.737Z | Downloaded shell-words v1.1.0 |
561 | 2024-08-05T16:07:08.737Z | Downloaded openssl-sys v0.9.103 |
562 | 2024-08-05T16:07:08.740Z | Downloaded crc32fast v1.4.0 |
563 | 2024-08-05T16:07:08.743Z | Downloaded console v0.15.8 |
564 | 2024-08-05T16:07:08.747Z | Downloaded cookie_store v0.20.0 |
565 | 2024-08-05T16:07:08.750Z | Downloaded flagset v0.4.5 |
566 | 2024-08-05T16:07:08.750Z | Downloaded parking_lot_core v0.8.6 |
567 | 2024-08-05T16:07:08.754Z | Downloaded either v1.12.0 |
568 | 2024-08-05T16:07:08.754Z | Downloaded parking_lot v0.11.2 |
569 | 2024-08-05T16:07:08.757Z | Downloaded serde-big-array v0.5.1 |
570 | 2024-08-05T16:07:08.757Z | Downloaded tower-service v0.3.2 |
571 | 2024-08-05T16:07:08.761Z | Downloaded static_assertions v1.1.0 |
572 | 2024-08-05T16:07:08.761Z | Downloaded glob v0.3.1 |
573 | 2024-08-05T16:07:08.766Z | Downloaded heck v0.3.3 |
574 | 2024-08-05T16:07:08.766Z | Downloaded fixedbitset v0.4.2 |
575 | 2024-08-05T16:07:08.771Z | Downloaded highway v1.1.0 |
576 | 2024-08-05T16:07:08.771Z | Downloaded hex v0.4.3 |
577 | 2024-08-05T16:07:08.771Z | Downloaded filetime v0.2.23 |
578 | 2024-08-05T16:07:08.771Z | Downloaded defmt v0.3.8 |
579 | 2024-08-05T16:07:08.777Z | Downloaded endian-type v0.1.2 |
580 | 2024-08-05T16:07:08.777Z | Downloaded hyper-tls v0.5.0 |
581 | 2024-08-05T16:07:08.780Z | Downloaded cookie v0.18.1 |
582 | 2024-08-05T16:07:08.780Z | Downloaded bzip2 v0.4.4 |
583 | 2024-08-05T16:07:08.780Z | Downloaded powerfmt v0.2.0 |
584 | 2024-08-05T16:07:08.784Z | Downloaded tokio-rustls v0.25.0 |
585 | 2024-08-05T16:07:08.788Z | Downloaded vsss-rs v3.3.4 |
586 | 2024-08-05T16:07:08.788Z | Downloaded time-macros v0.2.18 |
587 | 2024-08-05T16:07:08.791Z | Downloaded crossbeam-epoch v0.9.18 |
588 | 2024-08-05T16:07:08.791Z | Downloaded async-trait v0.1.81 |
589 | 2024-08-05T16:07:08.794Z | Downloaded der v0.7.9 |
590 | 2024-08-05T16:07:08.800Z | Downloaded ciborium v0.2.2 |
591 | 2024-08-05T16:07:08.803Z | Downloaded signal-hook-mio v0.2.3 |
592 | 2024-08-05T16:07:08.806Z | Downloaded fd-lock v4.0.2 |
593 | 2024-08-05T16:07:08.809Z | Downloaded pretty-hex v0.2.1 |
594 | 2024-08-05T16:07:08.809Z | Downloaded predicates-tree v1.0.9 |
595 | 2024-08-05T16:07:08.811Z | Downloaded oso v0.27.3 |
596 | 2024-08-05T16:07:08.815Z | Downloaded num-complex v0.4.6 |
597 | 2024-08-05T16:07:08.815Z | Downloaded csv-core v0.1.11 |
598 | 2024-08-05T16:07:08.819Z | Downloaded crossbeam-utils v0.8.19 |
599 | 2024-08-05T16:07:08.819Z | Downloaded mockall_derive v0.12.1 |
600 | 2024-08-05T16:07:08.822Z | Downloaded proc-macro-crate v1.3.1 |
601 | 2024-08-05T16:07:08.822Z | Downloaded ff v0.13.0 |
602 | 2024-08-05T16:07:08.825Z | Downloaded form_urlencoded v1.2.1 |
603 | 2024-08-05T16:07:08.825Z | Downloaded thiserror-impl-no-std v2.0.2 |
604 | 2024-08-05T16:07:08.828Z | Downloaded predicates-core v1.0.6 |
605 | 2024-08-05T16:07:08.828Z | Downloaded rustc_version v0.4.0 |
606 | 2024-08-05T16:07:08.830Z | Downloaded rustc_version v0.1.7 |
607 | 2024-08-05T16:07:08.831Z | Downloaded ref-cast-impl v1.0.23 |
608 | 2024-08-05T16:07:08.831Z | Downloaded clang-sys v1.7.0 |
609 | 2024-08-05T16:07:08.834Z | Downloaded iana-time-zone v0.1.60 |
610 | 2024-08-05T16:07:08.837Z | Downloaded semver v0.1.20 |
611 | 2024-08-05T16:07:08.839Z | Downloaded tokio-macros v2.3.0 |
612 | 2024-08-05T16:07:08.840Z | Downloaded unarray v0.1.4 |
613 | 2024-08-05T16:07:08.840Z | Downloaded smawk v0.3.2 |
614 | 2024-08-05T16:07:08.842Z | Downloaded tempfile v3.10.1 |
615 | 2024-08-05T16:07:08.845Z | Downloaded postgres-types v0.2.7 |
616 | 2024-08-05T16:07:08.848Z | Downloaded enum-as-inner v0.5.1 |
617 | 2024-08-05T16:07:08.848Z | Downloaded base64ct v1.6.0 |
618 | 2024-08-05T16:07:08.852Z | Downloaded waitgroup v0.1.2 |
619 | 2024-08-05T16:07:08.855Z | Downloaded wait-timeout v0.2.0 |
620 | 2024-08-05T16:07:08.855Z | Downloaded crc-any v2.5.0 |
621 | 2024-08-05T16:07:08.855Z | Downloaded walkdir v2.5.0 |
622 | 2024-08-05T16:07:08.858Z | Downloaded const-oid v0.9.6 |
623 | 2024-08-05T16:07:08.862Z | Downloaded compact_str v0.7.1 |
624 | 2024-08-05T16:07:08.865Z | Downloaded foreign-types-shared v0.3.1 |
625 | 2024-08-05T16:07:08.865Z | Downloaded base64 v0.21.7 |
626 | 2024-08-05T16:07:08.870Z | Downloaded foreign-types-shared v0.1.1 |
627 | 2024-08-05T16:07:08.875Z | Downloaded pem v3.0.4 |
628 | 2024-08-05T16:07:08.875Z | Downloaded hash32 v0.3.1 |
629 | 2024-08-05T16:07:08.875Z | Downloaded derive_builder_core v0.20.0 |
630 | 2024-08-05T16:07:08.875Z | Downloaded hash32 v0.2.1 |
631 | 2024-08-05T16:07:08.879Z | Downloaded path-slash v0.1.5 |
632 | 2024-08-05T16:07:08.879Z | Downloaded foreign-types-macros v0.2.3 |
633 | 2024-08-05T16:07:08.879Z | Downloaded darling_core v0.20.9 |
634 | 2024-08-05T16:07:08.886Z | Downloaded socket2 v0.4.10 |
635 | 2024-08-05T16:07:08.895Z | Downloaded gethostname v0.5.0 |
636 | 2024-08-05T16:07:08.899Z | Downloaded serde_repr v0.1.19 |
637 | 2024-08-05T16:07:08.899Z | Downloaded scheduled-thread-pool v0.2.7 |
638 | 2024-08-05T16:07:08.899Z | Downloaded structmeta-derive v0.2.0 |
639 | 2024-08-05T16:07:08.904Z | Downloaded strum v0.26.3 |
640 | 2024-08-05T16:07:08.904Z | Downloaded structmeta v0.2.0 |
641 | 2024-08-05T16:07:08.904Z | Downloaded rustfmt-wrapper v0.2.1 |
642 | 2024-08-05T16:07:08.910Z | Downloaded ref-cast v1.0.23 |
643 | 2024-08-05T16:07:08.910Z | Downloaded tokio-tungstenite v0.20.1 |
644 | 2024-08-05T16:07:08.915Z | Downloaded wyz v0.5.1 |
645 | 2024-08-05T16:07:08.915Z | Downloaded tokio-native-tls v0.3.1 |
646 | 2024-08-05T16:07:08.915Z | Downloaded strip-ansi-escapes v0.2.0 |
647 | 2024-08-05T16:07:08.915Z | Downloaded stable_deref_trait v1.2.0 |
648 | 2024-08-05T16:07:08.919Z | Downloaded term v0.7.0 |
649 | 2024-08-05T16:07:08.919Z | Downloaded smallvec v1.13.2 |
650 | 2024-08-05T16:07:08.923Z | Downloaded chacha20poly1305 v0.10.1 |
651 | 2024-08-05T16:07:08.923Z | Downloaded group v0.13.0 |
652 | 2024-08-05T16:07:08.928Z | Downloaded slog-scope v4.4.0 |
653 | 2024-08-05T16:07:08.928Z | Downloaded slab v0.4.9 |
654 | 2024-08-05T16:07:08.928Z | Downloaded rpassword v7.3.1 |
655 | 2024-08-05T16:07:08.934Z | Downloaded backtrace v0.3.71 |
656 | 2024-08-05T16:07:08.938Z | Downloaded fragile v2.0.0 |
657 | 2024-08-05T16:07:08.938Z | Downloaded pin-project-lite v0.2.14 |
658 | 2024-08-05T16:07:08.941Z | Downloaded pin-project-internal v1.1.5 |
659 | 2024-08-05T16:07:08.941Z | Downloaded peg v0.8.4 |
660 | 2024-08-05T16:07:08.945Z | Downloaded http-body v0.4.6 |
661 | 2024-08-05T16:07:08.950Z | Downloaded untrusted v0.9.0 |
662 | 2024-08-05T16:07:08.954Z | Downloaded untrusted v0.7.1 |
663 | 2024-08-05T16:07:08.954Z | Downloaded phf v0.11.2 |
664 | 2024-08-05T16:07:08.954Z | Downloaded fatfs v0.3.6 |
665 | 2024-08-05T16:07:08.959Z | Downloaded derive-where v1.2.7 |
666 | 2024-08-05T16:07:08.963Z | Downloaded r2d2 v0.8.10 |
667 | 2024-08-05T16:07:08.963Z | Downloaded erased-serde v0.3.31 |
668 | 2024-08-05T16:07:08.963Z | Downloaded const_format v0.2.32 |
669 | 2024-08-05T16:07:08.968Z | Downloaded globset v0.4.14 |
670 | 2024-08-05T16:07:08.973Z | Downloaded sigpipe v0.1.3 |
671 | 2024-08-05T16:07:08.973Z | Downloaded portpicker v0.1.1 |
672 | 2024-08-05T16:07:08.973Z | Downloaded getrandom v0.2.14 |
673 | 2024-08-05T16:07:08.978Z | Downloaded getopts v0.2.21 |
674 | 2024-08-05T16:07:08.978Z | Downloaded tinyvec_macros v0.1.1 |
675 | 2024-08-05T16:07:08.978Z | Downloaded rusty-fork v0.3.0 |
676 | 2024-08-05T16:07:08.982Z | Downloaded slog-stdlog v4.1.1 |
677 | 2024-08-05T16:07:08.982Z | Downloaded signal-hook-registry v1.4.2 |
678 | 2024-08-05T16:07:08.982Z | Downloaded thread_local v1.1.8 |
679 | 2024-08-05T16:07:08.986Z | Downloaded whoami v1.5.1 |
680 | 2024-08-05T16:07:08.987Z | Downloaded slog-envlogger v2.2.0 |
681 | 2024-08-05T16:07:08.991Z | Downloaded num-bigint v0.4.5 |
682 | 2024-08-05T16:07:08.993Z | Downloaded serde-hex v0.1.0 |
683 | 2024-08-05T16:07:08.993Z | Downloaded strum_macros v0.24.3 |
684 | 2024-08-05T16:07:08.996Z | Downloaded num-bigint-dig v0.8.4 |
685 | 2024-08-05T16:07:08.999Z | Downloaded crossbeam-channel v0.5.12 |
686 | 2024-08-05T16:07:09.005Z | Downloaded tiny-keccak v2.0.2 |
687 | 2024-08-05T16:07:09.009Z | Downloaded foreign-types v0.5.0 |
688 | 2024-08-05T16:07:09.009Z | Downloaded itertools v0.13.0 |
689 | 2024-08-05T16:07:09.016Z | Downloaded float-cmp v0.9.0 |
690 | 2024-08-05T16:07:09.021Z | Downloaded phf_shared v0.10.0 |
691 | 2024-08-05T16:07:09.021Z | Downloaded steno v0.4.1 |
692 | 2024-08-05T16:07:09.028Z | Downloaded peg-runtime v0.8.3 |
693 | 2024-08-05T16:07:09.028Z | Downloaded percent-encoding v2.3.1 |
694 | 2024-08-05T16:07:09.028Z | Downloaded snafu v0.8.2 |
695 | 2024-08-05T16:07:09.032Z | Downloaded headers-core v0.2.0 |
696 | 2024-08-05T16:07:09.032Z | Downloaded humantime v2.1.0 |
697 | 2024-08-05T16:07:09.036Z | Downloaded fallible-iterator v0.2.0 |
698 | 2024-08-05T16:07:09.036Z | Downloaded postgres-protocol v0.6.7 |
699 | 2024-08-05T16:07:09.036Z | Downloaded subprocess v0.2.9 |
700 | 2024-08-05T16:07:09.040Z | Downloaded zerocopy v0.6.6 |
701 | 2024-08-05T16:07:09.044Z | Downloaded socket2 v0.5.7 |
702 | 2024-08-05T16:07:09.044Z | Downloaded zeroize_derive v1.4.2 |
703 | 2024-08-05T16:07:09.047Z | Downloaded zeroize v1.7.0 |
704 | 2024-08-05T16:07:09.047Z | Downloaded pkcs8 v0.10.2 |
705 | 2024-08-05T16:07:09.050Z | Downloaded rustc-hash v1.1.0 |
706 | 2024-08-05T16:07:09.050Z | Downloaded subtle v2.5.0 |
707 | 2024-08-05T16:07:09.053Z | Downloaded slog-json v2.6.1 |
708 | 2024-08-05T16:07:09.053Z | Downloaded uzers v0.11.3 |
709 | 2024-08-05T16:07:09.056Z | Downloaded utf-8 v0.7.6 |
710 | 2024-08-05T16:07:09.056Z | Downloaded universal-hash v0.5.1 |
711 | 2024-08-05T16:07:09.060Z | Downloaded similar v2.5.0 |
712 | 2024-08-05T16:07:09.064Z | Downloaded serde_yaml v0.9.34+deprecated |
713 | 2024-08-05T16:07:09.068Z | Downloaded toml_edit v0.19.15 |
714 | 2024-08-05T16:07:09.081Z | Downloaded phf_shared v0.11.2 |
715 | 2024-08-05T16:07:09.085Z | Downloaded foreign-types v0.3.2 |
716 | 2024-08-05T16:07:09.085Z | Downloaded difflib v0.4.0 |
717 | 2024-08-05T16:07:09.088Z | Downloaded try-lock v0.2.5 |
718 | 2024-08-05T16:07:09.088Z | Downloaded spki v0.7.3 |
719 | 2024-08-05T16:07:09.088Z | Downloaded resolv-conf v0.7.0 |
720 | 2024-08-05T16:07:09.091Z | Downloaded pin-utils v0.1.0 |
721 | 2024-08-05T16:07:09.091Z | Downloaded smallvec v0.6.14 |
722 | 2024-08-05T16:07:09.095Z | Downloaded fxhash v0.2.1 |
723 | 2024-08-05T16:07:09.095Z | Downloaded tui-tree-widget v0.21.0 |
724 | 2024-08-05T16:07:09.098Z | Downloaded take_mut v0.2.2 |
725 | 2024-08-05T16:07:09.099Z | Downloaded vte_generate_state_changes v0.1.1 |
726 | 2024-08-05T16:07:09.099Z | Downloaded precomputed-hash v0.1.1 |
727 | 2024-08-05T16:07:09.099Z | Downloaded spin v0.5.2 |
728 | 2024-08-05T16:07:09.101Z | Downloaded ron v0.8.1 |
729 | 2024-08-05T16:07:09.104Z | Downloaded rcgen v0.12.1 |
730 | 2024-08-05T16:07:09.107Z | Downloaded rustc-demangle v0.1.24 |
731 | 2024-08-05T16:07:09.110Z | Downloaded zone_cfg_derive v0.1.2 |
732 | 2024-08-05T16:07:09.111Z | Downloaded itertools v0.10.5 |
733 | 2024-08-05T16:07:09.117Z | Downloaded xattr v1.3.1 |
734 | 2024-08-05T16:07:09.121Z | Downloaded rand_chacha v0.3.1 |
735 | 2024-08-05T16:07:09.121Z | Downloaded pkg-config v0.3.30 |
736 | 2024-08-05T16:07:09.125Z | Downloaded tls_codec v0.4.1 |
737 | 2024-08-05T16:07:09.125Z | Downloaded pem-rfc7468 v0.7.0 |
738 | 2024-08-05T16:07:09.125Z | Downloaded strum_macros v0.25.3 |
739 | 2024-08-05T16:07:09.129Z | Downloaded spin v0.9.8 |
740 | 2024-08-05T16:07:09.132Z | Downloaded slog-async v2.8.0 |
741 | 2024-08-05T16:07:09.132Z | Downloaded signature v2.2.0 |
742 | 2024-08-05T16:07:09.132Z | Downloaded sha1 v0.10.6 |
743 | 2024-08-05T16:07:09.136Z | Downloaded unicode_categories v0.1.1 |
744 | 2024-08-05T16:07:09.138Z | Downloaded tar v0.4.41 |
745 | 2024-08-05T16:07:09.138Z | Downloaded sync_wrapper v0.1.2 |
746 | 2024-08-05T16:07:09.143Z | Downloaded hubpack_derive v0.1.1 |
747 | 2024-08-05T16:07:09.143Z | Downloaded typed-path v0.7.1 |
748 | 2024-08-05T16:07:09.146Z | Downloaded crossterm v0.27.0 |
749 | 2024-08-05T16:07:09.154Z | Downloaded termtree v0.4.1 |
750 | 2024-08-05T16:07:09.157Z | Downloaded rustls-pemfile v1.0.4 |
751 | 2024-08-05T16:07:09.157Z | Downloaded futures-macro v0.3.30 |
752 | 2024-08-05T16:07:09.157Z | Downloaded futures-io v0.3.30 |
753 | 2024-08-05T16:07:09.157Z | Downloaded tracing-core v0.1.32 |
754 | 2024-08-05T16:07:09.160Z | Downloaded futures-executor v0.3.30 |
755 | 2024-08-05T16:07:09.163Z | Downloaded unicase v2.7.0 |
756 | 2024-08-05T16:07:09.163Z | Downloaded derive_builder_macro v0.20.0 |
757 | 2024-08-05T16:07:09.166Z | Downloaded tap v1.0.1 |
758 | 2024-08-05T16:07:09.166Z | Downloaded secrecy v0.8.0 |
759 | 2024-08-05T16:07:09.166Z | Downloaded vte v0.11.1 |
760 | 2024-08-05T16:07:09.171Z | Downloaded yasna v0.5.2 |
761 | 2024-08-05T16:07:09.175Z | Downloaded snafu-derive v0.8.2 |
762 | 2024-08-05T16:07:09.175Z | Downloaded radium v0.7.0 |
763 | 2024-08-05T16:07:09.175Z | Downloaded termcolor v1.4.1 |
764 | 2024-08-05T16:07:09.175Z | Downloaded der_derive v0.7.2 |
765 | 2024-08-05T16:07:09.178Z | Downloaded predicates v3.1.2 |
766 | 2024-08-05T16:07:09.178Z | Downloaded env_logger v0.9.3 |
767 | 2024-08-05T16:07:09.182Z | Downloaded hashbrown v0.13.2 |
768 | 2024-08-05T16:07:09.186Z | Downloaded rand_xorshift v0.3.0 |
769 | 2024-08-05T16:07:09.193Z | Downloaded deranged v0.3.11 |
770 | 2024-08-05T16:07:09.193Z | Downloaded which v4.4.2 |
771 | 2024-08-05T16:07:09.193Z | Downloaded unicode-xid v0.2.4 |
772 | 2024-08-05T16:07:09.197Z | Downloaded rand_core v0.6.4 |
773 | 2024-08-05T16:07:09.197Z | Downloaded uuid v1.10.0 |
774 | 2024-08-05T16:07:09.197Z | Downloaded textwrap v0.16.1 |
775 | 2024-08-05T16:07:09.201Z | Downloaded sqlparser_derive v0.2.2 |
776 | 2024-08-05T16:07:09.201Z | Downloaded float-ord v0.3.2 |
777 | 2024-08-05T16:07:09.201Z | Downloaded diesel_table_macro_syntax v0.1.0 |
778 | 2024-08-05T16:07:09.201Z | Downloaded stability v0.2.0 |
779 | 2024-08-05T16:07:09.205Z | Downloaded derive_more v0.99.18 |
780 | 2024-08-05T16:07:09.220Z | Downloaded nom v7.1.3 |
781 | 2024-08-05T16:07:09.224Z | Downloaded futures-task v0.3.30 |
782 | 2024-08-05T16:07:09.224Z | Downloaded schemars_derive v0.8.21 |
783 | 2024-08-05T16:07:09.224Z | Downloaded tls_codec_derive v0.4.1 |
784 | 2024-08-05T16:07:09.224Z | Downloaded trust-dns-resolver v0.22.0 |
785 | 2024-08-05T16:07:09.224Z | Downloaded httpdate v1.0.3 |
786 | 2024-08-05T16:07:09.224Z | Downloaded rustversion v1.0.17 |
787 | 2024-08-05T16:07:09.224Z | Downloaded termios v0.3.3 |
788 | 2024-08-05T16:07:09.227Z | Downloaded serde_path_to_error v0.1.16 |
789 | 2024-08-05T16:07:09.227Z | Downloaded ppv-lite86 v0.2.17 |
790 | 2024-08-05T16:07:09.231Z | Downloaded httparse v1.8.0 |
791 | 2024-08-05T16:07:09.231Z | Downloaded tabwriter v1.4.0 |
792 | 2024-08-05T16:07:09.234Z | Downloaded hubpack v0.1.2 |
793 | 2024-08-05T16:07:09.234Z | Downloaded unicode-linebreak v0.1.5 |
794 | 2024-08-05T16:07:09.234Z | Downloaded sec1 v0.7.3 |
795 | 2024-08-05T16:07:09.237Z | Downloaded pin-project v1.1.5 |
796 | 2024-08-05T16:07:09.245Z | Downloaded scopeguard v1.2.0 |
797 | 2024-08-05T16:07:09.248Z | Downloaded serde_with_macros v3.8.3 |
798 | 2024-08-05T16:07:09.251Z | Downloaded hostname v0.4.0 |
799 | 2024-08-05T16:07:09.251Z | Downloaded hostname v0.3.1 |
800 | 2024-08-05T16:07:09.256Z | Downloaded slog v2.7.0 |
801 | 2024-08-05T16:07:09.259Z | Downloaded heapless v0.8.0 |
802 | 2024-08-05T16:07:09.259Z | Downloaded tracing v0.1.40 |
803 | 2024-08-05T16:07:09.263Z | Downloaded embedded-io v0.4.0 |
804 | 2024-08-05T16:07:09.266Z | Downloaded futures-sink v0.3.30 |
805 | 2024-08-05T16:07:09.266Z | Downloaded structmeta-derive v0.3.0 |
806 | 2024-08-05T16:07:09.266Z | Downloaded unicode-normalization v0.1.23 |
807 | 2024-08-05T16:07:09.269Z | Downloaded supports-color v3.0.0 |
808 | 2024-08-05T16:07:09.272Z | Downloaded tokio-tungstenite v0.21.0 |
809 | 2024-08-05T16:07:09.276Z | Downloaded tokio-stream v0.1.15 |
810 | 2024-08-05T16:07:09.280Z | Downloaded tungstenite v0.20.1 |
811 | 2024-08-05T16:07:09.283Z | Downloaded rand_seeder v0.2.3 |
812 | 2024-08-05T16:07:09.283Z | Downloaded tokio-rustls v0.24.1 |
813 | 2024-08-05T16:07:09.294Z | Downloaded itertools v0.12.1 |
814 | 2024-08-05T16:07:09.295Z | Downloaded tungstenite v0.21.0 |
815 | 2024-08-05T16:07:09.301Z | Downloaded pkcs1 v0.7.5 |
816 | 2024-08-05T16:07:09.301Z | Downloaded unsafe-libyaml v0.2.11 |
817 | 2024-08-05T16:07:09.306Z | Downloaded trust-dns-client v0.22.0 |
818 | 2024-08-05T16:07:09.309Z | Downloaded sct v0.7.1 |
819 | 2024-08-05T16:07:09.309Z | Downloaded poly1305 v0.8.0 |
820 | 2024-08-05T16:07:09.311Z | Downloaded serde_with v3.8.3 |
821 | 2024-08-05T16:07:09.317Z | Downloaded headers v0.3.9 |
822 | 2024-08-05T16:07:09.323Z | Downloaded slog-term v2.9.1 |
823 | 2024-08-05T16:07:09.326Z | Downloaded rayon-core v1.12.1 |
824 | 2024-08-05T16:07:09.328Z | Downloaded rsa v0.9.6 |
825 | 2024-08-05T16:07:09.333Z | Downloaded unicode-bidi v0.3.15 |
826 | 2024-08-05T16:07:09.336Z | Downloaded rustyline v14.0.0 |
827 | 2024-08-05T16:07:09.341Z | Downloaded expectorate v1.1.0 |
828 | 2024-08-05T16:07:09.344Z | Downloaded diff v0.1.13 |
829 | 2024-08-05T16:07:09.347Z | Downloaded heapless v0.7.17 |
830 | 2024-08-05T16:07:09.350Z | Downloaded tokio-util v0.7.11 |
831 | 2024-08-05T16:07:09.355Z | Downloaded hyper-rustls v0.24.2 |
832 | 2024-08-05T16:07:09.358Z | Downloaded diesel_derives v2.1.4 |
833 | 2024-08-05T16:07:09.362Z | Downloaded peg-macros v0.8.4 |
834 | 2024-08-05T16:07:09.364Z | Downloaded flume v0.11.0 |
835 | 2024-08-05T16:07:09.367Z | Downloaded quick-xml v0.31.0 |
836 | 2024-08-05T16:07:09.373Z | Downloaded rand v0.8.5 |
837 | 2024-08-05T16:07:09.377Z | Downloaded elliptic-curve v0.13.8 |
838 | 2024-08-05T16:07:09.383Z | Downloaded regex-automata v0.1.10 |
839 | 2024-08-05T16:07:09.385Z | Downloaded reedline v0.31.0 |
840 | 2024-08-05T16:07:09.392Z | Downloaded tracing-attributes v0.1.27 |
841 | 2024-08-05T16:07:09.395Z | Downloaded hkdf v0.12.4 |
842 | 2024-08-05T16:07:09.398Z | Downloaded flate2 v1.0.31 |
843 | 2024-08-05T16:07:09.402Z | Downloaded signal-hook v0.3.17 |
844 | 2024-08-05T16:07:09.404Z | Downloaded http v1.1.0 |
845 | 2024-08-05T16:07:09.408Z | Downloaded serde_derive_internals v0.29.1 |
846 | 2024-08-05T16:07:09.411Z | Downloaded trust-dns-server v0.22.1 |
847 | 2024-08-05T16:07:09.414Z | Downloaded tough v0.17.1 |
848 | 2024-08-05T16:07:09.422Z | Downloaded aho-corasick v1.1.3 |
849 | 2024-08-05T16:07:09.430Z | Downloaded http v0.2.12 |
850 | 2024-08-05T16:07:09.439Z | Downloaded h2 v0.3.26 |
851 | 2024-08-05T16:07:09.439Z | Downloaded tokio-postgres v0.7.11 |
852 | 2024-08-05T16:07:09.444Z | Downloaded lalrpop v0.19.12 |
853 | 2024-08-05T16:07:09.453Z | Downloaded winnow v0.5.40 |
854 | 2024-08-05T16:07:09.461Z | Downloaded publicsuffix v2.2.3 |
855 | 2024-08-05T16:07:09.465Z | Downloaded blake3 v1.5.1 |
856 | 2024-08-05T16:07:09.471Z | Downloaded hashbrown v0.12.3 |
857 | 2024-08-05T16:07:09.475Z | Downloaded hmac v0.12.1 |
858 | 2024-08-05T16:07:09.478Z | Downloaded env_logger v0.10.2 |
859 | 2024-08-05T16:07:09.480Z | Downloaded reqwest v0.11.27 |
860 | 2024-08-05T16:07:09.487Z | Downloaded object v0.32.2 |
861 | 2024-08-05T16:07:09.496Z | Downloaded x509-cert v0.2.5 |
862 | 2024-08-05T16:07:09.502Z | Downloaded rustls-webpki v0.101.7 |
863 | 2024-08-05T16:07:09.516Z | Downloaded nix v0.27.1 |
864 | 2024-08-05T16:07:09.526Z | Downloaded nix v0.28.0 |
865 | 2024-08-05T16:07:09.539Z | Downloaded rustls-webpki v0.102.4 |
866 | 2024-08-05T16:07:09.554Z | Downloaded smoltcp v0.9.1 |
867 | 2024-08-05T16:07:09.564Z | Downloaded proptest v1.4.0 |
868 | 2024-08-05T16:07:09.573Z | Downloaded gimli v0.28.1 |
869 | 2024-08-05T16:07:09.585Z | Downloaded portable-atomic v1.6.0 |
870 | 2024-08-05T16:07:09.587Z | Downloaded hyper v0.14.30 |
871 | 2024-08-05T16:07:09.594Z | Downloaded object v0.30.4 |
872 | 2024-08-05T16:07:09.603Z | Downloaded openssl v0.10.66 |
873 | 2024-08-05T16:07:09.613Z | Downloaded rustls v0.21.12 |
874 | 2024-08-05T16:07:09.623Z | Downloaded idna v0.5.0 |
875 | 2024-08-05T16:07:09.629Z | Downloaded futures-util v0.3.30 |
876 | 2024-08-05T16:07:09.640Z | Downloaded rayon v1.10.0 |
877 | 2024-08-05T16:07:09.649Z | Downloaded sqlparser v0.45.0 |
878 | 2024-08-05T16:07:09.655Z | Downloaded curve25519-dalek v4.1.3 |
879 | 2024-08-05T16:07:09.666Z | Downloaded rustls v0.22.4 |
880 | 2024-08-05T16:07:09.677Z | Downloaded polar-core v0.27.3 |
881 | 2024-08-05T16:07:09.685Z | Downloaded regex v1.10.5 |
882 | 2024-08-05T16:07:09.697Z | Downloaded vcpkg v0.2.15 |
883 | 2024-08-05T16:07:09.735Z | Downloaded ratatui v0.27.0 |
884 | 2024-08-05T16:07:09.754Z | Downloaded idna v0.3.0 |
885 | 2024-08-05T16:07:09.762Z | Downloaded finl_unicode v1.2.0 |
886 | 2024-08-05T16:07:09.775Z | Downloaded radix_trie v0.2.1 |
887 | 2024-08-05T16:07:09.780Z | Downloaded regex-automata v0.4.6 |
888 | 2024-08-05T16:07:09.799Z | Downloaded regex-syntax v0.6.29 |
889 | 2024-08-05T16:07:09.807Z | Downloaded regress v0.9.1 |
890 | 2024-08-05T16:07:09.816Z | Downloaded idna v0.2.3 |
891 | 2024-08-05T16:07:09.823Z | Downloaded tokio v1.38.1 |
892 | 2024-08-05T16:07:09.860Z | Downloaded regex-syntax v0.8.3 |
893 | 2024-08-05T16:07:09.868Z | Downloaded trust-dns-proto v0.22.0 |
894 | 2024-08-05T16:07:09.881Z | Downloaded bstr v1.9.1 |
895 | 2024-08-05T16:07:09.891Z | Downloaded bstr v0.2.17 |
896 | 2024-08-05T16:07:09.901Z | Downloaded sled v0.34.7 |
897 | 2024-08-05T16:07:09.911Z | Downloaded zerocopy-derive v0.6.6 |
898 | 2024-08-05T16:07:09.921Z | Downloaded openapiv3 v2.0.0 |
899 | 2024-08-05T16:07:09.935Z | Downloaded diesel v2.1.6 |
900 | 2024-08-05T16:07:09.953Z | Downloaded smoltcp v0.11.0 |
901 | 2024-08-05T16:07:09.965Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
902 | 2024-08-05T16:07:09.978Z | Downloaded webpki-roots v0.25.4 |
903 | 2024-08-05T16:07:09.983Z | Downloaded petgraph v0.6.5 |
904 | 2024-08-05T16:07:10.001Z | Downloaded csv v1.3.0 |
905 | 2024-08-05T16:07:10.020Z | Downloaded chrono v0.4.38 |
906 | 2024-08-05T16:07:10.027Z | Downloaded bitvec v1.0.1 |
907 | 2024-08-05T16:07:10.042Z | Downloaded bindgen v0.69.4 |
908 | 2024-08-05T16:07:10.048Z | Downloaded sha3 v0.10.8 |
909 | 2024-08-05T16:07:10.053Z | Downloaded serde_urlencoded v0.7.1 |
910 | 2024-08-05T16:07:10.057Z | Downloaded serde_plain v1.0.2 |
911 | 2024-08-05T16:07:10.057Z | Downloaded time v0.3.36 |
912 | 2024-08-05T16:07:10.062Z | Downloaded rustls-pki-types v1.7.0 |
913 | 2024-08-05T16:07:10.065Z | Downloaded futures v0.3.30 |
914 | 2024-08-05T16:07:10.070Z | Downloaded futures-channel v0.3.30 |
915 | 2024-08-05T16:07:10.074Z | Downloaded toml v0.5.11 |
916 | 2024-08-05T16:07:10.074Z | Downloaded encoding_rs v0.8.34 |
917 | 2024-08-05T16:07:10.094Z | Downloaded url v2.5.2 |
918 | 2024-08-05T16:07:10.097Z | Downloaded unicode-segmentation v1.11.0 |
919 | 2024-08-05T16:07:10.100Z | Downloaded mio v0.8.11 |
920 | 2024-08-05T16:07:10.106Z | Downloaded ron v0.7.1 |
921 | 2024-08-05T16:07:10.110Z | Downloaded schemars v0.8.21 |
922 | 2024-08-05T16:07:10.122Z | Downloaded hyper-staticfile v0.9.5 |
923 | 2024-08-05T16:07:10.124Z | Downloaded home v0.5.9 |
924 | 2024-08-05T16:07:10.124Z | Downloaded futures-core v0.3.30 |
925 | 2024-08-05T16:07:10.127Z | Downloaded dirs-sys-next v0.1.2 |
926 | 2024-08-05T16:07:10.127Z | Downloaded prettyplease v0.2.20 |
927 | 2024-08-05T16:07:10.131Z | Downloaded postcard v1.0.8 |
928 | 2024-08-05T16:07:10.134Z | Downloaded tinyvec v1.6.0 |
929 | 2024-08-05T16:07:10.138Z | Downloaded rtoolbox v0.0.2 |
930 | 2024-08-05T16:07:10.138Z | Downloaded zone v0.1.8 |
931 | 2024-08-05T16:07:10.138Z | Downloaded serde_arrays v0.1.0 |
932 | 2024-08-05T16:07:10.142Z | Downloaded half v2.4.1 |
933 | 2024-08-05T16:07:10.142Z | Downloaded samael v0.0.15 |
934 | 2024-08-05T16:07:10.145Z | Downloaded crypto-bigint v0.5.5 |
935 | 2024-08-05T16:07:10.151Z | Downloaded base64 v0.22.1 |
936 | 2024-08-05T16:07:10.155Z | Downloaded libxml v0.3.3 |
937 | 2024-08-05T16:07:10.161Z | Downloaded libm v0.2.8 |
938 | 2024-08-05T16:07:10.168Z | Downloaded quick-error v1.2.3 |
939 | 2024-08-05T16:07:10.172Z | Downloaded structmeta v0.3.0 |
940 | 2024-08-05T16:07:10.172Z | Downloaded minimal-lexical v0.2.1 |
941 | 2024-08-05T16:07:10.175Z | Downloaded psl-types v2.0.11 |
942 | 2024-08-05T16:07:10.180Z | Downloaded shlex v1.3.0 |
943 | 2024-08-05T16:07:10.180Z | Downloaded rustls-pemfile v2.1.2 |
944 | 2024-08-05T16:07:10.180Z | Downloaded zip v0.6.6 |
945 | 2024-08-05T16:07:10.183Z | Downloaded cc v1.0.97 |
946 | 2024-08-05T16:07:10.186Z | Downloaded thiserror-no-std v2.0.2 |
947 | 2024-08-05T16:07:10.189Z | Downloaded bytes v1.6.0 |
948 | 2024-08-05T16:07:10.193Z | Downloaded funty v2.0.0 |
949 | 2024-08-05T16:07:10.193Z | Downloaded ena v0.14.3 |
950 | 2024-08-05T16:07:10.196Z | Downloaded dirs-next v2.0.0 |
951 | 2024-08-05T16:07:10.196Z | Downloaded strum_macros v0.26.4 |
952 | 2024-08-05T16:07:10.200Z | Downloaded http-range v0.1.5 |
953 | 2024-08-05T16:07:10.200Z | Downloaded fastrand v2.1.0 |
954 | 2024-08-05T16:07:10.200Z | Downloaded derive_builder v0.20.0 |
955 | 2024-08-05T16:07:10.206Z | Downloaded display-error-chain v0.2.0 |
956 | 2024-08-05T16:07:10.220Z | Downloaded toml v0.7.8 |
957 | 2024-08-05T16:07:10.220Z | Downloaded test-strategy v0.3.1 |
958 | 2024-08-05T16:07:10.224Z | Downloaded base64 v0.13.1 |
959 | 2024-08-05T16:07:10.224Z | Downloaded same-file v1.0.6 |
960 | 2024-08-05T16:07:10.224Z | Downloaded arc-swap v1.7.1 |
961 | 2024-08-05T16:07:10.224Z | Downloaded allocator-api2 v0.2.18 |
962 | 2024-08-05T16:07:10.224Z | Downloaded blake2 v0.10.6 |
963 | 2024-08-05T16:07:10.224Z | Downloaded smf v0.2.3 |
964 | 2024-08-05T16:07:10.227Z | Downloaded libloading v0.8.3 |
965 | 2024-08-05T16:07:10.227Z | Downloaded string_cache v0.8.7 |
966 | 2024-08-05T16:07:10.231Z | Downloaded dyn-clone v1.0.17 |
967 | 2024-08-05T16:07:10.231Z | Downloaded cancel-safe-futures v0.1.5 |
968 | 2024-08-05T16:07:10.234Z | Downloaded bb8 v0.8.5 |
969 | 2024-08-05T16:07:10.234Z | Downloaded native-tls v0.2.11 |
970 | 2024-08-05T16:07:10.235Z | Downloaded darling v0.20.9 |
971 | 2024-08-05T16:07:10.238Z | Downloaded ahash v0.8.11 |
972 | 2024-08-05T16:07:10.242Z | Downloaded bcs v0.1.6 |
973 | 2024-08-05T16:07:10.246Z | Downloaded num_enum_derive v0.5.11 |
974 | 2024-08-05T16:07:10.246Z | Downloaded olpc-cjson v0.1.3 |
975 | 2024-08-05T16:07:10.246Z | Downloaded num-derive v0.4.2 |
976 | 2024-08-05T16:07:10.249Z | Downloaded mime v0.3.17 |
977 | 2024-08-05T16:07:10.249Z | Downloaded defmt-parser v0.3.4 |
978 | 2024-08-05T16:07:10.249Z | Downloaded data-encoding v2.6.0 |
979 | 2024-08-05T16:07:10.249Z | Downloaded curve25519-dalek-derive v0.1.1 |
980 | 2024-08-05T16:07:10.252Z | Downloaded crossbeam-deque v0.8.5 |
981 | 2024-08-05T16:07:10.252Z | Downloaded castaway v0.2.2 |
982 | 2024-08-05T16:07:10.256Z | Downloaded buf-list v1.0.3 |
983 | 2024-08-05T16:07:10.256Z | Downloaded const_format_proc_macros v0.2.32 |
984 | 2024-08-05T16:07:10.259Z | Downloaded addr2line v0.21.0 |
985 | 2024-08-05T16:07:10.259Z | Downloaded nodrop v0.1.14 |
986 | 2024-08-05T16:07:10.259Z | Downloaded argon2 v0.5.3 |
987 | 2024-08-05T16:07:10.264Z | Downloaded newline-converter v0.3.0 |
988 | 2024-08-05T16:07:10.264Z | Downloaded bit-vec v0.6.3 |
989 | 2024-08-05T16:07:10.267Z | Downloaded arrayref v0.3.7 |
990 | 2024-08-05T16:07:10.267Z | Downloaded atomic-waker v1.1.2 |
991 | 2024-08-05T16:07:10.267Z | Downloaded memmap2 v0.9.4 |
992 | 2024-08-05T16:07:10.267Z | Downloaded ipnet v2.9.0 |
993 | 2024-08-05T16:07:10.272Z | Downloaded cstr-argument v0.1.2 |
994 | 2024-08-05T16:07:10.272Z | Downloaded crucible-workspace-hack v0.1.0 |
995 | 2024-08-05T16:07:10.272Z | Downloaded cfg_aliases v0.1.1 |
996 | 2024-08-05T16:07:10.272Z | Downloaded impl-trait-for-tuples v0.2.2 |
997 | 2024-08-05T16:07:10.277Z | Downloaded assert_matches v1.5.0 |
998 | 2024-08-05T16:07:10.277Z | Downloaded aead v0.5.2 |
999 | 2024-08-05T16:07:10.277Z | Downloaded adler v1.0.2 |
1000 | 2024-08-05T16:07:10.277Z | Downloaded array-init v0.0.4 |
1001 | 2024-08-05T16:07:10.277Z | Downloaded libefi-sys v0.1.0 |
1002 | 2024-08-05T16:07:10.281Z | Downloaded lazy_static v1.5.0 |
1003 | 2024-08-05T16:07:10.281Z | Downloaded kstat-rs v0.2.4 |
1004 | 2024-08-05T16:07:10.332Z | Downloaded ring v0.17.8 |
1005 | 2024-08-05T16:07:10.446Z | Downloaded ring v0.16.20 |
1006 | 2024-08-05T16:07:10.611Z | Compiling cfg-if v1.0.0 |
1007 | 2024-08-05T16:07:10.611Z | Compiling serde v1.0.204 |
1008 | 2024-08-05T16:07:10.614Z | Compiling lock_api v0.4.12 |
1009 | 2024-08-05T16:07:10.614Z | Compiling scopeguard v1.2.0 |
1010 | 2024-08-05T16:07:10.614Z | Compiling log v0.4.21 |
1011 | 2024-08-05T16:07:10.754Z | Compiling syn v2.0.72 |
1012 | 2024-08-05T16:07:10.757Z | Compiling cc v1.0.97 |
1013 | 2024-08-05T16:07:10.767Z | Compiling parking_lot_core v0.9.10 |
1014 | 2024-08-05T16:07:10.835Z | Compiling getrandom v0.2.14 |
1015 | 2024-08-05T16:07:10.891Z | Compiling smallvec v1.13.2 |
1016 | 2024-08-05T16:07:11.190Z | Compiling rand_core v0.6.4 |
1017 | 2024-08-05T16:07:11.303Z | Compiling typenum v1.17.0 |
1018 | 2024-08-05T16:07:11.303Z | Compiling generic-array v0.14.7 |
1019 | 2024-08-05T16:07:11.334Z | Compiling pin-project-lite v0.2.14 |
1020 | 2024-08-05T16:07:11.466Z | Compiling signal-hook-registry v1.4.2 |
1021 | 2024-08-05T16:07:11.621Z | Compiling parking_lot v0.12.2 |
1022 | 2024-08-05T16:07:11.660Z | Compiling spin v0.9.8 |
1023 | 2024-08-05T16:07:11.832Z | Compiling mio v0.8.11 |
1024 | 2024-08-05T16:07:11.963Z | Compiling libm v0.2.8 |
1025 | 2024-08-05T16:07:12.147Z | Compiling serde_json v1.0.122 |
1026 | 2024-08-05T16:07:12.356Z | Compiling num-traits v0.2.19 |
1027 | 2024-08-05T16:07:12.396Z | Compiling ahash v0.8.11 |
1028 | 2024-08-05T16:07:12.535Z | Compiling futures-core v0.3.30 |
1029 | 2024-08-05T16:07:12.672Z | Compiling tinyvec_macros v0.1.1 |
1030 | 2024-08-05T16:07:12.764Z | Compiling tinyvec v1.6.0 |
1031 | 2024-08-05T16:07:12.853Z | Compiling num_cpus v1.16.0 |
1032 | 2024-08-05T16:07:12.920Z | Compiling socket2 v0.5.7 |
1033 | 2024-08-05T16:07:13.007Z | Compiling const-oid v0.9.6 |
1034 | 2024-08-05T16:07:13.285Z | Compiling subtle v2.5.0 |
1035 | 2024-08-05T16:07:13.671Z | Compiling slab v0.4.9 |
1036 | 2024-08-05T16:07:14.010Z | Compiling allocator-api2 v0.2.18 |
1037 | 2024-08-05T16:07:14.299Z | Compiling unicode-bidi v0.3.15 |
1038 | 2024-08-05T16:07:14.385Z | Compiling unicode-normalization v0.1.23 |
1039 | 2024-08-05T16:07:14.448Z | Compiling futures-sink v0.3.30 |
1040 | 2024-08-05T16:07:14.662Z | Compiling futures-channel v0.3.30 |
1041 | 2024-08-05T16:07:14.838Z | Compiling pkg-config v0.3.30 |
1042 | 2024-08-05T16:07:15.030Z | Compiling futures-task v0.3.30 |
1043 | 2024-08-05T16:07:15.062Z | Compiling pin-utils v0.1.0 |
1044 | 2024-08-05T16:07:15.065Z | Compiling vcpkg v0.2.15 |
1045 | 2024-08-05T16:07:15.166Z | Compiling futures-io v0.3.30 |
1046 | 2024-08-05T16:07:15.324Z | Compiling ring v0.17.8 |
1047 | 2024-08-05T16:07:15.496Z | Compiling ppv-lite86 v0.2.17 |
1048 | 2024-08-05T16:07:15.511Z | Compiling percent-encoding v2.3.1 |
1049 | 2024-08-05T16:07:15.782Z | Compiling tracing-core v0.1.32 |
1050 | 2024-08-05T16:07:15.881Z | Compiling powerfmt v0.2.0 |
1051 | 2024-08-05T16:07:16.015Z | Compiling syn v1.0.109 |
1052 | 2024-08-05T16:07:16.291Z | Compiling rand_chacha v0.3.1 |
1053 | 2024-08-05T16:07:16.308Z | Compiling untrusted v0.9.0 |
1054 | 2024-08-05T16:07:16.436Z | Compiling num-conv v0.1.0 |
1055 | 2024-08-05T16:07:16.486Z | Compiling time-core v0.1.2 |
1056 | 2024-08-05T16:07:16.655Z | Compiling rustix v0.38.34 |
1057 | 2024-08-05T16:07:16.761Z | Compiling time-macros v0.2.18 |
1058 | 2024-08-05T16:07:16.778Z | Compiling rand v0.8.5 |
1059 | 2024-08-05T16:07:17.191Z | Compiling openssl-sys v0.9.103 |
1060 | 2024-08-05T16:07:17.208Z | Compiling deranged v0.3.11 |
1061 | 2024-08-05T16:07:17.575Z | Compiling num_threads v0.1.7 |
1062 | 2024-08-05T16:07:17.672Z | Compiling foreign-types-shared v0.1.1 |
1063 | 2024-08-05T16:07:17.779Z | Compiling rustversion v1.0.17 |
1064 | 2024-08-05T16:07:18.505Z | Compiling base64ct v1.6.0 |
1065 | 2024-08-05T16:07:18.522Z | Compiling iana-time-zone v0.1.60 |
1066 | 2024-08-05T16:07:18.607Z | Compiling openssl v0.10.66 |
1067 | 2024-08-05T16:07:18.961Z | Compiling httparse v1.8.0 |
1068 | 2024-08-05T16:07:18.976Z | Compiling pem-rfc7468 v0.7.0 |
1069 | 2024-08-05T16:07:19.045Z | Compiling foreign-types v0.3.2 |
1070 | 2024-08-05T16:07:19.144Z | Compiling form_urlencoded v1.2.1 |
1071 | 2024-08-05T16:07:19.381Z | Compiling siphasher v0.3.11 |
1072 | 2024-08-05T16:07:19.425Z | Compiling rustls v0.21.12 |
1073 | 2024-08-05T16:07:19.689Z | Compiling try-lock v0.2.5 |
1074 | 2024-08-05T16:07:19.707Z | Compiling flagset v0.4.5 |
1075 | 2024-08-05T16:07:19.725Z | Compiling crossbeam-utils v0.8.19 |
1076 | 2024-08-05T16:07:19.764Z | Compiling time v0.3.36 |
1077 | 2024-08-05T16:07:19.821Z | Compiling native-tls v0.2.11 |
1078 | 2024-08-05T16:07:19.897Z | Compiling want v0.3.1 |
1079 | 2024-08-05T16:07:20.311Z | Compiling serde_derive_internals v0.29.1 |
1080 | 2024-08-05T16:07:20.749Z | Compiling idna v0.5.0 |
1081 | 2024-08-05T16:07:20.790Z | Compiling lazy_static v1.5.0 |
1082 | 2024-08-05T16:07:20.915Z | Compiling aho-corasick v1.1.3 |
1083 | 2024-08-05T16:07:21.566Z | Compiling cookie v0.17.0 |
1084 | 2024-08-05T16:07:21.879Z | Compiling finl_unicode v1.2.0 |
1085 | 2024-08-05T16:07:22.453Z | Compiling slog v2.7.0 |
1086 | 2024-08-05T16:07:22.471Z | Compiling regex-syntax v0.8.3 |
1087 | 2024-08-05T16:07:22.996Z | Compiling signal-hook v0.3.17 |
1088 | 2024-08-05T16:07:23.041Z | Compiling httpdate v1.0.3 |
1089 | 2024-08-05T16:07:23.272Z | Compiling adler v1.0.2 |
1090 | 2024-08-05T16:07:23.498Z | Compiling schemars v0.8.21 |
1091 | 2024-08-05T16:07:23.515Z | Compiling openssl-probe v0.1.5 |
1092 | 2024-08-05T16:07:23.862Z | Compiling cpufeatures v0.2.12 |
1093 | 2024-08-05T16:07:23.865Z | Compiling tower-service v0.3.2 |
1094 | 2024-08-05T16:07:23.985Z | Compiling miniz_oxide v0.7.2 |
1095 | 2024-08-05T16:07:24.099Z | Compiling stringprep v0.1.4 |
1096 | 2024-08-05T16:07:25.194Z | Compiling url v2.5.2 |
1097 | 2024-08-05T16:07:25.260Z | Compiling serde_derive v1.0.204 |
1098 | 2024-08-05T16:07:25.316Z | Compiling zeroize_derive v1.4.2 |
1099 | 2024-08-05T16:07:25.551Z | Compiling zerocopy-derive v0.7.34 |
1100 | 2024-08-05T16:07:26.512Z | Compiling tokio-macros v2.3.0 |
1101 | 2024-08-05T16:07:26.939Z | Compiling zeroize v1.7.0 |
1102 | 2024-08-05T16:07:27.107Z | Compiling thiserror-impl v1.0.63 |
1103 | 2024-08-05T16:07:27.896Z | Compiling zerocopy v0.7.34 |
1104 | 2024-08-05T16:07:28.053Z | Compiling futures-macro v0.3.30 |
1105 | 2024-08-05T16:07:28.208Z | Compiling tracing-attributes v0.1.27 |
1106 | 2024-08-05T16:07:28.781Z | Compiling crypto-common v0.1.6 |
1107 | 2024-08-05T16:07:29.022Z | Compiling block-buffer v0.10.4 |
1108 | 2024-08-05T16:07:29.237Z | Compiling scroll_derive v0.12.0 |
1109 | 2024-08-05T16:07:29.292Z | Compiling digest v0.10.7 |
1110 | 2024-08-05T16:07:29.810Z | Compiling hmac v0.12.1 |
1111 | 2024-08-05T16:07:30.064Z | Compiling openssl-macros v0.1.1 |
1112 | 2024-08-05T16:07:30.138Z | Compiling hashbrown v0.14.5 |
1113 | 2024-08-05T16:07:30.215Z | Compiling futures-util v0.3.30 |
1114 | 2024-08-05T16:07:30.508Z | Compiling thiserror v1.0.63 |
1115 | 2024-08-05T16:07:30.644Z | Compiling pest v2.7.10 |
1116 | 2024-08-05T16:07:30.773Z | Compiling scroll v0.12.0 |
1117 | 2024-08-05T16:07:30.835Z | Compiling der_derive v0.7.2 |
1118 | 2024-08-05T16:07:31.359Z | Compiling goblin v0.8.2 |
1119 | 2024-08-05T16:07:31.554Z | Compiling rustls-webpki v0.101.7 |
1120 | 2024-08-05T16:07:32.158Z | Compiling tracing v0.1.40 |
1121 | 2024-08-05T16:07:32.699Z | Compiling sct v0.7.1 |
1122 | 2024-08-05T16:07:33.401Z | Compiling pest_meta v2.7.10 |
1123 | 2024-08-05T16:07:33.461Z | Compiling der v0.7.9 |
1124 | 2024-08-05T16:07:33.569Z | Compiling md-5 v0.10.6 |
1125 | 2024-08-05T16:07:33.735Z | Compiling sha2 v0.10.8 |
1126 | 2024-08-05T16:07:33.843Z | Compiling regex-automata v0.4.6 |
1127 | 2024-08-05T16:07:36.629Z | Compiling pest_generator v2.7.10 |
1128 | 2024-08-05T16:07:36.878Z | Compiling spki v0.7.3 |
1129 | 2024-08-05T16:07:37.284Z | Compiling schemars_derive v0.8.21 |
1130 | 2024-08-05T16:07:38.706Z | Compiling num-integer v0.1.46 |
1131 | 2024-08-05T16:07:38.757Z | Compiling pest_derive v2.7.10 |
1132 | 2024-08-05T16:07:38.784Z | Compiling idna v0.3.0 |
1133 | 2024-08-05T16:07:39.471Z | Compiling backtrace v0.3.71 |
1134 | 2024-08-05T16:07:39.578Z | Compiling dtrace-parser v0.2.0 |
1135 | 2024-08-05T16:07:39.937Z | Compiling hash32 v0.2.1 |
1136 | 2024-08-05T16:07:40.341Z | Compiling bytes v1.6.0 |
1137 | 2024-08-05T16:07:40.395Z | Compiling bitflags v2.6.0 |
1138 | 2024-08-05T16:07:40.732Z | Compiling indexmap v2.2.6 |
1139 | 2024-08-05T16:07:40.903Z | Compiling semver v1.0.23 |
1140 | 2024-08-05T16:07:41.656Z | Compiling tokio v1.38.1 |
1141 | 2024-08-05T16:07:41.680Z | Compiling http v0.2.12 |
1142 | 2024-08-05T16:07:41.798Z | Compiling uuid v1.10.0 |
1143 | 2024-08-05T16:07:41.951Z | Compiling rustc_version v0.4.0 |
1144 | 2024-08-05T16:07:42.234Z | Compiling chrono v0.4.38 |
1145 | 2024-08-05T16:07:42.740Z | Compiling heapless v0.7.17 |
1146 | 2024-08-05T16:07:43.226Z | Compiling dof v0.3.0 |
1147 | 2024-08-05T16:07:43.276Z | Compiling http-body v0.4.6 |
1148 | 2024-08-05T16:07:43.822Z | Compiling serde_tokenstream v0.2.1 |
1149 | 2024-08-05T16:07:44.278Z | Compiling usdt-impl v0.5.0 |
1150 | 2024-08-05T16:07:44.361Z | Compiling serde_spanned v0.6.7 |
1151 | 2024-08-05T16:07:44.610Z | Compiling toml_datetime v0.6.8 |
1152 | 2024-08-05T16:07:45.147Z | Compiling crc32fast v1.4.0 |
1153 | 2024-08-05T16:07:45.200Z | Compiling psl-types v2.0.11 |
1154 | 2024-08-05T16:07:45.401Z | Compiling stable_deref_trait v1.2.0 |
1155 | 2024-08-05T16:07:45.452Z | Compiling fallible-iterator v0.2.0 |
1156 | 2024-08-05T16:07:45.513Z | Compiling smoltcp v0.9.1 |
1157 | 2024-08-05T16:07:45.696Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1158 | 2024-08-05T16:07:45.879Z | Compiling dyn-clone v1.0.17 |
1159 | 2024-08-05T16:07:46.080Z | Compiling base64 v0.22.1 |
1160 | 2024-08-05T16:07:46.116Z | Compiling gimli v0.28.1 |
1161 | 2024-08-05T16:07:46.885Z | Compiling postgres-protocol v0.6.7 |
1162 | 2024-08-05T16:07:47.103Z | Compiling publicsuffix v2.2.3 |
1163 | 2024-08-05T16:07:47.221Z | Compiling terminal_size v0.3.0 |
1164 | 2024-08-05T16:07:47.382Z | Compiling pkcs8 v0.10.2 |
1165 | 2024-08-05T16:07:47.413Z | Compiling hubpack_derive v0.1.1 |
1166 | 2024-08-05T16:07:47.590Z | Compiling block-padding v0.3.3 |
1167 | 2024-08-05T16:07:47.847Z | Compiling zerocopy-derive v0.6.6 |
1168 | 2024-08-05T16:07:47.935Z | Compiling async-trait v0.1.81 |
1169 | 2024-08-05T16:07:49.392Z | Compiling phf_shared v0.11.2 |
1170 | 2024-08-05T16:07:49.978Z | Compiling diesel_table_macro_syntax v0.1.0 |
1171 | 2024-08-05T16:07:50.112Z | Compiling tokio-util v0.7.11 |
1172 | 2024-08-05T16:07:50.204Z | Compiling tokio-native-tls v0.3.1 |
1173 | 2024-08-05T16:07:50.389Z | Compiling tokio-rustls v0.24.1 |
1174 | 2024-08-05T16:07:50.407Z | Compiling ff v0.13.0 |
1175 | 2024-08-05T16:07:50.470Z | Compiling scheduled-thread-pool v0.2.7 |
1176 | 2024-08-05T16:07:50.641Z | Compiling addr2line v0.21.0 |
1177 | 2024-08-05T16:07:50.764Z | Compiling fs-err v2.11.0 |
1178 | 2024-08-05T16:07:50.782Z | Compiling object v0.32.2 |
1179 | 2024-08-05T16:07:51.069Z | Compiling winnow v0.5.40 |
1180 | 2024-08-05T16:07:51.112Z | Compiling h2 v0.3.26 |
1181 | 2024-08-05T16:07:51.282Z | Compiling anyhow v1.0.86 |
1182 | 2024-08-05T16:07:51.326Z | Compiling bit-vec v0.6.3 |
1183 | 2024-08-05T16:07:51.505Z | Compiling regex-automata v0.1.10 |
1184 | 2024-08-05T16:07:51.839Z | Compiling managed v0.8.0 |
1185 | 2024-08-05T16:07:51.967Z | Compiling either v1.12.0 |
1186 | 2024-08-05T16:07:52.027Z | Compiling bitflags v1.3.2 |
1187 | 2024-08-05T16:07:52.142Z | Compiling base16ct v0.2.0 |
1188 | 2024-08-05T16:07:52.285Z | Compiling ipnet v2.9.0 |
1189 | 2024-08-05T16:07:52.397Z | Compiling base64 v0.21.7 |
1190 | 2024-08-05T16:07:52.470Z | Compiling matches v0.1.10 |
1191 | 2024-08-05T16:07:52.489Z | Compiling rustc-demangle v0.1.24 |
1192 | 2024-08-05T16:07:52.576Z | Compiling idna v0.2.3 |
1193 | 2024-08-05T16:07:53.157Z | Compiling rustls-pemfile v1.0.4 |
1194 | 2024-08-05T16:07:53.492Z | Compiling clap_builder v4.5.13 |
1195 | 2024-08-05T16:07:53.510Z | Compiling sec1 v0.7.3 |
1196 | 2024-08-05T16:07:54.213Z | Compiling bstr v0.2.17 |
1197 | 2024-08-05T16:07:54.433Z | Compiling r2d2 v0.8.10 |
1198 | 2024-08-05T16:07:54.829Z | Compiling toml_edit v0.19.15 |
1199 | 2024-08-05T16:07:55.065Z | Compiling group v0.13.0 |
1200 | 2024-08-05T16:07:55.398Z | Compiling diesel_derives v2.1.4 |
1201 | 2024-08-05T16:07:55.760Z | Compiling zerocopy v0.6.6 |
1202 | 2024-08-05T16:07:55.761Z | Compiling phf v0.11.2 |
1203 | 2024-08-05T16:07:56.070Z | Compiling signal-hook-mio v0.2.3 |
1204 | 2024-08-05T16:07:56.226Z | Compiling cookie_store v0.20.0 |
1205 | 2024-08-05T16:07:56.644Z | Compiling hubpack v0.1.2 |
1206 | 2024-08-05T16:07:57.116Z | Compiling ipnetwork v0.20.0 |
1207 | 2024-08-05T16:07:57.832Z | Compiling inout v0.1.3 |
1208 | 2024-08-05T16:07:58.063Z | Compiling postgres-types v0.2.7 |
1209 | 2024-08-05T16:07:58.431Z | Compiling hyper v0.14.30 |
1210 | 2024-08-05T16:07:58.496Z | Compiling usdt-attr-macro v0.5.0 |
1211 | 2024-08-05T16:07:59.579Z | Compiling usdt-macro v0.5.0 |
1212 | 2024-08-05T16:08:00.201Z | Compiling serde_urlencoded v0.7.1 |
1213 | 2024-08-05T16:08:00.755Z | Compiling regex v1.10.5 |
1214 | 2024-08-05T16:08:01.076Z | Compiling num-bigint v0.4.5 |
1215 | 2024-08-05T16:08:01.118Z | Compiling futures-executor v0.3.30 |
1216 | 2024-08-05T16:08:01.762Z | Compiling enum-as-inner v0.5.1 |
1217 | 2024-08-05T16:08:01.929Z | Compiling hkdf v0.12.4 |
1218 | 2024-08-05T16:08:02.140Z | Compiling crypto-bigint v0.5.5 |
1219 | 2024-08-05T16:08:02.194Z | Compiling serde_repr v0.1.19 |
1220 | 2024-08-05T16:08:02.866Z | Compiling strum_macros v0.25.3 |
1221 | 2024-08-05T16:08:02.971Z | Compiling clap_derive v4.5.13 |
1222 | 2024-08-05T16:08:02.981Z | Compiling phf_shared v0.10.0 |
1223 | 2024-08-05T16:08:03.369Z | Compiling float-cmp v0.9.0 |
1224 | 2024-08-05T16:08:03.397Z | Compiling encoding_rs v0.8.34 |
1225 | 2024-08-05T16:08:03.587Z | Compiling sync_wrapper v0.1.2 |
1226 | 2024-08-05T16:08:03.726Z | Compiling whoami v1.5.1 |
1227 | 2024-08-05T16:08:04.381Z | Compiling precomputed-hash v0.1.1 |
1228 | 2024-08-05T16:08:04.501Z | Compiling data-encoding v2.6.0 |
1229 | 2024-08-05T16:08:06.953Z | Compiling hyper-tls v0.5.0 |
1230 | 2024-08-05T16:08:07.147Z | Compiling hyper-rustls v0.24.2 |
1231 | 2024-08-05T16:08:07.344Z | Compiling difflib v0.4.0 |
1232 | 2024-08-05T16:08:07.530Z | Compiling predicates-core v1.0.6 |
1233 | 2024-08-05T16:08:07.906Z | Compiling normalize-line-endings v0.3.0 |
1234 | 2024-08-05T16:08:08.020Z | Compiling mime v0.3.17 |
1235 | 2024-08-05T16:08:08.035Z | Compiling unicode-segmentation v1.11.0 |
1236 | 2024-08-05T16:08:08.063Z | Compiling new_debug_unreachable v1.0.6 |
1237 | 2024-08-05T16:08:08.164Z | Compiling fixedbitset v0.4.2 |
1238 | 2024-08-05T16:08:08.401Z | Compiling webpki-roots v0.25.4 |
1239 | 2024-08-05T16:08:08.427Z | Compiling minimal-lexical v0.2.1 |
1240 | 2024-08-05T16:08:08.574Z | Compiling static_assertions v1.1.0 |
1241 | 2024-08-05T16:08:08.610Z | Compiling reqwest v0.11.27 |
1242 | 2024-08-05T16:08:08.644Z | Compiling petgraph v0.6.5 |
1243 | 2024-08-05T16:08:08.668Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1244 | 2024-08-05T16:08:08.697Z | Compiling similar v2.5.0 |
1245 | 2024-08-05T16:08:08.892Z | Compiling nom v7.1.3 |
1246 | 2024-08-05T16:08:08.948Z | Compiling diesel v2.1.6 |
1247 | 2024-08-05T16:08:08.966Z | Compiling string_cache v0.8.7 |
1248 | 2024-08-05T16:08:09.438Z | Compiling clap v4.5.13 |
1249 | 2024-08-05T16:08:09.570Z | Compiling predicates v3.1.2 |
1250 | 2024-08-05T16:08:11.359Z | Compiling trust-dns-proto v0.22.0 |
1251 | 2024-08-05T16:08:11.411Z | Compiling elliptic-curve v0.13.8 |
1252 | 2024-08-05T16:08:12.247Z | Compiling yasna v0.5.2 |
1253 | 2024-08-05T16:08:12.299Z | Compiling tokio-postgres v0.7.11 |
1254 | 2024-08-05T16:08:12.711Z | Compiling console v0.15.8 |
1255 | 2024-08-05T16:08:12.775Z | Compiling toml_edit v0.22.20 |
1256 | 2024-08-05T16:08:14.196Z | Compiling usdt v0.5.0 |
1257 | 2024-08-05T16:08:14.287Z | Compiling futures v0.3.30 |
1258 | 2024-08-05T16:08:14.406Z | Compiling flate2 v1.0.31 |
1259 | 2024-08-05T16:08:15.232Z | Compiling cipher v0.4.4 |
1260 | 2024-08-05T16:08:15.367Z | Compiling toml v0.7.8 |
1261 | 2024-08-05T16:08:15.582Z | Compiling crossterm v0.27.0 |
1262 | 2024-08-05T16:08:16.661Z | Compiling itertools v0.10.5 |
1263 | 2024-08-05T16:08:17.135Z | Compiling itertools v0.12.1 |
1264 | 2024-08-05T16:08:18.071Z | Compiling bit-set v0.5.3 |
1265 | 2024-08-05T16:08:18.374Z | Compiling tokio-stream v0.1.15 |
1266 | 2024-08-05T16:08:19.402Z | Compiling openapiv3 v2.0.0 |
1267 | 2024-08-05T16:08:19.458Z | Compiling hex v0.4.3 |
1268 | 2024-08-05T16:08:19.590Z | Compiling bstr v1.9.1 |
1269 | 2024-08-05T16:08:19.748Z | Compiling num-iter v0.1.45 |
1270 | 2024-08-05T16:08:19.931Z | Compiling crossbeam-epoch v0.9.18 |
1271 | 2024-08-05T16:08:20.068Z | Compiling dirs-sys-next v0.1.2 |
1272 | 2024-08-05T16:08:20.402Z | Compiling lalrpop-util v0.19.12 |
1273 | 2024-08-05T16:08:20.718Z | Compiling unicode-xid v0.2.4 |
1274 | 2024-08-05T16:08:20.750Z | Compiling peg-runtime v0.8.3 |
1275 | 2024-08-05T16:08:20.768Z | Compiling dirs-next v2.0.0 |
1276 | 2024-08-05T16:08:20.900Z | Compiling thread_local v1.1.8 |
1277 | 2024-08-05T16:08:20.966Z | Compiling slog-async v2.8.0 |
1278 | 2024-08-05T16:08:21.310Z | Compiling term v0.7.0 |
1279 | 2024-08-05T16:08:21.397Z | Compiling xattr v1.3.1 |
1280 | 2024-08-05T16:08:21.424Z | Compiling crossbeam-channel v0.5.12 |
1281 | 2024-08-05T16:08:21.458Z | Compiling strum_macros v0.26.4 |
1282 | 2024-08-05T16:08:21.575Z | Compiling filetime v0.2.23 |
1283 | 2024-08-05T16:08:21.675Z | Compiling is-terminal v0.4.12 |
1284 | 2024-08-05T16:08:21.813Z | Compiling take_mut v0.2.2 |
1285 | 2024-08-05T16:08:21.925Z | Compiling slog-term v2.9.1 |
1286 | 2024-08-05T16:08:21.978Z | Compiling tar v0.4.41 |
1287 | 2024-08-05T16:08:22.917Z | Compiling camino v1.1.7 |
1288 | 2024-08-05T16:08:24.905Z | Compiling strum v0.26.3 |
1289 | 2024-08-05T16:08:36.239Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1290 | 2024-08-05T16:08:36.500Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1291 | 2024-08-05T16:08:42.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
1292 | 2024-08-05T16:08:42.203Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1293 | 2024-08-05T16:08:42.250Z | Aug 05 16:08:41.015 INFO Starting download, target: Clickhouse |
1294 | 2024-08-05T16:08:42.252Z | Aug 05 16:08:41.015 INFO Starting download, target: DendriteStub |
1295 | 2024-08-05T16:08:42.252Z | Aug 05 16:08:41.015 INFO Starting download, target: Console |
1296 | 2024-08-05T16:08:42.252Z | Aug 05 16:08:41.015 INFO Starting download, target: MaghemiteMgd |
1297 | 2024-08-05T16:08:42.252Z | Aug 05 16:08:41.015 INFO Starting download, target: DendriteOpenapi |
1298 | 2024-08-05T16:08:42.252Z | Aug 05 16:08:41.015 INFO Starting download, target: Cockroach |
1299 | 2024-08-05T16:08:42.252Z | Aug 05 16:08:41.015 INFO Starting download, target: TransceiverControl |
1300 | 2024-08-05T16:08:42.252Z | Aug 05 16:08:41.016 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1301 | 2024-08-05T16:08:42.252Z | Aug 05 16:08:41.016 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1302 | 2024-08-05T16:08:42.253Z | Aug 05 16:08:41.016 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1303 | 2024-08-05T16:08:42.253Z | Aug 05 16:08:41.016 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1304 | 2024-08-05T16:08:42.253Z | Aug 05 16:08:41.016 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1305 | 2024-08-05T16:08:42.253Z | Aug 05 16:08:41.016 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1306 | 2024-08-05T16:08:42.253Z | Aug 05 16:08:41.016 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1307 | 2024-08-05T16:08:42.448Z | Aug 05 16:08:41.201 INFO Download complete, target: DendriteOpenapi |
1308 | 2024-08-05T16:08:42.609Z | Aug 05 16:08:41.369 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1309 | 2024-08-05T16:08:42.900Z | Aug 05 16:08:41.664 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1310 | 2024-08-05T16:08:42.911Z | Aug 05 16:08:41.674 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1311 | 2024-08-05T16:08:42.997Z | Aug 05 16:08:41.762 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1312 | 2024-08-05T16:08:43.343Z | Aug 05 16:08:42.107 INFO Download complete, target: Console |
1313 | 2024-08-05T16:08:43.420Z | Aug 05 16:08:42.186 INFO Download complete, target: TransceiverControl |
1314 | 2024-08-05T16:08:44.249Z | Aug 05 16:08:43.014 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1315 | 2024-08-05T16:08:44.249Z | Aug 05 16:08:43.014 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1316 | 2024-08-05T16:08:44.310Z | Aug 05 16:08:43.075 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1317 | 2024-08-05T16:08:46.165Z | Aug 05 16:08:44.930 INFO Download complete, target: DendriteStub |
1318 | 2024-08-05T16:08:46.170Z | Aug 05 16:08:44.935 INFO Download complete, target: MaghemiteMgd |
1319 | 2024-08-05T16:08:52.660Z | Aug 05 16:08:51.417 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1320 | 2024-08-05T16:08:52.984Z | Aug 05 16:08:51.748 INFO Checking that binary works, target: Cockroach |
1321 | 2024-08-05T16:08:53.146Z | Aug 05 16:08:51.909 INFO Download complete, target: Cockroach |
1322 | 2024-08-05T16:08:58.705Z | Aug 05 16:08:57.468 INFO Checking that binary works, target: Clickhouse |
1323 | 2024-08-05T16:08:59.061Z | Aug 05 16:08:57.823 INFO Download complete, target: Clickhouse |
1324 | 2024-08-05T16:08:59.068Z | All prerequisites installed successfully |
1325 | 2024-08-05T16:08:59.071Z | |
1326 | 2024-08-05T16:08:59.071Z | real 5:01.669967621 |
1327 | 2024-08-05T16:08:59.071Z | user 11:57.613741612 |
1328 | 2024-08-05T16:08:59.071Z | sys 2:29.255038557 |
1329 | 2024-08-05T16:08:59.071Z | trap 0.445362473 |
1330 | 2024-08-05T16:08:59.071Z | tflt 5.408770756 |
1331 | 2024-08-05T16:08:59.071Z | dflt 4.979318423 |
1332 | 2024-08-05T16:08:59.071Z | kflt 0.242934148 |
1333 | 2024-08-05T16:08:59.071Z | lock 22:55.130867223 |
1334 | 2024-08-05T16:08:59.071Z | slp 48:30.472328245 |
1335 | 2024-08-05T16:08:59.071Z | lat 40.334685902 |
1336 | 2024-08-05T16:08:59.071Z | stop 1:40.741452463 |
1337 | 2024-08-05T16:08:59.071Z | + source ./tools/include/force-git-over-https.sh |
1338 | 2024-08-05T16:08:59.071Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1339 | 2024-08-05T16:08:59.071Z | ++ (( i = 0 )) |
1340 | 2024-08-05T16:08:59.071Z | ++ (( i < 5 )) |
1341 | 2024-08-05T16:08:59.071Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1342 | 2024-08-05T16:08:59.074Z | ++ (( i++ )) |
1343 | 2024-08-05T16:08:59.074Z | ++ (( i < 5 )) |
1344 | 2024-08-05T16:08:59.074Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1345 | 2024-08-05T16:08:59.078Z | ++ (( i++ )) |
1346 | 2024-08-05T16:08:59.079Z | ++ (( i < 5 )) |
1347 | 2024-08-05T16:08:59.079Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1348 | 2024-08-05T16:08:59.082Z | ++ (( i++ )) |
1349 | 2024-08-05T16:08:59.082Z | ++ (( i < 5 )) |
1350 | 2024-08-05T16:08:59.082Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1351 | 2024-08-05T16:08:59.085Z | ++ (( i++ )) |
1352 | 2024-08-05T16:08:59.085Z | ++ (( i < 5 )) |
1353 | 2024-08-05T16:08:59.085Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1354 | 2024-08-05T16:08:59.088Z | ++ (( i++ )) |
1355 | 2024-08-05T16:08:59.088Z | ++ (( i < 5 )) |
1356 | 2024-08-05T16:08:59.088Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1357 | 2024-08-05T16:08:59.088Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1358 | 2024-08-05T16:08:59.088Z | + rc=0 |
1359 | 2024-08-05T16:08:59.088Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1360 | 2024-08-05T16:09:33.122Z | + case $rc in |
1361 | 2024-08-05T16:09:33.123Z | + pfexec zfs create -p rpool/images/build/host |
1362 | 2024-08-05T16:09:33.309Z | + pfexec zfs create -p rpool/images/build/recovery |
1363 | 2024-08-05T16:09:33.374Z | + cargo xtask releng --output-dir /work |
1364 | 2024-08-05T16:09:33.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1365 | 2024-08-05T16:09:33.955Z | Running `target/debug/xtask releng --output-dir /work` |
1366 | 2024-08-05T16:09:34.850Z | Compiling proc-macro2 v1.0.86 |
1367 | 2024-08-05T16:09:34.850Z | Compiling unicode-ident v1.0.12 |
1368 | 2024-08-05T16:09:34.850Z | Compiling libc v0.2.155 |
1369 | 2024-08-05T16:09:34.850Z | Compiling serde v1.0.204 |
1370 | 2024-08-05T16:09:34.850Z | Compiling autocfg v1.3.0 |
1371 | 2024-08-05T16:09:34.853Z | Compiling version_check v0.9.4 |
1372 | 2024-08-05T16:09:34.853Z | Compiling cfg-if v1.0.0 |
1373 | 2024-08-05T16:09:35.069Z | Compiling cc v1.0.97 |
1374 | 2024-08-05T16:09:35.095Z | Compiling memchr v2.7.2 |
1375 | 2024-08-05T16:09:35.728Z | Compiling lock_api v0.4.12 |
1376 | 2024-08-05T16:09:35.930Z | Compiling parking_lot_core v0.9.10 |
1377 | 2024-08-05T16:09:36.079Z | Compiling libm v0.2.8 |
1378 | 2024-08-05T16:09:36.375Z | Compiling ahash v0.8.11 |
1379 | 2024-08-05T16:09:36.437Z | Compiling serde_json v1.0.122 |
1380 | 2024-08-05T16:09:36.594Z | Compiling num-traits v0.2.19 |
1381 | 2024-08-05T16:09:36.734Z | Compiling quote v1.0.36 |
1382 | 2024-08-05T16:09:36.778Z | Compiling typenum v1.17.0 |
1383 | 2024-08-05T16:09:37.073Z | Compiling getrandom v0.2.14 |
1384 | 2024-08-05T16:09:37.249Z | Compiling syn v2.0.72 |
1385 | 2024-08-05T16:09:37.378Z | Compiling scopeguard v1.2.0 |
1386 | 2024-08-05T16:09:37.461Z | Compiling once_cell v1.19.0 |
1387 | 2024-08-05T16:09:37.752Z | Compiling generic-array v0.14.7 |
1388 | 2024-08-05T16:09:37.772Z | Compiling byteorder v1.5.0 |
1389 | 2024-08-05T16:09:37.869Z | Compiling log v0.4.21 |
1390 | 2024-08-05T16:09:37.999Z | Compiling itoa v1.0.11 |
1391 | 2024-08-05T16:09:38.057Z | Compiling thiserror v1.0.63 |
1392 | 2024-08-05T16:09:38.305Z | Compiling slab v0.4.9 |
1393 | 2024-08-05T16:09:38.329Z | Compiling pkg-config v0.3.30 |
1394 | 2024-08-05T16:09:38.420Z | Compiling ring v0.17.8 |
1395 | 2024-08-05T16:09:38.537Z | Compiling smallvec v1.13.2 |
1396 | 2024-08-05T16:09:38.611Z | Compiling ryu v1.0.18 |
1397 | 2024-08-05T16:09:38.679Z | Compiling semver v1.0.23 |
1398 | 2024-08-05T16:09:38.872Z | Compiling spin v0.9.8 |
1399 | 2024-08-05T16:09:39.044Z | Compiling vcpkg v0.2.15 |
1400 | 2024-08-05T16:09:39.101Z | Compiling pin-project-lite v0.2.14 |
1401 | 2024-08-05T16:09:39.553Z | Compiling allocator-api2 v0.2.18 |
1402 | 2024-08-05T16:09:39.650Z | Compiling parking_lot v0.12.2 |
1403 | 2024-08-05T16:09:39.692Z | Compiling rand_core v0.6.4 |
1404 | 2024-08-05T16:09:40.364Z | Compiling schemars v0.8.21 |
1405 | 2024-08-05T16:09:40.520Z | Compiling signal-hook-registry v1.4.2 |
1406 | 2024-08-05T16:09:40.818Z | Compiling openssl-sys v0.9.103 |
1407 | 2024-08-05T16:09:40.980Z | Compiling num-conv v0.1.0 |
1408 | 2024-08-05T16:09:41.320Z | Compiling time-core v0.1.2 |
1409 | 2024-08-05T16:09:41.762Z | Compiling time-macros v0.2.18 |
1410 | 2024-08-05T16:09:41.888Z | Compiling mio v0.8.11 |
1411 | 2024-08-05T16:09:42.446Z | Compiling heck v0.5.0 |
1412 | 2024-08-05T16:09:42.709Z | Compiling rustix v0.38.34 |
1413 | 2024-08-05T16:09:42.931Z | Compiling futures-core v0.3.30 |
1414 | 2024-08-05T16:09:43.025Z | Compiling httparse v1.8.0 |
1415 | 2024-08-05T16:09:43.828Z | Compiling socket2 v0.5.7 |
1416 | 2024-08-05T16:09:43.905Z | Compiling num_cpus v1.16.0 |
1417 | 2024-08-05T16:09:44.043Z | Compiling openssl v0.10.66 |
1418 | 2024-08-05T16:09:44.188Z | Compiling equivalent v1.0.1 |
1419 | 2024-08-05T16:09:44.347Z | Compiling const-oid v0.9.6 |
1420 | 2024-08-05T16:09:44.558Z | Compiling subtle v2.5.0 |
1421 | 2024-08-05T16:09:44.624Z | Compiling fnv v1.0.7 |
1422 | 2024-08-05T16:09:44.923Z | Compiling syn v1.0.109 |
1423 | 2024-08-05T16:09:45.048Z | Compiling serde_derive_internals v0.29.1 |
1424 | 2024-08-05T16:09:45.296Z | Compiling rustls v0.21.12 |
1425 | 2024-08-05T16:09:45.380Z | Compiling iana-time-zone v0.1.60 |
1426 | 2024-08-05T16:09:45.567Z | Compiling tinyvec_macros v0.1.1 |
1427 | 2024-08-05T16:09:45.611Z | Compiling native-tls v0.2.11 |
1428 | 2024-08-05T16:09:45.683Z | Compiling tinyvec v1.6.0 |
1429 | 2024-08-05T16:09:45.878Z | Compiling crossbeam-utils v0.8.19 |
1430 | 2024-08-05T16:09:46.193Z | Compiling futures-sink v0.3.30 |
1431 | 2024-08-05T16:09:46.838Z | Compiling cookie v0.17.0 |
1432 | 2024-08-05T16:09:47.191Z | Compiling ucd-trie v0.1.6 |
1433 | 2024-08-05T16:09:47.525Z | Compiling unicode-normalization v0.1.23 |
1434 | 2024-08-05T16:09:47.947Z | Compiling futures-channel v0.3.30 |
1435 | 2024-08-05T16:09:48.501Z | Compiling slog v2.7.0 |
1436 | 2024-08-05T16:09:48.688Z | Compiling unicode-bidi v0.3.15 |
1437 | 2024-08-05T16:09:48.951Z | Compiling futures-io v0.3.30 |
1438 | 2024-08-05T16:09:49.026Z | Compiling futures-task v0.3.30 |
1439 | 2024-08-05T16:09:49.104Z | Compiling pin-utils v0.1.0 |
1440 | 2024-08-05T16:09:49.328Z | Compiling dyn-clone v1.0.17 |
1441 | 2024-08-05T16:09:49.602Z | Compiling untrusted v0.9.0 |
1442 | 2024-08-05T16:09:50.105Z | Compiling aho-corasick v1.1.3 |
1443 | 2024-08-05T16:09:50.206Z | Compiling regex-syntax v0.8.3 |
1444 | 2024-08-05T16:09:50.771Z | Compiling powerfmt v0.2.0 |
1445 | 2024-08-05T16:09:50.860Z | Compiling serde_derive v1.0.204 |
1446 | 2024-08-05T16:09:51.046Z | Compiling zerocopy-derive v0.7.34 |
1447 | 2024-08-05T16:09:51.316Z | Compiling zeroize_derive v1.4.2 |
1448 | 2024-08-05T16:09:51.808Z | Compiling tokio-macros v2.3.0 |
1449 | 2024-08-05T16:09:52.955Z | Compiling thiserror-impl v1.0.63 |
1450 | 2024-08-05T16:09:53.504Z | Compiling zerocopy v0.7.34 |
1451 | 2024-08-05T16:09:53.551Z | Compiling futures-macro v0.3.30 |
1452 | 2024-08-05T16:09:54.977Z | Compiling zeroize v1.7.0 |
1453 | 2024-08-05T16:09:56.181Z | Compiling hashbrown v0.14.5 |
1454 | 2024-08-05T16:09:56.287Z | Compiling tracing-attributes v0.1.27 |
1455 | 2024-08-05T16:09:56.396Z | Compiling schemars_derive v0.8.21 |
1456 | 2024-08-05T16:09:57.657Z | Compiling openssl-macros v0.1.1 |
1457 | 2024-08-05T16:09:58.451Z | Compiling der_derive v0.7.2 |
1458 | 2024-08-05T16:09:58.595Z | Compiling scroll_derive v0.12.0 |
1459 | 2024-08-05T16:09:59.157Z | Compiling pest v2.7.10 |
1460 | 2024-08-05T16:09:59.823Z | Compiling crypto-common v0.1.6 |
1461 | 2024-08-05T16:10:00.105Z | Compiling futures-util v0.3.30 |
1462 | 2024-08-05T16:10:00.226Z | Compiling block-buffer v0.10.4 |
1463 | 2024-08-05T16:10:00.503Z | Compiling crc32fast v1.4.0 |
1464 | 2024-08-05T16:10:00.979Z | Compiling digest v0.10.7 |
1465 | 2024-08-05T16:10:01.468Z | Compiling regex-automata v0.4.6 |
1466 | 2024-08-05T16:10:01.875Z | Compiling deranged v0.3.11 |
1467 | 2024-08-05T16:10:02.410Z | Compiling pest_meta v2.7.10 |
1468 | 2024-08-05T16:10:04.506Z | Compiling pest_generator v2.7.10 |
1469 | 2024-08-05T16:10:06.625Z | Compiling bytes v1.6.0 |
1470 | 2024-08-05T16:10:08.053Z | Compiling bitflags v2.6.0 |
1471 | 2024-08-05T16:10:08.184Z | Compiling tokio v1.38.1 |
1472 | 2024-08-05T16:10:08.633Z | Compiling indexmap v2.2.6 |
1473 | 2024-08-05T16:10:08.778Z | Compiling uuid v1.10.0 |
1474 | 2024-08-05T16:10:08.848Z | Compiling chrono v0.4.38 |
1475 | 2024-08-05T16:10:09.234Z | Compiling serde_tokenstream v0.2.1 |
1476 | 2024-08-05T16:10:10.571Z | Compiling http v0.2.12 |
1477 | 2024-08-05T16:10:13.231Z | Compiling rustc_version v0.4.0 |
1478 | 2024-08-05T16:10:13.960Z | Compiling pest_derive v2.7.10 |
1479 | 2024-08-05T16:10:13.998Z | Compiling usdt-impl v0.5.0 |
1480 | 2024-08-05T16:10:14.394Z | Compiling heck v0.4.1 |
1481 | 2024-08-05T16:10:14.447Z | Compiling num_threads v0.1.7 |
1482 | 2024-08-05T16:10:14.842Z | Compiling percent-encoding v2.3.1 |
1483 | 2024-08-05T16:10:14.845Z | Compiling time v0.3.36 |
1484 | 2024-08-05T16:10:14.919Z | Compiling heapless v0.7.17 |
1485 | 2024-08-05T16:10:15.473Z | Compiling scroll v0.12.0 |
1486 | 2024-08-05T16:10:15.499Z | Compiling zerocopy-derive v0.6.6 |
1487 | 2024-08-05T16:10:16.196Z | Compiling tracing-core v0.1.32 |
1488 | 2024-08-05T16:10:17.847Z | Compiling backtrace v0.3.71 |
1489 | 2024-08-05T16:10:18.320Z | Compiling errno v0.3.9 |
1490 | 2024-08-05T16:10:18.631Z | Compiling plain v0.2.3 |
1491 | 2024-08-05T16:10:18.852Z | Compiling ppv-lite86 v0.2.17 |
1492 | 2024-08-05T16:10:19.185Z | Compiling signal-hook v0.3.17 |
1493 | 2024-08-05T16:10:19.671Z | Compiling goblin v0.8.2 |
1494 | 2024-08-05T16:10:19.797Z | Compiling rand_chacha v0.3.1 |
1495 | 2024-08-05T16:10:19.921Z | Compiling tokio-util v0.7.11 |
1496 | 2024-08-05T16:10:21.797Z | Compiling tracing v0.1.40 |
1497 | 2024-08-05T16:10:21.832Z | Compiling regex v1.10.5 |
1498 | 2024-08-05T16:10:22.379Z | Compiling async-trait v0.1.81 |
1499 | 2024-08-05T16:10:22.984Z | Compiling strsim v0.11.1 |
1500 | 2024-08-05T16:10:24.210Z | Compiling pretty-hex v0.4.1 |
1501 | 2024-08-05T16:10:24.270Z | Compiling rustversion v1.0.17 |
1502 | 2024-08-05T16:10:25.192Z | Compiling rand v0.8.5 |
1503 | 2024-08-05T16:10:26.267Z | Compiling dof v0.3.0 |
1504 | 2024-08-05T16:10:27.507Z | Compiling form_urlencoded v1.2.1 |
1505 | 2024-08-05T16:10:28.064Z | Compiling dtrace-parser v0.2.0 |
1506 | 2024-08-05T16:10:28.173Z | Compiling thread-id v4.2.1 |
1507 | 2024-08-05T16:10:28.321Z | Compiling base64ct v1.6.0 |
1508 | 2024-08-05T16:10:28.507Z | Compiling try-lock v0.2.5 |
1509 | 2024-08-05T16:10:28.690Z | Compiling unicode-width v0.1.13 |
1510 | 2024-08-05T16:10:28.923Z | Compiling foreign-types-shared v0.1.1 |
1511 | 2024-08-05T16:10:29.050Z | Compiling smoltcp v0.9.1 |
1512 | 2024-08-05T16:10:29.168Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1513 | 2024-08-05T16:10:29.210Z | Compiling anyhow v1.0.86 |
1514 | 2024-08-05T16:10:29.621Z | Compiling foreign-types v0.3.2 |
1515 | 2024-08-05T16:10:29.798Z | Compiling pem-rfc7468 v0.7.0 |
1516 | 2024-08-05T16:10:29.964Z | Compiling want v0.3.1 |
1517 | 2024-08-05T16:10:30.506Z | Compiling h2 v0.3.26 |
1518 | 2024-08-05T16:10:31.313Z | Compiling http-body v0.4.6 |
1519 | 2024-08-05T16:10:31.718Z | Compiling hmac v0.12.1 |
1520 | 2024-08-05T16:10:31.830Z | Compiling clap_derive v4.5.13 |
1521 | 2024-08-05T16:10:33.097Z | Compiling base64 v0.21.7 |
1522 | 2024-08-05T16:10:33.221Z | Compiling siphasher v0.3.11 |
1523 | 2024-08-05T16:10:34.320Z | Compiling tower-service v0.3.2 |
1524 | 2024-08-05T16:10:34.466Z | Compiling flagset v0.4.5 |
1525 | 2024-08-05T16:10:34.769Z | Compiling httpdate v1.0.3 |
1526 | 2024-08-05T16:10:34.948Z | Compiling der v0.7.9 |
1527 | 2024-08-05T16:10:40.396Z | Compiling hyper v0.14.30 |
1528 | 2024-08-05T16:10:47.183Z | Compiling sct v0.7.1 |
1529 | 2024-08-05T16:10:47.521Z | Compiling rustls-webpki v0.101.7 |
1530 | 2024-08-05T16:10:49.627Z | Compiling openapiv3 v2.0.0 |
1531 | 2024-08-05T16:10:50.678Z | Compiling hubpack_derive v0.1.1 |
1532 | 2024-08-05T16:10:51.804Z | Compiling idna v0.5.0 |
1533 | 2024-08-05T16:10:53.614Z | Compiling lazy_static v1.5.0 |
1534 | 2024-08-05T16:10:54.278Z | Compiling fs-err v2.11.0 |
1535 | 2024-08-05T16:10:54.409Z | Compiling cpufeatures v0.2.12 |
1536 | 2024-08-05T16:10:54.560Z | Compiling finl_unicode v1.2.0 |
1537 | 2024-08-05T16:10:54.614Z | Compiling openssl-probe v0.1.5 |
1538 | 2024-08-05T16:10:54.717Z | Compiling adler v1.0.2 |
1539 | 2024-08-05T16:10:54.985Z | Compiling utf8parse v0.2.1 |
1540 | 2024-08-05T16:10:55.167Z | Compiling anstyle v1.0.8 |
1541 | 2024-08-05T16:10:55.383Z | Compiling stringprep v0.1.4 |
1542 | 2024-08-05T16:10:55.894Z | Compiling anstyle-parse v0.2.4 |
1543 | 2024-08-05T16:10:56.122Z | Compiling miniz_oxide v0.7.2 |
1544 | 2024-08-05T16:10:56.489Z | Compiling sha2 v0.10.8 |
1545 | 2024-08-05T16:10:57.158Z | Compiling url v2.5.2 |
1546 | 2024-08-05T16:11:00.101Z | Compiling spki v0.7.3 |
1547 | 2024-08-05T16:11:01.204Z | Compiling usdt-attr-macro v0.5.0 |
1548 | 2024-08-05T16:11:01.941Z | Compiling usdt-macro v0.5.0 |
1549 | 2024-08-05T16:11:03.000Z | Compiling md-5 v0.10.6 |
1550 | 2024-08-05T16:11:03.315Z | Compiling serde_spanned v0.6.7 |
1551 | 2024-08-05T16:11:03.341Z | Compiling toml_datetime v0.6.8 |
1552 | 2024-08-05T16:11:03.515Z | Compiling regress v0.9.1 |
1553 | 2024-08-05T16:11:03.607Z | Compiling idna v0.3.0 |
1554 | 2024-08-05T16:11:05.416Z | Compiling diesel_table_macro_syntax v0.1.0 |
1555 | 2024-08-05T16:11:05.829Z | Compiling num-integer v0.1.46 |
1556 | 2024-08-05T16:11:06.351Z | Compiling hash32 v0.2.1 |
1557 | 2024-08-05T16:11:06.629Z | Compiling encoding_rs v0.8.34 |
1558 | 2024-08-05T16:11:06.779Z | Compiling mime v0.3.17 |
1559 | 2024-08-05T16:11:07.425Z | Compiling anstyle-query v1.0.3 |
1560 | 2024-08-05T16:11:07.554Z | Compiling gimli v0.28.1 |
1561 | 2024-08-05T16:11:07.578Z | Compiling colorchoice v1.0.1 |
1562 | 2024-08-05T16:11:07.754Z | Compiling fallible-iterator v0.2.0 |
1563 | 2024-08-05T16:11:07.877Z | Compiling stable_deref_trait v1.2.0 |
1564 | 2024-08-05T16:11:07.991Z | Compiling base64 v0.22.1 |
1565 | 2024-08-05T16:11:08.478Z | Compiling is_terminal_polyfill v1.70.0 |
1566 | 2024-08-05T16:11:08.764Z | Compiling psl-types v2.0.11 |
1567 | 2024-08-05T16:11:08.962Z | Compiling publicsuffix v2.2.3 |
1568 | 2024-08-05T16:11:09.238Z | Compiling anstream v0.6.14 |
1569 | 2024-08-05T16:11:09.427Z | Compiling postgres-protocol v0.6.7 |
1570 | 2024-08-05T16:11:10.646Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1571 | 2024-08-05T16:11:12.231Z | Compiling addr2line v0.21.0 |
1572 | 2024-08-05T16:11:12.690Z | Compiling diesel_derives v2.1.4 |
1573 | 2024-08-05T16:11:13.874Z | Compiling tokio-rustls v0.24.1 |
1574 | 2024-08-05T16:11:15.553Z | Compiling pkcs8 v0.10.2 |
1575 | 2024-08-05T16:11:15.683Z | Compiling terminal_size v0.3.0 |
1576 | 2024-08-05T16:11:15.894Z | Compiling tokio-native-tls v0.3.1 |
1577 | 2024-08-05T16:11:16.193Z | Compiling phf_shared v0.11.2 |
1578 | 2024-08-05T16:11:16.398Z | Compiling strum_macros v0.25.3 |
1579 | 2024-08-05T16:11:16.639Z | Compiling serde_urlencoded v0.7.1 |
1580 | 2024-08-05T16:11:17.295Z | Compiling enum-as-inner v0.5.1 |
1581 | 2024-08-05T16:11:18.387Z | Compiling block-padding v0.3.3 |
1582 | 2024-08-05T16:11:18.592Z | Compiling serde_repr v0.1.19 |
1583 | 2024-08-05T16:11:18.635Z | Compiling ff v0.13.0 |
1584 | 2024-08-05T16:11:18.911Z | Compiling scheduled-thread-pool v0.2.7 |
1585 | 2024-08-05T16:11:19.732Z | Compiling object v0.32.2 |
1586 | 2024-08-05T16:11:20.027Z | Compiling winnow v0.5.40 |
1587 | 2024-08-05T16:11:20.618Z | Compiling bitflags v1.3.2 |
1588 | 2024-08-05T16:11:20.910Z | Compiling regex-automata v0.1.10 |
1589 | 2024-08-05T16:11:22.025Z | Compiling clap_lex v0.7.0 |
1590 | 2024-08-05T16:11:22.505Z | Compiling matches v0.1.10 |
1591 | 2024-08-05T16:11:22.612Z | Compiling ipnet v2.9.0 |
1592 | 2024-08-05T16:11:22.981Z | Compiling rustc-demangle v0.1.24 |
1593 | 2024-08-05T16:11:23.848Z | Compiling base16ct v0.2.0 |
1594 | 2024-08-05T16:11:23.881Z | Compiling managed v0.8.0 |
1595 | 2024-08-05T16:11:24.329Z | Compiling bit-vec v0.6.3 |
1596 | 2024-08-05T16:11:24.402Z | Compiling either v1.12.0 |
1597 | 2024-08-05T16:11:24.699Z | Compiling rustls-pemfile v1.0.4 |
1598 | 2024-08-05T16:11:24.795Z | Compiling sec1 v0.7.3 |
1599 | 2024-08-05T16:11:24.836Z | Compiling toml_edit v0.19.15 |
1600 | 2024-08-05T16:11:25.077Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1601 | 2024-08-05T16:11:25.372Z | Compiling idna v0.2.3 |
1602 | 2024-08-05T16:11:25.724Z | Compiling clap_builder v4.5.13 |
1603 | 2024-08-05T16:11:26.794Z | Compiling bstr v0.2.17 |
1604 | 2024-08-05T16:11:27.169Z | Compiling r2d2 v0.8.10 |
1605 | 2024-08-05T16:11:27.535Z | Compiling group v0.13.0 |
1606 | 2024-08-05T16:11:27.850Z | Compiling inout v0.1.3 |
1607 | 2024-08-05T16:11:28.440Z | Compiling phf v0.11.2 |
1608 | 2024-08-05T16:11:28.468Z | Compiling hyper-tls v0.5.0 |
1609 | 2024-08-05T16:11:28.753Z | Compiling hyper-rustls v0.24.2 |
1610 | 2024-08-05T16:11:28.831Z | Compiling signal-hook-mio v0.2.3 |
1611 | 2024-08-05T16:11:28.972Z | Compiling cookie_store v0.20.0 |
1612 | 2024-08-05T16:11:29.115Z | Compiling postgres-types v0.2.7 |
1613 | 2024-08-05T16:11:29.263Z | Compiling num-bigint v0.4.5 |
1614 | 2024-08-05T16:11:30.510Z | Compiling hubpack v0.1.2 |
1615 | 2024-08-05T16:11:31.516Z | Compiling phf_shared v0.10.0 |
1616 | 2024-08-05T16:11:31.722Z | Compiling hkdf v0.12.4 |
1617 | 2024-08-05T16:11:31.969Z | Compiling zerocopy v0.6.6 |
1618 | 2024-08-05T16:11:32.110Z | Compiling ipnetwork v0.20.0 |
1619 | 2024-08-05T16:11:32.423Z | Compiling futures-executor v0.3.30 |
1620 | 2024-08-05T16:11:32.889Z | Compiling crypto-bigint v0.5.5 |
1621 | 2024-08-05T16:11:32.909Z | Compiling float-cmp v0.9.0 |
1622 | 2024-08-05T16:11:32.949Z | Compiling memmap v0.7.0 |
1623 | 2024-08-05T16:11:33.078Z | Compiling unicode-segmentation v1.11.0 |
1624 | 2024-08-05T16:11:33.108Z | Compiling winnow v0.6.18 |
1625 | 2024-08-05T16:11:33.182Z | Compiling difflib v0.4.0 |
1626 | 2024-08-05T16:11:33.388Z | Compiling webpki-roots v0.25.4 |
1627 | 2024-08-05T16:11:33.575Z | Compiling whoami v1.5.1 |
1628 | 2024-08-05T16:11:33.694Z | Compiling minimal-lexical v0.2.1 |
1629 | 2024-08-05T16:11:33.938Z | Compiling precomputed-hash v0.1.1 |
1630 | 2024-08-05T16:11:34.064Z | Compiling new_debug_unreachable v1.0.6 |
1631 | 2024-08-05T16:11:34.169Z | Compiling sync_wrapper v0.1.2 |
1632 | 2024-08-05T16:11:34.304Z | Compiling predicates-core v1.0.6 |
1633 | 2024-08-05T16:11:34.341Z | Compiling static_assertions v1.1.0 |
1634 | 2024-08-05T16:11:34.416Z | Compiling data-encoding v2.6.0 |
1635 | 2024-08-05T16:11:34.454Z | Compiling normalize-line-endings v0.3.0 |
1636 | 2024-08-05T16:11:34.619Z | Compiling fixedbitset v0.4.2 |
1637 | 2024-08-05T16:11:35.062Z | Compiling petgraph v0.6.5 |
1638 | 2024-08-05T16:11:35.152Z | Compiling trust-dns-proto v0.22.0 |
1639 | 2024-08-05T16:11:35.738Z | Compiling reqwest v0.11.27 |
1640 | 2024-08-05T16:11:36.132Z | Compiling elliptic-curve v0.13.8 |
1641 | 2024-08-05T16:11:36.522Z | Compiling predicates v3.1.2 |
1642 | 2024-08-05T16:11:36.593Z | Compiling toml_edit v0.22.20 |
1643 | 2024-08-05T16:11:36.765Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1644 | 2024-08-05T16:11:37.958Z | Compiling string_cache v0.8.7 |
1645 | 2024-08-05T16:11:38.397Z | Compiling nom v7.1.3 |
1646 | 2024-08-05T16:11:39.161Z | Compiling tokio-postgres v0.7.11 |
1647 | 2024-08-05T16:11:42.207Z | Compiling similar v2.5.0 |
1648 | 2024-08-05T16:11:42.810Z | Compiling usdt v0.5.0 |
1649 | 2024-08-05T16:11:43.832Z | Compiling futures v0.3.30 |
1650 | 2024-08-05T16:11:43.918Z | Compiling diesel v2.1.6 |
1651 | 2024-08-05T16:11:44.005Z | Compiling yasna v0.5.2 |
1652 | 2024-08-05T16:11:44.460Z | Compiling clap v4.5.13 |
1653 | 2024-08-05T16:11:44.593Z | Compiling crossterm v0.27.0 |
1654 | 2024-08-05T16:11:44.729Z | Compiling flate2 v1.0.31 |
1655 | 2024-08-05T16:11:45.154Z | Compiling cipher v0.4.4 |
1656 | 2024-08-05T16:11:45.626Z | Compiling crossbeam-epoch v0.9.18 |
1657 | 2024-08-05T16:11:45.642Z | Compiling toml v0.7.8 |
1658 | 2024-08-05T16:11:45.645Z | Compiling itertools v0.12.1 |
1659 | 2024-08-05T16:11:46.343Z | Compiling itertools v0.10.5 |
1660 | 2024-08-05T16:11:47.069Z | Compiling bit-set v0.5.3 |
1661 | 2024-08-05T16:11:47.188Z | Compiling num-iter v0.1.45 |
1662 | 2024-08-05T16:11:47.359Z | Compiling console v0.15.8 |
1663 | 2024-08-05T16:11:48.714Z | Compiling tokio-stream v0.1.15 |
1664 | 2024-08-05T16:11:48.796Z | Compiling bstr v1.9.1 |
1665 | 2024-08-05T16:11:49.132Z | Compiling hex v0.4.3 |
1666 | 2024-08-05T16:11:49.976Z | Compiling peg-runtime v0.8.3 |
1667 | 2024-08-05T16:11:50.505Z | Compiling lalrpop-util v0.19.12 |
1668 | 2024-08-05T16:11:50.860Z | Compiling radium v0.7.0 |
1669 | 2024-08-05T16:11:50.862Z | Compiling camino v1.1.7 |
1670 | 2024-08-05T16:11:51.611Z | Compiling unicode-xid v0.2.4 |
1671 | 2024-08-05T16:11:56.704Z | Compiling is-terminal v0.4.12 |
1672 | 2024-08-05T16:11:57.675Z | Compiling tap v1.0.1 |
1673 | 2024-08-05T16:11:59.522Z | Compiling rustls-pki-types v1.7.0 |
1674 | 2024-08-05T16:12:02.395Z | Compiling ident_case v1.0.1 |
1675 | 2024-08-05T16:12:02.591Z | Compiling maybe-uninit v2.0.0 |
1676 | 2024-08-05T16:12:05.749Z | Compiling darling_core v0.20.9 |
1677 | 2024-08-05T16:12:15.172Z | Compiling wyz v0.5.1 |
1678 | 2024-08-05T16:12:17.476Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1679 | 2024-08-05T16:12:17.644Z | Compiling getopts v0.2.21 |
1680 | 2024-08-05T16:12:18.002Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1681 | 2024-08-05T16:12:18.452Z | Compiling dirs-sys-next v0.1.2 |
1682 | 2024-08-05T16:12:18.574Z | Compiling paste v1.0.15 |
1683 | 2024-08-05T16:12:19.066Z | Compiling unsafe-libyaml v0.2.11 |
1684 | 2024-08-05T16:12:19.437Z | Compiling num-bigint-dig v0.8.4 |
1685 | 2024-08-05T16:12:19.555Z | Compiling rustls v0.22.4 |
1686 | 2024-08-05T16:12:19.886Z | Compiling funty v2.0.0 |
1687 | 2024-08-05T16:12:20.864Z | Compiling packed_struct v0.10.1 |
1688 | 2024-08-05T16:12:21.338Z | Compiling bitvec v1.0.1 |
1689 | 2024-08-05T16:12:21.526Z | Compiling serde_yaml v0.9.34+deprecated |
1690 | 2024-08-05T16:12:22.119Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1691 | 2024-08-05T16:12:24.357Z | Compiling dirs-next v2.0.0 |
1692 | 2024-08-05T16:12:25.512Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1693 | 2024-08-05T16:12:28.236Z | Compiling darling_macro v0.20.9 |
1694 | 2024-08-05T16:12:29.455Z | Compiling rustls-webpki v0.102.4 |
1695 | 2024-08-05T16:12:32.536Z | Compiling packed_struct_codegen v0.10.1 |
1696 | 2024-08-05T16:12:33.431Z | Compiling structmeta-derive v0.3.0 |
1697 | 2024-08-05T16:12:33.893Z | Compiling thread_local v1.1.8 |
1698 | 2024-08-05T16:12:35.051Z | Compiling multer v3.1.0 |
1699 | 2024-08-05T16:12:35.144Z | Compiling indexmap v1.9.3 |
1700 | 2024-08-05T16:12:35.188Z | Compiling match_cfg v0.1.0 |
1701 | 2024-08-05T16:12:35.375Z | Compiling crc-catalog v2.4.0 |
1702 | 2024-08-05T16:12:35.536Z | Compiling rayon-core v1.12.1 |
1703 | 2024-08-05T16:12:35.587Z | Compiling nodrop v0.1.14 |
1704 | 2024-08-05T16:12:35.811Z | Compiling fastrand v2.1.0 |
1705 | 2024-08-05T16:12:35.850Z | Compiling slog-async v2.8.0 |
1706 | 2024-08-05T16:12:36.467Z | Compiling tempfile v3.10.1 |
1707 | 2024-08-05T16:12:36.484Z | Compiling structmeta v0.3.0 |
1708 | 2024-08-05T16:12:36.867Z | Compiling array-init v0.0.4 |
1709 | 2024-08-05T16:12:38.125Z | Compiling crc v3.2.1 |
1710 | 2024-08-05T16:12:38.279Z | Compiling hostname v0.3.1 |
1711 | 2024-08-05T16:12:39.706Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1712 | 2024-08-05T16:12:40.174Z | Compiling smallvec v0.6.14 |
1713 | 2024-08-05T16:12:40.232Z | Compiling darling v0.20.9 |
1714 | 2024-08-05T16:12:40.558Z | Compiling term v0.7.0 |
1715 | 2024-08-05T16:12:45.952Z | Compiling crossbeam-deque v0.8.5 |
1716 | 2024-08-05T16:12:46.369Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1717 | 2024-08-05T16:12:46.762Z | Compiling pkcs1 v0.7.5 |
1718 | 2024-08-05T16:12:47.883Z | Compiling slog-json v2.6.1 |
1719 | 2024-08-05T16:12:49.001Z | Compiling crossbeam-channel v0.5.12 |
1720 | 2024-08-05T16:12:50.653Z | Compiling http v1.1.0 |
1721 | 2024-08-05T16:12:50.759Z | Compiling signature v2.2.0 |
1722 | 2024-08-05T16:12:53.673Z | Compiling pin-project-internal v1.1.5 |
1723 | 2024-08-05T16:12:54.971Z | Compiling async-stream-impl v0.3.5 |
1724 | 2024-08-05T16:12:55.739Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1725 | 2024-08-05T16:12:56.228Z | Compiling termcolor v1.4.1 |
1726 | 2024-08-05T16:12:56.253Z | Compiling hashbrown v0.12.3 |
1727 | 2024-08-05T16:12:56.497Z | Compiling atomic-waker v1.1.2 |
1728 | 2024-08-05T16:12:57.261Z | Compiling same-file v1.0.6 |
1729 | 2024-08-05T16:12:57.546Z | Compiling take_mut v0.2.2 |
1730 | 2024-08-05T16:12:57.566Z | Compiling bitfield v0.14.0 |
1731 | 2024-08-05T16:12:57.998Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1732 | 2024-08-05T16:13:07.297Z | Compiling walkdir v2.5.0 |
1733 | 2024-08-05T16:13:09.117Z | Compiling env_logger v0.10.2 |
1734 | 2024-08-05T16:13:10.818Z | Compiling waitgroup v0.1.2 |
1735 | 2024-08-05T16:13:10.896Z | Compiling pin-project v1.1.5 |
1736 | 2024-08-05T16:13:10.971Z | Compiling async-stream v0.3.5 |
1737 | 2024-08-05T16:13:11.388Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1738 | 2024-08-05T16:13:12.473Z | Compiling rsa v0.9.6 |
1739 | 2024-08-05T16:13:15.893Z | Compiling slog-bunyan v2.5.0 |
1740 | 2024-08-05T16:13:17.425Z | Compiling tokio-rustls v0.25.0 |
1741 | 2024-08-05T16:13:17.935Z | Compiling slog-term v2.9.1 |
1742 | 2024-08-05T16:13:18.133Z | Compiling serde-hex v0.1.0 |
1743 | 2024-08-05T16:13:19.694Z | Compiling serde_with_macros v3.8.3 |
1744 | 2024-08-05T16:13:19.818Z | Compiling bzip2 v0.4.4 |
1745 | 2024-08-05T16:13:21.192Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1746 | 2024-08-05T16:13:21.512Z | Compiling parse-display-derive v0.9.1 |
1747 | 2024-08-05T16:13:22.016Z | Compiling toml v0.8.19 |
1748 | 2024-08-05T16:13:22.344Z | Compiling rustls-pemfile v2.1.2 |
1749 | 2024-08-05T16:13:25.519Z | Compiling x509-cert v0.2.5 |
1750 | 2024-08-05T16:13:26.348Z | Compiling sha1 v0.10.6 |
1751 | 2024-08-05T16:13:26.555Z | Compiling ron v0.8.1 |
1752 | 2024-08-05T16:13:27.158Z | Compiling strum_macros v0.26.4 |
1753 | 2024-08-05T16:13:27.212Z | Compiling newtype-uuid v1.1.0 |
1754 | 2024-08-05T16:13:27.583Z | Compiling xattr v1.3.1 |
1755 | 2024-08-05T16:13:28.027Z | Compiling snafu-derive v0.8.2 |
1756 | 2024-08-05T16:13:29.115Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1757 | 2024-08-05T16:13:29.185Z | Compiling serde_path_to_error v0.1.16 |
1758 | 2024-08-05T16:13:30.209Z | Compiling hashbrown v0.13.2 |
1759 | 2024-08-05T16:13:31.650Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1760 | 2024-08-05T16:13:31.769Z | Compiling ring v0.16.20 |
1761 | 2024-08-05T16:13:32.469Z | Compiling blake3 v1.5.1 |
1762 | 2024-08-05T16:13:32.775Z | Compiling filetime v0.2.23 |
1763 | 2024-08-05T16:13:32.775Z | Compiling hostname v0.4.0 |
1764 | 2024-08-05T16:13:32.840Z | Compiling instant v0.1.12 |
1765 | 2024-08-05T16:13:32.979Z | Compiling debug-ignore v1.0.5 |
1766 | 2024-08-05T16:13:33.061Z | Compiling buf-list v1.0.3 |
1767 | 2024-08-05T16:13:33.101Z | Compiling crc-any v2.5.0 |
1768 | 2024-08-05T16:13:33.723Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1769 | 2024-08-05T16:13:33.876Z | Compiling snafu v0.8.2 |
1770 | 2024-08-05T16:13:34.055Z | Compiling tar v0.4.41 |
1771 | 2024-08-05T16:13:34.096Z | Compiling backoff v0.4.0 |
1772 | 2024-08-05T16:13:35.211Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1773 | 2024-08-05T16:13:35.437Z | Compiling strum v0.26.3 |
1774 | 2024-08-05T16:13:35.650Z | Compiling object v0.30.4 |
1775 | 2024-08-05T16:13:37.427Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1776 | 2024-08-05T16:13:39.167Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1777 | 2024-08-05T16:13:39.289Z | Compiling parse-display v0.9.1 |
1778 | 2024-08-05T16:13:39.697Z | Compiling serde_with v3.8.3 |
1779 | 2024-08-05T16:13:40.516Z | Compiling zip v0.6.6 |
1780 | 2024-08-05T16:13:41.193Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1781 | 2024-08-05T16:13:41.955Z | Compiling rayon v1.10.0 |
1782 | 2024-08-05T16:13:42.299Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1783 | 2024-08-05T16:13:43.278Z | Compiling camino-tempfile v1.1.1 |
1784 | 2024-08-05T16:13:44.057Z | Compiling globset v0.4.14 |
1785 | 2024-08-05T16:13:44.091Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1786 | 2024-08-05T16:13:47.801Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1787 | 2024-08-05T16:13:47.855Z | Compiling pem v3.0.4 |
1788 | 2024-08-05T16:13:48.008Z | Compiling olpc-cjson v0.1.3 |
1789 | 2024-08-05T16:13:48.379Z | Compiling macaddr v1.0.1 |
1790 | 2024-08-05T16:13:48.935Z | Compiling serde_plain v1.0.2 |
1791 | 2024-08-05T16:13:49.066Z | Compiling async-recursion v1.1.1 |
1792 | 2024-08-05T16:13:49.356Z | Compiling memmap2 v0.9.4 |
1793 | 2024-08-05T16:13:49.456Z | Compiling arrayref v0.3.7 |
1794 | 2024-08-05T16:13:49.581Z | Compiling untrusted v0.7.1 |
1795 | 2024-08-05T16:13:49.794Z | Compiling typed-path v0.7.1 |
1796 | 2024-08-05T16:13:49.968Z | Compiling constant_time_eq v0.3.0 |
1797 | 2024-08-05T16:13:50.159Z | Compiling spin v0.5.2 |
1798 | 2024-08-05T16:13:50.458Z | Compiling arrayvec v0.7.4 |
1799 | 2024-08-05T16:13:50.557Z | Compiling path-slash v0.1.5 |
1800 | 2024-08-05T16:13:50.793Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1801 | 2024-08-05T16:13:52.800Z | Compiling tough v0.17.1 |
1802 | 2024-08-05T16:13:53.739Z | Compiling cargo-platform v0.1.8 |
1803 | 2024-08-05T16:13:54.837Z | Compiling parse-size v1.0.0 |
1804 | 2024-08-05T16:13:55.126Z | Compiling topological-sort v0.2.2 |
1805 | 2024-08-05T16:13:55.411Z | Compiling omicron-zone-package v0.11.0 |
1806 | 2024-08-05T16:13:56.586Z | Compiling cargo_metadata v0.18.1 |
1807 | 2024-08-05T16:13:59.126Z | Compiling shell-words v1.1.0 |
1808 | 2024-08-05T16:13:59.687Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1809 | 2024-08-05T16:14:10.824Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1810 | 2024-08-05T16:14:19.961Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1811 | 2024-08-05T16:14:34.278Z | Finished `release` profile [optimized] target(s) in 5m 00s |
1812 | 2024-08-05T16:14:34.415Z | Running `target/release/omicron-releng --output-dir /work` |
1813 | 2024-08-05T16:14:34.457Z | Aug 05 16:14:33.166 DEBG changing working directory to /work/oxidecomputer/omicron |
1814 | 2024-08-05T16:14:34.551Z | Aug 05 16:14:33.260 DEBG running: git rev-parse HEAD |
1815 | 2024-08-05T16:14:34.557Z | Aug 05 16:14:33.267 DEBG process exited with exit status: 0 (6.896954ms) |
1816 | 2024-08-05T16:14:34.558Z | Aug 05 16:14:33.267 INFO version: 10.0.0-0.ci+git4678f7dc2df |
1817 | 2024-08-05T16:14:34.598Z | Aug 05 16:14:33.307 INFO cloning helios to /work/oxidecomputer/helios |
1818 | 2024-08-05T16:14:34.598Z | Aug 05 16:14:33.307 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1819 | 2024-08-05T16:14:34.604Z | Cloning into '/work/oxidecomputer/helios'... |
1820 | 2024-08-05T16:14:35.182Z | Aug 05 16:14:33.891 DEBG process exited with exit status: 0 (584.312678ms) |
1821 | 2024-08-05T16:14:35.182Z | Aug 05 16:14:33.891 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1822 | 2024-08-05T16:14:35.190Z | # branch.oid ed78304311f495f06e380799bd1395aabc13c0d6 |
1823 | 2024-08-05T16:14:35.190Z | # branch.head master |
1824 | 2024-08-05T16:14:35.190Z | # branch.upstream origin/master |
1825 | 2024-08-05T16:14:35.190Z | # branch.ab +0 -0 |
1826 | 2024-08-05T16:14:35.193Z | Aug 05 16:14:33.900 DEBG process exited with exit status: 0 (8.666908ms) |
1827 | 2024-08-05T16:14:35.193Z | Aug 05 16:14:33.900 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1828 | 2024-08-05T16:14:35.898Z | Aug 05 16:14:34.607 DEBG process exited with exit status: 0 (706.317485ms) |
1829 | 2024-08-05T16:14:35.898Z | Aug 05 16:14:34.607 DEBG running: zfs list rpool/images/build/host |
1830 | 2024-08-05T16:14:35.904Z | NAME USED AVAIL REFER MOUNTPOINT |
1831 | 2024-08-05T16:14:35.904Z | rpool/images/build/host 24K 153G 24K /rpool/images/build/host |
1832 | 2024-08-05T16:14:35.907Z | Aug 05 16:14:34.614 DEBG process exited with exit status: 0 (7.35876ms) |
1833 | 2024-08-05T16:14:35.907Z | Aug 05 16:14:34.614 DEBG running: zfs list rpool/images/build/recovery |
1834 | 2024-08-05T16:14:35.911Z | NAME USED AVAIL REFER MOUNTPOINT |
1835 | 2024-08-05T16:14:35.911Z | rpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery |
1836 | 2024-08-05T16:14:35.914Z | Aug 05 16:14:34.621 DEBG process exited with exit status: 0 (6.484791ms) |
1837 | 2024-08-05T16:14:35.914Z | Aug 05 16:14:34.621 INFO [hubris-staging] running task |
1838 | 2024-08-05T16:14:35.914Z | Aug 05 16:14:34.621 INFO [hubris-production] running task |
1839 | 2024-08-05T16:14:35.914Z | Aug 05 16:14:34.622 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 |
1840 | 2024-08-05T16:14:35.917Z | Aug 05 16:14:34.625 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1841 | 2024-08-05T16:14:36.578Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1842 | 2024-08-05T16:14:36.765Z | [ omicron-package] Blocking waiting for file lock on package cache |
1843 | 2024-08-05T16:14:37.314Z | Aug 05 16:14:36.023 INFO [hubris-production] task succeeded (1.401032698s) |
1844 | 2024-08-05T16:14:37.410Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1845 | 2024-08-05T16:14:37.413Z | [ omicron-package] Compiling heapless v0.8.0 |
1846 | 2024-08-05T16:14:37.537Z | [ omicron-package] Compiling hash32 v0.3.1 |
1847 | 2024-08-05T16:14:37.540Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1848 | 2024-08-05T16:14:37.568Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1849 | 2024-08-05T16:14:37.589Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1850 | 2024-08-05T16:14:37.592Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1851 | 2024-08-05T16:14:37.592Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1852 | 2024-08-05T16:14:37.800Z | [ omicron-package] Compiling cobs v0.2.3 |
1853 | 2024-08-05T16:14:37.935Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1854 | 2024-08-05T16:14:37.964Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1855 | 2024-08-05T16:14:38.036Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1856 | 2024-08-05T16:14:38.079Z | [ omicron-package] Compiling postcard v1.0.8 |
1857 | 2024-08-05T16:14:38.343Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1858 | 2024-08-05T16:14:38.407Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1859 | 2024-08-05T16:14:38.512Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1860 | 2024-08-05T16:14:38.541Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1861 | 2024-08-05T16:14:39.382Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1862 | 2024-08-05T16:14:39.479Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1863 | 2024-08-05T16:14:39.719Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1864 | 2024-08-05T16:14:39.830Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1865 | 2024-08-05T16:14:39.915Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1866 | 2024-08-05T16:14:40.065Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1867 | 2024-08-05T16:14:40.777Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1868 | 2024-08-05T16:14:40.862Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1869 | 2024-08-05T16:14:41.273Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1870 | 2024-08-05T16:14:41.433Z | [ omicron-package] Compiling colored v2.1.0 |
1871 | 2024-08-05T16:14:41.537Z | [ omicron-package] Compiling socket2 v0.4.10 |
1872 | 2024-08-05T16:14:41.739Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1873 | 2024-08-05T16:14:42.231Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1874 | 2024-08-05T16:14:42.420Z | [ omicron-package] Compiling num_enum v0.5.11 |
1875 | 2024-08-05T16:14:42.603Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1876 | 2024-08-05T16:14:42.885Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1877 | 2024-08-05T16:14:42.920Z | [ omicron-package] Compiling num-derive v0.4.2 |
1878 | 2024-08-05T16:14:43.171Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1879 | 2024-08-05T16:14:43.788Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1880 | 2024-08-05T16:14:43.846Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1881 | 2024-08-05T16:14:44.033Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1882 | 2024-08-05T16:14:44.579Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1883 | 2024-08-05T16:14:44.944Z | [ omicron-package] Compiling smf v0.2.3 |
1884 | 2024-08-05T16:14:45.276Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1885 | 2024-08-05T16:14:45.638Z | Aug 05 16:14:44.345 INFO [hubris-staging] task succeeded (9.723793292s) |
1886 | 2024-08-05T16:14:45.992Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1887 | 2024-08-05T16:14:46.144Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1888 | 2024-08-05T16:14:46.944Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1889 | 2024-08-05T16:14:47.990Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1890 | 2024-08-05T16:14:48.192Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1891 | 2024-08-05T16:14:48.801Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1892 | 2024-08-05T16:14:50.902Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1893 | 2024-08-05T16:14:51.204Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1894 | 2024-08-05T16:14:51.299Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1895 | 2024-08-05T16:14:51.557Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1896 | 2024-08-05T16:14:52.972Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1897 | 2024-08-05T16:14:53.115Z | [ omicron-package] Compiling gethostname v0.5.0 |
1898 | 2024-08-05T16:14:53.687Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1899 | 2024-08-05T16:14:54.216Z | [ omicron-package] Compiling indicatif v0.17.8 |
1900 | 2024-08-05T16:14:56.434Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1901 | 2024-08-05T16:14:59.720Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1902 | 2024-08-05T16:15:00.218Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1903 | 2024-08-05T16:15:01.937Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1904 | 2024-08-05T16:15:20.810Z | [ helios-setup] Aug 05 16:15:19.511 INFO helios repository root is: /work/oxidecomputer/helios |
1905 | 2024-08-05T16:15:20.813Z | [ helios-setup] Aug 05 16:15:19.514 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 |
1906 | 2024-08-05T16:15:20.813Z | [ helios-setup] Aug 05 16:15:19.514 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
1907 | 2024-08-05T16:15:20.817Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
1908 | 2024-08-05T16:15:21.553Z | [ helios-setup] Aug 05 16:15:20.255 INFO clone ok!, project: phbl |
1909 | 2024-08-05T16:15:21.556Z | [ helios-setup] Aug 05 16:15:20.255 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 |
1910 | 2024-08-05T16:15:21.557Z | [ helios-setup] Aug 05 16:15:20.255 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
1911 | 2024-08-05T16:15:21.559Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
1912 | 2024-08-05T16:15:22.359Z | [ helios-setup] Aug 05 16:15:21.060 INFO clone ok!, project: chelsio-t6-roms |
1913 | 2024-08-05T16:15:22.362Z | [ helios-setup] Aug 05 16:15:21.060 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1914 | 2024-08-05T16:15:22.362Z | [ helios-setup] Aug 05 16:15:21.061 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 |
1915 | 2024-08-05T16:15:22.362Z | [ helios-setup] Aug 05 16:15:21.061 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1916 | 2024-08-05T16:15:22.362Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1917 | 2024-08-05T16:15:22.627Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 46.69s |
1918 | 2024-08-05T16:15:22.847Z | [ omicron-package] |
1919 | 2024-08-05T16:15:22.847Z | [ omicron-package] real 46.883739282 |
1920 | 2024-08-05T16:15:22.847Z | [ omicron-package] user 2:53.942021518 |
1921 | 2024-08-05T16:15:22.851Z | [ omicron-package] sys 22.703397451 |
1922 | 2024-08-05T16:15:22.851Z | [ omicron-package] trap 0.196132763 |
1923 | 2024-08-05T16:15:22.851Z | [ omicron-package] tflt 0.488803241 |
1924 | 2024-08-05T16:15:22.851Z | [ omicron-package] dflt 0.661814581 |
1925 | 2024-08-05T16:15:22.851Z | [ omicron-package] kflt 0.009707593 |
1926 | 2024-08-05T16:15:22.851Z | [ omicron-package] lock 6:23.975082200 |
1927 | 2024-08-05T16:15:22.851Z | [ omicron-package] slp 9:57.855301432 |
1928 | 2024-08-05T16:15:22.851Z | [ omicron-package] lat 1:46.312300196 |
1929 | 2024-08-05T16:15:22.851Z | [ omicron-package] stop 48.921292816 |
1930 | 2024-08-05T16:15:22.851Z | Aug 05 16:15:21.550 INFO [omicron-package] process exited with exit status: 0 (46.927481089s) |
1931 | 2024-08-05T16:15:22.851Z | Aug 05 16:15:21.550 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1932 | 2024-08-05T16:15:22.887Z | [ helios-setup] Aug 05 16:15:21.559 INFO clone ok!, project: image-builder |
1933 | 2024-08-05T16:15:22.890Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1934 | 2024-08-05T16:15:22.890Z | [ helios-setup] Aug 05 16:15:21.559 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 |
1935 | 2024-08-05T16:15:22.890Z | [ helios-setup] Aug 05 16:15:21.560 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1936 | 2024-08-05T16:15:22.890Z | Aug 05 16:15:21.591 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 |
1937 | 2024-08-05T16:15:22.901Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1938 | 2024-08-05T16:15:22.904Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1939 | 2024-08-05T16:15:22.904Z | Aug 05 16:15:21.605 INFO [recovery-target] process exited with exit status: 0 (55.204508ms) |
1940 | 2024-08-05T16:15:22.907Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1941 | 2024-08-05T16:15:22.907Z | [ host-target] Created new build target 'host' and set it as active |
1942 | 2024-08-05T16:15:22.910Z | Aug 05 16:15:21.609 INFO [host-target] process exited with exit status: 0 (17.192897ms) |
1943 | 2024-08-05T16:15:22.910Z | Aug 05 16:15:21.609 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1944 | 2024-08-05T16:15:22.922Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1945 | 2024-08-05T16:15:23.402Z | [ helios-setup] Aug 05 16:15:22.101 INFO clone ok!, project: bootserver |
1946 | 2024-08-05T16:15:23.402Z | [ helios-setup] Aug 05 16:15:22.102 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
1947 | 2024-08-05T16:15:23.402Z | [ helios-setup] Aug 05 16:15:22.102 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
1948 | 2024-08-05T16:15:23.405Z | [ helios-setup] Aug 05 16:15:22.102 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 |
1949 | 2024-08-05T16:15:23.405Z | [ helios-setup] Aug 05 16:15:22.102 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1950 | 2024-08-05T16:15:23.409Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1951 | 2024-08-05T16:15:23.885Z | [ helios-setup] Aug 05 16:15:22.587 INFO clone ok!, project: pinprick |
1952 | 2024-08-05T16:15:23.890Z | [ helios-setup] Aug 05 16:15:22.587 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 |
1953 | 2024-08-05T16:15:23.890Z | [ helios-setup] Aug 05 16:15:22.587 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 |
1954 | 2024-08-05T16:15:23.890Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1955 | 2024-08-05T16:15:24.116Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1956 | 2024-08-05T16:15:24.117Z | [ host-package] Compiling camino v1.1.7 |
1957 | 2024-08-05T16:15:24.120Z | [ host-package] Compiling password-hash v0.5.0 |
1958 | 2024-08-05T16:15:24.120Z | [ host-package] Compiling blake2 v0.10.6 |
1959 | 2024-08-05T16:15:24.120Z | [ host-package] Compiling derive-where v1.2.7 |
1960 | 2024-08-05T16:15:24.120Z | [ host-package] Compiling humantime v2.1.0 |
1961 | 2024-08-05T16:15:24.255Z | [ host-package] Compiling newline-converter v0.3.0 |
1962 | 2024-08-05T16:15:24.298Z | [ host-package] Compiling toml v0.8.19 |
1963 | 2024-08-05T16:15:24.456Z | [ host-package] Compiling expectorate v1.1.0 |
1964 | 2024-08-05T16:15:24.487Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1965 | 2024-08-05T16:15:24.675Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1966 | 2024-08-05T16:15:24.909Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1967 | 2024-08-05T16:15:24.918Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1968 | 2024-08-05T16:15:24.931Z | [ host-package] Compiling argon2 v0.5.3 |
1969 | 2024-08-05T16:15:25.215Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1970 | 2024-08-05T16:15:25.457Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1971 | 2024-08-05T16:15:25.516Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1972 | 2024-08-05T16:15:25.829Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1973 | 2024-08-05T16:15:26.025Z | [ host-package] Compiling dirs-next v2.0.0 |
1974 | 2024-08-05T16:15:26.208Z | [ host-package] Compiling prettyplease v0.2.20 |
1975 | 2024-08-05T16:15:26.400Z | [ host-package] Compiling convert_case v0.4.0 |
1976 | 2024-08-05T16:15:26.420Z | [ host-package] Compiling term v0.7.0 |
1977 | 2024-08-05T16:15:26.551Z | [ host-package] Compiling semver v0.1.20 |
1978 | 2024-08-05T16:15:27.105Z | [ host-package] Compiling rustc_version v0.1.7 |
1979 | 2024-08-05T16:15:27.191Z | [ host-package] Compiling derive_more v0.99.18 |
1980 | 2024-08-05T16:15:27.311Z | [ host-package] Compiling is-terminal v0.4.12 |
1981 | 2024-08-05T16:15:27.371Z | [ host-package] Compiling home v0.5.9 |
1982 | 2024-08-05T16:15:27.444Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1983 | 2024-08-05T16:15:27.465Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1984 | 2024-08-05T16:15:27.549Z | [ host-package] Compiling newtype_derive v0.1.6 |
1985 | 2024-08-05T16:15:27.695Z | [ host-package] Compiling rustls v0.22.4 |
1986 | 2024-08-05T16:15:27.727Z | [ host-package] Compiling thread_local v1.1.8 |
1987 | 2024-08-05T16:15:28.159Z | [ host-package] Compiling steno v0.4.1 |
1988 | 2024-08-05T16:15:28.223Z | [ host-package] Compiling rustls-webpki v0.102.4 |
1989 | 2024-08-05T16:15:28.257Z | [ host-package] Compiling linked-hash-map v0.5.6 |
1990 | 2024-08-05T16:15:28.732Z | [ host-package] Compiling match_cfg v0.1.0 |
1991 | 2024-08-05T16:15:28.855Z | [ host-package] Compiling hostname v0.3.1 |
1992 | 2024-08-05T16:15:29.138Z | [ host-package] Compiling lru-cache v0.1.2 |
1993 | 2024-08-05T16:15:30.249Z | [ host-package] Compiling multer v3.1.0 |
1994 | 2024-08-05T16:15:30.330Z | [ host-package] Compiling slog-async v2.8.0 |
1995 | 2024-08-05T16:15:30.430Z | [ host-package] Compiling slog-json v2.6.1 |
1996 | 2024-08-05T16:15:30.449Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
1997 | 2024-08-05T16:15:30.829Z | [ host-package] Compiling http v1.1.0 |
1998 | 2024-08-05T16:15:30.971Z | [ host-package] Compiling atomic-waker v1.1.2 |
1999 | 2024-08-05T16:15:31.195Z | [ host-package] Compiling take_mut v0.2.2 |
2000 | 2024-08-05T16:15:31.372Z | [ host-package] Compiling waitgroup v0.1.2 |
2001 | 2024-08-05T16:15:31.638Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2002 | 2024-08-05T16:15:31.661Z | [ helios-setup] Aug 05 16:15:30.361 INFO clone ok!, project: amd-host-image-builder |
2003 | 2024-08-05T16:15:31.665Z | [ helios-setup] Aug 05 16:15:30.362 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 |
2004 | 2024-08-05T16:15:31.665Z | [ helios-setup] Aug 05 16:15:30.362 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2005 | 2024-08-05T16:15:31.668Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2006 | 2024-08-05T16:15:31.691Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2007 | 2024-08-05T16:15:31.920Z | [ host-package] Compiling slog-term v2.9.1 |
2008 | 2024-08-05T16:15:33.067Z | [ host-package] Compiling rustls-pemfile v2.1.2 |
2009 | 2024-08-05T16:15:33.268Z | [ host-package] Compiling async-stream v0.3.5 |
2010 | 2024-08-05T16:15:33.559Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2011 | 2024-08-05T16:15:33.626Z | [ host-package] Compiling sha1 v0.10.6 |
2012 | 2024-08-05T16:15:33.657Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2013 | 2024-08-05T16:15:33.834Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2014 | 2024-08-05T16:15:34.011Z | [ host-package] Compiling hostname v0.4.0 |
2015 | 2024-08-05T16:15:34.092Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2016 | 2024-08-05T16:15:34.294Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2017 | 2024-08-05T16:15:34.385Z | [ host-package] Compiling instant v0.1.12 |
2018 | 2024-08-05T16:15:34.424Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2019 | 2024-08-05T16:15:34.455Z | [ host-package] Compiling debug-ignore v1.0.5 |
2020 | 2024-08-05T16:15:34.585Z | [ host-package] Compiling backoff v0.4.0 |
2021 | 2024-08-05T16:15:34.731Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2022 | 2024-08-05T16:15:34.751Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2023 | 2024-08-05T16:15:35.024Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2024 | 2024-08-05T16:15:35.064Z | [ host-package] Compiling parse-display v0.9.1 |
2025 | 2024-08-05T16:15:35.221Z | [ host-package] Compiling serde_with v3.8.3 |
2026 | 2024-08-05T16:15:35.662Z | [ host-package] Compiling strum v0.26.3 |
2027 | 2024-08-05T16:15:35.857Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2028 | 2024-08-05T16:15:37.088Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2029 | 2024-08-05T16:15:37.880Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2030 | 2024-08-05T16:15:38.121Z | [ host-package] Compiling num-rational v0.4.2 |
2031 | 2024-08-05T16:15:38.819Z | [ helios-setup] Aug 05 16:15:37.518 INFO clone ok!, project: amd-firmware |
2032 | 2024-08-05T16:15:38.822Z | [ helios-setup] Aug 05 16:15:37.518 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 |
2033 | 2024-08-05T16:15:38.823Z | [ helios-setup] Aug 05 16:15:37.518 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2034 | 2024-08-05T16:15:38.825Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2035 | 2024-08-05T16:15:39.073Z | [ host-package] Compiling num-complex v0.4.6 |
2036 | 2024-08-05T16:15:39.577Z | [ host-package] Compiling macaddr v1.0.1 |
2037 | 2024-08-05T16:15:39.907Z | [ host-package] Compiling swrite v0.1.0 |
2038 | 2024-08-05T16:15:40.051Z | [ helios-setup] Aug 05 16:15:38.749 INFO clone ok!, project: pilot |
2039 | 2024-08-05T16:15:40.054Z | [ helios-setup] Aug 05 16:15:38.750 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2040 | 2024-08-05T16:15:40.223Z | [ host-package] Compiling num v0.4.3 |
2041 | 2024-08-05T16:15:40.855Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2042 | 2024-08-05T16:15:41.238Z | [ helios-setup] Aug 05 16:15:39.937 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2043 | 2024-08-05T16:15:41.793Z | [ helios-setup] Aug 05 16:15:40.491 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2044 | 2024-08-05T16:15:41.793Z | [ helios-setup] Aug 05 16:15:40.491 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2045 | 2024-08-05T16:15:41.896Z | [ host-package] Compiling quick-error v1.2.3 |
2046 | 2024-08-05T16:15:41.968Z | [ host-package] Compiling float-ord v0.3.2 |
2047 | 2024-08-05T16:15:42.200Z | [ host-package] Compiling resolv-conf v0.7.0 |
2048 | 2024-08-05T16:15:42.342Z | [ helios-setup] Aug 05 16:15:41.039 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2049 | 2024-08-05T16:15:42.892Z | [ host-package] Compiling trust-dns-resolver v0.22.0 |
2050 | 2024-08-05T16:15:42.953Z | [ helios-setup] Aug 05 16:15:41.651 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2051 | 2024-08-05T16:15:42.953Z | [ helios-setup] Aug 05 16:15:41.651 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2052 | 2024-08-05T16:15:43.081Z | [ host-package] Compiling rayon-core v1.12.1 |
2053 | 2024-08-05T16:15:43.143Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2054 | 2024-08-05T16:15:43.361Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2055 | 2024-08-05T16:15:43.524Z | [ helios-setup] Aug 05 16:15:42.222 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2056 | 2024-08-05T16:15:43.819Z | [ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2057 | 2024-08-05T16:15:43.991Z | [ host-package] Compiling same-file v1.0.6 |
2058 | 2024-08-05T16:15:44.204Z | [ helios-setup] Aug 05 16:15:42.902 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2059 | 2024-08-05T16:15:44.207Z | [ helios-setup] Aug 05 16:15:42.902 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2060 | 2024-08-05T16:15:44.208Z | [ helios-setup] Aug 05 16:15:42.902 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2061 | 2024-08-05T16:15:44.208Z | [ helios-setup] Aug 05 16:15:42.903 INFO ok! |
2062 | 2024-08-05T16:15:44.208Z | [ helios-setup] Aug 05 16:15:42.903 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2063 | 2024-08-05T16:15:44.208Z | [ helios-setup] Aug 05 16:15:42.903 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2064 | 2024-08-05T16:15:44.208Z | [ helios-setup] Aug 05 16:15:42.903 INFO ok! |
2065 | 2024-08-05T16:15:44.208Z | [ helios-setup] Aug 05 16:15:42.903 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2066 | 2024-08-05T16:15:44.208Z | [ helios-setup] Aug 05 16:15:42.903 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2067 | 2024-08-05T16:15:44.208Z | [ helios-setup] Aug 05 16:15:42.903 INFO ok! |
2068 | 2024-08-05T16:15:44.208Z | [ helios-setup] Aug 05 16:15:42.903 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2069 | 2024-08-05T16:15:44.208Z | [ helios-setup] Aug 05 16:15:42.903 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2070 | 2024-08-05T16:15:44.346Z | [ host-package] Compiling display-error-chain v0.2.0 |
2071 | 2024-08-05T16:15:44.510Z | [ helios-setup] Aug 05 16:15:43.206 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2072 | 2024-08-05T16:15:44.562Z | [ host-package] Compiling fastrand v2.1.0 |
2073 | 2024-08-05T16:15:45.072Z | [ helios-setup] Aug 05 16:15:43.768 INFO E| From https://github.com/jclulow/rust-jmclib |
2074 | 2024-08-05T16:15:45.072Z | [ helios-setup] Aug 05 16:15:43.768 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2075 | 2024-08-05T16:15:45.091Z | [ helios-setup] Aug 05 16:15:43.788 INFO E| Updating crates.io index |
2076 | 2024-08-05T16:15:45.109Z | [ host-package] Compiling tempfile v3.10.1 |
2077 | 2024-08-05T16:15:45.301Z | [ helios-setup] Aug 05 16:15:43.999 INFO E| Downloading crates ... |
2078 | 2024-08-05T16:15:45.409Z | [ helios-setup] Aug 05 16:15:44.107 INFO E| Downloaded itoa v1.0.9 |
2079 | 2024-08-05T16:15:45.414Z | [ helios-setup] Aug 05 16:15:44.111 INFO E| Downloaded fastrand v2.0.0 |
2080 | 2024-08-05T16:15:45.417Z | [ helios-setup] Aug 05 16:15:44.114 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2081 | 2024-08-05T16:15:45.420Z | [ helios-setup] Aug 05 16:15:44.115 INFO E| Downloaded opaque-debug v0.3.0 |
2082 | 2024-08-05T16:15:45.420Z | [ helios-setup] Aug 05 16:15:44.117 INFO E| Downloaded digest v0.9.0 |
2083 | 2024-08-05T16:15:45.423Z | [ helios-setup] Aug 05 16:15:44.119 INFO E| Downloaded block-buffer v0.9.0 |
2084 | 2024-08-05T16:15:45.423Z | [ helios-setup] Aug 05 16:15:44.121 INFO E| Downloaded anyhow v1.0.72 |
2085 | 2024-08-05T16:15:45.429Z | [ helios-setup] Aug 05 16:15:44.127 INFO E| Downloaded unicode-width v0.1.10 |
2086 | 2024-08-05T16:15:45.431Z | [ helios-setup] Aug 05 16:15:44.129 INFO E| Downloaded walkdir v2.3.3 |
2087 | 2024-08-05T16:15:45.434Z | [ helios-setup] Aug 05 16:15:44.132 INFO E| Downloaded cpufeatures v0.2.9 |
2088 | 2024-08-05T16:15:45.437Z | [ helios-setup] Aug 05 16:15:44.134 INFO E| Downloaded md-5 v0.9.1 |
2089 | 2024-08-05T16:15:45.440Z | [ helios-setup] Aug 05 16:15:44.136 INFO E| Downloaded bitflags v2.3.3 |
2090 | 2024-08-05T16:15:45.443Z | [ helios-setup] Aug 05 16:15:44.141 INFO E| Downloaded errno v0.3.1 |
2091 | 2024-08-05T16:15:45.445Z | [ helios-setup] Aug 05 16:15:44.143 INFO E| Downloaded sha-1 v0.9.8 |
2092 | 2024-08-05T16:15:45.448Z | [ helios-setup] Aug 05 16:15:44.146 INFO E| Downloaded getrandom v0.2.10 |
2093 | 2024-08-05T16:15:45.453Z | [ helios-setup] Aug 05 16:15:44.151 INFO E| Downloaded uuid v0.8.2 |
2094 | 2024-08-05T16:15:45.458Z | [ helios-setup] Aug 05 16:15:44.156 INFO E| Downloaded tempfile v3.7.0 |
2095 | 2024-08-05T16:15:45.461Z | [ helios-setup] Aug 05 16:15:44.159 INFO E| Downloaded typenum v1.16.0 |
2096 | 2024-08-05T16:15:45.465Z | [ helios-setup] Aug 05 16:15:44.163 INFO E| Downloaded unicode-ident v1.0.11 |
2097 | 2024-08-05T16:15:45.470Z | [ helios-setup] Aug 05 16:15:44.168 INFO E| Downloaded proc-macro2 v1.0.66 |
2098 | 2024-08-05T16:15:45.474Z | [ helios-setup] Aug 05 16:15:44.172 INFO E| Downloaded serde v1.0.193 |
2099 | 2024-08-05T16:15:45.479Z | [ helios-setup] Aug 05 16:15:44.177 INFO E| Downloaded serde_derive v1.0.193 |
2100 | 2024-08-05T16:15:45.482Z | [ helios-setup] Aug 05 16:15:44.180 INFO E| Downloaded ryu v1.0.15 |
2101 | 2024-08-05T16:15:45.488Z | [ helios-setup] Aug 05 16:15:44.185 INFO E| Downloaded once_cell v1.18.0 |
2102 | 2024-08-05T16:15:45.491Z | [ helios-setup] Aug 05 16:15:44.189 INFO E| Downloaded serde_json v1.0.103 |
2103 | 2024-08-05T16:15:45.504Z | [ helios-setup] Aug 05 16:15:44.202 INFO E| Downloaded syn v2.0.32 |
2104 | 2024-08-05T16:15:45.531Z | [ helios-setup] Aug 05 16:15:44.229 INFO E| Downloaded rustix v0.38.4 |
2105 | 2024-08-05T16:15:45.565Z | [ helios-setup] Aug 05 16:15:44.263 INFO E| Downloaded quote v1.0.31 |
2106 | 2024-08-05T16:15:45.569Z | [ helios-setup] Aug 05 16:15:44.267 INFO E| Downloaded libc v0.2.147 |
2107 | 2024-08-05T16:15:45.839Z | [ helios-setup] Aug 05 16:15:44.536 INFO E| Compiling libc v0.2.147 |
2108 | 2024-08-05T16:15:45.842Z | [ helios-setup] Aug 05 16:15:44.536 INFO E| Compiling proc-macro2 v1.0.66 |
2109 | 2024-08-05T16:15:45.842Z | [ helios-setup] Aug 05 16:15:44.537 INFO E| Compiling cfg-if v1.0.0 |
2110 | 2024-08-05T16:15:45.842Z | [ helios-setup] Aug 05 16:15:44.537 INFO E| Compiling unicode-ident v1.0.11 |
2111 | 2024-08-05T16:15:45.842Z | [ helios-setup] Aug 05 16:15:44.537 INFO E| Compiling typenum v1.16.0 |
2112 | 2024-08-05T16:15:45.842Z | [ helios-setup] Aug 05 16:15:44.537 INFO E| Compiling version_check v0.9.4 |
2113 | 2024-08-05T16:15:45.842Z | [ helios-setup] Aug 05 16:15:44.537 INFO E| Compiling serde v1.0.193 |
2114 | 2024-08-05T16:15:45.842Z | [ helios-setup] Aug 05 16:15:44.537 INFO E| Compiling time-core v0.1.2 |
2115 | 2024-08-05T16:15:46.022Z | [ host-package] Compiling walkdir v2.5.0 |
2116 | 2024-08-05T16:15:46.127Z | [ helios-setup] Aug 05 16:15:44.824 INFO E| Compiling slog v2.7.0 |
2117 | 2024-08-05T16:15:46.322Z | [ helios-setup] Aug 05 16:15:45.020 INFO E| Compiling num-conv v0.1.0 |
2118 | 2024-08-05T16:15:46.345Z | [ helios-setup] Aug 05 16:15:45.042 INFO E| Compiling rustix v0.38.4 |
2119 | 2024-08-05T16:15:46.902Z | [ helios-setup] Aug 05 16:15:45.599 INFO E| Compiling itoa v1.0.9 |
2120 | 2024-08-05T16:15:47.103Z | [ helios-setup] Aug 05 16:15:45.801 INFO E| Compiling powerfmt v0.2.0 |
2121 | 2024-08-05T16:15:47.322Z | [ helios-setup] Aug 05 16:15:46.019 INFO E| Compiling generic-array v0.14.7 |
2122 | 2024-08-05T16:15:47.400Z | [ helios-setup] Aug 05 16:15:46.097 INFO E| Compiling time-macros v0.2.18 |
2123 | 2024-08-05T16:15:47.415Z | [ helios-setup] Aug 05 16:15:46.112 INFO E| Compiling bitflags v2.3.3 |
2124 | 2024-08-05T16:15:47.979Z | [ helios-setup] Aug 05 16:15:46.676 INFO E| Compiling deranged v0.3.11 |
2125 | 2024-08-05T16:15:48.044Z | [ helios-setup] Aug 05 16:15:46.741 INFO E| Compiling once_cell v1.18.0 |
2126 | 2024-08-05T16:15:48.241Z | [ helios-setup] Aug 05 16:15:46.938 INFO E| Compiling num_threads v0.1.6 |
2127 | 2024-08-05T16:15:48.553Z | [ helios-setup] Aug 05 16:15:47.250 INFO E| Compiling serde_json v1.0.103 |
2128 | 2024-08-05T16:15:48.992Z | [ helios-setup] Aug 05 16:15:47.689 INFO E| Compiling thread_local v1.1.7 |
2129 | 2024-08-05T16:15:49.918Z | [ helios-setup] Aug 05 16:15:48.615 INFO E| Compiling quote v1.0.31 |
2130 | 2024-08-05T16:15:50.255Z | [ helios-setup] Aug 05 16:15:48.952 INFO E| Compiling dirs-sys-next v0.1.2 |
2131 | 2024-08-05T16:15:50.430Z | [ host-package] Compiling half v2.4.1 |
2132 | 2024-08-05T16:15:50.607Z | [ helios-setup] Aug 05 16:15:49.304 INFO E| Compiling errno v0.3.1 |
2133 | 2024-08-05T16:15:50.703Z | [ helios-setup] Aug 05 16:15:49.400 INFO E| Compiling dirs-next v2.0.0 |
2134 | 2024-08-05T16:15:50.916Z | [ helios-setup] Aug 05 16:15:49.613 INFO E| Compiling syn v2.0.32 |
2135 | 2024-08-05T16:15:51.025Z | [ helios-setup] Aug 05 16:15:49.722 INFO E| Compiling term v0.7.0 |
2136 | 2024-08-05T16:15:51.671Z | [ helios-setup] Aug 05 16:15:50.367 INFO E| Compiling atty v0.2.14 |
2137 | 2024-08-05T16:15:51.671Z | [ helios-setup] Aug 05 16:15:50.367 INFO E| Compiling fastrand v2.0.0 |
2138 | 2024-08-05T16:15:51.838Z | [ helios-setup] Aug 05 16:15:50.534 INFO E| Compiling anyhow v1.0.72 |
2139 | 2024-08-05T16:15:51.891Z | [ host-package] Compiling ciborium-io v0.2.2 |
2140 | 2024-08-05T16:15:52.360Z | [ helios-setup] Aug 05 16:15:51.057 INFO E| Compiling opaque-debug v0.3.0 |
2141 | 2024-08-05T16:15:52.471Z | [ host-package] Compiling utf-8 v0.7.6 |
2142 | 2024-08-05T16:15:52.597Z | [ helios-setup] Aug 05 16:15:51.294 INFO E| Compiling block-buffer v0.9.0 |
2143 | 2024-08-05T16:15:52.806Z | [ helios-setup] Aug 05 16:15:51.502 INFO E| Compiling digest v0.9.0 |
2144 | 2024-08-05T16:15:52.889Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2145 | 2024-08-05T16:15:53.022Z | [ helios-setup] Aug 05 16:15:51.711 INFO E| Compiling getrandom v0.2.10 |
2146 | 2024-08-05T16:15:53.184Z | [ helios-setup] Aug 05 16:15:51.881 INFO E| Compiling cpufeatures v0.2.9 |
2147 | 2024-08-05T16:15:53.233Z | [ helios-setup] Aug 05 16:15:51.929 INFO E| Compiling unicode-width v0.1.10 |
2148 | 2024-08-05T16:15:53.278Z | [ helios-setup] Aug 05 16:15:51.975 INFO E| Compiling ryu v1.0.15 |
2149 | 2024-08-05T16:15:53.343Z | [ host-package] Compiling ring v0.16.20 |
2150 | 2024-08-05T16:15:53.668Z | [ helios-setup] Aug 05 16:15:52.364 INFO E| Compiling same-file v1.0.6 |
2151 | 2024-08-05T16:15:53.798Z | [ helios-setup] Aug 05 16:15:52.490 INFO E| Compiling getopts v0.2.21 |
2152 | 2024-08-05T16:15:53.823Z | [ helios-setup] Aug 05 16:15:52.520 INFO E| Compiling time v0.3.36 |
2153 | 2024-08-05T16:15:54.001Z | [ helios-setup] Aug 05 16:15:52.697 INFO E| Compiling walkdir v2.3.3 |
2154 | 2024-08-05T16:15:54.263Z | [ host-package] Compiling blake3 v1.5.1 |
2155 | 2024-08-05T16:15:54.274Z | [ helios-setup] Aug 05 16:15:52.970 INFO E| Compiling tempfile v3.7.0 |
2156 | 2024-08-05T16:15:54.607Z | [ helios-setup] Aug 05 16:15:53.303 INFO E| Compiling sha-1 v0.9.8 |
2157 | 2024-08-05T16:15:55.235Z | [ host-package] Compiling rayon v1.10.0 |
2158 | 2024-08-05T16:15:55.687Z | [ helios-setup] Aug 05 16:15:54.383 INFO E| Compiling md-5 v0.9.1 |
2159 | 2024-08-05T16:15:55.790Z | [ helios-setup] Aug 05 16:15:54.486 INFO E| Compiling libdevinfo-sys v1.0.0 |
2160 | 2024-08-05T16:15:55.808Z | [ helios-setup] Aug 05 16:15:54.504 INFO E| Compiling glob v0.3.1 |
2161 | 2024-08-05T16:15:57.590Z | [ helios-setup] Aug 05 16:15:56.286 INFO E| Compiling slog-term v2.9.0 |
2162 | 2024-08-05T16:15:58.043Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2163 | 2024-08-05T16:15:58.403Z | [ host-package] Compiling xattr v1.3.1 |
2164 | 2024-08-05T16:16:00.163Z | [ helios-setup] Aug 05 16:15:58.859 INFO E| Compiling serde_derive v1.0.193 |
2165 | 2024-08-05T16:16:01.889Z | [ host-package] Compiling nibble_vec v0.1.0 |
2166 | 2024-08-05T16:16:02.186Z | [ host-package] Compiling filetime v0.2.23 |
2167 | 2024-08-05T16:16:02.551Z | [ host-package] Compiling memmap2 v0.9.4 |
2168 | 2024-08-05T16:16:03.113Z | [ host-package] Compiling arrayref v0.3.7 |
2169 | 2024-08-05T16:16:03.257Z | [ host-package] Compiling arrayvec v0.7.4 |
2170 | 2024-08-05T16:16:03.899Z | [ host-package] Compiling endian-type v0.1.2 |
2171 | 2024-08-05T16:16:04.274Z | [ host-package] Compiling spin v0.5.2 |
2172 | 2024-08-05T16:16:04.529Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2173 | 2024-08-05T16:16:04.648Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2174 | 2024-08-05T16:16:04.712Z | [ host-package] Compiling untrusted v0.7.1 |
2175 | 2024-08-05T16:16:06.811Z | [ host-package] Compiling radix_trie v0.2.1 |
2176 | 2024-08-05T16:16:08.107Z | [ host-package] Compiling tar v0.4.41 |
2177 | 2024-08-05T16:16:09.025Z | [ host-package] Compiling ciborium v0.2.2 |
2178 | 2024-08-05T16:16:10.389Z | [ host-package] Compiling toolchain_find v0.4.0 |
2179 | 2024-08-05T16:16:11.085Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2180 | 2024-08-05T16:16:11.501Z | [ host-package] Compiling topological-sort v0.2.2 |
2181 | 2024-08-05T16:16:11.662Z | [ host-package] Compiling maplit v1.0.2 |
2182 | 2024-08-05T16:16:11.784Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2183 | 2024-08-05T16:16:11.817Z | [ host-package] Compiling crunchy v0.2.2 |
2184 | 2024-08-05T16:16:11.853Z | [ host-package] Compiling glob v0.3.1 |
2185 | 2024-08-05T16:16:12.008Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2186 | 2024-08-05T16:16:12.446Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2187 | 2024-08-05T16:16:12.853Z | [ host-package] Compiling clang-sys v1.7.0 |
2188 | 2024-08-05T16:16:13.577Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2189 | 2024-08-05T16:16:13.821Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2190 | 2024-08-05T16:16:14.138Z | [ host-package] Compiling arc-swap v1.7.1 |
2191 | 2024-08-05T16:16:14.621Z | [ helios-setup] Aug 05 16:16:13.314 INFO E| Compiling toml v0.5.11 |
2192 | 2024-08-05T16:16:14.621Z | [ helios-setup] Aug 05 16:16:13.314 INFO E| Compiling uuid v0.8.2 |
2193 | 2024-08-05T16:16:14.888Z | [ host-package] Compiling slog-scope v4.4.0 |
2194 | 2024-08-05T16:16:14.977Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2195 | 2024-08-05T16:16:15.666Z | [ host-package] Compiling ena v0.14.3 |
2196 | 2024-08-05T16:16:16.102Z | [ host-package] Compiling libloading v0.8.3 |
2197 | 2024-08-05T16:16:16.228Z | [ host-package] Compiling diff v0.1.13 |
2198 | 2024-08-05T16:16:16.666Z | [ host-package] Compiling regex-syntax v0.6.29 |
2199 | 2024-08-05T16:16:16.823Z | [ helios-setup] Aug 05 16:16:15.516 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2200 | 2024-08-05T16:16:16.935Z | [ host-package] Compiling bindgen v0.69.4 |
2201 | 2024-08-05T16:16:17.317Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2202 | 2024-08-05T16:16:17.858Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2203 | 2024-08-05T16:16:18.673Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2204 | 2024-08-05T16:16:19.088Z | [ host-package] Compiling tungstenite v0.21.0 |
2205 | 2024-08-05T16:16:20.302Z | [ helios-setup] Aug 05 16:16:18.994 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2206 | 2024-08-05T16:16:23.231Z | [ host-package] Compiling lalrpop v0.19.12 |
2207 | 2024-08-05T16:16:25.089Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2208 | 2024-08-05T16:16:26.382Z | [ host-package] Compiling which v4.4.2 |
2209 | 2024-08-05T16:16:27.022Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2210 | 2024-08-05T16:16:27.297Z | [ host-package] Compiling cexpr v0.6.0 |
2211 | 2024-08-05T16:16:29.350Z | [ host-package] Compiling libsw v3.3.1 |
2212 | 2024-08-05T16:16:29.949Z | [ host-package] Compiling atty v0.2.14 |
2213 | 2024-08-05T16:16:30.017Z | [ host-package] Compiling linear-map v1.2.0 |
2214 | 2024-08-05T16:16:30.232Z | [ host-package] Compiling owo-colors v4.0.0 |
2215 | 2024-08-05T16:16:30.529Z | [ host-package] Compiling shlex v1.3.0 |
2216 | 2024-08-05T16:16:31.251Z | [ host-package] Compiling ref-cast v1.0.23 |
2217 | 2024-08-05T16:16:31.844Z | [ host-package] Compiling rustc-hash v1.1.0 |
2218 | 2024-08-05T16:16:32.103Z | [ host-package] Compiling lazycell v1.3.0 |
2219 | 2024-08-05T16:16:33.650Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2220 | 2024-08-05T16:16:33.752Z | [ helios-setup] Aug 05 16:16:32.442 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.45s |
2221 | 2024-08-05T16:16:33.785Z | [ helios-setup] Aug 05 16:16:32.475 INFO building project "image-builder" ok (49 seconds) |
2222 | 2024-08-05T16:16:33.785Z | [ helios-setup] Aug 05 16:16:32.475 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2223 | 2024-08-05T16:16:33.788Z | [ helios-setup] Aug 05 16:16:32.475 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2224 | 2024-08-05T16:16:34.097Z | [ helios-setup] Aug 05 16:16:32.786 INFO E| Downloading crates ... |
2225 | 2024-08-05T16:16:34.225Z | [ helios-setup] Aug 05 16:16:32.915 INFO E| Downloaded block-buffer v0.10.3 |
2226 | 2024-08-05T16:16:34.258Z | [ helios-setup] Aug 05 16:16:32.947 INFO E| Downloaded typenum v1.15.0 |
2227 | 2024-08-05T16:16:34.261Z | [ helios-setup] Aug 05 16:16:32.951 INFO E| Downloaded sha2 v0.10.5 |
2228 | 2024-08-05T16:16:34.265Z | [ helios-setup] Aug 05 16:16:32.955 INFO E| Downloaded generic-array v0.14.6 |
2229 | 2024-08-05T16:16:34.269Z | [ helios-setup] Aug 05 16:16:32.958 INFO E| Downloaded miniz_oxide v0.6.2 |
2230 | 2024-08-05T16:16:34.272Z | [ helios-setup] Aug 05 16:16:32.961 INFO E| Downloaded flate2 v1.0.25 |
2231 | 2024-08-05T16:16:34.280Z | [ helios-setup] Aug 05 16:16:32.969 INFO E| Downloaded digest v0.10.3 |
2232 | 2024-08-05T16:16:34.283Z | [ helios-setup] Aug 05 16:16:32.972 INFO E| Downloaded cpufeatures v0.2.5 |
2233 | 2024-08-05T16:16:34.286Z | [ helios-setup] Aug 05 16:16:32.973 INFO E| Downloaded bytes v1.2.1 |
2234 | 2024-08-05T16:16:34.289Z | [ helios-setup] Aug 05 16:16:32.979 INFO E| Downloaded anyhow v1.0.62 |
2235 | 2024-08-05T16:16:34.470Z | [ helios-setup] Aug 05 16:16:33.160 INFO E| Compiling version_check v0.9.4 |
2236 | 2024-08-05T16:16:34.473Z | [ helios-setup] Aug 05 16:16:33.160 INFO E| Compiling typenum v1.15.0 |
2237 | 2024-08-05T16:16:34.473Z | [ helios-setup] Aug 05 16:16:33.160 INFO E| Compiling crc32fast v1.3.2 |
2238 | 2024-08-05T16:16:34.473Z | [ helios-setup] Aug 05 16:16:33.160 INFO E| Compiling cfg-if v1.0.0 |
2239 | 2024-08-05T16:16:34.473Z | [ helios-setup] Aug 05 16:16:33.160 INFO E| Compiling anyhow v1.0.62 |
2240 | 2024-08-05T16:16:34.473Z | [ helios-setup] Aug 05 16:16:33.160 INFO E| Compiling adler v1.0.2 |
2241 | 2024-08-05T16:16:34.473Z | [ helios-setup] Aug 05 16:16:33.161 INFO E| Compiling cpufeatures v0.2.5 |
2242 | 2024-08-05T16:16:34.473Z | [ helios-setup] Aug 05 16:16:33.161 INFO E| Compiling unicode-width v0.1.10 |
2243 | 2024-08-05T16:16:34.919Z | [ helios-setup] Aug 05 16:16:33.609 INFO E| Compiling bitflags v1.3.2 |
2244 | 2024-08-05T16:16:35.007Z | [ helios-setup] Aug 05 16:16:33.697 INFO E| Compiling bytes v1.2.1 |
2245 | 2024-08-05T16:16:35.112Z | [ helios-setup] Aug 05 16:16:33.802 INFO E| Compiling getopts v0.2.21 |
2246 | 2024-08-05T16:16:35.252Z | [ helios-setup] Aug 05 16:16:33.942 INFO E| Compiling miniz_oxide v0.6.2 |
2247 | 2024-08-05T16:16:36.090Z | [ helios-setup] Aug 05 16:16:34.779 INFO E| Compiling generic-array v0.14.6 |
2248 | 2024-08-05T16:16:36.794Z | [ helios-setup] Aug 05 16:16:35.483 INFO E| Compiling flate2 v1.0.25 |
2249 | 2024-08-05T16:16:39.005Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2250 | 2024-08-05T16:16:39.962Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2251 | 2024-08-05T16:16:39.989Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2252 | 2024-08-05T16:16:40.918Z | [ helios-setup] Aug 05 16:16:39.607 INFO E| Compiling crypto-common v0.1.6 |
2253 | 2024-08-05T16:16:40.918Z | [ helios-setup] Aug 05 16:16:39.607 INFO E| Compiling block-buffer v0.10.3 |
2254 | 2024-08-05T16:16:41.110Z | [ helios-setup] Aug 05 16:16:39.799 INFO E| Compiling digest v0.10.3 |
2255 | 2024-08-05T16:16:41.579Z | [ helios-setup] Aug 05 16:16:40.267 INFO E| Compiling sha2 v0.10.5 |
2256 | 2024-08-05T16:16:42.189Z | [ helios-setup] Aug 05 16:16:40.878 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2257 | 2024-08-05T16:16:42.857Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2258 | 2024-08-05T16:16:43.649Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2259 | 2024-08-05T16:16:44.188Z | [ host-package] Compiling headers-core v0.2.0 |
2260 | 2024-08-05T16:16:44.424Z | [ host-package] Compiling fxhash v0.2.1 |
2261 | 2024-08-05T16:16:44.733Z | [ host-package] Compiling libxml v0.3.3 |
2262 | 2024-08-05T16:16:45.359Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2263 | 2024-08-05T16:16:45.637Z | [ host-package] Compiling headers v0.3.9 |
2264 | 2024-08-05T16:16:46.674Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2265 | 2024-08-05T16:16:47.644Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2266 | 2024-08-05T16:16:48.102Z | [ helios-setup] Aug 05 16:16:46.790 INFO E| Finished `release` profile [optimized] target(s) in 14.21s |
2267 | 2024-08-05T16:16:48.122Z | [ helios-setup] Aug 05 16:16:46.806 INFO building project "bootserver" ok (14 seconds) |
2268 | 2024-08-05T16:16:48.122Z | [ helios-setup] Aug 05 16:16:46.806 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2269 | 2024-08-05T16:16:48.122Z | [ helios-setup] Aug 05 16:16:46.806 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2270 | 2024-08-05T16:16:48.270Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2271 | 2024-08-05T16:16:48.524Z | [ helios-setup] Aug 05 16:16:47.210 INFO E| Compiling adler v1.0.2 |
2272 | 2024-08-05T16:16:48.677Z | [ helios-setup] Aug 05 16:16:47.365 INFO E| Compiling miniz_oxide v0.7.2 |
2273 | 2024-08-05T16:16:48.897Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2274 | 2024-08-05T16:16:51.026Z | [ host-package] Compiling strum_macros v0.24.3 |
2275 | 2024-08-05T16:16:51.296Z | [ helios-setup] Aug 05 16:16:49.983 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2276 | 2024-08-05T16:16:51.459Z | [ host-package] Compiling samael v0.0.15 |
2277 | 2024-08-05T16:16:51.527Z | [ host-package] Compiling cookie v0.18.1 |
2278 | 2024-08-05T16:16:51.952Z | [ host-package] Compiling unicase v2.7.0 |
2279 | 2024-08-05T16:16:52.286Z | [ helios-setup] Aug 05 16:16:50.974 INFO E| Finished `release` profile [optimized] target(s) in 4.08s |
2280 | 2024-08-05T16:16:52.293Z | [ helios-setup] Aug 05 16:16:50.980 INFO building project "pinprick" ok (4 seconds) |
2281 | 2024-08-05T16:16:52.293Z | [ helios-setup] Aug 05 16:16:50.981 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2282 | 2024-08-05T16:16:52.296Z | [ helios-setup] Aug 05 16:16:50.981 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2283 | 2024-08-05T16:16:52.303Z | [ helios-setup] Aug 05 16:16:50.990 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2284 | 2024-08-05T16:16:52.408Z | [ host-package] Compiling indoc v1.0.9 |
2285 | 2024-08-05T16:16:52.518Z | [ helios-setup] Aug 05 16:16:51.205 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2286 | 2024-08-05T16:16:52.518Z | [ helios-setup] Aug 05 16:16:51.205 INFO E| info: downloading component 'cargo' |
2287 | 2024-08-05T16:16:53.784Z | [ helios-setup] Aug 05 16:16:52.470 INFO E| info: downloading component 'clippy' |
2288 | 2024-08-05T16:16:54.060Z | [ helios-setup] Aug 05 16:16:52.747 INFO E| info: downloading component 'rust-docs' |
2289 | 2024-08-05T16:16:54.508Z | [ host-package] Compiling derive_builder v0.20.0 |
2290 | 2024-08-05T16:16:54.730Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2291 | 2024-08-05T16:16:55.078Z | [ host-package] Compiling oso-derive v0.27.3 |
2292 | 2024-08-05T16:16:55.319Z | [ helios-setup] Aug 05 16:16:54.005 INFO E| info: downloading component 'rust-src' |
2293 | 2024-08-05T16:16:55.516Z | [ helios-setup] Aug 05 16:16:54.202 INFO E| info: downloading component 'rust-std' |
2294 | 2024-08-05T16:16:56.131Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2295 | 2024-08-05T16:16:56.582Z | [ host-package] Compiling polar-core v0.27.3 |
2296 | 2024-08-05T16:16:57.535Z | [ helios-setup] Aug 05 16:16:56.221 INFO E| info: downloading component 'rustc' |
2297 | 2024-08-05T16:16:58.292Z | [ host-package] Compiling quick-xml v0.31.0 |
2298 | 2024-08-05T16:16:59.820Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2299 | 2024-08-05T16:17:00.192Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2300 | 2024-08-05T16:17:00.674Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2301 | 2024-08-05T16:17:00.807Z | [ host-package] Compiling nix v0.28.0 |
2302 | 2024-08-05T16:17:01.707Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2303 | 2024-08-05T16:17:03.397Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2304 | 2024-08-05T16:17:03.871Z | [ helios-setup] Aug 05 16:17:02.556 INFO E| info: downloading component 'rustfmt' |
2305 | 2024-08-05T16:17:04.114Z | [ helios-setup] Aug 05 16:17:02.799 INFO E| info: installing component 'cargo' |
2306 | 2024-08-05T16:17:04.349Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2307 | 2024-08-05T16:17:04.853Z | [ host-package] Compiling bb8 v0.8.5 |
2308 | 2024-08-05T16:17:05.104Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2309 | 2024-08-05T16:17:05.470Z | [ helios-setup] Aug 05 16:17:04.155 INFO E| info: installing component 'clippy' |
2310 | 2024-08-05T16:17:05.646Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2311 | 2024-08-05T16:17:05.903Z | [ helios-setup] Aug 05 16:17:04.587 INFO E| info: installing component 'rust-docs' |
2312 | 2024-08-05T16:17:06.194Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2313 | 2024-08-05T16:17:06.979Z | [ host-package] Compiling keccak v0.1.5 |
2314 | 2024-08-05T16:17:07.344Z | [ host-package] Compiling const_format v0.2.32 |
2315 | 2024-08-05T16:17:07.988Z | [ host-package] Compiling sha3 v0.10.8 |
2316 | 2024-08-05T16:17:08.196Z | [ host-package] Compiling vte v0.11.1 |
2317 | 2024-08-05T16:17:08.959Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2318 | 2024-08-05T16:17:10.080Z | [ host-package] Compiling fd-lock v4.0.2 |
2319 | 2024-08-05T16:17:10.185Z | [ host-package] Compiling universal-hash v0.5.1 |
2320 | 2024-08-05T16:17:10.344Z | [ host-package] Compiling secrecy v0.8.0 |
2321 | 2024-08-05T16:17:10.447Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2322 | 2024-08-05T16:17:10.690Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2323 | 2024-08-05T16:17:10.846Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2324 | 2024-08-05T16:17:11.485Z | [ host-package] Compiling bytecount v0.6.8 |
2325 | 2024-08-05T16:17:11.952Z | [ host-package] Compiling opaque-debug v0.3.1 |
2326 | 2024-08-05T16:17:12.080Z | [ host-package] Compiling poly1305 v0.8.0 |
2327 | 2024-08-05T16:17:12.093Z | [ helios-setup] Aug 05 16:17:10.777 INFO E| info: installing component 'rust-src' |
2328 | 2024-08-05T16:17:12.733Z | [ helios-setup] Aug 05 16:17:11.417 INFO E| info: installing component 'rust-std' |
2329 | 2024-08-05T16:17:13.763Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2330 | 2024-08-05T16:17:13.795Z | [ host-package] Compiling papergrid v0.11.0 |
2331 | 2024-08-05T16:17:13.960Z | [ host-package] Compiling parking_lot v0.11.2 |
2332 | 2024-08-05T16:17:15.394Z | [ helios-setup] Aug 05 16:17:14.078 INFO E| info: installing component 'rustc' |
2333 | 2024-08-05T16:17:16.758Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2334 | 2024-08-05T16:17:18.443Z | [ host-package] Compiling trust-dns-client v0.22.0 |
2335 | 2024-08-05T16:17:20.884Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2336 | 2024-08-05T16:17:21.304Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2337 | 2024-08-05T16:17:21.915Z | [ helios-setup] Aug 05 16:17:20.435 INFO E| info: installing component 'rustfmt' |
2338 | 2024-08-05T16:17:22.830Z | [ helios-setup] Aug 05 16:17:21.512 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2339 | 2024-08-05T16:17:23.678Z | [ helios-setup] Aug 05 16:17:22.360 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2340 | 2024-08-05T16:17:23.678Z | [ helios-setup] Aug 05 16:17:22.360 INFO E| * [new branch] issue-113 -> origin/issue-113 |
2341 | 2024-08-05T16:17:23.682Z | [ helios-setup] Aug 05 16:17:22.360 INFO E| * [new branch] main -> origin/main |
2342 | 2024-08-05T16:17:23.682Z | [ helios-setup] Aug 05 16:17:22.361 INFO E| * [new ref] -> origin/HEAD |
2343 | 2024-08-05T16:17:23.682Z | [ helios-setup] Aug 05 16:17:22.361 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2344 | 2024-08-05T16:17:23.682Z | [ helios-setup] Aug 05 16:17:22.361 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2345 | 2024-08-05T16:17:23.682Z | [ helios-setup] Aug 05 16:17:22.361 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2346 | 2024-08-05T16:17:23.682Z | [ helios-setup] Aug 05 16:17:22.361 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2347 | 2024-08-05T16:17:23.682Z | [ helios-setup] Aug 05 16:17:22.362 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2348 | 2024-08-05T16:17:23.682Z | [ helios-setup] Aug 05 16:17:22.362 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2349 | 2024-08-05T16:17:23.682Z | [ helios-setup] Aug 05 16:17:22.362 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2350 | 2024-08-05T16:17:23.682Z | [ helios-setup] Aug 05 16:17:22.362 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2351 | 2024-08-05T16:17:23.755Z | [ helios-setup] Aug 05 16:17:22.437 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2352 | 2024-08-05T16:17:24.637Z | [ helios-setup] Aug 05 16:17:23.318 INFO E| From https://github.com/oxidecomputer/amd-efs |
2353 | 2024-08-05T16:17:24.637Z | [ helios-setup] Aug 05 16:17:23.318 INFO E| * [new branch] empty -> origin/empty |
2354 | 2024-08-05T16:17:24.637Z | [ helios-setup] Aug 05 16:17:23.318 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2355 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.319 INFO E| * [new branch] main -> origin/main |
2356 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.319 INFO E| * [new branch] review -> origin/review |
2357 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.319 INFO E| * [new ref] -> origin/HEAD |
2358 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.319 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2359 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.319 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2360 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2361 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2362 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2363 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2364 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2365 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2366 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.320 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2367 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.321 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2368 | 2024-08-05T16:17:24.640Z | [ helios-setup] Aug 05 16:17:23.321 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2369 | 2024-08-05T16:17:24.663Z | [ helios-setup] Aug 05 16:17:23.345 INFO E| Updating crates.io index |
2370 | 2024-08-05T16:17:24.780Z | [ host-package] Compiling oso v0.27.3 |
2371 | 2024-08-05T16:17:24.847Z | [ helios-setup] Aug 05 16:17:23.529 INFO E| Downloading crates ... |
2372 | 2024-08-05T16:17:24.931Z | [ helios-setup] Aug 05 16:17:23.613 INFO E| Downloaded ansi_term v0.12.1 |
2373 | 2024-08-05T16:17:24.935Z | [ helios-setup] Aug 05 16:17:23.617 INFO E| Downloaded bytesize v1.3.0 |
2374 | 2024-08-05T16:17:24.938Z | [ helios-setup] Aug 05 16:17:23.618 INFO E| Downloaded semver v0.9.0 |
2375 | 2024-08-05T16:17:24.940Z | [ helios-setup] Aug 05 16:17:23.620 INFO E| Downloaded textwrap v0.11.0 |
2376 | 2024-08-05T16:17:24.944Z | [ helios-setup] Aug 05 16:17:23.626 INFO E| Downloaded structopt-derive v0.4.18 |
2377 | 2024-08-05T16:17:24.947Z | [ helios-setup] Aug 05 16:17:23.628 INFO E| Downloaded scroll v0.10.2 |
2378 | 2024-08-05T16:17:24.950Z | [ helios-setup] Aug 05 16:17:23.631 INFO E| Downloaded proc-macro-crate v0.1.5 |
2379 | 2024-08-05T16:17:24.953Z | [ helios-setup] Aug 05 16:17:23.632 INFO E| Downloaded fletcher v0.1.0 |
2380 | 2024-08-05T16:17:24.956Z | [ helios-setup] Aug 05 16:17:23.637 INFO E| Downloaded parse_int v0.6.0 |
2381 | 2024-08-05T16:17:24.959Z | [ helios-setup] Aug 05 16:17:23.641 INFO E| Downloaded scroll_derive v0.10.5 |
2382 | 2024-08-05T16:17:24.962Z | [ helios-setup] Aug 05 16:17:23.642 INFO E| Downloaded strum v0.23.0 |
2383 | 2024-08-05T16:17:24.962Z | [ helios-setup] Aug 05 16:17:23.643 INFO E| Downloaded memoffset v0.5.6 |
2384 | 2024-08-05T16:17:24.964Z | [ helios-setup] Aug 05 16:17:23.645 INFO E| Downloaded pre v0.2.1 |
2385 | 2024-08-05T16:17:24.965Z | [ helios-setup] Aug 05 16:17:23.646 INFO E| Downloaded num-derive v0.3.3 |
2386 | 2024-08-05T16:17:24.967Z | [ helios-setup] Aug 05 16:17:23.649 INFO E| Downloaded pest_generator v2.7.11 |
2387 | 2024-08-05T16:17:24.970Z | [ helios-setup] Aug 05 16:17:23.652 INFO E| Downloaded vec_map v0.8.2 |
2388 | 2024-08-05T16:17:24.973Z | [ helios-setup] Aug 05 16:17:23.654 INFO E| Downloaded strum_macros v0.23.1 |
2389 | 2024-08-05T16:17:24.976Z | [ helios-setup] Aug 05 16:17:23.657 INFO E| Downloaded rustc_version v0.2.3 |
2390 | 2024-08-05T16:17:24.979Z | [ helios-setup] Aug 05 16:17:23.659 INFO E| Downloaded four-cc v0.3.0 |
2391 | 2024-08-05T16:17:24.979Z | [ helios-setup] Aug 05 16:17:23.661 INFO E| Downloaded strsim v0.8.0 |
2392 | 2024-08-05T16:17:24.982Z | [ helios-setup] Aug 05 16:17:23.662 INFO E| Downloaded semver-parser v0.7.0 |
2393 | 2024-08-05T16:17:24.985Z | [ helios-setup] Aug 05 16:17:23.664 INFO E| Downloaded pre-proc-macro v0.2.1 |
2394 | 2024-08-05T16:17:24.988Z | [ helios-setup] Aug 05 16:17:23.668 INFO E| Downloaded structopt v0.3.26 |
2395 | 2024-08-05T16:17:25.001Z | [ helios-setup] Aug 05 16:17:23.682 INFO E| Downloaded pest_meta v2.7.11 |
2396 | 2024-08-05T16:17:25.004Z | [ helios-setup] Aug 05 16:17:23.685 INFO E| Downloaded modular-bitfield v0.11.2 |
2397 | 2024-08-05T16:17:25.041Z | [ helios-setup] Aug 05 16:17:23.723 INFO E| Downloaded serde_json v1.0.120 |
2398 | 2024-08-05T16:17:25.053Z | [ helios-setup] Aug 05 16:17:23.735 INFO E| Downloaded goblin v0.4.3 |
2399 | 2024-08-05T16:17:25.064Z | [ helios-setup] Aug 05 16:17:23.746 INFO E| Downloaded syn v2.0.71 |
2400 | 2024-08-05T16:17:25.080Z | [ helios-setup] Aug 05 16:17:23.762 INFO E| Downloaded clap v2.34.0 |
2401 | 2024-08-05T16:17:25.090Z | [ helios-setup] Aug 05 16:17:23.772 INFO E| Downloaded pest v2.7.11 |
2402 | 2024-08-05T16:17:25.098Z | [ helios-setup] Aug 05 16:17:23.779 INFO E| Downloaded log v0.4.22 |
2403 | 2024-08-05T16:17:25.101Z | [ helios-setup] Aug 05 16:17:23.783 INFO E| Downloaded pest_derive v2.7.11 |
2404 | 2024-08-05T16:17:25.104Z | [ helios-setup] Aug 05 16:17:23.786 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2405 | 2024-08-05T16:17:25.107Z | [ helios-setup] Aug 05 16:17:23.787 INFO E| Downloaded memchr v2.7.4 |
2406 | 2024-08-05T16:17:25.113Z | [ helios-setup] Aug 05 16:17:23.795 INFO E| Downloaded cfg-if v0.1.10 |
2407 | 2024-08-05T16:17:25.202Z | [ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling proc-macro2 v1.0.86 |
2408 | 2024-08-05T16:17:25.202Z | [ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling unicode-ident v1.0.12 |
2409 | 2024-08-05T16:17:25.202Z | [ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling syn v1.0.109 |
2410 | 2024-08-05T16:17:25.206Z | [ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling version_check v0.9.4 |
2411 | 2024-08-05T16:17:25.206Z | [ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling autocfg v1.3.0 |
2412 | 2024-08-05T16:17:25.206Z | [ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling thiserror v1.0.63 |
2413 | 2024-08-05T16:17:25.206Z | [ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling semver-parser v0.7.0 |
2414 | 2024-08-05T16:17:25.206Z | [ helios-setup] Aug 05 16:17:23.884 INFO E| Compiling serde v1.0.204 |
2415 | 2024-08-05T16:17:26.553Z | [ helios-setup] Aug 05 16:17:25.234 INFO E| Compiling semver v0.9.0 |
2416 | 2024-08-05T16:17:26.888Z | [ helios-setup] Aug 05 16:17:25.570 INFO E| Compiling serde_json v1.0.120 |
2417 | 2024-08-05T16:17:27.054Z | [ helios-setup] Aug 05 16:17:25.735 INFO E| Compiling schemars v0.8.21 |
2418 | 2024-08-05T16:17:27.228Z | [ helios-setup] Aug 05 16:17:25.909 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2419 | 2024-08-05T16:17:27.311Z | [ helios-setup] Aug 05 16:17:25.992 INFO E| Compiling rustc_version v0.2.3 |
2420 | 2024-08-05T16:17:27.339Z | [ host-package] Compiling tabled_derive v0.7.0 |
2421 | 2024-08-05T16:17:27.390Z | [ helios-setup] Aug 05 16:17:26.070 INFO E| Compiling proc-macro-error v1.0.4 |
2422 | 2024-08-05T16:17:27.836Z | [ helios-setup] Aug 05 16:17:26.517 INFO E| Compiling num-traits v0.2.19 |
2423 | 2024-08-05T16:17:27.902Z | [ helios-setup] Aug 05 16:17:26.583 INFO E| Compiling ryu v1.0.18 |
2424 | 2024-08-05T16:17:27.991Z | [ helios-setup] Aug 05 16:17:26.671 INFO E| Compiling unicode-segmentation v1.11.0 |
2425 | 2024-08-05T16:17:28.031Z | [ helios-setup] Aug 05 16:17:26.712 INFO E| Compiling itoa v1.0.11 |
2426 | 2024-08-05T16:17:28.150Z | [ helios-setup] Aug 05 16:17:26.831 INFO E| Compiling pre-proc-macro v0.2.1 |
2427 | 2024-08-05T16:17:28.440Z | [ helios-setup] Aug 05 16:17:27.122 INFO E| Compiling memoffset v0.5.6 |
2428 | 2024-08-05T16:17:28.643Z | [ helios-setup] Aug 05 16:17:27.324 INFO E| Compiling rustversion v1.0.17 |
2429 | 2024-08-05T16:17:28.707Z | [ host-package] Compiling chacha20 v0.9.1 |
2430 | 2024-08-05T16:17:28.757Z | [ helios-setup] Aug 05 16:17:27.438 INFO E| Compiling memchr v2.7.4 |
2431 | 2024-08-05T16:17:28.847Z | [ helios-setup] Aug 05 16:17:27.528 INFO E| Compiling quote v1.0.36 |
2432 | 2024-08-05T16:17:28.927Z | [ helios-setup] Aug 05 16:17:27.608 INFO E| Compiling paste v1.0.15 |
2433 | 2024-08-05T16:17:29.481Z | [ helios-setup] Aug 05 16:17:28.147 INFO E| Compiling ucd-trie v0.1.6 |
2434 | 2024-08-05T16:17:29.855Z | [ helios-setup] Aug 05 16:17:28.536 INFO E| Compiling syn v2.0.71 |
2435 | 2024-08-05T16:17:29.904Z | [ host-package] Compiling aead v0.5.2 |
2436 | 2024-08-05T16:17:30.137Z | [ helios-setup] Aug 05 16:17:28.818 INFO E| Compiling heck v0.3.3 |
2437 | 2024-08-05T16:17:30.210Z | [ helios-setup] Aug 05 16:17:28.892 INFO E| Compiling lazy_static v1.5.0 |
2438 | 2024-08-05T16:17:30.542Z | [ helios-setup] Aug 05 16:17:29.223 INFO E| Compiling dyn-clone v1.0.17 |
2439 | 2024-08-05T16:17:30.949Z | [ helios-setup] Aug 05 16:17:29.630 INFO E| Compiling libc v0.2.155 |
2440 | 2024-08-05T16:17:31.010Z | [ host-package] Compiling peg-macros v0.8.4 |
2441 | 2024-08-05T16:17:31.522Z | [ helios-setup] Aug 05 16:17:30.202 INFO E| Compiling pre v0.2.1 |
2442 | 2024-08-05T16:17:31.935Z | [ helios-setup] Aug 05 16:17:30.615 INFO E| Compiling byteorder v1.5.0 |
2443 | 2024-08-05T16:17:32.474Z | [ host-package] Compiling kstat-rs v0.2.4 |
2444 | 2024-08-05T16:17:32.584Z | [ helios-setup] Aug 05 16:17:31.265 INFO E| Compiling cfg-if v0.1.10 |
2445 | 2024-08-05T16:17:32.668Z | [ helios-setup] Aug 05 16:17:31.348 INFO E| Compiling static_assertions v1.1.0 |
2446 | 2024-08-05T16:17:32.761Z | [ helios-setup] Aug 05 16:17:31.442 INFO E| Compiling once_cell v1.19.0 |
2447 | 2024-08-05T16:17:33.524Z | [ helios-setup] Aug 05 16:17:32.204 INFO E| Compiling unicode-width v0.1.13 |
2448 | 2024-08-05T16:17:34.008Z | [ helios-setup] Aug 05 16:17:32.688 INFO E| Compiling textwrap v0.11.0 |
2449 | 2024-08-05T16:17:34.653Z | [ helios-setup] Aug 05 16:17:33.333 INFO E| Compiling atty v0.2.14 |
2450 | 2024-08-05T16:17:34.766Z | [ host-package] Compiling toml v0.5.11 |
2451 | 2024-08-05T16:17:34.920Z | [ helios-setup] Aug 05 16:17:33.600 INFO E| Compiling ansi_term v0.12.1 |
2452 | 2024-08-05T16:17:35.106Z | [ helios-setup] Aug 05 16:17:33.786 INFO E| Compiling strsim v0.8.0 |
2453 | 2024-08-05T16:17:35.170Z | [ helios-setup] Aug 05 16:17:33.850 INFO E| Compiling vec_map v0.8.2 |
2454 | 2024-08-05T16:17:35.303Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2455 | 2024-08-05T16:17:35.870Z | [ helios-setup] Aug 05 16:17:34.550 INFO E| Compiling parse_int v0.6.0 |
2456 | 2024-08-05T16:17:35.886Z | [ helios-setup] Aug 05 16:17:34.566 INFO E| Compiling fletcher v0.1.0 |
2457 | 2024-08-05T16:17:35.936Z | [ helios-setup] Aug 05 16:17:34.616 INFO E| Compiling strum v0.23.0 |
2458 | 2024-08-05T16:17:36.277Z | [ helios-setup] Aug 05 16:17:34.957 INFO E| Compiling bitflags v1.3.2 |
2459 | 2024-08-05T16:17:36.302Z | [ helios-setup] Aug 05 16:17:34.982 INFO E| Compiling log v0.4.22 |
2460 | 2024-08-05T16:17:36.354Z | [ helios-setup] Aug 05 16:17:35.034 INFO E| Compiling clap v2.34.0 |
2461 | 2024-08-05T16:17:36.367Z | [ helios-setup] Aug 05 16:17:35.047 INFO E| Compiling plain v0.2.3 |
2462 | 2024-08-05T16:17:36.474Z | [ helios-setup] Aug 05 16:17:35.154 INFO E| Compiling bytesize v1.3.0 |
2463 | 2024-08-05T16:17:37.783Z | [ host-package] Compiling unicode_categories v0.1.1 |
2464 | 2024-08-05T16:17:38.476Z | [ helios-setup] Aug 05 16:17:37.156 INFO E| Compiling serde_derive_internals v0.29.1 |
2465 | 2024-08-05T16:17:38.483Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2466 | 2024-08-05T16:17:38.736Z | [ host-package] Compiling rustyline v14.0.0 |
2467 | 2024-08-05T16:17:40.532Z | [ helios-setup] Aug 05 16:17:39.211 INFO E| Compiling toml v0.5.11 |
2468 | 2024-08-05T16:17:40.576Z | [ host-package] Compiling reedline v0.31.0 |
2469 | 2024-08-05T16:17:44.109Z | [ helios-setup] Aug 05 16:17:42.788 INFO E| Compiling proc-macro-crate v0.1.5 |
2470 | 2024-08-05T16:17:44.159Z | [ helios-setup] Aug 05 16:17:42.838 INFO E| Compiling thiserror-impl v1.0.63 |
2471 | 2024-08-05T16:17:44.865Z | [ helios-setup] Aug 05 16:17:43.543 INFO E| Compiling serde_derive v1.0.204 |
2472 | 2024-08-05T16:17:45.308Z | [ helios-setup] Aug 05 16:17:43.986 INFO E| Compiling schemars_derive v0.8.21 |
2473 | 2024-08-05T16:17:45.981Z | [ helios-setup] Aug 05 16:17:44.659 INFO E| Compiling zerocopy-derive v0.6.6 |
2474 | 2024-08-05T16:17:49.897Z | [ helios-setup] Aug 05 16:17:48.575 INFO E| Compiling pest v2.7.11 |
2475 | 2024-08-05T16:17:50.525Z | [ helios-setup] Aug 05 16:17:49.203 INFO E| Compiling zerocopy v0.6.6 |
2476 | 2024-08-05T16:17:50.817Z | [ host-package] Compiling sqlformat v0.2.4 |
2477 | 2024-08-05T16:17:51.904Z | [ helios-setup] Aug 05 16:17:50.582 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2478 | 2024-08-05T16:17:52.083Z | [ helios-setup] Aug 05 16:17:50.760 INFO E| Compiling num-derive v0.3.3 |
2479 | 2024-08-05T16:17:52.614Z | [ helios-setup] Aug 05 16:17:51.291 INFO E| Compiling scroll_derive v0.10.5 |
2480 | 2024-08-05T16:17:53.524Z | [ host-package] Compiling trust-dns-server v0.22.1 |
2481 | 2024-08-05T16:17:55.757Z | [ helios-setup] Aug 05 16:17:54.434 INFO E| Compiling pest_meta v2.7.11 |
2482 | 2024-08-05T16:17:55.828Z | [ helios-setup] Aug 05 16:17:54.505 INFO E| Compiling strum_macros v0.23.1 |
2483 | 2024-08-05T16:17:55.875Z | [ helios-setup] Aug 05 16:17:54.552 INFO E| Compiling scroll v0.10.2 |
2484 | 2024-08-05T16:17:55.976Z | [ helios-setup] Aug 05 16:17:54.653 INFO E| Compiling structopt-derive v0.4.18 |
2485 | 2024-08-05T16:17:57.042Z | [ helios-setup] Aug 05 16:17:55.718 INFO E| Compiling goblin v0.4.3 |
2486 | 2024-08-05T16:17:57.416Z | [ helios-setup] Aug 05 16:17:56.092 INFO E| Compiling modular-bitfield v0.11.2 |
2487 | 2024-08-05T16:17:57.526Z | [ host-package] Compiling peg v0.8.4 |
2488 | 2024-08-05T16:17:57.945Z | [ host-package] Compiling sqlparser v0.45.0 |
2489 | 2024-08-05T16:17:58.901Z | [ helios-setup] Aug 05 16:17:57.577 INFO E| Compiling pest_generator v2.7.11 |
2490 | 2024-08-05T16:18:01.499Z | [ helios-setup] Aug 05 16:18:00.175 INFO E| Compiling structopt v0.3.26 |
2491 | 2024-08-05T16:18:01.771Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2492 | 2024-08-05T16:18:03.143Z | [ helios-setup] Aug 05 16:18:01.819 INFO E| Compiling pest_derive v2.7.11 |
2493 | 2024-08-05T16:18:08.917Z | [ host-package] Compiling tabled v0.15.0 |
2494 | 2024-08-05T16:18:09.178Z | [ helios-setup] Aug 05 16:18:07.853 INFO E| Compiling json5 v0.4.1 |
2495 | 2024-08-05T16:18:11.869Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2496 | 2024-08-05T16:18:12.721Z | [ host-package] Compiling mime_guess v2.0.4 |
2497 | 2024-08-05T16:18:14.611Z | [ host-package] Compiling vsss-rs v3.3.4 |
2498 | 2024-08-05T16:18:15.059Z | [ helios-setup] Aug 05 16:18:13.732 INFO E| Compiling four-cc v0.3.0 |
2499 | 2024-08-05T16:18:15.059Z | [ helios-setup] Aug 05 16:18:13.733 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2500 | 2024-08-05T16:18:15.308Z | [ helios-setup] Aug 05 16:18:13.981 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2501 | 2024-08-05T16:18:18.358Z | [ host-package] Compiling sled v0.34.7 |
2502 | 2024-08-05T16:18:24.286Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2503 | 2024-08-05T16:18:24.548Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2504 | 2024-08-05T16:18:25.114Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2505 | 2024-08-05T16:18:25.200Z | [ host-package] Compiling env_logger v0.9.3 |
2506 | 2024-08-05T16:18:30.076Z | [ host-package] Compiling tungstenite v0.20.1 |
2507 | 2024-08-05T16:18:35.636Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2508 | 2024-08-05T16:18:35.991Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2509 | 2024-08-05T16:18:47.058Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2510 | 2024-08-05T16:18:57.021Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2511 | 2024-08-05T16:18:58.751Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2512 | 2024-08-05T16:18:59.012Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2513 | 2024-08-05T16:18:59.286Z | [ helios-setup] Aug 05 16:18:57.953 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2514 | 2024-08-05T16:18:59.671Z | [ host-package] Compiling bcs v0.1.6 |
2515 | 2024-08-05T16:19:00.006Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2516 | 2024-08-05T16:19:01.107Z | [ host-package] Compiling nanorand v0.7.0 |
2517 | 2024-08-05T16:19:01.577Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2518 | 2024-08-05T16:19:01.809Z | [ host-package] Compiling memoffset v0.9.1 |
2519 | 2024-08-05T16:19:02.357Z | [ host-package] Compiling highway v1.1.0 |
2520 | 2024-08-05T16:19:04.110Z | [ host-package] Compiling ascii v1.1.0 |
2521 | 2024-08-05T16:19:04.491Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2522 | 2024-08-05T16:19:05.119Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2523 | 2024-08-05T16:19:08.046Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2524 | 2024-08-05T16:19:08.458Z | [ host-package] Compiling flume v0.11.0 |
2525 | 2024-08-05T16:19:09.428Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2526 | 2024-08-05T16:19:09.911Z | [ host-package] Compiling bitstruct v0.1.1 |
2527 | 2024-08-05T16:19:10.172Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2528 | 2024-08-05T16:19:16.468Z | [ helios-setup] Aug 05 16:19:15.132 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2529 | 2024-08-05T16:19:20.063Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2530 | 2024-08-05T16:19:20.369Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2531 | 2024-08-05T16:19:20.832Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2532 | 2024-08-05T16:19:22.691Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2533 | 2024-08-05T16:19:32.890Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2534 | 2024-08-05T16:19:34.243Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2535 | 2024-08-05T16:19:35.565Z | [ host-package] Compiling serde_arrays v0.1.0 |
2536 | 2024-08-05T16:19:35.825Z | [ host-package] Compiling erased-serde v0.3.31 |
2537 | 2024-08-05T16:19:36.322Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2538 | 2024-08-05T16:19:36.912Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2539 | 2024-08-05T16:19:37.860Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2540 | 2024-08-05T16:19:38.319Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2541 | 2024-08-05T16:19:38.809Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2542 | 2024-08-05T16:19:41.174Z | [ host-package] Compiling heck v0.3.3 |
2543 | 2024-08-05T16:19:41.742Z | [ host-package] Compiling rand_seeder v0.2.3 |
2544 | 2024-08-05T16:19:41.842Z | [ host-package] Compiling castaway v0.2.2 |
2545 | 2024-08-05T16:19:42.108Z | [ host-package] Compiling csv-core v0.1.11 |
2546 | 2024-08-05T16:19:42.306Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2547 | 2024-08-05T16:19:42.805Z | [ host-package] Compiling http-range v0.1.5 |
2548 | 2024-08-05T16:19:43.158Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2549 | 2024-08-05T16:19:43.644Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2550 | 2024-08-05T16:19:43.935Z | [ host-package] Compiling csv v1.3.0 |
2551 | 2024-08-05T16:19:46.505Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2552 | 2024-08-05T16:19:46.949Z | [ host-package] Compiling compact_str v0.7.1 |
2553 | 2024-08-05T16:19:47.201Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2554 | 2024-08-05T16:19:48.730Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2555 | 2024-08-05T16:19:49.039Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2556 | 2024-08-05T16:19:49.070Z | [ host-package] Compiling nix v0.27.1 |
2557 | 2024-08-05T16:19:53.303Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2558 | 2024-08-05T16:19:54.157Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2559 | 2024-08-05T16:19:57.410Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2560 | 2024-08-05T16:19:57.927Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2561 | 2024-08-05T16:19:58.694Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2562 | 2024-08-05T16:19:58.755Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2563 | 2024-08-05T16:19:59.173Z | [ host-package] Compiling itertools v0.13.0 |
2564 | 2024-08-05T16:19:59.208Z | [ host-package] Compiling lru v0.12.3 |
2565 | 2024-08-05T16:19:59.914Z | [ host-package] Compiling serde-big-array v0.5.1 |
2566 | 2024-08-05T16:20:00.313Z | [ host-package] Compiling stability v0.2.0 |
2567 | 2024-08-05T16:20:01.856Z | [ host-package] Compiling base64 v0.13.1 |
2568 | 2024-08-05T16:20:02.366Z | [ host-package] Compiling cassowary v0.3.0 |
2569 | 2024-08-05T16:20:02.989Z | [ host-package] Compiling ron v0.7.1 |
2570 | 2024-08-05T16:20:04.082Z | [ host-package] Compiling ratatui v0.27.0 |
2571 | 2024-08-05T16:20:06.496Z | [ helios-setup] Aug 05 16:20:05.152 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 43s |
2572 | 2024-08-05T16:20:06.535Z | [ helios-setup] Aug 05 16:20:05.191 INFO building project "amd-host-image-builder" ok (194 seconds) |
2573 | 2024-08-05T16:20:06.538Z | [ helios-setup] Aug 05 16:20:05.191 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2574 | 2024-08-05T16:20:06.538Z | [ helios-setup] Aug 05 16:20:05.191 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2575 | 2024-08-05T16:20:07.009Z | [ helios-setup] Aug 05 16:20:05.665 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2576 | 2024-08-05T16:20:07.588Z | [ helios-setup] Aug 05 16:20:06.243 INFO E| From https://github.com/jclulow/hiercmd |
2577 | 2024-08-05T16:20:07.588Z | [ helios-setup] Aug 05 16:20:06.243 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2578 | 2024-08-05T16:20:07.649Z | [ helios-setup] Aug 05 16:20:06.304 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2579 | 2024-08-05T16:20:08.130Z | [ helios-setup] Aug 05 16:20:06.786 INFO E| From https://github.com/jclulow/network-interface |
2580 | 2024-08-05T16:20:08.130Z | [ helios-setup] Aug 05 16:20:06.786 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2581 | 2024-08-05T16:20:08.152Z | [ helios-setup] Aug 05 16:20:06.807 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2582 | 2024-08-05T16:20:08.735Z | [ helios-setup] Aug 05 16:20:07.391 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2583 | 2024-08-05T16:20:08.736Z | [ helios-setup] Aug 05 16:20:07.391 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2584 | 2024-08-05T16:20:08.788Z | [ helios-setup] Aug 05 16:20:07.443 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2585 | 2024-08-05T16:20:09.022Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2586 | 2024-08-05T16:20:09.518Z | [ helios-setup] Aug 05 16:20:08.173 INFO E| From https://github.com/oxidecomputer/facade |
2587 | 2024-08-05T16:20:09.518Z | [ helios-setup] Aug 05 16:20:08.173 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2588 | 2024-08-05T16:20:09.607Z | [ helios-setup] Aug 05 16:20:08.263 INFO E| Updating crates.io index |
2589 | 2024-08-05T16:20:10.350Z | [ helios-setup] Aug 05 16:20:09.005 INFO E| Downloading crates ... |
2590 | 2024-08-05T16:20:10.602Z | [ helios-setup] Aug 05 16:20:09.257 INFO E| Downloaded const-random v0.1.15 |
2591 | 2024-08-05T16:20:10.638Z | [ helios-setup] Aug 05 16:20:09.293 INFO E| Downloaded semver-parser v0.10.2 |
2592 | 2024-08-05T16:20:10.641Z | [ helios-setup] Aug 05 16:20:09.296 INFO E| Downloaded semver v1.0.17 |
2593 | 2024-08-05T16:20:10.644Z | [ helios-setup] Aug 05 16:20:09.299 INFO E| Downloaded want v0.3.0 |
2594 | 2024-08-05T16:20:10.646Z | [ helios-setup] Aug 05 16:20:09.301 INFO E| Downloaded try-lock v0.2.4 |
2595 | 2024-08-05T16:20:10.649Z | [ helios-setup] Aug 05 16:20:09.302 INFO E| Downloaded tokio-macros v2.0.0 |
2596 | 2024-08-05T16:20:10.649Z | [ helios-setup] Aug 05 16:20:09.304 INFO E| Downloaded byteorder v1.4.3 |
2597 | 2024-08-05T16:20:10.652Z | [ helios-setup] Aug 05 16:20:09.306 INFO E| Downloaded semver v0.11.0 |
2598 | 2024-08-05T16:20:10.655Z | [ helios-setup] Aug 05 16:20:09.309 INFO E| Downloaded const-random-macro v0.1.15 |
2599 | 2024-08-05T16:20:10.655Z | [ helios-setup] Aug 05 16:20:09.310 INFO E| Downloaded scopeguard v1.1.0 |
2600 | 2024-08-05T16:20:10.658Z | [ helios-setup] Aug 05 16:20:09.312 INFO E| Downloaded project-root v0.2.2 |
2601 | 2024-08-05T16:20:10.658Z | [ helios-setup] Aug 05 16:20:09.313 INFO E| Downloaded anstream v0.2.6 |
2602 | 2024-08-05T16:20:10.661Z | [ helios-setup] Aug 05 16:20:09.316 INFO E| Downloaded serde_spanned v0.6.1 |
2603 | 2024-08-05T16:20:10.664Z | [ helios-setup] Aug 05 16:20:09.318 INFO E| Downloaded http-body v0.4.5 |
2604 | 2024-08-05T16:20:10.666Z | [ helios-setup] Aug 05 16:20:09.320 INFO E| Downloaded num_enum v0.5.7 |
2605 | 2024-08-05T16:20:10.671Z | [ helios-setup] Aug 05 16:20:09.327 INFO E| Downloaded dyn-clone v1.0.11 |
2606 | 2024-08-05T16:20:10.674Z | [ helios-setup] Aug 05 16:20:09.329 INFO E| Downloaded slog-bunyan v2.4.0 |
2607 | 2024-08-05T16:20:10.677Z | [ helios-setup] Aug 05 16:20:09.331 INFO E| Downloaded toolchain_find v0.2.0 |
2608 | 2024-08-05T16:20:10.680Z | [ helios-setup] Aug 05 16:20:09.333 INFO E| Downloaded terminal_size v0.2.6 |
2609 | 2024-08-05T16:20:10.680Z | [ helios-setup] Aug 05 16:20:09.335 INFO E| Downloaded slab v0.4.7 |
2610 | 2024-08-05T16:20:10.683Z | [ helios-setup] Aug 05 16:20:09.337 INFO E| Downloaded home v0.5.4 |
2611 | 2024-08-05T16:20:10.686Z | [ helios-setup] Aug 05 16:20:09.339 INFO E| Downloaded futures-io v0.3.28 |
2612 | 2024-08-05T16:20:10.686Z | [ helios-setup] Aug 05 16:20:09.340 INFO E| Downloaded percent-encoding v2.2.0 |
2613 | 2024-08-05T16:20:10.689Z | [ helios-setup] Aug 05 16:20:09.342 INFO E| Downloaded is-terminal v0.4.7 |
2614 | 2024-08-05T16:20:10.689Z | [ helios-setup] Aug 05 16:20:09.344 INFO E| Downloaded strsim v0.10.0 |
2615 | 2024-08-05T16:20:10.691Z | [ helios-setup] Aug 05 16:20:09.346 INFO E| Downloaded thiserror-impl v1.0.38 |
2616 | 2024-08-05T16:20:10.694Z | [ helios-setup] Aug 05 16:20:09.348 INFO E| Downloaded schemars_derive v0.8.12 |
2617 | 2024-08-05T16:20:10.697Z | [ helios-setup] Aug 05 16:20:09.350 INFO E| Downloaded serde_tokenstream v0.2.0 |
2618 | 2024-08-05T16:20:10.700Z | [ helios-setup] Aug 05 16:20:09.356 INFO E| Downloaded serde_path_to_error v0.1.11 |
2619 | 2024-08-05T16:20:10.703Z | [ helios-setup] Aug 05 16:20:09.358 INFO E| Downloaded time v0.1.45 |
2620 | 2024-08-05T16:20:10.706Z | [ helios-setup] Aug 05 16:20:09.361 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2621 | 2024-08-05T16:20:10.709Z | [ helios-setup] Aug 05 16:20:09.364 INFO E| Downloaded futures-task v0.3.28 |
2622 | 2024-08-05T16:20:10.712Z | [ helios-setup] Aug 05 16:20:09.366 INFO E| Downloaded thiserror v1.0.38 |
2623 | 2024-08-05T16:20:10.718Z | [ helios-setup] Aug 05 16:20:09.373 INFO E| Downloaded slog-async v2.7.0 |
2624 | 2024-08-05T16:20:10.721Z | [ helios-setup] Aug 05 16:20:09.376 INFO E| Downloaded toml_datetime v0.6.1 |
2625 | 2024-08-05T16:20:10.723Z | [ helios-setup] Aug 05 16:20:09.378 INFO E| Downloaded unicode-ident v1.0.8 |
2626 | 2024-08-05T16:20:10.726Z | [ helios-setup] Aug 05 16:20:09.382 INFO E| Downloaded serde_derive_internals v0.26.0 |
2627 | 2024-08-05T16:20:10.730Z | [ helios-setup] Aug 05 16:20:09.386 INFO E| Downloaded clap_derive v4.2.0 |
2628 | 2024-08-05T16:20:10.734Z | [ helios-setup] Aug 05 16:20:09.389 INFO E| Downloaded sha2 v0.10.6 |
2629 | 2024-08-05T16:20:10.743Z | [ helios-setup] Aug 05 16:20:09.398 INFO E| Downloaded ucd-trie v0.1.5 |
2630 | 2024-08-05T16:20:10.746Z | [ helios-setup] Aug 05 16:20:09.401 INFO E| Downloaded url v2.3.1 |
2631 | 2024-08-05T16:20:10.750Z | [ helios-setup] Aug 05 16:20:09.405 INFO E| Downloaded uuid v1.3.0 |
2632 | 2024-08-05T16:20:10.756Z | [ helios-setup] Aug 05 16:20:09.412 INFO E| Downloaded serde_yaml v0.9.21 |
2633 | 2024-08-05T16:20:10.762Z | [ helios-setup] Aug 05 16:20:09.418 INFO E| Downloaded paste v1.0.12 |
2634 | 2024-08-05T16:20:10.768Z | [ helios-setup] Aug 05 16:20:09.423 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2635 | 2024-08-05T16:20:10.773Z | [ helios-setup] Aug 05 16:20:09.428 INFO E| Downloaded parking_lot v0.12.1 |
2636 | 2024-08-05T16:20:10.777Z | [ helios-setup] Aug 05 16:20:09.432 INFO E| Downloaded unicode-normalization v0.1.22 |
2637 | 2024-08-05T16:20:10.782Z | [ helios-setup] Aug 05 16:20:09.437 INFO E| Downloaded bytes v1.4.0 |
2638 | 2024-08-05T16:20:10.788Z | [ helios-setup] Aug 05 16:20:09.443 INFO E| Downloaded winnow v0.4.1 |
2639 | 2024-08-05T16:20:10.800Z | [ helios-setup] Aug 05 16:20:09.455 INFO E| Downloaded schemars v0.8.12 |
2640 | 2024-08-05T16:20:10.815Z | [ helios-setup] Aug 05 16:20:09.471 INFO E| Downloaded syn v1.0.107 |
2641 | 2024-08-05T16:20:10.829Z | [ helios-setup] Aug 05 16:20:09.484 INFO E| Downloaded memchr v2.5.0 |
2642 | 2024-08-05T16:20:10.834Z | [ helios-setup] Aug 05 16:20:09.489 INFO E| Downloaded tokio v1.27.0 |
2643 | 2024-08-05T16:20:10.900Z | [ helios-setup] Aug 05 16:20:09.555 INFO E| Downloaded base64 v0.21.0 |
2644 | 2024-08-05T16:20:10.905Z | [ helios-setup] Aug 05 16:20:09.560 INFO E| Downloaded rustls-webpki v0.100.1 |
2645 | 2024-08-05T16:20:10.922Z | [ helios-setup] Aug 05 16:20:09.570 INFO E| Downloaded rayon-core v1.10.2 |
2646 | 2024-08-05T16:20:10.922Z | [ helios-setup] Aug 05 16:20:09.578 INFO E| Downloaded mio v0.8.5 |
2647 | 2024-08-05T16:20:10.931Z | [ helios-setup] Aug 05 16:20:09.586 INFO E| Downloaded pest v2.5.7 |
2648 | 2024-08-05T16:20:10.940Z | [ helios-setup] Aug 05 16:20:09.596 INFO E| Downloaded http v0.2.9 |
2649 | 2024-08-05T16:20:10.947Z | [ helios-setup] Aug 05 16:20:09.602 INFO E| Downloaded aho-corasick v0.7.20 |
2650 | 2024-08-05T16:20:10.954Z | [ helios-setup] Aug 05 16:20:09.609 INFO E| Downloaded crossbeam-channel v0.5.6 |
2651 | 2024-08-05T16:20:10.962Z | [ helios-setup] Aug 05 16:20:09.617 INFO E| Downloaded cc v1.0.78 |
2652 | 2024-08-05T16:20:10.966Z | [ helios-setup] Aug 05 16:20:09.622 INFO E| Downloaded futures-util v0.3.28 |
2653 | 2024-08-05T16:20:10.988Z | [ helios-setup] Aug 05 16:20:09.643 INFO E| Downloaded parking_lot_core v0.9.6 |
2654 | 2024-08-05T16:20:10.991Z | [ helios-setup] Aug 05 16:20:09.647 INFO E| Downloaded reqwest v0.11.16 |
2655 | 2024-08-05T16:20:11.005Z | [ helios-setup] Aug 05 16:20:09.660 INFO E| Downloaded h2 v0.3.16 |
2656 | 2024-08-05T16:20:11.018Z | [ helios-setup] Aug 05 16:20:09.673 INFO E| Downloaded rayon v1.6.1 |
2657 | 2024-08-05T16:20:11.086Z | [ helios-setup] Aug 05 16:20:09.741 INFO E| Downloaded hyper v0.14.25 |
2658 | 2024-08-05T16:20:11.101Z | [ helios-setup] Aug 05 16:20:09.756 INFO E| Downloaded git2 v0.16.1 |
2659 | 2024-08-05T16:20:11.115Z | [ helios-setup] Aug 05 16:20:09.771 INFO E| Downloaded clap_builder v4.2.1 |
2660 | 2024-08-05T16:20:11.127Z | [ helios-setup] Aug 05 16:20:09.783 INFO E| Downloaded regress v0.5.0 |
2661 | 2024-08-05T16:20:11.140Z | [ helios-setup] Aug 05 16:20:09.795 INFO E| Downloaded rustls v0.21.0 |
2662 | 2024-08-05T16:20:11.160Z | [ helios-setup] Aug 05 16:20:09.815 INFO E| Downloaded rustix v0.37.3 |
2663 | 2024-08-05T16:20:11.191Z | [ helios-setup] Aug 05 16:20:09.847 INFO E| Downloaded openapiv3 v1.0.2 |
2664 | 2024-08-05T16:20:11.212Z | [ helios-setup] Aug 05 16:20:09.867 INFO E| Downloaded rhai v1.14.0 |
2665 | 2024-08-05T16:20:11.234Z | [ helios-setup] Aug 05 16:20:09.889 INFO E| Downloaded regex v1.7.3 |
2666 | 2024-08-05T16:20:11.247Z | [ helios-setup] Aug 05 16:20:09.902 INFO E| Downloaded chrono v0.4.24 |
2667 | 2024-08-05T16:20:11.258Z | [ helios-setup] Aug 05 16:20:09.913 INFO E| Downloaded sct v0.7.0 |
2668 | 2024-08-05T16:20:11.263Z | [ helios-setup] Aug 05 16:20:09.919 INFO E| Downloaded libc v0.2.139 |
2669 | 2024-08-05T16:20:11.305Z | [ helios-setup] Aug 05 16:20:09.960 INFO E| Downloaded crossbeam-utils v0.8.14 |
2670 | 2024-08-05T16:20:11.310Z | [ helios-setup] Aug 05 16:20:09.965 INFO E| Downloaded tokio-util v0.7.7 |
2671 | 2024-08-05T16:20:11.322Z | [ helios-setup] Aug 05 16:20:09.977 INFO E| Downloaded serde_json v1.0.95 |
2672 | 2024-08-05T16:20:11.334Z | [ helios-setup] Aug 05 16:20:09.989 INFO E| Downloaded ryu v1.0.13 |
2673 | 2024-08-05T16:20:11.339Z | [ helios-setup] Aug 05 16:20:09.994 INFO E| Downloaded num-traits v0.2.15 |
2674 | 2024-08-05T16:20:11.343Z | [ helios-setup] Aug 05 16:20:09.999 INFO E| Downloaded futures v0.3.28 |
2675 | 2024-08-05T16:20:11.353Z | [ helios-setup] Aug 05 16:20:10.008 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2676 | 2024-08-05T16:20:11.357Z | [ helios-setup] Aug 05 16:20:10.012 INFO E| Downloaded anyhow v1.0.68 |
2677 | 2024-08-05T16:20:11.367Z | [ helios-setup] Aug 05 16:20:10.020 INFO E| Downloaded unicode-linebreak v0.1.4 |
2678 | 2024-08-05T16:20:11.370Z | [ helios-setup] Aug 05 16:20:10.023 INFO E| Downloaded tracing-core v0.1.30 |
2679 | 2024-08-05T16:20:11.373Z | [ helios-setup] Aug 05 16:20:10.028 INFO E| Downloaded tracing v0.1.37 |
2680 | 2024-08-05T16:20:11.394Z | [ helios-setup] Aug 05 16:20:10.049 INFO E| Downloaded toml_edit v0.19.8 |
2681 | 2024-08-05T16:20:11.426Z | [ helios-setup] Aug 05 16:20:10.081 INFO E| Downloaded lock_api v0.4.9 |
2682 | 2024-08-05T16:20:11.430Z | [ helios-setup] Aug 05 16:20:10.084 INFO E| Downloaded ipnet v2.7.2 |
2683 | 2024-08-05T16:20:11.433Z | [ helios-setup] Aug 05 16:20:10.087 INFO E| Downloaded io-lifetimes v1.0.10 |
2684 | 2024-08-05T16:20:11.436Z | [ helios-setup] Aug 05 16:20:10.091 INFO E| Downloaded futures-executor v0.3.28 |
2685 | 2024-08-05T16:20:11.439Z | [ helios-setup] Aug 05 16:20:10.094 INFO E| Downloaded iana-time-zone v0.1.56 |
2686 | 2024-08-05T16:20:11.442Z | [ helios-setup] Aug 05 16:20:10.098 INFO E| Downloaded getrandom v0.2.8 |
2687 | 2024-08-05T16:20:11.447Z | [ helios-setup] Aug 05 16:20:10.103 INFO E| Downloaded futures-channel v0.3.28 |
2688 | 2024-08-05T16:20:11.451Z | [ helios-setup] Aug 05 16:20:10.106 INFO E| Downloaded encoding_rs v0.8.32 |
2689 | 2024-08-05T16:20:11.489Z | [ helios-setup] Aug 05 16:20:10.144 INFO E| Downloaded either v1.8.0 |
2690 | 2024-08-05T16:20:11.492Z | [ helios-setup] Aug 05 16:20:10.146 INFO E| Downloaded unicode-bidi v0.3.13 |
2691 | 2024-08-05T16:20:11.495Z | [ helios-setup] Aug 05 16:20:10.150 INFO E| Downloaded tungstenite v0.18.0 |
2692 | 2024-08-05T16:20:11.500Z | [ helios-setup] Aug 05 16:20:10.156 INFO E| Downloaded ahash v0.8.3 |
2693 | 2024-08-05T16:20:11.505Z | [ helios-setup] Aug 05 16:20:10.160 INFO E| Downloaded toml v0.7.3 |
2694 | 2024-08-05T16:20:11.511Z | [ helios-setup] Aug 05 16:20:10.167 INFO E| Downloaded textwrap v0.16.0 |
2695 | 2024-08-05T16:20:11.516Z | [ helios-setup] Aug 05 16:20:10.171 INFO E| Downloaded rhai_codegen v1.5.0 |
2696 | 2024-08-05T16:20:11.550Z | [ helios-setup] Aug 05 16:20:10.205 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2697 | 2024-08-05T16:20:11.646Z | [ helios-setup] Aug 05 16:20:10.301 INFO E| Downloaded pin-project-lite v0.2.9 |
2698 | 2024-08-05T16:20:11.672Z | [ helios-setup] Aug 05 16:20:10.327 INFO E| Downloaded signal-hook-registry v1.4.0 |
2699 | 2024-08-05T16:20:11.675Z | [ helios-setup] Aug 05 16:20:10.330 INFO E| Downloaded once_cell v1.17.0 |
2700 | 2024-08-05T16:20:11.679Z | [ helios-setup] Aug 05 16:20:10.334 INFO E| Downloaded log v0.4.17 |
2701 | 2024-08-05T16:20:11.683Z | [ helios-setup] Aug 05 16:20:10.338 INFO E| Downloaded libz-sys v1.1.8 |
2702 | 2024-08-05T16:20:11.787Z | [ helios-setup] Aug 05 16:20:10.443 INFO E| Downloaded clap v4.2.1 |
2703 | 2024-08-05T16:20:11.800Z | [ helios-setup] Aug 05 16:20:10.455 INFO E| Downloaded autocfg v1.1.0 |
2704 | 2024-08-05T16:20:11.803Z | [ helios-setup] Aug 05 16:20:10.458 INFO E| Downloaded futures-core v0.3.28 |
2705 | 2024-08-05T16:20:11.806Z | [ helios-setup] Aug 05 16:20:10.460 INFO E| Downloaded camino v1.1.4 |
2706 | 2024-08-05T16:20:11.810Z | [ helios-setup] Aug 05 16:20:10.463 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2707 | 2024-08-05T16:20:11.810Z | [ helios-setup] Aug 05 16:20:10.464 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2708 | 2024-08-05T16:20:11.813Z | [ helios-setup] Aug 05 16:20:10.467 INFO E| Downloaded socket2 v0.4.9 |
2709 | 2024-08-05T16:20:11.815Z | [ helios-setup] Aug 05 16:20:10.470 INFO E| Downloaded pkg-config v0.3.26 |
2710 | 2024-08-05T16:20:11.827Z | [ helios-setup] Aug 05 16:20:10.482 INFO E| Downloaded tokio-rustls v0.24.0 |
2711 | 2024-08-05T16:20:11.830Z | [ helios-setup] Aug 05 16:20:10.485 INFO E| Downloaded tempfile v3.5.0 |
2712 | 2024-08-05T16:20:11.834Z | [ helios-setup] Aug 05 16:20:10.490 INFO E| Downloaded smartstring v1.0.1 |
2713 | 2024-08-05T16:20:11.838Z | [ helios-setup] Aug 05 16:20:10.494 INFO E| Downloaded smallvec v1.10.0 |
2714 | 2024-08-05T16:20:11.842Z | [ helios-setup] Aug 05 16:20:10.497 INFO E| Downloaded num-integer v0.1.45 |
2715 | 2024-08-05T16:20:11.844Z | [ helios-setup] Aug 05 16:20:10.500 INFO E| Downloaded concolor-query v0.3.3 |
2716 | 2024-08-05T16:20:11.847Z | [ helios-setup] Aug 05 16:20:10.502 INFO E| Downloaded smawk v0.3.1 |
2717 | 2024-08-05T16:20:11.850Z | [ helios-setup] Aug 05 16:20:10.504 INFO E| Downloaded crossbeam-deque v0.8.2 |
2718 | 2024-08-05T16:20:11.853Z | [ helios-setup] Aug 05 16:20:10.507 INFO E| Downloaded num_enum_derive v0.5.7 |
2719 | 2024-08-05T16:20:11.853Z | [ helios-setup] Aug 05 16:20:10.508 INFO E| Downloaded num_cpus v1.15.0 |
2720 | 2024-08-05T16:20:11.858Z | [ helios-setup] Aug 05 16:20:10.514 INFO E| Downloaded itoa v1.0.6 |
2721 | 2024-08-05T16:20:11.861Z | [ helios-setup] Aug 05 16:20:10.516 INFO E| Downloaded futures-macro v0.3.28 |
2722 | 2024-08-05T16:20:11.888Z | [ helios-setup] Aug 05 16:20:10.518 INFO E| Downloaded lazy_static v1.4.0 |
2723 | 2024-08-05T16:20:11.888Z | [ helios-setup] Aug 05 16:20:10.519 INFO E| Downloaded httpdate v1.0.2 |
2724 | 2024-08-05T16:20:11.892Z | [ helios-setup] Aug 05 16:20:10.544 INFO E| Downloaded form_urlencoded v1.1.0 |
2725 | 2024-08-05T16:20:11.892Z | [ helios-setup] Aug 05 16:20:10.545 INFO E| Downloaded digest v0.10.6 |
2726 | 2024-08-05T16:20:11.896Z | [ helios-setup] Aug 05 16:20:10.548 INFO E| Downloaded async-trait v0.1.68 |
2727 | 2024-08-05T16:20:11.901Z | [ helios-setup] Aug 05 16:20:10.552 INFO E| Downloaded ahash v0.7.6 |
2728 | 2024-08-05T16:20:11.905Z | [ helios-setup] Aug 05 16:20:10.555 INFO E| Downloaded bincode v1.3.3 |
2729 | 2024-08-05T16:20:11.908Z | [ helios-setup] Aug 05 16:20:10.558 INFO E| Downloaded cargo-lock v8.0.3 |
2730 | 2024-08-05T16:20:11.911Z | [ helios-setup] Aug 05 16:20:10.561 INFO E| Downloaded anstyle-parse v0.1.1 |
2731 | 2024-08-05T16:20:11.915Z | [ helios-setup] Aug 05 16:20:10.569 INFO E| Downloaded sha1 v0.10.5 |
2732 | 2024-08-05T16:20:11.919Z | [ helios-setup] Aug 05 16:20:10.569 INFO E| Downloaded rustls-pemfile v1.0.2 |
2733 | 2024-08-05T16:20:11.923Z | [ helios-setup] Aug 05 16:20:10.577 INFO E| Downloaded proc-macro-crate v1.2.1 |
2734 | 2024-08-05T16:20:11.925Z | [ helios-setup] Aug 05 16:20:10.579 INFO E| Downloaded memoffset v0.7.1 |
2735 | 2024-08-05T16:20:11.926Z | [ helios-setup] Aug 05 16:20:10.581 INFO E| Downloaded futures-sink v0.3.28 |
2736 | 2024-08-05T16:20:11.928Z | [ helios-setup] Aug 05 16:20:10.582 INFO E| Downloaded fastrand v1.9.0 |
2737 | 2024-08-05T16:20:11.928Z | [ helios-setup] Aug 05 16:20:10.584 INFO E| Downloaded concolor-override v1.0.0 |
2738 | 2024-08-05T16:20:11.931Z | [ helios-setup] Aug 05 16:20:10.585 INFO E| Downloaded clap_lex v0.4.1 |
2739 | 2024-08-05T16:20:11.931Z | [ helios-setup] Aug 05 16:20:10.586 INFO E| Downloaded built v0.6.0 |
2740 | 2024-08-05T16:20:11.934Z | [ helios-setup] Aug 05 16:20:10.588 INFO E| Downloaded anstyle v0.3.5 |
2741 | 2024-08-05T16:20:11.937Z | [ helios-setup] Aug 05 16:20:10.590 INFO E| Downloaded jobserver v0.1.26 |
2742 | 2024-08-05T16:20:12.308Z | [ helios-setup] Aug 05 16:20:10.963 INFO E| Compiling proc-macro2 v1.0.86 |
2743 | 2024-08-05T16:20:12.312Z | [ helios-setup] Aug 05 16:20:10.963 INFO E| Compiling libc v0.2.139 |
2744 | 2024-08-05T16:20:12.312Z | [ helios-setup] Aug 05 16:20:10.964 INFO E| Compiling unicode-ident v1.0.8 |
2745 | 2024-08-05T16:20:12.312Z | [ helios-setup] Aug 05 16:20:10.964 INFO E| Compiling autocfg v1.1.0 |
2746 | 2024-08-05T16:20:12.312Z | [ helios-setup] Aug 05 16:20:10.964 INFO E| Compiling cfg-if v1.0.0 |
2747 | 2024-08-05T16:20:12.312Z | [ helios-setup] Aug 05 16:20:10.964 INFO E| Compiling version_check v0.9.4 |
2748 | 2024-08-05T16:20:12.312Z | [ helios-setup] Aug 05 16:20:10.964 INFO E| Compiling serde v1.0.204 |
2749 | 2024-08-05T16:20:12.312Z | [ helios-setup] Aug 05 16:20:10.965 INFO E| Compiling syn v1.0.107 |
2750 | 2024-08-05T16:20:12.954Z | [ helios-setup] Aug 05 16:20:11.609 INFO E| Compiling memchr v2.5.0 |
2751 | 2024-08-05T16:20:14.074Z | [ helios-setup] Aug 05 16:20:12.728 INFO E| Compiling once_cell v1.17.0 |
2752 | 2024-08-05T16:20:14.251Z | [ helios-setup] Aug 05 16:20:12.906 INFO E| Compiling log v0.4.17 |
2753 | 2024-08-05T16:20:14.398Z | [ helios-setup] Aug 05 16:20:13.053 INFO E| Compiling thiserror v1.0.38 |
2754 | 2024-08-05T16:20:15.069Z | [ helios-setup] Aug 05 16:20:13.719 INFO E| Compiling itoa v1.0.6 |
2755 | 2024-08-05T16:20:15.345Z | [ helios-setup] Aug 05 16:20:13.942 INFO E| Compiling serde_json v1.0.95 |
2756 | 2024-08-05T16:20:16.112Z | [ helios-setup] Aug 05 16:20:14.766 INFO E| Compiling getrandom v0.2.8 |
2757 | 2024-08-05T16:20:16.640Z | [ helios-setup] Aug 05 16:20:15.295 INFO E| Compiling jobserver v0.1.26 |
2758 | 2024-08-05T16:20:17.110Z | [ helios-setup] Aug 05 16:20:15.764 INFO E| Compiling quote v1.0.36 |
2759 | 2024-08-05T16:20:17.265Z | [ helios-setup] Aug 05 16:20:15.919 INFO E| Compiling indexmap v1.9.3 |
2760 | 2024-08-05T16:20:17.380Z | [ helios-setup] Aug 05 16:20:16.034 INFO E| Compiling pin-project-lite v0.2.9 |
2761 | 2024-08-05T16:20:17.383Z | [ helios-setup] Aug 05 16:20:16.034 INFO E| Compiling scopeguard v1.1.0 |
2762 | 2024-08-05T16:20:17.575Z | [ helios-setup] Aug 05 16:20:16.229 INFO E| Compiling cc v1.0.78 |
2763 | 2024-08-05T16:20:17.840Z | [ helios-setup] Aug 05 16:20:16.493 INFO E| Compiling syn v2.0.72 |
2764 | 2024-08-05T16:20:18.164Z | [ helios-setup] Aug 05 16:20:16.818 INFO E| Compiling num-integer v0.1.45 |
2765 | 2024-08-05T16:20:18.355Z | [ helios-setup] Aug 05 16:20:17.009 INFO E| Compiling bytes v1.4.0 |
2766 | 2024-08-05T16:20:18.456Z | [ helios-setup] Aug 05 16:20:17.109 INFO E| Compiling futures-core v0.3.28 |
2767 | 2024-08-05T16:20:19.056Z | [ helios-setup] Aug 05 16:20:17.709 INFO E| Compiling ryu v1.0.13 |
2768 | 2024-08-05T16:20:20.059Z | [ helios-setup] Aug 05 16:20:18.712 INFO E| Compiling lock_api v0.4.9 |
2769 | 2024-08-05T16:20:20.339Z | [ helios-setup] Aug 05 16:20:18.993 INFO E| Compiling parking_lot_core v0.9.6 |
2770 | 2024-08-05T16:20:20.572Z | [ helios-setup] Aug 05 16:20:19.226 INFO E| Compiling bitflags v1.3.2 |
2771 | 2024-08-05T16:20:20.866Z | [ helios-setup] Aug 05 16:20:19.520 INFO E| Compiling typenum v1.16.0 |
2772 | 2024-08-05T16:20:21.533Z | [ helios-setup] Aug 05 16:20:20.187 INFO E| Compiling num_cpus v1.15.0 |
2773 | 2024-08-05T16:20:21.643Z | [ helios-setup] Aug 05 16:20:20.297 INFO E| Compiling slab v0.4.7 |
2774 | 2024-08-05T16:20:21.784Z | [ helios-setup] Aug 05 16:20:20.438 INFO E| Compiling generic-array v0.14.6 |
2775 | 2024-08-05T16:20:22.000Z | [ helios-setup] Aug 05 16:20:20.654 INFO E| Compiling futures-task v0.3.28 |
2776 | 2024-08-05T16:20:22.017Z | [ helios-setup] Aug 05 16:20:20.671 INFO E| Compiling futures-channel v0.3.28 |
2777 | 2024-08-05T16:20:22.315Z | [ helios-setup] Aug 05 16:20:20.966 INFO E| Compiling futures-sink v0.3.28 |
2778 | 2024-08-05T16:20:22.836Z | [ helios-setup] Aug 05 16:20:21.489 INFO E| Compiling tokio v1.27.0 |
2779 | 2024-08-05T16:20:22.967Z | [ helios-setup] Aug 05 16:20:21.621 INFO E| Compiling schemars v0.8.12 |
2780 | 2024-08-05T16:20:23.042Z | [ helios-setup] Aug 05 16:20:21.695 INFO E| Compiling futures-util v0.3.28 |
2781 | 2024-08-05T16:20:24.289Z | [ helios-setup] Aug 05 16:20:22.942 INFO E| Compiling mio v0.8.5 |
2782 | 2024-08-05T16:20:24.406Z | [ helios-setup] Aug 05 16:20:23.059 INFO E| Compiling socket2 v0.4.9 |
2783 | 2024-08-05T16:20:24.655Z | [ helios-setup] Aug 05 16:20:23.307 INFO E| Compiling signal-hook-registry v1.4.0 |
2784 | 2024-08-05T16:20:24.919Z | [ helios-setup] Aug 05 16:20:23.572 INFO E| Compiling num-traits v0.2.15 |
2785 | 2024-08-05T16:20:25.010Z | [ helios-setup] Aug 05 16:20:23.663 INFO E| Compiling ahash v0.7.6 |
2786 | 2024-08-05T16:20:26.297Z | [ helios-setup] Aug 05 16:20:24.949 INFO E| Compiling crunchy v0.2.2 |
2787 | 2024-08-05T16:20:26.396Z | [ helios-setup] Aug 05 16:20:25.049 INFO E| Compiling pin-utils v0.1.0 |
2788 | 2024-08-05T16:20:26.897Z | [ helios-setup] Aug 05 16:20:25.549 INFO E| Compiling futures-io v0.3.28 |
2789 | 2024-08-05T16:20:27.528Z | [ helios-setup] Aug 05 16:20:26.180 INFO E| Compiling io-lifetimes v1.0.10 |
2790 | 2024-08-05T16:20:28.102Z | [ helios-setup] Aug 05 16:20:26.755 INFO E| Compiling ahash v0.8.3 |
2791 | 2024-08-05T16:20:28.134Z | [ helios-setup] Aug 05 16:20:26.787 INFO E| Compiling tiny-keccak v2.0.2 |
2792 | 2024-08-05T16:20:29.071Z | [ helios-setup] Aug 05 16:20:27.723 INFO E| Compiling hashbrown v0.12.3 |
2793 | 2024-08-05T16:20:29.398Z | [ helios-setup] Aug 05 16:20:28.050 INFO E| Compiling serde_derive_internals v0.26.0 |
2794 | 2024-08-05T16:20:29.553Z | [ helios-setup] Aug 05 16:20:28.205 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2795 | 2024-08-05T16:20:29.660Z | [ helios-setup] Aug 05 16:20:28.313 INFO E| Compiling rustix v0.37.3 |
2796 | 2024-08-05T16:20:30.034Z | [ helios-setup] Aug 05 16:20:28.686 INFO E| Compiling block-buffer v0.10.3 |
2797 | 2024-08-05T16:20:30.199Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2798 | 2024-08-05T16:20:30.349Z | [ helios-setup] Aug 05 16:20:29.001 INFO E| Compiling crypto-common v0.1.6 |
2799 | 2024-08-05T16:20:32.216Z | [ helios-setup] Aug 05 16:20:30.868 INFO E| Compiling errno v0.3.1 |
2800 | 2024-08-05T16:20:32.292Z | [ helios-setup] Aug 05 16:20:30.944 INFO E| Compiling fnv v1.0.7 |
2801 | 2024-08-05T16:20:32.889Z | [ helios-setup] Aug 05 16:20:31.540 INFO E| Compiling slog v2.7.0 |
2802 | 2024-08-05T16:20:32.964Z | [ helios-setup] Aug 05 16:20:31.616 INFO E| Compiling crossbeam-utils v0.8.14 |
2803 | 2024-08-05T16:20:33.054Z | [ helios-setup] Aug 05 16:20:31.701 INFO E| Compiling pkg-config v0.3.26 |
2804 | 2024-08-05T16:20:34.493Z | [ helios-setup] Aug 05 16:20:33.145 INFO E| Compiling http v0.2.9 |
2805 | 2024-08-05T16:20:34.978Z | [ host-package] Compiling zone v0.1.8 |
2806 | 2024-08-05T16:20:36.277Z | [ helios-setup] Aug 05 16:20:34.928 INFO E| Compiling digest v0.10.6 |
2807 | 2024-08-05T16:20:36.367Z | [ helios-setup] Aug 05 16:20:35.018 INFO E| Compiling aho-corasick v0.7.20 |
2808 | 2024-08-05T16:20:37.637Z | [ helios-setup] Aug 05 16:20:36.288 INFO E| Compiling anyhow v1.0.68 |
2809 | 2024-08-05T16:20:37.850Z | [ helios-setup] Aug 05 16:20:36.501 INFO E| Compiling regex-syntax v0.6.29 |
2810 | 2024-08-05T16:20:37.939Z | [ helios-setup] Aug 05 16:20:36.590 INFO E| Compiling unicode-width v0.1.10 |
2811 | 2024-08-05T16:20:38.623Z | [ helios-setup] Aug 05 16:20:37.274 INFO E| Compiling cpufeatures v0.2.5 |
2812 | 2024-08-05T16:20:38.718Z | [ helios-setup] Aug 05 16:20:37.369 INFO E| Compiling tinyvec_macros v0.1.1 |
2813 | 2024-08-05T16:20:38.852Z | [ helios-setup] Aug 05 16:20:37.502 INFO E| Compiling httparse v1.8.0 |
2814 | 2024-08-05T16:20:38.950Z | [ helios-setup] Aug 05 16:20:37.600 INFO E| Compiling heck v0.4.1 |
2815 | 2024-08-05T16:20:39.424Z | [ helios-setup] Aug 05 16:20:38.075 INFO E| Compiling percent-encoding v2.2.0 |
2816 | 2024-08-05T16:20:39.695Z | [ helios-setup] Aug 05 16:20:38.346 INFO E| Compiling thiserror-impl v1.0.38 |
2817 | 2024-08-05T16:20:39.956Z | [ helios-setup] Aug 05 16:20:38.607 INFO E| Compiling schemars_derive v0.8.12 |
2818 | 2024-08-05T16:20:40.522Z | [ helios-setup] Aug 05 16:20:39.172 INFO E| Compiling tinyvec v1.6.0 |
2819 | 2024-08-05T16:20:40.716Z | [ helios-setup] Aug 05 16:20:39.367 INFO E| Compiling form_urlencoded v1.1.0 |
2820 | 2024-08-05T16:20:41.091Z | [ helios-setup] Aug 05 16:20:39.741 INFO E| Compiling const-random-macro v0.1.15 |
2821 | 2024-08-05T16:20:41.399Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2822 | 2024-08-05T16:20:41.920Z | [ helios-setup] Aug 05 16:20:40.571 INFO E| Compiling serde_derive v1.0.204 |
2823 | 2024-08-05T16:20:42.038Z | [ helios-setup] Aug 05 16:20:40.689 INFO E| Compiling futures-macro v0.3.28 |
2824 | 2024-08-05T16:20:42.893Z | [ helios-setup] Aug 05 16:20:41.543 INFO E| Compiling tokio-macros v2.0.0 |
2825 | 2024-08-05T16:20:43.579Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2826 | 2024-08-05T16:20:44.619Z | [ helios-setup] Aug 05 16:20:43.269 INFO E| Compiling regex v1.7.3 |
2827 | 2024-08-05T16:20:46.202Z | [ helios-setup] Aug 05 16:20:44.852 INFO E| Compiling hashbrown v0.13.2 |
2828 | 2024-08-05T16:20:46.497Z | [ helios-setup] Aug 05 16:20:45.147 INFO E| Compiling chrono v0.4.24 |
2829 | 2024-08-05T16:20:47.157Z | [ helios-setup] Aug 05 16:20:45.806 INFO E| Compiling libz-sys v1.1.8 |
2830 | 2024-08-05T16:20:47.184Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2831 | 2024-08-05T16:20:50.535Z | [ helios-setup] Aug 05 16:20:49.184 INFO E| Compiling uuid v1.3.0 |
2832 | 2024-08-05T16:20:50.649Z | [ helios-setup] Aug 05 16:20:49.298 INFO E| Compiling dyn-clone v1.0.11 |
2833 | 2024-08-05T16:20:51.119Z | [ helios-setup] Aug 05 16:20:49.768 INFO E| Compiling regress v0.5.0 |
2834 | 2024-08-05T16:20:51.200Z | [ helios-setup] Aug 05 16:20:49.849 INFO E| Compiling unicode-normalization v0.1.22 |
2835 | 2024-08-05T16:20:51.863Z | [ helios-setup] Aug 05 16:20:50.511 INFO E| Compiling const-random v0.1.15 |
2836 | 2024-08-05T16:20:52.961Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2837 | 2024-08-05T16:20:53.541Z | [ helios-setup] Aug 05 16:20:52.189 INFO E| Compiling getopts v0.2.21 |
2838 | 2024-08-05T16:20:54.053Z | [ helios-setup] Aug 05 16:20:52.701 INFO E| Compiling tracing-core v0.1.30 |
2839 | 2024-08-05T16:20:54.525Z | [ helios-setup] Aug 05 16:20:53.173 INFO E| Compiling memoffset v0.7.1 |
2840 | 2024-08-05T16:20:54.619Z | [ helios-setup] Aug 05 16:20:53.267 INFO E| Compiling unicode-bidi v0.3.13 |
2841 | 2024-08-05T16:20:54.757Z | [ helios-setup] Aug 05 16:20:53.406 INFO E| Compiling num-conv v0.1.0 |
2842 | 2024-08-05T16:20:55.632Z | [ helios-setup] Aug 05 16:20:54.280 INFO E| Compiling time-core v0.1.2 |
2843 | 2024-08-05T16:20:55.957Z | [ helios-setup] Aug 05 16:20:54.606 INFO E| Compiling powerfmt v0.2.0 |
2844 | 2024-08-05T16:20:58.026Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2845 | 2024-08-05T16:20:58.184Z | [ helios-setup] Aug 05 16:20:56.831 INFO E| Compiling ucd-trie v0.1.5 |
2846 | 2024-08-05T16:20:58.357Z | [ helios-setup] Aug 05 16:20:57.005 INFO E| Compiling idna v0.3.0 |
2847 | 2024-08-05T16:20:59.185Z | [ helios-setup] Aug 05 16:20:57.833 INFO E| Compiling pest v2.5.7 |
2848 | 2024-08-05T16:21:00.054Z | [ helios-setup] Aug 05 16:20:58.701 INFO E| Compiling deranged v0.3.11 |
2849 | 2024-08-05T16:21:00.906Z | [ helios-setup] Aug 05 16:20:59.552 INFO E| Compiling time-macros v0.2.18 |
2850 | 2024-08-05T16:21:02.494Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2851 | 2024-08-05T16:21:04.259Z | [ helios-setup] Aug 05 16:21:02.904 INFO E| Compiling tracing v0.1.37 |
2852 | 2024-08-05T16:21:05.804Z | [ helios-setup] Aug 05 16:21:04.451 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2853 | 2024-08-05T16:21:06.011Z | [ helios-setup] Aug 05 16:21:04.657 INFO E| Compiling time v0.1.45 |
2854 | 2024-08-05T16:21:06.533Z | [ helios-setup] Aug 05 16:21:05.179 INFO E| Compiling crossbeam-epoch v0.9.13 |
2855 | 2024-08-05T16:21:07.507Z | [ helios-setup] Aug 05 16:21:06.154 INFO E| Compiling num_threads v0.1.6 |
2856 | 2024-08-05T16:21:07.986Z | [ helios-setup] Aug 05 16:21:06.632 INFO E| Compiling iana-time-zone v0.1.56 |
2857 | 2024-08-05T16:21:08.959Z | [ helios-setup] Aug 05 16:21:07.605 INFO E| Compiling semver v1.0.17 |
2858 | 2024-08-05T16:21:09.223Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2859 | 2024-08-05T16:21:09.598Z | [ helios-setup] Aug 05 16:21:08.242 INFO E| Compiling time v0.3.36 |
2860 | 2024-08-05T16:21:09.985Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2861 | 2024-08-05T16:21:10.208Z | [ helios-setup] Aug 05 16:21:08.854 INFO E| Compiling smallvec v1.10.0 |
2862 | 2024-08-05T16:21:11.101Z | [ helios-setup] Aug 05 16:21:09.746 INFO E| Compiling toml v0.5.11 |
2863 | 2024-08-05T16:21:12.133Z | [ helios-setup] Aug 05 16:21:10.778 INFO E| Compiling parking_lot v0.12.1 |
2864 | 2024-08-05T16:21:14.032Z | [ helios-setup] Aug 05 16:21:12.677 INFO E| Compiling serde_tokenstream v0.2.0 |
2865 | 2024-08-05T16:21:17.986Z | [ helios-setup] Aug 05 16:21:16.631 INFO E| Compiling semver-parser v0.10.2 |
2866 | 2024-08-05T16:21:18.288Z | [ helios-setup] Aug 05 16:21:16.932 INFO E| Compiling url v2.3.1 |
2867 | 2024-08-05T16:21:19.978Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2868 | 2024-08-05T16:21:19.981Z | [ host-package] Compiling portpicker v0.1.1 |
2869 | 2024-08-05T16:21:20.712Z | [ host-package] Compiling smawk v0.3.2 |
2870 | 2024-08-05T16:21:21.068Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2871 | 2024-08-05T16:21:21.526Z | [ helios-setup] Aug 05 16:21:20.170 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2872 | 2024-08-05T16:21:21.576Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2873 | 2024-08-05T16:21:22.282Z | [ host-package] Compiling textwrap v0.16.1 |
2874 | 2024-08-05T16:21:23.753Z | [ helios-setup] Aug 05 16:21:22.396 INFO E| Compiling crossbeam-channel v0.5.6 |
2875 | 2024-08-05T16:21:24.497Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2876 | 2024-08-05T16:21:24.875Z | [ helios-setup] Aug 05 16:21:23.519 INFO E| Compiling dirs-sys-next v0.1.2 |
2877 | 2024-08-05T16:21:26.880Z | [ helios-setup] Aug 05 16:21:25.523 INFO E| Compiling same-file v1.0.6 |
2878 | 2024-08-05T16:21:27.259Z | [ helios-setup] Aug 05 16:21:25.902 INFO E| Compiling crc32fast v1.3.2 |
2879 | 2024-08-05T16:21:27.500Z | [ helios-setup] Aug 05 16:21:26.143 INFO E| Compiling try-lock v0.2.4 |
2880 | 2024-08-05T16:21:27.925Z | [ helios-setup] Aug 05 16:21:26.568 INFO E| Compiling want v0.3.0 |
2881 | 2024-08-05T16:21:28.452Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2882 | 2024-08-05T16:21:28.632Z | [ helios-setup] Aug 05 16:21:27.275 INFO E| Compiling walkdir v2.3.3 |
2883 | 2024-08-05T16:21:28.908Z | [ helios-setup] Aug 05 16:21:27.551 INFO E| Compiling dirs-next v2.0.0 |
2884 | 2024-08-05T16:21:32.127Z | [ helios-setup] Aug 05 16:21:30.769 INFO E| Compiling tokio-util v0.7.7 |
2885 | 2024-08-05T16:21:32.380Z | [ helios-setup] Aug 05 16:21:31.022 INFO E| Compiling semver v0.11.0 |
2886 | 2024-08-05T16:21:34.902Z | [ helios-setup] Aug 05 16:21:33.544 INFO E| Compiling h2 v0.3.16 |
2887 | 2024-08-05T16:21:35.330Z | [ helios-setup] Aug 05 16:21:33.972 INFO E| Compiling proc-macro-crate v1.2.1 |
2888 | 2024-08-05T16:21:36.628Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2889 | 2024-08-05T16:21:37.230Z | [ helios-setup] Aug 05 16:21:35.872 INFO E| Compiling futures-executor v0.3.28 |
2890 | 2024-08-05T16:21:39.675Z | [ helios-setup] Aug 05 16:21:38.316 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2891 | 2024-08-05T16:21:39.759Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2892 | 2024-08-05T16:21:39.787Z | [ helios-setup] Aug 05 16:21:38.428 INFO E| Compiling http-body v0.4.5 |
2893 | 2024-08-05T16:21:39.958Z | [ helios-setup] Aug 05 16:21:38.599 INFO E| Compiling ring v0.16.20 |
2894 | 2024-08-05T16:21:41.108Z | [ helios-setup] Aug 05 16:21:39.749 INFO E| Compiling rand_core v0.6.4 |
2895 | 2024-08-05T16:21:42.306Z | [ helios-setup] Aug 05 16:21:40.947 INFO E| Compiling thread_local v1.1.7 |
2896 | 2024-08-05T16:21:42.644Z | [ helios-setup] Aug 05 16:21:41.285 INFO E| Compiling adler v1.0.2 |
2897 | 2024-08-05T16:21:43.231Z | [ helios-setup] Aug 05 16:21:41.872 INFO E| Compiling lazy_static v1.4.0 |
2898 | 2024-08-05T16:21:43.997Z | [ helios-setup] Aug 05 16:21:42.638 INFO E| Compiling fastrand v1.9.0 |
2899 | 2024-08-05T16:21:45.611Z | [ helios-setup] Aug 05 16:21:44.251 INFO E| Compiling base64 v0.21.0 |
2900 | 2024-08-05T16:21:46.238Z | [ helios-setup] Aug 05 16:21:44.878 INFO E| Compiling httpdate v1.0.2 |
2901 | 2024-08-05T16:21:46.730Z | [ host-package] Compiling rcgen v0.12.1 |
2902 | 2024-08-05T16:21:48.166Z | [ helios-setup] Aug 05 16:21:46.805 INFO E| Compiling home v0.5.4 |
2903 | 2024-08-05T16:21:48.233Z | [ helios-setup] Aug 05 16:21:46.873 INFO E| Compiling rayon-core v1.10.2 |
2904 | 2024-08-05T16:21:48.444Z | [ helios-setup] Aug 05 16:21:47.084 INFO E| Compiling tower-service v0.3.2 |
2905 | 2024-08-05T16:21:48.639Z | [ helios-setup] Aug 05 16:21:47.278 INFO E| Compiling utf8parse v0.2.1 |
2906 | 2024-08-05T16:21:48.942Z | [ helios-setup] Aug 05 16:21:47.581 INFO E| Compiling ppv-lite86 v0.2.17 |
2907 | 2024-08-05T16:21:49.051Z | [ helios-setup] Aug 05 16:21:47.685 INFO E| Compiling anstyle-parse v0.1.1 |
2908 | 2024-08-05T16:21:49.327Z | [ helios-setup] Aug 05 16:21:47.967 INFO E| Compiling hyper v0.14.25 |
2909 | 2024-08-05T16:21:50.149Z | [ helios-setup] Aug 05 16:21:48.789 INFO E| Compiling toolchain_find v0.2.0 |
2910 | 2024-08-05T16:21:50.897Z | [ helios-setup] Aug 05 16:21:49.536 INFO E| Compiling rand_chacha v0.3.1 |
2911 | 2024-08-05T16:21:52.570Z | [ helios-setup] Aug 05 16:21:51.209 INFO E| Compiling tempfile v3.5.0 |
2912 | 2024-08-05T16:21:53.973Z | [ helios-setup] Aug 05 16:21:52.612 INFO E| Compiling miniz_oxide v0.6.2 |
2913 | 2024-08-05T16:22:00.287Z | [ helios-setup] Aug 05 16:21:58.925 INFO E| Compiling futures v0.3.28 |
2914 | 2024-08-05T16:22:04.142Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2915 | 2024-08-05T16:22:05.710Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2916 | 2024-08-05T16:22:07.100Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2917 | 2024-08-05T16:22:07.175Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2918 | 2024-08-05T16:22:07.595Z | [ helios-setup] Aug 05 16:22:06.232 INFO E| Compiling num_enum_derive v0.5.7 |
2919 | 2024-08-05T16:22:07.994Z | [ host-package] Compiling atomicwrites v0.4.3 |
2920 | 2024-08-05T16:22:09.258Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2921 | 2024-08-05T16:22:11.909Z | [ helios-setup] Aug 05 16:22:10.545 INFO E| Compiling cargo-lock v8.0.3 |
2922 | 2024-08-05T16:22:12.297Z | [ helios-setup] Aug 05 16:22:10.933 INFO E| Compiling crossbeam-deque v0.8.2 |
2923 | 2024-08-05T16:22:13.278Z | [ helios-setup] Aug 05 16:22:11.914 INFO E| Compiling term v0.7.0 |
2924 | 2024-08-05T16:22:13.995Z | [ helios-setup] Aug 05 16:22:12.631 INFO E| Compiling serde_urlencoded v0.7.1 |
2925 | 2024-08-05T16:22:14.165Z | [ helios-setup] Aug 05 16:22:12.800 INFO E| Compiling sha2 v0.10.6 |
2926 | 2024-08-05T16:22:15.315Z | [ helios-setup] Aug 05 16:22:13.950 INFO E| Compiling sha1 v0.10.5 |
2927 | 2024-08-05T16:22:15.746Z | [ helios-setup] Aug 05 16:22:14.381 INFO E| Compiling is-terminal v0.4.7 |
2928 | 2024-08-05T16:22:15.997Z | [ host-package] Compiling fatfs v0.3.6 |
2929 | 2024-08-05T16:22:16.152Z | [ helios-setup] Aug 05 16:22:14.788 INFO E| Compiling atty v0.2.14 |
2930 | 2024-08-05T16:22:16.791Z | [ helios-setup] Aug 05 16:22:15.426 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2931 | 2024-08-05T16:22:17.313Z | [ helios-setup] Aug 05 16:22:15.948 INFO E| Compiling concolor-query v0.3.3 |
2932 | 2024-08-05T16:22:17.493Z | [ helios-setup] Aug 05 16:22:16.128 INFO E| Compiling anstyle v0.3.5 |
2933 | 2024-08-05T16:22:20.188Z | [ helios-setup] Aug 05 16:22:18.822 INFO E| Compiling concolor-override v1.0.0 |
2934 | 2024-08-05T16:22:20.723Z | [ helios-setup] Aug 05 16:22:19.358 INFO E| Compiling anstream v0.2.6 |
2935 | 2024-08-05T16:22:21.177Z | [ host-package] Compiling rtoolbox v0.0.2 |
2936 | 2024-08-05T16:22:21.763Z | [ host-package] Compiling subprocess v0.2.9 |
2937 | 2024-08-05T16:22:22.166Z | [ helios-setup] Aug 05 16:22:20.800 INFO E| Compiling slog-term v2.9.0 |
2938 | 2024-08-05T16:22:22.250Z | [ host-package] Compiling is_ci v1.2.0 |
2939 | 2024-08-05T16:22:22.507Z | [ helios-setup] Aug 05 16:22:21.141 INFO E| Compiling flate2 v1.0.25 |
2940 | 2024-08-05T16:22:23.064Z | [ host-package] Compiling assert_matches v1.5.0 |
2941 | 2024-08-05T16:22:23.289Z | [ host-package] Compiling supports-color v3.0.0 |
2942 | 2024-08-05T16:22:23.618Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2943 | 2024-08-05T16:22:24.404Z | [ helios-setup] Aug 05 16:22:23.038 INFO E| Compiling num_enum v0.5.7 |
2944 | 2024-08-05T16:22:24.727Z | [ helios-setup] Aug 05 16:22:23.360 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2945 | 2024-08-05T16:22:24.969Z | [ helios-setup] Aug 05 16:22:23.602 INFO E| Compiling rand v0.8.5 |
2946 | 2024-08-05T16:22:25.358Z | [ helios-setup] Aug 05 16:22:23.992 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2947 | 2024-08-05T16:22:25.802Z | [ helios-setup] Aug 05 16:22:24.436 INFO E| Compiling openapiv3 v1.0.2 |
2948 | 2024-08-05T16:22:28.069Z | [ helios-setup] Aug 05 16:22:26.703 INFO E| Compiling encoding_rs v0.8.32 |
2949 | 2024-08-05T16:22:28.353Z | [ host-package] Compiling rpassword v7.3.1 |
2950 | 2024-08-05T16:22:29.437Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2951 | 2024-08-05T16:22:29.846Z | [ helios-setup] Aug 05 16:22:28.479 INFO E| Compiling mime v0.3.17 |
2952 | 2024-08-05T16:22:30.424Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2953 | 2024-08-05T16:22:32.017Z | [ helios-setup] Aug 05 16:22:30.650 INFO E| Compiling spin v0.5.2 |
2954 | 2024-08-05T16:22:32.856Z | [ helios-setup] Aug 05 16:22:31.488 INFO E| Compiling strsim v0.10.0 |
2955 | 2024-08-05T16:22:34.474Z | [ helios-setup] Aug 05 16:22:33.106 INFO E| Compiling byteorder v1.4.3 |
2956 | 2024-08-05T16:22:35.845Z | [ helios-setup] Aug 05 16:22:34.478 INFO E| Compiling either v1.8.0 |
2957 | 2024-08-05T16:22:36.393Z | [ helios-setup] Aug 05 16:22:35.025 INFO E| Compiling unsafe-libyaml v0.2.8 |
2958 | 2024-08-05T16:22:36.775Z | [ helios-setup] Aug 05 16:22:35.335 INFO E| Compiling base64 v0.13.1 |
2959 | 2024-08-05T16:22:36.778Z | [ helios-setup] Aug 05 16:22:35.408 INFO E| Compiling ipnet v2.7.2 |
2960 | 2024-08-05T16:22:37.444Z | [ helios-setup] Aug 05 16:22:36.076 INFO E| Compiling clap_lex v0.4.1 |
2961 | 2024-08-05T16:22:37.897Z | [ host-package] Compiling tui-tree-widget v0.21.0 |
2962 | 2024-08-05T16:22:38.447Z | [ helios-setup] Aug 05 16:22:37.078 INFO E| Compiling project-root v0.2.2 |
2963 | 2024-08-05T16:22:38.955Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2964 | 2024-08-05T16:22:39.016Z | [ helios-setup] Aug 05 16:22:37.647 INFO E| Compiling utf-8 v0.7.6 |
2965 | 2024-08-05T16:22:39.170Z | [ helios-setup] Aug 05 16:22:37.801 INFO E| Compiling untrusted v0.7.1 |
2966 | 2024-08-05T16:22:39.756Z | [ helios-setup] Aug 05 16:22:38.387 INFO E| Compiling serde_yaml v0.9.21 |
2967 | 2024-08-05T16:22:39.759Z | [ helios-setup] Aug 05 16:22:38.388 INFO E| Compiling tungstenite v0.18.0 |
2968 | 2024-08-05T16:22:39.943Z | [ helios-setup] Aug 05 16:22:38.575 INFO E| Compiling clap_builder v4.2.1 |
2969 | 2024-08-05T16:22:40.362Z | [ helios-setup] Aug 05 16:22:38.993 INFO E| Compiling reqwest v0.11.16 |
2970 | 2024-08-05T16:22:41.705Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2971 | 2024-08-05T16:22:42.106Z | [ helios-setup] Aug 05 16:22:40.738 INFO E| Compiling rayon v1.6.1 |
2972 | 2024-08-05T16:22:44.194Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2973 | 2024-08-05T16:22:45.120Z | [ host-package] Compiling uzers v0.11.3 |
2974 | 2024-08-05T16:22:47.142Z | [ helios-setup] Aug 05 16:22:45.772 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2975 | 2024-08-05T16:22:50.125Z | [ helios-setup] Aug 05 16:22:48.755 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2976 | 2024-08-05T16:22:50.462Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2977 | 2024-08-05T16:22:50.665Z | [ helios-setup] Aug 05 16:22:49.295 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2978 | 2024-08-05T16:22:51.606Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2979 | 2024-08-05T16:22:55.002Z | [ helios-setup] Aug 05 16:22:53.631 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2980 | 2024-08-05T16:22:55.080Z | [ helios-setup] Aug 05 16:22:53.709 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2981 | 2024-08-05T16:22:55.556Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2982 | 2024-08-05T16:22:56.135Z | [ helios-setup] Aug 05 16:22:54.764 INFO E| Compiling clap_derive v4.2.0 |
2983 | 2024-08-05T16:22:58.357Z | [ helios-setup] Aug 05 16:22:56.986 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2984 | 2024-08-05T16:22:59.583Z | [ helios-setup] Aug 05 16:22:58.212 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2985 | 2024-08-05T16:23:05.829Z | [ helios-setup] Aug 05 16:23:04.457 INFO E| Compiling clap v4.2.1 |
2986 | 2024-08-05T16:23:22.409Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2987 | 2024-08-05T16:23:22.870Z | [ helios-setup] Aug 05 16:23:21.495 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2988 | 2024-08-05T16:23:26.241Z | [ helios-setup] Aug 05 16:23:24.865 INFO E| Compiling tokio-tungstenite v0.18.0 |
2989 | 2024-08-05T16:23:27.792Z | [ helios-setup] Aug 05 16:23:26.416 INFO E| Compiling smartstring v1.0.1 |
2990 | 2024-08-05T16:23:28.845Z | [ helios-setup] Aug 05 16:23:27.469 INFO E| Compiling rustls v0.21.0 |
2991 | 2024-08-05T16:23:30.542Z | [ helios-setup] Aug 05 16:23:29.165 INFO E| Compiling serde_spanned v0.6.1 |
2992 | 2024-08-05T16:23:31.116Z | [ helios-setup] Aug 05 16:23:29.740 INFO E| Compiling toml_datetime v0.6.1 |
2993 | 2024-08-05T16:23:32.922Z | [ helios-setup] Aug 05 16:23:31.545 INFO E| Compiling match_cfg v0.1.0 |
2994 | 2024-08-05T16:23:32.938Z | [ helios-setup] Aug 05 16:23:31.561 INFO E| Compiling camino v1.1.4 |
2995 | 2024-08-05T16:23:33.073Z | [ helios-setup] Aug 05 16:23:31.696 INFO E| Compiling paste v1.0.12 |
2996 | 2024-08-05T16:23:33.696Z | [ helios-setup] Aug 05 16:23:32.318 INFO E| Compiling static_assertions v1.1.0 |
2997 | 2024-08-05T16:23:33.986Z | [ helios-setup] Aug 05 16:23:32.609 INFO E| Compiling winnow v0.4.1 |
2998 | 2024-08-05T16:23:34.779Z | [ helios-setup] Aug 05 16:23:33.402 INFO E| Compiling async-trait v0.1.68 |
2999 | 2024-08-05T16:23:34.911Z | [ helios-setup] Aug 05 16:23:33.534 INFO E| Compiling slog-async v2.7.0 |
3000 | 2024-08-05T16:23:36.881Z | [ helios-setup] Aug 05 16:23:35.504 INFO E| Compiling hostname v0.3.1 |
3001 | 2024-08-05T16:23:37.611Z | [ helios-setup] Aug 05 16:23:36.233 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3002 | 2024-08-05T16:23:38.252Z | [ helios-setup] Aug 05 16:23:36.874 INFO E| Compiling slog-json v2.6.1 |
3003 | 2024-08-05T16:23:39.438Z | [ helios-setup] Aug 05 16:23:38.060 INFO E| Compiling unicode-linebreak v0.1.4 |
3004 | 2024-08-05T16:23:40.195Z | [ host-package] Compiling multimap v0.10.0 |
3005 | 2024-08-05T16:23:42.189Z | [ helios-setup] Aug 05 16:23:40.811 INFO E| Compiling toml_edit v0.19.8 |
3006 | 2024-08-05T16:23:44.557Z | [ helios-setup] Aug 05 16:23:43.178 INFO E| Compiling async-stream-impl v0.3.5 |
3007 | 2024-08-05T16:23:47.768Z | [ helios-setup] Aug 05 16:23:46.388 INFO E| Compiling rhai_codegen v1.5.0 |
3008 | 2024-08-05T16:23:47.898Z | [ helios-setup] Aug 05 16:23:46.519 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3009 | 2024-08-05T16:23:49.026Z | [ helios-setup] Aug 05 16:23:47.646 INFO E| Compiling take_mut v0.2.2 |
3010 | 2024-08-05T16:23:53.492Z | [ helios-setup] Aug 05 16:23:52.112 INFO E| Compiling rhai v1.14.0 |
3011 | 2024-08-05T16:23:53.495Z | [ helios-setup] Aug 05 16:23:52.112 INFO E| Compiling toml v0.7.3 |
3012 | 2024-08-05T16:23:55.085Z | [ helios-setup] Aug 05 16:23:53.704 INFO E| Compiling async-stream v0.3.5 |
3013 | 2024-08-05T16:23:56.372Z | [ helios-setup] Aug 05 16:23:54.991 INFO E| Compiling slog-bunyan v2.4.0 |
3014 | 2024-08-05T16:23:59.643Z | [ helios-setup] Aug 05 16:23:58.262 INFO E| Compiling rustls-pemfile v1.0.2 |
3015 | 2024-08-05T16:24:00.989Z | [ helios-setup] Aug 05 16:23:59.607 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3016 | 2024-08-05T16:24:01.653Z | [ helios-setup] Aug 05 16:24:00.270 INFO E| Compiling bincode v1.3.3 |
3017 | 2024-08-05T16:24:04.177Z | [ helios-setup] Aug 05 16:24:02.795 INFO E| Compiling serde_path_to_error v0.1.11 |
3018 | 2024-08-05T16:24:04.311Z | [ helios-setup] Aug 05 16:24:02.929 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3019 | 2024-08-05T16:24:05.589Z | [ helios-setup] Aug 05 16:24:04.207 INFO E| Compiling terminal_size v0.2.6 |
3020 | 2024-08-05T16:24:06.042Z | [ helios-setup] Aug 05 16:24:04.659 INFO E| Compiling smawk v0.3.1 |
3021 | 2024-08-05T16:24:06.962Z | [ helios-setup] Aug 05 16:24:05.579 INFO E| Compiling textwrap v0.16.0 |
3022 | 2024-08-05T16:24:16.023Z | [ helios-setup] Aug 05 16:24:14.639 INFO E| Compiling sct v0.7.0 |
3023 | 2024-08-05T16:24:16.102Z | [ helios-setup] Aug 05 16:24:14.719 INFO E| Compiling rustls-webpki v0.100.1 |
3024 | 2024-08-05T16:24:25.808Z | [ helios-setup] Aug 05 16:24:24.422 INFO E| Compiling git2 v0.16.1 |
3025 | 2024-08-05T16:24:25.899Z | [ helios-setup] Aug 05 16:24:24.512 INFO E| Compiling tokio-rustls v0.24.0 |
3026 | 2024-08-05T16:24:38.546Z | [ helios-setup] Aug 05 16:24:37.158 INFO E| Compiling built v0.6.0 |
3027 | 2024-08-05T16:24:40.407Z | [ helios-setup] Aug 05 16:24:39.019 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3028 | 2024-08-05T16:24:42.838Z | [ helios-setup] Aug 05 16:24:41.450 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3029 | 2024-08-05T16:24:43.978Z | [ helios-setup] Aug 05 16:24:42.590 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3030 | 2024-08-05T16:25:04.759Z | [ helios-setup] Aug 05 16:25:03.367 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3031 | 2024-08-05T16:25:07.199Z | [ helios-setup] Aug 05 16:25:05.807 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3032 | 2024-08-05T16:25:52.608Z | [ helios-setup] Aug 05 16:25:51.209 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3033 | 2024-08-05T16:26:44.898Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3034 | 2024-08-05T16:26:45.118Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3035 | 2024-08-05T16:26:58.094Z | [ helios-setup] Aug 05 16:26:56.684 INFO E| Finished `release` profile [optimized] target(s) in 6m 51s |
3036 | 2024-08-05T16:26:58.237Z | [ helios-setup] Aug 05 16:26:56.827 INFO building project "pilot" ok (411 seconds) |
3037 | 2024-08-05T16:26:58.240Z | [ helios-setup] rm -f helios-build |
3038 | 2024-08-05T16:26:58.243Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3039 | 2024-08-05T16:26:58.245Z | [ helios-setup] |
3040 | 2024-08-05T16:26:58.248Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3041 | 2024-08-05T16:26:58.250Z | [ helios-setup] |
3042 | 2024-08-05T16:26:58.250Z | [ helios-setup] |
3043 | 2024-08-05T16:26:58.251Z | [ helios-setup] real 12:22.209675054 |
3044 | 2024-08-05T16:26:58.251Z | [ helios-setup] user 29:35.080447398 |
3045 | 2024-08-05T16:26:58.251Z | [ helios-setup] sys 3:40.222512630 |
3046 | 2024-08-05T16:26:58.251Z | [ helios-setup] trap 1.670145813 |
3047 | 2024-08-05T16:26:58.251Z | [ helios-setup] tflt 6.985859368 |
3048 | 2024-08-05T16:26:58.251Z | [ helios-setup] dflt 35.943399280 |
3049 | 2024-08-05T16:26:58.251Z | [ helios-setup] kflt 0.050091709 |
3050 | 2024-08-05T16:26:58.251Z | [ helios-setup] lock 2:02:57.119196791 |
3051 | 2024-08-05T16:26:58.251Z | [ helios-setup] slp 3:49:56.897354752 |
3052 | 2024-08-05T16:26:58.251Z | [ helios-setup] lat 33:41.916378013 |
3053 | 2024-08-05T16:26:58.251Z | [ helios-setup] stop 5:17.075680555 |
3054 | 2024-08-05T16:26:58.254Z | Aug 05 16:26:56.841 INFO [helios-setup] process exited with exit status: 0 (742.215661705s) |
3055 | 2024-08-05T16:26:58.254Z | Aug 05 16:26:56.841 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3056 | 2024-08-05T16:26:58.271Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3057 | 2024-08-05T16:26:58.485Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3058 | 2024-08-05T16:26:58.488Z | [ phbl-toolchain] info: downloading component 'cargo' |
3059 | 2024-08-05T16:27:00.045Z | [ phbl-toolchain] info: downloading component 'clippy' |
3060 | 2024-08-05T16:27:00.352Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3061 | 2024-08-05T16:27:05.537Z | [ phbl-toolchain] info: downloading component 'miri' |
3062 | 2024-08-05T16:27:06.102Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3063 | 2024-08-05T16:27:07.503Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3064 | 2024-08-05T16:27:07.697Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3065 | 2024-08-05T16:27:10.328Z | [ phbl-toolchain] info: downloading component 'rustc' |
3066 | 2024-08-05T16:27:16.784Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3067 | 2024-08-05T16:27:17.097Z | [ phbl-toolchain] info: installing component 'cargo' |
3068 | 2024-08-05T16:27:18.508Z | [ phbl-toolchain] info: installing component 'clippy' |
3069 | 2024-08-05T16:27:19.027Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3070 | 2024-08-05T16:27:24.768Z | [ phbl-toolchain] info: installing component 'miri' |
3071 | 2024-08-05T16:27:25.107Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3072 | 2024-08-05T16:27:31.774Z | [ phbl-toolchain] info: installing component 'rust-src' |
3073 | 2024-08-05T16:27:32.517Z | [ phbl-toolchain] info: installing component 'rust-std' |
3074 | 2024-08-05T16:27:34.990Z | [ phbl-toolchain] info: installing component 'rustc' |
3075 | 2024-08-05T16:27:41.321Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3076 | 2024-08-05T16:27:42.121Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3077 | 2024-08-05T16:27:42.125Z | Aug 05 16:27:40.705 INFO [phbl-toolchain] process exited with exit status: 0 (43.863185154s) |
3078 | 2024-08-05T16:33:54.475Z | [ host-package] Finished `release` profile [optimized] target(s) in 18m 31s |
3079 | 2024-08-05T16:34:46.417Z | Aug 05 16:34:44.933 INFO [host-package] process exited with exit status: 0 (1163.323717663s) |
3080 | 2024-08-05T16:34:46.421Z | Aug 05 16:34:44.933 INFO [host-stamp] running task |
3081 | 2024-08-05T16:34:46.422Z | Aug 05 16:34:44.933 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3082 | 2024-08-05T16:34:46.424Z | Aug 05 16:34:44.939 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+git4678f7dc2df |
3083 | 2024-08-05T16:34:46.431Z | Aug 05 16:34:44.947 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+git4678f7dc2df |
3084 | 2024-08-05T16:34:46.436Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3085 | 2024-08-05T16:34:46.439Z | Aug 05 16:34:44.954 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+git4678f7dc2df |
3086 | 2024-08-05T16:34:46.445Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3087 | 2024-08-05T16:34:46.445Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3088 | 2024-08-05T16:34:46.447Z | Aug 05 16:34:44.963 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+git4678f7dc2df |
3089 | 2024-08-05T16:34:46.454Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3090 | 2024-08-05T16:34:46.457Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3091 | 2024-08-05T16:34:46.457Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3092 | 2024-08-05T16:34:46.459Z | Aug 05 16:34:44.972 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+git4678f7dc2df |
3093 | 2024-08-05T16:34:46.468Z | Aug 05 16:34:44.984 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+git4678f7dc2df |
3094 | 2024-08-05T16:34:46.468Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3095 | 2024-08-05T16:34:46.481Z | Aug 05 16:34:44.996 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+git4678f7dc2df |
3096 | 2024-08-05T16:34:46.488Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3097 | 2024-08-05T16:34:46.493Z | Aug 05 16:34:45.009 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+git4678f7dc2df |
3098 | 2024-08-05T16:34:46.501Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3099 | 2024-08-05T16:34:46.506Z | Aug 05 16:34:45.022 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (75.531539ms) |
3100 | 2024-08-05T16:34:46.510Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3101 | 2024-08-05T16:34:46.510Z | Aug 05 16:34:45.022 INFO [stamp-overlay] process exited with exit status: 0 (83.056656ms) |
3102 | 2024-08-05T16:34:46.510Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3103 | 2024-08-05T16:34:46.512Z | Aug 05 16:34:45.026 INFO [stamp-oxlog] process exited with exit status: 0 (42.326352ms) |
3104 | 2024-08-05T16:34:46.519Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3105 | 2024-08-05T16:34:46.606Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3106 | 2024-08-05T16:34:46.609Z | Aug 05 16:34:45.125 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.573416ms) |
3107 | 2024-08-05T16:34:46.691Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3108 | 2024-08-05T16:34:46.695Z | Aug 05 16:34:45.211 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (238.2643ms) |
3109 | 2024-08-05T16:34:46.790Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3110 | 2024-08-05T16:34:46.794Z | Aug 05 16:34:45.309 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (354.805125ms) |
3111 | 2024-08-05T16:34:47.665Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3112 | 2024-08-05T16:34:47.670Z | Aug 05 16:34:46.183 INFO [stamp-propolis-server] process exited with exit status: 0 (1.220345696s) |
3113 | 2024-08-05T16:34:47.741Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3114 | 2024-08-05T16:34:50.157Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3115 | 2024-08-05T16:34:56.756Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3116 | 2024-08-05T16:34:56.759Z | Aug 05 16:34:55.273 INFO [stamp-switch-asic] process exited with exit status: 0 (10.26418306s) |
3117 | 2024-08-05T16:34:56.762Z | Aug 05 16:34:55.273 INFO [host-stamp] task succeeded (10.340475265s) |
3118 | 2024-08-05T16:34:56.762Z | Aug 05 16:34:55.273 INFO [host-proto] running task |
3119 | 2024-08-05T16:34:57.156Z | Aug 05 16:34:55.670 INFO [host-proto] task succeeded (396.809481ms) |
3120 | 2024-08-05T16:34:57.156Z | Aug 05 16:34:55.670 INFO [host-profile] running task |
3121 | 2024-08-05T16:34:57.159Z | Aug 05 16:34:55.671 INFO [host-profile] task succeeded (285.45µs) |
3122 | 2024-08-05T16:34:57.159Z | Aug 05 16:34:55.671 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/.tmp41afuc/proto/host/root -N 'ci 4678f7d/${os_short_commit} 2024-08-05 16:14' -s host -B |
3123 | 2024-08-05T16:34:57.172Z | [ host-image] Aug 05 16:34:55.686 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3124 | 2024-08-05T16:34:57.175Z | [ host-image] Aug 05 16:34:55.686 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3125 | 2024-08-05T16:34:57.189Z | [ host-image] Aug 05 16:34:55.703 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp41afuc/proto/host/root" |
3126 | 2024-08-05T16:34:57.189Z | [ host-image] Aug 05 16:34:55.703 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3127 | 2024-08-05T16:34:57.192Z | [ host-image] Aug 05 16:34:55.703 INFO image builder template: ramdisk-01-os... |
3128 | 2024-08-05T16:34:57.192Z | [ host-image] Aug 05 16:34:55.703 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/.tmp41afuc/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 |
3129 | 2024-08-05T16:34:57.214Z | [ host-image] Aug 05 16:34:55.728 INFO O| Aug 05 16:34:55.727 INFO CREATE DATASET: rpool/images/build/host/output |
3130 | 2024-08-05T16:34:57.403Z | [ host-image] Aug 05 16:34:55.915 INFO O| Aug 05 16:34:55.915 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3131 | 2024-08-05T16:34:57.407Z | [ host-image] Aug 05 16:34:55.920 INFO O| Aug 05 16:34:55.920 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3132 | 2024-08-05T16:34:57.619Z | [ host-image] Aug 05 16:34:56.133 INFO O| Aug 05 16:34:56.133 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3133 | 2024-08-05T16:34:57.684Z | [ host-image] Aug 05 16:34:56.197 INFO O| Aug 05 16:34:56.197 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3134 | 2024-08-05T16:34:57.684Z | [ host-image] Aug 05 16:34:56.197 INFO O| Aug 05 16:34:56.197 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3135 | 2024-08-05T16:34:57.687Z | [ host-image] Aug 05 16:34:56.197 INFO O| Aug 05 16:34:56.197 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3136 | 2024-08-05T16:34:57.687Z | [ host-image] Aug 05 16:34:56.198 INFO O| Aug 05 16:34:56.197 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3137 | 2024-08-05T16:34:57.693Z | [ host-image] Aug 05 16:34:56.207 INFO O| Aug 05 16:34:56.207 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3138 | 2024-08-05T16:34:57.927Z | [ host-image] Aug 05 16:34:56.441 INFO O| Aug 05 16:34:56.441 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3139 | 2024-08-05T16:34:57.941Z | [ host-image] Aug 05 16:34:56.455 INFO O| Aug 05 16:34:56.455 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3140 | 2024-08-05T16:34:58.346Z | [ host-image] Aug 05 16:34:56.859 INFO O| Aug 05 16:34:56.859 INFO O| Caching catalogs ... Done |
3141 | 2024-08-05T16:34:58.493Z | [ host-image] Aug 05 16:34:57.006 INFO O| Aug 05 16:34:57.005 INFO STEP 0 (pkg_image_create) COMPLETE |
3142 | 2024-08-05T16:34:58.493Z | [ host-image] Aug 05 16:34:57.006 INFO O| Aug 05 16:34:57.006 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3143 | 2024-08-05T16:34:58.496Z | [ host-image] Aug 05 16:34:57.006 INFO O| Aug 05 16:34:57.006 INFO skip step because feature "repo_redist" is not enabled |
3144 | 2024-08-05T16:34:58.496Z | [ host-image] Aug 05 16:34:57.006 INFO O| Aug 05 16:34:57.006 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3145 | 2024-08-05T16:34:58.508Z | [ host-image] Aug 05 16:34:57.021 INFO O| Aug 05 16:34:57.021 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"] |
3146 | 2024-08-05T16:34:59.025Z | [ host-image] Aug 05 16:34:57.480 INFO O| Aug 05 16:34:57.480 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3147 | 2024-08-05T16:34:59.025Z | [ host-image] Aug 05 16:34:57.480 INFO O| Aug 05 16:34:57.480 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3148 | 2024-08-05T16:34:59.068Z | [ host-image] Aug 05 16:34:57.499 INFO O| Aug 05 16:34:57.499 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"] |
3149 | 2024-08-05T16:34:59.576Z | [ host-image] Aug 05 16:34:58.076 INFO O| Aug 05 16:34:58.076 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3150 | 2024-08-05T16:34:59.576Z | [ host-image] Aug 05 16:34:58.076 INFO O| Aug 05 16:34:58.076 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3151 | 2024-08-05T16:34:59.576Z | [ host-image] Aug 05 16:34:58.076 INFO O| Aug 05 16:34:58.076 INFO skip step because feature "repo_redist" is not enabled |
3152 | 2024-08-05T16:34:59.593Z | [ host-image] Aug 05 16:34:58.076 INFO O| Aug 05 16:34:58.076 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3153 | 2024-08-05T16:35:00.134Z | [ host-image] Aug 05 16:34:58.641 INFO O| Aug 05 16:34:58.641 INFO variant opensolaris.zone is already global |
3154 | 2024-08-05T16:35:00.134Z | [ host-image] Aug 05 16:34:58.641 INFO O| Aug 05 16:34:58.641 INFO STEP 5 (pkg_change_variant) COMPLETE |
3155 | 2024-08-05T16:35:00.146Z | [ host-image] Aug 05 16:34:58.641 INFO O| Aug 05 16:34:58.641 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3156 | 2024-08-05T16:35:00.715Z | [ host-image] Aug 05 16:34:59.228 INFO O| Aug 05 16:34:59.227 INFO variant opensolaris.imagetype is full; changing to partial |
3157 | 2024-08-05T16:35:00.715Z | [ host-image] Aug 05 16:34:59.228 INFO O| Aug 05 16:34:59.227 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3158 | 2024-08-05T16:35:07.633Z | [ host-image] Aug 05 16:35:06.145 INFO O| Aug 05 16:35:06.145 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3159 | 2024-08-05T16:35:09.725Z | [recovery-package] Finished `release` profile [optimized] target(s) in 23.06s |
3160 | 2024-08-05T16:35:09.749Z | [ host-image] Aug 05 16:35:08.261 INFO O| Aug 05 16:35:08.261 INFO O| Startup: Caching catalogs ... Done |
3161 | 2024-08-05T16:35:09.794Z | [ host-image] Aug 05 16:35:08.306 INFO O| Aug 05 16:35:08.306 INFO O| Planning: Planning completed in 0.00 seconds |
3162 | 2024-08-05T16:35:09.798Z | [ host-image] Aug 05 16:35:08.306 INFO O| Aug 05 16:35:08.306 INFO O| Planning: Consolidating action changes ... Done |
3163 | 2024-08-05T16:35:09.798Z | [ host-image] Aug 05 16:35:08.307 INFO O| Aug 05 16:35:08.306 INFO O| Planning: Evaluating mediators ... Done |
3164 | 2024-08-05T16:35:09.798Z | [ host-image] Aug 05 16:35:08.307 INFO O| Aug 05 16:35:08.307 INFO O| Planning: Planning completed in 0.00 seconds |
3165 | 2024-08-05T16:35:09.798Z | [ host-image] Aug 05 16:35:08.307 INFO O| Aug 05 16:35:08.307 INFO O| Variants/Facets to change: 1 |
3166 | 2024-08-05T16:35:09.811Z | [ host-image] Aug 05 16:35:08.321 INFO O| Aug 05 16:35:08.321 INFO O| Done |
3167 | 2024-08-05T16:35:09.811Z | [ host-image] Aug 05 16:35:08.321 INFO O| Aug 05 16:35:08.321 INFO O| Done |
3168 | 2024-08-05T16:35:10.173Z | [ host-image] Aug 05 16:35:08.683 INFO O| Aug 05 16:35:08.683 INFO O| Done |
3169 | 2024-08-05T16:35:10.200Z | [ host-image] Aug 05 16:35:08.710 INFO O| Aug 05 16:35:08.710 INFO O| Done |
3170 | 2024-08-05T16:35:10.204Z | [ host-image] Aug 05 16:35:08.711 INFO O| Aug 05 16:35:08.711 INFO O| Done |
3171 | 2024-08-05T16:35:10.204Z | [ host-image] Aug 05 16:35:08.711 INFO O| Aug 05 16:35:08.711 INFO O| Done |
3172 | 2024-08-05T16:35:10.204Z | [ host-image] Aug 05 16:35:08.713 INFO O| Aug 05 16:35:08.713 INFO O| Done |
3173 | 2024-08-05T16:35:10.523Z | [ host-image] Aug 05 16:35:09.034 INFO O| Aug 05 16:35:09.034 INFO STEP 6 (pkg_change_variant) COMPLETE |
3174 | 2024-08-05T16:35:10.524Z | [ host-image] Aug 05 16:35:09.034 INFO O| Aug 05 16:35:09.034 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3175 | 2024-08-05T16:35:10.530Z | [ host-image] Aug 05 16:35:09.034 INFO O| Aug 05 16:35:09.034 INFO skip step because feature "debug_variant" is not enabled |
3176 | 2024-08-05T16:35:10.531Z | [ host-image] Aug 05 16:35:09.034 INFO O| Aug 05 16:35:09.034 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3177 | 2024-08-05T16:35:10.908Z | [ host-image] Aug 05 16:35:09.419 INFO O| Aug 05 16:35:09.418 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3178 | 2024-08-05T16:35:11.136Z | Aug 05 16:35:09.640 INFO [recovery-package] process exited with exit status: 0 (24.706315961s) |
3179 | 2024-08-05T16:35:11.136Z | Aug 05 16:35:09.640 INFO [recovery-stamp] running task |
3180 | 2024-08-05T16:35:11.147Z | Aug 05 16:35:09.640 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3181 | 2024-08-05T16:35:11.147Z | Aug 05 16:35:09.640 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git4678f7dc2df |
3182 | 2024-08-05T16:35:11.161Z | Aug 05 16:35:09.653 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+git4678f7dc2df |
3183 | 2024-08-05T16:35:11.161Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3184 | 2024-08-05T16:35:11.166Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3185 | 2024-08-05T16:35:11.231Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3186 | 2024-08-05T16:35:11.234Z | Aug 05 16:35:09.746 INFO [stamp-installinator] process exited with exit status: 0 (105.861905ms) |
3187 | 2024-08-05T16:35:11.279Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3188 | 2024-08-05T16:35:11.282Z | Aug 05 16:35:09.794 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (141.437972ms) |
3189 | 2024-08-05T16:35:11.286Z | Aug 05 16:35:09.794 INFO [recovery-stamp] task succeeded (154.503621ms) |
3190 | 2024-08-05T16:35:11.286Z | Aug 05 16:35:09.794 INFO [recovery-proto] running task |
3191 | 2024-08-05T16:35:11.286Z | Aug 05 16:35:09.794 INFO [tuf-stamp] running task |
3192 | 2024-08-05T16:35:11.286Z | Aug 05 16:35:09.795 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+git4678f7dc2df |
3193 | 2024-08-05T16:35:11.298Z | Aug 05 16:35:09.808 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+git4678f7dc2df |
3194 | 2024-08-05T16:35:11.308Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3195 | 2024-08-05T16:35:11.310Z | Aug 05 16:35:09.819 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+git4678f7dc2df |
3196 | 2024-08-05T16:35:11.319Z | Aug 05 16:35:09.831 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+git4678f7dc2df |
3197 | 2024-08-05T16:35:11.325Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3198 | 2024-08-05T16:35:11.329Z | Aug 05 16:35:09.841 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+git4678f7dc2df |
3199 | 2024-08-05T16:35:11.336Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3200 | 2024-08-05T16:35:11.341Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3201 | 2024-08-05T16:35:11.347Z | Aug 05 16:35:09.858 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+git4678f7dc2df |
3202 | 2024-08-05T16:35:11.369Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3203 | 2024-08-05T16:35:11.373Z | Aug 05 16:35:09.881 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+git4678f7dc2df |
3204 | 2024-08-05T16:35:11.385Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3205 | 2024-08-05T16:35:11.388Z | Aug 05 16:35:09.897 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+git4678f7dc2df |
3206 | 2024-08-05T16:35:11.426Z | [ host-image] Aug 05 16:35:09.900 INFO O| Aug 05 16:35:09.900 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3207 | 2024-08-05T16:35:11.429Z | [ host-image] Aug 05 16:35:09.902 INFO O| Aug 05 16:35:09.902 INFO O| Planning: Planning completed in 0.00 seconds |
3208 | 2024-08-05T16:35:11.429Z | [ host-image] Aug 05 16:35:09.903 INFO O| Aug 05 16:35:09.902 INFO O| Planning: Consolidating action changes ... Done |
3209 | 2024-08-05T16:35:11.429Z | [ host-image] Aug 05 16:35:09.903 INFO O| Aug 05 16:35:09.903 INFO O| Planning: Evaluating mediators ... Done |
3210 | 2024-08-05T16:35:11.429Z | [ host-image] Aug 05 16:35:09.903 INFO O| Aug 05 16:35:09.903 INFO O| Planning: Planning completed in 0.00 seconds |
3211 | 2024-08-05T16:35:11.429Z | [ host-image] Aug 05 16:35:09.903 INFO O| Aug 05 16:35:09.903 INFO O| Variants/Facets to change: 1 |
3212 | 2024-08-05T16:35:11.436Z | [ host-image] Aug 05 16:35:09.947 INFO O| Aug 05 16:35:09.947 INFO O| Done |
3213 | 2024-08-05T16:35:11.436Z | [ host-image] Aug 05 16:35:09.947 INFO O| Aug 05 16:35:09.947 INFO O| Done |
3214 | 2024-08-05T16:35:11.448Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3215 | 2024-08-05T16:35:11.456Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3216 | 2024-08-05T16:35:11.481Z | Aug 05 16:35:09.993 INFO [recovery-proto] task succeeded (173.336421ms) |
3217 | 2024-08-05T16:35:11.481Z | Aug 05 16:35:09.993 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+git4678f7dc2df |
3218 | 2024-08-05T16:35:11.481Z | Aug 05 16:35:09.993 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/.tmp41afuc/proto/recovery/root -N 'recovery 4678f7d/${os_short_commit} 2024-08-05 16:14' -s recovery -R |
3219 | 2024-08-05T16:35:11.493Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3220 | 2024-08-05T16:35:11.496Z | Aug 05 16:35:10.005 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+git4678f7dc2df |
3221 | 2024-08-05T16:35:11.501Z | [ recovery-image] Aug 05 16:35:10.012 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3222 | 2024-08-05T16:35:11.503Z | [ recovery-image] Aug 05 16:35:10.012 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3223 | 2024-08-05T16:35:11.506Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3224 | 2024-08-05T16:35:11.506Z | Aug 05 16:35:10.015 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+git4678f7dc2df |
3225 | 2024-08-05T16:35:11.543Z | [ recovery-image] Aug 05 16:35:10.029 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp41afuc/proto/recovery/root" |
3226 | 2024-08-05T16:35:11.543Z | [ recovery-image] Aug 05 16:35:10.029 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3227 | 2024-08-05T16:35:11.546Z | [ recovery-image] Aug 05 16:35:10.030 INFO image builder template: ramdisk-01-os... |
3228 | 2024-08-05T16:35:11.546Z | [ recovery-image] Aug 05 16:35:10.030 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/.tmp41afuc/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 |
3229 | 2024-08-05T16:35:11.546Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3230 | 2024-08-05T16:35:11.546Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3231 | 2024-08-05T16:35:11.546Z | Aug 05 16:35:10.055 INFO [stamp-probe] process exited with exit status: 0 (224.422859ms) |
3232 | 2024-08-05T16:35:11.593Z | [ recovery-image] Aug 05 16:35:10.105 INFO O| Aug 05 16:35:10.089 INFO CREATE DATASET: rpool/images/build/recovery/output |
3233 | 2024-08-05T16:35:12.069Z | [ recovery-image] Aug 05 16:35:10.567 INFO O| Aug 05 16:35:10.556 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3234 | 2024-08-05T16:35:12.069Z | [ recovery-image] Aug 05 16:35:10.579 INFO O| Aug 05 16:35:10.563 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3235 | 2024-08-05T16:35:12.140Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3236 | 2024-08-05T16:35:12.144Z | Aug 05 16:35:10.655 INFO [stamp-ntp] process exited with exit status: 0 (639.654646ms) |
3237 | 2024-08-05T16:35:12.163Z | [ host-image] Aug 05 16:35:10.674 INFO O| Aug 05 16:35:10.674 INFO O| Done |
3238 | 2024-08-05T16:35:12.219Z | [ host-image] Aug 05 16:35:10.730 INFO O| Aug 05 16:35:10.729 INFO O| Done |
3239 | 2024-08-05T16:35:12.223Z | [ host-image] Aug 05 16:35:10.730 INFO O| Aug 05 16:35:10.730 INFO O| Done |
3240 | 2024-08-05T16:35:12.224Z | [ host-image] Aug 05 16:35:10.730 INFO O| Aug 05 16:35:10.730 INFO O| Done |
3241 | 2024-08-05T16:35:12.224Z | [ host-image] Aug 05 16:35:10.732 INFO O| Aug 05 16:35:10.732 INFO O| Done |
3242 | 2024-08-05T16:35:12.357Z | [ host-image] Aug 05 16:35:10.868 INFO O| Aug 05 16:35:10.868 INFO STEP 8 (pkg_change_facet) COMPLETE |
3243 | 2024-08-05T16:35:12.357Z | [ host-image] Aug 05 16:35:10.868 INFO O| Aug 05 16:35:10.868 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3244 | 2024-08-05T16:35:12.357Z | [ host-image] Aug 05 16:35:10.868 INFO O| Aug 05 16:35:10.868 INFO skip step because feature "recovery" is not enabled |
3245 | 2024-08-05T16:35:12.357Z | [ host-image] Aug 05 16:35:10.868 INFO O| Aug 05 16:35:10.868 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3246 | 2024-08-05T16:35:12.360Z | [ host-image] Aug 05 16:35:10.868 INFO O| Aug 05 16:35:10.868 INFO skip step because feature "recovery" is not enabled |
3247 | 2024-08-05T16:35:12.360Z | [ host-image] Aug 05 16:35:10.868 INFO O| Aug 05 16:35:10.868 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3248 | 2024-08-05T16:35:12.375Z | [ host-image] Aug 05 16:35:10.886 INFO O| Aug 05 16:35:10.886 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"] |
3249 | 2024-08-05T16:35:12.535Z | [ recovery-image] Aug 05 16:35:11.045 INFO O| Aug 05 16:35:11.045 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3250 | 2024-08-05T16:35:12.639Z | [ recovery-image] Aug 05 16:35:11.150 INFO O| Aug 05 16:35:11.150 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3251 | 2024-08-05T16:35:12.639Z | [ recovery-image] Aug 05 16:35:11.150 INFO O| Aug 05 16:35:11.150 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3252 | 2024-08-05T16:35:12.641Z | [ recovery-image] Aug 05 16:35:11.150 INFO O| Aug 05 16:35:11.150 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3253 | 2024-08-05T16:35:12.641Z | [ recovery-image] Aug 05 16:35:11.150 INFO O| Aug 05 16:35:11.150 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3254 | 2024-08-05T16:35:12.652Z | [ recovery-image] Aug 05 16:35:11.162 INFO O| Aug 05 16:35:11.162 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3255 | 2024-08-05T16:35:12.681Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3256 | 2024-08-05T16:35:12.721Z | Aug 05 16:35:11.233 INFO [stamp-external-dns] process exited with exit status: 0 (1.425053609s) |
3257 | 2024-08-05T16:35:12.858Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3258 | 2024-08-05T16:35:12.863Z | Aug 05 16:35:11.374 INFO [stamp-internal-dns] process exited with exit status: 0 (1.516090557s) |
3259 | 2024-08-05T16:35:12.967Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
3260 | 2024-08-05T16:35:12.991Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3261 | 2024-08-05T16:35:12.994Z | [ recovery-image] Aug 05 16:35:11.504 INFO O| Aug 05 16:35:11.504 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3262 | 2024-08-05T16:35:13.025Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3263 | 2024-08-05T16:35:13.029Z | Aug 05 16:35:11.540 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.642998536s) |
3264 | 2024-08-05T16:35:13.033Z | [ recovery-image] Aug 05 16:35:11.544 INFO O| Aug 05 16:35:11.544 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3265 | 2024-08-05T16:35:13.255Z | [ host-image] Aug 05 16:35:11.766 INFO O| Aug 05 16:35:11.766 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3266 | 2024-08-05T16:35:13.394Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3267 | 2024-08-05T16:35:13.404Z | Aug 05 16:35:11.914 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.032486701s) |
3268 | 2024-08-05T16:35:13.502Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3269 | 2024-08-05T16:35:13.514Z | Aug 05 16:35:12.024 INFO [stamp-oximeter] process exited with exit status: 0 (2.204261919s) |
3270 | 2024-08-05T16:35:13.553Z | [ recovery-image] Aug 05 16:35:12.064 INFO O| Aug 05 16:35:12.064 INFO O| Caching catalogs ... Done |
3271 | 2024-08-05T16:35:13.684Z | [ recovery-image] Aug 05 16:35:12.194 INFO O| Aug 05 16:35:12.194 INFO STEP 0 (pkg_image_create) COMPLETE |
3272 | 2024-08-05T16:35:13.684Z | [ recovery-image] Aug 05 16:35:12.195 INFO O| Aug 05 16:35:12.194 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3273 | 2024-08-05T16:35:13.684Z | [ recovery-image] Aug 05 16:35:12.195 INFO O| Aug 05 16:35:12.194 INFO skip step because feature "repo_redist" is not enabled |
3274 | 2024-08-05T16:35:13.684Z | [ recovery-image] Aug 05 16:35:12.195 INFO O| Aug 05 16:35:12.194 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3275 | 2024-08-05T16:35:13.701Z | [ recovery-image] Aug 05 16:35:12.212 INFO O| Aug 05 16:35:12.212 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3276 | 2024-08-05T16:35:14.197Z | [ recovery-image] Aug 05 16:35:12.696 INFO O| Aug 05 16:35:12.696 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3277 | 2024-08-05T16:35:14.197Z | [ recovery-image] Aug 05 16:35:12.696 INFO O| Aug 05 16:35:12.696 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3278 | 2024-08-05T16:35:14.208Z | [ recovery-image] Aug 05 16:35:12.712 INFO O| Aug 05 16:35:12.712 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"] |
3279 | 2024-08-05T16:35:14.730Z | [ recovery-image] Aug 05 16:35:13.239 INFO O| Aug 05 16:35:13.239 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3280 | 2024-08-05T16:35:14.730Z | [ recovery-image] Aug 05 16:35:13.239 INFO O| Aug 05 16:35:13.239 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3281 | 2024-08-05T16:35:14.738Z | [ recovery-image] Aug 05 16:35:13.239 INFO O| Aug 05 16:35:13.239 INFO skip step because feature "repo_redist" is not enabled |
3282 | 2024-08-05T16:35:14.738Z | [ recovery-image] Aug 05 16:35:13.239 INFO O| Aug 05 16:35:13.239 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3283 | 2024-08-05T16:35:15.051Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3284 | 2024-08-05T16:35:15.064Z | Aug 05 16:35:13.562 INFO [stamp-nexus] process exited with exit status: 0 (3.557284123s) |
3285 | 2024-08-05T16:35:15.143Z | [ recovery-image] Aug 05 16:35:13.653 INFO O| Aug 05 16:35:13.653 INFO variant opensolaris.zone is already global |
3286 | 2024-08-05T16:35:15.143Z | [ recovery-image] Aug 05 16:35:13.653 INFO O| Aug 05 16:35:13.653 INFO STEP 5 (pkg_change_variant) COMPLETE |
3287 | 2024-08-05T16:35:15.143Z | [ recovery-image] Aug 05 16:35:13.653 INFO O| Aug 05 16:35:13.653 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3288 | 2024-08-05T16:35:15.549Z | [ recovery-image] Aug 05 16:35:14.060 INFO O| Aug 05 16:35:14.060 INFO variant opensolaris.imagetype is full; changing to partial |
3289 | 2024-08-05T16:35:15.550Z | [ recovery-image] Aug 05 16:35:14.060 INFO O| Aug 05 16:35:14.060 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3290 | 2024-08-05T16:35:17.113Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3291 | 2024-08-05T16:35:17.119Z | Aug 05 16:35:15.630 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.66207947s) |
3292 | 2024-08-05T16:35:19.774Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3293 | 2024-08-05T16:35:19.778Z | Aug 05 16:35:18.288 INFO [stamp-clickhouse] process exited with exit status: 0 (8.447505833s) |
3294 | 2024-08-05T16:35:19.797Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3295 | 2024-08-05T16:35:19.801Z | Aug 05 16:35:18.311 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.516436208s) |
3296 | 2024-08-05T16:35:19.804Z | Aug 05 16:35:18.312 INFO [tuf-stamp] task succeeded (8.517176225s) |
3297 | 2024-08-05T16:35:20.197Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3298 | 2024-08-05T16:35:20.322Z | [verify-libraries] Compiling heck v0.4.1 |
3299 | 2024-08-05T16:35:20.322Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3300 | 2024-08-05T16:35:20.326Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3301 | 2024-08-05T16:35:20.353Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3302 | 2024-08-05T16:35:20.367Z | [verify-libraries] Compiling indent_write v2.2.0 |
3303 | 2024-08-05T16:35:20.370Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3304 | 2024-08-05T16:35:20.370Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3305 | 2024-08-05T16:35:20.686Z | [ recovery-image] Aug 05 16:35:19.196 INFO O| Aug 05 16:35:19.195 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3306 | 2024-08-05T16:35:20.716Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3307 | 2024-08-05T16:35:21.030Z | [verify-libraries] Compiling termios v0.3.3 |
3308 | 2024-08-05T16:35:21.562Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3309 | 2024-08-05T16:35:21.858Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3310 | 2024-08-05T16:35:25.393Z | [ recovery-image] Aug 05 16:35:23.902 INFO O| Aug 05 16:35:23.902 INFO O| Startup: Caching catalogs ... Done |
3311 | 2024-08-05T16:35:25.478Z | [ recovery-image] Aug 05 16:35:23.987 INFO O| Aug 05 16:35:23.987 INFO O| Planning: Planning completed in 0.00 seconds |
3312 | 2024-08-05T16:35:25.482Z | [ recovery-image] Aug 05 16:35:23.988 INFO O| Aug 05 16:35:23.988 INFO O| Planning: Consolidating action changes ... Done |
3313 | 2024-08-05T16:35:25.482Z | [ recovery-image] Aug 05 16:35:23.988 INFO O| Aug 05 16:35:23.988 INFO O| Planning: Evaluating mediators ... Done |
3314 | 2024-08-05T16:35:25.482Z | [ recovery-image] Aug 05 16:35:23.989 INFO O| Aug 05 16:35:23.989 INFO O| Planning: Planning completed in 0.00 seconds |
3315 | 2024-08-05T16:35:25.483Z | [ recovery-image] Aug 05 16:35:23.989 INFO O| Aug 05 16:35:23.989 INFO O| Variants/Facets to change: 1 |
3316 | 2024-08-05T16:35:25.582Z | [ recovery-image] Aug 05 16:35:24.091 INFO O| Aug 05 16:35:24.091 INFO O| Done |
3317 | 2024-08-05T16:35:25.582Z | [ recovery-image] Aug 05 16:35:24.091 INFO O| Aug 05 16:35:24.091 INFO O| Done |
3318 | 2024-08-05T16:35:26.328Z | [ recovery-image] Aug 05 16:35:24.836 INFO O| Aug 05 16:35:24.836 INFO O| Done |
3319 | 2024-08-05T16:35:26.374Z | [ recovery-image] Aug 05 16:35:24.882 INFO O| Aug 05 16:35:24.882 INFO O| Done |
3320 | 2024-08-05T16:35:26.376Z | [ recovery-image] Aug 05 16:35:24.884 INFO O| Aug 05 16:35:24.884 INFO O| Done |
3321 | 2024-08-05T16:35:26.376Z | [ recovery-image] Aug 05 16:35:24.884 INFO O| Aug 05 16:35:24.884 INFO O| Done |
3322 | 2024-08-05T16:35:26.379Z | [ recovery-image] Aug 05 16:35:24.886 INFO O| Aug 05 16:35:24.886 INFO O| Done |
3323 | 2024-08-05T16:35:26.860Z | [ recovery-image] Aug 05 16:35:25.369 INFO O| Aug 05 16:35:25.369 INFO STEP 6 (pkg_change_variant) COMPLETE |
3324 | 2024-08-05T16:35:26.860Z | [ recovery-image] Aug 05 16:35:25.369 INFO O| Aug 05 16:35:25.369 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3325 | 2024-08-05T16:35:26.863Z | [ recovery-image] Aug 05 16:35:25.369 INFO O| Aug 05 16:35:25.369 INFO skip step because feature "debug_variant" is not enabled |
3326 | 2024-08-05T16:35:26.863Z | [ recovery-image] Aug 05 16:35:25.369 INFO O| Aug 05 16:35:25.369 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3327 | 2024-08-05T16:35:27.645Z | [ recovery-image] Aug 05 16:35:26.153 INFO O| Aug 05 16:35:26.153 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3328 | 2024-08-05T16:35:28.726Z | [ recovery-image] Aug 05 16:35:27.235 INFO O| Aug 05 16:35:27.235 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3329 | 2024-08-05T16:35:28.729Z | [ recovery-image] Aug 05 16:35:27.237 INFO O| Aug 05 16:35:27.237 INFO O| Planning: Planning completed in 0.00 seconds |
3330 | 2024-08-05T16:35:28.729Z | [ recovery-image] Aug 05 16:35:27.238 INFO O| Aug 05 16:35:27.238 INFO O| Planning: Consolidating action changes ... Done |
3331 | 2024-08-05T16:35:28.729Z | [ recovery-image] Aug 05 16:35:27.238 INFO O| Aug 05 16:35:27.238 INFO O| Planning: Evaluating mediators ... Done |
3332 | 2024-08-05T16:35:28.732Z | [ recovery-image] Aug 05 16:35:27.238 INFO O| Aug 05 16:35:27.238 INFO O| Planning: Planning completed in 0.00 seconds |
3333 | 2024-08-05T16:35:28.732Z | [ recovery-image] Aug 05 16:35:27.239 INFO O| Aug 05 16:35:27.239 INFO O| Variants/Facets to change: 1 |
3334 | 2024-08-05T16:35:28.801Z | [ recovery-image] Aug 05 16:35:27.309 INFO O| Aug 05 16:35:27.309 INFO O| Done |
3335 | 2024-08-05T16:35:28.801Z | [ recovery-image] Aug 05 16:35:27.309 INFO O| Aug 05 16:35:27.309 INFO O| Done |
3336 | 2024-08-05T16:35:29.260Z | [ recovery-image] Aug 05 16:35:27.768 INFO O| Aug 05 16:35:27.768 INFO O| Done |
3337 | 2024-08-05T16:35:29.335Z | [ recovery-image] Aug 05 16:35:27.843 INFO O| Aug 05 16:35:27.843 INFO O| Done |
3338 | 2024-08-05T16:35:29.338Z | [ recovery-image] Aug 05 16:35:27.844 INFO O| Aug 05 16:35:27.844 INFO O| Done |
3339 | 2024-08-05T16:35:29.338Z | [ recovery-image] Aug 05 16:35:27.844 INFO O| Aug 05 16:35:27.844 INFO O| Done |
3340 | 2024-08-05T16:35:29.338Z | [ recovery-image] Aug 05 16:35:27.846 INFO O| Aug 05 16:35:27.846 INFO O| Done |
3341 | 2024-08-05T16:35:29.457Z | [ recovery-image] Aug 05 16:35:27.966 INFO O| Aug 05 16:35:27.965 INFO STEP 8 (pkg_change_facet) COMPLETE |
3342 | 2024-08-05T16:35:29.457Z | [ recovery-image] Aug 05 16:35:27.966 INFO O| Aug 05 16:35:27.966 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3343 | 2024-08-05T16:35:29.901Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3344 | 2024-08-05T16:35:30.404Z | [ recovery-image] Aug 05 16:35:28.897 INFO O| Aug 05 16:35:28.895 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3345 | 2024-08-05T16:35:31.351Z | [ recovery-image] Aug 05 16:35:29.859 INFO O| Aug 05 16:35:29.859 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3346 | 2024-08-05T16:35:31.354Z | [ recovery-image] Aug 05 16:35:29.861 INFO O| Aug 05 16:35:29.861 INFO O| Planning: Planning completed in 0.00 seconds |
3347 | 2024-08-05T16:35:31.354Z | [ recovery-image] Aug 05 16:35:29.862 INFO O| Aug 05 16:35:29.862 INFO O| Planning: Consolidating action changes ... Done |
3348 | 2024-08-05T16:35:31.354Z | [ recovery-image] Aug 05 16:35:29.862 INFO O| Aug 05 16:35:29.862 INFO O| Planning: Evaluating mediators ... Done |
3349 | 2024-08-05T16:35:31.379Z | [ recovery-image] Aug 05 16:35:29.887 INFO O| Aug 05 16:35:29.887 INFO O| Planning: Planning completed in 0.03 seconds |
3350 | 2024-08-05T16:35:31.382Z | [ recovery-image] Aug 05 16:35:29.888 INFO O| Aug 05 16:35:29.888 INFO O| Variants/Facets to change: 1 |
3351 | 2024-08-05T16:35:31.437Z | [ recovery-image] Aug 05 16:35:29.945 INFO O| Aug 05 16:35:29.945 INFO O| Done |
3352 | 2024-08-05T16:35:31.437Z | [ recovery-image] Aug 05 16:35:29.945 INFO O| Aug 05 16:35:29.945 INFO O| Done |
3353 | 2024-08-05T16:35:31.994Z | [ recovery-image] Aug 05 16:35:30.502 INFO O| Aug 05 16:35:30.502 INFO O| Done |
3354 | 2024-08-05T16:35:32.076Z | [ recovery-image] Aug 05 16:35:30.584 INFO O| Aug 05 16:35:30.583 INFO O| Done |
3355 | 2024-08-05T16:35:32.078Z | [ recovery-image] Aug 05 16:35:30.585 INFO O| Aug 05 16:35:30.585 INFO O| Done |
3356 | 2024-08-05T16:35:32.079Z | [ recovery-image] Aug 05 16:35:30.585 INFO O| Aug 05 16:35:30.585 INFO O| Done |
3357 | 2024-08-05T16:35:32.082Z | [ recovery-image] Aug 05 16:35:30.587 INFO O| Aug 05 16:35:30.587 INFO O| Done |
3358 | 2024-08-05T16:35:32.212Z | [ recovery-image] Aug 05 16:35:30.720 INFO O| Aug 05 16:35:30.720 INFO STEP 9 (pkg_change_facet) COMPLETE |
3359 | 2024-08-05T16:35:32.212Z | [ recovery-image] Aug 05 16:35:30.720 INFO O| Aug 05 16:35:30.720 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3360 | 2024-08-05T16:35:32.909Z | [ recovery-image] Aug 05 16:35:31.416 INFO O| Aug 05 16:35:31.416 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3361 | 2024-08-05T16:35:34.008Z | [ recovery-image] Aug 05 16:35:32.516 INFO O| Aug 05 16:35:32.516 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3362 | 2024-08-05T16:35:34.011Z | [ recovery-image] Aug 05 16:35:32.518 INFO O| Aug 05 16:35:32.518 INFO O| Planning: Planning completed in 0.00 seconds |
3363 | 2024-08-05T16:35:34.014Z | [ recovery-image] Aug 05 16:35:32.520 INFO O| Aug 05 16:35:32.519 INFO O| Planning: Consolidating action changes ... Done |
3364 | 2024-08-05T16:35:34.015Z | [ recovery-image] Aug 05 16:35:32.520 INFO O| Aug 05 16:35:32.520 INFO O| Planning: Evaluating mediators ... Done |
3365 | 2024-08-05T16:35:34.015Z | [ recovery-image] Aug 05 16:35:32.520 INFO O| Aug 05 16:35:32.520 INFO O| Planning: Planning completed in 0.00 seconds |
3366 | 2024-08-05T16:35:34.015Z | [ recovery-image] Aug 05 16:35:32.521 INFO O| Aug 05 16:35:32.521 INFO O| Variants/Facets to change: 1 |
3367 | 2024-08-05T16:35:34.081Z | [ recovery-image] Aug 05 16:35:32.589 INFO O| Aug 05 16:35:32.588 INFO O| Done |
3368 | 2024-08-05T16:35:34.081Z | [ recovery-image] Aug 05 16:35:32.589 INFO O| Aug 05 16:35:32.589 INFO O| Done |
3369 | 2024-08-05T16:35:34.565Z | [ recovery-image] Aug 05 16:35:33.073 INFO O| Aug 05 16:35:33.073 INFO O| Done |
3370 | 2024-08-05T16:35:34.618Z | [ recovery-image] Aug 05 16:35:33.125 INFO O| Aug 05 16:35:33.125 INFO O| Done |
3371 | 2024-08-05T16:35:34.622Z | [ recovery-image] Aug 05 16:35:33.126 INFO O| Aug 05 16:35:33.126 INFO O| Done |
3372 | 2024-08-05T16:35:34.622Z | [ recovery-image] Aug 05 16:35:33.127 INFO O| Aug 05 16:35:33.127 INFO O| Done |
3373 | 2024-08-05T16:35:34.622Z | [ recovery-image] Aug 05 16:35:33.129 INFO O| Aug 05 16:35:33.129 INFO O| Done |
3374 | 2024-08-05T16:35:34.744Z | [ recovery-image] Aug 05 16:35:33.252 INFO O| Aug 05 16:35:33.252 INFO STEP 10 (pkg_change_facet) COMPLETE |
3375 | 2024-08-05T16:35:34.744Z | [ recovery-image] Aug 05 16:35:33.252 INFO O| Aug 05 16:35:33.252 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3376 | 2024-08-05T16:35:34.768Z | [ recovery-image] Aug 05 16:35:33.275 INFO O| Aug 05 16:35:33.275 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"] |
3377 | 2024-08-05T16:35:35.836Z | [ recovery-image] Aug 05 16:35:34.344 INFO O| Aug 05 16:35:34.344 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3378 | 2024-08-05T16:35:37.927Z | [ host-image] Aug 05 16:35:36.433 INFO O| Aug 05 16:35:36.433 INFO O| Planning: Solver setup ... Done |
3379 | 2024-08-05T16:35:53.270Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3380 | 2024-08-05T16:35:58.286Z | [ host-image] Aug 05 16:35:56.761 INFO O| Aug 05 16:35:56.761 INFO O| Planning: Running solver ... Done |
3381 | 2024-08-05T16:35:58.599Z | [ host-image] Aug 05 16:35:57.103 INFO O| Aug 05 16:35:57.103 INFO O| Planning: Finding local manifests ... Done |
3382 | 2024-08-05T16:35:58.616Z | [ host-image] Aug 05 16:35:57.120 INFO O| Aug 05 16:35:57.120 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3383 | 2024-08-05T16:36:03.834Z | [ host-image] Aug 05 16:36:02.337 INFO O| Aug 05 16:36:02.337 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3384 | 2024-08-05T16:36:05.192Z | [ recovery-image] Aug 05 16:36:03.695 INFO O| Aug 05 16:36:03.695 INFO O| Planning: Solver setup ... Done |
3385 | 2024-08-05T16:36:05.200Z | [ host-image] Aug 05 16:36:03.703 INFO O| Aug 05 16:36:03.703 INFO O| Planning: Package planning ... Done |
3386 | 2024-08-05T16:36:06.899Z | [ host-image] Aug 05 16:36:05.401 INFO O| Aug 05 16:36:05.401 INFO O| Planning: Merging actions ... Done |
3387 | 2024-08-05T16:36:07.305Z | [ host-image] Aug 05 16:36:05.807 INFO O| Aug 05 16:36:05.807 INFO O| Planning: Checking for conflicting actions ... Done |
3388 | 2024-08-05T16:36:07.625Z | [ host-image] Aug 05 16:36:06.127 INFO O| Aug 05 16:36:06.127 INFO O| Planning: Consolidating action changes ... Done |
3389 | 2024-08-05T16:36:08.175Z | [ host-image] Aug 05 16:36:06.677 INFO O| Aug 05 16:36:06.677 INFO O| Planning: Evaluating mediators ... Done |
3390 | 2024-08-05T16:36:14.295Z | [ host-image] Aug 05 16:36:12.796 INFO O| Aug 05 16:36:12.796 INFO O| Planning: Planning completed in 61.03 seconds |
3391 | 2024-08-05T16:36:14.301Z | [ host-image] Aug 05 16:36:12.802 INFO O| Aug 05 16:36:12.802 INFO O| Packages to install: 124 |
3392 | 2024-08-05T16:36:14.301Z | [ host-image] Aug 05 16:36:12.802 INFO O| Aug 05 16:36:12.802 INFO O| Mediators to change: 4 |
3393 | 2024-08-05T16:36:14.304Z | [ host-image] Aug 05 16:36:12.802 INFO O| Aug 05 16:36:12.802 INFO O| Services to change: 6 |
3394 | 2024-08-05T16:36:14.425Z | [ host-image] Aug 05 16:36:12.926 INFO O| Aug 05 16:36:12.926 INFO O| Download: 0/22724 items 0.0/196.3MB 0% complete |
3395 | 2024-08-05T16:36:19.437Z | [ host-image] Aug 05 16:36:17.937 INFO O| Aug 05 16:36:17.937 INFO O| Download: 858/22724 items 6.8/196.3MB 3% complete (1.4M/s) |
3396 | 2024-08-05T16:36:24.559Z | [ recovery-image] Aug 05 16:36:23.058 INFO O| Aug 05 16:36:23.058 INFO O| Planning: Running solver ... Done |
3397 | 2024-08-05T16:36:24.831Z | [ recovery-image] Aug 05 16:36:23.330 INFO O| Aug 05 16:36:23.330 INFO O| Planning: Finding local manifests ... Done |
3398 | 2024-08-05T16:36:24.848Z | [ recovery-image] Aug 05 16:36:23.347 INFO O| Aug 05 16:36:23.347 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3399 | 2024-08-05T16:36:28.236Z | [ host-image] Aug 05 16:36:26.735 INFO O| Aug 05 16:36:26.735 INFO O| Download: 1022/22724 items 8.0/196.3MB 4% complete (1.3M/s) |
3400 | 2024-08-05T16:36:29.776Z | [ recovery-image] Aug 05 16:36:28.274 INFO O| Aug 05 16:36:28.274 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3401 | 2024-08-05T16:36:31.057Z | [ recovery-image] Aug 05 16:36:29.555 INFO O| Aug 05 16:36:29.555 INFO O| Planning: Package planning ... Done |
3402 | 2024-08-05T16:36:31.865Z | [ recovery-image] Aug 05 16:36:30.363 INFO O| Aug 05 16:36:30.363 INFO O| Planning: Merging actions ... Done |
3403 | 2024-08-05T16:36:32.058Z | [ recovery-image] Aug 05 16:36:30.556 INFO O| Aug 05 16:36:30.556 INFO O| Planning: Checking for conflicting actions ... Done |
3404 | 2024-08-05T16:36:32.192Z | [ recovery-image] Aug 05 16:36:30.690 INFO O| Aug 05 16:36:30.690 INFO O| Planning: Consolidating action changes ... Done |
3405 | 2024-08-05T16:36:32.262Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3406 | 2024-08-05T16:36:32.567Z | [ recovery-image] Aug 05 16:36:31.065 INFO O| Aug 05 16:36:31.065 INFO O| Planning: Evaluating mediators ... Done |
3407 | 2024-08-05T16:36:33.115Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3408 | 2024-08-05T16:36:33.616Z | [ host-image] Aug 05 16:36:32.115 INFO O| Aug 05 16:36:32.115 INFO O| Download: 1648/22724 items 10.8/196.3MB 5% complete (530k/s) |
3409 | 2024-08-05T16:36:35.480Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3410 | 2024-08-05T16:36:37.744Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3411 | 2024-08-05T16:36:38.630Z | [ host-image] Aug 05 16:36:37.128 INFO O| Aug 05 16:36:37.127 INFO O| Download: 1851/22724 items 19.2/196.3MB 9% complete (1.1M/s) |
3412 | 2024-08-05T16:36:38.730Z | [ recovery-image] Aug 05 16:36:37.228 INFO O| Aug 05 16:36:37.228 INFO O| Planning: Planning completed in 62.88 seconds |
3413 | 2024-08-05T16:36:38.754Z | [ recovery-image] Aug 05 16:36:37.252 INFO O| Aug 05 16:36:37.252 INFO O| Packages to install: 124 |
3414 | 2024-08-05T16:36:38.757Z | [ recovery-image] Aug 05 16:36:37.252 INFO O| Aug 05 16:36:37.252 INFO O| Mediators to change: 4 |
3415 | 2024-08-05T16:36:38.757Z | [ recovery-image] Aug 05 16:36:37.252 INFO O| Aug 05 16:36:37.252 INFO O| Services to change: 5 |
3416 | 2024-08-05T16:36:38.839Z | [ recovery-image] Aug 05 16:36:37.336 INFO O| Aug 05 16:36:37.336 INFO O| Download: 0/15831 items 0.0/173.1MB 0% complete |
3417 | 2024-08-05T16:36:42.989Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3418 | 2024-08-05T16:36:43.842Z | [ recovery-image] Aug 05 16:36:42.338 INFO O| Aug 05 16:36:42.338 INFO O| Download: 655/15831 items 5.3/173.1MB 3% complete (1.1M/s) |
3419 | 2024-08-05T16:36:44.696Z | [ host-image] Aug 05 16:36:43.193 INFO O| Aug 05 16:36:43.193 INFO O| Download: 2094/22724 items 23.1/196.3MB 11% complete (1.3M/s) |
3420 | 2024-08-05T16:36:48.926Z | [ recovery-image] Aug 05 16:36:47.412 INFO O| Aug 05 16:36:47.412 INFO O| Download: 1099/15831 items 9.2/173.1MB 5% complete (1.1M/s) |
3421 | 2024-08-05T16:36:50.157Z | [ host-image] Aug 05 16:36:48.653 INFO O| Aug 05 16:36:48.653 INFO O| Download: 2243/22724 items 24.5/196.3MB 12% complete (450k/s) |
3422 | 2024-08-05T16:36:54.047Z | [ recovery-image] Aug 05 16:36:52.542 INFO O| Aug 05 16:36:52.542 INFO O| Download: 1184/15831 items 14.9/173.1MB 8% complete (905k/s) |
3423 | 2024-08-05T16:36:55.408Z | [ host-image] Aug 05 16:36:53.903 INFO O| Aug 05 16:36:53.903 INFO O| Download: 2257/22724 items 24.8/196.3MB 12% complete (287k/s) |
3424 | 2024-08-05T16:36:59.377Z | [ recovery-image] Aug 05 16:36:57.871 INFO O| Aug 05 16:36:57.871 INFO O| Download: 1536/15831 items 22.2/173.1MB 12% complete (1.3M/s) |
3425 | 2024-08-05T16:37:00.410Z | [ host-image] Aug 05 16:36:58.904 INFO O| Aug 05 16:36:58.904 INFO O| Download: 2747/22724 items 31.2/196.3MB 15% complete (734k/s) |
3426 | 2024-08-05T16:37:04.512Z | [ recovery-image] Aug 05 16:37:03.005 INFO O| Aug 05 16:37:03.005 INFO O| Download: 1654/15831 items 27.7/173.1MB 15% complete (1.2M/s) |
3427 | 2024-08-05T16:37:06.945Z | [ host-image] Aug 05 16:37:05.438 INFO O| Aug 05 16:37:05.438 INFO O| Download: 3482/22724 items 35.6/196.3MB 18% complete (1.1M/s) |
3428 | 2024-08-05T16:37:09.513Z | [ recovery-image] Aug 05 16:37:08.006 INFO O| Aug 05 16:37:08.006 INFO O| Download: 2248/15831 items 31.0/173.1MB 17% complete (938k/s) |
3429 | 2024-08-05T16:37:11.949Z | [ host-image] Aug 05 16:37:10.441 INFO O| Aug 05 16:37:10.441 INFO O| Download: 4194/22724 items 40.7/196.3MB 20% complete (715k/s) |
3430 | 2024-08-05T16:37:14.566Z | [ recovery-image] Aug 05 16:37:13.058 INFO O| Aug 05 16:37:13.058 INFO O| Download: 2676/15831 items 33.0/173.1MB 19% complete (833k/s) |
3431 | 2024-08-05T16:37:16.955Z | [ host-image] Aug 05 16:37:15.446 INFO O| Aug 05 16:37:15.446 INFO O| Download: 4674/22724 items 44.7/196.3MB 22% complete (865k/s) |
3432 | 2024-08-05T16:37:19.573Z | [ recovery-image] Aug 05 16:37:18.064 INFO O| Aug 05 16:37:18.064 INFO O| Download: 3421/15831 items 38.1/173.1MB 21% complete (721k/s) |
3433 | 2024-08-05T16:37:21.961Z | [ host-image] Aug 05 16:37:20.452 INFO O| Aug 05 16:37:20.452 INFO O| Download: 5452/22724 items 46.1/196.3MB 23% complete (555k/s) |
3434 | 2024-08-05T16:37:24.574Z | [ recovery-image] Aug 05 16:37:23.064 INFO O| Aug 05 16:37:23.064 INFO O| Download: 3808/15831 items 42.3/173.1MB 24% complete (951k/s) |
3435 | 2024-08-05T16:37:26.967Z | [ host-image] Aug 05 16:37:25.457 INFO O| Aug 05 16:37:25.457 INFO O| Download: 6193/22724 items 46.5/196.3MB 23% complete (288k/s) |
3436 | 2024-08-05T16:37:29.679Z | [ recovery-image] Aug 05 16:37:28.168 INFO O| Aug 05 16:37:28.168 INFO O| Download: 4774/15831 items 43.0/173.1MB 24% complete (526k/s) |
3437 | 2024-08-05T16:37:32.211Z | [ host-image] Aug 05 16:37:30.700 INFO O| Aug 05 16:37:30.699 INFO O| Download: 6977/22724 items 50.3/196.3MB 25% complete (416k/s) |
3438 | 2024-08-05T16:37:34.680Z | [ recovery-image] Aug 05 16:37:33.169 INFO O| Aug 05 16:37:33.169 INFO O| Download: 5384/15831 items 43.3/173.1MB 25% complete (107k/s) |
3439 | 2024-08-05T16:37:37.212Z | [ host-image] Aug 05 16:37:35.700 INFO O| Aug 05 16:37:35.700 INFO O| Download: 7641/22724 items 58.5/196.3MB 29% complete (1.2M/s) |
3440 | 2024-08-05T16:37:39.939Z | [ recovery-image] Aug 05 16:37:38.426 INFO O| Aug 05 16:37:38.426 INFO O| Download: 5690/15831 items 45.2/173.1MB 26% complete (202k/s) |
3441 | 2024-08-05T16:37:42.494Z | [ host-image] Aug 05 16:37:40.981 INFO O| Aug 05 16:37:40.981 INFO O| Download: 8256/22724 items 65.0/196.3MB 33% complete (1.4M/s) |
3442 | 2024-08-05T16:37:45.117Z | [ recovery-image] Aug 05 16:37:43.603 INFO O| Aug 05 16:37:43.603 INFO O| Download: 5946/15831 items 53.6/173.1MB 30% complete (1015k/s) |
3443 | 2024-08-05T16:37:47.500Z | [ host-image] Aug 05 16:37:45.986 INFO O| Aug 05 16:37:45.986 INFO O| Download: 8367/22724 items 69.1/196.3MB 35% complete (1.0M/s) |
3444 | 2024-08-05T16:37:51.665Z | [ recovery-image] Aug 05 16:37:50.151 INFO O| Aug 05 16:37:50.150 INFO O| Download: 6174/15831 items 61.8/173.1MB 35% complete (1.6M/s) |
3445 | 2024-08-05T16:37:52.563Z | [ host-image] Aug 05 16:37:51.048 INFO O| Aug 05 16:37:51.048 INFO O| Download: 9160/22724 items 75.5/196.3MB 38% complete (1.1M/s) |
3446 | 2024-08-05T16:37:56.675Z | [ recovery-image] Aug 05 16:37:55.160 INFO O| Aug 05 16:37:55.160 INFO O| Download: 6823/15831 items 66.1/173.1MB 38% complete (1.2M/s) |
3447 | 2024-08-05T16:37:57.571Z | [ host-image] Aug 05 16:37:56.055 INFO O| Aug 05 16:37:56.055 INFO O| Download: 9617/22724 items 83.3/196.3MB 42% complete (1.4M/s) |
3448 | 2024-08-05T16:38:01.689Z | [ recovery-image] Aug 05 16:38:00.173 INFO O| Aug 05 16:38:00.173 INFO O| Download: 7210/15831 items 73.2/173.1MB 42% complete (1.1M/s) |
3449 | 2024-08-05T16:38:02.572Z | [ host-image] Aug 05 16:38:01.056 INFO O| Aug 05 16:38:01.056 INFO O| Download: 10252/22724 items 87.1/196.3MB 44% complete (1.2M/s) |
3450 | 2024-08-05T16:38:07.197Z | [ recovery-image] Aug 05 16:38:05.680 INFO O| Aug 05 16:38:05.680 INFO O| Download: 7637/15831 items 73.7/173.1MB 42% complete (895k/s) |
3451 | 2024-08-05T16:38:11.739Z | [ host-image] Aug 05 16:38:10.221 INFO O| Aug 05 16:38:10.221 INFO O| Download: 10410/22724 items 88.0/196.3MB 44% complete (890k/s) |
3452 | 2024-08-05T16:38:12.199Z | [ recovery-image] Aug 05 16:38:10.681 INFO O| Aug 05 16:38:10.680 INFO O| Download: 8414/15831 items 79.8/173.1MB 46% complete (666k/s) |
3453 | 2024-08-05T16:38:16.745Z | [ host-image] Aug 05 16:38:15.225 INFO O| Aug 05 16:38:15.225 INFO O| Download: 10875/22724 items 90.1/196.3MB 45% complete (470k/s) |
3454 | 2024-08-05T16:38:17.550Z | [ recovery-image] Aug 05 16:38:16.031 INFO O| Aug 05 16:38:16.031 INFO O| Download: 8658/15831 items 81.5/173.1MB 47% complete (829k/s) |
3455 | 2024-08-05T16:38:22.131Z | [ host-image] Aug 05 16:38:20.611 INFO O| Aug 05 16:38:20.611 INFO O| Download: 11126/22724 items 93.1/196.3MB 47% complete (507k/s) |
3456 | 2024-08-05T16:38:25.034Z | [ recovery-image] Aug 05 16:38:23.514 INFO O| Aug 05 16:38:23.514 INFO O| Download: 8762/15831 items 84.2/173.1MB 48% complete (685k/s) |
3457 | 2024-08-05T16:38:30.165Z | [ recovery-image] Aug 05 16:38:28.644 INFO O| Aug 05 16:38:28.644 INFO O| Download: 8925/15831 items 92.6/173.1MB 53% complete (885k/s) |
3458 | 2024-08-05T16:38:30.848Z | [ host-image] Aug 05 16:38:29.326 INFO O| Aug 05 16:38:29.326 INFO O| Download: 11233/22724 items 94.1/196.3MB 47% complete (421k/s) |
3459 | 2024-08-05T16:38:35.171Z | [ recovery-image] Aug 05 16:38:33.650 INFO O| Aug 05 16:38:33.650 INFO O| Download: 9499/15831 items 92.9/173.1MB 53% complete (919k/s) |
3460 | 2024-08-05T16:38:35.863Z | [ host-image] Aug 05 16:38:34.341 INFO O| Aug 05 16:38:34.341 INFO O| Download: 11751/22724 items 96.3/196.3MB 49% complete (241k/s) |
3461 | 2024-08-05T16:38:41.152Z | [ host-image] Aug 05 16:38:39.630 INFO O| Aug 05 16:38:39.630 INFO O| Download: 11998/22724 items 98.8/196.3MB 50% complete (491k/s) |
3462 | 2024-08-05T16:38:46.161Z | [ host-image] Aug 05 16:38:44.638 INFO O| Aug 05 16:38:44.638 INFO O| Download: 12045/22724 items 100.7/196.3MB 51% complete (434k/s) |
3463 | 2024-08-05T16:38:52.228Z | [ host-image] Aug 05 16:38:50.704 INFO O| Aug 05 16:38:50.704 INFO O| Download: 12174/22724 items 108.5/196.3MB 55% complete (1.0M/s) |
3464 | 2024-08-05T16:38:55.668Z | [ recovery-image] Aug 05 16:38:54.143 INFO O| Aug 05 16:38:54.143 INFO O| Download: 9953/15831 items 93.1/173.1MB 53% complete |
3465 | 2024-08-05T16:38:58.313Z | [ host-image] Aug 05 16:38:56.788 INFO O| Aug 05 16:38:56.788 INFO O| Download: 12197/22724 items 108.7/196.3MB 55% complete (890k/s) |
3466 | 2024-08-05T16:39:01.413Z | [ recovery-image] Aug 05 16:38:59.888 INFO O| Aug 05 16:38:59.888 INFO O| Download: 10542/15831 items 93.4/173.1MB 53% complete (80.6k/s) |
3467 | 2024-08-05T16:39:03.377Z | [ host-image] Aug 05 16:39:01.850 INFO O| Aug 05 16:39:01.850 INFO O| Download: 12299/22724 items 109.4/196.3MB 55% complete (116k/s) |
3468 | 2024-08-05T16:39:06.435Z | [ recovery-image] Aug 05 16:39:04.909 INFO O| Aug 05 16:39:04.909 INFO O| Download: 11002/15831 items 94.6/173.1MB 54% complete (133k/s) |
3469 | 2024-08-05T16:39:08.392Z | [ host-image] Aug 05 16:39:06.866 INFO O| Aug 05 16:39:06.865 INFO O| Download: 13124/22724 items 109.8/196.3MB 55% complete (131k/s) |
3470 | 2024-08-05T16:39:12.163Z | [ recovery-image] Aug 05 16:39:10.636 INFO O| Aug 05 16:39:10.635 INFO O| Download: 11042/15831 items 95.3/173.1MB 55% complete (165k/s) |
3471 | 2024-08-05T16:39:13.402Z | [ host-image] Aug 05 16:39:11.875 INFO O| Aug 05 16:39:11.875 INFO O| Download: 13651/22724 items 110.1/196.3MB 56% complete (66.7k/s) |
3472 | 2024-08-05T16:39:17.189Z | [ recovery-image] Aug 05 16:39:15.662 INFO O| Aug 05 16:39:15.661 INFO O| Download: 11097/15831 items 99.6/173.1MB 57% complete (543k/s) |
3473 | 2024-08-05T16:39:18.455Z | [ host-image] Aug 05 16:39:16.927 INFO O| Aug 05 16:39:16.926 INFO O| Download: 14135/22724 items 110.6/196.3MB 56% complete (61.3k/s) |
3474 | 2024-08-05T16:39:22.339Z | [ recovery-image] Aug 05 16:39:20.810 INFO O| Aug 05 16:39:20.810 INFO O| Download: 11503/15831 items 111.1/173.1MB 64% complete (1.5M/s) |
3475 | 2024-08-05T16:39:23.747Z | [ host-image] Aug 05 16:39:22.218 INFO O| Aug 05 16:39:22.218 INFO O| Download: 14418/22724 items 111.6/196.3MB 56% complete (155k/s) |
3476 | 2024-08-05T16:39:27.717Z | [ recovery-image] Aug 05 16:39:26.187 INFO O| Aug 05 16:39:26.187 INFO O| Download: 11914/15831 items 128.1/173.1MB 74% complete (3.0M/s) |
3477 | 2024-08-05T16:39:29.181Z | [ host-image] Aug 05 16:39:27.651 INFO O| Aug 05 16:39:27.651 INFO O| Download: 14508/22724 items 116.6/196.3MB 59% complete (613k/s) |
3478 | 2024-08-05T16:39:31.187Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 12s |
3479 | 2024-08-05T16:39:31.452Z | Aug 05 16:39:29.922 INFO [verify-libraries] process exited with exit status: 0 (260.2819182s) |
3480 | 2024-08-05T16:39:34.187Z | [ host-image] Aug 05 16:39:32.656 INFO O| Aug 05 16:39:32.656 INFO O| Download: 15426/22724 items 122.0/196.3MB 62% complete (1004k/s) |
3481 | 2024-08-05T16:39:36.945Z | [ recovery-image] Aug 05 16:39:35.413 INFO O| Aug 05 16:39:35.413 INFO O| Download: 11917/15831 items 128.2/173.1MB 74% complete (2.8M/s) |
3482 | 2024-08-05T16:39:39.329Z | [ host-image] Aug 05 16:39:37.798 INFO O| Aug 05 16:39:37.797 INFO O| Download: 15733/22724 items 125.9/196.3MB 64% complete (979k/s) |
3483 | 2024-08-05T16:39:41.946Z | [ recovery-image] Aug 05 16:39:40.414 INFO O| Aug 05 16:39:40.414 INFO O| Download: 12720/15831 items 139.4/173.1MB 80% complete (2.3M/s) |
3484 | 2024-08-05T16:39:44.962Z | [ host-image] Aug 05 16:39:43.429 INFO O| Aug 05 16:39:43.429 INFO O| Download: 15744/22724 items 126.0/196.3MB 64% complete (896k/s) |
3485 | 2024-08-05T16:39:47.420Z | [ recovery-image] Aug 05 16:39:45.887 INFO O| Aug 05 16:39:45.887 INFO O| Download: 13004/15831 items 140.5/173.1MB 81% complete (2.1M/s) |
3486 | 2024-08-05T16:39:49.962Z | [ host-image] Aug 05 16:39:48.429 INFO O| Aug 05 16:39:48.429 INFO O| Download: 16381/22724 items 135.0/196.3MB 68% complete (958k/s) |
3487 | 2024-08-05T16:39:52.422Z | [ recovery-image] Aug 05 16:39:50.889 INFO O| Aug 05 16:39:50.889 INFO O| Download: 13735/15831 items 143.9/173.1MB 83% complete (401k/s) |
3488 | 2024-08-05T16:39:54.986Z | [ host-image] Aug 05 16:39:53.452 INFO O| Aug 05 16:39:53.452 INFO O| Download: 16868/22724 items 136.0/196.3MB 69% complete (1.1M/s) |
3489 | 2024-08-05T16:39:57.423Z | [ recovery-image] Aug 05 16:39:55.889 INFO O| Aug 05 16:39:55.889 INFO O| Download: 14656/15831 items 147.6/173.1MB 85% complete (719k/s) |
3490 | 2024-08-05T16:40:02.930Z | [ recovery-image] Aug 05 16:40:01.394 INFO O| Aug 05 16:40:01.394 INFO O| Download: 14765/15831 items 153.6/173.1MB 88% complete (1012k/s) |
3491 | 2024-08-05T16:40:03.029Z | [ host-image] Aug 05 16:40:01.493 INFO O| Aug 05 16:40:01.493 INFO O| Download: 16871/22724 items 136.0/196.3MB 69% complete (1.0M/s) |
3492 | 2024-08-05T16:40:07.932Z | [ recovery-image] Aug 05 16:40:06.396 INFO O| Aug 05 16:40:06.396 INFO O| Download: 14825/15831 items 154.0/173.1MB 88% complete (647k/s) |
3493 | 2024-08-05T16:40:08.177Z | [ host-image] Aug 05 16:40:06.641 INFO O| Aug 05 16:40:06.640 INFO O| Download: 17856/22724 items 150.0/196.3MB 76% complete (1.6M/s) |
3494 | 2024-08-05T16:40:13.178Z | [ host-image] Aug 05 16:40:11.642 INFO O| Aug 05 16:40:11.641 INFO O| Download: 18391/22724 items 160.3/196.3MB 81% complete (2.4M/s) |
3495 | 2024-08-05T16:40:13.931Z | [ recovery-image] Aug 05 16:40:12.394 INFO O| Aug 05 16:40:12.394 INFO O| Download: 15248/15831 items 157.9/173.1MB 91% complete (918k/s) |
3496 | 2024-08-05T16:40:18.746Z | [ host-image] Aug 05 16:40:17.208 INFO O| Aug 05 16:40:17.208 INFO O| Download: 18941/22724 items 162.4/196.3MB 82% complete (2.1M/s) |
3497 | 2024-08-05T16:40:20.347Z | [ recovery-image] Aug 05 16:40:18.809 INFO O| Aug 05 16:40:18.809 INFO O| Download: 15251/15831 items 157.9/173.1MB 91% complete |
3498 | 2024-08-05T16:40:23.750Z | [ host-image] Aug 05 16:40:22.212 INFO O| Aug 05 16:40:22.212 INFO O| Download: 20253/22724 items 168.2/196.3MB 85% complete (783k/s) |
3499 | 2024-08-05T16:40:26.473Z | [ recovery-image] Aug 05 16:40:24.932 INFO O| Aug 05 16:40:24.932 INFO O| Download: 15281/15831 items 158.0/173.1MB 91% complete (3.5k/s) |
3500 | 2024-08-05T16:40:28.758Z | [ host-image] Aug 05 16:40:27.218 INFO O| Aug 05 16:40:27.218 INFO O| Download: 20672/22724 items 170.7/196.3MB 86% complete (814k/s) |
3501 | 2024-08-05T16:40:31.575Z | [ recovery-image] Aug 05 16:40:30.035 INFO O| Aug 05 16:40:30.035 INFO O| Download: 15599/15831 items 166.7/173.1MB 96% complete (881k/s) |
3502 | 2024-08-05T16:40:34.433Z | [ host-image] Aug 05 16:40:32.891 INFO O| Aug 05 16:40:32.891 INFO O| Download: 20877/22724 items 175.5/196.3MB 89% complete (850k/s) |
3503 | 2024-08-05T16:40:34.522Z | [ recovery-image] Aug 05 16:40:32.982 INFO O| Aug 05 16:40:32.982 INFO O| Download: Completed 173.13 MB in 235.65 seconds (750k/s) |
3504 | 2024-08-05T16:40:34.966Z | [ recovery-image] Aug 05 16:40:33.425 INFO O| Aug 05 16:40:33.425 INFO O| Actions: 1/24963 actions (Installing new actions) |
3505 | 2024-08-05T16:40:39.976Z | [ recovery-image] Aug 05 16:40:38.434 INFO O| Aug 05 16:40:38.434 INFO O| Actions: 13522/24963 actions (Installing new actions) |
3506 | 2024-08-05T16:40:40.533Z | [ host-image] Aug 05 16:40:38.991 INFO O| Aug 05 16:40:38.991 INFO O| Download: 20941/22724 items 175.8/196.3MB 89% complete (640k/s) |
3507 | 2024-08-05T16:40:45.197Z | [ recovery-image] Aug 05 16:40:43.654 INFO O| Aug 05 16:40:43.654 INFO O| Actions: 24410/24963 actions (Installing new actions) |
3508 | 2024-08-05T16:40:46.193Z | [ recovery-image] Aug 05 16:40:44.651 INFO O| Aug 05 16:40:44.651 INFO O| Actions: Completed 24963 actions in 11.22 seconds. |
3509 | 2024-08-05T16:40:46.441Z | [ recovery-image] Aug 05 16:40:44.899 INFO O| Aug 05 16:40:44.899 INFO O| Done |
3510 | 2024-08-05T16:40:46.444Z | [ recovery-image] Aug 05 16:40:44.899 INFO O| Aug 05 16:40:44.899 INFO O| Done |
3511 | 2024-08-05T16:40:46.884Z | [ recovery-image] Aug 05 16:40:45.342 INFO O| Aug 05 16:40:45.342 INFO O| Done |
3512 | 2024-08-05T16:40:47.053Z | [ host-image] Aug 05 16:40:45.511 INFO O| Aug 05 16:40:45.510 INFO O| Download: 21025/22724 items 176.3/196.3MB 89% complete (87.5k/s) |
3513 | 2024-08-05T16:40:47.715Z | [ recovery-image] Aug 05 16:40:46.172 INFO O| Aug 05 16:40:46.172 INFO O| Done |
3514 | 2024-08-05T16:40:47.729Z | [ recovery-image] Aug 05 16:40:46.187 INFO O| Aug 05 16:40:46.186 INFO O| Done |
3515 | 2024-08-05T16:40:52.009Z | [ recovery-image] Aug 05 16:40:50.465 INFO O| Aug 05 16:40:50.465 INFO O| Done |
3516 | 2024-08-05T16:40:52.103Z | [ host-image] Aug 05 16:40:50.559 INFO O| Aug 05 16:40:50.559 INFO O| Download: 21859/22724 items 188.2/196.3MB 95% complete (1.5M/s) |
3517 | 2024-08-05T16:40:52.355Z | [ recovery-image] Aug 05 16:40:50.812 INFO O| Aug 05 16:40:50.812 INFO O| Done |
3518 | 2024-08-05T16:40:52.553Z | [ recovery-image] Aug 05 16:40:51.010 INFO O| Aug 05 16:40:51.010 INFO STEP 11 (pkg_install) COMPLETE |
3519 | 2024-08-05T16:40:52.554Z | [ recovery-image] Aug 05 16:40:51.010 INFO O| Aug 05 16:40:51.010 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3520 | 2024-08-05T16:40:52.557Z | [ recovery-image] Aug 05 16:40:51.010 INFO O| Aug 05 16:40:51.010 INFO skip step because feature "recovery" is enabled |
3521 | 2024-08-05T16:40:52.557Z | [ recovery-image] Aug 05 16:40:51.010 INFO O| Aug 05 16:40:51.010 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3522 | 2024-08-05T16:40:52.557Z | [ recovery-image] Aug 05 16:40:51.010 INFO O| Aug 05 16:40:51.010 INFO skip step because feature "omicron1" is not enabled |
3523 | 2024-08-05T16:40:52.557Z | [ recovery-image] Aug 05 16:40:51.010 INFO O| Aug 05 16:40:51.010 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3524 | 2024-08-05T16:40:52.567Z | [ recovery-image] Aug 05 16:40:51.024 INFO O| Aug 05 16:40:51.024 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
3525 | 2024-08-05T16:40:53.037Z | [ recovery-image] Aug 05 16:40:51.494 INFO O| Aug 05 16:40:51.494 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3526 | 2024-08-05T16:40:54.480Z | [ recovery-image] Aug 05 16:40:52.936 INFO O| Aug 05 16:40:52.936 INFO O| Planning: Solver setup ... Done |
3527 | 2024-08-05T16:40:54.486Z | [ recovery-image] Aug 05 16:40:52.943 INFO O| Aug 05 16:40:52.943 INFO O| Planning: Running solver ... Done |
3528 | 2024-08-05T16:40:54.532Z | [ recovery-image] Aug 05 16:40:52.988 INFO O| Aug 05 16:40:52.988 INFO O| Planning: Finding local manifests ... Done |
3529 | 2024-08-05T16:40:54.535Z | [ recovery-image] Aug 05 16:40:52.989 INFO O| Aug 05 16:40:52.989 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3530 | 2024-08-05T16:40:54.592Z | [ recovery-image] Aug 05 16:40:53.048 INFO O| Aug 05 16:40:53.048 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3531 | 2024-08-05T16:40:54.612Z | [ recovery-image] Aug 05 16:40:53.068 INFO O| Aug 05 16:40:53.068 INFO O| Planning: Package planning ... Done |
3532 | 2024-08-05T16:40:54.615Z | [ recovery-image] Aug 05 16:40:53.069 INFO O| Aug 05 16:40:53.069 INFO O| Planning: Merging actions ... Done |
3533 | 2024-08-05T16:40:54.646Z | [ recovery-image] Aug 05 16:40:53.103 INFO O| Aug 05 16:40:53.102 INFO O| Planning: Checking for conflicting actions ... Done |
3534 | 2024-08-05T16:40:54.649Z | [ recovery-image] Aug 05 16:40:53.103 INFO O| Aug 05 16:40:53.103 INFO O| Planning: Consolidating action changes ... Done |
3535 | 2024-08-05T16:40:54.772Z | [ recovery-image] Aug 05 16:40:53.228 INFO O| Aug 05 16:40:53.228 INFO O| Planning: Evaluating mediators ... Done |
3536 | 2024-08-05T16:40:54.775Z | [ recovery-image] Aug 05 16:40:53.229 INFO O| Aug 05 16:40:53.229 INFO O| Planning: Planning completed in 1.73 seconds |
3537 | 2024-08-05T16:40:54.775Z | [ recovery-image] Aug 05 16:40:53.230 INFO O| Aug 05 16:40:53.230 INFO O| Packages to install: 1 |
3538 | 2024-08-05T16:40:54.785Z | [ recovery-image] Aug 05 16:40:53.241 INFO O| Aug 05 16:40:53.241 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
3539 | 2024-08-05T16:40:55.494Z | [ recovery-image] Aug 05 16:40:53.950 INFO O| Aug 05 16:40:53.950 INFO O| Download: Completed 20.86 MB in 0.71 seconds (29.4M/s) |
3540 | 2024-08-05T16:40:55.516Z | [ recovery-image] Aug 05 16:40:53.972 INFO O| Aug 05 16:40:53.972 INFO O| Actions: 1/22 actions (Installing new actions) |
3541 | 2024-08-05T16:40:56.028Z | [ recovery-image] Aug 05 16:40:54.484 INFO O| Aug 05 16:40:54.484 INFO O| Actions: Completed 22 actions in 0.51 seconds. |
3542 | 2024-08-05T16:40:56.338Z | [ recovery-image] Aug 05 16:40:54.794 INFO O| Aug 05 16:40:54.793 INFO O| Done |
3543 | 2024-08-05T16:40:56.338Z | [ recovery-image] Aug 05 16:40:54.794 INFO O| Aug 05 16:40:54.794 INFO O| Done |
3544 | 2024-08-05T16:40:56.667Z | [ recovery-image] Aug 05 16:40:55.123 INFO O| Aug 05 16:40:55.123 INFO O| Done |
3545 | 2024-08-05T16:40:57.105Z | [ host-image] Aug 05 16:40:55.561 INFO O| Aug 05 16:40:55.561 INFO O| Download: 22707/22724 items 196.3/196.3MB 99% complete (2.0M/s) |
3546 | 2024-08-05T16:40:57.435Z | [ recovery-image] Aug 05 16:40:55.891 INFO O| Aug 05 16:40:55.891 INFO O| Done |
3547 | 2024-08-05T16:40:57.447Z | [ recovery-image] Aug 05 16:40:55.903 INFO O| Aug 05 16:40:55.903 INFO O| Done |
3548 | 2024-08-05T16:40:57.450Z | [ recovery-image] Aug 05 16:40:55.903 INFO O| Aug 05 16:40:55.903 INFO O| Done |
3549 | 2024-08-05T16:40:57.456Z | [ recovery-image] Aug 05 16:40:55.912 INFO O| Aug 05 16:40:55.912 INFO O| Done |
3550 | 2024-08-05T16:40:57.545Z | [ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO STEP 14 (pkg_install) COMPLETE |
3551 | 2024-08-05T16:40:57.545Z | [ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3552 | 2024-08-05T16:40:57.548Z | [ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO skip step because feature "mfg" is not enabled |
3553 | 2024-08-05T16:40:57.548Z | [ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3554 | 2024-08-05T16:40:57.548Z | [ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO skip step because feature "compliance" is not enabled |
3555 | 2024-08-05T16:40:57.548Z | [ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3556 | 2024-08-05T16:40:57.548Z | [ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO skip step because feature "stress" is not enabled |
3557 | 2024-08-05T16:40:57.548Z | [ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3558 | 2024-08-05T16:40:57.548Z | [ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO skip step because feature "nfs" is not enabled |
3559 | 2024-08-05T16:40:57.548Z | [ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3560 | 2024-08-05T16:40:57.548Z | [ recovery-image] Aug 05 16:40:56.000 INFO O| Aug 05 16:40:56.000 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3561 | 2024-08-05T16:40:57.657Z | [ recovery-image] Aug 05 16:40:56.113 INFO O| Aug 05 16:40:56.113 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3562 | 2024-08-05T16:40:57.663Z | [ host-image] Aug 05 16:40:56.119 INFO O| Aug 05 16:40:56.119 INFO O| Download: Completed 196.33 MB in 283.19 seconds (708k/s) |
3563 | 2024-08-05T16:40:57.796Z | [ recovery-image] Aug 05 16:40:56.251 INFO O| Aug 05 16:40:56.251 INFO completed processing gimlet/ramdisk-01-os |
3564 | 2024-08-05T16:40:57.798Z | [ recovery-image] Aug 05 16:40:56.253 INFO image builder template: ramdisk-02-trim... |
3565 | 2024-08-05T16:40:57.799Z | [ recovery-image] Aug 05 16:40:56.253 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/.tmp41afuc/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 |
3566 | 2024-08-05T16:40:57.824Z | [ recovery-image] Aug 05 16:40:56.280 INFO O| Aug 05 16:40:56.279 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3567 | 2024-08-05T16:40:57.829Z | [ recovery-image] Aug 05 16:40:56.285 INFO O| Aug 05 16:40:56.285 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3568 | 2024-08-05T16:40:57.898Z | [ recovery-image] Aug 05 16:40:56.353 INFO O| Aug 05 16:40:56.353 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3569 | 2024-08-05T16:40:57.965Z | [ recovery-image] Aug 05 16:40:56.421 INFO O| Aug 05 16:40:56.421 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3570 | 2024-08-05T16:40:57.968Z | [ recovery-image] Aug 05 16:40:56.421 INFO O| Aug 05 16:40:56.421 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3571 | 2024-08-05T16:40:57.971Z | [ recovery-image] Aug 05 16:40:56.427 INFO O| Aug 05 16:40:56.427 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3572 | 2024-08-05T16:40:57.975Z | [ recovery-image] Aug 05 16:40:56.431 INFO O| Aug 05 16:40:56.431 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3573 | 2024-08-05T16:40:57.980Z | [ recovery-image] Aug 05 16:40:56.436 INFO O| Aug 05 16:40:56.436 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3574 | 2024-08-05T16:40:58.164Z | [ recovery-image] Aug 05 16:40:56.620 INFO O| Aug 05 16:40:56.619 INFO rolled back to input snapshot; work may begin |
3575 | 2024-08-05T16:40:58.164Z | [ recovery-image] Aug 05 16:40:56.620 INFO O| Aug 05 16:40:56.619 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3576 | 2024-08-05T16:40:58.172Z | [ recovery-image] Aug 05 16:40:56.628 INFO O| Aug 05 16:40:56.628 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3577 | 2024-08-05T16:40:58.185Z | [ recovery-image] Aug 05 16:40:56.640 INFO O| Aug 05 16:40:56.640 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3578 | 2024-08-05T16:40:58.234Z | [ recovery-image] Aug 05 16:40:56.690 INFO O| Aug 05 16:40:56.690 INFO STEP 0 (remove_files) COMPLETE |
3579 | 2024-08-05T16:40:58.235Z | [ recovery-image] Aug 05 16:40:56.690 INFO O| Aug 05 16:40:56.690 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3580 | 2024-08-05T16:40:58.246Z | [ recovery-image] Aug 05 16:40:56.702 INFO O| Aug 05 16:40:56.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3581 | 2024-08-05T16:40:58.249Z | [ recovery-image] Aug 05 16:40:56.704 INFO O| Aug 05 16:40:56.704 INFO STEP 1 (remove_files) COMPLETE |
3582 | 2024-08-05T16:40:58.249Z | [ recovery-image] Aug 05 16:40:56.704 INFO O| Aug 05 16:40:56.704 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3583 | 2024-08-05T16:40:58.259Z | [ recovery-image] Aug 05 16:40:56.715 INFO O| Aug 05 16:40:56.714 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3584 | 2024-08-05T16:40:58.273Z | [ recovery-image] Aug 05 16:40:56.729 INFO O| Aug 05 16:40:56.729 INFO STEP 2 (remove_files) COMPLETE |
3585 | 2024-08-05T16:40:58.273Z | [ recovery-image] Aug 05 16:40:56.729 INFO O| Aug 05 16:40:56.729 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3586 | 2024-08-05T16:40:58.286Z | [ recovery-image] Aug 05 16:40:56.742 INFO O| Aug 05 16:40:56.742 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3587 | 2024-08-05T16:40:58.289Z | [ recovery-image] Aug 05 16:40:56.744 INFO O| Aug 05 16:40:56.744 INFO STEP 3 (remove_files) COMPLETE |
3588 | 2024-08-05T16:40:58.289Z | [ recovery-image] Aug 05 16:40:56.744 INFO O| Aug 05 16:40:56.744 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3589 | 2024-08-05T16:40:58.301Z | [ recovery-image] Aug 05 16:40:56.756 INFO O| Aug 05 16:40:56.756 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3590 | 2024-08-05T16:40:58.305Z | [ recovery-image] Aug 05 16:40:56.761 INFO O| Aug 05 16:40:56.761 INFO STEP 4 (remove_files) COMPLETE |
3591 | 2024-08-05T16:40:58.305Z | [ recovery-image] Aug 05 16:40:56.761 INFO O| Aug 05 16:40:56.761 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3592 | 2024-08-05T16:40:58.316Z | [ recovery-image] Aug 05 16:40:56.772 INFO O| Aug 05 16:40:56.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3593 | 2024-08-05T16:40:58.319Z | [ recovery-image] Aug 05 16:40:56.772 INFO O| Aug 05 16:40:56.772 INFO STEP 5 (remove_files) COMPLETE |
3594 | 2024-08-05T16:40:58.319Z | [ recovery-image] Aug 05 16:40:56.772 INFO O| Aug 05 16:40:56.772 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3595 | 2024-08-05T16:40:58.326Z | [ recovery-image] Aug 05 16:40:56.782 INFO O| Aug 05 16:40:56.782 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3596 | 2024-08-05T16:40:58.338Z | [ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO STEP 6 (remove_files) COMPLETE |
3597 | 2024-08-05T16:40:58.338Z | [ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3598 | 2024-08-05T16:40:58.341Z | [ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO skip step because feature "recovery" is enabled |
3599 | 2024-08-05T16:40:58.341Z | [ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3600 | 2024-08-05T16:40:58.341Z | [ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO skip step because feature "recovery" is enabled |
3601 | 2024-08-05T16:40:58.341Z | [ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3602 | 2024-08-05T16:40:58.341Z | [ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO skip step because feature "recovery" is enabled |
3603 | 2024-08-05T16:40:58.341Z | [ recovery-image] Aug 05 16:40:56.794 INFO O| Aug 05 16:40:56.794 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3604 | 2024-08-05T16:40:58.353Z | [ recovery-image] Aug 05 16:40:56.809 INFO O| Aug 05 16:40:56.809 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3605 | 2024-08-05T16:40:58.357Z | [ recovery-image] Aug 05 16:40:56.813 INFO O| Aug 05 16:40:56.812 INFO STEP 10 (remove_files) COMPLETE |
3606 | 2024-08-05T16:40:58.357Z | [ recovery-image] Aug 05 16:40:56.813 INFO O| Aug 05 16:40:56.813 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3607 | 2024-08-05T16:40:58.369Z | [ recovery-image] Aug 05 16:40:56.825 INFO O| Aug 05 16:40:56.825 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3608 | 2024-08-05T16:40:58.372Z | [ recovery-image] Aug 05 16:40:56.826 INFO O| Aug 05 16:40:56.826 INFO STEP 11 (remove_files) COMPLETE |
3609 | 2024-08-05T16:40:58.372Z | [ recovery-image] Aug 05 16:40:56.826 INFO O| Aug 05 16:40:56.826 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3610 | 2024-08-05T16:40:58.381Z | [ recovery-image] Aug 05 16:40:56.837 INFO O| Aug 05 16:40:56.837 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3611 | 2024-08-05T16:40:58.384Z | [ recovery-image] Aug 05 16:40:56.839 INFO O| Aug 05 16:40:56.839 INFO STEP 12 (remove_files) COMPLETE |
3612 | 2024-08-05T16:40:58.385Z | [ recovery-image] Aug 05 16:40:56.839 INFO O| Aug 05 16:40:56.839 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3613 | 2024-08-05T16:40:58.473Z | [ host-image] Aug 05 16:40:56.928 INFO O| Aug 05 16:40:56.928 INFO O| Actions: 1/49256 actions (Installing new actions) |
3614 | 2024-08-05T16:40:58.507Z | [ recovery-image] Aug 05 16:40:56.963 INFO O| Aug 05 16:40:56.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3615 | 2024-08-05T16:40:58.558Z | [ recovery-image] Aug 05 16:40:57.013 INFO O| Aug 05 16:40:57.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3616 | 2024-08-05T16:40:58.561Z | [ recovery-image] Aug 05 16:40:57.017 INFO O| Aug 05 16:40:57.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3617 | 2024-08-05T16:40:58.565Z | [ recovery-image] Aug 05 16:40:57.021 INFO O| Aug 05 16:40:57.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3618 | 2024-08-05T16:40:58.651Z | [ recovery-image] Aug 05 16:40:57.107 INFO O| Aug 05 16:40:57.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3619 | 2024-08-05T16:40:58.660Z | [ recovery-image] Aug 05 16:40:57.115 INFO O| Aug 05 16:40:57.115 INFO STEP 13 (remove_files) COMPLETE |
3620 | 2024-08-05T16:40:58.660Z | [ recovery-image] Aug 05 16:40:57.115 INFO O| Aug 05 16:40:57.115 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3621 | 2024-08-05T16:40:58.676Z | [ recovery-image] Aug 05 16:40:57.132 INFO O| Aug 05 16:40:57.131 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3622 | 2024-08-05T16:40:58.679Z | [ recovery-image] Aug 05 16:40:57.133 INFO O| Aug 05 16:40:57.133 INFO STEP 14 (remove_files) COMPLETE |
3623 | 2024-08-05T16:40:58.679Z | [ recovery-image] Aug 05 16:40:57.133 INFO O| Aug 05 16:40:57.133 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3624 | 2024-08-05T16:40:58.690Z | [ recovery-image] Aug 05 16:40:57.146 INFO O| Aug 05 16:40:57.145 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3625 | 2024-08-05T16:40:58.697Z | [ recovery-image] Aug 05 16:40:57.153 INFO O| Aug 05 16:40:57.153 INFO STEP 15 (remove_files) COMPLETE |
3626 | 2024-08-05T16:40:58.697Z | [ recovery-image] Aug 05 16:40:57.153 INFO O| Aug 05 16:40:57.153 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3627 | 2024-08-05T16:40:58.710Z | [ recovery-image] Aug 05 16:40:57.166 INFO O| Aug 05 16:40:57.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3628 | 2024-08-05T16:40:58.713Z | [ recovery-image] Aug 05 16:40:57.166 INFO O| Aug 05 16:40:57.166 INFO STEP 16 (remove_files) COMPLETE |
3629 | 2024-08-05T16:40:58.713Z | [ recovery-image] Aug 05 16:40:57.166 INFO O| Aug 05 16:40:57.166 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3630 | 2024-08-05T16:40:58.724Z | [ recovery-image] Aug 05 16:40:57.179 INFO O| Aug 05 16:40:57.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3631 | 2024-08-05T16:40:58.727Z | [ recovery-image] Aug 05 16:40:57.181 INFO O| Aug 05 16:40:57.181 INFO STEP 17 (remove_files) COMPLETE |
3632 | 2024-08-05T16:40:58.727Z | [ recovery-image] Aug 05 16:40:57.181 INFO O| Aug 05 16:40:57.181 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3633 | 2024-08-05T16:40:58.740Z | [ recovery-image] Aug 05 16:40:57.195 INFO O| Aug 05 16:40:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3634 | 2024-08-05T16:40:58.740Z | [ recovery-image] Aug 05 16:40:57.195 INFO O| Aug 05 16:40:57.195 INFO STEP 18 (remove_files) COMPLETE |
3635 | 2024-08-05T16:40:58.749Z | [ recovery-image] Aug 05 16:40:57.195 INFO O| Aug 05 16:40:57.195 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3636 | 2024-08-05T16:40:58.753Z | [ recovery-image] Aug 05 16:40:57.208 INFO O| Aug 05 16:40:57.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3637 | 2024-08-05T16:40:58.753Z | [ recovery-image] Aug 05 16:40:57.208 INFO O| Aug 05 16:40:57.208 INFO STEP 19 (remove_files) COMPLETE |
3638 | 2024-08-05T16:40:58.753Z | [ recovery-image] Aug 05 16:40:57.208 INFO O| Aug 05 16:40:57.208 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3639 | 2024-08-05T16:40:58.765Z | [ recovery-image] Aug 05 16:40:57.220 INFO O| Aug 05 16:40:57.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3640 | 2024-08-05T16:40:58.765Z | [ recovery-image] Aug 05 16:40:57.220 INFO O| Aug 05 16:40:57.220 INFO STEP 20 (remove_files) COMPLETE |
3641 | 2024-08-05T16:40:58.765Z | [ recovery-image] Aug 05 16:40:57.220 INFO O| Aug 05 16:40:57.220 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3642 | 2024-08-05T16:40:58.777Z | [ recovery-image] Aug 05 16:40:57.233 INFO O| Aug 05 16:40:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3643 | 2024-08-05T16:40:58.777Z | [ recovery-image] Aug 05 16:40:57.233 INFO O| Aug 05 16:40:57.233 INFO STEP 21 (remove_files) COMPLETE |
3644 | 2024-08-05T16:40:58.781Z | [ recovery-image] Aug 05 16:40:57.233 INFO O| Aug 05 16:40:57.233 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3645 | 2024-08-05T16:40:58.789Z | [ recovery-image] Aug 05 16:40:57.245 INFO O| Aug 05 16:40:57.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3646 | 2024-08-05T16:40:58.789Z | [ recovery-image] Aug 05 16:40:57.245 INFO O| Aug 05 16:40:57.245 INFO STEP 22 (remove_files) COMPLETE |
3647 | 2024-08-05T16:40:58.792Z | [ recovery-image] Aug 05 16:40:57.245 INFO O| Aug 05 16:40:57.245 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3648 | 2024-08-05T16:40:58.802Z | [ recovery-image] Aug 05 16:40:57.257 INFO O| Aug 05 16:40:57.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3649 | 2024-08-05T16:40:58.802Z | [ recovery-image] Aug 05 16:40:57.257 INFO O| Aug 05 16:40:57.257 INFO STEP 23 (remove_files) COMPLETE |
3650 | 2024-08-05T16:40:58.805Z | [ recovery-image] Aug 05 16:40:57.258 INFO O| Aug 05 16:40:57.257 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3651 | 2024-08-05T16:40:58.817Z | [ recovery-image] Aug 05 16:40:57.272 INFO O| Aug 05 16:40:57.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3652 | 2024-08-05T16:40:58.817Z | [ recovery-image] Aug 05 16:40:57.272 INFO O| Aug 05 16:40:57.272 INFO STEP 24 (remove_files) COMPLETE |
3653 | 2024-08-05T16:40:58.820Z | [ recovery-image] Aug 05 16:40:57.273 INFO O| Aug 05 16:40:57.272 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3654 | 2024-08-05T16:40:58.830Z | [ recovery-image] Aug 05 16:40:57.286 INFO O| Aug 05 16:40:57.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3655 | 2024-08-05T16:40:58.830Z | [ recovery-image] Aug 05 16:40:57.286 INFO O| Aug 05 16:40:57.286 INFO STEP 25 (remove_files) COMPLETE |
3656 | 2024-08-05T16:40:58.833Z | [ recovery-image] Aug 05 16:40:57.286 INFO O| Aug 05 16:40:57.286 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3657 | 2024-08-05T16:40:58.843Z | [ recovery-image] Aug 05 16:40:57.298 INFO O| Aug 05 16:40:57.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3658 | 2024-08-05T16:40:58.843Z | [ recovery-image] Aug 05 16:40:57.298 INFO O| Aug 05 16:40:57.298 INFO STEP 26 (remove_files) COMPLETE |
3659 | 2024-08-05T16:40:58.846Z | [ recovery-image] Aug 05 16:40:57.298 INFO O| Aug 05 16:40:57.298 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3660 | 2024-08-05T16:40:58.856Z | [ recovery-image] Aug 05 16:40:57.311 INFO O| Aug 05 16:40:57.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3661 | 2024-08-05T16:40:58.859Z | [ recovery-image] Aug 05 16:40:57.311 INFO O| Aug 05 16:40:57.311 INFO STEP 27 (remove_files) COMPLETE |
3662 | 2024-08-05T16:40:58.859Z | [ recovery-image] Aug 05 16:40:57.311 INFO O| Aug 05 16:40:57.311 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3663 | 2024-08-05T16:40:58.868Z | [ recovery-image] Aug 05 16:40:57.323 INFO O| Aug 05 16:40:57.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3664 | 2024-08-05T16:40:58.868Z | [ recovery-image] Aug 05 16:40:57.323 INFO O| Aug 05 16:40:57.323 INFO STEP 28 (remove_files) COMPLETE |
3665 | 2024-08-05T16:40:58.871Z | [ recovery-image] Aug 05 16:40:57.323 INFO O| Aug 05 16:40:57.323 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3666 | 2024-08-05T16:40:58.880Z | [ recovery-image] Aug 05 16:40:57.336 INFO O| Aug 05 16:40:57.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3667 | 2024-08-05T16:40:58.881Z | [ recovery-image] Aug 05 16:40:57.336 INFO O| Aug 05 16:40:57.336 INFO STEP 29 (remove_files) COMPLETE |
3668 | 2024-08-05T16:40:58.885Z | [ recovery-image] Aug 05 16:40:57.336 INFO O| Aug 05 16:40:57.336 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3669 | 2024-08-05T16:40:58.894Z | [ recovery-image] Aug 05 16:40:57.347 INFO O| Aug 05 16:40:57.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3670 | 2024-08-05T16:40:58.894Z | [ recovery-image] Aug 05 16:40:57.347 INFO O| Aug 05 16:40:57.347 INFO STEP 30 (remove_files) COMPLETE |
3671 | 2024-08-05T16:40:58.897Z | [ recovery-image] Aug 05 16:40:57.347 INFO O| Aug 05 16:40:57.347 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3672 | 2024-08-05T16:40:58.903Z | [ recovery-image] Aug 05 16:40:57.358 INFO O| Aug 05 16:40:57.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3673 | 2024-08-05T16:40:58.903Z | [ recovery-image] Aug 05 16:40:57.358 INFO O| Aug 05 16:40:57.358 INFO STEP 31 (remove_files) COMPLETE |
3674 | 2024-08-05T16:40:58.906Z | [ recovery-image] Aug 05 16:40:57.358 INFO O| Aug 05 16:40:57.358 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3675 | 2024-08-05T16:40:58.914Z | [ recovery-image] Aug 05 16:40:57.370 INFO O| Aug 05 16:40:57.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3676 | 2024-08-05T16:40:58.914Z | [ recovery-image] Aug 05 16:40:57.370 INFO O| Aug 05 16:40:57.370 INFO STEP 32 (remove_files) COMPLETE |
3677 | 2024-08-05T16:40:58.914Z | [ recovery-image] Aug 05 16:40:57.370 INFO O| Aug 05 16:40:57.370 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3678 | 2024-08-05T16:40:58.926Z | [ recovery-image] Aug 05 16:40:57.381 INFO O| Aug 05 16:40:57.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3679 | 2024-08-05T16:40:58.926Z | [ recovery-image] Aug 05 16:40:57.381 INFO O| Aug 05 16:40:57.381 INFO STEP 33 (remove_files) COMPLETE |
3680 | 2024-08-05T16:40:58.926Z | [ recovery-image] Aug 05 16:40:57.381 INFO O| Aug 05 16:40:57.381 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3681 | 2024-08-05T16:40:58.937Z | [ recovery-image] Aug 05 16:40:57.393 INFO O| Aug 05 16:40:57.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3682 | 2024-08-05T16:40:58.937Z | [ recovery-image] Aug 05 16:40:57.393 INFO O| Aug 05 16:40:57.393 INFO STEP 34 (remove_files) COMPLETE |
3683 | 2024-08-05T16:40:58.937Z | [ recovery-image] Aug 05 16:40:57.393 INFO O| Aug 05 16:40:57.393 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3684 | 2024-08-05T16:40:58.950Z | [ recovery-image] Aug 05 16:40:57.405 INFO O| Aug 05 16:40:57.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3685 | 2024-08-05T16:40:58.950Z | [ recovery-image] Aug 05 16:40:57.405 INFO O| Aug 05 16:40:57.405 INFO STEP 35 (remove_files) COMPLETE |
3686 | 2024-08-05T16:40:58.950Z | [ recovery-image] Aug 05 16:40:57.405 INFO O| Aug 05 16:40:57.405 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3687 | 2024-08-05T16:40:58.962Z | [ recovery-image] Aug 05 16:40:57.417 INFO O| Aug 05 16:40:57.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3688 | 2024-08-05T16:40:58.962Z | [ recovery-image] Aug 05 16:40:57.417 INFO O| Aug 05 16:40:57.417 INFO STEP 36 (remove_files) COMPLETE |
3689 | 2024-08-05T16:40:58.962Z | [ recovery-image] Aug 05 16:40:57.417 INFO O| Aug 05 16:40:57.417 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3690 | 2024-08-05T16:40:58.974Z | [ recovery-image] Aug 05 16:40:57.429 INFO O| Aug 05 16:40:57.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3691 | 2024-08-05T16:40:58.974Z | [ recovery-image] Aug 05 16:40:57.429 INFO O| Aug 05 16:40:57.429 INFO STEP 37 (remove_files) COMPLETE |
3692 | 2024-08-05T16:40:58.974Z | [ recovery-image] Aug 05 16:40:57.429 INFO O| Aug 05 16:40:57.429 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3693 | 2024-08-05T16:40:58.986Z | [ recovery-image] Aug 05 16:40:57.442 INFO O| Aug 05 16:40:57.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3694 | 2024-08-05T16:40:58.986Z | [ recovery-image] Aug 05 16:40:57.442 INFO O| Aug 05 16:40:57.442 INFO STEP 38 (remove_files) COMPLETE |
3695 | 2024-08-05T16:40:58.989Z | [ recovery-image] Aug 05 16:40:57.442 INFO O| Aug 05 16:40:57.442 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3696 | 2024-08-05T16:40:58.997Z | [ recovery-image] Aug 05 16:40:57.453 INFO O| Aug 05 16:40:57.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3697 | 2024-08-05T16:40:58.998Z | [ recovery-image] Aug 05 16:40:57.453 INFO O| Aug 05 16:40:57.453 INFO STEP 39 (remove_files) COMPLETE |
3698 | 2024-08-05T16:40:58.998Z | [ recovery-image] Aug 05 16:40:57.453 INFO O| Aug 05 16:40:57.453 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3699 | 2024-08-05T16:40:59.007Z | [ recovery-image] Aug 05 16:40:57.463 INFO O| Aug 05 16:40:57.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3700 | 2024-08-05T16:40:59.008Z | [ recovery-image] Aug 05 16:40:57.463 INFO O| Aug 05 16:40:57.463 INFO STEP 40 (remove_files) COMPLETE |
3701 | 2024-08-05T16:40:59.008Z | [ recovery-image] Aug 05 16:40:57.463 INFO O| Aug 05 16:40:57.463 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3702 | 2024-08-05T16:40:59.018Z | [ recovery-image] Aug 05 16:40:57.473 INFO O| Aug 05 16:40:57.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3703 | 2024-08-05T16:40:59.018Z | [ recovery-image] Aug 05 16:40:57.473 INFO O| Aug 05 16:40:57.473 INFO STEP 41 (remove_files) COMPLETE |
3704 | 2024-08-05T16:40:59.020Z | [ recovery-image] Aug 05 16:40:57.473 INFO O| Aug 05 16:40:57.473 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3705 | 2024-08-05T16:40:59.028Z | [ recovery-image] Aug 05 16:40:57.484 INFO O| Aug 05 16:40:57.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3706 | 2024-08-05T16:40:59.028Z | [ recovery-image] Aug 05 16:40:57.484 INFO O| Aug 05 16:40:57.484 INFO STEP 42 (remove_files) COMPLETE |
3707 | 2024-08-05T16:40:59.028Z | [ recovery-image] Aug 05 16:40:57.484 INFO O| Aug 05 16:40:57.484 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3708 | 2024-08-05T16:40:59.039Z | [ recovery-image] Aug 05 16:40:57.495 INFO O| Aug 05 16:40:57.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3709 | 2024-08-05T16:40:59.039Z | [ recovery-image] Aug 05 16:40:57.495 INFO O| Aug 05 16:40:57.495 INFO STEP 43 (remove_files) COMPLETE |
3710 | 2024-08-05T16:40:59.039Z | [ recovery-image] Aug 05 16:40:57.495 INFO O| Aug 05 16:40:57.495 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3711 | 2024-08-05T16:40:59.050Z | [ recovery-image] Aug 05 16:40:57.506 INFO O| Aug 05 16:40:57.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3712 | 2024-08-05T16:40:59.051Z | [ recovery-image] Aug 05 16:40:57.506 INFO O| Aug 05 16:40:57.506 INFO STEP 44 (remove_files) COMPLETE |
3713 | 2024-08-05T16:40:59.053Z | [ recovery-image] Aug 05 16:40:57.506 INFO O| Aug 05 16:40:57.506 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3714 | 2024-08-05T16:40:59.063Z | [ recovery-image] Aug 05 16:40:57.518 INFO O| Aug 05 16:40:57.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3715 | 2024-08-05T16:40:59.063Z | [ recovery-image] Aug 05 16:40:57.518 INFO O| Aug 05 16:40:57.518 INFO STEP 45 (remove_files) COMPLETE |
3716 | 2024-08-05T16:40:59.066Z | [ recovery-image] Aug 05 16:40:57.518 INFO O| Aug 05 16:40:57.518 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3717 | 2024-08-05T16:40:59.073Z | [ recovery-image] Aug 05 16:40:57.529 INFO O| Aug 05 16:40:57.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3718 | 2024-08-05T16:40:59.073Z | [ recovery-image] Aug 05 16:40:57.529 INFO O| Aug 05 16:40:57.529 INFO STEP 46 (remove_files) COMPLETE |
3719 | 2024-08-05T16:40:59.076Z | [ recovery-image] Aug 05 16:40:57.529 INFO O| Aug 05 16:40:57.529 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3720 | 2024-08-05T16:40:59.084Z | [ recovery-image] Aug 05 16:40:57.540 INFO O| Aug 05 16:40:57.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3721 | 2024-08-05T16:40:59.084Z | [ recovery-image] Aug 05 16:40:57.540 INFO O| Aug 05 16:40:57.540 INFO STEP 47 (remove_files) COMPLETE |
3722 | 2024-08-05T16:40:59.084Z | [ recovery-image] Aug 05 16:40:57.540 INFO O| Aug 05 16:40:57.540 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3723 | 2024-08-05T16:40:59.095Z | [ recovery-image] Aug 05 16:40:57.551 INFO O| Aug 05 16:40:57.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3724 | 2024-08-05T16:40:59.096Z | [ recovery-image] Aug 05 16:40:57.551 INFO O| Aug 05 16:40:57.551 INFO STEP 48 (remove_files) COMPLETE |
3725 | 2024-08-05T16:40:59.096Z | [ recovery-image] Aug 05 16:40:57.551 INFO O| Aug 05 16:40:57.551 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3726 | 2024-08-05T16:40:59.107Z | [ recovery-image] Aug 05 16:40:57.563 INFO O| Aug 05 16:40:57.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3727 | 2024-08-05T16:40:59.110Z | [ recovery-image] Aug 05 16:40:57.563 INFO O| Aug 05 16:40:57.563 INFO STEP 49 (remove_files) COMPLETE |
3728 | 2024-08-05T16:40:59.110Z | [ recovery-image] Aug 05 16:40:57.563 INFO O| Aug 05 16:40:57.563 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3729 | 2024-08-05T16:40:59.118Z | [ recovery-image] Aug 05 16:40:57.574 INFO O| Aug 05 16:40:57.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3730 | 2024-08-05T16:40:59.118Z | [ recovery-image] Aug 05 16:40:57.574 INFO O| Aug 05 16:40:57.574 INFO STEP 50 (remove_files) COMPLETE |
3731 | 2024-08-05T16:40:59.118Z | [ recovery-image] Aug 05 16:40:57.574 INFO O| Aug 05 16:40:57.574 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3732 | 2024-08-05T16:40:59.129Z | [ recovery-image] Aug 05 16:40:57.585 INFO O| Aug 05 16:40:57.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3733 | 2024-08-05T16:40:59.129Z | [ recovery-image] Aug 05 16:40:57.585 INFO O| Aug 05 16:40:57.585 INFO STEP 51 (remove_files) COMPLETE |
3734 | 2024-08-05T16:40:59.129Z | [ recovery-image] Aug 05 16:40:57.585 INFO O| Aug 05 16:40:57.585 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3735 | 2024-08-05T16:40:59.139Z | [ recovery-image] Aug 05 16:40:57.595 INFO O| Aug 05 16:40:57.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3736 | 2024-08-05T16:40:59.142Z | [ recovery-image] Aug 05 16:40:57.595 INFO O| Aug 05 16:40:57.595 INFO STEP 52 (remove_files) COMPLETE |
3737 | 2024-08-05T16:40:59.142Z | [ recovery-image] Aug 05 16:40:57.595 INFO O| Aug 05 16:40:57.595 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3738 | 2024-08-05T16:40:59.150Z | [ recovery-image] Aug 05 16:40:57.606 INFO O| Aug 05 16:40:57.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3739 | 2024-08-05T16:40:59.150Z | [ recovery-image] Aug 05 16:40:57.606 INFO O| Aug 05 16:40:57.606 INFO STEP 53 (remove_files) COMPLETE |
3740 | 2024-08-05T16:40:59.153Z | [ recovery-image] Aug 05 16:40:57.606 INFO O| Aug 05 16:40:57.606 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3741 | 2024-08-05T16:40:59.162Z | [ recovery-image] Aug 05 16:40:57.617 INFO O| Aug 05 16:40:57.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3742 | 2024-08-05T16:40:59.162Z | [ recovery-image] Aug 05 16:40:57.617 INFO O| Aug 05 16:40:57.617 INFO STEP 54 (remove_files) COMPLETE |
3743 | 2024-08-05T16:40:59.165Z | [ recovery-image] Aug 05 16:40:57.617 INFO O| Aug 05 16:40:57.617 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3744 | 2024-08-05T16:40:59.173Z | [ recovery-image] Aug 05 16:40:57.629 INFO O| Aug 05 16:40:57.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3745 | 2024-08-05T16:40:59.173Z | [ recovery-image] Aug 05 16:40:57.629 INFO O| Aug 05 16:40:57.629 INFO STEP 55 (remove_files) COMPLETE |
3746 | 2024-08-05T16:40:59.176Z | [ recovery-image] Aug 05 16:40:57.629 INFO O| Aug 05 16:40:57.629 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3747 | 2024-08-05T16:40:59.185Z | [ recovery-image] Aug 05 16:40:57.640 INFO O| Aug 05 16:40:57.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3748 | 2024-08-05T16:40:59.185Z | [ recovery-image] Aug 05 16:40:57.640 INFO O| Aug 05 16:40:57.640 INFO STEP 56 (remove_files) COMPLETE |
3749 | 2024-08-05T16:40:59.185Z | [ recovery-image] Aug 05 16:40:57.640 INFO O| Aug 05 16:40:57.640 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3750 | 2024-08-05T16:40:59.195Z | [ recovery-image] Aug 05 16:40:57.651 INFO O| Aug 05 16:40:57.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3751 | 2024-08-05T16:40:59.196Z | [ recovery-image] Aug 05 16:40:57.651 INFO O| Aug 05 16:40:57.651 INFO STEP 57 (remove_files) COMPLETE |
3752 | 2024-08-05T16:40:59.196Z | [ recovery-image] Aug 05 16:40:57.651 INFO O| Aug 05 16:40:57.651 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3753 | 2024-08-05T16:40:59.207Z | [ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3754 | 2024-08-05T16:40:59.207Z | [ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3755 | 2024-08-05T16:40:59.210Z | [ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3756 | 2024-08-05T16:40:59.210Z | [ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3757 | 2024-08-05T16:40:59.210Z | [ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3758 | 2024-08-05T16:40:59.210Z | [ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3759 | 2024-08-05T16:40:59.210Z | [ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO ok! |
3760 | 2024-08-05T16:40:59.210Z | [ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO STEP 58 (ensure_file) COMPLETE |
3761 | 2024-08-05T16:40:59.210Z | [ recovery-image] Aug 05 16:40:57.663 INFO O| Aug 05 16:40:57.663 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3762 | 2024-08-05T16:40:59.220Z | [ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3763 | 2024-08-05T16:40:59.220Z | [ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3764 | 2024-08-05T16:40:59.224Z | [ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3765 | 2024-08-05T16:40:59.224Z | [ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3766 | 2024-08-05T16:40:59.224Z | [ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3767 | 2024-08-05T16:40:59.224Z | [ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3768 | 2024-08-05T16:40:59.224Z | [ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO ok! |
3769 | 2024-08-05T16:40:59.224Z | [ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO STEP 59 (ensure_file) COMPLETE |
3770 | 2024-08-05T16:40:59.224Z | [ recovery-image] Aug 05 16:40:57.676 INFO O| Aug 05 16:40:57.676 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3771 | 2024-08-05T16:40:59.233Z | [ recovery-image] Aug 05 16:40:57.689 INFO O| Aug 05 16:40:57.689 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3772 | 2024-08-05T16:40:59.233Z | [ recovery-image] Aug 05 16:40:57.689 INFO O| Aug 05 16:40:57.689 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3773 | 2024-08-05T16:40:59.233Z | [ recovery-image] Aug 05 16:40:57.689 INFO O| Aug 05 16:40:57.689 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3774 | 2024-08-05T16:40:59.236Z | [ recovery-image] Aug 05 16:40:57.689 INFO O| Aug 05 16:40:57.689 INFO ok! |
3775 | 2024-08-05T16:40:59.236Z | [ recovery-image] Aug 05 16:40:57.689 INFO O| Aug 05 16:40:57.689 INFO STEP 60 (ensure_file) COMPLETE |
3776 | 2024-08-05T16:40:59.236Z | [ recovery-image] Aug 05 16:40:57.689 INFO O| Aug 05 16:40:57.689 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3777 | 2024-08-05T16:40:59.245Z | [ recovery-image] Aug 05 16:40:57.701 INFO O| Aug 05 16:40:57.701 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3778 | 2024-08-05T16:40:59.245Z | [ recovery-image] Aug 05 16:40:57.701 INFO O| Aug 05 16:40:57.701 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3779 | 2024-08-05T16:40:59.248Z | [ recovery-image] Aug 05 16:40:57.701 INFO O| Aug 05 16:40:57.701 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3780 | 2024-08-05T16:40:59.248Z | [ recovery-image] Aug 05 16:40:57.701 INFO O| Aug 05 16:40:57.701 INFO ok! |
3781 | 2024-08-05T16:40:59.248Z | [ recovery-image] Aug 05 16:40:57.701 INFO O| Aug 05 16:40:57.701 INFO STEP 61 (ensure_file) COMPLETE |
3782 | 2024-08-05T16:40:59.248Z | [ recovery-image] Aug 05 16:40:57.701 INFO O| Aug 05 16:40:57.701 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3783 | 2024-08-05T16:40:59.257Z | [ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3784 | 2024-08-05T16:40:59.257Z | [ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3785 | 2024-08-05T16:40:59.260Z | [ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3786 | 2024-08-05T16:40:59.260Z | [ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3787 | 2024-08-05T16:40:59.260Z | [ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 INFO ok! |
3788 | 2024-08-05T16:40:59.260Z | [ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 INFO STEP 62 (ensure_file) COMPLETE |
3789 | 2024-08-05T16:40:59.260Z | [ recovery-image] Aug 05 16:40:57.713 INFO O| Aug 05 16:40:57.713 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3790 | 2024-08-05T16:40:59.269Z | [ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3791 | 2024-08-05T16:40:59.269Z | [ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3792 | 2024-08-05T16:40:59.272Z | [ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3793 | 2024-08-05T16:40:59.272Z | [ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3794 | 2024-08-05T16:40:59.272Z | [ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO ok! |
3795 | 2024-08-05T16:40:59.272Z | [ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO STEP 63 (ensure_file) COMPLETE |
3796 | 2024-08-05T16:40:59.272Z | [ recovery-image] Aug 05 16:40:57.725 INFO O| Aug 05 16:40:57.725 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3797 | 2024-08-05T16:40:59.280Z | [ recovery-image] Aug 05 16:40:57.735 INFO O| Aug 05 16:40:57.735 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme does not exist |
3798 | 2024-08-05T16:40:59.280Z | [ recovery-image] Aug 05 16:40:57.736 INFO O| Aug 05 16:40:57.735 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme ... |
3799 | 2024-08-05T16:40:59.280Z | [ recovery-image] Aug 05 16:40:57.736 INFO O| Aug 05 16:40:57.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme |
3800 | 2024-08-05T16:40:59.283Z | [ recovery-image] Aug 05 16:40:57.736 INFO O| Aug 05 16:40:57.736 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme |
3801 | 2024-08-05T16:40:59.283Z | [ recovery-image] Aug 05 16:40:57.736 INFO O| Aug 05 16:40:57.736 INFO ok! |
3802 | 2024-08-05T16:40:59.283Z | [ recovery-image] Aug 05 16:40:57.736 INFO O| Aug 05 16:40:57.736 INFO STEP 64 (ensure_file) COMPLETE |
3803 | 2024-08-05T16:40:59.283Z | [ recovery-image] Aug 05 16:40:57.736 INFO O| Aug 05 16:40:57.736 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3804 | 2024-08-05T16:40:59.290Z | [ recovery-image] Aug 05 16:40:57.746 INFO O| Aug 05 16:40:57.746 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3805 | 2024-08-05T16:40:59.290Z | [ recovery-image] Aug 05 16:40:57.746 INFO O| Aug 05 16:40:57.746 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3806 | 2024-08-05T16:40:59.293Z | [ recovery-image] Aug 05 16:40:57.746 INFO O| Aug 05 16:40:57.746 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3807 | 2024-08-05T16:40:59.293Z | [ recovery-image] Aug 05 16:40:57.746 INFO O| Aug 05 16:40:57.746 INFO ok! |
3808 | 2024-08-05T16:40:59.293Z | [ recovery-image] Aug 05 16:40:57.746 INFO O| Aug 05 16:40:57.746 INFO STEP 65 (assemble_files) COMPLETE |
3809 | 2024-08-05T16:40:59.293Z | [ recovery-image] Aug 05 16:40:57.746 INFO O| Aug 05 16:40:57.746 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3810 | 2024-08-05T16:40:59.301Z | [ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3811 | 2024-08-05T16:40:59.301Z | [ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3812 | 2024-08-05T16:40:59.305Z | [ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3813 | 2024-08-05T16:40:59.305Z | [ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3814 | 2024-08-05T16:40:59.305Z | [ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO ok! |
3815 | 2024-08-05T16:40:59.305Z | [ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO STEP 66 (ensure_file) COMPLETE |
3816 | 2024-08-05T16:40:59.305Z | [ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3817 | 2024-08-05T16:40:59.305Z | [ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO skip step because feature "omicron1" is not enabled |
3818 | 2024-08-05T16:40:59.305Z | [ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3819 | 2024-08-05T16:40:59.305Z | [ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO skip step because feature "omicron1" is not enabled |
3820 | 2024-08-05T16:40:59.305Z | [ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3821 | 2024-08-05T16:40:59.305Z | [ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO skip step because feature "omicron1" is not enabled |
3822 | 2024-08-05T16:40:59.305Z | [ recovery-image] Aug 05 16:40:57.757 INFO O| Aug 05 16:40:57.757 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3823 | 2024-08-05T16:40:59.320Z | [ recovery-image] Aug 05 16:40:57.776 INFO O| Aug 05 16:40:57.775 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3824 | 2024-08-05T16:40:59.320Z | [ recovery-image] Aug 05 16:40:57.776 INFO O| Aug 05 16:40:57.776 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3825 | 2024-08-05T16:41:00.974Z | [ recovery-image] Aug 05 16:40:59.429 INFO O| Aug 05 16:40:59.429 INFO STEP 70 (pack_tar) COMPLETE |
3826 | 2024-08-05T16:41:00.974Z | [ recovery-image] Aug 05 16:40:59.429 INFO O| Aug 05 16:40:59.429 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3827 | 2024-08-05T16:41:00.977Z | [ recovery-image] Aug 05 16:40:59.429 INFO O| Aug 05 16:40:59.429 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3828 | 2024-08-05T16:41:01.320Z | [ recovery-image] Aug 05 16:40:59.775 INFO O| Aug 05 16:40:59.775 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3829 | 2024-08-05T16:41:01.408Z | [ recovery-image] Aug 05 16:40:59.863 INFO O| Aug 05 16:40:59.863 INFO completed processing gimlet/ramdisk-02-trim |
3830 | 2024-08-05T16:41:01.411Z | [ recovery-image] Aug 05 16:40:59.866 INFO image builder template: ramdisk-03-recovery-trim... |
3831 | 2024-08-05T16:41:01.411Z | [ recovery-image] Aug 05 16:40:59.866 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/.tmp41afuc/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 |
3832 | 2024-08-05T16:41:01.479Z | [ recovery-image] Aug 05 16:40:59.934 INFO O| Aug 05 16:40:59.934 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3833 | 2024-08-05T16:41:01.483Z | [ recovery-image] Aug 05 16:40:59.939 INFO O| Aug 05 16:40:59.939 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3834 | 2024-08-05T16:41:01.577Z | [ recovery-image] Aug 05 16:41:00.033 INFO O| Aug 05 16:41:00.032 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3835 | 2024-08-05T16:41:01.652Z | [ recovery-image] Aug 05 16:41:00.107 INFO O| Aug 05 16:41:00.107 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3836 | 2024-08-05T16:41:01.652Z | [ recovery-image] Aug 05 16:41:00.108 INFO O| Aug 05 16:41:00.108 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3837 | 2024-08-05T16:41:01.663Z | [ recovery-image] Aug 05 16:41:00.118 INFO O| Aug 05 16:41:00.118 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3838 | 2024-08-05T16:41:01.668Z | [ recovery-image] Aug 05 16:41:00.124 INFO O| Aug 05 16:41:00.123 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3839 | 2024-08-05T16:41:01.674Z | [ recovery-image] Aug 05 16:41:00.129 INFO O| Aug 05 16:41:00.129 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3840 | 2024-08-05T16:41:02.013Z | [ recovery-image] Aug 05 16:41:00.468 INFO O| Aug 05 16:41:00.468 INFO rolled back to input snapshot; work may begin |
3841 | 2024-08-05T16:41:02.013Z | [ recovery-image] Aug 05 16:41:00.468 INFO O| Aug 05 16:41:00.468 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3842 | 2024-08-05T16:41:02.019Z | [ recovery-image] Aug 05 16:41:00.475 INFO O| Aug 05 16:41:00.475 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3843 | 2024-08-05T16:41:02.033Z | [ recovery-image] Aug 05 16:41:00.489 INFO O| Aug 05 16:41:00.489 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3844 | 2024-08-05T16:41:02.037Z | [ recovery-image] Aug 05 16:41:00.492 INFO O| Aug 05 16:41:00.492 INFO STEP 0 (remove_files) COMPLETE |
3845 | 2024-08-05T16:41:02.037Z | [ recovery-image] Aug 05 16:41:00.492 INFO O| Aug 05 16:41:00.492 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3846 | 2024-08-05T16:41:02.050Z | [ recovery-image] Aug 05 16:41:00.505 INFO O| Aug 05 16:41:00.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3847 | 2024-08-05T16:41:02.103Z | [ recovery-image] Aug 05 16:41:00.558 INFO O| Aug 05 16:41:00.558 INFO STEP 1 (remove_files) COMPLETE |
3848 | 2024-08-05T16:41:02.103Z | [ recovery-image] Aug 05 16:41:00.558 INFO O| Aug 05 16:41:00.558 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3849 | 2024-08-05T16:41:02.117Z | [ recovery-image] Aug 05 16:41:00.572 INFO O| Aug 05 16:41:00.572 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3850 | 2024-08-05T16:41:02.120Z | [ recovery-image] Aug 05 16:41:00.574 INFO O| Aug 05 16:41:00.574 INFO STEP 2 (remove_files) COMPLETE |
3851 | 2024-08-05T16:41:02.120Z | [ recovery-image] Aug 05 16:41:00.575 INFO O| Aug 05 16:41:00.574 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3852 | 2024-08-05T16:41:02.132Z | [ recovery-image] Aug 05 16:41:00.588 INFO O| Aug 05 16:41:00.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3853 | 2024-08-05T16:41:02.176Z | [ recovery-image] Aug 05 16:41:00.631 INFO O| Aug 05 16:41:00.631 INFO STEP 3 (remove_files) COMPLETE |
3854 | 2024-08-05T16:41:02.176Z | [ recovery-image] Aug 05 16:41:00.631 INFO O| Aug 05 16:41:00.631 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3855 | 2024-08-05T16:41:02.189Z | [ recovery-image] Aug 05 16:41:00.644 INFO O| Aug 05 16:41:00.644 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3856 | 2024-08-05T16:41:02.206Z | [ recovery-image] Aug 05 16:41:00.661 INFO O| Aug 05 16:41:00.661 INFO STEP 4 (remove_files) COMPLETE |
3857 | 2024-08-05T16:41:02.206Z | [ recovery-image] Aug 05 16:41:00.661 INFO O| Aug 05 16:41:00.661 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3858 | 2024-08-05T16:41:02.221Z | [ recovery-image] Aug 05 16:41:00.676 INFO O| Aug 05 16:41:00.676 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3859 | 2024-08-05T16:41:02.225Z | [ recovery-image] Aug 05 16:41:00.681 INFO O| Aug 05 16:41:00.681 INFO STEP 5 (remove_files) COMPLETE |
3860 | 2024-08-05T16:41:02.225Z | [ recovery-image] Aug 05 16:41:00.681 INFO O| Aug 05 16:41:00.681 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3861 | 2024-08-05T16:41:02.240Z | [ recovery-image] Aug 05 16:41:00.695 INFO O| Aug 05 16:41:00.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3862 | 2024-08-05T16:41:02.243Z | [ recovery-image] Aug 05 16:41:00.697 INFO O| Aug 05 16:41:00.697 INFO STEP 6 (remove_files) COMPLETE |
3863 | 2024-08-05T16:41:02.243Z | [ recovery-image] Aug 05 16:41:00.697 INFO O| Aug 05 16:41:00.697 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3864 | 2024-08-05T16:41:02.255Z | [ recovery-image] Aug 05 16:41:00.710 INFO O| Aug 05 16:41:00.710 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3865 | 2024-08-05T16:41:02.258Z | [ recovery-image] Aug 05 16:41:00.712 INFO O| Aug 05 16:41:00.712 INFO STEP 7 (remove_files) COMPLETE |
3866 | 2024-08-05T16:41:02.259Z | [ recovery-image] Aug 05 16:41:00.712 INFO O| Aug 05 16:41:00.712 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3867 | 2024-08-05T16:41:02.272Z | [ recovery-image] Aug 05 16:41:00.727 INFO O| Aug 05 16:41:00.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3868 | 2024-08-05T16:41:02.274Z | [ recovery-image] Aug 05 16:41:00.729 INFO O| Aug 05 16:41:00.729 INFO STEP 8 (remove_files) COMPLETE |
3869 | 2024-08-05T16:41:02.275Z | [ recovery-image] Aug 05 16:41:00.729 INFO O| Aug 05 16:41:00.729 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3870 | 2024-08-05T16:41:02.288Z | [ recovery-image] Aug 05 16:41:00.743 INFO O| Aug 05 16:41:00.743 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3871 | 2024-08-05T16:41:02.291Z | [ recovery-image] Aug 05 16:41:00.744 INFO O| Aug 05 16:41:00.744 INFO STEP 9 (remove_files) COMPLETE |
3872 | 2024-08-05T16:41:02.291Z | [ recovery-image] Aug 05 16:41:00.744 INFO O| Aug 05 16:41:00.744 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3873 | 2024-08-05T16:41:02.302Z | [ recovery-image] Aug 05 16:41:00.757 INFO O| Aug 05 16:41:00.757 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3874 | 2024-08-05T16:41:02.305Z | [ recovery-image] Aug 05 16:41:00.759 INFO O| Aug 05 16:41:00.759 INFO STEP 10 (remove_files) COMPLETE |
3875 | 2024-08-05T16:41:02.305Z | [ recovery-image] Aug 05 16:41:00.759 INFO O| Aug 05 16:41:00.759 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3876 | 2024-08-05T16:41:02.317Z | [ recovery-image] Aug 05 16:41:00.772 INFO O| Aug 05 16:41:00.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3877 | 2024-08-05T16:41:02.368Z | [ recovery-image] Aug 05 16:41:00.822 INFO O| Aug 05 16:41:00.822 INFO STEP 11 (remove_files) COMPLETE |
3878 | 2024-08-05T16:41:02.368Z | [ recovery-image] Aug 05 16:41:00.823 INFO O| Aug 05 16:41:00.822 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3879 | 2024-08-05T16:41:02.381Z | [ recovery-image] Aug 05 16:41:00.836 INFO O| Aug 05 16:41:00.836 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3880 | 2024-08-05T16:41:02.384Z | [ recovery-image] Aug 05 16:41:00.838 INFO O| Aug 05 16:41:00.838 INFO STEP 12 (remove_files) COMPLETE |
3881 | 2024-08-05T16:41:02.384Z | [ recovery-image] Aug 05 16:41:00.838 INFO O| Aug 05 16:41:00.838 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3882 | 2024-08-05T16:41:02.395Z | [ recovery-image] Aug 05 16:41:00.850 INFO O| Aug 05 16:41:00.850 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3883 | 2024-08-05T16:41:02.398Z | [ recovery-image] Aug 05 16:41:00.853 INFO O| Aug 05 16:41:00.853 INFO STEP 13 (remove_files) COMPLETE |
3884 | 2024-08-05T16:41:02.398Z | [ recovery-image] Aug 05 16:41:00.853 INFO O| Aug 05 16:41:00.853 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3885 | 2024-08-05T16:41:02.410Z | [ recovery-image] Aug 05 16:41:00.865 INFO O| Aug 05 16:41:00.865 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3886 | 2024-08-05T16:41:02.413Z | [ recovery-image] Aug 05 16:41:00.866 INFO O| Aug 05 16:41:00.866 INFO STEP 14 (remove_files) COMPLETE |
3887 | 2024-08-05T16:41:02.414Z | [ recovery-image] Aug 05 16:41:00.866 INFO O| Aug 05 16:41:00.866 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3888 | 2024-08-05T16:41:02.425Z | [ recovery-image] Aug 05 16:41:00.878 INFO O| Aug 05 16:41:00.878 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3889 | 2024-08-05T16:41:02.428Z | [ recovery-image] Aug 05 16:41:00.879 INFO O| Aug 05 16:41:00.879 INFO STEP 15 (remove_files) COMPLETE |
3890 | 2024-08-05T16:41:02.428Z | [ recovery-image] Aug 05 16:41:00.879 INFO O| Aug 05 16:41:00.879 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3891 | 2024-08-05T16:41:02.435Z | [ recovery-image] Aug 05 16:41:00.891 INFO O| Aug 05 16:41:00.891 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3892 | 2024-08-05T16:41:02.444Z | [ recovery-image] Aug 05 16:41:00.900 INFO O| Aug 05 16:41:00.899 INFO STEP 16 (remove_files) COMPLETE |
3893 | 2024-08-05T16:41:02.444Z | [ recovery-image] Aug 05 16:41:00.900 INFO O| Aug 05 16:41:00.900 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3894 | 2024-08-05T16:41:02.457Z | [ recovery-image] Aug 05 16:41:00.912 INFO O| Aug 05 16:41:00.912 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3895 | 2024-08-05T16:41:02.460Z | [ recovery-image] Aug 05 16:41:00.912 INFO O| Aug 05 16:41:00.912 INFO STEP 17 (remove_files) COMPLETE |
3896 | 2024-08-05T16:41:02.461Z | [ recovery-image] Aug 05 16:41:00.912 INFO O| Aug 05 16:41:00.912 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3897 | 2024-08-05T16:41:02.469Z | [ recovery-image] Aug 05 16:41:00.924 INFO O| Aug 05 16:41:00.924 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3898 | 2024-08-05T16:41:02.472Z | [ recovery-image] Aug 05 16:41:00.924 INFO O| Aug 05 16:41:00.924 INFO STEP 18 (remove_files) COMPLETE |
3899 | 2024-08-05T16:41:02.472Z | [ recovery-image] Aug 05 16:41:00.924 INFO O| Aug 05 16:41:00.924 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3900 | 2024-08-05T16:41:02.480Z | [ recovery-image] Aug 05 16:41:00.935 INFO O| Aug 05 16:41:00.935 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3901 | 2024-08-05T16:41:02.528Z | [ recovery-image] Aug 05 16:41:00.983 INFO O| Aug 05 16:41:00.983 INFO STEP 19 (remove_files) COMPLETE |
3902 | 2024-08-05T16:41:02.528Z | [ recovery-image] Aug 05 16:41:00.983 INFO O| Aug 05 16:41:00.983 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3903 | 2024-08-05T16:41:02.542Z | [ recovery-image] Aug 05 16:41:00.997 INFO O| Aug 05 16:41:00.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3904 | 2024-08-05T16:41:02.545Z | [ recovery-image] Aug 05 16:41:00.998 INFO O| Aug 05 16:41:00.998 INFO STEP 20 (remove_files) COMPLETE |
3905 | 2024-08-05T16:41:02.545Z | [ recovery-image] Aug 05 16:41:00.998 INFO O| Aug 05 16:41:00.998 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3906 | 2024-08-05T16:41:02.555Z | [ recovery-image] Aug 05 16:41:01.011 INFO O| Aug 05 16:41:01.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3907 | 2024-08-05T16:41:02.559Z | [ recovery-image] Aug 05 16:41:01.011 INFO O| Aug 05 16:41:01.011 INFO STEP 21 (remove_files) COMPLETE |
3908 | 2024-08-05T16:41:02.559Z | [ recovery-image] Aug 05 16:41:01.011 INFO O| Aug 05 16:41:01.011 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3909 | 2024-08-05T16:41:02.567Z | [ recovery-image] Aug 05 16:41:01.022 INFO O| Aug 05 16:41:01.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3910 | 2024-08-05T16:41:02.569Z | [ recovery-image] Aug 05 16:41:01.022 INFO O| Aug 05 16:41:01.022 INFO STEP 22 (remove_files) COMPLETE |
3911 | 2024-08-05T16:41:02.570Z | [ recovery-image] Aug 05 16:41:01.022 INFO O| Aug 05 16:41:01.022 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3912 | 2024-08-05T16:41:02.578Z | [ recovery-image] Aug 05 16:41:01.033 INFO O| Aug 05 16:41:01.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3913 | 2024-08-05T16:41:02.581Z | [ recovery-image] Aug 05 16:41:01.033 INFO O| Aug 05 16:41:01.033 INFO STEP 23 (remove_files) COMPLETE |
3914 | 2024-08-05T16:41:02.581Z | [ recovery-image] Aug 05 16:41:01.033 INFO O| Aug 05 16:41:01.033 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3915 | 2024-08-05T16:41:02.589Z | [ recovery-image] Aug 05 16:41:01.044 INFO O| Aug 05 16:41:01.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3916 | 2024-08-05T16:41:02.592Z | [ recovery-image] Aug 05 16:41:01.045 INFO O| Aug 05 16:41:01.045 INFO STEP 24 (remove_files) COMPLETE |
3917 | 2024-08-05T16:41:02.592Z | [ recovery-image] Aug 05 16:41:01.045 INFO O| Aug 05 16:41:01.045 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3918 | 2024-08-05T16:41:02.600Z | [ recovery-image] Aug 05 16:41:01.055 INFO O| Aug 05 16:41:01.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3919 | 2024-08-05T16:41:02.600Z | [ recovery-image] Aug 05 16:41:01.056 INFO O| Aug 05 16:41:01.055 INFO STEP 25 (remove_files) COMPLETE |
3920 | 2024-08-05T16:41:02.600Z | [ recovery-image] Aug 05 16:41:01.056 INFO O| Aug 05 16:41:01.056 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3921 | 2024-08-05T16:41:02.611Z | [ recovery-image] Aug 05 16:41:01.066 INFO O| Aug 05 16:41:01.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3922 | 2024-08-05T16:41:02.614Z | [ recovery-image] Aug 05 16:41:01.066 INFO O| Aug 05 16:41:01.066 INFO STEP 26 (remove_files) COMPLETE |
3923 | 2024-08-05T16:41:02.614Z | [ recovery-image] Aug 05 16:41:01.066 INFO O| Aug 05 16:41:01.066 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3924 | 2024-08-05T16:41:02.622Z | [ recovery-image] Aug 05 16:41:01.077 INFO O| Aug 05 16:41:01.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3925 | 2024-08-05T16:41:02.622Z | [ recovery-image] Aug 05 16:41:01.077 INFO O| Aug 05 16:41:01.077 INFO STEP 27 (remove_files) COMPLETE |
3926 | 2024-08-05T16:41:02.622Z | [ recovery-image] Aug 05 16:41:01.077 INFO O| Aug 05 16:41:01.077 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3927 | 2024-08-05T16:41:02.632Z | [ recovery-image] Aug 05 16:41:01.087 INFO O| Aug 05 16:41:01.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3928 | 2024-08-05T16:41:02.635Z | [ recovery-image] Aug 05 16:41:01.088 INFO O| Aug 05 16:41:01.088 INFO STEP 28 (remove_files) COMPLETE |
3929 | 2024-08-05T16:41:02.635Z | [ recovery-image] Aug 05 16:41:01.088 INFO O| Aug 05 16:41:01.088 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3930 | 2024-08-05T16:41:02.643Z | [ recovery-image] Aug 05 16:41:01.098 INFO O| Aug 05 16:41:01.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3931 | 2024-08-05T16:41:02.643Z | [ recovery-image] Aug 05 16:41:01.098 INFO O| Aug 05 16:41:01.098 INFO STEP 29 (remove_files) COMPLETE |
3932 | 2024-08-05T16:41:02.646Z | [ recovery-image] Aug 05 16:41:01.098 INFO O| Aug 05 16:41:01.098 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3933 | 2024-08-05T16:41:02.654Z | [ recovery-image] Aug 05 16:41:01.109 INFO O| Aug 05 16:41:01.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3934 | 2024-08-05T16:41:02.654Z | [ recovery-image] Aug 05 16:41:01.109 INFO O| Aug 05 16:41:01.109 INFO STEP 30 (remove_files) COMPLETE |
3935 | 2024-08-05T16:41:02.654Z | [ recovery-image] Aug 05 16:41:01.109 INFO O| Aug 05 16:41:01.109 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3936 | 2024-08-05T16:41:02.665Z | [ recovery-image] Aug 05 16:41:01.119 INFO O| Aug 05 16:41:01.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3937 | 2024-08-05T16:41:02.665Z | [ recovery-image] Aug 05 16:41:01.119 INFO O| Aug 05 16:41:01.119 INFO STEP 31 (remove_files) COMPLETE |
3938 | 2024-08-05T16:41:02.665Z | [ recovery-image] Aug 05 16:41:01.119 INFO O| Aug 05 16:41:01.119 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3939 | 2024-08-05T16:41:02.675Z | [ recovery-image] Aug 05 16:41:01.130 INFO O| Aug 05 16:41:01.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3940 | 2024-08-05T16:41:02.679Z | [ recovery-image] Aug 05 16:41:01.131 INFO O| Aug 05 16:41:01.130 INFO STEP 32 (remove_files) COMPLETE |
3941 | 2024-08-05T16:41:02.679Z | [ recovery-image] Aug 05 16:41:01.131 INFO O| Aug 05 16:41:01.130 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3942 | 2024-08-05T16:41:02.686Z | [ recovery-image] Aug 05 16:41:01.141 INFO O| Aug 05 16:41:01.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3943 | 2024-08-05T16:41:02.686Z | [ recovery-image] Aug 05 16:41:01.141 INFO O| Aug 05 16:41:01.141 INFO STEP 33 (remove_files) COMPLETE |
3944 | 2024-08-05T16:41:02.686Z | [ recovery-image] Aug 05 16:41:01.141 INFO O| Aug 05 16:41:01.141 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3945 | 2024-08-05T16:41:02.697Z | [ recovery-image] Aug 05 16:41:01.152 INFO O| Aug 05 16:41:01.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
3946 | 2024-08-05T16:41:02.700Z | [ recovery-image] Aug 05 16:41:01.152 INFO O| Aug 05 16:41:01.152 INFO STEP 34 (remove_files) COMPLETE |
3947 | 2024-08-05T16:41:02.700Z | [ recovery-image] Aug 05 16:41:01.152 INFO O| Aug 05 16:41:01.152 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3948 | 2024-08-05T16:41:02.708Z | [ recovery-image] Aug 05 16:41:01.163 INFO O| Aug 05 16:41:01.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
3949 | 2024-08-05T16:41:02.711Z | [ recovery-image] Aug 05 16:41:01.164 INFO O| Aug 05 16:41:01.164 INFO STEP 35 (remove_files) COMPLETE |
3950 | 2024-08-05T16:41:02.711Z | [ recovery-image] Aug 05 16:41:01.164 INFO O| Aug 05 16:41:01.164 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3951 | 2024-08-05T16:41:02.722Z | [ recovery-image] Aug 05 16:41:01.177 INFO O| Aug 05 16:41:01.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
3952 | 2024-08-05T16:41:02.725Z | [ recovery-image] Aug 05 16:41:01.177 INFO O| Aug 05 16:41:01.177 INFO STEP 36 (remove_files) COMPLETE |
3953 | 2024-08-05T16:41:02.725Z | [ recovery-image] Aug 05 16:41:01.177 INFO O| Aug 05 16:41:01.177 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3954 | 2024-08-05T16:41:02.733Z | [ recovery-image] Aug 05 16:41:01.188 INFO O| Aug 05 16:41:01.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
3955 | 2024-08-05T16:41:02.733Z | [ recovery-image] Aug 05 16:41:01.188 INFO O| Aug 05 16:41:01.188 INFO STEP 37 (remove_files) COMPLETE |
3956 | 2024-08-05T16:41:02.733Z | [ recovery-image] Aug 05 16:41:01.188 INFO O| Aug 05 16:41:01.188 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3957 | 2024-08-05T16:41:02.746Z | [ recovery-image] Aug 05 16:41:01.201 INFO O| Aug 05 16:41:01.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
3958 | 2024-08-05T16:41:02.746Z | [ recovery-image] Aug 05 16:41:01.201 INFO O| Aug 05 16:41:01.201 INFO STEP 38 (remove_files) COMPLETE |
3959 | 2024-08-05T16:41:02.749Z | [ recovery-image] Aug 05 16:41:01.201 INFO O| Aug 05 16:41:01.201 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3960 | 2024-08-05T16:41:02.757Z | [ recovery-image] Aug 05 16:41:01.212 INFO O| Aug 05 16:41:01.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
3961 | 2024-08-05T16:41:02.760Z | [ recovery-image] Aug 05 16:41:01.212 INFO O| Aug 05 16:41:01.212 INFO STEP 39 (remove_files) COMPLETE |
3962 | 2024-08-05T16:41:02.760Z | [ recovery-image] Aug 05 16:41:01.212 INFO O| Aug 05 16:41:01.212 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3963 | 2024-08-05T16:41:02.767Z | [ recovery-image] Aug 05 16:41:01.222 INFO O| Aug 05 16:41:01.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
3964 | 2024-08-05T16:41:02.767Z | [ recovery-image] Aug 05 16:41:01.223 INFO O| Aug 05 16:41:01.223 INFO STEP 40 (remove_files) COMPLETE |
3965 | 2024-08-05T16:41:02.770Z | [ recovery-image] Aug 05 16:41:01.223 INFO O| Aug 05 16:41:01.223 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3966 | 2024-08-05T16:41:02.780Z | [ recovery-image] Aug 05 16:41:01.235 INFO O| Aug 05 16:41:01.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
3967 | 2024-08-05T16:41:02.780Z | [ recovery-image] Aug 05 16:41:01.235 INFO O| Aug 05 16:41:01.235 INFO STEP 41 (remove_files) COMPLETE |
3968 | 2024-08-05T16:41:02.780Z | [ recovery-image] Aug 05 16:41:01.235 INFO O| Aug 05 16:41:01.235 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3969 | 2024-08-05T16:41:02.791Z | [ recovery-image] Aug 05 16:41:01.246 INFO O| Aug 05 16:41:01.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
3970 | 2024-08-05T16:41:02.791Z | [ recovery-image] Aug 05 16:41:01.246 INFO O| Aug 05 16:41:01.246 INFO STEP 42 (remove_files) COMPLETE |
3971 | 2024-08-05T16:41:02.794Z | [ recovery-image] Aug 05 16:41:01.246 INFO O| Aug 05 16:41:01.246 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3972 | 2024-08-05T16:41:02.801Z | [ recovery-image] Aug 05 16:41:01.257 INFO O| Aug 05 16:41:01.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
3973 | 2024-08-05T16:41:02.801Z | [ recovery-image] Aug 05 16:41:01.257 INFO O| Aug 05 16:41:01.257 INFO STEP 43 (remove_files) COMPLETE |
3974 | 2024-08-05T16:41:02.804Z | [ recovery-image] Aug 05 16:41:01.257 INFO O| Aug 05 16:41:01.257 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3975 | 2024-08-05T16:41:02.814Z | [ recovery-image] Aug 05 16:41:01.269 INFO O| Aug 05 16:41:01.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
3976 | 2024-08-05T16:41:02.817Z | [ recovery-image] Aug 05 16:41:01.269 INFO O| Aug 05 16:41:01.269 INFO STEP 44 (remove_files) COMPLETE |
3977 | 2024-08-05T16:41:02.817Z | [ recovery-image] Aug 05 16:41:01.269 INFO O| Aug 05 16:41:01.269 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3978 | 2024-08-05T16:41:02.825Z | [ recovery-image] Aug 05 16:41:01.280 INFO O| Aug 05 16:41:01.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
3979 | 2024-08-05T16:41:02.825Z | [ recovery-image] Aug 05 16:41:01.280 INFO O| Aug 05 16:41:01.280 INFO STEP 45 (remove_files) COMPLETE |
3980 | 2024-08-05T16:41:02.828Z | [ recovery-image] Aug 05 16:41:01.280 INFO O| Aug 05 16:41:01.280 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3981 | 2024-08-05T16:41:02.836Z | [ recovery-image] Aug 05 16:41:01.291 INFO O| Aug 05 16:41:01.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
3982 | 2024-08-05T16:41:02.836Z | [ recovery-image] Aug 05 16:41:01.291 INFO O| Aug 05 16:41:01.291 INFO STEP 46 (remove_files) COMPLETE |
3983 | 2024-08-05T16:41:02.839Z | [ recovery-image] Aug 05 16:41:01.291 INFO O| Aug 05 16:41:01.291 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3984 | 2024-08-05T16:41:02.847Z | [ recovery-image] Aug 05 16:41:01.302 INFO O| Aug 05 16:41:01.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
3985 | 2024-08-05T16:41:02.847Z | [ recovery-image] Aug 05 16:41:01.302 INFO O| Aug 05 16:41:01.302 INFO STEP 47 (remove_files) COMPLETE |
3986 | 2024-08-05T16:41:02.847Z | [ recovery-image] Aug 05 16:41:01.302 INFO O| Aug 05 16:41:01.302 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3987 | 2024-08-05T16:41:02.857Z | [ recovery-image] Aug 05 16:41:01.312 INFO O| Aug 05 16:41:01.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
3988 | 2024-08-05T16:41:02.857Z | [ recovery-image] Aug 05 16:41:01.313 INFO O| Aug 05 16:41:01.313 INFO STEP 48 (remove_files) COMPLETE |
3989 | 2024-08-05T16:41:02.860Z | [ recovery-image] Aug 05 16:41:01.313 INFO O| Aug 05 16:41:01.313 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3990 | 2024-08-05T16:41:02.868Z | [ recovery-image] Aug 05 16:41:01.323 INFO O| Aug 05 16:41:01.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
3991 | 2024-08-05T16:41:02.868Z | [ recovery-image] Aug 05 16:41:01.323 INFO O| Aug 05 16:41:01.323 INFO STEP 49 (remove_files) COMPLETE |
3992 | 2024-08-05T16:41:02.871Z | [ recovery-image] Aug 05 16:41:01.323 INFO O| Aug 05 16:41:01.323 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3993 | 2024-08-05T16:41:02.879Z | [ recovery-image] Aug 05 16:41:01.334 INFO O| Aug 05 16:41:01.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
3994 | 2024-08-05T16:41:02.879Z | [ recovery-image] Aug 05 16:41:01.334 INFO O| Aug 05 16:41:01.334 INFO STEP 50 (remove_files) COMPLETE |
3995 | 2024-08-05T16:41:02.879Z | [ recovery-image] Aug 05 16:41:01.334 INFO O| Aug 05 16:41:01.334 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3996 | 2024-08-05T16:41:02.889Z | [ recovery-image] Aug 05 16:41:01.344 INFO O| Aug 05 16:41:01.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
3997 | 2024-08-05T16:41:02.892Z | [ recovery-image] Aug 05 16:41:01.344 INFO O| Aug 05 16:41:01.344 INFO STEP 51 (remove_files) COMPLETE |
3998 | 2024-08-05T16:41:02.892Z | [ recovery-image] Aug 05 16:41:01.345 INFO O| Aug 05 16:41:01.344 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3999 | 2024-08-05T16:41:02.900Z | [ recovery-image] Aug 05 16:41:01.355 INFO O| Aug 05 16:41:01.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4000 | 2024-08-05T16:41:02.900Z | [ recovery-image] Aug 05 16:41:01.355 INFO O| Aug 05 16:41:01.355 INFO STEP 52 (remove_files) COMPLETE |
4001 | 2024-08-05T16:41:02.902Z | [ recovery-image] Aug 05 16:41:01.355 INFO O| Aug 05 16:41:01.355 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4002 | 2024-08-05T16:41:02.910Z | [ recovery-image] Aug 05 16:41:01.365 INFO O| Aug 05 16:41:01.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4003 | 2024-08-05T16:41:02.910Z | [ recovery-image] Aug 05 16:41:01.365 INFO O| Aug 05 16:41:01.365 INFO STEP 53 (remove_files) COMPLETE |
4004 | 2024-08-05T16:41:02.913Z | [ recovery-image] Aug 05 16:41:01.365 INFO O| Aug 05 16:41:01.365 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4005 | 2024-08-05T16:41:02.920Z | [ recovery-image] Aug 05 16:41:01.375 INFO O| Aug 05 16:41:01.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4006 | 2024-08-05T16:41:02.920Z | [ recovery-image] Aug 05 16:41:01.375 INFO O| Aug 05 16:41:01.375 INFO STEP 54 (remove_files) COMPLETE |
4007 | 2024-08-05T16:41:02.920Z | [ recovery-image] Aug 05 16:41:01.375 INFO O| Aug 05 16:41:01.375 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4008 | 2024-08-05T16:41:02.930Z | [ recovery-image] Aug 05 16:41:01.385 INFO O| Aug 05 16:41:01.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4009 | 2024-08-05T16:41:02.933Z | [ recovery-image] Aug 05 16:41:01.386 INFO O| Aug 05 16:41:01.385 INFO STEP 55 (remove_files) COMPLETE |
4010 | 2024-08-05T16:41:02.933Z | [ recovery-image] Aug 05 16:41:01.386 INFO O| Aug 05 16:41:01.385 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4011 | 2024-08-05T16:41:02.940Z | [ recovery-image] Aug 05 16:41:01.396 INFO O| Aug 05 16:41:01.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4012 | 2024-08-05T16:41:02.940Z | [ recovery-image] Aug 05 16:41:01.396 INFO O| Aug 05 16:41:01.396 INFO STEP 56 (remove_files) COMPLETE |
4013 | 2024-08-05T16:41:02.943Z | [ recovery-image] Aug 05 16:41:01.396 INFO O| Aug 05 16:41:01.396 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4014 | 2024-08-05T16:41:02.950Z | [ recovery-image] Aug 05 16:41:01.406 INFO O| Aug 05 16:41:01.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4015 | 2024-08-05T16:41:02.950Z | [ recovery-image] Aug 05 16:41:01.406 INFO O| Aug 05 16:41:01.406 INFO STEP 57 (remove_files) COMPLETE |
4016 | 2024-08-05T16:41:02.953Z | [ recovery-image] Aug 05 16:41:01.406 INFO O| Aug 05 16:41:01.406 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4017 | 2024-08-05T16:41:02.961Z | [ recovery-image] Aug 05 16:41:01.416 INFO O| Aug 05 16:41:01.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4018 | 2024-08-05T16:41:02.961Z | [ recovery-image] Aug 05 16:41:01.416 INFO O| Aug 05 16:41:01.416 INFO STEP 58 (remove_files) COMPLETE |
4019 | 2024-08-05T16:41:02.964Z | [ recovery-image] Aug 05 16:41:01.416 INFO O| Aug 05 16:41:01.416 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4020 | 2024-08-05T16:41:02.972Z | [ recovery-image] Aug 05 16:41:01.426 INFO O| Aug 05 16:41:01.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4021 | 2024-08-05T16:41:02.975Z | [ recovery-image] Aug 05 16:41:01.426 INFO O| Aug 05 16:41:01.426 INFO STEP 59 (remove_files) COMPLETE |
4022 | 2024-08-05T16:41:02.976Z | [ recovery-image] Aug 05 16:41:01.426 INFO O| Aug 05 16:41:01.426 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4023 | 2024-08-05T16:41:02.981Z | [ recovery-image] Aug 05 16:41:01.436 INFO O| Aug 05 16:41:01.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4024 | 2024-08-05T16:41:02.981Z | [ recovery-image] Aug 05 16:41:01.436 INFO O| Aug 05 16:41:01.436 INFO STEP 60 (remove_files) COMPLETE |
4025 | 2024-08-05T16:41:02.986Z | [ recovery-image] Aug 05 16:41:01.436 INFO O| Aug 05 16:41:01.436 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4026 | 2024-08-05T16:41:02.991Z | [ recovery-image] Aug 05 16:41:01.446 INFO O| Aug 05 16:41:01.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4027 | 2024-08-05T16:41:02.994Z | [ recovery-image] Aug 05 16:41:01.447 INFO O| Aug 05 16:41:01.447 INFO STEP 61 (remove_files) COMPLETE |
4028 | 2024-08-05T16:41:02.994Z | [ recovery-image] Aug 05 16:41:01.447 INFO O| Aug 05 16:41:01.447 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4029 | 2024-08-05T16:41:03.003Z | [ recovery-image] Aug 05 16:41:01.458 INFO O| Aug 05 16:41:01.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4030 | 2024-08-05T16:41:03.003Z | [ recovery-image] Aug 05 16:41:01.458 INFO O| Aug 05 16:41:01.458 INFO STEP 62 (remove_files) COMPLETE |
4031 | 2024-08-05T16:41:03.006Z | [ recovery-image] Aug 05 16:41:01.458 INFO O| Aug 05 16:41:01.458 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4032 | 2024-08-05T16:41:03.015Z | [ recovery-image] Aug 05 16:41:01.470 INFO O| Aug 05 16:41:01.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4033 | 2024-08-05T16:41:03.015Z | [ recovery-image] Aug 05 16:41:01.471 INFO O| Aug 05 16:41:01.470 INFO STEP 63 (remove_files) COMPLETE |
4034 | 2024-08-05T16:41:03.015Z | [ recovery-image] Aug 05 16:41:01.471 INFO O| Aug 05 16:41:01.470 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4035 | 2024-08-05T16:41:03.028Z | [ recovery-image] Aug 05 16:41:01.483 INFO O| Aug 05 16:41:01.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4036 | 2024-08-05T16:41:03.028Z | [ recovery-image] Aug 05 16:41:01.483 INFO O| Aug 05 16:41:01.483 INFO STEP 64 (remove_files) COMPLETE |
4037 | 2024-08-05T16:41:03.030Z | [ recovery-image] Aug 05 16:41:01.483 INFO O| Aug 05 16:41:01.483 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4038 | 2024-08-05T16:41:03.038Z | [ recovery-image] Aug 05 16:41:01.494 INFO O| Aug 05 16:41:01.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4039 | 2024-08-05T16:41:03.039Z | [ recovery-image] Aug 05 16:41:01.494 INFO O| Aug 05 16:41:01.494 INFO STEP 65 (remove_files) COMPLETE |
4040 | 2024-08-05T16:41:03.041Z | [ recovery-image] Aug 05 16:41:01.494 INFO O| Aug 05 16:41:01.494 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4041 | 2024-08-05T16:41:03.052Z | [ recovery-image] Aug 05 16:41:01.507 INFO O| Aug 05 16:41:01.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4042 | 2024-08-05T16:41:03.052Z | [ recovery-image] Aug 05 16:41:01.507 INFO O| Aug 05 16:41:01.507 INFO STEP 66 (remove_files) COMPLETE |
4043 | 2024-08-05T16:41:03.052Z | [ recovery-image] Aug 05 16:41:01.507 INFO O| Aug 05 16:41:01.507 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4044 | 2024-08-05T16:41:03.064Z | [ recovery-image] Aug 05 16:41:01.519 INFO O| Aug 05 16:41:01.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4045 | 2024-08-05T16:41:03.067Z | [ recovery-image] Aug 05 16:41:01.519 INFO O| Aug 05 16:41:01.519 INFO STEP 67 (remove_files) COMPLETE |
4046 | 2024-08-05T16:41:03.067Z | [ recovery-image] Aug 05 16:41:01.519 INFO O| Aug 05 16:41:01.519 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4047 | 2024-08-05T16:41:03.076Z | [ recovery-image] Aug 05 16:41:01.531 INFO O| Aug 05 16:41:01.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4048 | 2024-08-05T16:41:03.076Z | [ recovery-image] Aug 05 16:41:01.531 INFO O| Aug 05 16:41:01.531 INFO STEP 68 (remove_files) COMPLETE |
4049 | 2024-08-05T16:41:03.076Z | [ recovery-image] Aug 05 16:41:01.531 INFO O| Aug 05 16:41:01.531 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4050 | 2024-08-05T16:41:03.089Z | [ recovery-image] Aug 05 16:41:01.544 INFO O| Aug 05 16:41:01.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4051 | 2024-08-05T16:41:03.089Z | [ recovery-image] Aug 05 16:41:01.544 INFO O| Aug 05 16:41:01.544 INFO STEP 69 (remove_files) COMPLETE |
4052 | 2024-08-05T16:41:03.089Z | [ recovery-image] Aug 05 16:41:01.544 INFO O| Aug 05 16:41:01.544 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4053 | 2024-08-05T16:41:03.100Z | [ recovery-image] Aug 05 16:41:01.556 INFO O| Aug 05 16:41:01.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4054 | 2024-08-05T16:41:03.104Z | [ recovery-image] Aug 05 16:41:01.556 INFO O| Aug 05 16:41:01.556 INFO STEP 70 (remove_files) COMPLETE |
4055 | 2024-08-05T16:41:03.104Z | [ recovery-image] Aug 05 16:41:01.556 INFO O| Aug 05 16:41:01.556 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4056 | 2024-08-05T16:41:03.111Z | [ recovery-image] Aug 05 16:41:01.566 INFO O| Aug 05 16:41:01.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4057 | 2024-08-05T16:41:03.111Z | [ recovery-image] Aug 05 16:41:01.566 INFO O| Aug 05 16:41:01.566 INFO STEP 71 (remove_files) COMPLETE |
4058 | 2024-08-05T16:41:03.111Z | [ recovery-image] Aug 05 16:41:01.566 INFO O| Aug 05 16:41:01.566 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4059 | 2024-08-05T16:41:03.122Z | [ recovery-image] Aug 05 16:41:01.577 INFO O| Aug 05 16:41:01.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4060 | 2024-08-05T16:41:03.122Z | [ recovery-image] Aug 05 16:41:01.577 INFO O| Aug 05 16:41:01.577 INFO STEP 72 (remove_files) COMPLETE |
4061 | 2024-08-05T16:41:03.122Z | [ recovery-image] Aug 05 16:41:01.577 INFO O| Aug 05 16:41:01.577 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4062 | 2024-08-05T16:41:03.132Z | [ recovery-image] Aug 05 16:41:01.588 INFO O| Aug 05 16:41:01.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4063 | 2024-08-05T16:41:03.135Z | [ recovery-image] Aug 05 16:41:01.588 INFO O| Aug 05 16:41:01.588 INFO STEP 73 (remove_files) COMPLETE |
4064 | 2024-08-05T16:41:03.135Z | [ recovery-image] Aug 05 16:41:01.588 INFO O| Aug 05 16:41:01.588 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4065 | 2024-08-05T16:41:03.143Z | [ recovery-image] Aug 05 16:41:01.598 INFO O| Aug 05 16:41:01.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4066 | 2024-08-05T16:41:03.143Z | [ recovery-image] Aug 05 16:41:01.598 INFO O| Aug 05 16:41:01.598 INFO STEP 74 (remove_files) COMPLETE |
4067 | 2024-08-05T16:41:03.143Z | [ recovery-image] Aug 05 16:41:01.598 INFO O| Aug 05 16:41:01.598 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4068 | 2024-08-05T16:41:03.153Z | [ recovery-image] Aug 05 16:41:01.608 INFO O| Aug 05 16:41:01.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4069 | 2024-08-05T16:41:03.153Z | [ recovery-image] Aug 05 16:41:01.608 INFO O| Aug 05 16:41:01.608 INFO STEP 75 (remove_files) COMPLETE |
4070 | 2024-08-05T16:41:03.156Z | [ recovery-image] Aug 05 16:41:01.608 INFO O| Aug 05 16:41:01.608 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4071 | 2024-08-05T16:41:03.164Z | [ recovery-image] Aug 05 16:41:01.619 INFO O| Aug 05 16:41:01.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4072 | 2024-08-05T16:41:03.164Z | [ recovery-image] Aug 05 16:41:01.619 INFO O| Aug 05 16:41:01.619 INFO STEP 76 (remove_files) COMPLETE |
4073 | 2024-08-05T16:41:03.167Z | [ recovery-image] Aug 05 16:41:01.620 INFO O| Aug 05 16:41:01.619 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4074 | 2024-08-05T16:41:03.175Z | [ recovery-image] Aug 05 16:41:01.630 INFO O| Aug 05 16:41:01.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4075 | 2024-08-05T16:41:03.175Z | [ recovery-image] Aug 05 16:41:01.630 INFO O| Aug 05 16:41:01.630 INFO STEP 77 (remove_files) COMPLETE |
4076 | 2024-08-05T16:41:03.178Z | [ recovery-image] Aug 05 16:41:01.630 INFO O| Aug 05 16:41:01.630 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4077 | 2024-08-05T16:41:03.185Z | [ recovery-image] Aug 05 16:41:01.640 INFO O| Aug 05 16:41:01.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4078 | 2024-08-05T16:41:03.185Z | [ recovery-image] Aug 05 16:41:01.640 INFO O| Aug 05 16:41:01.640 INFO STEP 78 (remove_files) COMPLETE |
4079 | 2024-08-05T16:41:03.188Z | [ recovery-image] Aug 05 16:41:01.640 INFO O| Aug 05 16:41:01.640 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4080 | 2024-08-05T16:41:03.196Z | [ recovery-image] Aug 05 16:41:01.651 INFO O| Aug 05 16:41:01.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4081 | 2024-08-05T16:41:03.196Z | [ recovery-image] Aug 05 16:41:01.651 INFO O| Aug 05 16:41:01.651 INFO STEP 79 (remove_files) COMPLETE |
4082 | 2024-08-05T16:41:03.199Z | [ recovery-image] Aug 05 16:41:01.651 INFO O| Aug 05 16:41:01.651 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4083 | 2024-08-05T16:41:03.206Z | [ recovery-image] Aug 05 16:41:01.661 INFO O| Aug 05 16:41:01.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4084 | 2024-08-05T16:41:03.206Z | [ recovery-image] Aug 05 16:41:01.661 INFO O| Aug 05 16:41:01.661 INFO STEP 80 (remove_files) COMPLETE |
4085 | 2024-08-05T16:41:03.206Z | [ recovery-image] Aug 05 16:41:01.661 INFO O| Aug 05 16:41:01.661 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4086 | 2024-08-05T16:41:03.217Z | [ recovery-image] Aug 05 16:41:01.672 INFO O| Aug 05 16:41:01.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4087 | 2024-08-05T16:41:03.219Z | [ recovery-image] Aug 05 16:41:01.672 INFO O| Aug 05 16:41:01.672 INFO STEP 81 (remove_files) COMPLETE |
4088 | 2024-08-05T16:41:03.220Z | [ recovery-image] Aug 05 16:41:01.672 INFO O| Aug 05 16:41:01.672 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4089 | 2024-08-05T16:41:03.227Z | [ recovery-image] Aug 05 16:41:01.682 INFO O| Aug 05 16:41:01.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4090 | 2024-08-05T16:41:03.227Z | [ recovery-image] Aug 05 16:41:01.682 INFO O| Aug 05 16:41:01.682 INFO STEP 82 (remove_files) COMPLETE |
4091 | 2024-08-05T16:41:03.230Z | [ recovery-image] Aug 05 16:41:01.682 INFO O| Aug 05 16:41:01.682 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4092 | 2024-08-05T16:41:03.238Z | [ recovery-image] Aug 05 16:41:01.693 INFO O| Aug 05 16:41:01.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4093 | 2024-08-05T16:41:03.238Z | [ recovery-image] Aug 05 16:41:01.693 INFO O| Aug 05 16:41:01.693 INFO STEP 83 (remove_files) COMPLETE |
4094 | 2024-08-05T16:41:03.238Z | [ recovery-image] Aug 05 16:41:01.693 INFO O| Aug 05 16:41:01.693 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4095 | 2024-08-05T16:41:03.248Z | [ recovery-image] Aug 05 16:41:01.703 INFO O| Aug 05 16:41:01.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4096 | 2024-08-05T16:41:03.248Z | [ recovery-image] Aug 05 16:41:01.703 INFO O| Aug 05 16:41:01.703 INFO STEP 84 (remove_files) COMPLETE |
4097 | 2024-08-05T16:41:03.248Z | [ recovery-image] Aug 05 16:41:01.703 INFO O| Aug 05 16:41:01.703 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4098 | 2024-08-05T16:41:03.335Z | [ recovery-image] Aug 05 16:41:01.714 INFO O| Aug 05 16:41:01.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4099 | 2024-08-05T16:41:03.336Z | [ recovery-image] Aug 05 16:41:01.714 INFO O| Aug 05 16:41:01.714 INFO STEP 85 (remove_files) COMPLETE |
4100 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.714 INFO O| Aug 05 16:41:01.714 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4101 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.724 INFO O| Aug 05 16:41:01.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4102 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.724 INFO O| Aug 05 16:41:01.724 INFO STEP 86 (remove_files) COMPLETE |
4103 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.724 INFO O| Aug 05 16:41:01.724 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4104 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.735 INFO O| Aug 05 16:41:01.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4105 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.735 INFO O| Aug 05 16:41:01.735 INFO STEP 87 (remove_files) COMPLETE |
4106 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.735 INFO O| Aug 05 16:41:01.735 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4107 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.745 INFO O| Aug 05 16:41:01.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4108 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.745 INFO O| Aug 05 16:41:01.745 INFO STEP 88 (remove_files) COMPLETE |
4109 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.746 INFO O| Aug 05 16:41:01.745 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4110 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.756 INFO O| Aug 05 16:41:01.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4111 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.756 INFO O| Aug 05 16:41:01.756 INFO STEP 89 (remove_files) COMPLETE |
4112 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.756 INFO O| Aug 05 16:41:01.756 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4113 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.767 INFO O| Aug 05 16:41:01.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4114 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.767 INFO O| Aug 05 16:41:01.767 INFO STEP 90 (remove_files) COMPLETE |
4115 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.767 INFO O| Aug 05 16:41:01.767 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4116 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.779 INFO O| Aug 05 16:41:01.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4117 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.779 INFO O| Aug 05 16:41:01.779 INFO STEP 91 (remove_files) COMPLETE |
4118 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.779 INFO O| Aug 05 16:41:01.779 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4119 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.791 INFO O| Aug 05 16:41:01.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4120 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.791 INFO O| Aug 05 16:41:01.791 INFO STEP 92 (remove_files) COMPLETE |
4121 | 2024-08-05T16:41:03.339Z | [ recovery-image] Aug 05 16:41:01.792 INFO O| Aug 05 16:41:01.791 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4122 | 2024-08-05T16:41:03.348Z | [ recovery-image] Aug 05 16:41:01.803 INFO O| Aug 05 16:41:01.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4123 | 2024-08-05T16:41:03.348Z | [ recovery-image] Aug 05 16:41:01.803 INFO O| Aug 05 16:41:01.803 INFO STEP 93 (remove_files) COMPLETE |
4124 | 2024-08-05T16:41:03.351Z | [ recovery-image] Aug 05 16:41:01.803 INFO O| Aug 05 16:41:01.803 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4125 | 2024-08-05T16:41:03.360Z | [ recovery-image] Aug 05 16:41:01.814 INFO O| Aug 05 16:41:01.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4126 | 2024-08-05T16:41:03.363Z | [ recovery-image] Aug 05 16:41:01.815 INFO O| Aug 05 16:41:01.815 INFO STEP 94 (remove_files) COMPLETE |
4127 | 2024-08-05T16:41:03.363Z | [ recovery-image] Aug 05 16:41:01.815 INFO O| Aug 05 16:41:01.815 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4128 | 2024-08-05T16:41:03.370Z | [ recovery-image] Aug 05 16:41:01.825 INFO O| Aug 05 16:41:01.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4129 | 2024-08-05T16:41:03.370Z | [ recovery-image] Aug 05 16:41:01.825 INFO O| Aug 05 16:41:01.825 INFO STEP 95 (remove_files) COMPLETE |
4130 | 2024-08-05T16:41:03.374Z | [ recovery-image] Aug 05 16:41:01.825 INFO O| Aug 05 16:41:01.825 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4131 | 2024-08-05T16:41:03.381Z | [ recovery-image] Aug 05 16:41:01.836 INFO O| Aug 05 16:41:01.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4132 | 2024-08-05T16:41:03.381Z | [ recovery-image] Aug 05 16:41:01.836 INFO O| Aug 05 16:41:01.836 INFO STEP 96 (remove_files) COMPLETE |
4133 | 2024-08-05T16:41:03.381Z | [ recovery-image] Aug 05 16:41:01.836 INFO O| Aug 05 16:41:01.836 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4134 | 2024-08-05T16:41:03.391Z | [ recovery-image] Aug 05 16:41:01.846 INFO O| Aug 05 16:41:01.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4135 | 2024-08-05T16:41:03.391Z | [ recovery-image] Aug 05 16:41:01.846 INFO O| Aug 05 16:41:01.846 INFO STEP 97 (remove_files) COMPLETE |
4136 | 2024-08-05T16:41:03.391Z | [ recovery-image] Aug 05 16:41:01.846 INFO O| Aug 05 16:41:01.846 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4137 | 2024-08-05T16:41:03.402Z | [ recovery-image] Aug 05 16:41:01.857 INFO O| Aug 05 16:41:01.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4138 | 2024-08-05T16:41:03.405Z | [ recovery-image] Aug 05 16:41:01.858 INFO O| Aug 05 16:41:01.858 INFO STEP 98 (remove_files) COMPLETE |
4139 | 2024-08-05T16:41:03.405Z | [ recovery-image] Aug 05 16:41:01.858 INFO O| Aug 05 16:41:01.858 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4140 | 2024-08-05T16:41:03.413Z | [ recovery-image] Aug 05 16:41:01.868 INFO O| Aug 05 16:41:01.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4141 | 2024-08-05T16:41:03.413Z | [ recovery-image] Aug 05 16:41:01.868 INFO O| Aug 05 16:41:01.868 INFO STEP 99 (remove_files) COMPLETE |
4142 | 2024-08-05T16:41:03.413Z | [ recovery-image] Aug 05 16:41:01.868 INFO O| Aug 05 16:41:01.868 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4143 | 2024-08-05T16:41:03.423Z | [ recovery-image] Aug 05 16:41:01.878 INFO O| Aug 05 16:41:01.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4144 | 2024-08-05T16:41:03.423Z | [ recovery-image] Aug 05 16:41:01.878 INFO O| Aug 05 16:41:01.878 INFO STEP 100 (remove_files) COMPLETE |
4145 | 2024-08-05T16:41:03.423Z | [ recovery-image] Aug 05 16:41:01.878 INFO O| Aug 05 16:41:01.878 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4146 | 2024-08-05T16:41:03.433Z | [ recovery-image] Aug 05 16:41:01.888 INFO O| Aug 05 16:41:01.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4147 | 2024-08-05T16:41:03.433Z | [ recovery-image] Aug 05 16:41:01.888 INFO O| Aug 05 16:41:01.888 INFO STEP 101 (remove_files) COMPLETE |
4148 | 2024-08-05T16:41:03.433Z | [ recovery-image] Aug 05 16:41:01.888 INFO O| Aug 05 16:41:01.888 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4149 | 2024-08-05T16:41:03.443Z | [ recovery-image] Aug 05 16:41:01.898 INFO O| Aug 05 16:41:01.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4150 | 2024-08-05T16:41:03.443Z | [ recovery-image] Aug 05 16:41:01.898 INFO O| Aug 05 16:41:01.898 INFO STEP 102 (remove_files) COMPLETE |
4151 | 2024-08-05T16:41:03.446Z | [ recovery-image] Aug 05 16:41:01.898 INFO O| Aug 05 16:41:01.898 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4152 | 2024-08-05T16:41:03.453Z | [ recovery-image] Aug 05 16:41:01.908 INFO O| Aug 05 16:41:01.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4153 | 2024-08-05T16:41:03.453Z | [ recovery-image] Aug 05 16:41:01.908 INFO O| Aug 05 16:41:01.908 INFO STEP 103 (remove_files) COMPLETE |
4154 | 2024-08-05T16:41:03.456Z | [ recovery-image] Aug 05 16:41:01.908 INFO O| Aug 05 16:41:01.908 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4155 | 2024-08-05T16:41:03.463Z | [ recovery-image] Aug 05 16:41:01.918 INFO O| Aug 05 16:41:01.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4156 | 2024-08-05T16:41:03.463Z | [ recovery-image] Aug 05 16:41:01.918 INFO O| Aug 05 16:41:01.918 INFO STEP 104 (remove_files) COMPLETE |
4157 | 2024-08-05T16:41:03.466Z | [ recovery-image] Aug 05 16:41:01.918 INFO O| Aug 05 16:41:01.918 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4158 | 2024-08-05T16:41:03.473Z | [ host-image] Aug 05 16:41:01.928 INFO O| Aug 05 16:41:01.928 INFO O| Actions: 13146/49256 actions (Installing new actions) |
4159 | 2024-08-05T16:41:03.476Z | [ recovery-image] Aug 05 16:41:01.929 INFO O| Aug 05 16:41:01.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4160 | 2024-08-05T16:41:03.476Z | [ recovery-image] Aug 05 16:41:01.929 INFO O| Aug 05 16:41:01.929 INFO STEP 105 (remove_files) COMPLETE |
4161 | 2024-08-05T16:41:03.476Z | [ recovery-image] Aug 05 16:41:01.929 INFO O| Aug 05 16:41:01.929 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4162 | 2024-08-05T16:41:03.484Z | [ recovery-image] Aug 05 16:41:01.939 INFO O| Aug 05 16:41:01.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4163 | 2024-08-05T16:41:03.487Z | [ recovery-image] Aug 05 16:41:01.939 INFO O| Aug 05 16:41:01.939 INFO STEP 106 (remove_files) COMPLETE |
4164 | 2024-08-05T16:41:03.488Z | [ recovery-image] Aug 05 16:41:01.939 INFO O| Aug 05 16:41:01.939 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4165 | 2024-08-05T16:41:03.495Z | [ recovery-image] Aug 05 16:41:01.949 INFO O| Aug 05 16:41:01.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4166 | 2024-08-05T16:41:03.495Z | [ recovery-image] Aug 05 16:41:01.949 INFO O| Aug 05 16:41:01.949 INFO STEP 107 (remove_files) COMPLETE |
4167 | 2024-08-05T16:41:03.499Z | [ recovery-image] Aug 05 16:41:01.949 INFO O| Aug 05 16:41:01.949 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4168 | 2024-08-05T16:41:03.504Z | [ recovery-image] Aug 05 16:41:01.959 INFO O| Aug 05 16:41:01.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4169 | 2024-08-05T16:41:03.508Z | [ recovery-image] Aug 05 16:41:01.959 INFO O| Aug 05 16:41:01.959 INFO STEP 108 (remove_files) COMPLETE |
4170 | 2024-08-05T16:41:03.508Z | [ recovery-image] Aug 05 16:41:01.959 INFO O| Aug 05 16:41:01.959 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4171 | 2024-08-05T16:41:03.515Z | [ recovery-image] Aug 05 16:41:01.969 INFO O| Aug 05 16:41:01.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4172 | 2024-08-05T16:41:03.515Z | [ recovery-image] Aug 05 16:41:01.969 INFO O| Aug 05 16:41:01.969 INFO STEP 109 (remove_files) COMPLETE |
4173 | 2024-08-05T16:41:03.515Z | [ recovery-image] Aug 05 16:41:01.969 INFO O| Aug 05 16:41:01.969 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4174 | 2024-08-05T16:41:03.524Z | [ recovery-image] Aug 05 16:41:01.979 INFO O| Aug 05 16:41:01.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4175 | 2024-08-05T16:41:03.527Z | [ recovery-image] Aug 05 16:41:01.979 INFO O| Aug 05 16:41:01.979 INFO STEP 110 (remove_files) COMPLETE |
4176 | 2024-08-05T16:41:03.527Z | [ recovery-image] Aug 05 16:41:01.979 INFO O| Aug 05 16:41:01.979 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4177 | 2024-08-05T16:41:03.534Z | [ recovery-image] Aug 05 16:41:01.989 INFO O| Aug 05 16:41:01.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4178 | 2024-08-05T16:41:03.534Z | [ recovery-image] Aug 05 16:41:01.989 INFO O| Aug 05 16:41:01.989 INFO STEP 111 (remove_files) COMPLETE |
4179 | 2024-08-05T16:41:03.534Z | [ recovery-image] Aug 05 16:41:01.989 INFO O| Aug 05 16:41:01.989 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4180 | 2024-08-05T16:41:03.544Z | [ recovery-image] Aug 05 16:41:01.999 INFO O| Aug 05 16:41:01.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4181 | 2024-08-05T16:41:03.547Z | [ recovery-image] Aug 05 16:41:02.000 INFO O| Aug 05 16:41:01.999 INFO STEP 112 (remove_files) COMPLETE |
4182 | 2024-08-05T16:41:03.547Z | [ recovery-image] Aug 05 16:41:02.000 INFO O| Aug 05 16:41:01.999 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4183 | 2024-08-05T16:41:03.555Z | [ recovery-image] Aug 05 16:41:02.010 INFO O| Aug 05 16:41:02.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4184 | 2024-08-05T16:41:03.555Z | [ recovery-image] Aug 05 16:41:02.010 INFO O| Aug 05 16:41:02.010 INFO STEP 113 (remove_files) COMPLETE |
4185 | 2024-08-05T16:41:03.555Z | [ recovery-image] Aug 05 16:41:02.010 INFO O| Aug 05 16:41:02.010 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4186 | 2024-08-05T16:41:03.565Z | [ recovery-image] Aug 05 16:41:02.020 INFO O| Aug 05 16:41:02.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4187 | 2024-08-05T16:41:03.565Z | [ recovery-image] Aug 05 16:41:02.020 INFO O| Aug 05 16:41:02.020 INFO STEP 114 (remove_files) COMPLETE |
4188 | 2024-08-05T16:41:03.569Z | [ recovery-image] Aug 05 16:41:02.020 INFO O| Aug 05 16:41:02.020 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4189 | 2024-08-05T16:41:03.576Z | [ recovery-image] Aug 05 16:41:02.031 INFO O| Aug 05 16:41:02.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4190 | 2024-08-05T16:41:03.579Z | [ recovery-image] Aug 05 16:41:02.031 INFO O| Aug 05 16:41:02.031 INFO STEP 115 (remove_files) COMPLETE |
4191 | 2024-08-05T16:41:03.579Z | [ recovery-image] Aug 05 16:41:02.031 INFO O| Aug 05 16:41:02.031 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4192 | 2024-08-05T16:41:03.586Z | [ recovery-image] Aug 05 16:41:02.041 INFO O| Aug 05 16:41:02.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4193 | 2024-08-05T16:41:03.586Z | [ recovery-image] Aug 05 16:41:02.041 INFO O| Aug 05 16:41:02.041 INFO STEP 116 (remove_files) COMPLETE |
4194 | 2024-08-05T16:41:03.589Z | [ recovery-image] Aug 05 16:41:02.041 INFO O| Aug 05 16:41:02.041 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4195 | 2024-08-05T16:41:03.596Z | [ recovery-image] Aug 05 16:41:02.051 INFO O| Aug 05 16:41:02.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4196 | 2024-08-05T16:41:03.599Z | [ recovery-image] Aug 05 16:41:02.051 INFO O| Aug 05 16:41:02.051 INFO STEP 117 (remove_files) COMPLETE |
4197 | 2024-08-05T16:41:03.599Z | [ recovery-image] Aug 05 16:41:02.052 INFO O| Aug 05 16:41:02.051 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4198 | 2024-08-05T16:41:03.606Z | [ recovery-image] Aug 05 16:41:02.061 INFO O| Aug 05 16:41:02.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4199 | 2024-08-05T16:41:03.606Z | [ recovery-image] Aug 05 16:41:02.061 INFO O| Aug 05 16:41:02.061 INFO STEP 118 (remove_files) COMPLETE |
4200 | 2024-08-05T16:41:03.609Z | [ recovery-image] Aug 05 16:41:02.061 INFO O| Aug 05 16:41:02.061 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4201 | 2024-08-05T16:41:03.616Z | [ recovery-image] Aug 05 16:41:02.071 INFO O| Aug 05 16:41:02.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4202 | 2024-08-05T16:41:03.616Z | [ recovery-image] Aug 05 16:41:02.071 INFO O| Aug 05 16:41:02.071 INFO STEP 119 (remove_files) COMPLETE |
4203 | 2024-08-05T16:41:03.619Z | [ recovery-image] Aug 05 16:41:02.071 INFO O| Aug 05 16:41:02.071 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4204 | 2024-08-05T16:41:03.626Z | [ recovery-image] Aug 05 16:41:02.081 INFO O| Aug 05 16:41:02.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4205 | 2024-08-05T16:41:03.629Z | [ recovery-image] Aug 05 16:41:02.081 INFO O| Aug 05 16:41:02.081 INFO STEP 120 (remove_files) COMPLETE |
4206 | 2024-08-05T16:41:03.629Z | [ recovery-image] Aug 05 16:41:02.081 INFO O| Aug 05 16:41:02.081 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4207 | 2024-08-05T16:41:03.636Z | [ recovery-image] Aug 05 16:41:02.091 INFO O| Aug 05 16:41:02.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4208 | 2024-08-05T16:41:03.636Z | [ recovery-image] Aug 05 16:41:02.091 INFO O| Aug 05 16:41:02.091 INFO STEP 121 (remove_files) COMPLETE |
4209 | 2024-08-05T16:41:03.636Z | [ recovery-image] Aug 05 16:41:02.091 INFO O| Aug 05 16:41:02.091 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4210 | 2024-08-05T16:41:03.645Z | [ recovery-image] Aug 05 16:41:02.101 INFO O| Aug 05 16:41:02.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4211 | 2024-08-05T16:41:03.649Z | [ recovery-image] Aug 05 16:41:02.101 INFO O| Aug 05 16:41:02.101 INFO STEP 122 (remove_files) COMPLETE |
4212 | 2024-08-05T16:41:03.649Z | [ recovery-image] Aug 05 16:41:02.101 INFO O| Aug 05 16:41:02.101 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4213 | 2024-08-05T16:41:03.655Z | [ recovery-image] Aug 05 16:41:02.110 INFO O| Aug 05 16:41:02.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4214 | 2024-08-05T16:41:03.658Z | [ recovery-image] Aug 05 16:41:02.110 INFO O| Aug 05 16:41:02.110 INFO STEP 123 (remove_files) COMPLETE |
4215 | 2024-08-05T16:41:03.658Z | [ recovery-image] Aug 05 16:41:02.111 INFO O| Aug 05 16:41:02.110 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4216 | 2024-08-05T16:41:03.668Z | [ recovery-image] Aug 05 16:41:02.120 INFO O| Aug 05 16:41:02.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4217 | 2024-08-05T16:41:03.668Z | [ recovery-image] Aug 05 16:41:02.120 INFO O| Aug 05 16:41:02.120 INFO STEP 124 (remove_files) COMPLETE |
4218 | 2024-08-05T16:41:03.668Z | [ recovery-image] Aug 05 16:41:02.120 INFO O| Aug 05 16:41:02.120 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4219 | 2024-08-05T16:41:03.675Z | [ recovery-image] Aug 05 16:41:02.130 INFO O| Aug 05 16:41:02.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4220 | 2024-08-05T16:41:03.679Z | [ recovery-image] Aug 05 16:41:02.130 INFO O| Aug 05 16:41:02.130 INFO STEP 125 (remove_files) COMPLETE |
4221 | 2024-08-05T16:41:03.679Z | [ recovery-image] Aug 05 16:41:02.130 INFO O| Aug 05 16:41:02.130 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4222 | 2024-08-05T16:41:03.686Z | [ recovery-image] Aug 05 16:41:02.141 INFO O| Aug 05 16:41:02.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4223 | 2024-08-05T16:41:03.686Z | [ recovery-image] Aug 05 16:41:02.141 INFO O| Aug 05 16:41:02.141 INFO STEP 126 (remove_files) COMPLETE |
4224 | 2024-08-05T16:41:03.689Z | [ recovery-image] Aug 05 16:41:02.141 INFO O| Aug 05 16:41:02.141 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4225 | 2024-08-05T16:41:03.696Z | [ recovery-image] Aug 05 16:41:02.151 INFO O| Aug 05 16:41:02.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4226 | 2024-08-05T16:41:03.696Z | [ recovery-image] Aug 05 16:41:02.151 INFO O| Aug 05 16:41:02.151 INFO STEP 127 (remove_files) COMPLETE |
4227 | 2024-08-05T16:41:03.699Z | [ recovery-image] Aug 05 16:41:02.151 INFO O| Aug 05 16:41:02.151 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4228 | 2024-08-05T16:41:03.707Z | [ recovery-image] Aug 05 16:41:02.162 INFO O| Aug 05 16:41:02.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4229 | 2024-08-05T16:41:03.707Z | [ recovery-image] Aug 05 16:41:02.162 INFO O| Aug 05 16:41:02.162 INFO STEP 128 (remove_files) COMPLETE |
4230 | 2024-08-05T16:41:03.710Z | [ recovery-image] Aug 05 16:41:02.163 INFO O| Aug 05 16:41:02.162 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4231 | 2024-08-05T16:41:03.718Z | [ recovery-image] Aug 05 16:41:02.173 INFO O| Aug 05 16:41:02.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4232 | 2024-08-05T16:41:03.718Z | [ recovery-image] Aug 05 16:41:02.173 INFO O| Aug 05 16:41:02.173 INFO STEP 129 (remove_files) COMPLETE |
4233 | 2024-08-05T16:41:03.721Z | [ recovery-image] Aug 05 16:41:02.173 INFO O| Aug 05 16:41:02.173 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4234 | 2024-08-05T16:41:03.728Z | [ recovery-image] Aug 05 16:41:02.183 INFO O| Aug 05 16:41:02.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4235 | 2024-08-05T16:41:03.731Z | [ recovery-image] Aug 05 16:41:02.183 INFO O| Aug 05 16:41:02.183 INFO STEP 130 (remove_files) COMPLETE |
4236 | 2024-08-05T16:41:03.731Z | [ recovery-image] Aug 05 16:41:02.183 INFO O| Aug 05 16:41:02.183 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4237 | 2024-08-05T16:41:03.739Z | [ recovery-image] Aug 05 16:41:02.194 INFO O| Aug 05 16:41:02.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4238 | 2024-08-05T16:41:03.739Z | [ recovery-image] Aug 05 16:41:02.194 INFO O| Aug 05 16:41:02.194 INFO STEP 131 (remove_files) COMPLETE |
4239 | 2024-08-05T16:41:03.739Z | [ recovery-image] Aug 05 16:41:02.194 INFO O| Aug 05 16:41:02.194 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4240 | 2024-08-05T16:41:03.749Z | [ recovery-image] Aug 05 16:41:02.204 INFO O| Aug 05 16:41:02.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4241 | 2024-08-05T16:41:03.749Z | [ recovery-image] Aug 05 16:41:02.204 INFO O| Aug 05 16:41:02.204 INFO STEP 132 (remove_files) COMPLETE |
4242 | 2024-08-05T16:41:03.749Z | [ recovery-image] Aug 05 16:41:02.204 INFO O| Aug 05 16:41:02.204 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4243 | 2024-08-05T16:41:03.760Z | [ recovery-image] Aug 05 16:41:02.215 INFO O| Aug 05 16:41:02.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4244 | 2024-08-05T16:41:03.760Z | [ recovery-image] Aug 05 16:41:02.215 INFO O| Aug 05 16:41:02.215 INFO STEP 133 (remove_files) COMPLETE |
4245 | 2024-08-05T16:41:03.763Z | [ recovery-image] Aug 05 16:41:02.215 INFO O| Aug 05 16:41:02.215 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4246 | 2024-08-05T16:41:03.771Z | [ recovery-image] Aug 05 16:41:02.226 INFO O| Aug 05 16:41:02.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4247 | 2024-08-05T16:41:03.771Z | [ recovery-image] Aug 05 16:41:02.226 INFO O| Aug 05 16:41:02.226 INFO STEP 134 (remove_files) COMPLETE |
4248 | 2024-08-05T16:41:03.771Z | [ recovery-image] Aug 05 16:41:02.226 INFO O| Aug 05 16:41:02.226 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4249 | 2024-08-05T16:41:03.781Z | [ recovery-image] Aug 05 16:41:02.236 INFO O| Aug 05 16:41:02.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4250 | 2024-08-05T16:41:03.784Z | [ recovery-image] Aug 05 16:41:02.236 INFO O| Aug 05 16:41:02.236 INFO STEP 135 (remove_files) COMPLETE |
4251 | 2024-08-05T16:41:03.784Z | [ recovery-image] Aug 05 16:41:02.236 INFO O| Aug 05 16:41:02.236 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4252 | 2024-08-05T16:41:03.791Z | [ recovery-image] Aug 05 16:41:02.246 INFO O| Aug 05 16:41:02.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4253 | 2024-08-05T16:41:03.794Z | [ recovery-image] Aug 05 16:41:02.246 INFO O| Aug 05 16:41:02.246 INFO STEP 136 (remove_files) COMPLETE |
4254 | 2024-08-05T16:41:03.794Z | [ recovery-image] Aug 05 16:41:02.246 INFO O| Aug 05 16:41:02.246 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4255 | 2024-08-05T16:41:03.801Z | [ recovery-image] Aug 05 16:41:02.257 INFO O| Aug 05 16:41:02.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4256 | 2024-08-05T16:41:03.802Z | [ recovery-image] Aug 05 16:41:02.257 INFO O| Aug 05 16:41:02.257 INFO STEP 137 (remove_files) COMPLETE |
4257 | 2024-08-05T16:41:03.804Z | [ recovery-image] Aug 05 16:41:02.257 INFO O| Aug 05 16:41:02.257 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4258 | 2024-08-05T16:41:03.812Z | [ recovery-image] Aug 05 16:41:02.267 INFO O| Aug 05 16:41:02.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4259 | 2024-08-05T16:41:03.812Z | [ recovery-image] Aug 05 16:41:02.267 INFO O| Aug 05 16:41:02.267 INFO STEP 138 (remove_files) COMPLETE |
4260 | 2024-08-05T16:41:03.812Z | [ recovery-image] Aug 05 16:41:02.267 INFO O| Aug 05 16:41:02.267 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4261 | 2024-08-05T16:41:03.824Z | [ recovery-image] Aug 05 16:41:02.279 INFO O| Aug 05 16:41:02.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4262 | 2024-08-05T16:41:03.824Z | [ recovery-image] Aug 05 16:41:02.279 INFO O| Aug 05 16:41:02.279 INFO STEP 139 (remove_files) COMPLETE |
4263 | 2024-08-05T16:41:03.829Z | [ recovery-image] Aug 05 16:41:02.279 INFO O| Aug 05 16:41:02.279 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4264 | 2024-08-05T16:41:03.835Z | [ recovery-image] Aug 05 16:41:02.290 INFO O| Aug 05 16:41:02.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4265 | 2024-08-05T16:41:03.838Z | [ recovery-image] Aug 05 16:41:02.290 INFO O| Aug 05 16:41:02.290 INFO STEP 140 (remove_files) COMPLETE |
4266 | 2024-08-05T16:41:03.839Z | [ recovery-image] Aug 05 16:41:02.290 INFO O| Aug 05 16:41:02.290 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4267 | 2024-08-05T16:41:03.845Z | [ recovery-image] Aug 05 16:41:02.300 INFO O| Aug 05 16:41:02.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4268 | 2024-08-05T16:41:03.845Z | [ recovery-image] Aug 05 16:41:02.300 INFO O| Aug 05 16:41:02.300 INFO STEP 141 (remove_files) COMPLETE |
4269 | 2024-08-05T16:41:03.845Z | [ recovery-image] Aug 05 16:41:02.300 INFO O| Aug 05 16:41:02.300 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4270 | 2024-08-05T16:41:03.855Z | [ recovery-image] Aug 05 16:41:02.310 INFO O| Aug 05 16:41:02.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4271 | 2024-08-05T16:41:03.858Z | [ recovery-image] Aug 05 16:41:02.310 INFO O| Aug 05 16:41:02.310 INFO STEP 142 (remove_files) COMPLETE |
4272 | 2024-08-05T16:41:03.858Z | [ recovery-image] Aug 05 16:41:02.311 INFO O| Aug 05 16:41:02.310 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4273 | 2024-08-05T16:41:03.866Z | [ recovery-image] Aug 05 16:41:02.321 INFO O| Aug 05 16:41:02.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4274 | 2024-08-05T16:41:03.866Z | [ recovery-image] Aug 05 16:41:02.321 INFO O| Aug 05 16:41:02.321 INFO STEP 143 (remove_files) COMPLETE |
4275 | 2024-08-05T16:41:03.869Z | [ recovery-image] Aug 05 16:41:02.321 INFO O| Aug 05 16:41:02.321 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4276 | 2024-08-05T16:41:03.876Z | [ recovery-image] Aug 05 16:41:02.331 INFO O| Aug 05 16:41:02.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4277 | 2024-08-05T16:41:03.876Z | [ recovery-image] Aug 05 16:41:02.331 INFO O| Aug 05 16:41:02.331 INFO STEP 144 (remove_files) COMPLETE |
4278 | 2024-08-05T16:41:03.879Z | [ recovery-image] Aug 05 16:41:02.331 INFO O| Aug 05 16:41:02.331 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4279 | 2024-08-05T16:41:03.886Z | [ recovery-image] Aug 05 16:41:02.341 INFO O| Aug 05 16:41:02.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4280 | 2024-08-05T16:41:03.887Z | [ recovery-image] Aug 05 16:41:02.342 INFO O| Aug 05 16:41:02.342 INFO STEP 145 (remove_files) COMPLETE |
4281 | 2024-08-05T16:41:03.887Z | [ recovery-image] Aug 05 16:41:02.342 INFO O| Aug 05 16:41:02.342 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4282 | 2024-08-05T16:41:03.897Z | [ recovery-image] Aug 05 16:41:02.352 INFO O| Aug 05 16:41:02.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4283 | 2024-08-05T16:41:03.897Z | [ recovery-image] Aug 05 16:41:02.352 INFO O| Aug 05 16:41:02.352 INFO STEP 146 (remove_files) COMPLETE |
4284 | 2024-08-05T16:41:03.900Z | [ recovery-image] Aug 05 16:41:02.352 INFO O| Aug 05 16:41:02.352 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4285 | 2024-08-05T16:41:03.907Z | [ recovery-image] Aug 05 16:41:02.362 INFO O| Aug 05 16:41:02.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4286 | 2024-08-05T16:41:03.907Z | [ recovery-image] Aug 05 16:41:02.362 INFO O| Aug 05 16:41:02.362 INFO STEP 147 (remove_files) COMPLETE |
4287 | 2024-08-05T16:41:03.907Z | [ recovery-image] Aug 05 16:41:02.362 INFO O| Aug 05 16:41:02.362 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4288 | 2024-08-05T16:41:03.917Z | [ recovery-image] Aug 05 16:41:02.372 INFO O| Aug 05 16:41:02.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4289 | 2024-08-05T16:41:03.917Z | [ recovery-image] Aug 05 16:41:02.372 INFO O| Aug 05 16:41:02.372 INFO STEP 148 (remove_files) COMPLETE |
4290 | 2024-08-05T16:41:03.920Z | [ recovery-image] Aug 05 16:41:02.372 INFO O| Aug 05 16:41:02.372 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4291 | 2024-08-05T16:41:03.927Z | [ recovery-image] Aug 05 16:41:02.382 INFO O| Aug 05 16:41:02.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4292 | 2024-08-05T16:41:03.927Z | [ recovery-image] Aug 05 16:41:02.382 INFO O| Aug 05 16:41:02.382 INFO STEP 149 (remove_files) COMPLETE |
4293 | 2024-08-05T16:41:03.930Z | [ recovery-image] Aug 05 16:41:02.382 INFO O| Aug 05 16:41:02.382 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4294 | 2024-08-05T16:41:03.937Z | [ recovery-image] Aug 05 16:41:02.392 INFO O| Aug 05 16:41:02.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4295 | 2024-08-05T16:41:03.940Z | [ recovery-image] Aug 05 16:41:02.392 INFO O| Aug 05 16:41:02.392 INFO STEP 150 (remove_files) COMPLETE |
4296 | 2024-08-05T16:41:03.940Z | [ recovery-image] Aug 05 16:41:02.392 INFO O| Aug 05 16:41:02.392 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4297 | 2024-08-05T16:41:03.948Z | [ recovery-image] Aug 05 16:41:02.403 INFO O| Aug 05 16:41:02.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4298 | 2024-08-05T16:41:03.948Z | [ recovery-image] Aug 05 16:41:02.403 INFO O| Aug 05 16:41:02.403 INFO STEP 151 (remove_files) COMPLETE |
4299 | 2024-08-05T16:41:03.951Z | [ recovery-image] Aug 05 16:41:02.403 INFO O| Aug 05 16:41:02.403 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4300 | 2024-08-05T16:41:03.959Z | [ recovery-image] Aug 05 16:41:02.414 INFO O| Aug 05 16:41:02.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4301 | 2024-08-05T16:41:03.959Z | [ recovery-image] Aug 05 16:41:02.414 INFO O| Aug 05 16:41:02.414 INFO STEP 152 (remove_files) COMPLETE |
4302 | 2024-08-05T16:41:03.959Z | [ recovery-image] Aug 05 16:41:02.414 INFO O| Aug 05 16:41:02.414 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4303 | 2024-08-05T16:41:03.969Z | [ recovery-image] Aug 05 16:41:02.424 INFO O| Aug 05 16:41:02.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4304 | 2024-08-05T16:41:03.972Z | [ recovery-image] Aug 05 16:41:02.424 INFO O| Aug 05 16:41:02.424 INFO STEP 153 (remove_files) COMPLETE |
4305 | 2024-08-05T16:41:03.972Z | [ recovery-image] Aug 05 16:41:02.424 INFO O| Aug 05 16:41:02.424 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4306 | 2024-08-05T16:41:03.980Z | [ recovery-image] Aug 05 16:41:02.435 INFO O| Aug 05 16:41:02.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4307 | 2024-08-05T16:41:03.980Z | [ recovery-image] Aug 05 16:41:02.435 INFO O| Aug 05 16:41:02.435 INFO STEP 154 (remove_files) COMPLETE |
4308 | 2024-08-05T16:41:03.980Z | [ recovery-image] Aug 05 16:41:02.435 INFO O| Aug 05 16:41:02.435 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4309 | 2024-08-05T16:41:03.990Z | [ recovery-image] Aug 05 16:41:02.445 INFO O| Aug 05 16:41:02.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4310 | 2024-08-05T16:41:03.990Z | [ recovery-image] Aug 05 16:41:02.445 INFO O| Aug 05 16:41:02.445 INFO STEP 155 (remove_files) COMPLETE |
4311 | 2024-08-05T16:41:03.993Z | [ recovery-image] Aug 05 16:41:02.445 INFO O| Aug 05 16:41:02.445 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4312 | 2024-08-05T16:41:04.003Z | [ recovery-image] Aug 05 16:41:02.456 INFO O| Aug 05 16:41:02.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4313 | 2024-08-05T16:41:04.003Z | [ recovery-image] Aug 05 16:41:02.457 INFO O| Aug 05 16:41:02.457 INFO STEP 156 (remove_files) COMPLETE |
4314 | 2024-08-05T16:41:04.003Z | [ recovery-image] Aug 05 16:41:02.457 INFO O| Aug 05 16:41:02.457 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4315 | 2024-08-05T16:41:04.013Z | [ recovery-image] Aug 05 16:41:02.468 INFO O| Aug 05 16:41:02.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4316 | 2024-08-05T16:41:04.013Z | [ recovery-image] Aug 05 16:41:02.468 INFO O| Aug 05 16:41:02.468 INFO STEP 157 (remove_files) COMPLETE |
4317 | 2024-08-05T16:41:04.016Z | [ recovery-image] Aug 05 16:41:02.468 INFO O| Aug 05 16:41:02.468 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4318 | 2024-08-05T16:41:04.026Z | [ recovery-image] Aug 05 16:41:02.479 INFO O| Aug 05 16:41:02.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4319 | 2024-08-05T16:41:04.026Z | [ recovery-image] Aug 05 16:41:02.479 INFO O| Aug 05 16:41:02.479 INFO STEP 158 (remove_files) COMPLETE |
4320 | 2024-08-05T16:41:04.026Z | [ recovery-image] Aug 05 16:41:02.479 INFO O| Aug 05 16:41:02.479 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4321 | 2024-08-05T16:41:04.035Z | [ recovery-image] Aug 05 16:41:02.490 INFO O| Aug 05 16:41:02.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4322 | 2024-08-05T16:41:04.035Z | [ recovery-image] Aug 05 16:41:02.490 INFO O| Aug 05 16:41:02.490 INFO STEP 159 (remove_files) COMPLETE |
4323 | 2024-08-05T16:41:04.035Z | [ recovery-image] Aug 05 16:41:02.490 INFO O| Aug 05 16:41:02.490 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4324 | 2024-08-05T16:41:04.046Z | [ recovery-image] Aug 05 16:41:02.501 INFO O| Aug 05 16:41:02.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4325 | 2024-08-05T16:41:04.046Z | [ recovery-image] Aug 05 16:41:02.501 INFO O| Aug 05 16:41:02.501 INFO STEP 160 (remove_files) COMPLETE |
4326 | 2024-08-05T16:41:04.050Z | [ recovery-image] Aug 05 16:41:02.501 INFO O| Aug 05 16:41:02.501 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4327 | 2024-08-05T16:41:04.056Z | [ recovery-image] Aug 05 16:41:02.511 INFO O| Aug 05 16:41:02.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4328 | 2024-08-05T16:41:04.059Z | [ recovery-image] Aug 05 16:41:02.511 INFO O| Aug 05 16:41:02.511 INFO STEP 161 (remove_files) COMPLETE |
4329 | 2024-08-05T16:41:04.059Z | [ recovery-image] Aug 05 16:41:02.511 INFO O| Aug 05 16:41:02.511 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4330 | 2024-08-05T16:41:04.066Z | [ recovery-image] Aug 05 16:41:02.521 INFO O| Aug 05 16:41:02.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4331 | 2024-08-05T16:41:04.066Z | [ recovery-image] Aug 05 16:41:02.521 INFO O| Aug 05 16:41:02.521 INFO STEP 162 (remove_files) COMPLETE |
4332 | 2024-08-05T16:41:04.070Z | [ recovery-image] Aug 05 16:41:02.522 INFO O| Aug 05 16:41:02.521 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4333 | 2024-08-05T16:41:04.077Z | [ recovery-image] Aug 05 16:41:02.532 INFO O| Aug 05 16:41:02.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4334 | 2024-08-05T16:41:04.077Z | [ recovery-image] Aug 05 16:41:02.532 INFO O| Aug 05 16:41:02.532 INFO STEP 163 (remove_files) COMPLETE |
4335 | 2024-08-05T16:41:04.077Z | [ recovery-image] Aug 05 16:41:02.532 INFO O| Aug 05 16:41:02.532 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4336 | 2024-08-05T16:41:04.087Z | [ recovery-image] Aug 05 16:41:02.542 INFO O| Aug 05 16:41:02.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4337 | 2024-08-05T16:41:04.090Z | [ recovery-image] Aug 05 16:41:02.542 INFO O| Aug 05 16:41:02.542 INFO STEP 164 (remove_files) COMPLETE |
4338 | 2024-08-05T16:41:04.090Z | [ recovery-image] Aug 05 16:41:02.542 INFO O| Aug 05 16:41:02.542 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4339 | 2024-08-05T16:41:04.097Z | [ recovery-image] Aug 05 16:41:02.552 INFO O| Aug 05 16:41:02.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4340 | 2024-08-05T16:41:04.097Z | [ recovery-image] Aug 05 16:41:02.552 INFO O| Aug 05 16:41:02.552 INFO STEP 165 (remove_files) COMPLETE |
4341 | 2024-08-05T16:41:04.097Z | [ recovery-image] Aug 05 16:41:02.552 INFO O| Aug 05 16:41:02.552 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4342 | 2024-08-05T16:41:04.107Z | [ recovery-image] Aug 05 16:41:02.562 INFO O| Aug 05 16:41:02.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4343 | 2024-08-05T16:41:04.107Z | [ recovery-image] Aug 05 16:41:02.562 INFO O| Aug 05 16:41:02.562 INFO STEP 166 (remove_files) COMPLETE |
4344 | 2024-08-05T16:41:04.110Z | [ recovery-image] Aug 05 16:41:02.562 INFO O| Aug 05 16:41:02.562 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-08-05T16:41:04.119Z | [ recovery-image] Aug 05 16:41:02.574 INFO O| Aug 05 16:41:02.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4346 | 2024-08-05T16:41:04.119Z | [ recovery-image] Aug 05 16:41:02.574 INFO O| Aug 05 16:41:02.574 INFO STEP 167 (remove_files) COMPLETE |
4347 | 2024-08-05T16:41:04.122Z | [ recovery-image] Aug 05 16:41:02.574 INFO O| Aug 05 16:41:02.574 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-08-05T16:41:04.131Z | [ recovery-image] Aug 05 16:41:02.586 INFO O| Aug 05 16:41:02.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4349 | 2024-08-05T16:41:04.131Z | [ recovery-image] Aug 05 16:41:02.586 INFO O| Aug 05 16:41:02.586 INFO STEP 168 (remove_files) COMPLETE |
4350 | 2024-08-05T16:41:04.134Z | [ recovery-image] Aug 05 16:41:02.586 INFO O| Aug 05 16:41:02.586 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-08-05T16:41:04.143Z | [ recovery-image] Aug 05 16:41:02.598 INFO O| Aug 05 16:41:02.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4352 | 2024-08-05T16:41:04.146Z | [ recovery-image] Aug 05 16:41:02.598 INFO O| Aug 05 16:41:02.598 INFO STEP 169 (remove_files) COMPLETE |
4353 | 2024-08-05T16:41:04.146Z | [ recovery-image] Aug 05 16:41:02.598 INFO O| Aug 05 16:41:02.598 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-08-05T16:41:04.156Z | [ recovery-image] Aug 05 16:41:02.610 INFO O| Aug 05 16:41:02.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4355 | 2024-08-05T16:41:04.159Z | [ recovery-image] Aug 05 16:41:02.610 INFO O| Aug 05 16:41:02.610 INFO STEP 170 (remove_files) COMPLETE |
4356 | 2024-08-05T16:41:04.159Z | [ recovery-image] Aug 05 16:41:02.611 INFO O| Aug 05 16:41:02.610 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-08-05T16:41:04.168Z | [ recovery-image] Aug 05 16:41:02.622 INFO O| Aug 05 16:41:02.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4358 | 2024-08-05T16:41:04.168Z | [ recovery-image] Aug 05 16:41:02.622 INFO O| Aug 05 16:41:02.622 INFO STEP 171 (remove_files) COMPLETE |
4359 | 2024-08-05T16:41:04.168Z | [ recovery-image] Aug 05 16:41:02.623 INFO O| Aug 05 16:41:02.622 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-08-05T16:41:04.179Z | [ recovery-image] Aug 05 16:41:02.634 INFO O| Aug 05 16:41:02.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4361 | 2024-08-05T16:41:04.179Z | [ recovery-image] Aug 05 16:41:02.634 INFO O| Aug 05 16:41:02.634 INFO STEP 172 (remove_files) COMPLETE |
4362 | 2024-08-05T16:41:04.179Z | [ recovery-image] Aug 05 16:41:02.634 INFO O| Aug 05 16:41:02.634 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-08-05T16:41:04.190Z | [ recovery-image] Aug 05 16:41:02.645 INFO O| Aug 05 16:41:02.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4364 | 2024-08-05T16:41:04.190Z | [ recovery-image] Aug 05 16:41:02.645 INFO O| Aug 05 16:41:02.645 INFO STEP 173 (remove_files) COMPLETE |
4365 | 2024-08-05T16:41:04.193Z | [ recovery-image] Aug 05 16:41:02.645 INFO O| Aug 05 16:41:02.645 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-08-05T16:41:04.201Z | [ recovery-image] Aug 05 16:41:02.656 INFO O| Aug 05 16:41:02.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4367 | 2024-08-05T16:41:04.202Z | [ recovery-image] Aug 05 16:41:02.656 INFO O| Aug 05 16:41:02.656 INFO STEP 174 (remove_files) COMPLETE |
4368 | 2024-08-05T16:41:04.202Z | [ recovery-image] Aug 05 16:41:02.656 INFO O| Aug 05 16:41:02.656 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-08-05T16:41:04.212Z | [ recovery-image] Aug 05 16:41:02.667 INFO O| Aug 05 16:41:02.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4370 | 2024-08-05T16:41:04.215Z | [ recovery-image] Aug 05 16:41:02.667 INFO O| Aug 05 16:41:02.667 INFO STEP 175 (remove_files) COMPLETE |
4371 | 2024-08-05T16:41:04.215Z | [ recovery-image] Aug 05 16:41:02.667 INFO O| Aug 05 16:41:02.667 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-08-05T16:41:04.222Z | [ recovery-image] Aug 05 16:41:02.677 INFO O| Aug 05 16:41:02.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4373 | 2024-08-05T16:41:04.222Z | [ recovery-image] Aug 05 16:41:02.677 INFO O| Aug 05 16:41:02.677 INFO STEP 176 (remove_files) COMPLETE |
4374 | 2024-08-05T16:41:04.223Z | [ recovery-image] Aug 05 16:41:02.677 INFO O| Aug 05 16:41:02.677 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-08-05T16:41:04.233Z | [ recovery-image] Aug 05 16:41:02.688 INFO O| Aug 05 16:41:02.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4376 | 2024-08-05T16:41:04.233Z | [ recovery-image] Aug 05 16:41:02.688 INFO O| Aug 05 16:41:02.688 INFO STEP 177 (remove_files) COMPLETE |
4377 | 2024-08-05T16:41:04.233Z | [ recovery-image] Aug 05 16:41:02.688 INFO O| Aug 05 16:41:02.688 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4378 | 2024-08-05T16:41:04.243Z | [ recovery-image] Aug 05 16:41:02.698 INFO O| Aug 05 16:41:02.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4379 | 2024-08-05T16:41:04.243Z | [ recovery-image] Aug 05 16:41:02.698 INFO O| Aug 05 16:41:02.698 INFO STEP 178 (remove_files) COMPLETE |
4380 | 2024-08-05T16:41:04.246Z | [ recovery-image] Aug 05 16:41:02.698 INFO O| Aug 05 16:41:02.698 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-08-05T16:41:04.254Z | [ recovery-image] Aug 05 16:41:02.709 INFO O| Aug 05 16:41:02.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4382 | 2024-08-05T16:41:04.254Z | [ recovery-image] Aug 05 16:41:02.709 INFO O| Aug 05 16:41:02.709 INFO STEP 179 (remove_files) COMPLETE |
4383 | 2024-08-05T16:41:04.254Z | [ recovery-image] Aug 05 16:41:02.709 INFO O| Aug 05 16:41:02.709 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-08-05T16:41:04.264Z | [ recovery-image] Aug 05 16:41:02.719 INFO O| Aug 05 16:41:02.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4385 | 2024-08-05T16:41:04.264Z | [ recovery-image] Aug 05 16:41:02.719 INFO O| Aug 05 16:41:02.719 INFO STEP 180 (remove_files) COMPLETE |
4386 | 2024-08-05T16:41:04.264Z | [ recovery-image] Aug 05 16:41:02.719 INFO O| Aug 05 16:41:02.719 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-08-05T16:41:04.275Z | [ recovery-image] Aug 05 16:41:02.729 INFO O| Aug 05 16:41:02.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4388 | 2024-08-05T16:41:04.275Z | [ recovery-image] Aug 05 16:41:02.730 INFO O| Aug 05 16:41:02.730 INFO STEP 181 (remove_files) COMPLETE |
4389 | 2024-08-05T16:41:04.278Z | [ recovery-image] Aug 05 16:41:02.730 INFO O| Aug 05 16:41:02.730 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-08-05T16:41:04.285Z | [ recovery-image] Aug 05 16:41:02.740 INFO O| Aug 05 16:41:02.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4391 | 2024-08-05T16:41:04.288Z | [ recovery-image] Aug 05 16:41:02.740 INFO O| Aug 05 16:41:02.740 INFO STEP 182 (remove_files) COMPLETE |
4392 | 2024-08-05T16:41:04.288Z | [ recovery-image] Aug 05 16:41:02.740 INFO O| Aug 05 16:41:02.740 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-08-05T16:41:04.296Z | [ recovery-image] Aug 05 16:41:02.751 INFO O| Aug 05 16:41:02.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4394 | 2024-08-05T16:41:04.296Z | [ recovery-image] Aug 05 16:41:02.751 INFO O| Aug 05 16:41:02.751 INFO STEP 183 (remove_files) COMPLETE |
4395 | 2024-08-05T16:41:04.296Z | [ recovery-image] Aug 05 16:41:02.751 INFO O| Aug 05 16:41:02.751 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-08-05T16:41:04.306Z | [ recovery-image] Aug 05 16:41:02.761 INFO O| Aug 05 16:41:02.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4397 | 2024-08-05T16:41:04.306Z | [ recovery-image] Aug 05 16:41:02.761 INFO O| Aug 05 16:41:02.761 INFO STEP 184 (remove_files) COMPLETE |
4398 | 2024-08-05T16:41:04.309Z | [ recovery-image] Aug 05 16:41:02.761 INFO O| Aug 05 16:41:02.761 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-08-05T16:41:04.316Z | [ recovery-image] Aug 05 16:41:02.771 INFO O| Aug 05 16:41:02.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4400 | 2024-08-05T16:41:04.317Z | [ recovery-image] Aug 05 16:41:02.771 INFO O| Aug 05 16:41:02.771 INFO STEP 185 (remove_files) COMPLETE |
4401 | 2024-08-05T16:41:04.320Z | [ recovery-image] Aug 05 16:41:02.771 INFO O| Aug 05 16:41:02.771 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-08-05T16:41:04.326Z | [ recovery-image] Aug 05 16:41:02.781 INFO O| Aug 05 16:41:02.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4403 | 2024-08-05T16:41:04.331Z | [ recovery-image] Aug 05 16:41:02.781 INFO O| Aug 05 16:41:02.781 INFO STEP 186 (remove_files) COMPLETE |
4404 | 2024-08-05T16:41:04.331Z | [ recovery-image] Aug 05 16:41:02.781 INFO O| Aug 05 16:41:02.781 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-08-05T16:41:04.336Z | [ recovery-image] Aug 05 16:41:02.791 INFO O| Aug 05 16:41:02.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4406 | 2024-08-05T16:41:04.336Z | [ recovery-image] Aug 05 16:41:02.791 INFO O| Aug 05 16:41:02.791 INFO STEP 187 (remove_files) COMPLETE |
4407 | 2024-08-05T16:41:04.341Z | [ recovery-image] Aug 05 16:41:02.791 INFO O| Aug 05 16:41:02.791 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-08-05T16:41:04.346Z | [ recovery-image] Aug 05 16:41:02.801 INFO O| Aug 05 16:41:02.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4409 | 2024-08-05T16:41:04.346Z | [ recovery-image] Aug 05 16:41:02.801 INFO O| Aug 05 16:41:02.801 INFO STEP 188 (remove_files) COMPLETE |
4410 | 2024-08-05T16:41:04.349Z | [ recovery-image] Aug 05 16:41:02.801 INFO O| Aug 05 16:41:02.801 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-08-05T16:41:04.357Z | [ recovery-image] Aug 05 16:41:02.811 INFO O| Aug 05 16:41:02.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4412 | 2024-08-05T16:41:04.357Z | [ recovery-image] Aug 05 16:41:02.811 INFO O| Aug 05 16:41:02.811 INFO STEP 189 (remove_files) COMPLETE |
4413 | 2024-08-05T16:41:04.360Z | [ recovery-image] Aug 05 16:41:02.811 INFO O| Aug 05 16:41:02.811 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-08-05T16:41:04.368Z | [ recovery-image] Aug 05 16:41:02.823 INFO O| Aug 05 16:41:02.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4415 | 2024-08-05T16:41:04.368Z | [ recovery-image] Aug 05 16:41:02.823 INFO O| Aug 05 16:41:02.823 INFO STEP 190 (remove_files) COMPLETE |
4416 | 2024-08-05T16:41:04.371Z | [ recovery-image] Aug 05 16:41:02.823 INFO O| Aug 05 16:41:02.823 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-08-05T16:41:04.379Z | [ recovery-image] Aug 05 16:41:02.834 INFO O| Aug 05 16:41:02.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4418 | 2024-08-05T16:41:04.379Z | [ recovery-image] Aug 05 16:41:02.834 INFO O| Aug 05 16:41:02.834 INFO STEP 191 (remove_files) COMPLETE |
4419 | 2024-08-05T16:41:04.379Z | [ recovery-image] Aug 05 16:41:02.834 INFO O| Aug 05 16:41:02.834 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-08-05T16:41:04.391Z | [ recovery-image] Aug 05 16:41:02.846 INFO O| Aug 05 16:41:02.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4421 | 2024-08-05T16:41:04.391Z | [ recovery-image] Aug 05 16:41:02.846 INFO O| Aug 05 16:41:02.846 INFO STEP 192 (remove_files) COMPLETE |
4422 | 2024-08-05T16:41:04.394Z | [ recovery-image] Aug 05 16:41:02.846 INFO O| Aug 05 16:41:02.846 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-08-05T16:41:04.403Z | [ recovery-image] Aug 05 16:41:02.858 INFO O| Aug 05 16:41:02.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4424 | 2024-08-05T16:41:04.403Z | [ recovery-image] Aug 05 16:41:02.858 INFO O| Aug 05 16:41:02.858 INFO STEP 193 (remove_files) COMPLETE |
4425 | 2024-08-05T16:41:04.406Z | [ recovery-image] Aug 05 16:41:02.858 INFO O| Aug 05 16:41:02.858 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-08-05T16:41:04.414Z | [ recovery-image] Aug 05 16:41:02.869 INFO O| Aug 05 16:41:02.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4427 | 2024-08-05T16:41:04.414Z | [ recovery-image] Aug 05 16:41:02.869 INFO O| Aug 05 16:41:02.869 INFO STEP 194 (remove_files) COMPLETE |
4428 | 2024-08-05T16:41:04.414Z | [ recovery-image] Aug 05 16:41:02.869 INFO O| Aug 05 16:41:02.869 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-08-05T16:41:04.426Z | [ recovery-image] Aug 05 16:41:02.880 INFO O| Aug 05 16:41:02.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4430 | 2024-08-05T16:41:04.426Z | [ recovery-image] Aug 05 16:41:02.880 INFO O| Aug 05 16:41:02.880 INFO STEP 195 (remove_files) COMPLETE |
4431 | 2024-08-05T16:41:04.430Z | [ recovery-image] Aug 05 16:41:02.880 INFO O| Aug 05 16:41:02.880 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-08-05T16:41:04.438Z | [ recovery-image] Aug 05 16:41:02.893 INFO O| Aug 05 16:41:02.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4433 | 2024-08-05T16:41:04.438Z | [ recovery-image] Aug 05 16:41:02.893 INFO O| Aug 05 16:41:02.893 INFO STEP 196 (remove_files) COMPLETE |
4434 | 2024-08-05T16:41:04.438Z | [ recovery-image] Aug 05 16:41:02.893 INFO O| Aug 05 16:41:02.893 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-08-05T16:41:04.450Z | [ recovery-image] Aug 05 16:41:02.904 INFO O| Aug 05 16:41:02.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4436 | 2024-08-05T16:41:04.450Z | [ recovery-image] Aug 05 16:41:02.904 INFO O| Aug 05 16:41:02.904 INFO STEP 197 (remove_files) COMPLETE |
4437 | 2024-08-05T16:41:04.450Z | [ recovery-image] Aug 05 16:41:02.904 INFO O| Aug 05 16:41:02.904 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-08-05T16:41:04.460Z | [ recovery-image] Aug 05 16:41:02.915 INFO O| Aug 05 16:41:02.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4439 | 2024-08-05T16:41:04.460Z | [ recovery-image] Aug 05 16:41:02.915 INFO O| Aug 05 16:41:02.915 INFO STEP 198 (remove_files) COMPLETE |
4440 | 2024-08-05T16:41:04.460Z | [ recovery-image] Aug 05 16:41:02.915 INFO O| Aug 05 16:41:02.915 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-08-05T16:41:04.471Z | [ recovery-image] Aug 05 16:41:02.926 INFO O| Aug 05 16:41:02.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4442 | 2024-08-05T16:41:04.471Z | [ recovery-image] Aug 05 16:41:02.926 INFO O| Aug 05 16:41:02.926 INFO STEP 199 (remove_files) COMPLETE |
4443 | 2024-08-05T16:41:04.471Z | [ recovery-image] Aug 05 16:41:02.926 INFO O| Aug 05 16:41:02.926 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-08-05T16:41:04.482Z | [ recovery-image] Aug 05 16:41:02.936 INFO O| Aug 05 16:41:02.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4445 | 2024-08-05T16:41:04.482Z | [ recovery-image] Aug 05 16:41:02.937 INFO O| Aug 05 16:41:02.937 INFO STEP 200 (remove_files) COMPLETE |
4446 | 2024-08-05T16:41:04.485Z | [ recovery-image] Aug 05 16:41:02.937 INFO O| Aug 05 16:41:02.937 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-08-05T16:41:04.492Z | [ recovery-image] Aug 05 16:41:02.947 INFO O| Aug 05 16:41:02.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4448 | 2024-08-05T16:41:04.495Z | [ recovery-image] Aug 05 16:41:02.947 INFO O| Aug 05 16:41:02.947 INFO STEP 201 (remove_files) COMPLETE |
4449 | 2024-08-05T16:41:04.495Z | [ recovery-image] Aug 05 16:41:02.947 INFO O| Aug 05 16:41:02.947 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-08-05T16:41:04.503Z | [ recovery-image] Aug 05 16:41:02.958 INFO O| Aug 05 16:41:02.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4451 | 2024-08-05T16:41:04.506Z | [ recovery-image] Aug 05 16:41:02.958 INFO O| Aug 05 16:41:02.958 INFO STEP 202 (remove_files) COMPLETE |
4452 | 2024-08-05T16:41:04.506Z | [ recovery-image] Aug 05 16:41:02.958 INFO O| Aug 05 16:41:02.958 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-08-05T16:41:04.515Z | [ recovery-image] Aug 05 16:41:02.970 INFO O| Aug 05 16:41:02.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4454 | 2024-08-05T16:41:04.518Z | [ recovery-image] Aug 05 16:41:02.970 INFO O| Aug 05 16:41:02.970 INFO STEP 203 (remove_files) COMPLETE |
4455 | 2024-08-05T16:41:04.518Z | [ recovery-image] Aug 05 16:41:02.970 INFO O| Aug 05 16:41:02.970 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-08-05T16:41:04.526Z | [ recovery-image] Aug 05 16:41:02.980 INFO O| Aug 05 16:41:02.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4457 | 2024-08-05T16:41:04.526Z | [ recovery-image] Aug 05 16:41:02.981 INFO O| Aug 05 16:41:02.980 INFO STEP 204 (remove_files) COMPLETE |
4458 | 2024-08-05T16:41:04.526Z | [ recovery-image] Aug 05 16:41:02.981 INFO O| Aug 05 16:41:02.981 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-08-05T16:41:04.536Z | [ recovery-image] Aug 05 16:41:02.991 INFO O| Aug 05 16:41:02.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4460 | 2024-08-05T16:41:04.536Z | [ recovery-image] Aug 05 16:41:02.991 INFO O| Aug 05 16:41:02.991 INFO STEP 205 (remove_files) COMPLETE |
4461 | 2024-08-05T16:41:04.536Z | [ recovery-image] Aug 05 16:41:02.991 INFO O| Aug 05 16:41:02.991 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-08-05T16:41:04.547Z | [ recovery-image] Aug 05 16:41:03.002 INFO O| Aug 05 16:41:03.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4463 | 2024-08-05T16:41:04.547Z | [ recovery-image] Aug 05 16:41:03.002 INFO O| Aug 05 16:41:03.002 INFO STEP 206 (remove_files) COMPLETE |
4464 | 2024-08-05T16:41:04.547Z | [ recovery-image] Aug 05 16:41:03.002 INFO O| Aug 05 16:41:03.002 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-08-05T16:41:04.559Z | [ recovery-image] Aug 05 16:41:03.014 INFO O| Aug 05 16:41:03.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4466 | 2024-08-05T16:41:04.559Z | [ recovery-image] Aug 05 16:41:03.014 INFO O| Aug 05 16:41:03.014 INFO STEP 207 (remove_files) COMPLETE |
4467 | 2024-08-05T16:41:04.562Z | [ recovery-image] Aug 05 16:41:03.014 INFO O| Aug 05 16:41:03.014 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-08-05T16:41:04.572Z | [ recovery-image] Aug 05 16:41:03.027 INFO O| Aug 05 16:41:03.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4469 | 2024-08-05T16:41:04.572Z | [ recovery-image] Aug 05 16:41:03.027 INFO O| Aug 05 16:41:03.027 INFO STEP 208 (remove_files) COMPLETE |
4470 | 2024-08-05T16:41:04.572Z | [ recovery-image] Aug 05 16:41:03.027 INFO O| Aug 05 16:41:03.027 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-08-05T16:41:04.586Z | [ recovery-image] Aug 05 16:41:03.041 INFO O| Aug 05 16:41:03.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4472 | 2024-08-05T16:41:04.586Z | [ recovery-image] Aug 05 16:41:03.041 INFO O| Aug 05 16:41:03.041 INFO STEP 209 (remove_files) COMPLETE |
4473 | 2024-08-05T16:41:04.589Z | [ recovery-image] Aug 05 16:41:03.041 INFO O| Aug 05 16:41:03.041 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-08-05T16:41:04.600Z | [ recovery-image] Aug 05 16:41:03.055 INFO O| Aug 05 16:41:03.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4475 | 2024-08-05T16:41:04.600Z | [ recovery-image] Aug 05 16:41:03.055 INFO O| Aug 05 16:41:03.055 INFO STEP 210 (remove_files) COMPLETE |
4476 | 2024-08-05T16:41:04.600Z | [ recovery-image] Aug 05 16:41:03.055 INFO O| Aug 05 16:41:03.055 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-08-05T16:41:04.614Z | [ recovery-image] Aug 05 16:41:03.069 INFO O| Aug 05 16:41:03.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4478 | 2024-08-05T16:41:04.614Z | [ recovery-image] Aug 05 16:41:03.069 INFO O| Aug 05 16:41:03.069 INFO STEP 211 (remove_files) COMPLETE |
4479 | 2024-08-05T16:41:04.614Z | [ recovery-image] Aug 05 16:41:03.069 INFO O| Aug 05 16:41:03.069 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-08-05T16:41:04.628Z | [ recovery-image] Aug 05 16:41:03.083 INFO O| Aug 05 16:41:03.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4481 | 2024-08-05T16:41:04.628Z | [ recovery-image] Aug 05 16:41:03.083 INFO O| Aug 05 16:41:03.083 INFO STEP 212 (remove_files) COMPLETE |
4482 | 2024-08-05T16:41:04.628Z | [ recovery-image] Aug 05 16:41:03.083 INFO O| Aug 05 16:41:03.083 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-08-05T16:41:04.643Z | [ recovery-image] Aug 05 16:41:03.097 INFO O| Aug 05 16:41:03.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4484 | 2024-08-05T16:41:04.643Z | [ recovery-image] Aug 05 16:41:03.097 INFO O| Aug 05 16:41:03.097 INFO STEP 213 (remove_files) COMPLETE |
4485 | 2024-08-05T16:41:04.643Z | [ recovery-image] Aug 05 16:41:03.097 INFO O| Aug 05 16:41:03.097 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-08-05T16:41:04.656Z | [ recovery-image] Aug 05 16:41:03.111 INFO O| Aug 05 16:41:03.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4487 | 2024-08-05T16:41:04.656Z | [ recovery-image] Aug 05 16:41:03.111 INFO O| Aug 05 16:41:03.111 INFO STEP 214 (remove_files) COMPLETE |
4488 | 2024-08-05T16:41:04.659Z | [ recovery-image] Aug 05 16:41:03.111 INFO O| Aug 05 16:41:03.111 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-08-05T16:41:04.669Z | [ recovery-image] Aug 05 16:41:03.124 INFO O| Aug 05 16:41:03.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4490 | 2024-08-05T16:41:04.669Z | [ recovery-image] Aug 05 16:41:03.124 INFO O| Aug 05 16:41:03.124 INFO STEP 215 (remove_files) COMPLETE |
4491 | 2024-08-05T16:41:04.672Z | [ recovery-image] Aug 05 16:41:03.124 INFO O| Aug 05 16:41:03.124 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-08-05T16:41:04.683Z | [ recovery-image] Aug 05 16:41:03.137 INFO O| Aug 05 16:41:03.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4493 | 2024-08-05T16:41:04.683Z | [ recovery-image] Aug 05 16:41:03.137 INFO O| Aug 05 16:41:03.137 INFO STEP 216 (remove_files) COMPLETE |
4494 | 2024-08-05T16:41:04.686Z | [ recovery-image] Aug 05 16:41:03.137 INFO O| Aug 05 16:41:03.137 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-08-05T16:41:04.696Z | [ recovery-image] Aug 05 16:41:03.151 INFO O| Aug 05 16:41:03.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4496 | 2024-08-05T16:41:04.696Z | [ recovery-image] Aug 05 16:41:03.151 INFO O| Aug 05 16:41:03.151 INFO STEP 217 (remove_files) COMPLETE |
4497 | 2024-08-05T16:41:04.696Z | [ recovery-image] Aug 05 16:41:03.151 INFO O| Aug 05 16:41:03.151 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-08-05T16:41:04.708Z | [ recovery-image] Aug 05 16:41:03.163 INFO O| Aug 05 16:41:03.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4499 | 2024-08-05T16:41:04.708Z | [ recovery-image] Aug 05 16:41:03.163 INFO O| Aug 05 16:41:03.163 INFO STEP 218 (remove_files) COMPLETE |
4500 | 2024-08-05T16:41:04.708Z | [ recovery-image] Aug 05 16:41:03.163 INFO O| Aug 05 16:41:03.163 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-08-05T16:41:04.721Z | [ recovery-image] Aug 05 16:41:03.175 INFO O| Aug 05 16:41:03.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4502 | 2024-08-05T16:41:04.724Z | [ recovery-image] Aug 05 16:41:03.176 INFO O| Aug 05 16:41:03.175 INFO STEP 219 (remove_files) COMPLETE |
4503 | 2024-08-05T16:41:04.724Z | [ recovery-image] Aug 05 16:41:03.176 INFO O| Aug 05 16:41:03.176 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-08-05T16:41:04.732Z | [ recovery-image] Aug 05 16:41:03.187 INFO O| Aug 05 16:41:03.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4505 | 2024-08-05T16:41:04.735Z | [ recovery-image] Aug 05 16:41:03.187 INFO O| Aug 05 16:41:03.187 INFO STEP 220 (remove_files) COMPLETE |
4506 | 2024-08-05T16:41:04.735Z | [ recovery-image] Aug 05 16:41:03.187 INFO O| Aug 05 16:41:03.187 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-08-05T16:41:04.745Z | [ recovery-image] Aug 05 16:41:03.199 INFO O| Aug 05 16:41:03.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4508 | 2024-08-05T16:41:04.745Z | [ recovery-image] Aug 05 16:41:03.199 INFO O| Aug 05 16:41:03.199 INFO STEP 221 (remove_files) COMPLETE |
4509 | 2024-08-05T16:41:04.745Z | [ recovery-image] Aug 05 16:41:03.199 INFO O| Aug 05 16:41:03.199 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-08-05T16:41:04.757Z | [ recovery-image] Aug 05 16:41:03.212 INFO O| Aug 05 16:41:03.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4511 | 2024-08-05T16:41:04.757Z | [ recovery-image] Aug 05 16:41:03.212 INFO O| Aug 05 16:41:03.212 INFO STEP 222 (remove_files) COMPLETE |
4512 | 2024-08-05T16:41:04.757Z | [ recovery-image] Aug 05 16:41:03.212 INFO O| Aug 05 16:41:03.212 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-08-05T16:41:04.769Z | [ recovery-image] Aug 05 16:41:03.224 INFO O| Aug 05 16:41:03.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4514 | 2024-08-05T16:41:04.770Z | [ recovery-image] Aug 05 16:41:03.224 INFO O| Aug 05 16:41:03.224 INFO STEP 223 (remove_files) COMPLETE |
4515 | 2024-08-05T16:41:04.773Z | [ recovery-image] Aug 05 16:41:03.224 INFO O| Aug 05 16:41:03.224 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-08-05T16:41:04.782Z | [ recovery-image] Aug 05 16:41:03.236 INFO O| Aug 05 16:41:03.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4517 | 2024-08-05T16:41:04.782Z | [ recovery-image] Aug 05 16:41:03.237 INFO O| Aug 05 16:41:03.237 INFO STEP 224 (remove_files) COMPLETE |
4518 | 2024-08-05T16:41:04.785Z | [ recovery-image] Aug 05 16:41:03.237 INFO O| Aug 05 16:41:03.237 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-08-05T16:41:04.794Z | [ recovery-image] Aug 05 16:41:03.249 INFO O| Aug 05 16:41:03.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4520 | 2024-08-05T16:41:04.797Z | [ recovery-image] Aug 05 16:41:03.249 INFO O| Aug 05 16:41:03.249 INFO STEP 225 (remove_files) COMPLETE |
4521 | 2024-08-05T16:41:04.798Z | [ recovery-image] Aug 05 16:41:03.249 INFO O| Aug 05 16:41:03.249 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-08-05T16:41:04.807Z | [ recovery-image] Aug 05 16:41:03.261 INFO O| Aug 05 16:41:03.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4523 | 2024-08-05T16:41:04.808Z | [ recovery-image] Aug 05 16:41:03.262 INFO O| Aug 05 16:41:03.261 INFO STEP 226 (remove_files) COMPLETE |
4524 | 2024-08-05T16:41:04.811Z | [ recovery-image] Aug 05 16:41:03.262 INFO O| Aug 05 16:41:03.262 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-08-05T16:41:04.819Z | [ recovery-image] Aug 05 16:41:03.273 INFO O| Aug 05 16:41:03.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4526 | 2024-08-05T16:41:04.819Z | [ recovery-image] Aug 05 16:41:03.273 INFO O| Aug 05 16:41:03.273 INFO STEP 227 (remove_files) COMPLETE |
4527 | 2024-08-05T16:41:04.822Z | [ recovery-image] Aug 05 16:41:03.274 INFO O| Aug 05 16:41:03.273 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-08-05T16:41:04.830Z | [ recovery-image] Aug 05 16:41:03.285 INFO O| Aug 05 16:41:03.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4529 | 2024-08-05T16:41:04.830Z | [ recovery-image] Aug 05 16:41:03.285 INFO O| Aug 05 16:41:03.285 INFO STEP 228 (remove_files) COMPLETE |
4530 | 2024-08-05T16:41:04.833Z | [ recovery-image] Aug 05 16:41:03.285 INFO O| Aug 05 16:41:03.285 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-08-05T16:41:04.842Z | [ recovery-image] Aug 05 16:41:03.296 INFO O| Aug 05 16:41:03.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4532 | 2024-08-05T16:41:04.842Z | [ recovery-image] Aug 05 16:41:03.296 INFO O| Aug 05 16:41:03.296 INFO STEP 229 (remove_files) COMPLETE |
4533 | 2024-08-05T16:41:04.845Z | [ recovery-image] Aug 05 16:41:03.297 INFO O| Aug 05 16:41:03.296 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-08-05T16:41:04.856Z | [ recovery-image] Aug 05 16:41:03.311 INFO O| Aug 05 16:41:03.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4535 | 2024-08-05T16:41:04.856Z | [ recovery-image] Aug 05 16:41:03.311 INFO O| Aug 05 16:41:03.311 INFO STEP 230 (remove_files) COMPLETE |
4536 | 2024-08-05T16:41:04.859Z | [ recovery-image] Aug 05 16:41:03.311 INFO O| Aug 05 16:41:03.311 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-08-05T16:41:04.868Z | [ recovery-image] Aug 05 16:41:03.323 INFO O| Aug 05 16:41:03.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4538 | 2024-08-05T16:41:04.868Z | [ recovery-image] Aug 05 16:41:03.323 INFO O| Aug 05 16:41:03.323 INFO STEP 231 (remove_files) COMPLETE |
4539 | 2024-08-05T16:41:04.871Z | [ recovery-image] Aug 05 16:41:03.323 INFO O| Aug 05 16:41:03.323 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-08-05T16:41:04.883Z | [ recovery-image] Aug 05 16:41:03.338 INFO O| Aug 05 16:41:03.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4541 | 2024-08-05T16:41:04.883Z | [ recovery-image] Aug 05 16:41:03.338 INFO O| Aug 05 16:41:03.338 INFO STEP 232 (remove_files) COMPLETE |
4542 | 2024-08-05T16:41:04.886Z | [ recovery-image] Aug 05 16:41:03.338 INFO O| Aug 05 16:41:03.338 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-08-05T16:41:04.895Z | [ recovery-image] Aug 05 16:41:03.349 INFO O| Aug 05 16:41:03.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4544 | 2024-08-05T16:41:04.895Z | [ recovery-image] Aug 05 16:41:03.350 INFO O| Aug 05 16:41:03.350 INFO STEP 233 (remove_files) COMPLETE |
4545 | 2024-08-05T16:41:04.898Z | [ recovery-image] Aug 05 16:41:03.350 INFO O| Aug 05 16:41:03.350 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-08-05T16:41:04.907Z | [ recovery-image] Aug 05 16:41:03.362 INFO O| Aug 05 16:41:03.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4547 | 2024-08-05T16:41:04.907Z | [ recovery-image] Aug 05 16:41:03.362 INFO O| Aug 05 16:41:03.362 INFO STEP 234 (remove_files) COMPLETE |
4548 | 2024-08-05T16:41:04.907Z | [ recovery-image] Aug 05 16:41:03.362 INFO O| Aug 05 16:41:03.362 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-08-05T16:41:04.919Z | [ recovery-image] Aug 05 16:41:03.374 INFO O| Aug 05 16:41:03.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4550 | 2024-08-05T16:41:04.919Z | [ recovery-image] Aug 05 16:41:03.374 INFO O| Aug 05 16:41:03.374 INFO STEP 235 (remove_files) COMPLETE |
4551 | 2024-08-05T16:41:04.922Z | [ recovery-image] Aug 05 16:41:03.374 INFO O| Aug 05 16:41:03.374 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-08-05T16:41:04.933Z | [ recovery-image] Aug 05 16:41:03.388 INFO O| Aug 05 16:41:03.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4553 | 2024-08-05T16:41:04.933Z | [ recovery-image] Aug 05 16:41:03.388 INFO O| Aug 05 16:41:03.388 INFO STEP 236 (remove_files) COMPLETE |
4554 | 2024-08-05T16:41:04.933Z | [ recovery-image] Aug 05 16:41:03.388 INFO O| Aug 05 16:41:03.388 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-08-05T16:41:04.945Z | [ recovery-image] Aug 05 16:41:03.400 INFO O| Aug 05 16:41:03.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4556 | 2024-08-05T16:41:04.948Z | [ recovery-image] Aug 05 16:41:03.400 INFO O| Aug 05 16:41:03.400 INFO STEP 237 (remove_files) COMPLETE |
4557 | 2024-08-05T16:41:04.948Z | [ recovery-image] Aug 05 16:41:03.400 INFO O| Aug 05 16:41:03.400 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-08-05T16:41:04.957Z | [ recovery-image] Aug 05 16:41:03.412 INFO O| Aug 05 16:41:03.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4559 | 2024-08-05T16:41:04.957Z | [ recovery-image] Aug 05 16:41:03.412 INFO O| Aug 05 16:41:03.412 INFO STEP 238 (remove_files) COMPLETE |
4560 | 2024-08-05T16:41:04.957Z | [ recovery-image] Aug 05 16:41:03.412 INFO O| Aug 05 16:41:03.412 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-08-05T16:41:04.969Z | [ recovery-image] Aug 05 16:41:03.423 INFO O| Aug 05 16:41:03.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4562 | 2024-08-05T16:41:04.969Z | [ recovery-image] Aug 05 16:41:03.423 INFO O| Aug 05 16:41:03.423 INFO STEP 239 (remove_files) COMPLETE |
4563 | 2024-08-05T16:41:04.972Z | [ recovery-image] Aug 05 16:41:03.423 INFO O| Aug 05 16:41:03.423 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-08-05T16:41:04.981Z | [ recovery-image] Aug 05 16:41:03.435 INFO O| Aug 05 16:41:03.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4565 | 2024-08-05T16:41:04.981Z | [ recovery-image] Aug 05 16:41:03.435 INFO O| Aug 05 16:41:03.435 INFO STEP 240 (remove_files) COMPLETE |
4566 | 2024-08-05T16:41:04.984Z | [ recovery-image] Aug 05 16:41:03.435 INFO O| Aug 05 16:41:03.435 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-08-05T16:41:04.992Z | [ recovery-image] Aug 05 16:41:03.447 INFO O| Aug 05 16:41:03.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4568 | 2024-08-05T16:41:04.992Z | [ recovery-image] Aug 05 16:41:03.447 INFO O| Aug 05 16:41:03.447 INFO STEP 241 (remove_files) COMPLETE |
4569 | 2024-08-05T16:41:04.995Z | [ recovery-image] Aug 05 16:41:03.447 INFO O| Aug 05 16:41:03.447 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-08-05T16:41:05.004Z | [ recovery-image] Aug 05 16:41:03.458 INFO O| Aug 05 16:41:03.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4571 | 2024-08-05T16:41:05.004Z | [ recovery-image] Aug 05 16:41:03.458 INFO O| Aug 05 16:41:03.458 INFO STEP 242 (remove_files) COMPLETE |
4572 | 2024-08-05T16:41:05.004Z | [ recovery-image] Aug 05 16:41:03.458 INFO O| Aug 05 16:41:03.458 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-08-05T16:41:05.015Z | [ recovery-image] Aug 05 16:41:03.470 INFO O| Aug 05 16:41:03.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4574 | 2024-08-05T16:41:05.015Z | [ recovery-image] Aug 05 16:41:03.470 INFO O| Aug 05 16:41:03.470 INFO STEP 243 (remove_files) COMPLETE |
4575 | 2024-08-05T16:41:05.015Z | [ recovery-image] Aug 05 16:41:03.470 INFO O| Aug 05 16:41:03.470 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-08-05T16:41:05.028Z | [ recovery-image] Aug 05 16:41:03.482 INFO O| Aug 05 16:41:03.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4577 | 2024-08-05T16:41:05.028Z | [ recovery-image] Aug 05 16:41:03.482 INFO O| Aug 05 16:41:03.482 INFO STEP 244 (remove_files) COMPLETE |
4578 | 2024-08-05T16:41:05.032Z | [ recovery-image] Aug 05 16:41:03.482 INFO O| Aug 05 16:41:03.482 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-08-05T16:41:05.040Z | [ recovery-image] Aug 05 16:41:03.495 INFO O| Aug 05 16:41:03.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4580 | 2024-08-05T16:41:05.040Z | [ recovery-image] Aug 05 16:41:03.495 INFO O| Aug 05 16:41:03.495 INFO STEP 245 (remove_files) COMPLETE |
4581 | 2024-08-05T16:41:05.040Z | [ recovery-image] Aug 05 16:41:03.495 INFO O| Aug 05 16:41:03.495 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-08-05T16:41:05.052Z | [ recovery-image] Aug 05 16:41:03.507 INFO O| Aug 05 16:41:03.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4583 | 2024-08-05T16:41:05.052Z | [ recovery-image] Aug 05 16:41:03.507 INFO O| Aug 05 16:41:03.507 INFO STEP 246 (remove_files) COMPLETE |
4584 | 2024-08-05T16:41:05.055Z | [ recovery-image] Aug 05 16:41:03.507 INFO O| Aug 05 16:41:03.507 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2024-08-05T16:41:05.064Z | [ recovery-image] Aug 05 16:41:03.519 INFO O| Aug 05 16:41:03.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4586 | 2024-08-05T16:41:05.064Z | [ recovery-image] Aug 05 16:41:03.519 INFO O| Aug 05 16:41:03.519 INFO STEP 247 (remove_files) COMPLETE |
4587 | 2024-08-05T16:41:05.067Z | [ recovery-image] Aug 05 16:41:03.519 INFO O| Aug 05 16:41:03.519 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2024-08-05T16:41:05.076Z | [ recovery-image] Aug 05 16:41:03.531 INFO O| Aug 05 16:41:03.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4589 | 2024-08-05T16:41:05.076Z | [ recovery-image] Aug 05 16:41:03.531 INFO O| Aug 05 16:41:03.531 INFO STEP 248 (remove_files) COMPLETE |
4590 | 2024-08-05T16:41:05.079Z | [ recovery-image] Aug 05 16:41:03.531 INFO O| Aug 05 16:41:03.531 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4591 | 2024-08-05T16:41:05.088Z | [ recovery-image] Aug 05 16:41:03.542 INFO O| Aug 05 16:41:03.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4592 | 2024-08-05T16:41:05.088Z | [ recovery-image] Aug 05 16:41:03.543 INFO O| Aug 05 16:41:03.543 INFO STEP 249 (remove_files) COMPLETE |
4593 | 2024-08-05T16:41:05.088Z | [ recovery-image] Aug 05 16:41:03.543 INFO O| Aug 05 16:41:03.543 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2024-08-05T16:41:05.099Z | [ recovery-image] Aug 05 16:41:03.553 INFO O| Aug 05 16:41:03.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4595 | 2024-08-05T16:41:05.099Z | [ recovery-image] Aug 05 16:41:03.554 INFO O| Aug 05 16:41:03.553 INFO STEP 250 (remove_files) COMPLETE |
4596 | 2024-08-05T16:41:05.099Z | [ recovery-image] Aug 05 16:41:03.554 INFO O| Aug 05 16:41:03.554 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2024-08-05T16:41:05.110Z | [ recovery-image] Aug 05 16:41:03.564 INFO O| Aug 05 16:41:03.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4598 | 2024-08-05T16:41:05.110Z | [ recovery-image] Aug 05 16:41:03.564 INFO O| Aug 05 16:41:03.564 INFO STEP 251 (remove_files) COMPLETE |
4599 | 2024-08-05T16:41:05.110Z | [ recovery-image] Aug 05 16:41:03.564 INFO O| Aug 05 16:41:03.564 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2024-08-05T16:41:05.120Z | [ recovery-image] Aug 05 16:41:03.575 INFO O| Aug 05 16:41:03.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4601 | 2024-08-05T16:41:05.123Z | [ recovery-image] Aug 05 16:41:03.575 INFO O| Aug 05 16:41:03.575 INFO STEP 252 (remove_files) COMPLETE |
4602 | 2024-08-05T16:41:05.123Z | [ recovery-image] Aug 05 16:41:03.575 INFO O| Aug 05 16:41:03.575 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2024-08-05T16:41:05.134Z | [ recovery-image] Aug 05 16:41:03.587 INFO O| Aug 05 16:41:03.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4604 | 2024-08-05T16:41:05.134Z | [ recovery-image] Aug 05 16:41:03.587 INFO O| Aug 05 16:41:03.587 INFO STEP 253 (remove_files) COMPLETE |
4605 | 2024-08-05T16:41:05.138Z | [ recovery-image] Aug 05 16:41:03.587 INFO O| Aug 05 16:41:03.587 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2024-08-05T16:41:05.144Z | [ recovery-image] Aug 05 16:41:03.598 INFO O| Aug 05 16:41:03.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4607 | 2024-08-05T16:41:05.144Z | [ recovery-image] Aug 05 16:41:03.598 INFO O| Aug 05 16:41:03.598 INFO STEP 254 (remove_files) COMPLETE |
4608 | 2024-08-05T16:41:05.147Z | [ recovery-image] Aug 05 16:41:03.598 INFO O| Aug 05 16:41:03.598 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2024-08-05T16:41:05.154Z | [ recovery-image] Aug 05 16:41:03.609 INFO O| Aug 05 16:41:03.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4610 | 2024-08-05T16:41:05.155Z | [ recovery-image] Aug 05 16:41:03.609 INFO O| Aug 05 16:41:03.609 INFO STEP 255 (remove_files) COMPLETE |
4611 | 2024-08-05T16:41:05.158Z | [ recovery-image] Aug 05 16:41:03.609 INFO O| Aug 05 16:41:03.609 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2024-08-05T16:41:05.164Z | [ recovery-image] Aug 05 16:41:03.619 INFO O| Aug 05 16:41:03.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4613 | 2024-08-05T16:41:05.164Z | [ recovery-image] Aug 05 16:41:03.619 INFO O| Aug 05 16:41:03.619 INFO STEP 256 (remove_files) COMPLETE |
4614 | 2024-08-05T16:41:05.167Z | [ recovery-image] Aug 05 16:41:03.619 INFO O| Aug 05 16:41:03.619 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2024-08-05T16:41:05.175Z | [ recovery-image] Aug 05 16:41:03.629 INFO O| Aug 05 16:41:03.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4616 | 2024-08-05T16:41:05.178Z | [ recovery-image] Aug 05 16:41:03.630 INFO O| Aug 05 16:41:03.630 INFO STEP 257 (remove_files) COMPLETE |
4617 | 2024-08-05T16:41:05.178Z | [ recovery-image] Aug 05 16:41:03.630 INFO O| Aug 05 16:41:03.630 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-08-05T16:41:05.186Z | [ recovery-image] Aug 05 16:41:03.640 INFO O| Aug 05 16:41:03.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4619 | 2024-08-05T16:41:05.189Z | [ recovery-image] Aug 05 16:41:03.641 INFO O| Aug 05 16:41:03.640 INFO STEP 258 (remove_files) COMPLETE |
4620 | 2024-08-05T16:41:05.189Z | [ recovery-image] Aug 05 16:41:03.641 INFO O| Aug 05 16:41:03.641 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-08-05T16:41:05.197Z | [ recovery-image] Aug 05 16:41:03.651 INFO O| Aug 05 16:41:03.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4622 | 2024-08-05T16:41:05.197Z | [ recovery-image] Aug 05 16:41:03.651 INFO O| Aug 05 16:41:03.651 INFO STEP 259 (remove_files) COMPLETE |
4623 | 2024-08-05T16:41:05.197Z | [ recovery-image] Aug 05 16:41:03.651 INFO O| Aug 05 16:41:03.651 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-08-05T16:41:05.208Z | [ recovery-image] Aug 05 16:41:03.662 INFO O| Aug 05 16:41:03.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4625 | 2024-08-05T16:41:05.208Z | [ recovery-image] Aug 05 16:41:03.662 INFO O| Aug 05 16:41:03.662 INFO STEP 260 (remove_files) COMPLETE |
4626 | 2024-08-05T16:41:05.208Z | [ recovery-image] Aug 05 16:41:03.662 INFO O| Aug 05 16:41:03.662 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-08-05T16:41:05.219Z | [ recovery-image] Aug 05 16:41:03.673 INFO O| Aug 05 16:41:03.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4628 | 2024-08-05T16:41:05.219Z | [ recovery-image] Aug 05 16:41:03.673 INFO O| Aug 05 16:41:03.673 INFO STEP 261 (remove_files) COMPLETE |
4629 | 2024-08-05T16:41:05.222Z | [ recovery-image] Aug 05 16:41:03.673 INFO O| Aug 05 16:41:03.673 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-08-05T16:41:05.229Z | [ recovery-image] Aug 05 16:41:03.684 INFO O| Aug 05 16:41:03.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4631 | 2024-08-05T16:41:05.229Z | [ recovery-image] Aug 05 16:41:03.684 INFO O| Aug 05 16:41:03.684 INFO STEP 262 (remove_files) COMPLETE |
4632 | 2024-08-05T16:41:05.232Z | [ recovery-image] Aug 05 16:41:03.684 INFO O| Aug 05 16:41:03.684 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-08-05T16:41:05.241Z | [ recovery-image] Aug 05 16:41:03.695 INFO O| Aug 05 16:41:03.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4634 | 2024-08-05T16:41:05.241Z | [ recovery-image] Aug 05 16:41:03.695 INFO O| Aug 05 16:41:03.695 INFO STEP 263 (remove_files) COMPLETE |
4635 | 2024-08-05T16:41:05.241Z | [ recovery-image] Aug 05 16:41:03.695 INFO O| Aug 05 16:41:03.695 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-08-05T16:41:05.252Z | [ recovery-image] Aug 05 16:41:03.707 INFO O| Aug 05 16:41:03.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4637 | 2024-08-05T16:41:05.252Z | [ recovery-image] Aug 05 16:41:03.707 INFO O| Aug 05 16:41:03.707 INFO STEP 264 (remove_files) COMPLETE |
4638 | 2024-08-05T16:41:05.252Z | [ recovery-image] Aug 05 16:41:03.707 INFO O| Aug 05 16:41:03.707 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-08-05T16:41:05.264Z | [ recovery-image] Aug 05 16:41:03.718 INFO O| Aug 05 16:41:03.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4640 | 2024-08-05T16:41:05.264Z | [ recovery-image] Aug 05 16:41:03.719 INFO O| Aug 05 16:41:03.719 INFO STEP 265 (remove_files) COMPLETE |
4641 | 2024-08-05T16:41:05.264Z | [ recovery-image] Aug 05 16:41:03.719 INFO O| Aug 05 16:41:03.719 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-08-05T16:41:05.276Z | [ recovery-image] Aug 05 16:41:03.731 INFO O| Aug 05 16:41:03.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4643 | 2024-08-05T16:41:05.276Z | [ recovery-image] Aug 05 16:41:03.731 INFO O| Aug 05 16:41:03.731 INFO STEP 266 (remove_files) COMPLETE |
4644 | 2024-08-05T16:41:05.279Z | [ recovery-image] Aug 05 16:41:03.731 INFO O| Aug 05 16:41:03.731 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-08-05T16:41:05.288Z | [ recovery-image] Aug 05 16:41:03.742 INFO O| Aug 05 16:41:03.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4646 | 2024-08-05T16:41:05.288Z | [ recovery-image] Aug 05 16:41:03.743 INFO O| Aug 05 16:41:03.742 INFO STEP 267 (remove_files) COMPLETE |
4647 | 2024-08-05T16:41:05.291Z | [ recovery-image] Aug 05 16:41:03.743 INFO O| Aug 05 16:41:03.743 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-08-05T16:41:05.300Z | [ recovery-image] Aug 05 16:41:03.754 INFO O| Aug 05 16:41:03.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4649 | 2024-08-05T16:41:05.300Z | [ recovery-image] Aug 05 16:41:03.755 INFO O| Aug 05 16:41:03.755 INFO STEP 268 (remove_files) COMPLETE |
4650 | 2024-08-05T16:41:05.300Z | [ recovery-image] Aug 05 16:41:03.755 INFO O| Aug 05 16:41:03.755 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-08-05T16:41:05.313Z | [ recovery-image] Aug 05 16:41:03.766 INFO O| Aug 05 16:41:03.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4652 | 2024-08-05T16:41:05.313Z | [ recovery-image] Aug 05 16:41:03.766 INFO O| Aug 05 16:41:03.766 INFO STEP 269 (remove_files) COMPLETE |
4653 | 2024-08-05T16:41:05.313Z | [ recovery-image] Aug 05 16:41:03.766 INFO O| Aug 05 16:41:03.766 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-08-05T16:41:05.323Z | [ recovery-image] Aug 05 16:41:03.778 INFO O| Aug 05 16:41:03.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4655 | 2024-08-05T16:41:05.323Z | [ recovery-image] Aug 05 16:41:03.778 INFO O| Aug 05 16:41:03.778 INFO STEP 270 (remove_files) COMPLETE |
4656 | 2024-08-05T16:41:05.323Z | [ recovery-image] Aug 05 16:41:03.778 INFO O| Aug 05 16:41:03.778 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-08-05T16:41:05.335Z | [ recovery-image] Aug 05 16:41:03.790 INFO O| Aug 05 16:41:03.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4658 | 2024-08-05T16:41:05.335Z | [ recovery-image] Aug 05 16:41:03.790 INFO O| Aug 05 16:41:03.790 INFO STEP 271 (remove_files) COMPLETE |
4659 | 2024-08-05T16:41:05.335Z | [ recovery-image] Aug 05 16:41:03.790 INFO O| Aug 05 16:41:03.790 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-08-05T16:41:05.347Z | [ recovery-image] Aug 05 16:41:03.802 INFO O| Aug 05 16:41:03.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4661 | 2024-08-05T16:41:05.350Z | [ recovery-image] Aug 05 16:41:03.802 INFO O| Aug 05 16:41:03.802 INFO STEP 272 (remove_files) COMPLETE |
4662 | 2024-08-05T16:41:05.350Z | [ recovery-image] Aug 05 16:41:03.802 INFO O| Aug 05 16:41:03.802 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-08-05T16:41:05.359Z | [ recovery-image] Aug 05 16:41:03.814 INFO O| Aug 05 16:41:03.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4664 | 2024-08-05T16:41:05.359Z | [ recovery-image] Aug 05 16:41:03.814 INFO O| Aug 05 16:41:03.814 INFO STEP 273 (remove_files) COMPLETE |
4665 | 2024-08-05T16:41:05.362Z | [ recovery-image] Aug 05 16:41:03.814 INFO O| Aug 05 16:41:03.814 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-08-05T16:41:05.372Z | [ recovery-image] Aug 05 16:41:03.827 INFO O| Aug 05 16:41:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4667 | 2024-08-05T16:41:05.372Z | [ recovery-image] Aug 05 16:41:03.827 INFO O| Aug 05 16:41:03.827 INFO STEP 274 (remove_files) COMPLETE |
4668 | 2024-08-05T16:41:05.376Z | [ recovery-image] Aug 05 16:41:03.827 INFO O| Aug 05 16:41:03.827 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-08-05T16:41:05.384Z | [ recovery-image] Aug 05 16:41:03.839 INFO O| Aug 05 16:41:03.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4670 | 2024-08-05T16:41:05.384Z | [ recovery-image] Aug 05 16:41:03.839 INFO O| Aug 05 16:41:03.839 INFO STEP 275 (remove_files) COMPLETE |
4671 | 2024-08-05T16:41:05.385Z | [ recovery-image] Aug 05 16:41:03.839 INFO O| Aug 05 16:41:03.839 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-08-05T16:41:05.396Z | [ recovery-image] Aug 05 16:41:03.851 INFO O| Aug 05 16:41:03.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4673 | 2024-08-05T16:41:05.396Z | [ recovery-image] Aug 05 16:41:03.851 INFO O| Aug 05 16:41:03.851 INFO STEP 276 (remove_files) COMPLETE |
4674 | 2024-08-05T16:41:05.400Z | [ recovery-image] Aug 05 16:41:03.851 INFO O| Aug 05 16:41:03.851 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-08-05T16:41:05.409Z | [ recovery-image] Aug 05 16:41:03.864 INFO O| Aug 05 16:41:03.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4676 | 2024-08-05T16:41:05.409Z | [ recovery-image] Aug 05 16:41:03.864 INFO O| Aug 05 16:41:03.864 INFO STEP 277 (remove_files) COMPLETE |
4677 | 2024-08-05T16:41:05.412Z | [ recovery-image] Aug 05 16:41:03.864 INFO O| Aug 05 16:41:03.864 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-08-05T16:41:05.422Z | [ recovery-image] Aug 05 16:41:03.877 INFO O| Aug 05 16:41:03.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4679 | 2024-08-05T16:41:05.422Z | [ recovery-image] Aug 05 16:41:03.877 INFO O| Aug 05 16:41:03.877 INFO STEP 278 (remove_files) COMPLETE |
4680 | 2024-08-05T16:41:05.422Z | [ recovery-image] Aug 05 16:41:03.877 INFO O| Aug 05 16:41:03.877 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-08-05T16:41:05.434Z | [ recovery-image] Aug 05 16:41:03.889 INFO O| Aug 05 16:41:03.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4682 | 2024-08-05T16:41:05.434Z | [ recovery-image] Aug 05 16:41:03.889 INFO O| Aug 05 16:41:03.889 INFO STEP 279 (remove_files) COMPLETE |
4683 | 2024-08-05T16:41:05.437Z | [ recovery-image] Aug 05 16:41:03.889 INFO O| Aug 05 16:41:03.889 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-08-05T16:41:05.460Z | [ recovery-image] Aug 05 16:41:03.901 INFO O| Aug 05 16:41:03.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4685 | 2024-08-05T16:41:05.460Z | [ recovery-image] Aug 05 16:41:03.901 INFO O| Aug 05 16:41:03.901 INFO STEP 280 (remove_files) COMPLETE |
4686 | 2024-08-05T16:41:05.460Z | [ recovery-image] Aug 05 16:41:03.901 INFO O| Aug 05 16:41:03.901 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-08-05T16:41:05.473Z | [ recovery-image] Aug 05 16:41:03.912 INFO O| Aug 05 16:41:03.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4688 | 2024-08-05T16:41:05.473Z | [ recovery-image] Aug 05 16:41:03.912 INFO O| Aug 05 16:41:03.912 INFO STEP 281 (remove_files) COMPLETE |
4689 | 2024-08-05T16:41:05.474Z | [ recovery-image] Aug 05 16:41:03.912 INFO O| Aug 05 16:41:03.912 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-08-05T16:41:05.476Z | [ recovery-image] Aug 05 16:41:03.923 INFO O| Aug 05 16:41:03.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4691 | 2024-08-05T16:41:05.476Z | [ recovery-image] Aug 05 16:41:03.923 INFO O| Aug 05 16:41:03.923 INFO STEP 282 (remove_files) COMPLETE |
4692 | 2024-08-05T16:41:05.476Z | [ recovery-image] Aug 05 16:41:03.923 INFO O| Aug 05 16:41:03.923 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-08-05T16:41:05.479Z | [ recovery-image] Aug 05 16:41:03.933 INFO O| Aug 05 16:41:03.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4694 | 2024-08-05T16:41:05.479Z | [ recovery-image] Aug 05 16:41:03.934 INFO O| Aug 05 16:41:03.934 INFO STEP 283 (remove_files) COMPLETE |
4695 | 2024-08-05T16:41:05.479Z | [ recovery-image] Aug 05 16:41:03.934 INFO O| Aug 05 16:41:03.934 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-08-05T16:41:05.490Z | [ recovery-image] Aug 05 16:41:03.944 INFO O| Aug 05 16:41:03.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4697 | 2024-08-05T16:41:05.490Z | [ recovery-image] Aug 05 16:41:03.944 INFO O| Aug 05 16:41:03.944 INFO STEP 284 (remove_files) COMPLETE |
4698 | 2024-08-05T16:41:05.493Z | [ recovery-image] Aug 05 16:41:03.944 INFO O| Aug 05 16:41:03.944 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-08-05T16:41:05.501Z | [ recovery-image] Aug 05 16:41:03.955 INFO O| Aug 05 16:41:03.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4700 | 2024-08-05T16:41:05.503Z | [ recovery-image] Aug 05 16:41:03.955 INFO O| Aug 05 16:41:03.955 INFO STEP 285 (remove_files) COMPLETE |
4701 | 2024-08-05T16:41:05.504Z | [ recovery-image] Aug 05 16:41:03.956 INFO O| Aug 05 16:41:03.955 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-08-05T16:41:05.511Z | [ recovery-image] Aug 05 16:41:03.966 INFO O| Aug 05 16:41:03.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4703 | 2024-08-05T16:41:05.514Z | [ recovery-image] Aug 05 16:41:03.966 INFO O| Aug 05 16:41:03.966 INFO STEP 286 (remove_files) COMPLETE |
4704 | 2024-08-05T16:41:05.514Z | [ recovery-image] Aug 05 16:41:03.966 INFO O| Aug 05 16:41:03.966 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-08-05T16:41:05.524Z | [ recovery-image] Aug 05 16:41:03.976 INFO O| Aug 05 16:41:03.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4706 | 2024-08-05T16:41:05.524Z | [ recovery-image] Aug 05 16:41:03.976 INFO O| Aug 05 16:41:03.976 INFO STEP 287 (remove_files) COMPLETE |
4707 | 2024-08-05T16:41:05.524Z | [ recovery-image] Aug 05 16:41:03.976 INFO O| Aug 05 16:41:03.976 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-08-05T16:41:05.533Z | [ recovery-image] Aug 05 16:41:03.987 INFO O| Aug 05 16:41:03.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4709 | 2024-08-05T16:41:05.533Z | [ recovery-image] Aug 05 16:41:03.987 INFO O| Aug 05 16:41:03.987 INFO STEP 288 (remove_files) COMPLETE |
4710 | 2024-08-05T16:41:05.533Z | [ recovery-image] Aug 05 16:41:03.987 INFO O| Aug 05 16:41:03.987 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-08-05T16:41:05.544Z | [ recovery-image] Aug 05 16:41:03.997 INFO O| Aug 05 16:41:03.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4712 | 2024-08-05T16:41:05.544Z | [ recovery-image] Aug 05 16:41:03.997 INFO O| Aug 05 16:41:03.997 INFO STEP 289 (remove_files) COMPLETE |
4713 | 2024-08-05T16:41:05.544Z | [ recovery-image] Aug 05 16:41:03.997 INFO O| Aug 05 16:41:03.997 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-08-05T16:41:05.556Z | [ recovery-image] Aug 05 16:41:04.009 INFO O| Aug 05 16:41:04.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4715 | 2024-08-05T16:41:05.556Z | [ recovery-image] Aug 05 16:41:04.009 INFO O| Aug 05 16:41:04.009 INFO STEP 290 (remove_files) COMPLETE |
4716 | 2024-08-05T16:41:05.556Z | [ recovery-image] Aug 05 16:41:04.009 INFO O| Aug 05 16:41:04.009 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-08-05T16:41:05.567Z | [ recovery-image] Aug 05 16:41:04.020 INFO O| Aug 05 16:41:04.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4718 | 2024-08-05T16:41:05.567Z | [ recovery-image] Aug 05 16:41:04.020 INFO O| Aug 05 16:41:04.020 INFO STEP 291 (remove_files) COMPLETE |
4719 | 2024-08-05T16:41:05.567Z | [ recovery-image] Aug 05 16:41:04.020 INFO O| Aug 05 16:41:04.020 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-08-05T16:41:05.576Z | [ recovery-image] Aug 05 16:41:04.031 INFO O| Aug 05 16:41:04.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4721 | 2024-08-05T16:41:05.576Z | [ recovery-image] Aug 05 16:41:04.031 INFO O| Aug 05 16:41:04.031 INFO STEP 292 (remove_files) COMPLETE |
4722 | 2024-08-05T16:41:05.576Z | [ recovery-image] Aug 05 16:41:04.031 INFO O| Aug 05 16:41:04.031 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-08-05T16:41:05.586Z | [ recovery-image] Aug 05 16:41:04.041 INFO O| Aug 05 16:41:04.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4724 | 2024-08-05T16:41:05.589Z | [ recovery-image] Aug 05 16:41:04.042 INFO O| Aug 05 16:41:04.042 INFO STEP 293 (remove_files) COMPLETE |
4725 | 2024-08-05T16:41:05.589Z | [ recovery-image] Aug 05 16:41:04.042 INFO O| Aug 05 16:41:04.042 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-08-05T16:41:05.597Z | [ recovery-image] Aug 05 16:41:04.052 INFO O| Aug 05 16:41:04.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4727 | 2024-08-05T16:41:05.597Z | [ recovery-image] Aug 05 16:41:04.052 INFO O| Aug 05 16:41:04.052 INFO STEP 294 (remove_files) COMPLETE |
4728 | 2024-08-05T16:41:05.597Z | [ recovery-image] Aug 05 16:41:04.052 INFO O| Aug 05 16:41:04.052 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-08-05T16:41:05.608Z | [ recovery-image] Aug 05 16:41:04.062 INFO O| Aug 05 16:41:04.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4730 | 2024-08-05T16:41:05.608Z | [ recovery-image] Aug 05 16:41:04.063 INFO O| Aug 05 16:41:04.062 INFO STEP 295 (remove_files) COMPLETE |
4731 | 2024-08-05T16:41:05.608Z | [ recovery-image] Aug 05 16:41:04.063 INFO O| Aug 05 16:41:04.063 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-08-05T16:41:05.620Z | [ recovery-image] Aug 05 16:41:04.074 INFO O| Aug 05 16:41:04.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4733 | 2024-08-05T16:41:05.620Z | [ recovery-image] Aug 05 16:41:04.074 INFO O| Aug 05 16:41:04.074 INFO STEP 296 (remove_files) COMPLETE |
4734 | 2024-08-05T16:41:05.624Z | [ recovery-image] Aug 05 16:41:04.074 INFO O| Aug 05 16:41:04.074 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-08-05T16:41:05.631Z | [ recovery-image] Aug 05 16:41:04.085 INFO O| Aug 05 16:41:04.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4736 | 2024-08-05T16:41:05.631Z | [ recovery-image] Aug 05 16:41:04.085 INFO O| Aug 05 16:41:04.085 INFO STEP 297 (remove_files) COMPLETE |
4737 | 2024-08-05T16:41:05.631Z | [ recovery-image] Aug 05 16:41:04.085 INFO O| Aug 05 16:41:04.085 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2024-08-05T16:41:05.642Z | [ recovery-image] Aug 05 16:41:04.096 INFO O| Aug 05 16:41:04.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4739 | 2024-08-05T16:41:05.642Z | [ recovery-image] Aug 05 16:41:04.097 INFO O| Aug 05 16:41:04.097 INFO STEP 298 (remove_files) COMPLETE |
4740 | 2024-08-05T16:41:05.646Z | [ recovery-image] Aug 05 16:41:04.097 INFO O| Aug 05 16:41:04.097 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-08-05T16:41:05.653Z | [ recovery-image] Aug 05 16:41:04.108 INFO O| Aug 05 16:41:04.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4742 | 2024-08-05T16:41:05.653Z | [ recovery-image] Aug 05 16:41:04.108 INFO O| Aug 05 16:41:04.108 INFO STEP 299 (remove_files) COMPLETE |
4743 | 2024-08-05T16:41:05.653Z | [ recovery-image] Aug 05 16:41:04.108 INFO O| Aug 05 16:41:04.108 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-08-05T16:41:05.664Z | [ recovery-image] Aug 05 16:41:04.119 INFO O| Aug 05 16:41:04.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4745 | 2024-08-05T16:41:05.668Z | [ recovery-image] Aug 05 16:41:04.120 INFO O| Aug 05 16:41:04.120 INFO STEP 300 (remove_files) COMPLETE |
4746 | 2024-08-05T16:41:05.668Z | [ recovery-image] Aug 05 16:41:04.120 INFO O| Aug 05 16:41:04.120 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-08-05T16:41:05.676Z | [ recovery-image] Aug 05 16:41:04.131 INFO O| Aug 05 16:41:04.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4748 | 2024-08-05T16:41:05.679Z | [ recovery-image] Aug 05 16:41:04.131 INFO O| Aug 05 16:41:04.131 INFO STEP 301 (remove_files) COMPLETE |
4749 | 2024-08-05T16:41:05.679Z | [ recovery-image] Aug 05 16:41:04.131 INFO O| Aug 05 16:41:04.131 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-08-05T16:41:05.687Z | [ recovery-image] Aug 05 16:41:04.141 INFO O| Aug 05 16:41:04.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4751 | 2024-08-05T16:41:05.687Z | [ recovery-image] Aug 05 16:41:04.141 INFO O| Aug 05 16:41:04.141 INFO STEP 302 (remove_files) COMPLETE |
4752 | 2024-08-05T16:41:05.690Z | [ recovery-image] Aug 05 16:41:04.141 INFO O| Aug 05 16:41:04.141 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-08-05T16:41:05.698Z | [ recovery-image] Aug 05 16:41:04.153 INFO O| Aug 05 16:41:04.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4754 | 2024-08-05T16:41:05.698Z | [ recovery-image] Aug 05 16:41:04.153 INFO O| Aug 05 16:41:04.153 INFO STEP 303 (remove_files) COMPLETE |
4755 | 2024-08-05T16:41:05.698Z | [ recovery-image] Aug 05 16:41:04.153 INFO O| Aug 05 16:41:04.153 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-08-05T16:41:05.709Z | [ recovery-image] Aug 05 16:41:04.164 INFO O| Aug 05 16:41:04.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4757 | 2024-08-05T16:41:05.709Z | [ recovery-image] Aug 05 16:41:04.164 INFO O| Aug 05 16:41:04.164 INFO STEP 304 (remove_files) COMPLETE |
4758 | 2024-08-05T16:41:05.709Z | [ recovery-image] Aug 05 16:41:04.164 INFO O| Aug 05 16:41:04.164 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-08-05T16:41:05.720Z | [ recovery-image] Aug 05 16:41:04.174 INFO O| Aug 05 16:41:04.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4760 | 2024-08-05T16:41:05.723Z | [ recovery-image] Aug 05 16:41:04.174 INFO O| Aug 05 16:41:04.174 INFO STEP 305 (remove_files) COMPLETE |
4761 | 2024-08-05T16:41:05.723Z | [ recovery-image] Aug 05 16:41:04.174 INFO O| Aug 05 16:41:04.174 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-08-05T16:41:05.731Z | [ recovery-image] Aug 05 16:41:04.186 INFO O| Aug 05 16:41:04.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4763 | 2024-08-05T16:41:05.734Z | [ recovery-image] Aug 05 16:41:04.186 INFO O| Aug 05 16:41:04.186 INFO STEP 306 (remove_files) COMPLETE |
4764 | 2024-08-05T16:41:05.734Z | [ recovery-image] Aug 05 16:41:04.186 INFO O| Aug 05 16:41:04.186 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-08-05T16:41:05.741Z | [ recovery-image] Aug 05 16:41:04.196 INFO O| Aug 05 16:41:04.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4766 | 2024-08-05T16:41:05.741Z | [ recovery-image] Aug 05 16:41:04.196 INFO O| Aug 05 16:41:04.196 INFO STEP 307 (remove_files) COMPLETE |
4767 | 2024-08-05T16:41:05.745Z | [ recovery-image] Aug 05 16:41:04.196 INFO O| Aug 05 16:41:04.196 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-08-05T16:41:05.752Z | [ recovery-image] Aug 05 16:41:04.207 INFO O| Aug 05 16:41:04.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4769 | 2024-08-05T16:41:05.752Z | [ recovery-image] Aug 05 16:41:04.207 INFO O| Aug 05 16:41:04.207 INFO STEP 308 (remove_files) COMPLETE |
4770 | 2024-08-05T16:41:05.752Z | [ recovery-image] Aug 05 16:41:04.207 INFO O| Aug 05 16:41:04.207 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-08-05T16:41:05.764Z | [ recovery-image] Aug 05 16:41:04.219 INFO O| Aug 05 16:41:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4772 | 2024-08-05T16:41:05.764Z | [ recovery-image] Aug 05 16:41:04.219 INFO O| Aug 05 16:41:04.219 INFO STEP 309 (remove_files) COMPLETE |
4773 | 2024-08-05T16:41:05.767Z | [ recovery-image] Aug 05 16:41:04.219 INFO O| Aug 05 16:41:04.219 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-08-05T16:41:05.776Z | [ recovery-image] Aug 05 16:41:04.230 INFO O| Aug 05 16:41:04.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4775 | 2024-08-05T16:41:05.776Z | [ recovery-image] Aug 05 16:41:04.230 INFO O| Aug 05 16:41:04.230 INFO STEP 310 (remove_files) COMPLETE |
4776 | 2024-08-05T16:41:05.778Z | [ recovery-image] Aug 05 16:41:04.230 INFO O| Aug 05 16:41:04.230 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-08-05T16:41:05.789Z | [ recovery-image] Aug 05 16:41:04.244 INFO O| Aug 05 16:41:04.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4778 | 2024-08-05T16:41:05.789Z | [ recovery-image] Aug 05 16:41:04.244 INFO O| Aug 05 16:41:04.244 INFO STEP 311 (remove_files) COMPLETE |
4779 | 2024-08-05T16:41:05.792Z | [ recovery-image] Aug 05 16:41:04.244 INFO O| Aug 05 16:41:04.244 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-08-05T16:41:05.801Z | [ recovery-image] Aug 05 16:41:04.255 INFO O| Aug 05 16:41:04.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4781 | 2024-08-05T16:41:05.801Z | [ recovery-image] Aug 05 16:41:04.255 INFO O| Aug 05 16:41:04.255 INFO STEP 312 (remove_files) COMPLETE |
4782 | 2024-08-05T16:41:05.801Z | [ recovery-image] Aug 05 16:41:04.255 INFO O| Aug 05 16:41:04.255 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-08-05T16:41:05.813Z | [ recovery-image] Aug 05 16:41:04.267 INFO O| Aug 05 16:41:04.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4784 | 2024-08-05T16:41:05.813Z | [ recovery-image] Aug 05 16:41:04.267 INFO O| Aug 05 16:41:04.267 INFO STEP 313 (remove_files) COMPLETE |
4785 | 2024-08-05T16:41:05.816Z | [ recovery-image] Aug 05 16:41:04.267 INFO O| Aug 05 16:41:04.267 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-08-05T16:41:05.827Z | [ recovery-image] Aug 05 16:41:04.281 INFO O| Aug 05 16:41:04.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4787 | 2024-08-05T16:41:05.827Z | [ recovery-image] Aug 05 16:41:04.282 INFO O| Aug 05 16:41:04.281 INFO STEP 314 (remove_files) COMPLETE |
4788 | 2024-08-05T16:41:05.827Z | [ recovery-image] Aug 05 16:41:04.282 INFO O| Aug 05 16:41:04.282 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-08-05T16:41:05.840Z | [ recovery-image] Aug 05 16:41:04.294 INFO O| Aug 05 16:41:04.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4790 | 2024-08-05T16:41:05.843Z | [ recovery-image] Aug 05 16:41:04.294 INFO O| Aug 05 16:41:04.294 INFO STEP 315 (remove_files) COMPLETE |
4791 | 2024-08-05T16:41:05.843Z | [ recovery-image] Aug 05 16:41:04.294 INFO O| Aug 05 16:41:04.294 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-08-05T16:41:05.852Z | [ recovery-image] Aug 05 16:41:04.307 INFO O| Aug 05 16:41:04.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4793 | 2024-08-05T16:41:05.852Z | [ recovery-image] Aug 05 16:41:04.307 INFO O| Aug 05 16:41:04.307 INFO STEP 316 (remove_files) COMPLETE |
4794 | 2024-08-05T16:41:05.852Z | [ recovery-image] Aug 05 16:41:04.307 INFO O| Aug 05 16:41:04.307 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-08-05T16:41:05.865Z | [ recovery-image] Aug 05 16:41:04.320 INFO O| Aug 05 16:41:04.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4796 | 2024-08-05T16:41:05.865Z | [ recovery-image] Aug 05 16:41:04.320 INFO O| Aug 05 16:41:04.320 INFO STEP 317 (remove_files) COMPLETE |
4797 | 2024-08-05T16:41:05.865Z | [ recovery-image] Aug 05 16:41:04.320 INFO O| Aug 05 16:41:04.320 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-08-05T16:41:05.877Z | [ recovery-image] Aug 05 16:41:04.332 INFO O| Aug 05 16:41:04.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4799 | 2024-08-05T16:41:05.877Z | [ recovery-image] Aug 05 16:41:04.332 INFO O| Aug 05 16:41:04.332 INFO STEP 318 (remove_files) COMPLETE |
4800 | 2024-08-05T16:41:05.880Z | [ recovery-image] Aug 05 16:41:04.332 INFO O| Aug 05 16:41:04.332 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-08-05T16:41:05.889Z | [ recovery-image] Aug 05 16:41:04.343 INFO O| Aug 05 16:41:04.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4802 | 2024-08-05T16:41:05.889Z | [ recovery-image] Aug 05 16:41:04.343 INFO O| Aug 05 16:41:04.343 INFO STEP 319 (remove_files) COMPLETE |
4803 | 2024-08-05T16:41:05.889Z | [ recovery-image] Aug 05 16:41:04.343 INFO O| Aug 05 16:41:04.343 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-08-05T16:41:05.900Z | [ recovery-image] Aug 05 16:41:04.355 INFO O| Aug 05 16:41:04.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4805 | 2024-08-05T16:41:05.903Z | [ recovery-image] Aug 05 16:41:04.355 INFO O| Aug 05 16:41:04.355 INFO STEP 320 (remove_files) COMPLETE |
4806 | 2024-08-05T16:41:05.903Z | [ recovery-image] Aug 05 16:41:04.355 INFO O| Aug 05 16:41:04.355 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-08-05T16:41:05.912Z | [ recovery-image] Aug 05 16:41:04.366 INFO O| Aug 05 16:41:04.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4808 | 2024-08-05T16:41:05.912Z | [ recovery-image] Aug 05 16:41:04.366 INFO O| Aug 05 16:41:04.366 INFO STEP 321 (remove_files) COMPLETE |
4809 | 2024-08-05T16:41:05.912Z | [ recovery-image] Aug 05 16:41:04.366 INFO O| Aug 05 16:41:04.366 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-08-05T16:41:05.924Z | [ recovery-image] Aug 05 16:41:04.378 INFO O| Aug 05 16:41:04.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4811 | 2024-08-05T16:41:05.924Z | [ recovery-image] Aug 05 16:41:04.378 INFO O| Aug 05 16:41:04.378 INFO STEP 322 (remove_files) COMPLETE |
4812 | 2024-08-05T16:41:05.924Z | [ recovery-image] Aug 05 16:41:04.378 INFO O| Aug 05 16:41:04.378 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-08-05T16:41:05.936Z | [ recovery-image] Aug 05 16:41:04.389 INFO O| Aug 05 16:41:04.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4814 | 2024-08-05T16:41:05.936Z | [ recovery-image] Aug 05 16:41:04.389 INFO O| Aug 05 16:41:04.389 INFO STEP 323 (remove_files) COMPLETE |
4815 | 2024-08-05T16:41:05.939Z | [ recovery-image] Aug 05 16:41:04.389 INFO O| Aug 05 16:41:04.389 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-08-05T16:41:05.946Z | [ recovery-image] Aug 05 16:41:04.401 INFO O| Aug 05 16:41:04.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4817 | 2024-08-05T16:41:05.946Z | [ recovery-image] Aug 05 16:41:04.401 INFO O| Aug 05 16:41:04.401 INFO STEP 324 (remove_files) COMPLETE |
4818 | 2024-08-05T16:41:05.949Z | [ recovery-image] Aug 05 16:41:04.401 INFO O| Aug 05 16:41:04.401 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-08-05T16:41:05.957Z | [ recovery-image] Aug 05 16:41:04.411 INFO O| Aug 05 16:41:04.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4820 | 2024-08-05T16:41:05.959Z | [ recovery-image] Aug 05 16:41:04.412 INFO O| Aug 05 16:41:04.411 INFO STEP 325 (remove_files) COMPLETE |
4821 | 2024-08-05T16:41:05.959Z | [ recovery-image] Aug 05 16:41:04.412 INFO O| Aug 05 16:41:04.411 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-08-05T16:41:05.967Z | [ recovery-image] Aug 05 16:41:04.422 INFO O| Aug 05 16:41:04.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4823 | 2024-08-05T16:41:05.970Z | [ recovery-image] Aug 05 16:41:04.422 INFO O| Aug 05 16:41:04.422 INFO STEP 326 (remove_files) COMPLETE |
4824 | 2024-08-05T16:41:05.970Z | [ recovery-image] Aug 05 16:41:04.422 INFO O| Aug 05 16:41:04.422 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-08-05T16:41:05.977Z | [ recovery-image] Aug 05 16:41:04.432 INFO O| Aug 05 16:41:04.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4826 | 2024-08-05T16:41:05.980Z | [ recovery-image] Aug 05 16:41:04.432 INFO O| Aug 05 16:41:04.432 INFO STEP 327 (remove_files) COMPLETE |
4827 | 2024-08-05T16:41:05.980Z | [ recovery-image] Aug 05 16:41:04.432 INFO O| Aug 05 16:41:04.432 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-08-05T16:41:05.987Z | [ recovery-image] Aug 05 16:41:04.442 INFO O| Aug 05 16:41:04.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4829 | 2024-08-05T16:41:05.987Z | [ recovery-image] Aug 05 16:41:04.442 INFO O| Aug 05 16:41:04.442 INFO STEP 328 (remove_files) COMPLETE |
4830 | 2024-08-05T16:41:05.990Z | [ recovery-image] Aug 05 16:41:04.442 INFO O| Aug 05 16:41:04.442 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-08-05T16:41:05.997Z | [ recovery-image] Aug 05 16:41:04.452 INFO O| Aug 05 16:41:04.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4832 | 2024-08-05T16:41:05.997Z | [ recovery-image] Aug 05 16:41:04.452 INFO O| Aug 05 16:41:04.452 INFO STEP 329 (remove_files) COMPLETE |
4833 | 2024-08-05T16:41:06.000Z | [ recovery-image] Aug 05 16:41:04.452 INFO O| Aug 05 16:41:04.452 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-08-05T16:41:06.007Z | [ recovery-image] Aug 05 16:41:04.462 INFO O| Aug 05 16:41:04.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4835 | 2024-08-05T16:41:06.008Z | [ recovery-image] Aug 05 16:41:04.462 INFO O| Aug 05 16:41:04.462 INFO STEP 330 (remove_files) COMPLETE |
4836 | 2024-08-05T16:41:06.010Z | [ recovery-image] Aug 05 16:41:04.462 INFO O| Aug 05 16:41:04.462 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-08-05T16:41:06.017Z | [ recovery-image] Aug 05 16:41:04.472 INFO O| Aug 05 16:41:04.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4838 | 2024-08-05T16:41:06.017Z | [ recovery-image] Aug 05 16:41:04.472 INFO O| Aug 05 16:41:04.472 INFO STEP 331 (remove_files) COMPLETE |
4839 | 2024-08-05T16:41:06.020Z | [ recovery-image] Aug 05 16:41:04.472 INFO O| Aug 05 16:41:04.472 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-08-05T16:41:06.027Z | [ recovery-image] Aug 05 16:41:04.482 INFO O| Aug 05 16:41:04.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4841 | 2024-08-05T16:41:06.027Z | [ recovery-image] Aug 05 16:41:04.482 INFO O| Aug 05 16:41:04.482 INFO STEP 332 (remove_files) COMPLETE |
4842 | 2024-08-05T16:41:06.027Z | [ recovery-image] Aug 05 16:41:04.482 INFO O| Aug 05 16:41:04.482 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-08-05T16:41:06.038Z | [ recovery-image] Aug 05 16:41:04.492 INFO O| Aug 05 16:41:04.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4844 | 2024-08-05T16:41:06.041Z | [ recovery-image] Aug 05 16:41:04.492 INFO O| Aug 05 16:41:04.492 INFO STEP 333 (remove_files) COMPLETE |
4845 | 2024-08-05T16:41:06.041Z | [ recovery-image] Aug 05 16:41:04.492 INFO O| Aug 05 16:41:04.492 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-08-05T16:41:06.047Z | [ recovery-image] Aug 05 16:41:04.502 INFO O| Aug 05 16:41:04.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4847 | 2024-08-05T16:41:06.047Z | [ recovery-image] Aug 05 16:41:04.502 INFO O| Aug 05 16:41:04.502 INFO STEP 334 (remove_files) COMPLETE |
4848 | 2024-08-05T16:41:06.051Z | [ recovery-image] Aug 05 16:41:04.502 INFO O| Aug 05 16:41:04.502 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-08-05T16:41:06.057Z | [ recovery-image] Aug 05 16:41:04.512 INFO O| Aug 05 16:41:04.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4850 | 2024-08-05T16:41:06.060Z | [ recovery-image] Aug 05 16:41:04.512 INFO O| Aug 05 16:41:04.512 INFO STEP 335 (remove_files) COMPLETE |
4851 | 2024-08-05T16:41:06.060Z | [ recovery-image] Aug 05 16:41:04.512 INFO O| Aug 05 16:41:04.512 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-08-05T16:41:06.067Z | [ recovery-image] Aug 05 16:41:04.522 INFO O| Aug 05 16:41:04.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4853 | 2024-08-05T16:41:06.067Z | [ recovery-image] Aug 05 16:41:04.522 INFO O| Aug 05 16:41:04.522 INFO STEP 336 (remove_files) COMPLETE |
4854 | 2024-08-05T16:41:06.067Z | [ recovery-image] Aug 05 16:41:04.522 INFO O| Aug 05 16:41:04.522 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-08-05T16:41:06.077Z | [ recovery-image] Aug 05 16:41:04.532 INFO O| Aug 05 16:41:04.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4856 | 2024-08-05T16:41:06.077Z | [ recovery-image] Aug 05 16:41:04.532 INFO O| Aug 05 16:41:04.532 INFO STEP 337 (remove_files) COMPLETE |
4857 | 2024-08-05T16:41:06.078Z | [ recovery-image] Aug 05 16:41:04.532 INFO O| Aug 05 16:41:04.532 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-08-05T16:41:06.087Z | [ recovery-image] Aug 05 16:41:04.542 INFO O| Aug 05 16:41:04.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4859 | 2024-08-05T16:41:06.087Z | [ recovery-image] Aug 05 16:41:04.542 INFO O| Aug 05 16:41:04.542 INFO STEP 338 (remove_files) COMPLETE |
4860 | 2024-08-05T16:41:06.087Z | [ recovery-image] Aug 05 16:41:04.542 INFO O| Aug 05 16:41:04.542 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-08-05T16:41:06.098Z | [ recovery-image] Aug 05 16:41:04.552 INFO O| Aug 05 16:41:04.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4862 | 2024-08-05T16:41:06.098Z | [ recovery-image] Aug 05 16:41:04.552 INFO O| Aug 05 16:41:04.552 INFO STEP 339 (remove_files) COMPLETE |
4863 | 2024-08-05T16:41:06.098Z | [ recovery-image] Aug 05 16:41:04.552 INFO O| Aug 05 16:41:04.552 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-08-05T16:41:06.108Z | [ recovery-image] Aug 05 16:41:04.563 INFO O| Aug 05 16:41:04.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4865 | 2024-08-05T16:41:06.111Z | [ recovery-image] Aug 05 16:41:04.563 INFO O| Aug 05 16:41:04.563 INFO STEP 340 (remove_files) COMPLETE |
4866 | 2024-08-05T16:41:06.111Z | [ recovery-image] Aug 05 16:41:04.563 INFO O| Aug 05 16:41:04.563 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-08-05T16:41:06.119Z | [ recovery-image] Aug 05 16:41:04.573 INFO O| Aug 05 16:41:04.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4868 | 2024-08-05T16:41:06.119Z | [ recovery-image] Aug 05 16:41:04.573 INFO O| Aug 05 16:41:04.573 INFO STEP 341 (remove_files) COMPLETE |
4869 | 2024-08-05T16:41:06.125Z | [ recovery-image] Aug 05 16:41:04.573 INFO O| Aug 05 16:41:04.573 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-08-05T16:41:06.129Z | [ recovery-image] Aug 05 16:41:04.583 INFO O| Aug 05 16:41:04.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4871 | 2024-08-05T16:41:06.129Z | [ recovery-image] Aug 05 16:41:04.583 INFO O| Aug 05 16:41:04.583 INFO STEP 342 (remove_files) COMPLETE |
4872 | 2024-08-05T16:41:06.132Z | [ recovery-image] Aug 05 16:41:04.583 INFO O| Aug 05 16:41:04.583 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-08-05T16:41:06.139Z | [ recovery-image] Aug 05 16:41:04.594 INFO O| Aug 05 16:41:04.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4874 | 2024-08-05T16:41:06.139Z | [ recovery-image] Aug 05 16:41:04.594 INFO O| Aug 05 16:41:04.594 INFO STEP 343 (remove_files) COMPLETE |
4875 | 2024-08-05T16:41:06.142Z | [ recovery-image] Aug 05 16:41:04.594 INFO O| Aug 05 16:41:04.594 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-08-05T16:41:06.149Z | [ recovery-image] Aug 05 16:41:04.604 INFO O| Aug 05 16:41:04.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4877 | 2024-08-05T16:41:06.150Z | [ recovery-image] Aug 05 16:41:04.604 INFO O| Aug 05 16:41:04.604 INFO STEP 344 (remove_files) COMPLETE |
4878 | 2024-08-05T16:41:06.153Z | [ recovery-image] Aug 05 16:41:04.604 INFO O| Aug 05 16:41:04.604 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-08-05T16:41:06.160Z | [ recovery-image] Aug 05 16:41:04.615 INFO O| Aug 05 16:41:04.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4880 | 2024-08-05T16:41:06.163Z | [ recovery-image] Aug 05 16:41:04.615 INFO O| Aug 05 16:41:04.615 INFO STEP 345 (remove_files) COMPLETE |
4881 | 2024-08-05T16:41:06.163Z | [ recovery-image] Aug 05 16:41:04.615 INFO O| Aug 05 16:41:04.615 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-08-05T16:41:06.171Z | [ recovery-image] Aug 05 16:41:04.626 INFO O| Aug 05 16:41:04.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4883 | 2024-08-05T16:41:06.174Z | [ recovery-image] Aug 05 16:41:04.626 INFO O| Aug 05 16:41:04.626 INFO STEP 346 (remove_files) COMPLETE |
4884 | 2024-08-05T16:41:06.174Z | [ recovery-image] Aug 05 16:41:04.626 INFO O| Aug 05 16:41:04.626 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-08-05T16:41:06.181Z | [ recovery-image] Aug 05 16:41:04.636 INFO O| Aug 05 16:41:04.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4886 | 2024-08-05T16:41:06.181Z | [ recovery-image] Aug 05 16:41:04.636 INFO O| Aug 05 16:41:04.636 INFO STEP 347 (remove_files) COMPLETE |
4887 | 2024-08-05T16:41:06.184Z | [ recovery-image] Aug 05 16:41:04.636 INFO O| Aug 05 16:41:04.636 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-08-05T16:41:06.191Z | [ recovery-image] Aug 05 16:41:04.646 INFO O| Aug 05 16:41:04.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4889 | 2024-08-05T16:41:06.191Z | [ recovery-image] Aug 05 16:41:04.646 INFO O| Aug 05 16:41:04.646 INFO STEP 348 (remove_files) COMPLETE |
4890 | 2024-08-05T16:41:06.191Z | [ recovery-image] Aug 05 16:41:04.646 INFO O| Aug 05 16:41:04.646 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-08-05T16:41:06.201Z | [ recovery-image] Aug 05 16:41:04.656 INFO O| Aug 05 16:41:04.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4892 | 2024-08-05T16:41:06.201Z | [ recovery-image] Aug 05 16:41:04.656 INFO O| Aug 05 16:41:04.656 INFO STEP 349 (remove_files) COMPLETE |
4893 | 2024-08-05T16:41:06.204Z | [ recovery-image] Aug 05 16:41:04.656 INFO O| Aug 05 16:41:04.656 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-08-05T16:41:06.211Z | [ recovery-image] Aug 05 16:41:04.666 INFO O| Aug 05 16:41:04.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4895 | 2024-08-05T16:41:06.211Z | [ recovery-image] Aug 05 16:41:04.666 INFO O| Aug 05 16:41:04.666 INFO STEP 350 (remove_files) COMPLETE |
4896 | 2024-08-05T16:41:06.211Z | [ recovery-image] Aug 05 16:41:04.666 INFO O| Aug 05 16:41:04.666 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-08-05T16:41:06.221Z | [ recovery-image] Aug 05 16:41:04.676 INFO O| Aug 05 16:41:04.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4898 | 2024-08-05T16:41:06.221Z | [ recovery-image] Aug 05 16:41:04.676 INFO O| Aug 05 16:41:04.676 INFO STEP 351 (remove_files) COMPLETE |
4899 | 2024-08-05T16:41:06.221Z | [ recovery-image] Aug 05 16:41:04.676 INFO O| Aug 05 16:41:04.676 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-08-05T16:41:06.231Z | [ recovery-image] Aug 05 16:41:04.686 INFO O| Aug 05 16:41:04.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4901 | 2024-08-05T16:41:06.234Z | [ recovery-image] Aug 05 16:41:04.686 INFO O| Aug 05 16:41:04.686 INFO STEP 352 (remove_files) COMPLETE |
4902 | 2024-08-05T16:41:06.234Z | [ recovery-image] Aug 05 16:41:04.686 INFO O| Aug 05 16:41:04.686 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-08-05T16:41:06.241Z | [ recovery-image] Aug 05 16:41:04.696 INFO O| Aug 05 16:41:04.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4904 | 2024-08-05T16:41:06.241Z | [ recovery-image] Aug 05 16:41:04.696 INFO O| Aug 05 16:41:04.696 INFO STEP 353 (remove_files) COMPLETE |
4905 | 2024-08-05T16:41:06.242Z | [ recovery-image] Aug 05 16:41:04.696 INFO O| Aug 05 16:41:04.696 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2024-08-05T16:41:06.251Z | [ recovery-image] Aug 05 16:41:04.706 INFO O| Aug 05 16:41:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4907 | 2024-08-05T16:41:06.252Z | [ recovery-image] Aug 05 16:41:04.706 INFO O| Aug 05 16:41:04.706 INFO STEP 354 (remove_files) COMPLETE |
4908 | 2024-08-05T16:41:06.254Z | [ recovery-image] Aug 05 16:41:04.706 INFO O| Aug 05 16:41:04.706 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-08-05T16:41:06.261Z | [ recovery-image] Aug 05 16:41:04.716 INFO O| Aug 05 16:41:04.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4910 | 2024-08-05T16:41:06.264Z | [ recovery-image] Aug 05 16:41:04.716 INFO O| Aug 05 16:41:04.716 INFO STEP 355 (remove_files) COMPLETE |
4911 | 2024-08-05T16:41:06.264Z | [ recovery-image] Aug 05 16:41:04.716 INFO O| Aug 05 16:41:04.716 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-08-05T16:41:06.271Z | [ recovery-image] Aug 05 16:41:04.726 INFO O| Aug 05 16:41:04.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4913 | 2024-08-05T16:41:06.271Z | [ recovery-image] Aug 05 16:41:04.726 INFO O| Aug 05 16:41:04.726 INFO STEP 356 (remove_files) COMPLETE |
4914 | 2024-08-05T16:41:06.271Z | [ recovery-image] Aug 05 16:41:04.726 INFO O| Aug 05 16:41:04.726 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-08-05T16:41:06.281Z | [ recovery-image] Aug 05 16:41:04.736 INFO O| Aug 05 16:41:04.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4916 | 2024-08-05T16:41:06.281Z | [ recovery-image] Aug 05 16:41:04.736 INFO O| Aug 05 16:41:04.736 INFO STEP 357 (remove_files) COMPLETE |
4917 | 2024-08-05T16:41:06.284Z | [ recovery-image] Aug 05 16:41:04.736 INFO O| Aug 05 16:41:04.736 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-08-05T16:41:06.291Z | [ recovery-image] Aug 05 16:41:04.746 INFO O| Aug 05 16:41:04.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4919 | 2024-08-05T16:41:06.291Z | [ recovery-image] Aug 05 16:41:04.746 INFO O| Aug 05 16:41:04.746 INFO STEP 358 (remove_files) COMPLETE |
4920 | 2024-08-05T16:41:06.291Z | [ recovery-image] Aug 05 16:41:04.746 INFO O| Aug 05 16:41:04.746 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-08-05T16:41:06.301Z | [ recovery-image] Aug 05 16:41:04.756 INFO O| Aug 05 16:41:04.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4922 | 2024-08-05T16:41:06.301Z | [ recovery-image] Aug 05 16:41:04.756 INFO O| Aug 05 16:41:04.756 INFO STEP 359 (remove_files) COMPLETE |
4923 | 2024-08-05T16:41:06.301Z | [ recovery-image] Aug 05 16:41:04.756 INFO O| Aug 05 16:41:04.756 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-08-05T16:41:06.311Z | [ recovery-image] Aug 05 16:41:04.766 INFO O| Aug 05 16:41:04.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4925 | 2024-08-05T16:41:06.311Z | [ recovery-image] Aug 05 16:41:04.766 INFO O| Aug 05 16:41:04.766 INFO STEP 360 (remove_files) COMPLETE |
4926 | 2024-08-05T16:41:06.314Z | [ recovery-image] Aug 05 16:41:04.766 INFO O| Aug 05 16:41:04.766 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-08-05T16:41:06.321Z | [ recovery-image] Aug 05 16:41:04.776 INFO O| Aug 05 16:41:04.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4928 | 2024-08-05T16:41:06.321Z | [ recovery-image] Aug 05 16:41:04.776 INFO O| Aug 05 16:41:04.776 INFO STEP 361 (remove_files) COMPLETE |
4929 | 2024-08-05T16:41:06.324Z | [ recovery-image] Aug 05 16:41:04.776 INFO O| Aug 05 16:41:04.776 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-08-05T16:41:06.331Z | [ recovery-image] Aug 05 16:41:04.786 INFO O| Aug 05 16:41:04.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
4931 | 2024-08-05T16:41:06.331Z | [ recovery-image] Aug 05 16:41:04.786 INFO O| Aug 05 16:41:04.786 INFO STEP 362 (remove_files) COMPLETE |
4932 | 2024-08-05T16:41:06.331Z | [ recovery-image] Aug 05 16:41:04.786 INFO O| Aug 05 16:41:04.786 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-08-05T16:41:06.342Z | [ recovery-image] Aug 05 16:41:04.796 INFO O| Aug 05 16:41:04.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
4934 | 2024-08-05T16:41:06.342Z | [ recovery-image] Aug 05 16:41:04.796 INFO O| Aug 05 16:41:04.796 INFO STEP 363 (remove_files) COMPLETE |
4935 | 2024-08-05T16:41:06.342Z | [ recovery-image] Aug 05 16:41:04.796 INFO O| Aug 05 16:41:04.796 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-08-05T16:41:06.352Z | [ recovery-image] Aug 05 16:41:04.807 INFO O| Aug 05 16:41:04.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
4937 | 2024-08-05T16:41:06.352Z | [ recovery-image] Aug 05 16:41:04.807 INFO O| Aug 05 16:41:04.807 INFO STEP 364 (remove_files) COMPLETE |
4938 | 2024-08-05T16:41:06.352Z | [ recovery-image] Aug 05 16:41:04.807 INFO O| Aug 05 16:41:04.807 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2024-08-05T16:41:06.362Z | [ recovery-image] Aug 05 16:41:04.817 INFO O| Aug 05 16:41:04.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
4940 | 2024-08-05T16:41:06.362Z | [ recovery-image] Aug 05 16:41:04.817 INFO O| Aug 05 16:41:04.817 INFO STEP 365 (remove_files) COMPLETE |
4941 | 2024-08-05T16:41:06.365Z | [ recovery-image] Aug 05 16:41:04.817 INFO O| Aug 05 16:41:04.817 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2024-08-05T16:41:06.372Z | [ recovery-image] Aug 05 16:41:04.827 INFO O| Aug 05 16:41:04.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
4943 | 2024-08-05T16:41:06.372Z | [ recovery-image] Aug 05 16:41:04.827 INFO O| Aug 05 16:41:04.827 INFO STEP 366 (remove_files) COMPLETE |
4944 | 2024-08-05T16:41:06.373Z | [ recovery-image] Aug 05 16:41:04.827 INFO O| Aug 05 16:41:04.827 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2024-08-05T16:41:06.382Z | [ recovery-image] Aug 05 16:41:04.837 INFO O| Aug 05 16:41:04.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
4946 | 2024-08-05T16:41:06.383Z | [ recovery-image] Aug 05 16:41:04.837 INFO O| Aug 05 16:41:04.837 INFO STEP 367 (remove_files) COMPLETE |
4947 | 2024-08-05T16:41:06.383Z | [ recovery-image] Aug 05 16:41:04.837 INFO O| Aug 05 16:41:04.837 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2024-08-05T16:41:06.393Z | [ recovery-image] Aug 05 16:41:04.847 INFO O| Aug 05 16:41:04.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
4949 | 2024-08-05T16:41:06.393Z | [ recovery-image] Aug 05 16:41:04.847 INFO O| Aug 05 16:41:04.847 INFO STEP 368 (remove_files) COMPLETE |
4950 | 2024-08-05T16:41:06.393Z | [ recovery-image] Aug 05 16:41:04.847 INFO O| Aug 05 16:41:04.847 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2024-08-05T16:41:06.402Z | [ recovery-image] Aug 05 16:41:04.857 INFO O| Aug 05 16:41:04.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
4952 | 2024-08-05T16:41:06.402Z | [ recovery-image] Aug 05 16:41:04.857 INFO O| Aug 05 16:41:04.857 INFO STEP 369 (remove_files) COMPLETE |
4953 | 2024-08-05T16:41:06.405Z | [ recovery-image] Aug 05 16:41:04.857 INFO O| Aug 05 16:41:04.857 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2024-08-05T16:41:06.412Z | [ recovery-image] Aug 05 16:41:04.867 INFO O| Aug 05 16:41:04.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
4955 | 2024-08-05T16:41:06.412Z | [ recovery-image] Aug 05 16:41:04.867 INFO O| Aug 05 16:41:04.867 INFO STEP 370 (remove_files) COMPLETE |
4956 | 2024-08-05T16:41:06.415Z | [ recovery-image] Aug 05 16:41:04.867 INFO O| Aug 05 16:41:04.867 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-08-05T16:41:06.422Z | [ recovery-image] Aug 05 16:41:04.876 INFO O| Aug 05 16:41:04.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
4958 | 2024-08-05T16:41:06.422Z | [ recovery-image] Aug 05 16:41:04.877 INFO O| Aug 05 16:41:04.876 INFO STEP 371 (remove_files) COMPLETE |
4959 | 2024-08-05T16:41:06.422Z | [ recovery-image] Aug 05 16:41:04.877 INFO O| Aug 05 16:41:04.876 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-08-05T16:41:06.432Z | [ recovery-image] Aug 05 16:41:04.887 INFO O| Aug 05 16:41:04.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
4961 | 2024-08-05T16:41:06.432Z | [ recovery-image] Aug 05 16:41:04.887 INFO O| Aug 05 16:41:04.887 INFO STEP 372 (remove_files) COMPLETE |
4962 | 2024-08-05T16:41:06.432Z | [ recovery-image] Aug 05 16:41:04.887 INFO O| Aug 05 16:41:04.887 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2024-08-05T16:41:06.442Z | [ recovery-image] Aug 05 16:41:04.897 INFO O| Aug 05 16:41:04.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
4964 | 2024-08-05T16:41:06.442Z | [ recovery-image] Aug 05 16:41:04.897 INFO O| Aug 05 16:41:04.897 INFO STEP 373 (remove_files) COMPLETE |
4965 | 2024-08-05T16:41:06.445Z | [ recovery-image] Aug 05 16:41:04.897 INFO O| Aug 05 16:41:04.897 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2024-08-05T16:41:06.452Z | [ recovery-image] Aug 05 16:41:04.907 INFO O| Aug 05 16:41:04.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
4967 | 2024-08-05T16:41:06.452Z | [ recovery-image] Aug 05 16:41:04.907 INFO O| Aug 05 16:41:04.907 INFO STEP 374 (remove_files) COMPLETE |
4968 | 2024-08-05T16:41:06.455Z | [ recovery-image] Aug 05 16:41:04.907 INFO O| Aug 05 16:41:04.907 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-08-05T16:41:06.462Z | [ recovery-image] Aug 05 16:41:04.917 INFO O| Aug 05 16:41:04.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
4970 | 2024-08-05T16:41:06.462Z | [ recovery-image] Aug 05 16:41:04.917 INFO O| Aug 05 16:41:04.917 INFO STEP 375 (remove_files) COMPLETE |
4971 | 2024-08-05T16:41:06.465Z | [ recovery-image] Aug 05 16:41:04.917 INFO O| Aug 05 16:41:04.917 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-08-05T16:41:06.472Z | [ recovery-image] Aug 05 16:41:04.927 INFO O| Aug 05 16:41:04.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
4973 | 2024-08-05T16:41:06.472Z | [ recovery-image] Aug 05 16:41:04.927 INFO O| Aug 05 16:41:04.927 INFO STEP 376 (remove_files) COMPLETE |
4974 | 2024-08-05T16:41:06.475Z | [ recovery-image] Aug 05 16:41:04.927 INFO O| Aug 05 16:41:04.927 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-08-05T16:41:06.482Z | [ recovery-image] Aug 05 16:41:04.936 INFO O| Aug 05 16:41:04.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
4976 | 2024-08-05T16:41:06.485Z | [ recovery-image] Aug 05 16:41:04.937 INFO O| Aug 05 16:41:04.937 INFO STEP 377 (remove_files) COMPLETE |
4977 | 2024-08-05T16:41:06.485Z | [ recovery-image] Aug 05 16:41:04.937 INFO O| Aug 05 16:41:04.937 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-08-05T16:41:06.492Z | [ recovery-image] Aug 05 16:41:04.947 INFO O| Aug 05 16:41:04.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
4979 | 2024-08-05T16:41:06.492Z | [ recovery-image] Aug 05 16:41:04.947 INFO O| Aug 05 16:41:04.947 INFO STEP 378 (remove_files) COMPLETE |
4980 | 2024-08-05T16:41:06.495Z | [ recovery-image] Aug 05 16:41:04.947 INFO O| Aug 05 16:41:04.947 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-08-05T16:41:06.503Z | [ recovery-image] Aug 05 16:41:04.958 INFO O| Aug 05 16:41:04.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
4982 | 2024-08-05T16:41:06.507Z | [ recovery-image] Aug 05 16:41:04.958 INFO O| Aug 05 16:41:04.958 INFO STEP 379 (remove_files) COMPLETE |
4983 | 2024-08-05T16:41:06.507Z | [ recovery-image] Aug 05 16:41:04.958 INFO O| Aug 05 16:41:04.958 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-08-05T16:41:06.514Z | [ recovery-image] Aug 05 16:41:04.968 INFO O| Aug 05 16:41:04.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
4985 | 2024-08-05T16:41:06.517Z | [ recovery-image] Aug 05 16:41:04.968 INFO O| Aug 05 16:41:04.968 INFO STEP 380 (remove_files) COMPLETE |
4986 | 2024-08-05T16:41:06.517Z | [ recovery-image] Aug 05 16:41:04.968 INFO O| Aug 05 16:41:04.968 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-08-05T16:41:06.524Z | [ recovery-image] Aug 05 16:41:04.978 INFO O| Aug 05 16:41:04.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
4988 | 2024-08-05T16:41:06.527Z | [ recovery-image] Aug 05 16:41:04.978 INFO O| Aug 05 16:41:04.978 INFO STEP 381 (remove_files) COMPLETE |
4989 | 2024-08-05T16:41:06.527Z | [ recovery-image] Aug 05 16:41:04.978 INFO O| Aug 05 16:41:04.978 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-08-05T16:41:06.534Z | [ recovery-image] Aug 05 16:41:04.988 INFO O| Aug 05 16:41:04.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
4991 | 2024-08-05T16:41:06.534Z | [ recovery-image] Aug 05 16:41:04.989 INFO O| Aug 05 16:41:04.988 INFO STEP 382 (remove_files) COMPLETE |
4992 | 2024-08-05T16:41:06.534Z | [ recovery-image] Aug 05 16:41:04.989 INFO O| Aug 05 16:41:04.989 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-08-05T16:41:06.544Z | [ recovery-image] Aug 05 16:41:04.998 INFO O| Aug 05 16:41:04.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
4994 | 2024-08-05T16:41:06.544Z | [ recovery-image] Aug 05 16:41:04.999 INFO O| Aug 05 16:41:04.999 INFO STEP 383 (remove_files) COMPLETE |
4995 | 2024-08-05T16:41:06.547Z | [ recovery-image] Aug 05 16:41:04.999 INFO O| Aug 05 16:41:04.999 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-08-05T16:41:06.554Z | [ recovery-image] Aug 05 16:41:05.009 INFO O| Aug 05 16:41:05.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
4997 | 2024-08-05T16:41:06.557Z | [ recovery-image] Aug 05 16:41:05.009 INFO O| Aug 05 16:41:05.009 INFO STEP 384 (remove_files) COMPLETE |
4998 | 2024-08-05T16:41:06.557Z | [ recovery-image] Aug 05 16:41:05.009 INFO O| Aug 05 16:41:05.009 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-08-05T16:41:06.565Z | [ recovery-image] Aug 05 16:41:05.019 INFO O| Aug 05 16:41:05.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5000 | 2024-08-05T16:41:06.565Z | [ recovery-image] Aug 05 16:41:05.019 INFO O| Aug 05 16:41:05.019 INFO STEP 385 (remove_files) COMPLETE |
5001 | 2024-08-05T16:41:06.567Z | [ recovery-image] Aug 05 16:41:05.019 INFO O| Aug 05 16:41:05.019 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-08-05T16:41:06.574Z | [ recovery-image] Aug 05 16:41:05.029 INFO O| Aug 05 16:41:05.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5003 | 2024-08-05T16:41:06.574Z | [ recovery-image] Aug 05 16:41:05.029 INFO O| Aug 05 16:41:05.029 INFO STEP 386 (remove_files) COMPLETE |
5004 | 2024-08-05T16:41:06.574Z | [ recovery-image] Aug 05 16:41:05.029 INFO O| Aug 05 16:41:05.029 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-08-05T16:41:06.584Z | [ recovery-image] Aug 05 16:41:05.039 INFO O| Aug 05 16:41:05.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5006 | 2024-08-05T16:41:06.584Z | [ recovery-image] Aug 05 16:41:05.039 INFO O| Aug 05 16:41:05.039 INFO STEP 387 (remove_files) COMPLETE |
5007 | 2024-08-05T16:41:06.584Z | [ recovery-image] Aug 05 16:41:05.039 INFO O| Aug 05 16:41:05.039 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-08-05T16:41:06.594Z | [ recovery-image] Aug 05 16:41:05.048 INFO O| Aug 05 16:41:05.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5009 | 2024-08-05T16:41:06.594Z | [ recovery-image] Aug 05 16:41:05.049 INFO O| Aug 05 16:41:05.049 INFO STEP 388 (remove_files) COMPLETE |
5010 | 2024-08-05T16:41:06.597Z | [ recovery-image] Aug 05 16:41:05.049 INFO O| Aug 05 16:41:05.049 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-08-05T16:41:06.604Z | [ recovery-image] Aug 05 16:41:05.059 INFO O| Aug 05 16:41:05.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5012 | 2024-08-05T16:41:06.607Z | [ recovery-image] Aug 05 16:41:05.059 INFO O| Aug 05 16:41:05.059 INFO STEP 389 (remove_files) COMPLETE |
5013 | 2024-08-05T16:41:06.607Z | [ recovery-image] Aug 05 16:41:05.059 INFO O| Aug 05 16:41:05.059 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-08-05T16:41:06.614Z | [ recovery-image] Aug 05 16:41:05.069 INFO O| Aug 05 16:41:05.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5015 | 2024-08-05T16:41:06.619Z | [ recovery-image] Aug 05 16:41:05.069 INFO O| Aug 05 16:41:05.069 INFO STEP 390 (remove_files) COMPLETE |
5016 | 2024-08-05T16:41:06.619Z | [ recovery-image] Aug 05 16:41:05.069 INFO O| Aug 05 16:41:05.069 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-08-05T16:41:06.625Z | [ recovery-image] Aug 05 16:41:05.079 INFO O| Aug 05 16:41:05.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5018 | 2024-08-05T16:41:06.628Z | [ recovery-image] Aug 05 16:41:05.079 INFO O| Aug 05 16:41:05.079 INFO STEP 391 (remove_files) COMPLETE |
5019 | 2024-08-05T16:41:06.628Z | [ recovery-image] Aug 05 16:41:05.079 INFO O| Aug 05 16:41:05.079 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2024-08-05T16:41:06.634Z | [ recovery-image] Aug 05 16:41:05.089 INFO O| Aug 05 16:41:05.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5021 | 2024-08-05T16:41:06.634Z | [ recovery-image] Aug 05 16:41:05.089 INFO O| Aug 05 16:41:05.089 INFO STEP 392 (remove_files) COMPLETE |
5022 | 2024-08-05T16:41:06.637Z | [ recovery-image] Aug 05 16:41:05.089 INFO O| Aug 05 16:41:05.089 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-08-05T16:41:06.645Z | [ recovery-image] Aug 05 16:41:05.099 INFO O| Aug 05 16:41:05.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5024 | 2024-08-05T16:41:06.645Z | [ recovery-image] Aug 05 16:41:05.099 INFO O| Aug 05 16:41:05.099 INFO STEP 393 (remove_files) COMPLETE |
5025 | 2024-08-05T16:41:06.645Z | [ recovery-image] Aug 05 16:41:05.099 INFO O| Aug 05 16:41:05.099 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-08-05T16:41:06.656Z | [ recovery-image] Aug 05 16:41:05.109 INFO O| Aug 05 16:41:05.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5027 | 2024-08-05T16:41:06.656Z | [ recovery-image] Aug 05 16:41:05.110 INFO O| Aug 05 16:41:05.109 INFO STEP 394 (remove_files) COMPLETE |
5028 | 2024-08-05T16:41:06.656Z | [ recovery-image] Aug 05 16:41:05.110 INFO O| Aug 05 16:41:05.110 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-08-05T16:41:06.665Z | [ recovery-image] Aug 05 16:41:05.120 INFO O| Aug 05 16:41:05.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5030 | 2024-08-05T16:41:06.666Z | [ recovery-image] Aug 05 16:41:05.120 INFO O| Aug 05 16:41:05.120 INFO STEP 395 (remove_files) COMPLETE |
5031 | 2024-08-05T16:41:06.666Z | [ recovery-image] Aug 05 16:41:05.120 INFO O| Aug 05 16:41:05.120 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-08-05T16:41:06.676Z | [ recovery-image] Aug 05 16:41:05.131 INFO O| Aug 05 16:41:05.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5033 | 2024-08-05T16:41:06.676Z | [ recovery-image] Aug 05 16:41:05.131 INFO O| Aug 05 16:41:05.131 INFO STEP 396 (remove_files) COMPLETE |
5034 | 2024-08-05T16:41:06.679Z | [ recovery-image] Aug 05 16:41:05.131 INFO O| Aug 05 16:41:05.131 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-08-05T16:41:06.687Z | [ recovery-image] Aug 05 16:41:05.141 INFO O| Aug 05 16:41:05.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5036 | 2024-08-05T16:41:06.687Z | [ recovery-image] Aug 05 16:41:05.141 INFO O| Aug 05 16:41:05.141 INFO STEP 397 (remove_files) COMPLETE |
5037 | 2024-08-05T16:41:06.687Z | [ recovery-image] Aug 05 16:41:05.141 INFO O| Aug 05 16:41:05.141 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-08-05T16:41:06.697Z | [ recovery-image] Aug 05 16:41:05.152 INFO O| Aug 05 16:41:05.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5039 | 2024-08-05T16:41:06.697Z | [ recovery-image] Aug 05 16:41:05.152 INFO O| Aug 05 16:41:05.152 INFO STEP 398 (remove_files) COMPLETE |
5040 | 2024-08-05T16:41:06.700Z | [ recovery-image] Aug 05 16:41:05.152 INFO O| Aug 05 16:41:05.152 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-08-05T16:41:06.709Z | [ recovery-image] Aug 05 16:41:05.163 INFO O| Aug 05 16:41:05.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5042 | 2024-08-05T16:41:06.709Z | [ recovery-image] Aug 05 16:41:05.163 INFO O| Aug 05 16:41:05.163 INFO STEP 399 (remove_files) COMPLETE |
5043 | 2024-08-05T16:41:06.712Z | [ recovery-image] Aug 05 16:41:05.163 INFO O| Aug 05 16:41:05.163 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-08-05T16:41:06.719Z | [ recovery-image] Aug 05 16:41:05.174 INFO O| Aug 05 16:41:05.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5045 | 2024-08-05T16:41:06.719Z | [ recovery-image] Aug 05 16:41:05.174 INFO O| Aug 05 16:41:05.174 INFO STEP 400 (remove_files) COMPLETE |
5046 | 2024-08-05T16:41:06.722Z | [ recovery-image] Aug 05 16:41:05.174 INFO O| Aug 05 16:41:05.174 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-08-05T16:41:06.729Z | [ recovery-image] Aug 05 16:41:05.184 INFO O| Aug 05 16:41:05.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5048 | 2024-08-05T16:41:06.729Z | [ recovery-image] Aug 05 16:41:05.184 INFO O| Aug 05 16:41:05.184 INFO STEP 401 (remove_files) COMPLETE |
5049 | 2024-08-05T16:41:06.732Z | [ recovery-image] Aug 05 16:41:05.184 INFO O| Aug 05 16:41:05.184 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-08-05T16:41:06.741Z | [ recovery-image] Aug 05 16:41:05.195 INFO O| Aug 05 16:41:05.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5051 | 2024-08-05T16:41:06.741Z | [ recovery-image] Aug 05 16:41:05.195 INFO O| Aug 05 16:41:05.195 INFO STEP 402 (remove_files) COMPLETE |
5052 | 2024-08-05T16:41:06.744Z | [ recovery-image] Aug 05 16:41:05.195 INFO O| Aug 05 16:41:05.195 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-08-05T16:41:06.753Z | [ recovery-image] Aug 05 16:41:05.207 INFO O| Aug 05 16:41:05.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5054 | 2024-08-05T16:41:06.753Z | [ recovery-image] Aug 05 16:41:05.207 INFO O| Aug 05 16:41:05.207 INFO STEP 403 (remove_files) COMPLETE |
5055 | 2024-08-05T16:41:06.756Z | [ recovery-image] Aug 05 16:41:05.207 INFO O| Aug 05 16:41:05.207 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-08-05T16:41:06.763Z | [ recovery-image] Aug 05 16:41:05.218 INFO O| Aug 05 16:41:05.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5057 | 2024-08-05T16:41:06.763Z | [ recovery-image] Aug 05 16:41:05.218 INFO O| Aug 05 16:41:05.218 INFO STEP 404 (remove_files) COMPLETE |
5058 | 2024-08-05T16:41:06.767Z | [ recovery-image] Aug 05 16:41:05.218 INFO O| Aug 05 16:41:05.218 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-08-05T16:41:06.774Z | [ recovery-image] Aug 05 16:41:05.229 INFO O| Aug 05 16:41:05.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5060 | 2024-08-05T16:41:06.774Z | [ recovery-image] Aug 05 16:41:05.229 INFO O| Aug 05 16:41:05.229 INFO STEP 405 (remove_files) COMPLETE |
5061 | 2024-08-05T16:41:06.777Z | [ recovery-image] Aug 05 16:41:05.229 INFO O| Aug 05 16:41:05.229 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-08-05T16:41:06.785Z | [ recovery-image] Aug 05 16:41:05.240 INFO O| Aug 05 16:41:05.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5063 | 2024-08-05T16:41:06.785Z | [ recovery-image] Aug 05 16:41:05.240 INFO O| Aug 05 16:41:05.240 INFO STEP 406 (remove_files) COMPLETE |
5064 | 2024-08-05T16:41:06.788Z | [ recovery-image] Aug 05 16:41:05.240 INFO O| Aug 05 16:41:05.240 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-08-05T16:41:06.796Z | [ recovery-image] Aug 05 16:41:05.250 INFO O| Aug 05 16:41:05.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5066 | 2024-08-05T16:41:06.796Z | [ recovery-image] Aug 05 16:41:05.250 INFO O| Aug 05 16:41:05.250 INFO STEP 407 (remove_files) COMPLETE |
5067 | 2024-08-05T16:41:06.799Z | [ recovery-image] Aug 05 16:41:05.250 INFO O| Aug 05 16:41:05.250 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-08-05T16:41:06.806Z | [ recovery-image] Aug 05 16:41:05.260 INFO O| Aug 05 16:41:05.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5069 | 2024-08-05T16:41:06.806Z | [ recovery-image] Aug 05 16:41:05.260 INFO O| Aug 05 16:41:05.260 INFO STEP 408 (remove_files) COMPLETE |
5070 | 2024-08-05T16:41:06.809Z | [ recovery-image] Aug 05 16:41:05.260 INFO O| Aug 05 16:41:05.260 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-08-05T16:41:06.816Z | [ recovery-image] Aug 05 16:41:05.270 INFO O| Aug 05 16:41:05.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5072 | 2024-08-05T16:41:06.816Z | [ recovery-image] Aug 05 16:41:05.270 INFO O| Aug 05 16:41:05.270 INFO STEP 409 (remove_files) COMPLETE |
5073 | 2024-08-05T16:41:06.820Z | [ recovery-image] Aug 05 16:41:05.270 INFO O| Aug 05 16:41:05.270 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-08-05T16:41:06.826Z | [ recovery-image] Aug 05 16:41:05.280 INFO O| Aug 05 16:41:05.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5075 | 2024-08-05T16:41:06.829Z | [ recovery-image] Aug 05 16:41:05.281 INFO O| Aug 05 16:41:05.280 INFO STEP 410 (remove_files) COMPLETE |
5076 | 2024-08-05T16:41:06.830Z | [ recovery-image] Aug 05 16:41:05.281 INFO O| Aug 05 16:41:05.281 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-08-05T16:41:06.836Z | [ recovery-image] Aug 05 16:41:05.290 INFO O| Aug 05 16:41:05.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5078 | 2024-08-05T16:41:06.839Z | [ recovery-image] Aug 05 16:41:05.290 INFO O| Aug 05 16:41:05.290 INFO STEP 411 (remove_files) COMPLETE |
5079 | 2024-08-05T16:41:06.839Z | [ recovery-image] Aug 05 16:41:05.290 INFO O| Aug 05 16:41:05.290 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-08-05T16:41:06.846Z | [ recovery-image] Aug 05 16:41:05.300 INFO O| Aug 05 16:41:05.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5081 | 2024-08-05T16:41:06.846Z | [ recovery-image] Aug 05 16:41:05.300 INFO O| Aug 05 16:41:05.300 INFO STEP 412 (remove_files) COMPLETE |
5082 | 2024-08-05T16:41:06.849Z | [ recovery-image] Aug 05 16:41:05.301 INFO O| Aug 05 16:41:05.300 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-08-05T16:41:06.856Z | [ recovery-image] Aug 05 16:41:05.311 INFO O| Aug 05 16:41:05.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5084 | 2024-08-05T16:41:06.861Z | [ recovery-image] Aug 05 16:41:05.311 INFO O| Aug 05 16:41:05.311 INFO STEP 413 (remove_files) COMPLETE |
5085 | 2024-08-05T16:41:06.861Z | [ recovery-image] Aug 05 16:41:05.311 INFO O| Aug 05 16:41:05.311 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-08-05T16:41:06.866Z | [ recovery-image] Aug 05 16:41:05.321 INFO O| Aug 05 16:41:05.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5087 | 2024-08-05T16:41:06.866Z | [ recovery-image] Aug 05 16:41:05.321 INFO O| Aug 05 16:41:05.321 INFO STEP 414 (remove_files) COMPLETE |
5088 | 2024-08-05T16:41:06.866Z | [ recovery-image] Aug 05 16:41:05.321 INFO O| Aug 05 16:41:05.321 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-08-05T16:41:06.877Z | [ recovery-image] Aug 05 16:41:05.332 INFO O| Aug 05 16:41:05.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5090 | 2024-08-05T16:41:06.877Z | [ recovery-image] Aug 05 16:41:05.332 INFO O| Aug 05 16:41:05.332 INFO STEP 415 (remove_files) COMPLETE |
5091 | 2024-08-05T16:41:06.880Z | [ recovery-image] Aug 05 16:41:05.332 INFO O| Aug 05 16:41:05.332 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-08-05T16:41:06.890Z | [ recovery-image] Aug 05 16:41:05.344 INFO O| Aug 05 16:41:05.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5093 | 2024-08-05T16:41:06.893Z | [ recovery-image] Aug 05 16:41:05.344 INFO O| Aug 05 16:41:05.344 INFO STEP 416 (remove_files) COMPLETE |
5094 | 2024-08-05T16:41:06.893Z | [ recovery-image] Aug 05 16:41:05.344 INFO O| Aug 05 16:41:05.344 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-08-05T16:41:06.926Z | [ recovery-image] Aug 05 16:41:05.377 INFO O| Aug 05 16:41:05.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5096 | 2024-08-05T16:41:06.930Z | [ recovery-image] Aug 05 16:41:05.377 INFO O| Aug 05 16:41:05.377 INFO STEP 417 (remove_files) COMPLETE |
5097 | 2024-08-05T16:41:06.934Z | [ recovery-image] Aug 05 16:41:05.377 INFO O| Aug 05 16:41:05.377 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-08-05T16:41:06.952Z | [ recovery-image] Aug 05 16:41:05.402 INFO O| Aug 05 16:41:05.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5099 | 2024-08-05T16:41:06.953Z | [ recovery-image] Aug 05 16:41:05.403 INFO O| Aug 05 16:41:05.402 INFO STEP 418 (remove_files) COMPLETE |
5100 | 2024-08-05T16:41:06.953Z | [ recovery-image] Aug 05 16:41:05.403 INFO O| Aug 05 16:41:05.403 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-08-05T16:41:06.984Z | [ recovery-image] Aug 05 16:41:05.435 INFO O| Aug 05 16:41:05.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5102 | 2024-08-05T16:41:06.984Z | [ recovery-image] Aug 05 16:41:05.436 INFO O| Aug 05 16:41:05.436 INFO STEP 419 (remove_files) COMPLETE |
5103 | 2024-08-05T16:41:06.984Z | [ recovery-image] Aug 05 16:41:05.436 INFO O| Aug 05 16:41:05.436 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-08-05T16:41:07.009Z | [ recovery-image] Aug 05 16:41:05.462 INFO O| Aug 05 16:41:05.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5105 | 2024-08-05T16:41:07.009Z | [ recovery-image] Aug 05 16:41:05.462 INFO O| Aug 05 16:41:05.460 INFO STEP 420 (remove_files) COMPLETE |
5106 | 2024-08-05T16:41:07.013Z | [ recovery-image] Aug 05 16:41:05.462 INFO O| Aug 05 16:41:05.460 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-08-05T16:41:07.029Z | [ recovery-image] Aug 05 16:41:05.483 INFO O| Aug 05 16:41:05.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5108 | 2024-08-05T16:41:07.029Z | [ recovery-image] Aug 05 16:41:05.483 INFO O| Aug 05 16:41:05.483 INFO STEP 421 (remove_files) COMPLETE |
5109 | 2024-08-05T16:41:07.029Z | [ recovery-image] Aug 05 16:41:05.483 INFO O| Aug 05 16:41:05.483 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-08-05T16:41:07.044Z | [ recovery-image] Aug 05 16:41:05.498 INFO O| Aug 05 16:41:05.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5111 | 2024-08-05T16:41:07.044Z | [ recovery-image] Aug 05 16:41:05.499 INFO O| Aug 05 16:41:05.498 INFO STEP 422 (remove_files) COMPLETE |
5112 | 2024-08-05T16:41:07.048Z | [ recovery-image] Aug 05 16:41:05.499 INFO O| Aug 05 16:41:05.499 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-08-05T16:41:07.059Z | [ recovery-image] Aug 05 16:41:05.513 INFO O| Aug 05 16:41:05.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5114 | 2024-08-05T16:41:07.059Z | [ recovery-image] Aug 05 16:41:05.513 INFO O| Aug 05 16:41:05.513 INFO STEP 423 (remove_files) COMPLETE |
5115 | 2024-08-05T16:41:07.062Z | [ recovery-image] Aug 05 16:41:05.513 INFO O| Aug 05 16:41:05.513 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-08-05T16:41:07.074Z | [ recovery-image] Aug 05 16:41:05.528 INFO O| Aug 05 16:41:05.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5117 | 2024-08-05T16:41:07.074Z | [ recovery-image] Aug 05 16:41:05.528 INFO O| Aug 05 16:41:05.528 INFO STEP 424 (remove_files) COMPLETE |
5118 | 2024-08-05T16:41:07.074Z | [ recovery-image] Aug 05 16:41:05.528 INFO O| Aug 05 16:41:05.528 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-08-05T16:41:07.087Z | [ recovery-image] Aug 05 16:41:05.542 INFO O| Aug 05 16:41:05.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5120 | 2024-08-05T16:41:07.087Z | [ recovery-image] Aug 05 16:41:05.542 INFO O| Aug 05 16:41:05.542 INFO STEP 425 (remove_files) COMPLETE |
5121 | 2024-08-05T16:41:07.087Z | [ recovery-image] Aug 05 16:41:05.542 INFO O| Aug 05 16:41:05.542 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-08-05T16:41:07.102Z | [ recovery-image] Aug 05 16:41:05.556 INFO O| Aug 05 16:41:05.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5123 | 2024-08-05T16:41:07.105Z | [ recovery-image] Aug 05 16:41:05.556 INFO O| Aug 05 16:41:05.556 INFO STEP 426 (remove_files) COMPLETE |
5124 | 2024-08-05T16:41:07.105Z | [ recovery-image] Aug 05 16:41:05.557 INFO O| Aug 05 16:41:05.556 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-08-05T16:41:07.116Z | [ recovery-image] Aug 05 16:41:05.570 INFO O| Aug 05 16:41:05.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5126 | 2024-08-05T16:41:07.116Z | [ recovery-image] Aug 05 16:41:05.570 INFO O| Aug 05 16:41:05.570 INFO STEP 427 (remove_files) COMPLETE |
5127 | 2024-08-05T16:41:07.116Z | [ recovery-image] Aug 05 16:41:05.570 INFO O| Aug 05 16:41:05.570 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-08-05T16:41:07.135Z | [ recovery-image] Aug 05 16:41:05.589 INFO O| Aug 05 16:41:05.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5129 | 2024-08-05T16:41:07.135Z | [ recovery-image] Aug 05 16:41:05.589 INFO O| Aug 05 16:41:05.589 INFO STEP 428 (remove_files) COMPLETE |
5130 | 2024-08-05T16:41:07.135Z | [ recovery-image] Aug 05 16:41:05.589 INFO O| Aug 05 16:41:05.589 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-08-05T16:41:07.153Z | [ recovery-image] Aug 05 16:41:05.607 INFO O| Aug 05 16:41:05.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5132 | 2024-08-05T16:41:07.153Z | [ recovery-image] Aug 05 16:41:05.607 INFO O| Aug 05 16:41:05.607 INFO STEP 429 (remove_files) COMPLETE |
5133 | 2024-08-05T16:41:07.156Z | [ recovery-image] Aug 05 16:41:05.607 INFO O| Aug 05 16:41:05.607 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-08-05T16:41:07.170Z | [ recovery-image] Aug 05 16:41:05.625 INFO O| Aug 05 16:41:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5135 | 2024-08-05T16:41:07.170Z | [ recovery-image] Aug 05 16:41:05.625 INFO O| Aug 05 16:41:05.625 INFO STEP 430 (remove_files) COMPLETE |
5136 | 2024-08-05T16:41:07.170Z | [ recovery-image] Aug 05 16:41:05.625 INFO O| Aug 05 16:41:05.625 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-08-05T16:41:07.185Z | [ recovery-image] Aug 05 16:41:05.640 INFO O| Aug 05 16:41:05.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5138 | 2024-08-05T16:41:07.185Z | [ recovery-image] Aug 05 16:41:05.640 INFO O| Aug 05 16:41:05.640 INFO STEP 431 (remove_files) COMPLETE |
5139 | 2024-08-05T16:41:07.188Z | [ recovery-image] Aug 05 16:41:05.640 INFO O| Aug 05 16:41:05.640 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-08-05T16:41:07.196Z | [ recovery-image] Aug 05 16:41:05.651 INFO O| Aug 05 16:41:05.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5141 | 2024-08-05T16:41:07.199Z | [ recovery-image] Aug 05 16:41:05.651 INFO O| Aug 05 16:41:05.651 INFO STEP 432 (remove_files) COMPLETE |
5142 | 2024-08-05T16:41:07.199Z | [ recovery-image] Aug 05 16:41:05.651 INFO O| Aug 05 16:41:05.651 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-08-05T16:41:07.209Z | [ recovery-image] Aug 05 16:41:05.663 INFO O| Aug 05 16:41:05.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5144 | 2024-08-05T16:41:07.209Z | [ recovery-image] Aug 05 16:41:05.663 INFO O| Aug 05 16:41:05.663 INFO STEP 433 (remove_files) COMPLETE |
5145 | 2024-08-05T16:41:07.209Z | [ recovery-image] Aug 05 16:41:05.663 INFO O| Aug 05 16:41:05.663 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-08-05T16:41:07.219Z | [ recovery-image] Aug 05 16:41:05.673 INFO O| Aug 05 16:41:05.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5147 | 2024-08-05T16:41:07.219Z | [ recovery-image] Aug 05 16:41:05.673 INFO O| Aug 05 16:41:05.673 INFO STEP 434 (remove_files) COMPLETE |
5148 | 2024-08-05T16:41:07.219Z | [ recovery-image] Aug 05 16:41:05.673 INFO O| Aug 05 16:41:05.673 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-08-05T16:41:07.230Z | [ recovery-image] Aug 05 16:41:05.684 INFO O| Aug 05 16:41:05.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5150 | 2024-08-05T16:41:07.230Z | [ recovery-image] Aug 05 16:41:05.684 INFO O| Aug 05 16:41:05.684 INFO STEP 435 (remove_files) COMPLETE |
5151 | 2024-08-05T16:41:07.230Z | [ recovery-image] Aug 05 16:41:05.684 INFO O| Aug 05 16:41:05.684 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-08-05T16:41:07.243Z | [ recovery-image] Aug 05 16:41:05.698 INFO O| Aug 05 16:41:05.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5153 | 2024-08-05T16:41:07.243Z | [ recovery-image] Aug 05 16:41:05.698 INFO O| Aug 05 16:41:05.698 INFO STEP 436 (remove_files) COMPLETE |
5154 | 2024-08-05T16:41:07.243Z | [ recovery-image] Aug 05 16:41:05.698 INFO O| Aug 05 16:41:05.698 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-08-05T16:41:07.255Z | [ recovery-image] Aug 05 16:41:05.710 INFO O| Aug 05 16:41:05.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5156 | 2024-08-05T16:41:07.258Z | [ recovery-image] Aug 05 16:41:05.710 INFO O| Aug 05 16:41:05.710 INFO STEP 437 (remove_files) COMPLETE |
5157 | 2024-08-05T16:41:07.258Z | [ recovery-image] Aug 05 16:41:05.710 INFO O| Aug 05 16:41:05.710 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-08-05T16:41:07.266Z | [ recovery-image] Aug 05 16:41:05.721 INFO O| Aug 05 16:41:05.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5159 | 2024-08-05T16:41:07.267Z | [ recovery-image] Aug 05 16:41:05.721 INFO O| Aug 05 16:41:05.721 INFO STEP 438 (remove_files) COMPLETE |
5160 | 2024-08-05T16:41:07.269Z | [ recovery-image] Aug 05 16:41:05.721 INFO O| Aug 05 16:41:05.721 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-08-05T16:41:07.277Z | [ recovery-image] Aug 05 16:41:05.731 INFO O| Aug 05 16:41:05.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5162 | 2024-08-05T16:41:07.279Z | [ recovery-image] Aug 05 16:41:05.731 INFO O| Aug 05 16:41:05.731 INFO STEP 439 (remove_files) COMPLETE |
5163 | 2024-08-05T16:41:07.280Z | [ recovery-image] Aug 05 16:41:05.731 INFO O| Aug 05 16:41:05.731 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-08-05T16:41:07.287Z | [ recovery-image] Aug 05 16:41:05.741 INFO O| Aug 05 16:41:05.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5165 | 2024-08-05T16:41:07.287Z | [ recovery-image] Aug 05 16:41:05.741 INFO O| Aug 05 16:41:05.741 INFO STEP 440 (remove_files) COMPLETE |
5166 | 2024-08-05T16:41:07.290Z | [ recovery-image] Aug 05 16:41:05.741 INFO O| Aug 05 16:41:05.741 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-08-05T16:41:07.296Z | [ recovery-image] Aug 05 16:41:05.751 INFO O| Aug 05 16:41:05.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5168 | 2024-08-05T16:41:07.297Z | [ recovery-image] Aug 05 16:41:05.751 INFO O| Aug 05 16:41:05.751 INFO STEP 441 (remove_files) COMPLETE |
5169 | 2024-08-05T16:41:07.300Z | [ recovery-image] Aug 05 16:41:05.751 INFO O| Aug 05 16:41:05.751 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-08-05T16:41:07.307Z | [ recovery-image] Aug 05 16:41:05.761 INFO O| Aug 05 16:41:05.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5171 | 2024-08-05T16:41:07.307Z | [ recovery-image] Aug 05 16:41:05.761 INFO O| Aug 05 16:41:05.761 INFO STEP 442 (remove_files) COMPLETE |
5172 | 2024-08-05T16:41:07.307Z | [ recovery-image] Aug 05 16:41:05.761 INFO O| Aug 05 16:41:05.761 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-08-05T16:41:07.317Z | [ recovery-image] Aug 05 16:41:05.772 INFO O| Aug 05 16:41:05.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5174 | 2024-08-05T16:41:07.318Z | [ recovery-image] Aug 05 16:41:05.772 INFO O| Aug 05 16:41:05.772 INFO STEP 443 (remove_files) COMPLETE |
5175 | 2024-08-05T16:41:07.320Z | [ recovery-image] Aug 05 16:41:05.772 INFO O| Aug 05 16:41:05.772 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-08-05T16:41:07.328Z | [ recovery-image] Aug 05 16:41:05.782 INFO O| Aug 05 16:41:05.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5177 | 2024-08-05T16:41:07.331Z | [ recovery-image] Aug 05 16:41:05.782 INFO O| Aug 05 16:41:05.782 INFO STEP 444 (remove_files) COMPLETE |
5178 | 2024-08-05T16:41:07.331Z | [ recovery-image] Aug 05 16:41:05.782 INFO O| Aug 05 16:41:05.782 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-08-05T16:41:07.338Z | [ recovery-image] Aug 05 16:41:05.793 INFO O| Aug 05 16:41:05.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5180 | 2024-08-05T16:41:07.338Z | [ recovery-image] Aug 05 16:41:05.793 INFO O| Aug 05 16:41:05.793 INFO STEP 445 (remove_files) COMPLETE |
5181 | 2024-08-05T16:41:07.341Z | [ recovery-image] Aug 05 16:41:05.793 INFO O| Aug 05 16:41:05.793 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-08-05T16:41:07.349Z | [ recovery-image] Aug 05 16:41:05.804 INFO O| Aug 05 16:41:05.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5183 | 2024-08-05T16:41:07.352Z | [ recovery-image] Aug 05 16:41:05.804 INFO O| Aug 05 16:41:05.804 INFO STEP 446 (remove_files) COMPLETE |
5184 | 2024-08-05T16:41:07.352Z | [ recovery-image] Aug 05 16:41:05.804 INFO O| Aug 05 16:41:05.804 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-08-05T16:41:07.361Z | [ recovery-image] Aug 05 16:41:05.815 INFO O| Aug 05 16:41:05.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5186 | 2024-08-05T16:41:07.361Z | [ recovery-image] Aug 05 16:41:05.815 INFO O| Aug 05 16:41:05.815 INFO STEP 447 (remove_files) COMPLETE |
5187 | 2024-08-05T16:41:07.364Z | [ recovery-image] Aug 05 16:41:05.815 INFO O| Aug 05 16:41:05.815 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-08-05T16:41:07.373Z | [ recovery-image] Aug 05 16:41:05.827 INFO O| Aug 05 16:41:05.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5189 | 2024-08-05T16:41:07.373Z | [ recovery-image] Aug 05 16:41:05.828 INFO O| Aug 05 16:41:05.828 INFO STEP 448 (remove_files) COMPLETE |
5190 | 2024-08-05T16:41:07.373Z | [ recovery-image] Aug 05 16:41:05.828 INFO O| Aug 05 16:41:05.828 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-08-05T16:41:07.386Z | [ recovery-image] Aug 05 16:41:05.839 INFO O| Aug 05 16:41:05.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5192 | 2024-08-05T16:41:07.386Z | [ recovery-image] Aug 05 16:41:05.839 INFO O| Aug 05 16:41:05.839 INFO STEP 449 (remove_files) COMPLETE |
5193 | 2024-08-05T16:41:07.386Z | [ recovery-image] Aug 05 16:41:05.839 INFO O| Aug 05 16:41:05.839 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-08-05T16:41:07.397Z | [ recovery-image] Aug 05 16:41:05.852 INFO O| Aug 05 16:41:05.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5195 | 2024-08-05T16:41:07.397Z | [ recovery-image] Aug 05 16:41:05.852 INFO O| Aug 05 16:41:05.852 INFO STEP 450 (remove_files) COMPLETE |
5196 | 2024-08-05T16:41:07.402Z | [ recovery-image] Aug 05 16:41:05.852 INFO O| Aug 05 16:41:05.852 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-08-05T16:41:07.410Z | [ recovery-image] Aug 05 16:41:05.864 INFO O| Aug 05 16:41:05.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5198 | 2024-08-05T16:41:07.410Z | [ recovery-image] Aug 05 16:41:05.865 INFO O| Aug 05 16:41:05.865 INFO STEP 451 (remove_files) COMPLETE |
5199 | 2024-08-05T16:41:07.413Z | [ recovery-image] Aug 05 16:41:05.865 INFO O| Aug 05 16:41:05.865 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-08-05T16:41:07.423Z | [ recovery-image] Aug 05 16:41:05.876 INFO O| Aug 05 16:41:05.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5201 | 2024-08-05T16:41:07.423Z | [ recovery-image] Aug 05 16:41:05.876 INFO O| Aug 05 16:41:05.876 INFO STEP 452 (remove_files) COMPLETE |
5202 | 2024-08-05T16:41:07.423Z | [ recovery-image] Aug 05 16:41:05.876 INFO O| Aug 05 16:41:05.876 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-08-05T16:41:07.434Z | [ recovery-image] Aug 05 16:41:05.888 INFO O| Aug 05 16:41:05.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5204 | 2024-08-05T16:41:07.434Z | [ recovery-image] Aug 05 16:41:05.888 INFO O| Aug 05 16:41:05.888 INFO STEP 453 (remove_files) COMPLETE |
5205 | 2024-08-05T16:41:07.440Z | [ recovery-image] Aug 05 16:41:05.888 INFO O| Aug 05 16:41:05.888 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-08-05T16:41:07.445Z | [ recovery-image] Aug 05 16:41:05.899 INFO O| Aug 05 16:41:05.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5207 | 2024-08-05T16:41:07.445Z | [ recovery-image] Aug 05 16:41:05.900 INFO O| Aug 05 16:41:05.899 INFO STEP 454 (remove_files) COMPLETE |
5208 | 2024-08-05T16:41:07.445Z | [ recovery-image] Aug 05 16:41:05.900 INFO O| Aug 05 16:41:05.899 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-08-05T16:41:07.456Z | [ recovery-image] Aug 05 16:41:05.910 INFO O| Aug 05 16:41:05.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5210 | 2024-08-05T16:41:07.459Z | [ recovery-image] Aug 05 16:41:05.910 INFO O| Aug 05 16:41:05.910 INFO STEP 455 (remove_files) COMPLETE |
5211 | 2024-08-05T16:41:07.459Z | [ recovery-image] Aug 05 16:41:05.910 INFO O| Aug 05 16:41:05.910 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-08-05T16:41:07.466Z | [ recovery-image] Aug 05 16:41:05.921 INFO O| Aug 05 16:41:05.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5213 | 2024-08-05T16:41:07.466Z | [ recovery-image] Aug 05 16:41:05.921 INFO O| Aug 05 16:41:05.921 INFO STEP 456 (remove_files) COMPLETE |
5214 | 2024-08-05T16:41:07.466Z | [ recovery-image] Aug 05 16:41:05.921 INFO O| Aug 05 16:41:05.921 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-08-05T16:41:07.477Z | [ recovery-image] Aug 05 16:41:05.931 INFO O| Aug 05 16:41:05.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5216 | 2024-08-05T16:41:07.477Z | [ recovery-image] Aug 05 16:41:05.931 INFO O| Aug 05 16:41:05.931 INFO STEP 457 (remove_files) COMPLETE |
5217 | 2024-08-05T16:41:07.480Z | [ recovery-image] Aug 05 16:41:05.931 INFO O| Aug 05 16:41:05.931 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-08-05T16:41:07.487Z | [ recovery-image] Aug 05 16:41:05.941 INFO O| Aug 05 16:41:05.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5219 | 2024-08-05T16:41:07.491Z | [ recovery-image] Aug 05 16:41:05.942 INFO O| Aug 05 16:41:05.942 INFO STEP 458 (remove_files) COMPLETE |
5220 | 2024-08-05T16:41:07.491Z | [ recovery-image] Aug 05 16:41:05.942 INFO O| Aug 05 16:41:05.942 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-08-05T16:41:07.497Z | [ recovery-image] Aug 05 16:41:05.952 INFO O| Aug 05 16:41:05.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5222 | 2024-08-05T16:41:07.497Z | [ recovery-image] Aug 05 16:41:05.952 INFO O| Aug 05 16:41:05.952 INFO STEP 459 (remove_files) COMPLETE |
5223 | 2024-08-05T16:41:07.500Z | [ recovery-image] Aug 05 16:41:05.952 INFO O| Aug 05 16:41:05.952 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-08-05T16:41:07.507Z | [ recovery-image] Aug 05 16:41:05.961 INFO O| Aug 05 16:41:05.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5225 | 2024-08-05T16:41:07.507Z | [ recovery-image] Aug 05 16:41:05.962 INFO O| Aug 05 16:41:05.961 INFO STEP 460 (remove_files) COMPLETE |
5226 | 2024-08-05T16:41:07.511Z | [ recovery-image] Aug 05 16:41:05.962 INFO O| Aug 05 16:41:05.962 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-08-05T16:41:07.517Z | [ recovery-image] Aug 05 16:41:05.971 INFO O| Aug 05 16:41:05.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5228 | 2024-08-05T16:41:07.517Z | [ recovery-image] Aug 05 16:41:05.971 INFO O| Aug 05 16:41:05.971 INFO STEP 461 (remove_files) COMPLETE |
5229 | 2024-08-05T16:41:07.520Z | [ recovery-image] Aug 05 16:41:05.971 INFO O| Aug 05 16:41:05.971 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-08-05T16:41:07.527Z | [ recovery-image] Aug 05 16:41:05.981 INFO O| Aug 05 16:41:05.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5231 | 2024-08-05T16:41:07.527Z | [ recovery-image] Aug 05 16:41:05.981 INFO O| Aug 05 16:41:05.981 INFO STEP 462 (remove_files) COMPLETE |
5232 | 2024-08-05T16:41:07.527Z | [ recovery-image] Aug 05 16:41:05.981 INFO O| Aug 05 16:41:05.981 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-08-05T16:41:07.537Z | [ recovery-image] Aug 05 16:41:05.991 INFO O| Aug 05 16:41:05.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5234 | 2024-08-05T16:41:07.537Z | [ recovery-image] Aug 05 16:41:05.991 INFO O| Aug 05 16:41:05.991 INFO STEP 463 (remove_files) COMPLETE |
5235 | 2024-08-05T16:41:07.540Z | [ recovery-image] Aug 05 16:41:05.991 INFO O| Aug 05 16:41:05.991 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-08-05T16:41:07.548Z | [ recovery-image] Aug 05 16:41:06.002 INFO O| Aug 05 16:41:06.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5237 | 2024-08-05T16:41:07.548Z | [ recovery-image] Aug 05 16:41:06.002 INFO O| Aug 05 16:41:06.002 INFO STEP 464 (remove_files) COMPLETE |
5238 | 2024-08-05T16:41:07.548Z | [ recovery-image] Aug 05 16:41:06.002 INFO O| Aug 05 16:41:06.002 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-08-05T16:41:07.565Z | [ recovery-image] Aug 05 16:41:06.019 INFO O| Aug 05 16:41:06.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5240 | 2024-08-05T16:41:07.565Z | [ recovery-image] Aug 05 16:41:06.019 INFO O| Aug 05 16:41:06.019 INFO STEP 465 (remove_files) COMPLETE |
5241 | 2024-08-05T16:41:07.565Z | [ recovery-image] Aug 05 16:41:06.019 INFO O| Aug 05 16:41:06.019 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-08-05T16:41:07.579Z | [ recovery-image] Aug 05 16:41:06.033 INFO O| Aug 05 16:41:06.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5243 | 2024-08-05T16:41:07.579Z | [ recovery-image] Aug 05 16:41:06.034 INFO O| Aug 05 16:41:06.034 INFO STEP 466 (remove_files) COMPLETE |
5244 | 2024-08-05T16:41:07.579Z | [ recovery-image] Aug 05 16:41:06.034 INFO O| Aug 05 16:41:06.034 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-08-05T16:41:07.592Z | [ recovery-image] Aug 05 16:41:06.046 INFO O| Aug 05 16:41:06.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5246 | 2024-08-05T16:41:07.592Z | [ recovery-image] Aug 05 16:41:06.046 INFO O| Aug 05 16:41:06.046 INFO STEP 467 (remove_files) COMPLETE |
5247 | 2024-08-05T16:41:07.595Z | [ recovery-image] Aug 05 16:41:06.046 INFO O| Aug 05 16:41:06.046 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-08-05T16:41:07.605Z | [ recovery-image] Aug 05 16:41:06.059 INFO O| Aug 05 16:41:06.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5249 | 2024-08-05T16:41:07.605Z | [ recovery-image] Aug 05 16:41:06.059 INFO O| Aug 05 16:41:06.059 INFO STEP 468 (remove_files) COMPLETE |
5250 | 2024-08-05T16:41:07.608Z | [ recovery-image] Aug 05 16:41:06.059 INFO O| Aug 05 16:41:06.059 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-08-05T16:41:07.617Z | [ recovery-image] Aug 05 16:41:06.071 INFO O| Aug 05 16:41:06.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5252 | 2024-08-05T16:41:07.617Z | [ recovery-image] Aug 05 16:41:06.071 INFO O| Aug 05 16:41:06.071 INFO STEP 469 (remove_files) COMPLETE |
5253 | 2024-08-05T16:41:07.620Z | [ recovery-image] Aug 05 16:41:06.071 INFO O| Aug 05 16:41:06.071 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-08-05T16:41:07.630Z | [ recovery-image] Aug 05 16:41:06.084 INFO O| Aug 05 16:41:06.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5255 | 2024-08-05T16:41:07.633Z | [ recovery-image] Aug 05 16:41:06.084 INFO O| Aug 05 16:41:06.084 INFO STEP 470 (remove_files) COMPLETE |
5256 | 2024-08-05T16:41:07.633Z | [ recovery-image] Aug 05 16:41:06.084 INFO O| Aug 05 16:41:06.084 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-08-05T16:41:07.642Z | [ recovery-image] Aug 05 16:41:06.096 INFO O| Aug 05 16:41:06.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5258 | 2024-08-05T16:41:07.642Z | [ recovery-image] Aug 05 16:41:06.096 INFO O| Aug 05 16:41:06.096 INFO STEP 471 (remove_files) COMPLETE |
5259 | 2024-08-05T16:41:07.642Z | [ recovery-image] Aug 05 16:41:06.096 INFO O| Aug 05 16:41:06.096 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-08-05T16:41:07.655Z | [ recovery-image] Aug 05 16:41:06.109 INFO O| Aug 05 16:41:06.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5261 | 2024-08-05T16:41:07.658Z | [ recovery-image] Aug 05 16:41:06.109 INFO O| Aug 05 16:41:06.109 INFO STEP 472 (remove_files) COMPLETE |
5262 | 2024-08-05T16:41:07.658Z | [ recovery-image] Aug 05 16:41:06.109 INFO O| Aug 05 16:41:06.109 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-08-05T16:41:07.667Z | [ recovery-image] Aug 05 16:41:06.122 INFO O| Aug 05 16:41:06.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5264 | 2024-08-05T16:41:07.667Z | [ recovery-image] Aug 05 16:41:06.122 INFO O| Aug 05 16:41:06.122 INFO STEP 473 (remove_files) COMPLETE |
5265 | 2024-08-05T16:41:07.670Z | [ recovery-image] Aug 05 16:41:06.122 INFO O| Aug 05 16:41:06.122 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-08-05T16:41:07.679Z | [ recovery-image] Aug 05 16:41:06.134 INFO O| Aug 05 16:41:06.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5267 | 2024-08-05T16:41:07.682Z | [ recovery-image] Aug 05 16:41:06.134 INFO O| Aug 05 16:41:06.134 INFO STEP 474 (remove_files) COMPLETE |
5268 | 2024-08-05T16:41:07.682Z | [ recovery-image] Aug 05 16:41:06.134 INFO O| Aug 05 16:41:06.134 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-08-05T16:41:07.692Z | [ recovery-image] Aug 05 16:41:06.146 INFO O| Aug 05 16:41:06.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5270 | 2024-08-05T16:41:07.692Z | [ recovery-image] Aug 05 16:41:06.146 INFO O| Aug 05 16:41:06.146 INFO STEP 475 (remove_files) COMPLETE |
5271 | 2024-08-05T16:41:07.692Z | [ recovery-image] Aug 05 16:41:06.146 INFO O| Aug 05 16:41:06.146 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-08-05T16:41:07.702Z | [ recovery-image] Aug 05 16:41:06.157 INFO O| Aug 05 16:41:06.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5273 | 2024-08-05T16:41:07.705Z | [ recovery-image] Aug 05 16:41:06.157 INFO O| Aug 05 16:41:06.157 INFO STEP 476 (remove_files) COMPLETE |
5274 | 2024-08-05T16:41:07.705Z | [ recovery-image] Aug 05 16:41:06.157 INFO O| Aug 05 16:41:06.157 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2024-08-05T16:41:07.713Z | [ recovery-image] Aug 05 16:41:06.168 INFO O| Aug 05 16:41:06.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5276 | 2024-08-05T16:41:07.713Z | [ recovery-image] Aug 05 16:41:06.168 INFO O| Aug 05 16:41:06.168 INFO STEP 477 (remove_files) COMPLETE |
5277 | 2024-08-05T16:41:07.716Z | [ recovery-image] Aug 05 16:41:06.168 INFO O| Aug 05 16:41:06.168 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2024-08-05T16:41:07.725Z | [ recovery-image] Aug 05 16:41:06.180 INFO O| Aug 05 16:41:06.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5279 | 2024-08-05T16:41:07.725Z | [ recovery-image] Aug 05 16:41:06.180 INFO O| Aug 05 16:41:06.180 INFO STEP 478 (remove_files) COMPLETE |
5280 | 2024-08-05T16:41:07.725Z | [ recovery-image] Aug 05 16:41:06.180 INFO O| Aug 05 16:41:06.180 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-08-05T16:41:07.737Z | [ recovery-image] Aug 05 16:41:06.191 INFO O| Aug 05 16:41:06.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5282 | 2024-08-05T16:41:07.737Z | [ recovery-image] Aug 05 16:41:06.191 INFO O| Aug 05 16:41:06.191 INFO STEP 479 (remove_files) COMPLETE |
5283 | 2024-08-05T16:41:07.737Z | [ recovery-image] Aug 05 16:41:06.191 INFO O| Aug 05 16:41:06.191 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2024-08-05T16:41:07.748Z | [ recovery-image] Aug 05 16:41:06.203 INFO O| Aug 05 16:41:06.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5285 | 2024-08-05T16:41:07.752Z | [ recovery-image] Aug 05 16:41:06.203 INFO O| Aug 05 16:41:06.203 INFO STEP 480 (remove_files) COMPLETE |
5286 | 2024-08-05T16:41:07.753Z | [ recovery-image] Aug 05 16:41:06.203 INFO O| Aug 05 16:41:06.203 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-08-05T16:41:07.761Z | [ recovery-image] Aug 05 16:41:06.215 INFO O| Aug 05 16:41:06.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5288 | 2024-08-05T16:41:07.761Z | [ recovery-image] Aug 05 16:41:06.215 INFO O| Aug 05 16:41:06.215 INFO STEP 481 (remove_files) COMPLETE |
5289 | 2024-08-05T16:41:07.764Z | [ recovery-image] Aug 05 16:41:06.215 INFO O| Aug 05 16:41:06.215 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2024-08-05T16:41:07.772Z | [ recovery-image] Aug 05 16:41:06.227 INFO O| Aug 05 16:41:06.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5291 | 2024-08-05T16:41:07.775Z | [ recovery-image] Aug 05 16:41:06.227 INFO O| Aug 05 16:41:06.227 INFO STEP 482 (remove_files) COMPLETE |
5292 | 2024-08-05T16:41:07.775Z | [ recovery-image] Aug 05 16:41:06.227 INFO O| Aug 05 16:41:06.227 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2024-08-05T16:41:07.784Z | [ recovery-image] Aug 05 16:41:06.238 INFO O| Aug 05 16:41:06.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5294 | 2024-08-05T16:41:07.787Z | [ recovery-image] Aug 05 16:41:06.238 INFO O| Aug 05 16:41:06.238 INFO STEP 483 (remove_files) COMPLETE |
5295 | 2024-08-05T16:41:07.787Z | [ recovery-image] Aug 05 16:41:06.238 INFO O| Aug 05 16:41:06.238 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2024-08-05T16:41:07.795Z | [ recovery-image] Aug 05 16:41:06.249 INFO O| Aug 05 16:41:06.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5297 | 2024-08-05T16:41:07.798Z | [ recovery-image] Aug 05 16:41:06.250 INFO O| Aug 05 16:41:06.250 INFO STEP 484 (remove_files) COMPLETE |
5298 | 2024-08-05T16:41:07.798Z | [ recovery-image] Aug 05 16:41:06.250 INFO O| Aug 05 16:41:06.250 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2024-08-05T16:41:07.807Z | [ recovery-image] Aug 05 16:41:06.262 INFO O| Aug 05 16:41:06.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5300 | 2024-08-05T16:41:07.808Z | [ recovery-image] Aug 05 16:41:06.262 INFO O| Aug 05 16:41:06.262 INFO STEP 485 (remove_files) COMPLETE |
5301 | 2024-08-05T16:41:07.808Z | [ recovery-image] Aug 05 16:41:06.262 INFO O| Aug 05 16:41:06.262 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2024-08-05T16:41:07.819Z | [ recovery-image] Aug 05 16:41:06.273 INFO O| Aug 05 16:41:06.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5303 | 2024-08-05T16:41:07.819Z | [ recovery-image] Aug 05 16:41:06.273 INFO O| Aug 05 16:41:06.273 INFO STEP 486 (remove_files) COMPLETE |
5304 | 2024-08-05T16:41:07.822Z | [ recovery-image] Aug 05 16:41:06.273 INFO O| Aug 05 16:41:06.273 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2024-08-05T16:41:07.830Z | [ recovery-image] Aug 05 16:41:06.284 INFO O| Aug 05 16:41:06.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5306 | 2024-08-05T16:41:07.830Z | [ recovery-image] Aug 05 16:41:06.284 INFO O| Aug 05 16:41:06.284 INFO STEP 487 (remove_files) COMPLETE |
5307 | 2024-08-05T16:41:07.833Z | [ recovery-image] Aug 05 16:41:06.285 INFO O| Aug 05 16:41:06.284 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2024-08-05T16:41:07.841Z | [ recovery-image] Aug 05 16:41:06.295 INFO O| Aug 05 16:41:06.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5309 | 2024-08-05T16:41:07.841Z | [ recovery-image] Aug 05 16:41:06.296 INFO O| Aug 05 16:41:06.295 INFO STEP 488 (remove_files) COMPLETE |
5310 | 2024-08-05T16:41:07.841Z | [ recovery-image] Aug 05 16:41:06.296 INFO O| Aug 05 16:41:06.296 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2024-08-05T16:41:07.853Z | [ recovery-image] Aug 05 16:41:06.307 INFO O| Aug 05 16:41:06.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5312 | 2024-08-05T16:41:07.853Z | [ recovery-image] Aug 05 16:41:06.307 INFO O| Aug 05 16:41:06.307 INFO STEP 489 (remove_files) COMPLETE |
5313 | 2024-08-05T16:41:07.853Z | [ recovery-image] Aug 05 16:41:06.307 INFO O| Aug 05 16:41:06.307 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2024-08-05T16:41:07.864Z | [ recovery-image] Aug 05 16:41:06.318 INFO O| Aug 05 16:41:06.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5315 | 2024-08-05T16:41:07.868Z | [ recovery-image] Aug 05 16:41:06.318 INFO O| Aug 05 16:41:06.318 INFO STEP 490 (remove_files) COMPLETE |
5316 | 2024-08-05T16:41:07.868Z | [ recovery-image] Aug 05 16:41:06.318 INFO O| Aug 05 16:41:06.318 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2024-08-05T16:41:07.876Z | [ recovery-image] Aug 05 16:41:06.330 INFO O| Aug 05 16:41:06.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5318 | 2024-08-05T16:41:07.876Z | [ recovery-image] Aug 05 16:41:06.330 INFO O| Aug 05 16:41:06.330 INFO STEP 491 (remove_files) COMPLETE |
5319 | 2024-08-05T16:41:07.876Z | [ recovery-image] Aug 05 16:41:06.330 INFO O| Aug 05 16:41:06.330 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-08-05T16:41:07.888Z | [ recovery-image] Aug 05 16:41:06.342 INFO O| Aug 05 16:41:06.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5321 | 2024-08-05T16:41:07.891Z | [ recovery-image] Aug 05 16:41:06.342 INFO O| Aug 05 16:41:06.342 INFO STEP 492 (remove_files) COMPLETE |
5322 | 2024-08-05T16:41:07.892Z | [ recovery-image] Aug 05 16:41:06.342 INFO O| Aug 05 16:41:06.342 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2024-08-05T16:41:07.899Z | [ recovery-image] Aug 05 16:41:06.353 INFO O| Aug 05 16:41:06.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5324 | 2024-08-05T16:41:07.899Z | [ recovery-image] Aug 05 16:41:06.353 INFO O| Aug 05 16:41:06.353 INFO STEP 493 (remove_files) COMPLETE |
5325 | 2024-08-05T16:41:07.903Z | [ recovery-image] Aug 05 16:41:06.353 INFO O| Aug 05 16:41:06.353 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-08-05T16:41:07.911Z | [ recovery-image] Aug 05 16:41:06.365 INFO O| Aug 05 16:41:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5327 | 2024-08-05T16:41:07.911Z | [ recovery-image] Aug 05 16:41:06.365 INFO O| Aug 05 16:41:06.365 INFO STEP 494 (remove_files) COMPLETE |
5328 | 2024-08-05T16:41:07.916Z | [ recovery-image] Aug 05 16:41:06.365 INFO O| Aug 05 16:41:06.365 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-08-05T16:41:07.921Z | [ recovery-image] Aug 05 16:41:06.376 INFO O| Aug 05 16:41:06.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5330 | 2024-08-05T16:41:07.925Z | [ recovery-image] Aug 05 16:41:06.376 INFO O| Aug 05 16:41:06.376 INFO STEP 495 (remove_files) COMPLETE |
5331 | 2024-08-05T16:41:07.925Z | [ recovery-image] Aug 05 16:41:06.376 INFO O| Aug 05 16:41:06.376 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-08-05T16:41:07.933Z | [ recovery-image] Aug 05 16:41:06.387 INFO O| Aug 05 16:41:06.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5333 | 2024-08-05T16:41:07.933Z | [ recovery-image] Aug 05 16:41:06.387 INFO O| Aug 05 16:41:06.387 INFO STEP 496 (remove_files) COMPLETE |
5334 | 2024-08-05T16:41:07.936Z | [ recovery-image] Aug 05 16:41:06.387 INFO O| Aug 05 16:41:06.387 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-08-05T16:41:07.944Z | [ recovery-image] Aug 05 16:41:06.398 INFO O| Aug 05 16:41:06.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5336 | 2024-08-05T16:41:07.944Z | [ recovery-image] Aug 05 16:41:06.398 INFO O| Aug 05 16:41:06.398 INFO STEP 497 (remove_files) COMPLETE |
5337 | 2024-08-05T16:41:07.947Z | [ recovery-image] Aug 05 16:41:06.398 INFO O| Aug 05 16:41:06.398 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-08-05T16:41:07.955Z | [ recovery-image] Aug 05 16:41:06.409 INFO O| Aug 05 16:41:06.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5339 | 2024-08-05T16:41:07.959Z | [ recovery-image] Aug 05 16:41:06.409 INFO O| Aug 05 16:41:06.409 INFO STEP 498 (remove_files) COMPLETE |
5340 | 2024-08-05T16:41:07.959Z | [ recovery-image] Aug 05 16:41:06.409 INFO O| Aug 05 16:41:06.409 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-08-05T16:41:07.966Z | [ recovery-image] Aug 05 16:41:06.420 INFO O| Aug 05 16:41:06.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5342 | 2024-08-05T16:41:07.966Z | [ recovery-image] Aug 05 16:41:06.420 INFO O| Aug 05 16:41:06.420 INFO STEP 499 (remove_files) COMPLETE |
5343 | 2024-08-05T16:41:07.966Z | [ recovery-image] Aug 05 16:41:06.420 INFO O| Aug 05 16:41:06.420 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-08-05T16:41:07.976Z | [ recovery-image] Aug 05 16:41:06.430 INFO O| Aug 05 16:41:06.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5345 | 2024-08-05T16:41:07.977Z | [ recovery-image] Aug 05 16:41:06.431 INFO O| Aug 05 16:41:06.431 INFO STEP 500 (remove_files) COMPLETE |
5346 | 2024-08-05T16:41:07.982Z | [ recovery-image] Aug 05 16:41:06.431 INFO O| Aug 05 16:41:06.431 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-08-05T16:41:07.987Z | [ recovery-image] Aug 05 16:41:06.441 INFO O| Aug 05 16:41:06.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5348 | 2024-08-05T16:41:07.987Z | [ recovery-image] Aug 05 16:41:06.441 INFO O| Aug 05 16:41:06.441 INFO STEP 501 (remove_files) COMPLETE |
5349 | 2024-08-05T16:41:07.992Z | [ recovery-image] Aug 05 16:41:06.441 INFO O| Aug 05 16:41:06.441 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-08-05T16:41:07.998Z | [ recovery-image] Aug 05 16:41:06.452 INFO O| Aug 05 16:41:06.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5351 | 2024-08-05T16:41:07.998Z | [ recovery-image] Aug 05 16:41:06.452 INFO O| Aug 05 16:41:06.452 INFO STEP 502 (remove_files) COMPLETE |
5352 | 2024-08-05T16:41:07.998Z | [ recovery-image] Aug 05 16:41:06.452 INFO O| Aug 05 16:41:06.452 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-08-05T16:41:08.010Z | [ recovery-image] Aug 05 16:41:06.464 INFO O| Aug 05 16:41:06.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5354 | 2024-08-05T16:41:08.010Z | [ recovery-image] Aug 05 16:41:06.464 INFO O| Aug 05 16:41:06.464 INFO STEP 503 (remove_files) COMPLETE |
5355 | 2024-08-05T16:41:08.010Z | [ recovery-image] Aug 05 16:41:06.464 INFO O| Aug 05 16:41:06.464 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-08-05T16:41:08.021Z | [ recovery-image] Aug 05 16:41:06.475 INFO O| Aug 05 16:41:06.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5357 | 2024-08-05T16:41:08.021Z | [ recovery-image] Aug 05 16:41:06.475 INFO O| Aug 05 16:41:06.475 INFO STEP 504 (remove_files) COMPLETE |
5358 | 2024-08-05T16:41:08.021Z | [ recovery-image] Aug 05 16:41:06.475 INFO O| Aug 05 16:41:06.475 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-08-05T16:41:08.032Z | [ recovery-image] Aug 05 16:41:06.486 INFO O| Aug 05 16:41:06.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5360 | 2024-08-05T16:41:08.032Z | [ recovery-image] Aug 05 16:41:06.486 INFO O| Aug 05 16:41:06.486 INFO STEP 505 (remove_files) COMPLETE |
5361 | 2024-08-05T16:41:08.032Z | [ recovery-image] Aug 05 16:41:06.486 INFO O| Aug 05 16:41:06.486 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-08-05T16:41:08.043Z | [ recovery-image] Aug 05 16:41:06.497 INFO O| Aug 05 16:41:06.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5363 | 2024-08-05T16:41:08.048Z | [ recovery-image] Aug 05 16:41:06.497 INFO O| Aug 05 16:41:06.497 INFO STEP 506 (remove_files) COMPLETE |
5364 | 2024-08-05T16:41:08.048Z | [ recovery-image] Aug 05 16:41:06.497 INFO O| Aug 05 16:41:06.497 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-08-05T16:41:08.055Z | [ recovery-image] Aug 05 16:41:06.509 INFO O| Aug 05 16:41:06.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5366 | 2024-08-05T16:41:08.058Z | [ recovery-image] Aug 05 16:41:06.509 INFO O| Aug 05 16:41:06.509 INFO STEP 507 (remove_files) COMPLETE |
5367 | 2024-08-05T16:41:08.058Z | [ recovery-image] Aug 05 16:41:06.509 INFO O| Aug 05 16:41:06.509 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-08-05T16:41:08.069Z | [ recovery-image] Aug 05 16:41:06.523 INFO O| Aug 05 16:41:06.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5369 | 2024-08-05T16:41:08.069Z | [ recovery-image] Aug 05 16:41:06.523 INFO O| Aug 05 16:41:06.523 INFO STEP 508 (remove_files) COMPLETE |
5370 | 2024-08-05T16:41:08.072Z | [ recovery-image] Aug 05 16:41:06.523 INFO O| Aug 05 16:41:06.523 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-08-05T16:41:08.080Z | [ recovery-image] Aug 05 16:41:06.534 INFO O| Aug 05 16:41:06.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5372 | 2024-08-05T16:41:08.080Z | [ recovery-image] Aug 05 16:41:06.534 INFO O| Aug 05 16:41:06.534 INFO STEP 509 (remove_files) COMPLETE |
5373 | 2024-08-05T16:41:08.083Z | [ recovery-image] Aug 05 16:41:06.534 INFO O| Aug 05 16:41:06.534 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-08-05T16:41:08.091Z | [ recovery-image] Aug 05 16:41:06.545 INFO O| Aug 05 16:41:06.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5375 | 2024-08-05T16:41:08.091Z | [ recovery-image] Aug 05 16:41:06.545 INFO O| Aug 05 16:41:06.545 INFO STEP 510 (remove_files) COMPLETE |
5376 | 2024-08-05T16:41:08.091Z | [ recovery-image] Aug 05 16:41:06.545 INFO O| Aug 05 16:41:06.545 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-08-05T16:41:08.102Z | [ recovery-image] Aug 05 16:41:06.556 INFO O| Aug 05 16:41:06.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5378 | 2024-08-05T16:41:08.102Z | [ recovery-image] Aug 05 16:41:06.557 INFO O| Aug 05 16:41:06.556 INFO STEP 511 (remove_files) COMPLETE |
5379 | 2024-08-05T16:41:08.105Z | [ recovery-image] Aug 05 16:41:06.557 INFO O| Aug 05 16:41:06.557 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-08-05T16:41:08.113Z | [ recovery-image] Aug 05 16:41:06.567 INFO O| Aug 05 16:41:06.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5381 | 2024-08-05T16:41:08.113Z | [ recovery-image] Aug 05 16:41:06.567 INFO O| Aug 05 16:41:06.567 INFO STEP 512 (remove_files) COMPLETE |
5382 | 2024-08-05T16:41:08.113Z | [ recovery-image] Aug 05 16:41:06.567 INFO O| Aug 05 16:41:06.567 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-08-05T16:41:08.124Z | [ recovery-image] Aug 05 16:41:06.578 INFO O| Aug 05 16:41:06.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf" |
5384 | 2024-08-05T16:41:08.127Z | [ recovery-image] Aug 05 16:41:06.578 INFO O| Aug 05 16:41:06.578 INFO STEP 513 (remove_files) COMPLETE |
5385 | 2024-08-05T16:41:08.127Z | [ recovery-image] Aug 05 16:41:06.578 INFO O| Aug 05 16:41:06.578 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-08-05T16:41:08.135Z | [ recovery-image] Aug 05 16:41:06.589 INFO O| Aug 05 16:41:06.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5387 | 2024-08-05T16:41:08.138Z | [ recovery-image] Aug 05 16:41:06.590 INFO O| Aug 05 16:41:06.590 INFO STEP 514 (remove_files) COMPLETE |
5388 | 2024-08-05T16:41:08.138Z | [ recovery-image] Aug 05 16:41:06.590 INFO O| Aug 05 16:41:06.590 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-08-05T16:41:08.147Z | [ recovery-image] Aug 05 16:41:06.601 INFO O| Aug 05 16:41:06.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5390 | 2024-08-05T16:41:08.147Z | [ recovery-image] Aug 05 16:41:06.601 INFO O| Aug 05 16:41:06.601 INFO STEP 515 (remove_files) COMPLETE |
5391 | 2024-08-05T16:41:08.147Z | [ recovery-image] Aug 05 16:41:06.601 INFO O| Aug 05 16:41:06.601 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-08-05T16:41:08.158Z | [ recovery-image] Aug 05 16:41:06.612 INFO O| Aug 05 16:41:06.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5393 | 2024-08-05T16:41:08.158Z | [ recovery-image] Aug 05 16:41:06.612 INFO O| Aug 05 16:41:06.612 INFO STEP 516 (remove_files) COMPLETE |
5394 | 2024-08-05T16:41:08.167Z | [ recovery-image] Aug 05 16:41:06.612 INFO O| Aug 05 16:41:06.612 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-08-05T16:41:08.172Z | [ recovery-image] Aug 05 16:41:06.623 INFO O| Aug 05 16:41:06.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5396 | 2024-08-05T16:41:08.172Z | [ recovery-image] Aug 05 16:41:06.624 INFO O| Aug 05 16:41:06.624 INFO STEP 517 (remove_files) COMPLETE |
5397 | 2024-08-05T16:41:08.172Z | [ recovery-image] Aug 05 16:41:06.624 INFO O| Aug 05 16:41:06.624 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-08-05T16:41:08.181Z | [ recovery-image] Aug 05 16:41:06.635 INFO O| Aug 05 16:41:06.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5399 | 2024-08-05T16:41:08.181Z | [ recovery-image] Aug 05 16:41:06.635 INFO O| Aug 05 16:41:06.635 INFO STEP 518 (remove_files) COMPLETE |
5400 | 2024-08-05T16:41:08.181Z | [ recovery-image] Aug 05 16:41:06.635 INFO O| Aug 05 16:41:06.635 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-08-05T16:41:08.192Z | [ recovery-image] Aug 05 16:41:06.646 INFO O| Aug 05 16:41:06.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5402 | 2024-08-05T16:41:08.192Z | [ recovery-image] Aug 05 16:41:06.647 INFO O| Aug 05 16:41:06.647 INFO STEP 519 (remove_files) COMPLETE |
5403 | 2024-08-05T16:41:08.196Z | [ recovery-image] Aug 05 16:41:06.647 INFO O| Aug 05 16:41:06.647 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-08-05T16:41:08.204Z | [ recovery-image] Aug 05 16:41:06.658 INFO O| Aug 05 16:41:06.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5405 | 2024-08-05T16:41:08.204Z | [ recovery-image] Aug 05 16:41:06.658 INFO O| Aug 05 16:41:06.658 INFO STEP 520 (remove_files) COMPLETE |
5406 | 2024-08-05T16:41:08.204Z | [ recovery-image] Aug 05 16:41:06.658 INFO O| Aug 05 16:41:06.658 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-08-05T16:41:08.215Z | [ recovery-image] Aug 05 16:41:06.670 INFO O| Aug 05 16:41:06.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5408 | 2024-08-05T16:41:08.215Z | [ recovery-image] Aug 05 16:41:06.670 INFO O| Aug 05 16:41:06.670 INFO STEP 521 (remove_files) COMPLETE |
5409 | 2024-08-05T16:41:08.216Z | [ recovery-image] Aug 05 16:41:06.670 INFO O| Aug 05 16:41:06.670 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-08-05T16:41:08.227Z | [ recovery-image] Aug 05 16:41:06.681 INFO O| Aug 05 16:41:06.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5411 | 2024-08-05T16:41:08.230Z | [ recovery-image] Aug 05 16:41:06.682 INFO O| Aug 05 16:41:06.682 INFO STEP 522 (remove_files) COMPLETE |
5412 | 2024-08-05T16:41:08.230Z | [ recovery-image] Aug 05 16:41:06.682 INFO O| Aug 05 16:41:06.682 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-08-05T16:41:08.239Z | [ recovery-image] Aug 05 16:41:06.694 INFO O| Aug 05 16:41:06.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5414 | 2024-08-05T16:41:08.240Z | [ recovery-image] Aug 05 16:41:06.694 INFO O| Aug 05 16:41:06.694 INFO STEP 523 (remove_files) COMPLETE |
5415 | 2024-08-05T16:41:08.240Z | [ recovery-image] Aug 05 16:41:06.694 INFO O| Aug 05 16:41:06.694 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-08-05T16:41:08.252Z | [ recovery-image] Aug 05 16:41:06.705 INFO O| Aug 05 16:41:06.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5417 | 2024-08-05T16:41:08.252Z | [ recovery-image] Aug 05 16:41:06.705 INFO O| Aug 05 16:41:06.705 INFO STEP 524 (remove_files) COMPLETE |
5418 | 2024-08-05T16:41:08.252Z | [ recovery-image] Aug 05 16:41:06.705 INFO O| Aug 05 16:41:06.705 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-08-05T16:41:08.263Z | [ recovery-image] Aug 05 16:41:06.716 INFO O| Aug 05 16:41:06.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5420 | 2024-08-05T16:41:08.263Z | [ recovery-image] Aug 05 16:41:06.716 INFO O| Aug 05 16:41:06.716 INFO STEP 525 (remove_files) COMPLETE |
5421 | 2024-08-05T16:41:08.263Z | [ recovery-image] Aug 05 16:41:06.716 INFO O| Aug 05 16:41:06.716 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-08-05T16:41:08.273Z | [ recovery-image] Aug 05 16:41:06.727 INFO O| Aug 05 16:41:06.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5423 | 2024-08-05T16:41:08.273Z | [ recovery-image] Aug 05 16:41:06.727 INFO O| Aug 05 16:41:06.727 INFO STEP 526 (remove_files) COMPLETE |
5424 | 2024-08-05T16:41:08.277Z | [ recovery-image] Aug 05 16:41:06.727 INFO O| Aug 05 16:41:06.727 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-08-05T16:41:08.285Z | [ recovery-image] Aug 05 16:41:06.738 INFO O| Aug 05 16:41:06.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5426 | 2024-08-05T16:41:08.285Z | [ recovery-image] Aug 05 16:41:06.739 INFO O| Aug 05 16:41:06.738 INFO STEP 527 (remove_files) COMPLETE |
5427 | 2024-08-05T16:41:08.285Z | [ recovery-image] Aug 05 16:41:06.739 INFO O| Aug 05 16:41:06.739 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-08-05T16:41:08.296Z | [ recovery-image] Aug 05 16:41:06.750 INFO O| Aug 05 16:41:06.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5429 | 2024-08-05T16:41:08.296Z | [ recovery-image] Aug 05 16:41:06.750 INFO O| Aug 05 16:41:06.750 INFO STEP 528 (remove_files) COMPLETE |
5430 | 2024-08-05T16:41:08.296Z | [ recovery-image] Aug 05 16:41:06.750 INFO O| Aug 05 16:41:06.750 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-08-05T16:41:08.308Z | [ recovery-image] Aug 05 16:41:06.762 INFO O| Aug 05 16:41:06.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5432 | 2024-08-05T16:41:08.311Z | [ recovery-image] Aug 05 16:41:06.762 INFO O| Aug 05 16:41:06.762 INFO STEP 529 (remove_files) COMPLETE |
5433 | 2024-08-05T16:41:08.311Z | [ recovery-image] Aug 05 16:41:06.762 INFO O| Aug 05 16:41:06.762 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-08-05T16:41:08.319Z | [ recovery-image] Aug 05 16:41:06.773 INFO O| Aug 05 16:41:06.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5435 | 2024-08-05T16:41:08.322Z | [ recovery-image] Aug 05 16:41:06.773 INFO O| Aug 05 16:41:06.773 INFO STEP 530 (remove_files) COMPLETE |
5436 | 2024-08-05T16:41:08.322Z | [ recovery-image] Aug 05 16:41:06.773 INFO O| Aug 05 16:41:06.773 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-08-05T16:41:08.329Z | [ recovery-image] Aug 05 16:41:06.783 INFO O| Aug 05 16:41:06.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5438 | 2024-08-05T16:41:08.332Z | [ recovery-image] Aug 05 16:41:06.783 INFO O| Aug 05 16:41:06.783 INFO STEP 531 (remove_files) COMPLETE |
5439 | 2024-08-05T16:41:08.332Z | [ recovery-image] Aug 05 16:41:06.783 INFO O| Aug 05 16:41:06.783 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-08-05T16:41:08.339Z | [ recovery-image] Aug 05 16:41:06.794 INFO O| Aug 05 16:41:06.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5441 | 2024-08-05T16:41:08.340Z | [ recovery-image] Aug 05 16:41:06.794 INFO O| Aug 05 16:41:06.794 INFO STEP 532 (remove_files) COMPLETE |
5442 | 2024-08-05T16:41:08.340Z | [ recovery-image] Aug 05 16:41:06.794 INFO O| Aug 05 16:41:06.794 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-08-05T16:41:08.350Z | [ recovery-image] Aug 05 16:41:06.804 INFO O| Aug 05 16:41:06.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5444 | 2024-08-05T16:41:08.353Z | [ recovery-image] Aug 05 16:41:06.804 INFO O| Aug 05 16:41:06.804 INFO STEP 533 (remove_files) COMPLETE |
5445 | 2024-08-05T16:41:08.353Z | [ recovery-image] Aug 05 16:41:06.804 INFO O| Aug 05 16:41:06.804 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-08-05T16:41:08.359Z | [ recovery-image] Aug 05 16:41:06.814 INFO O| Aug 05 16:41:06.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5447 | 2024-08-05T16:41:08.362Z | [ recovery-image] Aug 05 16:41:06.814 INFO O| Aug 05 16:41:06.814 INFO STEP 534 (remove_files) COMPLETE |
5448 | 2024-08-05T16:41:08.362Z | [ recovery-image] Aug 05 16:41:06.814 INFO O| Aug 05 16:41:06.814 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-08-05T16:41:08.371Z | [ recovery-image] Aug 05 16:41:06.825 INFO O| Aug 05 16:41:06.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5450 | 2024-08-05T16:41:08.374Z | [ recovery-image] Aug 05 16:41:06.825 INFO O| Aug 05 16:41:06.825 INFO STEP 535 (remove_files) COMPLETE |
5451 | 2024-08-05T16:41:08.374Z | [ recovery-image] Aug 05 16:41:06.825 INFO O| Aug 05 16:41:06.825 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-08-05T16:41:08.382Z | [ recovery-image] Aug 05 16:41:06.835 INFO O| Aug 05 16:41:06.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5453 | 2024-08-05T16:41:08.382Z | [ recovery-image] Aug 05 16:41:06.835 INFO O| Aug 05 16:41:06.835 INFO STEP 536 (remove_files) COMPLETE |
5454 | 2024-08-05T16:41:08.385Z | [ recovery-image] Aug 05 16:41:06.835 INFO O| Aug 05 16:41:06.835 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-08-05T16:41:08.391Z | [ recovery-image] Aug 05 16:41:06.846 INFO O| Aug 05 16:41:06.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5456 | 2024-08-05T16:41:08.394Z | [ recovery-image] Aug 05 16:41:06.846 INFO O| Aug 05 16:41:06.846 INFO STEP 537 (remove_files) COMPLETE |
5457 | 2024-08-05T16:41:08.394Z | [ recovery-image] Aug 05 16:41:06.846 INFO O| Aug 05 16:41:06.846 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-08-05T16:41:08.402Z | [ recovery-image] Aug 05 16:41:06.856 INFO O| Aug 05 16:41:06.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5459 | 2024-08-05T16:41:08.402Z | [ recovery-image] Aug 05 16:41:06.856 INFO O| Aug 05 16:41:06.856 INFO STEP 538 (remove_files) COMPLETE |
5460 | 2024-08-05T16:41:08.402Z | [ recovery-image] Aug 05 16:41:06.856 INFO O| Aug 05 16:41:06.856 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-08-05T16:41:08.412Z | [ recovery-image] Aug 05 16:41:06.866 INFO O| Aug 05 16:41:06.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5462 | 2024-08-05T16:41:08.415Z | [ recovery-image] Aug 05 16:41:06.866 INFO O| Aug 05 16:41:06.866 INFO STEP 539 (remove_files) COMPLETE |
5463 | 2024-08-05T16:41:08.415Z | [ recovery-image] Aug 05 16:41:06.866 INFO O| Aug 05 16:41:06.866 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-08-05T16:41:08.422Z | [ recovery-image] Aug 05 16:41:06.876 INFO O| Aug 05 16:41:06.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5465 | 2024-08-05T16:41:08.425Z | [ recovery-image] Aug 05 16:41:06.876 INFO O| Aug 05 16:41:06.876 INFO STEP 540 (remove_files) COMPLETE |
5466 | 2024-08-05T16:41:08.425Z | [ recovery-image] Aug 05 16:41:06.876 INFO O| Aug 05 16:41:06.876 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-08-05T16:41:08.432Z | [ recovery-image] Aug 05 16:41:06.887 INFO O| Aug 05 16:41:06.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5468 | 2024-08-05T16:41:08.432Z | [ recovery-image] Aug 05 16:41:06.887 INFO O| Aug 05 16:41:06.887 INFO STEP 541 (remove_files) COMPLETE |
5469 | 2024-08-05T16:41:08.432Z | [ recovery-image] Aug 05 16:41:06.887 INFO O| Aug 05 16:41:06.887 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-08-05T16:41:08.443Z | [ recovery-image] Aug 05 16:41:06.896 INFO O| Aug 05 16:41:06.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5471 | 2024-08-05T16:41:08.443Z | [ recovery-image] Aug 05 16:41:06.896 INFO O| Aug 05 16:41:06.896 INFO STEP 542 (remove_files) COMPLETE |
5472 | 2024-08-05T16:41:08.446Z | [ recovery-image] Aug 05 16:41:06.896 INFO O| Aug 05 16:41:06.896 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-08-05T16:41:08.452Z | [ recovery-image] Aug 05 16:41:06.906 INFO O| Aug 05 16:41:06.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5474 | 2024-08-05T16:41:08.454Z | [ recovery-image] Aug 05 16:41:06.906 INFO O| Aug 05 16:41:06.906 INFO STEP 543 (remove_files) COMPLETE |
5475 | 2024-08-05T16:41:08.454Z | [ recovery-image] Aug 05 16:41:06.906 INFO O| Aug 05 16:41:06.906 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-08-05T16:41:08.462Z | [ recovery-image] Aug 05 16:41:06.916 INFO O| Aug 05 16:41:06.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5477 | 2024-08-05T16:41:08.462Z | [ recovery-image] Aug 05 16:41:06.916 INFO O| Aug 05 16:41:06.916 INFO STEP 544 (remove_files) COMPLETE |
5478 | 2024-08-05T16:41:08.462Z | [ recovery-image] Aug 05 16:41:06.916 INFO O| Aug 05 16:41:06.916 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-08-05T16:41:08.471Z | [ recovery-image] Aug 05 16:41:06.926 INFO O| Aug 05 16:41:06.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5480 | 2024-08-05T16:41:08.471Z | [ recovery-image] Aug 05 16:41:06.926 INFO O| Aug 05 16:41:06.926 INFO STEP 545 (remove_files) COMPLETE |
5481 | 2024-08-05T16:41:08.471Z | [ recovery-image] Aug 05 16:41:06.926 INFO O| Aug 05 16:41:06.926 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-08-05T16:41:08.474Z | [ host-image] Aug 05 16:41:06.929 INFO O| Aug 05 16:41:06.929 INFO O| Actions: 23644/49256 actions (Installing new actions) |
5483 | 2024-08-05T16:41:08.481Z | [ recovery-image] Aug 05 16:41:06.935 INFO O| Aug 05 16:41:06.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5484 | 2024-08-05T16:41:08.484Z | [ recovery-image] Aug 05 16:41:06.935 INFO O| Aug 05 16:41:06.935 INFO STEP 546 (remove_files) COMPLETE |
5485 | 2024-08-05T16:41:08.484Z | [ recovery-image] Aug 05 16:41:06.935 INFO O| Aug 05 16:41:06.935 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-08-05T16:41:08.491Z | [ recovery-image] Aug 05 16:41:06.945 INFO O| Aug 05 16:41:06.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5487 | 2024-08-05T16:41:08.491Z | [ recovery-image] Aug 05 16:41:06.945 INFO O| Aug 05 16:41:06.945 INFO STEP 547 (remove_files) COMPLETE |
5488 | 2024-08-05T16:41:08.494Z | [ recovery-image] Aug 05 16:41:06.945 INFO O| Aug 05 16:41:06.945 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-08-05T16:41:08.500Z | [ recovery-image] Aug 05 16:41:06.955 INFO O| Aug 05 16:41:06.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5490 | 2024-08-05T16:41:08.503Z | [ recovery-image] Aug 05 16:41:06.955 INFO O| Aug 05 16:41:06.955 INFO STEP 548 (remove_files) COMPLETE |
5491 | 2024-08-05T16:41:08.503Z | [ recovery-image] Aug 05 16:41:06.955 INFO O| Aug 05 16:41:06.955 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-08-05T16:41:08.510Z | [ recovery-image] Aug 05 16:41:06.965 INFO O| Aug 05 16:41:06.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5493 | 2024-08-05T16:41:08.510Z | [ recovery-image] Aug 05 16:41:06.965 INFO O| Aug 05 16:41:06.965 INFO STEP 549 (remove_files) COMPLETE |
5494 | 2024-08-05T16:41:08.510Z | [ recovery-image] Aug 05 16:41:06.965 INFO O| Aug 05 16:41:06.965 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-08-05T16:41:08.520Z | [ recovery-image] Aug 05 16:41:06.974 INFO O| Aug 05 16:41:06.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5496 | 2024-08-05T16:41:08.523Z | [ recovery-image] Aug 05 16:41:06.974 INFO O| Aug 05 16:41:06.974 INFO STEP 550 (remove_files) COMPLETE |
5497 | 2024-08-05T16:41:08.523Z | [ recovery-image] Aug 05 16:41:06.974 INFO O| Aug 05 16:41:06.974 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-08-05T16:41:08.530Z | [ recovery-image] Aug 05 16:41:06.984 INFO O| Aug 05 16:41:06.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5499 | 2024-08-05T16:41:08.530Z | [ recovery-image] Aug 05 16:41:06.984 INFO O| Aug 05 16:41:06.984 INFO STEP 551 (remove_files) COMPLETE |
5500 | 2024-08-05T16:41:08.530Z | [ recovery-image] Aug 05 16:41:06.984 INFO O| Aug 05 16:41:06.984 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-08-05T16:41:08.540Z | [ recovery-image] Aug 05 16:41:06.994 INFO O| Aug 05 16:41:06.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5502 | 2024-08-05T16:41:08.540Z | [ recovery-image] Aug 05 16:41:06.994 INFO O| Aug 05 16:41:06.994 INFO STEP 552 (remove_files) COMPLETE |
5503 | 2024-08-05T16:41:08.540Z | [ recovery-image] Aug 05 16:41:06.994 INFO O| Aug 05 16:41:06.994 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-08-05T16:41:08.552Z | [ recovery-image] Aug 05 16:41:07.006 INFO O| Aug 05 16:41:07.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5505 | 2024-08-05T16:41:08.552Z | [ recovery-image] Aug 05 16:41:07.006 INFO O| Aug 05 16:41:07.006 INFO STEP 553 (remove_files) COMPLETE |
5506 | 2024-08-05T16:41:08.552Z | [ recovery-image] Aug 05 16:41:07.006 INFO O| Aug 05 16:41:07.006 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-08-05T16:41:08.563Z | [ recovery-image] Aug 05 16:41:07.017 INFO O| Aug 05 16:41:07.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5508 | 2024-08-05T16:41:08.563Z | [ recovery-image] Aug 05 16:41:07.017 INFO O| Aug 05 16:41:07.017 INFO STEP 554 (remove_files) COMPLETE |
5509 | 2024-08-05T16:41:08.563Z | [ recovery-image] Aug 05 16:41:07.017 INFO O| Aug 05 16:41:07.017 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-08-05T16:41:08.573Z | [ recovery-image] Aug 05 16:41:07.028 INFO O| Aug 05 16:41:07.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5511 | 2024-08-05T16:41:08.576Z | [ recovery-image] Aug 05 16:41:07.029 INFO O| Aug 05 16:41:07.029 INFO STEP 555 (remove_files) COMPLETE |
5512 | 2024-08-05T16:41:08.576Z | [ recovery-image] Aug 05 16:41:07.029 INFO O| Aug 05 16:41:07.029 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-08-05T16:41:08.586Z | [ recovery-image] Aug 05 16:41:07.040 INFO O| Aug 05 16:41:07.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5514 | 2024-08-05T16:41:08.589Z | [ recovery-image] Aug 05 16:41:07.040 INFO O| Aug 05 16:41:07.040 INFO STEP 556 (remove_files) COMPLETE |
5515 | 2024-08-05T16:41:08.589Z | [ recovery-image] Aug 05 16:41:07.040 INFO O| Aug 05 16:41:07.040 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-08-05T16:41:08.597Z | [ recovery-image] Aug 05 16:41:07.051 INFO O| Aug 05 16:41:07.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5517 | 2024-08-05T16:41:08.600Z | [ recovery-image] Aug 05 16:41:07.051 INFO O| Aug 05 16:41:07.051 INFO STEP 557 (remove_files) COMPLETE |
5518 | 2024-08-05T16:41:08.600Z | [ recovery-image] Aug 05 16:41:07.051 INFO O| Aug 05 16:41:07.051 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-08-05T16:41:08.607Z | [ recovery-image] Aug 05 16:41:07.061 INFO O| Aug 05 16:41:07.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5520 | 2024-08-05T16:41:08.610Z | [ recovery-image] Aug 05 16:41:07.061 INFO O| Aug 05 16:41:07.061 INFO STEP 558 (remove_files) COMPLETE |
5521 | 2024-08-05T16:41:08.610Z | [ recovery-image] Aug 05 16:41:07.061 INFO O| Aug 05 16:41:07.061 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-08-05T16:41:08.617Z | [ recovery-image] Aug 05 16:41:07.072 INFO O| Aug 05 16:41:07.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5523 | 2024-08-05T16:41:08.620Z | [ recovery-image] Aug 05 16:41:07.072 INFO O| Aug 05 16:41:07.072 INFO STEP 559 (remove_files) COMPLETE |
5524 | 2024-08-05T16:41:08.620Z | [ recovery-image] Aug 05 16:41:07.072 INFO O| Aug 05 16:41:07.072 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-08-05T16:41:08.628Z | [ recovery-image] Aug 05 16:41:07.082 INFO O| Aug 05 16:41:07.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5526 | 2024-08-05T16:41:08.628Z | [ recovery-image] Aug 05 16:41:07.082 INFO O| Aug 05 16:41:07.082 INFO STEP 560 (remove_files) COMPLETE |
5527 | 2024-08-05T16:41:08.628Z | [ recovery-image] Aug 05 16:41:07.082 INFO O| Aug 05 16:41:07.082 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-08-05T16:41:08.638Z | [ recovery-image] Aug 05 16:41:07.093 INFO O| Aug 05 16:41:07.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5529 | 2024-08-05T16:41:08.638Z | [ recovery-image] Aug 05 16:41:07.093 INFO O| Aug 05 16:41:07.093 INFO STEP 561 (remove_files) COMPLETE |
5530 | 2024-08-05T16:41:08.638Z | [ recovery-image] Aug 05 16:41:07.093 INFO O| Aug 05 16:41:07.093 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-08-05T16:41:08.649Z | [ recovery-image] Aug 05 16:41:07.103 INFO O| Aug 05 16:41:07.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5532 | 2024-08-05T16:41:08.650Z | [ recovery-image] Aug 05 16:41:07.103 INFO O| Aug 05 16:41:07.103 INFO STEP 562 (remove_files) COMPLETE |
5533 | 2024-08-05T16:41:08.654Z | [ recovery-image] Aug 05 16:41:07.103 INFO O| Aug 05 16:41:07.103 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2024-08-05T16:41:08.660Z | [ recovery-image] Aug 05 16:41:07.114 INFO O| Aug 05 16:41:07.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5535 | 2024-08-05T16:41:08.663Z | [ recovery-image] Aug 05 16:41:07.114 INFO O| Aug 05 16:41:07.114 INFO STEP 563 (remove_files) COMPLETE |
5536 | 2024-08-05T16:41:08.663Z | [ recovery-image] Aug 05 16:41:07.114 INFO O| Aug 05 16:41:07.114 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-08-05T16:41:08.671Z | [ recovery-image] Aug 05 16:41:07.125 INFO O| Aug 05 16:41:07.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5538 | 2024-08-05T16:41:08.671Z | [ recovery-image] Aug 05 16:41:07.125 INFO O| Aug 05 16:41:07.125 INFO STEP 564 (remove_files) COMPLETE |
5539 | 2024-08-05T16:41:08.674Z | [ recovery-image] Aug 05 16:41:07.125 INFO O| Aug 05 16:41:07.125 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2024-08-05T16:41:08.686Z | [ recovery-image] Aug 05 16:41:07.136 INFO O| Aug 05 16:41:07.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5541 | 2024-08-05T16:41:08.686Z | [ recovery-image] Aug 05 16:41:07.136 INFO O| Aug 05 16:41:07.136 INFO STEP 565 (remove_files) COMPLETE |
5542 | 2024-08-05T16:41:08.686Z | [ recovery-image] Aug 05 16:41:07.136 INFO O| Aug 05 16:41:07.136 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2024-08-05T16:41:08.692Z | [ recovery-image] Aug 05 16:41:07.146 INFO O| Aug 05 16:41:07.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5544 | 2024-08-05T16:41:08.692Z | [ recovery-image] Aug 05 16:41:07.146 INFO O| Aug 05 16:41:07.146 INFO STEP 566 (remove_files) COMPLETE |
5545 | 2024-08-05T16:41:08.692Z | [ recovery-image] Aug 05 16:41:07.146 INFO O| Aug 05 16:41:07.146 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2024-08-05T16:41:08.702Z | [ recovery-image] Aug 05 16:41:07.156 INFO O| Aug 05 16:41:07.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5547 | 2024-08-05T16:41:08.702Z | [ recovery-image] Aug 05 16:41:07.156 INFO O| Aug 05 16:41:07.156 INFO STEP 567 (remove_files) COMPLETE |
5548 | 2024-08-05T16:41:08.702Z | [ recovery-image] Aug 05 16:41:07.156 INFO O| Aug 05 16:41:07.156 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-08-05T16:41:08.712Z | [ recovery-image] Aug 05 16:41:07.166 INFO O| Aug 05 16:41:07.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5550 | 2024-08-05T16:41:08.715Z | [ recovery-image] Aug 05 16:41:07.166 INFO O| Aug 05 16:41:07.166 INFO STEP 568 (remove_files) COMPLETE |
5551 | 2024-08-05T16:41:08.715Z | [ recovery-image] Aug 05 16:41:07.166 INFO O| Aug 05 16:41:07.166 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-08-05T16:41:08.722Z | [ recovery-image] Aug 05 16:41:07.176 INFO O| Aug 05 16:41:07.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5553 | 2024-08-05T16:41:08.722Z | [ recovery-image] Aug 05 16:41:07.176 INFO O| Aug 05 16:41:07.176 INFO STEP 569 (remove_files) COMPLETE |
5554 | 2024-08-05T16:41:08.722Z | [ recovery-image] Aug 05 16:41:07.176 INFO O| Aug 05 16:41:07.176 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-08-05T16:41:08.734Z | [ recovery-image] Aug 05 16:41:07.186 INFO O| Aug 05 16:41:07.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5556 | 2024-08-05T16:41:08.734Z | [ recovery-image] Aug 05 16:41:07.186 INFO O| Aug 05 16:41:07.186 INFO STEP 570 (remove_files) COMPLETE |
5557 | 2024-08-05T16:41:08.737Z | [ recovery-image] Aug 05 16:41:07.186 INFO O| Aug 05 16:41:07.186 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-08-05T16:41:08.742Z | [ recovery-image] Aug 05 16:41:07.197 INFO O| Aug 05 16:41:07.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5559 | 2024-08-05T16:41:08.742Z | [ recovery-image] Aug 05 16:41:07.197 INFO O| Aug 05 16:41:07.197 INFO STEP 571 (remove_files) COMPLETE |
5560 | 2024-08-05T16:41:08.746Z | [ recovery-image] Aug 05 16:41:07.197 INFO O| Aug 05 16:41:07.197 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-08-05T16:41:08.753Z | [ recovery-image] Aug 05 16:41:07.207 INFO O| Aug 05 16:41:07.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5562 | 2024-08-05T16:41:08.753Z | [ recovery-image] Aug 05 16:41:07.207 INFO O| Aug 05 16:41:07.207 INFO STEP 572 (remove_files) COMPLETE |
5563 | 2024-08-05T16:41:08.758Z | [ recovery-image] Aug 05 16:41:07.207 INFO O| Aug 05 16:41:07.207 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-08-05T16:41:08.763Z | [ recovery-image] Aug 05 16:41:07.217 INFO O| Aug 05 16:41:07.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5565 | 2024-08-05T16:41:08.763Z | [ recovery-image] Aug 05 16:41:07.217 INFO O| Aug 05 16:41:07.217 INFO STEP 573 (remove_files) COMPLETE |
5566 | 2024-08-05T16:41:08.766Z | [ recovery-image] Aug 05 16:41:07.217 INFO O| Aug 05 16:41:07.217 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-08-05T16:41:08.773Z | [ recovery-image] Aug 05 16:41:07.227 INFO O| Aug 05 16:41:07.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5568 | 2024-08-05T16:41:08.773Z | [ recovery-image] Aug 05 16:41:07.227 INFO O| Aug 05 16:41:07.227 INFO STEP 574 (remove_files) COMPLETE |
5569 | 2024-08-05T16:41:08.773Z | [ recovery-image] Aug 05 16:41:07.227 INFO O| Aug 05 16:41:07.227 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-08-05T16:41:08.783Z | [ recovery-image] Aug 05 16:41:07.237 INFO O| Aug 05 16:41:07.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5571 | 2024-08-05T16:41:08.783Z | [ recovery-image] Aug 05 16:41:07.237 INFO O| Aug 05 16:41:07.237 INFO STEP 575 (remove_files) COMPLETE |
5572 | 2024-08-05T16:41:08.786Z | [ recovery-image] Aug 05 16:41:07.237 INFO O| Aug 05 16:41:07.237 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-08-05T16:41:08.793Z | [ recovery-image] Aug 05 16:41:07.247 INFO O| Aug 05 16:41:07.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5574 | 2024-08-05T16:41:08.793Z | [ recovery-image] Aug 05 16:41:07.248 INFO O| Aug 05 16:41:07.247 INFO STEP 576 (remove_files) COMPLETE |
5575 | 2024-08-05T16:41:08.796Z | [ recovery-image] Aug 05 16:41:07.248 INFO O| Aug 05 16:41:07.248 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-08-05T16:41:08.803Z | [ recovery-image] Aug 05 16:41:07.257 INFO O| Aug 05 16:41:07.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5577 | 2024-08-05T16:41:08.806Z | [ recovery-image] Aug 05 16:41:07.257 INFO O| Aug 05 16:41:07.257 INFO STEP 577 (remove_files) COMPLETE |
5578 | 2024-08-05T16:41:08.806Z | [ recovery-image] Aug 05 16:41:07.257 INFO O| Aug 05 16:41:07.257 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-08-05T16:41:08.813Z | [ recovery-image] Aug 05 16:41:07.267 INFO O| Aug 05 16:41:07.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5580 | 2024-08-05T16:41:08.816Z | [ recovery-image] Aug 05 16:41:07.267 INFO O| Aug 05 16:41:07.267 INFO STEP 578 (remove_files) COMPLETE |
5581 | 2024-08-05T16:41:08.816Z | [ recovery-image] Aug 05 16:41:07.267 INFO O| Aug 05 16:41:07.267 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-08-05T16:41:08.823Z | [ recovery-image] Aug 05 16:41:07.277 INFO O| Aug 05 16:41:07.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5583 | 2024-08-05T16:41:08.825Z | [ recovery-image] Aug 05 16:41:07.277 INFO O| Aug 05 16:41:07.277 INFO STEP 579 (remove_files) COMPLETE |
5584 | 2024-08-05T16:41:08.826Z | [ recovery-image] Aug 05 16:41:07.277 INFO O| Aug 05 16:41:07.277 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-08-05T16:41:08.833Z | [ recovery-image] Aug 05 16:41:07.287 INFO O| Aug 05 16:41:07.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5586 | 2024-08-05T16:41:08.833Z | [ recovery-image] Aug 05 16:41:07.287 INFO O| Aug 05 16:41:07.287 INFO STEP 580 (remove_files) COMPLETE |
5587 | 2024-08-05T16:41:08.833Z | [ recovery-image] Aug 05 16:41:07.287 INFO O| Aug 05 16:41:07.287 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-08-05T16:41:08.842Z | [ recovery-image] Aug 05 16:41:07.296 INFO O| Aug 05 16:41:07.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5589 | 2024-08-05T16:41:08.842Z | [ recovery-image] Aug 05 16:41:07.297 INFO O| Aug 05 16:41:07.297 INFO STEP 581 (remove_files) COMPLETE |
5590 | 2024-08-05T16:41:08.843Z | [ recovery-image] Aug 05 16:41:07.297 INFO O| Aug 05 16:41:07.297 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-08-05T16:41:08.853Z | [ recovery-image] Aug 05 16:41:07.307 INFO O| Aug 05 16:41:07.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5592 | 2024-08-05T16:41:08.853Z | [ recovery-image] Aug 05 16:41:07.307 INFO O| Aug 05 16:41:07.307 INFO STEP 582 (remove_files) COMPLETE |
5593 | 2024-08-05T16:41:08.853Z | [ recovery-image] Aug 05 16:41:07.307 INFO O| Aug 05 16:41:07.307 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-08-05T16:41:08.863Z | [ recovery-image] Aug 05 16:41:07.317 INFO O| Aug 05 16:41:07.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5595 | 2024-08-05T16:41:08.863Z | [ recovery-image] Aug 05 16:41:07.317 INFO O| Aug 05 16:41:07.317 INFO STEP 583 (remove_files) COMPLETE |
5596 | 2024-08-05T16:41:08.863Z | [ recovery-image] Aug 05 16:41:07.317 INFO O| Aug 05 16:41:07.317 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-08-05T16:41:08.874Z | [ recovery-image] Aug 05 16:41:07.328 INFO O| Aug 05 16:41:07.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5598 | 2024-08-05T16:41:08.874Z | [ recovery-image] Aug 05 16:41:07.328 INFO O| Aug 05 16:41:07.328 INFO STEP 584 (remove_files) COMPLETE |
5599 | 2024-08-05T16:41:08.874Z | [ recovery-image] Aug 05 16:41:07.329 INFO O| Aug 05 16:41:07.328 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-08-05T16:41:08.885Z | [ recovery-image] Aug 05 16:41:07.339 INFO O| Aug 05 16:41:07.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5601 | 2024-08-05T16:41:08.889Z | [ recovery-image] Aug 05 16:41:07.339 INFO O| Aug 05 16:41:07.339 INFO STEP 585 (remove_files) COMPLETE |
5602 | 2024-08-05T16:41:08.889Z | [ recovery-image] Aug 05 16:41:07.339 INFO O| Aug 05 16:41:07.339 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-08-05T16:41:08.895Z | [ recovery-image] Aug 05 16:41:07.349 INFO O| Aug 05 16:41:07.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5604 | 2024-08-05T16:41:08.895Z | [ recovery-image] Aug 05 16:41:07.350 INFO O| Aug 05 16:41:07.349 INFO STEP 586 (remove_files) COMPLETE |
5605 | 2024-08-05T16:41:08.898Z | [ recovery-image] Aug 05 16:41:07.350 INFO O| Aug 05 16:41:07.350 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-08-05T16:41:08.906Z | [ recovery-image] Aug 05 16:41:07.360 INFO O| Aug 05 16:41:07.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5607 | 2024-08-05T16:41:08.906Z | [ recovery-image] Aug 05 16:41:07.360 INFO O| Aug 05 16:41:07.360 INFO STEP 587 (remove_files) COMPLETE |
5608 | 2024-08-05T16:41:08.906Z | [ recovery-image] Aug 05 16:41:07.360 INFO O| Aug 05 16:41:07.360 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-08-05T16:41:08.916Z | [ recovery-image] Aug 05 16:41:07.370 INFO O| Aug 05 16:41:07.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5610 | 2024-08-05T16:41:08.916Z | [ recovery-image] Aug 05 16:41:07.370 INFO O| Aug 05 16:41:07.370 INFO STEP 588 (remove_files) COMPLETE |
5611 | 2024-08-05T16:41:08.919Z | [ recovery-image] Aug 05 16:41:07.370 INFO O| Aug 05 16:41:07.370 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-08-05T16:41:08.927Z | [ recovery-image] Aug 05 16:41:07.381 INFO O| Aug 05 16:41:07.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5613 | 2024-08-05T16:41:08.927Z | [ recovery-image] Aug 05 16:41:07.381 INFO O| Aug 05 16:41:07.381 INFO STEP 589 (remove_files) COMPLETE |
5614 | 2024-08-05T16:41:08.930Z | [ recovery-image] Aug 05 16:41:07.381 INFO O| Aug 05 16:41:07.381 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-08-05T16:41:08.938Z | [ recovery-image] Aug 05 16:41:07.392 INFO O| Aug 05 16:41:07.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5616 | 2024-08-05T16:41:08.938Z | [ recovery-image] Aug 05 16:41:07.392 INFO O| Aug 05 16:41:07.392 INFO STEP 590 (remove_files) COMPLETE |
5617 | 2024-08-05T16:41:08.938Z | [ recovery-image] Aug 05 16:41:07.392 INFO O| Aug 05 16:41:07.392 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-08-05T16:41:08.948Z | [ recovery-image] Aug 05 16:41:07.402 INFO O| Aug 05 16:41:07.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5619 | 2024-08-05T16:41:08.951Z | [ recovery-image] Aug 05 16:41:07.402 INFO O| Aug 05 16:41:07.402 INFO STEP 591 (remove_files) COMPLETE |
5620 | 2024-08-05T16:41:08.951Z | [ recovery-image] Aug 05 16:41:07.402 INFO O| Aug 05 16:41:07.402 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-08-05T16:41:08.958Z | [ recovery-image] Aug 05 16:41:07.412 INFO O| Aug 05 16:41:07.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5622 | 2024-08-05T16:41:08.961Z | [ recovery-image] Aug 05 16:41:07.412 INFO O| Aug 05 16:41:07.412 INFO STEP 592 (remove_files) COMPLETE |
5623 | 2024-08-05T16:41:08.961Z | [ recovery-image] Aug 05 16:41:07.412 INFO O| Aug 05 16:41:07.412 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-08-05T16:41:08.968Z | [ recovery-image] Aug 05 16:41:07.422 INFO O| Aug 05 16:41:07.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5625 | 2024-08-05T16:41:08.971Z | [ recovery-image] Aug 05 16:41:07.422 INFO O| Aug 05 16:41:07.422 INFO STEP 593 (remove_files) COMPLETE |
5626 | 2024-08-05T16:41:08.971Z | [ recovery-image] Aug 05 16:41:07.422 INFO O| Aug 05 16:41:07.422 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-08-05T16:41:08.978Z | [ recovery-image] Aug 05 16:41:07.432 INFO O| Aug 05 16:41:07.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5628 | 2024-08-05T16:41:08.981Z | [ recovery-image] Aug 05 16:41:07.432 INFO O| Aug 05 16:41:07.432 INFO STEP 594 (remove_files) COMPLETE |
5629 | 2024-08-05T16:41:08.981Z | [ recovery-image] Aug 05 16:41:07.432 INFO O| Aug 05 16:41:07.432 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-08-05T16:41:08.988Z | [ recovery-image] Aug 05 16:41:07.442 INFO O| Aug 05 16:41:07.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5631 | 2024-08-05T16:41:08.988Z | [ recovery-image] Aug 05 16:41:07.442 INFO O| Aug 05 16:41:07.442 INFO STEP 595 (remove_files) COMPLETE |
5632 | 2024-08-05T16:41:08.991Z | [ recovery-image] Aug 05 16:41:07.442 INFO O| Aug 05 16:41:07.442 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-08-05T16:41:08.998Z | [ recovery-image] Aug 05 16:41:07.452 INFO O| Aug 05 16:41:07.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5634 | 2024-08-05T16:41:09.001Z | [ recovery-image] Aug 05 16:41:07.452 INFO O| Aug 05 16:41:07.452 INFO STEP 596 (remove_files) COMPLETE |
5635 | 2024-08-05T16:41:09.002Z | [ recovery-image] Aug 05 16:41:07.453 INFO O| Aug 05 16:41:07.452 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-08-05T16:41:09.008Z | [ recovery-image] Aug 05 16:41:07.462 INFO O| Aug 05 16:41:07.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5637 | 2024-08-05T16:41:09.008Z | [ recovery-image] Aug 05 16:41:07.462 INFO O| Aug 05 16:41:07.462 INFO STEP 597 (remove_files) COMPLETE |
5638 | 2024-08-05T16:41:09.011Z | [ recovery-image] Aug 05 16:41:07.462 INFO O| Aug 05 16:41:07.462 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-08-05T16:41:09.018Z | [ recovery-image] Aug 05 16:41:07.472 INFO O| Aug 05 16:41:07.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5640 | 2024-08-05T16:41:09.018Z | [ recovery-image] Aug 05 16:41:07.472 INFO O| Aug 05 16:41:07.472 INFO STEP 598 (remove_files) COMPLETE |
5641 | 2024-08-05T16:41:09.018Z | [ recovery-image] Aug 05 16:41:07.472 INFO O| Aug 05 16:41:07.472 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-08-05T16:41:09.028Z | [ recovery-image] Aug 05 16:41:07.482 INFO O| Aug 05 16:41:07.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5643 | 2024-08-05T16:41:09.031Z | [ recovery-image] Aug 05 16:41:07.482 INFO O| Aug 05 16:41:07.482 INFO STEP 599 (remove_files) COMPLETE |
5644 | 2024-08-05T16:41:09.031Z | [ recovery-image] Aug 05 16:41:07.482 INFO O| Aug 05 16:41:07.482 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-08-05T16:41:09.038Z | [ recovery-image] Aug 05 16:41:07.492 INFO O| Aug 05 16:41:07.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5646 | 2024-08-05T16:41:09.041Z | [ recovery-image] Aug 05 16:41:07.492 INFO O| Aug 05 16:41:07.492 INFO STEP 600 (remove_files) COMPLETE |
5647 | 2024-08-05T16:41:09.041Z | [ recovery-image] Aug 05 16:41:07.492 INFO O| Aug 05 16:41:07.492 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-08-05T16:41:09.048Z | [ recovery-image] Aug 05 16:41:07.502 INFO O| Aug 05 16:41:07.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5649 | 2024-08-05T16:41:09.048Z | [ recovery-image] Aug 05 16:41:07.503 INFO O| Aug 05 16:41:07.502 INFO STEP 601 (remove_files) COMPLETE |
5650 | 2024-08-05T16:41:09.053Z | [ recovery-image] Aug 05 16:41:07.503 INFO O| Aug 05 16:41:07.503 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-08-05T16:41:09.058Z | [ recovery-image] Aug 05 16:41:07.512 INFO O| Aug 05 16:41:07.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5652 | 2024-08-05T16:41:09.062Z | [ recovery-image] Aug 05 16:41:07.513 INFO O| Aug 05 16:41:07.512 INFO STEP 602 (remove_files) COMPLETE |
5653 | 2024-08-05T16:41:09.063Z | [ recovery-image] Aug 05 16:41:07.513 INFO O| Aug 05 16:41:07.512 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-08-05T16:41:09.069Z | [ recovery-image] Aug 05 16:41:07.522 INFO O| Aug 05 16:41:07.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5655 | 2024-08-05T16:41:09.069Z | [ recovery-image] Aug 05 16:41:07.522 INFO O| Aug 05 16:41:07.522 INFO STEP 603 (remove_files) COMPLETE |
5656 | 2024-08-05T16:41:09.073Z | [ recovery-image] Aug 05 16:41:07.522 INFO O| Aug 05 16:41:07.522 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-08-05T16:41:09.079Z | [ recovery-image] Aug 05 16:41:07.533 INFO O| Aug 05 16:41:07.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5658 | 2024-08-05T16:41:09.080Z | [ recovery-image] Aug 05 16:41:07.533 INFO O| Aug 05 16:41:07.533 INFO STEP 604 (remove_files) COMPLETE |
5659 | 2024-08-05T16:41:09.084Z | [ recovery-image] Aug 05 16:41:07.533 INFO O| Aug 05 16:41:07.533 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-08-05T16:41:09.089Z | [ recovery-image] Aug 05 16:41:07.543 INFO O| Aug 05 16:41:07.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5661 | 2024-08-05T16:41:09.092Z | [ recovery-image] Aug 05 16:41:07.543 INFO O| Aug 05 16:41:07.543 INFO STEP 605 (remove_files) COMPLETE |
5662 | 2024-08-05T16:41:09.092Z | [ recovery-image] Aug 05 16:41:07.543 INFO O| Aug 05 16:41:07.543 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-08-05T16:41:09.099Z | [ recovery-image] Aug 05 16:41:07.553 INFO O| Aug 05 16:41:07.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5664 | 2024-08-05T16:41:09.099Z | [ recovery-image] Aug 05 16:41:07.553 INFO O| Aug 05 16:41:07.553 INFO STEP 606 (remove_files) COMPLETE |
5665 | 2024-08-05T16:41:09.102Z | [ recovery-image] Aug 05 16:41:07.553 INFO O| Aug 05 16:41:07.553 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-08-05T16:41:09.110Z | [ recovery-image] Aug 05 16:41:07.564 INFO O| Aug 05 16:41:07.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5667 | 2024-08-05T16:41:09.110Z | [ recovery-image] Aug 05 16:41:07.564 INFO O| Aug 05 16:41:07.564 INFO STEP 607 (remove_files) COMPLETE |
5668 | 2024-08-05T16:41:09.110Z | [ recovery-image] Aug 05 16:41:07.564 INFO O| Aug 05 16:41:07.564 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-08-05T16:41:09.120Z | [ recovery-image] Aug 05 16:41:07.575 INFO O| Aug 05 16:41:07.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5670 | 2024-08-05T16:41:09.125Z | [ recovery-image] Aug 05 16:41:07.575 INFO O| Aug 05 16:41:07.575 INFO STEP 608 (remove_files) COMPLETE |
5671 | 2024-08-05T16:41:09.125Z | [ recovery-image] Aug 05 16:41:07.575 INFO O| Aug 05 16:41:07.575 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-08-05T16:41:09.131Z | [ recovery-image] Aug 05 16:41:07.585 INFO O| Aug 05 16:41:07.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5673 | 2024-08-05T16:41:09.133Z | [ recovery-image] Aug 05 16:41:07.585 INFO O| Aug 05 16:41:07.585 INFO STEP 609 (remove_files) COMPLETE |
5674 | 2024-08-05T16:41:09.133Z | [ recovery-image] Aug 05 16:41:07.585 INFO O| Aug 05 16:41:07.585 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-08-05T16:41:09.141Z | [ recovery-image] Aug 05 16:41:07.595 INFO O| Aug 05 16:41:07.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5676 | 2024-08-05T16:41:09.141Z | [ recovery-image] Aug 05 16:41:07.595 INFO O| Aug 05 16:41:07.595 INFO STEP 610 (remove_files) COMPLETE |
5677 | 2024-08-05T16:41:09.141Z | [ recovery-image] Aug 05 16:41:07.595 INFO O| Aug 05 16:41:07.595 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-08-05T16:41:09.151Z | [ recovery-image] Aug 05 16:41:07.605 INFO O| Aug 05 16:41:07.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5679 | 2024-08-05T16:41:09.154Z | [ recovery-image] Aug 05 16:41:07.605 INFO O| Aug 05 16:41:07.605 INFO STEP 611 (remove_files) COMPLETE |
5680 | 2024-08-05T16:41:09.154Z | [ recovery-image] Aug 05 16:41:07.605 INFO O| Aug 05 16:41:07.605 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-08-05T16:41:09.161Z | [ recovery-image] Aug 05 16:41:07.615 INFO O| Aug 05 16:41:07.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5682 | 2024-08-05T16:41:09.161Z | [ recovery-image] Aug 05 16:41:07.615 INFO O| Aug 05 16:41:07.615 INFO STEP 612 (remove_files) COMPLETE |
5683 | 2024-08-05T16:41:09.164Z | [ recovery-image] Aug 05 16:41:07.615 INFO O| Aug 05 16:41:07.615 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-08-05T16:41:09.171Z | [ recovery-image] Aug 05 16:41:07.625 INFO O| Aug 05 16:41:07.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5685 | 2024-08-05T16:41:09.171Z | [ recovery-image] Aug 05 16:41:07.626 INFO O| Aug 05 16:41:07.625 INFO STEP 613 (remove_files) COMPLETE |
5686 | 2024-08-05T16:41:09.174Z | [ recovery-image] Aug 05 16:41:07.626 INFO O| Aug 05 16:41:07.625 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-08-05T16:41:09.182Z | [ recovery-image] Aug 05 16:41:07.636 INFO O| Aug 05 16:41:07.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5688 | 2024-08-05T16:41:09.182Z | [ recovery-image] Aug 05 16:41:07.636 INFO O| Aug 05 16:41:07.636 INFO STEP 614 (remove_files) COMPLETE |
5689 | 2024-08-05T16:41:09.182Z | [ recovery-image] Aug 05 16:41:07.636 INFO O| Aug 05 16:41:07.636 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-08-05T16:41:09.192Z | [ recovery-image] Aug 05 16:41:07.646 INFO O| Aug 05 16:41:07.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5691 | 2024-08-05T16:41:09.192Z | [ recovery-image] Aug 05 16:41:07.646 INFO O| Aug 05 16:41:07.646 INFO STEP 615 (remove_files) COMPLETE |
5692 | 2024-08-05T16:41:09.195Z | [ recovery-image] Aug 05 16:41:07.646 INFO O| Aug 05 16:41:07.646 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-08-05T16:41:09.202Z | [ recovery-image] Aug 05 16:41:07.656 INFO O| Aug 05 16:41:07.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5694 | 2024-08-05T16:41:09.205Z | [ recovery-image] Aug 05 16:41:07.656 INFO O| Aug 05 16:41:07.656 INFO STEP 616 (remove_files) COMPLETE |
5695 | 2024-08-05T16:41:09.205Z | [ recovery-image] Aug 05 16:41:07.656 INFO O| Aug 05 16:41:07.656 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-08-05T16:41:09.212Z | [ recovery-image] Aug 05 16:41:07.666 INFO O| Aug 05 16:41:07.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5697 | 2024-08-05T16:41:09.215Z | [ recovery-image] Aug 05 16:41:07.666 INFO O| Aug 05 16:41:07.666 INFO STEP 617 (remove_files) COMPLETE |
5698 | 2024-08-05T16:41:09.215Z | [ recovery-image] Aug 05 16:41:07.666 INFO O| Aug 05 16:41:07.666 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-08-05T16:41:09.223Z | [ recovery-image] Aug 05 16:41:07.677 INFO O| Aug 05 16:41:07.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5700 | 2024-08-05T16:41:09.226Z | [ recovery-image] Aug 05 16:41:07.677 INFO O| Aug 05 16:41:07.677 INFO STEP 618 (remove_files) COMPLETE |
5701 | 2024-08-05T16:41:09.226Z | [ recovery-image] Aug 05 16:41:07.677 INFO O| Aug 05 16:41:07.677 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-08-05T16:41:09.234Z | [ recovery-image] Aug 05 16:41:07.688 INFO O| Aug 05 16:41:07.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5703 | 2024-08-05T16:41:09.234Z | [ recovery-image] Aug 05 16:41:07.688 INFO O| Aug 05 16:41:07.688 INFO STEP 619 (remove_files) COMPLETE |
5704 | 2024-08-05T16:41:09.234Z | [ recovery-image] Aug 05 16:41:07.688 INFO O| Aug 05 16:41:07.688 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-08-05T16:41:09.244Z | [ recovery-image] Aug 05 16:41:07.698 INFO O| Aug 05 16:41:07.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5706 | 2024-08-05T16:41:09.244Z | [ recovery-image] Aug 05 16:41:07.698 INFO O| Aug 05 16:41:07.698 INFO STEP 620 (remove_files) COMPLETE |
5707 | 2024-08-05T16:41:09.247Z | [ recovery-image] Aug 05 16:41:07.698 INFO O| Aug 05 16:41:07.698 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-08-05T16:41:09.254Z | [ recovery-image] Aug 05 16:41:07.709 INFO O| Aug 05 16:41:07.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5709 | 2024-08-05T16:41:09.257Z | [ recovery-image] Aug 05 16:41:07.709 INFO O| Aug 05 16:41:07.709 INFO STEP 621 (remove_files) COMPLETE |
5710 | 2024-08-05T16:41:09.257Z | [ recovery-image] Aug 05 16:41:07.709 INFO O| Aug 05 16:41:07.709 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-08-05T16:41:09.264Z | [ recovery-image] Aug 05 16:41:07.718 INFO O| Aug 05 16:41:07.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5712 | 2024-08-05T16:41:09.267Z | [ recovery-image] Aug 05 16:41:07.718 INFO O| Aug 05 16:41:07.718 INFO STEP 622 (remove_files) COMPLETE |
5713 | 2024-08-05T16:41:09.267Z | [ recovery-image] Aug 05 16:41:07.718 INFO O| Aug 05 16:41:07.718 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-08-05T16:41:09.274Z | [ recovery-image] Aug 05 16:41:07.728 INFO O| Aug 05 16:41:07.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5715 | 2024-08-05T16:41:09.274Z | [ recovery-image] Aug 05 16:41:07.728 INFO O| Aug 05 16:41:07.728 INFO STEP 623 (remove_files) COMPLETE |
5716 | 2024-08-05T16:41:09.277Z | [ recovery-image] Aug 05 16:41:07.729 INFO O| Aug 05 16:41:07.728 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-08-05T16:41:09.284Z | [ recovery-image] Aug 05 16:41:07.738 INFO O| Aug 05 16:41:07.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5718 | 2024-08-05T16:41:09.287Z | [ recovery-image] Aug 05 16:41:07.738 INFO O| Aug 05 16:41:07.738 INFO STEP 624 (remove_files) COMPLETE |
5719 | 2024-08-05T16:41:09.287Z | [ recovery-image] Aug 05 16:41:07.738 INFO O| Aug 05 16:41:07.738 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-08-05T16:41:09.294Z | [ recovery-image] Aug 05 16:41:07.748 INFO O| Aug 05 16:41:07.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5721 | 2024-08-05T16:41:09.297Z | [ recovery-image] Aug 05 16:41:07.748 INFO O| Aug 05 16:41:07.748 INFO STEP 625 (remove_files) COMPLETE |
5722 | 2024-08-05T16:41:09.297Z | [ recovery-image] Aug 05 16:41:07.748 INFO O| Aug 05 16:41:07.748 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-08-05T16:41:09.304Z | [ recovery-image] Aug 05 16:41:07.759 INFO O| Aug 05 16:41:07.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5724 | 2024-08-05T16:41:09.305Z | [ recovery-image] Aug 05 16:41:07.759 INFO O| Aug 05 16:41:07.759 INFO STEP 626 (remove_files) COMPLETE |
5725 | 2024-08-05T16:41:09.308Z | [ recovery-image] Aug 05 16:41:07.759 INFO O| Aug 05 16:41:07.759 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-08-05T16:41:09.315Z | [ recovery-image] Aug 05 16:41:07.769 INFO O| Aug 05 16:41:07.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5727 | 2024-08-05T16:41:09.315Z | [ recovery-image] Aug 05 16:41:07.769 INFO O| Aug 05 16:41:07.769 INFO STEP 627 (remove_files) COMPLETE |
5728 | 2024-08-05T16:41:09.318Z | [ recovery-image] Aug 05 16:41:07.769 INFO O| Aug 05 16:41:07.769 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-08-05T16:41:09.328Z | [ recovery-image] Aug 05 16:41:07.782 INFO O| Aug 05 16:41:07.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5730 | 2024-08-05T16:41:09.328Z | [ recovery-image] Aug 05 16:41:07.782 INFO O| Aug 05 16:41:07.782 INFO STEP 628 (remove_files) COMPLETE |
5731 | 2024-08-05T16:41:09.328Z | [ recovery-image] Aug 05 16:41:07.782 INFO O| Aug 05 16:41:07.782 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-08-05T16:41:09.341Z | [ recovery-image] Aug 05 16:41:07.794 INFO O| Aug 05 16:41:07.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5733 | 2024-08-05T16:41:09.341Z | [ recovery-image] Aug 05 16:41:07.794 INFO O| Aug 05 16:41:07.794 INFO STEP 629 (remove_files) COMPLETE |
5734 | 2024-08-05T16:41:09.344Z | [ recovery-image] Aug 05 16:41:07.794 INFO O| Aug 05 16:41:07.794 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-08-05T16:41:09.350Z | [ recovery-image] Aug 05 16:41:07.804 INFO O| Aug 05 16:41:07.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5736 | 2024-08-05T16:41:09.353Z | [ recovery-image] Aug 05 16:41:07.804 INFO O| Aug 05 16:41:07.804 INFO STEP 630 (remove_files) COMPLETE |
5737 | 2024-08-05T16:41:09.353Z | [ recovery-image] Aug 05 16:41:07.804 INFO O| Aug 05 16:41:07.804 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-08-05T16:41:09.361Z | [ recovery-image] Aug 05 16:41:07.815 INFO O| Aug 05 16:41:07.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5739 | 2024-08-05T16:41:09.361Z | [ recovery-image] Aug 05 16:41:07.815 INFO O| Aug 05 16:41:07.815 INFO STEP 631 (remove_files) COMPLETE |
5740 | 2024-08-05T16:41:09.364Z | [ recovery-image] Aug 05 16:41:07.815 INFO O| Aug 05 16:41:07.815 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-08-05T16:41:09.370Z | [ recovery-image] Aug 05 16:41:07.824 INFO O| Aug 05 16:41:07.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5742 | 2024-08-05T16:41:09.370Z | [ recovery-image] Aug 05 16:41:07.825 INFO O| Aug 05 16:41:07.824 INFO STEP 632 (remove_files) COMPLETE |
5743 | 2024-08-05T16:41:09.374Z | [ recovery-image] Aug 05 16:41:07.825 INFO O| Aug 05 16:41:07.825 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-08-05T16:41:09.380Z | [ recovery-image] Aug 05 16:41:07.835 INFO O| Aug 05 16:41:07.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5745 | 2024-08-05T16:41:09.380Z | [ recovery-image] Aug 05 16:41:07.835 INFO O| Aug 05 16:41:07.835 INFO STEP 633 (remove_files) COMPLETE |
5746 | 2024-08-05T16:41:09.380Z | [ recovery-image] Aug 05 16:41:07.835 INFO O| Aug 05 16:41:07.835 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-08-05T16:41:09.391Z | [ recovery-image] Aug 05 16:41:07.845 INFO O| Aug 05 16:41:07.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5748 | 2024-08-05T16:41:09.394Z | [ recovery-image] Aug 05 16:41:07.845 INFO O| Aug 05 16:41:07.845 INFO STEP 634 (remove_files) COMPLETE |
5749 | 2024-08-05T16:41:09.394Z | [ recovery-image] Aug 05 16:41:07.845 INFO O| Aug 05 16:41:07.845 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-08-05T16:41:09.400Z | [ recovery-image] Aug 05 16:41:07.854 INFO O| Aug 05 16:41:07.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5751 | 2024-08-05T16:41:09.400Z | [ recovery-image] Aug 05 16:41:07.854 INFO O| Aug 05 16:41:07.854 INFO STEP 635 (remove_files) COMPLETE |
5752 | 2024-08-05T16:41:09.403Z | [ recovery-image] Aug 05 16:41:07.854 INFO O| Aug 05 16:41:07.854 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-08-05T16:41:09.410Z | [ recovery-image] Aug 05 16:41:07.864 INFO O| Aug 05 16:41:07.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5754 | 2024-08-05T16:41:09.410Z | [ recovery-image] Aug 05 16:41:07.864 INFO O| Aug 05 16:41:07.864 INFO STEP 636 (remove_files) COMPLETE |
5755 | 2024-08-05T16:41:09.413Z | [ recovery-image] Aug 05 16:41:07.864 INFO O| Aug 05 16:41:07.864 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-08-05T16:41:09.420Z | [ recovery-image] Aug 05 16:41:07.875 INFO O| Aug 05 16:41:07.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5757 | 2024-08-05T16:41:09.421Z | [ recovery-image] Aug 05 16:41:07.875 INFO O| Aug 05 16:41:07.875 INFO STEP 637 (remove_files) COMPLETE |
5758 | 2024-08-05T16:41:09.423Z | [ recovery-image] Aug 05 16:41:07.875 INFO O| Aug 05 16:41:07.875 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-08-05T16:41:09.431Z | [ recovery-image] Aug 05 16:41:07.885 INFO O| Aug 05 16:41:07.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5760 | 2024-08-05T16:41:09.431Z | [ recovery-image] Aug 05 16:41:07.885 INFO O| Aug 05 16:41:07.885 INFO STEP 638 (remove_files) COMPLETE |
5761 | 2024-08-05T16:41:09.434Z | [ recovery-image] Aug 05 16:41:07.885 INFO O| Aug 05 16:41:07.885 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-08-05T16:41:09.441Z | [ recovery-image] Aug 05 16:41:07.895 INFO O| Aug 05 16:41:07.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5763 | 2024-08-05T16:41:09.441Z | [ recovery-image] Aug 05 16:41:07.895 INFO O| Aug 05 16:41:07.895 INFO STEP 639 (remove_files) COMPLETE |
5764 | 2024-08-05T16:41:09.445Z | [ recovery-image] Aug 05 16:41:07.895 INFO O| Aug 05 16:41:07.895 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-08-05T16:41:09.450Z | [ recovery-image] Aug 05 16:41:07.905 INFO O| Aug 05 16:41:07.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5766 | 2024-08-05T16:41:09.453Z | [ recovery-image] Aug 05 16:41:07.905 INFO O| Aug 05 16:41:07.905 INFO STEP 640 (remove_files) COMPLETE |
5767 | 2024-08-05T16:41:09.453Z | [ recovery-image] Aug 05 16:41:07.905 INFO O| Aug 05 16:41:07.905 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-08-05T16:41:09.461Z | [ recovery-image] Aug 05 16:41:07.915 INFO O| Aug 05 16:41:07.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5769 | 2024-08-05T16:41:09.461Z | [ recovery-image] Aug 05 16:41:07.915 INFO O| Aug 05 16:41:07.915 INFO STEP 641 (remove_files) COMPLETE |
5770 | 2024-08-05T16:41:09.465Z | [ recovery-image] Aug 05 16:41:07.915 INFO O| Aug 05 16:41:07.915 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-08-05T16:41:09.472Z | [ recovery-image] Aug 05 16:41:07.925 INFO O| Aug 05 16:41:07.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5772 | 2024-08-05T16:41:09.472Z | [ recovery-image] Aug 05 16:41:07.925 INFO O| Aug 05 16:41:07.925 INFO STEP 642 (remove_files) COMPLETE |
5773 | 2024-08-05T16:41:09.472Z | [ recovery-image] Aug 05 16:41:07.925 INFO O| Aug 05 16:41:07.925 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-08-05T16:41:09.482Z | [ recovery-image] Aug 05 16:41:07.935 INFO O| Aug 05 16:41:07.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5775 | 2024-08-05T16:41:09.482Z | [ recovery-image] Aug 05 16:41:07.935 INFO O| Aug 05 16:41:07.935 INFO STEP 643 (remove_files) COMPLETE |
5776 | 2024-08-05T16:41:09.486Z | [ recovery-image] Aug 05 16:41:07.935 INFO O| Aug 05 16:41:07.935 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-08-05T16:41:09.492Z | [ recovery-image] Aug 05 16:41:07.945 INFO O| Aug 05 16:41:07.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5778 | 2024-08-05T16:41:09.492Z | [ recovery-image] Aug 05 16:41:07.946 INFO O| Aug 05 16:41:07.946 INFO STEP 644 (remove_files) COMPLETE |
5779 | 2024-08-05T16:41:09.492Z | [ recovery-image] Aug 05 16:41:07.946 INFO O| Aug 05 16:41:07.946 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-08-05T16:41:09.502Z | [ recovery-image] Aug 05 16:41:07.956 INFO O| Aug 05 16:41:07.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5781 | 2024-08-05T16:41:09.502Z | [ recovery-image] Aug 05 16:41:07.956 INFO O| Aug 05 16:41:07.956 INFO STEP 645 (remove_files) COMPLETE |
5782 | 2024-08-05T16:41:09.502Z | [ recovery-image] Aug 05 16:41:07.956 INFO O| Aug 05 16:41:07.956 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-08-05T16:41:09.512Z | [ recovery-image] Aug 05 16:41:07.966 INFO O| Aug 05 16:41:07.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5784 | 2024-08-05T16:41:09.512Z | [ recovery-image] Aug 05 16:41:07.966 INFO O| Aug 05 16:41:07.966 INFO STEP 646 (remove_files) COMPLETE |
5785 | 2024-08-05T16:41:09.512Z | [ recovery-image] Aug 05 16:41:07.966 INFO O| Aug 05 16:41:07.966 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-08-05T16:41:09.521Z | [ recovery-image] Aug 05 16:41:07.975 INFO O| Aug 05 16:41:07.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5787 | 2024-08-05T16:41:09.525Z | [ recovery-image] Aug 05 16:41:07.976 INFO O| Aug 05 16:41:07.976 INFO STEP 647 (remove_files) COMPLETE |
5788 | 2024-08-05T16:41:09.525Z | [ recovery-image] Aug 05 16:41:07.976 INFO O| Aug 05 16:41:07.976 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-08-05T16:41:09.533Z | [ recovery-image] Aug 05 16:41:07.987 INFO O| Aug 05 16:41:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5790 | 2024-08-05T16:41:09.533Z | [ recovery-image] Aug 05 16:41:07.987 INFO O| Aug 05 16:41:07.987 INFO STEP 648 (remove_files) COMPLETE |
5791 | 2024-08-05T16:41:09.536Z | [ recovery-image] Aug 05 16:41:07.987 INFO O| Aug 05 16:41:07.987 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-08-05T16:41:09.544Z | [ recovery-image] Aug 05 16:41:07.998 INFO O| Aug 05 16:41:07.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5793 | 2024-08-05T16:41:09.544Z | [ recovery-image] Aug 05 16:41:07.998 INFO O| Aug 05 16:41:07.998 INFO STEP 649 (remove_files) COMPLETE |
5794 | 2024-08-05T16:41:09.544Z | [ recovery-image] Aug 05 16:41:07.998 INFO O| Aug 05 16:41:07.998 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-08-05T16:41:09.555Z | [ recovery-image] Aug 05 16:41:08.009 INFO O| Aug 05 16:41:08.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5796 | 2024-08-05T16:41:09.559Z | [ recovery-image] Aug 05 16:41:08.009 INFO O| Aug 05 16:41:08.009 INFO STEP 650 (remove_files) COMPLETE |
5797 | 2024-08-05T16:41:09.559Z | [ recovery-image] Aug 05 16:41:08.009 INFO O| Aug 05 16:41:08.009 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-08-05T16:41:09.566Z | [ recovery-image] Aug 05 16:41:08.020 INFO O| Aug 05 16:41:08.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5799 | 2024-08-05T16:41:09.566Z | [ recovery-image] Aug 05 16:41:08.020 INFO O| Aug 05 16:41:08.020 INFO STEP 651 (remove_files) COMPLETE |
5800 | 2024-08-05T16:41:09.566Z | [ recovery-image] Aug 05 16:41:08.020 INFO O| Aug 05 16:41:08.020 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-08-05T16:41:09.576Z | [ recovery-image] Aug 05 16:41:08.030 INFO O| Aug 05 16:41:08.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5802 | 2024-08-05T16:41:09.580Z | [ recovery-image] Aug 05 16:41:08.030 INFO O| Aug 05 16:41:08.030 INFO STEP 652 (remove_files) COMPLETE |
5803 | 2024-08-05T16:41:09.580Z | [ recovery-image] Aug 05 16:41:08.030 INFO O| Aug 05 16:41:08.030 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-08-05T16:41:09.587Z | [ recovery-image] Aug 05 16:41:08.040 INFO O| Aug 05 16:41:08.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5805 | 2024-08-05T16:41:09.588Z | [ recovery-image] Aug 05 16:41:08.040 INFO O| Aug 05 16:41:08.040 INFO STEP 653 (remove_files) COMPLETE |
5806 | 2024-08-05T16:41:09.588Z | [ recovery-image] Aug 05 16:41:08.040 INFO O| Aug 05 16:41:08.040 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-08-05T16:41:09.596Z | [ recovery-image] Aug 05 16:41:08.050 INFO O| Aug 05 16:41:08.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5808 | 2024-08-05T16:41:09.596Z | [ recovery-image] Aug 05 16:41:08.050 INFO O| Aug 05 16:41:08.050 INFO STEP 654 (remove_files) COMPLETE |
5809 | 2024-08-05T16:41:09.596Z | [ recovery-image] Aug 05 16:41:08.050 INFO O| Aug 05 16:41:08.050 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-08-05T16:41:09.608Z | [ recovery-image] Aug 05 16:41:08.060 INFO O| Aug 05 16:41:08.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5811 | 2024-08-05T16:41:09.609Z | [ recovery-image] Aug 05 16:41:08.060 INFO O| Aug 05 16:41:08.060 INFO STEP 655 (remove_files) COMPLETE |
5812 | 2024-08-05T16:41:09.618Z | [ recovery-image] Aug 05 16:41:08.060 INFO O| Aug 05 16:41:08.060 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-08-05T16:41:09.618Z | [ recovery-image] Aug 05 16:41:08.070 INFO O| Aug 05 16:41:08.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5814 | 2024-08-05T16:41:09.618Z | [ recovery-image] Aug 05 16:41:08.070 INFO O| Aug 05 16:41:08.070 INFO STEP 656 (remove_files) COMPLETE |
5815 | 2024-08-05T16:41:09.618Z | [ recovery-image] Aug 05 16:41:08.070 INFO O| Aug 05 16:41:08.070 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-08-05T16:41:09.626Z | [ recovery-image] Aug 05 16:41:08.080 INFO O| Aug 05 16:41:08.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5817 | 2024-08-05T16:41:09.626Z | [ recovery-image] Aug 05 16:41:08.080 INFO O| Aug 05 16:41:08.080 INFO STEP 657 (remove_files) COMPLETE |
5818 | 2024-08-05T16:41:09.630Z | [ recovery-image] Aug 05 16:41:08.080 INFO O| Aug 05 16:41:08.080 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-08-05T16:41:09.636Z | [ recovery-image] Aug 05 16:41:08.090 INFO O| Aug 05 16:41:08.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5820 | 2024-08-05T16:41:09.639Z | [ recovery-image] Aug 05 16:41:08.090 INFO O| Aug 05 16:41:08.090 INFO STEP 658 (remove_files) COMPLETE |
5821 | 2024-08-05T16:41:09.639Z | [ recovery-image] Aug 05 16:41:08.090 INFO O| Aug 05 16:41:08.090 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-08-05T16:41:09.646Z | [ recovery-image] Aug 05 16:41:08.100 INFO O| Aug 05 16:41:08.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5823 | 2024-08-05T16:41:09.650Z | [ recovery-image] Aug 05 16:41:08.100 INFO O| Aug 05 16:41:08.100 INFO STEP 659 (remove_files) COMPLETE |
5824 | 2024-08-05T16:41:09.650Z | [ recovery-image] Aug 05 16:41:08.100 INFO O| Aug 05 16:41:08.100 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-08-05T16:41:09.656Z | [ recovery-image] Aug 05 16:41:08.110 INFO O| Aug 05 16:41:08.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5826 | 2024-08-05T16:41:09.656Z | [ recovery-image] Aug 05 16:41:08.110 INFO O| Aug 05 16:41:08.110 INFO STEP 660 (remove_files) COMPLETE |
5827 | 2024-08-05T16:41:09.659Z | [ recovery-image] Aug 05 16:41:08.110 INFO O| Aug 05 16:41:08.110 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-08-05T16:41:09.666Z | [ recovery-image] Aug 05 16:41:08.120 INFO O| Aug 05 16:41:08.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5829 | 2024-08-05T16:41:09.669Z | [ recovery-image] Aug 05 16:41:08.120 INFO O| Aug 05 16:41:08.120 INFO STEP 661 (remove_files) COMPLETE |
5830 | 2024-08-05T16:41:09.669Z | [ recovery-image] Aug 05 16:41:08.120 INFO O| Aug 05 16:41:08.120 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-08-05T16:41:09.676Z | [ recovery-image] Aug 05 16:41:08.130 INFO O| Aug 05 16:41:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5832 | 2024-08-05T16:41:09.676Z | [ recovery-image] Aug 05 16:41:08.130 INFO O| Aug 05 16:41:08.130 INFO STEP 662 (remove_files) COMPLETE |
5833 | 2024-08-05T16:41:09.676Z | [ recovery-image] Aug 05 16:41:08.130 INFO O| Aug 05 16:41:08.130 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-08-05T16:41:09.688Z | [ recovery-image] Aug 05 16:41:08.140 INFO O| Aug 05 16:41:08.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5835 | 2024-08-05T16:41:09.691Z | [ recovery-image] Aug 05 16:41:08.140 INFO O| Aug 05 16:41:08.140 INFO STEP 663 (remove_files) COMPLETE |
5836 | 2024-08-05T16:41:09.691Z | [ recovery-image] Aug 05 16:41:08.140 INFO O| Aug 05 16:41:08.140 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-08-05T16:41:09.696Z | [ recovery-image] Aug 05 16:41:08.150 INFO O| Aug 05 16:41:08.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5838 | 2024-08-05T16:41:09.700Z | [ recovery-image] Aug 05 16:41:08.150 INFO O| Aug 05 16:41:08.150 INFO STEP 664 (remove_files) COMPLETE |
5839 | 2024-08-05T16:41:09.700Z | [ recovery-image] Aug 05 16:41:08.150 INFO O| Aug 05 16:41:08.150 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-08-05T16:41:09.706Z | [ recovery-image] Aug 05 16:41:08.160 INFO O| Aug 05 16:41:08.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5841 | 2024-08-05T16:41:09.706Z | [ recovery-image] Aug 05 16:41:08.160 INFO O| Aug 05 16:41:08.160 INFO STEP 665 (remove_files) COMPLETE |
5842 | 2024-08-05T16:41:09.709Z | [ recovery-image] Aug 05 16:41:08.160 INFO O| Aug 05 16:41:08.160 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-08-05T16:41:09.716Z | [ recovery-image] Aug 05 16:41:08.170 INFO O| Aug 05 16:41:08.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5844 | 2024-08-05T16:41:09.716Z | [ recovery-image] Aug 05 16:41:08.170 INFO O| Aug 05 16:41:08.170 INFO STEP 666 (remove_files) COMPLETE |
5845 | 2024-08-05T16:41:09.719Z | [ recovery-image] Aug 05 16:41:08.170 INFO O| Aug 05 16:41:08.170 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-08-05T16:41:09.725Z | [ recovery-image] Aug 05 16:41:08.179 INFO O| Aug 05 16:41:08.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5847 | 2024-08-05T16:41:09.728Z | [ recovery-image] Aug 05 16:41:08.179 INFO O| Aug 05 16:41:08.179 INFO STEP 667 (remove_files) COMPLETE |
5848 | 2024-08-05T16:41:09.728Z | [ recovery-image] Aug 05 16:41:08.179 INFO O| Aug 05 16:41:08.179 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-08-05T16:41:09.735Z | [ recovery-image] Aug 05 16:41:08.189 INFO O| Aug 05 16:41:08.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5850 | 2024-08-05T16:41:09.735Z | [ recovery-image] Aug 05 16:41:08.189 INFO O| Aug 05 16:41:08.189 INFO STEP 668 (remove_files) COMPLETE |
5851 | 2024-08-05T16:41:09.735Z | [ recovery-image] Aug 05 16:41:08.189 INFO O| Aug 05 16:41:08.189 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-08-05T16:41:09.746Z | [ recovery-image] Aug 05 16:41:08.199 INFO O| Aug 05 16:41:08.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5853 | 2024-08-05T16:41:09.746Z | [ recovery-image] Aug 05 16:41:08.199 INFO O| Aug 05 16:41:08.199 INFO STEP 669 (remove_files) COMPLETE |
5854 | 2024-08-05T16:41:09.750Z | [ recovery-image] Aug 05 16:41:08.199 INFO O| Aug 05 16:41:08.199 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-08-05T16:41:09.755Z | [ recovery-image] Aug 05 16:41:08.209 INFO O| Aug 05 16:41:08.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5856 | 2024-08-05T16:41:09.755Z | [ recovery-image] Aug 05 16:41:08.209 INFO O| Aug 05 16:41:08.209 INFO STEP 670 (remove_files) COMPLETE |
5857 | 2024-08-05T16:41:09.755Z | [ recovery-image] Aug 05 16:41:08.209 INFO O| Aug 05 16:41:08.209 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-08-05T16:41:09.766Z | [ recovery-image] Aug 05 16:41:08.218 INFO O| Aug 05 16:41:08.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5859 | 2024-08-05T16:41:09.766Z | [ recovery-image] Aug 05 16:41:08.218 INFO O| Aug 05 16:41:08.218 INFO STEP 671 (remove_files) COMPLETE |
5860 | 2024-08-05T16:41:09.766Z | [ recovery-image] Aug 05 16:41:08.218 INFO O| Aug 05 16:41:08.218 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-08-05T16:41:09.775Z | [ recovery-image] Aug 05 16:41:08.228 INFO O| Aug 05 16:41:08.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5862 | 2024-08-05T16:41:09.778Z | [ recovery-image] Aug 05 16:41:08.228 INFO O| Aug 05 16:41:08.228 INFO STEP 672 (remove_files) COMPLETE |
5863 | 2024-08-05T16:41:09.778Z | [ recovery-image] Aug 05 16:41:08.228 INFO O| Aug 05 16:41:08.228 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-08-05T16:41:09.784Z | [ recovery-image] Aug 05 16:41:08.238 INFO O| Aug 05 16:41:08.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5865 | 2024-08-05T16:41:09.787Z | [ recovery-image] Aug 05 16:41:08.238 INFO O| Aug 05 16:41:08.238 INFO STEP 673 (remove_files) COMPLETE |
5866 | 2024-08-05T16:41:09.788Z | [ recovery-image] Aug 05 16:41:08.238 INFO O| Aug 05 16:41:08.238 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-08-05T16:41:09.794Z | [ recovery-image] Aug 05 16:41:08.248 INFO O| Aug 05 16:41:08.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5868 | 2024-08-05T16:41:09.794Z | [ recovery-image] Aug 05 16:41:08.248 INFO O| Aug 05 16:41:08.248 INFO STEP 674 (remove_files) COMPLETE |
5869 | 2024-08-05T16:41:09.794Z | [ recovery-image] Aug 05 16:41:08.248 INFO O| Aug 05 16:41:08.248 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-08-05T16:41:09.804Z | [ recovery-image] Aug 05 16:41:08.258 INFO O| Aug 05 16:41:08.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5871 | 2024-08-05T16:41:09.807Z | [ recovery-image] Aug 05 16:41:08.259 INFO O| Aug 05 16:41:08.259 INFO STEP 675 (remove_files) COMPLETE |
5872 | 2024-08-05T16:41:09.807Z | [ recovery-image] Aug 05 16:41:08.259 INFO O| Aug 05 16:41:08.259 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-08-05T16:41:09.814Z | [ recovery-image] Aug 05 16:41:08.268 INFO O| Aug 05 16:41:08.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5874 | 2024-08-05T16:41:09.815Z | [ recovery-image] Aug 05 16:41:08.269 INFO O| Aug 05 16:41:08.268 INFO STEP 676 (remove_files) COMPLETE |
5875 | 2024-08-05T16:41:09.818Z | [ recovery-image] Aug 05 16:41:08.269 INFO O| Aug 05 16:41:08.269 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-08-05T16:41:09.824Z | [ recovery-image] Aug 05 16:41:08.278 INFO O| Aug 05 16:41:08.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5877 | 2024-08-05T16:41:09.824Z | [ recovery-image] Aug 05 16:41:08.278 INFO O| Aug 05 16:41:08.278 INFO STEP 677 (remove_files) COMPLETE |
5878 | 2024-08-05T16:41:09.824Z | [ recovery-image] Aug 05 16:41:08.278 INFO O| Aug 05 16:41:08.278 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-08-05T16:41:09.835Z | [ recovery-image] Aug 05 16:41:08.288 INFO O| Aug 05 16:41:08.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5880 | 2024-08-05T16:41:09.835Z | [ recovery-image] Aug 05 16:41:08.288 INFO O| Aug 05 16:41:08.288 INFO STEP 678 (remove_files) COMPLETE |
5881 | 2024-08-05T16:41:09.838Z | [ recovery-image] Aug 05 16:41:08.288 INFO O| Aug 05 16:41:08.288 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-08-05T16:41:09.843Z | [ recovery-image] Aug 05 16:41:08.298 INFO O| Aug 05 16:41:08.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5883 | 2024-08-05T16:41:09.843Z | [ recovery-image] Aug 05 16:41:08.298 INFO O| Aug 05 16:41:08.298 INFO STEP 679 (remove_files) COMPLETE |
5884 | 2024-08-05T16:41:09.846Z | [ recovery-image] Aug 05 16:41:08.298 INFO O| Aug 05 16:41:08.298 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-08-05T16:41:09.854Z | [ recovery-image] Aug 05 16:41:08.308 INFO O| Aug 05 16:41:08.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5886 | 2024-08-05T16:41:09.854Z | [ recovery-image] Aug 05 16:41:08.308 INFO O| Aug 05 16:41:08.308 INFO STEP 680 (remove_files) COMPLETE |
5887 | 2024-08-05T16:41:09.854Z | [ recovery-image] Aug 05 16:41:08.308 INFO O| Aug 05 16:41:08.308 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-08-05T16:41:09.865Z | [ recovery-image] Aug 05 16:41:08.317 INFO O| Aug 05 16:41:08.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5889 | 2024-08-05T16:41:09.865Z | [ recovery-image] Aug 05 16:41:08.317 INFO O| Aug 05 16:41:08.317 INFO STEP 681 (remove_files) COMPLETE |
5890 | 2024-08-05T16:41:09.868Z | [ recovery-image] Aug 05 16:41:08.317 INFO O| Aug 05 16:41:08.317 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-08-05T16:41:09.873Z | [ recovery-image] Aug 05 16:41:08.327 INFO O| Aug 05 16:41:08.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5892 | 2024-08-05T16:41:09.873Z | [ recovery-image] Aug 05 16:41:08.327 INFO O| Aug 05 16:41:08.327 INFO STEP 682 (remove_files) COMPLETE |
5893 | 2024-08-05T16:41:09.877Z | [ recovery-image] Aug 05 16:41:08.327 INFO O| Aug 05 16:41:08.327 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-08-05T16:41:09.884Z | [ recovery-image] Aug 05 16:41:08.337 INFO O| Aug 05 16:41:08.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5895 | 2024-08-05T16:41:09.884Z | [ recovery-image] Aug 05 16:41:08.337 INFO O| Aug 05 16:41:08.337 INFO STEP 683 (remove_files) COMPLETE |
5896 | 2024-08-05T16:41:09.884Z | [ recovery-image] Aug 05 16:41:08.337 INFO O| Aug 05 16:41:08.337 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-08-05T16:41:09.893Z | [ recovery-image] Aug 05 16:41:08.347 INFO O| Aug 05 16:41:08.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5898 | 2024-08-05T16:41:09.896Z | [ recovery-image] Aug 05 16:41:08.347 INFO O| Aug 05 16:41:08.347 INFO STEP 684 (remove_files) COMPLETE |
5899 | 2024-08-05T16:41:09.896Z | [ recovery-image] Aug 05 16:41:08.347 INFO O| Aug 05 16:41:08.347 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-08-05T16:41:09.903Z | [ recovery-image] Aug 05 16:41:08.357 INFO O| Aug 05 16:41:08.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5901 | 2024-08-05T16:41:09.905Z | [ recovery-image] Aug 05 16:41:08.357 INFO O| Aug 05 16:41:08.357 INFO STEP 685 (remove_files) COMPLETE |
5902 | 2024-08-05T16:41:09.906Z | [ recovery-image] Aug 05 16:41:08.357 INFO O| Aug 05 16:41:08.357 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-08-05T16:41:09.912Z | [ recovery-image] Aug 05 16:41:08.366 INFO O| Aug 05 16:41:08.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5904 | 2024-08-05T16:41:09.912Z | [ recovery-image] Aug 05 16:41:08.366 INFO O| Aug 05 16:41:08.366 INFO STEP 686 (remove_files) COMPLETE |
5905 | 2024-08-05T16:41:09.915Z | [ recovery-image] Aug 05 16:41:08.366 INFO O| Aug 05 16:41:08.366 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-08-05T16:41:09.922Z | [ recovery-image] Aug 05 16:41:08.376 INFO O| Aug 05 16:41:08.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5907 | 2024-08-05T16:41:09.925Z | [ recovery-image] Aug 05 16:41:08.377 INFO O| Aug 05 16:41:08.377 INFO STEP 687 (remove_files) COMPLETE |
5908 | 2024-08-05T16:41:09.925Z | [ recovery-image] Aug 05 16:41:08.377 INFO O| Aug 05 16:41:08.377 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-08-05T16:41:09.933Z | [ recovery-image] Aug 05 16:41:08.387 INFO O| Aug 05 16:41:08.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5910 | 2024-08-05T16:41:09.933Z | [ recovery-image] Aug 05 16:41:08.387 INFO O| Aug 05 16:41:08.387 INFO STEP 688 (remove_files) COMPLETE |
5911 | 2024-08-05T16:41:09.933Z | [ recovery-image] Aug 05 16:41:08.387 INFO O| Aug 05 16:41:08.387 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-08-05T16:41:09.943Z | [ recovery-image] Aug 05 16:41:08.397 INFO O| Aug 05 16:41:08.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5913 | 2024-08-05T16:41:09.943Z | [ recovery-image] Aug 05 16:41:08.397 INFO O| Aug 05 16:41:08.397 INFO STEP 689 (remove_files) COMPLETE |
5914 | 2024-08-05T16:41:09.943Z | [ recovery-image] Aug 05 16:41:08.397 INFO O| Aug 05 16:41:08.397 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-08-05T16:41:09.953Z | [ recovery-image] Aug 05 16:41:08.407 INFO O| Aug 05 16:41:08.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5916 | 2024-08-05T16:41:09.953Z | [ recovery-image] Aug 05 16:41:08.407 INFO O| Aug 05 16:41:08.407 INFO STEP 690 (remove_files) COMPLETE |
5917 | 2024-08-05T16:41:09.953Z | [ recovery-image] Aug 05 16:41:08.407 INFO O| Aug 05 16:41:08.407 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-08-05T16:41:09.963Z | [ recovery-image] Aug 05 16:41:08.417 INFO O| Aug 05 16:41:08.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5919 | 2024-08-05T16:41:09.963Z | [ recovery-image] Aug 05 16:41:08.417 INFO O| Aug 05 16:41:08.417 INFO STEP 691 (remove_files) COMPLETE |
5920 | 2024-08-05T16:41:09.967Z | [ recovery-image] Aug 05 16:41:08.417 INFO O| Aug 05 16:41:08.417 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-08-05T16:41:09.976Z | [ recovery-image] Aug 05 16:41:08.427 INFO O| Aug 05 16:41:08.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5922 | 2024-08-05T16:41:09.976Z | [ recovery-image] Aug 05 16:41:08.427 INFO O| Aug 05 16:41:08.427 INFO STEP 692 (remove_files) COMPLETE |
5923 | 2024-08-05T16:41:09.976Z | [ recovery-image] Aug 05 16:41:08.427 INFO O| Aug 05 16:41:08.427 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-08-05T16:41:09.983Z | [ recovery-image] Aug 05 16:41:08.437 INFO O| Aug 05 16:41:08.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5925 | 2024-08-05T16:41:09.983Z | [ recovery-image] Aug 05 16:41:08.437 INFO O| Aug 05 16:41:08.437 INFO STEP 693 (remove_files) COMPLETE |
5926 | 2024-08-05T16:41:09.986Z | [ recovery-image] Aug 05 16:41:08.437 INFO O| Aug 05 16:41:08.437 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-08-05T16:41:09.993Z | [ recovery-image] Aug 05 16:41:08.447 INFO O| Aug 05 16:41:08.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
5928 | 2024-08-05T16:41:09.993Z | [ recovery-image] Aug 05 16:41:08.447 INFO O| Aug 05 16:41:08.447 INFO STEP 694 (remove_files) COMPLETE |
5929 | 2024-08-05T16:41:09.996Z | [ recovery-image] Aug 05 16:41:08.447 INFO O| Aug 05 16:41:08.447 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-08-05T16:41:10.002Z | [ recovery-image] Aug 05 16:41:08.457 INFO O| Aug 05 16:41:08.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
5931 | 2024-08-05T16:41:10.003Z | [ recovery-image] Aug 05 16:41:08.457 INFO O| Aug 05 16:41:08.457 INFO STEP 695 (remove_files) COMPLETE |
5932 | 2024-08-05T16:41:10.006Z | [ recovery-image] Aug 05 16:41:08.457 INFO O| Aug 05 16:41:08.457 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-08-05T16:41:10.012Z | [ recovery-image] Aug 05 16:41:08.466 INFO O| Aug 05 16:41:08.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
5934 | 2024-08-05T16:41:10.012Z | [ recovery-image] Aug 05 16:41:08.466 INFO O| Aug 05 16:41:08.466 INFO STEP 696 (remove_files) COMPLETE |
5935 | 2024-08-05T16:41:10.015Z | [ recovery-image] Aug 05 16:41:08.466 INFO O| Aug 05 16:41:08.466 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-08-05T16:41:10.022Z | [ recovery-image] Aug 05 16:41:08.476 INFO O| Aug 05 16:41:08.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
5937 | 2024-08-05T16:41:10.022Z | [ recovery-image] Aug 05 16:41:08.476 INFO O| Aug 05 16:41:08.476 INFO STEP 697 (remove_files) COMPLETE |
5938 | 2024-08-05T16:41:10.025Z | [ recovery-image] Aug 05 16:41:08.476 INFO O| Aug 05 16:41:08.476 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-08-05T16:41:10.032Z | [ recovery-image] Aug 05 16:41:08.486 INFO O| Aug 05 16:41:08.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
5940 | 2024-08-05T16:41:10.032Z | [ recovery-image] Aug 05 16:41:08.486 INFO O| Aug 05 16:41:08.486 INFO STEP 698 (remove_files) COMPLETE |
5941 | 2024-08-05T16:41:10.032Z | [ recovery-image] Aug 05 16:41:08.486 INFO O| Aug 05 16:41:08.486 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-08-05T16:41:10.042Z | [ recovery-image] Aug 05 16:41:08.496 INFO O| Aug 05 16:41:08.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
5943 | 2024-08-05T16:41:10.042Z | [ recovery-image] Aug 05 16:41:08.496 INFO O| Aug 05 16:41:08.496 INFO STEP 699 (remove_files) COMPLETE |
5944 | 2024-08-05T16:41:10.045Z | [ recovery-image] Aug 05 16:41:08.496 INFO O| Aug 05 16:41:08.496 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-08-05T16:41:10.052Z | [ recovery-image] Aug 05 16:41:08.506 INFO O| Aug 05 16:41:08.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
5946 | 2024-08-05T16:41:10.052Z | [ recovery-image] Aug 05 16:41:08.506 INFO O| Aug 05 16:41:08.506 INFO STEP 700 (remove_files) COMPLETE |
5947 | 2024-08-05T16:41:10.052Z | [ recovery-image] Aug 05 16:41:08.506 INFO O| Aug 05 16:41:08.506 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-08-05T16:41:10.062Z | [ recovery-image] Aug 05 16:41:08.516 INFO O| Aug 05 16:41:08.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
5949 | 2024-08-05T16:41:10.062Z | [ recovery-image] Aug 05 16:41:08.516 INFO O| Aug 05 16:41:08.516 INFO STEP 701 (remove_files) COMPLETE |
5950 | 2024-08-05T16:41:10.065Z | [ recovery-image] Aug 05 16:41:08.516 INFO O| Aug 05 16:41:08.516 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-08-05T16:41:10.072Z | [ recovery-image] Aug 05 16:41:08.526 INFO O| Aug 05 16:41:08.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
5952 | 2024-08-05T16:41:10.072Z | [ recovery-image] Aug 05 16:41:08.526 INFO O| Aug 05 16:41:08.526 INFO STEP 702 (remove_files) COMPLETE |
5953 | 2024-08-05T16:41:10.075Z | [ recovery-image] Aug 05 16:41:08.526 INFO O| Aug 05 16:41:08.526 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-08-05T16:41:10.081Z | [ recovery-image] Aug 05 16:41:08.536 INFO O| Aug 05 16:41:08.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
5955 | 2024-08-05T16:41:10.082Z | [ recovery-image] Aug 05 16:41:08.536 INFO O| Aug 05 16:41:08.536 INFO STEP 703 (remove_files) COMPLETE |
5956 | 2024-08-05T16:41:10.082Z | [ recovery-image] Aug 05 16:41:08.536 INFO O| Aug 05 16:41:08.536 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-08-05T16:41:10.091Z | [ recovery-image] Aug 05 16:41:08.545 INFO O| Aug 05 16:41:08.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
5958 | 2024-08-05T16:41:10.091Z | [ recovery-image] Aug 05 16:41:08.545 INFO O| Aug 05 16:41:08.545 INFO STEP 704 (remove_files) COMPLETE |
5959 | 2024-08-05T16:41:10.091Z | [ recovery-image] Aug 05 16:41:08.545 INFO O| Aug 05 16:41:08.545 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-08-05T16:41:10.101Z | [ recovery-image] Aug 05 16:41:08.555 INFO O| Aug 05 16:41:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
5961 | 2024-08-05T16:41:10.101Z | [ recovery-image] Aug 05 16:41:08.555 INFO O| Aug 05 16:41:08.555 INFO STEP 705 (remove_files) COMPLETE |
5962 | 2024-08-05T16:41:10.101Z | [ recovery-image] Aug 05 16:41:08.555 INFO O| Aug 05 16:41:08.555 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-08-05T16:41:10.111Z | [ recovery-image] Aug 05 16:41:08.565 INFO O| Aug 05 16:41:08.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
5964 | 2024-08-05T16:41:10.111Z | [ recovery-image] Aug 05 16:41:08.565 INFO O| Aug 05 16:41:08.565 INFO STEP 706 (remove_files) COMPLETE |
5965 | 2024-08-05T16:41:10.114Z | [ recovery-image] Aug 05 16:41:08.565 INFO O| Aug 05 16:41:08.565 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-08-05T16:41:10.123Z | [ recovery-image] Aug 05 16:41:08.577 INFO O| Aug 05 16:41:08.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
5967 | 2024-08-05T16:41:10.123Z | [ recovery-image] Aug 05 16:41:08.577 INFO O| Aug 05 16:41:08.577 INFO STEP 707 (remove_files) COMPLETE |
5968 | 2024-08-05T16:41:10.123Z | [ recovery-image] Aug 05 16:41:08.577 INFO O| Aug 05 16:41:08.577 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-08-05T16:41:10.135Z | [ recovery-image] Aug 05 16:41:08.589 INFO O| Aug 05 16:41:08.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
5970 | 2024-08-05T16:41:10.135Z | [ recovery-image] Aug 05 16:41:08.589 INFO O| Aug 05 16:41:08.589 INFO STEP 708 (remove_files) COMPLETE |
5971 | 2024-08-05T16:41:10.138Z | [ recovery-image] Aug 05 16:41:08.589 INFO O| Aug 05 16:41:08.589 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-08-05T16:41:10.146Z | [ recovery-image] Aug 05 16:41:08.600 INFO O| Aug 05 16:41:08.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
5973 | 2024-08-05T16:41:10.149Z | [ recovery-image] Aug 05 16:41:08.600 INFO O| Aug 05 16:41:08.600 INFO STEP 709 (remove_files) COMPLETE |
5974 | 2024-08-05T16:41:10.149Z | [ recovery-image] Aug 05 16:41:08.600 INFO O| Aug 05 16:41:08.600 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-08-05T16:41:10.157Z | [ recovery-image] Aug 05 16:41:08.611 INFO O| Aug 05 16:41:08.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
5976 | 2024-08-05T16:41:10.158Z | [ recovery-image] Aug 05 16:41:08.611 INFO O| Aug 05 16:41:08.611 INFO STEP 710 (remove_files) COMPLETE |
5977 | 2024-08-05T16:41:10.161Z | [ recovery-image] Aug 05 16:41:08.611 INFO O| Aug 05 16:41:08.611 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-08-05T16:41:10.168Z | [ recovery-image] Aug 05 16:41:08.623 INFO O| Aug 05 16:41:08.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
5979 | 2024-08-05T16:41:10.171Z | [ recovery-image] Aug 05 16:41:08.623 INFO O| Aug 05 16:41:08.623 INFO STEP 711 (remove_files) COMPLETE |
5980 | 2024-08-05T16:41:10.171Z | [ recovery-image] Aug 05 16:41:08.623 INFO O| Aug 05 16:41:08.623 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-08-05T16:41:10.179Z | [ recovery-image] Aug 05 16:41:08.633 INFO O| Aug 05 16:41:08.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
5982 | 2024-08-05T16:41:10.179Z | [ recovery-image] Aug 05 16:41:08.633 INFO O| Aug 05 16:41:08.633 INFO STEP 712 (remove_files) COMPLETE |
5983 | 2024-08-05T16:41:10.182Z | [ recovery-image] Aug 05 16:41:08.633 INFO O| Aug 05 16:41:08.633 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-08-05T16:41:10.189Z | [ recovery-image] Aug 05 16:41:08.644 INFO O| Aug 05 16:41:08.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
5985 | 2024-08-05T16:41:10.192Z | [ recovery-image] Aug 05 16:41:08.644 INFO O| Aug 05 16:41:08.644 INFO STEP 713 (remove_files) COMPLETE |
5986 | 2024-08-05T16:41:10.192Z | [ recovery-image] Aug 05 16:41:08.644 INFO O| Aug 05 16:41:08.644 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-08-05T16:41:10.201Z | [ recovery-image] Aug 05 16:41:08.655 INFO O| Aug 05 16:41:08.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
5988 | 2024-08-05T16:41:10.201Z | [ recovery-image] Aug 05 16:41:08.655 INFO O| Aug 05 16:41:08.655 INFO STEP 714 (remove_files) COMPLETE |
5989 | 2024-08-05T16:41:10.204Z | [ recovery-image] Aug 05 16:41:08.655 INFO O| Aug 05 16:41:08.655 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-08-05T16:41:10.212Z | [ recovery-image] Aug 05 16:41:08.666 INFO O| Aug 05 16:41:08.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
5991 | 2024-08-05T16:41:10.212Z | [ recovery-image] Aug 05 16:41:08.666 INFO O| Aug 05 16:41:08.666 INFO STEP 715 (remove_files) COMPLETE |
5992 | 2024-08-05T16:41:10.215Z | [ recovery-image] Aug 05 16:41:08.666 INFO O| Aug 05 16:41:08.666 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-08-05T16:41:10.222Z | [ recovery-image] Aug 05 16:41:08.676 INFO O| Aug 05 16:41:08.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
5994 | 2024-08-05T16:41:10.222Z | [ recovery-image] Aug 05 16:41:08.677 INFO O| Aug 05 16:41:08.677 INFO STEP 716 (remove_files) COMPLETE |
5995 | 2024-08-05T16:41:10.223Z | [ recovery-image] Aug 05 16:41:08.677 INFO O| Aug 05 16:41:08.677 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-08-05T16:41:10.233Z | [ recovery-image] Aug 05 16:41:08.687 INFO O| Aug 05 16:41:08.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
5997 | 2024-08-05T16:41:10.233Z | [ recovery-image] Aug 05 16:41:08.687 INFO O| Aug 05 16:41:08.687 INFO STEP 717 (remove_files) COMPLETE |
5998 | 2024-08-05T16:41:10.236Z | [ recovery-image] Aug 05 16:41:08.687 INFO O| Aug 05 16:41:08.687 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-08-05T16:41:10.244Z | [ recovery-image] Aug 05 16:41:08.698 INFO O| Aug 05 16:41:08.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6000 | 2024-08-05T16:41:10.247Z | [ recovery-image] Aug 05 16:41:08.698 INFO O| Aug 05 16:41:08.698 INFO STEP 718 (remove_files) COMPLETE |
6001 | 2024-08-05T16:41:10.247Z | [ recovery-image] Aug 05 16:41:08.698 INFO O| Aug 05 16:41:08.698 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-08-05T16:41:10.255Z | [ recovery-image] Aug 05 16:41:08.709 INFO O| Aug 05 16:41:08.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6003 | 2024-08-05T16:41:10.255Z | [ recovery-image] Aug 05 16:41:08.709 INFO O| Aug 05 16:41:08.709 INFO STEP 719 (remove_files) COMPLETE |
6004 | 2024-08-05T16:41:10.255Z | [ recovery-image] Aug 05 16:41:08.709 INFO O| Aug 05 16:41:08.709 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-08-05T16:41:10.267Z | [ recovery-image] Aug 05 16:41:08.720 INFO O| Aug 05 16:41:08.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6006 | 2024-08-05T16:41:10.267Z | [ recovery-image] Aug 05 16:41:08.720 INFO O| Aug 05 16:41:08.720 INFO STEP 720 (remove_files) COMPLETE |
6007 | 2024-08-05T16:41:10.271Z | [ recovery-image] Aug 05 16:41:08.720 INFO O| Aug 05 16:41:08.720 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-08-05T16:41:10.277Z | [ recovery-image] Aug 05 16:41:08.731 INFO O| Aug 05 16:41:08.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6009 | 2024-08-05T16:41:10.277Z | [ recovery-image] Aug 05 16:41:08.731 INFO O| Aug 05 16:41:08.731 INFO STEP 721 (remove_files) COMPLETE |
6010 | 2024-08-05T16:41:10.281Z | [ recovery-image] Aug 05 16:41:08.731 INFO O| Aug 05 16:41:08.731 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-08-05T16:41:10.288Z | [ recovery-image] Aug 05 16:41:08.741 INFO O| Aug 05 16:41:08.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6012 | 2024-08-05T16:41:10.288Z | [ recovery-image] Aug 05 16:41:08.741 INFO O| Aug 05 16:41:08.741 INFO STEP 722 (remove_files) COMPLETE |
6013 | 2024-08-05T16:41:10.291Z | [ recovery-image] Aug 05 16:41:08.742 INFO O| Aug 05 16:41:08.741 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-08-05T16:41:10.297Z | [ recovery-image] Aug 05 16:41:08.752 INFO O| Aug 05 16:41:08.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6015 | 2024-08-05T16:41:10.298Z | [ recovery-image] Aug 05 16:41:08.752 INFO O| Aug 05 16:41:08.752 INFO STEP 723 (remove_files) COMPLETE |
6016 | 2024-08-05T16:41:10.300Z | [ recovery-image] Aug 05 16:41:08.752 INFO O| Aug 05 16:41:08.752 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-08-05T16:41:10.307Z | [ recovery-image] Aug 05 16:41:08.762 INFO O| Aug 05 16:41:08.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6018 | 2024-08-05T16:41:10.308Z | [ recovery-image] Aug 05 16:41:08.762 INFO O| Aug 05 16:41:08.762 INFO STEP 724 (remove_files) COMPLETE |
6019 | 2024-08-05T16:41:10.310Z | [ recovery-image] Aug 05 16:41:08.762 INFO O| Aug 05 16:41:08.762 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-08-05T16:41:10.318Z | [ recovery-image] Aug 05 16:41:08.772 INFO O| Aug 05 16:41:08.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6021 | 2024-08-05T16:41:10.318Z | [ recovery-image] Aug 05 16:41:08.772 INFO O| Aug 05 16:41:08.772 INFO STEP 725 (remove_files) COMPLETE |
6022 | 2024-08-05T16:41:10.320Z | [ recovery-image] Aug 05 16:41:08.772 INFO O| Aug 05 16:41:08.772 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-08-05T16:41:10.328Z | [ recovery-image] Aug 05 16:41:08.782 INFO O| Aug 05 16:41:08.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6024 | 2024-08-05T16:41:10.331Z | [ recovery-image] Aug 05 16:41:08.782 INFO O| Aug 05 16:41:08.782 INFO STEP 726 (remove_files) COMPLETE |
6025 | 2024-08-05T16:41:10.331Z | [ recovery-image] Aug 05 16:41:08.782 INFO O| Aug 05 16:41:08.782 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-08-05T16:41:10.338Z | [ recovery-image] Aug 05 16:41:08.792 INFO O| Aug 05 16:41:08.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6027 | 2024-08-05T16:41:10.338Z | [ recovery-image] Aug 05 16:41:08.792 INFO O| Aug 05 16:41:08.792 INFO STEP 727 (remove_files) COMPLETE |
6028 | 2024-08-05T16:41:10.338Z | [ recovery-image] Aug 05 16:41:08.792 INFO O| Aug 05 16:41:08.792 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-08-05T16:41:10.348Z | [ recovery-image] Aug 05 16:41:08.802 INFO O| Aug 05 16:41:08.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6030 | 2024-08-05T16:41:10.348Z | [ recovery-image] Aug 05 16:41:08.802 INFO O| Aug 05 16:41:08.802 INFO STEP 728 (remove_files) COMPLETE |
6031 | 2024-08-05T16:41:10.351Z | [ recovery-image] Aug 05 16:41:08.802 INFO O| Aug 05 16:41:08.802 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-08-05T16:41:10.359Z | [ recovery-image] Aug 05 16:41:08.813 INFO O| Aug 05 16:41:08.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6033 | 2024-08-05T16:41:10.359Z | [ recovery-image] Aug 05 16:41:08.813 INFO O| Aug 05 16:41:08.813 INFO STEP 729 (remove_files) COMPLETE |
6034 | 2024-08-05T16:41:10.362Z | [ recovery-image] Aug 05 16:41:08.813 INFO O| Aug 05 16:41:08.813 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-08-05T16:41:10.371Z | [ recovery-image] Aug 05 16:41:08.823 INFO O| Aug 05 16:41:08.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6036 | 2024-08-05T16:41:10.371Z | [ recovery-image] Aug 05 16:41:08.824 INFO O| Aug 05 16:41:08.824 INFO STEP 730 (remove_files) COMPLETE |
6037 | 2024-08-05T16:41:10.377Z | [ recovery-image] Aug 05 16:41:08.824 INFO O| Aug 05 16:41:08.824 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-08-05T16:41:10.381Z | [ recovery-image] Aug 05 16:41:08.834 INFO O| Aug 05 16:41:08.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6039 | 2024-08-05T16:41:10.381Z | [ recovery-image] Aug 05 16:41:08.834 INFO O| Aug 05 16:41:08.834 INFO STEP 731 (remove_files) COMPLETE |
6040 | 2024-08-05T16:41:10.381Z | [ recovery-image] Aug 05 16:41:08.834 INFO O| Aug 05 16:41:08.834 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-08-05T16:41:10.391Z | [ recovery-image] Aug 05 16:41:08.845 INFO O| Aug 05 16:41:08.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6042 | 2024-08-05T16:41:10.394Z | [ recovery-image] Aug 05 16:41:08.845 INFO O| Aug 05 16:41:08.845 INFO STEP 732 (remove_files) COMPLETE |
6043 | 2024-08-05T16:41:10.394Z | [ recovery-image] Aug 05 16:41:08.845 INFO O| Aug 05 16:41:08.845 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-08-05T16:41:10.402Z | [ recovery-image] Aug 05 16:41:08.856 INFO O| Aug 05 16:41:08.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6045 | 2024-08-05T16:41:10.402Z | [ recovery-image] Aug 05 16:41:08.856 INFO O| Aug 05 16:41:08.856 INFO STEP 733 (remove_files) COMPLETE |
6046 | 2024-08-05T16:41:10.402Z | [ recovery-image] Aug 05 16:41:08.856 INFO O| Aug 05 16:41:08.856 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-08-05T16:41:10.414Z | [ recovery-image] Aug 05 16:41:08.868 INFO O| Aug 05 16:41:08.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6048 | 2024-08-05T16:41:10.417Z | [ recovery-image] Aug 05 16:41:08.868 INFO O| Aug 05 16:41:08.868 INFO STEP 734 (remove_files) COMPLETE |
6049 | 2024-08-05T16:41:10.417Z | [ recovery-image] Aug 05 16:41:08.868 INFO O| Aug 05 16:41:08.868 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-08-05T16:41:10.425Z | [ recovery-image] Aug 05 16:41:08.879 INFO O| Aug 05 16:41:08.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6051 | 2024-08-05T16:41:10.425Z | [ recovery-image] Aug 05 16:41:08.879 INFO O| Aug 05 16:41:08.879 INFO STEP 735 (remove_files) COMPLETE |
6052 | 2024-08-05T16:41:10.428Z | [ recovery-image] Aug 05 16:41:08.879 INFO O| Aug 05 16:41:08.879 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-08-05T16:41:10.436Z | [ recovery-image] Aug 05 16:41:08.890 INFO O| Aug 05 16:41:08.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6054 | 2024-08-05T16:41:10.439Z | [ recovery-image] Aug 05 16:41:08.891 INFO O| Aug 05 16:41:08.891 INFO STEP 736 (remove_files) COMPLETE |
6055 | 2024-08-05T16:41:10.439Z | [ recovery-image] Aug 05 16:41:08.891 INFO O| Aug 05 16:41:08.891 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-08-05T16:41:10.449Z | [ recovery-image] Aug 05 16:41:08.903 INFO O| Aug 05 16:41:08.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6057 | 2024-08-05T16:41:10.449Z | [ recovery-image] Aug 05 16:41:08.903 INFO O| Aug 05 16:41:08.903 INFO STEP 737 (remove_files) COMPLETE |
6058 | 2024-08-05T16:41:10.449Z | [ recovery-image] Aug 05 16:41:08.903 INFO O| Aug 05 16:41:08.903 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-08-05T16:41:10.459Z | [ recovery-image] Aug 05 16:41:08.913 INFO O| Aug 05 16:41:08.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6060 | 2024-08-05T16:41:10.459Z | [ recovery-image] Aug 05 16:41:08.913 INFO O| Aug 05 16:41:08.913 INFO STEP 738 (remove_files) COMPLETE |
6061 | 2024-08-05T16:41:10.459Z | [ recovery-image] Aug 05 16:41:08.913 INFO O| Aug 05 16:41:08.913 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-08-05T16:41:10.470Z | [ recovery-image] Aug 05 16:41:08.924 INFO O| Aug 05 16:41:08.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6063 | 2024-08-05T16:41:10.470Z | [ recovery-image] Aug 05 16:41:08.924 INFO O| Aug 05 16:41:08.924 INFO STEP 739 (remove_files) COMPLETE |
6064 | 2024-08-05T16:41:10.470Z | [ recovery-image] Aug 05 16:41:08.924 INFO O| Aug 05 16:41:08.924 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-08-05T16:41:10.480Z | [ recovery-image] Aug 05 16:41:08.934 INFO O| Aug 05 16:41:08.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6066 | 2024-08-05T16:41:10.480Z | [ recovery-image] Aug 05 16:41:08.935 INFO O| Aug 05 16:41:08.934 INFO STEP 740 (remove_files) COMPLETE |
6067 | 2024-08-05T16:41:10.481Z | [ recovery-image] Aug 05 16:41:08.935 INFO O| Aug 05 16:41:08.935 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-08-05T16:41:10.491Z | [ recovery-image] Aug 05 16:41:08.945 INFO O| Aug 05 16:41:08.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6069 | 2024-08-05T16:41:10.494Z | [ recovery-image] Aug 05 16:41:08.945 INFO O| Aug 05 16:41:08.945 INFO STEP 741 (remove_files) COMPLETE |
6070 | 2024-08-05T16:41:10.494Z | [ recovery-image] Aug 05 16:41:08.945 INFO O| Aug 05 16:41:08.945 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-08-05T16:41:10.501Z | [ recovery-image] Aug 05 16:41:08.955 INFO O| Aug 05 16:41:08.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6072 | 2024-08-05T16:41:10.501Z | [ recovery-image] Aug 05 16:41:08.955 INFO O| Aug 05 16:41:08.955 INFO STEP 742 (remove_files) COMPLETE |
6073 | 2024-08-05T16:41:10.501Z | [ recovery-image] Aug 05 16:41:08.955 INFO O| Aug 05 16:41:08.955 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-08-05T16:41:10.511Z | [ recovery-image] Aug 05 16:41:08.965 INFO O| Aug 05 16:41:08.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6075 | 2024-08-05T16:41:10.511Z | [ recovery-image] Aug 05 16:41:08.965 INFO O| Aug 05 16:41:08.965 INFO STEP 743 (remove_files) COMPLETE |
6076 | 2024-08-05T16:41:10.511Z | [ recovery-image] Aug 05 16:41:08.965 INFO O| Aug 05 16:41:08.965 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-08-05T16:41:10.522Z | [ recovery-image] Aug 05 16:41:08.976 INFO O| Aug 05 16:41:08.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6078 | 2024-08-05T16:41:10.522Z | [ recovery-image] Aug 05 16:41:08.976 INFO O| Aug 05 16:41:08.976 INFO STEP 744 (remove_files) COMPLETE |
6079 | 2024-08-05T16:41:10.525Z | [ recovery-image] Aug 05 16:41:08.976 INFO O| Aug 05 16:41:08.976 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-08-05T16:41:10.533Z | [ recovery-image] Aug 05 16:41:08.987 INFO O| Aug 05 16:41:08.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6081 | 2024-08-05T16:41:10.533Z | [ recovery-image] Aug 05 16:41:08.987 INFO O| Aug 05 16:41:08.987 INFO STEP 745 (remove_files) COMPLETE |
6082 | 2024-08-05T16:41:10.533Z | [ recovery-image] Aug 05 16:41:08.987 INFO O| Aug 05 16:41:08.987 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-08-05T16:41:10.546Z | [ recovery-image] Aug 05 16:41:08.999 INFO O| Aug 05 16:41:08.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6084 | 2024-08-05T16:41:10.546Z | [ recovery-image] Aug 05 16:41:08.999 INFO O| Aug 05 16:41:08.999 INFO STEP 746 (remove_files) COMPLETE |
6085 | 2024-08-05T16:41:10.546Z | [ recovery-image] Aug 05 16:41:09.000 INFO O| Aug 05 16:41:08.999 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-08-05T16:41:10.559Z | [ recovery-image] Aug 05 16:41:09.013 INFO O| Aug 05 16:41:09.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6087 | 2024-08-05T16:41:10.559Z | [ recovery-image] Aug 05 16:41:09.013 INFO O| Aug 05 16:41:09.013 INFO STEP 747 (remove_files) COMPLETE |
6088 | 2024-08-05T16:41:10.559Z | [ recovery-image] Aug 05 16:41:09.013 INFO O| Aug 05 16:41:09.013 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-08-05T16:41:10.571Z | [ recovery-image] Aug 05 16:41:09.025 INFO O| Aug 05 16:41:09.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6090 | 2024-08-05T16:41:10.574Z | [ recovery-image] Aug 05 16:41:09.025 INFO O| Aug 05 16:41:09.025 INFO STEP 748 (remove_files) COMPLETE |
6091 | 2024-08-05T16:41:10.574Z | [ recovery-image] Aug 05 16:41:09.025 INFO O| Aug 05 16:41:09.025 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-08-05T16:41:10.584Z | [ recovery-image] Aug 05 16:41:09.038 INFO O| Aug 05 16:41:09.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6093 | 2024-08-05T16:41:10.584Z | [ recovery-image] Aug 05 16:41:09.038 INFO O| Aug 05 16:41:09.038 INFO STEP 749 (remove_files) COMPLETE |
6094 | 2024-08-05T16:41:10.584Z | [ recovery-image] Aug 05 16:41:09.038 INFO O| Aug 05 16:41:09.038 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-08-05T16:41:10.596Z | [ recovery-image] Aug 05 16:41:09.050 INFO O| Aug 05 16:41:09.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6096 | 2024-08-05T16:41:10.596Z | [ recovery-image] Aug 05 16:41:09.050 INFO O| Aug 05 16:41:09.050 INFO STEP 750 (remove_files) COMPLETE |
6097 | 2024-08-05T16:41:10.596Z | [ recovery-image] Aug 05 16:41:09.050 INFO O| Aug 05 16:41:09.050 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-08-05T16:41:10.610Z | [ recovery-image] Aug 05 16:41:09.064 INFO O| Aug 05 16:41:09.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6099 | 2024-08-05T16:41:10.610Z | [ recovery-image] Aug 05 16:41:09.064 INFO O| Aug 05 16:41:09.064 INFO STEP 751 (remove_files) COMPLETE |
6100 | 2024-08-05T16:41:10.610Z | [ recovery-image] Aug 05 16:41:09.064 INFO O| Aug 05 16:41:09.064 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-08-05T16:41:10.623Z | [ recovery-image] Aug 05 16:41:09.076 INFO O| Aug 05 16:41:09.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6102 | 2024-08-05T16:41:10.623Z | [ recovery-image] Aug 05 16:41:09.076 INFO O| Aug 05 16:41:09.076 INFO STEP 752 (remove_files) COMPLETE |
6103 | 2024-08-05T16:41:10.623Z | [ recovery-image] Aug 05 16:41:09.077 INFO O| Aug 05 16:41:09.076 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-08-05T16:41:10.634Z | [ recovery-image] Aug 05 16:41:09.088 INFO O| Aug 05 16:41:09.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6105 | 2024-08-05T16:41:10.634Z | [ recovery-image] Aug 05 16:41:09.088 INFO O| Aug 05 16:41:09.088 INFO STEP 753 (remove_files) COMPLETE |
6106 | 2024-08-05T16:41:10.634Z | [ recovery-image] Aug 05 16:41:09.088 INFO O| Aug 05 16:41:09.088 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-08-05T16:41:10.646Z | [ recovery-image] Aug 05 16:41:09.100 INFO O| Aug 05 16:41:09.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6108 | 2024-08-05T16:41:10.646Z | [ recovery-image] Aug 05 16:41:09.100 INFO O| Aug 05 16:41:09.100 INFO STEP 754 (remove_files) COMPLETE |
6109 | 2024-08-05T16:41:10.649Z | [ recovery-image] Aug 05 16:41:09.100 INFO O| Aug 05 16:41:09.100 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-08-05T16:41:10.658Z | [ recovery-image] Aug 05 16:41:09.111 INFO O| Aug 05 16:41:09.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6111 | 2024-08-05T16:41:10.658Z | [ recovery-image] Aug 05 16:41:09.111 INFO O| Aug 05 16:41:09.111 INFO STEP 755 (remove_files) COMPLETE |
6112 | 2024-08-05T16:41:10.660Z | [ recovery-image] Aug 05 16:41:09.112 INFO O| Aug 05 16:41:09.111 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-08-05T16:41:10.669Z | [ recovery-image] Aug 05 16:41:09.123 INFO O| Aug 05 16:41:09.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6114 | 2024-08-05T16:41:10.672Z | [ recovery-image] Aug 05 16:41:09.123 INFO O| Aug 05 16:41:09.123 INFO STEP 756 (remove_files) COMPLETE |
6115 | 2024-08-05T16:41:10.672Z | [ recovery-image] Aug 05 16:41:09.123 INFO O| Aug 05 16:41:09.123 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-08-05T16:41:10.681Z | [ recovery-image] Aug 05 16:41:09.135 INFO O| Aug 05 16:41:09.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6117 | 2024-08-05T16:41:10.681Z | [ recovery-image] Aug 05 16:41:09.135 INFO O| Aug 05 16:41:09.135 INFO STEP 757 (remove_files) COMPLETE |
6118 | 2024-08-05T16:41:10.681Z | [ recovery-image] Aug 05 16:41:09.135 INFO O| Aug 05 16:41:09.135 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-08-05T16:41:10.693Z | [ recovery-image] Aug 05 16:41:09.147 INFO O| Aug 05 16:41:09.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6120 | 2024-08-05T16:41:10.693Z | [ recovery-image] Aug 05 16:41:09.147 INFO O| Aug 05 16:41:09.147 INFO STEP 758 (remove_files) COMPLETE |
6121 | 2024-08-05T16:41:10.696Z | [ recovery-image] Aug 05 16:41:09.147 INFO O| Aug 05 16:41:09.147 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-08-05T16:41:10.705Z | [ recovery-image] Aug 05 16:41:09.159 INFO O| Aug 05 16:41:09.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6123 | 2024-08-05T16:41:10.708Z | [ recovery-image] Aug 05 16:41:09.159 INFO O| Aug 05 16:41:09.159 INFO STEP 759 (remove_files) COMPLETE |
6124 | 2024-08-05T16:41:10.708Z | [ recovery-image] Aug 05 16:41:09.160 INFO O| Aug 05 16:41:09.159 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-08-05T16:41:10.719Z | [ recovery-image] Aug 05 16:41:09.173 INFO O| Aug 05 16:41:09.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6126 | 2024-08-05T16:41:10.719Z | [ recovery-image] Aug 05 16:41:09.173 INFO O| Aug 05 16:41:09.173 INFO STEP 760 (remove_files) COMPLETE |
6127 | 2024-08-05T16:41:10.719Z | [ recovery-image] Aug 05 16:41:09.173 INFO O| Aug 05 16:41:09.173 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-08-05T16:41:10.732Z | [ recovery-image] Aug 05 16:41:09.185 INFO O| Aug 05 16:41:09.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6129 | 2024-08-05T16:41:10.733Z | [ recovery-image] Aug 05 16:41:09.185 INFO O| Aug 05 16:41:09.185 INFO STEP 761 (remove_files) COMPLETE |
6130 | 2024-08-05T16:41:10.733Z | [ recovery-image] Aug 05 16:41:09.185 INFO O| Aug 05 16:41:09.185 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-08-05T16:41:10.744Z | [ recovery-image] Aug 05 16:41:09.198 INFO O| Aug 05 16:41:09.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6132 | 2024-08-05T16:41:10.744Z | [ recovery-image] Aug 05 16:41:09.198 INFO O| Aug 05 16:41:09.198 INFO STEP 762 (remove_files) COMPLETE |
6133 | 2024-08-05T16:41:10.744Z | [ recovery-image] Aug 05 16:41:09.198 INFO O| Aug 05 16:41:09.198 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-08-05T16:41:10.756Z | [ recovery-image] Aug 05 16:41:09.210 INFO O| Aug 05 16:41:09.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6135 | 2024-08-05T16:41:10.756Z | [ recovery-image] Aug 05 16:41:09.210 INFO O| Aug 05 16:41:09.210 INFO STEP 763 (remove_files) COMPLETE |
6136 | 2024-08-05T16:41:10.760Z | [ recovery-image] Aug 05 16:41:09.210 INFO O| Aug 05 16:41:09.210 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-08-05T16:41:10.767Z | [ recovery-image] Aug 05 16:41:09.221 INFO O| Aug 05 16:41:09.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6138 | 2024-08-05T16:41:10.768Z | [ recovery-image] Aug 05 16:41:09.221 INFO O| Aug 05 16:41:09.221 INFO STEP 764 (remove_files) COMPLETE |
6139 | 2024-08-05T16:41:10.768Z | [ recovery-image] Aug 05 16:41:09.221 INFO O| Aug 05 16:41:09.221 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-08-05T16:41:10.778Z | [ recovery-image] Aug 05 16:41:09.232 INFO O| Aug 05 16:41:09.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6141 | 2024-08-05T16:41:10.781Z | [ recovery-image] Aug 05 16:41:09.232 INFO O| Aug 05 16:41:09.232 INFO STEP 765 (remove_files) COMPLETE |
6142 | 2024-08-05T16:41:10.781Z | [ recovery-image] Aug 05 16:41:09.232 INFO O| Aug 05 16:41:09.232 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-08-05T16:41:10.789Z | [ recovery-image] Aug 05 16:41:09.242 INFO O| Aug 05 16:41:09.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6144 | 2024-08-05T16:41:10.792Z | [ recovery-image] Aug 05 16:41:09.242 INFO O| Aug 05 16:41:09.242 INFO STEP 766 (remove_files) COMPLETE |
6145 | 2024-08-05T16:41:10.792Z | [ recovery-image] Aug 05 16:41:09.242 INFO O| Aug 05 16:41:09.242 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-08-05T16:41:10.799Z | [ recovery-image] Aug 05 16:41:09.253 INFO O| Aug 05 16:41:09.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6147 | 2024-08-05T16:41:10.799Z | [ recovery-image] Aug 05 16:41:09.253 INFO O| Aug 05 16:41:09.253 INFO STEP 767 (remove_files) COMPLETE |
6148 | 2024-08-05T16:41:10.799Z | [ recovery-image] Aug 05 16:41:09.253 INFO O| Aug 05 16:41:09.253 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-08-05T16:41:10.810Z | [ recovery-image] Aug 05 16:41:09.263 INFO O| Aug 05 16:41:09.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6150 | 2024-08-05T16:41:10.810Z | [ recovery-image] Aug 05 16:41:09.263 INFO O| Aug 05 16:41:09.263 INFO STEP 768 (remove_files) COMPLETE |
6151 | 2024-08-05T16:41:10.810Z | [ recovery-image] Aug 05 16:41:09.264 INFO O| Aug 05 16:41:09.263 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-08-05T16:41:10.820Z | [ recovery-image] Aug 05 16:41:09.274 INFO O| Aug 05 16:41:09.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6153 | 2024-08-05T16:41:10.820Z | [ recovery-image] Aug 05 16:41:09.274 INFO O| Aug 05 16:41:09.274 INFO STEP 769 (remove_files) COMPLETE |
6154 | 2024-08-05T16:41:10.820Z | [ recovery-image] Aug 05 16:41:09.274 INFO O| Aug 05 16:41:09.274 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-08-05T16:41:10.831Z | [ recovery-image] Aug 05 16:41:09.285 INFO O| Aug 05 16:41:09.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6156 | 2024-08-05T16:41:10.831Z | [ recovery-image] Aug 05 16:41:09.285 INFO O| Aug 05 16:41:09.285 INFO STEP 770 (remove_files) COMPLETE |
6157 | 2024-08-05T16:41:10.834Z | [ recovery-image] Aug 05 16:41:09.285 INFO O| Aug 05 16:41:09.285 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-08-05T16:41:10.842Z | [ recovery-image] Aug 05 16:41:09.296 INFO O| Aug 05 16:41:09.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6159 | 2024-08-05T16:41:10.842Z | [ recovery-image] Aug 05 16:41:09.296 INFO O| Aug 05 16:41:09.296 INFO STEP 771 (remove_files) COMPLETE |
6160 | 2024-08-05T16:41:10.846Z | [ recovery-image] Aug 05 16:41:09.296 INFO O| Aug 05 16:41:09.296 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-08-05T16:41:10.854Z | [ recovery-image] Aug 05 16:41:09.307 INFO O| Aug 05 16:41:09.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6162 | 2024-08-05T16:41:10.854Z | [ recovery-image] Aug 05 16:41:09.308 INFO O| Aug 05 16:41:09.307 INFO STEP 772 (remove_files) COMPLETE |
6163 | 2024-08-05T16:41:10.854Z | [ recovery-image] Aug 05 16:41:09.308 INFO O| Aug 05 16:41:09.307 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-08-05T16:41:10.866Z | [ recovery-image] Aug 05 16:41:09.319 INFO O| Aug 05 16:41:09.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6165 | 2024-08-05T16:41:10.866Z | [ recovery-image] Aug 05 16:41:09.320 INFO O| Aug 05 16:41:09.320 INFO STEP 773 (remove_files) COMPLETE |
6166 | 2024-08-05T16:41:10.866Z | [ recovery-image] Aug 05 16:41:09.320 INFO O| Aug 05 16:41:09.320 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-08-05T16:41:10.878Z | [ recovery-image] Aug 05 16:41:09.331 INFO O| Aug 05 16:41:09.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6168 | 2024-08-05T16:41:10.878Z | [ recovery-image] Aug 05 16:41:09.331 INFO O| Aug 05 16:41:09.331 INFO STEP 774 (remove_files) COMPLETE |
6169 | 2024-08-05T16:41:10.878Z | [ recovery-image] Aug 05 16:41:09.331 INFO O| Aug 05 16:41:09.331 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-08-05T16:41:10.891Z | [ recovery-image] Aug 05 16:41:09.345 INFO O| Aug 05 16:41:09.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6171 | 2024-08-05T16:41:10.891Z | [ recovery-image] Aug 05 16:41:09.345 INFO O| Aug 05 16:41:09.345 INFO STEP 775 (remove_files) COMPLETE |
6172 | 2024-08-05T16:41:10.895Z | [ recovery-image] Aug 05 16:41:09.345 INFO O| Aug 05 16:41:09.345 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-08-05T16:41:10.914Z | [ recovery-image] Aug 05 16:41:09.368 INFO O| Aug 05 16:41:09.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6174 | 2024-08-05T16:41:10.915Z | [ recovery-image] Aug 05 16:41:09.368 INFO O| Aug 05 16:41:09.368 INFO STEP 776 (remove_files) COMPLETE |
6175 | 2024-08-05T16:41:10.915Z | [ recovery-image] Aug 05 16:41:09.368 INFO O| Aug 05 16:41:09.368 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-08-05T16:41:10.931Z | [ recovery-image] Aug 05 16:41:09.385 INFO O| Aug 05 16:41:09.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6177 | 2024-08-05T16:41:10.931Z | [ recovery-image] Aug 05 16:41:09.385 INFO O| Aug 05 16:41:09.385 INFO STEP 777 (remove_files) COMPLETE |
6178 | 2024-08-05T16:41:10.932Z | [ recovery-image] Aug 05 16:41:09.385 INFO O| Aug 05 16:41:09.385 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-08-05T16:41:10.947Z | [ recovery-image] Aug 05 16:41:09.401 INFO O| Aug 05 16:41:09.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6180 | 2024-08-05T16:41:10.947Z | [ recovery-image] Aug 05 16:41:09.401 INFO O| Aug 05 16:41:09.401 INFO STEP 778 (remove_files) COMPLETE |
6181 | 2024-08-05T16:41:10.948Z | [ recovery-image] Aug 05 16:41:09.401 INFO O| Aug 05 16:41:09.401 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-08-05T16:41:10.963Z | [ recovery-image] Aug 05 16:41:09.417 INFO O| Aug 05 16:41:09.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6183 | 2024-08-05T16:41:10.964Z | [ recovery-image] Aug 05 16:41:09.417 INFO O| Aug 05 16:41:09.417 INFO STEP 779 (remove_files) COMPLETE |
6184 | 2024-08-05T16:41:10.964Z | [ recovery-image] Aug 05 16:41:09.417 INFO O| Aug 05 16:41:09.417 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-08-05T16:41:10.977Z | [ recovery-image] Aug 05 16:41:09.431 INFO O| Aug 05 16:41:09.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6186 | 2024-08-05T16:41:10.980Z | [ recovery-image] Aug 05 16:41:09.431 INFO O| Aug 05 16:41:09.431 INFO STEP 780 (remove_files) COMPLETE |
6187 | 2024-08-05T16:41:10.980Z | [ recovery-image] Aug 05 16:41:09.431 INFO O| Aug 05 16:41:09.431 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-08-05T16:41:10.988Z | [ recovery-image] Aug 05 16:41:09.442 INFO O| Aug 05 16:41:09.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6189 | 2024-08-05T16:41:10.988Z | [ recovery-image] Aug 05 16:41:09.442 INFO O| Aug 05 16:41:09.442 INFO STEP 781 (remove_files) COMPLETE |
6190 | 2024-08-05T16:41:10.988Z | [ recovery-image] Aug 05 16:41:09.442 INFO O| Aug 05 16:41:09.442 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-08-05T16:41:11.000Z | [ recovery-image] Aug 05 16:41:09.454 INFO O| Aug 05 16:41:09.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6192 | 2024-08-05T16:41:11.000Z | [ recovery-image] Aug 05 16:41:09.454 INFO O| Aug 05 16:41:09.454 INFO STEP 782 (remove_files) COMPLETE |
6193 | 2024-08-05T16:41:11.000Z | [ recovery-image] Aug 05 16:41:09.454 INFO O| Aug 05 16:41:09.454 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-08-05T16:41:11.011Z | [ recovery-image] Aug 05 16:41:09.465 INFO O| Aug 05 16:41:09.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6195 | 2024-08-05T16:41:11.011Z | [ recovery-image] Aug 05 16:41:09.465 INFO O| Aug 05 16:41:09.465 INFO STEP 783 (remove_files) COMPLETE |
6196 | 2024-08-05T16:41:11.014Z | [ recovery-image] Aug 05 16:41:09.465 INFO O| Aug 05 16:41:09.465 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-08-05T16:41:11.022Z | [ recovery-image] Aug 05 16:41:09.476 INFO O| Aug 05 16:41:09.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6198 | 2024-08-05T16:41:11.025Z | [ recovery-image] Aug 05 16:41:09.476 INFO O| Aug 05 16:41:09.476 INFO STEP 784 (remove_files) COMPLETE |
6199 | 2024-08-05T16:41:11.025Z | [ recovery-image] Aug 05 16:41:09.476 INFO O| Aug 05 16:41:09.476 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-08-05T16:41:11.034Z | [ recovery-image] Aug 05 16:41:09.488 INFO O| Aug 05 16:41:09.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6201 | 2024-08-05T16:41:11.034Z | [ recovery-image] Aug 05 16:41:09.488 INFO O| Aug 05 16:41:09.488 INFO STEP 785 (remove_files) COMPLETE |
6202 | 2024-08-05T16:41:11.037Z | [ recovery-image] Aug 05 16:41:09.488 INFO O| Aug 05 16:41:09.488 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-08-05T16:41:11.045Z | [ recovery-image] Aug 05 16:41:09.499 INFO O| Aug 05 16:41:09.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6204 | 2024-08-05T16:41:11.048Z | [ recovery-image] Aug 05 16:41:09.499 INFO O| Aug 05 16:41:09.499 INFO STEP 786 (remove_files) COMPLETE |
6205 | 2024-08-05T16:41:11.048Z | [ recovery-image] Aug 05 16:41:09.499 INFO O| Aug 05 16:41:09.499 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-08-05T16:41:11.057Z | [ recovery-image] Aug 05 16:41:09.510 INFO O| Aug 05 16:41:09.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6207 | 2024-08-05T16:41:11.057Z | [ recovery-image] Aug 05 16:41:09.511 INFO O| Aug 05 16:41:09.511 INFO STEP 787 (remove_files) COMPLETE |
6208 | 2024-08-05T16:41:11.057Z | [ recovery-image] Aug 05 16:41:09.511 INFO O| Aug 05 16:41:09.511 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-08-05T16:41:11.069Z | [ recovery-image] Aug 05 16:41:09.522 INFO O| Aug 05 16:41:09.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6210 | 2024-08-05T16:41:11.069Z | [ recovery-image] Aug 05 16:41:09.522 INFO O| Aug 05 16:41:09.522 INFO STEP 788 (remove_files) COMPLETE |
6211 | 2024-08-05T16:41:11.069Z | [ recovery-image] Aug 05 16:41:09.522 INFO O| Aug 05 16:41:09.522 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-08-05T16:41:11.080Z | [ recovery-image] Aug 05 16:41:09.534 INFO O| Aug 05 16:41:09.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6213 | 2024-08-05T16:41:11.080Z | [ recovery-image] Aug 05 16:41:09.534 INFO O| Aug 05 16:41:09.534 INFO STEP 789 (remove_files) COMPLETE |
6214 | 2024-08-05T16:41:11.080Z | [ recovery-image] Aug 05 16:41:09.534 INFO O| Aug 05 16:41:09.534 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-08-05T16:41:11.092Z | [ recovery-image] Aug 05 16:41:09.546 INFO O| Aug 05 16:41:09.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6216 | 2024-08-05T16:41:11.095Z | [ recovery-image] Aug 05 16:41:09.546 INFO O| Aug 05 16:41:09.546 INFO STEP 790 (remove_files) COMPLETE |
6217 | 2024-08-05T16:41:11.095Z | [ recovery-image] Aug 05 16:41:09.546 INFO O| Aug 05 16:41:09.546 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-08-05T16:41:11.104Z | [ recovery-image] Aug 05 16:41:09.558 INFO O| Aug 05 16:41:09.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6219 | 2024-08-05T16:41:11.104Z | [ recovery-image] Aug 05 16:41:09.558 INFO O| Aug 05 16:41:09.558 INFO STEP 791 (remove_files) COMPLETE |
6220 | 2024-08-05T16:41:11.104Z | [ recovery-image] Aug 05 16:41:09.558 INFO O| Aug 05 16:41:09.558 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-08-05T16:41:11.117Z | [ recovery-image] Aug 05 16:41:09.571 INFO O| Aug 05 16:41:09.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6222 | 2024-08-05T16:41:11.117Z | [ recovery-image] Aug 05 16:41:09.571 INFO O| Aug 05 16:41:09.571 INFO STEP 792 (remove_files) COMPLETE |
6223 | 2024-08-05T16:41:11.117Z | [ recovery-image] Aug 05 16:41:09.571 INFO O| Aug 05 16:41:09.571 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-08-05T16:41:11.130Z | [ recovery-image] Aug 05 16:41:09.584 INFO O| Aug 05 16:41:09.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6225 | 2024-08-05T16:41:11.130Z | [ recovery-image] Aug 05 16:41:09.584 INFO O| Aug 05 16:41:09.584 INFO STEP 793 (remove_files) COMPLETE |
6226 | 2024-08-05T16:41:11.134Z | [ recovery-image] Aug 05 16:41:09.584 INFO O| Aug 05 16:41:09.584 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-08-05T16:41:11.144Z | [ recovery-image] Aug 05 16:41:09.598 INFO O| Aug 05 16:41:09.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6228 | 2024-08-05T16:41:11.144Z | [ recovery-image] Aug 05 16:41:09.598 INFO O| Aug 05 16:41:09.598 INFO STEP 794 (remove_files) COMPLETE |
6229 | 2024-08-05T16:41:11.144Z | [ recovery-image] Aug 05 16:41:09.598 INFO O| Aug 05 16:41:09.598 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-08-05T16:41:11.157Z | [ recovery-image] Aug 05 16:41:09.611 INFO O| Aug 05 16:41:09.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6231 | 2024-08-05T16:41:11.157Z | [ recovery-image] Aug 05 16:41:09.611 INFO O| Aug 05 16:41:09.611 INFO STEP 795 (remove_files) COMPLETE |
6232 | 2024-08-05T16:41:11.160Z | [ recovery-image] Aug 05 16:41:09.611 INFO O| Aug 05 16:41:09.611 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-08-05T16:41:11.170Z | [ recovery-image] Aug 05 16:41:09.623 INFO O| Aug 05 16:41:09.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6234 | 2024-08-05T16:41:11.170Z | [ recovery-image] Aug 05 16:41:09.623 INFO O| Aug 05 16:41:09.623 INFO STEP 796 (remove_files) COMPLETE |
6235 | 2024-08-05T16:41:11.170Z | [ recovery-image] Aug 05 16:41:09.623 INFO O| Aug 05 16:41:09.623 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-08-05T16:41:11.182Z | [ recovery-image] Aug 05 16:41:09.636 INFO O| Aug 05 16:41:09.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6237 | 2024-08-05T16:41:11.185Z | [ recovery-image] Aug 05 16:41:09.636 INFO O| Aug 05 16:41:09.636 INFO STEP 797 (remove_files) COMPLETE |
6238 | 2024-08-05T16:41:11.185Z | [ recovery-image] Aug 05 16:41:09.636 INFO O| Aug 05 16:41:09.636 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-08-05T16:41:11.195Z | [ recovery-image] Aug 05 16:41:09.648 INFO O| Aug 05 16:41:09.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6240 | 2024-08-05T16:41:11.195Z | [ recovery-image] Aug 05 16:41:09.649 INFO O| Aug 05 16:41:09.649 INFO STEP 798 (remove_files) COMPLETE |
6241 | 2024-08-05T16:41:11.198Z | [ recovery-image] Aug 05 16:41:09.649 INFO O| Aug 05 16:41:09.649 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-08-05T16:41:11.207Z | [ recovery-image] Aug 05 16:41:09.661 INFO O| Aug 05 16:41:09.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6243 | 2024-08-05T16:41:11.207Z | [ recovery-image] Aug 05 16:41:09.661 INFO O| Aug 05 16:41:09.661 INFO STEP 799 (remove_files) COMPLETE |
6244 | 2024-08-05T16:41:11.210Z | [ recovery-image] Aug 05 16:41:09.661 INFO O| Aug 05 16:41:09.661 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-08-05T16:41:11.220Z | [ recovery-image] Aug 05 16:41:09.674 INFO O| Aug 05 16:41:09.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6246 | 2024-08-05T16:41:11.220Z | [ recovery-image] Aug 05 16:41:09.674 INFO O| Aug 05 16:41:09.674 INFO STEP 800 (remove_files) COMPLETE |
6247 | 2024-08-05T16:41:11.223Z | [ recovery-image] Aug 05 16:41:09.674 INFO O| Aug 05 16:41:09.674 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-08-05T16:41:11.234Z | [ recovery-image] Aug 05 16:41:09.688 INFO O| Aug 05 16:41:09.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6249 | 2024-08-05T16:41:11.234Z | [ recovery-image] Aug 05 16:41:09.688 INFO O| Aug 05 16:41:09.688 INFO STEP 801 (remove_files) COMPLETE |
6250 | 2024-08-05T16:41:11.234Z | [ recovery-image] Aug 05 16:41:09.688 INFO O| Aug 05 16:41:09.688 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-08-05T16:41:11.247Z | [ recovery-image] Aug 05 16:41:09.701 INFO O| Aug 05 16:41:09.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6252 | 2024-08-05T16:41:11.247Z | [ recovery-image] Aug 05 16:41:09.701 INFO O| Aug 05 16:41:09.701 INFO STEP 802 (remove_files) COMPLETE |
6253 | 2024-08-05T16:41:11.247Z | [ recovery-image] Aug 05 16:41:09.701 INFO O| Aug 05 16:41:09.701 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-08-05T16:41:11.260Z | [ recovery-image] Aug 05 16:41:09.713 INFO O| Aug 05 16:41:09.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6255 | 2024-08-05T16:41:11.260Z | [ recovery-image] Aug 05 16:41:09.714 INFO O| Aug 05 16:41:09.713 INFO STEP 803 (remove_files) COMPLETE |
6256 | 2024-08-05T16:41:11.263Z | [ recovery-image] Aug 05 16:41:09.714 INFO O| Aug 05 16:41:09.714 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-08-05T16:41:11.272Z | [ recovery-image] Aug 05 16:41:09.725 INFO O| Aug 05 16:41:09.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6258 | 2024-08-05T16:41:11.272Z | [ recovery-image] Aug 05 16:41:09.725 INFO O| Aug 05 16:41:09.725 INFO STEP 804 (remove_files) COMPLETE |
6259 | 2024-08-05T16:41:11.274Z | [ recovery-image] Aug 05 16:41:09.726 INFO O| Aug 05 16:41:09.725 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-08-05T16:41:11.283Z | [ recovery-image] Aug 05 16:41:09.737 INFO O| Aug 05 16:41:09.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6261 | 2024-08-05T16:41:11.283Z | [ recovery-image] Aug 05 16:41:09.737 INFO O| Aug 05 16:41:09.737 INFO STEP 805 (remove_files) COMPLETE |
6262 | 2024-08-05T16:41:11.283Z | [ recovery-image] Aug 05 16:41:09.737 INFO O| Aug 05 16:41:09.737 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-08-05T16:41:11.295Z | [ recovery-image] Aug 05 16:41:09.749 INFO O| Aug 05 16:41:09.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6264 | 2024-08-05T16:41:11.295Z | [ recovery-image] Aug 05 16:41:09.749 INFO O| Aug 05 16:41:09.749 INFO STEP 806 (remove_files) COMPLETE |
6265 | 2024-08-05T16:41:11.298Z | [ recovery-image] Aug 05 16:41:09.749 INFO O| Aug 05 16:41:09.749 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-08-05T16:41:11.307Z | [ recovery-image] Aug 05 16:41:09.761 INFO O| Aug 05 16:41:09.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6267 | 2024-08-05T16:41:11.307Z | [ recovery-image] Aug 05 16:41:09.761 INFO O| Aug 05 16:41:09.761 INFO STEP 807 (remove_files) COMPLETE |
6268 | 2024-08-05T16:41:11.310Z | [ recovery-image] Aug 05 16:41:09.761 INFO O| Aug 05 16:41:09.761 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-08-05T16:41:11.318Z | [ recovery-image] Aug 05 16:41:09.772 INFO O| Aug 05 16:41:09.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6270 | 2024-08-05T16:41:11.321Z | [ recovery-image] Aug 05 16:41:09.772 INFO O| Aug 05 16:41:09.772 INFO STEP 808 (remove_files) COMPLETE |
6271 | 2024-08-05T16:41:11.321Z | [ recovery-image] Aug 05 16:41:09.772 INFO O| Aug 05 16:41:09.772 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-08-05T16:41:11.330Z | [ recovery-image] Aug 05 16:41:09.783 INFO O| Aug 05 16:41:09.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6273 | 2024-08-05T16:41:11.332Z | [ recovery-image] Aug 05 16:41:09.784 INFO O| Aug 05 16:41:09.784 INFO STEP 809 (remove_files) COMPLETE |
6274 | 2024-08-05T16:41:11.332Z | [ recovery-image] Aug 05 16:41:09.784 INFO O| Aug 05 16:41:09.784 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-08-05T16:41:11.340Z | [ recovery-image] Aug 05 16:41:09.794 INFO O| Aug 05 16:41:09.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6276 | 2024-08-05T16:41:11.340Z | [ recovery-image] Aug 05 16:41:09.794 INFO O| Aug 05 16:41:09.794 INFO STEP 810 (remove_files) COMPLETE |
6277 | 2024-08-05T16:41:11.343Z | [ recovery-image] Aug 05 16:41:09.794 INFO O| Aug 05 16:41:09.794 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-08-05T16:41:11.351Z | [ recovery-image] Aug 05 16:41:09.805 INFO O| Aug 05 16:41:09.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6279 | 2024-08-05T16:41:11.355Z | [ recovery-image] Aug 05 16:41:09.805 INFO O| Aug 05 16:41:09.805 INFO STEP 811 (remove_files) COMPLETE |
6280 | 2024-08-05T16:41:11.355Z | [ recovery-image] Aug 05 16:41:09.805 INFO O| Aug 05 16:41:09.805 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-08-05T16:41:11.362Z | [ recovery-image] Aug 05 16:41:09.816 INFO O| Aug 05 16:41:09.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6282 | 2024-08-05T16:41:11.362Z | [ recovery-image] Aug 05 16:41:09.816 INFO O| Aug 05 16:41:09.816 INFO STEP 812 (remove_files) COMPLETE |
6283 | 2024-08-05T16:41:11.363Z | [ recovery-image] Aug 05 16:41:09.816 INFO O| Aug 05 16:41:09.816 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-08-05T16:41:11.373Z | [ recovery-image] Aug 05 16:41:09.827 INFO O| Aug 05 16:41:09.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6285 | 2024-08-05T16:41:11.373Z | [ recovery-image] Aug 05 16:41:09.827 INFO O| Aug 05 16:41:09.827 INFO STEP 813 (remove_files) COMPLETE |
6286 | 2024-08-05T16:41:11.377Z | [ recovery-image] Aug 05 16:41:09.827 INFO O| Aug 05 16:41:09.827 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-08-05T16:41:11.383Z | [ recovery-image] Aug 05 16:41:09.837 INFO O| Aug 05 16:41:09.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6288 | 2024-08-05T16:41:11.386Z | [ recovery-image] Aug 05 16:41:09.837 INFO O| Aug 05 16:41:09.837 INFO STEP 814 (remove_files) COMPLETE |
6289 | 2024-08-05T16:41:11.386Z | [ recovery-image] Aug 05 16:41:09.837 INFO O| Aug 05 16:41:09.837 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-08-05T16:41:11.394Z | [ recovery-image] Aug 05 16:41:09.848 INFO O| Aug 05 16:41:09.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6291 | 2024-08-05T16:41:11.394Z | [ recovery-image] Aug 05 16:41:09.848 INFO O| Aug 05 16:41:09.848 INFO STEP 815 (remove_files) COMPLETE |
6292 | 2024-08-05T16:41:11.394Z | [ recovery-image] Aug 05 16:41:09.848 INFO O| Aug 05 16:41:09.848 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-08-05T16:41:11.405Z | [ recovery-image] Aug 05 16:41:09.859 INFO O| Aug 05 16:41:09.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6294 | 2024-08-05T16:41:11.408Z | [ recovery-image] Aug 05 16:41:09.859 INFO O| Aug 05 16:41:09.859 INFO STEP 816 (remove_files) COMPLETE |
6295 | 2024-08-05T16:41:11.408Z | [ recovery-image] Aug 05 16:41:09.859 INFO O| Aug 05 16:41:09.859 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-08-05T16:41:11.416Z | [ recovery-image] Aug 05 16:41:09.870 INFO O| Aug 05 16:41:09.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6297 | 2024-08-05T16:41:11.419Z | [ recovery-image] Aug 05 16:41:09.870 INFO O| Aug 05 16:41:09.870 INFO STEP 817 (remove_files) COMPLETE |
6298 | 2024-08-05T16:41:11.419Z | [ recovery-image] Aug 05 16:41:09.870 INFO O| Aug 05 16:41:09.870 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-08-05T16:41:11.427Z | [ recovery-image] Aug 05 16:41:09.881 INFO O| Aug 05 16:41:09.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6300 | 2024-08-05T16:41:11.427Z | [ recovery-image] Aug 05 16:41:09.881 INFO O| Aug 05 16:41:09.881 INFO STEP 818 (remove_files) COMPLETE |
6301 | 2024-08-05T16:41:11.427Z | [ recovery-image] Aug 05 16:41:09.881 INFO O| Aug 05 16:41:09.881 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-08-05T16:41:11.438Z | [ recovery-image] Aug 05 16:41:09.892 INFO O| Aug 05 16:41:09.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6303 | 2024-08-05T16:41:11.438Z | [ recovery-image] Aug 05 16:41:09.892 INFO O| Aug 05 16:41:09.892 INFO STEP 819 (remove_files) COMPLETE |
6304 | 2024-08-05T16:41:11.441Z | [ recovery-image] Aug 05 16:41:09.892 INFO O| Aug 05 16:41:09.892 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-08-05T16:41:11.449Z | [ recovery-image] Aug 05 16:41:09.903 INFO O| Aug 05 16:41:09.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6306 | 2024-08-05T16:41:11.449Z | [ recovery-image] Aug 05 16:41:09.903 INFO O| Aug 05 16:41:09.903 INFO STEP 820 (remove_files) COMPLETE |
6307 | 2024-08-05T16:41:11.449Z | [ recovery-image] Aug 05 16:41:09.903 INFO O| Aug 05 16:41:09.903 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-08-05T16:41:11.460Z | [ recovery-image] Aug 05 16:41:09.914 INFO O| Aug 05 16:41:09.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6309 | 2024-08-05T16:41:11.460Z | [ recovery-image] Aug 05 16:41:09.914 INFO O| Aug 05 16:41:09.914 INFO STEP 821 (remove_files) COMPLETE |
6310 | 2024-08-05T16:41:11.463Z | [ recovery-image] Aug 05 16:41:09.914 INFO O| Aug 05 16:41:09.914 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2024-08-05T16:41:11.472Z | [ recovery-image] Aug 05 16:41:09.924 INFO O| Aug 05 16:41:09.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6312 | 2024-08-05T16:41:11.472Z | [ recovery-image] Aug 05 16:41:09.924 INFO O| Aug 05 16:41:09.924 INFO STEP 822 (remove_files) COMPLETE |
6313 | 2024-08-05T16:41:11.475Z | [ recovery-image] Aug 05 16:41:09.924 INFO O| Aug 05 16:41:09.924 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2024-08-05T16:41:11.481Z | [ recovery-image] Aug 05 16:41:09.935 INFO O| Aug 05 16:41:09.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6315 | 2024-08-05T16:41:11.484Z | [ recovery-image] Aug 05 16:41:09.935 INFO O| Aug 05 16:41:09.935 INFO STEP 823 (remove_files) COMPLETE |
6316 | 2024-08-05T16:41:11.484Z | [ recovery-image] Aug 05 16:41:09.935 INFO O| Aug 05 16:41:09.935 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2024-08-05T16:41:11.492Z | [ recovery-image] Aug 05 16:41:09.946 INFO O| Aug 05 16:41:09.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6318 | 2024-08-05T16:41:11.492Z | [ recovery-image] Aug 05 16:41:09.946 INFO O| Aug 05 16:41:09.946 INFO STEP 824 (remove_files) COMPLETE |
6319 | 2024-08-05T16:41:11.495Z | [ recovery-image] Aug 05 16:41:09.946 INFO O| Aug 05 16:41:09.946 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2024-08-05T16:41:11.503Z | [ recovery-image] Aug 05 16:41:09.957 INFO O| Aug 05 16:41:09.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6321 | 2024-08-05T16:41:11.504Z | [ recovery-image] Aug 05 16:41:09.957 INFO O| Aug 05 16:41:09.957 INFO STEP 825 (remove_files) COMPLETE |
6322 | 2024-08-05T16:41:11.506Z | [ recovery-image] Aug 05 16:41:09.957 INFO O| Aug 05 16:41:09.957 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-08-05T16:41:11.514Z | [ recovery-image] Aug 05 16:41:09.968 INFO O| Aug 05 16:41:09.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6324 | 2024-08-05T16:41:11.514Z | [ recovery-image] Aug 05 16:41:09.968 INFO O| Aug 05 16:41:09.968 INFO STEP 826 (remove_files) COMPLETE |
6325 | 2024-08-05T16:41:11.517Z | [ recovery-image] Aug 05 16:41:09.968 INFO O| Aug 05 16:41:09.968 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-08-05T16:41:11.525Z | [ recovery-image] Aug 05 16:41:09.979 INFO O| Aug 05 16:41:09.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6327 | 2024-08-05T16:41:11.527Z | [ recovery-image] Aug 05 16:41:09.979 INFO O| Aug 05 16:41:09.979 INFO STEP 827 (remove_files) COMPLETE |
6328 | 2024-08-05T16:41:11.527Z | [ recovery-image] Aug 05 16:41:09.979 INFO O| Aug 05 16:41:09.979 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-08-05T16:41:11.536Z | [ recovery-image] Aug 05 16:41:09.989 INFO O| Aug 05 16:41:09.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6330 | 2024-08-05T16:41:11.536Z | [ recovery-image] Aug 05 16:41:09.989 INFO O| Aug 05 16:41:09.989 INFO STEP 828 (remove_files) COMPLETE |
6331 | 2024-08-05T16:41:11.539Z | [ recovery-image] Aug 05 16:41:09.989 INFO O| Aug 05 16:41:09.989 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-08-05T16:41:11.546Z | [ recovery-image] Aug 05 16:41:10.000 INFO O| Aug 05 16:41:09.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6333 | 2024-08-05T16:41:11.546Z | [ recovery-image] Aug 05 16:41:10.000 INFO O| Aug 05 16:41:10.000 INFO STEP 829 (remove_files) COMPLETE |
6334 | 2024-08-05T16:41:11.549Z | [ recovery-image] Aug 05 16:41:10.000 INFO O| Aug 05 16:41:10.000 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-08-05T16:41:11.558Z | [ recovery-image] Aug 05 16:41:10.011 INFO O| Aug 05 16:41:10.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6336 | 2024-08-05T16:41:11.558Z | [ recovery-image] Aug 05 16:41:10.011 INFO O| Aug 05 16:41:10.011 INFO STEP 830 (remove_files) COMPLETE |
6337 | 2024-08-05T16:41:11.558Z | [ recovery-image] Aug 05 16:41:10.011 INFO O| Aug 05 16:41:10.011 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-08-05T16:41:11.570Z | [ recovery-image] Aug 05 16:41:10.023 INFO O| Aug 05 16:41:10.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6339 | 2024-08-05T16:41:11.570Z | [ recovery-image] Aug 05 16:41:10.023 INFO O| Aug 05 16:41:10.023 INFO STEP 831 (remove_files) COMPLETE |
6340 | 2024-08-05T16:41:11.573Z | [ recovery-image] Aug 05 16:41:10.023 INFO O| Aug 05 16:41:10.023 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-08-05T16:41:11.580Z | [ recovery-image] Aug 05 16:41:10.033 INFO O| Aug 05 16:41:10.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6342 | 2024-08-05T16:41:11.580Z | [ recovery-image] Aug 05 16:41:10.033 INFO O| Aug 05 16:41:10.033 INFO STEP 832 (remove_files) COMPLETE |
6343 | 2024-08-05T16:41:11.580Z | [ recovery-image] Aug 05 16:41:10.034 INFO O| Aug 05 16:41:10.033 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-08-05T16:41:11.591Z | [ recovery-image] Aug 05 16:41:10.044 INFO O| Aug 05 16:41:10.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6345 | 2024-08-05T16:41:11.591Z | [ recovery-image] Aug 05 16:41:10.044 INFO O| Aug 05 16:41:10.044 INFO STEP 833 (remove_files) COMPLETE |
6346 | 2024-08-05T16:41:11.591Z | [ recovery-image] Aug 05 16:41:10.044 INFO O| Aug 05 16:41:10.044 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-08-05T16:41:11.602Z | [ recovery-image] Aug 05 16:41:10.056 INFO O| Aug 05 16:41:10.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6348 | 2024-08-05T16:41:11.602Z | [ recovery-image] Aug 05 16:41:10.056 INFO O| Aug 05 16:41:10.056 INFO STEP 834 (remove_files) COMPLETE |
6349 | 2024-08-05T16:41:11.602Z | [ recovery-image] Aug 05 16:41:10.056 INFO O| Aug 05 16:41:10.056 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-08-05T16:41:11.613Z | [ recovery-image] Aug 05 16:41:10.067 INFO O| Aug 05 16:41:10.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6351 | 2024-08-05T16:41:11.616Z | [ recovery-image] Aug 05 16:41:10.067 INFO O| Aug 05 16:41:10.067 INFO STEP 835 (remove_files) COMPLETE |
6352 | 2024-08-05T16:41:11.616Z | [ recovery-image] Aug 05 16:41:10.067 INFO O| Aug 05 16:41:10.067 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-08-05T16:41:11.625Z | [ recovery-image] Aug 05 16:41:10.079 INFO O| Aug 05 16:41:10.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6354 | 2024-08-05T16:41:11.625Z | [ recovery-image] Aug 05 16:41:10.079 INFO O| Aug 05 16:41:10.079 INFO STEP 836 (remove_files) COMPLETE |
6355 | 2024-08-05T16:41:11.628Z | [ recovery-image] Aug 05 16:41:10.079 INFO O| Aug 05 16:41:10.079 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-08-05T16:41:11.636Z | [ recovery-image] Aug 05 16:41:10.090 INFO O| Aug 05 16:41:10.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6357 | 2024-08-05T16:41:11.639Z | [ recovery-image] Aug 05 16:41:10.090 INFO O| Aug 05 16:41:10.090 INFO STEP 837 (remove_files) COMPLETE |
6358 | 2024-08-05T16:41:11.639Z | [ recovery-image] Aug 05 16:41:10.090 INFO O| Aug 05 16:41:10.090 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-08-05T16:41:11.647Z | [ recovery-image] Aug 05 16:41:10.101 INFO O| Aug 05 16:41:10.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6360 | 2024-08-05T16:41:11.649Z | [ recovery-image] Aug 05 16:41:10.101 INFO O| Aug 05 16:41:10.101 INFO STEP 838 (remove_files) COMPLETE |
6361 | 2024-08-05T16:41:11.650Z | [ recovery-image] Aug 05 16:41:10.101 INFO O| Aug 05 16:41:10.101 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-08-05T16:41:11.658Z | [ recovery-image] Aug 05 16:41:10.112 INFO O| Aug 05 16:41:10.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6363 | 2024-08-05T16:41:11.658Z | [ recovery-image] Aug 05 16:41:10.112 INFO O| Aug 05 16:41:10.112 INFO STEP 839 (remove_files) COMPLETE |
6364 | 2024-08-05T16:41:11.661Z | [ recovery-image] Aug 05 16:41:10.112 INFO O| Aug 05 16:41:10.112 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-08-05T16:41:11.670Z | [ recovery-image] Aug 05 16:41:10.124 INFO O| Aug 05 16:41:10.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6366 | 2024-08-05T16:41:11.670Z | [ recovery-image] Aug 05 16:41:10.124 INFO O| Aug 05 16:41:10.124 INFO STEP 840 (remove_files) COMPLETE |
6367 | 2024-08-05T16:41:11.673Z | [ recovery-image] Aug 05 16:41:10.124 INFO O| Aug 05 16:41:10.124 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-08-05T16:41:11.682Z | [ recovery-image] Aug 05 16:41:10.135 INFO O| Aug 05 16:41:10.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6369 | 2024-08-05T16:41:11.682Z | [ recovery-image] Aug 05 16:41:10.136 INFO O| Aug 05 16:41:10.136 INFO STEP 841 (remove_files) COMPLETE |
6370 | 2024-08-05T16:41:11.685Z | [ recovery-image] Aug 05 16:41:10.136 INFO O| Aug 05 16:41:10.136 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-08-05T16:41:11.693Z | [ recovery-image] Aug 05 16:41:10.146 INFO O| Aug 05 16:41:10.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6372 | 2024-08-05T16:41:11.696Z | [ recovery-image] Aug 05 16:41:10.147 INFO O| Aug 05 16:41:10.147 INFO STEP 842 (remove_files) COMPLETE |
6373 | 2024-08-05T16:41:11.696Z | [ recovery-image] Aug 05 16:41:10.147 INFO O| Aug 05 16:41:10.147 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-08-05T16:41:11.704Z | [ recovery-image] Aug 05 16:41:10.157 INFO O| Aug 05 16:41:10.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6375 | 2024-08-05T16:41:11.706Z | [ recovery-image] Aug 05 16:41:10.158 INFO O| Aug 05 16:41:10.158 INFO STEP 843 (remove_files) COMPLETE |
6376 | 2024-08-05T16:41:11.706Z | [ recovery-image] Aug 05 16:41:10.158 INFO O| Aug 05 16:41:10.158 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-08-05T16:41:11.714Z | [ recovery-image] Aug 05 16:41:10.168 INFO O| Aug 05 16:41:10.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6378 | 2024-08-05T16:41:11.717Z | [ recovery-image] Aug 05 16:41:10.168 INFO O| Aug 05 16:41:10.168 INFO STEP 844 (remove_files) COMPLETE |
6379 | 2024-08-05T16:41:11.717Z | [ recovery-image] Aug 05 16:41:10.168 INFO O| Aug 05 16:41:10.168 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-08-05T16:41:11.726Z | [ recovery-image] Aug 05 16:41:10.179 INFO O| Aug 05 16:41:10.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6381 | 2024-08-05T16:41:11.726Z | [ recovery-image] Aug 05 16:41:10.179 INFO O| Aug 05 16:41:10.179 INFO STEP 845 (remove_files) COMPLETE |
6382 | 2024-08-05T16:41:11.729Z | [ recovery-image] Aug 05 16:41:10.179 INFO O| Aug 05 16:41:10.179 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-08-05T16:41:11.736Z | [ recovery-image] Aug 05 16:41:10.190 INFO O| Aug 05 16:41:10.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6384 | 2024-08-05T16:41:11.736Z | [ recovery-image] Aug 05 16:41:10.190 INFO O| Aug 05 16:41:10.190 INFO STEP 846 (remove_files) COMPLETE |
6385 | 2024-08-05T16:41:11.736Z | [ recovery-image] Aug 05 16:41:10.190 INFO O| Aug 05 16:41:10.190 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-08-05T16:41:11.746Z | [ recovery-image] Aug 05 16:41:10.200 INFO O| Aug 05 16:41:10.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6387 | 2024-08-05T16:41:11.746Z | [ recovery-image] Aug 05 16:41:10.200 INFO O| Aug 05 16:41:10.200 INFO STEP 847 (remove_files) COMPLETE |
6388 | 2024-08-05T16:41:11.749Z | [ recovery-image] Aug 05 16:41:10.200 INFO O| Aug 05 16:41:10.200 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-08-05T16:41:11.758Z | [ recovery-image] Aug 05 16:41:10.211 INFO O| Aug 05 16:41:10.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6390 | 2024-08-05T16:41:11.758Z | [ recovery-image] Aug 05 16:41:10.211 INFO O| Aug 05 16:41:10.211 INFO STEP 848 (remove_files) COMPLETE |
6391 | 2024-08-05T16:41:11.758Z | [ recovery-image] Aug 05 16:41:10.211 INFO O| Aug 05 16:41:10.211 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-08-05T16:41:11.768Z | [ recovery-image] Aug 05 16:41:10.222 INFO O| Aug 05 16:41:10.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6393 | 2024-08-05T16:41:11.771Z | [ recovery-image] Aug 05 16:41:10.222 INFO O| Aug 05 16:41:10.222 INFO STEP 849 (remove_files) COMPLETE |
6394 | 2024-08-05T16:41:11.771Z | [ recovery-image] Aug 05 16:41:10.222 INFO O| Aug 05 16:41:10.222 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-08-05T16:41:11.778Z | [ recovery-image] Aug 05 16:41:10.232 INFO O| Aug 05 16:41:10.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6396 | 2024-08-05T16:41:11.778Z | [ recovery-image] Aug 05 16:41:10.232 INFO O| Aug 05 16:41:10.232 INFO STEP 850 (remove_files) COMPLETE |
6397 | 2024-08-05T16:41:11.778Z | [ recovery-image] Aug 05 16:41:10.232 INFO O| Aug 05 16:41:10.232 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-08-05T16:41:11.789Z | [ recovery-image] Aug 05 16:41:10.242 INFO O| Aug 05 16:41:10.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6399 | 2024-08-05T16:41:11.792Z | [ recovery-image] Aug 05 16:41:10.243 INFO O| Aug 05 16:41:10.243 INFO STEP 851 (remove_files) COMPLETE |
6400 | 2024-08-05T16:41:11.792Z | [ recovery-image] Aug 05 16:41:10.243 INFO O| Aug 05 16:41:10.243 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-08-05T16:41:11.800Z | [ recovery-image] Aug 05 16:41:10.253 INFO O| Aug 05 16:41:10.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6402 | 2024-08-05T16:41:11.800Z | [ recovery-image] Aug 05 16:41:10.254 INFO O| Aug 05 16:41:10.253 INFO STEP 852 (remove_files) COMPLETE |
6403 | 2024-08-05T16:41:11.803Z | [ recovery-image] Aug 05 16:41:10.254 INFO O| Aug 05 16:41:10.254 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-08-05T16:41:11.810Z | [ recovery-image] Aug 05 16:41:10.264 INFO O| Aug 05 16:41:10.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6405 | 2024-08-05T16:41:11.813Z | [ recovery-image] Aug 05 16:41:10.265 INFO O| Aug 05 16:41:10.265 INFO STEP 853 (remove_files) COMPLETE |
6406 | 2024-08-05T16:41:11.813Z | [ recovery-image] Aug 05 16:41:10.265 INFO O| Aug 05 16:41:10.265 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-08-05T16:41:11.821Z | [ recovery-image] Aug 05 16:41:10.275 INFO O| Aug 05 16:41:10.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6408 | 2024-08-05T16:41:11.821Z | [ recovery-image] Aug 05 16:41:10.275 INFO O| Aug 05 16:41:10.275 INFO STEP 854 (remove_files) COMPLETE |
6409 | 2024-08-05T16:41:11.821Z | [ recovery-image] Aug 05 16:41:10.275 INFO O| Aug 05 16:41:10.275 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-08-05T16:41:11.831Z | [ recovery-image] Aug 05 16:41:10.285 INFO O| Aug 05 16:41:10.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6411 | 2024-08-05T16:41:11.834Z | [ recovery-image] Aug 05 16:41:10.285 INFO O| Aug 05 16:41:10.285 INFO STEP 855 (remove_files) COMPLETE |
6412 | 2024-08-05T16:41:11.834Z | [ recovery-image] Aug 05 16:41:10.285 INFO O| Aug 05 16:41:10.285 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-08-05T16:41:11.842Z | [ recovery-image] Aug 05 16:41:10.295 INFO O| Aug 05 16:41:10.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6414 | 2024-08-05T16:41:11.842Z | [ recovery-image] Aug 05 16:41:10.296 INFO O| Aug 05 16:41:10.296 INFO STEP 856 (remove_files) COMPLETE |
6415 | 2024-08-05T16:41:11.842Z | [ recovery-image] Aug 05 16:41:10.296 INFO O| Aug 05 16:41:10.296 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-08-05T16:41:11.853Z | [ recovery-image] Aug 05 16:41:10.306 INFO O| Aug 05 16:41:10.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6417 | 2024-08-05T16:41:11.856Z | [ recovery-image] Aug 05 16:41:10.307 INFO O| Aug 05 16:41:10.307 INFO STEP 857 (remove_files) COMPLETE |
6418 | 2024-08-05T16:41:11.856Z | [ recovery-image] Aug 05 16:41:10.307 INFO O| Aug 05 16:41:10.307 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-08-05T16:41:11.864Z | [ recovery-image] Aug 05 16:41:10.317 INFO O| Aug 05 16:41:10.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6420 | 2024-08-05T16:41:11.866Z | [ recovery-image] Aug 05 16:41:10.318 INFO O| Aug 05 16:41:10.318 INFO STEP 858 (remove_files) COMPLETE |
6421 | 2024-08-05T16:41:11.866Z | [ recovery-image] Aug 05 16:41:10.318 INFO O| Aug 05 16:41:10.318 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-08-05T16:41:11.875Z | [ recovery-image] Aug 05 16:41:10.329 INFO O| Aug 05 16:41:10.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6423 | 2024-08-05T16:41:11.878Z | [ recovery-image] Aug 05 16:41:10.329 INFO O| Aug 05 16:41:10.329 INFO STEP 859 (remove_files) COMPLETE |
6424 | 2024-08-05T16:41:11.878Z | [ recovery-image] Aug 05 16:41:10.329 INFO O| Aug 05 16:41:10.329 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-08-05T16:41:11.886Z | [ recovery-image] Aug 05 16:41:10.340 INFO O| Aug 05 16:41:10.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6426 | 2024-08-05T16:41:11.889Z | [ recovery-image] Aug 05 16:41:10.340 INFO O| Aug 05 16:41:10.340 INFO STEP 860 (remove_files) COMPLETE |
6427 | 2024-08-05T16:41:11.889Z | [ recovery-image] Aug 05 16:41:10.340 INFO O| Aug 05 16:41:10.340 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-08-05T16:41:11.897Z | [ recovery-image] Aug 05 16:41:10.351 INFO O| Aug 05 16:41:10.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6429 | 2024-08-05T16:41:11.901Z | [ recovery-image] Aug 05 16:41:10.351 INFO O| Aug 05 16:41:10.351 INFO STEP 861 (remove_files) COMPLETE |
6430 | 2024-08-05T16:41:11.901Z | [ recovery-image] Aug 05 16:41:10.351 INFO O| Aug 05 16:41:10.351 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-08-05T16:41:11.908Z | [ recovery-image] Aug 05 16:41:10.362 INFO O| Aug 05 16:41:10.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6432 | 2024-08-05T16:41:11.911Z | [ recovery-image] Aug 05 16:41:10.363 INFO O| Aug 05 16:41:10.363 INFO STEP 862 (remove_files) COMPLETE |
6433 | 2024-08-05T16:41:11.911Z | [ recovery-image] Aug 05 16:41:10.363 INFO O| Aug 05 16:41:10.363 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-08-05T16:41:11.920Z | [ recovery-image] Aug 05 16:41:10.374 INFO O| Aug 05 16:41:10.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6435 | 2024-08-05T16:41:11.923Z | [ recovery-image] Aug 05 16:41:10.374 INFO O| Aug 05 16:41:10.374 INFO STEP 863 (remove_files) COMPLETE |
6436 | 2024-08-05T16:41:11.923Z | [ recovery-image] Aug 05 16:41:10.374 INFO O| Aug 05 16:41:10.374 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-08-05T16:41:11.931Z | [ recovery-image] Aug 05 16:41:10.384 INFO O| Aug 05 16:41:10.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6438 | 2024-08-05T16:41:11.933Z | [ recovery-image] Aug 05 16:41:10.385 INFO O| Aug 05 16:41:10.385 INFO STEP 864 (remove_files) COMPLETE |
6439 | 2024-08-05T16:41:11.934Z | [ recovery-image] Aug 05 16:41:10.385 INFO O| Aug 05 16:41:10.385 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-08-05T16:41:11.941Z | [ recovery-image] Aug 05 16:41:10.395 INFO O| Aug 05 16:41:10.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6441 | 2024-08-05T16:41:11.944Z | [ recovery-image] Aug 05 16:41:10.395 INFO O| Aug 05 16:41:10.395 INFO STEP 865 (remove_files) COMPLETE |
6442 | 2024-08-05T16:41:11.944Z | [ recovery-image] Aug 05 16:41:10.395 INFO O| Aug 05 16:41:10.395 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-08-05T16:41:11.952Z | [ recovery-image] Aug 05 16:41:10.406 INFO O| Aug 05 16:41:10.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6444 | 2024-08-05T16:41:11.952Z | [ recovery-image] Aug 05 16:41:10.406 INFO O| Aug 05 16:41:10.406 INFO STEP 866 (remove_files) COMPLETE |
6445 | 2024-08-05T16:41:11.955Z | [ recovery-image] Aug 05 16:41:10.406 INFO O| Aug 05 16:41:10.406 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-08-05T16:41:11.963Z | [ recovery-image] Aug 05 16:41:10.416 INFO O| Aug 05 16:41:10.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6447 | 2024-08-05T16:41:11.966Z | [ recovery-image] Aug 05 16:41:10.416 INFO O| Aug 05 16:41:10.416 INFO STEP 867 (remove_files) COMPLETE |
6448 | 2024-08-05T16:41:11.966Z | [ recovery-image] Aug 05 16:41:10.416 INFO O| Aug 05 16:41:10.416 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-08-05T16:41:11.973Z | [ recovery-image] Aug 05 16:41:10.427 INFO O| Aug 05 16:41:10.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6450 | 2024-08-05T16:41:11.973Z | [ recovery-image] Aug 05 16:41:10.427 INFO O| Aug 05 16:41:10.427 INFO STEP 868 (remove_files) COMPLETE |
6451 | 2024-08-05T16:41:11.976Z | [ recovery-image] Aug 05 16:41:10.427 INFO O| Aug 05 16:41:10.427 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2024-08-05T16:41:11.984Z | [ recovery-image] Aug 05 16:41:10.438 INFO O| Aug 05 16:41:10.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6453 | 2024-08-05T16:41:11.984Z | [ recovery-image] Aug 05 16:41:10.438 INFO O| Aug 05 16:41:10.438 INFO STEP 869 (remove_files) COMPLETE |
6454 | 2024-08-05T16:41:11.984Z | [ recovery-image] Aug 05 16:41:10.438 INFO O| Aug 05 16:41:10.438 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-08-05T16:41:11.995Z | [ recovery-image] Aug 05 16:41:10.449 INFO O| Aug 05 16:41:10.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6456 | 2024-08-05T16:41:11.995Z | [ recovery-image] Aug 05 16:41:10.449 INFO O| Aug 05 16:41:10.449 INFO STEP 870 (remove_files) COMPLETE |
6457 | 2024-08-05T16:41:11.998Z | [ recovery-image] Aug 05 16:41:10.449 INFO O| Aug 05 16:41:10.449 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-08-05T16:41:12.007Z | [ recovery-image] Aug 05 16:41:10.460 INFO O| Aug 05 16:41:10.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6459 | 2024-08-05T16:41:12.007Z | [ recovery-image] Aug 05 16:41:10.460 INFO O| Aug 05 16:41:10.460 INFO STEP 871 (remove_files) COMPLETE |
6460 | 2024-08-05T16:41:12.007Z | [ recovery-image] Aug 05 16:41:10.460 INFO O| Aug 05 16:41:10.460 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-08-05T16:41:12.017Z | [ recovery-image] Aug 05 16:41:10.471 INFO O| Aug 05 16:41:10.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6462 | 2024-08-05T16:41:12.017Z | [ recovery-image] Aug 05 16:41:10.471 INFO O| Aug 05 16:41:10.471 INFO STEP 872 (remove_files) COMPLETE |
6463 | 2024-08-05T16:41:12.017Z | [ recovery-image] Aug 05 16:41:10.471 INFO O| Aug 05 16:41:10.471 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-08-05T16:41:12.028Z | [ recovery-image] Aug 05 16:41:10.482 INFO O| Aug 05 16:41:10.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6465 | 2024-08-05T16:41:12.032Z | [ recovery-image] Aug 05 16:41:10.482 INFO O| Aug 05 16:41:10.482 INFO STEP 873 (remove_files) COMPLETE |
6466 | 2024-08-05T16:41:12.032Z | [ recovery-image] Aug 05 16:41:10.482 INFO O| Aug 05 16:41:10.482 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2024-08-05T16:41:12.039Z | [ recovery-image] Aug 05 16:41:10.493 INFO O| Aug 05 16:41:10.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6468 | 2024-08-05T16:41:12.039Z | [ recovery-image] Aug 05 16:41:10.493 INFO O| Aug 05 16:41:10.493 INFO STEP 874 (remove_files) COMPLETE |
6469 | 2024-08-05T16:41:12.042Z | [ recovery-image] Aug 05 16:41:10.493 INFO O| Aug 05 16:41:10.493 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2024-08-05T16:41:12.049Z | [ recovery-image] Aug 05 16:41:10.503 INFO O| Aug 05 16:41:10.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6471 | 2024-08-05T16:41:12.053Z | [ recovery-image] Aug 05 16:41:10.503 INFO O| Aug 05 16:41:10.503 INFO STEP 875 (remove_files) COMPLETE |
6472 | 2024-08-05T16:41:12.053Z | [ recovery-image] Aug 05 16:41:10.503 INFO O| Aug 05 16:41:10.503 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2024-08-05T16:41:12.059Z | [ recovery-image] Aug 05 16:41:10.513 INFO O| Aug 05 16:41:10.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6474 | 2024-08-05T16:41:12.059Z | [ recovery-image] Aug 05 16:41:10.513 INFO O| Aug 05 16:41:10.513 INFO STEP 876 (remove_files) COMPLETE |
6475 | 2024-08-05T16:41:12.062Z | [ recovery-image] Aug 05 16:41:10.513 INFO O| Aug 05 16:41:10.513 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2024-08-05T16:41:12.069Z | [ recovery-image] Aug 05 16:41:10.523 INFO O| Aug 05 16:41:10.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6477 | 2024-08-05T16:41:12.069Z | [ recovery-image] Aug 05 16:41:10.523 INFO O| Aug 05 16:41:10.523 INFO STEP 877 (remove_files) COMPLETE |
6478 | 2024-08-05T16:41:12.072Z | [ recovery-image] Aug 05 16:41:10.523 INFO O| Aug 05 16:41:10.523 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-08-05T16:41:12.079Z | [ recovery-image] Aug 05 16:41:10.533 INFO O| Aug 05 16:41:10.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6480 | 2024-08-05T16:41:12.082Z | [ recovery-image] Aug 05 16:41:10.533 INFO O| Aug 05 16:41:10.533 INFO STEP 878 (remove_files) COMPLETE |
6481 | 2024-08-05T16:41:12.082Z | [ recovery-image] Aug 05 16:41:10.533 INFO O| Aug 05 16:41:10.533 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-08-05T16:41:12.089Z | [ recovery-image] Aug 05 16:41:10.543 INFO O| Aug 05 16:41:10.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6483 | 2024-08-05T16:41:12.089Z | [ recovery-image] Aug 05 16:41:10.543 INFO O| Aug 05 16:41:10.543 INFO STEP 879 (remove_files) COMPLETE |
6484 | 2024-08-05T16:41:12.092Z | [ recovery-image] Aug 05 16:41:10.543 INFO O| Aug 05 16:41:10.543 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2024-08-05T16:41:12.099Z | [ recovery-image] Aug 05 16:41:10.553 INFO O| Aug 05 16:41:10.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6486 | 2024-08-05T16:41:12.099Z | [ recovery-image] Aug 05 16:41:10.553 INFO O| Aug 05 16:41:10.553 INFO STEP 880 (remove_files) COMPLETE |
6487 | 2024-08-05T16:41:12.102Z | [ recovery-image] Aug 05 16:41:10.553 INFO O| Aug 05 16:41:10.553 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2024-08-05T16:41:12.109Z | [ recovery-image] Aug 05 16:41:10.563 INFO O| Aug 05 16:41:10.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6489 | 2024-08-05T16:41:12.112Z | [ recovery-image] Aug 05 16:41:10.563 INFO O| Aug 05 16:41:10.563 INFO STEP 881 (remove_files) COMPLETE |
6490 | 2024-08-05T16:41:12.112Z | [ recovery-image] Aug 05 16:41:10.563 INFO O| Aug 05 16:41:10.563 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2024-08-05T16:41:12.119Z | [ recovery-image] Aug 05 16:41:10.573 INFO O| Aug 05 16:41:10.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6492 | 2024-08-05T16:41:12.122Z | [ recovery-image] Aug 05 16:41:10.573 INFO O| Aug 05 16:41:10.573 INFO STEP 882 (remove_files) COMPLETE |
6493 | 2024-08-05T16:41:12.122Z | [ recovery-image] Aug 05 16:41:10.573 INFO O| Aug 05 16:41:10.573 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-08-05T16:41:12.130Z | [ recovery-image] Aug 05 16:41:10.583 INFO O| Aug 05 16:41:10.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6495 | 2024-08-05T16:41:12.130Z | [ recovery-image] Aug 05 16:41:10.583 INFO O| Aug 05 16:41:10.583 INFO STEP 883 (remove_files) COMPLETE |
6496 | 2024-08-05T16:41:12.132Z | [ recovery-image] Aug 05 16:41:10.583 INFO O| Aug 05 16:41:10.583 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-08-05T16:41:12.140Z | [ recovery-image] Aug 05 16:41:10.594 INFO O| Aug 05 16:41:10.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6498 | 2024-08-05T16:41:12.143Z | [ recovery-image] Aug 05 16:41:10.594 INFO O| Aug 05 16:41:10.594 INFO STEP 884 (remove_files) COMPLETE |
6499 | 2024-08-05T16:41:12.143Z | [ recovery-image] Aug 05 16:41:10.594 INFO O| Aug 05 16:41:10.594 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2024-08-05T16:41:12.150Z | [ recovery-image] Aug 05 16:41:10.604 INFO O| Aug 05 16:41:10.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6501 | 2024-08-05T16:41:12.150Z | [ recovery-image] Aug 05 16:41:10.604 INFO O| Aug 05 16:41:10.604 INFO STEP 885 (remove_files) COMPLETE |
6502 | 2024-08-05T16:41:12.153Z | [ recovery-image] Aug 05 16:41:10.604 INFO O| Aug 05 16:41:10.604 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2024-08-05T16:41:12.164Z | [ recovery-image] Aug 05 16:41:10.615 INFO O| Aug 05 16:41:10.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6504 | 2024-08-05T16:41:12.169Z | [ recovery-image] Aug 05 16:41:10.615 INFO O| Aug 05 16:41:10.615 INFO STEP 886 (remove_files) COMPLETE |
6505 | 2024-08-05T16:41:12.170Z | [ recovery-image] Aug 05 16:41:10.615 INFO O| Aug 05 16:41:10.615 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2024-08-05T16:41:12.174Z | [ recovery-image] Aug 05 16:41:10.628 INFO O| Aug 05 16:41:10.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6507 | 2024-08-05T16:41:12.175Z | [ recovery-image] Aug 05 16:41:10.628 INFO O| Aug 05 16:41:10.628 INFO STEP 887 (remove_files) COMPLETE |
6508 | 2024-08-05T16:41:12.178Z | [ recovery-image] Aug 05 16:41:10.628 INFO O| Aug 05 16:41:10.628 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2024-08-05T16:41:12.187Z | [ recovery-image] Aug 05 16:41:10.640 INFO O| Aug 05 16:41:10.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6510 | 2024-08-05T16:41:12.187Z | [ recovery-image] Aug 05 16:41:10.640 INFO O| Aug 05 16:41:10.640 INFO STEP 888 (remove_files) COMPLETE |
6511 | 2024-08-05T16:41:12.187Z | [ recovery-image] Aug 05 16:41:10.640 INFO O| Aug 05 16:41:10.640 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2024-08-05T16:41:12.199Z | [ recovery-image] Aug 05 16:41:10.653 INFO O| Aug 05 16:41:10.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6513 | 2024-08-05T16:41:12.199Z | [ recovery-image] Aug 05 16:41:10.653 INFO O| Aug 05 16:41:10.653 INFO STEP 889 (remove_files) COMPLETE |
6514 | 2024-08-05T16:41:12.202Z | [ recovery-image] Aug 05 16:41:10.653 INFO O| Aug 05 16:41:10.653 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2024-08-05T16:41:12.211Z | [ recovery-image] Aug 05 16:41:10.665 INFO O| Aug 05 16:41:10.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6516 | 2024-08-05T16:41:12.214Z | [ recovery-image] Aug 05 16:41:10.665 INFO O| Aug 05 16:41:10.665 INFO STEP 890 (remove_files) COMPLETE |
6517 | 2024-08-05T16:41:12.214Z | [ recovery-image] Aug 05 16:41:10.665 INFO O| Aug 05 16:41:10.665 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2024-08-05T16:41:12.222Z | [ recovery-image] Aug 05 16:41:10.676 INFO O| Aug 05 16:41:10.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6519 | 2024-08-05T16:41:12.225Z | [ recovery-image] Aug 05 16:41:10.676 INFO O| Aug 05 16:41:10.676 INFO STEP 891 (remove_files) COMPLETE |
6520 | 2024-08-05T16:41:12.225Z | [ recovery-image] Aug 05 16:41:10.676 INFO O| Aug 05 16:41:10.676 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-08-05T16:41:12.232Z | [ recovery-image] Aug 05 16:41:10.686 INFO O| Aug 05 16:41:10.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6522 | 2024-08-05T16:41:12.232Z | [ recovery-image] Aug 05 16:41:10.686 INFO O| Aug 05 16:41:10.686 INFO STEP 892 (remove_files) COMPLETE |
6523 | 2024-08-05T16:41:12.235Z | [ recovery-image] Aug 05 16:41:10.686 INFO O| Aug 05 16:41:10.686 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-08-05T16:41:12.243Z | [ recovery-image] Aug 05 16:41:10.697 INFO O| Aug 05 16:41:10.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6525 | 2024-08-05T16:41:12.243Z | [ recovery-image] Aug 05 16:41:10.697 INFO O| Aug 05 16:41:10.697 INFO STEP 893 (remove_files) COMPLETE |
6526 | 2024-08-05T16:41:12.243Z | [ recovery-image] Aug 05 16:41:10.697 INFO O| Aug 05 16:41:10.697 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2024-08-05T16:41:12.254Z | [ recovery-image] Aug 05 16:41:10.708 INFO O| Aug 05 16:41:10.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6528 | 2024-08-05T16:41:12.257Z | [ recovery-image] Aug 05 16:41:10.708 INFO O| Aug 05 16:41:10.708 INFO STEP 894 (remove_files) COMPLETE |
6529 | 2024-08-05T16:41:12.257Z | [ recovery-image] Aug 05 16:41:10.708 INFO O| Aug 05 16:41:10.708 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2024-08-05T16:41:12.266Z | [ recovery-image] Aug 05 16:41:10.720 INFO O| Aug 05 16:41:10.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6531 | 2024-08-05T16:41:12.266Z | [ recovery-image] Aug 05 16:41:10.720 INFO O| Aug 05 16:41:10.720 INFO STEP 895 (remove_files) COMPLETE |
6532 | 2024-08-05T16:41:12.269Z | [ recovery-image] Aug 05 16:41:10.720 INFO O| Aug 05 16:41:10.720 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2024-08-05T16:41:12.279Z | [ recovery-image] Aug 05 16:41:10.733 INFO O| Aug 05 16:41:10.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6534 | 2024-08-05T16:41:12.279Z | [ recovery-image] Aug 05 16:41:10.733 INFO O| Aug 05 16:41:10.733 INFO STEP 896 (remove_files) COMPLETE |
6535 | 2024-08-05T16:41:12.279Z | [ recovery-image] Aug 05 16:41:10.733 INFO O| Aug 05 16:41:10.733 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-08-05T16:41:12.291Z | [ recovery-image] Aug 05 16:41:10.745 INFO O| Aug 05 16:41:10.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6537 | 2024-08-05T16:41:12.291Z | [ recovery-image] Aug 05 16:41:10.745 INFO O| Aug 05 16:41:10.745 INFO STEP 897 (remove_files) COMPLETE |
6538 | 2024-08-05T16:41:12.294Z | [ recovery-image] Aug 05 16:41:10.745 INFO O| Aug 05 16:41:10.745 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-08-05T16:41:12.303Z | [ recovery-image] Aug 05 16:41:10.757 INFO O| Aug 05 16:41:10.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6540 | 2024-08-05T16:41:12.306Z | [ recovery-image] Aug 05 16:41:10.757 INFO O| Aug 05 16:41:10.757 INFO STEP 898 (remove_files) COMPLETE |
6541 | 2024-08-05T16:41:12.306Z | [ recovery-image] Aug 05 16:41:10.757 INFO O| Aug 05 16:41:10.757 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-08-05T16:41:12.315Z | [ recovery-image] Aug 05 16:41:10.769 INFO O| Aug 05 16:41:10.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6543 | 2024-08-05T16:41:12.315Z | [ recovery-image] Aug 05 16:41:10.769 INFO O| Aug 05 16:41:10.769 INFO STEP 899 (remove_files) COMPLETE |
6544 | 2024-08-05T16:41:12.315Z | [ recovery-image] Aug 05 16:41:10.769 INFO O| Aug 05 16:41:10.769 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-08-05T16:41:12.326Z | [ recovery-image] Aug 05 16:41:10.779 INFO O| Aug 05 16:41:10.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6546 | 2024-08-05T16:41:12.328Z | [ recovery-image] Aug 05 16:41:10.780 INFO O| Aug 05 16:41:10.780 INFO STEP 900 (remove_files) COMPLETE |
6547 | 2024-08-05T16:41:12.329Z | [ recovery-image] Aug 05 16:41:10.780 INFO O| Aug 05 16:41:10.780 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-08-05T16:41:12.337Z | [ recovery-image] Aug 05 16:41:10.790 INFO O| Aug 05 16:41:10.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6549 | 2024-08-05T16:41:12.337Z | [ recovery-image] Aug 05 16:41:10.790 INFO O| Aug 05 16:41:10.790 INFO STEP 901 (remove_files) COMPLETE |
6550 | 2024-08-05T16:41:12.341Z | [ recovery-image] Aug 05 16:41:10.790 INFO O| Aug 05 16:41:10.790 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-08-05T16:41:12.347Z | [ recovery-image] Aug 05 16:41:10.801 INFO O| Aug 05 16:41:10.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6552 | 2024-08-05T16:41:12.347Z | [ recovery-image] Aug 05 16:41:10.801 INFO O| Aug 05 16:41:10.801 INFO STEP 902 (remove_files) COMPLETE |
6553 | 2024-08-05T16:41:12.351Z | [ recovery-image] Aug 05 16:41:10.801 INFO O| Aug 05 16:41:10.801 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-08-05T16:41:12.358Z | [ recovery-image] Aug 05 16:41:10.811 INFO O| Aug 05 16:41:10.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6555 | 2024-08-05T16:41:12.362Z | [ recovery-image] Aug 05 16:41:10.812 INFO O| Aug 05 16:41:10.812 INFO STEP 903 (remove_files) COMPLETE |
6556 | 2024-08-05T16:41:12.362Z | [ recovery-image] Aug 05 16:41:10.812 INFO O| Aug 05 16:41:10.812 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-08-05T16:41:12.369Z | [ recovery-image] Aug 05 16:41:10.822 INFO O| Aug 05 16:41:10.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6558 | 2024-08-05T16:41:12.373Z | [ recovery-image] Aug 05 16:41:10.822 INFO O| Aug 05 16:41:10.822 INFO STEP 904 (remove_files) COMPLETE |
6559 | 2024-08-05T16:41:12.373Z | [ recovery-image] Aug 05 16:41:10.823 INFO O| Aug 05 16:41:10.822 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-08-05T16:41:12.379Z | [ recovery-image] Aug 05 16:41:10.833 INFO O| Aug 05 16:41:10.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6561 | 2024-08-05T16:41:12.379Z | [ recovery-image] Aug 05 16:41:10.833 INFO O| Aug 05 16:41:10.833 INFO STEP 905 (remove_files) COMPLETE |
6562 | 2024-08-05T16:41:12.379Z | [ recovery-image] Aug 05 16:41:10.833 INFO O| Aug 05 16:41:10.833 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-08-05T16:41:12.389Z | [ recovery-image] Aug 05 16:41:10.843 INFO O| Aug 05 16:41:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6564 | 2024-08-05T16:41:12.389Z | [ recovery-image] Aug 05 16:41:10.843 INFO O| Aug 05 16:41:10.843 INFO STEP 906 (remove_files) COMPLETE |
6565 | 2024-08-05T16:41:12.393Z | [ recovery-image] Aug 05 16:41:10.843 INFO O| Aug 05 16:41:10.843 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-08-05T16:41:12.400Z | [ recovery-image] Aug 05 16:41:10.853 INFO O| Aug 05 16:41:10.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6567 | 2024-08-05T16:41:12.402Z | [ recovery-image] Aug 05 16:41:10.854 INFO O| Aug 05 16:41:10.854 INFO STEP 907 (remove_files) COMPLETE |
6568 | 2024-08-05T16:41:12.402Z | [ recovery-image] Aug 05 16:41:10.854 INFO O| Aug 05 16:41:10.854 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-08-05T16:41:12.410Z | [ recovery-image] Aug 05 16:41:10.864 INFO O| Aug 05 16:41:10.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6570 | 2024-08-05T16:41:12.410Z | [ recovery-image] Aug 05 16:41:10.864 INFO O| Aug 05 16:41:10.864 INFO STEP 908 (remove_files) COMPLETE |
6571 | 2024-08-05T16:41:12.410Z | [ recovery-image] Aug 05 16:41:10.864 INFO O| Aug 05 16:41:10.864 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-08-05T16:41:12.420Z | [ recovery-image] Aug 05 16:41:10.874 INFO O| Aug 05 16:41:10.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6573 | 2024-08-05T16:41:12.420Z | [ recovery-image] Aug 05 16:41:10.874 INFO O| Aug 05 16:41:10.874 INFO STEP 909 (remove_files) COMPLETE |
6574 | 2024-08-05T16:41:12.423Z | [ recovery-image] Aug 05 16:41:10.874 INFO O| Aug 05 16:41:10.874 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-08-05T16:41:12.430Z | [ recovery-image] Aug 05 16:41:10.884 INFO O| Aug 05 16:41:10.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6576 | 2024-08-05T16:41:12.431Z | [ recovery-image] Aug 05 16:41:10.884 INFO O| Aug 05 16:41:10.884 INFO STEP 910 (remove_files) COMPLETE |
6577 | 2024-08-05T16:41:12.431Z | [ recovery-image] Aug 05 16:41:10.884 INFO O| Aug 05 16:41:10.884 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-08-05T16:41:12.440Z | [ recovery-image] Aug 05 16:41:10.894 INFO O| Aug 05 16:41:10.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6579 | 2024-08-05T16:41:12.441Z | [ recovery-image] Aug 05 16:41:10.894 INFO O| Aug 05 16:41:10.894 INFO STEP 911 (remove_files) COMPLETE |
6580 | 2024-08-05T16:41:12.443Z | [ recovery-image] Aug 05 16:41:10.894 INFO O| Aug 05 16:41:10.894 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-08-05T16:41:12.451Z | [ recovery-image] Aug 05 16:41:10.904 INFO O| Aug 05 16:41:10.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6582 | 2024-08-05T16:41:12.451Z | [ recovery-image] Aug 05 16:41:10.904 INFO O| Aug 05 16:41:10.904 INFO STEP 912 (remove_files) COMPLETE |
6583 | 2024-08-05T16:41:12.455Z | [ recovery-image] Aug 05 16:41:10.904 INFO O| Aug 05 16:41:10.904 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-08-05T16:41:12.462Z | [ recovery-image] Aug 05 16:41:10.916 INFO O| Aug 05 16:41:10.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6585 | 2024-08-05T16:41:12.462Z | [ recovery-image] Aug 05 16:41:10.916 INFO O| Aug 05 16:41:10.916 INFO STEP 913 (remove_files) COMPLETE |
6586 | 2024-08-05T16:41:12.465Z | [ recovery-image] Aug 05 16:41:10.916 INFO O| Aug 05 16:41:10.916 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-08-05T16:41:12.473Z | [ recovery-image] Aug 05 16:41:10.926 INFO O| Aug 05 16:41:10.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6588 | 2024-08-05T16:41:12.473Z | [ recovery-image] Aug 05 16:41:10.926 INFO O| Aug 05 16:41:10.926 INFO STEP 914 (remove_files) COMPLETE |
6589 | 2024-08-05T16:41:12.476Z | [ recovery-image] Aug 05 16:41:10.926 INFO O| Aug 05 16:41:10.926 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-08-05T16:41:12.483Z | [ recovery-image] Aug 05 16:41:10.937 INFO O| Aug 05 16:41:10.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6591 | 2024-08-05T16:41:12.483Z | [ recovery-image] Aug 05 16:41:10.937 INFO O| Aug 05 16:41:10.937 INFO STEP 915 (remove_files) COMPLETE |
6592 | 2024-08-05T16:41:12.486Z | [ recovery-image] Aug 05 16:41:10.937 INFO O| Aug 05 16:41:10.937 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-08-05T16:41:12.493Z | [ recovery-image] Aug 05 16:41:10.947 INFO O| Aug 05 16:41:10.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6594 | 2024-08-05T16:41:12.493Z | [ recovery-image] Aug 05 16:41:10.947 INFO O| Aug 05 16:41:10.947 INFO STEP 916 (remove_files) COMPLETE |
6595 | 2024-08-05T16:41:12.496Z | [ recovery-image] Aug 05 16:41:10.947 INFO O| Aug 05 16:41:10.947 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-08-05T16:41:12.503Z | [ recovery-image] Aug 05 16:41:10.957 INFO O| Aug 05 16:41:10.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6597 | 2024-08-05T16:41:12.506Z | [ recovery-image] Aug 05 16:41:10.957 INFO O| Aug 05 16:41:10.957 INFO STEP 917 (remove_files) COMPLETE |
6598 | 2024-08-05T16:41:12.506Z | [ recovery-image] Aug 05 16:41:10.957 INFO O| Aug 05 16:41:10.957 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-08-05T16:41:12.514Z | [ recovery-image] Aug 05 16:41:10.968 INFO O| Aug 05 16:41:10.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6600 | 2024-08-05T16:41:12.514Z | [ recovery-image] Aug 05 16:41:10.968 INFO O| Aug 05 16:41:10.968 INFO STEP 918 (remove_files) COMPLETE |
6601 | 2024-08-05T16:41:12.517Z | [ recovery-image] Aug 05 16:41:10.968 INFO O| Aug 05 16:41:10.968 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-08-05T16:41:12.524Z | [ recovery-image] Aug 05 16:41:10.978 INFO O| Aug 05 16:41:10.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6603 | 2024-08-05T16:41:12.524Z | [ recovery-image] Aug 05 16:41:10.978 INFO O| Aug 05 16:41:10.978 INFO STEP 919 (remove_files) COMPLETE |
6604 | 2024-08-05T16:41:12.527Z | [ recovery-image] Aug 05 16:41:10.978 INFO O| Aug 05 16:41:10.978 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-08-05T16:41:12.534Z | [ recovery-image] Aug 05 16:41:10.988 INFO O| Aug 05 16:41:10.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6606 | 2024-08-05T16:41:12.538Z | [ recovery-image] Aug 05 16:41:10.988 INFO O| Aug 05 16:41:10.988 INFO STEP 920 (remove_files) COMPLETE |
6607 | 2024-08-05T16:41:12.538Z | [ recovery-image] Aug 05 16:41:10.988 INFO O| Aug 05 16:41:10.988 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-08-05T16:41:12.545Z | [ recovery-image] Aug 05 16:41:10.999 INFO O| Aug 05 16:41:10.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6609 | 2024-08-05T16:41:12.545Z | [ recovery-image] Aug 05 16:41:10.999 INFO O| Aug 05 16:41:10.999 INFO STEP 921 (remove_files) COMPLETE |
6610 | 2024-08-05T16:41:12.548Z | [ recovery-image] Aug 05 16:41:10.999 INFO O| Aug 05 16:41:10.999 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-08-05T16:41:12.555Z | [ recovery-image] Aug 05 16:41:11.009 INFO O| Aug 05 16:41:11.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6612 | 2024-08-05T16:41:12.558Z | [ recovery-image] Aug 05 16:41:11.009 INFO O| Aug 05 16:41:11.009 INFO STEP 922 (remove_files) COMPLETE |
6613 | 2024-08-05T16:41:12.558Z | [ recovery-image] Aug 05 16:41:11.009 INFO O| Aug 05 16:41:11.009 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-08-05T16:41:12.566Z | [ recovery-image] Aug 05 16:41:11.020 INFO O| Aug 05 16:41:11.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6615 | 2024-08-05T16:41:12.566Z | [ recovery-image] Aug 05 16:41:11.020 INFO O| Aug 05 16:41:11.020 INFO STEP 923 (remove_files) COMPLETE |
6616 | 2024-08-05T16:41:12.569Z | [ recovery-image] Aug 05 16:41:11.020 INFO O| Aug 05 16:41:11.020 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-08-05T16:41:12.576Z | [ recovery-image] Aug 05 16:41:11.030 INFO O| Aug 05 16:41:11.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6618 | 2024-08-05T16:41:12.576Z | [ recovery-image] Aug 05 16:41:11.030 INFO O| Aug 05 16:41:11.030 INFO STEP 924 (remove_files) COMPLETE |
6619 | 2024-08-05T16:41:12.576Z | [ recovery-image] Aug 05 16:41:11.030 INFO O| Aug 05 16:41:11.030 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-08-05T16:41:12.586Z | [ recovery-image] Aug 05 16:41:11.040 INFO O| Aug 05 16:41:11.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6621 | 2024-08-05T16:41:12.589Z | [ recovery-image] Aug 05 16:41:11.040 INFO O| Aug 05 16:41:11.040 INFO STEP 925 (remove_files) COMPLETE |
6622 | 2024-08-05T16:41:12.589Z | [ recovery-image] Aug 05 16:41:11.040 INFO O| Aug 05 16:41:11.040 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-08-05T16:41:12.597Z | [ recovery-image] Aug 05 16:41:11.050 INFO O| Aug 05 16:41:11.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6624 | 2024-08-05T16:41:12.597Z | [ recovery-image] Aug 05 16:41:11.050 INFO O| Aug 05 16:41:11.050 INFO STEP 926 (remove_files) COMPLETE |
6625 | 2024-08-05T16:41:12.597Z | [ recovery-image] Aug 05 16:41:11.050 INFO O| Aug 05 16:41:11.050 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-08-05T16:41:12.607Z | [ recovery-image] Aug 05 16:41:11.060 INFO O| Aug 05 16:41:11.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6627 | 2024-08-05T16:41:12.610Z | [ recovery-image] Aug 05 16:41:11.060 INFO O| Aug 05 16:41:11.060 INFO STEP 927 (remove_files) COMPLETE |
6628 | 2024-08-05T16:41:12.610Z | [ recovery-image] Aug 05 16:41:11.060 INFO O| Aug 05 16:41:11.060 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-08-05T16:41:12.617Z | [ recovery-image] Aug 05 16:41:11.070 INFO O| Aug 05 16:41:11.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6630 | 2024-08-05T16:41:12.620Z | [ recovery-image] Aug 05 16:41:11.070 INFO O| Aug 05 16:41:11.070 INFO STEP 928 (remove_files) COMPLETE |
6631 | 2024-08-05T16:41:12.620Z | [ recovery-image] Aug 05 16:41:11.070 INFO O| Aug 05 16:41:11.070 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-08-05T16:41:12.627Z | [ recovery-image] Aug 05 16:41:11.081 INFO O| Aug 05 16:41:11.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6633 | 2024-08-05T16:41:12.627Z | [ recovery-image] Aug 05 16:41:11.081 INFO O| Aug 05 16:41:11.081 INFO STEP 929 (remove_files) COMPLETE |
6634 | 2024-08-05T16:41:12.630Z | [ recovery-image] Aug 05 16:41:11.081 INFO O| Aug 05 16:41:11.081 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-08-05T16:41:12.637Z | [ recovery-image] Aug 05 16:41:11.091 INFO O| Aug 05 16:41:11.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6636 | 2024-08-05T16:41:12.640Z | [ recovery-image] Aug 05 16:41:11.091 INFO O| Aug 05 16:41:11.091 INFO STEP 930 (remove_files) COMPLETE |
6637 | 2024-08-05T16:41:12.640Z | [ recovery-image] Aug 05 16:41:11.091 INFO O| Aug 05 16:41:11.091 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-08-05T16:41:12.648Z | [ recovery-image] Aug 05 16:41:11.102 INFO O| Aug 05 16:41:11.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6639 | 2024-08-05T16:41:12.651Z | [ recovery-image] Aug 05 16:41:11.102 INFO O| Aug 05 16:41:11.102 INFO STEP 931 (remove_files) COMPLETE |
6640 | 2024-08-05T16:41:12.651Z | [ recovery-image] Aug 05 16:41:11.102 INFO O| Aug 05 16:41:11.102 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-08-05T16:41:12.659Z | [ recovery-image] Aug 05 16:41:11.112 INFO O| Aug 05 16:41:11.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6642 | 2024-08-05T16:41:12.662Z | [ recovery-image] Aug 05 16:41:11.112 INFO O| Aug 05 16:41:11.112 INFO STEP 932 (remove_files) COMPLETE |
6643 | 2024-08-05T16:41:12.662Z | [ recovery-image] Aug 05 16:41:11.112 INFO O| Aug 05 16:41:11.112 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-08-05T16:41:12.669Z | [ recovery-image] Aug 05 16:41:11.123 INFO O| Aug 05 16:41:11.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6645 | 2024-08-05T16:41:12.672Z | [ recovery-image] Aug 05 16:41:11.123 INFO O| Aug 05 16:41:11.123 INFO STEP 933 (remove_files) COMPLETE |
6646 | 2024-08-05T16:41:12.672Z | [ recovery-image] Aug 05 16:41:11.123 INFO O| Aug 05 16:41:11.123 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-08-05T16:41:12.680Z | [ recovery-image] Aug 05 16:41:11.134 INFO O| Aug 05 16:41:11.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6648 | 2024-08-05T16:41:12.680Z | [ recovery-image] Aug 05 16:41:11.134 INFO O| Aug 05 16:41:11.134 INFO STEP 934 (remove_files) COMPLETE |
6649 | 2024-08-05T16:41:12.683Z | [ recovery-image] Aug 05 16:41:11.134 INFO O| Aug 05 16:41:11.134 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-08-05T16:41:12.692Z | [ recovery-image] Aug 05 16:41:11.145 INFO O| Aug 05 16:41:11.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6651 | 2024-08-05T16:41:12.692Z | [ recovery-image] Aug 05 16:41:11.145 INFO O| Aug 05 16:41:11.145 INFO STEP 935 (remove_files) COMPLETE |
6652 | 2024-08-05T16:41:12.692Z | [ recovery-image] Aug 05 16:41:11.145 INFO O| Aug 05 16:41:11.145 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-08-05T16:41:12.702Z | [ recovery-image] Aug 05 16:41:11.156 INFO O| Aug 05 16:41:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6654 | 2024-08-05T16:41:12.702Z | [ recovery-image] Aug 05 16:41:11.156 INFO O| Aug 05 16:41:11.156 INFO STEP 936 (remove_files) COMPLETE |
6655 | 2024-08-05T16:41:12.702Z | [ recovery-image] Aug 05 16:41:11.156 INFO O| Aug 05 16:41:11.156 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-08-05T16:41:12.712Z | [ recovery-image] Aug 05 16:41:11.166 INFO O| Aug 05 16:41:11.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6657 | 2024-08-05T16:41:12.712Z | [ recovery-image] Aug 05 16:41:11.166 INFO O| Aug 05 16:41:11.166 INFO STEP 937 (remove_files) COMPLETE |
6658 | 2024-08-05T16:41:12.715Z | [ recovery-image] Aug 05 16:41:11.166 INFO O| Aug 05 16:41:11.166 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-08-05T16:41:12.723Z | [ recovery-image] Aug 05 16:41:11.176 INFO O| Aug 05 16:41:11.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6660 | 2024-08-05T16:41:12.723Z | [ recovery-image] Aug 05 16:41:11.176 INFO O| Aug 05 16:41:11.176 INFO STEP 938 (remove_files) COMPLETE |
6661 | 2024-08-05T16:41:12.726Z | [ recovery-image] Aug 05 16:41:11.176 INFO O| Aug 05 16:41:11.176 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-08-05T16:41:12.732Z | [ recovery-image] Aug 05 16:41:11.186 INFO O| Aug 05 16:41:11.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6663 | 2024-08-05T16:41:12.732Z | [ recovery-image] Aug 05 16:41:11.186 INFO O| Aug 05 16:41:11.186 INFO STEP 939 (remove_files) COMPLETE |
6664 | 2024-08-05T16:41:12.735Z | [ recovery-image] Aug 05 16:41:11.186 INFO O| Aug 05 16:41:11.186 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-08-05T16:41:12.743Z | [ recovery-image] Aug 05 16:41:11.196 INFO O| Aug 05 16:41:11.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6666 | 2024-08-05T16:41:12.746Z | [ recovery-image] Aug 05 16:41:11.197 INFO O| Aug 05 16:41:11.197 INFO STEP 940 (remove_files) COMPLETE |
6667 | 2024-08-05T16:41:12.746Z | [ recovery-image] Aug 05 16:41:11.197 INFO O| Aug 05 16:41:11.197 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-08-05T16:41:12.754Z | [ recovery-image] Aug 05 16:41:11.208 INFO O| Aug 05 16:41:11.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6669 | 2024-08-05T16:41:12.757Z | [ recovery-image] Aug 05 16:41:11.208 INFO O| Aug 05 16:41:11.208 INFO STEP 941 (remove_files) COMPLETE |
6670 | 2024-08-05T16:41:12.757Z | [ recovery-image] Aug 05 16:41:11.209 INFO O| Aug 05 16:41:11.208 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-08-05T16:41:12.767Z | [ recovery-image] Aug 05 16:41:11.220 INFO O| Aug 05 16:41:11.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6672 | 2024-08-05T16:41:12.767Z | [ recovery-image] Aug 05 16:41:11.220 INFO O| Aug 05 16:41:11.220 INFO STEP 942 (remove_files) COMPLETE |
6673 | 2024-08-05T16:41:12.767Z | [ recovery-image] Aug 05 16:41:11.220 INFO O| Aug 05 16:41:11.220 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-08-05T16:41:12.777Z | [ recovery-image] Aug 05 16:41:11.231 INFO O| Aug 05 16:41:11.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6675 | 2024-08-05T16:41:12.778Z | [ recovery-image] Aug 05 16:41:11.231 INFO O| Aug 05 16:41:11.231 INFO STEP 943 (remove_files) COMPLETE |
6676 | 2024-08-05T16:41:12.778Z | [ recovery-image] Aug 05 16:41:11.231 INFO O| Aug 05 16:41:11.231 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-08-05T16:41:12.788Z | [ recovery-image] Aug 05 16:41:11.241 INFO O| Aug 05 16:41:11.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6678 | 2024-08-05T16:41:12.791Z | [ recovery-image] Aug 05 16:41:11.241 INFO O| Aug 05 16:41:11.241 INFO STEP 944 (remove_files) COMPLETE |
6679 | 2024-08-05T16:41:12.791Z | [ recovery-image] Aug 05 16:41:11.241 INFO O| Aug 05 16:41:11.241 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-08-05T16:41:12.798Z | [ recovery-image] Aug 05 16:41:11.252 INFO O| Aug 05 16:41:11.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6681 | 2024-08-05T16:41:12.798Z | [ recovery-image] Aug 05 16:41:11.252 INFO O| Aug 05 16:41:11.252 INFO STEP 945 (remove_files) COMPLETE |
6682 | 2024-08-05T16:41:12.801Z | [ recovery-image] Aug 05 16:41:11.252 INFO O| Aug 05 16:41:11.252 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2024-08-05T16:41:12.809Z | [ recovery-image] Aug 05 16:41:11.263 INFO O| Aug 05 16:41:11.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6684 | 2024-08-05T16:41:12.809Z | [ recovery-image] Aug 05 16:41:11.263 INFO O| Aug 05 16:41:11.263 INFO STEP 946 (remove_files) COMPLETE |
6685 | 2024-08-05T16:41:12.812Z | [ recovery-image] Aug 05 16:41:11.263 INFO O| Aug 05 16:41:11.263 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2024-08-05T16:41:12.820Z | [ recovery-image] Aug 05 16:41:11.273 INFO O| Aug 05 16:41:11.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6687 | 2024-08-05T16:41:12.820Z | [ recovery-image] Aug 05 16:41:11.273 INFO O| Aug 05 16:41:11.273 INFO STEP 947 (remove_files) COMPLETE |
6688 | 2024-08-05T16:41:12.823Z | [ recovery-image] Aug 05 16:41:11.273 INFO O| Aug 05 16:41:11.273 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2024-08-05T16:41:12.830Z | [ recovery-image] Aug 05 16:41:11.284 INFO O| Aug 05 16:41:11.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6690 | 2024-08-05T16:41:12.830Z | [ recovery-image] Aug 05 16:41:11.284 INFO O| Aug 05 16:41:11.284 INFO STEP 948 (remove_files) COMPLETE |
6691 | 2024-08-05T16:41:12.833Z | [ recovery-image] Aug 05 16:41:11.284 INFO O| Aug 05 16:41:11.284 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2024-08-05T16:41:12.841Z | [ recovery-image] Aug 05 16:41:11.295 INFO O| Aug 05 16:41:11.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6693 | 2024-08-05T16:41:12.844Z | [ recovery-image] Aug 05 16:41:11.295 INFO O| Aug 05 16:41:11.295 INFO STEP 949 (remove_files) COMPLETE |
6694 | 2024-08-05T16:41:12.844Z | [ recovery-image] Aug 05 16:41:11.295 INFO O| Aug 05 16:41:11.295 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2024-08-05T16:41:12.851Z | [ recovery-image] Aug 05 16:41:11.305 INFO O| Aug 05 16:41:11.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6696 | 2024-08-05T16:41:12.851Z | [ recovery-image] Aug 05 16:41:11.305 INFO O| Aug 05 16:41:11.305 INFO STEP 950 (remove_files) COMPLETE |
6697 | 2024-08-05T16:41:12.851Z | [ recovery-image] Aug 05 16:41:11.305 INFO O| Aug 05 16:41:11.305 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-08-05T16:41:12.862Z | [ recovery-image] Aug 05 16:41:11.316 INFO O| Aug 05 16:41:11.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6699 | 2024-08-05T16:41:12.865Z | [ recovery-image] Aug 05 16:41:11.316 INFO O| Aug 05 16:41:11.316 INFO STEP 951 (remove_files) COMPLETE |
6700 | 2024-08-05T16:41:12.865Z | [ recovery-image] Aug 05 16:41:11.316 INFO O| Aug 05 16:41:11.316 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2024-08-05T16:41:12.874Z | [ recovery-image] Aug 05 16:41:11.328 INFO O| Aug 05 16:41:11.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6702 | 2024-08-05T16:41:12.874Z | [ recovery-image] Aug 05 16:41:11.328 INFO O| Aug 05 16:41:11.328 INFO STEP 952 (remove_files) COMPLETE |
6703 | 2024-08-05T16:41:12.874Z | [ recovery-image] Aug 05 16:41:11.328 INFO O| Aug 05 16:41:11.328 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2024-08-05T16:41:12.885Z | [ recovery-image] Aug 05 16:41:11.339 INFO O| Aug 05 16:41:11.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6705 | 2024-08-05T16:41:12.885Z | [ recovery-image] Aug 05 16:41:11.339 INFO O| Aug 05 16:41:11.339 INFO STEP 953 (remove_files) COMPLETE |
6706 | 2024-08-05T16:41:12.885Z | [ recovery-image] Aug 05 16:41:11.339 INFO O| Aug 05 16:41:11.339 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2024-08-05T16:41:12.895Z | [ recovery-image] Aug 05 16:41:11.349 INFO O| Aug 05 16:41:11.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6708 | 2024-08-05T16:41:12.898Z | [ recovery-image] Aug 05 16:41:11.349 INFO O| Aug 05 16:41:11.349 INFO STEP 954 (remove_files) COMPLETE |
6709 | 2024-08-05T16:41:12.898Z | [ recovery-image] Aug 05 16:41:11.349 INFO O| Aug 05 16:41:11.349 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2024-08-05T16:41:12.905Z | [ recovery-image] Aug 05 16:41:11.359 INFO O| Aug 05 16:41:11.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6711 | 2024-08-05T16:41:12.905Z | [ recovery-image] Aug 05 16:41:11.359 INFO O| Aug 05 16:41:11.359 INFO STEP 955 (remove_files) COMPLETE |
6712 | 2024-08-05T16:41:12.909Z | [ recovery-image] Aug 05 16:41:11.359 INFO O| Aug 05 16:41:11.359 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2024-08-05T16:41:12.915Z | [ recovery-image] Aug 05 16:41:11.369 INFO O| Aug 05 16:41:11.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6714 | 2024-08-05T16:41:12.918Z | [ recovery-image] Aug 05 16:41:11.369 INFO O| Aug 05 16:41:11.369 INFO STEP 956 (remove_files) COMPLETE |
6715 | 2024-08-05T16:41:12.918Z | [ recovery-image] Aug 05 16:41:11.369 INFO O| Aug 05 16:41:11.369 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6716 | 2024-08-05T16:41:12.925Z | [ recovery-image] Aug 05 16:41:11.379 INFO O| Aug 05 16:41:11.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6717 | 2024-08-05T16:41:12.925Z | [ recovery-image] Aug 05 16:41:11.379 INFO O| Aug 05 16:41:11.379 INFO STEP 957 (remove_files) COMPLETE |
6718 | 2024-08-05T16:41:12.928Z | [ recovery-image] Aug 05 16:41:11.379 INFO O| Aug 05 16:41:11.379 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6719 | 2024-08-05T16:41:12.936Z | [ recovery-image] Aug 05 16:41:11.389 INFO O| Aug 05 16:41:11.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6720 | 2024-08-05T16:41:12.938Z | [ recovery-image] Aug 05 16:41:11.389 INFO O| Aug 05 16:41:11.389 INFO STEP 958 (remove_files) COMPLETE |
6721 | 2024-08-05T16:41:12.938Z | [ recovery-image] Aug 05 16:41:11.389 INFO O| Aug 05 16:41:11.389 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6722 | 2024-08-05T16:41:12.946Z | [ recovery-image] Aug 05 16:41:11.400 INFO O| Aug 05 16:41:11.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6723 | 2024-08-05T16:41:12.947Z | [ recovery-image] Aug 05 16:41:11.400 INFO O| Aug 05 16:41:11.400 INFO STEP 959 (remove_files) COMPLETE |
6724 | 2024-08-05T16:41:12.949Z | [ recovery-image] Aug 05 16:41:11.400 INFO O| Aug 05 16:41:11.400 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6725 | 2024-08-05T16:41:12.957Z | [ recovery-image] Aug 05 16:41:11.411 INFO O| Aug 05 16:41:11.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6726 | 2024-08-05T16:41:12.960Z | [ recovery-image] Aug 05 16:41:11.411 INFO O| Aug 05 16:41:11.411 INFO STEP 960 (remove_files) COMPLETE |
6727 | 2024-08-05T16:41:12.960Z | [ recovery-image] Aug 05 16:41:11.411 INFO O| Aug 05 16:41:11.411 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6728 | 2024-08-05T16:41:12.968Z | [ recovery-image] Aug 05 16:41:11.422 INFO O| Aug 05 16:41:11.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6729 | 2024-08-05T16:41:12.968Z | [ recovery-image] Aug 05 16:41:11.422 INFO O| Aug 05 16:41:11.422 INFO STEP 961 (remove_files) COMPLETE |
6730 | 2024-08-05T16:41:12.968Z | [ recovery-image] Aug 05 16:41:11.422 INFO O| Aug 05 16:41:11.422 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6731 | 2024-08-05T16:41:12.979Z | [ recovery-image] Aug 05 16:41:11.432 INFO O| Aug 05 16:41:11.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6732 | 2024-08-05T16:41:12.979Z | [ recovery-image] Aug 05 16:41:11.432 INFO O| Aug 05 16:41:11.432 INFO STEP 962 (remove_files) COMPLETE |
6733 | 2024-08-05T16:41:12.982Z | [ recovery-image] Aug 05 16:41:11.432 INFO O| Aug 05 16:41:11.432 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6734 | 2024-08-05T16:41:12.989Z | [ recovery-image] Aug 05 16:41:11.443 INFO O| Aug 05 16:41:11.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6735 | 2024-08-05T16:41:12.992Z | [ recovery-image] Aug 05 16:41:11.443 INFO O| Aug 05 16:41:11.443 INFO STEP 963 (remove_files) COMPLETE |
6736 | 2024-08-05T16:41:12.992Z | [ recovery-image] Aug 05 16:41:11.443 INFO O| Aug 05 16:41:11.443 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6737 | 2024-08-05T16:41:13.001Z | [ recovery-image] Aug 05 16:41:11.453 INFO O| Aug 05 16:41:11.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6738 | 2024-08-05T16:41:13.001Z | [ recovery-image] Aug 05 16:41:11.453 INFO O| Aug 05 16:41:11.453 INFO STEP 964 (remove_files) COMPLETE |
6739 | 2024-08-05T16:41:13.001Z | [ recovery-image] Aug 05 16:41:11.453 INFO O| Aug 05 16:41:11.453 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6740 | 2024-08-05T16:41:13.010Z | [ recovery-image] Aug 05 16:41:11.463 INFO O| Aug 05 16:41:11.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6741 | 2024-08-05T16:41:13.013Z | [ recovery-image] Aug 05 16:41:11.464 INFO O| Aug 05 16:41:11.464 INFO STEP 965 (remove_files) COMPLETE |
6742 | 2024-08-05T16:41:13.013Z | [ recovery-image] Aug 05 16:41:11.464 INFO O| Aug 05 16:41:11.464 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6743 | 2024-08-05T16:41:13.020Z | [ recovery-image] Aug 05 16:41:11.473 INFO O| Aug 05 16:41:11.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6744 | 2024-08-05T16:41:13.020Z | [ recovery-image] Aug 05 16:41:11.474 INFO O| Aug 05 16:41:11.474 INFO STEP 966 (remove_files) COMPLETE |
6745 | 2024-08-05T16:41:13.020Z | [ recovery-image] Aug 05 16:41:11.474 INFO O| Aug 05 16:41:11.474 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6746 | 2024-08-05T16:41:13.030Z | [ recovery-image] Aug 05 16:41:11.483 INFO O| Aug 05 16:41:11.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6747 | 2024-08-05T16:41:13.030Z | [ recovery-image] Aug 05 16:41:11.483 INFO O| Aug 05 16:41:11.483 INFO STEP 967 (remove_files) COMPLETE |
6748 | 2024-08-05T16:41:13.030Z | [ recovery-image] Aug 05 16:41:11.483 INFO O| Aug 05 16:41:11.483 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6749 | 2024-08-05T16:41:13.041Z | [ recovery-image] Aug 05 16:41:11.494 INFO O| Aug 05 16:41:11.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6750 | 2024-08-05T16:41:13.041Z | [ recovery-image] Aug 05 16:41:11.494 INFO O| Aug 05 16:41:11.494 INFO STEP 968 (remove_files) COMPLETE |
6751 | 2024-08-05T16:41:13.041Z | [ recovery-image] Aug 05 16:41:11.494 INFO O| Aug 05 16:41:11.494 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6752 | 2024-08-05T16:41:13.050Z | [ recovery-image] Aug 05 16:41:11.504 INFO O| Aug 05 16:41:11.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6753 | 2024-08-05T16:41:13.050Z | [ recovery-image] Aug 05 16:41:11.504 INFO O| Aug 05 16:41:11.504 INFO STEP 969 (remove_files) COMPLETE |
6754 | 2024-08-05T16:41:13.053Z | [ recovery-image] Aug 05 16:41:11.504 INFO O| Aug 05 16:41:11.504 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6755 | 2024-08-05T16:41:13.060Z | [ recovery-image] Aug 05 16:41:11.514 INFO O| Aug 05 16:41:11.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6756 | 2024-08-05T16:41:13.061Z | [ recovery-image] Aug 05 16:41:11.514 INFO O| Aug 05 16:41:11.514 INFO STEP 970 (remove_files) COMPLETE |
6757 | 2024-08-05T16:41:13.064Z | [ recovery-image] Aug 05 16:41:11.514 INFO O| Aug 05 16:41:11.514 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6758 | 2024-08-05T16:41:13.067Z | [ host-image] Aug 05 16:41:11.520 INFO O| Aug 05 16:41:11.520 INFO O| Actions: Completed 49256 actions in 14.59 seconds. |
6759 | 2024-08-05T16:41:13.072Z | [ recovery-image] Aug 05 16:41:11.525 INFO O| Aug 05 16:41:11.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6760 | 2024-08-05T16:41:13.075Z | [ recovery-image] Aug 05 16:41:11.525 INFO O| Aug 05 16:41:11.525 INFO STEP 971 (remove_files) COMPLETE |
6761 | 2024-08-05T16:41:13.075Z | [ recovery-image] Aug 05 16:41:11.525 INFO O| Aug 05 16:41:11.525 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-08-05T16:41:13.081Z | [ recovery-image] Aug 05 16:41:11.535 INFO O| Aug 05 16:41:11.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6763 | 2024-08-05T16:41:13.084Z | [ recovery-image] Aug 05 16:41:11.535 INFO O| Aug 05 16:41:11.535 INFO STEP 972 (remove_files) COMPLETE |
6764 | 2024-08-05T16:41:13.084Z | [ recovery-image] Aug 05 16:41:11.535 INFO O| Aug 05 16:41:11.535 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-08-05T16:41:13.092Z | [ recovery-image] Aug 05 16:41:11.546 INFO O| Aug 05 16:41:11.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6766 | 2024-08-05T16:41:13.095Z | [ recovery-image] Aug 05 16:41:11.546 INFO O| Aug 05 16:41:11.546 INFO STEP 973 (remove_files) COMPLETE |
6767 | 2024-08-05T16:41:13.095Z | [ recovery-image] Aug 05 16:41:11.546 INFO O| Aug 05 16:41:11.546 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-08-05T16:41:13.103Z | [ recovery-image] Aug 05 16:41:11.556 INFO O| Aug 05 16:41:11.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6769 | 2024-08-05T16:41:13.106Z | [ recovery-image] Aug 05 16:41:11.556 INFO O| Aug 05 16:41:11.556 INFO STEP 974 (remove_files) COMPLETE |
6770 | 2024-08-05T16:41:13.106Z | [ recovery-image] Aug 05 16:41:11.556 INFO O| Aug 05 16:41:11.556 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-08-05T16:41:13.116Z | [ recovery-image] Aug 05 16:41:11.568 INFO O| Aug 05 16:41:11.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6772 | 2024-08-05T16:41:13.116Z | [ recovery-image] Aug 05 16:41:11.568 INFO O| Aug 05 16:41:11.568 INFO STEP 975 (remove_files) COMPLETE |
6773 | 2024-08-05T16:41:13.119Z | [ recovery-image] Aug 05 16:41:11.568 INFO O| Aug 05 16:41:11.568 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-08-05T16:41:13.127Z | [ recovery-image] Aug 05 16:41:11.580 INFO O| Aug 05 16:41:11.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6775 | 2024-08-05T16:41:13.127Z | [ recovery-image] Aug 05 16:41:11.580 INFO O| Aug 05 16:41:11.580 INFO STEP 976 (remove_files) COMPLETE |
6776 | 2024-08-05T16:41:13.127Z | [ recovery-image] Aug 05 16:41:11.580 INFO O| Aug 05 16:41:11.580 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-08-05T16:41:13.138Z | [ recovery-image] Aug 05 16:41:11.592 INFO O| Aug 05 16:41:11.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6778 | 2024-08-05T16:41:13.139Z | [ recovery-image] Aug 05 16:41:11.592 INFO O| Aug 05 16:41:11.592 INFO STEP 977 (remove_files) COMPLETE |
6779 | 2024-08-05T16:41:13.139Z | [ recovery-image] Aug 05 16:41:11.592 INFO O| Aug 05 16:41:11.592 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-08-05T16:41:13.151Z | [ recovery-image] Aug 05 16:41:11.604 INFO O| Aug 05 16:41:11.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6781 | 2024-08-05T16:41:13.151Z | [ recovery-image] Aug 05 16:41:11.604 INFO O| Aug 05 16:41:11.604 INFO STEP 978 (remove_files) COMPLETE |
6782 | 2024-08-05T16:41:13.156Z | [ recovery-image] Aug 05 16:41:11.604 INFO O| Aug 05 16:41:11.604 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-08-05T16:41:13.163Z | [ recovery-image] Aug 05 16:41:11.616 INFO O| Aug 05 16:41:11.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6784 | 2024-08-05T16:41:13.166Z | [ recovery-image] Aug 05 16:41:11.616 INFO O| Aug 05 16:41:11.616 INFO STEP 979 (remove_files) COMPLETE |
6785 | 2024-08-05T16:41:13.166Z | [ recovery-image] Aug 05 16:41:11.616 INFO O| Aug 05 16:41:11.616 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-08-05T16:41:13.175Z | [ recovery-image] Aug 05 16:41:11.628 INFO O| Aug 05 16:41:11.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6787 | 2024-08-05T16:41:13.175Z | [ recovery-image] Aug 05 16:41:11.628 INFO O| Aug 05 16:41:11.628 INFO STEP 980 (remove_files) COMPLETE |
6788 | 2024-08-05T16:41:13.175Z | [ recovery-image] Aug 05 16:41:11.628 INFO O| Aug 05 16:41:11.628 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-08-05T16:41:13.186Z | [ recovery-image] Aug 05 16:41:11.639 INFO O| Aug 05 16:41:11.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6790 | 2024-08-05T16:41:13.186Z | [ recovery-image] Aug 05 16:41:11.640 INFO O| Aug 05 16:41:11.639 INFO STEP 981 (remove_files) COMPLETE |
6791 | 2024-08-05T16:41:13.186Z | [ recovery-image] Aug 05 16:41:11.640 INFO O| Aug 05 16:41:11.639 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-08-05T16:41:13.197Z | [ recovery-image] Aug 05 16:41:11.651 INFO O| Aug 05 16:41:11.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6793 | 2024-08-05T16:41:13.200Z | [ recovery-image] Aug 05 16:41:11.651 INFO O| Aug 05 16:41:11.651 INFO STEP 982 (remove_files) COMPLETE |
6794 | 2024-08-05T16:41:13.200Z | [ recovery-image] Aug 05 16:41:11.651 INFO O| Aug 05 16:41:11.651 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-08-05T16:41:13.209Z | [ recovery-image] Aug 05 16:41:11.662 INFO O| Aug 05 16:41:11.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6796 | 2024-08-05T16:41:13.209Z | [ recovery-image] Aug 05 16:41:11.662 INFO O| Aug 05 16:41:11.662 INFO STEP 983 (remove_files) COMPLETE |
6797 | 2024-08-05T16:41:13.209Z | [ recovery-image] Aug 05 16:41:11.662 INFO O| Aug 05 16:41:11.662 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-08-05T16:41:13.222Z | [ recovery-image] Aug 05 16:41:11.675 INFO O| Aug 05 16:41:11.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6799 | 2024-08-05T16:41:13.222Z | [ recovery-image] Aug 05 16:41:11.675 INFO O| Aug 05 16:41:11.675 INFO STEP 984 (remove_files) COMPLETE |
6800 | 2024-08-05T16:41:13.225Z | [ recovery-image] Aug 05 16:41:11.675 INFO O| Aug 05 16:41:11.675 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-08-05T16:41:13.234Z | [ recovery-image] Aug 05 16:41:11.688 INFO O| Aug 05 16:41:11.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6802 | 2024-08-05T16:41:13.234Z | [ recovery-image] Aug 05 16:41:11.688 INFO O| Aug 05 16:41:11.688 INFO STEP 985 (remove_files) COMPLETE |
6803 | 2024-08-05T16:41:13.234Z | [ recovery-image] Aug 05 16:41:11.688 INFO O| Aug 05 16:41:11.688 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-08-05T16:41:13.246Z | [ recovery-image] Aug 05 16:41:11.700 INFO O| Aug 05 16:41:11.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6805 | 2024-08-05T16:41:13.246Z | [ recovery-image] Aug 05 16:41:11.700 INFO O| Aug 05 16:41:11.700 INFO STEP 986 (remove_files) COMPLETE |
6806 | 2024-08-05T16:41:13.246Z | [ recovery-image] Aug 05 16:41:11.700 INFO O| Aug 05 16:41:11.700 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-08-05T16:41:13.259Z | [ recovery-image] Aug 05 16:41:11.713 INFO O| Aug 05 16:41:11.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6808 | 2024-08-05T16:41:13.259Z | [ recovery-image] Aug 05 16:41:11.713 INFO O| Aug 05 16:41:11.713 INFO STEP 987 (remove_files) COMPLETE |
6809 | 2024-08-05T16:41:13.259Z | [ recovery-image] Aug 05 16:41:11.713 INFO O| Aug 05 16:41:11.713 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-08-05T16:41:13.273Z | [ recovery-image] Aug 05 16:41:11.726 INFO O| Aug 05 16:41:11.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6811 | 2024-08-05T16:41:13.273Z | [ recovery-image] Aug 05 16:41:11.727 INFO O| Aug 05 16:41:11.727 INFO STEP 988 (remove_files) COMPLETE |
6812 | 2024-08-05T16:41:13.273Z | [ recovery-image] Aug 05 16:41:11.727 INFO O| Aug 05 16:41:11.727 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-08-05T16:41:13.288Z | [ recovery-image] Aug 05 16:41:11.741 INFO O| Aug 05 16:41:11.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6814 | 2024-08-05T16:41:13.288Z | [ recovery-image] Aug 05 16:41:11.742 INFO O| Aug 05 16:41:11.741 INFO STEP 989 (remove_files) COMPLETE |
6815 | 2024-08-05T16:41:13.288Z | [ recovery-image] Aug 05 16:41:11.742 INFO O| Aug 05 16:41:11.742 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-08-05T16:41:13.301Z | [ recovery-image] Aug 05 16:41:11.754 INFO O| Aug 05 16:41:11.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6817 | 2024-08-05T16:41:13.301Z | [ recovery-image] Aug 05 16:41:11.754 INFO O| Aug 05 16:41:11.754 INFO STEP 990 (remove_files) COMPLETE |
6818 | 2024-08-05T16:41:13.301Z | [ recovery-image] Aug 05 16:41:11.754 INFO O| Aug 05 16:41:11.754 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-08-05T16:41:13.312Z | [ recovery-image] Aug 05 16:41:11.765 INFO O| Aug 05 16:41:11.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6820 | 2024-08-05T16:41:13.312Z | [ recovery-image] Aug 05 16:41:11.765 INFO O| Aug 05 16:41:11.765 INFO STEP 991 (remove_files) COMPLETE |
6821 | 2024-08-05T16:41:13.312Z | [ recovery-image] Aug 05 16:41:11.765 INFO O| Aug 05 16:41:11.765 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-08-05T16:41:13.325Z | [ recovery-image] Aug 05 16:41:11.778 INFO O| Aug 05 16:41:11.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6823 | 2024-08-05T16:41:13.326Z | [ recovery-image] Aug 05 16:41:11.778 INFO O| Aug 05 16:41:11.778 INFO STEP 992 (remove_files) COMPLETE |
6824 | 2024-08-05T16:41:13.326Z | [ recovery-image] Aug 05 16:41:11.778 INFO O| Aug 05 16:41:11.778 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-08-05T16:41:13.337Z | [ recovery-image] Aug 05 16:41:11.790 INFO O| Aug 05 16:41:11.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6826 | 2024-08-05T16:41:13.337Z | [ recovery-image] Aug 05 16:41:11.790 INFO O| Aug 05 16:41:11.790 INFO STEP 993 (remove_files) COMPLETE |
6827 | 2024-08-05T16:41:13.337Z | [ recovery-image] Aug 05 16:41:11.790 INFO O| Aug 05 16:41:11.790 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-08-05T16:41:13.347Z | [ host-image] Aug 05 16:41:11.800 INFO O| Aug 05 16:41:11.800 INFO O| Done |
6829 | 2024-08-05T16:41:13.350Z | [ host-image] Aug 05 16:41:11.800 INFO O| Aug 05 16:41:11.800 INFO O| Done |
6830 | 2024-08-05T16:41:13.350Z | [ recovery-image] Aug 05 16:41:11.801 INFO O| Aug 05 16:41:11.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6831 | 2024-08-05T16:41:13.350Z | [ recovery-image] Aug 05 16:41:11.801 INFO O| Aug 05 16:41:11.801 INFO STEP 994 (remove_files) COMPLETE |
6832 | 2024-08-05T16:41:13.350Z | [ recovery-image] Aug 05 16:41:11.801 INFO O| Aug 05 16:41:11.801 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2024-08-05T16:41:13.360Z | [ recovery-image] Aug 05 16:41:11.814 INFO O| Aug 05 16:41:11.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6834 | 2024-08-05T16:41:13.360Z | [ recovery-image] Aug 05 16:41:11.814 INFO O| Aug 05 16:41:11.814 INFO STEP 995 (remove_files) COMPLETE |
6835 | 2024-08-05T16:41:13.363Z | [ recovery-image] Aug 05 16:41:11.814 INFO O| Aug 05 16:41:11.814 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2024-08-05T16:41:13.372Z | [ recovery-image] Aug 05 16:41:11.825 INFO O| Aug 05 16:41:11.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6837 | 2024-08-05T16:41:13.372Z | [ recovery-image] Aug 05 16:41:11.825 INFO O| Aug 05 16:41:11.825 INFO STEP 996 (remove_files) COMPLETE |
6838 | 2024-08-05T16:41:13.374Z | [ recovery-image] Aug 05 16:41:11.825 INFO O| Aug 05 16:41:11.825 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2024-08-05T16:41:13.384Z | [ recovery-image] Aug 05 16:41:11.838 INFO O| Aug 05 16:41:11.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6840 | 2024-08-05T16:41:13.384Z | [ recovery-image] Aug 05 16:41:11.838 INFO O| Aug 05 16:41:11.838 INFO STEP 997 (remove_files) COMPLETE |
6841 | 2024-08-05T16:41:13.384Z | [ recovery-image] Aug 05 16:41:11.838 INFO O| Aug 05 16:41:11.838 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2024-08-05T16:41:13.397Z | [ recovery-image] Aug 05 16:41:11.850 INFO O| Aug 05 16:41:11.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6843 | 2024-08-05T16:41:13.397Z | [ recovery-image] Aug 05 16:41:11.850 INFO O| Aug 05 16:41:11.850 INFO STEP 998 (remove_files) COMPLETE |
6844 | 2024-08-05T16:41:13.400Z | [ recovery-image] Aug 05 16:41:11.850 INFO O| Aug 05 16:41:11.850 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2024-08-05T16:41:13.408Z | [ recovery-image] Aug 05 16:41:11.862 INFO O| Aug 05 16:41:11.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6846 | 2024-08-05T16:41:13.408Z | [ recovery-image] Aug 05 16:41:11.862 INFO O| Aug 05 16:41:11.862 INFO STEP 999 (remove_files) COMPLETE |
6847 | 2024-08-05T16:41:13.408Z | [ recovery-image] Aug 05 16:41:11.862 INFO O| Aug 05 16:41:11.862 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2024-08-05T16:41:13.420Z | [ recovery-image] Aug 05 16:41:11.873 INFO O| Aug 05 16:41:11.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6849 | 2024-08-05T16:41:13.420Z | [ recovery-image] Aug 05 16:41:11.873 INFO O| Aug 05 16:41:11.873 INFO STEP 1000 (remove_files) COMPLETE |
6850 | 2024-08-05T16:41:13.420Z | [ recovery-image] Aug 05 16:41:11.873 INFO O| Aug 05 16:41:11.873 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2024-08-05T16:41:13.431Z | [ recovery-image] Aug 05 16:41:11.884 INFO O| Aug 05 16:41:11.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6852 | 2024-08-05T16:41:13.434Z | [ recovery-image] Aug 05 16:41:11.884 INFO O| Aug 05 16:41:11.884 INFO STEP 1001 (remove_files) COMPLETE |
6853 | 2024-08-05T16:41:13.434Z | [ recovery-image] Aug 05 16:41:11.884 INFO O| Aug 05 16:41:11.884 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2024-08-05T16:41:13.442Z | [ recovery-image] Aug 05 16:41:11.895 INFO O| Aug 05 16:41:11.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6855 | 2024-08-05T16:41:13.442Z | [ recovery-image] Aug 05 16:41:11.895 INFO O| Aug 05 16:41:11.895 INFO STEP 1002 (remove_files) COMPLETE |
6856 | 2024-08-05T16:41:13.445Z | [ recovery-image] Aug 05 16:41:11.895 INFO O| Aug 05 16:41:11.895 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2024-08-05T16:41:13.453Z | [ recovery-image] Aug 05 16:41:11.906 INFO O| Aug 05 16:41:11.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6858 | 2024-08-05T16:41:13.456Z | [ recovery-image] Aug 05 16:41:11.907 INFO O| Aug 05 16:41:11.906 INFO STEP 1003 (remove_files) COMPLETE |
6859 | 2024-08-05T16:41:13.456Z | [ recovery-image] Aug 05 16:41:11.907 INFO O| Aug 05 16:41:11.906 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2024-08-05T16:41:13.464Z | [ recovery-image] Aug 05 16:41:11.917 INFO O| Aug 05 16:41:11.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6861 | 2024-08-05T16:41:13.467Z | [ recovery-image] Aug 05 16:41:11.918 INFO O| Aug 05 16:41:11.918 INFO STEP 1004 (remove_files) COMPLETE |
6862 | 2024-08-05T16:41:13.467Z | [ recovery-image] Aug 05 16:41:11.918 INFO O| Aug 05 16:41:11.918 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2024-08-05T16:41:13.475Z | [ recovery-image] Aug 05 16:41:11.929 INFO O| Aug 05 16:41:11.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6864 | 2024-08-05T16:41:13.478Z | [ recovery-image] Aug 05 16:41:11.929 INFO O| Aug 05 16:41:11.929 INFO STEP 1005 (remove_files) COMPLETE |
6865 | 2024-08-05T16:41:13.478Z | [ recovery-image] Aug 05 16:41:11.929 INFO O| Aug 05 16:41:11.929 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2024-08-05T16:41:13.486Z | [ recovery-image] Aug 05 16:41:11.939 INFO O| Aug 05 16:41:11.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6867 | 2024-08-05T16:41:13.486Z | [ recovery-image] Aug 05 16:41:11.939 INFO O| Aug 05 16:41:11.939 INFO STEP 1006 (remove_files) COMPLETE |
6868 | 2024-08-05T16:41:13.486Z | [ recovery-image] Aug 05 16:41:11.939 INFO O| Aug 05 16:41:11.939 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2024-08-05T16:41:13.496Z | [ recovery-image] Aug 05 16:41:11.950 INFO O| Aug 05 16:41:11.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6870 | 2024-08-05T16:41:13.496Z | [ recovery-image] Aug 05 16:41:11.950 INFO O| Aug 05 16:41:11.950 INFO STEP 1007 (remove_files) COMPLETE |
6871 | 2024-08-05T16:41:13.496Z | [ recovery-image] Aug 05 16:41:11.950 INFO O| Aug 05 16:41:11.950 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2024-08-05T16:41:13.506Z | [ recovery-image] Aug 05 16:41:11.960 INFO O| Aug 05 16:41:11.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6873 | 2024-08-05T16:41:13.507Z | [ recovery-image] Aug 05 16:41:11.960 INFO O| Aug 05 16:41:11.960 INFO STEP 1008 (remove_files) COMPLETE |
6874 | 2024-08-05T16:41:13.509Z | [ recovery-image] Aug 05 16:41:11.960 INFO O| Aug 05 16:41:11.960 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2024-08-05T16:41:13.516Z | [ recovery-image] Aug 05 16:41:11.970 INFO O| Aug 05 16:41:11.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6876 | 2024-08-05T16:41:13.516Z | [ recovery-image] Aug 05 16:41:11.970 INFO O| Aug 05 16:41:11.970 INFO STEP 1009 (remove_files) COMPLETE |
6877 | 2024-08-05T16:41:13.519Z | [ recovery-image] Aug 05 16:41:11.970 INFO O| Aug 05 16:41:11.970 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-08-05T16:41:13.526Z | [ recovery-image] Aug 05 16:41:11.980 INFO O| Aug 05 16:41:11.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6879 | 2024-08-05T16:41:13.529Z | [ recovery-image] Aug 05 16:41:11.980 INFO O| Aug 05 16:41:11.980 INFO STEP 1010 (remove_files) COMPLETE |
6880 | 2024-08-05T16:41:13.529Z | [ recovery-image] Aug 05 16:41:11.980 INFO O| Aug 05 16:41:11.980 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-08-05T16:41:13.537Z | [ recovery-image] Aug 05 16:41:11.990 INFO O| Aug 05 16:41:11.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6882 | 2024-08-05T16:41:13.537Z | [ recovery-image] Aug 05 16:41:11.990 INFO O| Aug 05 16:41:11.990 INFO STEP 1011 (remove_files) COMPLETE |
6883 | 2024-08-05T16:41:13.537Z | [ recovery-image] Aug 05 16:41:11.990 INFO O| Aug 05 16:41:11.990 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-08-05T16:41:13.548Z | [ recovery-image] Aug 05 16:41:12.001 INFO O| Aug 05 16:41:12.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6885 | 2024-08-05T16:41:13.548Z | [ recovery-image] Aug 05 16:41:12.001 INFO O| Aug 05 16:41:12.001 INFO STEP 1012 (remove_files) COMPLETE |
6886 | 2024-08-05T16:41:13.551Z | [ recovery-image] Aug 05 16:41:12.001 INFO O| Aug 05 16:41:12.001 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-08-05T16:41:13.558Z | [ recovery-image] Aug 05 16:41:12.012 INFO O| Aug 05 16:41:12.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6888 | 2024-08-05T16:41:13.558Z | [ recovery-image] Aug 05 16:41:12.012 INFO O| Aug 05 16:41:12.012 INFO STEP 1013 (remove_files) COMPLETE |
6889 | 2024-08-05T16:41:13.561Z | [ recovery-image] Aug 05 16:41:12.012 INFO O| Aug 05 16:41:12.012 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2024-08-05T16:41:13.569Z | [ recovery-image] Aug 05 16:41:12.023 INFO O| Aug 05 16:41:12.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6891 | 2024-08-05T16:41:13.572Z | [ recovery-image] Aug 05 16:41:12.023 INFO O| Aug 05 16:41:12.023 INFO STEP 1014 (remove_files) COMPLETE |
6892 | 2024-08-05T16:41:13.572Z | [ recovery-image] Aug 05 16:41:12.023 INFO O| Aug 05 16:41:12.023 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2024-08-05T16:41:13.580Z | [ recovery-image] Aug 05 16:41:12.034 INFO O| Aug 05 16:41:12.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6894 | 2024-08-05T16:41:13.580Z | [ recovery-image] Aug 05 16:41:12.034 INFO O| Aug 05 16:41:12.034 INFO STEP 1015 (remove_files) COMPLETE |
6895 | 2024-08-05T16:41:13.581Z | [ recovery-image] Aug 05 16:41:12.034 INFO O| Aug 05 16:41:12.034 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-08-05T16:41:13.593Z | [ recovery-image] Aug 05 16:41:12.045 INFO O| Aug 05 16:41:12.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6897 | 2024-08-05T16:41:13.593Z | [ recovery-image] Aug 05 16:41:12.045 INFO O| Aug 05 16:41:12.045 INFO STEP 1016 (remove_files) COMPLETE |
6898 | 2024-08-05T16:41:13.593Z | [ recovery-image] Aug 05 16:41:12.045 INFO O| Aug 05 16:41:12.045 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-08-05T16:41:13.604Z | [ recovery-image] Aug 05 16:41:12.057 INFO O| Aug 05 16:41:12.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6900 | 2024-08-05T16:41:13.604Z | [ recovery-image] Aug 05 16:41:12.057 INFO O| Aug 05 16:41:12.057 INFO STEP 1017 (remove_files) COMPLETE |
6901 | 2024-08-05T16:41:13.604Z | [ recovery-image] Aug 05 16:41:12.057 INFO O| Aug 05 16:41:12.057 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-08-05T16:41:13.616Z | [ recovery-image] Aug 05 16:41:12.069 INFO O| Aug 05 16:41:12.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6903 | 2024-08-05T16:41:13.616Z | [ recovery-image] Aug 05 16:41:12.069 INFO O| Aug 05 16:41:12.069 INFO STEP 1018 (remove_files) COMPLETE |
6904 | 2024-08-05T16:41:13.616Z | [ recovery-image] Aug 05 16:41:12.069 INFO O| Aug 05 16:41:12.069 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-08-05T16:41:13.628Z | [ recovery-image] Aug 05 16:41:12.081 INFO O| Aug 05 16:41:12.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6906 | 2024-08-05T16:41:13.628Z | [ recovery-image] Aug 05 16:41:12.082 INFO O| Aug 05 16:41:12.082 INFO STEP 1019 (remove_files) COMPLETE |
6907 | 2024-08-05T16:41:13.629Z | [ recovery-image] Aug 05 16:41:12.082 INFO O| Aug 05 16:41:12.082 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-08-05T16:41:13.641Z | [ recovery-image] Aug 05 16:41:12.094 INFO O| Aug 05 16:41:12.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6909 | 2024-08-05T16:41:13.641Z | [ recovery-image] Aug 05 16:41:12.095 INFO O| Aug 05 16:41:12.095 INFO STEP 1020 (remove_files) COMPLETE |
6910 | 2024-08-05T16:41:13.642Z | [ recovery-image] Aug 05 16:41:12.095 INFO O| Aug 05 16:41:12.095 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-08-05T16:41:13.656Z | [ recovery-image] Aug 05 16:41:12.109 INFO O| Aug 05 16:41:12.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6912 | 2024-08-05T16:41:13.659Z | [ recovery-image] Aug 05 16:41:12.109 INFO O| Aug 05 16:41:12.109 INFO STEP 1021 (remove_files) COMPLETE |
6913 | 2024-08-05T16:41:13.659Z | [ recovery-image] Aug 05 16:41:12.109 INFO O| Aug 05 16:41:12.109 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-08-05T16:41:13.669Z | [ recovery-image] Aug 05 16:41:12.122 INFO O| Aug 05 16:41:12.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6915 | 2024-08-05T16:41:13.669Z | [ recovery-image] Aug 05 16:41:12.123 INFO O| Aug 05 16:41:12.122 INFO STEP 1022 (remove_files) COMPLETE |
6916 | 2024-08-05T16:41:13.669Z | [ recovery-image] Aug 05 16:41:12.123 INFO O| Aug 05 16:41:12.123 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-08-05T16:41:13.683Z | [ recovery-image] Aug 05 16:41:12.136 INFO O| Aug 05 16:41:12.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
6918 | 2024-08-05T16:41:13.683Z | [ recovery-image] Aug 05 16:41:12.136 INFO O| Aug 05 16:41:12.136 INFO STEP 1023 (remove_files) COMPLETE |
6919 | 2024-08-05T16:41:13.683Z | [ recovery-image] Aug 05 16:41:12.136 INFO O| Aug 05 16:41:12.136 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-08-05T16:41:13.697Z | [ recovery-image] Aug 05 16:41:12.149 INFO O| Aug 05 16:41:12.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
6921 | 2024-08-05T16:41:13.697Z | [ recovery-image] Aug 05 16:41:12.149 INFO O| Aug 05 16:41:12.149 INFO STEP 1024 (remove_files) COMPLETE |
6922 | 2024-08-05T16:41:13.697Z | [ recovery-image] Aug 05 16:41:12.149 INFO O| Aug 05 16:41:12.149 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-08-05T16:41:13.708Z | [ recovery-image] Aug 05 16:41:12.162 INFO O| Aug 05 16:41:12.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
6924 | 2024-08-05T16:41:13.708Z | [ recovery-image] Aug 05 16:41:12.162 INFO O| Aug 05 16:41:12.162 INFO STEP 1025 (remove_files) COMPLETE |
6925 | 2024-08-05T16:41:13.708Z | [ recovery-image] Aug 05 16:41:12.162 INFO O| Aug 05 16:41:12.162 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-08-05T16:41:13.721Z | [ recovery-image] Aug 05 16:41:12.174 INFO O| Aug 05 16:41:12.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
6927 | 2024-08-05T16:41:13.721Z | [ recovery-image] Aug 05 16:41:12.174 INFO O| Aug 05 16:41:12.174 INFO STEP 1026 (remove_files) COMPLETE |
6928 | 2024-08-05T16:41:13.724Z | [ recovery-image] Aug 05 16:41:12.174 INFO O| Aug 05 16:41:12.174 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-08-05T16:41:13.734Z | [ recovery-image] Aug 05 16:41:12.187 INFO O| Aug 05 16:41:12.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
6930 | 2024-08-05T16:41:13.734Z | [ recovery-image] Aug 05 16:41:12.187 INFO O| Aug 05 16:41:12.187 INFO STEP 1027 (remove_files) COMPLETE |
6931 | 2024-08-05T16:41:13.734Z | [ recovery-image] Aug 05 16:41:12.187 INFO O| Aug 05 16:41:12.187 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-08-05T16:41:13.746Z | [ recovery-image] Aug 05 16:41:12.200 INFO O| Aug 05 16:41:12.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
6933 | 2024-08-05T16:41:13.746Z | [ recovery-image] Aug 05 16:41:12.200 INFO O| Aug 05 16:41:12.200 INFO STEP 1028 (remove_files) COMPLETE |
6934 | 2024-08-05T16:41:13.746Z | [ recovery-image] Aug 05 16:41:12.200 INFO O| Aug 05 16:41:12.200 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-08-05T16:41:13.760Z | [ recovery-image] Aug 05 16:41:12.213 INFO O| Aug 05 16:41:12.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
6936 | 2024-08-05T16:41:13.760Z | [ recovery-image] Aug 05 16:41:12.213 INFO O| Aug 05 16:41:12.213 INFO STEP 1029 (remove_files) COMPLETE |
6937 | 2024-08-05T16:41:13.763Z | [ recovery-image] Aug 05 16:41:12.213 INFO O| Aug 05 16:41:12.213 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-08-05T16:41:13.773Z | [ recovery-image] Aug 05 16:41:12.227 INFO O| Aug 05 16:41:12.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
6939 | 2024-08-05T16:41:13.773Z | [ recovery-image] Aug 05 16:41:12.227 INFO O| Aug 05 16:41:12.227 INFO STEP 1030 (remove_files) COMPLETE |
6940 | 2024-08-05T16:41:13.777Z | [ recovery-image] Aug 05 16:41:12.227 INFO O| Aug 05 16:41:12.227 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-08-05T16:41:13.786Z | [ recovery-image] Aug 05 16:41:12.240 INFO O| Aug 05 16:41:12.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
6942 | 2024-08-05T16:41:13.786Z | [ recovery-image] Aug 05 16:41:12.240 INFO O| Aug 05 16:41:12.240 INFO STEP 1031 (remove_files) COMPLETE |
6943 | 2024-08-05T16:41:13.789Z | [ recovery-image] Aug 05 16:41:12.240 INFO O| Aug 05 16:41:12.240 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-08-05T16:41:13.792Z | [ host-image] Aug 05 16:41:12.245 INFO O| Aug 05 16:41:12.245 INFO O| Done |
6945 | 2024-08-05T16:41:13.799Z | [ recovery-image] Aug 05 16:41:12.253 INFO O| Aug 05 16:41:12.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
6946 | 2024-08-05T16:41:13.799Z | [ recovery-image] Aug 05 16:41:12.253 INFO O| Aug 05 16:41:12.253 INFO STEP 1032 (remove_files) COMPLETE |
6947 | 2024-08-05T16:41:13.800Z | [ recovery-image] Aug 05 16:41:12.253 INFO O| Aug 05 16:41:12.253 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-08-05T16:41:13.814Z | [ recovery-image] Aug 05 16:41:12.266 INFO O| Aug 05 16:41:12.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
6949 | 2024-08-05T16:41:13.817Z | [ recovery-image] Aug 05 16:41:12.266 INFO O| Aug 05 16:41:12.266 INFO STEP 1033 (remove_files) COMPLETE |
6950 | 2024-08-05T16:41:13.817Z | [ recovery-image] Aug 05 16:41:12.266 INFO O| Aug 05 16:41:12.266 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-08-05T16:41:13.827Z | [ recovery-image] Aug 05 16:41:12.280 INFO O| Aug 05 16:41:12.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
6952 | 2024-08-05T16:41:13.827Z | [ recovery-image] Aug 05 16:41:12.280 INFO O| Aug 05 16:41:12.280 INFO STEP 1034 (remove_files) COMPLETE |
6953 | 2024-08-05T16:41:13.827Z | [ recovery-image] Aug 05 16:41:12.280 INFO O| Aug 05 16:41:12.280 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-08-05T16:41:13.840Z | [ recovery-image] Aug 05 16:41:12.293 INFO O| Aug 05 16:41:12.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
6955 | 2024-08-05T16:41:13.840Z | [ recovery-image] Aug 05 16:41:12.293 INFO O| Aug 05 16:41:12.293 INFO STEP 1035 (remove_files) COMPLETE |
6956 | 2024-08-05T16:41:13.843Z | [ recovery-image] Aug 05 16:41:12.293 INFO O| Aug 05 16:41:12.293 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-08-05T16:41:13.853Z | [ recovery-image] Aug 05 16:41:12.306 INFO O| Aug 05 16:41:12.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
6958 | 2024-08-05T16:41:13.853Z | [ recovery-image] Aug 05 16:41:12.306 INFO O| Aug 05 16:41:12.306 INFO STEP 1036 (remove_files) COMPLETE |
6959 | 2024-08-05T16:41:13.853Z | [ recovery-image] Aug 05 16:41:12.306 INFO O| Aug 05 16:41:12.306 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-08-05T16:41:13.865Z | [ recovery-image] Aug 05 16:41:12.318 INFO O| Aug 05 16:41:12.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
6961 | 2024-08-05T16:41:13.865Z | [ recovery-image] Aug 05 16:41:12.318 INFO O| Aug 05 16:41:12.318 INFO STEP 1037 (remove_files) COMPLETE |
6962 | 2024-08-05T16:41:13.868Z | [ recovery-image] Aug 05 16:41:12.318 INFO O| Aug 05 16:41:12.318 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-08-05T16:41:13.877Z | [ recovery-image] Aug 05 16:41:12.330 INFO O| Aug 05 16:41:12.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
6964 | 2024-08-05T16:41:13.880Z | [ recovery-image] Aug 05 16:41:12.330 INFO O| Aug 05 16:41:12.330 INFO STEP 1038 (remove_files) COMPLETE |
6965 | 2024-08-05T16:41:13.880Z | [ recovery-image] Aug 05 16:41:12.330 INFO O| Aug 05 16:41:12.330 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-08-05T16:41:13.888Z | [ recovery-image] Aug 05 16:41:12.342 INFO O| Aug 05 16:41:12.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
6967 | 2024-08-05T16:41:13.889Z | [ recovery-image] Aug 05 16:41:12.342 INFO O| Aug 05 16:41:12.342 INFO STEP 1039 (remove_files) COMPLETE |
6968 | 2024-08-05T16:41:13.892Z | [ recovery-image] Aug 05 16:41:12.342 INFO O| Aug 05 16:41:12.342 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-08-05T16:41:13.900Z | [ recovery-image] Aug 05 16:41:12.353 INFO O| Aug 05 16:41:12.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
6970 | 2024-08-05T16:41:13.900Z | [ recovery-image] Aug 05 16:41:12.353 INFO O| Aug 05 16:41:12.353 INFO STEP 1040 (remove_files) COMPLETE |
6971 | 2024-08-05T16:41:13.902Z | [ recovery-image] Aug 05 16:41:12.353 INFO O| Aug 05 16:41:12.353 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-08-05T16:41:13.912Z | [ recovery-image] Aug 05 16:41:12.365 INFO O| Aug 05 16:41:12.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
6973 | 2024-08-05T16:41:13.912Z | [ recovery-image] Aug 05 16:41:12.365 INFO O| Aug 05 16:41:12.365 INFO STEP 1041 (remove_files) COMPLETE |
6974 | 2024-08-05T16:41:13.914Z | [ recovery-image] Aug 05 16:41:12.365 INFO O| Aug 05 16:41:12.365 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-08-05T16:41:13.923Z | [ recovery-image] Aug 05 16:41:12.376 INFO O| Aug 05 16:41:12.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
6976 | 2024-08-05T16:41:13.923Z | [ recovery-image] Aug 05 16:41:12.376 INFO O| Aug 05 16:41:12.376 INFO STEP 1042 (remove_files) COMPLETE |
6977 | 2024-08-05T16:41:13.923Z | [ recovery-image] Aug 05 16:41:12.376 INFO O| Aug 05 16:41:12.376 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-08-05T16:41:13.935Z | [ recovery-image] Aug 05 16:41:12.388 INFO O| Aug 05 16:41:12.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
6979 | 2024-08-05T16:41:13.935Z | [ recovery-image] Aug 05 16:41:12.388 INFO O| Aug 05 16:41:12.388 INFO STEP 1043 (remove_files) COMPLETE |
6980 | 2024-08-05T16:41:13.935Z | [ recovery-image] Aug 05 16:41:12.388 INFO O| Aug 05 16:41:12.388 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2024-08-05T16:41:13.946Z | [ recovery-image] Aug 05 16:41:12.399 INFO O| Aug 05 16:41:12.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
6982 | 2024-08-05T16:41:13.946Z | [ recovery-image] Aug 05 16:41:12.399 INFO O| Aug 05 16:41:12.399 INFO STEP 1044 (remove_files) COMPLETE |
6983 | 2024-08-05T16:41:13.949Z | [ recovery-image] Aug 05 16:41:12.399 INFO O| Aug 05 16:41:12.399 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2024-08-05T16:41:13.957Z | [ recovery-image] Aug 05 16:41:12.410 INFO O| Aug 05 16:41:12.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
6985 | 2024-08-05T16:41:13.959Z | [ recovery-image] Aug 05 16:41:12.410 INFO O| Aug 05 16:41:12.410 INFO STEP 1045 (remove_files) COMPLETE |
6986 | 2024-08-05T16:41:13.960Z | [ recovery-image] Aug 05 16:41:12.410 INFO O| Aug 05 16:41:12.410 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6987 | 2024-08-05T16:41:13.969Z | [ recovery-image] Aug 05 16:41:12.422 INFO O| Aug 05 16:41:12.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
6988 | 2024-08-05T16:41:13.969Z | [ recovery-image] Aug 05 16:41:12.422 INFO O| Aug 05 16:41:12.422 INFO STEP 1046 (remove_files) COMPLETE |
6989 | 2024-08-05T16:41:13.972Z | [ recovery-image] Aug 05 16:41:12.422 INFO O| Aug 05 16:41:12.422 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2024-08-05T16:41:13.981Z | [ recovery-image] Aug 05 16:41:12.434 INFO O| Aug 05 16:41:12.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
6991 | 2024-08-05T16:41:13.981Z | [ recovery-image] Aug 05 16:41:12.435 INFO O| Aug 05 16:41:12.435 INFO STEP 1047 (remove_files) COMPLETE |
6992 | 2024-08-05T16:41:13.981Z | [ recovery-image] Aug 05 16:41:12.435 INFO O| Aug 05 16:41:12.435 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2024-08-05T16:41:13.993Z | [ recovery-image] Aug 05 16:41:12.447 INFO O| Aug 05 16:41:12.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
6994 | 2024-08-05T16:41:13.996Z | [ recovery-image] Aug 05 16:41:12.447 INFO O| Aug 05 16:41:12.447 INFO STEP 1048 (remove_files) COMPLETE |
6995 | 2024-08-05T16:41:13.996Z | [ recovery-image] Aug 05 16:41:12.447 INFO O| Aug 05 16:41:12.447 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2024-08-05T16:41:14.005Z | [ recovery-image] Aug 05 16:41:12.458 INFO O| Aug 05 16:41:12.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
6997 | 2024-08-05T16:41:14.005Z | [ recovery-image] Aug 05 16:41:12.459 INFO O| Aug 05 16:41:12.458 INFO STEP 1049 (remove_files) COMPLETE |
6998 | 2024-08-05T16:41:14.008Z | [ recovery-image] Aug 05 16:41:12.459 INFO O| Aug 05 16:41:12.459 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-08-05T16:41:14.017Z | [ recovery-image] Aug 05 16:41:12.470 INFO O| Aug 05 16:41:12.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7000 | 2024-08-05T16:41:14.017Z | [ recovery-image] Aug 05 16:41:12.470 INFO O| Aug 05 16:41:12.470 INFO STEP 1050 (remove_files) COMPLETE |
7001 | 2024-08-05T16:41:14.020Z | [ recovery-image] Aug 05 16:41:12.470 INFO O| Aug 05 16:41:12.470 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2024-08-05T16:41:14.029Z | [ recovery-image] Aug 05 16:41:12.483 INFO O| Aug 05 16:41:12.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7003 | 2024-08-05T16:41:14.029Z | [ recovery-image] Aug 05 16:41:12.483 INFO O| Aug 05 16:41:12.483 INFO STEP 1051 (remove_files) COMPLETE |
7004 | 2024-08-05T16:41:14.032Z | [ recovery-image] Aug 05 16:41:12.483 INFO O| Aug 05 16:41:12.483 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2024-08-05T16:41:14.042Z | [ recovery-image] Aug 05 16:41:12.495 INFO O| Aug 05 16:41:12.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7006 | 2024-08-05T16:41:14.042Z | [ recovery-image] Aug 05 16:41:12.495 INFO O| Aug 05 16:41:12.495 INFO STEP 1052 (remove_files) COMPLETE |
7007 | 2024-08-05T16:41:14.042Z | [ recovery-image] Aug 05 16:41:12.495 INFO O| Aug 05 16:41:12.495 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2024-08-05T16:41:14.056Z | [ recovery-image] Aug 05 16:41:12.509 INFO O| Aug 05 16:41:12.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7009 | 2024-08-05T16:41:14.056Z | [ recovery-image] Aug 05 16:41:12.509 INFO O| Aug 05 16:41:12.509 INFO STEP 1053 (remove_files) COMPLETE |
7010 | 2024-08-05T16:41:14.056Z | [ recovery-image] Aug 05 16:41:12.509 INFO O| Aug 05 16:41:12.509 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-08-05T16:41:14.068Z | [ recovery-image] Aug 05 16:41:12.522 INFO O| Aug 05 16:41:12.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7012 | 2024-08-05T16:41:14.068Z | [ recovery-image] Aug 05 16:41:12.522 INFO O| Aug 05 16:41:12.522 INFO STEP 1054 (remove_files) COMPLETE |
7013 | 2024-08-05T16:41:14.072Z | [ recovery-image] Aug 05 16:41:12.522 INFO O| Aug 05 16:41:12.522 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-08-05T16:41:14.082Z | [ recovery-image] Aug 05 16:41:12.535 INFO O| Aug 05 16:41:12.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7015 | 2024-08-05T16:41:14.082Z | [ recovery-image] Aug 05 16:41:12.535 INFO O| Aug 05 16:41:12.535 INFO STEP 1055 (remove_files) COMPLETE |
7016 | 2024-08-05T16:41:14.085Z | [ recovery-image] Aug 05 16:41:12.535 INFO O| Aug 05 16:41:12.535 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2024-08-05T16:41:14.094Z | [ recovery-image] Aug 05 16:41:12.547 INFO O| Aug 05 16:41:12.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7018 | 2024-08-05T16:41:14.094Z | [ recovery-image] Aug 05 16:41:12.547 INFO O| Aug 05 16:41:12.547 INFO STEP 1056 (remove_files) COMPLETE |
7019 | 2024-08-05T16:41:14.097Z | [ recovery-image] Aug 05 16:41:12.547 INFO O| Aug 05 16:41:12.547 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-08-05T16:41:14.106Z | [ recovery-image] Aug 05 16:41:12.559 INFO O| Aug 05 16:41:12.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7021 | 2024-08-05T16:41:14.106Z | [ recovery-image] Aug 05 16:41:12.560 INFO O| Aug 05 16:41:12.559 INFO STEP 1057 (remove_files) COMPLETE |
7022 | 2024-08-05T16:41:14.109Z | [ recovery-image] Aug 05 16:41:12.560 INFO O| Aug 05 16:41:12.560 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7023 | 2024-08-05T16:41:14.118Z | [ recovery-image] Aug 05 16:41:12.572 INFO O| Aug 05 16:41:12.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7024 | 2024-08-05T16:41:14.118Z | [ recovery-image] Aug 05 16:41:12.572 INFO O| Aug 05 16:41:12.572 INFO STEP 1058 (remove_files) COMPLETE |
7025 | 2024-08-05T16:41:14.121Z | [ recovery-image] Aug 05 16:41:12.572 INFO O| Aug 05 16:41:12.572 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7026 | 2024-08-05T16:41:14.130Z | [ recovery-image] Aug 05 16:41:12.584 INFO O| Aug 05 16:41:12.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7027 | 2024-08-05T16:41:14.133Z | [ recovery-image] Aug 05 16:41:12.584 INFO O| Aug 05 16:41:12.584 INFO STEP 1059 (remove_files) COMPLETE |
7028 | 2024-08-05T16:41:14.133Z | [ recovery-image] Aug 05 16:41:12.584 INFO O| Aug 05 16:41:12.584 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7029 | 2024-08-05T16:41:14.142Z | [ recovery-image] Aug 05 16:41:12.596 INFO O| Aug 05 16:41:12.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7030 | 2024-08-05T16:41:14.142Z | [ recovery-image] Aug 05 16:41:12.596 INFO O| Aug 05 16:41:12.596 INFO STEP 1060 (remove_files) COMPLETE |
7031 | 2024-08-05T16:41:14.142Z | [ recovery-image] Aug 05 16:41:12.596 INFO O| Aug 05 16:41:12.596 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7032 | 2024-08-05T16:41:14.156Z | [ recovery-image] Aug 05 16:41:12.609 INFO O| Aug 05 16:41:12.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7033 | 2024-08-05T16:41:14.156Z | [ recovery-image] Aug 05 16:41:12.609 INFO O| Aug 05 16:41:12.609 INFO STEP 1061 (remove_files) COMPLETE |
7034 | 2024-08-05T16:41:14.159Z | [ recovery-image] Aug 05 16:41:12.609 INFO O| Aug 05 16:41:12.609 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7035 | 2024-08-05T16:41:14.169Z | [ recovery-image] Aug 05 16:41:12.622 INFO O| Aug 05 16:41:12.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7036 | 2024-08-05T16:41:14.169Z | [ recovery-image] Aug 05 16:41:12.622 INFO O| Aug 05 16:41:12.622 INFO STEP 1062 (remove_files) COMPLETE |
7037 | 2024-08-05T16:41:14.169Z | [ recovery-image] Aug 05 16:41:12.622 INFO O| Aug 05 16:41:12.622 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7038 | 2024-08-05T16:41:14.183Z | [ recovery-image] Aug 05 16:41:12.636 INFO O| Aug 05 16:41:12.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7039 | 2024-08-05T16:41:14.183Z | [ recovery-image] Aug 05 16:41:12.636 INFO O| Aug 05 16:41:12.636 INFO STEP 1063 (remove_files) COMPLETE |
7040 | 2024-08-05T16:41:14.183Z | [ recovery-image] Aug 05 16:41:12.636 INFO O| Aug 05 16:41:12.636 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7041 | 2024-08-05T16:41:14.195Z | [ recovery-image] Aug 05 16:41:12.649 INFO O| Aug 05 16:41:12.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7042 | 2024-08-05T16:41:14.195Z | [ recovery-image] Aug 05 16:41:12.649 INFO O| Aug 05 16:41:12.649 INFO STEP 1064 (remove_files) COMPLETE |
7043 | 2024-08-05T16:41:14.195Z | [ recovery-image] Aug 05 16:41:12.649 INFO O| Aug 05 16:41:12.649 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7044 | 2024-08-05T16:41:14.207Z | [ recovery-image] Aug 05 16:41:12.661 INFO O| Aug 05 16:41:12.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7045 | 2024-08-05T16:41:14.207Z | [ recovery-image] Aug 05 16:41:12.661 INFO O| Aug 05 16:41:12.661 INFO STEP 1065 (remove_files) COMPLETE |
7046 | 2024-08-05T16:41:14.210Z | [ recovery-image] Aug 05 16:41:12.661 INFO O| Aug 05 16:41:12.661 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7047 | 2024-08-05T16:41:14.221Z | [ recovery-image] Aug 05 16:41:12.674 INFO O| Aug 05 16:41:12.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7048 | 2024-08-05T16:41:14.221Z | [ recovery-image] Aug 05 16:41:12.674 INFO O| Aug 05 16:41:12.674 INFO STEP 1066 (remove_files) COMPLETE |
7049 | 2024-08-05T16:41:14.224Z | [ recovery-image] Aug 05 16:41:12.674 INFO O| Aug 05 16:41:12.674 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7050 | 2024-08-05T16:41:14.234Z | [ recovery-image] Aug 05 16:41:12.687 INFO O| Aug 05 16:41:12.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7051 | 2024-08-05T16:41:14.234Z | [ recovery-image] Aug 05 16:41:12.687 INFO O| Aug 05 16:41:12.687 INFO STEP 1067 (remove_files) COMPLETE |
7052 | 2024-08-05T16:41:14.237Z | [ recovery-image] Aug 05 16:41:12.687 INFO O| Aug 05 16:41:12.687 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7053 | 2024-08-05T16:41:14.246Z | [ recovery-image] Aug 05 16:41:12.699 INFO O| Aug 05 16:41:12.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7054 | 2024-08-05T16:41:14.246Z | [ recovery-image] Aug 05 16:41:12.700 INFO O| Aug 05 16:41:12.700 INFO STEP 1068 (remove_files) COMPLETE |
7055 | 2024-08-05T16:41:14.246Z | [ recovery-image] Aug 05 16:41:12.700 INFO O| Aug 05 16:41:12.700 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7056 | 2024-08-05T16:41:14.259Z | [ recovery-image] Aug 05 16:41:12.711 INFO O| Aug 05 16:41:12.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7057 | 2024-08-05T16:41:14.259Z | [ recovery-image] Aug 05 16:41:12.711 INFO O| Aug 05 16:41:12.711 INFO STEP 1069 (remove_files) COMPLETE |
7058 | 2024-08-05T16:41:14.259Z | [ recovery-image] Aug 05 16:41:12.711 INFO O| Aug 05 16:41:12.711 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7059 | 2024-08-05T16:41:14.270Z | [ recovery-image] Aug 05 16:41:12.723 INFO O| Aug 05 16:41:12.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7060 | 2024-08-05T16:41:14.270Z | [ recovery-image] Aug 05 16:41:12.723 INFO O| Aug 05 16:41:12.723 INFO STEP 1070 (remove_files) COMPLETE |
7061 | 2024-08-05T16:41:14.270Z | [ recovery-image] Aug 05 16:41:12.723 INFO O| Aug 05 16:41:12.723 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-08-05T16:41:14.282Z | [ recovery-image] Aug 05 16:41:12.736 INFO O| Aug 05 16:41:12.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7063 | 2024-08-05T16:41:14.282Z | [ recovery-image] Aug 05 16:41:12.736 INFO O| Aug 05 16:41:12.736 INFO STEP 1071 (remove_files) COMPLETE |
7064 | 2024-08-05T16:41:14.285Z | [ recovery-image] Aug 05 16:41:12.736 INFO O| Aug 05 16:41:12.736 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-08-05T16:41:14.296Z | [ recovery-image] Aug 05 16:41:12.749 INFO O| Aug 05 16:41:12.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7066 | 2024-08-05T16:41:14.296Z | [ recovery-image] Aug 05 16:41:12.749 INFO O| Aug 05 16:41:12.749 INFO STEP 1072 (remove_files) COMPLETE |
7067 | 2024-08-05T16:41:14.296Z | [ recovery-image] Aug 05 16:41:12.749 INFO O| Aug 05 16:41:12.749 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-08-05T16:41:14.310Z | [ recovery-image] Aug 05 16:41:12.762 INFO O| Aug 05 16:41:12.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7069 | 2024-08-05T16:41:14.310Z | [ recovery-image] Aug 05 16:41:12.763 INFO O| Aug 05 16:41:12.763 INFO STEP 1073 (remove_files) COMPLETE |
7070 | 2024-08-05T16:41:14.313Z | [ recovery-image] Aug 05 16:41:12.763 INFO O| Aug 05 16:41:12.763 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-08-05T16:41:14.323Z | [ recovery-image] Aug 05 16:41:12.776 INFO O| Aug 05 16:41:12.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7072 | 2024-08-05T16:41:14.323Z | [ recovery-image] Aug 05 16:41:12.776 INFO O| Aug 05 16:41:12.776 INFO STEP 1074 (remove_files) COMPLETE |
7073 | 2024-08-05T16:41:14.323Z | [ recovery-image] Aug 05 16:41:12.776 INFO O| Aug 05 16:41:12.776 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-08-05T16:41:14.336Z | [ recovery-image] Aug 05 16:41:12.789 INFO O| Aug 05 16:41:12.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7075 | 2024-08-05T16:41:14.336Z | [ recovery-image] Aug 05 16:41:12.789 INFO O| Aug 05 16:41:12.789 INFO STEP 1075 (remove_files) COMPLETE |
7076 | 2024-08-05T16:41:14.349Z | [ recovery-image] Aug 05 16:41:12.789 INFO O| Aug 05 16:41:12.789 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-08-05T16:41:14.352Z | [ recovery-image] Aug 05 16:41:12.801 INFO O| Aug 05 16:41:12.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7078 | 2024-08-05T16:41:14.353Z | [ recovery-image] Aug 05 16:41:12.801 INFO O| Aug 05 16:41:12.801 INFO STEP 1076 (remove_files) COMPLETE |
7079 | 2024-08-05T16:41:14.353Z | [ recovery-image] Aug 05 16:41:12.801 INFO O| Aug 05 16:41:12.801 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-08-05T16:41:14.360Z | [ recovery-image] Aug 05 16:41:12.814 INFO O| Aug 05 16:41:12.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7081 | 2024-08-05T16:41:14.360Z | [ recovery-image] Aug 05 16:41:12.814 INFO O| Aug 05 16:41:12.814 INFO STEP 1077 (remove_files) COMPLETE |
7082 | 2024-08-05T16:41:14.363Z | [ recovery-image] Aug 05 16:41:12.814 INFO O| Aug 05 16:41:12.814 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-08-05T16:41:14.373Z | [ recovery-image] Aug 05 16:41:12.826 INFO O| Aug 05 16:41:12.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7084 | 2024-08-05T16:41:14.373Z | [ recovery-image] Aug 05 16:41:12.826 INFO O| Aug 05 16:41:12.826 INFO STEP 1078 (remove_files) COMPLETE |
7085 | 2024-08-05T16:41:14.376Z | [ recovery-image] Aug 05 16:41:12.826 INFO O| Aug 05 16:41:12.826 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2024-08-05T16:41:14.385Z | [ recovery-image] Aug 05 16:41:12.838 INFO O| Aug 05 16:41:12.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7087 | 2024-08-05T16:41:14.388Z | [ recovery-image] Aug 05 16:41:12.838 INFO O| Aug 05 16:41:12.838 INFO STEP 1079 (remove_files) COMPLETE |
7088 | 2024-08-05T16:41:14.388Z | [ recovery-image] Aug 05 16:41:12.838 INFO O| Aug 05 16:41:12.838 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2024-08-05T16:41:14.396Z | [ recovery-image] Aug 05 16:41:12.849 INFO O| Aug 05 16:41:12.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7090 | 2024-08-05T16:41:14.399Z | [ recovery-image] Aug 05 16:41:12.849 INFO O| Aug 05 16:41:12.849 INFO STEP 1080 (remove_files) COMPLETE |
7091 | 2024-08-05T16:41:14.399Z | [ recovery-image] Aug 05 16:41:12.849 INFO O| Aug 05 16:41:12.849 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2024-08-05T16:41:14.407Z | [ recovery-image] Aug 05 16:41:12.860 INFO O| Aug 05 16:41:12.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7093 | 2024-08-05T16:41:14.407Z | [ recovery-image] Aug 05 16:41:12.861 INFO O| Aug 05 16:41:12.860 INFO STEP 1081 (remove_files) COMPLETE |
7094 | 2024-08-05T16:41:14.407Z | [ recovery-image] Aug 05 16:41:12.861 INFO O| Aug 05 16:41:12.860 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2024-08-05T16:41:14.421Z | [ recovery-image] Aug 05 16:41:12.872 INFO O| Aug 05 16:41:12.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7096 | 2024-08-05T16:41:14.421Z | [ recovery-image] Aug 05 16:41:12.872 INFO O| Aug 05 16:41:12.872 INFO STEP 1082 (remove_files) COMPLETE |
7097 | 2024-08-05T16:41:14.425Z | [ recovery-image] Aug 05 16:41:12.872 INFO O| Aug 05 16:41:12.872 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2024-08-05T16:41:14.434Z | [ recovery-image] Aug 05 16:41:12.884 INFO O| Aug 05 16:41:12.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7099 | 2024-08-05T16:41:14.434Z | [ recovery-image] Aug 05 16:41:12.884 INFO O| Aug 05 16:41:12.884 INFO STEP 1083 (remove_files) COMPLETE |
7100 | 2024-08-05T16:41:14.434Z | [ recovery-image] Aug 05 16:41:12.884 INFO O| Aug 05 16:41:12.884 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-08-05T16:41:14.443Z | [ recovery-image] Aug 05 16:41:12.896 INFO O| Aug 05 16:41:12.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7102 | 2024-08-05T16:41:14.443Z | [ recovery-image] Aug 05 16:41:12.896 INFO O| Aug 05 16:41:12.896 INFO STEP 1084 (remove_files) COMPLETE |
7103 | 2024-08-05T16:41:14.446Z | [ recovery-image] Aug 05 16:41:12.896 INFO O| Aug 05 16:41:12.896 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-08-05T16:41:14.455Z | [ recovery-image] Aug 05 16:41:12.908 INFO O| Aug 05 16:41:12.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7105 | 2024-08-05T16:41:14.455Z | [ recovery-image] Aug 05 16:41:12.908 INFO O| Aug 05 16:41:12.908 INFO STEP 1085 (remove_files) COMPLETE |
7106 | 2024-08-05T16:41:14.459Z | [ recovery-image] Aug 05 16:41:12.909 INFO O| Aug 05 16:41:12.908 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-08-05T16:41:14.467Z | [ recovery-image] Aug 05 16:41:12.920 INFO O| Aug 05 16:41:12.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7108 | 2024-08-05T16:41:14.467Z | [ recovery-image] Aug 05 16:41:12.920 INFO O| Aug 05 16:41:12.920 INFO STEP 1086 (remove_files) COMPLETE |
7109 | 2024-08-05T16:41:14.470Z | [ recovery-image] Aug 05 16:41:12.920 INFO O| Aug 05 16:41:12.920 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-08-05T16:41:14.477Z | [ recovery-image] Aug 05 16:41:12.931 INFO O| Aug 05 16:41:12.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7111 | 2024-08-05T16:41:14.481Z | [ recovery-image] Aug 05 16:41:12.931 INFO O| Aug 05 16:41:12.931 INFO STEP 1087 (remove_files) COMPLETE |
7112 | 2024-08-05T16:41:14.481Z | [ recovery-image] Aug 05 16:41:12.931 INFO O| Aug 05 16:41:12.931 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-08-05T16:41:14.489Z | [ recovery-image] Aug 05 16:41:12.942 INFO O| Aug 05 16:41:12.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7114 | 2024-08-05T16:41:14.492Z | [ recovery-image] Aug 05 16:41:12.942 INFO O| Aug 05 16:41:12.942 INFO STEP 1088 (remove_files) COMPLETE |
7115 | 2024-08-05T16:41:14.492Z | [ recovery-image] Aug 05 16:41:12.942 INFO O| Aug 05 16:41:12.942 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-08-05T16:41:14.499Z | [ recovery-image] Aug 05 16:41:12.953 INFO O| Aug 05 16:41:12.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7117 | 2024-08-05T16:41:14.499Z | [ recovery-image] Aug 05 16:41:12.953 INFO O| Aug 05 16:41:12.953 INFO STEP 1089 (remove_files) COMPLETE |
7118 | 2024-08-05T16:41:14.502Z | [ recovery-image] Aug 05 16:41:12.953 INFO O| Aug 05 16:41:12.953 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-08-05T16:41:14.510Z | [ recovery-image] Aug 05 16:41:12.963 INFO O| Aug 05 16:41:12.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7120 | 2024-08-05T16:41:14.510Z | [ recovery-image] Aug 05 16:41:12.963 INFO O| Aug 05 16:41:12.963 INFO STEP 1090 (remove_files) COMPLETE |
7121 | 2024-08-05T16:41:14.510Z | [ recovery-image] Aug 05 16:41:12.963 INFO O| Aug 05 16:41:12.963 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-08-05T16:41:14.520Z | [ recovery-image] Aug 05 16:41:12.974 INFO O| Aug 05 16:41:12.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7123 | 2024-08-05T16:41:14.520Z | [ recovery-image] Aug 05 16:41:12.974 INFO O| Aug 05 16:41:12.974 INFO STEP 1091 (remove_files) COMPLETE |
7124 | 2024-08-05T16:41:14.520Z | [ recovery-image] Aug 05 16:41:12.974 INFO O| Aug 05 16:41:12.974 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-08-05T16:41:14.531Z | [ recovery-image] Aug 05 16:41:12.984 INFO O| Aug 05 16:41:12.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7126 | 2024-08-05T16:41:14.531Z | [ recovery-image] Aug 05 16:41:12.984 INFO O| Aug 05 16:41:12.984 INFO STEP 1092 (remove_files) COMPLETE |
7127 | 2024-08-05T16:41:14.531Z | [ recovery-image] Aug 05 16:41:12.984 INFO O| Aug 05 16:41:12.984 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-08-05T16:41:14.542Z | [ recovery-image] Aug 05 16:41:12.995 INFO O| Aug 05 16:41:12.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7129 | 2024-08-05T16:41:14.542Z | [ recovery-image] Aug 05 16:41:12.995 INFO O| Aug 05 16:41:12.995 INFO STEP 1093 (remove_files) COMPLETE |
7130 | 2024-08-05T16:41:14.542Z | [ recovery-image] Aug 05 16:41:12.995 INFO O| Aug 05 16:41:12.995 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-08-05T16:41:14.553Z | [ recovery-image] Aug 05 16:41:13.006 INFO O| Aug 05 16:41:13.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7132 | 2024-08-05T16:41:14.556Z | [ recovery-image] Aug 05 16:41:13.006 INFO O| Aug 05 16:41:13.006 INFO STEP 1094 (remove_files) COMPLETE |
7133 | 2024-08-05T16:41:14.556Z | [ recovery-image] Aug 05 16:41:13.006 INFO O| Aug 05 16:41:13.006 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-08-05T16:41:14.564Z | [ recovery-image] Aug 05 16:41:13.017 INFO O| Aug 05 16:41:13.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7135 | 2024-08-05T16:41:14.564Z | [ recovery-image] Aug 05 16:41:13.017 INFO O| Aug 05 16:41:13.017 INFO STEP 1095 (remove_files) COMPLETE |
7136 | 2024-08-05T16:41:14.564Z | [ recovery-image] Aug 05 16:41:13.018 INFO O| Aug 05 16:41:13.017 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-08-05T16:41:14.575Z | [ recovery-image] Aug 05 16:41:13.028 INFO O| Aug 05 16:41:13.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7138 | 2024-08-05T16:41:14.575Z | [ recovery-image] Aug 05 16:41:13.028 INFO O| Aug 05 16:41:13.028 INFO STEP 1096 (remove_files) COMPLETE |
7139 | 2024-08-05T16:41:14.577Z | [ recovery-image] Aug 05 16:41:13.028 INFO O| Aug 05 16:41:13.028 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-08-05T16:41:14.585Z | [ recovery-image] Aug 05 16:41:13.038 INFO O| Aug 05 16:41:13.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7141 | 2024-08-05T16:41:14.585Z | [ recovery-image] Aug 05 16:41:13.038 INFO O| Aug 05 16:41:13.038 INFO STEP 1097 (remove_files) COMPLETE |
7142 | 2024-08-05T16:41:14.588Z | [ recovery-image] Aug 05 16:41:13.038 INFO O| Aug 05 16:41:13.038 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-08-05T16:41:14.596Z | [ recovery-image] Aug 05 16:41:13.049 INFO O| Aug 05 16:41:13.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7144 | 2024-08-05T16:41:14.596Z | [ recovery-image] Aug 05 16:41:13.049 INFO O| Aug 05 16:41:13.049 INFO STEP 1098 (remove_files) COMPLETE |
7145 | 2024-08-05T16:41:14.599Z | [ recovery-image] Aug 05 16:41:13.049 INFO O| Aug 05 16:41:13.049 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-08-05T16:41:14.606Z | [ recovery-image] Aug 05 16:41:13.059 INFO O| Aug 05 16:41:13.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7147 | 2024-08-05T16:41:14.609Z | [ recovery-image] Aug 05 16:41:13.059 INFO O| Aug 05 16:41:13.059 INFO STEP 1099 (remove_files) COMPLETE |
7148 | 2024-08-05T16:41:14.609Z | [ recovery-image] Aug 05 16:41:13.059 INFO O| Aug 05 16:41:13.059 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-08-05T16:41:14.616Z | [ recovery-image] Aug 05 16:41:13.069 INFO O| Aug 05 16:41:13.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7150 | 2024-08-05T16:41:14.619Z | [ recovery-image] Aug 05 16:41:13.070 INFO O| Aug 05 16:41:13.070 INFO STEP 1100 (remove_files) COMPLETE |
7151 | 2024-08-05T16:41:14.619Z | [ recovery-image] Aug 05 16:41:13.070 INFO O| Aug 05 16:41:13.070 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-08-05T16:41:14.627Z | [ recovery-image] Aug 05 16:41:13.080 INFO O| Aug 05 16:41:13.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7153 | 2024-08-05T16:41:14.630Z | [ recovery-image] Aug 05 16:41:13.080 INFO O| Aug 05 16:41:13.080 INFO STEP 1101 (remove_files) COMPLETE |
7154 | 2024-08-05T16:41:14.630Z | [ recovery-image] Aug 05 16:41:13.080 INFO O| Aug 05 16:41:13.080 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-08-05T16:41:14.638Z | [ recovery-image] Aug 05 16:41:13.091 INFO O| Aug 05 16:41:13.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7156 | 2024-08-05T16:41:14.638Z | [ recovery-image] Aug 05 16:41:13.091 INFO O| Aug 05 16:41:13.091 INFO STEP 1102 (remove_files) COMPLETE |
7157 | 2024-08-05T16:41:14.638Z | [ recovery-image] Aug 05 16:41:13.091 INFO O| Aug 05 16:41:13.091 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-08-05T16:41:14.648Z | [ recovery-image] Aug 05 16:41:13.101 INFO O| Aug 05 16:41:13.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7159 | 2024-08-05T16:41:14.648Z | [ recovery-image] Aug 05 16:41:13.101 INFO O| Aug 05 16:41:13.101 INFO STEP 1103 (remove_files) COMPLETE |
7160 | 2024-08-05T16:41:14.648Z | [ recovery-image] Aug 05 16:41:13.101 INFO O| Aug 05 16:41:13.101 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-08-05T16:41:14.658Z | [ recovery-image] Aug 05 16:41:13.112 INFO O| Aug 05 16:41:13.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7162 | 2024-08-05T16:41:14.658Z | [ recovery-image] Aug 05 16:41:13.112 INFO O| Aug 05 16:41:13.112 INFO STEP 1104 (remove_files) COMPLETE |
7163 | 2024-08-05T16:41:14.662Z | [ recovery-image] Aug 05 16:41:13.112 INFO O| Aug 05 16:41:13.112 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-08-05T16:41:14.669Z | [ recovery-image] Aug 05 16:41:13.122 INFO O| Aug 05 16:41:13.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7165 | 2024-08-05T16:41:14.672Z | [ recovery-image] Aug 05 16:41:13.122 INFO O| Aug 05 16:41:13.122 INFO STEP 1105 (remove_files) COMPLETE |
7166 | 2024-08-05T16:41:14.672Z | [ recovery-image] Aug 05 16:41:13.122 INFO O| Aug 05 16:41:13.122 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-08-05T16:41:14.679Z | [ recovery-image] Aug 05 16:41:13.132 INFO O| Aug 05 16:41:13.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7168 | 2024-08-05T16:41:14.679Z | [ recovery-image] Aug 05 16:41:13.132 INFO O| Aug 05 16:41:13.132 INFO STEP 1106 (remove_files) COMPLETE |
7169 | 2024-08-05T16:41:14.682Z | [ recovery-image] Aug 05 16:41:13.133 INFO O| Aug 05 16:41:13.132 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-08-05T16:41:14.689Z | [ recovery-image] Aug 05 16:41:13.143 INFO O| Aug 05 16:41:13.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7171 | 2024-08-05T16:41:14.690Z | [ recovery-image] Aug 05 16:41:13.143 INFO O| Aug 05 16:41:13.143 INFO STEP 1107 (remove_files) COMPLETE |
7172 | 2024-08-05T16:41:14.690Z | [ recovery-image] Aug 05 16:41:13.143 INFO O| Aug 05 16:41:13.143 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-08-05T16:41:14.700Z | [ recovery-image] Aug 05 16:41:13.153 INFO O| Aug 05 16:41:13.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7174 | 2024-08-05T16:41:14.700Z | [ recovery-image] Aug 05 16:41:13.153 INFO O| Aug 05 16:41:13.153 INFO STEP 1108 (remove_files) COMPLETE |
7175 | 2024-08-05T16:41:14.702Z | [ recovery-image] Aug 05 16:41:13.153 INFO O| Aug 05 16:41:13.153 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-08-05T16:41:14.710Z | [ recovery-image] Aug 05 16:41:13.163 INFO O| Aug 05 16:41:13.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7177 | 2024-08-05T16:41:14.713Z | [ recovery-image] Aug 05 16:41:13.163 INFO O| Aug 05 16:41:13.163 INFO STEP 1109 (remove_files) COMPLETE |
7178 | 2024-08-05T16:41:14.713Z | [ recovery-image] Aug 05 16:41:13.163 INFO O| Aug 05 16:41:13.163 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-08-05T16:41:14.720Z | [ recovery-image] Aug 05 16:41:13.174 INFO O| Aug 05 16:41:13.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7180 | 2024-08-05T16:41:14.723Z | [ recovery-image] Aug 05 16:41:13.174 INFO O| Aug 05 16:41:13.174 INFO STEP 1110 (remove_files) COMPLETE |
7181 | 2024-08-05T16:41:14.723Z | [ recovery-image] Aug 05 16:41:13.174 INFO O| Aug 05 16:41:13.174 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-08-05T16:41:14.731Z | [ recovery-image] Aug 05 16:41:13.184 INFO O| Aug 05 16:41:13.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7183 | 2024-08-05T16:41:14.731Z | [ recovery-image] Aug 05 16:41:13.184 INFO O| Aug 05 16:41:13.184 INFO STEP 1111 (remove_files) COMPLETE |
7184 | 2024-08-05T16:41:14.731Z | [ recovery-image] Aug 05 16:41:13.184 INFO O| Aug 05 16:41:13.184 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-08-05T16:41:14.741Z | [ recovery-image] Aug 05 16:41:13.194 INFO O| Aug 05 16:41:13.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7186 | 2024-08-05T16:41:14.741Z | [ recovery-image] Aug 05 16:41:13.194 INFO O| Aug 05 16:41:13.194 INFO STEP 1112 (remove_files) COMPLETE |
7187 | 2024-08-05T16:41:14.741Z | [ recovery-image] Aug 05 16:41:13.194 INFO O| Aug 05 16:41:13.194 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-08-05T16:41:14.751Z | [ recovery-image] Aug 05 16:41:13.204 INFO O| Aug 05 16:41:13.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7189 | 2024-08-05T16:41:14.751Z | [ recovery-image] Aug 05 16:41:13.204 INFO O| Aug 05 16:41:13.204 INFO STEP 1113 (remove_files) COMPLETE |
7190 | 2024-08-05T16:41:14.754Z | [ recovery-image] Aug 05 16:41:13.204 INFO O| Aug 05 16:41:13.204 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-08-05T16:41:14.762Z | [ recovery-image] Aug 05 16:41:13.215 INFO O| Aug 05 16:41:13.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7192 | 2024-08-05T16:41:14.762Z | [ recovery-image] Aug 05 16:41:13.215 INFO O| Aug 05 16:41:13.215 INFO STEP 1114 (remove_files) COMPLETE |
7193 | 2024-08-05T16:41:14.765Z | [ recovery-image] Aug 05 16:41:13.215 INFO O| Aug 05 16:41:13.215 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2024-08-05T16:41:14.773Z | [ recovery-image] Aug 05 16:41:13.226 INFO O| Aug 05 16:41:13.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7195 | 2024-08-05T16:41:14.773Z | [ recovery-image] Aug 05 16:41:13.226 INFO O| Aug 05 16:41:13.226 INFO STEP 1115 (remove_files) COMPLETE |
7196 | 2024-08-05T16:41:14.776Z | [ recovery-image] Aug 05 16:41:13.226 INFO O| Aug 05 16:41:13.226 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-08-05T16:41:14.786Z | [ recovery-image] Aug 05 16:41:13.239 INFO O| Aug 05 16:41:13.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7198 | 2024-08-05T16:41:14.786Z | [ recovery-image] Aug 05 16:41:13.239 INFO O| Aug 05 16:41:13.239 INFO STEP 1116 (remove_files) COMPLETE |
7199 | 2024-08-05T16:41:14.786Z | [ recovery-image] Aug 05 16:41:13.239 INFO O| Aug 05 16:41:13.239 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-08-05T16:41:14.797Z | [ recovery-image] Aug 05 16:41:13.250 INFO O| Aug 05 16:41:13.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7201 | 2024-08-05T16:41:14.797Z | [ recovery-image] Aug 05 16:41:13.250 INFO O| Aug 05 16:41:13.250 INFO STEP 1117 (remove_files) COMPLETE |
7202 | 2024-08-05T16:41:14.797Z | [ recovery-image] Aug 05 16:41:13.250 INFO O| Aug 05 16:41:13.250 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-08-05T16:41:14.808Z | [ recovery-image] Aug 05 16:41:13.262 INFO O| Aug 05 16:41:13.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7204 | 2024-08-05T16:41:14.809Z | [ recovery-image] Aug 05 16:41:13.262 INFO O| Aug 05 16:41:13.262 INFO STEP 1118 (remove_files) COMPLETE |
7205 | 2024-08-05T16:41:14.809Z | [ recovery-image] Aug 05 16:41:13.262 INFO O| Aug 05 16:41:13.262 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-08-05T16:41:14.821Z | [ recovery-image] Aug 05 16:41:13.274 INFO O| Aug 05 16:41:13.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7207 | 2024-08-05T16:41:14.824Z | [ recovery-image] Aug 05 16:41:13.275 INFO O| Aug 05 16:41:13.275 INFO STEP 1119 (remove_files) COMPLETE |
7208 | 2024-08-05T16:41:14.824Z | [ recovery-image] Aug 05 16:41:13.275 INFO O| Aug 05 16:41:13.275 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-08-05T16:41:14.834Z | [ recovery-image] Aug 05 16:41:13.287 INFO O| Aug 05 16:41:13.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7210 | 2024-08-05T16:41:14.834Z | [ recovery-image] Aug 05 16:41:13.287 INFO O| Aug 05 16:41:13.287 INFO STEP 1120 (remove_files) COMPLETE |
7211 | 2024-08-05T16:41:14.836Z | [ recovery-image] Aug 05 16:41:13.287 INFO O| Aug 05 16:41:13.287 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-08-05T16:41:14.846Z | [ recovery-image] Aug 05 16:41:13.299 INFO O| Aug 05 16:41:13.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7213 | 2024-08-05T16:41:14.850Z | [ recovery-image] Aug 05 16:41:13.300 INFO O| Aug 05 16:41:13.299 INFO STEP 1121 (remove_files) COMPLETE |
7214 | 2024-08-05T16:41:14.850Z | [ recovery-image] Aug 05 16:41:13.300 INFO O| Aug 05 16:41:13.300 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-08-05T16:41:14.860Z | [ recovery-image] Aug 05 16:41:13.313 INFO O| Aug 05 16:41:13.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7216 | 2024-08-05T16:41:14.860Z | [ recovery-image] Aug 05 16:41:13.313 INFO O| Aug 05 16:41:13.313 INFO STEP 1122 (remove_files) COMPLETE |
7217 | 2024-08-05T16:41:14.860Z | [ recovery-image] Aug 05 16:41:13.313 INFO O| Aug 05 16:41:13.313 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2024-08-05T16:41:14.873Z | [ recovery-image] Aug 05 16:41:13.326 INFO O| Aug 05 16:41:13.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7219 | 2024-08-05T16:41:14.876Z | [ recovery-image] Aug 05 16:41:13.326 INFO O| Aug 05 16:41:13.326 INFO STEP 1123 (remove_files) COMPLETE |
7220 | 2024-08-05T16:41:14.876Z | [ recovery-image] Aug 05 16:41:13.326 INFO O| Aug 05 16:41:13.326 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2024-08-05T16:41:14.888Z | [ recovery-image] Aug 05 16:41:13.341 INFO O| Aug 05 16:41:13.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7222 | 2024-08-05T16:41:14.888Z | [ recovery-image] Aug 05 16:41:13.341 INFO O| Aug 05 16:41:13.341 INFO STEP 1124 (remove_files) COMPLETE |
7223 | 2024-08-05T16:41:14.888Z | [ recovery-image] Aug 05 16:41:13.341 INFO O| Aug 05 16:41:13.341 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-08-05T16:41:14.900Z | [ recovery-image] Aug 05 16:41:13.353 INFO O| Aug 05 16:41:13.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7225 | 2024-08-05T16:41:14.900Z | [ recovery-image] Aug 05 16:41:13.353 INFO O| Aug 05 16:41:13.353 INFO STEP 1125 (remove_files) COMPLETE |
7226 | 2024-08-05T16:41:14.900Z | [ recovery-image] Aug 05 16:41:13.353 INFO O| Aug 05 16:41:13.353 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2024-08-05T16:41:14.913Z | [ recovery-image] Aug 05 16:41:13.366 INFO O| Aug 05 16:41:13.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7228 | 2024-08-05T16:41:14.913Z | [ recovery-image] Aug 05 16:41:13.367 INFO O| Aug 05 16:41:13.366 INFO STEP 1126 (remove_files) COMPLETE |
7229 | 2024-08-05T16:41:14.913Z | [ recovery-image] Aug 05 16:41:13.367 INFO O| Aug 05 16:41:13.366 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-08-05T16:41:14.926Z | [ recovery-image] Aug 05 16:41:13.379 INFO O| Aug 05 16:41:13.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7231 | 2024-08-05T16:41:14.929Z | [ recovery-image] Aug 05 16:41:13.380 INFO O| Aug 05 16:41:13.379 INFO STEP 1127 (remove_files) COMPLETE |
7232 | 2024-08-05T16:41:14.929Z | [ recovery-image] Aug 05 16:41:13.380 INFO O| Aug 05 16:41:13.379 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-08-05T16:41:14.938Z | [ recovery-image] Aug 05 16:41:13.391 INFO O| Aug 05 16:41:13.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7234 | 2024-08-05T16:41:14.938Z | [ recovery-image] Aug 05 16:41:13.391 INFO O| Aug 05 16:41:13.391 INFO STEP 1128 (remove_files) COMPLETE |
7235 | 2024-08-05T16:41:14.938Z | [ recovery-image] Aug 05 16:41:13.391 INFO O| Aug 05 16:41:13.391 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-08-05T16:41:14.949Z | [ recovery-image] Aug 05 16:41:13.402 INFO O| Aug 05 16:41:13.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7237 | 2024-08-05T16:41:14.949Z | [ recovery-image] Aug 05 16:41:13.403 INFO O| Aug 05 16:41:13.403 INFO STEP 1129 (remove_files) COMPLETE |
7238 | 2024-08-05T16:41:14.949Z | [ recovery-image] Aug 05 16:41:13.403 INFO O| Aug 05 16:41:13.403 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-08-05T16:41:14.961Z | [ recovery-image] Aug 05 16:41:13.414 INFO O| Aug 05 16:41:13.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7240 | 2024-08-05T16:41:14.961Z | [ recovery-image] Aug 05 16:41:13.414 INFO O| Aug 05 16:41:13.414 INFO STEP 1130 (remove_files) COMPLETE |
7241 | 2024-08-05T16:41:14.964Z | [ recovery-image] Aug 05 16:41:13.414 INFO O| Aug 05 16:41:13.414 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2024-08-05T16:41:14.973Z | [ recovery-image] Aug 05 16:41:13.426 INFO O| Aug 05 16:41:13.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7243 | 2024-08-05T16:41:14.976Z | [ recovery-image] Aug 05 16:41:13.426 INFO O| Aug 05 16:41:13.426 INFO STEP 1131 (remove_files) COMPLETE |
7244 | 2024-08-05T16:41:14.976Z | [ recovery-image] Aug 05 16:41:13.426 INFO O| Aug 05 16:41:13.426 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2024-08-05T16:41:14.985Z | [ recovery-image] Aug 05 16:41:13.438 INFO O| Aug 05 16:41:13.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7246 | 2024-08-05T16:41:14.988Z | [ recovery-image] Aug 05 16:41:13.438 INFO O| Aug 05 16:41:13.438 INFO STEP 1132 (remove_files) COMPLETE |
7247 | 2024-08-05T16:41:14.988Z | [ recovery-image] Aug 05 16:41:13.438 INFO O| Aug 05 16:41:13.438 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2024-08-05T16:41:14.996Z | [ recovery-image] Aug 05 16:41:13.450 INFO O| Aug 05 16:41:13.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7249 | 2024-08-05T16:41:14.996Z | [ recovery-image] Aug 05 16:41:13.450 INFO O| Aug 05 16:41:13.450 INFO STEP 1133 (remove_files) COMPLETE |
7250 | 2024-08-05T16:41:14.996Z | [ recovery-image] Aug 05 16:41:13.450 INFO O| Aug 05 16:41:13.450 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2024-08-05T16:41:15.008Z | [ recovery-image] Aug 05 16:41:13.461 INFO O| Aug 05 16:41:13.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7252 | 2024-08-05T16:41:15.008Z | [ recovery-image] Aug 05 16:41:13.462 INFO O| Aug 05 16:41:13.462 INFO STEP 1134 (remove_files) COMPLETE |
7253 | 2024-08-05T16:41:15.009Z | [ recovery-image] Aug 05 16:41:13.462 INFO O| Aug 05 16:41:13.462 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-08-05T16:41:15.020Z | [ recovery-image] Aug 05 16:41:13.473 INFO O| Aug 05 16:41:13.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7255 | 2024-08-05T16:41:15.020Z | [ recovery-image] Aug 05 16:41:13.473 INFO O| Aug 05 16:41:13.473 INFO STEP 1135 (remove_files) COMPLETE |
7256 | 2024-08-05T16:41:15.020Z | [ recovery-image] Aug 05 16:41:13.473 INFO O| Aug 05 16:41:13.473 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-08-05T16:41:15.031Z | [ recovery-image] Aug 05 16:41:13.484 INFO O| Aug 05 16:41:13.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7258 | 2024-08-05T16:41:15.031Z | [ recovery-image] Aug 05 16:41:13.484 INFO O| Aug 05 16:41:13.484 INFO STEP 1136 (remove_files) COMPLETE |
7259 | 2024-08-05T16:41:15.031Z | [ recovery-image] Aug 05 16:41:13.484 INFO O| Aug 05 16:41:13.484 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-08-05T16:41:15.034Z | [ host-image] Aug 05 16:41:13.486 INFO O| Aug 05 16:41:13.486 INFO O| Done |
7261 | 2024-08-05T16:41:15.043Z | [ recovery-image] Aug 05 16:41:13.496 INFO O| Aug 05 16:41:13.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7262 | 2024-08-05T16:41:15.043Z | [ recovery-image] Aug 05 16:41:13.496 INFO O| Aug 05 16:41:13.496 INFO STEP 1137 (remove_files) COMPLETE |
7263 | 2024-08-05T16:41:15.046Z | [ recovery-image] Aug 05 16:41:13.497 INFO O| Aug 05 16:41:13.496 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-08-05T16:41:15.055Z | [ recovery-image] Aug 05 16:41:13.509 INFO O| Aug 05 16:41:13.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7265 | 2024-08-05T16:41:15.056Z | [ recovery-image] Aug 05 16:41:13.509 INFO O| Aug 05 16:41:13.509 INFO STEP 1138 (remove_files) COMPLETE |
7266 | 2024-08-05T16:41:15.056Z | [ recovery-image] Aug 05 16:41:13.509 INFO O| Aug 05 16:41:13.509 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-08-05T16:41:15.059Z | [ host-image] Aug 05 16:41:13.512 INFO O| Aug 05 16:41:13.512 INFO O| Done |
7268 | 2024-08-05T16:41:15.068Z | [ recovery-image] Aug 05 16:41:13.521 INFO O| Aug 05 16:41:13.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7269 | 2024-08-05T16:41:15.068Z | [ recovery-image] Aug 05 16:41:13.521 INFO O| Aug 05 16:41:13.521 INFO STEP 1139 (remove_files) COMPLETE |
7270 | 2024-08-05T16:41:15.068Z | [ recovery-image] Aug 05 16:41:13.521 INFO O| Aug 05 16:41:13.521 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-08-05T16:41:15.080Z | [ recovery-image] Aug 05 16:41:13.533 INFO O| Aug 05 16:41:13.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7272 | 2024-08-05T16:41:15.081Z | [ recovery-image] Aug 05 16:41:13.534 INFO O| Aug 05 16:41:13.534 INFO STEP 1140 (remove_files) COMPLETE |
7273 | 2024-08-05T16:41:15.081Z | [ recovery-image] Aug 05 16:41:13.534 INFO O| Aug 05 16:41:13.534 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-08-05T16:41:15.092Z | [ recovery-image] Aug 05 16:41:13.545 INFO O| Aug 05 16:41:13.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7275 | 2024-08-05T16:41:15.092Z | [ recovery-image] Aug 05 16:41:13.546 INFO O| Aug 05 16:41:13.545 INFO STEP 1141 (remove_files) COMPLETE |
7276 | 2024-08-05T16:41:15.095Z | [ recovery-image] Aug 05 16:41:13.546 INFO O| Aug 05 16:41:13.546 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-08-05T16:41:15.104Z | [ recovery-image] Aug 05 16:41:13.557 INFO O| Aug 05 16:41:13.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7278 | 2024-08-05T16:41:15.107Z | [ recovery-image] Aug 05 16:41:13.558 INFO O| Aug 05 16:41:13.558 INFO STEP 1142 (remove_files) COMPLETE |
7279 | 2024-08-05T16:41:15.107Z | [ recovery-image] Aug 05 16:41:13.558 INFO O| Aug 05 16:41:13.558 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-08-05T16:41:15.116Z | [ recovery-image] Aug 05 16:41:13.569 INFO O| Aug 05 16:41:13.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7281 | 2024-08-05T16:41:15.119Z | [ recovery-image] Aug 05 16:41:13.569 INFO O| Aug 05 16:41:13.569 INFO STEP 1143 (remove_files) COMPLETE |
7282 | 2024-08-05T16:41:15.119Z | [ recovery-image] Aug 05 16:41:13.570 INFO O| Aug 05 16:41:13.569 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-08-05T16:41:15.130Z | [ recovery-image] Aug 05 16:41:13.582 INFO O| Aug 05 16:41:13.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7284 | 2024-08-05T16:41:15.130Z | [ recovery-image] Aug 05 16:41:13.582 INFO O| Aug 05 16:41:13.582 INFO STEP 1144 (remove_files) COMPLETE |
7285 | 2024-08-05T16:41:15.130Z | [ recovery-image] Aug 05 16:41:13.582 INFO O| Aug 05 16:41:13.582 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-08-05T16:41:15.141Z | [ recovery-image] Aug 05 16:41:13.593 INFO O| Aug 05 16:41:13.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7287 | 2024-08-05T16:41:15.141Z | [ recovery-image] Aug 05 16:41:13.594 INFO O| Aug 05 16:41:13.594 INFO STEP 1145 (remove_files) COMPLETE |
7288 | 2024-08-05T16:41:15.144Z | [ recovery-image] Aug 05 16:41:13.594 INFO O| Aug 05 16:41:13.594 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-08-05T16:41:15.152Z | [ recovery-image] Aug 05 16:41:13.605 INFO O| Aug 05 16:41:13.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7290 | 2024-08-05T16:41:15.152Z | [ recovery-image] Aug 05 16:41:13.605 INFO O| Aug 05 16:41:13.605 INFO STEP 1146 (remove_files) COMPLETE |
7291 | 2024-08-05T16:41:15.156Z | [ recovery-image] Aug 05 16:41:13.605 INFO O| Aug 05 16:41:13.605 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-08-05T16:41:15.164Z | [ recovery-image] Aug 05 16:41:13.617 INFO O| Aug 05 16:41:13.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7293 | 2024-08-05T16:41:15.164Z | [ recovery-image] Aug 05 16:41:13.617 INFO O| Aug 05 16:41:13.617 INFO STEP 1147 (remove_files) COMPLETE |
7294 | 2024-08-05T16:41:15.164Z | [ recovery-image] Aug 05 16:41:13.617 INFO O| Aug 05 16:41:13.617 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-08-05T16:41:15.175Z | [ recovery-image] Aug 05 16:41:13.628 INFO O| Aug 05 16:41:13.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7296 | 2024-08-05T16:41:15.175Z | [ recovery-image] Aug 05 16:41:13.628 INFO O| Aug 05 16:41:13.628 INFO STEP 1148 (remove_files) COMPLETE |
7297 | 2024-08-05T16:41:15.175Z | [ recovery-image] Aug 05 16:41:13.628 INFO O| Aug 05 16:41:13.628 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-08-05T16:41:15.186Z | [ recovery-image] Aug 05 16:41:13.639 INFO O| Aug 05 16:41:13.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7299 | 2024-08-05T16:41:15.189Z | [ recovery-image] Aug 05 16:41:13.639 INFO O| Aug 05 16:41:13.639 INFO STEP 1149 (remove_files) COMPLETE |
7300 | 2024-08-05T16:41:15.189Z | [ recovery-image] Aug 05 16:41:13.639 INFO O| Aug 05 16:41:13.639 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-08-05T16:41:15.197Z | [ recovery-image] Aug 05 16:41:13.650 INFO O| Aug 05 16:41:13.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7302 | 2024-08-05T16:41:15.197Z | [ recovery-image] Aug 05 16:41:13.650 INFO O| Aug 05 16:41:13.650 INFO STEP 1150 (remove_files) COMPLETE |
7303 | 2024-08-05T16:41:15.200Z | [ recovery-image] Aug 05 16:41:13.650 INFO O| Aug 05 16:41:13.650 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-08-05T16:41:15.208Z | [ recovery-image] Aug 05 16:41:13.661 INFO O| Aug 05 16:41:13.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7305 | 2024-08-05T16:41:15.208Z | [ recovery-image] Aug 05 16:41:13.662 INFO O| Aug 05 16:41:13.661 INFO STEP 1151 (remove_files) COMPLETE |
7306 | 2024-08-05T16:41:15.208Z | [ recovery-image] Aug 05 16:41:13.662 INFO O| Aug 05 16:41:13.661 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-08-05T16:41:15.220Z | [ recovery-image] Aug 05 16:41:13.673 INFO O| Aug 05 16:41:13.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7308 | 2024-08-05T16:41:15.223Z | [ recovery-image] Aug 05 16:41:13.673 INFO O| Aug 05 16:41:13.673 INFO STEP 1152 (remove_files) COMPLETE |
7309 | 2024-08-05T16:41:15.223Z | [ recovery-image] Aug 05 16:41:13.673 INFO O| Aug 05 16:41:13.673 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-08-05T16:41:15.231Z | [ recovery-image] Aug 05 16:41:13.684 INFO O| Aug 05 16:41:13.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7311 | 2024-08-05T16:41:15.231Z | [ recovery-image] Aug 05 16:41:13.684 INFO O| Aug 05 16:41:13.684 INFO STEP 1153 (remove_files) COMPLETE |
7312 | 2024-08-05T16:41:15.234Z | [ recovery-image] Aug 05 16:41:13.684 INFO O| Aug 05 16:41:13.684 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-08-05T16:41:15.241Z | [ recovery-image] Aug 05 16:41:13.694 INFO O| Aug 05 16:41:13.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7314 | 2024-08-05T16:41:15.241Z | [ recovery-image] Aug 05 16:41:13.694 INFO O| Aug 05 16:41:13.694 INFO STEP 1154 (remove_files) COMPLETE |
7315 | 2024-08-05T16:41:15.241Z | [ recovery-image] Aug 05 16:41:13.694 INFO O| Aug 05 16:41:13.694 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-08-05T16:41:15.252Z | [ recovery-image] Aug 05 16:41:13.705 INFO O| Aug 05 16:41:13.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7317 | 2024-08-05T16:41:15.255Z | [ recovery-image] Aug 05 16:41:13.705 INFO O| Aug 05 16:41:13.705 INFO STEP 1155 (remove_files) COMPLETE |
7318 | 2024-08-05T16:41:15.255Z | [ recovery-image] Aug 05 16:41:13.705 INFO O| Aug 05 16:41:13.705 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-08-05T16:41:15.263Z | [ recovery-image] Aug 05 16:41:13.716 INFO O| Aug 05 16:41:13.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7320 | 2024-08-05T16:41:15.267Z | [ recovery-image] Aug 05 16:41:13.716 INFO O| Aug 05 16:41:13.716 INFO STEP 1156 (remove_files) COMPLETE |
7321 | 2024-08-05T16:41:15.267Z | [ recovery-image] Aug 05 16:41:13.716 INFO O| Aug 05 16:41:13.716 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-08-05T16:41:15.273Z | [ recovery-image] Aug 05 16:41:13.726 INFO O| Aug 05 16:41:13.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7323 | 2024-08-05T16:41:15.276Z | [ recovery-image] Aug 05 16:41:13.726 INFO O| Aug 05 16:41:13.726 INFO STEP 1157 (remove_files) COMPLETE |
7324 | 2024-08-05T16:41:15.276Z | [ recovery-image] Aug 05 16:41:13.726 INFO O| Aug 05 16:41:13.726 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-08-05T16:41:15.284Z | [ recovery-image] Aug 05 16:41:13.737 INFO O| Aug 05 16:41:13.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7326 | 2024-08-05T16:41:15.284Z | [ recovery-image] Aug 05 16:41:13.737 INFO O| Aug 05 16:41:13.737 INFO STEP 1158 (remove_files) COMPLETE |
7327 | 2024-08-05T16:41:15.284Z | [ recovery-image] Aug 05 16:41:13.737 INFO O| Aug 05 16:41:13.737 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-08-05T16:41:15.295Z | [ recovery-image] Aug 05 16:41:13.748 INFO O| Aug 05 16:41:13.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7329 | 2024-08-05T16:41:15.295Z | [ recovery-image] Aug 05 16:41:13.748 INFO O| Aug 05 16:41:13.748 INFO STEP 1159 (remove_files) COMPLETE |
7330 | 2024-08-05T16:41:15.298Z | [ recovery-image] Aug 05 16:41:13.748 INFO O| Aug 05 16:41:13.748 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-08-05T16:41:15.307Z | [ recovery-image] Aug 05 16:41:13.760 INFO O| Aug 05 16:41:13.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7332 | 2024-08-05T16:41:15.307Z | [ recovery-image] Aug 05 16:41:13.760 INFO O| Aug 05 16:41:13.760 INFO STEP 1160 (remove_files) COMPLETE |
7333 | 2024-08-05T16:41:15.307Z | [ recovery-image] Aug 05 16:41:13.760 INFO O| Aug 05 16:41:13.760 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-08-05T16:41:15.318Z | [ recovery-image] Aug 05 16:41:13.771 INFO O| Aug 05 16:41:13.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7335 | 2024-08-05T16:41:15.318Z | [ recovery-image] Aug 05 16:41:13.771 INFO O| Aug 05 16:41:13.771 INFO STEP 1161 (remove_files) COMPLETE |
7336 | 2024-08-05T16:41:15.318Z | [ recovery-image] Aug 05 16:41:13.771 INFO O| Aug 05 16:41:13.771 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-08-05T16:41:15.329Z | [ recovery-image] Aug 05 16:41:13.782 INFO O| Aug 05 16:41:13.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7338 | 2024-08-05T16:41:15.329Z | [ recovery-image] Aug 05 16:41:13.782 INFO O| Aug 05 16:41:13.782 INFO STEP 1162 (remove_files) COMPLETE |
7339 | 2024-08-05T16:41:15.332Z | [ recovery-image] Aug 05 16:41:13.782 INFO O| Aug 05 16:41:13.782 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-08-05T16:41:15.340Z | [ recovery-image] Aug 05 16:41:13.793 INFO O| Aug 05 16:41:13.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7341 | 2024-08-05T16:41:15.340Z | [ recovery-image] Aug 05 16:41:13.793 INFO O| Aug 05 16:41:13.793 INFO STEP 1163 (remove_files) COMPLETE |
7342 | 2024-08-05T16:41:15.343Z | [ recovery-image] Aug 05 16:41:13.793 INFO O| Aug 05 16:41:13.793 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-08-05T16:41:15.350Z | [ recovery-image] Aug 05 16:41:13.804 INFO O| Aug 05 16:41:13.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7344 | 2024-08-05T16:41:15.351Z | [ recovery-image] Aug 05 16:41:13.804 INFO O| Aug 05 16:41:13.804 INFO STEP 1164 (remove_files) COMPLETE |
7345 | 2024-08-05T16:41:15.351Z | [ recovery-image] Aug 05 16:41:13.804 INFO O| Aug 05 16:41:13.804 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-08-05T16:41:15.361Z | [ recovery-image] Aug 05 16:41:13.814 INFO O| Aug 05 16:41:13.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7347 | 2024-08-05T16:41:15.364Z | [ recovery-image] Aug 05 16:41:13.814 INFO O| Aug 05 16:41:13.814 INFO STEP 1165 (remove_files) COMPLETE |
7348 | 2024-08-05T16:41:15.364Z | [ recovery-image] Aug 05 16:41:13.814 INFO O| Aug 05 16:41:13.814 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-08-05T16:41:15.371Z | [ recovery-image] Aug 05 16:41:13.825 INFO O| Aug 05 16:41:13.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7350 | 2024-08-05T16:41:15.374Z | [ recovery-image] Aug 05 16:41:13.825 INFO O| Aug 05 16:41:13.825 INFO STEP 1166 (remove_files) COMPLETE |
7351 | 2024-08-05T16:41:15.374Z | [ recovery-image] Aug 05 16:41:13.825 INFO O| Aug 05 16:41:13.825 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-08-05T16:41:15.382Z | [ recovery-image] Aug 05 16:41:13.835 INFO O| Aug 05 16:41:13.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7353 | 2024-08-05T16:41:15.382Z | [ recovery-image] Aug 05 16:41:13.835 INFO O| Aug 05 16:41:13.835 INFO STEP 1167 (remove_files) COMPLETE |
7354 | 2024-08-05T16:41:15.385Z | [ recovery-image] Aug 05 16:41:13.835 INFO O| Aug 05 16:41:13.835 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-08-05T16:41:15.392Z | [ recovery-image] Aug 05 16:41:13.845 INFO O| Aug 05 16:41:13.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7356 | 2024-08-05T16:41:15.392Z | [ recovery-image] Aug 05 16:41:13.845 INFO O| Aug 05 16:41:13.845 INFO STEP 1168 (remove_files) COMPLETE |
7357 | 2024-08-05T16:41:15.395Z | [ recovery-image] Aug 05 16:41:13.845 INFO O| Aug 05 16:41:13.845 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-08-05T16:41:15.403Z | [ recovery-image] Aug 05 16:41:13.856 INFO O| Aug 05 16:41:13.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7359 | 2024-08-05T16:41:15.403Z | [ recovery-image] Aug 05 16:41:13.856 INFO O| Aug 05 16:41:13.856 INFO STEP 1169 (remove_files) COMPLETE |
7360 | 2024-08-05T16:41:15.406Z | [ recovery-image] Aug 05 16:41:13.856 INFO O| Aug 05 16:41:13.856 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-08-05T16:41:15.414Z | [ recovery-image] Aug 05 16:41:13.867 INFO O| Aug 05 16:41:13.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7362 | 2024-08-05T16:41:15.414Z | [ recovery-image] Aug 05 16:41:13.867 INFO O| Aug 05 16:41:13.867 INFO STEP 1170 (remove_files) COMPLETE |
7363 | 2024-08-05T16:41:15.417Z | [ recovery-image] Aug 05 16:41:13.867 INFO O| Aug 05 16:41:13.867 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-08-05T16:41:15.425Z | [ recovery-image] Aug 05 16:41:13.878 INFO O| Aug 05 16:41:13.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7365 | 2024-08-05T16:41:15.425Z | [ recovery-image] Aug 05 16:41:13.878 INFO O| Aug 05 16:41:13.878 INFO STEP 1171 (remove_files) COMPLETE |
7366 | 2024-08-05T16:41:15.425Z | [ recovery-image] Aug 05 16:41:13.878 INFO O| Aug 05 16:41:13.878 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-08-05T16:41:15.437Z | [ recovery-image] Aug 05 16:41:13.890 INFO O| Aug 05 16:41:13.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7368 | 2024-08-05T16:41:15.437Z | [ recovery-image] Aug 05 16:41:13.890 INFO O| Aug 05 16:41:13.890 INFO STEP 1172 (remove_files) COMPLETE |
7369 | 2024-08-05T16:41:15.437Z | [ recovery-image] Aug 05 16:41:13.890 INFO O| Aug 05 16:41:13.890 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-08-05T16:41:15.449Z | [ recovery-image] Aug 05 16:41:13.903 INFO O| Aug 05 16:41:13.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7371 | 2024-08-05T16:41:15.452Z | [ recovery-image] Aug 05 16:41:13.903 INFO O| Aug 05 16:41:13.903 INFO STEP 1173 (remove_files) COMPLETE |
7372 | 2024-08-05T16:41:15.452Z | [ recovery-image] Aug 05 16:41:13.903 INFO O| Aug 05 16:41:13.903 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-08-05T16:41:15.461Z | [ recovery-image] Aug 05 16:41:13.914 INFO O| Aug 05 16:41:13.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7374 | 2024-08-05T16:41:15.461Z | [ recovery-image] Aug 05 16:41:13.914 INFO O| Aug 05 16:41:13.914 INFO STEP 1174 (remove_files) COMPLETE |
7375 | 2024-08-05T16:41:15.465Z | [ recovery-image] Aug 05 16:41:13.914 INFO O| Aug 05 16:41:13.914 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-08-05T16:41:15.472Z | [ recovery-image] Aug 05 16:41:13.925 INFO O| Aug 05 16:41:13.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7377 | 2024-08-05T16:41:15.472Z | [ recovery-image] Aug 05 16:41:13.925 INFO O| Aug 05 16:41:13.925 INFO STEP 1175 (remove_files) COMPLETE |
7378 | 2024-08-05T16:41:15.475Z | [ recovery-image] Aug 05 16:41:13.925 INFO O| Aug 05 16:41:13.925 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-08-05T16:41:15.482Z | [ recovery-image] Aug 05 16:41:13.936 INFO O| Aug 05 16:41:13.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7380 | 2024-08-05T16:41:15.482Z | [ recovery-image] Aug 05 16:41:13.936 INFO O| Aug 05 16:41:13.936 INFO STEP 1176 (remove_files) COMPLETE |
7381 | 2024-08-05T16:41:15.485Z | [ recovery-image] Aug 05 16:41:13.936 INFO O| Aug 05 16:41:13.936 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-08-05T16:41:15.493Z | [ recovery-image] Aug 05 16:41:13.946 INFO O| Aug 05 16:41:13.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7383 | 2024-08-05T16:41:15.493Z | [ recovery-image] Aug 05 16:41:13.946 INFO O| Aug 05 16:41:13.946 INFO STEP 1177 (remove_files) COMPLETE |
7384 | 2024-08-05T16:41:15.493Z | [ recovery-image] Aug 05 16:41:13.946 INFO O| Aug 05 16:41:13.946 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-08-05T16:41:15.503Z | [ recovery-image] Aug 05 16:41:13.956 INFO O| Aug 05 16:41:13.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7386 | 2024-08-05T16:41:15.506Z | [ recovery-image] Aug 05 16:41:13.956 INFO O| Aug 05 16:41:13.956 INFO STEP 1178 (remove_files) COMPLETE |
7387 | 2024-08-05T16:41:15.506Z | [ recovery-image] Aug 05 16:41:13.956 INFO O| Aug 05 16:41:13.956 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-08-05T16:41:15.514Z | [ recovery-image] Aug 05 16:41:13.967 INFO O| Aug 05 16:41:13.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7389 | 2024-08-05T16:41:15.514Z | [ recovery-image] Aug 05 16:41:13.967 INFO O| Aug 05 16:41:13.967 INFO STEP 1179 (remove_files) COMPLETE |
7390 | 2024-08-05T16:41:15.517Z | [ recovery-image] Aug 05 16:41:13.967 INFO O| Aug 05 16:41:13.967 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-08-05T16:41:15.525Z | [ recovery-image] Aug 05 16:41:13.978 INFO O| Aug 05 16:41:13.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7392 | 2024-08-05T16:41:15.528Z | [ recovery-image] Aug 05 16:41:13.978 INFO O| Aug 05 16:41:13.978 INFO STEP 1180 (remove_files) COMPLETE |
7393 | 2024-08-05T16:41:15.529Z | [ recovery-image] Aug 05 16:41:13.978 INFO O| Aug 05 16:41:13.978 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-08-05T16:41:15.535Z | [ recovery-image] Aug 05 16:41:13.988 INFO O| Aug 05 16:41:13.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7395 | 2024-08-05T16:41:15.536Z | [ recovery-image] Aug 05 16:41:13.989 INFO O| Aug 05 16:41:13.989 INFO STEP 1181 (remove_files) COMPLETE |
7396 | 2024-08-05T16:41:15.539Z | [ recovery-image] Aug 05 16:41:13.989 INFO O| Aug 05 16:41:13.989 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-08-05T16:41:15.546Z | [ recovery-image] Aug 05 16:41:13.999 INFO O| Aug 05 16:41:13.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7398 | 2024-08-05T16:41:15.546Z | [ recovery-image] Aug 05 16:41:13.999 INFO O| Aug 05 16:41:13.999 INFO STEP 1182 (remove_files) COMPLETE |
7399 | 2024-08-05T16:41:15.546Z | [ recovery-image] Aug 05 16:41:13.999 INFO O| Aug 05 16:41:13.999 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-08-05T16:41:15.557Z | [ recovery-image] Aug 05 16:41:14.010 INFO O| Aug 05 16:41:14.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7401 | 2024-08-05T16:41:15.557Z | [ recovery-image] Aug 05 16:41:14.010 INFO O| Aug 05 16:41:14.010 INFO STEP 1183 (remove_files) COMPLETE |
7402 | 2024-08-05T16:41:15.557Z | [ recovery-image] Aug 05 16:41:14.010 INFO O| Aug 05 16:41:14.010 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-08-05T16:41:15.569Z | [ recovery-image] Aug 05 16:41:14.022 INFO O| Aug 05 16:41:14.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7404 | 2024-08-05T16:41:15.569Z | [ recovery-image] Aug 05 16:41:14.022 INFO O| Aug 05 16:41:14.022 INFO STEP 1184 (remove_files) COMPLETE |
7405 | 2024-08-05T16:41:15.572Z | [ recovery-image] Aug 05 16:41:14.022 INFO O| Aug 05 16:41:14.022 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-08-05T16:41:15.580Z | [ recovery-image] Aug 05 16:41:14.033 INFO O| Aug 05 16:41:14.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7407 | 2024-08-05T16:41:15.580Z | [ recovery-image] Aug 05 16:41:14.033 INFO O| Aug 05 16:41:14.033 INFO STEP 1185 (remove_files) COMPLETE |
7408 | 2024-08-05T16:41:15.580Z | [ recovery-image] Aug 05 16:41:14.033 INFO O| Aug 05 16:41:14.033 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-08-05T16:41:15.592Z | [ recovery-image] Aug 05 16:41:14.045 INFO O| Aug 05 16:41:14.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7410 | 2024-08-05T16:41:15.592Z | [ recovery-image] Aug 05 16:41:14.045 INFO O| Aug 05 16:41:14.045 INFO STEP 1186 (remove_files) COMPLETE |
7411 | 2024-08-05T16:41:15.595Z | [ recovery-image] Aug 05 16:41:14.045 INFO O| Aug 05 16:41:14.045 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-08-05T16:41:15.603Z | [ recovery-image] Aug 05 16:41:14.056 INFO O| Aug 05 16:41:14.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7413 | 2024-08-05T16:41:15.603Z | [ recovery-image] Aug 05 16:41:14.056 INFO O| Aug 05 16:41:14.056 INFO STEP 1187 (remove_files) COMPLETE |
7414 | 2024-08-05T16:41:15.606Z | [ recovery-image] Aug 05 16:41:14.056 INFO O| Aug 05 16:41:14.056 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-08-05T16:41:15.614Z | [ recovery-image] Aug 05 16:41:14.067 INFO O| Aug 05 16:41:14.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7416 | 2024-08-05T16:41:15.614Z | [ recovery-image] Aug 05 16:41:14.067 INFO O| Aug 05 16:41:14.067 INFO STEP 1188 (remove_files) COMPLETE |
7417 | 2024-08-05T16:41:15.617Z | [ recovery-image] Aug 05 16:41:14.067 INFO O| Aug 05 16:41:14.067 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-08-05T16:41:15.625Z | [ recovery-image] Aug 05 16:41:14.078 INFO O| Aug 05 16:41:14.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7419 | 2024-08-05T16:41:15.625Z | [ recovery-image] Aug 05 16:41:14.078 INFO O| Aug 05 16:41:14.078 INFO STEP 1189 (remove_files) COMPLETE |
7420 | 2024-08-05T16:41:15.625Z | [ recovery-image] Aug 05 16:41:14.078 INFO O| Aug 05 16:41:14.078 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-08-05T16:41:15.636Z | [ recovery-image] Aug 05 16:41:14.089 INFO O| Aug 05 16:41:14.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7422 | 2024-08-05T16:41:15.636Z | [ recovery-image] Aug 05 16:41:14.089 INFO O| Aug 05 16:41:14.089 INFO STEP 1190 (remove_files) COMPLETE |
7423 | 2024-08-05T16:41:15.636Z | [ recovery-image] Aug 05 16:41:14.089 INFO O| Aug 05 16:41:14.089 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-08-05T16:41:15.647Z | [ recovery-image] Aug 05 16:41:14.100 INFO O| Aug 05 16:41:14.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7425 | 2024-08-05T16:41:15.647Z | [ recovery-image] Aug 05 16:41:14.100 INFO O| Aug 05 16:41:14.100 INFO STEP 1191 (remove_files) COMPLETE |
7426 | 2024-08-05T16:41:15.647Z | [ recovery-image] Aug 05 16:41:14.100 INFO O| Aug 05 16:41:14.100 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-08-05T16:41:15.658Z | [ recovery-image] Aug 05 16:41:14.111 INFO O| Aug 05 16:41:14.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7428 | 2024-08-05T16:41:15.658Z | [ recovery-image] Aug 05 16:41:14.111 INFO O| Aug 05 16:41:14.111 INFO STEP 1192 (remove_files) COMPLETE |
7429 | 2024-08-05T16:41:15.658Z | [ recovery-image] Aug 05 16:41:14.111 INFO O| Aug 05 16:41:14.111 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-08-05T16:41:15.668Z | [ recovery-image] Aug 05 16:41:14.121 INFO O| Aug 05 16:41:14.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7431 | 2024-08-05T16:41:15.668Z | [ recovery-image] Aug 05 16:41:14.121 INFO O| Aug 05 16:41:14.121 INFO STEP 1193 (remove_files) COMPLETE |
7432 | 2024-08-05T16:41:15.671Z | [ recovery-image] Aug 05 16:41:14.121 INFO O| Aug 05 16:41:14.121 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-08-05T16:41:15.679Z | [ recovery-image] Aug 05 16:41:14.132 INFO O| Aug 05 16:41:14.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7434 | 2024-08-05T16:41:15.679Z | [ recovery-image] Aug 05 16:41:14.132 INFO O| Aug 05 16:41:14.132 INFO STEP 1194 (remove_files) COMPLETE |
7435 | 2024-08-05T16:41:15.679Z | [ recovery-image] Aug 05 16:41:14.132 INFO O| Aug 05 16:41:14.132 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-08-05T16:41:15.691Z | [ recovery-image] Aug 05 16:41:14.143 INFO O| Aug 05 16:41:14.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7437 | 2024-08-05T16:41:15.691Z | [ recovery-image] Aug 05 16:41:14.143 INFO O| Aug 05 16:41:14.143 INFO STEP 1195 (remove_files) COMPLETE |
7438 | 2024-08-05T16:41:15.694Z | [ recovery-image] Aug 05 16:41:14.143 INFO O| Aug 05 16:41:14.143 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-08-05T16:41:15.701Z | [ recovery-image] Aug 05 16:41:14.153 INFO O| Aug 05 16:41:14.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7440 | 2024-08-05T16:41:15.705Z | [ recovery-image] Aug 05 16:41:14.153 INFO O| Aug 05 16:41:14.153 INFO STEP 1196 (remove_files) COMPLETE |
7441 | 2024-08-05T16:41:15.705Z | [ recovery-image] Aug 05 16:41:14.153 INFO O| Aug 05 16:41:14.153 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-08-05T16:41:15.712Z | [ recovery-image] Aug 05 16:41:14.164 INFO O| Aug 05 16:41:14.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7443 | 2024-08-05T16:41:15.712Z | [ recovery-image] Aug 05 16:41:14.164 INFO O| Aug 05 16:41:14.164 INFO STEP 1197 (remove_files) COMPLETE |
7444 | 2024-08-05T16:41:15.714Z | [ recovery-image] Aug 05 16:41:14.164 INFO O| Aug 05 16:41:14.164 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-08-05T16:41:15.721Z | [ recovery-image] Aug 05 16:41:14.174 INFO O| Aug 05 16:41:14.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7446 | 2024-08-05T16:41:15.721Z | [ recovery-image] Aug 05 16:41:14.174 INFO O| Aug 05 16:41:14.174 INFO STEP 1198 (remove_files) COMPLETE |
7447 | 2024-08-05T16:41:15.724Z | [ recovery-image] Aug 05 16:41:14.174 INFO O| Aug 05 16:41:14.174 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-08-05T16:41:15.731Z | [ recovery-image] Aug 05 16:41:14.184 INFO O| Aug 05 16:41:14.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7449 | 2024-08-05T16:41:15.731Z | [ recovery-image] Aug 05 16:41:14.185 INFO O| Aug 05 16:41:14.184 INFO STEP 1199 (remove_files) COMPLETE |
7450 | 2024-08-05T16:41:15.731Z | [ recovery-image] Aug 05 16:41:14.185 INFO O| Aug 05 16:41:14.185 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-08-05T16:41:15.742Z | [ recovery-image] Aug 05 16:41:14.195 INFO O| Aug 05 16:41:14.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7452 | 2024-08-05T16:41:15.742Z | [ recovery-image] Aug 05 16:41:14.195 INFO O| Aug 05 16:41:14.195 INFO STEP 1200 (remove_files) COMPLETE |
7453 | 2024-08-05T16:41:15.742Z | [ recovery-image] Aug 05 16:41:14.195 INFO O| Aug 05 16:41:14.195 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-08-05T16:41:15.754Z | [ recovery-image] Aug 05 16:41:14.207 INFO O| Aug 05 16:41:14.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7455 | 2024-08-05T16:41:15.754Z | [ recovery-image] Aug 05 16:41:14.207 INFO O| Aug 05 16:41:14.207 INFO STEP 1201 (remove_files) COMPLETE |
7456 | 2024-08-05T16:41:15.754Z | [ recovery-image] Aug 05 16:41:14.207 INFO O| Aug 05 16:41:14.207 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-08-05T16:41:15.767Z | [ recovery-image] Aug 05 16:41:14.219 INFO O| Aug 05 16:41:14.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7458 | 2024-08-05T16:41:15.767Z | [ recovery-image] Aug 05 16:41:14.220 INFO O| Aug 05 16:41:14.220 INFO STEP 1202 (remove_files) COMPLETE |
7459 | 2024-08-05T16:41:15.767Z | [ recovery-image] Aug 05 16:41:14.220 INFO O| Aug 05 16:41:14.220 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-08-05T16:41:15.778Z | [ recovery-image] Aug 05 16:41:14.231 INFO O| Aug 05 16:41:14.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7461 | 2024-08-05T16:41:15.778Z | [ recovery-image] Aug 05 16:41:14.231 INFO O| Aug 05 16:41:14.231 INFO STEP 1203 (remove_files) COMPLETE |
7462 | 2024-08-05T16:41:15.781Z | [ recovery-image] Aug 05 16:41:14.231 INFO O| Aug 05 16:41:14.231 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-08-05T16:41:15.790Z | [ recovery-image] Aug 05 16:41:14.243 INFO O| Aug 05 16:41:14.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7464 | 2024-08-05T16:41:15.790Z | [ recovery-image] Aug 05 16:41:14.243 INFO O| Aug 05 16:41:14.243 INFO STEP 1204 (remove_files) COMPLETE |
7465 | 2024-08-05T16:41:15.793Z | [ recovery-image] Aug 05 16:41:14.243 INFO O| Aug 05 16:41:14.243 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-08-05T16:41:15.801Z | [ recovery-image] Aug 05 16:41:14.254 INFO O| Aug 05 16:41:14.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7467 | 2024-08-05T16:41:15.802Z | [ recovery-image] Aug 05 16:41:14.255 INFO O| Aug 05 16:41:14.255 INFO STEP 1205 (remove_files) COMPLETE |
7468 | 2024-08-05T16:41:15.802Z | [ recovery-image] Aug 05 16:41:14.255 INFO O| Aug 05 16:41:14.255 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-08-05T16:41:15.813Z | [ recovery-image] Aug 05 16:41:14.266 INFO O| Aug 05 16:41:14.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7470 | 2024-08-05T16:41:15.813Z | [ recovery-image] Aug 05 16:41:14.266 INFO O| Aug 05 16:41:14.266 INFO STEP 1206 (remove_files) COMPLETE |
7471 | 2024-08-05T16:41:15.813Z | [ recovery-image] Aug 05 16:41:14.266 INFO O| Aug 05 16:41:14.266 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7472 | 2024-08-05T16:41:15.829Z | [ recovery-image] Aug 05 16:41:14.282 INFO O| Aug 05 16:41:14.282 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7473 | 2024-08-05T16:41:15.829Z | [ recovery-image] Aug 05 16:41:14.282 INFO O| Aug 05 16:41:14.282 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7474 | 2024-08-05T16:41:16.647Z | [ recovery-image] Aug 05 16:41:15.100 INFO O| Aug 05 16:41:15.100 INFO STEP 1207 (pack_tar) COMPLETE |
7475 | 2024-08-05T16:41:16.647Z | [ recovery-image] Aug 05 16:41:15.100 INFO O| Aug 05 16:41:15.100 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7476 | 2024-08-05T16:41:16.656Z | [ recovery-image] Aug 05 16:41:15.100 INFO O| Aug 05 16:41:15.100 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7477 | 2024-08-05T16:41:16.964Z | [ recovery-image] Aug 05 16:41:15.417 INFO O| Aug 05 16:41:15.417 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7478 | 2024-08-05T16:41:17.051Z | [ recovery-image] Aug 05 16:41:15.504 INFO O| Aug 05 16:41:15.504 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7479 | 2024-08-05T16:41:17.058Z | [ recovery-image] Aug 05 16:41:15.511 INFO image builder template: zfs-recovery... |
7480 | 2024-08-05T16:41:17.059Z | [ recovery-image] Aug 05 16:41:15.511 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/.tmp41afuc/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 |
7481 | 2024-08-05T16:41:17.094Z | [ recovery-image] Aug 05 16:41:15.547 INFO O| Aug 05 16:41:15.547 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7482 | 2024-08-05T16:41:17.098Z | [ recovery-image] Aug 05 16:41:15.551 INFO O| Aug 05 16:41:15.551 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7483 | 2024-08-05T16:41:17.167Z | [ recovery-image] Aug 05 16:41:15.620 INFO O| Aug 05 16:41:15.620 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7484 | 2024-08-05T16:41:17.228Z | [ recovery-image] Aug 05 16:41:15.680 INFO O| Aug 05 16:41:15.680 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7485 | 2024-08-05T16:41:17.228Z | [ recovery-image] Aug 05 16:41:15.680 INFO O| Aug 05 16:41:15.680 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7486 | 2024-08-05T16:41:17.232Z | [ recovery-image] Aug 05 16:41:15.685 INFO O| Aug 05 16:41:15.685 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7487 | 2024-08-05T16:41:17.353Z | [ recovery-image] Aug 05 16:41:15.806 INFO O| Aug 05 16:41:15.806 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7488 | 2024-08-05T16:41:17.417Z | [ recovery-image] Aug 05 16:41:15.870 INFO O| Aug 05 16:41:15.870 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7489 | 2024-08-05T16:41:17.430Z | [ recovery-image] Aug 05 16:41:15.882 INFO O| Aug 05 16:41:15.882 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7490 | 2024-08-05T16:41:17.435Z | [ recovery-image] Aug 05 16:41:15.888 INFO O| Aug 05 16:41:15.888 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7491 | 2024-08-05T16:41:17.438Z | [ recovery-image] Aug 05 16:41:15.889 INFO O| Aug 05 16:41:15.889 INFO no lofi found |
7492 | 2024-08-05T16:41:17.438Z | [ recovery-image] Aug 05 16:41:15.889 INFO O| Aug 05 16:41:15.889 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7493 | 2024-08-05T16:41:17.438Z | [ recovery-image] Aug 05 16:41:15.889 INFO O| Aug 05 16:41:15.889 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7494 | 2024-08-05T16:41:19.558Z | [ recovery-image] Aug 05 16:41:18.010 INFO O| Aug 05 16:41:18.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7495 | 2024-08-05T16:41:19.558Z | [ recovery-image] Aug 05 16:41:18.010 INFO O| Aug 05 16:41:18.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7496 | 2024-08-05T16:41:19.561Z | [ recovery-image] Aug 05 16:41:18.010 INFO O| Aug 05 16:41:18.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7497 | 2024-08-05T16:41:19.642Z | [ recovery-image] Aug 05 16:41:18.095 INFO O| Aug 05 16:41:18.095 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7498 | 2024-08-05T16:41:19.643Z | [ recovery-image] Aug 05 16:41:18.095 INFO O| Aug 05 16:41:18.095 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7499 | 2024-08-05T16:41:19.661Z | [ recovery-image] Aug 05 16:41:18.113 INFO O| Aug 05 16:41:18.113 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7500 | 2024-08-05T16:41:19.733Z | [ recovery-image] Aug 05 16:41:18.186 INFO O| Aug 05 16:41:18.186 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7501 | 2024-08-05T16:41:19.773Z | [ recovery-image] Aug 05 16:41:18.225 INFO O| Aug 05 16:41:18.225 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7502 | 2024-08-05T16:41:19.788Z | [ recovery-image] Aug 05 16:41:18.240 INFO O| Aug 05 16:41:18.240 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7503 | 2024-08-05T16:41:19.799Z | [ recovery-image] Aug 05 16:41:18.252 INFO O| Aug 05 16:41:18.251 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7504 | 2024-08-05T16:41:19.849Z | [ recovery-image] Aug 05 16:41:18.301 INFO O| Aug 05 16:41:18.301 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7505 | 2024-08-05T16:41:19.849Z | [ recovery-image] Aug 05 16:41:18.301 INFO O| Aug 05 16:41:18.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7506 | 2024-08-05T16:41:19.852Z | [ recovery-image] Aug 05 16:41:18.302 INFO O| Aug 05 16:41:18.301 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7507 | 2024-08-05T16:41:19.863Z | [ recovery-image] Aug 05 16:41:18.315 INFO O| Aug 05 16:41:18.315 INFO boot environment UUID: 6e06ff7f-c863-4cae-a4c0-684e244e70b9 |
7508 | 2024-08-05T16:41:19.863Z | [ recovery-image] Aug 05 16:41:18.315 INFO O| Aug 05 16:41:18.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6e06ff7f-c863-4cae-a4c0-684e244e70b9 |
7509 | 2024-08-05T16:41:19.875Z | [ recovery-image] Aug 05 16:41:18.327 INFO O| Aug 05 16:41:18.327 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7510 | 2024-08-05T16:41:19.887Z | [ recovery-image] Aug 05 16:41:18.339 INFO O| Aug 05 16:41:18.339 INFO STEP 0 (create_be) COMPLETE |
7511 | 2024-08-05T16:41:19.890Z | [ recovery-image] Aug 05 16:41:18.339 INFO O| Aug 05 16:41:18.339 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7512 | 2024-08-05T16:41:19.904Z | [ recovery-image] Aug 05 16:41:18.357 INFO O| Aug 05 16:41:18.357 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"] |
7513 | 2024-08-05T16:41:22.012Z | [ recovery-image] Aug 05 16:41:20.464 INFO O| Aug 05 16:41:20.463 INFO STEP 1 (unpack_tar) COMPLETE |
7514 | 2024-08-05T16:41:22.012Z | [ recovery-image] Aug 05 16:41:20.464 INFO O| Aug 05 16:41:20.463 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7515 | 2024-08-05T16:41:22.023Z | [ recovery-image] Aug 05 16:41:20.476 INFO O| Aug 05 16:41:20.475 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7516 | 2024-08-05T16:41:22.467Z | [ recovery-image] Aug 05 16:41:20.919 INFO O| Aug 05 16:41:20.919 INFO STEP 2 (devfsadm) COMPLETE |
7517 | 2024-08-05T16:41:22.468Z | [ recovery-image] Aug 05 16:41:20.919 INFO O| Aug 05 16:41:20.919 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7518 | 2024-08-05T16:41:22.479Z | [ recovery-image] Aug 05 16:41:20.931 INFO O| Aug 05 16:41:20.931 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7519 | 2024-08-05T16:41:22.482Z | [ recovery-image] Aug 05 16:41:20.931 INFO O| Aug 05 16:41:20.931 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7520 | 2024-08-05T16:41:22.482Z | [ recovery-image] Aug 05 16:41:20.931 INFO O| Aug 05 16:41:20.931 INFO STEP 3 (ensure_dir) COMPLETE |
7521 | 2024-08-05T16:41:22.482Z | [ recovery-image] Aug 05 16:41:20.931 INFO O| Aug 05 16:41:20.931 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7522 | 2024-08-05T16:41:22.490Z | [ recovery-image] Aug 05 16:41:20.942 INFO O| Aug 05 16:41:20.942 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7523 | 2024-08-05T16:41:22.490Z | [ recovery-image] Aug 05 16:41:20.942 INFO O| Aug 05 16:41:20.942 INFO STEP 4 (ensure_dir) COMPLETE |
7524 | 2024-08-05T16:41:22.490Z | [ recovery-image] Aug 05 16:41:20.942 INFO O| Aug 05 16:41:20.942 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7525 | 2024-08-05T16:41:22.502Z | [ recovery-image] Aug 05 16:41:20.954 INFO O| Aug 05 16:41:20.954 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7526 | 2024-08-05T16:41:22.510Z | [ recovery-image] Aug 05 16:41:20.954 INFO O| Aug 05 16:41:20.954 INFO STEP 5 (ensure_dir) COMPLETE |
7527 | 2024-08-05T16:41:22.510Z | [ recovery-image] Aug 05 16:41:20.954 INFO O| Aug 05 16:41:20.954 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7528 | 2024-08-05T16:41:22.514Z | [ recovery-image] Aug 05 16:41:20.965 INFO O| Aug 05 16:41:20.965 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7529 | 2024-08-05T16:41:22.514Z | [ recovery-image] Aug 05 16:41:20.965 INFO O| Aug 05 16:41:20.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7530 | 2024-08-05T16:41:22.514Z | [ recovery-image] Aug 05 16:41:20.965 INFO O| Aug 05 16:41:20.965 INFO STEP 6 (ensure_dir) COMPLETE |
7531 | 2024-08-05T16:41:22.514Z | [ recovery-image] Aug 05 16:41:20.965 INFO O| Aug 05 16:41:20.965 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7532 | 2024-08-05T16:41:22.523Z | [ recovery-image] Aug 05 16:41:20.975 INFO O| Aug 05 16:41:20.975 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7533 | 2024-08-05T16:41:22.526Z | [ recovery-image] Aug 05 16:41:20.976 INFO O| Aug 05 16:41:20.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7534 | 2024-08-05T16:41:22.526Z | [ recovery-image] Aug 05 16:41:20.976 INFO O| Aug 05 16:41:20.976 INFO STEP 7 (ensure_dir) COMPLETE |
7535 | 2024-08-05T16:41:22.527Z | [ recovery-image] Aug 05 16:41:20.976 INFO O| Aug 05 16:41:20.976 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7536 | 2024-08-05T16:41:22.533Z | [ recovery-image] Aug 05 16:41:20.986 INFO O| Aug 05 16:41:20.985 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7537 | 2024-08-05T16:41:22.536Z | [ recovery-image] Aug 05 16:41:20.986 INFO O| Aug 05 16:41:20.986 INFO STEP 8 (remove_files) COMPLETE |
7538 | 2024-08-05T16:41:22.536Z | [ recovery-image] Aug 05 16:41:20.986 INFO O| Aug 05 16:41:20.986 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7539 | 2024-08-05T16:41:22.545Z | [ recovery-image] Aug 05 16:41:20.996 INFO O| Aug 05 16:41:20.996 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7540 | 2024-08-05T16:41:22.548Z | [ recovery-image] Aug 05 16:41:20.996 INFO O| Aug 05 16:41:20.996 INFO STEP 9 (remove_files) COMPLETE |
7541 | 2024-08-05T16:41:22.548Z | [ recovery-image] Aug 05 16:41:20.997 INFO O| Aug 05 16:41:20.996 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7542 | 2024-08-05T16:41:22.555Z | [ recovery-image] Aug 05 16:41:21.006 INFO O| Aug 05 16:41:21.006 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7543 | 2024-08-05T16:41:22.558Z | [ recovery-image] Aug 05 16:41:21.007 INFO O| Aug 05 16:41:21.007 INFO STEP 10 (remove_files) COMPLETE |
7544 | 2024-08-05T16:41:22.558Z | [ recovery-image] Aug 05 16:41:21.007 INFO O| Aug 05 16:41:21.007 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7545 | 2024-08-05T16:41:22.570Z | [ recovery-image] Aug 05 16:41:21.022 INFO O| Aug 05 16:41:21.022 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7546 | 2024-08-05T16:41:22.573Z | [ recovery-image] Aug 05 16:41:21.022 INFO O| Aug 05 16:41:21.022 INFO STEP 11 (remove_files) COMPLETE |
7547 | 2024-08-05T16:41:22.573Z | [ recovery-image] Aug 05 16:41:21.022 INFO O| Aug 05 16:41:21.022 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7548 | 2024-08-05T16:41:22.583Z | [ recovery-image] Aug 05 16:41:21.035 INFO O| Aug 05 16:41:21.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7549 | 2024-08-05T16:41:22.583Z | [ recovery-image] Aug 05 16:41:21.035 INFO O| Aug 05 16:41:21.035 INFO STEP 12 (remove_files) COMPLETE |
7550 | 2024-08-05T16:41:22.583Z | [ recovery-image] Aug 05 16:41:21.035 INFO O| Aug 05 16:41:21.035 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7551 | 2024-08-05T16:41:22.595Z | [ recovery-image] Aug 05 16:41:21.047 INFO O| Aug 05 16:41:21.046 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7552 | 2024-08-05T16:41:22.595Z | [ recovery-image] Aug 05 16:41:21.047 INFO O| Aug 05 16:41:21.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7553 | 2024-08-05T16:41:22.598Z | [ recovery-image] Aug 05 16:41:21.047 INFO O| Aug 05 16:41:21.047 INFO STEP 13 (ensure_dir) COMPLETE |
7554 | 2024-08-05T16:41:22.598Z | [ recovery-image] Aug 05 16:41:21.047 INFO O| Aug 05 16:41:21.047 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7555 | 2024-08-05T16:41:22.606Z | [ recovery-image] Aug 05 16:41:21.058 INFO O| Aug 05 16:41:21.058 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7556 | 2024-08-05T16:41:22.607Z | [ recovery-image] Aug 05 16:41:21.058 INFO O| Aug 05 16:41:21.058 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7557 | 2024-08-05T16:41:22.610Z | [ recovery-image] Aug 05 16:41:21.059 INFO O| Aug 05 16:41:21.058 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7558 | 2024-08-05T16:41:22.610Z | [ recovery-image] Aug 05 16:41:21.059 INFO O| Aug 05 16:41:21.058 INFO STEP 14 (ensure_dir) COMPLETE |
7559 | 2024-08-05T16:41:22.610Z | [ recovery-image] Aug 05 16:41:21.059 INFO O| Aug 05 16:41:21.059 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7560 | 2024-08-05T16:41:22.619Z | [ recovery-image] Aug 05 16:41:21.071 INFO O| Aug 05 16:41:21.070 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7561 | 2024-08-05T16:41:22.621Z | [ recovery-image] Aug 05 16:41:21.071 INFO O| Aug 05 16:41:21.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7562 | 2024-08-05T16:41:22.622Z | [ recovery-image] Aug 05 16:41:21.071 INFO O| Aug 05 16:41:21.071 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7563 | 2024-08-05T16:41:22.622Z | [ recovery-image] Aug 05 16:41:21.071 INFO O| Aug 05 16:41:21.071 INFO STEP 15 (ensure_dir) COMPLETE |
7564 | 2024-08-05T16:41:22.622Z | [ recovery-image] Aug 05 16:41:21.071 INFO O| Aug 05 16:41:21.071 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7565 | 2024-08-05T16:41:22.633Z | [ recovery-image] Aug 05 16:41:21.085 INFO O| Aug 05 16:41:21.085 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7566 | 2024-08-05T16:41:22.633Z | [ recovery-image] Aug 05 16:41:21.085 INFO O| Aug 05 16:41:21.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7567 | 2024-08-05T16:41:22.633Z | [ recovery-image] Aug 05 16:41:21.085 INFO O| Aug 05 16:41:21.085 INFO STEP 16 (ensure_dir) COMPLETE |
7568 | 2024-08-05T16:41:22.643Z | [ recovery-image] Aug 05 16:41:21.085 INFO O| Aug 05 16:41:21.085 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7569 | 2024-08-05T16:41:22.654Z | [ recovery-image] Aug 05 16:41:21.098 INFO O| Aug 05 16:41:21.098 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7570 | 2024-08-05T16:41:22.654Z | [ recovery-image] Aug 05 16:41:21.098 INFO O| Aug 05 16:41:21.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7571 | 2024-08-05T16:41:22.654Z | [ recovery-image] Aug 05 16:41:21.098 INFO O| Aug 05 16:41:21.098 INFO STEP 17 (ensure_dir) COMPLETE |
7572 | 2024-08-05T16:41:22.654Z | [ recovery-image] Aug 05 16:41:21.098 INFO O| Aug 05 16:41:21.098 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7573 | 2024-08-05T16:41:22.666Z | [ recovery-image] Aug 05 16:41:21.110 INFO O| Aug 05 16:41:21.110 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7574 | 2024-08-05T16:41:22.666Z | [ recovery-image] Aug 05 16:41:21.110 INFO O| Aug 05 16:41:21.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7575 | 2024-08-05T16:41:22.666Z | [ recovery-image] Aug 05 16:41:21.110 INFO O| Aug 05 16:41:21.110 INFO ok! |
7576 | 2024-08-05T16:41:22.666Z | [ recovery-image] Aug 05 16:41:21.110 INFO O| Aug 05 16:41:21.110 INFO STEP 18 (ensure_symlink) COMPLETE |
7577 | 2024-08-05T16:41:22.666Z | [ recovery-image] Aug 05 16:41:21.110 INFO O| Aug 05 16:41:21.110 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7578 | 2024-08-05T16:41:22.674Z | [ recovery-image] Aug 05 16:41:21.123 INFO O| Aug 05 16:41:21.123 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7579 | 2024-08-05T16:41:22.674Z | [ recovery-image] Aug 05 16:41:21.123 INFO O| Aug 05 16:41:21.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7580 | 2024-08-05T16:41:22.674Z | [ recovery-image] Aug 05 16:41:21.123 INFO O| Aug 05 16:41:21.123 INFO ok! |
7581 | 2024-08-05T16:41:22.675Z | [ recovery-image] Aug 05 16:41:21.123 INFO O| Aug 05 16:41:21.123 INFO STEP 19 (ensure_file) COMPLETE |
7582 | 2024-08-05T16:41:22.675Z | [ recovery-image] Aug 05 16:41:21.123 INFO O| Aug 05 16:41:21.123 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7583 | 2024-08-05T16:41:22.682Z | [ recovery-image] Aug 05 16:41:21.134 INFO O| Aug 05 16:41:21.134 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7584 | 2024-08-05T16:41:22.683Z | [ recovery-image] Aug 05 16:41:21.134 INFO O| Aug 05 16:41:21.134 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7585 | 2024-08-05T16:41:22.683Z | [ recovery-image] Aug 05 16:41:21.135 INFO O| Aug 05 16:41:21.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7586 | 2024-08-05T16:41:22.683Z | [ recovery-image] Aug 05 16:41:21.135 INFO O| Aug 05 16:41:21.135 INFO ok! |
7587 | 2024-08-05T16:41:22.683Z | [ recovery-image] Aug 05 16:41:21.135 INFO O| Aug 05 16:41:21.135 INFO STEP 20 (ensure_symlink) COMPLETE |
7588 | 2024-08-05T16:41:22.685Z | [ recovery-image] Aug 05 16:41:21.135 INFO O| Aug 05 16:41:21.135 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7589 | 2024-08-05T16:41:22.695Z | [ recovery-image] Aug 05 16:41:21.147 INFO O| Aug 05 16:41:21.146 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7590 | 2024-08-05T16:41:22.695Z | [ recovery-image] Aug 05 16:41:21.147 INFO O| Aug 05 16:41:21.147 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7591 | 2024-08-05T16:41:22.695Z | [ recovery-image] Aug 05 16:41:21.147 INFO O| Aug 05 16:41:21.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7592 | 2024-08-05T16:41:22.695Z | [ recovery-image] Aug 05 16:41:21.147 INFO O| Aug 05 16:41:21.147 INFO ok! |
7593 | 2024-08-05T16:41:22.697Z | [ recovery-image] Aug 05 16:41:21.147 INFO O| Aug 05 16:41:21.147 INFO STEP 21 (ensure_symlink) COMPLETE |
7594 | 2024-08-05T16:41:22.697Z | [ recovery-image] Aug 05 16:41:21.147 INFO O| Aug 05 16:41:21.147 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7595 | 2024-08-05T16:41:22.706Z | [ recovery-image] Aug 05 16:41:21.158 INFO O| Aug 05 16:41:21.158 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7596 | 2024-08-05T16:41:22.706Z | [ recovery-image] Aug 05 16:41:21.158 INFO O| Aug 05 16:41:21.158 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7597 | 2024-08-05T16:41:22.706Z | [ recovery-image] Aug 05 16:41:21.158 INFO O| Aug 05 16:41:21.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7598 | 2024-08-05T16:41:22.709Z | [ recovery-image] Aug 05 16:41:21.158 INFO O| Aug 05 16:41:21.158 INFO ok! |
7599 | 2024-08-05T16:41:22.709Z | [ recovery-image] Aug 05 16:41:21.158 INFO O| Aug 05 16:41:21.158 INFO STEP 22 (ensure_symlink) COMPLETE |
7600 | 2024-08-05T16:41:22.709Z | [ recovery-image] Aug 05 16:41:21.158 INFO O| Aug 05 16:41:21.158 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7601 | 2024-08-05T16:41:22.718Z | [ recovery-image] Aug 05 16:41:21.170 INFO O| Aug 05 16:41:21.170 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7602 | 2024-08-05T16:41:22.718Z | [ recovery-image] Aug 05 16:41:21.170 INFO O| Aug 05 16:41:21.170 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7603 | 2024-08-05T16:41:22.720Z | [ recovery-image] Aug 05 16:41:21.170 INFO O| Aug 05 16:41:21.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7604 | 2024-08-05T16:41:22.720Z | [ recovery-image] Aug 05 16:41:21.170 INFO O| Aug 05 16:41:21.170 INFO ok! |
7605 | 2024-08-05T16:41:22.720Z | [ recovery-image] Aug 05 16:41:21.170 INFO O| Aug 05 16:41:21.170 INFO STEP 23 (ensure_symlink) COMPLETE |
7606 | 2024-08-05T16:41:22.720Z | [ recovery-image] Aug 05 16:41:21.170 INFO O| Aug 05 16:41:21.170 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7607 | 2024-08-05T16:41:22.729Z | [ recovery-image] Aug 05 16:41:21.181 INFO O| Aug 05 16:41:21.181 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7608 | 2024-08-05T16:41:22.732Z | [ recovery-image] Aug 05 16:41:21.182 INFO O| Aug 05 16:41:21.182 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 ... |
7609 | 2024-08-05T16:41:22.732Z | [ recovery-image] Aug 05 16:41:21.182 INFO O| Aug 05 16:41:21.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7610 | 2024-08-05T16:41:22.732Z | [ recovery-image] Aug 05 16:41:21.182 INFO O| Aug 05 16:41:21.182 INFO ok! |
7611 | 2024-08-05T16:41:22.732Z | [ recovery-image] Aug 05 16:41:21.182 INFO O| Aug 05 16:41:21.182 INFO STEP 24 (ensure_file) COMPLETE |
7612 | 2024-08-05T16:41:22.732Z | [ recovery-image] Aug 05 16:41:21.182 INFO O| Aug 05 16:41:21.182 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7613 | 2024-08-05T16:41:22.741Z | [ recovery-image] Aug 05 16:41:21.193 INFO O| Aug 05 16:41:21.193 INFO updating shadow file |
7614 | 2024-08-05T16:41:22.744Z | [ recovery-image] Aug 05 16:41:21.193 INFO O| Aug 05 16:41:21.193 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7615 | 2024-08-05T16:41:22.744Z | [ recovery-image] Aug 05 16:41:21.193 INFO O| Aug 05 16:41:21.193 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7616 | 2024-08-05T16:41:22.744Z | [ recovery-image] Aug 05 16:41:21.193 INFO O| Aug 05 16:41:21.193 INFO STEP 25 (shadow) COMPLETE |
7617 | 2024-08-05T16:41:22.744Z | [ recovery-image] Aug 05 16:41:21.193 INFO O| Aug 05 16:41:21.193 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7618 | 2024-08-05T16:41:22.753Z | [ recovery-image] Aug 05 16:41:21.205 INFO O| Aug 05 16:41:21.204 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7619 | 2024-08-05T16:41:22.753Z | [ recovery-image] Aug 05 16:41:21.205 INFO O| Aug 05 16:41:21.205 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7620 | 2024-08-05T16:41:22.755Z | [ recovery-image] Aug 05 16:41:21.205 INFO O| Aug 05 16:41:21.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7621 | 2024-08-05T16:41:22.755Z | [ recovery-image] Aug 05 16:41:21.205 INFO O| Aug 05 16:41:21.205 INFO ok! |
7622 | 2024-08-05T16:41:22.755Z | [ recovery-image] Aug 05 16:41:21.205 INFO O| Aug 05 16:41:21.205 INFO STEP 26 (ensure_file) COMPLETE |
7623 | 2024-08-05T16:41:22.755Z | [ recovery-image] Aug 05 16:41:21.205 INFO O| Aug 05 16:41:21.205 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7624 | 2024-08-05T16:41:22.766Z | [ recovery-image] Aug 05 16:41:21.218 INFO O| Aug 05 16:41:21.218 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7625 | 2024-08-05T16:41:22.766Z | [ recovery-image] Aug 05 16:41:21.218 INFO O| Aug 05 16:41:21.218 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7626 | 2024-08-05T16:41:22.769Z | [ recovery-image] Aug 05 16:41:21.218 INFO O| Aug 05 16:41:21.218 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7627 | 2024-08-05T16:41:22.769Z | [ recovery-image] Aug 05 16:41:21.218 INFO O| Aug 05 16:41:21.218 INFO ok! |
7628 | 2024-08-05T16:41:22.769Z | [ recovery-image] Aug 05 16:41:21.218 INFO O| Aug 05 16:41:21.218 INFO STEP 27 (ensure_file) COMPLETE |
7629 | 2024-08-05T16:41:22.769Z | [ recovery-image] Aug 05 16:41:21.218 INFO O| Aug 05 16:41:21.218 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7630 | 2024-08-05T16:41:22.779Z | [ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.230 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7631 | 2024-08-05T16:41:22.779Z | [ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.231 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7632 | 2024-08-05T16:41:22.779Z | [ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7633 | 2024-08-05T16:41:22.779Z | [ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.231 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7634 | 2024-08-05T16:41:22.779Z | [ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.231 INFO ok! |
7635 | 2024-08-05T16:41:22.782Z | [ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.231 INFO STEP 28 (ensure_file) COMPLETE |
7636 | 2024-08-05T16:41:22.782Z | [ recovery-image] Aug 05 16:41:21.231 INFO O| Aug 05 16:41:21.231 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7637 | 2024-08-05T16:41:22.791Z | [ recovery-image] Aug 05 16:41:21.243 INFO O| Aug 05 16:41:21.243 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7638 | 2024-08-05T16:41:22.791Z | [ recovery-image] Aug 05 16:41:21.243 INFO O| Aug 05 16:41:21.243 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7639 | 2024-08-05T16:41:22.794Z | [ recovery-image] Aug 05 16:41:21.243 INFO O| Aug 05 16:41:21.243 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7640 | 2024-08-05T16:41:22.794Z | [ recovery-image] Aug 05 16:41:21.243 INFO O| Aug 05 16:41:21.243 INFO ok! |
7641 | 2024-08-05T16:41:22.794Z | [ recovery-image] Aug 05 16:41:21.243 INFO O| Aug 05 16:41:21.243 INFO STEP 29 (ensure_file) COMPLETE |
7642 | 2024-08-05T16:41:22.794Z | [ recovery-image] Aug 05 16:41:21.243 INFO O| Aug 05 16:41:21.243 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7643 | 2024-08-05T16:41:22.806Z | [ recovery-image] Aug 05 16:41:21.258 INFO O| Aug 05 16:41:21.258 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7644 | 2024-08-05T16:41:22.806Z | [ recovery-image] Aug 05 16:41:21.258 INFO O| Aug 05 16:41:21.258 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7645 | 2024-08-05T16:41:22.809Z | [ recovery-image] Aug 05 16:41:21.258 INFO O| Aug 05 16:41:21.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7646 | 2024-08-05T16:41:22.809Z | [ recovery-image] Aug 05 16:41:21.258 INFO O| Aug 05 16:41:21.258 INFO ok! |
7647 | 2024-08-05T16:41:22.809Z | [ recovery-image] Aug 05 16:41:21.258 INFO O| Aug 05 16:41:21.258 INFO STEP 30 (ensure_file) COMPLETE |
7648 | 2024-08-05T16:41:22.809Z | [ recovery-image] Aug 05 16:41:21.258 INFO O| Aug 05 16:41:21.258 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7649 | 2024-08-05T16:41:22.818Z | [ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7650 | 2024-08-05T16:41:22.818Z | [ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7651 | 2024-08-05T16:41:22.821Z | [ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7652 | 2024-08-05T16:41:22.821Z | [ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7653 | 2024-08-05T16:41:22.821Z | [ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 INFO ok! |
7654 | 2024-08-05T16:41:22.821Z | [ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 INFO STEP 31 (ensure_file) COMPLETE |
7655 | 2024-08-05T16:41:22.821Z | [ recovery-image] Aug 05 16:41:21.270 INFO O| Aug 05 16:41:21.270 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7656 | 2024-08-05T16:41:22.830Z | [ recovery-image] Aug 05 16:41:21.282 INFO O| Aug 05 16:41:21.282 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7657 | 2024-08-05T16:41:22.830Z | [ recovery-image] Aug 05 16:41:21.282 INFO O| Aug 05 16:41:21.282 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7658 | 2024-08-05T16:41:22.830Z | [ recovery-image] Aug 05 16:41:21.282 INFO O| Aug 05 16:41:21.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7659 | 2024-08-05T16:41:22.833Z | [ recovery-image] Aug 05 16:41:21.282 INFO O| Aug 05 16:41:21.282 INFO ok! |
7660 | 2024-08-05T16:41:22.833Z | [ recovery-image] Aug 05 16:41:21.282 INFO O| Aug 05 16:41:21.282 INFO STEP 32 (ensure_file) COMPLETE |
7661 | 2024-08-05T16:41:22.833Z | [ recovery-image] Aug 05 16:41:21.282 INFO O| Aug 05 16:41:21.282 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7662 | 2024-08-05T16:41:22.842Z | [ recovery-image] Aug 05 16:41:21.294 INFO O| Aug 05 16:41:21.294 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7663 | 2024-08-05T16:41:22.842Z | [ recovery-image] Aug 05 16:41:21.294 INFO O| Aug 05 16:41:21.294 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7664 | 2024-08-05T16:41:22.845Z | [ recovery-image] Aug 05 16:41:21.294 INFO O| Aug 05 16:41:21.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7665 | 2024-08-05T16:41:22.845Z | [ recovery-image] Aug 05 16:41:21.294 INFO O| Aug 05 16:41:21.294 INFO ok! |
7666 | 2024-08-05T16:41:22.845Z | [ recovery-image] Aug 05 16:41:21.294 INFO O| Aug 05 16:41:21.294 INFO STEP 33 (ensure_file) COMPLETE |
7667 | 2024-08-05T16:41:22.845Z | [ recovery-image] Aug 05 16:41:21.294 INFO O| Aug 05 16:41:21.294 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7668 | 2024-08-05T16:41:22.853Z | [ recovery-image] Aug 05 16:41:21.305 INFO O| Aug 05 16:41:21.305 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7669 | 2024-08-05T16:41:22.853Z | [ recovery-image] Aug 05 16:41:21.305 INFO O| Aug 05 16:41:21.305 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7670 | 2024-08-05T16:41:22.856Z | [ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7671 | 2024-08-05T16:41:22.856Z | [ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7672 | 2024-08-05T16:41:22.857Z | [ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7673 | 2024-08-05T16:41:22.857Z | [ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7674 | 2024-08-05T16:41:22.857Z | [ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO ok! |
7675 | 2024-08-05T16:41:22.857Z | [ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO STEP 34 (ensure_file) COMPLETE |
7676 | 2024-08-05T16:41:22.857Z | [ recovery-image] Aug 05 16:41:21.306 INFO O| Aug 05 16:41:21.306 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7677 | 2024-08-05T16:41:22.866Z | [ recovery-image] Aug 05 16:41:21.318 INFO O| Aug 05 16:41:21.318 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7678 | 2024-08-05T16:41:22.868Z | [ recovery-image] Aug 05 16:41:21.318 INFO O| Aug 05 16:41:21.318 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7679 | 2024-08-05T16:41:22.869Z | [ recovery-image] Aug 05 16:41:21.318 INFO O| Aug 05 16:41:21.318 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7680 | 2024-08-05T16:41:22.869Z | [ recovery-image] Aug 05 16:41:21.318 INFO O| Aug 05 16:41:21.318 INFO STEP 35 (ensure_dir) COMPLETE |
7681 | 2024-08-05T16:41:22.869Z | [ recovery-image] Aug 05 16:41:21.318 INFO O| Aug 05 16:41:21.318 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7682 | 2024-08-05T16:41:22.897Z | [ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.345 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 |
7683 | 2024-08-05T16:41:22.897Z | [ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 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 ... |
7684 | 2024-08-05T16:41:22.901Z | [ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 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 |
7685 | 2024-08-05T16:41:22.901Z | [ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 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 |
7686 | 2024-08-05T16:41:22.901Z | [ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 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 |
7687 | 2024-08-05T16:41:22.901Z | [ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 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 |
7688 | 2024-08-05T16:41:22.901Z | [ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 INFO ok! |
7689 | 2024-08-05T16:41:22.901Z | [ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 INFO STEP 36 (ensure_file) COMPLETE |
7690 | 2024-08-05T16:41:22.901Z | [ recovery-image] Aug 05 16:41:21.346 INFO O| Aug 05 16:41:21.346 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7691 | 2024-08-05T16:41:22.927Z | [ recovery-image] Aug 05 16:41:21.373 INFO O| Aug 05 16:41:21.372 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7692 | 2024-08-05T16:41:22.933Z | [ recovery-image] Aug 05 16:41:21.373 INFO O| Aug 05 16:41:21.372 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 ... |
7693 | 2024-08-05T16:41:22.936Z | [ recovery-image] Aug 05 16:41:21.373 INFO O| Aug 05 16:41:21.372 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7694 | 2024-08-05T16:41:22.936Z | [ recovery-image] Aug 05 16:41:21.373 INFO O| Aug 05 16:41:21.372 INFO ok! |
7695 | 2024-08-05T16:41:22.936Z | [ recovery-image] Aug 05 16:41:21.373 INFO O| Aug 05 16:41:21.372 INFO STEP 37 (ensure_symlink) COMPLETE |
7696 | 2024-08-05T16:41:22.936Z | [ recovery-image] Aug 05 16:41:21.373 INFO O| Aug 05 16:41:21.373 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7697 | 2024-08-05T16:41:22.950Z | [ host-image] Aug 05 16:41:21.401 INFO O| Aug 05 16:41:21.401 INFO O| Done |
7698 | 2024-08-05T16:41:22.954Z | [ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7699 | 2024-08-05T16:41:22.954Z | [ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7700 | 2024-08-05T16:41:22.955Z | [ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7701 | 2024-08-05T16:41:22.955Z | [ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7702 | 2024-08-05T16:41:22.955Z | [ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7703 | 2024-08-05T16:41:22.955Z | [ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7704 | 2024-08-05T16:41:22.955Z | [ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO ok! |
7705 | 2024-08-05T16:41:22.955Z | [ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO STEP 38 (ensure_file) COMPLETE |
7706 | 2024-08-05T16:41:22.955Z | [ recovery-image] Aug 05 16:41:21.403 INFO O| Aug 05 16:41:21.402 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7707 | 2024-08-05T16:41:22.979Z | [ recovery-image] Aug 05 16:41:21.427 INFO O| Aug 05 16:41:21.426 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7708 | 2024-08-05T16:41:22.979Z | [ recovery-image] Aug 05 16:41:21.427 INFO O| Aug 05 16:41:21.426 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 ... |
7709 | 2024-08-05T16:41:22.979Z | [ recovery-image] Aug 05 16:41:21.427 INFO O| Aug 05 16:41:21.427 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 |
7710 | 2024-08-05T16:41:22.979Z | [ recovery-image] Aug 05 16:41:21.428 INFO O| Aug 05 16:41:21.427 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7711 | 2024-08-05T16:41:22.983Z | [ recovery-image] Aug 05 16:41:21.428 INFO O| Aug 05 16:41:21.427 INFO ok! |
7712 | 2024-08-05T16:41:22.989Z | [ recovery-image] Aug 05 16:41:21.428 INFO O| Aug 05 16:41:21.427 INFO STEP 39 (ensure_file) COMPLETE |
7713 | 2024-08-05T16:41:22.993Z | [ recovery-image] Aug 05 16:41:21.428 INFO O| Aug 05 16:41:21.427 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7714 | 2024-08-05T16:41:23.000Z | [ recovery-image] Aug 05 16:41:21.451 INFO O| Aug 05 16:41:21.451 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7715 | 2024-08-05T16:41:23.003Z | [ recovery-image] Aug 05 16:41:21.451 INFO O| Aug 05 16:41:21.451 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7716 | 2024-08-05T16:41:23.003Z | [ recovery-image] Aug 05 16:41:21.451 INFO O| Aug 05 16:41:21.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7717 | 2024-08-05T16:41:23.003Z | [ recovery-image] Aug 05 16:41:21.451 INFO O| Aug 05 16:41:21.451 INFO ok! |
7718 | 2024-08-05T16:41:23.003Z | [ recovery-image] Aug 05 16:41:21.451 INFO O| Aug 05 16:41:21.451 INFO STEP 40 (ensure_file) COMPLETE |
7719 | 2024-08-05T16:41:23.003Z | [ recovery-image] Aug 05 16:41:21.451 INFO O| Aug 05 16:41:21.451 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7720 | 2024-08-05T16:41:23.015Z | [ recovery-image] Aug 05 16:41:21.467 INFO O| Aug 05 16:41:21.467 INFO updating shadow file |
7721 | 2024-08-05T16:41:23.018Z | [ recovery-image] Aug 05 16:41:21.467 INFO O| Aug 05 16:41:21.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7722 | 2024-08-05T16:41:23.018Z | [ recovery-image] Aug 05 16:41:21.467 INFO O| Aug 05 16:41:21.467 INFO STEP 41 (shadow) COMPLETE |
7723 | 2024-08-05T16:41:23.018Z | [ recovery-image] Aug 05 16:41:21.467 INFO O| Aug 05 16:41:21.467 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7724 | 2024-08-05T16:41:23.030Z | [ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7725 | 2024-08-05T16:41:23.030Z | [ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7726 | 2024-08-05T16:41:23.030Z | [ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7727 | 2024-08-05T16:41:23.033Z | [ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7728 | 2024-08-05T16:41:23.034Z | [ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 INFO ok! |
7729 | 2024-08-05T16:41:23.034Z | [ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 INFO STEP 42 (ensure_file) COMPLETE |
7730 | 2024-08-05T16:41:23.034Z | [ recovery-image] Aug 05 16:41:21.482 INFO O| Aug 05 16:41:21.482 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7731 | 2024-08-05T16:41:23.047Z | [ recovery-image] Aug 05 16:41:21.497 INFO O| Aug 05 16:41:21.497 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7732 | 2024-08-05T16:41:23.047Z | [ recovery-image] Aug 05 16:41:21.497 INFO O| Aug 05 16:41:21.497 INFO STEP 43 (ensure_dir) COMPLETE |
7733 | 2024-08-05T16:41:23.050Z | [ recovery-image] Aug 05 16:41:21.497 INFO O| Aug 05 16:41:21.497 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7734 | 2024-08-05T16:41:23.058Z | [ recovery-image] Aug 05 16:41:21.510 INFO O| Aug 05 16:41:21.510 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7735 | 2024-08-05T16:41:23.062Z | [ recovery-image] Aug 05 16:41:21.510 INFO O| Aug 05 16:41:21.510 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7736 | 2024-08-05T16:41:23.062Z | [ recovery-image] Aug 05 16:41:21.510 INFO O| Aug 05 16:41:21.510 INFO STEP 44 (ensure_dir) COMPLETE |
7737 | 2024-08-05T16:41:23.062Z | [ recovery-image] Aug 05 16:41:21.510 INFO O| Aug 05 16:41:21.510 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7738 | 2024-08-05T16:41:23.071Z | [ recovery-image] Aug 05 16:41:21.523 INFO O| Aug 05 16:41:21.523 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7739 | 2024-08-05T16:41:23.071Z | [ recovery-image] Aug 05 16:41:21.523 INFO O| Aug 05 16:41:21.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7740 | 2024-08-05T16:41:23.075Z | [ recovery-image] Aug 05 16:41:21.523 INFO O| Aug 05 16:41:21.523 INFO STEP 45 (ensure_dir) COMPLETE |
7741 | 2024-08-05T16:41:23.075Z | [ recovery-image] Aug 05 16:41:21.523 INFO O| Aug 05 16:41:21.523 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7742 | 2024-08-05T16:41:23.084Z | [ recovery-image] Aug 05 16:41:21.536 INFO O| Aug 05 16:41:21.536 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7743 | 2024-08-05T16:41:23.085Z | [ recovery-image] Aug 05 16:41:21.536 INFO O| Aug 05 16:41:21.536 INFO copying /tmp/.tmp41afuc/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7744 | 2024-08-05T16:41:23.125Z | [ recovery-image] Aug 05 16:41:21.577 INFO O| Aug 05 16:41:21.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7745 | 2024-08-05T16:41:23.125Z | [ recovery-image] Aug 05 16:41:21.577 INFO O| Aug 05 16:41:21.577 INFO ok! |
7746 | 2024-08-05T16:41:23.128Z | [ recovery-image] Aug 05 16:41:21.577 INFO O| Aug 05 16:41:21.577 INFO STEP 46 (ensure_file) COMPLETE |
7747 | 2024-08-05T16:41:23.128Z | [ recovery-image] Aug 05 16:41:21.577 INFO O| Aug 05 16:41:21.577 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7748 | 2024-08-05T16:41:23.140Z | [ recovery-image] Aug 05 16:41:21.592 INFO O| Aug 05 16:41:21.592 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7749 | 2024-08-05T16:41:23.143Z | [ recovery-image] Aug 05 16:41:21.592 INFO O| Aug 05 16:41:21.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7750 | 2024-08-05T16:41:23.143Z | [ recovery-image] Aug 05 16:41:21.592 INFO O| Aug 05 16:41:21.592 INFO STEP 47 (ensure_dir) COMPLETE |
7751 | 2024-08-05T16:41:23.143Z | [ recovery-image] Aug 05 16:41:21.592 INFO O| Aug 05 16:41:21.592 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7752 | 2024-08-05T16:41:23.152Z | [ recovery-image] Aug 05 16:41:21.604 INFO O| Aug 05 16:41:21.604 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7753 | 2024-08-05T16:41:23.152Z | [ recovery-image] Aug 05 16:41:21.604 INFO O| Aug 05 16:41:21.604 INFO copying /tmp/.tmp41afuc/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7754 | 2024-08-05T16:41:23.152Z | [ recovery-image] Aug 05 16:41:21.604 INFO O| Aug 05 16:41:21.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7755 | 2024-08-05T16:41:23.155Z | [ recovery-image] Aug 05 16:41:21.604 INFO O| Aug 05 16:41:21.604 INFO ok! |
7756 | 2024-08-05T16:41:23.155Z | [ recovery-image] Aug 05 16:41:21.604 INFO O| Aug 05 16:41:21.604 INFO STEP 48 (ensure_file) COMPLETE |
7757 | 2024-08-05T16:41:23.155Z | [ recovery-image] Aug 05 16:41:21.604 INFO O| Aug 05 16:41:21.604 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7758 | 2024-08-05T16:41:23.164Z | [ recovery-image] Aug 05 16:41:21.616 INFO O| Aug 05 16:41:21.616 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7759 | 2024-08-05T16:41:23.167Z | [ recovery-image] Aug 05 16:41:21.616 INFO O| Aug 05 16:41:21.616 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7760 | 2024-08-05T16:41:23.167Z | [ recovery-image] Aug 05 16:41:21.616 INFO O| Aug 05 16:41:21.616 INFO STEP 49 (ensure_dir) COMPLETE |
7761 | 2024-08-05T16:41:23.167Z | [ recovery-image] Aug 05 16:41:21.616 INFO O| Aug 05 16:41:21.616 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7762 | 2024-08-05T16:41:23.176Z | [ recovery-image] Aug 05 16:41:21.628 INFO O| Aug 05 16:41:21.628 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7763 | 2024-08-05T16:41:23.176Z | [ recovery-image] Aug 05 16:41:21.628 INFO O| Aug 05 16:41:21.628 INFO copying /tmp/.tmp41afuc/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7764 | 2024-08-05T16:41:23.192Z | [ recovery-image] Aug 05 16:41:21.644 INFO O| Aug 05 16:41:21.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7765 | 2024-08-05T16:41:23.192Z | [ recovery-image] Aug 05 16:41:21.644 INFO O| Aug 05 16:41:21.644 INFO ok! |
7766 | 2024-08-05T16:41:23.192Z | [ recovery-image] Aug 05 16:41:21.644 INFO O| Aug 05 16:41:21.644 INFO STEP 50 (ensure_file) COMPLETE |
7767 | 2024-08-05T16:41:23.192Z | [ recovery-image] Aug 05 16:41:21.644 INFO O| Aug 05 16:41:21.644 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7768 | 2024-08-05T16:41:23.206Z | [ recovery-image] Aug 05 16:41:21.658 INFO O| Aug 05 16:41:21.658 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7769 | 2024-08-05T16:41:23.207Z | [ recovery-image] Aug 05 16:41:21.658 INFO O| Aug 05 16:41:21.658 INFO copying /tmp/.tmp41afuc/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7770 | 2024-08-05T16:41:23.727Z | [ recovery-image] Aug 05 16:41:22.178 INFO O| Aug 05 16:41:22.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7771 | 2024-08-05T16:41:23.727Z | [ recovery-image] Aug 05 16:41:22.178 INFO O| Aug 05 16:41:22.178 INFO ok! |
7772 | 2024-08-05T16:41:23.727Z | [ recovery-image] Aug 05 16:41:22.178 INFO O| Aug 05 16:41:22.178 INFO STEP 51 (ensure_file) COMPLETE |
7773 | 2024-08-05T16:41:23.727Z | [ recovery-image] Aug 05 16:41:22.178 INFO O| Aug 05 16:41:22.178 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7774 | 2024-08-05T16:41:23.738Z | [ host-image] Aug 05 16:41:22.190 INFO O| Aug 05 16:41:22.190 INFO O| Done |
7775 | 2024-08-05T16:41:23.740Z | [ recovery-image] Aug 05 16:41:22.192 INFO O| Aug 05 16:41:22.191 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7776 | 2024-08-05T16:41:23.741Z | [ recovery-image] Aug 05 16:41:22.192 INFO O| Aug 05 16:41:22.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7777 | 2024-08-05T16:41:23.741Z | [ recovery-image] Aug 05 16:41:22.192 INFO O| Aug 05 16:41:22.192 INFO STEP 52 (ensure_dir) COMPLETE |
7778 | 2024-08-05T16:41:23.741Z | [ recovery-image] Aug 05 16:41:22.192 INFO O| Aug 05 16:41:22.192 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7779 | 2024-08-05T16:41:23.752Z | [ recovery-image] Aug 05 16:41:22.204 INFO O| Aug 05 16:41:22.203 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7780 | 2024-08-05T16:41:23.752Z | [ recovery-image] Aug 05 16:41:22.204 INFO O| Aug 05 16:41:22.204 INFO copying /tmp/.tmp41afuc/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 ... |
7781 | 2024-08-05T16:41:23.755Z | [ recovery-image] Aug 05 16:41:22.204 INFO O| Aug 05 16:41:22.204 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 |
7782 | 2024-08-05T16:41:23.755Z | [ recovery-image] Aug 05 16:41:22.204 INFO O| Aug 05 16:41:22.204 INFO ok! |
7783 | 2024-08-05T16:41:23.755Z | [ recovery-image] Aug 05 16:41:22.204 INFO O| Aug 05 16:41:22.204 INFO STEP 53 (ensure_file) COMPLETE |
7784 | 2024-08-05T16:41:23.755Z | [ recovery-image] Aug 05 16:41:22.204 INFO O| Aug 05 16:41:22.204 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7785 | 2024-08-05T16:41:23.765Z | [ recovery-image] Aug 05 16:41:22.217 INFO O| Aug 05 16:41:22.217 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7786 | 2024-08-05T16:41:23.765Z | [ recovery-image] Aug 05 16:41:22.217 INFO O| Aug 05 16:41:22.217 INFO copying /tmp/.tmp41afuc/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 ... |
7787 | 2024-08-05T16:41:23.768Z | [ recovery-image] Aug 05 16:41:22.217 INFO O| Aug 05 16:41:22.217 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 |
7788 | 2024-08-05T16:41:23.768Z | [ recovery-image] Aug 05 16:41:22.217 INFO O| Aug 05 16:41:22.217 INFO ok! |
7789 | 2024-08-05T16:41:23.768Z | [ recovery-image] Aug 05 16:41:22.217 INFO O| Aug 05 16:41:22.217 INFO STEP 54 (ensure_file) COMPLETE |
7790 | 2024-08-05T16:41:23.768Z | [ recovery-image] Aug 05 16:41:22.217 INFO O| Aug 05 16:41:22.217 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7791 | 2024-08-05T16:41:23.778Z | [ recovery-image] Aug 05 16:41:22.230 INFO O| Aug 05 16:41:22.229 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7792 | 2024-08-05T16:41:23.778Z | [ recovery-image] Aug 05 16:41:22.230 INFO O| Aug 05 16:41:22.230 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7793 | 2024-08-05T16:41:23.780Z | [ recovery-image] Aug 05 16:41:22.230 INFO O| Aug 05 16:41:22.230 INFO STEP 55 (ensure_dir) COMPLETE |
7794 | 2024-08-05T16:41:23.780Z | [ recovery-image] Aug 05 16:41:22.230 INFO O| Aug 05 16:41:22.230 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7795 | 2024-08-05T16:41:23.790Z | [ recovery-image] Aug 05 16:41:22.242 INFO O| Aug 05 16:41:22.242 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7796 | 2024-08-05T16:41:23.790Z | [ recovery-image] Aug 05 16:41:22.242 INFO O| Aug 05 16:41:22.242 INFO copying /tmp/.tmp41afuc/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 ... |
7797 | 2024-08-05T16:41:23.793Z | [ recovery-image] Aug 05 16:41:22.242 INFO O| Aug 05 16:41:22.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7798 | 2024-08-05T16:41:23.793Z | [ recovery-image] Aug 05 16:41:22.242 INFO O| Aug 05 16:41:22.242 INFO ok! |
7799 | 2024-08-05T16:41:23.793Z | [ recovery-image] Aug 05 16:41:22.242 INFO O| Aug 05 16:41:22.242 INFO STEP 56 (ensure_file) COMPLETE |
7800 | 2024-08-05T16:41:23.793Z | [ recovery-image] Aug 05 16:41:22.242 INFO O| Aug 05 16:41:22.242 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7801 | 2024-08-05T16:41:23.802Z | [ recovery-image] Aug 05 16:41:22.254 INFO O| Aug 05 16:41:22.254 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7802 | 2024-08-05T16:41:23.802Z | [ recovery-image] Aug 05 16:41:22.254 INFO O| Aug 05 16:41:22.254 INFO copying /tmp/.tmp41afuc/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 ... |
7803 | 2024-08-05T16:41:23.805Z | [ recovery-image] Aug 05 16:41:22.254 INFO O| Aug 05 16:41:22.254 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 |
7804 | 2024-08-05T16:41:23.805Z | [ recovery-image] Aug 05 16:41:22.254 INFO O| Aug 05 16:41:22.254 INFO ok! |
7805 | 2024-08-05T16:41:23.805Z | [ recovery-image] Aug 05 16:41:22.254 INFO O| Aug 05 16:41:22.254 INFO STEP 57 (ensure_file) COMPLETE |
7806 | 2024-08-05T16:41:23.805Z | [ recovery-image] Aug 05 16:41:22.254 INFO O| Aug 05 16:41:22.254 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7807 | 2024-08-05T16:41:23.813Z | [ recovery-image] Aug 05 16:41:22.265 INFO O| Aug 05 16:41:22.265 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7808 | 2024-08-05T16:41:23.813Z | [ recovery-image] Aug 05 16:41:22.265 INFO O| Aug 05 16:41:22.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7809 | 2024-08-05T16:41:23.813Z | [ recovery-image] Aug 05 16:41:22.265 INFO O| Aug 05 16:41:22.265 INFO STEP 58 (ensure_dir) COMPLETE |
7810 | 2024-08-05T16:41:23.816Z | [ recovery-image] Aug 05 16:41:22.265 INFO O| Aug 05 16:41:22.265 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7811 | 2024-08-05T16:41:23.823Z | [ recovery-image] Aug 05 16:41:22.275 INFO O| Aug 05 16:41:22.275 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7812 | 2024-08-05T16:41:23.824Z | [ recovery-image] Aug 05 16:41:22.275 INFO O| Aug 05 16:41:22.275 INFO copying /tmp/.tmp41afuc/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 ... |
7813 | 2024-08-05T16:41:23.826Z | [ recovery-image] Aug 05 16:41:22.275 INFO O| Aug 05 16:41:22.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7814 | 2024-08-05T16:41:23.826Z | [ recovery-image] Aug 05 16:41:22.276 INFO O| Aug 05 16:41:22.275 INFO ok! |
7815 | 2024-08-05T16:41:23.826Z | [ recovery-image] Aug 05 16:41:22.276 INFO O| Aug 05 16:41:22.275 INFO STEP 59 (ensure_file) COMPLETE |
7816 | 2024-08-05T16:41:23.826Z | [ recovery-image] Aug 05 16:41:22.276 INFO O| Aug 05 16:41:22.275 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7817 | 2024-08-05T16:41:23.834Z | [ recovery-image] Aug 05 16:41:22.286 INFO O| Aug 05 16:41:22.286 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7818 | 2024-08-05T16:41:23.834Z | [ recovery-image] Aug 05 16:41:22.286 INFO O| Aug 05 16:41:22.286 INFO copying /tmp/.tmp41afuc/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7819 | 2024-08-05T16:41:23.837Z | [ recovery-image] Aug 05 16:41:22.286 INFO O| Aug 05 16:41:22.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7820 | 2024-08-05T16:41:23.837Z | [ recovery-image] Aug 05 16:41:22.286 INFO O| Aug 05 16:41:22.286 INFO ok! |
7821 | 2024-08-05T16:41:23.837Z | [ recovery-image] Aug 05 16:41:22.286 INFO O| Aug 05 16:41:22.286 INFO STEP 60 (ensure_file) COMPLETE |
7822 | 2024-08-05T16:41:23.837Z | [ recovery-image] Aug 05 16:41:22.286 INFO O| Aug 05 16:41:22.286 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7823 | 2024-08-05T16:41:23.845Z | [ recovery-image] Aug 05 16:41:22.297 INFO O| Aug 05 16:41:22.297 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7824 | 2024-08-05T16:41:23.848Z | [ recovery-image] Aug 05 16:41:22.297 INFO O| Aug 05 16:41:22.297 INFO STEP 61 (ensure_dir) COMPLETE |
7825 | 2024-08-05T16:41:23.848Z | [ recovery-image] Aug 05 16:41:22.297 INFO O| Aug 05 16:41:22.297 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7826 | 2024-08-05T16:41:23.856Z | [ recovery-image] Aug 05 16:41:22.308 INFO O| Aug 05 16:41:22.308 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7827 | 2024-08-05T16:41:23.860Z | [ recovery-image] Aug 05 16:41:22.308 INFO O| Aug 05 16:41:22.308 INFO STEP 62 (ensure_dir) COMPLETE |
7828 | 2024-08-05T16:41:23.860Z | [ recovery-image] Aug 05 16:41:22.308 INFO O| Aug 05 16:41:22.308 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7829 | 2024-08-05T16:41:23.867Z | [ recovery-image] Aug 05 16:41:22.319 INFO O| Aug 05 16:41:22.318 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7830 | 2024-08-05T16:41:23.867Z | [ recovery-image] Aug 05 16:41:22.319 INFO O| Aug 05 16:41:22.319 INFO STEP 63 (ensure_dir) COMPLETE |
7831 | 2024-08-05T16:41:23.871Z | [ recovery-image] Aug 05 16:41:22.319 INFO O| Aug 05 16:41:22.319 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7832 | 2024-08-05T16:41:23.878Z | [ recovery-image] Aug 05 16:41:22.329 INFO O| Aug 05 16:41:22.329 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7833 | 2024-08-05T16:41:23.878Z | [ recovery-image] Aug 05 16:41:22.329 INFO O| Aug 05 16:41:22.329 INFO STEP 64 (ensure_dir) COMPLETE |
7834 | 2024-08-05T16:41:23.881Z | [ recovery-image] Aug 05 16:41:22.329 INFO O| Aug 05 16:41:22.329 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7835 | 2024-08-05T16:41:23.888Z | [ recovery-image] Aug 05 16:41:22.340 INFO O| Aug 05 16:41:22.340 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7836 | 2024-08-05T16:41:23.888Z | [ recovery-image] Aug 05 16:41:22.340 INFO O| Aug 05 16:41:22.340 INFO copying /tmp/.tmp41afuc/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7837 | 2024-08-05T16:41:23.890Z | [ recovery-image] Aug 05 16:41:22.340 INFO O| Aug 05 16:41:22.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7838 | 2024-08-05T16:41:23.890Z | [ recovery-image] Aug 05 16:41:22.340 INFO O| Aug 05 16:41:22.340 INFO ok! |
7839 | 2024-08-05T16:41:23.890Z | [ recovery-image] Aug 05 16:41:22.340 INFO O| Aug 05 16:41:22.340 INFO STEP 65 (ensure_file) COMPLETE |
7840 | 2024-08-05T16:41:23.891Z | [ recovery-image] Aug 05 16:41:22.340 INFO O| Aug 05 16:41:22.340 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7841 | 2024-08-05T16:41:23.898Z | [ recovery-image] Aug 05 16:41:22.350 INFO O| Aug 05 16:41:22.350 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7842 | 2024-08-05T16:41:23.901Z | [ recovery-image] Aug 05 16:41:22.351 INFO O| Aug 05 16:41:22.351 INFO STEP 66 (remove_files) COMPLETE |
7843 | 2024-08-05T16:41:23.901Z | [ recovery-image] Aug 05 16:41:22.351 INFO O| Aug 05 16:41:22.351 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7844 | 2024-08-05T16:41:23.910Z | [ recovery-image] Aug 05 16:41:22.361 INFO O| Aug 05 16:41:22.361 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7845 | 2024-08-05T16:41:23.912Z | [ recovery-image] Aug 05 16:41:22.362 INFO O| Aug 05 16:41:22.362 INFO STEP 67 (remove_files) COMPLETE |
7846 | 2024-08-05T16:41:23.912Z | [ recovery-image] Aug 05 16:41:22.362 INFO O| Aug 05 16:41:22.362 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7847 | 2024-08-05T16:41:23.920Z | [ recovery-image] Aug 05 16:41:22.372 INFO O| Aug 05 16:41:22.372 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7848 | 2024-08-05T16:41:23.923Z | [ recovery-image] Aug 05 16:41:22.372 INFO O| Aug 05 16:41:22.372 INFO STEP 68 (remove_files) COMPLETE |
7849 | 2024-08-05T16:41:23.923Z | [ recovery-image] Aug 05 16:41:22.372 INFO O| Aug 05 16:41:22.372 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7850 | 2024-08-05T16:41:23.931Z | [ recovery-image] Aug 05 16:41:22.383 INFO O| Aug 05 16:41:22.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7851 | 2024-08-05T16:41:23.934Z | [ recovery-image] Aug 05 16:41:22.383 INFO O| Aug 05 16:41:22.383 INFO STEP 69 (remove_files) COMPLETE |
7852 | 2024-08-05T16:41:23.934Z | [ recovery-image] Aug 05 16:41:22.383 INFO O| Aug 05 16:41:22.383 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7853 | 2024-08-05T16:41:23.937Z | [ host-image] Aug 05 16:41:22.389 INFO O| Aug 05 16:41:22.389 INFO STEP 11 (pkg_install) COMPLETE |
7854 | 2024-08-05T16:41:23.937Z | [ host-image] Aug 05 16:41:22.389 INFO O| Aug 05 16:41:22.389 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7855 | 2024-08-05T16:41:23.942Z | [ recovery-image] Aug 05 16:41:22.394 INFO O| Aug 05 16:41:22.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7856 | 2024-08-05T16:41:23.945Z | [ recovery-image] Aug 05 16:41:22.394 INFO O| Aug 05 16:41:22.394 INFO STEP 70 (remove_files) COMPLETE |
7857 | 2024-08-05T16:41:23.945Z | [ recovery-image] Aug 05 16:41:22.394 INFO O| Aug 05 16:41:22.394 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7858 | 2024-08-05T16:41:23.948Z | [ host-image] Aug 05 16:41:22.400 INFO O| Aug 05 16:41:22.400 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
7859 | 2024-08-05T16:41:23.953Z | [ recovery-image] Aug 05 16:41:22.405 INFO O| Aug 05 16:41:22.405 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7860 | 2024-08-05T16:41:23.956Z | [ recovery-image] Aug 05 16:41:22.405 INFO O| Aug 05 16:41:22.405 INFO STEP 71 (remove_files) COMPLETE |
7861 | 2024-08-05T16:41:23.956Z | [ recovery-image] Aug 05 16:41:22.405 INFO O| Aug 05 16:41:22.405 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7862 | 2024-08-05T16:41:23.965Z | [ recovery-image] Aug 05 16:41:22.416 INFO O| Aug 05 16:41:22.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7863 | 2024-08-05T16:41:23.965Z | [ recovery-image] Aug 05 16:41:22.417 INFO O| Aug 05 16:41:22.417 INFO STEP 72 (remove_files) COMPLETE |
7864 | 2024-08-05T16:41:23.968Z | [ recovery-image] Aug 05 16:41:22.417 INFO O| Aug 05 16:41:22.417 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7865 | 2024-08-05T16:41:23.975Z | [ recovery-image] Aug 05 16:41:22.427 INFO O| Aug 05 16:41:22.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7866 | 2024-08-05T16:41:23.976Z | [ recovery-image] Aug 05 16:41:22.427 INFO O| Aug 05 16:41:22.427 INFO STEP 73 (remove_files) COMPLETE |
7867 | 2024-08-05T16:41:23.976Z | [ recovery-image] Aug 05 16:41:22.428 INFO O| Aug 05 16:41:22.427 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7868 | 2024-08-05T16:41:23.994Z | [ recovery-image] Aug 05 16:41:22.439 INFO O| Aug 05 16:41:22.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7869 | 2024-08-05T16:41:23.994Z | [ recovery-image] Aug 05 16:41:22.439 INFO O| Aug 05 16:41:22.439 INFO STEP 74 (remove_files) COMPLETE |
7870 | 2024-08-05T16:41:23.997Z | [ recovery-image] Aug 05 16:41:22.439 INFO O| Aug 05 16:41:22.439 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7871 | 2024-08-05T16:41:23.999Z | [ recovery-image] Aug 05 16:41:22.450 INFO O| Aug 05 16:41:22.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7872 | 2024-08-05T16:41:23.999Z | [ recovery-image] Aug 05 16:41:22.450 INFO O| Aug 05 16:41:22.450 INFO STEP 75 (remove_files) COMPLETE |
7873 | 2024-08-05T16:41:23.999Z | [ recovery-image] Aug 05 16:41:22.450 INFO O| Aug 05 16:41:22.450 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7874 | 2024-08-05T16:41:24.009Z | [ recovery-image] Aug 05 16:41:22.461 INFO O| Aug 05 16:41:22.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7875 | 2024-08-05T16:41:24.009Z | [ recovery-image] Aug 05 16:41:22.461 INFO O| Aug 05 16:41:22.461 INFO STEP 76 (remove_files) COMPLETE |
7876 | 2024-08-05T16:41:24.012Z | [ recovery-image] Aug 05 16:41:22.461 INFO O| Aug 05 16:41:22.461 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7877 | 2024-08-05T16:41:24.019Z | [ recovery-image] Aug 05 16:41:22.471 INFO O| Aug 05 16:41:22.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7878 | 2024-08-05T16:41:24.020Z | [ recovery-image] Aug 05 16:41:22.471 INFO O| Aug 05 16:41:22.471 INFO STEP 77 (remove_files) COMPLETE |
7879 | 2024-08-05T16:41:24.023Z | [ recovery-image] Aug 05 16:41:22.472 INFO O| Aug 05 16:41:22.471 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7880 | 2024-08-05T16:41:24.030Z | [ recovery-image] Aug 05 16:41:22.482 INFO O| Aug 05 16:41:22.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7881 | 2024-08-05T16:41:24.030Z | [ recovery-image] Aug 05 16:41:22.482 INFO O| Aug 05 16:41:22.482 INFO STEP 78 (remove_files) COMPLETE |
7882 | 2024-08-05T16:41:24.032Z | [ recovery-image] Aug 05 16:41:22.482 INFO O| Aug 05 16:41:22.482 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7883 | 2024-08-05T16:41:24.041Z | [ recovery-image] Aug 05 16:41:22.492 INFO O| Aug 05 16:41:22.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7884 | 2024-08-05T16:41:24.041Z | [ recovery-image] Aug 05 16:41:22.493 INFO O| Aug 05 16:41:22.493 INFO STEP 79 (remove_files) COMPLETE |
7885 | 2024-08-05T16:41:24.041Z | [ recovery-image] Aug 05 16:41:22.493 INFO O| Aug 05 16:41:22.493 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7886 | 2024-08-05T16:41:24.051Z | [ recovery-image] Aug 05 16:41:22.503 INFO O| Aug 05 16:41:22.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7887 | 2024-08-05T16:41:24.051Z | [ recovery-image] Aug 05 16:41:22.503 INFO O| Aug 05 16:41:22.503 INFO STEP 80 (remove_files) COMPLETE |
7888 | 2024-08-05T16:41:24.051Z | [ recovery-image] Aug 05 16:41:22.503 INFO O| Aug 05 16:41:22.503 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7889 | 2024-08-05T16:41:24.063Z | [ recovery-image] Aug 05 16:41:22.515 INFO O| Aug 05 16:41:22.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7890 | 2024-08-05T16:41:24.063Z | [ recovery-image] Aug 05 16:41:22.515 INFO O| Aug 05 16:41:22.515 INFO STEP 81 (remove_files) COMPLETE |
7891 | 2024-08-05T16:41:24.063Z | [ recovery-image] Aug 05 16:41:22.515 INFO O| Aug 05 16:41:22.515 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7892 | 2024-08-05T16:41:24.074Z | [ recovery-image] Aug 05 16:41:22.526 INFO O| Aug 05 16:41:22.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
7893 | 2024-08-05T16:41:24.074Z | [ recovery-image] Aug 05 16:41:22.526 INFO O| Aug 05 16:41:22.526 INFO STEP 82 (remove_files) COMPLETE |
7894 | 2024-08-05T16:41:24.074Z | [ recovery-image] Aug 05 16:41:22.526 INFO O| Aug 05 16:41:22.526 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7895 | 2024-08-05T16:41:24.085Z | [ recovery-image] Aug 05 16:41:22.536 INFO O| Aug 05 16:41:22.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
7896 | 2024-08-05T16:41:24.085Z | [ recovery-image] Aug 05 16:41:22.536 INFO O| Aug 05 16:41:22.536 INFO STEP 83 (remove_files) COMPLETE |
7897 | 2024-08-05T16:41:24.085Z | [ recovery-image] Aug 05 16:41:22.536 INFO O| Aug 05 16:41:22.536 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7898 | 2024-08-05T16:41:24.095Z | [ recovery-image] Aug 05 16:41:22.547 INFO O| Aug 05 16:41:22.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
7899 | 2024-08-05T16:41:24.095Z | [ recovery-image] Aug 05 16:41:22.547 INFO O| Aug 05 16:41:22.547 INFO STEP 84 (remove_files) COMPLETE |
7900 | 2024-08-05T16:41:24.098Z | [ recovery-image] Aug 05 16:41:22.547 INFO O| Aug 05 16:41:22.547 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7901 | 2024-08-05T16:41:24.105Z | [ recovery-image] Aug 05 16:41:22.557 INFO O| Aug 05 16:41:22.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
7902 | 2024-08-05T16:41:24.108Z | [ recovery-image] Aug 05 16:41:22.557 INFO O| Aug 05 16:41:22.557 INFO STEP 85 (remove_files) COMPLETE |
7903 | 2024-08-05T16:41:24.108Z | [ recovery-image] Aug 05 16:41:22.557 INFO O| Aug 05 16:41:22.557 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7904 | 2024-08-05T16:41:24.118Z | [ recovery-image] Aug 05 16:41:22.570 INFO O| Aug 05 16:41:22.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
7905 | 2024-08-05T16:41:24.121Z | [ recovery-image] Aug 05 16:41:22.570 INFO O| Aug 05 16:41:22.570 INFO STEP 86 (remove_files) COMPLETE |
7906 | 2024-08-05T16:41:24.121Z | [ recovery-image] Aug 05 16:41:22.570 INFO O| Aug 05 16:41:22.570 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7907 | 2024-08-05T16:41:24.129Z | [ recovery-image] Aug 05 16:41:22.581 INFO O| Aug 05 16:41:22.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
7908 | 2024-08-05T16:41:24.133Z | [ recovery-image] Aug 05 16:41:22.581 INFO O| Aug 05 16:41:22.581 INFO STEP 87 (remove_files) COMPLETE |
7909 | 2024-08-05T16:41:24.133Z | [ recovery-image] Aug 05 16:41:22.581 INFO O| Aug 05 16:41:22.581 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7910 | 2024-08-05T16:41:24.141Z | [ recovery-image] Aug 05 16:41:22.593 INFO O| Aug 05 16:41:22.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
7911 | 2024-08-05T16:41:24.142Z | [ recovery-image] Aug 05 16:41:22.594 INFO O| Aug 05 16:41:22.593 INFO STEP 88 (remove_files) COMPLETE |
7912 | 2024-08-05T16:41:24.144Z | [ recovery-image] Aug 05 16:41:22.594 INFO O| Aug 05 16:41:22.593 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7913 | 2024-08-05T16:41:24.152Z | [ recovery-image] Aug 05 16:41:22.604 INFO O| Aug 05 16:41:22.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
7914 | 2024-08-05T16:41:24.155Z | [ recovery-image] Aug 05 16:41:22.605 INFO O| Aug 05 16:41:22.604 INFO STEP 89 (remove_files) COMPLETE |
7915 | 2024-08-05T16:41:24.155Z | [ recovery-image] Aug 05 16:41:22.605 INFO O| Aug 05 16:41:22.605 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7916 | 2024-08-05T16:41:24.164Z | [ recovery-image] Aug 05 16:41:22.615 INFO O| Aug 05 16:41:22.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
7917 | 2024-08-05T16:41:24.167Z | [ recovery-image] Aug 05 16:41:22.615 INFO O| Aug 05 16:41:22.615 INFO STEP 90 (remove_files) COMPLETE |
7918 | 2024-08-05T16:41:24.167Z | [ recovery-image] Aug 05 16:41:22.615 INFO O| Aug 05 16:41:22.615 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7919 | 2024-08-05T16:41:24.174Z | [ recovery-image] Aug 05 16:41:22.625 INFO O| Aug 05 16:41:22.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
7920 | 2024-08-05T16:41:24.174Z | [ recovery-image] Aug 05 16:41:22.626 INFO O| Aug 05 16:41:22.625 INFO STEP 91 (remove_files) COMPLETE |
7921 | 2024-08-05T16:41:24.174Z | [ recovery-image] Aug 05 16:41:22.626 INFO O| Aug 05 16:41:22.625 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7922 | 2024-08-05T16:41:24.184Z | [ recovery-image] Aug 05 16:41:22.636 INFO O| Aug 05 16:41:22.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
7923 | 2024-08-05T16:41:24.184Z | [ recovery-image] Aug 05 16:41:22.636 INFO O| Aug 05 16:41:22.636 INFO STEP 92 (remove_files) COMPLETE |
7924 | 2024-08-05T16:41:24.184Z | [ recovery-image] Aug 05 16:41:22.636 INFO O| Aug 05 16:41:22.636 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7925 | 2024-08-05T16:41:24.195Z | [ recovery-image] Aug 05 16:41:22.647 INFO O| Aug 05 16:41:22.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
7926 | 2024-08-05T16:41:24.195Z | [ recovery-image] Aug 05 16:41:22.647 INFO O| Aug 05 16:41:22.647 INFO STEP 93 (remove_files) COMPLETE |
7927 | 2024-08-05T16:41:24.195Z | [ recovery-image] Aug 05 16:41:22.647 INFO O| Aug 05 16:41:22.647 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7928 | 2024-08-05T16:41:24.206Z | [ recovery-image] Aug 05 16:41:22.658 INFO O| Aug 05 16:41:22.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
7929 | 2024-08-05T16:41:24.206Z | [ recovery-image] Aug 05 16:41:22.658 INFO O| Aug 05 16:41:22.658 INFO STEP 94 (remove_files) COMPLETE |
7930 | 2024-08-05T16:41:24.206Z | [ recovery-image] Aug 05 16:41:22.658 INFO O| Aug 05 16:41:22.658 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7931 | 2024-08-05T16:41:24.222Z | [ recovery-image] Aug 05 16:41:22.674 INFO O| Aug 05 16:41:22.673 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
7932 | 2024-08-05T16:41:24.222Z | [ recovery-image] Aug 05 16:41:22.674 INFO O| Aug 05 16:41:22.674 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_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"} |
7933 | 2024-08-05T16:41:24.531Z | [ host-image] Aug 05 16:41:22.983 INFO O| Aug 05 16:41:22.982 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7934 | 2024-08-05T16:41:26.064Z | [ host-image] Aug 05 16:41:24.515 INFO O| Aug 05 16:41:24.515 INFO O| Planning: Solver setup ... Done |
7935 | 2024-08-05T16:41:26.067Z | [ host-image] Aug 05 16:41:24.518 INFO O| Aug 05 16:41:24.518 INFO O| Planning: Running solver ... Done |
7936 | 2024-08-05T16:41:26.106Z | [ host-image] Aug 05 16:41:24.557 INFO O| Aug 05 16:41:24.557 INFO O| Planning: Finding local manifests ... Done |
7937 | 2024-08-05T16:41:26.108Z | [ host-image] Aug 05 16:41:24.558 INFO O| Aug 05 16:41:24.558 INFO O| Planning: Fetching manifests: 0/4 0% complete |
7938 | 2024-08-05T16:41:26.217Z | [ host-image] Aug 05 16:41:24.668 INFO O| Aug 05 16:41:24.668 INFO O| Planning: Fetching manifests: 4/4 100% complete |
7939 | 2024-08-05T16:41:26.244Z | [ host-image] Aug 05 16:41:24.695 INFO O| Aug 05 16:41:24.695 INFO O| Planning: Package planning ... Done |
7940 | 2024-08-05T16:41:26.247Z | [ host-image] Aug 05 16:41:24.699 INFO O| Aug 05 16:41:24.699 INFO O| Planning: Merging actions ... Done |
7941 | 2024-08-05T16:41:26.330Z | [ host-image] Aug 05 16:41:24.781 INFO O| Aug 05 16:41:24.781 INFO O| Planning: Checking for conflicting actions ... Done |
7942 | 2024-08-05T16:41:26.337Z | [ host-image] Aug 05 16:41:24.782 INFO O| Aug 05 16:41:24.782 INFO O| Planning: Consolidating action changes ... Done |
7943 | 2024-08-05T16:41:26.586Z | [ host-image] Aug 05 16:41:25.037 INFO O| Aug 05 16:41:25.037 INFO O| Planning: Evaluating mediators ... Done |
7944 | 2024-08-05T16:41:26.589Z | [ host-image] Aug 05 16:41:25.039 INFO O| Aug 05 16:41:25.039 INFO O| Planning: Planning completed in 2.06 seconds |
7945 | 2024-08-05T16:41:26.589Z | [ host-image] Aug 05 16:41:25.040 INFO O| Aug 05 16:41:25.040 INFO O| Packages to install: 4 |
7946 | 2024-08-05T16:41:26.589Z | [ host-image] Aug 05 16:41:25.040 INFO O| Aug 05 16:41:25.040 INFO O| Services to change: 2 |
7947 | 2024-08-05T16:41:26.600Z | [ host-image] Aug 05 16:41:25.051 INFO O| Aug 05 16:41:25.051 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
7948 | 2024-08-05T16:41:27.659Z | [ host-image] Aug 05 16:41:26.110 INFO O| Aug 05 16:41:26.110 INFO O| Download: Completed 1.39 MB in 1.06 seconds (1.3M/s) |
7949 | 2024-08-05T16:41:27.689Z | [ host-image] Aug 05 16:41:26.140 INFO O| Aug 05 16:41:26.140 INFO O| Actions: 1/238 actions (Installing new actions) |
7950 | 2024-08-05T16:41:27.807Z | [ host-image] Aug 05 16:41:26.258 INFO O| Aug 05 16:41:26.258 INFO O| Actions: Completed 238 actions in 0.12 seconds. |
7951 | 2024-08-05T16:41:28.079Z | [ host-image] Aug 05 16:41:26.530 INFO O| Aug 05 16:41:26.530 INFO O| Done |
7952 | 2024-08-05T16:41:28.079Z | [ host-image] Aug 05 16:41:26.530 INFO O| Aug 05 16:41:26.530 INFO O| Done |
7953 | 2024-08-05T16:41:28.531Z | [ host-image] Aug 05 16:41:26.967 INFO O| Aug 05 16:41:26.967 INFO O| Done |
7954 | 2024-08-05T16:41:29.915Z | [ host-image] Aug 05 16:41:28.365 INFO O| Aug 05 16:41:28.365 INFO O| Done |
7955 | 2024-08-05T16:41:29.939Z | [ host-image] Aug 05 16:41:28.390 INFO O| Aug 05 16:41:28.390 INFO O| Done |
7956 | 2024-08-05T16:41:29.940Z | [ host-image] Aug 05 16:41:28.390 INFO O| Aug 05 16:41:28.390 INFO O| Done |
7957 | 2024-08-05T16:41:29.955Z | [ host-image] Aug 05 16:41:28.406 INFO O| Aug 05 16:41:28.406 INFO O| Done |
7958 | 2024-08-05T16:41:30.055Z | [ host-image] Aug 05 16:41:28.506 INFO O| Aug 05 16:41:28.505 INFO STEP 12 (pkg_install) COMPLETE |
7959 | 2024-08-05T16:41:30.055Z | [ host-image] Aug 05 16:41:28.506 INFO O| Aug 05 16:41:28.505 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7960 | 2024-08-05T16:41:30.067Z | [ host-image] Aug 05 16:41:28.518 INFO O| Aug 05 16:41:28.518 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
7961 | 2024-08-05T16:41:30.552Z | [ host-image] Aug 05 16:41:29.001 INFO O| Aug 05 16:41:29.001 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7962 | 2024-08-05T16:41:30.866Z | [ recovery-image] Aug 05 16:41:29.317 INFO O| Aug 05 16:41:29.316 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 |
7963 | 2024-08-05T16:41:30.866Z | [ recovery-image] Aug 05 16:41:29.317 INFO O| Aug 05 16:41:29.316 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
7964 | 2024-08-05T16:41:30.880Z | [ recovery-image] Aug 05 16:41:29.330 INFO O| Aug 05 16:41:29.330 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "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"} |
7965 | 2024-08-05T16:41:30.959Z | [ recovery-image] Aug 05 16:41:29.409 INFO O| Aug 05 16:41:29.409 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
7966 | 2024-08-05T16:41:30.959Z | [ recovery-image] Aug 05 16:41:29.409 INFO O| Aug 05 16:41:29.409 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 ... |
7967 | 2024-08-05T16:41:30.963Z | [ recovery-image] Aug 05 16:41:29.411 INFO O| Aug 05 16:41:29.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
7968 | 2024-08-05T16:41:30.963Z | [ recovery-image] Aug 05 16:41:29.411 INFO O| Aug 05 16:41:29.411 INFO ok! |
7969 | 2024-08-05T16:41:30.963Z | [ recovery-image] Aug 05 16:41:29.411 INFO O| Aug 05 16:41:29.411 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
7970 | 2024-08-05T16:41:30.963Z | [ recovery-image] Aug 05 16:41:29.411 INFO O| Aug 05 16:41:29.411 INFO STEP 95 (seed_smf) COMPLETE |
7971 | 2024-08-05T16:41:30.963Z | [ recovery-image] Aug 05 16:41:29.411 INFO O| Aug 05 16:41:29.411 INFO steps complete; finalising image! |
7972 | 2024-08-05T16:41:30.963Z | [ recovery-image] Aug 05 16:41:29.411 INFO O| Aug 05 16:41:29.411 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
7973 | 2024-08-05T16:41:31.000Z | [ recovery-image] Aug 05 16:41:29.450 INFO O| Aug 05 16:41:29.450 INFO trim TEMPORARY-gimlet-zfs-recovery: (10% trimmed, started at Mon Aug 5 16:41:29 2024) |
7974 | 2024-08-05T16:41:31.225Z | [ recovery-image] Aug 05 16:41:29.675 INFO O| Aug 05 16:41:29.675 INFO temporary pool has 396M used, 1.36G avail, 1.00x compressratio |
7975 | 2024-08-05T16:41:31.225Z | [ recovery-image] Aug 05 16:41:29.675 INFO O| Aug 05 16:41:29.675 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
7976 | 2024-08-05T16:41:31.446Z | [ recovery-image] Aug 05 16:41:29.896 INFO O| Aug 05 16:41:29.896 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 |
7977 | 2024-08-05T16:41:31.446Z | [ recovery-image] Aug 05 16:41:29.896 INFO O| Aug 05 16:41:29.896 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
7978 | 2024-08-05T16:41:31.942Z | [ host-image] Aug 05 16:41:30.393 INFO O| Aug 05 16:41:30.393 INFO O| Planning: Solver setup ... Done |
7979 | 2024-08-05T16:41:31.946Z | [ host-image] Aug 05 16:41:30.397 INFO O| Aug 05 16:41:30.397 INFO O| Planning: Running solver ... Done |
7980 | 2024-08-05T16:41:31.983Z | [ host-image] Aug 05 16:41:30.433 INFO O| Aug 05 16:41:30.433 INFO O| Planning: Finding local manifests ... Done |
7981 | 2024-08-05T16:41:31.986Z | [ host-image] Aug 05 16:41:30.435 INFO O| Aug 05 16:41:30.435 INFO O| Planning: Fetching manifests: 0/6 0% complete |
7982 | 2024-08-05T16:41:32.133Z | [ host-image] Aug 05 16:41:30.583 INFO O| Aug 05 16:41:30.583 INFO O| Planning: Fetching manifests: 6/6 100% complete |
7983 | 2024-08-05T16:41:32.168Z | [ host-image] Aug 05 16:41:30.619 INFO O| Aug 05 16:41:30.618 INFO O| Planning: Package planning ... Done |
7984 | 2024-08-05T16:41:32.187Z | [ host-image] Aug 05 16:41:30.637 INFO O| Aug 05 16:41:30.637 INFO O| Planning: Merging actions ... Done |
7985 | 2024-08-05T16:41:32.261Z | [ host-image] Aug 05 16:41:30.711 INFO O| Aug 05 16:41:30.711 INFO O| Planning: Checking for conflicting actions ... Done |
7986 | 2024-08-05T16:41:32.264Z | [ host-image] Aug 05 16:41:30.715 INFO O| Aug 05 16:41:30.715 INFO O| Planning: Consolidating action changes ... Done |
7987 | 2024-08-05T16:41:32.576Z | [ host-image] Aug 05 16:41:31.026 INFO O| Aug 05 16:41:31.026 INFO O| Planning: Evaluating mediators ... Done |
7988 | 2024-08-05T16:41:32.580Z | [ host-image] Aug 05 16:41:31.030 INFO O| Aug 05 16:41:31.030 INFO O| Planning: Planning completed in 2.03 seconds |
7989 | 2024-08-05T16:41:32.583Z | [ host-image] Aug 05 16:41:31.032 INFO O| Aug 05 16:41:31.032 INFO O| Packages to install: 6 |
7990 | 2024-08-05T16:41:32.583Z | [ host-image] Aug 05 16:41:31.032 INFO O| Aug 05 16:41:31.032 INFO O| Mediators to change: 1 |
7991 | 2024-08-05T16:41:32.583Z | [ host-image] Aug 05 16:41:31.032 INFO O| Aug 05 16:41:31.032 INFO O| Services to change: 1 |
7992 | 2024-08-05T16:41:32.595Z | [ host-image] Aug 05 16:41:31.045 INFO O| Aug 05 16:41:31.045 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
7993 | 2024-08-05T16:41:34.372Z | [ recovery-image] Aug 05 16:41:32.822 INFO O| Aug 05 16:41:32.822 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
7994 | 2024-08-05T16:41:34.373Z | [ recovery-image] Aug 05 16:41:32.822 INFO O| Aug 05 16:41:32.822 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
7995 | 2024-08-05T16:41:34.375Z | [ recovery-image] Aug 05 16:41:32.822 INFO O| Aug 05 16:41:32.822 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
7996 | 2024-08-05T16:41:34.375Z | [ recovery-image] Aug 05 16:41:32.822 INFO O| Aug 05 16:41:32.822 INFO completed processing gimlet/zfs-recovery |
7997 | 2024-08-05T16:41:34.376Z | [ recovery-image] Aug 05 16:41:32.822 INFO O| Aug 05 16:41:32.822 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7998 | 2024-08-05T16:41:34.946Z | [ recovery-image] Aug 05 16:41:33.396 INFO O| Aug 05 16:41:33.395 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7999 | 2024-08-05T16:41:35.030Z | [ recovery-image] Aug 05 16:41:33.480 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n" |
8000 | 2024-08-05T16:41:35.030Z | [ recovery-image] Aug 05 16:41:33.480 INFO expanded image name: "recovery 4678f7d/${os_short_commit} 2024-08-05 16:14" -> "recovery 4678f7d/795571e 2024-08-05 16:14" |
8001 | 2024-08-05T16:41:35.034Z | [ recovery-image] Aug 05 16:41:33.480 INFO output artefacts stored in: "/work/os-recovery" |
8002 | 2024-08-05T16:41:35.034Z | [ recovery-image] Aug 05 16:41:33.480 INFO collecting git info from project "phbl"... |
8003 | 2024-08-05T16:41:35.038Z | [ recovery-image] Aug 05 16:41:33.488 INFO collecting git info from project "amd-host-image-builder"... |
8004 | 2024-08-05T16:41:35.285Z | [ recovery-image] Aug 05 16:41:33.734 INFO collecting git info from project "pilot"... |
8005 | 2024-08-05T16:41:35.296Z | [ recovery-image] Aug 05 16:41:33.745 INFO collecting git info from project "chelsio-t6-roms"... |
8006 | 2024-08-05T16:41:35.318Z | [ recovery-image] Aug 05 16:41:33.768 INFO collecting git info from project "pinprick"... |
8007 | 2024-08-05T16:41:35.324Z | [ recovery-image] Aug 05 16:41:33.774 INFO collecting git info from project "image-builder"... |
8008 | 2024-08-05T16:41:35.330Z | [ recovery-image] Aug 05 16:41:33.780 INFO collecting git info from project "bootserver"... |
8009 | 2024-08-05T16:41:35.336Z | [ recovery-image] Aug 05 16:41:33.786 INFO collecting git info from project "amd-firmware"... |
8010 | 2024-08-05T16:41:35.469Z | [ recovery-image] Aug 05 16:41:33.919 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8011 | 2024-08-05T16:41:35.832Z | [ recovery-image] Aug 05 16:41:34.281 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8012 | 2024-08-05T16:41:36.184Z | [ recovery-image] Aug 05 16:41:34.634 INFO creating Oxide boot image... |
8013 | 2024-08-05T16:41:36.184Z | [ recovery-image] Aug 05 16:41:34.634 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 4678f7d/795571e 2024-08-05 16:14", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8014 | 2024-08-05T16:41:37.597Z | [ host-image] Aug 05 16:41:36.046 INFO O| Aug 05 16:41:36.045 INFO O| Download: 514/1140 items 2.6/8.4MB 31% complete (547k/s) |
8015 | 2024-08-05T16:41:42.962Z | [ host-image] Aug 05 16:41:41.411 INFO O| Aug 05 16:41:41.411 INFO O| Download: 1117/1140 items 6.6/8.4MB 78% complete (817k/s) |
8016 | 2024-08-05T16:41:43.118Z | [ host-image] Aug 05 16:41:41.566 INFO O| Aug 05 16:41:41.566 INFO O| Download: Completed 8.42 MB in 10.52 seconds (819k/s) |
8017 | 2024-08-05T16:41:43.170Z | [ host-image] Aug 05 16:41:41.619 INFO O| Aug 05 16:41:41.619 INFO O| Actions: 1/1361 actions (Installing new actions) |
8018 | 2024-08-05T16:41:43.771Z | [ host-image] Aug 05 16:41:42.032 INFO O| Aug 05 16:41:42.032 INFO O| Actions: Completed 1361 actions in 0.41 seconds. |
8019 | 2024-08-05T16:41:43.815Z | [ host-image] Aug 05 16:41:42.263 INFO O| Aug 05 16:41:42.263 INFO O| Done |
8020 | 2024-08-05T16:41:43.815Z | [ host-image] Aug 05 16:41:42.263 INFO O| Aug 05 16:41:42.263 INFO O| Done |
8021 | 2024-08-05T16:41:44.144Z | [ host-image] Aug 05 16:41:42.593 INFO O| Aug 05 16:41:42.592 INFO O| Done |
8022 | 2024-08-05T16:41:45.336Z | [ host-image] Aug 05 16:41:43.784 INFO O| Aug 05 16:41:43.784 INFO O| Done |
8023 | 2024-08-05T16:41:45.360Z | [ host-image] Aug 05 16:41:43.809 INFO O| Aug 05 16:41:43.808 INFO O| Done |
8024 | 2024-08-05T16:41:45.363Z | [ host-image] Aug 05 16:41:43.809 INFO O| Aug 05 16:41:43.809 INFO O| Done |
8025 | 2024-08-05T16:41:45.398Z | [ host-image] Aug 05 16:41:43.846 INFO O| Aug 05 16:41:43.846 INFO O| Done |
8026 | 2024-08-05T16:41:45.495Z | [ host-image] Aug 05 16:41:43.943 INFO O| Aug 05 16:41:43.942 INFO STEP 13 (pkg_install) COMPLETE |
8027 | 2024-08-05T16:41:45.495Z | [ host-image] Aug 05 16:41:43.943 INFO O| Aug 05 16:41:43.943 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8028 | 2024-08-05T16:41:45.505Z | [ host-image] Aug 05 16:41:43.954 INFO O| Aug 05 16:41:43.954 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
8029 | 2024-08-05T16:41:45.934Z | [ host-image] Aug 05 16:41:44.381 INFO O| Aug 05 16:41:44.381 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8030 | 2024-08-05T16:41:47.259Z | [ host-image] Aug 05 16:41:45.707 INFO O| Aug 05 16:41:45.707 INFO O| Planning: Solver setup ... Done |
8031 | 2024-08-05T16:41:47.263Z | [ host-image] Aug 05 16:41:45.711 INFO O| Aug 05 16:41:45.711 INFO O| Planning: Running solver ... Done |
8032 | 2024-08-05T16:41:47.301Z | [ host-image] Aug 05 16:41:45.749 INFO O| Aug 05 16:41:45.749 INFO O| Planning: Finding local manifests ... Done |
8033 | 2024-08-05T16:41:47.304Z | [ host-image] Aug 05 16:41:45.749 INFO O| Aug 05 16:41:45.749 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8034 | 2024-08-05T16:41:47.362Z | [ host-image] Aug 05 16:41:45.810 INFO O| Aug 05 16:41:45.810 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8035 | 2024-08-05T16:41:47.381Z | [ host-image] Aug 05 16:41:45.830 INFO O| Aug 05 16:41:45.829 INFO O| Planning: Package planning ... Done |
8036 | 2024-08-05T16:41:47.385Z | [ host-image] Aug 05 16:41:45.830 INFO O| Aug 05 16:41:45.830 INFO O| Planning: Merging actions ... Done |
8037 | 2024-08-05T16:41:47.442Z | [ host-image] Aug 05 16:41:45.890 INFO O| Aug 05 16:41:45.890 INFO O| Planning: Checking for conflicting actions ... Done |
8038 | 2024-08-05T16:41:47.445Z | [ host-image] Aug 05 16:41:45.891 INFO O| Aug 05 16:41:45.891 INFO O| Planning: Consolidating action changes ... Done |
8039 | 2024-08-05T16:41:47.687Z | [ host-image] Aug 05 16:41:46.135 INFO O| Aug 05 16:41:46.135 INFO O| Planning: Evaluating mediators ... Done |
8040 | 2024-08-05T16:41:47.689Z | [ host-image] Aug 05 16:41:46.135 INFO O| Aug 05 16:41:46.135 INFO O| Planning: Planning completed in 1.75 seconds |
8041 | 2024-08-05T16:41:47.689Z | [ host-image] Aug 05 16:41:46.137 INFO O| Aug 05 16:41:46.137 INFO O| Packages to install: 1 |
8042 | 2024-08-05T16:41:47.699Z | [ host-image] Aug 05 16:41:46.147 INFO O| Aug 05 16:41:46.147 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
8043 | 2024-08-05T16:41:48.351Z | [ host-image] Aug 05 16:41:46.799 INFO O| Aug 05 16:41:46.798 INFO O| Download: Completed 20.86 MB in 0.65 seconds (32.0M/s) |
8044 | 2024-08-05T16:41:48.374Z | [ host-image] Aug 05 16:41:46.822 INFO O| Aug 05 16:41:46.822 INFO O| Actions: 1/22 actions (Installing new actions) |
8045 | 2024-08-05T16:41:48.891Z | [ host-image] Aug 05 16:41:47.335 INFO O| Aug 05 16:41:47.335 INFO O| Actions: Completed 22 actions in 0.51 seconds. |
8046 | 2024-08-05T16:41:49.108Z | [ host-image] Aug 05 16:41:47.556 INFO O| Aug 05 16:41:47.556 INFO O| Done |
8047 | 2024-08-05T16:41:49.108Z | [ host-image] Aug 05 16:41:47.556 INFO O| Aug 05 16:41:47.556 INFO O| Done |
8048 | 2024-08-05T16:41:49.432Z | [ host-image] Aug 05 16:41:47.880 INFO O| Aug 05 16:41:47.880 INFO O| Done |
8049 | 2024-08-05T16:41:50.647Z | [ host-image] Aug 05 16:41:49.095 INFO O| Aug 05 16:41:49.095 INFO O| Done |
8050 | 2024-08-05T16:41:50.677Z | [ host-image] Aug 05 16:41:49.124 INFO O| Aug 05 16:41:49.124 INFO O| Done |
8051 | 2024-08-05T16:41:50.677Z | [ host-image] Aug 05 16:41:49.124 INFO O| Aug 05 16:41:49.124 INFO O| Done |
8052 | 2024-08-05T16:41:50.687Z | [ host-image] Aug 05 16:41:49.134 INFO O| Aug 05 16:41:49.134 INFO O| Done |
8053 | 2024-08-05T16:41:50.784Z | [ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO STEP 14 (pkg_install) COMPLETE |
8054 | 2024-08-05T16:41:50.784Z | [ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8055 | 2024-08-05T16:41:50.784Z | [ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO skip step because feature "mfg" is not enabled |
8056 | 2024-08-05T16:41:50.787Z | [ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8057 | 2024-08-05T16:41:50.787Z | [ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO skip step because feature "compliance" is not enabled |
8058 | 2024-08-05T16:41:50.787Z | [ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8059 | 2024-08-05T16:41:50.787Z | [ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO skip step because feature "stress" is not enabled |
8060 | 2024-08-05T16:41:50.787Z | [ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8061 | 2024-08-05T16:41:50.787Z | [ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO skip step because feature "nfs" is not enabled |
8062 | 2024-08-05T16:41:50.787Z | [ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8063 | 2024-08-05T16:41:50.787Z | [ host-image] Aug 05 16:41:49.231 INFO O| Aug 05 16:41:49.231 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8064 | 2024-08-05T16:41:50.847Z | [ host-image] Aug 05 16:41:49.294 INFO O| Aug 05 16:41:49.294 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8065 | 2024-08-05T16:41:50.923Z | [ host-image] Aug 05 16:41:49.371 INFO O| Aug 05 16:41:49.370 INFO completed processing gimlet/ramdisk-01-os |
8066 | 2024-08-05T16:41:50.926Z | [ host-image] Aug 05 16:41:49.372 INFO omicron1 baseline generation... |
8067 | 2024-08-05T16:41:50.926Z | [ host-image] Aug 05 16:41:49.373 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8068 | 2024-08-05T16:41:51.318Z | [ host-image] Aug 05 16:41:49.765 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22799:20240802T172233Z |
8069 | 2024-08-05T16:42:30.537Z | [ recovery-image] Aug 05 16:42:28.978 INFO O| ok, image written! |
8070 | 2024-08-05T16:42:30.537Z | [ recovery-image] Aug 05 16:42:28.978 INFO O| ok, boot_image_csum file written! |
8071 | 2024-08-05T16:42:30.540Z | [ recovery-image] Aug 05 16:42:28.981 INFO creating boot archive (CPIO)... |
8072 | 2024-08-05T16:42:30.540Z | [ recovery-image] Aug 05 16:42:28.981 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 |
8073 | 2024-08-05T16:42:30.550Z | [ recovery-image] Aug 05 16:42:28.992 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8074 | 2024-08-05T16:42:30.550Z | [ recovery-image] Aug 05 16:42:28.992 INFO E| + outfile=/work/os-recovery/cpio |
8075 | 2024-08-05T16:42:30.553Z | [ recovery-image] Aug 05 16:42:28.992 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8076 | 2024-08-05T16:42:30.553Z | [ recovery-image] Aug 05 16:42:28.994 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8077 | 2024-08-05T16:42:30.553Z | [ recovery-image] Aug 05 16:42:28.994 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8078 | 2024-08-05T16:42:30.586Z | [ recovery-image] Aug 05 16:42:29.027 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8079 | 2024-08-05T16:42:30.587Z | [ recovery-image] Aug 05 16:42:29.028 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8080 | 2024-08-05T16:42:30.594Z | [ recovery-image] Aug 05 16:42:29.035 INFO creating compressed cpio/unix for nanobl-rs... |
8081 | 2024-08-05T16:42:30.594Z | [ recovery-image] Aug 05 16:42:29.035 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 |
8082 | 2024-08-05T16:42:30.874Z | [ recovery-image] Aug 05 16:42:29.315 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8083 | 2024-08-05T16:42:35.252Z | [ recovery-image] Aug 05 16:42:33.693 INFO creating reset image... |
8084 | 2024-08-05T16:42:35.255Z | [ recovery-image] Aug 05 16:42:33.693 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8085 | 2024-08-05T16:42:35.498Z | [ recovery-image] Aug 05 16:42:33.938 INFO E| Updating crates.io index |
8086 | 2024-08-05T16:42:35.640Z | [ recovery-image] Aug 05 16:42:34.080 INFO E| Downloading crates ... |
8087 | 2024-08-05T16:42:35.711Z | [ recovery-image] Aug 05 16:42:34.151 INFO E| Downloaded anstyle-parse v0.2.3 |
8088 | 2024-08-05T16:42:35.717Z | [ recovery-image] Aug 05 16:42:34.157 INFO E| Downloaded anstyle-query v1.0.2 |
8089 | 2024-08-05T16:42:35.719Z | [ recovery-image] Aug 05 16:42:34.160 INFO E| Downloaded clap_derive v4.5.3 |
8090 | 2024-08-05T16:42:35.722Z | [ recovery-image] Aug 05 16:42:34.162 INFO E| Downloaded colorchoice v1.0.0 |
8091 | 2024-08-05T16:42:35.726Z | [ recovery-image] Aug 05 16:42:34.166 INFO E| Downloaded anstream v0.6.13 |
8092 | 2024-08-05T16:42:35.728Z | [ recovery-image] Aug 05 16:42:34.169 INFO E| Downloaded shared_child v1.0.0 |
8093 | 2024-08-05T16:42:35.731Z | [ recovery-image] Aug 05 16:42:34.170 INFO E| Downloaded os_pipe v1.1.5 |
8094 | 2024-08-05T16:42:35.731Z | [ recovery-image] Aug 05 16:42:34.171 INFO E| Downloaded anstyle v1.0.6 |
8095 | 2024-08-05T16:42:35.734Z | [ recovery-image] Aug 05 16:42:34.174 INFO E| Downloaded strsim v0.11.0 |
8096 | 2024-08-05T16:42:35.737Z | [ recovery-image] Aug 05 16:42:34.178 INFO E| Downloaded duct v0.13.7 |
8097 | 2024-08-05T16:42:35.743Z | [ recovery-image] Aug 05 16:42:34.183 INFO E| Downloaded proc-macro2 v1.0.79 |
8098 | 2024-08-05T16:42:35.746Z | [ recovery-image] Aug 05 16:42:34.186 INFO E| Downloaded clap v4.5.3 |
8099 | 2024-08-05T16:42:35.768Z | [ recovery-image] Aug 05 16:42:34.208 INFO E| Downloaded clap_builder v4.5.2 |
8100 | 2024-08-05T16:42:35.780Z | [ recovery-image] Aug 05 16:42:34.221 INFO E| Downloaded syn v2.0.53 |
8101 | 2024-08-05T16:42:35.810Z | [ recovery-image] Aug 05 16:42:34.250 INFO E| Downloaded libc v0.2.153 |
8102 | 2024-08-05T16:42:35.890Z | [ recovery-image] Aug 05 16:42:34.330 INFO E| Compiling proc-macro2 v1.0.79 |
8103 | 2024-08-05T16:42:35.890Z | [ recovery-image] Aug 05 16:42:34.330 INFO E| Compiling libc v0.2.153 |
8104 | 2024-08-05T16:42:35.893Z | [ recovery-image] Aug 05 16:42:34.330 INFO E| Compiling unicode-ident v1.0.12 |
8105 | 2024-08-05T16:42:35.893Z | [ recovery-image] Aug 05 16:42:34.330 INFO E| Compiling utf8parse v0.2.1 |
8106 | 2024-08-05T16:42:35.893Z | [ recovery-image] Aug 05 16:42:34.330 INFO E| Compiling anstyle v1.0.6 |
8107 | 2024-08-05T16:42:35.893Z | [ recovery-image] Aug 05 16:42:34.330 INFO E| Compiling colorchoice v1.0.0 |
8108 | 2024-08-05T16:42:35.893Z | [ recovery-image] Aug 05 16:42:34.331 INFO E| Compiling anstyle-query v1.0.2 |
8109 | 2024-08-05T16:42:35.893Z | [ recovery-image] Aug 05 16:42:34.331 INFO E| Compiling clap_lex v0.7.0 |
8110 | 2024-08-05T16:42:36.092Z | [ recovery-image] Aug 05 16:42:34.532 INFO E| Compiling anstyle-parse v0.2.3 |
8111 | 2024-08-05T16:42:36.140Z | [ recovery-image] Aug 05 16:42:34.580 INFO E| Compiling heck v0.5.0 |
8112 | 2024-08-05T16:42:36.140Z | [ recovery-image] Aug 05 16:42:34.580 INFO E| Compiling strsim v0.11.0 |
8113 | 2024-08-05T16:42:36.140Z | [ recovery-image] Aug 05 16:42:34.580 INFO E| Compiling once_cell v1.19.0 |
8114 | 2024-08-05T16:42:36.490Z | [ recovery-image] Aug 05 16:42:34.929 INFO E| Compiling anstream v0.6.13 |
8115 | 2024-08-05T16:42:36.884Z | [ recovery-image] Aug 05 16:42:35.324 INFO E| Compiling clap_builder v4.5.2 |
8116 | 2024-08-05T16:42:37.377Z | [ recovery-image] Aug 05 16:42:35.817 INFO E| Compiling os_pipe v1.1.5 |
8117 | 2024-08-05T16:42:37.377Z | [ recovery-image] Aug 05 16:42:35.817 INFO E| Compiling shared_child v1.0.0 |
8118 | 2024-08-05T16:42:37.472Z | [ recovery-image] Aug 05 16:42:35.912 INFO E| Compiling quote v1.0.35 |
8119 | 2024-08-05T16:42:37.526Z | [ recovery-image] Aug 05 16:42:35.966 INFO E| Compiling duct v0.13.7 |
8120 | 2024-08-05T16:42:37.840Z | [ recovery-image] Aug 05 16:42:36.280 INFO E| Compiling syn v2.0.53 |
8121 | 2024-08-05T16:42:42.977Z | [ recovery-image] Aug 05 16:42:41.416 INFO E| Compiling clap_derive v4.5.3 |
8122 | 2024-08-05T16:42:43.295Z | [ host-image] Aug 05 16:42:41.734 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22799:20240802T172305Z |
8123 | 2024-08-05T16:42:43.295Z | [ host-image] Aug 05 16:42:41.734 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22799:20240802T172305Z |
8124 | 2024-08-05T16:42:43.298Z | [ host-image] Aug 05 16:42:41.734 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8125 | 2024-08-05T16:42:43.298Z | [ host-image] Aug 05 16:42:41.734 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8126 | 2024-08-05T16:42:43.298Z | [ host-image] Aug 05 16:42:41.735 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8127 | 2024-08-05T16:42:43.298Z | [ host-image] Aug 05 16:42:41.735 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8128 | 2024-08-05T16:42:43.298Z | [ host-image] Aug 05 16:42:41.736 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8129 | 2024-08-05T16:42:43.298Z | [ host-image] Aug 05 16:42:41.736 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8130 | 2024-08-05T16:42:43.298Z | [ host-image] Aug 05 16:42:41.736 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8131 | 2024-08-05T16:42:43.298Z | [ host-image] Aug 05 16:42:41.736 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8132 | 2024-08-05T16:42:43.298Z | [ host-image] Aug 05 16:42:41.736 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22799:20240802T172305Z |
8133 | 2024-08-05T16:42:43.301Z | [ host-image] Aug 05 16:42:41.738 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22799:20240802T172306Z |
8134 | 2024-08-05T16:42:43.301Z | [ host-image] Aug 05 16:42:41.739 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22799:20240802T172306Z |
8135 | 2024-08-05T16:42:43.301Z | [ host-image] Aug 05 16:42:41.739 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22799:20240802T172306Z |
8136 | 2024-08-05T16:42:43.302Z | [ host-image] Aug 05 16:42:41.739 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8137 | 2024-08-05T16:42:43.302Z | [ host-image] Aug 05 16:42:41.740 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22799:20240802T172306Z |
8138 | 2024-08-05T16:42:43.304Z | [ host-image] Aug 05 16:42:41.741 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22799:20240802T172306Z |
8139 | 2024-08-05T16:42:43.304Z | [ host-image] Aug 05 16:42:41.741 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22799:20240802T172306Z |
8140 | 2024-08-05T16:42:43.304Z | [ host-image] Aug 05 16:42:41.741 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22799:20240802T172307Z |
8141 | 2024-08-05T16:42:43.304Z | [ host-image] Aug 05 16:42:41.741 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22799:20240802T172307Z |
8142 | 2024-08-05T16:42:43.304Z | [ host-image] Aug 05 16:42:41.741 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22799:20240802T172308Z |
8143 | 2024-08-05T16:42:43.305Z | [ host-image] Aug 05 16:42:41.741 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22799:20240802T172308Z |
8144 | 2024-08-05T16:42:43.305Z | [ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22799:20240802T172308Z |
8145 | 2024-08-05T16:42:43.305Z | [ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22799:20240802T172309Z |
8146 | 2024-08-05T16:42:43.305Z | [ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22799:20240802T172310Z |
8147 | 2024-08-05T16:42:43.305Z | [ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22799:20240802T172310Z |
8148 | 2024-08-05T16:42:43.305Z | [ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22799:20240802T172311Z |
8149 | 2024-08-05T16:42:43.305Z | [ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22799:20240802T172312Z |
8150 | 2024-08-05T16:42:43.305Z | [ host-image] Aug 05 16:42:41.742 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z |
8151 | 2024-08-05T16:42:43.305Z | [ host-image] Aug 05 16:42:41.743 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22799:20240802T172313Z |
8152 | 2024-08-05T16:42:43.305Z | [ host-image] Aug 05 16:42:41.743 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22799:20240802T172315Z |
8153 | 2024-08-05T16:42:43.305Z | [ host-image] Aug 05 16:42:41.743 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22799:20240802T172316Z |
8154 | 2024-08-05T16:42:43.305Z | [ host-image] Aug 05 16:42:41.743 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22799:20240802T172317Z |
8155 | 2024-08-05T16:42:43.308Z | [ host-image] Aug 05 16:42:41.744 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22799:20240802T172318Z |
8156 | 2024-08-05T16:42:43.308Z | [ host-image] Aug 05 16:42:41.744 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22799:20240802T172318Z |
8157 | 2024-08-05T16:42:43.315Z | [ host-image] Aug 05 16:42:41.754 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8158 | 2024-08-05T16:42:43.315Z | [ host-image] Aug 05 16:42:41.754 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22799:20240802T172318Z |
8159 | 2024-08-05T16:42:43.317Z | [ host-image] Aug 05 16:42:41.754 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8160 | 2024-08-05T16:42:43.317Z | [ host-image] Aug 05 16:42:41.754 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8161 | 2024-08-05T16:42:43.317Z | [ host-image] Aug 05 16:42:41.755 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8162 | 2024-08-05T16:42:43.318Z | [ host-image] Aug 05 16:42:41.755 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22799:20240802T172318Z |
8163 | 2024-08-05T16:42:43.318Z | [ host-image] Aug 05 16:42:41.755 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8164 | 2024-08-05T16:42:43.318Z | [ host-image] Aug 05 16:42:41.756 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8165 | 2024-08-05T16:42:43.320Z | [ host-image] Aug 05 16:42:41.757 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8166 | 2024-08-05T16:42:43.320Z | [ host-image] Aug 05 16:42:41.757 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8167 | 2024-08-05T16:42:43.331Z | [ host-image] Aug 05 16:42:41.770 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8168 | 2024-08-05T16:42:43.331Z | [ host-image] Aug 05 16:42:41.770 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8169 | 2024-08-05T16:42:43.334Z | [ host-image] Aug 05 16:42:41.770 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8170 | 2024-08-05T16:42:43.334Z | [ host-image] Aug 05 16:42:41.771 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8171 | 2024-08-05T16:42:43.334Z | [ host-image] Aug 05 16:42:41.771 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8172 | 2024-08-05T16:42:43.334Z | [ host-image] Aug 05 16:42:41.772 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8173 | 2024-08-05T16:42:43.369Z | [ host-image] Aug 05 16:42:41.809 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8174 | 2024-08-05T16:42:43.372Z | [ host-image] Aug 05 16:42:41.809 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8175 | 2024-08-05T16:42:43.372Z | [ host-image] Aug 05 16:42:41.809 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8176 | 2024-08-05T16:42:43.372Z | [ host-image] Aug 05 16:42:41.810 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22799:20240802T172320Z |
8177 | 2024-08-05T16:42:43.372Z | [ host-image] Aug 05 16:42:41.810 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22799:20240802T172326Z |
8178 | 2024-08-05T16:42:43.372Z | [ host-image] Aug 05 16:42:41.810 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8179 | 2024-08-05T16:42:43.372Z | [ host-image] Aug 05 16:42:41.810 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22799:20240802T172326Z |
8180 | 2024-08-05T16:42:43.372Z | [ host-image] Aug 05 16:42:41.811 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8181 | 2024-08-05T16:42:43.372Z | [ host-image] Aug 05 16:42:41.811 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8182 | 2024-08-05T16:42:43.372Z | [ host-image] Aug 05 16:42:41.811 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8183 | 2024-08-05T16:42:43.372Z | [ host-image] Aug 05 16:42:41.811 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22799:20240802T172326Z |
8184 | 2024-08-05T16:42:43.372Z | [ host-image] Aug 05 16:42:41.811 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8185 | 2024-08-05T16:42:43.377Z | [ host-image] Aug 05 16:42:41.816 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8186 | 2024-08-05T16:42:43.379Z | [ host-image] Aug 05 16:42:41.816 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8187 | 2024-08-05T16:42:43.379Z | [ host-image] Aug 05 16:42:41.816 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8188 | 2024-08-05T16:42:43.379Z | [ host-image] Aug 05 16:42:41.816 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22799:20240802T172327Z |
8189 | 2024-08-05T16:42:43.379Z | [ host-image] Aug 05 16:42:41.817 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8190 | 2024-08-05T16:42:43.392Z | [ host-image] Aug 05 16:42:41.832 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8191 | 2024-08-05T16:42:43.395Z | [ host-image] Aug 05 16:42:41.832 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22799:20240802T172327Z |
8192 | 2024-08-05T16:42:43.395Z | [ host-image] Aug 05 16:42:41.834 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22799:20240802T172327Z |
8193 | 2024-08-05T16:42:43.395Z | [ host-image] Aug 05 16:42:41.834 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22799:20240802T172327Z |
8194 | 2024-08-05T16:42:43.398Z | [ host-image] Aug 05 16:42:41.835 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8195 | 2024-08-05T16:42:43.398Z | [ host-image] Aug 05 16:42:41.835 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22799:20240802T172329Z |
8196 | 2024-08-05T16:42:43.398Z | [ host-image] Aug 05 16:42:41.836 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22799:20240802T172329Z |
8197 | 2024-08-05T16:42:43.398Z | [ host-image] Aug 05 16:42:41.836 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22799:20240802T172329Z |
8198 | 2024-08-05T16:42:43.398Z | [ host-image] Aug 05 16:42:41.836 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22799:20240802T172329Z |
8199 | 2024-08-05T16:42:43.401Z | [ host-image] Aug 05 16:42:41.840 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8200 | 2024-08-05T16:42:43.401Z | [ host-image] Aug 05 16:42:41.840 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22799:20240802T172330Z |
8201 | 2024-08-05T16:42:43.404Z | [ host-image] Aug 05 16:42:41.841 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22799:20240802T172331Z |
8202 | 2024-08-05T16:42:43.404Z | [ host-image] Aug 05 16:42:41.841 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8203 | 2024-08-05T16:42:43.404Z | [ host-image] Aug 05 16:42:41.841 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22799:20240802T172331Z |
8204 | 2024-08-05T16:42:43.404Z | [ host-image] Aug 05 16:42:41.842 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22799:20240802T172331Z |
8205 | 2024-08-05T16:42:43.404Z | [ host-image] Aug 05 16:42:41.842 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22799:20240802T172331Z |
8206 | 2024-08-05T16:42:43.404Z | [ host-image] Aug 05 16:42:41.842 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22799:20240802T172331Z |
8207 | 2024-08-05T16:42:43.412Z | [ host-image] Aug 05 16:42:41.851 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22799:20240802T172331Z |
8208 | 2024-08-05T16:42:43.412Z | [ host-image] Aug 05 16:42:41.851 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8209 | 2024-08-05T16:42:43.414Z | [ host-image] Aug 05 16:42:41.853 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22799:20240802T172332Z |
8210 | 2024-08-05T16:42:43.417Z | [ host-image] Aug 05 16:42:41.854 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22799:20240802T172332Z |
8211 | 2024-08-05T16:42:43.417Z | [ host-image] Aug 05 16:42:41.854 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22799:20240802T172332Z |
8212 | 2024-08-05T16:42:43.417Z | [ host-image] Aug 05 16:42:41.855 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22799:20240802T172332Z |
8213 | 2024-08-05T16:42:43.417Z | [ host-image] Aug 05 16:42:41.855 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22799:20240802T172332Z |
8214 | 2024-08-05T16:42:43.417Z | [ host-image] Aug 05 16:42:41.856 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22799:20240802T172333Z |
8215 | 2024-08-05T16:42:43.427Z | [ host-image] Aug 05 16:42:41.866 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22799:20240802T172334Z |
8216 | 2024-08-05T16:42:43.430Z | [ host-image] Aug 05 16:42:41.866 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22799:20240802T172333Z |
8217 | 2024-08-05T16:42:43.430Z | [ host-image] Aug 05 16:42:41.866 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22799:20240802T172333Z |
8218 | 2024-08-05T16:42:43.430Z | [ host-image] Aug 05 16:42:41.868 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22799:20240802T172333Z |
8219 | 2024-08-05T16:42:43.430Z | [ host-image] Aug 05 16:42:41.868 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22799:20240802T172334Z |
8220 | 2024-08-05T16:42:43.452Z | [ host-image] Aug 05 16:42:41.891 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22799:20240802T172337Z |
8221 | 2024-08-05T16:42:43.452Z | [ host-image] Aug 05 16:42:41.891 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22799:20240802T172334Z |
8222 | 2024-08-05T16:42:43.455Z | [ host-image] Aug 05 16:42:41.891 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22799:20240802T172334Z |
8223 | 2024-08-05T16:42:43.455Z | [ host-image] Aug 05 16:42:41.891 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8224 | 2024-08-05T16:42:43.455Z | [ host-image] Aug 05 16:42:41.891 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8225 | 2024-08-05T16:42:43.483Z | [ host-image] Aug 05 16:42:41.922 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22799:20240802T172334Z |
8226 | 2024-08-05T16:42:43.485Z | [ host-image] Aug 05 16:42:41.922 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8227 | 2024-08-05T16:42:43.485Z | [ host-image] Aug 05 16:42:41.922 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22799:20240802T172335Z |
8228 | 2024-08-05T16:42:43.486Z | [ host-image] Aug 05 16:42:41.922 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22799:20240802T172335Z |
8229 | 2024-08-05T16:42:43.486Z | [ host-image] Aug 05 16:42:41.923 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22799:20240802T172335Z |
8230 | 2024-08-05T16:42:43.486Z | [ host-image] Aug 05 16:42:41.924 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8231 | 2024-08-05T16:42:43.486Z | [ host-image] Aug 05 16:42:41.924 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8232 | 2024-08-05T16:42:43.486Z | [ host-image] Aug 05 16:42:41.925 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22799:20240802T172336Z |
8233 | 2024-08-05T16:42:43.488Z | [ host-image] Aug 05 16:42:41.925 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22799:20240802T172336Z |
8234 | 2024-08-05T16:42:43.488Z | [ host-image] Aug 05 16:42:41.925 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22799:20240802T172336Z |
8235 | 2024-08-05T16:42:43.488Z | [ host-image] Aug 05 16:42:41.925 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22799:20240802T172336Z |
8236 | 2024-08-05T16:42:43.488Z | [ host-image] Aug 05 16:42:41.926 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22799:20240802T172337Z |
8237 | 2024-08-05T16:42:43.488Z | [ host-image] Aug 05 16:42:41.926 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22799:20240802T172337Z |
8238 | 2024-08-05T16:42:43.491Z | [ host-image] Aug 05 16:42:41.929 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8239 | 2024-08-05T16:42:43.491Z | [ host-image] Aug 05 16:42:41.929 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22799:20240802T172337Z |
8240 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.931 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22799:20240802T172337Z |
8241 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.931 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22799:20240802T172337Z |
8242 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.931 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22799:20240802T172339Z |
8243 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.931 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22799:20240802T172338Z |
8244 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.932 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22799:20240802T172338Z |
8245 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.932 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8246 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.932 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8247 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.932 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22799:20240802T172340Z |
8248 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.933 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22799:20240802T172341Z |
8249 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.933 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8250 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.933 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8251 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.933 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8252 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.933 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8253 | 2024-08-05T16:42:43.494Z | [ host-image] Aug 05 16:42:41.933 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8254 | 2024-08-05T16:42:43.497Z | [ host-image] Aug 05 16:42:41.934 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8255 | 2024-08-05T16:42:43.497Z | [ host-image] Aug 05 16:42:41.935 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z |
8256 | 2024-08-05T16:42:43.497Z | [ host-image] Aug 05 16:42:41.935 INFO O| tempdir @ "/tmp/.tmpaZ8xu1/tmp" |
8257 | 2024-08-05T16:42:43.497Z | [ host-image] Aug 05 16:42:41.935 INFO O| image root @ "/tmp/.tmpaZ8xu1/tmp/root" |
8258 | 2024-08-05T16:42:43.497Z | [ host-image] Aug 05 16:42:41.935 INFO O| creating image... |
8259 | 2024-08-05T16:42:44.043Z | [ host-image] Aug 05 16:42:42.481 INFO O| copying publishers... |
8260 | 2024-08-05T16:42:45.181Z | [ recovery-image] Aug 05 16:42:43.620 INFO E| Compiling clap v4.5.3 |
8261 | 2024-08-05T16:42:45.243Z | [ recovery-image] Aug 05 16:42:43.681 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8262 | 2024-08-05T16:42:46.552Z | [ recovery-image] Aug 05 16:42:44.990 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s |
8263 | 2024-08-05T16:42:46.561Z | [ recovery-image] Aug 05 16:42:44.999 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8264 | 2024-08-05T16:42:46.696Z | [ recovery-image] Aug 05 16:42:45.134 INFO E| Updating crates.io index |
8265 | 2024-08-05T16:42:46.827Z | [ recovery-image] Aug 05 16:42:45.265 INFO E| Downloading crates ... |
8266 | 2024-08-05T16:42:46.885Z | [ recovery-image] Aug 05 16:42:45.323 INFO E| Downloaded seq-macro v0.3.5 |
8267 | 2024-08-05T16:42:46.888Z | [ recovery-image] Aug 05 16:42:45.326 INFO E| Downloaded cpio_reader v0.1.1 |
8268 | 2024-08-05T16:42:46.894Z | [ recovery-image] Aug 05 16:42:45.333 INFO E| Downloaded bit_field v0.10.2 |
8269 | 2024-08-05T16:42:46.899Z | [ recovery-image] Aug 05 16:42:45.337 INFO E| Downloaded raw-cpuid v10.7.0 |
8270 | 2024-08-05T16:42:46.913Z | [ recovery-image] Aug 05 16:42:45.351 INFO E| Downloaded goblin v0.8.0 |
8271 | 2024-08-05T16:42:47.003Z | [ recovery-image] Aug 05 16:42:45.441 INFO E| Downloaded x86 v0.52.0 |
8272 | 2024-08-05T16:42:47.076Z | [ recovery-image] Aug 05 16:42:45.514 INFO E| Updating crates.io index |
8273 | 2024-08-05T16:42:47.158Z | [ recovery-image] Aug 05 16:42:45.596 INFO E| Downloading crates ... |
8274 | 2024-08-05T16:42:47.206Z | [ recovery-image] Aug 05 16:42:45.639 INFO E| Downloaded rustc-demangle v0.1.23 |
8275 | 2024-08-05T16:42:47.220Z | [ recovery-image] Aug 05 16:42:45.658 INFO E| Downloaded compiler_builtins v0.1.108 |
8276 | 2024-08-05T16:42:47.231Z | [ recovery-image] Aug 05 16:42:45.669 INFO E| Downloaded allocator-api2 v0.2.16 |
8277 | 2024-08-05T16:42:47.297Z | [ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling compiler_builtins v0.1.108 |
8278 | 2024-08-05T16:42:47.297Z | [ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8279 | 2024-08-05T16:42:47.300Z | [ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling proc-macro2 v1.0.79 |
8280 | 2024-08-05T16:42:47.300Z | [ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling unicode-ident v1.0.12 |
8281 | 2024-08-05T16:42:47.300Z | [ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling syn v1.0.109 |
8282 | 2024-08-05T16:42:47.300Z | [ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling x86 v0.52.0 |
8283 | 2024-08-05T16:42:47.300Z | [ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8284 | 2024-08-05T16:42:47.300Z | [ recovery-image] Aug 05 16:42:45.735 INFO E| Compiling seq-macro v0.3.5 |
8285 | 2024-08-05T16:42:48.478Z | [ recovery-image] Aug 05 16:42:46.916 INFO E| Compiling quote v1.0.35 |
8286 | 2024-08-05T16:42:48.765Z | [ recovery-image] Aug 05 16:42:47.203 INFO E| Compiling syn v2.0.53 |
8287 | 2024-08-05T16:42:51.073Z | [ host-image] Aug 05 16:42:49.510 INFO O| adding properties... |
8288 | 2024-08-05T16:42:52.050Z | [ recovery-image] Aug 05 16:42:50.487 INFO E| Compiling scroll_derive v0.12.0 |
8289 | 2024-08-05T16:42:52.421Z | [ host-image] Aug 05 16:42:50.858 INFO O| installing packages... |
8290 | 2024-08-05T16:42:54.880Z | [ recovery-image] Aug 05 16:42:53.317 INFO E| Compiling bitstruct_derive v0.1.0 |
8291 | 2024-08-05T16:43:07.596Z | [ host-image] Aug 05 16:43:06.031 INFO O| seeding SMF database... |
8292 | 2024-08-05T16:43:09.201Z | [ recovery-image] Aug 05 16:43:07.636 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) |
8293 | 2024-08-05T16:43:10.947Z | [ recovery-image] Aug 05 16:43:09.382 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) |
8294 | 2024-08-05T16:43:14.313Z | [ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling bitflags v1.3.2 |
8295 | 2024-08-05T16:43:14.316Z | [ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling adler v1.0.2 |
8296 | 2024-08-05T16:43:14.316Z | [ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling log v0.4.21 |
8297 | 2024-08-05T16:43:14.316Z | [ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling plain v0.2.3 |
8298 | 2024-08-05T16:43:14.316Z | [ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling scroll v0.12.0 |
8299 | 2024-08-05T16:43:14.316Z | [ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling bit_field v0.10.2 |
8300 | 2024-08-05T16:43:14.316Z | [ recovery-image] Aug 05 16:43:12.747 INFO E| Compiling static_assertions v1.1.0 |
8301 | 2024-08-05T16:43:14.409Z | [ recovery-image] Aug 05 16:43:12.843 INFO E| Compiling raw-cpuid v10.7.0 |
8302 | 2024-08-05T16:43:14.409Z | [ recovery-image] Aug 05 16:43:12.843 INFO E| Compiling cpio_reader v0.1.1 |
8303 | 2024-08-05T16:43:14.486Z | [ recovery-image] Aug 05 16:43:12.920 INFO E| Compiling miniz_oxide v0.7.2 |
8304 | 2024-08-05T16:43:14.623Z | [ recovery-image] Aug 05 16:43:13.057 INFO E| Compiling bitstruct v0.1.1 |
8305 | 2024-08-05T16:43:14.820Z | [ recovery-image] Aug 05 16:43:13.254 INFO E| Compiling goblin v0.8.0 |
8306 | 2024-08-05T16:43:16.507Z | [ host-image] Aug 05 16:43:14.940 INFO O| configuring SMF profile... |
8307 | 2024-08-05T16:43:16.507Z | [ host-image] Aug 05 16:43:14.940 INFO O| modifying shadow(5)... |
8308 | 2024-08-05T16:43:16.510Z | [ host-image] Aug 05 16:43:14.941 INFO O| loading user and group database... |
8309 | 2024-08-05T16:43:16.510Z | [ host-image] Aug 05 16:43:14.941 INFO O| assessing packaged files... |
8310 | 2024-08-05T16:43:19.319Z | [ host-image] Aug 05 16:43:17.752 INFO O| creating archive... |
8311 | 2024-08-05T16:43:19.352Z | [ host-image] Aug 05 16:43:17.786 INFO O| missing from packaging: |
8312 | 2024-08-05T16:43:19.352Z | [ host-image] Aug 05 16:43:17.786 INFO O| "etc/.pwd.lock" |
8313 | 2024-08-05T16:43:19.355Z | [ host-image] Aug 05 16:43:17.786 INFO O| "etc/bash" |
8314 | 2024-08-05T16:43:19.358Z | [ host-image] Aug 05 16:43:17.791 INFO O| "etc/svc/profile/generic.xml" |
8315 | 2024-08-05T16:43:19.358Z | [ host-image] Aug 05 16:43:17.791 INFO O| "etc/svc/profile/inetd_services.xml" |
8316 | 2024-08-05T16:43:19.358Z | [ host-image] Aug 05 16:43:17.791 INFO O| "etc/svc/profile/name_service.xml" |
8317 | 2024-08-05T16:43:19.358Z | [ host-image] Aug 05 16:43:17.791 INFO O| "etc/svc/profile/platform.xml" |
8318 | 2024-08-05T16:43:19.358Z | [ host-image] Aug 05 16:43:17.791 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8319 | 2024-08-05T16:43:19.358Z | [ host-image] Aug 05 16:43:17.791 INFO O| "etc/svc/repository.db" |
8320 | 2024-08-05T16:43:19.367Z | [ host-image] Aug 05 16:43:17.800 INFO O| "opt/ooce/share" |
8321 | 2024-08-05T16:43:19.367Z | [ host-image] Aug 05 16:43:17.800 INFO O| "opt/ooce/share/man" |
8322 | 2024-08-05T16:43:19.367Z | [ host-image] Aug 05 16:43:17.800 INFO O| "opt/ooce/share/man/man1" |
8323 | 2024-08-05T16:43:19.376Z | [ host-image] Aug 05 16:43:17.810 INFO O| finishing archive... |
8324 | 2024-08-05T16:43:22.167Z | [ recovery-image] Aug 05 16:43:20.599 INFO E| Finished `release` profile [optimized] target(s) in 35.58s |
8325 | 2024-08-05T16:43:22.187Z | [ recovery-image] Aug 05 16:43:20.620 INFO building host image... |
8326 | 2024-08-05T16:43:22.190Z | [ recovery-image] Aug 05 16:43:20.620 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") |
8327 | 2024-08-05T16:43:22.236Z | [ host-image] Aug 05 16:43:20.669 INFO O| creating gzonly manifest... |
8328 | 2024-08-05T16:43:22.248Z | [ host-image] Aug 05 16:43:20.681 INFO O| ok |
8329 | 2024-08-05T16:43:22.345Z | [ host-image] Aug 05 16:43:20.778 INFO image builder template: ramdisk-02-trim... |
8330 | 2024-08-05T16:43:22.346Z | [ host-image] Aug 05 16:43:20.778 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/.tmp41afuc/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None |
8331 | 2024-08-05T16:43:22.371Z | [ host-image] Aug 05 16:43:20.803 INFO O| Aug 05 16:43:20.803 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8332 | 2024-08-05T16:43:22.376Z | [ host-image] Aug 05 16:43:20.809 INFO O| Aug 05 16:43:20.808 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8333 | 2024-08-05T16:43:22.467Z | [ host-image] Aug 05 16:43:20.900 INFO O| Aug 05 16:43:20.900 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8334 | 2024-08-05T16:43:22.512Z | [ host-image] Aug 05 16:43:20.945 INFO O| Aug 05 16:43:20.945 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8335 | 2024-08-05T16:43:22.515Z | [ host-image] Aug 05 16:43:20.945 INFO O| Aug 05 16:43:20.945 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8336 | 2024-08-05T16:43:22.518Z | [ host-image] Aug 05 16:43:20.951 INFO O| Aug 05 16:43:20.951 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8337 | 2024-08-05T16:43:22.522Z | [ host-image] Aug 05 16:43:20.955 INFO O| Aug 05 16:43:20.955 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8338 | 2024-08-05T16:43:22.527Z | [ host-image] Aug 05 16:43:20.960 INFO O| Aug 05 16:43:20.960 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8339 | 2024-08-05T16:43:22.659Z | [ recovery-image] Aug 05 16:43:21.091 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8340 | 2024-08-05T16:43:22.770Z | [ host-image] Aug 05 16:43:21.203 INFO O| Aug 05 16:43:21.203 INFO rolled back to input snapshot; work may begin |
8341 | 2024-08-05T16:43:22.770Z | [ host-image] Aug 05 16:43:21.203 INFO O| Aug 05 16:43:21.203 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8342 | 2024-08-05T16:43:22.777Z | [ host-image] Aug 05 16:43:21.209 INFO O| Aug 05 16:43:21.209 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8343 | 2024-08-05T16:43:22.788Z | [ host-image] Aug 05 16:43:21.221 INFO O| Aug 05 16:43:21.221 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8344 | 2024-08-05T16:43:22.838Z | [ host-image] Aug 05 16:43:21.271 INFO O| Aug 05 16:43:21.270 INFO STEP 0 (remove_files) COMPLETE |
8345 | 2024-08-05T16:43:22.838Z | [ host-image] Aug 05 16:43:21.271 INFO O| Aug 05 16:43:21.270 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8346 | 2024-08-05T16:43:22.851Z | [ host-image] Aug 05 16:43:21.283 INFO O| Aug 05 16:43:21.283 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8347 | 2024-08-05T16:43:22.853Z | [ host-image] Aug 05 16:43:21.285 INFO O| Aug 05 16:43:21.285 INFO STEP 1 (remove_files) COMPLETE |
8348 | 2024-08-05T16:43:22.853Z | [ host-image] Aug 05 16:43:21.285 INFO O| Aug 05 16:43:21.285 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8349 | 2024-08-05T16:43:22.863Z | [ host-image] Aug 05 16:43:21.296 INFO O| Aug 05 16:43:21.296 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8350 | 2024-08-05T16:43:22.878Z | [ host-image] Aug 05 16:43:21.310 INFO O| Aug 05 16:43:21.310 INFO STEP 2 (remove_files) COMPLETE |
8351 | 2024-08-05T16:43:22.881Z | [ host-image] Aug 05 16:43:21.310 INFO O| Aug 05 16:43:21.310 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8352 | 2024-08-05T16:43:22.890Z | [ host-image] Aug 05 16:43:21.323 INFO O| Aug 05 16:43:21.323 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8353 | 2024-08-05T16:43:22.893Z | [ host-image] Aug 05 16:43:21.325 INFO O| Aug 05 16:43:21.325 INFO STEP 3 (remove_files) COMPLETE |
8354 | 2024-08-05T16:43:22.893Z | [ host-image] Aug 05 16:43:21.325 INFO O| Aug 05 16:43:21.325 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8355 | 2024-08-05T16:43:22.903Z | [ host-image] Aug 05 16:43:21.336 INFO O| Aug 05 16:43:21.336 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8356 | 2024-08-05T16:43:22.907Z | [ host-image] Aug 05 16:43:21.340 INFO O| Aug 05 16:43:21.340 INFO STEP 4 (remove_files) COMPLETE |
8357 | 2024-08-05T16:43:22.907Z | [ host-image] Aug 05 16:43:21.340 INFO O| Aug 05 16:43:21.340 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8358 | 2024-08-05T16:43:22.919Z | [ host-image] Aug 05 16:43:21.352 INFO O| Aug 05 16:43:21.352 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8359 | 2024-08-05T16:43:22.922Z | [ host-image] Aug 05 16:43:21.355 INFO O| Aug 05 16:43:21.355 INFO STEP 5 (remove_files) COMPLETE |
8360 | 2024-08-05T16:43:22.923Z | [ host-image] Aug 05 16:43:21.355 INFO O| Aug 05 16:43:21.355 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8361 | 2024-08-05T16:43:22.934Z | [ host-image] Aug 05 16:43:21.367 INFO O| Aug 05 16:43:21.367 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8362 | 2024-08-05T16:43:22.944Z | [ host-image] Aug 05 16:43:21.377 INFO O| Aug 05 16:43:21.377 INFO STEP 6 (remove_files) COMPLETE |
8363 | 2024-08-05T16:43:22.944Z | [ host-image] Aug 05 16:43:21.377 INFO O| Aug 05 16:43:21.377 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8364 | 2024-08-05T16:43:22.956Z | [ host-image] Aug 05 16:43:21.389 INFO O| Aug 05 16:43:21.389 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8365 | 2024-08-05T16:43:22.970Z | [ host-image] Aug 05 16:43:21.403 INFO O| Aug 05 16:43:21.403 INFO STEP 7 (remove_files) COMPLETE |
8366 | 2024-08-05T16:43:22.971Z | [ host-image] Aug 05 16:43:21.403 INFO O| Aug 05 16:43:21.403 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8367 | 2024-08-05T16:43:22.982Z | [ host-image] Aug 05 16:43:21.415 INFO O| Aug 05 16:43:21.415 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8368 | 2024-08-05T16:43:23.068Z | [ host-image] Aug 05 16:43:21.501 INFO O| Aug 05 16:43:21.500 INFO STEP 8 (remove_files) COMPLETE |
8369 | 2024-08-05T16:43:23.068Z | [ host-image] Aug 05 16:43:21.501 INFO O| Aug 05 16:43:21.501 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8370 | 2024-08-05T16:43:23.082Z | [ host-image] Aug 05 16:43:21.513 INFO O| Aug 05 16:43:21.513 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8371 | 2024-08-05T16:43:23.171Z | [ host-image] Aug 05 16:43:21.603 INFO O| Aug 05 16:43:21.603 INFO STEP 9 (remove_files) COMPLETE |
8372 | 2024-08-05T16:43:23.171Z | [ host-image] Aug 05 16:43:21.603 INFO O| Aug 05 16:43:21.603 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8373 | 2024-08-05T16:43:23.184Z | [ host-image] Aug 05 16:43:21.616 INFO O| Aug 05 16:43:21.615 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8374 | 2024-08-05T16:43:23.187Z | [ host-image] Aug 05 16:43:21.619 INFO O| Aug 05 16:43:21.619 INFO STEP 10 (remove_files) COMPLETE |
8375 | 2024-08-05T16:43:23.187Z | [ host-image] Aug 05 16:43:21.619 INFO O| Aug 05 16:43:21.619 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8376 | 2024-08-05T16:43:23.197Z | [ host-image] Aug 05 16:43:21.630 INFO O| Aug 05 16:43:21.630 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8377 | 2024-08-05T16:43:23.201Z | [ host-image] Aug 05 16:43:21.631 INFO O| Aug 05 16:43:21.631 INFO STEP 11 (remove_files) COMPLETE |
8378 | 2024-08-05T16:43:23.201Z | [ host-image] Aug 05 16:43:21.631 INFO O| Aug 05 16:43:21.631 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8379 | 2024-08-05T16:43:23.209Z | [ host-image] Aug 05 16:43:21.641 INFO O| Aug 05 16:43:21.641 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8380 | 2024-08-05T16:43:23.211Z | [ host-image] Aug 05 16:43:21.643 INFO O| Aug 05 16:43:21.643 INFO STEP 12 (remove_files) COMPLETE |
8381 | 2024-08-05T16:43:23.211Z | [ host-image] Aug 05 16:43:21.643 INFO O| Aug 05 16:43:21.643 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8382 | 2024-08-05T16:43:23.253Z | [ host-image] Aug 05 16:43:21.686 INFO O| Aug 05 16:43:21.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8383 | 2024-08-05T16:43:23.253Z | [ host-image] Aug 05 16:43:21.686 INFO O| Aug 05 16:43:21.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8384 | 2024-08-05T16:43:23.256Z | [ host-image] Aug 05 16:43:21.686 INFO O| Aug 05 16:43:21.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8385 | 2024-08-05T16:43:23.256Z | [ host-image] Aug 05 16:43:21.686 INFO O| Aug 05 16:43:21.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8386 | 2024-08-05T16:43:23.256Z | [ host-image] Aug 05 16:43:21.687 INFO O| Aug 05 16:43:21.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8387 | 2024-08-05T16:43:23.256Z | [ host-image] Aug 05 16:43:21.687 INFO O| Aug 05 16:43:21.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8388 | 2024-08-05T16:43:23.256Z | [ host-image] Aug 05 16:43:21.687 INFO O| Aug 05 16:43:21.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8389 | 2024-08-05T16:43:23.256Z | [ host-image] Aug 05 16:43:21.687 INFO O| Aug 05 16:43:21.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8390 | 2024-08-05T16:43:23.256Z | [ host-image] Aug 05 16:43:21.687 INFO O| Aug 05 16:43:21.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8391 | 2024-08-05T16:43:23.256Z | [ host-image] Aug 05 16:43:21.688 INFO O| Aug 05 16:43:21.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8392 | 2024-08-05T16:43:23.256Z | [ host-image] Aug 05 16:43:21.688 INFO O| Aug 05 16:43:21.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8393 | 2024-08-05T16:43:23.256Z | [ host-image] Aug 05 16:43:21.688 INFO O| Aug 05 16:43:21.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8394 | 2024-08-05T16:43:23.256Z | [ host-image] Aug 05 16:43:21.688 INFO O| Aug 05 16:43:21.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8395 | 2024-08-05T16:43:23.257Z | [ host-image] Aug 05 16:43:21.688 INFO O| Aug 05 16:43:21.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8396 | 2024-08-05T16:43:23.257Z | [ host-image] Aug 05 16:43:21.688 INFO O| Aug 05 16:43:21.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8397 | 2024-08-05T16:43:23.257Z | [ host-image] Aug 05 16:43:21.689 INFO O| Aug 05 16:43:21.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8398 | 2024-08-05T16:43:23.257Z | [ host-image] Aug 05 16:43:21.689 INFO O| Aug 05 16:43:21.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8399 | 2024-08-05T16:43:23.286Z | [ host-image] Aug 05 16:43:21.719 INFO O| Aug 05 16:43:21.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8400 | 2024-08-05T16:43:23.292Z | [ host-image] Aug 05 16:43:21.725 INFO O| Aug 05 16:43:21.725 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8401 | 2024-08-05T16:43:23.294Z | [ host-image] Aug 05 16:43:21.725 INFO O| Aug 05 16:43:21.725 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8402 | 2024-08-05T16:43:23.305Z | [ host-image] Aug 05 16:43:21.738 INFO O| Aug 05 16:43:21.738 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8403 | 2024-08-05T16:43:23.625Z | [ host-image] Aug 05 16:43:22.057 INFO O| Aug 05 16:43:22.057 INFO STEP 13 (remove_files) COMPLETE |
8404 | 2024-08-05T16:43:23.625Z | [ host-image] Aug 05 16:43:22.057 INFO O| Aug 05 16:43:22.057 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8405 | 2024-08-05T16:43:23.637Z | [ host-image] Aug 05 16:43:22.069 INFO O| Aug 05 16:43:22.069 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8406 | 2024-08-05T16:43:23.640Z | [ host-image] Aug 05 16:43:22.071 INFO O| Aug 05 16:43:22.071 INFO STEP 14 (remove_files) COMPLETE |
8407 | 2024-08-05T16:43:23.640Z | [ host-image] Aug 05 16:43:22.071 INFO O| Aug 05 16:43:22.071 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8408 | 2024-08-05T16:43:23.649Z | [ host-image] Aug 05 16:43:22.081 INFO O| Aug 05 16:43:22.081 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8409 | 2024-08-05T16:43:23.655Z | [ host-image] Aug 05 16:43:22.088 INFO O| Aug 05 16:43:22.088 INFO STEP 15 (remove_files) COMPLETE |
8410 | 2024-08-05T16:43:23.658Z | [ host-image] Aug 05 16:43:22.088 INFO O| Aug 05 16:43:22.088 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8411 | 2024-08-05T16:43:23.665Z | [ host-image] Aug 05 16:43:22.098 INFO O| Aug 05 16:43:22.098 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8412 | 2024-08-05T16:43:23.668Z | [ host-image] Aug 05 16:43:22.098 INFO O| Aug 05 16:43:22.098 INFO STEP 16 (remove_files) COMPLETE |
8413 | 2024-08-05T16:43:23.668Z | [ host-image] Aug 05 16:43:22.099 INFO O| Aug 05 16:43:22.098 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8414 | 2024-08-05T16:43:23.675Z | [ host-image] Aug 05 16:43:22.108 INFO O| Aug 05 16:43:22.108 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8415 | 2024-08-05T16:43:23.678Z | [ host-image] Aug 05 16:43:22.110 INFO O| Aug 05 16:43:22.110 INFO STEP 17 (remove_files) COMPLETE |
8416 | 2024-08-05T16:43:23.678Z | [ host-image] Aug 05 16:43:22.110 INFO O| Aug 05 16:43:22.110 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8417 | 2024-08-05T16:43:23.686Z | [ host-image] Aug 05 16:43:22.119 INFO O| Aug 05 16:43:22.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8418 | 2024-08-05T16:43:23.686Z | [ host-image] Aug 05 16:43:22.119 INFO O| Aug 05 16:43:22.119 INFO STEP 18 (remove_files) COMPLETE |
8419 | 2024-08-05T16:43:23.689Z | [ host-image] Aug 05 16:43:22.119 INFO O| Aug 05 16:43:22.119 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8420 | 2024-08-05T16:43:23.696Z | [ host-image] Aug 05 16:43:22.129 INFO O| Aug 05 16:43:22.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8421 | 2024-08-05T16:43:23.696Z | [ host-image] Aug 05 16:43:22.129 INFO O| Aug 05 16:43:22.129 INFO STEP 19 (remove_files) COMPLETE |
8422 | 2024-08-05T16:43:23.699Z | [ host-image] Aug 05 16:43:22.129 INFO O| Aug 05 16:43:22.129 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8423 | 2024-08-05T16:43:23.712Z | [ host-image] Aug 05 16:43:22.139 INFO O| Aug 05 16:43:22.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8424 | 2024-08-05T16:43:23.712Z | [ host-image] Aug 05 16:43:22.139 INFO O| Aug 05 16:43:22.139 INFO STEP 20 (remove_files) COMPLETE |
8425 | 2024-08-05T16:43:23.712Z | [ host-image] Aug 05 16:43:22.139 INFO O| Aug 05 16:43:22.139 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8426 | 2024-08-05T16:43:23.715Z | [ host-image] Aug 05 16:43:22.148 INFO O| Aug 05 16:43:22.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8427 | 2024-08-05T16:43:23.715Z | [ host-image] Aug 05 16:43:22.148 INFO O| Aug 05 16:43:22.148 INFO STEP 21 (remove_files) COMPLETE |
8428 | 2024-08-05T16:43:23.715Z | [ host-image] Aug 05 16:43:22.148 INFO O| Aug 05 16:43:22.148 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8429 | 2024-08-05T16:43:23.725Z | [ host-image] Aug 05 16:43:22.158 INFO O| Aug 05 16:43:22.157 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8430 | 2024-08-05T16:43:23.725Z | [ host-image] Aug 05 16:43:22.158 INFO O| Aug 05 16:43:22.158 INFO STEP 22 (remove_files) COMPLETE |
8431 | 2024-08-05T16:43:23.725Z | [ host-image] Aug 05 16:43:22.158 INFO O| Aug 05 16:43:22.158 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8432 | 2024-08-05T16:43:23.734Z | [ host-image] Aug 05 16:43:22.167 INFO O| Aug 05 16:43:22.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8433 | 2024-08-05T16:43:23.734Z | [ host-image] Aug 05 16:43:22.167 INFO O| Aug 05 16:43:22.167 INFO STEP 23 (remove_files) COMPLETE |
8434 | 2024-08-05T16:43:23.737Z | [ host-image] Aug 05 16:43:22.167 INFO O| Aug 05 16:43:22.167 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8435 | 2024-08-05T16:43:23.744Z | [ host-image] Aug 05 16:43:22.176 INFO O| Aug 05 16:43:22.176 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8436 | 2024-08-05T16:43:23.744Z | [ host-image] Aug 05 16:43:22.176 INFO O| Aug 05 16:43:22.176 INFO STEP 24 (remove_files) COMPLETE |
8437 | 2024-08-05T16:43:23.747Z | [ host-image] Aug 05 16:43:22.176 INFO O| Aug 05 16:43:22.176 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8438 | 2024-08-05T16:43:23.753Z | [ host-image] Aug 05 16:43:22.186 INFO O| Aug 05 16:43:22.186 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8439 | 2024-08-05T16:43:23.753Z | [ host-image] Aug 05 16:43:22.186 INFO O| Aug 05 16:43:22.186 INFO STEP 25 (remove_files) COMPLETE |
8440 | 2024-08-05T16:43:23.753Z | [ host-image] Aug 05 16:43:22.186 INFO O| Aug 05 16:43:22.186 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8441 | 2024-08-05T16:43:23.763Z | [ host-image] Aug 05 16:43:22.195 INFO O| Aug 05 16:43:22.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8442 | 2024-08-05T16:43:23.766Z | [ host-image] Aug 05 16:43:22.196 INFO O| Aug 05 16:43:22.195 INFO STEP 26 (remove_files) COMPLETE |
8443 | 2024-08-05T16:43:23.766Z | [ host-image] Aug 05 16:43:22.196 INFO O| Aug 05 16:43:22.195 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8444 | 2024-08-05T16:43:23.772Z | [ host-image] Aug 05 16:43:22.205 INFO O| Aug 05 16:43:22.205 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8445 | 2024-08-05T16:43:23.772Z | [ host-image] Aug 05 16:43:22.205 INFO O| Aug 05 16:43:22.205 INFO STEP 27 (remove_files) COMPLETE |
8446 | 2024-08-05T16:43:23.775Z | [ host-image] Aug 05 16:43:22.205 INFO O| Aug 05 16:43:22.205 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8447 | 2024-08-05T16:43:23.782Z | [ host-image] Aug 05 16:43:22.215 INFO O| Aug 05 16:43:22.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8448 | 2024-08-05T16:43:23.785Z | [ host-image] Aug 05 16:43:22.215 INFO O| Aug 05 16:43:22.215 INFO STEP 28 (remove_files) COMPLETE |
8449 | 2024-08-05T16:43:23.785Z | [ host-image] Aug 05 16:43:22.215 INFO O| Aug 05 16:43:22.215 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8450 | 2024-08-05T16:43:23.792Z | [ host-image] Aug 05 16:43:22.224 INFO O| Aug 05 16:43:22.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8451 | 2024-08-05T16:43:23.794Z | [ host-image] Aug 05 16:43:22.225 INFO O| Aug 05 16:43:22.225 INFO STEP 29 (remove_files) COMPLETE |
8452 | 2024-08-05T16:43:23.794Z | [ host-image] Aug 05 16:43:22.225 INFO O| Aug 05 16:43:22.225 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8453 | 2024-08-05T16:43:23.802Z | [ host-image] Aug 05 16:43:22.234 INFO O| Aug 05 16:43:22.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8454 | 2024-08-05T16:43:23.802Z | [ host-image] Aug 05 16:43:22.234 INFO O| Aug 05 16:43:22.234 INFO STEP 30 (remove_files) COMPLETE |
8455 | 2024-08-05T16:43:23.802Z | [ host-image] Aug 05 16:43:22.234 INFO O| Aug 05 16:43:22.234 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8456 | 2024-08-05T16:43:23.812Z | [ host-image] Aug 05 16:43:22.245 INFO O| Aug 05 16:43:22.244 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8457 | 2024-08-05T16:43:23.815Z | [ host-image] Aug 05 16:43:22.245 INFO O| Aug 05 16:43:22.245 INFO STEP 31 (remove_files) COMPLETE |
8458 | 2024-08-05T16:43:23.815Z | [ host-image] Aug 05 16:43:22.245 INFO O| Aug 05 16:43:22.245 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8459 | 2024-08-05T16:43:23.821Z | [ host-image] Aug 05 16:43:22.254 INFO O| Aug 05 16:43:22.254 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8460 | 2024-08-05T16:43:23.821Z | [ host-image] Aug 05 16:43:22.254 INFO O| Aug 05 16:43:22.254 INFO STEP 32 (remove_files) COMPLETE |
8461 | 2024-08-05T16:43:23.824Z | [ host-image] Aug 05 16:43:22.254 INFO O| Aug 05 16:43:22.254 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8462 | 2024-08-05T16:43:23.831Z | [ host-image] Aug 05 16:43:22.264 INFO O| Aug 05 16:43:22.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8463 | 2024-08-05T16:43:23.834Z | [ host-image] Aug 05 16:43:22.264 INFO O| Aug 05 16:43:22.264 INFO STEP 33 (remove_files) COMPLETE |
8464 | 2024-08-05T16:43:23.834Z | [ host-image] Aug 05 16:43:22.264 INFO O| Aug 05 16:43:22.264 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8465 | 2024-08-05T16:43:23.841Z | [ host-image] Aug 05 16:43:22.273 INFO O| Aug 05 16:43:22.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8466 | 2024-08-05T16:43:23.841Z | [ host-image] Aug 05 16:43:22.273 INFO O| Aug 05 16:43:22.273 INFO STEP 34 (remove_files) COMPLETE |
8467 | 2024-08-05T16:43:23.841Z | [ host-image] Aug 05 16:43:22.273 INFO O| Aug 05 16:43:22.273 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8468 | 2024-08-05T16:43:23.851Z | [ host-image] Aug 05 16:43:22.283 INFO O| Aug 05 16:43:22.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8469 | 2024-08-05T16:43:23.851Z | [ host-image] Aug 05 16:43:22.283 INFO O| Aug 05 16:43:22.283 INFO STEP 35 (remove_files) COMPLETE |
8470 | 2024-08-05T16:43:23.854Z | [ host-image] Aug 05 16:43:22.283 INFO O| Aug 05 16:43:22.283 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8471 | 2024-08-05T16:43:23.860Z | [ host-image] Aug 05 16:43:22.292 INFO O| Aug 05 16:43:22.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8472 | 2024-08-05T16:43:23.863Z | [ host-image] Aug 05 16:43:22.292 INFO O| Aug 05 16:43:22.292 INFO STEP 36 (remove_files) COMPLETE |
8473 | 2024-08-05T16:43:23.863Z | [ host-image] Aug 05 16:43:22.292 INFO O| Aug 05 16:43:22.292 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8474 | 2024-08-05T16:43:23.869Z | [ host-image] Aug 05 16:43:22.302 INFO O| Aug 05 16:43:22.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8475 | 2024-08-05T16:43:23.872Z | [ host-image] Aug 05 16:43:22.302 INFO O| Aug 05 16:43:22.302 INFO STEP 37 (remove_files) COMPLETE |
8476 | 2024-08-05T16:43:23.872Z | [ host-image] Aug 05 16:43:22.302 INFO O| Aug 05 16:43:22.302 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8477 | 2024-08-05T16:43:23.880Z | [ host-image] Aug 05 16:43:22.312 INFO O| Aug 05 16:43:22.312 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8478 | 2024-08-05T16:43:23.880Z | [ host-image] Aug 05 16:43:22.313 INFO O| Aug 05 16:43:22.313 INFO STEP 38 (remove_files) COMPLETE |
8479 | 2024-08-05T16:43:23.883Z | [ host-image] Aug 05 16:43:22.313 INFO O| Aug 05 16:43:22.313 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8480 | 2024-08-05T16:43:23.890Z | [ host-image] Aug 05 16:43:22.322 INFO O| Aug 05 16:43:22.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8481 | 2024-08-05T16:43:23.890Z | [ host-image] Aug 05 16:43:22.322 INFO O| Aug 05 16:43:22.322 INFO STEP 39 (remove_files) COMPLETE |
8482 | 2024-08-05T16:43:23.890Z | [ host-image] Aug 05 16:43:22.322 INFO O| Aug 05 16:43:22.322 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8483 | 2024-08-05T16:43:23.899Z | [ host-image] Aug 05 16:43:22.332 INFO O| Aug 05 16:43:22.332 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8484 | 2024-08-05T16:43:23.903Z | [ host-image] Aug 05 16:43:22.332 INFO O| Aug 05 16:43:22.332 INFO STEP 40 (remove_files) COMPLETE |
8485 | 2024-08-05T16:43:23.903Z | [ host-image] Aug 05 16:43:22.332 INFO O| Aug 05 16:43:22.332 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8486 | 2024-08-05T16:43:23.909Z | [ host-image] Aug 05 16:43:22.341 INFO O| Aug 05 16:43:22.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8487 | 2024-08-05T16:43:23.909Z | [ host-image] Aug 05 16:43:22.341 INFO O| Aug 05 16:43:22.341 INFO STEP 41 (remove_files) COMPLETE |
8488 | 2024-08-05T16:43:23.909Z | [ host-image] Aug 05 16:43:22.341 INFO O| Aug 05 16:43:22.341 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8489 | 2024-08-05T16:43:23.918Z | [ host-image] Aug 05 16:43:22.351 INFO O| Aug 05 16:43:22.351 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8490 | 2024-08-05T16:43:23.921Z | [ host-image] Aug 05 16:43:22.351 INFO O| Aug 05 16:43:22.351 INFO STEP 42 (remove_files) COMPLETE |
8491 | 2024-08-05T16:43:23.921Z | [ host-image] Aug 05 16:43:22.351 INFO O| Aug 05 16:43:22.351 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8492 | 2024-08-05T16:43:23.927Z | [ host-image] Aug 05 16:43:22.360 INFO O| Aug 05 16:43:22.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8493 | 2024-08-05T16:43:23.927Z | [ host-image] Aug 05 16:43:22.360 INFO O| Aug 05 16:43:22.360 INFO STEP 43 (remove_files) COMPLETE |
8494 | 2024-08-05T16:43:23.930Z | [ host-image] Aug 05 16:43:22.360 INFO O| Aug 05 16:43:22.360 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8495 | 2024-08-05T16:43:23.937Z | [ host-image] Aug 05 16:43:22.369 INFO O| Aug 05 16:43:22.369 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8496 | 2024-08-05T16:43:23.940Z | [ host-image] Aug 05 16:43:22.370 INFO O| Aug 05 16:43:22.369 INFO STEP 44 (remove_files) COMPLETE |
8497 | 2024-08-05T16:43:23.940Z | [ host-image] Aug 05 16:43:22.370 INFO O| Aug 05 16:43:22.369 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8498 | 2024-08-05T16:43:23.946Z | [ host-image] Aug 05 16:43:22.379 INFO O| Aug 05 16:43:22.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8499 | 2024-08-05T16:43:23.946Z | [ host-image] Aug 05 16:43:22.379 INFO O| Aug 05 16:43:22.379 INFO STEP 45 (remove_files) COMPLETE |
8500 | 2024-08-05T16:43:23.949Z | [ host-image] Aug 05 16:43:22.379 INFO O| Aug 05 16:43:22.379 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8501 | 2024-08-05T16:43:23.955Z | [ host-image] Aug 05 16:43:22.388 INFO O| Aug 05 16:43:22.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8502 | 2024-08-05T16:43:23.958Z | [ host-image] Aug 05 16:43:22.388 INFO O| Aug 05 16:43:22.388 INFO STEP 46 (remove_files) COMPLETE |
8503 | 2024-08-05T16:43:23.958Z | [ host-image] Aug 05 16:43:22.388 INFO O| Aug 05 16:43:22.388 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8504 | 2024-08-05T16:43:23.965Z | [ host-image] Aug 05 16:43:22.397 INFO O| Aug 05 16:43:22.397 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8505 | 2024-08-05T16:43:23.965Z | [ host-image] Aug 05 16:43:22.397 INFO O| Aug 05 16:43:22.397 INFO STEP 47 (remove_files) COMPLETE |
8506 | 2024-08-05T16:43:23.967Z | [ host-image] Aug 05 16:43:22.397 INFO O| Aug 05 16:43:22.397 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8507 | 2024-08-05T16:43:23.974Z | [ host-image] Aug 05 16:43:22.407 INFO O| Aug 05 16:43:22.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8508 | 2024-08-05T16:43:23.974Z | [ host-image] Aug 05 16:43:22.407 INFO O| Aug 05 16:43:22.407 INFO STEP 48 (remove_files) COMPLETE |
8509 | 2024-08-05T16:43:23.977Z | [ host-image] Aug 05 16:43:22.407 INFO O| Aug 05 16:43:22.407 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8510 | 2024-08-05T16:43:23.983Z | [ host-image] Aug 05 16:43:22.416 INFO O| Aug 05 16:43:22.416 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8511 | 2024-08-05T16:43:23.983Z | [ host-image] Aug 05 16:43:22.416 INFO O| Aug 05 16:43:22.416 INFO STEP 49 (remove_files) COMPLETE |
8512 | 2024-08-05T16:43:23.983Z | [ host-image] Aug 05 16:43:22.416 INFO O| Aug 05 16:43:22.416 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8513 | 2024-08-05T16:43:23.993Z | [ host-image] Aug 05 16:43:22.425 INFO O| Aug 05 16:43:22.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8514 | 2024-08-05T16:43:23.996Z | [ host-image] Aug 05 16:43:22.425 INFO O| Aug 05 16:43:22.425 INFO STEP 50 (remove_files) COMPLETE |
8515 | 2024-08-05T16:43:23.996Z | [ host-image] Aug 05 16:43:22.425 INFO O| Aug 05 16:43:22.425 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8516 | 2024-08-05T16:43:24.002Z | [ host-image] Aug 05 16:43:22.435 INFO O| Aug 05 16:43:22.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8517 | 2024-08-05T16:43:24.002Z | [ host-image] Aug 05 16:43:22.435 INFO O| Aug 05 16:43:22.435 INFO STEP 51 (remove_files) COMPLETE |
8518 | 2024-08-05T16:43:24.005Z | [ host-image] Aug 05 16:43:22.435 INFO O| Aug 05 16:43:22.435 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8519 | 2024-08-05T16:43:24.011Z | [ host-image] Aug 05 16:43:22.444 INFO O| Aug 05 16:43:22.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8520 | 2024-08-05T16:43:24.012Z | [ host-image] Aug 05 16:43:22.444 INFO O| Aug 05 16:43:22.444 INFO STEP 52 (remove_files) COMPLETE |
8521 | 2024-08-05T16:43:24.014Z | [ host-image] Aug 05 16:43:22.444 INFO O| Aug 05 16:43:22.444 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8522 | 2024-08-05T16:43:24.021Z | [ host-image] Aug 05 16:43:22.453 INFO O| Aug 05 16:43:22.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8523 | 2024-08-05T16:43:24.024Z | [ host-image] Aug 05 16:43:22.454 INFO O| Aug 05 16:43:22.454 INFO STEP 53 (remove_files) COMPLETE |
8524 | 2024-08-05T16:43:24.024Z | [ host-image] Aug 05 16:43:22.454 INFO O| Aug 05 16:43:22.454 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8525 | 2024-08-05T16:43:24.030Z | [ host-image] Aug 05 16:43:22.463 INFO O| Aug 05 16:43:22.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8526 | 2024-08-05T16:43:24.030Z | [ host-image] Aug 05 16:43:22.463 INFO O| Aug 05 16:43:22.463 INFO STEP 54 (remove_files) COMPLETE |
8527 | 2024-08-05T16:43:24.034Z | [ host-image] Aug 05 16:43:22.463 INFO O| Aug 05 16:43:22.463 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8528 | 2024-08-05T16:43:24.038Z | [ recovery-image] Aug 05 16:43:22.470 INFO image complete! materials are in "/work/os-recovery" |
8529 | 2024-08-05T16:43:24.041Z | [ host-image] Aug 05 16:43:22.472 INFO O| Aug 05 16:43:22.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8530 | 2024-08-05T16:43:24.041Z | [ host-image] Aug 05 16:43:22.472 INFO O| Aug 05 16:43:22.472 INFO STEP 55 (remove_files) COMPLETE |
8531 | 2024-08-05T16:43:24.041Z | [ host-image] Aug 05 16:43:22.472 INFO O| Aug 05 16:43:22.472 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8532 | 2024-08-05T16:43:24.041Z | [ recovery-image] |
8533 | 2024-08-05T16:43:24.041Z | [ recovery-image] real 8:12.465020173 |
8534 | 2024-08-05T16:43:24.041Z | [ recovery-image] user 4:28.561551453 |
8535 | 2024-08-05T16:43:24.041Z | [ recovery-image] sys 58.546292159 |
8536 | 2024-08-05T16:43:24.041Z | [ recovery-image] trap 0.119502901 |
8537 | 2024-08-05T16:43:24.041Z | [ recovery-image] tflt 0.413297988 |
8538 | 2024-08-05T16:43:24.041Z | [ recovery-image] dflt 1.104975373 |
8539 | 2024-08-05T16:43:24.041Z | [ recovery-image] kflt 0.000045813 |
8540 | 2024-08-05T16:43:24.041Z | [ recovery-image] lock 17:36.661795708 |
8541 | 2024-08-05T16:43:24.041Z | [ recovery-image] slp 50:29.642268510 |
8542 | 2024-08-05T16:43:24.041Z | [ recovery-image] lat 41.972474130 |
8543 | 2024-08-05T16:43:24.041Z | [ recovery-image] stop 3.101978086 |
8544 | 2024-08-05T16:43:24.041Z | Aug 05 16:43:22.473 INFO [recovery-image] process exited with exit status: 0 (492.505261044s) |
8545 | 2024-08-05T16:43:24.050Z | [ host-image] Aug 05 16:43:22.482 INFO O| Aug 05 16:43:22.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8546 | 2024-08-05T16:43:24.050Z | [ host-image] Aug 05 16:43:22.482 INFO O| Aug 05 16:43:22.482 INFO STEP 56 (remove_files) COMPLETE |
8547 | 2024-08-05T16:43:24.050Z | [ host-image] Aug 05 16:43:22.482 INFO O| Aug 05 16:43:22.482 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8548 | 2024-08-05T16:43:24.060Z | [ host-image] Aug 05 16:43:22.492 INFO O| Aug 05 16:43:22.492 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8549 | 2024-08-05T16:43:24.061Z | [ host-image] Aug 05 16:43:22.492 INFO O| Aug 05 16:43:22.492 INFO STEP 57 (remove_files) COMPLETE |
8550 | 2024-08-05T16:43:24.063Z | [ host-image] Aug 05 16:43:22.492 INFO O| Aug 05 16:43:22.492 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8551 | 2024-08-05T16:43:24.069Z | [ host-image] Aug 05 16:43:22.501 INFO O| Aug 05 16:43:22.501 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8552 | 2024-08-05T16:43:24.073Z | [ host-image] Aug 05 16:43:22.501 INFO O| Aug 05 16:43:22.501 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8553 | 2024-08-05T16:43:24.073Z | [ host-image] Aug 05 16:43:22.501 INFO O| Aug 05 16:43:22.501 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8554 | 2024-08-05T16:43:24.073Z | [ host-image] Aug 05 16:43:22.501 INFO O| Aug 05 16:43:22.501 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8555 | 2024-08-05T16:43:24.073Z | [ host-image] Aug 05 16:43:22.501 INFO O| Aug 05 16:43:22.501 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8556 | 2024-08-05T16:43:24.073Z | [ host-image] Aug 05 16:43:22.501 INFO O| Aug 05 16:43:22.501 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8557 | 2024-08-05T16:43:24.073Z | [ host-image] Aug 05 16:43:22.502 INFO O| Aug 05 16:43:22.501 INFO ok! |
8558 | 2024-08-05T16:43:24.073Z | [ host-image] Aug 05 16:43:22.502 INFO O| Aug 05 16:43:22.502 INFO STEP 58 (ensure_file) COMPLETE |
8559 | 2024-08-05T16:43:24.073Z | [ host-image] Aug 05 16:43:22.502 INFO O| Aug 05 16:43:22.502 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8560 | 2024-08-05T16:43:24.078Z | [ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8561 | 2024-08-05T16:43:24.078Z | [ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8562 | 2024-08-05T16:43:24.081Z | [ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8563 | 2024-08-05T16:43:24.081Z | [ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8564 | 2024-08-05T16:43:24.081Z | [ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8565 | 2024-08-05T16:43:24.081Z | [ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8566 | 2024-08-05T16:43:24.081Z | [ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO ok! |
8567 | 2024-08-05T16:43:24.081Z | [ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO STEP 59 (ensure_file) COMPLETE |
8568 | 2024-08-05T16:43:24.082Z | [ host-image] Aug 05 16:43:22.511 INFO O| Aug 05 16:43:22.511 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8569 | 2024-08-05T16:43:24.088Z | [ host-image] Aug 05 16:43:22.521 INFO O| Aug 05 16:43:22.521 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8570 | 2024-08-05T16:43:24.088Z | [ host-image] Aug 05 16:43:22.521 INFO O| Aug 05 16:43:22.521 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8571 | 2024-08-05T16:43:24.092Z | [ host-image] Aug 05 16:43:22.521 INFO O| Aug 05 16:43:22.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8572 | 2024-08-05T16:43:24.092Z | [ host-image] Aug 05 16:43:22.521 INFO O| Aug 05 16:43:22.521 INFO ok! |
8573 | 2024-08-05T16:43:24.092Z | [ host-image] Aug 05 16:43:22.521 INFO O| Aug 05 16:43:22.521 INFO STEP 60 (ensure_file) COMPLETE |
8574 | 2024-08-05T16:43:24.092Z | [ host-image] Aug 05 16:43:22.521 INFO O| Aug 05 16:43:22.521 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8575 | 2024-08-05T16:43:24.098Z | [ host-image] Aug 05 16:43:22.531 INFO O| Aug 05 16:43:22.530 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8576 | 2024-08-05T16:43:24.098Z | [ host-image] Aug 05 16:43:22.531 INFO O| Aug 05 16:43:22.531 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8577 | 2024-08-05T16:43:24.101Z | [ host-image] Aug 05 16:43:22.531 INFO O| Aug 05 16:43:22.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8578 | 2024-08-05T16:43:24.101Z | [ host-image] Aug 05 16:43:22.531 INFO O| Aug 05 16:43:22.531 INFO ok! |
8579 | 2024-08-05T16:43:24.101Z | [ host-image] Aug 05 16:43:22.531 INFO O| Aug 05 16:43:22.531 INFO STEP 61 (ensure_file) COMPLETE |
8580 | 2024-08-05T16:43:24.101Z | [ host-image] Aug 05 16:43:22.531 INFO O| Aug 05 16:43:22.531 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8581 | 2024-08-05T16:43:24.108Z | [ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8582 | 2024-08-05T16:43:24.108Z | [ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8583 | 2024-08-05T16:43:24.111Z | [ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8584 | 2024-08-05T16:43:24.111Z | [ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8585 | 2024-08-05T16:43:24.111Z | [ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 INFO ok! |
8586 | 2024-08-05T16:43:24.111Z | [ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 INFO STEP 62 (ensure_file) COMPLETE |
8587 | 2024-08-05T16:43:24.111Z | [ host-image] Aug 05 16:43:22.540 INFO O| Aug 05 16:43:22.540 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8588 | 2024-08-05T16:43:24.117Z | [ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.549 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8589 | 2024-08-05T16:43:24.117Z | [ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.550 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8590 | 2024-08-05T16:43:24.120Z | [ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.550 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8591 | 2024-08-05T16:43:24.120Z | [ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.550 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8592 | 2024-08-05T16:43:24.120Z | [ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.550 INFO ok! |
8593 | 2024-08-05T16:43:24.120Z | [ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.550 INFO STEP 63 (ensure_file) COMPLETE |
8594 | 2024-08-05T16:43:24.121Z | [ host-image] Aug 05 16:43:22.550 INFO O| Aug 05 16:43:22.550 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8595 | 2024-08-05T16:43:24.128Z | [ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme does not exist |
8596 | 2024-08-05T16:43:24.128Z | [ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme ... |
8597 | 2024-08-05T16:43:24.131Z | [ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme |
8598 | 2024-08-05T16:43:24.131Z | [ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme |
8599 | 2024-08-05T16:43:24.131Z | [ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO ok! |
8600 | 2024-08-05T16:43:24.131Z | [ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO STEP 64 (ensure_file) COMPLETE |
8601 | 2024-08-05T16:43:24.131Z | [ host-image] Aug 05 16:43:22.559 INFO O| Aug 05 16:43:22.559 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8602 | 2024-08-05T16:43:24.138Z | [ host-image] Aug 05 16:43:22.569 INFO O| Aug 05 16:43:22.569 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8603 | 2024-08-05T16:43:24.138Z | [ host-image] Aug 05 16:43:22.569 INFO O| Aug 05 16:43:22.569 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8604 | 2024-08-05T16:43:24.142Z | [ host-image] Aug 05 16:43:22.569 INFO O| Aug 05 16:43:22.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8605 | 2024-08-05T16:43:24.142Z | [ host-image] Aug 05 16:43:22.569 INFO O| Aug 05 16:43:22.569 INFO ok! |
8606 | 2024-08-05T16:43:24.142Z | [ host-image] Aug 05 16:43:22.569 INFO O| Aug 05 16:43:22.569 INFO STEP 65 (assemble_files) COMPLETE |
8607 | 2024-08-05T16:43:24.142Z | [ host-image] Aug 05 16:43:22.569 INFO O| Aug 05 16:43:22.569 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8608 | 2024-08-05T16:43:24.146Z | [ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8609 | 2024-08-05T16:43:24.146Z | [ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8610 | 2024-08-05T16:43:24.149Z | [ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8611 | 2024-08-05T16:43:24.149Z | [ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8612 | 2024-08-05T16:43:24.149Z | [ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO ok! |
8613 | 2024-08-05T16:43:24.149Z | [ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO STEP 66 (ensure_file) COMPLETE |
8614 | 2024-08-05T16:43:24.149Z | [ host-image] Aug 05 16:43:22.578 INFO O| Aug 05 16:43:22.578 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8615 | 2024-08-05T16:43:24.155Z | [ host-image] Aug 05 16:43:22.587 INFO O| Aug 05 16:43:22.587 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8616 | 2024-08-05T16:43:24.158Z | [ host-image] Aug 05 16:43:22.588 INFO O| Aug 05 16:43:22.588 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8617 | 2024-08-05T16:43:24.158Z | [ host-image] Aug 05 16:43:22.588 INFO O| Aug 05 16:43:22.588 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8618 | 2024-08-05T16:43:24.158Z | [ host-image] Aug 05 16:43:22.588 INFO O| Aug 05 16:43:22.588 INFO STEP 67 (ensure_dir) COMPLETE |
8619 | 2024-08-05T16:43:24.158Z | [ host-image] Aug 05 16:43:22.588 INFO O| Aug 05 16:43:22.588 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8620 | 2024-08-05T16:43:24.164Z | [ host-image] Aug 05 16:43:22.597 INFO O| Aug 05 16:43:22.597 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8621 | 2024-08-05T16:43:24.164Z | [ host-image] Aug 05 16:43:22.597 INFO O| Aug 05 16:43:22.597 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 ... |
8622 | 2024-08-05T16:43:24.172Z | [ host-image] Aug 05 16:43:22.604 INFO O| Aug 05 16:43:22.604 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 |
8623 | 2024-08-05T16:43:24.172Z | [ host-image] Aug 05 16:43:22.604 INFO O| Aug 05 16:43:22.604 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8624 | 2024-08-05T16:43:24.174Z | [ host-image] Aug 05 16:43:22.604 INFO O| Aug 05 16:43:22.604 INFO ok! |
8625 | 2024-08-05T16:43:24.174Z | [ host-image] Aug 05 16:43:22.604 INFO O| Aug 05 16:43:22.604 INFO STEP 68 (ensure_file) COMPLETE |
8626 | 2024-08-05T16:43:24.174Z | [ host-image] Aug 05 16:43:22.604 INFO O| Aug 05 16:43:22.604 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8627 | 2024-08-05T16:43:24.181Z | [ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8628 | 2024-08-05T16:43:24.184Z | [ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 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 ... |
8629 | 2024-08-05T16:43:24.184Z | [ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 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 |
8630 | 2024-08-05T16:43:24.184Z | [ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8631 | 2024-08-05T16:43:24.184Z | [ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 INFO ok! |
8632 | 2024-08-05T16:43:24.184Z | [ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 INFO STEP 69 (ensure_file) COMPLETE |
8633 | 2024-08-05T16:43:24.184Z | [ host-image] Aug 05 16:43:22.614 INFO O| Aug 05 16:43:22.614 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8634 | 2024-08-05T16:43:24.195Z | [ host-image] Aug 05 16:43:22.628 INFO O| Aug 05 16:43:22.628 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8635 | 2024-08-05T16:43:24.195Z | [ host-image] Aug 05 16:43:22.628 INFO O| Aug 05 16:43:22.628 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8636 | 2024-08-05T16:43:26.349Z | [ host-image] Aug 05 16:43:24.781 INFO O| Aug 05 16:43:24.781 INFO STEP 70 (pack_tar) COMPLETE |
8637 | 2024-08-05T16:43:26.349Z | [ host-image] Aug 05 16:43:24.781 INFO O| Aug 05 16:43:24.781 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8638 | 2024-08-05T16:43:26.352Z | [ host-image] Aug 05 16:43:24.781 INFO O| Aug 05 16:43:24.781 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8639 | 2024-08-05T16:43:26.574Z | [ host-image] Aug 05 16:43:25.006 INFO O| Aug 05 16:43:25.006 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8640 | 2024-08-05T16:43:26.647Z | [ host-image] Aug 05 16:43:25.079 INFO O| Aug 05 16:43:25.079 INFO completed processing gimlet/ramdisk-02-trim |
8641 | 2024-08-05T16:43:26.650Z | [ host-image] Aug 05 16:43:25.081 INFO image builder template: zfs... |
8642 | 2024-08-05T16:43:26.650Z | [ host-image] Aug 05 16:43:25.081 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/.tmp41afuc/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 |
8643 | 2024-08-05T16:43:26.664Z | [ host-image] Aug 05 16:43:25.096 INFO O| Aug 05 16:43:25.096 INFO skip include "stress" because feature "stress" is not enabled |
8644 | 2024-08-05T16:43:26.695Z | [ host-image] Aug 05 16:43:25.128 INFO O| Aug 05 16:43:25.127 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8645 | 2024-08-05T16:43:26.699Z | [ host-image] Aug 05 16:43:25.132 INFO O| Aug 05 16:43:25.132 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8646 | 2024-08-05T16:43:26.772Z | [ host-image] Aug 05 16:43:25.204 INFO O| Aug 05 16:43:25.204 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8647 | 2024-08-05T16:43:26.832Z | [ host-image] Aug 05 16:43:25.264 INFO O| Aug 05 16:43:25.264 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8648 | 2024-08-05T16:43:26.832Z | [ host-image] Aug 05 16:43:25.264 INFO O| Aug 05 16:43:25.264 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8649 | 2024-08-05T16:43:26.836Z | [ host-image] Aug 05 16:43:25.269 INFO O| Aug 05 16:43:25.269 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8650 | 2024-08-05T16:43:26.904Z | [ host-image] Aug 05 16:43:25.336 INFO O| Aug 05 16:43:25.336 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8651 | 2024-08-05T16:43:26.964Z | [ host-image] Aug 05 16:43:25.396 INFO O| Aug 05 16:43:25.396 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8652 | 2024-08-05T16:43:26.973Z | [ host-image] Aug 05 16:43:25.406 INFO O| Aug 05 16:43:25.406 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8653 | 2024-08-05T16:43:26.979Z | [ host-image] Aug 05 16:43:25.411 INFO O| Aug 05 16:43:25.411 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8654 | 2024-08-05T16:43:26.982Z | [ host-image] Aug 05 16:43:25.411 INFO O| Aug 05 16:43:25.411 INFO no lofi found |
8655 | 2024-08-05T16:43:26.982Z | [ host-image] Aug 05 16:43:25.411 INFO O| Aug 05 16:43:25.411 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8656 | 2024-08-05T16:43:26.982Z | [ host-image] Aug 05 16:43:25.411 INFO O| Aug 05 16:43:25.411 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8657 | 2024-08-05T16:43:28.578Z | [ host-image] Aug 05 16:43:27.010 INFO O| Aug 05 16:43:27.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
8658 | 2024-08-05T16:43:28.578Z | [ host-image] Aug 05 16:43:27.010 INFO O| Aug 05 16:43:27.010 INFO pool device = /dev/dsk/c2t1d0p0 |
8659 | 2024-08-05T16:43:28.581Z | [ host-image] Aug 05 16:43:27.010 INFO O| Aug 05 16:43:27.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8660 | 2024-08-05T16:43:28.646Z | [ host-image] Aug 05 16:43:27.077 INFO O| Aug 05 16:43:27.077 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8661 | 2024-08-05T16:43:28.646Z | [ host-image] Aug 05 16:43:27.077 INFO O| Aug 05 16:43:27.077 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8662 | 2024-08-05T16:43:28.667Z | [ host-image] Aug 05 16:43:27.099 INFO O| Aug 05 16:43:27.099 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8663 | 2024-08-05T16:43:28.728Z | [ host-image] Aug 05 16:43:27.160 INFO O| Aug 05 16:43:27.160 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8664 | 2024-08-05T16:43:28.767Z | [ host-image] Aug 05 16:43:27.199 INFO O| Aug 05 16:43:27.198 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8665 | 2024-08-05T16:43:28.782Z | [ host-image] Aug 05 16:43:27.213 INFO O| Aug 05 16:43:27.213 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8666 | 2024-08-05T16:43:28.793Z | [ host-image] Aug 05 16:43:27.225 INFO O| Aug 05 16:43:27.225 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8667 | 2024-08-05T16:43:28.843Z | [ host-image] Aug 05 16:43:27.275 INFO O| Aug 05 16:43:27.275 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8668 | 2024-08-05T16:43:28.843Z | [ host-image] Aug 05 16:43:27.275 INFO O| Aug 05 16:43:27.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8669 | 2024-08-05T16:43:28.846Z | [ host-image] Aug 05 16:43:27.275 INFO O| Aug 05 16:43:27.275 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8670 | 2024-08-05T16:43:28.852Z | [ host-image] Aug 05 16:43:27.284 INFO O| Aug 05 16:43:27.284 INFO boot environment UUID: 235cdd0e-a2c3-4731-a8f5-951a1e13328f |
8671 | 2024-08-05T16:43:28.856Z | [ host-image] Aug 05 16:43:27.284 INFO O| Aug 05 16:43:27.284 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 235cdd0e-a2c3-4731-a8f5-951a1e13328f |
8672 | 2024-08-05T16:43:28.863Z | [ host-image] Aug 05 16:43:27.295 INFO O| Aug 05 16:43:27.295 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8673 | 2024-08-05T16:43:28.875Z | [ host-image] Aug 05 16:43:27.306 INFO O| Aug 05 16:43:27.306 INFO STEP 0 (create_be) COMPLETE |
8674 | 2024-08-05T16:43:28.875Z | [ host-image] Aug 05 16:43:27.307 INFO O| Aug 05 16:43:27.306 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8675 | 2024-08-05T16:43:28.892Z | [ host-image] Aug 05 16:43:27.324 INFO O| Aug 05 16:43:27.324 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8676 | 2024-08-05T16:43:48.209Z | [ host-image] Aug 05 16:43:46.637 INFO O| Aug 05 16:43:46.637 INFO STEP 1 (unpack_tar) COMPLETE |
8677 | 2024-08-05T16:43:48.209Z | [ host-image] Aug 05 16:43:46.637 INFO O| Aug 05 16:43:46.637 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8678 | 2024-08-05T16:43:48.221Z | [ host-image] Aug 05 16:43:46.650 INFO O| Aug 05 16:43:46.650 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8679 | 2024-08-05T16:43:48.341Z | [ host-image] Aug 05 16:43:46.769 INFO O| Aug 05 16:43:46.769 INFO STEP 2 (devfsadm) COMPLETE |
8680 | 2024-08-05T16:43:48.341Z | [ host-image] Aug 05 16:43:46.769 INFO O| Aug 05 16:43:46.769 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8681 | 2024-08-05T16:43:48.353Z | [ host-image] Aug 05 16:43:46.782 INFO O| Aug 05 16:43:46.782 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8682 | 2024-08-05T16:43:48.353Z | [ host-image] Aug 05 16:43:46.782 INFO O| Aug 05 16:43:46.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8683 | 2024-08-05T16:43:48.353Z | [ host-image] Aug 05 16:43:46.782 INFO O| Aug 05 16:43:46.782 INFO STEP 3 (ensure_dir) COMPLETE |
8684 | 2024-08-05T16:43:48.356Z | [ host-image] Aug 05 16:43:46.782 INFO O| Aug 05 16:43:46.782 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8685 | 2024-08-05T16:43:48.364Z | [ host-image] Aug 05 16:43:46.793 INFO O| Aug 05 16:43:46.793 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8686 | 2024-08-05T16:43:48.364Z | [ host-image] Aug 05 16:43:46.793 INFO O| Aug 05 16:43:46.793 INFO STEP 4 (ensure_dir) COMPLETE |
8687 | 2024-08-05T16:43:48.367Z | [ host-image] Aug 05 16:43:46.793 INFO O| Aug 05 16:43:46.793 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8688 | 2024-08-05T16:43:48.374Z | [ host-image] Aug 05 16:43:46.803 INFO O| Aug 05 16:43:46.803 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8689 | 2024-08-05T16:43:48.377Z | [ host-image] Aug 05 16:43:46.803 INFO O| Aug 05 16:43:46.803 INFO STEP 5 (ensure_dir) COMPLETE |
8690 | 2024-08-05T16:43:48.377Z | [ host-image] Aug 05 16:43:46.803 INFO O| Aug 05 16:43:46.803 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8691 | 2024-08-05T16:43:48.384Z | [ host-image] Aug 05 16:43:46.813 INFO O| Aug 05 16:43:46.813 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8692 | 2024-08-05T16:43:48.384Z | [ host-image] Aug 05 16:43:46.813 INFO O| Aug 05 16:43:46.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8693 | 2024-08-05T16:43:48.388Z | [ host-image] Aug 05 16:43:46.813 INFO O| Aug 05 16:43:46.813 INFO STEP 6 (ensure_dir) COMPLETE |
8694 | 2024-08-05T16:43:48.388Z | [ host-image] Aug 05 16:43:46.813 INFO O| Aug 05 16:43:46.813 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8695 | 2024-08-05T16:43:48.395Z | [ host-image] Aug 05 16:43:46.824 INFO O| Aug 05 16:43:46.823 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8696 | 2024-08-05T16:43:48.395Z | [ host-image] Aug 05 16:43:46.824 INFO O| Aug 05 16:43:46.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8697 | 2024-08-05T16:43:48.395Z | [ host-image] Aug 05 16:43:46.824 INFO O| Aug 05 16:43:46.824 INFO STEP 7 (ensure_dir) COMPLETE |
8698 | 2024-08-05T16:43:48.398Z | [ host-image] Aug 05 16:43:46.824 INFO O| Aug 05 16:43:46.824 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8699 | 2024-08-05T16:43:48.405Z | [ host-image] Aug 05 16:43:46.834 INFO O| Aug 05 16:43:46.834 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8700 | 2024-08-05T16:43:48.408Z | [ host-image] Aug 05 16:43:46.834 INFO O| Aug 05 16:43:46.834 INFO STEP 8 (remove_files) COMPLETE |
8701 | 2024-08-05T16:43:48.408Z | [ host-image] Aug 05 16:43:46.834 INFO O| Aug 05 16:43:46.834 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8702 | 2024-08-05T16:43:48.415Z | [ host-image] Aug 05 16:43:46.844 INFO O| Aug 05 16:43:46.844 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8703 | 2024-08-05T16:43:48.418Z | [ host-image] Aug 05 16:43:46.845 INFO O| Aug 05 16:43:46.845 INFO STEP 9 (remove_files) COMPLETE |
8704 | 2024-08-05T16:43:48.418Z | [ host-image] Aug 05 16:43:46.845 INFO O| Aug 05 16:43:46.845 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8705 | 2024-08-05T16:43:48.426Z | [ host-image] Aug 05 16:43:46.855 INFO O| Aug 05 16:43:46.854 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8706 | 2024-08-05T16:43:48.429Z | [ host-image] Aug 05 16:43:46.855 INFO O| Aug 05 16:43:46.855 INFO STEP 10 (remove_files) COMPLETE |
8707 | 2024-08-05T16:43:48.429Z | [ host-image] Aug 05 16:43:46.855 INFO O| Aug 05 16:43:46.855 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8708 | 2024-08-05T16:43:48.437Z | [ host-image] Aug 05 16:43:46.865 INFO O| Aug 05 16:43:46.865 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8709 | 2024-08-05T16:43:48.440Z | [ host-image] Aug 05 16:43:46.865 INFO O| Aug 05 16:43:46.865 INFO STEP 11 (remove_files) COMPLETE |
8710 | 2024-08-05T16:43:48.440Z | [ host-image] Aug 05 16:43:46.865 INFO O| Aug 05 16:43:46.865 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8711 | 2024-08-05T16:43:48.446Z | [ host-image] Aug 05 16:43:46.875 INFO O| Aug 05 16:43:46.875 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8712 | 2024-08-05T16:43:48.449Z | [ host-image] Aug 05 16:43:46.875 INFO O| Aug 05 16:43:46.875 INFO STEP 12 (remove_files) COMPLETE |
8713 | 2024-08-05T16:43:48.449Z | [ host-image] Aug 05 16:43:46.875 INFO O| Aug 05 16:43:46.875 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8714 | 2024-08-05T16:43:48.456Z | [ host-image] Aug 05 16:43:46.885 INFO O| Aug 05 16:43:46.885 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8715 | 2024-08-05T16:43:48.459Z | [ host-image] Aug 05 16:43:46.885 INFO O| Aug 05 16:43:46.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8716 | 2024-08-05T16:43:48.459Z | [ host-image] Aug 05 16:43:46.885 INFO O| Aug 05 16:43:46.885 INFO STEP 13 (ensure_dir) COMPLETE |
8717 | 2024-08-05T16:43:48.459Z | [ host-image] Aug 05 16:43:46.885 INFO O| Aug 05 16:43:46.885 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8718 | 2024-08-05T16:43:48.466Z | [ host-image] Aug 05 16:43:46.895 INFO O| Aug 05 16:43:46.895 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8719 | 2024-08-05T16:43:48.469Z | [ host-image] Aug 05 16:43:46.895 INFO O| Aug 05 16:43:46.895 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8720 | 2024-08-05T16:43:48.469Z | [ host-image] Aug 05 16:43:46.895 INFO O| Aug 05 16:43:46.895 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8721 | 2024-08-05T16:43:48.469Z | [ host-image] Aug 05 16:43:46.895 INFO O| Aug 05 16:43:46.895 INFO STEP 14 (ensure_dir) COMPLETE |
8722 | 2024-08-05T16:43:48.469Z | [ host-image] Aug 05 16:43:46.895 INFO O| Aug 05 16:43:46.895 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8723 | 2024-08-05T16:43:48.477Z | [ host-image] Aug 05 16:43:46.906 INFO O| Aug 05 16:43:46.906 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8724 | 2024-08-05T16:43:48.477Z | [ host-image] Aug 05 16:43:46.906 INFO O| Aug 05 16:43:46.906 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8725 | 2024-08-05T16:43:48.477Z | [ host-image] Aug 05 16:43:46.906 INFO O| Aug 05 16:43:46.906 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8726 | 2024-08-05T16:43:48.480Z | [ host-image] Aug 05 16:43:46.906 INFO O| Aug 05 16:43:46.906 INFO STEP 15 (ensure_dir) COMPLETE |
8727 | 2024-08-05T16:43:48.480Z | [ host-image] Aug 05 16:43:46.906 INFO O| Aug 05 16:43:46.906 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8728 | 2024-08-05T16:43:48.487Z | [ host-image] Aug 05 16:43:46.916 INFO O| Aug 05 16:43:46.916 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8729 | 2024-08-05T16:43:48.487Z | [ host-image] Aug 05 16:43:46.916 INFO O| Aug 05 16:43:46.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8730 | 2024-08-05T16:43:48.490Z | [ host-image] Aug 05 16:43:46.916 INFO O| Aug 05 16:43:46.916 INFO STEP 16 (ensure_dir) COMPLETE |
8731 | 2024-08-05T16:43:48.490Z | [ host-image] Aug 05 16:43:46.916 INFO O| Aug 05 16:43:46.916 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8732 | 2024-08-05T16:43:48.497Z | [ host-image] Aug 05 16:43:46.926 INFO O| Aug 05 16:43:46.926 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8733 | 2024-08-05T16:43:48.500Z | [ host-image] Aug 05 16:43:46.926 INFO O| Aug 05 16:43:46.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8734 | 2024-08-05T16:43:48.500Z | [ host-image] Aug 05 16:43:46.926 INFO O| Aug 05 16:43:46.926 INFO STEP 17 (ensure_dir) COMPLETE |
8735 | 2024-08-05T16:43:48.500Z | [ host-image] Aug 05 16:43:46.926 INFO O| Aug 05 16:43:46.926 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8736 | 2024-08-05T16:43:48.507Z | [ host-image] Aug 05 16:43:46.936 INFO O| Aug 05 16:43:46.936 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8737 | 2024-08-05T16:43:48.507Z | [ host-image] Aug 05 16:43:46.936 INFO O| Aug 05 16:43:46.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8738 | 2024-08-05T16:43:48.511Z | [ host-image] Aug 05 16:43:46.936 INFO O| Aug 05 16:43:46.936 INFO ok! |
8739 | 2024-08-05T16:43:48.511Z | [ host-image] Aug 05 16:43:46.936 INFO O| Aug 05 16:43:46.936 INFO STEP 18 (ensure_symlink) COMPLETE |
8740 | 2024-08-05T16:43:48.511Z | [ host-image] Aug 05 16:43:46.936 INFO O| Aug 05 16:43:46.936 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8741 | 2024-08-05T16:43:48.518Z | [ host-image] Aug 05 16:43:46.946 INFO O| Aug 05 16:43:46.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8742 | 2024-08-05T16:43:48.518Z | [ host-image] Aug 05 16:43:46.946 INFO O| Aug 05 16:43:46.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8743 | 2024-08-05T16:43:48.521Z | [ host-image] Aug 05 16:43:46.946 INFO O| Aug 05 16:43:46.946 INFO ok! |
8744 | 2024-08-05T16:43:48.521Z | [ host-image] Aug 05 16:43:46.946 INFO O| Aug 05 16:43:46.946 INFO STEP 19 (ensure_file) COMPLETE |
8745 | 2024-08-05T16:43:48.521Z | [ host-image] Aug 05 16:43:46.946 INFO O| Aug 05 16:43:46.946 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8746 | 2024-08-05T16:43:48.528Z | [ host-image] Aug 05 16:43:46.956 INFO O| Aug 05 16:43:46.956 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8747 | 2024-08-05T16:43:48.528Z | [ host-image] Aug 05 16:43:46.956 INFO O| Aug 05 16:43:46.956 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8748 | 2024-08-05T16:43:48.530Z | [ host-image] Aug 05 16:43:46.957 INFO O| Aug 05 16:43:46.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8749 | 2024-08-05T16:43:48.531Z | [ host-image] Aug 05 16:43:46.957 INFO O| Aug 05 16:43:46.957 INFO ok! |
8750 | 2024-08-05T16:43:48.531Z | [ host-image] Aug 05 16:43:46.957 INFO O| Aug 05 16:43:46.957 INFO STEP 20 (ensure_symlink) COMPLETE |
8751 | 2024-08-05T16:43:48.531Z | [ host-image] Aug 05 16:43:46.957 INFO O| Aug 05 16:43:46.957 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8752 | 2024-08-05T16:43:48.538Z | [ host-image] Aug 05 16:43:46.967 INFO O| Aug 05 16:43:46.967 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8753 | 2024-08-05T16:43:48.538Z | [ host-image] Aug 05 16:43:46.967 INFO O| Aug 05 16:43:46.967 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8754 | 2024-08-05T16:43:48.541Z | [ host-image] Aug 05 16:43:46.967 INFO O| Aug 05 16:43:46.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8755 | 2024-08-05T16:43:48.541Z | [ host-image] Aug 05 16:43:46.967 INFO O| Aug 05 16:43:46.967 INFO ok! |
8756 | 2024-08-05T16:43:48.541Z | [ host-image] Aug 05 16:43:46.967 INFO O| Aug 05 16:43:46.967 INFO STEP 21 (ensure_symlink) COMPLETE |
8757 | 2024-08-05T16:43:48.541Z | [ host-image] Aug 05 16:43:46.967 INFO O| Aug 05 16:43:46.967 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8758 | 2024-08-05T16:43:48.548Z | [ host-image] Aug 05 16:43:46.977 INFO O| Aug 05 16:43:46.977 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8759 | 2024-08-05T16:43:48.549Z | [ host-image] Aug 05 16:43:46.977 INFO O| Aug 05 16:43:46.977 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8760 | 2024-08-05T16:43:48.552Z | [ host-image] Aug 05 16:43:46.977 INFO O| Aug 05 16:43:46.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8761 | 2024-08-05T16:43:48.552Z | [ host-image] Aug 05 16:43:46.977 INFO O| Aug 05 16:43:46.977 INFO ok! |
8762 | 2024-08-05T16:43:48.552Z | [ host-image] Aug 05 16:43:46.977 INFO O| Aug 05 16:43:46.977 INFO STEP 22 (ensure_symlink) COMPLETE |
8763 | 2024-08-05T16:43:48.552Z | [ host-image] Aug 05 16:43:46.977 INFO O| Aug 05 16:43:46.977 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8764 | 2024-08-05T16:43:48.559Z | [ host-image] Aug 05 16:43:46.987 INFO O| Aug 05 16:43:46.987 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8765 | 2024-08-05T16:43:48.561Z | [ host-image] Aug 05 16:43:46.987 INFO O| Aug 05 16:43:46.987 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8766 | 2024-08-05T16:43:48.561Z | [ host-image] Aug 05 16:43:46.988 INFO O| Aug 05 16:43:46.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8767 | 2024-08-05T16:43:48.561Z | [ host-image] Aug 05 16:43:46.988 INFO O| Aug 05 16:43:46.988 INFO ok! |
8768 | 2024-08-05T16:43:48.561Z | [ host-image] Aug 05 16:43:46.988 INFO O| Aug 05 16:43:46.988 INFO STEP 23 (ensure_symlink) COMPLETE |
8769 | 2024-08-05T16:43:48.561Z | [ host-image] Aug 05 16:43:46.988 INFO O| Aug 05 16:43:46.988 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8770 | 2024-08-05T16:43:48.569Z | [ host-image] Aug 05 16:43:46.998 INFO O| Aug 05 16:43:46.998 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8771 | 2024-08-05T16:43:48.572Z | [ host-image] Aug 05 16:43:46.998 INFO O| Aug 05 16:43:46.998 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8772 | 2024-08-05T16:43:48.572Z | [ host-image] Aug 05 16:43:46.998 INFO O| Aug 05 16:43:46.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8773 | 2024-08-05T16:43:48.572Z | [ host-image] Aug 05 16:43:46.998 INFO O| Aug 05 16:43:46.998 INFO ok! |
8774 | 2024-08-05T16:43:48.572Z | [ host-image] Aug 05 16:43:46.998 INFO O| Aug 05 16:43:46.998 INFO STEP 24 (ensure_file) COMPLETE |
8775 | 2024-08-05T16:43:48.572Z | [ host-image] Aug 05 16:43:46.998 INFO O| Aug 05 16:43:46.998 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8776 | 2024-08-05T16:43:48.580Z | [ host-image] Aug 05 16:43:47.009 INFO O| Aug 05 16:43:47.008 INFO updating shadow file |
8777 | 2024-08-05T16:43:48.582Z | [ host-image] Aug 05 16:43:47.009 INFO O| Aug 05 16:43:47.009 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8778 | 2024-08-05T16:43:48.582Z | [ host-image] Aug 05 16:43:47.009 INFO O| Aug 05 16:43:47.009 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8779 | 2024-08-05T16:43:48.582Z | [ host-image] Aug 05 16:43:47.009 INFO O| Aug 05 16:43:47.009 INFO STEP 25 (shadow) COMPLETE |
8780 | 2024-08-05T16:43:48.583Z | [ host-image] Aug 05 16:43:47.009 INFO O| Aug 05 16:43:47.009 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8781 | 2024-08-05T16:43:48.592Z | [ host-image] Aug 05 16:43:47.019 INFO O| Aug 05 16:43:47.019 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8782 | 2024-08-05T16:43:48.592Z | [ host-image] Aug 05 16:43:47.019 INFO O| Aug 05 16:43:47.019 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8783 | 2024-08-05T16:43:48.595Z | [ host-image] Aug 05 16:43:47.019 INFO O| Aug 05 16:43:47.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8784 | 2024-08-05T16:43:48.595Z | [ host-image] Aug 05 16:43:47.019 INFO O| Aug 05 16:43:47.019 INFO ok! |
8785 | 2024-08-05T16:43:48.595Z | [ host-image] Aug 05 16:43:47.019 INFO O| Aug 05 16:43:47.019 INFO STEP 26 (ensure_file) COMPLETE |
8786 | 2024-08-05T16:43:48.595Z | [ host-image] Aug 05 16:43:47.019 INFO O| Aug 05 16:43:47.019 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8787 | 2024-08-05T16:43:48.601Z | [ host-image] Aug 05 16:43:47.029 INFO O| Aug 05 16:43:47.029 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8788 | 2024-08-05T16:43:48.601Z | [ host-image] Aug 05 16:43:47.029 INFO O| Aug 05 16:43:47.029 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8789 | 2024-08-05T16:43:48.603Z | [ host-image] Aug 05 16:43:47.029 INFO O| Aug 05 16:43:47.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8790 | 2024-08-05T16:43:48.603Z | [ host-image] Aug 05 16:43:47.029 INFO O| Aug 05 16:43:47.029 INFO ok! |
8791 | 2024-08-05T16:43:48.603Z | [ host-image] Aug 05 16:43:47.029 INFO O| Aug 05 16:43:47.029 INFO STEP 27 (ensure_file) COMPLETE |
8792 | 2024-08-05T16:43:48.603Z | [ host-image] Aug 05 16:43:47.030 INFO O| Aug 05 16:43:47.029 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8793 | 2024-08-05T16:43:48.611Z | [ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8794 | 2024-08-05T16:43:48.614Z | [ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8795 | 2024-08-05T16:43:48.614Z | [ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8796 | 2024-08-05T16:43:48.614Z | [ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8797 | 2024-08-05T16:43:48.614Z | [ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 INFO ok! |
8798 | 2024-08-05T16:43:48.614Z | [ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 INFO STEP 28 (ensure_file) COMPLETE |
8799 | 2024-08-05T16:43:48.614Z | [ host-image] Aug 05 16:43:47.040 INFO O| Aug 05 16:43:47.040 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8800 | 2024-08-05T16:43:48.622Z | [ host-image] Aug 05 16:43:47.050 INFO O| Aug 05 16:43:47.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8801 | 2024-08-05T16:43:48.624Z | [ host-image] Aug 05 16:43:47.050 INFO O| Aug 05 16:43:47.050 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8802 | 2024-08-05T16:43:48.624Z | [ host-image] Aug 05 16:43:47.050 INFO O| Aug 05 16:43:47.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8803 | 2024-08-05T16:43:48.624Z | [ host-image] Aug 05 16:43:47.050 INFO O| Aug 05 16:43:47.050 INFO ok! |
8804 | 2024-08-05T16:43:48.624Z | [ host-image] Aug 05 16:43:47.050 INFO O| Aug 05 16:43:47.050 INFO STEP 29 (ensure_file) COMPLETE |
8805 | 2024-08-05T16:43:48.625Z | [ host-image] Aug 05 16:43:47.050 INFO O| Aug 05 16:43:47.050 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8806 | 2024-08-05T16:43:48.632Z | [ host-image] Aug 05 16:43:47.061 INFO O| Aug 05 16:43:47.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8807 | 2024-08-05T16:43:48.632Z | [ host-image] Aug 05 16:43:47.061 INFO O| Aug 05 16:43:47.061 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8808 | 2024-08-05T16:43:48.635Z | [ host-image] Aug 05 16:43:47.061 INFO O| Aug 05 16:43:47.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8809 | 2024-08-05T16:43:48.635Z | [ host-image] Aug 05 16:43:47.061 INFO O| Aug 05 16:43:47.061 INFO ok! |
8810 | 2024-08-05T16:43:48.635Z | [ host-image] Aug 05 16:43:47.061 INFO O| Aug 05 16:43:47.061 INFO STEP 30 (ensure_file) COMPLETE |
8811 | 2024-08-05T16:43:48.635Z | [ host-image] Aug 05 16:43:47.061 INFO O| Aug 05 16:43:47.061 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8812 | 2024-08-05T16:43:48.642Z | [ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8813 | 2024-08-05T16:43:48.642Z | [ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8814 | 2024-08-05T16:43:48.645Z | [ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8815 | 2024-08-05T16:43:48.645Z | [ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8816 | 2024-08-05T16:43:48.645Z | [ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 INFO ok! |
8817 | 2024-08-05T16:43:48.645Z | [ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 INFO STEP 31 (ensure_file) COMPLETE |
8818 | 2024-08-05T16:43:48.645Z | [ host-image] Aug 05 16:43:47.071 INFO O| Aug 05 16:43:47.071 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8819 | 2024-08-05T16:43:48.653Z | [ host-image] Aug 05 16:43:47.082 INFO O| Aug 05 16:43:47.082 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8820 | 2024-08-05T16:43:48.653Z | [ host-image] Aug 05 16:43:47.082 INFO O| Aug 05 16:43:47.082 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8821 | 2024-08-05T16:43:48.656Z | [ host-image] Aug 05 16:43:47.082 INFO O| Aug 05 16:43:47.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8822 | 2024-08-05T16:43:48.656Z | [ host-image] Aug 05 16:43:47.082 INFO O| Aug 05 16:43:47.082 INFO ok! |
8823 | 2024-08-05T16:43:48.656Z | [ host-image] Aug 05 16:43:47.082 INFO O| Aug 05 16:43:47.082 INFO STEP 32 (ensure_file) COMPLETE |
8824 | 2024-08-05T16:43:48.656Z | [ host-image] Aug 05 16:43:47.082 INFO O| Aug 05 16:43:47.082 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8825 | 2024-08-05T16:43:48.664Z | [ host-image] Aug 05 16:43:47.093 INFO O| Aug 05 16:43:47.092 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8826 | 2024-08-05T16:43:48.664Z | [ host-image] Aug 05 16:43:47.093 INFO O| Aug 05 16:43:47.093 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8827 | 2024-08-05T16:43:48.667Z | [ host-image] Aug 05 16:43:47.093 INFO O| Aug 05 16:43:47.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8828 | 2024-08-05T16:43:48.667Z | [ host-image] Aug 05 16:43:47.093 INFO O| Aug 05 16:43:47.093 INFO ok! |
8829 | 2024-08-05T16:43:48.667Z | [ host-image] Aug 05 16:43:47.093 INFO O| Aug 05 16:43:47.093 INFO STEP 33 (ensure_file) COMPLETE |
8830 | 2024-08-05T16:43:48.667Z | [ host-image] Aug 05 16:43:47.093 INFO O| Aug 05 16:43:47.093 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8831 | 2024-08-05T16:43:48.674Z | [ host-image] Aug 05 16:43:47.103 INFO O| Aug 05 16:43:47.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8832 | 2024-08-05T16:43:48.675Z | [ host-image] Aug 05 16:43:47.103 INFO O| Aug 05 16:43:47.103 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8833 | 2024-08-05T16:43:48.677Z | [ host-image] Aug 05 16:43:47.103 INFO O| Aug 05 16:43:47.103 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8834 | 2024-08-05T16:43:48.678Z | [ host-image] Aug 05 16:43:47.103 INFO O| Aug 05 16:43:47.103 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8835 | 2024-08-05T16:43:48.678Z | [ host-image] Aug 05 16:43:47.103 INFO O| Aug 05 16:43:47.103 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8836 | 2024-08-05T16:43:48.678Z | [ host-image] Aug 05 16:43:47.104 INFO O| Aug 05 16:43:47.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8837 | 2024-08-05T16:43:48.678Z | [ host-image] Aug 05 16:43:47.104 INFO O| Aug 05 16:43:47.104 INFO ok! |
8838 | 2024-08-05T16:43:48.678Z | [ host-image] Aug 05 16:43:47.104 INFO O| Aug 05 16:43:47.104 INFO STEP 34 (ensure_file) COMPLETE |
8839 | 2024-08-05T16:43:48.678Z | [ host-image] Aug 05 16:43:47.104 INFO O| Aug 05 16:43:47.104 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8840 | 2024-08-05T16:43:48.685Z | [ host-image] Aug 05 16:43:47.113 INFO O| Aug 05 16:43:47.113 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8841 | 2024-08-05T16:43:48.688Z | [ host-image] Aug 05 16:43:47.114 INFO O| Aug 05 16:43:47.114 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8842 | 2024-08-05T16:43:48.688Z | [ host-image] Aug 05 16:43:47.114 INFO O| Aug 05 16:43:47.114 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8843 | 2024-08-05T16:43:48.688Z | [ host-image] Aug 05 16:43:47.114 INFO O| Aug 05 16:43:47.114 INFO STEP 35 (ensure_dir) COMPLETE |
8844 | 2024-08-05T16:43:48.688Z | [ host-image] Aug 05 16:43:47.114 INFO O| Aug 05 16:43:47.114 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8845 | 2024-08-05T16:43:48.696Z | [ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 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 |
8846 | 2024-08-05T16:43:48.696Z | [ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 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 ... |
8847 | 2024-08-05T16:43:48.699Z | [ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 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 |
8848 | 2024-08-05T16:43:48.699Z | [ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 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 |
8849 | 2024-08-05T16:43:48.699Z | [ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 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 |
8850 | 2024-08-05T16:43:48.699Z | [ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 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 |
8851 | 2024-08-05T16:43:48.699Z | [ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 INFO ok! |
8852 | 2024-08-05T16:43:48.699Z | [ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 INFO STEP 36 (ensure_file) COMPLETE |
8853 | 2024-08-05T16:43:48.699Z | [ host-image] Aug 05 16:43:47.124 INFO O| Aug 05 16:43:47.124 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8854 | 2024-08-05T16:43:48.705Z | [ host-image] Aug 05 16:43:47.134 INFO O| Aug 05 16:43:47.134 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8855 | 2024-08-05T16:43:48.705Z | [ host-image] Aug 05 16:43:47.134 INFO O| Aug 05 16:43:47.134 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 ... |
8856 | 2024-08-05T16:43:48.705Z | [ host-image] Aug 05 16:43:47.134 INFO O| Aug 05 16:43:47.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8857 | 2024-08-05T16:43:48.705Z | [ host-image] Aug 05 16:43:47.134 INFO O| Aug 05 16:43:47.134 INFO ok! |
8858 | 2024-08-05T16:43:48.708Z | [ host-image] Aug 05 16:43:47.134 INFO O| Aug 05 16:43:47.134 INFO STEP 37 (ensure_symlink) COMPLETE |
8859 | 2024-08-05T16:43:48.708Z | [ host-image] Aug 05 16:43:47.134 INFO O| Aug 05 16:43:47.134 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8860 | 2024-08-05T16:43:48.715Z | [ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8861 | 2024-08-05T16:43:48.715Z | [ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8862 | 2024-08-05T16:43:48.718Z | [ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8863 | 2024-08-05T16:43:48.718Z | [ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8864 | 2024-08-05T16:43:48.718Z | [ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8865 | 2024-08-05T16:43:48.718Z | [ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8866 | 2024-08-05T16:43:48.718Z | [ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO ok! |
8867 | 2024-08-05T16:43:48.718Z | [ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO STEP 38 (ensure_file) COMPLETE |
8868 | 2024-08-05T16:43:48.718Z | [ host-image] Aug 05 16:43:47.144 INFO O| Aug 05 16:43:47.144 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8869 | 2024-08-05T16:43:48.725Z | [ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8870 | 2024-08-05T16:43:48.725Z | [ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.154 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 ... |
8871 | 2024-08-05T16:43:48.728Z | [ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.154 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 |
8872 | 2024-08-05T16:43:48.728Z | [ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.154 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8873 | 2024-08-05T16:43:48.728Z | [ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.154 INFO ok! |
8874 | 2024-08-05T16:43:48.728Z | [ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.154 INFO STEP 39 (ensure_file) COMPLETE |
8875 | 2024-08-05T16:43:48.728Z | [ host-image] Aug 05 16:43:47.154 INFO O| Aug 05 16:43:47.154 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8876 | 2024-08-05T16:43:48.735Z | [ host-image] Aug 05 16:43:47.164 INFO O| Aug 05 16:43:47.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8877 | 2024-08-05T16:43:48.738Z | [ host-image] Aug 05 16:43:47.164 INFO O| Aug 05 16:43:47.164 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8878 | 2024-08-05T16:43:48.738Z | [ host-image] Aug 05 16:43:47.164 INFO O| Aug 05 16:43:47.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8879 | 2024-08-05T16:43:48.738Z | [ host-image] Aug 05 16:43:47.164 INFO O| Aug 05 16:43:47.164 INFO ok! |
8880 | 2024-08-05T16:43:48.738Z | [ host-image] Aug 05 16:43:47.164 INFO O| Aug 05 16:43:47.164 INFO STEP 40 (ensure_file) COMPLETE |
8881 | 2024-08-05T16:43:48.738Z | [ host-image] Aug 05 16:43:47.164 INFO O| Aug 05 16:43:47.164 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8882 | 2024-08-05T16:43:48.746Z | [ host-image] Aug 05 16:43:47.175 INFO O| Aug 05 16:43:47.175 INFO updating shadow file |
8883 | 2024-08-05T16:43:48.749Z | [ host-image] Aug 05 16:43:47.175 INFO O| Aug 05 16:43:47.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8884 | 2024-08-05T16:43:48.749Z | [ host-image] Aug 05 16:43:47.175 INFO O| Aug 05 16:43:47.175 INFO STEP 41 (shadow) COMPLETE |
8885 | 2024-08-05T16:43:48.749Z | [ host-image] Aug 05 16:43:47.175 INFO O| Aug 05 16:43:47.175 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8886 | 2024-08-05T16:43:48.757Z | [ host-image] Aug 05 16:43:47.185 INFO O| Aug 05 16:43:47.185 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8887 | 2024-08-05T16:43:48.760Z | [ host-image] Aug 05 16:43:47.185 INFO O| Aug 05 16:43:47.185 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8888 | 2024-08-05T16:43:48.760Z | [ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.185 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8889 | 2024-08-05T16:43:48.760Z | [ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8890 | 2024-08-05T16:43:48.760Z | [ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO ok! |
8891 | 2024-08-05T16:43:48.760Z | [ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO STEP 42 (ensure_file) COMPLETE |
8892 | 2024-08-05T16:43:48.760Z | [ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8893 | 2024-08-05T16:43:48.760Z | [ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO skip step because feature "mfg" is not enabled |
8894 | 2024-08-05T16:43:48.760Z | [ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8895 | 2024-08-05T16:43:48.760Z | [ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO skip step because feature "mfg" is not enabled |
8896 | 2024-08-05T16:43:48.760Z | [ host-image] Aug 05 16:43:47.186 INFO O| Aug 05 16:43:47.186 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8897 | 2024-08-05T16:43:48.767Z | [ host-image] Aug 05 16:43:47.196 INFO O| Aug 05 16:43:47.196 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8898 | 2024-08-05T16:43:48.767Z | [ host-image] Aug 05 16:43:47.196 INFO O| Aug 05 16:43:47.196 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8899 | 2024-08-05T16:43:49.398Z | [ host-image] Aug 05 16:43:47.826 INFO O| Aug 05 16:43:47.826 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8900 | 2024-08-05T16:43:49.398Z | [ host-image] Aug 05 16:43:47.826 INFO O| Aug 05 16:43:47.826 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8901 | 2024-08-05T16:43:49.401Z | [ host-image] Aug 05 16:43:47.826 INFO O| Aug 05 16:43:47.826 INFO ok! |
8902 | 2024-08-05T16:43:49.401Z | [ host-image] Aug 05 16:43:47.826 INFO O| Aug 05 16:43:47.826 INFO STEP 45 (ensure_file) COMPLETE |
8903 | 2024-08-05T16:43:49.401Z | [ host-image] Aug 05 16:43:47.826 INFO O| Aug 05 16:43:47.826 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8904 | 2024-08-05T16:43:49.412Z | [ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8905 | 2024-08-05T16:43:49.412Z | [ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8906 | 2024-08-05T16:43:49.415Z | [ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8907 | 2024-08-05T16:43:49.415Z | [ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8908 | 2024-08-05T16:43:49.415Z | [ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8909 | 2024-08-05T16:43:49.415Z | [ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8910 | 2024-08-05T16:43:49.415Z | [ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO ok! |
8911 | 2024-08-05T16:43:49.415Z | [ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO STEP 46 (ensure_file) COMPLETE |
8912 | 2024-08-05T16:43:49.415Z | [ host-image] Aug 05 16:43:47.840 INFO O| Aug 05 16:43:47.840 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8913 | 2024-08-05T16:43:49.423Z | [ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8914 | 2024-08-05T16:43:49.423Z | [ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 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 ... |
8915 | 2024-08-05T16:43:49.426Z | [ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 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 |
8916 | 2024-08-05T16:43:49.427Z | [ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8917 | 2024-08-05T16:43:49.427Z | [ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 INFO ok! |
8918 | 2024-08-05T16:43:49.427Z | [ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 INFO STEP 47 (ensure_file) COMPLETE |
8919 | 2024-08-05T16:43:49.427Z | [ host-image] Aug 05 16:43:47.852 INFO O| Aug 05 16:43:47.852 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8920 | 2024-08-05T16:43:49.436Z | [ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8921 | 2024-08-05T16:43:49.436Z | [ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8922 | 2024-08-05T16:43:49.439Z | [ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8923 | 2024-08-05T16:43:49.439Z | [ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8924 | 2024-08-05T16:43:49.439Z | [ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8925 | 2024-08-05T16:43:49.439Z | [ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8926 | 2024-08-05T16:43:49.439Z | [ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO ok! |
8927 | 2024-08-05T16:43:49.439Z | [ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO STEP 48 (ensure_file) COMPLETE |
8928 | 2024-08-05T16:43:49.439Z | [ host-image] Aug 05 16:43:47.864 INFO O| Aug 05 16:43:47.864 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8929 | 2024-08-05T16:43:49.447Z | [ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8930 | 2024-08-05T16:43:49.447Z | [ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 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 ... |
8931 | 2024-08-05T16:43:49.450Z | [ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 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 |
8932 | 2024-08-05T16:43:49.450Z | [ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8933 | 2024-08-05T16:43:49.450Z | [ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 INFO ok! |
8934 | 2024-08-05T16:43:49.451Z | [ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 INFO STEP 49 (ensure_file) COMPLETE |
8935 | 2024-08-05T16:43:49.451Z | [ host-image] Aug 05 16:43:47.875 INFO O| Aug 05 16:43:47.875 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8936 | 2024-08-05T16:43:49.458Z | [ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8937 | 2024-08-05T16:43:49.461Z | [ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8938 | 2024-08-05T16:43:49.461Z | [ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8939 | 2024-08-05T16:43:49.461Z | [ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8940 | 2024-08-05T16:43:49.461Z | [ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8941 | 2024-08-05T16:43:49.461Z | [ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8942 | 2024-08-05T16:43:49.461Z | [ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO ok! |
8943 | 2024-08-05T16:43:49.461Z | [ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO STEP 50 (ensure_file) COMPLETE |
8944 | 2024-08-05T16:43:49.461Z | [ host-image] Aug 05 16:43:47.886 INFO O| Aug 05 16:43:47.886 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8945 | 2024-08-05T16:43:49.468Z | [ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8946 | 2024-08-05T16:43:49.471Z | [ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 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 ... |
8947 | 2024-08-05T16:43:49.471Z | [ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 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 |
8948 | 2024-08-05T16:43:49.471Z | [ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8949 | 2024-08-05T16:43:49.471Z | [ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 INFO ok! |
8950 | 2024-08-05T16:43:49.471Z | [ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 INFO STEP 51 (ensure_file) COMPLETE |
8951 | 2024-08-05T16:43:49.471Z | [ host-image] Aug 05 16:43:47.897 INFO O| Aug 05 16:43:47.897 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8952 | 2024-08-05T16:43:49.478Z | [ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8953 | 2024-08-05T16:43:49.478Z | [ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 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 ... |
8954 | 2024-08-05T16:43:49.481Z | [ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 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 |
8955 | 2024-08-05T16:43:49.481Z | [ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8956 | 2024-08-05T16:43:49.481Z | [ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 INFO ok! |
8957 | 2024-08-05T16:43:49.481Z | [ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 INFO STEP 52 (ensure_file) COMPLETE |
8958 | 2024-08-05T16:43:49.481Z | [ host-image] Aug 05 16:43:47.907 INFO O| Aug 05 16:43:47.907 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8959 | 2024-08-05T16:43:49.488Z | [ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8960 | 2024-08-05T16:43:49.488Z | [ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 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 ... |
8961 | 2024-08-05T16:43:49.491Z | [ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 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 |
8962 | 2024-08-05T16:43:49.491Z | [ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8963 | 2024-08-05T16:43:49.491Z | [ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 INFO ok! |
8964 | 2024-08-05T16:43:49.491Z | [ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 INFO STEP 53 (ensure_file) COMPLETE |
8965 | 2024-08-05T16:43:49.491Z | [ host-image] Aug 05 16:43:47.917 INFO O| Aug 05 16:43:47.917 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8966 | 2024-08-05T16:43:49.498Z | [ host-image] Aug 05 16:43:47.927 INFO O| Aug 05 16:43:47.927 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8967 | 2024-08-05T16:43:49.498Z | [ host-image] Aug 05 16:43:47.927 INFO O| Aug 05 16:43:47.927 INFO STEP 54 (ensure_dir) COMPLETE |
8968 | 2024-08-05T16:43:49.501Z | [ host-image] Aug 05 16:43:47.927 INFO O| Aug 05 16:43:47.927 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8969 | 2024-08-05T16:43:49.509Z | [ host-image] Aug 05 16:43:47.937 INFO O| Aug 05 16:43:47.937 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8970 | 2024-08-05T16:43:49.509Z | [ host-image] Aug 05 16:43:47.937 INFO O| Aug 05 16:43:47.937 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8971 | 2024-08-05T16:43:49.511Z | [ host-image] Aug 05 16:43:47.937 INFO O| Aug 05 16:43:47.937 INFO STEP 55 (ensure_dir) COMPLETE |
8972 | 2024-08-05T16:43:49.511Z | [ host-image] Aug 05 16:43:47.937 INFO O| Aug 05 16:43:47.937 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8973 | 2024-08-05T16:43:49.519Z | [ host-image] Aug 05 16:43:47.948 INFO O| Aug 05 16:43:47.947 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8974 | 2024-08-05T16:43:49.519Z | [ host-image] Aug 05 16:43:47.948 INFO O| Aug 05 16:43:47.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8975 | 2024-08-05T16:43:49.522Z | [ host-image] Aug 05 16:43:47.948 INFO O| Aug 05 16:43:47.948 INFO STEP 56 (ensure_dir) COMPLETE |
8976 | 2024-08-05T16:43:49.522Z | [ host-image] Aug 05 16:43:47.948 INFO O| Aug 05 16:43:47.948 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8977 | 2024-08-05T16:43:49.529Z | [ host-image] Aug 05 16:43:47.958 INFO O| Aug 05 16:43:47.958 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8978 | 2024-08-05T16:43:49.533Z | [ host-image] Aug 05 16:43:47.958 INFO O| Aug 05 16:43:47.958 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8979 | 2024-08-05T16:43:49.545Z | [ host-image] Aug 05 16:43:47.973 INFO O| Aug 05 16:43:47.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8980 | 2024-08-05T16:43:49.545Z | [ host-image] Aug 05 16:43:47.973 INFO O| Aug 05 16:43:47.973 INFO ok! |
8981 | 2024-08-05T16:43:49.548Z | [ host-image] Aug 05 16:43:47.973 INFO O| Aug 05 16:43:47.973 INFO STEP 57 (ensure_file) COMPLETE |
8982 | 2024-08-05T16:43:49.548Z | [ host-image] Aug 05 16:43:47.973 INFO O| Aug 05 16:43:47.973 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8983 | 2024-08-05T16:43:49.557Z | [ host-image] Aug 05 16:43:47.985 INFO O| Aug 05 16:43:47.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
8984 | 2024-08-05T16:43:49.557Z | [ host-image] Aug 05 16:43:47.985 INFO O| Aug 05 16:43:47.985 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
8985 | 2024-08-05T16:43:50.611Z | [ host-image] Aug 05 16:43:49.040 INFO O| Aug 05 16:43:49.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
8986 | 2024-08-05T16:43:50.612Z | [ host-image] Aug 05 16:43:49.040 INFO O| Aug 05 16:43:49.040 INFO ok! |
8987 | 2024-08-05T16:43:50.614Z | [ host-image] Aug 05 16:43:49.040 INFO O| Aug 05 16:43:49.040 INFO STEP 58 (ensure_file) COMPLETE |
8988 | 2024-08-05T16:43:50.615Z | [ host-image] Aug 05 16:43:49.040 INFO O| Aug 05 16:43:49.040 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8989 | 2024-08-05T16:43:50.625Z | [ host-image] Aug 05 16:43:49.053 INFO O| Aug 05 16:43:49.052 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8990 | 2024-08-05T16:43:50.627Z | [ host-image] Aug 05 16:43:49.053 INFO O| Aug 05 16:43:49.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8991 | 2024-08-05T16:43:50.627Z | [ host-image] Aug 05 16:43:49.053 INFO O| Aug 05 16:43:49.053 INFO STEP 59 (ensure_dir) COMPLETE |
8992 | 2024-08-05T16:43:50.628Z | [ host-image] Aug 05 16:43:49.053 INFO O| Aug 05 16:43:49.053 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8993 | 2024-08-05T16:43:50.636Z | [ host-image] Aug 05 16:43:49.064 INFO O| Aug 05 16:43:49.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8994 | 2024-08-05T16:43:50.636Z | [ host-image] Aug 05 16:43:49.064 INFO O| Aug 05 16:43:49.064 INFO copying /tmp/.tmp41afuc/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 ... |
8995 | 2024-08-05T16:43:50.638Z | [ host-image] Aug 05 16:43:49.064 INFO O| Aug 05 16:43:49.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8996 | 2024-08-05T16:43:50.638Z | [ host-image] Aug 05 16:43:49.064 INFO O| Aug 05 16:43:49.064 INFO ok! |
8997 | 2024-08-05T16:43:50.638Z | [ host-image] Aug 05 16:43:49.064 INFO O| Aug 05 16:43:49.064 INFO STEP 60 (ensure_file) COMPLETE |
8998 | 2024-08-05T16:43:50.638Z | [ host-image] Aug 05 16:43:49.064 INFO O| Aug 05 16:43:49.064 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8999 | 2024-08-05T16:43:50.646Z | [ host-image] Aug 05 16:43:49.074 INFO O| Aug 05 16:43:49.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9000 | 2024-08-05T16:43:50.646Z | [ host-image] Aug 05 16:43:49.074 INFO O| Aug 05 16:43:49.074 INFO copying /tmp/.tmp41afuc/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 ... |
9001 | 2024-08-05T16:43:50.650Z | [ host-image] Aug 05 16:43:49.075 INFO O| Aug 05 16:43:49.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9002 | 2024-08-05T16:43:50.650Z | [ host-image] Aug 05 16:43:49.075 INFO O| Aug 05 16:43:49.075 INFO ok! |
9003 | 2024-08-05T16:43:50.650Z | [ host-image] Aug 05 16:43:49.075 INFO O| Aug 05 16:43:49.075 INFO STEP 61 (ensure_file) COMPLETE |
9004 | 2024-08-05T16:43:50.650Z | [ host-image] Aug 05 16:43:49.075 INFO O| Aug 05 16:43:49.075 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9005 | 2024-08-05T16:43:50.657Z | [ host-image] Aug 05 16:43:49.085 INFO O| Aug 05 16:43:49.085 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9006 | 2024-08-05T16:43:50.660Z | [ host-image] Aug 05 16:43:49.085 INFO O| Aug 05 16:43:49.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9007 | 2024-08-05T16:43:50.660Z | [ host-image] Aug 05 16:43:49.085 INFO O| Aug 05 16:43:49.085 INFO STEP 62 (ensure_dir) COMPLETE |
9008 | 2024-08-05T16:43:50.660Z | [ host-image] Aug 05 16:43:49.086 INFO O| Aug 05 16:43:49.085 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9009 | 2024-08-05T16:43:50.667Z | [ host-image] Aug 05 16:43:49.096 INFO O| Aug 05 16:43:49.096 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9010 | 2024-08-05T16:43:50.667Z | [ host-image] Aug 05 16:43:49.096 INFO O| Aug 05 16:43:49.096 INFO copying /tmp/.tmp41afuc/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 ... |
9011 | 2024-08-05T16:43:50.670Z | [ host-image] Aug 05 16:43:49.096 INFO O| Aug 05 16:43:49.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9012 | 2024-08-05T16:43:50.670Z | [ host-image] Aug 05 16:43:49.096 INFO O| Aug 05 16:43:49.096 INFO ok! |
9013 | 2024-08-05T16:43:50.670Z | [ host-image] Aug 05 16:43:49.096 INFO O| Aug 05 16:43:49.096 INFO STEP 63 (ensure_file) COMPLETE |
9014 | 2024-08-05T16:43:50.670Z | [ host-image] Aug 05 16:43:49.096 INFO O| Aug 05 16:43:49.096 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9015 | 2024-08-05T16:43:50.678Z | [ host-image] Aug 05 16:43:49.106 INFO O| Aug 05 16:43:49.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9016 | 2024-08-05T16:43:50.678Z | [ host-image] Aug 05 16:43:49.106 INFO O| Aug 05 16:43:49.106 INFO copying /tmp/.tmp41afuc/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 ... |
9017 | 2024-08-05T16:43:50.681Z | [ host-image] Aug 05 16:43:49.107 INFO O| Aug 05 16:43:49.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9018 | 2024-08-05T16:43:50.681Z | [ host-image] Aug 05 16:43:49.107 INFO O| Aug 05 16:43:49.107 INFO ok! |
9019 | 2024-08-05T16:43:50.681Z | [ host-image] Aug 05 16:43:49.107 INFO O| Aug 05 16:43:49.107 INFO STEP 64 (ensure_file) COMPLETE |
9020 | 2024-08-05T16:43:50.681Z | [ host-image] Aug 05 16:43:49.107 INFO O| Aug 05 16:43:49.107 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9021 | 2024-08-05T16:43:50.688Z | [ host-image] Aug 05 16:43:49.117 INFO O| Aug 05 16:43:49.117 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9022 | 2024-08-05T16:43:50.691Z | [ host-image] Aug 05 16:43:49.117 INFO O| Aug 05 16:43:49.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9023 | 2024-08-05T16:43:50.691Z | [ host-image] Aug 05 16:43:49.117 INFO O| Aug 05 16:43:49.117 INFO STEP 65 (ensure_dir) COMPLETE |
9024 | 2024-08-05T16:43:50.691Z | [ host-image] Aug 05 16:43:49.117 INFO O| Aug 05 16:43:49.117 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9025 | 2024-08-05T16:43:50.699Z | [ host-image] Aug 05 16:43:49.127 INFO O| Aug 05 16:43:49.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9026 | 2024-08-05T16:43:50.699Z | [ host-image] Aug 05 16:43:49.127 INFO O| Aug 05 16:43:49.127 INFO copying /tmp/.tmp41afuc/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 ... |
9027 | 2024-08-05T16:43:50.699Z | [ host-image] Aug 05 16:43:49.127 INFO O| Aug 05 16:43:49.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9028 | 2024-08-05T16:43:50.702Z | [ host-image] Aug 05 16:43:49.127 INFO O| Aug 05 16:43:49.127 INFO ok! |
9029 | 2024-08-05T16:43:50.702Z | [ host-image] Aug 05 16:43:49.127 INFO O| Aug 05 16:43:49.127 INFO STEP 66 (ensure_file) COMPLETE |
9030 | 2024-08-05T16:43:50.702Z | [ host-image] Aug 05 16:43:49.127 INFO O| Aug 05 16:43:49.127 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9031 | 2024-08-05T16:43:50.709Z | [ host-image] Aug 05 16:43:49.137 INFO O| Aug 05 16:43:49.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9032 | 2024-08-05T16:43:50.709Z | [ host-image] Aug 05 16:43:49.137 INFO O| Aug 05 16:43:49.137 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9033 | 2024-08-05T16:43:50.712Z | [ host-image] Aug 05 16:43:49.138 INFO O| Aug 05 16:43:49.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9034 | 2024-08-05T16:43:50.712Z | [ host-image] Aug 05 16:43:49.138 INFO O| Aug 05 16:43:49.138 INFO ok! |
9035 | 2024-08-05T16:43:50.712Z | [ host-image] Aug 05 16:43:49.138 INFO O| Aug 05 16:43:49.138 INFO STEP 67 (ensure_file) COMPLETE |
9036 | 2024-08-05T16:43:50.712Z | [ host-image] Aug 05 16:43:49.138 INFO O| Aug 05 16:43:49.138 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9037 | 2024-08-05T16:43:50.719Z | [ host-image] Aug 05 16:43:49.147 INFO O| Aug 05 16:43:49.147 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9038 | 2024-08-05T16:43:50.722Z | [ host-image] Aug 05 16:43:49.148 INFO O| Aug 05 16:43:49.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9039 | 2024-08-05T16:43:50.722Z | [ host-image] Aug 05 16:43:49.148 INFO O| Aug 05 16:43:49.148 INFO STEP 68 (ensure_dir) COMPLETE |
9040 | 2024-08-05T16:43:50.722Z | [ host-image] Aug 05 16:43:49.148 INFO O| Aug 05 16:43:49.148 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9041 | 2024-08-05T16:43:50.730Z | [ host-image] Aug 05 16:43:49.158 INFO O| Aug 05 16:43:49.158 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9042 | 2024-08-05T16:43:50.730Z | [ host-image] Aug 05 16:43:49.158 INFO O| Aug 05 16:43:49.158 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9043 | 2024-08-05T16:43:51.274Z | [ host-image] Aug 05 16:43:49.702 INFO O| Aug 05 16:43:49.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9044 | 2024-08-05T16:43:51.274Z | [ host-image] Aug 05 16:43:49.702 INFO O| Aug 05 16:43:49.702 INFO ok! |
9045 | 2024-08-05T16:43:51.277Z | [ host-image] Aug 05 16:43:49.702 INFO O| Aug 05 16:43:49.702 INFO STEP 69 (ensure_file) COMPLETE |
9046 | 2024-08-05T16:43:51.277Z | [ host-image] Aug 05 16:43:49.702 INFO O| Aug 05 16:43:49.702 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9047 | 2024-08-05T16:43:51.286Z | [ host-image] Aug 05 16:43:49.715 INFO O| Aug 05 16:43:49.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9048 | 2024-08-05T16:43:51.289Z | [ host-image] Aug 05 16:43:49.715 INFO O| Aug 05 16:43:49.715 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9049 | 2024-08-05T16:43:52.694Z | [ host-image] Aug 05 16:43:51.121 INFO O| Aug 05 16:43:51.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9050 | 2024-08-05T16:43:52.694Z | [ host-image] Aug 05 16:43:51.121 INFO O| Aug 05 16:43:51.121 INFO ok! |
9051 | 2024-08-05T16:43:52.697Z | [ host-image] Aug 05 16:43:51.121 INFO O| Aug 05 16:43:51.121 INFO STEP 70 (ensure_file) COMPLETE |
9052 | 2024-08-05T16:43:52.698Z | [ host-image] Aug 05 16:43:51.121 INFO O| Aug 05 16:43:51.121 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9053 | 2024-08-05T16:43:52.707Z | [ host-image] Aug 05 16:43:51.135 INFO O| Aug 05 16:43:51.135 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9054 | 2024-08-05T16:43:52.707Z | [ host-image] Aug 05 16:43:51.135 INFO O| Aug 05 16:43:51.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9055 | 2024-08-05T16:43:52.707Z | [ host-image] Aug 05 16:43:51.135 INFO O| Aug 05 16:43:51.135 INFO STEP 71 (ensure_dir) COMPLETE |
9056 | 2024-08-05T16:43:52.710Z | [ host-image] Aug 05 16:43:51.135 INFO O| Aug 05 16:43:51.135 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9057 | 2024-08-05T16:43:52.719Z | [ host-image] Aug 05 16:43:51.147 INFO O| Aug 05 16:43:51.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9058 | 2024-08-05T16:43:52.719Z | [ host-image] Aug 05 16:43:51.147 INFO O| Aug 05 16:43:51.147 INFO copying /tmp/.tmp41afuc/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 ... |
9059 | 2024-08-05T16:43:52.723Z | [ host-image] Aug 05 16:43:51.147 INFO O| Aug 05 16:43:51.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9060 | 2024-08-05T16:43:52.723Z | [ host-image] Aug 05 16:43:51.147 INFO O| Aug 05 16:43:51.147 INFO ok! |
9061 | 2024-08-05T16:43:52.723Z | [ host-image] Aug 05 16:43:51.147 INFO O| Aug 05 16:43:51.147 INFO STEP 72 (ensure_file) COMPLETE |
9062 | 2024-08-05T16:43:52.723Z | [ host-image] Aug 05 16:43:51.147 INFO O| Aug 05 16:43:51.147 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9063 | 2024-08-05T16:43:52.731Z | [ host-image] Aug 05 16:43:51.159 INFO O| Aug 05 16:43:51.159 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9064 | 2024-08-05T16:43:52.731Z | [ host-image] Aug 05 16:43:51.159 INFO O| Aug 05 16:43:51.159 INFO copying /tmp/.tmp41afuc/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 ... |
9065 | 2024-08-05T16:43:52.734Z | [ host-image] Aug 05 16:43:51.159 INFO O| Aug 05 16:43:51.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9066 | 2024-08-05T16:43:52.734Z | [ host-image] Aug 05 16:43:51.159 INFO O| Aug 05 16:43:51.159 INFO ok! |
9067 | 2024-08-05T16:43:52.734Z | [ host-image] Aug 05 16:43:51.159 INFO O| Aug 05 16:43:51.159 INFO STEP 73 (ensure_file) COMPLETE |
9068 | 2024-08-05T16:43:52.734Z | [ host-image] Aug 05 16:43:51.159 INFO O| Aug 05 16:43:51.159 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9069 | 2024-08-05T16:43:52.742Z | [ host-image] Aug 05 16:43:51.170 INFO O| Aug 05 16:43:51.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9070 | 2024-08-05T16:43:52.743Z | [ host-image] Aug 05 16:43:51.170 INFO O| Aug 05 16:43:51.170 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9071 | 2024-08-05T16:43:52.746Z | [ host-image] Aug 05 16:43:51.170 INFO O| Aug 05 16:43:51.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9072 | 2024-08-05T16:43:52.746Z | [ host-image] Aug 05 16:43:51.170 INFO O| Aug 05 16:43:51.170 INFO ok! |
9073 | 2024-08-05T16:43:52.746Z | [ host-image] Aug 05 16:43:51.170 INFO O| Aug 05 16:43:51.170 INFO STEP 74 (ensure_file) COMPLETE |
9074 | 2024-08-05T16:43:52.746Z | [ host-image] Aug 05 16:43:51.170 INFO O| Aug 05 16:43:51.170 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9075 | 2024-08-05T16:43:52.754Z | [ host-image] Aug 05 16:43:51.181 INFO O| Aug 05 16:43:51.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9076 | 2024-08-05T16:43:52.754Z | [ host-image] Aug 05 16:43:51.181 INFO O| Aug 05 16:43:51.181 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9077 | 2024-08-05T16:43:52.758Z | [ host-image] Aug 05 16:43:51.181 INFO O| Aug 05 16:43:51.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9078 | 2024-08-05T16:43:52.758Z | [ host-image] Aug 05 16:43:51.181 INFO O| Aug 05 16:43:51.181 INFO ok! |
9079 | 2024-08-05T16:43:52.758Z | [ host-image] Aug 05 16:43:51.181 INFO O| Aug 05 16:43:51.181 INFO STEP 75 (ensure_file) COMPLETE |
9080 | 2024-08-05T16:43:52.758Z | [ host-image] Aug 05 16:43:51.181 INFO O| Aug 05 16:43:51.181 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9081 | 2024-08-05T16:43:52.764Z | [ host-image] Aug 05 16:43:51.192 INFO O| Aug 05 16:43:51.192 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9082 | 2024-08-05T16:43:52.764Z | [ host-image] Aug 05 16:43:51.193 INFO O| Aug 05 16:43:51.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9083 | 2024-08-05T16:43:52.768Z | [ host-image] Aug 05 16:43:51.193 INFO O| Aug 05 16:43:51.193 INFO STEP 76 (ensure_dir) COMPLETE |
9084 | 2024-08-05T16:43:52.768Z | [ host-image] Aug 05 16:43:51.193 INFO O| Aug 05 16:43:51.193 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9085 | 2024-08-05T16:43:52.776Z | [ host-image] Aug 05 16:43:51.204 INFO O| Aug 05 16:43:51.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9086 | 2024-08-05T16:43:52.776Z | [ host-image] Aug 05 16:43:51.204 INFO O| Aug 05 16:43:51.204 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9087 | 2024-08-05T16:43:52.780Z | [ host-image] Aug 05 16:43:51.206 INFO O| Aug 05 16:43:51.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9088 | 2024-08-05T16:43:52.780Z | [ host-image] Aug 05 16:43:51.206 INFO O| Aug 05 16:43:51.206 INFO ok! |
9089 | 2024-08-05T16:43:52.780Z | [ host-image] Aug 05 16:43:51.206 INFO O| Aug 05 16:43:51.206 INFO STEP 77 (ensure_file) COMPLETE |
9090 | 2024-08-05T16:43:52.780Z | [ host-image] Aug 05 16:43:51.206 INFO O| Aug 05 16:43:51.206 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9091 | 2024-08-05T16:43:52.789Z | [ host-image] Aug 05 16:43:51.217 INFO O| Aug 05 16:43:51.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9092 | 2024-08-05T16:43:52.789Z | [ host-image] Aug 05 16:43:51.217 INFO O| Aug 05 16:43:51.217 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9093 | 2024-08-05T16:43:52.789Z | [ host-image] Aug 05 16:43:51.217 INFO O| Aug 05 16:43:51.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9094 | 2024-08-05T16:43:52.792Z | [ host-image] Aug 05 16:43:51.217 INFO O| Aug 05 16:43:51.217 INFO ok! |
9095 | 2024-08-05T16:43:52.792Z | [ host-image] Aug 05 16:43:51.217 INFO O| Aug 05 16:43:51.217 INFO STEP 78 (ensure_file) COMPLETE |
9096 | 2024-08-05T16:43:52.792Z | [ host-image] Aug 05 16:43:51.217 INFO O| Aug 05 16:43:51.217 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9097 | 2024-08-05T16:43:52.800Z | [ host-image] Aug 05 16:43:51.228 INFO O| Aug 05 16:43:51.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9098 | 2024-08-05T16:43:52.800Z | [ host-image] Aug 05 16:43:51.228 INFO O| Aug 05 16:43:51.228 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9099 | 2024-08-05T16:43:53.658Z | [ host-image] Aug 05 16:43:52.086 INFO O| Aug 05 16:43:52.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9100 | 2024-08-05T16:43:53.658Z | [ host-image] Aug 05 16:43:52.086 INFO O| Aug 05 16:43:52.086 INFO ok! |
9101 | 2024-08-05T16:43:53.658Z | [ host-image] Aug 05 16:43:52.086 INFO O| Aug 05 16:43:52.086 INFO STEP 79 (ensure_file) COMPLETE |
9102 | 2024-08-05T16:43:53.658Z | [ host-image] Aug 05 16:43:52.086 INFO O| Aug 05 16:43:52.086 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9103 | 2024-08-05T16:43:53.670Z | [ host-image] Aug 05 16:43:52.098 INFO O| Aug 05 16:43:52.098 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9104 | 2024-08-05T16:43:53.671Z | [ host-image] Aug 05 16:43:52.099 INFO O| Aug 05 16:43:52.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9105 | 2024-08-05T16:43:53.673Z | [ host-image] Aug 05 16:43:52.099 INFO O| Aug 05 16:43:52.099 INFO STEP 80 (ensure_dir) COMPLETE |
9106 | 2024-08-05T16:43:53.673Z | [ host-image] Aug 05 16:43:52.099 INFO O| Aug 05 16:43:52.099 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9107 | 2024-08-05T16:43:53.682Z | [ host-image] Aug 05 16:43:52.110 INFO O| Aug 05 16:43:52.110 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9108 | 2024-08-05T16:43:53.682Z | [ host-image] Aug 05 16:43:52.110 INFO O| Aug 05 16:43:52.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9109 | 2024-08-05T16:43:53.685Z | [ host-image] Aug 05 16:43:52.110 INFO O| Aug 05 16:43:52.110 INFO STEP 81 (ensure_dir) COMPLETE |
9110 | 2024-08-05T16:43:53.685Z | [ host-image] Aug 05 16:43:52.110 INFO O| Aug 05 16:43:52.110 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9111 | 2024-08-05T16:43:53.692Z | [ host-image] Aug 05 16:43:52.120 INFO O| Aug 05 16:43:52.120 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9112 | 2024-08-05T16:43:53.692Z | [ host-image] Aug 05 16:43:52.120 INFO O| Aug 05 16:43:52.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9113 | 2024-08-05T16:43:53.696Z | [ host-image] Aug 05 16:43:52.120 INFO O| Aug 05 16:43:52.120 INFO STEP 82 (ensure_dir) COMPLETE |
9114 | 2024-08-05T16:43:53.696Z | [ host-image] Aug 05 16:43:52.120 INFO O| Aug 05 16:43:52.120 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9115 | 2024-08-05T16:43:53.703Z | [ host-image] Aug 05 16:43:52.130 INFO O| Aug 05 16:43:52.130 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9116 | 2024-08-05T16:43:53.705Z | [ host-image] Aug 05 16:43:52.131 INFO O| Aug 05 16:43:52.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9117 | 2024-08-05T16:43:53.705Z | [ host-image] Aug 05 16:43:52.131 INFO O| Aug 05 16:43:52.131 INFO STEP 83 (ensure_dir) COMPLETE |
9118 | 2024-08-05T16:43:53.705Z | [ host-image] Aug 05 16:43:52.131 INFO O| Aug 05 16:43:52.131 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9119 | 2024-08-05T16:43:53.712Z | [ host-image] Aug 05 16:43:52.140 INFO O| Aug 05 16:43:52.140 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9120 | 2024-08-05T16:43:53.715Z | [ host-image] Aug 05 16:43:52.141 INFO O| Aug 05 16:43:52.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9121 | 2024-08-05T16:43:53.715Z | [ host-image] Aug 05 16:43:52.141 INFO O| Aug 05 16:43:52.141 INFO STEP 84 (ensure_dir) COMPLETE |
9122 | 2024-08-05T16:43:53.715Z | [ host-image] Aug 05 16:43:52.141 INFO O| Aug 05 16:43:52.141 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9123 | 2024-08-05T16:43:53.723Z | [ host-image] Aug 05 16:43:52.151 INFO O| Aug 05 16:43:52.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9124 | 2024-08-05T16:43:53.723Z | [ host-image] Aug 05 16:43:52.151 INFO O| Aug 05 16:43:52.151 INFO copying /tmp/.tmp41afuc/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 ... |
9125 | 2024-08-05T16:43:53.725Z | [ host-image] Aug 05 16:43:52.151 INFO O| Aug 05 16:43:52.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9126 | 2024-08-05T16:43:53.725Z | [ host-image] Aug 05 16:43:52.151 INFO O| Aug 05 16:43:52.151 INFO ok! |
9127 | 2024-08-05T16:43:53.725Z | [ host-image] Aug 05 16:43:52.151 INFO O| Aug 05 16:43:52.151 INFO STEP 85 (ensure_file) COMPLETE |
9128 | 2024-08-05T16:43:53.726Z | [ host-image] Aug 05 16:43:52.151 INFO O| Aug 05 16:43:52.151 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9129 | 2024-08-05T16:43:53.733Z | [ host-image] Aug 05 16:43:52.161 INFO O| Aug 05 16:43:52.160 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9130 | 2024-08-05T16:43:53.735Z | [ host-image] Aug 05 16:43:52.161 INFO O| Aug 05 16:43:52.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9131 | 2024-08-05T16:43:53.735Z | [ host-image] Aug 05 16:43:52.161 INFO O| Aug 05 16:43:52.161 INFO STEP 86 (ensure_dir) COMPLETE |
9132 | 2024-08-05T16:43:53.735Z | [ host-image] Aug 05 16:43:52.161 INFO O| Aug 05 16:43:52.161 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9133 | 2024-08-05T16:43:53.742Z | [ host-image] Aug 05 16:43:52.170 INFO O| Aug 05 16:43:52.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9134 | 2024-08-05T16:43:53.746Z | [ host-image] Aug 05 16:43:52.170 INFO O| Aug 05 16:43:52.170 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9135 | 2024-08-05T16:43:53.746Z | [ host-image] Aug 05 16:43:52.170 INFO O| Aug 05 16:43:52.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9136 | 2024-08-05T16:43:53.746Z | [ host-image] Aug 05 16:43:52.171 INFO O| Aug 05 16:43:52.170 INFO ok! |
9137 | 2024-08-05T16:43:53.746Z | [ host-image] Aug 05 16:43:52.171 INFO O| Aug 05 16:43:52.170 INFO STEP 87 (ensure_file) COMPLETE |
9138 | 2024-08-05T16:43:53.746Z | [ host-image] Aug 05 16:43:52.171 INFO O| Aug 05 16:43:52.170 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9139 | 2024-08-05T16:43:53.752Z | [ host-image] Aug 05 16:43:52.180 INFO O| Aug 05 16:43:52.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9140 | 2024-08-05T16:43:53.752Z | [ host-image] Aug 05 16:43:52.180 INFO O| Aug 05 16:43:52.180 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9141 | 2024-08-05T16:43:53.923Z | [ host-image] Aug 05 16:43:52.351 INFO O| Aug 05 16:43:52.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9142 | 2024-08-05T16:43:53.923Z | [ host-image] Aug 05 16:43:52.351 INFO O| Aug 05 16:43:52.351 INFO ok! |
9143 | 2024-08-05T16:43:53.927Z | [ host-image] Aug 05 16:43:52.351 INFO O| Aug 05 16:43:52.351 INFO STEP 88 (ensure_file) COMPLETE |
9144 | 2024-08-05T16:43:53.927Z | [ host-image] Aug 05 16:43:52.351 INFO O| Aug 05 16:43:52.351 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9145 | 2024-08-05T16:43:53.936Z | [ host-image] Aug 05 16:43:52.364 INFO O| Aug 05 16:43:52.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9146 | 2024-08-05T16:43:53.937Z | [ host-image] Aug 05 16:43:52.364 INFO O| Aug 05 16:43:52.364 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9147 | 2024-08-05T16:43:54.422Z | [ host-image] Aug 05 16:43:52.849 INFO O| Aug 05 16:43:52.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9148 | 2024-08-05T16:43:54.422Z | [ host-image] Aug 05 16:43:52.849 INFO O| Aug 05 16:43:52.849 INFO ok! |
9149 | 2024-08-05T16:43:54.425Z | [ host-image] Aug 05 16:43:52.849 INFO O| Aug 05 16:43:52.849 INFO STEP 89 (ensure_file) COMPLETE |
9150 | 2024-08-05T16:43:54.425Z | [ host-image] Aug 05 16:43:52.849 INFO O| Aug 05 16:43:52.849 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9151 | 2024-08-05T16:43:54.435Z | [ host-image] Aug 05 16:43:52.863 INFO O| Aug 05 16:43:52.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9152 | 2024-08-05T16:43:54.435Z | [ host-image] Aug 05 16:43:52.863 INFO O| Aug 05 16:43:52.863 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9153 | 2024-08-05T16:43:54.438Z | [ host-image] Aug 05 16:43:52.863 INFO O| Aug 05 16:43:52.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9154 | 2024-08-05T16:43:54.438Z | [ host-image] Aug 05 16:43:52.863 INFO O| Aug 05 16:43:52.863 INFO ok! |
9155 | 2024-08-05T16:43:54.438Z | [ host-image] Aug 05 16:43:52.863 INFO O| Aug 05 16:43:52.863 INFO STEP 90 (ensure_file) COMPLETE |
9156 | 2024-08-05T16:43:54.438Z | [ host-image] Aug 05 16:43:52.863 INFO O| Aug 05 16:43:52.863 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9157 | 2024-08-05T16:43:54.447Z | [ host-image] Aug 05 16:43:52.874 INFO O| Aug 05 16:43:52.874 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9158 | 2024-08-05T16:43:54.451Z | [ host-image] Aug 05 16:43:52.874 INFO O| Aug 05 16:43:52.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9159 | 2024-08-05T16:43:54.451Z | [ host-image] Aug 05 16:43:52.874 INFO O| Aug 05 16:43:52.874 INFO STEP 91 (ensure_dir) COMPLETE |
9160 | 2024-08-05T16:43:54.451Z | [ host-image] Aug 05 16:43:52.875 INFO O| Aug 05 16:43:52.874 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9161 | 2024-08-05T16:43:54.458Z | [ host-image] Aug 05 16:43:52.886 INFO O| Aug 05 16:43:52.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9162 | 2024-08-05T16:43:54.458Z | [ host-image] Aug 05 16:43:52.886 INFO O| Aug 05 16:43:52.886 INFO copying /tmp/.tmp41afuc/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 ... |
9163 | 2024-08-05T16:43:54.461Z | [ host-image] Aug 05 16:43:52.886 INFO O| Aug 05 16:43:52.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9164 | 2024-08-05T16:43:54.461Z | [ host-image] Aug 05 16:43:52.886 INFO O| Aug 05 16:43:52.886 INFO ok! |
9165 | 2024-08-05T16:43:54.461Z | [ host-image] Aug 05 16:43:52.886 INFO O| Aug 05 16:43:52.886 INFO STEP 92 (ensure_file) COMPLETE |
9166 | 2024-08-05T16:43:54.461Z | [ host-image] Aug 05 16:43:52.886 INFO O| Aug 05 16:43:52.886 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9167 | 2024-08-05T16:43:54.469Z | [ host-image] Aug 05 16:43:52.897 INFO O| Aug 05 16:43:52.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9168 | 2024-08-05T16:43:54.469Z | [ host-image] Aug 05 16:43:52.897 INFO O| Aug 05 16:43:52.897 INFO copying /tmp/.tmp41afuc/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 ... |
9169 | 2024-08-05T16:43:54.469Z | [ host-image] Aug 05 16:43:52.897 INFO O| Aug 05 16:43:52.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9170 | 2024-08-05T16:43:54.472Z | [ host-image] Aug 05 16:43:52.897 INFO O| Aug 05 16:43:52.897 INFO ok! |
9171 | 2024-08-05T16:43:54.472Z | [ host-image] Aug 05 16:43:52.897 INFO O| Aug 05 16:43:52.897 INFO STEP 93 (ensure_file) COMPLETE |
9172 | 2024-08-05T16:43:54.472Z | [ host-image] Aug 05 16:43:52.897 INFO O| Aug 05 16:43:52.897 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9173 | 2024-08-05T16:43:54.479Z | [ host-image] Aug 05 16:43:52.907 INFO O| Aug 05 16:43:52.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9174 | 2024-08-05T16:43:54.479Z | [ host-image] Aug 05 16:43:52.907 INFO O| Aug 05 16:43:52.907 INFO copying /tmp/.tmp41afuc/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 ... |
9175 | 2024-08-05T16:43:54.483Z | [ host-image] Aug 05 16:43:52.907 INFO O| Aug 05 16:43:52.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9176 | 2024-08-05T16:43:54.484Z | [ host-image] Aug 05 16:43:52.907 INFO O| Aug 05 16:43:52.907 INFO ok! |
9177 | 2024-08-05T16:43:54.484Z | [ host-image] Aug 05 16:43:52.907 INFO O| Aug 05 16:43:52.907 INFO STEP 94 (ensure_file) COMPLETE |
9178 | 2024-08-05T16:43:54.484Z | [ host-image] Aug 05 16:43:52.907 INFO O| Aug 05 16:43:52.907 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9179 | 2024-08-05T16:43:54.489Z | [ host-image] Aug 05 16:43:52.917 INFO O| Aug 05 16:43:52.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9180 | 2024-08-05T16:43:54.489Z | [ host-image] Aug 05 16:43:52.917 INFO O| Aug 05 16:43:52.917 INFO copying /tmp/.tmp41afuc/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 ... |
9181 | 2024-08-05T16:43:54.492Z | [ host-image] Aug 05 16:43:52.917 INFO O| Aug 05 16:43:52.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9182 | 2024-08-05T16:43:54.492Z | [ host-image] Aug 05 16:43:52.917 INFO O| Aug 05 16:43:52.917 INFO ok! |
9183 | 2024-08-05T16:43:54.492Z | [ host-image] Aug 05 16:43:52.917 INFO O| Aug 05 16:43:52.917 INFO STEP 95 (ensure_file) COMPLETE |
9184 | 2024-08-05T16:43:54.492Z | [ host-image] Aug 05 16:43:52.917 INFO O| Aug 05 16:43:52.917 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9185 | 2024-08-05T16:43:54.500Z | [ host-image] Aug 05 16:43:52.928 INFO O| Aug 05 16:43:52.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9186 | 2024-08-05T16:43:54.503Z | [ host-image] Aug 05 16:43:52.928 INFO O| Aug 05 16:43:52.928 INFO copying /tmp/.tmp41afuc/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 ... |
9187 | 2024-08-05T16:43:54.503Z | [ host-image] Aug 05 16:43:52.928 INFO O| Aug 05 16:43:52.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9188 | 2024-08-05T16:43:54.503Z | [ host-image] Aug 05 16:43:52.928 INFO O| Aug 05 16:43:52.928 INFO ok! |
9189 | 2024-08-05T16:43:54.503Z | [ host-image] Aug 05 16:43:52.928 INFO O| Aug 05 16:43:52.928 INFO STEP 96 (ensure_file) COMPLETE |
9190 | 2024-08-05T16:43:54.503Z | [ host-image] Aug 05 16:43:52.929 INFO O| Aug 05 16:43:52.928 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9191 | 2024-08-05T16:43:54.511Z | [ host-image] Aug 05 16:43:52.939 INFO O| Aug 05 16:43:52.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9192 | 2024-08-05T16:43:54.514Z | [ host-image] Aug 05 16:43:52.939 INFO O| Aug 05 16:43:52.939 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9193 | 2024-08-05T16:43:54.514Z | [ host-image] Aug 05 16:43:52.939 INFO O| Aug 05 16:43:52.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9194 | 2024-08-05T16:43:54.514Z | [ host-image] Aug 05 16:43:52.939 INFO O| Aug 05 16:43:52.939 INFO ok! |
9195 | 2024-08-05T16:43:54.514Z | [ host-image] Aug 05 16:43:52.939 INFO O| Aug 05 16:43:52.939 INFO STEP 97 (ensure_file) COMPLETE |
9196 | 2024-08-05T16:43:54.514Z | [ host-image] Aug 05 16:43:52.939 INFO O| Aug 05 16:43:52.939 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9197 | 2024-08-05T16:43:54.522Z | [ host-image] Aug 05 16:43:52.950 INFO O| Aug 05 16:43:52.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9198 | 2024-08-05T16:43:54.522Z | [ host-image] Aug 05 16:43:52.950 INFO O| Aug 05 16:43:52.950 INFO copying /tmp/.tmp41afuc/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 ... |
9199 | 2024-08-05T16:43:54.525Z | [ host-image] Aug 05 16:43:52.950 INFO O| Aug 05 16:43:52.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9200 | 2024-08-05T16:43:54.525Z | [ host-image] Aug 05 16:43:52.950 INFO O| Aug 05 16:43:52.950 INFO ok! |
9201 | 2024-08-05T16:43:54.525Z | [ host-image] Aug 05 16:43:52.950 INFO O| Aug 05 16:43:52.950 INFO STEP 98 (ensure_file) COMPLETE |
9202 | 2024-08-05T16:43:54.525Z | [ host-image] Aug 05 16:43:52.950 INFO O| Aug 05 16:43:52.950 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9203 | 2024-08-05T16:43:54.533Z | [ host-image] Aug 05 16:43:52.961 INFO O| Aug 05 16:43:52.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9204 | 2024-08-05T16:43:54.536Z | [ host-image] Aug 05 16:43:52.961 INFO O| Aug 05 16:43:52.961 INFO copying /tmp/.tmp41afuc/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 ... |
9205 | 2024-08-05T16:43:54.536Z | [ host-image] Aug 05 16:43:52.961 INFO O| Aug 05 16:43:52.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9206 | 2024-08-05T16:43:54.536Z | [ host-image] Aug 05 16:43:52.961 INFO O| Aug 05 16:43:52.961 INFO ok! |
9207 | 2024-08-05T16:43:54.536Z | [ host-image] Aug 05 16:43:52.961 INFO O| Aug 05 16:43:52.961 INFO STEP 99 (ensure_file) COMPLETE |
9208 | 2024-08-05T16:43:54.536Z | [ host-image] Aug 05 16:43:52.961 INFO O| Aug 05 16:43:52.961 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9209 | 2024-08-05T16:43:54.544Z | [ host-image] Aug 05 16:43:52.971 INFO O| Aug 05 16:43:52.971 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9210 | 2024-08-05T16:43:54.544Z | [ host-image] Aug 05 16:43:52.972 INFO O| Aug 05 16:43:52.971 INFO copying /tmp/.tmp41afuc/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 ... |
9211 | 2024-08-05T16:43:54.547Z | [ host-image] Aug 05 16:43:52.972 INFO O| Aug 05 16:43:52.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9212 | 2024-08-05T16:43:54.547Z | [ host-image] Aug 05 16:43:52.972 INFO O| Aug 05 16:43:52.972 INFO ok! |
9213 | 2024-08-05T16:43:54.547Z | [ host-image] Aug 05 16:43:52.972 INFO O| Aug 05 16:43:52.972 INFO STEP 100 (ensure_file) COMPLETE |
9214 | 2024-08-05T16:43:54.547Z | [ host-image] Aug 05 16:43:52.972 INFO O| Aug 05 16:43:52.972 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9215 | 2024-08-05T16:43:54.555Z | [ host-image] Aug 05 16:43:52.983 INFO O| Aug 05 16:43:52.983 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9216 | 2024-08-05T16:43:54.555Z | [ host-image] Aug 05 16:43:52.983 INFO O| Aug 05 16:43:52.983 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9217 | 2024-08-05T16:43:54.558Z | [ host-image] Aug 05 16:43:52.983 INFO O| Aug 05 16:43:52.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9218 | 2024-08-05T16:43:54.558Z | [ host-image] Aug 05 16:43:52.983 INFO O| Aug 05 16:43:52.983 INFO ok! |
9219 | 2024-08-05T16:43:54.558Z | [ host-image] Aug 05 16:43:52.983 INFO O| Aug 05 16:43:52.983 INFO STEP 101 (ensure_file) COMPLETE |
9220 | 2024-08-05T16:43:54.558Z | [ host-image] Aug 05 16:43:52.983 INFO O| Aug 05 16:43:52.983 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9221 | 2024-08-05T16:43:54.566Z | [ host-image] Aug 05 16:43:52.994 INFO O| Aug 05 16:43:52.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9222 | 2024-08-05T16:43:54.569Z | [ host-image] Aug 05 16:43:52.994 INFO O| Aug 05 16:43:52.994 INFO copying /tmp/.tmp41afuc/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 ... |
9223 | 2024-08-05T16:43:54.569Z | [ host-image] Aug 05 16:43:52.994 INFO O| Aug 05 16:43:52.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9224 | 2024-08-05T16:43:54.569Z | [ host-image] Aug 05 16:43:52.994 INFO O| Aug 05 16:43:52.994 INFO ok! |
9225 | 2024-08-05T16:43:54.569Z | [ host-image] Aug 05 16:43:52.994 INFO O| Aug 05 16:43:52.994 INFO STEP 102 (ensure_file) COMPLETE |
9226 | 2024-08-05T16:43:54.569Z | [ host-image] Aug 05 16:43:52.994 INFO O| Aug 05 16:43:52.994 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9227 | 2024-08-05T16:43:54.577Z | [ host-image] Aug 05 16:43:53.005 INFO O| Aug 05 16:43:53.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9228 | 2024-08-05T16:43:54.578Z | [ host-image] Aug 05 16:43:53.005 INFO O| Aug 05 16:43:53.005 INFO copying /tmp/.tmp41afuc/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 ... |
9229 | 2024-08-05T16:43:54.580Z | [ host-image] Aug 05 16:43:53.005 INFO O| Aug 05 16:43:53.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9230 | 2024-08-05T16:43:54.580Z | [ host-image] Aug 05 16:43:53.005 INFO O| Aug 05 16:43:53.005 INFO ok! |
9231 | 2024-08-05T16:43:54.580Z | [ host-image] Aug 05 16:43:53.005 INFO O| Aug 05 16:43:53.005 INFO STEP 103 (ensure_file) COMPLETE |
9232 | 2024-08-05T16:43:54.580Z | [ host-image] Aug 05 16:43:53.005 INFO O| Aug 05 16:43:53.005 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9233 | 2024-08-05T16:43:54.589Z | [ host-image] Aug 05 16:43:53.017 INFO O| Aug 05 16:43:53.016 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9234 | 2024-08-05T16:43:54.589Z | [ host-image] Aug 05 16:43:53.017 INFO O| Aug 05 16:43:53.017 INFO copying /tmp/.tmp41afuc/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 ... |
9235 | 2024-08-05T16:43:54.592Z | [ host-image] Aug 05 16:43:53.017 INFO O| Aug 05 16:43:53.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9236 | 2024-08-05T16:43:54.592Z | [ host-image] Aug 05 16:43:53.017 INFO O| Aug 05 16:43:53.017 INFO ok! |
9237 | 2024-08-05T16:43:54.592Z | [ host-image] Aug 05 16:43:53.017 INFO O| Aug 05 16:43:53.017 INFO STEP 104 (ensure_file) COMPLETE |
9238 | 2024-08-05T16:43:54.592Z | [ host-image] Aug 05 16:43:53.017 INFO O| Aug 05 16:43:53.017 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9239 | 2024-08-05T16:43:54.599Z | [ host-image] Aug 05 16:43:53.027 INFO O| Aug 05 16:43:53.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9240 | 2024-08-05T16:43:54.599Z | [ host-image] Aug 05 16:43:53.027 INFO O| Aug 05 16:43:53.027 INFO copying /tmp/.tmp41afuc/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 ... |
9241 | 2024-08-05T16:43:54.602Z | [ host-image] Aug 05 16:43:53.027 INFO O| Aug 05 16:43:53.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9242 | 2024-08-05T16:43:54.602Z | [ host-image] Aug 05 16:43:53.027 INFO O| Aug 05 16:43:53.027 INFO ok! |
9243 | 2024-08-05T16:43:54.602Z | [ host-image] Aug 05 16:43:53.027 INFO O| Aug 05 16:43:53.027 INFO STEP 105 (ensure_file) COMPLETE |
9244 | 2024-08-05T16:43:54.602Z | [ host-image] Aug 05 16:43:53.027 INFO O| Aug 05 16:43:53.027 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9245 | 2024-08-05T16:43:54.610Z | [ host-image] Aug 05 16:43:53.037 INFO O| Aug 05 16:43:53.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9246 | 2024-08-05T16:43:54.610Z | [ host-image] Aug 05 16:43:53.037 INFO O| Aug 05 16:43:53.037 INFO copying /tmp/.tmp41afuc/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 ... |
9247 | 2024-08-05T16:43:54.613Z | [ host-image] Aug 05 16:43:53.038 INFO O| Aug 05 16:43:53.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9248 | 2024-08-05T16:43:54.613Z | [ host-image] Aug 05 16:43:53.038 INFO O| Aug 05 16:43:53.037 INFO ok! |
9249 | 2024-08-05T16:43:54.613Z | [ host-image] Aug 05 16:43:53.038 INFO O| Aug 05 16:43:53.038 INFO STEP 106 (ensure_file) COMPLETE |
9250 | 2024-08-05T16:43:54.613Z | [ host-image] Aug 05 16:43:53.038 INFO O| Aug 05 16:43:53.038 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9251 | 2024-08-05T16:43:54.620Z | [ host-image] Aug 05 16:43:53.048 INFO O| Aug 05 16:43:53.048 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9252 | 2024-08-05T16:43:54.620Z | [ host-image] Aug 05 16:43:53.048 INFO O| Aug 05 16:43:53.048 INFO copying /tmp/.tmp41afuc/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 ... |
9253 | 2024-08-05T16:43:54.623Z | [ host-image] Aug 05 16:43:53.048 INFO O| Aug 05 16:43:53.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9254 | 2024-08-05T16:43:54.623Z | [ host-image] Aug 05 16:43:53.048 INFO O| Aug 05 16:43:53.048 INFO ok! |
9255 | 2024-08-05T16:43:54.623Z | [ host-image] Aug 05 16:43:53.048 INFO O| Aug 05 16:43:53.048 INFO STEP 107 (ensure_file) COMPLETE |
9256 | 2024-08-05T16:43:54.623Z | [ host-image] Aug 05 16:43:53.048 INFO O| Aug 05 16:43:53.048 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9257 | 2024-08-05T16:43:54.630Z | [ host-image] Aug 05 16:43:53.058 INFO O| Aug 05 16:43:53.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9258 | 2024-08-05T16:43:54.630Z | [ host-image] Aug 05 16:43:53.058 INFO O| Aug 05 16:43:53.058 INFO copying /tmp/.tmp41afuc/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 ... |
9259 | 2024-08-05T16:43:54.634Z | [ host-image] Aug 05 16:43:53.058 INFO O| Aug 05 16:43:53.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9260 | 2024-08-05T16:43:54.634Z | [ host-image] Aug 05 16:43:53.058 INFO O| Aug 05 16:43:53.058 INFO ok! |
9261 | 2024-08-05T16:43:54.634Z | [ host-image] Aug 05 16:43:53.058 INFO O| Aug 05 16:43:53.058 INFO STEP 108 (ensure_file) COMPLETE |
9262 | 2024-08-05T16:43:54.634Z | [ host-image] Aug 05 16:43:53.058 INFO O| Aug 05 16:43:53.058 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9263 | 2024-08-05T16:43:54.641Z | [ host-image] Aug 05 16:43:53.068 INFO O| Aug 05 16:43:53.068 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9264 | 2024-08-05T16:43:54.641Z | [ host-image] Aug 05 16:43:53.068 INFO O| Aug 05 16:43:53.068 INFO copying /tmp/.tmp41afuc/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 ... |
9265 | 2024-08-05T16:43:54.643Z | [ host-image] Aug 05 16:43:53.068 INFO O| Aug 05 16:43:53.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9266 | 2024-08-05T16:43:54.643Z | [ host-image] Aug 05 16:43:53.068 INFO O| Aug 05 16:43:53.068 INFO ok! |
9267 | 2024-08-05T16:43:54.643Z | [ host-image] Aug 05 16:43:53.068 INFO O| Aug 05 16:43:53.068 INFO STEP 109 (ensure_file) COMPLETE |
9268 | 2024-08-05T16:43:54.643Z | [ host-image] Aug 05 16:43:53.068 INFO O| Aug 05 16:43:53.068 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9269 | 2024-08-05T16:43:54.651Z | [ host-image] Aug 05 16:43:53.078 INFO O| Aug 05 16:43:53.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9270 | 2024-08-05T16:43:54.651Z | [ host-image] Aug 05 16:43:53.078 INFO O| Aug 05 16:43:53.078 INFO copying /tmp/.tmp41afuc/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 ... |
9271 | 2024-08-05T16:43:54.654Z | [ host-image] Aug 05 16:43:53.078 INFO O| Aug 05 16:43:53.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9272 | 2024-08-05T16:43:54.654Z | [ host-image] Aug 05 16:43:53.079 INFO O| Aug 05 16:43:53.078 INFO ok! |
9273 | 2024-08-05T16:43:54.654Z | [ host-image] Aug 05 16:43:53.079 INFO O| Aug 05 16:43:53.078 INFO STEP 110 (ensure_file) COMPLETE |
9274 | 2024-08-05T16:43:54.654Z | [ host-image] Aug 05 16:43:53.079 INFO O| Aug 05 16:43:53.079 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9275 | 2024-08-05T16:43:54.662Z | [ host-image] Aug 05 16:43:53.089 INFO O| Aug 05 16:43:53.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9276 | 2024-08-05T16:43:54.665Z | [ host-image] Aug 05 16:43:53.089 INFO O| Aug 05 16:43:53.089 INFO copying /tmp/.tmp41afuc/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 ... |
9277 | 2024-08-05T16:43:54.665Z | [ host-image] Aug 05 16:43:53.089 INFO O| Aug 05 16:43:53.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9278 | 2024-08-05T16:43:54.666Z | [ host-image] Aug 05 16:43:53.089 INFO O| Aug 05 16:43:53.089 INFO ok! |
9279 | 2024-08-05T16:43:54.666Z | [ host-image] Aug 05 16:43:53.089 INFO O| Aug 05 16:43:53.089 INFO STEP 111 (ensure_file) COMPLETE |
9280 | 2024-08-05T16:43:54.666Z | [ host-image] Aug 05 16:43:53.089 INFO O| Aug 05 16:43:53.089 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9281 | 2024-08-05T16:43:54.672Z | [ host-image] Aug 05 16:43:53.100 INFO O| Aug 05 16:43:53.100 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9282 | 2024-08-05T16:43:54.676Z | [ host-image] Aug 05 16:43:53.100 INFO O| Aug 05 16:43:53.100 INFO copying /tmp/.tmp41afuc/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 ... |
9283 | 2024-08-05T16:43:54.676Z | [ host-image] Aug 05 16:43:53.100 INFO O| Aug 05 16:43:53.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9284 | 2024-08-05T16:43:54.676Z | [ host-image] Aug 05 16:43:53.100 INFO O| Aug 05 16:43:53.100 INFO ok! |
9285 | 2024-08-05T16:43:54.676Z | [ host-image] Aug 05 16:43:53.100 INFO O| Aug 05 16:43:53.100 INFO STEP 112 (ensure_file) COMPLETE |
9286 | 2024-08-05T16:43:54.676Z | [ host-image] Aug 05 16:43:53.100 INFO O| Aug 05 16:43:53.100 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9287 | 2024-08-05T16:43:54.683Z | [ host-image] Aug 05 16:43:53.110 INFO O| Aug 05 16:43:53.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9288 | 2024-08-05T16:43:54.683Z | [ host-image] Aug 05 16:43:53.110 INFO O| Aug 05 16:43:53.110 INFO copying /tmp/.tmp41afuc/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 ... |
9289 | 2024-08-05T16:43:54.688Z | [ host-image] Aug 05 16:43:53.111 INFO O| Aug 05 16:43:53.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9290 | 2024-08-05T16:43:54.688Z | [ host-image] Aug 05 16:43:53.111 INFO O| Aug 05 16:43:53.111 INFO ok! |
9291 | 2024-08-05T16:43:54.688Z | [ host-image] Aug 05 16:43:53.111 INFO O| Aug 05 16:43:53.111 INFO STEP 113 (ensure_file) COMPLETE |
9292 | 2024-08-05T16:43:54.689Z | [ host-image] Aug 05 16:43:53.111 INFO O| Aug 05 16:43:53.111 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9293 | 2024-08-05T16:43:54.694Z | [ host-image] Aug 05 16:43:53.122 INFO O| Aug 05 16:43:53.122 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9294 | 2024-08-05T16:43:54.694Z | [ host-image] Aug 05 16:43:53.122 INFO O| Aug 05 16:43:53.122 INFO copying /tmp/.tmp41afuc/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 ... |
9295 | 2024-08-05T16:43:54.697Z | [ host-image] Aug 05 16:43:53.122 INFO O| Aug 05 16:43:53.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9296 | 2024-08-05T16:43:54.697Z | [ host-image] Aug 05 16:43:53.122 INFO O| Aug 05 16:43:53.122 INFO ok! |
9297 | 2024-08-05T16:43:54.697Z | [ host-image] Aug 05 16:43:53.122 INFO O| Aug 05 16:43:53.122 INFO STEP 114 (ensure_file) COMPLETE |
9298 | 2024-08-05T16:43:54.697Z | [ host-image] Aug 05 16:43:53.122 INFO O| Aug 05 16:43:53.122 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9299 | 2024-08-05T16:43:54.705Z | [ host-image] Aug 05 16:43:53.132 INFO O| Aug 05 16:43:53.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9300 | 2024-08-05T16:43:54.705Z | [ host-image] Aug 05 16:43:53.133 INFO O| Aug 05 16:43:53.132 INFO copying /tmp/.tmp41afuc/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 ... |
9301 | 2024-08-05T16:43:54.708Z | [ host-image] Aug 05 16:43:53.133 INFO O| Aug 05 16:43:53.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9302 | 2024-08-05T16:43:54.708Z | [ host-image] Aug 05 16:43:53.133 INFO O| Aug 05 16:43:53.133 INFO ok! |
9303 | 2024-08-05T16:43:54.708Z | [ host-image] Aug 05 16:43:53.133 INFO O| Aug 05 16:43:53.133 INFO STEP 115 (ensure_file) COMPLETE |
9304 | 2024-08-05T16:43:54.708Z | [ host-image] Aug 05 16:43:53.133 INFO O| Aug 05 16:43:53.133 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9305 | 2024-08-05T16:43:54.715Z | [ host-image] Aug 05 16:43:53.143 INFO O| Aug 05 16:43:53.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9306 | 2024-08-05T16:43:54.716Z | [ host-image] Aug 05 16:43:53.143 INFO O| Aug 05 16:43:53.143 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9307 | 2024-08-05T16:43:54.719Z | [ host-image] Aug 05 16:43:53.143 INFO O| Aug 05 16:43:53.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9308 | 2024-08-05T16:43:54.719Z | [ host-image] Aug 05 16:43:53.143 INFO O| Aug 05 16:43:53.143 INFO ok! |
9309 | 2024-08-05T16:43:54.719Z | [ host-image] Aug 05 16:43:53.143 INFO O| Aug 05 16:43:53.143 INFO STEP 116 (ensure_file) COMPLETE |
9310 | 2024-08-05T16:43:54.719Z | [ host-image] Aug 05 16:43:53.143 INFO O| Aug 05 16:43:53.143 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9311 | 2024-08-05T16:43:54.727Z | [ host-image] Aug 05 16:43:53.153 INFO O| Aug 05 16:43:53.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9312 | 2024-08-05T16:43:54.731Z | [ host-image] Aug 05 16:43:53.153 INFO O| Aug 05 16:43:53.153 INFO copying /tmp/.tmp41afuc/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 ... |
9313 | 2024-08-05T16:43:54.731Z | [ host-image] Aug 05 16:43:53.154 INFO O| Aug 05 16:43:53.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9314 | 2024-08-05T16:43:54.731Z | [ host-image] Aug 05 16:43:53.154 INFO O| Aug 05 16:43:53.154 INFO ok! |
9315 | 2024-08-05T16:43:54.731Z | [ host-image] Aug 05 16:43:53.154 INFO O| Aug 05 16:43:53.154 INFO STEP 117 (ensure_file) COMPLETE |
9316 | 2024-08-05T16:43:54.731Z | [ host-image] Aug 05 16:43:53.154 INFO O| Aug 05 16:43:53.154 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9317 | 2024-08-05T16:43:54.740Z | [ host-image] Aug 05 16:43:53.165 INFO O| Aug 05 16:43:53.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9318 | 2024-08-05T16:43:54.740Z | [ host-image] Aug 05 16:43:53.165 INFO O| Aug 05 16:43:53.165 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9319 | 2024-08-05T16:43:54.743Z | [ host-image] Aug 05 16:43:53.165 INFO O| Aug 05 16:43:53.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9320 | 2024-08-05T16:43:54.743Z | [ host-image] Aug 05 16:43:53.165 INFO O| Aug 05 16:43:53.165 INFO ok! |
9321 | 2024-08-05T16:43:54.743Z | [ host-image] Aug 05 16:43:53.165 INFO O| Aug 05 16:43:53.165 INFO STEP 118 (ensure_file) COMPLETE |
9322 | 2024-08-05T16:43:54.743Z | [ host-image] Aug 05 16:43:53.165 INFO O| Aug 05 16:43:53.165 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9323 | 2024-08-05T16:43:54.748Z | [ host-image] Aug 05 16:43:53.176 INFO O| Aug 05 16:43:53.176 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9324 | 2024-08-05T16:43:54.748Z | [ host-image] Aug 05 16:43:53.176 INFO O| Aug 05 16:43:53.176 INFO copying /tmp/.tmp41afuc/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9325 | 2024-08-05T16:43:57.912Z | [ host-image] Aug 05 16:43:56.339 INFO O| Aug 05 16:43:56.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9326 | 2024-08-05T16:43:57.912Z | [ host-image] Aug 05 16:43:56.339 INFO O| Aug 05 16:43:56.339 INFO ok! |
9327 | 2024-08-05T16:43:57.915Z | [ host-image] Aug 05 16:43:56.339 INFO O| Aug 05 16:43:56.339 INFO STEP 119 (ensure_file) COMPLETE |
9328 | 2024-08-05T16:43:57.915Z | [ host-image] Aug 05 16:43:56.339 INFO O| Aug 05 16:43:56.339 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9329 | 2024-08-05T16:43:57.924Z | [ host-image] Aug 05 16:43:56.351 INFO O| Aug 05 16:43:56.351 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9330 | 2024-08-05T16:43:57.924Z | [ host-image] Aug 05 16:43:56.351 INFO O| Aug 05 16:43:56.351 INFO STEP 120 (ensure_dir) COMPLETE |
9331 | 2024-08-05T16:43:57.924Z | [ host-image] Aug 05 16:43:56.351 INFO O| Aug 05 16:43:56.351 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9332 | 2024-08-05T16:43:57.936Z | [ host-image] Aug 05 16:43:56.362 INFO O| Aug 05 16:43:56.362 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9333 | 2024-08-05T16:43:57.936Z | [ host-image] Aug 05 16:43:56.362 INFO O| Aug 05 16:43:56.362 INFO STEP 121 (ensure_dir) COMPLETE |
9334 | 2024-08-05T16:43:57.936Z | [ host-image] Aug 05 16:43:56.362 INFO O| Aug 05 16:43:56.362 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9335 | 2024-08-05T16:43:57.946Z | [ host-image] Aug 05 16:43:56.373 INFO O| Aug 05 16:43:56.373 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9336 | 2024-08-05T16:43:57.948Z | [ host-image] Aug 05 16:43:56.373 INFO O| Aug 05 16:43:56.373 INFO STEP 122 (ensure_dir) COMPLETE |
9337 | 2024-08-05T16:43:57.948Z | [ host-image] Aug 05 16:43:56.373 INFO O| Aug 05 16:43:56.373 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9338 | 2024-08-05T16:43:57.956Z | [ host-image] Aug 05 16:43:56.383 INFO O| Aug 05 16:43:56.383 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9339 | 2024-08-05T16:43:57.956Z | [ host-image] Aug 05 16:43:56.383 INFO O| Aug 05 16:43:56.383 INFO STEP 123 (ensure_dir) COMPLETE |
9340 | 2024-08-05T16:43:57.958Z | [ host-image] Aug 05 16:43:56.383 INFO O| Aug 05 16:43:56.383 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9341 | 2024-08-05T16:43:57.966Z | [ host-image] Aug 05 16:43:56.393 INFO O| Aug 05 16:43:56.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9342 | 2024-08-05T16:43:57.966Z | [ host-image] Aug 05 16:43:56.393 INFO O| Aug 05 16:43:56.393 INFO copying /tmp/.tmp41afuc/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 ... |
9343 | 2024-08-05T16:43:57.969Z | [ host-image] Aug 05 16:43:56.393 INFO O| Aug 05 16:43:56.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9344 | 2024-08-05T16:43:57.969Z | [ host-image] Aug 05 16:43:56.393 INFO O| Aug 05 16:43:56.393 INFO ok! |
9345 | 2024-08-05T16:43:57.969Z | [ host-image] Aug 05 16:43:56.393 INFO O| Aug 05 16:43:56.393 INFO STEP 124 (ensure_file) COMPLETE |
9346 | 2024-08-05T16:43:57.969Z | [ host-image] Aug 05 16:43:56.393 INFO O| Aug 05 16:43:56.393 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9347 | 2024-08-05T16:43:57.976Z | [ host-image] Aug 05 16:43:56.404 INFO O| Aug 05 16:43:56.404 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9348 | 2024-08-05T16:43:57.976Z | [ host-image] Aug 05 16:43:56.404 INFO O| Aug 05 16:43:56.404 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9349 | 2024-08-05T16:43:57.976Z | [ host-image] Aug 05 16:43:56.404 INFO O| Aug 05 16:43:56.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9350 | 2024-08-05T16:43:57.980Z | [ host-image] Aug 05 16:43:56.404 INFO O| Aug 05 16:43:56.404 INFO STEP 125 (ensure_dir) COMPLETE |
9351 | 2024-08-05T16:43:57.980Z | [ host-image] Aug 05 16:43:56.404 INFO O| Aug 05 16:43:56.404 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9352 | 2024-08-05T16:43:57.987Z | [ host-image] Aug 05 16:43:56.414 INFO O| Aug 05 16:43:56.414 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9353 | 2024-08-05T16:43:57.990Z | [ host-image] Aug 05 16:43:56.414 INFO O| Aug 05 16:43:56.414 INFO copying /tmp/.tmp41afuc/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9354 | 2024-08-05T16:43:57.990Z | [ host-image] Aug 05 16:43:56.414 INFO O| Aug 05 16:43:56.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9355 | 2024-08-05T16:43:57.990Z | [ host-image] Aug 05 16:43:56.414 INFO O| Aug 05 16:43:56.414 INFO ok! |
9356 | 2024-08-05T16:43:57.990Z | [ host-image] Aug 05 16:43:56.414 INFO O| Aug 05 16:43:56.414 INFO STEP 126 (ensure_file) COMPLETE |
9357 | 2024-08-05T16:43:57.990Z | [ host-image] Aug 05 16:43:56.414 INFO O| Aug 05 16:43:56.414 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9358 | 2024-08-05T16:43:57.998Z | [ host-image] Aug 05 16:43:56.425 INFO O| Aug 05 16:43:56.425 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9359 | 2024-08-05T16:43:58.000Z | [ host-image] Aug 05 16:43:56.425 INFO O| Aug 05 16:43:56.425 INFO STEP 127 (remove_files) COMPLETE |
9360 | 2024-08-05T16:43:58.000Z | [ host-image] Aug 05 16:43:56.425 INFO O| Aug 05 16:43:56.425 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9361 | 2024-08-05T16:43:58.008Z | [ host-image] Aug 05 16:43:56.436 INFO O| Aug 05 16:43:56.436 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9362 | 2024-08-05T16:43:58.011Z | [ host-image] Aug 05 16:43:56.436 INFO O| Aug 05 16:43:56.436 INFO STEP 128 (remove_files) COMPLETE |
9363 | 2024-08-05T16:43:58.011Z | [ host-image] Aug 05 16:43:56.436 INFO O| Aug 05 16:43:56.436 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9364 | 2024-08-05T16:43:58.020Z | [ host-image] Aug 05 16:43:56.447 INFO O| Aug 05 16:43:56.447 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9365 | 2024-08-05T16:43:58.022Z | [ host-image] Aug 05 16:43:56.447 INFO O| Aug 05 16:43:56.447 INFO STEP 129 (remove_files) COMPLETE |
9366 | 2024-08-05T16:43:58.022Z | [ host-image] Aug 05 16:43:56.447 INFO O| Aug 05 16:43:56.447 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9367 | 2024-08-05T16:43:58.030Z | [ host-image] Aug 05 16:43:56.458 INFO O| Aug 05 16:43:56.458 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9368 | 2024-08-05T16:43:58.033Z | [ host-image] Aug 05 16:43:56.458 INFO O| Aug 05 16:43:56.458 INFO STEP 130 (remove_files) COMPLETE |
9369 | 2024-08-05T16:43:58.033Z | [ host-image] Aug 05 16:43:56.458 INFO O| Aug 05 16:43:56.458 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9370 | 2024-08-05T16:43:58.041Z | [ host-image] Aug 05 16:43:56.469 INFO O| Aug 05 16:43:56.469 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9371 | 2024-08-05T16:43:58.044Z | [ host-image] Aug 05 16:43:56.469 INFO O| Aug 05 16:43:56.469 INFO STEP 131 (remove_files) COMPLETE |
9372 | 2024-08-05T16:43:58.044Z | [ host-image] Aug 05 16:43:56.469 INFO O| Aug 05 16:43:56.469 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9373 | 2024-08-05T16:43:58.052Z | [ host-image] Aug 05 16:43:56.480 INFO O| Aug 05 16:43:56.479 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9374 | 2024-08-05T16:43:58.055Z | [ host-image] Aug 05 16:43:56.480 INFO O| Aug 05 16:43:56.480 INFO STEP 132 (remove_files) COMPLETE |
9375 | 2024-08-05T16:43:58.055Z | [ host-image] Aug 05 16:43:56.480 INFO O| Aug 05 16:43:56.480 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9376 | 2024-08-05T16:43:58.066Z | [ host-image] Aug 05 16:43:56.490 INFO O| Aug 05 16:43:56.490 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9377 | 2024-08-05T16:43:58.066Z | [ host-image] Aug 05 16:43:56.490 INFO O| Aug 05 16:43:56.490 INFO STEP 133 (remove_files) COMPLETE |
9378 | 2024-08-05T16:43:58.066Z | [ host-image] Aug 05 16:43:56.490 INFO O| Aug 05 16:43:56.490 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9379 | 2024-08-05T16:43:58.074Z | [ host-image] Aug 05 16:43:56.501 INFO O| Aug 05 16:43:56.501 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9380 | 2024-08-05T16:43:58.074Z | [ host-image] Aug 05 16:43:56.501 INFO O| Aug 05 16:43:56.501 INFO STEP 134 (remove_files) COMPLETE |
9381 | 2024-08-05T16:43:58.074Z | [ host-image] Aug 05 16:43:56.501 INFO O| Aug 05 16:43:56.501 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9382 | 2024-08-05T16:43:58.085Z | [ host-image] Aug 05 16:43:56.513 INFO O| Aug 05 16:43:56.512 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9383 | 2024-08-05T16:43:58.085Z | [ host-image] Aug 05 16:43:56.513 INFO O| Aug 05 16:43:56.513 INFO STEP 135 (remove_files) COMPLETE |
9384 | 2024-08-05T16:43:58.088Z | [ host-image] Aug 05 16:43:56.513 INFO O| Aug 05 16:43:56.513 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9385 | 2024-08-05T16:43:58.096Z | [ host-image] Aug 05 16:43:56.523 INFO O| Aug 05 16:43:56.523 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9386 | 2024-08-05T16:43:58.096Z | [ host-image] Aug 05 16:43:56.523 INFO O| Aug 05 16:43:56.523 INFO STEP 136 (remove_files) COMPLETE |
9387 | 2024-08-05T16:43:58.096Z | [ host-image] Aug 05 16:43:56.523 INFO O| Aug 05 16:43:56.523 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9388 | 2024-08-05T16:43:58.107Z | [ host-image] Aug 05 16:43:56.534 INFO O| Aug 05 16:43:56.534 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9389 | 2024-08-05T16:43:58.107Z | [ host-image] Aug 05 16:43:56.534 INFO O| Aug 05 16:43:56.534 INFO STEP 137 (remove_files) COMPLETE |
9390 | 2024-08-05T16:43:58.107Z | [ host-image] Aug 05 16:43:56.534 INFO O| Aug 05 16:43:56.534 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9391 | 2024-08-05T16:43:58.118Z | [ host-image] Aug 05 16:43:56.545 INFO O| Aug 05 16:43:56.545 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9392 | 2024-08-05T16:43:58.118Z | [ host-image] Aug 05 16:43:56.545 INFO O| Aug 05 16:43:56.545 INFO STEP 138 (remove_files) COMPLETE |
9393 | 2024-08-05T16:43:58.118Z | [ host-image] Aug 05 16:43:56.545 INFO O| Aug 05 16:43:56.545 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9394 | 2024-08-05T16:43:58.129Z | [ host-image] Aug 05 16:43:56.556 INFO O| Aug 05 16:43:56.556 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9395 | 2024-08-05T16:43:58.129Z | [ host-image] Aug 05 16:43:56.556 INFO O| Aug 05 16:43:56.556 INFO STEP 139 (remove_files) COMPLETE |
9396 | 2024-08-05T16:43:58.132Z | [ host-image] Aug 05 16:43:56.556 INFO O| Aug 05 16:43:56.556 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9397 | 2024-08-05T16:43:58.140Z | [ host-image] Aug 05 16:43:56.567 INFO O| Aug 05 16:43:56.567 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9398 | 2024-08-05T16:43:58.143Z | [ host-image] Aug 05 16:43:56.567 INFO O| Aug 05 16:43:56.567 INFO STEP 140 (remove_files) COMPLETE |
9399 | 2024-08-05T16:43:58.143Z | [ host-image] Aug 05 16:43:56.567 INFO O| Aug 05 16:43:56.567 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9400 | 2024-08-05T16:43:58.150Z | [ host-image] Aug 05 16:43:56.578 INFO O| Aug 05 16:43:56.577 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9401 | 2024-08-05T16:43:58.153Z | [ host-image] Aug 05 16:43:56.578 INFO O| Aug 05 16:43:56.578 INFO STEP 141 (remove_files) COMPLETE |
9402 | 2024-08-05T16:43:58.154Z | [ host-image] Aug 05 16:43:56.578 INFO O| Aug 05 16:43:56.578 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9403 | 2024-08-05T16:43:58.161Z | [ host-image] Aug 05 16:43:56.588 INFO O| Aug 05 16:43:56.588 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9404 | 2024-08-05T16:43:58.164Z | [ host-image] Aug 05 16:43:56.588 INFO O| Aug 05 16:43:56.588 INFO STEP 142 (remove_files) COMPLETE |
9405 | 2024-08-05T16:43:58.164Z | [ host-image] Aug 05 16:43:56.588 INFO O| Aug 05 16:43:56.588 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9406 | 2024-08-05T16:43:58.172Z | [ host-image] Aug 05 16:43:56.600 INFO O| Aug 05 16:43:56.600 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9407 | 2024-08-05T16:43:58.172Z | [ host-image] Aug 05 16:43:56.600 INFO O| Aug 05 16:43:56.600 INFO STEP 143 (remove_files) COMPLETE |
9408 | 2024-08-05T16:43:58.175Z | [ host-image] Aug 05 16:43:56.600 INFO O| Aug 05 16:43:56.600 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9409 | 2024-08-05T16:43:58.183Z | [ host-image] Aug 05 16:43:56.611 INFO O| Aug 05 16:43:56.610 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9410 | 2024-08-05T16:43:58.183Z | [ host-image] Aug 05 16:43:56.611 INFO O| Aug 05 16:43:56.611 INFO STEP 144 (remove_files) COMPLETE |
9411 | 2024-08-05T16:43:58.183Z | [ host-image] Aug 05 16:43:56.611 INFO O| Aug 05 16:43:56.611 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9412 | 2024-08-05T16:43:58.195Z | [ host-image] Aug 05 16:43:56.622 INFO O| Aug 05 16:43:56.622 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9413 | 2024-08-05T16:43:58.198Z | [ host-image] Aug 05 16:43:56.622 INFO O| Aug 05 16:43:56.622 INFO STEP 145 (remove_files) COMPLETE |
9414 | 2024-08-05T16:43:58.198Z | [ host-image] Aug 05 16:43:56.623 INFO O| Aug 05 16:43:56.622 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9415 | 2024-08-05T16:43:58.206Z | [ host-image] Aug 05 16:43:56.633 INFO O| Aug 05 16:43:56.633 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9416 | 2024-08-05T16:43:58.206Z | [ host-image] Aug 05 16:43:56.633 INFO O| Aug 05 16:43:56.633 INFO STEP 146 (remove_files) COMPLETE |
9417 | 2024-08-05T16:43:58.209Z | [ host-image] Aug 05 16:43:56.633 INFO O| Aug 05 16:43:56.633 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9418 | 2024-08-05T16:43:58.217Z | [ host-image] Aug 05 16:43:56.644 INFO O| Aug 05 16:43:56.644 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9419 | 2024-08-05T16:43:58.220Z | [ host-image] Aug 05 16:43:56.644 INFO O| Aug 05 16:43:56.644 INFO STEP 147 (remove_files) COMPLETE |
9420 | 2024-08-05T16:43:58.220Z | [ host-image] Aug 05 16:43:56.644 INFO O| Aug 05 16:43:56.644 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9421 | 2024-08-05T16:43:58.229Z | [ host-image] Aug 05 16:43:56.656 INFO O| Aug 05 16:43:56.656 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9422 | 2024-08-05T16:43:58.229Z | [ host-image] Aug 05 16:43:56.656 INFO O| Aug 05 16:43:56.656 INFO STEP 148 (remove_files) COMPLETE |
9423 | 2024-08-05T16:43:58.232Z | [ host-image] Aug 05 16:43:56.656 INFO O| Aug 05 16:43:56.656 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9424 | 2024-08-05T16:43:58.240Z | [ host-image] Aug 05 16:43:56.667 INFO O| Aug 05 16:43:56.667 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9425 | 2024-08-05T16:43:58.242Z | [ host-image] Aug 05 16:43:56.667 INFO O| Aug 05 16:43:56.667 INFO STEP 149 (remove_files) COMPLETE |
9426 | 2024-08-05T16:43:58.242Z | [ host-image] Aug 05 16:43:56.667 INFO O| Aug 05 16:43:56.667 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9427 | 2024-08-05T16:43:58.251Z | [ host-image] Aug 05 16:43:56.678 INFO O| Aug 05 16:43:56.678 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9428 | 2024-08-05T16:43:58.251Z | [ host-image] Aug 05 16:43:56.678 INFO O| Aug 05 16:43:56.678 INFO STEP 150 (remove_files) COMPLETE |
9429 | 2024-08-05T16:43:58.254Z | [ host-image] Aug 05 16:43:56.678 INFO O| Aug 05 16:43:56.678 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9430 | 2024-08-05T16:43:58.262Z | [ host-image] Aug 05 16:43:56.689 INFO O| Aug 05 16:43:56.689 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9431 | 2024-08-05T16:43:58.262Z | [ host-image] Aug 05 16:43:56.689 INFO O| Aug 05 16:43:56.689 INFO STEP 151 (remove_files) COMPLETE |
9432 | 2024-08-05T16:43:58.265Z | [ host-image] Aug 05 16:43:56.689 INFO O| Aug 05 16:43:56.689 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9433 | 2024-08-05T16:43:58.273Z | [ host-image] Aug 05 16:43:56.700 INFO O| Aug 05 16:43:56.700 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9434 | 2024-08-05T16:43:58.273Z | [ host-image] Aug 05 16:43:56.701 INFO O| Aug 05 16:43:56.700 INFO STEP 152 (remove_files) COMPLETE |
9435 | 2024-08-05T16:43:58.273Z | [ host-image] Aug 05 16:43:56.701 INFO O| Aug 05 16:43:56.701 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9436 | 2024-08-05T16:43:58.285Z | [ host-image] Aug 05 16:43:56.712 INFO O| Aug 05 16:43:56.712 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9437 | 2024-08-05T16:43:58.285Z | [ host-image] Aug 05 16:43:56.712 INFO O| Aug 05 16:43:56.712 INFO STEP 153 (remove_files) COMPLETE |
9438 | 2024-08-05T16:43:58.285Z | [ host-image] Aug 05 16:43:56.712 INFO O| Aug 05 16:43:56.712 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9439 | 2024-08-05T16:43:58.296Z | [ host-image] Aug 05 16:43:56.723 INFO O| Aug 05 16:43:56.723 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9440 | 2024-08-05T16:43:58.296Z | [ host-image] Aug 05 16:43:56.724 INFO O| Aug 05 16:43:56.723 INFO STEP 154 (remove_files) COMPLETE |
9441 | 2024-08-05T16:43:58.300Z | [ host-image] Aug 05 16:43:56.724 INFO O| Aug 05 16:43:56.724 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9442 | 2024-08-05T16:43:58.307Z | [ host-image] Aug 05 16:43:56.735 INFO O| Aug 05 16:43:56.735 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9443 | 2024-08-05T16:43:58.308Z | [ host-image] Aug 05 16:43:56.735 INFO O| Aug 05 16:43:56.735 INFO STEP 155 (remove_files) COMPLETE |
9444 | 2024-08-05T16:43:58.308Z | [ host-image] Aug 05 16:43:56.735 INFO O| Aug 05 16:43:56.735 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9445 | 2024-08-05T16:43:58.325Z | [ host-image] Aug 05 16:43:56.752 INFO O| Aug 05 16:43:56.752 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9446 | 2024-08-05T16:43:58.325Z | [ host-image] Aug 05 16:43:56.752 INFO O| Aug 05 16:43:56.752 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9447 | 2024-08-05T16:44:06.890Z | [ host-image] Aug 05 16:44:05.315 INFO O| Aug 05 16:44:05.315 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 |
9448 | 2024-08-05T16:44:06.890Z | [ host-image] Aug 05 16:44:05.315 INFO O| Aug 05 16:44:05.315 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9449 | 2024-08-05T16:44:06.904Z | [ host-image] Aug 05 16:44:05.330 INFO O| Aug 05 16:44:05.330 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9450 | 2024-08-05T16:44:06.984Z | [ host-image] Aug 05 16:44:05.410 INFO O| Aug 05 16:44:05.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9451 | 2024-08-05T16:44:06.984Z | [ host-image] Aug 05 16:44:05.410 INFO O| Aug 05 16:44:05.410 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9452 | 2024-08-05T16:44:06.987Z | [ host-image] Aug 05 16:44:05.412 INFO O| Aug 05 16:44:05.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9453 | 2024-08-05T16:44:06.987Z | [ host-image] Aug 05 16:44:05.412 INFO O| Aug 05 16:44:05.412 INFO ok! |
9454 | 2024-08-05T16:44:06.987Z | [ host-image] Aug 05 16:44:05.412 INFO O| Aug 05 16:44:05.412 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9455 | 2024-08-05T16:44:06.987Z | [ host-image] Aug 05 16:44:05.412 INFO O| Aug 05 16:44:05.412 INFO STEP 156 (seed_smf) COMPLETE |
9456 | 2024-08-05T16:44:06.987Z | [ host-image] Aug 05 16:44:05.412 INFO O| Aug 05 16:44:05.412 INFO steps complete; finalising image! |
9457 | 2024-08-05T16:44:06.987Z | [ host-image] Aug 05 16:44:05.412 INFO O| Aug 05 16:44:05.412 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9458 | 2024-08-05T16:44:07.128Z | [ host-image] Aug 05 16:44:05.554 INFO O| Aug 05 16:44:05.554 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Aug 5 16:44:05 2024) |
9459 | 2024-08-05T16:44:07.353Z | [ host-image] Aug 05 16:44:05.779 INFO O| Aug 05 16:44:05.779 INFO temporary pool has 660M used, 172M avail, 1.88x compressratio |
9460 | 2024-08-05T16:44:07.353Z | [ host-image] Aug 05 16:44:05.779 INFO O| Aug 05 16:44:05.779 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9461 | 2024-08-05T16:44:07.659Z | [ host-image] Aug 05 16:44:06.085 INFO O| Aug 05 16:44:06.085 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9462 | 2024-08-05T16:44:07.659Z | [ host-image] Aug 05 16:44:06.085 INFO O| Aug 05 16:44:06.085 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9463 | 2024-08-05T16:44:08.699Z | [ host-image] Aug 05 16:44:07.124 INFO O| Aug 05 16:44:07.124 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9464 | 2024-08-05T16:44:08.699Z | [ host-image] Aug 05 16:44:07.124 INFO O| Aug 05 16:44:07.124 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9465 | 2024-08-05T16:44:08.702Z | [ host-image] Aug 05 16:44:07.124 INFO O| Aug 05 16:44:07.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9466 | 2024-08-05T16:44:08.702Z | [ host-image] Aug 05 16:44:07.124 INFO O| Aug 05 16:44:07.124 INFO completed processing gimlet/zfs |
9467 | 2024-08-05T16:44:08.702Z | [ host-image] Aug 05 16:44:07.124 INFO O| Aug 05 16:44:07.124 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9468 | 2024-08-05T16:44:14.912Z | [ host-image] Aug 05 16:44:13.336 INFO O| Aug 05 16:44:13.336 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9469 | 2024-08-05T16:44:14.991Z | [ host-image] Aug 05 16:44:13.415 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n" |
9470 | 2024-08-05T16:44:14.991Z | [ host-image] Aug 05 16:44:13.416 INFO expanded image name: "ci 4678f7d/${os_short_commit} 2024-08-05 16:14" -> "ci 4678f7d/795571e 2024-08-05 16:14" |
9471 | 2024-08-05T16:44:14.995Z | [ host-image] Aug 05 16:44:13.416 INFO output artefacts stored in: "/work/os-host" |
9472 | 2024-08-05T16:44:14.995Z | [ host-image] Aug 05 16:44:13.416 INFO collecting git info from project "phbl"... |
9473 | 2024-08-05T16:44:14.998Z | [ host-image] Aug 05 16:44:13.422 INFO collecting git info from project "amd-host-image-builder"... |
9474 | 2024-08-05T16:44:15.012Z | [ host-image] Aug 05 16:44:13.436 INFO collecting git info from project "pilot"... |
9475 | 2024-08-05T16:44:15.018Z | [ host-image] Aug 05 16:44:13.442 INFO collecting git info from project "chelsio-t6-roms"... |
9476 | 2024-08-05T16:44:15.022Z | [ host-image] Aug 05 16:44:13.447 INFO collecting git info from project "pinprick"... |
9477 | 2024-08-05T16:44:15.027Z | [ host-image] Aug 05 16:44:13.451 INFO collecting git info from project "image-builder"... |
9478 | 2024-08-05T16:44:15.031Z | [ host-image] Aug 05 16:44:13.456 INFO collecting git info from project "bootserver"... |
9479 | 2024-08-05T16:44:15.036Z | [ host-image] Aug 05 16:44:13.461 INFO collecting git info from project "amd-firmware"... |
9480 | 2024-08-05T16:44:15.044Z | [ host-image] Aug 05 16:44:13.469 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9481 | 2024-08-05T16:44:15.420Z | [ host-image] Aug 05 16:44:13.844 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9482 | 2024-08-05T16:44:15.780Z | [ host-image] Aug 05 16:44:14.204 INFO creating Oxide boot image... |
9483 | 2024-08-05T16:44:15.780Z | [ host-image] Aug 05 16:44:14.204 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 4678f7d/795571e 2024-08-05 16:14", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9484 | 2024-08-05T16:44:16.720Z | [ host-image] Aug 05 16:44:15.144 INFO O| ok, image written! |
9485 | 2024-08-05T16:44:16.720Z | [ host-image] Aug 05 16:44:15.144 INFO O| ok, boot_image_csum file written! |
9486 | 2024-08-05T16:44:16.723Z | [ host-image] Aug 05 16:44:15.147 INFO creating boot archive (CPIO)... |
9487 | 2024-08-05T16:44:16.723Z | [ host-image] Aug 05 16:44:15.147 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 |
9488 | 2024-08-05T16:44:16.734Z | [ host-image] Aug 05 16:44:15.159 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9489 | 2024-08-05T16:44:16.734Z | [ host-image] Aug 05 16:44:15.159 INFO E| + outfile=/work/os-host/cpio |
9490 | 2024-08-05T16:44:16.740Z | [ host-image] Aug 05 16:44:15.159 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9491 | 2024-08-05T16:44:16.740Z | [ host-image] Aug 05 16:44:15.161 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9492 | 2024-08-05T16:44:16.740Z | [ host-image] Aug 05 16:44:15.161 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9493 | 2024-08-05T16:44:16.772Z | [ host-image] Aug 05 16:44:15.196 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9494 | 2024-08-05T16:44:16.772Z | [ host-image] Aug 05 16:44:15.196 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9495 | 2024-08-05T16:44:16.780Z | [ host-image] Aug 05 16:44:15.204 INFO creating compressed cpio/unix for nanobl-rs... |
9496 | 2024-08-05T16:44:16.783Z | [ host-image] Aug 05 16:44:15.204 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 |
9497 | 2024-08-05T16:44:17.075Z | [ host-image] Aug 05 16:44:15.499 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9498 | 2024-08-05T16:44:21.415Z | [ host-image] Aug 05 16:44:19.839 INFO creating reset image... |
9499 | 2024-08-05T16:44:21.418Z | [ host-image] Aug 05 16:44:19.839 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9500 | 2024-08-05T16:44:21.504Z | [ host-image] Aug 05 16:44:19.927 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9501 | 2024-08-05T16:44:21.507Z | [ host-image] Aug 05 16:44:19.928 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9502 | 2024-08-05T16:44:21.574Z | [ host-image] Aug 05 16:44:19.997 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9503 | 2024-08-05T16:44:23.833Z | [ host-image] Aug 05 16:44:22.256 INFO E| Finished `release` profile [optimized] target(s) in 2.31s |
9504 | 2024-08-05T16:44:23.844Z | [ host-image] Aug 05 16:44:22.267 INFO building host image... |
9505 | 2024-08-05T16:44:23.847Z | [ host-image] Aug 05 16:44:22.268 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") |
9506 | 2024-08-05T16:44:24.329Z | [ host-image] Aug 05 16:44:22.752 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9507 | 2024-08-05T16:45:10.008Z | [ host-image] Aug 05 16:45:08.423 INFO image complete! materials are in "/work/os-host" |
9508 | 2024-08-05T16:45:10.012Z | [ host-image] |
9509 | 2024-08-05T16:45:10.013Z | [ host-image] real 10:12.742576679 |
9510 | 2024-08-05T16:45:10.013Z | [ host-image] user 3:54.131232513 |
9511 | 2024-08-05T16:45:10.013Z | [ host-image] sys 49.735172296 |
9512 | 2024-08-05T16:45:10.013Z | [ host-image] trap 0.124671754 |
9513 | 2024-08-05T16:45:10.013Z | [ host-image] tflt 0.006564630 |
9514 | 2024-08-05T16:45:10.013Z | [ host-image] dflt 0.032641083 |
9515 | 2024-08-05T16:45:10.013Z | [ host-image] kflt 0.000000000 |
9516 | 2024-08-05T16:45:10.013Z | [ host-image] lock 7:52.191128143 |
9517 | 2024-08-05T16:45:10.013Z | [ host-image] slp 59:10.122057033 |
9518 | 2024-08-05T16:45:10.013Z | [ host-image] lat 38.345818196 |
9519 | 2024-08-05T16:45:10.013Z | Aug 05 16:45:08.427 INFO [host-image] process exited with exit status: 0 (612.755806746s) |
9520 | 2024-08-05T16:45:10.013Z | [ host-image] stop 0.897917283 |
9521 | 2024-08-05T16:45:10.013Z | Aug 05 16:45:08.427 INFO [tuf-repo] running task |
9522 | 2024-08-05T16:45:17.087Z | Aug 05 16:45:15.501 INFO assembling repository in `/tmp/tufaceousOq8cbx`, component: OmicronRepoAssembler |
9523 | 2024-08-05T16:45:21.769Z | Aug 05 16:45:20.183 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9524 | 2024-08-05T16:45:21.975Z | Aug 05 16:45:20.388 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9525 | 2024-08-05T16:45:33.077Z | Aug 05 16:45:31.489 INFO [tuf-repo] task succeeded (23.062380435s) |
9526 | 2024-08-05T16:45:33.078Z | Aug 05 16:45:31.489 INFO all jobs completed in 1856.867852686s |
9527 | 2024-08-05T16:45:33.614Z | process exited: duration 2496191 ms, exit code 0 |
|
9528 | 2024-08-05T16:45:33.621Z | found 33 output files |
9529 | 2024-08-05T16:45:33.621Z | uploading: /work/manifest.toml (8404 bytes) |
9530 | 2024-08-05T16:45:34.634Z | uploaded: /work/manifest.toml |
9531 | 2024-08-05T16:45:34.634Z | uploading: /work/repo.zip (1757820659 bytes) |
9532 | 2024-08-05T16:46:12.410Z | uploaded: /work/repo.zip |
9533 | 2024-08-05T16:46:12.410Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9534 | 2024-08-05T16:46:13.427Z | uploaded: /work/repo.zip.sha256.txt |
9535 | 2024-08-05T16:46:13.427Z | uploading: /work/helios-setup.log (51588 bytes) |
9536 | 2024-08-05T16:46:14.462Z | uploaded: /work/helios-setup.log |
9537 | 2024-08-05T16:46:14.462Z | uploading: /work/host-image.log (198013 bytes) |
9538 | 2024-08-05T16:46:15.695Z | uploaded: /work/host-image.log |
9539 | 2024-08-05T16:46:15.695Z | uploading: /work/host-package.log (17696 bytes) |
9540 | 2024-08-05T16:46:16.706Z | uploaded: /work/host-package.log |
9541 | 2024-08-05T16:46:16.707Z | uploading: /work/host-target.log (101 bytes) |
9542 | 2024-08-05T16:46:17.718Z | uploaded: /work/host-target.log |
9543 | 2024-08-05T16:46:17.718Z | uploading: /work/omicron-package.log (4468 bytes) |
9544 | 2024-08-05T16:46:18.729Z | uploaded: /work/omicron-package.log |
9545 | 2024-08-05T16:46:18.729Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9546 | 2024-08-05T16:46:19.741Z | uploaded: /work/phbl-toolchain.log |
9547 | 2024-08-05T16:46:19.741Z | uploading: /work/recovery-image.log (593999 bytes) |
9548 | 2024-08-05T16:46:20.770Z | uploaded: /work/recovery-image.log |
9549 | 2024-08-05T16:46:20.770Z | uploading: /work/recovery-package.log (282 bytes) |
9550 | 2024-08-05T16:46:21.781Z | uploaded: /work/recovery-package.log |
9551 | 2024-08-05T16:46:21.782Z | uploading: /work/recovery-target.log (98 bytes) |
9552 | 2024-08-05T16:46:22.794Z | uploaded: /work/recovery-target.log |
9553 | 2024-08-05T16:46:22.794Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9554 | 2024-08-05T16:46:23.816Z | uploaded: /work/stamp-clickhouse.log |
9555 | 2024-08-05T16:46:23.816Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9556 | 2024-08-05T16:46:24.841Z | uploaded: /work/stamp-clickhouse_keeper.log |
9557 | 2024-08-05T16:46:24.841Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9558 | 2024-08-05T16:46:25.852Z | uploaded: /work/stamp-cockroachdb.log |
9559 | 2024-08-05T16:46:25.852Z | uploading: /work/stamp-crucible-dtrace.log (71 bytes) |
9560 | 2024-08-05T16:46:26.864Z | uploaded: /work/stamp-crucible-dtrace.log |
9561 | 2024-08-05T16:46:26.864Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9562 | 2024-08-05T16:46:27.875Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9563 | 2024-08-05T16:46:27.875Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9564 | 2024-08-05T16:46:28.886Z | uploaded: /work/stamp-crucible-zone.log |
9565 | 2024-08-05T16:46:28.887Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9566 | 2024-08-05T16:46:29.899Z | uploaded: /work/stamp-external-dns.log |
9567 | 2024-08-05T16:46:29.899Z | uploading: /work/stamp-installinator.log (103 bytes) |
9568 | 2024-08-05T16:46:30.910Z | uploaded: /work/stamp-installinator.log |
9569 | 2024-08-05T16:46:30.910Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9570 | 2024-08-05T16:46:31.921Z | uploaded: /work/stamp-internal-dns.log |
9571 | 2024-08-05T16:46:31.921Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9572 | 2024-08-05T16:46:32.938Z | uploaded: /work/stamp-mg-ddm-gz.log |
9573 | 2024-08-05T16:46:32.938Z | uploading: /work/stamp-nexus.log (112 bytes) |
9574 | 2024-08-05T16:46:33.953Z | uploaded: /work/stamp-nexus.log |
9575 | 2024-08-05T16:46:33.953Z | uploading: /work/stamp-ntp.log (110 bytes) |
9576 | 2024-08-05T16:46:34.964Z | uploaded: /work/stamp-ntp.log |
9577 | 2024-08-05T16:46:34.964Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9578 | 2024-08-05T16:46:35.979Z | uploaded: /work/stamp-omicron-sled-agent.log |
9579 | 2024-08-05T16:46:35.979Z | uploading: /work/stamp-overlay.log (66 bytes) |
9580 | 2024-08-05T16:46:36.991Z | uploaded: /work/stamp-overlay.log |
9581 | 2024-08-05T16:46:36.991Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9582 | 2024-08-05T16:46:38.006Z | uploaded: /work/stamp-oximeter.log |
9583 | 2024-08-05T16:46:38.006Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9584 | 2024-08-05T16:46:39.019Z | uploaded: /work/stamp-oxlog.log |
9585 | 2024-08-05T16:46:39.019Z | uploading: /work/stamp-probe.log (112 bytes) |
9586 | 2024-08-05T16:46:40.030Z | uploaded: /work/stamp-probe.log |
9587 | 2024-08-05T16:46:40.030Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9588 | 2024-08-05T16:46:41.049Z | uploaded: /work/stamp-propolis-server.log |
9589 | 2024-08-05T16:46:41.049Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9590 | 2024-08-05T16:46:42.060Z | uploaded: /work/stamp-pumpkind-gz.log |
9591 | 2024-08-05T16:46:42.060Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9592 | 2024-08-05T16:46:43.074Z | uploaded: /work/stamp-switch-asic.log |
9593 | 2024-08-05T16:46:43.074Z | uploading: /work/verify-libraries.log (1581 bytes) |
9594 | 2024-08-05T16:46:44.088Z | uploaded: /work/verify-libraries.log |