|
|
|
1 | 2024-08-27T22:05:28.291Z | job assigned to worker 01J6AXWZ1AQ1SM1MCGFNZ5084W (queued for 2 m 2 s) |
|
2 | 2024-08-27T22:05:36.240Z | starting task 0: "setup" |
3 | 2024-08-27T22:05:36.248Z | ++ uname -s |
4 | 2024-08-27T22:05:36.251Z | + kern=SunOS |
5 | 2024-08-27T22:05:36.251Z | + case "$kern" in |
6 | 2024-08-27T22:05:36.251Z | + groupadd -g 12345 build |
7 | 2024-08-27T22:05:36.254Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-27T22:05:38.267Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-27T22:05:38.369Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-27T22:05:38.372Z | + home_fs=zfs |
11 | 2024-08-27T22:05:38.372Z | + [[ zfs == autofs ]] |
12 | 2024-08-27T22:05:38.372Z | + mkdir -p /home/build |
13 | 2024-08-27T22:05:38.374Z | + chown build:build /home/build /work |
14 | 2024-08-27T22:05:40.377Z | + chmod 0700 /home/build /work |
15 | 2024-08-27T22:05:40.380Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2024-08-27T22:05:40.386Z | starting task 1: "rust-toolchain" |
17 | 2024-08-27T22:05:40.391Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-27T22:05:40.391Z | ' 1.80.1 |
19 | 2024-08-27T22:05:40.394Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-27T22:05:40.394Z | * toolchain channel = "1.80.1" |
21 | 2024-08-27T22:05:40.394Z | * toolchain profile = "default" |
22 | 2024-08-27T22:05:40.394Z | ' default |
23 | 2024-08-27T22:05:40.394Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-27T22:05:40.394Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-27T22:05:40.524Z | info: downloading installer |
26 | 2024-08-27T22:05:41.831Z | info: profile set to 'default' |
27 | 2024-08-27T22:05:41.831Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-27T22:05:41.834Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-27T22:05:41.964Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-27T22:05:41.964Z | info: downloading component 'cargo' |
31 | 2024-08-27T22:05:42.691Z | info: downloading component 'clippy' |
32 | 2024-08-27T22:05:42.943Z | info: downloading component 'rust-docs' |
33 | 2024-08-27T22:05:43.926Z | info: downloading component 'rust-std' |
34 | 2024-08-27T22:05:45.316Z | info: downloading component 'rustc' |
35 | 2024-08-27T22:05:49.157Z | info: downloading component 'rustfmt' |
36 | 2024-08-27T22:05:49.369Z | info: installing component 'cargo' |
37 | 2024-08-27T22:05:50.176Z | info: installing component 'clippy' |
38 | 2024-08-27T22:05:50.550Z | info: installing component 'rust-docs' |
39 | 2024-08-27T22:05:52.155Z | info: installing component 'rust-std' |
40 | 2024-08-27T22:05:53.846Z | info: installing component 'rustc' |
41 | 2024-08-27T22:05:57.976Z | info: installing component 'rustfmt' |
42 | 2024-08-27T22:05:58.307Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-27T22:05:58.307Z | |
44 | 2024-08-27T22:05:58.553Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-27T22:05:58.553Z | |
46 | 2024-08-27T22:05:58.555Z | |
47 | 2024-08-27T22:05:58.555Z | Rust is installed now. Great! |
48 | 2024-08-27T22:05:58.555Z | |
49 | 2024-08-27T22:05:58.556Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-27T22:05:58.556Z | environment variable. This has not been done automatically. |
51 | 2024-08-27T22:05:58.556Z | |
52 | 2024-08-27T22:05:58.556Z | To configure your current shell, you need to source |
53 | 2024-08-27T22:05:58.556Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-27T22:05:58.556Z | |
55 | 2024-08-27T22:05:58.556Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-27T22:05:58.556Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-27T22:05:58.556Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-27T22:05:58.602Z | + rustc --version |
59 | 2024-08-27T22:05:58.665Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-27T22:05:58.669Z | process exited: duration 18280 ms, exit code 0 |
|
61 | 2024-08-27T22:05:58.676Z | starting task 2: "authentication" |
62 | 2024-08-27T22:05:58.694Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-27T22:05:58.700Z | starting task 3: "clone repository" |
64 | 2024-08-27T22:05:58.707Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-27T22:05:58.709Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-27T22:05:58.746Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-27T22:06:05.123Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-27T22:06:05.123Z | + git fetch origin d6db06acc3d64301eaa8387e88453984a51d38d2 |
69 | 2024-08-27T22:06:05.403Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-27T22:06:05.403Z | * branch d6db06acc3d64301eaa8387e88453984a51d38d2 -> FETCH_HEAD |
71 | 2024-08-27T22:06:05.413Z | + [[ -n '' ]] |
72 | 2024-08-27T22:06:05.413Z | + git reset --hard d6db06acc3d64301eaa8387e88453984a51d38d2 |
73 | 2024-08-27T22:06:05.564Z | HEAD is now at d6db06acc [spr] initial version |
74 | 2024-08-27T22:06:05.566Z | process exited: duration 6864 ms, exit code 0 |
|
75 | 2024-08-27T22:06:05.574Z | starting task 4: "build" |
76 | 2024-08-27T22:06:05.578Z | + cargo --version |
77 | 2024-08-27T22:06:05.632Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-27T22:06:05.634Z | + rustc --version |
79 | 2024-08-27T22:06:05.690Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-27T22:06:05.693Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
81 | 2024-08-27T22:06:19.794Z | Startup: Refreshing catalog 'helios-dev' ... Done |
82 | 2024-08-27T22:06:22.082Z | Startup: Caching catalogs ... Done |
83 | 2024-08-27T22:06:23.999Z | Planning: Solver setup ... Done (1.366s) |
84 | 2024-08-27T22:06:24.021Z | Planning: Running solver ... Done (0.022s) |
85 | 2024-08-27T22:06:24.067Z | Planning: Finding local manifests ... Done (0.009s) |
86 | 2024-08-27T22:06:24.105Z | Planning: Fetching manifests: 0/5 0% complete |
87 | 2024-08-27T22:06:24.332Z | Planning: Fetching manifests: 5/5 100% complete |
88 | 2024-08-27T22:06:24.432Z | Planning: Package planning ... Done (0.100s) |
89 | 2024-08-27T22:06:24.487Z | Planning: Merging actions ... Done (0.055s) |
90 | 2024-08-27T22:06:24.710Z | Planning: Checking for conflicting actions ... Done (0.223s) |
91 | 2024-08-27T22:06:27.691Z | Planning: Consolidating action changes ... Done (2.980s) |
92 | 2024-08-27T22:06:28.164Z | Planning: Evaluating mediators ... Done (0.473s) |
93 | 2024-08-27T22:06:28.243Z | Planning: Planning completed in 6.09 seconds |
94 | 2024-08-27T22:06:28.262Z | Packages to install: 4 |
95 | 2024-08-27T22:06:28.262Z | Packages to update: 1 |
96 | 2024-08-27T22:06:28.264Z | Mediators to change: 2 |
97 | 2024-08-27T22:06:28.264Z | Services to change: 1 |
98 | 2024-08-27T22:06:28.265Z | Estimated space available: 155.72 GB |
99 | 2024-08-27T22:06:28.265Z | Estimated space to be consumed: 1.53 GB |
100 | 2024-08-27T22:06:28.265Z | Create boot environment: No |
101 | 2024-08-27T22:06:28.265Z | Create backup boot environment: Yes |
102 | 2024-08-27T22:06:28.265Z | Rebuild boot archive: No |
103 | 2024-08-27T22:06:28.265Z | |
104 | 2024-08-27T22:06:28.265Z | Changed mediators: |
105 | 2024-08-27T22:06:28.265Z | mediator clang: |
106 | 2024-08-27T22:06:28.265Z | version: None -> 15 (system default) |
107 | 2024-08-27T22:06:28.265Z | |
108 | 2024-08-27T22:06:28.265Z | mediator llvm: |
109 | 2024-08-27T22:06:28.265Z | version: 14 (system default) -> 15 (system default) |
110 | 2024-08-27T22:06:28.265Z | |
111 | 2024-08-27T22:06:28.265Z | Changed packages: |
112 | 2024-08-27T22:06:28.265Z | helios-dev |
113 | 2024-08-27T22:06:28.265Z | developer/build-essential |
114 | 2024-08-27T22:06:28.265Z | None -> 11-2.0 |
115 | 2024-08-27T22:06:28.265Z | library/libxmlsec1 |
116 | 2024-08-27T22:06:28.265Z | None -> 1.2.35-2.0 |
117 | 2024-08-27T22:06:28.265Z | ooce/developer/clang-15 |
118 | 2024-08-27T22:06:28.265Z | None -> 15.0.7-2.0 |
119 | 2024-08-27T22:06:28.265Z | ooce/developer/llvm-15 |
120 | 2024-08-27T22:06:28.265Z | None -> 15.0.7-2.0 |
121 | 2024-08-27T22:06:28.265Z | package/pkg |
122 | 2024-08-27T22:06:28.265Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
123 | 2024-08-27T22:06:28.265Z | |
124 | 2024-08-27T22:06:28.265Z | Services: |
125 | 2024-08-27T22:06:28.265Z | restart_fmri: |
126 | 2024-08-27T22:06:28.265Z | svc:/system/update-man-index:default |
127 | 2024-08-27T22:06:28.265Z | |
128 | 2024-08-27T22:06:28.265Z | Editable files to change: |
129 | 2024-08-27T22:06:28.265Z | Update: |
130 | 2024-08-27T22:06:28.265Z | usr/share/lib/pkg/web/config.shtml |
131 | 2024-08-27T22:06:28.344Z | |
132 | 2024-08-27T22:06:28.344Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
133 | 2024-08-27T22:06:33.355Z | Download: 733/4281 items 17.8/220.6MB 8% complete (3.7M/s) |
134 | 2024-08-27T22:06:38.359Z | Download: 1338/4281 items 110.1/220.6MB 49% complete (11.0M/s) |
135 | 2024-08-27T22:06:43.428Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (10.2M/s) |
136 | 2024-08-27T22:06:48.697Z | Download: 3245/4281 items 203.1/220.6MB 92% complete (10.2M/s) |
137 | 2024-08-27T22:06:56.795Z | Download: 3283/4281 items 209.6/220.6MB 94% complete (8.9M/s) |
138 | 2024-08-27T22:07:01.862Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (1.8M/s) |
139 | 2024-08-27T22:07:05.174Z | Download: Completed 220.60 MB in 36.83 seconds (6.0M/s) |
140 | 2024-08-27T22:07:07.256Z | Actions: 1/5063 actions (Removing old actions) |
141 | 2024-08-27T22:07:07.275Z | Actions: 194/5063 actions (Installing new actions) |
142 | 2024-08-27T22:07:11.950Z | Actions: 4226/5063 actions (Updating modified actions) |
143 | 2024-08-27T22:07:12.272Z | Actions: Completed 5063 actions in 5.02 seconds. |
144 | 2024-08-27T22:07:12.555Z | Done (0.275s) |
145 | 2024-08-27T22:07:12.558Z | Done (0.000s) |
146 | 2024-08-27T22:07:12.936Z | Done (0.380s) |
147 | 2024-08-27T22:07:17.951Z | Done (4.837s) |
148 | 2024-08-27T22:07:18.083Z | Done (0.060s) |
149 | 2024-08-27T22:07:18.088Z | Done (0.000s) |
150 | 2024-08-27T22:07:18.236Z | Done (0.000s) |
151 | 2024-08-27T22:07:18.824Z | Planning: Evaluating mediator changes ... Done |
152 | 2024-08-27T22:07:18.984Z | Planning: Checking for conflicting actions ... Done |
153 | 2024-08-27T22:07:18.987Z | Planning: Consolidating action changes ... Done |
154 | 2024-08-27T22:07:19.248Z | Planning: Evaluating mediators ... Done |
155 | 2024-08-27T22:07:19.251Z | Planning: Planning completed in 0.43 seconds |
156 | 2024-08-27T22:07:19.289Z | Mediators to change: 2 |
157 | 2024-08-27T22:07:19.289Z | Create boot environment: No |
158 | 2024-08-27T22:07:19.291Z | Create backup boot environment: No |
159 | 2024-08-27T22:07:19.365Z | Done |
160 | 2024-08-27T22:07:19.365Z | Done |
161 | 2024-08-27T22:07:19.594Z | Done |
162 | 2024-08-27T22:07:23.169Z | Done |
163 | 2024-08-27T22:07:23.257Z | Done |
164 | 2024-08-27T22:07:23.261Z | Done |
165 | 2024-08-27T22:07:23.376Z | Done |
166 | 2024-08-27T22:07:23.989Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-08-27T22:07:23.992Z | Planning: Merging actions ... Done |
168 | 2024-08-27T22:07:24.176Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-08-27T22:07:24.183Z | Planning: Consolidating action changes ... Done |
170 | 2024-08-27T22:07:24.442Z | Planning: Evaluating mediators ... Done |
171 | 2024-08-27T22:07:24.499Z | Planning: Planning completed in 0.75 seconds |
172 | 2024-08-27T22:07:24.555Z | Packages to change: 1 |
173 | 2024-08-27T22:07:24.555Z | Mediators to change: 1 |
174 | 2024-08-27T22:07:24.557Z | Services to change: 1 |
175 | 2024-08-27T22:07:24.557Z | Create boot environment: No |
176 | 2024-08-27T22:07:24.557Z | Create backup boot environment: Yes |
177 | 2024-08-27T22:07:26.496Z | Actions: 1/6 actions (Updating modified actions) |
178 | 2024-08-27T22:07:27.502Z | Actions: Completed 6 actions in 0.00 seconds. |
179 | 2024-08-27T22:07:27.502Z | Done |
180 | 2024-08-27T22:07:27.502Z | Done |
181 | 2024-08-27T22:07:27.505Z | Done |
182 | 2024-08-27T22:07:30.141Z | Done |
183 | 2024-08-27T22:07:30.230Z | Done |
184 | 2024-08-27T22:07:30.233Z | Done |
185 | 2024-08-27T22:07:30.337Z | Done |
186 | 2024-08-27T22:07:30.784Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
187 | 2024-08-27T22:07:30.784Z | clang system 15 system |
188 | 2024-08-27T22:07:30.784Z | csh system system illumos |
189 | 2024-08-27T22:07:30.785Z | ctags system system illumos |
190 | 2024-08-27T22:07:30.785Z | gcc vendor 12 vendor |
191 | 2024-08-27T22:07:30.785Z | gcc system 10 system |
192 | 2024-08-27T22:07:30.785Z | gcc system 7 system |
193 | 2024-08-27T22:07:30.785Z | go system 1.20 system |
194 | 2024-08-27T22:07:30.785Z | go system 1.19 system |
195 | 2024-08-27T22:07:30.785Z | llvm system 15 system |
196 | 2024-08-27T22:07:30.785Z | llvm system 14 system |
197 | 2024-08-27T22:07:30.785Z | mariadb system 10.6 system |
198 | 2024-08-27T22:07:30.785Z | mta vendor vendor dma |
199 | 2024-08-27T22:07:30.785Z | openjdk system 17 system |
200 | 2024-08-27T22:07:30.785Z | openjdk system 11 system |
201 | 2024-08-27T22:07:30.785Z | openjdk system 1.8 system |
202 | 2024-08-27T22:07:30.785Z | openssl vendor 3 vendor |
203 | 2024-08-27T22:07:30.785Z | perl system 5.36 system |
204 | 2024-08-27T22:07:30.785Z | postgresql system 15 system |
205 | 2024-08-27T22:07:30.785Z | postgresql system 13 system |
206 | 2024-08-27T22:07:30.785Z | python vendor 3 vendor |
207 | 2024-08-27T22:07:30.785Z | python system 2 system |
208 | 2024-08-27T22:07:30.785Z | python3 system 3.11 system |
209 | 2024-08-27T22:07:30.785Z | ruby system 3.0 system |
210 | 2024-08-27T22:07:30.785Z | words vendor vendor american-english |
211 | 2024-08-27T22:07:30.785Z | words system system australian-english |
212 | 2024-08-27T22:07:30.785Z | words system system british-english |
213 | 2024-08-27T22:07:30.785Z | words system system canadian-english |
214 | 2024-08-27T22:07:30.785Z | words system system french |
215 | 2024-08-27T22:07:30.785Z | words system system italian |
216 | 2024-08-27T22:07:30.785Z | words system system ngerman |
217 | 2024-08-27T22:07:30.785Z | words system system ogerman |
218 | 2024-08-27T22:07:30.785Z | words system system spanish |
219 | 2024-08-27T22:07:31.116Z | PUBLISHER TYPE STATUS P LOCATION |
220 | 2024-08-27T22:07:31.116Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
221 | 2024-08-27T22:07:32.858Z | FMRI IFO |
222 | 2024-08-27T22:07:32.859Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
223 | 2024-08-27T22:07:32.859Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
224 | 2024-08-27T22:07:32.859Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
225 | 2024-08-27T22:07:32.859Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
226 | 2024-08-27T22:07:32.859Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
227 | 2024-08-27T22:07:32.859Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
228 | 2024-08-27T22:07:32.859Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
229 | 2024-08-27T22:07:32.859Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
230 | 2024-08-27T22:07:32.859Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
231 | 2024-08-27T22:07:32.859Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
232 | 2024-08-27T22:07:32.859Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
233 | 2024-08-27T22:07:32.859Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
234 | 2024-08-27T22:07:32.859Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
235 | 2024-08-27T22:07:33.453Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
236 | 2024-08-27T22:07:33.732Z | Updating git repository `https://github.com/oxidecomputer/zone` |
237 | 2024-08-27T22:07:34.014Z | Updating crates.io index |
238 | 2024-08-27T22:07:34.017Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
239 | 2024-08-27T22:07:34.807Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
240 | 2024-08-27T22:07:35.670Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
241 | 2024-08-27T22:07:35.926Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
242 | 2024-08-27T22:07:37.382Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
243 | 2024-08-27T22:07:37.619Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
244 | 2024-08-27T22:07:37.892Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
245 | 2024-08-27T22:07:39.018Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
246 | 2024-08-27T22:07:41.026Z | Updating git repository `https://github.com/oxidecomputer/opte` |
247 | 2024-08-27T22:07:42.057Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
248 | 2024-08-27T22:07:42.753Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
249 | 2024-08-27T22:07:43.033Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
250 | 2024-08-27T22:07:43.558Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-08-27T22:07:43.954Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
252 | 2024-08-27T22:07:44.309Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
253 | 2024-08-27T22:07:44.661Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
254 | 2024-08-27T22:07:44.928Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
255 | 2024-08-27T22:07:45.193Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
256 | 2024-08-27T22:07:45.446Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
257 | 2024-08-27T22:07:45.705Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
258 | 2024-08-27T22:07:46.035Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
259 | 2024-08-27T22:07:46.364Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
260 | 2024-08-27T22:07:46.659Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
261 | 2024-08-27T22:07:47.062Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
262 | 2024-08-27T22:07:47.394Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
263 | 2024-08-27T22:07:47.801Z | Updating git repository `https://github.com/oxidecomputer/typify` |
264 | 2024-08-27T22:07:50.278Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
265 | 2024-08-27T22:07:50.523Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
266 | 2024-08-27T22:07:50.803Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
267 | 2024-08-27T22:07:51.198Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
268 | 2024-08-27T22:07:52.248Z | Downloading crates ... |
269 | 2024-08-27T22:07:52.320Z | Downloaded anstyle v1.0.8 |
270 | 2024-08-27T22:07:52.324Z | Downloaded byteorder v1.5.0 |
271 | 2024-08-27T22:07:52.324Z | Downloaded anstream v0.6.14 |
272 | 2024-08-27T22:07:52.326Z | Downloaded block-buffer v0.10.4 |
273 | 2024-08-27T22:07:52.332Z | Downloaded scroll_derive v0.12.0 |
274 | 2024-08-27T22:07:52.335Z | Downloaded equivalent v1.0.1 |
275 | 2024-08-27T22:07:52.341Z | Downloaded is_terminal_polyfill v1.70.0 |
276 | 2024-08-27T22:07:52.352Z | Downloaded autocfg v1.3.0 |
277 | 2024-08-27T22:07:52.359Z | Downloaded cargo-platform v0.1.8 |
278 | 2024-08-27T22:07:52.361Z | Downloaded anstyle-query v1.0.3 |
279 | 2024-08-27T22:07:52.362Z | Downloaded thiserror-impl v1.0.63 |
280 | 2024-08-27T22:07:52.364Z | Downloaded cargo_metadata v0.18.1 |
281 | 2024-08-27T22:07:52.371Z | Downloaded clap_lex v0.7.0 |
282 | 2024-08-27T22:07:52.375Z | Downloaded fnv v1.0.7 |
283 | 2024-08-27T22:07:52.375Z | Downloaded strsim v0.11.1 |
284 | 2024-08-27T22:07:52.375Z | Downloaded cpufeatures v0.2.12 |
285 | 2024-08-27T22:07:52.375Z | Downloaded terminal_size v0.3.0 |
286 | 2024-08-27T22:07:52.378Z | Downloaded digest v0.10.7 |
287 | 2024-08-27T22:07:52.380Z | Downloaded serde_tokenstream v0.2.2 |
288 | 2024-08-27T22:07:52.380Z | Downloaded cfg-if v1.0.0 |
289 | 2024-08-27T22:07:52.384Z | Downloaded usdt v0.5.0 |
290 | 2024-08-27T22:07:52.384Z | Downloaded macaddr v1.0.1 |
291 | 2024-08-27T22:07:52.389Z | Downloaded pretty-hex v0.4.1 |
292 | 2024-08-27T22:07:52.391Z | Downloaded dtrace-parser v0.2.0 |
293 | 2024-08-27T22:07:52.394Z | Downloaded toml_datetime v0.6.8 |
294 | 2024-08-27T22:07:52.400Z | Downloaded heck v0.5.0 |
295 | 2024-08-27T22:07:52.403Z | Downloaded bytecount v0.6.8 |
296 | 2024-08-27T22:07:52.403Z | Downloaded anstyle-parse v0.2.4 |
297 | 2024-08-27T22:07:52.403Z | Downloaded scroll v0.12.0 |
298 | 2024-08-27T22:07:52.406Z | Downloaded dof v0.3.0 |
299 | 2024-08-27T22:07:52.406Z | Downloaded memmap v0.7.0 |
300 | 2024-08-27T22:07:52.408Z | Downloaded utf8parse v0.2.1 |
301 | 2024-08-27T22:07:52.419Z | Downloaded usdt-macro v0.5.0 |
302 | 2024-08-27T22:07:52.422Z | Downloaded swrite v0.1.0 |
303 | 2024-08-27T22:07:52.426Z | Downloaded generic-array v0.14.7 |
304 | 2024-08-27T22:07:52.431Z | Downloaded cargo_toml v0.20.4 |
305 | 2024-08-27T22:07:52.448Z | Downloaded proc-macro-error v1.0.4 |
306 | 2024-08-27T22:07:52.451Z | Downloaded pest_generator v2.7.10 |
307 | 2024-08-27T22:07:52.451Z | Downloaded usdt-impl v0.5.0 |
308 | 2024-08-27T22:07:52.452Z | Downloaded itoa v1.0.11 |
309 | 2024-08-27T22:07:52.452Z | Downloaded pest_derive v2.7.10 |
310 | 2024-08-27T22:07:52.452Z | Downloaded errno v0.3.9 |
311 | 2024-08-27T22:07:52.455Z | Downloaded proc-macro-error-attr v1.0.4 |
312 | 2024-08-27T22:07:52.455Z | Downloaded heck v0.4.1 |
313 | 2024-08-27T22:07:52.455Z | Downloaded zerocopy-derive v0.7.34 |
314 | 2024-08-27T22:07:52.458Z | Downloaded crypto-common v0.1.6 |
315 | 2024-08-27T22:07:52.458Z | Downloaded colorchoice v1.0.1 |
316 | 2024-08-27T22:07:52.461Z | Downloaded version_check v0.9.5 |
317 | 2024-08-27T22:07:52.461Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2024-08-27T22:07:52.461Z | Downloaded plain v0.2.3 |
319 | 2024-08-27T22:07:52.465Z | Downloaded anyhow v1.0.86 |
320 | 2024-08-27T22:07:52.468Z | Downloaded serde_spanned v0.6.7 |
321 | 2024-08-27T22:07:52.468Z | Downloaded tabled_derive v0.7.0 |
322 | 2024-08-27T22:07:52.472Z | Downloaded thread-id v4.2.1 |
323 | 2024-08-27T22:07:52.472Z | Downloaded thiserror v1.0.63 |
324 | 2024-08-27T22:07:52.477Z | Downloaded proc-macro2 v1.0.86 |
325 | 2024-08-27T22:07:52.480Z | Downloaded pest_meta v2.7.10 |
326 | 2024-08-27T22:07:52.480Z | Downloaded camino v1.1.9 |
327 | 2024-08-27T22:07:52.490Z | Downloaded bitflags v2.6.0 |
328 | 2024-08-27T22:07:52.493Z | Downloaded unicode-ident v1.0.12 |
329 | 2024-08-27T22:07:52.493Z | Downloaded toml v0.8.19 |
330 | 2024-08-27T22:07:52.493Z | Downloaded typenum v1.17.0 |
331 | 2024-08-27T22:07:52.493Z | Downloaded fs-err v2.11.0 |
332 | 2024-08-27T22:07:52.496Z | Downloaded clap_derive v4.5.13 |
333 | 2024-08-27T22:07:52.501Z | Downloaded clap v4.5.16 |
334 | 2024-08-27T22:07:52.508Z | Downloaded quote v1.0.36 |
335 | 2024-08-27T22:07:52.514Z | Downloaded sha2 v0.10.8 |
336 | 2024-08-27T22:07:52.517Z | Downloaded papergrid v0.11.0 |
337 | 2024-08-27T22:07:52.517Z | Downloaded semver v1.0.23 |
338 | 2024-08-27T22:07:52.521Z | Downloaded ryu v1.0.18 |
339 | 2024-08-27T22:07:52.529Z | Downloaded ucd-trie v0.1.6 |
340 | 2024-08-27T22:07:52.535Z | Downloaded once_cell v1.19.0 |
341 | 2024-08-27T22:07:52.543Z | Downloaded serde_derive v1.0.208 |
342 | 2024-08-27T22:07:52.546Z | Downloaded log v0.4.21 |
343 | 2024-08-27T22:07:52.549Z | Downloaded serde v1.0.208 |
344 | 2024-08-27T22:07:52.563Z | Downloaded indexmap v2.4.0 |
345 | 2024-08-27T22:07:52.579Z | Downloaded memchr v2.7.2 |
346 | 2024-08-27T22:07:52.593Z | Downloaded toml_edit v0.22.20 |
347 | 2024-08-27T22:07:52.611Z | Downloaded serde_json v1.0.125 |
348 | 2024-08-27T22:07:52.622Z | Downloaded hashbrown v0.14.5 |
349 | 2024-08-27T22:07:52.626Z | Downloaded pest v2.7.10 |
350 | 2024-08-27T22:07:52.642Z | Downloaded clap_builder v4.5.15 |
351 | 2024-08-27T22:07:52.648Z | Downloaded zerocopy v0.7.34 |
352 | 2024-08-27T22:07:52.663Z | Downloaded winnow v0.6.18 |
353 | 2024-08-27T22:07:52.671Z | Downloaded goblin v0.8.2 |
354 | 2024-08-27T22:07:52.676Z | Downloaded tabled v0.15.0 |
355 | 2024-08-27T22:07:52.691Z | Downloaded syn v1.0.109 |
356 | 2024-08-27T22:07:52.700Z | Downloaded syn v2.0.74 |
357 | 2024-08-27T22:07:52.714Z | Downloaded rustix v0.38.34 |
358 | 2024-08-27T22:07:52.734Z | Downloaded unicode-width v0.1.13 |
359 | 2024-08-27T22:07:52.755Z | Downloaded libc v0.2.156 |
360 | 2024-08-27T22:07:53.052Z | Compiling proc-macro2 v1.0.86 |
361 | 2024-08-27T22:07:53.052Z | Compiling unicode-ident v1.0.12 |
362 | 2024-08-27T22:07:53.057Z | Compiling version_check v0.9.5 |
363 | 2024-08-27T22:07:53.057Z | Compiling serde v1.0.208 |
364 | 2024-08-27T22:07:53.057Z | Compiling thiserror v1.0.63 |
365 | 2024-08-27T22:07:53.058Z | Compiling memchr v2.7.2 |
366 | 2024-08-27T22:07:53.085Z | Compiling libc v0.2.156 |
367 | 2024-08-27T22:07:53.088Z | Compiling ucd-trie v0.1.6 |
368 | 2024-08-27T22:07:53.315Z | Compiling itoa v1.0.11 |
369 | 2024-08-27T22:07:53.541Z | Compiling ryu v1.0.18 |
370 | 2024-08-27T22:07:53.741Z | Compiling once_cell v1.19.0 |
371 | 2024-08-27T22:07:53.880Z | Compiling byteorder v1.5.0 |
372 | 2024-08-27T22:07:53.939Z | Compiling serde_json v1.0.125 |
373 | 2024-08-27T22:07:54.312Z | Compiling proc-macro-error-attr v1.0.4 |
374 | 2024-08-27T22:07:54.341Z | Compiling usdt-impl v0.5.0 |
375 | 2024-08-27T22:07:54.481Z | Compiling syn v1.0.109 |
376 | 2024-08-27T22:07:54.511Z | Compiling rustix v0.38.34 |
377 | 2024-08-27T22:07:54.700Z | Compiling proc-macro-error v1.0.4 |
378 | 2024-08-27T22:07:54.793Z | Compiling quote v1.0.36 |
379 | 2024-08-27T22:07:54.817Z | Compiling hashbrown v0.14.5 |
380 | 2024-08-27T22:07:54.984Z | Compiling plain v0.2.3 |
381 | 2024-08-27T22:07:55.141Z | Compiling syn v2.0.74 |
382 | 2024-08-27T22:07:55.166Z | Compiling errno v0.3.9 |
383 | 2024-08-27T22:07:55.468Z | Compiling bitflags v2.6.0 |
384 | 2024-08-27T22:07:55.494Z | Compiling log v0.4.21 |
385 | 2024-08-27T22:07:55.494Z | Compiling utf8parse v0.2.1 |
386 | 2024-08-27T22:07:55.545Z | Compiling equivalent v1.0.1 |
387 | 2024-08-27T22:07:55.620Z | Compiling thread-id v4.2.1 |
388 | 2024-08-27T22:07:55.652Z | Compiling anstyle-parse v0.2.4 |
389 | 2024-08-27T22:07:55.924Z | Compiling semver v1.0.23 |
390 | 2024-08-27T22:07:56.368Z | Compiling is_terminal_polyfill v1.70.0 |
391 | 2024-08-27T22:07:56.407Z | Compiling indexmap v2.4.0 |
392 | 2024-08-27T22:07:56.407Z | Compiling autocfg v1.3.0 |
393 | 2024-08-27T22:07:56.429Z | Compiling winnow v0.6.18 |
394 | 2024-08-27T22:07:56.459Z | Compiling pretty-hex v0.4.1 |
395 | 2024-08-27T22:07:56.615Z | Compiling anstyle-query v1.0.3 |
396 | 2024-08-27T22:07:56.692Z | Compiling camino v1.1.9 |
397 | 2024-08-27T22:07:56.767Z | Compiling anstyle v1.0.8 |
398 | 2024-08-27T22:07:57.144Z | Compiling colorchoice v1.0.1 |
399 | 2024-08-27T22:07:57.233Z | Compiling fs-err v2.11.0 |
400 | 2024-08-27T22:07:57.309Z | Compiling anstream v0.6.14 |
401 | 2024-08-27T22:07:57.412Z | Compiling terminal_size v0.3.0 |
402 | 2024-08-27T22:07:57.561Z | Compiling heck v0.4.1 |
403 | 2024-08-27T22:07:57.606Z | Compiling bytecount v0.6.8 |
404 | 2024-08-27T22:07:57.678Z | Compiling unicode-width v0.1.13 |
405 | 2024-08-27T22:07:57.681Z | Compiling clap_lex v0.7.0 |
406 | 2024-08-27T22:07:57.835Z | Compiling heck v0.5.0 |
407 | 2024-08-27T22:07:57.909Z | Compiling fnv v1.0.7 |
408 | 2024-08-27T22:07:58.044Z | Compiling strsim v0.11.1 |
409 | 2024-08-27T22:07:58.046Z | Compiling anyhow v1.0.86 |
410 | 2024-08-27T22:07:58.092Z | Compiling papergrid v0.11.0 |
411 | 2024-08-27T22:07:58.343Z | Compiling memmap v0.7.0 |
412 | 2024-08-27T22:07:58.899Z | Compiling clap_builder v4.5.15 |
413 | 2024-08-27T22:07:58.993Z | Compiling swrite v0.1.0 |
414 | 2024-08-27T22:08:00.752Z | Compiling tabled_derive v0.7.0 |
415 | 2024-08-27T22:08:02.131Z | Compiling tabled v0.15.0 |
416 | 2024-08-27T22:08:03.378Z | Compiling serde_derive v1.0.208 |
417 | 2024-08-27T22:08:03.378Z | Compiling thiserror-impl v1.0.63 |
418 | 2024-08-27T22:08:03.380Z | Compiling zerocopy-derive v0.7.34 |
419 | 2024-08-27T22:08:03.380Z | Compiling scroll_derive v0.12.0 |
420 | 2024-08-27T22:08:03.643Z | Compiling clap_derive v4.5.13 |
421 | 2024-08-27T22:08:04.914Z | Compiling scroll v0.12.0 |
422 | 2024-08-27T22:08:05.488Z | Compiling goblin v0.8.2 |
423 | 2024-08-27T22:08:05.650Z | Compiling zerocopy v0.7.34 |
424 | 2024-08-27T22:08:06.646Z | Compiling pest v2.7.10 |
425 | 2024-08-27T22:08:07.544Z | Compiling clap v4.5.16 |
426 | 2024-08-27T22:08:08.585Z | Compiling pest_meta v2.7.10 |
427 | 2024-08-27T22:08:09.396Z | Compiling pest_generator v2.7.10 |
428 | 2024-08-27T22:08:11.272Z | Compiling pest_derive v2.7.10 |
429 | 2024-08-27T22:08:12.002Z | Compiling dtrace-parser v0.2.0 |
430 | 2024-08-27T22:08:13.336Z | Compiling serde_tokenstream v0.2.2 |
431 | 2024-08-27T22:08:13.563Z | Compiling serde_spanned v0.6.7 |
432 | 2024-08-27T22:08:13.563Z | Compiling toml_datetime v0.6.8 |
433 | 2024-08-27T22:08:13.566Z | Compiling cargo-platform v0.1.8 |
434 | 2024-08-27T22:08:13.849Z | Compiling toml_edit v0.22.20 |
435 | 2024-08-27T22:08:13.956Z | Compiling macaddr v1.0.1 |
436 | 2024-08-27T22:08:14.708Z | Compiling dof v0.3.0 |
437 | 2024-08-27T22:08:14.906Z | Compiling cargo_metadata v0.18.1 |
438 | 2024-08-27T22:08:16.331Z | Compiling usdt-attr-macro v0.5.0 |
439 | 2024-08-27T22:08:16.354Z | Compiling usdt-macro v0.5.0 |
440 | 2024-08-27T22:08:16.640Z | Compiling toml v0.8.19 |
441 | 2024-08-27T22:08:17.497Z | Compiling cargo_toml v0.20.4 |
442 | 2024-08-27T22:08:17.598Z | Compiling usdt v0.5.0 |
443 | 2024-08-27T22:08:21.150Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
444 | 2024-08-27T22:08:24.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.67s |
445 | 2024-08-27T22:08:25.144Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
446 | 2024-08-27T22:08:25.711Z | Downloading crates ... |
447 | 2024-08-27T22:08:25.832Z | Downloaded ascii-canvas v3.0.0 |
448 | 2024-08-27T22:08:25.838Z | Downloaded ciborium-ll v0.2.2 |
449 | 2024-08-27T22:08:25.847Z | Downloaded cfg_aliases v0.1.1 |
450 | 2024-08-27T22:08:25.850Z | Downloaded atty v0.2.14 |
451 | 2024-08-27T22:08:25.859Z | Downloaded hubpack_derive v0.1.1 |
452 | 2024-08-27T22:08:25.861Z | Downloaded bitstruct v0.1.1 |
453 | 2024-08-27T22:08:25.861Z | Downloaded defmt v0.3.8 |
454 | 2024-08-27T22:08:25.867Z | Downloaded cstr-argument v0.1.2 |
455 | 2024-08-27T22:08:25.870Z | Downloaded crucible-workspace-hack v0.1.0 |
456 | 2024-08-27T22:08:25.873Z | Downloaded is-terminal v0.4.12 |
457 | 2024-08-27T22:08:25.875Z | Downloaded castaway v0.2.3 |
458 | 2024-08-27T22:08:25.878Z | Downloaded newtype_derive v0.1.6 |
459 | 2024-08-27T22:08:25.881Z | Downloaded colored v2.1.0 |
460 | 2024-08-27T22:08:25.887Z | Downloaded bit-set v0.5.3 |
461 | 2024-08-27T22:08:25.887Z | Downloaded nodrop v0.1.14 |
462 | 2024-08-27T22:08:25.891Z | Downloaded newline-converter v0.3.0 |
463 | 2024-08-27T22:08:25.891Z | Downloaded normalize-line-endings v0.3.0 |
464 | 2024-08-27T22:08:25.891Z | Downloaded match_cfg v0.1.0 |
465 | 2024-08-27T22:08:25.891Z | Downloaded async-stream v0.3.5 |
466 | 2024-08-27T22:08:25.893Z | Downloaded array-init v0.0.4 |
467 | 2024-08-27T22:08:25.893Z | Downloaded openssl-macros v0.1.1 |
468 | 2024-08-27T22:08:25.893Z | Downloaded number_prefix v0.4.0 |
469 | 2024-08-27T22:08:25.901Z | Downloaded hyper-tls v0.5.0 |
470 | 2024-08-27T22:08:25.901Z | Downloaded bitfield v0.14.0 |
471 | 2024-08-27T22:08:25.905Z | Downloaded linked-hash-map v0.5.6 |
472 | 2024-08-27T22:08:25.905Z | Downloaded indoc v1.0.9 |
473 | 2024-08-27T22:08:25.905Z | Downloaded memoffset v0.9.1 |
474 | 2024-08-27T22:08:25.905Z | Downloaded md-5 v0.10.6 |
475 | 2024-08-27T22:08:25.907Z | Downloaded lru v0.12.3 |
476 | 2024-08-27T22:08:25.910Z | Downloaded cc v1.0.97 |
477 | 2024-08-27T22:08:25.913Z | Downloaded num-iter v0.1.45 |
478 | 2024-08-27T22:08:25.918Z | Downloaded instability v0.3.2 |
479 | 2024-08-27T22:08:25.918Z | Downloaded curve25519-dalek-derive v0.1.1 |
480 | 2024-08-27T22:08:25.922Z | Downloaded iana-time-zone v0.1.60 |
481 | 2024-08-27T22:08:25.922Z | Downloaded ciborium v0.2.2 |
482 | 2024-08-27T22:08:25.928Z | Downloaded num-derive v0.4.2 |
483 | 2024-08-27T22:08:25.930Z | Downloaded humantime v2.1.0 |
484 | 2024-08-27T22:08:25.931Z | Downloaded num_enum_derive v0.5.11 |
485 | 2024-08-27T22:08:25.931Z | Downloaded is_ci v1.2.0 |
486 | 2024-08-27T22:08:25.931Z | Downloaded cancel-safe-futures v0.1.5 |
487 | 2024-08-27T22:08:25.934Z | Downloaded bcs v0.1.6 |
488 | 2024-08-27T22:08:25.937Z | Downloaded arrayvec v0.7.4 |
489 | 2024-08-27T22:08:25.943Z | Downloaded cookie v0.17.0 |
490 | 2024-08-27T22:08:25.947Z | Downloaded mime_guess v2.0.4 |
491 | 2024-08-27T22:08:25.947Z | Downloaded libsw v3.3.1 |
492 | 2024-08-27T22:08:25.950Z | Downloaded bitstruct_derive v0.1.0 |
493 | 2024-08-27T22:08:25.950Z | Downloaded async-stream-impl v0.3.5 |
494 | 2024-08-27T22:08:25.950Z | Downloaded jobserver v0.1.32 |
495 | 2024-08-27T22:08:25.953Z | Downloaded atomicwrites v0.4.3 |
496 | 2024-08-27T22:08:25.953Z | Downloaded num-complex v0.4.6 |
497 | 2024-08-27T22:08:25.955Z | Downloaded native-tls v0.2.11 |
498 | 2024-08-27T22:08:25.958Z | Downloaded instant v0.1.12 |
499 | 2024-08-27T22:08:25.960Z | Downloaded new_debug_unreachable v1.0.6 |
500 | 2024-08-27T22:08:25.960Z | Downloaded num-conv v0.1.0 |
501 | 2024-08-27T22:08:25.963Z | Downloaded opaque-debug v0.3.1 |
502 | 2024-08-27T22:08:25.963Z | Downloaded ciborium-io v0.2.2 |
503 | 2024-08-27T22:08:25.966Z | Downloaded num_threads v0.1.7 |
504 | 2024-08-27T22:08:25.966Z | Downloaded crunchy v0.2.2 |
505 | 2024-08-27T22:08:25.968Z | Downloaded nanorand v0.7.0 |
506 | 2024-08-27T22:08:25.971Z | Downloaded nu-ansi-term v0.50.0 |
507 | 2024-08-27T22:08:25.973Z | Downloaded hyper-rustls v0.24.2 |
508 | 2024-08-27T22:08:25.976Z | Downloaded multer v3.1.0 |
509 | 2024-08-27T22:08:25.978Z | Downloaded sync_wrapper v0.1.2 |
510 | 2024-08-27T22:08:25.981Z | Downloaded lalrpop-util v0.19.12 |
511 | 2024-08-27T22:08:25.981Z | Downloaded kstat-rs v0.2.4 |
512 | 2024-08-27T22:08:25.983Z | Downloaded crc32fast v1.4.0 |
513 | 2024-08-27T22:08:25.986Z | Downloaded lru-cache v0.1.2 |
514 | 2024-08-27T22:08:25.986Z | Downloaded linear-map v1.2.0 |
515 | 2024-08-27T22:08:25.990Z | Downloaded clang-sys v1.7.0 |
516 | 2024-08-27T22:08:25.993Z | Downloaded addr2line v0.21.0 |
517 | 2024-08-27T22:08:25.995Z | Downloaded lazycell v1.3.0 |
518 | 2024-08-27T22:08:25.995Z | Downloaded endian-type v0.1.2 |
519 | 2024-08-27T22:08:25.998Z | Downloaded base64 v0.22.1 |
520 | 2024-08-27T22:08:26.000Z | Downloaded try-lock v0.2.5 |
521 | 2024-08-27T22:08:26.003Z | Downloaded base16ct v0.2.0 |
522 | 2024-08-27T22:08:26.003Z | Downloaded diesel_table_macro_syntax v0.2.0 |
523 | 2024-08-27T22:08:26.006Z | Downloaded maybe-uninit v2.0.0 |
524 | 2024-08-27T22:08:26.008Z | Downloaded cipher v0.4.4 |
525 | 2024-08-27T22:08:26.008Z | Downloaded sec1 v0.7.3 |
526 | 2024-08-27T22:08:26.011Z | Downloaded num-traits v0.2.19 |
527 | 2024-08-27T22:08:26.014Z | Downloaded num_enum v0.5.11 |
528 | 2024-08-27T22:08:26.019Z | Downloaded newtype-uuid v1.1.0 |
529 | 2024-08-27T22:08:26.022Z | Downloaded num v0.4.3 |
530 | 2024-08-27T22:08:26.024Z | Downloaded multimap v0.10.0 |
531 | 2024-08-27T22:08:26.024Z | Downloaded chacha20 v0.9.1 |
532 | 2024-08-27T22:08:26.027Z | Downloaded omicron-zone-package v0.11.0 |
533 | 2024-08-27T22:08:26.030Z | Downloaded float-ord v0.3.2 |
534 | 2024-08-27T22:08:26.032Z | Downloaded serde_urlencoded v0.7.1 |
535 | 2024-08-27T22:08:26.035Z | Downloaded block-padding v0.3.3 |
536 | 2024-08-27T22:08:26.035Z | Downloaded tabwriter v1.4.0 |
537 | 2024-08-27T22:08:26.038Z | Downloaded crossbeam-deque v0.8.5 |
538 | 2024-08-27T22:08:26.040Z | Downloaded topological-sort v0.2.2 |
539 | 2024-08-27T22:08:26.040Z | Downloaded tokio-macros v2.4.0 |
540 | 2024-08-27T22:08:26.043Z | Downloaded tokio-native-tls v0.3.1 |
541 | 2024-08-27T22:08:26.046Z | Downloaded phf_shared v0.11.2 |
542 | 2024-08-27T22:08:26.046Z | Downloaded crc v3.2.1 |
543 | 2024-08-27T22:08:26.049Z | Downloaded debug-ignore v1.0.5 |
544 | 2024-08-27T22:08:26.051Z | Downloaded siphasher v0.3.11 |
545 | 2024-08-27T22:08:26.054Z | Downloaded utf-8 v0.7.6 |
546 | 2024-08-27T22:08:26.054Z | Downloaded untrusted v0.9.0 |
547 | 2024-08-27T22:08:26.057Z | Downloaded wyz v0.5.1 |
548 | 2024-08-27T22:08:26.057Z | Downloaded unicase v2.7.0 |
549 | 2024-08-27T22:08:26.061Z | Downloaded serde_arrays v0.1.0 |
550 | 2024-08-27T22:08:26.061Z | Downloaded smf v0.2.3 |
551 | 2024-08-27T22:08:26.064Z | Downloaded memmap2 v0.9.4 |
552 | 2024-08-27T22:08:26.066Z | Downloaded sqlformat v0.2.4 |
553 | 2024-08-27T22:08:26.066Z | Downloaded chacha20poly1305 v0.10.1 |
554 | 2024-08-27T22:08:26.070Z | Downloaded base64 v0.13.1 |
555 | 2024-08-27T22:08:26.072Z | Downloaded path-slash v0.1.5 |
556 | 2024-08-27T22:08:26.075Z | Downloaded num-rational v0.4.2 |
557 | 2024-08-27T22:08:26.075Z | Downloaded num-integer v0.1.46 |
558 | 2024-08-27T22:08:26.077Z | Downloaded thread_local v1.1.8 |
559 | 2024-08-27T22:08:26.080Z | Downloaded futures-executor v0.3.30 |
560 | 2024-08-27T22:08:26.083Z | Downloaded fragile v2.0.0 |
561 | 2024-08-27T22:08:26.085Z | Downloaded cexpr v0.6.0 |
562 | 2024-08-27T22:08:26.088Z | Downloaded socket2 v0.4.10 |
563 | 2024-08-27T22:08:26.090Z | Downloaded signal-hook-registry v1.4.2 |
564 | 2024-08-27T22:08:26.090Z | Downloaded base64ct v1.6.0 |
565 | 2024-08-27T22:08:26.093Z | Downloaded backoff v0.4.0 |
566 | 2024-08-27T22:08:26.096Z | Downloaded home v0.5.9 |
567 | 2024-08-27T22:08:26.098Z | Downloaded float-cmp v0.9.0 |
568 | 2024-08-27T22:08:26.098Z | Downloaded camino-tempfile v1.1.1 |
569 | 2024-08-27T22:08:26.100Z | Downloaded bzip2 v0.4.4 |
570 | 2024-08-27T22:08:26.103Z | Downloaded derive_builder_macro v0.20.0 |
571 | 2024-08-27T22:08:26.105Z | Downloaded pem v3.0.4 |
572 | 2024-08-27T22:08:26.107Z | Downloaded hostname v0.3.1 |
573 | 2024-08-27T22:08:26.107Z | Downloaded darling v0.20.9 |
574 | 2024-08-27T22:08:26.112Z | Downloaded strum v0.26.3 |
575 | 2024-08-27T22:08:26.115Z | Downloaded proc-macro-crate v1.3.1 |
576 | 2024-08-27T22:08:26.117Z | Downloaded predicates v3.1.2 |
577 | 2024-08-27T22:08:26.120Z | Downloaded whoami v1.5.1 |
578 | 2024-08-27T22:08:26.122Z | Downloaded httparse v1.8.0 |
579 | 2024-08-27T22:08:26.125Z | Downloaded indicatif v0.17.8 |
580 | 2024-08-27T22:08:26.128Z | Downloaded backtrace v0.3.71 |
581 | 2024-08-27T22:08:26.134Z | Downloaded arc-swap v1.7.1 |
582 | 2024-08-27T22:08:26.138Z | Downloaded rustc_version v0.4.0 |
583 | 2024-08-27T22:08:26.141Z | Downloaded openssl-probe v0.1.5 |
584 | 2024-08-27T22:08:26.144Z | Downloaded const-oid v0.9.6 |
585 | 2024-08-27T22:08:26.144Z | Downloaded hyper v0.14.30 |
586 | 2024-08-27T22:08:26.153Z | Downloaded rpassword v7.3.1 |
587 | 2024-08-27T22:08:26.156Z | Downloaded headers-core v0.2.0 |
588 | 2024-08-27T22:08:26.158Z | Downloaded fixedbitset v0.4.2 |
589 | 2024-08-27T22:08:26.158Z | Downloaded signal-hook-tokio v0.3.1 |
590 | 2024-08-27T22:08:26.162Z | Downloaded sigpipe v0.1.3 |
591 | 2024-08-27T22:08:26.162Z | Downloaded signature v2.2.0 |
592 | 2024-08-27T22:08:26.165Z | Downloaded strum_macros v0.24.3 |
593 | 2024-08-27T22:08:26.165Z | Downloaded slog-bunyan v2.5.0 |
594 | 2024-08-27T22:08:26.168Z | Downloaded strum_macros v0.25.3 |
595 | 2024-08-27T22:08:26.171Z | Downloaded serde_path_to_error v0.1.16 |
596 | 2024-08-27T22:08:26.173Z | Downloaded slab v0.4.9 |
597 | 2024-08-27T22:08:26.173Z | Downloaded schemars v0.8.21 |
598 | 2024-08-27T22:08:26.186Z | Downloaded crossbeam-utils v0.8.19 |
599 | 2024-08-27T22:08:26.189Z | Downloaded tls_codec v0.4.1 |
600 | 2024-08-27T22:08:26.194Z | Downloaded structmeta-derive v0.3.0 |
601 | 2024-08-27T22:08:26.196Z | Downloaded time-core v0.1.2 |
602 | 2024-08-27T22:08:26.196Z | Downloaded tui-tree-widget v0.22.0 |
603 | 2024-08-27T22:08:26.196Z | Downloaded bytes v1.7.1 |
604 | 2024-08-27T22:08:26.210Z | Downloaded structmeta-derive v0.2.0 |
605 | 2024-08-27T22:08:26.213Z | Downloaded flagset v0.4.5 |
606 | 2024-08-27T22:08:26.216Z | Downloaded phf v0.11.2 |
607 | 2024-08-27T22:08:26.216Z | Downloaded salsa20 v0.10.2 |
608 | 2024-08-27T22:08:26.216Z | Downloaded percent-encoding v2.3.1 |
609 | 2024-08-27T22:08:26.219Z | Downloaded peg v0.8.4 |
610 | 2024-08-27T22:08:26.223Z | Downloaded dsl_auto_type v0.1.2 |
611 | 2024-08-27T22:08:26.225Z | Downloaded pretty-hex v0.2.1 |
612 | 2024-08-27T22:08:26.225Z | Downloaded hash32 v0.3.1 |
613 | 2024-08-27T22:08:26.227Z | Downloaded vte_generate_state_changes v0.1.1 |
614 | 2024-08-27T22:08:26.227Z | Downloaded getopts v0.2.21 |
615 | 2024-08-27T22:08:26.230Z | Downloaded parse-display-derive v0.10.0 |
616 | 2024-08-27T22:08:26.232Z | Downloaded toolchain_find v0.4.0 |
617 | 2024-08-27T22:08:26.232Z | Downloaded rustversion v1.0.17 |
618 | 2024-08-27T22:08:26.235Z | Downloaded unicode-bidi v0.3.15 |
619 | 2024-08-27T22:08:26.238Z | Downloaded const_format v0.2.32 |
620 | 2024-08-27T22:08:26.243Z | Downloaded yasna v0.5.2 |
621 | 2024-08-27T22:08:26.246Z | Downloaded oso-derive v0.27.3 |
622 | 2024-08-27T22:08:26.248Z | Downloaded pin-project v1.1.5 |
623 | 2024-08-27T22:08:26.260Z | Downloaded oso v0.27.3 |
624 | 2024-08-27T22:08:26.264Z | Downloaded serde-hex v0.1.0 |
625 | 2024-08-27T22:08:26.266Z | Downloaded difflib v0.4.0 |
626 | 2024-08-27T22:08:26.269Z | Downloaded scrypt v0.11.0 |
627 | 2024-08-27T22:08:26.269Z | Downloaded radium v0.7.0 |
628 | 2024-08-27T22:08:26.271Z | Downloaded quick-error v1.2.3 |
629 | 2024-08-27T22:08:26.274Z | Downloaded diff v0.1.13 |
630 | 2024-08-27T22:08:26.276Z | Downloaded static_assertions v1.1.0 |
631 | 2024-08-27T22:08:26.278Z | Downloaded foreign-types v0.3.2 |
632 | 2024-08-27T22:08:26.278Z | Downloaded waitgroup v0.1.2 |
633 | 2024-08-27T22:08:26.281Z | Downloaded futures-task v0.3.30 |
634 | 2024-08-27T22:08:26.283Z | Downloaded pem-rfc7468 v0.7.0 |
635 | 2024-08-27T22:08:26.286Z | Downloaded compact_str v0.8.0 |
636 | 2024-08-27T22:08:26.288Z | Downloaded filetime v0.2.24 |
637 | 2024-08-27T22:08:26.290Z | Downloaded predicates-tree v1.0.9 |
638 | 2024-08-27T22:08:26.293Z | Downloaded base64 v0.21.7 |
639 | 2024-08-27T22:08:26.296Z | Downloaded fd-lock v4.0.2 |
640 | 2024-08-27T22:08:26.298Z | Downloaded peg-macros v0.8.4 |
641 | 2024-08-27T22:08:26.300Z | Downloaded tracing-attributes v0.1.27 |
642 | 2024-08-27T22:08:26.303Z | Downloaded tower-service v0.3.2 |
643 | 2024-08-27T22:08:26.305Z | Downloaded hashlink v0.9.1 |
644 | 2024-08-27T22:08:26.308Z | Downloaded semver v0.1.20 |
645 | 2024-08-27T22:08:26.308Z | Downloaded tokio-tungstenite v0.20.1 |
646 | 2024-08-27T22:08:26.311Z | Downloaded tokio-stream v0.1.15 |
647 | 2024-08-27T22:08:26.317Z | Downloaded slog-async v2.8.0 |
648 | 2024-08-27T22:08:26.319Z | Downloaded strip-ansi-escapes v0.2.0 |
649 | 2024-08-27T22:08:26.319Z | Downloaded slog-scope v4.4.0 |
650 | 2024-08-27T22:08:26.319Z | Downloaded hash32 v0.2.1 |
651 | 2024-08-27T22:08:26.322Z | Downloaded derive_builder_core v0.20.0 |
652 | 2024-08-27T22:08:26.324Z | Downloaded packed_struct v0.10.1 |
653 | 2024-08-27T22:08:26.328Z | Downloaded serde_derive_internals v0.29.1 |
654 | 2024-08-27T22:08:26.328Z | Downloaded socket2 v0.5.7 |
655 | 2024-08-27T22:08:26.330Z | Downloaded libm v0.2.8 |
656 | 2024-08-27T22:08:26.338Z | Downloaded tls_codec_derive v0.4.1 |
657 | 2024-08-27T22:08:26.340Z | Downloaded precomputed-hash v0.1.1 |
658 | 2024-08-27T22:08:26.343Z | Downloaded predicates-core v1.0.6 |
659 | 2024-08-27T22:08:26.343Z | Downloaded term v0.7.0 |
660 | 2024-08-27T22:08:26.346Z | Downloaded tempfile v3.10.1 |
661 | 2024-08-27T22:08:26.349Z | Downloaded http-range v0.1.5 |
662 | 2024-08-27T22:08:26.351Z | Downloaded tracing-core v0.1.32 |
663 | 2024-08-27T22:08:26.354Z | Downloaded uuid v1.10.0 |
664 | 2024-08-27T22:08:26.357Z | Downloaded futures-macro v0.3.30 |
665 | 2024-08-27T22:08:26.360Z | Downloaded pkcs8 v0.10.2 |
666 | 2024-08-27T22:08:26.362Z | Downloaded samael v0.0.15 |
667 | 2024-08-27T22:08:26.367Z | Downloaded unicode-truncate v1.0.0 |
668 | 2024-08-27T22:08:26.369Z | Downloaded smawk v0.3.2 |
669 | 2024-08-27T22:08:26.372Z | Downloaded der v0.7.9 |
670 | 2024-08-27T22:08:26.378Z | Downloaded unicode-xid v0.2.4 |
671 | 2024-08-27T22:08:26.380Z | Downloaded fallible-iterator v0.3.0 |
672 | 2024-08-27T22:08:26.381Z | Downloaded hex v0.4.3 |
673 | 2024-08-27T22:08:26.383Z | Downloaded pkcs1 v0.7.5 |
674 | 2024-08-27T22:08:26.386Z | Downloaded heck v0.3.3 |
675 | 2024-08-27T22:08:26.386Z | Downloaded futures-io v0.3.30 |
676 | 2024-08-27T22:08:26.389Z | Downloaded slog-json v2.6.1 |
677 | 2024-08-27T22:08:26.391Z | Downloaded mio v1.0.2 |
678 | 2024-08-27T22:08:26.395Z | Downloaded crossbeam-channel v0.5.12 |
679 | 2024-08-27T22:08:26.400Z | Downloaded tungstenite v0.20.1 |
680 | 2024-08-27T22:08:26.404Z | Downloaded parse-display v0.10.0 |
681 | 2024-08-27T22:08:26.406Z | Downloaded erased-serde v0.3.31 |
682 | 2024-08-27T22:08:26.409Z | Downloaded crossterm v0.27.0 |
683 | 2024-08-27T22:08:26.414Z | Downloaded openssl-sys v0.9.103 |
684 | 2024-08-27T22:08:26.420Z | Downloaded sqlparser_derive v0.2.2 |
685 | 2024-08-27T22:08:26.422Z | Downloaded psl-types v2.0.11 |
686 | 2024-08-27T22:08:26.422Z | Downloaded itertools v0.10.5 |
687 | 2024-08-27T22:08:26.429Z | Downloaded http-body v0.4.6 |
688 | 2024-08-27T22:08:26.431Z | Downloaded serde_with_macros v3.9.0 |
689 | 2024-08-27T22:08:26.434Z | Downloaded ron v0.8.1 |
690 | 2024-08-27T22:08:26.439Z | Downloaded unsafe-libyaml v0.2.11 |
691 | 2024-08-27T22:08:26.442Z | Downloaded portpicker v0.1.1 |
692 | 2024-08-27T22:08:26.446Z | Downloaded serde-big-array v0.5.1 |
693 | 2024-08-27T22:08:26.449Z | Downloaded smallvec v1.13.2 |
694 | 2024-08-27T22:08:26.449Z | Downloaded futures-core v0.3.30 |
695 | 2024-08-27T22:08:26.451Z | Downloaded enum-as-inner v0.6.0 |
696 | 2024-08-27T22:08:26.452Z | Downloaded ena v0.14.3 |
697 | 2024-08-27T22:08:26.454Z | Downloaded tokio-tungstenite v0.23.1 |
698 | 2024-08-27T22:08:26.457Z | Downloaded subprocess v0.2.9 |
699 | 2024-08-27T22:08:26.459Z | Downloaded pin-utils v0.1.0 |
700 | 2024-08-27T22:08:26.463Z | Downloaded fxhash v0.2.1 |
701 | 2024-08-27T22:08:26.463Z | Downloaded termtree v0.4.1 |
702 | 2024-08-27T22:08:26.465Z | Downloaded derive_more v0.99.18 |
703 | 2024-08-27T22:08:26.468Z | Downloaded derive-where v1.2.7 |
704 | 2024-08-27T22:08:26.472Z | Downloaded parking_lot_core v0.9.10 |
705 | 2024-08-27T22:08:26.474Z | Downloaded tokio-rustls v0.24.1 |
706 | 2024-08-27T22:08:26.477Z | Downloaded hickory-resolver v0.24.1 |
707 | 2024-08-27T22:08:26.481Z | Downloaded unicode-linebreak v0.1.5 |
708 | 2024-08-27T22:08:26.484Z | Downloaded hostname v0.4.0 |
709 | 2024-08-27T22:08:26.484Z | Downloaded unarray v0.1.4 |
710 | 2024-08-27T22:08:26.487Z | Downloaded twox-hash v1.6.3 |
711 | 2024-08-27T22:08:26.490Z | Downloaded secrecy v0.8.0 |
712 | 2024-08-27T22:08:26.490Z | Downloaded tiny-keccak v2.0.2 |
713 | 2024-08-27T22:08:26.493Z | Downloaded thiserror-impl-no-std v2.0.2 |
714 | 2024-08-27T22:08:26.493Z | Downloaded rustc-demangle v0.1.24 |
715 | 2024-08-27T22:08:26.495Z | Downloaded postgres-protocol v0.6.7 |
716 | 2024-08-27T22:08:26.498Z | Downloaded tokio-tungstenite v0.21.0 |
717 | 2024-08-27T22:08:26.501Z | Downloaded tokio-rustls v0.25.0 |
718 | 2024-08-27T22:08:26.503Z | Downloaded smallvec v0.6.14 |
719 | 2024-08-27T22:08:26.503Z | Downloaded slog-term v2.9.1 |
720 | 2024-08-27T22:08:26.506Z | Downloaded postgres-types v0.2.7 |
721 | 2024-08-27T22:08:26.508Z | Downloaded zone_cfg_derive v0.1.2 |
722 | 2024-08-27T22:08:26.511Z | Downloaded tinyvec v1.6.0 |
723 | 2024-08-27T22:08:26.514Z | Downloaded owo-colors v4.0.0 |
724 | 2024-08-27T22:08:26.517Z | Downloaded gethostname v0.5.0 |
725 | 2024-08-27T22:08:26.517Z | Downloaded rtoolbox v0.0.2 |
726 | 2024-08-27T22:08:26.519Z | Downloaded take_mut v0.2.2 |
727 | 2024-08-27T22:08:26.519Z | Downloaded spki v0.7.3 |
728 | 2024-08-27T22:08:26.522Z | Downloaded rustc_version v0.1.7 |
729 | 2024-08-27T22:08:26.522Z | Downloaded libxml v0.3.3 |
730 | 2024-08-27T22:08:26.528Z | Downloaded rand v0.8.5 |
731 | 2024-08-27T22:08:26.532Z | Downloaded futures-sink v0.3.30 |
732 | 2024-08-27T22:08:26.535Z | Downloaded sct v0.7.1 |
733 | 2024-08-27T22:08:26.538Z | Downloaded scopeguard v1.2.0 |
734 | 2024-08-27T22:08:26.541Z | Downloaded fallible-iterator v0.2.0 |
735 | 2024-08-27T22:08:26.541Z | Downloaded defmt-macros v0.3.9 |
736 | 2024-08-27T22:08:26.544Z | Downloaded publicsuffix v2.2.3 |
737 | 2024-08-27T22:08:26.546Z | Downloaded env_logger v0.9.3 |
738 | 2024-08-27T22:08:26.548Z | Downloaded parse-size v1.0.0 |
739 | 2024-08-27T22:08:26.551Z | Downloaded flume v0.11.0 |
740 | 2024-08-27T22:08:26.554Z | Downloaded phf_shared v0.10.0 |
741 | 2024-08-27T22:08:26.556Z | Downloaded zone v0.1.8 |
742 | 2024-08-27T22:08:26.556Z | Downloaded embedded-io v0.4.0 |
743 | 2024-08-27T22:08:26.559Z | Downloaded rand_xorshift v0.3.0 |
744 | 2024-08-27T22:08:26.559Z | Downloaded rand_seeder v0.3.0 |
745 | 2024-08-27T22:08:26.561Z | Downloaded rand_core v0.6.4 |
746 | 2024-08-27T22:08:26.562Z | Downloaded time-macros v0.2.18 |
747 | 2024-08-27T22:08:26.564Z | Downloaded tap v1.0.1 |
748 | 2024-08-27T22:08:26.566Z | Downloaded zeroize_derive v1.4.2 |
749 | 2024-08-27T22:08:26.566Z | Downloaded rand_chacha v0.3.1 |
750 | 2024-08-27T22:08:26.569Z | Downloaded toml_edit v0.19.15 |
751 | 2024-08-27T22:08:26.585Z | Downloaded prettyplease v0.2.20 |
752 | 2024-08-27T22:08:26.588Z | Downloaded want v0.3.1 |
753 | 2024-08-27T22:08:26.591Z | Downloaded blake3 v1.5.1 |
754 | 2024-08-27T22:08:26.597Z | Downloaded downcast v0.11.0 |
755 | 2024-08-27T22:08:26.600Z | Downloaded futures v0.3.30 |
756 | 2024-08-27T22:08:26.606Z | Downloaded display-error-chain v0.2.0 |
757 | 2024-08-27T22:08:26.609Z | Downloaded termcolor v1.4.1 |
758 | 2024-08-27T22:08:26.609Z | Downloaded pkg-config v0.3.30 |
759 | 2024-08-27T22:08:26.609Z | Downloaded tokio-postgres v0.7.11 |
760 | 2024-08-27T22:08:26.613Z | Downloaded zeroize v1.7.0 |
761 | 2024-08-27T22:08:26.615Z | Downloaded dirs-sys-next v0.1.2 |
762 | 2024-08-27T22:08:26.618Z | Downloaded pbkdf2 v0.12.2 |
763 | 2024-08-27T22:08:26.618Z | Downloaded ff v0.13.0 |
764 | 2024-08-27T22:08:26.620Z | Downloaded form_urlencoded v1.2.1 |
765 | 2024-08-27T22:08:26.620Z | Downloaded rustls-pemfile v1.0.4 |
766 | 2024-08-27T22:08:26.624Z | Downloaded rustc-hash v1.1.0 |
767 | 2024-08-27T22:08:26.629Z | Downloaded paste v1.0.15 |
768 | 2024-08-27T22:08:26.629Z | Downloaded group v0.13.0 |
769 | 2024-08-27T22:08:26.632Z | Downloaded highway v1.2.0 |
770 | 2024-08-27T22:08:26.632Z | Downloaded signal-hook v0.3.17 |
771 | 2024-08-27T22:08:26.634Z | Downloaded globset v0.4.14 |
772 | 2024-08-27T22:08:26.637Z | Downloaded getrandom v0.2.14 |
773 | 2024-08-27T22:08:26.639Z | Downloaded stringprep v0.1.4 |
774 | 2024-08-27T22:08:26.642Z | Downloaded serde_repr v0.1.19 |
775 | 2024-08-27T22:08:26.642Z | Downloaded hickory-client v0.24.1 |
776 | 2024-08-27T22:08:26.653Z | Downloaded tracing v0.1.40 |
777 | 2024-08-27T22:08:26.653Z | Downloaded signal-hook-mio v0.2.4 |
778 | 2024-08-27T22:08:26.655Z | Downloaded which v4.4.2 |
779 | 2024-08-27T22:08:26.655Z | Downloaded der_derive v0.7.2 |
780 | 2024-08-27T22:08:26.655Z | Downloaded subtle v2.5.0 |
781 | 2024-08-27T22:08:26.658Z | Downloaded snafu-derive v0.8.2 |
782 | 2024-08-27T22:08:26.658Z | Downloaded similar v2.6.0 |
783 | 2024-08-27T22:08:26.663Z | Downloaded elliptic-curve v0.13.8 |
784 | 2024-08-27T22:08:26.673Z | Downloaded unicode-segmentation v1.11.0 |
785 | 2024-08-27T22:08:26.677Z | Downloaded hickory-server v0.24.1 |
786 | 2024-08-27T22:08:26.678Z | Downloaded parking_lot_core v0.8.6 |
787 | 2024-08-27T22:08:26.680Z | Downloaded rustls-pemfile v2.1.3 |
788 | 2024-08-27T22:08:26.682Z | Downloaded tungstenite v0.21.0 |
789 | 2024-08-27T22:08:26.685Z | Downloaded pin-project-lite v0.2.14 |
790 | 2024-08-27T22:08:26.690Z | Downloaded rustyline v14.0.0 |
791 | 2024-08-27T22:08:26.696Z | Downloaded string_cache v0.8.7 |
792 | 2024-08-27T22:08:26.698Z | Downloaded winnow v0.5.40 |
793 | 2024-08-27T22:08:26.706Z | Downloaded textwrap v0.16.1 |
794 | 2024-08-27T22:08:26.709Z | Downloaded tar v0.4.41 |
795 | 2024-08-27T22:08:26.712Z | Downloaded expectorate v1.1.0 |
796 | 2024-08-27T22:08:26.714Z | Downloaded zip v0.6.6 |
797 | 2024-08-27T22:08:26.718Z | Downloaded rayon-core v1.12.1 |
798 | 2024-08-27T22:08:26.722Z | Downloaded tokio-util v0.7.11 |
799 | 2024-08-27T22:08:26.729Z | Downloaded http v1.1.0 |
800 | 2024-08-27T22:08:26.733Z | Downloaded rsa v0.9.6 |
801 | 2024-08-27T22:08:26.739Z | Downloaded typed-path v0.7.1 |
802 | 2024-08-27T22:08:26.746Z | Downloaded bitvec v1.0.1 |
803 | 2024-08-27T22:08:26.763Z | Downloaded http v0.2.12 |
804 | 2024-08-27T22:08:26.766Z | Downloaded lalrpop v0.19.12 |
805 | 2024-08-27T22:08:26.778Z | Downloaded sqlparser v0.45.0 |
806 | 2024-08-27T22:08:26.785Z | Downloaded reqwest v0.11.27 |
807 | 2024-08-27T22:08:26.793Z | Downloaded tungstenite v0.23.0 |
808 | 2024-08-27T22:08:26.797Z | Downloaded quick-xml v0.31.0 |
809 | 2024-08-27T22:08:26.803Z | Downloaded unicode-normalization v0.1.23 |
810 | 2024-08-27T22:08:26.807Z | Downloaded futures-util v0.3.30 |
811 | 2024-08-27T22:08:26.820Z | Downloaded tough v0.17.1 |
812 | 2024-08-27T22:08:26.828Z | Downloaded idna v0.5.0 |
813 | 2024-08-27T22:08:26.836Z | Downloaded chrono v0.4.38 |
814 | 2024-08-27T22:08:26.844Z | Downloaded bindgen v0.69.4 |
815 | 2024-08-27T22:08:26.852Z | Downloaded aho-corasick v1.1.3 |
816 | 2024-08-27T22:08:26.858Z | Downloaded x509-cert v0.2.5 |
817 | 2024-08-27T22:08:26.864Z | Downloaded time v0.3.36 |
818 | 2024-08-27T22:08:26.872Z | Downloaded portable-atomic v1.6.0 |
819 | 2024-08-27T22:08:26.877Z | Downloaded idna v0.4.0 |
820 | 2024-08-27T22:08:26.884Z | Downloaded git2 v0.19.0 |
821 | 2024-08-27T22:08:26.893Z | Downloaded serde_with v3.9.0 |
822 | 2024-08-27T22:08:26.902Z | Downloaded reedline v0.33.0 |
823 | 2024-08-27T22:08:26.910Z | Downloaded object v0.32.2 |
824 | 2024-08-27T22:08:26.922Z | Downloaded proptest v1.5.0 |
825 | 2024-08-27T22:08:26.931Z | Downloaded rayon v1.10.0 |
826 | 2024-08-27T22:08:26.941Z | Downloaded nix v0.28.0 |
827 | 2024-08-27T22:08:26.954Z | Downloaded rustls-webpki v0.101.7 |
828 | 2024-08-27T22:08:26.970Z | Downloaded radix_trie v0.2.1 |
829 | 2024-08-27T22:08:26.975Z | Downloaded rustls-webpki v0.102.4 |
830 | 2024-08-27T22:08:26.994Z | Downloaded polar-core v0.27.3 |
831 | 2024-08-27T22:08:27.002Z | Downloaded regex-syntax v0.6.29 |
832 | 2024-08-27T22:08:27.011Z | Downloaded openapiv3 v2.0.0 |
833 | 2024-08-27T22:08:27.023Z | Downloaded bstr v1.9.1 |
834 | 2024-08-27T22:08:27.034Z | Downloaded webpki-roots v0.25.4 |
835 | 2024-08-27T22:08:27.039Z | Downloaded regex-syntax v0.8.4 |
836 | 2024-08-27T22:08:27.047Z | Downloaded dropshot v0.10.1 |
837 | 2024-08-27T22:08:27.058Z | Downloaded regex v1.10.6 |
838 | 2024-08-27T22:08:27.072Z | Downloaded smoltcp v0.11.0 |
839 | 2024-08-27T22:08:27.085Z | Downloaded rustls v0.21.12 |
840 | 2024-08-27T22:08:27.098Z | Downloaded regress v0.9.1 |
841 | 2024-08-27T22:08:27.107Z | Downloaded rustls v0.22.4 |
842 | 2024-08-27T22:08:27.121Z | Downloaded diesel v2.2.2 |
843 | 2024-08-27T22:08:27.142Z | Downloaded hickory-proto v0.24.1 |
844 | 2024-08-27T22:08:27.158Z | Downloaded ratatui v0.28.0 |
845 | 2024-08-27T22:08:27.179Z | Downloaded smoltcp v0.9.1 |
846 | 2024-08-27T22:08:27.191Z | Downloaded sled v0.34.7 |
847 | 2024-08-27T22:08:27.200Z | Downloaded zerocopy-derive v0.6.6 |
848 | 2024-08-27T22:08:27.211Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
849 | 2024-08-27T22:08:27.224Z | Downloaded hkdf v0.12.4 |
850 | 2024-08-27T22:08:27.226Z | Downloaded h2 v0.3.26 |
851 | 2024-08-27T22:08:27.233Z | Downloaded vcpkg v0.2.15 |
852 | 2024-08-27T22:08:27.274Z | Downloaded finl_unicode v1.2.0 |
853 | 2024-08-27T22:08:27.287Z | Downloaded regex-automata v0.4.6 |
854 | 2024-08-27T22:08:27.306Z | Downloaded sha3 v0.10.8 |
855 | 2024-08-27T22:08:27.310Z | Downloaded petgraph v0.6.5 |
856 | 2024-08-27T22:08:27.329Z | Downloaded csv v1.3.0 |
857 | 2024-08-27T22:08:27.350Z | Downloaded tokio v1.39.3 |
858 | 2024-08-27T22:08:27.389Z | Downloaded openssl v0.10.66 |
859 | 2024-08-27T22:08:27.398Z | Downloaded encoding_rs v0.8.34 |
860 | 2024-08-27T22:08:27.419Z | Downloaded curve25519-dalek v4.1.3 |
861 | 2024-08-27T22:08:27.428Z | Downloaded gimli v0.28.1 |
862 | 2024-08-27T22:08:27.437Z | Downloaded object v0.30.4 |
863 | 2024-08-27T22:08:27.447Z | Downloaded idna v0.3.0 |
864 | 2024-08-27T22:08:27.453Z | Downloaded rusqlite v0.31.0 |
865 | 2024-08-27T22:08:27.459Z | Downloaded nix v0.27.1 |
866 | 2024-08-27T22:08:27.470Z | Downloaded snafu v0.8.2 |
867 | 2024-08-27T22:08:27.476Z | Downloaded hashbrown v0.13.2 |
868 | 2024-08-27T22:08:27.480Z | Downloaded crossterm v0.28.1 |
869 | 2024-08-27T22:08:27.487Z | Downloaded postcard v1.0.8 |
870 | 2024-08-27T22:08:27.490Z | Downloaded packed_struct_codegen v0.10.1 |
871 | 2024-08-27T22:08:27.492Z | Downloaded unicode_categories v0.1.1 |
872 | 2024-08-27T22:08:27.495Z | Downloaded hashbrown v0.12.3 |
873 | 2024-08-27T22:08:27.497Z | Downloaded xattr v1.3.1 |
874 | 2024-08-27T22:08:27.501Z | Downloaded pin-project-internal v1.1.5 |
875 | 2024-08-27T22:08:27.503Z | Downloaded hmac v0.12.1 |
876 | 2024-08-27T22:08:27.503Z | Downloaded flate2 v1.0.31 |
877 | 2024-08-27T22:08:27.508Z | Downloaded itertools v0.13.0 |
878 | 2024-08-27T22:08:27.517Z | Downloaded shlex v1.3.0 |
879 | 2024-08-27T22:08:27.519Z | Downloaded dirs-next v2.0.0 |
880 | 2024-08-27T22:08:27.520Z | Downloaded spin v0.9.8 |
881 | 2024-08-27T22:08:27.520Z | Downloaded password-hash v0.5.0 |
882 | 2024-08-27T22:08:27.522Z | Downloaded steno v0.4.1 |
883 | 2024-08-27T22:08:27.525Z | Downloaded rustfmt-wrapper v0.2.1 |
884 | 2024-08-27T22:08:27.528Z | Downloaded foreign-types-shared v0.3.1 |
885 | 2024-08-27T22:08:27.528Z | Downloaded foreign-types-shared v0.1.1 |
886 | 2024-08-27T22:08:27.528Z | Downloaded foreign-types-macros v0.2.3 |
887 | 2024-08-27T22:08:27.531Z | Downloaded foreign-types v0.5.0 |
888 | 2024-08-27T22:08:27.531Z | Downloaded spin v0.5.2 |
889 | 2024-08-27T22:08:27.534Z | Downloaded test-strategy v0.3.1 |
890 | 2024-08-27T22:08:27.537Z | Downloaded slog v2.7.0 |
891 | 2024-08-27T22:08:27.539Z | Downloaded toml v0.7.8 |
892 | 2024-08-27T22:08:27.545Z | Downloaded aes v0.8.4 |
893 | 2024-08-27T22:08:27.549Z | Downloaded schemars_derive v0.8.21 |
894 | 2024-08-27T22:08:27.549Z | Downloaded rcgen v0.12.1 |
895 | 2024-08-27T22:08:27.553Z | Downloaded nom v7.1.3 |
896 | 2024-08-27T22:08:27.557Z | Downloaded ref-cast v1.0.23 |
897 | 2024-08-27T22:08:27.559Z | Downloaded pkcs5 v0.7.1 |
898 | 2024-08-27T22:08:27.559Z | Downloaded itertools v0.12.1 |
899 | 2024-08-27T22:08:27.567Z | Downloaded headers v0.3.9 |
900 | 2024-08-27T22:08:27.575Z | Downloaded funty v2.0.0 |
901 | 2024-08-27T22:08:27.577Z | Downloaded termios v0.3.3 |
902 | 2024-08-27T22:08:27.577Z | Downloaded serde_plain v1.0.2 |
903 | 2024-08-27T22:08:27.577Z | Downloaded deranged v0.3.11 |
904 | 2024-08-27T22:08:27.577Z | Downloaded ron v0.7.1 |
905 | 2024-08-27T22:08:27.583Z | Downloaded vergen v8.3.2 |
906 | 2024-08-27T22:08:27.586Z | Downloaded serde_yaml v0.9.34+deprecated |
907 | 2024-08-27T22:08:27.589Z | Downloaded scheduled-thread-pool v0.2.7 |
908 | 2024-08-27T22:08:27.593Z | Downloaded same-file v1.0.6 |
909 | 2024-08-27T22:08:27.593Z | Downloaded rusty-fork v0.3.0 |
910 | 2024-08-27T22:08:27.595Z | Downloaded ppv-lite86 v0.2.17 |
911 | 2024-08-27T22:08:27.596Z | Downloaded powerfmt v0.2.0 |
912 | 2024-08-27T22:08:27.596Z | Downloaded heapless v0.7.17 |
913 | 2024-08-27T22:08:27.598Z | Downloaded env_logger v0.10.2 |
914 | 2024-08-27T22:08:27.601Z | Downloaded walkdir v2.5.0 |
915 | 2024-08-27T22:08:27.604Z | Downloaded half v2.4.1 |
916 | 2024-08-27T22:08:27.606Z | Downloaded heapless v0.8.0 |
917 | 2024-08-27T22:08:27.609Z | Downloaded tinyvec_macros v0.1.1 |
918 | 2024-08-27T22:08:27.613Z | Downloaded fallible-streaming-iterator v0.1.9 |
919 | 2024-08-27T22:08:27.613Z | Downloaded vte v0.11.1 |
920 | 2024-08-27T22:08:27.618Z | Downloaded vsss-rs v3.3.4 |
921 | 2024-08-27T22:08:27.618Z | Downloaded mio v0.8.11 |
922 | 2024-08-27T22:08:27.621Z | Downloaded num-bigint-dig v0.8.4 |
923 | 2024-08-27T22:08:27.626Z | Downloaded wait-timeout v0.2.0 |
924 | 2024-08-27T22:08:27.629Z | Downloaded futures-channel v0.3.30 |
925 | 2024-08-27T22:08:27.632Z | Downloaded derive_builder v0.20.0 |
926 | 2024-08-27T22:08:27.634Z | Downloaded zerocopy v0.6.6 |
927 | 2024-08-27T22:08:27.637Z | Downloaded url v2.5.2 |
928 | 2024-08-27T22:08:27.640Z | Downloaded minimal-lexical v0.2.1 |
929 | 2024-08-27T22:08:27.645Z | Downloaded crypto-bigint v0.5.5 |
930 | 2024-08-27T22:08:27.656Z | Downloaded parking_lot v0.12.2 |
931 | 2024-08-27T22:08:27.691Z | Downloaded diesel_derives v2.2.2 |
932 | 2024-08-27T22:08:27.691Z | Downloaded strum_macros v0.26.4 |
933 | 2024-08-27T22:08:27.691Z | Downloaded uzers v0.11.3 |
934 | 2024-08-27T22:08:27.691Z | Downloaded rustls-pki-types v1.7.0 |
935 | 2024-08-27T22:08:27.691Z | Downloaded either v1.13.0 |
936 | 2024-08-27T22:08:27.691Z | Downloaded dyn-clone v1.0.17 |
937 | 2024-08-27T22:08:27.699Z | Downloaded universal-hash v0.5.1 |
938 | 2024-08-27T22:08:27.699Z | Downloaded fatfs v0.3.6 |
939 | 2024-08-27T22:08:27.699Z | Downloaded allocator-api2 v0.2.18 |
940 | 2024-08-27T22:08:27.699Z | Downloaded stable_deref_trait v1.2.0 |
941 | 2024-08-27T22:08:27.699Z | Downloaded r2d2 v0.8.10 |
942 | 2024-08-27T22:08:27.699Z | Downloaded poly1305 v0.8.0 |
943 | 2024-08-27T22:08:27.699Z | Downloaded parking_lot v0.11.2 |
944 | 2024-08-27T22:08:27.699Z | Downloaded cookie v0.18.1 |
945 | 2024-08-27T22:08:27.699Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
946 | 2024-08-27T22:08:27.742Z | Downloaded dropshot_endpoint v0.10.1 |
947 | 2024-08-27T22:08:27.746Z | Downloaded slog-envlogger v2.2.0 |
948 | 2024-08-27T22:08:27.746Z | Downloaded slog-dtrace v0.3.0 |
949 | 2024-08-27T22:08:27.748Z | Downloaded shell-words v1.1.0 |
950 | 2024-08-27T22:08:27.748Z | Downloaded sha1 v0.10.6 |
951 | 2024-08-27T22:08:27.748Z | Downloaded peg-runtime v0.8.3 |
952 | 2024-08-27T22:08:27.748Z | Downloaded ref-cast-impl v1.0.23 |
953 | 2024-08-27T22:08:27.752Z | Downloaded blake2 v0.10.6 |
954 | 2024-08-27T22:08:27.754Z | Downloaded resolv-conf v0.7.0 |
955 | 2024-08-27T22:08:27.754Z | Downloaded indexmap v1.9.3 |
956 | 2024-08-27T22:08:27.757Z | Downloaded ahash v0.8.11 |
957 | 2024-08-27T22:08:27.760Z | Downloaded crc-catalog v2.4.0 |
958 | 2024-08-27T22:08:27.763Z | Downloaded glob v0.3.1 |
959 | 2024-08-27T22:08:27.763Z | Downloaded defmt-parser v0.3.4 |
960 | 2024-08-27T22:08:27.763Z | Downloaded mockall_derive v0.13.0 |
961 | 2024-08-27T22:08:27.765Z | Downloaded fastrand v2.1.0 |
962 | 2024-08-27T22:08:27.765Z | Downloaded untrusted v0.7.1 |
963 | 2024-08-27T22:08:27.768Z | Downloaded thiserror-no-std v2.0.2 |
964 | 2024-08-27T22:08:27.771Z | Downloaded supports-color v3.0.0 |
965 | 2024-08-27T22:08:27.774Z | Downloaded bitflags v1.3.2 |
966 | 2024-08-27T22:08:27.776Z | Downloaded bit-vec v0.6.3 |
967 | 2024-08-27T22:08:27.776Z | Downloaded ascii v1.1.0 |
968 | 2024-08-27T22:08:27.779Z | Downloaded argon2 v0.5.3 |
969 | 2024-08-27T22:08:27.779Z | Downloaded convert_case v0.4.0 |
970 | 2024-08-27T22:08:27.781Z | Downloaded constant_time_eq v0.3.0 |
971 | 2024-08-27T22:08:27.781Z | Downloaded cassowary v0.3.0 |
972 | 2024-08-27T22:08:27.785Z | Downloaded structmeta v0.3.0 |
973 | 2024-08-27T22:08:27.785Z | Downloaded structmeta v0.2.0 |
974 | 2024-08-27T22:08:27.787Z | Downloaded slog-stdlog v4.1.1 |
975 | 2024-08-27T22:08:27.787Z | Downloaded maplit v1.0.2 |
976 | 2024-08-27T22:08:27.787Z | Downloaded libloading v0.8.3 |
977 | 2024-08-27T22:08:27.791Z | Downloaded impl-trait-for-tuples v0.2.2 |
978 | 2024-08-27T22:08:27.793Z | Downloaded lock_api v0.4.12 |
979 | 2024-08-27T22:08:27.793Z | Downloaded olpc-cjson v0.1.3 |
980 | 2024-08-27T22:08:27.793Z | Downloaded darling_core v0.20.9 |
981 | 2024-08-27T22:08:27.798Z | Downloaded crc-any v2.5.0 |
982 | 2024-08-27T22:08:27.801Z | Downloaded const_format_proc_macros v0.2.32 |
983 | 2024-08-27T22:08:27.803Z | Downloaded cobs v0.2.3 |
984 | 2024-08-27T22:08:27.806Z | Downloaded buf-list v1.0.3 |
985 | 2024-08-27T22:08:27.808Z | Downloaded libefi-sys v0.1.0 |
986 | 2024-08-27T22:08:27.808Z | Downloaded cbc v0.1.2 |
987 | 2024-08-27T22:08:27.812Z | Downloaded async-recursion v1.1.1 |
988 | 2024-08-27T22:08:27.815Z | Downloaded inout v0.1.3 |
989 | 2024-08-27T22:08:27.815Z | Downloaded nibble_vec v0.1.0 |
990 | 2024-08-27T22:08:27.823Z | Downloaded mime v0.3.17 |
991 | 2024-08-27T22:08:27.823Z | Downloaded bitfield-struct v0.6.1 |
992 | 2024-08-27T22:08:27.823Z | Downloaded assert_matches v1.5.0 |
993 | 2024-08-27T22:08:27.823Z | Downloaded adler v1.0.2 |
994 | 2024-08-27T22:08:27.823Z | Downloaded arrayref v0.3.7 |
995 | 2024-08-27T22:08:27.826Z | Downloaded miniz_oxide v0.7.2 |
996 | 2024-08-27T22:08:27.826Z | Downloaded crossbeam-epoch v0.9.18 |
997 | 2024-08-27T22:08:27.828Z | Downloaded console v0.15.8 |
998 | 2024-08-27T22:08:27.831Z | Downloaded async-bb8-diesel v0.2.1 |
999 | 2024-08-27T22:08:27.833Z | Downloaded cookie_store v0.20.0 |
1000 | 2024-08-27T22:08:27.837Z | Downloaded keccak v0.1.5 |
1001 | 2024-08-27T22:08:27.837Z | Downloaded ipnetwork v0.20.0 |
1002 | 2024-08-27T22:08:27.839Z | Downloaded csv-core v0.1.11 |
1003 | 2024-08-27T22:08:27.840Z | Downloaded darling_macro v0.20.9 |
1004 | 2024-08-27T22:08:27.840Z | Downloaded ipnet v2.9.0 |
1005 | 2024-08-27T22:08:27.842Z | Downloaded async-trait v0.1.81 |
1006 | 2024-08-27T22:08:27.846Z | Downloaded hyper-staticfile v0.9.5 |
1007 | 2024-08-27T22:08:27.848Z | Downloaded mockall v0.13.0 |
1008 | 2024-08-27T22:08:27.848Z | Downloaded httpdate v1.0.3 |
1009 | 2024-08-27T22:08:27.848Z | Downloaded data-encoding v2.6.0 |
1010 | 2024-08-27T22:08:27.851Z | Downloaded aead v0.5.2 |
1011 | 2024-08-27T22:08:27.851Z | Downloaded hubpack v0.1.2 |
1012 | 2024-08-27T22:08:27.853Z | Downloaded managed v0.8.0 |
1013 | 2024-08-27T22:08:27.853Z | Downloaded lazy_static v1.5.0 |
1014 | 2024-08-27T22:08:27.856Z | Downloaded indent_write v2.2.0 |
1015 | 2024-08-27T22:08:27.856Z | Downloaded atomic-waker v1.1.2 |
1016 | 2024-08-27T22:08:27.859Z | Downloaded ident_case v1.0.1 |
1017 | 2024-08-27T22:08:27.859Z | Downloaded bb8 v0.8.5 |
1018 | 2024-08-27T22:08:28.316Z | Downloaded libz-sys v1.1.16 |
1019 | 2024-08-27T22:08:28.419Z | Downloaded ring v0.17.8 |
1020 | 2024-08-27T22:08:28.582Z | Downloaded libsqlite3-sys v0.28.0 |
1021 | 2024-08-27T22:08:28.659Z | Downloaded ring v0.16.20 |
1022 | 2024-08-27T22:08:28.827Z | Compiling cfg-if v1.0.0 |
1023 | 2024-08-27T22:08:28.827Z | Compiling serde v1.0.208 |
1024 | 2024-08-27T22:08:28.830Z | Compiling typenum v1.17.0 |
1025 | 2024-08-27T22:08:28.830Z | Compiling lock_api v0.4.12 |
1026 | 2024-08-27T22:08:28.974Z | Compiling generic-array v0.14.7 |
1027 | 2024-08-27T22:08:29.018Z | Compiling syn v2.0.74 |
1028 | 2024-08-27T22:08:29.022Z | Compiling scopeguard v1.2.0 |
1029 | 2024-08-27T22:08:29.022Z | Compiling log v0.4.21 |
1030 | 2024-08-27T22:08:29.070Z | Compiling getrandom v0.2.14 |
1031 | 2024-08-27T22:08:29.187Z | Compiling jobserver v0.1.32 |
1032 | 2024-08-27T22:08:29.311Z | Compiling rand_core v0.6.4 |
1033 | 2024-08-27T22:08:29.466Z | Compiling subtle v2.5.0 |
1034 | 2024-08-27T22:08:29.504Z | Compiling const-oid v0.9.6 |
1035 | 2024-08-27T22:08:29.549Z | Compiling cc v1.0.97 |
1036 | 2024-08-27T22:08:29.795Z | Compiling smallvec v1.13.2 |
1037 | 2024-08-27T22:08:29.814Z | Compiling pin-project-lite v0.2.14 |
1038 | 2024-08-27T22:08:29.897Z | Compiling parking_lot_core v0.9.10 |
1039 | 2024-08-27T22:08:29.927Z | Compiling signal-hook-registry v1.4.2 |
1040 | 2024-08-27T22:08:30.111Z | Compiling spin v0.9.8 |
1041 | 2024-08-27T22:08:30.196Z | Compiling mio v1.0.2 |
1042 | 2024-08-27T22:08:30.595Z | Compiling ahash v0.8.11 |
1043 | 2024-08-27T22:08:30.850Z | Compiling tinyvec_macros v0.1.1 |
1044 | 2024-08-27T22:08:30.943Z | Compiling parking_lot v0.12.2 |
1045 | 2024-08-27T22:08:31.021Z | Compiling tinyvec v1.6.0 |
1046 | 2024-08-27T22:08:31.266Z | Compiling socket2 v0.5.7 |
1047 | 2024-08-27T22:08:31.624Z | Compiling serde_json v1.0.125 |
1048 | 2024-08-27T22:08:31.683Z | Compiling futures-sink v0.3.30 |
1049 | 2024-08-27T22:08:31.734Z | Compiling libm v0.2.8 |
1050 | 2024-08-27T22:08:31.846Z | Compiling cpufeatures v0.2.12 |
1051 | 2024-08-27T22:08:31.904Z | Compiling futures-core v0.3.30 |
1052 | 2024-08-27T22:08:31.945Z | Compiling num-traits v0.2.19 |
1053 | 2024-08-27T22:08:32.009Z | Compiling slab v0.4.9 |
1054 | 2024-08-27T22:08:32.097Z | Compiling unicode-bidi v0.3.15 |
1055 | 2024-08-27T22:08:32.141Z | Compiling allocator-api2 v0.2.18 |
1056 | 2024-08-27T22:08:32.499Z | Compiling unicode-normalization v0.1.23 |
1057 | 2024-08-27T22:08:32.569Z | Compiling futures-channel v0.3.30 |
1058 | 2024-08-27T22:08:32.763Z | Compiling futures-task v0.3.30 |
1059 | 2024-08-27T22:08:32.929Z | Compiling pkg-config v0.3.30 |
1060 | 2024-08-27T22:08:32.979Z | Compiling pin-utils v0.1.0 |
1061 | 2024-08-27T22:08:33.062Z | Compiling vcpkg v0.2.15 |
1062 | 2024-08-27T22:08:33.080Z | Compiling futures-io v0.3.30 |
1063 | 2024-08-27T22:08:33.581Z | Compiling base64ct v1.6.0 |
1064 | 2024-08-27T22:08:33.638Z | Compiling ppv-lite86 v0.2.17 |
1065 | 2024-08-27T22:08:33.687Z | Compiling percent-encoding v2.3.1 |
1066 | 2024-08-27T22:08:33.789Z | Compiling ring v0.17.8 |
1067 | 2024-08-27T22:08:34.053Z | Compiling pem-rfc7468 v0.7.0 |
1068 | 2024-08-27T22:08:34.166Z | Compiling flagset v0.4.5 |
1069 | 2024-08-27T22:08:34.420Z | Compiling rand_chacha v0.3.1 |
1070 | 2024-08-27T22:08:34.441Z | Compiling tracing-core v0.1.32 |
1071 | 2024-08-27T22:08:34.497Z | Compiling rustix v0.38.34 |
1072 | 2024-08-27T22:08:34.817Z | Compiling untrusted v0.9.0 |
1073 | 2024-08-27T22:08:34.994Z | Compiling rand v0.8.5 |
1074 | 2024-08-27T22:08:35.232Z | Compiling openssl-sys v0.9.103 |
1075 | 2024-08-27T22:08:35.486Z | Compiling time-core v0.1.2 |
1076 | 2024-08-27T22:08:35.579Z | Compiling powerfmt v0.2.0 |
1077 | 2024-08-27T22:08:35.657Z | Compiling rustversion v1.0.17 |
1078 | 2024-08-27T22:08:35.797Z | Compiling num-conv v0.1.0 |
1079 | 2024-08-27T22:08:35.964Z | Compiling httparse v1.8.0 |
1080 | 2024-08-27T22:08:36.065Z | Compiling openssl v0.10.66 |
1081 | 2024-08-27T22:08:36.334Z | Compiling foreign-types-shared v0.1.1 |
1082 | 2024-08-27T22:08:36.433Z | Compiling foreign-types v0.3.2 |
1083 | 2024-08-27T22:08:36.452Z | Compiling time-macros v0.2.18 |
1084 | 2024-08-27T22:08:36.493Z | Compiling deranged v0.3.11 |
1085 | 2024-08-27T22:08:36.519Z | Compiling form_urlencoded v1.2.1 |
1086 | 2024-08-27T22:08:36.746Z | Compiling aho-corasick v1.1.3 |
1087 | 2024-08-27T22:08:36.810Z | Compiling regex-syntax v0.8.4 |
1088 | 2024-08-27T22:08:36.859Z | Compiling syn v1.0.109 |
1089 | 2024-08-27T22:08:37.448Z | Compiling rustls v0.21.12 |
1090 | 2024-08-27T22:08:37.673Z | Compiling try-lock v0.2.5 |
1091 | 2024-08-27T22:08:37.715Z | Compiling siphasher v0.3.11 |
1092 | 2024-08-27T22:08:37.824Z | Compiling crossbeam-utils v0.8.19 |
1093 | 2024-08-27T22:08:38.071Z | Compiling native-tls v0.2.11 |
1094 | 2024-08-27T22:08:38.362Z | Compiling num_threads v0.1.7 |
1095 | 2024-08-27T22:08:38.414Z | Compiling want v0.3.1 |
1096 | 2024-08-27T22:08:38.680Z | Compiling idna v0.5.0 |
1097 | 2024-08-27T22:08:39.159Z | Compiling cookie v0.17.0 |
1098 | 2024-08-27T22:08:39.429Z | Compiling adler v1.0.2 |
1099 | 2024-08-27T22:08:39.588Z | Compiling time v0.3.36 |
1100 | 2024-08-27T22:08:39.631Z | Compiling httpdate v1.0.3 |
1101 | 2024-08-27T22:08:39.815Z | Compiling iana-time-zone v0.1.60 |
1102 | 2024-08-27T22:08:40.105Z | Compiling regex-automata v0.4.6 |
1103 | 2024-08-27T22:08:40.184Z | Compiling finl_unicode v1.2.0 |
1104 | 2024-08-27T22:08:40.234Z | Compiling openssl-probe v0.1.5 |
1105 | 2024-08-27T22:08:40.595Z | Compiling slog v2.7.0 |
1106 | 2024-08-27T22:08:40.757Z | Compiling tower-service v0.3.2 |
1107 | 2024-08-27T22:08:40.880Z | Compiling stringprep v0.1.4 |
1108 | 2024-08-27T22:08:41.219Z | Compiling miniz_oxide v0.7.2 |
1109 | 2024-08-27T22:08:42.003Z | Compiling url v2.5.2 |
1110 | 2024-08-27T22:08:43.091Z | Compiling rustls-webpki v0.101.7 |
1111 | 2024-08-27T22:08:43.266Z | Compiling serde_derive v1.0.208 |
1112 | 2024-08-27T22:08:43.879Z | Compiling zeroize_derive v1.4.2 |
1113 | 2024-08-27T22:08:43.992Z | Compiling zerocopy-derive v0.7.34 |
1114 | 2024-08-27T22:08:44.767Z | Compiling tokio-macros v2.4.0 |
1115 | 2024-08-27T22:08:44.852Z | Compiling thiserror-impl v1.0.63 |
1116 | 2024-08-27T22:08:45.010Z | Compiling futures-macro v0.3.30 |
1117 | 2024-08-27T22:08:45.482Z | Compiling zeroize v1.7.0 |
1118 | 2024-08-27T22:08:46.292Z | Compiling zerocopy v0.7.34 |
1119 | 2024-08-27T22:08:46.446Z | Compiling der_derive v0.7.2 |
1120 | 2024-08-27T22:08:47.008Z | Compiling futures-util v0.3.30 |
1121 | 2024-08-27T22:08:47.307Z | Compiling crypto-common v0.1.6 |
1122 | 2024-08-27T22:08:47.541Z | Compiling block-buffer v0.10.4 |
1123 | 2024-08-27T22:08:47.786Z | Compiling digest v0.10.7 |
1124 | 2024-08-27T22:08:48.109Z | Compiling block-padding v0.3.3 |
1125 | 2024-08-27T22:08:48.247Z | Compiling hmac v0.12.1 |
1126 | 2024-08-27T22:08:48.352Z | Compiling inout v0.1.3 |
1127 | 2024-08-27T22:08:48.497Z | Compiling hashbrown v0.14.5 |
1128 | 2024-08-27T22:08:48.515Z | Compiling thiserror v1.0.63 |
1129 | 2024-08-27T22:08:48.608Z | Compiling cipher v0.4.4 |
1130 | 2024-08-27T22:08:48.655Z | Compiling sha2 v0.10.8 |
1131 | 2024-08-27T22:08:48.966Z | Compiling pest v2.7.10 |
1132 | 2024-08-27T22:08:49.108Z | Compiling salsa20 v0.10.2 |
1133 | 2024-08-27T22:08:49.318Z | Compiling der v0.7.9 |
1134 | 2024-08-27T22:08:49.834Z | Compiling pbkdf2 v0.12.2 |
1135 | 2024-08-27T22:08:50.009Z | Compiling tracing-attributes v0.1.27 |
1136 | 2024-08-27T22:08:52.005Z | Compiling pest_meta v2.7.10 |
1137 | 2024-08-27T22:08:52.284Z | Compiling scroll_derive v0.12.0 |
1138 | 2024-08-27T22:08:52.653Z | Compiling spki v0.7.3 |
1139 | 2024-08-27T22:08:52.692Z | Compiling scrypt v0.11.0 |
1140 | 2024-08-27T22:08:53.024Z | Compiling cbc v0.1.2 |
1141 | 2024-08-27T22:08:53.049Z | Compiling aes v0.8.4 |
1142 | 2024-08-27T22:08:53.242Z | Compiling pest_generator v2.7.10 |
1143 | 2024-08-27T22:08:53.267Z | Compiling openssl-macros v0.1.1 |
1144 | 2024-08-27T22:08:53.765Z | Compiling scroll v0.12.0 |
1145 | 2024-08-27T22:08:53.883Z | Compiling tracing v0.1.40 |
1146 | 2024-08-27T22:08:54.009Z | Compiling pkcs5 v0.7.1 |
1147 | 2024-08-27T22:08:54.274Z | Compiling goblin v0.8.2 |
1148 | 2024-08-27T22:08:54.388Z | Compiling sct v0.7.1 |
1149 | 2024-08-27T22:08:54.704Z | Compiling pkcs8 v0.10.2 |
1150 | 2024-08-27T22:08:55.287Z | Compiling md-5 v0.10.6 |
1151 | 2024-08-27T22:08:55.424Z | Compiling num-integer v0.1.46 |
1152 | 2024-08-27T22:08:55.584Z | Compiling backtrace v0.3.71 |
1153 | 2024-08-27T22:08:55.869Z | Compiling idna v0.3.0 |
1154 | 2024-08-27T22:08:56.090Z | Compiling lazy_static v1.5.0 |
1155 | 2024-08-27T22:08:56.176Z | Compiling hash32 v0.2.1 |
1156 | 2024-08-27T22:08:56.211Z | Compiling signal-hook v0.3.17 |
1157 | 2024-08-27T22:08:56.271Z | Compiling smoltcp v0.9.1 |
1158 | 2024-08-27T22:08:56.492Z | Compiling gimli v0.28.1 |
1159 | 2024-08-27T22:08:56.524Z | Compiling base64 v0.22.1 |
1160 | 2024-08-27T22:08:56.944Z | Compiling pest_derive v2.7.10 |
1161 | 2024-08-27T22:08:57.018Z | Compiling crc32fast v1.4.0 |
1162 | 2024-08-27T22:08:57.279Z | Compiling bytes v1.7.1 |
1163 | 2024-08-27T22:08:57.429Z | Compiling bitflags v2.6.0 |
1164 | 2024-08-27T22:08:57.645Z | Compiling indexmap v2.4.0 |
1165 | 2024-08-27T22:08:57.713Z | Compiling semver v1.0.23 |
1166 | 2024-08-27T22:08:58.450Z | Compiling tokio v1.39.3 |
1167 | 2024-08-27T22:08:58.548Z | Compiling http v0.2.12 |
1168 | 2024-08-27T22:08:59.043Z | Compiling rustc_version v0.4.0 |
1169 | 2024-08-27T22:08:59.806Z | Compiling heapless v0.7.17 |
1170 | 2024-08-27T22:09:00.263Z | Compiling http-body v0.4.6 |
1171 | 2024-08-27T22:09:00.677Z | Compiling dof v0.3.0 |
1172 | 2024-08-27T22:09:00.830Z | Compiling dtrace-parser v0.2.0 |
1173 | 2024-08-27T22:09:01.005Z | Compiling uuid v1.10.0 |
1174 | 2024-08-27T22:09:01.455Z | Compiling usdt-impl v0.5.0 |
1175 | 2024-08-27T22:09:02.493Z | Compiling chrono v0.4.38 |
1176 | 2024-08-27T22:09:02.732Z | Compiling serde_spanned v0.6.7 |
1177 | 2024-08-27T22:09:02.905Z | Compiling toml_datetime v0.6.8 |
1178 | 2024-08-27T22:09:02.963Z | Compiling serde_tokenstream v0.2.2 |
1179 | 2024-08-27T22:09:03.021Z | Compiling num-bigint-dig v0.8.4 |
1180 | 2024-08-27T22:09:03.326Z | Compiling fallible-iterator v0.2.0 |
1181 | 2024-08-27T22:09:03.421Z | Compiling stable_deref_trait v1.2.0 |
1182 | 2024-08-27T22:09:03.527Z | Compiling cfg_aliases v0.1.1 |
1183 | 2024-08-27T22:09:03.545Z | Compiling psl-types v2.0.11 |
1184 | 2024-08-27T22:09:03.629Z | Compiling nix v0.28.0 |
1185 | 2024-08-27T22:09:03.736Z | Compiling publicsuffix v2.2.3 |
1186 | 2024-08-27T22:09:03.987Z | Compiling postgres-protocol v0.6.7 |
1187 | 2024-08-27T22:09:04.064Z | Compiling addr2line v0.21.0 |
1188 | 2024-08-27T22:09:04.449Z | Compiling terminal_size v0.3.0 |
1189 | 2024-08-27T22:09:04.682Z | Compiling hubpack_derive v0.1.1 |
1190 | 2024-08-27T22:09:04.719Z | Compiling num-iter v0.1.45 |
1191 | 2024-08-27T22:09:04.740Z | Compiling async-trait v0.1.81 |
1192 | 2024-08-27T22:09:04.898Z | Compiling zerocopy-derive v0.6.6 |
1193 | 2024-08-27T22:09:05.586Z | Compiling phf_shared v0.11.2 |
1194 | 2024-08-27T22:09:05.965Z | Compiling serde_derive_internals v0.29.1 |
1195 | 2024-08-27T22:09:06.133Z | Compiling ff v0.13.0 |
1196 | 2024-08-27T22:09:06.151Z | Compiling object v0.32.2 |
1197 | 2024-08-27T22:09:06.242Z | Compiling fs-err v2.11.0 |
1198 | 2024-08-27T22:09:06.353Z | Compiling managed v0.8.0 |
1199 | 2024-08-27T22:09:06.532Z | Compiling tokio-util v0.7.11 |
1200 | 2024-08-27T22:09:07.058Z | Compiling tokio-rustls v0.24.1 |
1201 | 2024-08-27T22:09:07.360Z | Compiling tokio-native-tls v0.3.1 |
1202 | 2024-08-27T22:09:07.454Z | Compiling h2 v0.3.26 |
1203 | 2024-08-27T22:09:07.532Z | Compiling schemars v0.8.21 |
1204 | 2024-08-27T22:09:07.617Z | Compiling base64 v0.21.7 |
1205 | 2024-08-27T22:09:07.888Z | Compiling ipnet v2.9.0 |
1206 | 2024-08-27T22:09:07.891Z | Compiling winnow v0.5.40 |
1207 | 2024-08-27T22:09:08.359Z | Compiling either v1.13.0 |
1208 | 2024-08-27T22:09:08.685Z | Compiling anyhow v1.0.86 |
1209 | 2024-08-27T22:09:08.772Z | Compiling bitflags v1.3.2 |
1210 | 2024-08-27T22:09:08.879Z | Compiling base16ct v0.2.0 |
1211 | 2024-08-27T22:09:09.086Z | Compiling rustc-demangle v0.1.24 |
1212 | 2024-08-27T22:09:09.197Z | Compiling sec1 v0.7.3 |
1213 | 2024-08-27T22:09:09.214Z | Compiling clap_builder v4.5.15 |
1214 | 2024-08-27T22:09:09.750Z | Compiling schemars_derive v0.8.21 |
1215 | 2024-08-27T22:09:10.067Z | Compiling rustls-pemfile v1.0.4 |
1216 | 2024-08-27T22:09:10.581Z | Compiling zerocopy v0.6.6 |
1217 | 2024-08-27T22:09:11.448Z | Compiling toml_edit v0.19.15 |
1218 | 2024-08-27T22:09:11.772Z | Compiling group v0.13.0 |
1219 | 2024-08-27T22:09:11.792Z | Compiling phf v0.11.2 |
1220 | 2024-08-27T22:09:12.068Z | Compiling cookie_store v0.20.0 |
1221 | 2024-08-27T22:09:12.092Z | Compiling hubpack v0.1.2 |
1222 | 2024-08-27T22:09:13.426Z | Compiling postgres-types v0.2.7 |
1223 | 2024-08-27T22:09:13.868Z | Compiling usdt-attr-macro v0.5.0 |
1224 | 2024-08-27T22:09:14.337Z | Compiling hyper v0.14.30 |
1225 | 2024-08-27T22:09:14.891Z | Compiling usdt-macro v0.5.0 |
1226 | 2024-08-27T22:09:15.561Z | Compiling serde_urlencoded v0.7.1 |
1227 | 2024-08-27T22:09:16.099Z | Compiling pkcs1 v0.7.5 |
1228 | 2024-08-27T22:09:16.365Z | Compiling futures-executor v0.3.30 |
1229 | 2024-08-27T22:09:16.612Z | Compiling hkdf v0.12.4 |
1230 | 2024-08-27T22:09:16.872Z | Compiling signature v2.2.0 |
1231 | 2024-08-27T22:09:16.912Z | Compiling crypto-bigint v0.5.5 |
1232 | 2024-08-27T22:09:17.082Z | Compiling regex v1.10.6 |
1233 | 2024-08-27T22:09:17.151Z | Compiling bstr v1.9.1 |
1234 | 2024-08-27T22:09:17.916Z | Compiling serde_repr v0.1.19 |
1235 | 2024-08-27T22:09:18.217Z | Compiling clap_derive v4.5.13 |
1236 | 2024-08-27T22:09:18.360Z | Compiling strum_macros v0.25.3 |
1237 | 2024-08-27T22:09:18.910Z | Compiling enum-as-inner v0.6.0 |
1238 | 2024-08-27T22:09:19.121Z | Compiling phf_shared v0.10.0 |
1239 | 2024-08-27T22:09:19.128Z | Compiling float-cmp v0.9.0 |
1240 | 2024-08-27T22:09:19.336Z | Compiling idna v0.4.0 |
1241 | 2024-08-27T22:09:19.486Z | Compiling mio v0.8.11 |
1242 | 2024-08-27T22:09:20.001Z | Compiling encoding_rs v0.8.34 |
1243 | 2024-08-27T22:09:20.790Z | Compiling whoami v1.5.1 |
1244 | 2024-08-27T22:09:20.932Z | Compiling unicode-segmentation v1.11.0 |
1245 | 2024-08-27T22:09:21.400Z | Compiling hyper-tls v0.5.0 |
1246 | 2024-08-27T22:09:21.770Z | Compiling hyper-rustls v0.24.2 |
1247 | 2024-08-27T22:09:21.790Z | Compiling minimal-lexical v0.2.1 |
1248 | 2024-08-27T22:09:22.137Z | Compiling normalize-line-endings v0.3.0 |
1249 | 2024-08-27T22:09:22.261Z | Compiling sync_wrapper v0.1.2 |
1250 | 2024-08-27T22:09:22.308Z | Compiling data-encoding v2.6.0 |
1251 | 2024-08-27T22:09:22.395Z | Compiling static_assertions v1.1.0 |
1252 | 2024-08-27T22:09:22.454Z | Compiling bit-vec v0.6.3 |
1253 | 2024-08-27T22:09:22.496Z | Compiling webpki-roots v0.25.4 |
1254 | 2024-08-27T22:09:22.657Z | Compiling mime v0.3.17 |
1255 | 2024-08-27T22:09:22.801Z | Compiling new_debug_unreachable v1.0.6 |
1256 | 2024-08-27T22:09:22.896Z | Compiling difflib v0.4.0 |
1257 | 2024-08-27T22:09:22.915Z | Compiling precomputed-hash v0.1.1 |
1258 | 2024-08-27T22:09:23.027Z | Compiling fixedbitset v0.4.2 |
1259 | 2024-08-27T22:09:23.231Z | Compiling predicates-core v1.0.6 |
1260 | 2024-08-27T22:09:23.251Z | Compiling dyn-clone v1.0.17 |
1261 | 2024-08-27T22:09:23.464Z | Compiling predicates v3.1.2 |
1262 | 2024-08-27T22:09:23.586Z | Compiling petgraph v0.6.5 |
1263 | 2024-08-27T22:09:24.309Z | Compiling clap v4.5.16 |
1264 | 2024-08-27T22:09:24.365Z | Compiling string_cache v0.8.7 |
1265 | 2024-08-27T22:09:24.425Z | Compiling hickory-proto v0.24.1 |
1266 | 2024-08-27T22:09:24.444Z | Compiling reqwest v0.11.27 |
1267 | 2024-08-27T22:09:24.636Z | Compiling bit-set v0.5.3 |
1268 | 2024-08-27T22:09:24.817Z | Compiling toml_edit v0.22.20 |
1269 | 2024-08-27T22:09:24.916Z | Compiling console v0.15.8 |
1270 | 2024-08-27T22:09:25.170Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1271 | 2024-08-27T22:09:26.458Z | Compiling nom v7.1.3 |
1272 | 2024-08-27T22:09:27.199Z | Compiling similar v2.6.0 |
1273 | 2024-08-27T22:09:27.290Z | Compiling tokio-postgres v0.7.11 |
1274 | 2024-08-27T22:09:27.577Z | Compiling usdt v0.5.0 |
1275 | 2024-08-27T22:09:28.077Z | Compiling signal-hook-mio v0.2.4 |
1276 | 2024-08-27T22:09:28.256Z | Compiling elliptic-curve v0.13.8 |
1277 | 2024-08-27T22:09:29.094Z | Compiling rsa v0.9.6 |
1278 | 2024-08-27T22:09:29.577Z | Compiling futures v0.3.30 |
1279 | 2024-08-27T22:09:30.081Z | Compiling toml v0.7.8 |
1280 | 2024-08-27T22:09:31.788Z | Compiling flate2 v1.0.31 |
1281 | 2024-08-27T22:09:32.756Z | Compiling itertools v0.10.5 |
1282 | 2024-08-27T22:09:32.889Z | Compiling itertools v0.12.1 |
1283 | 2024-08-27T22:09:33.136Z | Compiling tokio-stream v0.1.15 |
1284 | 2024-08-27T22:09:33.155Z | Compiling openapiv3 v2.0.0 |
1285 | 2024-08-27T22:09:33.799Z | Compiling hex v0.4.3 |
1286 | 2024-08-27T22:09:34.097Z | Compiling sha1 v0.10.6 |
1287 | 2024-08-27T22:09:34.433Z | Compiling crossbeam-epoch v0.9.18 |
1288 | 2024-08-27T22:09:34.494Z | Compiling dirs-sys-next v0.1.2 |
1289 | 2024-08-27T22:09:34.512Z | Compiling unicode-xid v0.2.4 |
1290 | 2024-08-27T22:09:34.689Z | Compiling peg-runtime v0.8.3 |
1291 | 2024-08-27T22:09:35.152Z | Compiling lalrpop-util v0.19.12 |
1292 | 2024-08-27T22:09:35.173Z | Compiling dirs-next v2.0.0 |
1293 | 2024-08-27T22:09:35.367Z | Compiling thread_local v1.1.8 |
1294 | 2024-08-27T22:09:35.386Z | Compiling slog-async v2.8.0 |
1295 | 2024-08-27T22:09:35.500Z | Compiling term v0.7.0 |
1296 | 2024-08-27T22:09:35.502Z | Compiling xattr v1.3.1 |
1297 | 2024-08-27T22:09:35.779Z | Compiling crossbeam-channel v0.5.12 |
1298 | 2024-08-27T22:09:35.938Z | Compiling strum_macros v0.26.4 |
1299 | 2024-08-27T22:09:35.985Z | Compiling filetime v0.2.24 |
1300 | 2024-08-27T22:09:36.013Z | Compiling is-terminal v0.4.12 |
1301 | 2024-08-27T22:09:36.136Z | Compiling take_mut v0.2.2 |
1302 | 2024-08-27T22:09:36.279Z | Compiling tar v0.4.41 |
1303 | 2024-08-27T22:09:36.297Z | Compiling slog-term v2.9.1 |
1304 | 2024-08-27T22:09:36.999Z | Compiling camino v1.1.9 |
1305 | 2024-08-27T22:09:38.448Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1306 | 2024-08-27T22:09:38.924Z | Compiling strum v0.26.3 |
1307 | 2024-08-27T22:09:39.001Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1308 | 2024-08-27T22:09:44.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1309 | 2024-08-27T22:09:44.401Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1310 | 2024-08-27T22:09:44.445Z | Aug 27 22:09:42.951 INFO Starting download, target: Cockroach |
1311 | 2024-08-27T22:09:44.445Z | Aug 27 22:09:42.951 INFO Starting download, target: Clickhouse |
1312 | 2024-08-27T22:09:44.448Z | Aug 27 22:09:42.951 INFO Starting download, target: Console |
1313 | 2024-08-27T22:09:44.448Z | Aug 27 22:09:42.951 INFO Starting download, target: DendriteOpenapi |
1314 | 2024-08-27T22:09:44.448Z | Aug 27 22:09:42.951 INFO Starting download, target: DendriteStub |
1315 | 2024-08-27T22:09:44.448Z | Aug 27 22:09:42.951 INFO Starting download, target: MaghemiteMgd |
1316 | 2024-08-27T22:09:44.448Z | Aug 27 22:09:42.951 INFO Starting download, target: TransceiverControl |
1317 | 2024-08-27T22:09:44.448Z | Aug 27 22:09:42.952 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1318 | 2024-08-27T22:09:44.448Z | Aug 27 22:09:42.952 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1319 | 2024-08-27T22:09:44.448Z | Aug 27 22:09:42.952 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1320 | 2024-08-27T22:09:44.448Z | Aug 27 22:09:42.952 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1321 | 2024-08-27T22:09:44.448Z | Aug 27 22:09:42.952 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1322 | 2024-08-27T22:09:44.448Z | Aug 27 22:09:42.952 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1323 | 2024-08-27T22:09:44.448Z | Aug 27 22:09:42.952 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1324 | 2024-08-27T22:09:44.698Z | Aug 27 22:09:43.185 INFO Download complete, target: DendriteOpenapi |
1325 | 2024-08-27T22:09:44.822Z | Aug 27 22:09:43.328 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1326 | 2024-08-27T22:09:44.968Z | Aug 27 22:09:43.472 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1327 | 2024-08-27T22:09:45.164Z | Aug 27 22:09:43.671 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1328 | 2024-08-27T22:09:45.213Z | Aug 27 22:09:43.720 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1329 | 2024-08-27T22:09:45.392Z | Aug 27 22:09:43.898 INFO Download complete, target: Console |
1330 | 2024-08-27T22:09:45.632Z | Aug 27 22:09:44.138 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1331 | 2024-08-27T22:09:45.632Z | Aug 27 22:09:44.138 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1332 | 2024-08-27T22:09:45.657Z | Aug 27 22:09:44.163 INFO Download complete, target: TransceiverControl |
1333 | 2024-08-27T22:09:46.435Z | Aug 27 22:09:44.939 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1334 | 2024-08-27T22:09:48.356Z | Aug 27 22:09:46.862 INFO Download complete, target: DendriteStub |
1335 | 2024-08-27T22:09:48.604Z | Aug 27 22:09:47.109 INFO Download complete, target: MaghemiteMgd |
1336 | 2024-08-27T22:09:53.976Z | Aug 27 22:09:52.481 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1337 | 2024-08-27T22:09:54.238Z | Aug 27 22:09:52.744 INFO Checking that binary works, target: Cockroach |
1338 | 2024-08-27T22:09:54.388Z | Aug 27 22:09:52.893 INFO Download complete, target: Cockroach |
1339 | 2024-08-27T22:10:00.411Z | Aug 27 22:09:58.916 INFO Checking that binary works, target: Clickhouse |
1340 | 2024-08-27T22:10:00.568Z | Aug 27 22:09:59.073 INFO Download complete, target: Clickhouse |
1341 | 2024-08-27T22:10:00.575Z | All prerequisites installed successfully |
1342 | 2024-08-27T22:10:00.579Z | |
1343 | 2024-08-27T22:10:00.579Z | real 3:54.855302225 |
1344 | 2024-08-27T22:10:00.579Z | user 11:11.152269269 |
1345 | 2024-08-27T22:10:00.579Z | sys 2:22.927279055 |
1346 | 2024-08-27T22:10:00.579Z | trap 0.419557451 |
1347 | 2024-08-27T22:10:00.579Z | tflt 1.592462628 |
1348 | 2024-08-27T22:10:00.579Z | dflt 1.772260825 |
1349 | 2024-08-27T22:10:00.579Z | kflt 0.043552263 |
1350 | 2024-08-27T22:10:00.579Z | lock 22:03.201998553 |
1351 | 2024-08-27T22:10:00.579Z | slp 43:35.726087570 |
1352 | 2024-08-27T22:10:00.579Z | lat 42.841733078 |
1353 | 2024-08-27T22:10:00.579Z | stop 1:46.474990303 |
1354 | 2024-08-27T22:10:00.579Z | + source ./tools/include/force-git-over-https.sh |
1355 | 2024-08-27T22:10:00.579Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1356 | 2024-08-27T22:10:00.579Z | ++ (( i = 0 )) |
1357 | 2024-08-27T22:10:00.579Z | ++ (( i < 5 )) |
1358 | 2024-08-27T22:10:00.579Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1359 | 2024-08-27T22:10:00.582Z | ++ (( i++ )) |
1360 | 2024-08-27T22:10:00.582Z | ++ (( i < 5 )) |
1361 | 2024-08-27T22:10:00.582Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1362 | 2024-08-27T22:10:00.585Z | ++ (( i++ )) |
1363 | 2024-08-27T22:10:00.585Z | ++ (( i < 5 )) |
1364 | 2024-08-27T22:10:00.585Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1365 | 2024-08-27T22:10:00.587Z | ++ (( i++ )) |
1366 | 2024-08-27T22:10:00.587Z | ++ (( i < 5 )) |
1367 | 2024-08-27T22:10:00.587Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1368 | 2024-08-27T22:10:00.590Z | ++ (( i++ )) |
1369 | 2024-08-27T22:10:00.590Z | ++ (( i < 5 )) |
1370 | 2024-08-27T22:10:00.590Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1371 | 2024-08-27T22:10:00.593Z | ++ (( i++ )) |
1372 | 2024-08-27T22:10:00.593Z | ++ (( i < 5 )) |
1373 | 2024-08-27T22:10:00.593Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1374 | 2024-08-27T22:10:00.593Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1375 | 2024-08-27T22:10:00.593Z | + rc=0 |
1376 | 2024-08-27T22:10:00.593Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1377 | 2024-08-27T22:10:20.909Z | + case $rc in |
1378 | 2024-08-27T22:10:20.909Z | + pfexec zfs create -p rpool/images/build/host |
1379 | 2024-08-27T22:10:21.085Z | + pfexec zfs create -p rpool/images/build/recovery |
1380 | 2024-08-27T22:10:21.149Z | + cargo xtask releng --output-dir /work |
1381 | 2024-08-27T22:10:21.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1382 | 2024-08-27T22:10:21.721Z | Running `target/debug/xtask releng --output-dir /work` |
1383 | 2024-08-27T22:10:22.593Z | Compiling proc-macro2 v1.0.86 |
1384 | 2024-08-27T22:10:22.593Z | Compiling unicode-ident v1.0.12 |
1385 | 2024-08-27T22:10:22.596Z | Compiling libc v0.2.156 |
1386 | 2024-08-27T22:10:22.596Z | Compiling serde v1.0.208 |
1387 | 2024-08-27T22:10:22.596Z | Compiling version_check v0.9.5 |
1388 | 2024-08-27T22:10:22.596Z | Compiling autocfg v1.3.0 |
1389 | 2024-08-27T22:10:22.596Z | Compiling cfg-if v1.0.0 |
1390 | 2024-08-27T22:10:22.596Z | Compiling once_cell v1.19.0 |
1391 | 2024-08-27T22:10:22.905Z | Compiling typenum v1.17.0 |
1392 | 2024-08-27T22:10:22.989Z | Compiling memchr v2.7.2 |
1393 | 2024-08-27T22:10:23.463Z | Compiling generic-array v0.14.7 |
1394 | 2024-08-27T22:10:23.500Z | Compiling lock_api v0.4.12 |
1395 | 2024-08-27T22:10:23.812Z | Compiling ahash v0.8.11 |
1396 | 2024-08-27T22:10:23.910Z | Compiling serde_json v1.0.125 |
1397 | 2024-08-27T22:10:23.928Z | Compiling libm v0.2.8 |
1398 | 2024-08-27T22:10:24.250Z | Compiling quote v1.0.36 |
1399 | 2024-08-27T22:10:24.250Z | Compiling num-traits v0.2.19 |
1400 | 2024-08-27T22:10:24.320Z | Compiling parking_lot_core v0.9.10 |
1401 | 2024-08-27T22:10:24.507Z | Compiling byteorder v1.5.0 |
1402 | 2024-08-27T22:10:24.737Z | Compiling syn v2.0.74 |
1403 | 2024-08-27T22:10:24.817Z | Compiling jobserver v0.1.32 |
1404 | 2024-08-27T22:10:24.846Z | Compiling getrandom v0.2.14 |
1405 | 2024-08-27T22:10:25.019Z | Compiling scopeguard v1.2.0 |
1406 | 2024-08-27T22:10:25.123Z | Compiling log v0.4.21 |
1407 | 2024-08-27T22:10:25.177Z | Compiling cc v1.0.97 |
1408 | 2024-08-27T22:10:25.411Z | Compiling thiserror v1.0.63 |
1409 | 2024-08-27T22:10:25.539Z | Compiling itoa v1.0.11 |
1410 | 2024-08-27T22:10:25.787Z | Compiling slab v0.4.9 |
1411 | 2024-08-27T22:10:25.813Z | Compiling rand_core v0.6.4 |
1412 | 2024-08-27T22:10:25.865Z | Compiling pkg-config v0.3.30 |
1413 | 2024-08-27T22:10:26.411Z | Compiling semver v1.0.23 |
1414 | 2024-08-27T22:10:26.699Z | Compiling ryu v1.0.18 |
1415 | 2024-08-27T22:10:26.908Z | Compiling smallvec v1.13.2 |
1416 | 2024-08-27T22:10:26.971Z | Compiling pin-project-lite v0.2.14 |
1417 | 2024-08-27T22:10:27.017Z | Compiling vcpkg v0.2.15 |
1418 | 2024-08-27T22:10:27.118Z | Compiling allocator-api2 v0.2.18 |
1419 | 2024-08-27T22:10:27.606Z | Compiling spin v0.9.8 |
1420 | 2024-08-27T22:10:27.810Z | Compiling subtle v2.5.0 |
1421 | 2024-08-27T22:10:28.265Z | Compiling const-oid v0.9.6 |
1422 | 2024-08-27T22:10:28.481Z | Compiling signal-hook-registry v1.4.2 |
1423 | 2024-08-27T22:10:28.557Z | Compiling ring v0.17.8 |
1424 | 2024-08-27T22:10:28.655Z | Compiling openssl-sys v0.9.103 |
1425 | 2024-08-27T22:10:29.683Z | Compiling heck v0.5.0 |
1426 | 2024-08-27T22:10:30.028Z | Compiling httparse v1.8.0 |
1427 | 2024-08-27T22:10:30.133Z | Compiling rustix v0.38.34 |
1428 | 2024-08-27T22:10:30.551Z | Compiling schemars v0.8.21 |
1429 | 2024-08-27T22:10:30.584Z | Compiling parking_lot v0.12.2 |
1430 | 2024-08-27T22:10:30.827Z | Compiling mio v1.0.2 |
1431 | 2024-08-27T22:10:30.875Z | Compiling futures-core v0.3.30 |
1432 | 2024-08-27T22:10:30.999Z | Compiling num-conv v0.1.0 |
1433 | 2024-08-27T22:10:31.263Z | Compiling time-core v0.1.2 |
1434 | 2024-08-27T22:10:31.488Z | Compiling time-macros v0.2.18 |
1435 | 2024-08-27T22:10:31.497Z | Compiling socket2 v0.5.7 |
1436 | 2024-08-27T22:10:31.834Z | Compiling openssl v0.10.66 |
1437 | 2024-08-27T22:10:31.901Z | Compiling fnv v1.0.7 |
1438 | 2024-08-27T22:10:32.065Z | Compiling equivalent v1.0.1 |
1439 | 2024-08-27T22:10:32.540Z | Compiling serde_derive_internals v0.29.1 |
1440 | 2024-08-27T22:10:32.567Z | Compiling futures-sink v0.3.30 |
1441 | 2024-08-27T22:10:32.773Z | Compiling native-tls v0.2.11 |
1442 | 2024-08-27T22:10:32.811Z | Compiling rustls v0.21.12 |
1443 | 2024-08-27T22:10:32.912Z | Compiling tinyvec_macros v0.1.1 |
1444 | 2024-08-27T22:10:33.147Z | Compiling tinyvec v1.6.0 |
1445 | 2024-08-27T22:10:33.674Z | Compiling crossbeam-utils v0.8.19 |
1446 | 2024-08-27T22:10:34.522Z | Compiling cookie v0.17.0 |
1447 | 2024-08-27T22:10:34.818Z | Compiling unicode-normalization v0.1.23 |
1448 | 2024-08-27T22:10:34.884Z | Compiling cpufeatures v0.2.12 |
1449 | 2024-08-27T22:10:35.003Z | Compiling iana-time-zone v0.1.60 |
1450 | 2024-08-27T22:10:35.003Z | Compiling ucd-trie v0.1.6 |
1451 | 2024-08-27T22:10:35.329Z | Compiling futures-channel v0.3.30 |
1452 | 2024-08-27T22:10:35.477Z | Compiling slog v2.7.0 |
1453 | 2024-08-27T22:10:35.596Z | Compiling futures-task v0.3.30 |
1454 | 2024-08-27T22:10:35.619Z | Compiling unicode-bidi v0.3.15 |
1455 | 2024-08-27T22:10:35.815Z | Compiling futures-io v0.3.30 |
1456 | 2024-08-27T22:10:35.931Z | Compiling pin-utils v0.1.0 |
1457 | 2024-08-27T22:10:36.056Z | Compiling syn v1.0.109 |
1458 | 2024-08-27T22:10:36.350Z | Compiling aho-corasick v1.1.3 |
1459 | 2024-08-27T22:10:36.554Z | Compiling untrusted v0.9.0 |
1460 | 2024-08-27T22:10:36.822Z | Compiling regex-syntax v0.8.4 |
1461 | 2024-08-27T22:10:37.501Z | Compiling crc32fast v1.4.0 |
1462 | 2024-08-27T22:10:37.985Z | Compiling serde_derive v1.0.208 |
1463 | 2024-08-27T22:10:38.067Z | Compiling zeroize_derive v1.4.2 |
1464 | 2024-08-27T22:10:38.172Z | Compiling zerocopy-derive v0.7.34 |
1465 | 2024-08-27T22:10:39.280Z | Compiling tokio-macros v2.4.0 |
1466 | 2024-08-27T22:10:39.600Z | Compiling thiserror-impl v1.0.63 |
1467 | 2024-08-27T22:10:40.346Z | Compiling zeroize v1.7.0 |
1468 | 2024-08-27T22:10:40.825Z | Compiling zerocopy v0.7.34 |
1469 | 2024-08-27T22:10:40.929Z | Compiling futures-macro v0.3.30 |
1470 | 2024-08-27T22:10:43.038Z | Compiling tracing-attributes v0.1.27 |
1471 | 2024-08-27T22:10:43.626Z | Compiling hashbrown v0.14.5 |
1472 | 2024-08-27T22:10:43.750Z | Compiling crypto-common v0.1.6 |
1473 | 2024-08-27T22:10:43.957Z | Compiling der_derive v0.7.2 |
1474 | 2024-08-27T22:10:44.201Z | Compiling block-buffer v0.10.4 |
1475 | 2024-08-27T22:10:44.483Z | Compiling digest v0.10.7 |
1476 | 2024-08-27T22:10:44.961Z | Compiling schemars_derive v0.8.21 |
1477 | 2024-08-27T22:10:46.300Z | Compiling openssl-macros v0.1.1 |
1478 | 2024-08-27T22:10:46.356Z | Compiling scroll_derive v0.12.0 |
1479 | 2024-08-27T22:10:46.389Z | Compiling hmac v0.12.1 |
1480 | 2024-08-27T22:10:46.651Z | Compiling block-padding v0.3.3 |
1481 | 2024-08-27T22:10:46.699Z | Compiling pest v2.7.10 |
1482 | 2024-08-27T22:10:47.076Z | Compiling inout v0.1.3 |
1483 | 2024-08-27T22:10:47.120Z | Compiling futures-util v0.3.30 |
1484 | 2024-08-27T22:10:47.495Z | Compiling cipher v0.4.4 |
1485 | 2024-08-27T22:10:48.049Z | Compiling sha2 v0.10.8 |
1486 | 2024-08-27T22:10:48.219Z | Compiling regex-automata v0.4.6 |
1487 | 2024-08-27T22:10:49.065Z | Compiling dyn-clone v1.0.17 |
1488 | 2024-08-27T22:10:49.636Z | Compiling pest_meta v2.7.10 |
1489 | 2024-08-27T22:10:50.665Z | Compiling usdt-impl v0.5.0 |
1490 | 2024-08-27T22:10:51.087Z | Compiling pest_generator v2.7.10 |
1491 | 2024-08-27T22:10:52.559Z | Compiling bytes v1.7.1 |
1492 | 2024-08-27T22:10:54.097Z | Compiling bitflags v2.6.0 |
1493 | 2024-08-27T22:10:54.813Z | Compiling tokio v1.39.3 |
1494 | 2024-08-27T22:10:54.976Z | Compiling indexmap v2.4.0 |
1495 | 2024-08-27T22:10:56.294Z | Compiling serde_tokenstream v0.2.2 |
1496 | 2024-08-27T22:10:56.383Z | Compiling uuid v1.10.0 |
1497 | 2024-08-27T22:10:56.726Z | Compiling chrono v0.4.38 |
1498 | 2024-08-27T22:10:57.251Z | Compiling http v0.2.12 |
1499 | 2024-08-27T22:10:57.544Z | Compiling rustc_version v0.4.0 |
1500 | 2024-08-27T22:10:58.264Z | Compiling pest_derive v2.7.10 |
1501 | 2024-08-27T22:11:00.210Z | Compiling heck v0.4.1 |
1502 | 2024-08-27T22:11:00.561Z | Compiling percent-encoding v2.3.1 |
1503 | 2024-08-27T22:11:00.728Z | Compiling base64ct v1.6.0 |
1504 | 2024-08-27T22:11:00.747Z | Compiling powerfmt v0.2.0 |
1505 | 2024-08-27T22:11:01.108Z | Compiling heapless v0.7.17 |
1506 | 2024-08-27T22:11:01.438Z | Compiling pem-rfc7468 v0.7.0 |
1507 | 2024-08-27T22:11:01.475Z | Compiling deranged v0.3.11 |
1508 | 2024-08-27T22:11:02.024Z | Compiling scroll v0.12.0 |
1509 | 2024-08-27T22:11:02.137Z | Compiling zerocopy-derive v0.6.6 |
1510 | 2024-08-27T22:11:03.252Z | Compiling backtrace v0.3.71 |
1511 | 2024-08-27T22:11:03.768Z | Compiling tracing-core v0.1.32 |
1512 | 2024-08-27T22:11:03.905Z | Compiling errno v0.3.9 |
1513 | 2024-08-27T22:11:04.192Z | Compiling tokio-util v0.7.11 |
1514 | 2024-08-27T22:11:04.493Z | Compiling num-bigint-dig v0.8.4 |
1515 | 2024-08-27T22:11:04.852Z | Compiling plain v0.2.3 |
1516 | 2024-08-27T22:11:05.346Z | Compiling num_threads v0.1.7 |
1517 | 2024-08-27T22:11:05.487Z | Compiling flagset v0.4.5 |
1518 | 2024-08-27T22:11:06.093Z | Compiling ppv-lite86 v0.2.17 |
1519 | 2024-08-27T22:11:06.114Z | Compiling time v0.3.36 |
1520 | 2024-08-27T22:11:06.385Z | Compiling der v0.7.9 |
1521 | 2024-08-27T22:11:06.592Z | Compiling goblin v0.8.2 |
1522 | 2024-08-27T22:11:06.875Z | Compiling rand_chacha v0.3.1 |
1523 | 2024-08-27T22:11:07.820Z | Compiling tracing v0.1.40 |
1524 | 2024-08-27T22:11:08.719Z | Compiling regex v1.10.6 |
1525 | 2024-08-27T22:11:09.220Z | Compiling salsa20 v0.10.2 |
1526 | 2024-08-27T22:11:09.458Z | Compiling pbkdf2 v0.12.2 |
1527 | 2024-08-27T22:11:09.637Z | Compiling async-trait v0.1.81 |
1528 | 2024-08-27T22:11:10.643Z | Compiling rustversion v1.0.17 |
1529 | 2024-08-27T22:11:11.381Z | Compiling pretty-hex v0.4.1 |
1530 | 2024-08-27T22:11:11.635Z | Compiling strsim v0.11.1 |
1531 | 2024-08-27T22:11:13.140Z | Compiling dof v0.3.0 |
1532 | 2024-08-27T22:11:13.184Z | Compiling scrypt v0.11.0 |
1533 | 2024-08-27T22:11:13.765Z | Compiling spki v0.7.3 |
1534 | 2024-08-27T22:11:13.796Z | Compiling rand v0.8.5 |
1535 | 2024-08-27T22:11:13.798Z | Compiling form_urlencoded v1.2.1 |
1536 | 2024-08-27T22:11:14.205Z | Compiling dtrace-parser v0.2.0 |
1537 | 2024-08-27T22:11:14.954Z | Compiling cbc v0.1.2 |
1538 | 2024-08-27T22:11:15.105Z | Compiling aes v0.8.4 |
1539 | 2024-08-27T22:11:15.269Z | Compiling thread-id v4.2.1 |
1540 | 2024-08-27T22:11:15.660Z | Compiling foreign-types-shared v0.1.1 |
1541 | 2024-08-27T22:11:15.777Z | Compiling unicode-width v0.1.13 |
1542 | 2024-08-27T22:11:16.123Z | Compiling anyhow v1.0.86 |
1543 | 2024-08-27T22:11:16.244Z | Compiling signal-hook v0.3.17 |
1544 | 2024-08-27T22:11:16.296Z | Compiling try-lock v0.2.5 |
1545 | 2024-08-27T22:11:16.568Z | Compiling smoltcp v0.9.1 |
1546 | 2024-08-27T22:11:17.350Z | Compiling want v0.3.1 |
1547 | 2024-08-27T22:11:17.735Z | Compiling foreign-types v0.3.2 |
1548 | 2024-08-27T22:11:17.859Z | Compiling pkcs5 v0.7.1 |
1549 | 2024-08-27T22:11:20.938Z | Compiling h2 v0.3.26 |
1550 | 2024-08-27T22:11:21.898Z | Compiling http-body v0.4.6 |
1551 | 2024-08-27T22:11:24.179Z | Compiling clap_derive v4.5.13 |
1552 | 2024-08-27T22:11:24.398Z | Compiling base64 v0.21.7 |
1553 | 2024-08-27T22:11:24.868Z | Compiling siphasher v0.3.11 |
1554 | 2024-08-27T22:11:25.307Z | Compiling httpdate v1.0.3 |
1555 | 2024-08-27T22:11:25.872Z | Compiling cfg_aliases v0.1.1 |
1556 | 2024-08-27T22:11:25.994Z | Compiling tower-service v0.3.2 |
1557 | 2024-08-27T22:11:26.176Z | Compiling nix v0.28.0 |
1558 | 2024-08-27T22:11:29.145Z | Compiling hyper v0.14.30 |
1559 | 2024-08-27T22:11:30.799Z | Compiling pkcs8 v0.10.2 |
1560 | 2024-08-27T22:11:33.361Z | Compiling rustls-webpki v0.101.7 |
1561 | 2024-08-27T22:11:33.630Z | Compiling sct v0.7.1 |
1562 | 2024-08-27T22:11:35.154Z | Compiling openapiv3 v2.0.0 |
1563 | 2024-08-27T22:11:38.226Z | Compiling hubpack_derive v0.1.1 |
1564 | 2024-08-27T22:11:39.633Z | Compiling idna v0.5.0 |
1565 | 2024-08-27T22:11:40.608Z | Compiling fs-err v2.11.0 |
1566 | 2024-08-27T22:11:41.151Z | Compiling finl_unicode v1.2.0 |
1567 | 2024-08-27T22:11:41.599Z | Compiling adler v1.0.2 |
1568 | 2024-08-27T22:11:41.874Z | Compiling anstyle v1.0.8 |
1569 | 2024-08-27T22:11:42.223Z | Compiling openssl-probe v0.1.5 |
1570 | 2024-08-27T22:11:42.317Z | Compiling utf8parse v0.2.1 |
1571 | 2024-08-27T22:11:43.193Z | Compiling anstyle-parse v0.2.4 |
1572 | 2024-08-27T22:11:43.687Z | Compiling stringprep v0.1.4 |
1573 | 2024-08-27T22:11:43.892Z | Compiling miniz_oxide v0.7.2 |
1574 | 2024-08-27T22:11:44.247Z | Compiling url v2.5.2 |
1575 | 2024-08-27T22:11:48.961Z | Compiling usdt-attr-macro v0.5.0 |
1576 | 2024-08-27T22:11:49.818Z | Compiling usdt-macro v0.5.0 |
1577 | 2024-08-27T22:11:51.010Z | Compiling serde_spanned v0.6.7 |
1578 | 2024-08-27T22:11:51.202Z | Compiling toml_datetime v0.6.8 |
1579 | 2024-08-27T22:11:51.264Z | Compiling regress v0.9.1 |
1580 | 2024-08-27T22:11:51.654Z | Compiling md-5 v0.10.6 |
1581 | 2024-08-27T22:11:51.906Z | Compiling idna v0.3.0 |
1582 | 2024-08-27T22:11:53.042Z | Compiling lazy_static v1.5.0 |
1583 | 2024-08-27T22:11:53.529Z | Compiling num-integer v0.1.46 |
1584 | 2024-08-27T22:11:53.903Z | Compiling hash32 v0.2.1 |
1585 | 2024-08-27T22:11:53.918Z | Compiling encoding_rs v0.8.34 |
1586 | 2024-08-27T22:11:54.272Z | Compiling mime v0.3.17 |
1587 | 2024-08-27T22:11:55.158Z | Compiling fallible-iterator v0.2.0 |
1588 | 2024-08-27T22:11:55.358Z | Compiling psl-types v2.0.11 |
1589 | 2024-08-27T22:11:55.553Z | Compiling stable_deref_trait v1.2.0 |
1590 | 2024-08-27T22:11:55.669Z | Compiling gimli v0.28.1 |
1591 | 2024-08-27T22:11:55.877Z | Compiling colorchoice v1.0.1 |
1592 | 2024-08-27T22:11:55.954Z | Compiling is_terminal_polyfill v1.70.0 |
1593 | 2024-08-27T22:11:56.041Z | Compiling base64 v0.22.1 |
1594 | 2024-08-27T22:11:56.088Z | Compiling anstyle-query v1.0.3 |
1595 | 2024-08-27T22:11:56.251Z | Compiling anstream v0.6.14 |
1596 | 2024-08-27T22:11:56.832Z | Compiling postgres-protocol v0.6.7 |
1597 | 2024-08-27T22:11:56.891Z | Compiling publicsuffix v2.2.3 |
1598 | 2024-08-27T22:11:58.195Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1599 | 2024-08-27T22:11:59.534Z | Compiling num-iter v0.1.45 |
1600 | 2024-08-27T22:12:00.499Z | Compiling addr2line v0.21.0 |
1601 | 2024-08-27T22:12:00.640Z | Compiling tokio-rustls v0.24.1 |
1602 | 2024-08-27T22:12:01.596Z | Compiling terminal_size v0.3.0 |
1603 | 2024-08-27T22:12:01.863Z | Compiling tokio-native-tls v0.3.1 |
1604 | 2024-08-27T22:12:02.412Z | Compiling phf_shared v0.11.2 |
1605 | 2024-08-27T22:12:02.731Z | Compiling strum_macros v0.25.3 |
1606 | 2024-08-27T22:12:02.869Z | Compiling serde_urlencoded v0.7.1 |
1607 | 2024-08-27T22:12:03.496Z | Compiling enum-as-inner v0.6.0 |
1608 | 2024-08-27T22:12:04.643Z | Compiling serde_repr v0.1.19 |
1609 | 2024-08-27T22:12:04.786Z | Compiling ff v0.13.0 |
1610 | 2024-08-27T22:12:04.820Z | Compiling object v0.32.2 |
1611 | 2024-08-27T22:12:05.613Z | Compiling bitflags v1.3.2 |
1612 | 2024-08-27T22:12:05.650Z | Compiling ipnet v2.9.0 |
1613 | 2024-08-27T22:12:05.708Z | Compiling base16ct v0.2.0 |
1614 | 2024-08-27T22:12:06.305Z | Compiling either v1.13.0 |
1615 | 2024-08-27T22:12:06.748Z | Compiling managed v0.8.0 |
1616 | 2024-08-27T22:12:06.844Z | Compiling winnow v0.5.40 |
1617 | 2024-08-27T22:12:07.211Z | Compiling clap_lex v0.7.0 |
1618 | 2024-08-27T22:12:07.342Z | Compiling rustc-demangle v0.1.24 |
1619 | 2024-08-27T22:12:07.636Z | Compiling clap_builder v4.5.15 |
1620 | 2024-08-27T22:12:08.648Z | Compiling sec1 v0.7.3 |
1621 | 2024-08-27T22:12:09.213Z | Compiling rustls-pemfile v1.0.4 |
1622 | 2024-08-27T22:12:09.618Z | Compiling group v0.13.0 |
1623 | 2024-08-27T22:12:10.158Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1624 | 2024-08-27T22:12:10.538Z | Compiling toml_edit v0.19.15 |
1625 | 2024-08-27T22:12:11.863Z | Compiling phf v0.11.2 |
1626 | 2024-08-27T22:12:12.171Z | Compiling hyper-tls v0.5.0 |
1627 | 2024-08-27T22:12:12.933Z | Compiling hyper-rustls v0.24.2 |
1628 | 2024-08-27T22:12:13.697Z | Compiling cookie_store v0.20.0 |
1629 | 2024-08-27T22:12:13.969Z | Compiling postgres-types v0.2.7 |
1630 | 2024-08-27T22:12:14.712Z | Compiling hubpack v0.1.2 |
1631 | 2024-08-27T22:12:14.730Z | Compiling pkcs1 v0.7.5 |
1632 | 2024-08-27T22:12:15.182Z | Compiling phf_shared v0.10.0 |
1633 | 2024-08-27T22:12:15.519Z | Compiling zerocopy v0.6.6 |
1634 | 2024-08-27T22:12:15.570Z | Compiling futures-executor v0.3.30 |
1635 | 2024-08-27T22:12:15.650Z | Compiling bstr v1.9.1 |
1636 | 2024-08-27T22:12:15.892Z | Compiling hkdf v0.12.4 |
1637 | 2024-08-27T22:12:15.932Z | Compiling signature v2.2.0 |
1638 | 2024-08-27T22:12:16.043Z | Compiling crypto-bigint v0.5.5 |
1639 | 2024-08-27T22:12:19.445Z | Compiling idna v0.4.0 |
1640 | 2024-08-27T22:12:19.553Z | Compiling float-cmp v0.9.0 |
1641 | 2024-08-27T22:12:19.610Z | Compiling mio v0.8.11 |
1642 | 2024-08-27T22:12:19.610Z | Compiling memmap v0.7.0 |
1643 | 2024-08-27T22:12:19.610Z | Compiling data-encoding v2.6.0 |
1644 | 2024-08-27T22:12:19.610Z | Compiling fixedbitset v0.4.2 |
1645 | 2024-08-27T22:12:19.610Z | Compiling static_assertions v1.1.0 |
1646 | 2024-08-27T22:12:19.610Z | Compiling normalize-line-endings v0.3.0 |
1647 | 2024-08-27T22:12:19.610Z | Compiling new_debug_unreachable v1.0.6 |
1648 | 2024-08-27T22:12:19.610Z | Compiling precomputed-hash v0.1.1 |
1649 | 2024-08-27T22:12:19.610Z | Compiling bit-vec v0.6.3 |
1650 | 2024-08-27T22:12:19.610Z | Compiling difflib v0.4.0 |
1651 | 2024-08-27T22:12:19.610Z | Compiling minimal-lexical v0.2.1 |
1652 | 2024-08-27T22:12:19.610Z | Compiling unicode-segmentation v1.11.0 |
1653 | 2024-08-27T22:12:19.610Z | Compiling winnow v0.6.18 |
1654 | 2024-08-27T22:12:19.610Z | Compiling whoami v1.5.1 |
1655 | 2024-08-27T22:12:19.610Z | Compiling webpki-roots v0.25.4 |
1656 | 2024-08-27T22:12:19.610Z | Compiling predicates-core v1.0.6 |
1657 | 2024-08-27T22:12:19.610Z | Compiling sync_wrapper v0.1.2 |
1658 | 2024-08-27T22:12:19.610Z | Compiling predicates v3.1.2 |
1659 | 2024-08-27T22:12:19.610Z | Compiling reqwest v0.11.27 |
1660 | 2024-08-27T22:12:19.610Z | Compiling elliptic-curve v0.13.8 |
1661 | 2024-08-27T22:12:19.610Z | Compiling similar v2.6.0 |
1662 | 2024-08-27T22:12:20.102Z | Compiling tokio-postgres v0.7.11 |
1663 | 2024-08-27T22:12:20.610Z | Compiling nom v7.1.3 |
1664 | 2024-08-27T22:12:21.296Z | Compiling bit-set v0.5.3 |
1665 | 2024-08-27T22:12:21.402Z | Compiling hickory-proto v0.24.1 |
1666 | 2024-08-27T22:12:21.584Z | Compiling string_cache v0.8.7 |
1667 | 2024-08-27T22:12:21.888Z | Compiling toml_edit v0.22.20 |
1668 | 2024-08-27T22:12:21.999Z | Compiling petgraph v0.6.5 |
1669 | 2024-08-27T22:12:24.195Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1670 | 2024-08-27T22:12:25.212Z | Compiling signal-hook-mio v0.2.4 |
1671 | 2024-08-27T22:12:25.394Z | Compiling usdt v0.5.0 |
1672 | 2024-08-27T22:12:26.394Z | Compiling rsa v0.9.6 |
1673 | 2024-08-27T22:12:26.649Z | Compiling futures v0.3.30 |
1674 | 2024-08-27T22:12:28.832Z | Compiling toml v0.7.8 |
1675 | 2024-08-27T22:12:29.054Z | Compiling clap v4.5.16 |
1676 | 2024-08-27T22:12:29.184Z | Compiling flate2 v1.0.31 |
1677 | 2024-08-27T22:12:30.073Z | Compiling crossbeam-epoch v0.9.18 |
1678 | 2024-08-27T22:12:30.339Z | Compiling itertools v0.10.5 |
1679 | 2024-08-27T22:12:30.402Z | Compiling itertools v0.12.1 |
1680 | 2024-08-27T22:12:30.455Z | Compiling console v0.15.8 |
1681 | 2024-08-27T22:12:31.491Z | Compiling tokio-stream v0.1.15 |
1682 | 2024-08-27T22:12:31.752Z | Compiling hex v0.4.3 |
1683 | 2024-08-27T22:12:32.616Z | Compiling sha1 v0.10.6 |
1684 | 2024-08-27T22:12:33.055Z | Compiling camino v1.1.9 |
1685 | 2024-08-27T22:12:33.161Z | Compiling radium v0.7.0 |
1686 | 2024-08-27T22:12:33.430Z | Compiling peg-runtime v0.8.3 |
1687 | 2024-08-27T22:12:34.114Z | Compiling unicode-xid v0.2.4 |
1688 | 2024-08-27T22:12:34.175Z | Compiling lalrpop-util v0.19.12 |
1689 | 2024-08-27T22:12:34.504Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1690 | 2024-08-27T22:12:38.118Z | Compiling is-terminal v0.4.12 |
1691 | 2024-08-27T22:12:41.485Z | Compiling rustls-pki-types v1.7.0 |
1692 | 2024-08-27T22:12:41.922Z | Compiling maybe-uninit v2.0.0 |
1693 | 2024-08-27T22:12:42.780Z | Compiling ident_case v1.0.1 |
1694 | 2024-08-27T22:12:42.952Z | Compiling tap v1.0.1 |
1695 | 2024-08-27T22:12:43.132Z | Compiling wyz v0.5.1 |
1696 | 2024-08-27T22:12:43.605Z | Compiling darling_core v0.20.9 |
1697 | 2024-08-27T22:12:57.515Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1698 | 2024-08-27T22:12:58.433Z | Compiling getopts v0.2.21 |
1699 | 2024-08-27T22:12:59.664Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1700 | 2024-08-27T22:13:00.160Z | Compiling dirs-sys-next v0.1.2 |
1701 | 2024-08-27T22:13:00.403Z | Compiling unsafe-libyaml v0.2.11 |
1702 | 2024-08-27T22:13:01.451Z | Compiling packed_struct v0.10.1 |
1703 | 2024-08-27T22:13:01.864Z | Compiling paste v1.0.15 |
1704 | 2024-08-27T22:13:02.029Z | Compiling rustls v0.22.4 |
1705 | 2024-08-27T22:13:02.197Z | Compiling funty v2.0.0 |
1706 | 2024-08-27T22:13:02.421Z | Compiling serde_yaml v0.9.34+deprecated |
1707 | 2024-08-27T22:13:04.673Z | Compiling bitvec v1.0.1 |
1708 | 2024-08-27T22:13:05.806Z | Compiling dirs-next v2.0.0 |
1709 | 2024-08-27T22:13:07.000Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1710 | 2024-08-27T22:13:09.745Z | Compiling darling_macro v0.20.9 |
1711 | 2024-08-27T22:13:10.807Z | Compiling rustls-webpki v0.102.4 |
1712 | 2024-08-27T22:13:12.785Z | Compiling packed_struct_codegen v0.10.1 |
1713 | 2024-08-27T22:13:13.587Z | Compiling structmeta-derive v0.3.0 |
1714 | 2024-08-27T22:13:14.494Z | Compiling thread_local v1.1.8 |
1715 | 2024-08-27T22:13:14.973Z | Compiling indexmap v1.9.3 |
1716 | 2024-08-27T22:13:15.175Z | Compiling multer v3.1.0 |
1717 | 2024-08-27T22:13:15.279Z | Compiling rayon-core v1.12.1 |
1718 | 2024-08-27T22:13:15.297Z | Compiling slog-async v2.8.0 |
1719 | 2024-08-27T22:13:15.381Z | Compiling fastrand v2.1.0 |
1720 | 2024-08-27T22:13:15.490Z | Compiling match_cfg v0.1.0 |
1721 | 2024-08-27T22:13:15.581Z | Compiling crc-catalog v2.4.0 |
1722 | 2024-08-27T22:13:15.599Z | Compiling nodrop v0.1.14 |
1723 | 2024-08-27T22:13:15.742Z | Compiling array-init v0.0.4 |
1724 | 2024-08-27T22:13:15.823Z | Compiling tempfile v3.10.1 |
1725 | 2024-08-27T22:13:15.837Z | Compiling crc v3.2.1 |
1726 | 2024-08-27T22:13:16.130Z | Compiling hostname v0.3.1 |
1727 | 2024-08-27T22:13:16.150Z | Compiling structmeta v0.3.0 |
1728 | 2024-08-27T22:13:17.750Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1729 | 2024-08-27T22:13:18.923Z | Compiling smallvec v0.6.14 |
1730 | 2024-08-27T22:13:19.430Z | Compiling darling v0.20.9 |
1731 | 2024-08-27T22:13:19.557Z | Compiling term v0.7.0 |
1732 | 2024-08-27T22:13:22.397Z | Compiling crossbeam-deque v0.8.5 |
1733 | 2024-08-27T22:13:22.786Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1734 | 2024-08-27T22:13:23.904Z | Compiling slog-json v2.6.1 |
1735 | 2024-08-27T22:13:24.389Z | Compiling crossbeam-channel v0.5.12 |
1736 | 2024-08-27T22:13:24.893Z | Compiling http v1.1.0 |
1737 | 2024-08-27T22:13:26.725Z | Compiling async-stream-impl v0.3.5 |
1738 | 2024-08-27T22:13:27.228Z | Compiling pin-project-internal v1.1.5 |
1739 | 2024-08-27T22:13:29.997Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1740 | 2024-08-27T22:13:30.352Z | Compiling bitfield v0.14.0 |
1741 | 2024-08-27T22:13:31.462Z | Compiling atomic-waker v1.1.2 |
1742 | 2024-08-27T22:13:32.059Z | Compiling same-file v1.0.6 |
1743 | 2024-08-27T22:13:32.099Z | Compiling hashbrown v0.12.3 |
1744 | 2024-08-27T22:13:32.753Z | Compiling termcolor v1.4.1 |
1745 | 2024-08-27T22:13:33.814Z | Compiling take_mut v0.2.2 |
1746 | 2024-08-27T22:13:37.443Z | Compiling env_logger v0.10.2 |
1747 | 2024-08-27T22:13:38.215Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1748 | 2024-08-27T22:13:38.979Z | Compiling walkdir v2.5.0 |
1749 | 2024-08-27T22:13:40.361Z | Compiling waitgroup v0.1.2 |
1750 | 2024-08-27T22:13:44.707Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1751 | 2024-08-27T22:13:45.666Z | Compiling pin-project v1.1.5 |
1752 | 2024-08-27T22:13:46.667Z | Compiling async-stream v0.3.5 |
1753 | 2024-08-27T22:13:49.668Z | Compiling slog-bunyan v2.5.0 |
1754 | 2024-08-27T22:13:49.689Z | Compiling tokio-rustls v0.25.0 |
1755 | 2024-08-27T22:13:50.111Z | Compiling slog-term v2.9.1 |
1756 | 2024-08-27T22:13:50.154Z | Compiling serde_with_macros v3.9.0 |
1757 | 2024-08-27T22:13:51.906Z | Compiling serde-hex v0.1.0 |
1758 | 2024-08-27T22:13:52.726Z | Compiling bzip2 v0.4.4 |
1759 | 2024-08-27T22:13:52.752Z | Compiling parse-display-derive v0.10.0 |
1760 | 2024-08-27T22:13:53.199Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1761 | 2024-08-27T22:13:53.475Z | Compiling toml v0.8.19 |
1762 | 2024-08-27T22:13:53.524Z | Compiling rustls-pemfile v2.1.3 |
1763 | 2024-08-27T22:13:56.680Z | Compiling x509-cert v0.2.5 |
1764 | 2024-08-27T22:13:56.905Z | Compiling ron v0.8.1 |
1765 | 2024-08-27T22:13:57.130Z | Compiling newtype-uuid v1.1.0 |
1766 | 2024-08-27T22:13:57.439Z | Compiling ipnetwork v0.20.0 |
1767 | 2024-08-27T22:13:57.483Z | Compiling strum_macros v0.26.4 |
1768 | 2024-08-27T22:13:59.031Z | Compiling xattr v1.3.1 |
1769 | 2024-08-27T22:14:00.318Z | Compiling snafu-derive v0.8.2 |
1770 | 2024-08-27T22:14:00.667Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1771 | 2024-08-27T22:14:01.064Z | Compiling serde_path_to_error v0.1.16 |
1772 | 2024-08-27T22:14:02.008Z | Compiling hashbrown v0.13.2 |
1773 | 2024-08-27T22:14:02.086Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1774 | 2024-08-27T22:14:02.797Z | Compiling blake3 v1.5.1 |
1775 | 2024-08-27T22:14:02.925Z | Compiling ring v0.16.20 |
1776 | 2024-08-27T22:14:03.364Z | Compiling filetime v0.2.24 |
1777 | 2024-08-27T22:14:03.392Z | Compiling hostname v0.4.0 |
1778 | 2024-08-27T22:14:03.652Z | Compiling instant v0.1.12 |
1779 | 2024-08-27T22:14:03.706Z | Compiling crc-any v2.5.0 |
1780 | 2024-08-27T22:14:03.921Z | Compiling buf-list v1.0.3 |
1781 | 2024-08-27T22:14:04.560Z | Compiling debug-ignore v1.0.5 |
1782 | 2024-08-27T22:14:04.796Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1783 | 2024-08-27T22:14:04.927Z | Compiling backoff v0.4.0 |
1784 | 2024-08-27T22:14:04.992Z | Compiling snafu v0.8.2 |
1785 | 2024-08-27T22:14:05.285Z | Compiling tar v0.4.41 |
1786 | 2024-08-27T22:14:05.897Z | Compiling object v0.30.4 |
1787 | 2024-08-27T22:14:06.306Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1788 | 2024-08-27T22:14:06.526Z | Compiling strum v0.26.3 |
1789 | 2024-08-27T22:14:06.716Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1790 | 2024-08-27T22:14:08.135Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1791 | 2024-08-27T22:14:08.395Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1792 | 2024-08-27T22:14:08.954Z | Compiling parse-display v0.10.0 |
1793 | 2024-08-27T22:14:10.377Z | Compiling zip v0.6.6 |
1794 | 2024-08-27T22:14:10.573Z | Compiling serde_with v3.9.0 |
1795 | 2024-08-27T22:14:10.848Z | Compiling rayon v1.10.0 |
1796 | 2024-08-27T22:14:11.702Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1797 | 2024-08-27T22:14:12.455Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1798 | 2024-08-27T22:14:13.078Z | Compiling camino-tempfile v1.1.1 |
1799 | 2024-08-27T22:14:13.840Z | Compiling globset v0.4.14 |
1800 | 2024-08-27T22:14:14.973Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1801 | 2024-08-27T22:14:15.163Z | Compiling pem v3.0.4 |
1802 | 2024-08-27T22:14:16.604Z | Compiling olpc-cjson v0.1.3 |
1803 | 2024-08-27T22:14:16.644Z | Compiling macaddr v1.0.1 |
1804 | 2024-08-27T22:14:16.923Z | Compiling serde_plain v1.0.2 |
1805 | 2024-08-27T22:14:17.246Z | Compiling async-recursion v1.1.1 |
1806 | 2024-08-27T22:14:17.452Z | Compiling memmap2 v0.9.4 |
1807 | 2024-08-27T22:14:18.014Z | Compiling spin v0.5.2 |
1808 | 2024-08-27T22:14:18.275Z | Compiling path-slash v0.1.5 |
1809 | 2024-08-27T22:14:18.499Z | Compiling untrusted v0.7.1 |
1810 | 2024-08-27T22:14:18.701Z | Compiling typed-path v0.7.1 |
1811 | 2024-08-27T22:14:18.703Z | Compiling arrayref v0.3.7 |
1812 | 2024-08-27T22:14:18.841Z | Compiling arrayvec v0.7.4 |
1813 | 2024-08-27T22:14:18.903Z | Compiling constant_time_eq v0.3.0 |
1814 | 2024-08-27T22:14:21.340Z | Compiling tough v0.17.1 |
1815 | 2024-08-27T22:14:21.870Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1816 | 2024-08-27T22:14:21.975Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1817 | 2024-08-27T22:14:26.284Z | Compiling itertools v0.13.0 |
1818 | 2024-08-27T22:14:26.321Z | Compiling cargo-platform v0.1.8 |
1819 | 2024-08-27T22:14:26.836Z | Compiling parse-size v1.0.0 |
1820 | 2024-08-27T22:14:27.137Z | Compiling topological-sort v0.2.2 |
1821 | 2024-08-27T22:14:27.404Z | Compiling omicron-zone-package v0.11.0 |
1822 | 2024-08-27T22:14:27.421Z | Compiling cargo_metadata v0.18.1 |
1823 | 2024-08-27T22:14:29.926Z | Compiling shell-words v1.1.0 |
1824 | 2024-08-27T22:14:34.082Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1825 | 2024-08-27T22:14:47.081Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1826 | 2024-08-27T22:15:00.922Z | Finished `release` profile [optimized] target(s) in 4m 39s |
1827 | 2024-08-27T22:15:01.063Z | Running `target/release/omicron-releng --output-dir /work` |
1828 | 2024-08-27T22:15:01.107Z | Aug 27 22:14:59.579 DEBG changing working directory to /work/oxidecomputer/omicron |
1829 | 2024-08-27T22:15:01.204Z | Aug 27 22:14:59.678 DEBG running: git rev-parse HEAD |
1830 | 2024-08-27T22:15:01.211Z | Aug 27 22:14:59.684 DEBG process exited with exit status: 0 (6.314342ms) |
1831 | 2024-08-27T22:15:01.211Z | Aug 27 22:14:59.685 INFO version: 10.0.0-0.ci+gitd6db06acc3d |
1832 | 2024-08-27T22:15:01.251Z | Aug 27 22:14:59.726 INFO cloning helios to /work/oxidecomputer/helios |
1833 | 2024-08-27T22:15:01.251Z | Aug 27 22:14:59.726 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1834 | 2024-08-27T22:15:01.257Z | Cloning into '/work/oxidecomputer/helios'... |
1835 | 2024-08-27T22:15:01.774Z | Aug 27 22:15:00.247 DEBG process exited with exit status: 0 (521.75494ms) |
1836 | 2024-08-27T22:15:01.774Z | Aug 27 22:15:00.248 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1837 | 2024-08-27T22:15:01.782Z | # branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9 |
1838 | 2024-08-27T22:15:01.782Z | # branch.head master |
1839 | 2024-08-27T22:15:01.783Z | # branch.upstream origin/master |
1840 | 2024-08-27T22:15:01.783Z | # branch.ab +0 -0 |
1841 | 2024-08-27T22:15:01.785Z | Aug 27 22:15:00.256 DEBG process exited with exit status: 0 (7.930825ms) |
1842 | 2024-08-27T22:15:01.785Z | Aug 27 22:15:00.256 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1843 | 2024-08-27T22:15:02.487Z | Aug 27 22:15:00.961 DEBG process exited with exit status: 0 (705.501799ms) |
1844 | 2024-08-27T22:15:02.487Z | Aug 27 22:15:00.961 DEBG running: zfs list rpool/images/build/host |
1845 | 2024-08-27T22:15:02.497Z | NAME USED AVAIL REFER MOUNTPOINT |
1846 | 2024-08-27T22:15:02.497Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
1847 | 2024-08-27T22:15:02.500Z | Aug 27 22:15:00.969 DEBG process exited with exit status: 0 (7.702723ms) |
1848 | 2024-08-27T22:15:02.500Z | Aug 27 22:15:00.969 DEBG running: zfs list rpool/images/build/recovery |
1849 | 2024-08-27T22:15:02.502Z | NAME USED AVAIL REFER MOUNTPOINT |
1850 | 2024-08-27T22:15:02.502Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
1851 | 2024-08-27T22:15:02.502Z | Aug 27 22:15:00.975 DEBG process exited with exit status: 0 (6.165874ms) |
1852 | 2024-08-27T22:15:02.505Z | Aug 27 22:15:00.976 INFO [hubris-production] running task |
1853 | 2024-08-27T22:15:02.505Z | Aug 27 22:15:00.977 INFO [hubris-staging] running task |
1854 | 2024-08-27T22:15:02.505Z | Aug 27 22:15:00.977 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1855 | 2024-08-27T22:15:02.507Z | Aug 27 22:15:00.980 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
1856 | 2024-08-27T22:15:02.572Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1857 | 2024-08-27T22:15:03.341Z | [ omicron-package] Blocking waiting for file lock on package cache |
1858 | 2024-08-27T22:15:03.537Z | [ omicron-package] Blocking waiting for file lock on package cache |
1859 | 2024-08-27T22:15:03.784Z | [ omicron-package] Blocking waiting for file lock on package cache |
1860 | 2024-08-27T22:15:03.815Z | Aug 27 22:15:02.289 INFO [hubris-production] task succeeded (1.312384661s) |
1861 | 2024-08-27T22:15:04.543Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1862 | 2024-08-27T22:15:04.543Z | [ omicron-package] Compiling heapless v0.8.0 |
1863 | 2024-08-27T22:15:04.546Z | [ omicron-package] Compiling hash32 v0.3.1 |
1864 | 2024-08-27T22:15:04.546Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1865 | 2024-08-27T22:15:04.546Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1866 | 2024-08-27T22:15:04.546Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1867 | 2024-08-27T22:15:04.546Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1868 | 2024-08-27T22:15:04.546Z | [ omicron-package] Compiling cobs v0.2.3 |
1869 | 2024-08-27T22:15:05.383Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1870 | 2024-08-27T22:15:05.680Z | [ omicron-package] Compiling postcard v1.0.8 |
1871 | 2024-08-27T22:15:05.826Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1872 | 2024-08-27T22:15:05.996Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1873 | 2024-08-27T22:15:06.221Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1874 | 2024-08-27T22:15:06.664Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1875 | 2024-08-27T22:15:06.682Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1876 | 2024-08-27T22:15:06.686Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1877 | 2024-08-27T22:15:06.770Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1878 | 2024-08-27T22:15:07.702Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1879 | 2024-08-27T22:15:07.705Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1880 | 2024-08-27T22:15:07.904Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1881 | 2024-08-27T22:15:08.147Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1882 | 2024-08-27T22:15:08.691Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1883 | 2024-08-27T22:15:08.854Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1884 | 2024-08-27T22:15:09.106Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1885 | 2024-08-27T22:15:09.223Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1886 | 2024-08-27T22:15:09.755Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1887 | 2024-08-27T22:15:09.922Z | [ omicron-package] Compiling colored v2.1.0 |
1888 | 2024-08-27T22:15:09.954Z | [ omicron-package] Compiling socket2 v0.4.10 |
1889 | 2024-08-27T22:15:10.257Z | [ omicron-package] Compiling num_enum v0.5.11 |
1890 | 2024-08-27T22:15:10.365Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1891 | 2024-08-27T22:15:10.570Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1892 | 2024-08-27T22:15:10.829Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1893 | 2024-08-27T22:15:10.899Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1894 | 2024-08-27T22:15:11.668Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1895 | 2024-08-27T22:15:11.777Z | [ omicron-package] Compiling num-derive v0.4.2 |
1896 | 2024-08-27T22:15:11.893Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1897 | 2024-08-27T22:15:12.122Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1898 | 2024-08-27T22:15:12.467Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1899 | 2024-08-27T22:15:12.929Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1900 | 2024-08-27T22:15:13.100Z | [ omicron-package] Compiling smf v0.2.3 |
1901 | 2024-08-27T22:15:13.244Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1902 | 2024-08-27T22:15:13.806Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1903 | 2024-08-27T22:15:14.260Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1904 | 2024-08-27T22:15:14.330Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1905 | 2024-08-27T22:15:15.680Z | Aug 27 22:15:14.152 INFO [hubris-staging] task succeeded (13.175492201s) |
1906 | 2024-08-27T22:15:16.653Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1907 | 2024-08-27T22:15:16.851Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1908 | 2024-08-27T22:15:17.255Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1909 | 2024-08-27T22:15:18.534Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1910 | 2024-08-27T22:15:18.629Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1911 | 2024-08-27T22:15:18.958Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1912 | 2024-08-27T22:15:19.618Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1913 | 2024-08-27T22:15:19.735Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1914 | 2024-08-27T22:15:20.281Z | [ omicron-package] Compiling gethostname v0.5.0 |
1915 | 2024-08-27T22:15:20.558Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1916 | 2024-08-27T22:15:21.978Z | [ omicron-package] Compiling indicatif v0.17.8 |
1917 | 2024-08-27T22:15:22.855Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1918 | 2024-08-27T22:15:25.941Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1919 | 2024-08-27T22:15:26.592Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1920 | 2024-08-27T22:15:28.101Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1921 | 2024-08-27T22:15:42.651Z | [ helios-setup] Aug 27 22:15:41.121 INFO helios repository root is: /work/oxidecomputer/helios |
1922 | 2024-08-27T22:15:42.654Z | [ helios-setup] Aug 27 22:15:41.123 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl |
1923 | 2024-08-27T22:15:42.654Z | [ helios-setup] Aug 27 22:15:41.123 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
1924 | 2024-08-27T22:15:42.659Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
1925 | 2024-08-27T22:15:43.601Z | [ helios-setup] Aug 27 22:15:42.070 INFO clone ok!, project: phbl |
1926 | 2024-08-27T22:15:43.603Z | [ helios-setup] Aug 27 22:15:42.071 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 |
1927 | 2024-08-27T22:15:43.603Z | [ helios-setup] Aug 27 22:15:42.071 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1928 | 2024-08-27T22:15:43.606Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1929 | 2024-08-27T22:15:44.209Z | [ helios-setup] Aug 27 22:15:42.678 INFO clone ok!, project: bootserver |
1930 | 2024-08-27T22:15:44.212Z | [ helios-setup] Aug 27 22:15:42.679 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1931 | 2024-08-27T22:15:44.212Z | [ helios-setup] Aug 27 22:15:42.679 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 |
1932 | 2024-08-27T22:15:44.212Z | [ helios-setup] Aug 27 22:15:42.679 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1933 | 2024-08-27T22:15:44.215Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1934 | 2024-08-27T22:15:44.874Z | [ helios-setup] Aug 27 22:15:43.344 INFO clone ok!, project: image-builder |
1935 | 2024-08-27T22:15:44.877Z | [ helios-setup] Aug 27 22:15:43.344 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 |
1936 | 2024-08-27T22:15:44.877Z | [ helios-setup] Aug 27 22:15:43.344 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 |
1937 | 2024-08-27T22:15:44.880Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1938 | 2024-08-27T22:15:45.821Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1939 | 2024-08-27T22:15:45.849Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1940 | 2024-08-27T22:15:47.587Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.06s |
1941 | 2024-08-27T22:15:47.799Z | [ omicron-package] |
1942 | 2024-08-27T22:15:47.800Z | [ omicron-package] real 45.250052407 |
1943 | 2024-08-27T22:15:47.802Z | [ omicron-package] user 2:42.893545070 |
1944 | 2024-08-27T22:15:47.802Z | [ omicron-package] sys 22.203168328 |
1945 | 2024-08-27T22:15:47.802Z | [ omicron-package] trap 0.168253693 |
1946 | 2024-08-27T22:15:47.802Z | [ omicron-package] tflt 0.653523382 |
1947 | 2024-08-27T22:15:47.802Z | [ omicron-package] dflt 0.575058535 |
1948 | 2024-08-27T22:15:47.803Z | [ omicron-package] kflt 0.028404130 |
1949 | 2024-08-27T22:15:47.803Z | [ omicron-package] lock 5:49.386292489 |
1950 | 2024-08-27T22:15:47.803Z | [ omicron-package] slp 9:04.655813612 |
1951 | 2024-08-27T22:15:47.803Z | [ omicron-package] lat 1:39.801052267 |
1952 | 2024-08-27T22:15:47.803Z | [ omicron-package] stop 59.138154181 |
1953 | 2024-08-27T22:15:47.803Z | Aug 27 22:15:46.269 INFO [omicron-package] process exited with exit status: 0 (45.289066152s) |
1954 | 2024-08-27T22:15:47.803Z | Aug 27 22:15:46.270 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 |
1955 | 2024-08-27T22:15:47.843Z | Aug 27 22:15:46.312 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1956 | 2024-08-27T22:15:47.854Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1957 | 2024-08-27T22:15:47.857Z | [ host-target] Created new build target 'host' and set it as active |
1958 | 2024-08-27T22:15:47.857Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1959 | 2024-08-27T22:15:47.857Z | Aug 27 22:15:46.325 INFO [host-target] process exited with exit status: 0 (55.786693ms) |
1960 | 2024-08-27T22:15:47.857Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1961 | 2024-08-27T22:15:47.857Z | Aug 27 22:15:46.326 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1962 | 2024-08-27T22:15:47.862Z | Aug 27 22:15:46.332 INFO [recovery-target] process exited with exit status: 0 (19.755503ms) |
1963 | 2024-08-27T22:15:47.870Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1964 | 2024-08-27T22:15:49.009Z | [ host-package] Compiling camino v1.1.9 |
1965 | 2024-08-27T22:15:49.009Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1966 | 2024-08-27T22:15:49.012Z | [ host-package] Compiling password-hash v0.5.0 |
1967 | 2024-08-27T22:15:49.012Z | [ host-package] Compiling blake2 v0.10.6 |
1968 | 2024-08-27T22:15:49.012Z | [ host-package] Compiling derive-where v1.2.7 |
1969 | 2024-08-27T22:15:49.012Z | [ host-package] Compiling newline-converter v0.3.0 |
1970 | 2024-08-27T22:15:49.012Z | [ host-package] Compiling toml v0.8.19 |
1971 | 2024-08-27T22:15:49.012Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1972 | 2024-08-27T22:15:49.280Z | [ host-package] Compiling humantime v2.1.0 |
1973 | 2024-08-27T22:15:49.365Z | [ host-package] Compiling expectorate v1.1.0 |
1974 | 2024-08-27T22:15:49.574Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1975 | 2024-08-27T22:15:49.593Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1976 | 2024-08-27T22:15:49.809Z | [ host-package] Compiling argon2 v0.5.3 |
1977 | 2024-08-27T22:15:50.151Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1978 | 2024-08-27T22:15:50.265Z | [ host-package] Compiling dirs-next v2.0.0 |
1979 | 2024-08-27T22:15:50.770Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1980 | 2024-08-27T22:15:50.793Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1981 | 2024-08-27T22:15:50.793Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
1982 | 2024-08-27T22:15:50.793Z | [ helios-setup] Aug 27 22:15:48.939 INFO clone ok!, project: amd-host-image-builder |
1983 | 2024-08-27T22:15:50.793Z | [ helios-setup] Aug 27 22:15:48.940 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 |
1984 | 2024-08-27T22:15:50.793Z | [ helios-setup] Aug 27 22:15:48.940 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1985 | 2024-08-27T22:15:50.793Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1986 | 2024-08-27T22:15:50.793Z | [ host-package] Compiling num-rational v0.4.2 |
1987 | 2024-08-27T22:15:50.882Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1988 | 2024-08-27T22:15:51.047Z | [ host-package] Compiling num-complex v0.4.6 |
1989 | 2024-08-27T22:15:51.188Z | [ helios-setup] Aug 27 22:15:49.657 INFO clone ok!, project: pinprick |
1990 | 2024-08-27T22:15:51.191Z | [ helios-setup] Aug 27 22:15:49.657 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
1991 | 2024-08-27T22:15:51.191Z | [ helios-setup] Aug 27 22:15:49.657 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 |
1992 | 2024-08-27T22:15:51.191Z | [ helios-setup] Aug 27 22:15:49.657 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
1993 | 2024-08-27T22:15:51.193Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
1994 | 2024-08-27T22:15:51.322Z | [ host-package] Compiling convert_case v0.4.0 |
1995 | 2024-08-27T22:15:51.523Z | [ host-package] Compiling term v0.7.0 |
1996 | 2024-08-27T22:15:52.130Z | [ host-package] Compiling derive_more v0.99.18 |
1997 | 2024-08-27T22:15:52.363Z | [ helios-setup] Aug 27 22:15:50.832 INFO clone ok!, project: chelsio-t6-roms |
1998 | 2024-08-27T22:15:52.366Z | [ helios-setup] Aug 27 22:15:50.832 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 |
1999 | 2024-08-27T22:15:52.366Z | [ helios-setup] Aug 27 22:15:50.832 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2000 | 2024-08-27T22:15:52.372Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2001 | 2024-08-27T22:15:52.397Z | [ host-package] Compiling num v0.4.3 |
2002 | 2024-08-27T22:15:52.517Z | [ host-package] Compiling prettyplease v0.2.20 |
2003 | 2024-08-27T22:15:52.537Z | [ host-package] Compiling float-ord v0.3.2 |
2004 | 2024-08-27T22:15:52.540Z | [ host-package] Compiling is-terminal v0.4.12 |
2005 | 2024-08-27T22:15:52.699Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2006 | 2024-08-27T22:15:52.718Z | [ host-package] Compiling semver v0.1.20 |
2007 | 2024-08-27T22:15:52.845Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2008 | 2024-08-27T22:15:52.916Z | [ host-package] Compiling cookie v0.18.1 |
2009 | 2024-08-27T22:15:53.060Z | [ host-package] Compiling rustc_version v0.1.7 |
2010 | 2024-08-27T22:15:53.299Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2011 | 2024-08-27T22:15:53.307Z | [ helios-setup] Aug 27 22:15:51.775 INFO clone ok!, project: pilot |
2012 | 2024-08-27T22:15:53.309Z | [ helios-setup] Aug 27 22:15:51.775 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2013 | 2024-08-27T22:15:53.309Z | [ helios-setup] Aug 27 22:15:51.776 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 |
2014 | 2024-08-27T22:15:53.309Z | [ helios-setup] Aug 27 22:15:51.776 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2015 | 2024-08-27T22:15:53.312Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2016 | 2024-08-27T22:15:53.322Z | [ host-package] Compiling highway v1.2.0 |
2017 | 2024-08-27T22:15:53.493Z | [ host-package] Compiling newtype_derive v0.1.6 |
2018 | 2024-08-27T22:15:53.702Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
2019 | 2024-08-27T22:15:54.032Z | [ host-package] Compiling lru-cache v0.1.2 |
2020 | 2024-08-27T22:15:54.340Z | [ host-package] Compiling quick-error v1.2.3 |
2021 | 2024-08-27T22:15:54.453Z | [ host-package] Compiling home v0.5.9 |
2022 | 2024-08-27T22:15:54.502Z | [ host-package] Compiling utf-8 v0.7.6 |
2023 | 2024-08-27T22:15:54.712Z | [ host-package] Compiling resolv-conf v0.7.0 |
2024 | 2024-08-27T22:15:54.942Z | [ host-package] Compiling rustls-webpki v0.102.4 |
2025 | 2024-08-27T22:15:56.379Z | [ host-package] Compiling steno v0.4.1 |
2026 | 2024-08-27T22:15:56.979Z | [ host-package] Compiling rustls v0.22.4 |
2027 | 2024-08-27T22:15:57.014Z | [ host-package] Compiling thread_local v1.1.8 |
2028 | 2024-08-27T22:15:57.376Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2029 | 2024-08-27T22:15:57.551Z | [ host-package] Compiling match_cfg v0.1.0 |
2030 | 2024-08-27T22:15:57.664Z | [ host-package] Compiling hostname v0.3.1 |
2031 | 2024-08-27T22:15:58.876Z | [ host-package] Compiling hickory-resolver v0.24.1 |
2032 | 2024-08-27T22:15:59.432Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2033 | 2024-08-27T22:15:59.646Z | [ host-package] Compiling multer v3.1.0 |
2034 | 2024-08-27T22:15:59.766Z | [ host-package] Compiling slog-async v2.8.0 |
2035 | 2024-08-27T22:15:59.901Z | [ host-package] Compiling slog-json v2.6.1 |
2036 | 2024-08-27T22:16:00.329Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2037 | 2024-08-27T22:16:00.590Z | [ helios-setup] Aug 27 22:15:59.058 INFO clone ok!, project: amd-firmware |
2038 | 2024-08-27T22:16:00.600Z | [ helios-setup] Aug 27 22:15:59.058 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2039 | 2024-08-27T22:16:01.492Z | [ host-package] Compiling http v1.1.0 |
2040 | 2024-08-27T22:16:01.675Z | [ helios-setup] Aug 27 22:16:00.143 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2041 | 2024-08-27T22:16:02.235Z | [ helios-setup] Aug 27 22:16:00.702 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2042 | 2024-08-27T22:16:02.237Z | [ helios-setup] Aug 27 22:16:00.703 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2043 | 2024-08-27T22:16:02.760Z | [ helios-setup] Aug 27 22:16:01.228 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2044 | 2024-08-27T22:16:03.375Z | [ helios-setup] Aug 27 22:16:01.842 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2045 | 2024-08-27T22:16:03.377Z | [ helios-setup] Aug 27 22:16:01.843 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2046 | 2024-08-27T22:16:03.938Z | [ helios-setup] Aug 27 22:16:02.405 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2047 | 2024-08-27T22:16:04.152Z | [ host-package] Compiling atomic-waker v1.1.2 |
2048 | 2024-08-27T22:16:04.397Z | [ host-package] Compiling take_mut v0.2.2 |
2049 | 2024-08-27T22:16:04.546Z | [ helios-setup] Aug 27 22:16:03.013 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2050 | 2024-08-27T22:16:04.549Z | [ helios-setup] Aug 27 22:16:03.013 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2051 | 2024-08-27T22:16:04.549Z | [ helios-setup] Aug 27 22:16:03.014 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2052 | 2024-08-27T22:16:04.549Z | [ helios-setup] Aug 27 22:16:03.014 INFO ok! |
2053 | 2024-08-27T22:16:04.549Z | [ helios-setup] Aug 27 22:16:03.014 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2054 | 2024-08-27T22:16:04.549Z | [ helios-setup] Aug 27 22:16:03.014 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2055 | 2024-08-27T22:16:04.549Z | [ helios-setup] Aug 27 22:16:03.014 INFO ok! |
2056 | 2024-08-27T22:16:04.549Z | [ helios-setup] Aug 27 22:16:03.014 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2057 | 2024-08-27T22:16:04.549Z | [ helios-setup] Aug 27 22:16:03.014 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2058 | 2024-08-27T22:16:04.549Z | [ helios-setup] Aug 27 22:16:03.014 INFO ok! |
2059 | 2024-08-27T22:16:04.549Z | [ helios-setup] Aug 27 22:16:03.014 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2060 | 2024-08-27T22:16:04.550Z | [ helios-setup] Aug 27 22:16:03.014 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2061 | 2024-08-27T22:16:04.826Z | [ helios-setup] Aug 27 22:16:03.289 INFO E| Downloading crates ... |
2062 | 2024-08-27T22:16:04.906Z | [ helios-setup] Aug 27 22:16:03.373 INFO E| Downloaded block-buffer v0.10.3 |
2063 | 2024-08-27T22:16:04.909Z | [ helios-setup] Aug 27 22:16:03.375 INFO E| Downloaded cpufeatures v0.2.5 |
2064 | 2024-08-27T22:16:04.917Z | [ helios-setup] Aug 27 22:16:03.384 INFO E| Downloaded flate2 v1.0.25 |
2065 | 2024-08-27T22:16:04.926Z | [ helios-setup] Aug 27 22:16:03.393 INFO E| Downloaded typenum v1.15.0 |
2066 | 2024-08-27T22:16:04.930Z | [ helios-setup] Aug 27 22:16:03.397 INFO E| Downloaded generic-array v0.14.6 |
2067 | 2024-08-27T22:16:04.934Z | [ helios-setup] Aug 27 22:16:03.399 INFO E| Downloaded unicode-width v0.1.10 |
2068 | 2024-08-27T22:16:04.937Z | [ helios-setup] Aug 27 22:16:03.402 INFO E| Downloaded digest v0.10.3 |
2069 | 2024-08-27T22:16:04.940Z | [ helios-setup] Aug 27 22:16:03.404 INFO E| Downloaded miniz_oxide v0.6.2 |
2070 | 2024-08-27T22:16:04.942Z | [ helios-setup] Aug 27 22:16:03.408 INFO E| Downloaded anyhow v1.0.62 |
2071 | 2024-08-27T22:16:04.947Z | [ helios-setup] Aug 27 22:16:03.414 INFO E| Downloaded bytes v1.2.1 |
2072 | 2024-08-27T22:16:04.952Z | [ helios-setup] Aug 27 22:16:03.420 INFO E| Downloaded sha2 v0.10.5 |
2073 | 2024-08-27T22:16:05.084Z | [ helios-setup] Aug 27 22:16:03.552 INFO E| Compiling version_check v0.9.4 |
2074 | 2024-08-27T22:16:05.084Z | [ helios-setup] Aug 27 22:16:03.552 INFO E| Compiling typenum v1.15.0 |
2075 | 2024-08-27T22:16:05.087Z | [ helios-setup] Aug 27 22:16:03.552 INFO E| Compiling crc32fast v1.3.2 |
2076 | 2024-08-27T22:16:05.087Z | [ helios-setup] Aug 27 22:16:03.552 INFO E| Compiling cfg-if v1.0.0 |
2077 | 2024-08-27T22:16:05.087Z | [ helios-setup] Aug 27 22:16:03.552 INFO E| Compiling anyhow v1.0.62 |
2078 | 2024-08-27T22:16:05.087Z | [ helios-setup] Aug 27 22:16:03.552 INFO E| Compiling adler v1.0.2 |
2079 | 2024-08-27T22:16:05.087Z | [ helios-setup] Aug 27 22:16:03.552 INFO E| Compiling cpufeatures v0.2.5 |
2080 | 2024-08-27T22:16:05.087Z | [ helios-setup] Aug 27 22:16:03.552 INFO E| Compiling unicode-width v0.1.10 |
2081 | 2024-08-27T22:16:05.237Z | [ host-package] Compiling waitgroup v0.1.2 |
2082 | 2024-08-27T22:16:05.689Z | [ helios-setup] Aug 27 22:16:04.156 INFO E| Compiling bytes v1.2.1 |
2083 | 2024-08-27T22:16:05.814Z | [ helios-setup] Aug 27 22:16:04.281 INFO E| Compiling bitflags v1.3.2 |
2084 | 2024-08-27T22:16:05.969Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2085 | 2024-08-27T22:16:06.154Z | [ helios-setup] Aug 27 22:16:04.621 INFO E| Compiling miniz_oxide v0.6.2 |
2086 | 2024-08-27T22:16:06.241Z | [ helios-setup] Aug 27 22:16:04.708 INFO E| Compiling getopts v0.2.21 |
2087 | 2024-08-27T22:16:06.925Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2088 | 2024-08-27T22:16:07.234Z | [ host-package] Compiling slog-term v2.9.1 |
2089 | 2024-08-27T22:16:07.378Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2090 | 2024-08-27T22:16:07.584Z | [ helios-setup] Aug 27 22:16:06.051 INFO E| Compiling generic-array v0.14.6 |
2091 | 2024-08-27T22:16:07.656Z | [ helios-setup] Aug 27 22:16:06.123 INFO E| Compiling flate2 v1.0.25 |
2092 | 2024-08-27T22:16:08.232Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2093 | 2024-08-27T22:16:08.322Z | [ host-package] Compiling async-stream v0.3.5 |
2094 | 2024-08-27T22:16:08.912Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2095 | 2024-08-27T22:16:08.950Z | [ host-package] Compiling ipnetwork v0.20.0 |
2096 | 2024-08-27T22:16:09.238Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2097 | 2024-08-27T22:16:09.416Z | [ host-package] Compiling hostname v0.4.0 |
2098 | 2024-08-27T22:16:09.817Z | [ host-package] Compiling instant v0.1.12 |
2099 | 2024-08-27T22:16:10.106Z | [ host-package] Compiling debug-ignore v1.0.5 |
2100 | 2024-08-27T22:16:10.176Z | [ host-package] Compiling backoff v0.4.0 |
2101 | 2024-08-27T22:16:10.468Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2102 | 2024-08-27T22:16:10.612Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2103 | 2024-08-27T22:16:11.073Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2104 | 2024-08-27T22:16:11.194Z | [ helios-setup] Aug 27 22:16:09.627 INFO E| Compiling block-buffer v0.10.3 |
2105 | 2024-08-27T22:16:11.194Z | [ helios-setup] Aug 27 22:16:09.628 INFO E| Compiling crypto-common v0.1.6 |
2106 | 2024-08-27T22:16:11.339Z | [ host-package] Compiling parse-display v0.10.0 |
2107 | 2024-08-27T22:16:11.414Z | [ helios-setup] Aug 27 22:16:09.880 INFO E| Compiling digest v0.10.3 |
2108 | 2024-08-27T22:16:11.820Z | [ helios-setup] Aug 27 22:16:10.286 INFO E| Compiling sha2 v0.10.5 |
2109 | 2024-08-27T22:16:11.994Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2110 | 2024-08-27T22:16:12.218Z | [ host-package] Compiling serde_with v3.9.0 |
2111 | 2024-08-27T22:16:12.293Z | [ helios-setup] Aug 27 22:16:10.760 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2112 | 2024-08-27T22:16:17.072Z | [ host-package] Compiling strum v0.26.3 |
2113 | 2024-08-27T22:16:17.352Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2114 | 2024-08-27T22:16:17.848Z | [ helios-setup] Aug 27 22:16:16.314 INFO E| Finished `release` profile [optimized] target(s) in 13.21s |
2115 | 2024-08-27T22:16:17.862Z | [ helios-setup] Aug 27 22:16:16.328 INFO building project "bootserver" ok (13 seconds) |
2116 | 2024-08-27T22:16:17.862Z | [ helios-setup] Aug 27 22:16:16.328 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2117 | 2024-08-27T22:16:17.864Z | [ helios-setup] Aug 27 22:16:16.328 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2118 | 2024-08-27T22:16:18.167Z | [ helios-setup] Aug 27 22:16:16.633 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2119 | 2024-08-27T22:16:18.712Z | [ helios-setup] Aug 27 22:16:17.177 INFO E| From https://github.com/jclulow/rust-jmclib |
2120 | 2024-08-27T22:16:18.712Z | [ helios-setup] Aug 27 22:16:17.177 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2121 | 2024-08-27T22:16:18.733Z | [ helios-setup] Aug 27 22:16:17.199 INFO E| Updating crates.io index |
2122 | 2024-08-27T22:16:18.839Z | [ helios-setup] Aug 27 22:16:17.285 INFO E| Downloading crates ... |
2123 | 2024-08-27T22:16:18.912Z | [ host-package] Compiling macaddr v1.0.1 |
2124 | 2024-08-27T22:16:18.917Z | [ helios-setup] Aug 27 22:16:17.380 INFO E| Downloaded ryu v1.0.15 |
2125 | 2024-08-27T22:16:18.921Z | [ helios-setup] Aug 27 22:16:17.387 INFO E| Downloaded opaque-debug v0.3.0 |
2126 | 2024-08-27T22:16:18.925Z | [ helios-setup] Aug 27 22:16:17.388 INFO E| Downloaded md-5 v0.9.1 |
2127 | 2024-08-27T22:16:18.928Z | [ helios-setup] Aug 27 22:16:17.391 INFO E| Downloaded itoa v1.0.9 |
2128 | 2024-08-27T22:16:18.928Z | [ helios-setup] Aug 27 22:16:17.393 INFO E| Downloaded fastrand v2.0.0 |
2129 | 2024-08-27T22:16:18.931Z | [ helios-setup] Aug 27 22:16:17.397 INFO E| Downloaded digest v0.9.0 |
2130 | 2024-08-27T22:16:18.935Z | [ helios-setup] Aug 27 22:16:17.399 INFO E| Downloaded block-buffer v0.9.0 |
2131 | 2024-08-27T22:16:18.938Z | [ helios-setup] Aug 27 22:16:17.401 INFO E| Downloaded errno v0.3.1 |
2132 | 2024-08-27T22:16:18.938Z | [ helios-setup] Aug 27 22:16:17.403 INFO E| Downloaded cpufeatures v0.2.9 |
2133 | 2024-08-27T22:16:18.944Z | [ helios-setup] Aug 27 22:16:17.405 INFO E| Downloaded sha-1 v0.9.8 |
2134 | 2024-08-27T22:16:18.944Z | [ helios-setup] Aug 27 22:16:17.408 INFO E| Downloaded uuid v0.8.2 |
2135 | 2024-08-27T22:16:18.949Z | [ helios-setup] Aug 27 22:16:17.414 INFO E| Downloaded getrandom v0.2.10 |
2136 | 2024-08-27T22:16:18.954Z | [ helios-setup] Aug 27 22:16:17.420 INFO E| Downloaded bitflags v2.3.3 |
2137 | 2024-08-27T22:16:18.972Z | [ helios-setup] Aug 27 22:16:17.425 INFO E| Downloaded tempfile v3.7.0 |
2138 | 2024-08-27T22:16:18.972Z | [ helios-setup] Aug 27 22:16:17.429 INFO E| Downloaded toml v0.5.11 |
2139 | 2024-08-27T22:16:18.972Z | [ helios-setup] Aug 27 22:16:17.434 INFO E| Downloaded walkdir v2.3.3 |
2140 | 2024-08-27T22:16:19.003Z | [ helios-setup] Aug 27 22:16:17.469 INFO E| Downloaded typenum v1.16.0 |
2141 | 2024-08-27T22:16:19.008Z | [ helios-setup] Aug 27 22:16:17.472 INFO E| Downloaded serde v1.0.193 |
2142 | 2024-08-27T22:16:19.013Z | [ helios-setup] Aug 27 22:16:17.478 INFO E| Downloaded anyhow v1.0.72 |
2143 | 2024-08-27T22:16:19.017Z | [ helios-setup] Aug 27 22:16:17.483 INFO E| Downloaded serde_derive v1.0.193 |
2144 | 2024-08-27T22:16:19.022Z | [ helios-setup] Aug 27 22:16:17.488 INFO E| Downloaded proc-macro2 v1.0.66 |
2145 | 2024-08-27T22:16:19.026Z | [ helios-setup] Aug 27 22:16:17.492 INFO E| Downloaded serde_json v1.0.103 |
2146 | 2024-08-27T22:16:19.038Z | [ helios-setup] Aug 27 22:16:17.503 INFO E| Downloaded once_cell v1.18.0 |
2147 | 2024-08-27T22:16:19.041Z | [ helios-setup] Aug 27 22:16:17.507 INFO E| Downloaded syn v2.0.32 |
2148 | 2024-08-27T22:16:19.058Z | [ helios-setup] Aug 27 22:16:17.523 INFO E| Downloaded unicode-ident v1.0.11 |
2149 | 2024-08-27T22:16:19.063Z | [ helios-setup] Aug 27 22:16:17.528 INFO E| Downloaded rustix v0.38.4 |
2150 | 2024-08-27T22:16:19.097Z | [ helios-setup] Aug 27 22:16:17.562 INFO E| Downloaded quote v1.0.31 |
2151 | 2024-08-27T22:16:19.101Z | [ helios-setup] Aug 27 22:16:17.566 INFO E| Downloaded libc v0.2.147 |
2152 | 2024-08-27T22:16:19.143Z | [ helios-setup] Aug 27 22:16:17.608 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2153 | 2024-08-27T22:16:19.258Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2154 | 2024-08-27T22:16:19.339Z | [ helios-setup] Aug 27 22:16:17.804 INFO E| Compiling libc v0.2.147 |
2155 | 2024-08-27T22:16:19.394Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2156 | 2024-08-27T22:16:19.398Z | [ helios-setup] Aug 27 22:16:17.860 INFO E| Compiling proc-macro2 v1.0.66 |
2157 | 2024-08-27T22:16:19.398Z | [ helios-setup] Aug 27 22:16:17.860 INFO E| Compiling unicode-ident v1.0.11 |
2158 | 2024-08-27T22:16:19.398Z | [ helios-setup] Aug 27 22:16:17.860 INFO E| Compiling cfg-if v1.0.0 |
2159 | 2024-08-27T22:16:19.398Z | [ helios-setup] Aug 27 22:16:17.860 INFO E| Compiling version_check v0.9.4 |
2160 | 2024-08-27T22:16:19.398Z | [ helios-setup] Aug 27 22:16:17.861 INFO E| Compiling typenum v1.16.0 |
2161 | 2024-08-27T22:16:19.398Z | [ helios-setup] Aug 27 22:16:17.861 INFO E| Compiling serde v1.0.193 |
2162 | 2024-08-27T22:16:19.398Z | [ helios-setup] Aug 27 22:16:17.861 INFO E| Compiling slog v2.7.0 |
2163 | 2024-08-27T22:16:19.877Z | [ helios-setup] Aug 27 22:16:18.342 INFO E| Compiling time-core v0.1.2 |
2164 | 2024-08-27T22:16:19.954Z | [ helios-setup] Aug 27 22:16:18.420 INFO E| Compiling itoa v1.0.9 |
2165 | 2024-08-27T22:16:20.269Z | [ helios-setup] Aug 27 22:16:18.733 INFO E| Compiling rustix v0.38.4 |
2166 | 2024-08-27T22:16:20.533Z | [ helios-setup] Aug 27 22:16:18.999 INFO E| Compiling powerfmt v0.2.0 |
2167 | 2024-08-27T22:16:20.658Z | [ helios-setup] Aug 27 22:16:19.123 INFO E| Compiling num-conv v0.1.0 |
2168 | 2024-08-27T22:16:21.004Z | [ helios-setup] Aug 27 22:16:19.466 INFO E| Compiling once_cell v1.18.0 |
2169 | 2024-08-27T22:16:21.070Z | [ helios-setup] Aug 27 22:16:19.535 INFO E| Compiling generic-array v0.14.7 |
2170 | 2024-08-27T22:16:21.412Z | [ helios-setup] Aug 27 22:16:19.877 INFO E| Compiling time-macros v0.2.18 |
2171 | 2024-08-27T22:16:21.447Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2172 | 2024-08-27T22:16:21.477Z | [ helios-setup] Aug 27 22:16:19.942 INFO E| Compiling deranged v0.3.11 |
2173 | 2024-08-27T22:16:21.539Z | [ helios-setup] Aug 27 22:16:20.004 INFO E| Compiling num_threads v0.1.6 |
2174 | 2024-08-27T22:16:21.735Z | [ helios-setup] Aug 27 22:16:20.200 INFO E| Compiling bitflags v2.3.3 |
2175 | 2024-08-27T22:16:21.790Z | [ helios-setup] Aug 27 22:16:20.253 INFO E| Compiling thread_local v1.1.7 |
2176 | 2024-08-27T22:16:22.022Z | [ helios-setup] Aug 27 22:16:20.487 INFO E| Compiling quote v1.0.31 |
2177 | 2024-08-27T22:16:22.662Z | [ helios-setup] Aug 27 22:16:21.128 INFO E| Compiling syn v2.0.32 |
2178 | 2024-08-27T22:16:23.160Z | [ helios-setup] Aug 27 22:16:21.625 INFO E| Compiling dirs-sys-next v0.1.2 |
2179 | 2024-08-27T22:16:23.335Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2180 | 2024-08-27T22:16:23.371Z | [ helios-setup] Aug 27 22:16:21.836 INFO E| Compiling errno v0.3.1 |
2181 | 2024-08-27T22:16:23.371Z | [ helios-setup] Aug 27 22:16:21.836 INFO E| Compiling atty v0.2.14 |
2182 | 2024-08-27T22:16:23.526Z | [ helios-setup] Aug 27 22:16:21.991 INFO E| Compiling dirs-next v2.0.0 |
2183 | 2024-08-27T22:16:23.725Z | [ helios-setup] Aug 27 22:16:22.191 INFO E| Compiling term v0.7.0 |
2184 | 2024-08-27T22:16:23.839Z | [ helios-setup] Aug 27 22:16:22.304 INFO E| Compiling serde_json v1.0.103 |
2185 | 2024-08-27T22:16:24.610Z | [ helios-setup] Aug 27 22:16:23.075 INFO E| Compiling anyhow v1.0.72 |
2186 | 2024-08-27T22:16:24.891Z | [ helios-setup] Aug 27 22:16:23.356 INFO E| Compiling opaque-debug v0.3.0 |
2187 | 2024-08-27T22:16:24.981Z | [ helios-setup] Aug 27 22:16:23.446 INFO E| Compiling fastrand v2.0.0 |
2188 | 2024-08-27T22:16:25.296Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2189 | 2024-08-27T22:16:25.375Z | [ helios-setup] Aug 27 22:16:23.840 INFO E| Compiling getrandom v0.2.10 |
2190 | 2024-08-27T22:16:25.651Z | [ host-package] Compiling swrite v0.1.0 |
2191 | 2024-08-27T22:16:26.034Z | [ helios-setup] Aug 27 22:16:24.498 INFO E| Compiling ryu v1.0.15 |
2192 | 2024-08-27T22:16:26.201Z | [ host-package] Compiling rayon-core v1.12.1 |
2193 | 2024-08-27T22:16:26.300Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2194 | 2024-08-27T22:16:26.352Z | [ helios-setup] Aug 27 22:16:24.773 INFO E| Compiling tempfile v3.7.0 |
2195 | 2024-08-27T22:16:26.385Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2196 | 2024-08-27T22:16:26.707Z | [ helios-setup] Aug 27 22:16:25.172 INFO E| Compiling same-file v1.0.6 |
2197 | 2024-08-27T22:16:26.950Z | [ helios-setup] Aug 27 22:16:25.415 INFO E| Compiling time v0.3.36 |
2198 | 2024-08-27T22:16:26.987Z | [ helios-setup] Aug 27 22:16:25.452 INFO E| Compiling unicode-width v0.1.10 |
2199 | 2024-08-27T22:16:27.210Z | [ helios-setup] Aug 27 22:16:25.675 INFO E| Compiling cpufeatures v0.2.9 |
2200 | 2024-08-27T22:16:27.252Z | [ helios-setup] Aug 27 22:16:25.717 INFO E| Compiling block-buffer v0.9.0 |
2201 | 2024-08-27T22:16:27.310Z | [ helios-setup] Aug 27 22:16:25.768 INFO E| Compiling digest v0.9.0 |
2202 | 2024-08-27T22:16:27.415Z | [ helios-setup] Aug 27 22:16:25.880 INFO E| Compiling getopts v0.2.21 |
2203 | 2024-08-27T22:16:27.466Z | [ helios-setup] Aug 27 22:16:25.930 INFO E| Compiling walkdir v2.3.3 |
2204 | 2024-08-27T22:16:27.605Z | [ host-package] Compiling half v2.4.1 |
2205 | 2024-08-27T22:16:27.693Z | [ helios-setup] Aug 27 22:16:26.157 INFO E| Compiling md-5 v0.9.1 |
2206 | 2024-08-27T22:16:27.803Z | [ helios-setup] Aug 27 22:16:26.268 INFO E| Compiling sha-1 v0.9.8 |
2207 | 2024-08-27T22:16:28.090Z | [ helios-setup] Aug 27 22:16:26.555 INFO E| Compiling glob v0.3.1 |
2208 | 2024-08-27T22:16:28.701Z | [ helios-setup] Aug 27 22:16:27.166 INFO E| Compiling libdevinfo-sys v1.0.0 |
2209 | 2024-08-27T22:16:29.270Z | [ host-package] Compiling ciborium-io v0.2.2 |
2210 | 2024-08-27T22:16:29.442Z | [ host-package] Compiling fastrand v2.1.0 |
2211 | 2024-08-27T22:16:30.268Z | [ host-package] Compiling same-file v1.0.6 |
2212 | 2024-08-27T22:16:30.507Z | [ helios-setup] Aug 27 22:16:28.939 INFO E| Compiling slog-term v2.9.0 |
2213 | 2024-08-27T22:16:30.577Z | [ host-package] Compiling display-error-chain v0.2.0 |
2214 | 2024-08-27T22:16:30.878Z | [ host-package] Compiling walkdir v2.5.0 |
2215 | 2024-08-27T22:16:31.143Z | [ host-package] Compiling tempfile v3.10.1 |
2216 | 2024-08-27T22:16:31.874Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2217 | 2024-08-27T22:16:34.323Z | [ helios-setup] Aug 27 22:16:30.761 INFO E| Compiling serde_derive v1.0.193 |
2218 | 2024-08-27T22:16:34.401Z | [ host-package] Compiling ring v0.16.20 |
2219 | 2024-08-27T22:16:34.401Z | [ host-package] Compiling rayon v1.10.0 |
2220 | 2024-08-27T22:16:35.352Z | [ host-package] Compiling blake3 v1.5.1 |
2221 | 2024-08-27T22:16:36.000Z | [ host-package] Compiling ciborium v0.2.2 |
2222 | 2024-08-27T22:16:36.182Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2223 | 2024-08-27T22:16:39.385Z | [ host-package] Compiling xattr v1.3.1 |
2224 | 2024-08-27T22:16:39.675Z | [ host-package] Compiling memmap2 v0.9.4 |
2225 | 2024-08-27T22:16:40.283Z | [ host-package] Compiling filetime v0.2.24 |
2226 | 2024-08-27T22:16:40.605Z | [ host-package] Compiling untrusted v0.7.1 |
2227 | 2024-08-27T22:16:40.868Z | [ host-package] Compiling spin v0.5.2 |
2228 | 2024-08-27T22:16:41.239Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2229 | 2024-08-27T22:16:41.433Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2230 | 2024-08-27T22:16:41.894Z | [ host-package] Compiling arrayref v0.3.7 |
2231 | 2024-08-27T22:16:42.038Z | [ host-package] Compiling arrayvec v0.7.4 |
2232 | 2024-08-27T22:16:43.801Z | [ host-package] Compiling tar v0.4.41 |
2233 | 2024-08-27T22:16:45.760Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2234 | 2024-08-27T22:16:45.849Z | [ host-package] Compiling toolchain_find v0.4.0 |
2235 | 2024-08-27T22:16:46.170Z | [ host-package] Compiling nibble_vec v0.1.0 |
2236 | 2024-08-27T22:16:46.305Z | [ host-package] Compiling atty v0.2.14 |
2237 | 2024-08-27T22:16:46.511Z | [ host-package] Compiling endian-type v0.1.2 |
2238 | 2024-08-27T22:16:46.530Z | [ host-package] Compiling crunchy v0.2.2 |
2239 | 2024-08-27T22:16:46.568Z | [ host-package] Compiling glob v0.3.1 |
2240 | 2024-08-27T22:16:46.793Z | [ host-package] Compiling topological-sort v0.2.2 |
2241 | 2024-08-27T22:16:47.062Z | [ host-package] Compiling maplit v1.0.2 |
2242 | 2024-08-27T22:16:47.157Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2243 | 2024-08-27T22:16:47.278Z | [ host-package] Compiling radix_trie v0.2.1 |
2244 | 2024-08-27T22:16:47.599Z | [ host-package] Compiling clang-sys v1.7.0 |
2245 | 2024-08-27T22:16:47.809Z | [ helios-setup] Aug 27 22:16:46.272 INFO E| Compiling toml v0.5.11 |
2246 | 2024-08-27T22:16:47.809Z | [ helios-setup] Aug 27 22:16:46.272 INFO E| Compiling uuid v0.8.2 |
2247 | 2024-08-27T22:16:47.876Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2248 | 2024-08-27T22:16:48.411Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2249 | 2024-08-27T22:16:49.231Z | [ host-package] Compiling tungstenite v0.21.0 |
2250 | 2024-08-27T22:16:49.378Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2251 | 2024-08-27T22:16:49.768Z | [ helios-setup] Aug 27 22:16:48.230 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2252 | 2024-08-27T22:16:49.961Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2253 | 2024-08-27T22:16:50.149Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2254 | 2024-08-27T22:16:50.993Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2255 | 2024-08-27T22:16:51.760Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2256 | 2024-08-27T22:16:51.999Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2257 | 2024-08-27T22:16:52.465Z | [ host-package] Compiling arc-swap v1.7.1 |
2258 | 2024-08-27T22:16:52.704Z | [ helios-setup] Aug 27 22:16:51.167 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2259 | 2024-08-27T22:16:53.267Z | [ host-package] Compiling slog-scope v4.4.0 |
2260 | 2024-08-27T22:16:53.412Z | [ host-package] Compiling diesel_derives v2.2.2 |
2261 | 2024-08-27T22:16:53.462Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2262 | 2024-08-27T22:16:53.654Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2263 | 2024-08-27T22:16:53.963Z | [ host-package] Compiling r2d2 v0.8.10 |
2264 | 2024-08-27T22:16:54.627Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2265 | 2024-08-27T22:16:54.735Z | [ host-package] Compiling ena v0.14.3 |
2266 | 2024-08-27T22:16:54.946Z | [ host-package] Compiling libloading v0.8.3 |
2267 | 2024-08-27T22:16:55.221Z | [ host-package] Compiling diff v0.1.13 |
2268 | 2024-08-27T22:16:55.314Z | [ host-package] Compiling regex-syntax v0.6.29 |
2269 | 2024-08-27T22:16:55.471Z | [ host-package] Compiling bindgen v0.69.4 |
2270 | 2024-08-27T22:16:56.237Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2271 | 2024-08-27T22:16:57.177Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2272 | 2024-08-27T22:16:58.347Z | [ host-package] Compiling which v4.4.2 |
2273 | 2024-08-27T22:16:58.925Z | [ host-package] Compiling lalrpop v0.19.12 |
2274 | 2024-08-27T22:17:01.114Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2275 | 2024-08-27T22:17:01.425Z | [ host-package] Compiling cexpr v0.6.0 |
2276 | 2024-08-27T22:17:03.501Z | [ host-package] Compiling libsw v3.3.1 |
2277 | 2024-08-27T22:17:04.349Z | [ host-package] Compiling lazycell v1.3.0 |
2278 | 2024-08-27T22:17:04.552Z | [ host-package] Compiling linear-map v1.2.0 |
2279 | 2024-08-27T22:17:05.038Z | [ host-package] Compiling ref-cast v1.0.23 |
2280 | 2024-08-27T22:17:05.660Z | [ host-package] Compiling rustc-hash v1.1.0 |
2281 | 2024-08-27T22:17:05.854Z | [ host-package] Compiling owo-colors v4.0.0 |
2282 | 2024-08-27T22:17:06.032Z | [ host-package] Compiling diesel v2.2.2 |
2283 | 2024-08-27T22:17:06.481Z | [ helios-setup] Aug 27 22:17:04.942 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.50s |
2284 | 2024-08-27T22:17:06.516Z | [ helios-setup] Aug 27 22:17:04.977 INFO building project "image-builder" ok (48 seconds) |
2285 | 2024-08-27T22:17:06.516Z | [ helios-setup] Aug 27 22:17:04.977 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2286 | 2024-08-27T22:17:06.516Z | [ helios-setup] Aug 27 22:17:04.977 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2287 | 2024-08-27T22:17:06.526Z | [ helios-setup] Aug 27 22:17:04.987 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2288 | 2024-08-27T22:17:06.919Z | [ helios-setup] Aug 27 22:17:05.380 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2289 | 2024-08-27T22:17:06.920Z | [ helios-setup] Aug 27 22:17:05.380 INFO E| info: downloading component 'cargo' |
2290 | 2024-08-27T22:17:07.626Z | [ host-package] Compiling shlex v1.3.0 |
2291 | 2024-08-27T22:17:08.396Z | [ helios-setup] Aug 27 22:17:06.856 INFO E| info: downloading component 'clippy' |
2292 | 2024-08-27T22:17:08.675Z | [ helios-setup] Aug 27 22:17:07.136 INFO E| info: downloading component 'rust-docs' |
2293 | 2024-08-27T22:17:08.761Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2294 | 2024-08-27T22:17:09.826Z | [ helios-setup] Aug 27 22:17:08.287 INFO E| info: downloading component 'rust-src' |
2295 | 2024-08-27T22:17:10.007Z | [ helios-setup] Aug 27 22:17:08.467 INFO E| info: downloading component 'rust-std' |
2296 | 2024-08-27T22:17:12.379Z | [ helios-setup] Aug 27 22:17:10.839 INFO E| info: downloading component 'rustc' |
2297 | 2024-08-27T22:17:16.465Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2298 | 2024-08-27T22:17:16.934Z | [ helios-setup] Aug 27 22:17:15.394 INFO E| info: downloading component 'rustfmt' |
2299 | 2024-08-27T22:17:17.168Z | [ helios-setup] Aug 27 22:17:15.628 INFO E| info: installing component 'cargo' |
2300 | 2024-08-27T22:17:18.561Z | [ helios-setup] Aug 27 22:17:17.021 INFO E| info: installing component 'clippy' |
2301 | 2024-08-27T22:17:19.046Z | [ helios-setup] Aug 27 22:17:17.505 INFO E| info: installing component 'rust-docs' |
2302 | 2024-08-27T22:17:19.174Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2303 | 2024-08-27T22:17:19.531Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2304 | 2024-08-27T22:17:20.136Z | [ host-package] Compiling headers-core v0.2.0 |
2305 | 2024-08-27T22:17:20.323Z | [ host-package] Compiling fxhash v0.2.1 |
2306 | 2024-08-27T22:17:20.586Z | [ host-package] Compiling libxml v0.3.3 |
2307 | 2024-08-27T22:17:21.118Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2308 | 2024-08-27T22:17:22.126Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2309 | 2024-08-27T22:17:22.529Z | [ host-package] Compiling samael v0.0.15 |
2310 | 2024-08-27T22:17:22.874Z | [ host-package] Compiling headers v0.3.9 |
2311 | 2024-08-27T22:17:23.242Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2312 | 2024-08-27T22:17:24.516Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2313 | 2024-08-27T22:17:24.976Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2314 | 2024-08-27T22:17:25.857Z | [ helios-setup] Aug 27 22:17:24.313 INFO E| info: installing component 'rust-src' |
2315 | 2024-08-27T22:17:26.288Z | [ host-package] Compiling kstat-rs v0.2.4 |
2316 | 2024-08-27T22:17:26.867Z | [ helios-setup] Aug 27 22:17:25.326 INFO E| info: installing component 'rust-std' |
2317 | 2024-08-27T22:17:26.938Z | [ host-package] Compiling strum_macros v0.24.3 |
2318 | 2024-08-27T22:17:26.973Z | [ host-package] Compiling dropshot v0.10.1 |
2319 | 2024-08-27T22:17:27.349Z | [ host-package] Compiling unicase v2.7.0 |
2320 | 2024-08-27T22:17:27.466Z | [ host-package] Compiling indoc v1.0.9 |
2321 | 2024-08-27T22:17:27.884Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2322 | 2024-08-27T22:17:28.637Z | [ host-package] Compiling polar-core v0.27.3 |
2323 | 2024-08-27T22:17:29.459Z | [ helios-setup] Aug 27 22:17:27.917 INFO E| info: installing component 'rustc' |
2324 | 2024-08-27T22:17:30.656Z | [ host-package] Compiling derive_builder v0.20.0 |
2325 | 2024-08-27T22:17:30.912Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2326 | 2024-08-27T22:17:33.620Z | [ host-package] Compiling tungstenite v0.23.0 |
2327 | 2024-08-27T22:17:35.872Z | [ helios-setup] Aug 27 22:17:34.323 INFO E| info: installing component 'rustfmt' |
2328 | 2024-08-27T22:17:36.446Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2329 | 2024-08-27T22:17:36.835Z | [ host-package] Compiling crossterm v0.28.1 |
2330 | 2024-08-27T22:17:36.946Z | [ helios-setup] Aug 27 22:17:35.401 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2331 | 2024-08-27T22:17:37.763Z | [ helios-setup] Aug 27 22:17:36.221 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2332 | 2024-08-27T22:17:37.763Z | [ helios-setup] Aug 27 22:17:36.221 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2333 | 2024-08-27T22:17:37.763Z | [ helios-setup] Aug 27 22:17:36.221 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2334 | 2024-08-27T22:17:37.792Z | [ helios-setup] Aug 27 22:17:36.250 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2335 | 2024-08-27T22:17:37.792Z | [ helios-setup] Aug 27 22:17:36.250 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2336 | 2024-08-27T22:17:37.796Z | [ helios-setup] Aug 27 22:17:36.250 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2337 | 2024-08-27T22:17:37.796Z | [ helios-setup] Aug 27 22:17:36.250 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2338 | 2024-08-27T22:17:37.796Z | [ helios-setup] Aug 27 22:17:36.250 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2339 | 2024-08-27T22:17:37.796Z | [ helios-setup] Aug 27 22:17:36.250 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2340 | 2024-08-27T22:17:37.796Z | [ helios-setup] Aug 27 22:17:36.251 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2341 | 2024-08-27T22:17:37.837Z | [ helios-setup] Aug 27 22:17:36.295 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2342 | 2024-08-27T22:17:38.907Z | [ helios-setup] Aug 27 22:17:37.364 INFO E| From https://github.com/oxidecomputer/amd-efs |
2343 | 2024-08-27T22:17:38.907Z | [ helios-setup] Aug 27 22:17:37.364 INFO E| * [new branch] empty -> origin/empty |
2344 | 2024-08-27T22:17:38.912Z | [ helios-setup] Aug 27 22:17:37.364 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2345 | 2024-08-27T22:17:38.912Z | [ helios-setup] Aug 27 22:17:37.365 INFO E| * [new branch] main -> origin/main |
2346 | 2024-08-27T22:17:38.912Z | [ helios-setup] Aug 27 22:17:37.365 INFO E| * [new branch] review -> origin/review |
2347 | 2024-08-27T22:17:38.912Z | [ helios-setup] Aug 27 22:17:37.365 INFO E| * [new ref] -> origin/HEAD |
2348 | 2024-08-27T22:17:38.912Z | [ helios-setup] Aug 27 22:17:37.365 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2349 | 2024-08-27T22:17:38.912Z | [ helios-setup] Aug 27 22:17:37.365 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2350 | 2024-08-27T22:17:38.912Z | [ helios-setup] Aug 27 22:17:37.365 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2351 | 2024-08-27T22:17:38.912Z | [ helios-setup] Aug 27 22:17:37.365 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2352 | 2024-08-27T22:17:38.912Z | [ helios-setup] Aug 27 22:17:37.366 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2353 | 2024-08-27T22:17:38.912Z | [ helios-setup] Aug 27 22:17:37.366 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2354 | 2024-08-27T22:17:38.912Z | [ helios-setup] Aug 27 22:17:37.366 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2355 | 2024-08-27T22:17:38.912Z | [ helios-setup] Aug 27 22:17:37.366 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2356 | 2024-08-27T22:17:38.912Z | [ helios-setup] Aug 27 22:17:37.366 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2357 | 2024-08-27T22:17:38.913Z | [ helios-setup] Aug 27 22:17:37.366 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2358 | 2024-08-27T22:17:38.913Z | [ helios-setup] Aug 27 22:17:37.366 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2359 | 2024-08-27T22:17:38.937Z | [ helios-setup] Aug 27 22:17:37.389 INFO E| Updating crates.io index |
2360 | 2024-08-27T22:17:39.145Z | [ helios-setup] Aug 27 22:17:37.595 INFO E| Downloading crates ... |
2361 | 2024-08-27T22:17:39.304Z | [ helios-setup] Aug 27 22:17:37.757 INFO E| Downloaded unic-ucd-version v0.9.0 |
2362 | 2024-08-27T22:17:39.309Z | [ helios-setup] Aug 27 22:17:37.759 INFO E| Downloaded unic-common v0.9.0 |
2363 | 2024-08-27T22:17:39.309Z | [ helios-setup] Aug 27 22:17:37.760 INFO E| Downloaded unic-char-property v0.9.0 |
2364 | 2024-08-27T22:17:39.309Z | [ helios-setup] Aug 27 22:17:37.762 INFO E| Downloaded strum v0.23.0 |
2365 | 2024-08-27T22:17:39.309Z | [ helios-setup] Aug 27 22:17:37.763 INFO E| Downloaded parse_int v0.6.0 |
2366 | 2024-08-27T22:17:39.309Z | [ helios-setup] Aug 27 22:17:37.765 INFO E| Downloaded unic-char-range v0.9.0 |
2367 | 2024-08-27T22:17:39.318Z | [ helios-setup] Aug 27 22:17:37.767 INFO E| Downloaded num-derive v0.3.3 |
2368 | 2024-08-27T22:17:39.318Z | [ helios-setup] Aug 27 22:17:37.769 INFO E| Downloaded memoffset v0.5.6 |
2369 | 2024-08-27T22:17:39.325Z | [ helios-setup] Aug 27 22:17:37.771 INFO E| Downloaded fletcher v0.1.0 |
2370 | 2024-08-27T22:17:39.346Z | [ helios-setup] Aug 27 22:17:37.800 INFO E| Downloaded structopt-derive v0.4.18 |
2371 | 2024-08-27T22:17:39.349Z | [ helios-setup] Aug 27 22:17:37.802 INFO E| Downloaded strsim v0.8.0 |
2372 | 2024-08-27T22:17:39.349Z | [ helios-setup] Aug 27 22:17:37.805 INFO E| Downloaded scroll_derive v0.10.5 |
2373 | 2024-08-27T22:17:39.349Z | [ helios-setup] Aug 27 22:17:37.806 INFO E| Downloaded rustc_version v0.2.3 |
2374 | 2024-08-27T22:17:39.353Z | [ helios-setup] Aug 27 22:17:37.808 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2375 | 2024-08-27T22:17:39.353Z | [ helios-setup] Aug 27 22:17:37.810 INFO E| Downloaded vec_map v0.8.2 |
2376 | 2024-08-27T22:17:39.358Z | [ helios-setup] Aug 27 22:17:37.812 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2377 | 2024-08-27T22:17:39.365Z | [ helios-setup] Aug 27 22:17:37.814 INFO E| Downloaded strum_macros v0.23.1 |
2378 | 2024-08-27T22:17:39.365Z | [ helios-setup] Aug 27 22:17:37.817 INFO E| Downloaded semver-parser v0.7.0 |
2379 | 2024-08-27T22:17:39.365Z | [ helios-setup] Aug 27 22:17:37.819 INFO E| Downloaded semver v0.9.0 |
2380 | 2024-08-27T22:17:39.370Z | [ helios-setup] Aug 27 22:17:37.821 INFO E| Downloaded textwrap v0.11.0 |
2381 | 2024-08-27T22:17:39.370Z | [ helios-setup] Aug 27 22:17:37.824 INFO E| Downloaded pre-proc-macro v0.2.1 |
2382 | 2024-08-27T22:17:39.373Z | [ helios-setup] Aug 27 22:17:37.827 INFO E| Downloaded modular-bitfield v0.11.2 |
2383 | 2024-08-27T22:17:39.389Z | [ helios-setup] Aug 27 22:17:37.844 INFO E| Downloaded structopt v0.3.26 |
2384 | 2024-08-27T22:17:39.407Z | [ helios-setup] Aug 27 22:17:37.856 INFO E| Downloaded scroll v0.10.2 |
2385 | 2024-08-27T22:17:39.412Z | [ helios-setup] Aug 27 22:17:37.859 INFO E| Downloaded pest_meta v2.7.11 |
2386 | 2024-08-27T22:17:39.412Z | [ helios-setup] Aug 27 22:17:37.862 INFO E| Downloaded log v0.4.22 |
2387 | 2024-08-27T22:17:39.412Z | [ helios-setup] Aug 27 22:17:37.866 INFO E| Downloaded cfg-if v0.1.10 |
2388 | 2024-08-27T22:17:39.412Z | [ helios-setup] Aug 27 22:17:37.868 INFO E| Downloaded serde_derive v1.0.204 |
2389 | 2024-08-27T22:17:39.415Z | [ helios-setup] Aug 27 22:17:37.871 INFO E| Downloaded serde v1.0.204 |
2390 | 2024-08-27T22:17:39.421Z | [ helios-setup] Aug 27 22:17:37.876 INFO E| Downloaded ansi_term v0.12.1 |
2391 | 2024-08-27T22:17:39.432Z | [ helios-setup] Aug 27 22:17:37.879 INFO E| Downloaded memchr v2.7.4 |
2392 | 2024-08-27T22:17:39.444Z | [ helios-setup] Aug 27 22:17:37.887 INFO E| Downloaded clap v2.34.0 |
2393 | 2024-08-27T22:17:39.448Z | [ helios-setup] Aug 27 22:17:37.898 INFO E| Downloaded pest v2.7.11 |
2394 | 2024-08-27T22:17:39.448Z | [ helios-setup] Aug 27 22:17:37.904 INFO E| Downloaded proc-macro-crate v0.1.5 |
2395 | 2024-08-27T22:17:39.452Z | [ helios-setup] Aug 27 22:17:37.905 INFO E| Downloaded pre v0.2.1 |
2396 | 2024-08-27T22:17:39.452Z | [ helios-setup] Aug 27 22:17:37.907 INFO E| Downloaded serde_json v1.0.120 |
2397 | 2024-08-27T22:17:39.461Z | [ helios-setup] Aug 27 22:17:37.918 INFO E| Downloaded goblin v0.4.3 |
2398 | 2024-08-27T22:17:39.471Z | [ helios-setup] Aug 27 22:17:37.927 INFO E| Downloaded syn v2.0.71 |
2399 | 2024-08-27T22:17:39.487Z | [ helios-setup] Aug 27 22:17:37.945 INFO E| Downloaded pest_generator v2.7.11 |
2400 | 2024-08-27T22:17:39.490Z | [ helios-setup] Aug 27 22:17:37.947 INFO E| Downloaded pest_derive v2.7.11 |
2401 | 2024-08-27T22:17:39.496Z | [ helios-setup] Aug 27 22:17:37.950 INFO E| Downloaded four-cc v0.3.0 |
2402 | 2024-08-27T22:17:39.496Z | [ helios-setup] Aug 27 22:17:37.952 INFO E| Downloaded bytesize v1.3.0 |
2403 | 2024-08-27T22:17:39.501Z | [ helios-setup] Aug 27 22:17:37.956 INFO E| Downloaded libc v0.2.155 |
2404 | 2024-08-27T22:17:39.633Z | [ helios-setup] Aug 27 22:17:38.090 INFO E| Compiling proc-macro2 v1.0.86 |
2405 | 2024-08-27T22:17:39.633Z | [ helios-setup] Aug 27 22:17:38.090 INFO E| Compiling unicode-ident v1.0.12 |
2406 | 2024-08-27T22:17:39.636Z | [ helios-setup] Aug 27 22:17:38.090 INFO E| Compiling syn v1.0.109 |
2407 | 2024-08-27T22:17:39.636Z | [ helios-setup] Aug 27 22:17:38.090 INFO E| Compiling version_check v0.9.4 |
2408 | 2024-08-27T22:17:39.636Z | [ helios-setup] Aug 27 22:17:38.090 INFO E| Compiling autocfg v1.3.0 |
2409 | 2024-08-27T22:17:39.636Z | [ helios-setup] Aug 27 22:17:38.090 INFO E| Compiling thiserror v1.0.63 |
2410 | 2024-08-27T22:17:39.636Z | [ helios-setup] Aug 27 22:17:38.090 INFO E| Compiling semver-parser v0.7.0 |
2411 | 2024-08-27T22:17:39.636Z | [ helios-setup] Aug 27 22:17:38.090 INFO E| Compiling serde v1.0.204 |
2412 | 2024-08-27T22:17:39.771Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2413 | 2024-08-27T22:17:40.145Z | [ helios-setup] Aug 27 22:17:38.603 INFO E| Compiling semver v0.9.0 |
2414 | 2024-08-27T22:17:40.863Z | [ helios-setup] Aug 27 22:17:39.320 INFO E| Compiling rustc_version v0.2.3 |
2415 | 2024-08-27T22:17:40.966Z | [ helios-setup] Aug 27 22:17:39.396 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2416 | 2024-08-27T22:17:41.005Z | [ helios-setup] Aug 27 22:17:39.463 INFO E| Compiling proc-macro-error v1.0.4 |
2417 | 2024-08-27T22:17:41.194Z | [ helios-setup] Aug 27 22:17:39.651 INFO E| Compiling serde_json v1.0.120 |
2418 | 2024-08-27T22:17:41.218Z | [ host-package] Compiling oso-derive v0.27.3 |
2419 | 2024-08-27T22:17:41.345Z | [ helios-setup] Aug 27 22:17:39.802 INFO E| Compiling ryu v1.0.18 |
2420 | 2024-08-27T22:17:41.435Z | [ helios-setup] Aug 27 22:17:39.892 INFO E| Compiling num-traits v0.2.19 |
2421 | 2024-08-27T22:17:41.571Z | [ helios-setup] Aug 27 22:17:40.027 INFO E| Compiling unicode-segmentation v1.11.0 |
2422 | 2024-08-27T22:17:41.719Z | [ helios-setup] Aug 27 22:17:40.176 INFO E| Compiling schemars v0.8.21 |
2423 | 2024-08-27T22:17:41.780Z | [ helios-setup] Aug 27 22:17:40.237 INFO E| Compiling itoa v1.0.11 |
2424 | 2024-08-27T22:17:41.942Z | [ helios-setup] Aug 27 22:17:40.399 INFO E| Compiling pre-proc-macro v0.2.1 |
2425 | 2024-08-27T22:17:42.110Z | [ helios-setup] Aug 27 22:17:40.568 INFO E| Compiling memoffset v0.5.6 |
2426 | 2024-08-27T22:17:42.162Z | [ helios-setup] Aug 27 22:17:40.619 INFO E| Compiling libc v0.2.155 |
2427 | 2024-08-27T22:17:42.729Z | [ helios-setup] Aug 27 22:17:41.186 INFO E| Compiling memchr v2.7.4 |
2428 | 2024-08-27T22:17:42.758Z | [ helios-setup] Aug 27 22:17:41.210 INFO E| Compiling ucd-trie v0.1.6 |
2429 | 2024-08-27T22:17:42.884Z | [ helios-setup] Aug 27 22:17:41.331 INFO E| Compiling lazy_static v1.5.0 |
2430 | 2024-08-27T22:17:42.981Z | [ helios-setup] Aug 27 22:17:41.426 INFO E| Compiling heck v0.3.3 |
2431 | 2024-08-27T22:17:43.156Z | [ helios-setup] Aug 27 22:17:41.599 INFO E| Compiling rustversion v1.0.17 |
2432 | 2024-08-27T22:17:43.250Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2433 | 2024-08-27T22:17:43.269Z | [ helios-setup] Aug 27 22:17:41.710 INFO E| Compiling dyn-clone v1.0.17 |
2434 | 2024-08-27T22:17:43.516Z | [ helios-setup] Aug 27 22:17:41.974 INFO E| Compiling quote v1.0.36 |
2435 | 2024-08-27T22:17:43.643Z | [ helios-setup] Aug 27 22:17:42.101 INFO E| Compiling paste v1.0.15 |
2436 | 2024-08-27T22:17:44.475Z | [ helios-setup] Aug 27 22:17:42.932 INFO E| Compiling syn v2.0.71 |
2437 | 2024-08-27T22:17:44.867Z | [ helios-setup] Aug 27 22:17:43.320 INFO E| Compiling pre v0.2.1 |
2438 | 2024-08-27T22:17:45.713Z | [ helios-setup] Aug 27 22:17:44.170 INFO E| Compiling cfg-if v0.1.10 |
2439 | 2024-08-27T22:17:45.799Z | [ helios-setup] Aug 27 22:17:44.255 INFO E| Compiling static_assertions v1.1.0 |
2440 | 2024-08-27T22:17:45.890Z | [ helios-setup] Aug 27 22:17:44.347 INFO E| Compiling byteorder v1.5.0 |
2441 | 2024-08-27T22:17:46.392Z | [ helios-setup] Aug 27 22:17:44.849 INFO E| Compiling once_cell v1.19.0 |
2442 | 2024-08-27T22:17:47.582Z | [ helios-setup] Aug 27 22:17:46.039 INFO E| Compiling unicode-width v0.1.13 |
2443 | 2024-08-27T22:17:48.211Z | [ helios-setup] Aug 27 22:17:46.666 INFO E| Compiling parse_int v0.6.0 |
2444 | 2024-08-27T22:17:48.230Z | [ helios-setup] Aug 27 22:17:46.682 INFO E| Compiling atty v0.2.14 |
2445 | 2024-08-27T22:17:48.377Z | [ host-package] Compiling dropshot_endpoint v0.10.1 |
2446 | 2024-08-27T22:17:48.452Z | [ helios-setup] Aug 27 22:17:46.908 INFO E| Compiling textwrap v0.11.0 |
2447 | 2024-08-27T22:17:48.478Z | [ host-package] Compiling libz-sys v1.1.16 |
2448 | 2024-08-27T22:17:48.607Z | [ helios-setup] Aug 27 22:17:47.063 INFO E| Compiling ansi_term v0.12.1 |
2449 | 2024-08-27T22:17:48.617Z | [ helios-setup] Aug 27 22:17:47.074 INFO E| Compiling fletcher v0.1.0 |
2450 | 2024-08-27T22:17:48.665Z | [ helios-setup] Aug 27 22:17:47.121 INFO E| Compiling unic-char-range v0.9.0 |
2451 | 2024-08-27T22:17:48.820Z | [ helios-setup] Aug 27 22:17:47.276 INFO E| Compiling bitflags v1.3.2 |
2452 | 2024-08-27T22:17:48.913Z | [ helios-setup] Aug 27 22:17:47.369 INFO E| Compiling strum v0.23.0 |
2453 | 2024-08-27T22:17:49.008Z | [ helios-setup] Aug 27 22:17:47.464 INFO E| Compiling strsim v0.8.0 |
2454 | 2024-08-27T22:17:49.214Z | [ helios-setup] Aug 27 22:17:47.663 INFO E| Compiling unic-common v0.9.0 |
2455 | 2024-08-27T22:17:49.437Z | [ helios-setup] Aug 27 22:17:47.888 INFO E| Compiling vec_map v0.8.2 |
2456 | 2024-08-27T22:17:49.516Z | [ helios-setup] Aug 27 22:17:47.973 INFO E| Compiling unic-ucd-version v0.9.0 |
2457 | 2024-08-27T22:17:49.614Z | [ helios-setup] Aug 27 22:17:48.067 INFO E| Compiling unic-char-property v0.9.0 |
2458 | 2024-08-27T22:17:49.719Z | [ helios-setup] Aug 27 22:17:48.174 INFO E| Compiling log v0.4.22 |
2459 | 2024-08-27T22:17:49.837Z | [ host-package] Compiling quick-xml v0.31.0 |
2460 | 2024-08-27T22:17:49.990Z | [ helios-setup] Aug 27 22:17:48.444 INFO E| Compiling clap v2.34.0 |
2461 | 2024-08-27T22:17:50.033Z | [ helios-setup] Aug 27 22:17:48.489 INFO E| Compiling plain v0.2.3 |
2462 | 2024-08-27T22:17:50.275Z | [ helios-setup] Aug 27 22:17:48.730 INFO E| Compiling unic-ucd-ident v0.9.0 |
2463 | 2024-08-27T22:17:50.289Z | [ helios-setup] Aug 27 22:17:48.745 INFO E| Compiling bytesize v1.3.0 |
2464 | 2024-08-27T22:17:52.033Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2465 | 2024-08-27T22:17:52.681Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2466 | 2024-08-27T22:17:52.782Z | [ host-package] Compiling keccak v0.1.5 |
2467 | 2024-08-27T22:17:53.001Z | [ helios-setup] Aug 27 22:17:51.457 INFO E| Compiling serde_derive_internals v0.29.1 |
2468 | 2024-08-27T22:17:53.680Z | [ host-package] Compiling sha3 v0.10.8 |
2469 | 2024-08-27T22:17:53.917Z | [ helios-setup] Aug 27 22:17:52.373 INFO E| Compiling toml v0.5.11 |
2470 | 2024-08-27T22:17:55.487Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
2471 | 2024-08-27T22:17:55.536Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2472 | 2024-08-27T22:17:55.687Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2473 | 2024-08-27T22:17:56.639Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2474 | 2024-08-27T22:17:57.197Z | [ helios-setup] Aug 27 22:17:55.653 INFO E| Compiling proc-macro-crate v0.1.5 |
2475 | 2024-08-27T22:17:58.426Z | [ helios-setup] Aug 27 22:17:56.881 INFO E| Compiling thiserror-impl v1.0.63 |
2476 | 2024-08-27T22:17:58.609Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2477 | 2024-08-27T22:17:59.050Z | [ helios-setup] Aug 27 22:17:57.503 INFO E| Compiling serde_derive v1.0.204 |
2478 | 2024-08-27T22:17:59.206Z | [ host-package] Compiling bb8 v0.8.5 |
2479 | 2024-08-27T22:17:59.287Z | [ helios-setup] Aug 27 22:17:57.742 INFO E| Compiling schemars_derive v0.8.21 |
2480 | 2024-08-27T22:17:59.347Z | [ helios-setup] Aug 27 22:17:57.802 INFO E| Compiling zerocopy-derive v0.6.6 |
2481 | 2024-08-27T22:18:00.598Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2482 | 2024-08-27T22:18:02.902Z | [ helios-setup] Aug 27 22:18:01.357 INFO E| Compiling zerocopy v0.6.6 |
2483 | 2024-08-27T22:18:03.487Z | [ helios-setup] Aug 27 22:18:01.941 INFO E| Compiling pest v2.7.11 |
2484 | 2024-08-27T22:18:04.346Z | [ host-package] Compiling oso v0.27.3 |
2485 | 2024-08-27T22:18:04.754Z | [ helios-setup] Aug 27 22:18:03.209 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2486 | 2024-08-27T22:18:05.149Z | [ helios-setup] Aug 27 22:18:03.603 INFO E| Compiling num-derive v0.3.3 |
2487 | 2024-08-27T22:18:05.939Z | [ helios-setup] Aug 27 22:18:04.392 INFO E| Compiling scroll_derive v0.10.5 |
2488 | 2024-08-27T22:18:07.673Z | [ helios-setup] Aug 27 22:18:06.128 INFO E| Compiling strum_macros v0.23.1 |
2489 | 2024-08-27T22:18:08.505Z | [ helios-setup] Aug 27 22:18:06.960 INFO E| Compiling structopt-derive v0.4.18 |
2490 | 2024-08-27T22:18:09.284Z | [ helios-setup] Aug 27 22:18:07.738 INFO E| Compiling pest_meta v2.7.11 |
2491 | 2024-08-27T22:18:09.588Z | [ helios-setup] Aug 27 22:18:08.043 INFO E| Compiling scroll v0.10.2 |
2492 | 2024-08-27T22:18:10.706Z | [ helios-setup] Aug 27 22:18:09.160 INFO E| Compiling modular-bitfield v0.11.2 |
2493 | 2024-08-27T22:18:11.059Z | [ helios-setup] Aug 27 22:18:09.513 INFO E| Compiling goblin v0.4.3 |
2494 | 2024-08-27T22:18:12.636Z | [ helios-setup] Aug 27 22:18:11.090 INFO E| Compiling pest_generator v2.7.11 |
2495 | 2024-08-27T22:18:14.059Z | [ helios-setup] Aug 27 22:18:12.513 INFO E| Compiling structopt v0.3.26 |
2496 | 2024-08-27T22:18:16.313Z | [ host-package] Compiling universal-hash v0.5.1 |
2497 | 2024-08-27T22:18:16.802Z | [ host-package] Compiling secrecy v0.8.0 |
2498 | 2024-08-27T22:18:17.171Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2499 | 2024-08-27T22:18:17.450Z | [ helios-setup] Aug 27 22:18:15.904 INFO E| Compiling pest_derive v2.7.11 |
2500 | 2024-08-27T22:18:21.593Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2501 | 2024-08-27T22:18:22.121Z | [ helios-setup] Aug 27 22:18:20.570 INFO E| Compiling json5 v0.4.1 |
2502 | 2024-08-27T22:18:22.657Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2503 | 2024-08-27T22:18:23.562Z | [ host-package] Compiling opaque-debug v0.3.1 |
2504 | 2024-08-27T22:18:23.811Z | [ host-package] Compiling poly1305 v0.8.0 |
2505 | 2024-08-27T22:18:26.051Z | [ host-package] Compiling vte v0.11.1 |
2506 | 2024-08-27T22:18:27.665Z | [ helios-setup] Aug 27 22:18:26.117 INFO E| Compiling four-cc v0.3.0 |
2507 | 2024-08-27T22:18:27.665Z | [ helios-setup] Aug 27 22:18:26.117 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2508 | 2024-08-27T22:18:27.886Z | [ helios-setup] Aug 27 22:18:26.338 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2509 | 2024-08-27T22:18:28.787Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2510 | 2024-08-27T22:18:28.984Z | [ host-package] Compiling const_format v0.2.32 |
2511 | 2024-08-27T22:18:31.092Z | [ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2512 | 2024-08-27T22:18:31.541Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2513 | 2024-08-27T22:18:35.189Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2514 | 2024-08-27T22:18:35.651Z | [ host-package] Compiling chacha20 v0.9.1 |
2515 | 2024-08-27T22:18:36.085Z | [ host-package] Compiling fd-lock v4.0.2 |
2516 | 2024-08-27T22:18:36.362Z | [ host-package] Compiling aead v0.5.2 |
2517 | 2024-08-27T22:18:36.390Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2518 | 2024-08-27T22:18:36.755Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2519 | 2024-08-27T22:18:37.256Z | [ host-package] Compiling bytecount v0.6.8 |
2520 | 2024-08-27T22:18:37.605Z | [ host-package] Compiling papergrid v0.11.0 |
2521 | 2024-08-27T22:18:39.518Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2522 | 2024-08-27T22:18:40.325Z | [ host-package] Compiling parking_lot v0.11.2 |
2523 | 2024-08-27T22:18:42.507Z | [ host-package] Compiling vsss-rs v3.3.4 |
2524 | 2024-08-27T22:18:47.498Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2525 | 2024-08-27T22:18:48.490Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2526 | 2024-08-27T22:18:50.430Z | [ host-package] Compiling tabled_derive v0.7.0 |
2527 | 2024-08-27T22:18:52.803Z | [ host-package] Compiling crossterm v0.27.0 |
2528 | 2024-08-27T22:18:53.600Z | [ host-package] Compiling peg-macros v0.8.4 |
2529 | 2024-08-27T22:18:57.010Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2530 | 2024-08-27T22:18:57.240Z | [ host-package] Compiling unicode_categories v0.1.1 |
2531 | 2024-08-27T22:18:57.674Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2532 | 2024-08-27T22:18:58.561Z | [ host-package] Compiling rustyline v14.0.0 |
2533 | 2024-08-27T22:18:59.053Z | [ host-package] Compiling sqlparser v0.45.0 |
2534 | 2024-08-27T22:19:00.089Z | [ host-package] Compiling reedline v0.33.0 |
2535 | 2024-08-27T22:19:02.189Z | [ host-package] Compiling sqlformat v0.2.4 |
2536 | 2024-08-27T22:19:07.508Z | [ helios-setup] Aug 27 22:19:05.957 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2537 | 2024-08-27T22:19:09.025Z | [ host-package] Compiling peg v0.8.4 |
2538 | 2024-08-27T22:19:09.223Z | [ host-package] Compiling tabled v0.15.0 |
2539 | 2024-08-27T22:19:13.636Z | [ host-package] Compiling sled v0.34.7 |
2540 | 2024-08-27T22:19:20.148Z | [ helios-setup] Aug 27 22:19:18.574 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2541 | 2024-08-27T22:19:25.717Z | [ host-package] Compiling mime_guess v2.0.4 |
2542 | 2024-08-27T22:19:27.342Z | [ host-package] Compiling hickory-client v0.24.1 |
2543 | 2024-08-27T22:19:28.612Z | [ host-package] Compiling env_logger v0.9.3 |
2544 | 2024-08-27T22:19:29.808Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2545 | 2024-08-27T22:19:32.187Z | [ host-package] Compiling tungstenite v0.20.1 |
2546 | 2024-08-27T22:19:32.382Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2547 | 2024-08-27T22:19:32.996Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2548 | 2024-08-27T22:19:33.181Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2549 | 2024-08-27T22:19:36.913Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2550 | 2024-08-27T22:19:38.006Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2551 | 2024-08-27T22:19:38.706Z | [ host-package] Compiling hickory-server v0.24.1 |
2552 | 2024-08-27T22:19:38.838Z | [ host-package] Compiling bcs v0.1.6 |
2553 | 2024-08-27T22:19:40.156Z | [ host-package] Compiling vergen v8.3.2 |
2554 | 2024-08-27T22:19:40.560Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2555 | 2024-08-27T22:19:41.668Z | [ host-package] Compiling cargo-platform v0.1.8 |
2556 | 2024-08-27T22:19:42.273Z | [ host-package] Compiling nanorand v0.7.0 |
2557 | 2024-08-27T22:19:42.276Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2558 | 2024-08-27T22:19:42.566Z | [ host-package] Compiling memoffset v0.9.1 |
2559 | 2024-08-27T22:19:43.137Z | [ host-package] Compiling ascii v1.1.0 |
2560 | 2024-08-27T22:19:43.265Z | [ host-package] Compiling flume v0.11.0 |
2561 | 2024-08-27T22:19:43.391Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2562 | 2024-08-27T22:19:43.724Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2563 | 2024-08-27T22:19:44.277Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2564 | 2024-08-27T22:19:46.906Z | [ host-package] Compiling bitstruct v0.1.1 |
2565 | 2024-08-27T22:19:47.071Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2566 | 2024-08-27T22:19:51.672Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2567 | 2024-08-27T22:19:51.786Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2568 | 2024-08-27T22:19:58.009Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2569 | 2024-08-27T22:19:58.725Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2570 | 2024-08-27T22:19:59.427Z | [ host-package] Compiling git2 v0.19.0 |
2571 | 2024-08-27T22:20:01.003Z | [ helios-setup] Aug 27 22:19:59.445 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 24s |
2572 | 2024-08-27T22:20:01.037Z | [ helios-setup] Aug 27 22:19:59.480 INFO building project "amd-host-image-builder" ok (174 seconds) |
2573 | 2024-08-27T22:20:01.037Z | [ helios-setup] Aug 27 22:19:59.480 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2574 | 2024-08-27T22:20:01.040Z | [ helios-setup] Aug 27 22:19:59.480 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2575 | 2024-08-27T22:20:01.429Z | [ helios-setup] Aug 27 22:19:59.871 INFO E| Compiling adler v1.0.2 |
2576 | 2024-08-27T22:20:01.573Z | [ helios-setup] Aug 27 22:20:00.016 INFO E| Compiling miniz_oxide v0.7.2 |
2577 | 2024-08-27T22:20:03.096Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2578 | 2024-08-27T22:20:04.182Z | [ helios-setup] Aug 27 22:20:02.624 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2579 | 2024-08-27T22:20:05.182Z | [ helios-setup] Aug 27 22:20:03.621 INFO E| Finished `release` profile [optimized] target(s) in 4.03s |
2580 | 2024-08-27T22:20:05.187Z | [ helios-setup] Aug 27 22:20:03.628 INFO building project "pinprick" ok (4 seconds) |
2581 | 2024-08-27T22:20:05.191Z | [ helios-setup] Aug 27 22:20:03.628 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2582 | 2024-08-27T22:20:05.192Z | [ helios-setup] Aug 27 22:20:03.628 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2583 | 2024-08-27T22:20:05.664Z | [ helios-setup] Aug 27 22:20:04.106 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2584 | 2024-08-27T22:20:06.181Z | [ helios-setup] Aug 27 22:20:04.624 INFO E| From https://github.com/jclulow/hiercmd |
2585 | 2024-08-27T22:20:06.181Z | [ helios-setup] Aug 27 22:20:04.624 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2586 | 2024-08-27T22:20:06.202Z | [ helios-setup] Aug 27 22:20:04.645 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2587 | 2024-08-27T22:20:06.709Z | [ helios-setup] Aug 27 22:20:05.151 INFO E| From https://github.com/jclulow/network-interface |
2588 | 2024-08-27T22:20:06.714Z | [ helios-setup] Aug 27 22:20:05.151 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2589 | 2024-08-27T22:20:06.734Z | [ helios-setup] Aug 27 22:20:05.173 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2590 | 2024-08-27T22:20:07.350Z | [ helios-setup] Aug 27 22:20:05.792 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2591 | 2024-08-27T22:20:07.350Z | [ helios-setup] Aug 27 22:20:05.792 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2592 | 2024-08-27T22:20:07.386Z | [ helios-setup] Aug 27 22:20:05.828 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2593 | 2024-08-27T22:20:08.097Z | [ helios-setup] Aug 27 22:20:06.540 INFO E| From https://github.com/oxidecomputer/facade |
2594 | 2024-08-27T22:20:08.097Z | [ helios-setup] Aug 27 22:20:06.540 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2595 | 2024-08-27T22:20:08.177Z | [ helios-setup] Aug 27 22:20:06.619 INFO E| Updating crates.io index |
2596 | 2024-08-27T22:20:08.812Z | [ helios-setup] Aug 27 22:20:07.255 INFO E| Downloading crates ... |
2597 | 2024-08-27T22:20:09.008Z | [ helios-setup] Aug 27 22:20:07.450 INFO E| Downloaded project-root v0.2.2 |
2598 | 2024-08-27T22:20:09.011Z | [ helios-setup] Aug 27 22:20:07.452 INFO E| Downloaded concolor-override v1.0.0 |
2599 | 2024-08-27T22:20:09.013Z | [ helios-setup] Aug 27 22:20:07.454 INFO E| Downloaded autocfg v1.1.0 |
2600 | 2024-08-27T22:20:09.016Z | [ helios-setup] Aug 27 22:20:07.457 INFO E| Downloaded memoffset v0.7.1 |
2601 | 2024-08-27T22:20:09.021Z | [ helios-setup] Aug 27 22:20:07.464 INFO E| Downloaded const-random v0.1.15 |
2602 | 2024-08-27T22:20:09.024Z | [ helios-setup] Aug 27 22:20:07.466 INFO E| Downloaded anstyle v0.3.5 |
2603 | 2024-08-27T22:20:09.026Z | [ helios-setup] Aug 27 22:20:07.468 INFO E| Downloaded anstyle-parse v0.1.1 |
2604 | 2024-08-27T22:20:09.031Z | [ helios-setup] Aug 27 22:20:07.472 INFO E| Downloaded camino v1.1.4 |
2605 | 2024-08-27T22:20:09.033Z | [ helios-setup] Aug 27 22:20:07.476 INFO E| Downloaded percent-encoding v2.2.0 |
2606 | 2024-08-27T22:20:09.037Z | [ helios-setup] Aug 27 22:20:07.477 INFO E| Downloaded slog-bunyan v2.4.0 |
2607 | 2024-08-27T22:20:09.040Z | [ helios-setup] Aug 27 22:20:07.479 INFO E| Downloaded scopeguard v1.1.0 |
2608 | 2024-08-27T22:20:09.044Z | [ helios-setup] Aug 27 22:20:07.482 INFO E| Downloaded sha2 v0.10.6 |
2609 | 2024-08-27T22:20:09.047Z | [ helios-setup] Aug 27 22:20:07.486 INFO E| Downloaded sha1 v0.10.5 |
2610 | 2024-08-27T22:20:09.047Z | [ helios-setup] Aug 27 22:20:07.489 INFO E| Downloaded slab v0.4.7 |
2611 | 2024-08-27T22:20:09.050Z | [ helios-setup] Aug 27 22:20:07.492 INFO E| Downloaded serde_path_to_error v0.1.11 |
2612 | 2024-08-27T22:20:09.055Z | [ helios-setup] Aug 27 22:20:07.497 INFO E| Downloaded toolchain_find v0.2.0 |
2613 | 2024-08-27T22:20:09.058Z | [ helios-setup] Aug 27 22:20:07.500 INFO E| Downloaded thiserror v1.0.38 |
2614 | 2024-08-27T22:20:09.068Z | [ helios-setup] Aug 27 22:20:07.511 INFO E| Downloaded pin-project-lite v0.2.9 |
2615 | 2024-08-27T22:20:09.077Z | [ helios-setup] Aug 27 22:20:07.519 INFO E| Downloaded serde_spanned v0.6.1 |
2616 | 2024-08-27T22:20:09.080Z | [ helios-setup] Aug 27 22:20:07.522 INFO E| Downloaded want v0.3.0 |
2617 | 2024-08-27T22:20:09.082Z | [ helios-setup] Aug 27 22:20:07.523 INFO E| Downloaded try-lock v0.2.4 |
2618 | 2024-08-27T22:20:09.084Z | [ helios-setup] Aug 27 22:20:07.525 INFO E| Downloaded clap v4.2.1 |
2619 | 2024-08-27T22:20:09.100Z | [ helios-setup] Aug 27 22:20:07.542 INFO E| Downloaded anyhow v1.0.68 |
2620 | 2024-08-27T22:20:09.106Z | [ helios-setup] Aug 27 22:20:07.549 INFO E| Downloaded toml_datetime v0.6.1 |
2621 | 2024-08-27T22:20:09.111Z | [ helios-setup] Aug 27 22:20:07.551 INFO E| Downloaded strsim v0.10.0 |
2622 | 2024-08-27T22:20:09.114Z | [ helios-setup] Aug 27 22:20:07.554 INFO E| Downloaded num_enum_derive v0.5.7 |
2623 | 2024-08-27T22:20:09.116Z | [ helios-setup] Aug 27 22:20:07.556 INFO E| Downloaded tokio-macros v2.0.0 |
2624 | 2024-08-27T22:20:09.116Z | [ helios-setup] Aug 27 22:20:07.558 INFO E| Downloaded log v0.4.17 |
2625 | 2024-08-27T22:20:09.191Z | [ helios-setup] Aug 27 22:20:07.633 INFO E| Downloaded is-terminal v0.4.7 |
2626 | 2024-08-27T22:20:09.193Z | [ helios-setup] Aug 27 22:20:07.635 INFO E| Downloaded tokio-rustls v0.24.0 |
2627 | 2024-08-27T22:20:09.196Z | [ helios-setup] Aug 27 22:20:07.638 INFO E| Downloaded terminal_size v0.2.6 |
2628 | 2024-08-27T22:20:09.199Z | [ helios-setup] Aug 27 22:20:07.641 INFO E| Downloaded serde_tokenstream v0.2.0 |
2629 | 2024-08-27T22:20:09.206Z | [ helios-setup] Aug 27 22:20:07.648 INFO E| Downloaded itoa v1.0.6 |
2630 | 2024-08-27T22:20:09.209Z | [ helios-setup] Aug 27 22:20:07.652 INFO E| Downloaded time v0.1.45 |
2631 | 2024-08-27T22:20:09.213Z | [ helios-setup] Aug 27 22:20:07.655 INFO E| Downloaded schemars_derive v0.8.12 |
2632 | 2024-08-27T22:20:09.217Z | [ helios-setup] Aug 27 22:20:07.659 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2633 | 2024-08-27T22:20:09.221Z | [ helios-setup] Aug 27 22:20:07.663 INFO E| Downloaded socket2 v0.4.9 |
2634 | 2024-08-27T22:20:09.225Z | [ helios-setup] Aug 27 22:20:07.668 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2635 | 2024-08-27T22:20:09.229Z | [ helios-setup] Aug 27 22:20:07.671 INFO E| Downloaded unicode-ident v1.0.8 |
2636 | 2024-08-27T22:20:09.235Z | [ helios-setup] Aug 27 22:20:07.678 INFO E| Downloaded num_enum v0.5.7 |
2637 | 2024-08-27T22:20:09.243Z | [ helios-setup] Aug 27 22:20:07.685 INFO E| Downloaded uuid v1.3.0 |
2638 | 2024-08-27T22:20:09.250Z | [ helios-setup] Aug 27 22:20:07.693 INFO E| Downloaded url v2.3.1 |
2639 | 2024-08-27T22:20:09.256Z | [ helios-setup] Aug 27 22:20:07.698 INFO E| Downloaded textwrap v0.16.0 |
2640 | 2024-08-27T22:20:09.259Z | [ helios-setup] Aug 27 22:20:07.701 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2641 | 2024-08-27T22:20:09.265Z | [ helios-setup] Aug 27 22:20:07.708 INFO E| Downloaded rustls-pemfile v1.0.2 |
2642 | 2024-08-27T22:20:09.269Z | [ helios-setup] Aug 27 22:20:07.710 INFO E| Downloaded unicode-linebreak v0.1.4 |
2643 | 2024-08-27T22:20:09.272Z | [ helios-setup] Aug 27 22:20:07.714 INFO E| Downloaded tracing v0.1.37 |
2644 | 2024-08-27T22:20:09.278Z | [ helios-setup] Aug 27 22:20:07.720 INFO E| Downloaded rhai_codegen v1.5.0 |
2645 | 2024-08-27T22:20:09.294Z | [ helios-setup] Aug 27 22:20:07.736 INFO E| Downloaded unicode-normalization v0.1.22 |
2646 | 2024-08-27T22:20:09.301Z | [ helios-setup] Aug 27 22:20:07.743 INFO E| Downloaded winnow v0.4.1 |
2647 | 2024-08-27T22:20:09.313Z | [ helios-setup] Aug 27 22:20:07.755 INFO E| Downloaded serde_json v1.0.95 |
2648 | 2024-08-27T22:20:09.325Z | [ helios-setup] Aug 27 22:20:07.768 INFO E| Downloaded rustls-webpki v0.100.1 |
2649 | 2024-08-27T22:20:09.336Z | [ helios-setup] Aug 27 22:20:07.778 INFO E| Downloaded syn v2.0.72 |
2650 | 2024-08-27T22:20:09.355Z | [ helios-setup] Aug 27 22:20:07.797 INFO E| Downloaded syn v1.0.107 |
2651 | 2024-08-27T22:20:09.372Z | [ helios-setup] Aug 27 22:20:07.814 INFO E| Downloaded memchr v2.5.0 |
2652 | 2024-08-27T22:20:09.378Z | [ helios-setup] Aug 27 22:20:07.821 INFO E| Downloaded tokio v1.27.0 |
2653 | 2024-08-27T22:20:09.430Z | [ helios-setup] Aug 27 22:20:07.872 INFO E| Downloaded futures v0.3.28 |
2654 | 2024-08-27T22:20:09.442Z | [ helios-setup] Aug 27 22:20:07.884 INFO E| Downloaded pest v2.5.7 |
2655 | 2024-08-27T22:20:09.451Z | [ helios-setup] Aug 27 22:20:07.893 INFO E| Downloaded aho-corasick v0.7.20 |
2656 | 2024-08-27T22:20:09.459Z | [ helios-setup] Aug 27 22:20:07.901 INFO E| Downloaded mio v0.8.5 |
2657 | 2024-08-27T22:20:09.470Z | [ helios-setup] Aug 27 22:20:07.913 INFO E| Downloaded h2 v0.3.16 |
2658 | 2024-08-27T22:20:09.482Z | [ helios-setup] Aug 27 22:20:07.924 INFO E| Downloaded bytes v1.4.0 |
2659 | 2024-08-27T22:20:09.488Z | [ helios-setup] Aug 27 22:20:07.931 INFO E| Downloaded semver-parser v0.10.2 |
2660 | 2024-08-27T22:20:09.491Z | [ helios-setup] Aug 27 22:20:07.933 INFO E| Downloaded semver v1.0.17 |
2661 | 2024-08-27T22:20:09.496Z | [ helios-setup] Aug 27 22:20:07.938 INFO E| Downloaded sct v0.7.0 |
2662 | 2024-08-27T22:20:09.502Z | [ helios-setup] Aug 27 22:20:07.944 INFO E| Downloaded reqwest v0.11.16 |
2663 | 2024-08-27T22:20:09.516Z | [ helios-setup] Aug 27 22:20:07.958 INFO E| Downloaded futures-util v0.3.28 |
2664 | 2024-08-27T22:20:09.536Z | [ helios-setup] Aug 27 22:20:07.978 INFO E| Downloaded rayon v1.6.1 |
2665 | 2024-08-27T22:20:09.551Z | [ helios-setup] Aug 27 22:20:07.993 INFO E| Downloaded git2 v0.16.1 |
2666 | 2024-08-27T22:20:09.565Z | [ helios-setup] Aug 27 22:20:08.007 INFO E| Downloaded regress v0.5.0 |
2667 | 2024-08-27T22:20:09.577Z | [ helios-setup] Aug 27 22:20:08.018 INFO E| Downloaded hyper v0.14.25 |
2668 | 2024-08-27T22:20:09.602Z | [ helios-setup] Aug 27 22:20:08.044 INFO E| Downloaded chrono v0.4.24 |
2669 | 2024-08-27T22:20:09.615Z | [ helios-setup] Aug 27 22:20:08.057 INFO E| Downloaded regex v1.7.3 |
2670 | 2024-08-27T22:20:09.644Z | [ helios-setup] Aug 27 22:20:08.086 INFO E| Downloaded clap_builder v4.2.1 |
2671 | 2024-08-27T22:20:09.656Z | [ helios-setup] Aug 27 22:20:08.098 INFO E| Downloaded rustls v0.21.0 |
2672 | 2024-08-27T22:20:09.676Z | [ helios-setup] Aug 27 22:20:08.119 INFO E| Downloaded openapiv3 v1.0.2 |
2673 | 2024-08-27T22:20:09.708Z | [ helios-setup] Aug 27 22:20:08.150 INFO E| Downloaded rustix v0.37.3 |
2674 | 2024-08-27T22:20:09.739Z | [ helios-setup] Aug 27 22:20:08.180 INFO E| Downloaded rhai v1.14.0 |
2675 | 2024-08-27T22:20:09.758Z | [ helios-setup] Aug 27 22:20:08.201 INFO E| Downloaded ryu v1.0.13 |
2676 | 2024-08-27T22:20:09.763Z | [ helios-setup] Aug 27 22:20:08.205 INFO E| Downloaded libc v0.2.139 |
2677 | 2024-08-27T22:20:09.819Z | [ helios-setup] Aug 27 22:20:08.261 INFO E| Downloaded parking_lot v0.12.1 |
2678 | 2024-08-27T22:20:09.822Z | [ helios-setup] Aug 27 22:20:08.264 INFO E| Downloaded num-traits v0.2.15 |
2679 | 2024-08-27T22:20:09.826Z | [ helios-setup] Aug 27 22:20:08.268 INFO E| Downloaded http v0.2.9 |
2680 | 2024-08-27T22:20:09.832Z | [ helios-setup] Aug 27 22:20:08.274 INFO E| Downloaded crossbeam-channel v0.5.6 |
2681 | 2024-08-27T22:20:09.839Z | [ helios-setup] Aug 27 22:20:08.281 INFO E| Downloaded toml_edit v0.19.8 |
2682 | 2024-08-27T22:20:09.926Z | [ helios-setup] Aug 27 22:20:08.368 INFO E| Downloaded crossbeam-utils v0.8.14 |
2683 | 2024-08-27T22:20:09.929Z | [ helios-setup] Aug 27 22:20:08.372 INFO E| Downloaded tokio-util v0.7.7 |
2684 | 2024-08-27T22:20:09.938Z | [ helios-setup] Aug 27 22:20:08.380 INFO E| Downloaded schemars v0.8.12 |
2685 | 2024-08-27T22:20:09.953Z | [ helios-setup] Aug 27 22:20:08.395 INFO E| Downloaded once_cell v1.17.0 |
2686 | 2024-08-27T22:20:09.958Z | [ helios-setup] Aug 27 22:20:08.400 INFO E| Downloaded lock_api v0.4.9 |
2687 | 2024-08-27T22:20:09.966Z | [ helios-setup] Aug 27 22:20:08.403 INFO E| Downloaded serde_yaml v0.9.21 |
2688 | 2024-08-27T22:20:09.969Z | [ helios-setup] Aug 27 22:20:08.410 INFO E| Downloaded ipnet v2.7.2 |
2689 | 2024-08-27T22:20:09.978Z | [ helios-setup] Aug 27 22:20:08.420 INFO E| Downloaded futures-core v0.3.28 |
2690 | 2024-08-27T22:20:09.981Z | [ helios-setup] Aug 27 22:20:08.423 INFO E| Downloaded cargo-lock v8.0.3 |
2691 | 2024-08-27T22:20:09.986Z | [ helios-setup] Aug 27 22:20:08.428 INFO E| Downloaded tungstenite v0.18.0 |
2692 | 2024-08-27T22:20:09.993Z | [ helios-setup] Aug 27 22:20:08.436 INFO E| Downloaded semver v0.11.0 |
2693 | 2024-08-27T22:20:09.996Z | [ helios-setup] Aug 27 22:20:08.436 INFO E| Downloaded async-trait v0.1.68 |
2694 | 2024-08-27T22:20:10.000Z | [ helios-setup] Aug 27 22:20:08.442 INFO E| Downloaded unicode-bidi v0.3.13 |
2695 | 2024-08-27T22:20:10.004Z | [ helios-setup] Aug 27 22:20:08.446 INFO E| Downloaded ucd-trie v0.1.5 |
2696 | 2024-08-27T22:20:10.007Z | [ helios-setup] Aug 27 22:20:08.450 INFO E| Downloaded tracing-core v0.1.30 |
2697 | 2024-08-27T22:20:10.012Z | [ helios-setup] Aug 27 22:20:08.454 INFO E| Downloaded toml v0.7.3 |
2698 | 2024-08-27T22:20:10.018Z | [ helios-setup] Aug 27 22:20:08.460 INFO E| Downloaded rayon-core v1.10.2 |
2699 | 2024-08-27T22:20:10.025Z | [ helios-setup] Aug 27 22:20:08.467 INFO E| Downloaded built v0.6.0 |
2700 | 2024-08-27T22:20:10.028Z | [ helios-setup] Aug 27 22:20:08.470 INFO E| Downloaded ahash v0.7.6 |
2701 | 2024-08-27T22:20:10.033Z | [ helios-setup] Aug 27 22:20:08.475 INFO E| Downloaded futures-sink v0.3.28 |
2702 | 2024-08-27T22:20:10.036Z | [ helios-setup] Aug 27 22:20:08.477 INFO E| Downloaded smallvec v1.10.0 |
2703 | 2024-08-27T22:20:10.039Z | [ helios-setup] Aug 27 22:20:08.481 INFO E| Downloaded encoding_rs v0.8.32 |
2704 | 2024-08-27T22:20:10.078Z | [ helios-setup] Aug 27 22:20:08.520 INFO E| Downloaded serde_derive_internals v0.26.0 |
2705 | 2024-08-27T22:20:10.081Z | [ helios-setup] Aug 27 22:20:08.522 INFO E| Downloaded paste v1.0.12 |
2706 | 2024-08-27T22:20:10.084Z | [ helios-setup] Aug 27 22:20:08.526 INFO E| Downloaded iana-time-zone v0.1.56 |
2707 | 2024-08-27T22:20:10.086Z | [ helios-setup] Aug 27 22:20:08.529 INFO E| Downloaded http-body v0.4.5 |
2708 | 2024-08-27T22:20:10.089Z | [ helios-setup] Aug 27 22:20:08.531 INFO E| Downloaded futures-io v0.3.28 |
2709 | 2024-08-27T22:20:10.091Z | [ helios-setup] Aug 27 22:20:08.532 INFO E| Downloaded thiserror-impl v1.0.38 |
2710 | 2024-08-27T22:20:10.093Z | [ helios-setup] Aug 27 22:20:08.533 INFO E| Downloaded tempfile v3.5.0 |
2711 | 2024-08-27T22:20:10.096Z | [ helios-setup] Aug 27 22:20:08.536 INFO E| Downloaded pkg-config v0.3.26 |
2712 | 2024-08-27T22:20:10.096Z | [ helios-setup] Aug 27 22:20:08.538 INFO E| Downloaded lazy_static v1.4.0 |
2713 | 2024-08-27T22:20:10.098Z | [ helios-setup] Aug 27 22:20:08.539 INFO E| Downloaded home v0.5.4 |
2714 | 2024-08-27T22:20:10.098Z | [ helios-setup] Aug 27 22:20:08.540 INFO E| Downloaded futures-macro v0.3.28 |
2715 | 2024-08-27T22:20:10.101Z | [ helios-setup] Aug 27 22:20:08.542 INFO E| Downloaded dyn-clone v1.0.11 |
2716 | 2024-08-27T22:20:10.104Z | [ helios-setup] Aug 27 22:20:08.544 INFO E| Downloaded concolor-query v0.3.3 |
2717 | 2024-08-27T22:20:10.106Z | [ helios-setup] Aug 27 22:20:08.546 INFO E| Downloaded futures-channel v0.3.28 |
2718 | 2024-08-27T22:20:10.109Z | [ helios-setup] Aug 27 22:20:08.549 INFO E| Downloaded crossbeam-deque v0.8.2 |
2719 | 2024-08-27T22:20:10.112Z | [ helios-setup] Aug 27 22:20:08.552 INFO E| Downloaded clap_lex v0.4.1 |
2720 | 2024-08-27T22:20:10.112Z | [ helios-setup] Aug 27 22:20:08.553 INFO E| Downloaded cc v1.0.78 |
2721 | 2024-08-27T22:20:10.115Z | [ helios-setup] Aug 27 22:20:08.558 INFO E| Downloaded getrandom v0.2.8 |
2722 | 2024-08-27T22:20:10.119Z | [ helios-setup] Aug 27 22:20:08.562 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2723 | 2024-08-27T22:20:10.150Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2724 | 2024-08-27T22:20:10.208Z | [ helios-setup] Aug 27 22:20:08.650 INFO E| Downloaded signal-hook-registry v1.4.0 |
2725 | 2024-08-27T22:20:10.212Z | [ helios-setup] Aug 27 22:20:08.652 INFO E| Downloaded smawk v0.3.1 |
2726 | 2024-08-27T22:20:10.215Z | [ helios-setup] Aug 27 22:20:08.654 INFO E| Downloaded slog-async v2.7.0 |
2727 | 2024-08-27T22:20:10.215Z | [ helios-setup] Aug 27 22:20:08.656 INFO E| Downloaded const-random-macro v0.1.15 |
2728 | 2024-08-27T22:20:10.218Z | [ helios-setup] Aug 27 22:20:08.657 INFO E| Downloaded num-integer v0.1.45 |
2729 | 2024-08-27T22:20:10.220Z | [ helios-setup] Aug 27 22:20:08.662 INFO E| Downloaded futures-task v0.3.28 |
2730 | 2024-08-27T22:20:10.275Z | [ helios-setup] Aug 27 22:20:08.665 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2731 | 2024-08-27T22:20:10.275Z | [ helios-setup] Aug 27 22:20:08.679 INFO E| Downloaded parking_lot_core v0.9.6 |
2732 | 2024-08-27T22:20:10.278Z | [ helios-setup] Aug 27 22:20:08.682 INFO E| Downloaded httpdate v1.0.2 |
2733 | 2024-08-27T22:20:10.278Z | [ helios-setup] Aug 27 22:20:08.684 INFO E| Downloaded clap_derive v4.2.0 |
2734 | 2024-08-27T22:20:10.278Z | [ helios-setup] Aug 27 22:20:08.687 INFO E| Downloaded bincode v1.3.3 |
2735 | 2024-08-27T22:20:10.278Z | [ helios-setup] Aug 27 22:20:08.690 INFO E| Downloaded libz-sys v1.1.8 |
2736 | 2024-08-27T22:20:10.322Z | [ helios-setup] Aug 27 22:20:08.764 INFO E| Downloaded io-lifetimes v1.0.10 |
2737 | 2024-08-27T22:20:10.326Z | [ helios-setup] Aug 27 22:20:08.768 INFO E| Downloaded smartstring v1.0.1 |
2738 | 2024-08-27T22:20:10.332Z | [ helios-setup] Aug 27 22:20:08.772 INFO E| Downloaded digest v0.10.6 |
2739 | 2024-08-27T22:20:10.335Z | [ helios-setup] Aug 27 22:20:08.775 INFO E| Downloaded byteorder v1.4.3 |
2740 | 2024-08-27T22:20:10.338Z | [ helios-setup] Aug 27 22:20:08.778 INFO E| Downloaded anstream v0.2.6 |
2741 | 2024-08-27T22:20:10.341Z | [ helios-setup] Aug 27 22:20:08.780 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2742 | 2024-08-27T22:20:10.341Z | [ helios-setup] Aug 27 22:20:08.782 INFO E| Downloaded proc-macro-crate v1.2.1 |
2743 | 2024-08-27T22:20:10.344Z | [ helios-setup] Aug 27 22:20:08.784 INFO E| Downloaded num_cpus v1.15.0 |
2744 | 2024-08-27T22:20:10.354Z | [ helios-setup] Aug 27 22:20:08.788 INFO E| Downloaded form_urlencoded v1.1.0 |
2745 | 2024-08-27T22:20:10.358Z | [ helios-setup] Aug 27 22:20:08.789 INFO E| Downloaded base64 v0.21.0 |
2746 | 2024-08-27T22:20:10.358Z | [ helios-setup] Aug 27 22:20:08.795 INFO E| Downloaded either v1.8.0 |
2747 | 2024-08-27T22:20:10.358Z | [ helios-setup] Aug 27 22:20:08.797 INFO E| Downloaded jobserver v0.1.26 |
2748 | 2024-08-27T22:20:10.384Z | [ helios-setup] Aug 27 22:20:08.826 INFO E| Downloaded futures-executor v0.3.28 |
2749 | 2024-08-27T22:20:10.387Z | [ helios-setup] Aug 27 22:20:08.828 INFO E| Downloaded fastrand v1.9.0 |
2750 | 2024-08-27T22:20:10.390Z | [ helios-setup] Aug 27 22:20:08.830 INFO E| Downloaded ahash v0.8.3 |
2751 | 2024-08-27T22:20:10.850Z | [ helios-setup] Aug 27 22:20:09.292 INFO E| Compiling proc-macro2 v1.0.86 |
2752 | 2024-08-27T22:20:10.850Z | [ helios-setup] Aug 27 22:20:09.292 INFO E| Compiling libc v0.2.139 |
2753 | 2024-08-27T22:20:10.850Z | [ helios-setup] Aug 27 22:20:09.292 INFO E| Compiling unicode-ident v1.0.8 |
2754 | 2024-08-27T22:20:10.853Z | [ helios-setup] Aug 27 22:20:09.292 INFO E| Compiling autocfg v1.1.0 |
2755 | 2024-08-27T22:20:10.853Z | [ helios-setup] Aug 27 22:20:09.292 INFO E| Compiling cfg-if v1.0.0 |
2756 | 2024-08-27T22:20:10.853Z | [ helios-setup] Aug 27 22:20:09.292 INFO E| Compiling version_check v0.9.4 |
2757 | 2024-08-27T22:20:10.853Z | [ helios-setup] Aug 27 22:20:09.293 INFO E| Compiling serde v1.0.204 |
2758 | 2024-08-27T22:20:10.936Z | [ helios-setup] Aug 27 22:20:09.378 INFO E| Compiling syn v1.0.107 |
2759 | 2024-08-27T22:20:11.474Z | [ helios-setup] Aug 27 22:20:09.915 INFO E| Compiling memchr v2.5.0 |
2760 | 2024-08-27T22:20:12.087Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2761 | 2024-08-27T22:20:12.638Z | [ helios-setup] Aug 27 22:20:11.079 INFO E| Compiling once_cell v1.17.0 |
2762 | 2024-08-27T22:20:12.854Z | [ helios-setup] Aug 27 22:20:11.295 INFO E| Compiling thiserror v1.0.38 |
2763 | 2024-08-27T22:20:12.854Z | [ helios-setup] Aug 27 22:20:11.295 INFO E| Compiling log v0.4.17 |
2764 | 2024-08-27T22:20:13.771Z | [ helios-setup] Aug 27 22:20:12.213 INFO E| Compiling itoa v1.0.6 |
2765 | 2024-08-27T22:20:13.901Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2766 | 2024-08-27T22:20:13.901Z | [ helios-setup] Aug 27 22:20:12.323 INFO E| Compiling serde_json v1.0.95 |
2767 | 2024-08-27T22:20:14.752Z | [ helios-setup] Aug 27 22:20:13.193 INFO E| Compiling jobserver v0.1.26 |
2768 | 2024-08-27T22:20:15.001Z | [ helios-setup] Aug 27 22:20:13.442 INFO E| Compiling getrandom v0.2.8 |
2769 | 2024-08-27T22:20:15.485Z | [ helios-setup] Aug 27 22:20:13.926 INFO E| Compiling quote v1.0.36 |
2770 | 2024-08-27T22:20:15.613Z | [ helios-setup] Aug 27 22:20:14.054 INFO E| Compiling cc v1.0.78 |
2771 | 2024-08-27T22:20:15.719Z | [ helios-setup] Aug 27 22:20:14.161 INFO E| Compiling indexmap v1.9.3 |
2772 | 2024-08-27T22:20:15.805Z | [ helios-setup] Aug 27 22:20:14.246 INFO E| Compiling scopeguard v1.1.0 |
2773 | 2024-08-27T22:20:15.881Z | [ helios-setup] Aug 27 22:20:14.321 INFO E| Compiling pin-project-lite v0.2.9 |
2774 | 2024-08-27T22:20:16.121Z | [ helios-setup] Aug 27 22:20:14.563 INFO E| Compiling num-integer v0.1.45 |
2775 | 2024-08-27T22:20:16.280Z | [ helios-setup] Aug 27 22:20:14.722 INFO E| Compiling syn v2.0.72 |
2776 | 2024-08-27T22:20:16.779Z | [ helios-setup] Aug 27 22:20:15.220 INFO E| Compiling futures-core v0.3.28 |
2777 | 2024-08-27T22:20:16.823Z | [ helios-setup] Aug 27 22:20:15.262 INFO E| Compiling bytes v1.4.0 |
2778 | 2024-08-27T22:20:16.923Z | [ helios-setup] Aug 27 22:20:15.364 INFO E| Compiling ryu v1.0.13 |
2779 | 2024-08-27T22:20:17.253Z | [ host-package] Compiling libsqlite3-sys v0.28.0 |
2780 | 2024-08-27T22:20:18.171Z | [ helios-setup] Aug 27 22:20:16.611 INFO E| Compiling lock_api v0.4.9 |
2781 | 2024-08-27T22:20:18.201Z | [ host-package] Compiling serde_arrays v0.1.0 |
2782 | 2024-08-27T22:20:18.348Z | [ helios-setup] Aug 27 22:20:16.790 INFO E| Compiling bitflags v1.3.2 |
2783 | 2024-08-27T22:20:18.418Z | [ host-package] Compiling erased-serde v0.3.31 |
2784 | 2024-08-27T22:20:18.632Z | [ helios-setup] Aug 27 22:20:17.068 INFO E| Compiling parking_lot_core v0.9.6 |
2785 | 2024-08-27T22:20:18.715Z | [ helios-setup] Aug 27 22:20:17.156 INFO E| Compiling typenum v1.16.0 |
2786 | 2024-08-27T22:20:19.033Z | [ helios-setup] Aug 27 22:20:17.474 INFO E| Compiling num_cpus v1.15.0 |
2787 | 2024-08-27T22:20:19.492Z | [ helios-setup] Aug 27 22:20:17.931 INFO E| Compiling generic-array v0.14.6 |
2788 | 2024-08-27T22:20:19.621Z | [ helios-setup] Aug 27 22:20:18.062 INFO E| Compiling slab v0.4.7 |
2789 | 2024-08-27T22:20:19.873Z | [ helios-setup] Aug 27 22:20:18.313 INFO E| Compiling futures-channel v0.3.28 |
2790 | 2024-08-27T22:20:19.953Z | [ helios-setup] Aug 27 22:20:18.387 INFO E| Compiling futures-sink v0.3.28 |
2791 | 2024-08-27T22:20:20.224Z | [ helios-setup] Aug 27 22:20:18.665 INFO E| Compiling futures-task v0.3.28 |
2792 | 2024-08-27T22:20:20.677Z | [ helios-setup] Aug 27 22:20:19.118 INFO E| Compiling tokio v1.27.0 |
2793 | 2024-08-27T22:20:20.955Z | [ helios-setup] Aug 27 22:20:19.396 INFO E| Compiling schemars v0.8.12 |
2794 | 2024-08-27T22:20:21.126Z | [ helios-setup] Aug 27 22:20:19.566 INFO E| Compiling futures-util v0.3.28 |
2795 | 2024-08-27T22:20:21.428Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2796 | 2024-08-27T22:20:22.101Z | [ helios-setup] Aug 27 22:20:20.541 INFO E| Compiling mio v0.8.5 |
2797 | 2024-08-27T22:20:22.219Z | [ helios-setup] Aug 27 22:20:20.660 INFO E| Compiling signal-hook-registry v1.4.0 |
2798 | 2024-08-27T22:20:22.510Z | [ helios-setup] Aug 27 22:20:20.949 INFO E| Compiling socket2 v0.4.9 |
2799 | 2024-08-27T22:20:22.799Z | [ helios-setup] Aug 27 22:20:21.239 INFO E| Compiling ahash v0.7.6 |
2800 | 2024-08-27T22:20:22.811Z | [ helios-setup] Aug 27 22:20:21.251 INFO E| Compiling num-traits v0.2.15 |
2801 | 2024-08-27T22:20:23.641Z | [ helios-setup] Aug 27 22:20:22.082 INFO E| Compiling io-lifetimes v1.0.10 |
2802 | 2024-08-27T22:20:23.881Z | [ helios-setup] Aug 27 22:20:22.322 INFO E| Compiling futures-io v0.3.28 |
2803 | 2024-08-27T22:20:24.140Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2804 | 2024-08-27T22:20:24.729Z | [ helios-setup] Aug 27 22:20:23.169 INFO E| Compiling crunchy v0.2.2 |
2805 | 2024-08-27T22:20:25.012Z | [ helios-setup] Aug 27 22:20:23.452 INFO E| Compiling pin-utils v0.1.0 |
2806 | 2024-08-27T22:20:25.134Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2807 | 2024-08-27T22:20:25.765Z | [ helios-setup] Aug 27 22:20:24.206 INFO E| Compiling ahash v0.8.3 |
2808 | 2024-08-27T22:20:25.819Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2809 | 2024-08-27T22:20:25.954Z | [ helios-setup] Aug 27 22:20:24.395 INFO E| Compiling rustix v0.37.3 |
2810 | 2024-08-27T22:20:26.175Z | [ helios-setup] Aug 27 22:20:24.613 INFO E| Compiling tiny-keccak v2.0.2 |
2811 | 2024-08-27T22:20:26.723Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2812 | 2024-08-27T22:20:26.753Z | [ helios-setup] Aug 27 22:20:25.193 INFO E| Compiling hashbrown v0.12.3 |
2813 | 2024-08-27T22:20:26.960Z | [ helios-setup] Aug 27 22:20:25.401 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2814 | 2024-08-27T22:20:27.563Z | [ helios-setup] Aug 27 22:20:26.003 INFO E| Compiling block-buffer v0.10.3 |
2815 | 2024-08-27T22:20:27.725Z | [ helios-setup] Aug 27 22:20:26.139 INFO E| Compiling crypto-common v0.1.6 |
2816 | 2024-08-27T22:20:27.741Z | [ helios-setup] Aug 27 22:20:26.179 INFO E| Compiling serde_derive_internals v0.26.0 |
2817 | 2024-08-27T22:20:29.011Z | [ helios-setup] Aug 27 22:20:27.451 INFO E| Compiling errno v0.3.1 |
2818 | 2024-08-27T22:20:29.398Z | [ helios-setup] Aug 27 22:20:27.838 INFO E| Compiling slog v2.7.0 |
2819 | 2024-08-27T22:20:29.514Z | [ helios-setup] Aug 27 22:20:27.954 INFO E| Compiling crossbeam-utils v0.8.14 |
2820 | 2024-08-27T22:20:29.701Z | [ helios-setup] Aug 27 22:20:28.141 INFO E| Compiling fnv v1.0.7 |
2821 | 2024-08-27T22:20:29.943Z | [ host-package] Compiling heck v0.3.3 |
2822 | 2024-08-27T22:20:30.054Z | [ helios-setup] Aug 27 22:20:28.494 INFO E| Compiling pkg-config v0.3.26 |
2823 | 2024-08-27T22:20:30.655Z | [ helios-setup] Aug 27 22:20:29.091 INFO E| Compiling http v0.2.9 |
2824 | 2024-08-27T22:20:30.760Z | [ host-package] Compiling castaway v0.2.3 |
2825 | 2024-08-27T22:20:31.319Z | [ host-package] Compiling rand_seeder v0.3.0 |
2826 | 2024-08-27T22:20:32.119Z | [ host-package] Compiling csv-core v0.1.11 |
2827 | 2024-08-27T22:20:33.418Z | [ helios-setup] Aug 27 22:20:31.857 INFO E| Compiling digest v0.10.6 |
2828 | 2024-08-27T22:20:33.681Z | [ helios-setup] Aug 27 22:20:32.120 INFO E| Compiling aho-corasick v0.7.20 |
2829 | 2024-08-27T22:20:34.032Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2830 | 2024-08-27T22:20:34.270Z | [ helios-setup] Aug 27 22:20:32.709 INFO E| Compiling anyhow v1.0.68 |
2831 | 2024-08-27T22:20:34.418Z | [ helios-setup] Aug 27 22:20:32.858 INFO E| Compiling heck v0.4.1 |
2832 | 2024-08-27T22:20:34.953Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2833 | 2024-08-27T22:20:35.499Z | [ helios-setup] Aug 27 22:20:33.741 INFO E| Compiling regex-syntax v0.6.29 |
2834 | 2024-08-27T22:20:35.521Z | [ helios-setup] Aug 27 22:20:33.775 INFO E| Compiling httparse v1.8.0 |
2835 | 2024-08-27T22:20:35.869Z | [ helios-setup] Aug 27 22:20:34.309 INFO E| Compiling percent-encoding v2.2.0 |
2836 | 2024-08-27T22:20:35.917Z | [ helios-setup] Aug 27 22:20:34.356 INFO E| Compiling unicode-width v0.1.10 |
2837 | 2024-08-27T22:20:36.435Z | [ helios-setup] Aug 27 22:20:34.873 INFO E| Compiling tinyvec_macros v0.1.1 |
2838 | 2024-08-27T22:20:36.772Z | [ helios-setup] Aug 27 22:20:35.206 INFO E| Compiling cpufeatures v0.2.5 |
2839 | 2024-08-27T22:20:36.983Z | [ helios-setup] Aug 27 22:20:35.421 INFO E| Compiling tinyvec v1.6.0 |
2840 | 2024-08-27T22:20:37.300Z | [ helios-setup] Aug 27 22:20:35.738 INFO E| Compiling form_urlencoded v1.1.0 |
2841 | 2024-08-27T22:20:37.587Z | [ host-package] Compiling http-range v0.1.5 |
2842 | 2024-08-27T22:20:37.758Z | [ helios-setup] Aug 27 22:20:36.197 INFO E| Compiling const-random-macro v0.1.15 |
2843 | 2024-08-27T22:20:37.963Z | [ helios-setup] Aug 27 22:20:36.402 INFO E| Compiling serde_derive v1.0.204 |
2844 | 2024-08-27T22:20:38.036Z | [ helios-setup] Aug 27 22:20:36.475 INFO E| Compiling thiserror-impl v1.0.38 |
2845 | 2024-08-27T22:20:38.295Z | [ helios-setup] Aug 27 22:20:36.734 INFO E| Compiling futures-macro v0.3.28 |
2846 | 2024-08-27T22:20:38.826Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2847 | 2024-08-27T22:20:39.418Z | [ helios-setup] Aug 27 22:20:37.845 INFO E| Compiling tokio-macros v2.0.0 |
2848 | 2024-08-27T22:20:39.757Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2849 | 2024-08-27T22:20:39.847Z | [ helios-setup] Aug 27 22:20:38.286 INFO E| Compiling schemars_derive v0.8.12 |
2850 | 2024-08-27T22:20:40.983Z | [ helios-setup] Aug 27 22:20:39.421 INFO E| Compiling hashbrown v0.13.2 |
2851 | 2024-08-27T22:20:42.795Z | [ helios-setup] Aug 27 22:20:41.233 INFO E| Compiling regex v1.7.3 |
2852 | 2024-08-27T22:20:43.539Z | [ helios-setup] Aug 27 22:20:41.978 INFO E| Compiling chrono v0.4.24 |
2853 | 2024-08-27T22:20:44.052Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2854 | 2024-08-27T22:20:44.239Z | [ helios-setup] Aug 27 22:20:42.677 INFO E| Compiling libz-sys v1.1.8 |
2855 | 2024-08-27T22:20:45.754Z | [ host-package] Compiling csv v1.3.0 |
2856 | 2024-08-27T22:20:46.134Z | [ helios-setup] Aug 27 22:20:44.573 INFO E| Compiling uuid v1.3.0 |
2857 | 2024-08-27T22:20:47.146Z | [ helios-setup] Aug 27 22:20:45.584 INFO E| Compiling dyn-clone v1.0.11 |
2858 | 2024-08-27T22:20:47.798Z | [ helios-setup] Aug 27 22:20:46.235 INFO E| Compiling regress v0.5.0 |
2859 | 2024-08-27T22:20:48.066Z | [ helios-setup] Aug 27 22:20:46.501 INFO E| Compiling unicode-normalization v0.1.22 |
2860 | 2024-08-27T22:20:48.208Z | [ helios-setup] Aug 27 22:20:46.634 INFO E| Compiling const-random v0.1.15 |
2861 | 2024-08-27T22:20:49.763Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2862 | 2024-08-27T22:20:50.240Z | [ helios-setup] Aug 27 22:20:48.676 INFO E| Compiling getopts v0.2.21 |
2863 | 2024-08-27T22:20:50.577Z | [ host-package] Compiling compact_str v0.8.0 |
2864 | 2024-08-27T22:20:50.847Z | [ helios-setup] Aug 27 22:20:49.284 INFO E| Compiling tracing-core v0.1.30 |
2865 | 2024-08-27T22:20:51.710Z | [ helios-setup] Aug 27 22:20:50.133 INFO E| Compiling memoffset v0.7.1 |
2866 | 2024-08-27T22:20:51.752Z | [ helios-setup] Aug 27 22:20:50.190 INFO E| Compiling ucd-trie v0.1.5 |
2867 | 2024-08-27T22:20:51.996Z | [ helios-setup] Aug 27 22:20:50.433 INFO E| Compiling time-core v0.1.2 |
2868 | 2024-08-27T22:20:53.067Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2869 | 2024-08-27T22:20:53.958Z | [ helios-setup] Aug 27 22:20:52.395 INFO E| Compiling powerfmt v0.2.0 |
2870 | 2024-08-27T22:20:54.305Z | [ helios-setup] Aug 27 22:20:52.742 INFO E| Compiling unicode-bidi v0.3.13 |
2871 | 2024-08-27T22:20:54.818Z | [ helios-setup] Aug 27 22:20:53.255 INFO E| Compiling num-conv v0.1.0 |
2872 | 2024-08-27T22:20:55.069Z | [ helios-setup] Aug 27 22:20:53.506 INFO E| Compiling deranged v0.3.11 |
2873 | 2024-08-27T22:20:55.634Z | [ helios-setup] Aug 27 22:20:54.071 INFO E| Compiling time-macros v0.2.18 |
2874 | 2024-08-27T22:20:55.772Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2875 | 2024-08-27T22:20:56.356Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2876 | 2024-08-27T22:20:56.487Z | [ host-package] Compiling nix v0.27.1 |
2877 | 2024-08-27T22:20:56.658Z | [ helios-setup] Aug 27 22:20:55.095 INFO E| Compiling idna v0.3.0 |
2878 | 2024-08-27T22:20:58.804Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2879 | 2024-08-27T22:20:58.867Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2880 | 2024-08-27T22:21:00.190Z | [ helios-setup] Aug 27 22:20:58.627 INFO E| Compiling tracing v0.1.37 |
2881 | 2024-08-27T22:21:00.381Z | [ helios-setup] Aug 27 22:20:58.818 INFO E| Compiling pest v2.5.7 |
2882 | 2024-08-27T22:21:02.197Z | [ helios-setup] Aug 27 22:21:00.634 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2883 | 2024-08-27T22:21:02.367Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2884 | 2024-08-27T22:21:02.964Z | [ helios-setup] Aug 27 22:21:01.401 INFO E| Compiling time v0.1.45 |
2885 | 2024-08-27T22:21:03.011Z | [ helios-setup] Aug 27 22:21:01.448 INFO E| Compiling crossbeam-epoch v0.9.13 |
2886 | 2024-08-27T22:21:04.439Z | [ helios-setup] Aug 27 22:21:02.875 INFO E| Compiling num_threads v0.1.6 |
2887 | 2024-08-27T22:21:04.701Z | [ helios-setup] Aug 27 22:21:03.137 INFO E| Compiling iana-time-zone v0.1.56 |
2888 | 2024-08-27T22:21:05.115Z | [ helios-setup] Aug 27 22:21:03.551 INFO E| Compiling toml v0.5.11 |
2889 | 2024-08-27T22:21:05.791Z | [ helios-setup] Aug 27 22:21:04.228 INFO E| Compiling serde_tokenstream v0.2.0 |
2890 | 2024-08-27T22:21:06.486Z | [ helios-setup] Aug 27 22:21:04.922 INFO E| Compiling smallvec v1.10.0 |
2891 | 2024-08-27T22:21:07.298Z | [ helios-setup] Aug 27 22:21:05.734 INFO E| Compiling semver v1.0.17 |
2892 | 2024-08-27T22:21:08.022Z | [ helios-setup] Aug 27 22:21:06.458 INFO E| Compiling time v0.3.36 |
2893 | 2024-08-27T22:21:08.695Z | [ helios-setup] Aug 27 22:21:07.131 INFO E| Compiling parking_lot v0.12.1 |
2894 | 2024-08-27T22:21:09.553Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2895 | 2024-08-27T22:21:10.341Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2896 | 2024-08-27T22:21:11.409Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2897 | 2024-08-27T22:21:12.251Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2898 | 2024-08-27T22:21:12.363Z | [ host-package] Compiling lru v0.12.3 |
2899 | 2024-08-27T22:21:12.729Z | [ helios-setup] Aug 27 22:21:11.164 INFO E| Compiling semver-parser v0.10.2 |
2900 | 2024-08-27T22:21:12.827Z | [ host-package] Compiling hashlink v0.9.1 |
2901 | 2024-08-27T22:21:13.134Z | [ host-package] Compiling serde-big-array v0.5.1 |
2902 | 2024-08-27T22:21:13.794Z | [ host-package] Compiling instability v0.3.2 |
2903 | 2024-08-27T22:21:14.397Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2904 | 2024-08-27T22:21:16.089Z | [ helios-setup] Aug 27 22:21:14.524 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2905 | 2024-08-27T22:21:16.123Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2906 | 2024-08-27T22:21:16.447Z | [ host-package] Compiling base64 v0.13.1 |
2907 | 2024-08-27T22:21:16.960Z | [ host-package] Compiling cassowary v0.3.0 |
2908 | 2024-08-27T22:21:18.239Z | [ host-package] Compiling ratatui v0.28.0 |
2909 | 2024-08-27T22:21:18.541Z | [ helios-setup] Aug 27 22:21:16.974 INFO E| Compiling url v2.3.1 |
2910 | 2024-08-27T22:21:21.754Z | [ helios-setup] Aug 27 22:21:20.188 INFO E| Compiling crossbeam-channel v0.5.6 |
2911 | 2024-08-27T22:21:22.279Z | [ helios-setup] Aug 27 22:21:20.714 INFO E| Compiling dirs-sys-next v0.1.2 |
2912 | 2024-08-27T22:21:22.972Z | [ helios-setup] Aug 27 22:21:21.189 INFO E| Compiling same-file v1.0.6 |
2913 | 2024-08-27T22:21:23.788Z | [ helios-setup] Aug 27 22:21:22.221 INFO E| Compiling crc32fast v1.3.2 |
2914 | 2024-08-27T22:21:24.202Z | [ helios-setup] Aug 27 22:21:22.637 INFO E| Compiling try-lock v0.2.4 |
2915 | 2024-08-27T22:21:24.736Z | [ helios-setup] Aug 27 22:21:23.168 INFO E| Compiling want v0.3.0 |
2916 | 2024-08-27T22:21:24.853Z | [ host-package] Compiling ron v0.7.1 |
2917 | 2024-08-27T22:21:25.198Z | [ helios-setup] Aug 27 22:21:23.632 INFO E| Compiling walkdir v2.3.3 |
2918 | 2024-08-27T22:21:25.547Z | [ helios-setup] Aug 27 22:21:23.981 INFO E| Compiling dirs-next v2.0.0 |
2919 | 2024-08-27T22:21:28.342Z | [ helios-setup] Aug 27 22:21:26.776 INFO E| Compiling tokio-util v0.7.7 |
2920 | 2024-08-27T22:21:29.086Z | [ helios-setup] Aug 27 22:21:27.520 INFO E| Compiling semver v0.11.0 |
2921 | 2024-08-27T22:21:29.258Z | [ helios-setup] Aug 27 22:21:27.692 INFO E| Compiling proc-macro-crate v1.2.1 |
2922 | 2024-08-27T22:21:30.397Z | [ helios-setup] Aug 27 22:21:28.831 INFO E| Compiling h2 v0.3.16 |
2923 | 2024-08-27T22:21:32.960Z | [ host-package] Compiling rusqlite v0.31.0 |
2924 | 2024-08-27T22:21:33.031Z | [ helios-setup] Aug 27 22:21:31.464 INFO E| Compiling futures-executor v0.3.28 |
2925 | 2024-08-27T22:21:34.121Z | [ helios-setup] Aug 27 22:21:32.554 INFO E| Compiling http-body v0.4.5 |
2926 | 2024-08-27T22:21:34.214Z | [ helios-setup] Aug 27 22:21:32.647 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2927 | 2024-08-27T22:21:35.261Z | [ helios-setup] Aug 27 22:21:33.694 INFO E| Compiling ring v0.16.20 |
2928 | 2024-08-27T22:21:35.485Z | [ helios-setup] Aug 27 22:21:33.908 INFO E| Compiling rand_core v0.6.4 |
2929 | 2024-08-27T22:21:36.751Z | [ helios-setup] Aug 27 22:21:35.175 INFO E| Compiling thread_local v1.1.7 |
2930 | 2024-08-27T22:21:37.762Z | [ helios-setup] Aug 27 22:21:36.152 INFO E| Compiling ppv-lite86 v0.2.17 |
2931 | 2024-08-27T22:21:38.124Z | [ helios-setup] Aug 27 22:21:36.557 INFO E| Compiling home v0.5.4 |
2932 | 2024-08-27T22:21:39.370Z | [ helios-setup] Aug 27 22:21:37.803 INFO E| Compiling rayon-core v1.10.2 |
2933 | 2024-08-27T22:21:39.733Z | [ helios-setup] Aug 27 22:21:38.165 INFO E| Compiling base64 v0.21.0 |
2934 | 2024-08-27T22:21:40.365Z | [ helios-setup] Aug 27 22:21:38.797 INFO E| Compiling utf8parse v0.2.1 |
2935 | 2024-08-27T22:21:40.845Z | [ helios-setup] Aug 27 22:21:39.277 INFO E| Compiling lazy_static v1.4.0 |
2936 | 2024-08-27T22:21:42.264Z | [ helios-setup] Aug 27 22:21:40.697 INFO E| Compiling tower-service v0.3.2 |
2937 | 2024-08-27T22:21:42.321Z | [ helios-setup] Aug 27 22:21:40.754 INFO E| Compiling adler v1.0.2 |
2938 | 2024-08-27T22:21:42.324Z | [ helios-setup] Aug 27 22:21:40.754 INFO E| Compiling fastrand v1.9.0 |
2939 | 2024-08-27T22:21:42.540Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2940 | 2024-08-27T22:21:42.652Z | [ helios-setup] Aug 27 22:21:41.084 INFO E| Compiling httpdate v1.0.2 |
2941 | 2024-08-27T22:21:42.964Z | [ helios-setup] Aug 27 22:21:41.396 INFO E| Compiling miniz_oxide v0.6.2 |
2942 | 2024-08-27T22:21:43.690Z | [ helios-setup] Aug 27 22:21:42.122 INFO E| Compiling hyper v0.14.25 |
2943 | 2024-08-27T22:21:44.370Z | [ helios-setup] Aug 27 22:21:42.803 INFO E| Compiling tempfile v3.5.0 |
2944 | 2024-08-27T22:21:47.388Z | [ helios-setup] Aug 27 22:21:45.818 INFO E| Compiling toolchain_find v0.2.0 |
2945 | 2024-08-27T22:21:48.612Z | [ helios-setup] Aug 27 22:21:47.044 INFO E| Compiling anstyle-parse v0.1.1 |
2946 | 2024-08-27T22:21:48.856Z | [ helios-setup] Aug 27 22:21:47.287 INFO E| Compiling rand_chacha v0.3.1 |
2947 | 2024-08-27T22:21:52.057Z | [ helios-setup] Aug 27 22:21:50.488 INFO E| Compiling futures v0.3.28 |
2948 | 2024-08-27T22:21:52.475Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2949 | 2024-08-27T22:22:01.083Z | [ helios-setup] Aug 27 22:21:59.514 INFO E| Compiling num_enum_derive v0.5.7 |
2950 | 2024-08-27T22:22:02.922Z | [ helios-setup] Aug 27 22:22:01.352 INFO E| Compiling cargo-lock v8.0.3 |
2951 | 2024-08-27T22:22:05.715Z | [ helios-setup] Aug 27 22:22:04.145 INFO E| Compiling crossbeam-deque v0.8.2 |
2952 | 2024-08-27T22:22:06.755Z | [ helios-setup] Aug 27 22:22:05.185 INFO E| Compiling term v0.7.0 |
2953 | 2024-08-27T22:22:06.871Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2954 | 2024-08-27T22:22:08.932Z | [ helios-setup] Aug 27 22:22:07.362 INFO E| Compiling serde_urlencoded v0.7.1 |
2955 | 2024-08-27T22:22:09.245Z | [ helios-setup] Aug 27 22:22:07.675 INFO E| Compiling sha2 v0.10.6 |
2956 | 2024-08-27T22:22:09.502Z | [ helios-setup] Aug 27 22:22:07.932 INFO E| Compiling sha1 v0.10.5 |
2957 | 2024-08-27T22:22:10.824Z | [ helios-setup] Aug 27 22:22:09.253 INFO E| Compiling is-terminal v0.4.7 |
2958 | 2024-08-27T22:22:11.146Z | [ helios-setup] Aug 27 22:22:09.575 INFO E| Compiling atty v0.2.14 |
2959 | 2024-08-27T22:22:12.172Z | [ host-package] Compiling zone v0.1.8 |
2960 | 2024-08-27T22:22:12.896Z | [ helios-setup] Aug 27 22:22:11.325 INFO E| Compiling concolor-override v1.0.0 |
2961 | 2024-08-27T22:22:13.404Z | [ helios-setup] Aug 27 22:22:11.833 INFO E| Compiling anstyle v0.3.5 |
2962 | 2024-08-27T22:22:13.914Z | [ helios-setup] Aug 27 22:22:12.341 INFO E| Compiling concolor-query v0.3.3 |
2963 | 2024-08-27T22:22:14.350Z | [ helios-setup] Aug 27 22:22:12.780 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2964 | 2024-08-27T22:22:14.562Z | [ helios-setup] Aug 27 22:22:12.991 INFO E| Compiling anstream v0.2.6 |
2965 | 2024-08-27T22:22:15.257Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2966 | 2024-08-27T22:22:18.125Z | [ helios-setup] Aug 27 22:22:16.553 INFO E| Compiling slog-term v2.9.0 |
2967 | 2024-08-27T22:22:18.475Z | [ helios-setup] Aug 27 22:22:16.904 INFO E| Compiling flate2 v1.0.25 |
2968 | 2024-08-27T22:22:19.378Z | [ helios-setup] Aug 27 22:22:17.807 INFO E| Compiling num_enum v0.5.7 |
2969 | 2024-08-27T22:22:19.831Z | [ helios-setup] Aug 27 22:22:18.260 INFO E| Compiling rand v0.8.5 |
2970 | 2024-08-27T22:22:20.464Z | [ helios-setup] Aug 27 22:22:18.892 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2971 | 2024-08-27T22:22:20.548Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2972 | 2024-08-27T22:22:21.543Z | [ helios-setup] Aug 27 22:22:19.972 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2973 | 2024-08-27T22:22:21.795Z | [ helios-setup] Aug 27 22:22:20.223 INFO E| Compiling openapiv3 v1.0.2 |
2974 | 2024-08-27T22:22:22.792Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2975 | 2024-08-27T22:22:23.211Z | [ helios-setup] Aug 27 22:22:21.640 INFO E| Compiling encoding_rs v0.8.32 |
2976 | 2024-08-27T22:22:23.881Z | [ helios-setup] Aug 27 22:22:22.310 INFO E| Compiling utf-8 v0.7.6 |
2977 | 2024-08-27T22:22:24.691Z | [ helios-setup] Aug 27 22:22:23.114 INFO E| Compiling clap_lex v0.4.1 |
2978 | 2024-08-27T22:22:24.721Z | [ helios-setup] Aug 27 22:22:23.140 INFO E| Compiling byteorder v1.4.3 |
2979 | 2024-08-27T22:22:24.868Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2980 | 2024-08-27T22:22:26.110Z | [ helios-setup] Aug 27 22:22:24.538 INFO E| Compiling project-root v0.2.2 |
2981 | 2024-08-27T22:22:26.651Z | [ helios-setup] Aug 27 22:22:25.079 INFO E| Compiling untrusted v0.7.1 |
2982 | 2024-08-27T22:22:26.792Z | [ helios-setup] Aug 27 22:22:25.220 INFO E| Compiling either v1.8.0 |
2983 | 2024-08-27T22:22:27.030Z | [ helios-setup] Aug 27 22:22:25.458 INFO E| Compiling unsafe-libyaml v0.2.8 |
2984 | 2024-08-27T22:22:27.653Z | [ helios-setup] Aug 27 22:22:26.080 INFO E| Compiling ipnet v2.7.2 |
2985 | 2024-08-27T22:22:29.874Z | [ helios-setup] Aug 27 22:22:28.301 INFO E| Compiling spin v0.5.2 |
2986 | 2024-08-27T22:22:30.760Z | [ helios-setup] Aug 27 22:22:29.177 INFO E| Compiling base64 v0.13.1 |
2987 | 2024-08-27T22:22:30.784Z | [ helios-setup] Aug 27 22:22:29.211 INFO E| Compiling strsim v0.10.0 |
2988 | 2024-08-27T22:22:31.205Z | [ helios-setup] Aug 27 22:22:29.632 INFO E| Compiling mime v0.3.17 |
2989 | 2024-08-27T22:22:32.388Z | [ helios-setup] Aug 27 22:22:30.815 INFO E| Compiling reqwest v0.11.16 |
2990 | 2024-08-27T22:22:33.169Z | [ helios-setup] Aug 27 22:22:31.596 INFO E| Compiling tungstenite v0.18.0 |
2991 | 2024-08-27T22:22:33.297Z | [ helios-setup] Aug 27 22:22:31.724 INFO E| Compiling clap_builder v4.2.1 |
2992 | 2024-08-27T22:22:34.973Z | [ helios-setup] Aug 27 22:22:33.400 INFO E| Compiling serde_yaml v0.9.21 |
2993 | 2024-08-27T22:22:35.080Z | [ helios-setup] Aug 27 22:22:33.507 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2994 | 2024-08-27T22:22:35.686Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2995 | 2024-08-27T22:22:39.428Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2996 | 2024-08-27T22:22:40.157Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2997 | 2024-08-27T22:22:41.812Z | [ helios-setup] Aug 27 22:22:40.237 INFO E| Compiling rayon v1.6.1 |
2998 | 2024-08-27T22:22:44.761Z | [ helios-setup] Aug 27 22:22:43.186 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2999 | 2024-08-27T22:22:44.932Z | [ helios-setup] Aug 27 22:22:43.358 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3000 | 2024-08-27T22:22:47.223Z | [ helios-setup] Aug 27 22:22:45.647 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3001 | 2024-08-27T22:22:48.251Z | [ helios-setup] Aug 27 22:22:46.676 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3002 | 2024-08-27T22:22:49.439Z | [ helios-setup] Aug 27 22:22:47.865 INFO E| Compiling clap_derive v4.2.0 |
3003 | 2024-08-27T22:22:49.580Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3004 | 2024-08-27T22:22:49.901Z | [ host-package] Compiling twox-hash v1.6.3 |
3005 | 2024-08-27T22:22:50.570Z | [ host-package] Compiling yasna v0.5.2 |
3006 | 2024-08-27T22:22:52.372Z | [ host-package] Compiling portpicker v0.1.1 |
3007 | 2024-08-27T22:22:53.195Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3008 | 2024-08-27T22:22:53.349Z | [ helios-setup] Aug 27 22:22:51.774 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3009 | 2024-08-27T22:22:54.460Z | [ host-package] Compiling smawk v0.3.2 |
3010 | 2024-08-27T22:22:54.703Z | [ host-package] Compiling rcgen v0.12.1 |
3011 | 2024-08-27T22:22:54.939Z | [ host-package] Compiling textwrap v0.16.1 |
3012 | 2024-08-27T22:22:57.190Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3013 | 2024-08-27T22:22:58.998Z | [ helios-setup] Aug 27 22:22:57.423 INFO E| Compiling clap v4.2.1 |
3014 | 2024-08-27T22:23:00.192Z | [ helios-setup] Aug 27 22:22:58.616 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3015 | 2024-08-27T22:23:01.595Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3016 | 2024-08-27T22:23:09.433Z | [ helios-setup] Aug 27 22:23:07.856 INFO E| Compiling tokio-tungstenite v0.18.0 |
3017 | 2024-08-27T22:23:10.759Z | [ helios-setup] Aug 27 22:23:09.182 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3018 | 2024-08-27T22:23:14.017Z | [ helios-setup] Aug 27 22:23:12.440 INFO E| Compiling smartstring v1.0.1 |
3019 | 2024-08-27T22:23:14.618Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3020 | 2024-08-27T22:23:15.101Z | [ helios-setup] Aug 27 22:23:13.524 INFO E| Compiling rustls v0.21.0 |
3021 | 2024-08-27T22:23:17.237Z | [ helios-setup] Aug 27 22:23:15.659 INFO E| Compiling toml_datetime v0.6.1 |
3022 | 2024-08-27T22:23:18.583Z | [ helios-setup] Aug 27 22:23:17.006 INFO E| Compiling serde_spanned v0.6.1 |
3023 | 2024-08-27T22:23:19.251Z | [ helios-setup] Aug 27 22:23:17.674 INFO E| Compiling async-trait v0.1.68 |
3024 | 2024-08-27T22:23:20.643Z | [ helios-setup] Aug 27 22:23:19.065 INFO E| Compiling paste v1.0.12 |
3025 | 2024-08-27T22:23:20.996Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3026 | 2024-08-27T22:23:22.120Z | [ helios-setup] Aug 27 22:23:20.542 INFO E| Compiling winnow v0.4.1 |
3027 | 2024-08-27T22:23:22.941Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3028 | 2024-08-27T22:23:25.887Z | [ helios-setup] Aug 27 22:23:24.307 INFO E| Compiling camino v1.1.4 |
3029 | 2024-08-27T22:23:27.413Z | [ helios-setup] Aug 27 22:23:25.834 INFO E| Compiling match_cfg v0.1.0 |
3030 | 2024-08-27T22:23:27.609Z | [ helios-setup] Aug 27 22:23:26.029 INFO E| Compiling static_assertions v1.1.0 |
3031 | 2024-08-27T22:23:27.822Z | [ helios-setup] Aug 27 22:23:26.243 INFO E| Compiling slog-async v2.7.0 |
3032 | 2024-08-27T22:23:29.647Z | [ helios-setup] Aug 27 22:23:28.068 INFO E| Compiling toml_edit v0.19.8 |
3033 | 2024-08-27T22:23:30.142Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3034 | 2024-08-27T22:23:30.910Z | [ helios-setup] Aug 27 22:23:29.331 INFO E| Compiling hostname v0.3.1 |
3035 | 2024-08-27T22:23:31.659Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3036 | 2024-08-27T22:23:32.221Z | [ helios-setup] Aug 27 22:23:30.640 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3037 | 2024-08-27T22:23:32.589Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3038 | 2024-08-27T22:23:33.313Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3039 | 2024-08-27T22:23:33.899Z | [ helios-setup] Aug 27 22:23:32.314 INFO E| Compiling slog-json v2.6.1 |
3040 | 2024-08-27T22:23:35.060Z | [ helios-setup] Aug 27 22:23:33.481 INFO E| Compiling unicode-linebreak v0.1.4 |
3041 | 2024-08-27T22:23:40.064Z | [ helios-setup] Aug 27 22:23:38.484 INFO E| Compiling rhai_codegen v1.5.0 |
3042 | 2024-08-27T22:23:40.987Z | [ helios-setup] Aug 27 22:23:39.407 INFO E| Compiling async-stream-impl v0.3.5 |
3043 | 2024-08-27T22:23:43.934Z | [ helios-setup] Aug 27 22:23:42.354 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3044 | 2024-08-27T22:23:45.221Z | [ helios-setup] Aug 27 22:23:43.360 INFO E| Compiling take_mut v0.2.2 |
3045 | 2024-08-27T22:23:45.670Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3046 | 2024-08-27T22:23:45.929Z | [ helios-setup] Aug 27 22:23:44.348 INFO E| Compiling rhai v1.14.0 |
3047 | 2024-08-27T22:23:48.645Z | [ host-package] Compiling atomicwrites v0.4.3 |
3048 | 2024-08-27T22:23:48.827Z | [ helios-setup] Aug 27 22:23:47.247 INFO E| Compiling async-stream v0.3.5 |
3049 | 2024-08-27T22:23:49.240Z | [ helios-setup] Aug 27 22:23:47.660 INFO E| Compiling toml v0.7.3 |
3050 | 2024-08-27T22:23:49.752Z | [ helios-setup] Aug 27 22:23:48.171 INFO E| Compiling slog-bunyan v2.4.0 |
3051 | 2024-08-27T22:23:49.920Z | [ host-package] Compiling fatfs v0.3.6 |
3052 | 2024-08-27T22:23:50.685Z | [ host-package] Compiling subprocess v0.2.9 |
3053 | 2024-08-27T22:23:53.748Z | [ host-package] Compiling rtoolbox v0.0.2 |
3054 | 2024-08-27T22:23:53.792Z | [ helios-setup] Aug 27 22:23:52.211 INFO E| Compiling rustls-pemfile v1.0.2 |
3055 | 2024-08-27T22:23:54.822Z | [ host-package] Compiling is_ci v1.2.0 |
3056 | 2024-08-27T22:23:54.894Z | [ helios-setup] Aug 27 22:23:53.313 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3057 | 2024-08-27T22:23:55.111Z | [ helios-setup] Aug 27 22:23:53.528 INFO E| Compiling serde_path_to_error v0.1.11 |
3058 | 2024-08-27T22:23:55.845Z | [ host-package] Compiling assert_matches v1.5.0 |
3059 | 2024-08-27T22:23:55.893Z | [ host-package] Compiling supports-color v3.0.0 |
3060 | 2024-08-27T22:23:56.142Z | [ helios-setup] Aug 27 22:23:54.561 INFO E| Compiling bincode v1.3.3 |
3061 | 2024-08-27T22:23:57.295Z | [ host-package] Compiling rpassword v7.3.1 |
3062 | 2024-08-27T22:23:58.113Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3063 | 2024-08-27T22:23:58.707Z | [ helios-setup] Aug 27 22:23:57.125 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3064 | 2024-08-27T22:23:58.851Z | [ helios-setup] Aug 27 22:23:57.269 INFO E| Compiling terminal_size v0.2.6 |
3065 | 2024-08-27T22:23:59.280Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3066 | 2024-08-27T22:23:59.423Z | [ helios-setup] Aug 27 22:23:57.841 INFO E| Compiling smawk v0.3.1 |
3067 | 2024-08-27T22:23:59.927Z | [ helios-setup] Aug 27 22:23:58.345 INFO E| Compiling textwrap v0.16.0 |
3068 | 2024-08-27T22:24:03.222Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3069 | 2024-08-27T22:24:06.682Z | [ helios-setup] Aug 27 22:24:05.099 INFO E| Compiling rustls-webpki v0.100.1 |
3070 | 2024-08-27T22:24:06.838Z | [ helios-setup] Aug 27 22:24:05.256 INFO E| Compiling sct v0.7.0 |
3071 | 2024-08-27T22:24:08.380Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3072 | 2024-08-27T22:24:08.785Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3073 | 2024-08-27T22:24:09.413Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3074 | 2024-08-27T22:24:11.918Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3075 | 2024-08-27T22:24:13.319Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3076 | 2024-08-27T22:24:16.461Z | [ host-package] Compiling uzers v0.11.3 |
3077 | 2024-08-27T22:24:17.063Z | [ helios-setup] Aug 27 22:24:15.480 INFO E| Compiling tokio-rustls v0.24.0 |
3078 | 2024-08-27T22:24:17.695Z | [ helios-setup] Aug 27 22:24:16.112 INFO E| Compiling git2 v0.16.1 |
3079 | 2024-08-27T22:24:20.459Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3080 | 2024-08-27T22:24:24.433Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3081 | 2024-08-27T22:24:28.848Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3082 | 2024-08-27T22:24:28.947Z | [ helios-setup] Aug 27 22:24:27.338 INFO E| Compiling built v0.6.0 |
3083 | 2024-08-27T22:24:31.487Z | [ helios-setup] Aug 27 22:24:29.902 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3084 | 2024-08-27T22:24:33.755Z | [ helios-setup] Aug 27 22:24:32.169 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3085 | 2024-08-27T22:24:34.469Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3086 | 2024-08-27T22:24:34.658Z | [ helios-setup] Aug 27 22:24:33.072 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3087 | 2024-08-27T22:24:50.999Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3088 | 2024-08-27T22:25:01.674Z | [ helios-setup] Aug 27 22:25:00.081 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3089 | 2024-08-27T22:25:06.973Z | [ helios-setup] Aug 27 22:25:02.464 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3090 | 2024-08-27T22:25:07.054Z | [ host-package] Compiling multimap v0.10.0 |
3091 | 2024-08-27T22:25:46.507Z | [ helios-setup] Aug 27 22:25:44.915 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3092 | 2024-08-27T22:26:54.055Z | [ helios-setup] Aug 27 22:26:52.455 INFO E| Finished `release` profile [optimized] target(s) in 6m 48s |
3093 | 2024-08-27T22:26:54.180Z | [ helios-setup] Aug 27 22:26:52.580 INFO building project "pilot" ok (408 seconds) |
3094 | 2024-08-27T22:26:54.183Z | [ helios-setup] rm -f helios-build |
3095 | 2024-08-27T22:26:54.189Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3096 | 2024-08-27T22:26:54.192Z | [ helios-setup] |
3097 | 2024-08-27T22:26:54.193Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3098 | 2024-08-27T22:26:54.193Z | [ helios-setup] |
3099 | 2024-08-27T22:26:54.196Z | [ helios-setup] |
3100 | 2024-08-27T22:26:54.196Z | Aug 27 22:26:52.594 INFO [helios-setup] process exited with exit status: 0 (711.616846639s) |
3101 | 2024-08-27T22:26:54.196Z | [ helios-setup] real 11:51.611344213 |
3102 | 2024-08-27T22:26:54.196Z | [ helios-setup] user 28:37.984490275 |
3103 | 2024-08-27T22:26:54.196Z | [ helios-setup] sys 3:32.048168705 |
3104 | 2024-08-27T22:26:54.196Z | [ helios-setup] trap 1.671093409 |
3105 | 2024-08-27T22:26:54.196Z | [ helios-setup] tflt 7.160885114 |
3106 | 2024-08-27T22:26:54.196Z | [ helios-setup] dflt 31.121144339 |
3107 | 2024-08-27T22:26:54.196Z | [ helios-setup] kflt 0.018489385 |
3108 | 2024-08-27T22:26:54.196Z | [ helios-setup] lock 2:03:35.727695505 |
3109 | 2024-08-27T22:26:54.196Z | [ helios-setup] slp 3:42:21.248767771 |
3110 | 2024-08-27T22:26:54.196Z | [ helios-setup] lat 32:37.089104562 |
3111 | 2024-08-27T22:26:54.196Z | [ helios-setup] stop 4:17.087246740 |
3112 | 2024-08-27T22:26:54.196Z | Aug 27 22:26:52.595 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3113 | 2024-08-27T22:26:54.215Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3114 | 2024-08-27T22:26:54.418Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3115 | 2024-08-27T22:26:54.421Z | [ phbl-toolchain] info: downloading component 'cargo' |
3116 | 2024-08-27T22:26:55.627Z | [ phbl-toolchain] info: downloading component 'clippy' |
3117 | 2024-08-27T22:26:56.048Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3118 | 2024-08-27T22:27:00.729Z | [ phbl-toolchain] info: downloading component 'miri' |
3119 | 2024-08-27T22:27:00.902Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3120 | 2024-08-27T22:27:02.252Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3121 | 2024-08-27T22:27:02.522Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3122 | 2024-08-27T22:27:04.701Z | [ phbl-toolchain] info: downloading component 'rustc' |
3123 | 2024-08-27T22:27:10.460Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3124 | 2024-08-27T22:27:10.967Z | [ phbl-toolchain] info: installing component 'cargo' |
3125 | 2024-08-27T22:27:12.384Z | [ phbl-toolchain] info: installing component 'clippy' |
3126 | 2024-08-27T22:27:12.831Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3127 | 2024-08-27T22:27:22.198Z | [ phbl-toolchain] info: installing component 'miri' |
3128 | 2024-08-27T22:27:22.340Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3129 | 2024-08-27T22:27:25.180Z | [ phbl-toolchain] info: installing component 'rust-src' |
3130 | 2024-08-27T22:27:26.090Z | [ phbl-toolchain] info: installing component 'rust-std' |
3131 | 2024-08-27T22:27:27.564Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3132 | 2024-08-27T22:27:28.741Z | [ phbl-toolchain] info: installing component 'rustc' |
3133 | 2024-08-27T22:27:35.154Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3134 | 2024-08-27T22:27:35.979Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3135 | 2024-08-27T22:27:35.982Z | Aug 27 22:27:34.375 INFO [phbl-toolchain] process exited with exit status: 0 (41.78025031s) |
3136 | 2024-08-27T22:27:52.473Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3137 | 2024-08-27T22:34:36.911Z | [ host-package] Finished `release` profile [optimized] target(s) in 18m 48s |
3138 | 2024-08-27T22:35:39.094Z | Aug 27 22:35:37.440 INFO [host-package] process exited with exit status: 0 (1191.114638297s) |
3139 | 2024-08-27T22:35:39.100Z | Aug 27 22:35:37.440 INFO [host-stamp] running task |
3140 | 2024-08-27T22:35:39.100Z | Aug 27 22:35:37.441 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3141 | 2024-08-27T22:35:39.106Z | Aug 27 22:35:37.448 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+gitd6db06acc3d |
3142 | 2024-08-27T22:35:39.112Z | Aug 27 22:35:37.453 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+gitd6db06acc3d |
3143 | 2024-08-27T22:35:39.112Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3144 | 2024-08-27T22:35:39.112Z | Aug 27 22:35:37.458 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+gitd6db06acc3d |
3145 | 2024-08-27T22:35:39.116Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3146 | 2024-08-27T22:35:39.119Z | Aug 27 22:35:37.465 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+gitd6db06acc3d |
3147 | 2024-08-27T22:35:39.122Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3148 | 2024-08-27T22:35:39.125Z | Aug 27 22:35:37.471 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+gitd6db06acc3d |
3149 | 2024-08-27T22:35:39.130Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3150 | 2024-08-27T22:35:39.132Z | Aug 27 22:35:37.478 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+gitd6db06acc3d |
3151 | 2024-08-27T22:35:39.137Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3152 | 2024-08-27T22:35:39.141Z | Aug 27 22:35:37.487 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+gitd6db06acc3d |
3153 | 2024-08-27T22:35:39.149Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3154 | 2024-08-27T22:35:39.152Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3155 | 2024-08-27T22:35:39.152Z | Aug 27 22:35:37.497 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+gitd6db06acc3d |
3156 | 2024-08-27T22:35:39.159Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3157 | 2024-08-27T22:35:39.159Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3158 | 2024-08-27T22:35:39.163Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3159 | 2024-08-27T22:35:39.182Z | Aug 27 22:35:37.509 INFO [stamp-oxlog] process exited with exit status: 0 (43.919688ms) |
3160 | 2024-08-27T22:35:39.182Z | Aug 27 22:35:37.509 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (30.859918ms) |
3161 | 2024-08-27T22:35:39.182Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3162 | 2024-08-27T22:35:39.182Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3163 | 2024-08-27T22:35:39.182Z | Aug 27 22:35:37.526 INFO [stamp-overlay] process exited with exit status: 0 (28.694838ms) |
3164 | 2024-08-27T22:35:39.209Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3165 | 2024-08-27T22:35:39.213Z | Aug 27 22:35:37.559 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (110.817526ms) |
3166 | 2024-08-27T22:35:39.333Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3167 | 2024-08-27T22:35:39.336Z | Aug 27 22:35:37.682 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (211.838595ms) |
3168 | 2024-08-27T22:35:39.506Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3169 | 2024-08-27T22:35:39.510Z | Aug 27 22:35:37.855 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (396.932228ms) |
3170 | 2024-08-27T22:35:40.340Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3171 | 2024-08-27T22:35:40.344Z | Aug 27 22:35:38.690 INFO [stamp-propolis-server] process exited with exit status: 0 (1.202806297s) |
3172 | 2024-08-27T22:35:40.481Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3173 | 2024-08-27T22:35:42.822Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3174 | 2024-08-27T22:35:49.745Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3175 | 2024-08-27T22:35:49.781Z | Aug 27 22:35:47.784 INFO [stamp-switch-asic] process exited with exit status: 0 (10.331718416s) |
3176 | 2024-08-27T22:35:49.781Z | Aug 27 22:35:47.785 INFO [host-stamp] task succeeded (10.343999718s) |
3177 | 2024-08-27T22:35:49.781Z | Aug 27 22:35:47.785 INFO [host-proto] running task |
3178 | 2024-08-27T22:35:49.857Z | Aug 27 22:35:48.201 INFO [host-proto] task succeeded (416.803112ms) |
3179 | 2024-08-27T22:35:49.857Z | Aug 27 22:35:48.201 INFO [host-profile] running task |
3180 | 2024-08-27T22:35:49.861Z | Aug 27 22:35:48.202 INFO [host-profile] task succeeded (306.136µs) |
3181 | 2024-08-27T22:35:49.861Z | Aug 27 22:35:48.202 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmp02NGbG/proto/host/root -N 'ci d6db06a/${os_short_commit} 2024-08-27 22:15' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3182 | 2024-08-27T22:35:49.872Z | [ host-image] Aug 27 22:35:48.216 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3183 | 2024-08-27T22:35:49.875Z | [ host-image] Aug 27 22:35:48.217 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3184 | 2024-08-27T22:35:49.888Z | [ host-image] Aug 27 22:35:48.233 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp02NGbG/proto/host/root" |
3185 | 2024-08-27T22:35:49.888Z | [ host-image] Aug 27 22:35:48.233 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3186 | 2024-08-27T22:35:49.891Z | [ host-image] Aug 27 22:35:48.233 INFO image builder template: ramdisk-01-os... |
3187 | 2024-08-27T22:35:49.891Z | [ host-image] Aug 27 22:35:48.233 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/.tmp02NGbG/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.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3188 | 2024-08-27T22:35:49.912Z | [ host-image] Aug 27 22:35:48.257 INFO O| Aug 27 22:35:48.257 INFO CREATE DATASET: rpool/images/build/host/output |
3189 | 2024-08-27T22:35:50.228Z | [ host-image] Aug 27 22:35:48.573 INFO O| Aug 27 22:35:48.572 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3190 | 2024-08-27T22:35:50.233Z | [ host-image] Aug 27 22:35:48.578 INFO O| Aug 27 22:35:48.578 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3191 | 2024-08-27T22:35:50.423Z | [ host-image] Aug 27 22:35:48.767 INFO O| Aug 27 22:35:48.767 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3192 | 2024-08-27T22:35:50.476Z | [ host-image] Aug 27 22:35:48.820 INFO O| Aug 27 22:35:48.820 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3193 | 2024-08-27T22:35:50.476Z | [ host-image] Aug 27 22:35:48.820 INFO O| Aug 27 22:35:48.820 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3194 | 2024-08-27T22:35:50.480Z | [ host-image] Aug 27 22:35:48.821 INFO O| Aug 27 22:35:48.821 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3195 | 2024-08-27T22:35:50.480Z | [ host-image] Aug 27 22:35:48.821 INFO O| Aug 27 22:35:48.821 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3196 | 2024-08-27T22:35:50.488Z | [ host-image] Aug 27 22:35:48.833 INFO O| Aug 27 22:35:48.833 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3197 | 2024-08-27T22:35:50.682Z | [ host-image] Aug 27 22:35:49.026 INFO O| Aug 27 22:35:49.026 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3198 | 2024-08-27T22:35:50.693Z | [ host-image] Aug 27 22:35:49.038 INFO O| Aug 27 22:35:49.037 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3199 | 2024-08-27T22:35:51.304Z | [ host-image] Aug 27 22:35:49.648 INFO O| Aug 27 22:35:49.648 INFO O| Caching catalogs ... Done |
3200 | 2024-08-27T22:35:51.429Z | [ host-image] Aug 27 22:35:49.770 INFO O| Aug 27 22:35:49.770 INFO STEP 0 (pkg_image_create) COMPLETE |
3201 | 2024-08-27T22:35:51.429Z | [ host-image] Aug 27 22:35:49.770 INFO O| Aug 27 22:35:49.770 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3202 | 2024-08-27T22:35:51.429Z | [ host-image] Aug 27 22:35:49.770 INFO O| Aug 27 22:35:49.770 INFO skip step because feature "repo_redist" is not enabled |
3203 | 2024-08-27T22:35:51.429Z | [ host-image] Aug 27 22:35:49.770 INFO O| Aug 27 22:35:49.770 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3204 | 2024-08-27T22:35:51.442Z | [ host-image] Aug 27 22:35:49.786 INFO O| Aug 27 22:35:49.786 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"] |
3205 | 2024-08-27T22:35:51.958Z | [ host-image] Aug 27 22:35:50.302 INFO O| Aug 27 22:35:50.302 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3206 | 2024-08-27T22:35:51.958Z | [ host-image] Aug 27 22:35:50.302 INFO O| Aug 27 22:35:50.302 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3207 | 2024-08-27T22:35:51.974Z | [ host-image] Aug 27 22:35:50.319 INFO O| Aug 27 22:35:50.319 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"] |
3208 | 2024-08-27T22:35:52.514Z | [ host-image] Aug 27 22:35:50.858 INFO O| Aug 27 22:35:50.858 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3209 | 2024-08-27T22:35:52.514Z | [ host-image] Aug 27 22:35:50.858 INFO O| Aug 27 22:35:50.858 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3210 | 2024-08-27T22:35:52.517Z | [ host-image] Aug 27 22:35:50.858 INFO O| Aug 27 22:35:50.858 INFO skip step because feature "repo_redist" is not enabled |
3211 | 2024-08-27T22:35:52.517Z | [ host-image] Aug 27 22:35:50.858 INFO O| Aug 27 22:35:50.858 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3212 | 2024-08-27T22:35:53.055Z | [ host-image] Aug 27 22:35:51.399 INFO O| Aug 27 22:35:51.399 INFO variant opensolaris.zone is already global |
3213 | 2024-08-27T22:35:53.055Z | [ host-image] Aug 27 22:35:51.399 INFO O| Aug 27 22:35:51.399 INFO STEP 5 (pkg_change_variant) COMPLETE |
3214 | 2024-08-27T22:35:53.058Z | [ host-image] Aug 27 22:35:51.399 INFO O| Aug 27 22:35:51.399 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3215 | 2024-08-27T22:35:53.611Z | [ host-image] Aug 27 22:35:51.956 INFO O| Aug 27 22:35:51.956 INFO variant opensolaris.imagetype is full; changing to partial |
3216 | 2024-08-27T22:35:53.612Z | [ host-image] Aug 27 22:35:51.956 INFO O| Aug 27 22:35:51.956 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3217 | 2024-08-27T22:35:59.377Z | [ host-image] Aug 27 22:35:57.721 INFO O| Aug 27 22:35:57.720 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3218 | 2024-08-27T22:36:01.431Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.08s |
3219 | 2024-08-27T22:36:01.596Z | [ host-image] Aug 27 22:35:59.940 INFO O| Aug 27 22:35:59.939 INFO O| Startup: Caching catalogs ... Done |
3220 | 2024-08-27T22:36:01.643Z | [ host-image] Aug 27 22:35:59.986 INFO O| Aug 27 22:35:59.986 INFO O| Planning: Planning completed in 0.00 seconds |
3221 | 2024-08-27T22:36:01.645Z | [ host-image] Aug 27 22:35:59.987 INFO O| Aug 27 22:35:59.987 INFO O| Planning: Consolidating action changes ... Done |
3222 | 2024-08-27T22:36:01.645Z | [ host-image] Aug 27 22:35:59.987 INFO O| Aug 27 22:35:59.987 INFO O| Planning: Evaluating mediators ... Done |
3223 | 2024-08-27T22:36:01.645Z | [ host-image] Aug 27 22:35:59.987 INFO O| Aug 27 22:35:59.987 INFO O| Planning: Planning completed in 0.00 seconds |
3224 | 2024-08-27T22:36:01.645Z | [ host-image] Aug 27 22:35:59.988 INFO O| Aug 27 22:35:59.987 INFO O| Variants/Facets to change: 1 |
3225 | 2024-08-27T22:36:01.662Z | [ host-image] Aug 27 22:36:00.006 INFO O| Aug 27 22:36:00.006 INFO O| Done |
3226 | 2024-08-27T22:36:01.662Z | [ host-image] Aug 27 22:36:00.006 INFO O| Aug 27 22:36:00.006 INFO O| Done |
3227 | 2024-08-27T22:36:02.040Z | [ host-image] Aug 27 22:36:00.381 INFO O| Aug 27 22:36:00.381 INFO O| Done |
3228 | 2024-08-27T22:36:02.068Z | [ host-image] Aug 27 22:36:00.410 INFO O| Aug 27 22:36:00.410 INFO O| Done |
3229 | 2024-08-27T22:36:02.088Z | [ host-image] Aug 27 22:36:00.411 INFO O| Aug 27 22:36:00.411 INFO O| Done |
3230 | 2024-08-27T22:36:02.088Z | [ host-image] Aug 27 22:36:00.411 INFO O| Aug 27 22:36:00.411 INFO O| Done |
3231 | 2024-08-27T22:36:02.088Z | [ host-image] Aug 27 22:36:00.413 INFO O| Aug 27 22:36:00.413 INFO O| Done |
3232 | 2024-08-27T22:36:02.367Z | [ host-image] Aug 27 22:36:00.709 INFO O| Aug 27 22:36:00.709 INFO STEP 6 (pkg_change_variant) COMPLETE |
3233 | 2024-08-27T22:36:02.367Z | [ host-image] Aug 27 22:36:00.710 INFO O| Aug 27 22:36:00.709 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3234 | 2024-08-27T22:36:02.367Z | [ host-image] Aug 27 22:36:00.710 INFO O| Aug 27 22:36:00.709 INFO skip step because feature "debug_variant" is not enabled |
3235 | 2024-08-27T22:36:02.367Z | [ host-image] Aug 27 22:36:00.710 INFO O| Aug 27 22:36:00.709 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3236 | 2024-08-27T22:36:02.514Z | Aug 27 22:36:00.858 INFO [recovery-package] process exited with exit status: 0 (23.417043812s) |
3237 | 2024-08-27T22:36:02.514Z | Aug 27 22:36:00.858 INFO [recovery-stamp] running task |
3238 | 2024-08-27T22:36:02.517Z | Aug 27 22:36:00.858 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3239 | 2024-08-27T22:36:02.520Z | Aug 27 22:36:00.864 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitd6db06acc3d |
3240 | 2024-08-27T22:36:02.525Z | Aug 27 22:36:00.869 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+gitd6db06acc3d |
3241 | 2024-08-27T22:36:02.535Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3242 | 2024-08-27T22:36:02.541Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3243 | 2024-08-27T22:36:02.602Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3244 | 2024-08-27T22:36:02.606Z | Aug 27 22:36:00.950 INFO [stamp-installinator] process exited with exit status: 0 (85.365622ms) |
3245 | 2024-08-27T22:36:02.675Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3246 | 2024-08-27T22:36:02.678Z | Aug 27 22:36:01.021 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (151.791658ms) |
3247 | 2024-08-27T22:36:02.678Z | Aug 27 22:36:01.021 INFO [recovery-stamp] task succeeded (163.276812ms) |
3248 | 2024-08-27T22:36:02.678Z | Aug 27 22:36:01.021 INFO [recovery-proto] running task |
3249 | 2024-08-27T22:36:02.678Z | Aug 27 22:36:01.022 INFO [tuf-stamp] running task |
3250 | 2024-08-27T22:36:02.681Z | Aug 27 22:36:01.022 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+gitd6db06acc3d |
3251 | 2024-08-27T22:36:02.689Z | Aug 27 22:36:01.033 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+gitd6db06acc3d |
3252 | 2024-08-27T22:36:02.697Z | Aug 27 22:36:01.041 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+gitd6db06acc3d |
3253 | 2024-08-27T22:36:02.704Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3254 | 2024-08-27T22:36:02.707Z | Aug 27 22:36:01.051 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+gitd6db06acc3d |
3255 | 2024-08-27T22:36:02.715Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3256 | 2024-08-27T22:36:02.717Z | Aug 27 22:36:01.061 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+gitd6db06acc3d |
3257 | 2024-08-27T22:36:02.725Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3258 | 2024-08-27T22:36:02.739Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3259 | 2024-08-27T22:36:02.742Z | Aug 27 22:36:01.083 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+gitd6db06acc3d |
3260 | 2024-08-27T22:36:02.756Z | Aug 27 22:36:01.100 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+gitd6db06acc3d |
3261 | 2024-08-27T22:36:02.764Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3262 | 2024-08-27T22:36:02.767Z | [ host-image] Aug 27 22:36:01.108 INFO O| Aug 27 22:36:01.108 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3263 | 2024-08-27T22:36:02.797Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3264 | 2024-08-27T22:36:02.799Z | Aug 27 22:36:01.140 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+gitd6db06acc3d |
3265 | 2024-08-27T22:36:02.821Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3266 | 2024-08-27T22:36:02.823Z | Aug 27 22:36:01.164 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+gitd6db06acc3d |
3267 | 2024-08-27T22:36:02.863Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3268 | 2024-08-27T22:36:02.863Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3269 | 2024-08-27T22:36:02.863Z | Aug 27 22:36:01.206 INFO [recovery-proto] task succeeded (184.75049ms) |
3270 | 2024-08-27T22:36:02.863Z | Aug 27 22:36:01.206 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+gitd6db06acc3d |
3271 | 2024-08-27T22:36:02.892Z | Aug 27 22:36:01.236 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmp02NGbG/proto/recovery/root -N 'recovery d6db06a/${os_short_commit} 2024-08-27 22:15' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3272 | 2024-08-27T22:36:02.915Z | [ recovery-image] Aug 27 22:36:01.254 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3273 | 2024-08-27T22:36:02.918Z | [ recovery-image] Aug 27 22:36:01.255 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3274 | 2024-08-27T22:36:02.927Z | [ recovery-image] Aug 27 22:36:01.270 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp02NGbG/proto/recovery/root" |
3275 | 2024-08-27T22:36:02.927Z | [ recovery-image] Aug 27 22:36:01.270 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3276 | 2024-08-27T22:36:02.929Z | [ recovery-image] Aug 27 22:36:01.271 INFO image builder template: ramdisk-01-os... |
3277 | 2024-08-27T22:36:02.929Z | [ recovery-image] Aug 27 22:36:01.271 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/.tmp02NGbG/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.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3278 | 2024-08-27T22:36:02.932Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3279 | 2024-08-27T22:36:02.934Z | Aug 27 22:36:01.276 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+gitd6db06acc3d |
3280 | 2024-08-27T22:36:02.956Z | [ recovery-image] Aug 27 22:36:01.299 INFO O| Aug 27 22:36:01.299 INFO CREATE DATASET: rpool/images/build/recovery/output |
3281 | 2024-08-27T22:36:02.959Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3282 | 2024-08-27T22:36:02.959Z | Aug 27 22:36:01.301 INFO [stamp-probe] process exited with exit status: 0 (259.647298ms) |
3283 | 2024-08-27T22:36:03.053Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3284 | 2024-08-27T22:36:03.326Z | [ recovery-image] Aug 27 22:36:01.669 INFO O| Aug 27 22:36:01.669 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3285 | 2024-08-27T22:36:03.392Z | [ recovery-image] Aug 27 22:36:01.735 INFO O| Aug 27 22:36:01.735 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3286 | 2024-08-27T22:36:03.484Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3287 | 2024-08-27T22:36:03.536Z | Aug 27 22:36:01.879 INFO [stamp-ntp] process exited with exit status: 0 (672.920766ms) |
3288 | 2024-08-27T22:36:03.795Z | [ recovery-image] Aug 27 22:36:02.139 INFO O| Aug 27 22:36:02.139 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3289 | 2024-08-27T22:36:03.867Z | [ recovery-image] Aug 27 22:36:02.211 INFO O| Aug 27 22:36:02.210 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3290 | 2024-08-27T22:36:03.867Z | [ recovery-image] Aug 27 22:36:02.211 INFO O| Aug 27 22:36:02.211 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3291 | 2024-08-27T22:36:03.870Z | [ recovery-image] Aug 27 22:36:02.211 INFO O| Aug 27 22:36:02.211 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3292 | 2024-08-27T22:36:03.870Z | [ recovery-image] Aug 27 22:36:02.211 INFO O| Aug 27 22:36:02.211 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3293 | 2024-08-27T22:36:03.878Z | [ recovery-image] Aug 27 22:36:02.222 INFO O| Aug 27 22:36:02.222 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3294 | 2024-08-27T22:36:04.034Z | [ host-image] Aug 27 22:36:02.377 INFO O| Aug 27 22:36:02.377 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3295 | 2024-08-27T22:36:04.036Z | [ host-image] Aug 27 22:36:02.379 INFO O| Aug 27 22:36:02.379 INFO O| Planning: Planning completed in 0.00 seconds |
3296 | 2024-08-27T22:36:04.036Z | [ host-image] Aug 27 22:36:02.380 INFO O| Aug 27 22:36:02.379 INFO O| Planning: Consolidating action changes ... Done |
3297 | 2024-08-27T22:36:04.036Z | [ host-image] Aug 27 22:36:02.380 INFO O| Aug 27 22:36:02.380 INFO O| Planning: Evaluating mediators ... Done |
3298 | 2024-08-27T22:36:04.039Z | [ host-image] Aug 27 22:36:02.380 INFO O| Aug 27 22:36:02.380 INFO O| Planning: Planning completed in 0.00 seconds |
3299 | 2024-08-27T22:36:04.039Z | [ host-image] Aug 27 22:36:02.381 INFO O| Aug 27 22:36:02.380 INFO O| Variants/Facets to change: 1 |
3300 | 2024-08-27T22:36:04.128Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3301 | 2024-08-27T22:36:04.137Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3302 | 2024-08-27T22:36:04.141Z | Aug 27 22:36:02.485 INFO [stamp-external-dns] process exited with exit status: 0 (1.433971038s) |
3303 | 2024-08-27T22:36:04.181Z | [ recovery-image] Aug 27 22:36:02.524 INFO O| Aug 27 22:36:02.524 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3304 | 2024-08-27T22:36:04.193Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3305 | 2024-08-27T22:36:04.209Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3306 | 2024-08-27T22:36:04.223Z | [ recovery-image] Aug 27 22:36:02.566 INFO O| Aug 27 22:36:02.566 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3307 | 2024-08-27T22:36:04.227Z | Aug 27 22:36:02.570 INFO [stamp-internal-dns] process exited with exit status: 0 (1.417682972s) |
3308 | 2024-08-27T22:36:04.230Z | [ host-image] Aug 27 22:36:02.574 INFO O| Aug 27 22:36:02.574 INFO O| Done |
3309 | 2024-08-27T22:36:04.230Z | [ host-image] Aug 27 22:36:02.574 INFO O| Aug 27 22:36:02.574 INFO O| Done |
3310 | 2024-08-27T22:36:04.462Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3311 | 2024-08-27T22:36:04.467Z | Aug 27 22:36:02.811 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.53507671s) |
3312 | 2024-08-27T22:36:04.665Z | [ host-image] Aug 27 22:36:03.008 INFO O| Aug 27 22:36:03.008 INFO O| Done |
3313 | 2024-08-27T22:36:04.706Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3314 | 2024-08-27T22:36:04.710Z | Aug 27 22:36:03.054 INFO [stamp-oximeter] process exited with exit status: 0 (2.031276276s) |
3315 | 2024-08-27T22:36:04.714Z | [ host-image] Aug 27 22:36:03.057 INFO O| Aug 27 22:36:03.057 INFO O| Done |
3316 | 2024-08-27T22:36:04.717Z | [ host-image] Aug 27 22:36:03.058 INFO O| Aug 27 22:36:03.058 INFO O| Done |
3317 | 2024-08-27T22:36:04.717Z | [ host-image] Aug 27 22:36:03.058 INFO O| Aug 27 22:36:03.058 INFO O| Done |
3318 | 2024-08-27T22:36:04.717Z | [ host-image] Aug 27 22:36:03.060 INFO O| Aug 27 22:36:03.060 INFO O| Done |
3319 | 2024-08-27T22:36:04.780Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3320 | 2024-08-27T22:36:04.784Z | Aug 27 22:36:03.127 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.963798393s) |
3321 | 2024-08-27T22:36:04.786Z | [ recovery-image] Aug 27 22:36:03.128 INFO O| Aug 27 22:36:03.127 INFO O| Caching catalogs ... Done |
3322 | 2024-08-27T22:36:04.790Z | [ host-image] Aug 27 22:36:03.133 INFO O| Aug 27 22:36:03.133 INFO STEP 8 (pkg_change_facet) COMPLETE |
3323 | 2024-08-27T22:36:04.790Z | [ host-image] Aug 27 22:36:03.134 INFO O| Aug 27 22:36:03.133 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3324 | 2024-08-27T22:36:04.790Z | [ host-image] Aug 27 22:36:03.134 INFO O| Aug 27 22:36:03.133 INFO skip step because feature "recovery" is not enabled |
3325 | 2024-08-27T22:36:04.790Z | [ host-image] Aug 27 22:36:03.134 INFO O| Aug 27 22:36:03.133 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3326 | 2024-08-27T22:36:04.790Z | [ host-image] Aug 27 22:36:03.134 INFO O| Aug 27 22:36:03.133 INFO skip step because feature "recovery" is not enabled |
3327 | 2024-08-27T22:36:04.790Z | [ host-image] Aug 27 22:36:03.134 INFO O| Aug 27 22:36:03.133 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3328 | 2024-08-27T22:36:04.804Z | [ host-image] Aug 27 22:36:03.148 INFO O| Aug 27 22:36:03.148 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"] |
3329 | 2024-08-27T22:36:04.892Z | [ recovery-image] Aug 27 22:36:03.235 INFO O| Aug 27 22:36:03.235 INFO STEP 0 (pkg_image_create) COMPLETE |
3330 | 2024-08-27T22:36:04.892Z | [ recovery-image] Aug 27 22:36:03.236 INFO O| Aug 27 22:36:03.235 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3331 | 2024-08-27T22:36:04.892Z | [ recovery-image] Aug 27 22:36:03.236 INFO O| Aug 27 22:36:03.235 INFO skip step because feature "repo_redist" is not enabled |
3332 | 2024-08-27T22:36:04.892Z | [ recovery-image] Aug 27 22:36:03.236 INFO O| Aug 27 22:36:03.235 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3333 | 2024-08-27T22:36:04.908Z | [ recovery-image] Aug 27 22:36:03.251 INFO O| Aug 27 22:36:03.251 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"] |
3334 | 2024-08-27T22:36:05.378Z | [ recovery-image] Aug 27 22:36:03.721 INFO O| Aug 27 22:36:03.721 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3335 | 2024-08-27T22:36:05.378Z | [ recovery-image] Aug 27 22:36:03.721 INFO O| Aug 27 22:36:03.721 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3336 | 2024-08-27T22:36:05.385Z | [ host-image] Aug 27 22:36:03.729 INFO O| Aug 27 22:36:03.729 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3337 | 2024-08-27T22:36:05.391Z | [ recovery-image] Aug 27 22:36:03.734 INFO O| Aug 27 22:36:03.734 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"] |
3338 | 2024-08-27T22:36:05.818Z | [ recovery-image] Aug 27 22:36:04.162 INFO O| Aug 27 22:36:04.162 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3339 | 2024-08-27T22:36:05.818Z | [ recovery-image] Aug 27 22:36:04.162 INFO O| Aug 27 22:36:04.162 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3340 | 2024-08-27T22:36:05.818Z | [ recovery-image] Aug 27 22:36:04.162 INFO O| Aug 27 22:36:04.162 INFO skip step because feature "repo_redist" is not enabled |
3341 | 2024-08-27T22:36:05.821Z | [ recovery-image] Aug 27 22:36:04.162 INFO O| Aug 27 22:36:04.162 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3342 | 2024-08-27T22:36:06.334Z | [ recovery-image] Aug 27 22:36:04.677 INFO O| Aug 27 22:36:04.677 INFO variant opensolaris.zone is already global |
3343 | 2024-08-27T22:36:06.334Z | [ recovery-image] Aug 27 22:36:04.677 INFO O| Aug 27 22:36:04.677 INFO STEP 5 (pkg_change_variant) COMPLETE |
3344 | 2024-08-27T22:36:06.334Z | [ recovery-image] Aug 27 22:36:04.677 INFO O| Aug 27 22:36:04.677 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3345 | 2024-08-27T22:36:06.664Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3346 | 2024-08-27T22:36:06.668Z | Aug 27 22:36:05.011 INFO [stamp-nexus] process exited with exit status: 0 (3.95025592s) |
3347 | 2024-08-27T22:36:06.742Z | [ recovery-image] Aug 27 22:36:05.086 INFO O| Aug 27 22:36:05.086 INFO variant opensolaris.imagetype is full; changing to partial |
3348 | 2024-08-27T22:36:06.743Z | [ recovery-image] Aug 27 22:36:05.086 INFO O| Aug 27 22:36:05.086 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3349 | 2024-08-27T22:36:08.632Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3350 | 2024-08-27T22:36:08.636Z | Aug 27 22:36:06.980 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.896242576s) |
3351 | 2024-08-27T22:36:08.673Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3352 | 2024-08-27T22:36:08.806Z | [verify-libraries] Compiling heck v0.4.1 |
3353 | 2024-08-27T22:36:08.808Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3354 | 2024-08-27T22:36:08.809Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3355 | 2024-08-27T22:36:08.823Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3356 | 2024-08-27T22:36:08.826Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3357 | 2024-08-27T22:36:08.826Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3358 | 2024-08-27T22:36:08.826Z | [verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3359 | 2024-08-27T22:36:09.579Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3360 | 2024-08-27T22:36:09.696Z | [verify-libraries] Compiling indent_write v2.2.0 |
3361 | 2024-08-27T22:36:10.052Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3362 | 2024-08-27T22:36:10.119Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3363 | 2024-08-27T22:36:10.221Z | [verify-libraries] Compiling termios v0.3.3 |
3364 | 2024-08-27T22:36:10.794Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3365 | 2024-08-27T22:36:13.172Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3366 | 2024-08-27T22:36:13.203Z | Aug 27 22:36:11.546 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.512642429s) |
3367 | 2024-08-27T22:36:13.360Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3368 | 2024-08-27T22:36:13.367Z | Aug 27 22:36:11.710 INFO [stamp-clickhouse] process exited with exit status: 0 (10.598324306s) |
3369 | 2024-08-27T22:36:13.367Z | Aug 27 22:36:11.710 INFO [tuf-stamp] task succeeded (10.68810981s) |
3370 | 2024-08-27T22:36:13.604Z | [ recovery-image] Aug 27 22:36:11.946 INFO O| Aug 27 22:36:11.946 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3371 | 2024-08-27T22:36:18.917Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3372 | 2024-08-27T22:36:20.014Z | [ recovery-image] Aug 27 22:36:18.356 INFO O| Aug 27 22:36:18.356 INFO O| Startup: Caching catalogs ... Done |
3373 | 2024-08-27T22:36:20.098Z | [ recovery-image] Aug 27 22:36:18.440 INFO O| Aug 27 22:36:18.439 INFO O| Planning: Planning completed in 0.00 seconds |
3374 | 2024-08-27T22:36:20.101Z | [ recovery-image] Aug 27 22:36:18.440 INFO O| Aug 27 22:36:18.440 INFO O| Planning: Consolidating action changes ... Done |
3375 | 2024-08-27T22:36:20.101Z | [ recovery-image] Aug 27 22:36:18.440 INFO O| Aug 27 22:36:18.440 INFO O| Planning: Evaluating mediators ... Done |
3376 | 2024-08-27T22:36:20.101Z | [ recovery-image] Aug 27 22:36:18.441 INFO O| Aug 27 22:36:18.441 INFO O| Planning: Planning completed in 0.00 seconds |
3377 | 2024-08-27T22:36:20.101Z | [ recovery-image] Aug 27 22:36:18.441 INFO O| Aug 27 22:36:18.441 INFO O| Variants/Facets to change: 1 |
3378 | 2024-08-27T22:36:20.190Z | [ recovery-image] Aug 27 22:36:18.532 INFO O| Aug 27 22:36:18.532 INFO O| Done |
3379 | 2024-08-27T22:36:20.190Z | [ recovery-image] Aug 27 22:36:18.532 INFO O| Aug 27 22:36:18.532 INFO O| Done |
3380 | 2024-08-27T22:36:20.909Z | [ recovery-image] Aug 27 22:36:19.251 INFO O| Aug 27 22:36:19.250 INFO O| Done |
3381 | 2024-08-27T22:36:20.973Z | [ recovery-image] Aug 27 22:36:19.315 INFO O| Aug 27 22:36:19.315 INFO O| Done |
3382 | 2024-08-27T22:36:20.975Z | [ recovery-image] Aug 27 22:36:19.316 INFO O| Aug 27 22:36:19.316 INFO O| Done |
3383 | 2024-08-27T22:36:20.976Z | [ recovery-image] Aug 27 22:36:19.317 INFO O| Aug 27 22:36:19.316 INFO O| Done |
3384 | 2024-08-27T22:36:20.978Z | [ recovery-image] Aug 27 22:36:19.319 INFO O| Aug 27 22:36:19.319 INFO O| Done |
3385 | 2024-08-27T22:36:21.520Z | [ recovery-image] Aug 27 22:36:19.861 INFO O| Aug 27 22:36:19.860 INFO STEP 6 (pkg_change_variant) COMPLETE |
3386 | 2024-08-27T22:36:21.520Z | [ recovery-image] Aug 27 22:36:19.861 INFO O| Aug 27 22:36:19.861 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3387 | 2024-08-27T22:36:21.520Z | [ recovery-image] Aug 27 22:36:19.861 INFO O| Aug 27 22:36:19.861 INFO skip step because feature "debug_variant" is not enabled |
3388 | 2024-08-27T22:36:21.520Z | [ recovery-image] Aug 27 22:36:19.861 INFO O| Aug 27 22:36:19.861 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3389 | 2024-08-27T22:36:22.184Z | [ recovery-image] Aug 27 22:36:20.526 INFO O| Aug 27 22:36:20.526 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3390 | 2024-08-27T22:36:23.099Z | [ recovery-image] Aug 27 22:36:21.440 INFO O| Aug 27 22:36:21.440 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3391 | 2024-08-27T22:36:23.101Z | [ recovery-image] Aug 27 22:36:21.442 INFO O| Aug 27 22:36:21.442 INFO O| Planning: Planning completed in 0.00 seconds |
3392 | 2024-08-27T22:36:23.104Z | [ recovery-image] Aug 27 22:36:21.443 INFO O| Aug 27 22:36:21.443 INFO O| Planning: Consolidating action changes ... Done |
3393 | 2024-08-27T22:36:23.104Z | [ recovery-image] Aug 27 22:36:21.443 INFO O| Aug 27 22:36:21.443 INFO O| Planning: Evaluating mediators ... Done |
3394 | 2024-08-27T22:36:23.104Z | [ recovery-image] Aug 27 22:36:21.444 INFO O| Aug 27 22:36:21.444 INFO O| Planning: Planning completed in 0.00 seconds |
3395 | 2024-08-27T22:36:23.104Z | [ recovery-image] Aug 27 22:36:21.444 INFO O| Aug 27 22:36:21.444 INFO O| Variants/Facets to change: 1 |
3396 | 2024-08-27T22:36:23.196Z | [ recovery-image] Aug 27 22:36:21.538 INFO O| Aug 27 22:36:21.538 INFO O| Done |
3397 | 2024-08-27T22:36:23.196Z | [ recovery-image] Aug 27 22:36:21.538 INFO O| Aug 27 22:36:21.538 INFO O| Done |
3398 | 2024-08-27T22:36:23.684Z | [ recovery-image] Aug 27 22:36:22.026 INFO O| Aug 27 22:36:22.026 INFO O| Done |
3399 | 2024-08-27T22:36:23.762Z | [ recovery-image] Aug 27 22:36:22.104 INFO O| Aug 27 22:36:22.104 INFO O| Done |
3400 | 2024-08-27T22:36:23.765Z | [ recovery-image] Aug 27 22:36:22.105 INFO O| Aug 27 22:36:22.105 INFO O| Done |
3401 | 2024-08-27T22:36:23.765Z | [ recovery-image] Aug 27 22:36:22.105 INFO O| Aug 27 22:36:22.105 INFO O| Done |
3402 | 2024-08-27T22:36:23.768Z | [ recovery-image] Aug 27 22:36:22.107 INFO O| Aug 27 22:36:22.107 INFO O| Done |
3403 | 2024-08-27T22:36:23.860Z | [ recovery-image] Aug 27 22:36:22.201 INFO O| Aug 27 22:36:22.200 INFO STEP 8 (pkg_change_facet) COMPLETE |
3404 | 2024-08-27T22:36:23.860Z | [ recovery-image] Aug 27 22:36:22.201 INFO O| Aug 27 22:36:22.201 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3405 | 2024-08-27T22:36:24.584Z | [ recovery-image] Aug 27 22:36:22.923 INFO O| Aug 27 22:36:22.923 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3406 | 2024-08-27T22:36:25.630Z | [ recovery-image] Aug 27 22:36:23.927 INFO O| Aug 27 22:36:23.927 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3407 | 2024-08-27T22:36:25.643Z | [ recovery-image] Aug 27 22:36:23.929 INFO O| Aug 27 22:36:23.929 INFO O| Planning: Planning completed in 0.00 seconds |
3408 | 2024-08-27T22:36:25.643Z | [ recovery-image] Aug 27 22:36:23.930 INFO O| Aug 27 22:36:23.930 INFO O| Planning: Consolidating action changes ... Done |
3409 | 2024-08-27T22:36:25.643Z | [ recovery-image] Aug 27 22:36:23.930 INFO O| Aug 27 22:36:23.930 INFO O| Planning: Evaluating mediators ... Done |
3410 | 2024-08-27T22:36:25.643Z | [ recovery-image] Aug 27 22:36:23.931 INFO O| Aug 27 22:36:23.931 INFO O| Planning: Planning completed in 0.00 seconds |
3411 | 2024-08-27T22:36:25.644Z | [ recovery-image] Aug 27 22:36:23.931 INFO O| Aug 27 22:36:23.931 INFO O| Variants/Facets to change: 1 |
3412 | 2024-08-27T22:36:25.685Z | [ recovery-image] Aug 27 22:36:24.026 INFO O| Aug 27 22:36:24.026 INFO O| Done |
3413 | 2024-08-27T22:36:25.685Z | [ recovery-image] Aug 27 22:36:24.026 INFO O| Aug 27 22:36:24.026 INFO O| Done |
3414 | 2024-08-27T22:36:26.199Z | [ recovery-image] Aug 27 22:36:24.539 INFO O| Aug 27 22:36:24.539 INFO O| Done |
3415 | 2024-08-27T22:36:26.257Z | [ recovery-image] Aug 27 22:36:24.597 INFO O| Aug 27 22:36:24.597 INFO O| Done |
3416 | 2024-08-27T22:36:26.260Z | [ recovery-image] Aug 27 22:36:24.598 INFO O| Aug 27 22:36:24.598 INFO O| Done |
3417 | 2024-08-27T22:36:26.260Z | [ recovery-image] Aug 27 22:36:24.598 INFO O| Aug 27 22:36:24.598 INFO O| Done |
3418 | 2024-08-27T22:36:26.260Z | [ recovery-image] Aug 27 22:36:24.600 INFO O| Aug 27 22:36:24.600 INFO O| Done |
3419 | 2024-08-27T22:36:26.358Z | [ recovery-image] Aug 27 22:36:24.699 INFO O| Aug 27 22:36:24.699 INFO STEP 9 (pkg_change_facet) COMPLETE |
3420 | 2024-08-27T22:36:26.358Z | [ recovery-image] Aug 27 22:36:24.699 INFO O| Aug 27 22:36:24.699 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3421 | 2024-08-27T22:36:27.004Z | [ recovery-image] Aug 27 22:36:25.345 INFO O| Aug 27 22:36:25.345 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3422 | 2024-08-27T22:36:28.094Z | [ recovery-image] Aug 27 22:36:26.435 INFO O| Aug 27 22:36:26.435 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3423 | 2024-08-27T22:36:28.097Z | [ recovery-image] Aug 27 22:36:26.437 INFO O| Aug 27 22:36:26.437 INFO O| Planning: Planning completed in 0.00 seconds |
3424 | 2024-08-27T22:36:28.097Z | [ recovery-image] Aug 27 22:36:26.438 INFO O| Aug 27 22:36:26.438 INFO O| Planning: Consolidating action changes ... Done |
3425 | 2024-08-27T22:36:28.098Z | [ recovery-image] Aug 27 22:36:26.438 INFO O| Aug 27 22:36:26.438 INFO O| Planning: Evaluating mediators ... Done |
3426 | 2024-08-27T22:36:28.098Z | [ recovery-image] Aug 27 22:36:26.438 INFO O| Aug 27 22:36:26.438 INFO O| Planning: Planning completed in 0.00 seconds |
3427 | 2024-08-27T22:36:28.100Z | [ recovery-image] Aug 27 22:36:26.439 INFO O| Aug 27 22:36:26.439 INFO O| Variants/Facets to change: 1 |
3428 | 2024-08-27T22:36:28.160Z | [ recovery-image] Aug 27 22:36:26.501 INFO O| Aug 27 22:36:26.501 INFO O| Done |
3429 | 2024-08-27T22:36:28.160Z | [ recovery-image] Aug 27 22:36:26.501 INFO O| Aug 27 22:36:26.501 INFO O| Done |
3430 | 2024-08-27T22:36:28.615Z | [ recovery-image] Aug 27 22:36:26.956 INFO O| Aug 27 22:36:26.956 INFO O| Done |
3431 | 2024-08-27T22:36:28.719Z | [ recovery-image] Aug 27 22:36:27.060 INFO O| Aug 27 22:36:27.060 INFO O| Done |
3432 | 2024-08-27T22:36:28.719Z | [ recovery-image] Aug 27 22:36:27.060 INFO O| Aug 27 22:36:27.060 INFO O| Done |
3433 | 2024-08-27T22:36:28.719Z | [ recovery-image] Aug 27 22:36:27.060 INFO O| Aug 27 22:36:27.060 INFO O| Done |
3434 | 2024-08-27T22:36:28.722Z | [ recovery-image] Aug 27 22:36:27.060 INFO O| Aug 27 22:36:27.060 INFO O| Done |
3435 | 2024-08-27T22:36:28.894Z | [ recovery-image] Aug 27 22:36:27.234 INFO O| Aug 27 22:36:27.234 INFO STEP 10 (pkg_change_facet) COMPLETE |
3436 | 2024-08-27T22:36:28.894Z | [ recovery-image] Aug 27 22:36:27.234 INFO O| Aug 27 22:36:27.234 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3437 | 2024-08-27T22:36:28.916Z | [ recovery-image] Aug 27 22:36:27.255 INFO O| Aug 27 22:36:27.255 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"] |
3438 | 2024-08-27T22:36:29.994Z | [ recovery-image] Aug 27 22:36:28.335 INFO O| Aug 27 22:36:28.334 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3439 | 2024-08-27T22:36:35.959Z | [ host-image] Aug 27 22:36:34.298 INFO O| Aug 27 22:36:34.298 INFO O| Planning: Solver setup ... Done |
3440 | 2024-08-27T22:36:39.330Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3441 | 2024-08-27T22:36:41.924Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3442 | 2024-08-27T22:36:41.981Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3443 | 2024-08-27T22:37:01.921Z | [ host-image] Aug 27 22:36:59.449 INFO O| Aug 27 22:36:59.449 INFO O| Planning: Running solver ... Done |
3444 | 2024-08-27T22:37:01.975Z | [ host-image] Aug 27 22:36:59.804 INFO O| Aug 27 22:36:59.804 INFO O| Planning: Finding local manifests ... Done |
3445 | 2024-08-27T22:37:01.976Z | [ host-image] Aug 27 22:36:59.821 INFO O| Aug 27 22:36:59.821 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3446 | 2024-08-27T22:37:02.092Z | [ recovery-image] Aug 27 22:37:00.430 INFO O| Aug 27 22:37:00.430 INFO O| Planning: Solver setup ... Done |
3447 | 2024-08-27T22:37:06.664Z | [ host-image] Aug 27 22:37:05.002 INFO O| Aug 27 22:37:05.001 INFO O| Planning: Fetching manifests: 123/124 99% complete |
3448 | 2024-08-27T22:37:11.185Z | [ host-image] Aug 27 22:37:09.522 INFO O| Aug 27 22:37:09.522 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3449 | 2024-08-27T22:37:12.501Z | [ host-image] Aug 27 22:37:10.836 INFO O| Aug 27 22:37:10.836 INFO O| Planning: Package planning ... Done |
3450 | 2024-08-27T22:37:14.050Z | [ host-image] Aug 27 22:37:12.386 INFO O| Aug 27 22:37:12.386 INFO O| Planning: Merging actions ... Done |
3451 | 2024-08-27T22:37:14.618Z | [ host-image] Aug 27 22:37:12.955 INFO O| Aug 27 22:37:12.954 INFO O| Planning: Checking for conflicting actions ... Done |
3452 | 2024-08-27T22:37:14.938Z | [ host-image] Aug 27 22:37:13.274 INFO O| Aug 27 22:37:13.274 INFO O| Planning: Consolidating action changes ... Done |
3453 | 2024-08-27T22:37:15.485Z | [ host-image] Aug 27 22:37:13.822 INFO O| Aug 27 22:37:13.821 INFO O| Planning: Evaluating mediators ... Done |
3454 | 2024-08-27T22:37:19.080Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3455 | 2024-08-27T22:37:21.897Z | [ host-image] Aug 27 22:37:20.233 INFO O| Aug 27 22:37:20.233 INFO O| Planning: Planning completed in 76.50 seconds |
3456 | 2024-08-27T22:37:21.903Z | [ host-image] Aug 27 22:37:20.239 INFO O| Aug 27 22:37:20.239 INFO O| Packages to install: 124 |
3457 | 2024-08-27T22:37:21.903Z | [ host-image] Aug 27 22:37:20.239 INFO O| Aug 27 22:37:20.239 INFO O| Mediators to change: 4 |
3458 | 2024-08-27T22:37:21.906Z | [ host-image] Aug 27 22:37:20.239 INFO O| Aug 27 22:37:20.239 INFO O| Services to change: 6 |
3459 | 2024-08-27T22:37:22.017Z | [ host-image] Aug 27 22:37:20.352 INFO O| Aug 27 22:37:20.352 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete |
3460 | 2024-08-27T22:37:26.083Z | [ recovery-image] Aug 27 22:37:24.418 INFO O| Aug 27 22:37:24.418 INFO O| Planning: Running solver ... Done |
3461 | 2024-08-27T22:37:26.369Z | [ recovery-image] Aug 27 22:37:24.704 INFO O| Aug 27 22:37:24.704 INFO O| Planning: Finding local manifests ... Done |
3462 | 2024-08-27T22:37:26.383Z | [ recovery-image] Aug 27 22:37:24.718 INFO O| Aug 27 22:37:24.718 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3463 | 2024-08-27T22:37:27.018Z | [ host-image] Aug 27 22:37:25.353 INFO O| Aug 27 22:37:25.353 INFO O| Download: 580/22728 items 2.8/196.4MB 1% complete (611k/s) |
3464 | 2024-08-27T22:37:29.375Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3465 | 2024-08-27T22:37:30.021Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3466 | 2024-08-27T22:37:30.226Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3467 | 2024-08-27T22:37:31.466Z | [ recovery-image] Aug 27 22:37:29.800 INFO O| Aug 27 22:37:29.800 INFO O| Planning: Fetching manifests: 121/124 97% complete |
3468 | 2024-08-27T22:37:32.048Z | [ host-image] Aug 27 22:37:30.382 INFO O| Aug 27 22:37:30.382 INFO O| Download: 1053/22728 items 6.4/196.4MB 3% complete (660k/s) |
3469 | 2024-08-27T22:37:36.467Z | [ recovery-image] Aug 27 22:37:34.801 INFO O| Aug 27 22:37:34.801 INFO O| Planning: Fetching manifests: 123/124 99% complete |
3470 | 2024-08-27T22:37:37.048Z | [ host-image] Aug 27 22:37:35.382 INFO O| Aug 27 22:37:35.382 INFO O| Download: 1480/22728 items 9.3/196.4MB 4% complete (666k/s) |
3471 | 2024-08-27T22:37:41.694Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3472 | 2024-08-27T22:37:41.992Z | [ recovery-image] Aug 27 22:37:40.325 INFO O| Aug 27 22:37:40.325 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3473 | 2024-08-27T22:37:43.139Z | [ recovery-image] Aug 27 22:37:41.472 INFO O| Aug 27 22:37:41.472 INFO O| Planning: Package planning ... Done |
3474 | 2024-08-27T22:37:43.585Z | [ host-image] Aug 27 22:37:41.918 INFO O| Aug 27 22:37:41.918 INFO O| Download: 1657/22728 items 10.9/196.4MB 5% complete (447k/s) |
3475 | 2024-08-27T22:37:43.906Z | [ recovery-image] Aug 27 22:37:42.239 INFO O| Aug 27 22:37:42.239 INFO O| Planning: Merging actions ... Done |
3476 | 2024-08-27T22:37:44.141Z | [ recovery-image] Aug 27 22:37:42.474 INFO O| Aug 27 22:37:42.474 INFO O| Planning: Checking for conflicting actions ... Done |
3477 | 2024-08-27T22:37:44.276Z | [ recovery-image] Aug 27 22:37:42.609 INFO O| Aug 27 22:37:42.609 INFO O| Planning: Consolidating action changes ... Done |
3478 | 2024-08-27T22:37:44.630Z | [ recovery-image] Aug 27 22:37:42.962 INFO O| Aug 27 22:37:42.962 INFO O| Planning: Evaluating mediators ... Done |
3479 | 2024-08-27T22:37:47.746Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3480 | 2024-08-27T22:37:48.596Z | [ host-image] Aug 27 22:37:46.929 INFO O| Aug 27 22:37:46.929 INFO O| Download: 1729/22728 items 11.7/196.4MB 5% complete (220k/s) |
3481 | 2024-08-27T22:37:50.593Z | [ recovery-image] Aug 27 22:37:48.925 INFO O| Aug 27 22:37:48.925 INFO O| Planning: Planning completed in 80.59 seconds |
3482 | 2024-08-27T22:37:50.602Z | [ recovery-image] Aug 27 22:37:48.933 INFO O| Aug 27 22:37:48.933 INFO O| Packages to install: 124 |
3483 | 2024-08-27T22:37:50.604Z | [ recovery-image] Aug 27 22:37:48.933 INFO O| Aug 27 22:37:48.933 INFO O| Mediators to change: 4 |
3484 | 2024-08-27T22:37:50.604Z | [ recovery-image] Aug 27 22:37:48.933 INFO O| Aug 27 22:37:48.933 INFO O| Services to change: 5 |
3485 | 2024-08-27T22:37:50.691Z | [ recovery-image] Aug 27 22:37:49.023 INFO O| Aug 27 22:37:49.023 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3486 | 2024-08-27T22:37:54.863Z | [ host-image] Aug 27 22:37:53.195 INFO O| Aug 27 22:37:53.195 INFO O| Download: 1949/22728 items 22.3/196.4MB 11% complete (1.2M/s) |
3487 | 2024-08-27T22:37:55.759Z | [ recovery-image] Aug 27 22:37:54.091 INFO O| Aug 27 22:37:54.091 INFO O| Download: 655/15831 items 5.1/173.2MB 2% complete (1.1M/s) |
3488 | 2024-08-27T22:38:00.669Z | [ host-image] Aug 27 22:37:59.001 INFO O| Aug 27 22:37:59.000 INFO O| Download: 2157/22728 items 23.9/196.4MB 12% complete (1.3M/s) |
3489 | 2024-08-27T22:38:02.269Z | [ recovery-image] Aug 27 22:38:00.601 INFO O| Aug 27 22:38:00.601 INFO O| Download: 1008/15831 items 7.9/173.2MB 4% complete (1018k/s) |
3490 | 2024-08-27T22:38:06.738Z | [ host-image] Aug 27 22:38:05.068 INFO O| Aug 27 22:38:05.068 INFO O| Download: 2230/22728 items 24.4/196.4MB 12% complete (866k/s) |
3491 | 2024-08-27T22:38:07.325Z | [ recovery-image] Aug 27 22:38:05.656 INFO O| Aug 27 22:38:05.656 INFO O| Download: 1184/15831 items 14.3/173.2MB 8% complete (741k/s) |
3492 | 2024-08-27T22:38:11.740Z | [ host-image] Aug 27 22:38:10.071 INFO O| Aug 27 22:38:10.071 INFO O| Download: 2643/22728 items 30.9/196.4MB 15% complete (683k/s) |
3493 | 2024-08-27T22:38:12.688Z | [ recovery-image] Aug 27 22:38:11.018 INFO O| Aug 27 22:38:11.018 INFO O| Download: 1525/15831 items 22.0/173.2MB 12% complete (1.4M/s) |
3494 | 2024-08-27T22:38:16.747Z | [ host-image] Aug 27 22:38:15.077 INFO O| Aug 27 22:38:15.077 INFO O| Download: 3518/22728 items 35.7/196.4MB 18% complete (1.1M/s) |
3495 | 2024-08-27T22:38:17.714Z | [ recovery-image] Aug 27 22:38:16.044 INFO O| Aug 27 22:38:16.044 INFO O| Download: 2269/15831 items 31.2/173.2MB 18% complete (1.7M/s) |
3496 | 2024-08-27T22:38:21.762Z | [ host-image] Aug 27 22:38:20.091 INFO O| Aug 27 22:38:20.091 INFO O| Download: 4239/22728 items 40.8/196.4MB 20% complete (1.0M/s) |
3497 | 2024-08-27T22:38:22.717Z | [ recovery-image] Aug 27 22:38:21.046 INFO O| Aug 27 22:38:21.046 INFO O| Download: 2673/15831 items 33.0/173.2MB 19% complete (1.2M/s) |
3498 | 2024-08-27T22:38:27.290Z | [ host-image] Aug 27 22:38:25.619 INFO O| Aug 27 22:38:25.618 INFO O| Download: 4636/22728 items 42.9/196.4MB 21% complete (741k/s) |
3499 | 2024-08-27T22:38:29.117Z | [ recovery-image] Aug 27 22:38:27.446 INFO O| Aug 27 22:38:27.446 INFO O| Download: 2675/15831 items 33.0/173.2MB 19% complete (1.2M/s) |
3500 | 2024-08-27T22:38:32.292Z | [ host-image] Aug 27 22:38:30.620 INFO O| Aug 27 22:38:30.620 INFO O| Download: 4721/22728 items 44.8/196.4MB 22% complete (386k/s) |
3501 | 2024-08-27T22:38:34.351Z | [ recovery-image] Aug 27 22:38:32.680 INFO O| Aug 27 22:38:32.679 INFO O| Download: 3637/15831 items 39.7/173.2MB 22% complete (1.2M/s) |
3502 | 2024-08-27T22:38:37.671Z | [ host-image] Aug 27 22:38:35.998 INFO O| Aug 27 22:38:35.998 INFO O| Download: 5740/22728 items 46.2/196.4MB 23% complete (357k/s) |
3503 | 2024-08-27T22:38:39.467Z | [ recovery-image] Aug 27 22:38:37.794 INFO O| Aug 27 22:38:37.794 INFO O| Download: 4056/15831 items 42.6/173.2MB 24% complete (978k/s) |
3504 | 2024-08-27T22:38:42.672Z | [ host-image] Aug 27 22:38:40.998 INFO O| Aug 27 22:38:40.998 INFO O| Download: 6218/22728 items 46.5/196.4MB 23% complete (125k/s) |
3505 | 2024-08-27T22:38:44.478Z | [ recovery-image] Aug 27 22:38:42.806 INFO O| Aug 27 22:38:42.805 INFO O| Download: 4662/15831 items 42.9/173.2MB 24% complete (337k/s) |
3506 | 2024-08-27T22:38:47.751Z | [ host-image] Aug 27 22:38:46.006 INFO O| Aug 27 22:38:46.006 INFO O| Download: 6748/22728 items 47.6/196.4MB 24% complete (103k/s) |
3507 | 2024-08-27T22:38:49.479Z | [ recovery-image] Aug 27 22:38:47.806 INFO O| Aug 27 22:38:47.806 INFO O| Download: 4779/15831 items 43.0/173.2MB 24% complete (187k/s) |
3508 | 2024-08-27T22:38:53.752Z | [ host-image] Aug 27 22:38:52.078 INFO O| Aug 27 22:38:52.078 INFO O| Download: 6758/22728 items 47.8/196.4MB 24% complete (125k/s) |
3509 | 2024-08-27T22:38:54.502Z | [ recovery-image] Aug 27 22:38:52.828 INFO O| Aug 27 22:38:52.828 INFO O| Download: 5652/15831 items 44.0/173.2MB 25% complete (81.3k/s) |
3510 | 2024-08-27T22:38:59.749Z | [ recovery-image] Aug 27 22:38:58.075 INFO O| Aug 27 22:38:58.075 INFO O| Download: 5899/15831 items 52.5/173.2MB 30% complete (966k/s) |
3511 | 2024-08-27T22:39:04.096Z | [ host-image] Aug 27 22:39:02.420 INFO O| Aug 27 22:39:02.420 INFO O| Download: 6759/22728 items 47.8/196.4MB 24% complete |
3512 | 2024-08-27T22:39:05.039Z | [ recovery-image] Aug 27 22:39:03.361 INFO O| Aug 27 22:39:03.361 INFO O| Download: 6172/15831 items 61.8/173.2MB 35% complete (1.7M/s) |
3513 | 2024-08-27T22:39:09.100Z | [ host-image] Aug 27 22:39:07.424 INFO O| Aug 27 22:39:07.424 INFO O| Download: 7392/22728 items 57.7/196.4MB 29% complete (2.0M/s) |
3514 | 2024-08-27T22:39:10.037Z | [ recovery-image] Aug 27 22:39:08.361 INFO O| Aug 27 22:39:08.361 INFO O| Download: 7119/15831 items 73.1/173.2MB 42% complete (2.3M/s) |
3515 | 2024-08-27T22:39:14.652Z | [ host-image] Aug 27 22:39:12.975 INFO O| Aug 27 22:39:12.975 INFO O| Download: 7953/22728 items 59.6/196.4MB 30% complete (1.4M/s) |
3516 | 2024-08-27T22:39:15.062Z | [ recovery-image] Aug 27 22:39:13.384 INFO O| Aug 27 22:39:13.384 INFO O| Download: 7219/15831 items 73.2/173.2MB 42% complete (1.2M/s) |
3517 | 2024-08-27T22:39:19.654Z | [ host-image] Aug 27 22:39:17.976 INFO O| Aug 27 22:39:17.975 INFO O| Download: 8130/22728 items 60.8/196.4MB 30% complete (317k/s) |
3518 | 2024-08-27T22:39:20.061Z | [ recovery-image] Aug 27 22:39:18.385 INFO O| Aug 27 22:39:18.384 INFO O| Download: 7833/15831 items 75.3/173.2MB 43% complete (214k/s) |
3519 | 2024-08-27T22:39:25.087Z | [ host-image] Aug 27 22:39:23.409 INFO O| Aug 27 22:39:23.409 INFO O| Download: 8255/22728 items 64.3/196.4MB 32% complete (423k/s) |
3520 | 2024-08-27T22:39:25.136Z | [ recovery-image] Aug 27 22:39:23.459 INFO O| Aug 27 22:39:23.459 INFO O| Download: 7918/15831 items 77.4/173.2MB 44% complete (395k/s) |
3521 | 2024-08-27T22:39:30.745Z | [ host-image] Aug 27 22:39:28.423 INFO O| Aug 27 22:39:28.422 INFO O| Download: 8478/22728 items 69.7/196.4MB 35% complete (1023k/s) |
3522 | 2024-08-27T22:39:30.745Z | [ recovery-image] Aug 27 22:39:28.467 INFO O| Aug 27 22:39:28.467 INFO O| Download: 8585/15831 items 79.9/173.2MB 46% complete (483k/s) |
3523 | 2024-08-27T22:39:35.301Z | [ host-image] Aug 27 22:39:33.588 INFO O| Aug 27 22:39:33.588 INFO O| Download: 9374/22728 items 81.3/196.4MB 41% complete (1.7M/s) |
3524 | 2024-08-27T22:39:36.259Z | [ recovery-image] Aug 27 22:39:34.576 INFO O| Aug 27 22:39:34.576 INFO O| Download: 8675/15831 items 83.6/173.2MB 48% complete (631k/s) |
3525 | 2024-08-27T22:39:40.297Z | [ host-image] Aug 27 22:39:38.607 INFO O| Aug 27 22:39:38.606 INFO O| Download: 9920/22728 items 83.6/196.4MB 42% complete (1.4M/s) |
3526 | 2024-08-27T22:39:45.609Z | [ host-image] Aug 27 22:39:43.927 INFO O| Aug 27 22:39:43.927 INFO O| Download: 10400/22728 items 87.9/196.4MB 44% complete (943k/s) |
3527 | 2024-08-27T22:40:03.069Z | [ host-image] Aug 27 22:40:01.387 INFO O| Aug 27 22:40:01.387 INFO O| Download: 10410/22728 items 88.0/196.4MB 44% complete |
3528 | 2024-08-27T22:40:03.073Z | [ recovery-image] Aug 27 22:40:01.392 INFO O| Aug 27 22:40:01.392 INFO O| Download: 8768/15831 items 87.4/173.2MB 50% complete |
3529 | 2024-08-27T22:40:09.367Z | [ host-image] Aug 27 22:40:07.685 INFO O| Aug 27 22:40:07.684 INFO O| Download: 10841/22728 items 89.9/196.4MB 45% complete (491k/s) |
3530 | 2024-08-27T22:40:09.687Z | [ recovery-image] Aug 27 22:40:07.994 INFO O| Aug 27 22:40:07.994 INFO O| Download: 8815/15831 items 91.7/173.2MB 52% complete (7.0M/s) |
3531 | 2024-08-27T22:40:14.677Z | [ recovery-image] Aug 27 22:40:12.994 INFO O| Aug 27 22:40:12.994 INFO O| Download: 8963/15831 items 92.6/173.2MB 53% complete (172k/s) |
3532 | 2024-08-27T22:40:14.811Z | [ host-image] Aug 27 22:40:13.129 INFO O| Aug 27 22:40:13.128 INFO O| Download: 11084/22728 items 91.9/196.4MB 46% complete (389k/s) |
3533 | 2024-08-27T22:40:19.470Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 12s |
3534 | 2024-08-27T22:40:19.678Z | [ recovery-image] Aug 27 22:40:17.995 INFO O| Aug 27 22:40:17.995 INFO O| Download: 9837/15831 items 93.0/173.2MB 53% complete (134k/s) |
3535 | 2024-08-27T22:40:19.734Z | Aug 27 22:40:18.051 INFO [verify-libraries] process exited with exit status: 0 (257.193039194s) |
3536 | 2024-08-27T22:40:24.678Z | [ recovery-image] Aug 27 22:40:22.995 INFO O| Aug 27 22:40:22.995 INFO O| Download: 10604/15831 items 93.4/173.2MB 53% complete (84.4k/s) |
3537 | 2024-08-27T22:40:29.808Z | [ recovery-image] Aug 27 22:40:28.124 INFO O| Aug 27 22:40:28.124 INFO O| Download: 10996/15831 items 94.5/173.2MB 54% complete (136k/s) |
3538 | 2024-08-27T22:40:35.085Z | [ recovery-image] Aug 27 22:40:33.400 INFO O| Aug 27 22:40:33.400 INFO O| Download: 11040/15831 items 95.3/173.2MB 55% complete (163k/s) |
3539 | 2024-08-27T22:40:36.120Z | [ host-image] Aug 27 22:40:34.436 INFO O| Aug 27 22:40:34.436 INFO O| Download: 11090/22728 items 92.0/196.4MB 46% complete |
3540 | 2024-08-27T22:40:40.145Z | [ recovery-image] Aug 27 22:40:38.460 INFO O| Aug 27 22:40:38.460 INFO O| Download: 11911/15831 items 126.5/173.2MB 73% complete (3.2M/s) |
3541 | 2024-08-27T22:40:41.141Z | [ host-image] Aug 27 22:40:39.456 INFO O| Aug 27 22:40:39.456 INFO O| Download: 11225/22728 items 94.1/196.4MB 47% complete (449k/s) |
3542 | 2024-08-27T22:40:45.146Z | [ recovery-image] Aug 27 22:40:43.461 INFO O| Aug 27 22:40:43.461 INFO O| Download: 12354/15831 items 138.3/173.2MB 79% complete (4.3M/s) |
3543 | 2024-08-27T22:40:46.144Z | [ host-image] Aug 27 22:40:44.459 INFO O| Aug 27 22:40:44.459 INFO O| Download: 11638/22728 items 95.8/196.4MB 48% complete (392k/s) |
3544 | 2024-08-27T22:40:50.216Z | [ recovery-image] Aug 27 22:40:48.530 INFO O| Aug 27 22:40:48.530 INFO O| Download: 13003/15831 items 140.9/173.2MB 81% complete (1.5M/s) |
3545 | 2024-08-27T22:40:51.255Z | [ host-image] Aug 27 22:40:49.569 INFO O| Aug 27 22:40:49.569 INFO O| Download: 12002/22728 items 100.2/196.4MB 51% complete (579k/s) |
3546 | 2024-08-27T22:40:55.287Z | [ recovery-image] Aug 27 22:40:53.600 INFO O| Aug 27 22:40:53.600 INFO O| Download: 14021/15831 items 145.4/173.2MB 83% complete (730k/s) |
3547 | 2024-08-27T22:40:59.349Z | [ host-image] Aug 27 22:40:57.661 INFO O| Aug 27 22:40:57.661 INFO O| Download: 12104/22728 items 101.0/196.4MB 51% complete (537k/s) |
3548 | 2024-08-27T22:41:03.511Z | [ recovery-image] Aug 27 22:41:01.824 INFO O| Aug 27 22:41:01.824 INFO O| Download: 14028/15831 items 145.4/173.2MB 83% complete (683k/s) |
3549 | 2024-08-27T22:41:04.749Z | [ host-image] Aug 27 22:41:03.062 INFO O| Aug 27 22:41:03.062 INFO O| Download: 12197/22728 items 108.7/196.4MB 55% complete (811k/s) |
3550 | 2024-08-27T22:41:09.759Z | [ host-image] Aug 27 22:41:08.069 INFO O| Aug 27 22:41:08.069 INFO O| Download: 12859/22728 items 109.7/196.4MB 55% complete (704k/s) |
3551 | 2024-08-27T22:41:10.330Z | [ recovery-image] Aug 27 22:41:08.337 INFO O| Aug 27 22:41:08.337 INFO O| Download: 14679/15831 items 148.0/173.2MB 85% complete (301k/s) |
3552 | 2024-08-27T22:41:16.123Z | [ recovery-image] Aug 27 22:41:14.435 INFO O| Aug 27 22:41:14.435 INFO O| Download: 14700/15831 items 148.8/173.2MB 85% complete (421k/s) |
3553 | 2024-08-27T22:41:16.132Z | [ host-image] Aug 27 22:41:14.444 INFO O| Aug 27 22:41:14.443 INFO O| Download: 13309/22728 items 109.9/196.4MB 55% complete (147k/s) |
3554 | 2024-08-27T22:41:21.137Z | [ recovery-image] Aug 27 22:41:19.448 INFO O| Aug 27 22:41:19.448 INFO O| Download: 14905/15831 items 154.3/173.2MB 89% complete (583k/s) |
3555 | 2024-08-27T22:41:22.309Z | [ host-image] Aug 27 22:41:20.620 INFO O| Aug 27 22:41:20.620 INFO O| Download: 13895/22728 items 110.2/196.4MB 56% complete (54.4k/s) |
3556 | 2024-08-27T22:41:26.799Z | [ recovery-image] Aug 27 22:41:25.110 INFO O| Aug 27 22:41:25.110 INFO O| Download: 15279/15831 items 158.0/173.2MB 91% complete (1.1M/s) |
3557 | 2024-08-27T22:41:29.033Z | [ host-image] Aug 27 22:41:27.343 INFO O| Aug 27 22:41:27.343 INFO O| Download: 14260/22728 items 110.6/196.4MB 56% complete (68.1k/s) |
3558 | 2024-08-27T22:41:32.060Z | [ recovery-image] Aug 27 22:41:30.370 INFO O| Aug 27 22:41:30.369 INFO O| Download: 15526/15831 items 165.9/173.2MB 95% complete (1.4M/s) |
3559 | 2024-08-27T22:41:34.328Z | [ host-image] Aug 27 22:41:32.638 INFO O| Aug 27 22:41:32.638 INFO O| Download: 14419/22728 items 111.6/196.4MB 56% complete (131k/s) |
3560 | 2024-08-27T22:41:38.132Z | [ recovery-image] Aug 27 22:41:36.441 INFO O| Aug 27 22:41:36.441 INFO O| Download: 15546/15831 items 166.1/173.2MB 95% complete (1.0M/s) |
3561 | 2024-08-27T22:41:40.860Z | [ host-image] Aug 27 22:41:39.168 INFO O| Aug 27 22:41:39.168 INFO O| Download: 14460/22728 items 112.2/196.4MB 57% complete (170k/s) |
3562 | 2024-08-27T22:41:44.197Z | [ recovery-image] Aug 27 22:41:42.504 INFO O| Aug 27 22:41:42.504 INFO O| Download: 15564/15831 items 166.2/173.2MB 96% complete (426k/s) |
3563 | 2024-08-27T22:41:47.584Z | [ host-image] Aug 27 22:41:45.892 INFO O| Aug 27 22:41:45.892 INFO O| Download: 14497/22728 items 115.3/196.4MB 58% complete (320k/s) |
3564 | 2024-08-27T22:41:49.361Z | [ recovery-image] Aug 27 22:41:47.668 INFO O| Aug 27 22:41:47.668 INFO O| Download: 15814/15831 items 172.6/173.2MB 99% complete (633k/s) |
3565 | 2024-08-27T22:41:52.586Z | [ host-image] Aug 27 22:41:50.893 INFO O| Aug 27 22:41:50.893 INFO O| Download: 14913/22728 items 117.9/196.4MB 60% complete (395k/s) |
3566 | 2024-08-27T22:41:57.714Z | [ host-image] Aug 27 22:41:55.903 INFO O| Aug 27 22:41:55.903 INFO O| Download: 15534/22728 items 124.3/196.4MB 63% complete (923k/s) |
3567 | 2024-08-27T22:42:00.585Z | [ recovery-image] Aug 27 22:41:58.892 INFO O| Aug 27 22:41:58.892 INFO O| Download: 15824/15831 items 173.2/173.2MB 99% complete (742k/s) |
3568 | 2024-08-27T22:42:00.607Z | [ recovery-image] Aug 27 22:41:58.914 INFO O| Aug 27 22:41:58.914 INFO O| Download: Completed 173.17 MB in 249.89 seconds (707k/s) |
3569 | 2024-08-27T22:42:01.126Z | [ recovery-image] Aug 27 22:41:59.433 INFO O| Aug 27 22:41:59.433 INFO O| Actions: 1/24965 actions (Installing new actions) |
3570 | 2024-08-27T22:42:05.034Z | [ host-image] Aug 27 22:42:03.340 INFO O| Aug 27 22:42:03.340 INFO O| Download: 15545/22728 items 124.3/196.4MB 63% complete (861k/s) |
3571 | 2024-08-27T22:42:06.126Z | [ recovery-image] Aug 27 22:42:04.433 INFO O| Aug 27 22:42:04.433 INFO O| Actions: 13051/24965 actions (Installing new actions) |
3572 | 2024-08-27T22:42:10.038Z | [ host-image] Aug 27 22:42:08.344 INFO O| Aug 27 22:42:08.344 INFO O| Download: 15894/22728 items 130.4/196.4MB 66% complete (634k/s) |
3573 | 2024-08-27T22:42:11.129Z | [ recovery-image] Aug 27 22:42:09.435 INFO O| Aug 27 22:42:09.435 INFO O| Actions: 24418/24965 actions (Installing new actions) |
3574 | 2024-08-27T22:42:12.063Z | [ recovery-image] Aug 27 22:42:10.369 INFO O| Aug 27 22:42:10.369 INFO O| Actions: Completed 24965 actions in 10.93 seconds. |
3575 | 2024-08-27T22:42:12.329Z | [ recovery-image] Aug 27 22:42:10.634 INFO O| Aug 27 22:42:10.634 INFO O| Done |
3576 | 2024-08-27T22:42:12.329Z | [ recovery-image] Aug 27 22:42:10.634 INFO O| Aug 27 22:42:10.634 INFO O| Done |
3577 | 2024-08-27T22:42:12.794Z | [ recovery-image] Aug 27 22:42:11.099 INFO O| Aug 27 22:42:11.099 INFO O| Done |
3578 | 2024-08-27T22:42:13.540Z | [ recovery-image] Aug 27 22:42:11.846 INFO O| Aug 27 22:42:11.846 INFO O| Done |
3579 | 2024-08-27T22:42:13.552Z | [ recovery-image] Aug 27 22:42:11.858 INFO O| Aug 27 22:42:11.858 INFO O| Done |
3580 | 2024-08-27T22:42:15.039Z | [ host-image] Aug 27 22:42:13.344 INFO O| Aug 27 22:42:13.344 INFO O| Download: 16872/22728 items 143.2/196.4MB 72% complete (1.9M/s) |
3581 | 2024-08-27T22:42:15.637Z | [ recovery-image] Aug 27 22:42:13.942 INFO O| Aug 27 22:42:13.942 INFO O| Done |
3582 | 2024-08-27T22:42:15.984Z | [ recovery-image] Aug 27 22:42:14.289 INFO O| Aug 27 22:42:14.289 INFO O| Done |
3583 | 2024-08-27T22:42:16.158Z | [ recovery-image] Aug 27 22:42:14.461 INFO O| Aug 27 22:42:14.461 INFO STEP 11 (pkg_install) COMPLETE |
3584 | 2024-08-27T22:42:16.158Z | [ recovery-image] Aug 27 22:42:14.461 INFO O| Aug 27 22:42:14.461 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3585 | 2024-08-27T22:42:16.163Z | [ recovery-image] Aug 27 22:42:14.461 INFO O| Aug 27 22:42:14.461 INFO skip step because feature "recovery" is enabled |
3586 | 2024-08-27T22:42:16.163Z | [ recovery-image] Aug 27 22:42:14.461 INFO O| Aug 27 22:42:14.461 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3587 | 2024-08-27T22:42:16.163Z | [ recovery-image] Aug 27 22:42:14.461 INFO O| Aug 27 22:42:14.461 INFO skip step because feature "omicron1" is not enabled |
3588 | 2024-08-27T22:42:16.163Z | [ recovery-image] Aug 27 22:42:14.461 INFO O| Aug 27 22:42:14.461 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3589 | 2024-08-27T22:42:16.170Z | [ recovery-image] Aug 27 22:42:14.473 INFO O| Aug 27 22:42:14.473 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3590 | 2024-08-27T22:42:17.058Z | [ recovery-image] Aug 27 22:42:15.363 INFO O| Aug 27 22:42:15.363 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3591 | 2024-08-27T22:42:18.470Z | [ recovery-image] Aug 27 22:42:16.775 INFO O| Aug 27 22:42:16.775 INFO O| Planning: Solver setup ... Done |
3592 | 2024-08-27T22:42:18.474Z | [ recovery-image] Aug 27 22:42:16.778 INFO O| Aug 27 22:42:16.778 INFO O| Planning: Running solver ... Done |
3593 | 2024-08-27T22:42:18.510Z | [ recovery-image] Aug 27 22:42:16.815 INFO O| Aug 27 22:42:16.815 INFO O| Planning: Finding local manifests ... Done |
3594 | 2024-08-27T22:42:18.512Z | [ recovery-image] Aug 27 22:42:16.816 INFO O| Aug 27 22:42:16.816 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3595 | 2024-08-27T22:42:18.574Z | [ recovery-image] Aug 27 22:42:16.878 INFO O| Aug 27 22:42:16.878 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3596 | 2024-08-27T22:42:18.591Z | [ recovery-image] Aug 27 22:42:16.897 INFO O| Aug 27 22:42:16.897 INFO O| Planning: Package planning ... Done |
3597 | 2024-08-27T22:42:18.594Z | [ recovery-image] Aug 27 22:42:16.897 INFO O| Aug 27 22:42:16.897 INFO O| Planning: Merging actions ... Done |
3598 | 2024-08-27T22:42:18.625Z | [ recovery-image] Aug 27 22:42:16.930 INFO O| Aug 27 22:42:16.930 INFO O| Planning: Checking for conflicting actions ... Done |
3599 | 2024-08-27T22:42:18.628Z | [ recovery-image] Aug 27 22:42:16.930 INFO O| Aug 27 22:42:16.930 INFO O| Planning: Consolidating action changes ... Done |
3600 | 2024-08-27T22:42:18.759Z | [ recovery-image] Aug 27 22:42:17.064 INFO O| Aug 27 22:42:17.064 INFO O| Planning: Evaluating mediators ... Done |
3601 | 2024-08-27T22:42:18.761Z | [ recovery-image] Aug 27 22:42:17.064 INFO O| Aug 27 22:42:17.064 INFO O| Planning: Planning completed in 1.70 seconds |
3602 | 2024-08-27T22:42:18.764Z | [ recovery-image] Aug 27 22:42:17.067 INFO O| Aug 27 22:42:17.067 INFO O| Packages to install: 1 |
3603 | 2024-08-27T22:42:18.775Z | [ recovery-image] Aug 27 22:42:17.079 INFO O| Aug 27 22:42:17.079 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3604 | 2024-08-27T22:42:19.204Z | [ recovery-image] Aug 27 22:42:17.508 INFO O| Aug 27 22:42:17.508 INFO O| Download: Completed 20.80 MB in 0.43 seconds (48.5M/s) |
3605 | 2024-08-27T22:42:19.228Z | [ recovery-image] Aug 27 22:42:17.533 INFO O| Aug 27 22:42:17.533 INFO O| Actions: 1/22 actions (Installing new actions) |
3606 | 2024-08-27T22:42:19.748Z | [ recovery-image] Aug 27 22:42:18.053 INFO O| Aug 27 22:42:18.053 INFO O| Actions: Completed 22 actions in 0.52 seconds. |
3607 | 2024-08-27T22:42:19.900Z | [ recovery-image] Aug 27 22:42:18.205 INFO O| Aug 27 22:42:18.205 INFO O| Done |
3608 | 2024-08-27T22:42:19.900Z | [ recovery-image] Aug 27 22:42:18.205 INFO O| Aug 27 22:42:18.205 INFO O| Done |
3609 | 2024-08-27T22:42:20.251Z | [ recovery-image] Aug 27 22:42:18.555 INFO O| Aug 27 22:42:18.555 INFO O| Done |
3610 | 2024-08-27T22:42:20.341Z | [ host-image] Aug 27 22:42:18.646 INFO O| Aug 27 22:42:18.645 INFO O| Download: 17917/22728 items 158.8/196.4MB 80% complete (3.0M/s) |
3611 | 2024-08-27T22:42:21.069Z | [ recovery-image] Aug 27 22:42:19.374 INFO O| Aug 27 22:42:19.374 INFO O| Done |
3612 | 2024-08-27T22:42:21.080Z | [ recovery-image] Aug 27 22:42:19.385 INFO O| Aug 27 22:42:19.385 INFO O| Done |
3613 | 2024-08-27T22:42:21.083Z | [ recovery-image] Aug 27 22:42:19.386 INFO O| Aug 27 22:42:19.385 INFO O| Done |
3614 | 2024-08-27T22:42:21.090Z | [ recovery-image] Aug 27 22:42:19.395 INFO O| Aug 27 22:42:19.395 INFO O| Done |
3615 | 2024-08-27T22:42:21.176Z | [ recovery-image] Aug 27 22:42:19.480 INFO O| Aug 27 22:42:19.480 INFO STEP 14 (pkg_install) COMPLETE |
3616 | 2024-08-27T22:42:21.176Z | [ recovery-image] Aug 27 22:42:19.480 INFO O| Aug 27 22:42:19.480 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3617 | 2024-08-27T22:42:21.176Z | [ recovery-image] Aug 27 22:42:19.480 INFO O| Aug 27 22:42:19.480 INFO skip step because feature "mfg" is not enabled |
3618 | 2024-08-27T22:42:21.178Z | [ recovery-image] Aug 27 22:42:19.480 INFO O| Aug 27 22:42:19.480 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3619 | 2024-08-27T22:42:21.178Z | [ recovery-image] Aug 27 22:42:19.480 INFO O| Aug 27 22:42:19.480 INFO skip step because feature "compliance" is not enabled |
3620 | 2024-08-27T22:42:21.178Z | [ recovery-image] Aug 27 22:42:19.480 INFO O| Aug 27 22:42:19.480 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3621 | 2024-08-27T22:42:21.178Z | [ recovery-image] Aug 27 22:42:19.480 INFO O| Aug 27 22:42:19.480 INFO skip step because feature "stress" is not enabled |
3622 | 2024-08-27T22:42:21.179Z | [ recovery-image] Aug 27 22:42:19.480 INFO O| Aug 27 22:42:19.480 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3623 | 2024-08-27T22:42:21.179Z | [ recovery-image] Aug 27 22:42:19.480 INFO O| Aug 27 22:42:19.480 INFO skip step because feature "nfs" is not enabled |
3624 | 2024-08-27T22:42:21.179Z | [ recovery-image] Aug 27 22:42:19.480 INFO O| Aug 27 22:42:19.480 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3625 | 2024-08-27T22:42:21.179Z | [ recovery-image] Aug 27 22:42:19.480 INFO O| Aug 27 22:42:19.480 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3626 | 2024-08-27T22:42:21.232Z | [ recovery-image] Aug 27 22:42:19.536 INFO O| Aug 27 22:42:19.536 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3627 | 2024-08-27T22:42:21.304Z | [ recovery-image] Aug 27 22:42:19.609 INFO O| Aug 27 22:42:19.609 INFO completed processing gimlet/ramdisk-01-os |
3628 | 2024-08-27T22:42:21.307Z | [ recovery-image] Aug 27 22:42:19.612 INFO image builder template: ramdisk-02-trim... |
3629 | 2024-08-27T22:42:21.307Z | [ recovery-image] Aug 27 22:42:19.612 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/.tmp02NGbG/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.293", "-n", "ramdisk-02-trim"], pwd: None |
3630 | 2024-08-27T22:42:21.352Z | [ recovery-image] Aug 27 22:42:19.656 INFO O| Aug 27 22:42:19.656 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3631 | 2024-08-27T22:42:21.359Z | [ recovery-image] Aug 27 22:42:19.664 INFO O| Aug 27 22:42:19.664 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3632 | 2024-08-27T22:42:21.422Z | [ recovery-image] Aug 27 22:42:19.727 INFO O| Aug 27 22:42:19.727 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3633 | 2024-08-27T22:42:21.474Z | [ recovery-image] Aug 27 22:42:19.778 INFO O| Aug 27 22:42:19.778 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3634 | 2024-08-27T22:42:21.476Z | [ recovery-image] Aug 27 22:42:19.779 INFO O| Aug 27 22:42:19.779 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3635 | 2024-08-27T22:42:21.479Z | [ recovery-image] Aug 27 22:42:19.784 INFO O| Aug 27 22:42:19.784 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3636 | 2024-08-27T22:42:21.483Z | [ recovery-image] Aug 27 22:42:19.788 INFO O| Aug 27 22:42:19.788 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3637 | 2024-08-27T22:42:21.487Z | [ recovery-image] Aug 27 22:42:19.792 INFO O| Aug 27 22:42:19.792 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3638 | 2024-08-27T22:42:21.752Z | [ recovery-image] Aug 27 22:42:20.057 INFO O| Aug 27 22:42:20.057 INFO rolled back to input snapshot; work may begin |
3639 | 2024-08-27T22:42:21.752Z | [ recovery-image] Aug 27 22:42:20.057 INFO O| Aug 27 22:42:20.057 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3640 | 2024-08-27T22:42:21.757Z | [ recovery-image] Aug 27 22:42:20.062 INFO O| Aug 27 22:42:20.062 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3641 | 2024-08-27T22:42:21.767Z | [ recovery-image] Aug 27 22:42:20.072 INFO O| Aug 27 22:42:20.072 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3642 | 2024-08-27T22:42:21.820Z | [ recovery-image] Aug 27 22:42:20.122 INFO O| Aug 27 22:42:20.122 INFO STEP 0 (remove_files) COMPLETE |
3643 | 2024-08-27T22:42:21.820Z | [ recovery-image] Aug 27 22:42:20.122 INFO O| Aug 27 22:42:20.122 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3644 | 2024-08-27T22:42:21.828Z | [ recovery-image] Aug 27 22:42:20.132 INFO O| Aug 27 22:42:20.132 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3645 | 2024-08-27T22:42:21.830Z | [ recovery-image] Aug 27 22:42:20.134 INFO O| Aug 27 22:42:20.134 INFO STEP 1 (remove_files) COMPLETE |
3646 | 2024-08-27T22:42:21.831Z | [ recovery-image] Aug 27 22:42:20.134 INFO O| Aug 27 22:42:20.134 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3647 | 2024-08-27T22:42:21.838Z | [ recovery-image] Aug 27 22:42:20.143 INFO O| Aug 27 22:42:20.143 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3648 | 2024-08-27T22:42:21.853Z | [ recovery-image] Aug 27 22:42:20.158 INFO O| Aug 27 22:42:20.158 INFO STEP 2 (remove_files) COMPLETE |
3649 | 2024-08-27T22:42:21.855Z | [ recovery-image] Aug 27 22:42:20.158 INFO O| Aug 27 22:42:20.158 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3650 | 2024-08-27T22:42:21.862Z | [ recovery-image] Aug 27 22:42:20.167 INFO O| Aug 27 22:42:20.167 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3651 | 2024-08-27T22:42:21.865Z | [ recovery-image] Aug 27 22:42:20.169 INFO O| Aug 27 22:42:20.169 INFO STEP 3 (remove_files) COMPLETE |
3652 | 2024-08-27T22:42:21.865Z | [ recovery-image] Aug 27 22:42:20.169 INFO O| Aug 27 22:42:20.169 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3653 | 2024-08-27T22:42:21.873Z | [ recovery-image] Aug 27 22:42:20.178 INFO O| Aug 27 22:42:20.178 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3654 | 2024-08-27T22:42:21.877Z | [ recovery-image] Aug 27 22:42:20.182 INFO O| Aug 27 22:42:20.182 INFO STEP 4 (remove_files) COMPLETE |
3655 | 2024-08-27T22:42:21.880Z | [ recovery-image] Aug 27 22:42:20.182 INFO O| Aug 27 22:42:20.182 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3656 | 2024-08-27T22:42:21.887Z | [ recovery-image] Aug 27 22:42:20.192 INFO O| Aug 27 22:42:20.191 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3657 | 2024-08-27T22:42:21.889Z | [ recovery-image] Aug 27 22:42:20.192 INFO O| Aug 27 22:42:20.192 INFO STEP 5 (remove_files) COMPLETE |
3658 | 2024-08-27T22:42:21.889Z | [ recovery-image] Aug 27 22:42:20.192 INFO O| Aug 27 22:42:20.192 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3659 | 2024-08-27T22:42:21.896Z | [ recovery-image] Aug 27 22:42:20.201 INFO O| Aug 27 22:42:20.201 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3660 | 2024-08-27T22:42:21.907Z | [ recovery-image] Aug 27 22:42:20.212 INFO O| Aug 27 22:42:20.212 INFO STEP 6 (remove_files) COMPLETE |
3661 | 2024-08-27T22:42:21.907Z | [ recovery-image] Aug 27 22:42:20.212 INFO O| Aug 27 22:42:20.212 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3662 | 2024-08-27T22:42:21.910Z | [ recovery-image] Aug 27 22:42:20.212 INFO O| Aug 27 22:42:20.212 INFO skip step because feature "recovery" is enabled |
3663 | 2024-08-27T22:42:21.910Z | [ recovery-image] Aug 27 22:42:20.212 INFO O| Aug 27 22:42:20.212 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3664 | 2024-08-27T22:42:21.910Z | [ recovery-image] Aug 27 22:42:20.212 INFO O| Aug 27 22:42:20.212 INFO skip step because feature "recovery" is enabled |
3665 | 2024-08-27T22:42:21.910Z | [ recovery-image] Aug 27 22:42:20.212 INFO O| Aug 27 22:42:20.212 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3666 | 2024-08-27T22:42:21.910Z | [ recovery-image] Aug 27 22:42:20.212 INFO O| Aug 27 22:42:20.212 INFO skip step because feature "recovery" is enabled |
3667 | 2024-08-27T22:42:21.910Z | [ recovery-image] Aug 27 22:42:20.212 INFO O| Aug 27 22:42:20.212 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3668 | 2024-08-27T22:42:21.917Z | [ recovery-image] Aug 27 22:42:20.222 INFO O| Aug 27 22:42:20.222 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3669 | 2024-08-27T22:42:21.921Z | [ recovery-image] Aug 27 22:42:20.225 INFO O| Aug 27 22:42:20.225 INFO STEP 10 (remove_files) COMPLETE |
3670 | 2024-08-27T22:42:21.923Z | [ recovery-image] Aug 27 22:42:20.225 INFO O| Aug 27 22:42:20.225 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3671 | 2024-08-27T22:42:21.930Z | [ recovery-image] Aug 27 22:42:20.235 INFO O| Aug 27 22:42:20.235 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3672 | 2024-08-27T22:42:21.933Z | [ recovery-image] Aug 27 22:42:20.236 INFO O| Aug 27 22:42:20.236 INFO STEP 11 (remove_files) COMPLETE |
3673 | 2024-08-27T22:42:21.933Z | [ recovery-image] Aug 27 22:42:20.236 INFO O| Aug 27 22:42:20.236 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3674 | 2024-08-27T22:42:21.940Z | [ recovery-image] Aug 27 22:42:20.245 INFO O| Aug 27 22:42:20.245 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3675 | 2024-08-27T22:42:21.942Z | [ recovery-image] Aug 27 22:42:20.246 INFO O| Aug 27 22:42:20.246 INFO STEP 12 (remove_files) COMPLETE |
3676 | 2024-08-27T22:42:21.942Z | [ recovery-image] Aug 27 22:42:20.246 INFO O| Aug 27 22:42:20.246 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3677 | 2024-08-27T22:42:21.952Z | [ recovery-image] Aug 27 22:42:20.257 INFO O| Aug 27 22:42:20.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3678 | 2024-08-27T22:42:22.156Z | [ recovery-image] Aug 27 22:42:20.461 INFO O| Aug 27 22:42:20.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3679 | 2024-08-27T22:42:22.159Z | [ recovery-image] Aug 27 22:42:20.462 INFO O| Aug 27 22:42:20.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3680 | 2024-08-27T22:42:22.161Z | [ recovery-image] Aug 27 22:42:20.465 INFO O| Aug 27 22:42:20.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3681 | 2024-08-27T22:42:22.164Z | [ recovery-image] Aug 27 22:42:20.467 INFO O| Aug 27 22:42:20.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3682 | 2024-08-27T22:42:22.184Z | [ recovery-image] Aug 27 22:42:20.489 INFO O| Aug 27 22:42:20.489 INFO STEP 13 (remove_files) COMPLETE |
3683 | 2024-08-27T22:42:22.184Z | [ recovery-image] Aug 27 22:42:20.489 INFO O| Aug 27 22:42:20.489 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3684 | 2024-08-27T22:42:22.196Z | [ recovery-image] Aug 27 22:42:20.500 INFO O| Aug 27 22:42:20.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3685 | 2024-08-27T22:42:22.198Z | [ recovery-image] Aug 27 22:42:20.502 INFO O| Aug 27 22:42:20.502 INFO STEP 14 (remove_files) COMPLETE |
3686 | 2024-08-27T22:42:22.198Z | [ recovery-image] Aug 27 22:42:20.502 INFO O| Aug 27 22:42:20.502 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3687 | 2024-08-27T22:42:22.206Z | [ recovery-image] Aug 27 22:42:20.511 INFO O| Aug 27 22:42:20.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3688 | 2024-08-27T22:42:22.212Z | [ recovery-image] Aug 27 22:42:20.517 INFO O| Aug 27 22:42:20.517 INFO STEP 15 (remove_files) COMPLETE |
3689 | 2024-08-27T22:42:22.212Z | [ recovery-image] Aug 27 22:42:20.517 INFO O| Aug 27 22:42:20.517 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3690 | 2024-08-27T22:42:22.222Z | [ recovery-image] Aug 27 22:42:20.526 INFO O| Aug 27 22:42:20.526 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3691 | 2024-08-27T22:42:22.225Z | [ recovery-image] Aug 27 22:42:20.527 INFO O| Aug 27 22:42:20.527 INFO STEP 16 (remove_files) COMPLETE |
3692 | 2024-08-27T22:42:22.225Z | [ recovery-image] Aug 27 22:42:20.527 INFO O| Aug 27 22:42:20.527 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3693 | 2024-08-27T22:42:22.231Z | [ recovery-image] Aug 27 22:42:20.536 INFO O| Aug 27 22:42:20.536 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3694 | 2024-08-27T22:42:22.234Z | [ recovery-image] Aug 27 22:42:20.537 INFO O| Aug 27 22:42:20.537 INFO STEP 17 (remove_files) COMPLETE |
3695 | 2024-08-27T22:42:22.234Z | [ recovery-image] Aug 27 22:42:20.537 INFO O| Aug 27 22:42:20.537 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3696 | 2024-08-27T22:42:22.243Z | [ recovery-image] Aug 27 22:42:20.546 INFO O| Aug 27 22:42:20.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3697 | 2024-08-27T22:42:22.243Z | [ recovery-image] Aug 27 22:42:20.546 INFO O| Aug 27 22:42:20.546 INFO STEP 18 (remove_files) COMPLETE |
3698 | 2024-08-27T22:42:22.245Z | [ recovery-image] Aug 27 22:42:20.547 INFO O| Aug 27 22:42:20.546 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3699 | 2024-08-27T22:42:22.251Z | [ recovery-image] Aug 27 22:42:20.556 INFO O| Aug 27 22:42:20.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3700 | 2024-08-27T22:42:22.251Z | [ recovery-image] Aug 27 22:42:20.556 INFO O| Aug 27 22:42:20.556 INFO STEP 19 (remove_files) COMPLETE |
3701 | 2024-08-27T22:42:22.253Z | [ recovery-image] Aug 27 22:42:20.556 INFO O| Aug 27 22:42:20.556 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3702 | 2024-08-27T22:42:22.261Z | [ recovery-image] Aug 27 22:42:20.565 INFO O| Aug 27 22:42:20.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3703 | 2024-08-27T22:42:22.261Z | [ recovery-image] Aug 27 22:42:20.565 INFO O| Aug 27 22:42:20.565 INFO STEP 20 (remove_files) COMPLETE |
3704 | 2024-08-27T22:42:22.264Z | [ recovery-image] Aug 27 22:42:20.565 INFO O| Aug 27 22:42:20.565 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3705 | 2024-08-27T22:42:22.269Z | [ recovery-image] Aug 27 22:42:20.574 INFO O| Aug 27 22:42:20.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3706 | 2024-08-27T22:42:22.269Z | [ recovery-image] Aug 27 22:42:20.574 INFO O| Aug 27 22:42:20.574 INFO STEP 21 (remove_files) COMPLETE |
3707 | 2024-08-27T22:42:22.269Z | [ recovery-image] Aug 27 22:42:20.574 INFO O| Aug 27 22:42:20.574 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3708 | 2024-08-27T22:42:22.278Z | [ recovery-image] Aug 27 22:42:20.583 INFO O| Aug 27 22:42:20.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3709 | 2024-08-27T22:42:22.281Z | [ recovery-image] Aug 27 22:42:20.583 INFO O| Aug 27 22:42:20.583 INFO STEP 22 (remove_files) COMPLETE |
3710 | 2024-08-27T22:42:22.281Z | [ recovery-image] Aug 27 22:42:20.583 INFO O| Aug 27 22:42:20.583 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3711 | 2024-08-27T22:42:22.288Z | [ recovery-image] Aug 27 22:42:20.593 INFO O| Aug 27 22:42:20.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3712 | 2024-08-27T22:42:22.288Z | [ recovery-image] Aug 27 22:42:20.593 INFO O| Aug 27 22:42:20.593 INFO STEP 23 (remove_files) COMPLETE |
3713 | 2024-08-27T22:42:22.290Z | [ recovery-image] Aug 27 22:42:20.593 INFO O| Aug 27 22:42:20.593 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3714 | 2024-08-27T22:42:22.297Z | [ recovery-image] Aug 27 22:42:20.602 INFO O| Aug 27 22:42:20.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3715 | 2024-08-27T22:42:22.297Z | [ recovery-image] Aug 27 22:42:20.602 INFO O| Aug 27 22:42:20.602 INFO STEP 24 (remove_files) COMPLETE |
3716 | 2024-08-27T22:42:22.307Z | [ recovery-image] Aug 27 22:42:20.602 INFO O| Aug 27 22:42:20.602 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3717 | 2024-08-27T22:42:22.307Z | [ recovery-image] Aug 27 22:42:20.611 INFO O| Aug 27 22:42:20.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3718 | 2024-08-27T22:42:22.307Z | [ recovery-image] Aug 27 22:42:20.611 INFO O| Aug 27 22:42:20.611 INFO STEP 25 (remove_files) COMPLETE |
3719 | 2024-08-27T22:42:22.307Z | [ recovery-image] Aug 27 22:42:20.611 INFO O| Aug 27 22:42:20.611 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3720 | 2024-08-27T22:42:22.317Z | [ recovery-image] Aug 27 22:42:20.620 INFO O| Aug 27 22:42:20.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3721 | 2024-08-27T22:42:22.317Z | [ recovery-image] Aug 27 22:42:20.620 INFO O| Aug 27 22:42:20.620 INFO STEP 26 (remove_files) COMPLETE |
3722 | 2024-08-27T22:42:22.317Z | [ recovery-image] Aug 27 22:42:20.620 INFO O| Aug 27 22:42:20.620 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3723 | 2024-08-27T22:42:22.324Z | [ recovery-image] Aug 27 22:42:20.629 INFO O| Aug 27 22:42:20.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3724 | 2024-08-27T22:42:22.327Z | [ recovery-image] Aug 27 22:42:20.629 INFO O| Aug 27 22:42:20.629 INFO STEP 27 (remove_files) COMPLETE |
3725 | 2024-08-27T22:42:22.327Z | [ recovery-image] Aug 27 22:42:20.629 INFO O| Aug 27 22:42:20.629 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3726 | 2024-08-27T22:42:22.333Z | [ recovery-image] Aug 27 22:42:20.638 INFO O| Aug 27 22:42:20.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3727 | 2024-08-27T22:42:22.336Z | [ recovery-image] Aug 27 22:42:20.638 INFO O| Aug 27 22:42:20.638 INFO STEP 28 (remove_files) COMPLETE |
3728 | 2024-08-27T22:42:22.336Z | [ recovery-image] Aug 27 22:42:20.638 INFO O| Aug 27 22:42:20.638 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3729 | 2024-08-27T22:42:22.342Z | [ recovery-image] Aug 27 22:42:20.647 INFO O| Aug 27 22:42:20.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3730 | 2024-08-27T22:42:22.342Z | [ recovery-image] Aug 27 22:42:20.647 INFO O| Aug 27 22:42:20.647 INFO STEP 29 (remove_files) COMPLETE |
3731 | 2024-08-27T22:42:22.345Z | [ recovery-image] Aug 27 22:42:20.647 INFO O| Aug 27 22:42:20.647 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3732 | 2024-08-27T22:42:22.352Z | [ recovery-image] Aug 27 22:42:20.656 INFO O| Aug 27 22:42:20.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3733 | 2024-08-27T22:42:22.354Z | [ recovery-image] Aug 27 22:42:20.657 INFO O| Aug 27 22:42:20.656 INFO STEP 30 (remove_files) COMPLETE |
3734 | 2024-08-27T22:42:22.354Z | [ recovery-image] Aug 27 22:42:20.657 INFO O| Aug 27 22:42:20.657 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3735 | 2024-08-27T22:42:22.361Z | [ recovery-image] Aug 27 22:42:20.666 INFO O| Aug 27 22:42:20.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3736 | 2024-08-27T22:42:22.361Z | [ recovery-image] Aug 27 22:42:20.666 INFO O| Aug 27 22:42:20.666 INFO STEP 31 (remove_files) COMPLETE |
3737 | 2024-08-27T22:42:22.363Z | [ recovery-image] Aug 27 22:42:20.666 INFO O| Aug 27 22:42:20.666 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3738 | 2024-08-27T22:42:22.370Z | [ recovery-image] Aug 27 22:42:20.675 INFO O| Aug 27 22:42:20.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3739 | 2024-08-27T22:42:22.370Z | [ recovery-image] Aug 27 22:42:20.675 INFO O| Aug 27 22:42:20.675 INFO STEP 32 (remove_files) COMPLETE |
3740 | 2024-08-27T22:42:22.374Z | [ recovery-image] Aug 27 22:42:20.675 INFO O| Aug 27 22:42:20.675 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3741 | 2024-08-27T22:42:22.380Z | [ recovery-image] Aug 27 22:42:20.685 INFO O| Aug 27 22:42:20.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3742 | 2024-08-27T22:42:22.383Z | [ recovery-image] Aug 27 22:42:20.685 INFO O| Aug 27 22:42:20.685 INFO STEP 33 (remove_files) COMPLETE |
3743 | 2024-08-27T22:42:22.383Z | [ recovery-image] Aug 27 22:42:20.685 INFO O| Aug 27 22:42:20.685 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3744 | 2024-08-27T22:42:22.390Z | [ recovery-image] Aug 27 22:42:20.695 INFO O| Aug 27 22:42:20.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3745 | 2024-08-27T22:42:22.392Z | [ recovery-image] Aug 27 22:42:20.695 INFO O| Aug 27 22:42:20.695 INFO STEP 34 (remove_files) COMPLETE |
3746 | 2024-08-27T22:42:22.392Z | [ recovery-image] Aug 27 22:42:20.695 INFO O| Aug 27 22:42:20.695 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3747 | 2024-08-27T22:42:22.399Z | [ recovery-image] Aug 27 22:42:20.704 INFO O| Aug 27 22:42:20.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3748 | 2024-08-27T22:42:22.401Z | [ recovery-image] Aug 27 22:42:20.704 INFO O| Aug 27 22:42:20.704 INFO STEP 35 (remove_files) COMPLETE |
3749 | 2024-08-27T22:42:22.401Z | [ recovery-image] Aug 27 22:42:20.704 INFO O| Aug 27 22:42:20.704 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3750 | 2024-08-27T22:42:22.408Z | [ recovery-image] Aug 27 22:42:20.713 INFO O| Aug 27 22:42:20.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3751 | 2024-08-27T22:42:22.408Z | [ recovery-image] Aug 27 22:42:20.713 INFO O| Aug 27 22:42:20.713 INFO STEP 36 (remove_files) COMPLETE |
3752 | 2024-08-27T22:42:22.411Z | [ recovery-image] Aug 27 22:42:20.713 INFO O| Aug 27 22:42:20.713 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3753 | 2024-08-27T22:42:22.418Z | [ recovery-image] Aug 27 22:42:20.723 INFO O| Aug 27 22:42:20.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3754 | 2024-08-27T22:42:22.418Z | [ recovery-image] Aug 27 22:42:20.723 INFO O| Aug 27 22:42:20.723 INFO STEP 37 (remove_files) COMPLETE |
3755 | 2024-08-27T22:42:22.420Z | [ recovery-image] Aug 27 22:42:20.723 INFO O| Aug 27 22:42:20.723 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3756 | 2024-08-27T22:42:22.427Z | [ recovery-image] Aug 27 22:42:20.732 INFO O| Aug 27 22:42:20.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3757 | 2024-08-27T22:42:22.427Z | [ recovery-image] Aug 27 22:42:20.732 INFO O| Aug 27 22:42:20.732 INFO STEP 38 (remove_files) COMPLETE |
3758 | 2024-08-27T22:42:22.430Z | [ recovery-image] Aug 27 22:42:20.732 INFO O| Aug 27 22:42:20.732 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3759 | 2024-08-27T22:42:22.436Z | [ recovery-image] Aug 27 22:42:20.741 INFO O| Aug 27 22:42:20.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3760 | 2024-08-27T22:42:22.436Z | [ recovery-image] Aug 27 22:42:20.741 INFO O| Aug 27 22:42:20.741 INFO STEP 39 (remove_files) COMPLETE |
3761 | 2024-08-27T22:42:22.439Z | [ recovery-image] Aug 27 22:42:20.741 INFO O| Aug 27 22:42:20.741 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3762 | 2024-08-27T22:42:22.446Z | [ recovery-image] Aug 27 22:42:20.750 INFO O| Aug 27 22:42:20.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3763 | 2024-08-27T22:42:22.446Z | [ recovery-image] Aug 27 22:42:20.750 INFO O| Aug 27 22:42:20.750 INFO STEP 40 (remove_files) COMPLETE |
3764 | 2024-08-27T22:42:22.448Z | [ recovery-image] Aug 27 22:42:20.750 INFO O| Aug 27 22:42:20.750 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3765 | 2024-08-27T22:42:22.455Z | [ recovery-image] Aug 27 22:42:20.760 INFO O| Aug 27 22:42:20.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3766 | 2024-08-27T22:42:22.455Z | [ recovery-image] Aug 27 22:42:20.760 INFO O| Aug 27 22:42:20.760 INFO STEP 41 (remove_files) COMPLETE |
3767 | 2024-08-27T22:42:22.457Z | [ recovery-image] Aug 27 22:42:20.760 INFO O| Aug 27 22:42:20.760 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3768 | 2024-08-27T22:42:22.465Z | [ recovery-image] Aug 27 22:42:20.769 INFO O| Aug 27 22:42:20.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3769 | 2024-08-27T22:42:22.466Z | [ recovery-image] Aug 27 22:42:20.769 INFO O| Aug 27 22:42:20.769 INFO STEP 42 (remove_files) COMPLETE |
3770 | 2024-08-27T22:42:22.466Z | [ recovery-image] Aug 27 22:42:20.769 INFO O| Aug 27 22:42:20.769 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3771 | 2024-08-27T22:42:22.474Z | [ recovery-image] Aug 27 22:42:20.779 INFO O| Aug 27 22:42:20.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3772 | 2024-08-27T22:42:22.474Z | [ recovery-image] Aug 27 22:42:20.779 INFO O| Aug 27 22:42:20.779 INFO STEP 43 (remove_files) COMPLETE |
3773 | 2024-08-27T22:42:22.477Z | [ recovery-image] Aug 27 22:42:20.779 INFO O| Aug 27 22:42:20.779 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3774 | 2024-08-27T22:42:22.483Z | [ recovery-image] Aug 27 22:42:20.788 INFO O| Aug 27 22:42:20.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3775 | 2024-08-27T22:42:22.483Z | [ recovery-image] Aug 27 22:42:20.788 INFO O| Aug 27 22:42:20.788 INFO STEP 44 (remove_files) COMPLETE |
3776 | 2024-08-27T22:42:22.483Z | [ recovery-image] Aug 27 22:42:20.788 INFO O| Aug 27 22:42:20.788 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3777 | 2024-08-27T22:42:22.493Z | [ recovery-image] Aug 27 22:42:20.797 INFO O| Aug 27 22:42:20.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3778 | 2024-08-27T22:42:22.493Z | [ recovery-image] Aug 27 22:42:20.797 INFO O| Aug 27 22:42:20.797 INFO STEP 45 (remove_files) COMPLETE |
3779 | 2024-08-27T22:42:22.495Z | [ recovery-image] Aug 27 22:42:20.798 INFO O| Aug 27 22:42:20.797 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3780 | 2024-08-27T22:42:22.502Z | [ recovery-image] Aug 27 22:42:20.807 INFO O| Aug 27 22:42:20.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3781 | 2024-08-27T22:42:22.502Z | [ recovery-image] Aug 27 22:42:20.807 INFO O| Aug 27 22:42:20.807 INFO STEP 46 (remove_files) COMPLETE |
3782 | 2024-08-27T22:42:22.504Z | [ recovery-image] Aug 27 22:42:20.807 INFO O| Aug 27 22:42:20.807 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3783 | 2024-08-27T22:42:22.511Z | [ recovery-image] Aug 27 22:42:20.816 INFO O| Aug 27 22:42:20.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3784 | 2024-08-27T22:42:22.511Z | [ recovery-image] Aug 27 22:42:20.816 INFO O| Aug 27 22:42:20.816 INFO STEP 47 (remove_files) COMPLETE |
3785 | 2024-08-27T22:42:22.511Z | [ recovery-image] Aug 27 22:42:20.816 INFO O| Aug 27 22:42:20.816 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3786 | 2024-08-27T22:42:22.521Z | [ recovery-image] Aug 27 22:42:20.825 INFO O| Aug 27 22:42:20.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3787 | 2024-08-27T22:42:22.521Z | [ recovery-image] Aug 27 22:42:20.825 INFO O| Aug 27 22:42:20.825 INFO STEP 48 (remove_files) COMPLETE |
3788 | 2024-08-27T22:42:22.523Z | [ recovery-image] Aug 27 22:42:20.825 INFO O| Aug 27 22:42:20.825 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3789 | 2024-08-27T22:42:22.530Z | [ recovery-image] Aug 27 22:42:20.834 INFO O| Aug 27 22:42:20.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3790 | 2024-08-27T22:42:22.532Z | [ recovery-image] Aug 27 22:42:20.835 INFO O| Aug 27 22:42:20.835 INFO STEP 49 (remove_files) COMPLETE |
3791 | 2024-08-27T22:42:22.532Z | [ recovery-image] Aug 27 22:42:20.835 INFO O| Aug 27 22:42:20.835 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3792 | 2024-08-27T22:42:22.539Z | [ recovery-image] Aug 27 22:42:20.844 INFO O| Aug 27 22:42:20.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3793 | 2024-08-27T22:42:22.539Z | [ recovery-image] Aug 27 22:42:20.844 INFO O| Aug 27 22:42:20.844 INFO STEP 50 (remove_files) COMPLETE |
3794 | 2024-08-27T22:42:22.542Z | [ recovery-image] Aug 27 22:42:20.844 INFO O| Aug 27 22:42:20.844 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3795 | 2024-08-27T22:42:22.548Z | [ recovery-image] Aug 27 22:42:20.853 INFO O| Aug 27 22:42:20.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3796 | 2024-08-27T22:42:22.548Z | [ recovery-image] Aug 27 22:42:20.853 INFO O| Aug 27 22:42:20.853 INFO STEP 51 (remove_files) COMPLETE |
3797 | 2024-08-27T22:42:22.551Z | [ recovery-image] Aug 27 22:42:20.853 INFO O| Aug 27 22:42:20.853 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3798 | 2024-08-27T22:42:22.558Z | [ recovery-image] Aug 27 22:42:20.862 INFO O| Aug 27 22:42:20.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3799 | 2024-08-27T22:42:22.558Z | [ recovery-image] Aug 27 22:42:20.862 INFO O| Aug 27 22:42:20.862 INFO STEP 52 (remove_files) COMPLETE |
3800 | 2024-08-27T22:42:22.560Z | [ recovery-image] Aug 27 22:42:20.863 INFO O| Aug 27 22:42:20.862 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3801 | 2024-08-27T22:42:22.567Z | [ recovery-image] Aug 27 22:42:20.872 INFO O| Aug 27 22:42:20.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3802 | 2024-08-27T22:42:22.567Z | [ recovery-image] Aug 27 22:42:20.872 INFO O| Aug 27 22:42:20.872 INFO STEP 53 (remove_files) COMPLETE |
3803 | 2024-08-27T22:42:22.567Z | [ recovery-image] Aug 27 22:42:20.872 INFO O| Aug 27 22:42:20.872 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3804 | 2024-08-27T22:42:22.576Z | [ recovery-image] Aug 27 22:42:20.881 INFO O| Aug 27 22:42:20.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3805 | 2024-08-27T22:42:22.576Z | [ recovery-image] Aug 27 22:42:20.881 INFO O| Aug 27 22:42:20.881 INFO STEP 54 (remove_files) COMPLETE |
3806 | 2024-08-27T22:42:22.578Z | [ recovery-image] Aug 27 22:42:20.881 INFO O| Aug 27 22:42:20.881 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3807 | 2024-08-27T22:42:22.585Z | [ recovery-image] Aug 27 22:42:20.890 INFO O| Aug 27 22:42:20.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3808 | 2024-08-27T22:42:22.586Z | [ recovery-image] Aug 27 22:42:20.890 INFO O| Aug 27 22:42:20.890 INFO STEP 55 (remove_files) COMPLETE |
3809 | 2024-08-27T22:42:22.588Z | [ recovery-image] Aug 27 22:42:20.890 INFO O| Aug 27 22:42:20.890 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3810 | 2024-08-27T22:42:22.595Z | [ recovery-image] Aug 27 22:42:20.899 INFO O| Aug 27 22:42:20.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3811 | 2024-08-27T22:42:22.595Z | [ recovery-image] Aug 27 22:42:20.900 INFO O| Aug 27 22:42:20.899 INFO STEP 56 (remove_files) COMPLETE |
3812 | 2024-08-27T22:42:22.595Z | [ recovery-image] Aug 27 22:42:20.900 INFO O| Aug 27 22:42:20.900 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3813 | 2024-08-27T22:42:22.604Z | [ recovery-image] Aug 27 22:42:20.909 INFO O| Aug 27 22:42:20.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3814 | 2024-08-27T22:42:22.604Z | [ recovery-image] Aug 27 22:42:20.909 INFO O| Aug 27 22:42:20.909 INFO STEP 57 (remove_files) COMPLETE |
3815 | 2024-08-27T22:42:22.607Z | [ recovery-image] Aug 27 22:42:20.909 INFO O| Aug 27 22:42:20.909 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3816 | 2024-08-27T22:42:22.614Z | [ recovery-image] Aug 27 22:42:20.918 INFO O| Aug 27 22:42:20.918 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3817 | 2024-08-27T22:42:22.616Z | [ recovery-image] Aug 27 22:42:20.918 INFO O| Aug 27 22:42:20.918 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3818 | 2024-08-27T22:42:22.616Z | [ recovery-image] Aug 27 22:42:20.919 INFO O| Aug 27 22:42:20.918 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3819 | 2024-08-27T22:42:22.616Z | [ recovery-image] Aug 27 22:42:20.919 INFO O| Aug 27 22:42:20.919 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3820 | 2024-08-27T22:42:22.616Z | [ recovery-image] Aug 27 22:42:20.919 INFO O| Aug 27 22:42:20.919 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3821 | 2024-08-27T22:42:22.616Z | [ recovery-image] Aug 27 22:42:20.919 INFO O| Aug 27 22:42:20.919 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3822 | 2024-08-27T22:42:22.616Z | [ recovery-image] Aug 27 22:42:20.919 INFO O| Aug 27 22:42:20.919 INFO ok! |
3823 | 2024-08-27T22:42:22.616Z | [ recovery-image] Aug 27 22:42:20.919 INFO O| Aug 27 22:42:20.919 INFO STEP 58 (ensure_file) COMPLETE |
3824 | 2024-08-27T22:42:22.616Z | [ recovery-image] Aug 27 22:42:20.919 INFO O| Aug 27 22:42:20.919 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3825 | 2024-08-27T22:42:22.623Z | [ recovery-image] Aug 27 22:42:20.928 INFO O| Aug 27 22:42:20.928 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3826 | 2024-08-27T22:42:22.626Z | [ recovery-image] Aug 27 22:42:20.928 INFO O| Aug 27 22:42:20.928 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3827 | 2024-08-27T22:42:22.626Z | [ recovery-image] Aug 27 22:42:20.928 INFO O| Aug 27 22:42:20.928 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3828 | 2024-08-27T22:42:22.626Z | [ recovery-image] Aug 27 22:42:20.928 INFO O| Aug 27 22:42:20.928 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3829 | 2024-08-27T22:42:22.626Z | [ recovery-image] Aug 27 22:42:20.928 INFO O| Aug 27 22:42:20.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3830 | 2024-08-27T22:42:22.626Z | [ recovery-image] Aug 27 22:42:20.929 INFO O| Aug 27 22:42:20.928 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3831 | 2024-08-27T22:42:22.626Z | [ recovery-image] Aug 27 22:42:20.929 INFO O| Aug 27 22:42:20.928 INFO ok! |
3832 | 2024-08-27T22:42:22.626Z | [ recovery-image] Aug 27 22:42:20.929 INFO O| Aug 27 22:42:20.928 INFO STEP 59 (ensure_file) COMPLETE |
3833 | 2024-08-27T22:42:22.626Z | [ recovery-image] Aug 27 22:42:20.929 INFO O| Aug 27 22:42:20.928 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3834 | 2024-08-27T22:42:22.633Z | [ recovery-image] Aug 27 22:42:20.938 INFO O| Aug 27 22:42:20.938 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3835 | 2024-08-27T22:42:22.633Z | [ recovery-image] Aug 27 22:42:20.938 INFO O| Aug 27 22:42:20.938 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3836 | 2024-08-27T22:42:22.635Z | [ recovery-image] Aug 27 22:42:20.938 INFO O| Aug 27 22:42:20.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3837 | 2024-08-27T22:42:22.635Z | [ recovery-image] Aug 27 22:42:20.938 INFO O| Aug 27 22:42:20.938 INFO ok! |
3838 | 2024-08-27T22:42:22.635Z | [ recovery-image] Aug 27 22:42:20.938 INFO O| Aug 27 22:42:20.938 INFO STEP 60 (ensure_file) COMPLETE |
3839 | 2024-08-27T22:42:22.635Z | [ recovery-image] Aug 27 22:42:20.938 INFO O| Aug 27 22:42:20.938 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3840 | 2024-08-27T22:42:22.643Z | [ recovery-image] Aug 27 22:42:20.947 INFO O| Aug 27 22:42:20.947 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3841 | 2024-08-27T22:42:22.643Z | [ recovery-image] Aug 27 22:42:20.947 INFO O| Aug 27 22:42:20.947 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3842 | 2024-08-27T22:42:22.645Z | [ recovery-image] Aug 27 22:42:20.947 INFO O| Aug 27 22:42:20.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3843 | 2024-08-27T22:42:22.645Z | [ recovery-image] Aug 27 22:42:20.947 INFO O| Aug 27 22:42:20.947 INFO ok! |
3844 | 2024-08-27T22:42:22.645Z | [ recovery-image] Aug 27 22:42:20.947 INFO O| Aug 27 22:42:20.947 INFO STEP 61 (ensure_file) COMPLETE |
3845 | 2024-08-27T22:42:22.645Z | [ recovery-image] Aug 27 22:42:20.948 INFO O| Aug 27 22:42:20.947 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3846 | 2024-08-27T22:42:22.652Z | [ recovery-image] Aug 27 22:42:20.957 INFO O| Aug 27 22:42:20.957 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3847 | 2024-08-27T22:42:22.652Z | [ recovery-image] Aug 27 22:42:20.957 INFO O| Aug 27 22:42:20.957 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3848 | 2024-08-27T22:42:22.654Z | [ recovery-image] Aug 27 22:42:20.957 INFO O| Aug 27 22:42:20.957 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3849 | 2024-08-27T22:42:22.654Z | [ recovery-image] Aug 27 22:42:20.957 INFO O| Aug 27 22:42:20.957 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3850 | 2024-08-27T22:42:22.654Z | [ recovery-image] Aug 27 22:42:20.957 INFO O| Aug 27 22:42:20.957 INFO ok! |
3851 | 2024-08-27T22:42:22.654Z | [ recovery-image] Aug 27 22:42:20.957 INFO O| Aug 27 22:42:20.957 INFO STEP 62 (ensure_file) COMPLETE |
3852 | 2024-08-27T22:42:22.654Z | [ recovery-image] Aug 27 22:42:20.957 INFO O| Aug 27 22:42:20.957 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3853 | 2024-08-27T22:42:22.662Z | [ recovery-image] Aug 27 22:42:20.967 INFO O| Aug 27 22:42:20.967 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3854 | 2024-08-27T22:42:22.662Z | [ recovery-image] Aug 27 22:42:20.967 INFO O| Aug 27 22:42:20.967 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3855 | 2024-08-27T22:42:22.665Z | [ recovery-image] Aug 27 22:42:20.967 INFO O| Aug 27 22:42:20.967 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3856 | 2024-08-27T22:42:22.665Z | [ recovery-image] Aug 27 22:42:20.967 INFO O| Aug 27 22:42:20.967 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3857 | 2024-08-27T22:42:22.665Z | [ recovery-image] Aug 27 22:42:20.967 INFO O| Aug 27 22:42:20.967 INFO ok! |
3858 | 2024-08-27T22:42:22.665Z | [ recovery-image] Aug 27 22:42:20.967 INFO O| Aug 27 22:42:20.967 INFO STEP 63 (ensure_file) COMPLETE |
3859 | 2024-08-27T22:42:22.665Z | [ recovery-image] Aug 27 22:42:20.967 INFO O| Aug 27 22:42:20.967 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3860 | 2024-08-27T22:42:22.672Z | [ recovery-image] Aug 27 22:42:20.976 INFO O| Aug 27 22:42:20.976 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3861 | 2024-08-27T22:42:22.672Z | [ recovery-image] Aug 27 22:42:20.976 INFO O| Aug 27 22:42:20.976 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3862 | 2024-08-27T22:42:22.674Z | [ recovery-image] Aug 27 22:42:20.976 INFO O| Aug 27 22:42:20.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3863 | 2024-08-27T22:42:22.674Z | [ recovery-image] Aug 27 22:42:20.976 INFO O| Aug 27 22:42:20.976 INFO ok! |
3864 | 2024-08-27T22:42:22.674Z | [ recovery-image] Aug 27 22:42:20.976 INFO O| Aug 27 22:42:20.976 INFO STEP 64 (assemble_files) COMPLETE |
3865 | 2024-08-27T22:42:22.674Z | [ recovery-image] Aug 27 22:42:20.976 INFO O| Aug 27 22:42:20.976 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3866 | 2024-08-27T22:42:22.681Z | [ recovery-image] Aug 27 22:42:20.986 INFO O| Aug 27 22:42:20.986 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3867 | 2024-08-27T22:42:22.681Z | [ recovery-image] Aug 27 22:42:20.986 INFO O| Aug 27 22:42:20.986 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3868 | 2024-08-27T22:42:22.683Z | [ recovery-image] Aug 27 22:42:20.986 INFO O| Aug 27 22:42:20.986 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3869 | 2024-08-27T22:42:22.683Z | [ recovery-image] Aug 27 22:42:20.986 INFO O| Aug 27 22:42:20.986 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3870 | 2024-08-27T22:42:22.683Z | [ recovery-image] Aug 27 22:42:20.986 INFO O| Aug 27 22:42:20.986 INFO ok! |
3871 | 2024-08-27T22:42:22.683Z | [ recovery-image] Aug 27 22:42:20.986 INFO O| Aug 27 22:42:20.986 INFO STEP 65 (ensure_file) COMPLETE |
3872 | 2024-08-27T22:42:22.683Z | [ recovery-image] Aug 27 22:42:20.986 INFO O| Aug 27 22:42:20.986 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3873 | 2024-08-27T22:42:22.683Z | [ recovery-image] Aug 27 22:42:20.986 INFO O| Aug 27 22:42:20.986 INFO skip step because feature "omicron1" is not enabled |
3874 | 2024-08-27T22:42:22.683Z | [ recovery-image] Aug 27 22:42:20.986 INFO O| Aug 27 22:42:20.986 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3875 | 2024-08-27T22:42:22.683Z | [ recovery-image] Aug 27 22:42:20.986 INFO O| Aug 27 22:42:20.986 INFO skip step because feature "omicron1" is not enabled |
3876 | 2024-08-27T22:42:22.683Z | [ recovery-image] Aug 27 22:42:20.986 INFO O| Aug 27 22:42:20.986 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3877 | 2024-08-27T22:42:22.683Z | [ recovery-image] Aug 27 22:42:20.986 INFO O| Aug 27 22:42:20.986 INFO skip step because feature "omicron1" is not enabled |
3878 | 2024-08-27T22:42:22.683Z | [ recovery-image] Aug 27 22:42:20.986 INFO O| Aug 27 22:42:20.986 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3879 | 2024-08-27T22:42:22.695Z | [ recovery-image] Aug 27 22:42:21.000 INFO O| Aug 27 22:42:21.000 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3880 | 2024-08-27T22:42:22.695Z | [ recovery-image] Aug 27 22:42:21.000 INFO O| Aug 27 22:42:21.000 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3881 | 2024-08-27T22:42:24.209Z | [ recovery-image] Aug 27 22:42:22.513 INFO O| Aug 27 22:42:22.513 INFO STEP 69 (pack_tar) COMPLETE |
3882 | 2024-08-27T22:42:24.209Z | [ recovery-image] Aug 27 22:42:22.513 INFO O| Aug 27 22:42:22.513 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3883 | 2024-08-27T22:42:24.211Z | [ recovery-image] Aug 27 22:42:22.513 INFO O| Aug 27 22:42:22.513 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3884 | 2024-08-27T22:42:24.743Z | [ recovery-image] Aug 27 22:42:23.048 INFO O| Aug 27 22:42:23.048 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3885 | 2024-08-27T22:42:24.811Z | [ recovery-image] Aug 27 22:42:23.116 INFO O| Aug 27 22:42:23.116 INFO completed processing gimlet/ramdisk-02-trim |
3886 | 2024-08-27T22:42:24.814Z | [ recovery-image] Aug 27 22:42:23.118 INFO image builder template: ramdisk-03-recovery-trim... |
3887 | 2024-08-27T22:42:24.814Z | [ recovery-image] Aug 27 22:42:23.118 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/.tmp02NGbG/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.293", "-n", "ramdisk-03-recovery-trim"], pwd: None |
3888 | 2024-08-27T22:42:24.919Z | [ recovery-image] Aug 27 22:42:23.224 INFO O| Aug 27 22:42:23.223 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3889 | 2024-08-27T22:42:24.923Z | [ recovery-image] Aug 27 22:42:23.227 INFO O| Aug 27 22:42:23.227 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3890 | 2024-08-27T22:42:25.020Z | [ recovery-image] Aug 27 22:42:23.324 INFO O| Aug 27 22:42:23.324 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3891 | 2024-08-27T22:42:25.079Z | [ recovery-image] Aug 27 22:42:23.382 INFO O| Aug 27 22:42:23.382 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3892 | 2024-08-27T22:42:25.082Z | [ recovery-image] Aug 27 22:42:23.382 INFO O| Aug 27 22:42:23.382 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3893 | 2024-08-27T22:42:25.086Z | [ recovery-image] Aug 27 22:42:23.390 INFO O| Aug 27 22:42:23.390 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3894 | 2024-08-27T22:42:25.089Z | [ recovery-image] Aug 27 22:42:23.394 INFO O| Aug 27 22:42:23.394 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3895 | 2024-08-27T22:42:25.097Z | [ recovery-image] Aug 27 22:42:23.398 INFO O| Aug 27 22:42:23.398 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3896 | 2024-08-27T22:42:25.301Z | [ recovery-image] Aug 27 22:42:23.606 INFO O| Aug 27 22:42:23.605 INFO rolled back to input snapshot; work may begin |
3897 | 2024-08-27T22:42:25.301Z | [ recovery-image] Aug 27 22:42:23.606 INFO O| Aug 27 22:42:23.605 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3898 | 2024-08-27T22:42:25.306Z | [ recovery-image] Aug 27 22:42:23.611 INFO O| Aug 27 22:42:23.611 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3899 | 2024-08-27T22:42:25.316Z | [ recovery-image] Aug 27 22:42:23.620 INFO O| Aug 27 22:42:23.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3900 | 2024-08-27T22:42:25.320Z | [ recovery-image] Aug 27 22:42:23.624 INFO O| Aug 27 22:42:23.624 INFO STEP 0 (remove_files) COMPLETE |
3901 | 2024-08-27T22:42:25.322Z | [ recovery-image] Aug 27 22:42:23.625 INFO O| Aug 27 22:42:23.624 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3902 | 2024-08-27T22:42:25.329Z | [ recovery-image] Aug 27 22:42:23.634 INFO O| Aug 27 22:42:23.634 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3903 | 2024-08-27T22:42:25.383Z | [ recovery-image] Aug 27 22:42:23.688 INFO O| Aug 27 22:42:23.688 INFO STEP 1 (remove_files) COMPLETE |
3904 | 2024-08-27T22:42:25.384Z | [ recovery-image] Aug 27 22:42:23.688 INFO O| Aug 27 22:42:23.688 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3905 | 2024-08-27T22:42:25.394Z | [ recovery-image] Aug 27 22:42:23.698 INFO O| Aug 27 22:42:23.698 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3906 | 2024-08-27T22:42:25.397Z | [ recovery-image] Aug 27 22:42:23.700 INFO O| Aug 27 22:42:23.700 INFO STEP 2 (remove_files) COMPLETE |
3907 | 2024-08-27T22:42:25.397Z | [ recovery-image] Aug 27 22:42:23.700 INFO O| Aug 27 22:42:23.700 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3908 | 2024-08-27T22:42:25.405Z | [ recovery-image] Aug 27 22:42:23.709 INFO O| Aug 27 22:42:23.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3909 | 2024-08-27T22:42:25.445Z | [ recovery-image] Aug 27 22:42:23.749 INFO O| Aug 27 22:42:23.749 INFO STEP 3 (remove_files) COMPLETE |
3910 | 2024-08-27T22:42:25.445Z | [ recovery-image] Aug 27 22:42:23.749 INFO O| Aug 27 22:42:23.749 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3911 | 2024-08-27T22:42:25.455Z | [ recovery-image] Aug 27 22:42:23.760 INFO O| Aug 27 22:42:23.760 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3912 | 2024-08-27T22:42:25.471Z | [ recovery-image] Aug 27 22:42:23.775 INFO O| Aug 27 22:42:23.775 INFO STEP 4 (remove_files) COMPLETE |
3913 | 2024-08-27T22:42:25.473Z | [ recovery-image] Aug 27 22:42:23.775 INFO O| Aug 27 22:42:23.775 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3914 | 2024-08-27T22:42:25.480Z | [ recovery-image] Aug 27 22:42:23.785 INFO O| Aug 27 22:42:23.785 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3915 | 2024-08-27T22:42:25.483Z | [ recovery-image] Aug 27 22:42:23.788 INFO O| Aug 27 22:42:23.788 INFO STEP 5 (remove_files) COMPLETE |
3916 | 2024-08-27T22:42:25.483Z | [ recovery-image] Aug 27 22:42:23.788 INFO O| Aug 27 22:42:23.788 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3917 | 2024-08-27T22:42:25.493Z | [ recovery-image] Aug 27 22:42:23.797 INFO O| Aug 27 22:42:23.797 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3918 | 2024-08-27T22:42:25.495Z | [ recovery-image] Aug 27 22:42:23.798 INFO O| Aug 27 22:42:23.798 INFO STEP 6 (remove_files) COMPLETE |
3919 | 2024-08-27T22:42:25.495Z | [ recovery-image] Aug 27 22:42:23.798 INFO O| Aug 27 22:42:23.798 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3920 | 2024-08-27T22:42:25.503Z | [ recovery-image] Aug 27 22:42:23.808 INFO O| Aug 27 22:42:23.808 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3921 | 2024-08-27T22:42:25.506Z | [ recovery-image] Aug 27 22:42:23.809 INFO O| Aug 27 22:42:23.809 INFO STEP 7 (remove_files) COMPLETE |
3922 | 2024-08-27T22:42:25.506Z | [ recovery-image] Aug 27 22:42:23.809 INFO O| Aug 27 22:42:23.809 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3923 | 2024-08-27T22:42:25.515Z | [ recovery-image] Aug 27 22:42:23.818 INFO O| Aug 27 22:42:23.818 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3924 | 2024-08-27T22:42:25.520Z | [ recovery-image] Aug 27 22:42:23.824 INFO O| Aug 27 22:42:23.824 INFO STEP 8 (remove_files) COMPLETE |
3925 | 2024-08-27T22:42:25.520Z | [ recovery-image] Aug 27 22:42:23.824 INFO O| Aug 27 22:42:23.824 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3926 | 2024-08-27T22:42:25.532Z | [ recovery-image] Aug 27 22:42:23.834 INFO O| Aug 27 22:42:23.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3927 | 2024-08-27T22:42:25.534Z | [ recovery-image] Aug 27 22:42:23.834 INFO O| Aug 27 22:42:23.834 INFO STEP 9 (remove_files) COMPLETE |
3928 | 2024-08-27T22:42:25.534Z | [ recovery-image] Aug 27 22:42:23.834 INFO O| Aug 27 22:42:23.834 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3929 | 2024-08-27T22:42:25.539Z | [ recovery-image] Aug 27 22:42:23.843 INFO O| Aug 27 22:42:23.843 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3930 | 2024-08-27T22:42:25.542Z | [ recovery-image] Aug 27 22:42:23.844 INFO O| Aug 27 22:42:23.844 INFO STEP 10 (remove_files) COMPLETE |
3931 | 2024-08-27T22:42:25.542Z | [ recovery-image] Aug 27 22:42:23.844 INFO O| Aug 27 22:42:23.844 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3932 | 2024-08-27T22:42:25.549Z | [ recovery-image] Aug 27 22:42:23.853 INFO O| Aug 27 22:42:23.853 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3933 | 2024-08-27T22:42:25.603Z | [ recovery-image] Aug 27 22:42:23.907 INFO O| Aug 27 22:42:23.907 INFO STEP 11 (remove_files) COMPLETE |
3934 | 2024-08-27T22:42:25.603Z | [ recovery-image] Aug 27 22:42:23.907 INFO O| Aug 27 22:42:23.907 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3935 | 2024-08-27T22:42:25.613Z | [ recovery-image] Aug 27 22:42:23.918 INFO O| Aug 27 22:42:23.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3936 | 2024-08-27T22:42:25.617Z | [ recovery-image] Aug 27 22:42:23.921 INFO O| Aug 27 22:42:23.921 INFO STEP 12 (remove_files) COMPLETE |
3937 | 2024-08-27T22:42:25.619Z | [ recovery-image] Aug 27 22:42:23.921 INFO O| Aug 27 22:42:23.921 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3938 | 2024-08-27T22:42:25.627Z | [ recovery-image] Aug 27 22:42:23.931 INFO O| Aug 27 22:42:23.930 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3939 | 2024-08-27T22:42:25.629Z | [ recovery-image] Aug 27 22:42:23.934 INFO O| Aug 27 22:42:23.934 INFO STEP 13 (remove_files) COMPLETE |
3940 | 2024-08-27T22:42:25.630Z | [ recovery-image] Aug 27 22:42:23.934 INFO O| Aug 27 22:42:23.934 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3941 | 2024-08-27T22:42:25.639Z | [ recovery-image] Aug 27 22:42:23.943 INFO O| Aug 27 22:42:23.943 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3942 | 2024-08-27T22:42:25.641Z | [ recovery-image] Aug 27 22:42:23.944 INFO O| Aug 27 22:42:23.944 INFO STEP 14 (remove_files) COMPLETE |
3943 | 2024-08-27T22:42:25.641Z | [ recovery-image] Aug 27 22:42:23.944 INFO O| Aug 27 22:42:23.944 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3944 | 2024-08-27T22:42:25.648Z | [ recovery-image] Aug 27 22:42:23.953 INFO O| Aug 27 22:42:23.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3945 | 2024-08-27T22:42:25.651Z | [ recovery-image] Aug 27 22:42:23.955 INFO O| Aug 27 22:42:23.955 INFO STEP 15 (remove_files) COMPLETE |
3946 | 2024-08-27T22:42:25.651Z | [ recovery-image] Aug 27 22:42:23.955 INFO O| Aug 27 22:42:23.955 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3947 | 2024-08-27T22:42:25.660Z | [ recovery-image] Aug 27 22:42:23.964 INFO O| Aug 27 22:42:23.964 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3948 | 2024-08-27T22:42:25.668Z | [ recovery-image] Aug 27 22:42:23.973 INFO O| Aug 27 22:42:23.973 INFO STEP 16 (remove_files) COMPLETE |
3949 | 2024-08-27T22:42:25.668Z | [ recovery-image] Aug 27 22:42:23.973 INFO O| Aug 27 22:42:23.973 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3950 | 2024-08-27T22:42:25.678Z | [ recovery-image] Aug 27 22:42:23.982 INFO O| Aug 27 22:42:23.982 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3951 | 2024-08-27T22:42:25.680Z | [ recovery-image] Aug 27 22:42:23.983 INFO O| Aug 27 22:42:23.983 INFO STEP 17 (remove_files) COMPLETE |
3952 | 2024-08-27T22:42:25.680Z | [ recovery-image] Aug 27 22:42:23.983 INFO O| Aug 27 22:42:23.983 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3953 | 2024-08-27T22:42:25.688Z | [ recovery-image] Aug 27 22:42:23.992 INFO O| Aug 27 22:42:23.992 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3954 | 2024-08-27T22:42:25.691Z | [ recovery-image] Aug 27 22:42:23.993 INFO O| Aug 27 22:42:23.993 INFO STEP 18 (remove_files) COMPLETE |
3955 | 2024-08-27T22:42:25.691Z | [ recovery-image] Aug 27 22:42:23.993 INFO O| Aug 27 22:42:23.993 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3956 | 2024-08-27T22:42:25.698Z | [ recovery-image] Aug 27 22:42:24.002 INFO O| Aug 27 22:42:24.002 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3957 | 2024-08-27T22:42:25.740Z | [ recovery-image] Aug 27 22:42:24.045 INFO O| Aug 27 22:42:24.045 INFO STEP 19 (remove_files) COMPLETE |
3958 | 2024-08-27T22:42:25.740Z | [ recovery-image] Aug 27 22:42:24.045 INFO O| Aug 27 22:42:24.045 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3959 | 2024-08-27T22:42:25.751Z | [ recovery-image] Aug 27 22:42:24.056 INFO O| Aug 27 22:42:24.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3960 | 2024-08-27T22:42:25.753Z | [ recovery-image] Aug 27 22:42:24.057 INFO O| Aug 27 22:42:24.057 INFO STEP 20 (remove_files) COMPLETE |
3961 | 2024-08-27T22:42:25.753Z | [ recovery-image] Aug 27 22:42:24.057 INFO O| Aug 27 22:42:24.057 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3962 | 2024-08-27T22:42:25.762Z | [ recovery-image] Aug 27 22:42:24.066 INFO O| Aug 27 22:42:24.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3963 | 2024-08-27T22:42:25.764Z | [ recovery-image] Aug 27 22:42:24.067 INFO O| Aug 27 22:42:24.067 INFO STEP 21 (remove_files) COMPLETE |
3964 | 2024-08-27T22:42:25.764Z | [ recovery-image] Aug 27 22:42:24.068 INFO O| Aug 27 22:42:24.067 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3965 | 2024-08-27T22:42:25.772Z | [ recovery-image] Aug 27 22:42:24.077 INFO O| Aug 27 22:42:24.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3966 | 2024-08-27T22:42:25.775Z | [ recovery-image] Aug 27 22:42:24.077 INFO O| Aug 27 22:42:24.077 INFO STEP 22 (remove_files) COMPLETE |
3967 | 2024-08-27T22:42:25.775Z | [ recovery-image] Aug 27 22:42:24.077 INFO O| Aug 27 22:42:24.077 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3968 | 2024-08-27T22:42:25.782Z | [ recovery-image] Aug 27 22:42:24.086 INFO O| Aug 27 22:42:24.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3969 | 2024-08-27T22:42:25.786Z | [ recovery-image] Aug 27 22:42:24.087 INFO O| Aug 27 22:42:24.087 INFO STEP 23 (remove_files) COMPLETE |
3970 | 2024-08-27T22:42:25.786Z | [ recovery-image] Aug 27 22:42:24.087 INFO O| Aug 27 22:42:24.087 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3971 | 2024-08-27T22:42:25.792Z | [ recovery-image] Aug 27 22:42:24.096 INFO O| Aug 27 22:42:24.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3972 | 2024-08-27T22:42:25.792Z | [ recovery-image] Aug 27 22:42:24.096 INFO O| Aug 27 22:42:24.096 INFO STEP 24 (remove_files) COMPLETE |
3973 | 2024-08-27T22:42:25.794Z | [ recovery-image] Aug 27 22:42:24.096 INFO O| Aug 27 22:42:24.096 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3974 | 2024-08-27T22:42:25.801Z | [ recovery-image] Aug 27 22:42:24.106 INFO O| Aug 27 22:42:24.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3975 | 2024-08-27T22:42:25.804Z | [ recovery-image] Aug 27 22:42:24.106 INFO O| Aug 27 22:42:24.106 INFO STEP 25 (remove_files) COMPLETE |
3976 | 2024-08-27T22:42:25.804Z | [ recovery-image] Aug 27 22:42:24.106 INFO O| Aug 27 22:42:24.106 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3977 | 2024-08-27T22:42:25.811Z | [ recovery-image] Aug 27 22:42:24.116 INFO O| Aug 27 22:42:24.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3978 | 2024-08-27T22:42:25.813Z | [ recovery-image] Aug 27 22:42:24.116 INFO O| Aug 27 22:42:24.116 INFO STEP 26 (remove_files) COMPLETE |
3979 | 2024-08-27T22:42:25.813Z | [ recovery-image] Aug 27 22:42:24.116 INFO O| Aug 27 22:42:24.116 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3980 | 2024-08-27T22:42:25.821Z | [ recovery-image] Aug 27 22:42:24.125 INFO O| Aug 27 22:42:24.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3981 | 2024-08-27T22:42:25.821Z | [ recovery-image] Aug 27 22:42:24.125 INFO O| Aug 27 22:42:24.125 INFO STEP 27 (remove_files) COMPLETE |
3982 | 2024-08-27T22:42:25.824Z | [ recovery-image] Aug 27 22:42:24.125 INFO O| Aug 27 22:42:24.125 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3983 | 2024-08-27T22:42:25.830Z | [ recovery-image] Aug 27 22:42:24.134 INFO O| Aug 27 22:42:24.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3984 | 2024-08-27T22:42:25.837Z | [ recovery-image] Aug 27 22:42:24.134 INFO O| Aug 27 22:42:24.134 INFO STEP 28 (remove_files) COMPLETE |
3985 | 2024-08-27T22:42:25.837Z | [ recovery-image] Aug 27 22:42:24.134 INFO O| Aug 27 22:42:24.134 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3986 | 2024-08-27T22:42:25.840Z | [ recovery-image] Aug 27 22:42:24.144 INFO O| Aug 27 22:42:24.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3987 | 2024-08-27T22:42:25.840Z | [ recovery-image] Aug 27 22:42:24.144 INFO O| Aug 27 22:42:24.144 INFO STEP 29 (remove_files) COMPLETE |
3988 | 2024-08-27T22:42:25.840Z | [ recovery-image] Aug 27 22:42:24.144 INFO O| Aug 27 22:42:24.144 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3989 | 2024-08-27T22:42:25.849Z | [ recovery-image] Aug 27 22:42:24.153 INFO O| Aug 27 22:42:24.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3990 | 2024-08-27T22:42:25.851Z | [ recovery-image] Aug 27 22:42:24.154 INFO O| Aug 27 22:42:24.154 INFO STEP 30 (remove_files) COMPLETE |
3991 | 2024-08-27T22:42:25.851Z | [ recovery-image] Aug 27 22:42:24.154 INFO O| Aug 27 22:42:24.154 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3992 | 2024-08-27T22:42:25.858Z | [ recovery-image] Aug 27 22:42:24.163 INFO O| Aug 27 22:42:24.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3993 | 2024-08-27T22:42:25.859Z | [ recovery-image] Aug 27 22:42:24.163 INFO O| Aug 27 22:42:24.163 INFO STEP 31 (remove_files) COMPLETE |
3994 | 2024-08-27T22:42:25.859Z | [ recovery-image] Aug 27 22:42:24.163 INFO O| Aug 27 22:42:24.163 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3995 | 2024-08-27T22:42:25.868Z | [ recovery-image] Aug 27 22:42:24.172 INFO O| Aug 27 22:42:24.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3996 | 2024-08-27T22:42:25.870Z | [ recovery-image] Aug 27 22:42:24.173 INFO O| Aug 27 22:42:24.173 INFO STEP 32 (remove_files) COMPLETE |
3997 | 2024-08-27T22:42:25.870Z | [ recovery-image] Aug 27 22:42:24.173 INFO O| Aug 27 22:42:24.173 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3998 | 2024-08-27T22:42:25.879Z | [ recovery-image] Aug 27 22:42:24.182 INFO O| Aug 27 22:42:24.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3999 | 2024-08-27T22:42:25.879Z | [ recovery-image] Aug 27 22:42:24.182 INFO O| Aug 27 22:42:24.182 INFO STEP 33 (remove_files) COMPLETE |
4000 | 2024-08-27T22:42:25.882Z | [ recovery-image] Aug 27 22:42:24.182 INFO O| Aug 27 22:42:24.182 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4001 | 2024-08-27T22:42:25.888Z | [ recovery-image] Aug 27 22:42:24.192 INFO O| Aug 27 22:42:24.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4002 | 2024-08-27T22:42:25.888Z | [ recovery-image] Aug 27 22:42:24.192 INFO O| Aug 27 22:42:24.192 INFO STEP 34 (remove_files) COMPLETE |
4003 | 2024-08-27T22:42:25.891Z | [ recovery-image] Aug 27 22:42:24.192 INFO O| Aug 27 22:42:24.192 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4004 | 2024-08-27T22:42:25.897Z | [ recovery-image] Aug 27 22:42:24.201 INFO O| Aug 27 22:42:24.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4005 | 2024-08-27T22:42:25.897Z | [ recovery-image] Aug 27 22:42:24.201 INFO O| Aug 27 22:42:24.201 INFO STEP 35 (remove_files) COMPLETE |
4006 | 2024-08-27T22:42:25.897Z | [ recovery-image] Aug 27 22:42:24.201 INFO O| Aug 27 22:42:24.201 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4007 | 2024-08-27T22:42:25.906Z | [ recovery-image] Aug 27 22:42:24.211 INFO O| Aug 27 22:42:24.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4008 | 2024-08-27T22:42:25.909Z | [ recovery-image] Aug 27 22:42:24.211 INFO O| Aug 27 22:42:24.211 INFO STEP 36 (remove_files) COMPLETE |
4009 | 2024-08-27T22:42:25.909Z | [ recovery-image] Aug 27 22:42:24.211 INFO O| Aug 27 22:42:24.211 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4010 | 2024-08-27T22:42:25.915Z | [ recovery-image] Aug 27 22:42:24.220 INFO O| Aug 27 22:42:24.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4011 | 2024-08-27T22:42:25.915Z | [ recovery-image] Aug 27 22:42:24.220 INFO O| Aug 27 22:42:24.220 INFO STEP 37 (remove_files) COMPLETE |
4012 | 2024-08-27T22:42:25.915Z | [ recovery-image] Aug 27 22:42:24.220 INFO O| Aug 27 22:42:24.220 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4013 | 2024-08-27T22:42:25.925Z | [ recovery-image] Aug 27 22:42:24.229 INFO O| Aug 27 22:42:24.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4014 | 2024-08-27T22:42:25.925Z | [ recovery-image] Aug 27 22:42:24.229 INFO O| Aug 27 22:42:24.229 INFO STEP 38 (remove_files) COMPLETE |
4015 | 2024-08-27T22:42:25.925Z | [ recovery-image] Aug 27 22:42:24.229 INFO O| Aug 27 22:42:24.229 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4016 | 2024-08-27T22:42:25.934Z | [ recovery-image] Aug 27 22:42:24.238 INFO O| Aug 27 22:42:24.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4017 | 2024-08-27T22:42:25.934Z | [ recovery-image] Aug 27 22:42:24.238 INFO O| Aug 27 22:42:24.238 INFO STEP 39 (remove_files) COMPLETE |
4018 | 2024-08-27T22:42:25.936Z | [ recovery-image] Aug 27 22:42:24.239 INFO O| Aug 27 22:42:24.238 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4019 | 2024-08-27T22:42:25.943Z | [ recovery-image] Aug 27 22:42:24.248 INFO O| Aug 27 22:42:24.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4020 | 2024-08-27T22:42:25.943Z | [ recovery-image] Aug 27 22:42:24.248 INFO O| Aug 27 22:42:24.248 INFO STEP 40 (remove_files) COMPLETE |
4021 | 2024-08-27T22:42:25.943Z | [ recovery-image] Aug 27 22:42:24.248 INFO O| Aug 27 22:42:24.248 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4022 | 2024-08-27T22:42:25.953Z | [ recovery-image] Aug 27 22:42:24.257 INFO O| Aug 27 22:42:24.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4023 | 2024-08-27T22:42:25.953Z | [ recovery-image] Aug 27 22:42:24.257 INFO O| Aug 27 22:42:24.257 INFO STEP 41 (remove_files) COMPLETE |
4024 | 2024-08-27T22:42:25.955Z | [ recovery-image] Aug 27 22:42:24.257 INFO O| Aug 27 22:42:24.257 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4025 | 2024-08-27T22:42:25.962Z | [ recovery-image] Aug 27 22:42:24.266 INFO O| Aug 27 22:42:24.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4026 | 2024-08-27T22:42:25.962Z | [ recovery-image] Aug 27 22:42:24.266 INFO O| Aug 27 22:42:24.266 INFO STEP 42 (remove_files) COMPLETE |
4027 | 2024-08-27T22:42:25.964Z | [ recovery-image] Aug 27 22:42:24.266 INFO O| Aug 27 22:42:24.266 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4028 | 2024-08-27T22:42:25.971Z | [ recovery-image] Aug 27 22:42:24.276 INFO O| Aug 27 22:42:24.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4029 | 2024-08-27T22:42:25.971Z | [ recovery-image] Aug 27 22:42:24.276 INFO O| Aug 27 22:42:24.276 INFO STEP 43 (remove_files) COMPLETE |
4030 | 2024-08-27T22:42:25.971Z | [ recovery-image] Aug 27 22:42:24.276 INFO O| Aug 27 22:42:24.276 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4031 | 2024-08-27T22:42:25.981Z | [ recovery-image] Aug 27 22:42:24.285 INFO O| Aug 27 22:42:24.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4032 | 2024-08-27T22:42:25.981Z | [ recovery-image] Aug 27 22:42:24.285 INFO O| Aug 27 22:42:24.285 INFO STEP 44 (remove_files) COMPLETE |
4033 | 2024-08-27T22:42:25.983Z | [ recovery-image] Aug 27 22:42:24.285 INFO O| Aug 27 22:42:24.285 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4034 | 2024-08-27T22:42:25.990Z | [ recovery-image] Aug 27 22:42:24.294 INFO O| Aug 27 22:42:24.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4035 | 2024-08-27T22:42:25.992Z | [ recovery-image] Aug 27 22:42:24.295 INFO O| Aug 27 22:42:24.295 INFO STEP 45 (remove_files) COMPLETE |
4036 | 2024-08-27T22:42:25.992Z | [ recovery-image] Aug 27 22:42:24.295 INFO O| Aug 27 22:42:24.295 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4037 | 2024-08-27T22:42:26.000Z | [ recovery-image] Aug 27 22:42:24.304 INFO O| Aug 27 22:42:24.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4038 | 2024-08-27T22:42:26.000Z | [ recovery-image] Aug 27 22:42:24.304 INFO O| Aug 27 22:42:24.304 INFO STEP 46 (remove_files) COMPLETE |
4039 | 2024-08-27T22:42:26.003Z | [ recovery-image] Aug 27 22:42:24.304 INFO O| Aug 27 22:42:24.304 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4040 | 2024-08-27T22:42:26.009Z | [ recovery-image] Aug 27 22:42:24.314 INFO O| Aug 27 22:42:24.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4041 | 2024-08-27T22:42:26.012Z | [ recovery-image] Aug 27 22:42:24.314 INFO O| Aug 27 22:42:24.314 INFO STEP 47 (remove_files) COMPLETE |
4042 | 2024-08-27T22:42:26.012Z | [ recovery-image] Aug 27 22:42:24.315 INFO O| Aug 27 22:42:24.314 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4043 | 2024-08-27T22:42:26.019Z | [ recovery-image] Aug 27 22:42:24.324 INFO O| Aug 27 22:42:24.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4044 | 2024-08-27T22:42:26.019Z | [ recovery-image] Aug 27 22:42:24.324 INFO O| Aug 27 22:42:24.324 INFO STEP 48 (remove_files) COMPLETE |
4045 | 2024-08-27T22:42:26.022Z | [ recovery-image] Aug 27 22:42:24.324 INFO O| Aug 27 22:42:24.324 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4046 | 2024-08-27T22:42:26.028Z | [ recovery-image] Aug 27 22:42:24.333 INFO O| Aug 27 22:42:24.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4047 | 2024-08-27T22:42:26.032Z | [ recovery-image] Aug 27 22:42:24.333 INFO O| Aug 27 22:42:24.333 INFO STEP 49 (remove_files) COMPLETE |
4048 | 2024-08-27T22:42:26.032Z | [ recovery-image] Aug 27 22:42:24.333 INFO O| Aug 27 22:42:24.333 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4049 | 2024-08-27T22:42:26.038Z | [ recovery-image] Aug 27 22:42:24.342 INFO O| Aug 27 22:42:24.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4050 | 2024-08-27T22:42:26.038Z | [ recovery-image] Aug 27 22:42:24.342 INFO O| Aug 27 22:42:24.342 INFO STEP 50 (remove_files) COMPLETE |
4051 | 2024-08-27T22:42:26.038Z | [ recovery-image] Aug 27 22:42:24.342 INFO O| Aug 27 22:42:24.342 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4052 | 2024-08-27T22:42:26.047Z | [ recovery-image] Aug 27 22:42:24.352 INFO O| Aug 27 22:42:24.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4053 | 2024-08-27T22:42:26.047Z | [ recovery-image] Aug 27 22:42:24.352 INFO O| Aug 27 22:42:24.352 INFO STEP 51 (remove_files) COMPLETE |
4054 | 2024-08-27T22:42:26.047Z | [ recovery-image] Aug 27 22:42:24.352 INFO O| Aug 27 22:42:24.352 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4055 | 2024-08-27T22:42:26.057Z | [ recovery-image] Aug 27 22:42:24.361 INFO O| Aug 27 22:42:24.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4056 | 2024-08-27T22:42:26.057Z | [ recovery-image] Aug 27 22:42:24.361 INFO O| Aug 27 22:42:24.361 INFO STEP 52 (remove_files) COMPLETE |
4057 | 2024-08-27T22:42:26.059Z | [ recovery-image] Aug 27 22:42:24.361 INFO O| Aug 27 22:42:24.361 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4058 | 2024-08-27T22:42:26.066Z | [ recovery-image] Aug 27 22:42:24.370 INFO O| Aug 27 22:42:24.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4059 | 2024-08-27T22:42:26.068Z | [ recovery-image] Aug 27 22:42:24.371 INFO O| Aug 27 22:42:24.371 INFO STEP 53 (remove_files) COMPLETE |
4060 | 2024-08-27T22:42:26.068Z | [ recovery-image] Aug 27 22:42:24.371 INFO O| Aug 27 22:42:24.371 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4061 | 2024-08-27T22:42:26.076Z | [ recovery-image] Aug 27 22:42:24.380 INFO O| Aug 27 22:42:24.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4062 | 2024-08-27T22:42:26.076Z | [ recovery-image] Aug 27 22:42:24.380 INFO O| Aug 27 22:42:24.380 INFO STEP 54 (remove_files) COMPLETE |
4063 | 2024-08-27T22:42:26.078Z | [ recovery-image] Aug 27 22:42:24.380 INFO O| Aug 27 22:42:24.380 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4064 | 2024-08-27T22:42:26.085Z | [ recovery-image] Aug 27 22:42:24.390 INFO O| Aug 27 22:42:24.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4065 | 2024-08-27T22:42:26.088Z | [ recovery-image] Aug 27 22:42:24.390 INFO O| Aug 27 22:42:24.390 INFO STEP 55 (remove_files) COMPLETE |
4066 | 2024-08-27T22:42:26.088Z | [ recovery-image] Aug 27 22:42:24.390 INFO O| Aug 27 22:42:24.390 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4067 | 2024-08-27T22:42:26.094Z | [ recovery-image] Aug 27 22:42:24.399 INFO O| Aug 27 22:42:24.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4068 | 2024-08-27T22:42:26.094Z | [ recovery-image] Aug 27 22:42:24.399 INFO O| Aug 27 22:42:24.399 INFO STEP 56 (remove_files) COMPLETE |
4069 | 2024-08-27T22:42:26.097Z | [ recovery-image] Aug 27 22:42:24.399 INFO O| Aug 27 22:42:24.399 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4070 | 2024-08-27T22:42:26.104Z | [ recovery-image] Aug 27 22:42:24.408 INFO O| Aug 27 22:42:24.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4071 | 2024-08-27T22:42:26.104Z | [ recovery-image] Aug 27 22:42:24.408 INFO O| Aug 27 22:42:24.408 INFO STEP 57 (remove_files) COMPLETE |
4072 | 2024-08-27T22:42:26.106Z | [ recovery-image] Aug 27 22:42:24.408 INFO O| Aug 27 22:42:24.408 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4073 | 2024-08-27T22:42:26.113Z | [ recovery-image] Aug 27 22:42:24.417 INFO O| Aug 27 22:42:24.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4074 | 2024-08-27T22:42:26.113Z | [ recovery-image] Aug 27 22:42:24.418 INFO O| Aug 27 22:42:24.417 INFO STEP 58 (remove_files) COMPLETE |
4075 | 2024-08-27T22:42:26.113Z | [ recovery-image] Aug 27 22:42:24.418 INFO O| Aug 27 22:42:24.417 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4076 | 2024-08-27T22:42:26.122Z | [ recovery-image] Aug 27 22:42:24.427 INFO O| Aug 27 22:42:24.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4077 | 2024-08-27T22:42:26.122Z | [ recovery-image] Aug 27 22:42:24.427 INFO O| Aug 27 22:42:24.427 INFO STEP 59 (remove_files) COMPLETE |
4078 | 2024-08-27T22:42:26.125Z | [ recovery-image] Aug 27 22:42:24.427 INFO O| Aug 27 22:42:24.427 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4079 | 2024-08-27T22:42:26.132Z | [ recovery-image] Aug 27 22:42:24.436 INFO O| Aug 27 22:42:24.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4080 | 2024-08-27T22:42:26.134Z | [ recovery-image] Aug 27 22:42:24.437 INFO O| Aug 27 22:42:24.437 INFO STEP 60 (remove_files) COMPLETE |
4081 | 2024-08-27T22:42:26.134Z | [ recovery-image] Aug 27 22:42:24.437 INFO O| Aug 27 22:42:24.437 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4082 | 2024-08-27T22:42:26.141Z | [ recovery-image] Aug 27 22:42:24.446 INFO O| Aug 27 22:42:24.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4083 | 2024-08-27T22:42:26.145Z | [ recovery-image] Aug 27 22:42:24.446 INFO O| Aug 27 22:42:24.446 INFO STEP 61 (remove_files) COMPLETE |
4084 | 2024-08-27T22:42:26.145Z | [ recovery-image] Aug 27 22:42:24.446 INFO O| Aug 27 22:42:24.446 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4085 | 2024-08-27T22:42:26.151Z | [ recovery-image] Aug 27 22:42:24.455 INFO O| Aug 27 22:42:24.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4086 | 2024-08-27T22:42:26.151Z | [ recovery-image] Aug 27 22:42:24.455 INFO O| Aug 27 22:42:24.455 INFO STEP 62 (remove_files) COMPLETE |
4087 | 2024-08-27T22:42:26.154Z | [ recovery-image] Aug 27 22:42:24.455 INFO O| Aug 27 22:42:24.455 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4088 | 2024-08-27T22:42:26.160Z | [ recovery-image] Aug 27 22:42:24.464 INFO O| Aug 27 22:42:24.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4089 | 2024-08-27T22:42:26.160Z | [ recovery-image] Aug 27 22:42:24.464 INFO O| Aug 27 22:42:24.464 INFO STEP 63 (remove_files) COMPLETE |
4090 | 2024-08-27T22:42:26.160Z | [ recovery-image] Aug 27 22:42:24.464 INFO O| Aug 27 22:42:24.464 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4091 | 2024-08-27T22:42:26.169Z | [ recovery-image] Aug 27 22:42:24.474 INFO O| Aug 27 22:42:24.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4092 | 2024-08-27T22:42:26.169Z | [ recovery-image] Aug 27 22:42:24.474 INFO O| Aug 27 22:42:24.474 INFO STEP 64 (remove_files) COMPLETE |
4093 | 2024-08-27T22:42:26.172Z | [ recovery-image] Aug 27 22:42:24.474 INFO O| Aug 27 22:42:24.474 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4094 | 2024-08-27T22:42:26.179Z | [ recovery-image] Aug 27 22:42:24.483 INFO O| Aug 27 22:42:24.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4095 | 2024-08-27T22:42:26.179Z | [ recovery-image] Aug 27 22:42:24.483 INFO O| Aug 27 22:42:24.483 INFO STEP 65 (remove_files) COMPLETE |
4096 | 2024-08-27T22:42:26.181Z | [ recovery-image] Aug 27 22:42:24.483 INFO O| Aug 27 22:42:24.483 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4097 | 2024-08-27T22:42:26.188Z | [ recovery-image] Aug 27 22:42:24.492 INFO O| Aug 27 22:42:24.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4098 | 2024-08-27T22:42:26.190Z | [ recovery-image] Aug 27 22:42:24.492 INFO O| Aug 27 22:42:24.492 INFO STEP 66 (remove_files) COMPLETE |
4099 | 2024-08-27T22:42:26.190Z | [ recovery-image] Aug 27 22:42:24.492 INFO O| Aug 27 22:42:24.492 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4100 | 2024-08-27T22:42:26.197Z | [ recovery-image] Aug 27 22:42:24.502 INFO O| Aug 27 22:42:24.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4101 | 2024-08-27T22:42:26.200Z | [ recovery-image] Aug 27 22:42:24.502 INFO O| Aug 27 22:42:24.502 INFO STEP 67 (remove_files) COMPLETE |
4102 | 2024-08-27T22:42:26.200Z | [ recovery-image] Aug 27 22:42:24.502 INFO O| Aug 27 22:42:24.502 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4103 | 2024-08-27T22:42:26.207Z | [ recovery-image] Aug 27 22:42:24.512 INFO O| Aug 27 22:42:24.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4104 | 2024-08-27T22:42:26.210Z | [ recovery-image] Aug 27 22:42:24.512 INFO O| Aug 27 22:42:24.512 INFO STEP 68 (remove_files) COMPLETE |
4105 | 2024-08-27T22:42:26.210Z | [ recovery-image] Aug 27 22:42:24.512 INFO O| Aug 27 22:42:24.512 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4106 | 2024-08-27T22:42:26.217Z | [ recovery-image] Aug 27 22:42:24.522 INFO O| Aug 27 22:42:24.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4107 | 2024-08-27T22:42:26.220Z | [ recovery-image] Aug 27 22:42:24.522 INFO O| Aug 27 22:42:24.522 INFO STEP 69 (remove_files) COMPLETE |
4108 | 2024-08-27T22:42:26.220Z | [ recovery-image] Aug 27 22:42:24.522 INFO O| Aug 27 22:42:24.522 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4109 | 2024-08-27T22:42:26.226Z | [ recovery-image] Aug 27 22:42:24.531 INFO O| Aug 27 22:42:24.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4110 | 2024-08-27T22:42:26.226Z | [ recovery-image] Aug 27 22:42:24.531 INFO O| Aug 27 22:42:24.531 INFO STEP 70 (remove_files) COMPLETE |
4111 | 2024-08-27T22:42:26.226Z | [ recovery-image] Aug 27 22:42:24.531 INFO O| Aug 27 22:42:24.531 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4112 | 2024-08-27T22:42:26.236Z | [ recovery-image] Aug 27 22:42:24.540 INFO O| Aug 27 22:42:24.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4113 | 2024-08-27T22:42:26.236Z | [ recovery-image] Aug 27 22:42:24.540 INFO O| Aug 27 22:42:24.540 INFO STEP 71 (remove_files) COMPLETE |
4114 | 2024-08-27T22:42:26.238Z | [ recovery-image] Aug 27 22:42:24.540 INFO O| Aug 27 22:42:24.540 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4115 | 2024-08-27T22:42:26.245Z | [ recovery-image] Aug 27 22:42:24.549 INFO O| Aug 27 22:42:24.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4116 | 2024-08-27T22:42:26.245Z | [ recovery-image] Aug 27 22:42:24.549 INFO O| Aug 27 22:42:24.549 INFO STEP 72 (remove_files) COMPLETE |
4117 | 2024-08-27T22:42:26.247Z | [ recovery-image] Aug 27 22:42:24.549 INFO O| Aug 27 22:42:24.549 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4118 | 2024-08-27T22:42:26.254Z | [ recovery-image] Aug 27 22:42:24.559 INFO O| Aug 27 22:42:24.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4119 | 2024-08-27T22:42:26.254Z | [ recovery-image] Aug 27 22:42:24.559 INFO O| Aug 27 22:42:24.559 INFO STEP 73 (remove_files) COMPLETE |
4120 | 2024-08-27T22:42:26.254Z | [ recovery-image] Aug 27 22:42:24.559 INFO O| Aug 27 22:42:24.559 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4121 | 2024-08-27T22:42:26.264Z | [ recovery-image] Aug 27 22:42:24.568 INFO O| Aug 27 22:42:24.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4122 | 2024-08-27T22:42:26.264Z | [ recovery-image] Aug 27 22:42:24.568 INFO O| Aug 27 22:42:24.568 INFO STEP 74 (remove_files) COMPLETE |
4123 | 2024-08-27T22:42:26.266Z | [ recovery-image] Aug 27 22:42:24.568 INFO O| Aug 27 22:42:24.568 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4124 | 2024-08-27T22:42:26.273Z | [ recovery-image] Aug 27 22:42:24.578 INFO O| Aug 27 22:42:24.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4125 | 2024-08-27T22:42:26.276Z | [ recovery-image] Aug 27 22:42:24.578 INFO O| Aug 27 22:42:24.578 INFO STEP 75 (remove_files) COMPLETE |
4126 | 2024-08-27T22:42:26.276Z | [ recovery-image] Aug 27 22:42:24.578 INFO O| Aug 27 22:42:24.578 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4127 | 2024-08-27T22:42:26.282Z | [ recovery-image] Aug 27 22:42:24.587 INFO O| Aug 27 22:42:24.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4128 | 2024-08-27T22:42:26.285Z | [ recovery-image] Aug 27 22:42:24.587 INFO O| Aug 27 22:42:24.587 INFO STEP 76 (remove_files) COMPLETE |
4129 | 2024-08-27T22:42:26.285Z | [ recovery-image] Aug 27 22:42:24.587 INFO O| Aug 27 22:42:24.587 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4130 | 2024-08-27T22:42:26.292Z | [ recovery-image] Aug 27 22:42:24.596 INFO O| Aug 27 22:42:24.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4131 | 2024-08-27T22:42:26.292Z | [ recovery-image] Aug 27 22:42:24.596 INFO O| Aug 27 22:42:24.596 INFO STEP 77 (remove_files) COMPLETE |
4132 | 2024-08-27T22:42:26.294Z | [ recovery-image] Aug 27 22:42:24.596 INFO O| Aug 27 22:42:24.596 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4133 | 2024-08-27T22:42:26.301Z | [ recovery-image] Aug 27 22:42:24.605 INFO O| Aug 27 22:42:24.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4134 | 2024-08-27T22:42:26.301Z | [ recovery-image] Aug 27 22:42:24.605 INFO O| Aug 27 22:42:24.605 INFO STEP 78 (remove_files) COMPLETE |
4135 | 2024-08-27T22:42:26.301Z | [ recovery-image] Aug 27 22:42:24.606 INFO O| Aug 27 22:42:24.605 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4136 | 2024-08-27T22:42:26.310Z | [ recovery-image] Aug 27 22:42:24.615 INFO O| Aug 27 22:42:24.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4137 | 2024-08-27T22:42:26.310Z | [ recovery-image] Aug 27 22:42:24.615 INFO O| Aug 27 22:42:24.615 INFO STEP 79 (remove_files) COMPLETE |
4138 | 2024-08-27T22:42:26.310Z | [ recovery-image] Aug 27 22:42:24.615 INFO O| Aug 27 22:42:24.615 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4139 | 2024-08-27T22:42:26.320Z | [ recovery-image] Aug 27 22:42:24.624 INFO O| Aug 27 22:42:24.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4140 | 2024-08-27T22:42:26.322Z | [ recovery-image] Aug 27 22:42:24.624 INFO O| Aug 27 22:42:24.624 INFO STEP 80 (remove_files) COMPLETE |
4141 | 2024-08-27T22:42:26.322Z | [ recovery-image] Aug 27 22:42:24.624 INFO O| Aug 27 22:42:24.624 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-08-27T22:42:26.329Z | [ recovery-image] Aug 27 22:42:24.633 INFO O| Aug 27 22:42:24.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4143 | 2024-08-27T22:42:26.329Z | [ recovery-image] Aug 27 22:42:24.633 INFO O| Aug 27 22:42:24.633 INFO STEP 81 (remove_files) COMPLETE |
4144 | 2024-08-27T22:42:26.332Z | [ recovery-image] Aug 27 22:42:24.633 INFO O| Aug 27 22:42:24.633 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-08-27T22:42:26.338Z | [ recovery-image] Aug 27 22:42:24.643 INFO O| Aug 27 22:42:24.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4146 | 2024-08-27T22:42:26.338Z | [ recovery-image] Aug 27 22:42:24.643 INFO O| Aug 27 22:42:24.643 INFO STEP 82 (remove_files) COMPLETE |
4147 | 2024-08-27T22:42:26.341Z | [ recovery-image] Aug 27 22:42:24.643 INFO O| Aug 27 22:42:24.643 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-08-27T22:42:26.349Z | [ recovery-image] Aug 27 22:42:24.652 INFO O| Aug 27 22:42:24.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4149 | 2024-08-27T22:42:26.349Z | [ recovery-image] Aug 27 22:42:24.652 INFO O| Aug 27 22:42:24.652 INFO STEP 83 (remove_files) COMPLETE |
4150 | 2024-08-27T22:42:26.349Z | [ recovery-image] Aug 27 22:42:24.652 INFO O| Aug 27 22:42:24.652 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-08-27T22:42:26.357Z | [ recovery-image] Aug 27 22:42:24.661 INFO O| Aug 27 22:42:24.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4152 | 2024-08-27T22:42:26.357Z | [ recovery-image] Aug 27 22:42:24.662 INFO O| Aug 27 22:42:24.661 INFO STEP 84 (remove_files) COMPLETE |
4153 | 2024-08-27T22:42:26.357Z | [ recovery-image] Aug 27 22:42:24.662 INFO O| Aug 27 22:42:24.662 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-08-27T22:42:26.366Z | [ recovery-image] Aug 27 22:42:24.671 INFO O| Aug 27 22:42:24.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4155 | 2024-08-27T22:42:26.369Z | [ recovery-image] Aug 27 22:42:24.671 INFO O| Aug 27 22:42:24.671 INFO STEP 85 (remove_files) COMPLETE |
4156 | 2024-08-27T22:42:26.369Z | [ recovery-image] Aug 27 22:42:24.671 INFO O| Aug 27 22:42:24.671 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-08-27T22:42:26.376Z | [ recovery-image] Aug 27 22:42:24.680 INFO O| Aug 27 22:42:24.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4158 | 2024-08-27T22:42:26.376Z | [ recovery-image] Aug 27 22:42:24.680 INFO O| Aug 27 22:42:24.680 INFO STEP 86 (remove_files) COMPLETE |
4159 | 2024-08-27T22:42:26.376Z | [ recovery-image] Aug 27 22:42:24.680 INFO O| Aug 27 22:42:24.680 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-08-27T22:42:26.385Z | [ recovery-image] Aug 27 22:42:24.689 INFO O| Aug 27 22:42:24.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4161 | 2024-08-27T22:42:26.390Z | [ recovery-image] Aug 27 22:42:24.690 INFO O| Aug 27 22:42:24.690 INFO STEP 87 (remove_files) COMPLETE |
4162 | 2024-08-27T22:42:26.390Z | [ recovery-image] Aug 27 22:42:24.690 INFO O| Aug 27 22:42:24.690 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-08-27T22:42:26.394Z | [ recovery-image] Aug 27 22:42:24.699 INFO O| Aug 27 22:42:24.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4164 | 2024-08-27T22:42:26.398Z | [ recovery-image] Aug 27 22:42:24.699 INFO O| Aug 27 22:42:24.699 INFO STEP 88 (remove_files) COMPLETE |
4165 | 2024-08-27T22:42:26.398Z | [ recovery-image] Aug 27 22:42:24.699 INFO O| Aug 27 22:42:24.699 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-08-27T22:42:26.404Z | [ recovery-image] Aug 27 22:42:24.708 INFO O| Aug 27 22:42:24.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4167 | 2024-08-27T22:42:26.407Z | [ recovery-image] Aug 27 22:42:24.708 INFO O| Aug 27 22:42:24.708 INFO STEP 89 (remove_files) COMPLETE |
4168 | 2024-08-27T22:42:26.407Z | [ recovery-image] Aug 27 22:42:24.708 INFO O| Aug 27 22:42:24.708 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-08-27T22:42:26.413Z | [ recovery-image] Aug 27 22:42:24.718 INFO O| Aug 27 22:42:24.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4170 | 2024-08-27T22:42:26.413Z | [ recovery-image] Aug 27 22:42:24.718 INFO O| Aug 27 22:42:24.718 INFO STEP 90 (remove_files) COMPLETE |
4171 | 2024-08-27T22:42:26.413Z | [ recovery-image] Aug 27 22:42:24.718 INFO O| Aug 27 22:42:24.718 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-08-27T22:42:26.422Z | [ recovery-image] Aug 27 22:42:24.727 INFO O| Aug 27 22:42:24.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4173 | 2024-08-27T22:42:26.422Z | [ recovery-image] Aug 27 22:42:24.727 INFO O| Aug 27 22:42:24.727 INFO STEP 91 (remove_files) COMPLETE |
4174 | 2024-08-27T22:42:26.425Z | [ recovery-image] Aug 27 22:42:24.727 INFO O| Aug 27 22:42:24.727 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-08-27T22:42:26.432Z | [ recovery-image] Aug 27 22:42:24.736 INFO O| Aug 27 22:42:24.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4176 | 2024-08-27T22:42:26.434Z | [ recovery-image] Aug 27 22:42:24.736 INFO O| Aug 27 22:42:24.736 INFO STEP 92 (remove_files) COMPLETE |
4177 | 2024-08-27T22:42:26.434Z | [ recovery-image] Aug 27 22:42:24.736 INFO O| Aug 27 22:42:24.736 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4178 | 2024-08-27T22:42:26.441Z | [ recovery-image] Aug 27 22:42:24.746 INFO O| Aug 27 22:42:24.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4179 | 2024-08-27T22:42:26.444Z | [ recovery-image] Aug 27 22:42:24.746 INFO O| Aug 27 22:42:24.746 INFO STEP 93 (remove_files) COMPLETE |
4180 | 2024-08-27T22:42:26.444Z | [ recovery-image] Aug 27 22:42:24.746 INFO O| Aug 27 22:42:24.746 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4181 | 2024-08-27T22:42:26.450Z | [ recovery-image] Aug 27 22:42:24.755 INFO O| Aug 27 22:42:24.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4182 | 2024-08-27T22:42:26.453Z | [ recovery-image] Aug 27 22:42:24.756 INFO O| Aug 27 22:42:24.756 INFO STEP 94 (remove_files) COMPLETE |
4183 | 2024-08-27T22:42:26.453Z | [ recovery-image] Aug 27 22:42:24.756 INFO O| Aug 27 22:42:24.756 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4184 | 2024-08-27T22:42:26.461Z | [ recovery-image] Aug 27 22:42:24.765 INFO O| Aug 27 22:42:24.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4185 | 2024-08-27T22:42:26.463Z | [ recovery-image] Aug 27 22:42:24.766 INFO O| Aug 27 22:42:24.766 INFO STEP 95 (remove_files) COMPLETE |
4186 | 2024-08-27T22:42:26.463Z | [ recovery-image] Aug 27 22:42:24.766 INFO O| Aug 27 22:42:24.766 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4187 | 2024-08-27T22:42:26.472Z | [ recovery-image] Aug 27 22:42:24.775 INFO O| Aug 27 22:42:24.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4188 | 2024-08-27T22:42:26.472Z | [ recovery-image] Aug 27 22:42:24.776 INFO O| Aug 27 22:42:24.775 INFO STEP 96 (remove_files) COMPLETE |
4189 | 2024-08-27T22:42:26.475Z | [ recovery-image] Aug 27 22:42:24.776 INFO O| Aug 27 22:42:24.775 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4190 | 2024-08-27T22:42:26.482Z | [ recovery-image] Aug 27 22:42:24.785 INFO O| Aug 27 22:42:24.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4191 | 2024-08-27T22:42:26.485Z | [ recovery-image] Aug 27 22:42:24.785 INFO O| Aug 27 22:42:24.785 INFO STEP 97 (remove_files) COMPLETE |
4192 | 2024-08-27T22:42:26.485Z | [ recovery-image] Aug 27 22:42:24.785 INFO O| Aug 27 22:42:24.785 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4193 | 2024-08-27T22:42:26.490Z | [ recovery-image] Aug 27 22:42:24.794 INFO O| Aug 27 22:42:24.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4194 | 2024-08-27T22:42:26.490Z | [ host-image] Aug 27 22:42:24.794 INFO O| Aug 27 22:42:24.794 INFO O| Download: 18943/22728 items 162.7/196.4MB 82% complete (2.0M/s) |
4195 | 2024-08-27T22:42:26.492Z | [ recovery-image] Aug 27 22:42:24.794 INFO O| Aug 27 22:42:24.794 INFO STEP 98 (remove_files) COMPLETE |
4196 | 2024-08-27T22:42:26.492Z | [ recovery-image] Aug 27 22:42:24.794 INFO O| Aug 27 22:42:24.794 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4197 | 2024-08-27T22:42:26.499Z | [ recovery-image] Aug 27 22:42:24.803 INFO O| Aug 27 22:42:24.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4198 | 2024-08-27T22:42:26.499Z | [ recovery-image] Aug 27 22:42:24.804 INFO O| Aug 27 22:42:24.803 INFO STEP 99 (remove_files) COMPLETE |
4199 | 2024-08-27T22:42:26.501Z | [ recovery-image] Aug 27 22:42:24.804 INFO O| Aug 27 22:42:24.803 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4200 | 2024-08-27T22:42:26.509Z | [ recovery-image] Aug 27 22:42:24.813 INFO O| Aug 27 22:42:24.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4201 | 2024-08-27T22:42:26.509Z | [ recovery-image] Aug 27 22:42:24.813 INFO O| Aug 27 22:42:24.813 INFO STEP 100 (remove_files) COMPLETE |
4202 | 2024-08-27T22:42:26.509Z | [ recovery-image] Aug 27 22:42:24.813 INFO O| Aug 27 22:42:24.813 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4203 | 2024-08-27T22:42:26.518Z | [ recovery-image] Aug 27 22:42:24.822 INFO O| Aug 27 22:42:24.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4204 | 2024-08-27T22:42:26.523Z | [ recovery-image] Aug 27 22:42:24.823 INFO O| Aug 27 22:42:24.823 INFO STEP 101 (remove_files) COMPLETE |
4205 | 2024-08-27T22:42:26.523Z | [ recovery-image] Aug 27 22:42:24.823 INFO O| Aug 27 22:42:24.823 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4206 | 2024-08-27T22:42:26.528Z | [ recovery-image] Aug 27 22:42:24.832 INFO O| Aug 27 22:42:24.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4207 | 2024-08-27T22:42:26.528Z | [ recovery-image] Aug 27 22:42:24.832 INFO O| Aug 27 22:42:24.832 INFO STEP 102 (remove_files) COMPLETE |
4208 | 2024-08-27T22:42:26.528Z | [ recovery-image] Aug 27 22:42:24.832 INFO O| Aug 27 22:42:24.832 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4209 | 2024-08-27T22:42:26.538Z | [ recovery-image] Aug 27 22:42:24.842 INFO O| Aug 27 22:42:24.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4210 | 2024-08-27T22:42:26.538Z | [ recovery-image] Aug 27 22:42:24.842 INFO O| Aug 27 22:42:24.842 INFO STEP 103 (remove_files) COMPLETE |
4211 | 2024-08-27T22:42:26.541Z | [ recovery-image] Aug 27 22:42:24.842 INFO O| Aug 27 22:42:24.842 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4212 | 2024-08-27T22:42:26.547Z | [ recovery-image] Aug 27 22:42:24.851 INFO O| Aug 27 22:42:24.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4213 | 2024-08-27T22:42:26.547Z | [ recovery-image] Aug 27 22:42:24.851 INFO O| Aug 27 22:42:24.851 INFO STEP 104 (remove_files) COMPLETE |
4214 | 2024-08-27T22:42:26.547Z | [ recovery-image] Aug 27 22:42:24.851 INFO O| Aug 27 22:42:24.851 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4215 | 2024-08-27T22:42:26.556Z | [ recovery-image] Aug 27 22:42:24.861 INFO O| Aug 27 22:42:24.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4216 | 2024-08-27T22:42:26.559Z | [ recovery-image] Aug 27 22:42:24.861 INFO O| Aug 27 22:42:24.861 INFO STEP 105 (remove_files) COMPLETE |
4217 | 2024-08-27T22:42:26.559Z | [ recovery-image] Aug 27 22:42:24.861 INFO O| Aug 27 22:42:24.861 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4218 | 2024-08-27T22:42:26.566Z | [ recovery-image] Aug 27 22:42:24.870 INFO O| Aug 27 22:42:24.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4219 | 2024-08-27T22:42:26.566Z | [ recovery-image] Aug 27 22:42:24.870 INFO O| Aug 27 22:42:24.870 INFO STEP 106 (remove_files) COMPLETE |
4220 | 2024-08-27T22:42:26.566Z | [ recovery-image] Aug 27 22:42:24.870 INFO O| Aug 27 22:42:24.870 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4221 | 2024-08-27T22:42:26.575Z | [ recovery-image] Aug 27 22:42:24.879 INFO O| Aug 27 22:42:24.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4222 | 2024-08-27T22:42:26.577Z | [ recovery-image] Aug 27 22:42:24.879 INFO O| Aug 27 22:42:24.879 INFO STEP 107 (remove_files) COMPLETE |
4223 | 2024-08-27T22:42:26.577Z | [ recovery-image] Aug 27 22:42:24.879 INFO O| Aug 27 22:42:24.879 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4224 | 2024-08-27T22:42:26.588Z | [ recovery-image] Aug 27 22:42:24.889 INFO O| Aug 27 22:42:24.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4225 | 2024-08-27T22:42:26.592Z | [ recovery-image] Aug 27 22:42:24.889 INFO O| Aug 27 22:42:24.889 INFO STEP 108 (remove_files) COMPLETE |
4226 | 2024-08-27T22:42:26.592Z | [ recovery-image] Aug 27 22:42:24.889 INFO O| Aug 27 22:42:24.889 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4227 | 2024-08-27T22:42:26.595Z | [ recovery-image] Aug 27 22:42:24.898 INFO O| Aug 27 22:42:24.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4228 | 2024-08-27T22:42:26.595Z | [ recovery-image] Aug 27 22:42:24.898 INFO O| Aug 27 22:42:24.898 INFO STEP 109 (remove_files) COMPLETE |
4229 | 2024-08-27T22:42:26.595Z | [ recovery-image] Aug 27 22:42:24.898 INFO O| Aug 27 22:42:24.898 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4230 | 2024-08-27T22:42:26.603Z | [ recovery-image] Aug 27 22:42:24.907 INFO O| Aug 27 22:42:24.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4231 | 2024-08-27T22:42:26.603Z | [ recovery-image] Aug 27 22:42:24.907 INFO O| Aug 27 22:42:24.907 INFO STEP 110 (remove_files) COMPLETE |
4232 | 2024-08-27T22:42:26.606Z | [ recovery-image] Aug 27 22:42:24.907 INFO O| Aug 27 22:42:24.907 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4233 | 2024-08-27T22:42:26.613Z | [ recovery-image] Aug 27 22:42:24.917 INFO O| Aug 27 22:42:24.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4234 | 2024-08-27T22:42:26.613Z | [ recovery-image] Aug 27 22:42:24.917 INFO O| Aug 27 22:42:24.917 INFO STEP 111 (remove_files) COMPLETE |
4235 | 2024-08-27T22:42:26.613Z | [ recovery-image] Aug 27 22:42:24.917 INFO O| Aug 27 22:42:24.917 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4236 | 2024-08-27T22:42:26.623Z | [ recovery-image] Aug 27 22:42:24.926 INFO O| Aug 27 22:42:24.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4237 | 2024-08-27T22:42:26.623Z | [ recovery-image] Aug 27 22:42:24.926 INFO O| Aug 27 22:42:24.926 INFO STEP 112 (remove_files) COMPLETE |
4238 | 2024-08-27T22:42:26.625Z | [ recovery-image] Aug 27 22:42:24.926 INFO O| Aug 27 22:42:24.926 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4239 | 2024-08-27T22:42:26.632Z | [ recovery-image] Aug 27 22:42:24.936 INFO O| Aug 27 22:42:24.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4240 | 2024-08-27T22:42:26.632Z | [ recovery-image] Aug 27 22:42:24.936 INFO O| Aug 27 22:42:24.936 INFO STEP 113 (remove_files) COMPLETE |
4241 | 2024-08-27T22:42:26.635Z | [ recovery-image] Aug 27 22:42:24.936 INFO O| Aug 27 22:42:24.936 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4242 | 2024-08-27T22:42:26.641Z | [ recovery-image] Aug 27 22:42:24.945 INFO O| Aug 27 22:42:24.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4243 | 2024-08-27T22:42:26.643Z | [ recovery-image] Aug 27 22:42:24.946 INFO O| Aug 27 22:42:24.946 INFO STEP 114 (remove_files) COMPLETE |
4244 | 2024-08-27T22:42:26.643Z | [ recovery-image] Aug 27 22:42:24.946 INFO O| Aug 27 22:42:24.946 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4245 | 2024-08-27T22:42:26.650Z | [ recovery-image] Aug 27 22:42:24.955 INFO O| Aug 27 22:42:24.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4246 | 2024-08-27T22:42:26.650Z | [ recovery-image] Aug 27 22:42:24.955 INFO O| Aug 27 22:42:24.955 INFO STEP 115 (remove_files) COMPLETE |
4247 | 2024-08-27T22:42:26.650Z | [ recovery-image] Aug 27 22:42:24.955 INFO O| Aug 27 22:42:24.955 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4248 | 2024-08-27T22:42:26.660Z | [ recovery-image] Aug 27 22:42:24.964 INFO O| Aug 27 22:42:24.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4249 | 2024-08-27T22:42:26.660Z | [ recovery-image] Aug 27 22:42:24.964 INFO O| Aug 27 22:42:24.964 INFO STEP 116 (remove_files) COMPLETE |
4250 | 2024-08-27T22:42:26.660Z | [ recovery-image] Aug 27 22:42:24.964 INFO O| Aug 27 22:42:24.964 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4251 | 2024-08-27T22:42:26.669Z | [ recovery-image] Aug 27 22:42:24.973 INFO O| Aug 27 22:42:24.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4252 | 2024-08-27T22:42:26.671Z | [ recovery-image] Aug 27 22:42:24.974 INFO O| Aug 27 22:42:24.974 INFO STEP 117 (remove_files) COMPLETE |
4253 | 2024-08-27T22:42:26.671Z | [ recovery-image] Aug 27 22:42:24.974 INFO O| Aug 27 22:42:24.974 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4254 | 2024-08-27T22:42:26.679Z | [ recovery-image] Aug 27 22:42:24.984 INFO O| Aug 27 22:42:24.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4255 | 2024-08-27T22:42:26.679Z | [ recovery-image] Aug 27 22:42:24.984 INFO O| Aug 27 22:42:24.984 INFO STEP 118 (remove_files) COMPLETE |
4256 | 2024-08-27T22:42:26.682Z | [ recovery-image] Aug 27 22:42:24.984 INFO O| Aug 27 22:42:24.984 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4257 | 2024-08-27T22:42:26.689Z | [ recovery-image] Aug 27 22:42:24.993 INFO O| Aug 27 22:42:24.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4258 | 2024-08-27T22:42:26.689Z | [ recovery-image] Aug 27 22:42:24.993 INFO O| Aug 27 22:42:24.993 INFO STEP 119 (remove_files) COMPLETE |
4259 | 2024-08-27T22:42:26.691Z | [ recovery-image] Aug 27 22:42:24.993 INFO O| Aug 27 22:42:24.993 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4260 | 2024-08-27T22:42:26.698Z | [ recovery-image] Aug 27 22:42:25.003 INFO O| Aug 27 22:42:25.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4261 | 2024-08-27T22:42:26.698Z | [ recovery-image] Aug 27 22:42:25.003 INFO O| Aug 27 22:42:25.003 INFO STEP 120 (remove_files) COMPLETE |
4262 | 2024-08-27T22:42:26.699Z | [ recovery-image] Aug 27 22:42:25.003 INFO O| Aug 27 22:42:25.003 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4263 | 2024-08-27T22:42:26.709Z | [ recovery-image] Aug 27 22:42:25.013 INFO O| Aug 27 22:42:25.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4264 | 2024-08-27T22:42:26.709Z | [ recovery-image] Aug 27 22:42:25.013 INFO O| Aug 27 22:42:25.013 INFO STEP 121 (remove_files) COMPLETE |
4265 | 2024-08-27T22:42:26.709Z | [ recovery-image] Aug 27 22:42:25.013 INFO O| Aug 27 22:42:25.013 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4266 | 2024-08-27T22:42:26.718Z | [ recovery-image] Aug 27 22:42:25.022 INFO O| Aug 27 22:42:25.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4267 | 2024-08-27T22:42:26.718Z | [ recovery-image] Aug 27 22:42:25.022 INFO O| Aug 27 22:42:25.022 INFO STEP 122 (remove_files) COMPLETE |
4268 | 2024-08-27T22:42:26.720Z | [ recovery-image] Aug 27 22:42:25.022 INFO O| Aug 27 22:42:25.022 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4269 | 2024-08-27T22:42:26.727Z | [ recovery-image] Aug 27 22:42:25.031 INFO O| Aug 27 22:42:25.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4270 | 2024-08-27T22:42:26.729Z | [ recovery-image] Aug 27 22:42:25.031 INFO O| Aug 27 22:42:25.031 INFO STEP 123 (remove_files) COMPLETE |
4271 | 2024-08-27T22:42:26.729Z | [ recovery-image] Aug 27 22:42:25.031 INFO O| Aug 27 22:42:25.031 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4272 | 2024-08-27T22:42:26.737Z | [ recovery-image] Aug 27 22:42:25.041 INFO O| Aug 27 22:42:25.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4273 | 2024-08-27T22:42:26.737Z | [ recovery-image] Aug 27 22:42:25.041 INFO O| Aug 27 22:42:25.041 INFO STEP 124 (remove_files) COMPLETE |
4274 | 2024-08-27T22:42:26.740Z | [ recovery-image] Aug 27 22:42:25.041 INFO O| Aug 27 22:42:25.041 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4275 | 2024-08-27T22:42:26.746Z | [ recovery-image] Aug 27 22:42:25.050 INFO O| Aug 27 22:42:25.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4276 | 2024-08-27T22:42:26.746Z | [ recovery-image] Aug 27 22:42:25.050 INFO O| Aug 27 22:42:25.050 INFO STEP 125 (remove_files) COMPLETE |
4277 | 2024-08-27T22:42:26.748Z | [ recovery-image] Aug 27 22:42:25.050 INFO O| Aug 27 22:42:25.050 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4278 | 2024-08-27T22:42:26.755Z | [ recovery-image] Aug 27 22:42:25.059 INFO O| Aug 27 22:42:25.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4279 | 2024-08-27T22:42:26.758Z | [ recovery-image] Aug 27 22:42:25.059 INFO O| Aug 27 22:42:25.059 INFO STEP 126 (remove_files) COMPLETE |
4280 | 2024-08-27T22:42:26.758Z | [ recovery-image] Aug 27 22:42:25.059 INFO O| Aug 27 22:42:25.059 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4281 | 2024-08-27T22:42:26.766Z | [ recovery-image] Aug 27 22:42:25.069 INFO O| Aug 27 22:42:25.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4282 | 2024-08-27T22:42:26.766Z | [ recovery-image] Aug 27 22:42:25.069 INFO O| Aug 27 22:42:25.069 INFO STEP 127 (remove_files) COMPLETE |
4283 | 2024-08-27T22:42:26.766Z | [ recovery-image] Aug 27 22:42:25.069 INFO O| Aug 27 22:42:25.069 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4284 | 2024-08-27T22:42:26.774Z | [ recovery-image] Aug 27 22:42:25.078 INFO O| Aug 27 22:42:25.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4285 | 2024-08-27T22:42:26.774Z | [ recovery-image] Aug 27 22:42:25.078 INFO O| Aug 27 22:42:25.078 INFO STEP 128 (remove_files) COMPLETE |
4286 | 2024-08-27T22:42:26.774Z | [ recovery-image] Aug 27 22:42:25.078 INFO O| Aug 27 22:42:25.078 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4287 | 2024-08-27T22:42:26.784Z | [ recovery-image] Aug 27 22:42:25.087 INFO O| Aug 27 22:42:25.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4288 | 2024-08-27T22:42:26.784Z | [ recovery-image] Aug 27 22:42:25.087 INFO O| Aug 27 22:42:25.087 INFO STEP 129 (remove_files) COMPLETE |
4289 | 2024-08-27T22:42:26.787Z | [ recovery-image] Aug 27 22:42:25.087 INFO O| Aug 27 22:42:25.087 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4290 | 2024-08-27T22:42:26.794Z | [ recovery-image] Aug 27 22:42:25.097 INFO O| Aug 27 22:42:25.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4291 | 2024-08-27T22:42:26.794Z | [ recovery-image] Aug 27 22:42:25.097 INFO O| Aug 27 22:42:25.097 INFO STEP 130 (remove_files) COMPLETE |
4292 | 2024-08-27T22:42:26.798Z | [ recovery-image] Aug 27 22:42:25.097 INFO O| Aug 27 22:42:25.097 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4293 | 2024-08-27T22:42:26.803Z | [ recovery-image] Aug 27 22:42:25.106 INFO O| Aug 27 22:42:25.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4294 | 2024-08-27T22:42:26.803Z | [ recovery-image] Aug 27 22:42:25.106 INFO O| Aug 27 22:42:25.106 INFO STEP 131 (remove_files) COMPLETE |
4295 | 2024-08-27T22:42:26.805Z | [ recovery-image] Aug 27 22:42:25.106 INFO O| Aug 27 22:42:25.106 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4296 | 2024-08-27T22:42:26.811Z | [ recovery-image] Aug 27 22:42:25.116 INFO O| Aug 27 22:42:25.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4297 | 2024-08-27T22:42:26.811Z | [ recovery-image] Aug 27 22:42:25.116 INFO O| Aug 27 22:42:25.116 INFO STEP 132 (remove_files) COMPLETE |
4298 | 2024-08-27T22:42:26.814Z | [ recovery-image] Aug 27 22:42:25.116 INFO O| Aug 27 22:42:25.116 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-08-27T22:42:26.821Z | [ recovery-image] Aug 27 22:42:25.125 INFO O| Aug 27 22:42:25.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4300 | 2024-08-27T22:42:26.821Z | [ recovery-image] Aug 27 22:42:25.125 INFO O| Aug 27 22:42:25.125 INFO STEP 133 (remove_files) COMPLETE |
4301 | 2024-08-27T22:42:26.823Z | [ recovery-image] Aug 27 22:42:25.125 INFO O| Aug 27 22:42:25.125 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4302 | 2024-08-27T22:42:26.830Z | [ recovery-image] Aug 27 22:42:25.134 INFO O| Aug 27 22:42:25.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4303 | 2024-08-27T22:42:26.830Z | [ recovery-image] Aug 27 22:42:25.134 INFO O| Aug 27 22:42:25.134 INFO STEP 134 (remove_files) COMPLETE |
4304 | 2024-08-27T22:42:26.832Z | [ recovery-image] Aug 27 22:42:25.134 INFO O| Aug 27 22:42:25.134 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4305 | 2024-08-27T22:42:26.841Z | [ recovery-image] Aug 27 22:42:25.144 INFO O| Aug 27 22:42:25.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4306 | 2024-08-27T22:42:26.844Z | [ recovery-image] Aug 27 22:42:25.145 INFO O| Aug 27 22:42:25.144 INFO STEP 135 (remove_files) COMPLETE |
4307 | 2024-08-27T22:42:26.844Z | [ recovery-image] Aug 27 22:42:25.145 INFO O| Aug 27 22:42:25.144 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-08-27T22:42:26.850Z | [ recovery-image] Aug 27 22:42:25.154 INFO O| Aug 27 22:42:25.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4309 | 2024-08-27T22:42:26.850Z | [ recovery-image] Aug 27 22:42:25.154 INFO O| Aug 27 22:42:25.154 INFO STEP 136 (remove_files) COMPLETE |
4310 | 2024-08-27T22:42:26.852Z | [ recovery-image] Aug 27 22:42:25.154 INFO O| Aug 27 22:42:25.154 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-08-27T22:42:26.859Z | [ recovery-image] Aug 27 22:42:25.163 INFO O| Aug 27 22:42:25.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4312 | 2024-08-27T22:42:26.859Z | [ recovery-image] Aug 27 22:42:25.163 INFO O| Aug 27 22:42:25.163 INFO STEP 137 (remove_files) COMPLETE |
4313 | 2024-08-27T22:42:26.859Z | [ recovery-image] Aug 27 22:42:25.163 INFO O| Aug 27 22:42:25.163 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-08-27T22:42:26.869Z | [ recovery-image] Aug 27 22:42:25.173 INFO O| Aug 27 22:42:25.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4315 | 2024-08-27T22:42:26.869Z | [ recovery-image] Aug 27 22:42:25.173 INFO O| Aug 27 22:42:25.173 INFO STEP 138 (remove_files) COMPLETE |
4316 | 2024-08-27T22:42:26.872Z | [ recovery-image] Aug 27 22:42:25.173 INFO O| Aug 27 22:42:25.173 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-08-27T22:42:26.878Z | [ recovery-image] Aug 27 22:42:25.182 INFO O| Aug 27 22:42:25.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4318 | 2024-08-27T22:42:26.882Z | [ recovery-image] Aug 27 22:42:25.182 INFO O| Aug 27 22:42:25.182 INFO STEP 139 (remove_files) COMPLETE |
4319 | 2024-08-27T22:42:26.882Z | [ recovery-image] Aug 27 22:42:25.182 INFO O| Aug 27 22:42:25.182 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-08-27T22:42:26.887Z | [ recovery-image] Aug 27 22:42:25.191 INFO O| Aug 27 22:42:25.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4321 | 2024-08-27T22:42:26.890Z | [ recovery-image] Aug 27 22:42:25.192 INFO O| Aug 27 22:42:25.191 INFO STEP 140 (remove_files) COMPLETE |
4322 | 2024-08-27T22:42:26.890Z | [ recovery-image] Aug 27 22:42:25.192 INFO O| Aug 27 22:42:25.192 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-08-27T22:42:26.897Z | [ recovery-image] Aug 27 22:42:25.201 INFO O| Aug 27 22:42:25.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4324 | 2024-08-27T22:42:26.897Z | [ recovery-image] Aug 27 22:42:25.201 INFO O| Aug 27 22:42:25.201 INFO STEP 141 (remove_files) COMPLETE |
4325 | 2024-08-27T22:42:26.899Z | [ recovery-image] Aug 27 22:42:25.201 INFO O| Aug 27 22:42:25.201 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-08-27T22:42:26.906Z | [ recovery-image] Aug 27 22:42:25.210 INFO O| Aug 27 22:42:25.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4327 | 2024-08-27T22:42:26.906Z | [ recovery-image] Aug 27 22:42:25.210 INFO O| Aug 27 22:42:25.210 INFO STEP 142 (remove_files) COMPLETE |
4328 | 2024-08-27T22:42:26.906Z | [ recovery-image] Aug 27 22:42:25.210 INFO O| Aug 27 22:42:25.210 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4329 | 2024-08-27T22:42:26.918Z | [ recovery-image] Aug 27 22:42:25.220 INFO O| Aug 27 22:42:25.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4330 | 2024-08-27T22:42:26.918Z | [ recovery-image] Aug 27 22:42:25.220 INFO O| Aug 27 22:42:25.220 INFO STEP 143 (remove_files) COMPLETE |
4331 | 2024-08-27T22:42:26.920Z | [ recovery-image] Aug 27 22:42:25.220 INFO O| Aug 27 22:42:25.220 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4332 | 2024-08-27T22:42:26.925Z | [ recovery-image] Aug 27 22:42:25.229 INFO O| Aug 27 22:42:25.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4333 | 2024-08-27T22:42:26.928Z | [ recovery-image] Aug 27 22:42:25.230 INFO O| Aug 27 22:42:25.229 INFO STEP 144 (remove_files) COMPLETE |
4334 | 2024-08-27T22:42:26.928Z | [ recovery-image] Aug 27 22:42:25.230 INFO O| Aug 27 22:42:25.230 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4335 | 2024-08-27T22:42:26.934Z | [ recovery-image] Aug 27 22:42:25.239 INFO O| Aug 27 22:42:25.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4336 | 2024-08-27T22:42:26.934Z | [ recovery-image] Aug 27 22:42:25.239 INFO O| Aug 27 22:42:25.239 INFO STEP 145 (remove_files) COMPLETE |
4337 | 2024-08-27T22:42:26.937Z | [ recovery-image] Aug 27 22:42:25.239 INFO O| Aug 27 22:42:25.239 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4338 | 2024-08-27T22:42:26.944Z | [ recovery-image] Aug 27 22:42:25.248 INFO O| Aug 27 22:42:25.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4339 | 2024-08-27T22:42:26.947Z | [ recovery-image] Aug 27 22:42:25.248 INFO O| Aug 27 22:42:25.248 INFO STEP 146 (remove_files) COMPLETE |
4340 | 2024-08-27T22:42:26.947Z | [ recovery-image] Aug 27 22:42:25.248 INFO O| Aug 27 22:42:25.248 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4341 | 2024-08-27T22:42:26.953Z | [ recovery-image] Aug 27 22:42:25.258 INFO O| Aug 27 22:42:25.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4342 | 2024-08-27T22:42:26.956Z | [ recovery-image] Aug 27 22:42:25.258 INFO O| Aug 27 22:42:25.258 INFO STEP 147 (remove_files) COMPLETE |
4343 | 2024-08-27T22:42:26.956Z | [ recovery-image] Aug 27 22:42:25.258 INFO O| Aug 27 22:42:25.258 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4344 | 2024-08-27T22:42:26.963Z | [ recovery-image] Aug 27 22:42:25.267 INFO O| Aug 27 22:42:25.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4345 | 2024-08-27T22:42:26.963Z | [ recovery-image] Aug 27 22:42:25.267 INFO O| Aug 27 22:42:25.267 INFO STEP 148 (remove_files) COMPLETE |
4346 | 2024-08-27T22:42:26.963Z | [ recovery-image] Aug 27 22:42:25.267 INFO O| Aug 27 22:42:25.267 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4347 | 2024-08-27T22:42:26.972Z | [ recovery-image] Aug 27 22:42:25.277 INFO O| Aug 27 22:42:25.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4348 | 2024-08-27T22:42:26.972Z | [ recovery-image] Aug 27 22:42:25.277 INFO O| Aug 27 22:42:25.277 INFO STEP 149 (remove_files) COMPLETE |
4349 | 2024-08-27T22:42:26.975Z | [ recovery-image] Aug 27 22:42:25.277 INFO O| Aug 27 22:42:25.277 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4350 | 2024-08-27T22:42:26.982Z | [ recovery-image] Aug 27 22:42:25.286 INFO O| Aug 27 22:42:25.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4351 | 2024-08-27T22:42:26.982Z | [ recovery-image] Aug 27 22:42:25.286 INFO O| Aug 27 22:42:25.286 INFO STEP 150 (remove_files) COMPLETE |
4352 | 2024-08-27T22:42:26.985Z | [ recovery-image] Aug 27 22:42:25.286 INFO O| Aug 27 22:42:25.286 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4353 | 2024-08-27T22:42:26.994Z | [ recovery-image] Aug 27 22:42:25.295 INFO O| Aug 27 22:42:25.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4354 | 2024-08-27T22:42:26.994Z | [ recovery-image] Aug 27 22:42:25.296 INFO O| Aug 27 22:42:25.296 INFO STEP 151 (remove_files) COMPLETE |
4355 | 2024-08-27T22:42:26.997Z | [ recovery-image] Aug 27 22:42:25.296 INFO O| Aug 27 22:42:25.296 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4356 | 2024-08-27T22:42:27.001Z | [ recovery-image] Aug 27 22:42:25.305 INFO O| Aug 27 22:42:25.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4357 | 2024-08-27T22:42:27.001Z | [ recovery-image] Aug 27 22:42:25.305 INFO O| Aug 27 22:42:25.305 INFO STEP 152 (remove_files) COMPLETE |
4358 | 2024-08-27T22:42:27.004Z | [ recovery-image] Aug 27 22:42:25.305 INFO O| Aug 27 22:42:25.305 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4359 | 2024-08-27T22:42:27.010Z | [ recovery-image] Aug 27 22:42:25.314 INFO O| Aug 27 22:42:25.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4360 | 2024-08-27T22:42:27.010Z | [ recovery-image] Aug 27 22:42:25.314 INFO O| Aug 27 22:42:25.314 INFO STEP 153 (remove_files) COMPLETE |
4361 | 2024-08-27T22:42:27.010Z | [ recovery-image] Aug 27 22:42:25.314 INFO O| Aug 27 22:42:25.314 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4362 | 2024-08-27T22:42:27.019Z | [ recovery-image] Aug 27 22:42:25.323 INFO O| Aug 27 22:42:25.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4363 | 2024-08-27T22:42:27.022Z | [ recovery-image] Aug 27 22:42:25.323 INFO O| Aug 27 22:42:25.323 INFO STEP 154 (remove_files) COMPLETE |
4364 | 2024-08-27T22:42:27.022Z | [ recovery-image] Aug 27 22:42:25.323 INFO O| Aug 27 22:42:25.323 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4365 | 2024-08-27T22:42:27.029Z | [ recovery-image] Aug 27 22:42:25.333 INFO O| Aug 27 22:42:25.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4366 | 2024-08-27T22:42:27.029Z | [ recovery-image] Aug 27 22:42:25.333 INFO O| Aug 27 22:42:25.333 INFO STEP 155 (remove_files) COMPLETE |
4367 | 2024-08-27T22:42:27.031Z | [ recovery-image] Aug 27 22:42:25.333 INFO O| Aug 27 22:42:25.333 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4368 | 2024-08-27T22:42:27.038Z | [ recovery-image] Aug 27 22:42:25.342 INFO O| Aug 27 22:42:25.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4369 | 2024-08-27T22:42:27.038Z | [ recovery-image] Aug 27 22:42:25.342 INFO O| Aug 27 22:42:25.342 INFO STEP 156 (remove_files) COMPLETE |
4370 | 2024-08-27T22:42:27.038Z | [ recovery-image] Aug 27 22:42:25.342 INFO O| Aug 27 22:42:25.342 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4371 | 2024-08-27T22:42:27.048Z | [ recovery-image] Aug 27 22:42:25.352 INFO O| Aug 27 22:42:25.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4372 | 2024-08-27T22:42:27.048Z | [ recovery-image] Aug 27 22:42:25.352 INFO O| Aug 27 22:42:25.352 INFO STEP 157 (remove_files) COMPLETE |
4373 | 2024-08-27T22:42:27.051Z | [ recovery-image] Aug 27 22:42:25.352 INFO O| Aug 27 22:42:25.352 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4374 | 2024-08-27T22:42:27.057Z | [ recovery-image] Aug 27 22:42:25.361 INFO O| Aug 27 22:42:25.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4375 | 2024-08-27T22:42:27.057Z | [ recovery-image] Aug 27 22:42:25.361 INFO O| Aug 27 22:42:25.361 INFO STEP 158 (remove_files) COMPLETE |
4376 | 2024-08-27T22:42:27.060Z | [ recovery-image] Aug 27 22:42:25.361 INFO O| Aug 27 22:42:25.361 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4377 | 2024-08-27T22:42:27.068Z | [ recovery-image] Aug 27 22:42:25.370 INFO O| Aug 27 22:42:25.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4378 | 2024-08-27T22:42:27.068Z | [ recovery-image] Aug 27 22:42:25.370 INFO O| Aug 27 22:42:25.370 INFO STEP 159 (remove_files) COMPLETE |
4379 | 2024-08-27T22:42:27.068Z | [ recovery-image] Aug 27 22:42:25.370 INFO O| Aug 27 22:42:25.370 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4380 | 2024-08-27T22:42:27.075Z | [ recovery-image] Aug 27 22:42:25.380 INFO O| Aug 27 22:42:25.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4381 | 2024-08-27T22:42:27.075Z | [ recovery-image] Aug 27 22:42:25.380 INFO O| Aug 27 22:42:25.380 INFO STEP 160 (remove_files) COMPLETE |
4382 | 2024-08-27T22:42:27.076Z | [ recovery-image] Aug 27 22:42:25.380 INFO O| Aug 27 22:42:25.380 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-08-27T22:42:27.085Z | [ recovery-image] Aug 27 22:42:25.389 INFO O| Aug 27 22:42:25.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4384 | 2024-08-27T22:42:27.085Z | [ recovery-image] Aug 27 22:42:25.389 INFO O| Aug 27 22:42:25.389 INFO STEP 161 (remove_files) COMPLETE |
4385 | 2024-08-27T22:42:27.087Z | [ recovery-image] Aug 27 22:42:25.389 INFO O| Aug 27 22:42:25.389 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4386 | 2024-08-27T22:42:27.094Z | [ recovery-image] Aug 27 22:42:25.398 INFO O| Aug 27 22:42:25.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4387 | 2024-08-27T22:42:27.097Z | [ recovery-image] Aug 27 22:42:25.398 INFO O| Aug 27 22:42:25.398 INFO STEP 162 (remove_files) COMPLETE |
4388 | 2024-08-27T22:42:27.097Z | [ recovery-image] Aug 27 22:42:25.398 INFO O| Aug 27 22:42:25.398 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-08-27T22:42:27.105Z | [ recovery-image] Aug 27 22:42:25.408 INFO O| Aug 27 22:42:25.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4390 | 2024-08-27T22:42:27.105Z | [ recovery-image] Aug 27 22:42:25.408 INFO O| Aug 27 22:42:25.408 INFO STEP 163 (remove_files) COMPLETE |
4391 | 2024-08-27T22:42:27.105Z | [ recovery-image] Aug 27 22:42:25.408 INFO O| Aug 27 22:42:25.408 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-08-27T22:42:27.113Z | [ recovery-image] Aug 27 22:42:25.417 INFO O| Aug 27 22:42:25.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4393 | 2024-08-27T22:42:27.113Z | [ recovery-image] Aug 27 22:42:25.417 INFO O| Aug 27 22:42:25.417 INFO STEP 164 (remove_files) COMPLETE |
4394 | 2024-08-27T22:42:27.116Z | [ recovery-image] Aug 27 22:42:25.417 INFO O| Aug 27 22:42:25.417 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-08-27T22:42:27.122Z | [ recovery-image] Aug 27 22:42:25.426 INFO O| Aug 27 22:42:25.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4396 | 2024-08-27T22:42:27.122Z | [ recovery-image] Aug 27 22:42:25.426 INFO O| Aug 27 22:42:25.426 INFO STEP 165 (remove_files) COMPLETE |
4397 | 2024-08-27T22:42:27.125Z | [ recovery-image] Aug 27 22:42:25.426 INFO O| Aug 27 22:42:25.426 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-08-27T22:42:27.131Z | [ recovery-image] Aug 27 22:42:25.436 INFO O| Aug 27 22:42:25.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4399 | 2024-08-27T22:42:27.134Z | [ recovery-image] Aug 27 22:42:25.436 INFO O| Aug 27 22:42:25.436 INFO STEP 166 (remove_files) COMPLETE |
4400 | 2024-08-27T22:42:27.134Z | [ recovery-image] Aug 27 22:42:25.436 INFO O| Aug 27 22:42:25.436 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-08-27T22:42:27.141Z | [ recovery-image] Aug 27 22:42:25.445 INFO O| Aug 27 22:42:25.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4402 | 2024-08-27T22:42:27.144Z | [ recovery-image] Aug 27 22:42:25.445 INFO O| Aug 27 22:42:25.445 INFO STEP 167 (remove_files) COMPLETE |
4403 | 2024-08-27T22:42:27.144Z | [ recovery-image] Aug 27 22:42:25.445 INFO O| Aug 27 22:42:25.445 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-08-27T22:42:27.151Z | [ recovery-image] Aug 27 22:42:25.455 INFO O| Aug 27 22:42:25.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4405 | 2024-08-27T22:42:27.155Z | [ recovery-image] Aug 27 22:42:25.455 INFO O| Aug 27 22:42:25.455 INFO STEP 168 (remove_files) COMPLETE |
4406 | 2024-08-27T22:42:27.155Z | [ recovery-image] Aug 27 22:42:25.455 INFO O| Aug 27 22:42:25.455 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-08-27T22:42:27.163Z | [ recovery-image] Aug 27 22:42:25.466 INFO O| Aug 27 22:42:25.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4408 | 2024-08-27T22:42:27.163Z | [ recovery-image] Aug 27 22:42:25.466 INFO O| Aug 27 22:42:25.466 INFO STEP 169 (remove_files) COMPLETE |
4409 | 2024-08-27T22:42:27.166Z | [ recovery-image] Aug 27 22:42:25.466 INFO O| Aug 27 22:42:25.466 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-08-27T22:42:27.172Z | [ recovery-image] Aug 27 22:42:25.475 INFO O| Aug 27 22:42:25.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4411 | 2024-08-27T22:42:27.172Z | [ recovery-image] Aug 27 22:42:25.475 INFO O| Aug 27 22:42:25.475 INFO STEP 170 (remove_files) COMPLETE |
4412 | 2024-08-27T22:42:27.172Z | [ recovery-image] Aug 27 22:42:25.475 INFO O| Aug 27 22:42:25.475 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-08-27T22:42:27.182Z | [ recovery-image] Aug 27 22:42:25.485 INFO O| Aug 27 22:42:25.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4414 | 2024-08-27T22:42:27.182Z | [ recovery-image] Aug 27 22:42:25.485 INFO O| Aug 27 22:42:25.485 INFO STEP 171 (remove_files) COMPLETE |
4415 | 2024-08-27T22:42:27.182Z | [ recovery-image] Aug 27 22:42:25.485 INFO O| Aug 27 22:42:25.485 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-08-27T22:42:27.191Z | [ recovery-image] Aug 27 22:42:25.495 INFO O| Aug 27 22:42:25.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4417 | 2024-08-27T22:42:27.191Z | [ recovery-image] Aug 27 22:42:25.495 INFO O| Aug 27 22:42:25.495 INFO STEP 172 (remove_files) COMPLETE |
4418 | 2024-08-27T22:42:27.194Z | [ recovery-image] Aug 27 22:42:25.495 INFO O| Aug 27 22:42:25.495 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-08-27T22:42:27.201Z | [ recovery-image] Aug 27 22:42:25.505 INFO O| Aug 27 22:42:25.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4420 | 2024-08-27T22:42:27.205Z | [ recovery-image] Aug 27 22:42:25.505 INFO O| Aug 27 22:42:25.505 INFO STEP 173 (remove_files) COMPLETE |
4421 | 2024-08-27T22:42:27.205Z | [ recovery-image] Aug 27 22:42:25.505 INFO O| Aug 27 22:42:25.505 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-08-27T22:42:27.211Z | [ recovery-image] Aug 27 22:42:25.514 INFO O| Aug 27 22:42:25.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4423 | 2024-08-27T22:42:27.211Z | [ recovery-image] Aug 27 22:42:25.514 INFO O| Aug 27 22:42:25.514 INFO STEP 174 (remove_files) COMPLETE |
4424 | 2024-08-27T22:42:27.216Z | [ recovery-image] Aug 27 22:42:25.514 INFO O| Aug 27 22:42:25.514 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-08-27T22:42:27.220Z | [ recovery-image] Aug 27 22:42:25.524 INFO O| Aug 27 22:42:25.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4426 | 2024-08-27T22:42:27.220Z | [ recovery-image] Aug 27 22:42:25.524 INFO O| Aug 27 22:42:25.524 INFO STEP 175 (remove_files) COMPLETE |
4427 | 2024-08-27T22:42:27.220Z | [ recovery-image] Aug 27 22:42:25.524 INFO O| Aug 27 22:42:25.524 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-08-27T22:42:27.229Z | [ recovery-image] Aug 27 22:42:25.533 INFO O| Aug 27 22:42:25.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4429 | 2024-08-27T22:42:27.237Z | [ recovery-image] Aug 27 22:42:25.533 INFO O| Aug 27 22:42:25.533 INFO STEP 176 (remove_files) COMPLETE |
4430 | 2024-08-27T22:42:27.237Z | [ recovery-image] Aug 27 22:42:25.533 INFO O| Aug 27 22:42:25.533 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-08-27T22:42:27.239Z | [ recovery-image] Aug 27 22:42:25.543 INFO O| Aug 27 22:42:25.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4432 | 2024-08-27T22:42:27.239Z | [ recovery-image] Aug 27 22:42:25.543 INFO O| Aug 27 22:42:25.543 INFO STEP 177 (remove_files) COMPLETE |
4433 | 2024-08-27T22:42:27.239Z | [ recovery-image] Aug 27 22:42:25.543 INFO O| Aug 27 22:42:25.543 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4434 | 2024-08-27T22:42:27.249Z | [ recovery-image] Aug 27 22:42:25.553 INFO O| Aug 27 22:42:25.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4435 | 2024-08-27T22:42:27.249Z | [ recovery-image] Aug 27 22:42:25.553 INFO O| Aug 27 22:42:25.553 INFO STEP 178 (remove_files) COMPLETE |
4436 | 2024-08-27T22:42:27.251Z | [ recovery-image] Aug 27 22:42:25.553 INFO O| Aug 27 22:42:25.553 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-08-27T22:42:27.258Z | [ recovery-image] Aug 27 22:42:25.562 INFO O| Aug 27 22:42:25.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4438 | 2024-08-27T22:42:27.258Z | [ recovery-image] Aug 27 22:42:25.562 INFO O| Aug 27 22:42:25.562 INFO STEP 179 (remove_files) COMPLETE |
4439 | 2024-08-27T22:42:27.261Z | [ recovery-image] Aug 27 22:42:25.562 INFO O| Aug 27 22:42:25.562 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-08-27T22:42:27.267Z | [ recovery-image] Aug 27 22:42:25.572 INFO O| Aug 27 22:42:25.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4441 | 2024-08-27T22:42:27.267Z | [ recovery-image] Aug 27 22:42:25.572 INFO O| Aug 27 22:42:25.572 INFO STEP 180 (remove_files) COMPLETE |
4442 | 2024-08-27T22:42:27.271Z | [ recovery-image] Aug 27 22:42:25.572 INFO O| Aug 27 22:42:25.572 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-08-27T22:42:27.277Z | [ recovery-image] Aug 27 22:42:25.581 INFO O| Aug 27 22:42:25.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4444 | 2024-08-27T22:42:27.277Z | [ recovery-image] Aug 27 22:42:25.582 INFO O| Aug 27 22:42:25.581 INFO STEP 181 (remove_files) COMPLETE |
4445 | 2024-08-27T22:42:27.281Z | [ recovery-image] Aug 27 22:42:25.582 INFO O| Aug 27 22:42:25.581 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-08-27T22:42:27.287Z | [ recovery-image] Aug 27 22:42:25.591 INFO O| Aug 27 22:42:25.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4447 | 2024-08-27T22:42:27.287Z | [ recovery-image] Aug 27 22:42:25.591 INFO O| Aug 27 22:42:25.591 INFO STEP 182 (remove_files) COMPLETE |
4448 | 2024-08-27T22:42:27.287Z | [ recovery-image] Aug 27 22:42:25.591 INFO O| Aug 27 22:42:25.591 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-08-27T22:42:27.296Z | [ recovery-image] Aug 27 22:42:25.600 INFO O| Aug 27 22:42:25.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4450 | 2024-08-27T22:42:27.300Z | [ recovery-image] Aug 27 22:42:25.601 INFO O| Aug 27 22:42:25.601 INFO STEP 183 (remove_files) COMPLETE |
4451 | 2024-08-27T22:42:27.300Z | [ recovery-image] Aug 27 22:42:25.601 INFO O| Aug 27 22:42:25.601 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-08-27T22:42:27.306Z | [ recovery-image] Aug 27 22:42:25.610 INFO O| Aug 27 22:42:25.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4453 | 2024-08-27T22:42:27.306Z | [ recovery-image] Aug 27 22:42:25.610 INFO O| Aug 27 22:42:25.610 INFO STEP 184 (remove_files) COMPLETE |
4454 | 2024-08-27T22:42:27.309Z | [ recovery-image] Aug 27 22:42:25.610 INFO O| Aug 27 22:42:25.610 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-08-27T22:42:27.316Z | [ recovery-image] Aug 27 22:42:25.620 INFO O| Aug 27 22:42:25.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4456 | 2024-08-27T22:42:27.319Z | [ recovery-image] Aug 27 22:42:25.621 INFO O| Aug 27 22:42:25.621 INFO STEP 185 (remove_files) COMPLETE |
4457 | 2024-08-27T22:42:27.319Z | [ recovery-image] Aug 27 22:42:25.621 INFO O| Aug 27 22:42:25.621 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-08-27T22:42:27.326Z | [ recovery-image] Aug 27 22:42:25.630 INFO O| Aug 27 22:42:25.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4459 | 2024-08-27T22:42:27.329Z | [ recovery-image] Aug 27 22:42:25.630 INFO O| Aug 27 22:42:25.630 INFO STEP 186 (remove_files) COMPLETE |
4460 | 2024-08-27T22:42:27.329Z | [ recovery-image] Aug 27 22:42:25.630 INFO O| Aug 27 22:42:25.630 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-08-27T22:42:27.335Z | [ recovery-image] Aug 27 22:42:25.640 INFO O| Aug 27 22:42:25.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4462 | 2024-08-27T22:42:27.335Z | [ recovery-image] Aug 27 22:42:25.640 INFO O| Aug 27 22:42:25.640 INFO STEP 187 (remove_files) COMPLETE |
4463 | 2024-08-27T22:42:27.338Z | [ recovery-image] Aug 27 22:42:25.640 INFO O| Aug 27 22:42:25.640 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-08-27T22:42:27.345Z | [ recovery-image] Aug 27 22:42:25.649 INFO O| Aug 27 22:42:25.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4465 | 2024-08-27T22:42:27.348Z | [ recovery-image] Aug 27 22:42:25.649 INFO O| Aug 27 22:42:25.649 INFO STEP 188 (remove_files) COMPLETE |
4466 | 2024-08-27T22:42:27.348Z | [ recovery-image] Aug 27 22:42:25.649 INFO O| Aug 27 22:42:25.649 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-08-27T22:42:27.355Z | [ recovery-image] Aug 27 22:42:25.659 INFO O| Aug 27 22:42:25.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4468 | 2024-08-27T22:42:27.357Z | [ recovery-image] Aug 27 22:42:25.659 INFO O| Aug 27 22:42:25.659 INFO STEP 189 (remove_files) COMPLETE |
4469 | 2024-08-27T22:42:27.357Z | [ recovery-image] Aug 27 22:42:25.659 INFO O| Aug 27 22:42:25.659 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4470 | 2024-08-27T22:42:27.364Z | [ recovery-image] Aug 27 22:42:25.668 INFO O| Aug 27 22:42:25.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4471 | 2024-08-27T22:42:27.364Z | [ recovery-image] Aug 27 22:42:25.668 INFO O| Aug 27 22:42:25.668 INFO STEP 190 (remove_files) COMPLETE |
4472 | 2024-08-27T22:42:27.367Z | [ recovery-image] Aug 27 22:42:25.668 INFO O| Aug 27 22:42:25.668 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4473 | 2024-08-27T22:42:27.375Z | [ recovery-image] Aug 27 22:42:25.678 INFO O| Aug 27 22:42:25.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4474 | 2024-08-27T22:42:27.380Z | [ recovery-image] Aug 27 22:42:25.678 INFO O| Aug 27 22:42:25.678 INFO STEP 191 (remove_files) COMPLETE |
4475 | 2024-08-27T22:42:27.380Z | [ recovery-image] Aug 27 22:42:25.678 INFO O| Aug 27 22:42:25.678 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4476 | 2024-08-27T22:42:27.383Z | [ recovery-image] Aug 27 22:42:25.687 INFO O| Aug 27 22:42:25.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4477 | 2024-08-27T22:42:27.383Z | [ recovery-image] Aug 27 22:42:25.687 INFO O| Aug 27 22:42:25.687 INFO STEP 192 (remove_files) COMPLETE |
4478 | 2024-08-27T22:42:27.383Z | [ recovery-image] Aug 27 22:42:25.687 INFO O| Aug 27 22:42:25.687 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4479 | 2024-08-27T22:42:27.392Z | [ recovery-image] Aug 27 22:42:25.697 INFO O| Aug 27 22:42:25.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4480 | 2024-08-27T22:42:27.392Z | [ recovery-image] Aug 27 22:42:25.697 INFO O| Aug 27 22:42:25.697 INFO STEP 193 (remove_files) COMPLETE |
4481 | 2024-08-27T22:42:27.395Z | [ recovery-image] Aug 27 22:42:25.697 INFO O| Aug 27 22:42:25.697 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4482 | 2024-08-27T22:42:27.402Z | [ recovery-image] Aug 27 22:42:25.706 INFO O| Aug 27 22:42:25.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4483 | 2024-08-27T22:42:27.402Z | [ recovery-image] Aug 27 22:42:25.706 INFO O| Aug 27 22:42:25.706 INFO STEP 194 (remove_files) COMPLETE |
4484 | 2024-08-27T22:42:27.404Z | [ recovery-image] Aug 27 22:42:25.706 INFO O| Aug 27 22:42:25.706 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4485 | 2024-08-27T22:42:27.414Z | [ recovery-image] Aug 27 22:42:25.717 INFO O| Aug 27 22:42:25.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4486 | 2024-08-27T22:42:27.414Z | [ recovery-image] Aug 27 22:42:25.718 INFO O| Aug 27 22:42:25.717 INFO STEP 195 (remove_files) COMPLETE |
4487 | 2024-08-27T22:42:27.414Z | [ recovery-image] Aug 27 22:42:25.718 INFO O| Aug 27 22:42:25.717 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2024-08-27T22:42:27.427Z | [ recovery-image] Aug 27 22:42:25.730 INFO O| Aug 27 22:42:25.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4489 | 2024-08-27T22:42:27.427Z | [ recovery-image] Aug 27 22:42:25.730 INFO O| Aug 27 22:42:25.730 INFO STEP 196 (remove_files) COMPLETE |
4490 | 2024-08-27T22:42:27.429Z | [ recovery-image] Aug 27 22:42:25.730 INFO O| Aug 27 22:42:25.730 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4491 | 2024-08-27T22:42:27.439Z | [ recovery-image] Aug 27 22:42:25.743 INFO O| Aug 27 22:42:25.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4492 | 2024-08-27T22:42:27.439Z | [ recovery-image] Aug 27 22:42:25.743 INFO O| Aug 27 22:42:25.743 INFO STEP 197 (remove_files) COMPLETE |
4493 | 2024-08-27T22:42:27.439Z | [ recovery-image] Aug 27 22:42:25.743 INFO O| Aug 27 22:42:25.743 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4494 | 2024-08-27T22:42:27.449Z | [ recovery-image] Aug 27 22:42:25.753 INFO O| Aug 27 22:42:25.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4495 | 2024-08-27T22:42:27.449Z | [ recovery-image] Aug 27 22:42:25.753 INFO O| Aug 27 22:42:25.753 INFO STEP 198 (remove_files) COMPLETE |
4496 | 2024-08-27T22:42:27.451Z | [ recovery-image] Aug 27 22:42:25.753 INFO O| Aug 27 22:42:25.753 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4497 | 2024-08-27T22:42:27.458Z | [ recovery-image] Aug 27 22:42:25.762 INFO O| Aug 27 22:42:25.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4498 | 2024-08-27T22:42:27.458Z | [ recovery-image] Aug 27 22:42:25.762 INFO O| Aug 27 22:42:25.762 INFO STEP 199 (remove_files) COMPLETE |
4499 | 2024-08-27T22:42:27.461Z | [ recovery-image] Aug 27 22:42:25.763 INFO O| Aug 27 22:42:25.762 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-08-27T22:42:27.467Z | [ recovery-image] Aug 27 22:42:25.772 INFO O| Aug 27 22:42:25.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4501 | 2024-08-27T22:42:27.467Z | [ recovery-image] Aug 27 22:42:25.772 INFO O| Aug 27 22:42:25.772 INFO STEP 200 (remove_files) COMPLETE |
4502 | 2024-08-27T22:42:27.470Z | [ recovery-image] Aug 27 22:42:25.772 INFO O| Aug 27 22:42:25.772 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-08-27T22:42:27.477Z | [ recovery-image] Aug 27 22:42:25.781 INFO O| Aug 27 22:42:25.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4504 | 2024-08-27T22:42:27.477Z | [ recovery-image] Aug 27 22:42:25.781 INFO O| Aug 27 22:42:25.781 INFO STEP 201 (remove_files) COMPLETE |
4505 | 2024-08-27T22:42:27.479Z | [ recovery-image] Aug 27 22:42:25.781 INFO O| Aug 27 22:42:25.781 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-08-27T22:42:27.488Z | [ recovery-image] Aug 27 22:42:25.791 INFO O| Aug 27 22:42:25.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4507 | 2024-08-27T22:42:27.488Z | [ recovery-image] Aug 27 22:42:25.791 INFO O| Aug 27 22:42:25.791 INFO STEP 202 (remove_files) COMPLETE |
4508 | 2024-08-27T22:42:27.493Z | [ recovery-image] Aug 27 22:42:25.791 INFO O| Aug 27 22:42:25.791 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-08-27T22:42:27.496Z | [ recovery-image] Aug 27 22:42:25.800 INFO O| Aug 27 22:42:25.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4510 | 2024-08-27T22:42:27.496Z | [ recovery-image] Aug 27 22:42:25.800 INFO O| Aug 27 22:42:25.800 INFO STEP 203 (remove_files) COMPLETE |
4511 | 2024-08-27T22:42:27.499Z | [ recovery-image] Aug 27 22:42:25.800 INFO O| Aug 27 22:42:25.800 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-08-27T22:42:27.506Z | [ recovery-image] Aug 27 22:42:25.810 INFO O| Aug 27 22:42:25.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4513 | 2024-08-27T22:42:27.506Z | [ recovery-image] Aug 27 22:42:25.810 INFO O| Aug 27 22:42:25.810 INFO STEP 204 (remove_files) COMPLETE |
4514 | 2024-08-27T22:42:27.508Z | [ recovery-image] Aug 27 22:42:25.810 INFO O| Aug 27 22:42:25.810 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-08-27T22:42:27.515Z | [ recovery-image] Aug 27 22:42:25.819 INFO O| Aug 27 22:42:25.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4516 | 2024-08-27T22:42:27.515Z | [ recovery-image] Aug 27 22:42:25.819 INFO O| Aug 27 22:42:25.819 INFO STEP 205 (remove_files) COMPLETE |
4517 | 2024-08-27T22:42:27.515Z | [ recovery-image] Aug 27 22:42:25.819 INFO O| Aug 27 22:42:25.819 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-08-27T22:42:27.524Z | [ recovery-image] Aug 27 22:42:25.828 INFO O| Aug 27 22:42:25.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4519 | 2024-08-27T22:42:27.524Z | [ recovery-image] Aug 27 22:42:25.828 INFO O| Aug 27 22:42:25.828 INFO STEP 206 (remove_files) COMPLETE |
4520 | 2024-08-27T22:42:27.524Z | [ recovery-image] Aug 27 22:42:25.829 INFO O| Aug 27 22:42:25.828 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-08-27T22:42:27.535Z | [ recovery-image] Aug 27 22:42:25.838 INFO O| Aug 27 22:42:25.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4522 | 2024-08-27T22:42:27.535Z | [ recovery-image] Aug 27 22:42:25.838 INFO O| Aug 27 22:42:25.838 INFO STEP 207 (remove_files) COMPLETE |
4523 | 2024-08-27T22:42:27.537Z | [ recovery-image] Aug 27 22:42:25.838 INFO O| Aug 27 22:42:25.838 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-08-27T22:42:27.544Z | [ recovery-image] Aug 27 22:42:25.847 INFO O| Aug 27 22:42:25.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4525 | 2024-08-27T22:42:27.544Z | [ recovery-image] Aug 27 22:42:25.847 INFO O| Aug 27 22:42:25.847 INFO STEP 208 (remove_files) COMPLETE |
4526 | 2024-08-27T22:42:27.546Z | [ recovery-image] Aug 27 22:42:25.847 INFO O| Aug 27 22:42:25.847 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2024-08-27T22:42:27.552Z | [ recovery-image] Aug 27 22:42:25.856 INFO O| Aug 27 22:42:25.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4528 | 2024-08-27T22:42:27.555Z | [ recovery-image] Aug 27 22:42:25.857 INFO O| Aug 27 22:42:25.857 INFO STEP 209 (remove_files) COMPLETE |
4529 | 2024-08-27T22:42:27.555Z | [ recovery-image] Aug 27 22:42:25.857 INFO O| Aug 27 22:42:25.857 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2024-08-27T22:42:27.562Z | [ recovery-image] Aug 27 22:42:25.867 INFO O| Aug 27 22:42:25.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4531 | 2024-08-27T22:42:27.562Z | [ recovery-image] Aug 27 22:42:25.867 INFO O| Aug 27 22:42:25.867 INFO STEP 210 (remove_files) COMPLETE |
4532 | 2024-08-27T22:42:27.565Z | [ recovery-image] Aug 27 22:42:25.867 INFO O| Aug 27 22:42:25.867 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-08-27T22:42:27.572Z | [ recovery-image] Aug 27 22:42:25.876 INFO O| Aug 27 22:42:25.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4534 | 2024-08-27T22:42:27.574Z | [ recovery-image] Aug 27 22:42:25.876 INFO O| Aug 27 22:42:25.876 INFO STEP 211 (remove_files) COMPLETE |
4535 | 2024-08-27T22:42:27.574Z | [ recovery-image] Aug 27 22:42:25.876 INFO O| Aug 27 22:42:25.876 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-08-27T22:42:27.582Z | [ recovery-image] Aug 27 22:42:25.886 INFO O| Aug 27 22:42:25.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4537 | 2024-08-27T22:42:27.582Z | [ recovery-image] Aug 27 22:42:25.886 INFO O| Aug 27 22:42:25.886 INFO STEP 212 (remove_files) COMPLETE |
4538 | 2024-08-27T22:42:27.585Z | [ recovery-image] Aug 27 22:42:25.886 INFO O| Aug 27 22:42:25.886 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-08-27T22:42:27.591Z | [ recovery-image] Aug 27 22:42:25.895 INFO O| Aug 27 22:42:25.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4540 | 2024-08-27T22:42:27.591Z | [ recovery-image] Aug 27 22:42:25.895 INFO O| Aug 27 22:42:25.895 INFO STEP 213 (remove_files) COMPLETE |
4541 | 2024-08-27T22:42:27.593Z | [ recovery-image] Aug 27 22:42:25.895 INFO O| Aug 27 22:42:25.895 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-08-27T22:42:27.601Z | [ recovery-image] Aug 27 22:42:25.905 INFO O| Aug 27 22:42:25.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4543 | 2024-08-27T22:42:27.602Z | [ recovery-image] Aug 27 22:42:25.905 INFO O| Aug 27 22:42:25.905 INFO STEP 214 (remove_files) COMPLETE |
4544 | 2024-08-27T22:42:27.606Z | [ recovery-image] Aug 27 22:42:25.905 INFO O| Aug 27 22:42:25.905 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-08-27T22:42:27.610Z | [ recovery-image] Aug 27 22:42:25.914 INFO O| Aug 27 22:42:25.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4546 | 2024-08-27T22:42:27.610Z | [ recovery-image] Aug 27 22:42:25.914 INFO O| Aug 27 22:42:25.914 INFO STEP 215 (remove_files) COMPLETE |
4547 | 2024-08-27T22:42:27.612Z | [ recovery-image] Aug 27 22:42:25.914 INFO O| Aug 27 22:42:25.914 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-08-27T22:42:27.619Z | [ recovery-image] Aug 27 22:42:25.924 INFO O| Aug 27 22:42:25.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4549 | 2024-08-27T22:42:27.619Z | [ recovery-image] Aug 27 22:42:25.924 INFO O| Aug 27 22:42:25.924 INFO STEP 216 (remove_files) COMPLETE |
4550 | 2024-08-27T22:42:27.622Z | [ recovery-image] Aug 27 22:42:25.924 INFO O| Aug 27 22:42:25.924 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-08-27T22:42:27.629Z | [ recovery-image] Aug 27 22:42:25.933 INFO O| Aug 27 22:42:25.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4552 | 2024-08-27T22:42:27.630Z | [ recovery-image] Aug 27 22:42:25.933 INFO O| Aug 27 22:42:25.933 INFO STEP 217 (remove_files) COMPLETE |
4553 | 2024-08-27T22:42:27.632Z | [ recovery-image] Aug 27 22:42:25.933 INFO O| Aug 27 22:42:25.933 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-08-27T22:42:27.639Z | [ recovery-image] Aug 27 22:42:25.943 INFO O| Aug 27 22:42:25.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4555 | 2024-08-27T22:42:27.642Z | [ recovery-image] Aug 27 22:42:25.943 INFO O| Aug 27 22:42:25.943 INFO STEP 218 (remove_files) COMPLETE |
4556 | 2024-08-27T22:42:27.642Z | [ recovery-image] Aug 27 22:42:25.943 INFO O| Aug 27 22:42:25.943 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-08-27T22:42:27.649Z | [ recovery-image] Aug 27 22:42:25.952 INFO O| Aug 27 22:42:25.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4558 | 2024-08-27T22:42:27.649Z | [ recovery-image] Aug 27 22:42:25.952 INFO O| Aug 27 22:42:25.952 INFO STEP 219 (remove_files) COMPLETE |
4559 | 2024-08-27T22:42:27.652Z | [ recovery-image] Aug 27 22:42:25.953 INFO O| Aug 27 22:42:25.952 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-08-27T22:42:27.661Z | [ recovery-image] Aug 27 22:42:25.962 INFO O| Aug 27 22:42:25.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4561 | 2024-08-27T22:42:27.661Z | [ recovery-image] Aug 27 22:42:25.963 INFO O| Aug 27 22:42:25.962 INFO STEP 220 (remove_files) COMPLETE |
4562 | 2024-08-27T22:42:27.663Z | [ recovery-image] Aug 27 22:42:25.963 INFO O| Aug 27 22:42:25.962 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-08-27T22:42:27.668Z | [ recovery-image] Aug 27 22:42:25.972 INFO O| Aug 27 22:42:25.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4564 | 2024-08-27T22:42:27.671Z | [ recovery-image] Aug 27 22:42:25.972 INFO O| Aug 27 22:42:25.972 INFO STEP 221 (remove_files) COMPLETE |
4565 | 2024-08-27T22:42:27.671Z | [ recovery-image] Aug 27 22:42:25.972 INFO O| Aug 27 22:42:25.972 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-08-27T22:42:27.678Z | [ recovery-image] Aug 27 22:42:25.982 INFO O| Aug 27 22:42:25.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4567 | 2024-08-27T22:42:27.681Z | [ recovery-image] Aug 27 22:42:25.982 INFO O| Aug 27 22:42:25.982 INFO STEP 222 (remove_files) COMPLETE |
4568 | 2024-08-27T22:42:27.681Z | [ recovery-image] Aug 27 22:42:25.982 INFO O| Aug 27 22:42:25.982 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-08-27T22:42:27.691Z | [ recovery-image] Aug 27 22:42:25.992 INFO O| Aug 27 22:42:25.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4570 | 2024-08-27T22:42:27.691Z | [ recovery-image] Aug 27 22:42:25.992 INFO O| Aug 27 22:42:25.992 INFO STEP 223 (remove_files) COMPLETE |
4571 | 2024-08-27T22:42:27.694Z | [ recovery-image] Aug 27 22:42:25.992 INFO O| Aug 27 22:42:25.992 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-08-27T22:42:27.699Z | [ recovery-image] Aug 27 22:42:26.002 INFO O| Aug 27 22:42:26.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4573 | 2024-08-27T22:42:27.699Z | [ recovery-image] Aug 27 22:42:26.003 INFO O| Aug 27 22:42:26.003 INFO STEP 224 (remove_files) COMPLETE |
4574 | 2024-08-27T22:42:27.702Z | [ recovery-image] Aug 27 22:42:26.003 INFO O| Aug 27 22:42:26.003 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-08-27T22:42:27.709Z | [ recovery-image] Aug 27 22:42:26.013 INFO O| Aug 27 22:42:26.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4576 | 2024-08-27T22:42:27.715Z | [ recovery-image] Aug 27 22:42:26.013 INFO O| Aug 27 22:42:26.013 INFO STEP 225 (remove_files) COMPLETE |
4577 | 2024-08-27T22:42:27.715Z | [ recovery-image] Aug 27 22:42:26.013 INFO O| Aug 27 22:42:26.013 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-08-27T22:42:27.719Z | [ recovery-image] Aug 27 22:42:26.023 INFO O| Aug 27 22:42:26.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4579 | 2024-08-27T22:42:27.722Z | [ recovery-image] Aug 27 22:42:26.024 INFO O| Aug 27 22:42:26.024 INFO STEP 226 (remove_files) COMPLETE |
4580 | 2024-08-27T22:42:27.722Z | [ recovery-image] Aug 27 22:42:26.024 INFO O| Aug 27 22:42:26.024 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-08-27T22:42:27.729Z | [ recovery-image] Aug 27 22:42:26.033 INFO O| Aug 27 22:42:26.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4582 | 2024-08-27T22:42:27.729Z | [ recovery-image] Aug 27 22:42:26.033 INFO O| Aug 27 22:42:26.033 INFO STEP 227 (remove_files) COMPLETE |
4583 | 2024-08-27T22:42:27.729Z | [ recovery-image] Aug 27 22:42:26.033 INFO O| Aug 27 22:42:26.033 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-08-27T22:42:27.740Z | [ recovery-image] Aug 27 22:42:26.043 INFO O| Aug 27 22:42:26.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4585 | 2024-08-27T22:42:27.740Z | [ recovery-image] Aug 27 22:42:26.043 INFO O| Aug 27 22:42:26.043 INFO STEP 228 (remove_files) COMPLETE |
4586 | 2024-08-27T22:42:27.743Z | [ recovery-image] Aug 27 22:42:26.043 INFO O| Aug 27 22:42:26.043 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-08-27T22:42:27.749Z | [ recovery-image] Aug 27 22:42:26.053 INFO O| Aug 27 22:42:26.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4588 | 2024-08-27T22:42:27.750Z | [ recovery-image] Aug 27 22:42:26.053 INFO O| Aug 27 22:42:26.053 INFO STEP 229 (remove_files) COMPLETE |
4589 | 2024-08-27T22:42:27.750Z | [ recovery-image] Aug 27 22:42:26.053 INFO O| Aug 27 22:42:26.053 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-08-27T22:42:27.758Z | [ recovery-image] Aug 27 22:42:26.062 INFO O| Aug 27 22:42:26.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4591 | 2024-08-27T22:42:27.758Z | [ recovery-image] Aug 27 22:42:26.062 INFO O| Aug 27 22:42:26.062 INFO STEP 230 (remove_files) COMPLETE |
4592 | 2024-08-27T22:42:27.758Z | [ recovery-image] Aug 27 22:42:26.062 INFO O| Aug 27 22:42:26.062 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-08-27T22:42:27.768Z | [ recovery-image] Aug 27 22:42:26.072 INFO O| Aug 27 22:42:26.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4594 | 2024-08-27T22:42:27.768Z | [ recovery-image] Aug 27 22:42:26.072 INFO O| Aug 27 22:42:26.072 INFO STEP 231 (remove_files) COMPLETE |
4595 | 2024-08-27T22:42:27.770Z | [ recovery-image] Aug 27 22:42:26.072 INFO O| Aug 27 22:42:26.072 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-08-27T22:42:27.778Z | [ recovery-image] Aug 27 22:42:26.081 INFO O| Aug 27 22:42:26.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4597 | 2024-08-27T22:42:27.780Z | [ recovery-image] Aug 27 22:42:26.081 INFO O| Aug 27 22:42:26.081 INFO STEP 232 (remove_files) COMPLETE |
4598 | 2024-08-27T22:42:27.780Z | [ recovery-image] Aug 27 22:42:26.082 INFO O| Aug 27 22:42:26.081 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-08-27T22:42:27.787Z | [ recovery-image] Aug 27 22:42:26.091 INFO O| Aug 27 22:42:26.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4600 | 2024-08-27T22:42:27.789Z | [ recovery-image] Aug 27 22:42:26.091 INFO O| Aug 27 22:42:26.091 INFO STEP 233 (remove_files) COMPLETE |
4601 | 2024-08-27T22:42:27.789Z | [ recovery-image] Aug 27 22:42:26.091 INFO O| Aug 27 22:42:26.091 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-08-27T22:42:27.796Z | [ recovery-image] Aug 27 22:42:26.100 INFO O| Aug 27 22:42:26.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4603 | 2024-08-27T22:42:27.796Z | [ recovery-image] Aug 27 22:42:26.100 INFO O| Aug 27 22:42:26.100 INFO STEP 234 (remove_files) COMPLETE |
4604 | 2024-08-27T22:42:27.796Z | [ recovery-image] Aug 27 22:42:26.100 INFO O| Aug 27 22:42:26.100 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-08-27T22:42:27.806Z | [ recovery-image] Aug 27 22:42:26.110 INFO O| Aug 27 22:42:26.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4606 | 2024-08-27T22:42:27.806Z | [ recovery-image] Aug 27 22:42:26.110 INFO O| Aug 27 22:42:26.110 INFO STEP 235 (remove_files) COMPLETE |
4607 | 2024-08-27T22:42:27.809Z | [ recovery-image] Aug 27 22:42:26.110 INFO O| Aug 27 22:42:26.110 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-08-27T22:42:27.817Z | [ recovery-image] Aug 27 22:42:26.119 INFO O| Aug 27 22:42:26.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4609 | 2024-08-27T22:42:27.818Z | [ recovery-image] Aug 27 22:42:26.119 INFO O| Aug 27 22:42:26.119 INFO STEP 236 (remove_files) COMPLETE |
4610 | 2024-08-27T22:42:27.820Z | [ recovery-image] Aug 27 22:42:26.119 INFO O| Aug 27 22:42:26.119 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-08-27T22:42:27.824Z | [ recovery-image] Aug 27 22:42:26.128 INFO O| Aug 27 22:42:26.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4612 | 2024-08-27T22:42:27.824Z | [ recovery-image] Aug 27 22:42:26.129 INFO O| Aug 27 22:42:26.129 INFO STEP 237 (remove_files) COMPLETE |
4613 | 2024-08-27T22:42:27.827Z | [ recovery-image] Aug 27 22:42:26.129 INFO O| Aug 27 22:42:26.129 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-08-27T22:42:27.834Z | [ recovery-image] Aug 27 22:42:26.138 INFO O| Aug 27 22:42:26.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4615 | 2024-08-27T22:42:27.834Z | [ recovery-image] Aug 27 22:42:26.138 INFO O| Aug 27 22:42:26.138 INFO STEP 238 (remove_files) COMPLETE |
4616 | 2024-08-27T22:42:27.834Z | [ recovery-image] Aug 27 22:42:26.138 INFO O| Aug 27 22:42:26.138 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-08-27T22:42:27.848Z | [ recovery-image] Aug 27 22:42:26.147 INFO O| Aug 27 22:42:26.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4618 | 2024-08-27T22:42:27.848Z | [ recovery-image] Aug 27 22:42:26.147 INFO O| Aug 27 22:42:26.147 INFO STEP 239 (remove_files) COMPLETE |
4619 | 2024-08-27T22:42:27.851Z | [ recovery-image] Aug 27 22:42:26.147 INFO O| Aug 27 22:42:26.147 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-08-27T22:42:27.854Z | [ recovery-image] Aug 27 22:42:26.157 INFO O| Aug 27 22:42:26.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4621 | 2024-08-27T22:42:27.854Z | [ recovery-image] Aug 27 22:42:26.157 INFO O| Aug 27 22:42:26.157 INFO STEP 240 (remove_files) COMPLETE |
4622 | 2024-08-27T22:42:27.854Z | [ recovery-image] Aug 27 22:42:26.157 INFO O| Aug 27 22:42:26.157 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-08-27T22:42:27.862Z | [ recovery-image] Aug 27 22:42:26.166 INFO O| Aug 27 22:42:26.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4624 | 2024-08-27T22:42:27.862Z | [ recovery-image] Aug 27 22:42:26.166 INFO O| Aug 27 22:42:26.166 INFO STEP 241 (remove_files) COMPLETE |
4625 | 2024-08-27T22:42:27.862Z | [ recovery-image] Aug 27 22:42:26.166 INFO O| Aug 27 22:42:26.166 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-08-27T22:42:27.871Z | [ recovery-image] Aug 27 22:42:26.175 INFO O| Aug 27 22:42:26.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4627 | 2024-08-27T22:42:27.871Z | [ recovery-image] Aug 27 22:42:26.175 INFO O| Aug 27 22:42:26.175 INFO STEP 242 (remove_files) COMPLETE |
4628 | 2024-08-27T22:42:27.874Z | [ recovery-image] Aug 27 22:42:26.175 INFO O| Aug 27 22:42:26.175 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-08-27T22:42:27.881Z | [ recovery-image] Aug 27 22:42:26.185 INFO O| Aug 27 22:42:26.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4630 | 2024-08-27T22:42:27.884Z | [ recovery-image] Aug 27 22:42:26.185 INFO O| Aug 27 22:42:26.185 INFO STEP 243 (remove_files) COMPLETE |
4631 | 2024-08-27T22:42:27.884Z | [ recovery-image] Aug 27 22:42:26.185 INFO O| Aug 27 22:42:26.185 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-08-27T22:42:27.891Z | [ recovery-image] Aug 27 22:42:26.194 INFO O| Aug 27 22:42:26.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4633 | 2024-08-27T22:42:27.893Z | [ recovery-image] Aug 27 22:42:26.194 INFO O| Aug 27 22:42:26.194 INFO STEP 244 (remove_files) COMPLETE |
4634 | 2024-08-27T22:42:27.893Z | [ recovery-image] Aug 27 22:42:26.194 INFO O| Aug 27 22:42:26.194 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-08-27T22:42:27.901Z | [ recovery-image] Aug 27 22:42:26.203 INFO O| Aug 27 22:42:26.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4636 | 2024-08-27T22:42:27.901Z | [ recovery-image] Aug 27 22:42:26.203 INFO O| Aug 27 22:42:26.203 INFO STEP 245 (remove_files) COMPLETE |
4637 | 2024-08-27T22:42:27.901Z | [ recovery-image] Aug 27 22:42:26.203 INFO O| Aug 27 22:42:26.203 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-08-27T22:42:27.908Z | [ recovery-image] Aug 27 22:42:26.213 INFO O| Aug 27 22:42:26.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4639 | 2024-08-27T22:42:27.909Z | [ recovery-image] Aug 27 22:42:26.213 INFO O| Aug 27 22:42:26.213 INFO STEP 246 (remove_files) COMPLETE |
4640 | 2024-08-27T22:42:27.909Z | [ recovery-image] Aug 27 22:42:26.213 INFO O| Aug 27 22:42:26.213 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-08-27T22:42:27.918Z | [ recovery-image] Aug 27 22:42:26.222 INFO O| Aug 27 22:42:26.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4642 | 2024-08-27T22:42:27.918Z | [ recovery-image] Aug 27 22:42:26.222 INFO O| Aug 27 22:42:26.222 INFO STEP 247 (remove_files) COMPLETE |
4643 | 2024-08-27T22:42:27.921Z | [ recovery-image] Aug 27 22:42:26.222 INFO O| Aug 27 22:42:26.222 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-08-27T22:42:27.927Z | [ recovery-image] Aug 27 22:42:26.232 INFO O| Aug 27 22:42:26.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4645 | 2024-08-27T22:42:27.927Z | [ recovery-image] Aug 27 22:42:26.232 INFO O| Aug 27 22:42:26.232 INFO STEP 248 (remove_files) COMPLETE |
4646 | 2024-08-27T22:42:27.927Z | [ recovery-image] Aug 27 22:42:26.232 INFO O| Aug 27 22:42:26.232 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-08-27T22:42:27.937Z | [ recovery-image] Aug 27 22:42:26.241 INFO O| Aug 27 22:42:26.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4648 | 2024-08-27T22:42:27.937Z | [ recovery-image] Aug 27 22:42:26.241 INFO O| Aug 27 22:42:26.241 INFO STEP 249 (remove_files) COMPLETE |
4649 | 2024-08-27T22:42:27.937Z | [ recovery-image] Aug 27 22:42:26.241 INFO O| Aug 27 22:42:26.241 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-08-27T22:42:27.946Z | [ recovery-image] Aug 27 22:42:26.250 INFO O| Aug 27 22:42:26.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4651 | 2024-08-27T22:42:27.951Z | [ recovery-image] Aug 27 22:42:26.250 INFO O| Aug 27 22:42:26.250 INFO STEP 250 (remove_files) COMPLETE |
4652 | 2024-08-27T22:42:27.951Z | [ recovery-image] Aug 27 22:42:26.250 INFO O| Aug 27 22:42:26.250 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-08-27T22:42:27.956Z | [ recovery-image] Aug 27 22:42:26.260 INFO O| Aug 27 22:42:26.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4654 | 2024-08-27T22:42:27.958Z | [ recovery-image] Aug 27 22:42:26.260 INFO O| Aug 27 22:42:26.260 INFO STEP 251 (remove_files) COMPLETE |
4655 | 2024-08-27T22:42:27.958Z | [ recovery-image] Aug 27 22:42:26.260 INFO O| Aug 27 22:42:26.260 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-08-27T22:42:27.965Z | [ recovery-image] Aug 27 22:42:26.269 INFO O| Aug 27 22:42:26.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4657 | 2024-08-27T22:42:27.965Z | [ recovery-image] Aug 27 22:42:26.269 INFO O| Aug 27 22:42:26.269 INFO STEP 252 (remove_files) COMPLETE |
4658 | 2024-08-27T22:42:27.967Z | [ recovery-image] Aug 27 22:42:26.269 INFO O| Aug 27 22:42:26.269 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-08-27T22:42:27.975Z | [ recovery-image] Aug 27 22:42:26.279 INFO O| Aug 27 22:42:26.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4660 | 2024-08-27T22:42:27.977Z | [ recovery-image] Aug 27 22:42:26.279 INFO O| Aug 27 22:42:26.279 INFO STEP 253 (remove_files) COMPLETE |
4661 | 2024-08-27T22:42:27.977Z | [ recovery-image] Aug 27 22:42:26.279 INFO O| Aug 27 22:42:26.279 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-08-27T22:42:27.984Z | [ recovery-image] Aug 27 22:42:26.288 INFO O| Aug 27 22:42:26.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4663 | 2024-08-27T22:42:27.984Z | [ recovery-image] Aug 27 22:42:26.288 INFO O| Aug 27 22:42:26.288 INFO STEP 254 (remove_files) COMPLETE |
4664 | 2024-08-27T22:42:27.984Z | [ recovery-image] Aug 27 22:42:26.288 INFO O| Aug 27 22:42:26.288 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-08-27T22:42:27.993Z | [ recovery-image] Aug 27 22:42:26.298 INFO O| Aug 27 22:42:26.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4666 | 2024-08-27T22:42:27.997Z | [ recovery-image] Aug 27 22:42:26.298 INFO O| Aug 27 22:42:26.298 INFO STEP 255 (remove_files) COMPLETE |
4667 | 2024-08-27T22:42:27.997Z | [ recovery-image] Aug 27 22:42:26.298 INFO O| Aug 27 22:42:26.298 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-08-27T22:42:28.003Z | [ recovery-image] Aug 27 22:42:26.307 INFO O| Aug 27 22:42:26.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4669 | 2024-08-27T22:42:28.005Z | [ recovery-image] Aug 27 22:42:26.307 INFO O| Aug 27 22:42:26.307 INFO STEP 256 (remove_files) COMPLETE |
4670 | 2024-08-27T22:42:28.005Z | [ recovery-image] Aug 27 22:42:26.307 INFO O| Aug 27 22:42:26.307 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-08-27T22:42:28.012Z | [ recovery-image] Aug 27 22:42:26.316 INFO O| Aug 27 22:42:26.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4672 | 2024-08-27T22:42:28.012Z | [ recovery-image] Aug 27 22:42:26.316 INFO O| Aug 27 22:42:26.316 INFO STEP 257 (remove_files) COMPLETE |
4673 | 2024-08-27T22:42:28.015Z | [ recovery-image] Aug 27 22:42:26.316 INFO O| Aug 27 22:42:26.316 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-08-27T22:42:28.024Z | [ recovery-image] Aug 27 22:42:26.326 INFO O| Aug 27 22:42:26.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4675 | 2024-08-27T22:42:28.026Z | [ recovery-image] Aug 27 22:42:26.326 INFO O| Aug 27 22:42:26.326 INFO STEP 258 (remove_files) COMPLETE |
4676 | 2024-08-27T22:42:28.026Z | [ recovery-image] Aug 27 22:42:26.326 INFO O| Aug 27 22:42:26.326 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-08-27T22:42:28.031Z | [ recovery-image] Aug 27 22:42:26.335 INFO O| Aug 27 22:42:26.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4678 | 2024-08-27T22:42:28.031Z | [ recovery-image] Aug 27 22:42:26.335 INFO O| Aug 27 22:42:26.335 INFO STEP 259 (remove_files) COMPLETE |
4679 | 2024-08-27T22:42:28.031Z | [ recovery-image] Aug 27 22:42:26.335 INFO O| Aug 27 22:42:26.335 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-08-27T22:42:28.041Z | [ recovery-image] Aug 27 22:42:26.345 INFO O| Aug 27 22:42:26.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4681 | 2024-08-27T22:42:28.041Z | [ recovery-image] Aug 27 22:42:26.345 INFO O| Aug 27 22:42:26.345 INFO STEP 260 (remove_files) COMPLETE |
4682 | 2024-08-27T22:42:28.041Z | [ recovery-image] Aug 27 22:42:26.345 INFO O| Aug 27 22:42:26.345 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-08-27T22:42:28.051Z | [ recovery-image] Aug 27 22:42:26.354 INFO O| Aug 27 22:42:26.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4684 | 2024-08-27T22:42:28.051Z | [ recovery-image] Aug 27 22:42:26.354 INFO O| Aug 27 22:42:26.354 INFO STEP 261 (remove_files) COMPLETE |
4685 | 2024-08-27T22:42:28.054Z | [ recovery-image] Aug 27 22:42:26.354 INFO O| Aug 27 22:42:26.354 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-08-27T22:42:28.061Z | [ recovery-image] Aug 27 22:42:26.364 INFO O| Aug 27 22:42:26.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4687 | 2024-08-27T22:42:28.064Z | [ recovery-image] Aug 27 22:42:26.364 INFO O| Aug 27 22:42:26.364 INFO STEP 262 (remove_files) COMPLETE |
4688 | 2024-08-27T22:42:28.064Z | [ recovery-image] Aug 27 22:42:26.364 INFO O| Aug 27 22:42:26.364 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-08-27T22:42:28.069Z | [ recovery-image] Aug 27 22:42:26.373 INFO O| Aug 27 22:42:26.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4690 | 2024-08-27T22:42:28.072Z | [ recovery-image] Aug 27 22:42:26.374 INFO O| Aug 27 22:42:26.374 INFO STEP 263 (remove_files) COMPLETE |
4691 | 2024-08-27T22:42:28.072Z | [ recovery-image] Aug 27 22:42:26.374 INFO O| Aug 27 22:42:26.374 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-08-27T22:42:28.079Z | [ recovery-image] Aug 27 22:42:26.383 INFO O| Aug 27 22:42:26.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4693 | 2024-08-27T22:42:28.079Z | [ recovery-image] Aug 27 22:42:26.384 INFO O| Aug 27 22:42:26.384 INFO STEP 264 (remove_files) COMPLETE |
4694 | 2024-08-27T22:42:28.083Z | [ recovery-image] Aug 27 22:42:26.384 INFO O| Aug 27 22:42:26.384 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-08-27T22:42:28.089Z | [ recovery-image] Aug 27 22:42:26.393 INFO O| Aug 27 22:42:26.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4696 | 2024-08-27T22:42:28.089Z | [ recovery-image] Aug 27 22:42:26.393 INFO O| Aug 27 22:42:26.393 INFO STEP 265 (remove_files) COMPLETE |
4697 | 2024-08-27T22:42:28.091Z | [ recovery-image] Aug 27 22:42:26.393 INFO O| Aug 27 22:42:26.393 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-08-27T22:42:28.098Z | [ recovery-image] Aug 27 22:42:26.403 INFO O| Aug 27 22:42:26.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4699 | 2024-08-27T22:42:28.098Z | [ recovery-image] Aug 27 22:42:26.403 INFO O| Aug 27 22:42:26.403 INFO STEP 266 (remove_files) COMPLETE |
4700 | 2024-08-27T22:42:28.101Z | [ recovery-image] Aug 27 22:42:26.403 INFO O| Aug 27 22:42:26.403 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-08-27T22:42:28.108Z | [ recovery-image] Aug 27 22:42:26.412 INFO O| Aug 27 22:42:26.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4702 | 2024-08-27T22:42:28.109Z | [ recovery-image] Aug 27 22:42:26.412 INFO O| Aug 27 22:42:26.412 INFO STEP 267 (remove_files) COMPLETE |
4703 | 2024-08-27T22:42:28.109Z | [ recovery-image] Aug 27 22:42:26.412 INFO O| Aug 27 22:42:26.412 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-08-27T22:42:28.118Z | [ recovery-image] Aug 27 22:42:26.421 INFO O| Aug 27 22:42:26.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4705 | 2024-08-27T22:42:28.118Z | [ recovery-image] Aug 27 22:42:26.422 INFO O| Aug 27 22:42:26.421 INFO STEP 268 (remove_files) COMPLETE |
4706 | 2024-08-27T22:42:28.118Z | [ recovery-image] Aug 27 22:42:26.422 INFO O| Aug 27 22:42:26.422 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-08-27T22:42:28.129Z | [ recovery-image] Aug 27 22:42:26.431 INFO O| Aug 27 22:42:26.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4708 | 2024-08-27T22:42:28.132Z | [ recovery-image] Aug 27 22:42:26.431 INFO O| Aug 27 22:42:26.431 INFO STEP 269 (remove_files) COMPLETE |
4709 | 2024-08-27T22:42:28.132Z | [ recovery-image] Aug 27 22:42:26.431 INFO O| Aug 27 22:42:26.431 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-08-27T22:42:28.137Z | [ recovery-image] Aug 27 22:42:26.441 INFO O| Aug 27 22:42:26.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4711 | 2024-08-27T22:42:28.141Z | [ recovery-image] Aug 27 22:42:26.441 INFO O| Aug 27 22:42:26.441 INFO STEP 270 (remove_files) COMPLETE |
4712 | 2024-08-27T22:42:28.141Z | [ recovery-image] Aug 27 22:42:26.441 INFO O| Aug 27 22:42:26.441 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-08-27T22:42:28.147Z | [ recovery-image] Aug 27 22:42:26.450 INFO O| Aug 27 22:42:26.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4714 | 2024-08-27T22:42:28.151Z | [ recovery-image] Aug 27 22:42:26.450 INFO O| Aug 27 22:42:26.450 INFO STEP 271 (remove_files) COMPLETE |
4715 | 2024-08-27T22:42:28.151Z | [ recovery-image] Aug 27 22:42:26.450 INFO O| Aug 27 22:42:26.450 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-08-27T22:42:28.157Z | [ recovery-image] Aug 27 22:42:26.460 INFO O| Aug 27 22:42:26.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4717 | 2024-08-27T22:42:28.157Z | [ recovery-image] Aug 27 22:42:26.460 INFO O| Aug 27 22:42:26.460 INFO STEP 272 (remove_files) COMPLETE |
4718 | 2024-08-27T22:42:28.160Z | [ recovery-image] Aug 27 22:42:26.460 INFO O| Aug 27 22:42:26.460 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-08-27T22:42:28.166Z | [ recovery-image] Aug 27 22:42:26.469 INFO O| Aug 27 22:42:26.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4720 | 2024-08-27T22:42:28.166Z | [ recovery-image] Aug 27 22:42:26.469 INFO O| Aug 27 22:42:26.469 INFO STEP 273 (remove_files) COMPLETE |
4721 | 2024-08-27T22:42:28.175Z | [ recovery-image] Aug 27 22:42:26.469 INFO O| Aug 27 22:42:26.469 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-08-27T22:42:28.175Z | [ recovery-image] Aug 27 22:42:26.478 INFO O| Aug 27 22:42:26.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4723 | 2024-08-27T22:42:28.175Z | [ recovery-image] Aug 27 22:42:26.478 INFO O| Aug 27 22:42:26.478 INFO STEP 274 (remove_files) COMPLETE |
4724 | 2024-08-27T22:42:28.175Z | [ recovery-image] Aug 27 22:42:26.478 INFO O| Aug 27 22:42:26.478 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-08-27T22:42:28.183Z | [ recovery-image] Aug 27 22:42:26.488 INFO O| Aug 27 22:42:26.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4726 | 2024-08-27T22:42:28.183Z | [ recovery-image] Aug 27 22:42:26.488 INFO O| Aug 27 22:42:26.488 INFO STEP 275 (remove_files) COMPLETE |
4727 | 2024-08-27T22:42:28.186Z | [ recovery-image] Aug 27 22:42:26.488 INFO O| Aug 27 22:42:26.488 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-08-27T22:42:28.193Z | [ recovery-image] Aug 27 22:42:26.497 INFO O| Aug 27 22:42:26.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4729 | 2024-08-27T22:42:28.196Z | [ recovery-image] Aug 27 22:42:26.497 INFO O| Aug 27 22:42:26.497 INFO STEP 276 (remove_files) COMPLETE |
4730 | 2024-08-27T22:42:28.196Z | [ recovery-image] Aug 27 22:42:26.497 INFO O| Aug 27 22:42:26.497 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-08-27T22:42:28.203Z | [ recovery-image] Aug 27 22:42:26.507 INFO O| Aug 27 22:42:26.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4732 | 2024-08-27T22:42:28.203Z | [ recovery-image] Aug 27 22:42:26.507 INFO O| Aug 27 22:42:26.507 INFO STEP 277 (remove_files) COMPLETE |
4733 | 2024-08-27T22:42:28.203Z | [ recovery-image] Aug 27 22:42:26.507 INFO O| Aug 27 22:42:26.507 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-08-27T22:42:28.214Z | [ recovery-image] Aug 27 22:42:26.516 INFO O| Aug 27 22:42:26.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4735 | 2024-08-27T22:42:28.214Z | [ recovery-image] Aug 27 22:42:26.516 INFO O| Aug 27 22:42:26.516 INFO STEP 278 (remove_files) COMPLETE |
4736 | 2024-08-27T22:42:28.216Z | [ recovery-image] Aug 27 22:42:26.516 INFO O| Aug 27 22:42:26.516 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-08-27T22:42:28.221Z | [ recovery-image] Aug 27 22:42:26.525 INFO O| Aug 27 22:42:26.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4738 | 2024-08-27T22:42:28.221Z | [ recovery-image] Aug 27 22:42:26.525 INFO O| Aug 27 22:42:26.525 INFO STEP 279 (remove_files) COMPLETE |
4739 | 2024-08-27T22:42:28.224Z | [ recovery-image] Aug 27 22:42:26.525 INFO O| Aug 27 22:42:26.525 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-08-27T22:42:28.231Z | [ recovery-image] Aug 27 22:42:26.535 INFO O| Aug 27 22:42:26.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4741 | 2024-08-27T22:42:28.231Z | [ recovery-image] Aug 27 22:42:26.535 INFO O| Aug 27 22:42:26.535 INFO STEP 280 (remove_files) COMPLETE |
4742 | 2024-08-27T22:42:28.233Z | [ recovery-image] Aug 27 22:42:26.535 INFO O| Aug 27 22:42:26.535 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-08-27T22:42:28.241Z | [ recovery-image] Aug 27 22:42:26.544 INFO O| Aug 27 22:42:26.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4744 | 2024-08-27T22:42:28.241Z | [ recovery-image] Aug 27 22:42:26.544 INFO O| Aug 27 22:42:26.544 INFO STEP 281 (remove_files) COMPLETE |
4745 | 2024-08-27T22:42:28.241Z | [ recovery-image] Aug 27 22:42:26.544 INFO O| Aug 27 22:42:26.544 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-08-27T22:42:28.249Z | [ recovery-image] Aug 27 22:42:26.553 INFO O| Aug 27 22:42:26.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4747 | 2024-08-27T22:42:28.252Z | [ recovery-image] Aug 27 22:42:26.554 INFO O| Aug 27 22:42:26.554 INFO STEP 282 (remove_files) COMPLETE |
4748 | 2024-08-27T22:42:28.252Z | [ recovery-image] Aug 27 22:42:26.554 INFO O| Aug 27 22:42:26.554 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-08-27T22:42:28.259Z | [ recovery-image] Aug 27 22:42:26.563 INFO O| Aug 27 22:42:26.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4750 | 2024-08-27T22:42:28.261Z | [ recovery-image] Aug 27 22:42:26.563 INFO O| Aug 27 22:42:26.563 INFO STEP 283 (remove_files) COMPLETE |
4751 | 2024-08-27T22:42:28.261Z | [ recovery-image] Aug 27 22:42:26.563 INFO O| Aug 27 22:42:26.563 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-08-27T22:42:28.268Z | [ recovery-image] Aug 27 22:42:26.572 INFO O| Aug 27 22:42:26.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4753 | 2024-08-27T22:42:28.272Z | [ recovery-image] Aug 27 22:42:26.572 INFO O| Aug 27 22:42:26.572 INFO STEP 284 (remove_files) COMPLETE |
4754 | 2024-08-27T22:42:28.272Z | [ recovery-image] Aug 27 22:42:26.572 INFO O| Aug 27 22:42:26.572 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-08-27T22:42:28.278Z | [ recovery-image] Aug 27 22:42:26.582 INFO O| Aug 27 22:42:26.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4756 | 2024-08-27T22:42:28.278Z | [ recovery-image] Aug 27 22:42:26.582 INFO O| Aug 27 22:42:26.582 INFO STEP 285 (remove_files) COMPLETE |
4757 | 2024-08-27T22:42:28.280Z | [ recovery-image] Aug 27 22:42:26.582 INFO O| Aug 27 22:42:26.582 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-08-27T22:42:28.287Z | [ recovery-image] Aug 27 22:42:26.591 INFO O| Aug 27 22:42:26.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4759 | 2024-08-27T22:42:28.289Z | [ recovery-image] Aug 27 22:42:26.592 INFO O| Aug 27 22:42:26.592 INFO STEP 286 (remove_files) COMPLETE |
4760 | 2024-08-27T22:42:28.289Z | [ recovery-image] Aug 27 22:42:26.592 INFO O| Aug 27 22:42:26.592 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-08-27T22:42:28.297Z | [ recovery-image] Aug 27 22:42:26.601 INFO O| Aug 27 22:42:26.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4762 | 2024-08-27T22:42:28.297Z | [ recovery-image] Aug 27 22:42:26.601 INFO O| Aug 27 22:42:26.601 INFO STEP 287 (remove_files) COMPLETE |
4763 | 2024-08-27T22:42:28.300Z | [ recovery-image] Aug 27 22:42:26.601 INFO O| Aug 27 22:42:26.601 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-08-27T22:42:28.306Z | [ recovery-image] Aug 27 22:42:26.610 INFO O| Aug 27 22:42:26.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4765 | 2024-08-27T22:42:28.306Z | [ recovery-image] Aug 27 22:42:26.611 INFO O| Aug 27 22:42:26.610 INFO STEP 288 (remove_files) COMPLETE |
4766 | 2024-08-27T22:42:28.309Z | [ recovery-image] Aug 27 22:42:26.611 INFO O| Aug 27 22:42:26.611 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-08-27T22:42:28.316Z | [ recovery-image] Aug 27 22:42:26.620 INFO O| Aug 27 22:42:26.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4768 | 2024-08-27T22:42:28.318Z | [ recovery-image] Aug 27 22:42:26.620 INFO O| Aug 27 22:42:26.620 INFO STEP 289 (remove_files) COMPLETE |
4769 | 2024-08-27T22:42:28.318Z | [ recovery-image] Aug 27 22:42:26.620 INFO O| Aug 27 22:42:26.620 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-08-27T22:42:28.325Z | [ recovery-image] Aug 27 22:42:26.629 INFO O| Aug 27 22:42:26.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4771 | 2024-08-27T22:42:28.325Z | [ recovery-image] Aug 27 22:42:26.629 INFO O| Aug 27 22:42:26.629 INFO STEP 290 (remove_files) COMPLETE |
4772 | 2024-08-27T22:42:28.327Z | [ recovery-image] Aug 27 22:42:26.629 INFO O| Aug 27 22:42:26.629 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-08-27T22:42:28.334Z | [ recovery-image] Aug 27 22:42:26.639 INFO O| Aug 27 22:42:26.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4774 | 2024-08-27T22:42:28.337Z | [ recovery-image] Aug 27 22:42:26.639 INFO O| Aug 27 22:42:26.639 INFO STEP 291 (remove_files) COMPLETE |
4775 | 2024-08-27T22:42:28.337Z | [ recovery-image] Aug 27 22:42:26.639 INFO O| Aug 27 22:42:26.639 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-08-27T22:42:28.344Z | [ recovery-image] Aug 27 22:42:26.648 INFO O| Aug 27 22:42:26.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4777 | 2024-08-27T22:42:28.344Z | [ recovery-image] Aug 27 22:42:26.648 INFO O| Aug 27 22:42:26.648 INFO STEP 292 (remove_files) COMPLETE |
4778 | 2024-08-27T22:42:28.344Z | [ recovery-image] Aug 27 22:42:26.648 INFO O| Aug 27 22:42:26.648 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-08-27T22:42:28.353Z | [ recovery-image] Aug 27 22:42:26.657 INFO O| Aug 27 22:42:26.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4780 | 2024-08-27T22:42:28.355Z | [ recovery-image] Aug 27 22:42:26.657 INFO O| Aug 27 22:42:26.657 INFO STEP 293 (remove_files) COMPLETE |
4781 | 2024-08-27T22:42:28.356Z | [ recovery-image] Aug 27 22:42:26.657 INFO O| Aug 27 22:42:26.657 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-08-27T22:42:28.362Z | [ recovery-image] Aug 27 22:42:26.667 INFO O| Aug 27 22:42:26.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4783 | 2024-08-27T22:42:28.362Z | [ recovery-image] Aug 27 22:42:26.667 INFO O| Aug 27 22:42:26.667 INFO STEP 294 (remove_files) COMPLETE |
4784 | 2024-08-27T22:42:28.365Z | [ recovery-image] Aug 27 22:42:26.667 INFO O| Aug 27 22:42:26.667 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-08-27T22:42:28.372Z | [ recovery-image] Aug 27 22:42:26.676 INFO O| Aug 27 22:42:26.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4786 | 2024-08-27T22:42:28.372Z | [ recovery-image] Aug 27 22:42:26.676 INFO O| Aug 27 22:42:26.676 INFO STEP 295 (remove_files) COMPLETE |
4787 | 2024-08-27T22:42:28.372Z | [ recovery-image] Aug 27 22:42:26.676 INFO O| Aug 27 22:42:26.676 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-08-27T22:42:28.383Z | [ recovery-image] Aug 27 22:42:26.685 INFO O| Aug 27 22:42:26.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4789 | 2024-08-27T22:42:28.385Z | [ recovery-image] Aug 27 22:42:26.687 INFO O| Aug 27 22:42:26.687 INFO STEP 296 (remove_files) COMPLETE |
4790 | 2024-08-27T22:42:28.385Z | [ recovery-image] Aug 27 22:42:26.687 INFO O| Aug 27 22:42:26.687 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-08-27T22:42:28.392Z | [ recovery-image] Aug 27 22:42:26.696 INFO O| Aug 27 22:42:26.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4792 | 2024-08-27T22:42:28.392Z | [ recovery-image] Aug 27 22:42:26.696 INFO O| Aug 27 22:42:26.696 INFO STEP 297 (remove_files) COMPLETE |
4793 | 2024-08-27T22:42:28.395Z | [ recovery-image] Aug 27 22:42:26.696 INFO O| Aug 27 22:42:26.696 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-08-27T22:42:28.401Z | [ recovery-image] Aug 27 22:42:26.705 INFO O| Aug 27 22:42:26.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4795 | 2024-08-27T22:42:28.403Z | [ recovery-image] Aug 27 22:42:26.705 INFO O| Aug 27 22:42:26.705 INFO STEP 298 (remove_files) COMPLETE |
4796 | 2024-08-27T22:42:28.403Z | [ recovery-image] Aug 27 22:42:26.705 INFO O| Aug 27 22:42:26.705 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-08-27T22:42:28.413Z | [ recovery-image] Aug 27 22:42:26.715 INFO O| Aug 27 22:42:26.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4798 | 2024-08-27T22:42:28.413Z | [ recovery-image] Aug 27 22:42:26.715 INFO O| Aug 27 22:42:26.715 INFO STEP 299 (remove_files) COMPLETE |
4799 | 2024-08-27T22:42:28.415Z | [ recovery-image] Aug 27 22:42:26.715 INFO O| Aug 27 22:42:26.715 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-08-27T22:42:28.421Z | [ recovery-image] Aug 27 22:42:26.724 INFO O| Aug 27 22:42:26.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4801 | 2024-08-27T22:42:28.423Z | [ recovery-image] Aug 27 22:42:26.725 INFO O| Aug 27 22:42:26.725 INFO STEP 300 (remove_files) COMPLETE |
4802 | 2024-08-27T22:42:28.423Z | [ recovery-image] Aug 27 22:42:26.725 INFO O| Aug 27 22:42:26.725 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-08-27T22:42:28.430Z | [ recovery-image] Aug 27 22:42:26.734 INFO O| Aug 27 22:42:26.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4804 | 2024-08-27T22:42:28.430Z | [ recovery-image] Aug 27 22:42:26.734 INFO O| Aug 27 22:42:26.734 INFO STEP 301 (remove_files) COMPLETE |
4805 | 2024-08-27T22:42:28.433Z | [ recovery-image] Aug 27 22:42:26.734 INFO O| Aug 27 22:42:26.734 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-08-27T22:42:28.439Z | [ recovery-image] Aug 27 22:42:26.744 INFO O| Aug 27 22:42:26.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4807 | 2024-08-27T22:42:28.442Z | [ recovery-image] Aug 27 22:42:26.744 INFO O| Aug 27 22:42:26.744 INFO STEP 302 (remove_files) COMPLETE |
4808 | 2024-08-27T22:42:28.442Z | [ recovery-image] Aug 27 22:42:26.744 INFO O| Aug 27 22:42:26.744 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-08-27T22:42:28.449Z | [ recovery-image] Aug 27 22:42:26.753 INFO O| Aug 27 22:42:26.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4810 | 2024-08-27T22:42:28.449Z | [ recovery-image] Aug 27 22:42:26.753 INFO O| Aug 27 22:42:26.753 INFO STEP 303 (remove_files) COMPLETE |
4811 | 2024-08-27T22:42:28.449Z | [ recovery-image] Aug 27 22:42:26.753 INFO O| Aug 27 22:42:26.753 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-08-27T22:42:28.459Z | [ recovery-image] Aug 27 22:42:26.763 INFO O| Aug 27 22:42:26.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4813 | 2024-08-27T22:42:28.461Z | [ recovery-image] Aug 27 22:42:26.763 INFO O| Aug 27 22:42:26.763 INFO STEP 304 (remove_files) COMPLETE |
4814 | 2024-08-27T22:42:28.461Z | [ recovery-image] Aug 27 22:42:26.763 INFO O| Aug 27 22:42:26.763 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-08-27T22:42:28.468Z | [ recovery-image] Aug 27 22:42:26.772 INFO O| Aug 27 22:42:26.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4816 | 2024-08-27T22:42:28.468Z | [ recovery-image] Aug 27 22:42:26.772 INFO O| Aug 27 22:42:26.772 INFO STEP 305 (remove_files) COMPLETE |
4817 | 2024-08-27T22:42:28.471Z | [ recovery-image] Aug 27 22:42:26.772 INFO O| Aug 27 22:42:26.772 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-08-27T22:42:28.477Z | [ recovery-image] Aug 27 22:42:26.782 INFO O| Aug 27 22:42:26.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4819 | 2024-08-27T22:42:28.477Z | [ recovery-image] Aug 27 22:42:26.782 INFO O| Aug 27 22:42:26.782 INFO STEP 306 (remove_files) COMPLETE |
4820 | 2024-08-27T22:42:28.480Z | [ recovery-image] Aug 27 22:42:26.782 INFO O| Aug 27 22:42:26.782 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-08-27T22:42:28.487Z | [ recovery-image] Aug 27 22:42:26.791 INFO O| Aug 27 22:42:26.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4822 | 2024-08-27T22:42:28.487Z | [ recovery-image] Aug 27 22:42:26.791 INFO O| Aug 27 22:42:26.791 INFO STEP 307 (remove_files) COMPLETE |
4823 | 2024-08-27T22:42:28.487Z | [ recovery-image] Aug 27 22:42:26.791 INFO O| Aug 27 22:42:26.791 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-08-27T22:42:28.496Z | [ recovery-image] Aug 27 22:42:26.800 INFO O| Aug 27 22:42:26.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4825 | 2024-08-27T22:42:28.499Z | [ recovery-image] Aug 27 22:42:26.800 INFO O| Aug 27 22:42:26.800 INFO STEP 308 (remove_files) COMPLETE |
4826 | 2024-08-27T22:42:28.499Z | [ recovery-image] Aug 27 22:42:26.800 INFO O| Aug 27 22:42:26.800 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-08-27T22:42:28.507Z | [ recovery-image] Aug 27 22:42:26.810 INFO O| Aug 27 22:42:26.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4828 | 2024-08-27T22:42:28.510Z | [ recovery-image] Aug 27 22:42:26.810 INFO O| Aug 27 22:42:26.810 INFO STEP 309 (remove_files) COMPLETE |
4829 | 2024-08-27T22:42:28.510Z | [ recovery-image] Aug 27 22:42:26.810 INFO O| Aug 27 22:42:26.810 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-08-27T22:42:28.515Z | [ recovery-image] Aug 27 22:42:26.819 INFO O| Aug 27 22:42:26.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4831 | 2024-08-27T22:42:28.515Z | [ recovery-image] Aug 27 22:42:26.819 INFO O| Aug 27 22:42:26.819 INFO STEP 310 (remove_files) COMPLETE |
4832 | 2024-08-27T22:42:28.519Z | [ recovery-image] Aug 27 22:42:26.819 INFO O| Aug 27 22:42:26.819 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-08-27T22:42:28.527Z | [ recovery-image] Aug 27 22:42:26.829 INFO O| Aug 27 22:42:26.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4834 | 2024-08-27T22:42:28.530Z | [ recovery-image] Aug 27 22:42:26.829 INFO O| Aug 27 22:42:26.829 INFO STEP 311 (remove_files) COMPLETE |
4835 | 2024-08-27T22:42:28.530Z | [ recovery-image] Aug 27 22:42:26.829 INFO O| Aug 27 22:42:26.829 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-08-27T22:42:28.535Z | [ recovery-image] Aug 27 22:42:26.838 INFO O| Aug 27 22:42:26.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4837 | 2024-08-27T22:42:28.535Z | [ recovery-image] Aug 27 22:42:26.838 INFO O| Aug 27 22:42:26.838 INFO STEP 312 (remove_files) COMPLETE |
4838 | 2024-08-27T22:42:28.535Z | [ recovery-image] Aug 27 22:42:26.838 INFO O| Aug 27 22:42:26.838 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-08-27T22:42:28.545Z | [ recovery-image] Aug 27 22:42:26.848 INFO O| Aug 27 22:42:26.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4840 | 2024-08-27T22:42:28.548Z | [ recovery-image] Aug 27 22:42:26.848 INFO O| Aug 27 22:42:26.848 INFO STEP 313 (remove_files) COMPLETE |
4841 | 2024-08-27T22:42:28.548Z | [ recovery-image] Aug 27 22:42:26.848 INFO O| Aug 27 22:42:26.848 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-08-27T22:42:28.553Z | [ recovery-image] Aug 27 22:42:26.857 INFO O| Aug 27 22:42:26.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4843 | 2024-08-27T22:42:28.553Z | [ recovery-image] Aug 27 22:42:26.857 INFO O| Aug 27 22:42:26.857 INFO STEP 314 (remove_files) COMPLETE |
4844 | 2024-08-27T22:42:28.556Z | [ recovery-image] Aug 27 22:42:26.857 INFO O| Aug 27 22:42:26.857 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-08-27T22:42:28.562Z | [ recovery-image] Aug 27 22:42:26.866 INFO O| Aug 27 22:42:26.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4846 | 2024-08-27T22:42:28.562Z | [ recovery-image] Aug 27 22:42:26.866 INFO O| Aug 27 22:42:26.866 INFO STEP 315 (remove_files) COMPLETE |
4847 | 2024-08-27T22:42:28.562Z | [ recovery-image] Aug 27 22:42:26.866 INFO O| Aug 27 22:42:26.866 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-08-27T22:42:28.571Z | [ recovery-image] Aug 27 22:42:26.876 INFO O| Aug 27 22:42:26.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4849 | 2024-08-27T22:42:28.574Z | [ recovery-image] Aug 27 22:42:26.876 INFO O| Aug 27 22:42:26.876 INFO STEP 316 (remove_files) COMPLETE |
4850 | 2024-08-27T22:42:28.574Z | [ recovery-image] Aug 27 22:42:26.876 INFO O| Aug 27 22:42:26.876 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-08-27T22:42:28.582Z | [ recovery-image] Aug 27 22:42:26.885 INFO O| Aug 27 22:42:26.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4852 | 2024-08-27T22:42:28.587Z | [ recovery-image] Aug 27 22:42:26.885 INFO O| Aug 27 22:42:26.885 INFO STEP 317 (remove_files) COMPLETE |
4853 | 2024-08-27T22:42:28.587Z | [ recovery-image] Aug 27 22:42:26.885 INFO O| Aug 27 22:42:26.885 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-08-27T22:42:28.591Z | [ recovery-image] Aug 27 22:42:26.894 INFO O| Aug 27 22:42:26.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4855 | 2024-08-27T22:42:28.591Z | [ recovery-image] Aug 27 22:42:26.895 INFO O| Aug 27 22:42:26.895 INFO STEP 318 (remove_files) COMPLETE |
4856 | 2024-08-27T22:42:28.593Z | [ recovery-image] Aug 27 22:42:26.895 INFO O| Aug 27 22:42:26.895 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-08-27T22:42:28.600Z | [ recovery-image] Aug 27 22:42:26.904 INFO O| Aug 27 22:42:26.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4858 | 2024-08-27T22:42:28.600Z | [ recovery-image] Aug 27 22:42:26.904 INFO O| Aug 27 22:42:26.904 INFO STEP 319 (remove_files) COMPLETE |
4859 | 2024-08-27T22:42:28.602Z | [ recovery-image] Aug 27 22:42:26.904 INFO O| Aug 27 22:42:26.904 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-08-27T22:42:28.609Z | [ recovery-image] Aug 27 22:42:26.913 INFO O| Aug 27 22:42:26.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4861 | 2024-08-27T22:42:28.609Z | [ recovery-image] Aug 27 22:42:26.913 INFO O| Aug 27 22:42:26.913 INFO STEP 320 (remove_files) COMPLETE |
4862 | 2024-08-27T22:42:28.612Z | [ recovery-image] Aug 27 22:42:26.913 INFO O| Aug 27 22:42:26.913 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-08-27T22:42:28.619Z | [ recovery-image] Aug 27 22:42:26.923 INFO O| Aug 27 22:42:26.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4864 | 2024-08-27T22:42:28.619Z | [ recovery-image] Aug 27 22:42:26.923 INFO O| Aug 27 22:42:26.923 INFO STEP 321 (remove_files) COMPLETE |
4865 | 2024-08-27T22:42:28.619Z | [ recovery-image] Aug 27 22:42:26.923 INFO O| Aug 27 22:42:26.923 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-08-27T22:42:28.628Z | [ recovery-image] Aug 27 22:42:26.932 INFO O| Aug 27 22:42:26.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4867 | 2024-08-27T22:42:28.630Z | [ recovery-image] Aug 27 22:42:26.932 INFO O| Aug 27 22:42:26.932 INFO STEP 322 (remove_files) COMPLETE |
4868 | 2024-08-27T22:42:28.631Z | [ recovery-image] Aug 27 22:42:26.932 INFO O| Aug 27 22:42:26.932 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-08-27T22:42:28.637Z | [ recovery-image] Aug 27 22:42:26.942 INFO O| Aug 27 22:42:26.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4870 | 2024-08-27T22:42:28.638Z | [ recovery-image] Aug 27 22:42:26.942 INFO O| Aug 27 22:42:26.942 INFO STEP 323 (remove_files) COMPLETE |
4871 | 2024-08-27T22:42:28.640Z | [ recovery-image] Aug 27 22:42:26.942 INFO O| Aug 27 22:42:26.942 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-08-27T22:42:28.647Z | [ recovery-image] Aug 27 22:42:26.951 INFO O| Aug 27 22:42:26.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4873 | 2024-08-27T22:42:28.647Z | [ recovery-image] Aug 27 22:42:26.951 INFO O| Aug 27 22:42:26.951 INFO STEP 324 (remove_files) COMPLETE |
4874 | 2024-08-27T22:42:28.647Z | [ recovery-image] Aug 27 22:42:26.951 INFO O| Aug 27 22:42:26.951 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-08-27T22:42:28.656Z | [ recovery-image] Aug 27 22:42:26.961 INFO O| Aug 27 22:42:26.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4876 | 2024-08-27T22:42:28.656Z | [ recovery-image] Aug 27 22:42:26.961 INFO O| Aug 27 22:42:26.961 INFO STEP 325 (remove_files) COMPLETE |
4877 | 2024-08-27T22:42:28.656Z | [ recovery-image] Aug 27 22:42:26.961 INFO O| Aug 27 22:42:26.961 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-08-27T22:42:28.666Z | [ recovery-image] Aug 27 22:42:26.970 INFO O| Aug 27 22:42:26.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4879 | 2024-08-27T22:42:28.668Z | [ recovery-image] Aug 27 22:42:26.970 INFO O| Aug 27 22:42:26.970 INFO STEP 326 (remove_files) COMPLETE |
4880 | 2024-08-27T22:42:28.668Z | [ recovery-image] Aug 27 22:42:26.970 INFO O| Aug 27 22:42:26.970 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-08-27T22:42:28.675Z | [ recovery-image] Aug 27 22:42:26.979 INFO O| Aug 27 22:42:26.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4882 | 2024-08-27T22:42:28.675Z | [ recovery-image] Aug 27 22:42:26.979 INFO O| Aug 27 22:42:26.979 INFO STEP 327 (remove_files) COMPLETE |
4883 | 2024-08-27T22:42:28.675Z | [ recovery-image] Aug 27 22:42:26.979 INFO O| Aug 27 22:42:26.979 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-08-27T22:42:28.686Z | [ recovery-image] Aug 27 22:42:26.989 INFO O| Aug 27 22:42:26.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4885 | 2024-08-27T22:42:28.686Z | [ recovery-image] Aug 27 22:42:26.989 INFO O| Aug 27 22:42:26.989 INFO STEP 328 (remove_files) COMPLETE |
4886 | 2024-08-27T22:42:28.686Z | [ recovery-image] Aug 27 22:42:26.989 INFO O| Aug 27 22:42:26.989 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-08-27T22:42:28.694Z | [ recovery-image] Aug 27 22:42:26.999 INFO O| Aug 27 22:42:26.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4888 | 2024-08-27T22:42:28.697Z | [ recovery-image] Aug 27 22:42:26.999 INFO O| Aug 27 22:42:26.999 INFO STEP 329 (remove_files) COMPLETE |
4889 | 2024-08-27T22:42:28.697Z | [ recovery-image] Aug 27 22:42:26.999 INFO O| Aug 27 22:42:26.999 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-08-27T22:42:28.706Z | [ recovery-image] Aug 27 22:42:27.010 INFO O| Aug 27 22:42:27.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4891 | 2024-08-27T22:42:28.706Z | [ recovery-image] Aug 27 22:42:27.010 INFO O| Aug 27 22:42:27.010 INFO STEP 330 (remove_files) COMPLETE |
4892 | 2024-08-27T22:42:28.706Z | [ recovery-image] Aug 27 22:42:27.010 INFO O| Aug 27 22:42:27.010 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-08-27T22:42:28.716Z | [ recovery-image] Aug 27 22:42:27.020 INFO O| Aug 27 22:42:27.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4894 | 2024-08-27T22:42:28.716Z | [ recovery-image] Aug 27 22:42:27.020 INFO O| Aug 27 22:42:27.020 INFO STEP 331 (remove_files) COMPLETE |
4895 | 2024-08-27T22:42:28.716Z | [ recovery-image] Aug 27 22:42:27.020 INFO O| Aug 27 22:42:27.020 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-08-27T22:42:28.726Z | [ recovery-image] Aug 27 22:42:27.030 INFO O| Aug 27 22:42:27.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4897 | 2024-08-27T22:42:28.726Z | [ recovery-image] Aug 27 22:42:27.030 INFO O| Aug 27 22:42:27.030 INFO STEP 332 (remove_files) COMPLETE |
4898 | 2024-08-27T22:42:28.729Z | [ recovery-image] Aug 27 22:42:27.030 INFO O| Aug 27 22:42:27.030 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-08-27T22:42:28.735Z | [ recovery-image] Aug 27 22:42:27.039 INFO O| Aug 27 22:42:27.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4900 | 2024-08-27T22:42:28.735Z | [ recovery-image] Aug 27 22:42:27.039 INFO O| Aug 27 22:42:27.039 INFO STEP 333 (remove_files) COMPLETE |
4901 | 2024-08-27T22:42:28.735Z | [ recovery-image] Aug 27 22:42:27.039 INFO O| Aug 27 22:42:27.039 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-08-27T22:42:28.744Z | [ recovery-image] Aug 27 22:42:27.049 INFO O| Aug 27 22:42:27.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4903 | 2024-08-27T22:42:28.745Z | [ recovery-image] Aug 27 22:42:27.049 INFO O| Aug 27 22:42:27.049 INFO STEP 334 (remove_files) COMPLETE |
4904 | 2024-08-27T22:42:28.748Z | [ recovery-image] Aug 27 22:42:27.049 INFO O| Aug 27 22:42:27.049 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-08-27T22:42:28.754Z | [ recovery-image] Aug 27 22:42:27.058 INFO O| Aug 27 22:42:27.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4906 | 2024-08-27T22:42:28.757Z | [ recovery-image] Aug 27 22:42:27.058 INFO O| Aug 27 22:42:27.058 INFO STEP 335 (remove_files) COMPLETE |
4907 | 2024-08-27T22:42:28.757Z | [ recovery-image] Aug 27 22:42:27.058 INFO O| Aug 27 22:42:27.058 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-08-27T22:42:28.763Z | [ recovery-image] Aug 27 22:42:27.067 INFO O| Aug 27 22:42:27.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4909 | 2024-08-27T22:42:28.763Z | [ recovery-image] Aug 27 22:42:27.067 INFO O| Aug 27 22:42:27.067 INFO STEP 336 (remove_files) COMPLETE |
4910 | 2024-08-27T22:42:28.765Z | [ recovery-image] Aug 27 22:42:27.067 INFO O| Aug 27 22:42:27.067 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-08-27T22:42:28.773Z | [ recovery-image] Aug 27 22:42:27.077 INFO O| Aug 27 22:42:27.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4912 | 2024-08-27T22:42:28.773Z | [ recovery-image] Aug 27 22:42:27.077 INFO O| Aug 27 22:42:27.077 INFO STEP 337 (remove_files) COMPLETE |
4913 | 2024-08-27T22:42:28.776Z | [ recovery-image] Aug 27 22:42:27.077 INFO O| Aug 27 22:42:27.077 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-08-27T22:42:28.783Z | [ recovery-image] Aug 27 22:42:27.087 INFO O| Aug 27 22:42:27.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4915 | 2024-08-27T22:42:28.783Z | [ recovery-image] Aug 27 22:42:27.087 INFO O| Aug 27 22:42:27.087 INFO STEP 338 (remove_files) COMPLETE |
4916 | 2024-08-27T22:42:28.783Z | [ recovery-image] Aug 27 22:42:27.087 INFO O| Aug 27 22:42:27.087 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-08-27T22:42:28.795Z | [ recovery-image] Aug 27 22:42:27.098 INFO O| Aug 27 22:42:27.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4918 | 2024-08-27T22:42:28.795Z | [ recovery-image] Aug 27 22:42:27.098 INFO O| Aug 27 22:42:27.098 INFO STEP 339 (remove_files) COMPLETE |
4919 | 2024-08-27T22:42:28.798Z | [ recovery-image] Aug 27 22:42:27.098 INFO O| Aug 27 22:42:27.098 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-08-27T22:42:28.805Z | [ recovery-image] Aug 27 22:42:27.109 INFO O| Aug 27 22:42:27.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4921 | 2024-08-27T22:42:28.805Z | [ recovery-image] Aug 27 22:42:27.109 INFO O| Aug 27 22:42:27.109 INFO STEP 340 (remove_files) COMPLETE |
4922 | 2024-08-27T22:42:28.807Z | [ recovery-image] Aug 27 22:42:27.109 INFO O| Aug 27 22:42:27.109 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-08-27T22:42:28.815Z | [ recovery-image] Aug 27 22:42:27.119 INFO O| Aug 27 22:42:27.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4924 | 2024-08-27T22:42:28.818Z | [ recovery-image] Aug 27 22:42:27.120 INFO O| Aug 27 22:42:27.120 INFO STEP 341 (remove_files) COMPLETE |
4925 | 2024-08-27T22:42:28.818Z | [ recovery-image] Aug 27 22:42:27.120 INFO O| Aug 27 22:42:27.120 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-08-27T22:42:28.826Z | [ recovery-image] Aug 27 22:42:27.129 INFO O| Aug 27 22:42:27.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4927 | 2024-08-27T22:42:28.826Z | [ recovery-image] Aug 27 22:42:27.129 INFO O| Aug 27 22:42:27.129 INFO STEP 342 (remove_files) COMPLETE |
4928 | 2024-08-27T22:42:28.826Z | [ recovery-image] Aug 27 22:42:27.129 INFO O| Aug 27 22:42:27.129 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-08-27T22:42:28.836Z | [ recovery-image] Aug 27 22:42:27.139 INFO O| Aug 27 22:42:27.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4930 | 2024-08-27T22:42:28.836Z | [ recovery-image] Aug 27 22:42:27.139 INFO O| Aug 27 22:42:27.139 INFO STEP 343 (remove_files) COMPLETE |
4931 | 2024-08-27T22:42:28.839Z | [ recovery-image] Aug 27 22:42:27.139 INFO O| Aug 27 22:42:27.139 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-08-27T22:42:28.844Z | [ recovery-image] Aug 27 22:42:27.148 INFO O| Aug 27 22:42:27.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4933 | 2024-08-27T22:42:28.849Z | [ recovery-image] Aug 27 22:42:27.148 INFO O| Aug 27 22:42:27.148 INFO STEP 344 (remove_files) COMPLETE |
4934 | 2024-08-27T22:42:28.849Z | [ recovery-image] Aug 27 22:42:27.148 INFO O| Aug 27 22:42:27.148 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-08-27T22:42:28.854Z | [ recovery-image] Aug 27 22:42:27.158 INFO O| Aug 27 22:42:27.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4936 | 2024-08-27T22:42:28.854Z | [ recovery-image] Aug 27 22:42:27.158 INFO O| Aug 27 22:42:27.158 INFO STEP 345 (remove_files) COMPLETE |
4937 | 2024-08-27T22:42:28.854Z | [ recovery-image] Aug 27 22:42:27.158 INFO O| Aug 27 22:42:27.158 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-08-27T22:42:28.864Z | [ recovery-image] Aug 27 22:42:27.167 INFO O| Aug 27 22:42:27.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4939 | 2024-08-27T22:42:28.867Z | [ recovery-image] Aug 27 22:42:27.167 INFO O| Aug 27 22:42:27.167 INFO STEP 346 (remove_files) COMPLETE |
4940 | 2024-08-27T22:42:28.867Z | [ recovery-image] Aug 27 22:42:27.167 INFO O| Aug 27 22:42:27.167 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-08-27T22:42:28.872Z | [ recovery-image] Aug 27 22:42:27.176 INFO O| Aug 27 22:42:27.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4942 | 2024-08-27T22:42:28.872Z | [ recovery-image] Aug 27 22:42:27.176 INFO O| Aug 27 22:42:27.176 INFO STEP 347 (remove_files) COMPLETE |
4943 | 2024-08-27T22:42:28.872Z | [ recovery-image] Aug 27 22:42:27.176 INFO O| Aug 27 22:42:27.176 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-08-27T22:42:28.881Z | [ recovery-image] Aug 27 22:42:27.186 INFO O| Aug 27 22:42:27.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4945 | 2024-08-27T22:42:28.881Z | [ recovery-image] Aug 27 22:42:27.186 INFO O| Aug 27 22:42:27.186 INFO STEP 348 (remove_files) COMPLETE |
4946 | 2024-08-27T22:42:28.881Z | [ recovery-image] Aug 27 22:42:27.186 INFO O| Aug 27 22:42:27.186 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-08-27T22:42:28.891Z | [ recovery-image] Aug 27 22:42:27.195 INFO O| Aug 27 22:42:27.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4948 | 2024-08-27T22:42:28.891Z | [ recovery-image] Aug 27 22:42:27.195 INFO O| Aug 27 22:42:27.195 INFO STEP 349 (remove_files) COMPLETE |
4949 | 2024-08-27T22:42:28.891Z | [ recovery-image] Aug 27 22:42:27.195 INFO O| Aug 27 22:42:27.195 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-08-27T22:42:28.900Z | [ recovery-image] Aug 27 22:42:27.204 INFO O| Aug 27 22:42:27.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4951 | 2024-08-27T22:42:28.900Z | [ recovery-image] Aug 27 22:42:27.204 INFO O| Aug 27 22:42:27.204 INFO STEP 350 (remove_files) COMPLETE |
4952 | 2024-08-27T22:42:28.900Z | [ recovery-image] Aug 27 22:42:27.204 INFO O| Aug 27 22:42:27.204 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-08-27T22:42:28.909Z | [ recovery-image] Aug 27 22:42:27.213 INFO O| Aug 27 22:42:27.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4954 | 2024-08-27T22:42:28.909Z | [ recovery-image] Aug 27 22:42:27.213 INFO O| Aug 27 22:42:27.213 INFO STEP 351 (remove_files) COMPLETE |
4955 | 2024-08-27T22:42:28.912Z | [ recovery-image] Aug 27 22:42:27.213 INFO O| Aug 27 22:42:27.213 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-08-27T22:42:28.919Z | [ recovery-image] Aug 27 22:42:27.223 INFO O| Aug 27 22:42:27.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4957 | 2024-08-27T22:42:28.919Z | [ recovery-image] Aug 27 22:42:27.223 INFO O| Aug 27 22:42:27.223 INFO STEP 352 (remove_files) COMPLETE |
4958 | 2024-08-27T22:42:28.921Z | [ recovery-image] Aug 27 22:42:27.223 INFO O| Aug 27 22:42:27.223 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-08-27T22:42:28.929Z | [ recovery-image] Aug 27 22:42:27.232 INFO O| Aug 27 22:42:27.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4960 | 2024-08-27T22:42:28.929Z | [ recovery-image] Aug 27 22:42:27.232 INFO O| Aug 27 22:42:27.232 INFO STEP 353 (remove_files) COMPLETE |
4961 | 2024-08-27T22:42:28.931Z | [ recovery-image] Aug 27 22:42:27.232 INFO O| Aug 27 22:42:27.232 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-08-27T22:42:28.937Z | [ recovery-image] Aug 27 22:42:27.241 INFO O| Aug 27 22:42:27.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4963 | 2024-08-27T22:42:28.940Z | [ recovery-image] Aug 27 22:42:27.241 INFO O| Aug 27 22:42:27.241 INFO STEP 354 (remove_files) COMPLETE |
4964 | 2024-08-27T22:42:28.940Z | [ recovery-image] Aug 27 22:42:27.241 INFO O| Aug 27 22:42:27.241 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-08-27T22:42:28.947Z | [ recovery-image] Aug 27 22:42:27.251 INFO O| Aug 27 22:42:27.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4966 | 2024-08-27T22:42:28.947Z | [ recovery-image] Aug 27 22:42:27.251 INFO O| Aug 27 22:42:27.251 INFO STEP 355 (remove_files) COMPLETE |
4967 | 2024-08-27T22:42:28.950Z | [ recovery-image] Aug 27 22:42:27.251 INFO O| Aug 27 22:42:27.251 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-08-27T22:42:28.956Z | [ recovery-image] Aug 27 22:42:27.260 INFO O| Aug 27 22:42:27.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4969 | 2024-08-27T22:42:28.960Z | [ recovery-image] Aug 27 22:42:27.260 INFO O| Aug 27 22:42:27.260 INFO STEP 356 (remove_files) COMPLETE |
4970 | 2024-08-27T22:42:28.960Z | [ recovery-image] Aug 27 22:42:27.260 INFO O| Aug 27 22:42:27.260 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-08-27T22:42:28.966Z | [ recovery-image] Aug 27 22:42:27.269 INFO O| Aug 27 22:42:27.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4972 | 2024-08-27T22:42:28.966Z | [ recovery-image] Aug 27 22:42:27.269 INFO O| Aug 27 22:42:27.269 INFO STEP 357 (remove_files) COMPLETE |
4973 | 2024-08-27T22:42:28.969Z | [ recovery-image] Aug 27 22:42:27.269 INFO O| Aug 27 22:42:27.269 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-08-27T22:42:28.975Z | [ recovery-image] Aug 27 22:42:27.278 INFO O| Aug 27 22:42:27.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4975 | 2024-08-27T22:42:28.975Z | [ recovery-image] Aug 27 22:42:27.279 INFO O| Aug 27 22:42:27.278 INFO STEP 358 (remove_files) COMPLETE |
4976 | 2024-08-27T22:42:28.975Z | [ recovery-image] Aug 27 22:42:27.279 INFO O| Aug 27 22:42:27.279 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-08-27T22:42:28.985Z | [ recovery-image] Aug 27 22:42:27.288 INFO O| Aug 27 22:42:27.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4978 | 2024-08-27T22:42:28.985Z | [ recovery-image] Aug 27 22:42:27.288 INFO O| Aug 27 22:42:27.288 INFO STEP 359 (remove_files) COMPLETE |
4979 | 2024-08-27T22:42:28.985Z | [ recovery-image] Aug 27 22:42:27.288 INFO O| Aug 27 22:42:27.288 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-08-27T22:42:28.993Z | [ recovery-image] Aug 27 22:42:27.297 INFO O| Aug 27 22:42:27.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4981 | 2024-08-27T22:42:28.993Z | [ recovery-image] Aug 27 22:42:27.297 INFO O| Aug 27 22:42:27.297 INFO STEP 360 (remove_files) COMPLETE |
4982 | 2024-08-27T22:42:28.996Z | [ recovery-image] Aug 27 22:42:27.297 INFO O| Aug 27 22:42:27.297 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-08-27T22:42:29.002Z | [ recovery-image] Aug 27 22:42:27.306 INFO O| Aug 27 22:42:27.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4984 | 2024-08-27T22:42:29.006Z | [ recovery-image] Aug 27 22:42:27.306 INFO O| Aug 27 22:42:27.306 INFO STEP 361 (remove_files) COMPLETE |
4985 | 2024-08-27T22:42:29.006Z | [ recovery-image] Aug 27 22:42:27.306 INFO O| Aug 27 22:42:27.306 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-08-27T22:42:29.012Z | [ recovery-image] Aug 27 22:42:27.316 INFO O| Aug 27 22:42:27.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
4987 | 2024-08-27T22:42:29.012Z | [ recovery-image] Aug 27 22:42:27.316 INFO O| Aug 27 22:42:27.316 INFO STEP 362 (remove_files) COMPLETE |
4988 | 2024-08-27T22:42:29.012Z | [ recovery-image] Aug 27 22:42:27.316 INFO O| Aug 27 22:42:27.316 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-08-27T22:42:29.021Z | [ recovery-image] Aug 27 22:42:27.325 INFO O| Aug 27 22:42:27.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
4990 | 2024-08-27T22:42:29.024Z | [ recovery-image] Aug 27 22:42:27.325 INFO O| Aug 27 22:42:27.325 INFO STEP 363 (remove_files) COMPLETE |
4991 | 2024-08-27T22:42:29.025Z | [ recovery-image] Aug 27 22:42:27.325 INFO O| Aug 27 22:42:27.325 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-08-27T22:42:29.033Z | [ recovery-image] Aug 27 22:42:27.334 INFO O| Aug 27 22:42:27.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
4993 | 2024-08-27T22:42:29.033Z | [ recovery-image] Aug 27 22:42:27.335 INFO O| Aug 27 22:42:27.335 INFO STEP 364 (remove_files) COMPLETE |
4994 | 2024-08-27T22:42:29.033Z | [ recovery-image] Aug 27 22:42:27.335 INFO O| Aug 27 22:42:27.335 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-08-27T22:42:29.040Z | [ recovery-image] Aug 27 22:42:27.344 INFO O| Aug 27 22:42:27.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
4996 | 2024-08-27T22:42:29.040Z | [ recovery-image] Aug 27 22:42:27.344 INFO O| Aug 27 22:42:27.344 INFO STEP 365 (remove_files) COMPLETE |
4997 | 2024-08-27T22:42:29.042Z | [ recovery-image] Aug 27 22:42:27.344 INFO O| Aug 27 22:42:27.344 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-08-27T22:42:29.049Z | [ recovery-image] Aug 27 22:42:27.353 INFO O| Aug 27 22:42:27.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
4999 | 2024-08-27T22:42:29.049Z | [ recovery-image] Aug 27 22:42:27.353 INFO O| Aug 27 22:42:27.353 INFO STEP 366 (remove_files) COMPLETE |
5000 | 2024-08-27T22:42:29.053Z | [ recovery-image] Aug 27 22:42:27.353 INFO O| Aug 27 22:42:27.353 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-08-27T22:42:29.058Z | [ recovery-image] Aug 27 22:42:27.362 INFO O| Aug 27 22:42:27.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5002 | 2024-08-27T22:42:29.061Z | [ recovery-image] Aug 27 22:42:27.362 INFO O| Aug 27 22:42:27.362 INFO STEP 367 (remove_files) COMPLETE |
5003 | 2024-08-27T22:42:29.061Z | [ recovery-image] Aug 27 22:42:27.362 INFO O| Aug 27 22:42:27.362 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-08-27T22:42:29.067Z | [ recovery-image] Aug 27 22:42:27.372 INFO O| Aug 27 22:42:27.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5005 | 2024-08-27T22:42:29.067Z | [ recovery-image] Aug 27 22:42:27.372 INFO O| Aug 27 22:42:27.372 INFO STEP 368 (remove_files) COMPLETE |
5006 | 2024-08-27T22:42:29.067Z | [ recovery-image] Aug 27 22:42:27.372 INFO O| Aug 27 22:42:27.372 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-08-27T22:42:29.077Z | [ recovery-image] Aug 27 22:42:27.381 INFO O| Aug 27 22:42:27.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5008 | 2024-08-27T22:42:29.080Z | [ recovery-image] Aug 27 22:42:27.381 INFO O| Aug 27 22:42:27.381 INFO STEP 369 (remove_files) COMPLETE |
5009 | 2024-08-27T22:42:29.080Z | [ recovery-image] Aug 27 22:42:27.381 INFO O| Aug 27 22:42:27.381 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-08-27T22:42:29.086Z | [ recovery-image] Aug 27 22:42:27.390 INFO O| Aug 27 22:42:27.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5011 | 2024-08-27T22:42:29.089Z | [ recovery-image] Aug 27 22:42:27.390 INFO O| Aug 27 22:42:27.390 INFO STEP 370 (remove_files) COMPLETE |
5012 | 2024-08-27T22:42:29.089Z | [ recovery-image] Aug 27 22:42:27.390 INFO O| Aug 27 22:42:27.390 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-08-27T22:42:29.095Z | [ recovery-image] Aug 27 22:42:27.400 INFO O| Aug 27 22:42:27.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5014 | 2024-08-27T22:42:29.098Z | [ recovery-image] Aug 27 22:42:27.400 INFO O| Aug 27 22:42:27.400 INFO STEP 371 (remove_files) COMPLETE |
5015 | 2024-08-27T22:42:29.098Z | [ recovery-image] Aug 27 22:42:27.400 INFO O| Aug 27 22:42:27.400 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-08-27T22:42:29.105Z | [ recovery-image] Aug 27 22:42:27.409 INFO O| Aug 27 22:42:27.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5017 | 2024-08-27T22:42:29.105Z | [ recovery-image] Aug 27 22:42:27.409 INFO O| Aug 27 22:42:27.409 INFO STEP 372 (remove_files) COMPLETE |
5018 | 2024-08-27T22:42:29.108Z | [ recovery-image] Aug 27 22:42:27.409 INFO O| Aug 27 22:42:27.409 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-08-27T22:42:29.115Z | [ recovery-image] Aug 27 22:42:27.418 INFO O| Aug 27 22:42:27.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5020 | 2024-08-27T22:42:29.115Z | [ recovery-image] Aug 27 22:42:27.418 INFO O| Aug 27 22:42:27.418 INFO STEP 373 (remove_files) COMPLETE |
5021 | 2024-08-27T22:42:29.117Z | [ recovery-image] Aug 27 22:42:27.419 INFO O| Aug 27 22:42:27.418 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-08-27T22:42:29.125Z | [ recovery-image] Aug 27 22:42:27.428 INFO O| Aug 27 22:42:27.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5023 | 2024-08-27T22:42:29.125Z | [ recovery-image] Aug 27 22:42:27.428 INFO O| Aug 27 22:42:27.428 INFO STEP 374 (remove_files) COMPLETE |
5024 | 2024-08-27T22:42:29.125Z | [ recovery-image] Aug 27 22:42:27.428 INFO O| Aug 27 22:42:27.428 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-08-27T22:42:29.133Z | [ recovery-image] Aug 27 22:42:27.437 INFO O| Aug 27 22:42:27.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5026 | 2024-08-27T22:42:29.133Z | [ recovery-image] Aug 27 22:42:27.437 INFO O| Aug 27 22:42:27.437 INFO STEP 375 (remove_files) COMPLETE |
5027 | 2024-08-27T22:42:29.136Z | [ recovery-image] Aug 27 22:42:27.437 INFO O| Aug 27 22:42:27.437 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-08-27T22:42:29.142Z | [ recovery-image] Aug 27 22:42:27.446 INFO O| Aug 27 22:42:27.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5029 | 2024-08-27T22:42:29.142Z | [ recovery-image] Aug 27 22:42:27.446 INFO O| Aug 27 22:42:27.446 INFO STEP 376 (remove_files) COMPLETE |
5030 | 2024-08-27T22:42:29.145Z | [ recovery-image] Aug 27 22:42:27.447 INFO O| Aug 27 22:42:27.446 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-08-27T22:42:29.151Z | [ recovery-image] Aug 27 22:42:27.456 INFO O| Aug 27 22:42:27.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5032 | 2024-08-27T22:42:29.151Z | [ recovery-image] Aug 27 22:42:27.456 INFO O| Aug 27 22:42:27.456 INFO STEP 377 (remove_files) COMPLETE |
5033 | 2024-08-27T22:42:29.154Z | [ recovery-image] Aug 27 22:42:27.456 INFO O| Aug 27 22:42:27.456 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-08-27T22:42:29.161Z | [ recovery-image] Aug 27 22:42:27.465 INFO O| Aug 27 22:42:27.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5035 | 2024-08-27T22:42:29.161Z | [ recovery-image] Aug 27 22:42:27.465 INFO O| Aug 27 22:42:27.465 INFO STEP 378 (remove_files) COMPLETE |
5036 | 2024-08-27T22:42:29.161Z | [ recovery-image] Aug 27 22:42:27.465 INFO O| Aug 27 22:42:27.465 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-08-27T22:42:29.170Z | [ recovery-image] Aug 27 22:42:27.474 INFO O| Aug 27 22:42:27.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5038 | 2024-08-27T22:42:29.170Z | [ recovery-image] Aug 27 22:42:27.474 INFO O| Aug 27 22:42:27.474 INFO STEP 379 (remove_files) COMPLETE |
5039 | 2024-08-27T22:42:29.173Z | [ recovery-image] Aug 27 22:42:27.474 INFO O| Aug 27 22:42:27.474 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-08-27T22:42:29.179Z | [ recovery-image] Aug 27 22:42:27.483 INFO O| Aug 27 22:42:27.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5041 | 2024-08-27T22:42:29.182Z | [ recovery-image] Aug 27 22:42:27.483 INFO O| Aug 27 22:42:27.483 INFO STEP 380 (remove_files) COMPLETE |
5042 | 2024-08-27T22:42:29.182Z | [ recovery-image] Aug 27 22:42:27.483 INFO O| Aug 27 22:42:27.483 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-08-27T22:42:29.188Z | [ recovery-image] Aug 27 22:42:27.493 INFO O| Aug 27 22:42:27.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5044 | 2024-08-27T22:42:29.191Z | [ recovery-image] Aug 27 22:42:27.493 INFO O| Aug 27 22:42:27.493 INFO STEP 381 (remove_files) COMPLETE |
5045 | 2024-08-27T22:42:29.191Z | [ recovery-image] Aug 27 22:42:27.493 INFO O| Aug 27 22:42:27.493 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-08-27T22:42:29.198Z | [ recovery-image] Aug 27 22:42:27.502 INFO O| Aug 27 22:42:27.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5047 | 2024-08-27T22:42:29.201Z | [ recovery-image] Aug 27 22:42:27.502 INFO O| Aug 27 22:42:27.502 INFO STEP 382 (remove_files) COMPLETE |
5048 | 2024-08-27T22:42:29.201Z | [ recovery-image] Aug 27 22:42:27.502 INFO O| Aug 27 22:42:27.502 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-08-27T22:42:29.209Z | [ recovery-image] Aug 27 22:42:27.511 INFO O| Aug 27 22:42:27.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5050 | 2024-08-27T22:42:29.209Z | [ recovery-image] Aug 27 22:42:27.511 INFO O| Aug 27 22:42:27.511 INFO STEP 383 (remove_files) COMPLETE |
5051 | 2024-08-27T22:42:29.209Z | [ recovery-image] Aug 27 22:42:27.511 INFO O| Aug 27 22:42:27.511 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-08-27T22:42:29.217Z | [ recovery-image] Aug 27 22:42:27.521 INFO O| Aug 27 22:42:27.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5053 | 2024-08-27T22:42:29.220Z | [ recovery-image] Aug 27 22:42:27.521 INFO O| Aug 27 22:42:27.521 INFO STEP 384 (remove_files) COMPLETE |
5054 | 2024-08-27T22:42:29.220Z | [ recovery-image] Aug 27 22:42:27.521 INFO O| Aug 27 22:42:27.521 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-08-27T22:42:29.226Z | [ recovery-image] Aug 27 22:42:27.530 INFO O| Aug 27 22:42:27.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5056 | 2024-08-27T22:42:29.226Z | [ recovery-image] Aug 27 22:42:27.530 INFO O| Aug 27 22:42:27.530 INFO STEP 385 (remove_files) COMPLETE |
5057 | 2024-08-27T22:42:29.226Z | [ recovery-image] Aug 27 22:42:27.530 INFO O| Aug 27 22:42:27.530 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-08-27T22:42:29.236Z | [ recovery-image] Aug 27 22:42:27.539 INFO O| Aug 27 22:42:27.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5059 | 2024-08-27T22:42:29.236Z | [ recovery-image] Aug 27 22:42:27.539 INFO O| Aug 27 22:42:27.539 INFO STEP 386 (remove_files) COMPLETE |
5060 | 2024-08-27T22:42:29.239Z | [ recovery-image] Aug 27 22:42:27.539 INFO O| Aug 27 22:42:27.539 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-08-27T22:42:29.246Z | [ recovery-image] Aug 27 22:42:27.549 INFO O| Aug 27 22:42:27.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5062 | 2024-08-27T22:42:29.246Z | [ recovery-image] Aug 27 22:42:27.549 INFO O| Aug 27 22:42:27.549 INFO STEP 387 (remove_files) COMPLETE |
5063 | 2024-08-27T22:42:29.249Z | [ recovery-image] Aug 27 22:42:27.549 INFO O| Aug 27 22:42:27.549 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-08-27T22:42:29.254Z | [ recovery-image] Aug 27 22:42:27.558 INFO O| Aug 27 22:42:27.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5065 | 2024-08-27T22:42:29.254Z | [ recovery-image] Aug 27 22:42:27.558 INFO O| Aug 27 22:42:27.558 INFO STEP 388 (remove_files) COMPLETE |
5066 | 2024-08-27T22:42:29.257Z | [ recovery-image] Aug 27 22:42:27.558 INFO O| Aug 27 22:42:27.558 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-08-27T22:42:29.263Z | [ recovery-image] Aug 27 22:42:27.567 INFO O| Aug 27 22:42:27.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5068 | 2024-08-27T22:42:29.266Z | [ recovery-image] Aug 27 22:42:27.567 INFO O| Aug 27 22:42:27.567 INFO STEP 389 (remove_files) COMPLETE |
5069 | 2024-08-27T22:42:29.266Z | [ recovery-image] Aug 27 22:42:27.567 INFO O| Aug 27 22:42:27.567 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-08-27T22:42:29.272Z | [ recovery-image] Aug 27 22:42:27.577 INFO O| Aug 27 22:42:27.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5071 | 2024-08-27T22:42:29.272Z | [ recovery-image] Aug 27 22:42:27.577 INFO O| Aug 27 22:42:27.577 INFO STEP 390 (remove_files) COMPLETE |
5072 | 2024-08-27T22:42:29.275Z | [ recovery-image] Aug 27 22:42:27.577 INFO O| Aug 27 22:42:27.577 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-08-27T22:42:29.282Z | [ recovery-image] Aug 27 22:42:27.586 INFO O| Aug 27 22:42:27.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5074 | 2024-08-27T22:42:29.282Z | [ recovery-image] Aug 27 22:42:27.586 INFO O| Aug 27 22:42:27.586 INFO STEP 391 (remove_files) COMPLETE |
5075 | 2024-08-27T22:42:29.285Z | [ recovery-image] Aug 27 22:42:27.586 INFO O| Aug 27 22:42:27.586 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-08-27T22:42:29.291Z | [ recovery-image] Aug 27 22:42:27.595 INFO O| Aug 27 22:42:27.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5077 | 2024-08-27T22:42:29.291Z | [ recovery-image] Aug 27 22:42:27.595 INFO O| Aug 27 22:42:27.595 INFO STEP 392 (remove_files) COMPLETE |
5078 | 2024-08-27T22:42:29.291Z | [ recovery-image] Aug 27 22:42:27.595 INFO O| Aug 27 22:42:27.595 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-08-27T22:42:29.301Z | [ recovery-image] Aug 27 22:42:27.605 INFO O| Aug 27 22:42:27.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5080 | 2024-08-27T22:42:29.303Z | [ recovery-image] Aug 27 22:42:27.605 INFO O| Aug 27 22:42:27.605 INFO STEP 393 (remove_files) COMPLETE |
5081 | 2024-08-27T22:42:29.304Z | [ recovery-image] Aug 27 22:42:27.605 INFO O| Aug 27 22:42:27.605 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-08-27T22:42:29.310Z | [ recovery-image] Aug 27 22:42:27.614 INFO O| Aug 27 22:42:27.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5083 | 2024-08-27T22:42:29.310Z | [ recovery-image] Aug 27 22:42:27.614 INFO O| Aug 27 22:42:27.614 INFO STEP 394 (remove_files) COMPLETE |
5084 | 2024-08-27T22:42:29.310Z | [ recovery-image] Aug 27 22:42:27.614 INFO O| Aug 27 22:42:27.614 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-08-27T22:42:29.319Z | [ recovery-image] Aug 27 22:42:27.624 INFO O| Aug 27 22:42:27.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5086 | 2024-08-27T22:42:29.319Z | [ recovery-image] Aug 27 22:42:27.624 INFO O| Aug 27 22:42:27.624 INFO STEP 395 (remove_files) COMPLETE |
5087 | 2024-08-27T22:42:29.319Z | [ recovery-image] Aug 27 22:42:27.624 INFO O| Aug 27 22:42:27.624 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-08-27T22:42:29.329Z | [ recovery-image] Aug 27 22:42:27.633 INFO O| Aug 27 22:42:27.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5089 | 2024-08-27T22:42:29.329Z | [ recovery-image] Aug 27 22:42:27.633 INFO O| Aug 27 22:42:27.633 INFO STEP 396 (remove_files) COMPLETE |
5090 | 2024-08-27T22:42:29.333Z | [ recovery-image] Aug 27 22:42:27.633 INFO O| Aug 27 22:42:27.633 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-08-27T22:42:29.340Z | [ recovery-image] Aug 27 22:42:27.643 INFO O| Aug 27 22:42:27.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5092 | 2024-08-27T22:42:29.340Z | [ recovery-image] Aug 27 22:42:27.643 INFO O| Aug 27 22:42:27.643 INFO STEP 397 (remove_files) COMPLETE |
5093 | 2024-08-27T22:42:29.342Z | [ recovery-image] Aug 27 22:42:27.643 INFO O| Aug 27 22:42:27.643 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-08-27T22:42:29.349Z | [ recovery-image] Aug 27 22:42:27.652 INFO O| Aug 27 22:42:27.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5095 | 2024-08-27T22:42:29.349Z | [ recovery-image] Aug 27 22:42:27.652 INFO O| Aug 27 22:42:27.652 INFO STEP 398 (remove_files) COMPLETE |
5096 | 2024-08-27T22:42:29.352Z | [ recovery-image] Aug 27 22:42:27.652 INFO O| Aug 27 22:42:27.652 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-08-27T22:42:29.361Z | [ recovery-image] Aug 27 22:42:27.662 INFO O| Aug 27 22:42:27.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5098 | 2024-08-27T22:42:29.361Z | [ recovery-image] Aug 27 22:42:27.662 INFO O| Aug 27 22:42:27.662 INFO STEP 399 (remove_files) COMPLETE |
5099 | 2024-08-27T22:42:29.361Z | [ recovery-image] Aug 27 22:42:27.662 INFO O| Aug 27 22:42:27.662 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-08-27T22:42:29.368Z | [ recovery-image] Aug 27 22:42:27.671 INFO O| Aug 27 22:42:27.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5101 | 2024-08-27T22:42:29.368Z | [ recovery-image] Aug 27 22:42:27.671 INFO O| Aug 27 22:42:27.671 INFO STEP 400 (remove_files) COMPLETE |
5102 | 2024-08-27T22:42:29.371Z | [ recovery-image] Aug 27 22:42:27.671 INFO O| Aug 27 22:42:27.671 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-08-27T22:42:29.377Z | [ recovery-image] Aug 27 22:42:27.681 INFO O| Aug 27 22:42:27.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5104 | 2024-08-27T22:42:29.380Z | [ recovery-image] Aug 27 22:42:27.681 INFO O| Aug 27 22:42:27.681 INFO STEP 401 (remove_files) COMPLETE |
5105 | 2024-08-27T22:42:29.380Z | [ recovery-image] Aug 27 22:42:27.681 INFO O| Aug 27 22:42:27.681 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-08-27T22:42:29.387Z | [ recovery-image] Aug 27 22:42:27.690 INFO O| Aug 27 22:42:27.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5107 | 2024-08-27T22:42:29.387Z | [ recovery-image] Aug 27 22:42:27.690 INFO O| Aug 27 22:42:27.690 INFO STEP 402 (remove_files) COMPLETE |
5108 | 2024-08-27T22:42:29.391Z | [ recovery-image] Aug 27 22:42:27.690 INFO O| Aug 27 22:42:27.690 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-08-27T22:42:29.397Z | [ recovery-image] Aug 27 22:42:27.699 INFO O| Aug 27 22:42:27.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5110 | 2024-08-27T22:42:29.397Z | [ recovery-image] Aug 27 22:42:27.699 INFO O| Aug 27 22:42:27.699 INFO STEP 403 (remove_files) COMPLETE |
5111 | 2024-08-27T22:42:29.400Z | [ recovery-image] Aug 27 22:42:27.699 INFO O| Aug 27 22:42:27.699 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-08-27T22:42:29.405Z | [ recovery-image] Aug 27 22:42:27.709 INFO O| Aug 27 22:42:27.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5113 | 2024-08-27T22:42:29.405Z | [ recovery-image] Aug 27 22:42:27.709 INFO O| Aug 27 22:42:27.709 INFO STEP 404 (remove_files) COMPLETE |
5114 | 2024-08-27T22:42:29.405Z | [ recovery-image] Aug 27 22:42:27.709 INFO O| Aug 27 22:42:27.709 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-08-27T22:42:29.415Z | [ recovery-image] Aug 27 22:42:27.718 INFO O| Aug 27 22:42:27.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5116 | 2024-08-27T22:42:29.418Z | [ recovery-image] Aug 27 22:42:27.718 INFO O| Aug 27 22:42:27.718 INFO STEP 405 (remove_files) COMPLETE |
5117 | 2024-08-27T22:42:29.418Z | [ recovery-image] Aug 27 22:42:27.718 INFO O| Aug 27 22:42:27.718 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-08-27T22:42:29.425Z | [ recovery-image] Aug 27 22:42:27.727 INFO O| Aug 27 22:42:27.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5119 | 2024-08-27T22:42:29.425Z | [ recovery-image] Aug 27 22:42:27.727 INFO O| Aug 27 22:42:27.727 INFO STEP 406 (remove_files) COMPLETE |
5120 | 2024-08-27T22:42:29.427Z | [ recovery-image] Aug 27 22:42:27.727 INFO O| Aug 27 22:42:27.727 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-08-27T22:42:29.432Z | [ recovery-image] Aug 27 22:42:27.736 INFO O| Aug 27 22:42:27.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5122 | 2024-08-27T22:42:29.436Z | [ recovery-image] Aug 27 22:42:27.736 INFO O| Aug 27 22:42:27.736 INFO STEP 407 (remove_files) COMPLETE |
5123 | 2024-08-27T22:42:29.436Z | [ recovery-image] Aug 27 22:42:27.736 INFO O| Aug 27 22:42:27.736 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-08-27T22:42:29.443Z | [ recovery-image] Aug 27 22:42:27.746 INFO O| Aug 27 22:42:27.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5125 | 2024-08-27T22:42:29.446Z | [ recovery-image] Aug 27 22:42:27.746 INFO O| Aug 27 22:42:27.746 INFO STEP 408 (remove_files) COMPLETE |
5126 | 2024-08-27T22:42:29.446Z | [ recovery-image] Aug 27 22:42:27.746 INFO O| Aug 27 22:42:27.746 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-08-27T22:42:29.452Z | [ recovery-image] Aug 27 22:42:27.755 INFO O| Aug 27 22:42:27.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5128 | 2024-08-27T22:42:29.452Z | [ recovery-image] Aug 27 22:42:27.755 INFO O| Aug 27 22:42:27.755 INFO STEP 409 (remove_files) COMPLETE |
5129 | 2024-08-27T22:42:29.452Z | [ recovery-image] Aug 27 22:42:27.755 INFO O| Aug 27 22:42:27.755 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-08-27T22:42:29.461Z | [ recovery-image] Aug 27 22:42:27.765 INFO O| Aug 27 22:42:27.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5131 | 2024-08-27T22:42:29.464Z | [ recovery-image] Aug 27 22:42:27.765 INFO O| Aug 27 22:42:27.765 INFO STEP 410 (remove_files) COMPLETE |
5132 | 2024-08-27T22:42:29.464Z | [ recovery-image] Aug 27 22:42:27.765 INFO O| Aug 27 22:42:27.765 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-08-27T22:42:29.470Z | [ recovery-image] Aug 27 22:42:27.774 INFO O| Aug 27 22:42:27.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5134 | 2024-08-27T22:42:29.470Z | [ recovery-image] Aug 27 22:42:27.774 INFO O| Aug 27 22:42:27.774 INFO STEP 411 (remove_files) COMPLETE |
5135 | 2024-08-27T22:42:29.473Z | [ recovery-image] Aug 27 22:42:27.774 INFO O| Aug 27 22:42:27.774 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-08-27T22:42:29.481Z | [ recovery-image] Aug 27 22:42:27.784 INFO O| Aug 27 22:42:27.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5137 | 2024-08-27T22:42:29.481Z | [ recovery-image] Aug 27 22:42:27.784 INFO O| Aug 27 22:42:27.784 INFO STEP 412 (remove_files) COMPLETE |
5138 | 2024-08-27T22:42:29.484Z | [ recovery-image] Aug 27 22:42:27.784 INFO O| Aug 27 22:42:27.784 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-08-27T22:42:29.490Z | [ recovery-image] Aug 27 22:42:27.793 INFO O| Aug 27 22:42:27.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5140 | 2024-08-27T22:42:29.490Z | [ recovery-image] Aug 27 22:42:27.793 INFO O| Aug 27 22:42:27.793 INFO STEP 413 (remove_files) COMPLETE |
5141 | 2024-08-27T22:42:29.493Z | [ recovery-image] Aug 27 22:42:27.793 INFO O| Aug 27 22:42:27.793 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-08-27T22:42:29.499Z | [ recovery-image] Aug 27 22:42:27.802 INFO O| Aug 27 22:42:27.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5143 | 2024-08-27T22:42:29.501Z | [ recovery-image] Aug 27 22:42:27.802 INFO O| Aug 27 22:42:27.802 INFO STEP 414 (remove_files) COMPLETE |
5144 | 2024-08-27T22:42:29.501Z | [ recovery-image] Aug 27 22:42:27.803 INFO O| Aug 27 22:42:27.802 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-08-27T22:42:29.509Z | [ recovery-image] Aug 27 22:42:27.812 INFO O| Aug 27 22:42:27.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5146 | 2024-08-27T22:42:29.509Z | [ recovery-image] Aug 27 22:42:27.812 INFO O| Aug 27 22:42:27.812 INFO STEP 415 (remove_files) COMPLETE |
5147 | 2024-08-27T22:42:29.509Z | [ recovery-image] Aug 27 22:42:27.812 INFO O| Aug 27 22:42:27.812 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-08-27T22:42:29.517Z | [ recovery-image] Aug 27 22:42:27.821 INFO O| Aug 27 22:42:27.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5149 | 2024-08-27T22:42:29.517Z | [ recovery-image] Aug 27 22:42:27.821 INFO O| Aug 27 22:42:27.821 INFO STEP 416 (remove_files) COMPLETE |
5150 | 2024-08-27T22:42:29.521Z | [ recovery-image] Aug 27 22:42:27.821 INFO O| Aug 27 22:42:27.821 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-08-27T22:42:29.527Z | [ recovery-image] Aug 27 22:42:27.831 INFO O| Aug 27 22:42:27.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5152 | 2024-08-27T22:42:29.530Z | [ recovery-image] Aug 27 22:42:27.831 INFO O| Aug 27 22:42:27.831 INFO STEP 417 (remove_files) COMPLETE |
5153 | 2024-08-27T22:42:29.530Z | [ recovery-image] Aug 27 22:42:27.831 INFO O| Aug 27 22:42:27.831 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-08-27T22:42:29.536Z | [ recovery-image] Aug 27 22:42:27.840 INFO O| Aug 27 22:42:27.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5155 | 2024-08-27T22:42:29.536Z | [ recovery-image] Aug 27 22:42:27.840 INFO O| Aug 27 22:42:27.840 INFO STEP 418 (remove_files) COMPLETE |
5156 | 2024-08-27T22:42:29.539Z | [ recovery-image] Aug 27 22:42:27.840 INFO O| Aug 27 22:42:27.840 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-08-27T22:42:29.546Z | [ recovery-image] Aug 27 22:42:27.849 INFO O| Aug 27 22:42:27.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5158 | 2024-08-27T22:42:29.548Z | [ recovery-image] Aug 27 22:42:27.849 INFO O| Aug 27 22:42:27.849 INFO STEP 419 (remove_files) COMPLETE |
5159 | 2024-08-27T22:42:29.548Z | [ recovery-image] Aug 27 22:42:27.849 INFO O| Aug 27 22:42:27.849 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-08-27T22:42:29.554Z | [ recovery-image] Aug 27 22:42:27.859 INFO O| Aug 27 22:42:27.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5161 | 2024-08-27T22:42:29.555Z | [ recovery-image] Aug 27 22:42:27.859 INFO O| Aug 27 22:42:27.859 INFO STEP 420 (remove_files) COMPLETE |
5162 | 2024-08-27T22:42:29.557Z | [ recovery-image] Aug 27 22:42:27.859 INFO O| Aug 27 22:42:27.859 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-08-27T22:42:29.564Z | [ recovery-image] Aug 27 22:42:27.868 INFO O| Aug 27 22:42:27.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5164 | 2024-08-27T22:42:29.564Z | [ recovery-image] Aug 27 22:42:27.868 INFO O| Aug 27 22:42:27.868 INFO STEP 421 (remove_files) COMPLETE |
5165 | 2024-08-27T22:42:29.566Z | [ recovery-image] Aug 27 22:42:27.868 INFO O| Aug 27 22:42:27.868 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-08-27T22:42:29.573Z | [ recovery-image] Aug 27 22:42:27.877 INFO O| Aug 27 22:42:27.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5167 | 2024-08-27T22:42:29.574Z | [ recovery-image] Aug 27 22:42:27.877 INFO O| Aug 27 22:42:27.877 INFO STEP 422 (remove_files) COMPLETE |
5168 | 2024-08-27T22:42:29.574Z | [ recovery-image] Aug 27 22:42:27.877 INFO O| Aug 27 22:42:27.877 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-08-27T22:42:29.583Z | [ recovery-image] Aug 27 22:42:27.887 INFO O| Aug 27 22:42:27.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5170 | 2024-08-27T22:42:29.583Z | [ recovery-image] Aug 27 22:42:27.887 INFO O| Aug 27 22:42:27.887 INFO STEP 423 (remove_files) COMPLETE |
5171 | 2024-08-27T22:42:29.583Z | [ recovery-image] Aug 27 22:42:27.887 INFO O| Aug 27 22:42:27.887 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-08-27T22:42:29.592Z | [ recovery-image] Aug 27 22:42:27.896 INFO O| Aug 27 22:42:27.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5173 | 2024-08-27T22:42:29.592Z | [ recovery-image] Aug 27 22:42:27.896 INFO O| Aug 27 22:42:27.896 INFO STEP 424 (remove_files) COMPLETE |
5174 | 2024-08-27T22:42:29.595Z | [ recovery-image] Aug 27 22:42:27.896 INFO O| Aug 27 22:42:27.896 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-08-27T22:42:29.602Z | [ recovery-image] Aug 27 22:42:27.906 INFO O| Aug 27 22:42:27.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5176 | 2024-08-27T22:42:29.602Z | [ recovery-image] Aug 27 22:42:27.906 INFO O| Aug 27 22:42:27.906 INFO STEP 425 (remove_files) COMPLETE |
5177 | 2024-08-27T22:42:29.602Z | [ recovery-image] Aug 27 22:42:27.906 INFO O| Aug 27 22:42:27.906 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-08-27T22:42:29.611Z | [ recovery-image] Aug 27 22:42:27.915 INFO O| Aug 27 22:42:27.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5179 | 2024-08-27T22:42:29.611Z | [ recovery-image] Aug 27 22:42:27.915 INFO O| Aug 27 22:42:27.915 INFO STEP 426 (remove_files) COMPLETE |
5180 | 2024-08-27T22:42:29.614Z | [ recovery-image] Aug 27 22:42:27.915 INFO O| Aug 27 22:42:27.915 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-08-27T22:42:29.620Z | [ recovery-image] Aug 27 22:42:27.924 INFO O| Aug 27 22:42:27.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5182 | 2024-08-27T22:42:29.623Z | [ recovery-image] Aug 27 22:42:27.925 INFO O| Aug 27 22:42:27.925 INFO STEP 427 (remove_files) COMPLETE |
5183 | 2024-08-27T22:42:29.623Z | [ recovery-image] Aug 27 22:42:27.925 INFO O| Aug 27 22:42:27.925 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-08-27T22:42:29.631Z | [ recovery-image] Aug 27 22:42:27.935 INFO O| Aug 27 22:42:27.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5185 | 2024-08-27T22:42:29.632Z | [ recovery-image] Aug 27 22:42:27.935 INFO O| Aug 27 22:42:27.935 INFO STEP 428 (remove_files) COMPLETE |
5186 | 2024-08-27T22:42:29.634Z | [ recovery-image] Aug 27 22:42:27.935 INFO O| Aug 27 22:42:27.935 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-08-27T22:42:29.641Z | [ recovery-image] Aug 27 22:42:27.944 INFO O| Aug 27 22:42:27.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5188 | 2024-08-27T22:42:29.641Z | [ recovery-image] Aug 27 22:42:27.944 INFO O| Aug 27 22:42:27.944 INFO STEP 429 (remove_files) COMPLETE |
5189 | 2024-08-27T22:42:29.644Z | [ recovery-image] Aug 27 22:42:27.944 INFO O| Aug 27 22:42:27.944 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-08-27T22:42:29.651Z | [ recovery-image] Aug 27 22:42:27.954 INFO O| Aug 27 22:42:27.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5191 | 2024-08-27T22:42:29.651Z | [ recovery-image] Aug 27 22:42:27.954 INFO O| Aug 27 22:42:27.954 INFO STEP 430 (remove_files) COMPLETE |
5192 | 2024-08-27T22:42:29.653Z | [ recovery-image] Aug 27 22:42:27.954 INFO O| Aug 27 22:42:27.954 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-08-27T22:42:29.660Z | [ recovery-image] Aug 27 22:42:27.963 INFO O| Aug 27 22:42:27.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5194 | 2024-08-27T22:42:29.660Z | [ recovery-image] Aug 27 22:42:27.963 INFO O| Aug 27 22:42:27.963 INFO STEP 431 (remove_files) COMPLETE |
5195 | 2024-08-27T22:42:29.660Z | [ recovery-image] Aug 27 22:42:27.963 INFO O| Aug 27 22:42:27.963 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-08-27T22:42:29.668Z | [ recovery-image] Aug 27 22:42:27.972 INFO O| Aug 27 22:42:27.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5197 | 2024-08-27T22:42:29.668Z | [ recovery-image] Aug 27 22:42:27.973 INFO O| Aug 27 22:42:27.973 INFO STEP 432 (remove_files) COMPLETE |
5198 | 2024-08-27T22:42:29.671Z | [ recovery-image] Aug 27 22:42:27.973 INFO O| Aug 27 22:42:27.973 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-08-27T22:42:29.679Z | [ recovery-image] Aug 27 22:42:27.982 INFO O| Aug 27 22:42:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5200 | 2024-08-27T22:42:29.679Z | [ recovery-image] Aug 27 22:42:27.982 INFO O| Aug 27 22:42:27.982 INFO STEP 433 (remove_files) COMPLETE |
5201 | 2024-08-27T22:42:29.679Z | [ recovery-image] Aug 27 22:42:27.982 INFO O| Aug 27 22:42:27.982 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-08-27T22:42:29.688Z | [ recovery-image] Aug 27 22:42:27.991 INFO O| Aug 27 22:42:27.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5203 | 2024-08-27T22:42:29.688Z | [ recovery-image] Aug 27 22:42:27.991 INFO O| Aug 27 22:42:27.991 INFO STEP 434 (remove_files) COMPLETE |
5204 | 2024-08-27T22:42:29.692Z | [ recovery-image] Aug 27 22:42:27.991 INFO O| Aug 27 22:42:27.991 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-08-27T22:42:29.697Z | [ recovery-image] Aug 27 22:42:28.001 INFO O| Aug 27 22:42:28.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5206 | 2024-08-27T22:42:29.698Z | [ recovery-image] Aug 27 22:42:28.001 INFO O| Aug 27 22:42:28.001 INFO STEP 435 (remove_files) COMPLETE |
5207 | 2024-08-27T22:42:29.700Z | [ recovery-image] Aug 27 22:42:28.001 INFO O| Aug 27 22:42:28.001 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-08-27T22:42:29.708Z | [ recovery-image] Aug 27 22:42:28.010 INFO O| Aug 27 22:42:28.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5209 | 2024-08-27T22:42:29.709Z | [ recovery-image] Aug 27 22:42:28.010 INFO O| Aug 27 22:42:28.010 INFO STEP 436 (remove_files) COMPLETE |
5210 | 2024-08-27T22:42:29.711Z | [ recovery-image] Aug 27 22:42:28.010 INFO O| Aug 27 22:42:28.010 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-08-27T22:42:29.717Z | [ recovery-image] Aug 27 22:42:28.020 INFO O| Aug 27 22:42:28.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5212 | 2024-08-27T22:42:29.717Z | [ recovery-image] Aug 27 22:42:28.020 INFO O| Aug 27 22:42:28.020 INFO STEP 437 (remove_files) COMPLETE |
5213 | 2024-08-27T22:42:29.720Z | [ recovery-image] Aug 27 22:42:28.020 INFO O| Aug 27 22:42:28.020 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-08-27T22:42:29.725Z | [ recovery-image] Aug 27 22:42:28.029 INFO O| Aug 27 22:42:28.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5215 | 2024-08-27T22:42:29.725Z | [ recovery-image] Aug 27 22:42:28.029 INFO O| Aug 27 22:42:28.029 INFO STEP 438 (remove_files) COMPLETE |
5216 | 2024-08-27T22:42:29.725Z | [ recovery-image] Aug 27 22:42:28.029 INFO O| Aug 27 22:42:28.029 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-08-27T22:42:29.735Z | [ recovery-image] Aug 27 22:42:28.038 INFO O| Aug 27 22:42:28.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5218 | 2024-08-27T22:42:29.735Z | [ recovery-image] Aug 27 22:42:28.038 INFO O| Aug 27 22:42:28.038 INFO STEP 439 (remove_files) COMPLETE |
5219 | 2024-08-27T22:42:29.735Z | [ recovery-image] Aug 27 22:42:28.038 INFO O| Aug 27 22:42:28.038 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-08-27T22:42:29.744Z | [ recovery-image] Aug 27 22:42:28.048 INFO O| Aug 27 22:42:28.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5221 | 2024-08-27T22:42:29.744Z | [ recovery-image] Aug 27 22:42:28.048 INFO O| Aug 27 22:42:28.048 INFO STEP 440 (remove_files) COMPLETE |
5222 | 2024-08-27T22:42:29.747Z | [ recovery-image] Aug 27 22:42:28.048 INFO O| Aug 27 22:42:28.048 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-08-27T22:42:29.754Z | [ recovery-image] Aug 27 22:42:28.057 INFO O| Aug 27 22:42:28.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5224 | 2024-08-27T22:42:29.754Z | [ recovery-image] Aug 27 22:42:28.057 INFO O| Aug 27 22:42:28.057 INFO STEP 441 (remove_files) COMPLETE |
5225 | 2024-08-27T22:42:29.757Z | [ recovery-image] Aug 27 22:42:28.057 INFO O| Aug 27 22:42:28.057 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-08-27T22:42:29.762Z | [ recovery-image] Aug 27 22:42:28.067 INFO O| Aug 27 22:42:28.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5227 | 2024-08-27T22:42:29.765Z | [ recovery-image] Aug 27 22:42:28.067 INFO O| Aug 27 22:42:28.067 INFO STEP 442 (remove_files) COMPLETE |
5228 | 2024-08-27T22:42:29.765Z | [ recovery-image] Aug 27 22:42:28.067 INFO O| Aug 27 22:42:28.067 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-08-27T22:42:29.772Z | [ recovery-image] Aug 27 22:42:28.076 INFO O| Aug 27 22:42:28.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5230 | 2024-08-27T22:42:29.775Z | [ recovery-image] Aug 27 22:42:28.076 INFO O| Aug 27 22:42:28.076 INFO STEP 443 (remove_files) COMPLETE |
5231 | 2024-08-27T22:42:29.775Z | [ recovery-image] Aug 27 22:42:28.076 INFO O| Aug 27 22:42:28.076 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-08-27T22:42:29.781Z | [ recovery-image] Aug 27 22:42:28.085 INFO O| Aug 27 22:42:28.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5233 | 2024-08-27T22:42:29.784Z | [ recovery-image] Aug 27 22:42:28.085 INFO O| Aug 27 22:42:28.085 INFO STEP 444 (remove_files) COMPLETE |
5234 | 2024-08-27T22:42:29.784Z | [ recovery-image] Aug 27 22:42:28.085 INFO O| Aug 27 22:42:28.085 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-08-27T22:42:29.790Z | [ recovery-image] Aug 27 22:42:28.094 INFO O| Aug 27 22:42:28.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5236 | 2024-08-27T22:42:29.790Z | [ recovery-image] Aug 27 22:42:28.095 INFO O| Aug 27 22:42:28.095 INFO STEP 445 (remove_files) COMPLETE |
5237 | 2024-08-27T22:42:29.793Z | [ recovery-image] Aug 27 22:42:28.095 INFO O| Aug 27 22:42:28.095 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-08-27T22:42:29.800Z | [ recovery-image] Aug 27 22:42:28.104 INFO O| Aug 27 22:42:28.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5239 | 2024-08-27T22:42:29.800Z | [ recovery-image] Aug 27 22:42:28.104 INFO O| Aug 27 22:42:28.104 INFO STEP 446 (remove_files) COMPLETE |
5240 | 2024-08-27T22:42:29.803Z | [ recovery-image] Aug 27 22:42:28.104 INFO O| Aug 27 22:42:28.104 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-08-27T22:42:29.809Z | [ recovery-image] Aug 27 22:42:28.113 INFO O| Aug 27 22:42:28.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5242 | 2024-08-27T22:42:29.810Z | [ recovery-image] Aug 27 22:42:28.113 INFO O| Aug 27 22:42:28.113 INFO STEP 447 (remove_files) COMPLETE |
5243 | 2024-08-27T22:42:29.812Z | [ recovery-image] Aug 27 22:42:28.113 INFO O| Aug 27 22:42:28.113 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-08-27T22:42:29.818Z | [ recovery-image] Aug 27 22:42:28.123 INFO O| Aug 27 22:42:28.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5245 | 2024-08-27T22:42:29.825Z | [ recovery-image] Aug 27 22:42:28.123 INFO O| Aug 27 22:42:28.123 INFO STEP 448 (remove_files) COMPLETE |
5246 | 2024-08-27T22:42:29.825Z | [ recovery-image] Aug 27 22:42:28.123 INFO O| Aug 27 22:42:28.123 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-08-27T22:42:29.828Z | [ recovery-image] Aug 27 22:42:28.132 INFO O| Aug 27 22:42:28.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5248 | 2024-08-27T22:42:29.828Z | [ recovery-image] Aug 27 22:42:28.132 INFO O| Aug 27 22:42:28.132 INFO STEP 449 (remove_files) COMPLETE |
5249 | 2024-08-27T22:42:29.828Z | [ recovery-image] Aug 27 22:42:28.132 INFO O| Aug 27 22:42:28.132 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-08-27T22:42:29.837Z | [ recovery-image] Aug 27 22:42:28.141 INFO O| Aug 27 22:42:28.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5251 | 2024-08-27T22:42:29.840Z | [ recovery-image] Aug 27 22:42:28.142 INFO O| Aug 27 22:42:28.141 INFO STEP 450 (remove_files) COMPLETE |
5252 | 2024-08-27T22:42:29.840Z | [ recovery-image] Aug 27 22:42:28.142 INFO O| Aug 27 22:42:28.142 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-08-27T22:42:29.847Z | [ recovery-image] Aug 27 22:42:28.151 INFO O| Aug 27 22:42:28.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5254 | 2024-08-27T22:42:29.847Z | [ recovery-image] Aug 27 22:42:28.151 INFO O| Aug 27 22:42:28.151 INFO STEP 451 (remove_files) COMPLETE |
5255 | 2024-08-27T22:42:29.847Z | [ recovery-image] Aug 27 22:42:28.151 INFO O| Aug 27 22:42:28.151 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-08-27T22:42:29.859Z | [ recovery-image] Aug 27 22:42:28.161 INFO O| Aug 27 22:42:28.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5257 | 2024-08-27T22:42:29.862Z | [ recovery-image] Aug 27 22:42:28.161 INFO O| Aug 27 22:42:28.161 INFO STEP 452 (remove_files) COMPLETE |
5258 | 2024-08-27T22:42:29.862Z | [ recovery-image] Aug 27 22:42:28.161 INFO O| Aug 27 22:42:28.161 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-08-27T22:42:29.868Z | [ recovery-image] Aug 27 22:42:28.171 INFO O| Aug 27 22:42:28.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5260 | 2024-08-27T22:42:29.868Z | [ recovery-image] Aug 27 22:42:28.171 INFO O| Aug 27 22:42:28.171 INFO STEP 453 (remove_files) COMPLETE |
5261 | 2024-08-27T22:42:29.871Z | [ recovery-image] Aug 27 22:42:28.171 INFO O| Aug 27 22:42:28.171 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-08-27T22:42:29.878Z | [ recovery-image] Aug 27 22:42:28.180 INFO O| Aug 27 22:42:28.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5263 | 2024-08-27T22:42:29.878Z | [ recovery-image] Aug 27 22:42:28.180 INFO O| Aug 27 22:42:28.180 INFO STEP 454 (remove_files) COMPLETE |
5264 | 2024-08-27T22:42:29.880Z | [ recovery-image] Aug 27 22:42:28.180 INFO O| Aug 27 22:42:28.180 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-08-27T22:42:29.887Z | [ recovery-image] Aug 27 22:42:28.190 INFO O| Aug 27 22:42:28.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5266 | 2024-08-27T22:42:29.887Z | [ recovery-image] Aug 27 22:42:28.190 INFO O| Aug 27 22:42:28.190 INFO STEP 455 (remove_files) COMPLETE |
5267 | 2024-08-27T22:42:29.890Z | [ recovery-image] Aug 27 22:42:28.190 INFO O| Aug 27 22:42:28.190 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-08-27T22:42:29.896Z | [ recovery-image] Aug 27 22:42:28.199 INFO O| Aug 27 22:42:28.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5269 | 2024-08-27T22:42:29.896Z | [ recovery-image] Aug 27 22:42:28.199 INFO O| Aug 27 22:42:28.199 INFO STEP 456 (remove_files) COMPLETE |
5270 | 2024-08-27T22:42:29.899Z | [ recovery-image] Aug 27 22:42:28.199 INFO O| Aug 27 22:42:28.199 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-08-27T22:42:29.905Z | [ recovery-image] Aug 27 22:42:28.208 INFO O| Aug 27 22:42:28.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5272 | 2024-08-27T22:42:29.905Z | [ recovery-image] Aug 27 22:42:28.208 INFO O| Aug 27 22:42:28.208 INFO STEP 457 (remove_files) COMPLETE |
5273 | 2024-08-27T22:42:29.907Z | [ recovery-image] Aug 27 22:42:28.208 INFO O| Aug 27 22:42:28.208 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-08-27T22:42:29.915Z | [ recovery-image] Aug 27 22:42:28.218 INFO O| Aug 27 22:42:28.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5275 | 2024-08-27T22:42:29.918Z | [ recovery-image] Aug 27 22:42:28.218 INFO O| Aug 27 22:42:28.218 INFO STEP 458 (remove_files) COMPLETE |
5276 | 2024-08-27T22:42:29.918Z | [ recovery-image] Aug 27 22:42:28.218 INFO O| Aug 27 22:42:28.218 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-08-27T22:42:29.923Z | [ recovery-image] Aug 27 22:42:28.227 INFO O| Aug 27 22:42:28.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5278 | 2024-08-27T22:42:29.923Z | [ recovery-image] Aug 27 22:42:28.227 INFO O| Aug 27 22:42:28.227 INFO STEP 459 (remove_files) COMPLETE |
5279 | 2024-08-27T22:42:29.926Z | [ recovery-image] Aug 27 22:42:28.227 INFO O| Aug 27 22:42:28.227 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-08-27T22:42:29.933Z | [ recovery-image] Aug 27 22:42:28.237 INFO O| Aug 27 22:42:28.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5281 | 2024-08-27T22:42:29.933Z | [ recovery-image] Aug 27 22:42:28.237 INFO O| Aug 27 22:42:28.237 INFO STEP 460 (remove_files) COMPLETE |
5282 | 2024-08-27T22:42:29.935Z | [ recovery-image] Aug 27 22:42:28.237 INFO O| Aug 27 22:42:28.237 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-08-27T22:42:29.942Z | [ recovery-image] Aug 27 22:42:28.246 INFO O| Aug 27 22:42:28.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5284 | 2024-08-27T22:42:29.942Z | [ recovery-image] Aug 27 22:42:28.246 INFO O| Aug 27 22:42:28.246 INFO STEP 461 (remove_files) COMPLETE |
5285 | 2024-08-27T22:42:29.944Z | [ recovery-image] Aug 27 22:42:28.246 INFO O| Aug 27 22:42:28.246 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-08-27T22:42:29.951Z | [ recovery-image] Aug 27 22:42:28.255 INFO O| Aug 27 22:42:28.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5287 | 2024-08-27T22:42:29.954Z | [ recovery-image] Aug 27 22:42:28.255 INFO O| Aug 27 22:42:28.255 INFO STEP 462 (remove_files) COMPLETE |
5288 | 2024-08-27T22:42:29.954Z | [ recovery-image] Aug 27 22:42:28.256 INFO O| Aug 27 22:42:28.255 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-08-27T22:42:29.961Z | [ recovery-image] Aug 27 22:42:28.265 INFO O| Aug 27 22:42:28.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5290 | 2024-08-27T22:42:29.961Z | [ recovery-image] Aug 27 22:42:28.265 INFO O| Aug 27 22:42:28.265 INFO STEP 463 (remove_files) COMPLETE |
5291 | 2024-08-27T22:42:29.964Z | [ recovery-image] Aug 27 22:42:28.265 INFO O| Aug 27 22:42:28.265 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-08-27T22:42:29.972Z | [ recovery-image] Aug 27 22:42:28.274 INFO O| Aug 27 22:42:28.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5293 | 2024-08-27T22:42:29.974Z | [ recovery-image] Aug 27 22:42:28.274 INFO O| Aug 27 22:42:28.274 INFO STEP 464 (remove_files) COMPLETE |
5294 | 2024-08-27T22:42:29.974Z | [ recovery-image] Aug 27 22:42:28.274 INFO O| Aug 27 22:42:28.274 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-08-27T22:42:29.981Z | [ recovery-image] Aug 27 22:42:28.284 INFO O| Aug 27 22:42:28.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5296 | 2024-08-27T22:42:29.981Z | [ recovery-image] Aug 27 22:42:28.284 INFO O| Aug 27 22:42:28.284 INFO STEP 465 (remove_files) COMPLETE |
5297 | 2024-08-27T22:42:29.981Z | [ recovery-image] Aug 27 22:42:28.284 INFO O| Aug 27 22:42:28.284 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-08-27T22:42:29.990Z | [ recovery-image] Aug 27 22:42:28.293 INFO O| Aug 27 22:42:28.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5299 | 2024-08-27T22:42:29.990Z | [ recovery-image] Aug 27 22:42:28.293 INFO O| Aug 27 22:42:28.293 INFO STEP 466 (remove_files) COMPLETE |
5300 | 2024-08-27T22:42:29.994Z | [ recovery-image] Aug 27 22:42:28.293 INFO O| Aug 27 22:42:28.293 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-08-27T22:42:30.000Z | [ recovery-image] Aug 27 22:42:28.302 INFO O| Aug 27 22:42:28.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5302 | 2024-08-27T22:42:30.000Z | [ recovery-image] Aug 27 22:42:28.302 INFO O| Aug 27 22:42:28.302 INFO STEP 467 (remove_files) COMPLETE |
5303 | 2024-08-27T22:42:30.002Z | [ recovery-image] Aug 27 22:42:28.302 INFO O| Aug 27 22:42:28.302 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-08-27T22:42:30.009Z | [ recovery-image] Aug 27 22:42:28.312 INFO O| Aug 27 22:42:28.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5305 | 2024-08-27T22:42:30.009Z | [ recovery-image] Aug 27 22:42:28.312 INFO O| Aug 27 22:42:28.312 INFO STEP 468 (remove_files) COMPLETE |
5306 | 2024-08-27T22:42:30.009Z | [ recovery-image] Aug 27 22:42:28.312 INFO O| Aug 27 22:42:28.312 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-08-27T22:42:30.019Z | [ recovery-image] Aug 27 22:42:28.321 INFO O| Aug 27 22:42:28.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5308 | 2024-08-27T22:42:30.019Z | [ recovery-image] Aug 27 22:42:28.321 INFO O| Aug 27 22:42:28.321 INFO STEP 469 (remove_files) COMPLETE |
5309 | 2024-08-27T22:42:30.019Z | [ recovery-image] Aug 27 22:42:28.321 INFO O| Aug 27 22:42:28.321 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-08-27T22:42:30.026Z | [ recovery-image] Aug 27 22:42:28.330 INFO O| Aug 27 22:42:28.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5311 | 2024-08-27T22:42:30.026Z | [ recovery-image] Aug 27 22:42:28.330 INFO O| Aug 27 22:42:28.330 INFO STEP 470 (remove_files) COMPLETE |
5312 | 2024-08-27T22:42:30.029Z | [ recovery-image] Aug 27 22:42:28.330 INFO O| Aug 27 22:42:28.330 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-08-27T22:42:30.035Z | [ recovery-image] Aug 27 22:42:28.339 INFO O| Aug 27 22:42:28.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5314 | 2024-08-27T22:42:30.038Z | [ recovery-image] Aug 27 22:42:28.340 INFO O| Aug 27 22:42:28.340 INFO STEP 471 (remove_files) COMPLETE |
5315 | 2024-08-27T22:42:30.038Z | [ recovery-image] Aug 27 22:42:28.340 INFO O| Aug 27 22:42:28.340 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-08-27T22:42:30.045Z | [ recovery-image] Aug 27 22:42:28.349 INFO O| Aug 27 22:42:28.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5317 | 2024-08-27T22:42:30.045Z | [ recovery-image] Aug 27 22:42:28.349 INFO O| Aug 27 22:42:28.349 INFO STEP 472 (remove_files) COMPLETE |
5318 | 2024-08-27T22:42:30.058Z | [ recovery-image] Aug 27 22:42:28.349 INFO O| Aug 27 22:42:28.349 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-08-27T22:42:30.062Z | [ recovery-image] Aug 27 22:42:28.358 INFO O| Aug 27 22:42:28.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5320 | 2024-08-27T22:42:30.062Z | [ recovery-image] Aug 27 22:42:28.359 INFO O| Aug 27 22:42:28.359 INFO STEP 473 (remove_files) COMPLETE |
5321 | 2024-08-27T22:42:30.062Z | [ recovery-image] Aug 27 22:42:28.359 INFO O| Aug 27 22:42:28.359 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-08-27T22:42:30.067Z | [ recovery-image] Aug 27 22:42:28.368 INFO O| Aug 27 22:42:28.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5323 | 2024-08-27T22:42:30.067Z | [ recovery-image] Aug 27 22:42:28.368 INFO O| Aug 27 22:42:28.368 INFO STEP 474 (remove_files) COMPLETE |
5324 | 2024-08-27T22:42:30.067Z | [ recovery-image] Aug 27 22:42:28.368 INFO O| Aug 27 22:42:28.368 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-08-27T22:42:30.073Z | [ recovery-image] Aug 27 22:42:28.377 INFO O| Aug 27 22:42:28.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5326 | 2024-08-27T22:42:30.074Z | [ recovery-image] Aug 27 22:42:28.377 INFO O| Aug 27 22:42:28.377 INFO STEP 475 (remove_files) COMPLETE |
5327 | 2024-08-27T22:42:30.074Z | [ recovery-image] Aug 27 22:42:28.377 INFO O| Aug 27 22:42:28.377 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-08-27T22:42:30.083Z | [ recovery-image] Aug 27 22:42:28.387 INFO O| Aug 27 22:42:28.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5329 | 2024-08-27T22:42:30.086Z | [ recovery-image] Aug 27 22:42:28.387 INFO O| Aug 27 22:42:28.387 INFO STEP 476 (remove_files) COMPLETE |
5330 | 2024-08-27T22:42:30.086Z | [ recovery-image] Aug 27 22:42:28.387 INFO O| Aug 27 22:42:28.387 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-08-27T22:42:30.092Z | [ recovery-image] Aug 27 22:42:28.396 INFO O| Aug 27 22:42:28.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5332 | 2024-08-27T22:42:30.092Z | [ recovery-image] Aug 27 22:42:28.396 INFO O| Aug 27 22:42:28.396 INFO STEP 477 (remove_files) COMPLETE |
5333 | 2024-08-27T22:42:30.095Z | [ recovery-image] Aug 27 22:42:28.396 INFO O| Aug 27 22:42:28.396 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-08-27T22:42:30.101Z | [ recovery-image] Aug 27 22:42:28.405 INFO O| Aug 27 22:42:28.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5335 | 2024-08-27T22:42:30.101Z | [ recovery-image] Aug 27 22:42:28.405 INFO O| Aug 27 22:42:28.405 INFO STEP 478 (remove_files) COMPLETE |
5336 | 2024-08-27T22:42:30.106Z | [ recovery-image] Aug 27 22:42:28.405 INFO O| Aug 27 22:42:28.405 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-08-27T22:42:30.111Z | [ recovery-image] Aug 27 22:42:28.415 INFO O| Aug 27 22:42:28.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5338 | 2024-08-27T22:42:30.113Z | [ recovery-image] Aug 27 22:42:28.415 INFO O| Aug 27 22:42:28.415 INFO STEP 479 (remove_files) COMPLETE |
5339 | 2024-08-27T22:42:30.114Z | [ recovery-image] Aug 27 22:42:28.415 INFO O| Aug 27 22:42:28.415 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-08-27T22:42:30.120Z | [ recovery-image] Aug 27 22:42:28.424 INFO O| Aug 27 22:42:28.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5341 | 2024-08-27T22:42:30.123Z | [ recovery-image] Aug 27 22:42:28.424 INFO O| Aug 27 22:42:28.424 INFO STEP 480 (remove_files) COMPLETE |
5342 | 2024-08-27T22:42:30.123Z | [ recovery-image] Aug 27 22:42:28.424 INFO O| Aug 27 22:42:28.424 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-08-27T22:42:30.129Z | [ recovery-image] Aug 27 22:42:28.433 INFO O| Aug 27 22:42:28.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5344 | 2024-08-27T22:42:30.132Z | [ recovery-image] Aug 27 22:42:28.433 INFO O| Aug 27 22:42:28.433 INFO STEP 481 (remove_files) COMPLETE |
5345 | 2024-08-27T22:42:30.132Z | [ recovery-image] Aug 27 22:42:28.433 INFO O| Aug 27 22:42:28.433 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-08-27T22:42:30.139Z | [ recovery-image] Aug 27 22:42:28.443 INFO O| Aug 27 22:42:28.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5347 | 2024-08-27T22:42:30.139Z | [ recovery-image] Aug 27 22:42:28.443 INFO O| Aug 27 22:42:28.443 INFO STEP 482 (remove_files) COMPLETE |
5348 | 2024-08-27T22:42:30.144Z | [ recovery-image] Aug 27 22:42:28.443 INFO O| Aug 27 22:42:28.443 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-08-27T22:42:30.148Z | [ recovery-image] Aug 27 22:42:28.452 INFO O| Aug 27 22:42:28.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5350 | 2024-08-27T22:42:30.152Z | [ recovery-image] Aug 27 22:42:28.452 INFO O| Aug 27 22:42:28.452 INFO STEP 483 (remove_files) COMPLETE |
5351 | 2024-08-27T22:42:30.152Z | [ recovery-image] Aug 27 22:42:28.452 INFO O| Aug 27 22:42:28.452 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-08-27T22:42:30.158Z | [ recovery-image] Aug 27 22:42:28.461 INFO O| Aug 27 22:42:28.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5353 | 2024-08-27T22:42:30.160Z | [ recovery-image] Aug 27 22:42:28.462 INFO O| Aug 27 22:42:28.462 INFO STEP 484 (remove_files) COMPLETE |
5354 | 2024-08-27T22:42:30.160Z | [ recovery-image] Aug 27 22:42:28.462 INFO O| Aug 27 22:42:28.462 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-08-27T22:42:30.169Z | [ recovery-image] Aug 27 22:42:28.471 INFO O| Aug 27 22:42:28.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5356 | 2024-08-27T22:42:30.169Z | [ recovery-image] Aug 27 22:42:28.471 INFO O| Aug 27 22:42:28.471 INFO STEP 485 (remove_files) COMPLETE |
5357 | 2024-08-27T22:42:30.171Z | [ recovery-image] Aug 27 22:42:28.471 INFO O| Aug 27 22:42:28.471 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-08-27T22:42:30.177Z | [ recovery-image] Aug 27 22:42:28.480 INFO O| Aug 27 22:42:28.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5359 | 2024-08-27T22:42:30.181Z | [ recovery-image] Aug 27 22:42:28.480 INFO O| Aug 27 22:42:28.480 INFO STEP 486 (remove_files) COMPLETE |
5360 | 2024-08-27T22:42:30.181Z | [ recovery-image] Aug 27 22:42:28.480 INFO O| Aug 27 22:42:28.480 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-08-27T22:42:30.187Z | [ recovery-image] Aug 27 22:42:28.490 INFO O| Aug 27 22:42:28.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5362 | 2024-08-27T22:42:30.187Z | [ recovery-image] Aug 27 22:42:28.490 INFO O| Aug 27 22:42:28.490 INFO STEP 487 (remove_files) COMPLETE |
5363 | 2024-08-27T22:42:30.195Z | [ recovery-image] Aug 27 22:42:28.490 INFO O| Aug 27 22:42:28.490 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-08-27T22:42:30.198Z | [ recovery-image] Aug 27 22:42:28.499 INFO O| Aug 27 22:42:28.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5365 | 2024-08-27T22:42:30.198Z | [ recovery-image] Aug 27 22:42:28.499 INFO O| Aug 27 22:42:28.499 INFO STEP 488 (remove_files) COMPLETE |
5366 | 2024-08-27T22:42:30.198Z | [ recovery-image] Aug 27 22:42:28.499 INFO O| Aug 27 22:42:28.499 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-08-27T22:42:30.204Z | [ recovery-image] Aug 27 22:42:28.508 INFO O| Aug 27 22:42:28.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5368 | 2024-08-27T22:42:30.205Z | [ recovery-image] Aug 27 22:42:28.508 INFO O| Aug 27 22:42:28.508 INFO STEP 489 (remove_files) COMPLETE |
5369 | 2024-08-27T22:42:30.205Z | [ recovery-image] Aug 27 22:42:28.508 INFO O| Aug 27 22:42:28.508 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-08-27T22:42:30.214Z | [ recovery-image] Aug 27 22:42:28.518 INFO O| Aug 27 22:42:28.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5371 | 2024-08-27T22:42:30.217Z | [ recovery-image] Aug 27 22:42:28.518 INFO O| Aug 27 22:42:28.518 INFO STEP 490 (remove_files) COMPLETE |
5372 | 2024-08-27T22:42:30.217Z | [ recovery-image] Aug 27 22:42:28.519 INFO O| Aug 27 22:42:28.518 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-08-27T22:42:30.224Z | [ recovery-image] Aug 27 22:42:28.528 INFO O| Aug 27 22:42:28.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5374 | 2024-08-27T22:42:30.226Z | [ recovery-image] Aug 27 22:42:28.528 INFO O| Aug 27 22:42:28.528 INFO STEP 491 (remove_files) COMPLETE |
5375 | 2024-08-27T22:42:30.226Z | [ recovery-image] Aug 27 22:42:28.528 INFO O| Aug 27 22:42:28.528 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-08-27T22:42:30.233Z | [ recovery-image] Aug 27 22:42:28.537 INFO O| Aug 27 22:42:28.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5377 | 2024-08-27T22:42:30.236Z | [ recovery-image] Aug 27 22:42:28.537 INFO O| Aug 27 22:42:28.537 INFO STEP 492 (remove_files) COMPLETE |
5378 | 2024-08-27T22:42:30.236Z | [ recovery-image] Aug 27 22:42:28.537 INFO O| Aug 27 22:42:28.537 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-08-27T22:42:30.242Z | [ recovery-image] Aug 27 22:42:28.546 INFO O| Aug 27 22:42:28.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5380 | 2024-08-27T22:42:30.243Z | [ recovery-image] Aug 27 22:42:28.547 INFO O| Aug 27 22:42:28.547 INFO STEP 493 (remove_files) COMPLETE |
5381 | 2024-08-27T22:42:30.245Z | [ recovery-image] Aug 27 22:42:28.547 INFO O| Aug 27 22:42:28.547 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-08-27T22:42:30.258Z | [ recovery-image] Aug 27 22:42:28.562 INFO O| Aug 27 22:42:28.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5383 | 2024-08-27T22:42:30.258Z | [ recovery-image] Aug 27 22:42:28.562 INFO O| Aug 27 22:42:28.562 INFO STEP 494 (remove_files) COMPLETE |
5384 | 2024-08-27T22:42:30.260Z | [ recovery-image] Aug 27 22:42:28.562 INFO O| Aug 27 22:42:28.562 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-08-27T22:42:30.271Z | [ recovery-image] Aug 27 22:42:28.575 INFO O| Aug 27 22:42:28.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5386 | 2024-08-27T22:42:30.271Z | [ recovery-image] Aug 27 22:42:28.575 INFO O| Aug 27 22:42:28.575 INFO STEP 495 (remove_files) COMPLETE |
5387 | 2024-08-27T22:42:30.274Z | [ recovery-image] Aug 27 22:42:28.575 INFO O| Aug 27 22:42:28.575 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-08-27T22:42:30.283Z | [ recovery-image] Aug 27 22:42:28.586 INFO O| Aug 27 22:42:28.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5389 | 2024-08-27T22:42:30.283Z | [ recovery-image] Aug 27 22:42:28.586 INFO O| Aug 27 22:42:28.586 INFO STEP 496 (remove_files) COMPLETE |
5390 | 2024-08-27T22:42:30.283Z | [ recovery-image] Aug 27 22:42:28.586 INFO O| Aug 27 22:42:28.586 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-08-27T22:42:30.293Z | [ recovery-image] Aug 27 22:42:28.597 INFO O| Aug 27 22:42:28.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5392 | 2024-08-27T22:42:30.296Z | [ recovery-image] Aug 27 22:42:28.597 INFO O| Aug 27 22:42:28.597 INFO STEP 497 (remove_files) COMPLETE |
5393 | 2024-08-27T22:42:30.296Z | [ recovery-image] Aug 27 22:42:28.597 INFO O| Aug 27 22:42:28.597 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-08-27T22:42:30.303Z | [ recovery-image] Aug 27 22:42:28.607 INFO O| Aug 27 22:42:28.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5395 | 2024-08-27T22:42:30.306Z | [ recovery-image] Aug 27 22:42:28.607 INFO O| Aug 27 22:42:28.607 INFO STEP 498 (remove_files) COMPLETE |
5396 | 2024-08-27T22:42:30.306Z | [ recovery-image] Aug 27 22:42:28.607 INFO O| Aug 27 22:42:28.607 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-08-27T22:42:30.316Z | [ recovery-image] Aug 27 22:42:28.617 INFO O| Aug 27 22:42:28.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5398 | 2024-08-27T22:42:30.319Z | [ recovery-image] Aug 27 22:42:28.617 INFO O| Aug 27 22:42:28.617 INFO STEP 499 (remove_files) COMPLETE |
5399 | 2024-08-27T22:42:30.319Z | [ recovery-image] Aug 27 22:42:28.617 INFO O| Aug 27 22:42:28.617 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-08-27T22:42:30.323Z | [ recovery-image] Aug 27 22:42:28.627 INFO O| Aug 27 22:42:28.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5401 | 2024-08-27T22:42:30.323Z | [ recovery-image] Aug 27 22:42:28.627 INFO O| Aug 27 22:42:28.627 INFO STEP 500 (remove_files) COMPLETE |
5402 | 2024-08-27T22:42:30.323Z | [ recovery-image] Aug 27 22:42:28.627 INFO O| Aug 27 22:42:28.627 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-08-27T22:42:30.332Z | [ recovery-image] Aug 27 22:42:28.636 INFO O| Aug 27 22:42:28.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5404 | 2024-08-27T22:42:30.332Z | [ recovery-image] Aug 27 22:42:28.636 INFO O| Aug 27 22:42:28.636 INFO STEP 501 (remove_files) COMPLETE |
5405 | 2024-08-27T22:42:30.335Z | [ recovery-image] Aug 27 22:42:28.636 INFO O| Aug 27 22:42:28.636 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-08-27T22:42:30.342Z | [ recovery-image] Aug 27 22:42:28.646 INFO O| Aug 27 22:42:28.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5407 | 2024-08-27T22:42:30.342Z | [ recovery-image] Aug 27 22:42:28.646 INFO O| Aug 27 22:42:28.646 INFO STEP 502 (remove_files) COMPLETE |
5408 | 2024-08-27T22:42:30.342Z | [ recovery-image] Aug 27 22:42:28.646 INFO O| Aug 27 22:42:28.646 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-08-27T22:42:30.351Z | [ recovery-image] Aug 27 22:42:28.655 INFO O| Aug 27 22:42:28.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5410 | 2024-08-27T22:42:30.351Z | [ recovery-image] Aug 27 22:42:28.655 INFO O| Aug 27 22:42:28.655 INFO STEP 503 (remove_files) COMPLETE |
5411 | 2024-08-27T22:42:30.351Z | [ recovery-image] Aug 27 22:42:28.655 INFO O| Aug 27 22:42:28.655 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-08-27T22:42:30.360Z | [ recovery-image] Aug 27 22:42:28.664 INFO O| Aug 27 22:42:28.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5413 | 2024-08-27T22:42:30.360Z | [ recovery-image] Aug 27 22:42:28.664 INFO O| Aug 27 22:42:28.664 INFO STEP 504 (remove_files) COMPLETE |
5414 | 2024-08-27T22:42:30.366Z | [ recovery-image] Aug 27 22:42:28.664 INFO O| Aug 27 22:42:28.664 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-08-27T22:42:30.370Z | [ recovery-image] Aug 27 22:42:28.674 INFO O| Aug 27 22:42:28.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5416 | 2024-08-27T22:42:30.372Z | [ recovery-image] Aug 27 22:42:28.674 INFO O| Aug 27 22:42:28.674 INFO STEP 505 (remove_files) COMPLETE |
5417 | 2024-08-27T22:42:30.372Z | [ recovery-image] Aug 27 22:42:28.674 INFO O| Aug 27 22:42:28.674 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-08-27T22:42:30.379Z | [ recovery-image] Aug 27 22:42:28.683 INFO O| Aug 27 22:42:28.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5419 | 2024-08-27T22:42:30.381Z | [ recovery-image] Aug 27 22:42:28.683 INFO O| Aug 27 22:42:28.683 INFO STEP 506 (remove_files) COMPLETE |
5420 | 2024-08-27T22:42:30.381Z | [ recovery-image] Aug 27 22:42:28.683 INFO O| Aug 27 22:42:28.683 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-08-27T22:42:30.390Z | [ recovery-image] Aug 27 22:42:28.693 INFO O| Aug 27 22:42:28.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5422 | 2024-08-27T22:42:30.397Z | [ recovery-image] Aug 27 22:42:28.693 INFO O| Aug 27 22:42:28.693 INFO STEP 507 (remove_files) COMPLETE |
5423 | 2024-08-27T22:42:30.397Z | [ recovery-image] Aug 27 22:42:28.693 INFO O| Aug 27 22:42:28.693 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-08-27T22:42:30.401Z | [ recovery-image] Aug 27 22:42:28.702 INFO O| Aug 27 22:42:28.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5425 | 2024-08-27T22:42:30.401Z | [ recovery-image] Aug 27 22:42:28.702 INFO O| Aug 27 22:42:28.702 INFO STEP 508 (remove_files) COMPLETE |
5426 | 2024-08-27T22:42:30.401Z | [ recovery-image] Aug 27 22:42:28.702 INFO O| Aug 27 22:42:28.702 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-08-27T22:42:30.408Z | [ recovery-image] Aug 27 22:42:28.711 INFO O| Aug 27 22:42:28.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5428 | 2024-08-27T22:42:30.408Z | [ recovery-image] Aug 27 22:42:28.712 INFO O| Aug 27 22:42:28.712 INFO STEP 509 (remove_files) COMPLETE |
5429 | 2024-08-27T22:42:30.411Z | [ recovery-image] Aug 27 22:42:28.712 INFO O| Aug 27 22:42:28.712 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-08-27T22:42:30.419Z | [ recovery-image] Aug 27 22:42:28.721 INFO O| Aug 27 22:42:28.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5431 | 2024-08-27T22:42:30.419Z | [ recovery-image] Aug 27 22:42:28.721 INFO O| Aug 27 22:42:28.721 INFO STEP 510 (remove_files) COMPLETE |
5432 | 2024-08-27T22:42:30.422Z | [ recovery-image] Aug 27 22:42:28.721 INFO O| Aug 27 22:42:28.721 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-08-27T22:42:30.427Z | [ recovery-image] Aug 27 22:42:28.730 INFO O| Aug 27 22:42:28.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5434 | 2024-08-27T22:42:30.429Z | [ recovery-image] Aug 27 22:42:28.730 INFO O| Aug 27 22:42:28.730 INFO STEP 511 (remove_files) COMPLETE |
5435 | 2024-08-27T22:42:30.429Z | [ recovery-image] Aug 27 22:42:28.730 INFO O| Aug 27 22:42:28.730 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-08-27T22:42:30.437Z | [ recovery-image] Aug 27 22:42:28.739 INFO O| Aug 27 22:42:28.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5437 | 2024-08-27T22:42:30.440Z | [ recovery-image] Aug 27 22:42:28.739 INFO O| Aug 27 22:42:28.739 INFO STEP 512 (remove_files) COMPLETE |
5438 | 2024-08-27T22:42:30.440Z | [ recovery-image] Aug 27 22:42:28.739 INFO O| Aug 27 22:42:28.739 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-08-27T22:42:30.445Z | [ recovery-image] Aug 27 22:42:28.749 INFO O| Aug 27 22:42:28.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5440 | 2024-08-27T22:42:30.445Z | [ recovery-image] Aug 27 22:42:28.749 INFO O| Aug 27 22:42:28.749 INFO STEP 513 (remove_files) COMPLETE |
5441 | 2024-08-27T22:42:30.448Z | [ recovery-image] Aug 27 22:42:28.749 INFO O| Aug 27 22:42:28.749 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-08-27T22:42:30.454Z | [ recovery-image] Aug 27 22:42:28.758 INFO O| Aug 27 22:42:28.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5443 | 2024-08-27T22:42:30.458Z | [ recovery-image] Aug 27 22:42:28.758 INFO O| Aug 27 22:42:28.758 INFO STEP 514 (remove_files) COMPLETE |
5444 | 2024-08-27T22:42:30.458Z | [ recovery-image] Aug 27 22:42:28.758 INFO O| Aug 27 22:42:28.758 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-08-27T22:42:30.467Z | [ recovery-image] Aug 27 22:42:28.768 INFO O| Aug 27 22:42:28.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5446 | 2024-08-27T22:42:30.467Z | [ recovery-image] Aug 27 22:42:28.768 INFO O| Aug 27 22:42:28.768 INFO STEP 515 (remove_files) COMPLETE |
5447 | 2024-08-27T22:42:30.469Z | [ recovery-image] Aug 27 22:42:28.768 INFO O| Aug 27 22:42:28.768 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-08-27T22:42:30.474Z | [ recovery-image] Aug 27 22:42:28.777 INFO O| Aug 27 22:42:28.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5449 | 2024-08-27T22:42:30.474Z | [ recovery-image] Aug 27 22:42:28.777 INFO O| Aug 27 22:42:28.777 INFO STEP 516 (remove_files) COMPLETE |
5450 | 2024-08-27T22:42:30.474Z | [ recovery-image] Aug 27 22:42:28.777 INFO O| Aug 27 22:42:28.777 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-08-27T22:42:30.484Z | [ recovery-image] Aug 27 22:42:28.787 INFO O| Aug 27 22:42:28.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5452 | 2024-08-27T22:42:30.484Z | [ recovery-image] Aug 27 22:42:28.787 INFO O| Aug 27 22:42:28.787 INFO STEP 517 (remove_files) COMPLETE |
5453 | 2024-08-27T22:42:30.486Z | [ recovery-image] Aug 27 22:42:28.787 INFO O| Aug 27 22:42:28.787 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-08-27T22:42:30.493Z | [ recovery-image] Aug 27 22:42:28.796 INFO O| Aug 27 22:42:28.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5455 | 2024-08-27T22:42:30.493Z | [ recovery-image] Aug 27 22:42:28.796 INFO O| Aug 27 22:42:28.796 INFO STEP 518 (remove_files) COMPLETE |
5456 | 2024-08-27T22:42:30.493Z | [ recovery-image] Aug 27 22:42:28.796 INFO O| Aug 27 22:42:28.796 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-08-27T22:42:30.502Z | [ recovery-image] Aug 27 22:42:28.806 INFO O| Aug 27 22:42:28.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5458 | 2024-08-27T22:42:30.502Z | [ recovery-image] Aug 27 22:42:28.806 INFO O| Aug 27 22:42:28.806 INFO STEP 519 (remove_files) COMPLETE |
5459 | 2024-08-27T22:42:30.505Z | [ recovery-image] Aug 27 22:42:28.806 INFO O| Aug 27 22:42:28.806 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-08-27T22:42:30.512Z | [ recovery-image] Aug 27 22:42:28.815 INFO O| Aug 27 22:42:28.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5461 | 2024-08-27T22:42:30.512Z | [ recovery-image] Aug 27 22:42:28.815 INFO O| Aug 27 22:42:28.815 INFO STEP 520 (remove_files) COMPLETE |
5462 | 2024-08-27T22:42:30.514Z | [ recovery-image] Aug 27 22:42:28.815 INFO O| Aug 27 22:42:28.815 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-08-27T22:42:30.521Z | [ recovery-image] Aug 27 22:42:28.824 INFO O| Aug 27 22:42:28.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5464 | 2024-08-27T22:42:30.521Z | [ recovery-image] Aug 27 22:42:28.824 INFO O| Aug 27 22:42:28.824 INFO STEP 521 (remove_files) COMPLETE |
5465 | 2024-08-27T22:42:30.521Z | [ recovery-image] Aug 27 22:42:28.824 INFO O| Aug 27 22:42:28.824 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-08-27T22:42:30.530Z | [ recovery-image] Aug 27 22:42:28.834 INFO O| Aug 27 22:42:28.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5467 | 2024-08-27T22:42:30.530Z | [ recovery-image] Aug 27 22:42:28.834 INFO O| Aug 27 22:42:28.834 INFO STEP 522 (remove_files) COMPLETE |
5468 | 2024-08-27T22:42:30.530Z | [ recovery-image] Aug 27 22:42:28.834 INFO O| Aug 27 22:42:28.834 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-08-27T22:42:30.539Z | [ recovery-image] Aug 27 22:42:28.843 INFO O| Aug 27 22:42:28.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5470 | 2024-08-27T22:42:30.539Z | [ recovery-image] Aug 27 22:42:28.843 INFO O| Aug 27 22:42:28.843 INFO STEP 523 (remove_files) COMPLETE |
5471 | 2024-08-27T22:42:30.542Z | [ recovery-image] Aug 27 22:42:28.843 INFO O| Aug 27 22:42:28.843 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-08-27T22:42:30.549Z | [ recovery-image] Aug 27 22:42:28.853 INFO O| Aug 27 22:42:28.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5473 | 2024-08-27T22:42:30.549Z | [ recovery-image] Aug 27 22:42:28.853 INFO O| Aug 27 22:42:28.853 INFO STEP 524 (remove_files) COMPLETE |
5474 | 2024-08-27T22:42:30.549Z | [ recovery-image] Aug 27 22:42:28.853 INFO O| Aug 27 22:42:28.853 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-08-27T22:42:30.559Z | [ recovery-image] Aug 27 22:42:28.862 INFO O| Aug 27 22:42:28.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5476 | 2024-08-27T22:42:30.559Z | [ recovery-image] Aug 27 22:42:28.862 INFO O| Aug 27 22:42:28.862 INFO STEP 525 (remove_files) COMPLETE |
5477 | 2024-08-27T22:42:30.561Z | [ recovery-image] Aug 27 22:42:28.862 INFO O| Aug 27 22:42:28.862 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-08-27T22:42:30.569Z | [ recovery-image] Aug 27 22:42:28.871 INFO O| Aug 27 22:42:28.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5479 | 2024-08-27T22:42:30.573Z | [ recovery-image] Aug 27 22:42:28.872 INFO O| Aug 27 22:42:28.871 INFO STEP 526 (remove_files) COMPLETE |
5480 | 2024-08-27T22:42:30.573Z | [ recovery-image] Aug 27 22:42:28.872 INFO O| Aug 27 22:42:28.871 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-08-27T22:42:30.577Z | [ recovery-image] Aug 27 22:42:28.881 INFO O| Aug 27 22:42:28.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5482 | 2024-08-27T22:42:30.577Z | [ recovery-image] Aug 27 22:42:28.881 INFO O| Aug 27 22:42:28.881 INFO STEP 527 (remove_files) COMPLETE |
5483 | 2024-08-27T22:42:30.577Z | [ recovery-image] Aug 27 22:42:28.881 INFO O| Aug 27 22:42:28.881 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-08-27T22:42:30.588Z | [ recovery-image] Aug 27 22:42:28.890 INFO O| Aug 27 22:42:28.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5485 | 2024-08-27T22:42:30.588Z | [ recovery-image] Aug 27 22:42:28.890 INFO O| Aug 27 22:42:28.890 INFO STEP 528 (remove_files) COMPLETE |
5486 | 2024-08-27T22:42:30.591Z | [ recovery-image] Aug 27 22:42:28.890 INFO O| Aug 27 22:42:28.890 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-08-27T22:42:30.596Z | [ recovery-image] Aug 27 22:42:28.900 INFO O| Aug 27 22:42:28.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5488 | 2024-08-27T22:42:30.596Z | [ recovery-image] Aug 27 22:42:28.900 INFO O| Aug 27 22:42:28.900 INFO STEP 529 (remove_files) COMPLETE |
5489 | 2024-08-27T22:42:30.597Z | [ recovery-image] Aug 27 22:42:28.900 INFO O| Aug 27 22:42:28.900 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-08-27T22:42:30.606Z | [ recovery-image] Aug 27 22:42:28.909 INFO O| Aug 27 22:42:28.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5491 | 2024-08-27T22:42:30.609Z | [ recovery-image] Aug 27 22:42:28.909 INFO O| Aug 27 22:42:28.909 INFO STEP 530 (remove_files) COMPLETE |
5492 | 2024-08-27T22:42:30.609Z | [ recovery-image] Aug 27 22:42:28.909 INFO O| Aug 27 22:42:28.909 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-08-27T22:42:30.615Z | [ recovery-image] Aug 27 22:42:28.919 INFO O| Aug 27 22:42:28.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5494 | 2024-08-27T22:42:30.617Z | [ recovery-image] Aug 27 22:42:28.919 INFO O| Aug 27 22:42:28.919 INFO STEP 531 (remove_files) COMPLETE |
5495 | 2024-08-27T22:42:30.618Z | [ recovery-image] Aug 27 22:42:28.919 INFO O| Aug 27 22:42:28.919 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-08-27T22:42:30.625Z | [ recovery-image] Aug 27 22:42:28.928 INFO O| Aug 27 22:42:28.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5497 | 2024-08-27T22:42:30.627Z | [ recovery-image] Aug 27 22:42:28.928 INFO O| Aug 27 22:42:28.928 INFO STEP 532 (remove_files) COMPLETE |
5498 | 2024-08-27T22:42:30.627Z | [ recovery-image] Aug 27 22:42:28.928 INFO O| Aug 27 22:42:28.928 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-08-27T22:42:30.634Z | [ recovery-image] Aug 27 22:42:28.937 INFO O| Aug 27 22:42:28.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5500 | 2024-08-27T22:42:30.634Z | [ recovery-image] Aug 27 22:42:28.938 INFO O| Aug 27 22:42:28.938 INFO STEP 533 (remove_files) COMPLETE |
5501 | 2024-08-27T22:42:30.637Z | [ recovery-image] Aug 27 22:42:28.938 INFO O| Aug 27 22:42:28.938 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-08-27T22:42:30.643Z | [ recovery-image] Aug 27 22:42:28.947 INFO O| Aug 27 22:42:28.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5503 | 2024-08-27T22:42:30.646Z | [ recovery-image] Aug 27 22:42:28.947 INFO O| Aug 27 22:42:28.947 INFO STEP 534 (remove_files) COMPLETE |
5504 | 2024-08-27T22:42:30.646Z | [ recovery-image] Aug 27 22:42:28.947 INFO O| Aug 27 22:42:28.947 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-08-27T22:42:30.653Z | [ recovery-image] Aug 27 22:42:28.956 INFO O| Aug 27 22:42:28.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5506 | 2024-08-27T22:42:30.656Z | [ recovery-image] Aug 27 22:42:28.956 INFO O| Aug 27 22:42:28.956 INFO STEP 535 (remove_files) COMPLETE |
5507 | 2024-08-27T22:42:30.656Z | [ recovery-image] Aug 27 22:42:28.956 INFO O| Aug 27 22:42:28.956 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-08-27T22:42:30.662Z | [ recovery-image] Aug 27 22:42:28.966 INFO O| Aug 27 22:42:28.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5509 | 2024-08-27T22:42:30.662Z | [ recovery-image] Aug 27 22:42:28.966 INFO O| Aug 27 22:42:28.966 INFO STEP 536 (remove_files) COMPLETE |
5510 | 2024-08-27T22:42:30.665Z | [ recovery-image] Aug 27 22:42:28.966 INFO O| Aug 27 22:42:28.966 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-08-27T22:42:30.671Z | [ recovery-image] Aug 27 22:42:28.975 INFO O| Aug 27 22:42:28.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5512 | 2024-08-27T22:42:30.671Z | [ recovery-image] Aug 27 22:42:28.975 INFO O| Aug 27 22:42:28.975 INFO STEP 537 (remove_files) COMPLETE |
5513 | 2024-08-27T22:42:30.674Z | [ recovery-image] Aug 27 22:42:28.975 INFO O| Aug 27 22:42:28.975 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-08-27T22:42:30.681Z | [ recovery-image] Aug 27 22:42:28.984 INFO O| Aug 27 22:42:28.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5515 | 2024-08-27T22:42:30.683Z | [ recovery-image] Aug 27 22:42:28.985 INFO O| Aug 27 22:42:28.985 INFO STEP 538 (remove_files) COMPLETE |
5516 | 2024-08-27T22:42:30.683Z | [ recovery-image] Aug 27 22:42:28.985 INFO O| Aug 27 22:42:28.985 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-08-27T22:42:30.690Z | [ recovery-image] Aug 27 22:42:28.994 INFO O| Aug 27 22:42:28.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5518 | 2024-08-27T22:42:30.693Z | [ recovery-image] Aug 27 22:42:28.994 INFO O| Aug 27 22:42:28.994 INFO STEP 539 (remove_files) COMPLETE |
5519 | 2024-08-27T22:42:30.693Z | [ recovery-image] Aug 27 22:42:28.994 INFO O| Aug 27 22:42:28.994 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-08-27T22:42:30.701Z | [ recovery-image] Aug 27 22:42:29.004 INFO O| Aug 27 22:42:29.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5521 | 2024-08-27T22:42:30.704Z | [ recovery-image] Aug 27 22:42:29.005 INFO O| Aug 27 22:42:29.005 INFO STEP 540 (remove_files) COMPLETE |
5522 | 2024-08-27T22:42:30.704Z | [ recovery-image] Aug 27 22:42:29.005 INFO O| Aug 27 22:42:29.005 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-08-27T22:42:30.711Z | [ recovery-image] Aug 27 22:42:29.015 INFO O| Aug 27 22:42:29.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5524 | 2024-08-27T22:42:30.713Z | [ recovery-image] Aug 27 22:42:29.015 INFO O| Aug 27 22:42:29.015 INFO STEP 541 (remove_files) COMPLETE |
5525 | 2024-08-27T22:42:30.713Z | [ recovery-image] Aug 27 22:42:29.015 INFO O| Aug 27 22:42:29.015 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-08-27T22:42:30.720Z | [ recovery-image] Aug 27 22:42:29.024 INFO O| Aug 27 22:42:29.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5527 | 2024-08-27T22:42:30.723Z | [ recovery-image] Aug 27 22:42:29.024 INFO O| Aug 27 22:42:29.024 INFO STEP 542 (remove_files) COMPLETE |
5528 | 2024-08-27T22:42:30.723Z | [ recovery-image] Aug 27 22:42:29.024 INFO O| Aug 27 22:42:29.024 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-08-27T22:42:30.730Z | [ recovery-image] Aug 27 22:42:29.033 INFO O| Aug 27 22:42:29.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5530 | 2024-08-27T22:42:30.730Z | [ recovery-image] Aug 27 22:42:29.033 INFO O| Aug 27 22:42:29.033 INFO STEP 543 (remove_files) COMPLETE |
5531 | 2024-08-27T22:42:30.730Z | [ recovery-image] Aug 27 22:42:29.034 INFO O| Aug 27 22:42:29.033 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-08-27T22:42:30.740Z | [ recovery-image] Aug 27 22:42:29.043 INFO O| Aug 27 22:42:29.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5533 | 2024-08-27T22:42:30.740Z | [ recovery-image] Aug 27 22:42:29.043 INFO O| Aug 27 22:42:29.043 INFO STEP 544 (remove_files) COMPLETE |
5534 | 2024-08-27T22:42:30.740Z | [ recovery-image] Aug 27 22:42:29.043 INFO O| Aug 27 22:42:29.043 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-08-27T22:42:30.749Z | [ recovery-image] Aug 27 22:42:29.052 INFO O| Aug 27 22:42:29.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5536 | 2024-08-27T22:42:30.749Z | [ recovery-image] Aug 27 22:42:29.052 INFO O| Aug 27 22:42:29.052 INFO STEP 545 (remove_files) COMPLETE |
5537 | 2024-08-27T22:42:30.749Z | [ recovery-image] Aug 27 22:42:29.052 INFO O| Aug 27 22:42:29.052 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-08-27T22:42:30.758Z | [ recovery-image] Aug 27 22:42:29.062 INFO O| Aug 27 22:42:29.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5539 | 2024-08-27T22:42:30.761Z | [ recovery-image] Aug 27 22:42:29.062 INFO O| Aug 27 22:42:29.062 INFO STEP 546 (remove_files) COMPLETE |
5540 | 2024-08-27T22:42:30.761Z | [ recovery-image] Aug 27 22:42:29.062 INFO O| Aug 27 22:42:29.062 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-08-27T22:42:30.768Z | [ recovery-image] Aug 27 22:42:29.071 INFO O| Aug 27 22:42:29.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5542 | 2024-08-27T22:42:30.768Z | [ recovery-image] Aug 27 22:42:29.071 INFO O| Aug 27 22:42:29.071 INFO STEP 547 (remove_files) COMPLETE |
5543 | 2024-08-27T22:42:30.768Z | [ recovery-image] Aug 27 22:42:29.071 INFO O| Aug 27 22:42:29.071 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-08-27T22:42:30.778Z | [ recovery-image] Aug 27 22:42:29.081 INFO O| Aug 27 22:42:29.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5545 | 2024-08-27T22:42:30.778Z | [ recovery-image] Aug 27 22:42:29.081 INFO O| Aug 27 22:42:29.081 INFO STEP 548 (remove_files) COMPLETE |
5546 | 2024-08-27T22:42:30.780Z | [ recovery-image] Aug 27 22:42:29.081 INFO O| Aug 27 22:42:29.081 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-08-27T22:42:30.787Z | [ recovery-image] Aug 27 22:42:29.091 INFO O| Aug 27 22:42:29.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5548 | 2024-08-27T22:42:30.787Z | [ recovery-image] Aug 27 22:42:29.091 INFO O| Aug 27 22:42:29.091 INFO STEP 549 (remove_files) COMPLETE |
5549 | 2024-08-27T22:42:30.789Z | [ recovery-image] Aug 27 22:42:29.091 INFO O| Aug 27 22:42:29.091 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-08-27T22:42:30.797Z | [ recovery-image] Aug 27 22:42:29.101 INFO O| Aug 27 22:42:29.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5551 | 2024-08-27T22:42:30.797Z | [ recovery-image] Aug 27 22:42:29.101 INFO O| Aug 27 22:42:29.101 INFO STEP 550 (remove_files) COMPLETE |
5552 | 2024-08-27T22:42:30.800Z | [ recovery-image] Aug 27 22:42:29.101 INFO O| Aug 27 22:42:29.101 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-08-27T22:42:30.807Z | [ recovery-image] Aug 27 22:42:29.111 INFO O| Aug 27 22:42:29.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5554 | 2024-08-27T22:42:30.807Z | [ recovery-image] Aug 27 22:42:29.111 INFO O| Aug 27 22:42:29.111 INFO STEP 551 (remove_files) COMPLETE |
5555 | 2024-08-27T22:42:30.807Z | [ recovery-image] Aug 27 22:42:29.111 INFO O| Aug 27 22:42:29.111 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-08-27T22:42:30.817Z | [ recovery-image] Aug 27 22:42:29.120 INFO O| Aug 27 22:42:29.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5557 | 2024-08-27T22:42:30.817Z | [ recovery-image] Aug 27 22:42:29.120 INFO O| Aug 27 22:42:29.120 INFO STEP 552 (remove_files) COMPLETE |
5558 | 2024-08-27T22:42:30.823Z | [ recovery-image] Aug 27 22:42:29.120 INFO O| Aug 27 22:42:29.120 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-08-27T22:42:30.826Z | [ recovery-image] Aug 27 22:42:29.130 INFO O| Aug 27 22:42:29.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5560 | 2024-08-27T22:42:30.826Z | [ recovery-image] Aug 27 22:42:29.130 INFO O| Aug 27 22:42:29.130 INFO STEP 553 (remove_files) COMPLETE |
5561 | 2024-08-27T22:42:30.826Z | [ recovery-image] Aug 27 22:42:29.130 INFO O| Aug 27 22:42:29.130 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-08-27T22:42:30.836Z | [ recovery-image] Aug 27 22:42:29.140 INFO O| Aug 27 22:42:29.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5563 | 2024-08-27T22:42:30.838Z | [ recovery-image] Aug 27 22:42:29.140 INFO O| Aug 27 22:42:29.140 INFO STEP 554 (remove_files) COMPLETE |
5564 | 2024-08-27T22:42:30.838Z | [ recovery-image] Aug 27 22:42:29.140 INFO O| Aug 27 22:42:29.140 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-08-27T22:42:30.845Z | [ recovery-image] Aug 27 22:42:29.149 INFO O| Aug 27 22:42:29.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5566 | 2024-08-27T22:42:30.848Z | [ recovery-image] Aug 27 22:42:29.149 INFO O| Aug 27 22:42:29.149 INFO STEP 555 (remove_files) COMPLETE |
5567 | 2024-08-27T22:42:30.848Z | [ recovery-image] Aug 27 22:42:29.149 INFO O| Aug 27 22:42:29.149 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-08-27T22:42:30.855Z | [ recovery-image] Aug 27 22:42:29.159 INFO O| Aug 27 22:42:29.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5569 | 2024-08-27T22:42:30.859Z | [ recovery-image] Aug 27 22:42:29.159 INFO O| Aug 27 22:42:29.159 INFO STEP 556 (remove_files) COMPLETE |
5570 | 2024-08-27T22:42:30.859Z | [ recovery-image] Aug 27 22:42:29.159 INFO O| Aug 27 22:42:29.159 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-08-27T22:42:30.867Z | [ recovery-image] Aug 27 22:42:29.169 INFO O| Aug 27 22:42:29.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5572 | 2024-08-27T22:42:30.867Z | [ recovery-image] Aug 27 22:42:29.169 INFO O| Aug 27 22:42:29.169 INFO STEP 557 (remove_files) COMPLETE |
5573 | 2024-08-27T22:42:30.870Z | [ recovery-image] Aug 27 22:42:29.169 INFO O| Aug 27 22:42:29.169 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-08-27T22:42:30.874Z | [ recovery-image] Aug 27 22:42:29.178 INFO O| Aug 27 22:42:29.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5575 | 2024-08-27T22:42:30.879Z | [ recovery-image] Aug 27 22:42:29.178 INFO O| Aug 27 22:42:29.178 INFO STEP 558 (remove_files) COMPLETE |
5576 | 2024-08-27T22:42:30.879Z | [ recovery-image] Aug 27 22:42:29.178 INFO O| Aug 27 22:42:29.178 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-08-27T22:42:30.884Z | [ recovery-image] Aug 27 22:42:29.187 INFO O| Aug 27 22:42:29.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5578 | 2024-08-27T22:42:30.888Z | [ recovery-image] Aug 27 22:42:29.188 INFO O| Aug 27 22:42:29.187 INFO STEP 559 (remove_files) COMPLETE |
5579 | 2024-08-27T22:42:30.888Z | [ recovery-image] Aug 27 22:42:29.188 INFO O| Aug 27 22:42:29.188 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-08-27T22:42:30.893Z | [ recovery-image] Aug 27 22:42:29.197 INFO O| Aug 27 22:42:29.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5581 | 2024-08-27T22:42:30.898Z | [ recovery-image] Aug 27 22:42:29.197 INFO O| Aug 27 22:42:29.197 INFO STEP 560 (remove_files) COMPLETE |
5582 | 2024-08-27T22:42:30.898Z | [ recovery-image] Aug 27 22:42:29.197 INFO O| Aug 27 22:42:29.197 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-08-27T22:42:30.902Z | [ recovery-image] Aug 27 22:42:29.206 INFO O| Aug 27 22:42:29.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5584 | 2024-08-27T22:42:30.909Z | [ recovery-image] Aug 27 22:42:29.206 INFO O| Aug 27 22:42:29.206 INFO STEP 561 (remove_files) COMPLETE |
5585 | 2024-08-27T22:42:30.909Z | [ recovery-image] Aug 27 22:42:29.206 INFO O| Aug 27 22:42:29.206 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-08-27T22:42:30.912Z | [ recovery-image] Aug 27 22:42:29.216 INFO O| Aug 27 22:42:29.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5587 | 2024-08-27T22:42:30.917Z | [ recovery-image] Aug 27 22:42:29.216 INFO O| Aug 27 22:42:29.216 INFO STEP 562 (remove_files) COMPLETE |
5588 | 2024-08-27T22:42:30.917Z | [ recovery-image] Aug 27 22:42:29.216 INFO O| Aug 27 22:42:29.216 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-08-27T22:42:30.922Z | [ recovery-image] Aug 27 22:42:29.225 INFO O| Aug 27 22:42:29.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5590 | 2024-08-27T22:42:30.924Z | [ recovery-image] Aug 27 22:42:29.226 INFO O| Aug 27 22:42:29.226 INFO STEP 563 (remove_files) COMPLETE |
5591 | 2024-08-27T22:42:30.924Z | [ recovery-image] Aug 27 22:42:29.226 INFO O| Aug 27 22:42:29.226 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-08-27T22:42:30.932Z | [ recovery-image] Aug 27 22:42:29.235 INFO O| Aug 27 22:42:29.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5593 | 2024-08-27T22:42:30.932Z | [ recovery-image] Aug 27 22:42:29.235 INFO O| Aug 27 22:42:29.235 INFO STEP 564 (remove_files) COMPLETE |
5594 | 2024-08-27T22:42:30.932Z | [ recovery-image] Aug 27 22:42:29.235 INFO O| Aug 27 22:42:29.235 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-08-27T22:42:30.941Z | [ recovery-image] Aug 27 22:42:29.245 INFO O| Aug 27 22:42:29.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5596 | 2024-08-27T22:42:30.941Z | [ recovery-image] Aug 27 22:42:29.245 INFO O| Aug 27 22:42:29.245 INFO STEP 565 (remove_files) COMPLETE |
5597 | 2024-08-27T22:42:30.943Z | [ recovery-image] Aug 27 22:42:29.245 INFO O| Aug 27 22:42:29.245 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-08-27T22:42:30.950Z | [ recovery-image] Aug 27 22:42:29.254 INFO O| Aug 27 22:42:29.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5599 | 2024-08-27T22:42:30.950Z | [ recovery-image] Aug 27 22:42:29.254 INFO O| Aug 27 22:42:29.254 INFO STEP 566 (remove_files) COMPLETE |
5600 | 2024-08-27T22:42:30.950Z | [ recovery-image] Aug 27 22:42:29.254 INFO O| Aug 27 22:42:29.254 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-08-27T22:42:30.960Z | [ recovery-image] Aug 27 22:42:29.263 INFO O| Aug 27 22:42:29.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5602 | 2024-08-27T22:42:30.963Z | [ recovery-image] Aug 27 22:42:29.264 INFO O| Aug 27 22:42:29.264 INFO STEP 567 (remove_files) COMPLETE |
5603 | 2024-08-27T22:42:30.963Z | [ recovery-image] Aug 27 22:42:29.264 INFO O| Aug 27 22:42:29.264 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-08-27T22:42:30.969Z | [ recovery-image] Aug 27 22:42:29.273 INFO O| Aug 27 22:42:29.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5605 | 2024-08-27T22:42:30.972Z | [ recovery-image] Aug 27 22:42:29.273 INFO O| Aug 27 22:42:29.273 INFO STEP 568 (remove_files) COMPLETE |
5606 | 2024-08-27T22:42:30.972Z | [ recovery-image] Aug 27 22:42:29.273 INFO O| Aug 27 22:42:29.273 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-08-27T22:42:30.978Z | [ recovery-image] Aug 27 22:42:29.282 INFO O| Aug 27 22:42:29.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5608 | 2024-08-27T22:42:30.981Z | [ recovery-image] Aug 27 22:42:29.282 INFO O| Aug 27 22:42:29.282 INFO STEP 569 (remove_files) COMPLETE |
5609 | 2024-08-27T22:42:30.981Z | [ recovery-image] Aug 27 22:42:29.282 INFO O| Aug 27 22:42:29.282 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-08-27T22:42:30.987Z | [ recovery-image] Aug 27 22:42:29.291 INFO O| Aug 27 22:42:29.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5611 | 2024-08-27T22:42:30.988Z | [ recovery-image] Aug 27 22:42:29.291 INFO O| Aug 27 22:42:29.291 INFO STEP 570 (remove_files) COMPLETE |
5612 | 2024-08-27T22:42:30.988Z | [ recovery-image] Aug 27 22:42:29.292 INFO O| Aug 27 22:42:29.291 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-08-27T22:42:30.997Z | [ recovery-image] Aug 27 22:42:29.301 INFO O| Aug 27 22:42:29.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5614 | 2024-08-27T22:42:30.997Z | [ recovery-image] Aug 27 22:42:29.301 INFO O| Aug 27 22:42:29.301 INFO STEP 571 (remove_files) COMPLETE |
5615 | 2024-08-27T22:42:31.000Z | [ recovery-image] Aug 27 22:42:29.301 INFO O| Aug 27 22:42:29.301 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-08-27T22:42:31.006Z | [ recovery-image] Aug 27 22:42:29.310 INFO O| Aug 27 22:42:29.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5617 | 2024-08-27T22:42:31.006Z | [ recovery-image] Aug 27 22:42:29.310 INFO O| Aug 27 22:42:29.310 INFO STEP 572 (remove_files) COMPLETE |
5618 | 2024-08-27T22:42:31.009Z | [ recovery-image] Aug 27 22:42:29.310 INFO O| Aug 27 22:42:29.310 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-08-27T22:42:31.016Z | [ recovery-image] Aug 27 22:42:29.319 INFO O| Aug 27 22:42:29.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5620 | 2024-08-27T22:42:31.018Z | [ recovery-image] Aug 27 22:42:29.319 INFO O| Aug 27 22:42:29.319 INFO STEP 573 (remove_files) COMPLETE |
5621 | 2024-08-27T22:42:31.018Z | [ recovery-image] Aug 27 22:42:29.319 INFO O| Aug 27 22:42:29.319 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-08-27T22:42:31.025Z | [ recovery-image] Aug 27 22:42:29.329 INFO O| Aug 27 22:42:29.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5623 | 2024-08-27T22:42:31.025Z | [ recovery-image] Aug 27 22:42:29.329 INFO O| Aug 27 22:42:29.329 INFO STEP 574 (remove_files) COMPLETE |
5624 | 2024-08-27T22:42:31.027Z | [ recovery-image] Aug 27 22:42:29.329 INFO O| Aug 27 22:42:29.329 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-08-27T22:42:31.035Z | [ recovery-image] Aug 27 22:42:29.338 INFO O| Aug 27 22:42:29.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5626 | 2024-08-27T22:42:31.035Z | [ recovery-image] Aug 27 22:42:29.338 INFO O| Aug 27 22:42:29.338 INFO STEP 575 (remove_files) COMPLETE |
5627 | 2024-08-27T22:42:31.035Z | [ recovery-image] Aug 27 22:42:29.338 INFO O| Aug 27 22:42:29.338 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-08-27T22:42:31.044Z | [ recovery-image] Aug 27 22:42:29.348 INFO O| Aug 27 22:42:29.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5629 | 2024-08-27T22:42:31.044Z | [ recovery-image] Aug 27 22:42:29.348 INFO O| Aug 27 22:42:29.348 INFO STEP 576 (remove_files) COMPLETE |
5630 | 2024-08-27T22:42:31.046Z | [ recovery-image] Aug 27 22:42:29.348 INFO O| Aug 27 22:42:29.348 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-08-27T22:42:31.053Z | [ recovery-image] Aug 27 22:42:29.357 INFO O| Aug 27 22:42:29.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5632 | 2024-08-27T22:42:31.055Z | [ recovery-image] Aug 27 22:42:29.357 INFO O| Aug 27 22:42:29.357 INFO STEP 577 (remove_files) COMPLETE |
5633 | 2024-08-27T22:42:31.055Z | [ recovery-image] Aug 27 22:42:29.357 INFO O| Aug 27 22:42:29.357 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-08-27T22:42:31.064Z | [ recovery-image] Aug 27 22:42:29.366 INFO O| Aug 27 22:42:29.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5635 | 2024-08-27T22:42:31.064Z | [ recovery-image] Aug 27 22:42:29.366 INFO O| Aug 27 22:42:29.366 INFO STEP 578 (remove_files) COMPLETE |
5636 | 2024-08-27T22:42:31.066Z | [ recovery-image] Aug 27 22:42:29.366 INFO O| Aug 27 22:42:29.366 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-08-27T22:42:31.071Z | [ recovery-image] Aug 27 22:42:29.375 INFO O| Aug 27 22:42:29.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5638 | 2024-08-27T22:42:31.071Z | [ recovery-image] Aug 27 22:42:29.375 INFO O| Aug 27 22:42:29.375 INFO STEP 579 (remove_files) COMPLETE |
5639 | 2024-08-27T22:42:31.074Z | [ recovery-image] Aug 27 22:42:29.376 INFO O| Aug 27 22:42:29.375 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-08-27T22:42:31.081Z | [ recovery-image] Aug 27 22:42:29.385 INFO O| Aug 27 22:42:29.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5641 | 2024-08-27T22:42:31.081Z | [ recovery-image] Aug 27 22:42:29.385 INFO O| Aug 27 22:42:29.385 INFO STEP 580 (remove_files) COMPLETE |
5642 | 2024-08-27T22:42:31.083Z | [ recovery-image] Aug 27 22:42:29.385 INFO O| Aug 27 22:42:29.385 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-08-27T22:42:31.090Z | [ recovery-image] Aug 27 22:42:29.394 INFO O| Aug 27 22:42:29.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5644 | 2024-08-27T22:42:31.090Z | [ recovery-image] Aug 27 22:42:29.394 INFO O| Aug 27 22:42:29.394 INFO STEP 581 (remove_files) COMPLETE |
5645 | 2024-08-27T22:42:31.090Z | [ recovery-image] Aug 27 22:42:29.394 INFO O| Aug 27 22:42:29.394 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-08-27T22:42:31.100Z | [ recovery-image] Aug 27 22:42:29.404 INFO O| Aug 27 22:42:29.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5647 | 2024-08-27T22:42:31.100Z | [ recovery-image] Aug 27 22:42:29.404 INFO O| Aug 27 22:42:29.404 INFO STEP 582 (remove_files) COMPLETE |
5648 | 2024-08-27T22:42:31.100Z | [ recovery-image] Aug 27 22:42:29.404 INFO O| Aug 27 22:42:29.404 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-08-27T22:42:31.109Z | [ recovery-image] Aug 27 22:42:29.413 INFO O| Aug 27 22:42:29.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5650 | 2024-08-27T22:42:31.112Z | [ recovery-image] Aug 27 22:42:29.413 INFO O| Aug 27 22:42:29.413 INFO STEP 583 (remove_files) COMPLETE |
5651 | 2024-08-27T22:42:31.112Z | [ recovery-image] Aug 27 22:42:29.413 INFO O| Aug 27 22:42:29.413 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-08-27T22:42:31.120Z | [ recovery-image] Aug 27 22:42:29.422 INFO O| Aug 27 22:42:29.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5653 | 2024-08-27T22:42:31.120Z | [ recovery-image] Aug 27 22:42:29.422 INFO O| Aug 27 22:42:29.422 INFO STEP 584 (remove_files) COMPLETE |
5654 | 2024-08-27T22:42:31.120Z | [ recovery-image] Aug 27 22:42:29.422 INFO O| Aug 27 22:42:29.422 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-08-27T22:42:31.129Z | [ recovery-image] Aug 27 22:42:29.432 INFO O| Aug 27 22:42:29.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5656 | 2024-08-27T22:42:31.132Z | [ recovery-image] Aug 27 22:42:29.432 INFO O| Aug 27 22:42:29.432 INFO STEP 585 (remove_files) COMPLETE |
5657 | 2024-08-27T22:42:31.132Z | [ recovery-image] Aug 27 22:42:29.432 INFO O| Aug 27 22:42:29.432 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-08-27T22:42:31.138Z | [ recovery-image] Aug 27 22:42:29.441 INFO O| Aug 27 22:42:29.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5659 | 2024-08-27T22:42:31.138Z | [ recovery-image] Aug 27 22:42:29.441 INFO O| Aug 27 22:42:29.441 INFO STEP 586 (remove_files) COMPLETE |
5660 | 2024-08-27T22:42:31.140Z | [ recovery-image] Aug 27 22:42:29.441 INFO O| Aug 27 22:42:29.441 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-08-27T22:42:31.146Z | [ recovery-image] Aug 27 22:42:29.450 INFO O| Aug 27 22:42:29.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5662 | 2024-08-27T22:42:31.146Z | [ recovery-image] Aug 27 22:42:29.450 INFO O| Aug 27 22:42:29.450 INFO STEP 587 (remove_files) COMPLETE |
5663 | 2024-08-27T22:42:31.146Z | [ recovery-image] Aug 27 22:42:29.450 INFO O| Aug 27 22:42:29.450 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-08-27T22:42:31.156Z | [ recovery-image] Aug 27 22:42:29.459 INFO O| Aug 27 22:42:29.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5665 | 2024-08-27T22:42:31.156Z | [ recovery-image] Aug 27 22:42:29.460 INFO O| Aug 27 22:42:29.460 INFO STEP 588 (remove_files) COMPLETE |
5666 | 2024-08-27T22:42:31.158Z | [ recovery-image] Aug 27 22:42:29.460 INFO O| Aug 27 22:42:29.460 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-08-27T22:42:31.165Z | [ recovery-image] Aug 27 22:42:29.469 INFO O| Aug 27 22:42:29.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5668 | 2024-08-27T22:42:31.165Z | [ recovery-image] Aug 27 22:42:29.469 INFO O| Aug 27 22:42:29.469 INFO STEP 589 (remove_files) COMPLETE |
5669 | 2024-08-27T22:42:31.168Z | [ recovery-image] Aug 27 22:42:29.469 INFO O| Aug 27 22:42:29.469 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-08-27T22:42:31.175Z | [ recovery-image] Aug 27 22:42:29.479 INFO O| Aug 27 22:42:29.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5671 | 2024-08-27T22:42:31.177Z | [ recovery-image] Aug 27 22:42:29.479 INFO O| Aug 27 22:42:29.479 INFO STEP 590 (remove_files) COMPLETE |
5672 | 2024-08-27T22:42:31.177Z | [ recovery-image] Aug 27 22:42:29.479 INFO O| Aug 27 22:42:29.479 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-08-27T22:42:31.184Z | [ recovery-image] Aug 27 22:42:29.488 INFO O| Aug 27 22:42:29.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5674 | 2024-08-27T22:42:31.186Z | [ recovery-image] Aug 27 22:42:29.488 INFO O| Aug 27 22:42:29.488 INFO STEP 591 (remove_files) COMPLETE |
5675 | 2024-08-27T22:42:31.186Z | [ recovery-image] Aug 27 22:42:29.488 INFO O| Aug 27 22:42:29.488 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-08-27T22:42:31.194Z | [ recovery-image] Aug 27 22:42:29.498 INFO O| Aug 27 22:42:29.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5677 | 2024-08-27T22:42:31.196Z | [ recovery-image] Aug 27 22:42:29.498 INFO O| Aug 27 22:42:29.498 INFO STEP 592 (remove_files) COMPLETE |
5678 | 2024-08-27T22:42:31.196Z | [ recovery-image] Aug 27 22:42:29.498 INFO O| Aug 27 22:42:29.498 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-08-27T22:42:31.203Z | [ recovery-image] Aug 27 22:42:29.507 INFO O| Aug 27 22:42:29.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5680 | 2024-08-27T22:42:31.206Z | [ recovery-image] Aug 27 22:42:29.508 INFO O| Aug 27 22:42:29.508 INFO STEP 593 (remove_files) COMPLETE |
5681 | 2024-08-27T22:42:31.206Z | [ recovery-image] Aug 27 22:42:29.508 INFO O| Aug 27 22:42:29.508 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-08-27T22:42:31.213Z | [ recovery-image] Aug 27 22:42:29.517 INFO O| Aug 27 22:42:29.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5683 | 2024-08-27T22:42:31.213Z | [ recovery-image] Aug 27 22:42:29.517 INFO O| Aug 27 22:42:29.517 INFO STEP 594 (remove_files) COMPLETE |
5684 | 2024-08-27T22:42:31.216Z | [ recovery-image] Aug 27 22:42:29.517 INFO O| Aug 27 22:42:29.517 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-08-27T22:42:31.223Z | [ recovery-image] Aug 27 22:42:29.526 INFO O| Aug 27 22:42:29.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5686 | 2024-08-27T22:42:31.223Z | [ recovery-image] Aug 27 22:42:29.527 INFO O| Aug 27 22:42:29.526 INFO STEP 595 (remove_files) COMPLETE |
5687 | 2024-08-27T22:42:31.225Z | [ recovery-image] Aug 27 22:42:29.527 INFO O| Aug 27 22:42:29.526 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-08-27T22:42:31.232Z | [ recovery-image] Aug 27 22:42:29.536 INFO O| Aug 27 22:42:29.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5689 | 2024-08-27T22:42:31.234Z | [ recovery-image] Aug 27 22:42:29.537 INFO O| Aug 27 22:42:29.537 INFO STEP 596 (remove_files) COMPLETE |
5690 | 2024-08-27T22:42:31.234Z | [ recovery-image] Aug 27 22:42:29.537 INFO O| Aug 27 22:42:29.537 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-08-27T22:42:31.243Z | [ recovery-image] Aug 27 22:42:29.547 INFO O| Aug 27 22:42:29.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5692 | 2024-08-27T22:42:31.248Z | [ recovery-image] Aug 27 22:42:29.547 INFO O| Aug 27 22:42:29.547 INFO STEP 597 (remove_files) COMPLETE |
5693 | 2024-08-27T22:42:31.248Z | [ recovery-image] Aug 27 22:42:29.547 INFO O| Aug 27 22:42:29.547 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-08-27T22:42:31.252Z | [ recovery-image] Aug 27 22:42:29.556 INFO O| Aug 27 22:42:29.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5695 | 2024-08-27T22:42:31.252Z | [ recovery-image] Aug 27 22:42:29.556 INFO O| Aug 27 22:42:29.556 INFO STEP 598 (remove_files) COMPLETE |
5696 | 2024-08-27T22:42:31.255Z | [ recovery-image] Aug 27 22:42:29.556 INFO O| Aug 27 22:42:29.556 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-08-27T22:42:31.263Z | [ recovery-image] Aug 27 22:42:29.566 INFO O| Aug 27 22:42:29.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5698 | 2024-08-27T22:42:31.267Z | [ recovery-image] Aug 27 22:42:29.566 INFO O| Aug 27 22:42:29.566 INFO STEP 599 (remove_files) COMPLETE |
5699 | 2024-08-27T22:42:31.267Z | [ recovery-image] Aug 27 22:42:29.566 INFO O| Aug 27 22:42:29.566 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-08-27T22:42:31.271Z | [ recovery-image] Aug 27 22:42:29.575 INFO O| Aug 27 22:42:29.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5701 | 2024-08-27T22:42:31.273Z | [ recovery-image] Aug 27 22:42:29.575 INFO O| Aug 27 22:42:29.575 INFO STEP 600 (remove_files) COMPLETE |
5702 | 2024-08-27T22:42:31.273Z | [ recovery-image] Aug 27 22:42:29.575 INFO O| Aug 27 22:42:29.575 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-08-27T22:42:31.280Z | [ recovery-image] Aug 27 22:42:29.584 INFO O| Aug 27 22:42:29.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5704 | 2024-08-27T22:42:31.283Z | [ recovery-image] Aug 27 22:42:29.585 INFO O| Aug 27 22:42:29.585 INFO STEP 601 (remove_files) COMPLETE |
5705 | 2024-08-27T22:42:31.283Z | [ recovery-image] Aug 27 22:42:29.585 INFO O| Aug 27 22:42:29.585 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-08-27T22:42:31.290Z | [ recovery-image] Aug 27 22:42:29.594 INFO O| Aug 27 22:42:29.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5707 | 2024-08-27T22:42:31.294Z | [ recovery-image] Aug 27 22:42:29.594 INFO O| Aug 27 22:42:29.594 INFO STEP 602 (remove_files) COMPLETE |
5708 | 2024-08-27T22:42:31.294Z | [ recovery-image] Aug 27 22:42:29.594 INFO O| Aug 27 22:42:29.594 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-08-27T22:42:31.300Z | [ recovery-image] Aug 27 22:42:29.603 INFO O| Aug 27 22:42:29.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5710 | 2024-08-27T22:42:31.303Z | [ recovery-image] Aug 27 22:42:29.603 INFO O| Aug 27 22:42:29.603 INFO STEP 603 (remove_files) COMPLETE |
5711 | 2024-08-27T22:42:31.303Z | [ recovery-image] Aug 27 22:42:29.604 INFO O| Aug 27 22:42:29.603 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-08-27T22:42:31.309Z | [ recovery-image] Aug 27 22:42:29.613 INFO O| Aug 27 22:42:29.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5713 | 2024-08-27T22:42:31.309Z | [ recovery-image] Aug 27 22:42:29.613 INFO O| Aug 27 22:42:29.613 INFO STEP 604 (remove_files) COMPLETE |
5714 | 2024-08-27T22:42:31.312Z | [ recovery-image] Aug 27 22:42:29.613 INFO O| Aug 27 22:42:29.613 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-08-27T22:42:31.318Z | [ recovery-image] Aug 27 22:42:29.622 INFO O| Aug 27 22:42:29.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5716 | 2024-08-27T22:42:31.318Z | [ recovery-image] Aug 27 22:42:29.622 INFO O| Aug 27 22:42:29.622 INFO STEP 605 (remove_files) COMPLETE |
5717 | 2024-08-27T22:42:31.321Z | [ recovery-image] Aug 27 22:42:29.622 INFO O| Aug 27 22:42:29.622 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-08-27T22:42:31.327Z | [ recovery-image] Aug 27 22:42:29.631 INFO O| Aug 27 22:42:29.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5719 | 2024-08-27T22:42:31.328Z | [ recovery-image] Aug 27 22:42:29.631 INFO O| Aug 27 22:42:29.631 INFO STEP 606 (remove_files) COMPLETE |
5720 | 2024-08-27T22:42:31.328Z | [ recovery-image] Aug 27 22:42:29.632 INFO O| Aug 27 22:42:29.631 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-08-27T22:42:31.337Z | [ recovery-image] Aug 27 22:42:29.641 INFO O| Aug 27 22:42:29.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5722 | 2024-08-27T22:42:31.337Z | [ recovery-image] Aug 27 22:42:29.641 INFO O| Aug 27 22:42:29.641 INFO STEP 607 (remove_files) COMPLETE |
5723 | 2024-08-27T22:42:31.340Z | [ recovery-image] Aug 27 22:42:29.641 INFO O| Aug 27 22:42:29.641 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-08-27T22:42:31.346Z | [ recovery-image] Aug 27 22:42:29.650 INFO O| Aug 27 22:42:29.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5725 | 2024-08-27T22:42:31.346Z | [ recovery-image] Aug 27 22:42:29.650 INFO O| Aug 27 22:42:29.650 INFO STEP 608 (remove_files) COMPLETE |
5726 | 2024-08-27T22:42:31.349Z | [ recovery-image] Aug 27 22:42:29.650 INFO O| Aug 27 22:42:29.650 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-08-27T22:42:31.356Z | [ recovery-image] Aug 27 22:42:29.659 INFO O| Aug 27 22:42:29.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5728 | 2024-08-27T22:42:31.356Z | [ recovery-image] Aug 27 22:42:29.659 INFO O| Aug 27 22:42:29.659 INFO STEP 609 (remove_files) COMPLETE |
5729 | 2024-08-27T22:42:31.358Z | [ recovery-image] Aug 27 22:42:29.659 INFO O| Aug 27 22:42:29.659 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-08-27T22:42:31.365Z | [ recovery-image] Aug 27 22:42:29.669 INFO O| Aug 27 22:42:29.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5731 | 2024-08-27T22:42:31.365Z | [ recovery-image] Aug 27 22:42:29.669 INFO O| Aug 27 22:42:29.669 INFO STEP 610 (remove_files) COMPLETE |
5732 | 2024-08-27T22:42:31.365Z | [ recovery-image] Aug 27 22:42:29.669 INFO O| Aug 27 22:42:29.669 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-08-27T22:42:31.379Z | [ recovery-image] Aug 27 22:42:29.678 INFO O| Aug 27 22:42:29.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5734 | 2024-08-27T22:42:31.379Z | [ recovery-image] Aug 27 22:42:29.678 INFO O| Aug 27 22:42:29.678 INFO STEP 611 (remove_files) COMPLETE |
5735 | 2024-08-27T22:42:31.379Z | [ recovery-image] Aug 27 22:42:29.678 INFO O| Aug 27 22:42:29.678 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-08-27T22:42:31.384Z | [ recovery-image] Aug 27 22:42:29.687 INFO O| Aug 27 22:42:29.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5737 | 2024-08-27T22:42:31.386Z | [ recovery-image] Aug 27 22:42:29.688 INFO O| Aug 27 22:42:29.687 INFO STEP 612 (remove_files) COMPLETE |
5738 | 2024-08-27T22:42:31.386Z | [ recovery-image] Aug 27 22:42:29.688 INFO O| Aug 27 22:42:29.688 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-08-27T22:42:31.393Z | [ recovery-image] Aug 27 22:42:29.697 INFO O| Aug 27 22:42:29.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5740 | 2024-08-27T22:42:31.393Z | [ recovery-image] Aug 27 22:42:29.697 INFO O| Aug 27 22:42:29.697 INFO STEP 613 (remove_files) COMPLETE |
5741 | 2024-08-27T22:42:31.395Z | [ recovery-image] Aug 27 22:42:29.697 INFO O| Aug 27 22:42:29.697 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-08-27T22:42:31.402Z | [ recovery-image] Aug 27 22:42:29.706 INFO O| Aug 27 22:42:29.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5743 | 2024-08-27T22:42:31.402Z | [ recovery-image] Aug 27 22:42:29.706 INFO O| Aug 27 22:42:29.706 INFO STEP 614 (remove_files) COMPLETE |
5744 | 2024-08-27T22:42:31.402Z | [ recovery-image] Aug 27 22:42:29.706 INFO O| Aug 27 22:42:29.706 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-08-27T22:42:31.412Z | [ recovery-image] Aug 27 22:42:29.715 INFO O| Aug 27 22:42:29.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5746 | 2024-08-27T22:42:31.412Z | [ recovery-image] Aug 27 22:42:29.716 INFO O| Aug 27 22:42:29.716 INFO STEP 615 (remove_files) COMPLETE |
5747 | 2024-08-27T22:42:31.412Z | [ recovery-image] Aug 27 22:42:29.716 INFO O| Aug 27 22:42:29.716 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-08-27T22:42:31.422Z | [ recovery-image] Aug 27 22:42:29.725 INFO O| Aug 27 22:42:29.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5749 | 2024-08-27T22:42:31.422Z | [ recovery-image] Aug 27 22:42:29.725 INFO O| Aug 27 22:42:29.725 INFO STEP 616 (remove_files) COMPLETE |
5750 | 2024-08-27T22:42:31.422Z | [ recovery-image] Aug 27 22:42:29.725 INFO O| Aug 27 22:42:29.725 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-08-27T22:42:31.430Z | [ recovery-image] Aug 27 22:42:29.734 INFO O| Aug 27 22:42:29.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5752 | 2024-08-27T22:42:31.430Z | [ recovery-image] Aug 27 22:42:29.734 INFO O| Aug 27 22:42:29.734 INFO STEP 617 (remove_files) COMPLETE |
5753 | 2024-08-27T22:42:31.430Z | [ recovery-image] Aug 27 22:42:29.734 INFO O| Aug 27 22:42:29.734 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-08-27T22:42:31.440Z | [ recovery-image] Aug 27 22:42:29.744 INFO O| Aug 27 22:42:29.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5755 | 2024-08-27T22:42:31.440Z | [ recovery-image] Aug 27 22:42:29.744 INFO O| Aug 27 22:42:29.744 INFO STEP 618 (remove_files) COMPLETE |
5756 | 2024-08-27T22:42:31.441Z | [ recovery-image] Aug 27 22:42:29.744 INFO O| Aug 27 22:42:29.744 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-08-27T22:42:31.450Z | [ recovery-image] Aug 27 22:42:29.753 INFO O| Aug 27 22:42:29.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5758 | 2024-08-27T22:42:31.450Z | [ recovery-image] Aug 27 22:42:29.753 INFO O| Aug 27 22:42:29.753 INFO STEP 619 (remove_files) COMPLETE |
5759 | 2024-08-27T22:42:31.454Z | [ recovery-image] Aug 27 22:42:29.753 INFO O| Aug 27 22:42:29.753 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-08-27T22:42:31.458Z | [ recovery-image] Aug 27 22:42:29.762 INFO O| Aug 27 22:42:29.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5761 | 2024-08-27T22:42:31.459Z | [ recovery-image] Aug 27 22:42:29.762 INFO O| Aug 27 22:42:29.762 INFO STEP 620 (remove_files) COMPLETE |
5762 | 2024-08-27T22:42:31.461Z | [ recovery-image] Aug 27 22:42:29.762 INFO O| Aug 27 22:42:29.762 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-08-27T22:42:31.469Z | [ recovery-image] Aug 27 22:42:29.772 INFO O| Aug 27 22:42:29.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5764 | 2024-08-27T22:42:31.469Z | [ recovery-image] Aug 27 22:42:29.772 INFO O| Aug 27 22:42:29.772 INFO STEP 621 (remove_files) COMPLETE |
5765 | 2024-08-27T22:42:31.469Z | [ recovery-image] Aug 27 22:42:29.772 INFO O| Aug 27 22:42:29.772 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-08-27T22:42:31.478Z | [ recovery-image] Aug 27 22:42:29.781 INFO O| Aug 27 22:42:29.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5767 | 2024-08-27T22:42:31.481Z | [ recovery-image] Aug 27 22:42:29.781 INFO O| Aug 27 22:42:29.781 INFO STEP 622 (remove_files) COMPLETE |
5768 | 2024-08-27T22:42:31.481Z | [ recovery-image] Aug 27 22:42:29.781 INFO O| Aug 27 22:42:29.781 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-08-27T22:42:31.487Z | [ recovery-image] Aug 27 22:42:29.790 INFO O| Aug 27 22:42:29.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5770 | 2024-08-27T22:42:31.487Z | [ recovery-image] Aug 27 22:42:29.790 INFO O| Aug 27 22:42:29.790 INFO STEP 623 (remove_files) COMPLETE |
5771 | 2024-08-27T22:42:31.490Z | [ recovery-image] Aug 27 22:42:29.791 INFO O| Aug 27 22:42:29.790 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2024-08-27T22:42:31.496Z | [ recovery-image] Aug 27 22:42:29.800 INFO O| Aug 27 22:42:29.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5773 | 2024-08-27T22:42:31.497Z | [ recovery-image] Aug 27 22:42:29.800 INFO O| Aug 27 22:42:29.800 INFO STEP 624 (remove_files) COMPLETE |
5774 | 2024-08-27T22:42:31.499Z | [ recovery-image] Aug 27 22:42:29.800 INFO O| Aug 27 22:42:29.800 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-08-27T22:42:31.506Z | [ recovery-image] Aug 27 22:42:29.809 INFO O| Aug 27 22:42:29.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5776 | 2024-08-27T22:42:31.506Z | [ recovery-image] Aug 27 22:42:29.809 INFO O| Aug 27 22:42:29.809 INFO STEP 625 (remove_files) COMPLETE |
5777 | 2024-08-27T22:42:31.509Z | [ recovery-image] Aug 27 22:42:29.809 INFO O| Aug 27 22:42:29.809 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-08-27T22:42:31.511Z | [ host-image] Aug 27 22:42:29.813 INFO O| Aug 27 22:42:29.813 INFO O| Download: 19966/22728 items 167.2/196.4MB 85% complete (877k/s) |
5779 | 2024-08-27T22:42:31.515Z | [ recovery-image] Aug 27 22:42:29.818 INFO O| Aug 27 22:42:29.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5780 | 2024-08-27T22:42:31.518Z | [ recovery-image] Aug 27 22:42:29.819 INFO O| Aug 27 22:42:29.819 INFO STEP 626 (remove_files) COMPLETE |
5781 | 2024-08-27T22:42:31.518Z | [ recovery-image] Aug 27 22:42:29.819 INFO O| Aug 27 22:42:29.819 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-08-27T22:42:31.525Z | [ recovery-image] Aug 27 22:42:29.828 INFO O| Aug 27 22:42:29.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5783 | 2024-08-27T22:42:31.527Z | [ recovery-image] Aug 27 22:42:29.829 INFO O| Aug 27 22:42:29.829 INFO STEP 627 (remove_files) COMPLETE |
5784 | 2024-08-27T22:42:31.527Z | [ recovery-image] Aug 27 22:42:29.829 INFO O| Aug 27 22:42:29.829 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-08-27T22:42:31.537Z | [ recovery-image] Aug 27 22:42:29.838 INFO O| Aug 27 22:42:29.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5786 | 2024-08-27T22:42:31.537Z | [ recovery-image] Aug 27 22:42:29.838 INFO O| Aug 27 22:42:29.838 INFO STEP 628 (remove_files) COMPLETE |
5787 | 2024-08-27T22:42:31.540Z | [ recovery-image] Aug 27 22:42:29.838 INFO O| Aug 27 22:42:29.838 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-08-27T22:42:31.544Z | [ recovery-image] Aug 27 22:42:29.848 INFO O| Aug 27 22:42:29.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5789 | 2024-08-27T22:42:31.544Z | [ recovery-image] Aug 27 22:42:29.848 INFO O| Aug 27 22:42:29.848 INFO STEP 629 (remove_files) COMPLETE |
5790 | 2024-08-27T22:42:31.546Z | [ recovery-image] Aug 27 22:42:29.848 INFO O| Aug 27 22:42:29.848 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-08-27T22:42:31.554Z | [ recovery-image] Aug 27 22:42:29.857 INFO O| Aug 27 22:42:29.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5792 | 2024-08-27T22:42:31.554Z | [ recovery-image] Aug 27 22:42:29.857 INFO O| Aug 27 22:42:29.857 INFO STEP 630 (remove_files) COMPLETE |
5793 | 2024-08-27T22:42:31.554Z | [ recovery-image] Aug 27 22:42:29.857 INFO O| Aug 27 22:42:29.857 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-08-27T22:42:31.562Z | [ recovery-image] Aug 27 22:42:29.866 INFO O| Aug 27 22:42:29.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5795 | 2024-08-27T22:42:31.562Z | [ recovery-image] Aug 27 22:42:29.866 INFO O| Aug 27 22:42:29.866 INFO STEP 631 (remove_files) COMPLETE |
5796 | 2024-08-27T22:42:31.562Z | [ recovery-image] Aug 27 22:42:29.866 INFO O| Aug 27 22:42:29.866 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-08-27T22:42:31.571Z | [ recovery-image] Aug 27 22:42:29.875 INFO O| Aug 27 22:42:29.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5798 | 2024-08-27T22:42:31.574Z | [ recovery-image] Aug 27 22:42:29.875 INFO O| Aug 27 22:42:29.875 INFO STEP 632 (remove_files) COMPLETE |
5799 | 2024-08-27T22:42:31.574Z | [ recovery-image] Aug 27 22:42:29.875 INFO O| Aug 27 22:42:29.875 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-08-27T22:42:31.581Z | [ recovery-image] Aug 27 22:42:29.885 INFO O| Aug 27 22:42:29.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5801 | 2024-08-27T22:42:31.581Z | [ recovery-image] Aug 27 22:42:29.885 INFO O| Aug 27 22:42:29.885 INFO STEP 633 (remove_files) COMPLETE |
5802 | 2024-08-27T22:42:31.585Z | [ recovery-image] Aug 27 22:42:29.885 INFO O| Aug 27 22:42:29.885 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-08-27T22:42:31.590Z | [ recovery-image] Aug 27 22:42:29.894 INFO O| Aug 27 22:42:29.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5804 | 2024-08-27T22:42:31.590Z | [ recovery-image] Aug 27 22:42:29.894 INFO O| Aug 27 22:42:29.894 INFO STEP 634 (remove_files) COMPLETE |
5805 | 2024-08-27T22:42:31.593Z | [ recovery-image] Aug 27 22:42:29.894 INFO O| Aug 27 22:42:29.894 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-08-27T22:42:31.601Z | [ recovery-image] Aug 27 22:42:29.903 INFO O| Aug 27 22:42:29.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5807 | 2024-08-27T22:42:31.604Z | [ recovery-image] Aug 27 22:42:29.903 INFO O| Aug 27 22:42:29.903 INFO STEP 635 (remove_files) COMPLETE |
5808 | 2024-08-27T22:42:31.604Z | [ recovery-image] Aug 27 22:42:29.903 INFO O| Aug 27 22:42:29.903 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-08-27T22:42:31.609Z | [ recovery-image] Aug 27 22:42:29.913 INFO O| Aug 27 22:42:29.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5810 | 2024-08-27T22:42:31.611Z | [ recovery-image] Aug 27 22:42:29.913 INFO O| Aug 27 22:42:29.913 INFO STEP 636 (remove_files) COMPLETE |
5811 | 2024-08-27T22:42:31.611Z | [ recovery-image] Aug 27 22:42:29.913 INFO O| Aug 27 22:42:29.913 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-08-27T22:42:31.618Z | [ recovery-image] Aug 27 22:42:29.922 INFO O| Aug 27 22:42:29.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5813 | 2024-08-27T22:42:31.618Z | [ recovery-image] Aug 27 22:42:29.922 INFO O| Aug 27 22:42:29.922 INFO STEP 637 (remove_files) COMPLETE |
5814 | 2024-08-27T22:42:31.621Z | [ recovery-image] Aug 27 22:42:29.922 INFO O| Aug 27 22:42:29.922 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-08-27T22:42:31.627Z | [ recovery-image] Aug 27 22:42:29.931 INFO O| Aug 27 22:42:29.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5816 | 2024-08-27T22:42:31.627Z | [ recovery-image] Aug 27 22:42:29.931 INFO O| Aug 27 22:42:29.931 INFO STEP 638 (remove_files) COMPLETE |
5817 | 2024-08-27T22:42:31.627Z | [ recovery-image] Aug 27 22:42:29.931 INFO O| Aug 27 22:42:29.931 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-08-27T22:42:31.639Z | [ recovery-image] Aug 27 22:42:29.940 INFO O| Aug 27 22:42:29.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5819 | 2024-08-27T22:42:31.639Z | [ recovery-image] Aug 27 22:42:29.940 INFO O| Aug 27 22:42:29.940 INFO STEP 639 (remove_files) COMPLETE |
5820 | 2024-08-27T22:42:31.642Z | [ recovery-image] Aug 27 22:42:29.940 INFO O| Aug 27 22:42:29.940 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-08-27T22:42:31.646Z | [ recovery-image] Aug 27 22:42:29.950 INFO O| Aug 27 22:42:29.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5822 | 2024-08-27T22:42:31.646Z | [ recovery-image] Aug 27 22:42:29.950 INFO O| Aug 27 22:42:29.950 INFO STEP 640 (remove_files) COMPLETE |
5823 | 2024-08-27T22:42:31.646Z | [ recovery-image] Aug 27 22:42:29.950 INFO O| Aug 27 22:42:29.950 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-08-27T22:42:31.657Z | [ recovery-image] Aug 27 22:42:29.959 INFO O| Aug 27 22:42:29.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5825 | 2024-08-27T22:42:31.657Z | [ recovery-image] Aug 27 22:42:29.959 INFO O| Aug 27 22:42:29.959 INFO STEP 641 (remove_files) COMPLETE |
5826 | 2024-08-27T22:42:31.659Z | [ recovery-image] Aug 27 22:42:29.959 INFO O| Aug 27 22:42:29.959 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-08-27T22:42:31.666Z | [ recovery-image] Aug 27 22:42:29.969 INFO O| Aug 27 22:42:29.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5828 | 2024-08-27T22:42:31.666Z | [ recovery-image] Aug 27 22:42:29.969 INFO O| Aug 27 22:42:29.969 INFO STEP 642 (remove_files) COMPLETE |
5829 | 2024-08-27T22:42:31.668Z | [ recovery-image] Aug 27 22:42:29.969 INFO O| Aug 27 22:42:29.969 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-08-27T22:42:31.674Z | [ recovery-image] Aug 27 22:42:29.978 INFO O| Aug 27 22:42:29.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5831 | 2024-08-27T22:42:31.674Z | [ recovery-image] Aug 27 22:42:29.978 INFO O| Aug 27 22:42:29.978 INFO STEP 643 (remove_files) COMPLETE |
5832 | 2024-08-27T22:42:31.676Z | [ recovery-image] Aug 27 22:42:29.978 INFO O| Aug 27 22:42:29.978 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-08-27T22:42:31.683Z | [ recovery-image] Aug 27 22:42:29.987 INFO O| Aug 27 22:42:29.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5834 | 2024-08-27T22:42:31.683Z | [ recovery-image] Aug 27 22:42:29.987 INFO O| Aug 27 22:42:29.987 INFO STEP 644 (remove_files) COMPLETE |
5835 | 2024-08-27T22:42:31.684Z | [ recovery-image] Aug 27 22:42:29.987 INFO O| Aug 27 22:42:29.987 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-08-27T22:42:31.694Z | [ recovery-image] Aug 27 22:42:29.997 INFO O| Aug 27 22:42:29.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5837 | 2024-08-27T22:42:31.694Z | [ recovery-image] Aug 27 22:42:29.997 INFO O| Aug 27 22:42:29.997 INFO STEP 645 (remove_files) COMPLETE |
5838 | 2024-08-27T22:42:31.697Z | [ recovery-image] Aug 27 22:42:29.997 INFO O| Aug 27 22:42:29.997 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-08-27T22:42:31.704Z | [ recovery-image] Aug 27 22:42:30.007 INFO O| Aug 27 22:42:30.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5840 | 2024-08-27T22:42:31.704Z | [ recovery-image] Aug 27 22:42:30.007 INFO O| Aug 27 22:42:30.007 INFO STEP 646 (remove_files) COMPLETE |
5841 | 2024-08-27T22:42:31.707Z | [ recovery-image] Aug 27 22:42:30.007 INFO O| Aug 27 22:42:30.007 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-08-27T22:42:31.713Z | [ recovery-image] Aug 27 22:42:30.016 INFO O| Aug 27 22:42:30.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5843 | 2024-08-27T22:42:31.713Z | [ recovery-image] Aug 27 22:42:30.017 INFO O| Aug 27 22:42:30.016 INFO STEP 647 (remove_files) COMPLETE |
5844 | 2024-08-27T22:42:31.713Z | [ recovery-image] Aug 27 22:42:30.017 INFO O| Aug 27 22:42:30.016 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-08-27T22:42:31.725Z | [ recovery-image] Aug 27 22:42:30.026 INFO O| Aug 27 22:42:30.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5846 | 2024-08-27T22:42:31.725Z | [ recovery-image] Aug 27 22:42:30.026 INFO O| Aug 27 22:42:30.026 INFO STEP 648 (remove_files) COMPLETE |
5847 | 2024-08-27T22:42:31.725Z | [ recovery-image] Aug 27 22:42:30.026 INFO O| Aug 27 22:42:30.026 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-08-27T22:42:31.731Z | [ recovery-image] Aug 27 22:42:30.035 INFO O| Aug 27 22:42:30.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5849 | 2024-08-27T22:42:31.731Z | [ recovery-image] Aug 27 22:42:30.035 INFO O| Aug 27 22:42:30.035 INFO STEP 649 (remove_files) COMPLETE |
5850 | 2024-08-27T22:42:31.731Z | [ recovery-image] Aug 27 22:42:30.035 INFO O| Aug 27 22:42:30.035 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-08-27T22:42:31.740Z | [ recovery-image] Aug 27 22:42:30.044 INFO O| Aug 27 22:42:30.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5852 | 2024-08-27T22:42:31.743Z | [ recovery-image] Aug 27 22:42:30.045 INFO O| Aug 27 22:42:30.045 INFO STEP 650 (remove_files) COMPLETE |
5853 | 2024-08-27T22:42:31.743Z | [ recovery-image] Aug 27 22:42:30.045 INFO O| Aug 27 22:42:30.045 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-08-27T22:42:31.752Z | [ recovery-image] Aug 27 22:42:30.054 INFO O| Aug 27 22:42:30.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5855 | 2024-08-27T22:42:31.752Z | [ recovery-image] Aug 27 22:42:30.054 INFO O| Aug 27 22:42:30.054 INFO STEP 651 (remove_files) COMPLETE |
5856 | 2024-08-27T22:42:31.755Z | [ recovery-image] Aug 27 22:42:30.054 INFO O| Aug 27 22:42:30.054 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-08-27T22:42:31.759Z | [ recovery-image] Aug 27 22:42:30.063 INFO O| Aug 27 22:42:30.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5858 | 2024-08-27T22:42:31.762Z | [ recovery-image] Aug 27 22:42:30.063 INFO O| Aug 27 22:42:30.063 INFO STEP 652 (remove_files) COMPLETE |
5859 | 2024-08-27T22:42:31.762Z | [ recovery-image] Aug 27 22:42:30.063 INFO O| Aug 27 22:42:30.063 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-08-27T22:42:31.770Z | [ recovery-image] Aug 27 22:42:30.072 INFO O| Aug 27 22:42:30.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5861 | 2024-08-27T22:42:31.770Z | [ recovery-image] Aug 27 22:42:30.072 INFO O| Aug 27 22:42:30.072 INFO STEP 653 (remove_files) COMPLETE |
5862 | 2024-08-27T22:42:31.774Z | [ recovery-image] Aug 27 22:42:30.072 INFO O| Aug 27 22:42:30.072 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-08-27T22:42:31.779Z | [ recovery-image] Aug 27 22:42:30.081 INFO O| Aug 27 22:42:30.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5864 | 2024-08-27T22:42:31.779Z | [ recovery-image] Aug 27 22:42:30.082 INFO O| Aug 27 22:42:30.081 INFO STEP 654 (remove_files) COMPLETE |
5865 | 2024-08-27T22:42:31.782Z | [ recovery-image] Aug 27 22:42:30.082 INFO O| Aug 27 22:42:30.082 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-08-27T22:42:31.787Z | [ recovery-image] Aug 27 22:42:30.091 INFO O| Aug 27 22:42:30.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5867 | 2024-08-27T22:42:31.790Z | [ recovery-image] Aug 27 22:42:30.092 INFO O| Aug 27 22:42:30.092 INFO STEP 655 (remove_files) COMPLETE |
5868 | 2024-08-27T22:42:31.790Z | [ recovery-image] Aug 27 22:42:30.092 INFO O| Aug 27 22:42:30.092 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-08-27T22:42:31.798Z | [ recovery-image] Aug 27 22:42:30.101 INFO O| Aug 27 22:42:30.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5870 | 2024-08-27T22:42:31.798Z | [ recovery-image] Aug 27 22:42:30.101 INFO O| Aug 27 22:42:30.101 INFO STEP 656 (remove_files) COMPLETE |
5871 | 2024-08-27T22:42:31.801Z | [ recovery-image] Aug 27 22:42:30.101 INFO O| Aug 27 22:42:30.101 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-08-27T22:42:31.808Z | [ recovery-image] Aug 27 22:42:30.110 INFO O| Aug 27 22:42:30.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5873 | 2024-08-27T22:42:31.810Z | [ recovery-image] Aug 27 22:42:30.110 INFO O| Aug 27 22:42:30.110 INFO STEP 657 (remove_files) COMPLETE |
5874 | 2024-08-27T22:42:31.810Z | [ recovery-image] Aug 27 22:42:30.111 INFO O| Aug 27 22:42:30.110 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-08-27T22:42:31.816Z | [ recovery-image] Aug 27 22:42:30.120 INFO O| Aug 27 22:42:30.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5876 | 2024-08-27T22:42:31.816Z | [ recovery-image] Aug 27 22:42:30.120 INFO O| Aug 27 22:42:30.120 INFO STEP 658 (remove_files) COMPLETE |
5877 | 2024-08-27T22:42:31.820Z | [ recovery-image] Aug 27 22:42:30.120 INFO O| Aug 27 22:42:30.120 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-08-27T22:42:31.827Z | [ recovery-image] Aug 27 22:42:30.129 INFO O| Aug 27 22:42:30.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5879 | 2024-08-27T22:42:31.830Z | [ recovery-image] Aug 27 22:42:30.129 INFO O| Aug 27 22:42:30.129 INFO STEP 659 (remove_files) COMPLETE |
5880 | 2024-08-27T22:42:31.830Z | [ recovery-image] Aug 27 22:42:30.129 INFO O| Aug 27 22:42:30.129 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-08-27T22:42:31.835Z | [ recovery-image] Aug 27 22:42:30.138 INFO O| Aug 27 22:42:30.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5882 | 2024-08-27T22:42:31.835Z | [ recovery-image] Aug 27 22:42:30.138 INFO O| Aug 27 22:42:30.138 INFO STEP 660 (remove_files) COMPLETE |
5883 | 2024-08-27T22:42:31.842Z | [ recovery-image] Aug 27 22:42:30.138 INFO O| Aug 27 22:42:30.138 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-08-27T22:42:31.844Z | [ recovery-image] Aug 27 22:42:30.148 INFO O| Aug 27 22:42:30.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5885 | 2024-08-27T22:42:31.844Z | [ recovery-image] Aug 27 22:42:30.148 INFO O| Aug 27 22:42:30.148 INFO STEP 661 (remove_files) COMPLETE |
5886 | 2024-08-27T22:42:31.844Z | [ recovery-image] Aug 27 22:42:30.148 INFO O| Aug 27 22:42:30.148 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-08-27T22:42:31.853Z | [ recovery-image] Aug 27 22:42:30.157 INFO O| Aug 27 22:42:30.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5888 | 2024-08-27T22:42:31.856Z | [ recovery-image] Aug 27 22:42:30.157 INFO O| Aug 27 22:42:30.157 INFO STEP 662 (remove_files) COMPLETE |
5889 | 2024-08-27T22:42:31.856Z | [ recovery-image] Aug 27 22:42:30.157 INFO O| Aug 27 22:42:30.157 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-08-27T22:42:31.862Z | [ recovery-image] Aug 27 22:42:30.166 INFO O| Aug 27 22:42:30.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5891 | 2024-08-27T22:42:31.862Z | [ recovery-image] Aug 27 22:42:30.166 INFO O| Aug 27 22:42:30.166 INFO STEP 663 (remove_files) COMPLETE |
5892 | 2024-08-27T22:42:31.862Z | [ recovery-image] Aug 27 22:42:30.166 INFO O| Aug 27 22:42:30.166 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-08-27T22:42:31.873Z | [ recovery-image] Aug 27 22:42:30.176 INFO O| Aug 27 22:42:30.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5894 | 2024-08-27T22:42:31.873Z | [ recovery-image] Aug 27 22:42:30.176 INFO O| Aug 27 22:42:30.176 INFO STEP 664 (remove_files) COMPLETE |
5895 | 2024-08-27T22:42:31.876Z | [ recovery-image] Aug 27 22:42:30.176 INFO O| Aug 27 22:42:30.176 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-08-27T22:42:31.881Z | [ recovery-image] Aug 27 22:42:30.185 INFO O| Aug 27 22:42:30.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5897 | 2024-08-27T22:42:31.881Z | [ recovery-image] Aug 27 22:42:30.185 INFO O| Aug 27 22:42:30.185 INFO STEP 665 (remove_files) COMPLETE |
5898 | 2024-08-27T22:42:31.881Z | [ recovery-image] Aug 27 22:42:30.185 INFO O| Aug 27 22:42:30.185 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-08-27T22:42:31.891Z | [ recovery-image] Aug 27 22:42:30.194 INFO O| Aug 27 22:42:30.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5900 | 2024-08-27T22:42:31.891Z | [ recovery-image] Aug 27 22:42:30.195 INFO O| Aug 27 22:42:30.195 INFO STEP 666 (remove_files) COMPLETE |
5901 | 2024-08-27T22:42:31.894Z | [ recovery-image] Aug 27 22:42:30.195 INFO O| Aug 27 22:42:30.195 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-08-27T22:42:31.901Z | [ recovery-image] Aug 27 22:42:30.204 INFO O| Aug 27 22:42:30.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5903 | 2024-08-27T22:42:31.901Z | [ recovery-image] Aug 27 22:42:30.204 INFO O| Aug 27 22:42:30.204 INFO STEP 667 (remove_files) COMPLETE |
5904 | 2024-08-27T22:42:31.903Z | [ recovery-image] Aug 27 22:42:30.204 INFO O| Aug 27 22:42:30.204 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-08-27T22:42:31.909Z | [ recovery-image] Aug 27 22:42:30.213 INFO O| Aug 27 22:42:30.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5906 | 2024-08-27T22:42:31.909Z | [ recovery-image] Aug 27 22:42:30.213 INFO O| Aug 27 22:42:30.213 INFO STEP 668 (remove_files) COMPLETE |
5907 | 2024-08-27T22:42:31.909Z | [ recovery-image] Aug 27 22:42:30.213 INFO O| Aug 27 22:42:30.213 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-08-27T22:42:31.921Z | [ recovery-image] Aug 27 22:42:30.222 INFO O| Aug 27 22:42:30.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5909 | 2024-08-27T22:42:31.921Z | [ recovery-image] Aug 27 22:42:30.222 INFO O| Aug 27 22:42:30.222 INFO STEP 669 (remove_files) COMPLETE |
5910 | 2024-08-27T22:42:31.921Z | [ recovery-image] Aug 27 22:42:30.223 INFO O| Aug 27 22:42:30.222 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-08-27T22:42:31.928Z | [ recovery-image] Aug 27 22:42:30.232 INFO O| Aug 27 22:42:30.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5912 | 2024-08-27T22:42:31.928Z | [ recovery-image] Aug 27 22:42:30.232 INFO O| Aug 27 22:42:30.232 INFO STEP 670 (remove_files) COMPLETE |
5913 | 2024-08-27T22:42:31.931Z | [ recovery-image] Aug 27 22:42:30.232 INFO O| Aug 27 22:42:30.232 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-08-27T22:42:31.937Z | [ recovery-image] Aug 27 22:42:30.241 INFO O| Aug 27 22:42:30.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5915 | 2024-08-27T22:42:31.937Z | [ recovery-image] Aug 27 22:42:30.241 INFO O| Aug 27 22:42:30.241 INFO STEP 671 (remove_files) COMPLETE |
5916 | 2024-08-27T22:42:31.937Z | [ recovery-image] Aug 27 22:42:30.241 INFO O| Aug 27 22:42:30.241 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-08-27T22:42:31.949Z | [ recovery-image] Aug 27 22:42:30.252 INFO O| Aug 27 22:42:30.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5918 | 2024-08-27T22:42:31.951Z | [ recovery-image] Aug 27 22:42:30.252 INFO O| Aug 27 22:42:30.252 INFO STEP 672 (remove_files) COMPLETE |
5919 | 2024-08-27T22:42:31.951Z | [ recovery-image] Aug 27 22:42:30.252 INFO O| Aug 27 22:42:30.252 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-08-27T22:42:31.959Z | [ recovery-image] Aug 27 22:42:30.262 INFO O| Aug 27 22:42:30.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5921 | 2024-08-27T22:42:31.959Z | [ recovery-image] Aug 27 22:42:30.262 INFO O| Aug 27 22:42:30.262 INFO STEP 673 (remove_files) COMPLETE |
5922 | 2024-08-27T22:42:31.959Z | [ recovery-image] Aug 27 22:42:30.262 INFO O| Aug 27 22:42:30.262 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-08-27T22:42:31.968Z | [ recovery-image] Aug 27 22:42:30.271 INFO O| Aug 27 22:42:30.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5924 | 2024-08-27T22:42:31.968Z | [ recovery-image] Aug 27 22:42:30.271 INFO O| Aug 27 22:42:30.271 INFO STEP 674 (remove_files) COMPLETE |
5925 | 2024-08-27T22:42:31.971Z | [ recovery-image] Aug 27 22:42:30.271 INFO O| Aug 27 22:42:30.271 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-08-27T22:42:31.978Z | [ recovery-image] Aug 27 22:42:30.281 INFO O| Aug 27 22:42:30.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5927 | 2024-08-27T22:42:31.981Z | [ recovery-image] Aug 27 22:42:30.281 INFO O| Aug 27 22:42:30.281 INFO STEP 675 (remove_files) COMPLETE |
5928 | 2024-08-27T22:42:31.981Z | [ recovery-image] Aug 27 22:42:30.281 INFO O| Aug 27 22:42:30.281 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-08-27T22:42:31.987Z | [ recovery-image] Aug 27 22:42:30.290 INFO O| Aug 27 22:42:30.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5930 | 2024-08-27T22:42:31.989Z | [ recovery-image] Aug 27 22:42:30.290 INFO O| Aug 27 22:42:30.290 INFO STEP 676 (remove_files) COMPLETE |
5931 | 2024-08-27T22:42:31.989Z | [ recovery-image] Aug 27 22:42:30.290 INFO O| Aug 27 22:42:30.290 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-08-27T22:42:31.996Z | [ recovery-image] Aug 27 22:42:30.299 INFO O| Aug 27 22:42:30.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5933 | 2024-08-27T22:42:31.996Z | [ recovery-image] Aug 27 22:42:30.299 INFO O| Aug 27 22:42:30.299 INFO STEP 677 (remove_files) COMPLETE |
5934 | 2024-08-27T22:42:31.999Z | [ recovery-image] Aug 27 22:42:30.299 INFO O| Aug 27 22:42:30.299 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-08-27T22:42:32.005Z | [ recovery-image] Aug 27 22:42:30.309 INFO O| Aug 27 22:42:30.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5936 | 2024-08-27T22:42:32.008Z | [ recovery-image] Aug 27 22:42:30.309 INFO O| Aug 27 22:42:30.309 INFO STEP 678 (remove_files) COMPLETE |
5937 | 2024-08-27T22:42:32.008Z | [ recovery-image] Aug 27 22:42:30.309 INFO O| Aug 27 22:42:30.309 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-08-27T22:42:32.015Z | [ recovery-image] Aug 27 22:42:30.318 INFO O| Aug 27 22:42:30.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5939 | 2024-08-27T22:42:32.015Z | [ recovery-image] Aug 27 22:42:30.318 INFO O| Aug 27 22:42:30.318 INFO STEP 679 (remove_files) COMPLETE |
5940 | 2024-08-27T22:42:32.017Z | [ recovery-image] Aug 27 22:42:30.318 INFO O| Aug 27 22:42:30.318 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-08-27T22:42:32.024Z | [ recovery-image] Aug 27 22:42:30.328 INFO O| Aug 27 22:42:30.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5942 | 2024-08-27T22:42:32.026Z | [ recovery-image] Aug 27 22:42:30.328 INFO O| Aug 27 22:42:30.328 INFO STEP 680 (remove_files) COMPLETE |
5943 | 2024-08-27T22:42:32.026Z | [ recovery-image] Aug 27 22:42:30.328 INFO O| Aug 27 22:42:30.328 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-08-27T22:42:32.034Z | [ recovery-image] Aug 27 22:42:30.338 INFO O| Aug 27 22:42:30.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5945 | 2024-08-27T22:42:32.037Z | [ recovery-image] Aug 27 22:42:30.338 INFO O| Aug 27 22:42:30.338 INFO STEP 681 (remove_files) COMPLETE |
5946 | 2024-08-27T22:42:32.037Z | [ recovery-image] Aug 27 22:42:30.338 INFO O| Aug 27 22:42:30.338 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-08-27T22:42:32.043Z | [ recovery-image] Aug 27 22:42:30.347 INFO O| Aug 27 22:42:30.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5948 | 2024-08-27T22:42:32.046Z | [ recovery-image] Aug 27 22:42:30.347 INFO O| Aug 27 22:42:30.347 INFO STEP 682 (remove_files) COMPLETE |
5949 | 2024-08-27T22:42:32.046Z | [ recovery-image] Aug 27 22:42:30.347 INFO O| Aug 27 22:42:30.347 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-08-27T22:42:32.053Z | [ recovery-image] Aug 27 22:42:30.356 INFO O| Aug 27 22:42:30.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5951 | 2024-08-27T22:42:32.053Z | [ recovery-image] Aug 27 22:42:30.357 INFO O| Aug 27 22:42:30.356 INFO STEP 683 (remove_files) COMPLETE |
5952 | 2024-08-27T22:42:32.053Z | [ recovery-image] Aug 27 22:42:30.357 INFO O| Aug 27 22:42:30.357 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-08-27T22:42:32.062Z | [ recovery-image] Aug 27 22:42:30.366 INFO O| Aug 27 22:42:30.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5954 | 2024-08-27T22:42:32.062Z | [ recovery-image] Aug 27 22:42:30.366 INFO O| Aug 27 22:42:30.366 INFO STEP 684 (remove_files) COMPLETE |
5955 | 2024-08-27T22:42:32.062Z | [ recovery-image] Aug 27 22:42:30.366 INFO O| Aug 27 22:42:30.366 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-08-27T22:42:32.072Z | [ recovery-image] Aug 27 22:42:30.376 INFO O| Aug 27 22:42:30.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5957 | 2024-08-27T22:42:32.072Z | [ recovery-image] Aug 27 22:42:30.376 INFO O| Aug 27 22:42:30.376 INFO STEP 685 (remove_files) COMPLETE |
5958 | 2024-08-27T22:42:32.072Z | [ recovery-image] Aug 27 22:42:30.376 INFO O| Aug 27 22:42:30.376 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-08-27T22:42:32.081Z | [ recovery-image] Aug 27 22:42:30.385 INFO O| Aug 27 22:42:30.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5960 | 2024-08-27T22:42:32.081Z | [ recovery-image] Aug 27 22:42:30.385 INFO O| Aug 27 22:42:30.385 INFO STEP 686 (remove_files) COMPLETE |
5961 | 2024-08-27T22:42:32.081Z | [ recovery-image] Aug 27 22:42:30.385 INFO O| Aug 27 22:42:30.385 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-08-27T22:42:32.091Z | [ recovery-image] Aug 27 22:42:30.394 INFO O| Aug 27 22:42:30.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5963 | 2024-08-27T22:42:32.091Z | [ recovery-image] Aug 27 22:42:30.394 INFO O| Aug 27 22:42:30.394 INFO STEP 687 (remove_files) COMPLETE |
5964 | 2024-08-27T22:42:32.091Z | [ recovery-image] Aug 27 22:42:30.394 INFO O| Aug 27 22:42:30.394 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-08-27T22:42:32.100Z | [ recovery-image] Aug 27 22:42:30.404 INFO O| Aug 27 22:42:30.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5966 | 2024-08-27T22:42:32.100Z | [ recovery-image] Aug 27 22:42:30.404 INFO O| Aug 27 22:42:30.404 INFO STEP 688 (remove_files) COMPLETE |
5967 | 2024-08-27T22:42:32.100Z | [ recovery-image] Aug 27 22:42:30.404 INFO O| Aug 27 22:42:30.404 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-08-27T22:42:32.109Z | [ recovery-image] Aug 27 22:42:30.413 INFO O| Aug 27 22:42:30.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5969 | 2024-08-27T22:42:32.109Z | [ recovery-image] Aug 27 22:42:30.413 INFO O| Aug 27 22:42:30.413 INFO STEP 689 (remove_files) COMPLETE |
5970 | 2024-08-27T22:42:32.109Z | [ recovery-image] Aug 27 22:42:30.413 INFO O| Aug 27 22:42:30.413 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-08-27T22:42:32.119Z | [ recovery-image] Aug 27 22:42:30.422 INFO O| Aug 27 22:42:30.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5972 | 2024-08-27T22:42:32.119Z | [ recovery-image] Aug 27 22:42:30.422 INFO O| Aug 27 22:42:30.422 INFO STEP 690 (remove_files) COMPLETE |
5973 | 2024-08-27T22:42:32.119Z | [ recovery-image] Aug 27 22:42:30.423 INFO O| Aug 27 22:42:30.422 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-08-27T22:42:32.129Z | [ recovery-image] Aug 27 22:42:30.432 INFO O| Aug 27 22:42:30.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5975 | 2024-08-27T22:42:32.129Z | [ recovery-image] Aug 27 22:42:30.432 INFO O| Aug 27 22:42:30.432 INFO STEP 691 (remove_files) COMPLETE |
5976 | 2024-08-27T22:42:32.129Z | [ recovery-image] Aug 27 22:42:30.432 INFO O| Aug 27 22:42:30.432 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-08-27T22:42:32.137Z | [ recovery-image] Aug 27 22:42:30.441 INFO O| Aug 27 22:42:30.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5978 | 2024-08-27T22:42:32.140Z | [ recovery-image] Aug 27 22:42:30.441 INFO O| Aug 27 22:42:30.441 INFO STEP 692 (remove_files) COMPLETE |
5979 | 2024-08-27T22:42:32.140Z | [ recovery-image] Aug 27 22:42:30.441 INFO O| Aug 27 22:42:30.441 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-08-27T22:42:32.146Z | [ recovery-image] Aug 27 22:42:30.450 INFO O| Aug 27 22:42:30.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
5981 | 2024-08-27T22:42:32.147Z | [ recovery-image] Aug 27 22:42:30.450 INFO O| Aug 27 22:42:30.450 INFO STEP 693 (remove_files) COMPLETE |
5982 | 2024-08-27T22:42:32.149Z | [ recovery-image] Aug 27 22:42:30.450 INFO O| Aug 27 22:42:30.450 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-08-27T22:42:32.156Z | [ recovery-image] Aug 27 22:42:30.460 INFO O| Aug 27 22:42:30.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
5984 | 2024-08-27T22:42:32.156Z | [ recovery-image] Aug 27 22:42:30.460 INFO O| Aug 27 22:42:30.460 INFO STEP 694 (remove_files) COMPLETE |
5985 | 2024-08-27T22:42:32.158Z | [ recovery-image] Aug 27 22:42:30.460 INFO O| Aug 27 22:42:30.460 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-08-27T22:42:32.165Z | [ recovery-image] Aug 27 22:42:30.469 INFO O| Aug 27 22:42:30.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
5987 | 2024-08-27T22:42:32.165Z | [ recovery-image] Aug 27 22:42:30.469 INFO O| Aug 27 22:42:30.469 INFO STEP 695 (remove_files) COMPLETE |
5988 | 2024-08-27T22:42:32.165Z | [ recovery-image] Aug 27 22:42:30.469 INFO O| Aug 27 22:42:30.469 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-08-27T22:42:32.174Z | [ recovery-image] Aug 27 22:42:30.478 INFO O| Aug 27 22:42:30.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
5990 | 2024-08-27T22:42:32.177Z | [ recovery-image] Aug 27 22:42:30.479 INFO O| Aug 27 22:42:30.479 INFO STEP 696 (remove_files) COMPLETE |
5991 | 2024-08-27T22:42:32.177Z | [ recovery-image] Aug 27 22:42:30.479 INFO O| Aug 27 22:42:30.479 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-08-27T22:42:32.185Z | [ recovery-image] Aug 27 22:42:30.488 INFO O| Aug 27 22:42:30.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
5993 | 2024-08-27T22:42:32.188Z | [ recovery-image] Aug 27 22:42:30.489 INFO O| Aug 27 22:42:30.489 INFO STEP 697 (remove_files) COMPLETE |
5994 | 2024-08-27T22:42:32.188Z | [ recovery-image] Aug 27 22:42:30.489 INFO O| Aug 27 22:42:30.489 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-08-27T22:42:32.195Z | [ recovery-image] Aug 27 22:42:30.498 INFO O| Aug 27 22:42:30.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
5996 | 2024-08-27T22:42:32.196Z | [ recovery-image] Aug 27 22:42:30.498 INFO O| Aug 27 22:42:30.498 INFO STEP 698 (remove_files) COMPLETE |
5997 | 2024-08-27T22:42:32.199Z | [ recovery-image] Aug 27 22:42:30.498 INFO O| Aug 27 22:42:30.498 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-08-27T22:42:32.205Z | [ recovery-image] Aug 27 22:42:30.508 INFO O| Aug 27 22:42:30.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
5999 | 2024-08-27T22:42:32.205Z | [ recovery-image] Aug 27 22:42:30.508 INFO O| Aug 27 22:42:30.508 INFO STEP 699 (remove_files) COMPLETE |
6000 | 2024-08-27T22:42:32.208Z | [ recovery-image] Aug 27 22:42:30.508 INFO O| Aug 27 22:42:30.508 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-08-27T22:42:32.214Z | [ recovery-image] Aug 27 22:42:30.517 INFO O| Aug 27 22:42:30.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6002 | 2024-08-27T22:42:32.214Z | [ recovery-image] Aug 27 22:42:30.517 INFO O| Aug 27 22:42:30.517 INFO STEP 700 (remove_files) COMPLETE |
6003 | 2024-08-27T22:42:32.214Z | [ recovery-image] Aug 27 22:42:30.517 INFO O| Aug 27 22:42:30.517 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-08-27T22:42:32.223Z | [ recovery-image] Aug 27 22:42:30.527 INFO O| Aug 27 22:42:30.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6005 | 2024-08-27T22:42:32.223Z | [ recovery-image] Aug 27 22:42:30.527 INFO O| Aug 27 22:42:30.527 INFO STEP 701 (remove_files) COMPLETE |
6006 | 2024-08-27T22:42:32.225Z | [ recovery-image] Aug 27 22:42:30.527 INFO O| Aug 27 22:42:30.527 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-08-27T22:42:32.232Z | [ recovery-image] Aug 27 22:42:30.536 INFO O| Aug 27 22:42:30.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6008 | 2024-08-27T22:42:32.232Z | [ recovery-image] Aug 27 22:42:30.536 INFO O| Aug 27 22:42:30.536 INFO STEP 702 (remove_files) COMPLETE |
6009 | 2024-08-27T22:42:32.232Z | [ recovery-image] Aug 27 22:42:30.536 INFO O| Aug 27 22:42:30.536 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-08-27T22:42:32.242Z | [ recovery-image] Aug 27 22:42:30.545 INFO O| Aug 27 22:42:30.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6011 | 2024-08-27T22:42:32.242Z | [ recovery-image] Aug 27 22:42:30.546 INFO O| Aug 27 22:42:30.546 INFO STEP 703 (remove_files) COMPLETE |
6012 | 2024-08-27T22:42:32.242Z | [ recovery-image] Aug 27 22:42:30.546 INFO O| Aug 27 22:42:30.546 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-08-27T22:42:32.251Z | [ recovery-image] Aug 27 22:42:30.555 INFO O| Aug 27 22:42:30.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6014 | 2024-08-27T22:42:32.251Z | [ recovery-image] Aug 27 22:42:30.555 INFO O| Aug 27 22:42:30.555 INFO STEP 704 (remove_files) COMPLETE |
6015 | 2024-08-27T22:42:32.255Z | [ recovery-image] Aug 27 22:42:30.555 INFO O| Aug 27 22:42:30.555 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-08-27T22:42:32.260Z | [ recovery-image] Aug 27 22:42:30.564 INFO O| Aug 27 22:42:30.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6017 | 2024-08-27T22:42:32.264Z | [ recovery-image] Aug 27 22:42:30.564 INFO O| Aug 27 22:42:30.564 INFO STEP 705 (remove_files) COMPLETE |
6018 | 2024-08-27T22:42:32.264Z | [ recovery-image] Aug 27 22:42:30.564 INFO O| Aug 27 22:42:30.564 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-08-27T22:42:32.270Z | [ recovery-image] Aug 27 22:42:30.574 INFO O| Aug 27 22:42:30.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6020 | 2024-08-27T22:42:32.270Z | [ recovery-image] Aug 27 22:42:30.574 INFO O| Aug 27 22:42:30.574 INFO STEP 706 (remove_files) COMPLETE |
6021 | 2024-08-27T22:42:32.270Z | [ recovery-image] Aug 27 22:42:30.574 INFO O| Aug 27 22:42:30.574 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-08-27T22:42:32.279Z | [ recovery-image] Aug 27 22:42:30.583 INFO O| Aug 27 22:42:30.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6023 | 2024-08-27T22:42:32.279Z | [ recovery-image] Aug 27 22:42:30.583 INFO O| Aug 27 22:42:30.583 INFO STEP 707 (remove_files) COMPLETE |
6024 | 2024-08-27T22:42:32.279Z | [ recovery-image] Aug 27 22:42:30.583 INFO O| Aug 27 22:42:30.583 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-08-27T22:42:32.289Z | [ recovery-image] Aug 27 22:42:30.592 INFO O| Aug 27 22:42:30.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6026 | 2024-08-27T22:42:32.292Z | [ recovery-image] Aug 27 22:42:30.593 INFO O| Aug 27 22:42:30.592 INFO STEP 708 (remove_files) COMPLETE |
6027 | 2024-08-27T22:42:32.292Z | [ recovery-image] Aug 27 22:42:30.593 INFO O| Aug 27 22:42:30.593 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-08-27T22:42:32.298Z | [ recovery-image] Aug 27 22:42:30.602 INFO O| Aug 27 22:42:30.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6029 | 2024-08-27T22:42:32.301Z | [ recovery-image] Aug 27 22:42:30.602 INFO O| Aug 27 22:42:30.602 INFO STEP 709 (remove_files) COMPLETE |
6030 | 2024-08-27T22:42:32.301Z | [ recovery-image] Aug 27 22:42:30.602 INFO O| Aug 27 22:42:30.602 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-08-27T22:42:32.307Z | [ recovery-image] Aug 27 22:42:30.611 INFO O| Aug 27 22:42:30.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6032 | 2024-08-27T22:42:32.311Z | [ recovery-image] Aug 27 22:42:30.611 INFO O| Aug 27 22:42:30.611 INFO STEP 710 (remove_files) COMPLETE |
6033 | 2024-08-27T22:42:32.311Z | [ recovery-image] Aug 27 22:42:30.611 INFO O| Aug 27 22:42:30.611 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-08-27T22:42:32.316Z | [ recovery-image] Aug 27 22:42:30.620 INFO O| Aug 27 22:42:30.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6035 | 2024-08-27T22:42:32.320Z | [ recovery-image] Aug 27 22:42:30.620 INFO O| Aug 27 22:42:30.620 INFO STEP 711 (remove_files) COMPLETE |
6036 | 2024-08-27T22:42:32.320Z | [ recovery-image] Aug 27 22:42:30.620 INFO O| Aug 27 22:42:30.620 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-08-27T22:42:32.326Z | [ recovery-image] Aug 27 22:42:30.630 INFO O| Aug 27 22:42:30.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6038 | 2024-08-27T22:42:32.326Z | [ recovery-image] Aug 27 22:42:30.630 INFO O| Aug 27 22:42:30.630 INFO STEP 712 (remove_files) COMPLETE |
6039 | 2024-08-27T22:42:32.329Z | [ recovery-image] Aug 27 22:42:30.630 INFO O| Aug 27 22:42:30.630 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-08-27T22:42:32.336Z | [ recovery-image] Aug 27 22:42:30.639 INFO O| Aug 27 22:42:30.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6041 | 2024-08-27T22:42:32.339Z | [ recovery-image] Aug 27 22:42:30.639 INFO O| Aug 27 22:42:30.639 INFO STEP 713 (remove_files) COMPLETE |
6042 | 2024-08-27T22:42:32.339Z | [ recovery-image] Aug 27 22:42:30.639 INFO O| Aug 27 22:42:30.639 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-08-27T22:42:32.345Z | [ recovery-image] Aug 27 22:42:30.648 INFO O| Aug 27 22:42:30.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6044 | 2024-08-27T22:42:32.347Z | [ recovery-image] Aug 27 22:42:30.648 INFO O| Aug 27 22:42:30.648 INFO STEP 714 (remove_files) COMPLETE |
6045 | 2024-08-27T22:42:32.348Z | [ recovery-image] Aug 27 22:42:30.648 INFO O| Aug 27 22:42:30.648 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-08-27T22:42:32.354Z | [ recovery-image] Aug 27 22:42:30.658 INFO O| Aug 27 22:42:30.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6047 | 2024-08-27T22:42:32.354Z | [ recovery-image] Aug 27 22:42:30.658 INFO O| Aug 27 22:42:30.658 INFO STEP 715 (remove_files) COMPLETE |
6048 | 2024-08-27T22:42:32.357Z | [ recovery-image] Aug 27 22:42:30.658 INFO O| Aug 27 22:42:30.658 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-08-27T22:42:32.363Z | [ recovery-image] Aug 27 22:42:30.667 INFO O| Aug 27 22:42:30.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6050 | 2024-08-27T22:42:32.366Z | [ recovery-image] Aug 27 22:42:30.667 INFO O| Aug 27 22:42:30.667 INFO STEP 716 (remove_files) COMPLETE |
6051 | 2024-08-27T22:42:32.366Z | [ recovery-image] Aug 27 22:42:30.667 INFO O| Aug 27 22:42:30.667 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-08-27T22:42:32.373Z | [ recovery-image] Aug 27 22:42:30.676 INFO O| Aug 27 22:42:30.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6053 | 2024-08-27T22:42:32.376Z | [ recovery-image] Aug 27 22:42:30.676 INFO O| Aug 27 22:42:30.676 INFO STEP 717 (remove_files) COMPLETE |
6054 | 2024-08-27T22:42:32.376Z | [ recovery-image] Aug 27 22:42:30.676 INFO O| Aug 27 22:42:30.676 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-08-27T22:42:32.382Z | [ recovery-image] Aug 27 22:42:30.686 INFO O| Aug 27 22:42:30.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6056 | 2024-08-27T22:42:32.382Z | [ recovery-image] Aug 27 22:42:30.686 INFO O| Aug 27 22:42:30.686 INFO STEP 718 (remove_files) COMPLETE |
6057 | 2024-08-27T22:42:32.385Z | [ recovery-image] Aug 27 22:42:30.686 INFO O| Aug 27 22:42:30.686 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-08-27T22:42:32.391Z | [ recovery-image] Aug 27 22:42:30.695 INFO O| Aug 27 22:42:30.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6059 | 2024-08-27T22:42:32.394Z | [ recovery-image] Aug 27 22:42:30.695 INFO O| Aug 27 22:42:30.695 INFO STEP 719 (remove_files) COMPLETE |
6060 | 2024-08-27T22:42:32.394Z | [ recovery-image] Aug 27 22:42:30.695 INFO O| Aug 27 22:42:30.695 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-08-27T22:42:32.401Z | [ recovery-image] Aug 27 22:42:30.704 INFO O| Aug 27 22:42:30.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6062 | 2024-08-27T22:42:32.401Z | [ recovery-image] Aug 27 22:42:30.704 INFO O| Aug 27 22:42:30.704 INFO STEP 720 (remove_files) COMPLETE |
6063 | 2024-08-27T22:42:32.403Z | [ recovery-image] Aug 27 22:42:30.704 INFO O| Aug 27 22:42:30.704 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-08-27T22:42:32.411Z | [ recovery-image] Aug 27 22:42:30.714 INFO O| Aug 27 22:42:30.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6065 | 2024-08-27T22:42:32.411Z | [ recovery-image] Aug 27 22:42:30.714 INFO O| Aug 27 22:42:30.714 INFO STEP 721 (remove_files) COMPLETE |
6066 | 2024-08-27T22:42:32.414Z | [ recovery-image] Aug 27 22:42:30.714 INFO O| Aug 27 22:42:30.714 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-08-27T22:42:32.419Z | [ recovery-image] Aug 27 22:42:30.723 INFO O| Aug 27 22:42:30.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6068 | 2024-08-27T22:42:32.419Z | [ recovery-image] Aug 27 22:42:30.723 INFO O| Aug 27 22:42:30.723 INFO STEP 722 (remove_files) COMPLETE |
6069 | 2024-08-27T22:42:32.419Z | [ recovery-image] Aug 27 22:42:30.723 INFO O| Aug 27 22:42:30.723 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-08-27T22:42:32.429Z | [ recovery-image] Aug 27 22:42:30.732 INFO O| Aug 27 22:42:30.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6071 | 2024-08-27T22:42:32.431Z | [ recovery-image] Aug 27 22:42:30.732 INFO O| Aug 27 22:42:30.732 INFO STEP 723 (remove_files) COMPLETE |
6072 | 2024-08-27T22:42:32.431Z | [ recovery-image] Aug 27 22:42:30.732 INFO O| Aug 27 22:42:30.732 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-08-27T22:42:32.439Z | [ recovery-image] Aug 27 22:42:30.742 INFO O| Aug 27 22:42:30.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6074 | 2024-08-27T22:42:32.439Z | [ recovery-image] Aug 27 22:42:30.742 INFO O| Aug 27 22:42:30.742 INFO STEP 724 (remove_files) COMPLETE |
6075 | 2024-08-27T22:42:32.441Z | [ recovery-image] Aug 27 22:42:30.742 INFO O| Aug 27 22:42:30.742 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-08-27T22:42:32.447Z | [ recovery-image] Aug 27 22:42:30.751 INFO O| Aug 27 22:42:30.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6077 | 2024-08-27T22:42:32.447Z | [ recovery-image] Aug 27 22:42:30.751 INFO O| Aug 27 22:42:30.751 INFO STEP 725 (remove_files) COMPLETE |
6078 | 2024-08-27T22:42:32.447Z | [ recovery-image] Aug 27 22:42:30.751 INFO O| Aug 27 22:42:30.751 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-08-27T22:42:32.457Z | [ recovery-image] Aug 27 22:42:30.760 INFO O| Aug 27 22:42:30.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6080 | 2024-08-27T22:42:32.457Z | [ recovery-image] Aug 27 22:42:30.760 INFO O| Aug 27 22:42:30.760 INFO STEP 726 (remove_files) COMPLETE |
6081 | 2024-08-27T22:42:32.457Z | [ recovery-image] Aug 27 22:42:30.760 INFO O| Aug 27 22:42:30.760 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-08-27T22:42:32.466Z | [ recovery-image] Aug 27 22:42:30.769 INFO O| Aug 27 22:42:30.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6083 | 2024-08-27T22:42:32.468Z | [ recovery-image] Aug 27 22:42:30.770 INFO O| Aug 27 22:42:30.770 INFO STEP 727 (remove_files) COMPLETE |
6084 | 2024-08-27T22:42:32.468Z | [ recovery-image] Aug 27 22:42:30.770 INFO O| Aug 27 22:42:30.770 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2024-08-27T22:42:32.477Z | [ recovery-image] Aug 27 22:42:30.779 INFO O| Aug 27 22:42:30.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6086 | 2024-08-27T22:42:32.477Z | [ recovery-image] Aug 27 22:42:30.779 INFO O| Aug 27 22:42:30.779 INFO STEP 728 (remove_files) COMPLETE |
6087 | 2024-08-27T22:42:32.477Z | [ recovery-image] Aug 27 22:42:30.779 INFO O| Aug 27 22:42:30.779 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2024-08-27T22:42:32.491Z | [ recovery-image] Aug 27 22:42:30.789 INFO O| Aug 27 22:42:30.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6089 | 2024-08-27T22:42:32.494Z | [ recovery-image] Aug 27 22:42:30.789 INFO O| Aug 27 22:42:30.789 INFO STEP 729 (remove_files) COMPLETE |
6090 | 2024-08-27T22:42:32.494Z | [ recovery-image] Aug 27 22:42:30.789 INFO O| Aug 27 22:42:30.789 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2024-08-27T22:42:32.498Z | [ recovery-image] Aug 27 22:42:30.798 INFO O| Aug 27 22:42:30.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6092 | 2024-08-27T22:42:32.498Z | [ recovery-image] Aug 27 22:42:30.798 INFO O| Aug 27 22:42:30.798 INFO STEP 730 (remove_files) COMPLETE |
6093 | 2024-08-27T22:42:32.498Z | [ recovery-image] Aug 27 22:42:30.798 INFO O| Aug 27 22:42:30.798 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2024-08-27T22:42:32.506Z | [ recovery-image] Aug 27 22:42:30.807 INFO O| Aug 27 22:42:30.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6095 | 2024-08-27T22:42:32.509Z | [ recovery-image] Aug 27 22:42:30.808 INFO O| Aug 27 22:42:30.808 INFO STEP 731 (remove_files) COMPLETE |
6096 | 2024-08-27T22:42:32.509Z | [ recovery-image] Aug 27 22:42:30.808 INFO O| Aug 27 22:42:30.808 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2024-08-27T22:42:32.513Z | [ recovery-image] Aug 27 22:42:30.817 INFO O| Aug 27 22:42:30.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6098 | 2024-08-27T22:42:32.516Z | [ recovery-image] Aug 27 22:42:30.817 INFO O| Aug 27 22:42:30.817 INFO STEP 732 (remove_files) COMPLETE |
6099 | 2024-08-27T22:42:32.516Z | [ recovery-image] Aug 27 22:42:30.817 INFO O| Aug 27 22:42:30.817 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-08-27T22:42:32.524Z | [ recovery-image] Aug 27 22:42:30.827 INFO O| Aug 27 22:42:30.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6101 | 2024-08-27T22:42:32.524Z | [ recovery-image] Aug 27 22:42:30.827 INFO O| Aug 27 22:42:30.827 INFO STEP 733 (remove_files) COMPLETE |
6102 | 2024-08-27T22:42:32.527Z | [ recovery-image] Aug 27 22:42:30.827 INFO O| Aug 27 22:42:30.827 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-08-27T22:42:32.534Z | [ recovery-image] Aug 27 22:42:30.836 INFO O| Aug 27 22:42:30.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6104 | 2024-08-27T22:42:32.534Z | [ recovery-image] Aug 27 22:42:30.836 INFO O| Aug 27 22:42:30.836 INFO STEP 734 (remove_files) COMPLETE |
6105 | 2024-08-27T22:42:32.537Z | [ recovery-image] Aug 27 22:42:30.836 INFO O| Aug 27 22:42:30.836 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-08-27T22:42:32.542Z | [ recovery-image] Aug 27 22:42:30.845 INFO O| Aug 27 22:42:30.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6107 | 2024-08-27T22:42:32.545Z | [ recovery-image] Aug 27 22:42:30.846 INFO O| Aug 27 22:42:30.846 INFO STEP 735 (remove_files) COMPLETE |
6108 | 2024-08-27T22:42:32.545Z | [ recovery-image] Aug 27 22:42:30.846 INFO O| Aug 27 22:42:30.846 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2024-08-27T22:42:32.551Z | [ recovery-image] Aug 27 22:42:30.855 INFO O| Aug 27 22:42:30.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6110 | 2024-08-27T22:42:32.554Z | [ recovery-image] Aug 27 22:42:30.855 INFO O| Aug 27 22:42:30.855 INFO STEP 736 (remove_files) COMPLETE |
6111 | 2024-08-27T22:42:32.554Z | [ recovery-image] Aug 27 22:42:30.855 INFO O| Aug 27 22:42:30.855 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2024-08-27T22:42:32.561Z | [ recovery-image] Aug 27 22:42:30.865 INFO O| Aug 27 22:42:30.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6113 | 2024-08-27T22:42:32.565Z | [ recovery-image] Aug 27 22:42:30.865 INFO O| Aug 27 22:42:30.865 INFO STEP 737 (remove_files) COMPLETE |
6114 | 2024-08-27T22:42:32.565Z | [ recovery-image] Aug 27 22:42:30.865 INFO O| Aug 27 22:42:30.865 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2024-08-27T22:42:32.571Z | [ recovery-image] Aug 27 22:42:30.874 INFO O| Aug 27 22:42:30.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6116 | 2024-08-27T22:42:32.571Z | [ recovery-image] Aug 27 22:42:30.874 INFO O| Aug 27 22:42:30.874 INFO STEP 738 (remove_files) COMPLETE |
6117 | 2024-08-27T22:42:32.575Z | [ recovery-image] Aug 27 22:42:30.874 INFO O| Aug 27 22:42:30.874 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2024-08-27T22:42:32.580Z | [ recovery-image] Aug 27 22:42:30.883 INFO O| Aug 27 22:42:30.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6119 | 2024-08-27T22:42:32.580Z | [ recovery-image] Aug 27 22:42:30.884 INFO O| Aug 27 22:42:30.883 INFO STEP 739 (remove_files) COMPLETE |
6120 | 2024-08-27T22:42:32.580Z | [ recovery-image] Aug 27 22:42:30.884 INFO O| Aug 27 22:42:30.884 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2024-08-27T22:42:32.590Z | [ recovery-image] Aug 27 22:42:30.893 INFO O| Aug 27 22:42:30.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6122 | 2024-08-27T22:42:32.593Z | [ recovery-image] Aug 27 22:42:30.894 INFO O| Aug 27 22:42:30.894 INFO STEP 740 (remove_files) COMPLETE |
6123 | 2024-08-27T22:42:32.593Z | [ recovery-image] Aug 27 22:42:30.894 INFO O| Aug 27 22:42:30.894 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-08-27T22:42:32.599Z | [ recovery-image] Aug 27 22:42:30.903 INFO O| Aug 27 22:42:30.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6125 | 2024-08-27T22:42:32.599Z | [ recovery-image] Aug 27 22:42:30.903 INFO O| Aug 27 22:42:30.903 INFO STEP 741 (remove_files) COMPLETE |
6126 | 2024-08-27T22:42:32.602Z | [ recovery-image] Aug 27 22:42:30.903 INFO O| Aug 27 22:42:30.903 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-08-27T22:42:32.609Z | [ recovery-image] Aug 27 22:42:30.912 INFO O| Aug 27 22:42:30.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6128 | 2024-08-27T22:42:32.611Z | [ recovery-image] Aug 27 22:42:30.912 INFO O| Aug 27 22:42:30.912 INFO STEP 742 (remove_files) COMPLETE |
6129 | 2024-08-27T22:42:32.611Z | [ recovery-image] Aug 27 22:42:30.912 INFO O| Aug 27 22:42:30.912 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2024-08-27T22:42:32.619Z | [ recovery-image] Aug 27 22:42:30.922 INFO O| Aug 27 22:42:30.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6131 | 2024-08-27T22:42:32.619Z | [ recovery-image] Aug 27 22:42:30.922 INFO O| Aug 27 22:42:30.922 INFO STEP 743 (remove_files) COMPLETE |
6132 | 2024-08-27T22:42:32.619Z | [ recovery-image] Aug 27 22:42:30.922 INFO O| Aug 27 22:42:30.922 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-08-27T22:42:32.628Z | [ recovery-image] Aug 27 22:42:30.931 INFO O| Aug 27 22:42:30.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6134 | 2024-08-27T22:42:32.629Z | [ recovery-image] Aug 27 22:42:30.931 INFO O| Aug 27 22:42:30.931 INFO STEP 744 (remove_files) COMPLETE |
6135 | 2024-08-27T22:42:32.631Z | [ recovery-image] Aug 27 22:42:30.931 INFO O| Aug 27 22:42:30.931 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-08-27T22:42:32.637Z | [ recovery-image] Aug 27 22:42:30.940 INFO O| Aug 27 22:42:30.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6137 | 2024-08-27T22:42:32.637Z | [ recovery-image] Aug 27 22:42:30.940 INFO O| Aug 27 22:42:30.940 INFO STEP 745 (remove_files) COMPLETE |
6138 | 2024-08-27T22:42:32.637Z | [ recovery-image] Aug 27 22:42:30.940 INFO O| Aug 27 22:42:30.940 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-08-27T22:42:32.647Z | [ recovery-image] Aug 27 22:42:30.950 INFO O| Aug 27 22:42:30.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6140 | 2024-08-27T22:42:32.649Z | [ recovery-image] Aug 27 22:42:30.950 INFO O| Aug 27 22:42:30.950 INFO STEP 746 (remove_files) COMPLETE |
6141 | 2024-08-27T22:42:32.650Z | [ recovery-image] Aug 27 22:42:30.950 INFO O| Aug 27 22:42:30.950 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-08-27T22:42:32.656Z | [ recovery-image] Aug 27 22:42:30.959 INFO O| Aug 27 22:42:30.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6143 | 2024-08-27T22:42:32.656Z | [ recovery-image] Aug 27 22:42:30.959 INFO O| Aug 27 22:42:30.959 INFO STEP 747 (remove_files) COMPLETE |
6144 | 2024-08-27T22:42:32.658Z | [ recovery-image] Aug 27 22:42:30.959 INFO O| Aug 27 22:42:30.959 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-08-27T22:42:32.665Z | [ recovery-image] Aug 27 22:42:30.968 INFO O| Aug 27 22:42:30.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6146 | 2024-08-27T22:42:32.669Z | [ recovery-image] Aug 27 22:42:30.968 INFO O| Aug 27 22:42:30.968 INFO STEP 748 (remove_files) COMPLETE |
6147 | 2024-08-27T22:42:32.669Z | [ recovery-image] Aug 27 22:42:30.969 INFO O| Aug 27 22:42:30.968 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-08-27T22:42:32.674Z | [ recovery-image] Aug 27 22:42:30.978 INFO O| Aug 27 22:42:30.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6149 | 2024-08-27T22:42:32.677Z | [ recovery-image] Aug 27 22:42:30.979 INFO O| Aug 27 22:42:30.979 INFO STEP 749 (remove_files) COMPLETE |
6150 | 2024-08-27T22:42:32.677Z | [ recovery-image] Aug 27 22:42:30.979 INFO O| Aug 27 22:42:30.979 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-08-27T22:42:32.685Z | [ recovery-image] Aug 27 22:42:30.988 INFO O| Aug 27 22:42:30.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6152 | 2024-08-27T22:42:32.685Z | [ recovery-image] Aug 27 22:42:30.988 INFO O| Aug 27 22:42:30.988 INFO STEP 750 (remove_files) COMPLETE |
6153 | 2024-08-27T22:42:32.688Z | [ recovery-image] Aug 27 22:42:30.988 INFO O| Aug 27 22:42:30.988 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-08-27T22:42:32.694Z | [ recovery-image] Aug 27 22:42:30.997 INFO O| Aug 27 22:42:30.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6155 | 2024-08-27T22:42:32.697Z | [ recovery-image] Aug 27 22:42:30.997 INFO O| Aug 27 22:42:30.997 INFO STEP 751 (remove_files) COMPLETE |
6156 | 2024-08-27T22:42:32.697Z | [ recovery-image] Aug 27 22:42:30.998 INFO O| Aug 27 22:42:30.997 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-08-27T22:42:32.704Z | [ recovery-image] Aug 27 22:42:31.008 INFO O| Aug 27 22:42:31.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6158 | 2024-08-27T22:42:32.704Z | [ recovery-image] Aug 27 22:42:31.008 INFO O| Aug 27 22:42:31.008 INFO STEP 752 (remove_files) COMPLETE |
6159 | 2024-08-27T22:42:32.707Z | [ recovery-image] Aug 27 22:42:31.008 INFO O| Aug 27 22:42:31.008 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-08-27T22:42:32.715Z | [ recovery-image] Aug 27 22:42:31.018 INFO O| Aug 27 22:42:31.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6161 | 2024-08-27T22:42:32.717Z | [ recovery-image] Aug 27 22:42:31.018 INFO O| Aug 27 22:42:31.018 INFO STEP 753 (remove_files) COMPLETE |
6162 | 2024-08-27T22:42:32.717Z | [ recovery-image] Aug 27 22:42:31.018 INFO O| Aug 27 22:42:31.018 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-08-27T22:42:32.724Z | [ recovery-image] Aug 27 22:42:31.027 INFO O| Aug 27 22:42:31.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6164 | 2024-08-27T22:42:32.724Z | [ recovery-image] Aug 27 22:42:31.027 INFO O| Aug 27 22:42:31.027 INFO STEP 754 (remove_files) COMPLETE |
6165 | 2024-08-27T22:42:32.726Z | [ recovery-image] Aug 27 22:42:31.028 INFO O| Aug 27 22:42:31.027 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-08-27T22:42:32.734Z | [ recovery-image] Aug 27 22:42:31.037 INFO O| Aug 27 22:42:31.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6167 | 2024-08-27T22:42:32.734Z | [ recovery-image] Aug 27 22:42:31.037 INFO O| Aug 27 22:42:31.037 INFO STEP 755 (remove_files) COMPLETE |
6168 | 2024-08-27T22:42:32.734Z | [ recovery-image] Aug 27 22:42:31.037 INFO O| Aug 27 22:42:31.037 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-08-27T22:42:32.743Z | [ recovery-image] Aug 27 22:42:31.047 INFO O| Aug 27 22:42:31.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6170 | 2024-08-27T22:42:32.743Z | [ recovery-image] Aug 27 22:42:31.047 INFO O| Aug 27 22:42:31.047 INFO STEP 756 (remove_files) COMPLETE |
6171 | 2024-08-27T22:42:32.746Z | [ recovery-image] Aug 27 22:42:31.047 INFO O| Aug 27 22:42:31.047 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-08-27T22:42:32.755Z | [ recovery-image] Aug 27 22:42:31.056 INFO O| Aug 27 22:42:31.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6173 | 2024-08-27T22:42:32.758Z | [ recovery-image] Aug 27 22:42:31.057 INFO O| Aug 27 22:42:31.057 INFO STEP 757 (remove_files) COMPLETE |
6174 | 2024-08-27T22:42:32.758Z | [ recovery-image] Aug 27 22:42:31.057 INFO O| Aug 27 22:42:31.057 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-08-27T22:42:32.763Z | [ recovery-image] Aug 27 22:42:31.067 INFO O| Aug 27 22:42:31.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6176 | 2024-08-27T22:42:32.765Z | [ recovery-image] Aug 27 22:42:31.067 INFO O| Aug 27 22:42:31.067 INFO STEP 758 (remove_files) COMPLETE |
6177 | 2024-08-27T22:42:32.765Z | [ recovery-image] Aug 27 22:42:31.067 INFO O| Aug 27 22:42:31.067 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-08-27T22:42:32.773Z | [ recovery-image] Aug 27 22:42:31.076 INFO O| Aug 27 22:42:31.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6179 | 2024-08-27T22:42:32.775Z | [ recovery-image] Aug 27 22:42:31.076 INFO O| Aug 27 22:42:31.076 INFO STEP 759 (remove_files) COMPLETE |
6180 | 2024-08-27T22:42:32.775Z | [ recovery-image] Aug 27 22:42:31.077 INFO O| Aug 27 22:42:31.076 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-08-27T22:42:32.782Z | [ recovery-image] Aug 27 22:42:31.086 INFO O| Aug 27 22:42:31.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6182 | 2024-08-27T22:42:32.785Z | [ recovery-image] Aug 27 22:42:31.087 INFO O| Aug 27 22:42:31.087 INFO STEP 760 (remove_files) COMPLETE |
6183 | 2024-08-27T22:42:32.785Z | [ recovery-image] Aug 27 22:42:31.087 INFO O| Aug 27 22:42:31.087 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-08-27T22:42:32.792Z | [ recovery-image] Aug 27 22:42:31.096 INFO O| Aug 27 22:42:31.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6185 | 2024-08-27T22:42:32.792Z | [ recovery-image] Aug 27 22:42:31.096 INFO O| Aug 27 22:42:31.096 INFO STEP 761 (remove_files) COMPLETE |
6186 | 2024-08-27T22:42:32.795Z | [ recovery-image] Aug 27 22:42:31.096 INFO O| Aug 27 22:42:31.096 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-08-27T22:42:32.802Z | [ recovery-image] Aug 27 22:42:31.105 INFO O| Aug 27 22:42:31.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6188 | 2024-08-27T22:42:32.802Z | [ recovery-image] Aug 27 22:42:31.105 INFO O| Aug 27 22:42:31.105 INFO STEP 762 (remove_files) COMPLETE |
6189 | 2024-08-27T22:42:32.805Z | [ recovery-image] Aug 27 22:42:31.105 INFO O| Aug 27 22:42:31.105 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-08-27T22:42:32.811Z | [ recovery-image] Aug 27 22:42:31.115 INFO O| Aug 27 22:42:31.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6191 | 2024-08-27T22:42:32.811Z | [ recovery-image] Aug 27 22:42:31.115 INFO O| Aug 27 22:42:31.115 INFO STEP 763 (remove_files) COMPLETE |
6192 | 2024-08-27T22:42:32.811Z | [ recovery-image] Aug 27 22:42:31.115 INFO O| Aug 27 22:42:31.115 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-08-27T22:42:32.820Z | [ recovery-image] Aug 27 22:42:31.124 INFO O| Aug 27 22:42:31.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6194 | 2024-08-27T22:42:32.820Z | [ recovery-image] Aug 27 22:42:31.124 INFO O| Aug 27 22:42:31.124 INFO STEP 764 (remove_files) COMPLETE |
6195 | 2024-08-27T22:42:32.820Z | [ recovery-image] Aug 27 22:42:31.124 INFO O| Aug 27 22:42:31.124 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-08-27T22:42:32.830Z | [ recovery-image] Aug 27 22:42:31.133 INFO O| Aug 27 22:42:31.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6197 | 2024-08-27T22:42:32.830Z | [ recovery-image] Aug 27 22:42:31.134 INFO O| Aug 27 22:42:31.133 INFO STEP 765 (remove_files) COMPLETE |
6198 | 2024-08-27T22:42:32.832Z | [ recovery-image] Aug 27 22:42:31.134 INFO O| Aug 27 22:42:31.134 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-08-27T22:42:32.839Z | [ recovery-image] Aug 27 22:42:31.143 INFO O| Aug 27 22:42:31.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6200 | 2024-08-27T22:42:32.839Z | [ recovery-image] Aug 27 22:42:31.143 INFO O| Aug 27 22:42:31.143 INFO STEP 766 (remove_files) COMPLETE |
6201 | 2024-08-27T22:42:32.841Z | [ recovery-image] Aug 27 22:42:31.143 INFO O| Aug 27 22:42:31.143 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-08-27T22:42:32.848Z | [ recovery-image] Aug 27 22:42:31.152 INFO O| Aug 27 22:42:31.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6203 | 2024-08-27T22:42:32.848Z | [ recovery-image] Aug 27 22:42:31.152 INFO O| Aug 27 22:42:31.152 INFO STEP 767 (remove_files) COMPLETE |
6204 | 2024-08-27T22:42:32.851Z | [ recovery-image] Aug 27 22:42:31.152 INFO O| Aug 27 22:42:31.152 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-08-27T22:42:32.858Z | [ recovery-image] Aug 27 22:42:31.162 INFO O| Aug 27 22:42:31.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6206 | 2024-08-27T22:42:32.858Z | [ recovery-image] Aug 27 22:42:31.162 INFO O| Aug 27 22:42:31.162 INFO STEP 768 (remove_files) COMPLETE |
6207 | 2024-08-27T22:42:32.860Z | [ recovery-image] Aug 27 22:42:31.162 INFO O| Aug 27 22:42:31.162 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-08-27T22:42:32.867Z | [ recovery-image] Aug 27 22:42:31.171 INFO O| Aug 27 22:42:31.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6209 | 2024-08-27T22:42:32.867Z | [ recovery-image] Aug 27 22:42:31.171 INFO O| Aug 27 22:42:31.171 INFO STEP 769 (remove_files) COMPLETE |
6210 | 2024-08-27T22:42:32.867Z | [ recovery-image] Aug 27 22:42:31.171 INFO O| Aug 27 22:42:31.171 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-08-27T22:42:32.878Z | [ recovery-image] Aug 27 22:42:31.180 INFO O| Aug 27 22:42:31.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6212 | 2024-08-27T22:42:32.878Z | [ recovery-image] Aug 27 22:42:31.181 INFO O| Aug 27 22:42:31.180 INFO STEP 770 (remove_files) COMPLETE |
6213 | 2024-08-27T22:42:32.881Z | [ recovery-image] Aug 27 22:42:31.181 INFO O| Aug 27 22:42:31.180 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-08-27T22:42:32.887Z | [ recovery-image] Aug 27 22:42:31.190 INFO O| Aug 27 22:42:31.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6215 | 2024-08-27T22:42:32.890Z | [ recovery-image] Aug 27 22:42:31.190 INFO O| Aug 27 22:42:31.190 INFO STEP 771 (remove_files) COMPLETE |
6216 | 2024-08-27T22:42:32.890Z | [ recovery-image] Aug 27 22:42:31.190 INFO O| Aug 27 22:42:31.190 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-08-27T22:42:32.896Z | [ recovery-image] Aug 27 22:42:31.199 INFO O| Aug 27 22:42:31.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6218 | 2024-08-27T22:42:32.896Z | [ recovery-image] Aug 27 22:42:31.199 INFO O| Aug 27 22:42:31.199 INFO STEP 772 (remove_files) COMPLETE |
6219 | 2024-08-27T22:42:32.898Z | [ recovery-image] Aug 27 22:42:31.199 INFO O| Aug 27 22:42:31.199 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-08-27T22:42:32.905Z | [ recovery-image] Aug 27 22:42:31.209 INFO O| Aug 27 22:42:31.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6221 | 2024-08-27T22:42:32.905Z | [ recovery-image] Aug 27 22:42:31.209 INFO O| Aug 27 22:42:31.209 INFO STEP 773 (remove_files) COMPLETE |
6222 | 2024-08-27T22:42:32.909Z | [ recovery-image] Aug 27 22:42:31.209 INFO O| Aug 27 22:42:31.209 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-08-27T22:42:32.914Z | [ recovery-image] Aug 27 22:42:31.218 INFO O| Aug 27 22:42:31.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6224 | 2024-08-27T22:42:32.914Z | [ recovery-image] Aug 27 22:42:31.218 INFO O| Aug 27 22:42:31.218 INFO STEP 774 (remove_files) COMPLETE |
6225 | 2024-08-27T22:42:32.917Z | [ recovery-image] Aug 27 22:42:31.218 INFO O| Aug 27 22:42:31.218 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-08-27T22:42:32.924Z | [ recovery-image] Aug 27 22:42:31.227 INFO O| Aug 27 22:42:31.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6227 | 2024-08-27T22:42:32.927Z | [ recovery-image] Aug 27 22:42:31.227 INFO O| Aug 27 22:42:31.227 INFO STEP 775 (remove_files) COMPLETE |
6228 | 2024-08-27T22:42:32.927Z | [ recovery-image] Aug 27 22:42:31.227 INFO O| Aug 27 22:42:31.227 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-08-27T22:42:32.933Z | [ recovery-image] Aug 27 22:42:31.237 INFO O| Aug 27 22:42:31.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6230 | 2024-08-27T22:42:32.933Z | [ recovery-image] Aug 27 22:42:31.237 INFO O| Aug 27 22:42:31.237 INFO STEP 776 (remove_files) COMPLETE |
6231 | 2024-08-27T22:42:32.933Z | [ recovery-image] Aug 27 22:42:31.237 INFO O| Aug 27 22:42:31.237 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-08-27T22:42:32.943Z | [ recovery-image] Aug 27 22:42:31.246 INFO O| Aug 27 22:42:31.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6233 | 2024-08-27T22:42:32.943Z | [ recovery-image] Aug 27 22:42:31.246 INFO O| Aug 27 22:42:31.246 INFO STEP 777 (remove_files) COMPLETE |
6234 | 2024-08-27T22:42:32.945Z | [ recovery-image] Aug 27 22:42:31.246 INFO O| Aug 27 22:42:31.246 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-08-27T22:42:32.952Z | [ recovery-image] Aug 27 22:42:31.256 INFO O| Aug 27 22:42:31.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6236 | 2024-08-27T22:42:32.955Z | [ recovery-image] Aug 27 22:42:31.256 INFO O| Aug 27 22:42:31.256 INFO STEP 778 (remove_files) COMPLETE |
6237 | 2024-08-27T22:42:32.955Z | [ recovery-image] Aug 27 22:42:31.256 INFO O| Aug 27 22:42:31.256 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-08-27T22:42:32.961Z | [ recovery-image] Aug 27 22:42:31.265 INFO O| Aug 27 22:42:31.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6239 | 2024-08-27T22:42:32.961Z | [ recovery-image] Aug 27 22:42:31.265 INFO O| Aug 27 22:42:31.265 INFO STEP 779 (remove_files) COMPLETE |
6240 | 2024-08-27T22:42:32.961Z | [ recovery-image] Aug 27 22:42:31.265 INFO O| Aug 27 22:42:31.265 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-08-27T22:42:32.971Z | [ recovery-image] Aug 27 22:42:31.274 INFO O| Aug 27 22:42:31.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6242 | 2024-08-27T22:42:32.974Z | [ recovery-image] Aug 27 22:42:31.274 INFO O| Aug 27 22:42:31.274 INFO STEP 780 (remove_files) COMPLETE |
6243 | 2024-08-27T22:42:32.974Z | [ recovery-image] Aug 27 22:42:31.274 INFO O| Aug 27 22:42:31.274 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-08-27T22:42:32.981Z | [ recovery-image] Aug 27 22:42:31.284 INFO O| Aug 27 22:42:31.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6245 | 2024-08-27T22:42:32.983Z | [ recovery-image] Aug 27 22:42:31.284 INFO O| Aug 27 22:42:31.284 INFO STEP 781 (remove_files) COMPLETE |
6246 | 2024-08-27T22:42:32.983Z | [ recovery-image] Aug 27 22:42:31.284 INFO O| Aug 27 22:42:31.284 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-08-27T22:42:32.991Z | [ recovery-image] Aug 27 22:42:31.293 INFO O| Aug 27 22:42:31.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6248 | 2024-08-27T22:42:32.991Z | [ recovery-image] Aug 27 22:42:31.293 INFO O| Aug 27 22:42:31.293 INFO STEP 782 (remove_files) COMPLETE |
6249 | 2024-08-27T22:42:32.994Z | [ recovery-image] Aug 27 22:42:31.293 INFO O| Aug 27 22:42:31.293 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-08-27T22:42:32.999Z | [ recovery-image] Aug 27 22:42:31.302 INFO O| Aug 27 22:42:31.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6251 | 2024-08-27T22:42:33.003Z | [ recovery-image] Aug 27 22:42:31.302 INFO O| Aug 27 22:42:31.302 INFO STEP 783 (remove_files) COMPLETE |
6252 | 2024-08-27T22:42:33.003Z | [ recovery-image] Aug 27 22:42:31.302 INFO O| Aug 27 22:42:31.302 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-08-27T22:42:33.009Z | [ recovery-image] Aug 27 22:42:31.312 INFO O| Aug 27 22:42:31.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6254 | 2024-08-27T22:42:33.009Z | [ recovery-image] Aug 27 22:42:31.312 INFO O| Aug 27 22:42:31.312 INFO STEP 784 (remove_files) COMPLETE |
6255 | 2024-08-27T22:42:33.012Z | [ recovery-image] Aug 27 22:42:31.312 INFO O| Aug 27 22:42:31.312 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-08-27T22:42:33.017Z | [ recovery-image] Aug 27 22:42:31.321 INFO O| Aug 27 22:42:31.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6257 | 2024-08-27T22:42:33.020Z | [ recovery-image] Aug 27 22:42:31.321 INFO O| Aug 27 22:42:31.321 INFO STEP 785 (remove_files) COMPLETE |
6258 | 2024-08-27T22:42:33.020Z | [ recovery-image] Aug 27 22:42:31.321 INFO O| Aug 27 22:42:31.321 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-08-27T22:42:33.029Z | [ recovery-image] Aug 27 22:42:31.330 INFO O| Aug 27 22:42:31.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6260 | 2024-08-27T22:42:33.030Z | [ recovery-image] Aug 27 22:42:31.331 INFO O| Aug 27 22:42:31.331 INFO STEP 786 (remove_files) COMPLETE |
6261 | 2024-08-27T22:42:33.030Z | [ recovery-image] Aug 27 22:42:31.331 INFO O| Aug 27 22:42:31.331 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-08-27T22:42:33.036Z | [ recovery-image] Aug 27 22:42:31.340 INFO O| Aug 27 22:42:31.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6263 | 2024-08-27T22:42:33.036Z | [ recovery-image] Aug 27 22:42:31.340 INFO O| Aug 27 22:42:31.340 INFO STEP 787 (remove_files) COMPLETE |
6264 | 2024-08-27T22:42:33.039Z | [ recovery-image] Aug 27 22:42:31.340 INFO O| Aug 27 22:42:31.340 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-08-27T22:42:33.045Z | [ recovery-image] Aug 27 22:42:31.349 INFO O| Aug 27 22:42:31.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6266 | 2024-08-27T22:42:33.049Z | [ recovery-image] Aug 27 22:42:31.349 INFO O| Aug 27 22:42:31.349 INFO STEP 788 (remove_files) COMPLETE |
6267 | 2024-08-27T22:42:33.049Z | [ recovery-image] Aug 27 22:42:31.349 INFO O| Aug 27 22:42:31.349 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-08-27T22:42:33.055Z | [ recovery-image] Aug 27 22:42:31.358 INFO O| Aug 27 22:42:31.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6269 | 2024-08-27T22:42:33.055Z | [ recovery-image] Aug 27 22:42:31.358 INFO O| Aug 27 22:42:31.358 INFO STEP 789 (remove_files) COMPLETE |
6270 | 2024-08-27T22:42:33.058Z | [ recovery-image] Aug 27 22:42:31.358 INFO O| Aug 27 22:42:31.358 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-08-27T22:42:33.064Z | [ recovery-image] Aug 27 22:42:31.368 INFO O| Aug 27 22:42:31.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6272 | 2024-08-27T22:42:33.064Z | [ recovery-image] Aug 27 22:42:31.368 INFO O| Aug 27 22:42:31.368 INFO STEP 790 (remove_files) COMPLETE |
6273 | 2024-08-27T22:42:33.064Z | [ recovery-image] Aug 27 22:42:31.368 INFO O| Aug 27 22:42:31.368 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-08-27T22:42:33.074Z | [ recovery-image] Aug 27 22:42:31.377 INFO O| Aug 27 22:42:31.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6275 | 2024-08-27T22:42:33.074Z | [ recovery-image] Aug 27 22:42:31.377 INFO O| Aug 27 22:42:31.377 INFO STEP 791 (remove_files) COMPLETE |
6276 | 2024-08-27T22:42:33.077Z | [ recovery-image] Aug 27 22:42:31.377 INFO O| Aug 27 22:42:31.377 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-08-27T22:42:33.083Z | [ recovery-image] Aug 27 22:42:31.386 INFO O| Aug 27 22:42:31.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6278 | 2024-08-27T22:42:33.083Z | [ recovery-image] Aug 27 22:42:31.386 INFO O| Aug 27 22:42:31.386 INFO STEP 792 (remove_files) COMPLETE |
6279 | 2024-08-27T22:42:33.086Z | [ recovery-image] Aug 27 22:42:31.386 INFO O| Aug 27 22:42:31.386 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-08-27T22:42:33.092Z | [ recovery-image] Aug 27 22:42:31.396 INFO O| Aug 27 22:42:31.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6281 | 2024-08-27T22:42:33.092Z | [ recovery-image] Aug 27 22:42:31.396 INFO O| Aug 27 22:42:31.396 INFO STEP 793 (remove_files) COMPLETE |
6282 | 2024-08-27T22:42:33.097Z | [ recovery-image] Aug 27 22:42:31.396 INFO O| Aug 27 22:42:31.396 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-08-27T22:42:33.101Z | [ recovery-image] Aug 27 22:42:31.405 INFO O| Aug 27 22:42:31.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6284 | 2024-08-27T22:42:33.105Z | [ recovery-image] Aug 27 22:42:31.405 INFO O| Aug 27 22:42:31.405 INFO STEP 794 (remove_files) COMPLETE |
6285 | 2024-08-27T22:42:33.105Z | [ recovery-image] Aug 27 22:42:31.405 INFO O| Aug 27 22:42:31.405 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-08-27T22:42:33.111Z | [ recovery-image] Aug 27 22:42:31.414 INFO O| Aug 27 22:42:31.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6287 | 2024-08-27T22:42:33.115Z | [ recovery-image] Aug 27 22:42:31.414 INFO O| Aug 27 22:42:31.414 INFO STEP 795 (remove_files) COMPLETE |
6288 | 2024-08-27T22:42:33.115Z | [ recovery-image] Aug 27 22:42:31.415 INFO O| Aug 27 22:42:31.414 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-08-27T22:42:33.120Z | [ recovery-image] Aug 27 22:42:31.424 INFO O| Aug 27 22:42:31.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6290 | 2024-08-27T22:42:33.122Z | [ recovery-image] Aug 27 22:42:31.424 INFO O| Aug 27 22:42:31.424 INFO STEP 796 (remove_files) COMPLETE |
6291 | 2024-08-27T22:42:33.123Z | [ recovery-image] Aug 27 22:42:31.424 INFO O| Aug 27 22:42:31.424 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-08-27T22:42:33.131Z | [ recovery-image] Aug 27 22:42:31.433 INFO O| Aug 27 22:42:31.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6293 | 2024-08-27T22:42:33.134Z | [ recovery-image] Aug 27 22:42:31.434 INFO O| Aug 27 22:42:31.434 INFO STEP 797 (remove_files) COMPLETE |
6294 | 2024-08-27T22:42:33.135Z | [ recovery-image] Aug 27 22:42:31.434 INFO O| Aug 27 22:42:31.434 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-08-27T22:42:33.140Z | [ recovery-image] Aug 27 22:42:31.443 INFO O| Aug 27 22:42:31.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6296 | 2024-08-27T22:42:33.142Z | [ recovery-image] Aug 27 22:42:31.444 INFO O| Aug 27 22:42:31.443 INFO STEP 798 (remove_files) COMPLETE |
6297 | 2024-08-27T22:42:33.142Z | [ recovery-image] Aug 27 22:42:31.444 INFO O| Aug 27 22:42:31.444 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2024-08-27T22:42:33.149Z | [ recovery-image] Aug 27 22:42:31.453 INFO O| Aug 27 22:42:31.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6299 | 2024-08-27T22:42:33.149Z | [ recovery-image] Aug 27 22:42:31.453 INFO O| Aug 27 22:42:31.453 INFO STEP 799 (remove_files) COMPLETE |
6300 | 2024-08-27T22:42:33.152Z | [ recovery-image] Aug 27 22:42:31.453 INFO O| Aug 27 22:42:31.453 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2024-08-27T22:42:33.158Z | [ recovery-image] Aug 27 22:42:31.462 INFO O| Aug 27 22:42:31.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6302 | 2024-08-27T22:42:33.158Z | [ recovery-image] Aug 27 22:42:31.462 INFO O| Aug 27 22:42:31.462 INFO STEP 800 (remove_files) COMPLETE |
6303 | 2024-08-27T22:42:33.161Z | [ recovery-image] Aug 27 22:42:31.462 INFO O| Aug 27 22:42:31.462 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2024-08-27T22:42:33.168Z | [ recovery-image] Aug 27 22:42:31.471 INFO O| Aug 27 22:42:31.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6305 | 2024-08-27T22:42:33.171Z | [ recovery-image] Aug 27 22:42:31.472 INFO O| Aug 27 22:42:31.471 INFO STEP 801 (remove_files) COMPLETE |
6306 | 2024-08-27T22:42:33.172Z | [ recovery-image] Aug 27 22:42:31.472 INFO O| Aug 27 22:42:31.471 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2024-08-27T22:42:33.177Z | [ recovery-image] Aug 27 22:42:31.481 INFO O| Aug 27 22:42:31.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6308 | 2024-08-27T22:42:33.178Z | [ recovery-image] Aug 27 22:42:31.481 INFO O| Aug 27 22:42:31.481 INFO STEP 802 (remove_files) COMPLETE |
6309 | 2024-08-27T22:42:33.178Z | [ recovery-image] Aug 27 22:42:31.481 INFO O| Aug 27 22:42:31.481 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-08-27T22:42:33.187Z | [ recovery-image] Aug 27 22:42:31.490 INFO O| Aug 27 22:42:31.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6311 | 2024-08-27T22:42:33.187Z | [ recovery-image] Aug 27 22:42:31.490 INFO O| Aug 27 22:42:31.490 INFO STEP 803 (remove_files) COMPLETE |
6312 | 2024-08-27T22:42:33.191Z | [ recovery-image] Aug 27 22:42:31.490 INFO O| Aug 27 22:42:31.490 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-08-27T22:42:33.196Z | [ recovery-image] Aug 27 22:42:31.500 INFO O| Aug 27 22:42:31.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6314 | 2024-08-27T22:42:33.196Z | [ recovery-image] Aug 27 22:42:31.500 INFO O| Aug 27 22:42:31.500 INFO STEP 804 (remove_files) COMPLETE |
6315 | 2024-08-27T22:42:33.199Z | [ recovery-image] Aug 27 22:42:31.500 INFO O| Aug 27 22:42:31.500 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-08-27T22:42:33.205Z | [ recovery-image] Aug 27 22:42:31.509 INFO O| Aug 27 22:42:31.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6317 | 2024-08-27T22:42:33.205Z | [ recovery-image] Aug 27 22:42:31.509 INFO O| Aug 27 22:42:31.509 INFO STEP 805 (remove_files) COMPLETE |
6318 | 2024-08-27T22:42:33.209Z | [ recovery-image] Aug 27 22:42:31.509 INFO O| Aug 27 22:42:31.509 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-08-27T22:42:33.215Z | [ recovery-image] Aug 27 22:42:31.518 INFO O| Aug 27 22:42:31.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6320 | 2024-08-27T22:42:33.215Z | [ recovery-image] Aug 27 22:42:31.518 INFO O| Aug 27 22:42:31.518 INFO STEP 806 (remove_files) COMPLETE |
6321 | 2024-08-27T22:42:33.215Z | [ recovery-image] Aug 27 22:42:31.518 INFO O| Aug 27 22:42:31.518 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-08-27T22:42:33.224Z | [ recovery-image] Aug 27 22:42:31.528 INFO O| Aug 27 22:42:31.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6323 | 2024-08-27T22:42:33.227Z | [ recovery-image] Aug 27 22:42:31.528 INFO O| Aug 27 22:42:31.528 INFO STEP 807 (remove_files) COMPLETE |
6324 | 2024-08-27T22:42:33.227Z | [ recovery-image] Aug 27 22:42:31.528 INFO O| Aug 27 22:42:31.528 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-08-27T22:42:33.234Z | [ recovery-image] Aug 27 22:42:31.537 INFO O| Aug 27 22:42:31.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6326 | 2024-08-27T22:42:33.234Z | [ recovery-image] Aug 27 22:42:31.537 INFO O| Aug 27 22:42:31.537 INFO STEP 808 (remove_files) COMPLETE |
6327 | 2024-08-27T22:42:33.237Z | [ recovery-image] Aug 27 22:42:31.537 INFO O| Aug 27 22:42:31.537 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-08-27T22:42:33.243Z | [ recovery-image] Aug 27 22:42:31.546 INFO O| Aug 27 22:42:31.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6329 | 2024-08-27T22:42:33.243Z | [ recovery-image] Aug 27 22:42:31.546 INFO O| Aug 27 22:42:31.546 INFO STEP 809 (remove_files) COMPLETE |
6330 | 2024-08-27T22:42:33.243Z | [ recovery-image] Aug 27 22:42:31.546 INFO O| Aug 27 22:42:31.546 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-08-27T22:42:33.254Z | [ recovery-image] Aug 27 22:42:31.556 INFO O| Aug 27 22:42:31.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6332 | 2024-08-27T22:42:33.256Z | [ recovery-image] Aug 27 22:42:31.556 INFO O| Aug 27 22:42:31.556 INFO STEP 810 (remove_files) COMPLETE |
6333 | 2024-08-27T22:42:33.256Z | [ recovery-image] Aug 27 22:42:31.556 INFO O| Aug 27 22:42:31.556 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-08-27T22:42:33.262Z | [ recovery-image] Aug 27 22:42:31.565 INFO O| Aug 27 22:42:31.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6335 | 2024-08-27T22:42:33.266Z | [ recovery-image] Aug 27 22:42:31.565 INFO O| Aug 27 22:42:31.565 INFO STEP 811 (remove_files) COMPLETE |
6336 | 2024-08-27T22:42:33.266Z | [ recovery-image] Aug 27 22:42:31.565 INFO O| Aug 27 22:42:31.565 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-08-27T22:42:33.272Z | [ recovery-image] Aug 27 22:42:31.574 INFO O| Aug 27 22:42:31.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6338 | 2024-08-27T22:42:33.272Z | [ recovery-image] Aug 27 22:42:31.574 INFO O| Aug 27 22:42:31.574 INFO STEP 812 (remove_files) COMPLETE |
6339 | 2024-08-27T22:42:33.275Z | [ recovery-image] Aug 27 22:42:31.574 INFO O| Aug 27 22:42:31.574 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-08-27T22:42:33.280Z | [ recovery-image] Aug 27 22:42:31.584 INFO O| Aug 27 22:42:31.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6341 | 2024-08-27T22:42:33.280Z | [ recovery-image] Aug 27 22:42:31.584 INFO O| Aug 27 22:42:31.584 INFO STEP 813 (remove_files) COMPLETE |
6342 | 2024-08-27T22:42:33.280Z | [ recovery-image] Aug 27 22:42:31.584 INFO O| Aug 27 22:42:31.584 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-08-27T22:42:33.291Z | [ recovery-image] Aug 27 22:42:31.593 INFO O| Aug 27 22:42:31.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6344 | 2024-08-27T22:42:33.293Z | [ recovery-image] Aug 27 22:42:31.593 INFO O| Aug 27 22:42:31.593 INFO STEP 814 (remove_files) COMPLETE |
6345 | 2024-08-27T22:42:33.293Z | [ recovery-image] Aug 27 22:42:31.593 INFO O| Aug 27 22:42:31.593 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-08-27T22:42:33.304Z | [ recovery-image] Aug 27 22:42:31.602 INFO O| Aug 27 22:42:31.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6347 | 2024-08-27T22:42:33.304Z | [ recovery-image] Aug 27 22:42:31.602 INFO O| Aug 27 22:42:31.602 INFO STEP 815 (remove_files) COMPLETE |
6348 | 2024-08-27T22:42:33.307Z | [ recovery-image] Aug 27 22:42:31.602 INFO O| Aug 27 22:42:31.602 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-08-27T22:42:33.310Z | [ recovery-image] Aug 27 22:42:31.612 INFO O| Aug 27 22:42:31.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6350 | 2024-08-27T22:42:33.310Z | [ recovery-image] Aug 27 22:42:31.612 INFO O| Aug 27 22:42:31.612 INFO STEP 816 (remove_files) COMPLETE |
6351 | 2024-08-27T22:42:33.310Z | [ recovery-image] Aug 27 22:42:31.612 INFO O| Aug 27 22:42:31.612 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-08-27T22:42:33.320Z | [ recovery-image] Aug 27 22:42:31.621 INFO O| Aug 27 22:42:31.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6353 | 2024-08-27T22:42:33.323Z | [ recovery-image] Aug 27 22:42:31.621 INFO O| Aug 27 22:42:31.621 INFO STEP 817 (remove_files) COMPLETE |
6354 | 2024-08-27T22:42:33.323Z | [ recovery-image] Aug 27 22:42:31.621 INFO O| Aug 27 22:42:31.621 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-08-27T22:42:33.328Z | [ recovery-image] Aug 27 22:42:31.631 INFO O| Aug 27 22:42:31.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6356 | 2024-08-27T22:42:33.328Z | [ recovery-image] Aug 27 22:42:31.631 INFO O| Aug 27 22:42:31.631 INFO STEP 818 (remove_files) COMPLETE |
6357 | 2024-08-27T22:42:33.331Z | [ recovery-image] Aug 27 22:42:31.631 INFO O| Aug 27 22:42:31.631 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-08-27T22:42:33.336Z | [ recovery-image] Aug 27 22:42:31.640 INFO O| Aug 27 22:42:31.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6359 | 2024-08-27T22:42:33.343Z | [ recovery-image] Aug 27 22:42:31.640 INFO O| Aug 27 22:42:31.640 INFO STEP 819 (remove_files) COMPLETE |
6360 | 2024-08-27T22:42:33.343Z | [ recovery-image] Aug 27 22:42:31.640 INFO O| Aug 27 22:42:31.640 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-08-27T22:42:33.348Z | [ recovery-image] Aug 27 22:42:31.649 INFO O| Aug 27 22:42:31.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6362 | 2024-08-27T22:42:33.348Z | [ recovery-image] Aug 27 22:42:31.649 INFO O| Aug 27 22:42:31.649 INFO STEP 820 (remove_files) COMPLETE |
6363 | 2024-08-27T22:42:33.348Z | [ recovery-image] Aug 27 22:42:31.649 INFO O| Aug 27 22:42:31.649 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-08-27T22:42:33.363Z | [ recovery-image] Aug 27 22:42:31.659 INFO O| Aug 27 22:42:31.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6365 | 2024-08-27T22:42:33.363Z | [ recovery-image] Aug 27 22:42:31.659 INFO O| Aug 27 22:42:31.659 INFO STEP 821 (remove_files) COMPLETE |
6366 | 2024-08-27T22:42:33.387Z | [ recovery-image] Aug 27 22:42:31.659 INFO O| Aug 27 22:42:31.659 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-08-27T22:42:33.387Z | [ recovery-image] Aug 27 22:42:31.668 INFO O| Aug 27 22:42:31.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6368 | 2024-08-27T22:42:33.387Z | [ recovery-image] Aug 27 22:42:31.668 INFO O| Aug 27 22:42:31.668 INFO STEP 822 (remove_files) COMPLETE |
6369 | 2024-08-27T22:42:33.387Z | [ recovery-image] Aug 27 22:42:31.668 INFO O| Aug 27 22:42:31.668 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-08-27T22:42:33.387Z | [ recovery-image] Aug 27 22:42:31.677 INFO O| Aug 27 22:42:31.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6371 | 2024-08-27T22:42:33.387Z | [ recovery-image] Aug 27 22:42:31.677 INFO O| Aug 27 22:42:31.677 INFO STEP 823 (remove_files) COMPLETE |
6372 | 2024-08-27T22:42:33.388Z | [ recovery-image] Aug 27 22:42:31.677 INFO O| Aug 27 22:42:31.677 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-08-27T22:42:33.407Z | [ recovery-image] Aug 27 22:42:31.686 INFO O| Aug 27 22:42:31.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6374 | 2024-08-27T22:42:33.407Z | [ recovery-image] Aug 27 22:42:31.687 INFO O| Aug 27 22:42:31.687 INFO STEP 824 (remove_files) COMPLETE |
6375 | 2024-08-27T22:42:33.407Z | [ recovery-image] Aug 27 22:42:31.687 INFO O| Aug 27 22:42:31.687 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-08-27T22:42:33.407Z | [ recovery-image] Aug 27 22:42:31.696 INFO O| Aug 27 22:42:31.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6377 | 2024-08-27T22:42:33.407Z | [ recovery-image] Aug 27 22:42:31.696 INFO O| Aug 27 22:42:31.696 INFO STEP 825 (remove_files) COMPLETE |
6378 | 2024-08-27T22:42:33.407Z | [ recovery-image] Aug 27 22:42:31.696 INFO O| Aug 27 22:42:31.696 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-08-27T22:42:33.421Z | [ recovery-image] Aug 27 22:42:31.705 INFO O| Aug 27 22:42:31.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6380 | 2024-08-27T22:42:33.421Z | [ recovery-image] Aug 27 22:42:31.705 INFO O| Aug 27 22:42:31.705 INFO STEP 826 (remove_files) COMPLETE |
6381 | 2024-08-27T22:42:33.421Z | [ recovery-image] Aug 27 22:42:31.705 INFO O| Aug 27 22:42:31.705 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-08-27T22:42:33.421Z | [ recovery-image] Aug 27 22:42:31.715 INFO O| Aug 27 22:42:31.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6383 | 2024-08-27T22:42:33.421Z | [ recovery-image] Aug 27 22:42:31.715 INFO O| Aug 27 22:42:31.715 INFO STEP 827 (remove_files) COMPLETE |
6384 | 2024-08-27T22:42:33.421Z | [ recovery-image] Aug 27 22:42:31.715 INFO O| Aug 27 22:42:31.715 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-08-27T22:42:33.424Z | [ recovery-image] Aug 27 22:42:31.724 INFO O| Aug 27 22:42:31.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6386 | 2024-08-27T22:42:33.424Z | [ recovery-image] Aug 27 22:42:31.724 INFO O| Aug 27 22:42:31.724 INFO STEP 828 (remove_files) COMPLETE |
6387 | 2024-08-27T22:42:33.424Z | [ recovery-image] Aug 27 22:42:31.724 INFO O| Aug 27 22:42:31.724 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-08-27T22:42:33.430Z | [ recovery-image] Aug 27 22:42:31.733 INFO O| Aug 27 22:42:31.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6389 | 2024-08-27T22:42:33.430Z | [ recovery-image] Aug 27 22:42:31.733 INFO O| Aug 27 22:42:31.733 INFO STEP 829 (remove_files) COMPLETE |
6390 | 2024-08-27T22:42:33.430Z | [ recovery-image] Aug 27 22:42:31.733 INFO O| Aug 27 22:42:31.733 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-08-27T22:42:33.439Z | [ recovery-image] Aug 27 22:42:31.743 INFO O| Aug 27 22:42:31.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6392 | 2024-08-27T22:42:33.439Z | [ recovery-image] Aug 27 22:42:31.743 INFO O| Aug 27 22:42:31.743 INFO STEP 830 (remove_files) COMPLETE |
6393 | 2024-08-27T22:42:33.439Z | [ recovery-image] Aug 27 22:42:31.743 INFO O| Aug 27 22:42:31.743 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-08-27T22:42:33.448Z | [ recovery-image] Aug 27 22:42:31.752 INFO O| Aug 27 22:42:31.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6395 | 2024-08-27T22:42:33.448Z | [ recovery-image] Aug 27 22:42:31.752 INFO O| Aug 27 22:42:31.752 INFO STEP 831 (remove_files) COMPLETE |
6396 | 2024-08-27T22:42:33.448Z | [ recovery-image] Aug 27 22:42:31.752 INFO O| Aug 27 22:42:31.752 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-08-27T22:42:33.458Z | [ recovery-image] Aug 27 22:42:31.761 INFO O| Aug 27 22:42:31.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6398 | 2024-08-27T22:42:33.458Z | [ recovery-image] Aug 27 22:42:31.761 INFO O| Aug 27 22:42:31.761 INFO STEP 832 (remove_files) COMPLETE |
6399 | 2024-08-27T22:42:33.460Z | [ recovery-image] Aug 27 22:42:31.761 INFO O| Aug 27 22:42:31.761 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-08-27T22:42:33.468Z | [ recovery-image] Aug 27 22:42:31.771 INFO O| Aug 27 22:42:31.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6401 | 2024-08-27T22:42:33.468Z | [ recovery-image] Aug 27 22:42:31.771 INFO O| Aug 27 22:42:31.771 INFO STEP 833 (remove_files) COMPLETE |
6402 | 2024-08-27T22:42:33.470Z | [ recovery-image] Aug 27 22:42:31.771 INFO O| Aug 27 22:42:31.771 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-08-27T22:42:33.477Z | [ recovery-image] Aug 27 22:42:31.781 INFO O| Aug 27 22:42:31.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6404 | 2024-08-27T22:42:33.477Z | [ recovery-image] Aug 27 22:42:31.781 INFO O| Aug 27 22:42:31.781 INFO STEP 834 (remove_files) COMPLETE |
6405 | 2024-08-27T22:42:33.477Z | [ recovery-image] Aug 27 22:42:31.781 INFO O| Aug 27 22:42:31.781 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-08-27T22:42:33.486Z | [ recovery-image] Aug 27 22:42:31.790 INFO O| Aug 27 22:42:31.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6407 | 2024-08-27T22:42:33.489Z | [ recovery-image] Aug 27 22:42:31.790 INFO O| Aug 27 22:42:31.790 INFO STEP 835 (remove_files) COMPLETE |
6408 | 2024-08-27T22:42:33.489Z | [ recovery-image] Aug 27 22:42:31.790 INFO O| Aug 27 22:42:31.790 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-08-27T22:42:33.496Z | [ recovery-image] Aug 27 22:42:31.799 INFO O| Aug 27 22:42:31.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6410 | 2024-08-27T22:42:33.498Z | [ recovery-image] Aug 27 22:42:31.800 INFO O| Aug 27 22:42:31.800 INFO STEP 836 (remove_files) COMPLETE |
6411 | 2024-08-27T22:42:33.498Z | [ recovery-image] Aug 27 22:42:31.800 INFO O| Aug 27 22:42:31.800 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-08-27T22:42:33.506Z | [ recovery-image] Aug 27 22:42:31.810 INFO O| Aug 27 22:42:31.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6413 | 2024-08-27T22:42:33.506Z | [ recovery-image] Aug 27 22:42:31.810 INFO O| Aug 27 22:42:31.810 INFO STEP 837 (remove_files) COMPLETE |
6414 | 2024-08-27T22:42:33.508Z | [ recovery-image] Aug 27 22:42:31.810 INFO O| Aug 27 22:42:31.810 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-08-27T22:42:33.515Z | [ recovery-image] Aug 27 22:42:31.819 INFO O| Aug 27 22:42:31.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6416 | 2024-08-27T22:42:33.518Z | [ recovery-image] Aug 27 22:42:31.820 INFO O| Aug 27 22:42:31.820 INFO STEP 838 (remove_files) COMPLETE |
6417 | 2024-08-27T22:42:33.518Z | [ recovery-image] Aug 27 22:42:31.820 INFO O| Aug 27 22:42:31.820 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-08-27T22:42:33.525Z | [ recovery-image] Aug 27 22:42:31.829 INFO O| Aug 27 22:42:31.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6419 | 2024-08-27T22:42:33.525Z | [ recovery-image] Aug 27 22:42:31.829 INFO O| Aug 27 22:42:31.829 INFO STEP 839 (remove_files) COMPLETE |
6420 | 2024-08-27T22:42:33.527Z | [ recovery-image] Aug 27 22:42:31.829 INFO O| Aug 27 22:42:31.829 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-08-27T22:42:33.534Z | [ recovery-image] Aug 27 22:42:31.838 INFO O| Aug 27 22:42:31.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6422 | 2024-08-27T22:42:33.537Z | [ recovery-image] Aug 27 22:42:31.838 INFO O| Aug 27 22:42:31.838 INFO STEP 840 (remove_files) COMPLETE |
6423 | 2024-08-27T22:42:33.537Z | [ recovery-image] Aug 27 22:42:31.838 INFO O| Aug 27 22:42:31.838 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-08-27T22:42:33.544Z | [ recovery-image] Aug 27 22:42:31.847 INFO O| Aug 27 22:42:31.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6425 | 2024-08-27T22:42:33.544Z | [ recovery-image] Aug 27 22:42:31.847 INFO O| Aug 27 22:42:31.847 INFO STEP 841 (remove_files) COMPLETE |
6426 | 2024-08-27T22:42:33.546Z | [ recovery-image] Aug 27 22:42:31.847 INFO O| Aug 27 22:42:31.847 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-08-27T22:42:33.553Z | [ recovery-image] Aug 27 22:42:31.857 INFO O| Aug 27 22:42:31.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6428 | 2024-08-27T22:42:33.553Z | [ recovery-image] Aug 27 22:42:31.857 INFO O| Aug 27 22:42:31.857 INFO STEP 842 (remove_files) COMPLETE |
6429 | 2024-08-27T22:42:33.556Z | [ recovery-image] Aug 27 22:42:31.857 INFO O| Aug 27 22:42:31.857 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-08-27T22:42:33.562Z | [ recovery-image] Aug 27 22:42:31.866 INFO O| Aug 27 22:42:31.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6431 | 2024-08-27T22:42:33.564Z | [ recovery-image] Aug 27 22:42:31.866 INFO O| Aug 27 22:42:31.866 INFO STEP 843 (remove_files) COMPLETE |
6432 | 2024-08-27T22:42:33.564Z | [ recovery-image] Aug 27 22:42:31.866 INFO O| Aug 27 22:42:31.866 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-08-27T22:42:33.572Z | [ recovery-image] Aug 27 22:42:31.875 INFO O| Aug 27 22:42:31.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6434 | 2024-08-27T22:42:33.574Z | [ recovery-image] Aug 27 22:42:31.875 INFO O| Aug 27 22:42:31.875 INFO STEP 844 (remove_files) COMPLETE |
6435 | 2024-08-27T22:42:33.574Z | [ recovery-image] Aug 27 22:42:31.875 INFO O| Aug 27 22:42:31.875 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-08-27T22:42:33.581Z | [ recovery-image] Aug 27 22:42:31.885 INFO O| Aug 27 22:42:31.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6437 | 2024-08-27T22:42:33.581Z | [ recovery-image] Aug 27 22:42:31.885 INFO O| Aug 27 22:42:31.885 INFO STEP 845 (remove_files) COMPLETE |
6438 | 2024-08-27T22:42:33.581Z | [ recovery-image] Aug 27 22:42:31.885 INFO O| Aug 27 22:42:31.885 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-08-27T22:42:33.590Z | [ recovery-image] Aug 27 22:42:31.894 INFO O| Aug 27 22:42:31.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6440 | 2024-08-27T22:42:33.593Z | [ recovery-image] Aug 27 22:42:31.895 INFO O| Aug 27 22:42:31.895 INFO STEP 846 (remove_files) COMPLETE |
6441 | 2024-08-27T22:42:33.593Z | [ recovery-image] Aug 27 22:42:31.895 INFO O| Aug 27 22:42:31.895 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-08-27T22:42:33.601Z | [ recovery-image] Aug 27 22:42:31.904 INFO O| Aug 27 22:42:31.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6443 | 2024-08-27T22:42:33.603Z | [ recovery-image] Aug 27 22:42:31.904 INFO O| Aug 27 22:42:31.904 INFO STEP 847 (remove_files) COMPLETE |
6444 | 2024-08-27T22:42:33.603Z | [ recovery-image] Aug 27 22:42:31.904 INFO O| Aug 27 22:42:31.904 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-08-27T22:42:33.610Z | [ recovery-image] Aug 27 22:42:31.914 INFO O| Aug 27 22:42:31.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6446 | 2024-08-27T22:42:33.610Z | [ recovery-image] Aug 27 22:42:31.914 INFO O| Aug 27 22:42:31.914 INFO STEP 848 (remove_files) COMPLETE |
6447 | 2024-08-27T22:42:33.612Z | [ recovery-image] Aug 27 22:42:31.914 INFO O| Aug 27 22:42:31.914 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-08-27T22:42:33.619Z | [ recovery-image] Aug 27 22:42:31.923 INFO O| Aug 27 22:42:31.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6449 | 2024-08-27T22:42:33.619Z | [ recovery-image] Aug 27 22:42:31.923 INFO O| Aug 27 22:42:31.923 INFO STEP 849 (remove_files) COMPLETE |
6450 | 2024-08-27T22:42:33.619Z | [ recovery-image] Aug 27 22:42:31.923 INFO O| Aug 27 22:42:31.923 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-08-27T22:42:33.629Z | [ recovery-image] Aug 27 22:42:31.932 INFO O| Aug 27 22:42:31.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6452 | 2024-08-27T22:42:33.631Z | [ recovery-image] Aug 27 22:42:31.932 INFO O| Aug 27 22:42:31.932 INFO STEP 850 (remove_files) COMPLETE |
6453 | 2024-08-27T22:42:33.631Z | [ recovery-image] Aug 27 22:42:31.932 INFO O| Aug 27 22:42:31.932 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-08-27T22:42:33.638Z | [ recovery-image] Aug 27 22:42:31.942 INFO O| Aug 27 22:42:31.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6455 | 2024-08-27T22:42:33.638Z | [ recovery-image] Aug 27 22:42:31.942 INFO O| Aug 27 22:42:31.942 INFO STEP 851 (remove_files) COMPLETE |
6456 | 2024-08-27T22:42:33.638Z | [ recovery-image] Aug 27 22:42:31.942 INFO O| Aug 27 22:42:31.942 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-08-27T22:42:33.648Z | [ recovery-image] Aug 27 22:42:31.951 INFO O| Aug 27 22:42:31.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6458 | 2024-08-27T22:42:33.648Z | [ recovery-image] Aug 27 22:42:31.951 INFO O| Aug 27 22:42:31.951 INFO STEP 852 (remove_files) COMPLETE |
6459 | 2024-08-27T22:42:33.650Z | [ recovery-image] Aug 27 22:42:31.951 INFO O| Aug 27 22:42:31.951 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-08-27T22:42:33.657Z | [ recovery-image] Aug 27 22:42:31.960 INFO O| Aug 27 22:42:31.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6461 | 2024-08-27T22:42:33.657Z | [ recovery-image] Aug 27 22:42:31.961 INFO O| Aug 27 22:42:31.960 INFO STEP 853 (remove_files) COMPLETE |
6462 | 2024-08-27T22:42:33.659Z | [ recovery-image] Aug 27 22:42:31.961 INFO O| Aug 27 22:42:31.960 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-08-27T22:42:33.666Z | [ recovery-image] Aug 27 22:42:31.970 INFO O| Aug 27 22:42:31.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6464 | 2024-08-27T22:42:33.666Z | [ recovery-image] Aug 27 22:42:31.970 INFO O| Aug 27 22:42:31.970 INFO STEP 854 (remove_files) COMPLETE |
6465 | 2024-08-27T22:42:33.666Z | [ recovery-image] Aug 27 22:42:31.970 INFO O| Aug 27 22:42:31.970 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-08-27T22:42:33.675Z | [ recovery-image] Aug 27 22:42:31.979 INFO O| Aug 27 22:42:31.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6467 | 2024-08-27T22:42:33.678Z | [ recovery-image] Aug 27 22:42:31.979 INFO O| Aug 27 22:42:31.979 INFO STEP 855 (remove_files) COMPLETE |
6468 | 2024-08-27T22:42:33.678Z | [ recovery-image] Aug 27 22:42:31.979 INFO O| Aug 27 22:42:31.979 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-08-27T22:42:33.685Z | [ recovery-image] Aug 27 22:42:31.988 INFO O| Aug 27 22:42:31.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6470 | 2024-08-27T22:42:33.685Z | [ recovery-image] Aug 27 22:42:31.988 INFO O| Aug 27 22:42:31.988 INFO STEP 856 (remove_files) COMPLETE |
6471 | 2024-08-27T22:42:33.688Z | [ recovery-image] Aug 27 22:42:31.988 INFO O| Aug 27 22:42:31.988 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-08-27T22:42:33.694Z | [ recovery-image] Aug 27 22:42:31.998 INFO O| Aug 27 22:42:31.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6473 | 2024-08-27T22:42:33.697Z | [ recovery-image] Aug 27 22:42:31.998 INFO O| Aug 27 22:42:31.998 INFO STEP 857 (remove_files) COMPLETE |
6474 | 2024-08-27T22:42:33.697Z | [ recovery-image] Aug 27 22:42:31.998 INFO O| Aug 27 22:42:31.998 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-08-27T22:42:33.704Z | [ recovery-image] Aug 27 22:42:32.008 INFO O| Aug 27 22:42:32.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6476 | 2024-08-27T22:42:33.704Z | [ recovery-image] Aug 27 22:42:32.008 INFO O| Aug 27 22:42:32.008 INFO STEP 858 (remove_files) COMPLETE |
6477 | 2024-08-27T22:42:33.707Z | [ recovery-image] Aug 27 22:42:32.008 INFO O| Aug 27 22:42:32.008 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-08-27T22:42:33.714Z | [ recovery-image] Aug 27 22:42:32.017 INFO O| Aug 27 22:42:32.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6479 | 2024-08-27T22:42:33.714Z | [ recovery-image] Aug 27 22:42:32.017 INFO O| Aug 27 22:42:32.017 INFO STEP 859 (remove_files) COMPLETE |
6480 | 2024-08-27T22:42:33.714Z | [ recovery-image] Aug 27 22:42:32.017 INFO O| Aug 27 22:42:32.017 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-08-27T22:42:33.723Z | [ recovery-image] Aug 27 22:42:32.027 INFO O| Aug 27 22:42:32.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6482 | 2024-08-27T22:42:33.723Z | [ recovery-image] Aug 27 22:42:32.027 INFO O| Aug 27 22:42:32.027 INFO STEP 860 (remove_files) COMPLETE |
6483 | 2024-08-27T22:42:33.723Z | [ recovery-image] Aug 27 22:42:32.027 INFO O| Aug 27 22:42:32.027 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-08-27T22:42:33.732Z | [ recovery-image] Aug 27 22:42:32.036 INFO O| Aug 27 22:42:32.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6485 | 2024-08-27T22:42:33.735Z | [ recovery-image] Aug 27 22:42:32.036 INFO O| Aug 27 22:42:32.036 INFO STEP 861 (remove_files) COMPLETE |
6486 | 2024-08-27T22:42:33.735Z | [ recovery-image] Aug 27 22:42:32.036 INFO O| Aug 27 22:42:32.036 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-08-27T22:42:33.743Z | [ recovery-image] Aug 27 22:42:32.045 INFO O| Aug 27 22:42:32.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6488 | 2024-08-27T22:42:33.745Z | [ recovery-image] Aug 27 22:42:32.046 INFO O| Aug 27 22:42:32.046 INFO STEP 862 (remove_files) COMPLETE |
6489 | 2024-08-27T22:42:33.745Z | [ recovery-image] Aug 27 22:42:32.046 INFO O| Aug 27 22:42:32.046 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-08-27T22:42:33.753Z | [ recovery-image] Aug 27 22:42:32.055 INFO O| Aug 27 22:42:32.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6491 | 2024-08-27T22:42:33.753Z | [ recovery-image] Aug 27 22:42:32.055 INFO O| Aug 27 22:42:32.055 INFO STEP 863 (remove_files) COMPLETE |
6492 | 2024-08-27T22:42:33.753Z | [ recovery-image] Aug 27 22:42:32.055 INFO O| Aug 27 22:42:32.055 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-08-27T22:42:33.761Z | [ recovery-image] Aug 27 22:42:32.064 INFO O| Aug 27 22:42:32.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6494 | 2024-08-27T22:42:33.761Z | [ recovery-image] Aug 27 22:42:32.064 INFO O| Aug 27 22:42:32.064 INFO STEP 864 (remove_files) COMPLETE |
6495 | 2024-08-27T22:42:33.761Z | [ recovery-image] Aug 27 22:42:32.064 INFO O| Aug 27 22:42:32.064 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-08-27T22:42:33.770Z | [ recovery-image] Aug 27 22:42:32.074 INFO O| Aug 27 22:42:32.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6497 | 2024-08-27T22:42:33.770Z | [ recovery-image] Aug 27 22:42:32.074 INFO O| Aug 27 22:42:32.074 INFO STEP 865 (remove_files) COMPLETE |
6498 | 2024-08-27T22:42:33.773Z | [ recovery-image] Aug 27 22:42:32.074 INFO O| Aug 27 22:42:32.074 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-08-27T22:42:33.780Z | [ recovery-image] Aug 27 22:42:32.083 INFO O| Aug 27 22:42:32.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6500 | 2024-08-27T22:42:33.780Z | [ recovery-image] Aug 27 22:42:32.083 INFO O| Aug 27 22:42:32.083 INFO STEP 866 (remove_files) COMPLETE |
6501 | 2024-08-27T22:42:33.783Z | [ recovery-image] Aug 27 22:42:32.083 INFO O| Aug 27 22:42:32.083 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-08-27T22:42:33.789Z | [ recovery-image] Aug 27 22:42:32.092 INFO O| Aug 27 22:42:32.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6503 | 2024-08-27T22:42:33.789Z | [ recovery-image] Aug 27 22:42:32.092 INFO O| Aug 27 22:42:32.092 INFO STEP 867 (remove_files) COMPLETE |
6504 | 2024-08-27T22:42:33.792Z | [ recovery-image] Aug 27 22:42:32.092 INFO O| Aug 27 22:42:32.092 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-08-27T22:42:33.800Z | [ recovery-image] Aug 27 22:42:32.102 INFO O| Aug 27 22:42:32.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6506 | 2024-08-27T22:42:33.800Z | [ recovery-image] Aug 27 22:42:32.102 INFO O| Aug 27 22:42:32.102 INFO STEP 868 (remove_files) COMPLETE |
6507 | 2024-08-27T22:42:33.800Z | [ recovery-image] Aug 27 22:42:32.102 INFO O| Aug 27 22:42:32.102 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-08-27T22:42:33.808Z | [ recovery-image] Aug 27 22:42:32.111 INFO O| Aug 27 22:42:32.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6509 | 2024-08-27T22:42:33.808Z | [ recovery-image] Aug 27 22:42:32.111 INFO O| Aug 27 22:42:32.111 INFO STEP 869 (remove_files) COMPLETE |
6510 | 2024-08-27T22:42:33.810Z | [ recovery-image] Aug 27 22:42:32.111 INFO O| Aug 27 22:42:32.111 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-08-27T22:42:33.817Z | [ recovery-image] Aug 27 22:42:32.120 INFO O| Aug 27 22:42:32.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6512 | 2024-08-27T22:42:33.817Z | [ recovery-image] Aug 27 22:42:32.120 INFO O| Aug 27 22:42:32.120 INFO STEP 870 (remove_files) COMPLETE |
6513 | 2024-08-27T22:42:33.817Z | [ recovery-image] Aug 27 22:42:32.120 INFO O| Aug 27 22:42:32.120 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-08-27T22:42:33.827Z | [ recovery-image] Aug 27 22:42:32.129 INFO O| Aug 27 22:42:32.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6515 | 2024-08-27T22:42:33.827Z | [ recovery-image] Aug 27 22:42:32.130 INFO O| Aug 27 22:42:32.129 INFO STEP 871 (remove_files) COMPLETE |
6516 | 2024-08-27T22:42:33.827Z | [ recovery-image] Aug 27 22:42:32.130 INFO O| Aug 27 22:42:32.130 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-08-27T22:42:33.835Z | [ recovery-image] Aug 27 22:42:32.139 INFO O| Aug 27 22:42:32.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6518 | 2024-08-27T22:42:33.837Z | [ recovery-image] Aug 27 22:42:32.139 INFO O| Aug 27 22:42:32.139 INFO STEP 872 (remove_files) COMPLETE |
6519 | 2024-08-27T22:42:33.837Z | [ recovery-image] Aug 27 22:42:32.139 INFO O| Aug 27 22:42:32.139 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-08-27T22:42:33.845Z | [ recovery-image] Aug 27 22:42:32.148 INFO O| Aug 27 22:42:32.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6521 | 2024-08-27T22:42:33.846Z | [ recovery-image] Aug 27 22:42:32.148 INFO O| Aug 27 22:42:32.148 INFO STEP 873 (remove_files) COMPLETE |
6522 | 2024-08-27T22:42:33.846Z | [ recovery-image] Aug 27 22:42:32.148 INFO O| Aug 27 22:42:32.148 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-08-27T22:42:33.854Z | [ recovery-image] Aug 27 22:42:32.157 INFO O| Aug 27 22:42:32.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6524 | 2024-08-27T22:42:33.856Z | [ recovery-image] Aug 27 22:42:32.158 INFO O| Aug 27 22:42:32.158 INFO STEP 874 (remove_files) COMPLETE |
6525 | 2024-08-27T22:42:33.856Z | [ recovery-image] Aug 27 22:42:32.158 INFO O| Aug 27 22:42:32.158 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-08-27T22:42:33.863Z | [ recovery-image] Aug 27 22:42:32.167 INFO O| Aug 27 22:42:32.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6527 | 2024-08-27T22:42:33.863Z | [ recovery-image] Aug 27 22:42:32.167 INFO O| Aug 27 22:42:32.167 INFO STEP 875 (remove_files) COMPLETE |
6528 | 2024-08-27T22:42:33.863Z | [ recovery-image] Aug 27 22:42:32.167 INFO O| Aug 27 22:42:32.167 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-08-27T22:42:33.875Z | [ recovery-image] Aug 27 22:42:32.176 INFO O| Aug 27 22:42:32.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6530 | 2024-08-27T22:42:33.876Z | [ recovery-image] Aug 27 22:42:32.176 INFO O| Aug 27 22:42:32.176 INFO STEP 876 (remove_files) COMPLETE |
6531 | 2024-08-27T22:42:33.882Z | [ recovery-image] Aug 27 22:42:32.176 INFO O| Aug 27 22:42:32.176 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-08-27T22:42:33.885Z | [ recovery-image] Aug 27 22:42:32.186 INFO O| Aug 27 22:42:32.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6533 | 2024-08-27T22:42:33.885Z | [ recovery-image] Aug 27 22:42:32.186 INFO O| Aug 27 22:42:32.186 INFO STEP 877 (remove_files) COMPLETE |
6534 | 2024-08-27T22:42:33.885Z | [ recovery-image] Aug 27 22:42:32.186 INFO O| Aug 27 22:42:32.186 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-08-27T22:42:33.892Z | [ recovery-image] Aug 27 22:42:32.195 INFO O| Aug 27 22:42:32.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6536 | 2024-08-27T22:42:33.892Z | [ recovery-image] Aug 27 22:42:32.195 INFO O| Aug 27 22:42:32.195 INFO STEP 878 (remove_files) COMPLETE |
6537 | 2024-08-27T22:42:33.892Z | [ recovery-image] Aug 27 22:42:32.195 INFO O| Aug 27 22:42:32.195 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-08-27T22:42:33.902Z | [ recovery-image] Aug 27 22:42:32.204 INFO O| Aug 27 22:42:32.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6539 | 2024-08-27T22:42:33.904Z | [ recovery-image] Aug 27 22:42:32.204 INFO O| Aug 27 22:42:32.204 INFO STEP 879 (remove_files) COMPLETE |
6540 | 2024-08-27T22:42:33.904Z | [ recovery-image] Aug 27 22:42:32.204 INFO O| Aug 27 22:42:32.204 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-08-27T22:42:33.910Z | [ recovery-image] Aug 27 22:42:32.214 INFO O| Aug 27 22:42:32.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6542 | 2024-08-27T22:42:33.913Z | [ recovery-image] Aug 27 22:42:32.214 INFO O| Aug 27 22:42:32.214 INFO STEP 880 (remove_files) COMPLETE |
6543 | 2024-08-27T22:42:33.913Z | [ recovery-image] Aug 27 22:42:32.214 INFO O| Aug 27 22:42:32.214 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-08-27T22:42:33.919Z | [ recovery-image] Aug 27 22:42:32.223 INFO O| Aug 27 22:42:32.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6545 | 2024-08-27T22:42:33.919Z | [ recovery-image] Aug 27 22:42:32.223 INFO O| Aug 27 22:42:32.223 INFO STEP 881 (remove_files) COMPLETE |
6546 | 2024-08-27T22:42:33.922Z | [ recovery-image] Aug 27 22:42:32.223 INFO O| Aug 27 22:42:32.223 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-08-27T22:42:33.929Z | [ recovery-image] Aug 27 22:42:32.232 INFO O| Aug 27 22:42:32.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6548 | 2024-08-27T22:42:33.929Z | [ recovery-image] Aug 27 22:42:32.233 INFO O| Aug 27 22:42:32.232 INFO STEP 882 (remove_files) COMPLETE |
6549 | 2024-08-27T22:42:33.931Z | [ recovery-image] Aug 27 22:42:32.233 INFO O| Aug 27 22:42:32.233 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-08-27T22:42:33.938Z | [ recovery-image] Aug 27 22:42:32.242 INFO O| Aug 27 22:42:32.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6551 | 2024-08-27T22:42:33.941Z | [ recovery-image] Aug 27 22:42:32.242 INFO O| Aug 27 22:42:32.242 INFO STEP 883 (remove_files) COMPLETE |
6552 | 2024-08-27T22:42:33.941Z | [ recovery-image] Aug 27 22:42:32.242 INFO O| Aug 27 22:42:32.242 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-08-27T22:42:33.947Z | [ recovery-image] Aug 27 22:42:32.251 INFO O| Aug 27 22:42:32.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6554 | 2024-08-27T22:42:33.947Z | [ recovery-image] Aug 27 22:42:32.251 INFO O| Aug 27 22:42:32.251 INFO STEP 884 (remove_files) COMPLETE |
6555 | 2024-08-27T22:42:33.950Z | [ recovery-image] Aug 27 22:42:32.251 INFO O| Aug 27 22:42:32.251 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-08-27T22:42:33.957Z | [ recovery-image] Aug 27 22:42:32.260 INFO O| Aug 27 22:42:32.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6557 | 2024-08-27T22:42:33.960Z | [ recovery-image] Aug 27 22:42:32.261 INFO O| Aug 27 22:42:32.260 INFO STEP 885 (remove_files) COMPLETE |
6558 | 2024-08-27T22:42:33.960Z | [ recovery-image] Aug 27 22:42:32.261 INFO O| Aug 27 22:42:32.260 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-08-27T22:42:33.967Z | [ recovery-image] Aug 27 22:42:32.270 INFO O| Aug 27 22:42:32.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6560 | 2024-08-27T22:42:33.969Z | [ recovery-image] Aug 27 22:42:32.271 INFO O| Aug 27 22:42:32.271 INFO STEP 886 (remove_files) COMPLETE |
6561 | 2024-08-27T22:42:33.969Z | [ recovery-image] Aug 27 22:42:32.271 INFO O| Aug 27 22:42:32.271 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-08-27T22:42:33.976Z | [ recovery-image] Aug 27 22:42:32.280 INFO O| Aug 27 22:42:32.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6563 | 2024-08-27T22:42:33.979Z | [ recovery-image] Aug 27 22:42:32.281 INFO O| Aug 27 22:42:32.281 INFO STEP 887 (remove_files) COMPLETE |
6564 | 2024-08-27T22:42:33.979Z | [ recovery-image] Aug 27 22:42:32.281 INFO O| Aug 27 22:42:32.281 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-08-27T22:42:33.987Z | [ recovery-image] Aug 27 22:42:32.290 INFO O| Aug 27 22:42:32.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6566 | 2024-08-27T22:42:33.987Z | [ recovery-image] Aug 27 22:42:32.290 INFO O| Aug 27 22:42:32.290 INFO STEP 888 (remove_files) COMPLETE |
6567 | 2024-08-27T22:42:33.987Z | [ recovery-image] Aug 27 22:42:32.290 INFO O| Aug 27 22:42:32.290 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-08-27T22:42:33.998Z | [ recovery-image] Aug 27 22:42:32.302 INFO O| Aug 27 22:42:32.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6569 | 2024-08-27T22:42:34.002Z | [ recovery-image] Aug 27 22:42:32.302 INFO O| Aug 27 22:42:32.302 INFO STEP 889 (remove_files) COMPLETE |
6570 | 2024-08-27T22:42:34.002Z | [ recovery-image] Aug 27 22:42:32.302 INFO O| Aug 27 22:42:32.302 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-08-27T22:42:34.008Z | [ recovery-image] Aug 27 22:42:32.312 INFO O| Aug 27 22:42:32.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6572 | 2024-08-27T22:42:34.008Z | [ recovery-image] Aug 27 22:42:32.312 INFO O| Aug 27 22:42:32.312 INFO STEP 890 (remove_files) COMPLETE |
6573 | 2024-08-27T22:42:34.011Z | [ recovery-image] Aug 27 22:42:32.312 INFO O| Aug 27 22:42:32.312 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-08-27T22:42:34.019Z | [ recovery-image] Aug 27 22:42:32.322 INFO O| Aug 27 22:42:32.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6575 | 2024-08-27T22:42:34.019Z | [ recovery-image] Aug 27 22:42:32.322 INFO O| Aug 27 22:42:32.322 INFO STEP 891 (remove_files) COMPLETE |
6576 | 2024-08-27T22:42:34.022Z | [ recovery-image] Aug 27 22:42:32.322 INFO O| Aug 27 22:42:32.322 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-08-27T22:42:34.028Z | [ recovery-image] Aug 27 22:42:32.331 INFO O| Aug 27 22:42:32.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6578 | 2024-08-27T22:42:34.030Z | [ recovery-image] Aug 27 22:42:32.331 INFO O| Aug 27 22:42:32.331 INFO STEP 892 (remove_files) COMPLETE |
6579 | 2024-08-27T22:42:34.030Z | [ recovery-image] Aug 27 22:42:32.331 INFO O| Aug 27 22:42:32.331 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-08-27T22:42:34.037Z | [ recovery-image] Aug 27 22:42:32.341 INFO O| Aug 27 22:42:32.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6581 | 2024-08-27T22:42:34.037Z | [ recovery-image] Aug 27 22:42:32.341 INFO O| Aug 27 22:42:32.341 INFO STEP 893 (remove_files) COMPLETE |
6582 | 2024-08-27T22:42:34.039Z | [ recovery-image] Aug 27 22:42:32.341 INFO O| Aug 27 22:42:32.341 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-08-27T22:42:34.046Z | [ recovery-image] Aug 27 22:42:32.350 INFO O| Aug 27 22:42:32.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6584 | 2024-08-27T22:42:34.046Z | [ recovery-image] Aug 27 22:42:32.350 INFO O| Aug 27 22:42:32.350 INFO STEP 894 (remove_files) COMPLETE |
6585 | 2024-08-27T22:42:34.050Z | [ recovery-image] Aug 27 22:42:32.350 INFO O| Aug 27 22:42:32.350 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-08-27T22:42:34.056Z | [ recovery-image] Aug 27 22:42:32.359 INFO O| Aug 27 22:42:32.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6587 | 2024-08-27T22:42:34.058Z | [ recovery-image] Aug 27 22:42:32.359 INFO O| Aug 27 22:42:32.359 INFO STEP 895 (remove_files) COMPLETE |
6588 | 2024-08-27T22:42:34.058Z | [ recovery-image] Aug 27 22:42:32.359 INFO O| Aug 27 22:42:32.359 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-08-27T22:42:34.065Z | [ recovery-image] Aug 27 22:42:32.369 INFO O| Aug 27 22:42:32.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6590 | 2024-08-27T22:42:34.068Z | [ recovery-image] Aug 27 22:42:32.369 INFO O| Aug 27 22:42:32.369 INFO STEP 896 (remove_files) COMPLETE |
6591 | 2024-08-27T22:42:34.068Z | [ recovery-image] Aug 27 22:42:32.369 INFO O| Aug 27 22:42:32.369 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-08-27T22:42:34.075Z | [ recovery-image] Aug 27 22:42:32.379 INFO O| Aug 27 22:42:32.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6593 | 2024-08-27T22:42:34.075Z | [ recovery-image] Aug 27 22:42:32.379 INFO O| Aug 27 22:42:32.379 INFO STEP 897 (remove_files) COMPLETE |
6594 | 2024-08-27T22:42:34.078Z | [ recovery-image] Aug 27 22:42:32.379 INFO O| Aug 27 22:42:32.379 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-08-27T22:42:34.085Z | [ recovery-image] Aug 27 22:42:32.388 INFO O| Aug 27 22:42:32.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6596 | 2024-08-27T22:42:34.085Z | [ recovery-image] Aug 27 22:42:32.388 INFO O| Aug 27 22:42:32.388 INFO STEP 898 (remove_files) COMPLETE |
6597 | 2024-08-27T22:42:34.088Z | [ recovery-image] Aug 27 22:42:32.388 INFO O| Aug 27 22:42:32.388 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-08-27T22:42:34.094Z | [ recovery-image] Aug 27 22:42:32.398 INFO O| Aug 27 22:42:32.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6599 | 2024-08-27T22:42:34.097Z | [ recovery-image] Aug 27 22:42:32.398 INFO O| Aug 27 22:42:32.398 INFO STEP 899 (remove_files) COMPLETE |
6600 | 2024-08-27T22:42:34.097Z | [ recovery-image] Aug 27 22:42:32.398 INFO O| Aug 27 22:42:32.398 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-08-27T22:42:34.104Z | [ recovery-image] Aug 27 22:42:32.407 INFO O| Aug 27 22:42:32.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6602 | 2024-08-27T22:42:34.104Z | [ recovery-image] Aug 27 22:42:32.407 INFO O| Aug 27 22:42:32.407 INFO STEP 900 (remove_files) COMPLETE |
6603 | 2024-08-27T22:42:34.107Z | [ recovery-image] Aug 27 22:42:32.407 INFO O| Aug 27 22:42:32.407 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-08-27T22:42:34.113Z | [ recovery-image] Aug 27 22:42:32.417 INFO O| Aug 27 22:42:32.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6605 | 2024-08-27T22:42:34.113Z | [ recovery-image] Aug 27 22:42:32.417 INFO O| Aug 27 22:42:32.417 INFO STEP 901 (remove_files) COMPLETE |
6606 | 2024-08-27T22:42:34.116Z | [ recovery-image] Aug 27 22:42:32.417 INFO O| Aug 27 22:42:32.417 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-08-27T22:42:34.122Z | [ recovery-image] Aug 27 22:42:32.426 INFO O| Aug 27 22:42:32.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6608 | 2024-08-27T22:42:34.122Z | [ recovery-image] Aug 27 22:42:32.426 INFO O| Aug 27 22:42:32.426 INFO STEP 902 (remove_files) COMPLETE |
6609 | 2024-08-27T22:42:34.125Z | [ recovery-image] Aug 27 22:42:32.426 INFO O| Aug 27 22:42:32.426 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-08-27T22:42:34.132Z | [ recovery-image] Aug 27 22:42:32.435 INFO O| Aug 27 22:42:32.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6611 | 2024-08-27T22:42:34.132Z | [ recovery-image] Aug 27 22:42:32.435 INFO O| Aug 27 22:42:32.435 INFO STEP 903 (remove_files) COMPLETE |
6612 | 2024-08-27T22:42:34.134Z | [ recovery-image] Aug 27 22:42:32.435 INFO O| Aug 27 22:42:32.435 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-08-27T22:42:34.141Z | [ recovery-image] Aug 27 22:42:32.445 INFO O| Aug 27 22:42:32.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6614 | 2024-08-27T22:42:34.141Z | [ recovery-image] Aug 27 22:42:32.445 INFO O| Aug 27 22:42:32.445 INFO STEP 904 (remove_files) COMPLETE |
6615 | 2024-08-27T22:42:34.141Z | [ recovery-image] Aug 27 22:42:32.445 INFO O| Aug 27 22:42:32.445 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-08-27T22:42:34.151Z | [ recovery-image] Aug 27 22:42:32.454 INFO O| Aug 27 22:42:32.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6617 | 2024-08-27T22:42:34.151Z | [ recovery-image] Aug 27 22:42:32.454 INFO O| Aug 27 22:42:32.454 INFO STEP 905 (remove_files) COMPLETE |
6618 | 2024-08-27T22:42:34.153Z | [ recovery-image] Aug 27 22:42:32.454 INFO O| Aug 27 22:42:32.454 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-08-27T22:42:34.160Z | [ recovery-image] Aug 27 22:42:32.464 INFO O| Aug 27 22:42:32.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6620 | 2024-08-27T22:42:34.160Z | [ recovery-image] Aug 27 22:42:32.464 INFO O| Aug 27 22:42:32.464 INFO STEP 906 (remove_files) COMPLETE |
6621 | 2024-08-27T22:42:34.160Z | [ recovery-image] Aug 27 22:42:32.464 INFO O| Aug 27 22:42:32.464 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-08-27T22:42:34.170Z | [ recovery-image] Aug 27 22:42:32.473 INFO O| Aug 27 22:42:32.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6623 | 2024-08-27T22:42:34.170Z | [ recovery-image] Aug 27 22:42:32.473 INFO O| Aug 27 22:42:32.473 INFO STEP 907 (remove_files) COMPLETE |
6624 | 2024-08-27T22:42:34.170Z | [ recovery-image] Aug 27 22:42:32.473 INFO O| Aug 27 22:42:32.473 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-08-27T22:42:34.179Z | [ recovery-image] Aug 27 22:42:32.483 INFO O| Aug 27 22:42:32.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6626 | 2024-08-27T22:42:34.179Z | [ recovery-image] Aug 27 22:42:32.483 INFO O| Aug 27 22:42:32.483 INFO STEP 908 (remove_files) COMPLETE |
6627 | 2024-08-27T22:42:34.179Z | [ recovery-image] Aug 27 22:42:32.483 INFO O| Aug 27 22:42:32.483 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-08-27T22:42:34.189Z | [ recovery-image] Aug 27 22:42:32.492 INFO O| Aug 27 22:42:32.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6629 | 2024-08-27T22:42:34.191Z | [ recovery-image] Aug 27 22:42:32.492 INFO O| Aug 27 22:42:32.492 INFO STEP 909 (remove_files) COMPLETE |
6630 | 2024-08-27T22:42:34.191Z | [ recovery-image] Aug 27 22:42:32.492 INFO O| Aug 27 22:42:32.492 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-08-27T22:42:34.198Z | [ recovery-image] Aug 27 22:42:32.502 INFO O| Aug 27 22:42:32.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6632 | 2024-08-27T22:42:34.198Z | [ recovery-image] Aug 27 22:42:32.502 INFO O| Aug 27 22:42:32.502 INFO STEP 910 (remove_files) COMPLETE |
6633 | 2024-08-27T22:42:34.201Z | [ recovery-image] Aug 27 22:42:32.502 INFO O| Aug 27 22:42:32.502 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-08-27T22:42:34.208Z | [ recovery-image] Aug 27 22:42:32.511 INFO O| Aug 27 22:42:32.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6635 | 2024-08-27T22:42:34.211Z | [ recovery-image] Aug 27 22:42:32.511 INFO O| Aug 27 22:42:32.511 INFO STEP 911 (remove_files) COMPLETE |
6636 | 2024-08-27T22:42:34.211Z | [ recovery-image] Aug 27 22:42:32.511 INFO O| Aug 27 22:42:32.511 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-08-27T22:42:34.217Z | [ recovery-image] Aug 27 22:42:32.521 INFO O| Aug 27 22:42:32.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6638 | 2024-08-27T22:42:34.220Z | [ recovery-image] Aug 27 22:42:32.521 INFO O| Aug 27 22:42:32.521 INFO STEP 912 (remove_files) COMPLETE |
6639 | 2024-08-27T22:42:34.220Z | [ recovery-image] Aug 27 22:42:32.521 INFO O| Aug 27 22:42:32.521 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-08-27T22:42:34.227Z | [ recovery-image] Aug 27 22:42:32.530 INFO O| Aug 27 22:42:32.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6641 | 2024-08-27T22:42:34.227Z | [ recovery-image] Aug 27 22:42:32.530 INFO O| Aug 27 22:42:32.530 INFO STEP 913 (remove_files) COMPLETE |
6642 | 2024-08-27T22:42:34.229Z | [ recovery-image] Aug 27 22:42:32.530 INFO O| Aug 27 22:42:32.530 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-08-27T22:42:34.236Z | [ recovery-image] Aug 27 22:42:32.539 INFO O| Aug 27 22:42:32.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6644 | 2024-08-27T22:42:34.236Z | [ recovery-image] Aug 27 22:42:32.540 INFO O| Aug 27 22:42:32.540 INFO STEP 914 (remove_files) COMPLETE |
6645 | 2024-08-27T22:42:34.236Z | [ recovery-image] Aug 27 22:42:32.540 INFO O| Aug 27 22:42:32.540 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-08-27T22:42:34.245Z | [ recovery-image] Aug 27 22:42:32.549 INFO O| Aug 27 22:42:32.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6647 | 2024-08-27T22:42:34.245Z | [ recovery-image] Aug 27 22:42:32.549 INFO O| Aug 27 22:42:32.549 INFO STEP 915 (remove_files) COMPLETE |
6648 | 2024-08-27T22:42:34.248Z | [ recovery-image] Aug 27 22:42:32.549 INFO O| Aug 27 22:42:32.549 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-08-27T22:42:34.255Z | [ recovery-image] Aug 27 22:42:32.558 INFO O| Aug 27 22:42:32.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6650 | 2024-08-27T22:42:34.255Z | [ recovery-image] Aug 27 22:42:32.558 INFO O| Aug 27 22:42:32.558 INFO STEP 916 (remove_files) COMPLETE |
6651 | 2024-08-27T22:42:34.257Z | [ recovery-image] Aug 27 22:42:32.558 INFO O| Aug 27 22:42:32.558 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-08-27T22:42:34.264Z | [ recovery-image] Aug 27 22:42:32.568 INFO O| Aug 27 22:42:32.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6653 | 2024-08-27T22:42:34.264Z | [ recovery-image] Aug 27 22:42:32.568 INFO O| Aug 27 22:42:32.568 INFO STEP 917 (remove_files) COMPLETE |
6654 | 2024-08-27T22:42:34.264Z | [ recovery-image] Aug 27 22:42:32.568 INFO O| Aug 27 22:42:32.568 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-08-27T22:42:34.273Z | [ recovery-image] Aug 27 22:42:32.577 INFO O| Aug 27 22:42:32.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6656 | 2024-08-27T22:42:34.273Z | [ recovery-image] Aug 27 22:42:32.577 INFO O| Aug 27 22:42:32.577 INFO STEP 918 (remove_files) COMPLETE |
6657 | 2024-08-27T22:42:34.273Z | [ recovery-image] Aug 27 22:42:32.577 INFO O| Aug 27 22:42:32.577 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-08-27T22:42:34.283Z | [ recovery-image] Aug 27 22:42:32.586 INFO O| Aug 27 22:42:32.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6659 | 2024-08-27T22:42:34.283Z | [ recovery-image] Aug 27 22:42:32.587 INFO O| Aug 27 22:42:32.587 INFO STEP 919 (remove_files) COMPLETE |
6660 | 2024-08-27T22:42:34.286Z | [ recovery-image] Aug 27 22:42:32.587 INFO O| Aug 27 22:42:32.587 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-08-27T22:42:34.292Z | [ recovery-image] Aug 27 22:42:32.596 INFO O| Aug 27 22:42:32.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6662 | 2024-08-27T22:42:34.292Z | [ recovery-image] Aug 27 22:42:32.596 INFO O| Aug 27 22:42:32.596 INFO STEP 920 (remove_files) COMPLETE |
6663 | 2024-08-27T22:42:34.295Z | [ recovery-image] Aug 27 22:42:32.596 INFO O| Aug 27 22:42:32.596 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-08-27T22:42:34.302Z | [ recovery-image] Aug 27 22:42:32.605 INFO O| Aug 27 22:42:32.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6665 | 2024-08-27T22:42:34.302Z | [ recovery-image] Aug 27 22:42:32.605 INFO O| Aug 27 22:42:32.605 INFO STEP 921 (remove_files) COMPLETE |
6666 | 2024-08-27T22:42:34.305Z | [ recovery-image] Aug 27 22:42:32.605 INFO O| Aug 27 22:42:32.605 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-08-27T22:42:34.311Z | [ recovery-image] Aug 27 22:42:32.615 INFO O| Aug 27 22:42:32.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6668 | 2024-08-27T22:42:34.313Z | [ recovery-image] Aug 27 22:42:32.615 INFO O| Aug 27 22:42:32.615 INFO STEP 922 (remove_files) COMPLETE |
6669 | 2024-08-27T22:42:34.313Z | [ recovery-image] Aug 27 22:42:32.615 INFO O| Aug 27 22:42:32.615 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-08-27T22:42:34.320Z | [ recovery-image] Aug 27 22:42:32.624 INFO O| Aug 27 22:42:32.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6671 | 2024-08-27T22:42:34.321Z | [ recovery-image] Aug 27 22:42:32.624 INFO O| Aug 27 22:42:32.624 INFO STEP 923 (remove_files) COMPLETE |
6672 | 2024-08-27T22:42:34.321Z | [ recovery-image] Aug 27 22:42:32.624 INFO O| Aug 27 22:42:32.624 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-08-27T22:42:34.330Z | [ recovery-image] Aug 27 22:42:32.633 INFO O| Aug 27 22:42:32.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6674 | 2024-08-27T22:42:34.330Z | [ recovery-image] Aug 27 22:42:32.633 INFO O| Aug 27 22:42:32.633 INFO STEP 924 (remove_files) COMPLETE |
6675 | 2024-08-27T22:42:34.332Z | [ recovery-image] Aug 27 22:42:32.633 INFO O| Aug 27 22:42:32.633 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-08-27T22:42:34.339Z | [ recovery-image] Aug 27 22:42:32.643 INFO O| Aug 27 22:42:32.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6677 | 2024-08-27T22:42:34.339Z | [ recovery-image] Aug 27 22:42:32.643 INFO O| Aug 27 22:42:32.643 INFO STEP 925 (remove_files) COMPLETE |
6678 | 2024-08-27T22:42:34.342Z | [ recovery-image] Aug 27 22:42:32.643 INFO O| Aug 27 22:42:32.643 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-08-27T22:42:34.349Z | [ recovery-image] Aug 27 22:42:32.653 INFO O| Aug 27 22:42:32.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6680 | 2024-08-27T22:42:34.349Z | [ recovery-image] Aug 27 22:42:32.653 INFO O| Aug 27 22:42:32.653 INFO STEP 926 (remove_files) COMPLETE |
6681 | 2024-08-27T22:42:34.352Z | [ recovery-image] Aug 27 22:42:32.653 INFO O| Aug 27 22:42:32.653 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-08-27T22:42:34.359Z | [ recovery-image] Aug 27 22:42:32.662 INFO O| Aug 27 22:42:32.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6683 | 2024-08-27T22:42:34.359Z | [ recovery-image] Aug 27 22:42:32.662 INFO O| Aug 27 22:42:32.662 INFO STEP 927 (remove_files) COMPLETE |
6684 | 2024-08-27T22:42:34.359Z | [ recovery-image] Aug 27 22:42:32.662 INFO O| Aug 27 22:42:32.662 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-08-27T22:42:34.368Z | [ recovery-image] Aug 27 22:42:32.671 INFO O| Aug 27 22:42:32.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6686 | 2024-08-27T22:42:34.368Z | [ recovery-image] Aug 27 22:42:32.671 INFO O| Aug 27 22:42:32.671 INFO STEP 928 (remove_files) COMPLETE |
6687 | 2024-08-27T22:42:34.370Z | [ recovery-image] Aug 27 22:42:32.671 INFO O| Aug 27 22:42:32.671 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-08-27T22:42:34.377Z | [ recovery-image] Aug 27 22:42:32.681 INFO O| Aug 27 22:42:32.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6689 | 2024-08-27T22:42:34.377Z | [ recovery-image] Aug 27 22:42:32.681 INFO O| Aug 27 22:42:32.681 INFO STEP 929 (remove_files) COMPLETE |
6690 | 2024-08-27T22:42:34.377Z | [ recovery-image] Aug 27 22:42:32.681 INFO O| Aug 27 22:42:32.681 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-08-27T22:42:34.387Z | [ recovery-image] Aug 27 22:42:32.690 INFO O| Aug 27 22:42:32.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6692 | 2024-08-27T22:42:34.387Z | [ recovery-image] Aug 27 22:42:32.690 INFO O| Aug 27 22:42:32.690 INFO STEP 930 (remove_files) COMPLETE |
6693 | 2024-08-27T22:42:34.387Z | [ recovery-image] Aug 27 22:42:32.690 INFO O| Aug 27 22:42:32.690 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-08-27T22:42:34.396Z | [ recovery-image] Aug 27 22:42:32.700 INFO O| Aug 27 22:42:32.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6695 | 2024-08-27T22:42:34.396Z | [ recovery-image] Aug 27 22:42:32.700 INFO O| Aug 27 22:42:32.700 INFO STEP 931 (remove_files) COMPLETE |
6696 | 2024-08-27T22:42:34.400Z | [ recovery-image] Aug 27 22:42:32.700 INFO O| Aug 27 22:42:32.700 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-08-27T22:42:34.413Z | [ recovery-image] Aug 27 22:42:32.709 INFO O| Aug 27 22:42:32.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6698 | 2024-08-27T22:42:34.416Z | [ recovery-image] Aug 27 22:42:32.709 INFO O| Aug 27 22:42:32.709 INFO STEP 932 (remove_files) COMPLETE |
6699 | 2024-08-27T22:42:34.416Z | [ recovery-image] Aug 27 22:42:32.709 INFO O| Aug 27 22:42:32.709 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-08-27T22:42:34.416Z | [ recovery-image] Aug 27 22:42:32.719 INFO O| Aug 27 22:42:32.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6701 | 2024-08-27T22:42:34.416Z | [ recovery-image] Aug 27 22:42:32.719 INFO O| Aug 27 22:42:32.719 INFO STEP 933 (remove_files) COMPLETE |
6702 | 2024-08-27T22:42:34.416Z | [ recovery-image] Aug 27 22:42:32.719 INFO O| Aug 27 22:42:32.719 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-08-27T22:42:34.426Z | [ recovery-image] Aug 27 22:42:32.728 INFO O| Aug 27 22:42:32.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6704 | 2024-08-27T22:42:34.429Z | [ recovery-image] Aug 27 22:42:32.729 INFO O| Aug 27 22:42:32.729 INFO STEP 934 (remove_files) COMPLETE |
6705 | 2024-08-27T22:42:34.429Z | [ recovery-image] Aug 27 22:42:32.729 INFO O| Aug 27 22:42:32.729 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-08-27T22:42:34.440Z | [ recovery-image] Aug 27 22:42:32.738 INFO O| Aug 27 22:42:32.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6707 | 2024-08-27T22:42:34.440Z | [ recovery-image] Aug 27 22:42:32.738 INFO O| Aug 27 22:42:32.738 INFO STEP 935 (remove_files) COMPLETE |
6708 | 2024-08-27T22:42:34.440Z | [ recovery-image] Aug 27 22:42:32.738 INFO O| Aug 27 22:42:32.738 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-08-27T22:42:34.456Z | [ recovery-image] Aug 27 22:42:32.747 INFO O| Aug 27 22:42:32.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6710 | 2024-08-27T22:42:34.456Z | [ recovery-image] Aug 27 22:42:32.747 INFO O| Aug 27 22:42:32.747 INFO STEP 936 (remove_files) COMPLETE |
6711 | 2024-08-27T22:42:34.456Z | [ recovery-image] Aug 27 22:42:32.748 INFO O| Aug 27 22:42:32.747 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-08-27T22:42:34.459Z | [ recovery-image] Aug 27 22:42:32.757 INFO O| Aug 27 22:42:32.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6713 | 2024-08-27T22:42:34.459Z | [ recovery-image] Aug 27 22:42:32.757 INFO O| Aug 27 22:42:32.757 INFO STEP 937 (remove_files) COMPLETE |
6714 | 2024-08-27T22:42:34.459Z | [ recovery-image] Aug 27 22:42:32.757 INFO O| Aug 27 22:42:32.757 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-08-27T22:42:34.463Z | [ recovery-image] Aug 27 22:42:32.766 INFO O| Aug 27 22:42:32.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6716 | 2024-08-27T22:42:34.466Z | [ recovery-image] Aug 27 22:42:32.767 INFO O| Aug 27 22:42:32.767 INFO STEP 938 (remove_files) COMPLETE |
6717 | 2024-08-27T22:42:34.466Z | [ recovery-image] Aug 27 22:42:32.767 INFO O| Aug 27 22:42:32.767 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-08-27T22:42:34.473Z | [ recovery-image] Aug 27 22:42:32.777 INFO O| Aug 27 22:42:32.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6719 | 2024-08-27T22:42:34.473Z | [ recovery-image] Aug 27 22:42:32.777 INFO O| Aug 27 22:42:32.777 INFO STEP 939 (remove_files) COMPLETE |
6720 | 2024-08-27T22:42:34.473Z | [ recovery-image] Aug 27 22:42:32.777 INFO O| Aug 27 22:42:32.777 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-08-27T22:42:34.485Z | [ recovery-image] Aug 27 22:42:32.786 INFO O| Aug 27 22:42:32.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6722 | 2024-08-27T22:42:34.490Z | [ recovery-image] Aug 27 22:42:32.786 INFO O| Aug 27 22:42:32.786 INFO STEP 940 (remove_files) COMPLETE |
6723 | 2024-08-27T22:42:34.490Z | [ recovery-image] Aug 27 22:42:32.786 INFO O| Aug 27 22:42:32.786 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-08-27T22:42:34.493Z | [ recovery-image] Aug 27 22:42:32.795 INFO O| Aug 27 22:42:32.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6725 | 2024-08-27T22:42:34.494Z | [ recovery-image] Aug 27 22:42:32.795 INFO O| Aug 27 22:42:32.795 INFO STEP 941 (remove_files) COMPLETE |
6726 | 2024-08-27T22:42:34.494Z | [ recovery-image] Aug 27 22:42:32.795 INFO O| Aug 27 22:42:32.795 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-08-27T22:42:34.502Z | [ recovery-image] Aug 27 22:42:32.805 INFO O| Aug 27 22:42:32.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6728 | 2024-08-27T22:42:34.502Z | [ recovery-image] Aug 27 22:42:32.805 INFO O| Aug 27 22:42:32.805 INFO STEP 942 (remove_files) COMPLETE |
6729 | 2024-08-27T22:42:34.502Z | [ recovery-image] Aug 27 22:42:32.805 INFO O| Aug 27 22:42:32.805 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-08-27T22:42:34.511Z | [ recovery-image] Aug 27 22:42:32.814 INFO O| Aug 27 22:42:32.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6731 | 2024-08-27T22:42:34.511Z | [ recovery-image] Aug 27 22:42:32.814 INFO O| Aug 27 22:42:32.814 INFO STEP 943 (remove_files) COMPLETE |
6732 | 2024-08-27T22:42:34.513Z | [ recovery-image] Aug 27 22:42:32.814 INFO O| Aug 27 22:42:32.814 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-08-27T22:42:34.522Z | [ recovery-image] Aug 27 22:42:32.824 INFO O| Aug 27 22:42:32.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6734 | 2024-08-27T22:42:34.522Z | [ recovery-image] Aug 27 22:42:32.824 INFO O| Aug 27 22:42:32.824 INFO STEP 944 (remove_files) COMPLETE |
6735 | 2024-08-27T22:42:34.522Z | [ recovery-image] Aug 27 22:42:32.824 INFO O| Aug 27 22:42:32.824 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-08-27T22:42:34.531Z | [ recovery-image] Aug 27 22:42:32.834 INFO O| Aug 27 22:42:32.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6737 | 2024-08-27T22:42:34.531Z | [ recovery-image] Aug 27 22:42:32.834 INFO O| Aug 27 22:42:32.834 INFO STEP 945 (remove_files) COMPLETE |
6738 | 2024-08-27T22:42:34.534Z | [ recovery-image] Aug 27 22:42:32.834 INFO O| Aug 27 22:42:32.834 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-08-27T22:42:34.540Z | [ recovery-image] Aug 27 22:42:32.844 INFO O| Aug 27 22:42:32.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6740 | 2024-08-27T22:42:34.540Z | [ recovery-image] Aug 27 22:42:32.844 INFO O| Aug 27 22:42:32.844 INFO STEP 946 (remove_files) COMPLETE |
6741 | 2024-08-27T22:42:34.543Z | [ recovery-image] Aug 27 22:42:32.844 INFO O| Aug 27 22:42:32.844 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-08-27T22:42:34.550Z | [ recovery-image] Aug 27 22:42:32.853 INFO O| Aug 27 22:42:32.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6743 | 2024-08-27T22:42:34.550Z | [ recovery-image] Aug 27 22:42:32.853 INFO O| Aug 27 22:42:32.853 INFO STEP 947 (remove_files) COMPLETE |
6744 | 2024-08-27T22:42:34.555Z | [ recovery-image] Aug 27 22:42:32.853 INFO O| Aug 27 22:42:32.853 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-08-27T22:42:34.559Z | [ recovery-image] Aug 27 22:42:32.863 INFO O| Aug 27 22:42:32.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6746 | 2024-08-27T22:42:34.559Z | [ recovery-image] Aug 27 22:42:32.863 INFO O| Aug 27 22:42:32.863 INFO STEP 948 (remove_files) COMPLETE |
6747 | 2024-08-27T22:42:34.559Z | [ recovery-image] Aug 27 22:42:32.863 INFO O| Aug 27 22:42:32.863 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-08-27T22:42:34.571Z | [ recovery-image] Aug 27 22:42:32.872 INFO O| Aug 27 22:42:32.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6749 | 2024-08-27T22:42:34.574Z | [ recovery-image] Aug 27 22:42:32.872 INFO O| Aug 27 22:42:32.872 INFO STEP 949 (remove_files) COMPLETE |
6750 | 2024-08-27T22:42:34.574Z | [ recovery-image] Aug 27 22:42:32.872 INFO O| Aug 27 22:42:32.872 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-08-27T22:42:34.580Z | [ recovery-image] Aug 27 22:42:32.882 INFO O| Aug 27 22:42:32.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6752 | 2024-08-27T22:42:34.580Z | [ recovery-image] Aug 27 22:42:32.882 INFO O| Aug 27 22:42:32.882 INFO STEP 950 (remove_files) COMPLETE |
6753 | 2024-08-27T22:42:34.584Z | [ recovery-image] Aug 27 22:42:32.882 INFO O| Aug 27 22:42:32.882 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-08-27T22:42:34.588Z | [ recovery-image] Aug 27 22:42:32.891 INFO O| Aug 27 22:42:32.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6755 | 2024-08-27T22:42:34.588Z | [ recovery-image] Aug 27 22:42:32.891 INFO O| Aug 27 22:42:32.891 INFO STEP 951 (remove_files) COMPLETE |
6756 | 2024-08-27T22:42:34.590Z | [ recovery-image] Aug 27 22:42:32.891 INFO O| Aug 27 22:42:32.891 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-08-27T22:42:34.602Z | [ recovery-image] Aug 27 22:42:32.900 INFO O| Aug 27 22:42:32.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6758 | 2024-08-27T22:42:34.602Z | [ recovery-image] Aug 27 22:42:32.900 INFO O| Aug 27 22:42:32.900 INFO STEP 952 (remove_files) COMPLETE |
6759 | 2024-08-27T22:42:34.602Z | [ recovery-image] Aug 27 22:42:32.900 INFO O| Aug 27 22:42:32.900 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-08-27T22:42:34.606Z | [ recovery-image] Aug 27 22:42:32.910 INFO O| Aug 27 22:42:32.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6761 | 2024-08-27T22:42:34.606Z | [ recovery-image] Aug 27 22:42:32.910 INFO O| Aug 27 22:42:32.910 INFO STEP 953 (remove_files) COMPLETE |
6762 | 2024-08-27T22:42:34.612Z | [ recovery-image] Aug 27 22:42:32.910 INFO O| Aug 27 22:42:32.910 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-08-27T22:42:34.616Z | [ recovery-image] Aug 27 22:42:32.920 INFO O| Aug 27 22:42:32.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6764 | 2024-08-27T22:42:34.619Z | [ recovery-image] Aug 27 22:42:32.920 INFO O| Aug 27 22:42:32.920 INFO STEP 954 (remove_files) COMPLETE |
6765 | 2024-08-27T22:42:34.619Z | [ recovery-image] Aug 27 22:42:32.920 INFO O| Aug 27 22:42:32.920 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-08-27T22:42:34.626Z | [ recovery-image] Aug 27 22:42:32.929 INFO O| Aug 27 22:42:32.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6767 | 2024-08-27T22:42:34.626Z | [ recovery-image] Aug 27 22:42:32.929 INFO O| Aug 27 22:42:32.929 INFO STEP 955 (remove_files) COMPLETE |
6768 | 2024-08-27T22:42:34.628Z | [ recovery-image] Aug 27 22:42:32.929 INFO O| Aug 27 22:42:32.929 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-08-27T22:42:34.635Z | [ recovery-image] Aug 27 22:42:32.939 INFO O| Aug 27 22:42:32.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6770 | 2024-08-27T22:42:34.635Z | [ recovery-image] Aug 27 22:42:32.939 INFO O| Aug 27 22:42:32.939 INFO STEP 956 (remove_files) COMPLETE |
6771 | 2024-08-27T22:42:34.637Z | [ recovery-image] Aug 27 22:42:32.939 INFO O| Aug 27 22:42:32.939 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-08-27T22:42:34.645Z | [ recovery-image] Aug 27 22:42:32.949 INFO O| Aug 27 22:42:32.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6773 | 2024-08-27T22:42:34.647Z | [ recovery-image] Aug 27 22:42:32.949 INFO O| Aug 27 22:42:32.949 INFO STEP 957 (remove_files) COMPLETE |
6774 | 2024-08-27T22:42:34.647Z | [ recovery-image] Aug 27 22:42:32.949 INFO O| Aug 27 22:42:32.949 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-08-27T22:42:34.654Z | [ recovery-image] Aug 27 22:42:32.958 INFO O| Aug 27 22:42:32.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6776 | 2024-08-27T22:42:34.654Z | [ recovery-image] Aug 27 22:42:32.958 INFO O| Aug 27 22:42:32.958 INFO STEP 958 (remove_files) COMPLETE |
6777 | 2024-08-27T22:42:34.657Z | [ recovery-image] Aug 27 22:42:32.958 INFO O| Aug 27 22:42:32.958 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-08-27T22:42:34.664Z | [ recovery-image] Aug 27 22:42:32.968 INFO O| Aug 27 22:42:32.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6779 | 2024-08-27T22:42:34.666Z | [ recovery-image] Aug 27 22:42:32.968 INFO O| Aug 27 22:42:32.968 INFO STEP 959 (remove_files) COMPLETE |
6780 | 2024-08-27T22:42:34.666Z | [ recovery-image] Aug 27 22:42:32.968 INFO O| Aug 27 22:42:32.968 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-08-27T22:42:34.673Z | [ recovery-image] Aug 27 22:42:32.977 INFO O| Aug 27 22:42:32.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6782 | 2024-08-27T22:42:34.674Z | [ recovery-image] Aug 27 22:42:32.977 INFO O| Aug 27 22:42:32.977 INFO STEP 960 (remove_files) COMPLETE |
6783 | 2024-08-27T22:42:34.674Z | [ recovery-image] Aug 27 22:42:32.977 INFO O| Aug 27 22:42:32.977 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-08-27T22:42:34.683Z | [ recovery-image] Aug 27 22:42:32.986 INFO O| Aug 27 22:42:32.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6785 | 2024-08-27T22:42:34.683Z | [ recovery-image] Aug 27 22:42:32.986 INFO O| Aug 27 22:42:32.986 INFO STEP 961 (remove_files) COMPLETE |
6786 | 2024-08-27T22:42:34.685Z | [ recovery-image] Aug 27 22:42:32.986 INFO O| Aug 27 22:42:32.986 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-08-27T22:42:34.692Z | [ recovery-image] Aug 27 22:42:32.996 INFO O| Aug 27 22:42:32.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6788 | 2024-08-27T22:42:34.693Z | [ recovery-image] Aug 27 22:42:32.996 INFO O| Aug 27 22:42:32.996 INFO STEP 962 (remove_files) COMPLETE |
6789 | 2024-08-27T22:42:34.693Z | [ recovery-image] Aug 27 22:42:32.996 INFO O| Aug 27 22:42:32.996 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-08-27T22:42:34.702Z | [ recovery-image] Aug 27 22:42:33.006 INFO O| Aug 27 22:42:33.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6791 | 2024-08-27T22:42:34.703Z | [ recovery-image] Aug 27 22:42:33.006 INFO O| Aug 27 22:42:33.006 INFO STEP 963 (remove_files) COMPLETE |
6792 | 2024-08-27T22:42:34.705Z | [ recovery-image] Aug 27 22:42:33.006 INFO O| Aug 27 22:42:33.006 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-08-27T22:42:34.712Z | [ recovery-image] Aug 27 22:42:33.016 INFO O| Aug 27 22:42:33.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6794 | 2024-08-27T22:42:34.714Z | [ recovery-image] Aug 27 22:42:33.016 INFO O| Aug 27 22:42:33.016 INFO STEP 964 (remove_files) COMPLETE |
6795 | 2024-08-27T22:42:34.715Z | [ recovery-image] Aug 27 22:42:33.016 INFO O| Aug 27 22:42:33.016 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-08-27T22:42:34.722Z | [ recovery-image] Aug 27 22:42:33.025 INFO O| Aug 27 22:42:33.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6797 | 2024-08-27T22:42:34.725Z | [ recovery-image] Aug 27 22:42:33.025 INFO O| Aug 27 22:42:33.025 INFO STEP 965 (remove_files) COMPLETE |
6798 | 2024-08-27T22:42:34.725Z | [ recovery-image] Aug 27 22:42:33.026 INFO O| Aug 27 22:42:33.025 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-08-27T22:42:34.731Z | [ recovery-image] Aug 27 22:42:33.035 INFO O| Aug 27 22:42:33.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6800 | 2024-08-27T22:42:34.734Z | [ recovery-image] Aug 27 22:42:33.035 INFO O| Aug 27 22:42:33.035 INFO STEP 966 (remove_files) COMPLETE |
6801 | 2024-08-27T22:42:34.734Z | [ recovery-image] Aug 27 22:42:33.035 INFO O| Aug 27 22:42:33.035 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-08-27T22:42:34.741Z | [ recovery-image] Aug 27 22:42:33.044 INFO O| Aug 27 22:42:33.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6803 | 2024-08-27T22:42:34.741Z | [ recovery-image] Aug 27 22:42:33.044 INFO O| Aug 27 22:42:33.044 INFO STEP 967 (remove_files) COMPLETE |
6804 | 2024-08-27T22:42:34.741Z | [ recovery-image] Aug 27 22:42:33.044 INFO O| Aug 27 22:42:33.044 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-08-27T22:42:34.750Z | [ recovery-image] Aug 27 22:42:33.054 INFO O| Aug 27 22:42:33.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6806 | 2024-08-27T22:42:34.753Z | [ recovery-image] Aug 27 22:42:33.054 INFO O| Aug 27 22:42:33.054 INFO STEP 968 (remove_files) COMPLETE |
6807 | 2024-08-27T22:42:34.753Z | [ recovery-image] Aug 27 22:42:33.054 INFO O| Aug 27 22:42:33.054 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-08-27T22:42:34.760Z | [ recovery-image] Aug 27 22:42:33.063 INFO O| Aug 27 22:42:33.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6809 | 2024-08-27T22:42:34.762Z | [ recovery-image] Aug 27 22:42:33.063 INFO O| Aug 27 22:42:33.063 INFO STEP 969 (remove_files) COMPLETE |
6810 | 2024-08-27T22:42:34.762Z | [ recovery-image] Aug 27 22:42:33.063 INFO O| Aug 27 22:42:33.063 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-08-27T22:42:34.769Z | [ recovery-image] Aug 27 22:42:33.073 INFO O| Aug 27 22:42:33.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6812 | 2024-08-27T22:42:34.771Z | [ recovery-image] Aug 27 22:42:33.073 INFO O| Aug 27 22:42:33.073 INFO STEP 970 (remove_files) COMPLETE |
6813 | 2024-08-27T22:42:34.771Z | [ recovery-image] Aug 27 22:42:33.073 INFO O| Aug 27 22:42:33.073 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-08-27T22:42:34.778Z | [ recovery-image] Aug 27 22:42:33.082 INFO O| Aug 27 22:42:33.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6815 | 2024-08-27T22:42:34.783Z | [ recovery-image] Aug 27 22:42:33.082 INFO O| Aug 27 22:42:33.082 INFO STEP 971 (remove_files) COMPLETE |
6816 | 2024-08-27T22:42:34.783Z | [ recovery-image] Aug 27 22:42:33.082 INFO O| Aug 27 22:42:33.082 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-08-27T22:42:34.788Z | [ recovery-image] Aug 27 22:42:33.091 INFO O| Aug 27 22:42:33.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6818 | 2024-08-27T22:42:34.791Z | [ recovery-image] Aug 27 22:42:33.092 INFO O| Aug 27 22:42:33.091 INFO STEP 972 (remove_files) COMPLETE |
6819 | 2024-08-27T22:42:34.791Z | [ recovery-image] Aug 27 22:42:33.092 INFO O| Aug 27 22:42:33.091 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-08-27T22:42:34.797Z | [ recovery-image] Aug 27 22:42:33.101 INFO O| Aug 27 22:42:33.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6821 | 2024-08-27T22:42:34.800Z | [ recovery-image] Aug 27 22:42:33.101 INFO O| Aug 27 22:42:33.101 INFO STEP 973 (remove_files) COMPLETE |
6822 | 2024-08-27T22:42:34.800Z | [ recovery-image] Aug 27 22:42:33.101 INFO O| Aug 27 22:42:33.101 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-08-27T22:42:34.806Z | [ recovery-image] Aug 27 22:42:33.110 INFO O| Aug 27 22:42:33.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6824 | 2024-08-27T22:42:34.806Z | [ recovery-image] Aug 27 22:42:33.110 INFO O| Aug 27 22:42:33.110 INFO STEP 974 (remove_files) COMPLETE |
6825 | 2024-08-27T22:42:34.809Z | [ recovery-image] Aug 27 22:42:33.110 INFO O| Aug 27 22:42:33.110 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-08-27T22:42:34.816Z | [ recovery-image] Aug 27 22:42:33.119 INFO O| Aug 27 22:42:33.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6827 | 2024-08-27T22:42:34.816Z | [ recovery-image] Aug 27 22:42:33.119 INFO O| Aug 27 22:42:33.119 INFO STEP 975 (remove_files) COMPLETE |
6828 | 2024-08-27T22:42:34.818Z | [ recovery-image] Aug 27 22:42:33.119 INFO O| Aug 27 22:42:33.119 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-08-27T22:42:34.825Z | [ recovery-image] Aug 27 22:42:33.129 INFO O| Aug 27 22:42:33.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6830 | 2024-08-27T22:42:34.825Z | [ recovery-image] Aug 27 22:42:33.129 INFO O| Aug 27 22:42:33.129 INFO STEP 976 (remove_files) COMPLETE |
6831 | 2024-08-27T22:42:34.825Z | [ recovery-image] Aug 27 22:42:33.129 INFO O| Aug 27 22:42:33.129 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-08-27T22:42:34.835Z | [ recovery-image] Aug 27 22:42:33.138 INFO O| Aug 27 22:42:33.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6833 | 2024-08-27T22:42:34.837Z | [ recovery-image] Aug 27 22:42:33.138 INFO O| Aug 27 22:42:33.138 INFO STEP 977 (remove_files) COMPLETE |
6834 | 2024-08-27T22:42:34.837Z | [ recovery-image] Aug 27 22:42:33.138 INFO O| Aug 27 22:42:33.138 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-08-27T22:42:34.844Z | [ recovery-image] Aug 27 22:42:33.148 INFO O| Aug 27 22:42:33.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6836 | 2024-08-27T22:42:34.847Z | [ recovery-image] Aug 27 22:42:33.148 INFO O| Aug 27 22:42:33.148 INFO STEP 978 (remove_files) COMPLETE |
6837 | 2024-08-27T22:42:34.847Z | [ recovery-image] Aug 27 22:42:33.148 INFO O| Aug 27 22:42:33.148 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-08-27T22:42:34.854Z | [ recovery-image] Aug 27 22:42:33.158 INFO O| Aug 27 22:42:33.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6839 | 2024-08-27T22:42:34.854Z | [ recovery-image] Aug 27 22:42:33.158 INFO O| Aug 27 22:42:33.158 INFO STEP 979 (remove_files) COMPLETE |
6840 | 2024-08-27T22:42:34.858Z | [ recovery-image] Aug 27 22:42:33.158 INFO O| Aug 27 22:42:33.158 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-08-27T22:42:34.864Z | [ recovery-image] Aug 27 22:42:33.167 INFO O| Aug 27 22:42:33.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6842 | 2024-08-27T22:42:34.864Z | [ recovery-image] Aug 27 22:42:33.167 INFO O| Aug 27 22:42:33.167 INFO STEP 980 (remove_files) COMPLETE |
6843 | 2024-08-27T22:42:34.864Z | [ recovery-image] Aug 27 22:42:33.167 INFO O| Aug 27 22:42:33.167 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-08-27T22:42:34.873Z | [ recovery-image] Aug 27 22:42:33.177 INFO O| Aug 27 22:42:33.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6845 | 2024-08-27T22:42:34.876Z | [ recovery-image] Aug 27 22:42:33.177 INFO O| Aug 27 22:42:33.177 INFO STEP 981 (remove_files) COMPLETE |
6846 | 2024-08-27T22:42:34.876Z | [ recovery-image] Aug 27 22:42:33.177 INFO O| Aug 27 22:42:33.177 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-08-27T22:42:34.887Z | [ recovery-image] Aug 27 22:42:33.186 INFO O| Aug 27 22:42:33.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6848 | 2024-08-27T22:42:34.887Z | [ recovery-image] Aug 27 22:42:33.186 INFO O| Aug 27 22:42:33.186 INFO STEP 982 (remove_files) COMPLETE |
6849 | 2024-08-27T22:42:34.887Z | [ recovery-image] Aug 27 22:42:33.186 INFO O| Aug 27 22:42:33.186 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-08-27T22:42:34.892Z | [ recovery-image] Aug 27 22:42:33.195 INFO O| Aug 27 22:42:33.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6851 | 2024-08-27T22:42:34.895Z | [ recovery-image] Aug 27 22:42:33.195 INFO O| Aug 27 22:42:33.195 INFO STEP 983 (remove_files) COMPLETE |
6852 | 2024-08-27T22:42:34.895Z | [ recovery-image] Aug 27 22:42:33.195 INFO O| Aug 27 22:42:33.195 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-08-27T22:42:34.901Z | [ recovery-image] Aug 27 22:42:33.205 INFO O| Aug 27 22:42:33.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6854 | 2024-08-27T22:42:34.902Z | [ recovery-image] Aug 27 22:42:33.205 INFO O| Aug 27 22:42:33.205 INFO STEP 984 (remove_files) COMPLETE |
6855 | 2024-08-27T22:42:34.902Z | [ recovery-image] Aug 27 22:42:33.205 INFO O| Aug 27 22:42:33.205 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-08-27T22:42:34.911Z | [ recovery-image] Aug 27 22:42:33.214 INFO O| Aug 27 22:42:33.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6857 | 2024-08-27T22:42:34.915Z | [ recovery-image] Aug 27 22:42:33.214 INFO O| Aug 27 22:42:33.214 INFO STEP 985 (remove_files) COMPLETE |
6858 | 2024-08-27T22:42:34.915Z | [ recovery-image] Aug 27 22:42:33.214 INFO O| Aug 27 22:42:33.214 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-08-27T22:42:34.921Z | [ recovery-image] Aug 27 22:42:33.223 INFO O| Aug 27 22:42:33.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6860 | 2024-08-27T22:42:34.921Z | [ recovery-image] Aug 27 22:42:33.224 INFO O| Aug 27 22:42:33.223 INFO STEP 986 (remove_files) COMPLETE |
6861 | 2024-08-27T22:42:34.924Z | [ recovery-image] Aug 27 22:42:33.224 INFO O| Aug 27 22:42:33.223 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-08-27T22:42:34.929Z | [ recovery-image] Aug 27 22:42:33.233 INFO O| Aug 27 22:42:33.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6863 | 2024-08-27T22:42:34.932Z | [ recovery-image] Aug 27 22:42:33.233 INFO O| Aug 27 22:42:33.233 INFO STEP 987 (remove_files) COMPLETE |
6864 | 2024-08-27T22:42:34.932Z | [ recovery-image] Aug 27 22:42:33.233 INFO O| Aug 27 22:42:33.233 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-08-27T22:42:34.939Z | [ recovery-image] Aug 27 22:42:33.242 INFO O| Aug 27 22:42:33.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6866 | 2024-08-27T22:42:34.939Z | [ recovery-image] Aug 27 22:42:33.242 INFO O| Aug 27 22:42:33.242 INFO STEP 988 (remove_files) COMPLETE |
6867 | 2024-08-27T22:42:34.939Z | [ recovery-image] Aug 27 22:42:33.242 INFO O| Aug 27 22:42:33.242 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-08-27T22:42:34.948Z | [ recovery-image] Aug 27 22:42:33.252 INFO O| Aug 27 22:42:33.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6869 | 2024-08-27T22:42:34.952Z | [ recovery-image] Aug 27 22:42:33.252 INFO O| Aug 27 22:42:33.252 INFO STEP 989 (remove_files) COMPLETE |
6870 | 2024-08-27T22:42:34.952Z | [ recovery-image] Aug 27 22:42:33.252 INFO O| Aug 27 22:42:33.252 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-08-27T22:42:34.958Z | [ recovery-image] Aug 27 22:42:33.261 INFO O| Aug 27 22:42:33.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6872 | 2024-08-27T22:42:34.960Z | [ recovery-image] Aug 27 22:42:33.261 INFO O| Aug 27 22:42:33.261 INFO STEP 990 (remove_files) COMPLETE |
6873 | 2024-08-27T22:42:34.960Z | [ recovery-image] Aug 27 22:42:33.261 INFO O| Aug 27 22:42:33.261 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-08-27T22:42:34.967Z | [ recovery-image] Aug 27 22:42:33.270 INFO O| Aug 27 22:42:33.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6875 | 2024-08-27T22:42:34.967Z | [ recovery-image] Aug 27 22:42:33.270 INFO O| Aug 27 22:42:33.270 INFO STEP 991 (remove_files) COMPLETE |
6876 | 2024-08-27T22:42:34.967Z | [ recovery-image] Aug 27 22:42:33.270 INFO O| Aug 27 22:42:33.270 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-08-27T22:42:34.977Z | [ recovery-image] Aug 27 22:42:33.280 INFO O| Aug 27 22:42:33.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6878 | 2024-08-27T22:42:34.977Z | [ recovery-image] Aug 27 22:42:33.280 INFO O| Aug 27 22:42:33.280 INFO STEP 992 (remove_files) COMPLETE |
6879 | 2024-08-27T22:42:34.981Z | [ recovery-image] Aug 27 22:42:33.280 INFO O| Aug 27 22:42:33.280 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-08-27T22:42:34.986Z | [ recovery-image] Aug 27 22:42:33.289 INFO O| Aug 27 22:42:33.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6881 | 2024-08-27T22:42:34.991Z | [ recovery-image] Aug 27 22:42:33.289 INFO O| Aug 27 22:42:33.289 INFO STEP 993 (remove_files) COMPLETE |
6882 | 2024-08-27T22:42:34.991Z | [ recovery-image] Aug 27 22:42:33.289 INFO O| Aug 27 22:42:33.289 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-08-27T22:42:34.996Z | [ recovery-image] Aug 27 22:42:33.298 INFO O| Aug 27 22:42:33.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6884 | 2024-08-27T22:42:34.999Z | [ recovery-image] Aug 27 22:42:33.299 INFO O| Aug 27 22:42:33.298 INFO STEP 994 (remove_files) COMPLETE |
6885 | 2024-08-27T22:42:34.999Z | [ recovery-image] Aug 27 22:42:33.299 INFO O| Aug 27 22:42:33.299 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-08-27T22:42:35.004Z | [ recovery-image] Aug 27 22:42:33.308 INFO O| Aug 27 22:42:33.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6887 | 2024-08-27T22:42:35.004Z | [ recovery-image] Aug 27 22:42:33.308 INFO O| Aug 27 22:42:33.308 INFO STEP 995 (remove_files) COMPLETE |
6888 | 2024-08-27T22:42:35.007Z | [ recovery-image] Aug 27 22:42:33.308 INFO O| Aug 27 22:42:33.308 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-08-27T22:42:35.016Z | [ recovery-image] Aug 27 22:42:33.317 INFO O| Aug 27 22:42:33.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6890 | 2024-08-27T22:42:35.016Z | [ recovery-image] Aug 27 22:42:33.317 INFO O| Aug 27 22:42:33.317 INFO STEP 996 (remove_files) COMPLETE |
6891 | 2024-08-27T22:42:35.016Z | [ recovery-image] Aug 27 22:42:33.317 INFO O| Aug 27 22:42:33.317 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-08-27T22:42:35.024Z | [ recovery-image] Aug 27 22:42:33.327 INFO O| Aug 27 22:42:33.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6893 | 2024-08-27T22:42:35.024Z | [ recovery-image] Aug 27 22:42:33.327 INFO O| Aug 27 22:42:33.327 INFO STEP 997 (remove_files) COMPLETE |
6894 | 2024-08-27T22:42:35.024Z | [ recovery-image] Aug 27 22:42:33.327 INFO O| Aug 27 22:42:33.327 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-08-27T22:42:35.033Z | [ recovery-image] Aug 27 22:42:33.336 INFO O| Aug 27 22:42:33.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6896 | 2024-08-27T22:42:35.033Z | [ recovery-image] Aug 27 22:42:33.336 INFO O| Aug 27 22:42:33.336 INFO STEP 998 (remove_files) COMPLETE |
6897 | 2024-08-27T22:42:35.035Z | [ recovery-image] Aug 27 22:42:33.336 INFO O| Aug 27 22:42:33.336 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-08-27T22:42:35.043Z | [ recovery-image] Aug 27 22:42:33.345 INFO O| Aug 27 22:42:33.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6899 | 2024-08-27T22:42:35.043Z | [ recovery-image] Aug 27 22:42:33.345 INFO O| Aug 27 22:42:33.345 INFO STEP 999 (remove_files) COMPLETE |
6900 | 2024-08-27T22:42:35.046Z | [ recovery-image] Aug 27 22:42:33.345 INFO O| Aug 27 22:42:33.345 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-08-27T22:42:35.052Z | [ recovery-image] Aug 27 22:42:33.354 INFO O| Aug 27 22:42:33.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6902 | 2024-08-27T22:42:35.052Z | [ recovery-image] Aug 27 22:42:33.355 INFO O| Aug 27 22:42:33.354 INFO STEP 1000 (remove_files) COMPLETE |
6903 | 2024-08-27T22:42:35.054Z | [ recovery-image] Aug 27 22:42:33.355 INFO O| Aug 27 22:42:33.355 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-08-27T22:42:35.062Z | [ recovery-image] Aug 27 22:42:33.364 INFO O| Aug 27 22:42:33.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6905 | 2024-08-27T22:42:35.062Z | [ recovery-image] Aug 27 22:42:33.364 INFO O| Aug 27 22:42:33.364 INFO STEP 1001 (remove_files) COMPLETE |
6906 | 2024-08-27T22:42:35.065Z | [ recovery-image] Aug 27 22:42:33.364 INFO O| Aug 27 22:42:33.364 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-08-27T22:42:35.071Z | [ recovery-image] Aug 27 22:42:33.373 INFO O| Aug 27 22:42:33.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6908 | 2024-08-27T22:42:35.071Z | [ recovery-image] Aug 27 22:42:33.373 INFO O| Aug 27 22:42:33.373 INFO STEP 1002 (remove_files) COMPLETE |
6909 | 2024-08-27T22:42:35.071Z | [ recovery-image] Aug 27 22:42:33.373 INFO O| Aug 27 22:42:33.373 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-08-27T22:42:35.079Z | [ recovery-image] Aug 27 22:42:33.382 INFO O| Aug 27 22:42:33.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6911 | 2024-08-27T22:42:35.079Z | [ recovery-image] Aug 27 22:42:33.383 INFO O| Aug 27 22:42:33.382 INFO STEP 1003 (remove_files) COMPLETE |
6912 | 2024-08-27T22:42:35.082Z | [ recovery-image] Aug 27 22:42:33.383 INFO O| Aug 27 22:42:33.382 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-08-27T22:42:35.089Z | [ recovery-image] Aug 27 22:42:33.392 INFO O| Aug 27 22:42:33.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6914 | 2024-08-27T22:42:35.089Z | [ recovery-image] Aug 27 22:42:33.392 INFO O| Aug 27 22:42:33.392 INFO STEP 1004 (remove_files) COMPLETE |
6915 | 2024-08-27T22:42:35.089Z | [ recovery-image] Aug 27 22:42:33.392 INFO O| Aug 27 22:42:33.392 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-08-27T22:42:35.098Z | [ recovery-image] Aug 27 22:42:33.401 INFO O| Aug 27 22:42:33.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6917 | 2024-08-27T22:42:35.098Z | [ recovery-image] Aug 27 22:42:33.401 INFO O| Aug 27 22:42:33.401 INFO STEP 1005 (remove_files) COMPLETE |
6918 | 2024-08-27T22:42:35.098Z | [ recovery-image] Aug 27 22:42:33.401 INFO O| Aug 27 22:42:33.401 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-08-27T22:42:35.107Z | [ recovery-image] Aug 27 22:42:33.411 INFO O| Aug 27 22:42:33.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6920 | 2024-08-27T22:42:35.107Z | [ recovery-image] Aug 27 22:42:33.411 INFO O| Aug 27 22:42:33.411 INFO STEP 1006 (remove_files) COMPLETE |
6921 | 2024-08-27T22:42:35.110Z | [ recovery-image] Aug 27 22:42:33.411 INFO O| Aug 27 22:42:33.411 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-08-27T22:42:35.117Z | [ recovery-image] Aug 27 22:42:33.420 INFO O| Aug 27 22:42:33.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6923 | 2024-08-27T22:42:35.119Z | [ recovery-image] Aug 27 22:42:33.420 INFO O| Aug 27 22:42:33.420 INFO STEP 1007 (remove_files) COMPLETE |
6924 | 2024-08-27T22:42:35.119Z | [ recovery-image] Aug 27 22:42:33.420 INFO O| Aug 27 22:42:33.420 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-08-27T22:42:35.126Z | [ recovery-image] Aug 27 22:42:33.429 INFO O| Aug 27 22:42:33.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6926 | 2024-08-27T22:42:35.126Z | [ recovery-image] Aug 27 22:42:33.429 INFO O| Aug 27 22:42:33.429 INFO STEP 1008 (remove_files) COMPLETE |
6927 | 2024-08-27T22:42:35.129Z | [ recovery-image] Aug 27 22:42:33.429 INFO O| Aug 27 22:42:33.429 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-08-27T22:42:35.135Z | [ recovery-image] Aug 27 22:42:33.439 INFO O| Aug 27 22:42:33.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6929 | 2024-08-27T22:42:35.135Z | [ recovery-image] Aug 27 22:42:33.439 INFO O| Aug 27 22:42:33.439 INFO STEP 1009 (remove_files) COMPLETE |
6930 | 2024-08-27T22:42:35.138Z | [ recovery-image] Aug 27 22:42:33.439 INFO O| Aug 27 22:42:33.439 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-08-27T22:42:35.145Z | [ recovery-image] Aug 27 22:42:33.448 INFO O| Aug 27 22:42:33.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6932 | 2024-08-27T22:42:35.145Z | [ recovery-image] Aug 27 22:42:33.448 INFO O| Aug 27 22:42:33.448 INFO STEP 1010 (remove_files) COMPLETE |
6933 | 2024-08-27T22:42:35.145Z | [ recovery-image] Aug 27 22:42:33.448 INFO O| Aug 27 22:42:33.448 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-08-27T22:42:35.155Z | [ recovery-image] Aug 27 22:42:33.458 INFO O| Aug 27 22:42:33.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6935 | 2024-08-27T22:42:35.156Z | [ recovery-image] Aug 27 22:42:33.458 INFO O| Aug 27 22:42:33.458 INFO STEP 1011 (remove_files) COMPLETE |
6936 | 2024-08-27T22:42:35.156Z | [ recovery-image] Aug 27 22:42:33.458 INFO O| Aug 27 22:42:33.458 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-08-27T22:42:35.165Z | [ recovery-image] Aug 27 22:42:33.467 INFO O| Aug 27 22:42:33.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6938 | 2024-08-27T22:42:35.168Z | [ recovery-image] Aug 27 22:42:33.467 INFO O| Aug 27 22:42:33.467 INFO STEP 1012 (remove_files) COMPLETE |
6939 | 2024-08-27T22:42:35.168Z | [ recovery-image] Aug 27 22:42:33.467 INFO O| Aug 27 22:42:33.467 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-08-27T22:42:35.174Z | [ recovery-image] Aug 27 22:42:33.476 INFO O| Aug 27 22:42:33.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6941 | 2024-08-27T22:42:35.177Z | [ recovery-image] Aug 27 22:42:33.477 INFO O| Aug 27 22:42:33.477 INFO STEP 1013 (remove_files) COMPLETE |
6942 | 2024-08-27T22:42:35.177Z | [ recovery-image] Aug 27 22:42:33.477 INFO O| Aug 27 22:42:33.477 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-08-27T22:42:35.183Z | [ recovery-image] Aug 27 22:42:33.486 INFO O| Aug 27 22:42:33.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6944 | 2024-08-27T22:42:35.183Z | [ recovery-image] Aug 27 22:42:33.486 INFO O| Aug 27 22:42:33.486 INFO STEP 1014 (remove_files) COMPLETE |
6945 | 2024-08-27T22:42:35.183Z | [ recovery-image] Aug 27 22:42:33.486 INFO O| Aug 27 22:42:33.486 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-08-27T22:42:35.192Z | [ recovery-image] Aug 27 22:42:33.495 INFO O| Aug 27 22:42:33.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6947 | 2024-08-27T22:42:35.192Z | [ recovery-image] Aug 27 22:42:33.495 INFO O| Aug 27 22:42:33.495 INFO STEP 1015 (remove_files) COMPLETE |
6948 | 2024-08-27T22:42:35.195Z | [ recovery-image] Aug 27 22:42:33.495 INFO O| Aug 27 22:42:33.495 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-08-27T22:42:35.202Z | [ recovery-image] Aug 27 22:42:33.504 INFO O| Aug 27 22:42:33.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6950 | 2024-08-27T22:42:35.202Z | [ recovery-image] Aug 27 22:42:33.505 INFO O| Aug 27 22:42:33.504 INFO STEP 1016 (remove_files) COMPLETE |
6951 | 2024-08-27T22:42:35.205Z | [ recovery-image] Aug 27 22:42:33.505 INFO O| Aug 27 22:42:33.505 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-08-27T22:42:35.213Z | [ recovery-image] Aug 27 22:42:33.514 INFO O| Aug 27 22:42:33.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6953 | 2024-08-27T22:42:35.216Z | [ recovery-image] Aug 27 22:42:33.514 INFO O| Aug 27 22:42:33.514 INFO STEP 1017 (remove_files) COMPLETE |
6954 | 2024-08-27T22:42:35.216Z | [ recovery-image] Aug 27 22:42:33.514 INFO O| Aug 27 22:42:33.514 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-08-27T22:42:35.221Z | [ recovery-image] Aug 27 22:42:33.523 INFO O| Aug 27 22:42:33.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6956 | 2024-08-27T22:42:35.224Z | [ recovery-image] Aug 27 22:42:33.524 INFO O| Aug 27 22:42:33.524 INFO STEP 1018 (remove_files) COMPLETE |
6957 | 2024-08-27T22:42:35.224Z | [ recovery-image] Aug 27 22:42:33.524 INFO O| Aug 27 22:42:33.524 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-08-27T22:42:35.230Z | [ recovery-image] Aug 27 22:42:33.533 INFO O| Aug 27 22:42:33.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6959 | 2024-08-27T22:42:35.233Z | [ recovery-image] Aug 27 22:42:33.534 INFO O| Aug 27 22:42:33.534 INFO STEP 1019 (remove_files) COMPLETE |
6960 | 2024-08-27T22:42:35.233Z | [ recovery-image] Aug 27 22:42:33.534 INFO O| Aug 27 22:42:33.534 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-08-27T22:42:35.239Z | [ recovery-image] Aug 27 22:42:33.543 INFO O| Aug 27 22:42:33.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6962 | 2024-08-27T22:42:35.242Z | [ recovery-image] Aug 27 22:42:33.543 INFO O| Aug 27 22:42:33.543 INFO STEP 1020 (remove_files) COMPLETE |
6963 | 2024-08-27T22:42:35.242Z | [ recovery-image] Aug 27 22:42:33.543 INFO O| Aug 27 22:42:33.543 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-08-27T22:42:35.251Z | [ recovery-image] Aug 27 22:42:33.552 INFO O| Aug 27 22:42:33.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6965 | 2024-08-27T22:42:35.254Z | [ recovery-image] Aug 27 22:42:33.553 INFO O| Aug 27 22:42:33.552 INFO STEP 1021 (remove_files) COMPLETE |
6966 | 2024-08-27T22:42:35.254Z | [ recovery-image] Aug 27 22:42:33.553 INFO O| Aug 27 22:42:33.553 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-08-27T22:42:35.262Z | [ recovery-image] Aug 27 22:42:33.565 INFO O| Aug 27 22:42:33.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
6968 | 2024-08-27T22:42:35.262Z | [ recovery-image] Aug 27 22:42:33.565 INFO O| Aug 27 22:42:33.565 INFO STEP 1022 (remove_files) COMPLETE |
6969 | 2024-08-27T22:42:35.264Z | [ recovery-image] Aug 27 22:42:33.565 INFO O| Aug 27 22:42:33.565 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-08-27T22:42:35.272Z | [ recovery-image] Aug 27 22:42:33.575 INFO O| Aug 27 22:42:33.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
6971 | 2024-08-27T22:42:35.274Z | [ recovery-image] Aug 27 22:42:33.575 INFO O| Aug 27 22:42:33.575 INFO STEP 1023 (remove_files) COMPLETE |
6972 | 2024-08-27T22:42:35.274Z | [ recovery-image] Aug 27 22:42:33.575 INFO O| Aug 27 22:42:33.575 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-08-27T22:42:35.281Z | [ recovery-image] Aug 27 22:42:33.585 INFO O| Aug 27 22:42:33.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
6974 | 2024-08-27T22:42:35.281Z | [ recovery-image] Aug 27 22:42:33.585 INFO O| Aug 27 22:42:33.585 INFO STEP 1024 (remove_files) COMPLETE |
6975 | 2024-08-27T22:42:35.281Z | [ recovery-image] Aug 27 22:42:33.585 INFO O| Aug 27 22:42:33.585 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-08-27T22:42:35.292Z | [ recovery-image] Aug 27 22:42:33.595 INFO O| Aug 27 22:42:33.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
6977 | 2024-08-27T22:42:35.292Z | [ recovery-image] Aug 27 22:42:33.595 INFO O| Aug 27 22:42:33.595 INFO STEP 1025 (remove_files) COMPLETE |
6978 | 2024-08-27T22:42:35.296Z | [ recovery-image] Aug 27 22:42:33.595 INFO O| Aug 27 22:42:33.595 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-08-27T22:42:35.303Z | [ recovery-image] Aug 27 22:42:33.606 INFO O| Aug 27 22:42:33.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
6980 | 2024-08-27T22:42:35.305Z | [ recovery-image] Aug 27 22:42:33.606 INFO O| Aug 27 22:42:33.606 INFO STEP 1026 (remove_files) COMPLETE |
6981 | 2024-08-27T22:42:35.305Z | [ recovery-image] Aug 27 22:42:33.606 INFO O| Aug 27 22:42:33.606 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-08-27T22:42:35.313Z | [ recovery-image] Aug 27 22:42:33.616 INFO O| Aug 27 22:42:33.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
6983 | 2024-08-27T22:42:35.313Z | [ recovery-image] Aug 27 22:42:33.616 INFO O| Aug 27 22:42:33.616 INFO STEP 1027 (remove_files) COMPLETE |
6984 | 2024-08-27T22:42:35.315Z | [ recovery-image] Aug 27 22:42:33.616 INFO O| Aug 27 22:42:33.616 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-08-27T22:42:35.324Z | [ recovery-image] Aug 27 22:42:33.626 INFO O| Aug 27 22:42:33.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
6986 | 2024-08-27T22:42:35.327Z | [ recovery-image] Aug 27 22:42:33.626 INFO O| Aug 27 22:42:33.626 INFO STEP 1028 (remove_files) COMPLETE |
6987 | 2024-08-27T22:42:35.327Z | [ recovery-image] Aug 27 22:42:33.626 INFO O| Aug 27 22:42:33.626 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-08-27T22:42:35.333Z | [ recovery-image] Aug 27 22:42:33.636 INFO O| Aug 27 22:42:33.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
6989 | 2024-08-27T22:42:35.333Z | [ recovery-image] Aug 27 22:42:33.636 INFO O| Aug 27 22:42:33.636 INFO STEP 1029 (remove_files) COMPLETE |
6990 | 2024-08-27T22:42:35.336Z | [ recovery-image] Aug 27 22:42:33.636 INFO O| Aug 27 22:42:33.636 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-08-27T22:42:35.343Z | [ recovery-image] Aug 27 22:42:33.646 INFO O| Aug 27 22:42:33.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
6992 | 2024-08-27T22:42:35.346Z | [ recovery-image] Aug 27 22:42:33.646 INFO O| Aug 27 22:42:33.646 INFO STEP 1030 (remove_files) COMPLETE |
6993 | 2024-08-27T22:42:35.346Z | [ recovery-image] Aug 27 22:42:33.646 INFO O| Aug 27 22:42:33.646 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-08-27T22:42:35.353Z | [ recovery-image] Aug 27 22:42:33.656 INFO O| Aug 27 22:42:33.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
6995 | 2024-08-27T22:42:35.355Z | [ recovery-image] Aug 27 22:42:33.656 INFO O| Aug 27 22:42:33.656 INFO STEP 1031 (remove_files) COMPLETE |
6996 | 2024-08-27T22:42:35.355Z | [ recovery-image] Aug 27 22:42:33.656 INFO O| Aug 27 22:42:33.656 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-08-27T22:42:35.364Z | [ recovery-image] Aug 27 22:42:33.666 INFO O| Aug 27 22:42:33.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
6998 | 2024-08-27T22:42:35.364Z | [ recovery-image] Aug 27 22:42:33.667 INFO O| Aug 27 22:42:33.667 INFO STEP 1032 (remove_files) COMPLETE |
6999 | 2024-08-27T22:42:35.366Z | [ recovery-image] Aug 27 22:42:33.667 INFO O| Aug 27 22:42:33.667 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-08-27T22:42:35.375Z | [ recovery-image] Aug 27 22:42:33.676 INFO O| Aug 27 22:42:33.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7001 | 2024-08-27T22:42:35.377Z | [ recovery-image] Aug 27 22:42:33.676 INFO O| Aug 27 22:42:33.676 INFO STEP 1033 (remove_files) COMPLETE |
7002 | 2024-08-27T22:42:35.377Z | [ recovery-image] Aug 27 22:42:33.677 INFO O| Aug 27 22:42:33.676 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-08-27T22:42:35.383Z | [ recovery-image] Aug 27 22:42:33.686 INFO O| Aug 27 22:42:33.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7004 | 2024-08-27T22:42:35.383Z | [ recovery-image] Aug 27 22:42:33.686 INFO O| Aug 27 22:42:33.686 INFO STEP 1034 (remove_files) COMPLETE |
7005 | 2024-08-27T22:42:35.383Z | [ recovery-image] Aug 27 22:42:33.686 INFO O| Aug 27 22:42:33.686 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-08-27T22:42:35.394Z | [ recovery-image] Aug 27 22:42:33.695 INFO O| Aug 27 22:42:33.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7007 | 2024-08-27T22:42:35.394Z | [ recovery-image] Aug 27 22:42:33.696 INFO O| Aug 27 22:42:33.696 INFO STEP 1035 (remove_files) COMPLETE |
7008 | 2024-08-27T22:42:35.394Z | [ recovery-image] Aug 27 22:42:33.696 INFO O| Aug 27 22:42:33.696 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-08-27T22:42:35.402Z | [ recovery-image] Aug 27 22:42:33.705 INFO O| Aug 27 22:42:33.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7010 | 2024-08-27T22:42:35.405Z | [ recovery-image] Aug 27 22:42:33.705 INFO O| Aug 27 22:42:33.705 INFO STEP 1036 (remove_files) COMPLETE |
7011 | 2024-08-27T22:42:35.405Z | [ recovery-image] Aug 27 22:42:33.705 INFO O| Aug 27 22:42:33.705 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-08-27T22:42:35.411Z | [ recovery-image] Aug 27 22:42:33.714 INFO O| Aug 27 22:42:33.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7013 | 2024-08-27T22:42:35.414Z | [ recovery-image] Aug 27 22:42:33.715 INFO O| Aug 27 22:42:33.714 INFO STEP 1037 (remove_files) COMPLETE |
7014 | 2024-08-27T22:42:35.414Z | [ recovery-image] Aug 27 22:42:33.715 INFO O| Aug 27 22:42:33.714 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-08-27T22:42:35.420Z | [ recovery-image] Aug 27 22:42:33.724 INFO O| Aug 27 22:42:33.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7016 | 2024-08-27T22:42:35.423Z | [ recovery-image] Aug 27 22:42:33.724 INFO O| Aug 27 22:42:33.724 INFO STEP 1038 (remove_files) COMPLETE |
7017 | 2024-08-27T22:42:35.423Z | [ recovery-image] Aug 27 22:42:33.724 INFO O| Aug 27 22:42:33.724 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-08-27T22:42:35.430Z | [ recovery-image] Aug 27 22:42:33.733 INFO O| Aug 27 22:42:33.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7019 | 2024-08-27T22:42:35.430Z | [ recovery-image] Aug 27 22:42:33.733 INFO O| Aug 27 22:42:33.733 INFO STEP 1039 (remove_files) COMPLETE |
7020 | 2024-08-27T22:42:35.432Z | [ recovery-image] Aug 27 22:42:33.733 INFO O| Aug 27 22:42:33.733 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-08-27T22:42:35.441Z | [ recovery-image] Aug 27 22:42:33.743 INFO O| Aug 27 22:42:33.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7022 | 2024-08-27T22:42:35.443Z | [ recovery-image] Aug 27 22:42:33.743 INFO O| Aug 27 22:42:33.743 INFO STEP 1040 (remove_files) COMPLETE |
7023 | 2024-08-27T22:42:35.443Z | [ recovery-image] Aug 27 22:42:33.743 INFO O| Aug 27 22:42:33.743 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-08-27T22:42:35.449Z | [ recovery-image] Aug 27 22:42:33.752 INFO O| Aug 27 22:42:33.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7025 | 2024-08-27T22:42:35.449Z | [ recovery-image] Aug 27 22:42:33.752 INFO O| Aug 27 22:42:33.752 INFO STEP 1041 (remove_files) COMPLETE |
7026 | 2024-08-27T22:42:35.449Z | [ recovery-image] Aug 27 22:42:33.752 INFO O| Aug 27 22:42:33.752 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-08-27T22:42:35.458Z | [ recovery-image] Aug 27 22:42:33.762 INFO O| Aug 27 22:42:33.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7028 | 2024-08-27T22:42:35.458Z | [ recovery-image] Aug 27 22:42:33.762 INFO O| Aug 27 22:42:33.762 INFO STEP 1042 (remove_files) COMPLETE |
7029 | 2024-08-27T22:42:35.462Z | [ recovery-image] Aug 27 22:42:33.762 INFO O| Aug 27 22:42:33.762 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-08-27T22:42:35.468Z | [ recovery-image] Aug 27 22:42:33.771 INFO O| Aug 27 22:42:33.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7031 | 2024-08-27T22:42:35.470Z | [ recovery-image] Aug 27 22:42:33.771 INFO O| Aug 27 22:42:33.771 INFO STEP 1043 (remove_files) COMPLETE |
7032 | 2024-08-27T22:42:35.470Z | [ recovery-image] Aug 27 22:42:33.771 INFO O| Aug 27 22:42:33.771 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-08-27T22:42:35.477Z | [ recovery-image] Aug 27 22:42:33.780 INFO O| Aug 27 22:42:33.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7034 | 2024-08-27T22:42:35.480Z | [ recovery-image] Aug 27 22:42:33.780 INFO O| Aug 27 22:42:33.780 INFO STEP 1044 (remove_files) COMPLETE |
7035 | 2024-08-27T22:42:35.480Z | [ recovery-image] Aug 27 22:42:33.781 INFO O| Aug 27 22:42:33.780 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-08-27T22:42:35.486Z | [ recovery-image] Aug 27 22:42:33.790 INFO O| Aug 27 22:42:33.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7037 | 2024-08-27T22:42:35.486Z | [ recovery-image] Aug 27 22:42:33.790 INFO O| Aug 27 22:42:33.790 INFO STEP 1045 (remove_files) COMPLETE |
7038 | 2024-08-27T22:42:35.489Z | [ recovery-image] Aug 27 22:42:33.790 INFO O| Aug 27 22:42:33.790 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-08-27T22:42:35.499Z | [ recovery-image] Aug 27 22:42:33.799 INFO O| Aug 27 22:42:33.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7040 | 2024-08-27T22:42:35.499Z | [ recovery-image] Aug 27 22:42:33.799 INFO O| Aug 27 22:42:33.799 INFO STEP 1046 (remove_files) COMPLETE |
7041 | 2024-08-27T22:42:35.499Z | [ recovery-image] Aug 27 22:42:33.799 INFO O| Aug 27 22:42:33.799 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-08-27T22:42:35.506Z | [ recovery-image] Aug 27 22:42:33.809 INFO O| Aug 27 22:42:33.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7043 | 2024-08-27T22:42:35.508Z | [ recovery-image] Aug 27 22:42:33.809 INFO O| Aug 27 22:42:33.809 INFO STEP 1047 (remove_files) COMPLETE |
7044 | 2024-08-27T22:42:35.508Z | [ recovery-image] Aug 27 22:42:33.809 INFO O| Aug 27 22:42:33.809 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-08-27T22:42:35.515Z | [ recovery-image] Aug 27 22:42:33.818 INFO O| Aug 27 22:42:33.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7046 | 2024-08-27T22:42:35.515Z | [ recovery-image] Aug 27 22:42:33.818 INFO O| Aug 27 22:42:33.818 INFO STEP 1048 (remove_files) COMPLETE |
7047 | 2024-08-27T22:42:35.515Z | [ recovery-image] Aug 27 22:42:33.818 INFO O| Aug 27 22:42:33.818 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-08-27T22:42:35.524Z | [ recovery-image] Aug 27 22:42:33.827 INFO O| Aug 27 22:42:33.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7049 | 2024-08-27T22:42:35.524Z | [ recovery-image] Aug 27 22:42:33.828 INFO O| Aug 27 22:42:33.827 INFO STEP 1049 (remove_files) COMPLETE |
7050 | 2024-08-27T22:42:35.524Z | [ recovery-image] Aug 27 22:42:33.828 INFO O| Aug 27 22:42:33.827 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-08-27T22:42:35.533Z | [ recovery-image] Aug 27 22:42:33.837 INFO O| Aug 27 22:42:33.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7052 | 2024-08-27T22:42:35.534Z | [ recovery-image] Aug 27 22:42:33.837 INFO O| Aug 27 22:42:33.837 INFO STEP 1050 (remove_files) COMPLETE |
7053 | 2024-08-27T22:42:35.536Z | [ recovery-image] Aug 27 22:42:33.837 INFO O| Aug 27 22:42:33.837 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-08-27T22:42:35.543Z | [ recovery-image] Aug 27 22:42:33.846 INFO O| Aug 27 22:42:33.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7055 | 2024-08-27T22:42:35.545Z | [ recovery-image] Aug 27 22:42:33.846 INFO O| Aug 27 22:42:33.846 INFO STEP 1051 (remove_files) COMPLETE |
7056 | 2024-08-27T22:42:35.545Z | [ recovery-image] Aug 27 22:42:33.846 INFO O| Aug 27 22:42:33.846 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-08-27T22:42:35.553Z | [ recovery-image] Aug 27 22:42:33.856 INFO O| Aug 27 22:42:33.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7058 | 2024-08-27T22:42:35.555Z | [ recovery-image] Aug 27 22:42:33.856 INFO O| Aug 27 22:42:33.856 INFO STEP 1052 (remove_files) COMPLETE |
7059 | 2024-08-27T22:42:35.555Z | [ recovery-image] Aug 27 22:42:33.856 INFO O| Aug 27 22:42:33.856 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-08-27T22:42:35.562Z | [ recovery-image] Aug 27 22:42:33.865 INFO O| Aug 27 22:42:33.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7061 | 2024-08-27T22:42:35.562Z | [ recovery-image] Aug 27 22:42:33.866 INFO O| Aug 27 22:42:33.866 INFO STEP 1053 (remove_files) COMPLETE |
7062 | 2024-08-27T22:42:35.565Z | [ recovery-image] Aug 27 22:42:33.866 INFO O| Aug 27 22:42:33.866 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-08-27T22:42:35.572Z | [ recovery-image] Aug 27 22:42:33.875 INFO O| Aug 27 22:42:33.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7064 | 2024-08-27T22:42:35.572Z | [ recovery-image] Aug 27 22:42:33.875 INFO O| Aug 27 22:42:33.875 INFO STEP 1054 (remove_files) COMPLETE |
7065 | 2024-08-27T22:42:35.574Z | [ recovery-image] Aug 27 22:42:33.875 INFO O| Aug 27 22:42:33.875 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-08-27T22:42:35.581Z | [ recovery-image] Aug 27 22:42:33.885 INFO O| Aug 27 22:42:33.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7067 | 2024-08-27T22:42:35.584Z | [ recovery-image] Aug 27 22:42:33.885 INFO O| Aug 27 22:42:33.885 INFO STEP 1055 (remove_files) COMPLETE |
7068 | 2024-08-27T22:42:35.584Z | [ recovery-image] Aug 27 22:42:33.885 INFO O| Aug 27 22:42:33.885 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-08-27T22:42:35.591Z | [ recovery-image] Aug 27 22:42:33.894 INFO O| Aug 27 22:42:33.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7070 | 2024-08-27T22:42:35.594Z | [ recovery-image] Aug 27 22:42:33.894 INFO O| Aug 27 22:42:33.894 INFO STEP 1056 (remove_files) COMPLETE |
7071 | 2024-08-27T22:42:35.594Z | [ recovery-image] Aug 27 22:42:33.894 INFO O| Aug 27 22:42:33.894 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-08-27T22:42:35.600Z | [ recovery-image] Aug 27 22:42:33.904 INFO O| Aug 27 22:42:33.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7073 | 2024-08-27T22:42:35.600Z | [ recovery-image] Aug 27 22:42:33.904 INFO O| Aug 27 22:42:33.904 INFO STEP 1057 (remove_files) COMPLETE |
7074 | 2024-08-27T22:42:35.602Z | [ recovery-image] Aug 27 22:42:33.904 INFO O| Aug 27 22:42:33.904 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-08-27T22:42:35.610Z | [ recovery-image] Aug 27 22:42:33.913 INFO O| Aug 27 22:42:33.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7076 | 2024-08-27T22:42:35.612Z | [ recovery-image] Aug 27 22:42:33.913 INFO O| Aug 27 22:42:33.913 INFO STEP 1058 (remove_files) COMPLETE |
7077 | 2024-08-27T22:42:35.612Z | [ recovery-image] Aug 27 22:42:33.913 INFO O| Aug 27 22:42:33.913 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-08-27T22:42:35.619Z | [ recovery-image] Aug 27 22:42:33.922 INFO O| Aug 27 22:42:33.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7079 | 2024-08-27T22:42:35.619Z | [ recovery-image] Aug 27 22:42:33.923 INFO O| Aug 27 22:42:33.923 INFO STEP 1059 (remove_files) COMPLETE |
7080 | 2024-08-27T22:42:35.619Z | [ recovery-image] Aug 27 22:42:33.923 INFO O| Aug 27 22:42:33.923 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-08-27T22:42:35.630Z | [ recovery-image] Aug 27 22:42:33.933 INFO O| Aug 27 22:42:33.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7082 | 2024-08-27T22:42:35.630Z | [ recovery-image] Aug 27 22:42:33.933 INFO O| Aug 27 22:42:33.933 INFO STEP 1060 (remove_files) COMPLETE |
7083 | 2024-08-27T22:42:35.636Z | [ recovery-image] Aug 27 22:42:33.933 INFO O| Aug 27 22:42:33.933 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-08-27T22:42:35.640Z | [ recovery-image] Aug 27 22:42:33.942 INFO O| Aug 27 22:42:33.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7085 | 2024-08-27T22:42:35.640Z | [ recovery-image] Aug 27 22:42:33.942 INFO O| Aug 27 22:42:33.942 INFO STEP 1061 (remove_files) COMPLETE |
7086 | 2024-08-27T22:42:35.644Z | [ recovery-image] Aug 27 22:42:33.943 INFO O| Aug 27 22:42:33.942 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-08-27T22:42:35.649Z | [ recovery-image] Aug 27 22:42:33.952 INFO O| Aug 27 22:42:33.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7088 | 2024-08-27T22:42:35.649Z | [ recovery-image] Aug 27 22:42:33.952 INFO O| Aug 27 22:42:33.952 INFO STEP 1062 (remove_files) COMPLETE |
7089 | 2024-08-27T22:42:35.652Z | [ recovery-image] Aug 27 22:42:33.952 INFO O| Aug 27 22:42:33.952 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-08-27T22:42:35.659Z | [ recovery-image] Aug 27 22:42:33.962 INFO O| Aug 27 22:42:33.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7091 | 2024-08-27T22:42:35.661Z | [ recovery-image] Aug 27 22:42:33.962 INFO O| Aug 27 22:42:33.962 INFO STEP 1063 (remove_files) COMPLETE |
7092 | 2024-08-27T22:42:35.661Z | [ recovery-image] Aug 27 22:42:33.962 INFO O| Aug 27 22:42:33.962 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-08-27T22:42:35.668Z | [ recovery-image] Aug 27 22:42:33.971 INFO O| Aug 27 22:42:33.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7094 | 2024-08-27T22:42:35.668Z | [ recovery-image] Aug 27 22:42:33.972 INFO O| Aug 27 22:42:33.971 INFO STEP 1064 (remove_files) COMPLETE |
7095 | 2024-08-27T22:42:35.668Z | [ recovery-image] Aug 27 22:42:33.972 INFO O| Aug 27 22:42:33.971 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-08-27T22:42:35.679Z | [ recovery-image] Aug 27 22:42:33.981 INFO O| Aug 27 22:42:33.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7097 | 2024-08-27T22:42:35.679Z | [ recovery-image] Aug 27 22:42:33.981 INFO O| Aug 27 22:42:33.981 INFO STEP 1065 (remove_files) COMPLETE |
7098 | 2024-08-27T22:42:35.679Z | [ recovery-image] Aug 27 22:42:33.981 INFO O| Aug 27 22:42:33.981 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-08-27T22:42:35.688Z | [ recovery-image] Aug 27 22:42:33.990 INFO O| Aug 27 22:42:33.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7100 | 2024-08-27T22:42:35.689Z | [ recovery-image] Aug 27 22:42:33.991 INFO O| Aug 27 22:42:33.991 INFO STEP 1066 (remove_files) COMPLETE |
7101 | 2024-08-27T22:42:35.689Z | [ recovery-image] Aug 27 22:42:33.991 INFO O| Aug 27 22:42:33.991 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-08-27T22:42:35.697Z | [ recovery-image] Aug 27 22:42:34.000 INFO O| Aug 27 22:42:34.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7103 | 2024-08-27T22:42:35.697Z | [ recovery-image] Aug 27 22:42:34.000 INFO O| Aug 27 22:42:34.000 INFO STEP 1067 (remove_files) COMPLETE |
7104 | 2024-08-27T22:42:35.700Z | [ recovery-image] Aug 27 22:42:34.000 INFO O| Aug 27 22:42:34.000 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-08-27T22:42:35.708Z | [ recovery-image] Aug 27 22:42:34.011 INFO O| Aug 27 22:42:34.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7106 | 2024-08-27T22:42:35.708Z | [ recovery-image] Aug 27 22:42:34.011 INFO O| Aug 27 22:42:34.011 INFO STEP 1068 (remove_files) COMPLETE |
7107 | 2024-08-27T22:42:35.708Z | [ recovery-image] Aug 27 22:42:34.011 INFO O| Aug 27 22:42:34.011 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-08-27T22:42:35.718Z | [ recovery-image] Aug 27 22:42:34.020 INFO O| Aug 27 22:42:34.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7109 | 2024-08-27T22:42:35.718Z | [ recovery-image] Aug 27 22:42:34.020 INFO O| Aug 27 22:42:34.020 INFO STEP 1069 (remove_files) COMPLETE |
7110 | 2024-08-27T22:42:35.721Z | [ recovery-image] Aug 27 22:42:34.020 INFO O| Aug 27 22:42:34.020 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-08-27T22:42:35.728Z | [ recovery-image] Aug 27 22:42:34.030 INFO O| Aug 27 22:42:34.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7112 | 2024-08-27T22:42:35.728Z | [ recovery-image] Aug 27 22:42:34.030 INFO O| Aug 27 22:42:34.030 INFO STEP 1070 (remove_files) COMPLETE |
7113 | 2024-08-27T22:42:35.730Z | [ recovery-image] Aug 27 22:42:34.030 INFO O| Aug 27 22:42:34.030 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-08-27T22:42:35.736Z | [ recovery-image] Aug 27 22:42:34.040 INFO O| Aug 27 22:42:34.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7115 | 2024-08-27T22:42:35.736Z | [ recovery-image] Aug 27 22:42:34.040 INFO O| Aug 27 22:42:34.040 INFO STEP 1071 (remove_files) COMPLETE |
7116 | 2024-08-27T22:42:35.739Z | [ recovery-image] Aug 27 22:42:34.040 INFO O| Aug 27 22:42:34.040 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-08-27T22:42:35.748Z | [ recovery-image] Aug 27 22:42:34.049 INFO O| Aug 27 22:42:34.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7118 | 2024-08-27T22:42:35.748Z | [ recovery-image] Aug 27 22:42:34.050 INFO O| Aug 27 22:42:34.049 INFO STEP 1072 (remove_files) COMPLETE |
7119 | 2024-08-27T22:42:35.750Z | [ recovery-image] Aug 27 22:42:34.050 INFO O| Aug 27 22:42:34.050 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-08-27T22:42:35.755Z | [ recovery-image] Aug 27 22:42:34.059 INFO O| Aug 27 22:42:34.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7121 | 2024-08-27T22:42:35.760Z | [ recovery-image] Aug 27 22:42:34.059 INFO O| Aug 27 22:42:34.059 INFO STEP 1073 (remove_files) COMPLETE |
7122 | 2024-08-27T22:42:35.760Z | [ recovery-image] Aug 27 22:42:34.059 INFO O| Aug 27 22:42:34.059 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-08-27T22:42:35.765Z | [ recovery-image] Aug 27 22:42:34.068 INFO O| Aug 27 22:42:34.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7124 | 2024-08-27T22:42:35.765Z | [ recovery-image] Aug 27 22:42:34.068 INFO O| Aug 27 22:42:34.068 INFO STEP 1074 (remove_files) COMPLETE |
7125 | 2024-08-27T22:42:35.767Z | [ recovery-image] Aug 27 22:42:34.068 INFO O| Aug 27 22:42:34.068 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-08-27T22:42:35.774Z | [ recovery-image] Aug 27 22:42:34.078 INFO O| Aug 27 22:42:34.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7127 | 2024-08-27T22:42:35.777Z | [ recovery-image] Aug 27 22:42:34.078 INFO O| Aug 27 22:42:34.078 INFO STEP 1075 (remove_files) COMPLETE |
7128 | 2024-08-27T22:42:35.777Z | [ recovery-image] Aug 27 22:42:34.078 INFO O| Aug 27 22:42:34.078 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-08-27T22:42:35.786Z | [ recovery-image] Aug 27 22:42:34.088 INFO O| Aug 27 22:42:34.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7130 | 2024-08-27T22:42:35.786Z | [ recovery-image] Aug 27 22:42:34.088 INFO O| Aug 27 22:42:34.088 INFO STEP 1076 (remove_files) COMPLETE |
7131 | 2024-08-27T22:42:35.789Z | [ recovery-image] Aug 27 22:42:34.088 INFO O| Aug 27 22:42:34.088 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-08-27T22:42:35.794Z | [ recovery-image] Aug 27 22:42:34.097 INFO O| Aug 27 22:42:34.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7133 | 2024-08-27T22:42:35.797Z | [ recovery-image] Aug 27 22:42:34.097 INFO O| Aug 27 22:42:34.097 INFO STEP 1077 (remove_files) COMPLETE |
7134 | 2024-08-27T22:42:35.797Z | [ recovery-image] Aug 27 22:42:34.097 INFO O| Aug 27 22:42:34.097 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-08-27T22:42:35.804Z | [ recovery-image] Aug 27 22:42:34.107 INFO O| Aug 27 22:42:34.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7136 | 2024-08-27T22:42:35.807Z | [ recovery-image] Aug 27 22:42:34.107 INFO O| Aug 27 22:42:34.107 INFO STEP 1078 (remove_files) COMPLETE |
7137 | 2024-08-27T22:42:35.807Z | [ recovery-image] Aug 27 22:42:34.107 INFO O| Aug 27 22:42:34.107 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-08-27T22:42:35.813Z | [ recovery-image] Aug 27 22:42:34.116 INFO O| Aug 27 22:42:34.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7139 | 2024-08-27T22:42:35.813Z | [ recovery-image] Aug 27 22:42:34.116 INFO O| Aug 27 22:42:34.116 INFO STEP 1079 (remove_files) COMPLETE |
7140 | 2024-08-27T22:42:35.816Z | [ recovery-image] Aug 27 22:42:34.116 INFO O| Aug 27 22:42:34.116 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-08-27T22:42:35.823Z | [ recovery-image] Aug 27 22:42:34.126 INFO O| Aug 27 22:42:34.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7142 | 2024-08-27T22:42:35.823Z | [ recovery-image] Aug 27 22:42:34.126 INFO O| Aug 27 22:42:34.126 INFO STEP 1080 (remove_files) COMPLETE |
7143 | 2024-08-27T22:42:35.825Z | [ recovery-image] Aug 27 22:42:34.126 INFO O| Aug 27 22:42:34.126 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-08-27T22:42:35.832Z | [ recovery-image] Aug 27 22:42:34.135 INFO O| Aug 27 22:42:34.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7145 | 2024-08-27T22:42:35.832Z | [ recovery-image] Aug 27 22:42:34.135 INFO O| Aug 27 22:42:34.135 INFO STEP 1081 (remove_files) COMPLETE |
7146 | 2024-08-27T22:42:35.834Z | [ recovery-image] Aug 27 22:42:34.135 INFO O| Aug 27 22:42:34.135 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-08-27T22:42:35.841Z | [ recovery-image] Aug 27 22:42:34.144 INFO O| Aug 27 22:42:34.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7148 | 2024-08-27T22:42:35.841Z | [ recovery-image] Aug 27 22:42:34.144 INFO O| Aug 27 22:42:34.144 INFO STEP 1082 (remove_files) COMPLETE |
7149 | 2024-08-27T22:42:35.844Z | [ recovery-image] Aug 27 22:42:34.144 INFO O| Aug 27 22:42:34.144 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-08-27T22:42:35.850Z | [ recovery-image] Aug 27 22:42:34.154 INFO O| Aug 27 22:42:34.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7151 | 2024-08-27T22:42:35.850Z | [ recovery-image] Aug 27 22:42:34.154 INFO O| Aug 27 22:42:34.154 INFO STEP 1083 (remove_files) COMPLETE |
7152 | 2024-08-27T22:42:35.853Z | [ recovery-image] Aug 27 22:42:34.154 INFO O| Aug 27 22:42:34.154 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-08-27T22:42:35.860Z | [ recovery-image] Aug 27 22:42:34.163 INFO O| Aug 27 22:42:34.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7154 | 2024-08-27T22:42:35.860Z | [ recovery-image] Aug 27 22:42:34.163 INFO O| Aug 27 22:42:34.163 INFO STEP 1084 (remove_files) COMPLETE |
7155 | 2024-08-27T22:42:35.862Z | [ recovery-image] Aug 27 22:42:34.163 INFO O| Aug 27 22:42:34.163 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-08-27T22:42:35.869Z | [ recovery-image] Aug 27 22:42:34.173 INFO O| Aug 27 22:42:34.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7157 | 2024-08-27T22:42:35.869Z | [ recovery-image] Aug 27 22:42:34.173 INFO O| Aug 27 22:42:34.173 INFO STEP 1085 (remove_files) COMPLETE |
7158 | 2024-08-27T22:42:35.869Z | [ recovery-image] Aug 27 22:42:34.173 INFO O| Aug 27 22:42:34.173 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-08-27T22:42:35.879Z | [ recovery-image] Aug 27 22:42:34.182 INFO O| Aug 27 22:42:34.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7160 | 2024-08-27T22:42:35.881Z | [ recovery-image] Aug 27 22:42:34.182 INFO O| Aug 27 22:42:34.182 INFO STEP 1086 (remove_files) COMPLETE |
7161 | 2024-08-27T22:42:35.881Z | [ recovery-image] Aug 27 22:42:34.182 INFO O| Aug 27 22:42:34.182 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-08-27T22:42:35.891Z | [ recovery-image] Aug 27 22:42:34.191 INFO O| Aug 27 22:42:34.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7163 | 2024-08-27T22:42:35.891Z | [ recovery-image] Aug 27 22:42:34.191 INFO O| Aug 27 22:42:34.191 INFO STEP 1087 (remove_files) COMPLETE |
7164 | 2024-08-27T22:42:35.894Z | [ recovery-image] Aug 27 22:42:34.192 INFO O| Aug 27 22:42:34.191 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-08-27T22:42:35.897Z | [ recovery-image] Aug 27 22:42:34.201 INFO O| Aug 27 22:42:34.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7166 | 2024-08-27T22:42:35.897Z | [ recovery-image] Aug 27 22:42:34.201 INFO O| Aug 27 22:42:34.201 INFO STEP 1088 (remove_files) COMPLETE |
7167 | 2024-08-27T22:42:35.897Z | [ recovery-image] Aug 27 22:42:34.201 INFO O| Aug 27 22:42:34.201 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-08-27T22:42:35.907Z | [ recovery-image] Aug 27 22:42:34.210 INFO O| Aug 27 22:42:34.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7169 | 2024-08-27T22:42:35.907Z | [ recovery-image] Aug 27 22:42:34.210 INFO O| Aug 27 22:42:34.210 INFO STEP 1089 (remove_files) COMPLETE |
7170 | 2024-08-27T22:42:35.907Z | [ recovery-image] Aug 27 22:42:34.210 INFO O| Aug 27 22:42:34.210 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-08-27T22:42:35.916Z | [ recovery-image] Aug 27 22:42:34.220 INFO O| Aug 27 22:42:34.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7172 | 2024-08-27T22:42:35.916Z | [ recovery-image] Aug 27 22:42:34.220 INFO O| Aug 27 22:42:34.220 INFO STEP 1090 (remove_files) COMPLETE |
7173 | 2024-08-27T22:42:35.919Z | [ recovery-image] Aug 27 22:42:34.220 INFO O| Aug 27 22:42:34.220 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-08-27T22:42:35.926Z | [ recovery-image] Aug 27 22:42:34.229 INFO O| Aug 27 22:42:34.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7175 | 2024-08-27T22:42:35.928Z | [ recovery-image] Aug 27 22:42:34.229 INFO O| Aug 27 22:42:34.229 INFO STEP 1091 (remove_files) COMPLETE |
7176 | 2024-08-27T22:42:35.928Z | [ recovery-image] Aug 27 22:42:34.229 INFO O| Aug 27 22:42:34.229 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-08-27T22:42:35.935Z | [ recovery-image] Aug 27 22:42:34.239 INFO O| Aug 27 22:42:34.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7178 | 2024-08-27T22:42:35.935Z | [ recovery-image] Aug 27 22:42:34.239 INFO O| Aug 27 22:42:34.239 INFO STEP 1092 (remove_files) COMPLETE |
7179 | 2024-08-27T22:42:35.938Z | [ recovery-image] Aug 27 22:42:34.239 INFO O| Aug 27 22:42:34.239 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-08-27T22:42:35.944Z | [ recovery-image] Aug 27 22:42:34.248 INFO O| Aug 27 22:42:34.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7181 | 2024-08-27T22:42:35.945Z | [ recovery-image] Aug 27 22:42:34.248 INFO O| Aug 27 22:42:34.248 INFO STEP 1093 (remove_files) COMPLETE |
7182 | 2024-08-27T22:42:35.947Z | [ recovery-image] Aug 27 22:42:34.248 INFO O| Aug 27 22:42:34.248 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-08-27T22:42:35.954Z | [ recovery-image] Aug 27 22:42:34.257 INFO O| Aug 27 22:42:34.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7184 | 2024-08-27T22:42:35.954Z | [ recovery-image] Aug 27 22:42:34.257 INFO O| Aug 27 22:42:34.257 INFO STEP 1094 (remove_files) COMPLETE |
7185 | 2024-08-27T22:42:35.954Z | [ recovery-image] Aug 27 22:42:34.257 INFO O| Aug 27 22:42:34.257 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-08-27T22:42:35.964Z | [ recovery-image] Aug 27 22:42:34.267 INFO O| Aug 27 22:42:34.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7187 | 2024-08-27T22:42:35.964Z | [ recovery-image] Aug 27 22:42:34.267 INFO O| Aug 27 22:42:34.267 INFO STEP 1095 (remove_files) COMPLETE |
7188 | 2024-08-27T22:42:35.966Z | [ recovery-image] Aug 27 22:42:34.267 INFO O| Aug 27 22:42:34.267 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-08-27T22:42:35.973Z | [ recovery-image] Aug 27 22:42:34.277 INFO O| Aug 27 22:42:34.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7190 | 2024-08-27T22:42:35.973Z | [ recovery-image] Aug 27 22:42:34.277 INFO O| Aug 27 22:42:34.277 INFO STEP 1096 (remove_files) COMPLETE |
7191 | 2024-08-27T22:42:35.976Z | [ recovery-image] Aug 27 22:42:34.277 INFO O| Aug 27 22:42:34.277 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-08-27T22:42:35.983Z | [ recovery-image] Aug 27 22:42:34.286 INFO O| Aug 27 22:42:34.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7193 | 2024-08-27T22:42:35.983Z | [ recovery-image] Aug 27 22:42:34.287 INFO O| Aug 27 22:42:34.287 INFO STEP 1097 (remove_files) COMPLETE |
7194 | 2024-08-27T22:42:35.986Z | [ recovery-image] Aug 27 22:42:34.287 INFO O| Aug 27 22:42:34.287 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-08-27T22:42:35.993Z | [ recovery-image] Aug 27 22:42:34.296 INFO O| Aug 27 22:42:34.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7196 | 2024-08-27T22:42:35.993Z | [ recovery-image] Aug 27 22:42:34.296 INFO O| Aug 27 22:42:34.296 INFO STEP 1098 (remove_files) COMPLETE |
7197 | 2024-08-27T22:42:35.993Z | [ recovery-image] Aug 27 22:42:34.296 INFO O| Aug 27 22:42:34.296 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-08-27T22:42:36.002Z | [ recovery-image] Aug 27 22:42:34.306 INFO O| Aug 27 22:42:34.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7199 | 2024-08-27T22:42:36.002Z | [ recovery-image] Aug 27 22:42:34.306 INFO O| Aug 27 22:42:34.306 INFO STEP 1099 (remove_files) COMPLETE |
7200 | 2024-08-27T22:42:36.005Z | [ recovery-image] Aug 27 22:42:34.306 INFO O| Aug 27 22:42:34.306 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-08-27T22:42:36.014Z | [ recovery-image] Aug 27 22:42:34.315 INFO O| Aug 27 22:42:34.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7202 | 2024-08-27T22:42:36.014Z | [ recovery-image] Aug 27 22:42:34.315 INFO O| Aug 27 22:42:34.315 INFO STEP 1100 (remove_files) COMPLETE |
7203 | 2024-08-27T22:42:36.017Z | [ recovery-image] Aug 27 22:42:34.315 INFO O| Aug 27 22:42:34.315 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-08-27T22:42:36.021Z | [ recovery-image] Aug 27 22:42:34.325 INFO O| Aug 27 22:42:34.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7205 | 2024-08-27T22:42:36.021Z | [ recovery-image] Aug 27 22:42:34.325 INFO O| Aug 27 22:42:34.325 INFO STEP 1101 (remove_files) COMPLETE |
7206 | 2024-08-27T22:42:36.025Z | [ recovery-image] Aug 27 22:42:34.325 INFO O| Aug 27 22:42:34.325 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-08-27T22:42:36.031Z | [ recovery-image] Aug 27 22:42:34.334 INFO O| Aug 27 22:42:34.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7208 | 2024-08-27T22:42:36.031Z | [ recovery-image] Aug 27 22:42:34.334 INFO O| Aug 27 22:42:34.334 INFO STEP 1102 (remove_files) COMPLETE |
7209 | 2024-08-27T22:42:36.034Z | [ recovery-image] Aug 27 22:42:34.334 INFO O| Aug 27 22:42:34.334 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-08-27T22:42:36.040Z | [ recovery-image] Aug 27 22:42:34.344 INFO O| Aug 27 22:42:34.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7211 | 2024-08-27T22:42:36.040Z | [ recovery-image] Aug 27 22:42:34.344 INFO O| Aug 27 22:42:34.344 INFO STEP 1103 (remove_files) COMPLETE |
7212 | 2024-08-27T22:42:36.043Z | [ recovery-image] Aug 27 22:42:34.344 INFO O| Aug 27 22:42:34.344 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-08-27T22:42:36.050Z | [ recovery-image] Aug 27 22:42:34.353 INFO O| Aug 27 22:42:34.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7214 | 2024-08-27T22:42:36.050Z | [ recovery-image] Aug 27 22:42:34.353 INFO O| Aug 27 22:42:34.353 INFO STEP 1104 (remove_files) COMPLETE |
7215 | 2024-08-27T22:42:36.052Z | [ recovery-image] Aug 27 22:42:34.353 INFO O| Aug 27 22:42:34.353 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-08-27T22:42:36.060Z | [ recovery-image] Aug 27 22:42:34.362 INFO O| Aug 27 22:42:34.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7217 | 2024-08-27T22:42:36.060Z | [ recovery-image] Aug 27 22:42:34.362 INFO O| Aug 27 22:42:34.362 INFO STEP 1105 (remove_files) COMPLETE |
7218 | 2024-08-27T22:42:36.060Z | [ recovery-image] Aug 27 22:42:34.362 INFO O| Aug 27 22:42:34.362 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-08-27T22:42:36.068Z | [ recovery-image] Aug 27 22:42:34.372 INFO O| Aug 27 22:42:34.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7220 | 2024-08-27T22:42:36.071Z | [ recovery-image] Aug 27 22:42:34.372 INFO O| Aug 27 22:42:34.372 INFO STEP 1106 (remove_files) COMPLETE |
7221 | 2024-08-27T22:42:36.071Z | [ recovery-image] Aug 27 22:42:34.372 INFO O| Aug 27 22:42:34.372 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-08-27T22:42:36.077Z | [ recovery-image] Aug 27 22:42:34.381 INFO O| Aug 27 22:42:34.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7223 | 2024-08-27T22:42:36.077Z | [ recovery-image] Aug 27 22:42:34.381 INFO O| Aug 27 22:42:34.381 INFO STEP 1107 (remove_files) COMPLETE |
7224 | 2024-08-27T22:42:36.077Z | [ recovery-image] Aug 27 22:42:34.381 INFO O| Aug 27 22:42:34.381 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-08-27T22:42:36.087Z | [ recovery-image] Aug 27 22:42:34.390 INFO O| Aug 27 22:42:34.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7226 | 2024-08-27T22:42:36.087Z | [ recovery-image] Aug 27 22:42:34.390 INFO O| Aug 27 22:42:34.390 INFO STEP 1108 (remove_files) COMPLETE |
7227 | 2024-08-27T22:42:36.087Z | [ recovery-image] Aug 27 22:42:34.390 INFO O| Aug 27 22:42:34.390 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-08-27T22:42:36.096Z | [ recovery-image] Aug 27 22:42:34.400 INFO O| Aug 27 22:42:34.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7229 | 2024-08-27T22:42:36.096Z | [ recovery-image] Aug 27 22:42:34.400 INFO O| Aug 27 22:42:34.400 INFO STEP 1109 (remove_files) COMPLETE |
7230 | 2024-08-27T22:42:36.099Z | [ recovery-image] Aug 27 22:42:34.400 INFO O| Aug 27 22:42:34.400 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-08-27T22:42:36.105Z | [ recovery-image] Aug 27 22:42:34.409 INFO O| Aug 27 22:42:34.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7232 | 2024-08-27T22:42:36.108Z | [ recovery-image] Aug 27 22:42:34.409 INFO O| Aug 27 22:42:34.409 INFO STEP 1110 (remove_files) COMPLETE |
7233 | 2024-08-27T22:42:36.108Z | [ recovery-image] Aug 27 22:42:34.409 INFO O| Aug 27 22:42:34.409 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-08-27T22:42:36.115Z | [ recovery-image] Aug 27 22:42:34.418 INFO O| Aug 27 22:42:34.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7235 | 2024-08-27T22:42:36.115Z | [ recovery-image] Aug 27 22:42:34.418 INFO O| Aug 27 22:42:34.418 INFO STEP 1111 (remove_files) COMPLETE |
7236 | 2024-08-27T22:42:36.115Z | [ recovery-image] Aug 27 22:42:34.418 INFO O| Aug 27 22:42:34.418 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-08-27T22:42:36.124Z | [ recovery-image] Aug 27 22:42:34.428 INFO O| Aug 27 22:42:34.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7238 | 2024-08-27T22:42:36.124Z | [ recovery-image] Aug 27 22:42:34.428 INFO O| Aug 27 22:42:34.428 INFO STEP 1112 (remove_files) COMPLETE |
7239 | 2024-08-27T22:42:36.128Z | [ recovery-image] Aug 27 22:42:34.428 INFO O| Aug 27 22:42:34.428 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-08-27T22:42:36.134Z | [ recovery-image] Aug 27 22:42:34.437 INFO O| Aug 27 22:42:34.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7241 | 2024-08-27T22:42:36.134Z | [ recovery-image] Aug 27 22:42:34.437 INFO O| Aug 27 22:42:34.437 INFO STEP 1113 (remove_files) COMPLETE |
7242 | 2024-08-27T22:42:36.137Z | [ recovery-image] Aug 27 22:42:34.437 INFO O| Aug 27 22:42:34.437 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-08-27T22:42:36.143Z | [ recovery-image] Aug 27 22:42:34.446 INFO O| Aug 27 22:42:34.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7244 | 2024-08-27T22:42:36.143Z | [ recovery-image] Aug 27 22:42:34.446 INFO O| Aug 27 22:42:34.446 INFO STEP 1114 (remove_files) COMPLETE |
7245 | 2024-08-27T22:42:36.143Z | [ recovery-image] Aug 27 22:42:34.446 INFO O| Aug 27 22:42:34.446 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-08-27T22:42:36.152Z | [ recovery-image] Aug 27 22:42:34.456 INFO O| Aug 27 22:42:34.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7247 | 2024-08-27T22:42:36.153Z | [ recovery-image] Aug 27 22:42:34.456 INFO O| Aug 27 22:42:34.456 INFO STEP 1115 (remove_files) COMPLETE |
7248 | 2024-08-27T22:42:36.156Z | [ recovery-image] Aug 27 22:42:34.456 INFO O| Aug 27 22:42:34.456 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-08-27T22:42:36.162Z | [ recovery-image] Aug 27 22:42:34.465 INFO O| Aug 27 22:42:34.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7250 | 2024-08-27T22:42:36.162Z | [ recovery-image] Aug 27 22:42:34.465 INFO O| Aug 27 22:42:34.465 INFO STEP 1116 (remove_files) COMPLETE |
7251 | 2024-08-27T22:42:36.165Z | [ recovery-image] Aug 27 22:42:34.465 INFO O| Aug 27 22:42:34.465 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-08-27T22:42:36.171Z | [ recovery-image] Aug 27 22:42:34.474 INFO O| Aug 27 22:42:34.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7253 | 2024-08-27T22:42:36.174Z | [ recovery-image] Aug 27 22:42:34.474 INFO O| Aug 27 22:42:34.474 INFO STEP 1117 (remove_files) COMPLETE |
7254 | 2024-08-27T22:42:36.175Z | [ recovery-image] Aug 27 22:42:34.474 INFO O| Aug 27 22:42:34.474 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-08-27T22:42:36.180Z | [ recovery-image] Aug 27 22:42:34.484 INFO O| Aug 27 22:42:34.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7256 | 2024-08-27T22:42:36.180Z | [ recovery-image] Aug 27 22:42:34.484 INFO O| Aug 27 22:42:34.484 INFO STEP 1118 (remove_files) COMPLETE |
7257 | 2024-08-27T22:42:36.184Z | [ recovery-image] Aug 27 22:42:34.484 INFO O| Aug 27 22:42:34.484 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-08-27T22:42:36.190Z | [ recovery-image] Aug 27 22:42:34.493 INFO O| Aug 27 22:42:34.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7259 | 2024-08-27T22:42:36.193Z | [ recovery-image] Aug 27 22:42:34.493 INFO O| Aug 27 22:42:34.493 INFO STEP 1119 (remove_files) COMPLETE |
7260 | 2024-08-27T22:42:36.193Z | [ recovery-image] Aug 27 22:42:34.493 INFO O| Aug 27 22:42:34.493 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-08-27T22:42:36.199Z | [ recovery-image] Aug 27 22:42:34.502 INFO O| Aug 27 22:42:34.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7262 | 2024-08-27T22:42:36.199Z | [ recovery-image] Aug 27 22:42:34.503 INFO O| Aug 27 22:42:34.502 INFO STEP 1120 (remove_files) COMPLETE |
7263 | 2024-08-27T22:42:36.203Z | [ recovery-image] Aug 27 22:42:34.503 INFO O| Aug 27 22:42:34.503 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-08-27T22:42:36.208Z | [ recovery-image] Aug 27 22:42:34.512 INFO O| Aug 27 22:42:34.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7265 | 2024-08-27T22:42:36.213Z | [ recovery-image] Aug 27 22:42:34.512 INFO O| Aug 27 22:42:34.512 INFO STEP 1121 (remove_files) COMPLETE |
7266 | 2024-08-27T22:42:36.213Z | [ recovery-image] Aug 27 22:42:34.512 INFO O| Aug 27 22:42:34.512 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-08-27T22:42:36.219Z | [ recovery-image] Aug 27 22:42:34.521 INFO O| Aug 27 22:42:34.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7268 | 2024-08-27T22:42:36.221Z | [ recovery-image] Aug 27 22:42:34.521 INFO O| Aug 27 22:42:34.521 INFO STEP 1122 (remove_files) COMPLETE |
7269 | 2024-08-27T22:42:36.221Z | [ recovery-image] Aug 27 22:42:34.521 INFO O| Aug 27 22:42:34.521 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-08-27T22:42:36.227Z | [ recovery-image] Aug 27 22:42:34.530 INFO O| Aug 27 22:42:34.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7271 | 2024-08-27T22:42:36.227Z | [ recovery-image] Aug 27 22:42:34.530 INFO O| Aug 27 22:42:34.530 INFO STEP 1123 (remove_files) COMPLETE |
7272 | 2024-08-27T22:42:36.231Z | [ recovery-image] Aug 27 22:42:34.530 INFO O| Aug 27 22:42:34.530 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-08-27T22:42:36.236Z | [ recovery-image] Aug 27 22:42:34.539 INFO O| Aug 27 22:42:34.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7274 | 2024-08-27T22:42:36.236Z | [ recovery-image] Aug 27 22:42:34.540 INFO O| Aug 27 22:42:34.540 INFO STEP 1124 (remove_files) COMPLETE |
7275 | 2024-08-27T22:42:36.236Z | [ recovery-image] Aug 27 22:42:34.540 INFO O| Aug 27 22:42:34.540 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-08-27T22:42:36.245Z | [ recovery-image] Aug 27 22:42:34.549 INFO O| Aug 27 22:42:34.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7277 | 2024-08-27T22:42:36.245Z | [ recovery-image] Aug 27 22:42:34.549 INFO O| Aug 27 22:42:34.549 INFO STEP 1125 (remove_files) COMPLETE |
7278 | 2024-08-27T22:42:36.248Z | [ recovery-image] Aug 27 22:42:34.549 INFO O| Aug 27 22:42:34.549 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-08-27T22:42:36.255Z | [ recovery-image] Aug 27 22:42:34.558 INFO O| Aug 27 22:42:34.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7280 | 2024-08-27T22:42:36.257Z | [ recovery-image] Aug 27 22:42:34.558 INFO O| Aug 27 22:42:34.558 INFO STEP 1126 (remove_files) COMPLETE |
7281 | 2024-08-27T22:42:36.257Z | [ recovery-image] Aug 27 22:42:34.558 INFO O| Aug 27 22:42:34.558 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-08-27T22:42:36.264Z | [ recovery-image] Aug 27 22:42:34.568 INFO O| Aug 27 22:42:34.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7283 | 2024-08-27T22:42:36.264Z | [ recovery-image] Aug 27 22:42:34.568 INFO O| Aug 27 22:42:34.568 INFO STEP 1127 (remove_files) COMPLETE |
7284 | 2024-08-27T22:42:36.264Z | [ recovery-image] Aug 27 22:42:34.568 INFO O| Aug 27 22:42:34.568 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-08-27T22:42:36.274Z | [ recovery-image] Aug 27 22:42:34.577 INFO O| Aug 27 22:42:34.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7286 | 2024-08-27T22:42:36.282Z | [ recovery-image] Aug 27 22:42:34.577 INFO O| Aug 27 22:42:34.577 INFO STEP 1128 (remove_files) COMPLETE |
7287 | 2024-08-27T22:42:36.282Z | [ recovery-image] Aug 27 22:42:34.577 INFO O| Aug 27 22:42:34.577 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-08-27T22:42:36.285Z | [ recovery-image] Aug 27 22:42:34.586 INFO O| Aug 27 22:42:34.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7289 | 2024-08-27T22:42:36.285Z | [ recovery-image] Aug 27 22:42:34.586 INFO O| Aug 27 22:42:34.586 INFO STEP 1129 (remove_files) COMPLETE |
7290 | 2024-08-27T22:42:36.285Z | [ recovery-image] Aug 27 22:42:34.586 INFO O| Aug 27 22:42:34.586 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-08-27T22:42:36.292Z | [ recovery-image] Aug 27 22:42:34.596 INFO O| Aug 27 22:42:34.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7292 | 2024-08-27T22:42:36.292Z | [ recovery-image] Aug 27 22:42:34.596 INFO O| Aug 27 22:42:34.596 INFO STEP 1130 (remove_files) COMPLETE |
7293 | 2024-08-27T22:42:36.292Z | [ recovery-image] Aug 27 22:42:34.596 INFO O| Aug 27 22:42:34.596 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-08-27T22:42:36.302Z | [ recovery-image] Aug 27 22:42:34.605 INFO O| Aug 27 22:42:34.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7295 | 2024-08-27T22:42:36.302Z | [ recovery-image] Aug 27 22:42:34.605 INFO O| Aug 27 22:42:34.605 INFO STEP 1131 (remove_files) COMPLETE |
7296 | 2024-08-27T22:42:36.305Z | [ recovery-image] Aug 27 22:42:34.605 INFO O| Aug 27 22:42:34.605 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-08-27T22:42:36.311Z | [ recovery-image] Aug 27 22:42:34.614 INFO O| Aug 27 22:42:34.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7298 | 2024-08-27T22:42:36.311Z | [ recovery-image] Aug 27 22:42:34.614 INFO O| Aug 27 22:42:34.614 INFO STEP 1132 (remove_files) COMPLETE |
7299 | 2024-08-27T22:42:36.311Z | [ recovery-image] Aug 27 22:42:34.614 INFO O| Aug 27 22:42:34.614 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-08-27T22:42:36.321Z | [ recovery-image] Aug 27 22:42:34.624 INFO O| Aug 27 22:42:34.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7301 | 2024-08-27T22:42:36.324Z | [ recovery-image] Aug 27 22:42:34.624 INFO O| Aug 27 22:42:34.624 INFO STEP 1133 (remove_files) COMPLETE |
7302 | 2024-08-27T22:42:36.324Z | [ recovery-image] Aug 27 22:42:34.624 INFO O| Aug 27 22:42:34.624 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-08-27T22:42:36.330Z | [ recovery-image] Aug 27 22:42:34.633 INFO O| Aug 27 22:42:34.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7304 | 2024-08-27T22:42:36.330Z | [ recovery-image] Aug 27 22:42:34.633 INFO O| Aug 27 22:42:34.633 INFO STEP 1134 (remove_files) COMPLETE |
7305 | 2024-08-27T22:42:36.332Z | [ recovery-image] Aug 27 22:42:34.633 INFO O| Aug 27 22:42:34.633 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-08-27T22:42:36.339Z | [ recovery-image] Aug 27 22:42:34.642 INFO O| Aug 27 22:42:34.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7307 | 2024-08-27T22:42:36.339Z | [ recovery-image] Aug 27 22:42:34.642 INFO O| Aug 27 22:42:34.642 INFO STEP 1135 (remove_files) COMPLETE |
7308 | 2024-08-27T22:42:36.341Z | [ recovery-image] Aug 27 22:42:34.642 INFO O| Aug 27 22:42:34.642 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-08-27T22:42:36.348Z | [ recovery-image] Aug 27 22:42:34.652 INFO O| Aug 27 22:42:34.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7310 | 2024-08-27T22:42:36.351Z | [ recovery-image] Aug 27 22:42:34.652 INFO O| Aug 27 22:42:34.652 INFO STEP 1136 (remove_files) COMPLETE |
7311 | 2024-08-27T22:42:36.351Z | [ recovery-image] Aug 27 22:42:34.652 INFO O| Aug 27 22:42:34.652 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-08-27T22:42:36.358Z | [ recovery-image] Aug 27 22:42:34.662 INFO O| Aug 27 22:42:34.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7313 | 2024-08-27T22:42:36.358Z | [ recovery-image] Aug 27 22:42:34.662 INFO O| Aug 27 22:42:34.662 INFO STEP 1137 (remove_files) COMPLETE |
7314 | 2024-08-27T22:42:36.358Z | [ recovery-image] Aug 27 22:42:34.662 INFO O| Aug 27 22:42:34.662 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-08-27T22:42:36.368Z | [ recovery-image] Aug 27 22:42:34.671 INFO O| Aug 27 22:42:34.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7316 | 2024-08-27T22:42:36.371Z | [ recovery-image] Aug 27 22:42:34.671 INFO O| Aug 27 22:42:34.671 INFO STEP 1138 (remove_files) COMPLETE |
7317 | 2024-08-27T22:42:36.371Z | [ recovery-image] Aug 27 22:42:34.671 INFO O| Aug 27 22:42:34.671 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-08-27T22:42:36.377Z | [ recovery-image] Aug 27 22:42:34.680 INFO O| Aug 27 22:42:34.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7319 | 2024-08-27T22:42:36.377Z | [ recovery-image] Aug 27 22:42:34.680 INFO O| Aug 27 22:42:34.680 INFO STEP 1139 (remove_files) COMPLETE |
7320 | 2024-08-27T22:42:36.380Z | [ recovery-image] Aug 27 22:42:34.680 INFO O| Aug 27 22:42:34.680 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-08-27T22:42:36.386Z | [ recovery-image] Aug 27 22:42:34.690 INFO O| Aug 27 22:42:34.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7322 | 2024-08-27T22:42:36.389Z | [ recovery-image] Aug 27 22:42:34.690 INFO O| Aug 27 22:42:34.690 INFO STEP 1140 (remove_files) COMPLETE |
7323 | 2024-08-27T22:42:36.389Z | [ recovery-image] Aug 27 22:42:34.690 INFO O| Aug 27 22:42:34.690 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-08-27T22:42:36.397Z | [ recovery-image] Aug 27 22:42:34.699 INFO O| Aug 27 22:42:34.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7325 | 2024-08-27T22:42:36.400Z | [ recovery-image] Aug 27 22:42:34.699 INFO O| Aug 27 22:42:34.699 INFO STEP 1141 (remove_files) COMPLETE |
7326 | 2024-08-27T22:42:36.400Z | [ recovery-image] Aug 27 22:42:34.699 INFO O| Aug 27 22:42:34.699 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-08-27T22:42:36.405Z | [ recovery-image] Aug 27 22:42:34.708 INFO O| Aug 27 22:42:34.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7328 | 2024-08-27T22:42:36.405Z | [ recovery-image] Aug 27 22:42:34.708 INFO O| Aug 27 22:42:34.708 INFO STEP 1142 (remove_files) COMPLETE |
7329 | 2024-08-27T22:42:36.405Z | [ recovery-image] Aug 27 22:42:34.708 INFO O| Aug 27 22:42:34.708 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-08-27T22:42:36.414Z | [ recovery-image] Aug 27 22:42:34.718 INFO O| Aug 27 22:42:34.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7331 | 2024-08-27T22:42:36.417Z | [ recovery-image] Aug 27 22:42:34.718 INFO O| Aug 27 22:42:34.718 INFO STEP 1143 (remove_files) COMPLETE |
7332 | 2024-08-27T22:42:36.417Z | [ recovery-image] Aug 27 22:42:34.718 INFO O| Aug 27 22:42:34.718 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-08-27T22:42:36.424Z | [ recovery-image] Aug 27 22:42:34.727 INFO O| Aug 27 22:42:34.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7334 | 2024-08-27T22:42:36.426Z | [ recovery-image] Aug 27 22:42:34.727 INFO O| Aug 27 22:42:34.727 INFO STEP 1144 (remove_files) COMPLETE |
7335 | 2024-08-27T22:42:36.426Z | [ recovery-image] Aug 27 22:42:34.727 INFO O| Aug 27 22:42:34.727 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-08-27T22:42:36.434Z | [ recovery-image] Aug 27 22:42:34.736 INFO O| Aug 27 22:42:34.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7337 | 2024-08-27T22:42:36.434Z | [ recovery-image] Aug 27 22:42:34.736 INFO O| Aug 27 22:42:34.736 INFO STEP 1145 (remove_files) COMPLETE |
7338 | 2024-08-27T22:42:36.437Z | [ recovery-image] Aug 27 22:42:34.737 INFO O| Aug 27 22:42:34.736 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-08-27T22:42:36.443Z | [ recovery-image] Aug 27 22:42:34.746 INFO O| Aug 27 22:42:34.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7340 | 2024-08-27T22:42:36.443Z | [ recovery-image] Aug 27 22:42:34.746 INFO O| Aug 27 22:42:34.746 INFO STEP 1146 (remove_files) COMPLETE |
7341 | 2024-08-27T22:42:36.445Z | [ recovery-image] Aug 27 22:42:34.746 INFO O| Aug 27 22:42:34.746 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-08-27T22:42:36.452Z | [ recovery-image] Aug 27 22:42:34.755 INFO O| Aug 27 22:42:34.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7343 | 2024-08-27T22:42:36.452Z | [ recovery-image] Aug 27 22:42:34.755 INFO O| Aug 27 22:42:34.755 INFO STEP 1147 (remove_files) COMPLETE |
7344 | 2024-08-27T22:42:36.455Z | [ recovery-image] Aug 27 22:42:34.755 INFO O| Aug 27 22:42:34.755 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-08-27T22:42:36.462Z | [ recovery-image] Aug 27 22:42:34.765 INFO O| Aug 27 22:42:34.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7346 | 2024-08-27T22:42:36.465Z | [ recovery-image] Aug 27 22:42:34.765 INFO O| Aug 27 22:42:34.765 INFO STEP 1148 (remove_files) COMPLETE |
7347 | 2024-08-27T22:42:36.465Z | [ recovery-image] Aug 27 22:42:34.765 INFO O| Aug 27 22:42:34.765 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-08-27T22:42:36.473Z | [ recovery-image] Aug 27 22:42:34.775 INFO O| Aug 27 22:42:34.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7349 | 2024-08-27T22:42:36.473Z | [ recovery-image] Aug 27 22:42:34.775 INFO O| Aug 27 22:42:34.775 INFO STEP 1149 (remove_files) COMPLETE |
7350 | 2024-08-27T22:42:36.473Z | [ recovery-image] Aug 27 22:42:34.775 INFO O| Aug 27 22:42:34.775 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-08-27T22:42:36.482Z | [ recovery-image] Aug 27 22:42:34.785 INFO O| Aug 27 22:42:34.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7352 | 2024-08-27T22:42:36.482Z | [ recovery-image] Aug 27 22:42:34.785 INFO O| Aug 27 22:42:34.785 INFO STEP 1150 (remove_files) COMPLETE |
7353 | 2024-08-27T22:42:36.484Z | [ recovery-image] Aug 27 22:42:34.785 INFO O| Aug 27 22:42:34.785 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-08-27T22:42:36.491Z | [ recovery-image] Aug 27 22:42:34.794 INFO O| Aug 27 22:42:34.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7355 | 2024-08-27T22:42:36.491Z | [ recovery-image] Aug 27 22:42:34.794 INFO O| Aug 27 22:42:34.794 INFO STEP 1151 (remove_files) COMPLETE |
7356 | 2024-08-27T22:42:36.494Z | [ recovery-image] Aug 27 22:42:34.794 INFO O| Aug 27 22:42:34.794 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-08-27T22:42:36.501Z | [ recovery-image] Aug 27 22:42:34.804 INFO O| Aug 27 22:42:34.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7358 | 2024-08-27T22:42:36.501Z | [ recovery-image] Aug 27 22:42:34.804 INFO O| Aug 27 22:42:34.804 INFO STEP 1152 (remove_files) COMPLETE |
7359 | 2024-08-27T22:42:36.501Z | [ recovery-image] Aug 27 22:42:34.804 INFO O| Aug 27 22:42:34.804 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-08-27T22:42:36.510Z | [ recovery-image] Aug 27 22:42:34.814 INFO O| Aug 27 22:42:34.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7361 | 2024-08-27T22:42:36.510Z | [ recovery-image] Aug 27 22:42:34.814 INFO O| Aug 27 22:42:34.814 INFO STEP 1153 (remove_files) COMPLETE |
7362 | 2024-08-27T22:42:36.510Z | [ recovery-image] Aug 27 22:42:34.814 INFO O| Aug 27 22:42:34.814 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-08-27T22:42:36.520Z | [ recovery-image] Aug 27 22:42:34.823 INFO O| Aug 27 22:42:34.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7364 | 2024-08-27T22:42:36.520Z | [ recovery-image] Aug 27 22:42:34.823 INFO O| Aug 27 22:42:34.823 INFO STEP 1154 (remove_files) COMPLETE |
7365 | 2024-08-27T22:42:36.522Z | [ recovery-image] Aug 27 22:42:34.823 INFO O| Aug 27 22:42:34.823 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-08-27T22:42:36.525Z | [ host-image] Aug 27 22:42:34.827 INFO O| Aug 27 22:42:34.827 INFO O| Download: 20606/22728 items 169.7/196.4MB 86% complete (692k/s) |
7367 | 2024-08-27T22:42:36.529Z | [ recovery-image] Aug 27 22:42:34.832 INFO O| Aug 27 22:42:34.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7368 | 2024-08-27T22:42:36.529Z | [ recovery-image] Aug 27 22:42:34.832 INFO O| Aug 27 22:42:34.832 INFO STEP 1155 (remove_files) COMPLETE |
7369 | 2024-08-27T22:42:36.529Z | [ recovery-image] Aug 27 22:42:34.832 INFO O| Aug 27 22:42:34.832 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-08-27T22:42:36.538Z | [ recovery-image] Aug 27 22:42:34.842 INFO O| Aug 27 22:42:34.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7371 | 2024-08-27T22:42:36.538Z | [ recovery-image] Aug 27 22:42:34.842 INFO O| Aug 27 22:42:34.842 INFO STEP 1156 (remove_files) COMPLETE |
7372 | 2024-08-27T22:42:36.541Z | [ recovery-image] Aug 27 22:42:34.842 INFO O| Aug 27 22:42:34.842 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-08-27T22:42:36.548Z | [ recovery-image] Aug 27 22:42:34.851 INFO O| Aug 27 22:42:34.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7374 | 2024-08-27T22:42:36.548Z | [ recovery-image] Aug 27 22:42:34.851 INFO O| Aug 27 22:42:34.851 INFO STEP 1157 (remove_files) COMPLETE |
7375 | 2024-08-27T22:42:36.548Z | [ recovery-image] Aug 27 22:42:34.851 INFO O| Aug 27 22:42:34.851 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-08-27T22:42:36.557Z | [ recovery-image] Aug 27 22:42:34.860 INFO O| Aug 27 22:42:34.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7377 | 2024-08-27T22:42:36.557Z | [ recovery-image] Aug 27 22:42:34.860 INFO O| Aug 27 22:42:34.860 INFO STEP 1158 (remove_files) COMPLETE |
7378 | 2024-08-27T22:42:36.560Z | [ recovery-image] Aug 27 22:42:34.860 INFO O| Aug 27 22:42:34.860 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-08-27T22:42:36.566Z | [ recovery-image] Aug 27 22:42:34.869 INFO O| Aug 27 22:42:34.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7380 | 2024-08-27T22:42:36.566Z | [ recovery-image] Aug 27 22:42:34.869 INFO O| Aug 27 22:42:34.869 INFO STEP 1159 (remove_files) COMPLETE |
7381 | 2024-08-27T22:42:36.566Z | [ recovery-image] Aug 27 22:42:34.869 INFO O| Aug 27 22:42:34.869 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-08-27T22:42:36.575Z | [ recovery-image] Aug 27 22:42:34.879 INFO O| Aug 27 22:42:34.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7383 | 2024-08-27T22:42:36.575Z | [ recovery-image] Aug 27 22:42:34.879 INFO O| Aug 27 22:42:34.879 INFO STEP 1160 (remove_files) COMPLETE |
7384 | 2024-08-27T22:42:36.578Z | [ recovery-image] Aug 27 22:42:34.879 INFO O| Aug 27 22:42:34.879 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-08-27T22:42:36.586Z | [ recovery-image] Aug 27 22:42:34.888 INFO O| Aug 27 22:42:34.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7386 | 2024-08-27T22:42:36.589Z | [ recovery-image] Aug 27 22:42:34.888 INFO O| Aug 27 22:42:34.888 INFO STEP 1161 (remove_files) COMPLETE |
7387 | 2024-08-27T22:42:36.589Z | [ recovery-image] Aug 27 22:42:34.888 INFO O| Aug 27 22:42:34.888 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-08-27T22:42:36.594Z | [ recovery-image] Aug 27 22:42:34.897 INFO O| Aug 27 22:42:34.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7389 | 2024-08-27T22:42:36.597Z | [ recovery-image] Aug 27 22:42:34.897 INFO O| Aug 27 22:42:34.897 INFO STEP 1162 (remove_files) COMPLETE |
7390 | 2024-08-27T22:42:36.597Z | [ recovery-image] Aug 27 22:42:34.897 INFO O| Aug 27 22:42:34.897 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-08-27T22:42:36.603Z | [ recovery-image] Aug 27 22:42:34.907 INFO O| Aug 27 22:42:34.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7392 | 2024-08-27T22:42:36.606Z | [ recovery-image] Aug 27 22:42:34.907 INFO O| Aug 27 22:42:34.907 INFO STEP 1163 (remove_files) COMPLETE |
7393 | 2024-08-27T22:42:36.606Z | [ recovery-image] Aug 27 22:42:34.907 INFO O| Aug 27 22:42:34.907 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-08-27T22:42:36.613Z | [ recovery-image] Aug 27 22:42:34.916 INFO O| Aug 27 22:42:34.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7395 | 2024-08-27T22:42:36.613Z | [ recovery-image] Aug 27 22:42:34.916 INFO O| Aug 27 22:42:34.916 INFO STEP 1164 (remove_files) COMPLETE |
7396 | 2024-08-27T22:42:36.613Z | [ recovery-image] Aug 27 22:42:34.916 INFO O| Aug 27 22:42:34.916 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-08-27T22:42:36.622Z | [ recovery-image] Aug 27 22:42:34.926 INFO O| Aug 27 22:42:34.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7398 | 2024-08-27T22:42:36.622Z | [ recovery-image] Aug 27 22:42:34.926 INFO O| Aug 27 22:42:34.926 INFO STEP 1165 (remove_files) COMPLETE |
7399 | 2024-08-27T22:42:36.625Z | [ recovery-image] Aug 27 22:42:34.926 INFO O| Aug 27 22:42:34.926 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-08-27T22:42:36.632Z | [ recovery-image] Aug 27 22:42:34.935 INFO O| Aug 27 22:42:34.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7401 | 2024-08-27T22:42:36.632Z | [ recovery-image] Aug 27 22:42:34.935 INFO O| Aug 27 22:42:34.935 INFO STEP 1166 (remove_files) COMPLETE |
7402 | 2024-08-27T22:42:36.632Z | [ recovery-image] Aug 27 22:42:34.935 INFO O| Aug 27 22:42:34.935 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-08-27T22:42:36.641Z | [ recovery-image] Aug 27 22:42:34.944 INFO O| Aug 27 22:42:34.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7404 | 2024-08-27T22:42:36.641Z | [ recovery-image] Aug 27 22:42:34.944 INFO O| Aug 27 22:42:34.944 INFO STEP 1167 (remove_files) COMPLETE |
7405 | 2024-08-27T22:42:36.641Z | [ recovery-image] Aug 27 22:42:34.944 INFO O| Aug 27 22:42:34.944 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-08-27T22:42:36.650Z | [ recovery-image] Aug 27 22:42:34.954 INFO O| Aug 27 22:42:34.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7407 | 2024-08-27T22:42:36.653Z | [ recovery-image] Aug 27 22:42:34.954 INFO O| Aug 27 22:42:34.954 INFO STEP 1168 (remove_files) COMPLETE |
7408 | 2024-08-27T22:42:36.653Z | [ recovery-image] Aug 27 22:42:34.954 INFO O| Aug 27 22:42:34.954 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-08-27T22:42:36.660Z | [ recovery-image] Aug 27 22:42:34.963 INFO O| Aug 27 22:42:34.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7410 | 2024-08-27T22:42:36.660Z | [ recovery-image] Aug 27 22:42:34.963 INFO O| Aug 27 22:42:34.963 INFO STEP 1169 (remove_files) COMPLETE |
7411 | 2024-08-27T22:42:36.663Z | [ recovery-image] Aug 27 22:42:34.963 INFO O| Aug 27 22:42:34.963 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-08-27T22:42:36.669Z | [ recovery-image] Aug 27 22:42:34.972 INFO O| Aug 27 22:42:34.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7413 | 2024-08-27T22:42:36.669Z | [ recovery-image] Aug 27 22:42:34.972 INFO O| Aug 27 22:42:34.972 INFO STEP 1170 (remove_files) COMPLETE |
7414 | 2024-08-27T22:42:36.669Z | [ recovery-image] Aug 27 22:42:34.972 INFO O| Aug 27 22:42:34.972 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-08-27T22:42:36.679Z | [ recovery-image] Aug 27 22:42:34.982 INFO O| Aug 27 22:42:34.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7416 | 2024-08-27T22:42:36.679Z | [ recovery-image] Aug 27 22:42:34.982 INFO O| Aug 27 22:42:34.982 INFO STEP 1171 (remove_files) COMPLETE |
7417 | 2024-08-27T22:42:36.682Z | [ recovery-image] Aug 27 22:42:34.982 INFO O| Aug 27 22:42:34.982 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-08-27T22:42:36.689Z | [ recovery-image] Aug 27 22:42:34.991 INFO O| Aug 27 22:42:34.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7419 | 2024-08-27T22:42:36.692Z | [ recovery-image] Aug 27 22:42:34.991 INFO O| Aug 27 22:42:34.991 INFO STEP 1172 (remove_files) COMPLETE |
7420 | 2024-08-27T22:42:36.692Z | [ recovery-image] Aug 27 22:42:34.991 INFO O| Aug 27 22:42:34.991 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-08-27T22:42:36.698Z | [ recovery-image] Aug 27 22:42:35.000 INFO O| Aug 27 22:42:35.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7422 | 2024-08-27T22:42:36.698Z | [ recovery-image] Aug 27 22:42:35.001 INFO O| Aug 27 22:42:35.001 INFO STEP 1173 (remove_files) COMPLETE |
7423 | 2024-08-27T22:42:36.701Z | [ recovery-image] Aug 27 22:42:35.001 INFO O| Aug 27 22:42:35.001 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-08-27T22:42:36.709Z | [ recovery-image] Aug 27 22:42:35.011 INFO O| Aug 27 22:42:35.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7425 | 2024-08-27T22:42:36.709Z | [ recovery-image] Aug 27 22:42:35.011 INFO O| Aug 27 22:42:35.011 INFO STEP 1174 (remove_files) COMPLETE |
7426 | 2024-08-27T22:42:36.709Z | [ recovery-image] Aug 27 22:42:35.011 INFO O| Aug 27 22:42:35.011 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-08-27T22:42:36.717Z | [ recovery-image] Aug 27 22:42:35.020 INFO O| Aug 27 22:42:35.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7428 | 2024-08-27T22:42:36.717Z | [ recovery-image] Aug 27 22:42:35.020 INFO O| Aug 27 22:42:35.020 INFO STEP 1175 (remove_files) COMPLETE |
7429 | 2024-08-27T22:42:36.719Z | [ recovery-image] Aug 27 22:42:35.020 INFO O| Aug 27 22:42:35.020 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-08-27T22:42:36.726Z | [ recovery-image] Aug 27 22:42:35.030 INFO O| Aug 27 22:42:35.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7431 | 2024-08-27T22:42:36.726Z | [ recovery-image] Aug 27 22:42:35.030 INFO O| Aug 27 22:42:35.030 INFO STEP 1176 (remove_files) COMPLETE |
7432 | 2024-08-27T22:42:36.729Z | [ recovery-image] Aug 27 22:42:35.030 INFO O| Aug 27 22:42:35.030 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-08-27T22:42:36.737Z | [ recovery-image] Aug 27 22:42:35.039 INFO O| Aug 27 22:42:35.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7434 | 2024-08-27T22:42:36.737Z | [ recovery-image] Aug 27 22:42:35.039 INFO O| Aug 27 22:42:35.039 INFO STEP 1177 (remove_files) COMPLETE |
7435 | 2024-08-27T22:42:36.739Z | [ recovery-image] Aug 27 22:42:35.039 INFO O| Aug 27 22:42:35.039 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-08-27T22:42:36.746Z | [ recovery-image] Aug 27 22:42:35.048 INFO O| Aug 27 22:42:35.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7437 | 2024-08-27T22:42:36.746Z | [ recovery-image] Aug 27 22:42:35.049 INFO O| Aug 27 22:42:35.049 INFO STEP 1178 (remove_files) COMPLETE |
7438 | 2024-08-27T22:42:36.746Z | [ recovery-image] Aug 27 22:42:35.049 INFO O| Aug 27 22:42:35.049 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-08-27T22:42:36.756Z | [ recovery-image] Aug 27 22:42:35.058 INFO O| Aug 27 22:42:35.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7440 | 2024-08-27T22:42:36.758Z | [ recovery-image] Aug 27 22:42:35.058 INFO O| Aug 27 22:42:35.058 INFO STEP 1179 (remove_files) COMPLETE |
7441 | 2024-08-27T22:42:36.758Z | [ recovery-image] Aug 27 22:42:35.058 INFO O| Aug 27 22:42:35.058 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-08-27T22:42:36.765Z | [ recovery-image] Aug 27 22:42:35.067 INFO O| Aug 27 22:42:35.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7443 | 2024-08-27T22:42:36.767Z | [ recovery-image] Aug 27 22:42:35.067 INFO O| Aug 27 22:42:35.067 INFO STEP 1180 (remove_files) COMPLETE |
7444 | 2024-08-27T22:42:36.767Z | [ recovery-image] Aug 27 22:42:35.068 INFO O| Aug 27 22:42:35.067 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-08-27T22:42:36.774Z | [ recovery-image] Aug 27 22:42:35.077 INFO O| Aug 27 22:42:35.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7446 | 2024-08-27T22:42:36.774Z | [ recovery-image] Aug 27 22:42:35.077 INFO O| Aug 27 22:42:35.077 INFO STEP 1181 (remove_files) COMPLETE |
7447 | 2024-08-27T22:42:36.777Z | [ recovery-image] Aug 27 22:42:35.077 INFO O| Aug 27 22:42:35.077 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-08-27T22:42:36.783Z | [ recovery-image] Aug 27 22:42:35.086 INFO O| Aug 27 22:42:35.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7449 | 2024-08-27T22:42:36.785Z | [ recovery-image] Aug 27 22:42:35.086 INFO O| Aug 27 22:42:35.086 INFO STEP 1182 (remove_files) COMPLETE |
7450 | 2024-08-27T22:42:36.785Z | [ recovery-image] Aug 27 22:42:35.086 INFO O| Aug 27 22:42:35.086 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-08-27T22:42:36.792Z | [ recovery-image] Aug 27 22:42:35.096 INFO O| Aug 27 22:42:35.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7452 | 2024-08-27T22:42:36.795Z | [ recovery-image] Aug 27 22:42:35.096 INFO O| Aug 27 22:42:35.096 INFO STEP 1183 (remove_files) COMPLETE |
7453 | 2024-08-27T22:42:36.795Z | [ recovery-image] Aug 27 22:42:35.096 INFO O| Aug 27 22:42:35.096 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-08-27T22:42:36.802Z | [ recovery-image] Aug 27 22:42:35.105 INFO O| Aug 27 22:42:35.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7455 | 2024-08-27T22:42:36.804Z | [ recovery-image] Aug 27 22:42:35.105 INFO O| Aug 27 22:42:35.105 INFO STEP 1184 (remove_files) COMPLETE |
7456 | 2024-08-27T22:42:36.804Z | [ recovery-image] Aug 27 22:42:35.105 INFO O| Aug 27 22:42:35.105 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-08-27T22:42:36.811Z | [ recovery-image] Aug 27 22:42:35.114 INFO O| Aug 27 22:42:35.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7458 | 2024-08-27T22:42:36.813Z | [ recovery-image] Aug 27 22:42:35.114 INFO O| Aug 27 22:42:35.114 INFO STEP 1185 (remove_files) COMPLETE |
7459 | 2024-08-27T22:42:36.813Z | [ recovery-image] Aug 27 22:42:35.114 INFO O| Aug 27 22:42:35.114 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-08-27T22:42:36.820Z | [ recovery-image] Aug 27 22:42:35.124 INFO O| Aug 27 22:42:35.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7461 | 2024-08-27T22:42:36.820Z | [ recovery-image] Aug 27 22:42:35.124 INFO O| Aug 27 22:42:35.124 INFO STEP 1186 (remove_files) COMPLETE |
7462 | 2024-08-27T22:42:36.823Z | [ recovery-image] Aug 27 22:42:35.124 INFO O| Aug 27 22:42:35.124 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-08-27T22:42:36.830Z | [ recovery-image] Aug 27 22:42:35.133 INFO O| Aug 27 22:42:35.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7464 | 2024-08-27T22:42:36.832Z | [ recovery-image] Aug 27 22:42:35.133 INFO O| Aug 27 22:42:35.133 INFO STEP 1187 (remove_files) COMPLETE |
7465 | 2024-08-27T22:42:36.832Z | [ recovery-image] Aug 27 22:42:35.133 INFO O| Aug 27 22:42:35.133 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-08-27T22:42:36.839Z | [ recovery-image] Aug 27 22:42:35.142 INFO O| Aug 27 22:42:35.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7467 | 2024-08-27T22:42:36.839Z | [ recovery-image] Aug 27 22:42:35.142 INFO O| Aug 27 22:42:35.142 INFO STEP 1188 (remove_files) COMPLETE |
7468 | 2024-08-27T22:42:36.842Z | [ recovery-image] Aug 27 22:42:35.143 INFO O| Aug 27 22:42:35.142 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-08-27T22:42:36.848Z | [ recovery-image] Aug 27 22:42:35.152 INFO O| Aug 27 22:42:35.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7470 | 2024-08-27T22:42:36.848Z | [ recovery-image] Aug 27 22:42:35.152 INFO O| Aug 27 22:42:35.152 INFO STEP 1189 (remove_files) COMPLETE |
7471 | 2024-08-27T22:42:36.851Z | [ recovery-image] Aug 27 22:42:35.152 INFO O| Aug 27 22:42:35.152 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-08-27T22:42:36.858Z | [ recovery-image] Aug 27 22:42:35.161 INFO O| Aug 27 22:42:35.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7473 | 2024-08-27T22:42:36.858Z | [ recovery-image] Aug 27 22:42:35.161 INFO O| Aug 27 22:42:35.161 INFO STEP 1190 (remove_files) COMPLETE |
7474 | 2024-08-27T22:42:36.858Z | [ recovery-image] Aug 27 22:42:35.161 INFO O| Aug 27 22:42:35.161 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-08-27T22:42:36.867Z | [ recovery-image] Aug 27 22:42:35.170 INFO O| Aug 27 22:42:35.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7476 | 2024-08-27T22:42:36.870Z | [ recovery-image] Aug 27 22:42:35.170 INFO O| Aug 27 22:42:35.170 INFO STEP 1191 (remove_files) COMPLETE |
7477 | 2024-08-27T22:42:36.870Z | [ recovery-image] Aug 27 22:42:35.170 INFO O| Aug 27 22:42:35.170 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-08-27T22:42:36.876Z | [ recovery-image] Aug 27 22:42:35.180 INFO O| Aug 27 22:42:35.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7479 | 2024-08-27T22:42:36.879Z | [ recovery-image] Aug 27 22:42:35.180 INFO O| Aug 27 22:42:35.180 INFO STEP 1192 (remove_files) COMPLETE |
7480 | 2024-08-27T22:42:36.879Z | [ recovery-image] Aug 27 22:42:35.180 INFO O| Aug 27 22:42:35.180 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-08-27T22:42:36.886Z | [ recovery-image] Aug 27 22:42:35.189 INFO O| Aug 27 22:42:35.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7482 | 2024-08-27T22:42:36.886Z | [ recovery-image] Aug 27 22:42:35.189 INFO O| Aug 27 22:42:35.189 INFO STEP 1193 (remove_files) COMPLETE |
7483 | 2024-08-27T22:42:36.888Z | [ recovery-image] Aug 27 22:42:35.189 INFO O| Aug 27 22:42:35.189 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-08-27T22:42:36.896Z | [ recovery-image] Aug 27 22:42:35.198 INFO O| Aug 27 22:42:35.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7485 | 2024-08-27T22:42:36.896Z | [ recovery-image] Aug 27 22:42:35.198 INFO O| Aug 27 22:42:35.198 INFO STEP 1194 (remove_files) COMPLETE |
7486 | 2024-08-27T22:42:36.896Z | [ recovery-image] Aug 27 22:42:35.198 INFO O| Aug 27 22:42:35.198 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-08-27T22:42:36.904Z | [ recovery-image] Aug 27 22:42:35.208 INFO O| Aug 27 22:42:35.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7488 | 2024-08-27T22:42:36.904Z | [ recovery-image] Aug 27 22:42:35.208 INFO O| Aug 27 22:42:35.208 INFO STEP 1195 (remove_files) COMPLETE |
7489 | 2024-08-27T22:42:36.904Z | [ recovery-image] Aug 27 22:42:35.208 INFO O| Aug 27 22:42:35.208 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-08-27T22:42:36.914Z | [ recovery-image] Aug 27 22:42:35.217 INFO O| Aug 27 22:42:35.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7491 | 2024-08-27T22:42:36.914Z | [ recovery-image] Aug 27 22:42:35.217 INFO O| Aug 27 22:42:35.217 INFO STEP 1196 (remove_files) COMPLETE |
7492 | 2024-08-27T22:42:36.916Z | [ recovery-image] Aug 27 22:42:35.217 INFO O| Aug 27 22:42:35.217 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-08-27T22:42:36.923Z | [ recovery-image] Aug 27 22:42:35.226 INFO O| Aug 27 22:42:35.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7494 | 2024-08-27T22:42:36.925Z | [ recovery-image] Aug 27 22:42:35.226 INFO O| Aug 27 22:42:35.226 INFO STEP 1197 (remove_files) COMPLETE |
7495 | 2024-08-27T22:42:36.925Z | [ recovery-image] Aug 27 22:42:35.226 INFO O| Aug 27 22:42:35.226 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-08-27T22:42:36.932Z | [ recovery-image] Aug 27 22:42:35.236 INFO O| Aug 27 22:42:35.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7497 | 2024-08-27T22:42:36.935Z | [ recovery-image] Aug 27 22:42:35.236 INFO O| Aug 27 22:42:35.236 INFO STEP 1198 (remove_files) COMPLETE |
7498 | 2024-08-27T22:42:36.935Z | [ recovery-image] Aug 27 22:42:35.236 INFO O| Aug 27 22:42:35.236 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-08-27T22:42:36.942Z | [ recovery-image] Aug 27 22:42:35.245 INFO O| Aug 27 22:42:35.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7500 | 2024-08-27T22:42:36.945Z | [ recovery-image] Aug 27 22:42:35.245 INFO O| Aug 27 22:42:35.245 INFO STEP 1199 (remove_files) COMPLETE |
7501 | 2024-08-27T22:42:36.945Z | [ recovery-image] Aug 27 22:42:35.245 INFO O| Aug 27 22:42:35.245 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-08-27T22:42:36.951Z | [ recovery-image] Aug 27 22:42:35.254 INFO O| Aug 27 22:42:35.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7503 | 2024-08-27T22:42:36.951Z | [ recovery-image] Aug 27 22:42:35.254 INFO O| Aug 27 22:42:35.254 INFO STEP 1200 (remove_files) COMPLETE |
7504 | 2024-08-27T22:42:36.954Z | [ recovery-image] Aug 27 22:42:35.254 INFO O| Aug 27 22:42:35.254 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-08-27T22:42:36.960Z | [ recovery-image] Aug 27 22:42:35.264 INFO O| Aug 27 22:42:35.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7506 | 2024-08-27T22:42:36.960Z | [ recovery-image] Aug 27 22:42:35.264 INFO O| Aug 27 22:42:35.264 INFO STEP 1201 (remove_files) COMPLETE |
7507 | 2024-08-27T22:42:36.963Z | [ recovery-image] Aug 27 22:42:35.264 INFO O| Aug 27 22:42:35.264 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-08-27T22:42:36.970Z | [ recovery-image] Aug 27 22:42:35.273 INFO O| Aug 27 22:42:35.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7509 | 2024-08-27T22:42:36.972Z | [ recovery-image] Aug 27 22:42:35.273 INFO O| Aug 27 22:42:35.273 INFO STEP 1202 (remove_files) COMPLETE |
7510 | 2024-08-27T22:42:36.972Z | [ recovery-image] Aug 27 22:42:35.273 INFO O| Aug 27 22:42:35.273 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-08-27T22:42:36.979Z | [ recovery-image] Aug 27 22:42:35.282 INFO O| Aug 27 22:42:35.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7512 | 2024-08-27T22:42:36.979Z | [ recovery-image] Aug 27 22:42:35.282 INFO O| Aug 27 22:42:35.282 INFO STEP 1203 (remove_files) COMPLETE |
7513 | 2024-08-27T22:42:36.982Z | [ recovery-image] Aug 27 22:42:35.282 INFO O| Aug 27 22:42:35.282 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-08-27T22:42:36.989Z | [ recovery-image] Aug 27 22:42:35.292 INFO O| Aug 27 22:42:35.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7515 | 2024-08-27T22:42:36.989Z | [ recovery-image] Aug 27 22:42:35.292 INFO O| Aug 27 22:42:35.292 INFO STEP 1204 (remove_files) COMPLETE |
7516 | 2024-08-27T22:42:36.991Z | [ recovery-image] Aug 27 22:42:35.292 INFO O| Aug 27 22:42:35.292 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-08-27T22:42:36.998Z | [ recovery-image] Aug 27 22:42:35.301 INFO O| Aug 27 22:42:35.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7518 | 2024-08-27T22:42:36.998Z | [ recovery-image] Aug 27 22:42:35.301 INFO O| Aug 27 22:42:35.301 INFO STEP 1205 (remove_files) COMPLETE |
7519 | 2024-08-27T22:42:37.001Z | [ recovery-image] Aug 27 22:42:35.301 INFO O| Aug 27 22:42:35.301 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7520 | 2024-08-27T22:42:37.012Z | [ recovery-image] Aug 27 22:42:35.315 INFO O| Aug 27 22:42:35.315 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7521 | 2024-08-27T22:42:37.014Z | [ recovery-image] Aug 27 22:42:35.315 INFO O| Aug 27 22:42:35.315 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7522 | 2024-08-27T22:42:37.709Z | [ recovery-image] Aug 27 22:42:36.012 INFO O| Aug 27 22:42:36.012 INFO STEP 1206 (pack_tar) COMPLETE |
7523 | 2024-08-27T22:42:37.709Z | [ recovery-image] Aug 27 22:42:36.012 INFO O| Aug 27 22:42:36.012 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7524 | 2024-08-27T22:42:37.712Z | [ recovery-image] Aug 27 22:42:36.012 INFO O| Aug 27 22:42:36.012 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7525 | 2024-08-27T22:42:37.928Z | [ recovery-image] Aug 27 22:42:36.230 INFO O| Aug 27 22:42:36.230 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7526 | 2024-08-27T22:42:37.987Z | [ recovery-image] Aug 27 22:42:36.290 INFO O| Aug 27 22:42:36.290 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7527 | 2024-08-27T22:42:37.993Z | [ recovery-image] Aug 27 22:42:36.296 INFO image builder template: zfs-recovery... |
7528 | 2024-08-27T22:42:37.993Z | [ recovery-image] Aug 27 22:42:36.296 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/.tmp02NGbG/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.293", "-n", "zfs-recovery"], pwd: None |
7529 | 2024-08-27T22:42:38.024Z | [ recovery-image] Aug 27 22:42:36.327 INFO O| Aug 27 22:42:36.327 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7530 | 2024-08-27T22:42:38.029Z | [ recovery-image] Aug 27 22:42:36.331 INFO O| Aug 27 22:42:36.331 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7531 | 2024-08-27T22:42:38.089Z | [ recovery-image] Aug 27 22:42:36.393 INFO O| Aug 27 22:42:36.393 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7532 | 2024-08-27T22:42:38.138Z | [ recovery-image] Aug 27 22:42:36.440 INFO O| Aug 27 22:42:36.440 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7533 | 2024-08-27T22:42:38.141Z | [ recovery-image] Aug 27 22:42:36.441 INFO O| Aug 27 22:42:36.440 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7534 | 2024-08-27T22:42:38.143Z | [ recovery-image] Aug 27 22:42:36.444 INFO O| Aug 27 22:42:36.444 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7535 | 2024-08-27T22:42:38.197Z | [ recovery-image] Aug 27 22:42:36.500 INFO O| Aug 27 22:42:36.500 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7536 | 2024-08-27T22:42:38.287Z | [ recovery-image] Aug 27 22:42:36.590 INFO O| Aug 27 22:42:36.590 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7537 | 2024-08-27T22:42:38.296Z | [ recovery-image] Aug 27 22:42:36.599 INFO O| Aug 27 22:42:36.599 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7538 | 2024-08-27T22:42:38.302Z | [ recovery-image] Aug 27 22:42:36.604 INFO O| Aug 27 22:42:36.604 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7539 | 2024-08-27T22:42:38.304Z | [ recovery-image] Aug 27 22:42:36.605 INFO O| Aug 27 22:42:36.605 INFO no lofi found |
7540 | 2024-08-27T22:42:38.305Z | [ recovery-image] Aug 27 22:42:36.605 INFO O| Aug 27 22:42:36.605 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7541 | 2024-08-27T22:42:38.305Z | [ recovery-image] Aug 27 22:42:36.605 INFO O| Aug 27 22:42:36.605 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7542 | 2024-08-27T22:42:39.706Z | [ recovery-image] Aug 27 22:42:38.009 INFO O| Aug 27 22:42:38.008 INFO lofi device = /dev/dsk/c2t1d0p0 |
7543 | 2024-08-27T22:42:39.709Z | [ recovery-image] Aug 27 22:42:38.009 INFO O| Aug 27 22:42:38.009 INFO pool device = /dev/dsk/c2t1d0p0 |
7544 | 2024-08-27T22:42:39.709Z | [ recovery-image] Aug 27 22:42:38.009 INFO O| Aug 27 22:42:38.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7545 | 2024-08-27T22:42:39.775Z | [ recovery-image] Aug 27 22:42:38.078 INFO O| Aug 27 22:42:38.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7546 | 2024-08-27T22:42:39.778Z | [ recovery-image] Aug 27 22:42:38.078 INFO O| Aug 27 22:42:38.078 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7547 | 2024-08-27T22:42:39.794Z | [ recovery-image] Aug 27 22:42:38.096 INFO O| Aug 27 22:42:38.096 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7548 | 2024-08-27T22:42:39.852Z | [ recovery-image] Aug 27 22:42:38.155 INFO O| Aug 27 22:42:38.155 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7549 | 2024-08-27T22:42:39.889Z | [ recovery-image] Aug 27 22:42:38.192 INFO O| Aug 27 22:42:38.192 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7550 | 2024-08-27T22:42:39.902Z | [ recovery-image] Aug 27 22:42:38.205 INFO O| Aug 27 22:42:38.205 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7551 | 2024-08-27T22:42:39.913Z | [ recovery-image] Aug 27 22:42:38.215 INFO O| Aug 27 22:42:38.215 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7552 | 2024-08-27T22:42:39.956Z | [ recovery-image] Aug 27 22:42:38.259 INFO O| Aug 27 22:42:38.259 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7553 | 2024-08-27T22:42:39.958Z | [ recovery-image] Aug 27 22:42:38.259 INFO O| Aug 27 22:42:38.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7554 | 2024-08-27T22:42:39.958Z | [ recovery-image] Aug 27 22:42:38.259 INFO O| Aug 27 22:42:38.259 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7555 | 2024-08-27T22:42:39.968Z | [ recovery-image] Aug 27 22:42:38.271 INFO O| Aug 27 22:42:38.271 INFO boot environment UUID: 1dfa48db-89f9-4b7f-a224-ffc1c7709e1a |
7556 | 2024-08-27T22:42:39.968Z | [ recovery-image] Aug 27 22:42:38.271 INFO O| Aug 27 22:42:38.271 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1dfa48db-89f9-4b7f-a224-ffc1c7709e1a |
7557 | 2024-08-27T22:42:39.978Z | [ recovery-image] Aug 27 22:42:38.281 INFO O| Aug 27 22:42:38.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7558 | 2024-08-27T22:42:39.987Z | [ recovery-image] Aug 27 22:42:38.290 INFO O| Aug 27 22:42:38.290 INFO STEP 0 (create_be) COMPLETE |
7559 | 2024-08-27T22:42:39.989Z | [ recovery-image] Aug 27 22:42:38.290 INFO O| Aug 27 22:42:38.290 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7560 | 2024-08-27T22:42:40.002Z | [ recovery-image] Aug 27 22:42:38.304 INFO O| Aug 27 22:42:38.304 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"] |
7561 | 2024-08-27T22:42:41.286Z | [ recovery-image] Aug 27 22:42:39.589 INFO O| Aug 27 22:42:39.589 INFO STEP 1 (unpack_tar) COMPLETE |
7562 | 2024-08-27T22:42:41.286Z | [ recovery-image] Aug 27 22:42:39.589 INFO O| Aug 27 22:42:39.589 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7563 | 2024-08-27T22:42:41.297Z | [ recovery-image] Aug 27 22:42:39.600 INFO O| Aug 27 22:42:39.600 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7564 | 2024-08-27T22:42:41.521Z | [ recovery-image] Aug 27 22:42:39.823 INFO O| Aug 27 22:42:39.823 INFO STEP 2 (devfsadm) COMPLETE |
7565 | 2024-08-27T22:42:41.521Z | [ recovery-image] Aug 27 22:42:39.824 INFO O| Aug 27 22:42:39.823 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7566 | 2024-08-27T22:42:41.528Z | [ host-image] Aug 27 22:42:39.831 INFO O| Aug 27 22:42:39.831 INFO O| Download: 21311/22728 items 177.2/196.4MB 90% complete (1.1M/s) |
7567 | 2024-08-27T22:42:41.532Z | [ recovery-image] Aug 27 22:42:39.835 INFO O| Aug 27 22:42:39.834 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7568 | 2024-08-27T22:42:41.535Z | [ recovery-image] Aug 27 22:42:39.835 INFO O| Aug 27 22:42:39.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7569 | 2024-08-27T22:42:41.535Z | [ recovery-image] Aug 27 22:42:39.835 INFO O| Aug 27 22:42:39.835 INFO STEP 3 (ensure_dir) COMPLETE |
7570 | 2024-08-27T22:42:41.535Z | [ recovery-image] Aug 27 22:42:39.835 INFO O| Aug 27 22:42:39.835 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7571 | 2024-08-27T22:42:41.542Z | [ recovery-image] Aug 27 22:42:39.845 INFO O| Aug 27 22:42:39.845 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7572 | 2024-08-27T22:42:41.542Z | [ recovery-image] Aug 27 22:42:39.845 INFO O| Aug 27 22:42:39.845 INFO STEP 4 (ensure_dir) COMPLETE |
7573 | 2024-08-27T22:42:41.542Z | [ recovery-image] Aug 27 22:42:39.845 INFO O| Aug 27 22:42:39.845 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7574 | 2024-08-27T22:42:41.552Z | [ recovery-image] Aug 27 22:42:39.854 INFO O| Aug 27 22:42:39.854 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7575 | 2024-08-27T22:42:41.552Z | [ recovery-image] Aug 27 22:42:39.854 INFO O| Aug 27 22:42:39.854 INFO STEP 5 (ensure_dir) COMPLETE |
7576 | 2024-08-27T22:42:41.554Z | [ recovery-image] Aug 27 22:42:39.854 INFO O| Aug 27 22:42:39.854 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7577 | 2024-08-27T22:42:41.561Z | [ recovery-image] Aug 27 22:42:39.864 INFO O| Aug 27 22:42:39.864 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7578 | 2024-08-27T22:42:41.561Z | [ recovery-image] Aug 27 22:42:39.864 INFO O| Aug 27 22:42:39.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7579 | 2024-08-27T22:42:41.564Z | [ recovery-image] Aug 27 22:42:39.864 INFO O| Aug 27 22:42:39.864 INFO STEP 6 (ensure_dir) COMPLETE |
7580 | 2024-08-27T22:42:41.564Z | [ recovery-image] Aug 27 22:42:39.864 INFO O| Aug 27 22:42:39.864 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7581 | 2024-08-27T22:42:41.571Z | [ recovery-image] Aug 27 22:42:39.874 INFO O| Aug 27 22:42:39.874 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7582 | 2024-08-27T22:42:41.573Z | [ recovery-image] Aug 27 22:42:39.874 INFO O| Aug 27 22:42:39.874 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7583 | 2024-08-27T22:42:41.573Z | [ recovery-image] Aug 27 22:42:39.874 INFO O| Aug 27 22:42:39.874 INFO STEP 7 (ensure_dir) COMPLETE |
7584 | 2024-08-27T22:42:41.574Z | [ recovery-image] Aug 27 22:42:39.874 INFO O| Aug 27 22:42:39.874 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7585 | 2024-08-27T22:42:41.581Z | [ recovery-image] Aug 27 22:42:39.884 INFO O| Aug 27 22:42:39.884 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7586 | 2024-08-27T22:42:41.584Z | [ recovery-image] Aug 27 22:42:39.884 INFO O| Aug 27 22:42:39.884 INFO STEP 8 (remove_files) COMPLETE |
7587 | 2024-08-27T22:42:41.584Z | [ recovery-image] Aug 27 22:42:39.884 INFO O| Aug 27 22:42:39.884 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7588 | 2024-08-27T22:42:41.591Z | [ recovery-image] Aug 27 22:42:39.894 INFO O| Aug 27 22:42:39.894 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7589 | 2024-08-27T22:42:41.594Z | [ recovery-image] Aug 27 22:42:39.895 INFO O| Aug 27 22:42:39.895 INFO STEP 9 (remove_files) COMPLETE |
7590 | 2024-08-27T22:42:41.594Z | [ recovery-image] Aug 27 22:42:39.895 INFO O| Aug 27 22:42:39.895 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7591 | 2024-08-27T22:42:41.602Z | [ recovery-image] Aug 27 22:42:39.904 INFO O| Aug 27 22:42:39.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7592 | 2024-08-27T22:42:41.604Z | [ recovery-image] Aug 27 22:42:39.905 INFO O| Aug 27 22:42:39.905 INFO STEP 10 (remove_files) COMPLETE |
7593 | 2024-08-27T22:42:41.604Z | [ recovery-image] Aug 27 22:42:39.905 INFO O| Aug 27 22:42:39.905 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7594 | 2024-08-27T22:42:41.612Z | [ recovery-image] Aug 27 22:42:39.915 INFO O| Aug 27 22:42:39.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7595 | 2024-08-27T22:42:41.614Z | [ recovery-image] Aug 27 22:42:39.915 INFO O| Aug 27 22:42:39.915 INFO STEP 11 (remove_files) COMPLETE |
7596 | 2024-08-27T22:42:41.614Z | [ recovery-image] Aug 27 22:42:39.915 INFO O| Aug 27 22:42:39.915 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7597 | 2024-08-27T22:42:41.622Z | [ recovery-image] Aug 27 22:42:39.925 INFO O| Aug 27 22:42:39.925 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7598 | 2024-08-27T22:42:41.624Z | [ recovery-image] Aug 27 22:42:39.925 INFO O| Aug 27 22:42:39.925 INFO STEP 12 (remove_files) COMPLETE |
7599 | 2024-08-27T22:42:41.624Z | [ recovery-image] Aug 27 22:42:39.925 INFO O| Aug 27 22:42:39.925 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7600 | 2024-08-27T22:42:41.632Z | [ recovery-image] Aug 27 22:42:39.935 INFO O| Aug 27 22:42:39.935 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7601 | 2024-08-27T22:42:41.632Z | [ recovery-image] Aug 27 22:42:39.935 INFO O| Aug 27 22:42:39.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7602 | 2024-08-27T22:42:41.634Z | [ recovery-image] Aug 27 22:42:39.935 INFO O| Aug 27 22:42:39.935 INFO STEP 13 (ensure_dir) COMPLETE |
7603 | 2024-08-27T22:42:41.634Z | [ recovery-image] Aug 27 22:42:39.935 INFO O| Aug 27 22:42:39.935 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7604 | 2024-08-27T22:42:41.641Z | [ recovery-image] Aug 27 22:42:39.944 INFO O| Aug 27 22:42:39.944 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7605 | 2024-08-27T22:42:41.644Z | [ recovery-image] Aug 27 22:42:39.944 INFO O| Aug 27 22:42:39.944 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7606 | 2024-08-27T22:42:41.644Z | [ recovery-image] Aug 27 22:42:39.944 INFO O| Aug 27 22:42:39.944 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7607 | 2024-08-27T22:42:41.644Z | [ recovery-image] Aug 27 22:42:39.944 INFO O| Aug 27 22:42:39.944 INFO STEP 14 (ensure_dir) COMPLETE |
7608 | 2024-08-27T22:42:41.644Z | [ recovery-image] Aug 27 22:42:39.944 INFO O| Aug 27 22:42:39.944 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7609 | 2024-08-27T22:42:41.651Z | [ recovery-image] Aug 27 22:42:39.954 INFO O| Aug 27 22:42:39.954 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7610 | 2024-08-27T22:42:41.653Z | [ recovery-image] Aug 27 22:42:39.954 INFO O| Aug 27 22:42:39.954 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7611 | 2024-08-27T22:42:41.653Z | [ recovery-image] Aug 27 22:42:39.954 INFO O| Aug 27 22:42:39.954 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7612 | 2024-08-27T22:42:41.653Z | [ recovery-image] Aug 27 22:42:39.954 INFO O| Aug 27 22:42:39.954 INFO STEP 15 (ensure_dir) COMPLETE |
7613 | 2024-08-27T22:42:41.654Z | [ recovery-image] Aug 27 22:42:39.954 INFO O| Aug 27 22:42:39.954 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7614 | 2024-08-27T22:42:41.661Z | [ recovery-image] Aug 27 22:42:39.964 INFO O| Aug 27 22:42:39.964 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7615 | 2024-08-27T22:42:41.661Z | [ recovery-image] Aug 27 22:42:39.964 INFO O| Aug 27 22:42:39.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7616 | 2024-08-27T22:42:41.664Z | [ recovery-image] Aug 27 22:42:39.964 INFO O| Aug 27 22:42:39.964 INFO STEP 16 (ensure_dir) COMPLETE |
7617 | 2024-08-27T22:42:41.664Z | [ recovery-image] Aug 27 22:42:39.964 INFO O| Aug 27 22:42:39.964 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7618 | 2024-08-27T22:42:41.671Z | [ recovery-image] Aug 27 22:42:39.974 INFO O| Aug 27 22:42:39.974 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7619 | 2024-08-27T22:42:41.671Z | [ recovery-image] Aug 27 22:42:39.974 INFO O| Aug 27 22:42:39.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7620 | 2024-08-27T22:42:41.673Z | [ recovery-image] Aug 27 22:42:39.974 INFO O| Aug 27 22:42:39.974 INFO STEP 17 (ensure_dir) COMPLETE |
7621 | 2024-08-27T22:42:41.673Z | [ recovery-image] Aug 27 22:42:39.974 INFO O| Aug 27 22:42:39.974 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7622 | 2024-08-27T22:42:41.680Z | [ recovery-image] Aug 27 22:42:39.983 INFO O| Aug 27 22:42:39.983 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7623 | 2024-08-27T22:42:41.680Z | [ recovery-image] Aug 27 22:42:39.983 INFO O| Aug 27 22:42:39.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7624 | 2024-08-27T22:42:41.683Z | [ recovery-image] Aug 27 22:42:39.983 INFO O| Aug 27 22:42:39.983 INFO ok! |
7625 | 2024-08-27T22:42:41.683Z | [ recovery-image] Aug 27 22:42:39.983 INFO O| Aug 27 22:42:39.983 INFO STEP 18 (ensure_symlink) COMPLETE |
7626 | 2024-08-27T22:42:41.683Z | [ recovery-image] Aug 27 22:42:39.983 INFO O| Aug 27 22:42:39.983 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7627 | 2024-08-27T22:42:41.690Z | [ recovery-image] Aug 27 22:42:39.993 INFO O| Aug 27 22:42:39.993 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7628 | 2024-08-27T22:42:41.692Z | [ recovery-image] Aug 27 22:42:39.993 INFO O| Aug 27 22:42:39.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7629 | 2024-08-27T22:42:41.692Z | [ recovery-image] Aug 27 22:42:39.993 INFO O| Aug 27 22:42:39.993 INFO ok! |
7630 | 2024-08-27T22:42:41.692Z | [ recovery-image] Aug 27 22:42:39.993 INFO O| Aug 27 22:42:39.993 INFO STEP 19 (ensure_file) COMPLETE |
7631 | 2024-08-27T22:42:41.692Z | [ recovery-image] Aug 27 22:42:39.993 INFO O| Aug 27 22:42:39.993 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7632 | 2024-08-27T22:42:41.700Z | [ recovery-image] Aug 27 22:42:40.003 INFO O| Aug 27 22:42:40.003 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7633 | 2024-08-27T22:42:41.700Z | [ recovery-image] Aug 27 22:42:40.003 INFO O| Aug 27 22:42:40.003 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7634 | 2024-08-27T22:42:41.703Z | [ recovery-image] Aug 27 22:42:40.003 INFO O| Aug 27 22:42:40.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7635 | 2024-08-27T22:42:41.703Z | [ recovery-image] Aug 27 22:42:40.003 INFO O| Aug 27 22:42:40.003 INFO ok! |
7636 | 2024-08-27T22:42:41.703Z | [ recovery-image] Aug 27 22:42:40.003 INFO O| Aug 27 22:42:40.003 INFO STEP 20 (ensure_symlink) COMPLETE |
7637 | 2024-08-27T22:42:41.703Z | [ recovery-image] Aug 27 22:42:40.003 INFO O| Aug 27 22:42:40.003 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7638 | 2024-08-27T22:42:41.710Z | [ recovery-image] Aug 27 22:42:40.013 INFO O| Aug 27 22:42:40.013 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7639 | 2024-08-27T22:42:41.710Z | [ recovery-image] Aug 27 22:42:40.013 INFO O| Aug 27 22:42:40.013 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7640 | 2024-08-27T22:42:41.713Z | [ recovery-image] Aug 27 22:42:40.013 INFO O| Aug 27 22:42:40.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7641 | 2024-08-27T22:42:41.713Z | [ recovery-image] Aug 27 22:42:40.013 INFO O| Aug 27 22:42:40.013 INFO ok! |
7642 | 2024-08-27T22:42:41.713Z | [ recovery-image] Aug 27 22:42:40.013 INFO O| Aug 27 22:42:40.013 INFO STEP 21 (ensure_symlink) COMPLETE |
7643 | 2024-08-27T22:42:41.713Z | [ recovery-image] Aug 27 22:42:40.013 INFO O| Aug 27 22:42:40.013 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7644 | 2024-08-27T22:42:41.720Z | [ recovery-image] Aug 27 22:42:40.023 INFO O| Aug 27 22:42:40.023 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7645 | 2024-08-27T22:42:41.720Z | [ recovery-image] Aug 27 22:42:40.023 INFO O| Aug 27 22:42:40.023 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7646 | 2024-08-27T22:42:41.723Z | [ recovery-image] Aug 27 22:42:40.023 INFO O| Aug 27 22:42:40.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7647 | 2024-08-27T22:42:41.723Z | [ recovery-image] Aug 27 22:42:40.023 INFO O| Aug 27 22:42:40.023 INFO ok! |
7648 | 2024-08-27T22:42:41.723Z | [ recovery-image] Aug 27 22:42:40.023 INFO O| Aug 27 22:42:40.023 INFO STEP 22 (ensure_symlink) COMPLETE |
7649 | 2024-08-27T22:42:41.723Z | [ recovery-image] Aug 27 22:42:40.023 INFO O| Aug 27 22:42:40.023 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7650 | 2024-08-27T22:42:41.730Z | [ recovery-image] Aug 27 22:42:40.033 INFO O| Aug 27 22:42:40.033 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7651 | 2024-08-27T22:42:41.730Z | [ recovery-image] Aug 27 22:42:40.033 INFO O| Aug 27 22:42:40.033 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7652 | 2024-08-27T22:42:41.733Z | [ recovery-image] Aug 27 22:42:40.033 INFO O| Aug 27 22:42:40.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7653 | 2024-08-27T22:42:41.733Z | [ recovery-image] Aug 27 22:42:40.033 INFO O| Aug 27 22:42:40.033 INFO ok! |
7654 | 2024-08-27T22:42:41.733Z | [ recovery-image] Aug 27 22:42:40.033 INFO O| Aug 27 22:42:40.033 INFO STEP 23 (ensure_symlink) COMPLETE |
7655 | 2024-08-27T22:42:41.733Z | [ recovery-image] Aug 27 22:42:40.033 INFO O| Aug 27 22:42:40.033 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7656 | 2024-08-27T22:42:41.740Z | [ recovery-image] Aug 27 22:42:40.043 INFO O| Aug 27 22:42:40.043 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7657 | 2024-08-27T22:42:41.740Z | [ recovery-image] Aug 27 22:42:40.043 INFO O| Aug 27 22:42:40.043 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 ... |
7658 | 2024-08-27T22:42:41.743Z | [ recovery-image] Aug 27 22:42:40.043 INFO O| Aug 27 22:42:40.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7659 | 2024-08-27T22:42:41.743Z | [ recovery-image] Aug 27 22:42:40.043 INFO O| Aug 27 22:42:40.043 INFO ok! |
7660 | 2024-08-27T22:42:41.743Z | [ recovery-image] Aug 27 22:42:40.043 INFO O| Aug 27 22:42:40.043 INFO STEP 24 (ensure_file) COMPLETE |
7661 | 2024-08-27T22:42:41.743Z | [ recovery-image] Aug 27 22:42:40.043 INFO O| Aug 27 22:42:40.043 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7662 | 2024-08-27T22:42:41.750Z | [ recovery-image] Aug 27 22:42:40.053 INFO O| Aug 27 22:42:40.053 INFO updating shadow file |
7663 | 2024-08-27T22:42:41.753Z | [ recovery-image] Aug 27 22:42:40.053 INFO O| Aug 27 22:42:40.053 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7664 | 2024-08-27T22:42:41.753Z | [ recovery-image] Aug 27 22:42:40.054 INFO O| Aug 27 22:42:40.053 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7665 | 2024-08-27T22:42:41.753Z | [ recovery-image] Aug 27 22:42:40.054 INFO O| Aug 27 22:42:40.054 INFO STEP 25 (shadow) COMPLETE |
7666 | 2024-08-27T22:42:41.753Z | [ recovery-image] Aug 27 22:42:40.054 INFO O| Aug 27 22:42:40.054 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7667 | 2024-08-27T22:42:41.761Z | [ recovery-image] Aug 27 22:42:40.063 INFO O| Aug 27 22:42:40.063 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7668 | 2024-08-27T22:42:41.761Z | [ recovery-image] Aug 27 22:42:40.063 INFO O| Aug 27 22:42:40.063 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7669 | 2024-08-27T22:42:41.763Z | [ recovery-image] Aug 27 22:42:40.064 INFO O| Aug 27 22:42:40.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7670 | 2024-08-27T22:42:41.763Z | [ recovery-image] Aug 27 22:42:40.064 INFO O| Aug 27 22:42:40.064 INFO ok! |
7671 | 2024-08-27T22:42:41.763Z | [ recovery-image] Aug 27 22:42:40.064 INFO O| Aug 27 22:42:40.064 INFO STEP 26 (ensure_file) COMPLETE |
7672 | 2024-08-27T22:42:41.763Z | [ recovery-image] Aug 27 22:42:40.064 INFO O| Aug 27 22:42:40.064 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7673 | 2024-08-27T22:42:41.770Z | [ recovery-image] Aug 27 22:42:40.073 INFO O| Aug 27 22:42:40.073 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7674 | 2024-08-27T22:42:41.770Z | [ recovery-image] Aug 27 22:42:40.073 INFO O| Aug 27 22:42:40.073 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7675 | 2024-08-27T22:42:41.773Z | [ recovery-image] Aug 27 22:42:40.073 INFO O| Aug 27 22:42:40.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7676 | 2024-08-27T22:42:41.773Z | [ recovery-image] Aug 27 22:42:40.073 INFO O| Aug 27 22:42:40.073 INFO ok! |
7677 | 2024-08-27T22:42:41.774Z | [ recovery-image] Aug 27 22:42:40.073 INFO O| Aug 27 22:42:40.073 INFO STEP 27 (ensure_file) COMPLETE |
7678 | 2024-08-27T22:42:41.774Z | [ recovery-image] Aug 27 22:42:40.073 INFO O| Aug 27 22:42:40.073 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7679 | 2024-08-27T22:42:41.780Z | [ recovery-image] Aug 27 22:42:40.083 INFO O| Aug 27 22:42:40.083 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7680 | 2024-08-27T22:42:41.780Z | [ recovery-image] Aug 27 22:42:40.083 INFO O| Aug 27 22:42:40.083 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7681 | 2024-08-27T22:42:41.783Z | [ recovery-image] Aug 27 22:42:40.083 INFO O| Aug 27 22:42:40.083 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7682 | 2024-08-27T22:42:41.783Z | [ recovery-image] Aug 27 22:42:40.083 INFO O| Aug 27 22:42:40.083 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7683 | 2024-08-27T22:42:41.783Z | [ recovery-image] Aug 27 22:42:40.083 INFO O| Aug 27 22:42:40.083 INFO ok! |
7684 | 2024-08-27T22:42:41.783Z | [ recovery-image] Aug 27 22:42:40.083 INFO O| Aug 27 22:42:40.083 INFO STEP 28 (ensure_file) COMPLETE |
7685 | 2024-08-27T22:42:41.783Z | [ recovery-image] Aug 27 22:42:40.083 INFO O| Aug 27 22:42:40.083 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7686 | 2024-08-27T22:42:41.790Z | [ recovery-image] Aug 27 22:42:40.093 INFO O| Aug 27 22:42:40.093 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7687 | 2024-08-27T22:42:41.793Z | [ recovery-image] Aug 27 22:42:40.093 INFO O| Aug 27 22:42:40.093 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7688 | 2024-08-27T22:42:41.793Z | [ recovery-image] Aug 27 22:42:40.093 INFO O| Aug 27 22:42:40.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7689 | 2024-08-27T22:42:41.793Z | [ recovery-image] Aug 27 22:42:40.093 INFO O| Aug 27 22:42:40.093 INFO ok! |
7690 | 2024-08-27T22:42:41.793Z | [ recovery-image] Aug 27 22:42:40.093 INFO O| Aug 27 22:42:40.093 INFO STEP 29 (ensure_file) COMPLETE |
7691 | 2024-08-27T22:42:41.793Z | [ recovery-image] Aug 27 22:42:40.093 INFO O| Aug 27 22:42:40.093 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7692 | 2024-08-27T22:42:41.800Z | [ recovery-image] Aug 27 22:42:40.103 INFO O| Aug 27 22:42:40.103 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7693 | 2024-08-27T22:42:41.800Z | [ recovery-image] Aug 27 22:42:40.103 INFO O| Aug 27 22:42:40.103 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7694 | 2024-08-27T22:42:41.804Z | [ recovery-image] Aug 27 22:42:40.103 INFO O| Aug 27 22:42:40.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7695 | 2024-08-27T22:42:41.804Z | [ recovery-image] Aug 27 22:42:40.103 INFO O| Aug 27 22:42:40.103 INFO ok! |
7696 | 2024-08-27T22:42:41.804Z | [ recovery-image] Aug 27 22:42:40.103 INFO O| Aug 27 22:42:40.103 INFO STEP 30 (ensure_file) COMPLETE |
7697 | 2024-08-27T22:42:41.804Z | [ recovery-image] Aug 27 22:42:40.103 INFO O| Aug 27 22:42:40.103 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7698 | 2024-08-27T22:42:41.810Z | [ recovery-image] Aug 27 22:42:40.113 INFO O| Aug 27 22:42:40.113 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7699 | 2024-08-27T22:42:41.810Z | [ recovery-image] Aug 27 22:42:40.113 INFO O| Aug 27 22:42:40.113 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7700 | 2024-08-27T22:42:41.812Z | [ recovery-image] Aug 27 22:42:40.113 INFO O| Aug 27 22:42:40.113 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7701 | 2024-08-27T22:42:41.812Z | [ recovery-image] Aug 27 22:42:40.113 INFO O| Aug 27 22:42:40.113 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7702 | 2024-08-27T22:42:41.812Z | [ recovery-image] Aug 27 22:42:40.113 INFO O| Aug 27 22:42:40.113 INFO ok! |
7703 | 2024-08-27T22:42:41.812Z | [ recovery-image] Aug 27 22:42:40.113 INFO O| Aug 27 22:42:40.113 INFO STEP 31 (ensure_file) COMPLETE |
7704 | 2024-08-27T22:42:41.812Z | [ recovery-image] Aug 27 22:42:40.113 INFO O| Aug 27 22:42:40.113 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7705 | 2024-08-27T22:42:41.821Z | [ recovery-image] Aug 27 22:42:40.123 INFO O| Aug 27 22:42:40.123 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7706 | 2024-08-27T22:42:41.821Z | [ recovery-image] Aug 27 22:42:40.123 INFO O| Aug 27 22:42:40.123 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7707 | 2024-08-27T22:42:41.824Z | [ recovery-image] Aug 27 22:42:40.123 INFO O| Aug 27 22:42:40.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7708 | 2024-08-27T22:42:41.824Z | [ recovery-image] Aug 27 22:42:40.123 INFO O| Aug 27 22:42:40.123 INFO ok! |
7709 | 2024-08-27T22:42:41.824Z | [ recovery-image] Aug 27 22:42:40.123 INFO O| Aug 27 22:42:40.123 INFO STEP 32 (ensure_file) COMPLETE |
7710 | 2024-08-27T22:42:41.824Z | [ recovery-image] Aug 27 22:42:40.123 INFO O| Aug 27 22:42:40.123 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7711 | 2024-08-27T22:42:41.830Z | [ recovery-image] Aug 27 22:42:40.133 INFO O| Aug 27 22:42:40.133 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7712 | 2024-08-27T22:42:41.830Z | [ recovery-image] Aug 27 22:42:40.133 INFO O| Aug 27 22:42:40.133 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7713 | 2024-08-27T22:42:41.832Z | [ recovery-image] Aug 27 22:42:40.133 INFO O| Aug 27 22:42:40.133 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7714 | 2024-08-27T22:42:41.832Z | [ recovery-image] Aug 27 22:42:40.133 INFO O| Aug 27 22:42:40.133 INFO ok! |
7715 | 2024-08-27T22:42:41.832Z | [ recovery-image] Aug 27 22:42:40.133 INFO O| Aug 27 22:42:40.133 INFO STEP 33 (ensure_file) COMPLETE |
7716 | 2024-08-27T22:42:41.833Z | [ recovery-image] Aug 27 22:42:40.133 INFO O| Aug 27 22:42:40.133 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7717 | 2024-08-27T22:42:41.840Z | [ recovery-image] Aug 27 22:42:40.143 INFO O| Aug 27 22:42:40.143 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7718 | 2024-08-27T22:42:41.840Z | [ recovery-image] Aug 27 22:42:40.143 INFO O| Aug 27 22:42:40.143 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7719 | 2024-08-27T22:42:41.843Z | [ recovery-image] Aug 27 22:42:40.143 INFO O| Aug 27 22:42:40.143 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7720 | 2024-08-27T22:42:41.843Z | [ recovery-image] Aug 27 22:42:40.143 INFO O| Aug 27 22:42:40.143 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7721 | 2024-08-27T22:42:41.843Z | [ recovery-image] Aug 27 22:42:40.143 INFO O| Aug 27 22:42:40.143 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7722 | 2024-08-27T22:42:41.843Z | [ recovery-image] Aug 27 22:42:40.143 INFO O| Aug 27 22:42:40.143 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7723 | 2024-08-27T22:42:41.843Z | [ recovery-image] Aug 27 22:42:40.143 INFO O| Aug 27 22:42:40.143 INFO ok! |
7724 | 2024-08-27T22:42:41.843Z | [ recovery-image] Aug 27 22:42:40.143 INFO O| Aug 27 22:42:40.143 INFO STEP 34 (ensure_file) COMPLETE |
7725 | 2024-08-27T22:42:41.843Z | [ recovery-image] Aug 27 22:42:40.143 INFO O| Aug 27 22:42:40.143 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7726 | 2024-08-27T22:42:41.851Z | [ recovery-image] Aug 27 22:42:40.154 INFO O| Aug 27 22:42:40.154 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7727 | 2024-08-27T22:42:41.851Z | [ recovery-image] Aug 27 22:42:40.154 INFO O| Aug 27 22:42:40.154 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7728 | 2024-08-27T22:42:41.854Z | [ recovery-image] Aug 27 22:42:40.154 INFO O| Aug 27 22:42:40.154 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7729 | 2024-08-27T22:42:41.854Z | [ recovery-image] Aug 27 22:42:40.154 INFO O| Aug 27 22:42:40.154 INFO STEP 35 (ensure_dir) COMPLETE |
7730 | 2024-08-27T22:42:41.854Z | [ recovery-image] Aug 27 22:42:40.154 INFO O| Aug 27 22:42:40.154 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7731 | 2024-08-27T22:42:41.862Z | [ recovery-image] Aug 27 22:42:40.164 INFO O| Aug 27 22:42:40.164 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 |
7732 | 2024-08-27T22:42:41.865Z | [ recovery-image] Aug 27 22:42:40.164 INFO O| Aug 27 22:42:40.164 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 ... |
7733 | 2024-08-27T22:42:41.865Z | [ recovery-image] Aug 27 22:42:40.165 INFO O| Aug 27 22:42:40.164 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 |
7734 | 2024-08-27T22:42:41.865Z | [ recovery-image] Aug 27 22:42:40.165 INFO O| Aug 27 22:42:40.165 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 |
7735 | 2024-08-27T22:42:41.865Z | [ recovery-image] Aug 27 22:42:40.165 INFO O| Aug 27 22:42:40.165 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 |
7736 | 2024-08-27T22:42:41.865Z | [ recovery-image] Aug 27 22:42:40.165 INFO O| Aug 27 22:42:40.165 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 |
7737 | 2024-08-27T22:42:41.865Z | [ recovery-image] Aug 27 22:42:40.165 INFO O| Aug 27 22:42:40.165 INFO ok! |
7738 | 2024-08-27T22:42:41.865Z | [ recovery-image] Aug 27 22:42:40.165 INFO O| Aug 27 22:42:40.165 INFO STEP 36 (ensure_file) COMPLETE |
7739 | 2024-08-27T22:42:41.865Z | [ recovery-image] Aug 27 22:42:40.165 INFO O| Aug 27 22:42:40.165 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7740 | 2024-08-27T22:42:41.872Z | [ recovery-image] Aug 27 22:42:40.175 INFO O| Aug 27 22:42:40.175 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7741 | 2024-08-27T22:42:41.872Z | [ recovery-image] Aug 27 22:42:40.175 INFO O| Aug 27 22:42:40.175 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 ... |
7742 | 2024-08-27T22:42:41.875Z | [ recovery-image] Aug 27 22:42:40.175 INFO O| Aug 27 22:42:40.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7743 | 2024-08-27T22:42:41.875Z | [ recovery-image] Aug 27 22:42:40.175 INFO O| Aug 27 22:42:40.175 INFO ok! |
7744 | 2024-08-27T22:42:41.875Z | [ recovery-image] Aug 27 22:42:40.175 INFO O| Aug 27 22:42:40.175 INFO STEP 37 (ensure_symlink) COMPLETE |
7745 | 2024-08-27T22:42:41.875Z | [ recovery-image] Aug 27 22:42:40.175 INFO O| Aug 27 22:42:40.175 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7746 | 2024-08-27T22:42:41.883Z | [ recovery-image] Aug 27 22:42:40.185 INFO O| Aug 27 22:42:40.185 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7747 | 2024-08-27T22:42:41.883Z | [ recovery-image] Aug 27 22:42:40.186 INFO O| Aug 27 22:42:40.185 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7748 | 2024-08-27T22:42:41.885Z | [ recovery-image] Aug 27 22:42:40.186 INFO O| Aug 27 22:42:40.186 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7749 | 2024-08-27T22:42:41.885Z | [ recovery-image] Aug 27 22:42:40.186 INFO O| Aug 27 22:42:40.186 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7750 | 2024-08-27T22:42:41.885Z | [ recovery-image] Aug 27 22:42:40.186 INFO O| Aug 27 22:42:40.186 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7751 | 2024-08-27T22:42:41.885Z | [ recovery-image] Aug 27 22:42:40.186 INFO O| Aug 27 22:42:40.186 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7752 | 2024-08-27T22:42:41.885Z | [ recovery-image] Aug 27 22:42:40.186 INFO O| Aug 27 22:42:40.186 INFO ok! |
7753 | 2024-08-27T22:42:41.885Z | [ recovery-image] Aug 27 22:42:40.186 INFO O| Aug 27 22:42:40.186 INFO STEP 38 (ensure_file) COMPLETE |
7754 | 2024-08-27T22:42:41.885Z | [ recovery-image] Aug 27 22:42:40.186 INFO O| Aug 27 22:42:40.186 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7755 | 2024-08-27T22:42:41.893Z | [ recovery-image] Aug 27 22:42:40.196 INFO O| Aug 27 22:42:40.196 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7756 | 2024-08-27T22:42:41.896Z | [ recovery-image] Aug 27 22:42:40.196 INFO O| Aug 27 22:42:40.196 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 ... |
7757 | 2024-08-27T22:42:41.896Z | [ recovery-image] Aug 27 22:42:40.196 INFO O| Aug 27 22:42:40.196 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 |
7758 | 2024-08-27T22:42:41.896Z | [ recovery-image] Aug 27 22:42:40.196 INFO O| Aug 27 22:42:40.196 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7759 | 2024-08-27T22:42:41.896Z | [ recovery-image] Aug 27 22:42:40.196 INFO O| Aug 27 22:42:40.196 INFO ok! |
7760 | 2024-08-27T22:42:41.896Z | [ recovery-image] Aug 27 22:42:40.196 INFO O| Aug 27 22:42:40.196 INFO STEP 39 (ensure_file) COMPLETE |
7761 | 2024-08-27T22:42:41.896Z | [ recovery-image] Aug 27 22:42:40.196 INFO O| Aug 27 22:42:40.196 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7762 | 2024-08-27T22:42:41.904Z | [ recovery-image] Aug 27 22:42:40.206 INFO O| Aug 27 22:42:40.206 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7763 | 2024-08-27T22:42:41.904Z | [ recovery-image] Aug 27 22:42:40.206 INFO O| Aug 27 22:42:40.206 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7764 | 2024-08-27T22:42:41.907Z | [ recovery-image] Aug 27 22:42:40.206 INFO O| Aug 27 22:42:40.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7765 | 2024-08-27T22:42:41.907Z | [ recovery-image] Aug 27 22:42:40.206 INFO O| Aug 27 22:42:40.206 INFO ok! |
7766 | 2024-08-27T22:42:41.907Z | [ recovery-image] Aug 27 22:42:40.206 INFO O| Aug 27 22:42:40.206 INFO STEP 40 (ensure_file) COMPLETE |
7767 | 2024-08-27T22:42:41.907Z | [ recovery-image] Aug 27 22:42:40.206 INFO O| Aug 27 22:42:40.206 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7768 | 2024-08-27T22:42:41.913Z | [ recovery-image] Aug 27 22:42:40.216 INFO O| Aug 27 22:42:40.216 INFO updating shadow file |
7769 | 2024-08-27T22:42:41.919Z | [ recovery-image] Aug 27 22:42:40.216 INFO O| Aug 27 22:42:40.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7770 | 2024-08-27T22:42:41.919Z | [ recovery-image] Aug 27 22:42:40.216 INFO O| Aug 27 22:42:40.216 INFO STEP 41 (shadow) COMPLETE |
7771 | 2024-08-27T22:42:41.919Z | [ recovery-image] Aug 27 22:42:40.216 INFO O| Aug 27 22:42:40.216 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7772 | 2024-08-27T22:42:41.924Z | [ recovery-image] Aug 27 22:42:40.226 INFO O| Aug 27 22:42:40.226 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7773 | 2024-08-27T22:42:41.924Z | [ recovery-image] Aug 27 22:42:40.226 INFO O| Aug 27 22:42:40.226 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7774 | 2024-08-27T22:42:41.926Z | [ recovery-image] Aug 27 22:42:40.227 INFO O| Aug 27 22:42:40.226 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7775 | 2024-08-27T22:42:41.926Z | [ recovery-image] Aug 27 22:42:40.227 INFO O| Aug 27 22:42:40.227 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7776 | 2024-08-27T22:42:41.926Z | [ recovery-image] Aug 27 22:42:40.227 INFO O| Aug 27 22:42:40.227 INFO ok! |
7777 | 2024-08-27T22:42:41.926Z | [ recovery-image] Aug 27 22:42:40.227 INFO O| Aug 27 22:42:40.227 INFO STEP 42 (ensure_file) COMPLETE |
7778 | 2024-08-27T22:42:41.926Z | [ recovery-image] Aug 27 22:42:40.227 INFO O| Aug 27 22:42:40.227 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7779 | 2024-08-27T22:42:41.934Z | [ recovery-image] Aug 27 22:42:40.236 INFO O| Aug 27 22:42:40.236 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7780 | 2024-08-27T22:42:41.934Z | [ recovery-image] Aug 27 22:42:40.236 INFO O| Aug 27 22:42:40.236 INFO STEP 43 (ensure_dir) COMPLETE |
7781 | 2024-08-27T22:42:41.934Z | [ recovery-image] Aug 27 22:42:40.236 INFO O| Aug 27 22:42:40.236 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7782 | 2024-08-27T22:42:41.944Z | [ recovery-image] Aug 27 22:42:40.247 INFO O| Aug 27 22:42:40.247 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7783 | 2024-08-27T22:42:41.944Z | [ recovery-image] Aug 27 22:42:40.247 INFO O| Aug 27 22:42:40.247 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7784 | 2024-08-27T22:42:41.944Z | [ recovery-image] Aug 27 22:42:40.247 INFO O| Aug 27 22:42:40.247 INFO STEP 44 (ensure_dir) COMPLETE |
7785 | 2024-08-27T22:42:41.948Z | [ recovery-image] Aug 27 22:42:40.247 INFO O| Aug 27 22:42:40.247 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7786 | 2024-08-27T22:42:41.954Z | [ recovery-image] Aug 27 22:42:40.257 INFO O| Aug 27 22:42:40.257 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7787 | 2024-08-27T22:42:41.957Z | [ recovery-image] Aug 27 22:42:40.257 INFO O| Aug 27 22:42:40.257 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7788 | 2024-08-27T22:42:41.957Z | [ recovery-image] Aug 27 22:42:40.257 INFO O| Aug 27 22:42:40.257 INFO STEP 45 (ensure_dir) COMPLETE |
7789 | 2024-08-27T22:42:41.957Z | [ recovery-image] Aug 27 22:42:40.257 INFO O| Aug 27 22:42:40.257 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7790 | 2024-08-27T22:42:41.964Z | [ recovery-image] Aug 27 22:42:40.267 INFO O| Aug 27 22:42:40.266 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7791 | 2024-08-27T22:42:41.964Z | [ recovery-image] Aug 27 22:42:40.267 INFO O| Aug 27 22:42:40.267 INFO copying /tmp/.tmp02NGbG/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7792 | 2024-08-27T22:42:42.004Z | [ recovery-image] Aug 27 22:42:40.306 INFO O| Aug 27 22:42:40.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7793 | 2024-08-27T22:42:42.004Z | [ recovery-image] Aug 27 22:42:40.306 INFO O| Aug 27 22:42:40.306 INFO ok! |
7794 | 2024-08-27T22:42:42.006Z | [ recovery-image] Aug 27 22:42:40.306 INFO O| Aug 27 22:42:40.306 INFO STEP 46 (ensure_file) COMPLETE |
7795 | 2024-08-27T22:42:42.006Z | [ recovery-image] Aug 27 22:42:40.306 INFO O| Aug 27 22:42:40.306 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7796 | 2024-08-27T22:42:42.014Z | [ recovery-image] Aug 27 22:42:40.317 INFO O| Aug 27 22:42:40.317 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7797 | 2024-08-27T22:42:42.017Z | [ recovery-image] Aug 27 22:42:40.317 INFO O| Aug 27 22:42:40.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7798 | 2024-08-27T22:42:42.017Z | [ recovery-image] Aug 27 22:42:40.317 INFO O| Aug 27 22:42:40.317 INFO STEP 47 (ensure_dir) COMPLETE |
7799 | 2024-08-27T22:42:42.017Z | [ recovery-image] Aug 27 22:42:40.317 INFO O| Aug 27 22:42:40.317 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7800 | 2024-08-27T22:42:42.024Z | [ recovery-image] Aug 27 22:42:40.327 INFO O| Aug 27 22:42:40.327 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7801 | 2024-08-27T22:42:42.024Z | [ recovery-image] Aug 27 22:42:40.327 INFO O| Aug 27 22:42:40.327 INFO copying /tmp/.tmp02NGbG/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7802 | 2024-08-27T22:42:42.027Z | [ recovery-image] Aug 27 22:42:40.327 INFO O| Aug 27 22:42:40.327 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7803 | 2024-08-27T22:42:42.027Z | [ recovery-image] Aug 27 22:42:40.327 INFO O| Aug 27 22:42:40.327 INFO ok! |
7804 | 2024-08-27T22:42:42.027Z | [ recovery-image] Aug 27 22:42:40.327 INFO O| Aug 27 22:42:40.327 INFO STEP 48 (ensure_file) COMPLETE |
7805 | 2024-08-27T22:42:42.027Z | [ recovery-image] Aug 27 22:42:40.327 INFO O| Aug 27 22:42:40.327 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7806 | 2024-08-27T22:42:42.034Z | [ recovery-image] Aug 27 22:42:40.336 INFO O| Aug 27 22:42:40.336 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7807 | 2024-08-27T22:42:42.034Z | [ recovery-image] Aug 27 22:42:40.337 INFO O| Aug 27 22:42:40.336 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7808 | 2024-08-27T22:42:42.034Z | [ recovery-image] Aug 27 22:42:40.337 INFO O| Aug 27 22:42:40.337 INFO STEP 49 (ensure_dir) COMPLETE |
7809 | 2024-08-27T22:42:42.037Z | [ recovery-image] Aug 27 22:42:40.337 INFO O| Aug 27 22:42:40.337 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7810 | 2024-08-27T22:42:42.043Z | [ recovery-image] Aug 27 22:42:40.346 INFO O| Aug 27 22:42:40.346 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7811 | 2024-08-27T22:42:42.046Z | [ recovery-image] Aug 27 22:42:40.346 INFO O| Aug 27 22:42:40.346 INFO copying /tmp/.tmp02NGbG/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7812 | 2024-08-27T22:42:42.063Z | [ recovery-image] Aug 27 22:42:40.366 INFO O| Aug 27 22:42:40.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7813 | 2024-08-27T22:42:42.063Z | [ recovery-image] Aug 27 22:42:40.366 INFO O| Aug 27 22:42:40.366 INFO ok! |
7814 | 2024-08-27T22:42:42.063Z | [ recovery-image] Aug 27 22:42:40.366 INFO O| Aug 27 22:42:40.366 INFO STEP 50 (ensure_file) COMPLETE |
7815 | 2024-08-27T22:42:42.066Z | [ recovery-image] Aug 27 22:42:40.366 INFO O| Aug 27 22:42:40.366 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7816 | 2024-08-27T22:42:42.074Z | [ recovery-image] Aug 27 22:42:40.377 INFO O| Aug 27 22:42:40.377 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7817 | 2024-08-27T22:42:42.074Z | [ recovery-image] Aug 27 22:42:40.377 INFO O| Aug 27 22:42:40.377 INFO copying /tmp/.tmp02NGbG/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7818 | 2024-08-27T22:42:42.302Z | [ recovery-image] Aug 27 22:42:40.605 INFO O| Aug 27 22:42:40.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7819 | 2024-08-27T22:42:42.302Z | [ recovery-image] Aug 27 22:42:40.605 INFO O| Aug 27 22:42:40.605 INFO ok! |
7820 | 2024-08-27T22:42:42.305Z | [ recovery-image] Aug 27 22:42:40.605 INFO O| Aug 27 22:42:40.605 INFO STEP 51 (ensure_file) COMPLETE |
7821 | 2024-08-27T22:42:42.305Z | [ recovery-image] Aug 27 22:42:40.605 INFO O| Aug 27 22:42:40.605 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7822 | 2024-08-27T22:42:42.313Z | [ recovery-image] Aug 27 22:42:40.616 INFO O| Aug 27 22:42:40.616 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7823 | 2024-08-27T22:42:42.318Z | [ recovery-image] Aug 27 22:42:40.616 INFO O| Aug 27 22:42:40.616 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7824 | 2024-08-27T22:42:42.318Z | [ recovery-image] Aug 27 22:42:40.616 INFO O| Aug 27 22:42:40.616 INFO STEP 52 (ensure_dir) COMPLETE |
7825 | 2024-08-27T22:42:42.318Z | [ recovery-image] Aug 27 22:42:40.616 INFO O| Aug 27 22:42:40.616 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7826 | 2024-08-27T22:42:42.323Z | [ recovery-image] Aug 27 22:42:40.626 INFO O| Aug 27 22:42:40.626 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7827 | 2024-08-27T22:42:42.323Z | [ recovery-image] Aug 27 22:42:40.626 INFO O| Aug 27 22:42:40.626 INFO copying /tmp/.tmp02NGbG/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 ... |
7828 | 2024-08-27T22:42:42.327Z | [ recovery-image] Aug 27 22:42:40.626 INFO O| Aug 27 22:42:40.626 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 |
7829 | 2024-08-27T22:42:42.327Z | [ recovery-image] Aug 27 22:42:40.626 INFO O| Aug 27 22:42:40.626 INFO ok! |
7830 | 2024-08-27T22:42:42.327Z | [ recovery-image] Aug 27 22:42:40.626 INFO O| Aug 27 22:42:40.626 INFO STEP 53 (ensure_file) COMPLETE |
7831 | 2024-08-27T22:42:42.327Z | [ recovery-image] Aug 27 22:42:40.626 INFO O| Aug 27 22:42:40.626 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7832 | 2024-08-27T22:42:42.334Z | [ recovery-image] Aug 27 22:42:40.636 INFO O| Aug 27 22:42:40.636 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7833 | 2024-08-27T22:42:42.334Z | [ recovery-image] Aug 27 22:42:40.636 INFO O| Aug 27 22:42:40.636 INFO copying /tmp/.tmp02NGbG/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 ... |
7834 | 2024-08-27T22:42:42.336Z | [ recovery-image] Aug 27 22:42:40.636 INFO O| Aug 27 22:42:40.636 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 |
7835 | 2024-08-27T22:42:42.336Z | [ recovery-image] Aug 27 22:42:40.636 INFO O| Aug 27 22:42:40.636 INFO ok! |
7836 | 2024-08-27T22:42:42.336Z | [ recovery-image] Aug 27 22:42:40.636 INFO O| Aug 27 22:42:40.636 INFO STEP 54 (ensure_file) COMPLETE |
7837 | 2024-08-27T22:42:42.336Z | [ recovery-image] Aug 27 22:42:40.636 INFO O| Aug 27 22:42:40.636 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7838 | 2024-08-27T22:42:42.344Z | [ recovery-image] Aug 27 22:42:40.646 INFO O| Aug 27 22:42:40.646 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7839 | 2024-08-27T22:42:42.346Z | [ recovery-image] Aug 27 22:42:40.646 INFO O| Aug 27 22:42:40.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7840 | 2024-08-27T22:42:42.347Z | [ recovery-image] Aug 27 22:42:40.646 INFO O| Aug 27 22:42:40.646 INFO STEP 55 (ensure_dir) COMPLETE |
7841 | 2024-08-27T22:42:42.347Z | [ recovery-image] Aug 27 22:42:40.646 INFO O| Aug 27 22:42:40.646 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7842 | 2024-08-27T22:42:42.354Z | [ recovery-image] Aug 27 22:42:40.656 INFO O| Aug 27 22:42:40.656 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7843 | 2024-08-27T22:42:42.354Z | [ recovery-image] Aug 27 22:42:40.656 INFO O| Aug 27 22:42:40.656 INFO copying /tmp/.tmp02NGbG/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 ... |
7844 | 2024-08-27T22:42:42.356Z | [ recovery-image] Aug 27 22:42:40.656 INFO O| Aug 27 22:42:40.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7845 | 2024-08-27T22:42:42.356Z | [ recovery-image] Aug 27 22:42:40.656 INFO O| Aug 27 22:42:40.656 INFO ok! |
7846 | 2024-08-27T22:42:42.356Z | [ recovery-image] Aug 27 22:42:40.656 INFO O| Aug 27 22:42:40.656 INFO STEP 56 (ensure_file) COMPLETE |
7847 | 2024-08-27T22:42:42.356Z | [ recovery-image] Aug 27 22:42:40.656 INFO O| Aug 27 22:42:40.656 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7848 | 2024-08-27T22:42:42.363Z | [ recovery-image] Aug 27 22:42:40.666 INFO O| Aug 27 22:42:40.666 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7849 | 2024-08-27T22:42:42.364Z | [ recovery-image] Aug 27 22:42:40.666 INFO O| Aug 27 22:42:40.666 INFO copying /tmp/.tmp02NGbG/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 ... |
7850 | 2024-08-27T22:42:42.366Z | [ recovery-image] Aug 27 22:42:40.666 INFO O| Aug 27 22:42:40.666 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 |
7851 | 2024-08-27T22:42:42.366Z | [ recovery-image] Aug 27 22:42:40.666 INFO O| Aug 27 22:42:40.666 INFO ok! |
7852 | 2024-08-27T22:42:42.366Z | [ recovery-image] Aug 27 22:42:40.666 INFO O| Aug 27 22:42:40.666 INFO STEP 57 (ensure_file) COMPLETE |
7853 | 2024-08-27T22:42:42.366Z | [ recovery-image] Aug 27 22:42:40.666 INFO O| Aug 27 22:42:40.666 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7854 | 2024-08-27T22:42:42.374Z | [ recovery-image] Aug 27 22:42:40.676 INFO O| Aug 27 22:42:40.676 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7855 | 2024-08-27T22:42:42.374Z | [ recovery-image] Aug 27 22:42:40.676 INFO O| Aug 27 22:42:40.676 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7856 | 2024-08-27T22:42:42.374Z | [ recovery-image] Aug 27 22:42:40.676 INFO O| Aug 27 22:42:40.676 INFO STEP 58 (ensure_dir) COMPLETE |
7857 | 2024-08-27T22:42:42.377Z | [ recovery-image] Aug 27 22:42:40.676 INFO O| Aug 27 22:42:40.676 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7858 | 2024-08-27T22:42:42.384Z | [ recovery-image] Aug 27 22:42:40.686 INFO O| Aug 27 22:42:40.686 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7859 | 2024-08-27T22:42:42.384Z | [ recovery-image] Aug 27 22:42:40.686 INFO O| Aug 27 22:42:40.686 INFO copying /tmp/.tmp02NGbG/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 ... |
7860 | 2024-08-27T22:42:42.384Z | [ recovery-image] Aug 27 22:42:40.686 INFO O| Aug 27 22:42:40.686 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7861 | 2024-08-27T22:42:42.387Z | [ recovery-image] Aug 27 22:42:40.686 INFO O| Aug 27 22:42:40.686 INFO ok! |
7862 | 2024-08-27T22:42:42.387Z | [ recovery-image] Aug 27 22:42:40.686 INFO O| Aug 27 22:42:40.686 INFO STEP 59 (ensure_file) COMPLETE |
7863 | 2024-08-27T22:42:42.387Z | [ recovery-image] Aug 27 22:42:40.686 INFO O| Aug 27 22:42:40.686 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7864 | 2024-08-27T22:42:42.394Z | [ recovery-image] Aug 27 22:42:40.696 INFO O| Aug 27 22:42:40.696 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7865 | 2024-08-27T22:42:42.394Z | [ recovery-image] Aug 27 22:42:40.696 INFO O| Aug 27 22:42:40.696 INFO copying /tmp/.tmp02NGbG/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7866 | 2024-08-27T22:42:42.397Z | [ recovery-image] Aug 27 22:42:40.696 INFO O| Aug 27 22:42:40.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7867 | 2024-08-27T22:42:42.397Z | [ recovery-image] Aug 27 22:42:40.696 INFO O| Aug 27 22:42:40.696 INFO ok! |
7868 | 2024-08-27T22:42:42.397Z | [ recovery-image] Aug 27 22:42:40.696 INFO O| Aug 27 22:42:40.696 INFO STEP 60 (ensure_file) COMPLETE |
7869 | 2024-08-27T22:42:42.397Z | [ recovery-image] Aug 27 22:42:40.696 INFO O| Aug 27 22:42:40.696 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7870 | 2024-08-27T22:42:42.404Z | [ recovery-image] Aug 27 22:42:40.706 INFO O| Aug 27 22:42:40.706 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7871 | 2024-08-27T22:42:42.406Z | [ recovery-image] Aug 27 22:42:40.706 INFO O| Aug 27 22:42:40.706 INFO STEP 61 (ensure_dir) COMPLETE |
7872 | 2024-08-27T22:42:42.406Z | [ recovery-image] Aug 27 22:42:40.706 INFO O| Aug 27 22:42:40.706 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7873 | 2024-08-27T22:42:42.413Z | [ recovery-image] Aug 27 22:42:40.716 INFO O| Aug 27 22:42:40.716 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7874 | 2024-08-27T22:42:42.413Z | [ recovery-image] Aug 27 22:42:40.716 INFO O| Aug 27 22:42:40.716 INFO STEP 62 (ensure_dir) COMPLETE |
7875 | 2024-08-27T22:42:42.413Z | [ recovery-image] Aug 27 22:42:40.716 INFO O| Aug 27 22:42:40.716 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7876 | 2024-08-27T22:42:42.423Z | [ recovery-image] Aug 27 22:42:40.725 INFO O| Aug 27 22:42:40.725 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7877 | 2024-08-27T22:42:42.423Z | [ recovery-image] Aug 27 22:42:40.726 INFO O| Aug 27 22:42:40.725 INFO STEP 63 (ensure_dir) COMPLETE |
7878 | 2024-08-27T22:42:42.423Z | [ recovery-image] Aug 27 22:42:40.726 INFO O| Aug 27 22:42:40.725 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7879 | 2024-08-27T22:42:42.433Z | [ recovery-image] Aug 27 22:42:40.735 INFO O| Aug 27 22:42:40.735 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7880 | 2024-08-27T22:42:42.433Z | [ recovery-image] Aug 27 22:42:40.735 INFO O| Aug 27 22:42:40.735 INFO STEP 64 (ensure_dir) COMPLETE |
7881 | 2024-08-27T22:42:42.433Z | [ recovery-image] Aug 27 22:42:40.735 INFO O| Aug 27 22:42:40.735 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7882 | 2024-08-27T22:42:42.442Z | [ recovery-image] Aug 27 22:42:40.745 INFO O| Aug 27 22:42:40.745 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7883 | 2024-08-27T22:42:42.442Z | [ recovery-image] Aug 27 22:42:40.745 INFO O| Aug 27 22:42:40.745 INFO copying /tmp/.tmp02NGbG/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7884 | 2024-08-27T22:42:42.445Z | [ recovery-image] Aug 27 22:42:40.745 INFO O| Aug 27 22:42:40.745 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7885 | 2024-08-27T22:42:42.445Z | [ recovery-image] Aug 27 22:42:40.745 INFO O| Aug 27 22:42:40.745 INFO ok! |
7886 | 2024-08-27T22:42:42.445Z | [ recovery-image] Aug 27 22:42:40.745 INFO O| Aug 27 22:42:40.745 INFO STEP 65 (ensure_file) COMPLETE |
7887 | 2024-08-27T22:42:42.445Z | [ recovery-image] Aug 27 22:42:40.745 INFO O| Aug 27 22:42:40.745 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7888 | 2024-08-27T22:42:42.452Z | [ recovery-image] Aug 27 22:42:40.754 INFO O| Aug 27 22:42:40.754 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7889 | 2024-08-27T22:42:42.454Z | [ recovery-image] Aug 27 22:42:40.755 INFO O| Aug 27 22:42:40.755 INFO STEP 66 (remove_files) COMPLETE |
7890 | 2024-08-27T22:42:42.454Z | [ recovery-image] Aug 27 22:42:40.755 INFO O| Aug 27 22:42:40.755 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7891 | 2024-08-27T22:42:42.462Z | [ recovery-image] Aug 27 22:42:40.765 INFO O| Aug 27 22:42:40.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7892 | 2024-08-27T22:42:42.465Z | [ recovery-image] Aug 27 22:42:40.765 INFO O| Aug 27 22:42:40.765 INFO STEP 67 (remove_files) COMPLETE |
7893 | 2024-08-27T22:42:42.465Z | [ recovery-image] Aug 27 22:42:40.765 INFO O| Aug 27 22:42:40.765 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7894 | 2024-08-27T22:42:42.472Z | [ recovery-image] Aug 27 22:42:40.774 INFO O| Aug 27 22:42:40.774 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7895 | 2024-08-27T22:42:42.474Z | [ recovery-image] Aug 27 22:42:40.775 INFO O| Aug 27 22:42:40.775 INFO STEP 68 (remove_files) COMPLETE |
7896 | 2024-08-27T22:42:42.474Z | [ recovery-image] Aug 27 22:42:40.775 INFO O| Aug 27 22:42:40.775 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7897 | 2024-08-27T22:42:42.481Z | [ recovery-image] Aug 27 22:42:40.784 INFO O| Aug 27 22:42:40.784 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7898 | 2024-08-27T22:42:42.484Z | [ recovery-image] Aug 27 22:42:40.784 INFO O| Aug 27 22:42:40.784 INFO STEP 69 (remove_files) COMPLETE |
7899 | 2024-08-27T22:42:42.484Z | [ recovery-image] Aug 27 22:42:40.784 INFO O| Aug 27 22:42:40.784 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7900 | 2024-08-27T22:42:42.491Z | [ recovery-image] Aug 27 22:42:40.794 INFO O| Aug 27 22:42:40.794 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7901 | 2024-08-27T22:42:42.494Z | [ recovery-image] Aug 27 22:42:40.794 INFO O| Aug 27 22:42:40.794 INFO STEP 70 (remove_files) COMPLETE |
7902 | 2024-08-27T22:42:42.494Z | [ recovery-image] Aug 27 22:42:40.794 INFO O| Aug 27 22:42:40.794 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7903 | 2024-08-27T22:42:42.502Z | [ recovery-image] Aug 27 22:42:40.803 INFO O| Aug 27 22:42:40.803 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7904 | 2024-08-27T22:42:42.504Z | [ recovery-image] Aug 27 22:42:40.804 INFO O| Aug 27 22:42:40.803 INFO STEP 71 (remove_files) COMPLETE |
7905 | 2024-08-27T22:42:42.504Z | [ recovery-image] Aug 27 22:42:40.804 INFO O| Aug 27 22:42:40.804 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7906 | 2024-08-27T22:42:42.510Z | [ recovery-image] Aug 27 22:42:40.813 INFO O| Aug 27 22:42:40.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7907 | 2024-08-27T22:42:42.510Z | [ recovery-image] Aug 27 22:42:40.813 INFO O| Aug 27 22:42:40.813 INFO STEP 72 (remove_files) COMPLETE |
7908 | 2024-08-27T22:42:42.510Z | [ recovery-image] Aug 27 22:42:40.813 INFO O| Aug 27 22:42:40.813 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7909 | 2024-08-27T22:42:42.520Z | [ recovery-image] Aug 27 22:42:40.823 INFO O| Aug 27 22:42:40.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7910 | 2024-08-27T22:42:42.522Z | [ recovery-image] Aug 27 22:42:40.823 INFO O| Aug 27 22:42:40.823 INFO STEP 73 (remove_files) COMPLETE |
7911 | 2024-08-27T22:42:42.522Z | [ recovery-image] Aug 27 22:42:40.823 INFO O| Aug 27 22:42:40.823 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7912 | 2024-08-27T22:42:42.530Z | [ recovery-image] Aug 27 22:42:40.832 INFO O| Aug 27 22:42:40.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7913 | 2024-08-27T22:42:42.532Z | [ recovery-image] Aug 27 22:42:40.833 INFO O| Aug 27 22:42:40.833 INFO STEP 74 (remove_files) COMPLETE |
7914 | 2024-08-27T22:42:42.532Z | [ recovery-image] Aug 27 22:42:40.833 INFO O| Aug 27 22:42:40.833 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7915 | 2024-08-27T22:42:42.539Z | [ recovery-image] Aug 27 22:42:40.842 INFO O| Aug 27 22:42:40.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7916 | 2024-08-27T22:42:42.539Z | [ recovery-image] Aug 27 22:42:40.842 INFO O| Aug 27 22:42:40.842 INFO STEP 75 (remove_files) COMPLETE |
7917 | 2024-08-27T22:42:42.540Z | [ recovery-image] Aug 27 22:42:40.842 INFO O| Aug 27 22:42:40.842 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7918 | 2024-08-27T22:42:42.549Z | [ recovery-image] Aug 27 22:42:40.852 INFO O| Aug 27 22:42:40.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7919 | 2024-08-27T22:42:42.552Z | [ recovery-image] Aug 27 22:42:40.852 INFO O| Aug 27 22:42:40.852 INFO STEP 76 (remove_files) COMPLETE |
7920 | 2024-08-27T22:42:42.552Z | [ recovery-image] Aug 27 22:42:40.852 INFO O| Aug 27 22:42:40.852 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7921 | 2024-08-27T22:42:42.561Z | [ recovery-image] Aug 27 22:42:40.861 INFO O| Aug 27 22:42:40.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7922 | 2024-08-27T22:42:42.561Z | [ recovery-image] Aug 27 22:42:40.861 INFO O| Aug 27 22:42:40.861 INFO STEP 77 (remove_files) COMPLETE |
7923 | 2024-08-27T22:42:42.561Z | [ recovery-image] Aug 27 22:42:40.861 INFO O| Aug 27 22:42:40.861 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7924 | 2024-08-27T22:42:42.568Z | [ recovery-image] Aug 27 22:42:40.871 INFO O| Aug 27 22:42:40.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7925 | 2024-08-27T22:42:42.568Z | [ recovery-image] Aug 27 22:42:40.871 INFO O| Aug 27 22:42:40.871 INFO STEP 78 (remove_files) COMPLETE |
7926 | 2024-08-27T22:42:42.572Z | [ recovery-image] Aug 27 22:42:40.871 INFO O| Aug 27 22:42:40.871 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7927 | 2024-08-27T22:42:42.579Z | [ recovery-image] Aug 27 22:42:40.881 INFO O| Aug 27 22:42:40.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7928 | 2024-08-27T22:42:42.579Z | [ recovery-image] Aug 27 22:42:40.881 INFO O| Aug 27 22:42:40.881 INFO STEP 79 (remove_files) COMPLETE |
7929 | 2024-08-27T22:42:42.581Z | [ recovery-image] Aug 27 22:42:40.881 INFO O| Aug 27 22:42:40.881 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7930 | 2024-08-27T22:42:42.588Z | [ recovery-image] Aug 27 22:42:40.891 INFO O| Aug 27 22:42:40.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7931 | 2024-08-27T22:42:42.588Z | [ recovery-image] Aug 27 22:42:40.891 INFO O| Aug 27 22:42:40.891 INFO STEP 80 (remove_files) COMPLETE |
7932 | 2024-08-27T22:42:42.590Z | [ recovery-image] Aug 27 22:42:40.891 INFO O| Aug 27 22:42:40.891 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7933 | 2024-08-27T22:42:42.598Z | [ recovery-image] Aug 27 22:42:40.900 INFO O| Aug 27 22:42:40.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7934 | 2024-08-27T22:42:42.598Z | [ recovery-image] Aug 27 22:42:40.900 INFO O| Aug 27 22:42:40.900 INFO STEP 81 (remove_files) COMPLETE |
7935 | 2024-08-27T22:42:42.600Z | [ recovery-image] Aug 27 22:42:40.900 INFO O| Aug 27 22:42:40.900 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7936 | 2024-08-27T22:42:42.607Z | [ recovery-image] Aug 27 22:42:40.910 INFO O| Aug 27 22:42:40.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
7937 | 2024-08-27T22:42:42.607Z | [ recovery-image] Aug 27 22:42:40.910 INFO O| Aug 27 22:42:40.910 INFO STEP 82 (remove_files) COMPLETE |
7938 | 2024-08-27T22:42:42.607Z | [ recovery-image] Aug 27 22:42:40.910 INFO O| Aug 27 22:42:40.910 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7939 | 2024-08-27T22:42:42.617Z | [ recovery-image] Aug 27 22:42:40.919 INFO O| Aug 27 22:42:40.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
7940 | 2024-08-27T22:42:42.617Z | [ recovery-image] Aug 27 22:42:40.920 INFO O| Aug 27 22:42:40.919 INFO STEP 83 (remove_files) COMPLETE |
7941 | 2024-08-27T22:42:42.619Z | [ recovery-image] Aug 27 22:42:40.920 INFO O| Aug 27 22:42:40.919 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7942 | 2024-08-27T22:42:42.626Z | [ recovery-image] Aug 27 22:42:40.929 INFO O| Aug 27 22:42:40.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
7943 | 2024-08-27T22:42:42.626Z | [ recovery-image] Aug 27 22:42:40.929 INFO O| Aug 27 22:42:40.929 INFO STEP 84 (remove_files) COMPLETE |
7944 | 2024-08-27T22:42:42.629Z | [ recovery-image] Aug 27 22:42:40.929 INFO O| Aug 27 22:42:40.929 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7945 | 2024-08-27T22:42:42.636Z | [ recovery-image] Aug 27 22:42:40.939 INFO O| Aug 27 22:42:40.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
7946 | 2024-08-27T22:42:42.638Z | [ recovery-image] Aug 27 22:42:40.939 INFO O| Aug 27 22:42:40.939 INFO STEP 85 (remove_files) COMPLETE |
7947 | 2024-08-27T22:42:42.638Z | [ recovery-image] Aug 27 22:42:40.939 INFO O| Aug 27 22:42:40.939 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7948 | 2024-08-27T22:42:42.646Z | [ recovery-image] Aug 27 22:42:40.948 INFO O| Aug 27 22:42:40.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
7949 | 2024-08-27T22:42:42.649Z | [ recovery-image] Aug 27 22:42:40.948 INFO O| Aug 27 22:42:40.948 INFO STEP 86 (remove_files) COMPLETE |
7950 | 2024-08-27T22:42:42.649Z | [ recovery-image] Aug 27 22:42:40.948 INFO O| Aug 27 22:42:40.948 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7951 | 2024-08-27T22:42:42.655Z | [ recovery-image] Aug 27 22:42:40.958 INFO O| Aug 27 22:42:40.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
7952 | 2024-08-27T22:42:42.655Z | [ recovery-image] Aug 27 22:42:40.958 INFO O| Aug 27 22:42:40.958 INFO STEP 87 (remove_files) COMPLETE |
7953 | 2024-08-27T22:42:42.660Z | [ recovery-image] Aug 27 22:42:40.958 INFO O| Aug 27 22:42:40.958 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7954 | 2024-08-27T22:42:42.665Z | [ recovery-image] Aug 27 22:42:40.968 INFO O| Aug 27 22:42:40.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
7955 | 2024-08-27T22:42:42.667Z | [ recovery-image] Aug 27 22:42:40.968 INFO O| Aug 27 22:42:40.968 INFO STEP 88 (remove_files) COMPLETE |
7956 | 2024-08-27T22:42:42.667Z | [ recovery-image] Aug 27 22:42:40.968 INFO O| Aug 27 22:42:40.968 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7957 | 2024-08-27T22:42:42.675Z | [ recovery-image] Aug 27 22:42:40.978 INFO O| Aug 27 22:42:40.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
7958 | 2024-08-27T22:42:42.677Z | [ recovery-image] Aug 27 22:42:40.978 INFO O| Aug 27 22:42:40.978 INFO STEP 89 (remove_files) COMPLETE |
7959 | 2024-08-27T22:42:42.677Z | [ recovery-image] Aug 27 22:42:40.978 INFO O| Aug 27 22:42:40.978 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7960 | 2024-08-27T22:42:42.685Z | [ recovery-image] Aug 27 22:42:40.987 INFO O| Aug 27 22:42:40.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
7961 | 2024-08-27T22:42:42.687Z | [ recovery-image] Aug 27 22:42:40.987 INFO O| Aug 27 22:42:40.987 INFO STEP 90 (remove_files) COMPLETE |
7962 | 2024-08-27T22:42:42.687Z | [ recovery-image] Aug 27 22:42:40.987 INFO O| Aug 27 22:42:40.987 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7963 | 2024-08-27T22:42:42.694Z | [ recovery-image] Aug 27 22:42:40.997 INFO O| Aug 27 22:42:40.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
7964 | 2024-08-27T22:42:42.697Z | [ recovery-image] Aug 27 22:42:40.997 INFO O| Aug 27 22:42:40.997 INFO STEP 91 (remove_files) COMPLETE |
7965 | 2024-08-27T22:42:42.697Z | [ recovery-image] Aug 27 22:42:40.997 INFO O| Aug 27 22:42:40.997 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7966 | 2024-08-27T22:42:42.705Z | [ recovery-image] Aug 27 22:42:41.007 INFO O| Aug 27 22:42:41.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
7967 | 2024-08-27T22:42:42.705Z | [ recovery-image] Aug 27 22:42:41.008 INFO O| Aug 27 22:42:41.008 INFO STEP 92 (remove_files) COMPLETE |
7968 | 2024-08-27T22:42:42.707Z | [ recovery-image] Aug 27 22:42:41.008 INFO O| Aug 27 22:42:41.008 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7969 | 2024-08-27T22:42:42.715Z | [ recovery-image] Aug 27 22:42:41.017 INFO O| Aug 27 22:42:41.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
7970 | 2024-08-27T22:42:42.715Z | [ recovery-image] Aug 27 22:42:41.017 INFO O| Aug 27 22:42:41.017 INFO STEP 93 (remove_files) COMPLETE |
7971 | 2024-08-27T22:42:42.717Z | [ recovery-image] Aug 27 22:42:41.017 INFO O| Aug 27 22:42:41.017 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7972 | 2024-08-27T22:42:42.724Z | [ recovery-image] Aug 27 22:42:41.027 INFO O| Aug 27 22:42:41.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
7973 | 2024-08-27T22:42:42.724Z | [ recovery-image] Aug 27 22:42:41.027 INFO O| Aug 27 22:42:41.027 INFO STEP 94 (remove_files) COMPLETE |
7974 | 2024-08-27T22:42:42.727Z | [ recovery-image] Aug 27 22:42:41.027 INFO O| Aug 27 22:42:41.027 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7975 | 2024-08-27T22:42:42.739Z | [ recovery-image] Aug 27 22:42:41.042 INFO O| Aug 27 22:42:41.041 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
7976 | 2024-08-27T22:42:42.741Z | [ recovery-image] Aug 27 22:42:41.042 INFO O| Aug 27 22:42:41.042 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
7977 | 2024-08-27T22:42:46.536Z | [ host-image] Aug 27 22:42:44.838 INFO O| Aug 27 22:42:44.838 INFO O| Download: 22057/22728 items 193.9/196.4MB 98% complete (2.4M/s) |
7978 | 2024-08-27T22:42:48.724Z | [ recovery-image] Aug 27 22:42:47.024 INFO O| Aug 27 22:42:47.024 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 |
7979 | 2024-08-27T22:42:48.724Z | [ recovery-image] Aug 27 22:42:47.024 INFO O| Aug 27 22:42:47.024 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
7980 | 2024-08-27T22:42:48.736Z | [ recovery-image] Aug 27 22:42:47.038 INFO O| Aug 27 22:42:47.038 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
7981 | 2024-08-27T22:42:48.817Z | [ recovery-image] Aug 27 22:42:47.118 INFO O| Aug 27 22:42:47.118 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
7982 | 2024-08-27T22:42:48.817Z | [ recovery-image] Aug 27 22:42:47.119 INFO O| Aug 27 22:42:47.118 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 ... |
7983 | 2024-08-27T22:42:48.819Z | [ recovery-image] Aug 27 22:42:47.120 INFO O| Aug 27 22:42:47.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
7984 | 2024-08-27T22:42:48.819Z | [ recovery-image] Aug 27 22:42:47.121 INFO O| Aug 27 22:42:47.120 INFO ok! |
7985 | 2024-08-27T22:42:48.819Z | [ recovery-image] Aug 27 22:42:47.121 INFO O| Aug 27 22:42:47.121 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
7986 | 2024-08-27T22:42:48.819Z | [ recovery-image] Aug 27 22:42:47.121 INFO O| Aug 27 22:42:47.121 INFO STEP 95 (seed_smf) COMPLETE |
7987 | 2024-08-27T22:42:48.819Z | [ recovery-image] Aug 27 22:42:47.121 INFO O| Aug 27 22:42:47.121 INFO steps complete; finalising image! |
7988 | 2024-08-27T22:42:48.819Z | [ recovery-image] Aug 27 22:42:47.121 INFO O| Aug 27 22:42:47.121 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
7989 | 2024-08-27T22:42:48.851Z | [ recovery-image] Aug 27 22:42:47.153 INFO O| Aug 27 22:42:47.153 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Tue Aug 27 22:42:47 2024) |
7990 | 2024-08-27T22:42:49.074Z | [ recovery-image] Aug 27 22:42:47.375 INFO O| Aug 27 22:42:47.375 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio |
7991 | 2024-08-27T22:42:49.074Z | [ recovery-image] Aug 27 22:42:47.375 INFO O| Aug 27 22:42:47.375 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
7992 | 2024-08-27T22:42:49.167Z | [ host-image] Aug 27 22:42:47.469 INFO O| Aug 27 22:42:47.469 INFO O| Download: Completed 196.40 MB in 327.12 seconds (613k/s) |
7993 | 2024-08-27T22:42:49.267Z | [ recovery-image] Aug 27 22:42:47.569 INFO O| Aug 27 22:42:47.569 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 |
7994 | 2024-08-27T22:42:49.267Z | [ recovery-image] Aug 27 22:42:47.569 INFO O| Aug 27 22:42:47.569 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
7995 | 2024-08-27T22:42:49.857Z | [ host-image] Aug 27 22:42:48.159 INFO O| Aug 27 22:42:48.159 INFO O| Actions: 1/49262 actions (Installing new actions) |
7996 | 2024-08-27T22:42:52.287Z | [ recovery-image] Aug 27 22:42:50.588 INFO O| Aug 27 22:42:50.588 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
7997 | 2024-08-27T22:42:52.290Z | [ recovery-image] Aug 27 22:42:50.588 INFO O| Aug 27 22:42:50.588 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
7998 | 2024-08-27T22:42:52.290Z | [ recovery-image] Aug 27 22:42:50.588 INFO O| Aug 27 22:42:50.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
7999 | 2024-08-27T22:42:52.290Z | [ recovery-image] Aug 27 22:42:50.588 INFO O| Aug 27 22:42:50.588 INFO completed processing gimlet/zfs-recovery |
8000 | 2024-08-27T22:42:52.290Z | [ recovery-image] Aug 27 22:42:50.588 INFO O| Aug 27 22:42:50.588 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8001 | 2024-08-27T22:42:52.964Z | [ recovery-image] Aug 27 22:42:51.266 INFO O| Aug 27 22:42:51.266 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8002 | 2024-08-27T22:42:53.045Z | [ recovery-image] Aug 27 22:42:51.347 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n" |
8003 | 2024-08-27T22:42:53.048Z | [ recovery-image] Aug 27 22:42:51.347 INFO expanded image name: "recovery d6db06a/${os_short_commit} 2024-08-27 22:15" -> "recovery d6db06a/2408c3f 2024-08-27 22:15" |
8004 | 2024-08-27T22:42:53.048Z | [ recovery-image] Aug 27 22:42:51.347 INFO output artefacts stored in: "/work/os-recovery" |
8005 | 2024-08-27T22:42:53.048Z | [ recovery-image] Aug 27 22:42:51.347 INFO collecting git info from project "amd-firmware"... |
8006 | 2024-08-27T22:42:53.270Z | [ recovery-image] Aug 27 22:42:51.572 INFO collecting git info from project "bootserver"... |
8007 | 2024-08-27T22:42:53.275Z | [ recovery-image] Aug 27 22:42:51.577 INFO collecting git info from project "pilot"... |
8008 | 2024-08-27T22:42:53.286Z | [ recovery-image] Aug 27 22:42:51.587 INFO collecting git info from project "image-builder"... |
8009 | 2024-08-27T22:42:53.291Z | [ recovery-image] Aug 27 22:42:51.593 INFO collecting git info from project "chelsio-t6-roms"... |
8010 | 2024-08-27T22:42:53.312Z | [ recovery-image] Aug 27 22:42:51.613 INFO collecting git info from project "phbl"... |
8011 | 2024-08-27T22:42:53.318Z | [ recovery-image] Aug 27 22:42:51.619 INFO collecting git info from project "amd-host-image-builder"... |
8012 | 2024-08-27T22:42:53.551Z | [ recovery-image] Aug 27 22:42:51.853 INFO collecting git info from project "pinprick"... |
8013 | 2024-08-27T22:42:53.556Z | [ recovery-image] Aug 27 22:42:51.858 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8014 | 2024-08-27T22:42:53.916Z | [ recovery-image] Aug 27 22:42:52.217 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8015 | 2024-08-27T22:42:54.256Z | [ recovery-image] Aug 27 22:42:52.557 INFO creating Oxide boot image... |
8016 | 2024-08-27T22:42:54.269Z | [ recovery-image] Aug 27 22:42:52.557 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery d6db06a/2408c3f 2024-08-27 22:15", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8017 | 2024-08-27T22:42:54.860Z | [ host-image] Aug 27 22:42:53.161 INFO O| Aug 27 22:42:53.161 INFO O| Actions: 14174/49262 actions (Installing new actions) |
8018 | 2024-08-27T22:42:59.861Z | [ host-image] Aug 27 22:42:58.162 INFO O| Aug 27 22:42:58.161 INFO O| Actions: 41722/49262 actions (Installing new actions) |
8019 | 2024-08-27T22:43:01.862Z | [ host-image] Aug 27 22:43:00.162 INFO O| Aug 27 22:43:00.162 INFO O| Actions: Completed 49262 actions in 12.00 seconds. |
8020 | 2024-08-27T22:43:02.114Z | [ host-image] Aug 27 22:43:00.414 INFO O| Aug 27 22:43:00.414 INFO O| Done |
8021 | 2024-08-27T22:43:02.114Z | [ host-image] Aug 27 22:43:00.414 INFO O| Aug 27 22:43:00.414 INFO O| Done |
8022 | 2024-08-27T22:43:02.583Z | [ host-image] Aug 27 22:43:00.881 INFO O| Aug 27 22:43:00.881 INFO O| Done |
8023 | 2024-08-27T22:43:03.701Z | [ host-image] Aug 27 22:43:01.925 INFO O| Aug 27 22:43:01.925 INFO O| Done |
8024 | 2024-08-27T22:43:03.734Z | [ host-image] Aug 27 22:43:01.947 INFO O| Aug 27 22:43:01.947 INFO O| Done |
8025 | 2024-08-27T22:43:06.854Z | [ host-image] Aug 27 22:43:05.154 INFO O| Aug 27 22:43:05.154 INFO O| Done |
8026 | 2024-08-27T22:43:07.319Z | [ host-image] Aug 27 22:43:05.618 INFO O| Aug 27 22:43:05.618 INFO O| Done |
8027 | 2024-08-27T22:43:07.503Z | [ host-image] Aug 27 22:43:05.799 INFO O| Aug 27 22:43:05.799 INFO STEP 11 (pkg_install) COMPLETE |
8028 | 2024-08-27T22:43:07.503Z | [ host-image] Aug 27 22:43:05.799 INFO O| Aug 27 22:43:05.799 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8029 | 2024-08-27T22:43:07.510Z | [ host-image] Aug 27 22:43:05.810 INFO O| Aug 27 22:43:05.810 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
8030 | 2024-08-27T22:43:07.961Z | [ host-image] Aug 27 22:43:06.259 INFO O| Aug 27 22:43:06.259 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8031 | 2024-08-27T22:43:09.584Z | [ host-image] Aug 27 22:43:07.882 INFO O| Aug 27 22:43:07.882 INFO O| Planning: Solver setup ... Done |
8032 | 2024-08-27T22:43:09.586Z | [ host-image] Aug 27 22:43:07.885 INFO O| Aug 27 22:43:07.885 INFO O| Planning: Running solver ... Done |
8033 | 2024-08-27T22:43:09.625Z | [ host-image] Aug 27 22:43:07.924 INFO O| Aug 27 22:43:07.924 INFO O| Planning: Finding local manifests ... Done |
8034 | 2024-08-27T22:43:09.627Z | [ host-image] Aug 27 22:43:07.926 INFO O| Aug 27 22:43:07.926 INFO O| Planning: Fetching manifests: 0/4 0% complete |
8035 | 2024-08-27T22:43:09.715Z | [ host-image] Aug 27 22:43:08.015 INFO O| Aug 27 22:43:08.015 INFO O| Planning: Fetching manifests: 4/4 100% complete |
8036 | 2024-08-27T22:43:09.737Z | [ host-image] Aug 27 22:43:08.037 INFO O| Aug 27 22:43:08.037 INFO O| Planning: Package planning ... Done |
8037 | 2024-08-27T22:43:09.741Z | [ host-image] Aug 27 22:43:08.040 INFO O| Aug 27 22:43:08.040 INFO O| Planning: Merging actions ... Done |
8038 | 2024-08-27T22:43:09.817Z | [ host-image] Aug 27 22:43:08.117 INFO O| Aug 27 22:43:08.117 INFO O| Planning: Checking for conflicting actions ... Done |
8039 | 2024-08-27T22:43:09.820Z | [ host-image] Aug 27 22:43:08.118 INFO O| Aug 27 22:43:08.118 INFO O| Planning: Consolidating action changes ... Done |
8040 | 2024-08-27T22:43:09.994Z | [ host-image] Aug 27 22:43:08.293 INFO O| Aug 27 22:43:08.293 INFO O| Planning: Evaluating mediators ... Done |
8041 | 2024-08-27T22:43:09.998Z | [ host-image] Aug 27 22:43:08.294 INFO O| Aug 27 22:43:08.294 INFO O| Planning: Planning completed in 2.03 seconds |
8042 | 2024-08-27T22:43:09.998Z | [ host-image] Aug 27 22:43:08.296 INFO O| Aug 27 22:43:08.296 INFO O| Packages to install: 4 |
8043 | 2024-08-27T22:43:09.998Z | [ host-image] Aug 27 22:43:08.296 INFO O| Aug 27 22:43:08.296 INFO O| Services to change: 2 |
8044 | 2024-08-27T22:43:10.011Z | [ host-image] Aug 27 22:43:08.306 INFO O| Aug 27 22:43:08.306 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
8045 | 2024-08-27T22:43:11.018Z | [ host-image] Aug 27 22:43:09.311 INFO O| Aug 27 22:43:09.311 INFO O| Download: Completed 1.39 MB in 1.01 seconds (1.4M/s) |
8046 | 2024-08-27T22:43:11.041Z | [ host-image] Aug 27 22:43:09.340 INFO O| Aug 27 22:43:09.340 INFO O| Actions: 1/238 actions (Installing new actions) |
8047 | 2024-08-27T22:43:11.137Z | [ host-image] Aug 27 22:43:09.436 INFO O| Aug 27 22:43:09.436 INFO O| Actions: Completed 238 actions in 0.10 seconds. |
8048 | 2024-08-27T22:43:11.389Z | [ host-image] Aug 27 22:43:09.689 INFO O| Aug 27 22:43:09.688 INFO O| Done |
8049 | 2024-08-27T22:43:11.389Z | [ host-image] Aug 27 22:43:09.689 INFO O| Aug 27 22:43:09.688 INFO O| Done |
8050 | 2024-08-27T22:43:11.750Z | [ host-image] Aug 27 22:43:10.049 INFO O| Aug 27 22:43:10.049 INFO O| Done |
8051 | 2024-08-27T22:43:12.811Z | [ host-image] Aug 27 22:43:11.111 INFO O| Aug 27 22:43:11.111 INFO O| Done |
8052 | 2024-08-27T22:43:12.834Z | [ host-image] Aug 27 22:43:11.134 INFO O| Aug 27 22:43:11.134 INFO O| Done |
8053 | 2024-08-27T22:43:12.834Z | [ host-image] Aug 27 22:43:11.134 INFO O| Aug 27 22:43:11.134 INFO O| Done |
8054 | 2024-08-27T22:43:12.857Z | [ host-image] Aug 27 22:43:11.147 INFO O| Aug 27 22:43:11.147 INFO O| Done |
8055 | 2024-08-27T22:43:12.942Z | [ host-image] Aug 27 22:43:11.238 INFO O| Aug 27 22:43:11.238 INFO STEP 12 (pkg_install) COMPLETE |
8056 | 2024-08-27T22:43:12.942Z | [ host-image] Aug 27 22:43:11.238 INFO O| Aug 27 22:43:11.238 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8057 | 2024-08-27T22:43:12.950Z | [ host-image] Aug 27 22:43:11.249 INFO O| Aug 27 22:43:11.249 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
8058 | 2024-08-27T22:43:13.379Z | [ host-image] Aug 27 22:43:11.678 INFO O| Aug 27 22:43:11.678 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8059 | 2024-08-27T22:43:14.798Z | [ host-image] Aug 27 22:43:13.097 INFO O| Aug 27 22:43:13.097 INFO O| Planning: Solver setup ... Done |
8060 | 2024-08-27T22:43:14.803Z | [ host-image] Aug 27 22:43:13.101 INFO O| Aug 27 22:43:13.101 INFO O| Planning: Running solver ... Done |
8061 | 2024-08-27T22:43:14.841Z | [ host-image] Aug 27 22:43:13.140 INFO O| Aug 27 22:43:13.140 INFO O| Planning: Finding local manifests ... Done |
8062 | 2024-08-27T22:43:14.847Z | [ host-image] Aug 27 22:43:13.142 INFO O| Aug 27 22:43:13.142 INFO O| Planning: Fetching manifests: 0/6 0% complete |
8063 | 2024-08-27T22:43:14.978Z | [ host-image] Aug 27 22:43:13.277 INFO O| Aug 27 22:43:13.277 INFO O| Planning: Fetching manifests: 6/6 100% complete |
8064 | 2024-08-27T22:43:15.011Z | [ host-image] Aug 27 22:43:13.309 INFO O| Aug 27 22:43:13.309 INFO O| Planning: Package planning ... Done |
8065 | 2024-08-27T22:43:15.028Z | [ host-image] Aug 27 22:43:13.328 INFO O| Aug 27 22:43:13.327 INFO O| Planning: Merging actions ... Done |
8066 | 2024-08-27T22:43:15.099Z | [ host-image] Aug 27 22:43:13.398 INFO O| Aug 27 22:43:13.398 INFO O| Planning: Checking for conflicting actions ... Done |
8067 | 2024-08-27T22:43:15.107Z | [ host-image] Aug 27 22:43:13.402 INFO O| Aug 27 22:43:13.402 INFO O| Planning: Consolidating action changes ... Done |
8068 | 2024-08-27T22:43:15.294Z | [ host-image] Aug 27 22:43:13.593 INFO O| Aug 27 22:43:13.593 INFO O| Planning: Evaluating mediators ... Done |
8069 | 2024-08-27T22:43:15.297Z | [ host-image] Aug 27 22:43:13.596 INFO O| Aug 27 22:43:13.596 INFO O| Planning: Planning completed in 1.92 seconds |
8070 | 2024-08-27T22:43:15.299Z | [ host-image] Aug 27 22:43:13.598 INFO O| Aug 27 22:43:13.598 INFO O| Packages to install: 6 |
8071 | 2024-08-27T22:43:15.299Z | [ host-image] Aug 27 22:43:13.598 INFO O| Aug 27 22:43:13.598 INFO O| Mediators to change: 1 |
8072 | 2024-08-27T22:43:15.299Z | [ host-image] Aug 27 22:43:13.598 INFO O| Aug 27 22:43:13.598 INFO O| Services to change: 1 |
8073 | 2024-08-27T22:43:15.311Z | [ host-image] Aug 27 22:43:13.610 INFO O| Aug 27 22:43:13.610 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
8074 | 2024-08-27T22:43:19.335Z | [ host-image] Aug 27 22:43:17.633 INFO O| Aug 27 22:43:17.633 INFO O| Download: Completed 8.42 MB in 4.02 seconds (2.1M/s) |
8075 | 2024-08-27T22:43:19.387Z | [ host-image] Aug 27 22:43:17.686 INFO O| Aug 27 22:43:17.686 INFO O| Actions: 1/1361 actions (Installing new actions) |
8076 | 2024-08-27T22:43:19.787Z | [ host-image] Aug 27 22:43:18.086 INFO O| Aug 27 22:43:18.086 INFO O| Actions: Completed 1361 actions in 0.40 seconds. |
8077 | 2024-08-27T22:43:20.026Z | [ host-image] Aug 27 22:43:18.323 INFO O| Aug 27 22:43:18.323 INFO O| Done |
8078 | 2024-08-27T22:43:20.026Z | [ host-image] Aug 27 22:43:18.323 INFO O| Aug 27 22:43:18.323 INFO O| Done |
8079 | 2024-08-27T22:43:20.407Z | [ host-image] Aug 27 22:43:18.705 INFO O| Aug 27 22:43:18.705 INFO O| Done |
8080 | 2024-08-27T22:43:21.518Z | [ host-image] Aug 27 22:43:19.815 INFO O| Aug 27 22:43:19.815 INFO O| Done |
8081 | 2024-08-27T22:43:21.541Z | [ host-image] Aug 27 22:43:19.839 INFO O| Aug 27 22:43:19.839 INFO O| Done |
8082 | 2024-08-27T22:43:21.544Z | [ host-image] Aug 27 22:43:19.839 INFO O| Aug 27 22:43:19.839 INFO O| Done |
8083 | 2024-08-27T22:43:21.578Z | [ host-image] Aug 27 22:43:19.877 INFO O| Aug 27 22:43:19.877 INFO O| Done |
8084 | 2024-08-27T22:43:21.672Z | [ host-image] Aug 27 22:43:19.965 INFO O| Aug 27 22:43:19.965 INFO STEP 13 (pkg_install) COMPLETE |
8085 | 2024-08-27T22:43:21.672Z | [ host-image] Aug 27 22:43:19.965 INFO O| Aug 27 22:43:19.965 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8086 | 2024-08-27T22:43:21.680Z | [ host-image] Aug 27 22:43:19.976 INFO O| Aug 27 22:43:19.976 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
8087 | 2024-08-27T22:43:22.104Z | [ host-image] Aug 27 22:43:20.402 INFO O| Aug 27 22:43:20.402 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8088 | 2024-08-27T22:43:23.520Z | [ host-image] Aug 27 22:43:21.818 INFO O| Aug 27 22:43:21.818 INFO O| Planning: Solver setup ... Done |
8089 | 2024-08-27T22:43:23.524Z | [ host-image] Aug 27 22:43:21.822 INFO O| Aug 27 22:43:21.822 INFO O| Planning: Running solver ... Done |
8090 | 2024-08-27T22:43:23.560Z | [ host-image] Aug 27 22:43:21.859 INFO O| Aug 27 22:43:21.859 INFO O| Planning: Finding local manifests ... Done |
8091 | 2024-08-27T22:43:24.566Z | [ host-image] Aug 27 22:43:21.859 INFO O| Aug 27 22:43:21.859 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8092 | 2024-08-27T22:43:24.569Z | [ host-image] Aug 27 22:43:21.922 INFO O| Aug 27 22:43:21.922 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8093 | 2024-08-27T22:43:24.569Z | [ host-image] Aug 27 22:43:21.940 INFO O| Aug 27 22:43:21.940 INFO O| Planning: Package planning ... Done |
8094 | 2024-08-27T22:43:24.569Z | [ host-image] Aug 27 22:43:21.941 INFO O| Aug 27 22:43:21.941 INFO O| Planning: Merging actions ... Done |
8095 | 2024-08-27T22:43:24.569Z | [ host-image] Aug 27 22:43:22.000 INFO O| Aug 27 22:43:22.000 INFO O| Planning: Checking for conflicting actions ... Done |
8096 | 2024-08-27T22:43:24.569Z | [ host-image] Aug 27 22:43:22.000 INFO O| Aug 27 22:43:22.000 INFO O| Planning: Consolidating action changes ... Done |
8097 | 2024-08-27T22:43:24.569Z | [ host-image] Aug 27 22:43:22.169 INFO O| Aug 27 22:43:22.169 INFO O| Planning: Evaluating mediators ... Done |
8098 | 2024-08-27T22:43:24.569Z | [ host-image] Aug 27 22:43:22.170 INFO O| Aug 27 22:43:22.170 INFO O| Planning: Planning completed in 1.77 seconds |
8099 | 2024-08-27T22:43:24.569Z | [ host-image] Aug 27 22:43:22.171 INFO O| Aug 27 22:43:22.171 INFO O| Packages to install: 1 |
8100 | 2024-08-27T22:43:24.569Z | [ host-image] Aug 27 22:43:22.181 INFO O| Aug 27 22:43:22.181 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
8101 | 2024-08-27T22:43:24.631Z | [ host-image] Aug 27 22:43:22.930 INFO O| Aug 27 22:43:22.930 INFO O| Download: Completed 20.80 MB in 0.75 seconds (27.8M/s) |
8102 | 2024-08-27T22:43:24.658Z | [ host-image] Aug 27 22:43:22.956 INFO O| Aug 27 22:43:22.956 INFO O| Actions: 1/22 actions (Installing new actions) |
8103 | 2024-08-27T22:43:25.178Z | [ host-image] Aug 27 22:43:23.475 INFO O| Aug 27 22:43:23.475 INFO O| Actions: Completed 22 actions in 0.52 seconds. |
8104 | 2024-08-27T22:43:25.410Z | [ host-image] Aug 27 22:43:23.708 INFO O| Aug 27 22:43:23.708 INFO O| Done |
8105 | 2024-08-27T22:43:25.410Z | [ host-image] Aug 27 22:43:23.709 INFO O| Aug 27 22:43:23.708 INFO O| Done |
8106 | 2024-08-27T22:43:25.763Z | [ host-image] Aug 27 22:43:24.061 INFO O| Aug 27 22:43:24.061 INFO O| Done |
8107 | 2024-08-27T22:43:26.854Z | [ host-image] Aug 27 22:43:25.152 INFO O| Aug 27 22:43:25.152 INFO O| Done |
8108 | 2024-08-27T22:43:26.881Z | [ host-image] Aug 27 22:43:25.179 INFO O| Aug 27 22:43:25.178 INFO O| Done |
8109 | 2024-08-27T22:43:26.883Z | [ host-image] Aug 27 22:43:25.179 INFO O| Aug 27 22:43:25.179 INFO O| Done |
8110 | 2024-08-27T22:43:26.891Z | [ host-image] Aug 27 22:43:25.188 INFO O| Aug 27 22:43:25.188 INFO O| Done |
8111 | 2024-08-27T22:43:26.986Z | [ host-image] Aug 27 22:43:25.283 INFO O| Aug 27 22:43:25.283 INFO STEP 14 (pkg_install) COMPLETE |
8112 | 2024-08-27T22:43:26.986Z | [ host-image] Aug 27 22:43:25.283 INFO O| Aug 27 22:43:25.283 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8113 | 2024-08-27T22:43:26.986Z | [ host-image] Aug 27 22:43:25.283 INFO O| Aug 27 22:43:25.283 INFO skip step because feature "mfg" is not enabled |
8114 | 2024-08-27T22:43:26.989Z | [ host-image] Aug 27 22:43:25.283 INFO O| Aug 27 22:43:25.283 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8115 | 2024-08-27T22:43:26.989Z | [ host-image] Aug 27 22:43:25.283 INFO O| Aug 27 22:43:25.283 INFO skip step because feature "compliance" is not enabled |
8116 | 2024-08-27T22:43:26.989Z | [ host-image] Aug 27 22:43:25.283 INFO O| Aug 27 22:43:25.283 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8117 | 2024-08-27T22:43:26.989Z | [ host-image] Aug 27 22:43:25.283 INFO O| Aug 27 22:43:25.283 INFO skip step because feature "stress" is not enabled |
8118 | 2024-08-27T22:43:26.989Z | [ host-image] Aug 27 22:43:25.283 INFO O| Aug 27 22:43:25.283 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8119 | 2024-08-27T22:43:26.989Z | [ host-image] Aug 27 22:43:25.283 INFO O| Aug 27 22:43:25.283 INFO skip step because feature "nfs" is not enabled |
8120 | 2024-08-27T22:43:26.989Z | [ host-image] Aug 27 22:43:25.283 INFO O| Aug 27 22:43:25.283 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8121 | 2024-08-27T22:43:26.989Z | [ host-image] Aug 27 22:43:25.283 INFO O| Aug 27 22:43:25.283 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8122 | 2024-08-27T22:43:27.108Z | [ host-image] Aug 27 22:43:25.404 INFO O| Aug 27 22:43:25.404 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8123 | 2024-08-27T22:43:27.175Z | [ host-image] Aug 27 22:43:25.473 INFO O| Aug 27 22:43:25.473 INFO completed processing gimlet/ramdisk-01-os |
8124 | 2024-08-27T22:43:27.178Z | [ host-image] Aug 27 22:43:25.475 INFO omicron1 baseline generation... |
8125 | 2024-08-27T22:43:27.178Z | [ host-image] Aug 27 22:43:25.475 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8126 | 2024-08-27T22:43:27.558Z | [ host-image] Aug 27 22:43:25.855 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z |
8127 | 2024-08-27T22:43:39.674Z | [ recovery-image] Aug 27 22:43:37.970 INFO O| ok, image written! |
8128 | 2024-08-27T22:43:39.678Z | [ recovery-image] Aug 27 22:43:37.970 INFO O| ok, boot_image_csum file written! |
8129 | 2024-08-27T22:43:39.681Z | [ recovery-image] Aug 27 22:43:37.975 INFO creating boot archive (CPIO)... |
8130 | 2024-08-27T22:43:39.681Z | [ recovery-image] Aug 27 22:43:37.975 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 |
8131 | 2024-08-27T22:43:39.686Z | [ recovery-image] Aug 27 22:43:37.982 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8132 | 2024-08-27T22:43:39.686Z | [ recovery-image] Aug 27 22:43:37.983 INFO E| + outfile=/work/os-recovery/cpio |
8133 | 2024-08-27T22:43:39.689Z | [ recovery-image] Aug 27 22:43:37.983 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8134 | 2024-08-27T22:43:39.689Z | [ recovery-image] Aug 27 22:43:37.985 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8135 | 2024-08-27T22:43:39.689Z | [ recovery-image] Aug 27 22:43:37.985 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8136 | 2024-08-27T22:43:39.723Z | [ recovery-image] Aug 27 22:43:38.017 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8137 | 2024-08-27T22:43:39.726Z | [ recovery-image] Aug 27 22:43:38.018 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8138 | 2024-08-27T22:43:39.728Z | [ recovery-image] Aug 27 22:43:38.024 INFO creating compressed cpio/unix for nanobl-rs... |
8139 | 2024-08-27T22:43:39.734Z | [ recovery-image] Aug 27 22:43:38.025 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 |
8140 | 2024-08-27T22:43:40.006Z | [ recovery-image] Aug 27 22:43:38.303 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8141 | 2024-08-27T22:43:44.364Z | [ recovery-image] Aug 27 22:43:42.660 INFO creating reset image... |
8142 | 2024-08-27T22:43:44.367Z | [ recovery-image] Aug 27 22:43:42.661 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8143 | 2024-08-27T22:43:44.583Z | [ recovery-image] Aug 27 22:43:42.879 INFO E| Updating crates.io index |
8144 | 2024-08-27T22:43:44.672Z | [ recovery-image] Aug 27 22:43:42.968 INFO E| Downloading crates ... |
8145 | 2024-08-27T22:43:44.754Z | [ recovery-image] Aug 27 22:43:43.050 INFO E| Downloaded anstyle-query v1.0.2 |
8146 | 2024-08-27T22:43:44.757Z | [ recovery-image] Aug 27 22:43:43.054 INFO E| Downloaded anstyle v1.0.6 |
8147 | 2024-08-27T22:43:44.784Z | [ recovery-image] Aug 27 22:43:43.080 INFO E| Downloaded shared_child v1.0.0 |
8148 | 2024-08-27T22:43:44.786Z | [ recovery-image] Aug 27 22:43:43.081 INFO E| Downloaded anstyle-parse v0.2.3 |
8149 | 2024-08-27T22:43:44.789Z | [ recovery-image] Aug 27 22:43:43.083 INFO E| Downloaded os_pipe v1.1.5 |
8150 | 2024-08-27T22:43:44.791Z | [ recovery-image] Aug 27 22:43:43.085 INFO E| Downloaded duct v0.13.7 |
8151 | 2024-08-27T22:43:44.791Z | [ recovery-image] Aug 27 22:43:43.087 INFO E| Downloaded clap_derive v4.5.3 |
8152 | 2024-08-27T22:43:44.793Z | [ recovery-image] Aug 27 22:43:43.089 INFO E| Downloaded anstream v0.6.13 |
8153 | 2024-08-27T22:43:44.796Z | [ recovery-image] Aug 27 22:43:43.091 INFO E| Downloaded proc-macro2 v1.0.79 |
8154 | 2024-08-27T22:43:44.798Z | [ recovery-image] Aug 27 22:43:43.094 INFO E| Downloaded clap v4.5.3 |
8155 | 2024-08-27T22:43:44.823Z | [ recovery-image] Aug 27 22:43:43.119 INFO E| Downloaded syn v2.0.53 |
8156 | 2024-08-27T22:43:44.850Z | [ recovery-image] Aug 27 22:43:43.147 INFO E| Downloaded libc v0.2.153 |
8157 | 2024-08-27T22:43:44.921Z | [ recovery-image] Aug 27 22:43:43.218 INFO E| Compiling proc-macro2 v1.0.79 |
8158 | 2024-08-27T22:43:44.921Z | [ recovery-image] Aug 27 22:43:43.218 INFO E| Compiling libc v0.2.153 |
8159 | 2024-08-27T22:43:44.924Z | [ recovery-image] Aug 27 22:43:43.218 INFO E| Compiling unicode-ident v1.0.12 |
8160 | 2024-08-27T22:43:44.924Z | [ recovery-image] Aug 27 22:43:43.218 INFO E| Compiling utf8parse v0.2.1 |
8161 | 2024-08-27T22:43:44.924Z | [ recovery-image] Aug 27 22:43:43.218 INFO E| Compiling anstyle v1.0.6 |
8162 | 2024-08-27T22:43:44.924Z | [ recovery-image] Aug 27 22:43:43.218 INFO E| Compiling anstyle-query v1.0.2 |
8163 | 2024-08-27T22:43:44.926Z | [ recovery-image] Aug 27 22:43:43.223 INFO E| Compiling colorchoice v1.0.0 |
8164 | 2024-08-27T22:43:44.929Z | [ recovery-image] Aug 27 22:43:43.223 INFO E| Compiling clap_lex v0.7.0 |
8165 | 2024-08-27T22:43:45.111Z | [ recovery-image] Aug 27 22:43:43.407 INFO E| Compiling anstyle-parse v0.2.3 |
8166 | 2024-08-27T22:43:45.142Z | [ recovery-image] Aug 27 22:43:43.438 INFO E| Compiling strsim v0.11.0 |
8167 | 2024-08-27T22:43:45.165Z | [ recovery-image] Aug 27 22:43:43.461 INFO E| Compiling heck v0.5.0 |
8168 | 2024-08-27T22:43:45.309Z | [ recovery-image] Aug 27 22:43:43.605 INFO E| Compiling once_cell v1.19.0 |
8169 | 2024-08-27T22:43:45.414Z | [ recovery-image] Aug 27 22:43:43.710 INFO E| Compiling anstream v0.6.13 |
8170 | 2024-08-27T22:43:45.828Z | [ recovery-image] Aug 27 22:43:44.123 INFO E| Compiling clap_builder v4.5.2 |
8171 | 2024-08-27T22:43:46.415Z | [ recovery-image] Aug 27 22:43:44.710 INFO E| Compiling shared_child v1.0.0 |
8172 | 2024-08-27T22:43:46.415Z | [ recovery-image] Aug 27 22:43:44.710 INFO E| Compiling os_pipe v1.1.5 |
8173 | 2024-08-27T22:43:46.424Z | [ recovery-image] Aug 27 22:43:44.720 INFO E| Compiling quote v1.0.35 |
8174 | 2024-08-27T22:43:46.565Z | [ recovery-image] Aug 27 22:43:44.857 INFO E| Compiling duct v0.13.7 |
8175 | 2024-08-27T22:43:46.734Z | [ recovery-image] Aug 27 22:43:45.030 INFO E| Compiling syn v2.0.53 |
8176 | 2024-08-27T22:43:51.671Z | [ recovery-image] Aug 27 22:43:49.967 INFO E| Compiling clap_derive v4.5.3 |
8177 | 2024-08-27T22:43:53.782Z | [ recovery-image] Aug 27 22:43:52.077 INFO E| Compiling clap v4.5.3 |
8178 | 2024-08-27T22:43:53.837Z | [ recovery-image] Aug 27 22:43:52.133 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8179 | 2024-08-27T22:43:54.959Z | [ recovery-image] Aug 27 22:43:53.253 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.54s |
8180 | 2024-08-27T22:43:54.967Z | [ recovery-image] Aug 27 22:43:53.262 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8181 | 2024-08-27T22:43:55.087Z | [ recovery-image] Aug 27 22:43:53.381 INFO E| Updating crates.io index |
8182 | 2024-08-27T22:43:55.147Z | [ recovery-image] Aug 27 22:43:53.442 INFO E| Downloading crates ... |
8183 | 2024-08-27T22:43:55.191Z | [ recovery-image] Aug 27 22:43:53.485 INFO E| Downloaded seq-macro v0.3.5 |
8184 | 2024-08-27T22:43:55.198Z | [ recovery-image] Aug 27 22:43:53.493 INFO E| Downloaded bit_field v0.10.2 |
8185 | 2024-08-27T22:43:55.205Z | [ recovery-image] Aug 27 22:43:53.499 INFO E| Downloaded raw-cpuid v10.7.0 |
8186 | 2024-08-27T22:43:55.209Z | [ recovery-image] Aug 27 22:43:53.503 INFO E| Downloaded cpio_reader v0.1.1 |
8187 | 2024-08-27T22:43:55.316Z | [ recovery-image] Aug 27 22:43:53.610 INFO E| Downloaded x86 v0.52.0 |
8188 | 2024-08-27T22:43:55.385Z | [ recovery-image] Aug 27 22:43:53.680 INFO E| Updating crates.io index |
8189 | 2024-08-27T22:43:55.437Z | [ recovery-image] Aug 27 22:43:53.731 INFO E| Downloading crates ... |
8190 | 2024-08-27T22:43:55.505Z | [ recovery-image] Aug 27 22:43:53.800 INFO E| Downloaded compiler_builtins v0.1.108 |
8191 | 2024-08-27T22:43:55.576Z | [ recovery-image] Aug 27 22:43:53.871 INFO E| Compiling compiler_builtins v0.1.108 |
8192 | 2024-08-27T22:43:55.576Z | [ recovery-image] Aug 27 22:43:53.871 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) |
8193 | 2024-08-27T22:43:55.579Z | [ recovery-image] Aug 27 22:43:53.871 INFO E| Compiling proc-macro2 v1.0.79 |
8194 | 2024-08-27T22:43:55.579Z | [ recovery-image] Aug 27 22:43:53.871 INFO E| Compiling unicode-ident v1.0.12 |
8195 | 2024-08-27T22:43:55.579Z | [ recovery-image] Aug 27 22:43:53.872 INFO E| Compiling syn v1.0.109 |
8196 | 2024-08-27T22:43:55.579Z | [ recovery-image] Aug 27 22:43:53.872 INFO E| Compiling x86 v0.52.0 |
8197 | 2024-08-27T22:43:55.584Z | [ recovery-image] Aug 27 22:43:53.877 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8198 | 2024-08-27T22:43:55.584Z | [ recovery-image] Aug 27 22:43:53.877 INFO E| Compiling seq-macro v0.3.5 |
8199 | 2024-08-27T22:43:56.719Z | [ recovery-image] Aug 27 22:43:55.014 INFO E| Compiling quote v1.0.35 |
8200 | 2024-08-27T22:43:57.012Z | [ recovery-image] Aug 27 22:43:55.307 INFO E| Compiling syn v2.0.53 |
8201 | 2024-08-27T22:44:00.573Z | [ recovery-image] Aug 27 22:43:58.868 INFO E| Compiling scroll_derive v0.12.0 |
8202 | 2024-08-27T22:44:03.019Z | [ recovery-image] Aug 27 22:44:01.313 INFO E| Compiling bitstruct_derive v0.1.0 |
8203 | 2024-08-27T22:44:16.685Z | [ recovery-image] Aug 27 22:44:14.977 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) |
8204 | 2024-08-27T22:44:18.401Z | [ recovery-image] Aug 27 22:44:16.694 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) |
8205 | 2024-08-27T22:44:18.819Z | [ host-image] Aug 27 22:44:17.111 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z |
8206 | 2024-08-27T22:44:18.819Z | [ host-image] Aug 27 22:44:17.111 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z |
8207 | 2024-08-27T22:44:18.821Z | [ host-image] Aug 27 22:44:17.112 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8208 | 2024-08-27T22:44:18.821Z | [ host-image] Aug 27 22:44:17.112 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8209 | 2024-08-27T22:44:18.821Z | [ host-image] Aug 27 22:44:17.112 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8210 | 2024-08-27T22:44:18.821Z | [ host-image] Aug 27 22:44:17.112 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8211 | 2024-08-27T22:44:18.821Z | [ host-image] Aug 27 22:44:17.113 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8212 | 2024-08-27T22:44:18.821Z | [ host-image] Aug 27 22:44:17.113 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8213 | 2024-08-27T22:44:18.821Z | [ host-image] Aug 27 22:44:17.113 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8214 | 2024-08-27T22:44:18.821Z | [ host-image] Aug 27 22:44:17.113 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8215 | 2024-08-27T22:44:18.821Z | [ host-image] Aug 27 22:44:17.113 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z |
8216 | 2024-08-27T22:44:18.824Z | [ host-image] Aug 27 22:44:17.115 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z |
8217 | 2024-08-27T22:44:18.825Z | [ host-image] Aug 27 22:44:17.116 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z |
8218 | 2024-08-27T22:44:18.825Z | [ host-image] Aug 27 22:44:17.117 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z |
8219 | 2024-08-27T22:44:18.827Z | [ host-image] Aug 27 22:44:17.117 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8220 | 2024-08-27T22:44:18.827Z | [ host-image] Aug 27 22:44:17.118 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z |
8221 | 2024-08-27T22:44:18.827Z | [ host-image] Aug 27 22:44:17.118 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z |
8222 | 2024-08-27T22:44:18.827Z | [ host-image] Aug 27 22:44:17.118 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z |
8223 | 2024-08-27T22:44:18.827Z | [ host-image] Aug 27 22:44:17.119 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z |
8224 | 2024-08-27T22:44:18.828Z | [ host-image] Aug 27 22:44:17.119 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z |
8225 | 2024-08-27T22:44:18.828Z | [ host-image] Aug 27 22:44:17.119 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z |
8226 | 2024-08-27T22:44:18.828Z | [ host-image] Aug 27 22:44:17.119 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z |
8227 | 2024-08-27T22:44:18.828Z | [ host-image] Aug 27 22:44:17.119 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z |
8228 | 2024-08-27T22:44:18.828Z | [ host-image] Aug 27 22:44:17.119 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z |
8229 | 2024-08-27T22:44:18.828Z | [ host-image] Aug 27 22:44:17.120 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z |
8230 | 2024-08-27T22:44:18.828Z | [ host-image] Aug 27 22:44:17.120 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z |
8231 | 2024-08-27T22:44:18.828Z | [ host-image] Aug 27 22:44:17.120 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z |
8232 | 2024-08-27T22:44:18.830Z | [ host-image] Aug 27 22:44:17.120 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z |
8233 | 2024-08-27T22:44:18.830Z | [ host-image] Aug 27 22:44:17.120 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8234 | 2024-08-27T22:44:18.830Z | [ host-image] Aug 27 22:44:17.120 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z |
8235 | 2024-08-27T22:44:18.830Z | [ host-image] Aug 27 22:44:17.120 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z |
8236 | 2024-08-27T22:44:18.830Z | [ host-image] Aug 27 22:44:17.120 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z |
8237 | 2024-08-27T22:44:18.830Z | [ host-image] Aug 27 22:44:17.121 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z |
8238 | 2024-08-27T22:44:18.830Z | [ host-image] Aug 27 22:44:17.122 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z |
8239 | 2024-08-27T22:44:18.830Z | [ host-image] Aug 27 22:44:17.122 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z |
8240 | 2024-08-27T22:44:18.840Z | [ host-image] Aug 27 22:44:17.131 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8241 | 2024-08-27T22:44:18.842Z | [ host-image] Aug 27 22:44:17.132 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z |
8242 | 2024-08-27T22:44:18.842Z | [ host-image] Aug 27 22:44:17.132 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8243 | 2024-08-27T22:44:18.842Z | [ host-image] Aug 27 22:44:17.132 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8244 | 2024-08-27T22:44:18.842Z | [ host-image] Aug 27 22:44:17.133 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8245 | 2024-08-27T22:44:18.843Z | [ host-image] Aug 27 22:44:17.134 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z |
8246 | 2024-08-27T22:44:18.843Z | [ host-image] Aug 27 22:44:17.134 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8247 | 2024-08-27T22:44:18.843Z | [ host-image] Aug 27 22:44:17.134 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8248 | 2024-08-27T22:44:18.843Z | [ host-image] Aug 27 22:44:17.135 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8249 | 2024-08-27T22:44:18.845Z | [ host-image] Aug 27 22:44:17.136 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8250 | 2024-08-27T22:44:18.856Z | [ host-image] Aug 27 22:44:17.148 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8251 | 2024-08-27T22:44:18.856Z | [ host-image] Aug 27 22:44:17.148 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8252 | 2024-08-27T22:44:18.858Z | [ host-image] Aug 27 22:44:17.148 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8253 | 2024-08-27T22:44:18.858Z | [ host-image] Aug 27 22:44:17.149 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8254 | 2024-08-27T22:44:18.858Z | [ host-image] Aug 27 22:44:17.150 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8255 | 2024-08-27T22:44:18.858Z | [ host-image] Aug 27 22:44:17.150 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8256 | 2024-08-27T22:44:18.894Z | [ host-image] Aug 27 22:44:17.187 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8257 | 2024-08-27T22:44:18.897Z | [ host-image] Aug 27 22:44:17.187 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8258 | 2024-08-27T22:44:18.897Z | [ host-image] Aug 27 22:44:17.187 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8259 | 2024-08-27T22:44:18.897Z | [ host-image] Aug 27 22:44:17.188 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z |
8260 | 2024-08-27T22:44:18.897Z | [ host-image] Aug 27 22:44:17.188 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z |
8261 | 2024-08-27T22:44:18.897Z | [ host-image] Aug 27 22:44:17.188 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8262 | 2024-08-27T22:44:18.897Z | [ host-image] Aug 27 22:44:17.189 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z |
8263 | 2024-08-27T22:44:18.897Z | [ host-image] Aug 27 22:44:17.189 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8264 | 2024-08-27T22:44:18.897Z | [ host-image] Aug 27 22:44:17.189 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8265 | 2024-08-27T22:44:18.897Z | [ host-image] Aug 27 22:44:17.189 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8266 | 2024-08-27T22:44:18.897Z | [ host-image] Aug 27 22:44:17.189 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z |
8267 | 2024-08-27T22:44:18.897Z | [ host-image] Aug 27 22:44:17.189 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8268 | 2024-08-27T22:44:18.901Z | [ host-image] Aug 27 22:44:17.194 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8269 | 2024-08-27T22:44:18.904Z | [ host-image] Aug 27 22:44:17.194 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8270 | 2024-08-27T22:44:18.904Z | [ host-image] Aug 27 22:44:17.194 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8271 | 2024-08-27T22:44:18.904Z | [ host-image] Aug 27 22:44:17.195 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z |
8272 | 2024-08-27T22:44:18.904Z | [ host-image] Aug 27 22:44:17.195 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8273 | 2024-08-27T22:44:18.918Z | [ host-image] Aug 27 22:44:17.210 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8274 | 2024-08-27T22:44:18.921Z | [ host-image] Aug 27 22:44:17.210 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z |
8275 | 2024-08-27T22:44:18.921Z | [ host-image] Aug 27 22:44:17.212 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z |
8276 | 2024-08-27T22:44:18.921Z | [ host-image] Aug 27 22:44:17.213 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z |
8277 | 2024-08-27T22:44:18.921Z | [ host-image] Aug 27 22:44:17.213 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8278 | 2024-08-27T22:44:18.921Z | [ host-image] Aug 27 22:44:17.213 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z |
8279 | 2024-08-27T22:44:18.925Z | [ host-image] Aug 27 22:44:17.214 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z |
8280 | 2024-08-27T22:44:18.925Z | [ host-image] Aug 27 22:44:17.214 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z |
8281 | 2024-08-27T22:44:18.925Z | [ host-image] Aug 27 22:44:17.214 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z |
8282 | 2024-08-27T22:44:18.929Z | [ host-image] Aug 27 22:44:17.218 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8283 | 2024-08-27T22:44:18.929Z | [ host-image] Aug 27 22:44:17.218 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z |
8284 | 2024-08-27T22:44:18.929Z | [ host-image] Aug 27 22:44:17.219 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z |
8285 | 2024-08-27T22:44:18.929Z | [ host-image] Aug 27 22:44:17.219 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8286 | 2024-08-27T22:44:18.929Z | [ host-image] Aug 27 22:44:17.220 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z |
8287 | 2024-08-27T22:44:18.929Z | [ host-image] Aug 27 22:44:17.220 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z |
8288 | 2024-08-27T22:44:18.929Z | [ host-image] Aug 27 22:44:17.220 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z |
8289 | 2024-08-27T22:44:18.929Z | [ host-image] Aug 27 22:44:17.220 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z |
8290 | 2024-08-27T22:44:18.936Z | [ host-image] Aug 27 22:44:17.229 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z |
8291 | 2024-08-27T22:44:18.939Z | [ host-image] Aug 27 22:44:17.229 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8292 | 2024-08-27T22:44:18.939Z | [ host-image] Aug 27 22:44:17.231 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z |
8293 | 2024-08-27T22:44:18.941Z | [ host-image] Aug 27 22:44:17.232 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z |
8294 | 2024-08-27T22:44:18.941Z | [ host-image] Aug 27 22:44:17.232 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z |
8295 | 2024-08-27T22:44:18.941Z | [ host-image] Aug 27 22:44:17.233 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z |
8296 | 2024-08-27T22:44:18.941Z | [ host-image] Aug 27 22:44:17.233 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z |
8297 | 2024-08-27T22:44:18.941Z | [ host-image] Aug 27 22:44:17.234 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z |
8298 | 2024-08-27T22:44:18.951Z | [ host-image] Aug 27 22:44:17.244 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z |
8299 | 2024-08-27T22:44:18.951Z | [ host-image] Aug 27 22:44:17.244 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z |
8300 | 2024-08-27T22:44:18.954Z | [ host-image] Aug 27 22:44:17.245 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z |
8301 | 2024-08-27T22:44:18.954Z | [ host-image] Aug 27 22:44:17.246 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z |
8302 | 2024-08-27T22:44:18.954Z | [ host-image] Aug 27 22:44:17.246 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z |
8303 | 2024-08-27T22:44:18.976Z | [ host-image] Aug 27 22:44:17.268 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z |
8304 | 2024-08-27T22:44:18.976Z | [ host-image] Aug 27 22:44:17.268 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z |
8305 | 2024-08-27T22:44:18.978Z | [ host-image] Aug 27 22:44:17.268 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z |
8306 | 2024-08-27T22:44:18.978Z | [ host-image] Aug 27 22:44:17.268 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8307 | 2024-08-27T22:44:18.978Z | [ host-image] Aug 27 22:44:17.269 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8308 | 2024-08-27T22:44:19.007Z | [ host-image] Aug 27 22:44:17.298 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z |
8309 | 2024-08-27T22:44:19.012Z | [ host-image] Aug 27 22:44:17.299 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8310 | 2024-08-27T22:44:19.012Z | [ host-image] Aug 27 22:44:17.299 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z |
8311 | 2024-08-27T22:44:19.012Z | [ host-image] Aug 27 22:44:17.299 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z |
8312 | 2024-08-27T22:44:19.012Z | [ host-image] Aug 27 22:44:17.300 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z |
8313 | 2024-08-27T22:44:19.012Z | [ host-image] Aug 27 22:44:17.300 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8314 | 2024-08-27T22:44:19.012Z | [ host-image] Aug 27 22:44:17.301 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8315 | 2024-08-27T22:44:19.012Z | [ host-image] Aug 27 22:44:17.301 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z |
8316 | 2024-08-27T22:44:19.012Z | [ host-image] Aug 27 22:44:17.301 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z |
8317 | 2024-08-27T22:44:19.012Z | [ host-image] Aug 27 22:44:17.301 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z |
8318 | 2024-08-27T22:44:19.012Z | [ host-image] Aug 27 22:44:17.302 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z |
8319 | 2024-08-27T22:44:19.012Z | [ host-image] Aug 27 22:44:17.302 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z |
8320 | 2024-08-27T22:44:19.012Z | [ host-image] Aug 27 22:44:17.302 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z |
8321 | 2024-08-27T22:44:19.015Z | [ host-image] Aug 27 22:44:17.305 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8322 | 2024-08-27T22:44:19.015Z | [ host-image] Aug 27 22:44:17.305 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z |
8323 | 2024-08-27T22:44:19.015Z | [ host-image] Aug 27 22:44:17.307 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z |
8324 | 2024-08-27T22:44:19.015Z | [ host-image] Aug 27 22:44:17.307 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z |
8325 | 2024-08-27T22:44:19.015Z | [ host-image] Aug 27 22:44:17.307 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z |
8326 | 2024-08-27T22:44:19.015Z | [ host-image] Aug 27 22:44:17.308 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z |
8327 | 2024-08-27T22:44:19.021Z | [ host-image] Aug 27 22:44:17.308 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z |
8328 | 2024-08-27T22:44:19.021Z | [ host-image] Aug 27 22:44:17.308 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8329 | 2024-08-27T22:44:19.021Z | [ host-image] Aug 27 22:44:17.308 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8330 | 2024-08-27T22:44:19.021Z | [ host-image] Aug 27 22:44:17.308 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z |
8331 | 2024-08-27T22:44:19.021Z | [ host-image] Aug 27 22:44:17.309 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z |
8332 | 2024-08-27T22:44:19.021Z | [ host-image] Aug 27 22:44:17.309 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8333 | 2024-08-27T22:44:19.021Z | [ host-image] Aug 27 22:44:17.309 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8334 | 2024-08-27T22:44:19.021Z | [ host-image] Aug 27 22:44:17.309 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8335 | 2024-08-27T22:44:19.021Z | [ host-image] Aug 27 22:44:17.309 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8336 | 2024-08-27T22:44:19.021Z | [ host-image] Aug 27 22:44:17.309 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8337 | 2024-08-27T22:44:19.021Z | [ host-image] Aug 27 22:44:17.310 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8338 | 2024-08-27T22:44:19.024Z | [ host-image] Aug 27 22:44:17.311 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8339 | 2024-08-27T22:44:19.024Z | [ host-image] Aug 27 22:44:17.311 INFO O| tempdir @ "/tmp/.tmpafpNUO/tmp" |
8340 | 2024-08-27T22:44:19.024Z | [ host-image] Aug 27 22:44:17.312 INFO O| image root @ "/tmp/.tmpafpNUO/tmp/root" |
8341 | 2024-08-27T22:44:19.024Z | [ host-image] Aug 27 22:44:17.312 INFO O| creating image... |
8342 | 2024-08-27T22:44:19.523Z | [ host-image] Aug 27 22:44:17.815 INFO O| copying publishers... |
8343 | 2024-08-27T22:44:21.663Z | [ recovery-image] Aug 27 22:44:19.956 INFO E| Compiling bitflags v1.3.2 |
8344 | 2024-08-27T22:44:21.663Z | [ recovery-image] Aug 27 22:44:19.956 INFO E| Compiling scroll v0.12.0 |
8345 | 2024-08-27T22:44:21.666Z | [ recovery-image] Aug 27 22:44:19.956 INFO E| Compiling plain v0.2.3 |
8346 | 2024-08-27T22:44:21.666Z | [ recovery-image] Aug 27 22:44:19.956 INFO E| Compiling log v0.4.21 |
8347 | 2024-08-27T22:44:21.666Z | [ recovery-image] Aug 27 22:44:19.956 INFO E| Compiling adler v1.0.2 |
8348 | 2024-08-27T22:44:21.666Z | [ recovery-image] Aug 27 22:44:19.956 INFO E| Compiling bit_field v0.10.2 |
8349 | 2024-08-27T22:44:21.666Z | [ recovery-image] Aug 27 22:44:19.956 INFO E| Compiling static_assertions v1.1.0 |
8350 | 2024-08-27T22:44:21.749Z | [ recovery-image] Aug 27 22:44:20.041 INFO E| Compiling raw-cpuid v10.7.0 |
8351 | 2024-08-27T22:44:21.755Z | [ recovery-image] Aug 27 22:44:20.047 INFO E| Compiling cpio_reader v0.1.1 |
8352 | 2024-08-27T22:44:21.818Z | [ recovery-image] Aug 27 22:44:20.110 INFO E| Compiling miniz_oxide v0.7.2 |
8353 | 2024-08-27T22:44:21.913Z | [ recovery-image] Aug 27 22:44:20.205 INFO E| Compiling bitstruct v0.1.1 |
8354 | 2024-08-27T22:44:22.225Z | [ recovery-image] Aug 27 22:44:20.518 INFO E| Compiling goblin v0.8.0 |
8355 | 2024-08-27T22:44:26.833Z | [ host-image] Aug 27 22:44:25.124 INFO O| adding properties... |
8356 | 2024-08-27T22:44:27.983Z | [ host-image] Aug 27 22:44:26.275 INFO O| installing packages... |
8357 | 2024-08-27T22:44:28.437Z | [ recovery-image] Aug 27 22:44:26.723 INFO E| Finished `release` profile [optimized] target(s) in 33.44s |
8358 | 2024-08-27T22:44:28.452Z | [ recovery-image] Aug 27 22:44:26.744 INFO building host image... |
8359 | 2024-08-27T22:44:28.457Z | [ recovery-image] Aug 27 22:44:26.744 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") |
8360 | 2024-08-27T22:44:28.906Z | [ recovery-image] Aug 27 22:44:27.194 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8361 | 2024-08-27T22:44:30.313Z | [ recovery-image] Aug 27 22:44:28.599 INFO image complete! materials are in "/work/os-recovery" |
8362 | 2024-08-27T22:44:30.326Z | [ recovery-image] |
8363 | 2024-08-27T22:44:30.326Z | [ recovery-image] real 8:27.351535993 |
8364 | 2024-08-27T22:44:30.326Z | [ recovery-image] user 4:18.730099630 |
8365 | 2024-08-27T22:44:30.327Z | [ recovery-image] sys 54.961675384 |
8366 | 2024-08-27T22:44:30.327Z | [ recovery-image] trap 0.117991221 |
8367 | 2024-08-27T22:44:30.327Z | [ recovery-image] tflt 0.189342860 |
8368 | 2024-08-27T22:44:30.327Z | [ recovery-image] dflt 0.864315295 |
8369 | 2024-08-27T22:44:30.327Z | [ recovery-image] kflt 0.000030556 |
8370 | 2024-08-27T22:44:30.327Z | [ recovery-image] lock 10:25.570247691 |
8371 | 2024-08-27T22:44:30.327Z | [ recovery-image] slp 52:55.887125992 |
8372 | 2024-08-27T22:44:30.327Z | [ recovery-image] lat 41.177967232 |
8373 | 2024-08-27T22:44:30.327Z | [ recovery-image] stop 4.877754300 |
8374 | 2024-08-27T22:44:30.327Z | Aug 27 22:44:28.603 INFO [recovery-image] process exited with exit status: 0 (507.367241025s) |
8375 | 2024-08-27T22:44:51.715Z | [ host-image] Aug 27 22:44:49.986 INFO O| seeding SMF database... |
8376 | 2024-08-27T22:44:59.279Z | [ host-image] Aug 27 22:44:57.567 INFO O| configuring SMF profile... |
8377 | 2024-08-27T22:44:59.281Z | [ host-image] Aug 27 22:44:57.568 INFO O| modifying shadow(5)... |
8378 | 2024-08-27T22:44:59.282Z | [ host-image] Aug 27 22:44:57.568 INFO O| loading user and group database... |
8379 | 2024-08-27T22:44:59.282Z | [ host-image] Aug 27 22:44:57.568 INFO O| assessing packaged files... |
8380 | 2024-08-27T22:45:01.419Z | [ host-image] Aug 27 22:44:59.706 INFO O| creating archive... |
8381 | 2024-08-27T22:45:01.451Z | [ host-image] Aug 27 22:44:59.739 INFO O| missing from packaging: |
8382 | 2024-08-27T22:45:01.454Z | [ host-image] Aug 27 22:44:59.739 INFO O| "etc/.pwd.lock" |
8383 | 2024-08-27T22:45:01.454Z | [ host-image] Aug 27 22:44:59.739 INFO O| "etc/bash" |
8384 | 2024-08-27T22:45:01.457Z | [ host-image] Aug 27 22:44:59.744 INFO O| "etc/svc/profile/generic.xml" |
8385 | 2024-08-27T22:45:01.458Z | [ host-image] Aug 27 22:44:59.744 INFO O| "etc/svc/profile/inetd_services.xml" |
8386 | 2024-08-27T22:45:01.458Z | [ host-image] Aug 27 22:44:59.744 INFO O| "etc/svc/profile/name_service.xml" |
8387 | 2024-08-27T22:45:01.458Z | [ host-image] Aug 27 22:44:59.744 INFO O| "etc/svc/profile/platform.xml" |
8388 | 2024-08-27T22:45:01.458Z | [ host-image] Aug 27 22:44:59.744 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8389 | 2024-08-27T22:45:01.458Z | [ host-image] Aug 27 22:44:59.744 INFO O| "etc/svc/repository.db" |
8390 | 2024-08-27T22:45:01.464Z | [ host-image] Aug 27 22:44:59.753 INFO O| "opt/ooce/share" |
8391 | 2024-08-27T22:45:01.464Z | [ host-image] Aug 27 22:44:59.753 INFO O| "opt/ooce/share/man" |
8392 | 2024-08-27T22:45:01.467Z | [ host-image] Aug 27 22:44:59.753 INFO O| "opt/ooce/share/man/man1" |
8393 | 2024-08-27T22:45:01.473Z | [ host-image] Aug 27 22:44:59.761 INFO O| finishing archive... |
8394 | 2024-08-27T22:45:04.315Z | [ host-image] Aug 27 22:45:02.601 INFO O| creating gzonly manifest... |
8395 | 2024-08-27T22:45:04.330Z | [ host-image] Aug 27 22:45:02.617 INFO O| ok |
8396 | 2024-08-27T22:45:04.427Z | [ host-image] Aug 27 22:45:02.714 INFO image builder template: ramdisk-02-trim... |
8397 | 2024-08-27T22:45:04.427Z | [ host-image] Aug 27 22:45:02.714 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/.tmp02NGbG/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.293", "-n", "ramdisk-02-trim"], pwd: None |
8398 | 2024-08-27T22:45:04.450Z | [ host-image] Aug 27 22:45:02.737 INFO O| Aug 27 22:45:02.737 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8399 | 2024-08-27T22:45:04.455Z | [ host-image] Aug 27 22:45:02.741 INFO O| Aug 27 22:45:02.741 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8400 | 2024-08-27T22:45:04.535Z | [ host-image] Aug 27 22:45:02.823 INFO O| Aug 27 22:45:02.823 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8401 | 2024-08-27T22:45:04.593Z | [ host-image] Aug 27 22:45:02.881 INFO O| Aug 27 22:45:02.880 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8402 | 2024-08-27T22:45:04.595Z | [ host-image] Aug 27 22:45:02.881 INFO O| Aug 27 22:45:02.881 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8403 | 2024-08-27T22:45:04.598Z | [ host-image] Aug 27 22:45:02.886 INFO O| Aug 27 22:45:02.885 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8404 | 2024-08-27T22:45:04.601Z | [ host-image] Aug 27 22:45:02.889 INFO O| Aug 27 22:45:02.889 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8405 | 2024-08-27T22:45:04.606Z | [ host-image] Aug 27 22:45:02.894 INFO O| Aug 27 22:45:02.894 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8406 | 2024-08-27T22:45:04.789Z | [ host-image] Aug 27 22:45:03.077 INFO O| Aug 27 22:45:03.077 INFO rolled back to input snapshot; work may begin |
8407 | 2024-08-27T22:45:04.789Z | [ host-image] Aug 27 22:45:03.077 INFO O| Aug 27 22:45:03.077 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8408 | 2024-08-27T22:45:04.794Z | [ host-image] Aug 27 22:45:03.082 INFO O| Aug 27 22:45:03.082 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8409 | 2024-08-27T22:45:04.803Z | [ host-image] Aug 27 22:45:03.091 INFO O| Aug 27 22:45:03.091 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8410 | 2024-08-27T22:45:04.850Z | [ host-image] Aug 27 22:45:03.138 INFO O| Aug 27 22:45:03.138 INFO STEP 0 (remove_files) COMPLETE |
8411 | 2024-08-27T22:45:04.850Z | [ host-image] Aug 27 22:45:03.138 INFO O| Aug 27 22:45:03.138 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8412 | 2024-08-27T22:45:04.860Z | [ host-image] Aug 27 22:45:03.148 INFO O| Aug 27 22:45:03.148 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8413 | 2024-08-27T22:45:04.863Z | [ host-image] Aug 27 22:45:03.150 INFO O| Aug 27 22:45:03.150 INFO STEP 1 (remove_files) COMPLETE |
8414 | 2024-08-27T22:45:04.863Z | [ host-image] Aug 27 22:45:03.150 INFO O| Aug 27 22:45:03.150 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8415 | 2024-08-27T22:45:04.871Z | [ host-image] Aug 27 22:45:03.159 INFO O| Aug 27 22:45:03.159 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8416 | 2024-08-27T22:45:04.885Z | [ host-image] Aug 27 22:45:03.173 INFO O| Aug 27 22:45:03.173 INFO STEP 2 (remove_files) COMPLETE |
8417 | 2024-08-27T22:45:04.885Z | [ host-image] Aug 27 22:45:03.173 INFO O| Aug 27 22:45:03.173 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8418 | 2024-08-27T22:45:04.894Z | [ host-image] Aug 27 22:45:03.182 INFO O| Aug 27 22:45:03.182 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8419 | 2024-08-27T22:45:04.896Z | [ host-image] Aug 27 22:45:03.183 INFO O| Aug 27 22:45:03.183 INFO STEP 3 (remove_files) COMPLETE |
8420 | 2024-08-27T22:45:04.896Z | [ host-image] Aug 27 22:45:03.183 INFO O| Aug 27 22:45:03.183 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8421 | 2024-08-27T22:45:04.904Z | [ host-image] Aug 27 22:45:03.192 INFO O| Aug 27 22:45:03.192 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8422 | 2024-08-27T22:45:04.908Z | [ host-image] Aug 27 22:45:03.196 INFO O| Aug 27 22:45:03.196 INFO STEP 4 (remove_files) COMPLETE |
8423 | 2024-08-27T22:45:04.908Z | [ host-image] Aug 27 22:45:03.196 INFO O| Aug 27 22:45:03.196 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8424 | 2024-08-27T22:45:04.917Z | [ host-image] Aug 27 22:45:03.205 INFO O| Aug 27 22:45:03.205 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8425 | 2024-08-27T22:45:04.919Z | [ host-image] Aug 27 22:45:03.207 INFO O| Aug 27 22:45:03.207 INFO STEP 5 (remove_files) COMPLETE |
8426 | 2024-08-27T22:45:04.919Z | [ host-image] Aug 27 22:45:03.207 INFO O| Aug 27 22:45:03.207 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8427 | 2024-08-27T22:45:04.928Z | [ host-image] Aug 27 22:45:03.216 INFO O| Aug 27 22:45:03.216 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8428 | 2024-08-27T22:45:04.938Z | [ host-image] Aug 27 22:45:03.226 INFO O| Aug 27 22:45:03.226 INFO STEP 6 (remove_files) COMPLETE |
8429 | 2024-08-27T22:45:04.938Z | [ host-image] Aug 27 22:45:03.226 INFO O| Aug 27 22:45:03.226 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8430 | 2024-08-27T22:45:04.948Z | [ host-image] Aug 27 22:45:03.235 INFO O| Aug 27 22:45:03.235 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8431 | 2024-08-27T22:45:04.959Z | [ host-image] Aug 27 22:45:03.247 INFO O| Aug 27 22:45:03.247 INFO STEP 7 (remove_files) COMPLETE |
8432 | 2024-08-27T22:45:04.959Z | [ host-image] Aug 27 22:45:03.247 INFO O| Aug 27 22:45:03.247 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8433 | 2024-08-27T22:45:04.968Z | [ host-image] Aug 27 22:45:03.256 INFO O| Aug 27 22:45:03.256 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8434 | 2024-08-27T22:45:05.044Z | [ host-image] Aug 27 22:45:03.332 INFO O| Aug 27 22:45:03.332 INFO STEP 8 (remove_files) COMPLETE |
8435 | 2024-08-27T22:45:05.044Z | [ host-image] Aug 27 22:45:03.332 INFO O| Aug 27 22:45:03.332 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8436 | 2024-08-27T22:45:05.054Z | [ host-image] Aug 27 22:45:03.342 INFO O| Aug 27 22:45:03.342 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8437 | 2024-08-27T22:45:05.133Z | [ host-image] Aug 27 22:45:03.421 INFO O| Aug 27 22:45:03.421 INFO STEP 9 (remove_files) COMPLETE |
8438 | 2024-08-27T22:45:05.133Z | [ host-image] Aug 27 22:45:03.421 INFO O| Aug 27 22:45:03.421 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8439 | 2024-08-27T22:45:05.143Z | [ host-image] Aug 27 22:45:03.431 INFO O| Aug 27 22:45:03.431 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8440 | 2024-08-27T22:45:05.152Z | [ host-image] Aug 27 22:45:03.435 INFO O| Aug 27 22:45:03.435 INFO STEP 10 (remove_files) COMPLETE |
8441 | 2024-08-27T22:45:05.152Z | [ host-image] Aug 27 22:45:03.435 INFO O| Aug 27 22:45:03.435 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8442 | 2024-08-27T22:45:05.156Z | [ host-image] Aug 27 22:45:03.444 INFO O| Aug 27 22:45:03.444 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8443 | 2024-08-27T22:45:05.159Z | [ host-image] Aug 27 22:45:03.445 INFO O| Aug 27 22:45:03.445 INFO STEP 11 (remove_files) COMPLETE |
8444 | 2024-08-27T22:45:05.159Z | [ host-image] Aug 27 22:45:03.445 INFO O| Aug 27 22:45:03.445 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8445 | 2024-08-27T22:45:05.166Z | [ host-image] Aug 27 22:45:03.454 INFO O| Aug 27 22:45:03.454 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8446 | 2024-08-27T22:45:05.169Z | [ host-image] Aug 27 22:45:03.456 INFO O| Aug 27 22:45:03.456 INFO STEP 12 (remove_files) COMPLETE |
8447 | 2024-08-27T22:45:05.169Z | [ host-image] Aug 27 22:45:03.456 INFO O| Aug 27 22:45:03.456 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8448 | 2024-08-27T22:45:05.270Z | [ host-image] Aug 27 22:45:03.558 INFO O| Aug 27 22:45:03.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8449 | 2024-08-27T22:45:05.273Z | [ host-image] Aug 27 22:45:03.560 INFO O| Aug 27 22:45:03.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8450 | 2024-08-27T22:45:05.305Z | [ host-image] Aug 27 22:45:03.593 INFO O| Aug 27 22:45:03.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8451 | 2024-08-27T22:45:05.309Z | [ host-image] Aug 27 22:45:03.597 INFO O| Aug 27 22:45:03.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8452 | 2024-08-27T22:45:05.542Z | [ host-image] Aug 27 22:45:03.830 INFO O| Aug 27 22:45:03.830 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8453 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.830 INFO O| Aug 27 22:45:03.830 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8454 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.830 INFO O| Aug 27 22:45:03.830 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8455 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.830 INFO O| Aug 27 22:45:03.830 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8456 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.830 INFO O| Aug 27 22:45:03.830 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8457 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.831 INFO O| Aug 27 22:45:03.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8458 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.831 INFO O| Aug 27 22:45:03.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8459 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.831 INFO O| Aug 27 22:45:03.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8460 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.831 INFO O| Aug 27 22:45:03.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8461 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.831 INFO O| Aug 27 22:45:03.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8462 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.831 INFO O| Aug 27 22:45:03.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8463 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.831 INFO O| Aug 27 22:45:03.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8464 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.832 INFO O| Aug 27 22:45:03.832 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8465 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.832 INFO O| Aug 27 22:45:03.832 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8466 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.832 INFO O| Aug 27 22:45:03.832 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8467 | 2024-08-27T22:45:05.546Z | [ host-image] Aug 27 22:45:03.832 INFO O| Aug 27 22:45:03.832 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8468 | 2024-08-27T22:45:05.556Z | [ host-image] Aug 27 22:45:03.843 INFO O| Aug 27 22:45:03.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8469 | 2024-08-27T22:45:05.559Z | [ host-image] Aug 27 22:45:03.844 INFO O| Aug 27 22:45:03.844 INFO STEP 13 (remove_files) COMPLETE |
8470 | 2024-08-27T22:45:05.559Z | [ host-image] Aug 27 22:45:03.844 INFO O| Aug 27 22:45:03.844 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8471 | 2024-08-27T22:45:05.568Z | [ host-image] Aug 27 22:45:03.855 INFO O| Aug 27 22:45:03.854 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8472 | 2024-08-27T22:45:05.627Z | [ host-image] Aug 27 22:45:03.856 INFO O| Aug 27 22:45:03.856 INFO STEP 14 (remove_files) COMPLETE |
8473 | 2024-08-27T22:45:05.627Z | [ host-image] Aug 27 22:45:03.856 INFO O| Aug 27 22:45:03.856 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8474 | 2024-08-27T22:45:05.630Z | [ host-image] Aug 27 22:45:03.865 INFO O| Aug 27 22:45:03.865 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8475 | 2024-08-27T22:45:05.630Z | [ host-image] Aug 27 22:45:03.871 INFO O| Aug 27 22:45:03.871 INFO STEP 15 (remove_files) COMPLETE |
8476 | 2024-08-27T22:45:05.630Z | [ host-image] Aug 27 22:45:03.871 INFO O| Aug 27 22:45:03.871 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8477 | 2024-08-27T22:45:05.630Z | [ host-image] Aug 27 22:45:03.880 INFO O| Aug 27 22:45:03.880 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8478 | 2024-08-27T22:45:05.630Z | [ host-image] Aug 27 22:45:03.880 INFO O| Aug 27 22:45:03.880 INFO STEP 16 (remove_files) COMPLETE |
8479 | 2024-08-27T22:45:05.630Z | [ host-image] Aug 27 22:45:03.880 INFO O| Aug 27 22:45:03.880 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8480 | 2024-08-27T22:45:05.630Z | [ host-image] Aug 27 22:45:03.889 INFO O| Aug 27 22:45:03.889 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8481 | 2024-08-27T22:45:05.630Z | [ host-image] Aug 27 22:45:03.891 INFO O| Aug 27 22:45:03.891 INFO STEP 17 (remove_files) COMPLETE |
8482 | 2024-08-27T22:45:05.630Z | [ host-image] Aug 27 22:45:03.891 INFO O| Aug 27 22:45:03.891 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8483 | 2024-08-27T22:45:05.630Z | [ host-image] Aug 27 22:45:03.900 INFO O| Aug 27 22:45:03.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8484 | 2024-08-27T22:45:05.630Z | [ host-image] Aug 27 22:45:03.900 INFO O| Aug 27 22:45:03.900 INFO STEP 18 (remove_files) COMPLETE |
8485 | 2024-08-27T22:45:05.630Z | [ host-image] Aug 27 22:45:03.900 INFO O| Aug 27 22:45:03.900 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8486 | 2024-08-27T22:45:05.630Z | [ host-image] Aug 27 22:45:03.909 INFO O| Aug 27 22:45:03.909 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8487 | 2024-08-27T22:45:05.631Z | [ host-image] Aug 27 22:45:03.909 INFO O| Aug 27 22:45:03.909 INFO STEP 19 (remove_files) COMPLETE |
8488 | 2024-08-27T22:45:05.631Z | [ host-image] Aug 27 22:45:03.909 INFO O| Aug 27 22:45:03.909 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8489 | 2024-08-27T22:45:05.633Z | [ host-image] Aug 27 22:45:03.918 INFO O| Aug 27 22:45:03.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8490 | 2024-08-27T22:45:05.634Z | [ host-image] Aug 27 22:45:03.918 INFO O| Aug 27 22:45:03.918 INFO STEP 20 (remove_files) COMPLETE |
8491 | 2024-08-27T22:45:05.634Z | [ host-image] Aug 27 22:45:03.918 INFO O| Aug 27 22:45:03.918 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8492 | 2024-08-27T22:45:05.639Z | [ host-image] Aug 27 22:45:03.927 INFO O| Aug 27 22:45:03.927 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8493 | 2024-08-27T22:45:05.639Z | [ host-image] Aug 27 22:45:03.927 INFO O| Aug 27 22:45:03.927 INFO STEP 21 (remove_files) COMPLETE |
8494 | 2024-08-27T22:45:05.639Z | [ host-image] Aug 27 22:45:03.927 INFO O| Aug 27 22:45:03.927 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8495 | 2024-08-27T22:45:05.649Z | [ host-image] Aug 27 22:45:03.936 INFO O| Aug 27 22:45:03.936 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8496 | 2024-08-27T22:45:05.649Z | [ host-image] Aug 27 22:45:03.936 INFO O| Aug 27 22:45:03.936 INFO STEP 22 (remove_files) COMPLETE |
8497 | 2024-08-27T22:45:05.649Z | [ host-image] Aug 27 22:45:03.936 INFO O| Aug 27 22:45:03.936 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8498 | 2024-08-27T22:45:05.658Z | [ host-image] Aug 27 22:45:03.945 INFO O| Aug 27 22:45:03.945 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8499 | 2024-08-27T22:45:05.658Z | [ host-image] Aug 27 22:45:03.946 INFO O| Aug 27 22:45:03.946 INFO STEP 23 (remove_files) COMPLETE |
8500 | 2024-08-27T22:45:05.661Z | [ host-image] Aug 27 22:45:03.946 INFO O| Aug 27 22:45:03.946 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8501 | 2024-08-27T22:45:05.667Z | [ host-image] Aug 27 22:45:03.955 INFO O| Aug 27 22:45:03.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8502 | 2024-08-27T22:45:05.667Z | [ host-image] Aug 27 22:45:03.955 INFO O| Aug 27 22:45:03.955 INFO STEP 24 (remove_files) COMPLETE |
8503 | 2024-08-27T22:45:05.670Z | [ host-image] Aug 27 22:45:03.955 INFO O| Aug 27 22:45:03.955 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8504 | 2024-08-27T22:45:05.676Z | [ host-image] Aug 27 22:45:03.964 INFO O| Aug 27 22:45:03.964 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8505 | 2024-08-27T22:45:05.676Z | [ host-image] Aug 27 22:45:03.964 INFO O| Aug 27 22:45:03.964 INFO STEP 25 (remove_files) COMPLETE |
8506 | 2024-08-27T22:45:05.676Z | [ host-image] Aug 27 22:45:03.964 INFO O| Aug 27 22:45:03.964 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8507 | 2024-08-27T22:45:05.685Z | [ host-image] Aug 27 22:45:03.973 INFO O| Aug 27 22:45:03.973 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8508 | 2024-08-27T22:45:05.688Z | [ host-image] Aug 27 22:45:03.973 INFO O| Aug 27 22:45:03.973 INFO STEP 26 (remove_files) COMPLETE |
8509 | 2024-08-27T22:45:05.688Z | [ host-image] Aug 27 22:45:03.973 INFO O| Aug 27 22:45:03.973 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8510 | 2024-08-27T22:45:05.695Z | [ host-image] Aug 27 22:45:03.982 INFO O| Aug 27 22:45:03.982 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8511 | 2024-08-27T22:45:05.697Z | [ host-image] Aug 27 22:45:03.982 INFO O| Aug 27 22:45:03.982 INFO STEP 27 (remove_files) COMPLETE |
8512 | 2024-08-27T22:45:05.697Z | [ host-image] Aug 27 22:45:03.982 INFO O| Aug 27 22:45:03.982 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8513 | 2024-08-27T22:45:05.706Z | [ host-image] Aug 27 22:45:03.991 INFO O| Aug 27 22:45:03.991 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8514 | 2024-08-27T22:45:05.714Z | [ host-image] Aug 27 22:45:03.991 INFO O| Aug 27 22:45:03.991 INFO STEP 28 (remove_files) COMPLETE |
8515 | 2024-08-27T22:45:05.714Z | [ host-image] Aug 27 22:45:03.991 INFO O| Aug 27 22:45:03.991 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8516 | 2024-08-27T22:45:05.717Z | [ host-image] Aug 27 22:45:04.001 INFO O| Aug 27 22:45:04.001 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8517 | 2024-08-27T22:45:05.717Z | [ host-image] Aug 27 22:45:04.001 INFO O| Aug 27 22:45:04.001 INFO STEP 29 (remove_files) COMPLETE |
8518 | 2024-08-27T22:45:05.717Z | [ host-image] Aug 27 22:45:04.001 INFO O| Aug 27 22:45:04.001 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8519 | 2024-08-27T22:45:05.723Z | [ host-image] Aug 27 22:45:04.010 INFO O| Aug 27 22:45:04.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8520 | 2024-08-27T22:45:05.723Z | [ host-image] Aug 27 22:45:04.010 INFO O| Aug 27 22:45:04.010 INFO STEP 30 (remove_files) COMPLETE |
8521 | 2024-08-27T22:45:05.723Z | [ host-image] Aug 27 22:45:04.010 INFO O| Aug 27 22:45:04.010 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8522 | 2024-08-27T22:45:05.732Z | [ host-image] Aug 27 22:45:04.019 INFO O| Aug 27 22:45:04.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8523 | 2024-08-27T22:45:05.734Z | [ host-image] Aug 27 22:45:04.020 INFO O| Aug 27 22:45:04.020 INFO STEP 31 (remove_files) COMPLETE |
8524 | 2024-08-27T22:45:05.734Z | [ host-image] Aug 27 22:45:04.020 INFO O| Aug 27 22:45:04.020 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8525 | 2024-08-27T22:45:05.741Z | [ host-image] Aug 27 22:45:04.029 INFO O| Aug 27 22:45:04.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8526 | 2024-08-27T22:45:05.741Z | [ host-image] Aug 27 22:45:04.029 INFO O| Aug 27 22:45:04.029 INFO STEP 32 (remove_files) COMPLETE |
8527 | 2024-08-27T22:45:05.744Z | [ host-image] Aug 27 22:45:04.029 INFO O| Aug 27 22:45:04.029 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8528 | 2024-08-27T22:45:05.752Z | [ host-image] Aug 27 22:45:04.038 INFO O| Aug 27 22:45:04.038 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8529 | 2024-08-27T22:45:05.752Z | [ host-image] Aug 27 22:45:04.038 INFO O| Aug 27 22:45:04.038 INFO STEP 33 (remove_files) COMPLETE |
8530 | 2024-08-27T22:45:05.756Z | [ host-image] Aug 27 22:45:04.038 INFO O| Aug 27 22:45:04.038 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8531 | 2024-08-27T22:45:05.759Z | [ host-image] Aug 27 22:45:04.047 INFO O| Aug 27 22:45:04.047 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8532 | 2024-08-27T22:45:05.759Z | [ host-image] Aug 27 22:45:04.047 INFO O| Aug 27 22:45:04.047 INFO STEP 34 (remove_files) COMPLETE |
8533 | 2024-08-27T22:45:05.762Z | [ host-image] Aug 27 22:45:04.047 INFO O| Aug 27 22:45:04.047 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8534 | 2024-08-27T22:45:05.769Z | [ host-image] Aug 27 22:45:04.056 INFO O| Aug 27 22:45:04.056 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8535 | 2024-08-27T22:45:05.769Z | [ host-image] Aug 27 22:45:04.056 INFO O| Aug 27 22:45:04.056 INFO STEP 35 (remove_files) COMPLETE |
8536 | 2024-08-27T22:45:05.769Z | [ host-image] Aug 27 22:45:04.056 INFO O| Aug 27 22:45:04.056 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8537 | 2024-08-27T22:45:05.777Z | [ host-image] Aug 27 22:45:04.065 INFO O| Aug 27 22:45:04.065 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8538 | 2024-08-27T22:45:05.777Z | [ host-image] Aug 27 22:45:04.065 INFO O| Aug 27 22:45:04.065 INFO STEP 36 (remove_files) COMPLETE |
8539 | 2024-08-27T22:45:05.786Z | [ host-image] Aug 27 22:45:04.065 INFO O| Aug 27 22:45:04.065 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8540 | 2024-08-27T22:45:05.789Z | [ host-image] Aug 27 22:45:04.074 INFO O| Aug 27 22:45:04.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8541 | 2024-08-27T22:45:05.789Z | [ host-image] Aug 27 22:45:04.074 INFO O| Aug 27 22:45:04.074 INFO STEP 37 (remove_files) COMPLETE |
8542 | 2024-08-27T22:45:05.789Z | [ host-image] Aug 27 22:45:04.074 INFO O| Aug 27 22:45:04.074 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8543 | 2024-08-27T22:45:05.796Z | [ host-image] Aug 27 22:45:04.083 INFO O| Aug 27 22:45:04.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8544 | 2024-08-27T22:45:05.799Z | [ host-image] Aug 27 22:45:04.084 INFO O| Aug 27 22:45:04.083 INFO STEP 38 (remove_files) COMPLETE |
8545 | 2024-08-27T22:45:05.799Z | [ host-image] Aug 27 22:45:04.084 INFO O| Aug 27 22:45:04.083 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8546 | 2024-08-27T22:45:05.805Z | [ host-image] Aug 27 22:45:04.093 INFO O| Aug 27 22:45:04.093 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8547 | 2024-08-27T22:45:05.805Z | [ host-image] Aug 27 22:45:04.093 INFO O| Aug 27 22:45:04.093 INFO STEP 39 (remove_files) COMPLETE |
8548 | 2024-08-27T22:45:05.807Z | [ host-image] Aug 27 22:45:04.093 INFO O| Aug 27 22:45:04.093 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8549 | 2024-08-27T22:45:05.814Z | [ host-image] Aug 27 22:45:04.102 INFO O| Aug 27 22:45:04.102 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8550 | 2024-08-27T22:45:05.816Z | [ host-image] Aug 27 22:45:04.102 INFO O| Aug 27 22:45:04.102 INFO STEP 40 (remove_files) COMPLETE |
8551 | 2024-08-27T22:45:05.816Z | [ host-image] Aug 27 22:45:04.102 INFO O| Aug 27 22:45:04.102 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8552 | 2024-08-27T22:45:05.823Z | [ host-image] Aug 27 22:45:04.111 INFO O| Aug 27 22:45:04.111 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8553 | 2024-08-27T22:45:05.823Z | [ host-image] Aug 27 22:45:04.111 INFO O| Aug 27 22:45:04.111 INFO STEP 41 (remove_files) COMPLETE |
8554 | 2024-08-27T22:45:05.826Z | [ host-image] Aug 27 22:45:04.111 INFO O| Aug 27 22:45:04.111 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8555 | 2024-08-27T22:45:05.832Z | [ host-image] Aug 27 22:45:04.120 INFO O| Aug 27 22:45:04.120 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8556 | 2024-08-27T22:45:05.835Z | [ host-image] Aug 27 22:45:04.120 INFO O| Aug 27 22:45:04.120 INFO STEP 42 (remove_files) COMPLETE |
8557 | 2024-08-27T22:45:05.835Z | [ host-image] Aug 27 22:45:04.120 INFO O| Aug 27 22:45:04.120 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8558 | 2024-08-27T22:45:05.841Z | [ host-image] Aug 27 22:45:04.129 INFO O| Aug 27 22:45:04.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8559 | 2024-08-27T22:45:05.841Z | [ host-image] Aug 27 22:45:04.129 INFO O| Aug 27 22:45:04.129 INFO STEP 43 (remove_files) COMPLETE |
8560 | 2024-08-27T22:45:05.841Z | [ host-image] Aug 27 22:45:04.129 INFO O| Aug 27 22:45:04.129 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8561 | 2024-08-27T22:45:05.851Z | [ host-image] Aug 27 22:45:04.139 INFO O| Aug 27 22:45:04.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8562 | 2024-08-27T22:45:05.851Z | [ host-image] Aug 27 22:45:04.139 INFO O| Aug 27 22:45:04.139 INFO STEP 44 (remove_files) COMPLETE |
8563 | 2024-08-27T22:45:05.853Z | [ host-image] Aug 27 22:45:04.139 INFO O| Aug 27 22:45:04.139 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8564 | 2024-08-27T22:45:05.860Z | [ host-image] Aug 27 22:45:04.148 INFO O| Aug 27 22:45:04.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8565 | 2024-08-27T22:45:05.860Z | [ host-image] Aug 27 22:45:04.148 INFO O| Aug 27 22:45:04.148 INFO STEP 45 (remove_files) COMPLETE |
8566 | 2024-08-27T22:45:05.860Z | [ host-image] Aug 27 22:45:04.148 INFO O| Aug 27 22:45:04.148 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8567 | 2024-08-27T22:45:05.870Z | [ host-image] Aug 27 22:45:04.157 INFO O| Aug 27 22:45:04.157 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8568 | 2024-08-27T22:45:05.872Z | [ host-image] Aug 27 22:45:04.157 INFO O| Aug 27 22:45:04.157 INFO STEP 46 (remove_files) COMPLETE |
8569 | 2024-08-27T22:45:05.872Z | [ host-image] Aug 27 22:45:04.157 INFO O| Aug 27 22:45:04.157 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8570 | 2024-08-27T22:45:05.878Z | [ host-image] Aug 27 22:45:04.166 INFO O| Aug 27 22:45:04.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8571 | 2024-08-27T22:45:05.878Z | [ host-image] Aug 27 22:45:04.166 INFO O| Aug 27 22:45:04.166 INFO STEP 47 (remove_files) COMPLETE |
8572 | 2024-08-27T22:45:05.878Z | [ host-image] Aug 27 22:45:04.166 INFO O| Aug 27 22:45:04.166 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8573 | 2024-08-27T22:45:05.891Z | [ host-image] Aug 27 22:45:04.175 INFO O| Aug 27 22:45:04.175 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8574 | 2024-08-27T22:45:05.891Z | [ host-image] Aug 27 22:45:04.175 INFO O| Aug 27 22:45:04.175 INFO STEP 48 (remove_files) COMPLETE |
8575 | 2024-08-27T22:45:05.893Z | [ host-image] Aug 27 22:45:04.175 INFO O| Aug 27 22:45:04.175 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8576 | 2024-08-27T22:45:05.896Z | [ host-image] Aug 27 22:45:04.184 INFO O| Aug 27 22:45:04.184 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8577 | 2024-08-27T22:45:05.896Z | [ host-image] Aug 27 22:45:04.184 INFO O| Aug 27 22:45:04.184 INFO STEP 49 (remove_files) COMPLETE |
8578 | 2024-08-27T22:45:05.899Z | [ host-image] Aug 27 22:45:04.184 INFO O| Aug 27 22:45:04.184 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8579 | 2024-08-27T22:45:05.905Z | [ host-image] Aug 27 22:45:04.193 INFO O| Aug 27 22:45:04.193 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8580 | 2024-08-27T22:45:05.905Z | [ host-image] Aug 27 22:45:04.193 INFO O| Aug 27 22:45:04.193 INFO STEP 50 (remove_files) COMPLETE |
8581 | 2024-08-27T22:45:05.908Z | [ host-image] Aug 27 22:45:04.193 INFO O| Aug 27 22:45:04.193 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8582 | 2024-08-27T22:45:05.914Z | [ host-image] Aug 27 22:45:04.202 INFO O| Aug 27 22:45:04.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8583 | 2024-08-27T22:45:05.914Z | [ host-image] Aug 27 22:45:04.202 INFO O| Aug 27 22:45:04.202 INFO STEP 51 (remove_files) COMPLETE |
8584 | 2024-08-27T22:45:05.917Z | [ host-image] Aug 27 22:45:04.202 INFO O| Aug 27 22:45:04.202 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8585 | 2024-08-27T22:45:05.924Z | [ host-image] Aug 27 22:45:04.212 INFO O| Aug 27 22:45:04.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8586 | 2024-08-27T22:45:05.924Z | [ host-image] Aug 27 22:45:04.212 INFO O| Aug 27 22:45:04.212 INFO STEP 52 (remove_files) COMPLETE |
8587 | 2024-08-27T22:45:05.926Z | [ host-image] Aug 27 22:45:04.212 INFO O| Aug 27 22:45:04.212 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8588 | 2024-08-27T22:45:05.933Z | [ host-image] Aug 27 22:45:04.221 INFO O| Aug 27 22:45:04.221 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8589 | 2024-08-27T22:45:05.933Z | [ host-image] Aug 27 22:45:04.221 INFO O| Aug 27 22:45:04.221 INFO STEP 53 (remove_files) COMPLETE |
8590 | 2024-08-27T22:45:05.933Z | [ host-image] Aug 27 22:45:04.221 INFO O| Aug 27 22:45:04.221 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8591 | 2024-08-27T22:45:05.942Z | [ host-image] Aug 27 22:45:04.230 INFO O| Aug 27 22:45:04.230 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8592 | 2024-08-27T22:45:05.942Z | [ host-image] Aug 27 22:45:04.230 INFO O| Aug 27 22:45:04.230 INFO STEP 54 (remove_files) COMPLETE |
8593 | 2024-08-27T22:45:05.942Z | [ host-image] Aug 27 22:45:04.230 INFO O| Aug 27 22:45:04.230 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8594 | 2024-08-27T22:45:05.951Z | [ host-image] Aug 27 22:45:04.239 INFO O| Aug 27 22:45:04.239 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8595 | 2024-08-27T22:45:05.951Z | [ host-image] Aug 27 22:45:04.239 INFO O| Aug 27 22:45:04.239 INFO STEP 55 (remove_files) COMPLETE |
8596 | 2024-08-27T22:45:05.951Z | [ host-image] Aug 27 22:45:04.239 INFO O| Aug 27 22:45:04.239 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8597 | 2024-08-27T22:45:05.961Z | [ host-image] Aug 27 22:45:04.249 INFO O| Aug 27 22:45:04.248 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8598 | 2024-08-27T22:45:05.961Z | [ host-image] Aug 27 22:45:04.249 INFO O| Aug 27 22:45:04.249 INFO STEP 56 (remove_files) COMPLETE |
8599 | 2024-08-27T22:45:05.963Z | [ host-image] Aug 27 22:45:04.249 INFO O| Aug 27 22:45:04.249 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8600 | 2024-08-27T22:45:05.970Z | [ host-image] Aug 27 22:45:04.258 INFO O| Aug 27 22:45:04.258 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8601 | 2024-08-27T22:45:05.970Z | [ host-image] Aug 27 22:45:04.258 INFO O| Aug 27 22:45:04.258 INFO STEP 57 (remove_files) COMPLETE |
8602 | 2024-08-27T22:45:05.973Z | [ host-image] Aug 27 22:45:04.258 INFO O| Aug 27 22:45:04.258 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8603 | 2024-08-27T22:45:05.980Z | [ host-image] Aug 27 22:45:04.267 INFO O| Aug 27 22:45:04.267 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8604 | 2024-08-27T22:45:05.980Z | [ host-image] Aug 27 22:45:04.267 INFO O| Aug 27 22:45:04.267 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8605 | 2024-08-27T22:45:05.982Z | [ host-image] Aug 27 22:45:04.267 INFO O| Aug 27 22:45:04.267 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8606 | 2024-08-27T22:45:05.982Z | [ host-image] Aug 27 22:45:04.267 INFO O| Aug 27 22:45:04.267 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8607 | 2024-08-27T22:45:05.982Z | [ host-image] Aug 27 22:45:04.267 INFO O| Aug 27 22:45:04.267 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8608 | 2024-08-27T22:45:05.982Z | [ host-image] Aug 27 22:45:04.267 INFO O| Aug 27 22:45:04.267 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8609 | 2024-08-27T22:45:05.982Z | [ host-image] Aug 27 22:45:04.267 INFO O| Aug 27 22:45:04.267 INFO ok! |
8610 | 2024-08-27T22:45:05.982Z | [ host-image] Aug 27 22:45:04.267 INFO O| Aug 27 22:45:04.267 INFO STEP 58 (ensure_file) COMPLETE |
8611 | 2024-08-27T22:45:05.982Z | [ host-image] Aug 27 22:45:04.267 INFO O| Aug 27 22:45:04.267 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8612 | 2024-08-27T22:45:05.989Z | [ host-image] Aug 27 22:45:04.277 INFO O| Aug 27 22:45:04.277 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8613 | 2024-08-27T22:45:05.989Z | [ host-image] Aug 27 22:45:04.277 INFO O| Aug 27 22:45:04.277 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8614 | 2024-08-27T22:45:05.992Z | [ host-image] Aug 27 22:45:04.277 INFO O| Aug 27 22:45:04.277 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8615 | 2024-08-27T22:45:05.992Z | [ host-image] Aug 27 22:45:04.277 INFO O| Aug 27 22:45:04.277 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8616 | 2024-08-27T22:45:05.992Z | [ host-image] Aug 27 22:45:04.277 INFO O| Aug 27 22:45:04.277 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8617 | 2024-08-27T22:45:05.992Z | [ host-image] Aug 27 22:45:04.277 INFO O| Aug 27 22:45:04.277 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8618 | 2024-08-27T22:45:05.992Z | [ host-image] Aug 27 22:45:04.277 INFO O| Aug 27 22:45:04.277 INFO ok! |
8619 | 2024-08-27T22:45:05.992Z | [ host-image] Aug 27 22:45:04.277 INFO O| Aug 27 22:45:04.277 INFO STEP 59 (ensure_file) COMPLETE |
8620 | 2024-08-27T22:45:05.992Z | [ host-image] Aug 27 22:45:04.277 INFO O| Aug 27 22:45:04.277 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8621 | 2024-08-27T22:45:05.999Z | [ host-image] Aug 27 22:45:04.286 INFO O| Aug 27 22:45:04.286 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8622 | 2024-08-27T22:45:05.999Z | [ host-image] Aug 27 22:45:04.286 INFO O| Aug 27 22:45:04.286 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8623 | 2024-08-27T22:45:06.001Z | [ host-image] Aug 27 22:45:04.287 INFO O| Aug 27 22:45:04.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8624 | 2024-08-27T22:45:06.001Z | [ host-image] Aug 27 22:45:04.287 INFO O| Aug 27 22:45:04.287 INFO ok! |
8625 | 2024-08-27T22:45:06.001Z | [ host-image] Aug 27 22:45:04.287 INFO O| Aug 27 22:45:04.287 INFO STEP 60 (ensure_file) COMPLETE |
8626 | 2024-08-27T22:45:06.001Z | [ host-image] Aug 27 22:45:04.287 INFO O| Aug 27 22:45:04.287 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8627 | 2024-08-27T22:45:06.008Z | [ host-image] Aug 27 22:45:04.296 INFO O| Aug 27 22:45:04.296 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8628 | 2024-08-27T22:45:06.008Z | [ host-image] Aug 27 22:45:04.296 INFO O| Aug 27 22:45:04.296 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8629 | 2024-08-27T22:45:06.011Z | [ host-image] Aug 27 22:45:04.296 INFO O| Aug 27 22:45:04.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8630 | 2024-08-27T22:45:06.011Z | [ host-image] Aug 27 22:45:04.296 INFO O| Aug 27 22:45:04.296 INFO ok! |
8631 | 2024-08-27T22:45:06.011Z | [ host-image] Aug 27 22:45:04.296 INFO O| Aug 27 22:45:04.296 INFO STEP 61 (ensure_file) COMPLETE |
8632 | 2024-08-27T22:45:06.011Z | [ host-image] Aug 27 22:45:04.296 INFO O| Aug 27 22:45:04.296 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8633 | 2024-08-27T22:45:06.017Z | [ host-image] Aug 27 22:45:04.305 INFO O| Aug 27 22:45:04.305 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8634 | 2024-08-27T22:45:06.017Z | [ host-image] Aug 27 22:45:04.305 INFO O| Aug 27 22:45:04.305 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8635 | 2024-08-27T22:45:06.020Z | [ host-image] Aug 27 22:45:04.305 INFO O| Aug 27 22:45:04.305 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8636 | 2024-08-27T22:45:06.020Z | [ host-image] Aug 27 22:45:04.305 INFO O| Aug 27 22:45:04.305 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8637 | 2024-08-27T22:45:06.020Z | [ host-image] Aug 27 22:45:04.305 INFO O| Aug 27 22:45:04.305 INFO ok! |
8638 | 2024-08-27T22:45:06.020Z | [ host-image] Aug 27 22:45:04.305 INFO O| Aug 27 22:45:04.305 INFO STEP 62 (ensure_file) COMPLETE |
8639 | 2024-08-27T22:45:06.020Z | [ host-image] Aug 27 22:45:04.305 INFO O| Aug 27 22:45:04.305 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8640 | 2024-08-27T22:45:06.026Z | [ host-image] Aug 27 22:45:04.314 INFO O| Aug 27 22:45:04.314 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8641 | 2024-08-27T22:45:06.029Z | [ host-image] Aug 27 22:45:04.314 INFO O| Aug 27 22:45:04.314 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8642 | 2024-08-27T22:45:06.029Z | [ host-image] Aug 27 22:45:04.314 INFO O| Aug 27 22:45:04.314 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8643 | 2024-08-27T22:45:06.029Z | [ host-image] Aug 27 22:45:04.314 INFO O| Aug 27 22:45:04.314 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8644 | 2024-08-27T22:45:06.029Z | [ host-image] Aug 27 22:45:04.315 INFO O| Aug 27 22:45:04.314 INFO ok! |
8645 | 2024-08-27T22:45:06.029Z | [ host-image] Aug 27 22:45:04.315 INFO O| Aug 27 22:45:04.314 INFO STEP 63 (ensure_file) COMPLETE |
8646 | 2024-08-27T22:45:06.029Z | [ host-image] Aug 27 22:45:04.315 INFO O| Aug 27 22:45:04.315 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8647 | 2024-08-27T22:45:06.036Z | [ host-image] Aug 27 22:45:04.324 INFO O| Aug 27 22:45:04.324 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8648 | 2024-08-27T22:45:06.036Z | [ host-image] Aug 27 22:45:04.324 INFO O| Aug 27 22:45:04.324 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8649 | 2024-08-27T22:45:06.040Z | [ host-image] Aug 27 22:45:04.324 INFO O| Aug 27 22:45:04.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8650 | 2024-08-27T22:45:06.040Z | [ host-image] Aug 27 22:45:04.324 INFO O| Aug 27 22:45:04.324 INFO ok! |
8651 | 2024-08-27T22:45:06.040Z | [ host-image] Aug 27 22:45:04.324 INFO O| Aug 27 22:45:04.324 INFO STEP 64 (assemble_files) COMPLETE |
8652 | 2024-08-27T22:45:06.040Z | [ host-image] Aug 27 22:45:04.324 INFO O| Aug 27 22:45:04.324 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8653 | 2024-08-27T22:45:06.045Z | [ host-image] Aug 27 22:45:04.333 INFO O| Aug 27 22:45:04.333 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8654 | 2024-08-27T22:45:06.045Z | [ host-image] Aug 27 22:45:04.333 INFO O| Aug 27 22:45:04.333 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8655 | 2024-08-27T22:45:06.048Z | [ host-image] Aug 27 22:45:04.333 INFO O| Aug 27 22:45:04.333 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8656 | 2024-08-27T22:45:06.048Z | [ host-image] Aug 27 22:45:04.333 INFO O| Aug 27 22:45:04.333 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8657 | 2024-08-27T22:45:06.048Z | [ host-image] Aug 27 22:45:04.333 INFO O| Aug 27 22:45:04.333 INFO ok! |
8658 | 2024-08-27T22:45:06.048Z | [ host-image] Aug 27 22:45:04.333 INFO O| Aug 27 22:45:04.333 INFO STEP 65 (ensure_file) COMPLETE |
8659 | 2024-08-27T22:45:06.048Z | [ host-image] Aug 27 22:45:04.333 INFO O| Aug 27 22:45:04.333 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8660 | 2024-08-27T22:45:06.054Z | [ host-image] Aug 27 22:45:04.342 INFO O| Aug 27 22:45:04.342 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8661 | 2024-08-27T22:45:06.057Z | [ host-image] Aug 27 22:45:04.342 INFO O| Aug 27 22:45:04.342 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8662 | 2024-08-27T22:45:06.057Z | [ host-image] Aug 27 22:45:04.342 INFO O| Aug 27 22:45:04.342 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8663 | 2024-08-27T22:45:06.057Z | [ host-image] Aug 27 22:45:04.342 INFO O| Aug 27 22:45:04.342 INFO STEP 66 (ensure_dir) COMPLETE |
8664 | 2024-08-27T22:45:06.057Z | [ host-image] Aug 27 22:45:04.342 INFO O| Aug 27 22:45:04.342 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8665 | 2024-08-27T22:45:06.064Z | [ host-image] Aug 27 22:45:04.351 INFO O| Aug 27 22:45:04.351 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8666 | 2024-08-27T22:45:06.064Z | [ host-image] Aug 27 22:45:04.351 INFO O| Aug 27 22:45:04.351 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 ... |
8667 | 2024-08-27T22:45:06.071Z | [ host-image] Aug 27 22:45:04.359 INFO O| Aug 27 22:45:04.359 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 |
8668 | 2024-08-27T22:45:06.071Z | [ host-image] Aug 27 22:45:04.359 INFO O| Aug 27 22:45:04.359 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8669 | 2024-08-27T22:45:06.073Z | [ host-image] Aug 27 22:45:04.359 INFO O| Aug 27 22:45:04.359 INFO ok! |
8670 | 2024-08-27T22:45:06.073Z | [ host-image] Aug 27 22:45:04.359 INFO O| Aug 27 22:45:04.359 INFO STEP 67 (ensure_file) COMPLETE |
8671 | 2024-08-27T22:45:06.073Z | [ host-image] Aug 27 22:45:04.359 INFO O| Aug 27 22:45:04.359 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8672 | 2024-08-27T22:45:06.080Z | [ host-image] Aug 27 22:45:04.368 INFO O| Aug 27 22:45:04.368 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8673 | 2024-08-27T22:45:06.080Z | [ host-image] Aug 27 22:45:04.368 INFO O| Aug 27 22:45:04.368 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 ... |
8674 | 2024-08-27T22:45:06.083Z | [ host-image] Aug 27 22:45:04.368 INFO O| Aug 27 22:45:04.368 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 |
8675 | 2024-08-27T22:45:06.083Z | [ host-image] Aug 27 22:45:04.368 INFO O| Aug 27 22:45:04.368 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8676 | 2024-08-27T22:45:06.083Z | [ host-image] Aug 27 22:45:04.368 INFO O| Aug 27 22:45:04.368 INFO ok! |
8677 | 2024-08-27T22:45:06.083Z | [ host-image] Aug 27 22:45:04.368 INFO O| Aug 27 22:45:04.368 INFO STEP 68 (ensure_file) COMPLETE |
8678 | 2024-08-27T22:45:06.083Z | [ host-image] Aug 27 22:45:04.368 INFO O| Aug 27 22:45:04.368 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8679 | 2024-08-27T22:45:06.094Z | [ host-image] Aug 27 22:45:04.382 INFO O| Aug 27 22:45:04.381 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8680 | 2024-08-27T22:45:06.096Z | [ host-image] Aug 27 22:45:04.382 INFO O| Aug 27 22:45:04.382 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8681 | 2024-08-27T22:45:08.177Z | [ host-image] Aug 27 22:45:06.464 INFO O| Aug 27 22:45:06.464 INFO STEP 69 (pack_tar) COMPLETE |
8682 | 2024-08-27T22:45:08.177Z | [ host-image] Aug 27 22:45:06.464 INFO O| Aug 27 22:45:06.464 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8683 | 2024-08-27T22:45:08.180Z | [ host-image] Aug 27 22:45:06.464 INFO O| Aug 27 22:45:06.464 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8684 | 2024-08-27T22:45:08.442Z | [ host-image] Aug 27 22:45:06.728 INFO O| Aug 27 22:45:06.728 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8685 | 2024-08-27T22:45:08.515Z | [ host-image] Aug 27 22:45:06.802 INFO O| Aug 27 22:45:06.802 INFO completed processing gimlet/ramdisk-02-trim |
8686 | 2024-08-27T22:45:08.517Z | [ host-image] Aug 27 22:45:06.804 INFO image builder template: zfs... |
8687 | 2024-08-27T22:45:08.517Z | [ host-image] Aug 27 22:45:06.804 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/.tmp02NGbG/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.293", "-n", "zfs"], pwd: None |
8688 | 2024-08-27T22:45:08.530Z | [ host-image] Aug 27 22:45:06.818 INFO O| Aug 27 22:45:06.818 INFO skip include "stress" because feature "stress" is not enabled |
8689 | 2024-08-27T22:45:08.561Z | [ host-image] Aug 27 22:45:06.848 INFO O| Aug 27 22:45:06.848 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8690 | 2024-08-27T22:45:08.564Z | [ host-image] Aug 27 22:45:06.852 INFO O| Aug 27 22:45:06.852 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8691 | 2024-08-27T22:45:08.626Z | [ host-image] Aug 27 22:45:06.913 INFO O| Aug 27 22:45:06.913 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8692 | 2024-08-27T22:45:08.672Z | [ host-image] Aug 27 22:45:06.960 INFO O| Aug 27 22:45:06.960 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8693 | 2024-08-27T22:45:08.672Z | [ host-image] Aug 27 22:45:06.960 INFO O| Aug 27 22:45:06.960 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8694 | 2024-08-27T22:45:08.676Z | [ host-image] Aug 27 22:45:06.963 INFO O| Aug 27 22:45:06.963 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8695 | 2024-08-27T22:45:08.731Z | [ host-image] Aug 27 22:45:07.018 INFO O| Aug 27 22:45:07.018 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8696 | 2024-08-27T22:45:08.770Z | [ host-image] Aug 27 22:45:07.057 INFO O| Aug 27 22:45:07.057 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8697 | 2024-08-27T22:45:08.779Z | [ host-image] Aug 27 22:45:07.066 INFO O| Aug 27 22:45:07.066 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8698 | 2024-08-27T22:45:08.784Z | [ host-image] Aug 27 22:45:07.071 INFO O| Aug 27 22:45:07.071 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8699 | 2024-08-27T22:45:08.786Z | [ host-image] Aug 27 22:45:07.071 INFO O| Aug 27 22:45:07.071 INFO no lofi found |
8700 | 2024-08-27T22:45:08.786Z | [ host-image] Aug 27 22:45:07.071 INFO O| Aug 27 22:45:07.071 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8701 | 2024-08-27T22:45:08.786Z | [ host-image] Aug 27 22:45:07.071 INFO O| Aug 27 22:45:07.071 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8702 | 2024-08-27T22:45:10.721Z | [ host-image] Aug 27 22:45:09.008 INFO O| Aug 27 22:45:09.008 INFO lofi device = /dev/dsk/c2t1d0p0 |
8703 | 2024-08-27T22:45:10.721Z | [ host-image] Aug 27 22:45:09.008 INFO O| Aug 27 22:45:09.008 INFO pool device = /dev/dsk/c2t1d0p0 |
8704 | 2024-08-27T22:45:10.724Z | [ host-image] Aug 27 22:45:09.008 INFO O| Aug 27 22:45:09.008 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"] |
8705 | 2024-08-27T22:45:10.790Z | [ host-image] Aug 27 22:45:09.077 INFO O| Aug 27 22:45:09.077 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8706 | 2024-08-27T22:45:10.790Z | [ host-image] Aug 27 22:45:09.077 INFO O| Aug 27 22:45:09.077 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8707 | 2024-08-27T22:45:10.810Z | [ host-image] Aug 27 22:45:09.097 INFO O| Aug 27 22:45:09.097 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8708 | 2024-08-27T22:45:10.868Z | [ host-image] Aug 27 22:45:09.155 INFO O| Aug 27 22:45:09.155 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8709 | 2024-08-27T22:45:10.905Z | [ host-image] Aug 27 22:45:09.190 INFO O| Aug 27 22:45:09.190 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8710 | 2024-08-27T22:45:10.916Z | [ host-image] Aug 27 22:45:09.203 INFO O| Aug 27 22:45:09.202 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8711 | 2024-08-27T22:45:10.926Z | [ host-image] Aug 27 22:45:09.212 INFO O| Aug 27 22:45:09.211 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8712 | 2024-08-27T22:45:10.967Z | [ host-image] Aug 27 22:45:09.254 INFO O| Aug 27 22:45:09.254 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8713 | 2024-08-27T22:45:10.971Z | [ host-image] Aug 27 22:45:09.254 INFO O| Aug 27 22:45:09.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8714 | 2024-08-27T22:45:10.971Z | [ host-image] Aug 27 22:45:09.254 INFO O| Aug 27 22:45:09.254 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8715 | 2024-08-27T22:45:10.976Z | [ host-image] Aug 27 22:45:09.263 INFO O| Aug 27 22:45:09.263 INFO boot environment UUID: dd1ac366-70d5-4b43-b1ef-9151a4ace454 |
8716 | 2024-08-27T22:45:10.979Z | [ host-image] Aug 27 22:45:09.263 INFO O| Aug 27 22:45:09.263 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = dd1ac366-70d5-4b43-b1ef-9151a4ace454 |
8717 | 2024-08-27T22:45:10.985Z | [ host-image] Aug 27 22:45:09.272 INFO O| Aug 27 22:45:09.272 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8718 | 2024-08-27T22:45:10.994Z | [ host-image] Aug 27 22:45:09.280 INFO O| Aug 27 22:45:09.280 INFO STEP 0 (create_be) COMPLETE |
8719 | 2024-08-27T22:45:10.997Z | [ host-image] Aug 27 22:45:09.280 INFO O| Aug 27 22:45:09.280 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8720 | 2024-08-27T22:45:11.008Z | [ host-image] Aug 27 22:45:09.295 INFO O| Aug 27 22:45:09.295 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8721 | 2024-08-27T22:45:30.137Z | [ host-image] Aug 27 22:45:28.422 INFO O| Aug 27 22:45:28.422 INFO STEP 1 (unpack_tar) COMPLETE |
8722 | 2024-08-27T22:45:30.137Z | [ host-image] Aug 27 22:45:28.422 INFO O| Aug 27 22:45:28.422 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8723 | 2024-08-27T22:45:30.148Z | [ host-image] Aug 27 22:45:28.433 INFO O| Aug 27 22:45:28.433 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8724 | 2024-08-27T22:45:30.311Z | [ host-image] Aug 27 22:45:28.596 INFO O| Aug 27 22:45:28.596 INFO STEP 2 (devfsadm) COMPLETE |
8725 | 2024-08-27T22:45:30.315Z | [ host-image] Aug 27 22:45:28.596 INFO O| Aug 27 22:45:28.596 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8726 | 2024-08-27T22:45:30.322Z | [ host-image] Aug 27 22:45:28.607 INFO O| Aug 27 22:45:28.607 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8727 | 2024-08-27T22:45:30.322Z | [ host-image] Aug 27 22:45:28.607 INFO O| Aug 27 22:45:28.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8728 | 2024-08-27T22:45:30.325Z | [ host-image] Aug 27 22:45:28.607 INFO O| Aug 27 22:45:28.607 INFO STEP 3 (ensure_dir) COMPLETE |
8729 | 2024-08-27T22:45:30.325Z | [ host-image] Aug 27 22:45:28.607 INFO O| Aug 27 22:45:28.607 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8730 | 2024-08-27T22:45:30.331Z | [ host-image] Aug 27 22:45:28.616 INFO O| Aug 27 22:45:28.616 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8731 | 2024-08-27T22:45:30.331Z | [ host-image] Aug 27 22:45:28.616 INFO O| Aug 27 22:45:28.616 INFO STEP 4 (ensure_dir) COMPLETE |
8732 | 2024-08-27T22:45:30.334Z | [ host-image] Aug 27 22:45:28.616 INFO O| Aug 27 22:45:28.616 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8733 | 2024-08-27T22:45:30.341Z | [ host-image] Aug 27 22:45:28.626 INFO O| Aug 27 22:45:28.626 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8734 | 2024-08-27T22:45:30.341Z | [ host-image] Aug 27 22:45:28.626 INFO O| Aug 27 22:45:28.626 INFO STEP 5 (ensure_dir) COMPLETE |
8735 | 2024-08-27T22:45:30.345Z | [ host-image] Aug 27 22:45:28.626 INFO O| Aug 27 22:45:28.626 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8736 | 2024-08-27T22:45:30.352Z | [ host-image] Aug 27 22:45:28.635 INFO O| Aug 27 22:45:28.635 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8737 | 2024-08-27T22:45:30.352Z | [ host-image] Aug 27 22:45:28.635 INFO O| Aug 27 22:45:28.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8738 | 2024-08-27T22:45:30.355Z | [ host-image] Aug 27 22:45:28.635 INFO O| Aug 27 22:45:28.635 INFO STEP 6 (ensure_dir) COMPLETE |
8739 | 2024-08-27T22:45:30.355Z | [ host-image] Aug 27 22:45:28.635 INFO O| Aug 27 22:45:28.635 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8740 | 2024-08-27T22:45:30.360Z | [ host-image] Aug 27 22:45:28.645 INFO O| Aug 27 22:45:28.645 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8741 | 2024-08-27T22:45:30.362Z | [ host-image] Aug 27 22:45:28.645 INFO O| Aug 27 22:45:28.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8742 | 2024-08-27T22:45:30.362Z | [ host-image] Aug 27 22:45:28.645 INFO O| Aug 27 22:45:28.645 INFO STEP 7 (ensure_dir) COMPLETE |
8743 | 2024-08-27T22:45:30.362Z | [ host-image] Aug 27 22:45:28.645 INFO O| Aug 27 22:45:28.645 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8744 | 2024-08-27T22:45:30.369Z | [ host-image] Aug 27 22:45:28.654 INFO O| Aug 27 22:45:28.654 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8745 | 2024-08-27T22:45:30.372Z | [ host-image] Aug 27 22:45:28.655 INFO O| Aug 27 22:45:28.654 INFO STEP 8 (remove_files) COMPLETE |
8746 | 2024-08-27T22:45:30.373Z | [ host-image] Aug 27 22:45:28.655 INFO O| Aug 27 22:45:28.654 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8747 | 2024-08-27T22:45:30.379Z | [ host-image] Aug 27 22:45:28.664 INFO O| Aug 27 22:45:28.664 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8748 | 2024-08-27T22:45:30.382Z | [ host-image] Aug 27 22:45:28.665 INFO O| Aug 27 22:45:28.665 INFO STEP 9 (remove_files) COMPLETE |
8749 | 2024-08-27T22:45:30.382Z | [ host-image] Aug 27 22:45:28.665 INFO O| Aug 27 22:45:28.665 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8750 | 2024-08-27T22:45:30.389Z | [ host-image] Aug 27 22:45:28.674 INFO O| Aug 27 22:45:28.674 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8751 | 2024-08-27T22:45:30.393Z | [ host-image] Aug 27 22:45:28.675 INFO O| Aug 27 22:45:28.675 INFO STEP 10 (remove_files) COMPLETE |
8752 | 2024-08-27T22:45:30.393Z | [ host-image] Aug 27 22:45:28.675 INFO O| Aug 27 22:45:28.675 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8753 | 2024-08-27T22:45:30.401Z | [ host-image] Aug 27 22:45:28.686 INFO O| Aug 27 22:45:28.686 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8754 | 2024-08-27T22:45:30.403Z | [ host-image] Aug 27 22:45:28.686 INFO O| Aug 27 22:45:28.686 INFO STEP 11 (remove_files) COMPLETE |
8755 | 2024-08-27T22:45:30.403Z | [ host-image] Aug 27 22:45:28.686 INFO O| Aug 27 22:45:28.686 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8756 | 2024-08-27T22:45:30.410Z | [ host-image] Aug 27 22:45:28.695 INFO O| Aug 27 22:45:28.695 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8757 | 2024-08-27T22:45:30.413Z | [ host-image] Aug 27 22:45:28.696 INFO O| Aug 27 22:45:28.696 INFO STEP 12 (remove_files) COMPLETE |
8758 | 2024-08-27T22:45:30.413Z | [ host-image] Aug 27 22:45:28.696 INFO O| Aug 27 22:45:28.696 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8759 | 2024-08-27T22:45:30.420Z | [ host-image] Aug 27 22:45:28.705 INFO O| Aug 27 22:45:28.705 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8760 | 2024-08-27T22:45:30.423Z | [ host-image] Aug 27 22:45:28.705 INFO O| Aug 27 22:45:28.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8761 | 2024-08-27T22:45:30.423Z | [ host-image] Aug 27 22:45:28.705 INFO O| Aug 27 22:45:28.705 INFO STEP 13 (ensure_dir) COMPLETE |
8762 | 2024-08-27T22:45:30.423Z | [ host-image] Aug 27 22:45:28.705 INFO O| Aug 27 22:45:28.705 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8763 | 2024-08-27T22:45:30.430Z | [ host-image] Aug 27 22:45:28.715 INFO O| Aug 27 22:45:28.715 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8764 | 2024-08-27T22:45:30.432Z | [ host-image] Aug 27 22:45:28.715 INFO O| Aug 27 22:45:28.715 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8765 | 2024-08-27T22:45:30.432Z | [ host-image] Aug 27 22:45:28.715 INFO O| Aug 27 22:45:28.715 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8766 | 2024-08-27T22:45:30.433Z | [ host-image] Aug 27 22:45:28.715 INFO O| Aug 27 22:45:28.715 INFO STEP 14 (ensure_dir) COMPLETE |
8767 | 2024-08-27T22:45:30.433Z | [ host-image] Aug 27 22:45:28.715 INFO O| Aug 27 22:45:28.715 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8768 | 2024-08-27T22:45:30.439Z | [ host-image] Aug 27 22:45:28.724 INFO O| Aug 27 22:45:28.724 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8769 | 2024-08-27T22:45:30.442Z | [ host-image] Aug 27 22:45:28.725 INFO O| Aug 27 22:45:28.724 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8770 | 2024-08-27T22:45:30.442Z | [ host-image] Aug 27 22:45:28.725 INFO O| Aug 27 22:45:28.725 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8771 | 2024-08-27T22:45:30.442Z | [ host-image] Aug 27 22:45:28.725 INFO O| Aug 27 22:45:28.725 INFO STEP 15 (ensure_dir) COMPLETE |
8772 | 2024-08-27T22:45:30.442Z | [ host-image] Aug 27 22:45:28.725 INFO O| Aug 27 22:45:28.725 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8773 | 2024-08-27T22:45:30.449Z | [ host-image] Aug 27 22:45:28.734 INFO O| Aug 27 22:45:28.734 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8774 | 2024-08-27T22:45:30.452Z | [ host-image] Aug 27 22:45:28.734 INFO O| Aug 27 22:45:28.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8775 | 2024-08-27T22:45:30.452Z | [ host-image] Aug 27 22:45:28.734 INFO O| Aug 27 22:45:28.734 INFO STEP 16 (ensure_dir) COMPLETE |
8776 | 2024-08-27T22:45:30.452Z | [ host-image] Aug 27 22:45:28.734 INFO O| Aug 27 22:45:28.734 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8777 | 2024-08-27T22:45:30.458Z | [ host-image] Aug 27 22:45:28.744 INFO O| Aug 27 22:45:28.744 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8778 | 2024-08-27T22:45:30.459Z | [ host-image] Aug 27 22:45:28.744 INFO O| Aug 27 22:45:28.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8779 | 2024-08-27T22:45:30.459Z | [ host-image] Aug 27 22:45:28.744 INFO O| Aug 27 22:45:28.744 INFO STEP 17 (ensure_dir) COMPLETE |
8780 | 2024-08-27T22:45:30.461Z | [ host-image] Aug 27 22:45:28.744 INFO O| Aug 27 22:45:28.744 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8781 | 2024-08-27T22:45:30.468Z | [ host-image] Aug 27 22:45:28.753 INFO O| Aug 27 22:45:28.753 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8782 | 2024-08-27T22:45:30.468Z | [ host-image] Aug 27 22:45:28.753 INFO O| Aug 27 22:45:28.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8783 | 2024-08-27T22:45:30.471Z | [ host-image] Aug 27 22:45:28.753 INFO O| Aug 27 22:45:28.753 INFO ok! |
8784 | 2024-08-27T22:45:30.471Z | [ host-image] Aug 27 22:45:28.753 INFO O| Aug 27 22:45:28.753 INFO STEP 18 (ensure_symlink) COMPLETE |
8785 | 2024-08-27T22:45:30.471Z | [ host-image] Aug 27 22:45:28.753 INFO O| Aug 27 22:45:28.753 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8786 | 2024-08-27T22:45:30.479Z | [ host-image] Aug 27 22:45:28.763 INFO O| Aug 27 22:45:28.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8787 | 2024-08-27T22:45:30.479Z | [ host-image] Aug 27 22:45:28.763 INFO O| Aug 27 22:45:28.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8788 | 2024-08-27T22:45:30.481Z | [ host-image] Aug 27 22:45:28.763 INFO O| Aug 27 22:45:28.763 INFO ok! |
8789 | 2024-08-27T22:45:30.481Z | [ host-image] Aug 27 22:45:28.763 INFO O| Aug 27 22:45:28.763 INFO STEP 19 (ensure_file) COMPLETE |
8790 | 2024-08-27T22:45:30.481Z | [ host-image] Aug 27 22:45:28.763 INFO O| Aug 27 22:45:28.763 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8791 | 2024-08-27T22:45:30.487Z | [ host-image] Aug 27 22:45:28.772 INFO O| Aug 27 22:45:28.772 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8792 | 2024-08-27T22:45:30.487Z | [ host-image] Aug 27 22:45:28.772 INFO O| Aug 27 22:45:28.772 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8793 | 2024-08-27T22:45:30.490Z | [ host-image] Aug 27 22:45:28.773 INFO O| Aug 27 22:45:28.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8794 | 2024-08-27T22:45:30.490Z | [ host-image] Aug 27 22:45:28.773 INFO O| Aug 27 22:45:28.773 INFO ok! |
8795 | 2024-08-27T22:45:30.490Z | [ host-image] Aug 27 22:45:28.773 INFO O| Aug 27 22:45:28.773 INFO STEP 20 (ensure_symlink) COMPLETE |
8796 | 2024-08-27T22:45:30.490Z | [ host-image] Aug 27 22:45:28.773 INFO O| Aug 27 22:45:28.773 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8797 | 2024-08-27T22:45:30.497Z | [ host-image] Aug 27 22:45:28.782 INFO O| Aug 27 22:45:28.782 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8798 | 2024-08-27T22:45:30.497Z | [ host-image] Aug 27 22:45:28.782 INFO O| Aug 27 22:45:28.782 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8799 | 2024-08-27T22:45:30.499Z | [ host-image] Aug 27 22:45:28.782 INFO O| Aug 27 22:45:28.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8800 | 2024-08-27T22:45:30.499Z | [ host-image] Aug 27 22:45:28.782 INFO O| Aug 27 22:45:28.782 INFO ok! |
8801 | 2024-08-27T22:45:30.499Z | [ host-image] Aug 27 22:45:28.782 INFO O| Aug 27 22:45:28.782 INFO STEP 21 (ensure_symlink) COMPLETE |
8802 | 2024-08-27T22:45:30.499Z | [ host-image] Aug 27 22:45:28.782 INFO O| Aug 27 22:45:28.782 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8803 | 2024-08-27T22:45:30.506Z | [ host-image] Aug 27 22:45:28.792 INFO O| Aug 27 22:45:28.792 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8804 | 2024-08-27T22:45:30.509Z | [ host-image] Aug 27 22:45:28.792 INFO O| Aug 27 22:45:28.792 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8805 | 2024-08-27T22:45:30.509Z | [ host-image] Aug 27 22:45:28.792 INFO O| Aug 27 22:45:28.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8806 | 2024-08-27T22:45:30.509Z | [ host-image] Aug 27 22:45:28.792 INFO O| Aug 27 22:45:28.792 INFO ok! |
8807 | 2024-08-27T22:45:30.509Z | [ host-image] Aug 27 22:45:28.792 INFO O| Aug 27 22:45:28.792 INFO STEP 22 (ensure_symlink) COMPLETE |
8808 | 2024-08-27T22:45:30.509Z | [ host-image] Aug 27 22:45:28.792 INFO O| Aug 27 22:45:28.792 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8809 | 2024-08-27T22:45:30.516Z | [ host-image] Aug 27 22:45:28.801 INFO O| Aug 27 22:45:28.801 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8810 | 2024-08-27T22:45:30.518Z | [ host-image] Aug 27 22:45:28.801 INFO O| Aug 27 22:45:28.801 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8811 | 2024-08-27T22:45:30.518Z | [ host-image] Aug 27 22:45:28.801 INFO O| Aug 27 22:45:28.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8812 | 2024-08-27T22:45:30.518Z | [ host-image] Aug 27 22:45:28.801 INFO O| Aug 27 22:45:28.801 INFO ok! |
8813 | 2024-08-27T22:45:30.518Z | [ host-image] Aug 27 22:45:28.801 INFO O| Aug 27 22:45:28.801 INFO STEP 23 (ensure_symlink) COMPLETE |
8814 | 2024-08-27T22:45:30.518Z | [ host-image] Aug 27 22:45:28.801 INFO O| Aug 27 22:45:28.801 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8815 | 2024-08-27T22:45:30.525Z | [ host-image] Aug 27 22:45:28.811 INFO O| Aug 27 22:45:28.811 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8816 | 2024-08-27T22:45:30.528Z | [ host-image] Aug 27 22:45:28.811 INFO O| Aug 27 22:45:28.811 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8817 | 2024-08-27T22:45:30.528Z | [ host-image] Aug 27 22:45:28.811 INFO O| Aug 27 22:45:28.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8818 | 2024-08-27T22:45:30.528Z | [ host-image] Aug 27 22:45:28.811 INFO O| Aug 27 22:45:28.811 INFO ok! |
8819 | 2024-08-27T22:45:30.528Z | [ host-image] Aug 27 22:45:28.811 INFO O| Aug 27 22:45:28.811 INFO STEP 24 (ensure_file) COMPLETE |
8820 | 2024-08-27T22:45:30.528Z | [ host-image] Aug 27 22:45:28.811 INFO O| Aug 27 22:45:28.811 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8821 | 2024-08-27T22:45:30.535Z | [ host-image] Aug 27 22:45:28.821 INFO O| Aug 27 22:45:28.821 INFO updating shadow file |
8822 | 2024-08-27T22:45:30.538Z | [ host-image] Aug 27 22:45:28.821 INFO O| Aug 27 22:45:28.821 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8823 | 2024-08-27T22:45:30.538Z | [ host-image] Aug 27 22:45:28.821 INFO O| Aug 27 22:45:28.821 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8824 | 2024-08-27T22:45:30.538Z | [ host-image] Aug 27 22:45:28.821 INFO O| Aug 27 22:45:28.821 INFO STEP 25 (shadow) COMPLETE |
8825 | 2024-08-27T22:45:30.538Z | [ host-image] Aug 27 22:45:28.821 INFO O| Aug 27 22:45:28.821 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8826 | 2024-08-27T22:45:30.545Z | [ host-image] Aug 27 22:45:28.830 INFO O| Aug 27 22:45:28.830 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8827 | 2024-08-27T22:45:30.548Z | [ host-image] Aug 27 22:45:28.830 INFO O| Aug 27 22:45:28.830 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8828 | 2024-08-27T22:45:30.548Z | [ host-image] Aug 27 22:45:28.831 INFO O| Aug 27 22:45:28.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8829 | 2024-08-27T22:45:30.548Z | [ host-image] Aug 27 22:45:28.831 INFO O| Aug 27 22:45:28.831 INFO ok! |
8830 | 2024-08-27T22:45:30.548Z | [ host-image] Aug 27 22:45:28.831 INFO O| Aug 27 22:45:28.831 INFO STEP 26 (ensure_file) COMPLETE |
8831 | 2024-08-27T22:45:30.548Z | [ host-image] Aug 27 22:45:28.831 INFO O| Aug 27 22:45:28.831 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8832 | 2024-08-27T22:45:30.554Z | [ host-image] Aug 27 22:45:28.840 INFO O| Aug 27 22:45:28.840 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8833 | 2024-08-27T22:45:30.555Z | [ host-image] Aug 27 22:45:28.840 INFO O| Aug 27 22:45:28.840 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8834 | 2024-08-27T22:45:30.557Z | [ host-image] Aug 27 22:45:28.840 INFO O| Aug 27 22:45:28.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8835 | 2024-08-27T22:45:30.557Z | [ host-image] Aug 27 22:45:28.840 INFO O| Aug 27 22:45:28.840 INFO ok! |
8836 | 2024-08-27T22:45:30.557Z | [ host-image] Aug 27 22:45:28.840 INFO O| Aug 27 22:45:28.840 INFO STEP 27 (ensure_file) COMPLETE |
8837 | 2024-08-27T22:45:30.557Z | [ host-image] Aug 27 22:45:28.840 INFO O| Aug 27 22:45:28.840 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8838 | 2024-08-27T22:45:30.564Z | [ host-image] Aug 27 22:45:28.849 INFO O| Aug 27 22:45:28.849 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8839 | 2024-08-27T22:45:30.564Z | [ host-image] Aug 27 22:45:28.850 INFO O| Aug 27 22:45:28.849 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8840 | 2024-08-27T22:45:30.567Z | [ host-image] Aug 27 22:45:28.850 INFO O| Aug 27 22:45:28.850 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8841 | 2024-08-27T22:45:30.567Z | [ host-image] Aug 27 22:45:28.850 INFO O| Aug 27 22:45:28.850 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8842 | 2024-08-27T22:45:30.567Z | [ host-image] Aug 27 22:45:28.850 INFO O| Aug 27 22:45:28.850 INFO ok! |
8843 | 2024-08-27T22:45:30.567Z | [ host-image] Aug 27 22:45:28.850 INFO O| Aug 27 22:45:28.850 INFO STEP 28 (ensure_file) COMPLETE |
8844 | 2024-08-27T22:45:30.567Z | [ host-image] Aug 27 22:45:28.850 INFO O| Aug 27 22:45:28.850 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8845 | 2024-08-27T22:45:30.574Z | [ host-image] Aug 27 22:45:28.859 INFO O| Aug 27 22:45:28.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8846 | 2024-08-27T22:45:30.574Z | [ host-image] Aug 27 22:45:28.859 INFO O| Aug 27 22:45:28.859 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8847 | 2024-08-27T22:45:30.574Z | [ host-image] Aug 27 22:45:28.859 INFO O| Aug 27 22:45:28.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8848 | 2024-08-27T22:45:30.577Z | [ host-image] Aug 27 22:45:28.859 INFO O| Aug 27 22:45:28.859 INFO ok! |
8849 | 2024-08-27T22:45:30.577Z | [ host-image] Aug 27 22:45:28.859 INFO O| Aug 27 22:45:28.859 INFO STEP 29 (ensure_file) COMPLETE |
8850 | 2024-08-27T22:45:30.577Z | [ host-image] Aug 27 22:45:28.859 INFO O| Aug 27 22:45:28.859 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8851 | 2024-08-27T22:45:30.583Z | [ host-image] Aug 27 22:45:28.869 INFO O| Aug 27 22:45:28.869 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8852 | 2024-08-27T22:45:30.586Z | [ host-image] Aug 27 22:45:28.869 INFO O| Aug 27 22:45:28.869 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8853 | 2024-08-27T22:45:30.586Z | [ host-image] Aug 27 22:45:28.869 INFO O| Aug 27 22:45:28.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8854 | 2024-08-27T22:45:30.586Z | [ host-image] Aug 27 22:45:28.869 INFO O| Aug 27 22:45:28.869 INFO ok! |
8855 | 2024-08-27T22:45:30.586Z | [ host-image] Aug 27 22:45:28.869 INFO O| Aug 27 22:45:28.869 INFO STEP 30 (ensure_file) COMPLETE |
8856 | 2024-08-27T22:45:30.586Z | [ host-image] Aug 27 22:45:28.869 INFO O| Aug 27 22:45:28.869 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8857 | 2024-08-27T22:45:30.593Z | [ host-image] Aug 27 22:45:28.878 INFO O| Aug 27 22:45:28.878 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8858 | 2024-08-27T22:45:30.600Z | [ host-image] Aug 27 22:45:28.879 INFO O| Aug 27 22:45:28.878 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8859 | 2024-08-27T22:45:30.600Z | [ host-image] Aug 27 22:45:28.879 INFO O| Aug 27 22:45:28.879 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8860 | 2024-08-27T22:45:30.600Z | [ host-image] Aug 27 22:45:28.879 INFO O| Aug 27 22:45:28.879 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8861 | 2024-08-27T22:45:30.600Z | [ host-image] Aug 27 22:45:28.879 INFO O| Aug 27 22:45:28.879 INFO ok! |
8862 | 2024-08-27T22:45:30.601Z | [ host-image] Aug 27 22:45:28.879 INFO O| Aug 27 22:45:28.879 INFO STEP 31 (ensure_file) COMPLETE |
8863 | 2024-08-27T22:45:30.601Z | [ host-image] Aug 27 22:45:28.879 INFO O| Aug 27 22:45:28.879 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8864 | 2024-08-27T22:45:30.609Z | [ host-image] Aug 27 22:45:28.888 INFO O| Aug 27 22:45:28.888 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8865 | 2024-08-27T22:45:30.609Z | [ host-image] Aug 27 22:45:28.888 INFO O| Aug 27 22:45:28.888 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8866 | 2024-08-27T22:45:30.609Z | [ host-image] Aug 27 22:45:28.888 INFO O| Aug 27 22:45:28.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8867 | 2024-08-27T22:45:30.609Z | [ host-image] Aug 27 22:45:28.888 INFO O| Aug 27 22:45:28.888 INFO ok! |
8868 | 2024-08-27T22:45:30.609Z | [ host-image] Aug 27 22:45:28.888 INFO O| Aug 27 22:45:28.888 INFO STEP 32 (ensure_file) COMPLETE |
8869 | 2024-08-27T22:45:30.609Z | [ host-image] Aug 27 22:45:28.888 INFO O| Aug 27 22:45:28.888 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8870 | 2024-08-27T22:45:30.614Z | [ host-image] Aug 27 22:45:28.898 INFO O| Aug 27 22:45:28.898 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8871 | 2024-08-27T22:45:30.614Z | [ host-image] Aug 27 22:45:28.898 INFO O| Aug 27 22:45:28.898 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8872 | 2024-08-27T22:45:30.614Z | [ host-image] Aug 27 22:45:28.898 INFO O| Aug 27 22:45:28.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8873 | 2024-08-27T22:45:30.614Z | [ host-image] Aug 27 22:45:28.898 INFO O| Aug 27 22:45:28.898 INFO ok! |
8874 | 2024-08-27T22:45:30.614Z | [ host-image] Aug 27 22:45:28.898 INFO O| Aug 27 22:45:28.898 INFO STEP 33 (ensure_file) COMPLETE |
8875 | 2024-08-27T22:45:30.614Z | [ host-image] Aug 27 22:45:28.898 INFO O| Aug 27 22:45:28.898 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8876 | 2024-08-27T22:45:30.622Z | [ host-image] Aug 27 22:45:28.907 INFO O| Aug 27 22:45:28.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8877 | 2024-08-27T22:45:30.640Z | [ host-image] Aug 27 22:45:28.907 INFO O| Aug 27 22:45:28.907 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8878 | 2024-08-27T22:45:30.640Z | [ host-image] Aug 27 22:45:28.907 INFO O| Aug 27 22:45:28.907 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8879 | 2024-08-27T22:45:30.640Z | [ host-image] Aug 27 22:45:28.907 INFO O| Aug 27 22:45:28.907 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8880 | 2024-08-27T22:45:30.640Z | [ host-image] Aug 27 22:45:28.907 INFO O| Aug 27 22:45:28.907 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8881 | 2024-08-27T22:45:30.640Z | [ host-image] Aug 27 22:45:28.908 INFO O| Aug 27 22:45:28.907 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8882 | 2024-08-27T22:45:30.640Z | [ host-image] Aug 27 22:45:28.908 INFO O| Aug 27 22:45:28.907 INFO ok! |
8883 | 2024-08-27T22:45:30.640Z | [ host-image] Aug 27 22:45:28.908 INFO O| Aug 27 22:45:28.907 INFO STEP 34 (ensure_file) COMPLETE |
8884 | 2024-08-27T22:45:30.640Z | [ host-image] Aug 27 22:45:28.908 INFO O| Aug 27 22:45:28.907 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8885 | 2024-08-27T22:45:30.644Z | [ host-image] Aug 27 22:45:28.917 INFO O| Aug 27 22:45:28.917 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8886 | 2024-08-27T22:45:30.644Z | [ host-image] Aug 27 22:45:28.917 INFO O| Aug 27 22:45:28.917 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8887 | 2024-08-27T22:45:30.644Z | [ host-image] Aug 27 22:45:28.917 INFO O| Aug 27 22:45:28.917 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8888 | 2024-08-27T22:45:30.645Z | [ host-image] Aug 27 22:45:28.917 INFO O| Aug 27 22:45:28.917 INFO STEP 35 (ensure_dir) COMPLETE |
8889 | 2024-08-27T22:45:30.645Z | [ host-image] Aug 27 22:45:28.917 INFO O| Aug 27 22:45:28.917 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8890 | 2024-08-27T22:45:30.645Z | [ host-image] Aug 27 22:45:28.927 INFO O| Aug 27 22:45:28.927 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 |
8891 | 2024-08-27T22:45:30.645Z | [ host-image] Aug 27 22:45:28.927 INFO O| Aug 27 22:45:28.927 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 ... |
8892 | 2024-08-27T22:45:30.645Z | [ host-image] Aug 27 22:45:28.927 INFO O| Aug 27 22:45:28.927 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 |
8893 | 2024-08-27T22:45:30.645Z | [ host-image] Aug 27 22:45:28.927 INFO O| Aug 27 22:45:28.927 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 |
8894 | 2024-08-27T22:45:30.645Z | [ host-image] Aug 27 22:45:28.927 INFO O| Aug 27 22:45:28.927 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 |
8895 | 2024-08-27T22:45:30.645Z | [ host-image] Aug 27 22:45:28.927 INFO O| Aug 27 22:45:28.927 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 |
8896 | 2024-08-27T22:45:30.645Z | [ host-image] Aug 27 22:45:28.928 INFO O| Aug 27 22:45:28.927 INFO ok! |
8897 | 2024-08-27T22:45:30.645Z | [ host-image] Aug 27 22:45:28.928 INFO O| Aug 27 22:45:28.927 INFO STEP 36 (ensure_file) COMPLETE |
8898 | 2024-08-27T22:45:30.645Z | [ host-image] Aug 27 22:45:28.928 INFO O| Aug 27 22:45:28.927 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8899 | 2024-08-27T22:45:30.652Z | [ host-image] Aug 27 22:45:28.937 INFO O| Aug 27 22:45:28.937 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8900 | 2024-08-27T22:45:30.652Z | [ host-image] Aug 27 22:45:28.937 INFO O| Aug 27 22:45:28.937 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 ... |
8901 | 2024-08-27T22:45:30.654Z | [ host-image] Aug 27 22:45:28.937 INFO O| Aug 27 22:45:28.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8902 | 2024-08-27T22:45:30.655Z | [ host-image] Aug 27 22:45:28.937 INFO O| Aug 27 22:45:28.937 INFO ok! |
8903 | 2024-08-27T22:45:30.655Z | [ host-image] Aug 27 22:45:28.937 INFO O| Aug 27 22:45:28.937 INFO STEP 37 (ensure_symlink) COMPLETE |
8904 | 2024-08-27T22:45:30.655Z | [ host-image] Aug 27 22:45:28.937 INFO O| Aug 27 22:45:28.937 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8905 | 2024-08-27T22:45:30.661Z | [ host-image] Aug 27 22:45:28.946 INFO O| Aug 27 22:45:28.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8906 | 2024-08-27T22:45:30.661Z | [ host-image] Aug 27 22:45:28.946 INFO O| Aug 27 22:45:28.946 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8907 | 2024-08-27T22:45:30.663Z | [ host-image] Aug 27 22:45:28.947 INFO O| Aug 27 22:45:28.947 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8908 | 2024-08-27T22:45:30.663Z | [ host-image] Aug 27 22:45:28.947 INFO O| Aug 27 22:45:28.947 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8909 | 2024-08-27T22:45:30.663Z | [ host-image] Aug 27 22:45:28.947 INFO O| Aug 27 22:45:28.947 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8910 | 2024-08-27T22:45:30.663Z | [ host-image] Aug 27 22:45:28.947 INFO O| Aug 27 22:45:28.947 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8911 | 2024-08-27T22:45:30.664Z | [ host-image] Aug 27 22:45:28.947 INFO O| Aug 27 22:45:28.947 INFO ok! |
8912 | 2024-08-27T22:45:30.664Z | [ host-image] Aug 27 22:45:28.947 INFO O| Aug 27 22:45:28.947 INFO STEP 38 (ensure_file) COMPLETE |
8913 | 2024-08-27T22:45:30.664Z | [ host-image] Aug 27 22:45:28.947 INFO O| Aug 27 22:45:28.947 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8914 | 2024-08-27T22:45:30.671Z | [ host-image] Aug 27 22:45:28.956 INFO O| Aug 27 22:45:28.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8915 | 2024-08-27T22:45:30.671Z | [ host-image] Aug 27 22:45:28.956 INFO O| Aug 27 22:45:28.956 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 ... |
8916 | 2024-08-27T22:45:30.673Z | [ host-image] Aug 27 22:45:28.956 INFO O| Aug 27 22:45:28.956 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 |
8917 | 2024-08-27T22:45:30.673Z | [ host-image] Aug 27 22:45:28.956 INFO O| Aug 27 22:45:28.956 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8918 | 2024-08-27T22:45:30.673Z | [ host-image] Aug 27 22:45:28.956 INFO O| Aug 27 22:45:28.956 INFO ok! |
8919 | 2024-08-27T22:45:30.673Z | [ host-image] Aug 27 22:45:28.956 INFO O| Aug 27 22:45:28.956 INFO STEP 39 (ensure_file) COMPLETE |
8920 | 2024-08-27T22:45:30.673Z | [ host-image] Aug 27 22:45:28.956 INFO O| Aug 27 22:45:28.956 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8921 | 2024-08-27T22:45:30.680Z | [ host-image] Aug 27 22:45:28.966 INFO O| Aug 27 22:45:28.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8922 | 2024-08-27T22:45:30.680Z | [ host-image] Aug 27 22:45:28.966 INFO O| Aug 27 22:45:28.966 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8923 | 2024-08-27T22:45:30.683Z | [ host-image] Aug 27 22:45:28.966 INFO O| Aug 27 22:45:28.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8924 | 2024-08-27T22:45:30.683Z | [ host-image] Aug 27 22:45:28.966 INFO O| Aug 27 22:45:28.966 INFO ok! |
8925 | 2024-08-27T22:45:30.683Z | [ host-image] Aug 27 22:45:28.966 INFO O| Aug 27 22:45:28.966 INFO STEP 40 (ensure_file) COMPLETE |
8926 | 2024-08-27T22:45:30.683Z | [ host-image] Aug 27 22:45:28.966 INFO O| Aug 27 22:45:28.966 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8927 | 2024-08-27T22:45:30.690Z | [ host-image] Aug 27 22:45:28.975 INFO O| Aug 27 22:45:28.975 INFO updating shadow file |
8928 | 2024-08-27T22:45:30.693Z | [ host-image] Aug 27 22:45:28.976 INFO O| Aug 27 22:45:28.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8929 | 2024-08-27T22:45:30.693Z | [ host-image] Aug 27 22:45:28.976 INFO O| Aug 27 22:45:28.976 INFO STEP 41 (shadow) COMPLETE |
8930 | 2024-08-27T22:45:30.693Z | [ host-image] Aug 27 22:45:28.976 INFO O| Aug 27 22:45:28.976 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8931 | 2024-08-27T22:45:30.700Z | [ host-image] Aug 27 22:45:28.985 INFO O| Aug 27 22:45:28.985 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8932 | 2024-08-27T22:45:30.702Z | [ host-image] Aug 27 22:45:28.985 INFO O| Aug 27 22:45:28.985 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8933 | 2024-08-27T22:45:30.702Z | [ host-image] Aug 27 22:45:28.986 INFO O| Aug 27 22:45:28.986 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8934 | 2024-08-27T22:45:30.702Z | [ host-image] Aug 27 22:45:28.986 INFO O| Aug 27 22:45:28.986 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8935 | 2024-08-27T22:45:30.702Z | [ host-image] Aug 27 22:45:28.986 INFO O| Aug 27 22:45:28.986 INFO ok! |
8936 | 2024-08-27T22:45:30.703Z | [ host-image] Aug 27 22:45:28.986 INFO O| Aug 27 22:45:28.986 INFO STEP 42 (ensure_file) COMPLETE |
8937 | 2024-08-27T22:45:30.703Z | [ host-image] Aug 27 22:45:28.986 INFO O| Aug 27 22:45:28.986 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8938 | 2024-08-27T22:45:30.703Z | [ host-image] Aug 27 22:45:28.986 INFO O| Aug 27 22:45:28.986 INFO skip step because feature "mfg" is not enabled |
8939 | 2024-08-27T22:45:30.703Z | [ host-image] Aug 27 22:45:28.986 INFO O| Aug 27 22:45:28.986 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8940 | 2024-08-27T22:45:30.703Z | [ host-image] Aug 27 22:45:28.986 INFO O| Aug 27 22:45:28.986 INFO skip step because feature "mfg" is not enabled |
8941 | 2024-08-27T22:45:30.703Z | [ host-image] Aug 27 22:45:28.986 INFO O| Aug 27 22:45:28.986 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8942 | 2024-08-27T22:45:30.710Z | [ host-image] Aug 27 22:45:28.996 INFO O| Aug 27 22:45:28.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8943 | 2024-08-27T22:45:30.710Z | [ host-image] Aug 27 22:45:28.996 INFO O| Aug 27 22:45:28.996 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8944 | 2024-08-27T22:45:31.339Z | [ host-image] Aug 27 22:45:29.624 INFO O| Aug 27 22:45:29.624 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8945 | 2024-08-27T22:45:31.339Z | [ host-image] Aug 27 22:45:29.624 INFO O| Aug 27 22:45:29.624 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8946 | 2024-08-27T22:45:31.342Z | [ host-image] Aug 27 22:45:29.624 INFO O| Aug 27 22:45:29.624 INFO ok! |
8947 | 2024-08-27T22:45:31.342Z | [ host-image] Aug 27 22:45:29.624 INFO O| Aug 27 22:45:29.624 INFO STEP 45 (ensure_file) COMPLETE |
8948 | 2024-08-27T22:45:31.342Z | [ host-image] Aug 27 22:45:29.624 INFO O| Aug 27 22:45:29.624 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8949 | 2024-08-27T22:45:31.350Z | [ host-image] Aug 27 22:45:29.636 INFO O| Aug 27 22:45:29.636 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8950 | 2024-08-27T22:45:31.350Z | [ host-image] Aug 27 22:45:29.636 INFO O| Aug 27 22:45:29.636 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8951 | 2024-08-27T22:45:31.353Z | [ host-image] Aug 27 22:45:29.636 INFO O| Aug 27 22:45:29.636 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8952 | 2024-08-27T22:45:31.354Z | [ host-image] Aug 27 22:45:29.636 INFO O| Aug 27 22:45:29.636 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8953 | 2024-08-27T22:45:31.354Z | [ host-image] Aug 27 22:45:29.636 INFO O| Aug 27 22:45:29.636 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8954 | 2024-08-27T22:45:31.354Z | [ host-image] Aug 27 22:45:29.636 INFO O| Aug 27 22:45:29.636 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8955 | 2024-08-27T22:45:31.354Z | [ host-image] Aug 27 22:45:29.636 INFO O| Aug 27 22:45:29.636 INFO ok! |
8956 | 2024-08-27T22:45:31.354Z | [ host-image] Aug 27 22:45:29.636 INFO O| Aug 27 22:45:29.636 INFO STEP 46 (ensure_file) COMPLETE |
8957 | 2024-08-27T22:45:31.354Z | [ host-image] Aug 27 22:45:29.636 INFO O| Aug 27 22:45:29.636 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8958 | 2024-08-27T22:45:31.361Z | [ host-image] Aug 27 22:45:29.646 INFO O| Aug 27 22:45:29.646 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8959 | 2024-08-27T22:45:31.361Z | [ host-image] Aug 27 22:45:29.646 INFO O| Aug 27 22:45:29.646 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 ... |
8960 | 2024-08-27T22:45:31.364Z | [ host-image] Aug 27 22:45:29.646 INFO O| Aug 27 22:45:29.646 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 |
8961 | 2024-08-27T22:45:31.364Z | [ host-image] Aug 27 22:45:29.646 INFO O| Aug 27 22:45:29.646 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8962 | 2024-08-27T22:45:31.364Z | [ host-image] Aug 27 22:45:29.646 INFO O| Aug 27 22:45:29.646 INFO ok! |
8963 | 2024-08-27T22:45:31.364Z | [ host-image] Aug 27 22:45:29.646 INFO O| Aug 27 22:45:29.646 INFO STEP 47 (ensure_file) COMPLETE |
8964 | 2024-08-27T22:45:31.364Z | [ host-image] Aug 27 22:45:29.646 INFO O| Aug 27 22:45:29.646 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8965 | 2024-08-27T22:45:31.371Z | [ host-image] Aug 27 22:45:29.656 INFO O| Aug 27 22:45:29.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8966 | 2024-08-27T22:45:31.374Z | [ host-image] Aug 27 22:45:29.656 INFO O| Aug 27 22:45:29.656 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8967 | 2024-08-27T22:45:31.374Z | [ host-image] Aug 27 22:45:29.656 INFO O| Aug 27 22:45:29.656 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8968 | 2024-08-27T22:45:31.374Z | [ host-image] Aug 27 22:45:29.656 INFO O| Aug 27 22:45:29.656 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8969 | 2024-08-27T22:45:31.374Z | [ host-image] Aug 27 22:45:29.656 INFO O| Aug 27 22:45:29.656 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8970 | 2024-08-27T22:45:31.374Z | [ host-image] Aug 27 22:45:29.656 INFO O| Aug 27 22:45:29.656 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8971 | 2024-08-27T22:45:31.374Z | [ host-image] Aug 27 22:45:29.656 INFO O| Aug 27 22:45:29.656 INFO ok! |
8972 | 2024-08-27T22:45:31.374Z | [ host-image] Aug 27 22:45:29.656 INFO O| Aug 27 22:45:29.656 INFO STEP 48 (ensure_file) COMPLETE |
8973 | 2024-08-27T22:45:31.374Z | [ host-image] Aug 27 22:45:29.656 INFO O| Aug 27 22:45:29.656 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8974 | 2024-08-27T22:45:31.380Z | [ host-image] Aug 27 22:45:29.666 INFO O| Aug 27 22:45:29.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8975 | 2024-08-27T22:45:31.380Z | [ host-image] Aug 27 22:45:29.666 INFO O| Aug 27 22:45:29.666 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 ... |
8976 | 2024-08-27T22:45:31.383Z | [ host-image] Aug 27 22:45:29.666 INFO O| Aug 27 22:45:29.666 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 |
8977 | 2024-08-27T22:45:31.383Z | [ host-image] Aug 27 22:45:29.666 INFO O| Aug 27 22:45:29.666 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8978 | 2024-08-27T22:45:31.383Z | [ host-image] Aug 27 22:45:29.666 INFO O| Aug 27 22:45:29.666 INFO ok! |
8979 | 2024-08-27T22:45:31.383Z | [ host-image] Aug 27 22:45:29.666 INFO O| Aug 27 22:45:29.666 INFO STEP 49 (ensure_file) COMPLETE |
8980 | 2024-08-27T22:45:31.383Z | [ host-image] Aug 27 22:45:29.666 INFO O| Aug 27 22:45:29.666 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8981 | 2024-08-27T22:45:31.390Z | [ host-image] Aug 27 22:45:29.675 INFO O| Aug 27 22:45:29.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8982 | 2024-08-27T22:45:31.390Z | [ host-image] Aug 27 22:45:29.675 INFO O| Aug 27 22:45:29.675 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8983 | 2024-08-27T22:45:31.393Z | [ host-image] Aug 27 22:45:29.676 INFO O| Aug 27 22:45:29.675 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8984 | 2024-08-27T22:45:31.393Z | [ host-image] Aug 27 22:45:29.676 INFO O| Aug 27 22:45:29.676 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8985 | 2024-08-27T22:45:31.393Z | [ host-image] Aug 27 22:45:29.676 INFO O| Aug 27 22:45:29.676 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8986 | 2024-08-27T22:45:31.393Z | [ host-image] Aug 27 22:45:29.676 INFO O| Aug 27 22:45:29.676 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8987 | 2024-08-27T22:45:31.393Z | [ host-image] Aug 27 22:45:29.676 INFO O| Aug 27 22:45:29.676 INFO ok! |
8988 | 2024-08-27T22:45:31.393Z | [ host-image] Aug 27 22:45:29.676 INFO O| Aug 27 22:45:29.676 INFO STEP 50 (ensure_file) COMPLETE |
8989 | 2024-08-27T22:45:31.393Z | [ host-image] Aug 27 22:45:29.676 INFO O| Aug 27 22:45:29.676 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8990 | 2024-08-27T22:45:31.400Z | [ host-image] Aug 27 22:45:29.685 INFO O| Aug 27 22:45:29.685 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8991 | 2024-08-27T22:45:31.400Z | [ host-image] Aug 27 22:45:29.685 INFO O| Aug 27 22:45:29.685 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 ... |
8992 | 2024-08-27T22:45:31.402Z | [ host-image] Aug 27 22:45:29.685 INFO O| Aug 27 22:45:29.685 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 |
8993 | 2024-08-27T22:45:31.402Z | [ host-image] Aug 27 22:45:29.685 INFO O| Aug 27 22:45:29.685 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8994 | 2024-08-27T22:45:31.402Z | [ host-image] Aug 27 22:45:29.685 INFO O| Aug 27 22:45:29.685 INFO ok! |
8995 | 2024-08-27T22:45:31.403Z | [ host-image] Aug 27 22:45:29.685 INFO O| Aug 27 22:45:29.685 INFO STEP 51 (ensure_file) COMPLETE |
8996 | 2024-08-27T22:45:31.403Z | [ host-image] Aug 27 22:45:29.685 INFO O| Aug 27 22:45:29.685 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8997 | 2024-08-27T22:45:31.410Z | [ host-image] Aug 27 22:45:29.695 INFO O| Aug 27 22:45:29.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8998 | 2024-08-27T22:45:31.410Z | [ host-image] Aug 27 22:45:29.695 INFO O| Aug 27 22:45:29.695 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 ... |
8999 | 2024-08-27T22:45:31.412Z | [ host-image] Aug 27 22:45:29.695 INFO O| Aug 27 22:45:29.695 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 |
9000 | 2024-08-27T22:45:31.412Z | [ host-image] Aug 27 22:45:29.695 INFO O| Aug 27 22:45:29.695 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9001 | 2024-08-27T22:45:31.412Z | [ host-image] Aug 27 22:45:29.695 INFO O| Aug 27 22:45:29.695 INFO ok! |
9002 | 2024-08-27T22:45:31.412Z | [ host-image] Aug 27 22:45:29.695 INFO O| Aug 27 22:45:29.695 INFO STEP 52 (ensure_file) COMPLETE |
9003 | 2024-08-27T22:45:31.412Z | [ host-image] Aug 27 22:45:29.695 INFO O| Aug 27 22:45:29.695 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9004 | 2024-08-27T22:45:31.419Z | [ host-image] Aug 27 22:45:29.705 INFO O| Aug 27 22:45:29.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9005 | 2024-08-27T22:45:31.419Z | [ host-image] Aug 27 22:45:29.705 INFO O| Aug 27 22:45:29.705 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 ... |
9006 | 2024-08-27T22:45:31.422Z | [ host-image] Aug 27 22:45:29.705 INFO O| Aug 27 22:45:29.705 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 |
9007 | 2024-08-27T22:45:31.422Z | [ host-image] Aug 27 22:45:29.705 INFO O| Aug 27 22:45:29.705 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9008 | 2024-08-27T22:45:31.422Z | [ host-image] Aug 27 22:45:29.705 INFO O| Aug 27 22:45:29.705 INFO ok! |
9009 | 2024-08-27T22:45:31.422Z | [ host-image] Aug 27 22:45:29.705 INFO O| Aug 27 22:45:29.705 INFO STEP 53 (ensure_file) COMPLETE |
9010 | 2024-08-27T22:45:31.422Z | [ host-image] Aug 27 22:45:29.705 INFO O| Aug 27 22:45:29.705 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9011 | 2024-08-27T22:45:31.429Z | [ host-image] Aug 27 22:45:29.714 INFO O| Aug 27 22:45:29.714 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9012 | 2024-08-27T22:45:31.429Z | [ host-image] Aug 27 22:45:29.714 INFO O| Aug 27 22:45:29.714 INFO STEP 54 (ensure_dir) COMPLETE |
9013 | 2024-08-27T22:45:31.432Z | [ host-image] Aug 27 22:45:29.714 INFO O| Aug 27 22:45:29.714 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9014 | 2024-08-27T22:45:31.438Z | [ host-image] Aug 27 22:45:29.724 INFO O| Aug 27 22:45:29.724 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9015 | 2024-08-27T22:45:31.438Z | [ host-image] Aug 27 22:45:29.724 INFO O| Aug 27 22:45:29.724 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9016 | 2024-08-27T22:45:31.442Z | [ host-image] Aug 27 22:45:29.724 INFO O| Aug 27 22:45:29.724 INFO STEP 55 (ensure_dir) COMPLETE |
9017 | 2024-08-27T22:45:31.442Z | [ host-image] Aug 27 22:45:29.724 INFO O| Aug 27 22:45:29.724 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9018 | 2024-08-27T22:45:31.448Z | [ host-image] Aug 27 22:45:29.734 INFO O| Aug 27 22:45:29.734 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9019 | 2024-08-27T22:45:31.451Z | [ host-image] Aug 27 22:45:29.734 INFO O| Aug 27 22:45:29.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9020 | 2024-08-27T22:45:31.451Z | [ host-image] Aug 27 22:45:29.734 INFO O| Aug 27 22:45:29.734 INFO STEP 56 (ensure_dir) COMPLETE |
9021 | 2024-08-27T22:45:31.451Z | [ host-image] Aug 27 22:45:29.734 INFO O| Aug 27 22:45:29.734 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9022 | 2024-08-27T22:45:31.458Z | [ host-image] Aug 27 22:45:29.743 INFO O| Aug 27 22:45:29.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9023 | 2024-08-27T22:45:31.458Z | [ host-image] Aug 27 22:45:29.743 INFO O| Aug 27 22:45:29.743 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9024 | 2024-08-27T22:45:31.473Z | [ host-image] Aug 27 22:45:29.758 INFO O| Aug 27 22:45:29.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9025 | 2024-08-27T22:45:31.473Z | [ host-image] Aug 27 22:45:29.758 INFO O| Aug 27 22:45:29.758 INFO ok! |
9026 | 2024-08-27T22:45:31.483Z | [ host-image] Aug 27 22:45:29.758 INFO O| Aug 27 22:45:29.758 INFO STEP 57 (ensure_file) COMPLETE |
9027 | 2024-08-27T22:45:31.483Z | [ host-image] Aug 27 22:45:29.758 INFO O| Aug 27 22:45:29.758 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9028 | 2024-08-27T22:45:31.483Z | [ host-image] Aug 27 22:45:29.768 INFO O| Aug 27 22:45:29.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9029 | 2024-08-27T22:45:31.483Z | [ host-image] Aug 27 22:45:29.768 INFO O| Aug 27 22:45:29.768 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9030 | 2024-08-27T22:45:32.550Z | [ host-image] Aug 27 22:45:30.835 INFO O| Aug 27 22:45:30.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9031 | 2024-08-27T22:45:32.550Z | [ host-image] Aug 27 22:45:30.835 INFO O| Aug 27 22:45:30.835 INFO ok! |
9032 | 2024-08-27T22:45:32.553Z | [ host-image] Aug 27 22:45:30.835 INFO O| Aug 27 22:45:30.835 INFO STEP 58 (ensure_file) COMPLETE |
9033 | 2024-08-27T22:45:32.553Z | [ host-image] Aug 27 22:45:30.835 INFO O| Aug 27 22:45:30.835 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9034 | 2024-08-27T22:45:32.561Z | [ host-image] Aug 27 22:45:30.847 INFO O| Aug 27 22:45:30.846 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9035 | 2024-08-27T22:45:32.564Z | [ host-image] Aug 27 22:45:30.847 INFO O| Aug 27 22:45:30.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9036 | 2024-08-27T22:45:32.564Z | [ host-image] Aug 27 22:45:30.847 INFO O| Aug 27 22:45:30.847 INFO STEP 59 (ensure_dir) COMPLETE |
9037 | 2024-08-27T22:45:32.564Z | [ host-image] Aug 27 22:45:30.847 INFO O| Aug 27 22:45:30.847 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9038 | 2024-08-27T22:45:32.571Z | [ host-image] Aug 27 22:45:30.856 INFO O| Aug 27 22:45:30.856 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9039 | 2024-08-27T22:45:32.571Z | [ host-image] Aug 27 22:45:30.856 INFO O| Aug 27 22:45:30.856 INFO copying /tmp/.tmp02NGbG/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 ... |
9040 | 2024-08-27T22:45:32.574Z | [ host-image] Aug 27 22:45:30.857 INFO O| Aug 27 22:45:30.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9041 | 2024-08-27T22:45:32.574Z | [ host-image] Aug 27 22:45:30.857 INFO O| Aug 27 22:45:30.857 INFO ok! |
9042 | 2024-08-27T22:45:32.574Z | [ host-image] Aug 27 22:45:30.857 INFO O| Aug 27 22:45:30.857 INFO STEP 60 (ensure_file) COMPLETE |
9043 | 2024-08-27T22:45:32.574Z | [ host-image] Aug 27 22:45:30.857 INFO O| Aug 27 22:45:30.857 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9044 | 2024-08-27T22:45:32.581Z | [ host-image] Aug 27 22:45:30.866 INFO O| Aug 27 22:45:30.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9045 | 2024-08-27T22:45:32.581Z | [ host-image] Aug 27 22:45:30.866 INFO O| Aug 27 22:45:30.866 INFO copying /tmp/.tmp02NGbG/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 ... |
9046 | 2024-08-27T22:45:32.583Z | [ host-image] Aug 27 22:45:30.866 INFO O| Aug 27 22:45:30.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9047 | 2024-08-27T22:45:32.583Z | [ host-image] Aug 27 22:45:30.866 INFO O| Aug 27 22:45:30.866 INFO ok! |
9048 | 2024-08-27T22:45:32.583Z | [ host-image] Aug 27 22:45:30.866 INFO O| Aug 27 22:45:30.866 INFO STEP 61 (ensure_file) COMPLETE |
9049 | 2024-08-27T22:45:32.583Z | [ host-image] Aug 27 22:45:30.866 INFO O| Aug 27 22:45:30.866 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9050 | 2024-08-27T22:45:32.591Z | [ host-image] Aug 27 22:45:30.876 INFO O| Aug 27 22:45:30.876 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9051 | 2024-08-27T22:45:32.593Z | [ host-image] Aug 27 22:45:30.876 INFO O| Aug 27 22:45:30.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9052 | 2024-08-27T22:45:32.593Z | [ host-image] Aug 27 22:45:30.876 INFO O| Aug 27 22:45:30.876 INFO STEP 62 (ensure_dir) COMPLETE |
9053 | 2024-08-27T22:45:32.593Z | [ host-image] Aug 27 22:45:30.876 INFO O| Aug 27 22:45:30.876 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9054 | 2024-08-27T22:45:32.601Z | [ host-image] Aug 27 22:45:30.885 INFO O| Aug 27 22:45:30.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9055 | 2024-08-27T22:45:32.601Z | [ host-image] Aug 27 22:45:30.886 INFO O| Aug 27 22:45:30.885 INFO copying /tmp/.tmp02NGbG/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 ... |
9056 | 2024-08-27T22:45:32.604Z | [ host-image] Aug 27 22:45:30.886 INFO O| Aug 27 22:45:30.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9057 | 2024-08-27T22:45:32.604Z | [ host-image] Aug 27 22:45:30.886 INFO O| Aug 27 22:45:30.886 INFO ok! |
9058 | 2024-08-27T22:45:32.604Z | [ host-image] Aug 27 22:45:30.886 INFO O| Aug 27 22:45:30.886 INFO STEP 63 (ensure_file) COMPLETE |
9059 | 2024-08-27T22:45:32.604Z | [ host-image] Aug 27 22:45:30.886 INFO O| Aug 27 22:45:30.886 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9060 | 2024-08-27T22:45:32.610Z | [ host-image] Aug 27 22:45:30.896 INFO O| Aug 27 22:45:30.895 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9061 | 2024-08-27T22:45:32.610Z | [ host-image] Aug 27 22:45:30.896 INFO O| Aug 27 22:45:30.895 INFO copying /tmp/.tmp02NGbG/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 ... |
9062 | 2024-08-27T22:45:32.613Z | [ host-image] Aug 27 22:45:30.896 INFO O| Aug 27 22:45:30.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9063 | 2024-08-27T22:45:32.613Z | [ host-image] Aug 27 22:45:30.896 INFO O| Aug 27 22:45:30.896 INFO ok! |
9064 | 2024-08-27T22:45:32.613Z | [ host-image] Aug 27 22:45:30.896 INFO O| Aug 27 22:45:30.896 INFO STEP 64 (ensure_file) COMPLETE |
9065 | 2024-08-27T22:45:32.613Z | [ host-image] Aug 27 22:45:30.896 INFO O| Aug 27 22:45:30.896 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9066 | 2024-08-27T22:45:32.620Z | [ host-image] Aug 27 22:45:30.905 INFO O| Aug 27 22:45:30.905 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9067 | 2024-08-27T22:45:32.623Z | [ host-image] Aug 27 22:45:30.906 INFO O| Aug 27 22:45:30.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9068 | 2024-08-27T22:45:32.623Z | [ host-image] Aug 27 22:45:30.906 INFO O| Aug 27 22:45:30.906 INFO STEP 65 (ensure_dir) COMPLETE |
9069 | 2024-08-27T22:45:32.623Z | [ host-image] Aug 27 22:45:30.906 INFO O| Aug 27 22:45:30.906 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9070 | 2024-08-27T22:45:32.630Z | [ host-image] Aug 27 22:45:30.915 INFO O| Aug 27 22:45:30.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9071 | 2024-08-27T22:45:32.630Z | [ host-image] Aug 27 22:45:30.915 INFO O| Aug 27 22:45:30.915 INFO copying /tmp/.tmp02NGbG/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 ... |
9072 | 2024-08-27T22:45:32.633Z | [ host-image] Aug 27 22:45:30.916 INFO O| Aug 27 22:45:30.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9073 | 2024-08-27T22:45:32.633Z | [ host-image] Aug 27 22:45:30.916 INFO O| Aug 27 22:45:30.916 INFO ok! |
9074 | 2024-08-27T22:45:32.633Z | [ host-image] Aug 27 22:45:30.916 INFO O| Aug 27 22:45:30.916 INFO STEP 66 (ensure_file) COMPLETE |
9075 | 2024-08-27T22:45:32.633Z | [ host-image] Aug 27 22:45:30.916 INFO O| Aug 27 22:45:30.916 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9076 | 2024-08-27T22:45:32.640Z | [ host-image] Aug 27 22:45:30.925 INFO O| Aug 27 22:45:30.925 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9077 | 2024-08-27T22:45:32.640Z | [ host-image] Aug 27 22:45:30.925 INFO O| Aug 27 22:45:30.925 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9078 | 2024-08-27T22:45:32.640Z | [ host-image] Aug 27 22:45:30.925 INFO O| Aug 27 22:45:30.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9079 | 2024-08-27T22:45:32.643Z | [ host-image] Aug 27 22:45:30.925 INFO O| Aug 27 22:45:30.925 INFO ok! |
9080 | 2024-08-27T22:45:32.643Z | [ host-image] Aug 27 22:45:30.925 INFO O| Aug 27 22:45:30.925 INFO STEP 67 (ensure_file) COMPLETE |
9081 | 2024-08-27T22:45:32.643Z | [ host-image] Aug 27 22:45:30.925 INFO O| Aug 27 22:45:30.925 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9082 | 2024-08-27T22:45:32.650Z | [ host-image] Aug 27 22:45:30.935 INFO O| Aug 27 22:45:30.935 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9083 | 2024-08-27T22:45:32.652Z | [ host-image] Aug 27 22:45:30.935 INFO O| Aug 27 22:45:30.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9084 | 2024-08-27T22:45:32.652Z | [ host-image] Aug 27 22:45:30.935 INFO O| Aug 27 22:45:30.935 INFO STEP 68 (ensure_dir) COMPLETE |
9085 | 2024-08-27T22:45:32.652Z | [ host-image] Aug 27 22:45:30.935 INFO O| Aug 27 22:45:30.935 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9086 | 2024-08-27T22:45:32.660Z | [ host-image] Aug 27 22:45:30.944 INFO O| Aug 27 22:45:30.944 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9087 | 2024-08-27T22:45:32.660Z | [ host-image] Aug 27 22:45:30.944 INFO O| Aug 27 22:45:30.944 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9088 | 2024-08-27T22:45:33.214Z | [ host-image] Aug 27 22:45:31.499 INFO O| Aug 27 22:45:31.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9089 | 2024-08-27T22:45:33.214Z | [ host-image] Aug 27 22:45:31.499 INFO O| Aug 27 22:45:31.499 INFO ok! |
9090 | 2024-08-27T22:45:33.214Z | [ host-image] Aug 27 22:45:31.499 INFO O| Aug 27 22:45:31.499 INFO STEP 69 (ensure_file) COMPLETE |
9091 | 2024-08-27T22:45:33.216Z | [ host-image] Aug 27 22:45:31.499 INFO O| Aug 27 22:45:31.499 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9092 | 2024-08-27T22:45:33.225Z | [ host-image] Aug 27 22:45:31.510 INFO O| Aug 27 22:45:31.510 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9093 | 2024-08-27T22:45:33.225Z | [ host-image] Aug 27 22:45:31.510 INFO O| Aug 27 22:45:31.510 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9094 | 2024-08-27T22:45:34.649Z | [ host-image] Aug 27 22:45:32.934 INFO O| Aug 27 22:45:32.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9095 | 2024-08-27T22:45:34.649Z | [ host-image] Aug 27 22:45:32.934 INFO O| Aug 27 22:45:32.934 INFO ok! |
9096 | 2024-08-27T22:45:34.652Z | [ host-image] Aug 27 22:45:32.934 INFO O| Aug 27 22:45:32.934 INFO STEP 70 (ensure_file) COMPLETE |
9097 | 2024-08-27T22:45:34.652Z | [ host-image] Aug 27 22:45:32.934 INFO O| Aug 27 22:45:32.934 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9098 | 2024-08-27T22:45:34.661Z | [ host-image] Aug 27 22:45:32.946 INFO O| Aug 27 22:45:32.946 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9099 | 2024-08-27T22:45:34.663Z | [ host-image] Aug 27 22:45:32.946 INFO O| Aug 27 22:45:32.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9100 | 2024-08-27T22:45:34.663Z | [ host-image] Aug 27 22:45:32.946 INFO O| Aug 27 22:45:32.946 INFO STEP 71 (ensure_dir) COMPLETE |
9101 | 2024-08-27T22:45:34.663Z | [ host-image] Aug 27 22:45:32.946 INFO O| Aug 27 22:45:32.946 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9102 | 2024-08-27T22:45:34.671Z | [ host-image] Aug 27 22:45:32.956 INFO O| Aug 27 22:45:32.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9103 | 2024-08-27T22:45:34.673Z | [ host-image] Aug 27 22:45:32.956 INFO O| Aug 27 22:45:32.956 INFO copying /tmp/.tmp02NGbG/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 ... |
9104 | 2024-08-27T22:45:34.673Z | [ host-image] Aug 27 22:45:32.956 INFO O| Aug 27 22:45:32.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9105 | 2024-08-27T22:45:34.673Z | [ host-image] Aug 27 22:45:32.956 INFO O| Aug 27 22:45:32.956 INFO ok! |
9106 | 2024-08-27T22:45:34.673Z | [ host-image] Aug 27 22:45:32.956 INFO O| Aug 27 22:45:32.956 INFO STEP 72 (ensure_file) COMPLETE |
9107 | 2024-08-27T22:45:34.673Z | [ host-image] Aug 27 22:45:32.956 INFO O| Aug 27 22:45:32.956 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9108 | 2024-08-27T22:45:34.681Z | [ host-image] Aug 27 22:45:32.966 INFO O| Aug 27 22:45:32.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9109 | 2024-08-27T22:45:34.681Z | [ host-image] Aug 27 22:45:32.966 INFO O| Aug 27 22:45:32.966 INFO copying /tmp/.tmp02NGbG/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 ... |
9110 | 2024-08-27T22:45:34.684Z | [ host-image] Aug 27 22:45:32.966 INFO O| Aug 27 22:45:32.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9111 | 2024-08-27T22:45:34.684Z | [ host-image] Aug 27 22:45:32.966 INFO O| Aug 27 22:45:32.966 INFO ok! |
9112 | 2024-08-27T22:45:34.684Z | [ host-image] Aug 27 22:45:32.966 INFO O| Aug 27 22:45:32.966 INFO STEP 73 (ensure_file) COMPLETE |
9113 | 2024-08-27T22:45:34.684Z | [ host-image] Aug 27 22:45:32.966 INFO O| Aug 27 22:45:32.966 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9114 | 2024-08-27T22:45:34.691Z | [ host-image] Aug 27 22:45:32.976 INFO O| Aug 27 22:45:32.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9115 | 2024-08-27T22:45:34.691Z | [ host-image] Aug 27 22:45:32.976 INFO O| Aug 27 22:45:32.976 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9116 | 2024-08-27T22:45:34.694Z | [ host-image] Aug 27 22:45:32.976 INFO O| Aug 27 22:45:32.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9117 | 2024-08-27T22:45:34.694Z | [ host-image] Aug 27 22:45:32.976 INFO O| Aug 27 22:45:32.976 INFO ok! |
9118 | 2024-08-27T22:45:34.694Z | [ host-image] Aug 27 22:45:32.976 INFO O| Aug 27 22:45:32.976 INFO STEP 74 (ensure_file) COMPLETE |
9119 | 2024-08-27T22:45:34.694Z | [ host-image] Aug 27 22:45:32.976 INFO O| Aug 27 22:45:32.976 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9120 | 2024-08-27T22:45:34.701Z | [ host-image] Aug 27 22:45:32.986 INFO O| Aug 27 22:45:32.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9121 | 2024-08-27T22:45:34.701Z | [ host-image] Aug 27 22:45:32.986 INFO O| Aug 27 22:45:32.986 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9122 | 2024-08-27T22:45:34.704Z | [ host-image] Aug 27 22:45:32.986 INFO O| Aug 27 22:45:32.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9123 | 2024-08-27T22:45:34.704Z | [ host-image] Aug 27 22:45:32.986 INFO O| Aug 27 22:45:32.986 INFO ok! |
9124 | 2024-08-27T22:45:34.704Z | [ host-image] Aug 27 22:45:32.986 INFO O| Aug 27 22:45:32.986 INFO STEP 75 (ensure_file) COMPLETE |
9125 | 2024-08-27T22:45:34.704Z | [ host-image] Aug 27 22:45:32.986 INFO O| Aug 27 22:45:32.986 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9126 | 2024-08-27T22:45:34.711Z | [ host-image] Aug 27 22:45:32.996 INFO O| Aug 27 22:45:32.995 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9127 | 2024-08-27T22:45:34.711Z | [ host-image] Aug 27 22:45:32.996 INFO O| Aug 27 22:45:32.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9128 | 2024-08-27T22:45:34.713Z | [ host-image] Aug 27 22:45:32.996 INFO O| Aug 27 22:45:32.996 INFO STEP 76 (ensure_dir) COMPLETE |
9129 | 2024-08-27T22:45:34.713Z | [ host-image] Aug 27 22:45:32.996 INFO O| Aug 27 22:45:32.996 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9130 | 2024-08-27T22:45:34.721Z | [ host-image] Aug 27 22:45:33.006 INFO O| Aug 27 22:45:33.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9131 | 2024-08-27T22:45:34.721Z | [ host-image] Aug 27 22:45:33.006 INFO O| Aug 27 22:45:33.006 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9132 | 2024-08-27T22:45:35.175Z | [ host-image] Aug 27 22:45:33.459 INFO O| Aug 27 22:45:33.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9133 | 2024-08-27T22:45:35.175Z | [ host-image] Aug 27 22:45:33.459 INFO O| Aug 27 22:45:33.459 INFO ok! |
9134 | 2024-08-27T22:45:35.175Z | [ host-image] Aug 27 22:45:33.459 INFO O| Aug 27 22:45:33.459 INFO STEP 77 (ensure_file) COMPLETE |
9135 | 2024-08-27T22:45:35.175Z | [ host-image] Aug 27 22:45:33.459 INFO O| Aug 27 22:45:33.459 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9136 | 2024-08-27T22:45:35.185Z | [ host-image] Aug 27 22:45:33.470 INFO O| Aug 27 22:45:33.470 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9137 | 2024-08-27T22:45:35.185Z | [ host-image] Aug 27 22:45:33.470 INFO O| Aug 27 22:45:33.470 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9138 | 2024-08-27T22:45:35.188Z | [ host-image] Aug 27 22:45:33.470 INFO O| Aug 27 22:45:33.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9139 | 2024-08-27T22:45:35.188Z | [ host-image] Aug 27 22:45:33.470 INFO O| Aug 27 22:45:33.470 INFO ok! |
9140 | 2024-08-27T22:45:35.188Z | [ host-image] Aug 27 22:45:33.470 INFO O| Aug 27 22:45:33.470 INFO STEP 78 (ensure_file) COMPLETE |
9141 | 2024-08-27T22:45:35.188Z | [ host-image] Aug 27 22:45:33.470 INFO O| Aug 27 22:45:33.470 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9142 | 2024-08-27T22:45:35.195Z | [ host-image] Aug 27 22:45:33.480 INFO O| Aug 27 22:45:33.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9143 | 2024-08-27T22:45:35.195Z | [ host-image] Aug 27 22:45:33.480 INFO O| Aug 27 22:45:33.480 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9144 | 2024-08-27T22:45:35.756Z | [ host-image] Aug 27 22:45:34.041 INFO O| Aug 27 22:45:34.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9145 | 2024-08-27T22:45:35.756Z | [ host-image] Aug 27 22:45:34.041 INFO O| Aug 27 22:45:34.041 INFO ok! |
9146 | 2024-08-27T22:45:35.759Z | [ host-image] Aug 27 22:45:34.041 INFO O| Aug 27 22:45:34.041 INFO STEP 79 (ensure_file) COMPLETE |
9147 | 2024-08-27T22:45:35.759Z | [ host-image] Aug 27 22:45:34.041 INFO O| Aug 27 22:45:34.041 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9148 | 2024-08-27T22:45:35.767Z | [ host-image] Aug 27 22:45:34.052 INFO O| Aug 27 22:45:34.052 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9149 | 2024-08-27T22:45:35.769Z | [ host-image] Aug 27 22:45:34.052 INFO O| Aug 27 22:45:34.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9150 | 2024-08-27T22:45:35.769Z | [ host-image] Aug 27 22:45:34.052 INFO O| Aug 27 22:45:34.052 INFO STEP 80 (ensure_dir) COMPLETE |
9151 | 2024-08-27T22:45:35.769Z | [ host-image] Aug 27 22:45:34.052 INFO O| Aug 27 22:45:34.052 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9152 | 2024-08-27T22:45:35.777Z | [ host-image] Aug 27 22:45:34.061 INFO O| Aug 27 22:45:34.061 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9153 | 2024-08-27T22:45:35.779Z | [ host-image] Aug 27 22:45:34.062 INFO O| Aug 27 22:45:34.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9154 | 2024-08-27T22:45:35.779Z | [ host-image] Aug 27 22:45:34.062 INFO O| Aug 27 22:45:34.062 INFO STEP 81 (ensure_dir) COMPLETE |
9155 | 2024-08-27T22:45:35.779Z | [ host-image] Aug 27 22:45:34.062 INFO O| Aug 27 22:45:34.062 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9156 | 2024-08-27T22:45:35.786Z | [ host-image] Aug 27 22:45:34.071 INFO O| Aug 27 22:45:34.071 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9157 | 2024-08-27T22:45:35.786Z | [ host-image] Aug 27 22:45:34.071 INFO O| Aug 27 22:45:34.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9158 | 2024-08-27T22:45:35.789Z | [ host-image] Aug 27 22:45:34.071 INFO O| Aug 27 22:45:34.071 INFO STEP 82 (ensure_dir) COMPLETE |
9159 | 2024-08-27T22:45:35.789Z | [ host-image] Aug 27 22:45:34.071 INFO O| Aug 27 22:45:34.071 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9160 | 2024-08-27T22:45:35.796Z | [ host-image] Aug 27 22:45:34.081 INFO O| Aug 27 22:45:34.081 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9161 | 2024-08-27T22:45:35.796Z | [ host-image] Aug 27 22:45:34.081 INFO O| Aug 27 22:45:34.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9162 | 2024-08-27T22:45:35.799Z | [ host-image] Aug 27 22:45:34.081 INFO O| Aug 27 22:45:34.081 INFO STEP 83 (ensure_dir) COMPLETE |
9163 | 2024-08-27T22:45:35.799Z | [ host-image] Aug 27 22:45:34.081 INFO O| Aug 27 22:45:34.081 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9164 | 2024-08-27T22:45:35.806Z | [ host-image] Aug 27 22:45:34.091 INFO O| Aug 27 22:45:34.090 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9165 | 2024-08-27T22:45:35.806Z | [ host-image] Aug 27 22:45:34.091 INFO O| Aug 27 22:45:34.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9166 | 2024-08-27T22:45:35.806Z | [ host-image] Aug 27 22:45:34.091 INFO O| Aug 27 22:45:34.091 INFO STEP 84 (ensure_dir) COMPLETE |
9167 | 2024-08-27T22:45:35.809Z | [ host-image] Aug 27 22:45:34.091 INFO O| Aug 27 22:45:34.091 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9168 | 2024-08-27T22:45:35.815Z | [ host-image] Aug 27 22:45:34.100 INFO O| Aug 27 22:45:34.100 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9169 | 2024-08-27T22:45:35.815Z | [ host-image] Aug 27 22:45:34.100 INFO O| Aug 27 22:45:34.100 INFO copying /tmp/.tmp02NGbG/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 ... |
9170 | 2024-08-27T22:45:35.818Z | [ host-image] Aug 27 22:45:34.100 INFO O| Aug 27 22:45:34.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9171 | 2024-08-27T22:45:35.818Z | [ host-image] Aug 27 22:45:34.100 INFO O| Aug 27 22:45:34.100 INFO ok! |
9172 | 2024-08-27T22:45:35.818Z | [ host-image] Aug 27 22:45:34.100 INFO O| Aug 27 22:45:34.100 INFO STEP 85 (ensure_file) COMPLETE |
9173 | 2024-08-27T22:45:35.818Z | [ host-image] Aug 27 22:45:34.100 INFO O| Aug 27 22:45:34.100 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9174 | 2024-08-27T22:45:35.825Z | [ host-image] Aug 27 22:45:34.110 INFO O| Aug 27 22:45:34.110 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9175 | 2024-08-27T22:45:35.827Z | [ host-image] Aug 27 22:45:34.110 INFO O| Aug 27 22:45:34.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9176 | 2024-08-27T22:45:35.827Z | [ host-image] Aug 27 22:45:34.110 INFO O| Aug 27 22:45:34.110 INFO STEP 86 (ensure_dir) COMPLETE |
9177 | 2024-08-27T22:45:35.827Z | [ host-image] Aug 27 22:45:34.110 INFO O| Aug 27 22:45:34.110 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9178 | 2024-08-27T22:45:35.835Z | [ host-image] Aug 27 22:45:34.119 INFO O| Aug 27 22:45:34.119 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9179 | 2024-08-27T22:45:35.837Z | [ host-image] Aug 27 22:45:34.119 INFO O| Aug 27 22:45:34.119 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9180 | 2024-08-27T22:45:35.837Z | [ host-image] Aug 27 22:45:34.120 INFO O| Aug 27 22:45:34.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9181 | 2024-08-27T22:45:35.837Z | [ host-image] Aug 27 22:45:34.120 INFO O| Aug 27 22:45:34.120 INFO ok! |
9182 | 2024-08-27T22:45:35.837Z | [ host-image] Aug 27 22:45:34.120 INFO O| Aug 27 22:45:34.120 INFO STEP 87 (ensure_file) COMPLETE |
9183 | 2024-08-27T22:45:35.837Z | [ host-image] Aug 27 22:45:34.120 INFO O| Aug 27 22:45:34.120 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9184 | 2024-08-27T22:45:35.844Z | [ host-image] Aug 27 22:45:34.129 INFO O| Aug 27 22:45:34.129 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9185 | 2024-08-27T22:45:35.844Z | [ host-image] Aug 27 22:45:34.129 INFO O| Aug 27 22:45:34.129 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9186 | 2024-08-27T22:45:35.855Z | [ host-image] Aug 27 22:45:34.140 INFO O| Aug 27 22:45:34.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9187 | 2024-08-27T22:45:35.855Z | [ host-image] Aug 27 22:45:34.140 INFO O| Aug 27 22:45:34.140 INFO ok! |
9188 | 2024-08-27T22:45:35.858Z | [ host-image] Aug 27 22:45:34.140 INFO O| Aug 27 22:45:34.140 INFO STEP 88 (ensure_file) COMPLETE |
9189 | 2024-08-27T22:45:35.858Z | [ host-image] Aug 27 22:45:34.140 INFO O| Aug 27 22:45:34.140 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9190 | 2024-08-27T22:45:35.865Z | [ host-image] Aug 27 22:45:34.150 INFO O| Aug 27 22:45:34.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9191 | 2024-08-27T22:45:35.865Z | [ host-image] Aug 27 22:45:34.150 INFO O| Aug 27 22:45:34.150 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9192 | 2024-08-27T22:45:36.340Z | [ host-image] Aug 27 22:45:34.624 INFO O| Aug 27 22:45:34.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9193 | 2024-08-27T22:45:36.340Z | [ host-image] Aug 27 22:45:34.624 INFO O| Aug 27 22:45:34.624 INFO ok! |
9194 | 2024-08-27T22:45:36.340Z | [ host-image] Aug 27 22:45:34.624 INFO O| Aug 27 22:45:34.624 INFO STEP 89 (ensure_file) COMPLETE |
9195 | 2024-08-27T22:45:36.342Z | [ host-image] Aug 27 22:45:34.624 INFO O| Aug 27 22:45:34.624 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9196 | 2024-08-27T22:45:36.351Z | [ host-image] Aug 27 22:45:34.636 INFO O| Aug 27 22:45:34.636 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9197 | 2024-08-27T22:45:36.352Z | [ host-image] Aug 27 22:45:34.636 INFO O| Aug 27 22:45:34.636 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9198 | 2024-08-27T22:45:36.354Z | [ host-image] Aug 27 22:45:34.636 INFO O| Aug 27 22:45:34.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9199 | 2024-08-27T22:45:36.354Z | [ host-image] Aug 27 22:45:34.636 INFO O| Aug 27 22:45:34.636 INFO ok! |
9200 | 2024-08-27T22:45:36.354Z | [ host-image] Aug 27 22:45:34.636 INFO O| Aug 27 22:45:34.636 INFO STEP 90 (ensure_file) COMPLETE |
9201 | 2024-08-27T22:45:36.354Z | [ host-image] Aug 27 22:45:34.636 INFO O| Aug 27 22:45:34.636 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9202 | 2024-08-27T22:45:36.362Z | [ host-image] Aug 27 22:45:34.647 INFO O| Aug 27 22:45:34.646 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9203 | 2024-08-27T22:45:36.364Z | [ host-image] Aug 27 22:45:34.647 INFO O| Aug 27 22:45:34.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9204 | 2024-08-27T22:45:36.364Z | [ host-image] Aug 27 22:45:34.647 INFO O| Aug 27 22:45:34.647 INFO STEP 91 (ensure_dir) COMPLETE |
9205 | 2024-08-27T22:45:36.364Z | [ host-image] Aug 27 22:45:34.647 INFO O| Aug 27 22:45:34.647 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9206 | 2024-08-27T22:45:36.372Z | [ host-image] Aug 27 22:45:34.657 INFO O| Aug 27 22:45:34.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9207 | 2024-08-27T22:45:36.372Z | [ host-image] Aug 27 22:45:34.657 INFO O| Aug 27 22:45:34.656 INFO copying /tmp/.tmp02NGbG/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 ... |
9208 | 2024-08-27T22:45:36.374Z | [ host-image] Aug 27 22:45:34.657 INFO O| Aug 27 22:45:34.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9209 | 2024-08-27T22:45:36.374Z | [ host-image] Aug 27 22:45:34.657 INFO O| Aug 27 22:45:34.657 INFO ok! |
9210 | 2024-08-27T22:45:36.374Z | [ host-image] Aug 27 22:45:34.657 INFO O| Aug 27 22:45:34.657 INFO STEP 92 (ensure_file) COMPLETE |
9211 | 2024-08-27T22:45:36.374Z | [ host-image] Aug 27 22:45:34.657 INFO O| Aug 27 22:45:34.657 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9212 | 2024-08-27T22:45:36.381Z | [ host-image] Aug 27 22:45:34.666 INFO O| Aug 27 22:45:34.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9213 | 2024-08-27T22:45:36.381Z | [ host-image] Aug 27 22:45:34.666 INFO O| Aug 27 22:45:34.666 INFO copying /tmp/.tmp02NGbG/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 ... |
9214 | 2024-08-27T22:45:36.384Z | [ host-image] Aug 27 22:45:34.666 INFO O| Aug 27 22:45:34.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9215 | 2024-08-27T22:45:36.384Z | [ host-image] Aug 27 22:45:34.666 INFO O| Aug 27 22:45:34.666 INFO ok! |
9216 | 2024-08-27T22:45:36.384Z | [ host-image] Aug 27 22:45:34.666 INFO O| Aug 27 22:45:34.666 INFO STEP 93 (ensure_file) COMPLETE |
9217 | 2024-08-27T22:45:36.384Z | [ host-image] Aug 27 22:45:34.666 INFO O| Aug 27 22:45:34.666 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9218 | 2024-08-27T22:45:36.391Z | [ host-image] Aug 27 22:45:34.676 INFO O| Aug 27 22:45:34.676 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9219 | 2024-08-27T22:45:36.391Z | [ host-image] Aug 27 22:45:34.676 INFO O| Aug 27 22:45:34.676 INFO copying /tmp/.tmp02NGbG/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 ... |
9220 | 2024-08-27T22:45:36.394Z | [ host-image] Aug 27 22:45:34.676 INFO O| Aug 27 22:45:34.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9221 | 2024-08-27T22:45:36.394Z | [ host-image] Aug 27 22:45:34.676 INFO O| Aug 27 22:45:34.676 INFO ok! |
9222 | 2024-08-27T22:45:36.394Z | [ host-image] Aug 27 22:45:34.676 INFO O| Aug 27 22:45:34.676 INFO STEP 94 (ensure_file) COMPLETE |
9223 | 2024-08-27T22:45:36.394Z | [ host-image] Aug 27 22:45:34.676 INFO O| Aug 27 22:45:34.676 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9224 | 2024-08-27T22:45:36.401Z | [ host-image] Aug 27 22:45:34.686 INFO O| Aug 27 22:45:34.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9225 | 2024-08-27T22:45:36.403Z | [ host-image] Aug 27 22:45:34.686 INFO O| Aug 27 22:45:34.686 INFO copying /tmp/.tmp02NGbG/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 ... |
9226 | 2024-08-27T22:45:36.403Z | [ host-image] Aug 27 22:45:34.686 INFO O| Aug 27 22:45:34.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9227 | 2024-08-27T22:45:36.403Z | [ host-image] Aug 27 22:45:34.686 INFO O| Aug 27 22:45:34.686 INFO ok! |
9228 | 2024-08-27T22:45:36.404Z | [ host-image] Aug 27 22:45:34.686 INFO O| Aug 27 22:45:34.686 INFO STEP 95 (ensure_file) COMPLETE |
9229 | 2024-08-27T22:45:36.404Z | [ host-image] Aug 27 22:45:34.686 INFO O| Aug 27 22:45:34.686 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9230 | 2024-08-27T22:45:36.411Z | [ host-image] Aug 27 22:45:34.696 INFO O| Aug 27 22:45:34.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9231 | 2024-08-27T22:45:36.411Z | [ host-image] Aug 27 22:45:34.696 INFO O| Aug 27 22:45:34.696 INFO copying /tmp/.tmp02NGbG/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 ... |
9232 | 2024-08-27T22:45:36.414Z | [ host-image] Aug 27 22:45:34.696 INFO O| Aug 27 22:45:34.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9233 | 2024-08-27T22:45:36.414Z | [ host-image] Aug 27 22:45:34.696 INFO O| Aug 27 22:45:34.696 INFO ok! |
9234 | 2024-08-27T22:45:36.414Z | [ host-image] Aug 27 22:45:34.696 INFO O| Aug 27 22:45:34.696 INFO STEP 96 (ensure_file) COMPLETE |
9235 | 2024-08-27T22:45:36.414Z | [ host-image] Aug 27 22:45:34.696 INFO O| Aug 27 22:45:34.696 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9236 | 2024-08-27T22:45:36.421Z | [ host-image] Aug 27 22:45:34.705 INFO O| Aug 27 22:45:34.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9237 | 2024-08-27T22:45:36.421Z | [ host-image] Aug 27 22:45:34.705 INFO O| Aug 27 22:45:34.705 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9238 | 2024-08-27T22:45:36.423Z | [ host-image] Aug 27 22:45:34.706 INFO O| Aug 27 22:45:34.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9239 | 2024-08-27T22:45:36.423Z | [ host-image] Aug 27 22:45:34.706 INFO O| Aug 27 22:45:34.706 INFO ok! |
9240 | 2024-08-27T22:45:36.423Z | [ host-image] Aug 27 22:45:34.706 INFO O| Aug 27 22:45:34.706 INFO STEP 97 (ensure_file) COMPLETE |
9241 | 2024-08-27T22:45:36.423Z | [ host-image] Aug 27 22:45:34.706 INFO O| Aug 27 22:45:34.706 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9242 | 2024-08-27T22:45:36.431Z | [ host-image] Aug 27 22:45:34.715 INFO O| Aug 27 22:45:34.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9243 | 2024-08-27T22:45:36.433Z | [ host-image] Aug 27 22:45:34.715 INFO O| Aug 27 22:45:34.715 INFO copying /tmp/.tmp02NGbG/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 ... |
9244 | 2024-08-27T22:45:36.433Z | [ host-image] Aug 27 22:45:34.716 INFO O| Aug 27 22:45:34.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9245 | 2024-08-27T22:45:36.433Z | [ host-image] Aug 27 22:45:34.716 INFO O| Aug 27 22:45:34.716 INFO ok! |
9246 | 2024-08-27T22:45:36.433Z | [ host-image] Aug 27 22:45:34.716 INFO O| Aug 27 22:45:34.716 INFO STEP 98 (ensure_file) COMPLETE |
9247 | 2024-08-27T22:45:36.433Z | [ host-image] Aug 27 22:45:34.716 INFO O| Aug 27 22:45:34.716 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9248 | 2024-08-27T22:45:36.441Z | [ host-image] Aug 27 22:45:34.725 INFO O| Aug 27 22:45:34.725 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9249 | 2024-08-27T22:45:36.441Z | [ host-image] Aug 27 22:45:34.725 INFO O| Aug 27 22:45:34.725 INFO copying /tmp/.tmp02NGbG/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 ... |
9250 | 2024-08-27T22:45:36.443Z | [ host-image] Aug 27 22:45:34.725 INFO O| Aug 27 22:45:34.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9251 | 2024-08-27T22:45:36.443Z | [ host-image] Aug 27 22:45:34.726 INFO O| Aug 27 22:45:34.725 INFO ok! |
9252 | 2024-08-27T22:45:36.443Z | [ host-image] Aug 27 22:45:34.726 INFO O| Aug 27 22:45:34.725 INFO STEP 99 (ensure_file) COMPLETE |
9253 | 2024-08-27T22:45:36.443Z | [ host-image] Aug 27 22:45:34.726 INFO O| Aug 27 22:45:34.726 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9254 | 2024-08-27T22:45:36.450Z | [ host-image] Aug 27 22:45:34.735 INFO O| Aug 27 22:45:34.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9255 | 2024-08-27T22:45:36.450Z | [ host-image] Aug 27 22:45:34.735 INFO O| Aug 27 22:45:34.735 INFO copying /tmp/.tmp02NGbG/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 ... |
9256 | 2024-08-27T22:45:36.453Z | [ host-image] Aug 27 22:45:34.735 INFO O| Aug 27 22:45:34.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9257 | 2024-08-27T22:45:36.453Z | [ host-image] Aug 27 22:45:34.735 INFO O| Aug 27 22:45:34.735 INFO ok! |
9258 | 2024-08-27T22:45:36.453Z | [ host-image] Aug 27 22:45:34.735 INFO O| Aug 27 22:45:34.735 INFO STEP 100 (ensure_file) COMPLETE |
9259 | 2024-08-27T22:45:36.453Z | [ host-image] Aug 27 22:45:34.735 INFO O| Aug 27 22:45:34.735 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9260 | 2024-08-27T22:45:36.460Z | [ host-image] Aug 27 22:45:34.745 INFO O| Aug 27 22:45:34.745 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9261 | 2024-08-27T22:45:36.460Z | [ host-image] Aug 27 22:45:34.745 INFO O| Aug 27 22:45:34.745 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9262 | 2024-08-27T22:45:36.463Z | [ host-image] Aug 27 22:45:34.745 INFO O| Aug 27 22:45:34.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9263 | 2024-08-27T22:45:36.463Z | [ host-image] Aug 27 22:45:34.745 INFO O| Aug 27 22:45:34.745 INFO ok! |
9264 | 2024-08-27T22:45:36.463Z | [ host-image] Aug 27 22:45:34.745 INFO O| Aug 27 22:45:34.745 INFO STEP 101 (ensure_file) COMPLETE |
9265 | 2024-08-27T22:45:36.463Z | [ host-image] Aug 27 22:45:34.745 INFO O| Aug 27 22:45:34.745 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9266 | 2024-08-27T22:45:36.470Z | [ host-image] Aug 27 22:45:34.755 INFO O| Aug 27 22:45:34.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9267 | 2024-08-27T22:45:36.472Z | [ host-image] Aug 27 22:45:34.755 INFO O| Aug 27 22:45:34.755 INFO copying /tmp/.tmp02NGbG/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 ... |
9268 | 2024-08-27T22:45:36.472Z | [ host-image] Aug 27 22:45:34.755 INFO O| Aug 27 22:45:34.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9269 | 2024-08-27T22:45:36.472Z | [ host-image] Aug 27 22:45:34.755 INFO O| Aug 27 22:45:34.755 INFO ok! |
9270 | 2024-08-27T22:45:36.473Z | [ host-image] Aug 27 22:45:34.755 INFO O| Aug 27 22:45:34.755 INFO STEP 102 (ensure_file) COMPLETE |
9271 | 2024-08-27T22:45:36.473Z | [ host-image] Aug 27 22:45:34.755 INFO O| Aug 27 22:45:34.755 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9272 | 2024-08-27T22:45:36.479Z | [ host-image] Aug 27 22:45:34.764 INFO O| Aug 27 22:45:34.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9273 | 2024-08-27T22:45:36.479Z | [ host-image] Aug 27 22:45:34.764 INFO O| Aug 27 22:45:34.764 INFO copying /tmp/.tmp02NGbG/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 ... |
9274 | 2024-08-27T22:45:36.482Z | [ host-image] Aug 27 22:45:34.764 INFO O| Aug 27 22:45:34.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9275 | 2024-08-27T22:45:36.482Z | [ host-image] Aug 27 22:45:34.764 INFO O| Aug 27 22:45:34.764 INFO ok! |
9276 | 2024-08-27T22:45:36.482Z | [ host-image] Aug 27 22:45:34.764 INFO O| Aug 27 22:45:34.764 INFO STEP 103 (ensure_file) COMPLETE |
9277 | 2024-08-27T22:45:36.482Z | [ host-image] Aug 27 22:45:34.764 INFO O| Aug 27 22:45:34.764 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9278 | 2024-08-27T22:45:36.490Z | [ host-image] Aug 27 22:45:34.774 INFO O| Aug 27 22:45:34.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9279 | 2024-08-27T22:45:36.490Z | [ host-image] Aug 27 22:45:34.774 INFO O| Aug 27 22:45:34.774 INFO copying /tmp/.tmp02NGbG/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 ... |
9280 | 2024-08-27T22:45:36.490Z | [ host-image] Aug 27 22:45:34.774 INFO O| Aug 27 22:45:34.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9281 | 2024-08-27T22:45:36.493Z | [ host-image] Aug 27 22:45:34.775 INFO O| Aug 27 22:45:34.774 INFO ok! |
9282 | 2024-08-27T22:45:36.493Z | [ host-image] Aug 27 22:45:34.775 INFO O| Aug 27 22:45:34.775 INFO STEP 104 (ensure_file) COMPLETE |
9283 | 2024-08-27T22:45:36.493Z | [ host-image] Aug 27 22:45:34.775 INFO O| Aug 27 22:45:34.775 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9284 | 2024-08-27T22:45:36.499Z | [ host-image] Aug 27 22:45:34.784 INFO O| Aug 27 22:45:34.784 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9285 | 2024-08-27T22:45:36.499Z | [ host-image] Aug 27 22:45:34.784 INFO O| Aug 27 22:45:34.784 INFO copying /tmp/.tmp02NGbG/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 ... |
9286 | 2024-08-27T22:45:36.502Z | [ host-image] Aug 27 22:45:34.784 INFO O| Aug 27 22:45:34.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9287 | 2024-08-27T22:45:36.502Z | [ host-image] Aug 27 22:45:34.784 INFO O| Aug 27 22:45:34.784 INFO ok! |
9288 | 2024-08-27T22:45:36.502Z | [ host-image] Aug 27 22:45:34.784 INFO O| Aug 27 22:45:34.784 INFO STEP 105 (ensure_file) COMPLETE |
9289 | 2024-08-27T22:45:36.502Z | [ host-image] Aug 27 22:45:34.784 INFO O| Aug 27 22:45:34.784 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9290 | 2024-08-27T22:45:36.509Z | [ host-image] Aug 27 22:45:34.794 INFO O| Aug 27 22:45:34.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9291 | 2024-08-27T22:45:36.509Z | [ host-image] Aug 27 22:45:34.794 INFO O| Aug 27 22:45:34.794 INFO copying /tmp/.tmp02NGbG/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 ... |
9292 | 2024-08-27T22:45:36.512Z | [ host-image] Aug 27 22:45:34.794 INFO O| Aug 27 22:45:34.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9293 | 2024-08-27T22:45:36.512Z | [ host-image] Aug 27 22:45:34.794 INFO O| Aug 27 22:45:34.794 INFO ok! |
9294 | 2024-08-27T22:45:36.512Z | [ host-image] Aug 27 22:45:34.794 INFO O| Aug 27 22:45:34.794 INFO STEP 106 (ensure_file) COMPLETE |
9295 | 2024-08-27T22:45:36.512Z | [ host-image] Aug 27 22:45:34.794 INFO O| Aug 27 22:45:34.794 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9296 | 2024-08-27T22:45:36.519Z | [ host-image] Aug 27 22:45:34.803 INFO O| Aug 27 22:45:34.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9297 | 2024-08-27T22:45:36.519Z | [ host-image] Aug 27 22:45:34.803 INFO O| Aug 27 22:45:34.803 INFO copying /tmp/.tmp02NGbG/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 ... |
9298 | 2024-08-27T22:45:36.521Z | [ host-image] Aug 27 22:45:34.804 INFO O| Aug 27 22:45:34.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9299 | 2024-08-27T22:45:36.521Z | [ host-image] Aug 27 22:45:34.804 INFO O| Aug 27 22:45:34.804 INFO ok! |
9300 | 2024-08-27T22:45:36.521Z | [ host-image] Aug 27 22:45:34.804 INFO O| Aug 27 22:45:34.804 INFO STEP 107 (ensure_file) COMPLETE |
9301 | 2024-08-27T22:45:36.521Z | [ host-image] Aug 27 22:45:34.804 INFO O| Aug 27 22:45:34.804 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9302 | 2024-08-27T22:45:36.529Z | [ host-image] Aug 27 22:45:34.813 INFO O| Aug 27 22:45:34.813 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9303 | 2024-08-27T22:45:36.529Z | [ host-image] Aug 27 22:45:34.813 INFO O| Aug 27 22:45:34.813 INFO copying /tmp/.tmp02NGbG/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 ... |
9304 | 2024-08-27T22:45:36.531Z | [ host-image] Aug 27 22:45:34.814 INFO O| Aug 27 22:45:34.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9305 | 2024-08-27T22:45:36.531Z | [ host-image] Aug 27 22:45:34.814 INFO O| Aug 27 22:45:34.814 INFO ok! |
9306 | 2024-08-27T22:45:36.531Z | [ host-image] Aug 27 22:45:34.814 INFO O| Aug 27 22:45:34.814 INFO STEP 108 (ensure_file) COMPLETE |
9307 | 2024-08-27T22:45:36.531Z | [ host-image] Aug 27 22:45:34.814 INFO O| Aug 27 22:45:34.814 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9308 | 2024-08-27T22:45:36.539Z | [ host-image] Aug 27 22:45:34.824 INFO O| Aug 27 22:45:34.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9309 | 2024-08-27T22:45:36.539Z | [ host-image] Aug 27 22:45:34.824 INFO O| Aug 27 22:45:34.824 INFO copying /tmp/.tmp02NGbG/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 ... |
9310 | 2024-08-27T22:45:36.541Z | [ host-image] Aug 27 22:45:34.824 INFO O| Aug 27 22:45:34.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9311 | 2024-08-27T22:45:36.541Z | [ host-image] Aug 27 22:45:34.824 INFO O| Aug 27 22:45:34.824 INFO ok! |
9312 | 2024-08-27T22:45:36.541Z | [ host-image] Aug 27 22:45:34.824 INFO O| Aug 27 22:45:34.824 INFO STEP 109 (ensure_file) COMPLETE |
9313 | 2024-08-27T22:45:36.541Z | [ host-image] Aug 27 22:45:34.824 INFO O| Aug 27 22:45:34.824 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9314 | 2024-08-27T22:45:36.549Z | [ host-image] Aug 27 22:45:34.833 INFO O| Aug 27 22:45:34.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9315 | 2024-08-27T22:45:36.549Z | [ host-image] Aug 27 22:45:34.833 INFO O| Aug 27 22:45:34.833 INFO copying /tmp/.tmp02NGbG/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 ... |
9316 | 2024-08-27T22:45:36.551Z | [ host-image] Aug 27 22:45:34.833 INFO O| Aug 27 22:45:34.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9317 | 2024-08-27T22:45:36.551Z | [ host-image] Aug 27 22:45:34.833 INFO O| Aug 27 22:45:34.833 INFO ok! |
9318 | 2024-08-27T22:45:36.551Z | [ host-image] Aug 27 22:45:34.833 INFO O| Aug 27 22:45:34.833 INFO STEP 110 (ensure_file) COMPLETE |
9319 | 2024-08-27T22:45:36.551Z | [ host-image] Aug 27 22:45:34.833 INFO O| Aug 27 22:45:34.833 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9320 | 2024-08-27T22:45:36.559Z | [ host-image] Aug 27 22:45:34.843 INFO O| Aug 27 22:45:34.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9321 | 2024-08-27T22:45:36.559Z | [ host-image] Aug 27 22:45:34.843 INFO O| Aug 27 22:45:34.843 INFO copying /tmp/.tmp02NGbG/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 ... |
9322 | 2024-08-27T22:45:36.559Z | [ host-image] Aug 27 22:45:34.843 INFO O| Aug 27 22:45:34.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9323 | 2024-08-27T22:45:36.562Z | [ host-image] Aug 27 22:45:34.843 INFO O| Aug 27 22:45:34.843 INFO ok! |
9324 | 2024-08-27T22:45:36.562Z | [ host-image] Aug 27 22:45:34.843 INFO O| Aug 27 22:45:34.843 INFO STEP 111 (ensure_file) COMPLETE |
9325 | 2024-08-27T22:45:36.562Z | [ host-image] Aug 27 22:45:34.843 INFO O| Aug 27 22:45:34.843 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9326 | 2024-08-27T22:45:36.568Z | [ host-image] Aug 27 22:45:34.853 INFO O| Aug 27 22:45:34.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9327 | 2024-08-27T22:45:36.568Z | [ host-image] Aug 27 22:45:34.853 INFO O| Aug 27 22:45:34.853 INFO copying /tmp/.tmp02NGbG/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 ... |
9328 | 2024-08-27T22:45:36.571Z | [ host-image] Aug 27 22:45:34.853 INFO O| Aug 27 22:45:34.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9329 | 2024-08-27T22:45:36.571Z | [ host-image] Aug 27 22:45:34.853 INFO O| Aug 27 22:45:34.853 INFO ok! |
9330 | 2024-08-27T22:45:36.571Z | [ host-image] Aug 27 22:45:34.853 INFO O| Aug 27 22:45:34.853 INFO STEP 112 (ensure_file) COMPLETE |
9331 | 2024-08-27T22:45:36.571Z | [ host-image] Aug 27 22:45:34.853 INFO O| Aug 27 22:45:34.853 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9332 | 2024-08-27T22:45:36.578Z | [ host-image] Aug 27 22:45:34.862 INFO O| Aug 27 22:45:34.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9333 | 2024-08-27T22:45:36.578Z | [ host-image] Aug 27 22:45:34.863 INFO O| Aug 27 22:45:34.862 INFO copying /tmp/.tmp02NGbG/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 ... |
9334 | 2024-08-27T22:45:36.580Z | [ host-image] Aug 27 22:45:34.863 INFO O| Aug 27 22:45:34.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9335 | 2024-08-27T22:45:36.580Z | [ host-image] Aug 27 22:45:34.863 INFO O| Aug 27 22:45:34.863 INFO ok! |
9336 | 2024-08-27T22:45:36.580Z | [ host-image] Aug 27 22:45:34.863 INFO O| Aug 27 22:45:34.863 INFO STEP 113 (ensure_file) COMPLETE |
9337 | 2024-08-27T22:45:36.581Z | [ host-image] Aug 27 22:45:34.863 INFO O| Aug 27 22:45:34.863 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9338 | 2024-08-27T22:45:36.587Z | [ host-image] Aug 27 22:45:34.872 INFO O| Aug 27 22:45:34.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9339 | 2024-08-27T22:45:36.587Z | [ host-image] Aug 27 22:45:34.872 INFO O| Aug 27 22:45:34.872 INFO copying /tmp/.tmp02NGbG/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 ... |
9340 | 2024-08-27T22:45:36.587Z | [ host-image] Aug 27 22:45:34.872 INFO O| Aug 27 22:45:34.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9341 | 2024-08-27T22:45:36.590Z | [ host-image] Aug 27 22:45:34.872 INFO O| Aug 27 22:45:34.872 INFO ok! |
9342 | 2024-08-27T22:45:36.590Z | [ host-image] Aug 27 22:45:34.872 INFO O| Aug 27 22:45:34.872 INFO STEP 114 (ensure_file) COMPLETE |
9343 | 2024-08-27T22:45:36.590Z | [ host-image] Aug 27 22:45:34.872 INFO O| Aug 27 22:45:34.872 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9344 | 2024-08-27T22:45:36.597Z | [ host-image] Aug 27 22:45:34.882 INFO O| Aug 27 22:45:34.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9345 | 2024-08-27T22:45:36.597Z | [ host-image] Aug 27 22:45:34.882 INFO O| Aug 27 22:45:34.882 INFO copying /tmp/.tmp02NGbG/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 ... |
9346 | 2024-08-27T22:45:36.600Z | [ host-image] Aug 27 22:45:34.882 INFO O| Aug 27 22:45:34.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9347 | 2024-08-27T22:45:36.600Z | [ host-image] Aug 27 22:45:34.882 INFO O| Aug 27 22:45:34.882 INFO ok! |
9348 | 2024-08-27T22:45:36.600Z | [ host-image] Aug 27 22:45:34.882 INFO O| Aug 27 22:45:34.882 INFO STEP 115 (ensure_file) COMPLETE |
9349 | 2024-08-27T22:45:36.600Z | [ host-image] Aug 27 22:45:34.882 INFO O| Aug 27 22:45:34.882 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9350 | 2024-08-27T22:45:36.607Z | [ host-image] Aug 27 22:45:34.891 INFO O| Aug 27 22:45:34.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9351 | 2024-08-27T22:45:36.609Z | [ host-image] Aug 27 22:45:34.891 INFO O| Aug 27 22:45:34.891 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9352 | 2024-08-27T22:45:36.609Z | [ host-image] Aug 27 22:45:34.892 INFO O| Aug 27 22:45:34.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9353 | 2024-08-27T22:45:36.609Z | [ host-image] Aug 27 22:45:34.892 INFO O| Aug 27 22:45:34.892 INFO ok! |
9354 | 2024-08-27T22:45:36.609Z | [ host-image] Aug 27 22:45:34.892 INFO O| Aug 27 22:45:34.892 INFO STEP 116 (ensure_file) COMPLETE |
9355 | 2024-08-27T22:45:36.609Z | [ host-image] Aug 27 22:45:34.892 INFO O| Aug 27 22:45:34.892 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9356 | 2024-08-27T22:45:36.616Z | [ host-image] Aug 27 22:45:34.901 INFO O| Aug 27 22:45:34.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9357 | 2024-08-27T22:45:36.617Z | [ host-image] Aug 27 22:45:34.901 INFO O| Aug 27 22:45:34.901 INFO copying /tmp/.tmp02NGbG/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 ... |
9358 | 2024-08-27T22:45:36.619Z | [ host-image] Aug 27 22:45:34.901 INFO O| Aug 27 22:45:34.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9359 | 2024-08-27T22:45:36.619Z | [ host-image] Aug 27 22:45:34.901 INFO O| Aug 27 22:45:34.901 INFO ok! |
9360 | 2024-08-27T22:45:36.619Z | [ host-image] Aug 27 22:45:34.901 INFO O| Aug 27 22:45:34.901 INFO STEP 117 (ensure_file) COMPLETE |
9361 | 2024-08-27T22:45:36.619Z | [ host-image] Aug 27 22:45:34.901 INFO O| Aug 27 22:45:34.901 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9362 | 2024-08-27T22:45:36.626Z | [ host-image] Aug 27 22:45:34.911 INFO O| Aug 27 22:45:34.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9363 | 2024-08-27T22:45:36.629Z | [ host-image] Aug 27 22:45:34.911 INFO O| Aug 27 22:45:34.911 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9364 | 2024-08-27T22:45:36.629Z | [ host-image] Aug 27 22:45:34.911 INFO O| Aug 27 22:45:34.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9365 | 2024-08-27T22:45:36.629Z | [ host-image] Aug 27 22:45:34.911 INFO O| Aug 27 22:45:34.911 INFO ok! |
9366 | 2024-08-27T22:45:36.629Z | [ host-image] Aug 27 22:45:34.911 INFO O| Aug 27 22:45:34.911 INFO STEP 118 (ensure_file) COMPLETE |
9367 | 2024-08-27T22:45:36.629Z | [ host-image] Aug 27 22:45:34.911 INFO O| Aug 27 22:45:34.911 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9368 | 2024-08-27T22:45:36.636Z | [ host-image] Aug 27 22:45:34.920 INFO O| Aug 27 22:45:34.920 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9369 | 2024-08-27T22:45:36.636Z | [ host-image] Aug 27 22:45:34.920 INFO O| Aug 27 22:45:34.920 INFO copying /tmp/.tmp02NGbG/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9370 | 2024-08-27T22:45:39.886Z | [ host-image] Aug 27 22:45:38.170 INFO O| Aug 27 22:45:38.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9371 | 2024-08-27T22:45:39.886Z | [ host-image] Aug 27 22:45:38.170 INFO O| Aug 27 22:45:38.170 INFO ok! |
9372 | 2024-08-27T22:45:39.888Z | [ host-image] Aug 27 22:45:38.170 INFO O| Aug 27 22:45:38.170 INFO STEP 119 (ensure_file) COMPLETE |
9373 | 2024-08-27T22:45:39.888Z | [ host-image] Aug 27 22:45:38.170 INFO O| Aug 27 22:45:38.170 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9374 | 2024-08-27T22:45:39.897Z | [ host-image] Aug 27 22:45:38.182 INFO O| Aug 27 22:45:38.181 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9375 | 2024-08-27T22:45:39.897Z | [ host-image] Aug 27 22:45:38.182 INFO O| Aug 27 22:45:38.182 INFO STEP 120 (ensure_dir) COMPLETE |
9376 | 2024-08-27T22:45:39.900Z | [ host-image] Aug 27 22:45:38.182 INFO O| Aug 27 22:45:38.182 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9377 | 2024-08-27T22:45:39.907Z | [ host-image] Aug 27 22:45:38.191 INFO O| Aug 27 22:45:38.191 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9378 | 2024-08-27T22:45:39.907Z | [ host-image] Aug 27 22:45:38.191 INFO O| Aug 27 22:45:38.191 INFO STEP 121 (ensure_dir) COMPLETE |
9379 | 2024-08-27T22:45:39.910Z | [ host-image] Aug 27 22:45:38.191 INFO O| Aug 27 22:45:38.191 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9380 | 2024-08-27T22:45:39.919Z | [ host-image] Aug 27 22:45:38.201 INFO O| Aug 27 22:45:38.201 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9381 | 2024-08-27T22:45:39.919Z | [ host-image] Aug 27 22:45:38.201 INFO O| Aug 27 22:45:38.201 INFO STEP 122 (ensure_dir) COMPLETE |
9382 | 2024-08-27T22:45:39.919Z | [ host-image] Aug 27 22:45:38.201 INFO O| Aug 27 22:45:38.201 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9383 | 2024-08-27T22:45:39.927Z | [ host-image] Aug 27 22:45:38.211 INFO O| Aug 27 22:45:38.211 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9384 | 2024-08-27T22:45:39.927Z | [ host-image] Aug 27 22:45:38.211 INFO O| Aug 27 22:45:38.211 INFO STEP 123 (ensure_dir) COMPLETE |
9385 | 2024-08-27T22:45:39.930Z | [ host-image] Aug 27 22:45:38.211 INFO O| Aug 27 22:45:38.211 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9386 | 2024-08-27T22:45:39.936Z | [ host-image] Aug 27 22:45:38.220 INFO O| Aug 27 22:45:38.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9387 | 2024-08-27T22:45:39.936Z | [ host-image] Aug 27 22:45:38.220 INFO O| Aug 27 22:45:38.220 INFO copying /tmp/.tmp02NGbG/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 ... |
9388 | 2024-08-27T22:45:39.941Z | [ host-image] Aug 27 22:45:38.220 INFO O| Aug 27 22:45:38.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9389 | 2024-08-27T22:45:39.941Z | [ host-image] Aug 27 22:45:38.220 INFO O| Aug 27 22:45:38.220 INFO ok! |
9390 | 2024-08-27T22:45:39.941Z | [ host-image] Aug 27 22:45:38.220 INFO O| Aug 27 22:45:38.220 INFO STEP 124 (ensure_file) COMPLETE |
9391 | 2024-08-27T22:45:39.941Z | [ host-image] Aug 27 22:45:38.220 INFO O| Aug 27 22:45:38.220 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9392 | 2024-08-27T22:45:39.946Z | [ host-image] Aug 27 22:45:38.230 INFO O| Aug 27 22:45:38.230 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9393 | 2024-08-27T22:45:39.946Z | [ host-image] Aug 27 22:45:38.230 INFO O| Aug 27 22:45:38.230 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9394 | 2024-08-27T22:45:39.948Z | [ host-image] Aug 27 22:45:38.230 INFO O| Aug 27 22:45:38.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9395 | 2024-08-27T22:45:39.948Z | [ host-image] Aug 27 22:45:38.230 INFO O| Aug 27 22:45:38.230 INFO STEP 125 (ensure_dir) COMPLETE |
9396 | 2024-08-27T22:45:39.948Z | [ host-image] Aug 27 22:45:38.230 INFO O| Aug 27 22:45:38.230 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9397 | 2024-08-27T22:45:39.955Z | [ host-image] Aug 27 22:45:38.240 INFO O| Aug 27 22:45:38.240 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9398 | 2024-08-27T22:45:39.958Z | [ host-image] Aug 27 22:45:38.240 INFO O| Aug 27 22:45:38.240 INFO copying /tmp/.tmp02NGbG/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9399 | 2024-08-27T22:45:39.958Z | [ host-image] Aug 27 22:45:38.240 INFO O| Aug 27 22:45:38.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9400 | 2024-08-27T22:45:39.958Z | [ host-image] Aug 27 22:45:38.240 INFO O| Aug 27 22:45:38.240 INFO ok! |
9401 | 2024-08-27T22:45:39.958Z | [ host-image] Aug 27 22:45:38.240 INFO O| Aug 27 22:45:38.240 INFO STEP 126 (ensure_file) COMPLETE |
9402 | 2024-08-27T22:45:39.958Z | [ host-image] Aug 27 22:45:38.240 INFO O| Aug 27 22:45:38.240 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9403 | 2024-08-27T22:45:39.965Z | [ host-image] Aug 27 22:45:38.250 INFO O| Aug 27 22:45:38.250 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9404 | 2024-08-27T22:45:39.968Z | [ host-image] Aug 27 22:45:38.250 INFO O| Aug 27 22:45:38.250 INFO STEP 127 (remove_files) COMPLETE |
9405 | 2024-08-27T22:45:39.968Z | [ host-image] Aug 27 22:45:38.250 INFO O| Aug 27 22:45:38.250 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9406 | 2024-08-27T22:45:39.976Z | [ host-image] Aug 27 22:45:38.260 INFO O| Aug 27 22:45:38.260 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9407 | 2024-08-27T22:45:39.978Z | [ host-image] Aug 27 22:45:38.260 INFO O| Aug 27 22:45:38.260 INFO STEP 128 (remove_files) COMPLETE |
9408 | 2024-08-27T22:45:39.978Z | [ host-image] Aug 27 22:45:38.261 INFO O| Aug 27 22:45:38.260 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9409 | 2024-08-27T22:45:39.986Z | [ host-image] Aug 27 22:45:38.270 INFO O| Aug 27 22:45:38.270 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9410 | 2024-08-27T22:45:39.988Z | [ host-image] Aug 27 22:45:38.270 INFO O| Aug 27 22:45:38.270 INFO STEP 129 (remove_files) COMPLETE |
9411 | 2024-08-27T22:45:39.988Z | [ host-image] Aug 27 22:45:38.270 INFO O| Aug 27 22:45:38.270 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9412 | 2024-08-27T22:45:39.996Z | [ host-image] Aug 27 22:45:38.280 INFO O| Aug 27 22:45:38.280 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9413 | 2024-08-27T22:45:39.998Z | [ host-image] Aug 27 22:45:38.280 INFO O| Aug 27 22:45:38.280 INFO STEP 130 (remove_files) COMPLETE |
9414 | 2024-08-27T22:45:39.998Z | [ host-image] Aug 27 22:45:38.280 INFO O| Aug 27 22:45:38.280 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9415 | 2024-08-27T22:45:40.006Z | [ host-image] Aug 27 22:45:38.290 INFO O| Aug 27 22:45:38.290 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9416 | 2024-08-27T22:45:40.010Z | [ host-image] Aug 27 22:45:38.290 INFO O| Aug 27 22:45:38.290 INFO STEP 131 (remove_files) COMPLETE |
9417 | 2024-08-27T22:45:40.010Z | [ host-image] Aug 27 22:45:38.290 INFO O| Aug 27 22:45:38.290 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9418 | 2024-08-27T22:45:40.016Z | [ host-image] Aug 27 22:45:38.300 INFO O| Aug 27 22:45:38.300 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9419 | 2024-08-27T22:45:40.019Z | [ host-image] Aug 27 22:45:38.300 INFO O| Aug 27 22:45:38.300 INFO STEP 132 (remove_files) COMPLETE |
9420 | 2024-08-27T22:45:40.019Z | [ host-image] Aug 27 22:45:38.300 INFO O| Aug 27 22:45:38.300 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9421 | 2024-08-27T22:45:40.028Z | [ host-image] Aug 27 22:45:38.310 INFO O| Aug 27 22:45:38.310 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9422 | 2024-08-27T22:45:40.033Z | [ host-image] Aug 27 22:45:38.310 INFO O| Aug 27 22:45:38.310 INFO STEP 133 (remove_files) COMPLETE |
9423 | 2024-08-27T22:45:40.033Z | [ host-image] Aug 27 22:45:38.310 INFO O| Aug 27 22:45:38.310 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9424 | 2024-08-27T22:45:40.036Z | [ host-image] Aug 27 22:45:38.320 INFO O| Aug 27 22:45:38.320 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9425 | 2024-08-27T22:45:40.036Z | [ host-image] Aug 27 22:45:38.320 INFO O| Aug 27 22:45:38.320 INFO STEP 134 (remove_files) COMPLETE |
9426 | 2024-08-27T22:45:40.036Z | [ host-image] Aug 27 22:45:38.320 INFO O| Aug 27 22:45:38.320 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9427 | 2024-08-27T22:45:40.046Z | [ host-image] Aug 27 22:45:38.330 INFO O| Aug 27 22:45:38.330 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9428 | 2024-08-27T22:45:40.046Z | [ host-image] Aug 27 22:45:38.330 INFO O| Aug 27 22:45:38.330 INFO STEP 135 (remove_files) COMPLETE |
9429 | 2024-08-27T22:45:40.046Z | [ host-image] Aug 27 22:45:38.330 INFO O| Aug 27 22:45:38.330 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9430 | 2024-08-27T22:45:40.057Z | [ host-image] Aug 27 22:45:38.341 INFO O| Aug 27 22:45:38.341 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9431 | 2024-08-27T22:45:40.057Z | [ host-image] Aug 27 22:45:38.341 INFO O| Aug 27 22:45:38.341 INFO STEP 136 (remove_files) COMPLETE |
9432 | 2024-08-27T22:45:40.059Z | [ host-image] Aug 27 22:45:38.341 INFO O| Aug 27 22:45:38.341 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9433 | 2024-08-27T22:45:40.067Z | [ host-image] Aug 27 22:45:38.351 INFO O| Aug 27 22:45:38.351 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9434 | 2024-08-27T22:45:40.067Z | [ host-image] Aug 27 22:45:38.351 INFO O| Aug 27 22:45:38.351 INFO STEP 137 (remove_files) COMPLETE |
9435 | 2024-08-27T22:45:40.071Z | [ host-image] Aug 27 22:45:38.351 INFO O| Aug 27 22:45:38.351 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9436 | 2024-08-27T22:45:40.080Z | [ host-image] Aug 27 22:45:38.362 INFO O| Aug 27 22:45:38.361 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9437 | 2024-08-27T22:45:40.085Z | [ host-image] Aug 27 22:45:38.362 INFO O| Aug 27 22:45:38.362 INFO STEP 138 (remove_files) COMPLETE |
9438 | 2024-08-27T22:45:40.085Z | [ host-image] Aug 27 22:45:38.362 INFO O| Aug 27 22:45:38.362 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9439 | 2024-08-27T22:45:40.087Z | [ host-image] Aug 27 22:45:38.371 INFO O| Aug 27 22:45:38.371 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9440 | 2024-08-27T22:45:40.087Z | [ host-image] Aug 27 22:45:38.371 INFO O| Aug 27 22:45:38.371 INFO STEP 139 (remove_files) COMPLETE |
9441 | 2024-08-27T22:45:40.087Z | [ host-image] Aug 27 22:45:38.371 INFO O| Aug 27 22:45:38.371 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9442 | 2024-08-27T22:45:40.097Z | [ host-image] Aug 27 22:45:38.381 INFO O| Aug 27 22:45:38.381 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9443 | 2024-08-27T22:45:40.097Z | [ host-image] Aug 27 22:45:38.381 INFO O| Aug 27 22:45:38.381 INFO STEP 140 (remove_files) COMPLETE |
9444 | 2024-08-27T22:45:40.097Z | [ host-image] Aug 27 22:45:38.381 INFO O| Aug 27 22:45:38.381 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9445 | 2024-08-27T22:45:40.107Z | [ host-image] Aug 27 22:45:38.391 INFO O| Aug 27 22:45:38.391 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9446 | 2024-08-27T22:45:40.111Z | [ host-image] Aug 27 22:45:38.391 INFO O| Aug 27 22:45:38.391 INFO STEP 141 (remove_files) COMPLETE |
9447 | 2024-08-27T22:45:40.111Z | [ host-image] Aug 27 22:45:38.391 INFO O| Aug 27 22:45:38.391 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9448 | 2024-08-27T22:45:40.118Z | [ host-image] Aug 27 22:45:38.401 INFO O| Aug 27 22:45:38.401 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9449 | 2024-08-27T22:45:40.118Z | [ host-image] Aug 27 22:45:38.401 INFO O| Aug 27 22:45:38.401 INFO STEP 142 (remove_files) COMPLETE |
9450 | 2024-08-27T22:45:40.118Z | [ host-image] Aug 27 22:45:38.401 INFO O| Aug 27 22:45:38.401 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9451 | 2024-08-27T22:45:40.131Z | [ host-image] Aug 27 22:45:38.411 INFO O| Aug 27 22:45:38.411 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9452 | 2024-08-27T22:45:40.133Z | [ host-image] Aug 27 22:45:38.411 INFO O| Aug 27 22:45:38.411 INFO STEP 143 (remove_files) COMPLETE |
9453 | 2024-08-27T22:45:40.133Z | [ host-image] Aug 27 22:45:38.411 INFO O| Aug 27 22:45:38.411 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9454 | 2024-08-27T22:45:40.137Z | [ host-image] Aug 27 22:45:38.421 INFO O| Aug 27 22:45:38.421 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9455 | 2024-08-27T22:45:40.137Z | [ host-image] Aug 27 22:45:38.422 INFO O| Aug 27 22:45:38.422 INFO STEP 144 (remove_files) COMPLETE |
9456 | 2024-08-27T22:45:40.140Z | [ host-image] Aug 27 22:45:38.422 INFO O| Aug 27 22:45:38.422 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9457 | 2024-08-27T22:45:40.147Z | [ host-image] Aug 27 22:45:38.431 INFO O| Aug 27 22:45:38.431 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9458 | 2024-08-27T22:45:40.147Z | [ host-image] Aug 27 22:45:38.431 INFO O| Aug 27 22:45:38.431 INFO STEP 145 (remove_files) COMPLETE |
9459 | 2024-08-27T22:45:40.149Z | [ host-image] Aug 27 22:45:38.431 INFO O| Aug 27 22:45:38.431 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9460 | 2024-08-27T22:45:40.157Z | [ host-image] Aug 27 22:45:38.441 INFO O| Aug 27 22:45:38.441 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9461 | 2024-08-27T22:45:40.157Z | [ host-image] Aug 27 22:45:38.441 INFO O| Aug 27 22:45:38.441 INFO STEP 146 (remove_files) COMPLETE |
9462 | 2024-08-27T22:45:40.160Z | [ host-image] Aug 27 22:45:38.441 INFO O| Aug 27 22:45:38.441 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9463 | 2024-08-27T22:45:40.167Z | [ host-image] Aug 27 22:45:38.451 INFO O| Aug 27 22:45:38.451 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9464 | 2024-08-27T22:45:40.167Z | [ host-image] Aug 27 22:45:38.452 INFO O| Aug 27 22:45:38.452 INFO STEP 147 (remove_files) COMPLETE |
9465 | 2024-08-27T22:45:40.167Z | [ host-image] Aug 27 22:45:38.452 INFO O| Aug 27 22:45:38.452 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9466 | 2024-08-27T22:45:40.177Z | [ host-image] Aug 27 22:45:38.461 INFO O| Aug 27 22:45:38.461 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9467 | 2024-08-27T22:45:40.183Z | [ host-image] Aug 27 22:45:38.461 INFO O| Aug 27 22:45:38.461 INFO STEP 148 (remove_files) COMPLETE |
9468 | 2024-08-27T22:45:40.183Z | [ host-image] Aug 27 22:45:38.461 INFO O| Aug 27 22:45:38.461 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9469 | 2024-08-27T22:45:40.187Z | [ host-image] Aug 27 22:45:38.471 INFO O| Aug 27 22:45:38.471 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9470 | 2024-08-27T22:45:40.187Z | [ host-image] Aug 27 22:45:38.471 INFO O| Aug 27 22:45:38.471 INFO STEP 149 (remove_files) COMPLETE |
9471 | 2024-08-27T22:45:40.192Z | [ host-image] Aug 27 22:45:38.471 INFO O| Aug 27 22:45:38.471 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9472 | 2024-08-27T22:45:40.197Z | [ host-image] Aug 27 22:45:38.481 INFO O| Aug 27 22:45:38.481 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9473 | 2024-08-27T22:45:40.199Z | [ host-image] Aug 27 22:45:38.481 INFO O| Aug 27 22:45:38.481 INFO STEP 150 (remove_files) COMPLETE |
9474 | 2024-08-27T22:45:40.199Z | [ host-image] Aug 27 22:45:38.481 INFO O| Aug 27 22:45:38.481 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9475 | 2024-08-27T22:45:40.207Z | [ host-image] Aug 27 22:45:38.491 INFO O| Aug 27 22:45:38.491 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9476 | 2024-08-27T22:45:40.210Z | [ host-image] Aug 27 22:45:38.491 INFO O| Aug 27 22:45:38.491 INFO STEP 151 (remove_files) COMPLETE |
9477 | 2024-08-27T22:45:40.210Z | [ host-image] Aug 27 22:45:38.491 INFO O| Aug 27 22:45:38.491 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9478 | 2024-08-27T22:45:40.217Z | [ host-image] Aug 27 22:45:38.501 INFO O| Aug 27 22:45:38.501 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9479 | 2024-08-27T22:45:40.217Z | [ host-image] Aug 27 22:45:38.501 INFO O| Aug 27 22:45:38.501 INFO STEP 152 (remove_files) COMPLETE |
9480 | 2024-08-27T22:45:40.217Z | [ host-image] Aug 27 22:45:38.501 INFO O| Aug 27 22:45:38.501 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9481 | 2024-08-27T22:45:40.226Z | [ host-image] Aug 27 22:45:38.511 INFO O| Aug 27 22:45:38.511 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9482 | 2024-08-27T22:45:40.227Z | [ host-image] Aug 27 22:45:38.511 INFO O| Aug 27 22:45:38.511 INFO STEP 153 (remove_files) COMPLETE |
9483 | 2024-08-27T22:45:40.229Z | [ host-image] Aug 27 22:45:38.511 INFO O| Aug 27 22:45:38.511 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9484 | 2024-08-27T22:45:40.236Z | [ host-image] Aug 27 22:45:38.520 INFO O| Aug 27 22:45:38.520 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9485 | 2024-08-27T22:45:40.236Z | [ host-image] Aug 27 22:45:38.521 INFO O| Aug 27 22:45:38.521 INFO STEP 154 (remove_files) COMPLETE |
9486 | 2024-08-27T22:45:40.239Z | [ host-image] Aug 27 22:45:38.521 INFO O| Aug 27 22:45:38.521 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9487 | 2024-08-27T22:45:40.246Z | [ host-image] Aug 27 22:45:38.530 INFO O| Aug 27 22:45:38.530 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9488 | 2024-08-27T22:45:40.246Z | [ host-image] Aug 27 22:45:38.530 INFO O| Aug 27 22:45:38.530 INFO STEP 155 (remove_files) COMPLETE |
9489 | 2024-08-27T22:45:40.246Z | [ host-image] Aug 27 22:45:38.530 INFO O| Aug 27 22:45:38.530 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9490 | 2024-08-27T22:45:40.261Z | [ host-image] Aug 27 22:45:38.545 INFO O| Aug 27 22:45:38.545 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9491 | 2024-08-27T22:45:40.263Z | [ host-image] Aug 27 22:45:38.545 INFO O| Aug 27 22:45:38.545 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"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", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9492 | 2024-08-27T22:45:48.712Z | [ host-image] Aug 27 22:45:46.994 INFO O| Aug 27 22:45:46.994 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 |
9493 | 2024-08-27T22:45:48.712Z | [ host-image] Aug 27 22:45:46.994 INFO O| Aug 27 22:45:46.994 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9494 | 2024-08-27T22:45:48.727Z | [ host-image] Aug 27 22:45:47.010 INFO O| Aug 27 22:45:47.010 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9495 | 2024-08-27T22:45:48.807Z | [ host-image] Aug 27 22:45:47.090 INFO O| Aug 27 22:45:47.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9496 | 2024-08-27T22:45:48.807Z | [ host-image] Aug 27 22:45:47.090 INFO O| Aug 27 22:45:47.090 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9497 | 2024-08-27T22:45:48.813Z | [ host-image] Aug 27 22:45:47.092 INFO O| Aug 27 22:45:47.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9498 | 2024-08-27T22:45:48.813Z | [ host-image] Aug 27 22:45:47.092 INFO O| Aug 27 22:45:47.092 INFO ok! |
9499 | 2024-08-27T22:45:48.813Z | [ host-image] Aug 27 22:45:47.092 INFO O| Aug 27 22:45:47.092 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9500 | 2024-08-27T22:45:48.813Z | [ host-image] Aug 27 22:45:47.093 INFO O| Aug 27 22:45:47.092 INFO STEP 156 (seed_smf) COMPLETE |
9501 | 2024-08-27T22:45:48.813Z | [ host-image] Aug 27 22:45:47.093 INFO O| Aug 27 22:45:47.092 INFO steps complete; finalising image! |
9502 | 2024-08-27T22:45:48.813Z | [ host-image] Aug 27 22:45:47.093 INFO O| Aug 27 22:45:47.093 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9503 | 2024-08-27T22:45:48.953Z | [ host-image] Aug 27 22:45:47.234 INFO O| Aug 27 22:45:47.234 INFO trim TEMPORARY-gimlet-zfs: (5% trimmed, started at Tue Aug 27 22:45:47 2024) |
9504 | 2024-08-27T22:45:49.172Z | [ host-image] Aug 27 22:45:47.455 INFO O| Aug 27 22:45:47.455 INFO temporary pool has 671M used, 161M avail, 1.87x compressratio |
9505 | 2024-08-27T22:45:49.172Z | [ host-image] Aug 27 22:45:47.455 INFO O| Aug 27 22:45:47.455 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9506 | 2024-08-27T22:45:49.443Z | [ host-image] Aug 27 22:45:47.727 INFO O| Aug 27 22:45:47.727 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9507 | 2024-08-27T22:45:49.444Z | [ host-image] Aug 27 22:45:47.727 INFO O| Aug 27 22:45:47.727 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9508 | 2024-08-27T22:45:50.464Z | [ host-image] Aug 27 22:45:48.747 INFO O| Aug 27 22:45:48.747 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9509 | 2024-08-27T22:45:50.465Z | [ host-image] Aug 27 22:45:48.747 INFO O| Aug 27 22:45:48.747 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9510 | 2024-08-27T22:45:50.465Z | [ host-image] Aug 27 22:45:48.747 INFO O| Aug 27 22:45:48.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9511 | 2024-08-27T22:45:50.467Z | [ host-image] Aug 27 22:45:48.747 INFO O| Aug 27 22:45:48.747 INFO completed processing gimlet/zfs |
9512 | 2024-08-27T22:45:50.467Z | [ host-image] Aug 27 22:45:48.747 INFO O| Aug 27 22:45:48.747 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9513 | 2024-08-27T22:45:56.924Z | [ host-image] Aug 27 22:45:55.206 INFO O| Aug 27 22:45:55.206 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9514 | 2024-08-27T22:45:57.060Z | [ host-image] Aug 27 22:45:55.343 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n" |
9515 | 2024-08-27T22:45:57.060Z | [ host-image] Aug 27 22:45:55.343 INFO expanded image name: "ci d6db06a/${os_short_commit} 2024-08-27 22:15" -> "ci d6db06a/2408c3f 2024-08-27 22:15" |
9516 | 2024-08-27T22:45:57.063Z | [ host-image] Aug 27 22:45:55.343 INFO output artefacts stored in: "/work/os-host" |
9517 | 2024-08-27T22:45:57.063Z | [ host-image] Aug 27 22:45:55.343 INFO collecting git info from project "amd-firmware"... |
9518 | 2024-08-27T22:45:57.069Z | [ host-image] Aug 27 22:45:55.352 INFO collecting git info from project "bootserver"... |
9519 | 2024-08-27T22:45:57.074Z | [ host-image] Aug 27 22:45:55.356 INFO collecting git info from project "pilot"... |
9520 | 2024-08-27T22:45:57.081Z | [ host-image] Aug 27 22:45:55.361 INFO collecting git info from project "image-builder"... |
9521 | 2024-08-27T22:45:57.084Z | [ host-image] Aug 27 22:45:55.366 INFO collecting git info from project "chelsio-t6-roms"... |
9522 | 2024-08-27T22:45:57.089Z | [ host-image] Aug 27 22:45:55.370 INFO collecting git info from project "phbl"... |
9523 | 2024-08-27T22:45:57.105Z | [ host-image] Aug 27 22:45:55.375 INFO collecting git info from project "amd-host-image-builder"... |
9524 | 2024-08-27T22:45:57.118Z | [ host-image] Aug 27 22:45:55.388 INFO collecting git info from project "pinprick"... |
9525 | 2024-08-27T22:45:57.118Z | [ host-image] Aug 27 22:45:55.393 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9526 | 2024-08-27T22:45:57.470Z | [ host-image] Aug 27 22:45:55.753 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9527 | 2024-08-27T22:45:57.815Z | [ host-image] Aug 27 22:45:56.097 INFO creating Oxide boot image... |
9528 | 2024-08-27T22:45:57.815Z | [ host-image] Aug 27 22:45:56.097 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci d6db06a/2408c3f 2024-08-27 22:15", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9529 | 2024-08-27T22:45:58.741Z | [ host-image] Aug 27 22:45:57.022 INFO O| ok, image written! |
9530 | 2024-08-27T22:45:58.741Z | [ host-image] Aug 27 22:45:57.023 INFO O| ok, boot_image_csum file written! |
9531 | 2024-08-27T22:45:58.744Z | [ host-image] Aug 27 22:45:57.026 INFO creating boot archive (CPIO)... |
9532 | 2024-08-27T22:45:58.745Z | [ host-image] Aug 27 22:45:57.026 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 |
9533 | 2024-08-27T22:45:58.756Z | [ host-image] Aug 27 22:45:57.034 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9534 | 2024-08-27T22:45:58.761Z | [ host-image] Aug 27 22:45:57.034 INFO E| + outfile=/work/os-host/cpio |
9535 | 2024-08-27T22:45:58.761Z | [ host-image] Aug 27 22:45:57.034 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9536 | 2024-08-27T22:45:58.761Z | [ host-image] Aug 27 22:45:57.036 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9537 | 2024-08-27T22:45:58.761Z | [ host-image] Aug 27 22:45:57.036 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9538 | 2024-08-27T22:45:58.788Z | [ host-image] Aug 27 22:45:57.069 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9539 | 2024-08-27T22:45:58.788Z | [ host-image] Aug 27 22:45:57.070 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9540 | 2024-08-27T22:45:58.795Z | [ host-image] Aug 27 22:45:57.078 INFO creating compressed cpio/unix for nanobl-rs... |
9541 | 2024-08-27T22:45:58.795Z | [ host-image] Aug 27 22:45:57.078 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 |
9542 | 2024-08-27T22:45:59.090Z | [ host-image] Aug 27 22:45:57.373 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9543 | 2024-08-27T22:46:03.427Z | [ host-image] Aug 27 22:46:01.708 INFO creating reset image... |
9544 | 2024-08-27T22:46:03.431Z | [ host-image] Aug 27 22:46:01.708 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9545 | 2024-08-27T22:46:03.512Z | [ host-image] Aug 27 22:46:01.794 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9546 | 2024-08-27T22:46:03.514Z | [ host-image] Aug 27 22:46:01.794 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9547 | 2024-08-27T22:46:03.580Z | [ host-image] Aug 27 22:46:01.862 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9548 | 2024-08-27T22:46:05.761Z | [ host-image] Aug 27 22:46:04.040 INFO E| Finished `release` profile [optimized] target(s) in 2.23s |
9549 | 2024-08-27T22:46:05.770Z | [ host-image] Aug 27 22:46:04.051 INFO building host image... |
9550 | 2024-08-27T22:46:05.773Z | [ host-image] Aug 27 22:46:04.052 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") |
9551 | 2024-08-27T22:46:06.214Z | [ host-image] Aug 27 22:46:04.496 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9552 | 2024-08-27T22:46:52.875Z | [ host-image] Aug 27 22:46:51.151 INFO image complete! materials are in "/work/os-host" |
9553 | 2024-08-27T22:46:52.879Z | [ host-image] |
9554 | 2024-08-27T22:46:52.879Z | [ host-image] real 11:02.939426072 |
9555 | 2024-08-27T22:46:52.879Z | [ host-image] user 3:54.438624241 |
9556 | 2024-08-27T22:46:52.879Z | [ host-image] sys 45.773732379 |
9557 | 2024-08-27T22:46:52.879Z | [ host-image] trap 0.103686380 |
9558 | 2024-08-27T22:46:52.879Z | [ host-image] tflt 0.015371052 |
9559 | 2024-08-27T22:46:52.879Z | [ host-image] dflt 0.037631376 |
9560 | 2024-08-27T22:46:52.879Z | [ host-image] kflt 0.000230591 |
9561 | 2024-08-27T22:46:52.879Z | [ host-image] lock 4:36.070775300 |
9562 | 2024-08-27T22:46:52.879Z | [ host-image] slp 1:04:43.572479305 |
9563 | 2024-08-27T22:46:52.879Z | [ host-image] lat 36.654509352 |
9564 | 2024-08-27T22:46:52.879Z | [ host-image] stop 0.877909621 |
9565 | 2024-08-27T22:46:52.879Z | Aug 27 22:46:51.155 INFO [host-image] process exited with exit status: 0 (662.952559887s) |
9566 | 2024-08-27T22:46:52.879Z | Aug 27 22:46:51.155 INFO [tuf-repo] running task |
9567 | 2024-08-27T22:46:59.963Z | Aug 27 22:46:58.239 INFO assembling repository in `/tmp/tufaceoustdUR1a`, component: OmicronRepoAssembler |
9568 | 2024-08-27T22:47:04.583Z | Aug 27 22:47:02.858 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9569 | 2024-08-27T22:47:04.905Z | Aug 27 22:47:03.179 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9570 | 2024-08-27T22:47:16.272Z | Aug 27 22:47:14.543 INFO [tuf-repo] task succeeded (23.388069627s) |
9571 | 2024-08-27T22:47:16.272Z | Aug 27 22:47:14.543 INFO all jobs completed in 1933.566529815s |
9572 | 2024-08-27T22:47:16.788Z | process exited: duration 2470960 ms, exit code 0 |
|
9573 | 2024-08-27T22:47:16.802Z | found 33 output files |
9574 | 2024-08-27T22:47:16.802Z | uploading: /work/manifest.toml (8404 bytes) |
9575 | 2024-08-27T22:47:17.819Z | uploaded: /work/manifest.toml |
9576 | 2024-08-27T22:47:17.819Z | uploading: /work/repo.zip (1793409415 bytes) |
9577 | 2024-08-27T22:48:04.143Z | uploaded: /work/repo.zip |
9578 | 2024-08-27T22:48:04.143Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9579 | 2024-08-27T22:48:05.201Z | uploaded: /work/repo.zip.sha256.txt |
9580 | 2024-08-27T22:48:05.201Z | uploading: /work/helios-setup.log (52390 bytes) |
9581 | 2024-08-27T22:48:06.240Z | uploaded: /work/helios-setup.log |
9582 | 2024-08-27T22:48:06.240Z | uploading: /work/host-image.log (197181 bytes) |
9583 | 2024-08-27T22:48:07.265Z | uploaded: /work/host-image.log |
9584 | 2024-08-27T22:48:07.265Z | uploading: /work/host-package.log (19071 bytes) |
9585 | 2024-08-27T22:48:08.276Z | uploaded: /work/host-package.log |
9586 | 2024-08-27T22:48:08.277Z | uploading: /work/host-target.log (101 bytes) |
9587 | 2024-08-27T22:48:09.286Z | uploaded: /work/host-target.log |
9588 | 2024-08-27T22:48:09.289Z | uploading: /work/omicron-package.log (4572 bytes) |
9589 | 2024-08-27T22:48:10.295Z | uploaded: /work/omicron-package.log |
9590 | 2024-08-27T22:48:10.296Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9591 | 2024-08-27T22:48:11.305Z | uploaded: /work/phbl-toolchain.log |
9592 | 2024-08-27T22:48:11.305Z | uploading: /work/recovery-image.log (592673 bytes) |
9593 | 2024-08-27T22:48:12.343Z | uploaded: /work/recovery-image.log |
9594 | 2024-08-27T22:48:12.343Z | uploading: /work/recovery-package.log (282 bytes) |
9595 | 2024-08-27T22:48:13.354Z | uploaded: /work/recovery-package.log |
9596 | 2024-08-27T22:48:13.354Z | uploading: /work/recovery-target.log (98 bytes) |
9597 | 2024-08-27T22:48:14.367Z | uploaded: /work/recovery-target.log |
9598 | 2024-08-27T22:48:14.367Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9599 | 2024-08-27T22:48:15.385Z | uploaded: /work/stamp-clickhouse.log |
9600 | 2024-08-27T22:48:15.385Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9601 | 2024-08-27T22:48:16.396Z | uploaded: /work/stamp-clickhouse_keeper.log |
9602 | 2024-08-27T22:48:16.398Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9603 | 2024-08-27T22:48:17.405Z | uploaded: /work/stamp-cockroachdb.log |
9604 | 2024-08-27T22:48:17.405Z | uploading: /work/stamp-crucible-dtrace.log (71 bytes) |
9605 | 2024-08-27T22:48:18.414Z | uploaded: /work/stamp-crucible-dtrace.log |
9606 | 2024-08-27T22:48:18.414Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9607 | 2024-08-27T22:48:19.423Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9608 | 2024-08-27T22:48:19.423Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9609 | 2024-08-27T22:48:20.434Z | uploaded: /work/stamp-crucible-zone.log |
9610 | 2024-08-27T22:48:20.434Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9611 | 2024-08-27T22:48:21.446Z | uploaded: /work/stamp-external-dns.log |
9612 | 2024-08-27T22:48:21.446Z | uploading: /work/stamp-installinator.log (103 bytes) |
9613 | 2024-08-27T22:48:22.458Z | uploaded: /work/stamp-installinator.log |
9614 | 2024-08-27T22:48:22.465Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9615 | 2024-08-27T22:48:23.473Z | uploaded: /work/stamp-internal-dns.log |
9616 | 2024-08-27T22:48:23.473Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9617 | 2024-08-27T22:48:24.486Z | uploaded: /work/stamp-mg-ddm-gz.log |
9618 | 2024-08-27T22:48:24.486Z | uploading: /work/stamp-nexus.log (112 bytes) |
9619 | 2024-08-27T22:48:25.516Z | uploaded: /work/stamp-nexus.log |
9620 | 2024-08-27T22:48:25.516Z | uploading: /work/stamp-ntp.log (110 bytes) |
9621 | 2024-08-27T22:48:26.526Z | uploaded: /work/stamp-ntp.log |
9622 | 2024-08-27T22:48:26.526Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9623 | 2024-08-27T22:48:27.534Z | uploaded: /work/stamp-omicron-sled-agent.log |
9624 | 2024-08-27T22:48:27.534Z | uploading: /work/stamp-overlay.log (114 bytes) |
9625 | 2024-08-27T22:48:28.543Z | uploaded: /work/stamp-overlay.log |
9626 | 2024-08-27T22:48:28.543Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9627 | 2024-08-27T22:48:29.553Z | uploaded: /work/stamp-oximeter.log |
9628 | 2024-08-27T22:48:29.553Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9629 | 2024-08-27T22:48:30.562Z | uploaded: /work/stamp-oxlog.log |
9630 | 2024-08-27T22:48:30.562Z | uploading: /work/stamp-probe.log (112 bytes) |
9631 | 2024-08-27T22:48:31.571Z | uploaded: /work/stamp-probe.log |
9632 | 2024-08-27T22:48:31.571Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9633 | 2024-08-27T22:48:32.580Z | uploaded: /work/stamp-propolis-server.log |
9634 | 2024-08-27T22:48:32.580Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9635 | 2024-08-27T22:48:33.589Z | uploaded: /work/stamp-pumpkind-gz.log |
9636 | 2024-08-27T22:48:33.589Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9637 | 2024-08-27T22:48:34.598Z | uploaded: /work/stamp-switch-asic.log |
9638 | 2024-08-27T22:48:34.602Z | uploading: /work/verify-libraries.log (1992 bytes) |
9639 | 2024-08-27T22:48:35.607Z | uploaded: /work/verify-libraries.log |