|
|
|
1 | 2024-08-29T14:37:10.546Z | job assigned to worker 01J6F914YT4TEBXFV6JSXRP49S (queued for 1 m 4 s) |
|
2 | 2024-08-29T14:37:19.562Z | starting task 0: "setup" |
3 | 2024-08-29T14:37:19.570Z | ++ uname -s |
4 | 2024-08-29T14:37:19.573Z | + kern=SunOS |
5 | 2024-08-29T14:37:19.573Z | + case "$kern" in |
6 | 2024-08-29T14:37:19.573Z | + groupadd -g 12345 build |
7 | 2024-08-29T14:37:19.576Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-29T14:37:21.588Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-29T14:37:21.691Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-29T14:37:21.693Z | + home_fs=zfs |
11 | 2024-08-29T14:37:21.693Z | + [[ zfs == autofs ]] |
12 | 2024-08-29T14:37:21.693Z | + mkdir -p /home/build |
13 | 2024-08-29T14:37:21.696Z | + chown build:build /home/build /work |
14 | 2024-08-29T14:37:23.698Z | + chmod 0700 /home/build /work |
15 | 2024-08-29T14:37:23.701Z | process exited: duration 4139 ms, exit code 0 |
|
16 | 2024-08-29T14:37:23.707Z | starting task 1: "rust-toolchain" |
17 | 2024-08-29T14:37:23.712Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-29T14:37:23.712Z | ' 1.80.1 |
19 | 2024-08-29T14:37:23.712Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-29T14:37:23.712Z | ' default |
21 | 2024-08-29T14:37:23.712Z | * toolchain channel = "1.80.1" |
22 | 2024-08-29T14:37:23.712Z | * toolchain profile = "default" |
23 | 2024-08-29T14:37:23.714Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-29T14:37:23.714Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-29T14:37:23.830Z | info: downloading installer |
26 | 2024-08-29T14:37:25.275Z | info: profile set to 'default' |
27 | 2024-08-29T14:37:25.276Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-29T14:37:25.278Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-29T14:37:25.441Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-29T14:37:25.441Z | info: downloading component 'cargo' |
31 | 2024-08-29T14:37:26.416Z | info: downloading component 'clippy' |
32 | 2024-08-29T14:37:26.760Z | info: downloading component 'rust-docs' |
33 | 2024-08-29T14:37:28.106Z | info: downloading component 'rust-std' |
34 | 2024-08-29T14:37:30.009Z | info: downloading component 'rustc' |
35 | 2024-08-29T14:37:35.340Z | info: downloading component 'rustfmt' |
36 | 2024-08-29T14:37:35.623Z | info: installing component 'cargo' |
37 | 2024-08-29T14:37:36.470Z | info: installing component 'clippy' |
38 | 2024-08-29T14:37:36.848Z | info: installing component 'rust-docs' |
39 | 2024-08-29T14:37:38.427Z | info: installing component 'rust-std' |
40 | 2024-08-29T14:37:40.097Z | info: installing component 'rustc' |
41 | 2024-08-29T14:37:44.561Z | info: installing component 'rustfmt' |
42 | 2024-08-29T14:37:44.905Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-29T14:37:44.905Z | |
44 | 2024-08-29T14:37:45.157Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-29T14:37:45.157Z | |
46 | 2024-08-29T14:37:45.160Z | |
47 | 2024-08-29T14:37:45.160Z | Rust is installed now. Great! |
48 | 2024-08-29T14:37:45.160Z | |
49 | 2024-08-29T14:37:45.160Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-29T14:37:45.160Z | environment variable. This has not been done automatically. |
51 | 2024-08-29T14:37:45.160Z | |
52 | 2024-08-29T14:37:45.160Z | To configure your current shell, you need to source |
53 | 2024-08-29T14:37:45.160Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-29T14:37:45.160Z | |
55 | 2024-08-29T14:37:45.160Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-29T14:37:45.160Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-29T14:37:45.160Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-29T14:37:45.211Z | + rustc --version |
59 | 2024-08-29T14:37:45.272Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-29T14:37:45.275Z | process exited: duration 21562 ms, exit code 0 |
|
61 | 2024-08-29T14:37:45.283Z | starting task 2: "authentication" |
62 | 2024-08-29T14:37:45.302Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-29T14:37:45.306Z | starting task 3: "clone repository" |
64 | 2024-08-29T14:37:45.311Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-29T14:37:45.314Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-29T14:37:46.890Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-29T14:37:54.975Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-29T14:37:54.975Z | + git fetch origin ccb9f12264396dd8081c90987f9579e5915c949b |
69 | 2024-08-29T14:37:55.252Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-29T14:37:55.252Z | * branch ccb9f12264396dd8081c90987f9579e5915c949b -> FETCH_HEAD |
71 | 2024-08-29T14:37:55.261Z | + [[ -n libipcc ]] |
72 | 2024-08-29T14:37:55.264Z | ++ git branch --show-current |
73 | 2024-08-29T14:37:55.266Z | + current=main |
74 | 2024-08-29T14:37:55.266Z | + [[ main != libipcc ]] |
75 | 2024-08-29T14:37:55.266Z | + git branch -f libipcc ccb9f12264396dd8081c90987f9579e5915c949b |
76 | 2024-08-29T14:37:55.269Z | + git checkout -f libipcc |
77 | 2024-08-29T14:37:55.421Z | Switched to branch 'libipcc' |
78 | 2024-08-29T14:37:55.423Z | + git reset --hard ccb9f12264396dd8081c90987f9579e5915c949b |
79 | 2024-08-29T14:37:55.435Z | HEAD is now at ccb9f1226 Use external libipcc repo |
80 | 2024-08-29T14:37:55.437Z | process exited: duration 10126 ms, exit code 0 |
|
81 | 2024-08-29T14:37:55.445Z | starting task 4: "build" |
82 | 2024-08-29T14:37:55.451Z | + cargo --version |
83 | 2024-08-29T14:37:55.504Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-29T14:37:55.506Z | + rustc --version |
85 | 2024-08-29T14:37:55.563Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-29T14:37:55.565Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-29T14:38:14.036Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-29T14:38:16.650Z | Startup: Caching catalogs ... Done |
89 | 2024-08-29T14:38:18.590Z | Planning: Solver setup ... Done (1.384s) |
90 | 2024-08-29T14:38:18.613Z | Planning: Running solver ... Done (0.022s) |
91 | 2024-08-29T14:38:18.741Z | Planning: Finding local manifests ... Done (0.091s) |
92 | 2024-08-29T14:38:18.753Z | Planning: Fetching manifests: 0/5 0% complete |
93 | 2024-08-29T14:38:18.999Z | Planning: Fetching manifests: 5/5 100% complete |
94 | 2024-08-29T14:38:19.352Z | Planning: Package planning ... Done (0.353s) |
95 | 2024-08-29T14:38:19.409Z | Planning: Merging actions ... Done (0.056s) |
96 | 2024-08-29T14:38:20.611Z | Planning: Checking for conflicting actions ... Done (1.202s) |
97 | 2024-08-29T14:38:29.783Z | Planning: Consolidating action changes ... Done (9.160s) |
98 | 2024-08-29T14:38:30.212Z | Planning: Evaluating mediators ... Done (0.438s) |
99 | 2024-08-29T14:38:30.292Z | Planning: Planning completed in 13.57 seconds |
100 | 2024-08-29T14:38:30.855Z | Packages to install: 4 |
101 | 2024-08-29T14:38:30.855Z | Packages to update: 1 |
102 | 2024-08-29T14:38:30.857Z | Mediators to change: 2 |
103 | 2024-08-29T14:38:30.858Z | Services to change: 1 |
104 | 2024-08-29T14:38:30.858Z | Estimated space available: 155.72 GB |
105 | 2024-08-29T14:38:30.858Z | Estimated space to be consumed: 1.53 GB |
106 | 2024-08-29T14:38:30.858Z | Create boot environment: No |
107 | 2024-08-29T14:38:30.858Z | Create backup boot environment: Yes |
108 | 2024-08-29T14:38:30.858Z | Rebuild boot archive: No |
109 | 2024-08-29T14:38:30.858Z | |
110 | 2024-08-29T14:38:30.858Z | Changed mediators: |
111 | 2024-08-29T14:38:30.858Z | mediator clang: |
112 | 2024-08-29T14:38:30.858Z | version: None -> 15 (system default) |
113 | 2024-08-29T14:38:30.858Z | |
114 | 2024-08-29T14:38:30.858Z | mediator llvm: |
115 | 2024-08-29T14:38:30.858Z | version: 14 (system default) -> 15 (system default) |
116 | 2024-08-29T14:38:30.858Z | |
117 | 2024-08-29T14:38:30.858Z | Changed packages: |
118 | 2024-08-29T14:38:30.858Z | helios-dev |
119 | 2024-08-29T14:38:30.858Z | developer/build-essential |
120 | 2024-08-29T14:38:30.858Z | None -> 11-2.0 |
121 | 2024-08-29T14:38:30.858Z | library/libxmlsec1 |
122 | 2024-08-29T14:38:30.858Z | None -> 1.2.35-2.0 |
123 | 2024-08-29T14:38:30.858Z | ooce/developer/clang-15 |
124 | 2024-08-29T14:38:30.858Z | None -> 15.0.7-2.0 |
125 | 2024-08-29T14:38:30.858Z | ooce/developer/llvm-15 |
126 | 2024-08-29T14:38:30.858Z | None -> 15.0.7-2.0 |
127 | 2024-08-29T14:38:30.858Z | package/pkg |
128 | 2024-08-29T14:38:30.858Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
129 | 2024-08-29T14:38:30.858Z | |
130 | 2024-08-29T14:38:30.858Z | Services: |
131 | 2024-08-29T14:38:30.858Z | restart_fmri: |
132 | 2024-08-29T14:38:30.858Z | svc:/system/update-man-index:default |
133 | 2024-08-29T14:38:30.858Z | |
134 | 2024-08-29T14:38:30.858Z | Editable files to change: |
135 | 2024-08-29T14:38:30.858Z | Update: |
136 | 2024-08-29T14:38:30.858Z | usr/share/lib/pkg/web/config.shtml |
137 | 2024-08-29T14:38:31.238Z | |
138 | 2024-08-29T14:38:31.238Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
139 | 2024-08-29T14:38:36.244Z | Download: 1228/4281 items 86.9/220.6MB 39% complete (17.3M/s) |
140 | 2024-08-29T14:38:41.245Z | Download: 2821/4281 items 120.9/220.6MB 54% complete (12.2M/s) |
141 | 2024-08-29T14:38:46.252Z | Download: 3816/4281 items 217.1/220.6MB 98% complete (13.2M/s) |
142 | 2024-08-29T14:38:48.108Z | Download: Completed 220.60 MB in 16.86 seconds (13.1M/s) |
143 | 2024-08-29T14:38:50.052Z | Actions: 1/5063 actions (Removing old actions) |
144 | 2024-08-29T14:38:50.070Z | Actions: 194/5063 actions (Installing new actions) |
145 | 2024-08-29T14:38:55.243Z | Actions: 4126/5063 actions (Installing new actions) |
146 | 2024-08-29T14:38:56.389Z | Actions: 4226/5063 actions (Updating modified actions) |
147 | 2024-08-29T14:38:56.890Z | Actions: Completed 5063 actions in 6.84 seconds. |
148 | 2024-08-29T14:38:57.179Z | Done (0.282s) |
149 | 2024-08-29T14:38:57.182Z | Done (0.000s) |
150 | 2024-08-29T14:38:57.558Z | Done (0.377s) |
151 | 2024-08-29T14:39:04.676Z | Done (6.942s) |
152 | 2024-08-29T14:39:05.145Z | Done (0.395s) |
153 | 2024-08-29T14:39:05.148Z | Done (0.000s) |
154 | 2024-08-29T14:39:05.372Z | Done (0.000s) |
155 | 2024-08-29T14:39:05.964Z | Planning: Evaluating mediator changes ... Done |
156 | 2024-08-29T14:39:06.129Z | Planning: Checking for conflicting actions ... Done |
157 | 2024-08-29T14:39:06.131Z | Planning: Consolidating action changes ... Done |
158 | 2024-08-29T14:39:06.395Z | Planning: Evaluating mediators ... Done |
159 | 2024-08-29T14:39:06.398Z | Planning: Planning completed in 0.43 seconds |
160 | 2024-08-29T14:39:06.434Z | Mediators to change: 2 |
161 | 2024-08-29T14:39:06.434Z | Create boot environment: No |
162 | 2024-08-29T14:39:06.437Z | Create backup boot environment: No |
163 | 2024-08-29T14:39:06.527Z | Done |
164 | 2024-08-29T14:39:06.527Z | Done |
165 | 2024-08-29T14:39:06.754Z | Done |
166 | 2024-08-29T14:39:10.379Z | Done |
167 | 2024-08-29T14:39:10.471Z | Done |
168 | 2024-08-29T14:39:10.474Z | Done |
169 | 2024-08-29T14:39:10.602Z | Done |
170 | 2024-08-29T14:39:11.201Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-08-29T14:39:11.205Z | Planning: Merging actions ... Done |
172 | 2024-08-29T14:39:11.392Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-08-29T14:39:11.394Z | Planning: Consolidating action changes ... Done |
174 | 2024-08-29T14:39:11.658Z | Planning: Evaluating mediators ... Done |
175 | 2024-08-29T14:39:11.712Z | Planning: Planning completed in 0.75 seconds |
176 | 2024-08-29T14:39:11.751Z | Packages to change: 1 |
177 | 2024-08-29T14:39:11.751Z | Mediators to change: 1 |
178 | 2024-08-29T14:39:11.754Z | Services to change: 1 |
179 | 2024-08-29T14:39:11.754Z | Create boot environment: No |
180 | 2024-08-29T14:39:11.754Z | Create backup boot environment: Yes |
181 | 2024-08-29T14:39:13.683Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2024-08-29T14:39:13.800Z | Actions: Completed 6 actions in 0.12 seconds. |
183 | 2024-08-29T14:39:13.803Z | Done |
184 | 2024-08-29T14:39:13.803Z | Done |
185 | 2024-08-29T14:39:13.879Z | Done |
186 | 2024-08-29T14:39:17.531Z | Done |
187 | 2024-08-29T14:39:17.627Z | Done |
188 | 2024-08-29T14:39:17.629Z | Done |
189 | 2024-08-29T14:39:17.752Z | Done |
190 | 2024-08-29T14:39:18.238Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2024-08-29T14:39:18.238Z | clang system 15 system |
192 | 2024-08-29T14:39:18.238Z | csh system system illumos |
193 | 2024-08-29T14:39:18.238Z | ctags system system illumos |
194 | 2024-08-29T14:39:18.238Z | gcc vendor 12 vendor |
195 | 2024-08-29T14:39:18.238Z | gcc system 10 system |
196 | 2024-08-29T14:39:18.238Z | gcc system 7 system |
197 | 2024-08-29T14:39:18.238Z | go system 1.20 system |
198 | 2024-08-29T14:39:18.238Z | go system 1.19 system |
199 | 2024-08-29T14:39:18.238Z | llvm system 15 system |
200 | 2024-08-29T14:39:18.238Z | llvm system 14 system |
201 | 2024-08-29T14:39:18.238Z | mariadb system 10.6 system |
202 | 2024-08-29T14:39:18.238Z | mta vendor vendor dma |
203 | 2024-08-29T14:39:18.238Z | openjdk system 17 system |
204 | 2024-08-29T14:39:18.238Z | openjdk system 11 system |
205 | 2024-08-29T14:39:18.238Z | openjdk system 1.8 system |
206 | 2024-08-29T14:39:18.238Z | openssl vendor 3 vendor |
207 | 2024-08-29T14:39:18.239Z | perl system 5.36 system |
208 | 2024-08-29T14:39:18.239Z | postgresql system 15 system |
209 | 2024-08-29T14:39:18.239Z | postgresql system 13 system |
210 | 2024-08-29T14:39:18.239Z | python vendor 3 vendor |
211 | 2024-08-29T14:39:18.239Z | python system 2 system |
212 | 2024-08-29T14:39:18.239Z | python3 system 3.11 system |
213 | 2024-08-29T14:39:18.239Z | ruby system 3.0 system |
214 | 2024-08-29T14:39:18.239Z | words vendor vendor american-english |
215 | 2024-08-29T14:39:18.239Z | words system system australian-english |
216 | 2024-08-29T14:39:18.239Z | words system system british-english |
217 | 2024-08-29T14:39:18.239Z | words system system canadian-english |
218 | 2024-08-29T14:39:18.239Z | words system system french |
219 | 2024-08-29T14:39:18.239Z | words system system italian |
220 | 2024-08-29T14:39:18.239Z | words system system ngerman |
221 | 2024-08-29T14:39:18.239Z | words system system ogerman |
222 | 2024-08-29T14:39:18.239Z | words system system spanish |
223 | 2024-08-29T14:39:18.526Z | PUBLISHER TYPE STATUS P LOCATION |
224 | 2024-08-29T14:39:18.526Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
225 | 2024-08-29T14:39:20.329Z | FMRI IFO |
226 | 2024-08-29T14:39:20.329Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
227 | 2024-08-29T14:39:20.329Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
228 | 2024-08-29T14:39:20.329Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
229 | 2024-08-29T14:39:20.329Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
230 | 2024-08-29T14:39:20.329Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
231 | 2024-08-29T14:39:20.329Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2024-08-29T14:39:20.329Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
233 | 2024-08-29T14:39:20.330Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
234 | 2024-08-29T14:39:20.330Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
235 | 2024-08-29T14:39:20.330Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
236 | 2024-08-29T14:39:20.330Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
237 | 2024-08-29T14:39:20.330Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
238 | 2024-08-29T14:39:20.330Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
239 | 2024-08-29T14:39:20.929Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
240 | 2024-08-29T14:39:21.215Z | Updating git repository `https://github.com/oxidecomputer/zone` |
241 | 2024-08-29T14:39:21.455Z | Updating crates.io index |
242 | 2024-08-29T14:39:21.457Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
243 | 2024-08-29T14:39:22.231Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
244 | 2024-08-29T14:39:23.140Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
245 | 2024-08-29T14:39:23.420Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
246 | 2024-08-29T14:39:24.920Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
247 | 2024-08-29T14:39:25.196Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
248 | 2024-08-29T14:39:25.482Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
249 | 2024-08-29T14:39:26.509Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
250 | 2024-08-29T14:39:28.427Z | Updating git repository `https://github.com/oxidecomputer/opte` |
251 | 2024-08-29T14:39:29.436Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
252 | 2024-08-29T14:39:30.237Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
253 | 2024-08-29T14:39:31.912Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
254 | 2024-08-29T14:39:32.391Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
255 | 2024-08-29T14:39:32.690Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
256 | 2024-08-29T14:39:32.985Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
257 | 2024-08-29T14:39:33.324Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
258 | 2024-08-29T14:39:33.744Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
259 | 2024-08-29T14:39:33.990Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
260 | 2024-08-29T14:39:34.230Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
261 | 2024-08-29T14:39:34.498Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
262 | 2024-08-29T14:39:34.877Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
263 | 2024-08-29T14:39:35.334Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
264 | 2024-08-29T14:39:35.610Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
265 | 2024-08-29T14:39:36.020Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
266 | 2024-08-29T14:39:36.475Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
267 | 2024-08-29T14:39:36.780Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
268 | 2024-08-29T14:39:37.191Z | Updating git repository `https://github.com/oxidecomputer/typify` |
269 | 2024-08-29T14:39:39.751Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
270 | 2024-08-29T14:39:40.041Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
271 | 2024-08-29T14:39:40.343Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
272 | 2024-08-29T14:39:40.687Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
273 | 2024-08-29T14:39:42.066Z | Downloading crates ... |
274 | 2024-08-29T14:39:42.151Z | Downloaded colorchoice v1.0.1 |
275 | 2024-08-29T14:39:42.155Z | Downloaded equivalent v1.0.1 |
276 | 2024-08-29T14:39:42.172Z | Downloaded scroll_derive v0.12.0 |
277 | 2024-08-29T14:39:42.176Z | Downloaded usdt-macro v0.5.0 |
278 | 2024-08-29T14:39:42.178Z | Downloaded usdt-attr-macro v0.5.0 |
279 | 2024-08-29T14:39:42.178Z | Downloaded pretty-hex v0.4.1 |
280 | 2024-08-29T14:39:42.180Z | Downloaded cfg-if v1.0.0 |
281 | 2024-08-29T14:39:42.180Z | Downloaded heck v0.4.1 |
282 | 2024-08-29T14:39:42.183Z | Downloaded fastrand v2.1.0 |
283 | 2024-08-29T14:39:42.183Z | Downloaded bytecount v0.6.8 |
284 | 2024-08-29T14:39:42.185Z | Downloaded anstyle-parse v0.2.4 |
285 | 2024-08-29T14:39:42.188Z | Downloaded dof v0.3.0 |
286 | 2024-08-29T14:39:42.188Z | Downloaded itoa v1.0.11 |
287 | 2024-08-29T14:39:42.190Z | Downloaded fs-err v2.11.0 |
288 | 2024-08-29T14:39:42.192Z | Downloaded cargo_metadata v0.18.1 |
289 | 2024-08-29T14:39:42.192Z | Downloaded thiserror-impl v1.0.63 |
290 | 2024-08-29T14:39:42.194Z | Downloaded strsim v0.11.1 |
291 | 2024-08-29T14:39:42.196Z | Downloaded camino-tempfile v1.1.1 |
292 | 2024-08-29T14:39:42.196Z | Downloaded crypto-common v0.1.6 |
293 | 2024-08-29T14:39:42.199Z | Downloaded memmap v0.7.0 |
294 | 2024-08-29T14:39:42.202Z | Downloaded scroll v0.12.0 |
295 | 2024-08-29T14:39:42.204Z | Downloaded serde_spanned v0.6.7 |
296 | 2024-08-29T14:39:42.207Z | Downloaded proc-macro-error-attr v1.0.4 |
297 | 2024-08-29T14:39:42.209Z | Downloaded anstream v0.6.14 |
298 | 2024-08-29T14:39:42.212Z | Downloaded clap_derive v4.5.13 |
299 | 2024-08-29T14:39:42.214Z | Downloaded quote v1.0.36 |
300 | 2024-08-29T14:39:42.217Z | Downloaded tempfile v3.10.1 |
301 | 2024-08-29T14:39:42.219Z | Downloaded sha2 v0.10.8 |
302 | 2024-08-29T14:39:42.221Z | Downloaded pest_derive v2.7.10 |
303 | 2024-08-29T14:39:42.225Z | Downloaded bitflags v2.6.0 |
304 | 2024-08-29T14:39:42.229Z | Downloaded anyhow v1.0.86 |
305 | 2024-08-29T14:39:42.234Z | Downloaded log v0.4.21 |
306 | 2024-08-29T14:39:42.238Z | Downloaded unicode-ident v1.0.12 |
307 | 2024-08-29T14:39:42.241Z | Downloaded ryu v1.0.18 |
308 | 2024-08-29T14:39:42.244Z | Downloaded version_check v0.9.5 |
309 | 2024-08-29T14:39:42.246Z | Downloaded textwrap v0.16.1 |
310 | 2024-08-29T14:39:42.248Z | Downloaded dtrace-parser v0.2.0 |
311 | 2024-08-29T14:39:42.250Z | Downloaded anstyle-query v1.0.3 |
312 | 2024-08-29T14:39:42.250Z | Downloaded pest_meta v2.7.10 |
313 | 2024-08-29T14:39:42.253Z | Downloaded is_terminal_polyfill v1.70.0 |
314 | 2024-08-29T14:39:42.255Z | Downloaded toml v0.8.19 |
315 | 2024-08-29T14:39:42.257Z | Downloaded block-buffer v0.10.4 |
316 | 2024-08-29T14:39:42.257Z | Downloaded macaddr v1.0.1 |
317 | 2024-08-29T14:39:42.259Z | Downloaded digest v0.10.7 |
318 | 2024-08-29T14:39:42.262Z | Downloaded generic-array v0.14.7 |
319 | 2024-08-29T14:39:42.262Z | Downloaded swrite v0.1.0 |
320 | 2024-08-29T14:39:42.264Z | Downloaded fnv v1.0.7 |
321 | 2024-08-29T14:39:42.264Z | Downloaded cpufeatures v0.2.12 |
322 | 2024-08-29T14:39:42.267Z | Downloaded clap_lex v0.7.0 |
323 | 2024-08-29T14:39:42.267Z | Downloaded errno v0.3.9 |
324 | 2024-08-29T14:39:42.269Z | Downloaded byteorder v1.5.0 |
325 | 2024-08-29T14:39:42.269Z | Downloaded cargo-platform v0.1.8 |
326 | 2024-08-29T14:39:42.272Z | Downloaded papergrid v0.11.0 |
327 | 2024-08-29T14:39:42.274Z | Downloaded autocfg v1.3.0 |
328 | 2024-08-29T14:39:42.277Z | Downloaded indexmap v2.4.0 |
329 | 2024-08-29T14:39:42.280Z | Downloaded heck v0.5.0 |
330 | 2024-08-29T14:39:42.282Z | Downloaded thiserror v1.0.63 |
331 | 2024-08-29T14:39:42.286Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2024-08-29T14:39:42.288Z | Downloaded terminal_size v0.3.0 |
333 | 2024-08-29T14:39:42.290Z | Downloaded thread-id v4.2.1 |
334 | 2024-08-29T14:39:42.290Z | Downloaded tabled_derive v0.7.0 |
335 | 2024-08-29T14:39:42.294Z | Downloaded usdt-impl v0.5.0 |
336 | 2024-08-29T14:39:42.294Z | Downloaded unicode-linebreak v0.1.5 |
337 | 2024-08-29T14:39:42.296Z | Downloaded toml_datetime v0.6.8 |
338 | 2024-08-29T14:39:42.296Z | Downloaded smawk v0.3.2 |
339 | 2024-08-29T14:39:42.296Z | Downloaded utf8parse v0.2.1 |
340 | 2024-08-29T14:39:42.296Z | Downloaded usdt v0.5.0 |
341 | 2024-08-29T14:39:42.299Z | Downloaded plain v0.2.3 |
342 | 2024-08-29T14:39:42.299Z | Downloaded cargo_toml v0.20.4 |
343 | 2024-08-29T14:39:42.302Z | Downloaded camino v1.1.9 |
344 | 2024-08-29T14:39:42.302Z | Downloaded anstyle v1.0.8 |
345 | 2024-08-29T14:39:42.304Z | Downloaded once_cell v1.19.0 |
346 | 2024-08-29T14:39:42.306Z | Downloaded semver v1.0.23 |
347 | 2024-08-29T14:39:42.308Z | Downloaded proc-macro-error v1.0.4 |
348 | 2024-08-29T14:39:42.311Z | Downloaded pest_generator v2.7.10 |
349 | 2024-08-29T14:39:42.313Z | Downloaded zerocopy-derive v0.7.34 |
350 | 2024-08-29T14:39:42.316Z | Downloaded clap v4.5.16 |
351 | 2024-08-29T14:39:42.324Z | Downloaded serde v1.0.208 |
352 | 2024-08-29T14:39:42.327Z | Downloaded proc-macro2 v1.0.86 |
353 | 2024-08-29T14:39:42.330Z | Downloaded ucd-trie v0.1.6 |
354 | 2024-08-29T14:39:42.333Z | Downloaded typenum v1.17.0 |
355 | 2024-08-29T14:39:42.335Z | Downloaded memchr v2.7.2 |
356 | 2024-08-29T14:39:42.339Z | Downloaded serde_derive v1.0.208 |
357 | 2024-08-29T14:39:42.342Z | Downloaded toml_edit v0.22.20 |
358 | 2024-08-29T14:39:42.377Z | Downloaded clap_builder v4.5.15 |
359 | 2024-08-29T14:39:42.385Z | Downloaded zerocopy v0.7.34 |
360 | 2024-08-29T14:39:42.399Z | Downloaded goblin v0.8.2 |
361 | 2024-08-29T14:39:42.405Z | Downloaded tabled v0.15.0 |
362 | 2024-08-29T14:39:42.420Z | Downloaded pest v2.7.10 |
363 | 2024-08-29T14:39:42.425Z | Downloaded winnow v0.6.18 |
364 | 2024-08-29T14:39:42.433Z | Downloaded serde_json v1.0.125 |
365 | 2024-08-29T14:39:42.440Z | Downloaded syn v1.0.109 |
366 | 2024-08-29T14:39:42.450Z | Downloaded hashbrown v0.14.5 |
367 | 2024-08-29T14:39:42.456Z | Downloaded syn v2.0.74 |
368 | 2024-08-29T14:39:42.465Z | Downloaded rustix v0.38.34 |
369 | 2024-08-29T14:39:42.487Z | Downloaded unicode-width v0.1.13 |
370 | 2024-08-29T14:39:42.495Z | Downloaded libc v0.2.158 |
371 | 2024-08-29T14:39:42.806Z | Compiling proc-macro2 v1.0.86 |
372 | 2024-08-29T14:39:42.806Z | Compiling unicode-ident v1.0.12 |
373 | 2024-08-29T14:39:42.809Z | Compiling version_check v0.9.5 |
374 | 2024-08-29T14:39:42.809Z | Compiling serde v1.0.208 |
375 | 2024-08-29T14:39:42.809Z | Compiling memchr v2.7.2 |
376 | 2024-08-29T14:39:42.810Z | Compiling thiserror v1.0.63 |
377 | 2024-08-29T14:39:42.810Z | Compiling libc v0.2.158 |
378 | 2024-08-29T14:39:42.841Z | Compiling ucd-trie v0.1.6 |
379 | 2024-08-29T14:39:43.067Z | Compiling itoa v1.0.11 |
380 | 2024-08-29T14:39:43.300Z | Compiling ryu v1.0.18 |
381 | 2024-08-29T14:39:43.507Z | Compiling once_cell v1.19.0 |
382 | 2024-08-29T14:39:43.614Z | Compiling byteorder v1.5.0 |
383 | 2024-08-29T14:39:43.820Z | Compiling rustix v0.38.34 |
384 | 2024-08-29T14:39:43.968Z | Compiling serde_json v1.0.125 |
385 | 2024-08-29T14:39:44.972Z | Compiling bitflags v2.6.0 |
386 | 2024-08-29T14:39:45.015Z | Compiling usdt-impl v0.5.0 |
387 | 2024-08-29T14:39:45.033Z | Compiling proc-macro-error-attr v1.0.4 |
388 | 2024-08-29T14:39:45.098Z | Compiling syn v1.0.109 |
389 | 2024-08-29T14:39:45.304Z | Compiling proc-macro-error v1.0.4 |
390 | 2024-08-29T14:39:45.362Z | Compiling utf8parse v0.2.1 |
391 | 2024-08-29T14:39:45.434Z | Compiling hashbrown v0.14.5 |
392 | 2024-08-29T14:39:45.515Z | Compiling equivalent v1.0.1 |
393 | 2024-08-29T14:39:45.555Z | Compiling plain v0.2.3 |
394 | 2024-08-29T14:39:45.593Z | Compiling camino v1.1.9 |
395 | 2024-08-29T14:39:45.621Z | Compiling log v0.4.21 |
396 | 2024-08-29T14:39:45.715Z | Compiling thread-id v4.2.1 |
397 | 2024-08-29T14:39:45.769Z | Compiling anstyle-parse v0.2.4 |
398 | 2024-08-29T14:39:45.878Z | Compiling quote v1.0.36 |
399 | 2024-08-29T14:39:45.992Z | Compiling semver v1.0.23 |
400 | 2024-08-29T14:39:46.110Z | Compiling colorchoice v1.0.1 |
401 | 2024-08-29T14:39:46.152Z | Compiling errno v0.3.9 |
402 | 2024-08-29T14:39:46.250Z | Compiling syn v2.0.74 |
403 | 2024-08-29T14:39:46.464Z | Compiling winnow v0.6.18 |
404 | 2024-08-29T14:39:46.513Z | Compiling anstyle-query v1.0.3 |
405 | 2024-08-29T14:39:46.571Z | Compiling is_terminal_polyfill v1.70.0 |
406 | 2024-08-29T14:39:46.650Z | Compiling pretty-hex v0.4.1 |
407 | 2024-08-29T14:39:46.695Z | Compiling indexmap v2.4.0 |
408 | 2024-08-29T14:39:46.763Z | Compiling autocfg v1.3.0 |
409 | 2024-08-29T14:39:46.845Z | Compiling unicode-width v0.1.13 |
410 | 2024-08-29T14:39:47.080Z | Compiling anstyle v1.0.8 |
411 | 2024-08-29T14:39:47.557Z | Compiling anstream v0.6.14 |
412 | 2024-08-29T14:39:47.745Z | Compiling fs-err v2.11.0 |
413 | 2024-08-29T14:39:48.130Z | Compiling cfg-if v1.0.0 |
414 | 2024-08-29T14:39:48.195Z | Compiling clap_lex v0.7.0 |
415 | 2024-08-29T14:39:48.218Z | Compiling bytecount v0.6.8 |
416 | 2024-08-29T14:39:48.237Z | Compiling heck v0.4.1 |
417 | 2024-08-29T14:39:48.319Z | Compiling fastrand v2.1.0 |
418 | 2024-08-29T14:39:48.425Z | Compiling terminal_size v0.3.0 |
419 | 2024-08-29T14:39:48.615Z | Compiling heck v0.5.0 |
420 | 2024-08-29T14:39:48.692Z | Compiling fnv v1.0.7 |
421 | 2024-08-29T14:39:48.718Z | Compiling anyhow v1.0.86 |
422 | 2024-08-29T14:39:48.825Z | Compiling strsim v0.11.1 |
423 | 2024-08-29T14:39:48.855Z | Compiling papergrid v0.11.0 |
424 | 2024-08-29T14:39:49.193Z | Compiling clap_builder v4.5.15 |
425 | 2024-08-29T14:39:49.503Z | Compiling tempfile v3.10.1 |
426 | 2024-08-29T14:39:49.812Z | Compiling memmap v0.7.0 |
427 | 2024-08-29T14:39:49.925Z | Compiling smawk v0.3.2 |
428 | 2024-08-29T14:39:50.138Z | Compiling unicode-linebreak v0.1.5 |
429 | 2024-08-29T14:39:50.323Z | Compiling swrite v0.1.0 |
430 | 2024-08-29T14:39:50.550Z | Compiling textwrap v0.16.1 |
431 | 2024-08-29T14:39:51.883Z | Compiling tabled_derive v0.7.0 |
432 | 2024-08-29T14:39:53.382Z | Compiling tabled v0.15.0 |
433 | 2024-08-29T14:39:54.878Z | Compiling serde_derive v1.0.208 |
434 | 2024-08-29T14:39:54.881Z | Compiling thiserror-impl v1.0.63 |
435 | 2024-08-29T14:39:54.881Z | Compiling zerocopy-derive v0.7.34 |
436 | 2024-08-29T14:39:54.881Z | Compiling scroll_derive v0.12.0 |
437 | 2024-08-29T14:39:54.881Z | Compiling clap_derive v4.5.13 |
438 | 2024-08-29T14:39:56.046Z | Compiling scroll v0.12.0 |
439 | 2024-08-29T14:39:56.454Z | Compiling zerocopy v0.7.34 |
440 | 2024-08-29T14:39:56.534Z | Compiling goblin v0.8.2 |
441 | 2024-08-29T14:39:57.469Z | Compiling pest v2.7.10 |
442 | 2024-08-29T14:39:58.639Z | Compiling clap v4.5.16 |
443 | 2024-08-29T14:39:59.630Z | Compiling pest_meta v2.7.10 |
444 | 2024-08-29T14:40:00.491Z | Compiling pest_generator v2.7.10 |
445 | 2024-08-29T14:40:02.192Z | Compiling pest_derive v2.7.10 |
446 | 2024-08-29T14:40:02.930Z | Compiling dtrace-parser v0.2.0 |
447 | 2024-08-29T14:40:04.716Z | Compiling toml_datetime v0.6.8 |
448 | 2024-08-29T14:40:04.718Z | Compiling serde_spanned v0.6.7 |
449 | 2024-08-29T14:40:04.718Z | Compiling cargo-platform v0.1.8 |
450 | 2024-08-29T14:40:05.095Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-08-29T14:40:05.309Z | Compiling toml_edit v0.22.20 |
452 | 2024-08-29T14:40:05.340Z | Compiling macaddr v1.0.1 |
453 | 2024-08-29T14:40:05.370Z | Compiling camino-tempfile v1.1.1 |
454 | 2024-08-29T14:40:06.100Z | Compiling dof v0.3.0 |
455 | 2024-08-29T14:40:06.100Z | Compiling cargo_metadata v0.18.1 |
456 | 2024-08-29T14:40:08.060Z | Compiling toml v0.8.19 |
457 | 2024-08-29T14:40:08.295Z | Compiling usdt-attr-macro v0.5.0 |
458 | 2024-08-29T14:40:08.298Z | Compiling usdt-macro v0.5.0 |
459 | 2024-08-29T14:40:08.869Z | Compiling cargo_toml v0.20.4 |
460 | 2024-08-29T14:40:09.595Z | Compiling usdt v0.5.0 |
461 | 2024-08-29T14:40:12.629Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
462 | 2024-08-29T14:40:16.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.09s |
463 | 2024-08-29T14:40:17.060Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
464 | 2024-08-29T14:40:17.625Z | Downloading crates ... |
465 | 2024-08-29T14:40:17.752Z | Downloaded adler v1.0.2 |
466 | 2024-08-29T14:40:17.757Z | Downloaded allocator-api2 v0.2.18 |
467 | 2024-08-29T14:40:17.763Z | Downloaded ahash v0.8.11 |
468 | 2024-08-29T14:40:17.768Z | Downloaded async-stream-impl v0.3.5 |
469 | 2024-08-29T14:40:17.777Z | Downloaded bitstruct_derive v0.1.0 |
470 | 2024-08-29T14:40:17.780Z | Downloaded darling_macro v0.20.9 |
471 | 2024-08-29T14:40:17.780Z | Downloaded hostname v0.4.0 |
472 | 2024-08-29T14:40:17.782Z | Downloaded http-body v0.4.6 |
473 | 2024-08-29T14:40:17.784Z | Downloaded home v0.5.9 |
474 | 2024-08-29T14:40:17.784Z | Downloaded crucible-workspace-hack v0.1.0 |
475 | 2024-08-29T14:40:17.786Z | Downloaded httparse v1.8.0 |
476 | 2024-08-29T14:40:17.789Z | Downloaded ascii-canvas v3.0.0 |
477 | 2024-08-29T14:40:17.791Z | Downloaded async-recursion v1.1.1 |
478 | 2024-08-29T14:40:17.795Z | Downloaded castaway v0.2.3 |
479 | 2024-08-29T14:40:17.798Z | Downloaded crc-catalog v2.4.0 |
480 | 2024-08-29T14:40:17.800Z | Downloaded is_ci v1.2.0 |
481 | 2024-08-29T14:40:17.802Z | Downloaded cobs v0.2.3 |
482 | 2024-08-29T14:40:17.804Z | Downloaded cipher v0.4.4 |
483 | 2024-08-29T14:40:17.804Z | Downloaded constant_time_eq v0.3.0 |
484 | 2024-08-29T14:40:17.807Z | Downloaded matches v0.1.10 |
485 | 2024-08-29T14:40:17.809Z | Downloaded newtype_derive v0.1.6 |
486 | 2024-08-29T14:40:17.809Z | Downloaded bit-vec v0.6.3 |
487 | 2024-08-29T14:40:17.811Z | Downloaded newline-converter v0.3.0 |
488 | 2024-08-29T14:40:17.813Z | Downloaded convert_case v0.4.0 |
489 | 2024-08-29T14:40:17.813Z | Downloaded aead v0.5.2 |
490 | 2024-08-29T14:40:17.815Z | Downloaded base16ct v0.2.0 |
491 | 2024-08-29T14:40:17.818Z | Downloaded lazycell v1.3.0 |
492 | 2024-08-29T14:40:17.818Z | Downloaded curve25519-dalek-derive v0.1.1 |
493 | 2024-08-29T14:40:17.820Z | Downloaded hubpack v0.1.2 |
494 | 2024-08-29T14:40:17.820Z | Downloaded managed v0.8.0 |
495 | 2024-08-29T14:40:17.822Z | Downloaded http-range v0.1.5 |
496 | 2024-08-29T14:40:17.824Z | Downloaded hubpack_derive v0.1.1 |
497 | 2024-08-29T14:40:17.824Z | Downloaded bitfield-struct v0.6.1 |
498 | 2024-08-29T14:40:17.827Z | Downloaded cfg_aliases v0.1.1 |
499 | 2024-08-29T14:40:17.827Z | Downloaded atty v0.2.14 |
500 | 2024-08-29T14:40:17.830Z | Downloaded async-bb8-diesel v0.2.1 |
501 | 2024-08-29T14:40:17.832Z | Downloaded lru-cache v0.1.2 |
502 | 2024-08-29T14:40:17.832Z | Downloaded crc v3.2.1 |
503 | 2024-08-29T14:40:17.835Z | Downloaded backoff v0.4.0 |
504 | 2024-08-29T14:40:17.838Z | Downloaded ipnetwork v0.20.0 |
505 | 2024-08-29T14:40:17.840Z | Downloaded nodrop v0.1.14 |
506 | 2024-08-29T14:40:17.843Z | Downloaded ciborium-io v0.2.2 |
507 | 2024-08-29T14:40:17.845Z | Downloaded base64ct v1.6.0 |
508 | 2024-08-29T14:40:17.847Z | Downloaded atomicwrites v0.4.3 |
509 | 2024-08-29T14:40:17.849Z | Downloaded mockall v0.13.0 |
510 | 2024-08-29T14:40:17.851Z | Downloaded num v0.4.3 |
511 | 2024-08-29T14:40:17.853Z | Downloaded crunchy v0.2.2 |
512 | 2024-08-29T14:40:17.853Z | Downloaded md-5 v0.10.6 |
513 | 2024-08-29T14:40:17.856Z | Downloaded num-iter v0.1.45 |
514 | 2024-08-29T14:40:17.858Z | Downloaded num-derive v0.4.2 |
515 | 2024-08-29T14:40:17.861Z | Downloaded nanorand v0.7.0 |
516 | 2024-08-29T14:40:17.864Z | Downloaded cstr-argument v0.1.2 |
517 | 2024-08-29T14:40:17.864Z | Downloaded array-init v0.0.4 |
518 | 2024-08-29T14:40:17.864Z | Downloaded bitstruct v0.1.1 |
519 | 2024-08-29T14:40:17.866Z | Downloaded ident_case v1.0.1 |
520 | 2024-08-29T14:40:17.868Z | Downloaded instant v0.1.12 |
521 | 2024-08-29T14:40:17.870Z | Downloaded lock_api v0.4.12 |
522 | 2024-08-29T14:40:17.870Z | Downloaded libloading v0.8.3 |
523 | 2024-08-29T14:40:17.873Z | Downloaded jobserver v0.1.32 |
524 | 2024-08-29T14:40:17.876Z | Downloaded atomic-waker v1.1.2 |
525 | 2024-08-29T14:40:17.878Z | Downloaded memmap2 v0.9.4 |
526 | 2024-08-29T14:40:17.880Z | Downloaded mime v0.3.17 |
527 | 2024-08-29T14:40:17.883Z | Downloaded async-stream v0.3.5 |
528 | 2024-08-29T14:40:17.885Z | Downloaded crossbeam-epoch v0.9.18 |
529 | 2024-08-29T14:40:17.887Z | Downloaded multer v3.1.0 |
530 | 2024-08-29T14:40:17.890Z | Downloaded strum v0.26.3 |
531 | 2024-08-29T14:40:17.893Z | Downloaded is-terminal v0.4.12 |
532 | 2024-08-29T14:40:17.895Z | Downloaded indoc v1.0.9 |
533 | 2024-08-29T14:40:17.898Z | Downloaded match_cfg v0.1.0 |
534 | 2024-08-29T14:40:17.898Z | Downloaded normalize-line-endings v0.3.0 |
535 | 2024-08-29T14:40:17.901Z | Downloaded num-conv v0.1.0 |
536 | 2024-08-29T14:40:17.901Z | Downloaded cbc v0.1.2 |
537 | 2024-08-29T14:40:17.903Z | Downloaded cassowary v0.3.0 |
538 | 2024-08-29T14:40:17.905Z | Downloaded ciborium-ll v0.2.2 |
539 | 2024-08-29T14:40:17.905Z | Downloaded linked-hash-map v0.5.6 |
540 | 2024-08-29T14:40:17.907Z | Downloaded native-tls v0.2.11 |
541 | 2024-08-29T14:40:17.910Z | Downloaded num-complex v0.4.6 |
542 | 2024-08-29T14:40:17.912Z | Downloaded blowfish v0.9.1 |
543 | 2024-08-29T14:40:17.914Z | Downloaded nu-ansi-term v0.50.0 |
544 | 2024-08-29T14:40:17.916Z | Downloaded crossbeam-deque v0.8.5 |
545 | 2024-08-29T14:40:17.919Z | Downloaded structmeta-derive v0.3.0 |
546 | 2024-08-29T14:40:17.919Z | Downloaded bb8 v0.8.5 |
547 | 2024-08-29T14:40:17.921Z | Downloaded cookie v0.18.1 |
548 | 2024-08-29T14:40:17.923Z | Downloaded buf-list v1.0.3 |
549 | 2024-08-29T14:40:17.926Z | Downloaded humantime v2.1.0 |
550 | 2024-08-29T14:40:17.928Z | Downloaded impl-trait-for-tuples v0.2.2 |
551 | 2024-08-29T14:40:17.931Z | Downloaded blake2 v0.10.6 |
552 | 2024-08-29T14:40:17.933Z | Downloaded hmac v0.12.1 |
553 | 2024-08-29T14:40:17.936Z | Downloaded downcast v0.11.0 |
554 | 2024-08-29T14:40:17.938Z | Downloaded serde_path_to_error v0.1.16 |
555 | 2024-08-29T14:40:17.940Z | Downloaded serde_arrays v0.1.0 |
556 | 2024-08-29T14:40:17.942Z | Downloaded arc-swap v1.7.1 |
557 | 2024-08-29T14:40:17.945Z | Downloaded async-trait v0.1.81 |
558 | 2024-08-29T14:40:17.949Z | Downloaded lru v0.12.3 |
559 | 2024-08-29T14:40:17.951Z | Downloaded display-error-chain v0.2.1 |
560 | 2024-08-29T14:40:17.953Z | Downloaded memoffset v0.9.1 |
561 | 2024-08-29T14:40:17.955Z | Downloaded slog-async v2.8.0 |
562 | 2024-08-29T14:40:17.955Z | Downloaded multimap v0.10.0 |
563 | 2024-08-29T14:40:17.958Z | Downloaded maplit v1.0.2 |
564 | 2024-08-29T14:40:17.958Z | Downloaded smf v0.2.3 |
565 | 2024-08-29T14:40:17.960Z | Downloaded opaque-debug v0.3.1 |
566 | 2024-08-29T14:40:17.962Z | Downloaded phf_shared v0.10.0 |
567 | 2024-08-29T14:40:17.962Z | Downloaded num-integer v0.1.46 |
568 | 2024-08-29T14:40:17.965Z | Downloaded nibble_vec v0.1.0 |
569 | 2024-08-29T14:40:17.967Z | Downloaded openssl-macros v0.1.1 |
570 | 2024-08-29T14:40:17.967Z | Downloaded tiny-keccak v2.0.2 |
571 | 2024-08-29T14:40:17.969Z | Downloaded const_format_proc_macros v0.2.32 |
572 | 2024-08-29T14:40:17.972Z | Downloaded cookie v0.17.0 |
573 | 2024-08-29T14:40:17.975Z | Downloaded stringprep v0.1.4 |
574 | 2024-08-29T14:40:17.977Z | Downloaded salsa20 v0.10.2 |
575 | 2024-08-29T14:40:17.979Z | Downloaded quick-error v1.2.3 |
576 | 2024-08-29T14:40:17.982Z | Downloaded csv-core v0.1.11 |
577 | 2024-08-29T14:40:17.982Z | Downloaded thiserror-no-std v2.0.2 |
578 | 2024-08-29T14:40:17.986Z | Downloaded take_mut v0.2.2 |
579 | 2024-08-29T14:40:17.988Z | Downloaded portpicker v0.1.1 |
580 | 2024-08-29T14:40:17.988Z | Downloaded phf_shared v0.11.2 |
581 | 2024-08-29T14:40:17.991Z | Downloaded peg-runtime v0.8.3 |
582 | 2024-08-29T14:40:17.991Z | Downloaded hyper-tls v0.5.0 |
583 | 2024-08-29T14:40:17.993Z | Downloaded darling_core v0.20.9 |
584 | 2024-08-29T14:40:17.997Z | Downloaded serde_derive_internals v0.29.1 |
585 | 2024-08-29T14:40:17.999Z | Downloaded xattr v1.3.1 |
586 | 2024-08-29T14:40:18.002Z | Downloaded wyz v0.5.1 |
587 | 2024-08-29T14:40:18.004Z | Downloaded defmt-macros v0.3.9 |
588 | 2024-08-29T14:40:18.008Z | Downloaded indicatif v0.17.8 |
589 | 2024-08-29T14:40:18.011Z | Downloaded const_format v0.2.32 |
590 | 2024-08-29T14:40:18.016Z | Downloaded sqlparser_derive v0.2.2 |
591 | 2024-08-29T14:40:18.019Z | Downloaded termtree v0.4.1 |
592 | 2024-08-29T14:40:18.021Z | Downloaded fragile v2.0.0 |
593 | 2024-08-29T14:40:18.021Z | Downloaded filetime v0.2.24 |
594 | 2024-08-29T14:40:18.024Z | Downloaded serde-big-array v0.5.1 |
595 | 2024-08-29T14:40:18.026Z | Downloaded phf v0.11.2 |
596 | 2024-08-29T14:40:18.029Z | Downloaded mime_guess v2.0.4 |
597 | 2024-08-29T14:40:18.029Z | Downloaded form_urlencoded v1.2.1 |
598 | 2024-08-29T14:40:18.032Z | Downloaded fixedbitset v0.4.2 |
599 | 2024-08-29T14:40:18.032Z | Downloaded tap v1.0.1 |
600 | 2024-08-29T14:40:18.034Z | Downloaded paste v1.0.15 |
601 | 2024-08-29T14:40:18.036Z | Downloaded rustc-demangle v0.1.24 |
602 | 2024-08-29T14:40:18.038Z | Downloaded crossbeam-utils v0.8.19 |
603 | 2024-08-29T14:40:18.041Z | Downloaded crc-any v2.5.0 |
604 | 2024-08-29T14:40:18.044Z | Downloaded hex v0.4.3 |
605 | 2024-08-29T14:40:18.046Z | Downloaded ron v0.7.1 |
606 | 2024-08-29T14:40:18.051Z | Downloaded heck v0.3.3 |
607 | 2024-08-29T14:40:18.053Z | Downloaded dhcproto-macros v0.1.0 |
608 | 2024-08-29T14:40:18.056Z | Downloaded slog-stdlog v4.1.1 |
609 | 2024-08-29T14:40:18.056Z | Downloaded twox-hash v1.6.3 |
610 | 2024-08-29T14:40:18.058Z | Downloaded sec1 v0.7.3 |
611 | 2024-08-29T14:40:18.061Z | Downloaded polyval v0.6.2 |
612 | 2024-08-29T14:40:18.063Z | Downloaded headers-core v0.2.0 |
613 | 2024-08-29T14:40:18.063Z | Downloaded scrypt v0.11.0 |
614 | 2024-08-29T14:40:18.066Z | Downloaded scopeguard v1.2.0 |
615 | 2024-08-29T14:40:18.068Z | Downloaded similar v2.6.0 |
616 | 2024-08-29T14:40:18.072Z | Downloaded termios v0.3.3 |
617 | 2024-08-29T14:40:18.075Z | Downloaded either v1.13.0 |
618 | 2024-08-29T14:40:18.077Z | Downloaded indexmap v1.9.3 |
619 | 2024-08-29T14:40:18.080Z | Downloaded tokio-native-tls v0.3.1 |
620 | 2024-08-29T14:40:18.082Z | Downloaded deranged v0.3.11 |
621 | 2024-08-29T14:40:18.084Z | Downloaded utf-8 v0.7.6 |
622 | 2024-08-29T14:40:18.087Z | Downloaded rpassword v7.3.1 |
623 | 2024-08-29T14:40:18.087Z | Downloaded which v4.4.2 |
624 | 2024-08-29T14:40:18.089Z | Downloaded option-ext v0.2.0 |
625 | 2024-08-29T14:40:18.089Z | Downloaded funty v2.0.0 |
626 | 2024-08-29T14:40:18.091Z | Downloaded base64 v0.13.1 |
627 | 2024-08-29T14:40:18.094Z | Downloaded termcolor v1.4.1 |
628 | 2024-08-29T14:40:18.096Z | Downloaded semver v0.1.20 |
629 | 2024-08-29T14:40:18.096Z | Downloaded rustc_version v0.1.7 |
630 | 2024-08-29T14:40:18.098Z | Downloaded zeroize v1.7.0 |
631 | 2024-08-29T14:40:18.100Z | Downloaded crypto-bigint v0.5.5 |
632 | 2024-08-29T14:40:18.106Z | Downloaded rtoolbox v0.0.2 |
633 | 2024-08-29T14:40:18.109Z | Downloaded futures-executor v0.3.30 |
634 | 2024-08-29T14:40:18.112Z | Downloaded group v0.13.0 |
635 | 2024-08-29T14:40:18.114Z | Downloaded ena v0.14.3 |
636 | 2024-08-29T14:40:18.114Z | Downloaded mockall_derive v0.13.0 |
637 | 2024-08-29T14:40:18.116Z | Downloaded miniz_oxide v0.7.2 |
638 | 2024-08-29T14:40:18.119Z | Downloaded vte_generate_state_changes v0.1.1 |
639 | 2024-08-29T14:40:18.121Z | Downloaded parking_lot_core v0.8.6 |
640 | 2024-08-29T14:40:18.132Z | Downloaded peg v0.8.4 |
641 | 2024-08-29T14:40:18.136Z | Downloaded num_enum v0.5.11 |
642 | 2024-08-29T14:40:18.142Z | Downloaded base64 v0.22.1 |
643 | 2024-08-29T14:40:18.146Z | Downloaded proc-macro-crate v1.3.1 |
644 | 2024-08-29T14:40:18.149Z | Downloaded vergen v8.3.2 |
645 | 2024-08-29T14:40:18.151Z | Downloaded minimal-lexical v0.2.1 |
646 | 2024-08-29T14:40:18.156Z | Downloaded scheduled-thread-pool v0.2.7 |
647 | 2024-08-29T14:40:18.158Z | Downloaded fallible-streaming-iterator v0.1.9 |
648 | 2024-08-29T14:40:18.161Z | Downloaded sqlformat v0.2.4 |
649 | 2024-08-29T14:40:18.163Z | Downloaded slog-dtrace v0.3.0 |
650 | 2024-08-29T14:40:18.163Z | Downloaded fd-lock v4.0.2 |
651 | 2024-08-29T14:40:18.165Z | Downloaded tracing-core v0.1.32 |
652 | 2024-08-29T14:40:18.169Z | Downloaded tls_codec v0.4.1 |
653 | 2024-08-29T14:40:18.171Z | Downloaded powerfmt v0.2.0 |
654 | 2024-08-29T14:40:18.174Z | Downloaded parse-display-derive v0.10.0 |
655 | 2024-08-29T14:40:18.176Z | Downloaded hickory-resolver v0.24.1 |
656 | 2024-08-29T14:40:18.179Z | Downloaded sigpipe v0.1.3 |
657 | 2024-08-29T14:40:18.181Z | Downloaded elliptic-curve v0.13.8 |
658 | 2024-08-29T14:40:18.184Z | Downloaded socket2 v0.5.7 |
659 | 2024-08-29T14:40:18.186Z | Downloaded toolchain_find v0.4.0 |
660 | 2024-08-29T14:40:18.189Z | Downloaded serde-hex v0.1.0 |
661 | 2024-08-29T14:40:18.191Z | Downloaded schemars_derive v0.8.21 |
662 | 2024-08-29T14:40:18.194Z | Downloaded futures-macro v0.3.30 |
663 | 2024-08-29T14:40:18.194Z | Downloaded postgres-types v0.2.7 |
664 | 2024-08-29T14:40:18.196Z | Downloaded http v1.1.0 |
665 | 2024-08-29T14:40:18.200Z | Downloaded futures-io v0.3.30 |
666 | 2024-08-29T14:40:18.202Z | Downloaded parse-size v1.0.0 |
667 | 2024-08-29T14:40:18.202Z | Downloaded foreign-types v0.3.2 |
668 | 2024-08-29T14:40:18.205Z | Downloaded waitgroup v0.1.2 |
669 | 2024-08-29T14:40:18.205Z | Downloaded http v0.2.12 |
670 | 2024-08-29T14:40:18.209Z | Downloaded strum_macros v0.25.3 |
671 | 2024-08-29T14:40:18.211Z | Downloaded pin-utils v0.1.0 |
672 | 2024-08-29T14:40:18.214Z | Downloaded percent-encoding v2.3.1 |
673 | 2024-08-29T14:40:18.214Z | Downloaded postcard v1.0.8 |
674 | 2024-08-29T14:40:18.217Z | Downloaded walkdir v2.5.0 |
675 | 2024-08-29T14:40:18.221Z | Downloaded serde_urlencoded v0.7.1 |
676 | 2024-08-29T14:40:18.224Z | Downloaded structmeta v0.3.0 |
677 | 2024-08-29T14:40:18.224Z | Downloaded float-cmp v0.9.0 |
678 | 2024-08-29T14:40:18.226Z | Downloaded precomputed-hash v0.1.1 |
679 | 2024-08-29T14:40:18.226Z | Downloaded siphasher v0.3.11 |
680 | 2024-08-29T14:40:18.228Z | Downloaded shlex v1.3.0 |
681 | 2024-08-29T14:40:18.230Z | Downloaded dyn-clone v1.0.17 |
682 | 2024-08-29T14:40:18.230Z | Downloaded aes v0.8.4 |
683 | 2024-08-29T14:40:18.234Z | Downloaded tungstenite v0.23.0 |
684 | 2024-08-29T14:40:18.238Z | Downloaded fxhash v0.2.1 |
685 | 2024-08-29T14:40:18.240Z | Downloaded diesel_table_macro_syntax v0.2.0 |
686 | 2024-08-29T14:40:18.240Z | Downloaded wait-timeout v0.2.0 |
687 | 2024-08-29T14:40:18.243Z | Downloaded russh-cryptovec v0.7.2 |
688 | 2024-08-29T14:40:18.243Z | Downloaded olpc-cjson v0.1.3 |
689 | 2024-08-29T14:40:18.245Z | Downloaded num-traits v0.2.19 |
690 | 2024-08-29T14:40:18.247Z | Downloaded derive_builder v0.20.0 |
691 | 2024-08-29T14:40:18.252Z | Downloaded structmeta-derive v0.2.0 |
692 | 2024-08-29T14:40:18.254Z | Downloaded unicase v2.7.0 |
693 | 2024-08-29T14:40:18.256Z | Downloaded unarray v0.1.4 |
694 | 2024-08-29T14:40:18.258Z | Downloaded pkg-config v0.3.30 |
695 | 2024-08-29T14:40:18.258Z | Downloaded futures-channel v0.3.30 |
696 | 2024-08-29T14:40:18.261Z | Downloaded tabwriter v1.4.0 |
697 | 2024-08-29T14:40:18.263Z | Downloaded want v0.3.1 |
698 | 2024-08-29T14:40:18.263Z | Downloaded pkcs8 v0.10.2 |
699 | 2024-08-29T14:40:18.266Z | Downloaded slog v2.7.0 |
700 | 2024-08-29T14:40:18.270Z | Downloaded path-slash v0.1.5 |
701 | 2024-08-29T14:40:18.272Z | Downloaded stable_deref_trait v1.2.0 |
702 | 2024-08-29T14:40:18.274Z | Downloaded rustc_version v0.4.0 |
703 | 2024-08-29T14:40:18.274Z | Downloaded pin-project-internal v1.1.5 |
704 | 2024-08-29T14:40:18.276Z | Downloaded pkcs1 v0.7.5 |
705 | 2024-08-29T14:40:18.279Z | Downloaded pin-project-lite v0.2.14 |
706 | 2024-08-29T14:40:18.284Z | Downloaded password-hash v0.4.2 |
707 | 2024-08-29T14:40:18.286Z | Downloaded predicates-core v1.0.6 |
708 | 2024-08-29T14:40:18.289Z | Downloaded ppv-lite86 v0.2.17 |
709 | 2024-08-29T14:40:18.291Z | Downloaded tokio-tungstenite v0.20.1 |
710 | 2024-08-29T14:40:18.293Z | Downloaded futures-task v0.3.30 |
711 | 2024-08-29T14:40:18.295Z | Downloaded futures-sink v0.3.30 |
712 | 2024-08-29T14:40:18.295Z | Downloaded zeroize_derive v1.4.2 |
713 | 2024-08-29T14:40:18.295Z | Downloaded slog-envlogger v2.2.0 |
714 | 2024-08-29T14:40:18.298Z | Downloaded num-bigint v0.4.5 |
715 | 2024-08-29T14:40:18.303Z | Downloaded term v0.7.0 |
716 | 2024-08-29T14:40:18.306Z | Downloaded slab v0.4.9 |
717 | 2024-08-29T14:40:18.309Z | Downloaded zone_cfg_derive v0.1.2 |
718 | 2024-08-29T14:40:18.311Z | Downloaded static_assertions v1.1.0 |
719 | 2024-08-29T14:40:18.311Z | Downloaded ssh-encoding v0.2.0 |
720 | 2024-08-29T14:40:18.314Z | Downloaded derive-where v1.2.7 |
721 | 2024-08-29T14:40:18.316Z | Downloaded backtrace v0.3.71 |
722 | 2024-08-29T14:40:18.322Z | Downloaded oso-derive v0.27.3 |
723 | 2024-08-29T14:40:18.324Z | Downloaded time-core v0.1.2 |
724 | 2024-08-29T14:40:18.326Z | Downloaded predicates-tree v1.0.9 |
725 | 2024-08-29T14:40:18.326Z | Downloaded ref-cast-impl v1.0.23 |
726 | 2024-08-29T14:40:18.326Z | Downloaded gethostname v0.5.0 |
727 | 2024-08-29T14:40:18.329Z | Downloaded dirs-sys v0.4.1 |
728 | 2024-08-29T14:40:18.332Z | Downloaded futures v0.3.30 |
729 | 2024-08-29T14:40:18.335Z | Downloaded enum-as-inner v0.6.0 |
730 | 2024-08-29T14:40:18.337Z | Downloaded highway v1.2.0 |
731 | 2024-08-29T14:40:18.340Z | Downloaded mio v1.0.2 |
732 | 2024-08-29T14:40:18.345Z | Downloaded pin-project v1.1.5 |
733 | 2024-08-29T14:40:18.358Z | Downloaded tls_codec_derive v0.4.1 |
734 | 2024-08-29T14:40:18.360Z | Downloaded heapless v0.7.17 |
735 | 2024-08-29T14:40:18.364Z | Downloaded x509-cert v0.2.5 |
736 | 2024-08-29T14:40:18.371Z | Downloaded unicode-bidi v0.3.15 |
737 | 2024-08-29T14:40:18.374Z | Downloaded openssl-probe v0.1.5 |
738 | 2024-08-29T14:40:18.376Z | Downloaded rand v0.8.5 |
739 | 2024-08-29T14:40:18.380Z | Downloaded debug-ignore v1.0.5 |
740 | 2024-08-29T14:40:18.382Z | Downloaded slog-term v2.9.1 |
741 | 2024-08-29T14:40:18.384Z | Downloaded itertools v0.12.1 |
742 | 2024-08-29T14:40:18.392Z | Downloaded spin v0.9.8 |
743 | 2024-08-29T14:40:18.395Z | Downloaded number_prefix v0.4.0 |
744 | 2024-08-29T14:40:18.398Z | Downloaded sync_wrapper v0.1.2 |
745 | 2024-08-29T14:40:18.398Z | Downloaded derive_builder_macro v0.20.0 |
746 | 2024-08-29T14:40:18.400Z | Downloaded pem v3.0.4 |
747 | 2024-08-29T14:40:18.403Z | Downloaded unicode-truncate v1.0.0 |
748 | 2024-08-29T14:40:18.406Z | Downloaded hashlink v0.9.1 |
749 | 2024-08-29T14:40:18.406Z | Downloaded env_logger v0.9.3 |
750 | 2024-08-29T14:40:18.408Z | Downloaded omicron-zone-package v0.11.0 |
751 | 2024-08-29T14:40:18.411Z | Downloaded glob v0.3.1 |
752 | 2024-08-29T14:40:18.413Z | Downloaded openssl-sys v0.9.103 |
753 | 2024-08-29T14:40:18.418Z | Downloaded der v0.7.9 |
754 | 2024-08-29T14:40:18.424Z | Downloaded tinyvec_macros v0.1.1 |
755 | 2024-08-29T14:40:18.426Z | Downloaded endian-type v0.1.2 |
756 | 2024-08-29T14:40:18.426Z | Downloaded embedded-io v0.4.0 |
757 | 2024-08-29T14:40:18.428Z | Downloaded globset v0.4.14 |
758 | 2024-08-29T14:40:18.430Z | Downloaded serde_with_macros v3.9.0 |
759 | 2024-08-29T14:40:18.433Z | Downloaded serde_repr v0.1.19 |
760 | 2024-08-29T14:40:18.435Z | Downloaded rustls-pemfile v2.1.3 |
761 | 2024-08-29T14:40:18.438Z | Downloaded tungstenite v0.20.1 |
762 | 2024-08-29T14:40:18.440Z | Downloaded whoami v1.5.1 |
763 | 2024-08-29T14:40:18.442Z | Downloaded rand_seeder v0.3.0 |
764 | 2024-08-29T14:40:18.445Z | Downloaded packed_struct_codegen v0.10.1 |
765 | 2024-08-29T14:40:18.445Z | Downloaded packed_struct v0.10.1 |
766 | 2024-08-29T14:40:18.447Z | Downloaded tokio-rustls v0.24.1 |
767 | 2024-08-29T14:40:18.449Z | Downloaded rustyline v14.0.0 |
768 | 2024-08-29T14:40:18.455Z | Downloaded tungstenite v0.21.0 |
769 | 2024-08-29T14:40:18.459Z | Downloaded diff v0.1.13 |
770 | 2024-08-29T14:40:18.462Z | Downloaded foreign-types v0.5.0 |
771 | 2024-08-29T14:40:18.465Z | Downloaded owo-colors v4.0.0 |
772 | 2024-08-29T14:40:18.467Z | Downloaded itertools v0.10.5 |
773 | 2024-08-29T14:40:18.473Z | Downloaded libxml v0.3.3 |
774 | 2024-08-29T14:40:18.480Z | Downloaded ref-cast v1.0.23 |
775 | 2024-08-29T14:40:18.483Z | Downloaded thread_local v1.1.8 |
776 | 2024-08-29T14:40:18.485Z | Downloaded dirs-sys-next v0.1.2 |
777 | 2024-08-29T14:40:18.487Z | Downloaded ron v0.8.1 |
778 | 2024-08-29T14:40:18.492Z | Downloaded libm v0.2.8 |
779 | 2024-08-29T14:40:18.500Z | Downloaded tower-service v0.3.2 |
780 | 2024-08-29T14:40:18.503Z | Downloaded signature v2.2.0 |
781 | 2024-08-29T14:40:18.505Z | Downloaded r2d2 v0.8.10 |
782 | 2024-08-29T14:40:18.505Z | Downloaded sha1 v0.10.6 |
783 | 2024-08-29T14:40:19.512Z | Downloaded vte v0.11.1 |
784 | 2024-08-29T14:40:19.516Z | Downloaded pretty-hex v0.2.1 |
785 | 2024-08-29T14:40:19.516Z | Downloaded psl-types v2.0.11 |
786 | 2024-08-29T14:40:19.516Z | Downloaded float-ord v0.3.2 |
787 | 2024-08-29T14:40:19.516Z | Downloaded subprocess v0.2.9 |
788 | 2024-08-29T14:40:19.516Z | Downloaded defmt v0.3.8 |
789 | 2024-08-29T14:40:19.516Z | Downloaded parking_lot v0.11.2 |
790 | 2024-08-29T14:40:19.516Z | Downloaded rand_xorshift v0.3.0 |
791 | 2024-08-29T14:40:19.516Z | Downloaded yasna v0.5.2 |
792 | 2024-08-29T14:40:19.516Z | Downloaded num-bigint-dig v0.8.4 |
793 | 2024-08-29T14:40:19.516Z | Downloaded foreign-types-macros v0.2.3 |
794 | 2024-08-29T14:40:19.516Z | Downloaded socket2 v0.4.10 |
795 | 2024-08-29T14:40:19.516Z | Downloaded hickory-server v0.24.1 |
796 | 2024-08-29T14:40:19.516Z | Downloaded smallvec v0.6.14 |
797 | 2024-08-29T14:40:19.516Z | Downloaded hash32 v0.2.1 |
798 | 2024-08-29T14:40:19.516Z | Downloaded blake3 v1.5.1 |
799 | 2024-08-29T14:40:19.516Z | Downloaded tough v0.17.1 |
800 | 2024-08-29T14:40:19.516Z | Downloaded foreign-types-shared v0.1.1 |
801 | 2024-08-29T14:40:19.516Z | Downloaded hash32 v0.3.1 |
802 | 2024-08-29T14:40:19.516Z | Downloaded password-hash v0.5.0 |
803 | 2024-08-29T14:40:19.516Z | Downloaded serde_yaml v0.9.34+deprecated |
804 | 2024-08-29T14:40:19.516Z | Downloaded nom v7.1.3 |
805 | 2024-08-29T14:40:19.516Z | Downloaded slog-scope v4.4.0 |
806 | 2024-08-29T14:40:19.516Z | Downloaded radium v0.7.0 |
807 | 2024-08-29T14:40:19.517Z | Downloaded zone v0.1.8 |
808 | 2024-08-29T14:40:19.517Z | Downloaded universal-hash v0.5.1 |
809 | 2024-08-29T14:40:19.517Z | Downloaded rand_core v0.6.4 |
810 | 2024-08-29T14:40:19.517Z | Downloaded parse-display v0.10.0 |
811 | 2024-08-29T14:40:19.517Z | Downloaded rustversion v1.0.17 |
812 | 2024-08-29T14:40:19.517Z | Downloaded pkcs5 v0.7.1 |
813 | 2024-08-29T14:40:19.517Z | Downloaded slog-json v2.6.1 |
814 | 2024-08-29T14:40:19.517Z | Downloaded snafu-derive v0.8.2 |
815 | 2024-08-29T14:40:19.517Z | Downloaded test-strategy v0.3.1 |
816 | 2024-08-29T14:40:19.517Z | Downloaded shell-words v1.1.0 |
817 | 2024-08-29T14:40:19.517Z | Downloaded rustls-pemfile v1.0.4 |
818 | 2024-08-29T14:40:19.517Z | Downloaded rustfmt-wrapper v0.2.1 |
819 | 2024-08-29T14:40:19.517Z | Downloaded itertools v0.13.0 |
820 | 2024-08-29T14:40:19.517Z | Downloaded getopts v0.2.21 |
821 | 2024-08-29T14:40:19.517Z | Downloaded tokio-tungstenite v0.21.0 |
822 | 2024-08-29T14:40:19.517Z | Downloaded derive_more v0.99.18 |
823 | 2024-08-29T14:40:19.517Z | Downloaded parking_lot v0.12.2 |
824 | 2024-08-29T14:40:19.517Z | Downloaded poly1305 v0.8.0 |
825 | 2024-08-29T14:40:19.517Z | Downloaded tokio-tungstenite v0.23.1 |
826 | 2024-08-29T14:40:19.517Z | Downloaded dhcproto v0.12.0 |
827 | 2024-08-29T14:40:19.517Z | Downloaded rusty-fork v0.3.0 |
828 | 2024-08-29T14:40:19.517Z | Downloaded postgres-protocol v0.6.7 |
829 | 2024-08-29T14:40:19.517Z | Downloaded hickory-client v0.24.1 |
830 | 2024-08-29T14:40:19.517Z | Downloaded pem-rfc7468 v0.7.0 |
831 | 2024-08-29T14:40:19.517Z | Downloaded russh-keys v0.44.0 |
832 | 2024-08-29T14:40:19.517Z | Downloaded unicode-normalization v0.1.23 |
833 | 2024-08-29T14:40:19.518Z | Downloaded flume v0.11.0 |
834 | 2024-08-29T14:40:19.518Z | Downloaded time-macros v0.2.18 |
835 | 2024-08-29T14:40:19.518Z | Downloaded ecdsa v0.16.9 |
836 | 2024-08-29T14:40:19.518Z | Downloaded hashbrown v0.12.3 |
837 | 2024-08-29T14:40:19.518Z | Downloaded typed-path v0.7.1 |
838 | 2024-08-29T14:40:19.518Z | Downloaded headers v0.3.9 |
839 | 2024-08-29T14:40:19.518Z | Downloaded parking_lot_core v0.9.10 |
840 | 2024-08-29T14:40:19.518Z | Downloaded toml v0.7.8 |
841 | 2024-08-29T14:40:19.518Z | Downloaded bindgen v0.69.4 |
842 | 2024-08-29T14:40:19.518Z | Downloaded unsafe-libyaml v0.2.11 |
843 | 2024-08-29T14:40:19.518Z | Downloaded rcgen v0.12.1 |
844 | 2024-08-29T14:40:19.518Z | Downloaded expectorate v1.1.0 |
845 | 2024-08-29T14:40:19.518Z | Downloaded hashbrown v0.13.2 |
846 | 2024-08-29T14:40:19.518Z | Downloaded portable-atomic v1.6.0 |
847 | 2024-08-29T14:40:19.518Z | Downloaded prettyplease v0.2.20 |
848 | 2024-08-29T14:40:19.518Z | Downloaded h2 v0.3.26 |
849 | 2024-08-29T14:40:19.518Z | Downloaded russh v0.44.1 |
850 | 2024-08-29T14:40:19.518Z | Downloaded uzers v0.11.3 |
851 | 2024-08-29T14:40:19.518Z | Downloaded publicsuffix v2.2.3 |
852 | 2024-08-29T14:40:19.518Z | Downloaded unicode-segmentation v1.11.0 |
853 | 2024-08-29T14:40:19.518Z | Downloaded bitvec v1.0.1 |
854 | 2024-08-29T14:40:19.518Z | Downloaded ssh-key v0.6.6 |
855 | 2024-08-29T14:40:19.518Z | Downloaded unicode_categories v0.1.1 |
856 | 2024-08-29T14:40:19.518Z | Downloaded serde_with v3.9.0 |
857 | 2024-08-29T14:40:19.518Z | Downloaded tracing v0.1.40 |
858 | 2024-08-29T14:40:19.518Z | Downloaded time v0.3.36 |
859 | 2024-08-29T14:40:19.519Z | Downloaded tokio-util v0.7.11 |
860 | 2024-08-29T14:40:19.519Z | Downloaded reedline v0.33.0 |
861 | 2024-08-29T14:40:19.519Z | Downloaded ed25519-dalek v2.1.1 |
862 | 2024-08-29T14:40:19.519Z | Downloaded hkdf v0.12.4 |
863 | 2024-08-29T14:40:19.519Z | Downloaded futures-util v0.3.30 |
864 | 2024-08-29T14:40:19.519Z | Downloaded reqwest v0.11.27 |
865 | 2024-08-29T14:40:19.519Z | Downloaded sqlparser v0.45.0 |
866 | 2024-08-29T14:40:19.519Z | Downloaded url v2.5.2 |
867 | 2024-08-29T14:40:19.519Z | Downloaded rustls-webpki v0.101.7 |
868 | 2024-08-29T14:40:19.519Z | Downloaded flate2 v1.0.31 |
869 | 2024-08-29T14:40:19.519Z | Downloaded rayon v1.10.0 |
870 | 2024-08-29T14:40:19.519Z | Downloaded rusqlite v0.31.0 |
871 | 2024-08-29T14:40:19.519Z | Downloaded proptest v1.5.0 |
872 | 2024-08-29T14:40:19.519Z | Downloaded quick-xml v0.31.0 |
873 | 2024-08-29T14:40:19.519Z | Downloaded rustls v0.21.12 |
874 | 2024-08-29T14:40:19.519Z | Downloaded nix v0.27.1 |
875 | 2024-08-29T14:40:19.519Z | Downloaded rustls-webpki v0.102.4 |
876 | 2024-08-29T14:40:19.519Z | Downloaded object v0.30.4 |
877 | 2024-08-29T14:40:19.519Z | Downloaded dropshot v0.10.1 |
878 | 2024-08-29T14:40:19.519Z | Downloaded gimli v0.28.1 |
879 | 2024-08-29T14:40:19.519Z | Downloaded trust-dns-proto v0.22.0 |
880 | 2024-08-29T14:40:19.519Z | Downloaded smoltcp v0.11.0 |
881 | 2024-08-29T14:40:19.519Z | Downloaded openssl v0.10.66 |
882 | 2024-08-29T14:40:19.519Z | Downloaded regex-syntax v0.8.4 |
883 | 2024-08-29T14:40:19.519Z | Downloaded regex v1.10.6 |
884 | 2024-08-29T14:40:19.522Z | Downloaded radix_trie v0.2.1 |
885 | 2024-08-29T14:40:19.522Z | Downloaded p384 v0.13.0 |
886 | 2024-08-29T14:40:19.522Z | Downloaded webpki-roots v0.25.4 |
887 | 2024-08-29T14:40:19.522Z | Downloaded regex-syntax v0.6.29 |
888 | 2024-08-29T14:40:19.522Z | Downloaded polar-core v0.27.3 |
889 | 2024-08-29T14:40:19.523Z | Downloaded diesel v2.2.3 |
890 | 2024-08-29T14:40:19.523Z | Downloaded rustls v0.22.4 |
891 | 2024-08-29T14:40:19.523Z | Downloaded object v0.32.2 |
892 | 2024-08-29T14:40:19.523Z | Downloaded hickory-proto v0.24.1 |
893 | 2024-08-29T14:40:19.523Z | Downloaded regress v0.9.1 |
894 | 2024-08-29T14:40:19.523Z | Downloaded ratatui v0.28.0 |
895 | 2024-08-29T14:40:19.523Z | Downloaded openapiv3 v2.0.0 |
896 | 2024-08-29T14:40:19.523Z | Downloaded zerocopy-derive v0.6.6 |
897 | 2024-08-29T14:40:19.523Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
898 | 2024-08-29T14:40:19.523Z | Downloaded sled v0.34.7 |
899 | 2024-08-29T14:40:19.523Z | Downloaded nix v0.28.0 |
900 | 2024-08-29T14:40:19.523Z | Downloaded bstr v1.9.1 |
901 | 2024-08-29T14:40:19.523Z | Downloaded petgraph v0.6.5 |
902 | 2024-08-29T14:40:19.523Z | Downloaded idna v0.4.0 |
903 | 2024-08-29T14:40:19.523Z | Downloaded tokio v1.39.3 |
904 | 2024-08-29T14:40:19.523Z | Downloaded csv v1.3.0 |
905 | 2024-08-29T14:40:19.523Z | Downloaded idna v0.5.0 |
906 | 2024-08-29T14:40:19.523Z | Downloaded regex-automata v0.4.6 |
907 | 2024-08-29T14:40:19.523Z | Downloaded idna v0.3.0 |
908 | 2024-08-29T14:40:19.523Z | Downloaded finl_unicode v1.2.0 |
909 | 2024-08-29T14:40:19.523Z | Downloaded p521 v0.13.3 |
910 | 2024-08-29T14:40:19.523Z | Downloaded winnow v0.5.40 |
911 | 2024-08-29T14:40:19.523Z | Downloaded git2 v0.19.0 |
912 | 2024-08-29T14:40:19.523Z | Downloaded vcpkg v0.2.15 |
913 | 2024-08-29T14:40:19.523Z | Downloaded lalrpop v0.19.12 |
914 | 2024-08-29T14:40:19.523Z | Downloaded idna v0.2.3 |
915 | 2024-08-29T14:40:19.523Z | Downloaded curve25519-dalek v4.1.3 |
916 | 2024-08-29T14:40:19.523Z | Downloaded smoltcp v0.9.1 |
917 | 2024-08-29T14:40:19.523Z | Downloaded chrono v0.4.38 |
918 | 2024-08-29T14:40:19.523Z | Downloaded sha3 v0.10.8 |
919 | 2024-08-29T14:40:19.523Z | Downloaded half v2.4.1 |
920 | 2024-08-29T14:40:19.523Z | Downloaded steno v0.4.1 |
921 | 2024-08-29T14:40:19.523Z | Downloaded fallible-iterator v0.2.0 |
922 | 2024-08-29T14:40:19.523Z | Downloaded ed25519 v2.2.3 |
923 | 2024-08-29T14:40:19.523Z | Downloaded resolv-conf v0.7.0 |
924 | 2024-08-29T14:40:19.523Z | Downloaded p256 v0.13.2 |
925 | 2024-08-29T14:40:19.524Z | Downloaded zerocopy v0.6.6 |
926 | 2024-08-29T14:40:19.524Z | Downloaded zip v0.6.6 |
927 | 2024-08-29T14:40:19.524Z | Downloaded diesel_derives v2.2.2 |
928 | 2024-08-29T14:40:19.524Z | Downloaded toml_edit v0.19.15 |
929 | 2024-08-29T14:40:19.524Z | Downloaded hyper v0.14.30 |
930 | 2024-08-29T14:40:19.524Z | Downloaded crossterm v0.28.1 |
931 | 2024-08-29T14:40:19.524Z | Downloaded tokio-macros v2.4.0 |
932 | 2024-08-29T14:40:19.524Z | Downloaded aho-corasick v1.1.3 |
933 | 2024-08-29T14:40:19.524Z | Downloaded thiserror-impl-no-std v2.0.2 |
934 | 2024-08-29T14:40:19.524Z | Downloaded signal-hook-tokio v0.3.1 |
935 | 2024-08-29T14:40:19.524Z | Downloaded fatfs v0.3.6 |
936 | 2024-08-29T14:40:19.524Z | Downloaded peg-macros v0.8.4 |
937 | 2024-08-29T14:40:19.524Z | Downloaded ring v0.17.8 |
938 | 2024-08-29T14:40:19.579Z | Downloaded rsa v0.9.6 |
939 | 2024-08-29T14:40:19.585Z | Downloaded tracing-attributes v0.1.27 |
940 | 2024-08-29T14:40:19.588Z | Downloaded strum_macros v0.26.4 |
941 | 2024-08-29T14:40:19.591Z | Downloaded spin v0.5.2 |
942 | 2024-08-29T14:40:19.591Z | Downloaded tokio-postgres v0.7.11 |
943 | 2024-08-29T14:40:19.594Z | Downloaded heapless v0.8.0 |
944 | 2024-08-29T14:40:19.598Z | Downloaded serde_plain v1.0.2 |
945 | 2024-08-29T14:40:19.600Z | Downloaded schemars v0.8.21 |
946 | 2024-08-29T14:40:19.610Z | Downloaded predicates v3.1.2 |
947 | 2024-08-29T14:40:19.616Z | Downloaded flagset v0.4.5 |
948 | 2024-08-29T14:40:19.618Z | Downloaded fallible-iterator v0.3.0 |
949 | 2024-08-29T14:40:19.619Z | Downloaded untrusted v0.7.1 |
950 | 2024-08-29T14:40:19.619Z | Downloaded signal-hook-registry v1.4.2 |
951 | 2024-08-29T14:40:19.619Z | Downloaded signal-hook-mio v0.2.4 |
952 | 2024-08-29T14:40:19.622Z | Downloaded rand_chacha v0.3.1 |
953 | 2024-08-29T14:40:19.623Z | Downloaded num_enum_derive v0.5.11 |
954 | 2024-08-29T14:40:19.623Z | Downloaded num-rational v0.4.2 |
955 | 2024-08-29T14:40:19.623Z | Downloaded aes-gcm v0.10.3 |
956 | 2024-08-29T14:40:19.626Z | Downloaded subtle v2.5.0 |
957 | 2024-08-29T14:40:19.628Z | Downloaded hex-literal v0.4.1 |
958 | 2024-08-29T14:40:19.628Z | Downloaded tar v0.4.41 |
959 | 2024-08-29T14:40:19.631Z | Downloaded rayon-core v1.12.1 |
960 | 2024-08-29T14:40:19.634Z | Downloaded uuid v1.10.0 |
961 | 2024-08-29T14:40:19.637Z | Downloaded data-encoding v2.6.0 |
962 | 2024-08-29T14:40:19.640Z | Downloaded strip-ansi-escapes v0.2.0 |
963 | 2024-08-29T14:40:19.640Z | Downloaded string_cache v0.8.7 |
964 | 2024-08-29T14:40:19.640Z | Downloaded foreign-types-shared v0.3.1 |
965 | 2024-08-29T14:40:19.643Z | Downloaded vsss-rs v3.3.4 |
966 | 2024-08-29T14:40:19.646Z | Downloaded crossterm v0.27.0 |
967 | 2024-08-29T14:40:19.649Z | Downloaded samael v0.0.15 |
968 | 2024-08-29T14:40:19.655Z | Downloaded enum-as-inner v0.5.1 |
969 | 2024-08-29T14:40:19.657Z | Downloaded oso v0.27.3 |
970 | 2024-08-29T14:40:19.659Z | Downloaded futures-core v0.3.30 |
971 | 2024-08-29T14:40:19.660Z | Downloaded dsl_auto_type v0.1.2 |
972 | 2024-08-29T14:40:19.662Z | Downloaded dropshot_endpoint v0.10.1 |
973 | 2024-08-29T14:40:19.662Z | Downloaded derive_builder_core v0.20.0 |
974 | 2024-08-29T14:40:19.664Z | Downloaded structmeta v0.2.0 |
975 | 2024-08-29T14:40:19.665Z | Downloaded spki v0.7.3 |
976 | 2024-08-29T14:40:19.667Z | Downloaded ff v0.13.0 |
977 | 2024-08-29T14:40:19.669Z | Downloaded der_derive v0.7.2 |
978 | 2024-08-29T14:40:19.669Z | Downloaded dirs-next v2.0.0 |
979 | 2024-08-29T14:40:19.672Z | Downloaded dirs v5.0.1 |
980 | 2024-08-29T14:40:19.672Z | Downloaded difflib v0.4.0 |
981 | 2024-08-29T14:40:19.674Z | Downloaded mio v0.8.11 |
982 | 2024-08-29T14:40:19.677Z | Downloaded same-file v1.0.6 |
983 | 2024-08-29T14:40:19.680Z | Downloaded primeorder v0.13.6 |
984 | 2024-08-29T14:40:19.682Z | Downloaded tui-tree-widget v0.22.0 |
985 | 2024-08-29T14:40:19.682Z | Downloaded compact_str v0.8.0 |
986 | 2024-08-29T14:40:19.684Z | Downloaded tinyvec v1.6.0 |
987 | 2024-08-29T14:40:19.688Z | Downloaded signal-hook v0.3.17 |
988 | 2024-08-29T14:40:19.690Z | Downloaded encoding_rs v0.8.34 |
989 | 2024-08-29T14:40:19.712Z | Downloaded pbkdf2 v0.12.2 |
990 | 2024-08-29T14:40:19.714Z | Downloaded pbkdf2 v0.11.0 |
991 | 2024-08-29T14:40:19.717Z | Downloaded try-lock v0.2.5 |
992 | 2024-08-29T14:40:19.717Z | Downloaded getrandom v0.2.14 |
993 | 2024-08-29T14:40:19.719Z | Downloaded snafu v0.8.2 |
994 | 2024-08-29T14:40:19.725Z | Downloaded crossbeam-channel v0.5.12 |
995 | 2024-08-29T14:40:19.729Z | Downloaded rfc6979 v0.4.0 |
996 | 2024-08-29T14:40:19.731Z | Downloaded erased-serde v0.3.31 |
997 | 2024-08-29T14:40:19.734Z | Downloaded env_logger v0.10.2 |
998 | 2024-08-29T14:40:19.737Z | Downloaded supports-color v3.0.0 |
999 | 2024-08-29T14:40:19.737Z | Downloaded strum_macros v0.24.3 |
1000 | 2024-08-29T14:40:19.740Z | Downloaded secrecy v0.8.0 |
1001 | 2024-08-29T14:40:19.740Z | Downloaded newtype-uuid v1.1.0 |
1002 | 2024-08-29T14:40:19.740Z | Downloaded ssh-cipher v0.2.0 |
1003 | 2024-08-29T14:40:19.742Z | Downloaded rustc-hash v1.1.0 |
1004 | 2024-08-29T14:40:19.742Z | Downloaded unicode-xid v0.2.4 |
1005 | 2024-08-29T14:40:19.745Z | Downloaded tokio-stream v0.1.15 |
1006 | 2024-08-29T14:40:19.747Z | Downloaded sct v0.7.1 |
1007 | 2024-08-29T14:40:19.752Z | Downloaded rustls-pki-types v1.7.0 |
1008 | 2024-08-29T14:40:19.752Z | Downloaded ghash v0.5.1 |
1009 | 2024-08-29T14:40:19.757Z | Downloaded tokio-rustls v0.25.0 |
1010 | 2024-08-29T14:40:19.757Z | Downloaded const-oid v0.9.6 |
1011 | 2024-08-29T14:40:19.757Z | Downloaded clang-sys v1.7.0 |
1012 | 2024-08-29T14:40:19.761Z | Downloaded smallvec v1.13.2 |
1013 | 2024-08-29T14:40:19.763Z | Downloaded ipnet v2.9.0 |
1014 | 2024-08-29T14:40:19.763Z | Downloaded defmt-parser v0.3.4 |
1015 | 2024-08-29T14:40:19.766Z | Downloaded cc v1.0.97 |
1016 | 2024-08-29T14:40:19.768Z | Downloaded base64 v0.21.7 |
1017 | 2024-08-29T14:40:19.770Z | Downloaded untrusted v0.9.0 |
1018 | 2024-08-29T14:40:19.773Z | Downloaded hyper-rustls v0.24.2 |
1019 | 2024-08-29T14:40:19.776Z | Downloaded bytes v1.7.1 |
1020 | 2024-08-29T14:40:19.778Z | Downloaded topological-sort v0.2.2 |
1021 | 2024-08-29T14:40:19.778Z | Downloaded cancel-safe-futures v0.1.5 |
1022 | 2024-08-29T14:40:19.782Z | Downloaded darling v0.20.9 |
1023 | 2024-08-29T14:40:19.786Z | Downloaded cookie_store v0.20.0 |
1024 | 2024-08-29T14:40:19.791Z | Downloaded chacha20poly1305 v0.10.1 |
1025 | 2024-08-29T14:40:19.791Z | Downloaded bzip2 v0.4.4 |
1026 | 2024-08-29T14:40:19.793Z | Downloaded crc32fast v1.4.0 |
1027 | 2024-08-29T14:40:19.793Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1028 | 2024-08-29T14:40:19.851Z | Downloaded colored v2.1.0 |
1029 | 2024-08-29T14:40:19.854Z | Downloaded maybe-uninit v2.0.0 |
1030 | 2024-08-29T14:40:19.856Z | Downloaded bcs v0.1.6 |
1031 | 2024-08-29T14:40:19.856Z | Downloaded num_threads v0.1.7 |
1032 | 2024-08-29T14:40:19.859Z | Downloaded slog-bunyan v2.5.0 |
1033 | 2024-08-29T14:40:19.859Z | Downloaded libefi-sys v0.1.0 |
1034 | 2024-08-29T14:40:19.859Z | Downloaded keccak v0.1.5 |
1035 | 2024-08-29T14:40:19.861Z | Downloaded libsw v3.3.1 |
1036 | 2024-08-29T14:40:19.863Z | Downloaded lazy_static v1.5.0 |
1037 | 2024-08-29T14:40:19.863Z | Downloaded instability v0.3.2 |
1038 | 2024-08-29T14:40:19.866Z | Downloaded bitfield v0.14.0 |
1039 | 2024-08-29T14:40:19.866Z | Downloaded new_debug_unreachable v1.0.6 |
1040 | 2024-08-29T14:40:19.869Z | Downloaded md5 v0.7.0 |
1041 | 2024-08-29T14:40:19.869Z | Downloaded chacha20 v0.9.1 |
1042 | 2024-08-29T14:40:19.869Z | Downloaded cexpr v0.6.0 |
1043 | 2024-08-29T14:40:19.872Z | Downloaded bit-set v0.5.3 |
1044 | 2024-08-29T14:40:19.872Z | Downloaded iana-time-zone v0.1.60 |
1045 | 2024-08-29T14:40:19.874Z | Downloaded ctr v0.9.2 |
1046 | 2024-08-29T14:40:19.876Z | Downloaded console v0.15.8 |
1047 | 2024-08-29T14:40:19.878Z | Downloaded httpdate v1.0.3 |
1048 | 2024-08-29T14:40:19.881Z | Downloaded lalrpop-util v0.19.12 |
1049 | 2024-08-29T14:40:19.881Z | Downloaded kstat-rs v0.2.4 |
1050 | 2024-08-29T14:40:19.881Z | Downloaded hostname v0.3.1 |
1051 | 2024-08-29T14:40:19.883Z | Downloaded internet-checksum v0.2.1 |
1052 | 2024-08-29T14:40:19.883Z | Downloaded addr2line v0.21.0 |
1053 | 2024-08-29T14:40:19.885Z | Downloaded hyper-staticfile v0.9.5 |
1054 | 2024-08-29T14:40:19.888Z | Downloaded arrayvec v0.7.4 |
1055 | 2024-08-29T14:40:19.890Z | Downloaded ciborium v0.2.2 |
1056 | 2024-08-29T14:40:19.893Z | Downloaded linear-map v1.2.0 |
1057 | 2024-08-29T14:40:19.895Z | Downloaded inout v0.1.3 |
1058 | 2024-08-29T14:40:19.895Z | Downloaded indent_write v2.2.0 |
1059 | 2024-08-29T14:40:19.895Z | Downloaded ascii v1.1.0 |
1060 | 2024-08-29T14:40:19.898Z | Downloaded argon2 v0.5.3 |
1061 | 2024-08-29T14:40:19.900Z | Downloaded block-padding v0.3.3 |
1062 | 2024-08-29T14:40:19.900Z | Downloaded bitflags v1.3.2 |
1063 | 2024-08-29T14:40:19.902Z | Downloaded bcrypt-pbkdf v0.10.0 |
1064 | 2024-08-29T14:40:19.905Z | Downloaded assert_matches v1.5.0 |
1065 | 2024-08-29T14:40:19.905Z | Downloaded arrayref v0.3.7 |
1066 | 2024-08-29T14:40:20.356Z | Downloaded libz-sys v1.1.16 |
1067 | 2024-08-29T14:40:20.542Z | Downloaded libsqlite3-sys v0.28.0 |
1068 | 2024-08-29T14:40:20.619Z | Downloaded ring v0.16.20 |
1069 | 2024-08-29T14:40:20.787Z | Compiling serde v1.0.208 |
1070 | 2024-08-29T14:40:20.789Z | Compiling typenum v1.17.0 |
1071 | 2024-08-29T14:40:20.789Z | Compiling generic-array v0.14.7 |
1072 | 2024-08-29T14:40:20.789Z | Compiling lock_api v0.4.12 |
1073 | 2024-08-29T14:40:20.789Z | Compiling scopeguard v1.2.0 |
1074 | 2024-08-29T14:40:20.934Z | Compiling log v0.4.21 |
1075 | 2024-08-29T14:40:20.956Z | Compiling syn v2.0.74 |
1076 | 2024-08-29T14:40:20.959Z | Compiling getrandom v0.2.14 |
1077 | 2024-08-29T14:40:21.102Z | Compiling jobserver v0.1.32 |
1078 | 2024-08-29T14:40:21.224Z | Compiling rand_core v0.6.4 |
1079 | 2024-08-29T14:40:21.433Z | Compiling subtle v2.5.0 |
1080 | 2024-08-29T14:40:21.464Z | Compiling cc v1.0.97 |
1081 | 2024-08-29T14:40:21.477Z | Compiling const-oid v0.9.6 |
1082 | 2024-08-29T14:40:21.723Z | Compiling pin-project-lite v0.2.14 |
1083 | 2024-08-29T14:40:21.765Z | Compiling smallvec v1.13.2 |
1084 | 2024-08-29T14:40:21.840Z | Compiling parking_lot_core v0.9.10 |
1085 | 2024-08-29T14:40:21.905Z | Compiling signal-hook-registry v1.4.2 |
1086 | 2024-08-29T14:40:22.018Z | Compiling spin v0.9.8 |
1087 | 2024-08-29T14:40:22.149Z | Compiling mio v1.0.2 |
1088 | 2024-08-29T14:40:22.395Z | Compiling ahash v0.8.11 |
1089 | 2024-08-29T14:40:22.663Z | Compiling tinyvec_macros v0.1.1 |
1090 | 2024-08-29T14:40:22.842Z | Compiling parking_lot v0.12.2 |
1091 | 2024-08-29T14:40:22.907Z | Compiling tinyvec v1.6.0 |
1092 | 2024-08-29T14:40:23.097Z | Compiling socket2 v0.5.7 |
1093 | 2024-08-29T14:40:23.487Z | Compiling futures-sink v0.3.30 |
1094 | 2024-08-29T14:40:23.511Z | Compiling serde_json v1.0.125 |
1095 | 2024-08-29T14:40:23.648Z | Compiling libm v0.2.8 |
1096 | 2024-08-29T14:40:23.753Z | Compiling futures-core v0.3.30 |
1097 | 2024-08-29T14:40:23.884Z | Compiling cpufeatures v0.2.12 |
1098 | 2024-08-29T14:40:23.988Z | Compiling slab v0.4.9 |
1099 | 2024-08-29T14:40:24.027Z | Compiling num-traits v0.2.19 |
1100 | 2024-08-29T14:40:24.046Z | Compiling unicode-bidi v0.3.15 |
1101 | 2024-08-29T14:40:24.087Z | Compiling allocator-api2 v0.2.18 |
1102 | 2024-08-29T14:40:24.456Z | Compiling unicode-normalization v0.1.23 |
1103 | 2024-08-29T14:40:24.548Z | Compiling futures-channel v0.3.30 |
1104 | 2024-08-29T14:40:24.796Z | Compiling futures-io v0.3.30 |
1105 | 2024-08-29T14:40:24.897Z | Compiling pin-utils v0.1.0 |
1106 | 2024-08-29T14:40:24.979Z | Compiling vcpkg v0.2.15 |
1107 | 2024-08-29T14:40:25.000Z | Compiling futures-task v0.3.30 |
1108 | 2024-08-29T14:40:25.292Z | Compiling pkg-config v0.3.30 |
1109 | 2024-08-29T14:40:25.591Z | Compiling base64ct v1.6.0 |
1110 | 2024-08-29T14:40:25.632Z | Compiling flagset v0.4.5 |
1111 | 2024-08-29T14:40:25.715Z | Compiling percent-encoding v2.3.1 |
1112 | 2024-08-29T14:40:25.785Z | Compiling ring v0.17.8 |
1113 | 2024-08-29T14:40:25.903Z | Compiling ppv-lite86 v0.2.17 |
1114 | 2024-08-29T14:40:26.134Z | Compiling pem-rfc7468 v0.7.0 |
1115 | 2024-08-29T14:40:26.216Z | Compiling tracing-core v0.1.32 |
1116 | 2024-08-29T14:40:26.686Z | Compiling rand_chacha v0.3.1 |
1117 | 2024-08-29T14:40:26.844Z | Compiling rustix v0.38.34 |
1118 | 2024-08-29T14:40:26.871Z | Compiling untrusted v0.9.0 |
1119 | 2024-08-29T14:40:27.046Z | Compiling rand v0.8.5 |
1120 | 2024-08-29T14:40:27.192Z | Compiling foreign-types-shared v0.1.1 |
1121 | 2024-08-29T14:40:27.241Z | Compiling openssl-sys v0.9.103 |
1122 | 2024-08-29T14:40:27.295Z | Compiling rustversion v1.0.17 |
1123 | 2024-08-29T14:40:27.505Z | Compiling powerfmt v0.2.0 |
1124 | 2024-08-29T14:40:27.730Z | Compiling openssl v0.10.66 |
1125 | 2024-08-29T14:40:27.897Z | Compiling httparse v1.8.0 |
1126 | 2024-08-29T14:40:28.026Z | Compiling time-core v0.1.2 |
1127 | 2024-08-29T14:40:28.133Z | Compiling num-conv v0.1.0 |
1128 | 2024-08-29T14:40:28.233Z | Compiling deranged v0.3.11 |
1129 | 2024-08-29T14:40:28.328Z | Compiling foreign-types v0.3.2 |
1130 | 2024-08-29T14:40:28.378Z | Compiling time-macros v0.2.18 |
1131 | 2024-08-29T14:40:28.415Z | Compiling form_urlencoded v1.2.1 |
1132 | 2024-08-29T14:40:28.708Z | Compiling aho-corasick v1.1.3 |
1133 | 2024-08-29T14:40:28.712Z | Compiling syn v1.0.109 |
1134 | 2024-08-29T14:40:28.755Z | Compiling rustls v0.21.12 |
1135 | 2024-08-29T14:40:29.015Z | Compiling try-lock v0.2.5 |
1136 | 2024-08-29T14:40:29.141Z | Compiling native-tls v0.2.11 |
1137 | 2024-08-29T14:40:29.339Z | Compiling crossbeam-utils v0.8.19 |
1138 | 2024-08-29T14:40:29.392Z | Compiling num_threads v0.1.7 |
1139 | 2024-08-29T14:40:29.516Z | Compiling regex-syntax v0.8.4 |
1140 | 2024-08-29T14:40:29.806Z | Compiling siphasher v0.3.11 |
1141 | 2024-08-29T14:40:30.010Z | Compiling want v0.3.1 |
1142 | 2024-08-29T14:40:30.734Z | Compiling idna v0.5.0 |
1143 | 2024-08-29T14:40:31.167Z | Compiling time v0.3.36 |
1144 | 2024-08-29T14:40:31.484Z | Compiling cookie v0.17.0 |
1145 | 2024-08-29T14:40:31.767Z | Compiling httpdate v1.0.3 |
1146 | 2024-08-29T14:40:31.897Z | Compiling tower-service v0.3.2 |
1147 | 2024-08-29T14:40:32.005Z | Compiling openssl-probe v0.1.5 |
1148 | 2024-08-29T14:40:32.268Z | Compiling iana-time-zone v0.1.60 |
1149 | 2024-08-29T14:40:32.327Z | Compiling slog v2.7.0 |
1150 | 2024-08-29T14:40:32.678Z | Compiling regex-automata v0.4.6 |
1151 | 2024-08-29T14:40:32.873Z | Compiling finl_unicode v1.2.0 |
1152 | 2024-08-29T14:40:33.303Z | Compiling adler v1.0.2 |
1153 | 2024-08-29T14:40:33.380Z | Compiling stringprep v0.1.4 |
1154 | 2024-08-29T14:40:33.451Z | Compiling miniz_oxide v0.7.2 |
1155 | 2024-08-29T14:40:33.508Z | Compiling url v2.5.2 |
1156 | 2024-08-29T14:40:34.758Z | Compiling serde_derive v1.0.208 |
1157 | 2024-08-29T14:40:34.908Z | Compiling zeroize_derive v1.4.2 |
1158 | 2024-08-29T14:40:35.300Z | Compiling zerocopy-derive v0.7.34 |
1159 | 2024-08-29T14:40:35.386Z | Compiling tokio-macros v2.4.0 |
1160 | 2024-08-29T14:40:35.979Z | Compiling thiserror-impl v1.0.63 |
1161 | 2024-08-29T14:40:36.477Z | Compiling zeroize v1.7.0 |
1162 | 2024-08-29T14:40:36.971Z | Compiling futures-macro v0.3.30 |
1163 | 2024-08-29T14:40:37.463Z | Compiling zerocopy v0.7.34 |
1164 | 2024-08-29T14:40:38.234Z | Compiling crypto-common v0.1.6 |
1165 | 2024-08-29T14:40:38.464Z | Compiling block-buffer v0.10.4 |
1166 | 2024-08-29T14:40:38.700Z | Compiling digest v0.10.7 |
1167 | 2024-08-29T14:40:38.922Z | Compiling block-padding v0.3.3 |
1168 | 2024-08-29T14:40:39.110Z | Compiling hmac v0.12.1 |
1169 | 2024-08-29T14:40:39.163Z | Compiling inout v0.1.3 |
1170 | 2024-08-29T14:40:39.202Z | Compiling thiserror v1.0.63 |
1171 | 2024-08-29T14:40:39.327Z | Compiling sha2 v0.10.8 |
1172 | 2024-08-29T14:40:39.345Z | Compiling futures-util v0.3.30 |
1173 | 2024-08-29T14:40:39.410Z | Compiling cipher v0.4.4 |
1174 | 2024-08-29T14:40:39.686Z | Compiling hashbrown v0.14.5 |
1175 | 2024-08-29T14:40:39.925Z | Compiling pest v2.7.10 |
1176 | 2024-08-29T14:40:41.057Z | Compiling der_derive v0.7.2 |
1177 | 2024-08-29T14:40:42.622Z | Compiling pest_meta v2.7.10 |
1178 | 2024-08-29T14:40:42.692Z | Compiling salsa20 v0.10.2 |
1179 | 2024-08-29T14:40:42.744Z | Compiling pbkdf2 v0.12.2 |
1180 | 2024-08-29T14:40:42.913Z | Compiling tracing-attributes v0.1.27 |
1181 | 2024-08-29T14:40:42.946Z | Compiling scroll_derive v0.12.0 |
1182 | 2024-08-29T14:40:43.565Z | Compiling der v0.7.9 |
1183 | 2024-08-29T14:40:44.426Z | Compiling scroll v0.12.0 |
1184 | 2024-08-29T14:40:44.735Z | Compiling pest_generator v2.7.10 |
1185 | 2024-08-29T14:40:44.996Z | Compiling scrypt v0.11.0 |
1186 | 2024-08-29T14:40:45.550Z | Compiling spki v0.7.3 |
1187 | 2024-08-29T14:40:45.925Z | Compiling aes v0.8.4 |
1188 | 2024-08-29T14:40:46.754Z | Compiling cbc v0.1.2 |
1189 | 2024-08-29T14:40:46.757Z | Compiling tracing v0.1.40 |
1190 | 2024-08-29T14:40:46.848Z | Compiling goblin v0.8.2 |
1191 | 2024-08-29T14:40:46.998Z | Compiling pkcs5 v0.7.1 |
1192 | 2024-08-29T14:40:47.311Z | Compiling openssl-macros v0.1.1 |
1193 | 2024-08-29T14:40:47.642Z | Compiling pest_derive v2.7.10 |
1194 | 2024-08-29T14:40:48.078Z | Compiling pkcs8 v0.10.2 |
1195 | 2024-08-29T14:40:48.136Z | Compiling sct v0.7.1 |
1196 | 2024-08-29T14:40:48.178Z | Compiling rustls-webpki v0.101.7 |
1197 | 2024-08-29T14:40:48.464Z | Compiling md-5 v0.10.6 |
1198 | 2024-08-29T14:40:48.481Z | Compiling dtrace-parser v0.2.0 |
1199 | 2024-08-29T14:40:48.723Z | Compiling bytes v1.7.1 |
1200 | 2024-08-29T14:40:48.814Z | Compiling bitflags v2.6.0 |
1201 | 2024-08-29T14:40:49.082Z | Compiling indexmap v2.4.0 |
1202 | 2024-08-29T14:40:49.229Z | Compiling semver v1.0.23 |
1203 | 2024-08-29T14:40:49.966Z | Compiling tokio v1.39.3 |
1204 | 2024-08-29T14:40:49.969Z | Compiling http v0.2.12 |
1205 | 2024-08-29T14:40:49.997Z | Compiling rustc_version v0.4.0 |
1206 | 2024-08-29T14:40:50.574Z | Compiling uuid v1.10.0 |
1207 | 2024-08-29T14:40:50.762Z | Compiling heapless v0.7.17 |
1208 | 2024-08-29T14:40:52.009Z | Compiling http-body v0.4.6 |
1209 | 2024-08-29T14:40:52.165Z | Compiling serde_tokenstream v0.2.2 |
1210 | 2024-08-29T14:40:52.453Z | Compiling dof v0.3.0 |
1211 | 2024-08-29T14:40:52.499Z | Compiling serde_spanned v0.6.7 |
1212 | 2024-08-29T14:40:52.746Z | Compiling toml_datetime v0.6.8 |
1213 | 2024-08-29T14:40:52.820Z | Compiling chrono v0.4.38 |
1214 | 2024-08-29T14:40:53.094Z | Compiling num-integer v0.1.46 |
1215 | 2024-08-29T14:40:53.272Z | Compiling usdt-impl v0.5.0 |
1216 | 2024-08-29T14:40:53.891Z | Compiling backtrace v0.3.71 |
1217 | 2024-08-29T14:40:54.382Z | Compiling idna v0.3.0 |
1218 | 2024-08-29T14:40:54.638Z | Compiling lazy_static v1.5.0 |
1219 | 2024-08-29T14:40:54.764Z | Compiling hash32 v0.2.1 |
1220 | 2024-08-29T14:40:54.861Z | Compiling base64 v0.22.1 |
1221 | 2024-08-29T14:40:55.136Z | Compiling fallible-iterator v0.2.0 |
1222 | 2024-08-29T14:40:55.623Z | Compiling smoltcp v0.9.1 |
1223 | 2024-08-29T14:40:55.843Z | Compiling signal-hook v0.3.17 |
1224 | 2024-08-29T14:40:55.984Z | Compiling stable_deref_trait v1.2.0 |
1225 | 2024-08-29T14:40:56.088Z | Compiling cfg_aliases v0.1.1 |
1226 | 2024-08-29T14:40:56.120Z | Compiling num-bigint-dig v0.8.4 |
1227 | 2024-08-29T14:40:56.186Z | Compiling psl-types v2.0.11 |
1228 | 2024-08-29T14:40:56.387Z | Compiling crc32fast v1.4.0 |
1229 | 2024-08-29T14:40:56.421Z | Compiling gimli v0.28.1 |
1230 | 2024-08-29T14:40:56.543Z | Compiling publicsuffix v2.2.3 |
1231 | 2024-08-29T14:40:56.814Z | Compiling nix v0.28.0 |
1232 | 2024-08-29T14:40:56.992Z | Compiling postgres-protocol v0.6.7 |
1233 | 2024-08-29T14:40:57.178Z | Compiling num-iter v0.1.45 |
1234 | 2024-08-29T14:40:57.367Z | Compiling terminal_size v0.3.0 |
1235 | 2024-08-29T14:40:57.569Z | Compiling hubpack_derive v0.1.1 |
1236 | 2024-08-29T14:40:57.589Z | Compiling zerocopy-derive v0.6.6 |
1237 | 2024-08-29T14:40:58.182Z | Compiling tokio-util v0.7.11 |
1238 | 2024-08-29T14:40:58.338Z | Compiling tokio-native-tls v0.3.1 |
1239 | 2024-08-29T14:40:58.531Z | Compiling tokio-rustls v0.24.1 |
1240 | 2024-08-29T14:40:58.619Z | Compiling async-trait v0.1.81 |
1241 | 2024-08-29T14:40:59.079Z | Compiling h2 v0.3.26 |
1242 | 2024-08-29T14:40:59.721Z | Compiling phf_shared v0.11.2 |
1243 | 2024-08-29T14:41:00.052Z | Compiling serde_derive_internals v0.29.1 |
1244 | 2024-08-29T14:41:00.102Z | Compiling ff v0.13.0 |
1245 | 2024-08-29T14:41:00.190Z | Compiling object v0.32.2 |
1246 | 2024-08-29T14:41:00.310Z | Compiling fs-err v2.11.0 |
1247 | 2024-08-29T14:41:00.329Z | Compiling winnow v0.5.40 |
1248 | 2024-08-29T14:41:00.607Z | Compiling ipnet v2.9.0 |
1249 | 2024-08-29T14:41:01.376Z | Compiling addr2line v0.21.0 |
1250 | 2024-08-29T14:41:01.395Z | Compiling either v1.13.0 |
1251 | 2024-08-29T14:41:01.822Z | Compiling managed v0.8.0 |
1252 | 2024-08-29T14:41:01.840Z | Compiling rustc-demangle v0.1.24 |
1253 | 2024-08-29T14:41:02.062Z | Compiling anyhow v1.0.86 |
1254 | 2024-08-29T14:41:02.271Z | Compiling schemars v0.8.21 |
1255 | 2024-08-29T14:41:02.641Z | Compiling base64 v0.21.7 |
1256 | 2024-08-29T14:41:02.740Z | Compiling bitflags v1.3.2 |
1257 | 2024-08-29T14:41:02.773Z | Compiling base16ct v0.2.0 |
1258 | 2024-08-29T14:41:02.884Z | Compiling clap_builder v4.5.15 |
1259 | 2024-08-29T14:41:03.113Z | Compiling sec1 v0.7.3 |
1260 | 2024-08-29T14:41:03.413Z | Compiling rustls-pemfile v1.0.4 |
1261 | 2024-08-29T14:41:03.701Z | Compiling schemars_derive v0.8.21 |
1262 | 2024-08-29T14:41:03.869Z | Compiling toml_edit v0.19.15 |
1263 | 2024-08-29T14:41:04.571Z | Compiling group v0.13.0 |
1264 | 2024-08-29T14:41:04.873Z | Compiling phf v0.11.2 |
1265 | 2024-08-29T14:41:04.946Z | Compiling zerocopy v0.6.6 |
1266 | 2024-08-29T14:41:05.006Z | Compiling cookie_store v0.20.0 |
1267 | 2024-08-29T14:41:05.157Z | Compiling hubpack v0.1.2 |
1268 | 2024-08-29T14:41:05.609Z | Compiling postgres-types v0.2.7 |
1269 | 2024-08-29T14:41:05.766Z | Compiling hyper v0.14.30 |
1270 | 2024-08-29T14:41:07.097Z | Compiling usdt-macro v0.5.0 |
1271 | 2024-08-29T14:41:07.382Z | Compiling usdt-attr-macro v0.5.0 |
1272 | 2024-08-29T14:41:09.345Z | Compiling serde_urlencoded v0.7.1 |
1273 | 2024-08-29T14:41:09.371Z | Compiling pkcs1 v0.7.5 |
1274 | 2024-08-29T14:41:09.609Z | Compiling futures-executor v0.3.30 |
1275 | 2024-08-29T14:41:09.853Z | Compiling hkdf v0.12.4 |
1276 | 2024-08-29T14:41:10.119Z | Compiling signature v2.2.0 |
1277 | 2024-08-29T14:41:10.149Z | Compiling crypto-bigint v0.5.5 |
1278 | 2024-08-29T14:41:10.392Z | Compiling regex v1.10.6 |
1279 | 2024-08-29T14:41:10.413Z | Compiling bstr v1.9.1 |
1280 | 2024-08-29T14:41:10.535Z | Compiling enum-as-inner v0.6.0 |
1281 | 2024-08-29T14:41:11.493Z | Compiling serde_repr v0.1.19 |
1282 | 2024-08-29T14:41:11.637Z | Compiling clap_derive v4.5.13 |
1283 | 2024-08-29T14:41:11.722Z | Compiling strum_macros v0.25.3 |
1284 | 2024-08-29T14:41:12.031Z | Compiling phf_shared v0.10.0 |
1285 | 2024-08-29T14:41:12.171Z | Compiling float-cmp v0.9.0 |
1286 | 2024-08-29T14:41:12.396Z | Compiling idna v0.4.0 |
1287 | 2024-08-29T14:41:12.414Z | Compiling mio v0.8.11 |
1288 | 2024-08-29T14:41:12.671Z | Compiling hyper-tls v0.5.0 |
1289 | 2024-08-29T14:41:13.090Z | Compiling hyper-rustls v0.24.2 |
1290 | 2024-08-29T14:41:13.448Z | Compiling encoding_rs v0.8.34 |
1291 | 2024-08-29T14:41:13.780Z | Compiling minimal-lexical v0.2.1 |
1292 | 2024-08-29T14:41:14.012Z | Compiling unicode-segmentation v1.11.0 |
1293 | 2024-08-29T14:41:14.288Z | Compiling fixedbitset v0.4.2 |
1294 | 2024-08-29T14:41:14.751Z | Compiling sync_wrapper v0.1.2 |
1295 | 2024-08-29T14:41:14.889Z | Compiling predicates-core v1.0.6 |
1296 | 2024-08-29T14:41:14.909Z | Compiling bit-vec v0.6.3 |
1297 | 2024-08-29T14:41:15.260Z | Compiling webpki-roots v0.25.4 |
1298 | 2024-08-29T14:41:15.359Z | Compiling new_debug_unreachable v1.0.6 |
1299 | 2024-08-29T14:41:15.403Z | Compiling normalize-line-endings v0.3.0 |
1300 | 2024-08-29T14:41:15.446Z | Compiling static_assertions v1.1.0 |
1301 | 2024-08-29T14:41:15.466Z | Compiling difflib v0.4.0 |
1302 | 2024-08-29T14:41:15.522Z | Compiling mime v0.3.17 |
1303 | 2024-08-29T14:41:15.545Z | Compiling data-encoding v2.6.0 |
1304 | 2024-08-29T14:41:15.800Z | Compiling dyn-clone v1.0.17 |
1305 | 2024-08-29T14:41:16.015Z | Compiling whoami v1.5.1 |
1306 | 2024-08-29T14:41:16.099Z | Compiling precomputed-hash v0.1.1 |
1307 | 2024-08-29T14:41:16.212Z | Compiling string_cache v0.8.7 |
1308 | 2024-08-29T14:41:16.610Z | Compiling clap v4.5.16 |
1309 | 2024-08-29T14:41:16.629Z | Compiling tokio-postgres v0.7.11 |
1310 | 2024-08-29T14:41:16.658Z | Compiling hickory-proto v0.24.1 |
1311 | 2024-08-29T14:41:16.733Z | Compiling predicates v3.1.2 |
1312 | 2024-08-29T14:41:16.993Z | Compiling reqwest v0.11.27 |
1313 | 2024-08-29T14:41:17.914Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1314 | 2024-08-29T14:41:17.948Z | Compiling console v0.15.8 |
1315 | 2024-08-29T14:41:18.479Z | Compiling bit-set v0.5.3 |
1316 | 2024-08-29T14:41:18.762Z | Compiling toml_edit v0.22.20 |
1317 | 2024-08-29T14:41:19.471Z | Compiling similar v2.6.0 |
1318 | 2024-08-29T14:41:19.999Z | Compiling petgraph v0.6.5 |
1319 | 2024-08-29T14:41:21.172Z | Compiling nom v7.1.3 |
1320 | 2024-08-29T14:41:21.888Z | Compiling usdt v0.5.0 |
1321 | 2024-08-29T14:41:22.201Z | Compiling signal-hook-mio v0.2.4 |
1322 | 2024-08-29T14:41:22.380Z | Compiling elliptic-curve v0.13.8 |
1323 | 2024-08-29T14:41:22.397Z | Compiling rsa v0.9.6 |
1324 | 2024-08-29T14:41:23.227Z | Compiling futures v0.3.30 |
1325 | 2024-08-29T14:41:23.347Z | Compiling flate2 v1.0.31 |
1326 | 2024-08-29T14:41:24.295Z | Compiling toml v0.7.8 |
1327 | 2024-08-29T14:41:24.875Z | Compiling itertools v0.12.1 |
1328 | 2024-08-29T14:41:25.667Z | Compiling itertools v0.10.5 |
1329 | 2024-08-29T14:41:25.996Z | Compiling tokio-stream v0.1.15 |
1330 | 2024-08-29T14:41:26.808Z | Compiling openapiv3 v2.0.0 |
1331 | 2024-08-29T14:41:27.025Z | Compiling crossbeam-epoch v0.9.18 |
1332 | 2024-08-29T14:41:27.055Z | Compiling hex v0.4.3 |
1333 | 2024-08-29T14:41:27.634Z | Compiling sha1 v0.10.6 |
1334 | 2024-08-29T14:41:27.824Z | Compiling dirs-sys-next v0.1.2 |
1335 | 2024-08-29T14:41:28.063Z | Compiling unicode-xid v0.2.4 |
1336 | 2024-08-29T14:41:28.066Z | Compiling peg-runtime v0.8.3 |
1337 | 2024-08-29T14:41:28.248Z | Compiling lalrpop-util v0.19.12 |
1338 | 2024-08-29T14:41:28.330Z | Compiling dirs-next v2.0.0 |
1339 | 2024-08-29T14:41:28.480Z | Compiling thread_local v1.1.8 |
1340 | 2024-08-29T14:41:28.499Z | Compiling slog-async v2.8.0 |
1341 | 2024-08-29T14:41:28.527Z | Compiling term v0.7.0 |
1342 | 2024-08-29T14:41:28.577Z | Compiling xattr v1.3.1 |
1343 | 2024-08-29T14:41:28.705Z | Compiling crossbeam-channel v0.5.12 |
1344 | 2024-08-29T14:41:28.856Z | Compiling strum_macros v0.26.4 |
1345 | 2024-08-29T14:41:29.016Z | Compiling is-terminal v0.4.12 |
1346 | 2024-08-29T14:41:29.109Z | Compiling filetime v0.2.24 |
1347 | 2024-08-29T14:41:29.142Z | Compiling take_mut v0.2.2 |
1348 | 2024-08-29T14:41:29.294Z | Compiling tar v0.4.41 |
1349 | 2024-08-29T14:41:29.400Z | Compiling slog-term v2.9.1 |
1350 | 2024-08-29T14:41:30.055Z | Compiling camino v1.1.9 |
1351 | 2024-08-29T14:41:31.362Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1352 | 2024-08-29T14:41:32.002Z | Compiling strum v0.26.3 |
1353 | 2024-08-29T14:41:32.079Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1354 | 2024-08-29T14:41:37.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1355 | 2024-08-29T14:41:37.491Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1356 | 2024-08-29T14:41:37.537Z | Aug 29 14:41:36.418 INFO Starting download, target: Console |
1357 | 2024-08-29T14:41:37.537Z | Aug 29 14:41:36.418 INFO Starting download, target: Cockroach |
1358 | 2024-08-29T14:41:37.537Z | Aug 29 14:41:36.418 INFO Starting download, target: Clickhouse |
1359 | 2024-08-29T14:41:37.537Z | Aug 29 14:41:36.418 INFO Starting download, target: DendriteOpenapi |
1360 | 2024-08-29T14:41:37.537Z | Aug 29 14:41:36.418 INFO Starting download, target: DendriteStub |
1361 | 2024-08-29T14:41:37.540Z | Aug 29 14:41:36.418 INFO Starting download, target: MaghemiteMgd |
1362 | 2024-08-29T14:41:37.540Z | Aug 29 14:41:36.418 INFO Starting download, target: TransceiverControl |
1363 | 2024-08-29T14:41:37.540Z | Aug 29 14:41:36.418 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1364 | 2024-08-29T14:41:37.540Z | Aug 29 14:41:36.418 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1365 | 2024-08-29T14:41:37.540Z | Aug 29 14:41:36.419 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1366 | 2024-08-29T14:41:37.540Z | Aug 29 14:41:36.419 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1367 | 2024-08-29T14:41:37.540Z | Aug 29 14:41:36.419 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1368 | 2024-08-29T14:41:37.540Z | Aug 29 14:41:36.419 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1369 | 2024-08-29T14:41:37.540Z | Aug 29 14:41:36.419 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1370 | 2024-08-29T14:41:37.763Z | Aug 29 14:41:36.638 INFO Download complete, target: DendriteOpenapi |
1371 | 2024-08-29T14:41:37.784Z | Aug 29 14:41:36.654 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1372 | 2024-08-29T14:41:38.150Z | Aug 29 14:41:37.030 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1373 | 2024-08-29T14:41:38.175Z | Aug 29 14:41:37.054 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1374 | 2024-08-29T14:41:38.368Z | Aug 29 14:41:37.249 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1375 | 2024-08-29T14:41:38.575Z | Aug 29 14:41:37.455 INFO Download complete, target: TransceiverControl |
1376 | 2024-08-29T14:41:38.578Z | Aug 29 14:41:37.458 INFO Download complete, target: Console |
1377 | 2024-08-29T14:41:38.951Z | Aug 29 14:41:37.831 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1378 | 2024-08-29T14:41:38.951Z | Aug 29 14:41:37.831 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1379 | 2024-08-29T14:41:39.795Z | Aug 29 14:41:38.675 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1380 | 2024-08-29T14:41:41.398Z | Aug 29 14:41:40.276 INFO Download complete, target: MaghemiteMgd |
1381 | 2024-08-29T14:41:41.405Z | Aug 29 14:41:40.284 INFO Download complete, target: DendriteStub |
1382 | 2024-08-29T14:41:47.040Z | Aug 29 14:41:45.918 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1383 | 2024-08-29T14:41:47.359Z | Aug 29 14:41:46.236 INFO Checking that binary works, target: Cockroach |
1384 | 2024-08-29T14:41:47.511Z | Aug 29 14:41:46.389 INFO Download complete, target: Cockroach |
1385 | 2024-08-29T14:41:53.473Z | Aug 29 14:41:52.348 INFO Checking that binary works, target: Clickhouse |
1386 | 2024-08-29T14:41:54.314Z | Aug 29 14:41:53.190 INFO Download complete, target: Clickhouse |
1387 | 2024-08-29T14:41:54.321Z | All prerequisites installed successfully |
1388 | 2024-08-29T14:41:54.324Z | |
1389 | 2024-08-29T14:41:54.324Z | real 3:58.683234690 |
1390 | 2024-08-29T14:41:54.324Z | user 11:11.096373759 |
1391 | 2024-08-29T14:41:54.324Z | sys 2:23.796046461 |
1392 | 2024-08-29T14:41:54.324Z | trap 0.405398166 |
1393 | 2024-08-29T14:41:54.324Z | tflt 8.997993013 |
1394 | 2024-08-29T14:41:54.324Z | dflt 6.226320900 |
1395 | 2024-08-29T14:41:54.324Z | kflt 0.464328423 |
1396 | 2024-08-29T14:41:54.324Z | lock 22:27.841891622 |
1397 | 2024-08-29T14:41:54.324Z | slp 45:03.796334508 |
1398 | 2024-08-29T14:41:54.324Z | lat 38.928655708 |
1399 | 2024-08-29T14:41:54.324Z | stop 1:45.546961602 |
1400 | 2024-08-29T14:41:54.324Z | + source ./tools/include/force-git-over-https.sh |
1401 | 2024-08-29T14:41:54.324Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1402 | 2024-08-29T14:41:54.324Z | ++ (( i = 0 )) |
1403 | 2024-08-29T14:41:54.324Z | ++ (( i < 5 )) |
1404 | 2024-08-29T14:41:54.324Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1405 | 2024-08-29T14:41:54.327Z | ++ (( i++ )) |
1406 | 2024-08-29T14:41:54.327Z | ++ (( i < 5 )) |
1407 | 2024-08-29T14:41:54.329Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1408 | 2024-08-29T14:41:54.332Z | ++ (( i++ )) |
1409 | 2024-08-29T14:41:54.332Z | ++ (( i < 5 )) |
1410 | 2024-08-29T14:41:54.332Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1411 | 2024-08-29T14:41:54.334Z | ++ (( i++ )) |
1412 | 2024-08-29T14:41:54.334Z | ++ (( i < 5 )) |
1413 | 2024-08-29T14:41:54.334Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1414 | 2024-08-29T14:41:54.338Z | ++ (( i++ )) |
1415 | 2024-08-29T14:41:54.338Z | ++ (( i < 5 )) |
1416 | 2024-08-29T14:41:54.338Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1417 | 2024-08-29T14:41:54.341Z | ++ (( i++ )) |
1418 | 2024-08-29T14:41:54.341Z | ++ (( i < 5 )) |
1419 | 2024-08-29T14:41:54.341Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1420 | 2024-08-29T14:41:54.341Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1421 | 2024-08-29T14:41:54.341Z | + rc=0 |
1422 | 2024-08-29T14:41:54.341Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1423 | 2024-08-29T14:42:15.426Z | + case $rc in |
1424 | 2024-08-29T14:42:15.426Z | + pfexec zfs create -p rpool/images/build/host |
1425 | 2024-08-29T14:42:15.604Z | + pfexec zfs create -p rpool/images/build/recovery |
1426 | 2024-08-29T14:42:15.694Z | + cargo xtask releng --output-dir /work |
1427 | 2024-08-29T14:42:16.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1428 | 2024-08-29T14:42:16.272Z | Running `target/debug/xtask releng --output-dir /work` |
1429 | 2024-08-29T14:42:17.155Z | Compiling proc-macro2 v1.0.86 |
1430 | 2024-08-29T14:42:17.155Z | Compiling unicode-ident v1.0.12 |
1431 | 2024-08-29T14:42:17.155Z | Compiling libc v0.2.158 |
1432 | 2024-08-29T14:42:17.155Z | Compiling serde v1.0.208 |
1433 | 2024-08-29T14:42:17.158Z | Compiling version_check v0.9.5 |
1434 | 2024-08-29T14:42:17.158Z | Compiling autocfg v1.3.0 |
1435 | 2024-08-29T14:42:17.158Z | Compiling cfg-if v1.0.0 |
1436 | 2024-08-29T14:42:17.158Z | Compiling once_cell v1.19.0 |
1437 | 2024-08-29T14:42:17.451Z | Compiling typenum v1.17.0 |
1438 | 2024-08-29T14:42:17.511Z | Compiling memchr v2.7.2 |
1439 | 2024-08-29T14:42:17.991Z | Compiling generic-array v0.14.7 |
1440 | 2024-08-29T14:42:18.106Z | Compiling lock_api v0.4.12 |
1441 | 2024-08-29T14:42:18.338Z | Compiling ahash v0.8.11 |
1442 | 2024-08-29T14:42:18.405Z | Compiling serde_json v1.0.125 |
1443 | 2024-08-29T14:42:18.442Z | Compiling libm v0.2.8 |
1444 | 2024-08-29T14:42:18.731Z | Compiling quote v1.0.36 |
1445 | 2024-08-29T14:42:18.750Z | Compiling num-traits v0.2.19 |
1446 | 2024-08-29T14:42:18.802Z | Compiling parking_lot_core v0.9.10 |
1447 | 2024-08-29T14:42:18.914Z | Compiling byteorder v1.5.0 |
1448 | 2024-08-29T14:42:19.226Z | Compiling syn v2.0.74 |
1449 | 2024-08-29T14:42:19.339Z | Compiling jobserver v0.1.32 |
1450 | 2024-08-29T14:42:19.366Z | Compiling getrandom v0.2.14 |
1451 | 2024-08-29T14:42:19.607Z | Compiling log v0.4.21 |
1452 | 2024-08-29T14:42:19.626Z | Compiling scopeguard v1.2.0 |
1453 | 2024-08-29T14:42:19.695Z | Compiling cc v1.0.97 |
1454 | 2024-08-29T14:42:19.956Z | Compiling thiserror v1.0.63 |
1455 | 2024-08-29T14:42:20.055Z | Compiling itoa v1.0.11 |
1456 | 2024-08-29T14:42:20.309Z | Compiling slab v0.4.9 |
1457 | 2024-08-29T14:42:20.328Z | Compiling rand_core v0.6.4 |
1458 | 2024-08-29T14:42:20.409Z | Compiling pkg-config v0.3.30 |
1459 | 2024-08-29T14:42:20.929Z | Compiling semver v1.0.23 |
1460 | 2024-08-29T14:42:21.162Z | Compiling ryu v1.0.18 |
1461 | 2024-08-29T14:42:21.444Z | Compiling pin-project-lite v0.2.14 |
1462 | 2024-08-29T14:42:21.498Z | Compiling smallvec v1.13.2 |
1463 | 2024-08-29T14:42:21.498Z | Compiling vcpkg v0.2.15 |
1464 | 2024-08-29T14:42:21.684Z | Compiling allocator-api2 v0.2.18 |
1465 | 2024-08-29T14:42:22.123Z | Compiling spin v0.9.8 |
1466 | 2024-08-29T14:42:22.397Z | Compiling subtle v2.5.0 |
1467 | 2024-08-29T14:42:22.771Z | Compiling const-oid v0.9.6 |
1468 | 2024-08-29T14:42:23.027Z | Compiling signal-hook-registry v1.4.2 |
1469 | 2024-08-29T14:42:23.050Z | Compiling ring v0.17.8 |
1470 | 2024-08-29T14:42:23.234Z | Compiling openssl-sys v0.9.103 |
1471 | 2024-08-29T14:42:24.163Z | Compiling rustix v0.38.34 |
1472 | 2024-08-29T14:42:24.317Z | Compiling httparse v1.8.0 |
1473 | 2024-08-29T14:42:24.683Z | Compiling heck v0.5.0 |
1474 | 2024-08-29T14:42:24.724Z | Compiling schemars v0.8.21 |
1475 | 2024-08-29T14:42:25.106Z | Compiling parking_lot v0.12.2 |
1476 | 2024-08-29T14:42:25.123Z | Compiling mio v1.0.2 |
1477 | 2024-08-29T14:42:25.696Z | Compiling futures-core v0.3.30 |
1478 | 2024-08-29T14:42:25.926Z | Compiling num-conv v0.1.0 |
1479 | 2024-08-29T14:42:25.975Z | Compiling time-core v0.1.2 |
1480 | 2024-08-29T14:42:26.153Z | Compiling socket2 v0.5.7 |
1481 | 2024-08-29T14:42:26.236Z | Compiling openssl v0.10.66 |
1482 | 2024-08-29T14:42:26.272Z | Compiling time-macros v0.2.18 |
1483 | 2024-08-29T14:42:26.514Z | Compiling equivalent v1.0.1 |
1484 | 2024-08-29T14:42:26.635Z | Compiling fnv v1.0.7 |
1485 | 2024-08-29T14:42:26.707Z | Compiling serde_derive_internals v0.29.1 |
1486 | 2024-08-29T14:42:27.299Z | Compiling native-tls v0.2.11 |
1487 | 2024-08-29T14:42:27.377Z | Compiling tinyvec_macros v0.1.1 |
1488 | 2024-08-29T14:42:27.445Z | Compiling futures-sink v0.3.30 |
1489 | 2024-08-29T14:42:27.668Z | Compiling rustls v0.21.12 |
1490 | 2024-08-29T14:42:27.688Z | Compiling tinyvec v1.6.0 |
1491 | 2024-08-29T14:42:28.391Z | Compiling crossbeam-utils v0.8.19 |
1492 | 2024-08-29T14:42:29.091Z | Compiling cookie v0.17.0 |
1493 | 2024-08-29T14:42:29.178Z | Compiling cpufeatures v0.2.12 |
1494 | 2024-08-29T14:42:29.305Z | Compiling unicode-normalization v0.1.23 |
1495 | 2024-08-29T14:42:29.360Z | Compiling iana-time-zone v0.1.60 |
1496 | 2024-08-29T14:42:29.472Z | Compiling ucd-trie v0.1.6 |
1497 | 2024-08-29T14:42:29.920Z | Compiling futures-channel v0.3.30 |
1498 | 2024-08-29T14:42:30.028Z | Compiling futures-task v0.3.30 |
1499 | 2024-08-29T14:42:30.134Z | Compiling unicode-bidi v0.3.15 |
1500 | 2024-08-29T14:42:30.176Z | Compiling futures-io v0.3.30 |
1501 | 2024-08-29T14:42:30.353Z | Compiling pin-utils v0.1.0 |
1502 | 2024-08-29T14:42:30.553Z | Compiling syn v1.0.109 |
1503 | 2024-08-29T14:42:30.709Z | Compiling slog v2.7.0 |
1504 | 2024-08-29T14:42:30.975Z | Compiling aho-corasick v1.1.3 |
1505 | 2024-08-29T14:42:31.370Z | Compiling untrusted v0.9.0 |
1506 | 2024-08-29T14:42:31.431Z | Compiling regex-syntax v0.8.4 |
1507 | 2024-08-29T14:42:32.134Z | Compiling serde_derive v1.0.208 |
1508 | 2024-08-29T14:42:32.136Z | Compiling zeroize_derive v1.4.2 |
1509 | 2024-08-29T14:42:32.398Z | Compiling zerocopy-derive v0.7.34 |
1510 | 2024-08-29T14:42:33.605Z | Compiling tokio-macros v2.4.0 |
1511 | 2024-08-29T14:42:33.739Z | Compiling thiserror-impl v1.0.63 |
1512 | 2024-08-29T14:42:34.591Z | Compiling zeroize v1.7.0 |
1513 | 2024-08-29T14:42:35.072Z | Compiling zerocopy v0.7.34 |
1514 | 2024-08-29T14:42:35.537Z | Compiling futures-macro v0.3.30 |
1515 | 2024-08-29T14:42:37.602Z | Compiling crypto-common v0.1.6 |
1516 | 2024-08-29T14:42:37.752Z | Compiling tracing-attributes v0.1.27 |
1517 | 2024-08-29T14:42:37.838Z | Compiling der_derive v0.7.2 |
1518 | 2024-08-29T14:42:37.983Z | Compiling hashbrown v0.14.5 |
1519 | 2024-08-29T14:42:38.364Z | Compiling block-buffer v0.10.4 |
1520 | 2024-08-29T14:42:38.748Z | Compiling digest v0.10.7 |
1521 | 2024-08-29T14:42:39.177Z | Compiling schemars_derive v0.8.21 |
1522 | 2024-08-29T14:42:40.215Z | Compiling openssl-macros v0.1.1 |
1523 | 2024-08-29T14:42:40.528Z | Compiling scroll_derive v0.12.0 |
1524 | 2024-08-29T14:42:41.048Z | Compiling hmac v0.12.1 |
1525 | 2024-08-29T14:42:41.113Z | Compiling pest v2.7.10 |
1526 | 2024-08-29T14:42:41.188Z | Compiling block-padding v0.3.3 |
1527 | 2024-08-29T14:42:41.327Z | Compiling futures-util v0.3.30 |
1528 | 2024-08-29T14:42:41.436Z | Compiling inout v0.1.3 |
1529 | 2024-08-29T14:42:41.939Z | Compiling cipher v0.4.4 |
1530 | 2024-08-29T14:42:42.430Z | Compiling sha2 v0.10.8 |
1531 | 2024-08-29T14:42:42.483Z | Compiling regex-automata v0.4.6 |
1532 | 2024-08-29T14:42:43.951Z | Compiling pest_meta v2.7.10 |
1533 | 2024-08-29T14:42:44.393Z | Compiling dyn-clone v1.0.17 |
1534 | 2024-08-29T14:42:44.783Z | Compiling crc32fast v1.4.0 |
1535 | 2024-08-29T14:42:45.368Z | Compiling pest_generator v2.7.10 |
1536 | 2024-08-29T14:42:46.895Z | Compiling bytes v1.7.1 |
1537 | 2024-08-29T14:42:48.637Z | Compiling bitflags v2.6.0 |
1538 | 2024-08-29T14:42:48.965Z | Compiling tokio v1.39.3 |
1539 | 2024-08-29T14:42:49.235Z | Compiling indexmap v2.4.0 |
1540 | 2024-08-29T14:42:50.615Z | Compiling serde_tokenstream v0.2.2 |
1541 | 2024-08-29T14:42:50.781Z | Compiling uuid v1.10.0 |
1542 | 2024-08-29T14:42:51.280Z | Compiling chrono v0.4.38 |
1543 | 2024-08-29T14:42:51.624Z | Compiling http v0.2.12 |
1544 | 2024-08-29T14:42:51.974Z | Compiling rustc_version v0.4.0 |
1545 | 2024-08-29T14:42:52.712Z | Compiling pest_derive v2.7.10 |
1546 | 2024-08-29T14:42:55.074Z | Compiling usdt-impl v0.5.0 |
1547 | 2024-08-29T14:42:55.303Z | Compiling powerfmt v0.2.0 |
1548 | 2024-08-29T14:42:55.382Z | Compiling heck v0.4.1 |
1549 | 2024-08-29T14:42:55.559Z | Compiling percent-encoding v2.3.1 |
1550 | 2024-08-29T14:42:55.886Z | Compiling base64ct v1.6.0 |
1551 | 2024-08-29T14:42:55.915Z | Compiling deranged v0.3.11 |
1552 | 2024-08-29T14:42:56.160Z | Compiling heapless v0.7.17 |
1553 | 2024-08-29T14:42:56.467Z | Compiling pem-rfc7468 v0.7.0 |
1554 | 2024-08-29T14:42:56.760Z | Compiling scroll v0.12.0 |
1555 | 2024-08-29T14:42:57.217Z | Compiling zerocopy-derive v0.6.6 |
1556 | 2024-08-29T14:42:58.002Z | Compiling backtrace v0.3.71 |
1557 | 2024-08-29T14:42:58.290Z | Compiling tokio-util v0.7.11 |
1558 | 2024-08-29T14:42:58.511Z | Compiling tracing-core v0.1.32 |
1559 | 2024-08-29T14:42:59.103Z | Compiling errno v0.3.9 |
1560 | 2024-08-29T14:42:59.402Z | Compiling flagset v0.4.5 |
1561 | 2024-08-29T14:42:59.615Z | Compiling num_threads v0.1.7 |
1562 | 2024-08-29T14:43:00.427Z | Compiling plain v0.2.3 |
1563 | 2024-08-29T14:43:00.570Z | Compiling ppv-lite86 v0.2.17 |
1564 | 2024-08-29T14:43:00.702Z | Compiling num-bigint-dig v0.8.4 |
1565 | 2024-08-29T14:43:00.768Z | Compiling goblin v0.8.2 |
1566 | 2024-08-29T14:43:01.012Z | Compiling time v0.3.36 |
1567 | 2024-08-29T14:43:01.033Z | Compiling der v0.7.9 |
1568 | 2024-08-29T14:43:01.409Z | Compiling rand_chacha v0.3.1 |
1569 | 2024-08-29T14:43:02.420Z | Compiling tracing v0.1.40 |
1570 | 2024-08-29T14:43:03.776Z | Compiling regex v1.10.6 |
1571 | 2024-08-29T14:43:03.795Z | Compiling salsa20 v0.10.2 |
1572 | 2024-08-29T14:43:04.023Z | Compiling pbkdf2 v0.12.2 |
1573 | 2024-08-29T14:43:04.233Z | Compiling async-trait v0.1.81 |
1574 | 2024-08-29T14:43:04.804Z | Compiling pretty-hex v0.4.1 |
1575 | 2024-08-29T14:43:05.275Z | Compiling strsim v0.11.1 |
1576 | 2024-08-29T14:43:06.238Z | Compiling rustversion v1.0.17 |
1577 | 2024-08-29T14:43:06.883Z | Compiling dof v0.3.0 |
1578 | 2024-08-29T14:43:07.813Z | Compiling scrypt v0.11.0 |
1579 | 2024-08-29T14:43:08.218Z | Compiling spki v0.7.3 |
1580 | 2024-08-29T14:43:08.567Z | Compiling rand v0.8.5 |
1581 | 2024-08-29T14:43:08.621Z | Compiling form_urlencoded v1.2.1 |
1582 | 2024-08-29T14:43:08.818Z | Compiling dtrace-parser v0.2.0 |
1583 | 2024-08-29T14:43:08.901Z | Compiling cbc v0.1.2 |
1584 | 2024-08-29T14:43:09.138Z | Compiling aes v0.8.4 |
1585 | 2024-08-29T14:43:09.249Z | Compiling thread-id v4.2.1 |
1586 | 2024-08-29T14:43:10.369Z | Compiling foreign-types-shared v0.1.1 |
1587 | 2024-08-29T14:43:10.441Z | Compiling unicode-width v0.1.13 |
1588 | 2024-08-29T14:43:10.505Z | Compiling smoltcp v0.9.1 |
1589 | 2024-08-29T14:43:10.756Z | Compiling signal-hook v0.3.17 |
1590 | 2024-08-29T14:43:10.955Z | Compiling try-lock v0.2.5 |
1591 | 2024-08-29T14:43:11.310Z | Compiling anyhow v1.0.86 |
1592 | 2024-08-29T14:43:12.053Z | Compiling want v0.3.1 |
1593 | 2024-08-29T14:43:12.412Z | Compiling foreign-types v0.3.2 |
1594 | 2024-08-29T14:43:12.644Z | Compiling pkcs5 v0.7.1 |
1595 | 2024-08-29T14:43:15.489Z | Compiling h2 v0.3.26 |
1596 | 2024-08-29T14:43:16.854Z | Compiling http-body v0.4.6 |
1597 | 2024-08-29T14:43:18.641Z | Compiling clap_derive v4.5.13 |
1598 | 2024-08-29T14:43:18.946Z | Compiling tower-service v0.3.2 |
1599 | 2024-08-29T14:43:18.967Z | Compiling siphasher v0.3.11 |
1600 | 2024-08-29T14:43:19.093Z | Compiling cfg_aliases v0.1.1 |
1601 | 2024-08-29T14:43:19.344Z | Compiling base64 v0.21.7 |
1602 | 2024-08-29T14:43:19.622Z | Compiling httpdate v1.0.3 |
1603 | 2024-08-29T14:43:20.877Z | Compiling nix v0.28.0 |
1604 | 2024-08-29T14:43:23.550Z | Compiling hyper v0.14.30 |
1605 | 2024-08-29T14:43:24.960Z | Compiling pkcs8 v0.10.2 |
1606 | 2024-08-29T14:43:27.415Z | Compiling sct v0.7.1 |
1607 | 2024-08-29T14:43:27.756Z | Compiling rustls-webpki v0.101.7 |
1608 | 2024-08-29T14:43:29.472Z | Compiling openapiv3 v2.0.0 |
1609 | 2024-08-29T14:43:29.672Z | Compiling hubpack_derive v0.1.1 |
1610 | 2024-08-29T14:43:32.971Z | Compiling idna v0.5.0 |
1611 | 2024-08-29T14:43:36.110Z | Compiling fs-err v2.11.0 |
1612 | 2024-08-29T14:43:36.162Z | Compiling utf8parse v0.2.1 |
1613 | 2024-08-29T14:43:36.434Z | Compiling anstyle v1.0.8 |
1614 | 2024-08-29T14:43:36.600Z | Compiling finl_unicode v1.2.0 |
1615 | 2024-08-29T14:43:36.739Z | Compiling openssl-probe v0.1.5 |
1616 | 2024-08-29T14:43:36.974Z | Compiling adler v1.0.2 |
1617 | 2024-08-29T14:43:37.256Z | Compiling miniz_oxide v0.7.2 |
1618 | 2024-08-29T14:43:37.339Z | Compiling stringprep v0.1.4 |
1619 | 2024-08-29T14:43:38.608Z | Compiling anstyle-parse v0.2.4 |
1620 | 2024-08-29T14:43:39.045Z | Compiling url v2.5.2 |
1621 | 2024-08-29T14:43:43.866Z | Compiling usdt-attr-macro v0.5.0 |
1622 | 2024-08-29T14:43:43.964Z | Compiling usdt-macro v0.5.0 |
1623 | 2024-08-29T14:43:45.797Z | Compiling toml_datetime v0.6.8 |
1624 | 2024-08-29T14:43:45.815Z | Compiling serde_spanned v0.6.7 |
1625 | 2024-08-29T14:43:46.046Z | Compiling regress v0.9.1 |
1626 | 2024-08-29T14:43:46.230Z | Compiling md-5 v0.10.6 |
1627 | 2024-08-29T14:43:46.472Z | Compiling idna v0.3.0 |
1628 | 2024-08-29T14:43:48.115Z | Compiling lazy_static v1.5.0 |
1629 | 2024-08-29T14:43:48.246Z | Compiling num-integer v0.1.46 |
1630 | 2024-08-29T14:43:48.804Z | Compiling hash32 v0.2.1 |
1631 | 2024-08-29T14:43:48.975Z | Compiling encoding_rs v0.8.34 |
1632 | 2024-08-29T14:43:49.169Z | Compiling psl-types v2.0.11 |
1633 | 2024-08-29T14:43:49.645Z | Compiling gimli v0.28.1 |
1634 | 2024-08-29T14:43:49.664Z | Compiling stable_deref_trait v1.2.0 |
1635 | 2024-08-29T14:43:49.775Z | Compiling is_terminal_polyfill v1.70.0 |
1636 | 2024-08-29T14:43:49.829Z | Compiling base64 v0.22.1 |
1637 | 2024-08-29T14:43:49.902Z | Compiling fallible-iterator v0.2.0 |
1638 | 2024-08-29T14:43:50.519Z | Compiling colorchoice v1.0.1 |
1639 | 2024-08-29T14:43:50.652Z | Compiling anstyle-query v1.0.3 |
1640 | 2024-08-29T14:43:50.672Z | Compiling mime v0.3.17 |
1641 | 2024-08-29T14:43:50.705Z | Compiling postgres-protocol v0.6.7 |
1642 | 2024-08-29T14:43:50.804Z | Compiling anstream v0.6.14 |
1643 | 2024-08-29T14:43:51.469Z | Compiling publicsuffix v2.2.3 |
1644 | 2024-08-29T14:43:51.781Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1645 | 2024-08-29T14:43:54.343Z | Compiling addr2line v0.21.0 |
1646 | 2024-08-29T14:43:54.589Z | Compiling num-iter v0.1.45 |
1647 | 2024-08-29T14:43:55.961Z | Compiling tokio-rustls v0.24.1 |
1648 | 2024-08-29T14:43:56.809Z | Compiling terminal_size v0.3.0 |
1649 | 2024-08-29T14:43:57.015Z | Compiling tokio-native-tls v0.3.1 |
1650 | 2024-08-29T14:43:57.605Z | Compiling phf_shared v0.11.2 |
1651 | 2024-08-29T14:43:57.626Z | Compiling strum_macros v0.25.3 |
1652 | 2024-08-29T14:43:58.036Z | Compiling serde_urlencoded v0.7.1 |
1653 | 2024-08-29T14:43:58.393Z | Compiling enum-as-inner v0.6.0 |
1654 | 2024-08-29T14:43:59.495Z | Compiling serde_repr v0.1.19 |
1655 | 2024-08-29T14:43:59.563Z | Compiling ff v0.13.0 |
1656 | 2024-08-29T14:43:59.588Z | Compiling object v0.32.2 |
1657 | 2024-08-29T14:43:59.801Z | Compiling managed v0.8.0 |
1658 | 2024-08-29T14:44:00.243Z | Compiling rustc-demangle v0.1.24 |
1659 | 2024-08-29T14:44:00.437Z | Compiling clap_lex v0.7.0 |
1660 | 2024-08-29T14:44:01.125Z | Compiling bitflags v1.3.2 |
1661 | 2024-08-29T14:44:01.169Z | Compiling winnow v0.5.40 |
1662 | 2024-08-29T14:44:01.230Z | Compiling base16ct v0.2.0 |
1663 | 2024-08-29T14:44:01.520Z | Compiling ipnet v2.9.0 |
1664 | 2024-08-29T14:44:02.191Z | Compiling either v1.13.0 |
1665 | 2024-08-29T14:44:02.554Z | Compiling rustls-pemfile v1.0.4 |
1666 | 2024-08-29T14:44:02.630Z | Compiling sec1 v0.7.3 |
1667 | 2024-08-29T14:44:03.619Z | Compiling clap_builder v4.5.15 |
1668 | 2024-08-29T14:44:03.622Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1669 | 2024-08-29T14:44:04.330Z | Compiling group v0.13.0 |
1670 | 2024-08-29T14:44:04.638Z | Compiling toml_edit v0.19.15 |
1671 | 2024-08-29T14:44:06.798Z | Compiling phf v0.11.2 |
1672 | 2024-08-29T14:44:07.092Z | Compiling hyper-tls v0.5.0 |
1673 | 2024-08-29T14:44:07.437Z | Compiling hyper-rustls v0.24.2 |
1674 | 2024-08-29T14:44:07.792Z | Compiling cookie_store v0.20.0 |
1675 | 2024-08-29T14:44:08.349Z | Compiling postgres-types v0.2.7 |
1676 | 2024-08-29T14:44:09.269Z | Compiling hubpack v0.1.2 |
1677 | 2024-08-29T14:44:09.528Z | Compiling pkcs1 v0.7.5 |
1678 | 2024-08-29T14:44:09.750Z | Compiling phf_shared v0.10.0 |
1679 | 2024-08-29T14:44:10.350Z | Compiling zerocopy v0.6.6 |
1680 | 2024-08-29T14:44:10.424Z | Compiling futures-executor v0.3.30 |
1681 | 2024-08-29T14:44:10.465Z | Compiling bstr v1.9.1 |
1682 | 2024-08-29T14:44:10.754Z | Compiling hkdf v0.12.4 |
1683 | 2024-08-29T14:44:10.776Z | Compiling signature v2.2.0 |
1684 | 2024-08-29T14:44:10.870Z | Compiling crypto-bigint v0.5.5 |
1685 | 2024-08-29T14:44:11.024Z | Compiling idna v0.4.0 |
1686 | 2024-08-29T14:44:11.078Z | Compiling float-cmp v0.9.0 |
1687 | 2024-08-29T14:44:11.212Z | Compiling mio v0.8.11 |
1688 | 2024-08-29T14:44:11.290Z | Compiling memmap v0.7.0 |
1689 | 2024-08-29T14:44:11.588Z | Compiling whoami v1.5.1 |
1690 | 2024-08-29T14:44:11.986Z | Compiling predicates-core v1.0.6 |
1691 | 2024-08-29T14:44:12.024Z | Compiling data-encoding v2.6.0 |
1692 | 2024-08-29T14:44:12.075Z | Compiling new_debug_unreachable v1.0.6 |
1693 | 2024-08-29T14:44:12.251Z | Compiling bit-vec v0.6.3 |
1694 | 2024-08-29T14:44:12.445Z | Compiling normalize-line-endings v0.3.0 |
1695 | 2024-08-29T14:44:12.578Z | Compiling difflib v0.4.0 |
1696 | 2024-08-29T14:44:12.664Z | Compiling unicode-segmentation v1.11.0 |
1697 | 2024-08-29T14:44:12.682Z | Compiling webpki-roots v0.25.4 |
1698 | 2024-08-29T14:44:12.698Z | Compiling sync_wrapper v0.1.2 |
1699 | 2024-08-29T14:44:12.838Z | Compiling minimal-lexical v0.2.1 |
1700 | 2024-08-29T14:44:12.855Z | Compiling winnow v0.6.18 |
1701 | 2024-08-29T14:44:13.437Z | Compiling precomputed-hash v0.1.1 |
1702 | 2024-08-29T14:44:13.610Z | Compiling static_assertions v1.1.0 |
1703 | 2024-08-29T14:44:13.682Z | Compiling fixedbitset v0.4.2 |
1704 | 2024-08-29T14:44:13.711Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1705 | 2024-08-29T14:44:13.790Z | Compiling elliptic-curve v0.13.8 |
1706 | 2024-08-29T14:44:14.010Z | Compiling petgraph v0.6.5 |
1707 | 2024-08-29T14:44:14.076Z | Compiling reqwest v0.11.27 |
1708 | 2024-08-29T14:44:14.429Z | Compiling string_cache v0.8.7 |
1709 | 2024-08-29T14:44:14.495Z | Compiling similar v2.6.0 |
1710 | 2024-08-29T14:44:14.750Z | Compiling nom v7.1.3 |
1711 | 2024-08-29T14:44:14.833Z | Compiling predicates v3.1.2 |
1712 | 2024-08-29T14:44:16.401Z | Compiling toml_edit v0.22.20 |
1713 | 2024-08-29T14:44:16.512Z | Compiling hickory-proto v0.24.1 |
1714 | 2024-08-29T14:44:18.412Z | Compiling bit-set v0.5.3 |
1715 | 2024-08-29T14:44:18.702Z | Compiling tokio-postgres v0.7.11 |
1716 | 2024-08-29T14:44:18.951Z | Compiling signal-hook-mio v0.2.4 |
1717 | 2024-08-29T14:44:19.132Z | Compiling usdt v0.5.0 |
1718 | 2024-08-29T14:44:19.850Z | Compiling rsa v0.9.6 |
1719 | 2024-08-29T14:44:20.842Z | Compiling futures v0.3.30 |
1720 | 2024-08-29T14:44:22.543Z | Compiling toml v0.7.8 |
1721 | 2024-08-29T14:44:23.551Z | Compiling clap v4.5.16 |
1722 | 2024-08-29T14:44:23.683Z | Compiling crossbeam-epoch v0.9.18 |
1723 | 2024-08-29T14:44:23.820Z | Compiling flate2 v1.0.31 |
1724 | 2024-08-29T14:44:24.041Z | Compiling itertools v0.12.1 |
1725 | 2024-08-29T14:44:24.351Z | Compiling itertools v0.10.5 |
1726 | 2024-08-29T14:44:24.697Z | Compiling console v0.15.8 |
1727 | 2024-08-29T14:44:25.779Z | Compiling tokio-stream v0.1.15 |
1728 | 2024-08-29T14:44:26.128Z | Compiling hex v0.4.3 |
1729 | 2024-08-29T14:44:26.897Z | Compiling sha1 v0.10.6 |
1730 | 2024-08-29T14:44:27.267Z | Compiling peg-runtime v0.8.3 |
1731 | 2024-08-29T14:44:27.386Z | Compiling unicode-xid v0.2.4 |
1732 | 2024-08-29T14:44:27.565Z | Compiling camino v1.1.9 |
1733 | 2024-08-29T14:44:28.210Z | Compiling lalrpop-util v0.19.12 |
1734 | 2024-08-29T14:44:28.431Z | Compiling radium v0.7.0 |
1735 | 2024-08-29T14:44:28.565Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1736 | 2024-08-29T14:44:32.357Z | Compiling is-terminal v0.4.12 |
1737 | 2024-08-29T14:44:35.304Z | Compiling maybe-uninit v2.0.0 |
1738 | 2024-08-29T14:44:35.776Z | Compiling ident_case v1.0.1 |
1739 | 2024-08-29T14:44:36.603Z | Compiling rustls-pki-types v1.7.0 |
1740 | 2024-08-29T14:44:36.659Z | Compiling tap v1.0.1 |
1741 | 2024-08-29T14:44:37.915Z | Compiling wyz v0.5.1 |
1742 | 2024-08-29T14:44:39.053Z | Compiling darling_core v0.20.9 |
1743 | 2024-08-29T14:44:52.044Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1744 | 2024-08-29T14:44:52.843Z | Compiling getopts v0.2.21 |
1745 | 2024-08-29T14:44:54.182Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1746 | 2024-08-29T14:44:54.671Z | Compiling dirs-sys-next v0.1.2 |
1747 | 2024-08-29T14:44:54.896Z | Compiling paste v1.0.15 |
1748 | 2024-08-29T14:44:55.378Z | Compiling packed_struct v0.10.1 |
1749 | 2024-08-29T14:44:55.747Z | Compiling unsafe-libyaml v0.2.11 |
1750 | 2024-08-29T14:44:55.816Z | Compiling rustls v0.22.4 |
1751 | 2024-08-29T14:44:55.854Z | Compiling funty v2.0.0 |
1752 | 2024-08-29T14:44:57.474Z | Compiling serde_yaml v0.9.34+deprecated |
1753 | 2024-08-29T14:44:57.549Z | Compiling bitvec v1.0.1 |
1754 | 2024-08-29T14:44:58.436Z | Compiling dirs-next v2.0.0 |
1755 | 2024-08-29T14:45:01.924Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1756 | 2024-08-29T14:45:03.989Z | Compiling darling_macro v0.20.9 |
1757 | 2024-08-29T14:45:04.998Z | Compiling rustls-webpki v0.102.4 |
1758 | 2024-08-29T14:45:07.103Z | Compiling packed_struct_codegen v0.10.1 |
1759 | 2024-08-29T14:45:07.640Z | Compiling structmeta-derive v0.3.0 |
1760 | 2024-08-29T14:45:08.434Z | Compiling thread_local v1.1.8 |
1761 | 2024-08-29T14:45:08.879Z | Compiling indexmap v1.9.3 |
1762 | 2024-08-29T14:45:09.105Z | Compiling multer v3.1.0 |
1763 | 2024-08-29T14:45:09.262Z | Compiling crc-catalog v2.4.0 |
1764 | 2024-08-29T14:45:09.442Z | Compiling slog-async v2.8.0 |
1765 | 2024-08-29T14:45:09.520Z | Compiling nodrop v0.1.14 |
1766 | 2024-08-29T14:45:09.658Z | Compiling fastrand v2.1.0 |
1767 | 2024-08-29T14:45:09.707Z | Compiling match_cfg v0.1.0 |
1768 | 2024-08-29T14:45:09.726Z | Compiling rayon-core v1.12.1 |
1769 | 2024-08-29T14:45:09.812Z | Compiling hostname v0.3.1 |
1770 | 2024-08-29T14:45:09.987Z | Compiling array-init v0.0.4 |
1771 | 2024-08-29T14:45:10.054Z | Compiling tempfile v3.10.1 |
1772 | 2024-08-29T14:45:10.187Z | Compiling structmeta v0.3.0 |
1773 | 2024-08-29T14:45:10.659Z | Compiling crc v3.2.1 |
1774 | 2024-08-29T14:45:11.639Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1775 | 2024-08-29T14:45:13.138Z | Compiling smallvec v0.6.14 |
1776 | 2024-08-29T14:45:13.632Z | Compiling darling v0.20.9 |
1777 | 2024-08-29T14:45:13.763Z | Compiling term v0.7.0 |
1778 | 2024-08-29T14:45:16.169Z | Compiling crossbeam-deque v0.8.5 |
1779 | 2024-08-29T14:45:16.566Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1780 | 2024-08-29T14:45:18.063Z | Compiling slog-json v2.6.1 |
1781 | 2024-08-29T14:45:18.495Z | Compiling crossbeam-channel v0.5.12 |
1782 | 2024-08-29T14:45:19.056Z | Compiling http v1.1.0 |
1783 | 2024-08-29T14:45:20.629Z | Compiling pin-project-internal v1.1.5 |
1784 | 2024-08-29T14:45:21.928Z | Compiling async-stream-impl v0.3.5 |
1785 | 2024-08-29T14:45:23.653Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1786 | 2024-08-29T14:45:24.609Z | Compiling termcolor v1.4.1 |
1787 | 2024-08-29T14:45:25.631Z | Compiling hashbrown v0.12.3 |
1788 | 2024-08-29T14:45:26.192Z | Compiling same-file v1.0.6 |
1789 | 2024-08-29T14:45:26.437Z | Compiling atomic-waker v1.1.2 |
1790 | 2024-08-29T14:45:26.993Z | Compiling bitfield v0.14.0 |
1791 | 2024-08-29T14:45:27.444Z | Compiling take_mut v0.2.2 |
1792 | 2024-08-29T14:45:34.479Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1793 | 2024-08-29T14:45:36.037Z | Compiling waitgroup v0.1.2 |
1794 | 2024-08-29T14:45:36.283Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1795 | 2024-08-29T14:45:36.535Z | Compiling walkdir v2.5.0 |
1796 | 2024-08-29T14:45:37.925Z | Compiling env_logger v0.10.2 |
1797 | 2024-08-29T14:45:42.744Z | Compiling pin-project v1.1.5 |
1798 | 2024-08-29T14:45:42.881Z | Compiling async-stream v0.3.5 |
1799 | 2024-08-29T14:45:45.295Z | Compiling slog-bunyan v2.5.0 |
1800 | 2024-08-29T14:45:46.108Z | Compiling tokio-rustls v0.25.0 |
1801 | 2024-08-29T14:45:46.698Z | Compiling slog-term v2.9.1 |
1802 | 2024-08-29T14:45:46.785Z | Compiling serde_with_macros v3.9.0 |
1803 | 2024-08-29T14:45:49.252Z | Compiling serde-hex v0.1.0 |
1804 | 2024-08-29T14:45:49.325Z | Compiling bzip2 v0.4.4 |
1805 | 2024-08-29T14:45:49.329Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1806 | 2024-08-29T14:45:49.637Z | Compiling parse-display-derive v0.10.0 |
1807 | 2024-08-29T14:45:49.767Z | Compiling toml v0.8.19 |
1808 | 2024-08-29T14:45:50.023Z | Compiling rustls-pemfile v2.1.3 |
1809 | 2024-08-29T14:45:53.128Z | Compiling x509-cert v0.2.5 |
1810 | 2024-08-29T14:45:53.227Z | Compiling ron v0.8.1 |
1811 | 2024-08-29T14:45:53.631Z | Compiling ipnetwork v0.20.0 |
1812 | 2024-08-29T14:45:53.845Z | Compiling newtype-uuid v1.1.0 |
1813 | 2024-08-29T14:45:53.913Z | Compiling strum_macros v0.26.4 |
1814 | 2024-08-29T14:45:54.198Z | Compiling xattr v1.3.1 |
1815 | 2024-08-29T14:45:54.525Z | Compiling snafu-derive v0.8.2 |
1816 | 2024-08-29T14:45:55.629Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1817 | 2024-08-29T14:45:56.534Z | Compiling serde_path_to_error v0.1.16 |
1818 | 2024-08-29T14:45:57.311Z | Compiling hashbrown v0.13.2 |
1819 | 2024-08-29T14:45:57.536Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1820 | 2024-08-29T14:45:58.265Z | Compiling ring v0.16.20 |
1821 | 2024-08-29T14:45:58.331Z | Compiling blake3 v1.5.1 |
1822 | 2024-08-29T14:45:58.652Z | Compiling filetime v0.2.24 |
1823 | 2024-08-29T14:45:58.931Z | Compiling hostname v0.4.0 |
1824 | 2024-08-29T14:45:59.009Z | Compiling instant v0.1.12 |
1825 | 2024-08-29T14:45:59.107Z | Compiling debug-ignore v1.0.5 |
1826 | 2024-08-29T14:45:59.258Z | Compiling buf-list v1.0.3 |
1827 | 2024-08-29T14:45:59.261Z | Compiling crc-any v2.5.0 |
1828 | 2024-08-29T14:45:59.671Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1829 | 2024-08-29T14:45:59.885Z | Compiling snafu v0.8.2 |
1830 | 2024-08-29T14:46:00.157Z | Compiling backoff v0.4.0 |
1831 | 2024-08-29T14:46:00.483Z | Compiling tar v0.4.41 |
1832 | 2024-08-29T14:46:00.813Z | Compiling object v0.30.4 |
1833 | 2024-08-29T14:46:01.162Z | Compiling strum v0.26.3 |
1834 | 2024-08-29T14:46:01.353Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1835 | 2024-08-29T14:46:01.559Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1836 | 2024-08-29T14:46:03.195Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1837 | 2024-08-29T14:46:03.733Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1838 | 2024-08-29T14:46:04.478Z | Compiling parse-display v0.10.0 |
1839 | 2024-08-29T14:46:05.102Z | Compiling zip v0.6.6 |
1840 | 2024-08-29T14:46:05.582Z | Compiling serde_with v3.9.0 |
1841 | 2024-08-29T14:46:06.385Z | Compiling rayon v1.10.0 |
1842 | 2024-08-29T14:46:07.261Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1843 | 2024-08-29T14:46:07.833Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1844 | 2024-08-29T14:46:07.998Z | Compiling camino-tempfile v1.1.1 |
1845 | 2024-08-29T14:46:08.739Z | Compiling globset v0.4.14 |
1846 | 2024-08-29T14:46:09.931Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1847 | 2024-08-29T14:46:10.117Z | Compiling pem v3.0.4 |
1848 | 2024-08-29T14:46:11.621Z | Compiling olpc-cjson v0.1.3 |
1849 | 2024-08-29T14:46:11.963Z | Compiling serde_plain v1.0.2 |
1850 | 2024-08-29T14:46:11.983Z | Compiling macaddr v1.0.1 |
1851 | 2024-08-29T14:46:12.490Z | Compiling async-recursion v1.1.1 |
1852 | 2024-08-29T14:46:12.600Z | Compiling memmap2 v0.9.4 |
1853 | 2024-08-29T14:46:13.127Z | Compiling untrusted v0.7.1 |
1854 | 2024-08-29T14:46:13.329Z | Compiling typed-path v0.7.1 |
1855 | 2024-08-29T14:46:13.687Z | Compiling constant_time_eq v0.3.0 |
1856 | 2024-08-29T14:46:13.871Z | Compiling arrayref v0.3.7 |
1857 | 2024-08-29T14:46:13.974Z | Compiling path-slash v0.1.5 |
1858 | 2024-08-29T14:46:13.991Z | Compiling arrayvec v0.7.4 |
1859 | 2024-08-29T14:46:14.217Z | Compiling spin v0.5.2 |
1860 | 2024-08-29T14:46:16.168Z | Compiling tough v0.17.1 |
1861 | 2024-08-29T14:46:16.700Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1862 | 2024-08-29T14:46:17.006Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1863 | 2024-08-29T14:46:17.953Z | Compiling itertools v0.13.0 |
1864 | 2024-08-29T14:46:20.062Z | Compiling cargo-platform v0.1.8 |
1865 | 2024-08-29T14:46:21.182Z | Compiling topological-sort v0.2.2 |
1866 | 2024-08-29T14:46:21.455Z | Compiling parse-size v1.0.0 |
1867 | 2024-08-29T14:46:21.656Z | Compiling omicron-zone-package v0.11.0 |
1868 | 2024-08-29T14:46:21.747Z | Compiling cargo_metadata v0.18.1 |
1869 | 2024-08-29T14:46:21.946Z | Compiling shell-words v1.1.0 |
1870 | 2024-08-29T14:46:29.552Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1871 | 2024-08-29T14:46:42.443Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1872 | 2024-08-29T14:46:56.317Z | Finished `release` profile [optimized] target(s) in 4m 39s |
1873 | 2024-08-29T14:46:56.459Z | Running `target/release/omicron-releng --output-dir /work` |
1874 | 2024-08-29T14:46:56.499Z | Aug 29 14:46:55.285 DEBG changing working directory to /work/oxidecomputer/omicron |
1875 | 2024-08-29T14:46:56.591Z | Aug 29 14:46:55.377 DEBG running: git rev-parse HEAD |
1876 | 2024-08-29T14:46:56.597Z | Aug 29 14:46:55.384 DEBG process exited with exit status: 0 (6.371016ms) |
1877 | 2024-08-29T14:46:56.597Z | Aug 29 14:46:55.384 INFO version: 10.0.0-0.ci+gitccb9f122643 |
1878 | 2024-08-29T14:46:56.638Z | Aug 29 14:46:55.424 INFO cloning helios to /work/oxidecomputer/helios |
1879 | 2024-08-29T14:46:56.638Z | Aug 29 14:46:55.424 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1880 | 2024-08-29T14:46:56.643Z | Cloning into '/work/oxidecomputer/helios'... |
1881 | 2024-08-29T14:46:57.179Z | Aug 29 14:46:55.965 DEBG process exited with exit status: 0 (540.62859ms) |
1882 | 2024-08-29T14:46:57.179Z | Aug 29 14:46:55.965 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1883 | 2024-08-29T14:46:57.186Z | # branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9 |
1884 | 2024-08-29T14:46:57.186Z | # branch.head master |
1885 | 2024-08-29T14:46:57.186Z | # branch.upstream origin/master |
1886 | 2024-08-29T14:46:57.186Z | # branch.ab +0 -0 |
1887 | 2024-08-29T14:46:57.189Z | Aug 29 14:46:55.973 DEBG process exited with exit status: 0 (8.011755ms) |
1888 | 2024-08-29T14:46:57.189Z | Aug 29 14:46:55.973 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1889 | 2024-08-29T14:46:57.897Z | Aug 29 14:46:56.683 DEBG process exited with exit status: 0 (710.107656ms) |
1890 | 2024-08-29T14:46:57.897Z | Aug 29 14:46:56.683 DEBG running: zfs list rpool/images/build/host |
1891 | 2024-08-29T14:46:57.904Z | NAME USED AVAIL REFER MOUNTPOINT |
1892 | 2024-08-29T14:46:57.904Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
1893 | 2024-08-29T14:46:57.907Z | Aug 29 14:46:56.691 DEBG process exited with exit status: 0 (7.506174ms) |
1894 | 2024-08-29T14:46:57.907Z | Aug 29 14:46:56.691 DEBG running: zfs list rpool/images/build/recovery |
1895 | 2024-08-29T14:46:57.911Z | NAME USED AVAIL REFER MOUNTPOINT |
1896 | 2024-08-29T14:46:57.911Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
1897 | 2024-08-29T14:46:57.913Z | Aug 29 14:46:56.697 DEBG process exited with exit status: 0 (6.316821ms) |
1898 | 2024-08-29T14:46:57.913Z | Aug 29 14:46:56.698 INFO [hubris-staging] running task |
1899 | 2024-08-29T14:46:57.913Z | Aug 29 14:46:56.698 INFO [hubris-production] running task |
1900 | 2024-08-29T14:46:57.913Z | Aug 29 14:46:56.698 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1901 | 2024-08-29T14:46:57.916Z | Aug 29 14:46:56.702 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 |
1902 | 2024-08-29T14:46:58.194Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1903 | 2024-08-29T14:46:58.429Z | [ omicron-package] Blocking waiting for file lock on package cache |
1904 | 2024-08-29T14:46:59.045Z | [ omicron-package] Blocking waiting for file lock on package cache |
1905 | 2024-08-29T14:46:59.298Z | [ omicron-package] Blocking waiting for file lock on package cache |
1906 | 2024-08-29T14:46:59.442Z | Aug 29 14:46:58.227 INFO [hubris-production] task succeeded (1.529371025s) |
1907 | 2024-08-29T14:47:00.013Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1908 | 2024-08-29T14:47:00.013Z | [ omicron-package] Compiling heapless v0.8.0 |
1909 | 2024-08-29T14:47:00.016Z | [ omicron-package] Compiling hash32 v0.3.1 |
1910 | 2024-08-29T14:47:00.016Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1911 | 2024-08-29T14:47:00.016Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1912 | 2024-08-29T14:47:00.191Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1913 | 2024-08-29T14:47:00.191Z | [ omicron-package] Compiling cobs v0.2.3 |
1914 | 2024-08-29T14:47:00.193Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1915 | 2024-08-29T14:47:00.502Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1916 | 2024-08-29T14:47:00.954Z | [ omicron-package] Compiling postcard v1.0.8 |
1917 | 2024-08-29T14:47:01.325Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1918 | 2024-08-29T14:47:01.575Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1919 | 2024-08-29T14:47:01.930Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1920 | 2024-08-29T14:47:02.178Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1921 | 2024-08-29T14:47:02.179Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1922 | 2024-08-29T14:47:02.346Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1923 | 2024-08-29T14:47:02.424Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1924 | 2024-08-29T14:47:03.400Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1925 | 2024-08-29T14:47:03.402Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1926 | 2024-08-29T14:47:03.625Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1927 | 2024-08-29T14:47:04.218Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1928 | 2024-08-29T14:47:04.299Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1929 | 2024-08-29T14:47:04.694Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1930 | 2024-08-29T14:47:04.742Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1931 | 2024-08-29T14:47:04.868Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1932 | 2024-08-29T14:47:05.073Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1933 | 2024-08-29T14:47:05.477Z | [ omicron-package] Compiling colored v2.1.0 |
1934 | 2024-08-29T14:47:05.656Z | [ omicron-package] Compiling num_enum v0.5.11 |
1935 | 2024-08-29T14:47:05.660Z | [ omicron-package] Compiling socket2 v0.4.10 |
1936 | 2024-08-29T14:47:05.998Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1937 | 2024-08-29T14:47:06.257Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1938 | 2024-08-29T14:47:06.478Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1939 | 2024-08-29T14:47:06.634Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1940 | 2024-08-29T14:47:06.866Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1941 | 2024-08-29T14:47:07.187Z | [ omicron-package] Compiling num-derive v0.4.2 |
1942 | 2024-08-29T14:47:07.367Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1943 | 2024-08-29T14:47:07.911Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1944 | 2024-08-29T14:47:08.190Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1945 | 2024-08-29T14:47:08.430Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1946 | 2024-08-29T14:47:08.750Z | [ omicron-package] Compiling smf v0.2.3 |
1947 | 2024-08-29T14:47:08.839Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1948 | 2024-08-29T14:47:09.228Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1949 | 2024-08-29T14:47:09.287Z | Aug 29 14:47:08.070 INFO [hubris-staging] task succeeded (11.371809542s) |
1950 | 2024-08-29T14:47:09.352Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1951 | 2024-08-29T14:47:09.658Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1952 | 2024-08-29T14:47:11.771Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1953 | 2024-08-29T14:47:12.184Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1954 | 2024-08-29T14:47:12.306Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1955 | 2024-08-29T14:47:14.193Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1956 | 2024-08-29T14:47:14.267Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1957 | 2024-08-29T14:47:14.615Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1958 | 2024-08-29T14:47:14.882Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1959 | 2024-08-29T14:47:15.360Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1960 | 2024-08-29T14:47:15.950Z | [ omicron-package] Compiling gethostname v0.5.0 |
1961 | 2024-08-29T14:47:16.306Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1962 | 2024-08-29T14:47:17.490Z | [ omicron-package] Compiling indicatif v0.17.8 |
1963 | 2024-08-29T14:47:18.013Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1964 | 2024-08-29T14:47:21.259Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1965 | 2024-08-29T14:47:21.858Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1966 | 2024-08-29T14:47:23.457Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1967 | 2024-08-29T14:47:39.862Z | [ helios-setup] Aug 29 14:47:38.635 INFO helios repository root is: /work/oxidecomputer/helios |
1968 | 2024-08-29T14:47:39.865Z | [ helios-setup] Aug 29 14:47:38.638 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 |
1969 | 2024-08-29T14:47:39.865Z | [ helios-setup] Aug 29 14:47:38.638 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
1970 | 2024-08-29T14:47:39.870Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
1971 | 2024-08-29T14:47:42.291Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 44.35s |
1972 | 2024-08-29T14:47:42.504Z | [ omicron-package] |
1973 | 2024-08-29T14:47:42.506Z | [ omicron-package] real 44.533751941 |
1974 | 2024-08-29T14:47:42.506Z | [ omicron-package] user 2:43.334081107 |
1975 | 2024-08-29T14:47:42.506Z | [ omicron-package] sys 21.746511402 |
1976 | 2024-08-29T14:47:42.506Z | [ omicron-package] trap 0.149476381 |
1977 | 2024-08-29T14:47:42.506Z | [ omicron-package] tflt 0.357263687 |
1978 | 2024-08-29T14:47:42.506Z | [ omicron-package] dflt 0.920319949 |
1979 | 2024-08-29T14:47:42.506Z | [ omicron-package] kflt 0.006123542 |
1980 | 2024-08-29T14:47:42.506Z | [ omicron-package] lock 5:18.996083932 |
1981 | 2024-08-29T14:47:42.506Z | [ omicron-package] slp 9:03.774134804 |
1982 | 2024-08-29T14:47:42.506Z | [ omicron-package] lat 1:37.637645785 |
1983 | 2024-08-29T14:47:42.506Z | [ omicron-package] stop 59.779664254 |
1984 | 2024-08-29T14:47:42.506Z | Aug 29 14:47:41.277 INFO [omicron-package] process exited with exit status: 0 (44.574964595s) |
1985 | 2024-08-29T14:47:42.506Z | Aug 29 14:47:41.277 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 |
1986 | 2024-08-29T14:47:42.541Z | Aug 29 14:47:41.314 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1987 | 2024-08-29T14:47:42.554Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1988 | 2024-08-29T14:47:42.556Z | [ host-target] Created new build target 'host' and set it as active |
1989 | 2024-08-29T14:47:42.556Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1990 | 2024-08-29T14:47:42.559Z | Aug 29 14:47:41.329 INFO [host-target] process exited with exit status: 0 (51.881279ms) |
1991 | 2024-08-29T14:47:42.559Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1992 | 2024-08-29T14:47:42.559Z | Aug 29 14:47:41.329 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1993 | 2024-08-29T14:47:42.563Z | Aug 29 14:47:41.336 INFO [recovery-target] process exited with exit status: 0 (21.737846ms) |
1994 | 2024-08-29T14:47:42.571Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1995 | 2024-08-29T14:47:43.738Z | [ host-package] Compiling camino v1.1.9 |
1996 | 2024-08-29T14:47:43.738Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1997 | 2024-08-29T14:47:43.741Z | [ host-package] Compiling newline-converter v0.3.0 |
1998 | 2024-08-29T14:47:43.741Z | [ host-package] Compiling password-hash v0.5.0 |
1999 | 2024-08-29T14:47:43.862Z | [ host-package] Compiling blake2 v0.10.6 |
2000 | 2024-08-29T14:47:43.865Z | [ host-package] Compiling derive-where v1.2.7 |
2001 | 2024-08-29T14:47:43.865Z | [ host-package] Compiling convert_case v0.4.0 |
2002 | 2024-08-29T14:47:43.925Z | [ host-package] Compiling humantime v2.1.0 |
2003 | 2024-08-29T14:47:44.081Z | [ host-package] Compiling expectorate v1.1.0 |
2004 | 2024-08-29T14:47:44.101Z | [ host-package] Compiling toml v0.8.19 |
2005 | 2024-08-29T14:47:44.284Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2006 | 2024-08-29T14:47:44.328Z | [ helios-setup] Aug 29 14:47:43.099 INFO clone ok!, project: amd-firmware |
2007 | 2024-08-29T14:47:44.330Z | [ helios-setup] Aug 29 14:47:43.100 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 |
2008 | 2024-08-29T14:47:44.330Z | [ helios-setup] Aug 29 14:47:43.100 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2009 | 2024-08-29T14:47:44.332Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2010 | 2024-08-29T14:47:44.651Z | [ host-package] Compiling argon2 v0.5.3 |
2011 | 2024-08-29T14:47:44.716Z | [ host-package] Compiling derive_more v0.99.18 |
2012 | 2024-08-29T14:47:44.764Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2013 | 2024-08-29T14:47:44.811Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2014 | 2024-08-29T14:47:44.991Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2015 | 2024-08-29T14:47:45.120Z | [ host-package] Compiling num-rational v0.4.2 |
2016 | 2024-08-29T14:47:45.528Z | [ helios-setup] Aug 29 14:47:44.300 INFO clone ok!, project: chelsio-t6-roms |
2017 | 2024-08-29T14:47:45.531Z | [ helios-setup] Aug 29 14:47:44.300 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2018 | 2024-08-29T14:47:45.531Z | [ helios-setup] Aug 29 14:47:44.300 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 |
2019 | 2024-08-29T14:47:45.531Z | [ helios-setup] Aug 29 14:47:44.300 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 |
2020 | 2024-08-29T14:47:45.533Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2021 | 2024-08-29T14:47:45.709Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2022 | 2024-08-29T14:47:46.121Z | [ host-package] Compiling num-complex v0.4.6 |
2023 | 2024-08-29T14:47:46.289Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
2024 | 2024-08-29T14:47:46.766Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2025 | 2024-08-29T14:47:46.800Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2026 | 2024-08-29T14:47:46.930Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2027 | 2024-08-29T14:47:47.233Z | [ host-package] Compiling num v0.4.3 |
2028 | 2024-08-29T14:47:47.308Z | [ host-package] Compiling dirs-next v2.0.0 |
2029 | 2024-08-29T14:47:47.360Z | [ host-package] Compiling float-ord v0.3.2 |
2030 | 2024-08-29T14:47:47.452Z | [ host-package] Compiling term v0.7.0 |
2031 | 2024-08-29T14:47:47.509Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2032 | 2024-08-29T14:47:47.529Z | [ host-package] Compiling prettyplease v0.2.20 |
2033 | 2024-08-29T14:47:47.693Z | [ host-package] Compiling semver v0.1.20 |
2034 | 2024-08-29T14:47:47.833Z | [ host-package] Compiling is-terminal v0.4.12 |
2035 | 2024-08-29T14:47:47.978Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2036 | 2024-08-29T14:47:48.257Z | [ host-package] Compiling rustc_version v0.1.7 |
2037 | 2024-08-29T14:47:48.466Z | [ host-package] Compiling cookie v0.18.1 |
2038 | 2024-08-29T14:47:48.639Z | [ host-package] Compiling highway v1.2.0 |
2039 | 2024-08-29T14:47:48.696Z | [ host-package] Compiling newtype_derive v0.1.6 |
2040 | 2024-08-29T14:47:48.914Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2041 | 2024-08-29T14:47:49.263Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
2042 | 2024-08-29T14:47:49.381Z | [ host-package] Compiling lru-cache v0.1.2 |
2043 | 2024-08-29T14:47:49.650Z | [ host-package] Compiling steno v0.4.1 |
2044 | 2024-08-29T14:47:50.102Z | [ host-package] Compiling quick-error v1.2.3 |
2045 | 2024-08-29T14:47:50.274Z | [ host-package] Compiling home v0.5.9 |
2046 | 2024-08-29T14:47:50.531Z | [ host-package] Compiling utf-8 v0.7.6 |
2047 | 2024-08-29T14:47:50.955Z | [ host-package] Compiling resolv-conf v0.7.0 |
2048 | 2024-08-29T14:47:51.077Z | [ host-package] Compiling rustls-webpki v0.102.4 |
2049 | 2024-08-29T14:47:52.548Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2050 | 2024-08-29T14:47:52.699Z | [ host-package] Compiling rustls v0.22.4 |
2051 | 2024-08-29T14:47:52.731Z | [ host-package] Compiling thread_local v1.1.8 |
2052 | 2024-08-29T14:47:52.904Z | [ host-package] Compiling match_cfg v0.1.0 |
2053 | 2024-08-29T14:47:53.022Z | [ host-package] Compiling hostname v0.3.1 |
2054 | 2024-08-29T14:47:53.262Z | [ host-package] Compiling hickory-resolver v0.24.1 |
2055 | 2024-08-29T14:47:53.929Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2056 | 2024-08-29T14:47:53.942Z | [ helios-setup] Aug 29 14:47:52.711 INFO clone ok!, project: amd-host-image-builder |
2057 | 2024-08-29T14:47:53.945Z | [ helios-setup] Aug 29 14:47:52.712 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 |
2058 | 2024-08-29T14:47:53.945Z | [ helios-setup] Aug 29 14:47:52.712 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2059 | 2024-08-29T14:47:53.947Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2060 | 2024-08-29T14:47:54.339Z | [ host-package] Compiling multer v3.1.0 |
2061 | 2024-08-29T14:47:54.441Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2062 | 2024-08-29T14:47:54.628Z | [ helios-setup] Aug 29 14:47:53.397 INFO clone ok!, project: pinprick |
2063 | 2024-08-29T14:47:54.631Z | [ helios-setup] Aug 29 14:47:53.397 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 |
2064 | 2024-08-29T14:47:54.631Z | [ helios-setup] Aug 29 14:47:53.398 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2065 | 2024-08-29T14:47:54.633Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2066 | 2024-08-29T14:47:54.893Z | [ host-package] Compiling slog-async v2.8.0 |
2067 | 2024-08-29T14:47:54.973Z | [ host-package] Compiling slog-json v2.6.1 |
2068 | 2024-08-29T14:47:55.381Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2069 | 2024-08-29T14:47:55.502Z | [ helios-setup] Aug 29 14:47:54.270 INFO clone ok!, project: image-builder |
2070 | 2024-08-29T14:47:55.504Z | [ helios-setup] Aug 29 14:47:54.271 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2071 | 2024-08-29T14:47:55.504Z | [ helios-setup] Aug 29 14:47:54.271 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 |
2072 | 2024-08-29T14:47:55.504Z | [ helios-setup] Aug 29 14:47:54.271 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2073 | 2024-08-29T14:47:55.507Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2074 | 2024-08-29T14:47:56.330Z | [ helios-setup] Aug 29 14:47:55.098 INFO clone ok!, project: phbl |
2075 | 2024-08-29T14:47:56.333Z | [ helios-setup] Aug 29 14:47:55.098 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 |
2076 | 2024-08-29T14:47:56.333Z | [ helios-setup] Aug 29 14:47:55.098 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2077 | 2024-08-29T14:47:56.336Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2078 | 2024-08-29T14:47:56.521Z | [ host-package] Compiling http v1.1.0 |
2079 | 2024-08-29T14:47:57.094Z | [ helios-setup] Aug 29 14:47:55.862 INFO clone ok!, project: bootserver |
2080 | 2024-08-29T14:47:57.097Z | [ helios-setup] Aug 29 14:47:55.862 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 |
2081 | 2024-08-29T14:47:57.097Z | [ helios-setup] Aug 29 14:47:55.863 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2082 | 2024-08-29T14:47:57.099Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2083 | 2024-08-29T14:47:58.157Z | [ helios-setup] Aug 29 14:47:56.925 INFO clone ok!, project: pilot |
2084 | 2024-08-29T14:47:58.160Z | [ helios-setup] Aug 29 14:47:56.925 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2085 | 2024-08-29T14:47:58.160Z | [ helios-setup] Aug 29 14:47:56.925 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2086 | 2024-08-29T14:47:58.971Z | [ host-package] Compiling atomic-waker v1.1.2 |
2087 | 2024-08-29T14:47:59.162Z | [ host-package] Compiling take_mut v0.2.2 |
2088 | 2024-08-29T14:47:59.230Z | [ helios-setup] Aug 29 14:47:57.997 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2089 | 2024-08-29T14:47:59.711Z | [ host-package] Compiling waitgroup v0.1.2 |
2090 | 2024-08-29T14:47:59.819Z | [ helios-setup] Aug 29 14:47:58.586 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2091 | 2024-08-29T14:47:59.821Z | [ helios-setup] Aug 29 14:47:58.586 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2092 | 2024-08-29T14:48:00.425Z | [ helios-setup] Aug 29 14:47:59.192 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2093 | 2024-08-29T14:48:00.658Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2094 | 2024-08-29T14:48:00.971Z | [ helios-setup] Aug 29 14:47:59.738 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2095 | 2024-08-29T14:48:00.972Z | [ helios-setup] Aug 29 14:47:59.738 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2096 | 2024-08-29T14:48:01.037Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2097 | 2024-08-29T14:48:01.183Z | [ host-package] Compiling slog-term v2.9.1 |
2098 | 2024-08-29T14:48:01.328Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2099 | 2024-08-29T14:48:01.519Z | [ helios-setup] Aug 29 14:48:00.285 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2100 | 2024-08-29T14:48:01.813Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2101 | 2024-08-29T14:48:01.907Z | [ host-package] Compiling async-stream v0.3.5 |
2102 | 2024-08-29T14:48:02.086Z | [ helios-setup] Aug 29 14:48:00.853 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2103 | 2024-08-29T14:48:02.089Z | [ helios-setup] Aug 29 14:48:00.853 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2104 | 2024-08-29T14:48:02.089Z | [ helios-setup] Aug 29 14:48:00.853 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2105 | 2024-08-29T14:48:02.089Z | [ helios-setup] Aug 29 14:48:00.853 INFO ok! |
2106 | 2024-08-29T14:48:02.089Z | [ helios-setup] Aug 29 14:48:00.853 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2107 | 2024-08-29T14:48:02.089Z | [ helios-setup] Aug 29 14:48:00.853 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2108 | 2024-08-29T14:48:02.089Z | [ helios-setup] Aug 29 14:48:00.853 INFO ok! |
2109 | 2024-08-29T14:48:02.089Z | [ helios-setup] Aug 29 14:48:00.853 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2110 | 2024-08-29T14:48:02.089Z | [ helios-setup] Aug 29 14:48:00.853 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2111 | 2024-08-29T14:48:02.089Z | [ helios-setup] Aug 29 14:48:00.853 INFO ok! |
2112 | 2024-08-29T14:48:02.089Z | [ helios-setup] Aug 29 14:48:00.853 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2113 | 2024-08-29T14:48:02.089Z | [ helios-setup] Aug 29 14:48:00.853 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2114 | 2024-08-29T14:48:02.096Z | [ helios-setup] Aug 29 14:48:00.863 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2115 | 2024-08-29T14:48:02.253Z | [ host-package] Compiling ipnetwork v0.20.0 |
2116 | 2024-08-29T14:48:02.402Z | [ helios-setup] Aug 29 14:48:01.169 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2117 | 2024-08-29T14:48:02.402Z | [ helios-setup] Aug 29 14:48:01.169 INFO E| info: downloading component 'cargo' |
2118 | 2024-08-29T14:48:02.429Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2119 | 2024-08-29T14:48:02.751Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2120 | 2024-08-29T14:48:02.839Z | [ host-package] Compiling hostname v0.4.0 |
2121 | 2024-08-29T14:48:03.079Z | [ host-package] Compiling instant v0.1.12 |
2122 | 2024-08-29T14:48:03.082Z | [ host-package] Compiling debug-ignore v1.0.5 |
2123 | 2024-08-29T14:48:03.240Z | [ host-package] Compiling backoff v0.4.0 |
2124 | 2024-08-29T14:48:03.258Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2125 | 2024-08-29T14:48:03.621Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2126 | 2024-08-29T14:48:03.745Z | [ helios-setup] Aug 29 14:48:02.511 INFO E| info: downloading component 'clippy' |
2127 | 2024-08-29T14:48:03.945Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2128 | 2024-08-29T14:48:03.968Z | [ host-package] Compiling parse-display v0.10.0 |
2129 | 2024-08-29T14:48:04.427Z | [ helios-setup] Aug 29 14:48:03.193 INFO E| info: downloading component 'rust-docs' |
2130 | 2024-08-29T14:48:04.552Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2131 | 2024-08-29T14:48:04.755Z | [ host-package] Compiling serde_with v3.9.0 |
2132 | 2024-08-29T14:48:06.276Z | [ helios-setup] Aug 29 14:48:05.041 INFO E| info: downloading component 'rust-src' |
2133 | 2024-08-29T14:48:06.592Z | [ helios-setup] Aug 29 14:48:05.357 INFO E| info: downloading component 'rust-std' |
2134 | 2024-08-29T14:48:08.742Z | [ helios-setup] Aug 29 14:48:07.507 INFO E| info: downloading component 'rustc' |
2135 | 2024-08-29T14:48:08.891Z | [ host-package] Compiling strum v0.26.3 |
2136 | 2024-08-29T14:48:09.028Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2137 | 2024-08-29T14:48:10.374Z | [ host-package] Compiling macaddr v1.0.1 |
2138 | 2024-08-29T14:48:10.740Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2139 | 2024-08-29T14:48:10.837Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2140 | 2024-08-29T14:48:12.032Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2141 | 2024-08-29T14:48:12.655Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2142 | 2024-08-29T14:48:13.076Z | [ host-package] Compiling swrite v0.1.0 |
2143 | 2024-08-29T14:48:13.152Z | [ host-package] Compiling rayon-core v1.12.1 |
2144 | 2024-08-29T14:48:13.185Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2145 | 2024-08-29T14:48:13.227Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2146 | 2024-08-29T14:48:13.597Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2147 | 2024-08-29T14:48:13.713Z | [ host-package] Compiling half v2.4.1 |
2148 | 2024-08-29T14:48:14.465Z | [ host-package] Compiling display-error-chain v0.2.1 |
2149 | 2024-08-29T14:48:14.679Z | [ host-package] Compiling ciborium-io v0.2.2 |
2150 | 2024-08-29T14:48:14.835Z | [ host-package] Compiling same-file v1.0.6 |
2151 | 2024-08-29T14:48:15.088Z | [ host-package] Compiling fastrand v2.1.0 |
2152 | 2024-08-29T14:48:15.410Z | [ helios-setup] Aug 29 14:48:14.173 INFO E| info: downloading component 'rustfmt' |
2153 | 2024-08-29T14:48:15.638Z | [ host-package] Compiling tempfile v3.10.1 |
2154 | 2024-08-29T14:48:16.348Z | [ helios-setup] Aug 29 14:48:15.110 INFO E| info: installing component 'cargo' |
2155 | 2024-08-29T14:48:16.449Z | [ host-package] Compiling walkdir v2.5.0 |
2156 | 2024-08-29T14:48:17.062Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2157 | 2024-08-29T14:48:17.697Z | [ host-package] Compiling ring v0.16.20 |
2158 | 2024-08-29T14:48:17.777Z | [ helios-setup] Aug 29 14:48:16.539 INFO E| info: installing component 'clippy' |
2159 | 2024-08-29T14:48:18.228Z | [ helios-setup] Aug 29 14:48:16.989 INFO E| info: installing component 'rust-docs' |
2160 | 2024-08-29T14:48:18.927Z | [ host-package] Compiling rayon v1.10.0 |
2161 | 2024-08-29T14:48:19.844Z | [ host-package] Compiling blake3 v1.5.1 |
2162 | 2024-08-29T14:48:20.673Z | [ host-package] Compiling ciborium v0.2.2 |
2163 | 2024-08-29T14:48:21.342Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2164 | 2024-08-29T14:48:23.502Z | [ host-package] Compiling xattr v1.3.1 |
2165 | 2024-08-29T14:48:23.828Z | [ host-package] Compiling memmap2 v0.9.4 |
2166 | 2024-08-29T14:48:23.846Z | [ helios-setup] Aug 29 14:48:22.606 INFO E| info: installing component 'rust-src' |
2167 | 2024-08-29T14:48:24.551Z | [ host-package] Compiling filetime v0.2.24 |
2168 | 2024-08-29T14:48:24.578Z | [ helios-setup] Aug 29 14:48:23.338 INFO E| info: installing component 'rust-std' |
2169 | 2024-08-29T14:48:24.943Z | [ host-package] Compiling spin v0.5.2 |
2170 | 2024-08-29T14:48:25.349Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2171 | 2024-08-29T14:48:25.649Z | [ host-package] Compiling arrayvec v0.7.4 |
2172 | 2024-08-29T14:48:26.181Z | [ host-package] Compiling arrayref v0.3.7 |
2173 | 2024-08-29T14:48:26.360Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2174 | 2024-08-29T14:48:26.852Z | [ host-package] Compiling untrusted v0.7.1 |
2175 | 2024-08-29T14:48:27.360Z | [ helios-setup] Aug 29 14:48:26.119 INFO E| info: installing component 'rustc' |
2176 | 2024-08-29T14:48:30.745Z | [ host-package] Compiling tar v0.4.41 |
2177 | 2024-08-29T14:48:31.310Z | [ host-package] Compiling toolchain_find v0.4.0 |
2178 | 2024-08-29T14:48:31.882Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2179 | 2024-08-29T14:48:32.359Z | [ host-package] Compiling nibble_vec v0.1.0 |
2180 | 2024-08-29T14:48:32.519Z | [ host-package] Compiling atty v0.2.14 |
2181 | 2024-08-29T14:48:32.628Z | [ host-package] Compiling topological-sort v0.2.2 |
2182 | 2024-08-29T14:48:32.752Z | [ host-package] Compiling endian-type v0.1.2 |
2183 | 2024-08-29T14:48:32.795Z | [ host-package] Compiling glob v0.3.1 |
2184 | 2024-08-29T14:48:32.948Z | [ host-package] Compiling crunchy v0.2.2 |
2185 | 2024-08-29T14:48:33.031Z | [ host-package] Compiling maplit v1.0.2 |
2186 | 2024-08-29T14:48:33.178Z | [ host-package] Compiling radix_trie v0.2.1 |
2187 | 2024-08-29T14:48:33.592Z | [ helios-setup] Aug 29 14:48:32.349 INFO E| info: installing component 'rustfmt' |
2188 | 2024-08-29T14:48:33.615Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2189 | 2024-08-29T14:48:33.697Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2190 | 2024-08-29T14:48:33.727Z | [ host-package] Compiling clang-sys v1.7.0 |
2191 | 2024-08-29T14:48:34.275Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2192 | 2024-08-29T14:48:34.476Z | [ helios-setup] Aug 29 14:48:33.233 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2193 | 2024-08-29T14:48:34.893Z | [ host-package] Compiling tungstenite v0.21.0 |
2194 | 2024-08-29T14:48:35.201Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2195 | 2024-08-29T14:48:35.341Z | [ helios-setup] Aug 29 14:48:34.097 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2196 | 2024-08-29T14:48:35.341Z | [ helios-setup] Aug 29 14:48:34.097 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2197 | 2024-08-29T14:48:35.343Z | [ helios-setup] Aug 29 14:48:34.098 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2198 | 2024-08-29T14:48:35.371Z | [ helios-setup] Aug 29 14:48:34.127 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2199 | 2024-08-29T14:48:35.371Z | [ helios-setup] Aug 29 14:48:34.127 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2200 | 2024-08-29T14:48:35.371Z | [ helios-setup] Aug 29 14:48:34.127 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2201 | 2024-08-29T14:48:35.371Z | [ helios-setup] Aug 29 14:48:34.127 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2202 | 2024-08-29T14:48:35.373Z | [ helios-setup] Aug 29 14:48:34.128 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2203 | 2024-08-29T14:48:35.373Z | [ helios-setup] Aug 29 14:48:34.128 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2204 | 2024-08-29T14:48:35.373Z | [ helios-setup] Aug 29 14:48:34.128 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2205 | 2024-08-29T14:48:35.404Z | [ helios-setup] Aug 29 14:48:34.161 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2206 | 2024-08-29T14:48:35.802Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2207 | 2024-08-29T14:48:35.940Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2208 | 2024-08-29T14:48:36.686Z | [ helios-setup] Aug 29 14:48:35.442 INFO E| From https://github.com/oxidecomputer/amd-efs |
2209 | 2024-08-29T14:48:36.686Z | [ helios-setup] Aug 29 14:48:35.442 INFO E| * [new branch] empty -> origin/empty |
2210 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.442 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2211 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.442 INFO E| * [new branch] main -> origin/main |
2212 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.443 INFO E| * [new branch] review -> origin/review |
2213 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.443 INFO E| * [new ref] -> origin/HEAD |
2214 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.443 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2215 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.443 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2216 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.443 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2217 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.443 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2218 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2219 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2220 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2221 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2222 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2223 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2224 | 2024-08-29T14:48:36.689Z | [ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2225 | 2024-08-29T14:48:36.712Z | [ helios-setup] Aug 29 14:48:35.468 INFO E| Updating crates.io index |
2226 | 2024-08-29T14:48:36.886Z | [ helios-setup] Aug 29 14:48:35.643 INFO E| Downloading crates ... |
2227 | 2024-08-29T14:48:37.018Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2228 | 2024-08-29T14:48:37.063Z | [ helios-setup] Aug 29 14:48:35.820 INFO E| Downloaded cfg-if v0.1.10 |
2229 | 2024-08-29T14:48:37.094Z | [ helios-setup] Aug 29 14:48:35.851 INFO E| Downloaded unic-char-range v0.9.0 |
2230 | 2024-08-29T14:48:37.103Z | [ helios-setup] Aug 29 14:48:35.853 INFO E| Downloaded strum v0.23.0 |
2231 | 2024-08-29T14:48:37.103Z | [ helios-setup] Aug 29 14:48:35.854 INFO E| Downloaded semver-parser v0.7.0 |
2232 | 2024-08-29T14:48:37.103Z | [ helios-setup] Aug 29 14:48:35.856 INFO E| Downloaded scroll_derive v0.10.5 |
2233 | 2024-08-29T14:48:37.103Z | [ helios-setup] Aug 29 14:48:35.857 INFO E| Downloaded rustc_version v0.2.3 |
2234 | 2024-08-29T14:48:37.103Z | [ helios-setup] Aug 29 14:48:35.859 INFO E| Downloaded num-derive v0.3.3 |
2235 | 2024-08-29T14:48:37.112Z | [ helios-setup] Aug 29 14:48:35.861 INFO E| Downloaded unic-ucd-version v0.9.0 |
2236 | 2024-08-29T14:48:37.112Z | [ helios-setup] Aug 29 14:48:35.863 INFO E| Downloaded parse_int v0.6.0 |
2237 | 2024-08-29T14:48:37.112Z | [ helios-setup] Aug 29 14:48:35.864 INFO E| Downloaded memoffset v0.5.6 |
2238 | 2024-08-29T14:48:37.112Z | [ helios-setup] Aug 29 14:48:35.865 INFO E| Downloaded fletcher v0.1.0 |
2239 | 2024-08-29T14:48:37.112Z | [ helios-setup] Aug 29 14:48:35.867 INFO E| Downloaded unic-common v0.9.0 |
2240 | 2024-08-29T14:48:37.112Z | [ helios-setup] Aug 29 14:48:35.868 INFO E| Downloaded unic-char-property v0.9.0 |
2241 | 2024-08-29T14:48:37.120Z | [ helios-setup] Aug 29 14:48:35.870 INFO E| Downloaded strsim v0.8.0 |
2242 | 2024-08-29T14:48:37.120Z | [ helios-setup] Aug 29 14:48:35.872 INFO E| Downloaded four-cc v0.3.0 |
2243 | 2024-08-29T14:48:37.125Z | [ helios-setup] Aug 29 14:48:35.881 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2244 | 2024-08-29T14:48:37.127Z | [ helios-setup] Aug 29 14:48:35.884 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2245 | 2024-08-29T14:48:37.130Z | [ helios-setup] Aug 29 14:48:35.886 INFO E| Downloaded structopt-derive v0.4.18 |
2246 | 2024-08-29T14:48:37.138Z | [ helios-setup] Aug 29 14:48:35.888 INFO E| Downloaded textwrap v0.11.0 |
2247 | 2024-08-29T14:48:37.138Z | [ helios-setup] Aug 29 14:48:35.890 INFO E| Downloaded pest_generator v2.7.11 |
2248 | 2024-08-29T14:48:37.138Z | [ helios-setup] Aug 29 14:48:35.892 INFO E| Downloaded vec_map v0.8.2 |
2249 | 2024-08-29T14:48:37.138Z | [ helios-setup] Aug 29 14:48:35.894 INFO E| Downloaded structopt v0.3.26 |
2250 | 2024-08-29T14:48:37.149Z | [ helios-setup] Aug 29 14:48:35.905 INFO E| Downloaded semver v0.9.0 |
2251 | 2024-08-29T14:48:37.167Z | [ helios-setup] Aug 29 14:48:35.923 INFO E| Downloaded toml v0.5.11 |
2252 | 2024-08-29T14:48:37.170Z | [ helios-setup] Aug 29 14:48:35.926 INFO E| Downloaded serde_derive v1.0.204 |
2253 | 2024-08-29T14:48:37.173Z | [ helios-setup] Aug 29 14:48:35.930 INFO E| Downloaded log v0.4.22 |
2254 | 2024-08-29T14:48:37.176Z | [ helios-setup] Aug 29 14:48:35.933 INFO E| Downloaded serde v1.0.204 |
2255 | 2024-08-29T14:48:37.195Z | [ helios-setup] Aug 29 14:48:35.952 INFO E| Downloaded goblin v0.4.3 |
2256 | 2024-08-29T14:48:37.208Z | [ helios-setup] Aug 29 14:48:35.964 INFO E| Downloaded serde_json v1.0.120 |
2257 | 2024-08-29T14:48:37.222Z | [ helios-setup] Aug 29 14:48:35.978 INFO E| Downloaded syn v2.0.71 |
2258 | 2024-08-29T14:48:37.249Z | [ helios-setup] Aug 29 14:48:36.005 INFO E| Downloaded clap v2.34.0 |
2259 | 2024-08-29T14:48:37.257Z | [ helios-setup] Aug 29 14:48:36.014 INFO E| Downloaded memchr v2.7.4 |
2260 | 2024-08-29T14:48:37.264Z | [ helios-setup] Aug 29 14:48:36.020 INFO E| Downloaded scroll v0.10.2 |
2261 | 2024-08-29T14:48:37.266Z | [ helios-setup] Aug 29 14:48:36.023 INFO E| Downloaded libc v0.2.155 |
2262 | 2024-08-29T14:48:37.305Z | [ helios-setup] Aug 29 14:48:36.061 INFO E| Downloaded pest_meta v2.7.11 |
2263 | 2024-08-29T14:48:37.307Z | [ helios-setup] Aug 29 14:48:36.064 INFO E| Downloaded pest v2.7.11 |
2264 | 2024-08-29T14:48:37.315Z | [ helios-setup] Aug 29 14:48:36.071 INFO E| Downloaded ansi_term v0.12.1 |
2265 | 2024-08-29T14:48:37.317Z | [ helios-setup] Aug 29 14:48:36.074 INFO E| Downloaded pre v0.2.1 |
2266 | 2024-08-29T14:48:37.320Z | [ helios-setup] Aug 29 14:48:36.075 INFO E| Downloaded strum_macros v0.23.1 |
2267 | 2024-08-29T14:48:37.322Z | [ helios-setup] Aug 29 14:48:36.078 INFO E| Downloaded proc-macro-crate v0.1.5 |
2268 | 2024-08-29T14:48:37.324Z | [ helios-setup] Aug 29 14:48:36.079 INFO E| Downloaded modular-bitfield v0.11.2 |
2269 | 2024-08-29T14:48:37.339Z | [ helios-setup] Aug 29 14:48:36.095 INFO E| Downloaded pre-proc-macro v0.2.1 |
2270 | 2024-08-29T14:48:37.342Z | [ helios-setup] Aug 29 14:48:36.098 INFO E| Downloaded pest_derive v2.7.11 |
2271 | 2024-08-29T14:48:37.346Z | [ helios-setup] Aug 29 14:48:36.102 INFO E| Downloaded bytesize v1.3.0 |
2272 | 2024-08-29T14:48:37.406Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2273 | 2024-08-29T14:48:37.432Z | [ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling proc-macro2 v1.0.86 |
2274 | 2024-08-29T14:48:37.432Z | [ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling unicode-ident v1.0.12 |
2275 | 2024-08-29T14:48:37.432Z | [ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling syn v1.0.109 |
2276 | 2024-08-29T14:48:37.432Z | [ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling version_check v0.9.4 |
2277 | 2024-08-29T14:48:37.435Z | [ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling autocfg v1.3.0 |
2278 | 2024-08-29T14:48:37.435Z | [ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling semver-parser v0.7.0 |
2279 | 2024-08-29T14:48:37.435Z | [ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling thiserror v1.0.63 |
2280 | 2024-08-29T14:48:37.435Z | [ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling serde v1.0.204 |
2281 | 2024-08-29T14:48:37.752Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2282 | 2024-08-29T14:48:38.256Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2283 | 2024-08-29T14:48:38.354Z | [ host-package] Compiling arc-swap v1.7.1 |
2284 | 2024-08-29T14:48:39.030Z | [ host-package] Compiling slog-scope v4.4.0 |
2285 | 2024-08-29T14:48:39.067Z | [ helios-setup] Aug 29 14:48:37.822 INFO E| Compiling semver v0.9.0 |
2286 | 2024-08-29T14:48:39.116Z | [ helios-setup] Aug 29 14:48:37.872 INFO E| Compiling serde_json v1.0.120 |
2287 | 2024-08-29T14:48:39.211Z | [ host-package] Compiling diesel_derives v2.2.2 |
2288 | 2024-08-29T14:48:39.339Z | [ host-package] Compiling r2d2 v0.8.10 |
2289 | 2024-08-29T14:48:39.492Z | [ helios-setup] Aug 29 14:48:38.248 INFO E| Compiling num-traits v0.2.19 |
2290 | 2024-08-29T14:48:39.507Z | [ helios-setup] Aug 29 14:48:38.262 INFO E| Compiling ryu v1.0.18 |
2291 | 2024-08-29T14:48:39.657Z | [ helios-setup] Aug 29 14:48:38.413 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2292 | 2024-08-29T14:48:39.841Z | [ helios-setup] Aug 29 14:48:38.596 INFO E| Compiling proc-macro-error v1.0.4 |
2293 | 2024-08-29T14:48:39.943Z | [ helios-setup] Aug 29 14:48:38.698 INFO E| Compiling rustc_version v0.2.3 |
2294 | 2024-08-29T14:48:40.114Z | [ helios-setup] Aug 29 14:48:38.869 INFO E| Compiling schemars v0.8.21 |
2295 | 2024-08-29T14:48:40.209Z | [ helios-setup] Aug 29 14:48:38.961 INFO E| Compiling unicode-segmentation v1.11.0 |
2296 | 2024-08-29T14:48:40.290Z | [ helios-setup] Aug 29 14:48:39.046 INFO E| Compiling itoa v1.0.11 |
2297 | 2024-08-29T14:48:40.324Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2298 | 2024-08-29T14:48:40.771Z | [ helios-setup] Aug 29 14:48:39.526 INFO E| Compiling quote v1.0.36 |
2299 | 2024-08-29T14:48:40.804Z | [ helios-setup] Aug 29 14:48:39.559 INFO E| Compiling memoffset v0.5.6 |
2300 | 2024-08-29T14:48:40.811Z | [ helios-setup] Aug 29 14:48:39.566 INFO E| Compiling libc v0.2.155 |
2301 | 2024-08-29T14:48:40.887Z | [ helios-setup] Aug 29 14:48:39.642 INFO E| Compiling pre-proc-macro v0.2.1 |
2302 | 2024-08-29T14:48:40.919Z | [ helios-setup] Aug 29 14:48:39.674 INFO E| Compiling ucd-trie v0.1.6 |
2303 | 2024-08-29T14:48:41.111Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2304 | 2024-08-29T14:48:41.334Z | [ helios-setup] Aug 29 14:48:40.089 INFO E| Compiling syn v2.0.71 |
2305 | 2024-08-29T14:48:41.432Z | [ host-package] Compiling ena v0.14.3 |
2306 | 2024-08-29T14:48:41.507Z | [ host-package] Compiling libloading v0.8.3 |
2307 | 2024-08-29T14:48:42.053Z | [ helios-setup] Aug 29 14:48:40.807 INFO E| Compiling heck v0.3.3 |
2308 | 2024-08-29T14:48:42.063Z | [ host-package] Compiling regex-syntax v0.6.29 |
2309 | 2024-08-29T14:48:42.129Z | [ helios-setup] Aug 29 14:48:40.883 INFO E| Compiling paste v1.0.15 |
2310 | 2024-08-29T14:48:42.180Z | [ helios-setup] Aug 29 14:48:40.935 INFO E| Compiling memchr v2.7.4 |
2311 | 2024-08-29T14:48:42.324Z | [ helios-setup] Aug 29 14:48:41.079 INFO E| Compiling rustversion v1.0.17 |
2312 | 2024-08-29T14:48:42.338Z | [ host-package] Compiling bindgen v0.69.4 |
2313 | 2024-08-29T14:48:42.341Z | [ host-package] Compiling diff v0.1.13 |
2314 | 2024-08-29T14:48:43.230Z | [ helios-setup] Aug 29 14:48:41.984 INFO E| Compiling dyn-clone v1.0.17 |
2315 | 2024-08-29T14:48:43.331Z | [ helios-setup] Aug 29 14:48:42.085 INFO E| Compiling lazy_static v1.5.0 |
2316 | 2024-08-29T14:48:43.863Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2317 | 2024-08-29T14:48:43.878Z | [ helios-setup] Aug 29 14:48:42.632 INFO E| Compiling pre v0.2.1 |
2318 | 2024-08-29T14:48:44.069Z | [ helios-setup] Aug 29 14:48:42.823 INFO E| Compiling once_cell v1.19.0 |
2319 | 2024-08-29T14:48:44.105Z | [ helios-setup] Aug 29 14:48:42.860 INFO E| Compiling cfg-if v0.1.10 |
2320 | 2024-08-29T14:48:44.186Z | [ helios-setup] Aug 29 14:48:42.941 INFO E| Compiling byteorder v1.5.0 |
2321 | 2024-08-29T14:48:44.635Z | [ helios-setup] Aug 29 14:48:43.389 INFO E| Compiling static_assertions v1.1.0 |
2322 | 2024-08-29T14:48:45.746Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2323 | 2024-08-29T14:48:45.756Z | [ helios-setup] Aug 29 14:48:44.510 INFO E| Compiling unicode-width v0.1.13 |
2324 | 2024-08-29T14:48:46.264Z | [ helios-setup] Aug 29 14:48:45.018 INFO E| Compiling atty v0.2.14 |
2325 | 2024-08-29T14:48:46.457Z | [ helios-setup] Aug 29 14:48:45.209 INFO E| Compiling textwrap v0.11.0 |
2326 | 2024-08-29T14:48:46.559Z | [ helios-setup] Aug 29 14:48:45.313 INFO E| Compiling bitflags v1.3.2 |
2327 | 2024-08-29T14:48:46.821Z | [ helios-setup] Aug 29 14:48:45.574 INFO E| Compiling vec_map v0.8.2 |
2328 | 2024-08-29T14:48:47.355Z | [ helios-setup] Aug 29 14:48:46.109 INFO E| Compiling unic-char-range v0.9.0 |
2329 | 2024-08-29T14:48:47.566Z | [ helios-setup] Aug 29 14:48:46.320 INFO E| Compiling strum v0.23.0 |
2330 | 2024-08-29T14:48:47.681Z | [ helios-setup] Aug 29 14:48:46.434 INFO E| Compiling strsim v0.8.0 |
2331 | 2024-08-29T14:48:47.803Z | [ helios-setup] Aug 29 14:48:46.556 INFO E| Compiling ansi_term v0.12.1 |
2332 | 2024-08-29T14:48:47.870Z | [ helios-setup] Aug 29 14:48:46.623 INFO E| Compiling fletcher v0.1.0 |
2333 | 2024-08-29T14:48:48.078Z | [ helios-setup] Aug 29 14:48:46.830 INFO E| Compiling parse_int v0.6.0 |
2334 | 2024-08-29T14:48:48.155Z | [ helios-setup] Aug 29 14:48:46.908 INFO E| Compiling unic-common v0.9.0 |
2335 | 2024-08-29T14:48:48.244Z | [ helios-setup] Aug 29 14:48:46.997 INFO E| Compiling unic-char-property v0.9.0 |
2336 | 2024-08-29T14:48:48.350Z | [ helios-setup] Aug 29 14:48:47.103 INFO E| Compiling clap v2.34.0 |
2337 | 2024-08-29T14:48:48.359Z | [ helios-setup] Aug 29 14:48:47.112 INFO E| Compiling unic-ucd-version v0.9.0 |
2338 | 2024-08-29T14:48:48.452Z | [ helios-setup] Aug 29 14:48:47.205 INFO E| Compiling plain v0.2.3 |
2339 | 2024-08-29T14:48:48.624Z | [ host-package] Compiling which v4.4.2 |
2340 | 2024-08-29T14:48:48.647Z | [ helios-setup] Aug 29 14:48:47.400 INFO E| Compiling log v0.4.22 |
2341 | 2024-08-29T14:48:48.657Z | [ helios-setup] Aug 29 14:48:47.410 INFO E| Compiling unic-ucd-ident v0.9.0 |
2342 | 2024-08-29T14:48:48.907Z | [ helios-setup] Aug 29 14:48:47.660 INFO E| Compiling bytesize v1.3.0 |
2343 | 2024-08-29T14:48:49.510Z | [ host-package] Compiling lalrpop v0.19.12 |
2344 | 2024-08-29T14:48:49.561Z | [ helios-setup] Aug 29 14:48:48.314 INFO E| Compiling serde_derive_internals v0.29.1 |
2345 | 2024-08-29T14:48:51.928Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2346 | 2024-08-29T14:48:52.030Z | [ helios-setup] Aug 29 14:48:50.782 INFO E| Compiling toml v0.5.11 |
2347 | 2024-08-29T14:48:52.304Z | [ host-package] Compiling cexpr v0.6.0 |
2348 | 2024-08-29T14:48:55.029Z | [ helios-setup] Aug 29 14:48:53.780 INFO E| Compiling proc-macro-crate v0.1.5 |
2349 | 2024-08-29T14:48:55.305Z | [ host-package] Compiling libsw v3.3.1 |
2350 | 2024-08-29T14:48:55.511Z | [ helios-setup] Aug 29 14:48:54.262 INFO E| Compiling thiserror-impl v1.0.63 |
2351 | 2024-08-29T14:48:55.696Z | [ helios-setup] Aug 29 14:48:54.447 INFO E| Compiling serde_derive v1.0.204 |
2352 | 2024-08-29T14:48:55.711Z | [ helios-setup] Aug 29 14:48:54.461 INFO E| Compiling schemars_derive v0.8.21 |
2353 | 2024-08-29T14:48:56.244Z | [ host-package] Compiling rustc-hash v1.1.0 |
2354 | 2024-08-29T14:48:56.482Z | [ helios-setup] Aug 29 14:48:55.232 INFO E| Compiling zerocopy-derive v0.6.6 |
2355 | 2024-08-29T14:48:57.123Z | [ host-package] Compiling owo-colors v4.0.0 |
2356 | 2024-08-29T14:48:59.770Z | [ helios-setup] Aug 29 14:48:58.519 INFO E| Compiling zerocopy v0.6.6 |
2357 | 2024-08-29T14:49:00.512Z | [ host-package] Compiling diesel v2.2.3 |
2358 | 2024-08-29T14:49:01.519Z | [ helios-setup] Aug 29 14:49:00.268 INFO E| Compiling pest v2.7.11 |
2359 | 2024-08-29T14:49:02.279Z | [ host-package] Compiling lazycell v1.3.0 |
2360 | 2024-08-29T14:49:02.572Z | [ helios-setup] Aug 29 14:49:01.321 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2361 | 2024-08-29T14:49:02.572Z | [ helios-setup] Aug 29 14:49:01.321 INFO E| Compiling num-derive v0.3.3 |
2362 | 2024-08-29T14:49:02.718Z | [ host-package] Compiling shlex v1.3.0 |
2363 | 2024-08-29T14:49:02.987Z | [ host-package] Compiling linear-map v1.2.0 |
2364 | 2024-08-29T14:49:03.316Z | [ host-package] Compiling ref-cast v1.0.23 |
2365 | 2024-08-29T14:49:03.644Z | [ helios-setup] Aug 29 14:49:02.393 INFO E| Compiling scroll_derive v0.10.5 |
2366 | 2024-08-29T14:49:03.778Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2367 | 2024-08-29T14:49:04.360Z | [ helios-setup] Aug 29 14:49:03.109 INFO E| Compiling strum_macros v0.23.1 |
2368 | 2024-08-29T14:49:06.278Z | [ helios-setup] Aug 29 14:49:05.026 INFO E| Compiling pest_meta v2.7.11 |
2369 | 2024-08-29T14:49:06.634Z | [ helios-setup] Aug 29 14:49:05.382 INFO E| Compiling scroll v0.10.2 |
2370 | 2024-08-29T14:49:06.806Z | [ helios-setup] Aug 29 14:49:05.553 INFO E| Compiling structopt-derive v0.4.18 |
2371 | 2024-08-29T14:49:07.577Z | [ helios-setup] Aug 29 14:49:06.324 INFO E| Compiling goblin v0.4.3 |
2372 | 2024-08-29T14:49:07.616Z | [ helios-setup] Aug 29 14:49:06.363 INFO E| Compiling modular-bitfield v0.11.2 |
2373 | 2024-08-29T14:49:08.731Z | [ helios-setup] Aug 29 14:49:07.478 INFO E| Compiling pest_generator v2.7.11 |
2374 | 2024-08-29T14:49:11.782Z | [ helios-setup] Aug 29 14:49:10.528 INFO E| Compiling structopt v0.3.26 |
2375 | 2024-08-29T14:49:14.482Z | [ helios-setup] Aug 29 14:49:13.227 INFO E| Compiling pest_derive v2.7.11 |
2376 | 2024-08-29T14:49:15.846Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2377 | 2024-08-29T14:49:18.482Z | [ helios-setup] Aug 29 14:49:17.226 INFO E| Compiling json5 v0.4.1 |
2378 | 2024-08-29T14:49:18.800Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2379 | 2024-08-29T14:49:19.456Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2380 | 2024-08-29T14:49:23.032Z | [ host-package] Compiling headers-core v0.2.0 |
2381 | 2024-08-29T14:49:23.257Z | [ host-package] Compiling fxhash v0.2.1 |
2382 | 2024-08-29T14:49:23.868Z | [ host-package] Compiling libxml v0.3.3 |
2383 | 2024-08-29T14:49:24.136Z | [ helios-setup] Aug 29 14:49:22.878 INFO E| Compiling four-cc v0.3.0 |
2384 | 2024-08-29T14:49:24.136Z | [ helios-setup] Aug 29 14:49:22.878 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2385 | 2024-08-29T14:49:24.314Z | [ helios-setup] Aug 29 14:49:23.056 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2386 | 2024-08-29T14:49:24.404Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2387 | 2024-08-29T14:49:24.637Z | [ host-package] Compiling headers v0.3.9 |
2388 | 2024-08-29T14:49:25.644Z | [ host-package] Compiling samael v0.0.15 |
2389 | 2024-08-29T14:49:26.156Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2390 | 2024-08-29T14:49:27.633Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2391 | 2024-08-29T14:49:28.275Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2392 | 2024-08-29T14:49:29.098Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2393 | 2024-08-29T14:49:29.633Z | [ host-package] Compiling strum_macros v0.24.3 |
2394 | 2024-08-29T14:49:29.746Z | [ host-package] Compiling kstat-rs v0.2.4 |
2395 | 2024-08-29T14:49:30.941Z | [ host-package] Compiling dropshot v0.10.1 |
2396 | 2024-08-29T14:49:31.477Z | [ host-package] Compiling unicase v2.7.0 |
2397 | 2024-08-29T14:49:32.012Z | [ host-package] Compiling indoc v1.0.9 |
2398 | 2024-08-29T14:49:32.190Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2399 | 2024-08-29T14:49:32.370Z | [ host-package] Compiling polar-core v0.27.3 |
2400 | 2024-08-29T14:49:33.570Z | [ host-package] Compiling derive_builder v0.20.0 |
2401 | 2024-08-29T14:49:35.171Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2402 | 2024-08-29T14:49:38.806Z | [ host-package] Compiling tungstenite v0.23.0 |
2403 | 2024-08-29T14:49:39.521Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2404 | 2024-08-29T14:49:39.935Z | [ host-package] Compiling crossterm v0.28.1 |
2405 | 2024-08-29T14:49:45.316Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2406 | 2024-08-29T14:49:45.800Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2407 | 2024-08-29T14:49:49.064Z | [ host-package] Compiling oso-derive v0.27.3 |
2408 | 2024-08-29T14:49:49.499Z | [ host-package] Compiling dropshot_endpoint v0.10.1 |
2409 | 2024-08-29T14:49:49.653Z | [ host-package] Compiling libz-sys v1.1.16 |
2410 | 2024-08-29T14:49:50.311Z | [ host-package] Compiling quick-xml v0.31.0 |
2411 | 2024-08-29T14:49:50.477Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2412 | 2024-08-29T14:49:51.033Z | [ host-package] Compiling keccak v0.1.5 |
2413 | 2024-08-29T14:49:51.773Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2414 | 2024-08-29T14:49:52.377Z | [ host-package] Compiling sha3 v0.10.8 |
2415 | 2024-08-29T14:49:53.733Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
2416 | 2024-08-29T14:49:53.804Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2417 | 2024-08-29T14:49:53.904Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2418 | 2024-08-29T14:49:54.377Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2419 | 2024-08-29T14:49:55.712Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2420 | 2024-08-29T14:49:56.092Z | [ host-package] Compiling bb8 v0.8.5 |
2421 | 2024-08-29T14:49:56.872Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2422 | 2024-08-29T14:49:59.676Z | [ host-package] Compiling oso v0.27.3 |
2423 | 2024-08-29T14:50:05.590Z | [ helios-setup] Aug 29 14:50:04.320 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2424 | 2024-08-29T14:50:07.450Z | [ host-package] Compiling universal-hash v0.5.1 |
2425 | 2024-08-29T14:50:07.923Z | [ host-package] Compiling secrecy v0.8.0 |
2426 | 2024-08-29T14:50:08.315Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2427 | 2024-08-29T14:50:11.931Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2428 | 2024-08-29T14:50:13.765Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2429 | 2024-08-29T14:50:14.514Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2430 | 2024-08-29T14:50:14.865Z | [ host-package] Compiling opaque-debug v0.3.1 |
2431 | 2024-08-29T14:50:15.004Z | [ host-package] Compiling poly1305 v0.8.0 |
2432 | 2024-08-29T14:50:15.634Z | [ host-package] Compiling vte v0.11.1 |
2433 | 2024-08-29T14:50:17.422Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2434 | 2024-08-29T14:50:17.628Z | [ host-package] Compiling const_format v0.2.32 |
2435 | 2024-08-29T14:50:19.097Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2436 | 2024-08-29T14:50:19.251Z | [ helios-setup] Aug 29 14:50:17.977 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2437 | 2024-08-29T14:50:19.941Z | [ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2438 | 2024-08-29T14:50:21.705Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2439 | 2024-08-29T14:50:22.154Z | [ host-package] Compiling chacha20 v0.9.1 |
2440 | 2024-08-29T14:50:22.671Z | [ host-package] Compiling fd-lock v4.0.2 |
2441 | 2024-08-29T14:50:22.957Z | [ host-package] Compiling aead v0.5.2 |
2442 | 2024-08-29T14:50:23.372Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2443 | 2024-08-29T14:50:24.564Z | [ host-package] Compiling bytecount v0.6.8 |
2444 | 2024-08-29T14:50:24.946Z | [ host-package] Compiling papergrid v0.11.0 |
2445 | 2024-08-29T14:50:26.166Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2446 | 2024-08-29T14:50:26.846Z | [ host-package] Compiling parking_lot v0.11.2 |
2447 | 2024-08-29T14:50:29.006Z | [ host-package] Compiling vsss-rs v3.3.4 |
2448 | 2024-08-29T14:50:34.021Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2449 | 2024-08-29T14:50:35.867Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2450 | 2024-08-29T14:50:37.964Z | [ host-package] Compiling tabled_derive v0.7.0 |
2451 | 2024-08-29T14:50:40.518Z | [ host-package] Compiling crossterm v0.27.0 |
2452 | 2024-08-29T14:50:41.299Z | [ host-package] Compiling peg-macros v0.8.4 |
2453 | 2024-08-29T14:50:45.167Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2454 | 2024-08-29T14:50:46.119Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2455 | 2024-08-29T14:50:47.272Z | [ host-package] Compiling unicode_categories v0.1.1 |
2456 | 2024-08-29T14:50:47.746Z | [ host-package] Compiling sqlformat v0.2.4 |
2457 | 2024-08-29T14:50:47.850Z | [ host-package] Compiling rustyline v14.0.0 |
2458 | 2024-08-29T14:50:48.611Z | [ host-package] Compiling sqlparser v0.45.0 |
2459 | 2024-08-29T14:50:51.976Z | [ host-package] Compiling reedline v0.33.0 |
2460 | 2024-08-29T14:50:58.926Z | [ helios-setup] Aug 29 14:50:57.640 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 24s |
2461 | 2024-08-29T14:50:58.960Z | [ helios-setup] Aug 29 14:50:57.675 INFO building project "amd-host-image-builder" ok (176 seconds) |
2462 | 2024-08-29T14:50:58.963Z | [ helios-setup] Aug 29 14:50:57.675 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2463 | 2024-08-29T14:50:58.963Z | [ helios-setup] Aug 29 14:50:57.675 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2464 | 2024-08-29T14:50:58.963Z | [ host-package] Compiling peg v0.8.4 |
2465 | 2024-08-29T14:50:59.111Z | [ host-package] Compiling tabled v0.15.0 |
2466 | 2024-08-29T14:50:59.299Z | [ helios-setup] Aug 29 14:50:58.013 INFO E| Compiling adler v1.0.2 |
2467 | 2024-08-29T14:50:59.435Z | [ helios-setup] Aug 29 14:50:58.149 INFO E| Compiling miniz_oxide v0.7.2 |
2468 | 2024-08-29T14:51:00.461Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2469 | 2024-08-29T14:51:01.997Z | [ helios-setup] Aug 29 14:51:00.711 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2470 | 2024-08-29T14:51:02.902Z | [ helios-setup] Aug 29 14:51:01.615 INFO E| Finished `release` profile [optimized] target(s) in 3.83s |
2471 | 2024-08-29T14:51:02.909Z | [ helios-setup] Aug 29 14:51:01.622 INFO building project "pinprick" ok (3 seconds) |
2472 | 2024-08-29T14:51:02.909Z | [ helios-setup] Aug 29 14:51:01.622 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2473 | 2024-08-29T14:51:02.911Z | [ helios-setup] Aug 29 14:51:01.622 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2474 | 2024-08-29T14:51:03.208Z | [ helios-setup] Aug 29 14:51:01.921 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2475 | 2024-08-29T14:51:03.300Z | [ host-package] Compiling sled v0.34.7 |
2476 | 2024-08-29T14:51:03.745Z | [ helios-setup] Aug 29 14:51:02.457 INFO E| From https://github.com/jclulow/rust-jmclib |
2477 | 2024-08-29T14:51:03.747Z | [ helios-setup] Aug 29 14:51:02.458 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2478 | 2024-08-29T14:51:03.768Z | [ helios-setup] Aug 29 14:51:02.481 INFO E| Updating crates.io index |
2479 | 2024-08-29T14:51:03.895Z | [ helios-setup] Aug 29 14:51:02.607 INFO E| Downloading crates ... |
2480 | 2024-08-29T14:51:04.021Z | [ helios-setup] Aug 29 14:51:02.734 INFO E| Downloaded bitflags v2.3.3 |
2481 | 2024-08-29T14:51:04.026Z | [ helios-setup] Aug 29 14:51:02.739 INFO E| Downloaded opaque-debug v0.3.0 |
2482 | 2024-08-29T14:51:04.028Z | [ helios-setup] Aug 29 14:51:02.740 INFO E| Downloaded quote v1.0.31 |
2483 | 2024-08-29T14:51:04.032Z | [ helios-setup] Aug 29 14:51:02.745 INFO E| Downloaded md-5 v0.9.1 |
2484 | 2024-08-29T14:51:04.034Z | [ helios-setup] Aug 29 14:51:02.747 INFO E| Downloaded serde v1.0.193 |
2485 | 2024-08-29T14:51:04.040Z | [ helios-setup] Aug 29 14:51:02.753 INFO E| Downloaded serde_derive v1.0.193 |
2486 | 2024-08-29T14:51:04.044Z | [ helios-setup] Aug 29 14:51:02.757 INFO E| Downloaded anyhow v1.0.72 |
2487 | 2024-08-29T14:51:04.050Z | [ helios-setup] Aug 29 14:51:02.763 INFO E| Downloaded sha-1 v0.9.8 |
2488 | 2024-08-29T14:51:04.082Z | [ helios-setup] Aug 29 14:51:02.794 INFO E| Downloaded walkdir v2.3.3 |
2489 | 2024-08-29T14:51:04.085Z | [ helios-setup] Aug 29 14:51:02.798 INFO E| Downloaded typenum v1.16.0 |
2490 | 2024-08-29T14:51:04.089Z | [ helios-setup] Aug 29 14:51:02.802 INFO E| Downloaded tempfile v3.7.0 |
2491 | 2024-08-29T14:51:04.093Z | [ helios-setup] Aug 29 14:51:02.806 INFO E| Downloaded cpufeatures v0.2.9 |
2492 | 2024-08-29T14:51:04.095Z | [ helios-setup] Aug 29 14:51:02.808 INFO E| Downloaded once_cell v1.18.0 |
2493 | 2024-08-29T14:51:04.099Z | [ helios-setup] Aug 29 14:51:02.812 INFO E| Downloaded unicode-ident v1.0.11 |
2494 | 2024-08-29T14:51:04.104Z | [ helios-setup] Aug 29 14:51:02.817 INFO E| Downloaded proc-macro2 v1.0.66 |
2495 | 2024-08-29T14:51:04.108Z | [ helios-setup] Aug 29 14:51:02.821 INFO E| Downloaded uuid v0.8.2 |
2496 | 2024-08-29T14:51:04.113Z | [ helios-setup] Aug 29 14:51:02.826 INFO E| Downloaded ryu v1.0.15 |
2497 | 2024-08-29T14:51:04.118Z | [ helios-setup] Aug 29 14:51:02.831 INFO E| Downloaded unicode-width v0.1.10 |
2498 | 2024-08-29T14:51:04.121Z | [ helios-setup] Aug 29 14:51:02.833 INFO E| Downloaded getrandom v0.2.10 |
2499 | 2024-08-29T14:51:04.125Z | [ helios-setup] Aug 29 14:51:02.838 INFO E| Downloaded fastrand v2.0.0 |
2500 | 2024-08-29T14:51:04.127Z | [ helios-setup] Aug 29 14:51:02.840 INFO E| Downloaded syn v2.0.32 |
2501 | 2024-08-29T14:51:04.144Z | [ helios-setup] Aug 29 14:51:02.857 INFO E| Downloaded errno v0.3.1 |
2502 | 2024-08-29T14:51:04.147Z | [ helios-setup] Aug 29 14:51:02.860 INFO E| Downloaded serde_json v1.0.103 |
2503 | 2024-08-29T14:51:04.158Z | [ helios-setup] Aug 29 14:51:02.871 INFO E| Downloaded itoa v1.0.9 |
2504 | 2024-08-29T14:51:04.161Z | [ helios-setup] Aug 29 14:51:02.874 INFO E| Downloaded digest v0.9.0 |
2505 | 2024-08-29T14:51:04.164Z | [ helios-setup] Aug 29 14:51:02.876 INFO E| Downloaded block-buffer v0.9.0 |
2506 | 2024-08-29T14:51:04.166Z | [ helios-setup] Aug 29 14:51:02.878 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2507 | 2024-08-29T14:51:04.166Z | [ helios-setup] Aug 29 14:51:02.879 INFO E| Downloaded rustix v0.38.4 |
2508 | 2024-08-29T14:51:04.211Z | [ helios-setup] Aug 29 14:51:02.924 INFO E| Downloaded libc v0.2.147 |
2509 | 2024-08-29T14:51:04.504Z | [ helios-setup] Aug 29 14:51:03.178 INFO E| Compiling libc v0.2.147 |
2510 | 2024-08-29T14:51:04.504Z | [ helios-setup] Aug 29 14:51:03.178 INFO E| Compiling proc-macro2 v1.0.66 |
2511 | 2024-08-29T14:51:04.504Z | [ helios-setup] Aug 29 14:51:03.178 INFO E| Compiling cfg-if v1.0.0 |
2512 | 2024-08-29T14:51:04.507Z | [ helios-setup] Aug 29 14:51:03.178 INFO E| Compiling unicode-ident v1.0.11 |
2513 | 2024-08-29T14:51:04.507Z | [ helios-setup] Aug 29 14:51:03.178 INFO E| Compiling version_check v0.9.4 |
2514 | 2024-08-29T14:51:04.507Z | [ helios-setup] Aug 29 14:51:03.179 INFO E| Compiling typenum v1.16.0 |
2515 | 2024-08-29T14:51:04.507Z | [ helios-setup] Aug 29 14:51:03.179 INFO E| Compiling serde v1.0.193 |
2516 | 2024-08-29T14:51:04.507Z | [ helios-setup] Aug 29 14:51:03.179 INFO E| Compiling powerfmt v0.2.0 |
2517 | 2024-08-29T14:51:05.241Z | [ helios-setup] Aug 29 14:51:03.953 INFO E| Compiling num-conv v0.1.0 |
2518 | 2024-08-29T14:51:05.260Z | [ helios-setup] Aug 29 14:51:03.972 INFO E| Compiling time-core v0.1.2 |
2519 | 2024-08-29T14:51:05.802Z | [ helios-setup] Aug 29 14:51:04.514 INFO E| Compiling rustix v0.38.4 |
2520 | 2024-08-29T14:51:05.802Z | [ helios-setup] Aug 29 14:51:04.514 INFO E| Compiling slog v2.7.0 |
2521 | 2024-08-29T14:51:06.061Z | [ helios-setup] Aug 29 14:51:04.774 INFO E| Compiling itoa v1.0.9 |
2522 | 2024-08-29T14:51:06.201Z | [ helios-setup] Aug 29 14:51:04.913 INFO E| Compiling deranged v0.3.11 |
2523 | 2024-08-29T14:51:06.635Z | [ helios-setup] Aug 29 14:51:05.347 INFO E| Compiling generic-array v0.14.7 |
2524 | 2024-08-29T14:51:06.818Z | [ helios-setup] Aug 29 14:51:05.530 INFO E| Compiling time-macros v0.2.18 |
2525 | 2024-08-29T14:51:06.906Z | [ helios-setup] Aug 29 14:51:05.618 INFO E| Compiling once_cell v1.18.0 |
2526 | 2024-08-29T14:51:06.996Z | [ helios-setup] Aug 29 14:51:05.708 INFO E| Compiling bitflags v2.3.3 |
2527 | 2024-08-29T14:51:07.263Z | [ helios-setup] Aug 29 14:51:05.975 INFO E| Compiling quote v1.0.31 |
2528 | 2024-08-29T14:51:07.877Z | [ helios-setup] Aug 29 14:51:06.589 INFO E| Compiling num_threads v0.1.6 |
2529 | 2024-08-29T14:51:08.167Z | [ helios-setup] Aug 29 14:51:06.879 INFO E| Compiling syn v2.0.32 |
2530 | 2024-08-29T14:51:08.225Z | [ helios-setup] Aug 29 14:51:06.936 INFO E| Compiling thread_local v1.1.7 |
2531 | 2024-08-29T14:51:08.607Z | [ helios-setup] Aug 29 14:51:07.319 INFO E| Compiling anyhow v1.0.72 |
2532 | 2024-08-29T14:51:09.627Z | [ helios-setup] Aug 29 14:51:08.338 INFO E| Compiling dirs-sys-next v0.1.2 |
2533 | 2024-08-29T14:51:09.850Z | [ helios-setup] Aug 29 14:51:08.561 INFO E| Compiling errno v0.3.1 |
2534 | 2024-08-29T14:51:10.036Z | [ helios-setup] Aug 29 14:51:08.747 INFO E| Compiling dirs-next v2.0.0 |
2535 | 2024-08-29T14:51:10.124Z | [ helios-setup] Aug 29 14:51:08.835 INFO E| Compiling atty v0.2.14 |
2536 | 2024-08-29T14:51:10.310Z | [ helios-setup] Aug 29 14:51:09.021 INFO E| Compiling term v0.7.0 |
2537 | 2024-08-29T14:51:10.407Z | [ helios-setup] Aug 29 14:51:09.118 INFO E| Compiling serde_json v1.0.103 |
2538 | 2024-08-29T14:51:10.454Z | [ helios-setup] Aug 29 14:51:09.165 INFO E| Compiling opaque-debug v0.3.0 |
2539 | 2024-08-29T14:51:10.544Z | [ helios-setup] Aug 29 14:51:09.254 INFO E| Compiling fastrand v2.0.0 |
2540 | 2024-08-29T14:51:11.373Z | [ helios-setup] Aug 29 14:51:10.083 INFO E| Compiling digest v0.9.0 |
2541 | 2024-08-29T14:51:11.432Z | [ helios-setup] Aug 29 14:51:10.142 INFO E| Compiling block-buffer v0.9.0 |
2542 | 2024-08-29T14:51:11.766Z | [ helios-setup] Aug 29 14:51:10.476 INFO E| Compiling getrandom v0.2.10 |
2543 | 2024-08-29T14:51:11.781Z | [ helios-setup] Aug 29 14:51:10.491 INFO E| Compiling same-file v1.0.6 |
2544 | 2024-08-29T14:51:11.797Z | [ helios-setup] Aug 29 14:51:10.508 INFO E| Compiling ryu v1.0.15 |
2545 | 2024-08-29T14:51:12.161Z | [ helios-setup] Aug 29 14:51:10.871 INFO E| Compiling cpufeatures v0.2.9 |
2546 | 2024-08-29T14:51:12.217Z | [ helios-setup] Aug 29 14:51:10.927 INFO E| Compiling time v0.3.36 |
2547 | 2024-08-29T14:51:12.250Z | [ helios-setup] Aug 29 14:51:10.961 INFO E| Compiling unicode-width v0.1.10 |
2548 | 2024-08-29T14:51:12.378Z | [ helios-setup] Aug 29 14:51:11.087 INFO E| Compiling sha-1 v0.9.8 |
2549 | 2024-08-29T14:51:12.626Z | [ helios-setup] Aug 29 14:51:11.333 INFO E| Compiling getopts v0.2.21 |
2550 | 2024-08-29T14:51:12.735Z | [ helios-setup] Aug 29 14:51:11.445 INFO E| Compiling walkdir v2.3.3 |
2551 | 2024-08-29T14:51:13.488Z | [ helios-setup] Aug 29 14:51:12.198 INFO E| Compiling tempfile v3.7.0 |
2552 | 2024-08-29T14:51:13.843Z | [ helios-setup] Aug 29 14:51:12.553 INFO E| Compiling md-5 v0.9.1 |
2553 | 2024-08-29T14:51:13.990Z | [ helios-setup] Aug 29 14:51:12.699 INFO E| Compiling glob v0.3.1 |
2554 | 2024-08-29T14:51:14.368Z | [ helios-setup] Aug 29 14:51:13.078 INFO E| Compiling libdevinfo-sys v1.0.0 |
2555 | 2024-08-29T14:51:15.947Z | [ helios-setup] Aug 29 14:51:14.657 INFO E| Compiling slog-term v2.9.0 |
2556 | 2024-08-29T14:51:17.505Z | [ helios-setup] Aug 29 14:51:16.213 INFO E| Compiling serde_derive v1.0.193 |
2557 | 2024-08-29T14:51:20.193Z | [ host-package] Compiling mime_guess v2.0.4 |
2558 | 2024-08-29T14:51:21.711Z | [ host-package] Compiling hickory-client v0.24.1 |
2559 | 2024-08-29T14:51:21.992Z | [ host-package] Compiling env_logger v0.9.3 |
2560 | 2024-08-29T14:51:22.378Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2561 | 2024-08-29T14:51:22.712Z | [ host-package] Compiling tungstenite v0.20.1 |
2562 | 2024-08-29T14:51:26.082Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2563 | 2024-08-29T14:51:26.707Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2564 | 2024-08-29T14:51:27.767Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2565 | 2024-08-29T14:51:28.405Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2566 | 2024-08-29T14:51:29.583Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2567 | 2024-08-29T14:51:30.199Z | [ host-package] Compiling hickory-server v0.24.1 |
2568 | 2024-08-29T14:51:30.326Z | [ host-package] Compiling bcs v0.1.6 |
2569 | 2024-08-29T14:51:31.410Z | [ host-package] Compiling vergen v8.3.2 |
2570 | 2024-08-29T14:51:31.863Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2571 | 2024-08-29T14:51:32.117Z | [ helios-setup] Aug 29 14:51:30.821 INFO E| Compiling toml v0.5.11 |
2572 | 2024-08-29T14:51:32.119Z | [ helios-setup] Aug 29 14:51:30.821 INFO E| Compiling uuid v0.8.2 |
2573 | 2024-08-29T14:51:33.727Z | [ host-package] Compiling cargo-platform v0.1.8 |
2574 | 2024-08-29T14:51:34.347Z | [ host-package] Compiling nanorand v0.7.0 |
2575 | 2024-08-29T14:51:34.450Z | [ helios-setup] Aug 29 14:51:33.154 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2576 | 2024-08-29T14:51:35.235Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2577 | 2024-08-29T14:51:35.647Z | [ host-package] Compiling memoffset v0.9.1 |
2578 | 2024-08-29T14:51:36.428Z | [ host-package] Compiling ascii v1.1.0 |
2579 | 2024-08-29T14:51:36.771Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2580 | 2024-08-29T14:51:36.901Z | [ host-package] Compiling flume v0.11.0 |
2581 | 2024-08-29T14:51:37.348Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2582 | 2024-08-29T14:51:37.388Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2583 | 2024-08-29T14:51:37.518Z | [ helios-setup] Aug 29 14:51:36.221 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2584 | 2024-08-29T14:51:37.902Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2585 | 2024-08-29T14:51:42.004Z | [ host-package] Compiling bitstruct v0.1.1 |
2586 | 2024-08-29T14:51:42.230Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2587 | 2024-08-29T14:51:44.358Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2588 | 2024-08-29T14:51:45.031Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2589 | 2024-08-29T14:51:45.378Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2590 | 2024-08-29T14:51:46.149Z | [ host-package] Compiling git2 v0.19.0 |
2591 | 2024-08-29T14:51:51.890Z | [ helios-setup] Aug 29 14:51:50.589 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.88s |
2592 | 2024-08-29T14:51:51.923Z | [ helios-setup] Aug 29 14:51:50.621 INFO building project "image-builder" ok (48 seconds) |
2593 | 2024-08-29T14:51:51.923Z | [ helios-setup] Aug 29 14:51:50.622 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2594 | 2024-08-29T14:51:51.926Z | [ helios-setup] Aug 29 14:51:50.622 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2595 | 2024-08-29T14:51:52.233Z | [ helios-setup] Aug 29 14:51:50.931 INFO E| Downloading crates ... |
2596 | 2024-08-29T14:51:52.313Z | [ helios-setup] Aug 29 14:51:51.012 INFO E| Downloaded anyhow v1.0.62 |
2597 | 2024-08-29T14:51:52.320Z | [ helios-setup] Aug 29 14:51:51.019 INFO E| Downloaded bytes v1.2.1 |
2598 | 2024-08-29T14:51:52.327Z | [ helios-setup] Aug 29 14:51:51.025 INFO E| Downloaded flate2 v1.0.25 |
2599 | 2024-08-29T14:51:52.335Z | [ helios-setup] Aug 29 14:51:51.033 INFO E| Downloaded typenum v1.15.0 |
2600 | 2024-08-29T14:51:52.339Z | [ helios-setup] Aug 29 14:51:51.037 INFO E| Downloaded generic-array v0.14.6 |
2601 | 2024-08-29T14:51:52.341Z | [ helios-setup] Aug 29 14:51:51.040 INFO E| Downloaded sha2 v0.10.5 |
2602 | 2024-08-29T14:51:52.344Z | [ helios-setup] Aug 29 14:51:51.043 INFO E| Downloaded digest v0.10.3 |
2603 | 2024-08-29T14:51:52.347Z | [ helios-setup] Aug 29 14:51:51.046 INFO E| Downloaded cpufeatures v0.2.5 |
2604 | 2024-08-29T14:51:52.349Z | [ helios-setup] Aug 29 14:51:51.048 INFO E| Downloaded block-buffer v0.10.3 |
2605 | 2024-08-29T14:51:52.352Z | [ helios-setup] Aug 29 14:51:51.049 INFO E| Downloaded miniz_oxide v0.6.2 |
2606 | 2024-08-29T14:51:52.430Z | [ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling typenum v1.15.0 |
2607 | 2024-08-29T14:51:52.430Z | [ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling version_check v0.9.4 |
2608 | 2024-08-29T14:51:52.430Z | [ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling crc32fast v1.3.2 |
2609 | 2024-08-29T14:51:52.430Z | [ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling cfg-if v1.0.0 |
2610 | 2024-08-29T14:51:52.432Z | [ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling adler v1.0.2 |
2611 | 2024-08-29T14:51:52.432Z | [ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling anyhow v1.0.62 |
2612 | 2024-08-29T14:51:52.432Z | [ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling cpufeatures v0.2.5 |
2613 | 2024-08-29T14:51:52.432Z | [ helios-setup] Aug 29 14:51:51.129 INFO E| Compiling unicode-width v0.1.10 |
2614 | 2024-08-29T14:51:53.314Z | [ helios-setup] Aug 29 14:51:52.012 INFO E| Compiling miniz_oxide v0.6.2 |
2615 | 2024-08-29T14:51:53.403Z | [ helios-setup] Aug 29 14:51:52.102 INFO E| Compiling bitflags v1.3.2 |
2616 | 2024-08-29T14:51:53.493Z | [ helios-setup] Aug 29 14:51:52.192 INFO E| Compiling bytes v1.2.1 |
2617 | 2024-08-29T14:51:53.515Z | [ helios-setup] Aug 29 14:51:52.214 INFO E| Compiling generic-array v0.14.6 |
2618 | 2024-08-29T14:51:53.597Z | [ helios-setup] Aug 29 14:51:52.295 INFO E| Compiling getopts v0.2.21 |
2619 | 2024-08-29T14:51:54.849Z | [ helios-setup] Aug 29 14:51:53.547 INFO E| Compiling flate2 v1.0.25 |
2620 | 2024-08-29T14:51:58.031Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2621 | 2024-08-29T14:51:58.434Z | [ helios-setup] Aug 29 14:51:57.131 INFO E| Compiling crypto-common v0.1.6 |
2622 | 2024-08-29T14:51:58.434Z | [ helios-setup] Aug 29 14:51:57.131 INFO E| Compiling block-buffer v0.10.3 |
2623 | 2024-08-29T14:51:58.444Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2624 | 2024-08-29T14:51:58.650Z | [ helios-setup] Aug 29 14:51:57.347 INFO E| Compiling digest v0.10.3 |
2625 | 2024-08-29T14:51:59.025Z | [ helios-setup] Aug 29 14:51:57.721 INFO E| Compiling sha2 v0.10.5 |
2626 | 2024-08-29T14:51:59.508Z | [ helios-setup] Aug 29 14:51:58.204 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2627 | 2024-08-29T14:52:05.088Z | [ helios-setup] Aug 29 14:52:03.783 INFO E| Finished `release` profile [optimized] target(s) in 13.05s |
2628 | 2024-08-29T14:52:05.104Z | [ helios-setup] Aug 29 14:52:03.799 INFO building project "bootserver" ok (13 seconds) |
2629 | 2024-08-29T14:52:05.104Z | [ helios-setup] Aug 29 14:52:03.799 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2630 | 2024-08-29T14:52:05.104Z | [ helios-setup] Aug 29 14:52:03.799 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2631 | 2024-08-29T14:52:05.638Z | [ helios-setup] Aug 29 14:52:04.333 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2632 | 2024-08-29T14:52:06.322Z | [ helios-setup] Aug 29 14:52:05.016 INFO E| From https://github.com/jclulow/hiercmd |
2633 | 2024-08-29T14:52:06.322Z | [ helios-setup] Aug 29 14:52:05.016 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2634 | 2024-08-29T14:52:06.367Z | [ helios-setup] Aug 29 14:52:05.061 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2635 | 2024-08-29T14:52:06.894Z | [ helios-setup] Aug 29 14:52:05.589 INFO E| From https://github.com/jclulow/network-interface |
2636 | 2024-08-29T14:52:06.894Z | [ helios-setup] Aug 29 14:52:05.589 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2637 | 2024-08-29T14:52:06.932Z | [ helios-setup] Aug 29 14:52:05.626 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2638 | 2024-08-29T14:52:07.478Z | [ helios-setup] Aug 29 14:52:06.172 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2639 | 2024-08-29T14:52:07.478Z | [ helios-setup] Aug 29 14:52:06.172 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2640 | 2024-08-29T14:52:07.516Z | [ helios-setup] Aug 29 14:52:06.210 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2641 | 2024-08-29T14:52:08.301Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2642 | 2024-08-29T14:52:08.344Z | [ helios-setup] Aug 29 14:52:07.037 INFO E| From https://github.com/oxidecomputer/facade |
2643 | 2024-08-29T14:52:08.344Z | [ helios-setup] Aug 29 14:52:07.037 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2644 | 2024-08-29T14:52:08.429Z | [ helios-setup] Aug 29 14:52:07.122 INFO E| Updating crates.io index |
2645 | 2024-08-29T14:52:09.031Z | [ helios-setup] Aug 29 14:52:07.724 INFO E| Downloading crates ... |
2646 | 2024-08-29T14:52:09.209Z | [ helios-setup] Aug 29 14:52:07.903 INFO E| Downloaded ahash v0.8.3 |
2647 | 2024-08-29T14:52:09.226Z | [ helios-setup] Aug 29 14:52:07.920 INFO E| Downloaded const-random v0.1.15 |
2648 | 2024-08-29T14:52:09.230Z | [ helios-setup] Aug 29 14:52:07.924 INFO E| Downloaded concolor-override v1.0.0 |
2649 | 2024-08-29T14:52:09.233Z | [ helios-setup] Aug 29 14:52:07.926 INFO E| Downloaded is-terminal v0.4.7 |
2650 | 2024-08-29T14:52:09.235Z | [ helios-setup] Aug 29 14:52:07.928 INFO E| Downloaded anstream v0.2.6 |
2651 | 2024-08-29T14:52:09.241Z | [ helios-setup] Aug 29 14:52:07.935 INFO E| Downloaded either v1.8.0 |
2652 | 2024-08-29T14:52:09.243Z | [ helios-setup] Aug 29 14:52:07.937 INFO E| Downloaded num_cpus v1.15.0 |
2653 | 2024-08-29T14:52:09.248Z | [ helios-setup] Aug 29 14:52:07.942 INFO E| Downloaded digest v0.10.6 |
2654 | 2024-08-29T14:52:09.252Z | [ helios-setup] Aug 29 14:52:07.946 INFO E| Downloaded const-random-macro v0.1.15 |
2655 | 2024-08-29T14:52:09.254Z | [ helios-setup] Aug 29 14:52:07.947 INFO E| Downloaded futures-core v0.3.28 |
2656 | 2024-08-29T14:52:09.257Z | [ helios-setup] Aug 29 14:52:07.950 INFO E| Downloaded fastrand v1.9.0 |
2657 | 2024-08-29T14:52:09.259Z | [ helios-setup] Aug 29 14:52:07.952 INFO E| Downloaded num_enum_derive v0.5.7 |
2658 | 2024-08-29T14:52:09.261Z | [ helios-setup] Aug 29 14:52:07.954 INFO E| Downloaded futures-macro v0.3.28 |
2659 | 2024-08-29T14:52:09.264Z | [ helios-setup] Aug 29 14:52:07.956 INFO E| Downloaded want v0.3.0 |
2660 | 2024-08-29T14:52:09.266Z | [ helios-setup] Aug 29 14:52:07.958 INFO E| Downloaded scopeguard v1.1.0 |
2661 | 2024-08-29T14:52:09.269Z | [ helios-setup] Aug 29 14:52:07.960 INFO E| Downloaded memoffset v0.7.1 |
2662 | 2024-08-29T14:52:09.269Z | [ helios-setup] Aug 29 14:52:07.962 INFO E| Downloaded futures-sink v0.3.28 |
2663 | 2024-08-29T14:52:09.271Z | [ helios-setup] Aug 29 14:52:07.964 INFO E| Downloaded project-root v0.2.2 |
2664 | 2024-08-29T14:52:09.271Z | [ helios-setup] Aug 29 14:52:07.965 INFO E| Downloaded iana-time-zone v0.1.56 |
2665 | 2024-08-29T14:52:09.277Z | [ helios-setup] Aug 29 14:52:07.971 INFO E| Downloaded byteorder v1.4.3 |
2666 | 2024-08-29T14:52:09.280Z | [ helios-setup] Aug 29 14:52:07.974 INFO E| Downloaded autocfg v1.1.0 |
2667 | 2024-08-29T14:52:09.283Z | [ helios-setup] Aug 29 14:52:07.977 INFO E| Downloaded try-lock v0.2.4 |
2668 | 2024-08-29T14:52:09.286Z | [ helios-setup] Aug 29 14:52:07.979 INFO E| Downloaded built v0.6.0 |
2669 | 2024-08-29T14:52:09.288Z | [ helios-setup] Aug 29 14:52:07.981 INFO E| Downloaded anstyle-parse v0.1.1 |
2670 | 2024-08-29T14:52:09.290Z | [ helios-setup] Aug 29 14:52:07.984 INFO E| Downloaded clap_derive v4.2.0 |
2671 | 2024-08-29T14:52:09.294Z | [ helios-setup] Aug 29 14:52:07.988 INFO E| Downloaded toolchain_find v0.2.0 |
2672 | 2024-08-29T14:52:09.297Z | [ helios-setup] Aug 29 14:52:07.989 INFO E| Downloaded form_urlencoded v1.1.0 |
2673 | 2024-08-29T14:52:09.302Z | [ helios-setup] Aug 29 14:52:07.991 INFO E| Downloaded serde_derive_internals v0.26.0 |
2674 | 2024-08-29T14:52:09.304Z | [ helios-setup] Aug 29 14:52:07.994 INFO E| Downloaded itoa v1.0.6 |
2675 | 2024-08-29T14:52:09.304Z | [ helios-setup] Aug 29 14:52:07.996 INFO E| Downloaded thiserror-impl v1.0.38 |
2676 | 2024-08-29T14:52:09.306Z | [ helios-setup] Aug 29 14:52:07.998 INFO E| Downloaded sha2 v0.10.6 |
2677 | 2024-08-29T14:52:09.310Z | [ helios-setup] Aug 29 14:52:08.002 INFO E| Downloaded http-body v0.4.5 |
2678 | 2024-08-29T14:52:09.313Z | [ helios-setup] Aug 29 14:52:08.005 INFO E| Downloaded num_enum v0.5.7 |
2679 | 2024-08-29T14:52:09.317Z | [ helios-setup] Aug 29 14:52:08.011 INFO E| Downloaded tokio-macros v2.0.0 |
2680 | 2024-08-29T14:52:09.320Z | [ helios-setup] Aug 29 14:52:08.013 INFO E| Downloaded smawk v0.3.1 |
2681 | 2024-08-29T14:52:09.322Z | [ helios-setup] Aug 29 14:52:08.016 INFO E| Downloaded toml_datetime v0.6.1 |
2682 | 2024-08-29T14:52:09.325Z | [ helios-setup] Aug 29 14:52:08.018 INFO E| Downloaded strsim v0.10.0 |
2683 | 2024-08-29T14:52:09.327Z | [ helios-setup] Aug 29 14:52:08.021 INFO E| Downloaded signal-hook-registry v1.4.0 |
2684 | 2024-08-29T14:52:09.330Z | [ helios-setup] Aug 29 14:52:08.023 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2685 | 2024-08-29T14:52:09.333Z | [ helios-setup] Aug 29 14:52:08.027 INFO E| Downloaded serde_spanned v0.6.1 |
2686 | 2024-08-29T14:52:09.335Z | [ helios-setup] Aug 29 14:52:08.028 INFO E| Downloaded smartstring v1.0.1 |
2687 | 2024-08-29T14:52:09.338Z | [ helios-setup] Aug 29 14:52:08.032 INFO E| Downloaded semver v0.11.0 |
2688 | 2024-08-29T14:52:09.341Z | [ helios-setup] Aug 29 14:52:08.035 INFO E| Downloaded tokio-rustls v0.24.0 |
2689 | 2024-08-29T14:52:09.344Z | [ helios-setup] Aug 29 14:52:08.038 INFO E| Downloaded time v0.1.45 |
2690 | 2024-08-29T14:52:09.347Z | [ helios-setup] Aug 29 14:52:08.041 INFO E| Downloaded cargo-lock v8.0.3 |
2691 | 2024-08-29T14:52:09.352Z | [ helios-setup] Aug 29 14:52:08.045 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2692 | 2024-08-29T14:52:09.356Z | [ helios-setup] Aug 29 14:52:08.050 INFO E| Downloaded ucd-trie v0.1.5 |
2693 | 2024-08-29T14:52:09.359Z | [ helios-setup] Aug 29 14:52:08.053 INFO E| Downloaded terminal_size v0.2.6 |
2694 | 2024-08-29T14:52:09.362Z | [ helios-setup] Aug 29 14:52:08.056 INFO E| Downloaded unicode-ident v1.0.8 |
2695 | 2024-08-29T14:52:09.367Z | [ helios-setup] Aug 29 14:52:08.061 INFO E| Downloaded tungstenite v0.18.0 |
2696 | 2024-08-29T14:52:09.373Z | [ helios-setup] Aug 29 14:52:08.067 INFO E| Downloaded thiserror v1.0.38 |
2697 | 2024-08-29T14:52:09.381Z | [ helios-setup] Aug 29 14:52:08.075 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2698 | 2024-08-29T14:52:09.387Z | [ helios-setup] Aug 29 14:52:08.081 INFO E| Downloaded tracing-core v0.1.30 |
2699 | 2024-08-29T14:52:09.393Z | [ helios-setup] Aug 29 14:52:08.086 INFO E| Downloaded async-trait v0.1.68 |
2700 | 2024-08-29T14:52:09.399Z | [ helios-setup] Aug 29 14:52:08.092 INFO E| Downloaded unicode-linebreak v0.1.4 |
2701 | 2024-08-29T14:52:09.402Z | [ helios-setup] Aug 29 14:52:08.096 INFO E| Downloaded winnow v0.4.1 |
2702 | 2024-08-29T14:52:09.418Z | [ helios-setup] Aug 29 14:52:08.111 INFO E| Downloaded toml_edit v0.19.8 |
2703 | 2024-08-29T14:52:09.447Z | [ helios-setup] Aug 29 14:52:08.141 INFO E| Downloaded unicode-normalization v0.1.22 |
2704 | 2024-08-29T14:52:09.453Z | [ helios-setup] Aug 29 14:52:08.146 INFO E| Downloaded syn v1.0.107 |
2705 | 2024-08-29T14:52:09.471Z | [ helios-setup] Aug 29 14:52:08.165 INFO E| Downloaded uuid v1.3.0 |
2706 | 2024-08-29T14:52:09.478Z | [ helios-setup] Aug 29 14:52:08.171 INFO E| Downloaded serde_yaml v0.9.21 |
2707 | 2024-08-29T14:52:09.484Z | [ helios-setup] Aug 29 14:52:08.178 INFO E| Downloaded tokio v1.27.0 |
2708 | 2024-08-29T14:52:09.544Z | [ helios-setup] Aug 29 14:52:08.237 INFO E| Downloaded url v2.3.1 |
2709 | 2024-08-29T14:52:09.549Z | [ helios-setup] Aug 29 14:52:08.242 INFO E| Downloaded mio v0.8.5 |
2710 | 2024-08-29T14:52:09.559Z | [ helios-setup] Aug 29 14:52:08.253 INFO E| Downloaded http v0.2.9 |
2711 | 2024-08-29T14:52:09.565Z | [ helios-setup] Aug 29 14:52:08.259 INFO E| Downloaded rayon-core v1.10.2 |
2712 | 2024-08-29T14:52:09.572Z | [ helios-setup] Aug 29 14:52:08.266 INFO E| Downloaded rustls-webpki v0.100.1 |
2713 | 2024-08-29T14:52:09.588Z | [ helios-setup] Aug 29 14:52:08.282 INFO E| Downloaded pest v2.5.7 |
2714 | 2024-08-29T14:52:09.597Z | [ helios-setup] Aug 29 14:52:08.291 INFO E| Downloaded aho-corasick v0.7.20 |
2715 | 2024-08-29T14:52:09.604Z | [ helios-setup] Aug 29 14:52:08.297 INFO E| Downloaded memchr v2.5.0 |
2716 | 2024-08-29T14:52:09.610Z | [ helios-setup] Aug 29 14:52:08.304 INFO E| Downloaded h2 v0.3.16 |
2717 | 2024-08-29T14:52:09.616Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2718 | 2024-08-29T14:52:09.620Z | [ helios-setup] Aug 29 14:52:08.314 INFO E| Downloaded crossbeam-channel v0.5.6 |
2719 | 2024-08-29T14:52:09.626Z | [ helios-setup] Aug 29 14:52:08.319 INFO E| Downloaded futures-util v0.3.28 |
2720 | 2024-08-29T14:52:09.643Z | [ helios-setup] Aug 29 14:52:08.336 INFO E| Downloaded reqwest v0.11.16 |
2721 | 2024-08-29T14:52:09.655Z | [ helios-setup] Aug 29 14:52:08.349 INFO E| Downloaded clap_builder v4.2.1 |
2722 | 2024-08-29T14:52:09.667Z | [ helios-setup] Aug 29 14:52:08.360 INFO E| Downloaded rayon v1.6.1 |
2723 | 2024-08-29T14:52:09.681Z | [ helios-setup] Aug 29 14:52:08.374 INFO E| Downloaded hyper v0.14.25 |
2724 | 2024-08-29T14:52:09.698Z | [ helios-setup] Aug 29 14:52:08.391 INFO E| Downloaded git2 v0.16.1 |
2725 | 2024-08-29T14:52:09.711Z | [ helios-setup] Aug 29 14:52:08.404 INFO E| Downloaded regress v0.5.0 |
2726 | 2024-08-29T14:52:09.722Z | [ helios-setup] Aug 29 14:52:08.416 INFO E| Downloaded regex v1.7.3 |
2727 | 2024-08-29T14:52:09.735Z | [ helios-setup] Aug 29 14:52:08.428 INFO E| Downloaded syn v2.0.72 |
2728 | 2024-08-29T14:52:09.753Z | [ helios-setup] Aug 29 14:52:08.446 INFO E| Downloaded rustls v0.21.0 |
2729 | 2024-08-29T14:52:09.770Z | [ helios-setup] Aug 29 14:52:08.463 INFO E| Downloaded rustix v0.37.3 |
2730 | 2024-08-29T14:52:09.800Z | [ helios-setup] Aug 29 14:52:08.493 INFO E| Downloaded openapiv3 v1.0.2 |
2731 | 2024-08-29T14:52:09.820Z | [ helios-setup] Aug 29 14:52:08.513 INFO E| Downloaded rhai v1.14.0 |
2732 | 2024-08-29T14:52:09.842Z | [ helios-setup] Aug 29 14:52:08.535 INFO E| Downloaded chrono v0.4.24 |
2733 | 2024-08-29T14:52:09.853Z | [ helios-setup] Aug 29 14:52:08.547 INFO E| Downloaded base64 v0.21.0 |
2734 | 2024-08-29T14:52:09.859Z | [ helios-setup] Aug 29 14:52:08.552 INFO E| Downloaded unicode-bidi v0.3.13 |
2735 | 2024-08-29T14:52:09.862Z | [ helios-setup] Aug 29 14:52:08.556 INFO E| Downloaded libc v0.2.139 |
2736 | 2024-08-29T14:52:09.903Z | [ helios-setup] Aug 29 14:52:08.596 INFO E| Downloaded textwrap v0.16.0 |
2737 | 2024-08-29T14:52:09.906Z | [ helios-setup] Aug 29 14:52:08.600 INFO E| Downloaded bytes v1.4.0 |
2738 | 2024-08-29T14:52:09.912Z | [ helios-setup] Aug 29 14:52:08.606 INFO E| Downloaded serde_json v1.0.95 |
2739 | 2024-08-29T14:52:09.925Z | [ helios-setup] Aug 29 14:52:08.618 INFO E| Downloaded schemars v0.8.12 |
2740 | 2024-08-29T14:52:10.003Z | [ helios-setup] Aug 29 14:52:08.696 INFO E| Downloaded ryu v1.0.13 |
2741 | 2024-08-29T14:52:10.008Z | [ helios-setup] Aug 29 14:52:08.701 INFO E| Downloaded cc v1.0.78 |
2742 | 2024-08-29T14:52:10.012Z | [ helios-setup] Aug 29 14:52:08.705 INFO E| Downloaded tempfile v3.5.0 |
2743 | 2024-08-29T14:52:10.015Z | [ helios-setup] Aug 29 14:52:08.709 INFO E| Downloaded tokio-util v0.7.7 |
2744 | 2024-08-29T14:52:10.024Z | [ helios-setup] Aug 29 14:52:08.717 INFO E| Downloaded parking_lot v0.12.1 |
2745 | 2024-08-29T14:52:10.027Z | [ helios-setup] Aug 29 14:52:08.721 INFO E| Downloaded crossbeam-utils v0.8.14 |
2746 | 2024-08-29T14:52:10.031Z | [ helios-setup] Aug 29 14:52:08.725 INFO E| Downloaded tracing v0.1.37 |
2747 | 2024-08-29T14:52:10.037Z | [ helios-setup] Aug 29 14:52:08.731 INFO E| Downloaded sct v0.7.0 |
2748 | 2024-08-29T14:52:10.043Z | [ helios-setup] Aug 29 14:52:08.737 INFO E| Downloaded smallvec v1.10.0 |
2749 | 2024-08-29T14:52:10.047Z | [ helios-setup] Aug 29 14:52:08.740 INFO E| Downloaded rhai_codegen v1.5.0 |
2750 | 2024-08-29T14:52:10.059Z | [ helios-setup] Aug 29 14:52:08.753 INFO E| Downloaded pkg-config v0.3.26 |
2751 | 2024-08-29T14:52:10.062Z | [ helios-setup] Aug 29 14:52:08.755 INFO E| Downloaded pin-project-lite v0.2.9 |
2752 | 2024-08-29T14:52:10.068Z | [ helios-setup] Aug 29 14:52:08.762 INFO E| Downloaded futures v0.3.28 |
2753 | 2024-08-29T14:52:10.075Z | [ helios-setup] Aug 29 14:52:08.769 INFO E| Downloaded toml v0.7.3 |
2754 | 2024-08-29T14:52:10.080Z | [ helios-setup] Aug 29 14:52:08.774 INFO E| Downloaded num-traits v0.2.15 |
2755 | 2024-08-29T14:52:10.084Z | [ helios-setup] Aug 29 14:52:08.778 INFO E| Downloaded encoding_rs v0.8.32 |
2756 | 2024-08-29T14:52:10.123Z | [ helios-setup] Aug 29 14:52:08.816 INFO E| Downloaded once_cell v1.17.0 |
2757 | 2024-08-29T14:52:10.126Z | [ helios-setup] Aug 29 14:52:08.820 INFO E| Downloaded log v0.4.17 |
2758 | 2024-08-29T14:52:10.130Z | [ helios-setup] Aug 29 14:52:08.823 INFO E| Downloaded ipnet v2.7.2 |
2759 | 2024-08-29T14:52:10.133Z | [ helios-setup] Aug 29 14:52:08.827 INFO E| Downloaded socket2 v0.4.9 |
2760 | 2024-08-29T14:52:10.136Z | [ helios-setup] Aug 29 14:52:08.830 INFO E| Downloaded sha1 v0.10.5 |
2761 | 2024-08-29T14:52:10.139Z | [ helios-setup] Aug 29 14:52:08.833 INFO E| Downloaded serde_tokenstream v0.2.0 |
2762 | 2024-08-29T14:52:10.146Z | [ helios-setup] Aug 29 14:52:08.839 INFO E| Downloaded parking_lot_core v0.9.6 |
2763 | 2024-08-29T14:52:10.149Z | [ helios-setup] Aug 29 14:52:08.843 INFO E| Downloaded lazy_static v1.4.0 |
2764 | 2024-08-29T14:52:10.152Z | [ helios-setup] Aug 29 14:52:08.845 INFO E| Downloaded futures-channel v0.3.28 |
2765 | 2024-08-29T14:52:10.155Z | [ helios-setup] Aug 29 14:52:08.849 INFO E| Downloaded semver v1.0.17 |
2766 | 2024-08-29T14:52:10.160Z | [ helios-setup] Aug 29 14:52:08.853 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2767 | 2024-08-29T14:52:10.269Z | [ helios-setup] Aug 29 14:52:08.962 INFO E| Downloaded anyhow v1.0.68 |
2768 | 2024-08-29T14:52:10.275Z | [ helios-setup] Aug 29 14:52:08.968 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2769 | 2024-08-29T14:52:10.280Z | [ helios-setup] Aug 29 14:52:08.973 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2770 | 2024-08-29T14:52:10.283Z | [ helios-setup] Aug 29 14:52:08.975 INFO E| Downloaded schemars_derive v0.8.12 |
2771 | 2024-08-29T14:52:10.287Z | [ helios-setup] Aug 29 14:52:08.980 INFO E| Downloaded rustls-pemfile v1.0.2 |
2772 | 2024-08-29T14:52:10.290Z | [ helios-setup] Aug 29 14:52:08.983 INFO E| Downloaded proc-macro-crate v1.2.1 |
2773 | 2024-08-29T14:52:10.292Z | [ helios-setup] Aug 29 14:52:08.985 INFO E| Downloaded percent-encoding v2.2.0 |
2774 | 2024-08-29T14:52:10.295Z | [ helios-setup] Aug 29 14:52:08.986 INFO E| Downloaded home v0.5.4 |
2775 | 2024-08-29T14:52:10.295Z | [ helios-setup] Aug 29 14:52:08.988 INFO E| Downloaded slog-async v2.7.0 |
2776 | 2024-08-29T14:52:10.297Z | [ helios-setup] Aug 29 14:52:08.990 INFO E| Downloaded libz-sys v1.1.8 |
2777 | 2024-08-29T14:52:10.381Z | [ helios-setup] Aug 29 14:52:09.074 INFO E| Downloaded semver-parser v0.10.2 |
2778 | 2024-08-29T14:52:10.385Z | [ helios-setup] Aug 29 14:52:09.078 INFO E| Downloaded paste v1.0.12 |
2779 | 2024-08-29T14:52:10.390Z | [ helios-setup] Aug 29 14:52:09.084 INFO E| Downloaded lock_api v0.4.9 |
2780 | 2024-08-29T14:52:10.393Z | [ helios-setup] Aug 29 14:52:09.086 INFO E| Downloaded io-lifetimes v1.0.10 |
2781 | 2024-08-29T14:52:10.396Z | [ helios-setup] Aug 29 14:52:09.089 INFO E| Downloaded getrandom v0.2.8 |
2782 | 2024-08-29T14:52:10.400Z | [ helios-setup] Aug 29 14:52:09.093 INFO E| Downloaded futures-executor v0.3.28 |
2783 | 2024-08-29T14:52:10.402Z | [ helios-setup] Aug 29 14:52:09.095 INFO E| Downloaded slog-bunyan v2.4.0 |
2784 | 2024-08-29T14:52:10.405Z | [ helios-setup] Aug 29 14:52:09.097 INFO E| Downloaded slab v0.4.7 |
2785 | 2024-08-29T14:52:10.407Z | [ helios-setup] Aug 29 14:52:09.098 INFO E| Downloaded serde_path_to_error v0.1.11 |
2786 | 2024-08-29T14:52:10.410Z | [ helios-setup] Aug 29 14:52:09.101 INFO E| Downloaded futures-io v0.3.28 |
2787 | 2024-08-29T14:52:10.410Z | [ helios-setup] Aug 29 14:52:09.103 INFO E| Downloaded bincode v1.3.3 |
2788 | 2024-08-29T14:52:10.413Z | [ helios-setup] Aug 29 14:52:09.106 INFO E| Downloaded futures-task v0.3.28 |
2789 | 2024-08-29T14:52:10.416Z | [ helios-setup] Aug 29 14:52:09.108 INFO E| Downloaded num-integer v0.1.45 |
2790 | 2024-08-29T14:52:10.419Z | [ helios-setup] Aug 29 14:52:09.111 INFO E| Downloaded jobserver v0.1.26 |
2791 | 2024-08-29T14:52:10.421Z | [ helios-setup] Aug 29 14:52:09.113 INFO E| Downloaded clap v4.2.1 |
2792 | 2024-08-29T14:52:10.434Z | [ helios-setup] Aug 29 14:52:09.127 INFO E| Downloaded dyn-clone v1.0.11 |
2793 | 2024-08-29T14:52:10.437Z | [ helios-setup] Aug 29 14:52:09.130 INFO E| Downloaded concolor-query v0.3.3 |
2794 | 2024-08-29T14:52:10.439Z | [ helios-setup] Aug 29 14:52:09.132 INFO E| Downloaded clap_lex v0.4.1 |
2795 | 2024-08-29T14:52:10.442Z | [ helios-setup] Aug 29 14:52:09.133 INFO E| Downloaded httpdate v1.0.2 |
2796 | 2024-08-29T14:52:10.442Z | [ helios-setup] Aug 29 14:52:09.135 INFO E| Downloaded crossbeam-deque v0.8.2 |
2797 | 2024-08-29T14:52:10.444Z | [ helios-setup] Aug 29 14:52:09.137 INFO E| Downloaded camino v1.1.4 |
2798 | 2024-08-29T14:52:10.447Z | [ helios-setup] Aug 29 14:52:09.140 INFO E| Downloaded anstyle v0.3.5 |
2799 | 2024-08-29T14:52:10.449Z | [ helios-setup] Aug 29 14:52:09.143 INFO E| Downloaded ahash v0.7.6 |
2800 | 2024-08-29T14:52:10.835Z | [ helios-setup] Aug 29 14:52:09.528 INFO E| Compiling proc-macro2 v1.0.86 |
2801 | 2024-08-29T14:52:10.838Z | [ helios-setup] Aug 29 14:52:09.529 INFO E| Compiling libc v0.2.139 |
2802 | 2024-08-29T14:52:10.838Z | [ helios-setup] Aug 29 14:52:09.529 INFO E| Compiling unicode-ident v1.0.8 |
2803 | 2024-08-29T14:52:10.838Z | [ helios-setup] Aug 29 14:52:09.529 INFO E| Compiling autocfg v1.1.0 |
2804 | 2024-08-29T14:52:10.838Z | [ helios-setup] Aug 29 14:52:09.529 INFO E| Compiling cfg-if v1.0.0 |
2805 | 2024-08-29T14:52:10.838Z | [ helios-setup] Aug 29 14:52:09.529 INFO E| Compiling version_check v0.9.4 |
2806 | 2024-08-29T14:52:10.838Z | [ helios-setup] Aug 29 14:52:09.529 INFO E| Compiling serde v1.0.204 |
2807 | 2024-08-29T14:52:10.838Z | [ helios-setup] Aug 29 14:52:09.530 INFO E| Compiling syn v1.0.107 |
2808 | 2024-08-29T14:52:11.519Z | [ helios-setup] Aug 29 14:52:10.212 INFO E| Compiling memchr v2.5.0 |
2809 | 2024-08-29T14:52:12.005Z | [ host-package] Compiling libsqlite3-sys v0.28.0 |
2810 | 2024-08-29T14:52:12.204Z | [ helios-setup] Aug 29 14:52:10.896 INFO E| Compiling once_cell v1.17.0 |
2811 | 2024-08-29T14:52:12.273Z | [ host-package] Compiling serde_arrays v0.1.0 |
2812 | 2024-08-29T14:52:12.469Z | [ helios-setup] Aug 29 14:52:11.161 INFO E| Compiling log v0.4.17 |
2813 | 2024-08-29T14:52:12.928Z | [ helios-setup] Aug 29 14:52:11.620 INFO E| Compiling thiserror v1.0.38 |
2814 | 2024-08-29T14:52:12.931Z | [ host-package] Compiling erased-serde v0.3.31 |
2815 | 2024-08-29T14:52:13.303Z | [ helios-setup] Aug 29 14:52:11.995 INFO E| Compiling serde_json v1.0.95 |
2816 | 2024-08-29T14:52:13.617Z | [ helios-setup] Aug 29 14:52:12.309 INFO E| Compiling quote v1.0.36 |
2817 | 2024-08-29T14:52:14.382Z | [ helios-setup] Aug 29 14:52:13.074 INFO E| Compiling itoa v1.0.6 |
2818 | 2024-08-29T14:52:14.519Z | [ helios-setup] Aug 29 14:52:13.211 INFO E| Compiling syn v2.0.72 |
2819 | 2024-08-29T14:52:15.033Z | [ helios-setup] Aug 29 14:52:13.725 INFO E| Compiling getrandom v0.2.8 |
2820 | 2024-08-29T14:52:15.224Z | [ helios-setup] Aug 29 14:52:13.915 INFO E| Compiling jobserver v0.1.26 |
2821 | 2024-08-29T14:52:15.979Z | [ helios-setup] Aug 29 14:52:14.669 INFO E| Compiling indexmap v1.9.3 |
2822 | 2024-08-29T14:52:16.052Z | [ helios-setup] Aug 29 14:52:14.740 INFO E| Compiling pin-project-lite v0.2.9 |
2823 | 2024-08-29T14:52:16.278Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2824 | 2024-08-29T14:52:16.335Z | [ helios-setup] Aug 29 14:52:15.026 INFO E| Compiling cc v1.0.78 |
2825 | 2024-08-29T14:52:16.492Z | [ helios-setup] Aug 29 14:52:15.184 INFO E| Compiling scopeguard v1.1.0 |
2826 | 2024-08-29T14:52:16.629Z | [ helios-setup] Aug 29 14:52:15.321 INFO E| Compiling num-integer v0.1.45 |
2827 | 2024-08-29T14:52:16.762Z | [ helios-setup] Aug 29 14:52:15.453 INFO E| Compiling futures-core v0.3.28 |
2828 | 2024-08-29T14:52:16.895Z | [ helios-setup] Aug 29 14:52:15.587 INFO E| Compiling bytes v1.4.0 |
2829 | 2024-08-29T14:52:17.495Z | [ helios-setup] Aug 29 14:52:16.186 INFO E| Compiling ryu v1.0.13 |
2830 | 2024-08-29T14:52:18.554Z | [ helios-setup] Aug 29 14:52:17.245 INFO E| Compiling lock_api v0.4.9 |
2831 | 2024-08-29T14:52:18.785Z | [ helios-setup] Aug 29 14:52:17.475 INFO E| Compiling typenum v1.16.0 |
2832 | 2024-08-29T14:52:19.053Z | [ helios-setup] Aug 29 14:52:17.743 INFO E| Compiling parking_lot_core v0.9.6 |
2833 | 2024-08-29T14:52:19.395Z | [ helios-setup] Aug 29 14:52:18.085 INFO E| Compiling bitflags v1.3.2 |
2834 | 2024-08-29T14:52:19.474Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2835 | 2024-08-29T14:52:19.842Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2836 | 2024-08-29T14:52:19.935Z | [ helios-setup] Aug 29 14:52:18.625 INFO E| Compiling num_cpus v1.15.0 |
2837 | 2024-08-29T14:52:20.204Z | [ helios-setup] Aug 29 14:52:18.894 INFO E| Compiling slab v0.4.7 |
2838 | 2024-08-29T14:52:20.264Z | [ helios-setup] Aug 29 14:52:18.954 INFO E| Compiling generic-array v0.14.6 |
2839 | 2024-08-29T14:52:20.266Z | [ helios-setup] Aug 29 14:52:18.955 INFO E| Compiling futures-task v0.3.28 |
2840 | 2024-08-29T14:52:20.269Z | [ helios-setup] Aug 29 14:52:18.956 INFO E| Compiling futures-sink v0.3.28 |
2841 | 2024-08-29T14:52:20.429Z | [ helios-setup] Aug 29 14:52:19.119 INFO E| Compiling futures-channel v0.3.28 |
2842 | 2024-08-29T14:52:21.009Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2843 | 2024-08-29T14:52:21.272Z | [ helios-setup] Aug 29 14:52:19.962 INFO E| Compiling tokio v1.27.0 |
2844 | 2024-08-29T14:52:21.272Z | [ helios-setup] Aug 29 14:52:19.962 INFO E| Compiling schemars v0.8.12 |
2845 | 2024-08-29T14:52:21.359Z | [ helios-setup] Aug 29 14:52:20.049 INFO E| Compiling futures-util v0.3.28 |
2846 | 2024-08-29T14:52:21.641Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2847 | 2024-08-29T14:52:22.442Z | [ helios-setup] Aug 29 14:52:21.132 INFO E| Compiling mio v0.8.5 |
2848 | 2024-08-29T14:52:22.597Z | [ helios-setup] Aug 29 14:52:21.286 INFO E| Compiling signal-hook-registry v1.4.0 |
2849 | 2024-08-29T14:52:22.886Z | [ helios-setup] Aug 29 14:52:21.575 INFO E| Compiling socket2 v0.4.9 |
2850 | 2024-08-29T14:52:23.011Z | [ helios-setup] Aug 29 14:52:21.700 INFO E| Compiling num-traits v0.2.15 |
2851 | 2024-08-29T14:52:23.295Z | [ helios-setup] Aug 29 14:52:21.985 INFO E| Compiling ahash v0.7.6 |
2852 | 2024-08-29T14:52:23.860Z | [ helios-setup] Aug 29 14:52:22.549 INFO E| Compiling crunchy v0.2.2 |
2853 | 2024-08-29T14:52:24.325Z | [ helios-setup] Aug 29 14:52:23.014 INFO E| Compiling pin-utils v0.1.0 |
2854 | 2024-08-29T14:52:24.832Z | [ helios-setup] Aug 29 14:52:23.521 INFO E| Compiling futures-io v0.3.28 |
2855 | 2024-08-29T14:52:24.962Z | [ host-package] Compiling heck v0.3.3 |
2856 | 2024-08-29T14:52:25.129Z | [ helios-setup] Aug 29 14:52:23.818 INFO E| Compiling io-lifetimes v1.0.10 |
2857 | 2024-08-29T14:52:25.747Z | [ helios-setup] Aug 29 14:52:24.436 INFO E| Compiling serde_derive_internals v0.26.0 |
2858 | 2024-08-29T14:52:25.749Z | [ host-package] Compiling castaway v0.2.3 |
2859 | 2024-08-29T14:52:26.240Z | [ host-package] Compiling rand_seeder v0.3.0 |
2860 | 2024-08-29T14:52:26.308Z | [ helios-setup] Aug 29 14:52:24.996 INFO E| Compiling ahash v0.8.3 |
2861 | 2024-08-29T14:52:27.208Z | [ host-package] Compiling csv-core v0.1.11 |
2862 | 2024-08-29T14:52:27.510Z | [ helios-setup] Aug 29 14:52:26.198 INFO E| Compiling tiny-keccak v2.0.2 |
2863 | 2024-08-29T14:52:27.558Z | [ helios-setup] Aug 29 14:52:26.246 INFO E| Compiling hashbrown v0.12.3 |
2864 | 2024-08-29T14:52:27.655Z | [ helios-setup] Aug 29 14:52:26.343 INFO E| Compiling rustix v0.37.3 |
2865 | 2024-08-29T14:52:27.850Z | [ helios-setup] Aug 29 14:52:26.538 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2866 | 2024-08-29T14:52:28.586Z | [ helios-setup] Aug 29 14:52:27.274 INFO E| Compiling crypto-common v0.1.6 |
2867 | 2024-08-29T14:52:28.984Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2868 | 2024-08-29T14:52:29.055Z | [ helios-setup] Aug 29 14:52:27.743 INFO E| Compiling block-buffer v0.10.3 |
2869 | 2024-08-29T14:52:29.744Z | [ host-package] Compiling http-range v0.1.5 |
2870 | 2024-08-29T14:52:29.833Z | [ helios-setup] Aug 29 14:52:28.519 INFO E| Compiling errno v0.3.1 |
2871 | 2024-08-29T14:52:30.264Z | [ helios-setup] Aug 29 14:52:28.951 INFO E| Compiling pkg-config v0.3.26 |
2872 | 2024-08-29T14:52:30.376Z | [ helios-setup] Aug 29 14:52:29.063 INFO E| Compiling slog v2.7.0 |
2873 | 2024-08-29T14:52:30.398Z | [ helios-setup] Aug 29 14:52:29.085 INFO E| Compiling crossbeam-utils v0.8.14 |
2874 | 2024-08-29T14:52:30.460Z | [ helios-setup] Aug 29 14:52:29.147 INFO E| Compiling fnv v1.0.7 |
2875 | 2024-08-29T14:52:30.743Z | [ helios-setup] Aug 29 14:52:29.430 INFO E| Compiling http v0.2.9 |
2876 | 2024-08-29T14:52:33.578Z | [ helios-setup] Aug 29 14:52:32.264 INFO E| Compiling digest v0.10.6 |
2877 | 2024-08-29T14:52:33.706Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2878 | 2024-08-29T14:52:34.044Z | [ helios-setup] Aug 29 14:52:32.730 INFO E| Compiling aho-corasick v0.7.20 |
2879 | 2024-08-29T14:52:34.376Z | [ helios-setup] Aug 29 14:52:33.062 INFO E| Compiling tinyvec_macros v0.1.1 |
2880 | 2024-08-29T14:52:34.560Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2881 | 2024-08-29T14:52:34.724Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2882 | 2024-08-29T14:52:34.735Z | [ helios-setup] Aug 29 14:52:33.421 INFO E| Compiling anyhow v1.0.68 |
2883 | 2024-08-29T14:52:34.834Z | [ helios-setup] Aug 29 14:52:33.517 INFO E| Compiling cpufeatures v0.2.5 |
2884 | 2024-08-29T14:52:35.375Z | [ helios-setup] Aug 29 14:52:34.060 INFO E| Compiling regex-syntax v0.6.29 |
2885 | 2024-08-29T14:52:36.061Z | [ helios-setup] Aug 29 14:52:34.746 INFO E| Compiling thiserror-impl v1.0.38 |
2886 | 2024-08-29T14:52:36.302Z | [ helios-setup] Aug 29 14:52:34.988 INFO E| Compiling schemars_derive v0.8.12 |
2887 | 2024-08-29T14:52:37.011Z | [ helios-setup] Aug 29 14:52:35.697 INFO E| Compiling httparse v1.8.0 |
2888 | 2024-08-29T14:52:37.291Z | [ helios-setup] Aug 29 14:52:35.976 INFO E| Compiling heck v0.4.1 |
2889 | 2024-08-29T14:52:38.008Z | [ helios-setup] Aug 29 14:52:36.693 INFO E| Compiling serde_derive v1.0.204 |
2890 | 2024-08-29T14:52:38.258Z | [ helios-setup] Aug 29 14:52:36.942 INFO E| Compiling futures-macro v0.3.28 |
2891 | 2024-08-29T14:52:38.476Z | [ helios-setup] Aug 29 14:52:37.161 INFO E| Compiling tokio-macros v2.0.0 |
2892 | 2024-08-29T14:52:38.671Z | [ helios-setup] Aug 29 14:52:37.280 INFO E| Compiling percent-encoding v2.2.0 |
2893 | 2024-08-29T14:52:39.128Z | [ helios-setup] Aug 29 14:52:37.812 INFO E| Compiling unicode-width v0.1.10 |
2894 | 2024-08-29T14:52:39.723Z | [ helios-setup] Aug 29 14:52:38.407 INFO E| Compiling form_urlencoded v1.1.0 |
2895 | 2024-08-29T14:52:39.927Z | [ helios-setup] Aug 29 14:52:38.612 INFO E| Compiling const-random-macro v0.1.15 |
2896 | 2024-08-29T14:52:40.204Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2897 | 2024-08-29T14:52:41.570Z | [ helios-setup] Aug 29 14:52:40.254 INFO E| Compiling tinyvec v1.6.0 |
2898 | 2024-08-29T14:52:41.743Z | [ host-package] Compiling csv v1.3.0 |
2899 | 2024-08-29T14:52:41.877Z | [ helios-setup] Aug 29 14:52:40.561 INFO E| Compiling regex v1.7.3 |
2900 | 2024-08-29T14:52:42.895Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2901 | 2024-08-29T14:52:42.902Z | [ helios-setup] Aug 29 14:52:41.586 INFO E| Compiling hashbrown v0.13.2 |
2902 | 2024-08-29T14:52:42.902Z | [ helios-setup] Aug 29 14:52:41.586 INFO E| Compiling chrono v0.4.24 |
2903 | 2024-08-29T14:52:43.339Z | [ host-package] Compiling compact_str v0.8.0 |
2904 | 2024-08-29T14:52:45.215Z | [ helios-setup] Aug 29 14:52:43.898 INFO E| Compiling libz-sys v1.1.8 |
2905 | 2024-08-29T14:52:45.772Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2906 | 2024-08-29T14:52:46.550Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2907 | 2024-08-29T14:52:47.198Z | [ helios-setup] Aug 29 14:52:45.880 INFO E| Compiling uuid v1.3.0 |
2908 | 2024-08-29T14:52:47.958Z | [ helios-setup] Aug 29 14:52:46.640 INFO E| Compiling dyn-clone v1.0.11 |
2909 | 2024-08-29T14:52:48.396Z | [ helios-setup] Aug 29 14:52:47.078 INFO E| Compiling unicode-normalization v0.1.22 |
2910 | 2024-08-29T14:52:48.460Z | [ helios-setup] Aug 29 14:52:47.142 INFO E| Compiling regress v0.5.0 |
2911 | 2024-08-29T14:52:48.583Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2912 | 2024-08-29T14:52:48.813Z | [ helios-setup] Aug 29 14:52:47.495 INFO E| Compiling const-random v0.1.15 |
2913 | 2024-08-29T14:52:48.934Z | [ host-package] Compiling nix v0.27.1 |
2914 | 2024-08-29T14:52:50.632Z | [ helios-setup] Aug 29 14:52:49.313 INFO E| Compiling getopts v0.2.21 |
2915 | 2024-08-29T14:52:51.259Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2916 | 2024-08-29T14:52:51.545Z | [ helios-setup] Aug 29 14:52:50.226 INFO E| Compiling tracing-core v0.1.30 |
2917 | 2024-08-29T14:52:51.646Z | [ helios-setup] Aug 29 14:52:50.327 INFO E| Compiling memoffset v0.7.1 |
2918 | 2024-08-29T14:52:51.916Z | [ helios-setup] Aug 29 14:52:50.597 INFO E| Compiling time-core v0.1.2 |
2919 | 2024-08-29T14:52:52.014Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2920 | 2024-08-29T14:52:52.361Z | [ helios-setup] Aug 29 14:52:51.042 INFO E| Compiling powerfmt v0.2.0 |
2921 | 2024-08-29T14:52:52.508Z | [ helios-setup] Aug 29 14:52:51.186 INFO E| Compiling ucd-trie v0.1.5 |
2922 | 2024-08-29T14:52:53.573Z | [ helios-setup] Aug 29 14:52:52.254 INFO E| Compiling unicode-bidi v0.3.13 |
2923 | 2024-08-29T14:52:54.276Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2924 | 2024-08-29T14:52:55.084Z | [ helios-setup] Aug 29 14:52:53.764 INFO E| Compiling num-conv v0.1.0 |
2925 | 2024-08-29T14:52:56.007Z | [ helios-setup] Aug 29 14:52:54.686 INFO E| Compiling time-macros v0.2.18 |
2926 | 2024-08-29T14:52:56.279Z | [ helios-setup] Aug 29 14:52:54.959 INFO E| Compiling idna v0.3.0 |
2927 | 2024-08-29T14:52:57.099Z | [ helios-setup] Aug 29 14:52:55.778 INFO E| Compiling pest v2.5.7 |
2928 | 2024-08-29T14:52:59.139Z | [ helios-setup] Aug 29 14:52:57.817 INFO E| Compiling deranged v0.3.11 |
2929 | 2024-08-29T14:53:01.164Z | [ helios-setup] Aug 29 14:52:59.843 INFO E| Compiling tracing v0.1.37 |
2930 | 2024-08-29T14:53:02.441Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2931 | 2024-08-29T14:53:03.132Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2932 | 2024-08-29T14:53:03.254Z | [ helios-setup] Aug 29 14:53:01.932 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2933 | 2024-08-29T14:53:03.638Z | [ helios-setup] Aug 29 14:53:02.315 INFO E| Compiling time v0.1.45 |
2934 | 2024-08-29T14:53:03.797Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2935 | 2024-08-29T14:53:04.102Z | [ helios-setup] Aug 29 14:53:02.780 INFO E| Compiling crossbeam-epoch v0.9.13 |
2936 | 2024-08-29T14:53:04.447Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2937 | 2024-08-29T14:53:05.070Z | [ helios-setup] Aug 29 14:53:03.747 INFO E| Compiling num_threads v0.1.6 |
2938 | 2024-08-29T14:53:05.284Z | [ host-package] Compiling hashlink v0.9.1 |
2939 | 2024-08-29T14:53:05.347Z | [ helios-setup] Aug 29 14:53:04.024 INFO E| Compiling iana-time-zone v0.1.56 |
2940 | 2024-08-29T14:53:05.819Z | [ helios-setup] Aug 29 14:53:04.496 INFO E| Compiling toml v0.5.11 |
2941 | 2024-08-29T14:53:06.550Z | [ helios-setup] Aug 29 14:53:05.227 INFO E| Compiling smallvec v1.10.0 |
2942 | 2024-08-29T14:53:07.029Z | [ helios-setup] Aug 29 14:53:05.706 INFO E| Compiling serde_tokenstream v0.2.0 |
2943 | 2024-08-29T14:53:07.215Z | [ host-package] Compiling lru v0.12.3 |
2944 | 2024-08-29T14:53:07.747Z | [ helios-setup] Aug 29 14:53:06.418 INFO E| Compiling semver v1.0.17 |
2945 | 2024-08-29T14:53:08.167Z | [ host-package] Compiling serde-big-array v0.5.1 |
2946 | 2024-08-29T14:53:08.353Z | [ host-package] Compiling instability v0.3.2 |
2947 | 2024-08-29T14:53:08.436Z | [ helios-setup] Aug 29 14:53:07.112 INFO E| Compiling parking_lot v0.12.1 |
2948 | 2024-08-29T14:53:08.768Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2949 | 2024-08-29T14:53:10.685Z | [ host-package] Compiling base64 v0.13.1 |
2950 | 2024-08-29T14:53:10.918Z | [ host-package] Compiling cassowary v0.3.0 |
2951 | 2024-08-29T14:53:11.833Z | [ helios-setup] Aug 29 14:53:10.508 INFO E| Compiling time v0.3.36 |
2952 | 2024-08-29T14:53:12.335Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2953 | 2024-08-29T14:53:12.872Z | [ helios-setup] Aug 29 14:53:11.546 INFO E| Compiling url v2.3.1 |
2954 | 2024-08-29T14:53:13.191Z | [ host-package] Compiling rusqlite v0.31.0 |
2955 | 2024-08-29T14:53:15.996Z | [ helios-setup] Aug 29 14:53:14.669 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2956 | 2024-08-29T14:53:16.734Z | [ helios-setup] Aug 29 14:53:15.407 INFO E| Compiling semver-parser v0.10.2 |
2957 | 2024-08-29T14:53:18.664Z | [ host-package] Compiling ratatui v0.28.0 |
2958 | 2024-08-29T14:53:19.902Z | [ helios-setup] Aug 29 14:53:18.574 INFO E| Compiling crossbeam-channel v0.5.6 |
2959 | 2024-08-29T14:53:20.503Z | [ helios-setup] Aug 29 14:53:19.176 INFO E| Compiling dirs-sys-next v0.1.2 |
2960 | 2024-08-29T14:53:23.015Z | [ host-package] Compiling ron v0.7.1 |
2961 | 2024-08-29T14:53:23.229Z | [ helios-setup] Aug 29 14:53:21.900 INFO E| Compiling same-file v1.0.6 |
2962 | 2024-08-29T14:53:23.737Z | [ helios-setup] Aug 29 14:53:22.408 INFO E| Compiling crc32fast v1.3.2 |
2963 | 2024-08-29T14:53:23.919Z | [ helios-setup] Aug 29 14:53:22.590 INFO E| Compiling try-lock v0.2.4 |
2964 | 2024-08-29T14:53:24.348Z | [ helios-setup] Aug 29 14:53:23.019 INFO E| Compiling want v0.3.0 |
2965 | 2024-08-29T14:53:25.020Z | [ helios-setup] Aug 29 14:53:23.691 INFO E| Compiling walkdir v2.3.3 |
2966 | 2024-08-29T14:53:26.655Z | [ helios-setup] Aug 29 14:53:25.325 INFO E| Compiling tokio-util v0.7.7 |
2967 | 2024-08-29T14:53:27.605Z | [ helios-setup] Aug 29 14:53:26.275 INFO E| Compiling dirs-next v2.0.0 |
2968 | 2024-08-29T14:53:28.319Z | [ helios-setup] Aug 29 14:53:26.989 INFO E| Compiling semver v0.11.0 |
2969 | 2024-08-29T14:53:29.542Z | [ helios-setup] Aug 29 14:53:28.211 INFO E| Compiling h2 v0.3.16 |
2970 | 2024-08-29T14:53:31.244Z | [ helios-setup] Aug 29 14:53:29.913 INFO E| Compiling proc-macro-crate v1.2.1 |
2971 | 2024-08-29T14:53:33.145Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2972 | 2024-08-29T14:53:33.339Z | [ helios-setup] Aug 29 14:53:32.007 INFO E| Compiling futures-executor v0.3.28 |
2973 | 2024-08-29T14:53:33.872Z | [ helios-setup] Aug 29 14:53:32.540 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2974 | 2024-08-29T14:53:34.488Z | [ helios-setup] Aug 29 14:53:33.156 INFO E| Compiling http-body v0.4.5 |
2975 | 2024-08-29T14:53:35.404Z | [ helios-setup] Aug 29 14:53:34.072 INFO E| Compiling ring v0.16.20 |
2976 | 2024-08-29T14:53:35.508Z | [ helios-setup] Aug 29 14:53:34.176 INFO E| Compiling rand_core v0.6.4 |
2977 | 2024-08-29T14:53:36.613Z | [ helios-setup] Aug 29 14:53:35.281 INFO E| Compiling thread_local v1.1.7 |
2978 | 2024-08-29T14:53:37.464Z | [ helios-setup] Aug 29 14:53:36.131 INFO E| Compiling home v0.5.4 |
2979 | 2024-08-29T14:53:38.126Z | [ helios-setup] Aug 29 14:53:36.793 INFO E| Compiling rayon-core v1.10.2 |
2980 | 2024-08-29T14:53:38.318Z | [ helios-setup] Aug 29 14:53:36.985 INFO E| Compiling fastrand v1.9.0 |
2981 | 2024-08-29T14:53:38.941Z | [ helios-setup] Aug 29 14:53:37.608 INFO E| Compiling lazy_static v1.4.0 |
2982 | 2024-08-29T14:53:39.288Z | [ helios-setup] Aug 29 14:53:37.955 INFO E| Compiling tower-service v0.3.2 |
2983 | 2024-08-29T14:53:39.920Z | [ helios-setup] Aug 29 14:53:38.586 INFO E| Compiling base64 v0.21.0 |
2984 | 2024-08-29T14:53:40.096Z | [ helios-setup] Aug 29 14:53:38.763 INFO E| Compiling utf8parse v0.2.1 |
2985 | 2024-08-29T14:53:40.491Z | [ helios-setup] Aug 29 14:53:39.157 INFO E| Compiling ppv-lite86 v0.2.17 |
2986 | 2024-08-29T14:53:42.248Z | [ helios-setup] Aug 29 14:53:40.914 INFO E| Compiling adler v1.0.2 |
2987 | 2024-08-29T14:53:42.339Z | [ helios-setup] Aug 29 14:53:41.005 INFO E| Compiling httpdate v1.0.2 |
2988 | 2024-08-29T14:53:42.835Z | [ helios-setup] Aug 29 14:53:41.499 INFO E| Compiling hyper v0.14.25 |
2989 | 2024-08-29T14:53:43.065Z | [ helios-setup] Aug 29 14:53:41.731 INFO E| Compiling miniz_oxide v0.6.2 |
2990 | 2024-08-29T14:53:43.817Z | [ helios-setup] Aug 29 14:53:42.482 INFO E| Compiling rand_chacha v0.3.1 |
2991 | 2024-08-29T14:53:47.023Z | [ helios-setup] Aug 29 14:53:45.688 INFO E| Compiling anstyle-parse v0.1.1 |
2992 | 2024-08-29T14:53:47.760Z | [ helios-setup] Aug 29 14:53:46.424 INFO E| Compiling toolchain_find v0.2.0 |
2993 | 2024-08-29T14:53:48.000Z | [ helios-setup] Aug 29 14:53:46.665 INFO E| Compiling tempfile v3.5.0 |
2994 | 2024-08-29T14:53:48.395Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2995 | 2024-08-29T14:53:50.409Z | [ helios-setup] Aug 29 14:53:49.072 INFO E| Compiling futures v0.3.28 |
2996 | 2024-08-29T14:53:50.989Z | [ helios-setup] Aug 29 14:53:49.653 INFO E| Compiling num_enum_derive v0.5.7 |
2997 | 2024-08-29T14:53:54.021Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2998 | 2024-08-29T14:53:57.279Z | [ host-package] Compiling zone v0.1.8 |
2999 | 2024-08-29T14:53:58.700Z | [ helios-setup] Aug 29 14:53:57.361 INFO E| Compiling cargo-lock v8.0.3 |
3000 | 2024-08-29T14:53:58.747Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3001 | 2024-08-29T14:54:03.721Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3002 | 2024-08-29T14:54:05.109Z | [ helios-setup] Aug 29 14:54:03.768 INFO E| Compiling crossbeam-deque v0.8.2 |
3003 | 2024-08-29T14:54:05.376Z | [ helios-setup] Aug 29 14:54:04.035 INFO E| Compiling term v0.7.0 |
3004 | 2024-08-29T14:54:06.844Z | [ helios-setup] Aug 29 14:54:05.503 INFO E| Compiling serde_urlencoded v0.7.1 |
3005 | 2024-08-29T14:54:08.157Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3006 | 2024-08-29T14:54:08.369Z | [ helios-setup] Aug 29 14:54:07.027 INFO E| Compiling is-terminal v0.4.7 |
3007 | 2024-08-29T14:54:08.608Z | [ helios-setup] Aug 29 14:54:07.266 INFO E| Compiling sha2 v0.10.6 |
3008 | 2024-08-29T14:54:08.679Z | [ helios-setup] Aug 29 14:54:07.337 INFO E| Compiling sha1 v0.10.5 |
3009 | 2024-08-29T14:54:09.303Z | [ helios-setup] Aug 29 14:54:07.961 INFO E| Compiling atty v0.2.14 |
3010 | 2024-08-29T14:54:11.259Z | [ helios-setup] Aug 29 14:54:09.916 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3011 | 2024-08-29T14:54:11.756Z | [ helios-setup] Aug 29 14:54:10.413 INFO E| Compiling anstyle v0.3.5 |
3012 | 2024-08-29T14:54:12.324Z | [ helios-setup] Aug 29 14:54:10.982 INFO E| Compiling concolor-query v0.3.3 |
3013 | 2024-08-29T14:54:12.482Z | [ helios-setup] Aug 29 14:54:11.139 INFO E| Compiling concolor-override v1.0.0 |
3014 | 2024-08-29T14:54:13.317Z | [ helios-setup] Aug 29 14:54:11.974 INFO E| Compiling anstream v0.2.6 |
3015 | 2024-08-29T14:54:15.260Z | [ helios-setup] Aug 29 14:54:13.916 INFO E| Compiling slog-term v2.9.0 |
3016 | 2024-08-29T14:54:15.753Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3017 | 2024-08-29T14:54:15.843Z | [ helios-setup] Aug 29 14:54:14.498 INFO E| Compiling flate2 v1.0.25 |
3018 | 2024-08-29T14:54:18.083Z | [ helios-setup] Aug 29 14:54:16.739 INFO E| Compiling num_enum v0.5.7 |
3019 | 2024-08-29T14:54:18.404Z | [ helios-setup] Aug 29 14:54:17.059 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3020 | 2024-08-29T14:54:18.677Z | [ helios-setup] Aug 29 14:54:17.332 INFO E| Compiling rand v0.8.5 |
3021 | 2024-08-29T14:54:19.764Z | [ helios-setup] Aug 29 14:54:18.419 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3022 | 2024-08-29T14:54:20.341Z | [ helios-setup] Aug 29 14:54:18.995 INFO E| Compiling openapiv3 v1.0.2 |
3023 | 2024-08-29T14:54:22.050Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3024 | 2024-08-29T14:54:22.466Z | [ helios-setup] Aug 29 14:54:21.120 INFO E| Compiling encoding_rs v0.8.32 |
3025 | 2024-08-29T14:54:23.929Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3026 | 2024-08-29T14:54:24.493Z | [ helios-setup] Aug 29 14:54:23.146 INFO E| Compiling project-root v0.2.2 |
3027 | 2024-08-29T14:54:24.653Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3028 | 2024-08-29T14:54:25.148Z | [ helios-setup] Aug 29 14:54:23.801 INFO E| Compiling spin v0.5.2 |
3029 | 2024-08-29T14:54:25.911Z | [ helios-setup] Aug 29 14:54:24.564 INFO E| Compiling ipnet v2.7.2 |
3030 | 2024-08-29T14:54:28.529Z | [ helios-setup] Aug 29 14:54:27.181 INFO E| Compiling either v1.8.0 |
3031 | 2024-08-29T14:54:29.336Z | [ helios-setup] Aug 29 14:54:27.989 INFO E| Compiling mime v0.3.17 |
3032 | 2024-08-29T14:54:29.782Z | [ helios-setup] Aug 29 14:54:28.434 INFO E| Compiling clap_lex v0.4.1 |
3033 | 2024-08-29T14:54:30.136Z | [ helios-setup] Aug 29 14:54:28.788 INFO E| Compiling base64 v0.13.1 |
3034 | 2024-08-29T14:54:31.506Z | [ helios-setup] Aug 29 14:54:30.157 INFO E| Compiling strsim v0.10.0 |
3035 | 2024-08-29T14:54:31.589Z | [ helios-setup] Aug 29 14:54:30.240 INFO E| Compiling untrusted v0.7.1 |
3036 | 2024-08-29T14:54:31.731Z | [ helios-setup] Aug 29 14:54:30.383 INFO E| Compiling byteorder v1.4.3 |
3037 | 2024-08-29T14:54:32.253Z | [ helios-setup] Aug 29 14:54:30.904 INFO E| Compiling unsafe-libyaml v0.2.8 |
3038 | 2024-08-29T14:54:32.838Z | [ helios-setup] Aug 29 14:54:31.489 INFO E| Compiling utf-8 v0.7.6 |
3039 | 2024-08-29T14:54:33.605Z | [ helios-setup] Aug 29 14:54:32.255 INFO E| Compiling tungstenite v0.18.0 |
3040 | 2024-08-29T14:54:33.772Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3041 | 2024-08-29T14:54:34.334Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3042 | 2024-08-29T14:54:34.896Z | [ helios-setup] Aug 29 14:54:33.546 INFO E| Compiling clap_builder v4.2.1 |
3043 | 2024-08-29T14:54:35.070Z | [ host-package] Compiling twox-hash v1.6.3 |
3044 | 2024-08-29T14:54:35.352Z | [ helios-setup] Aug 29 14:54:34.002 INFO E| Compiling reqwest v0.11.16 |
3045 | 2024-08-29T14:54:36.388Z | [ helios-setup] Aug 29 14:54:35.038 INFO E| Compiling serde_yaml v0.9.21 |
3046 | 2024-08-29T14:54:37.342Z | [ host-package] Compiling yasna v0.5.2 |
3047 | 2024-08-29T14:54:37.891Z | [ helios-setup] Aug 29 14:54:36.540 INFO E| Compiling rayon v1.6.1 |
3048 | 2024-08-29T14:54:38.029Z | [ host-package] Compiling portpicker v0.1.1 |
3049 | 2024-08-29T14:54:39.505Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3050 | 2024-08-29T14:54:41.181Z | [ host-package] Compiling smawk v0.3.2 |
3051 | 2024-08-29T14:54:41.264Z | [ host-package] Compiling rcgen v0.12.1 |
3052 | 2024-08-29T14:54:42.137Z | [ host-package] Compiling textwrap v0.16.1 |
3053 | 2024-08-29T14:54:43.624Z | [ helios-setup] Aug 29 14:54:42.271 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3054 | 2024-08-29T14:54:44.043Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3055 | 2024-08-29T14:54:44.061Z | [ helios-setup] Aug 29 14:54:42.709 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3056 | 2024-08-29T14:54:46.993Z | [ helios-setup] Aug 29 14:54:45.638 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3057 | 2024-08-29T14:54:50.359Z | [ helios-setup] Aug 29 14:54:49.004 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3058 | 2024-08-29T14:54:52.070Z | [ helios-setup] Aug 29 14:54:50.715 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3059 | 2024-08-29T14:54:52.487Z | [ helios-setup] Aug 29 14:54:51.132 INFO E| Compiling clap_derive v4.2.0 |
3060 | 2024-08-29T14:54:53.604Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3061 | 2024-08-29T14:54:56.414Z | [ helios-setup] Aug 29 14:54:55.058 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3062 | 2024-08-29T14:54:58.279Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3063 | 2024-08-29T14:55:02.519Z | [ helios-setup] Aug 29 14:55:01.161 INFO E| Compiling clap v4.2.1 |
3064 | 2024-08-29T14:55:05.734Z | [ helios-setup] Aug 29 14:55:04.375 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3065 | 2024-08-29T14:55:09.138Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3066 | 2024-08-29T14:55:12.398Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3067 | 2024-08-29T14:55:19.435Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3068 | 2024-08-29T14:55:20.527Z | [ helios-setup] Aug 29 14:55:19.164 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3069 | 2024-08-29T14:55:21.321Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3070 | 2024-08-29T14:55:22.442Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3071 | 2024-08-29T14:55:23.627Z | [ helios-setup] Aug 29 14:55:22.263 INFO E| Compiling tokio-tungstenite v0.18.0 |
3072 | 2024-08-29T14:55:24.870Z | [ helios-setup] Aug 29 14:55:23.506 INFO E| Compiling smartstring v1.0.1 |
3073 | 2024-08-29T14:55:26.111Z | [ helios-setup] Aug 29 14:55:24.747 INFO E| Compiling rustls v0.21.0 |
3074 | 2024-08-29T14:55:26.938Z | [ helios-setup] Aug 29 14:55:25.573 INFO E| Compiling serde_spanned v0.6.1 |
3075 | 2024-08-29T14:55:27.417Z | [ helios-setup] Aug 29 14:55:26.052 INFO E| Compiling toml_datetime v0.6.1 |
3076 | 2024-08-29T14:55:27.867Z | [ helios-setup] Aug 29 14:55:26.502 INFO E| Compiling paste v1.0.12 |
3077 | 2024-08-29T14:55:28.807Z | [ helios-setup] Aug 29 14:55:27.441 INFO E| Compiling async-trait v0.1.68 |
3078 | 2024-08-29T14:55:29.095Z | [ helios-setup] Aug 29 14:55:27.730 INFO E| Compiling camino v1.1.4 |
3079 | 2024-08-29T14:55:30.189Z | [ helios-setup] Aug 29 14:55:28.823 INFO E| Compiling match_cfg v0.1.0 |
3080 | 2024-08-29T14:55:30.363Z | [ helios-setup] Aug 29 14:55:28.997 INFO E| Compiling slog-async v2.7.0 |
3081 | 2024-08-29T14:55:30.760Z | [ helios-setup] Aug 29 14:55:29.394 INFO E| Compiling winnow v0.4.1 |
3082 | 2024-08-29T14:55:31.589Z | [ helios-setup] Aug 29 14:55:30.223 INFO E| Compiling static_assertions v1.1.0 |
3083 | 2024-08-29T14:55:32.037Z | [ helios-setup] Aug 29 14:55:30.671 INFO E| Compiling hostname v0.3.1 |
3084 | 2024-08-29T14:55:33.042Z | [ helios-setup] Aug 29 14:55:31.675 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3085 | 2024-08-29T14:55:33.083Z | [ helios-setup] Aug 29 14:55:31.717 INFO E| Compiling slog-json v2.6.1 |
3086 | 2024-08-29T14:55:33.196Z | [ helios-setup] Aug 29 14:55:31.830 INFO E| Compiling unicode-linebreak v0.1.4 |
3087 | 2024-08-29T14:55:34.370Z | [ helios-setup] Aug 29 14:55:33.002 INFO E| Compiling async-stream-impl v0.3.5 |
3088 | 2024-08-29T14:55:34.682Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3089 | 2024-08-29T14:55:35.595Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3090 | 2024-08-29T14:55:37.227Z | [ helios-setup] Aug 29 14:55:35.858 INFO E| Compiling sct v0.7.0 |
3091 | 2024-08-29T14:55:38.387Z | [ helios-setup] Aug 29 14:55:37.019 INFO E| Compiling rustls-webpki v0.100.1 |
3092 | 2024-08-29T14:55:38.431Z | [ helios-setup] Aug 29 14:55:37.063 INFO E| Compiling toml_edit v0.19.8 |
3093 | 2024-08-29T14:55:38.734Z | [ helios-setup] Aug 29 14:55:37.366 INFO E| Compiling rhai_codegen v1.5.0 |
3094 | 2024-08-29T14:55:44.926Z | [ helios-setup] Aug 29 14:55:43.556 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3095 | 2024-08-29T14:55:45.596Z | [ host-package] Compiling atomicwrites v0.4.3 |
3096 | 2024-08-29T14:55:45.815Z | [ helios-setup] Aug 29 14:55:44.445 INFO E| Compiling take_mut v0.2.2 |
3097 | 2024-08-29T14:55:45.974Z | [ helios-setup] Aug 29 14:55:44.603 INFO E| Compiling toml v0.7.3 |
3098 | 2024-08-29T14:55:46.820Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3099 | 2024-08-29T14:55:47.224Z | [ host-package] Compiling fatfs v0.3.6 |
3100 | 2024-08-29T14:55:48.102Z | [ host-package] Compiling rtoolbox v0.0.2 |
3101 | 2024-08-29T14:55:49.325Z | [ helios-setup] Aug 29 14:55:47.954 INFO E| Compiling rhai v1.14.0 |
3102 | 2024-08-29T14:55:49.435Z | [ host-package] Compiling subprocess v0.2.9 |
3103 | 2024-08-29T14:55:50.977Z | [ helios-setup] Aug 29 14:55:49.605 INFO E| Compiling async-stream v0.3.5 |
3104 | 2024-08-29T14:55:51.641Z | [ helios-setup] Aug 29 14:55:50.269 INFO E| Compiling tokio-rustls v0.24.0 |
3105 | 2024-08-29T14:55:51.693Z | [ helios-setup] Aug 29 14:55:50.321 INFO E| Compiling slog-bunyan v2.4.0 |
3106 | 2024-08-29T14:55:53.462Z | [ host-package] Compiling is_ci v1.2.0 |
3107 | 2024-08-29T14:55:54.198Z | [ helios-setup] Aug 29 14:55:52.824 INFO E| Compiling rustls-pemfile v1.0.2 |
3108 | 2024-08-29T14:55:54.471Z | [ host-package] Compiling assert_matches v1.5.0 |
3109 | 2024-08-29T14:55:55.639Z | [ helios-setup] Aug 29 14:55:54.265 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3110 | 2024-08-29T14:55:56.471Z | [ helios-setup] Aug 29 14:55:55.085 INFO E| Compiling serde_path_to_error v0.1.11 |
3111 | 2024-08-29T14:55:57.012Z | [ helios-setup] Aug 29 14:55:55.638 INFO E| Compiling bincode v1.3.3 |
3112 | 2024-08-29T14:55:57.842Z | [ host-package] Compiling supports-color v3.0.0 |
3113 | 2024-08-29T14:55:58.676Z | [ helios-setup] Aug 29 14:55:57.302 INFO E| Compiling terminal_size v0.2.6 |
3114 | 2024-08-29T14:55:59.270Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3115 | 2024-08-29T14:55:59.358Z | [ helios-setup] Aug 29 14:55:57.983 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3116 | 2024-08-29T14:55:59.407Z | [ helios-setup] Aug 29 14:55:58.033 INFO E| Compiling smawk v0.3.1 |
3117 | 2024-08-29T14:56:00.046Z | [ host-package] Compiling rpassword v7.3.1 |
3118 | 2024-08-29T14:56:00.370Z | [ helios-setup] Aug 29 14:55:58.995 INFO E| Compiling textwrap v0.16.0 |
3119 | 2024-08-29T14:56:01.040Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3120 | 2024-08-29T14:56:03.798Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3121 | 2024-08-29T14:56:04.852Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3122 | 2024-08-29T14:56:06.114Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3123 | 2024-08-29T14:56:12.396Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3124 | 2024-08-29T14:56:16.735Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3125 | 2024-08-29T14:56:28.008Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3126 | 2024-08-29T14:56:28.704Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3127 | 2024-08-29T14:56:32.654Z | [ helios-setup] Aug 29 14:56:31.270 INFO E| Compiling git2 v0.16.1 |
3128 | 2024-08-29T14:56:37.438Z | [ host-package] Compiling uzers v0.11.3 |
3129 | 2024-08-29T14:56:37.911Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3130 | 2024-08-29T14:56:38.147Z | [ helios-setup] Aug 29 14:56:36.760 INFO E| Compiling built v0.6.0 |
3131 | 2024-08-29T14:56:40.913Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3132 | 2024-08-29T14:56:41.080Z | [ helios-setup] Aug 29 14:56:39.693 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3133 | 2024-08-29T14:56:42.636Z | [ helios-setup] Aug 29 14:56:41.249 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3134 | 2024-08-29T14:56:43.022Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3135 | 2024-08-29T14:56:43.336Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3136 | 2024-08-29T14:56:43.502Z | [ helios-setup] Aug 29 14:56:42.114 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3137 | 2024-08-29T14:57:01.275Z | [ helios-setup] Aug 29 14:56:59.882 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3138 | 2024-08-29T14:57:03.324Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3139 | 2024-08-29T14:57:03.767Z | [ helios-setup] Aug 29 14:57:02.374 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3140 | 2024-08-29T14:57:21.809Z | [ host-package] Compiling multimap v0.10.0 |
3141 | 2024-08-29T14:57:47.079Z | [ helios-setup] Aug 29 14:57:45.672 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3142 | 2024-08-29T14:58:53.942Z | [ helios-setup] Aug 29 14:58:52.516 INFO E| Finished `release` profile [optimized] target(s) in 6m 48s |
3143 | 2024-08-29T14:58:54.090Z | [ helios-setup] Aug 29 14:58:52.664 INFO building project "pilot" ok (408 seconds) |
3144 | 2024-08-29T14:58:54.093Z | [ helios-setup] rm -f helios-build |
3145 | 2024-08-29T14:58:54.095Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3146 | 2024-08-29T14:58:54.099Z | [ helios-setup] |
3147 | 2024-08-29T14:58:54.102Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3148 | 2024-08-29T14:58:54.102Z | [ helios-setup] |
3149 | 2024-08-29T14:58:54.105Z | [ helios-setup] |
3150 | 2024-08-29T14:58:54.105Z | [ helios-setup] real 11:55.972522299 |
3151 | 2024-08-29T14:58:54.105Z | [ helios-setup] user 28:37.060071377 |
3152 | 2024-08-29T14:58:54.105Z | [ helios-setup] sys 3:34.080193967 |
3153 | 2024-08-29T14:58:54.105Z | [ helios-setup] trap 1.666979962 |
3154 | 2024-08-29T14:58:54.105Z | [ helios-setup] tflt 6.366921507 |
3155 | 2024-08-29T14:58:54.105Z | [ helios-setup] dflt 34.712462442 |
3156 | 2024-08-29T14:58:54.105Z | [ helios-setup] kflt 0.041750940 |
3157 | 2024-08-29T14:58:54.105Z | [ helios-setup] lock 1:58:12.184348066 |
3158 | 2024-08-29T14:58:54.105Z | [ helios-setup] slp 3:37:16.353668563 |
3159 | 2024-08-29T14:58:54.105Z | [ helios-setup] lat 32:16.719692812 |
3160 | 2024-08-29T14:58:54.105Z | [ helios-setup] stop 4:21.682573806 |
3161 | 2024-08-29T14:58:54.105Z | Aug 29 14:58:52.677 INFO [helios-setup] process exited with exit status: 0 (715.978354734s) |
3162 | 2024-08-29T14:58:54.105Z | Aug 29 14:58:52.677 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3163 | 2024-08-29T14:58:54.122Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3164 | 2024-08-29T14:58:54.349Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3165 | 2024-08-29T14:58:54.351Z | [ phbl-toolchain] info: downloading component 'cargo' |
3166 | 2024-08-29T14:58:55.405Z | [ phbl-toolchain] info: downloading component 'clippy' |
3167 | 2024-08-29T14:58:55.685Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3168 | 2024-08-29T14:59:00.704Z | [ phbl-toolchain] info: downloading component 'miri' |
3169 | 2024-08-29T14:59:01.484Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3170 | 2024-08-29T14:59:02.809Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3171 | 2024-08-29T14:59:03.051Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3172 | 2024-08-29T14:59:05.100Z | [ phbl-toolchain] info: downloading component 'rustc' |
3173 | 2024-08-29T14:59:10.900Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3174 | 2024-08-29T14:59:11.590Z | [ phbl-toolchain] info: installing component 'cargo' |
3175 | 2024-08-29T14:59:12.900Z | [ phbl-toolchain] info: installing component 'clippy' |
3176 | 2024-08-29T14:59:13.387Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3177 | 2024-08-29T14:59:19.231Z | [ phbl-toolchain] info: installing component 'miri' |
3178 | 2024-08-29T14:59:19.533Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3179 | 2024-08-29T14:59:24.667Z | [ phbl-toolchain] info: installing component 'rust-src' |
3180 | 2024-08-29T14:59:25.805Z | [ phbl-toolchain] info: installing component 'rust-std' |
3181 | 2024-08-29T14:59:28.151Z | [ phbl-toolchain] info: installing component 'rustc' |
3182 | 2024-08-29T14:59:34.839Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3183 | 2024-08-29T14:59:35.485Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3184 | 2024-08-29T14:59:35.488Z | Aug 29 14:59:34.050 INFO [phbl-toolchain] process exited with exit status: 0 (41.372748209s) |
3185 | 2024-08-29T14:59:49.293Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3186 | 2024-08-29T15:00:05.071Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3187 | 2024-08-29T15:06:21.499Z | [ host-package] Finished `release` profile [optimized] target(s) in 18m 38s |
3188 | 2024-08-29T15:07:23.820Z | Aug 29 15:07:22.243 INFO [host-package] process exited with exit status: 0 (1180.913538609s) |
3189 | 2024-08-29T15:07:23.822Z | Aug 29 15:07:22.243 INFO [host-stamp] running task |
3190 | 2024-08-29T15:07:23.822Z | Aug 29 15:07:22.243 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3191 | 2024-08-29T15:07:23.826Z | Aug 29 15:07:22.250 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+gitccb9f122643 |
3192 | 2024-08-29T15:07:23.831Z | Aug 29 15:07:22.255 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+gitccb9f122643 |
3193 | 2024-08-29T15:07:23.835Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3194 | 2024-08-29T15:07:23.838Z | Aug 29 15:07:22.260 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+gitccb9f122643 |
3195 | 2024-08-29T15:07:23.841Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3196 | 2024-08-29T15:07:23.843Z | Aug 29 15:07:22.265 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+gitccb9f122643 |
3197 | 2024-08-29T15:07:23.845Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3198 | 2024-08-29T15:07:23.848Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3199 | 2024-08-29T15:07:23.848Z | Aug 29 15:07:22.270 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+gitccb9f122643 |
3200 | 2024-08-29T15:07:23.851Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3201 | 2024-08-29T15:07:23.854Z | Aug 29 15:07:22.276 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+gitccb9f122643 |
3202 | 2024-08-29T15:07:23.856Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3203 | 2024-08-29T15:07:23.859Z | Aug 29 15:07:22.282 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+gitccb9f122643 |
3204 | 2024-08-29T15:07:23.864Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3205 | 2024-08-29T15:07:23.866Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3206 | 2024-08-29T15:07:23.866Z | Aug 29 15:07:22.290 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+gitccb9f122643 |
3207 | 2024-08-29T15:07:23.870Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3208 | 2024-08-29T15:07:23.873Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3209 | 2024-08-29T15:07:23.873Z | Aug 29 15:07:22.297 INFO [stamp-oxlog] process exited with exit status: 0 (36.671076ms) |
3210 | 2024-08-29T15:07:23.873Z | Aug 29 15:07:22.297 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (46.615578ms) |
3211 | 2024-08-29T15:07:23.875Z | Aug 29 15:07:22.299 INFO [stamp-overlay] process exited with exit status: 0 (23.034989ms) |
3212 | 2024-08-29T15:07:23.878Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3213 | 2024-08-29T15:07:23.884Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3214 | 2024-08-29T15:07:23.978Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3215 | 2024-08-29T15:07:23.982Z | Aug 29 15:07:22.405 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (122.736814ms) |
3216 | 2024-08-29T15:07:24.084Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3217 | 2024-08-29T15:07:24.087Z | Aug 29 15:07:22.510 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (255.555392ms) |
3218 | 2024-08-29T15:07:24.186Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3219 | 2024-08-29T15:07:24.189Z | Aug 29 15:07:22.613 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (347.925696ms) |
3220 | 2024-08-29T15:07:25.044Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3221 | 2024-08-29T15:07:25.048Z | Aug 29 15:07:23.472 INFO [stamp-propolis-server] process exited with exit status: 0 (1.181528187s) |
3222 | 2024-08-29T15:07:25.233Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3223 | 2024-08-29T15:07:27.557Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3224 | 2024-08-29T15:07:34.328Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3225 | 2024-08-29T15:07:34.331Z | Aug 29 15:07:32.751 INFO [stamp-switch-asic] process exited with exit status: 0 (10.48102922s) |
3226 | 2024-08-29T15:07:34.331Z | Aug 29 15:07:32.751 INFO [host-stamp] task succeeded (10.508255765s) |
3227 | 2024-08-29T15:07:34.331Z | Aug 29 15:07:32.751 INFO [host-proto] running task |
3228 | 2024-08-29T15:07:34.740Z | Aug 29 15:07:33.160 INFO [host-proto] task succeeded (408.72015ms) |
3229 | 2024-08-29T15:07:34.740Z | Aug 29 15:07:33.160 INFO [host-profile] running task |
3230 | 2024-08-29T15:07:34.742Z | Aug 29 15:07:33.160 INFO [host-profile] task succeeded (269.336µs) |
3231 | 2024-08-29T15:07:34.743Z | Aug 29 15:07:33.161 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/.tmpaaMxE7/proto/host/root -N 'ci ccb9f12/${os_short_commit} 2024-08-29 14:46' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3232 | 2024-08-29T15:07:34.755Z | [ host-image] Aug 29 15:07:33.176 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3233 | 2024-08-29T15:07:34.756Z | [ host-image] Aug 29 15:07:33.176 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3234 | 2024-08-29T15:07:34.770Z | [ host-image] Aug 29 15:07:33.191 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpaaMxE7/proto/host/root" |
3235 | 2024-08-29T15:07:34.770Z | [ host-image] Aug 29 15:07:33.191 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3236 | 2024-08-29T15:07:34.773Z | [ host-image] Aug 29 15:07:33.191 INFO image builder template: ramdisk-01-os... |
3237 | 2024-08-29T15:07:34.773Z | [ host-image] Aug 29 15:07:33.191 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/.tmpaaMxE7/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 |
3238 | 2024-08-29T15:07:34.791Z | [ host-image] Aug 29 15:07:33.211 INFO O| Aug 29 15:07:33.211 INFO CREATE DATASET: rpool/images/build/host/output |
3239 | 2024-08-29T15:07:35.028Z | [ host-image] Aug 29 15:07:33.448 INFO O| Aug 29 15:07:33.448 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3240 | 2024-08-29T15:07:35.033Z | [ host-image] Aug 29 15:07:33.453 INFO O| Aug 29 15:07:33.453 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3241 | 2024-08-29T15:07:35.261Z | [ host-image] Aug 29 15:07:33.681 INFO O| Aug 29 15:07:33.681 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3242 | 2024-08-29T15:07:35.320Z | [ host-image] Aug 29 15:07:33.740 INFO O| Aug 29 15:07:33.740 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3243 | 2024-08-29T15:07:35.322Z | [ host-image] Aug 29 15:07:33.740 INFO O| Aug 29 15:07:33.740 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3244 | 2024-08-29T15:07:35.322Z | [ host-image] Aug 29 15:07:33.740 INFO O| Aug 29 15:07:33.740 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3245 | 2024-08-29T15:07:35.322Z | [ host-image] Aug 29 15:07:33.740 INFO O| Aug 29 15:07:33.740 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3246 | 2024-08-29T15:07:35.332Z | [ host-image] Aug 29 15:07:33.752 INFO O| Aug 29 15:07:33.752 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3247 | 2024-08-29T15:07:35.547Z | [ host-image] Aug 29 15:07:33.967 INFO O| Aug 29 15:07:33.966 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3248 | 2024-08-29T15:07:35.559Z | [ host-image] Aug 29 15:07:33.979 INFO O| Aug 29 15:07:33.979 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3249 | 2024-08-29T15:07:36.173Z | [ host-image] Aug 29 15:07:34.586 INFO O| Aug 29 15:07:34.585 INFO O| Caching catalogs ... Done |
3250 | 2024-08-29T15:07:36.286Z | [ host-image] Aug 29 15:07:34.705 INFO O| Aug 29 15:07:34.705 INFO STEP 0 (pkg_image_create) COMPLETE |
3251 | 2024-08-29T15:07:36.286Z | [ host-image] Aug 29 15:07:34.706 INFO O| Aug 29 15:07:34.705 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3252 | 2024-08-29T15:07:36.288Z | [ host-image] Aug 29 15:07:34.706 INFO O| Aug 29 15:07:34.705 INFO skip step because feature "repo_redist" is not enabled |
3253 | 2024-08-29T15:07:36.289Z | [ host-image] Aug 29 15:07:34.706 INFO O| Aug 29 15:07:34.705 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3254 | 2024-08-29T15:07:36.302Z | [ host-image] Aug 29 15:07:34.722 INFO O| Aug 29 15:07:34.722 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"] |
3255 | 2024-08-29T15:07:36.894Z | [ host-image] Aug 29 15:07:35.313 INFO O| Aug 29 15:07:35.313 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3256 | 2024-08-29T15:07:36.894Z | [ host-image] Aug 29 15:07:35.313 INFO O| Aug 29 15:07:35.313 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3257 | 2024-08-29T15:07:36.910Z | [ host-image] Aug 29 15:07:35.330 INFO O| Aug 29 15:07:35.330 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"] |
3258 | 2024-08-29T15:07:37.429Z | [ host-image] Aug 29 15:07:35.849 INFO O| Aug 29 15:07:35.849 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3259 | 2024-08-29T15:07:37.429Z | [ host-image] Aug 29 15:07:35.849 INFO O| Aug 29 15:07:35.849 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3260 | 2024-08-29T15:07:37.432Z | [ host-image] Aug 29 15:07:35.849 INFO O| Aug 29 15:07:35.849 INFO skip step because feature "repo_redist" is not enabled |
3261 | 2024-08-29T15:07:37.432Z | [ host-image] Aug 29 15:07:35.849 INFO O| Aug 29 15:07:35.849 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3262 | 2024-08-29T15:07:37.983Z | [ host-image] Aug 29 15:07:36.403 INFO O| Aug 29 15:07:36.402 INFO variant opensolaris.zone is already global |
3263 | 2024-08-29T15:07:37.983Z | [ host-image] Aug 29 15:07:36.403 INFO O| Aug 29 15:07:36.403 INFO STEP 5 (pkg_change_variant) COMPLETE |
3264 | 2024-08-29T15:07:37.986Z | [ host-image] Aug 29 15:07:36.403 INFO O| Aug 29 15:07:36.403 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3265 | 2024-08-29T15:07:38.496Z | [ host-image] Aug 29 15:07:36.915 INFO O| Aug 29 15:07:36.915 INFO variant opensolaris.imagetype is full; changing to partial |
3266 | 2024-08-29T15:07:38.496Z | [ host-image] Aug 29 15:07:36.915 INFO O| Aug 29 15:07:36.915 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3267 | 2024-08-29T15:07:44.822Z | [ host-image] Aug 29 15:07:43.239 INFO O| Aug 29 15:07:43.239 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3268 | 2024-08-29T15:07:45.942Z | [recovery-package] Finished `release` profile [optimized] target(s) in 21.90s |
3269 | 2024-08-29T15:07:47.090Z | [ host-image] Aug 29 15:07:45.505 INFO O| Aug 29 15:07:45.504 INFO O| Startup: Caching catalogs ... Done |
3270 | 2024-08-29T15:07:47.139Z | [ host-image] Aug 29 15:07:45.555 INFO O| Aug 29 15:07:45.555 INFO O| Planning: Planning completed in 0.00 seconds |
3271 | 2024-08-29T15:07:47.142Z | [ host-image] Aug 29 15:07:45.556 INFO O| Aug 29 15:07:45.556 INFO O| Planning: Consolidating action changes ... Done |
3272 | 2024-08-29T15:07:47.142Z | [ host-image] Aug 29 15:07:45.556 INFO O| Aug 29 15:07:45.556 INFO O| Planning: Evaluating mediators ... Done |
3273 | 2024-08-29T15:07:47.142Z | [ host-image] Aug 29 15:07:45.556 INFO O| Aug 29 15:07:45.556 INFO O| Planning: Planning completed in 0.00 seconds |
3274 | 2024-08-29T15:07:47.142Z | [ host-image] Aug 29 15:07:45.556 INFO O| Aug 29 15:07:45.556 INFO O| Variants/Facets to change: 1 |
3275 | 2024-08-29T15:07:47.161Z | [ host-image] Aug 29 15:07:45.577 INFO O| Aug 29 15:07:45.577 INFO O| Done |
3276 | 2024-08-29T15:07:47.161Z | [ host-image] Aug 29 15:07:45.577 INFO O| Aug 29 15:07:45.577 INFO O| Done |
3277 | 2024-08-29T15:07:47.274Z | Aug 29 15:07:45.690 INFO [recovery-package] process exited with exit status: 0 (23.446853552s) |
3278 | 2024-08-29T15:07:47.276Z | Aug 29 15:07:45.690 INFO [recovery-stamp] running task |
3279 | 2024-08-29T15:07:47.276Z | Aug 29 15:07:45.691 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3280 | 2024-08-29T15:07:47.279Z | Aug 29 15:07:45.696 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitccb9f122643 |
3281 | 2024-08-29T15:07:47.285Z | Aug 29 15:07:45.702 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+gitccb9f122643 |
3282 | 2024-08-29T15:07:47.295Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3283 | 2024-08-29T15:07:47.300Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3284 | 2024-08-29T15:07:47.372Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3285 | 2024-08-29T15:07:47.375Z | Aug 29 15:07:45.792 INFO [stamp-installinator] process exited with exit status: 0 (96.101774ms) |
3286 | 2024-08-29T15:07:47.421Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3287 | 2024-08-29T15:07:47.424Z | Aug 29 15:07:45.841 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (139.127861ms) |
3288 | 2024-08-29T15:07:47.426Z | Aug 29 15:07:45.841 INFO [recovery-stamp] task succeeded (150.32183ms) |
3289 | 2024-08-29T15:07:47.426Z | Aug 29 15:07:45.841 INFO [recovery-proto] running task |
3290 | 2024-08-29T15:07:47.426Z | Aug 29 15:07:45.841 INFO [tuf-stamp] running task |
3291 | 2024-08-29T15:07:47.426Z | Aug 29 15:07:45.842 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+gitccb9f122643 |
3292 | 2024-08-29T15:07:47.434Z | Aug 29 15:07:45.851 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+gitccb9f122643 |
3293 | 2024-08-29T15:07:47.441Z | Aug 29 15:07:45.858 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+gitccb9f122643 |
3294 | 2024-08-29T15:07:47.447Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3295 | 2024-08-29T15:07:47.449Z | Aug 29 15:07:45.866 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+gitccb9f122643 |
3296 | 2024-08-29T15:07:47.455Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3297 | 2024-08-29T15:07:47.457Z | Aug 29 15:07:45.874 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+gitccb9f122643 |
3298 | 2024-08-29T15:07:47.464Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3299 | 2024-08-29T15:07:47.469Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3300 | 2024-08-29T15:07:47.471Z | Aug 29 15:07:45.886 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+gitccb9f122643 |
3301 | 2024-08-29T15:07:47.486Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3302 | 2024-08-29T15:07:47.488Z | Aug 29 15:07:45.903 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+gitccb9f122643 |
3303 | 2024-08-29T15:07:47.511Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3304 | 2024-08-29T15:07:47.513Z | Aug 29 15:07:45.928 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+gitccb9f122643 |
3305 | 2024-08-29T15:07:47.536Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3306 | 2024-08-29T15:07:47.538Z | Aug 29 15:07:45.953 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+gitccb9f122643 |
3307 | 2024-08-29T15:07:47.560Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3308 | 2024-08-29T15:07:47.562Z | Aug 29 15:07:45.977 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+gitccb9f122643 |
3309 | 2024-08-29T15:07:47.580Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3310 | 2024-08-29T15:07:47.583Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3311 | 2024-08-29T15:07:47.583Z | Aug 29 15:07:45.997 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+gitccb9f122643 |
3312 | 2024-08-29T15:07:47.598Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3313 | 2024-08-29T15:07:47.600Z | Aug 29 15:07:46.015 INFO [stamp-probe] process exited with exit status: 0 (148.910619ms) |
3314 | 2024-08-29T15:07:47.620Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3315 | 2024-08-29T15:07:47.638Z | Aug 29 15:07:46.055 INFO [recovery-proto] task succeeded (213.918014ms) |
3316 | 2024-08-29T15:07:47.641Z | Aug 29 15:07:46.055 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/.tmpaaMxE7/proto/recovery/root -N 'recovery ccb9f12/${os_short_commit} 2024-08-29 14:46' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3317 | 2024-08-29T15:07:47.675Z | [ host-image] Aug 29 15:07:46.092 INFO O| Aug 29 15:07:46.092 INFO O| Done |
3318 | 2024-08-29T15:07:47.681Z | [ recovery-image] Aug 29 15:07:46.098 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3319 | 2024-08-29T15:07:47.681Z | [ recovery-image] Aug 29 15:07:46.098 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3320 | 2024-08-29T15:07:47.698Z | [ recovery-image] Aug 29 15:07:46.114 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpaaMxE7/proto/recovery/root" |
3321 | 2024-08-29T15:07:47.698Z | [ recovery-image] Aug 29 15:07:46.114 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3322 | 2024-08-29T15:07:47.700Z | [ recovery-image] Aug 29 15:07:46.115 INFO image builder template: ramdisk-01-os... |
3323 | 2024-08-29T15:07:47.700Z | [ recovery-image] Aug 29 15:07:46.115 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/.tmpaaMxE7/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 |
3324 | 2024-08-29T15:07:47.726Z | [ host-image] Aug 29 15:07:46.142 INFO O| Aug 29 15:07:46.142 INFO O| Done |
3325 | 2024-08-29T15:07:47.728Z | [ host-image] Aug 29 15:07:46.144 INFO O| Aug 29 15:07:46.143 INFO O| Done |
3326 | 2024-08-29T15:07:47.728Z | [ host-image] Aug 29 15:07:46.144 INFO O| Aug 29 15:07:46.144 INFO O| Done |
3327 | 2024-08-29T15:07:47.730Z | [ host-image] Aug 29 15:07:46.145 INFO O| Aug 29 15:07:46.145 INFO O| Done |
3328 | 2024-08-29T15:07:47.755Z | [ recovery-image] Aug 29 15:07:46.171 INFO O| Aug 29 15:07:46.171 INFO CREATE DATASET: rpool/images/build/recovery/output |
3329 | 2024-08-29T15:07:48.112Z | [ recovery-image] Aug 29 15:07:46.528 INFO O| Aug 29 15:07:46.528 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3330 | 2024-08-29T15:07:48.159Z | [ recovery-image] Aug 29 15:07:46.575 INFO O| Aug 29 15:07:46.575 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3331 | 2024-08-29T15:07:48.214Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3332 | 2024-08-29T15:07:48.271Z | Aug 29 15:07:46.687 INFO [stamp-ntp] process exited with exit status: 0 (733.92438ms) |
3333 | 2024-08-29T15:07:48.299Z | [ host-image] Aug 29 15:07:46.715 INFO O| Aug 29 15:07:46.715 INFO STEP 6 (pkg_change_variant) COMPLETE |
3334 | 2024-08-29T15:07:48.299Z | [ host-image] Aug 29 15:07:46.715 INFO O| Aug 29 15:07:46.715 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3335 | 2024-08-29T15:07:48.299Z | [ host-image] Aug 29 15:07:46.715 INFO O| Aug 29 15:07:46.715 INFO skip step because feature "debug_variant" is not enabled |
3336 | 2024-08-29T15:07:48.299Z | [ host-image] Aug 29 15:07:46.715 INFO O| Aug 29 15:07:46.715 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3337 | 2024-08-29T15:07:48.564Z | [ recovery-image] Aug 29 15:07:46.980 INFO O| Aug 29 15:07:46.980 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3338 | 2024-08-29T15:07:48.667Z | [ recovery-image] Aug 29 15:07:47.083 INFO O| Aug 29 15:07:47.083 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3339 | 2024-08-29T15:07:48.667Z | [ recovery-image] Aug 29 15:07:47.084 INFO O| Aug 29 15:07:47.084 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3340 | 2024-08-29T15:07:48.670Z | [ recovery-image] Aug 29 15:07:47.084 INFO O| Aug 29 15:07:47.084 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3341 | 2024-08-29T15:07:48.670Z | [ recovery-image] Aug 29 15:07:47.084 INFO O| Aug 29 15:07:47.084 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3342 | 2024-08-29T15:07:48.679Z | [ recovery-image] Aug 29 15:07:47.095 INFO O| Aug 29 15:07:47.095 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3343 | 2024-08-29T15:07:48.711Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3344 | 2024-08-29T15:07:48.763Z | Aug 29 15:07:47.179 INFO [stamp-external-dns] process exited with exit status: 0 (1.328443945s) |
3345 | 2024-08-29T15:07:48.889Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3346 | 2024-08-29T15:07:48.894Z | Aug 29 15:07:47.310 INFO [stamp-internal-dns] process exited with exit status: 0 (1.333674355s) |
3347 | 2024-08-29T15:07:48.927Z | [ recovery-image] Aug 29 15:07:47.343 INFO O| Aug 29 15:07:47.343 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3348 | 2024-08-29T15:07:48.951Z | [ recovery-image] Aug 29 15:07:47.367 INFO O| Aug 29 15:07:47.367 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3349 | 2024-08-29T15:07:48.981Z | [ host-image] Aug 29 15:07:47.398 INFO O| Aug 29 15:07:47.397 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3350 | 2024-08-29T15:07:49.179Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
3351 | 2024-08-29T15:07:49.194Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3352 | 2024-08-29T15:07:49.232Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3353 | 2024-08-29T15:07:49.268Z | Aug 29 15:07:47.684 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.798126104s) |
3354 | 2024-08-29T15:07:49.426Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3355 | 2024-08-29T15:07:49.439Z | Aug 29 15:07:47.855 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.01294193s) |
3356 | 2024-08-29T15:07:49.575Z | [ recovery-image] Aug 29 15:07:47.991 INFO O| Aug 29 15:07:47.991 INFO O| Caching catalogs ... Done |
3357 | 2024-08-29T15:07:49.649Z | [ host-image] Aug 29 15:07:48.065 INFO O| Aug 29 15:07:48.065 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3358 | 2024-08-29T15:07:49.652Z | [ host-image] Aug 29 15:07:48.067 INFO O| Aug 29 15:07:48.067 INFO O| Planning: Planning completed in 0.00 seconds |
3359 | 2024-08-29T15:07:49.652Z | [ host-image] Aug 29 15:07:48.067 INFO O| Aug 29 15:07:48.067 INFO O| Planning: Consolidating action changes ... Done |
3360 | 2024-08-29T15:07:49.652Z | [ host-image] Aug 29 15:07:48.068 INFO O| Aug 29 15:07:48.068 INFO O| Planning: Evaluating mediators ... Done |
3361 | 2024-08-29T15:07:49.654Z | [ host-image] Aug 29 15:07:48.068 INFO O| Aug 29 15:07:48.068 INFO O| Planning: Planning completed in 0.00 seconds |
3362 | 2024-08-29T15:07:49.654Z | [ host-image] Aug 29 15:07:48.068 INFO O| Aug 29 15:07:48.068 INFO O| Variants/Facets to change: 1 |
3363 | 2024-08-29T15:07:49.675Z | [ host-image] Aug 29 15:07:48.091 INFO O| Aug 29 15:07:48.091 INFO O| Done |
3364 | 2024-08-29T15:07:49.675Z | [ host-image] Aug 29 15:07:48.091 INFO O| Aug 29 15:07:48.091 INFO O| Done |
3365 | 2024-08-29T15:07:49.683Z | [ recovery-image] Aug 29 15:07:48.099 INFO O| Aug 29 15:07:48.099 INFO STEP 0 (pkg_image_create) COMPLETE |
3366 | 2024-08-29T15:07:49.685Z | [ recovery-image] Aug 29 15:07:48.099 INFO O| Aug 29 15:07:48.099 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3367 | 2024-08-29T15:07:49.685Z | [ recovery-image] Aug 29 15:07:48.099 INFO O| Aug 29 15:07:48.099 INFO skip step because feature "repo_redist" is not enabled |
3368 | 2024-08-29T15:07:49.685Z | [ recovery-image] Aug 29 15:07:48.099 INFO O| Aug 29 15:07:48.099 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3369 | 2024-08-29T15:07:49.699Z | [ recovery-image] Aug 29 15:07:48.114 INFO O| Aug 29 15:07:48.114 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"] |
3370 | 2024-08-29T15:07:49.721Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3371 | 2024-08-29T15:07:49.725Z | Aug 29 15:07:48.141 INFO [stamp-oximeter] process exited with exit status: 0 (2.144241487s) |
3372 | 2024-08-29T15:07:50.086Z | [ host-image] Aug 29 15:07:48.501 INFO O| Aug 29 15:07:48.501 INFO O| Done |
3373 | 2024-08-29T15:07:50.131Z | [ host-image] Aug 29 15:07:48.546 INFO O| Aug 29 15:07:48.546 INFO O| Done |
3374 | 2024-08-29T15:07:50.133Z | [ host-image] Aug 29 15:07:48.547 INFO O| Aug 29 15:07:48.547 INFO O| Done |
3375 | 2024-08-29T15:07:50.133Z | [ host-image] Aug 29 15:07:48.548 INFO O| Aug 29 15:07:48.547 INFO O| Done |
3376 | 2024-08-29T15:07:50.135Z | [ host-image] Aug 29 15:07:48.549 INFO O| Aug 29 15:07:48.549 INFO O| Done |
3377 | 2024-08-29T15:07:50.179Z | [ recovery-image] Aug 29 15:07:48.595 INFO O| Aug 29 15:07:48.595 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3378 | 2024-08-29T15:07:50.179Z | [ recovery-image] Aug 29 15:07:48.595 INFO O| Aug 29 15:07:48.595 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3379 | 2024-08-29T15:07:50.196Z | [ recovery-image] Aug 29 15:07:48.612 INFO O| Aug 29 15:07:48.612 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"] |
3380 | 2024-08-29T15:07:50.208Z | [ host-image] Aug 29 15:07:48.624 INFO O| Aug 29 15:07:48.624 INFO STEP 8 (pkg_change_facet) COMPLETE |
3381 | 2024-08-29T15:07:50.208Z | [ host-image] Aug 29 15:07:48.624 INFO O| Aug 29 15:07:48.624 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3382 | 2024-08-29T15:07:50.211Z | [ host-image] Aug 29 15:07:48.624 INFO O| Aug 29 15:07:48.624 INFO skip step because feature "recovery" is not enabled |
3383 | 2024-08-29T15:07:50.211Z | [ host-image] Aug 29 15:07:48.624 INFO O| Aug 29 15:07:48.624 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3384 | 2024-08-29T15:07:50.211Z | [ host-image] Aug 29 15:07:48.624 INFO O| Aug 29 15:07:48.624 INFO skip step because feature "recovery" is not enabled |
3385 | 2024-08-29T15:07:50.211Z | [ host-image] Aug 29 15:07:48.624 INFO O| Aug 29 15:07:48.624 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3386 | 2024-08-29T15:07:50.223Z | [ host-image] Aug 29 15:07:48.639 INFO O| Aug 29 15:07:48.639 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"] |
3387 | 2024-08-29T15:07:50.582Z | [ recovery-image] Aug 29 15:07:48.997 INFO O| Aug 29 15:07:48.997 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3388 | 2024-08-29T15:07:50.582Z | [ recovery-image] Aug 29 15:07:48.998 INFO O| Aug 29 15:07:48.997 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3389 | 2024-08-29T15:07:50.582Z | [ recovery-image] Aug 29 15:07:48.998 INFO O| Aug 29 15:07:48.997 INFO skip step because feature "repo_redist" is not enabled |
3390 | 2024-08-29T15:07:50.585Z | [ recovery-image] Aug 29 15:07:48.998 INFO O| Aug 29 15:07:48.997 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3391 | 2024-08-29T15:07:50.817Z | [ host-image] Aug 29 15:07:49.233 INFO O| Aug 29 15:07:49.233 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3392 | 2024-08-29T15:07:51.075Z | [ recovery-image] Aug 29 15:07:49.490 INFO O| Aug 29 15:07:49.490 INFO variant opensolaris.zone is already global |
3393 | 2024-08-29T15:07:51.075Z | [ recovery-image] Aug 29 15:07:49.491 INFO O| Aug 29 15:07:49.490 INFO STEP 5 (pkg_change_variant) COMPLETE |
3394 | 2024-08-29T15:07:51.078Z | [ recovery-image] Aug 29 15:07:49.491 INFO O| Aug 29 15:07:49.490 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3395 | 2024-08-29T15:07:51.370Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3396 | 2024-08-29T15:07:51.374Z | Aug 29 15:07:49.790 INFO [stamp-nexus] process exited with exit status: 0 (3.886944637s) |
3397 | 2024-08-29T15:07:51.513Z | [ recovery-image] Aug 29 15:07:49.928 INFO O| Aug 29 15:07:49.928 INFO variant opensolaris.imagetype is full; changing to partial |
3398 | 2024-08-29T15:07:51.513Z | [ recovery-image] Aug 29 15:07:49.928 INFO O| Aug 29 15:07:49.928 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3399 | 2024-08-29T15:07:53.252Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3400 | 2024-08-29T15:07:53.255Z | Aug 29 15:07:51.670 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.812284622s) |
3401 | 2024-08-29T15:07:54.108Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3402 | 2024-08-29T15:07:54.259Z | [verify-libraries] Compiling polyval v0.6.2 |
3403 | 2024-08-29T15:07:54.262Z | [verify-libraries] Compiling rfc6979 v0.4.0 |
3404 | 2024-08-29T15:07:54.290Z | [verify-libraries] Compiling primeorder v0.13.6 |
3405 | 2024-08-29T15:07:54.293Z | [verify-libraries] Compiling ctr v0.9.2 |
3406 | 2024-08-29T15:07:54.455Z | [verify-libraries] Compiling ed25519 v2.2.3 |
3407 | 2024-08-29T15:07:54.455Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3408 | 2024-08-29T15:07:54.457Z | [verify-libraries] Compiling blowfish v0.9.1 |
3409 | 2024-08-29T15:07:54.588Z | [verify-libraries] Compiling ecdsa v0.16.9 |
3410 | 2024-08-29T15:07:54.709Z | [verify-libraries] Compiling ghash v0.5.1 |
3411 | 2024-08-29T15:07:54.802Z | [verify-libraries] Compiling option-ext v0.2.0 |
3412 | 2024-08-29T15:07:55.194Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3413 | 2024-08-29T15:07:55.307Z | [verify-libraries] Compiling dirs-sys v0.4.1 |
3414 | 2024-08-29T15:07:55.429Z | [verify-libraries] Compiling ed25519-dalek v2.1.1 |
3415 | 2024-08-29T15:07:55.641Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3416 | 2024-08-29T15:07:55.703Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3417 | 2024-08-29T15:07:56.227Z | [verify-libraries] Compiling password-hash v0.4.2 |
3418 | 2024-08-29T15:07:56.300Z | [verify-libraries] Compiling matches v0.1.10 |
3419 | 2024-08-29T15:07:56.559Z | [verify-libraries] Compiling idna v0.2.3 |
3420 | 2024-08-29T15:07:56.649Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3421 | 2024-08-29T15:07:56.690Z | [verify-libraries] Compiling p256 v0.13.2 |
3422 | 2024-08-29T15:07:56.873Z | [verify-libraries] Compiling p384 v0.13.0 |
3423 | 2024-08-29T15:07:57.033Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3424 | 2024-08-29T15:07:57.036Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3425 | 2024-08-29T15:07:57.073Z | Aug 29 15:07:55.487 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.612801909s) |
3426 | 2024-08-29T15:07:57.401Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3427 | 2024-08-29T15:07:57.453Z | Aug 29 15:07:55.867 INFO [stamp-clickhouse] process exited with exit status: 0 (9.93890947s) |
3428 | 2024-08-29T15:07:57.453Z | Aug 29 15:07:55.867 INFO [tuf-stamp] task succeeded (10.02602688s) |
3429 | 2024-08-29T15:07:57.634Z | [verify-libraries] Compiling p521 v0.13.3 |
3430 | 2024-08-29T15:07:57.652Z | [ recovery-image] Aug 29 15:07:56.065 INFO O| Aug 29 15:07:56.065 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3431 | 2024-08-29T15:07:58.771Z | [verify-libraries] Compiling dirs v5.0.1 |
3432 | 2024-08-29T15:07:59.150Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3433 | 2024-08-29T15:07:59.327Z | [verify-libraries] Compiling russh-cryptovec v0.7.2 |
3434 | 2024-08-29T15:07:59.792Z | [verify-libraries] Compiling md5 v0.7.0 |
3435 | 2024-08-29T15:08:00.423Z | [verify-libraries] Compiling russh-keys v0.44.0 |
3436 | 2024-08-29T15:08:00.502Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3437 | 2024-08-29T15:08:00.555Z | [verify-libraries] Compiling num-bigint v0.4.5 |
3438 | 2024-08-29T15:08:00.755Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3439 | 2024-08-29T15:08:02.014Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3440 | 2024-08-29T15:08:02.294Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3441 | 2024-08-29T15:08:04.161Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3442 | 2024-08-29T15:08:04.690Z | [ recovery-image] Aug 29 15:08:03.101 INFO O| Aug 29 15:08:03.101 INFO O| Startup: Caching catalogs ... Done |
3443 | 2024-08-29T15:08:04.766Z | [ recovery-image] Aug 29 15:08:03.177 INFO O| Aug 29 15:08:03.177 INFO O| Planning: Planning completed in 0.00 seconds |
3444 | 2024-08-29T15:08:04.768Z | [ recovery-image] Aug 29 15:08:03.178 INFO O| Aug 29 15:08:03.178 INFO O| Planning: Consolidating action changes ... Done |
3445 | 2024-08-29T15:08:04.768Z | [ recovery-image] Aug 29 15:08:03.178 INFO O| Aug 29 15:08:03.178 INFO O| Planning: Evaluating mediators ... Done |
3446 | 2024-08-29T15:08:04.768Z | [ recovery-image] Aug 29 15:08:03.179 INFO O| Aug 29 15:08:03.179 INFO O| Planning: Planning completed in 0.00 seconds |
3447 | 2024-08-29T15:08:04.768Z | [ recovery-image] Aug 29 15:08:03.179 INFO O| Aug 29 15:08:03.179 INFO O| Variants/Facets to change: 1 |
3448 | 2024-08-29T15:08:04.790Z | [verify-libraries] Compiling russh v0.44.1 |
3449 | 2024-08-29T15:08:04.799Z | [ recovery-image] Aug 29 15:08:03.210 INFO O| Aug 29 15:08:03.210 INFO O| Done |
3450 | 2024-08-29T15:08:04.799Z | [ recovery-image] Aug 29 15:08:03.210 INFO O| Aug 29 15:08:03.210 INFO O| Done |
3451 | 2024-08-29T15:08:05.508Z | [ recovery-image] Aug 29 15:08:03.919 INFO O| Aug 29 15:08:03.919 INFO O| Done |
3452 | 2024-08-29T15:08:05.553Z | [ recovery-image] Aug 29 15:08:03.964 INFO O| Aug 29 15:08:03.964 INFO O| Done |
3453 | 2024-08-29T15:08:05.556Z | [ recovery-image] Aug 29 15:08:03.966 INFO O| Aug 29 15:08:03.966 INFO O| Done |
3454 | 2024-08-29T15:08:05.556Z | [ recovery-image] Aug 29 15:08:03.966 INFO O| Aug 29 15:08:03.966 INFO O| Done |
3455 | 2024-08-29T15:08:05.558Z | [ recovery-image] Aug 29 15:08:03.968 INFO O| Aug 29 15:08:03.968 INFO O| Done |
3456 | 2024-08-29T15:08:06.126Z | [ recovery-image] Aug 29 15:08:04.537 INFO O| Aug 29 15:08:04.537 INFO STEP 6 (pkg_change_variant) COMPLETE |
3457 | 2024-08-29T15:08:06.126Z | [ recovery-image] Aug 29 15:08:04.537 INFO O| Aug 29 15:08:04.537 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3458 | 2024-08-29T15:08:06.129Z | [ recovery-image] Aug 29 15:08:04.537 INFO O| Aug 29 15:08:04.537 INFO skip step because feature "debug_variant" is not enabled |
3459 | 2024-08-29T15:08:06.129Z | [ recovery-image] Aug 29 15:08:04.537 INFO O| Aug 29 15:08:04.537 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3460 | 2024-08-29T15:08:06.847Z | [ recovery-image] Aug 29 15:08:05.258 INFO O| Aug 29 15:08:05.258 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3461 | 2024-08-29T15:08:07.898Z | [ recovery-image] Aug 29 15:08:06.308 INFO O| Aug 29 15:08:06.308 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3462 | 2024-08-29T15:08:07.901Z | [ recovery-image] Aug 29 15:08:06.310 INFO O| Aug 29 15:08:06.310 INFO O| Planning: Planning completed in 0.00 seconds |
3463 | 2024-08-29T15:08:07.901Z | [ recovery-image] Aug 29 15:08:06.311 INFO O| Aug 29 15:08:06.311 INFO O| Planning: Consolidating action changes ... Done |
3464 | 2024-08-29T15:08:07.901Z | [ recovery-image] Aug 29 15:08:06.311 INFO O| Aug 29 15:08:06.311 INFO O| Planning: Evaluating mediators ... Done |
3465 | 2024-08-29T15:08:07.903Z | [ recovery-image] Aug 29 15:08:06.312 INFO O| Aug 29 15:08:06.312 INFO O| Planning: Planning completed in 0.00 seconds |
3466 | 2024-08-29T15:08:07.903Z | [ recovery-image] Aug 29 15:08:06.312 INFO O| Aug 29 15:08:06.312 INFO O| Variants/Facets to change: 1 |
3467 | 2024-08-29T15:08:07.973Z | [ recovery-image] Aug 29 15:08:06.383 INFO O| Aug 29 15:08:06.383 INFO O| Done |
3468 | 2024-08-29T15:08:07.973Z | [ recovery-image] Aug 29 15:08:06.383 INFO O| Aug 29 15:08:06.383 INFO O| Done |
3469 | 2024-08-29T15:08:08.474Z | [ recovery-image] Aug 29 15:08:06.885 INFO O| Aug 29 15:08:06.884 INFO O| Done |
3470 | 2024-08-29T15:08:08.543Z | [ recovery-image] Aug 29 15:08:06.953 INFO O| Aug 29 15:08:06.953 INFO O| Done |
3471 | 2024-08-29T15:08:08.545Z | [ recovery-image] Aug 29 15:08:06.954 INFO O| Aug 29 15:08:06.954 INFO O| Done |
3472 | 2024-08-29T15:08:08.545Z | [ recovery-image] Aug 29 15:08:06.955 INFO O| Aug 29 15:08:06.954 INFO O| Done |
3473 | 2024-08-29T15:08:08.548Z | [ recovery-image] Aug 29 15:08:06.957 INFO O| Aug 29 15:08:06.957 INFO O| Done |
3474 | 2024-08-29T15:08:08.634Z | [ recovery-image] Aug 29 15:08:07.044 INFO O| Aug 29 15:08:07.044 INFO STEP 8 (pkg_change_facet) COMPLETE |
3475 | 2024-08-29T15:08:08.634Z | [ recovery-image] Aug 29 15:08:07.044 INFO O| Aug 29 15:08:07.044 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3476 | 2024-08-29T15:08:09.291Z | [ recovery-image] Aug 29 15:08:07.701 INFO O| Aug 29 15:08:07.701 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3477 | 2024-08-29T15:08:09.971Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3478 | 2024-08-29T15:08:10.399Z | [ recovery-image] Aug 29 15:08:08.809 INFO O| Aug 29 15:08:08.809 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3479 | 2024-08-29T15:08:10.402Z | [ recovery-image] Aug 29 15:08:08.811 INFO O| Aug 29 15:08:08.811 INFO O| Planning: Planning completed in 0.00 seconds |
3480 | 2024-08-29T15:08:10.404Z | [ recovery-image] Aug 29 15:08:08.812 INFO O| Aug 29 15:08:08.812 INFO O| Planning: Consolidating action changes ... Done |
3481 | 2024-08-29T15:08:10.404Z | [ recovery-image] Aug 29 15:08:08.812 INFO O| Aug 29 15:08:08.812 INFO O| Planning: Evaluating mediators ... Done |
3482 | 2024-08-29T15:08:10.404Z | [ recovery-image] Aug 29 15:08:08.813 INFO O| Aug 29 15:08:08.813 INFO O| Planning: Planning completed in 0.00 seconds |
3483 | 2024-08-29T15:08:10.404Z | [ recovery-image] Aug 29 15:08:08.813 INFO O| Aug 29 15:08:08.813 INFO O| Variants/Facets to change: 1 |
3484 | 2024-08-29T15:08:10.595Z | [ recovery-image] Aug 29 15:08:09.005 INFO O| Aug 29 15:08:09.005 INFO O| Done |
3485 | 2024-08-29T15:08:10.595Z | [ recovery-image] Aug 29 15:08:09.005 INFO O| Aug 29 15:08:09.005 INFO O| Done |
3486 | 2024-08-29T15:08:11.143Z | [ recovery-image] Aug 29 15:08:09.552 INFO O| Aug 29 15:08:09.552 INFO O| Done |
3487 | 2024-08-29T15:08:11.198Z | [ recovery-image] Aug 29 15:08:09.607 INFO O| Aug 29 15:08:09.607 INFO O| Done |
3488 | 2024-08-29T15:08:11.200Z | [ recovery-image] Aug 29 15:08:09.608 INFO O| Aug 29 15:08:09.608 INFO O| Done |
3489 | 2024-08-29T15:08:11.200Z | [ recovery-image] Aug 29 15:08:09.608 INFO O| Aug 29 15:08:09.608 INFO O| Done |
3490 | 2024-08-29T15:08:11.203Z | [ recovery-image] Aug 29 15:08:09.611 INFO O| Aug 29 15:08:09.610 INFO O| Done |
3491 | 2024-08-29T15:08:11.292Z | [ recovery-image] Aug 29 15:08:09.702 INFO O| Aug 29 15:08:09.702 INFO STEP 9 (pkg_change_facet) COMPLETE |
3492 | 2024-08-29T15:08:11.292Z | [ recovery-image] Aug 29 15:08:09.702 INFO O| Aug 29 15:08:09.702 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3493 | 2024-08-29T15:08:11.441Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3494 | 2024-08-29T15:08:11.768Z | [verify-libraries] Compiling heck v0.4.1 |
3495 | 2024-08-29T15:08:11.940Z | [ recovery-image] Aug 29 15:08:10.349 INFO O| Aug 29 15:08:10.349 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3496 | 2024-08-29T15:08:12.897Z | [ recovery-image] Aug 29 15:08:11.305 INFO O| Aug 29 15:08:11.305 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3497 | 2024-08-29T15:08:12.899Z | [ recovery-image] Aug 29 15:08:11.308 INFO O| Aug 29 15:08:11.307 INFO O| Planning: Planning completed in 0.00 seconds |
3498 | 2024-08-29T15:08:12.899Z | [ recovery-image] Aug 29 15:08:11.308 INFO O| Aug 29 15:08:11.308 INFO O| Planning: Consolidating action changes ... Done |
3499 | 2024-08-29T15:08:12.899Z | [ recovery-image] Aug 29 15:08:11.308 INFO O| Aug 29 15:08:11.308 INFO O| Planning: Evaluating mediators ... Done |
3500 | 2024-08-29T15:08:12.902Z | [ recovery-image] Aug 29 15:08:11.309 INFO O| Aug 29 15:08:11.309 INFO O| Planning: Planning completed in 0.00 seconds |
3501 | 2024-08-29T15:08:12.902Z | [ recovery-image] Aug 29 15:08:11.309 INFO O| Aug 29 15:08:11.309 INFO O| Variants/Facets to change: 1 |
3502 | 2024-08-29T15:08:12.997Z | [ recovery-image] Aug 29 15:08:11.406 INFO O| Aug 29 15:08:11.406 INFO O| Done |
3503 | 2024-08-29T15:08:12.997Z | [ recovery-image] Aug 29 15:08:11.406 INFO O| Aug 29 15:08:11.406 INFO O| Done |
3504 | 2024-08-29T15:08:13.353Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3505 | 2024-08-29T15:08:13.520Z | [ recovery-image] Aug 29 15:08:11.929 INFO O| Aug 29 15:08:11.929 INFO O| Done |
3506 | 2024-08-29T15:08:13.639Z | [ recovery-image] Aug 29 15:08:12.047 INFO O| Aug 29 15:08:12.047 INFO O| Done |
3507 | 2024-08-29T15:08:13.641Z | [ recovery-image] Aug 29 15:08:12.048 INFO O| Aug 29 15:08:12.048 INFO O| Done |
3508 | 2024-08-29T15:08:13.641Z | [ recovery-image] Aug 29 15:08:12.049 INFO O| Aug 29 15:08:12.049 INFO O| Done |
3509 | 2024-08-29T15:08:13.643Z | [ recovery-image] Aug 29 15:08:12.050 INFO O| Aug 29 15:08:12.050 INFO O| Done |
3510 | 2024-08-29T15:08:13.753Z | [ recovery-image] Aug 29 15:08:12.161 INFO O| Aug 29 15:08:12.161 INFO STEP 10 (pkg_change_facet) COMPLETE |
3511 | 2024-08-29T15:08:13.753Z | [ recovery-image] Aug 29 15:08:12.161 INFO O| Aug 29 15:08:12.161 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3512 | 2024-08-29T15:08:13.772Z | [ recovery-image] Aug 29 15:08:12.180 INFO O| Aug 29 15:08:12.180 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"] |
3513 | 2024-08-29T15:08:15.199Z | [ recovery-image] Aug 29 15:08:13.607 INFO O| Aug 29 15:08:13.607 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3514 | 2024-08-29T15:08:19.114Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3515 | 2024-08-29T15:08:19.913Z | [ host-image] Aug 29 15:08:18.320 INFO O| Aug 29 15:08:18.320 INFO O| Planning: Solver setup ... Done |
3516 | 2024-08-29T15:08:21.953Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3517 | 2024-08-29T15:08:22.133Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3518 | 2024-08-29T15:08:22.462Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3519 | 2024-08-29T15:08:22.661Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3520 | 2024-08-29T15:08:22.913Z | [verify-libraries] Compiling indent_write v2.2.0 |
3521 | 2024-08-29T15:08:23.373Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3522 | 2024-08-29T15:08:23.556Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3523 | 2024-08-29T15:08:23.783Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3524 | 2024-08-29T15:08:25.617Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3525 | 2024-08-29T15:08:25.980Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3526 | 2024-08-29T15:08:32.185Z | [verify-libraries] Compiling termios v0.3.3 |
3527 | 2024-08-29T15:08:32.600Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3528 | 2024-08-29T15:08:45.036Z | [ host-image] Aug 29 15:08:43.436 INFO O| Aug 29 15:08:43.435 INFO O| Planning: Running solver ... Done |
3529 | 2024-08-29T15:08:45.377Z | [ host-image] Aug 29 15:08:43.775 INFO O| Aug 29 15:08:43.775 INFO O| Planning: Finding local manifests ... Done |
3530 | 2024-08-29T15:08:45.391Z | [ host-image] Aug 29 15:08:43.791 INFO O| Aug 29 15:08:43.791 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3531 | 2024-08-29T15:08:46.707Z | [ recovery-image] Aug 29 15:08:45.104 INFO O| Aug 29 15:08:45.104 INFO O| Planning: Solver setup ... Done |
3532 | 2024-08-29T15:08:50.641Z | [ host-image] Aug 29 15:08:49.039 INFO O| Aug 29 15:08:49.038 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3533 | 2024-08-29T15:08:51.854Z | [ host-image] Aug 29 15:08:50.251 INFO O| Aug 29 15:08:50.251 INFO O| Planning: Package planning ... Done |
3534 | 2024-08-29T15:08:53.701Z | [ host-image] Aug 29 15:08:52.098 INFO O| Aug 29 15:08:52.098 INFO O| Planning: Merging actions ... Done |
3535 | 2024-08-29T15:08:54.039Z | [ host-image] Aug 29 15:08:52.436 INFO O| Aug 29 15:08:52.436 INFO O| Planning: Checking for conflicting actions ... Done |
3536 | 2024-08-29T15:08:54.388Z | [ host-image] Aug 29 15:08:52.785 INFO O| Aug 29 15:08:52.785 INFO O| Planning: Consolidating action changes ... Done |
3537 | 2024-08-29T15:08:54.881Z | [ host-image] Aug 29 15:08:53.278 INFO O| Aug 29 15:08:53.278 INFO O| Planning: Evaluating mediators ... Done |
3538 | 2024-08-29T15:08:56.936Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3539 | 2024-08-29T15:09:01.496Z | [ host-image] Aug 29 15:08:59.891 INFO O| Aug 29 15:08:59.891 INFO O| Planning: Planning completed in 70.66 seconds |
3540 | 2024-08-29T15:09:01.504Z | [ host-image] Aug 29 15:08:59.898 INFO O| Aug 29 15:08:59.898 INFO O| Packages to install: 124 |
3541 | 2024-08-29T15:09:01.504Z | [ host-image] Aug 29 15:08:59.898 INFO O| Aug 29 15:08:59.898 INFO O| Mediators to change: 4 |
3542 | 2024-08-29T15:09:01.506Z | [ host-image] Aug 29 15:08:59.898 INFO O| Aug 29 15:08:59.898 INFO O| Services to change: 6 |
3543 | 2024-08-29T15:09:01.628Z | [ host-image] Aug 29 15:09:00.022 INFO O| Aug 29 15:09:00.022 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete |
3544 | 2024-08-29T15:09:06.660Z | [ host-image] Aug 29 15:09:05.054 INFO O| Aug 29 15:09:05.054 INFO O| Download: 1019/22728 items 6.3/196.4MB 3% complete (1.4M/s) |
3545 | 2024-08-29T15:09:11.397Z | [ recovery-image] Aug 29 15:09:09.789 INFO O| Aug 29 15:09:09.788 INFO O| Planning: Running solver ... Done |
3546 | 2024-08-29T15:09:11.691Z | [ recovery-image] Aug 29 15:09:10.083 INFO O| Aug 29 15:09:10.082 INFO O| Planning: Finding local manifests ... Done |
3547 | 2024-08-29T15:09:11.706Z | [ recovery-image] Aug 29 15:09:10.097 INFO O| Aug 29 15:09:10.096 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3548 | 2024-08-29T15:09:11.958Z | [ host-image] Aug 29 15:09:10.349 INFO O| Aug 29 15:09:10.349 INFO O| Download: 1694/22728 items 11.2/196.4MB 5% complete (1.1M/s) |
3549 | 2024-08-29T15:09:16.308Z | [ recovery-image] Aug 29 15:09:14.698 INFO O| Aug 29 15:09:14.698 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3550 | 2024-08-29T15:09:17.017Z | [ host-image] Aug 29 15:09:15.407 INFO O| Aug 29 15:09:15.407 INFO O| Download: 2221/22728 items 24.4/196.4MB 12% complete (1.8M/s) |
3551 | 2024-08-29T15:09:17.472Z | [ recovery-image] Aug 29 15:09:15.862 INFO O| Aug 29 15:09:15.862 INFO O| Planning: Package planning ... Done |
3552 | 2024-08-29T15:09:18.217Z | [ recovery-image] Aug 29 15:09:16.607 INFO O| Aug 29 15:09:16.607 INFO O| Planning: Merging actions ... Done |
3553 | 2024-08-29T15:09:18.523Z | [ recovery-image] Aug 29 15:09:16.912 INFO O| Aug 29 15:09:16.912 INFO O| Planning: Checking for conflicting actions ... Done |
3554 | 2024-08-29T15:09:18.657Z | [ recovery-image] Aug 29 15:09:17.046 INFO O| Aug 29 15:09:17.046 INFO O| Planning: Consolidating action changes ... Done |
3555 | 2024-08-29T15:09:19.003Z | [ recovery-image] Aug 29 15:09:17.392 INFO O| Aug 29 15:09:17.392 INFO O| Planning: Evaluating mediators ... Done |
3556 | 2024-08-29T15:09:22.044Z | [ host-image] Aug 29 15:09:20.432 INFO O| Aug 29 15:09:20.432 INFO O| Download: 3307/22728 items 34.1/196.4MB 17% complete (2.3M/s) |
3557 | 2024-08-29T15:09:24.926Z | [ recovery-image] Aug 29 15:09:23.314 INFO O| Aug 29 15:09:23.314 INFO O| Planning: Planning completed in 69.71 seconds |
3558 | 2024-08-29T15:09:24.933Z | [ recovery-image] Aug 29 15:09:23.321 INFO O| Aug 29 15:09:23.321 INFO O| Packages to install: 124 |
3559 | 2024-08-29T15:09:24.936Z | [ recovery-image] Aug 29 15:09:23.321 INFO O| Aug 29 15:09:23.321 INFO O| Mediators to change: 4 |
3560 | 2024-08-29T15:09:24.936Z | [ recovery-image] Aug 29 15:09:23.321 INFO O| Aug 29 15:09:23.321 INFO O| Services to change: 5 |
3561 | 2024-08-29T15:09:25.011Z | [ recovery-image] Aug 29 15:09:23.399 INFO O| Aug 29 15:09:23.399 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3562 | 2024-08-29T15:09:27.047Z | [ host-image] Aug 29 15:09:25.433 INFO O| Aug 29 15:09:25.433 INFO O| Download: 4413/22728 items 41.2/196.4MB 20% complete (1.7M/s) |
3563 | 2024-08-29T15:09:30.165Z | [ recovery-image] Aug 29 15:09:28.551 INFO O| Aug 29 15:09:28.551 INFO O| Download: 1007/15831 items 7.9/173.2MB 4% complete (1.6M/s) |
3564 | 2024-08-29T15:09:32.215Z | [ host-image] Aug 29 15:09:30.600 INFO O| Aug 29 15:09:30.600 INFO O| Download: 4741/22728 items 45.1/196.4MB 22% complete (1.1M/s) |
3565 | 2024-08-29T15:09:35.947Z | [ recovery-image] Aug 29 15:09:34.332 INFO O| Aug 29 15:09:34.332 INFO O| Download: 1179/15831 items 12.4/173.2MB 7% complete (1.2M/s) |
3566 | 2024-08-29T15:09:36.550Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3567 | 2024-08-29T15:09:37.442Z | [ host-image] Aug 29 15:09:35.825 INFO O| Aug 29 15:09:35.825 INFO O| Download: 5765/22728 items 46.3/196.4MB 23% complete (516k/s) |
3568 | 2024-08-29T15:09:40.836Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3569 | 2024-08-29T15:09:41.115Z | [ recovery-image] Aug 29 15:09:39.498 INFO O| Aug 29 15:09:39.498 INFO O| Download: 1609/15831 items 25.0/173.2MB 14% complete (1.7M/s) |
3570 | 2024-08-29T15:09:41.153Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3571 | 2024-08-29T15:09:42.693Z | [ host-image] Aug 29 15:09:41.076 INFO O| Aug 29 15:09:41.076 INFO O| Download: 6797/22728 items 48.7/196.4MB 24% complete (312k/s) |
3572 | 2024-08-29T15:09:46.137Z | [ recovery-image] Aug 29 15:09:44.518 INFO O| Aug 29 15:09:44.518 INFO O| Download: 2557/15831 items 32.6/173.2MB 18% complete (1.7M/s) |
3573 | 2024-08-29T15:09:47.696Z | [ host-image] Aug 29 15:09:46.077 INFO O| Aug 29 15:09:46.077 INFO O| Download: 7156/22728 items 56.8/196.4MB 28% complete (1.0M/s) |
3574 | 2024-08-29T15:09:51.145Z | [ recovery-image] Aug 29 15:09:49.525 INFO O| Aug 29 15:09:49.525 INFO O| Download: 3344/15831 items 38.0/173.2MB 21% complete (1.3M/s) |
3575 | 2024-08-29T15:09:51.332Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3576 | 2024-08-29T15:09:52.705Z | [ host-image] Aug 29 15:09:51.084 INFO O| Aug 29 15:09:51.084 INFO O| Download: 8069/22728 items 60.3/196.4MB 30% complete (1.1M/s) |
3577 | 2024-08-29T15:09:56.159Z | [ recovery-image] Aug 29 15:09:54.537 INFO O| Aug 29 15:09:54.537 INFO O| Download: 4032/15831 items 42.6/173.2MB 24% complete (1.1M/s) |
3578 | 2024-08-29T15:09:57.712Z | [ host-image] Aug 29 15:09:56.090 INFO O| Aug 29 15:09:56.090 INFO O| Download: 8569/22728 items 70.1/196.4MB 35% complete (1.3M/s) |
3579 | 2024-08-29T15:10:03.486Z | [ recovery-image] Aug 29 15:10:01.862 INFO O| Aug 29 15:10:01.862 INFO O| Download: 4777/15831 items 43.0/173.2MB 24% complete (628k/s) |
3580 | 2024-08-29T15:10:03.686Z | [ host-image] Aug 29 15:10:02.062 INFO O| Aug 29 15:10:02.062 INFO O| Download: 9381/22728 items 81.5/196.4MB 41% complete (2.1M/s) |
3581 | 2024-08-29T15:10:08.494Z | [ recovery-image] Aug 29 15:10:06.869 INFO O| Aug 29 15:10:06.869 INFO O| Download: 5642/15831 items 44.4/173.2MB 25% complete (96.0k/s) |
3582 | 2024-08-29T15:10:08.688Z | [ host-image] Aug 29 15:10:07.063 INFO O| Aug 29 15:10:07.062 INFO O| Download: 10256/22728 items 87.1/196.4MB 44% complete (1.6M/s) |
3583 | 2024-08-29T15:10:13.513Z | [ recovery-image] Aug 29 15:10:11.886 INFO O| Aug 29 15:10:11.886 INFO O| Download: 5931/15831 items 53.6/173.2MB 30% complete (1.1M/s) |
3584 | 2024-08-29T15:10:13.906Z | [ host-image] Aug 29 15:10:12.279 INFO O| Aug 29 15:10:12.279 INFO O| Download: 11083/22728 items 92.0/196.4MB 46% complete (1.1M/s) |
3585 | 2024-08-29T15:10:18.523Z | [ recovery-image] Aug 29 15:10:16.895 INFO O| Aug 29 15:10:16.895 INFO O| Download: 6399/15831 items 63.1/173.2MB 36% complete (1.9M/s) |
3586 | 2024-08-29T15:10:18.922Z | [ host-image] Aug 29 15:10:17.294 INFO O| Aug 29 15:10:17.294 INFO O| Download: 11477/22728 items 96.2/196.4MB 48% complete (951k/s) |
3587 | 2024-08-29T15:10:19.769Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3588 | 2024-08-29T15:10:23.542Z | [ recovery-image] Aug 29 15:10:21.912 INFO O| Aug 29 15:10:21.912 INFO O| Download: 7269/15831 items 73.3/173.2MB 42% complete (2.0M/s) |
3589 | 2024-08-29T15:10:23.924Z | [ host-image] Aug 29 15:10:22.295 INFO O| Aug 29 15:10:22.295 INFO O| Download: 12006/22728 items 99.9/196.4MB 50% complete (721k/s) |
3590 | 2024-08-29T15:10:24.760Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3591 | 2024-08-29T15:10:29.285Z | [ recovery-image] Aug 29 15:10:27.654 INFO O| Aug 29 15:10:27.654 INFO O| Download: 7632/15831 items 73.7/173.2MB 42% complete (1.2M/s) |
3592 | 2024-08-29T15:10:29.421Z | [ host-image] Aug 29 15:10:27.789 INFO O| Aug 29 15:10:27.789 INFO O| Download: 12100/22728 items 100.7/196.4MB 51% complete (584k/s) |
3593 | 2024-08-29T15:10:29.962Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3594 | 2024-08-29T15:10:34.343Z | [ recovery-image] Aug 29 15:10:32.710 INFO O| Aug 29 15:10:32.709 INFO O| Download: 7979/15831 items 78.9/173.2MB 45% complete (528k/s) |
3595 | 2024-08-29T15:10:34.489Z | [ host-image] Aug 29 15:10:32.856 INFO O| Aug 29 15:10:32.856 INFO O| Download: 12742/22728 items 109.6/196.4MB 55% complete (1.2M/s) |
3596 | 2024-08-29T15:10:39.485Z | [ recovery-image] Aug 29 15:10:37.850 INFO O| Aug 29 15:10:37.850 INFO O| Download: 8672/15831 items 83.1/173.2MB 47% complete (956k/s) |
3597 | 2024-08-29T15:10:39.528Z | [ host-image] Aug 29 15:10:37.893 INFO O| Aug 29 15:10:37.893 INFO O| Download: 13694/22728 items 110.1/196.4MB 56% complete (944k/s) |
3598 | 2024-08-29T15:10:44.492Z | [ recovery-image] Aug 29 15:10:42.856 INFO O| Aug 29 15:10:42.856 INFO O| Download: 9213/15831 items 92.7/173.2MB 53% complete (1.4M/s) |
3599 | 2024-08-29T15:10:45.305Z | [ host-image] Aug 29 15:10:43.668 INFO O| Aug 29 15:10:43.668 INFO O| Download: 14416/22728 items 111.6/196.4MB 56% complete (199k/s) |
3600 | 2024-08-29T15:10:49.510Z | [ recovery-image] Aug 29 15:10:47.873 INFO O| Aug 29 15:10:47.873 INFO O| Download: 10200/15831 items 93.2/173.2MB 53% complete (1.0M/s) |
3601 | 2024-08-29T15:10:50.318Z | [ host-image] Aug 29 15:10:48.681 INFO O| Aug 29 15:10:48.681 INFO O| Download: 15076/22728 items 118.4/196.4MB 60% complete (828k/s) |
3602 | 2024-08-29T15:10:54.514Z | [ recovery-image] Aug 29 15:10:52.876 INFO O| Aug 29 15:10:52.875 INFO O| Download: 11014/15831 items 94.8/173.2MB 54% complete (196k/s) |
3603 | 2024-08-29T15:10:55.320Z | [ host-image] Aug 29 15:10:53.681 INFO O| Aug 29 15:10:53.681 INFO O| Download: 15917/22728 items 130.5/196.4MB 66% complete (1.9M/s) |
3604 | 2024-08-29T15:10:59.538Z | [ recovery-image] Aug 29 15:10:57.898 INFO O| Aug 29 15:10:57.898 INFO O| Download: 11389/15831 items 106.8/173.2MB 61% complete (1.3M/s) |
3605 | 2024-08-29T15:11:00.324Z | [ host-image] Aug 29 15:10:58.684 INFO O| Aug 29 15:10:58.684 INFO O| Download: 17543/22728 items 149.0/196.4MB 75% complete (3.0M/s) |
3606 | 2024-08-29T15:11:04.661Z | [ recovery-image] Aug 29 15:11:03.019 INFO O| Aug 29 15:11:03.019 INFO O| Download: 11922/15831 items 128.2/173.2MB 74% complete (3.4M/s) |
3607 | 2024-08-29T15:11:05.326Z | [ host-image] Aug 29 15:11:03.684 INFO O| Aug 29 15:11:03.684 INFO O| Download: 18354/22728 items 160.3/196.4MB 81% complete (3.0M/s) |
3608 | 2024-08-29T15:11:09.663Z | [ recovery-image] Aug 29 15:11:08.020 INFO O| Aug 29 15:11:08.020 INFO O| Download: 12087/15831 items 137.3/173.2MB 79% complete (3.1M/s) |
3609 | 2024-08-29T15:11:10.340Z | [ host-image] Aug 29 15:11:08.697 INFO O| Aug 29 15:11:08.696 INFO O| Download: 19256/22728 items 164.0/196.4MB 83% complete (1.6M/s) |
3610 | 2024-08-29T15:11:15.313Z | [ recovery-image] Aug 29 15:11:13.668 INFO O| Aug 29 15:11:13.668 INFO O| Download: 13002/15831 items 140.9/173.2MB 81% complete (1.3M/s) |
3611 | 2024-08-29T15:11:15.342Z | [ host-image] Aug 29 15:11:13.697 INFO O| Aug 29 15:11:13.697 INFO O| Download: 19968/22728 items 167.2/196.4MB 85% complete (722k/s) |
3612 | 2024-08-29T15:11:20.315Z | [ recovery-image] Aug 29 15:11:18.668 INFO O| Aug 29 15:11:18.668 INFO O| Download: 14072/15831 items 145.5/173.2MB 84% complete (795k/s) |
3613 | 2024-08-29T15:11:20.345Z | [ host-image] Aug 29 15:11:18.698 INFO O| Aug 29 15:11:18.698 INFO O| Download: 20765/22728 items 170.9/196.4MB 87% complete (721k/s) |
3614 | 2024-08-29T15:11:25.484Z | [ recovery-image] Aug 29 15:11:23.674 INFO O| Aug 29 15:11:23.674 INFO O| Download: 14751/15831 items 153.1/173.2MB 88% complete (1.2M/s) |
3615 | 2024-08-29T15:11:25.488Z | [ host-image] Aug 29 15:11:23.717 INFO O| Aug 29 15:11:23.717 INFO O| Download: 21200/22728 items 176.8/196.4MB 90% complete (984k/s) |
3616 | 2024-08-29T15:11:30.332Z | [ recovery-image] Aug 29 15:11:28.682 INFO O| Aug 29 15:11:28.682 INFO O| Download: 15341/15831 items 158.2/173.2MB 91% complete (1.3M/s) |
3617 | 2024-08-29T15:11:30.634Z | [ host-image] Aug 29 15:11:28.984 INFO O| Aug 29 15:11:28.984 INFO O| Download: 21873/22728 items 188.2/196.4MB 95% complete (1.8M/s) |
3618 | 2024-08-29T15:11:34.566Z | [ recovery-image] Aug 29 15:11:32.915 INFO O| Aug 29 15:11:32.915 INFO O| Download: Completed 173.17 MB in 129.52 seconds (1.3M/s) |
3619 | 2024-08-29T15:11:35.425Z | [ recovery-image] Aug 29 15:11:33.774 INFO O| Aug 29 15:11:33.774 INFO O| Actions: 1/24965 actions (Installing new actions) |
3620 | 2024-08-29T15:11:35.635Z | [ host-image] Aug 29 15:11:33.984 INFO O| Aug 29 15:11:33.984 INFO O| Download: 22262/22728 items 195.3/196.4MB 99% complete (1.8M/s) |
3621 | 2024-08-29T15:11:37.214Z | [ host-image] Aug 29 15:11:35.563 INFO O| Aug 29 15:11:35.563 INFO O| Download: Completed 196.40 MB in 155.54 seconds (1.3M/s) |
3622 | 2024-08-29T15:11:38.097Z | [ host-image] Aug 29 15:11:36.446 INFO O| Aug 29 15:11:36.446 INFO O| Actions: 1/49262 actions (Installing new actions) |
3623 | 2024-08-29T15:11:40.427Z | [ recovery-image] Aug 29 15:11:38.774 INFO O| Aug 29 15:11:38.774 INFO O| Actions: 11942/24965 actions (Installing new actions) |
3624 | 2024-08-29T15:11:43.101Z | [ host-image] Aug 29 15:11:41.448 INFO O| Aug 29 15:11:41.448 INFO O| Actions: 9738/49262 actions (Installing new actions) |
3625 | 2024-08-29T15:11:45.428Z | [ recovery-image] Aug 29 15:11:43.774 INFO O| Aug 29 15:11:43.774 INFO O| Actions: 16625/24965 actions (Installing new actions) |
3626 | 2024-08-29T15:11:48.121Z | [ host-image] Aug 29 15:11:46.467 INFO O| Aug 29 15:11:46.467 INFO O| Actions: 14542/49262 actions (Installing new actions) |
3627 | 2024-08-29T15:11:50.927Z | [ recovery-image] Aug 29 15:11:49.271 INFO O| Aug 29 15:11:49.271 INFO O| Actions: 24412/24965 actions (Installing new actions) |
3628 | 2024-08-29T15:11:53.123Z | [ host-image] Aug 29 15:11:51.467 INFO O| Aug 29 15:11:51.467 INFO O| Actions: 22342/49262 actions (Installing new actions) |
3629 | 2024-08-29T15:11:55.011Z | [ recovery-image] Aug 29 15:11:53.354 INFO O| Aug 29 15:11:53.354 INFO O| Actions: Completed 24965 actions in 19.58 seconds. |
3630 | 2024-08-29T15:11:55.549Z | [ recovery-image] Aug 29 15:11:53.892 INFO O| Aug 29 15:11:53.892 INFO O| Done |
3631 | 2024-08-29T15:11:55.549Z | [ recovery-image] Aug 29 15:11:53.892 INFO O| Aug 29 15:11:53.892 INFO O| Done |
3632 | 2024-08-29T15:11:56.668Z | [ recovery-image] Aug 29 15:11:55.010 INFO O| Aug 29 15:11:55.010 INFO O| Done |
3633 | 2024-08-29T15:11:58.125Z | [ host-image] Aug 29 15:11:56.467 INFO O| Aug 29 15:11:56.467 INFO O| Actions: 42932/49262 actions (Installing new actions) |
3634 | 2024-08-29T15:11:58.437Z | [ recovery-image] Aug 29 15:11:56.779 INFO O| Aug 29 15:11:56.778 INFO O| Done |
3635 | 2024-08-29T15:11:58.457Z | [ recovery-image] Aug 29 15:11:56.799 INFO O| Aug 29 15:11:56.799 INFO O| Done |
3636 | 2024-08-29T15:12:03.007Z | [ recovery-image] Aug 29 15:12:01.348 INFO O| Aug 29 15:12:01.347 INFO O| Done |
3637 | 2024-08-29T15:12:03.221Z | [ host-image] Aug 29 15:12:01.562 INFO O| Aug 29 15:12:01.562 INFO O| Actions: 48840/49262 actions (Installing new actions) |
3638 | 2024-08-29T15:12:03.658Z | [ recovery-image] Aug 29 15:12:01.999 INFO O| Aug 29 15:12:01.999 INFO O| Done |
3639 | 2024-08-29T15:12:04.032Z | [ recovery-image] Aug 29 15:12:02.373 INFO O| Aug 29 15:12:02.372 INFO STEP 11 (pkg_install) COMPLETE |
3640 | 2024-08-29T15:12:04.032Z | [ recovery-image] Aug 29 15:12:02.373 INFO O| Aug 29 15:12:02.373 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3641 | 2024-08-29T15:12:04.035Z | [ recovery-image] Aug 29 15:12:02.373 INFO O| Aug 29 15:12:02.373 INFO skip step because feature "recovery" is enabled |
3642 | 2024-08-29T15:12:04.035Z | [ recovery-image] Aug 29 15:12:02.373 INFO O| Aug 29 15:12:02.373 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3643 | 2024-08-29T15:12:04.035Z | [ recovery-image] Aug 29 15:12:02.373 INFO O| Aug 29 15:12:02.373 INFO skip step because feature "omicron1" is not enabled |
3644 | 2024-08-29T15:12:04.035Z | [ recovery-image] Aug 29 15:12:02.373 INFO O| Aug 29 15:12:02.373 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3645 | 2024-08-29T15:12:04.051Z | [ recovery-image] Aug 29 15:12:02.392 INFO O| Aug 29 15:12:02.392 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3646 | 2024-08-29T15:12:04.923Z | [ host-image] Aug 29 15:12:03.263 INFO O| Aug 29 15:12:03.263 INFO O| Actions: Completed 49262 actions in 26.81 seconds. |
3647 | 2024-08-29T15:12:04.969Z | [ recovery-image] Aug 29 15:12:03.309 INFO O| Aug 29 15:12:03.309 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3648 | 2024-08-29T15:12:05.447Z | [ host-image] Aug 29 15:12:03.787 INFO O| Aug 29 15:12:03.787 INFO O| Done |
3649 | 2024-08-29T15:12:05.447Z | [ host-image] Aug 29 15:12:03.787 INFO O| Aug 29 15:12:03.787 INFO O| Done |
3650 | 2024-08-29T15:12:06.648Z | [ host-image] Aug 29 15:12:04.988 INFO O| Aug 29 15:12:04.988 INFO O| Done |
3651 | 2024-08-29T15:12:08.425Z | [ recovery-image] Aug 29 15:12:06.764 INFO O| Aug 29 15:12:06.764 INFO O| Planning: Solver setup ... Done |
3652 | 2024-08-29T15:12:08.431Z | [ recovery-image] Aug 29 15:12:06.770 INFO O| Aug 29 15:12:06.770 INFO O| Planning: Running solver ... Done |
3653 | 2024-08-29T15:12:08.493Z | [ recovery-image] Aug 29 15:12:06.833 INFO O| Aug 29 15:12:06.833 INFO O| Planning: Finding local manifests ... Done |
3654 | 2024-08-29T15:12:08.496Z | [ recovery-image] Aug 29 15:12:06.834 INFO O| Aug 29 15:12:06.833 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3655 | 2024-08-29T15:12:08.664Z | [ recovery-image] Aug 29 15:12:07.003 INFO O| Aug 29 15:12:07.003 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3656 | 2024-08-29T15:12:08.696Z | [ recovery-image] Aug 29 15:12:07.035 INFO O| Aug 29 15:12:07.035 INFO O| Planning: Package planning ... Done |
3657 | 2024-08-29T15:12:08.699Z | [ recovery-image] Aug 29 15:12:07.036 INFO O| Aug 29 15:12:07.036 INFO O| Planning: Merging actions ... Done |
3658 | 2024-08-29T15:12:08.803Z | [ recovery-image] Aug 29 15:12:07.142 INFO O| Aug 29 15:12:07.142 INFO O| Planning: Checking for conflicting actions ... Done |
3659 | 2024-08-29T15:12:08.806Z | [ recovery-image] Aug 29 15:12:07.143 INFO O| Aug 29 15:12:07.143 INFO O| Planning: Consolidating action changes ... Done |
3660 | 2024-08-29T15:12:09.084Z | [ recovery-image] Aug 29 15:12:07.423 INFO O| Aug 29 15:12:07.423 INFO O| Planning: Evaluating mediators ... Done |
3661 | 2024-08-29T15:12:09.087Z | [ recovery-image] Aug 29 15:12:07.424 INFO O| Aug 29 15:12:07.424 INFO O| Planning: Planning completed in 4.11 seconds |
3662 | 2024-08-29T15:12:09.089Z | [ recovery-image] Aug 29 15:12:07.427 INFO O| Aug 29 15:12:07.426 INFO O| Packages to install: 1 |
3663 | 2024-08-29T15:12:09.106Z | [ recovery-image] Aug 29 15:12:07.445 INFO O| Aug 29 15:12:07.445 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3664 | 2024-08-29T15:12:09.265Z | [ host-image] Aug 29 15:12:07.604 INFO O| Aug 29 15:12:07.604 INFO O| Done |
3665 | 2024-08-29T15:12:09.304Z | [ host-image] Aug 29 15:12:07.643 INFO O| Aug 29 15:12:07.643 INFO O| Done |
3666 | 2024-08-29T15:12:10.141Z | [ recovery-image] Aug 29 15:12:08.480 INFO O| Aug 29 15:12:08.480 INFO O| Download: Completed 20.80 MB in 1.03 seconds (20.1M/s) |
3667 | 2024-08-29T15:12:10.249Z | [ recovery-image] Aug 29 15:12:08.588 INFO O| Aug 29 15:12:08.587 INFO O| Actions: 1/22 actions (Installing new actions) |
3668 | 2024-08-29T15:12:11.174Z | [ recovery-image] Aug 29 15:12:09.512 INFO O| Aug 29 15:12:09.512 INFO O| Actions: Completed 22 actions in 0.92 seconds. |
3669 | 2024-08-29T15:12:11.555Z | [ recovery-image] Aug 29 15:12:09.894 INFO O| Aug 29 15:12:09.894 INFO O| Done |
3670 | 2024-08-29T15:12:11.556Z | [ recovery-image] Aug 29 15:12:09.894 INFO O| Aug 29 15:12:09.894 INFO O| Done |
3671 | 2024-08-29T15:12:12.441Z | [ recovery-image] Aug 29 15:12:10.779 INFO O| Aug 29 15:12:10.779 INFO O| Done |
3672 | 2024-08-29T15:12:14.404Z | [ recovery-image] Aug 29 15:12:12.741 INFO O| Aug 29 15:12:12.741 INFO O| Done |
3673 | 2024-08-29T15:12:14.442Z | [ recovery-image] Aug 29 15:12:12.780 INFO O| Aug 29 15:12:12.779 INFO O| Done |
3674 | 2024-08-29T15:12:14.445Z | [ recovery-image] Aug 29 15:12:12.780 INFO O| Aug 29 15:12:12.780 INFO O| Done |
3675 | 2024-08-29T15:12:14.461Z | [ recovery-image] Aug 29 15:12:12.799 INFO O| Aug 29 15:12:12.798 INFO O| Done |
3676 | 2024-08-29T15:12:14.617Z | [ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO STEP 14 (pkg_install) COMPLETE |
3677 | 2024-08-29T15:12:14.617Z | [ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3678 | 2024-08-29T15:12:14.620Z | [ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO skip step because feature "mfg" is not enabled |
3679 | 2024-08-29T15:12:14.620Z | [ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3680 | 2024-08-29T15:12:14.620Z | [ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO skip step because feature "compliance" is not enabled |
3681 | 2024-08-29T15:12:14.620Z | [ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3682 | 2024-08-29T15:12:14.620Z | [ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO skip step because feature "stress" is not enabled |
3683 | 2024-08-29T15:12:14.620Z | [ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3684 | 2024-08-29T15:12:14.620Z | [ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO skip step because feature "nfs" is not enabled |
3685 | 2024-08-29T15:12:14.620Z | [ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3686 | 2024-08-29T15:12:14.620Z | [ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3687 | 2024-08-29T15:12:14.694Z | [ recovery-image] Aug 29 15:12:13.032 INFO O| Aug 29 15:12:13.032 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3688 | 2024-08-29T15:12:14.828Z | [ recovery-image] Aug 29 15:12:13.165 INFO O| Aug 29 15:12:13.165 INFO completed processing gimlet/ramdisk-01-os |
3689 | 2024-08-29T15:12:14.831Z | [ recovery-image] Aug 29 15:12:13.168 INFO image builder template: ramdisk-02-trim... |
3690 | 2024-08-29T15:12:14.833Z | [ recovery-image] Aug 29 15:12:13.169 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/.tmpaaMxE7/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 |
3691 | 2024-08-29T15:12:14.871Z | [ recovery-image] Aug 29 15:12:13.208 INFO O| Aug 29 15:12:13.208 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3692 | 2024-08-29T15:12:14.878Z | [ recovery-image] Aug 29 15:12:13.215 INFO O| Aug 29 15:12:13.215 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3693 | 2024-08-29T15:12:14.974Z | [ recovery-image] Aug 29 15:12:13.311 INFO O| Aug 29 15:12:13.311 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3694 | 2024-08-29T15:12:15.126Z | [ recovery-image] Aug 29 15:12:13.463 INFO O| Aug 29 15:12:13.463 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3695 | 2024-08-29T15:12:15.129Z | [ recovery-image] Aug 29 15:12:13.463 INFO O| Aug 29 15:12:13.463 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3696 | 2024-08-29T15:12:15.138Z | [ recovery-image] Aug 29 15:12:13.474 INFO O| Aug 29 15:12:13.474 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3697 | 2024-08-29T15:12:15.145Z | [ recovery-image] Aug 29 15:12:13.482 INFO O| Aug 29 15:12:13.482 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3698 | 2024-08-29T15:12:15.154Z | [ recovery-image] Aug 29 15:12:13.492 INFO O| Aug 29 15:12:13.491 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3699 | 2024-08-29T15:12:15.583Z | [ recovery-image] Aug 29 15:12:13.920 INFO O| Aug 29 15:12:13.920 INFO rolled back to input snapshot; work may begin |
3700 | 2024-08-29T15:12:15.583Z | [ recovery-image] Aug 29 15:12:13.920 INFO O| Aug 29 15:12:13.920 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3701 | 2024-08-29T15:12:15.624Z | [ recovery-image] Aug 29 15:12:13.961 INFO O| Aug 29 15:12:13.961 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3702 | 2024-08-29T15:12:15.643Z | [ recovery-image] Aug 29 15:12:13.980 INFO O| Aug 29 15:12:13.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3703 | 2024-08-29T15:12:15.859Z | [ recovery-image] Aug 29 15:12:14.113 INFO O| Aug 29 15:12:14.113 INFO STEP 0 (remove_files) COMPLETE |
3704 | 2024-08-29T15:12:15.859Z | [ recovery-image] Aug 29 15:12:14.113 INFO O| Aug 29 15:12:14.113 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3705 | 2024-08-29T15:12:15.862Z | [ recovery-image] Aug 29 15:12:14.149 INFO O| Aug 29 15:12:14.149 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3706 | 2024-08-29T15:12:15.862Z | [ recovery-image] Aug 29 15:12:14.152 INFO O| Aug 29 15:12:14.152 INFO STEP 1 (remove_files) COMPLETE |
3707 | 2024-08-29T15:12:15.862Z | [ recovery-image] Aug 29 15:12:14.152 INFO O| Aug 29 15:12:14.152 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3708 | 2024-08-29T15:12:15.862Z | [ recovery-image] Aug 29 15:12:14.195 INFO O| Aug 29 15:12:14.195 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3709 | 2024-08-29T15:12:15.883Z | [ recovery-image] Aug 29 15:12:14.221 INFO O| Aug 29 15:12:14.220 INFO STEP 2 (remove_files) COMPLETE |
3710 | 2024-08-29T15:12:15.883Z | [ recovery-image] Aug 29 15:12:14.221 INFO O| Aug 29 15:12:14.221 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3711 | 2024-08-29T15:12:15.915Z | [ recovery-image] Aug 29 15:12:14.252 INFO O| Aug 29 15:12:14.252 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3712 | 2024-08-29T15:12:15.918Z | [ recovery-image] Aug 29 15:12:14.255 INFO O| Aug 29 15:12:14.255 INFO STEP 3 (remove_files) COMPLETE |
3713 | 2024-08-29T15:12:15.920Z | [ recovery-image] Aug 29 15:12:14.255 INFO O| Aug 29 15:12:14.255 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3714 | 2024-08-29T15:12:15.944Z | [ recovery-image] Aug 29 15:12:14.281 INFO O| Aug 29 15:12:14.281 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3715 | 2024-08-29T15:12:15.952Z | [ recovery-image] Aug 29 15:12:14.289 INFO O| Aug 29 15:12:14.288 INFO STEP 4 (remove_files) COMPLETE |
3716 | 2024-08-29T15:12:15.952Z | [ recovery-image] Aug 29 15:12:14.289 INFO O| Aug 29 15:12:14.289 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3717 | 2024-08-29T15:12:15.970Z | [ recovery-image] Aug 29 15:12:14.307 INFO O| Aug 29 15:12:14.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3718 | 2024-08-29T15:12:15.973Z | [ recovery-image] Aug 29 15:12:14.307 INFO O| Aug 29 15:12:14.307 INFO STEP 5 (remove_files) COMPLETE |
3719 | 2024-08-29T15:12:15.973Z | [ recovery-image] Aug 29 15:12:14.307 INFO O| Aug 29 15:12:14.307 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3720 | 2024-08-29T15:12:16.007Z | [ recovery-image] Aug 29 15:12:14.344 INFO O| Aug 29 15:12:14.344 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3721 | 2024-08-29T15:12:16.028Z | [ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO STEP 6 (remove_files) COMPLETE |
3722 | 2024-08-29T15:12:16.028Z | [ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3723 | 2024-08-29T15:12:16.028Z | [ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO skip step because feature "recovery" is enabled |
3724 | 2024-08-29T15:12:16.028Z | [ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3725 | 2024-08-29T15:12:16.028Z | [ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO skip step because feature "recovery" is enabled |
3726 | 2024-08-29T15:12:16.028Z | [ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3727 | 2024-08-29T15:12:16.028Z | [ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO skip step because feature "recovery" is enabled |
3728 | 2024-08-29T15:12:16.028Z | [ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3729 | 2024-08-29T15:12:16.048Z | [ recovery-image] Aug 29 15:12:14.385 INFO O| Aug 29 15:12:14.385 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3730 | 2024-08-29T15:12:16.055Z | [ recovery-image] Aug 29 15:12:14.392 INFO O| Aug 29 15:12:14.392 INFO STEP 10 (remove_files) COMPLETE |
3731 | 2024-08-29T15:12:16.055Z | [ recovery-image] Aug 29 15:12:14.392 INFO O| Aug 29 15:12:14.392 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3732 | 2024-08-29T15:12:16.075Z | [ recovery-image] Aug 29 15:12:14.412 INFO O| Aug 29 15:12:14.412 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3733 | 2024-08-29T15:12:16.077Z | [ recovery-image] Aug 29 15:12:14.413 INFO O| Aug 29 15:12:14.413 INFO STEP 11 (remove_files) COMPLETE |
3734 | 2024-08-29T15:12:16.077Z | [ recovery-image] Aug 29 15:12:14.413 INFO O| Aug 29 15:12:14.413 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3735 | 2024-08-29T15:12:16.103Z | [ recovery-image] Aug 29 15:12:14.440 INFO O| Aug 29 15:12:14.440 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3736 | 2024-08-29T15:12:16.106Z | [ recovery-image] Aug 29 15:12:14.443 INFO O| Aug 29 15:12:14.443 INFO STEP 12 (remove_files) COMPLETE |
3737 | 2024-08-29T15:12:16.106Z | [ recovery-image] Aug 29 15:12:14.443 INFO O| Aug 29 15:12:14.443 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3738 | 2024-08-29T15:12:16.130Z | [ recovery-image] Aug 29 15:12:14.467 INFO O| Aug 29 15:12:14.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3739 | 2024-08-29T15:12:16.229Z | [ recovery-image] Aug 29 15:12:14.566 INFO O| Aug 29 15:12:14.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3740 | 2024-08-29T15:12:16.243Z | [ recovery-image] Aug 29 15:12:14.580 INFO O| Aug 29 15:12:14.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3741 | 2024-08-29T15:12:16.246Z | [ recovery-image] Aug 29 15:12:14.581 INFO O| Aug 29 15:12:14.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3742 | 2024-08-29T15:12:16.332Z | [ recovery-image] Aug 29 15:12:14.669 INFO O| Aug 29 15:12:14.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3743 | 2024-08-29T15:12:16.555Z | [ recovery-image] Aug 29 15:12:14.891 INFO O| Aug 29 15:12:14.891 INFO STEP 13 (remove_files) COMPLETE |
3744 | 2024-08-29T15:12:16.555Z | [ recovery-image] Aug 29 15:12:14.891 INFO O| Aug 29 15:12:14.891 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3745 | 2024-08-29T15:12:16.615Z | [ recovery-image] Aug 29 15:12:14.952 INFO O| Aug 29 15:12:14.952 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3746 | 2024-08-29T15:12:16.617Z | [ recovery-image] Aug 29 15:12:14.954 INFO O| Aug 29 15:12:14.954 INFO STEP 14 (remove_files) COMPLETE |
3747 | 2024-08-29T15:12:16.618Z | [ recovery-image] Aug 29 15:12:14.954 INFO O| Aug 29 15:12:14.954 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3748 | 2024-08-29T15:12:16.688Z | [ recovery-image] Aug 29 15:12:15.025 INFO O| Aug 29 15:12:15.025 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3749 | 2024-08-29T15:12:16.698Z | [ recovery-image] Aug 29 15:12:15.035 INFO O| Aug 29 15:12:15.035 INFO STEP 15 (remove_files) COMPLETE |
3750 | 2024-08-29T15:12:16.698Z | [ recovery-image] Aug 29 15:12:15.035 INFO O| Aug 29 15:12:15.035 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3751 | 2024-08-29T15:12:16.734Z | [ recovery-image] Aug 29 15:12:15.071 INFO O| Aug 29 15:12:15.071 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3752 | 2024-08-29T15:12:16.737Z | [ recovery-image] Aug 29 15:12:15.072 INFO O| Aug 29 15:12:15.072 INFO STEP 16 (remove_files) COMPLETE |
3753 | 2024-08-29T15:12:16.737Z | [ recovery-image] Aug 29 15:12:15.072 INFO O| Aug 29 15:12:15.072 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3754 | 2024-08-29T15:12:16.761Z | [ recovery-image] Aug 29 15:12:15.098 INFO O| Aug 29 15:12:15.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3755 | 2024-08-29T15:12:16.764Z | [ recovery-image] Aug 29 15:12:15.100 INFO O| Aug 29 15:12:15.100 INFO STEP 17 (remove_files) COMPLETE |
3756 | 2024-08-29T15:12:16.764Z | [ recovery-image] Aug 29 15:12:15.100 INFO O| Aug 29 15:12:15.100 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3757 | 2024-08-29T15:12:16.834Z | [ recovery-image] Aug 29 15:12:15.171 INFO O| Aug 29 15:12:15.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3758 | 2024-08-29T15:12:16.834Z | [ recovery-image] Aug 29 15:12:15.171 INFO O| Aug 29 15:12:15.171 INFO STEP 18 (remove_files) COMPLETE |
3759 | 2024-08-29T15:12:16.834Z | [ recovery-image] Aug 29 15:12:15.171 INFO O| Aug 29 15:12:15.171 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3760 | 2024-08-29T15:12:16.852Z | [ recovery-image] Aug 29 15:12:15.189 INFO O| Aug 29 15:12:15.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3761 | 2024-08-29T15:12:16.853Z | [ recovery-image] Aug 29 15:12:15.189 INFO O| Aug 29 15:12:15.189 INFO STEP 19 (remove_files) COMPLETE |
3762 | 2024-08-29T15:12:16.855Z | [ recovery-image] Aug 29 15:12:15.189 INFO O| Aug 29 15:12:15.189 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3763 | 2024-08-29T15:12:16.898Z | [ recovery-image] Aug 29 15:12:15.235 INFO O| Aug 29 15:12:15.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3764 | 2024-08-29T15:12:16.901Z | [ recovery-image] Aug 29 15:12:15.235 INFO O| Aug 29 15:12:15.235 INFO STEP 20 (remove_files) COMPLETE |
3765 | 2024-08-29T15:12:16.901Z | [ recovery-image] Aug 29 15:12:15.235 INFO O| Aug 29 15:12:15.235 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3766 | 2024-08-29T15:12:16.918Z | [ recovery-image] Aug 29 15:12:15.255 INFO O| Aug 29 15:12:15.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3767 | 2024-08-29T15:12:16.921Z | [ recovery-image] Aug 29 15:12:15.255 INFO O| Aug 29 15:12:15.255 INFO STEP 21 (remove_files) COMPLETE |
3768 | 2024-08-29T15:12:16.921Z | [ recovery-image] Aug 29 15:12:15.255 INFO O| Aug 29 15:12:15.255 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3769 | 2024-08-29T15:12:16.939Z | [ recovery-image] Aug 29 15:12:15.276 INFO O| Aug 29 15:12:15.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3770 | 2024-08-29T15:12:16.939Z | [ recovery-image] Aug 29 15:12:15.276 INFO O| Aug 29 15:12:15.276 INFO STEP 22 (remove_files) COMPLETE |
3771 | 2024-08-29T15:12:16.939Z | [ recovery-image] Aug 29 15:12:15.276 INFO O| Aug 29 15:12:15.276 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3772 | 2024-08-29T15:12:16.983Z | [ recovery-image] Aug 29 15:12:15.320 INFO O| Aug 29 15:12:15.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3773 | 2024-08-29T15:12:16.984Z | [ recovery-image] Aug 29 15:12:15.320 INFO O| Aug 29 15:12:15.320 INFO STEP 23 (remove_files) COMPLETE |
3774 | 2024-08-29T15:12:16.984Z | [ recovery-image] Aug 29 15:12:15.320 INFO O| Aug 29 15:12:15.320 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3775 | 2024-08-29T15:12:17.005Z | [ recovery-image] Aug 29 15:12:15.342 INFO O| Aug 29 15:12:15.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3776 | 2024-08-29T15:12:17.006Z | [ recovery-image] Aug 29 15:12:15.342 INFO O| Aug 29 15:12:15.342 INFO STEP 24 (remove_files) COMPLETE |
3777 | 2024-08-29T15:12:17.008Z | [ recovery-image] Aug 29 15:12:15.342 INFO O| Aug 29 15:12:15.342 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3778 | 2024-08-29T15:12:17.028Z | [ recovery-image] Aug 29 15:12:15.364 INFO O| Aug 29 15:12:15.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3779 | 2024-08-29T15:12:17.028Z | [ recovery-image] Aug 29 15:12:15.364 INFO O| Aug 29 15:12:15.364 INFO STEP 25 (remove_files) COMPLETE |
3780 | 2024-08-29T15:12:17.030Z | [ recovery-image] Aug 29 15:12:15.365 INFO O| Aug 29 15:12:15.364 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3781 | 2024-08-29T15:12:17.112Z | [ recovery-image] Aug 29 15:12:15.402 INFO O| Aug 29 15:12:15.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3782 | 2024-08-29T15:12:17.112Z | [ recovery-image] Aug 29 15:12:15.402 INFO O| Aug 29 15:12:15.402 INFO STEP 26 (remove_files) COMPLETE |
3783 | 2024-08-29T15:12:17.112Z | [ recovery-image] Aug 29 15:12:15.402 INFO O| Aug 29 15:12:15.402 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3784 | 2024-08-29T15:12:17.112Z | [ recovery-image] Aug 29 15:12:15.448 INFO O| Aug 29 15:12:15.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3785 | 2024-08-29T15:12:17.113Z | [ recovery-image] Aug 29 15:12:15.448 INFO O| Aug 29 15:12:15.448 INFO STEP 27 (remove_files) COMPLETE |
3786 | 2024-08-29T15:12:17.113Z | [ recovery-image] Aug 29 15:12:15.448 INFO O| Aug 29 15:12:15.448 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3787 | 2024-08-29T15:12:17.119Z | [ host-image] Aug 29 15:12:15.456 INFO O| Aug 29 15:12:15.456 INFO O| Done |
3788 | 2024-08-29T15:12:17.176Z | [ recovery-image] Aug 29 15:12:15.512 INFO O| Aug 29 15:12:15.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3789 | 2024-08-29T15:12:17.176Z | [ recovery-image] Aug 29 15:12:15.512 INFO O| Aug 29 15:12:15.512 INFO STEP 28 (remove_files) COMPLETE |
3790 | 2024-08-29T15:12:17.176Z | [ recovery-image] Aug 29 15:12:15.513 INFO O| Aug 29 15:12:15.512 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3791 | 2024-08-29T15:12:17.224Z | [ recovery-image] Aug 29 15:12:15.561 INFO O| Aug 29 15:12:15.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3792 | 2024-08-29T15:12:17.224Z | [ recovery-image] Aug 29 15:12:15.561 INFO O| Aug 29 15:12:15.560 INFO STEP 29 (remove_files) COMPLETE |
3793 | 2024-08-29T15:12:17.226Z | [ recovery-image] Aug 29 15:12:15.561 INFO O| Aug 29 15:12:15.560 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3794 | 2024-08-29T15:12:17.241Z | [ recovery-image] Aug 29 15:12:15.578 INFO O| Aug 29 15:12:15.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3795 | 2024-08-29T15:12:17.241Z | [ recovery-image] Aug 29 15:12:15.578 INFO O| Aug 29 15:12:15.578 INFO STEP 30 (remove_files) COMPLETE |
3796 | 2024-08-29T15:12:17.241Z | [ recovery-image] Aug 29 15:12:15.578 INFO O| Aug 29 15:12:15.578 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3797 | 2024-08-29T15:12:17.305Z | [ recovery-image] Aug 29 15:12:15.642 INFO O| Aug 29 15:12:15.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3798 | 2024-08-29T15:12:17.305Z | [ recovery-image] Aug 29 15:12:15.642 INFO O| Aug 29 15:12:15.623 INFO STEP 31 (remove_files) COMPLETE |
3799 | 2024-08-29T15:12:17.308Z | [ recovery-image] Aug 29 15:12:15.642 INFO O| Aug 29 15:12:15.623 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3800 | 2024-08-29T15:12:17.308Z | [ recovery-image] Aug 29 15:12:15.642 INFO O| Aug 29 15:12:15.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3801 | 2024-08-29T15:12:17.308Z | [ recovery-image] Aug 29 15:12:15.643 INFO O| Aug 29 15:12:15.643 INFO STEP 32 (remove_files) COMPLETE |
3802 | 2024-08-29T15:12:17.308Z | [ recovery-image] Aug 29 15:12:15.643 INFO O| Aug 29 15:12:15.643 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3803 | 2024-08-29T15:12:17.350Z | [ recovery-image] Aug 29 15:12:15.687 INFO O| Aug 29 15:12:15.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3804 | 2024-08-29T15:12:17.353Z | [ recovery-image] Aug 29 15:12:15.687 INFO O| Aug 29 15:12:15.687 INFO STEP 33 (remove_files) COMPLETE |
3805 | 2024-08-29T15:12:17.353Z | [ recovery-image] Aug 29 15:12:15.687 INFO O| Aug 29 15:12:15.687 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3806 | 2024-08-29T15:12:17.367Z | [ recovery-image] Aug 29 15:12:15.704 INFO O| Aug 29 15:12:15.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3807 | 2024-08-29T15:12:17.370Z | [ recovery-image] Aug 29 15:12:15.704 INFO O| Aug 29 15:12:15.704 INFO STEP 34 (remove_files) COMPLETE |
3808 | 2024-08-29T15:12:17.370Z | [ recovery-image] Aug 29 15:12:15.704 INFO O| Aug 29 15:12:15.704 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3809 | 2024-08-29T15:12:17.383Z | [ recovery-image] Aug 29 15:12:15.719 INFO O| Aug 29 15:12:15.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3810 | 2024-08-29T15:12:17.385Z | [ recovery-image] Aug 29 15:12:15.720 INFO O| Aug 29 15:12:15.719 INFO STEP 35 (remove_files) COMPLETE |
3811 | 2024-08-29T15:12:17.385Z | [ recovery-image] Aug 29 15:12:15.720 INFO O| Aug 29 15:12:15.720 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3812 | 2024-08-29T15:12:17.400Z | [ recovery-image] Aug 29 15:12:15.737 INFO O| Aug 29 15:12:15.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3813 | 2024-08-29T15:12:17.403Z | [ recovery-image] Aug 29 15:12:15.737 INFO O| Aug 29 15:12:15.737 INFO STEP 36 (remove_files) COMPLETE |
3814 | 2024-08-29T15:12:17.403Z | [ recovery-image] Aug 29 15:12:15.737 INFO O| Aug 29 15:12:15.737 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3815 | 2024-08-29T15:12:17.418Z | [ recovery-image] Aug 29 15:12:15.755 INFO O| Aug 29 15:12:15.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3816 | 2024-08-29T15:12:17.421Z | [ recovery-image] Aug 29 15:12:15.755 INFO O| Aug 29 15:12:15.755 INFO STEP 37 (remove_files) COMPLETE |
3817 | 2024-08-29T15:12:17.421Z | [ recovery-image] Aug 29 15:12:15.756 INFO O| Aug 29 15:12:15.756 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3818 | 2024-08-29T15:12:17.436Z | [ recovery-image] Aug 29 15:12:15.773 INFO O| Aug 29 15:12:15.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3819 | 2024-08-29T15:12:17.438Z | [ recovery-image] Aug 29 15:12:15.773 INFO O| Aug 29 15:12:15.773 INFO STEP 38 (remove_files) COMPLETE |
3820 | 2024-08-29T15:12:17.438Z | [ recovery-image] Aug 29 15:12:15.773 INFO O| Aug 29 15:12:15.773 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3821 | 2024-08-29T15:12:17.492Z | [ recovery-image] Aug 29 15:12:15.817 INFO O| Aug 29 15:12:15.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3822 | 2024-08-29T15:12:17.493Z | [ recovery-image] Aug 29 15:12:15.817 INFO O| Aug 29 15:12:15.817 INFO STEP 39 (remove_files) COMPLETE |
3823 | 2024-08-29T15:12:17.493Z | [ recovery-image] Aug 29 15:12:15.818 INFO O| Aug 29 15:12:15.818 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3824 | 2024-08-29T15:12:17.507Z | [ recovery-image] Aug 29 15:12:15.836 INFO O| Aug 29 15:12:15.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3825 | 2024-08-29T15:12:17.507Z | [ recovery-image] Aug 29 15:12:15.836 INFO O| Aug 29 15:12:15.836 INFO STEP 40 (remove_files) COMPLETE |
3826 | 2024-08-29T15:12:17.507Z | [ recovery-image] Aug 29 15:12:15.836 INFO O| Aug 29 15:12:15.836 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3827 | 2024-08-29T15:12:17.517Z | [ recovery-image] Aug 29 15:12:15.854 INFO O| Aug 29 15:12:15.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3828 | 2024-08-29T15:12:17.517Z | [ recovery-image] Aug 29 15:12:15.854 INFO O| Aug 29 15:12:15.854 INFO STEP 41 (remove_files) COMPLETE |
3829 | 2024-08-29T15:12:17.517Z | [ recovery-image] Aug 29 15:12:15.854 INFO O| Aug 29 15:12:15.854 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3830 | 2024-08-29T15:12:17.658Z | [ recovery-image] Aug 29 15:12:15.994 INFO O| Aug 29 15:12:15.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3831 | 2024-08-29T15:12:17.658Z | [ recovery-image] Aug 29 15:12:15.994 INFO O| Aug 29 15:12:15.994 INFO STEP 42 (remove_files) COMPLETE |
3832 | 2024-08-29T15:12:17.660Z | [ recovery-image] Aug 29 15:12:15.994 INFO O| Aug 29 15:12:15.994 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3833 | 2024-08-29T15:12:17.685Z | [ recovery-image] Aug 29 15:12:16.021 INFO O| Aug 29 15:12:16.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3834 | 2024-08-29T15:12:17.685Z | [ recovery-image] Aug 29 15:12:16.021 INFO O| Aug 29 15:12:16.021 INFO STEP 43 (remove_files) COMPLETE |
3835 | 2024-08-29T15:12:17.687Z | [ recovery-image] Aug 29 15:12:16.021 INFO O| Aug 29 15:12:16.021 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3836 | 2024-08-29T15:12:17.716Z | [ recovery-image] Aug 29 15:12:16.052 INFO O| Aug 29 15:12:16.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3837 | 2024-08-29T15:12:17.716Z | [ recovery-image] Aug 29 15:12:16.052 INFO O| Aug 29 15:12:16.052 INFO STEP 44 (remove_files) COMPLETE |
3838 | 2024-08-29T15:12:17.716Z | [ recovery-image] Aug 29 15:12:16.052 INFO O| Aug 29 15:12:16.052 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3839 | 2024-08-29T15:12:17.771Z | [ recovery-image] Aug 29 15:12:16.108 INFO O| Aug 29 15:12:16.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3840 | 2024-08-29T15:12:17.771Z | [ recovery-image] Aug 29 15:12:16.108 INFO O| Aug 29 15:12:16.108 INFO STEP 45 (remove_files) COMPLETE |
3841 | 2024-08-29T15:12:17.771Z | [ recovery-image] Aug 29 15:12:16.108 INFO O| Aug 29 15:12:16.108 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3842 | 2024-08-29T15:12:17.841Z | [ recovery-image] Aug 29 15:12:16.177 INFO O| Aug 29 15:12:16.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3843 | 2024-08-29T15:12:17.841Z | [ recovery-image] Aug 29 15:12:16.177 INFO O| Aug 29 15:12:16.177 INFO STEP 46 (remove_files) COMPLETE |
3844 | 2024-08-29T15:12:17.841Z | [ recovery-image] Aug 29 15:12:16.177 INFO O| Aug 29 15:12:16.177 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3845 | 2024-08-29T15:12:17.865Z | [ recovery-image] Aug 29 15:12:16.201 INFO O| Aug 29 15:12:16.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3846 | 2024-08-29T15:12:17.865Z | [ recovery-image] Aug 29 15:12:16.201 INFO O| Aug 29 15:12:16.201 INFO STEP 47 (remove_files) COMPLETE |
3847 | 2024-08-29T15:12:17.865Z | [ recovery-image] Aug 29 15:12:16.201 INFO O| Aug 29 15:12:16.201 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3848 | 2024-08-29T15:12:17.898Z | [ recovery-image] Aug 29 15:12:16.234 INFO O| Aug 29 15:12:16.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3849 | 2024-08-29T15:12:17.898Z | [ recovery-image] Aug 29 15:12:16.234 INFO O| Aug 29 15:12:16.234 INFO STEP 48 (remove_files) COMPLETE |
3850 | 2024-08-29T15:12:17.898Z | [ recovery-image] Aug 29 15:12:16.234 INFO O| Aug 29 15:12:16.234 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3851 | 2024-08-29T15:12:17.915Z | [ recovery-image] Aug 29 15:12:16.251 INFO O| Aug 29 15:12:16.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3852 | 2024-08-29T15:12:17.915Z | [ recovery-image] Aug 29 15:12:16.252 INFO O| Aug 29 15:12:16.251 INFO STEP 49 (remove_files) COMPLETE |
3853 | 2024-08-29T15:12:17.915Z | [ recovery-image] Aug 29 15:12:16.252 INFO O| Aug 29 15:12:16.252 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3854 | 2024-08-29T15:12:17.933Z | [ recovery-image] Aug 29 15:12:16.269 INFO O| Aug 29 15:12:16.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3855 | 2024-08-29T15:12:17.933Z | [ recovery-image] Aug 29 15:12:16.269 INFO O| Aug 29 15:12:16.269 INFO STEP 50 (remove_files) COMPLETE |
3856 | 2024-08-29T15:12:17.933Z | [ recovery-image] Aug 29 15:12:16.269 INFO O| Aug 29 15:12:16.269 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3857 | 2024-08-29T15:12:17.951Z | [ recovery-image] Aug 29 15:12:16.287 INFO O| Aug 29 15:12:16.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3858 | 2024-08-29T15:12:17.951Z | [ recovery-image] Aug 29 15:12:16.287 INFO O| Aug 29 15:12:16.287 INFO STEP 51 (remove_files) COMPLETE |
3859 | 2024-08-29T15:12:17.951Z | [ recovery-image] Aug 29 15:12:16.287 INFO O| Aug 29 15:12:16.287 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3860 | 2024-08-29T15:12:18.087Z | [ recovery-image] Aug 29 15:12:16.423 INFO O| Aug 29 15:12:16.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3861 | 2024-08-29T15:12:18.087Z | [ recovery-image] Aug 29 15:12:16.423 INFO O| Aug 29 15:12:16.423 INFO STEP 52 (remove_files) COMPLETE |
3862 | 2024-08-29T15:12:18.087Z | [ recovery-image] Aug 29 15:12:16.423 INFO O| Aug 29 15:12:16.423 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3863 | 2024-08-29T15:12:18.114Z | [ host-image] Aug 29 15:12:16.450 INFO O| Aug 29 15:12:16.450 INFO O| Done |
3864 | 2024-08-29T15:12:18.146Z | [ recovery-image] Aug 29 15:12:16.482 INFO O| Aug 29 15:12:16.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3865 | 2024-08-29T15:12:18.149Z | [ recovery-image] Aug 29 15:12:16.483 INFO O| Aug 29 15:12:16.483 INFO STEP 53 (remove_files) COMPLETE |
3866 | 2024-08-29T15:12:18.149Z | [ recovery-image] Aug 29 15:12:16.483 INFO O| Aug 29 15:12:16.483 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3867 | 2024-08-29T15:12:18.165Z | [ recovery-image] Aug 29 15:12:16.502 INFO O| Aug 29 15:12:16.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3868 | 2024-08-29T15:12:18.168Z | [ recovery-image] Aug 29 15:12:16.502 INFO O| Aug 29 15:12:16.502 INFO STEP 54 (remove_files) COMPLETE |
3869 | 2024-08-29T15:12:18.168Z | [ recovery-image] Aug 29 15:12:16.502 INFO O| Aug 29 15:12:16.502 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3870 | 2024-08-29T15:12:18.196Z | [ recovery-image] Aug 29 15:12:16.532 INFO O| Aug 29 15:12:16.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3871 | 2024-08-29T15:12:18.196Z | [ recovery-image] Aug 29 15:12:16.532 INFO O| Aug 29 15:12:16.532 INFO STEP 55 (remove_files) COMPLETE |
3872 | 2024-08-29T15:12:18.198Z | [ recovery-image] Aug 29 15:12:16.532 INFO O| Aug 29 15:12:16.532 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3873 | 2024-08-29T15:12:18.215Z | [ recovery-image] Aug 29 15:12:16.552 INFO O| Aug 29 15:12:16.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3874 | 2024-08-29T15:12:18.215Z | [ recovery-image] Aug 29 15:12:16.552 INFO O| Aug 29 15:12:16.552 INFO STEP 56 (remove_files) COMPLETE |
3875 | 2024-08-29T15:12:18.218Z | [ recovery-image] Aug 29 15:12:16.552 INFO O| Aug 29 15:12:16.552 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3876 | 2024-08-29T15:12:18.249Z | [ recovery-image] Aug 29 15:12:16.586 INFO O| Aug 29 15:12:16.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3877 | 2024-08-29T15:12:18.249Z | [ recovery-image] Aug 29 15:12:16.586 INFO O| Aug 29 15:12:16.586 INFO STEP 57 (remove_files) COMPLETE |
3878 | 2024-08-29T15:12:18.252Z | [ recovery-image] Aug 29 15:12:16.586 INFO O| Aug 29 15:12:16.586 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3879 | 2024-08-29T15:12:18.272Z | [ recovery-image] Aug 29 15:12:16.608 INFO O| Aug 29 15:12:16.608 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3880 | 2024-08-29T15:12:18.272Z | [ recovery-image] Aug 29 15:12:16.608 INFO O| Aug 29 15:12:16.608 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3881 | 2024-08-29T15:12:18.274Z | [ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3882 | 2024-08-29T15:12:18.274Z | [ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3883 | 2024-08-29T15:12:18.274Z | [ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3884 | 2024-08-29T15:12:18.275Z | [ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3885 | 2024-08-29T15:12:18.275Z | [ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO ok! |
3886 | 2024-08-29T15:12:18.275Z | [ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO STEP 58 (ensure_file) COMPLETE |
3887 | 2024-08-29T15:12:18.275Z | [ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3888 | 2024-08-29T15:12:18.333Z | [ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.669 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3889 | 2024-08-29T15:12:18.333Z | [ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3890 | 2024-08-29T15:12:18.336Z | [ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3891 | 2024-08-29T15:12:18.336Z | [ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3892 | 2024-08-29T15:12:18.336Z | [ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3893 | 2024-08-29T15:12:18.336Z | [ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3894 | 2024-08-29T15:12:18.336Z | [ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO ok! |
3895 | 2024-08-29T15:12:18.336Z | [ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO STEP 59 (ensure_file) COMPLETE |
3896 | 2024-08-29T15:12:18.336Z | [ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3897 | 2024-08-29T15:12:18.369Z | [ recovery-image] Aug 29 15:12:16.706 INFO O| Aug 29 15:12:16.705 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3898 | 2024-08-29T15:12:18.369Z | [ recovery-image] Aug 29 15:12:16.706 INFO O| Aug 29 15:12:16.706 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3899 | 2024-08-29T15:12:18.372Z | [ recovery-image] Aug 29 15:12:16.706 INFO O| Aug 29 15:12:16.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3900 | 2024-08-29T15:12:18.372Z | [ recovery-image] Aug 29 15:12:16.706 INFO O| Aug 29 15:12:16.706 INFO ok! |
3901 | 2024-08-29T15:12:18.372Z | [ recovery-image] Aug 29 15:12:16.706 INFO O| Aug 29 15:12:16.706 INFO STEP 60 (ensure_file) COMPLETE |
3902 | 2024-08-29T15:12:18.372Z | [ recovery-image] Aug 29 15:12:16.706 INFO O| Aug 29 15:12:16.706 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3903 | 2024-08-29T15:12:18.431Z | [ recovery-image] Aug 29 15:12:16.767 INFO O| Aug 29 15:12:16.767 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3904 | 2024-08-29T15:12:18.431Z | [ recovery-image] Aug 29 15:12:16.767 INFO O| Aug 29 15:12:16.767 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3905 | 2024-08-29T15:12:18.433Z | [ recovery-image] Aug 29 15:12:16.768 INFO O| Aug 29 15:12:16.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3906 | 2024-08-29T15:12:18.433Z | [ recovery-image] Aug 29 15:12:16.768 INFO O| Aug 29 15:12:16.768 INFO ok! |
3907 | 2024-08-29T15:12:18.433Z | [ recovery-image] Aug 29 15:12:16.768 INFO O| Aug 29 15:12:16.768 INFO STEP 61 (ensure_file) COMPLETE |
3908 | 2024-08-29T15:12:18.433Z | [ recovery-image] Aug 29 15:12:16.768 INFO O| Aug 29 15:12:16.768 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3909 | 2024-08-29T15:12:18.442Z | [ host-image] Aug 29 15:12:16.779 INFO O| Aug 29 15:12:16.779 INFO STEP 11 (pkg_install) COMPLETE |
3910 | 2024-08-29T15:12:18.445Z | [ host-image] Aug 29 15:12:16.779 INFO O| Aug 29 15:12:16.779 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3911 | 2024-08-29T15:12:18.460Z | [ host-image] Aug 29 15:12:16.796 INFO O| Aug 29 15:12:16.796 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3912 | 2024-08-29T15:12:18.462Z | [ recovery-image] Aug 29 15:12:16.799 INFO O| Aug 29 15:12:16.799 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3913 | 2024-08-29T15:12:18.465Z | [ recovery-image] Aug 29 15:12:16.799 INFO O| Aug 29 15:12:16.799 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3914 | 2024-08-29T15:12:18.465Z | [ recovery-image] Aug 29 15:12:16.800 INFO O| Aug 29 15:12:16.799 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3915 | 2024-08-29T15:12:18.465Z | [ recovery-image] Aug 29 15:12:16.800 INFO O| Aug 29 15:12:16.800 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3916 | 2024-08-29T15:12:18.465Z | [ recovery-image] Aug 29 15:12:16.800 INFO O| Aug 29 15:12:16.800 INFO ok! |
3917 | 2024-08-29T15:12:18.465Z | [ recovery-image] Aug 29 15:12:16.800 INFO O| Aug 29 15:12:16.800 INFO STEP 62 (ensure_file) COMPLETE |
3918 | 2024-08-29T15:12:18.465Z | [ recovery-image] Aug 29 15:12:16.800 INFO O| Aug 29 15:12:16.800 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3919 | 2024-08-29T15:12:18.480Z | [ recovery-image] Aug 29 15:12:16.816 INFO O| Aug 29 15:12:16.816 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3920 | 2024-08-29T15:12:18.480Z | [ recovery-image] Aug 29 15:12:16.816 INFO O| Aug 29 15:12:16.816 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3921 | 2024-08-29T15:12:18.483Z | [ recovery-image] Aug 29 15:12:16.817 INFO O| Aug 29 15:12:16.816 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3922 | 2024-08-29T15:12:18.483Z | [ recovery-image] Aug 29 15:12:16.817 INFO O| Aug 29 15:12:16.817 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3923 | 2024-08-29T15:12:18.483Z | [ recovery-image] Aug 29 15:12:16.817 INFO O| Aug 29 15:12:16.817 INFO ok! |
3924 | 2024-08-29T15:12:18.483Z | [ recovery-image] Aug 29 15:12:16.817 INFO O| Aug 29 15:12:16.817 INFO STEP 63 (ensure_file) COMPLETE |
3925 | 2024-08-29T15:12:18.483Z | [ recovery-image] Aug 29 15:12:16.817 INFO O| Aug 29 15:12:16.817 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3926 | 2024-08-29T15:12:18.497Z | [ recovery-image] Aug 29 15:12:16.834 INFO O| Aug 29 15:12:16.834 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3927 | 2024-08-29T15:12:18.497Z | [ recovery-image] Aug 29 15:12:16.834 INFO O| Aug 29 15:12:16.834 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3928 | 2024-08-29T15:12:18.497Z | [ recovery-image] Aug 29 15:12:16.834 INFO O| Aug 29 15:12:16.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3929 | 2024-08-29T15:12:18.500Z | [ recovery-image] Aug 29 15:12:16.834 INFO O| Aug 29 15:12:16.834 INFO ok! |
3930 | 2024-08-29T15:12:18.500Z | [ recovery-image] Aug 29 15:12:16.834 INFO O| Aug 29 15:12:16.834 INFO STEP 64 (assemble_files) COMPLETE |
3931 | 2024-08-29T15:12:18.500Z | [ recovery-image] Aug 29 15:12:16.834 INFO O| Aug 29 15:12:16.834 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3932 | 2024-08-29T15:12:18.514Z | [ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3933 | 2024-08-29T15:12:18.514Z | [ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3934 | 2024-08-29T15:12:18.517Z | [ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3935 | 2024-08-29T15:12:18.517Z | [ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3936 | 2024-08-29T15:12:18.517Z | [ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO ok! |
3937 | 2024-08-29T15:12:18.517Z | [ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO STEP 65 (ensure_file) COMPLETE |
3938 | 2024-08-29T15:12:18.517Z | [ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3939 | 2024-08-29T15:12:18.517Z | [ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO skip step because feature "omicron1" is not enabled |
3940 | 2024-08-29T15:12:18.517Z | [ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3941 | 2024-08-29T15:12:18.517Z | [ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO skip step because feature "omicron1" is not enabled |
3942 | 2024-08-29T15:12:18.517Z | [ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3943 | 2024-08-29T15:12:18.517Z | [ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO skip step because feature "omicron1" is not enabled |
3944 | 2024-08-29T15:12:18.517Z | [ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3945 | 2024-08-29T15:12:18.541Z | [ recovery-image] Aug 29 15:12:16.877 INFO O| Aug 29 15:12:16.877 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3946 | 2024-08-29T15:12:18.541Z | [ recovery-image] Aug 29 15:12:16.877 INFO O| Aug 29 15:12:16.877 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3947 | 2024-08-29T15:12:19.662Z | [ host-image] Aug 29 15:12:17.997 INFO O| Aug 29 15:12:17.997 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3948 | 2024-08-29T15:12:21.701Z | [ recovery-image] Aug 29 15:12:20.036 INFO O| Aug 29 15:12:20.036 INFO STEP 69 (pack_tar) COMPLETE |
3949 | 2024-08-29T15:12:21.701Z | [ recovery-image] Aug 29 15:12:20.036 INFO O| Aug 29 15:12:20.036 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3950 | 2024-08-29T15:12:21.701Z | [ recovery-image] Aug 29 15:12:20.036 INFO O| Aug 29 15:12:20.036 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3951 | 2024-08-29T15:12:21.941Z | [ recovery-image] Aug 29 15:12:20.277 INFO O| Aug 29 15:12:20.277 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3952 | 2024-08-29T15:12:22.057Z | [ recovery-image] Aug 29 15:12:20.392 INFO O| Aug 29 15:12:20.391 INFO completed processing gimlet/ramdisk-02-trim |
3953 | 2024-08-29T15:12:22.062Z | [ recovery-image] Aug 29 15:12:20.395 INFO image builder template: ramdisk-03-recovery-trim... |
3954 | 2024-08-29T15:12:22.062Z | [ recovery-image] Aug 29 15:12:20.395 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/.tmpaaMxE7/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 |
3955 | 2024-08-29T15:12:22.284Z | [ recovery-image] Aug 29 15:12:20.619 INFO O| Aug 29 15:12:20.619 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3956 | 2024-08-29T15:12:22.294Z | [ recovery-image] Aug 29 15:12:20.628 INFO O| Aug 29 15:12:20.628 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3957 | 2024-08-29T15:12:22.430Z | [ recovery-image] Aug 29 15:12:20.765 INFO O| Aug 29 15:12:20.765 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3958 | 2024-08-29T15:12:22.514Z | [ recovery-image] Aug 29 15:12:20.850 INFO O| Aug 29 15:12:20.849 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3959 | 2024-08-29T15:12:22.518Z | [ recovery-image] Aug 29 15:12:20.850 INFO O| Aug 29 15:12:20.850 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3960 | 2024-08-29T15:12:22.532Z | [ recovery-image] Aug 29 15:12:20.868 INFO O| Aug 29 15:12:20.867 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3961 | 2024-08-29T15:12:22.543Z | [ recovery-image] Aug 29 15:12:20.877 INFO O| Aug 29 15:12:20.877 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3962 | 2024-08-29T15:12:22.551Z | [ recovery-image] Aug 29 15:12:20.887 INFO O| Aug 29 15:12:20.886 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3963 | 2024-08-29T15:12:23.196Z | [ recovery-image] Aug 29 15:12:21.531 INFO O| Aug 29 15:12:21.531 INFO rolled back to input snapshot; work may begin |
3964 | 2024-08-29T15:12:23.197Z | [ recovery-image] Aug 29 15:12:21.531 INFO O| Aug 29 15:12:21.531 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3965 | 2024-08-29T15:12:23.205Z | [ recovery-image] Aug 29 15:12:21.541 INFO O| Aug 29 15:12:21.540 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3966 | 2024-08-29T15:12:23.223Z | [ recovery-image] Aug 29 15:12:21.558 INFO O| Aug 29 15:12:21.558 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3967 | 2024-08-29T15:12:23.227Z | [ recovery-image] Aug 29 15:12:21.562 INFO O| Aug 29 15:12:21.562 INFO STEP 0 (remove_files) COMPLETE |
3968 | 2024-08-29T15:12:23.227Z | [ recovery-image] Aug 29 15:12:21.562 INFO O| Aug 29 15:12:21.562 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3969 | 2024-08-29T15:12:23.314Z | [ recovery-image] Aug 29 15:12:21.649 INFO O| Aug 29 15:12:21.649 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3970 | 2024-08-29T15:12:23.750Z | [ recovery-image] Aug 29 15:12:22.085 INFO O| Aug 29 15:12:22.085 INFO STEP 1 (remove_files) COMPLETE |
3971 | 2024-08-29T15:12:23.750Z | [ recovery-image] Aug 29 15:12:22.085 INFO O| Aug 29 15:12:22.085 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3972 | 2024-08-29T15:12:23.788Z | [ host-image] Aug 29 15:12:22.123 INFO O| Aug 29 15:12:22.123 INFO O| Planning: Solver setup ... Done |
3973 | 2024-08-29T15:12:23.794Z | [ host-image] Aug 29 15:12:22.130 INFO O| Aug 29 15:12:22.129 INFO O| Planning: Running solver ... Done |
3974 | 2024-08-29T15:12:23.808Z | [ recovery-image] Aug 29 15:12:22.142 INFO O| Aug 29 15:12:22.142 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3975 | 2024-08-29T15:12:23.810Z | [ recovery-image] Aug 29 15:12:22.144 INFO O| Aug 29 15:12:22.144 INFO STEP 2 (remove_files) COMPLETE |
3976 | 2024-08-29T15:12:23.810Z | [ recovery-image] Aug 29 15:12:22.144 INFO O| Aug 29 15:12:22.144 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3977 | 2024-08-29T15:12:23.869Z | [ recovery-image] Aug 29 15:12:22.202 INFO O| Aug 29 15:12:22.202 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3978 | 2024-08-29T15:12:23.895Z | [ host-image] Aug 29 15:12:22.230 INFO O| Aug 29 15:12:22.229 INFO O| Planning: Finding local manifests ... Done |
3979 | 2024-08-29T15:12:23.897Z | [ host-image] Aug 29 15:12:22.231 INFO O| Aug 29 15:12:22.231 INFO O| Planning: Fetching manifests: 0/4 0% complete |
3980 | 2024-08-29T15:12:23.963Z | [ recovery-image] Aug 29 15:12:22.298 INFO O| Aug 29 15:12:22.298 INFO STEP 3 (remove_files) COMPLETE |
3981 | 2024-08-29T15:12:23.963Z | [ recovery-image] Aug 29 15:12:22.298 INFO O| Aug 29 15:12:22.298 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3982 | 2024-08-29T15:12:24.032Z | [ recovery-image] Aug 29 15:12:22.367 INFO O| Aug 29 15:12:22.366 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3983 | 2024-08-29T15:12:24.111Z | [ host-image] Aug 29 15:12:22.446 INFO O| Aug 29 15:12:22.446 INFO O| Planning: Fetching manifests: 4/4 100% complete |
3984 | 2024-08-29T15:12:24.188Z | [ host-image] Aug 29 15:12:22.523 INFO O| Aug 29 15:12:22.523 INFO O| Planning: Package planning ... Done |
3985 | 2024-08-29T15:12:24.193Z | [ host-image] Aug 29 15:12:22.528 INFO O| Aug 29 15:12:22.528 INFO O| Planning: Merging actions ... Done |
3986 | 2024-08-29T15:12:24.278Z | [ recovery-image] Aug 29 15:12:22.613 INFO O| Aug 29 15:12:22.613 INFO STEP 4 (remove_files) COMPLETE |
3987 | 2024-08-29T15:12:24.278Z | [ recovery-image] Aug 29 15:12:22.613 INFO O| Aug 29 15:12:22.613 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3988 | 2024-08-29T15:12:24.317Z | [ recovery-image] Aug 29 15:12:22.652 INFO O| Aug 29 15:12:22.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3989 | 2024-08-29T15:12:24.337Z | [ host-image] Aug 29 15:12:22.672 INFO O| Aug 29 15:12:22.672 INFO O| Planning: Checking for conflicting actions ... Done |
3990 | 2024-08-29T15:12:24.340Z | [ host-image] Aug 29 15:12:22.674 INFO O| Aug 29 15:12:22.674 INFO O| Planning: Consolidating action changes ... Done |
3991 | 2024-08-29T15:12:24.411Z | [ recovery-image] Aug 29 15:12:22.746 INFO O| Aug 29 15:12:22.746 INFO STEP 5 (remove_files) COMPLETE |
3992 | 2024-08-29T15:12:24.411Z | [ recovery-image] Aug 29 15:12:22.746 INFO O| Aug 29 15:12:22.746 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3993 | 2024-08-29T15:12:24.474Z | [ recovery-image] Aug 29 15:12:22.809 INFO O| Aug 29 15:12:22.809 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3994 | 2024-08-29T15:12:24.492Z | [ recovery-image] Aug 29 15:12:22.827 INFO O| Aug 29 15:12:22.827 INFO STEP 6 (remove_files) COMPLETE |
3995 | 2024-08-29T15:12:24.492Z | [ recovery-image] Aug 29 15:12:22.827 INFO O| Aug 29 15:12:22.827 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3996 | 2024-08-29T15:12:24.513Z | [ recovery-image] Aug 29 15:12:22.847 INFO O| Aug 29 15:12:22.847 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3997 | 2024-08-29T15:12:24.533Z | [ recovery-image] Aug 29 15:12:22.868 INFO O| Aug 29 15:12:22.867 INFO STEP 7 (remove_files) COMPLETE |
3998 | 2024-08-29T15:12:24.533Z | [ recovery-image] Aug 29 15:12:22.868 INFO O| Aug 29 15:12:22.868 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3999 | 2024-08-29T15:12:24.554Z | [ recovery-image] Aug 29 15:12:22.888 INFO O| Aug 29 15:12:22.888 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4000 | 2024-08-29T15:12:24.669Z | [ recovery-image] Aug 29 15:12:23.004 INFO O| Aug 29 15:12:23.004 INFO STEP 8 (remove_files) COMPLETE |
4001 | 2024-08-29T15:12:24.669Z | [ recovery-image] Aug 29 15:12:23.004 INFO O| Aug 29 15:12:23.004 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4002 | 2024-08-29T15:12:24.693Z | [ recovery-image] Aug 29 15:12:23.027 INFO O| Aug 29 15:12:23.027 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4003 | 2024-08-29T15:12:24.695Z | [ recovery-image] Aug 29 15:12:23.028 INFO O| Aug 29 15:12:23.028 INFO STEP 9 (remove_files) COMPLETE |
4004 | 2024-08-29T15:12:24.696Z | [ recovery-image] Aug 29 15:12:23.028 INFO O| Aug 29 15:12:23.028 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4005 | 2024-08-29T15:12:24.737Z | [ recovery-image] Aug 29 15:12:23.072 INFO O| Aug 29 15:12:23.072 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4006 | 2024-08-29T15:12:24.760Z | [ recovery-image] Aug 29 15:12:23.094 INFO O| Aug 29 15:12:23.094 INFO STEP 10 (remove_files) COMPLETE |
4007 | 2024-08-29T15:12:24.760Z | [ recovery-image] Aug 29 15:12:23.094 INFO O| Aug 29 15:12:23.094 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4008 | 2024-08-29T15:12:24.845Z | [ recovery-image] Aug 29 15:12:23.179 INFO O| Aug 29 15:12:23.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4009 | 2024-08-29T15:12:24.936Z | [ host-image] Aug 29 15:12:23.271 INFO O| Aug 29 15:12:23.271 INFO O| Planning: Evaluating mediators ... Done |
4010 | 2024-08-29T15:12:24.939Z | [ host-image] Aug 29 15:12:23.273 INFO O| Aug 29 15:12:23.273 INFO O| Planning: Planning completed in 5.28 seconds |
4011 | 2024-08-29T15:12:24.941Z | [ host-image] Aug 29 15:12:23.275 INFO O| Aug 29 15:12:23.275 INFO O| Packages to install: 4 |
4012 | 2024-08-29T15:12:24.941Z | [ host-image] Aug 29 15:12:23.276 INFO O| Aug 29 15:12:23.275 INFO O| Services to change: 2 |
4013 | 2024-08-29T15:12:24.957Z | [ host-image] Aug 29 15:12:23.292 INFO O| Aug 29 15:12:23.292 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
4014 | 2024-08-29T15:12:25.425Z | [ recovery-image] Aug 29 15:12:23.758 INFO O| Aug 29 15:12:23.758 INFO STEP 11 (remove_files) COMPLETE |
4015 | 2024-08-29T15:12:25.425Z | [ recovery-image] Aug 29 15:12:23.758 INFO O| Aug 29 15:12:23.758 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4016 | 2024-08-29T15:12:25.466Z | [ recovery-image] Aug 29 15:12:23.800 INFO O| Aug 29 15:12:23.800 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4017 | 2024-08-29T15:12:25.493Z | [ recovery-image] Aug 29 15:12:23.824 INFO O| Aug 29 15:12:23.823 INFO STEP 12 (remove_files) COMPLETE |
4018 | 2024-08-29T15:12:25.493Z | [ recovery-image] Aug 29 15:12:23.824 INFO O| Aug 29 15:12:23.823 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4019 | 2024-08-29T15:12:25.524Z | [ recovery-image] Aug 29 15:12:23.859 INFO O| Aug 29 15:12:23.859 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4020 | 2024-08-29T15:12:25.608Z | [ recovery-image] Aug 29 15:12:23.942 INFO O| Aug 29 15:12:23.942 INFO STEP 13 (remove_files) COMPLETE |
4021 | 2024-08-29T15:12:25.608Z | [ recovery-image] Aug 29 15:12:23.942 INFO O| Aug 29 15:12:23.942 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4022 | 2024-08-29T15:12:25.626Z | [ recovery-image] Aug 29 15:12:23.961 INFO O| Aug 29 15:12:23.961 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4023 | 2024-08-29T15:12:25.629Z | [ recovery-image] Aug 29 15:12:23.962 INFO O| Aug 29 15:12:23.961 INFO STEP 14 (remove_files) COMPLETE |
4024 | 2024-08-29T15:12:25.629Z | [ recovery-image] Aug 29 15:12:23.962 INFO O| Aug 29 15:12:23.962 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4025 | 2024-08-29T15:12:25.645Z | [ recovery-image] Aug 29 15:12:23.979 INFO O| Aug 29 15:12:23.979 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4026 | 2024-08-29T15:12:25.668Z | [ recovery-image] Aug 29 15:12:24.002 INFO O| Aug 29 15:12:24.002 INFO STEP 15 (remove_files) COMPLETE |
4027 | 2024-08-29T15:12:25.668Z | [ recovery-image] Aug 29 15:12:24.003 INFO O| Aug 29 15:12:24.002 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4028 | 2024-08-29T15:12:25.697Z | [ recovery-image] Aug 29 15:12:24.031 INFO O| Aug 29 15:12:24.031 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4029 | 2024-08-29T15:12:25.708Z | [ recovery-image] Aug 29 15:12:24.043 INFO O| Aug 29 15:12:24.043 INFO STEP 16 (remove_files) COMPLETE |
4030 | 2024-08-29T15:12:25.708Z | [ recovery-image] Aug 29 15:12:24.043 INFO O| Aug 29 15:12:24.043 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4031 | 2024-08-29T15:12:25.732Z | [ recovery-image] Aug 29 15:12:24.067 INFO O| Aug 29 15:12:24.067 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4032 | 2024-08-29T15:12:25.735Z | [ recovery-image] Aug 29 15:12:24.067 INFO O| Aug 29 15:12:24.067 INFO STEP 17 (remove_files) COMPLETE |
4033 | 2024-08-29T15:12:25.735Z | [ recovery-image] Aug 29 15:12:24.067 INFO O| Aug 29 15:12:24.067 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4034 | 2024-08-29T15:12:25.758Z | [ recovery-image] Aug 29 15:12:24.092 INFO O| Aug 29 15:12:24.092 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4035 | 2024-08-29T15:12:25.760Z | [ recovery-image] Aug 29 15:12:24.092 INFO O| Aug 29 15:12:24.092 INFO STEP 18 (remove_files) COMPLETE |
4036 | 2024-08-29T15:12:25.760Z | [ recovery-image] Aug 29 15:12:24.092 INFO O| Aug 29 15:12:24.092 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4037 | 2024-08-29T15:12:25.779Z | [ recovery-image] Aug 29 15:12:24.113 INFO O| Aug 29 15:12:24.113 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4038 | 2024-08-29T15:12:25.908Z | [ recovery-image] Aug 29 15:12:24.241 INFO O| Aug 29 15:12:24.241 INFO STEP 19 (remove_files) COMPLETE |
4039 | 2024-08-29T15:12:25.908Z | [ recovery-image] Aug 29 15:12:24.241 INFO O| Aug 29 15:12:24.241 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4040 | 2024-08-29T15:12:25.941Z | [ recovery-image] Aug 29 15:12:24.275 INFO O| Aug 29 15:12:24.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4041 | 2024-08-29T15:12:25.983Z | [ recovery-image] Aug 29 15:12:24.317 INFO O| Aug 29 15:12:24.317 INFO STEP 20 (remove_files) COMPLETE |
4042 | 2024-08-29T15:12:25.983Z | [ recovery-image] Aug 29 15:12:24.317 INFO O| Aug 29 15:12:24.317 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4043 | 2024-08-29T15:12:26.004Z | [ recovery-image] Aug 29 15:12:24.338 INFO O| Aug 29 15:12:24.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4044 | 2024-08-29T15:12:26.006Z | [ recovery-image] Aug 29 15:12:24.338 INFO O| Aug 29 15:12:24.338 INFO STEP 21 (remove_files) COMPLETE |
4045 | 2024-08-29T15:12:26.006Z | [ recovery-image] Aug 29 15:12:24.338 INFO O| Aug 29 15:12:24.338 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4046 | 2024-08-29T15:12:26.024Z | [ recovery-image] Aug 29 15:12:24.357 INFO O| Aug 29 15:12:24.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4047 | 2024-08-29T15:12:26.046Z | [ recovery-image] Aug 29 15:12:24.380 INFO O| Aug 29 15:12:24.380 INFO STEP 22 (remove_files) COMPLETE |
4048 | 2024-08-29T15:12:26.046Z | [ recovery-image] Aug 29 15:12:24.380 INFO O| Aug 29 15:12:24.380 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4049 | 2024-08-29T15:12:26.067Z | [ recovery-image] Aug 29 15:12:24.400 INFO O| Aug 29 15:12:24.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4050 | 2024-08-29T15:12:26.090Z | [ recovery-image] Aug 29 15:12:24.424 INFO O| Aug 29 15:12:24.424 INFO STEP 23 (remove_files) COMPLETE |
4051 | 2024-08-29T15:12:26.090Z | [ recovery-image] Aug 29 15:12:24.424 INFO O| Aug 29 15:12:24.424 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4052 | 2024-08-29T15:12:26.110Z | [ recovery-image] Aug 29 15:12:24.444 INFO O| Aug 29 15:12:24.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4053 | 2024-08-29T15:12:26.131Z | [ recovery-image] Aug 29 15:12:24.465 INFO O| Aug 29 15:12:24.465 INFO STEP 24 (remove_files) COMPLETE |
4054 | 2024-08-29T15:12:26.131Z | [ recovery-image] Aug 29 15:12:24.465 INFO O| Aug 29 15:12:24.465 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4055 | 2024-08-29T15:12:26.150Z | [ recovery-image] Aug 29 15:12:24.484 INFO O| Aug 29 15:12:24.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4056 | 2024-08-29T15:12:26.150Z | [ recovery-image] Aug 29 15:12:24.485 INFO O| Aug 29 15:12:24.484 INFO STEP 25 (remove_files) COMPLETE |
4057 | 2024-08-29T15:12:26.153Z | [ recovery-image] Aug 29 15:12:24.485 INFO O| Aug 29 15:12:24.485 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4058 | 2024-08-29T15:12:26.168Z | [ recovery-image] Aug 29 15:12:24.502 INFO O| Aug 29 15:12:24.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4059 | 2024-08-29T15:12:26.170Z | [ recovery-image] Aug 29 15:12:24.502 INFO O| Aug 29 15:12:24.502 INFO STEP 26 (remove_files) COMPLETE |
4060 | 2024-08-29T15:12:26.170Z | [ recovery-image] Aug 29 15:12:24.502 INFO O| Aug 29 15:12:24.502 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4061 | 2024-08-29T15:12:26.178Z | [ host-image] Aug 29 15:12:24.512 INFO O| Aug 29 15:12:24.512 INFO O| Download: Completed 1.39 MB in 1.22 seconds (1.1M/s) |
4062 | 2024-08-29T15:12:26.240Z | [ recovery-image] Aug 29 15:12:24.574 INFO O| Aug 29 15:12:24.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4063 | 2024-08-29T15:12:26.278Z | [ host-image] Aug 29 15:12:24.612 INFO O| Aug 29 15:12:24.612 INFO O| Actions: 1/238 actions (Installing new actions) |
4064 | 2024-08-29T15:12:26.297Z | [ recovery-image] Aug 29 15:12:24.631 INFO O| Aug 29 15:12:24.631 INFO STEP 27 (remove_files) COMPLETE |
4065 | 2024-08-29T15:12:26.297Z | [ recovery-image] Aug 29 15:12:24.631 INFO O| Aug 29 15:12:24.631 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4066 | 2024-08-29T15:12:26.316Z | [ recovery-image] Aug 29 15:12:24.650 INFO O| Aug 29 15:12:24.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4067 | 2024-08-29T15:12:26.337Z | [ recovery-image] Aug 29 15:12:24.671 INFO O| Aug 29 15:12:24.671 INFO STEP 28 (remove_files) COMPLETE |
4068 | 2024-08-29T15:12:26.337Z | [ recovery-image] Aug 29 15:12:24.671 INFO O| Aug 29 15:12:24.671 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4069 | 2024-08-29T15:12:26.356Z | [ recovery-image] Aug 29 15:12:24.690 INFO O| Aug 29 15:12:24.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4070 | 2024-08-29T15:12:26.378Z | [ recovery-image] Aug 29 15:12:24.712 INFO O| Aug 29 15:12:24.712 INFO STEP 29 (remove_files) COMPLETE |
4071 | 2024-08-29T15:12:26.378Z | [ recovery-image] Aug 29 15:12:24.712 INFO O| Aug 29 15:12:24.712 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4072 | 2024-08-29T15:12:26.397Z | [ recovery-image] Aug 29 15:12:24.731 INFO O| Aug 29 15:12:24.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4073 | 2024-08-29T15:12:26.400Z | [ recovery-image] Aug 29 15:12:24.734 INFO O| Aug 29 15:12:24.734 INFO STEP 30 (remove_files) COMPLETE |
4074 | 2024-08-29T15:12:26.400Z | [ recovery-image] Aug 29 15:12:24.734 INFO O| Aug 29 15:12:24.734 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4075 | 2024-08-29T15:12:26.475Z | [ recovery-image] Aug 29 15:12:24.809 INFO O| Aug 29 15:12:24.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4076 | 2024-08-29T15:12:26.477Z | [ recovery-image] Aug 29 15:12:24.809 INFO O| Aug 29 15:12:24.809 INFO STEP 31 (remove_files) COMPLETE |
4077 | 2024-08-29T15:12:26.477Z | [ recovery-image] Aug 29 15:12:24.809 INFO O| Aug 29 15:12:24.809 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4078 | 2024-08-29T15:12:26.493Z | [ recovery-image] Aug 29 15:12:24.827 INFO O| Aug 29 15:12:24.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4079 | 2024-08-29T15:12:26.496Z | [ recovery-image] Aug 29 15:12:24.828 INFO O| Aug 29 15:12:24.828 INFO STEP 32 (remove_files) COMPLETE |
4080 | 2024-08-29T15:12:26.496Z | [ recovery-image] Aug 29 15:12:24.828 INFO O| Aug 29 15:12:24.828 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4081 | 2024-08-29T15:12:26.512Z | [ recovery-image] Aug 29 15:12:24.846 INFO O| Aug 29 15:12:24.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4082 | 2024-08-29T15:12:26.523Z | [ recovery-image] Aug 29 15:12:24.857 INFO O| Aug 29 15:12:24.857 INFO STEP 33 (remove_files) COMPLETE |
4083 | 2024-08-29T15:12:26.523Z | [ recovery-image] Aug 29 15:12:24.857 INFO O| Aug 29 15:12:24.857 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4084 | 2024-08-29T15:12:26.541Z | [ recovery-image] Aug 29 15:12:24.875 INFO O| Aug 29 15:12:24.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4085 | 2024-08-29T15:12:26.562Z | [ recovery-image] Aug 29 15:12:24.896 INFO O| Aug 29 15:12:24.896 INFO STEP 34 (remove_files) COMPLETE |
4086 | 2024-08-29T15:12:26.562Z | [ recovery-image] Aug 29 15:12:24.896 INFO O| Aug 29 15:12:24.896 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4087 | 2024-08-29T15:12:26.582Z | [ recovery-image] Aug 29 15:12:24.916 INFO O| Aug 29 15:12:24.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4088 | 2024-08-29T15:12:26.584Z | [ recovery-image] Aug 29 15:12:24.916 INFO O| Aug 29 15:12:24.916 INFO STEP 35 (remove_files) COMPLETE |
4089 | 2024-08-29T15:12:26.584Z | [ recovery-image] Aug 29 15:12:24.916 INFO O| Aug 29 15:12:24.916 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4090 | 2024-08-29T15:12:26.601Z | [ recovery-image] Aug 29 15:12:24.935 INFO O| Aug 29 15:12:24.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4091 | 2024-08-29T15:12:26.612Z | [ recovery-image] Aug 29 15:12:24.946 INFO O| Aug 29 15:12:24.946 INFO STEP 36 (remove_files) COMPLETE |
4092 | 2024-08-29T15:12:26.612Z | [ recovery-image] Aug 29 15:12:24.946 INFO O| Aug 29 15:12:24.946 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4093 | 2024-08-29T15:12:26.632Z | [ recovery-image] Aug 29 15:12:24.966 INFO O| Aug 29 15:12:24.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4094 | 2024-08-29T15:12:26.635Z | [ recovery-image] Aug 29 15:12:24.966 INFO O| Aug 29 15:12:24.966 INFO STEP 37 (remove_files) COMPLETE |
4095 | 2024-08-29T15:12:26.635Z | [ recovery-image] Aug 29 15:12:24.967 INFO O| Aug 29 15:12:24.966 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4096 | 2024-08-29T15:12:26.635Z | [ host-image] Aug 29 15:12:24.968 INFO O| Aug 29 15:12:24.968 INFO O| Actions: Completed 238 actions in 0.36 seconds. |
4097 | 2024-08-29T15:12:26.655Z | [ recovery-image] Aug 29 15:12:24.989 INFO O| Aug 29 15:12:24.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4098 | 2024-08-29T15:12:26.658Z | [ recovery-image] Aug 29 15:12:24.989 INFO O| Aug 29 15:12:24.989 INFO STEP 38 (remove_files) COMPLETE |
4099 | 2024-08-29T15:12:26.658Z | [ recovery-image] Aug 29 15:12:24.989 INFO O| Aug 29 15:12:24.989 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4100 | 2024-08-29T15:12:26.677Z | [ recovery-image] Aug 29 15:12:25.011 INFO O| Aug 29 15:12:25.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4101 | 2024-08-29T15:12:26.677Z | [ recovery-image] Aug 29 15:12:25.011 INFO O| Aug 29 15:12:25.011 INFO STEP 39 (remove_files) COMPLETE |
4102 | 2024-08-29T15:12:26.680Z | [ recovery-image] Aug 29 15:12:25.011 INFO O| Aug 29 15:12:25.011 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4103 | 2024-08-29T15:12:26.708Z | [ recovery-image] Aug 29 15:12:25.042 INFO O| Aug 29 15:12:25.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4104 | 2024-08-29T15:12:26.708Z | [ recovery-image] Aug 29 15:12:25.042 INFO O| Aug 29 15:12:25.042 INFO STEP 40 (remove_files) COMPLETE |
4105 | 2024-08-29T15:12:26.711Z | [ recovery-image] Aug 29 15:12:25.042 INFO O| Aug 29 15:12:25.042 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4106 | 2024-08-29T15:12:26.749Z | [ recovery-image] Aug 29 15:12:25.082 INFO O| Aug 29 15:12:25.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4107 | 2024-08-29T15:12:26.749Z | [ recovery-image] Aug 29 15:12:25.082 INFO O| Aug 29 15:12:25.082 INFO STEP 41 (remove_files) COMPLETE |
4108 | 2024-08-29T15:12:26.749Z | [ recovery-image] Aug 29 15:12:25.082 INFO O| Aug 29 15:12:25.082 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4109 | 2024-08-29T15:12:26.804Z | [ recovery-image] Aug 29 15:12:25.137 INFO O| Aug 29 15:12:25.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4110 | 2024-08-29T15:12:26.804Z | [ recovery-image] Aug 29 15:12:25.137 INFO O| Aug 29 15:12:25.137 INFO STEP 42 (remove_files) COMPLETE |
4111 | 2024-08-29T15:12:26.804Z | [ recovery-image] Aug 29 15:12:25.137 INFO O| Aug 29 15:12:25.137 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4112 | 2024-08-29T15:12:26.821Z | [ recovery-image] Aug 29 15:12:25.155 INFO O| Aug 29 15:12:25.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4113 | 2024-08-29T15:12:26.821Z | [ recovery-image] Aug 29 15:12:25.155 INFO O| Aug 29 15:12:25.155 INFO STEP 43 (remove_files) COMPLETE |
4114 | 2024-08-29T15:12:26.823Z | [ recovery-image] Aug 29 15:12:25.155 INFO O| Aug 29 15:12:25.155 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4115 | 2024-08-29T15:12:26.839Z | [ recovery-image] Aug 29 15:12:25.173 INFO O| Aug 29 15:12:25.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4116 | 2024-08-29T15:12:26.839Z | [ recovery-image] Aug 29 15:12:25.173 INFO O| Aug 29 15:12:25.173 INFO STEP 44 (remove_files) COMPLETE |
4117 | 2024-08-29T15:12:26.842Z | [ recovery-image] Aug 29 15:12:25.173 INFO O| Aug 29 15:12:25.173 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4118 | 2024-08-29T15:12:26.857Z | [ recovery-image] Aug 29 15:12:25.191 INFO O| Aug 29 15:12:25.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4119 | 2024-08-29T15:12:26.857Z | [ recovery-image] Aug 29 15:12:25.191 INFO O| Aug 29 15:12:25.191 INFO STEP 45 (remove_files) COMPLETE |
4120 | 2024-08-29T15:12:26.857Z | [ recovery-image] Aug 29 15:12:25.191 INFO O| Aug 29 15:12:25.191 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4121 | 2024-08-29T15:12:26.874Z | [ recovery-image] Aug 29 15:12:25.208 INFO O| Aug 29 15:12:25.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4122 | 2024-08-29T15:12:26.874Z | [ recovery-image] Aug 29 15:12:25.208 INFO O| Aug 29 15:12:25.208 INFO STEP 46 (remove_files) COMPLETE |
4123 | 2024-08-29T15:12:26.877Z | [ recovery-image] Aug 29 15:12:25.208 INFO O| Aug 29 15:12:25.208 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4124 | 2024-08-29T15:12:26.893Z | [ recovery-image] Aug 29 15:12:25.227 INFO O| Aug 29 15:12:25.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4125 | 2024-08-29T15:12:26.895Z | [ recovery-image] Aug 29 15:12:25.227 INFO O| Aug 29 15:12:25.227 INFO STEP 47 (remove_files) COMPLETE |
4126 | 2024-08-29T15:12:26.895Z | [ recovery-image] Aug 29 15:12:25.227 INFO O| Aug 29 15:12:25.227 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4127 | 2024-08-29T15:12:26.930Z | [ recovery-image] Aug 29 15:12:25.264 INFO O| Aug 29 15:12:25.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4128 | 2024-08-29T15:12:26.930Z | [ recovery-image] Aug 29 15:12:25.264 INFO O| Aug 29 15:12:25.264 INFO STEP 48 (remove_files) COMPLETE |
4129 | 2024-08-29T15:12:26.930Z | [ recovery-image] Aug 29 15:12:25.264 INFO O| Aug 29 15:12:25.264 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4130 | 2024-08-29T15:12:26.950Z | [ recovery-image] Aug 29 15:12:25.283 INFO O| Aug 29 15:12:25.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4131 | 2024-08-29T15:12:26.950Z | [ recovery-image] Aug 29 15:12:25.283 INFO O| Aug 29 15:12:25.283 INFO STEP 49 (remove_files) COMPLETE |
4132 | 2024-08-29T15:12:26.950Z | [ recovery-image] Aug 29 15:12:25.284 INFO O| Aug 29 15:12:25.283 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4133 | 2024-08-29T15:12:26.970Z | [ recovery-image] Aug 29 15:12:25.304 INFO O| Aug 29 15:12:25.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4134 | 2024-08-29T15:12:26.970Z | [ recovery-image] Aug 29 15:12:25.304 INFO O| Aug 29 15:12:25.304 INFO STEP 50 (remove_files) COMPLETE |
4135 | 2024-08-29T15:12:26.973Z | [ recovery-image] Aug 29 15:12:25.304 INFO O| Aug 29 15:12:25.304 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4136 | 2024-08-29T15:12:26.994Z | [ recovery-image] Aug 29 15:12:25.328 INFO O| Aug 29 15:12:25.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4137 | 2024-08-29T15:12:26.996Z | [ recovery-image] Aug 29 15:12:25.328 INFO O| Aug 29 15:12:25.328 INFO STEP 51 (remove_files) COMPLETE |
4138 | 2024-08-29T15:12:26.996Z | [ recovery-image] Aug 29 15:12:25.328 INFO O| Aug 29 15:12:25.328 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4139 | 2024-08-29T15:12:27.016Z | [ recovery-image] Aug 29 15:12:25.350 INFO O| Aug 29 15:12:25.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4140 | 2024-08-29T15:12:27.019Z | [ recovery-image] Aug 29 15:12:25.350 INFO O| Aug 29 15:12:25.350 INFO STEP 52 (remove_files) COMPLETE |
4141 | 2024-08-29T15:12:27.019Z | [ recovery-image] Aug 29 15:12:25.350 INFO O| Aug 29 15:12:25.350 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-08-29T15:12:27.036Z | [ recovery-image] Aug 29 15:12:25.370 INFO O| Aug 29 15:12:25.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4143 | 2024-08-29T15:12:27.038Z | [ recovery-image] Aug 29 15:12:25.370 INFO O| Aug 29 15:12:25.370 INFO STEP 53 (remove_files) COMPLETE |
4144 | 2024-08-29T15:12:27.038Z | [ recovery-image] Aug 29 15:12:25.370 INFO O| Aug 29 15:12:25.370 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-08-29T15:12:27.053Z | [ recovery-image] Aug 29 15:12:25.387 INFO O| Aug 29 15:12:25.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4146 | 2024-08-29T15:12:27.062Z | [ host-image] Aug 29 15:12:25.396 INFO O| Aug 29 15:12:25.396 INFO O| Done |
4147 | 2024-08-29T15:12:27.062Z | [ host-image] Aug 29 15:12:25.396 INFO O| Aug 29 15:12:25.396 INFO O| Done |
4148 | 2024-08-29T15:12:27.075Z | [ recovery-image] Aug 29 15:12:25.408 INFO O| Aug 29 15:12:25.408 INFO STEP 54 (remove_files) COMPLETE |
4149 | 2024-08-29T15:12:27.075Z | [ recovery-image] Aug 29 15:12:25.408 INFO O| Aug 29 15:12:25.408 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4150 | 2024-08-29T15:12:27.122Z | [ recovery-image] Aug 29 15:12:25.456 INFO O| Aug 29 15:12:25.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4151 | 2024-08-29T15:12:27.125Z | [ recovery-image] Aug 29 15:12:25.456 INFO O| Aug 29 15:12:25.456 INFO STEP 55 (remove_files) COMPLETE |
4152 | 2024-08-29T15:12:27.125Z | [ recovery-image] Aug 29 15:12:25.456 INFO O| Aug 29 15:12:25.456 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4153 | 2024-08-29T15:12:27.177Z | [ recovery-image] Aug 29 15:12:25.511 INFO O| Aug 29 15:12:25.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4154 | 2024-08-29T15:12:27.180Z | [ recovery-image] Aug 29 15:12:25.511 INFO O| Aug 29 15:12:25.511 INFO STEP 56 (remove_files) COMPLETE |
4155 | 2024-08-29T15:12:27.180Z | [ recovery-image] Aug 29 15:12:25.511 INFO O| Aug 29 15:12:25.511 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4156 | 2024-08-29T15:12:27.197Z | [ recovery-image] Aug 29 15:12:25.531 INFO O| Aug 29 15:12:25.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4157 | 2024-08-29T15:12:27.217Z | [ recovery-image] Aug 29 15:12:25.551 INFO O| Aug 29 15:12:25.551 INFO STEP 57 (remove_files) COMPLETE |
4158 | 2024-08-29T15:12:27.217Z | [ recovery-image] Aug 29 15:12:25.551 INFO O| Aug 29 15:12:25.551 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4159 | 2024-08-29T15:12:27.235Z | [ recovery-image] Aug 29 15:12:25.569 INFO O| Aug 29 15:12:25.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4160 | 2024-08-29T15:12:27.238Z | [ recovery-image] Aug 29 15:12:25.569 INFO O| Aug 29 15:12:25.569 INFO STEP 58 (remove_files) COMPLETE |
4161 | 2024-08-29T15:12:27.238Z | [ recovery-image] Aug 29 15:12:25.570 INFO O| Aug 29 15:12:25.569 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4162 | 2024-08-29T15:12:27.258Z | [ recovery-image] Aug 29 15:12:25.592 INFO O| Aug 29 15:12:25.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4163 | 2024-08-29T15:12:27.258Z | [ recovery-image] Aug 29 15:12:25.592 INFO O| Aug 29 15:12:25.592 INFO STEP 59 (remove_files) COMPLETE |
4164 | 2024-08-29T15:12:27.261Z | [ recovery-image] Aug 29 15:12:25.592 INFO O| Aug 29 15:12:25.592 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4165 | 2024-08-29T15:12:27.311Z | [ recovery-image] Aug 29 15:12:25.645 INFO O| Aug 29 15:12:25.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4166 | 2024-08-29T15:12:27.314Z | [ recovery-image] Aug 29 15:12:25.646 INFO O| Aug 29 15:12:25.646 INFO STEP 60 (remove_files) COMPLETE |
4167 | 2024-08-29T15:12:27.314Z | [ recovery-image] Aug 29 15:12:25.646 INFO O| Aug 29 15:12:25.646 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4168 | 2024-08-29T15:12:27.328Z | [ recovery-image] Aug 29 15:12:25.662 INFO O| Aug 29 15:12:25.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4169 | 2024-08-29T15:12:27.331Z | [ recovery-image] Aug 29 15:12:25.662 INFO O| Aug 29 15:12:25.662 INFO STEP 61 (remove_files) COMPLETE |
4170 | 2024-08-29T15:12:27.331Z | [ recovery-image] Aug 29 15:12:25.663 INFO O| Aug 29 15:12:25.662 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4171 | 2024-08-29T15:12:27.345Z | [ recovery-image] Aug 29 15:12:25.678 INFO O| Aug 29 15:12:25.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4172 | 2024-08-29T15:12:27.345Z | [ recovery-image] Aug 29 15:12:25.678 INFO O| Aug 29 15:12:25.678 INFO STEP 62 (remove_files) COMPLETE |
4173 | 2024-08-29T15:12:27.351Z | [ recovery-image] Aug 29 15:12:25.679 INFO O| Aug 29 15:12:25.679 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4174 | 2024-08-29T15:12:27.361Z | [ recovery-image] Aug 29 15:12:25.694 INFO O| Aug 29 15:12:25.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4175 | 2024-08-29T15:12:27.370Z | [ recovery-image] Aug 29 15:12:25.704 INFO O| Aug 29 15:12:25.703 INFO STEP 63 (remove_files) COMPLETE |
4176 | 2024-08-29T15:12:27.370Z | [ recovery-image] Aug 29 15:12:25.704 INFO O| Aug 29 15:12:25.703 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4177 | 2024-08-29T15:12:27.388Z | [ recovery-image] Aug 29 15:12:25.722 INFO O| Aug 29 15:12:25.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4178 | 2024-08-29T15:12:27.388Z | [ recovery-image] Aug 29 15:12:25.722 INFO O| Aug 29 15:12:25.722 INFO STEP 64 (remove_files) COMPLETE |
4179 | 2024-08-29T15:12:27.390Z | [ recovery-image] Aug 29 15:12:25.722 INFO O| Aug 29 15:12:25.722 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4180 | 2024-08-29T15:12:27.404Z | [ recovery-image] Aug 29 15:12:25.738 INFO O| Aug 29 15:12:25.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4181 | 2024-08-29T15:12:27.404Z | [ recovery-image] Aug 29 15:12:25.738 INFO O| Aug 29 15:12:25.738 INFO STEP 65 (remove_files) COMPLETE |
4182 | 2024-08-29T15:12:27.407Z | [ recovery-image] Aug 29 15:12:25.738 INFO O| Aug 29 15:12:25.738 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4183 | 2024-08-29T15:12:27.420Z | [ recovery-image] Aug 29 15:12:25.754 INFO O| Aug 29 15:12:25.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4184 | 2024-08-29T15:12:27.420Z | [ recovery-image] Aug 29 15:12:25.754 INFO O| Aug 29 15:12:25.754 INFO STEP 66 (remove_files) COMPLETE |
4185 | 2024-08-29T15:12:27.420Z | [ recovery-image] Aug 29 15:12:25.754 INFO O| Aug 29 15:12:25.754 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4186 | 2024-08-29T15:12:27.436Z | [ recovery-image] Aug 29 15:12:25.770 INFO O| Aug 29 15:12:25.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4187 | 2024-08-29T15:12:27.436Z | [ recovery-image] Aug 29 15:12:25.770 INFO O| Aug 29 15:12:25.770 INFO STEP 67 (remove_files) COMPLETE |
4188 | 2024-08-29T15:12:27.436Z | [ recovery-image] Aug 29 15:12:25.770 INFO O| Aug 29 15:12:25.770 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4189 | 2024-08-29T15:12:27.451Z | [ recovery-image] Aug 29 15:12:25.785 INFO O| Aug 29 15:12:25.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4190 | 2024-08-29T15:12:27.465Z | [ recovery-image] Aug 29 15:12:25.798 INFO O| Aug 29 15:12:25.798 INFO STEP 68 (remove_files) COMPLETE |
4191 | 2024-08-29T15:12:27.465Z | [ recovery-image] Aug 29 15:12:25.798 INFO O| Aug 29 15:12:25.798 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4192 | 2024-08-29T15:12:27.482Z | [ recovery-image] Aug 29 15:12:25.815 INFO O| Aug 29 15:12:25.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4193 | 2024-08-29T15:12:27.482Z | [ recovery-image] Aug 29 15:12:25.815 INFO O| Aug 29 15:12:25.815 INFO STEP 69 (remove_files) COMPLETE |
4194 | 2024-08-29T15:12:27.482Z | [ recovery-image] Aug 29 15:12:25.815 INFO O| Aug 29 15:12:25.815 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4195 | 2024-08-29T15:12:27.497Z | [ recovery-image] Aug 29 15:12:25.831 INFO O| Aug 29 15:12:25.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4196 | 2024-08-29T15:12:27.497Z | [ recovery-image] Aug 29 15:12:25.831 INFO O| Aug 29 15:12:25.831 INFO STEP 70 (remove_files) COMPLETE |
4197 | 2024-08-29T15:12:27.497Z | [ recovery-image] Aug 29 15:12:25.831 INFO O| Aug 29 15:12:25.831 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4198 | 2024-08-29T15:12:27.578Z | [ recovery-image] Aug 29 15:12:25.912 INFO O| Aug 29 15:12:25.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4199 | 2024-08-29T15:12:27.581Z | [ recovery-image] Aug 29 15:12:25.912 INFO O| Aug 29 15:12:25.912 INFO STEP 71 (remove_files) COMPLETE |
4200 | 2024-08-29T15:12:27.581Z | [ recovery-image] Aug 29 15:12:25.912 INFO O| Aug 29 15:12:25.912 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4201 | 2024-08-29T15:12:27.598Z | [ recovery-image] Aug 29 15:12:25.932 INFO O| Aug 29 15:12:25.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4202 | 2024-08-29T15:12:27.598Z | [ recovery-image] Aug 29 15:12:25.932 INFO O| Aug 29 15:12:25.931 INFO STEP 72 (remove_files) COMPLETE |
4203 | 2024-08-29T15:12:27.601Z | [ recovery-image] Aug 29 15:12:25.932 INFO O| Aug 29 15:12:25.931 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4204 | 2024-08-29T15:12:27.617Z | [ recovery-image] Aug 29 15:12:25.950 INFO O| Aug 29 15:12:25.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4205 | 2024-08-29T15:12:27.634Z | [ recovery-image] Aug 29 15:12:25.968 INFO O| Aug 29 15:12:25.968 INFO STEP 73 (remove_files) COMPLETE |
4206 | 2024-08-29T15:12:27.634Z | [ recovery-image] Aug 29 15:12:25.968 INFO O| Aug 29 15:12:25.968 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4207 | 2024-08-29T15:12:27.665Z | [ recovery-image] Aug 29 15:12:25.999 INFO O| Aug 29 15:12:25.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4208 | 2024-08-29T15:12:27.665Z | [ recovery-image] Aug 29 15:12:25.999 INFO O| Aug 29 15:12:25.999 INFO STEP 74 (remove_files) COMPLETE |
4209 | 2024-08-29T15:12:27.665Z | [ recovery-image] Aug 29 15:12:25.999 INFO O| Aug 29 15:12:25.999 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4210 | 2024-08-29T15:12:27.695Z | [ recovery-image] Aug 29 15:12:26.029 INFO O| Aug 29 15:12:26.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4211 | 2024-08-29T15:12:27.695Z | [ recovery-image] Aug 29 15:12:26.029 INFO O| Aug 29 15:12:26.029 INFO STEP 75 (remove_files) COMPLETE |
4212 | 2024-08-29T15:12:27.695Z | [ recovery-image] Aug 29 15:12:26.029 INFO O| Aug 29 15:12:26.029 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4213 | 2024-08-29T15:12:27.720Z | [ recovery-image] Aug 29 15:12:26.054 INFO O| Aug 29 15:12:26.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4214 | 2024-08-29T15:12:27.723Z | [ recovery-image] Aug 29 15:12:26.054 INFO O| Aug 29 15:12:26.054 INFO STEP 76 (remove_files) COMPLETE |
4215 | 2024-08-29T15:12:27.723Z | [ recovery-image] Aug 29 15:12:26.054 INFO O| Aug 29 15:12:26.054 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4216 | 2024-08-29T15:12:27.740Z | [ recovery-image] Aug 29 15:12:26.073 INFO O| Aug 29 15:12:26.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4217 | 2024-08-29T15:12:27.740Z | [ recovery-image] Aug 29 15:12:26.074 INFO O| Aug 29 15:12:26.074 INFO STEP 77 (remove_files) COMPLETE |
4218 | 2024-08-29T15:12:27.742Z | [ recovery-image] Aug 29 15:12:26.074 INFO O| Aug 29 15:12:26.074 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4219 | 2024-08-29T15:12:27.797Z | [ recovery-image] Aug 29 15:12:26.130 INFO O| Aug 29 15:12:26.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4220 | 2024-08-29T15:12:27.797Z | [ recovery-image] Aug 29 15:12:26.130 INFO O| Aug 29 15:12:26.130 INFO STEP 78 (remove_files) COMPLETE |
4221 | 2024-08-29T15:12:27.799Z | [ recovery-image] Aug 29 15:12:26.131 INFO O| Aug 29 15:12:26.130 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4222 | 2024-08-29T15:12:27.838Z | [ recovery-image] Aug 29 15:12:26.171 INFO O| Aug 29 15:12:26.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4223 | 2024-08-29T15:12:27.838Z | [ recovery-image] Aug 29 15:12:26.171 INFO O| Aug 29 15:12:26.171 INFO STEP 79 (remove_files) COMPLETE |
4224 | 2024-08-29T15:12:27.840Z | [ recovery-image] Aug 29 15:12:26.171 INFO O| Aug 29 15:12:26.171 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4225 | 2024-08-29T15:12:27.881Z | [ host-image] Aug 29 15:12:26.214 INFO O| Aug 29 15:12:26.214 INFO O| Done |
4226 | 2024-08-29T15:12:27.892Z | [ recovery-image] Aug 29 15:12:26.226 INFO O| Aug 29 15:12:26.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4227 | 2024-08-29T15:12:27.895Z | [ recovery-image] Aug 29 15:12:26.226 INFO O| Aug 29 15:12:26.226 INFO STEP 80 (remove_files) COMPLETE |
4228 | 2024-08-29T15:12:27.895Z | [ recovery-image] Aug 29 15:12:26.226 INFO O| Aug 29 15:12:26.226 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4229 | 2024-08-29T15:12:27.917Z | [ recovery-image] Aug 29 15:12:26.250 INFO O| Aug 29 15:12:26.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4230 | 2024-08-29T15:12:27.917Z | [ recovery-image] Aug 29 15:12:26.250 INFO O| Aug 29 15:12:26.250 INFO STEP 81 (remove_files) COMPLETE |
4231 | 2024-08-29T15:12:27.917Z | [ recovery-image] Aug 29 15:12:26.250 INFO O| Aug 29 15:12:26.250 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4232 | 2024-08-29T15:12:27.973Z | [ recovery-image] Aug 29 15:12:26.307 INFO O| Aug 29 15:12:26.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4233 | 2024-08-29T15:12:27.973Z | [ recovery-image] Aug 29 15:12:26.307 INFO O| Aug 29 15:12:26.306 INFO STEP 82 (remove_files) COMPLETE |
4234 | 2024-08-29T15:12:27.976Z | [ recovery-image] Aug 29 15:12:26.307 INFO O| Aug 29 15:12:26.306 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4235 | 2024-08-29T15:12:28.993Z | [ recovery-image] Aug 29 15:12:26.323 INFO O| Aug 29 15:12:26.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4236 | 2024-08-29T15:12:28.993Z | [ recovery-image] Aug 29 15:12:26.323 INFO O| Aug 29 15:12:26.323 INFO STEP 83 (remove_files) COMPLETE |
4237 | 2024-08-29T15:12:28.993Z | [ recovery-image] Aug 29 15:12:26.323 INFO O| Aug 29 15:12:26.323 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4238 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.354 INFO O| Aug 29 15:12:26.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4239 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.354 INFO O| Aug 29 15:12:26.354 INFO STEP 84 (remove_files) COMPLETE |
4240 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.355 INFO O| Aug 29 15:12:26.354 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4241 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.374 INFO O| Aug 29 15:12:26.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4242 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.374 INFO O| Aug 29 15:12:26.374 INFO STEP 85 (remove_files) COMPLETE |
4243 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.374 INFO O| Aug 29 15:12:26.374 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4244 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.396 INFO O| Aug 29 15:12:26.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4245 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.396 INFO O| Aug 29 15:12:26.396 INFO STEP 86 (remove_files) COMPLETE |
4246 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.397 INFO O| Aug 29 15:12:26.397 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4247 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.452 INFO O| Aug 29 15:12:26.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4248 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.467 INFO O| Aug 29 15:12:26.467 INFO STEP 87 (remove_files) COMPLETE |
4249 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.467 INFO O| Aug 29 15:12:26.467 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4250 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.488 INFO O| Aug 29 15:12:26.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4251 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.488 INFO O| Aug 29 15:12:26.488 INFO STEP 88 (remove_files) COMPLETE |
4252 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.488 INFO O| Aug 29 15:12:26.488 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4253 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.528 INFO O| Aug 29 15:12:26.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4254 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.528 INFO O| Aug 29 15:12:26.528 INFO STEP 89 (remove_files) COMPLETE |
4255 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.528 INFO O| Aug 29 15:12:26.528 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4256 | 2024-08-29T15:12:28.997Z | [ recovery-image] Aug 29 15:12:26.563 INFO O| Aug 29 15:12:26.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4257 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.563 INFO O| Aug 29 15:12:26.563 INFO STEP 90 (remove_files) COMPLETE |
4258 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.563 INFO O| Aug 29 15:12:26.563 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4259 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.581 INFO O| Aug 29 15:12:26.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4260 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.581 INFO O| Aug 29 15:12:26.581 INFO STEP 91 (remove_files) COMPLETE |
4261 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.581 INFO O| Aug 29 15:12:26.581 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4262 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.611 INFO O| Aug 29 15:12:26.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4263 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.652 INFO O| Aug 29 15:12:26.652 INFO STEP 92 (remove_files) COMPLETE |
4264 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.652 INFO O| Aug 29 15:12:26.652 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4265 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.684 INFO O| Aug 29 15:12:26.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4266 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.684 INFO O| Aug 29 15:12:26.684 INFO STEP 93 (remove_files) COMPLETE |
4267 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.684 INFO O| Aug 29 15:12:26.684 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4268 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.702 INFO O| Aug 29 15:12:26.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4269 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.723 INFO O| Aug 29 15:12:26.723 INFO STEP 94 (remove_files) COMPLETE |
4270 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.723 INFO O| Aug 29 15:12:26.723 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4271 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.742 INFO O| Aug 29 15:12:26.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4272 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.743 INFO O| Aug 29 15:12:26.742 INFO STEP 95 (remove_files) COMPLETE |
4273 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.743 INFO O| Aug 29 15:12:26.743 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4274 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.761 INFO O| Aug 29 15:12:26.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4275 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.761 INFO O| Aug 29 15:12:26.761 INFO STEP 96 (remove_files) COMPLETE |
4276 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.761 INFO O| Aug 29 15:12:26.761 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4277 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.827 INFO O| Aug 29 15:12:26.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4278 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.827 INFO O| Aug 29 15:12:26.827 INFO STEP 97 (remove_files) COMPLETE |
4279 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.827 INFO O| Aug 29 15:12:26.827 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4280 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.883 INFO O| Aug 29 15:12:26.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4281 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.883 INFO O| Aug 29 15:12:26.883 INFO STEP 98 (remove_files) COMPLETE |
4282 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.883 INFO O| Aug 29 15:12:26.883 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4283 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.901 INFO O| Aug 29 15:12:26.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4284 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.901 INFO O| Aug 29 15:12:26.901 INFO STEP 99 (remove_files) COMPLETE |
4285 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.901 INFO O| Aug 29 15:12:26.901 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4286 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.919 INFO O| Aug 29 15:12:26.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4287 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.919 INFO O| Aug 29 15:12:26.919 INFO STEP 100 (remove_files) COMPLETE |
4288 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.919 INFO O| Aug 29 15:12:26.919 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4289 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.936 INFO O| Aug 29 15:12:26.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4290 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.936 INFO O| Aug 29 15:12:26.936 INFO STEP 101 (remove_files) COMPLETE |
4291 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.936 INFO O| Aug 29 15:12:26.936 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.953 INFO O| Aug 29 15:12:26.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4293 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.953 INFO O| Aug 29 15:12:26.953 INFO STEP 102 (remove_files) COMPLETE |
4294 | 2024-08-29T15:12:28.998Z | [ recovery-image] Aug 29 15:12:26.953 INFO O| Aug 29 15:12:26.953 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:26.969 INFO O| Aug 29 15:12:26.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4296 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:26.969 INFO O| Aug 29 15:12:26.969 INFO STEP 103 (remove_files) COMPLETE |
4297 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:26.969 INFO O| Aug 29 15:12:26.969 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4298 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:26.987 INFO O| Aug 29 15:12:26.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4299 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:26.987 INFO O| Aug 29 15:12:26.987 INFO STEP 104 (remove_files) COMPLETE |
4300 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:26.987 INFO O| Aug 29 15:12:26.987 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4301 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.005 INFO O| Aug 29 15:12:27.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4302 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.012 INFO O| Aug 29 15:12:27.012 INFO STEP 105 (remove_files) COMPLETE |
4303 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.012 INFO O| Aug 29 15:12:27.012 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4304 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.030 INFO O| Aug 29 15:12:27.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4305 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.030 INFO O| Aug 29 15:12:27.030 INFO STEP 106 (remove_files) COMPLETE |
4306 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.030 INFO O| Aug 29 15:12:27.030 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4307 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.057 INFO O| Aug 29 15:12:27.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4308 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.057 INFO O| Aug 29 15:12:27.057 INFO STEP 107 (remove_files) COMPLETE |
4309 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.057 INFO O| Aug 29 15:12:27.057 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4310 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.080 INFO O| Aug 29 15:12:27.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4311 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.081 INFO O| Aug 29 15:12:27.081 INFO STEP 108 (remove_files) COMPLETE |
4312 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.081 INFO O| Aug 29 15:12:27.081 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.101 INFO O| Aug 29 15:12:27.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4314 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.108 INFO O| Aug 29 15:12:27.108 INFO STEP 109 (remove_files) COMPLETE |
4315 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.108 INFO O| Aug 29 15:12:27.108 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.127 INFO O| Aug 29 15:12:27.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4317 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.127 INFO O| Aug 29 15:12:27.127 INFO STEP 110 (remove_files) COMPLETE |
4318 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.127 INFO O| Aug 29 15:12:27.127 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.144 INFO O| Aug 29 15:12:27.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4320 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.145 INFO O| Aug 29 15:12:27.145 INFO STEP 111 (remove_files) COMPLETE |
4321 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.145 INFO O| Aug 29 15:12:27.145 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.162 INFO O| Aug 29 15:12:27.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4323 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.163 INFO O| Aug 29 15:12:27.162 INFO STEP 112 (remove_files) COMPLETE |
4324 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.163 INFO O| Aug 29 15:12:27.163 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.181 INFO O| Aug 29 15:12:27.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4326 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.181 INFO O| Aug 29 15:12:27.181 INFO STEP 113 (remove_files) COMPLETE |
4327 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.181 INFO O| Aug 29 15:12:27.181 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.209 INFO O| Aug 29 15:12:27.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4329 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.209 INFO O| Aug 29 15:12:27.209 INFO STEP 114 (remove_files) COMPLETE |
4330 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.209 INFO O| Aug 29 15:12:27.209 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.230 INFO O| Aug 29 15:12:27.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4332 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.230 INFO O| Aug 29 15:12:27.230 INFO STEP 115 (remove_files) COMPLETE |
4333 | 2024-08-29T15:12:28.999Z | [ recovery-image] Aug 29 15:12:27.230 INFO O| Aug 29 15:12:27.230 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-08-29T15:12:29.000Z | [ recovery-image] Aug 29 15:12:27.279 INFO O| Aug 29 15:12:27.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4335 | 2024-08-29T15:12:29.000Z | [ recovery-image] Aug 29 15:12:27.279 INFO O| Aug 29 15:12:27.279 INFO STEP 116 (remove_files) COMPLETE |
4336 | 2024-08-29T15:12:29.000Z | [ recovery-image] Aug 29 15:12:27.279 INFO O| Aug 29 15:12:27.279 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-08-29T15:12:29.000Z | [ recovery-image] Aug 29 15:12:27.316 INFO O| Aug 29 15:12:27.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4338 | 2024-08-29T15:12:29.003Z | [ recovery-image] Aug 29 15:12:27.317 INFO O| Aug 29 15:12:27.317 INFO STEP 117 (remove_files) COMPLETE |
4339 | 2024-08-29T15:12:29.003Z | [ recovery-image] Aug 29 15:12:27.317 INFO O| Aug 29 15:12:27.317 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-08-29T15:12:29.005Z | [ recovery-image] Aug 29 15:12:27.339 INFO O| Aug 29 15:12:27.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4341 | 2024-08-29T15:12:29.030Z | [ recovery-image] Aug 29 15:12:27.363 INFO O| Aug 29 15:12:27.363 INFO STEP 118 (remove_files) COMPLETE |
4342 | 2024-08-29T15:12:29.030Z | [ recovery-image] Aug 29 15:12:27.363 INFO O| Aug 29 15:12:27.363 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-08-29T15:12:29.082Z | [ recovery-image] Aug 29 15:12:27.415 INFO O| Aug 29 15:12:27.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4344 | 2024-08-29T15:12:29.082Z | [ recovery-image] Aug 29 15:12:27.415 INFO O| Aug 29 15:12:27.415 INFO STEP 119 (remove_files) COMPLETE |
4345 | 2024-08-29T15:12:29.084Z | [ recovery-image] Aug 29 15:12:27.415 INFO O| Aug 29 15:12:27.415 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-08-29T15:12:29.110Z | [ recovery-image] Aug 29 15:12:27.443 INFO O| Aug 29 15:12:27.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4347 | 2024-08-29T15:12:29.110Z | [ recovery-image] Aug 29 15:12:27.443 INFO O| Aug 29 15:12:27.443 INFO STEP 120 (remove_files) COMPLETE |
4348 | 2024-08-29T15:12:29.110Z | [ recovery-image] Aug 29 15:12:27.443 INFO O| Aug 29 15:12:27.443 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-08-29T15:12:29.131Z | [ recovery-image] Aug 29 15:12:27.464 INFO O| Aug 29 15:12:27.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4350 | 2024-08-29T15:12:29.131Z | [ recovery-image] Aug 29 15:12:27.464 INFO O| Aug 29 15:12:27.464 INFO STEP 121 (remove_files) COMPLETE |
4351 | 2024-08-29T15:12:29.131Z | [ recovery-image] Aug 29 15:12:27.464 INFO O| Aug 29 15:12:27.464 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-08-29T15:12:29.151Z | [ recovery-image] Aug 29 15:12:27.483 INFO O| Aug 29 15:12:27.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4353 | 2024-08-29T15:12:29.151Z | [ recovery-image] Aug 29 15:12:27.483 INFO O| Aug 29 15:12:27.483 INFO STEP 122 (remove_files) COMPLETE |
4354 | 2024-08-29T15:12:29.154Z | [ recovery-image] Aug 29 15:12:27.483 INFO O| Aug 29 15:12:27.483 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-08-29T15:12:29.255Z | [ recovery-image] Aug 29 15:12:27.540 INFO O| Aug 29 15:12:27.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4356 | 2024-08-29T15:12:29.255Z | [ recovery-image] Aug 29 15:12:27.540 INFO O| Aug 29 15:12:27.540 INFO STEP 123 (remove_files) COMPLETE |
4357 | 2024-08-29T15:12:29.255Z | [ recovery-image] Aug 29 15:12:27.540 INFO O| Aug 29 15:12:27.540 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-08-29T15:12:29.255Z | [ recovery-image] Aug 29 15:12:27.563 INFO O| Aug 29 15:12:27.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4359 | 2024-08-29T15:12:29.255Z | [ recovery-image] Aug 29 15:12:27.563 INFO O| Aug 29 15:12:27.563 INFO STEP 124 (remove_files) COMPLETE |
4360 | 2024-08-29T15:12:29.255Z | [ recovery-image] Aug 29 15:12:27.563 INFO O| Aug 29 15:12:27.563 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-08-29T15:12:29.255Z | [ recovery-image] Aug 29 15:12:27.584 INFO O| Aug 29 15:12:27.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4362 | 2024-08-29T15:12:29.255Z | [ recovery-image] Aug 29 15:12:27.584 INFO O| Aug 29 15:12:27.584 INFO STEP 125 (remove_files) COMPLETE |
4363 | 2024-08-29T15:12:29.255Z | [ recovery-image] Aug 29 15:12:27.584 INFO O| Aug 29 15:12:27.584 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-08-29T15:12:29.269Z | [ recovery-image] Aug 29 15:12:27.602 INFO O| Aug 29 15:12:27.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4365 | 2024-08-29T15:12:29.269Z | [ recovery-image] Aug 29 15:12:27.603 INFO O| Aug 29 15:12:27.602 INFO STEP 126 (remove_files) COMPLETE |
4366 | 2024-08-29T15:12:29.272Z | [ recovery-image] Aug 29 15:12:27.603 INFO O| Aug 29 15:12:27.602 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-08-29T15:12:29.288Z | [ recovery-image] Aug 29 15:12:27.621 INFO O| Aug 29 15:12:27.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4368 | 2024-08-29T15:12:29.288Z | [ recovery-image] Aug 29 15:12:27.621 INFO O| Aug 29 15:12:27.621 INFO STEP 127 (remove_files) COMPLETE |
4369 | 2024-08-29T15:12:29.291Z | [ recovery-image] Aug 29 15:12:27.622 INFO O| Aug 29 15:12:27.621 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-08-29T15:12:29.305Z | [ recovery-image] Aug 29 15:12:27.639 INFO O| Aug 29 15:12:27.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4371 | 2024-08-29T15:12:29.306Z | [ recovery-image] Aug 29 15:12:27.639 INFO O| Aug 29 15:12:27.639 INFO STEP 128 (remove_files) COMPLETE |
4372 | 2024-08-29T15:12:29.308Z | [ recovery-image] Aug 29 15:12:27.639 INFO O| Aug 29 15:12:27.639 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-08-29T15:12:29.323Z | [ recovery-image] Aug 29 15:12:27.656 INFO O| Aug 29 15:12:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4374 | 2024-08-29T15:12:29.323Z | [ recovery-image] Aug 29 15:12:27.656 INFO O| Aug 29 15:12:27.656 INFO STEP 129 (remove_files) COMPLETE |
4375 | 2024-08-29T15:12:29.325Z | [ recovery-image] Aug 29 15:12:27.656 INFO O| Aug 29 15:12:27.656 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-08-29T15:12:29.341Z | [ recovery-image] Aug 29 15:12:27.674 INFO O| Aug 29 15:12:27.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4377 | 2024-08-29T15:12:29.341Z | [ recovery-image] Aug 29 15:12:27.674 INFO O| Aug 29 15:12:27.674 INFO STEP 130 (remove_files) COMPLETE |
4378 | 2024-08-29T15:12:29.341Z | [ recovery-image] Aug 29 15:12:27.674 INFO O| Aug 29 15:12:27.674 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-08-29T15:12:29.363Z | [ recovery-image] Aug 29 15:12:27.696 INFO O| Aug 29 15:12:27.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4380 | 2024-08-29T15:12:29.363Z | [ recovery-image] Aug 29 15:12:27.696 INFO O| Aug 29 15:12:27.696 INFO STEP 131 (remove_files) COMPLETE |
4381 | 2024-08-29T15:12:29.363Z | [ recovery-image] Aug 29 15:12:27.696 INFO O| Aug 29 15:12:27.696 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-08-29T15:12:29.404Z | [ recovery-image] Aug 29 15:12:27.737 INFO O| Aug 29 15:12:27.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4383 | 2024-08-29T15:12:29.406Z | [ recovery-image] Aug 29 15:12:27.737 INFO O| Aug 29 15:12:27.737 INFO STEP 132 (remove_files) COMPLETE |
4384 | 2024-08-29T15:12:29.406Z | [ recovery-image] Aug 29 15:12:27.737 INFO O| Aug 29 15:12:27.737 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-08-29T15:12:29.422Z | [ recovery-image] Aug 29 15:12:27.755 INFO O| Aug 29 15:12:27.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4386 | 2024-08-29T15:12:29.422Z | [ recovery-image] Aug 29 15:12:27.756 INFO O| Aug 29 15:12:27.755 INFO STEP 133 (remove_files) COMPLETE |
4387 | 2024-08-29T15:12:29.425Z | [ recovery-image] Aug 29 15:12:27.756 INFO O| Aug 29 15:12:27.756 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-08-29T15:12:29.439Z | [ recovery-image] Aug 29 15:12:27.773 INFO O| Aug 29 15:12:27.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4389 | 2024-08-29T15:12:29.442Z | [ recovery-image] Aug 29 15:12:27.773 INFO O| Aug 29 15:12:27.773 INFO STEP 134 (remove_files) COMPLETE |
4390 | 2024-08-29T15:12:29.442Z | [ recovery-image] Aug 29 15:12:27.773 INFO O| Aug 29 15:12:27.773 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-08-29T15:12:29.467Z | [ recovery-image] Aug 29 15:12:27.800 INFO O| Aug 29 15:12:27.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4392 | 2024-08-29T15:12:29.467Z | [ recovery-image] Aug 29 15:12:27.800 INFO O| Aug 29 15:12:27.800 INFO STEP 135 (remove_files) COMPLETE |
4393 | 2024-08-29T15:12:29.469Z | [ recovery-image] Aug 29 15:12:27.800 INFO O| Aug 29 15:12:27.800 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-08-29T15:12:29.485Z | [ recovery-image] Aug 29 15:12:27.818 INFO O| Aug 29 15:12:27.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4395 | 2024-08-29T15:12:29.485Z | [ recovery-image] Aug 29 15:12:27.819 INFO O| Aug 29 15:12:27.818 INFO STEP 136 (remove_files) COMPLETE |
4396 | 2024-08-29T15:12:29.485Z | [ recovery-image] Aug 29 15:12:27.819 INFO O| Aug 29 15:12:27.818 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-08-29T15:12:29.516Z | [ recovery-image] Aug 29 15:12:27.849 INFO O| Aug 29 15:12:27.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4398 | 2024-08-29T15:12:29.516Z | [ recovery-image] Aug 29 15:12:27.849 INFO O| Aug 29 15:12:27.849 INFO STEP 137 (remove_files) COMPLETE |
4399 | 2024-08-29T15:12:29.519Z | [ recovery-image] Aug 29 15:12:27.849 INFO O| Aug 29 15:12:27.849 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-08-29T15:12:29.539Z | [ recovery-image] Aug 29 15:12:27.872 INFO O| Aug 29 15:12:27.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4401 | 2024-08-29T15:12:29.539Z | [ recovery-image] Aug 29 15:12:27.872 INFO O| Aug 29 15:12:27.872 INFO STEP 138 (remove_files) COMPLETE |
4402 | 2024-08-29T15:12:29.541Z | [ recovery-image] Aug 29 15:12:27.872 INFO O| Aug 29 15:12:27.872 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-08-29T15:12:29.558Z | [ recovery-image] Aug 29 15:12:27.891 INFO O| Aug 29 15:12:27.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4404 | 2024-08-29T15:12:29.558Z | [ recovery-image] Aug 29 15:12:27.891 INFO O| Aug 29 15:12:27.891 INFO STEP 139 (remove_files) COMPLETE |
4405 | 2024-08-29T15:12:29.567Z | [ recovery-image] Aug 29 15:12:27.891 INFO O| Aug 29 15:12:27.891 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-08-29T15:12:29.576Z | [ recovery-image] Aug 29 15:12:27.909 INFO O| Aug 29 15:12:27.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4407 | 2024-08-29T15:12:29.578Z | [ recovery-image] Aug 29 15:12:27.909 INFO O| Aug 29 15:12:27.909 INFO STEP 140 (remove_files) COMPLETE |
4408 | 2024-08-29T15:12:29.578Z | [ recovery-image] Aug 29 15:12:27.909 INFO O| Aug 29 15:12:27.909 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-08-29T15:12:29.612Z | [ recovery-image] Aug 29 15:12:27.945 INFO O| Aug 29 15:12:27.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4410 | 2024-08-29T15:12:29.614Z | [ recovery-image] Aug 29 15:12:27.945 INFO O| Aug 29 15:12:27.945 INFO STEP 141 (remove_files) COMPLETE |
4411 | 2024-08-29T15:12:29.614Z | [ recovery-image] Aug 29 15:12:27.945 INFO O| Aug 29 15:12:27.945 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-08-29T15:12:29.630Z | [ recovery-image] Aug 29 15:12:27.964 INFO O| Aug 29 15:12:27.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4413 | 2024-08-29T15:12:29.633Z | [ recovery-image] Aug 29 15:12:27.964 INFO O| Aug 29 15:12:27.964 INFO STEP 142 (remove_files) COMPLETE |
4414 | 2024-08-29T15:12:29.633Z | [ recovery-image] Aug 29 15:12:27.964 INFO O| Aug 29 15:12:27.964 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-08-29T15:12:29.649Z | [ recovery-image] Aug 29 15:12:27.982 INFO O| Aug 29 15:12:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4416 | 2024-08-29T15:12:29.649Z | [ recovery-image] Aug 29 15:12:27.982 INFO O| Aug 29 15:12:27.982 INFO STEP 143 (remove_files) COMPLETE |
4417 | 2024-08-29T15:12:29.652Z | [ recovery-image] Aug 29 15:12:27.983 INFO O| Aug 29 15:12:27.982 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-08-29T15:12:29.667Z | [ recovery-image] Aug 29 15:12:28.000 INFO O| Aug 29 15:12:28.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4419 | 2024-08-29T15:12:29.668Z | [ recovery-image] Aug 29 15:12:28.000 INFO O| Aug 29 15:12:28.000 INFO STEP 144 (remove_files) COMPLETE |
4420 | 2024-08-29T15:12:29.672Z | [ recovery-image] Aug 29 15:12:28.000 INFO O| Aug 29 15:12:28.000 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-08-29T15:12:29.689Z | [ recovery-image] Aug 29 15:12:28.022 INFO O| Aug 29 15:12:28.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4422 | 2024-08-29T15:12:29.691Z | [ recovery-image] Aug 29 15:12:28.022 INFO O| Aug 29 15:12:28.022 INFO STEP 145 (remove_files) COMPLETE |
4423 | 2024-08-29T15:12:29.691Z | [ recovery-image] Aug 29 15:12:28.022 INFO O| Aug 29 15:12:28.022 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-08-29T15:12:29.722Z | [ recovery-image] Aug 29 15:12:28.054 INFO O| Aug 29 15:12:28.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4425 | 2024-08-29T15:12:29.722Z | [ recovery-image] Aug 29 15:12:28.054 INFO O| Aug 29 15:12:28.054 INFO STEP 146 (remove_files) COMPLETE |
4426 | 2024-08-29T15:12:29.722Z | [ recovery-image] Aug 29 15:12:28.054 INFO O| Aug 29 15:12:28.054 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-08-29T15:12:29.761Z | [ recovery-image] Aug 29 15:12:28.094 INFO O| Aug 29 15:12:28.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4428 | 2024-08-29T15:12:29.785Z | [ recovery-image] Aug 29 15:12:28.118 INFO O| Aug 29 15:12:28.118 INFO STEP 147 (remove_files) COMPLETE |
4429 | 2024-08-29T15:12:29.785Z | [ recovery-image] Aug 29 15:12:28.118 INFO O| Aug 29 15:12:28.118 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-08-29T15:12:29.804Z | [ recovery-image] Aug 29 15:12:28.137 INFO O| Aug 29 15:12:28.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4431 | 2024-08-29T15:12:29.804Z | [ recovery-image] Aug 29 15:12:28.137 INFO O| Aug 29 15:12:28.137 INFO STEP 148 (remove_files) COMPLETE |
4432 | 2024-08-29T15:12:29.804Z | [ recovery-image] Aug 29 15:12:28.137 INFO O| Aug 29 15:12:28.137 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-08-29T15:12:29.837Z | [ recovery-image] Aug 29 15:12:28.170 INFO O| Aug 29 15:12:28.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4434 | 2024-08-29T15:12:29.837Z | [ recovery-image] Aug 29 15:12:28.170 INFO O| Aug 29 15:12:28.170 INFO STEP 149 (remove_files) COMPLETE |
4435 | 2024-08-29T15:12:29.837Z | [ recovery-image] Aug 29 15:12:28.170 INFO O| Aug 29 15:12:28.170 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-08-29T15:12:29.856Z | [ recovery-image] Aug 29 15:12:28.190 INFO O| Aug 29 15:12:28.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4437 | 2024-08-29T15:12:29.856Z | [ recovery-image] Aug 29 15:12:28.190 INFO O| Aug 29 15:12:28.190 INFO STEP 150 (remove_files) COMPLETE |
4438 | 2024-08-29T15:12:29.859Z | [ recovery-image] Aug 29 15:12:28.190 INFO O| Aug 29 15:12:28.190 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-08-29T15:12:29.894Z | [ recovery-image] Aug 29 15:12:28.227 INFO O| Aug 29 15:12:28.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4440 | 2024-08-29T15:12:29.920Z | [ recovery-image] Aug 29 15:12:28.253 INFO O| Aug 29 15:12:28.253 INFO STEP 151 (remove_files) COMPLETE |
4441 | 2024-08-29T15:12:29.920Z | [ recovery-image] Aug 29 15:12:28.253 INFO O| Aug 29 15:12:28.253 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-08-29T15:12:29.977Z | [ recovery-image] Aug 29 15:12:28.310 INFO O| Aug 29 15:12:28.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4443 | 2024-08-29T15:12:29.977Z | [ recovery-image] Aug 29 15:12:28.310 INFO O| Aug 29 15:12:28.310 INFO STEP 152 (remove_files) COMPLETE |
4444 | 2024-08-29T15:12:29.977Z | [ recovery-image] Aug 29 15:12:28.310 INFO O| Aug 29 15:12:28.310 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-08-29T15:12:30.041Z | [ recovery-image] Aug 29 15:12:28.373 INFO O| Aug 29 15:12:28.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4446 | 2024-08-29T15:12:30.043Z | [ recovery-image] Aug 29 15:12:28.374 INFO O| Aug 29 15:12:28.374 INFO STEP 153 (remove_files) COMPLETE |
4447 | 2024-08-29T15:12:30.043Z | [ recovery-image] Aug 29 15:12:28.374 INFO O| Aug 29 15:12:28.374 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-08-29T15:12:30.066Z | [ recovery-image] Aug 29 15:12:28.399 INFO O| Aug 29 15:12:28.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4449 | 2024-08-29T15:12:30.066Z | [ recovery-image] Aug 29 15:12:28.399 INFO O| Aug 29 15:12:28.399 INFO STEP 154 (remove_files) COMPLETE |
4450 | 2024-08-29T15:12:30.066Z | [ recovery-image] Aug 29 15:12:28.399 INFO O| Aug 29 15:12:28.399 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-08-29T15:12:30.100Z | [ recovery-image] Aug 29 15:12:28.433 INFO O| Aug 29 15:12:28.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4452 | 2024-08-29T15:12:30.100Z | [ recovery-image] Aug 29 15:12:28.433 INFO O| Aug 29 15:12:28.433 INFO STEP 155 (remove_files) COMPLETE |
4453 | 2024-08-29T15:12:30.100Z | [ recovery-image] Aug 29 15:12:28.433 INFO O| Aug 29 15:12:28.433 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-08-29T15:12:30.157Z | [ recovery-image] Aug 29 15:12:28.489 INFO O| Aug 29 15:12:28.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4455 | 2024-08-29T15:12:30.157Z | [ recovery-image] Aug 29 15:12:28.489 INFO O| Aug 29 15:12:28.489 INFO STEP 156 (remove_files) COMPLETE |
4456 | 2024-08-29T15:12:30.157Z | [ recovery-image] Aug 29 15:12:28.489 INFO O| Aug 29 15:12:28.489 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-08-29T15:12:30.189Z | [ recovery-image] Aug 29 15:12:28.522 INFO O| Aug 29 15:12:28.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4458 | 2024-08-29T15:12:30.189Z | [ recovery-image] Aug 29 15:12:28.522 INFO O| Aug 29 15:12:28.522 INFO STEP 157 (remove_files) COMPLETE |
4459 | 2024-08-29T15:12:30.192Z | [ recovery-image] Aug 29 15:12:28.522 INFO O| Aug 29 15:12:28.522 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-08-29T15:12:30.207Z | [ recovery-image] Aug 29 15:12:28.540 INFO O| Aug 29 15:12:28.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4461 | 2024-08-29T15:12:30.207Z | [ recovery-image] Aug 29 15:12:28.540 INFO O| Aug 29 15:12:28.540 INFO STEP 158 (remove_files) COMPLETE |
4462 | 2024-08-29T15:12:30.207Z | [ recovery-image] Aug 29 15:12:28.540 INFO O| Aug 29 15:12:28.540 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-08-29T15:12:30.224Z | [ recovery-image] Aug 29 15:12:28.557 INFO O| Aug 29 15:12:28.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4464 | 2024-08-29T15:12:30.224Z | [ recovery-image] Aug 29 15:12:28.557 INFO O| Aug 29 15:12:28.557 INFO STEP 159 (remove_files) COMPLETE |
4465 | 2024-08-29T15:12:30.224Z | [ recovery-image] Aug 29 15:12:28.557 INFO O| Aug 29 15:12:28.557 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-08-29T15:12:30.256Z | [ recovery-image] Aug 29 15:12:28.589 INFO O| Aug 29 15:12:28.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4467 | 2024-08-29T15:12:30.256Z | [ recovery-image] Aug 29 15:12:28.589 INFO O| Aug 29 15:12:28.589 INFO STEP 160 (remove_files) COMPLETE |
4468 | 2024-08-29T15:12:30.256Z | [ recovery-image] Aug 29 15:12:28.589 INFO O| Aug 29 15:12:28.589 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-08-29T15:12:30.294Z | [ recovery-image] Aug 29 15:12:28.627 INFO O| Aug 29 15:12:28.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4470 | 2024-08-29T15:12:30.294Z | [ recovery-image] Aug 29 15:12:28.627 INFO O| Aug 29 15:12:28.627 INFO STEP 161 (remove_files) COMPLETE |
4471 | 2024-08-29T15:12:30.297Z | [ recovery-image] Aug 29 15:12:28.628 INFO O| Aug 29 15:12:28.627 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-08-29T15:12:30.349Z | [ recovery-image] Aug 29 15:12:28.682 INFO O| Aug 29 15:12:28.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4473 | 2024-08-29T15:12:30.349Z | [ recovery-image] Aug 29 15:12:28.682 INFO O| Aug 29 15:12:28.682 INFO STEP 162 (remove_files) COMPLETE |
4474 | 2024-08-29T15:12:30.349Z | [ recovery-image] Aug 29 15:12:28.682 INFO O| Aug 29 15:12:28.682 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-08-29T15:12:30.376Z | [ recovery-image] Aug 29 15:12:28.709 INFO O| Aug 29 15:12:28.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4476 | 2024-08-29T15:12:30.376Z | [ recovery-image] Aug 29 15:12:28.709 INFO O| Aug 29 15:12:28.709 INFO STEP 163 (remove_files) COMPLETE |
4477 | 2024-08-29T15:12:30.379Z | [ recovery-image] Aug 29 15:12:28.709 INFO O| Aug 29 15:12:28.709 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-08-29T15:12:30.433Z | [ recovery-image] Aug 29 15:12:28.766 INFO O| Aug 29 15:12:28.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4479 | 2024-08-29T15:12:30.433Z | [ recovery-image] Aug 29 15:12:28.766 INFO O| Aug 29 15:12:28.766 INFO STEP 164 (remove_files) COMPLETE |
4480 | 2024-08-29T15:12:30.436Z | [ recovery-image] Aug 29 15:12:28.766 INFO O| Aug 29 15:12:28.766 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-08-29T15:12:30.470Z | [ recovery-image] Aug 29 15:12:28.803 INFO O| Aug 29 15:12:28.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4482 | 2024-08-29T15:12:30.470Z | [ recovery-image] Aug 29 15:12:28.803 INFO O| Aug 29 15:12:28.803 INFO STEP 165 (remove_files) COMPLETE |
4483 | 2024-08-29T15:12:30.470Z | [ recovery-image] Aug 29 15:12:28.803 INFO O| Aug 29 15:12:28.803 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-08-29T15:12:30.484Z | [ host-image] Aug 29 15:12:28.817 INFO O| Aug 29 15:12:28.817 INFO O| Done |
4485 | 2024-08-29T15:12:30.490Z | [ recovery-image] Aug 29 15:12:28.823 INFO O| Aug 29 15:12:28.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4486 | 2024-08-29T15:12:30.510Z | [ recovery-image] Aug 29 15:12:28.843 INFO O| Aug 29 15:12:28.843 INFO STEP 166 (remove_files) COMPLETE |
4487 | 2024-08-29T15:12:30.510Z | [ recovery-image] Aug 29 15:12:28.843 INFO O| Aug 29 15:12:28.843 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2024-08-29T15:12:30.530Z | [ recovery-image] Aug 29 15:12:28.863 INFO O| Aug 29 15:12:28.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4489 | 2024-08-29T15:12:30.530Z | [ recovery-image] Aug 29 15:12:28.863 INFO O| Aug 29 15:12:28.863 INFO STEP 167 (remove_files) COMPLETE |
4490 | 2024-08-29T15:12:30.532Z | [ recovery-image] Aug 29 15:12:28.863 INFO O| Aug 29 15:12:28.863 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4491 | 2024-08-29T15:12:30.549Z | [ host-image] Aug 29 15:12:28.882 INFO O| Aug 29 15:12:28.882 INFO O| Done |
4492 | 2024-08-29T15:12:30.552Z | [ host-image] Aug 29 15:12:28.882 INFO O| Aug 29 15:12:28.882 INFO O| Done |
4493 | 2024-08-29T15:12:30.564Z | [ recovery-image] Aug 29 15:12:28.897 INFO O| Aug 29 15:12:28.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4494 | 2024-08-29T15:12:30.564Z | [ recovery-image] Aug 29 15:12:28.897 INFO O| Aug 29 15:12:28.897 INFO STEP 168 (remove_files) COMPLETE |
4495 | 2024-08-29T15:12:30.566Z | [ recovery-image] Aug 29 15:12:28.897 INFO O| Aug 29 15:12:28.897 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-08-29T15:12:30.573Z | [ host-image] Aug 29 15:12:28.906 INFO O| Aug 29 15:12:28.906 INFO O| Done |
4497 | 2024-08-29T15:12:30.584Z | [ recovery-image] Aug 29 15:12:28.917 INFO O| Aug 29 15:12:28.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4498 | 2024-08-29T15:12:30.584Z | [ recovery-image] Aug 29 15:12:28.917 INFO O| Aug 29 15:12:28.917 INFO STEP 169 (remove_files) COMPLETE |
4499 | 2024-08-29T15:12:30.584Z | [ recovery-image] Aug 29 15:12:28.917 INFO O| Aug 29 15:12:28.917 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-08-29T15:12:30.602Z | [ recovery-image] Aug 29 15:12:28.935 INFO O| Aug 29 15:12:28.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4501 | 2024-08-29T15:12:30.602Z | [ recovery-image] Aug 29 15:12:28.935 INFO O| Aug 29 15:12:28.935 INFO STEP 170 (remove_files) COMPLETE |
4502 | 2024-08-29T15:12:30.603Z | [ recovery-image] Aug 29 15:12:28.935 INFO O| Aug 29 15:12:28.935 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-08-29T15:12:30.620Z | [ recovery-image] Aug 29 15:12:28.953 INFO O| Aug 29 15:12:28.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4504 | 2024-08-29T15:12:30.620Z | [ recovery-image] Aug 29 15:12:28.953 INFO O| Aug 29 15:12:28.953 INFO STEP 171 (remove_files) COMPLETE |
4505 | 2024-08-29T15:12:30.623Z | [ recovery-image] Aug 29 15:12:28.953 INFO O| Aug 29 15:12:28.953 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-08-29T15:12:30.637Z | [ recovery-image] Aug 29 15:12:28.970 INFO O| Aug 29 15:12:28.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4507 | 2024-08-29T15:12:30.638Z | [ recovery-image] Aug 29 15:12:28.970 INFO O| Aug 29 15:12:28.970 INFO STEP 172 (remove_files) COMPLETE |
4508 | 2024-08-29T15:12:30.638Z | [ recovery-image] Aug 29 15:12:28.970 INFO O| Aug 29 15:12:28.970 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-08-29T15:12:30.655Z | [ recovery-image] Aug 29 15:12:28.988 INFO O| Aug 29 15:12:28.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4510 | 2024-08-29T15:12:30.655Z | [ recovery-image] Aug 29 15:12:28.988 INFO O| Aug 29 15:12:28.988 INFO STEP 173 (remove_files) COMPLETE |
4511 | 2024-08-29T15:12:30.655Z | [ recovery-image] Aug 29 15:12:28.988 INFO O| Aug 29 15:12:28.988 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-08-29T15:12:30.674Z | [ recovery-image] Aug 29 15:12:29.007 INFO O| Aug 29 15:12:29.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4513 | 2024-08-29T15:12:30.674Z | [ recovery-image] Aug 29 15:12:29.007 INFO O| Aug 29 15:12:29.007 INFO STEP 174 (remove_files) COMPLETE |
4514 | 2024-08-29T15:12:30.674Z | [ recovery-image] Aug 29 15:12:29.007 INFO O| Aug 29 15:12:29.007 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-08-29T15:12:30.692Z | [ recovery-image] Aug 29 15:12:29.025 INFO O| Aug 29 15:12:29.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4516 | 2024-08-29T15:12:30.692Z | [ recovery-image] Aug 29 15:12:29.025 INFO O| Aug 29 15:12:29.025 INFO STEP 175 (remove_files) COMPLETE |
4517 | 2024-08-29T15:12:30.694Z | [ recovery-image] Aug 29 15:12:29.025 INFO O| Aug 29 15:12:29.025 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-08-29T15:12:30.750Z | [ recovery-image] Aug 29 15:12:29.083 INFO O| Aug 29 15:12:29.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4519 | 2024-08-29T15:12:30.753Z | [ recovery-image] Aug 29 15:12:29.083 INFO O| Aug 29 15:12:29.083 INFO STEP 176 (remove_files) COMPLETE |
4520 | 2024-08-29T15:12:30.753Z | [ recovery-image] Aug 29 15:12:29.083 INFO O| Aug 29 15:12:29.083 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-08-29T15:12:30.806Z | [ recovery-image] Aug 29 15:12:29.138 INFO O| Aug 29 15:12:29.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4522 | 2024-08-29T15:12:30.806Z | [ recovery-image] Aug 29 15:12:29.138 INFO O| Aug 29 15:12:29.138 INFO STEP 177 (remove_files) COMPLETE |
4523 | 2024-08-29T15:12:30.806Z | [ recovery-image] Aug 29 15:12:29.138 INFO O| Aug 29 15:12:29.138 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-08-29T15:12:30.840Z | [ host-image] Aug 29 15:12:29.173 INFO O| Aug 29 15:12:29.173 INFO STEP 12 (pkg_install) COMPLETE |
4525 | 2024-08-29T15:12:30.840Z | [ host-image] Aug 29 15:12:29.173 INFO O| Aug 29 15:12:29.173 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4526 | 2024-08-29T15:12:30.845Z | [ recovery-image] Aug 29 15:12:29.178 INFO O| Aug 29 15:12:29.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4527 | 2024-08-29T15:12:30.845Z | [ recovery-image] Aug 29 15:12:29.178 INFO O| Aug 29 15:12:29.178 INFO STEP 178 (remove_files) COMPLETE |
4528 | 2024-08-29T15:12:30.848Z | [ recovery-image] Aug 29 15:12:29.178 INFO O| Aug 29 15:12:29.178 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-08-29T15:12:30.857Z | [ host-image] Aug 29 15:12:29.189 INFO O| Aug 29 15:12:29.189 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4530 | 2024-08-29T15:12:30.903Z | [ recovery-image] Aug 29 15:12:29.236 INFO O| Aug 29 15:12:29.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4531 | 2024-08-29T15:12:30.903Z | [ recovery-image] Aug 29 15:12:29.236 INFO O| Aug 29 15:12:29.236 INFO STEP 179 (remove_files) COMPLETE |
4532 | 2024-08-29T15:12:30.906Z | [ recovery-image] Aug 29 15:12:29.236 INFO O| Aug 29 15:12:29.236 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-08-29T15:12:30.922Z | [ recovery-image] Aug 29 15:12:29.255 INFO O| Aug 29 15:12:29.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4534 | 2024-08-29T15:12:30.922Z | [ recovery-image] Aug 29 15:12:29.255 INFO O| Aug 29 15:12:29.255 INFO STEP 180 (remove_files) COMPLETE |
4535 | 2024-08-29T15:12:30.922Z | [ recovery-image] Aug 29 15:12:29.255 INFO O| Aug 29 15:12:29.255 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-08-29T15:12:30.961Z | [ recovery-image] Aug 29 15:12:29.293 INFO O| Aug 29 15:12:29.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4537 | 2024-08-29T15:12:30.961Z | [ recovery-image] Aug 29 15:12:29.294 INFO O| Aug 29 15:12:29.294 INFO STEP 181 (remove_files) COMPLETE |
4538 | 2024-08-29T15:12:30.961Z | [ recovery-image] Aug 29 15:12:29.294 INFO O| Aug 29 15:12:29.294 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-08-29T15:12:30.982Z | [ recovery-image] Aug 29 15:12:29.314 INFO O| Aug 29 15:12:29.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4540 | 2024-08-29T15:12:30.982Z | [ recovery-image] Aug 29 15:12:29.314 INFO O| Aug 29 15:12:29.314 INFO STEP 182 (remove_files) COMPLETE |
4541 | 2024-08-29T15:12:30.982Z | [ recovery-image] Aug 29 15:12:29.314 INFO O| Aug 29 15:12:29.314 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-08-29T15:12:31.002Z | [ recovery-image] Aug 29 15:12:29.335 INFO O| Aug 29 15:12:29.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4543 | 2024-08-29T15:12:31.026Z | [ recovery-image] Aug 29 15:12:29.359 INFO O| Aug 29 15:12:29.359 INFO STEP 183 (remove_files) COMPLETE |
4544 | 2024-08-29T15:12:31.026Z | [ recovery-image] Aug 29 15:12:29.359 INFO O| Aug 29 15:12:29.359 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-08-29T15:12:31.077Z | [ recovery-image] Aug 29 15:12:29.410 INFO O| Aug 29 15:12:29.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4546 | 2024-08-29T15:12:31.077Z | [ recovery-image] Aug 29 15:12:29.410 INFO O| Aug 29 15:12:29.410 INFO STEP 184 (remove_files) COMPLETE |
4547 | 2024-08-29T15:12:31.077Z | [ recovery-image] Aug 29 15:12:29.410 INFO O| Aug 29 15:12:29.410 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-08-29T15:12:31.098Z | [ recovery-image] Aug 29 15:12:29.430 INFO O| Aug 29 15:12:29.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4549 | 2024-08-29T15:12:31.098Z | [ recovery-image] Aug 29 15:12:29.430 INFO O| Aug 29 15:12:29.430 INFO STEP 185 (remove_files) COMPLETE |
4550 | 2024-08-29T15:12:31.098Z | [ recovery-image] Aug 29 15:12:29.430 INFO O| Aug 29 15:12:29.430 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-08-29T15:12:31.156Z | [ recovery-image] Aug 29 15:12:29.488 INFO O| Aug 29 15:12:29.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4552 | 2024-08-29T15:12:31.156Z | [ recovery-image] Aug 29 15:12:29.488 INFO O| Aug 29 15:12:29.488 INFO STEP 186 (remove_files) COMPLETE |
4553 | 2024-08-29T15:12:31.156Z | [ recovery-image] Aug 29 15:12:29.488 INFO O| Aug 29 15:12:29.488 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-08-29T15:12:31.178Z | [ recovery-image] Aug 29 15:12:29.510 INFO O| Aug 29 15:12:29.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4555 | 2024-08-29T15:12:31.178Z | [ recovery-image] Aug 29 15:12:29.510 INFO O| Aug 29 15:12:29.510 INFO STEP 187 (remove_files) COMPLETE |
4556 | 2024-08-29T15:12:31.178Z | [ recovery-image] Aug 29 15:12:29.510 INFO O| Aug 29 15:12:29.510 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-08-29T15:12:31.213Z | [ recovery-image] Aug 29 15:12:29.546 INFO O| Aug 29 15:12:29.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4558 | 2024-08-29T15:12:31.213Z | [ recovery-image] Aug 29 15:12:29.546 INFO O| Aug 29 15:12:29.546 INFO STEP 188 (remove_files) COMPLETE |
4559 | 2024-08-29T15:12:31.213Z | [ recovery-image] Aug 29 15:12:29.546 INFO O| Aug 29 15:12:29.546 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-08-29T15:12:31.274Z | [ recovery-image] Aug 29 15:12:29.607 INFO O| Aug 29 15:12:29.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4561 | 2024-08-29T15:12:31.274Z | [ recovery-image] Aug 29 15:12:29.607 INFO O| Aug 29 15:12:29.607 INFO STEP 189 (remove_files) COMPLETE |
4562 | 2024-08-29T15:12:31.277Z | [ recovery-image] Aug 29 15:12:29.607 INFO O| Aug 29 15:12:29.607 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-08-29T15:12:31.291Z | [ recovery-image] Aug 29 15:12:29.624 INFO O| Aug 29 15:12:29.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4564 | 2024-08-29T15:12:31.298Z | [ recovery-image] Aug 29 15:12:29.631 INFO O| Aug 29 15:12:29.631 INFO STEP 190 (remove_files) COMPLETE |
4565 | 2024-08-29T15:12:31.298Z | [ recovery-image] Aug 29 15:12:29.631 INFO O| Aug 29 15:12:29.631 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-08-29T15:12:31.352Z | [ recovery-image] Aug 29 15:12:29.684 INFO O| Aug 29 15:12:29.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4567 | 2024-08-29T15:12:31.352Z | [ recovery-image] Aug 29 15:12:29.684 INFO O| Aug 29 15:12:29.684 INFO STEP 191 (remove_files) COMPLETE |
4568 | 2024-08-29T15:12:31.352Z | [ recovery-image] Aug 29 15:12:29.684 INFO O| Aug 29 15:12:29.684 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-08-29T15:12:31.398Z | [ recovery-image] Aug 29 15:12:29.730 INFO O| Aug 29 15:12:29.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4570 | 2024-08-29T15:12:31.398Z | [ recovery-image] Aug 29 15:12:29.730 INFO O| Aug 29 15:12:29.730 INFO STEP 192 (remove_files) COMPLETE |
4571 | 2024-08-29T15:12:31.398Z | [ recovery-image] Aug 29 15:12:29.730 INFO O| Aug 29 15:12:29.730 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-08-29T15:12:31.440Z | [ recovery-image] Aug 29 15:12:29.773 INFO O| Aug 29 15:12:29.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4573 | 2024-08-29T15:12:31.443Z | [ recovery-image] Aug 29 15:12:29.773 INFO O| Aug 29 15:12:29.773 INFO STEP 193 (remove_files) COMPLETE |
4574 | 2024-08-29T15:12:31.443Z | [ recovery-image] Aug 29 15:12:29.773 INFO O| Aug 29 15:12:29.773 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-08-29T15:12:31.531Z | [ recovery-image] Aug 29 15:12:29.864 INFO O| Aug 29 15:12:29.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4576 | 2024-08-29T15:12:31.531Z | [ recovery-image] Aug 29 15:12:29.864 INFO O| Aug 29 15:12:29.864 INFO STEP 194 (remove_files) COMPLETE |
4577 | 2024-08-29T15:12:31.534Z | [ recovery-image] Aug 29 15:12:29.864 INFO O| Aug 29 15:12:29.864 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-08-29T15:12:31.566Z | [ recovery-image] Aug 29 15:12:29.898 INFO O| Aug 29 15:12:29.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4579 | 2024-08-29T15:12:31.566Z | [ recovery-image] Aug 29 15:12:29.898 INFO O| Aug 29 15:12:29.898 INFO STEP 195 (remove_files) COMPLETE |
4580 | 2024-08-29T15:12:31.568Z | [ recovery-image] Aug 29 15:12:29.898 INFO O| Aug 29 15:12:29.898 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-08-29T15:12:31.648Z | [ recovery-image] Aug 29 15:12:29.980 INFO O| Aug 29 15:12:29.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4582 | 2024-08-29T15:12:31.648Z | [ recovery-image] Aug 29 15:12:29.980 INFO O| Aug 29 15:12:29.980 INFO STEP 196 (remove_files) COMPLETE |
4583 | 2024-08-29T15:12:31.648Z | [ recovery-image] Aug 29 15:12:29.980 INFO O| Aug 29 15:12:29.980 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-08-29T15:12:31.672Z | [ recovery-image] Aug 29 15:12:30.004 INFO O| Aug 29 15:12:30.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4585 | 2024-08-29T15:12:31.672Z | [ recovery-image] Aug 29 15:12:30.004 INFO O| Aug 29 15:12:30.004 INFO STEP 197 (remove_files) COMPLETE |
4586 | 2024-08-29T15:12:31.672Z | [ recovery-image] Aug 29 15:12:30.004 INFO O| Aug 29 15:12:30.004 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-08-29T15:12:31.698Z | [ recovery-image] Aug 29 15:12:30.030 INFO O| Aug 29 15:12:30.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4588 | 2024-08-29T15:12:31.698Z | [ recovery-image] Aug 29 15:12:30.031 INFO O| Aug 29 15:12:30.030 INFO STEP 198 (remove_files) COMPLETE |
4589 | 2024-08-29T15:12:31.701Z | [ recovery-image] Aug 29 15:12:30.031 INFO O| Aug 29 15:12:30.031 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-08-29T15:12:31.719Z | [ recovery-image] Aug 29 15:12:30.051 INFO O| Aug 29 15:12:30.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4591 | 2024-08-29T15:12:31.719Z | [ recovery-image] Aug 29 15:12:30.051 INFO O| Aug 29 15:12:30.051 INFO STEP 199 (remove_files) COMPLETE |
4592 | 2024-08-29T15:12:31.721Z | [ recovery-image] Aug 29 15:12:30.051 INFO O| Aug 29 15:12:30.051 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-08-29T15:12:31.767Z | [ recovery-image] Aug 29 15:12:30.099 INFO O| Aug 29 15:12:30.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4594 | 2024-08-29T15:12:31.767Z | [ recovery-image] Aug 29 15:12:30.099 INFO O| Aug 29 15:12:30.099 INFO STEP 200 (remove_files) COMPLETE |
4595 | 2024-08-29T15:12:31.767Z | [ recovery-image] Aug 29 15:12:30.099 INFO O| Aug 29 15:12:30.099 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-08-29T15:12:31.786Z | [ recovery-image] Aug 29 15:12:30.118 INFO O| Aug 29 15:12:30.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4597 | 2024-08-29T15:12:31.786Z | [ recovery-image] Aug 29 15:12:30.118 INFO O| Aug 29 15:12:30.118 INFO STEP 201 (remove_files) COMPLETE |
4598 | 2024-08-29T15:12:31.786Z | [ recovery-image] Aug 29 15:12:30.118 INFO O| Aug 29 15:12:30.118 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-08-29T15:12:31.805Z | [ recovery-image] Aug 29 15:12:30.138 INFO O| Aug 29 15:12:30.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4600 | 2024-08-29T15:12:31.805Z | [ recovery-image] Aug 29 15:12:30.138 INFO O| Aug 29 15:12:30.138 INFO STEP 202 (remove_files) COMPLETE |
4601 | 2024-08-29T15:12:31.805Z | [ recovery-image] Aug 29 15:12:30.138 INFO O| Aug 29 15:12:30.138 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-08-29T15:12:31.828Z | [ recovery-image] Aug 29 15:12:30.160 INFO O| Aug 29 15:12:30.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4603 | 2024-08-29T15:12:31.830Z | [ recovery-image] Aug 29 15:12:30.160 INFO O| Aug 29 15:12:30.160 INFO STEP 203 (remove_files) COMPLETE |
4604 | 2024-08-29T15:12:31.830Z | [ recovery-image] Aug 29 15:12:30.161 INFO O| Aug 29 15:12:30.160 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-08-29T15:12:31.847Z | [ recovery-image] Aug 29 15:12:30.179 INFO O| Aug 29 15:12:30.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4606 | 2024-08-29T15:12:31.849Z | [ recovery-image] Aug 29 15:12:30.179 INFO O| Aug 29 15:12:30.179 INFO STEP 204 (remove_files) COMPLETE |
4607 | 2024-08-29T15:12:31.849Z | [ recovery-image] Aug 29 15:12:30.179 INFO O| Aug 29 15:12:30.179 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-08-29T15:12:31.866Z | [ recovery-image] Aug 29 15:12:30.197 INFO O| Aug 29 15:12:30.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4609 | 2024-08-29T15:12:31.869Z | [ recovery-image] Aug 29 15:12:30.197 INFO O| Aug 29 15:12:30.197 INFO STEP 205 (remove_files) COMPLETE |
4610 | 2024-08-29T15:12:31.869Z | [ recovery-image] Aug 29 15:12:30.197 INFO O| Aug 29 15:12:30.197 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-08-29T15:12:31.895Z | [ recovery-image] Aug 29 15:12:30.227 INFO O| Aug 29 15:12:30.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4612 | 2024-08-29T15:12:31.898Z | [ recovery-image] Aug 29 15:12:30.228 INFO O| Aug 29 15:12:30.227 INFO STEP 206 (remove_files) COMPLETE |
4613 | 2024-08-29T15:12:31.898Z | [ recovery-image] Aug 29 15:12:30.228 INFO O| Aug 29 15:12:30.228 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-08-29T15:12:31.912Z | [ recovery-image] Aug 29 15:12:30.245 INFO O| Aug 29 15:12:30.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4615 | 2024-08-29T15:12:31.915Z | [ recovery-image] Aug 29 15:12:30.245 INFO O| Aug 29 15:12:30.245 INFO STEP 207 (remove_files) COMPLETE |
4616 | 2024-08-29T15:12:31.915Z | [ recovery-image] Aug 29 15:12:30.245 INFO O| Aug 29 15:12:30.245 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-08-29T15:12:31.944Z | [ host-image] Aug 29 15:12:30.276 INFO O| Aug 29 15:12:30.276 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4618 | 2024-08-29T15:12:31.946Z | [ recovery-image] Aug 29 15:12:30.276 INFO O| Aug 29 15:12:30.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4619 | 2024-08-29T15:12:31.946Z | [ recovery-image] Aug 29 15:12:30.277 INFO O| Aug 29 15:12:30.276 INFO STEP 208 (remove_files) COMPLETE |
4620 | 2024-08-29T15:12:31.946Z | [ recovery-image] Aug 29 15:12:30.277 INFO O| Aug 29 15:12:30.277 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-08-29T15:12:31.961Z | [ recovery-image] Aug 29 15:12:30.294 INFO O| Aug 29 15:12:30.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4622 | 2024-08-29T15:12:31.964Z | [ recovery-image] Aug 29 15:12:30.294 INFO O| Aug 29 15:12:30.294 INFO STEP 209 (remove_files) COMPLETE |
4623 | 2024-08-29T15:12:31.964Z | [ recovery-image] Aug 29 15:12:30.294 INFO O| Aug 29 15:12:30.294 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-08-29T15:12:32.000Z | [ recovery-image] Aug 29 15:12:30.332 INFO O| Aug 29 15:12:30.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4625 | 2024-08-29T15:12:32.000Z | [ recovery-image] Aug 29 15:12:30.332 INFO O| Aug 29 15:12:30.332 INFO STEP 210 (remove_files) COMPLETE |
4626 | 2024-08-29T15:12:32.000Z | [ recovery-image] Aug 29 15:12:30.332 INFO O| Aug 29 15:12:30.332 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-08-29T15:12:32.055Z | [ recovery-image] Aug 29 15:12:30.386 INFO O| Aug 29 15:12:30.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4628 | 2024-08-29T15:12:32.055Z | [ recovery-image] Aug 29 15:12:30.387 INFO O| Aug 29 15:12:30.387 INFO STEP 211 (remove_files) COMPLETE |
4629 | 2024-08-29T15:12:32.055Z | [ recovery-image] Aug 29 15:12:30.387 INFO O| Aug 29 15:12:30.387 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-08-29T15:12:32.073Z | [ recovery-image] Aug 29 15:12:30.405 INFO O| Aug 29 15:12:30.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4631 | 2024-08-29T15:12:32.074Z | [ recovery-image] Aug 29 15:12:30.405 INFO O| Aug 29 15:12:30.405 INFO STEP 212 (remove_files) COMPLETE |
4632 | 2024-08-29T15:12:32.074Z | [ recovery-image] Aug 29 15:12:30.405 INFO O| Aug 29 15:12:30.405 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-08-29T15:12:32.091Z | [ recovery-image] Aug 29 15:12:30.423 INFO O| Aug 29 15:12:30.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4634 | 2024-08-29T15:12:32.091Z | [ recovery-image] Aug 29 15:12:30.423 INFO O| Aug 29 15:12:30.423 INFO STEP 213 (remove_files) COMPLETE |
4635 | 2024-08-29T15:12:32.091Z | [ recovery-image] Aug 29 15:12:30.423 INFO O| Aug 29 15:12:30.423 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-08-29T15:12:32.124Z | [ recovery-image] Aug 29 15:12:30.456 INFO O| Aug 29 15:12:30.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4637 | 2024-08-29T15:12:32.127Z | [ recovery-image] Aug 29 15:12:30.456 INFO O| Aug 29 15:12:30.456 INFO STEP 214 (remove_files) COMPLETE |
4638 | 2024-08-29T15:12:32.127Z | [ recovery-image] Aug 29 15:12:30.457 INFO O| Aug 29 15:12:30.457 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-08-29T15:12:32.181Z | [ recovery-image] Aug 29 15:12:30.513 INFO O| Aug 29 15:12:30.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4640 | 2024-08-29T15:12:32.181Z | [ recovery-image] Aug 29 15:12:30.513 INFO O| Aug 29 15:12:30.513 INFO STEP 215 (remove_files) COMPLETE |
4641 | 2024-08-29T15:12:32.184Z | [ recovery-image] Aug 29 15:12:30.513 INFO O| Aug 29 15:12:30.513 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-08-29T15:12:32.199Z | [ recovery-image] Aug 29 15:12:30.531 INFO O| Aug 29 15:12:30.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4643 | 2024-08-29T15:12:32.199Z | [ recovery-image] Aug 29 15:12:30.532 INFO O| Aug 29 15:12:30.531 INFO STEP 216 (remove_files) COMPLETE |
4644 | 2024-08-29T15:12:32.202Z | [ recovery-image] Aug 29 15:12:30.532 INFO O| Aug 29 15:12:30.531 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-08-29T15:12:32.217Z | [ recovery-image] Aug 29 15:12:30.549 INFO O| Aug 29 15:12:30.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4646 | 2024-08-29T15:12:32.217Z | [ recovery-image] Aug 29 15:12:30.549 INFO O| Aug 29 15:12:30.549 INFO STEP 217 (remove_files) COMPLETE |
4647 | 2024-08-29T15:12:32.219Z | [ recovery-image] Aug 29 15:12:30.550 INFO O| Aug 29 15:12:30.549 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-08-29T15:12:32.257Z | [ recovery-image] Aug 29 15:12:30.590 INFO O| Aug 29 15:12:30.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4649 | 2024-08-29T15:12:32.257Z | [ recovery-image] Aug 29 15:12:30.590 INFO O| Aug 29 15:12:30.590 INFO STEP 218 (remove_files) COMPLETE |
4650 | 2024-08-29T15:12:32.257Z | [ recovery-image] Aug 29 15:12:30.590 INFO O| Aug 29 15:12:30.590 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-08-29T15:12:32.307Z | [ recovery-image] Aug 29 15:12:30.640 INFO O| Aug 29 15:12:30.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4652 | 2024-08-29T15:12:32.307Z | [ recovery-image] Aug 29 15:12:30.640 INFO O| Aug 29 15:12:30.640 INFO STEP 219 (remove_files) COMPLETE |
4653 | 2024-08-29T15:12:32.307Z | [ recovery-image] Aug 29 15:12:30.640 INFO O| Aug 29 15:12:30.640 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-08-29T15:12:32.343Z | [ recovery-image] Aug 29 15:12:30.675 INFO O| Aug 29 15:12:30.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4655 | 2024-08-29T15:12:32.343Z | [ recovery-image] Aug 29 15:12:30.676 INFO O| Aug 29 15:12:30.675 INFO STEP 220 (remove_files) COMPLETE |
4656 | 2024-08-29T15:12:32.343Z | [ recovery-image] Aug 29 15:12:30.676 INFO O| Aug 29 15:12:30.676 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-08-29T15:12:32.368Z | [ recovery-image] Aug 29 15:12:30.700 INFO O| Aug 29 15:12:30.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4658 | 2024-08-29T15:12:32.368Z | [ recovery-image] Aug 29 15:12:30.700 INFO O| Aug 29 15:12:30.700 INFO STEP 221 (remove_files) COMPLETE |
4659 | 2024-08-29T15:12:32.368Z | [ recovery-image] Aug 29 15:12:30.700 INFO O| Aug 29 15:12:30.700 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-08-29T15:12:32.391Z | [ recovery-image] Aug 29 15:12:30.723 INFO O| Aug 29 15:12:30.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4661 | 2024-08-29T15:12:32.391Z | [ recovery-image] Aug 29 15:12:30.723 INFO O| Aug 29 15:12:30.723 INFO STEP 222 (remove_files) COMPLETE |
4662 | 2024-08-29T15:12:32.391Z | [ recovery-image] Aug 29 15:12:30.723 INFO O| Aug 29 15:12:30.723 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-08-29T15:12:32.410Z | [ recovery-image] Aug 29 15:12:30.743 INFO O| Aug 29 15:12:30.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4664 | 2024-08-29T15:12:32.410Z | [ recovery-image] Aug 29 15:12:30.743 INFO O| Aug 29 15:12:30.743 INFO STEP 223 (remove_files) COMPLETE |
4665 | 2024-08-29T15:12:32.410Z | [ recovery-image] Aug 29 15:12:30.743 INFO O| Aug 29 15:12:30.743 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-08-29T15:12:32.430Z | [ recovery-image] Aug 29 15:12:30.762 INFO O| Aug 29 15:12:30.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4667 | 2024-08-29T15:12:32.430Z | [ recovery-image] Aug 29 15:12:30.762 INFO O| Aug 29 15:12:30.762 INFO STEP 224 (remove_files) COMPLETE |
4668 | 2024-08-29T15:12:32.432Z | [ recovery-image] Aug 29 15:12:30.762 INFO O| Aug 29 15:12:30.762 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-08-29T15:12:32.448Z | [ recovery-image] Aug 29 15:12:30.781 INFO O| Aug 29 15:12:30.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4670 | 2024-08-29T15:12:32.448Z | [ recovery-image] Aug 29 15:12:30.781 INFO O| Aug 29 15:12:30.781 INFO STEP 225 (remove_files) COMPLETE |
4671 | 2024-08-29T15:12:32.451Z | [ recovery-image] Aug 29 15:12:30.781 INFO O| Aug 29 15:12:30.781 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-08-29T15:12:32.523Z | [ recovery-image] Aug 29 15:12:30.855 INFO O| Aug 29 15:12:30.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4673 | 2024-08-29T15:12:32.523Z | [ recovery-image] Aug 29 15:12:30.855 INFO O| Aug 29 15:12:30.855 INFO STEP 226 (remove_files) COMPLETE |
4674 | 2024-08-29T15:12:32.523Z | [ recovery-image] Aug 29 15:12:30.855 INFO O| Aug 29 15:12:30.855 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-08-29T15:12:32.542Z | [ recovery-image] Aug 29 15:12:30.874 INFO O| Aug 29 15:12:30.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4676 | 2024-08-29T15:12:32.542Z | [ recovery-image] Aug 29 15:12:30.874 INFO O| Aug 29 15:12:30.874 INFO STEP 227 (remove_files) COMPLETE |
4677 | 2024-08-29T15:12:32.545Z | [ recovery-image] Aug 29 15:12:30.875 INFO O| Aug 29 15:12:30.874 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-08-29T15:12:32.584Z | [ recovery-image] Aug 29 15:12:30.916 INFO O| Aug 29 15:12:30.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4679 | 2024-08-29T15:12:32.584Z | [ recovery-image] Aug 29 15:12:30.916 INFO O| Aug 29 15:12:30.916 INFO STEP 228 (remove_files) COMPLETE |
4680 | 2024-08-29T15:12:32.587Z | [ recovery-image] Aug 29 15:12:30.916 INFO O| Aug 29 15:12:30.916 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-08-29T15:12:32.615Z | [ recovery-image] Aug 29 15:12:30.947 INFO O| Aug 29 15:12:30.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4682 | 2024-08-29T15:12:32.615Z | [ recovery-image] Aug 29 15:12:30.947 INFO O| Aug 29 15:12:30.947 INFO STEP 229 (remove_files) COMPLETE |
4683 | 2024-08-29T15:12:32.618Z | [ recovery-image] Aug 29 15:12:30.947 INFO O| Aug 29 15:12:30.947 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-08-29T15:12:32.673Z | [ recovery-image] Aug 29 15:12:31.005 INFO O| Aug 29 15:12:31.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4685 | 2024-08-29T15:12:32.673Z | [ recovery-image] Aug 29 15:12:31.005 INFO O| Aug 29 15:12:31.005 INFO STEP 230 (remove_files) COMPLETE |
4686 | 2024-08-29T15:12:32.673Z | [ recovery-image] Aug 29 15:12:31.005 INFO O| Aug 29 15:12:31.005 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-08-29T15:12:32.692Z | [ recovery-image] Aug 29 15:12:31.025 INFO O| Aug 29 15:12:31.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4688 | 2024-08-29T15:12:32.692Z | [ recovery-image] Aug 29 15:12:31.025 INFO O| Aug 29 15:12:31.025 INFO STEP 231 (remove_files) COMPLETE |
4689 | 2024-08-29T15:12:32.693Z | [ recovery-image] Aug 29 15:12:31.025 INFO O| Aug 29 15:12:31.025 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-08-29T15:12:32.737Z | [ recovery-image] Aug 29 15:12:31.069 INFO O| Aug 29 15:12:31.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4691 | 2024-08-29T15:12:32.737Z | [ recovery-image] Aug 29 15:12:31.069 INFO O| Aug 29 15:12:31.069 INFO STEP 232 (remove_files) COMPLETE |
4692 | 2024-08-29T15:12:32.739Z | [ recovery-image] Aug 29 15:12:31.069 INFO O| Aug 29 15:12:31.069 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-08-29T15:12:32.773Z | [ recovery-image] Aug 29 15:12:31.105 INFO O| Aug 29 15:12:31.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4694 | 2024-08-29T15:12:32.776Z | [ recovery-image] Aug 29 15:12:31.105 INFO O| Aug 29 15:12:31.105 INFO STEP 233 (remove_files) COMPLETE |
4695 | 2024-08-29T15:12:32.776Z | [ recovery-image] Aug 29 15:12:31.105 INFO O| Aug 29 15:12:31.105 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-08-29T15:12:32.792Z | [ recovery-image] Aug 29 15:12:31.124 INFO O| Aug 29 15:12:31.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4697 | 2024-08-29T15:12:32.795Z | [ recovery-image] Aug 29 15:12:31.125 INFO O| Aug 29 15:12:31.125 INFO STEP 234 (remove_files) COMPLETE |
4698 | 2024-08-29T15:12:32.795Z | [ recovery-image] Aug 29 15:12:31.125 INFO O| Aug 29 15:12:31.125 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-08-29T15:12:32.812Z | [ recovery-image] Aug 29 15:12:31.144 INFO O| Aug 29 15:12:31.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4700 | 2024-08-29T15:12:32.814Z | [ recovery-image] Aug 29 15:12:31.144 INFO O| Aug 29 15:12:31.144 INFO STEP 235 (remove_files) COMPLETE |
4701 | 2024-08-29T15:12:32.814Z | [ recovery-image] Aug 29 15:12:31.144 INFO O| Aug 29 15:12:31.144 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-08-29T15:12:32.830Z | [ recovery-image] Aug 29 15:12:31.162 INFO O| Aug 29 15:12:31.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4703 | 2024-08-29T15:12:32.833Z | [ recovery-image] Aug 29 15:12:31.162 INFO O| Aug 29 15:12:31.162 INFO STEP 236 (remove_files) COMPLETE |
4704 | 2024-08-29T15:12:32.833Z | [ recovery-image] Aug 29 15:12:31.163 INFO O| Aug 29 15:12:31.162 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-08-29T15:12:32.848Z | [ recovery-image] Aug 29 15:12:31.181 INFO O| Aug 29 15:12:31.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4706 | 2024-08-29T15:12:32.869Z | [ recovery-image] Aug 29 15:12:31.201 INFO O| Aug 29 15:12:31.201 INFO STEP 237 (remove_files) COMPLETE |
4707 | 2024-08-29T15:12:32.869Z | [ recovery-image] Aug 29 15:12:31.201 INFO O| Aug 29 15:12:31.201 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-08-29T15:12:32.888Z | [ recovery-image] Aug 29 15:12:31.220 INFO O| Aug 29 15:12:31.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4709 | 2024-08-29T15:12:32.891Z | [ recovery-image] Aug 29 15:12:31.221 INFO O| Aug 29 15:12:31.220 INFO STEP 238 (remove_files) COMPLETE |
4710 | 2024-08-29T15:12:32.891Z | [ recovery-image] Aug 29 15:12:31.221 INFO O| Aug 29 15:12:31.221 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-08-29T15:12:32.906Z | [ recovery-image] Aug 29 15:12:31.238 INFO O| Aug 29 15:12:31.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4712 | 2024-08-29T15:12:32.906Z | [ recovery-image] Aug 29 15:12:31.238 INFO O| Aug 29 15:12:31.238 INFO STEP 239 (remove_files) COMPLETE |
4713 | 2024-08-29T15:12:32.908Z | [ recovery-image] Aug 29 15:12:31.238 INFO O| Aug 29 15:12:31.238 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-08-29T15:12:32.923Z | [ recovery-image] Aug 29 15:12:31.255 INFO O| Aug 29 15:12:31.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4715 | 2024-08-29T15:12:32.923Z | [ recovery-image] Aug 29 15:12:31.256 INFO O| Aug 29 15:12:31.255 INFO STEP 240 (remove_files) COMPLETE |
4716 | 2024-08-29T15:12:32.926Z | [ recovery-image] Aug 29 15:12:31.256 INFO O| Aug 29 15:12:31.256 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-08-29T15:12:32.946Z | [ recovery-image] Aug 29 15:12:31.277 INFO O| Aug 29 15:12:31.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4718 | 2024-08-29T15:12:32.949Z | [ recovery-image] Aug 29 15:12:31.277 INFO O| Aug 29 15:12:31.277 INFO STEP 241 (remove_files) COMPLETE |
4719 | 2024-08-29T15:12:32.949Z | [ recovery-image] Aug 29 15:12:31.278 INFO O| Aug 29 15:12:31.277 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-08-29T15:12:32.964Z | [ recovery-image] Aug 29 15:12:31.296 INFO O| Aug 29 15:12:31.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4721 | 2024-08-29T15:12:32.966Z | [ recovery-image] Aug 29 15:12:31.296 INFO O| Aug 29 15:12:31.296 INFO STEP 242 (remove_files) COMPLETE |
4722 | 2024-08-29T15:12:32.966Z | [ recovery-image] Aug 29 15:12:31.296 INFO O| Aug 29 15:12:31.296 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-08-29T15:12:32.986Z | [ recovery-image] Aug 29 15:12:31.317 INFO O| Aug 29 15:12:31.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4724 | 2024-08-29T15:12:32.989Z | [ recovery-image] Aug 29 15:12:31.318 INFO O| Aug 29 15:12:31.317 INFO STEP 243 (remove_files) COMPLETE |
4725 | 2024-08-29T15:12:32.989Z | [ recovery-image] Aug 29 15:12:31.318 INFO O| Aug 29 15:12:31.318 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-08-29T15:12:33.038Z | [ recovery-image] Aug 29 15:12:31.370 INFO O| Aug 29 15:12:31.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4727 | 2024-08-29T15:12:33.039Z | [ recovery-image] Aug 29 15:12:31.371 INFO O| Aug 29 15:12:31.371 INFO STEP 244 (remove_files) COMPLETE |
4728 | 2024-08-29T15:12:33.041Z | [ recovery-image] Aug 29 15:12:31.371 INFO O| Aug 29 15:12:31.371 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-08-29T15:12:33.099Z | [ recovery-image] Aug 29 15:12:31.432 INFO O| Aug 29 15:12:31.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4730 | 2024-08-29T15:12:33.099Z | [ recovery-image] Aug 29 15:12:31.432 INFO O| Aug 29 15:12:31.432 INFO STEP 245 (remove_files) COMPLETE |
4731 | 2024-08-29T15:12:33.100Z | [ recovery-image] Aug 29 15:12:31.432 INFO O| Aug 29 15:12:31.432 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-08-29T15:12:33.137Z | [ recovery-image] Aug 29 15:12:31.469 INFO O| Aug 29 15:12:31.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4733 | 2024-08-29T15:12:33.161Z | [ recovery-image] Aug 29 15:12:31.493 INFO O| Aug 29 15:12:31.493 INFO STEP 246 (remove_files) COMPLETE |
4734 | 2024-08-29T15:12:33.161Z | [ recovery-image] Aug 29 15:12:31.493 INFO O| Aug 29 15:12:31.493 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-08-29T15:12:33.220Z | [ recovery-image] Aug 29 15:12:31.552 INFO O| Aug 29 15:12:31.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4736 | 2024-08-29T15:12:33.221Z | [ recovery-image] Aug 29 15:12:31.553 INFO O| Aug 29 15:12:31.553 INFO STEP 247 (remove_files) COMPLETE |
4737 | 2024-08-29T15:12:33.223Z | [ recovery-image] Aug 29 15:12:31.553 INFO O| Aug 29 15:12:31.553 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2024-08-29T15:12:33.239Z | [ recovery-image] Aug 29 15:12:31.571 INFO O| Aug 29 15:12:31.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4739 | 2024-08-29T15:12:33.241Z | [ recovery-image] Aug 29 15:12:31.571 INFO O| Aug 29 15:12:31.571 INFO STEP 248 (remove_files) COMPLETE |
4740 | 2024-08-29T15:12:33.241Z | [ recovery-image] Aug 29 15:12:31.571 INFO O| Aug 29 15:12:31.571 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-08-29T15:12:33.257Z | [ recovery-image] Aug 29 15:12:31.589 INFO O| Aug 29 15:12:31.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4742 | 2024-08-29T15:12:33.257Z | [ recovery-image] Aug 29 15:12:31.589 INFO O| Aug 29 15:12:31.589 INFO STEP 249 (remove_files) COMPLETE |
4743 | 2024-08-29T15:12:33.257Z | [ recovery-image] Aug 29 15:12:31.589 INFO O| Aug 29 15:12:31.589 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-08-29T15:12:33.275Z | [ recovery-image] Aug 29 15:12:31.608 INFO O| Aug 29 15:12:31.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4745 | 2024-08-29T15:12:33.276Z | [ recovery-image] Aug 29 15:12:31.608 INFO O| Aug 29 15:12:31.608 INFO STEP 250 (remove_files) COMPLETE |
4746 | 2024-08-29T15:12:33.276Z | [ recovery-image] Aug 29 15:12:31.608 INFO O| Aug 29 15:12:31.608 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-08-29T15:12:33.293Z | [ recovery-image] Aug 29 15:12:31.625 INFO O| Aug 29 15:12:31.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4748 | 2024-08-29T15:12:33.293Z | [ recovery-image] Aug 29 15:12:31.625 INFO O| Aug 29 15:12:31.625 INFO STEP 251 (remove_files) COMPLETE |
4749 | 2024-08-29T15:12:33.293Z | [ recovery-image] Aug 29 15:12:31.625 INFO O| Aug 29 15:12:31.625 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-08-29T15:12:33.311Z | [ recovery-image] Aug 29 15:12:31.643 INFO O| Aug 29 15:12:31.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4751 | 2024-08-29T15:12:33.311Z | [ recovery-image] Aug 29 15:12:31.643 INFO O| Aug 29 15:12:31.643 INFO STEP 252 (remove_files) COMPLETE |
4752 | 2024-08-29T15:12:33.313Z | [ recovery-image] Aug 29 15:12:31.643 INFO O| Aug 29 15:12:31.643 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-08-29T15:12:33.328Z | [ recovery-image] Aug 29 15:12:31.660 INFO O| Aug 29 15:12:31.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4754 | 2024-08-29T15:12:33.328Z | [ recovery-image] Aug 29 15:12:31.660 INFO O| Aug 29 15:12:31.660 INFO STEP 253 (remove_files) COMPLETE |
4755 | 2024-08-29T15:12:33.328Z | [ recovery-image] Aug 29 15:12:31.661 INFO O| Aug 29 15:12:31.660 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-08-29T15:12:33.345Z | [ recovery-image] Aug 29 15:12:31.677 INFO O| Aug 29 15:12:31.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4757 | 2024-08-29T15:12:33.345Z | [ recovery-image] Aug 29 15:12:31.677 INFO O| Aug 29 15:12:31.677 INFO STEP 254 (remove_files) COMPLETE |
4758 | 2024-08-29T15:12:33.348Z | [ recovery-image] Aug 29 15:12:31.677 INFO O| Aug 29 15:12:31.677 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-08-29T15:12:33.363Z | [ recovery-image] Aug 29 15:12:31.695 INFO O| Aug 29 15:12:31.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4760 | 2024-08-29T15:12:33.363Z | [ recovery-image] Aug 29 15:12:31.695 INFO O| Aug 29 15:12:31.695 INFO STEP 255 (remove_files) COMPLETE |
4761 | 2024-08-29T15:12:33.366Z | [ recovery-image] Aug 29 15:12:31.695 INFO O| Aug 29 15:12:31.695 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-08-29T15:12:33.380Z | [ recovery-image] Aug 29 15:12:31.713 INFO O| Aug 29 15:12:31.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4763 | 2024-08-29T15:12:33.381Z | [ recovery-image] Aug 29 15:12:31.713 INFO O| Aug 29 15:12:31.713 INFO STEP 256 (remove_files) COMPLETE |
4764 | 2024-08-29T15:12:33.383Z | [ recovery-image] Aug 29 15:12:31.713 INFO O| Aug 29 15:12:31.713 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-08-29T15:12:33.398Z | [ recovery-image] Aug 29 15:12:31.730 INFO O| Aug 29 15:12:31.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4766 | 2024-08-29T15:12:33.398Z | [ recovery-image] Aug 29 15:12:31.730 INFO O| Aug 29 15:12:31.730 INFO STEP 257 (remove_files) COMPLETE |
4767 | 2024-08-29T15:12:33.401Z | [ recovery-image] Aug 29 15:12:31.730 INFO O| Aug 29 15:12:31.730 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-08-29T15:12:33.436Z | [ recovery-image] Aug 29 15:12:31.768 INFO O| Aug 29 15:12:31.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4769 | 2024-08-29T15:12:33.436Z | [ recovery-image] Aug 29 15:12:31.768 INFO O| Aug 29 15:12:31.768 INFO STEP 258 (remove_files) COMPLETE |
4770 | 2024-08-29T15:12:33.438Z | [ recovery-image] Aug 29 15:12:31.768 INFO O| Aug 29 15:12:31.768 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-08-29T15:12:33.465Z | [ recovery-image] Aug 29 15:12:31.797 INFO O| Aug 29 15:12:31.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4772 | 2024-08-29T15:12:33.465Z | [ recovery-image] Aug 29 15:12:31.797 INFO O| Aug 29 15:12:31.797 INFO STEP 259 (remove_files) COMPLETE |
4773 | 2024-08-29T15:12:33.468Z | [ recovery-image] Aug 29 15:12:31.797 INFO O| Aug 29 15:12:31.797 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-08-29T15:12:33.486Z | [ recovery-image] Aug 29 15:12:31.817 INFO O| Aug 29 15:12:31.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4775 | 2024-08-29T15:12:33.486Z | [ recovery-image] Aug 29 15:12:31.817 INFO O| Aug 29 15:12:31.817 INFO STEP 260 (remove_files) COMPLETE |
4776 | 2024-08-29T15:12:33.489Z | [ recovery-image] Aug 29 15:12:31.817 INFO O| Aug 29 15:12:31.817 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-08-29T15:12:33.504Z | [ recovery-image] Aug 29 15:12:31.835 INFO O| Aug 29 15:12:31.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4778 | 2024-08-29T15:12:33.504Z | [ recovery-image] Aug 29 15:12:31.835 INFO O| Aug 29 15:12:31.835 INFO STEP 261 (remove_files) COMPLETE |
4779 | 2024-08-29T15:12:33.504Z | [ recovery-image] Aug 29 15:12:31.836 INFO O| Aug 29 15:12:31.835 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-08-29T15:12:33.581Z | [ recovery-image] Aug 29 15:12:31.913 INFO O| Aug 29 15:12:31.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4781 | 2024-08-29T15:12:33.581Z | [ recovery-image] Aug 29 15:12:31.913 INFO O| Aug 29 15:12:31.913 INFO STEP 262 (remove_files) COMPLETE |
4782 | 2024-08-29T15:12:33.582Z | [ recovery-image] Aug 29 15:12:31.913 INFO O| Aug 29 15:12:31.913 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-08-29T15:12:33.601Z | [ recovery-image] Aug 29 15:12:31.933 INFO O| Aug 29 15:12:31.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4784 | 2024-08-29T15:12:33.601Z | [ recovery-image] Aug 29 15:12:31.933 INFO O| Aug 29 15:12:31.933 INFO STEP 263 (remove_files) COMPLETE |
4785 | 2024-08-29T15:12:33.604Z | [ recovery-image] Aug 29 15:12:31.933 INFO O| Aug 29 15:12:31.933 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-08-29T15:12:33.621Z | [ recovery-image] Aug 29 15:12:31.953 INFO O| Aug 29 15:12:31.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4787 | 2024-08-29T15:12:33.621Z | [ recovery-image] Aug 29 15:12:31.953 INFO O| Aug 29 15:12:31.953 INFO STEP 264 (remove_files) COMPLETE |
4788 | 2024-08-29T15:12:33.623Z | [ recovery-image] Aug 29 15:12:31.953 INFO O| Aug 29 15:12:31.953 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-08-29T15:12:33.639Z | [ recovery-image] Aug 29 15:12:31.971 INFO O| Aug 29 15:12:31.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4790 | 2024-08-29T15:12:33.639Z | [ recovery-image] Aug 29 15:12:31.971 INFO O| Aug 29 15:12:31.971 INFO STEP 265 (remove_files) COMPLETE |
4791 | 2024-08-29T15:12:33.639Z | [ recovery-image] Aug 29 15:12:31.971 INFO O| Aug 29 15:12:31.971 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-08-29T15:12:33.657Z | [ recovery-image] Aug 29 15:12:31.989 INFO O| Aug 29 15:12:31.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4793 | 2024-08-29T15:12:33.658Z | [ recovery-image] Aug 29 15:12:31.989 INFO O| Aug 29 15:12:31.989 INFO STEP 266 (remove_files) COMPLETE |
4794 | 2024-08-29T15:12:33.660Z | [ recovery-image] Aug 29 15:12:31.990 INFO O| Aug 29 15:12:31.989 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-08-29T15:12:33.676Z | [ recovery-image] Aug 29 15:12:32.008 INFO O| Aug 29 15:12:32.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4796 | 2024-08-29T15:12:33.676Z | [ recovery-image] Aug 29 15:12:32.008 INFO O| Aug 29 15:12:32.008 INFO STEP 267 (remove_files) COMPLETE |
4797 | 2024-08-29T15:12:33.678Z | [ recovery-image] Aug 29 15:12:32.008 INFO O| Aug 29 15:12:32.008 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-08-29T15:12:33.727Z | [ recovery-image] Aug 29 15:12:32.042 INFO O| Aug 29 15:12:32.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4799 | 2024-08-29T15:12:33.727Z | [ recovery-image] Aug 29 15:12:32.042 INFO O| Aug 29 15:12:32.042 INFO STEP 268 (remove_files) COMPLETE |
4800 | 2024-08-29T15:12:33.727Z | [ recovery-image] Aug 29 15:12:32.042 INFO O| Aug 29 15:12:32.042 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-08-29T15:12:33.783Z | [ recovery-image] Aug 29 15:12:32.115 INFO O| Aug 29 15:12:32.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4802 | 2024-08-29T15:12:33.783Z | [ recovery-image] Aug 29 15:12:32.115 INFO O| Aug 29 15:12:32.115 INFO STEP 269 (remove_files) COMPLETE |
4803 | 2024-08-29T15:12:33.783Z | [ recovery-image] Aug 29 15:12:32.115 INFO O| Aug 29 15:12:32.115 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-08-29T15:12:33.806Z | [ recovery-image] Aug 29 15:12:32.138 INFO O| Aug 29 15:12:32.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4805 | 2024-08-29T15:12:33.806Z | [ recovery-image] Aug 29 15:12:32.138 INFO O| Aug 29 15:12:32.138 INFO STEP 270 (remove_files) COMPLETE |
4806 | 2024-08-29T15:12:33.809Z | [ recovery-image] Aug 29 15:12:32.138 INFO O| Aug 29 15:12:32.138 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-08-29T15:12:33.828Z | [ recovery-image] Aug 29 15:12:32.159 INFO O| Aug 29 15:12:32.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4808 | 2024-08-29T15:12:33.828Z | [ recovery-image] Aug 29 15:12:32.159 INFO O| Aug 29 15:12:32.159 INFO STEP 271 (remove_files) COMPLETE |
4809 | 2024-08-29T15:12:33.830Z | [ recovery-image] Aug 29 15:12:32.160 INFO O| Aug 29 15:12:32.159 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-08-29T15:12:33.864Z | [ recovery-image] Aug 29 15:12:32.196 INFO O| Aug 29 15:12:32.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4811 | 2024-08-29T15:12:33.867Z | [ recovery-image] Aug 29 15:12:32.196 INFO O| Aug 29 15:12:32.196 INFO STEP 272 (remove_files) COMPLETE |
4812 | 2024-08-29T15:12:33.867Z | [ recovery-image] Aug 29 15:12:32.196 INFO O| Aug 29 15:12:32.196 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-08-29T15:12:33.905Z | [ recovery-image] Aug 29 15:12:32.236 INFO O| Aug 29 15:12:32.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4814 | 2024-08-29T15:12:33.905Z | [ recovery-image] Aug 29 15:12:32.236 INFO O| Aug 29 15:12:32.236 INFO STEP 273 (remove_files) COMPLETE |
4815 | 2024-08-29T15:12:33.905Z | [ recovery-image] Aug 29 15:12:32.236 INFO O| Aug 29 15:12:32.236 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-08-29T15:12:33.960Z | [ recovery-image] Aug 29 15:12:32.292 INFO O| Aug 29 15:12:32.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4817 | 2024-08-29T15:12:33.960Z | [ recovery-image] Aug 29 15:12:32.292 INFO O| Aug 29 15:12:32.292 INFO STEP 274 (remove_files) COMPLETE |
4818 | 2024-08-29T15:12:33.963Z | [ recovery-image] Aug 29 15:12:32.292 INFO O| Aug 29 15:12:32.292 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-08-29T15:12:33.980Z | [ recovery-image] Aug 29 15:12:32.311 INFO O| Aug 29 15:12:32.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4820 | 2024-08-29T15:12:33.980Z | [ recovery-image] Aug 29 15:12:32.311 INFO O| Aug 29 15:12:32.311 INFO STEP 275 (remove_files) COMPLETE |
4821 | 2024-08-29T15:12:33.983Z | [ recovery-image] Aug 29 15:12:32.311 INFO O| Aug 29 15:12:32.311 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-08-29T15:12:33.998Z | [ recovery-image] Aug 29 15:12:32.329 INFO O| Aug 29 15:12:32.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4823 | 2024-08-29T15:12:33.998Z | [ recovery-image] Aug 29 15:12:32.330 INFO O| Aug 29 15:12:32.330 INFO STEP 276 (remove_files) COMPLETE |
4824 | 2024-08-29T15:12:33.998Z | [ recovery-image] Aug 29 15:12:32.330 INFO O| Aug 29 15:12:32.330 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-08-29T15:12:34.016Z | [ recovery-image] Aug 29 15:12:32.347 INFO O| Aug 29 15:12:32.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4826 | 2024-08-29T15:12:34.016Z | [ recovery-image] Aug 29 15:12:32.348 INFO O| Aug 29 15:12:32.348 INFO STEP 277 (remove_files) COMPLETE |
4827 | 2024-08-29T15:12:34.016Z | [ recovery-image] Aug 29 15:12:32.348 INFO O| Aug 29 15:12:32.348 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-08-29T15:12:34.035Z | [ recovery-image] Aug 29 15:12:32.367 INFO O| Aug 29 15:12:32.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4829 | 2024-08-29T15:12:34.038Z | [ recovery-image] Aug 29 15:12:32.367 INFO O| Aug 29 15:12:32.367 INFO STEP 278 (remove_files) COMPLETE |
4830 | 2024-08-29T15:12:34.038Z | [ recovery-image] Aug 29 15:12:32.367 INFO O| Aug 29 15:12:32.367 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-08-29T15:12:34.054Z | [ recovery-image] Aug 29 15:12:32.386 INFO O| Aug 29 15:12:32.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4832 | 2024-08-29T15:12:34.054Z | [ recovery-image] Aug 29 15:12:32.386 INFO O| Aug 29 15:12:32.386 INFO STEP 279 (remove_files) COMPLETE |
4833 | 2024-08-29T15:12:34.058Z | [ recovery-image] Aug 29 15:12:32.386 INFO O| Aug 29 15:12:32.386 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-08-29T15:12:34.071Z | [ recovery-image] Aug 29 15:12:32.402 INFO O| Aug 29 15:12:32.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4835 | 2024-08-29T15:12:34.071Z | [ recovery-image] Aug 29 15:12:32.403 INFO O| Aug 29 15:12:32.402 INFO STEP 280 (remove_files) COMPLETE |
4836 | 2024-08-29T15:12:34.074Z | [ recovery-image] Aug 29 15:12:32.403 INFO O| Aug 29 15:12:32.403 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-08-29T15:12:34.088Z | [ recovery-image] Aug 29 15:12:32.419 INFO O| Aug 29 15:12:32.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4838 | 2024-08-29T15:12:34.088Z | [ recovery-image] Aug 29 15:12:32.420 INFO O| Aug 29 15:12:32.420 INFO STEP 281 (remove_files) COMPLETE |
4839 | 2024-08-29T15:12:34.088Z | [ recovery-image] Aug 29 15:12:32.420 INFO O| Aug 29 15:12:32.420 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-08-29T15:12:34.122Z | [ recovery-image] Aug 29 15:12:32.454 INFO O| Aug 29 15:12:32.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4841 | 2024-08-29T15:12:34.145Z | [ recovery-image] Aug 29 15:12:32.477 INFO O| Aug 29 15:12:32.477 INFO STEP 282 (remove_files) COMPLETE |
4842 | 2024-08-29T15:12:34.145Z | [ recovery-image] Aug 29 15:12:32.477 INFO O| Aug 29 15:12:32.477 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-08-29T15:12:34.197Z | [ recovery-image] Aug 29 15:12:32.528 INFO O| Aug 29 15:12:32.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4844 | 2024-08-29T15:12:34.197Z | [ recovery-image] Aug 29 15:12:32.528 INFO O| Aug 29 15:12:32.528 INFO STEP 283 (remove_files) COMPLETE |
4845 | 2024-08-29T15:12:34.197Z | [ recovery-image] Aug 29 15:12:32.528 INFO O| Aug 29 15:12:32.528 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-08-29T15:12:34.256Z | [ recovery-image] Aug 29 15:12:32.587 INFO O| Aug 29 15:12:32.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4847 | 2024-08-29T15:12:34.256Z | [ recovery-image] Aug 29 15:12:32.587 INFO O| Aug 29 15:12:32.587 INFO STEP 284 (remove_files) COMPLETE |
4848 | 2024-08-29T15:12:34.258Z | [ recovery-image] Aug 29 15:12:32.588 INFO O| Aug 29 15:12:32.587 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-08-29T15:12:34.274Z | [ recovery-image] Aug 29 15:12:32.606 INFO O| Aug 29 15:12:32.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4850 | 2024-08-29T15:12:34.299Z | [ recovery-image] Aug 29 15:12:32.630 INFO O| Aug 29 15:12:32.630 INFO STEP 285 (remove_files) COMPLETE |
4851 | 2024-08-29T15:12:34.299Z | [ recovery-image] Aug 29 15:12:32.630 INFO O| Aug 29 15:12:32.630 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-08-29T15:12:34.353Z | [ recovery-image] Aug 29 15:12:32.685 INFO O| Aug 29 15:12:32.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4853 | 2024-08-29T15:12:34.407Z | [ recovery-image] Aug 29 15:12:32.709 INFO O| Aug 29 15:12:32.709 INFO STEP 286 (remove_files) COMPLETE |
4854 | 2024-08-29T15:12:34.407Z | [ recovery-image] Aug 29 15:12:32.709 INFO O| Aug 29 15:12:32.709 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-08-29T15:12:34.427Z | [ recovery-image] Aug 29 15:12:32.759 INFO O| Aug 29 15:12:32.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4856 | 2024-08-29T15:12:34.427Z | [ recovery-image] Aug 29 15:12:32.759 INFO O| Aug 29 15:12:32.759 INFO STEP 287 (remove_files) COMPLETE |
4857 | 2024-08-29T15:12:34.427Z | [ recovery-image] Aug 29 15:12:32.759 INFO O| Aug 29 15:12:32.759 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-08-29T15:12:34.447Z | [ recovery-image] Aug 29 15:12:32.778 INFO O| Aug 29 15:12:32.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4859 | 2024-08-29T15:12:34.449Z | [ recovery-image] Aug 29 15:12:32.778 INFO O| Aug 29 15:12:32.778 INFO STEP 288 (remove_files) COMPLETE |
4860 | 2024-08-29T15:12:34.449Z | [ recovery-image] Aug 29 15:12:32.778 INFO O| Aug 29 15:12:32.778 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-08-29T15:12:34.522Z | [ recovery-image] Aug 29 15:12:32.853 INFO O| Aug 29 15:12:32.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4862 | 2024-08-29T15:12:34.522Z | [ recovery-image] Aug 29 15:12:32.853 INFO O| Aug 29 15:12:32.853 INFO STEP 289 (remove_files) COMPLETE |
4863 | 2024-08-29T15:12:34.525Z | [ recovery-image] Aug 29 15:12:32.853 INFO O| Aug 29 15:12:32.853 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-08-29T15:12:34.542Z | [ recovery-image] Aug 29 15:12:32.874 INFO O| Aug 29 15:12:32.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4865 | 2024-08-29T15:12:34.542Z | [ recovery-image] Aug 29 15:12:32.874 INFO O| Aug 29 15:12:32.874 INFO STEP 290 (remove_files) COMPLETE |
4866 | 2024-08-29T15:12:34.542Z | [ recovery-image] Aug 29 15:12:32.874 INFO O| Aug 29 15:12:32.874 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-08-29T15:12:34.565Z | [ recovery-image] Aug 29 15:12:32.896 INFO O| Aug 29 15:12:32.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4868 | 2024-08-29T15:12:34.565Z | [ recovery-image] Aug 29 15:12:32.896 INFO O| Aug 29 15:12:32.896 INFO STEP 291 (remove_files) COMPLETE |
4869 | 2024-08-29T15:12:34.565Z | [ recovery-image] Aug 29 15:12:32.897 INFO O| Aug 29 15:12:32.896 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-08-29T15:12:34.584Z | [ recovery-image] Aug 29 15:12:32.916 INFO O| Aug 29 15:12:32.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4871 | 2024-08-29T15:12:34.584Z | [ recovery-image] Aug 29 15:12:32.916 INFO O| Aug 29 15:12:32.916 INFO STEP 292 (remove_files) COMPLETE |
4872 | 2024-08-29T15:12:34.584Z | [ recovery-image] Aug 29 15:12:32.916 INFO O| Aug 29 15:12:32.916 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-08-29T15:12:34.604Z | [ recovery-image] Aug 29 15:12:32.935 INFO O| Aug 29 15:12:32.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4874 | 2024-08-29T15:12:34.604Z | [ recovery-image] Aug 29 15:12:32.935 INFO O| Aug 29 15:12:32.935 INFO STEP 293 (remove_files) COMPLETE |
4875 | 2024-08-29T15:12:34.604Z | [ recovery-image] Aug 29 15:12:32.935 INFO O| Aug 29 15:12:32.935 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-08-29T15:12:34.622Z | [ recovery-image] Aug 29 15:12:32.953 INFO O| Aug 29 15:12:32.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4877 | 2024-08-29T15:12:34.622Z | [ recovery-image] Aug 29 15:12:32.953 INFO O| Aug 29 15:12:32.953 INFO STEP 294 (remove_files) COMPLETE |
4878 | 2024-08-29T15:12:34.624Z | [ recovery-image] Aug 29 15:12:32.953 INFO O| Aug 29 15:12:32.953 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-08-29T15:12:34.640Z | [ recovery-image] Aug 29 15:12:32.972 INFO O| Aug 29 15:12:32.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4880 | 2024-08-29T15:12:34.640Z | [ recovery-image] Aug 29 15:12:32.972 INFO O| Aug 29 15:12:32.972 INFO STEP 295 (remove_files) COMPLETE |
4881 | 2024-08-29T15:12:34.642Z | [ recovery-image] Aug 29 15:12:32.972 INFO O| Aug 29 15:12:32.972 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-08-29T15:12:34.681Z | [ recovery-image] Aug 29 15:12:33.013 INFO O| Aug 29 15:12:33.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4883 | 2024-08-29T15:12:34.681Z | [ recovery-image] Aug 29 15:12:33.013 INFO O| Aug 29 15:12:33.013 INFO STEP 296 (remove_files) COMPLETE |
4884 | 2024-08-29T15:12:34.681Z | [ recovery-image] Aug 29 15:12:33.013 INFO O| Aug 29 15:12:33.013 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-08-29T15:12:34.698Z | [ recovery-image] Aug 29 15:12:33.030 INFO O| Aug 29 15:12:33.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4886 | 2024-08-29T15:12:34.698Z | [ recovery-image] Aug 29 15:12:33.030 INFO O| Aug 29 15:12:33.030 INFO STEP 297 (remove_files) COMPLETE |
4887 | 2024-08-29T15:12:34.698Z | [ recovery-image] Aug 29 15:12:33.030 INFO O| Aug 29 15:12:33.030 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-08-29T15:12:34.720Z | [ recovery-image] Aug 29 15:12:33.051 INFO O| Aug 29 15:12:33.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4889 | 2024-08-29T15:12:34.720Z | [ recovery-image] Aug 29 15:12:33.051 INFO O| Aug 29 15:12:33.051 INFO STEP 298 (remove_files) COMPLETE |
4890 | 2024-08-29T15:12:34.720Z | [ recovery-image] Aug 29 15:12:33.051 INFO O| Aug 29 15:12:33.051 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-08-29T15:12:34.771Z | [ recovery-image] Aug 29 15:12:33.103 INFO O| Aug 29 15:12:33.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4892 | 2024-08-29T15:12:34.774Z | [ recovery-image] Aug 29 15:12:33.104 INFO O| Aug 29 15:12:33.103 INFO STEP 299 (remove_files) COMPLETE |
4893 | 2024-08-29T15:12:34.774Z | [ recovery-image] Aug 29 15:12:33.104 INFO O| Aug 29 15:12:33.103 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-08-29T15:12:34.873Z | [ recovery-image] Aug 29 15:12:33.204 INFO O| Aug 29 15:12:33.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4895 | 2024-08-29T15:12:34.873Z | [ recovery-image] Aug 29 15:12:33.205 INFO O| Aug 29 15:12:33.205 INFO STEP 300 (remove_files) COMPLETE |
4896 | 2024-08-29T15:12:34.875Z | [ recovery-image] Aug 29 15:12:33.205 INFO O| Aug 29 15:12:33.205 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-08-29T15:12:34.875Z | [ host-image] Aug 29 15:12:33.207 INFO O| Aug 29 15:12:33.206 INFO O| Planning: Solver setup ... Done |
4898 | 2024-08-29T15:12:34.881Z | [ host-image] Aug 29 15:12:33.213 INFO O| Aug 29 15:12:33.213 INFO O| Planning: Running solver ... Done |
4899 | 2024-08-29T15:12:34.893Z | [ recovery-image] Aug 29 15:12:33.224 INFO O| Aug 29 15:12:33.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4900 | 2024-08-29T15:12:34.894Z | [ recovery-image] Aug 29 15:12:33.225 INFO O| Aug 29 15:12:33.224 INFO STEP 301 (remove_files) COMPLETE |
4901 | 2024-08-29T15:12:34.894Z | [ recovery-image] Aug 29 15:12:33.225 INFO O| Aug 29 15:12:33.225 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-08-29T15:12:34.912Z | [ recovery-image] Aug 29 15:12:33.244 INFO O| Aug 29 15:12:33.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4903 | 2024-08-29T15:12:34.912Z | [ recovery-image] Aug 29 15:12:33.244 INFO O| Aug 29 15:12:33.244 INFO STEP 302 (remove_files) COMPLETE |
4904 | 2024-08-29T15:12:34.912Z | [ recovery-image] Aug 29 15:12:33.244 INFO O| Aug 29 15:12:33.244 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-08-29T15:12:34.931Z | [ recovery-image] Aug 29 15:12:33.262 INFO O| Aug 29 15:12:33.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4906 | 2024-08-29T15:12:34.931Z | [ recovery-image] Aug 29 15:12:33.262 INFO O| Aug 29 15:12:33.262 INFO STEP 303 (remove_files) COMPLETE |
4907 | 2024-08-29T15:12:34.931Z | [ recovery-image] Aug 29 15:12:33.262 INFO O| Aug 29 15:12:33.262 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-08-29T15:12:34.941Z | [ host-image] Aug 29 15:12:33.273 INFO O| Aug 29 15:12:33.273 INFO O| Planning: Finding local manifests ... Done |
4909 | 2024-08-29T15:12:34.944Z | [ host-image] Aug 29 15:12:33.275 INFO O| Aug 29 15:12:33.275 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4910 | 2024-08-29T15:12:34.991Z | [ recovery-image] Aug 29 15:12:33.323 INFO O| Aug 29 15:12:33.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4911 | 2024-08-29T15:12:34.995Z | [ recovery-image] Aug 29 15:12:33.323 INFO O| Aug 29 15:12:33.323 INFO STEP 304 (remove_files) COMPLETE |
4912 | 2024-08-29T15:12:34.995Z | [ recovery-image] Aug 29 15:12:33.323 INFO O| Aug 29 15:12:33.323 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-08-29T15:12:35.013Z | [ recovery-image] Aug 29 15:12:33.345 INFO O| Aug 29 15:12:33.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4914 | 2024-08-29T15:12:35.016Z | [ recovery-image] Aug 29 15:12:33.345 INFO O| Aug 29 15:12:33.345 INFO STEP 305 (remove_files) COMPLETE |
4915 | 2024-08-29T15:12:35.016Z | [ recovery-image] Aug 29 15:12:33.345 INFO O| Aug 29 15:12:33.345 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-08-29T15:12:35.036Z | [ recovery-image] Aug 29 15:12:33.367 INFO O| Aug 29 15:12:33.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4917 | 2024-08-29T15:12:35.038Z | [ recovery-image] Aug 29 15:12:33.367 INFO O| Aug 29 15:12:33.367 INFO STEP 306 (remove_files) COMPLETE |
4918 | 2024-08-29T15:12:35.038Z | [ recovery-image] Aug 29 15:12:33.368 INFO O| Aug 29 15:12:33.368 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-08-29T15:12:35.056Z | [ recovery-image] Aug 29 15:12:33.387 INFO O| Aug 29 15:12:33.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4920 | 2024-08-29T15:12:35.058Z | [ recovery-image] Aug 29 15:12:33.388 INFO O| Aug 29 15:12:33.388 INFO STEP 307 (remove_files) COMPLETE |
4921 | 2024-08-29T15:12:35.058Z | [ recovery-image] Aug 29 15:12:33.388 INFO O| Aug 29 15:12:33.388 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-08-29T15:12:35.075Z | [ recovery-image] Aug 29 15:12:33.407 INFO O| Aug 29 15:12:33.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4923 | 2024-08-29T15:12:35.078Z | [ recovery-image] Aug 29 15:12:33.407 INFO O| Aug 29 15:12:33.407 INFO STEP 308 (remove_files) COMPLETE |
4924 | 2024-08-29T15:12:35.078Z | [ recovery-image] Aug 29 15:12:33.407 INFO O| Aug 29 15:12:33.407 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-08-29T15:12:35.094Z | [ recovery-image] Aug 29 15:12:33.426 INFO O| Aug 29 15:12:33.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4926 | 2024-08-29T15:12:35.097Z | [ recovery-image] Aug 29 15:12:33.426 INFO O| Aug 29 15:12:33.426 INFO STEP 309 (remove_files) COMPLETE |
4927 | 2024-08-29T15:12:35.097Z | [ recovery-image] Aug 29 15:12:33.426 INFO O| Aug 29 15:12:33.426 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-08-29T15:12:35.114Z | [ recovery-image] Aug 29 15:12:33.446 INFO O| Aug 29 15:12:33.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4929 | 2024-08-29T15:12:35.117Z | [ recovery-image] Aug 29 15:12:33.446 INFO O| Aug 29 15:12:33.446 INFO STEP 310 (remove_files) COMPLETE |
4930 | 2024-08-29T15:12:35.117Z | [ recovery-image] Aug 29 15:12:33.446 INFO O| Aug 29 15:12:33.446 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-08-29T15:12:35.134Z | [ recovery-image] Aug 29 15:12:33.465 INFO O| Aug 29 15:12:33.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4932 | 2024-08-29T15:12:35.134Z | [ recovery-image] Aug 29 15:12:33.466 INFO O| Aug 29 15:12:33.465 INFO STEP 311 (remove_files) COMPLETE |
4933 | 2024-08-29T15:12:35.136Z | [ recovery-image] Aug 29 15:12:33.466 INFO O| Aug 29 15:12:33.466 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-08-29T15:12:35.151Z | [ recovery-image] Aug 29 15:12:33.483 INFO O| Aug 29 15:12:33.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4935 | 2024-08-29T15:12:35.154Z | [ recovery-image] Aug 29 15:12:33.483 INFO O| Aug 29 15:12:33.483 INFO STEP 312 (remove_files) COMPLETE |
4936 | 2024-08-29T15:12:35.154Z | [ recovery-image] Aug 29 15:12:33.484 INFO O| Aug 29 15:12:33.483 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-08-29T15:12:35.168Z | [ recovery-image] Aug 29 15:12:33.500 INFO O| Aug 29 15:12:33.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4938 | 2024-08-29T15:12:35.171Z | [ recovery-image] Aug 29 15:12:33.500 INFO O| Aug 29 15:12:33.500 INFO STEP 313 (remove_files) COMPLETE |
4939 | 2024-08-29T15:12:35.171Z | [ recovery-image] Aug 29 15:12:33.500 INFO O| Aug 29 15:12:33.500 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-08-29T15:12:35.189Z | [ recovery-image] Aug 29 15:12:33.518 INFO O| Aug 29 15:12:33.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4941 | 2024-08-29T15:12:35.189Z | [ recovery-image] Aug 29 15:12:33.518 INFO O| Aug 29 15:12:33.518 INFO STEP 314 (remove_files) COMPLETE |
4942 | 2024-08-29T15:12:35.189Z | [ recovery-image] Aug 29 15:12:33.519 INFO O| Aug 29 15:12:33.518 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-08-29T15:12:35.189Z | [ host-image] Aug 29 15:12:33.519 INFO O| Aug 29 15:12:33.519 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4944 | 2024-08-29T15:12:35.205Z | [ recovery-image] Aug 29 15:12:33.537 INFO O| Aug 29 15:12:33.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4945 | 2024-08-29T15:12:35.208Z | [ recovery-image] Aug 29 15:12:33.537 INFO O| Aug 29 15:12:33.537 INFO STEP 315 (remove_files) COMPLETE |
4946 | 2024-08-29T15:12:35.208Z | [ recovery-image] Aug 29 15:12:33.537 INFO O| Aug 29 15:12:33.537 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-08-29T15:12:35.225Z | [ recovery-image] Aug 29 15:12:33.556 INFO O| Aug 29 15:12:33.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4948 | 2024-08-29T15:12:35.225Z | [ recovery-image] Aug 29 15:12:33.556 INFO O| Aug 29 15:12:33.556 INFO STEP 316 (remove_files) COMPLETE |
4949 | 2024-08-29T15:12:35.227Z | [ recovery-image] Aug 29 15:12:33.556 INFO O| Aug 29 15:12:33.556 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-08-29T15:12:35.251Z | [ host-image] Aug 29 15:12:33.582 INFO O| Aug 29 15:12:33.582 INFO O| Planning: Package planning ... Done |
4951 | 2024-08-29T15:12:35.283Z | [ host-image] Aug 29 15:12:33.615 INFO O| Aug 29 15:12:33.615 INFO O| Planning: Merging actions ... Done |
4952 | 2024-08-29T15:12:35.286Z | [ recovery-image] Aug 29 15:12:33.615 INFO O| Aug 29 15:12:33.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4953 | 2024-08-29T15:12:35.286Z | [ recovery-image] Aug 29 15:12:33.616 INFO O| Aug 29 15:12:33.616 INFO STEP 317 (remove_files) COMPLETE |
4954 | 2024-08-29T15:12:35.286Z | [ recovery-image] Aug 29 15:12:33.616 INFO O| Aug 29 15:12:33.616 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-08-29T15:12:35.304Z | [ recovery-image] Aug 29 15:12:33.635 INFO O| Aug 29 15:12:33.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4956 | 2024-08-29T15:12:35.304Z | [ recovery-image] Aug 29 15:12:33.635 INFO O| Aug 29 15:12:33.635 INFO STEP 318 (remove_files) COMPLETE |
4957 | 2024-08-29T15:12:35.307Z | [ recovery-image] Aug 29 15:12:33.635 INFO O| Aug 29 15:12:33.635 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-08-29T15:12:35.388Z | [ recovery-image] Aug 29 15:12:33.719 INFO O| Aug 29 15:12:33.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4959 | 2024-08-29T15:12:35.388Z | [ recovery-image] Aug 29 15:12:33.719 INFO O| Aug 29 15:12:33.719 INFO STEP 319 (remove_files) COMPLETE |
4960 | 2024-08-29T15:12:35.388Z | [ recovery-image] Aug 29 15:12:33.719 INFO O| Aug 29 15:12:33.719 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-08-29T15:12:35.405Z | [ recovery-image] Aug 29 15:12:33.737 INFO O| Aug 29 15:12:33.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4962 | 2024-08-29T15:12:35.405Z | [ recovery-image] Aug 29 15:12:33.737 INFO O| Aug 29 15:12:33.737 INFO STEP 320 (remove_files) COMPLETE |
4963 | 2024-08-29T15:12:35.408Z | [ recovery-image] Aug 29 15:12:33.737 INFO O| Aug 29 15:12:33.737 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-08-29T15:12:35.423Z | [ recovery-image] Aug 29 15:12:33.755 INFO O| Aug 29 15:12:33.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4965 | 2024-08-29T15:12:35.423Z | [ recovery-image] Aug 29 15:12:33.755 INFO O| Aug 29 15:12:33.755 INFO STEP 321 (remove_files) COMPLETE |
4966 | 2024-08-29T15:12:35.426Z | [ recovery-image] Aug 29 15:12:33.755 INFO O| Aug 29 15:12:33.755 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-08-29T15:12:35.442Z | [ recovery-image] Aug 29 15:12:33.774 INFO O| Aug 29 15:12:33.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4968 | 2024-08-29T15:12:35.442Z | [ recovery-image] Aug 29 15:12:33.774 INFO O| Aug 29 15:12:33.774 INFO STEP 322 (remove_files) COMPLETE |
4969 | 2024-08-29T15:12:35.442Z | [ recovery-image] Aug 29 15:12:33.774 INFO O| Aug 29 15:12:33.774 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-08-29T15:12:35.460Z | [ recovery-image] Aug 29 15:12:33.792 INFO O| Aug 29 15:12:33.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4971 | 2024-08-29T15:12:35.463Z | [ recovery-image] Aug 29 15:12:33.792 INFO O| Aug 29 15:12:33.792 INFO STEP 323 (remove_files) COMPLETE |
4972 | 2024-08-29T15:12:35.463Z | [ recovery-image] Aug 29 15:12:33.792 INFO O| Aug 29 15:12:33.792 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-08-29T15:12:35.478Z | [ recovery-image] Aug 29 15:12:33.810 INFO O| Aug 29 15:12:33.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4974 | 2024-08-29T15:12:35.478Z | [ recovery-image] Aug 29 15:12:33.810 INFO O| Aug 29 15:12:33.810 INFO STEP 324 (remove_files) COMPLETE |
4975 | 2024-08-29T15:12:35.479Z | [ recovery-image] Aug 29 15:12:33.810 INFO O| Aug 29 15:12:33.810 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-08-29T15:12:35.516Z | [ recovery-image] Aug 29 15:12:33.847 INFO O| Aug 29 15:12:33.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4977 | 2024-08-29T15:12:35.516Z | [ recovery-image] Aug 29 15:12:33.847 INFO O| Aug 29 15:12:33.847 INFO STEP 325 (remove_files) COMPLETE |
4978 | 2024-08-29T15:12:35.516Z | [ recovery-image] Aug 29 15:12:33.847 INFO O| Aug 29 15:12:33.847 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-08-29T15:12:35.525Z | [ host-image] Aug 29 15:12:33.856 INFO O| Aug 29 15:12:33.856 INFO O| Planning: Checking for conflicting actions ... Done |
4980 | 2024-08-29T15:12:35.532Z | [ host-image] Aug 29 15:12:33.863 INFO O| Aug 29 15:12:33.863 INFO O| Planning: Consolidating action changes ... Done |
4981 | 2024-08-29T15:12:35.534Z | [ recovery-image] Aug 29 15:12:33.864 INFO O| Aug 29 15:12:33.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4982 | 2024-08-29T15:12:35.534Z | [ recovery-image] Aug 29 15:12:33.864 INFO O| Aug 29 15:12:33.864 INFO STEP 326 (remove_files) COMPLETE |
4983 | 2024-08-29T15:12:35.534Z | [ recovery-image] Aug 29 15:12:33.864 INFO O| Aug 29 15:12:33.864 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-08-29T15:12:35.549Z | [ recovery-image] Aug 29 15:12:33.880 INFO O| Aug 29 15:12:33.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4985 | 2024-08-29T15:12:35.549Z | [ recovery-image] Aug 29 15:12:33.880 INFO O| Aug 29 15:12:33.880 INFO STEP 327 (remove_files) COMPLETE |
4986 | 2024-08-29T15:12:35.551Z | [ recovery-image] Aug 29 15:12:33.880 INFO O| Aug 29 15:12:33.880 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-08-29T15:12:35.581Z | [ recovery-image] Aug 29 15:12:33.912 INFO O| Aug 29 15:12:33.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4988 | 2024-08-29T15:12:35.581Z | [ recovery-image] Aug 29 15:12:33.912 INFO O| Aug 29 15:12:33.912 INFO STEP 328 (remove_files) COMPLETE |
4989 | 2024-08-29T15:12:35.581Z | [ recovery-image] Aug 29 15:12:33.912 INFO O| Aug 29 15:12:33.912 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-08-29T15:12:35.639Z | [ recovery-image] Aug 29 15:12:33.970 INFO O| Aug 29 15:12:33.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4991 | 2024-08-29T15:12:35.639Z | [ recovery-image] Aug 29 15:12:33.970 INFO O| Aug 29 15:12:33.970 INFO STEP 329 (remove_files) COMPLETE |
4992 | 2024-08-29T15:12:35.639Z | [ recovery-image] Aug 29 15:12:33.971 INFO O| Aug 29 15:12:33.970 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-08-29T15:12:35.687Z | [ recovery-image] Aug 29 15:12:34.019 INFO O| Aug 29 15:12:34.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4994 | 2024-08-29T15:12:35.687Z | [ recovery-image] Aug 29 15:12:34.019 INFO O| Aug 29 15:12:34.019 INFO STEP 330 (remove_files) COMPLETE |
4995 | 2024-08-29T15:12:35.687Z | [ recovery-image] Aug 29 15:12:34.019 INFO O| Aug 29 15:12:34.019 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-08-29T15:12:35.704Z | [ recovery-image] Aug 29 15:12:34.036 INFO O| Aug 29 15:12:34.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4997 | 2024-08-29T15:12:35.707Z | [ recovery-image] Aug 29 15:12:34.036 INFO O| Aug 29 15:12:34.036 INFO STEP 331 (remove_files) COMPLETE |
4998 | 2024-08-29T15:12:35.707Z | [ recovery-image] Aug 29 15:12:34.036 INFO O| Aug 29 15:12:34.036 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-08-29T15:12:35.729Z | [ recovery-image] Aug 29 15:12:34.060 INFO O| Aug 29 15:12:34.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5000 | 2024-08-29T15:12:35.731Z | [ recovery-image] Aug 29 15:12:34.061 INFO O| Aug 29 15:12:34.060 INFO STEP 332 (remove_files) COMPLETE |
5001 | 2024-08-29T15:12:35.732Z | [ recovery-image] Aug 29 15:12:34.061 INFO O| Aug 29 15:12:34.061 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-08-29T15:12:35.779Z | [ recovery-image] Aug 29 15:12:34.111 INFO O| Aug 29 15:12:34.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5003 | 2024-08-29T15:12:35.782Z | [ recovery-image] Aug 29 15:12:34.111 INFO O| Aug 29 15:12:34.111 INFO STEP 333 (remove_files) COMPLETE |
5004 | 2024-08-29T15:12:35.782Z | [ recovery-image] Aug 29 15:12:34.111 INFO O| Aug 29 15:12:34.111 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-08-29T15:12:35.797Z | [ recovery-image] Aug 29 15:12:34.129 INFO O| Aug 29 15:12:34.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5006 | 2024-08-29T15:12:35.800Z | [ recovery-image] Aug 29 15:12:34.129 INFO O| Aug 29 15:12:34.129 INFO STEP 334 (remove_files) COMPLETE |
5007 | 2024-08-29T15:12:35.800Z | [ recovery-image] Aug 29 15:12:34.129 INFO O| Aug 29 15:12:34.129 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-08-29T15:12:35.824Z | [ recovery-image] Aug 29 15:12:34.155 INFO O| Aug 29 15:12:34.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5009 | 2024-08-29T15:12:35.824Z | [ recovery-image] Aug 29 15:12:34.155 INFO O| Aug 29 15:12:34.155 INFO STEP 335 (remove_files) COMPLETE |
5010 | 2024-08-29T15:12:35.827Z | [ recovery-image] Aug 29 15:12:34.155 INFO O| Aug 29 15:12:34.155 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-08-29T15:12:35.842Z | [ recovery-image] Aug 29 15:12:34.174 INFO O| Aug 29 15:12:34.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5012 | 2024-08-29T15:12:35.842Z | [ recovery-image] Aug 29 15:12:34.174 INFO O| Aug 29 15:12:34.174 INFO STEP 336 (remove_files) COMPLETE |
5013 | 2024-08-29T15:12:35.846Z | [ recovery-image] Aug 29 15:12:34.174 INFO O| Aug 29 15:12:34.174 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-08-29T15:12:35.877Z | [ recovery-image] Aug 29 15:12:34.208 INFO O| Aug 29 15:12:34.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5015 | 2024-08-29T15:12:35.877Z | [ recovery-image] Aug 29 15:12:34.208 INFO O| Aug 29 15:12:34.208 INFO STEP 337 (remove_files) COMPLETE |
5016 | 2024-08-29T15:12:35.879Z | [ recovery-image] Aug 29 15:12:34.208 INFO O| Aug 29 15:12:34.208 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-08-29T15:12:35.925Z | [ recovery-image] Aug 29 15:12:34.256 INFO O| Aug 29 15:12:34.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5018 | 2024-08-29T15:12:35.927Z | [ host-image] Aug 29 15:12:34.258 INFO O| Aug 29 15:12:34.258 INFO O| Planning: Evaluating mediators ... Done |
5019 | 2024-08-29T15:12:35.932Z | [ host-image] Aug 29 15:12:34.264 INFO O| Aug 29 15:12:34.264 INFO O| Planning: Planning completed in 3.99 seconds |
5020 | 2024-08-29T15:12:35.935Z | [ host-image] Aug 29 15:12:34.266 INFO O| Aug 29 15:12:34.266 INFO O| Packages to install: 6 |
5021 | 2024-08-29T15:12:35.935Z | [ host-image] Aug 29 15:12:34.266 INFO O| Aug 29 15:12:34.266 INFO O| Mediators to change: 1 |
5022 | 2024-08-29T15:12:35.937Z | [ host-image] Aug 29 15:12:34.267 INFO O| Aug 29 15:12:34.266 INFO O| Services to change: 1 |
5023 | 2024-08-29T15:12:35.946Z | [ recovery-image] Aug 29 15:12:34.277 INFO O| Aug 29 15:12:34.277 INFO STEP 338 (remove_files) COMPLETE |
5024 | 2024-08-29T15:12:35.946Z | [ recovery-image] Aug 29 15:12:34.277 INFO O| Aug 29 15:12:34.277 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-08-29T15:12:35.959Z | [ host-image] Aug 29 15:12:34.290 INFO O| Aug 29 15:12:34.290 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
5026 | 2024-08-29T15:12:35.982Z | [ recovery-image] Aug 29 15:12:34.312 INFO O| Aug 29 15:12:34.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5027 | 2024-08-29T15:12:35.982Z | [ recovery-image] Aug 29 15:12:34.312 INFO O| Aug 29 15:12:34.312 INFO STEP 339 (remove_files) COMPLETE |
5028 | 2024-08-29T15:12:35.982Z | [ recovery-image] Aug 29 15:12:34.312 INFO O| Aug 29 15:12:34.312 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-08-29T15:12:36.000Z | [ recovery-image] Aug 29 15:12:34.331 INFO O| Aug 29 15:12:34.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5030 | 2024-08-29T15:12:36.000Z | [ recovery-image] Aug 29 15:12:34.331 INFO O| Aug 29 15:12:34.331 INFO STEP 340 (remove_files) COMPLETE |
5031 | 2024-08-29T15:12:36.000Z | [ recovery-image] Aug 29 15:12:34.331 INFO O| Aug 29 15:12:34.331 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-08-29T15:12:36.018Z | [ recovery-image] Aug 29 15:12:34.350 INFO O| Aug 29 15:12:34.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5033 | 2024-08-29T15:12:36.018Z | [ recovery-image] Aug 29 15:12:34.350 INFO O| Aug 29 15:12:34.350 INFO STEP 341 (remove_files) COMPLETE |
5034 | 2024-08-29T15:12:36.018Z | [ recovery-image] Aug 29 15:12:34.350 INFO O| Aug 29 15:12:34.350 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-08-29T15:12:36.037Z | [ recovery-image] Aug 29 15:12:34.369 INFO O| Aug 29 15:12:34.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5036 | 2024-08-29T15:12:36.038Z | [ recovery-image] Aug 29 15:12:34.369 INFO O| Aug 29 15:12:34.369 INFO STEP 342 (remove_files) COMPLETE |
5037 | 2024-08-29T15:12:36.040Z | [ recovery-image] Aug 29 15:12:34.369 INFO O| Aug 29 15:12:34.369 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-08-29T15:12:36.055Z | [ recovery-image] Aug 29 15:12:34.386 INFO O| Aug 29 15:12:34.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5039 | 2024-08-29T15:12:36.055Z | [ recovery-image] Aug 29 15:12:34.386 INFO O| Aug 29 15:12:34.386 INFO STEP 343 (remove_files) COMPLETE |
5040 | 2024-08-29T15:12:36.055Z | [ recovery-image] Aug 29 15:12:34.386 INFO O| Aug 29 15:12:34.386 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-08-29T15:12:36.073Z | [ recovery-image] Aug 29 15:12:34.404 INFO O| Aug 29 15:12:34.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5042 | 2024-08-29T15:12:36.075Z | [ recovery-image] Aug 29 15:12:34.404 INFO O| Aug 29 15:12:34.404 INFO STEP 344 (remove_files) COMPLETE |
5043 | 2024-08-29T15:12:36.076Z | [ recovery-image] Aug 29 15:12:34.404 INFO O| Aug 29 15:12:34.404 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-08-29T15:12:36.090Z | [ recovery-image] Aug 29 15:12:34.421 INFO O| Aug 29 15:12:34.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5045 | 2024-08-29T15:12:36.090Z | [ recovery-image] Aug 29 15:12:34.421 INFO O| Aug 29 15:12:34.421 INFO STEP 345 (remove_files) COMPLETE |
5046 | 2024-08-29T15:12:36.093Z | [ recovery-image] Aug 29 15:12:34.421 INFO O| Aug 29 15:12:34.421 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-08-29T15:12:36.106Z | [ recovery-image] Aug 29 15:12:34.437 INFO O| Aug 29 15:12:34.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5048 | 2024-08-29T15:12:36.106Z | [ recovery-image] Aug 29 15:12:34.438 INFO O| Aug 29 15:12:34.438 INFO STEP 346 (remove_files) COMPLETE |
5049 | 2024-08-29T15:12:36.109Z | [ recovery-image] Aug 29 15:12:34.438 INFO O| Aug 29 15:12:34.438 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-08-29T15:12:36.139Z | [ recovery-image] Aug 29 15:12:34.470 INFO O| Aug 29 15:12:34.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5051 | 2024-08-29T15:12:36.139Z | [ recovery-image] Aug 29 15:12:34.470 INFO O| Aug 29 15:12:34.470 INFO STEP 347 (remove_files) COMPLETE |
5052 | 2024-08-29T15:12:36.139Z | [ recovery-image] Aug 29 15:12:34.470 INFO O| Aug 29 15:12:34.470 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-08-29T15:12:36.200Z | [ recovery-image] Aug 29 15:12:34.531 INFO O| Aug 29 15:12:34.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5054 | 2024-08-29T15:12:36.200Z | [ recovery-image] Aug 29 15:12:34.531 INFO O| Aug 29 15:12:34.531 INFO STEP 348 (remove_files) COMPLETE |
5055 | 2024-08-29T15:12:36.200Z | [ recovery-image] Aug 29 15:12:34.531 INFO O| Aug 29 15:12:34.531 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-08-29T15:12:36.237Z | [ recovery-image] Aug 29 15:12:34.568 INFO O| Aug 29 15:12:34.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5057 | 2024-08-29T15:12:36.237Z | [ recovery-image] Aug 29 15:12:34.568 INFO O| Aug 29 15:12:34.568 INFO STEP 349 (remove_files) COMPLETE |
5058 | 2024-08-29T15:12:36.239Z | [ recovery-image] Aug 29 15:12:34.568 INFO O| Aug 29 15:12:34.568 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-08-29T15:12:36.255Z | [ recovery-image] Aug 29 15:12:34.586 INFO O| Aug 29 15:12:34.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5060 | 2024-08-29T15:12:36.255Z | [ recovery-image] Aug 29 15:12:34.586 INFO O| Aug 29 15:12:34.586 INFO STEP 350 (remove_files) COMPLETE |
5061 | 2024-08-29T15:12:36.255Z | [ recovery-image] Aug 29 15:12:34.586 INFO O| Aug 29 15:12:34.586 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-08-29T15:12:36.273Z | [ recovery-image] Aug 29 15:12:34.604 INFO O| Aug 29 15:12:34.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5063 | 2024-08-29T15:12:36.273Z | [ recovery-image] Aug 29 15:12:34.605 INFO O| Aug 29 15:12:34.604 INFO STEP 351 (remove_files) COMPLETE |
5064 | 2024-08-29T15:12:36.276Z | [ recovery-image] Aug 29 15:12:34.605 INFO O| Aug 29 15:12:34.605 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-08-29T15:12:36.291Z | [ recovery-image] Aug 29 15:12:34.622 INFO O| Aug 29 15:12:34.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5066 | 2024-08-29T15:12:36.291Z | [ recovery-image] Aug 29 15:12:34.622 INFO O| Aug 29 15:12:34.622 INFO STEP 352 (remove_files) COMPLETE |
5067 | 2024-08-29T15:12:36.294Z | [ recovery-image] Aug 29 15:12:34.623 INFO O| Aug 29 15:12:34.623 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-08-29T15:12:36.309Z | [ recovery-image] Aug 29 15:12:34.640 INFO O| Aug 29 15:12:34.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5069 | 2024-08-29T15:12:36.311Z | [ recovery-image] Aug 29 15:12:34.640 INFO O| Aug 29 15:12:34.640 INFO STEP 353 (remove_files) COMPLETE |
5070 | 2024-08-29T15:12:36.311Z | [ recovery-image] Aug 29 15:12:34.640 INFO O| Aug 29 15:12:34.640 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-08-29T15:12:36.326Z | [ recovery-image] Aug 29 15:12:34.658 INFO O| Aug 29 15:12:34.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5072 | 2024-08-29T15:12:36.326Z | [ recovery-image] Aug 29 15:12:34.658 INFO O| Aug 29 15:12:34.658 INFO STEP 354 (remove_files) COMPLETE |
5073 | 2024-08-29T15:12:36.329Z | [ recovery-image] Aug 29 15:12:34.658 INFO O| Aug 29 15:12:34.658 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-08-29T15:12:36.345Z | [ recovery-image] Aug 29 15:12:34.676 INFO O| Aug 29 15:12:34.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5075 | 2024-08-29T15:12:36.347Z | [ recovery-image] Aug 29 15:12:34.676 INFO O| Aug 29 15:12:34.676 INFO STEP 355 (remove_files) COMPLETE |
5076 | 2024-08-29T15:12:36.347Z | [ recovery-image] Aug 29 15:12:34.676 INFO O| Aug 29 15:12:34.676 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-08-29T15:12:36.362Z | [ recovery-image] Aug 29 15:12:34.693 INFO O| Aug 29 15:12:34.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5078 | 2024-08-29T15:12:36.365Z | [ recovery-image] Aug 29 15:12:34.694 INFO O| Aug 29 15:12:34.694 INFO STEP 356 (remove_files) COMPLETE |
5079 | 2024-08-29T15:12:36.365Z | [ recovery-image] Aug 29 15:12:34.694 INFO O| Aug 29 15:12:34.694 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-08-29T15:12:36.380Z | [ recovery-image] Aug 29 15:12:34.711 INFO O| Aug 29 15:12:34.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5081 | 2024-08-29T15:12:36.382Z | [ recovery-image] Aug 29 15:12:34.711 INFO O| Aug 29 15:12:34.711 INFO STEP 357 (remove_files) COMPLETE |
5082 | 2024-08-29T15:12:36.382Z | [ recovery-image] Aug 29 15:12:34.711 INFO O| Aug 29 15:12:34.711 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-08-29T15:12:36.397Z | [ recovery-image] Aug 29 15:12:34.728 INFO O| Aug 29 15:12:34.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5084 | 2024-08-29T15:12:36.399Z | [ recovery-image] Aug 29 15:12:34.728 INFO O| Aug 29 15:12:34.728 INFO STEP 358 (remove_files) COMPLETE |
5085 | 2024-08-29T15:12:36.399Z | [ recovery-image] Aug 29 15:12:34.728 INFO O| Aug 29 15:12:34.728 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-08-29T15:12:36.414Z | [ recovery-image] Aug 29 15:12:34.745 INFO O| Aug 29 15:12:34.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5087 | 2024-08-29T15:12:36.417Z | [ recovery-image] Aug 29 15:12:34.746 INFO O| Aug 29 15:12:34.745 INFO STEP 359 (remove_files) COMPLETE |
5088 | 2024-08-29T15:12:36.417Z | [ recovery-image] Aug 29 15:12:34.746 INFO O| Aug 29 15:12:34.745 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-08-29T15:12:36.432Z | [ recovery-image] Aug 29 15:12:34.763 INFO O| Aug 29 15:12:34.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5090 | 2024-08-29T15:12:36.432Z | [ recovery-image] Aug 29 15:12:34.763 INFO O| Aug 29 15:12:34.763 INFO STEP 360 (remove_files) COMPLETE |
5091 | 2024-08-29T15:12:36.432Z | [ recovery-image] Aug 29 15:12:34.763 INFO O| Aug 29 15:12:34.763 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-08-29T15:12:36.448Z | [ recovery-image] Aug 29 15:12:34.779 INFO O| Aug 29 15:12:34.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5093 | 2024-08-29T15:12:36.448Z | [ recovery-image] Aug 29 15:12:34.779 INFO O| Aug 29 15:12:34.779 INFO STEP 361 (remove_files) COMPLETE |
5094 | 2024-08-29T15:12:36.448Z | [ recovery-image] Aug 29 15:12:34.780 INFO O| Aug 29 15:12:34.779 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-08-29T15:12:36.465Z | [ recovery-image] Aug 29 15:12:34.796 INFO O| Aug 29 15:12:34.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5096 | 2024-08-29T15:12:36.476Z | [ recovery-image] Aug 29 15:12:34.807 INFO O| Aug 29 15:12:34.807 INFO STEP 362 (remove_files) COMPLETE |
5097 | 2024-08-29T15:12:36.476Z | [ recovery-image] Aug 29 15:12:34.807 INFO O| Aug 29 15:12:34.807 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-08-29T15:12:36.507Z | [ recovery-image] Aug 29 15:12:34.838 INFO O| Aug 29 15:12:34.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5099 | 2024-08-29T15:12:36.507Z | [ recovery-image] Aug 29 15:12:34.838 INFO O| Aug 29 15:12:34.838 INFO STEP 363 (remove_files) COMPLETE |
5100 | 2024-08-29T15:12:36.507Z | [ recovery-image] Aug 29 15:12:34.838 INFO O| Aug 29 15:12:34.838 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-08-29T15:12:36.525Z | [ recovery-image] Aug 29 15:12:34.856 INFO O| Aug 29 15:12:34.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5102 | 2024-08-29T15:12:36.525Z | [ recovery-image] Aug 29 15:12:34.856 INFO O| Aug 29 15:12:34.856 INFO STEP 364 (remove_files) COMPLETE |
5103 | 2024-08-29T15:12:36.525Z | [ recovery-image] Aug 29 15:12:34.856 INFO O| Aug 29 15:12:34.856 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-08-29T15:12:36.544Z | [ recovery-image] Aug 29 15:12:34.875 INFO O| Aug 29 15:12:34.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5105 | 2024-08-29T15:12:36.544Z | [ recovery-image] Aug 29 15:12:34.875 INFO O| Aug 29 15:12:34.875 INFO STEP 365 (remove_files) COMPLETE |
5106 | 2024-08-29T15:12:36.546Z | [ recovery-image] Aug 29 15:12:34.875 INFO O| Aug 29 15:12:34.875 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-08-29T15:12:36.561Z | [ recovery-image] Aug 29 15:12:34.892 INFO O| Aug 29 15:12:34.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5108 | 2024-08-29T15:12:36.561Z | [ recovery-image] Aug 29 15:12:34.892 INFO O| Aug 29 15:12:34.892 INFO STEP 366 (remove_files) COMPLETE |
5109 | 2024-08-29T15:12:36.563Z | [ recovery-image] Aug 29 15:12:34.892 INFO O| Aug 29 15:12:34.892 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-08-29T15:12:36.578Z | [ recovery-image] Aug 29 15:12:34.909 INFO O| Aug 29 15:12:34.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5111 | 2024-08-29T15:12:36.578Z | [ recovery-image] Aug 29 15:12:34.909 INFO O| Aug 29 15:12:34.909 INFO STEP 367 (remove_files) COMPLETE |
5112 | 2024-08-29T15:12:36.580Z | [ recovery-image] Aug 29 15:12:34.909 INFO O| Aug 29 15:12:34.909 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-08-29T15:12:36.594Z | [ recovery-image] Aug 29 15:12:34.926 INFO O| Aug 29 15:12:34.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5114 | 2024-08-29T15:12:36.595Z | [ recovery-image] Aug 29 15:12:34.926 INFO O| Aug 29 15:12:34.926 INFO STEP 368 (remove_files) COMPLETE |
5115 | 2024-08-29T15:12:36.595Z | [ recovery-image] Aug 29 15:12:34.926 INFO O| Aug 29 15:12:34.926 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-08-29T15:12:36.611Z | [ recovery-image] Aug 29 15:12:34.942 INFO O| Aug 29 15:12:34.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5117 | 2024-08-29T15:12:36.611Z | [ recovery-image] Aug 29 15:12:34.942 INFO O| Aug 29 15:12:34.942 INFO STEP 369 (remove_files) COMPLETE |
5118 | 2024-08-29T15:12:36.611Z | [ recovery-image] Aug 29 15:12:34.942 INFO O| Aug 29 15:12:34.942 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-08-29T15:12:36.628Z | [ recovery-image] Aug 29 15:12:34.959 INFO O| Aug 29 15:12:34.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5120 | 2024-08-29T15:12:36.628Z | [ recovery-image] Aug 29 15:12:34.959 INFO O| Aug 29 15:12:34.959 INFO STEP 370 (remove_files) COMPLETE |
5121 | 2024-08-29T15:12:36.628Z | [ recovery-image] Aug 29 15:12:34.959 INFO O| Aug 29 15:12:34.959 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-08-29T15:12:36.646Z | [ recovery-image] Aug 29 15:12:34.977 INFO O| Aug 29 15:12:34.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5123 | 2024-08-29T15:12:36.646Z | [ recovery-image] Aug 29 15:12:34.977 INFO O| Aug 29 15:12:34.977 INFO STEP 371 (remove_files) COMPLETE |
5124 | 2024-08-29T15:12:36.649Z | [ recovery-image] Aug 29 15:12:34.977 INFO O| Aug 29 15:12:34.977 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-08-29T15:12:36.662Z | [ recovery-image] Aug 29 15:12:34.993 INFO O| Aug 29 15:12:34.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5126 | 2024-08-29T15:12:36.665Z | [ recovery-image] Aug 29 15:12:34.993 INFO O| Aug 29 15:12:34.993 INFO STEP 372 (remove_files) COMPLETE |
5127 | 2024-08-29T15:12:36.665Z | [ recovery-image] Aug 29 15:12:34.994 INFO O| Aug 29 15:12:34.993 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-08-29T15:12:36.681Z | [ recovery-image] Aug 29 15:12:35.013 INFO O| Aug 29 15:12:35.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5129 | 2024-08-29T15:12:36.682Z | [ recovery-image] Aug 29 15:12:35.013 INFO O| Aug 29 15:12:35.013 INFO STEP 373 (remove_files) COMPLETE |
5130 | 2024-08-29T15:12:36.684Z | [ recovery-image] Aug 29 15:12:35.013 INFO O| Aug 29 15:12:35.013 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-08-29T15:12:36.710Z | [ recovery-image] Aug 29 15:12:35.040 INFO O| Aug 29 15:12:35.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5132 | 2024-08-29T15:12:36.710Z | [ recovery-image] Aug 29 15:12:35.040 INFO O| Aug 29 15:12:35.040 INFO STEP 374 (remove_files) COMPLETE |
5133 | 2024-08-29T15:12:36.710Z | [ recovery-image] Aug 29 15:12:35.040 INFO O| Aug 29 15:12:35.040 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-08-29T15:12:36.769Z | [ recovery-image] Aug 29 15:12:35.100 INFO O| Aug 29 15:12:35.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5135 | 2024-08-29T15:12:36.769Z | [ recovery-image] Aug 29 15:12:35.100 INFO O| Aug 29 15:12:35.100 INFO STEP 375 (remove_files) COMPLETE |
5136 | 2024-08-29T15:12:36.769Z | [ recovery-image] Aug 29 15:12:35.100 INFO O| Aug 29 15:12:35.100 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-08-29T15:12:36.812Z | [ recovery-image] Aug 29 15:12:35.144 INFO O| Aug 29 15:12:35.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5138 | 2024-08-29T15:12:36.813Z | [ recovery-image] Aug 29 15:12:35.144 INFO O| Aug 29 15:12:35.144 INFO STEP 376 (remove_files) COMPLETE |
5139 | 2024-08-29T15:12:36.815Z | [ recovery-image] Aug 29 15:12:35.144 INFO O| Aug 29 15:12:35.144 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-08-29T15:12:36.831Z | [ recovery-image] Aug 29 15:12:35.162 INFO O| Aug 29 15:12:35.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5141 | 2024-08-29T15:12:36.831Z | [ recovery-image] Aug 29 15:12:35.163 INFO O| Aug 29 15:12:35.163 INFO STEP 377 (remove_files) COMPLETE |
5142 | 2024-08-29T15:12:36.834Z | [ recovery-image] Aug 29 15:12:35.163 INFO O| Aug 29 15:12:35.163 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-08-29T15:12:36.850Z | [ recovery-image] Aug 29 15:12:35.181 INFO O| Aug 29 15:12:35.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5144 | 2024-08-29T15:12:36.850Z | [ recovery-image] Aug 29 15:12:35.181 INFO O| Aug 29 15:12:35.181 INFO STEP 378 (remove_files) COMPLETE |
5145 | 2024-08-29T15:12:36.850Z | [ recovery-image] Aug 29 15:12:35.181 INFO O| Aug 29 15:12:35.181 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-08-29T15:12:36.868Z | [ recovery-image] Aug 29 15:12:35.199 INFO O| Aug 29 15:12:35.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5147 | 2024-08-29T15:12:36.868Z | [ recovery-image] Aug 29 15:12:35.199 INFO O| Aug 29 15:12:35.199 INFO STEP 379 (remove_files) COMPLETE |
5148 | 2024-08-29T15:12:36.870Z | [ recovery-image] Aug 29 15:12:35.199 INFO O| Aug 29 15:12:35.199 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-08-29T15:12:36.886Z | [ recovery-image] Aug 29 15:12:35.217 INFO O| Aug 29 15:12:35.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5150 | 2024-08-29T15:12:36.886Z | [ recovery-image] Aug 29 15:12:35.217 INFO O| Aug 29 15:12:35.217 INFO STEP 380 (remove_files) COMPLETE |
5151 | 2024-08-29T15:12:36.886Z | [ recovery-image] Aug 29 15:12:35.217 INFO O| Aug 29 15:12:35.217 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-08-29T15:12:36.921Z | [ recovery-image] Aug 29 15:12:35.252 INFO O| Aug 29 15:12:35.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5153 | 2024-08-29T15:12:36.924Z | [ recovery-image] Aug 29 15:12:35.252 INFO O| Aug 29 15:12:35.252 INFO STEP 381 (remove_files) COMPLETE |
5154 | 2024-08-29T15:12:36.924Z | [ recovery-image] Aug 29 15:12:35.252 INFO O| Aug 29 15:12:35.252 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-08-29T15:12:36.952Z | [ recovery-image] Aug 29 15:12:35.283 INFO O| Aug 29 15:12:35.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5156 | 2024-08-29T15:12:36.952Z | [ recovery-image] Aug 29 15:12:35.283 INFO O| Aug 29 15:12:35.283 INFO STEP 382 (remove_files) COMPLETE |
5157 | 2024-08-29T15:12:36.952Z | [ recovery-image] Aug 29 15:12:35.283 INFO O| Aug 29 15:12:35.283 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-08-29T15:12:37.003Z | [ recovery-image] Aug 29 15:12:35.334 INFO O| Aug 29 15:12:35.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5159 | 2024-08-29T15:12:37.014Z | [ recovery-image] Aug 29 15:12:35.344 INFO O| Aug 29 15:12:35.344 INFO STEP 383 (remove_files) COMPLETE |
5160 | 2024-08-29T15:12:37.014Z | [ recovery-image] Aug 29 15:12:35.344 INFO O| Aug 29 15:12:35.344 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-08-29T15:12:37.035Z | [ recovery-image] Aug 29 15:12:35.366 INFO O| Aug 29 15:12:35.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5162 | 2024-08-29T15:12:37.038Z | [ recovery-image] Aug 29 15:12:35.367 INFO O| Aug 29 15:12:35.366 INFO STEP 384 (remove_files) COMPLETE |
5163 | 2024-08-29T15:12:37.038Z | [ recovery-image] Aug 29 15:12:35.367 INFO O| Aug 29 15:12:35.366 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-08-29T15:12:37.056Z | [ recovery-image] Aug 29 15:12:35.387 INFO O| Aug 29 15:12:35.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5165 | 2024-08-29T15:12:37.056Z | [ recovery-image] Aug 29 15:12:35.387 INFO O| Aug 29 15:12:35.387 INFO STEP 385 (remove_files) COMPLETE |
5166 | 2024-08-29T15:12:37.056Z | [ recovery-image] Aug 29 15:12:35.387 INFO O| Aug 29 15:12:35.387 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-08-29T15:12:37.075Z | [ recovery-image] Aug 29 15:12:35.406 INFO O| Aug 29 15:12:35.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5168 | 2024-08-29T15:12:37.075Z | [ recovery-image] Aug 29 15:12:35.406 INFO O| Aug 29 15:12:35.406 INFO STEP 386 (remove_files) COMPLETE |
5169 | 2024-08-29T15:12:37.075Z | [ recovery-image] Aug 29 15:12:35.406 INFO O| Aug 29 15:12:35.406 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-08-29T15:12:37.095Z | [ recovery-image] Aug 29 15:12:35.426 INFO O| Aug 29 15:12:35.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5171 | 2024-08-29T15:12:37.095Z | [ recovery-image] Aug 29 15:12:35.426 INFO O| Aug 29 15:12:35.426 INFO STEP 387 (remove_files) COMPLETE |
5172 | 2024-08-29T15:12:37.095Z | [ recovery-image] Aug 29 15:12:35.426 INFO O| Aug 29 15:12:35.426 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-08-29T15:12:37.114Z | [ recovery-image] Aug 29 15:12:35.445 INFO O| Aug 29 15:12:35.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5174 | 2024-08-29T15:12:37.114Z | [ recovery-image] Aug 29 15:12:35.445 INFO O| Aug 29 15:12:35.445 INFO STEP 388 (remove_files) COMPLETE |
5175 | 2024-08-29T15:12:37.117Z | [ recovery-image] Aug 29 15:12:35.445 INFO O| Aug 29 15:12:35.445 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-08-29T15:12:37.154Z | [ recovery-image] Aug 29 15:12:35.485 INFO O| Aug 29 15:12:35.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5177 | 2024-08-29T15:12:37.154Z | [ recovery-image] Aug 29 15:12:35.485 INFO O| Aug 29 15:12:35.485 INFO STEP 389 (remove_files) COMPLETE |
5178 | 2024-08-29T15:12:37.155Z | [ recovery-image] Aug 29 15:12:35.485 INFO O| Aug 29 15:12:35.485 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-08-29T15:12:37.234Z | [ recovery-image] Aug 29 15:12:35.565 INFO O| Aug 29 15:12:35.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5180 | 2024-08-29T15:12:37.237Z | [ recovery-image] Aug 29 15:12:35.565 INFO O| Aug 29 15:12:35.565 INFO STEP 390 (remove_files) COMPLETE |
5181 | 2024-08-29T15:12:37.237Z | [ recovery-image] Aug 29 15:12:35.565 INFO O| Aug 29 15:12:35.565 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-08-29T15:12:37.273Z | [ recovery-image] Aug 29 15:12:35.604 INFO O| Aug 29 15:12:35.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5183 | 2024-08-29T15:12:37.278Z | [ recovery-image] Aug 29 15:12:35.604 INFO O| Aug 29 15:12:35.604 INFO STEP 391 (remove_files) COMPLETE |
5184 | 2024-08-29T15:12:37.278Z | [ recovery-image] Aug 29 15:12:35.604 INFO O| Aug 29 15:12:35.604 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-08-29T15:12:37.290Z | [ recovery-image] Aug 29 15:12:35.621 INFO O| Aug 29 15:12:35.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5186 | 2024-08-29T15:12:37.290Z | [ recovery-image] Aug 29 15:12:35.621 INFO O| Aug 29 15:12:35.621 INFO STEP 392 (remove_files) COMPLETE |
5187 | 2024-08-29T15:12:37.292Z | [ recovery-image] Aug 29 15:12:35.621 INFO O| Aug 29 15:12:35.621 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-08-29T15:12:37.310Z | [ recovery-image] Aug 29 15:12:35.639 INFO O| Aug 29 15:12:35.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5189 | 2024-08-29T15:12:37.310Z | [ recovery-image] Aug 29 15:12:35.639 INFO O| Aug 29 15:12:35.639 INFO STEP 393 (remove_files) COMPLETE |
5190 | 2024-08-29T15:12:37.313Z | [ recovery-image] Aug 29 15:12:35.639 INFO O| Aug 29 15:12:35.639 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-08-29T15:12:37.332Z | [ recovery-image] Aug 29 15:12:35.662 INFO O| Aug 29 15:12:35.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5192 | 2024-08-29T15:12:37.332Z | [ recovery-image] Aug 29 15:12:35.663 INFO O| Aug 29 15:12:35.662 INFO STEP 394 (remove_files) COMPLETE |
5193 | 2024-08-29T15:12:37.335Z | [ recovery-image] Aug 29 15:12:35.663 INFO O| Aug 29 15:12:35.663 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-08-29T15:12:37.351Z | [ recovery-image] Aug 29 15:12:35.682 INFO O| Aug 29 15:12:35.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5195 | 2024-08-29T15:12:37.351Z | [ recovery-image] Aug 29 15:12:35.682 INFO O| Aug 29 15:12:35.682 INFO STEP 395 (remove_files) COMPLETE |
5196 | 2024-08-29T15:12:37.351Z | [ recovery-image] Aug 29 15:12:35.682 INFO O| Aug 29 15:12:35.682 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-08-29T15:12:37.383Z | [ recovery-image] Aug 29 15:12:35.714 INFO O| Aug 29 15:12:35.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5198 | 2024-08-29T15:12:37.383Z | [ recovery-image] Aug 29 15:12:35.714 INFO O| Aug 29 15:12:35.714 INFO STEP 396 (remove_files) COMPLETE |
5199 | 2024-08-29T15:12:37.386Z | [ recovery-image] Aug 29 15:12:35.714 INFO O| Aug 29 15:12:35.714 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-08-29T15:12:37.402Z | [ recovery-image] Aug 29 15:12:35.733 INFO O| Aug 29 15:12:35.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5201 | 2024-08-29T15:12:37.402Z | [ recovery-image] Aug 29 15:12:35.733 INFO O| Aug 29 15:12:35.733 INFO STEP 397 (remove_files) COMPLETE |
5202 | 2024-08-29T15:12:37.404Z | [ recovery-image] Aug 29 15:12:35.733 INFO O| Aug 29 15:12:35.733 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-08-29T15:12:37.419Z | [ recovery-image] Aug 29 15:12:35.750 INFO O| Aug 29 15:12:35.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5204 | 2024-08-29T15:12:37.419Z | [ recovery-image] Aug 29 15:12:35.750 INFO O| Aug 29 15:12:35.750 INFO STEP 398 (remove_files) COMPLETE |
5205 | 2024-08-29T15:12:37.421Z | [ recovery-image] Aug 29 15:12:35.750 INFO O| Aug 29 15:12:35.750 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-08-29T15:12:37.438Z | [ recovery-image] Aug 29 15:12:35.768 INFO O| Aug 29 15:12:35.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5207 | 2024-08-29T15:12:37.440Z | [ recovery-image] Aug 29 15:12:35.769 INFO O| Aug 29 15:12:35.768 INFO STEP 399 (remove_files) COMPLETE |
5208 | 2024-08-29T15:12:37.440Z | [ recovery-image] Aug 29 15:12:35.769 INFO O| Aug 29 15:12:35.769 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-08-29T15:12:37.458Z | [ recovery-image] Aug 29 15:12:35.788 INFO O| Aug 29 15:12:35.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5210 | 2024-08-29T15:12:37.458Z | [ recovery-image] Aug 29 15:12:35.788 INFO O| Aug 29 15:12:35.788 INFO STEP 400 (remove_files) COMPLETE |
5211 | 2024-08-29T15:12:37.460Z | [ recovery-image] Aug 29 15:12:35.789 INFO O| Aug 29 15:12:35.788 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-08-29T15:12:37.475Z | [ recovery-image] Aug 29 15:12:35.805 INFO O| Aug 29 15:12:35.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5213 | 2024-08-29T15:12:37.475Z | [ recovery-image] Aug 29 15:12:35.806 INFO O| Aug 29 15:12:35.806 INFO STEP 401 (remove_files) COMPLETE |
5214 | 2024-08-29T15:12:37.475Z | [ recovery-image] Aug 29 15:12:35.806 INFO O| Aug 29 15:12:35.806 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-08-29T15:12:37.495Z | [ recovery-image] Aug 29 15:12:35.825 INFO O| Aug 29 15:12:35.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5216 | 2024-08-29T15:12:37.495Z | [ recovery-image] Aug 29 15:12:35.825 INFO O| Aug 29 15:12:35.825 INFO STEP 402 (remove_files) COMPLETE |
5217 | 2024-08-29T15:12:37.497Z | [ recovery-image] Aug 29 15:12:35.826 INFO O| Aug 29 15:12:35.825 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-08-29T15:12:37.512Z | [ recovery-image] Aug 29 15:12:35.843 INFO O| Aug 29 15:12:35.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5219 | 2024-08-29T15:12:37.513Z | [ recovery-image] Aug 29 15:12:35.844 INFO O| Aug 29 15:12:35.843 INFO STEP 403 (remove_files) COMPLETE |
5220 | 2024-08-29T15:12:37.515Z | [ recovery-image] Aug 29 15:12:35.844 INFO O| Aug 29 15:12:35.844 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-08-29T15:12:37.531Z | [ recovery-image] Aug 29 15:12:35.861 INFO O| Aug 29 15:12:35.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5222 | 2024-08-29T15:12:37.531Z | [ recovery-image] Aug 29 15:12:35.862 INFO O| Aug 29 15:12:35.862 INFO STEP 404 (remove_files) COMPLETE |
5223 | 2024-08-29T15:12:37.531Z | [ recovery-image] Aug 29 15:12:35.862 INFO O| Aug 29 15:12:35.862 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-08-29T15:12:37.548Z | [ recovery-image] Aug 29 15:12:35.879 INFO O| Aug 29 15:12:35.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5225 | 2024-08-29T15:12:37.548Z | [ recovery-image] Aug 29 15:12:35.879 INFO O| Aug 29 15:12:35.879 INFO STEP 405 (remove_files) COMPLETE |
5226 | 2024-08-29T15:12:37.548Z | [ recovery-image] Aug 29 15:12:35.879 INFO O| Aug 29 15:12:35.879 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-08-29T15:12:37.567Z | [ recovery-image] Aug 29 15:12:35.898 INFO O| Aug 29 15:12:35.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5228 | 2024-08-29T15:12:37.567Z | [ recovery-image] Aug 29 15:12:35.898 INFO O| Aug 29 15:12:35.898 INFO STEP 406 (remove_files) COMPLETE |
5229 | 2024-08-29T15:12:37.569Z | [ recovery-image] Aug 29 15:12:35.898 INFO O| Aug 29 15:12:35.898 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-08-29T15:12:37.585Z | [ recovery-image] Aug 29 15:12:35.916 INFO O| Aug 29 15:12:35.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5231 | 2024-08-29T15:12:37.603Z | [ recovery-image] Aug 29 15:12:35.934 INFO O| Aug 29 15:12:35.934 INFO STEP 407 (remove_files) COMPLETE |
5232 | 2024-08-29T15:12:37.603Z | [ recovery-image] Aug 29 15:12:35.934 INFO O| Aug 29 15:12:35.934 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-08-29T15:12:37.659Z | [ recovery-image] Aug 29 15:12:35.989 INFO O| Aug 29 15:12:35.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5234 | 2024-08-29T15:12:37.659Z | [ recovery-image] Aug 29 15:12:35.989 INFO O| Aug 29 15:12:35.989 INFO STEP 408 (remove_files) COMPLETE |
5235 | 2024-08-29T15:12:37.659Z | [ recovery-image] Aug 29 15:12:35.989 INFO O| Aug 29 15:12:35.989 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-08-29T15:12:37.684Z | [ recovery-image] Aug 29 15:12:36.014 INFO O| Aug 29 15:12:36.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5237 | 2024-08-29T15:12:37.684Z | [ recovery-image] Aug 29 15:12:36.015 INFO O| Aug 29 15:12:36.015 INFO STEP 409 (remove_files) COMPLETE |
5238 | 2024-08-29T15:12:37.686Z | [ recovery-image] Aug 29 15:12:36.015 INFO O| Aug 29 15:12:36.015 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-08-29T15:12:37.703Z | [ recovery-image] Aug 29 15:12:36.034 INFO O| Aug 29 15:12:36.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5240 | 2024-08-29T15:12:37.703Z | [ recovery-image] Aug 29 15:12:36.034 INFO O| Aug 29 15:12:36.034 INFO STEP 410 (remove_files) COMPLETE |
5241 | 2024-08-29T15:12:37.703Z | [ recovery-image] Aug 29 15:12:36.034 INFO O| Aug 29 15:12:36.034 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-08-29T15:12:37.764Z | [ recovery-image] Aug 29 15:12:36.094 INFO O| Aug 29 15:12:36.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5243 | 2024-08-29T15:12:37.766Z | [ recovery-image] Aug 29 15:12:36.094 INFO O| Aug 29 15:12:36.094 INFO STEP 411 (remove_files) COMPLETE |
5244 | 2024-08-29T15:12:37.766Z | [ recovery-image] Aug 29 15:12:36.095 INFO O| Aug 29 15:12:36.094 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-08-29T15:12:37.785Z | [ recovery-image] Aug 29 15:12:36.116 INFO O| Aug 29 15:12:36.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5246 | 2024-08-29T15:12:37.787Z | [ recovery-image] Aug 29 15:12:36.116 INFO O| Aug 29 15:12:36.116 INFO STEP 412 (remove_files) COMPLETE |
5247 | 2024-08-29T15:12:37.787Z | [ recovery-image] Aug 29 15:12:36.116 INFO O| Aug 29 15:12:36.116 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-08-29T15:12:37.807Z | [ recovery-image] Aug 29 15:12:36.137 INFO O| Aug 29 15:12:36.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5249 | 2024-08-29T15:12:37.810Z | [ recovery-image] Aug 29 15:12:36.137 INFO O| Aug 29 15:12:36.137 INFO STEP 413 (remove_files) COMPLETE |
5250 | 2024-08-29T15:12:37.810Z | [ recovery-image] Aug 29 15:12:36.137 INFO O| Aug 29 15:12:36.137 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-08-29T15:12:37.826Z | [ recovery-image] Aug 29 15:12:36.157 INFO O| Aug 29 15:12:36.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5252 | 2024-08-29T15:12:37.829Z | [ recovery-image] Aug 29 15:12:36.157 INFO O| Aug 29 15:12:36.157 INFO STEP 414 (remove_files) COMPLETE |
5253 | 2024-08-29T15:12:37.829Z | [ recovery-image] Aug 29 15:12:36.157 INFO O| Aug 29 15:12:36.157 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-08-29T15:12:37.846Z | [ recovery-image] Aug 29 15:12:36.177 INFO O| Aug 29 15:12:36.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5255 | 2024-08-29T15:12:37.848Z | [ recovery-image] Aug 29 15:12:36.177 INFO O| Aug 29 15:12:36.177 INFO STEP 415 (remove_files) COMPLETE |
5256 | 2024-08-29T15:12:37.848Z | [ recovery-image] Aug 29 15:12:36.177 INFO O| Aug 29 15:12:36.177 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-08-29T15:12:37.865Z | [ recovery-image] Aug 29 15:12:36.196 INFO O| Aug 29 15:12:36.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5258 | 2024-08-29T15:12:37.886Z | [ recovery-image] Aug 29 15:12:36.217 INFO O| Aug 29 15:12:36.217 INFO STEP 416 (remove_files) COMPLETE |
5259 | 2024-08-29T15:12:37.886Z | [ recovery-image] Aug 29 15:12:36.217 INFO O| Aug 29 15:12:36.217 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-08-29T15:12:37.917Z | [ recovery-image] Aug 29 15:12:36.248 INFO O| Aug 29 15:12:36.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5261 | 2024-08-29T15:12:37.917Z | [ recovery-image] Aug 29 15:12:36.248 INFO O| Aug 29 15:12:36.248 INFO STEP 417 (remove_files) COMPLETE |
5262 | 2024-08-29T15:12:37.917Z | [ recovery-image] Aug 29 15:12:36.248 INFO O| Aug 29 15:12:36.248 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-08-29T15:12:37.957Z | [ recovery-image] Aug 29 15:12:36.288 INFO O| Aug 29 15:12:36.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5264 | 2024-08-29T15:12:37.957Z | [ recovery-image] Aug 29 15:12:36.288 INFO O| Aug 29 15:12:36.288 INFO STEP 418 (remove_files) COMPLETE |
5265 | 2024-08-29T15:12:37.957Z | [ recovery-image] Aug 29 15:12:36.288 INFO O| Aug 29 15:12:36.288 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-08-29T15:12:38.038Z | [ recovery-image] Aug 29 15:12:36.369 INFO O| Aug 29 15:12:36.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5267 | 2024-08-29T15:12:38.042Z | [ recovery-image] Aug 29 15:12:36.369 INFO O| Aug 29 15:12:36.369 INFO STEP 419 (remove_files) COMPLETE |
5268 | 2024-08-29T15:12:38.042Z | [ recovery-image] Aug 29 15:12:36.369 INFO O| Aug 29 15:12:36.369 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-08-29T15:12:38.099Z | [ recovery-image] Aug 29 15:12:36.430 INFO O| Aug 29 15:12:36.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5270 | 2024-08-29T15:12:38.099Z | [ recovery-image] Aug 29 15:12:36.430 INFO O| Aug 29 15:12:36.430 INFO STEP 420 (remove_files) COMPLETE |
5271 | 2024-08-29T15:12:38.099Z | [ recovery-image] Aug 29 15:12:36.430 INFO O| Aug 29 15:12:36.430 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-08-29T15:12:38.138Z | [ recovery-image] Aug 29 15:12:36.468 INFO O| Aug 29 15:12:36.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5273 | 2024-08-29T15:12:38.138Z | [ recovery-image] Aug 29 15:12:36.468 INFO O| Aug 29 15:12:36.468 INFO STEP 421 (remove_files) COMPLETE |
5274 | 2024-08-29T15:12:38.138Z | [ recovery-image] Aug 29 15:12:36.468 INFO O| Aug 29 15:12:36.468 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2024-08-29T15:12:38.176Z | [ recovery-image] Aug 29 15:12:36.507 INFO O| Aug 29 15:12:36.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5276 | 2024-08-29T15:12:38.176Z | [ recovery-image] Aug 29 15:12:36.507 INFO O| Aug 29 15:12:36.507 INFO STEP 422 (remove_files) COMPLETE |
5277 | 2024-08-29T15:12:38.176Z | [ recovery-image] Aug 29 15:12:36.507 INFO O| Aug 29 15:12:36.507 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2024-08-29T15:12:38.237Z | [ recovery-image] Aug 29 15:12:36.568 INFO O| Aug 29 15:12:36.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5279 | 2024-08-29T15:12:38.237Z | [ recovery-image] Aug 29 15:12:36.568 INFO O| Aug 29 15:12:36.568 INFO STEP 423 (remove_files) COMPLETE |
5280 | 2024-08-29T15:12:38.237Z | [ recovery-image] Aug 29 15:12:36.568 INFO O| Aug 29 15:12:36.568 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-08-29T15:12:38.301Z | [ recovery-image] Aug 29 15:12:36.631 INFO O| Aug 29 15:12:36.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5282 | 2024-08-29T15:12:38.301Z | [ recovery-image] Aug 29 15:12:36.631 INFO O| Aug 29 15:12:36.631 INFO STEP 424 (remove_files) COMPLETE |
5283 | 2024-08-29T15:12:38.304Z | [ recovery-image] Aug 29 15:12:36.631 INFO O| Aug 29 15:12:36.631 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2024-08-29T15:12:38.358Z | [ recovery-image] Aug 29 15:12:36.689 INFO O| Aug 29 15:12:36.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5285 | 2024-08-29T15:12:38.358Z | [ recovery-image] Aug 29 15:12:36.689 INFO O| Aug 29 15:12:36.689 INFO STEP 425 (remove_files) COMPLETE |
5286 | 2024-08-29T15:12:38.358Z | [ recovery-image] Aug 29 15:12:36.689 INFO O| Aug 29 15:12:36.689 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-08-29T15:12:38.377Z | [ recovery-image] Aug 29 15:12:36.706 INFO O| Aug 29 15:12:36.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5288 | 2024-08-29T15:12:38.377Z | [ recovery-image] Aug 29 15:12:36.706 INFO O| Aug 29 15:12:36.706 INFO STEP 426 (remove_files) COMPLETE |
5289 | 2024-08-29T15:12:38.377Z | [ recovery-image] Aug 29 15:12:36.706 INFO O| Aug 29 15:12:36.706 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2024-08-29T15:12:38.393Z | [ recovery-image] Aug 29 15:12:36.724 INFO O| Aug 29 15:12:36.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5291 | 2024-08-29T15:12:38.394Z | [ recovery-image] Aug 29 15:12:36.724 INFO O| Aug 29 15:12:36.724 INFO STEP 427 (remove_files) COMPLETE |
5292 | 2024-08-29T15:12:38.394Z | [ recovery-image] Aug 29 15:12:36.724 INFO O| Aug 29 15:12:36.724 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2024-08-29T15:12:38.411Z | [ recovery-image] Aug 29 15:12:36.741 INFO O| Aug 29 15:12:36.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5294 | 2024-08-29T15:12:38.411Z | [ recovery-image] Aug 29 15:12:36.741 INFO O| Aug 29 15:12:36.741 INFO STEP 428 (remove_files) COMPLETE |
5295 | 2024-08-29T15:12:38.411Z | [ recovery-image] Aug 29 15:12:36.741 INFO O| Aug 29 15:12:36.741 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2024-08-29T15:12:38.428Z | [ recovery-image] Aug 29 15:12:36.759 INFO O| Aug 29 15:12:36.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5297 | 2024-08-29T15:12:38.428Z | [ recovery-image] Aug 29 15:12:36.759 INFO O| Aug 29 15:12:36.759 INFO STEP 429 (remove_files) COMPLETE |
5298 | 2024-08-29T15:12:38.431Z | [ recovery-image] Aug 29 15:12:36.759 INFO O| Aug 29 15:12:36.759 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2024-08-29T15:12:38.446Z | [ recovery-image] Aug 29 15:12:36.777 INFO O| Aug 29 15:12:36.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5300 | 2024-08-29T15:12:38.446Z | [ recovery-image] Aug 29 15:12:36.777 INFO O| Aug 29 15:12:36.777 INFO STEP 430 (remove_files) COMPLETE |
5301 | 2024-08-29T15:12:38.449Z | [ recovery-image] Aug 29 15:12:36.777 INFO O| Aug 29 15:12:36.777 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2024-08-29T15:12:38.475Z | [ recovery-image] Aug 29 15:12:36.805 INFO O| Aug 29 15:12:36.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5303 | 2024-08-29T15:12:38.475Z | [ recovery-image] Aug 29 15:12:36.805 INFO O| Aug 29 15:12:36.805 INFO STEP 431 (remove_files) COMPLETE |
5304 | 2024-08-29T15:12:38.475Z | [ recovery-image] Aug 29 15:12:36.805 INFO O| Aug 29 15:12:36.805 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2024-08-29T15:12:38.532Z | [ recovery-image] Aug 29 15:12:36.863 INFO O| Aug 29 15:12:36.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5306 | 2024-08-29T15:12:38.532Z | [ recovery-image] Aug 29 15:12:36.863 INFO O| Aug 29 15:12:36.863 INFO STEP 432 (remove_files) COMPLETE |
5307 | 2024-08-29T15:12:38.535Z | [ recovery-image] Aug 29 15:12:36.863 INFO O| Aug 29 15:12:36.863 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2024-08-29T15:12:38.550Z | [ recovery-image] Aug 29 15:12:36.880 INFO O| Aug 29 15:12:36.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5309 | 2024-08-29T15:12:38.550Z | [ recovery-image] Aug 29 15:12:36.880 INFO O| Aug 29 15:12:36.880 INFO STEP 433 (remove_files) COMPLETE |
5310 | 2024-08-29T15:12:38.552Z | [ recovery-image] Aug 29 15:12:36.880 INFO O| Aug 29 15:12:36.880 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2024-08-29T15:12:38.567Z | [ recovery-image] Aug 29 15:12:36.897 INFO O| Aug 29 15:12:36.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5312 | 2024-08-29T15:12:38.567Z | [ recovery-image] Aug 29 15:12:36.897 INFO O| Aug 29 15:12:36.897 INFO STEP 434 (remove_files) COMPLETE |
5313 | 2024-08-29T15:12:38.569Z | [ recovery-image] Aug 29 15:12:36.897 INFO O| Aug 29 15:12:36.897 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2024-08-29T15:12:38.585Z | [ recovery-image] Aug 29 15:12:36.915 INFO O| Aug 29 15:12:36.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5315 | 2024-08-29T15:12:38.585Z | [ recovery-image] Aug 29 15:12:36.915 INFO O| Aug 29 15:12:36.915 INFO STEP 435 (remove_files) COMPLETE |
5316 | 2024-08-29T15:12:38.585Z | [ recovery-image] Aug 29 15:12:36.915 INFO O| Aug 29 15:12:36.915 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2024-08-29T15:12:38.603Z | [ recovery-image] Aug 29 15:12:36.933 INFO O| Aug 29 15:12:36.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5318 | 2024-08-29T15:12:38.603Z | [ recovery-image] Aug 29 15:12:36.934 INFO O| Aug 29 15:12:36.934 INFO STEP 436 (remove_files) COMPLETE |
5319 | 2024-08-29T15:12:38.603Z | [ recovery-image] Aug 29 15:12:36.934 INFO O| Aug 29 15:12:36.934 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-08-29T15:12:38.622Z | [ recovery-image] Aug 29 15:12:36.952 INFO O| Aug 29 15:12:36.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5321 | 2024-08-29T15:12:38.622Z | [ recovery-image] Aug 29 15:12:36.952 INFO O| Aug 29 15:12:36.952 INFO STEP 437 (remove_files) COMPLETE |
5322 | 2024-08-29T15:12:38.622Z | [ recovery-image] Aug 29 15:12:36.952 INFO O| Aug 29 15:12:36.952 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2024-08-29T15:12:38.639Z | [ recovery-image] Aug 29 15:12:36.970 INFO O| Aug 29 15:12:36.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5324 | 2024-08-29T15:12:38.639Z | [ recovery-image] Aug 29 15:12:36.970 INFO O| Aug 29 15:12:36.970 INFO STEP 438 (remove_files) COMPLETE |
5325 | 2024-08-29T15:12:38.642Z | [ recovery-image] Aug 29 15:12:36.970 INFO O| Aug 29 15:12:36.970 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-08-29T15:12:38.658Z | [ recovery-image] Aug 29 15:12:36.988 INFO O| Aug 29 15:12:36.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5327 | 2024-08-29T15:12:38.658Z | [ recovery-image] Aug 29 15:12:36.988 INFO O| Aug 29 15:12:36.988 INFO STEP 439 (remove_files) COMPLETE |
5328 | 2024-08-29T15:12:38.661Z | [ recovery-image] Aug 29 15:12:36.988 INFO O| Aug 29 15:12:36.988 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-08-29T15:12:38.677Z | [ recovery-image] Aug 29 15:12:37.008 INFO O| Aug 29 15:12:37.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5330 | 2024-08-29T15:12:38.677Z | [ recovery-image] Aug 29 15:12:37.008 INFO O| Aug 29 15:12:37.008 INFO STEP 440 (remove_files) COMPLETE |
5331 | 2024-08-29T15:12:38.680Z | [ recovery-image] Aug 29 15:12:37.008 INFO O| Aug 29 15:12:37.008 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-08-29T15:12:38.698Z | [ recovery-image] Aug 29 15:12:37.028 INFO O| Aug 29 15:12:37.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5333 | 2024-08-29T15:12:38.698Z | [ recovery-image] Aug 29 15:12:37.028 INFO O| Aug 29 15:12:37.028 INFO STEP 441 (remove_files) COMPLETE |
5334 | 2024-08-29T15:12:38.698Z | [ recovery-image] Aug 29 15:12:37.028 INFO O| Aug 29 15:12:37.028 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-08-29T15:12:38.770Z | [ recovery-image] Aug 29 15:12:37.100 INFO O| Aug 29 15:12:37.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5336 | 2024-08-29T15:12:38.772Z | [ recovery-image] Aug 29 15:12:37.100 INFO O| Aug 29 15:12:37.100 INFO STEP 442 (remove_files) COMPLETE |
5337 | 2024-08-29T15:12:38.773Z | [ recovery-image] Aug 29 15:12:37.101 INFO O| Aug 29 15:12:37.100 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-08-29T15:12:38.791Z | [ recovery-image] Aug 29 15:12:37.121 INFO O| Aug 29 15:12:37.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5339 | 2024-08-29T15:12:38.794Z | [ recovery-image] Aug 29 15:12:37.121 INFO O| Aug 29 15:12:37.121 INFO STEP 443 (remove_files) COMPLETE |
5340 | 2024-08-29T15:12:38.794Z | [ recovery-image] Aug 29 15:12:37.121 INFO O| Aug 29 15:12:37.121 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-08-29T15:12:38.810Z | [ recovery-image] Aug 29 15:12:37.140 INFO O| Aug 29 15:12:37.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5342 | 2024-08-29T15:12:38.812Z | [ recovery-image] Aug 29 15:12:37.140 INFO O| Aug 29 15:12:37.140 INFO STEP 444 (remove_files) COMPLETE |
5343 | 2024-08-29T15:12:38.812Z | [ recovery-image] Aug 29 15:12:37.140 INFO O| Aug 29 15:12:37.140 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-08-29T15:12:38.828Z | [ recovery-image] Aug 29 15:12:37.159 INFO O| Aug 29 15:12:37.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5345 | 2024-08-29T15:12:38.831Z | [ recovery-image] Aug 29 15:12:37.159 INFO O| Aug 29 15:12:37.159 INFO STEP 445 (remove_files) COMPLETE |
5346 | 2024-08-29T15:12:38.831Z | [ recovery-image] Aug 29 15:12:37.159 INFO O| Aug 29 15:12:37.159 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-08-29T15:12:38.847Z | [ recovery-image] Aug 29 15:12:37.177 INFO O| Aug 29 15:12:37.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5348 | 2024-08-29T15:12:38.849Z | [ recovery-image] Aug 29 15:12:37.177 INFO O| Aug 29 15:12:37.177 INFO STEP 446 (remove_files) COMPLETE |
5349 | 2024-08-29T15:12:38.849Z | [ recovery-image] Aug 29 15:12:37.177 INFO O| Aug 29 15:12:37.177 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-08-29T15:12:38.864Z | [ recovery-image] Aug 29 15:12:37.195 INFO O| Aug 29 15:12:37.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5351 | 2024-08-29T15:12:38.867Z | [ recovery-image] Aug 29 15:12:37.195 INFO O| Aug 29 15:12:37.195 INFO STEP 447 (remove_files) COMPLETE |
5352 | 2024-08-29T15:12:38.867Z | [ recovery-image] Aug 29 15:12:37.195 INFO O| Aug 29 15:12:37.195 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-08-29T15:12:38.882Z | [ recovery-image] Aug 29 15:12:37.213 INFO O| Aug 29 15:12:37.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5354 | 2024-08-29T15:12:38.885Z | [ recovery-image] Aug 29 15:12:37.213 INFO O| Aug 29 15:12:37.213 INFO STEP 448 (remove_files) COMPLETE |
5355 | 2024-08-29T15:12:38.885Z | [ recovery-image] Aug 29 15:12:37.213 INFO O| Aug 29 15:12:37.213 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-08-29T15:12:39.005Z | [ recovery-image] Aug 29 15:12:37.335 INFO O| Aug 29 15:12:37.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5357 | 2024-08-29T15:12:39.005Z | [ recovery-image] Aug 29 15:12:37.335 INFO O| Aug 29 15:12:37.335 INFO STEP 449 (remove_files) COMPLETE |
5358 | 2024-08-29T15:12:39.005Z | [ recovery-image] Aug 29 15:12:37.335 INFO O| Aug 29 15:12:37.335 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-08-29T15:12:39.028Z | [ recovery-image] Aug 29 15:12:37.358 INFO O| Aug 29 15:12:37.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5360 | 2024-08-29T15:12:39.030Z | [ recovery-image] Aug 29 15:12:37.360 INFO O| Aug 29 15:12:37.360 INFO STEP 450 (remove_files) COMPLETE |
5361 | 2024-08-29T15:12:39.030Z | [ recovery-image] Aug 29 15:12:37.360 INFO O| Aug 29 15:12:37.360 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-08-29T15:12:39.048Z | [ recovery-image] Aug 29 15:12:37.379 INFO O| Aug 29 15:12:37.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5363 | 2024-08-29T15:12:39.048Z | [ recovery-image] Aug 29 15:12:37.379 INFO O| Aug 29 15:12:37.379 INFO STEP 451 (remove_files) COMPLETE |
5364 | 2024-08-29T15:12:39.050Z | [ recovery-image] Aug 29 15:12:37.379 INFO O| Aug 29 15:12:37.379 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-08-29T15:12:39.066Z | [ recovery-image] Aug 29 15:12:37.397 INFO O| Aug 29 15:12:37.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5366 | 2024-08-29T15:12:39.066Z | [ recovery-image] Aug 29 15:12:37.397 INFO O| Aug 29 15:12:37.397 INFO STEP 452 (remove_files) COMPLETE |
5367 | 2024-08-29T15:12:39.066Z | [ recovery-image] Aug 29 15:12:37.397 INFO O| Aug 29 15:12:37.397 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-08-29T15:12:39.100Z | [ recovery-image] Aug 29 15:12:37.430 INFO O| Aug 29 15:12:37.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5369 | 2024-08-29T15:12:39.100Z | [ recovery-image] Aug 29 15:12:37.430 INFO O| Aug 29 15:12:37.430 INFO STEP 453 (remove_files) COMPLETE |
5370 | 2024-08-29T15:12:39.102Z | [ recovery-image] Aug 29 15:12:37.430 INFO O| Aug 29 15:12:37.430 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-08-29T15:12:39.137Z | [ recovery-image] Aug 29 15:12:37.466 INFO O| Aug 29 15:12:37.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5372 | 2024-08-29T15:12:39.137Z | [ recovery-image] Aug 29 15:12:37.467 INFO O| Aug 29 15:12:37.466 INFO STEP 454 (remove_files) COMPLETE |
5373 | 2024-08-29T15:12:39.137Z | [ recovery-image] Aug 29 15:12:37.467 INFO O| Aug 29 15:12:37.466 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-08-29T15:12:39.156Z | [ recovery-image] Aug 29 15:12:37.486 INFO O| Aug 29 15:12:37.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5375 | 2024-08-29T15:12:39.156Z | [ recovery-image] Aug 29 15:12:37.487 INFO O| Aug 29 15:12:37.487 INFO STEP 455 (remove_files) COMPLETE |
5376 | 2024-08-29T15:12:39.156Z | [ recovery-image] Aug 29 15:12:37.487 INFO O| Aug 29 15:12:37.487 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-08-29T15:12:39.175Z | [ recovery-image] Aug 29 15:12:37.505 INFO O| Aug 29 15:12:37.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5378 | 2024-08-29T15:12:39.175Z | [ recovery-image] Aug 29 15:12:37.506 INFO O| Aug 29 15:12:37.506 INFO STEP 456 (remove_files) COMPLETE |
5379 | 2024-08-29T15:12:39.175Z | [ recovery-image] Aug 29 15:12:37.506 INFO O| Aug 29 15:12:37.506 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-08-29T15:12:39.193Z | [ recovery-image] Aug 29 15:12:37.524 INFO O| Aug 29 15:12:37.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5381 | 2024-08-29T15:12:39.193Z | [ recovery-image] Aug 29 15:12:37.524 INFO O| Aug 29 15:12:37.524 INFO STEP 457 (remove_files) COMPLETE |
5382 | 2024-08-29T15:12:39.193Z | [ recovery-image] Aug 29 15:12:37.524 INFO O| Aug 29 15:12:37.524 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-08-29T15:12:39.222Z | [ recovery-image] Aug 29 15:12:37.552 INFO O| Aug 29 15:12:37.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5384 | 2024-08-29T15:12:39.222Z | [ recovery-image] Aug 29 15:12:37.552 INFO O| Aug 29 15:12:37.552 INFO STEP 458 (remove_files) COMPLETE |
5385 | 2024-08-29T15:12:39.224Z | [ recovery-image] Aug 29 15:12:37.552 INFO O| Aug 29 15:12:37.552 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-08-29T15:12:39.275Z | [ recovery-image] Aug 29 15:12:37.606 INFO O| Aug 29 15:12:37.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5387 | 2024-08-29T15:12:39.275Z | [ recovery-image] Aug 29 15:12:37.606 INFO O| Aug 29 15:12:37.606 INFO STEP 459 (remove_files) COMPLETE |
5388 | 2024-08-29T15:12:39.278Z | [ recovery-image] Aug 29 15:12:37.606 INFO O| Aug 29 15:12:37.606 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-08-29T15:12:39.336Z | [ recovery-image] Aug 29 15:12:37.666 INFO O| Aug 29 15:12:37.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5390 | 2024-08-29T15:12:39.336Z | [ recovery-image] Aug 29 15:12:37.666 INFO O| Aug 29 15:12:37.666 INFO STEP 460 (remove_files) COMPLETE |
5391 | 2024-08-29T15:12:39.336Z | [ recovery-image] Aug 29 15:12:37.666 INFO O| Aug 29 15:12:37.666 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-08-29T15:12:39.373Z | [ recovery-image] Aug 29 15:12:37.703 INFO O| Aug 29 15:12:37.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5393 | 2024-08-29T15:12:39.373Z | [ recovery-image] Aug 29 15:12:37.703 INFO O| Aug 29 15:12:37.703 INFO STEP 461 (remove_files) COMPLETE |
5394 | 2024-08-29T15:12:39.373Z | [ recovery-image] Aug 29 15:12:37.703 INFO O| Aug 29 15:12:37.703 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-08-29T15:12:39.391Z | [ recovery-image] Aug 29 15:12:37.721 INFO O| Aug 29 15:12:37.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5396 | 2024-08-29T15:12:39.391Z | [ recovery-image] Aug 29 15:12:37.721 INFO O| Aug 29 15:12:37.721 INFO STEP 462 (remove_files) COMPLETE |
5397 | 2024-08-29T15:12:39.393Z | [ recovery-image] Aug 29 15:12:37.721 INFO O| Aug 29 15:12:37.721 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-08-29T15:12:39.408Z | [ recovery-image] Aug 29 15:12:37.738 INFO O| Aug 29 15:12:37.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5399 | 2024-08-29T15:12:39.408Z | [ recovery-image] Aug 29 15:12:37.738 INFO O| Aug 29 15:12:37.738 INFO STEP 463 (remove_files) COMPLETE |
5400 | 2024-08-29T15:12:39.410Z | [ recovery-image] Aug 29 15:12:37.738 INFO O| Aug 29 15:12:37.738 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-08-29T15:12:39.426Z | [ recovery-image] Aug 29 15:12:37.756 INFO O| Aug 29 15:12:37.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5402 | 2024-08-29T15:12:39.426Z | [ recovery-image] Aug 29 15:12:37.756 INFO O| Aug 29 15:12:37.756 INFO STEP 464 (remove_files) COMPLETE |
5403 | 2024-08-29T15:12:39.426Z | [ recovery-image] Aug 29 15:12:37.756 INFO O| Aug 29 15:12:37.756 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-08-29T15:12:39.444Z | [ recovery-image] Aug 29 15:12:37.775 INFO O| Aug 29 15:12:37.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5405 | 2024-08-29T15:12:39.444Z | [ recovery-image] Aug 29 15:12:37.775 INFO O| Aug 29 15:12:37.775 INFO STEP 465 (remove_files) COMPLETE |
5406 | 2024-08-29T15:12:39.445Z | [ recovery-image] Aug 29 15:12:37.775 INFO O| Aug 29 15:12:37.775 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-08-29T15:12:39.462Z | [ recovery-image] Aug 29 15:12:37.793 INFO O| Aug 29 15:12:37.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5408 | 2024-08-29T15:12:39.465Z | [ recovery-image] Aug 29 15:12:37.794 INFO O| Aug 29 15:12:37.794 INFO STEP 466 (remove_files) COMPLETE |
5409 | 2024-08-29T15:12:39.465Z | [ recovery-image] Aug 29 15:12:37.794 INFO O| Aug 29 15:12:37.794 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-08-29T15:12:39.547Z | [ recovery-image] Aug 29 15:12:37.877 INFO O| Aug 29 15:12:37.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5411 | 2024-08-29T15:12:39.547Z | [ recovery-image] Aug 29 15:12:37.877 INFO O| Aug 29 15:12:37.877 INFO STEP 467 (remove_files) COMPLETE |
5412 | 2024-08-29T15:12:39.549Z | [ recovery-image] Aug 29 15:12:37.877 INFO O| Aug 29 15:12:37.877 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-08-29T15:12:39.587Z | [ recovery-image] Aug 29 15:12:37.917 INFO O| Aug 29 15:12:37.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5414 | 2024-08-29T15:12:39.587Z | [ recovery-image] Aug 29 15:12:37.917 INFO O| Aug 29 15:12:37.917 INFO STEP 468 (remove_files) COMPLETE |
5415 | 2024-08-29T15:12:39.589Z | [ recovery-image] Aug 29 15:12:37.917 INFO O| Aug 29 15:12:37.917 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-08-29T15:12:39.604Z | [ recovery-image] Aug 29 15:12:37.934 INFO O| Aug 29 15:12:37.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5417 | 2024-08-29T15:12:39.604Z | [ recovery-image] Aug 29 15:12:37.934 INFO O| Aug 29 15:12:37.934 INFO STEP 469 (remove_files) COMPLETE |
5418 | 2024-08-29T15:12:39.604Z | [ recovery-image] Aug 29 15:12:37.934 INFO O| Aug 29 15:12:37.934 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-08-29T15:12:39.621Z | [ recovery-image] Aug 29 15:12:37.951 INFO O| Aug 29 15:12:37.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5420 | 2024-08-29T15:12:39.621Z | [ recovery-image] Aug 29 15:12:37.951 INFO O| Aug 29 15:12:37.951 INFO STEP 470 (remove_files) COMPLETE |
5421 | 2024-08-29T15:12:39.621Z | [ recovery-image] Aug 29 15:12:37.951 INFO O| Aug 29 15:12:37.951 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-08-29T15:12:39.637Z | [ recovery-image] Aug 29 15:12:37.967 INFO O| Aug 29 15:12:37.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5423 | 2024-08-29T15:12:39.637Z | [ recovery-image] Aug 29 15:12:37.967 INFO O| Aug 29 15:12:37.967 INFO STEP 471 (remove_files) COMPLETE |
5424 | 2024-08-29T15:12:39.637Z | [ recovery-image] Aug 29 15:12:37.967 INFO O| Aug 29 15:12:37.967 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-08-29T15:12:39.654Z | [ recovery-image] Aug 29 15:12:37.984 INFO O| Aug 29 15:12:37.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5426 | 2024-08-29T15:12:39.654Z | [ recovery-image] Aug 29 15:12:37.984 INFO O| Aug 29 15:12:37.984 INFO STEP 472 (remove_files) COMPLETE |
5427 | 2024-08-29T15:12:39.656Z | [ recovery-image] Aug 29 15:12:37.984 INFO O| Aug 29 15:12:37.984 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-08-29T15:12:39.682Z | [ recovery-image] Aug 29 15:12:38.011 INFO O| Aug 29 15:12:38.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5429 | 2024-08-29T15:12:39.682Z | [ recovery-image] Aug 29 15:12:38.011 INFO O| Aug 29 15:12:38.011 INFO STEP 473 (remove_files) COMPLETE |
5430 | 2024-08-29T15:12:39.682Z | [ recovery-image] Aug 29 15:12:38.011 INFO O| Aug 29 15:12:38.011 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-08-29T15:12:39.706Z | [ recovery-image] Aug 29 15:12:38.036 INFO O| Aug 29 15:12:38.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5432 | 2024-08-29T15:12:39.706Z | [ recovery-image] Aug 29 15:12:38.036 INFO O| Aug 29 15:12:38.036 INFO STEP 474 (remove_files) COMPLETE |
5433 | 2024-08-29T15:12:39.709Z | [ recovery-image] Aug 29 15:12:38.037 INFO O| Aug 29 15:12:38.036 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-08-29T15:12:39.731Z | [ recovery-image] Aug 29 15:12:38.061 INFO O| Aug 29 15:12:38.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5435 | 2024-08-29T15:12:39.731Z | [ recovery-image] Aug 29 15:12:38.061 INFO O| Aug 29 15:12:38.061 INFO STEP 475 (remove_files) COMPLETE |
5436 | 2024-08-29T15:12:39.731Z | [ recovery-image] Aug 29 15:12:38.061 INFO O| Aug 29 15:12:38.061 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-08-29T15:12:39.816Z | [ recovery-image] Aug 29 15:12:38.146 INFO O| Aug 29 15:12:38.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5438 | 2024-08-29T15:12:39.819Z | [ recovery-image] Aug 29 15:12:38.146 INFO O| Aug 29 15:12:38.146 INFO STEP 476 (remove_files) COMPLETE |
5439 | 2024-08-29T15:12:39.819Z | [ recovery-image] Aug 29 15:12:38.146 INFO O| Aug 29 15:12:38.146 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-08-29T15:12:39.872Z | [ recovery-image] Aug 29 15:12:38.202 INFO O| Aug 29 15:12:38.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5441 | 2024-08-29T15:12:39.875Z | [ recovery-image] Aug 29 15:12:38.203 INFO O| Aug 29 15:12:38.203 INFO STEP 477 (remove_files) COMPLETE |
5442 | 2024-08-29T15:12:39.875Z | [ recovery-image] Aug 29 15:12:38.203 INFO O| Aug 29 15:12:38.203 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-08-29T15:12:39.987Z | [ recovery-image] Aug 29 15:12:38.317 INFO O| Aug 29 15:12:38.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5444 | 2024-08-29T15:12:39.987Z | [ recovery-image] Aug 29 15:12:38.317 INFO O| Aug 29 15:12:38.317 INFO STEP 478 (remove_files) COMPLETE |
5445 | 2024-08-29T15:12:39.989Z | [ recovery-image] Aug 29 15:12:38.317 INFO O| Aug 29 15:12:38.317 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-08-29T15:12:40.065Z | [ recovery-image] Aug 29 15:12:38.395 INFO O| Aug 29 15:12:38.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5447 | 2024-08-29T15:12:40.065Z | [ recovery-image] Aug 29 15:12:38.395 INFO O| Aug 29 15:12:38.395 INFO STEP 479 (remove_files) COMPLETE |
5448 | 2024-08-29T15:12:40.068Z | [ recovery-image] Aug 29 15:12:38.396 INFO O| Aug 29 15:12:38.395 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-08-29T15:12:40.100Z | [ recovery-image] Aug 29 15:12:38.430 INFO O| Aug 29 15:12:38.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5450 | 2024-08-29T15:12:40.100Z | [ recovery-image] Aug 29 15:12:38.430 INFO O| Aug 29 15:12:38.430 INFO STEP 480 (remove_files) COMPLETE |
5451 | 2024-08-29T15:12:40.100Z | [ recovery-image] Aug 29 15:12:38.430 INFO O| Aug 29 15:12:38.430 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-08-29T15:12:40.120Z | [ recovery-image] Aug 29 15:12:38.450 INFO O| Aug 29 15:12:38.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5453 | 2024-08-29T15:12:40.120Z | [ recovery-image] Aug 29 15:12:38.450 INFO O| Aug 29 15:12:38.450 INFO STEP 481 (remove_files) COMPLETE |
5454 | 2024-08-29T15:12:40.123Z | [ recovery-image] Aug 29 15:12:38.450 INFO O| Aug 29 15:12:38.450 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-08-29T15:12:40.155Z | [ recovery-image] Aug 29 15:12:38.485 INFO O| Aug 29 15:12:38.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5456 | 2024-08-29T15:12:40.157Z | [ recovery-image] Aug 29 15:12:38.485 INFO O| Aug 29 15:12:38.485 INFO STEP 482 (remove_files) COMPLETE |
5457 | 2024-08-29T15:12:40.157Z | [ recovery-image] Aug 29 15:12:38.485 INFO O| Aug 29 15:12:38.485 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-08-29T15:12:40.231Z | [ recovery-image] Aug 29 15:12:38.561 INFO O| Aug 29 15:12:38.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5459 | 2024-08-29T15:12:40.251Z | [ recovery-image] Aug 29 15:12:38.581 INFO O| Aug 29 15:12:38.581 INFO STEP 483 (remove_files) COMPLETE |
5460 | 2024-08-29T15:12:40.251Z | [ recovery-image] Aug 29 15:12:38.581 INFO O| Aug 29 15:12:38.581 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-08-29T15:12:40.290Z | [ recovery-image] Aug 29 15:12:38.620 INFO O| Aug 29 15:12:38.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5462 | 2024-08-29T15:12:40.291Z | [ recovery-image] Aug 29 15:12:38.620 INFO O| Aug 29 15:12:38.620 INFO STEP 484 (remove_files) COMPLETE |
5463 | 2024-08-29T15:12:40.293Z | [ recovery-image] Aug 29 15:12:38.620 INFO O| Aug 29 15:12:38.620 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-08-29T15:12:40.308Z | [ recovery-image] Aug 29 15:12:38.639 INFO O| Aug 29 15:12:38.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5465 | 2024-08-29T15:12:40.308Z | [ recovery-image] Aug 29 15:12:38.639 INFO O| Aug 29 15:12:38.639 INFO STEP 485 (remove_files) COMPLETE |
5466 | 2024-08-29T15:12:40.311Z | [ recovery-image] Aug 29 15:12:38.639 INFO O| Aug 29 15:12:38.639 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-08-29T15:12:40.327Z | [ recovery-image] Aug 29 15:12:38.657 INFO O| Aug 29 15:12:38.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5468 | 2024-08-29T15:12:40.327Z | [ recovery-image] Aug 29 15:12:38.657 INFO O| Aug 29 15:12:38.657 INFO STEP 486 (remove_files) COMPLETE |
5469 | 2024-08-29T15:12:40.335Z | [ recovery-image] Aug 29 15:12:38.657 INFO O| Aug 29 15:12:38.657 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-08-29T15:12:40.346Z | [ recovery-image] Aug 29 15:12:38.676 INFO O| Aug 29 15:12:38.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5471 | 2024-08-29T15:12:40.346Z | [ recovery-image] Aug 29 15:12:38.676 INFO O| Aug 29 15:12:38.676 INFO STEP 487 (remove_files) COMPLETE |
5472 | 2024-08-29T15:12:40.348Z | [ recovery-image] Aug 29 15:12:38.676 INFO O| Aug 29 15:12:38.676 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-08-29T15:12:40.365Z | [ recovery-image] Aug 29 15:12:38.695 INFO O| Aug 29 15:12:38.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5474 | 2024-08-29T15:12:40.365Z | [ recovery-image] Aug 29 15:12:38.695 INFO O| Aug 29 15:12:38.695 INFO STEP 488 (remove_files) COMPLETE |
5475 | 2024-08-29T15:12:40.367Z | [ recovery-image] Aug 29 15:12:38.695 INFO O| Aug 29 15:12:38.695 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-08-29T15:12:40.384Z | [ recovery-image] Aug 29 15:12:38.714 INFO O| Aug 29 15:12:38.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5477 | 2024-08-29T15:12:40.386Z | [ recovery-image] Aug 29 15:12:38.714 INFO O| Aug 29 15:12:38.714 INFO STEP 489 (remove_files) COMPLETE |
5478 | 2024-08-29T15:12:40.386Z | [ recovery-image] Aug 29 15:12:38.714 INFO O| Aug 29 15:12:38.714 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-08-29T15:12:40.403Z | [ recovery-image] Aug 29 15:12:38.733 INFO O| Aug 29 15:12:38.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5480 | 2024-08-29T15:12:40.406Z | [ recovery-image] Aug 29 15:12:38.733 INFO O| Aug 29 15:12:38.733 INFO STEP 490 (remove_files) COMPLETE |
5481 | 2024-08-29T15:12:40.406Z | [ recovery-image] Aug 29 15:12:38.734 INFO O| Aug 29 15:12:38.733 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-08-29T15:12:40.422Z | [ recovery-image] Aug 29 15:12:38.752 INFO O| Aug 29 15:12:38.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5483 | 2024-08-29T15:12:40.422Z | [ recovery-image] Aug 29 15:12:38.752 INFO O| Aug 29 15:12:38.752 INFO STEP 491 (remove_files) COMPLETE |
5484 | 2024-08-29T15:12:40.424Z | [ recovery-image] Aug 29 15:12:38.752 INFO O| Aug 29 15:12:38.752 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-08-29T15:12:40.440Z | [ recovery-image] Aug 29 15:12:38.770 INFO O| Aug 29 15:12:38.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5486 | 2024-08-29T15:12:40.443Z | [ recovery-image] Aug 29 15:12:38.771 INFO O| Aug 29 15:12:38.771 INFO STEP 492 (remove_files) COMPLETE |
5487 | 2024-08-29T15:12:40.443Z | [ recovery-image] Aug 29 15:12:38.771 INFO O| Aug 29 15:12:38.771 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-08-29T15:12:40.460Z | [ recovery-image] Aug 29 15:12:38.790 INFO O| Aug 29 15:12:38.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5489 | 2024-08-29T15:12:40.460Z | [ recovery-image] Aug 29 15:12:38.790 INFO O| Aug 29 15:12:38.790 INFO STEP 493 (remove_files) COMPLETE |
5490 | 2024-08-29T15:12:40.460Z | [ recovery-image] Aug 29 15:12:38.790 INFO O| Aug 29 15:12:38.790 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-08-29T15:12:40.480Z | [ recovery-image] Aug 29 15:12:38.810 INFO O| Aug 29 15:12:38.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5492 | 2024-08-29T15:12:40.480Z | [ recovery-image] Aug 29 15:12:38.810 INFO O| Aug 29 15:12:38.810 INFO STEP 494 (remove_files) COMPLETE |
5493 | 2024-08-29T15:12:40.482Z | [ recovery-image] Aug 29 15:12:38.810 INFO O| Aug 29 15:12:38.810 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-08-29T15:12:40.499Z | [ recovery-image] Aug 29 15:12:38.829 INFO O| Aug 29 15:12:38.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5495 | 2024-08-29T15:12:40.502Z | [ recovery-image] Aug 29 15:12:38.829 INFO O| Aug 29 15:12:38.829 INFO STEP 495 (remove_files) COMPLETE |
5496 | 2024-08-29T15:12:40.502Z | [ recovery-image] Aug 29 15:12:38.830 INFO O| Aug 29 15:12:38.829 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-08-29T15:12:40.520Z | [ recovery-image] Aug 29 15:12:38.850 INFO O| Aug 29 15:12:38.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5498 | 2024-08-29T15:12:40.520Z | [ recovery-image] Aug 29 15:12:38.850 INFO O| Aug 29 15:12:38.850 INFO STEP 496 (remove_files) COMPLETE |
5499 | 2024-08-29T15:12:40.522Z | [ recovery-image] Aug 29 15:12:38.850 INFO O| Aug 29 15:12:38.850 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-08-29T15:12:40.539Z | [ recovery-image] Aug 29 15:12:38.869 INFO O| Aug 29 15:12:38.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5501 | 2024-08-29T15:12:40.539Z | [ recovery-image] Aug 29 15:12:38.869 INFO O| Aug 29 15:12:38.869 INFO STEP 497 (remove_files) COMPLETE |
5502 | 2024-08-29T15:12:40.541Z | [ recovery-image] Aug 29 15:12:38.869 INFO O| Aug 29 15:12:38.869 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-08-29T15:12:40.559Z | [ recovery-image] Aug 29 15:12:38.889 INFO O| Aug 29 15:12:38.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5504 | 2024-08-29T15:12:40.561Z | [ recovery-image] Aug 29 15:12:38.889 INFO O| Aug 29 15:12:38.889 INFO STEP 498 (remove_files) COMPLETE |
5505 | 2024-08-29T15:12:40.562Z | [ recovery-image] Aug 29 15:12:38.889 INFO O| Aug 29 15:12:38.889 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-08-29T15:12:40.605Z | [ recovery-image] Aug 29 15:12:38.933 INFO O| Aug 29 15:12:38.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5507 | 2024-08-29T15:12:40.608Z | [ recovery-image] Aug 29 15:12:38.933 INFO O| Aug 29 15:12:38.933 INFO STEP 499 (remove_files) COMPLETE |
5508 | 2024-08-29T15:12:40.608Z | [ recovery-image] Aug 29 15:12:38.933 INFO O| Aug 29 15:12:38.933 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-08-29T15:12:40.624Z | [ recovery-image] Aug 29 15:12:38.953 INFO O| Aug 29 15:12:38.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5510 | 2024-08-29T15:12:40.624Z | [ recovery-image] Aug 29 15:12:38.954 INFO O| Aug 29 15:12:38.953 INFO STEP 500 (remove_files) COMPLETE |
5511 | 2024-08-29T15:12:40.624Z | [ recovery-image] Aug 29 15:12:38.954 INFO O| Aug 29 15:12:38.954 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-08-29T15:12:40.645Z | [ recovery-image] Aug 29 15:12:38.974 INFO O| Aug 29 15:12:38.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5513 | 2024-08-29T15:12:40.647Z | [ recovery-image] Aug 29 15:12:38.975 INFO O| Aug 29 15:12:38.975 INFO STEP 501 (remove_files) COMPLETE |
5514 | 2024-08-29T15:12:40.647Z | [ recovery-image] Aug 29 15:12:38.975 INFO O| Aug 29 15:12:38.975 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-08-29T15:12:40.663Z | [ recovery-image] Aug 29 15:12:38.993 INFO O| Aug 29 15:12:38.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5516 | 2024-08-29T15:12:40.665Z | [ recovery-image] Aug 29 15:12:38.993 INFO O| Aug 29 15:12:38.993 INFO STEP 502 (remove_files) COMPLETE |
5517 | 2024-08-29T15:12:40.665Z | [ recovery-image] Aug 29 15:12:38.993 INFO O| Aug 29 15:12:38.993 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-08-29T15:12:40.690Z | [ recovery-image] Aug 29 15:12:39.020 INFO O| Aug 29 15:12:39.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5519 | 2024-08-29T15:12:40.693Z | [ recovery-image] Aug 29 15:12:39.020 INFO O| Aug 29 15:12:39.020 INFO STEP 503 (remove_files) COMPLETE |
5520 | 2024-08-29T15:12:40.693Z | [ recovery-image] Aug 29 15:12:39.020 INFO O| Aug 29 15:12:39.020 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-08-29T15:12:40.717Z | [ recovery-image] Aug 29 15:12:39.047 INFO O| Aug 29 15:12:39.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5522 | 2024-08-29T15:12:40.717Z | [ recovery-image] Aug 29 15:12:39.047 INFO O| Aug 29 15:12:39.047 INFO STEP 504 (remove_files) COMPLETE |
5523 | 2024-08-29T15:12:40.720Z | [ recovery-image] Aug 29 15:12:39.047 INFO O| Aug 29 15:12:39.047 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-08-29T15:12:40.758Z | [ recovery-image] Aug 29 15:12:39.088 INFO O| Aug 29 15:12:39.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5525 | 2024-08-29T15:12:40.761Z | [ recovery-image] Aug 29 15:12:39.088 INFO O| Aug 29 15:12:39.088 INFO STEP 505 (remove_files) COMPLETE |
5526 | 2024-08-29T15:12:40.761Z | [ recovery-image] Aug 29 15:12:39.089 INFO O| Aug 29 15:12:39.089 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-08-29T15:12:40.778Z | [ recovery-image] Aug 29 15:12:39.108 INFO O| Aug 29 15:12:39.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5528 | 2024-08-29T15:12:40.781Z | [ recovery-image] Aug 29 15:12:39.108 INFO O| Aug 29 15:12:39.108 INFO STEP 506 (remove_files) COMPLETE |
5529 | 2024-08-29T15:12:40.781Z | [ recovery-image] Aug 29 15:12:39.108 INFO O| Aug 29 15:12:39.108 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-08-29T15:12:40.798Z | [ recovery-image] Aug 29 15:12:39.127 INFO O| Aug 29 15:12:39.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5531 | 2024-08-29T15:12:40.800Z | [ recovery-image] Aug 29 15:12:39.128 INFO O| Aug 29 15:12:39.128 INFO STEP 507 (remove_files) COMPLETE |
5532 | 2024-08-29T15:12:40.800Z | [ recovery-image] Aug 29 15:12:39.128 INFO O| Aug 29 15:12:39.128 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-08-29T15:12:40.815Z | [ recovery-image] Aug 29 15:12:39.145 INFO O| Aug 29 15:12:39.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5534 | 2024-08-29T15:12:40.818Z | [ recovery-image] Aug 29 15:12:39.145 INFO O| Aug 29 15:12:39.145 INFO STEP 508 (remove_files) COMPLETE |
5535 | 2024-08-29T15:12:40.818Z | [ recovery-image] Aug 29 15:12:39.145 INFO O| Aug 29 15:12:39.145 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-08-29T15:12:40.834Z | [ recovery-image] Aug 29 15:12:39.164 INFO O| Aug 29 15:12:39.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5537 | 2024-08-29T15:12:40.837Z | [ recovery-image] Aug 29 15:12:39.164 INFO O| Aug 29 15:12:39.164 INFO STEP 509 (remove_files) COMPLETE |
5538 | 2024-08-29T15:12:40.837Z | [ recovery-image] Aug 29 15:12:39.164 INFO O| Aug 29 15:12:39.164 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-08-29T15:12:40.851Z | [ recovery-image] Aug 29 15:12:39.180 INFO O| Aug 29 15:12:39.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5540 | 2024-08-29T15:12:40.851Z | [ recovery-image] Aug 29 15:12:39.180 INFO O| Aug 29 15:12:39.180 INFO STEP 510 (remove_files) COMPLETE |
5541 | 2024-08-29T15:12:40.856Z | [ recovery-image] Aug 29 15:12:39.180 INFO O| Aug 29 15:12:39.180 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-08-29T15:12:40.867Z | [ recovery-image] Aug 29 15:12:39.196 INFO O| Aug 29 15:12:39.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5543 | 2024-08-29T15:12:40.867Z | [ recovery-image] Aug 29 15:12:39.197 INFO O| Aug 29 15:12:39.196 INFO STEP 511 (remove_files) COMPLETE |
5544 | 2024-08-29T15:12:40.867Z | [ recovery-image] Aug 29 15:12:39.197 INFO O| Aug 29 15:12:39.196 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-08-29T15:12:40.884Z | [ recovery-image] Aug 29 15:12:39.213 INFO O| Aug 29 15:12:39.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5546 | 2024-08-29T15:12:40.884Z | [ recovery-image] Aug 29 15:12:39.213 INFO O| Aug 29 15:12:39.213 INFO STEP 512 (remove_files) COMPLETE |
5547 | 2024-08-29T15:12:40.884Z | [ recovery-image] Aug 29 15:12:39.213 INFO O| Aug 29 15:12:39.213 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-08-29T15:12:40.901Z | [ recovery-image] Aug 29 15:12:39.230 INFO O| Aug 29 15:12:39.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5549 | 2024-08-29T15:12:40.901Z | [ recovery-image] Aug 29 15:12:39.230 INFO O| Aug 29 15:12:39.230 INFO STEP 513 (remove_files) COMPLETE |
5550 | 2024-08-29T15:12:40.901Z | [ recovery-image] Aug 29 15:12:39.230 INFO O| Aug 29 15:12:39.230 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-08-29T15:12:40.918Z | [ recovery-image] Aug 29 15:12:39.248 INFO O| Aug 29 15:12:39.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5552 | 2024-08-29T15:12:40.918Z | [ recovery-image] Aug 29 15:12:39.248 INFO O| Aug 29 15:12:39.248 INFO STEP 514 (remove_files) COMPLETE |
5553 | 2024-08-29T15:12:40.921Z | [ recovery-image] Aug 29 15:12:39.248 INFO O| Aug 29 15:12:39.248 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-08-29T15:12:40.935Z | [ recovery-image] Aug 29 15:12:39.265 INFO O| Aug 29 15:12:39.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5555 | 2024-08-29T15:12:40.935Z | [ recovery-image] Aug 29 15:12:39.265 INFO O| Aug 29 15:12:39.265 INFO STEP 515 (remove_files) COMPLETE |
5556 | 2024-08-29T15:12:40.938Z | [ recovery-image] Aug 29 15:12:39.265 INFO O| Aug 29 15:12:39.265 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-08-29T15:12:40.954Z | [ recovery-image] Aug 29 15:12:39.282 INFO O| Aug 29 15:12:39.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5558 | 2024-08-29T15:12:40.954Z | [ recovery-image] Aug 29 15:12:39.282 INFO O| Aug 29 15:12:39.282 INFO STEP 516 (remove_files) COMPLETE |
5559 | 2024-08-29T15:12:40.954Z | [ recovery-image] Aug 29 15:12:39.282 INFO O| Aug 29 15:12:39.282 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-08-29T15:12:40.970Z | [ recovery-image] Aug 29 15:12:39.300 INFO O| Aug 29 15:12:39.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5561 | 2024-08-29T15:12:40.970Z | [ recovery-image] Aug 29 15:12:39.300 INFO O| Aug 29 15:12:39.300 INFO STEP 517 (remove_files) COMPLETE |
5562 | 2024-08-29T15:12:40.973Z | [ recovery-image] Aug 29 15:12:39.300 INFO O| Aug 29 15:12:39.300 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-08-29T15:12:40.992Z | [ host-image] Aug 29 15:12:39.321 INFO O| Aug 29 15:12:39.321 INFO O| Download: 1108/1140 items 6.5/8.4MB 77% complete (1.2M/s) |
5564 | 2024-08-29T15:12:41.033Z | [ recovery-image] Aug 29 15:12:39.362 INFO O| Aug 29 15:12:39.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5565 | 2024-08-29T15:12:41.033Z | [ recovery-image] Aug 29 15:12:39.362 INFO O| Aug 29 15:12:39.362 INFO STEP 518 (remove_files) COMPLETE |
5566 | 2024-08-29T15:12:41.033Z | [ recovery-image] Aug 29 15:12:39.362 INFO O| Aug 29 15:12:39.362 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-08-29T15:12:41.050Z | [ recovery-image] Aug 29 15:12:39.380 INFO O| Aug 29 15:12:39.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5568 | 2024-08-29T15:12:41.050Z | [ recovery-image] Aug 29 15:12:39.380 INFO O| Aug 29 15:12:39.380 INFO STEP 519 (remove_files) COMPLETE |
5569 | 2024-08-29T15:12:41.050Z | [ recovery-image] Aug 29 15:12:39.380 INFO O| Aug 29 15:12:39.380 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-08-29T15:12:41.067Z | [ recovery-image] Aug 29 15:12:39.397 INFO O| Aug 29 15:12:39.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5571 | 2024-08-29T15:12:41.067Z | [ recovery-image] Aug 29 15:12:39.397 INFO O| Aug 29 15:12:39.397 INFO STEP 520 (remove_files) COMPLETE |
5572 | 2024-08-29T15:12:41.067Z | [ recovery-image] Aug 29 15:12:39.397 INFO O| Aug 29 15:12:39.397 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-08-29T15:12:41.085Z | [ recovery-image] Aug 29 15:12:39.415 INFO O| Aug 29 15:12:39.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5574 | 2024-08-29T15:12:41.089Z | [ recovery-image] Aug 29 15:12:39.419 INFO O| Aug 29 15:12:39.419 INFO STEP 521 (remove_files) COMPLETE |
5575 | 2024-08-29T15:12:41.089Z | [ recovery-image] Aug 29 15:12:39.419 INFO O| Aug 29 15:12:39.419 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-08-29T15:12:41.153Z | [ recovery-image] Aug 29 15:12:39.483 INFO O| Aug 29 15:12:39.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5577 | 2024-08-29T15:12:41.153Z | [ recovery-image] Aug 29 15:12:39.483 INFO O| Aug 29 15:12:39.483 INFO STEP 522 (remove_files) COMPLETE |
5578 | 2024-08-29T15:12:41.156Z | [ recovery-image] Aug 29 15:12:39.483 INFO O| Aug 29 15:12:39.483 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-08-29T15:12:41.172Z | [ recovery-image] Aug 29 15:12:39.501 INFO O| Aug 29 15:12:39.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5580 | 2024-08-29T15:12:41.172Z | [ recovery-image] Aug 29 15:12:39.501 INFO O| Aug 29 15:12:39.501 INFO STEP 523 (remove_files) COMPLETE |
5581 | 2024-08-29T15:12:41.172Z | [ recovery-image] Aug 29 15:12:39.501 INFO O| Aug 29 15:12:39.501 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-08-29T15:12:41.190Z | [ recovery-image] Aug 29 15:12:39.519 INFO O| Aug 29 15:12:39.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5583 | 2024-08-29T15:12:41.190Z | [ recovery-image] Aug 29 15:12:39.519 INFO O| Aug 29 15:12:39.519 INFO STEP 524 (remove_files) COMPLETE |
5584 | 2024-08-29T15:12:41.190Z | [ recovery-image] Aug 29 15:12:39.519 INFO O| Aug 29 15:12:39.519 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-08-29T15:12:41.206Z | [ recovery-image] Aug 29 15:12:39.535 INFO O| Aug 29 15:12:39.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5586 | 2024-08-29T15:12:41.206Z | [ recovery-image] Aug 29 15:12:39.535 INFO O| Aug 29 15:12:39.535 INFO STEP 525 (remove_files) COMPLETE |
5587 | 2024-08-29T15:12:41.206Z | [ recovery-image] Aug 29 15:12:39.535 INFO O| Aug 29 15:12:39.535 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-08-29T15:12:41.221Z | [ recovery-image] Aug 29 15:12:39.551 INFO O| Aug 29 15:12:39.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5589 | 2024-08-29T15:12:41.224Z | [ recovery-image] Aug 29 15:12:39.551 INFO O| Aug 29 15:12:39.551 INFO STEP 526 (remove_files) COMPLETE |
5590 | 2024-08-29T15:12:41.224Z | [ recovery-image] Aug 29 15:12:39.551 INFO O| Aug 29 15:12:39.551 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-08-29T15:12:41.237Z | [ recovery-image] Aug 29 15:12:39.567 INFO O| Aug 29 15:12:39.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5592 | 2024-08-29T15:12:41.237Z | [ recovery-image] Aug 29 15:12:39.567 INFO O| Aug 29 15:12:39.567 INFO STEP 527 (remove_files) COMPLETE |
5593 | 2024-08-29T15:12:41.237Z | [ recovery-image] Aug 29 15:12:39.567 INFO O| Aug 29 15:12:39.567 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-08-29T15:12:41.255Z | [ recovery-image] Aug 29 15:12:39.585 INFO O| Aug 29 15:12:39.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5595 | 2024-08-29T15:12:41.255Z | [ recovery-image] Aug 29 15:12:39.585 INFO O| Aug 29 15:12:39.585 INFO STEP 528 (remove_files) COMPLETE |
5596 | 2024-08-29T15:12:41.258Z | [ recovery-image] Aug 29 15:12:39.585 INFO O| Aug 29 15:12:39.585 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-08-29T15:12:41.289Z | [ recovery-image] Aug 29 15:12:39.618 INFO O| Aug 29 15:12:39.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5598 | 2024-08-29T15:12:41.289Z | [ recovery-image] Aug 29 15:12:39.618 INFO O| Aug 29 15:12:39.618 INFO STEP 529 (remove_files) COMPLETE |
5599 | 2024-08-29T15:12:41.289Z | [ recovery-image] Aug 29 15:12:39.618 INFO O| Aug 29 15:12:39.618 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-08-29T15:12:41.364Z | [ recovery-image] Aug 29 15:12:39.693 INFO O| Aug 29 15:12:39.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5601 | 2024-08-29T15:12:41.364Z | [ recovery-image] Aug 29 15:12:39.693 INFO O| Aug 29 15:12:39.693 INFO STEP 530 (remove_files) COMPLETE |
5602 | 2024-08-29T15:12:41.364Z | [ recovery-image] Aug 29 15:12:39.694 INFO O| Aug 29 15:12:39.693 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-08-29T15:12:41.386Z | [ recovery-image] Aug 29 15:12:39.715 INFO O| Aug 29 15:12:39.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5604 | 2024-08-29T15:12:41.386Z | [ recovery-image] Aug 29 15:12:39.715 INFO O| Aug 29 15:12:39.715 INFO STEP 531 (remove_files) COMPLETE |
5605 | 2024-08-29T15:12:41.388Z | [ recovery-image] Aug 29 15:12:39.715 INFO O| Aug 29 15:12:39.715 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-08-29T15:12:41.417Z | [ host-image] Aug 29 15:12:39.746 INFO O| Aug 29 15:12:39.746 INFO O| Download: Completed 8.42 MB in 5.46 seconds (1.5M/s) |
5607 | 2024-08-29T15:12:41.424Z | [ recovery-image] Aug 29 15:12:39.754 INFO O| Aug 29 15:12:39.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5608 | 2024-08-29T15:12:41.427Z | [ recovery-image] Aug 29 15:12:39.754 INFO O| Aug 29 15:12:39.754 INFO STEP 532 (remove_files) COMPLETE |
5609 | 2024-08-29T15:12:41.427Z | [ recovery-image] Aug 29 15:12:39.754 INFO O| Aug 29 15:12:39.754 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-08-29T15:12:41.445Z | [ recovery-image] Aug 29 15:12:39.774 INFO O| Aug 29 15:12:39.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5611 | 2024-08-29T15:12:41.447Z | [ recovery-image] Aug 29 15:12:39.774 INFO O| Aug 29 15:12:39.774 INFO STEP 533 (remove_files) COMPLETE |
5612 | 2024-08-29T15:12:41.447Z | [ recovery-image] Aug 29 15:12:39.774 INFO O| Aug 29 15:12:39.774 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-08-29T15:12:41.481Z | [ recovery-image] Aug 29 15:12:39.810 INFO O| Aug 29 15:12:39.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5614 | 2024-08-29T15:12:41.505Z | [ recovery-image] Aug 29 15:12:39.834 INFO O| Aug 29 15:12:39.834 INFO STEP 534 (remove_files) COMPLETE |
5615 | 2024-08-29T15:12:41.505Z | [ recovery-image] Aug 29 15:12:39.834 INFO O| Aug 29 15:12:39.834 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-08-29T15:12:41.555Z | [ host-image] Aug 29 15:12:39.885 INFO O| Aug 29 15:12:39.884 INFO O| Actions: 1/1361 actions (Installing new actions) |
5617 | 2024-08-29T15:12:41.561Z | [ recovery-image] Aug 29 15:12:39.891 INFO O| Aug 29 15:12:39.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5618 | 2024-08-29T15:12:41.561Z | [ recovery-image] Aug 29 15:12:39.891 INFO O| Aug 29 15:12:39.891 INFO STEP 535 (remove_files) COMPLETE |
5619 | 2024-08-29T15:12:41.564Z | [ recovery-image] Aug 29 15:12:39.891 INFO O| Aug 29 15:12:39.891 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-08-29T15:12:41.580Z | [ recovery-image] Aug 29 15:12:39.910 INFO O| Aug 29 15:12:39.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5621 | 2024-08-29T15:12:41.614Z | [ recovery-image] Aug 29 15:12:39.943 INFO O| Aug 29 15:12:39.943 INFO STEP 536 (remove_files) COMPLETE |
5622 | 2024-08-29T15:12:41.614Z | [ recovery-image] Aug 29 15:12:39.943 INFO O| Aug 29 15:12:39.943 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-08-29T15:12:41.647Z | [ recovery-image] Aug 29 15:12:39.977 INFO O| Aug 29 15:12:39.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5624 | 2024-08-29T15:12:41.647Z | [ recovery-image] Aug 29 15:12:39.977 INFO O| Aug 29 15:12:39.977 INFO STEP 537 (remove_files) COMPLETE |
5625 | 2024-08-29T15:12:41.649Z | [ recovery-image] Aug 29 15:12:39.977 INFO O| Aug 29 15:12:39.977 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-08-29T15:12:41.689Z | [ recovery-image] Aug 29 15:12:40.018 INFO O| Aug 29 15:12:40.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5627 | 2024-08-29T15:12:41.689Z | [ recovery-image] Aug 29 15:12:40.018 INFO O| Aug 29 15:12:40.018 INFO STEP 538 (remove_files) COMPLETE |
5628 | 2024-08-29T15:12:41.691Z | [ recovery-image] Aug 29 15:12:40.018 INFO O| Aug 29 15:12:40.018 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-08-29T15:12:41.707Z | [ recovery-image] Aug 29 15:12:40.037 INFO O| Aug 29 15:12:40.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5630 | 2024-08-29T15:12:41.707Z | [ recovery-image] Aug 29 15:12:40.037 INFO O| Aug 29 15:12:40.037 INFO STEP 539 (remove_files) COMPLETE |
5631 | 2024-08-29T15:12:41.707Z | [ recovery-image] Aug 29 15:12:40.037 INFO O| Aug 29 15:12:40.037 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-08-29T15:12:41.739Z | [ recovery-image] Aug 29 15:12:40.068 INFO O| Aug 29 15:12:40.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5633 | 2024-08-29T15:12:41.739Z | [ recovery-image] Aug 29 15:12:40.068 INFO O| Aug 29 15:12:40.068 INFO STEP 540 (remove_files) COMPLETE |
5634 | 2024-08-29T15:12:41.739Z | [ recovery-image] Aug 29 15:12:40.068 INFO O| Aug 29 15:12:40.068 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-08-29T15:12:41.805Z | [ recovery-image] Aug 29 15:12:40.133 INFO O| Aug 29 15:12:40.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5636 | 2024-08-29T15:12:41.805Z | [ recovery-image] Aug 29 15:12:40.133 INFO O| Aug 29 15:12:40.133 INFO STEP 541 (remove_files) COMPLETE |
5637 | 2024-08-29T15:12:41.805Z | [ recovery-image] Aug 29 15:12:40.133 INFO O| Aug 29 15:12:40.133 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-08-29T15:12:41.875Z | [ recovery-image] Aug 29 15:12:40.205 INFO O| Aug 29 15:12:40.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5639 | 2024-08-29T15:12:41.875Z | [ recovery-image] Aug 29 15:12:40.205 INFO O| Aug 29 15:12:40.205 INFO STEP 542 (remove_files) COMPLETE |
5640 | 2024-08-29T15:12:41.878Z | [ recovery-image] Aug 29 15:12:40.205 INFO O| Aug 29 15:12:40.205 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-08-29T15:12:41.903Z | [ recovery-image] Aug 29 15:12:40.232 INFO O| Aug 29 15:12:40.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5642 | 2024-08-29T15:12:41.905Z | [ recovery-image] Aug 29 15:12:40.232 INFO O| Aug 29 15:12:40.232 INFO STEP 543 (remove_files) COMPLETE |
5643 | 2024-08-29T15:12:41.905Z | [ recovery-image] Aug 29 15:12:40.233 INFO O| Aug 29 15:12:40.233 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-08-29T15:12:41.921Z | [ recovery-image] Aug 29 15:12:40.251 INFO O| Aug 29 15:12:40.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5645 | 2024-08-29T15:12:41.921Z | [ recovery-image] Aug 29 15:12:40.251 INFO O| Aug 29 15:12:40.251 INFO STEP 544 (remove_files) COMPLETE |
5646 | 2024-08-29T15:12:41.924Z | [ recovery-image] Aug 29 15:12:40.251 INFO O| Aug 29 15:12:40.251 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-08-29T15:12:41.938Z | [ recovery-image] Aug 29 15:12:40.267 INFO O| Aug 29 15:12:40.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5648 | 2024-08-29T15:12:41.940Z | [ recovery-image] Aug 29 15:12:40.267 INFO O| Aug 29 15:12:40.267 INFO STEP 545 (remove_files) COMPLETE |
5649 | 2024-08-29T15:12:41.940Z | [ recovery-image] Aug 29 15:12:40.268 INFO O| Aug 29 15:12:40.267 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-08-29T15:12:41.956Z | [ recovery-image] Aug 29 15:12:40.285 INFO O| Aug 29 15:12:40.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5651 | 2024-08-29T15:12:41.958Z | [ recovery-image] Aug 29 15:12:40.285 INFO O| Aug 29 15:12:40.285 INFO STEP 546 (remove_files) COMPLETE |
5652 | 2024-08-29T15:12:41.959Z | [ recovery-image] Aug 29 15:12:40.286 INFO O| Aug 29 15:12:40.286 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-08-29T15:12:41.978Z | [ recovery-image] Aug 29 15:12:40.305 INFO O| Aug 29 15:12:40.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5654 | 2024-08-29T15:12:41.980Z | [ recovery-image] Aug 29 15:12:40.305 INFO O| Aug 29 15:12:40.305 INFO STEP 547 (remove_files) COMPLETE |
5655 | 2024-08-29T15:12:41.981Z | [ recovery-image] Aug 29 15:12:40.305 INFO O| Aug 29 15:12:40.305 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-08-29T15:12:41.992Z | [ recovery-image] Aug 29 15:12:40.322 INFO O| Aug 29 15:12:40.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5657 | 2024-08-29T15:12:41.992Z | [ recovery-image] Aug 29 15:12:40.322 INFO O| Aug 29 15:12:40.322 INFO STEP 548 (remove_files) COMPLETE |
5658 | 2024-08-29T15:12:41.995Z | [ recovery-image] Aug 29 15:12:40.322 INFO O| Aug 29 15:12:40.322 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-08-29T15:12:42.010Z | [ recovery-image] Aug 29 15:12:40.340 INFO O| Aug 29 15:12:40.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5660 | 2024-08-29T15:12:42.013Z | [ recovery-image] Aug 29 15:12:40.340 INFO O| Aug 29 15:12:40.340 INFO STEP 549 (remove_files) COMPLETE |
5661 | 2024-08-29T15:12:42.013Z | [ recovery-image] Aug 29 15:12:40.340 INFO O| Aug 29 15:12:40.340 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-08-29T15:12:42.047Z | [ recovery-image] Aug 29 15:12:40.376 INFO O| Aug 29 15:12:40.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5663 | 2024-08-29T15:12:42.049Z | [ recovery-image] Aug 29 15:12:40.376 INFO O| Aug 29 15:12:40.376 INFO STEP 550 (remove_files) COMPLETE |
5664 | 2024-08-29T15:12:42.049Z | [ recovery-image] Aug 29 15:12:40.376 INFO O| Aug 29 15:12:40.376 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-08-29T15:12:42.065Z | [ recovery-image] Aug 29 15:12:40.394 INFO O| Aug 29 15:12:40.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5666 | 2024-08-29T15:12:42.065Z | [ recovery-image] Aug 29 15:12:40.394 INFO O| Aug 29 15:12:40.394 INFO STEP 551 (remove_files) COMPLETE |
5667 | 2024-08-29T15:12:42.067Z | [ recovery-image] Aug 29 15:12:40.395 INFO O| Aug 29 15:12:40.395 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-08-29T15:12:42.084Z | [ recovery-image] Aug 29 15:12:40.413 INFO O| Aug 29 15:12:40.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5669 | 2024-08-29T15:12:42.087Z | [ recovery-image] Aug 29 15:12:40.413 INFO O| Aug 29 15:12:40.413 INFO STEP 552 (remove_files) COMPLETE |
5670 | 2024-08-29T15:12:42.087Z | [ recovery-image] Aug 29 15:12:40.413 INFO O| Aug 29 15:12:40.413 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-08-29T15:12:42.101Z | [ recovery-image] Aug 29 15:12:40.430 INFO O| Aug 29 15:12:40.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5672 | 2024-08-29T15:12:42.104Z | [ recovery-image] Aug 29 15:12:40.431 INFO O| Aug 29 15:12:40.431 INFO STEP 553 (remove_files) COMPLETE |
5673 | 2024-08-29T15:12:42.104Z | [ recovery-image] Aug 29 15:12:40.431 INFO O| Aug 29 15:12:40.431 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-08-29T15:12:42.120Z | [ recovery-image] Aug 29 15:12:40.449 INFO O| Aug 29 15:12:40.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5675 | 2024-08-29T15:12:42.122Z | [ recovery-image] Aug 29 15:12:40.449 INFO O| Aug 29 15:12:40.449 INFO STEP 554 (remove_files) COMPLETE |
5676 | 2024-08-29T15:12:42.122Z | [ recovery-image] Aug 29 15:12:40.449 INFO O| Aug 29 15:12:40.449 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-08-29T15:12:42.137Z | [ recovery-image] Aug 29 15:12:40.467 INFO O| Aug 29 15:12:40.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5678 | 2024-08-29T15:12:42.140Z | [ recovery-image] Aug 29 15:12:40.467 INFO O| Aug 29 15:12:40.467 INFO STEP 555 (remove_files) COMPLETE |
5679 | 2024-08-29T15:12:42.140Z | [ recovery-image] Aug 29 15:12:40.467 INFO O| Aug 29 15:12:40.467 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-08-29T15:12:42.162Z | [ recovery-image] Aug 29 15:12:40.491 INFO O| Aug 29 15:12:40.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5681 | 2024-08-29T15:12:42.163Z | [ recovery-image] Aug 29 15:12:40.491 INFO O| Aug 29 15:12:40.491 INFO STEP 556 (remove_files) COMPLETE |
5682 | 2024-08-29T15:12:42.163Z | [ recovery-image] Aug 29 15:12:40.491 INFO O| Aug 29 15:12:40.491 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-08-29T15:12:42.180Z | [ recovery-image] Aug 29 15:12:40.509 INFO O| Aug 29 15:12:40.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5684 | 2024-08-29T15:12:42.182Z | [ recovery-image] Aug 29 15:12:40.510 INFO O| Aug 29 15:12:40.510 INFO STEP 557 (remove_files) COMPLETE |
5685 | 2024-08-29T15:12:42.182Z | [ recovery-image] Aug 29 15:12:40.510 INFO O| Aug 29 15:12:40.510 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-08-29T15:12:42.243Z | [ recovery-image] Aug 29 15:12:40.572 INFO O| Aug 29 15:12:40.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5687 | 2024-08-29T15:12:42.243Z | [ recovery-image] Aug 29 15:12:40.572 INFO O| Aug 29 15:12:40.572 INFO STEP 558 (remove_files) COMPLETE |
5688 | 2024-08-29T15:12:42.243Z | [ recovery-image] Aug 29 15:12:40.572 INFO O| Aug 29 15:12:40.572 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-08-29T15:12:42.308Z | [ recovery-image] Aug 29 15:12:40.637 INFO O| Aug 29 15:12:40.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5690 | 2024-08-29T15:12:42.308Z | [ recovery-image] Aug 29 15:12:40.637 INFO O| Aug 29 15:12:40.637 INFO STEP 559 (remove_files) COMPLETE |
5691 | 2024-08-29T15:12:42.308Z | [ recovery-image] Aug 29 15:12:40.637 INFO O| Aug 29 15:12:40.637 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-08-29T15:12:42.325Z | [ recovery-image] Aug 29 15:12:40.654 INFO O| Aug 29 15:12:40.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5693 | 2024-08-29T15:12:42.325Z | [ recovery-image] Aug 29 15:12:40.654 INFO O| Aug 29 15:12:40.654 INFO STEP 560 (remove_files) COMPLETE |
5694 | 2024-08-29T15:12:42.325Z | [ host-image] Aug 29 15:12:40.654 INFO O| Aug 29 15:12:40.654 INFO O| Actions: Completed 1361 actions in 0.77 seconds. |
5695 | 2024-08-29T15:12:42.325Z | [ recovery-image] Aug 29 15:12:40.654 INFO O| Aug 29 15:12:40.654 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-08-29T15:12:42.342Z | [ recovery-image] Aug 29 15:12:40.671 INFO O| Aug 29 15:12:40.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5697 | 2024-08-29T15:12:42.342Z | [ recovery-image] Aug 29 15:12:40.671 INFO O| Aug 29 15:12:40.671 INFO STEP 561 (remove_files) COMPLETE |
5698 | 2024-08-29T15:12:42.342Z | [ recovery-image] Aug 29 15:12:40.671 INFO O| Aug 29 15:12:40.671 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-08-29T15:12:42.360Z | [ recovery-image] Aug 29 15:12:40.689 INFO O| Aug 29 15:12:40.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5700 | 2024-08-29T15:12:42.360Z | [ recovery-image] Aug 29 15:12:40.689 INFO O| Aug 29 15:12:40.689 INFO STEP 562 (remove_files) COMPLETE |
5701 | 2024-08-29T15:12:42.360Z | [ recovery-image] Aug 29 15:12:40.689 INFO O| Aug 29 15:12:40.689 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-08-29T15:12:42.395Z | [ recovery-image] Aug 29 15:12:40.723 INFO O| Aug 29 15:12:40.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5703 | 2024-08-29T15:12:42.395Z | [ recovery-image] Aug 29 15:12:40.724 INFO O| Aug 29 15:12:40.723 INFO STEP 563 (remove_files) COMPLETE |
5704 | 2024-08-29T15:12:42.395Z | [ recovery-image] Aug 29 15:12:40.724 INFO O| Aug 29 15:12:40.724 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-08-29T15:12:42.431Z | [ recovery-image] Aug 29 15:12:40.760 INFO O| Aug 29 15:12:40.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5706 | 2024-08-29T15:12:42.431Z | [ recovery-image] Aug 29 15:12:40.760 INFO O| Aug 29 15:12:40.760 INFO STEP 564 (remove_files) COMPLETE |
5707 | 2024-08-29T15:12:42.431Z | [ recovery-image] Aug 29 15:12:40.760 INFO O| Aug 29 15:12:40.760 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-08-29T15:12:42.477Z | [ recovery-image] Aug 29 15:12:40.805 INFO O| Aug 29 15:12:40.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5709 | 2024-08-29T15:12:42.477Z | [ recovery-image] Aug 29 15:12:40.805 INFO O| Aug 29 15:12:40.805 INFO STEP 565 (remove_files) COMPLETE |
5710 | 2024-08-29T15:12:42.477Z | [ recovery-image] Aug 29 15:12:40.805 INFO O| Aug 29 15:12:40.805 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-08-29T15:12:42.535Z | [ recovery-image] Aug 29 15:12:40.865 INFO O| Aug 29 15:12:40.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5712 | 2024-08-29T15:12:42.535Z | [ recovery-image] Aug 29 15:12:40.865 INFO O| Aug 29 15:12:40.865 INFO STEP 566 (remove_files) COMPLETE |
5713 | 2024-08-29T15:12:42.536Z | [ recovery-image] Aug 29 15:12:40.865 INFO O| Aug 29 15:12:40.865 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-08-29T15:12:42.556Z | [ recovery-image] Aug 29 15:12:40.885 INFO O| Aug 29 15:12:40.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5715 | 2024-08-29T15:12:42.556Z | [ recovery-image] Aug 29 15:12:40.885 INFO O| Aug 29 15:12:40.885 INFO STEP 567 (remove_files) COMPLETE |
5716 | 2024-08-29T15:12:42.556Z | [ recovery-image] Aug 29 15:12:40.885 INFO O| Aug 29 15:12:40.885 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-08-29T15:12:42.575Z | [ recovery-image] Aug 29 15:12:40.903 INFO O| Aug 29 15:12:40.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5718 | 2024-08-29T15:12:42.575Z | [ recovery-image] Aug 29 15:12:40.903 INFO O| Aug 29 15:12:40.903 INFO STEP 568 (remove_files) COMPLETE |
5719 | 2024-08-29T15:12:42.575Z | [ recovery-image] Aug 29 15:12:40.903 INFO O| Aug 29 15:12:40.903 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-08-29T15:12:42.593Z | [ recovery-image] Aug 29 15:12:40.921 INFO O| Aug 29 15:12:40.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5721 | 2024-08-29T15:12:42.593Z | [ recovery-image] Aug 29 15:12:40.921 INFO O| Aug 29 15:12:40.921 INFO STEP 569 (remove_files) COMPLETE |
5722 | 2024-08-29T15:12:42.593Z | [ recovery-image] Aug 29 15:12:40.921 INFO O| Aug 29 15:12:40.921 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-08-29T15:12:42.611Z | [ recovery-image] Aug 29 15:12:40.941 INFO O| Aug 29 15:12:40.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5724 | 2024-08-29T15:12:42.611Z | [ recovery-image] Aug 29 15:12:40.941 INFO O| Aug 29 15:12:40.941 INFO STEP 570 (remove_files) COMPLETE |
5725 | 2024-08-29T15:12:42.611Z | [ recovery-image] Aug 29 15:12:40.941 INFO O| Aug 29 15:12:40.941 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-08-29T15:12:42.631Z | [ recovery-image] Aug 29 15:12:40.960 INFO O| Aug 29 15:12:40.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5727 | 2024-08-29T15:12:42.631Z | [ recovery-image] Aug 29 15:12:40.960 INFO O| Aug 29 15:12:40.960 INFO STEP 571 (remove_files) COMPLETE |
5728 | 2024-08-29T15:12:42.631Z | [ recovery-image] Aug 29 15:12:40.960 INFO O| Aug 29 15:12:40.960 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-08-29T15:12:42.663Z | [ recovery-image] Aug 29 15:12:40.992 INFO O| Aug 29 15:12:40.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5730 | 2024-08-29T15:12:42.665Z | [ recovery-image] Aug 29 15:12:40.992 INFO O| Aug 29 15:12:40.992 INFO STEP 572 (remove_files) COMPLETE |
5731 | 2024-08-29T15:12:42.665Z | [ recovery-image] Aug 29 15:12:40.993 INFO O| Aug 29 15:12:40.992 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-08-29T15:12:42.696Z | [ recovery-image] Aug 29 15:12:41.026 INFO O| Aug 29 15:12:41.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5733 | 2024-08-29T15:12:42.697Z | [ recovery-image] Aug 29 15:12:41.026 INFO O| Aug 29 15:12:41.026 INFO STEP 573 (remove_files) COMPLETE |
5734 | 2024-08-29T15:12:42.697Z | [ recovery-image] Aug 29 15:12:41.026 INFO O| Aug 29 15:12:41.026 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-08-29T15:12:42.715Z | [ recovery-image] Aug 29 15:12:41.044 INFO O| Aug 29 15:12:41.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5736 | 2024-08-29T15:12:42.715Z | [ recovery-image] Aug 29 15:12:41.044 INFO O| Aug 29 15:12:41.044 INFO STEP 574 (remove_files) COMPLETE |
5737 | 2024-08-29T15:12:42.717Z | [ recovery-image] Aug 29 15:12:41.044 INFO O| Aug 29 15:12:41.044 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-08-29T15:12:42.749Z | [ host-image] Aug 29 15:12:41.077 INFO O| Aug 29 15:12:41.077 INFO O| Done |
5739 | 2024-08-29T15:12:42.752Z | [ host-image] Aug 29 15:12:41.077 INFO O| Aug 29 15:12:41.077 INFO O| Done |
5740 | 2024-08-29T15:12:42.752Z | [ recovery-image] Aug 29 15:12:41.078 INFO O| Aug 29 15:12:41.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5741 | 2024-08-29T15:12:42.752Z | [ recovery-image] Aug 29 15:12:41.078 INFO O| Aug 29 15:12:41.078 INFO STEP 575 (remove_files) COMPLETE |
5742 | 2024-08-29T15:12:42.752Z | [ recovery-image] Aug 29 15:12:41.078 INFO O| Aug 29 15:12:41.078 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-08-29T15:12:42.830Z | [ recovery-image] Aug 29 15:12:41.159 INFO O| Aug 29 15:12:41.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5744 | 2024-08-29T15:12:42.830Z | [ recovery-image] Aug 29 15:12:41.159 INFO O| Aug 29 15:12:41.159 INFO STEP 576 (remove_files) COMPLETE |
5745 | 2024-08-29T15:12:42.832Z | [ recovery-image] Aug 29 15:12:41.159 INFO O| Aug 29 15:12:41.159 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-08-29T15:12:42.872Z | [ recovery-image] Aug 29 15:12:41.201 INFO O| Aug 29 15:12:41.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5747 | 2024-08-29T15:12:42.872Z | [ recovery-image] Aug 29 15:12:41.201 INFO O| Aug 29 15:12:41.201 INFO STEP 577 (remove_files) COMPLETE |
5748 | 2024-08-29T15:12:42.872Z | [ recovery-image] Aug 29 15:12:41.201 INFO O| Aug 29 15:12:41.201 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-08-29T15:12:42.888Z | [ recovery-image] Aug 29 15:12:41.218 INFO O| Aug 29 15:12:41.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5750 | 2024-08-29T15:12:42.888Z | [ recovery-image] Aug 29 15:12:41.218 INFO O| Aug 29 15:12:41.218 INFO STEP 578 (remove_files) COMPLETE |
5751 | 2024-08-29T15:12:42.888Z | [ recovery-image] Aug 29 15:12:41.218 INFO O| Aug 29 15:12:41.218 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-08-29T15:12:42.922Z | [ recovery-image] Aug 29 15:12:41.251 INFO O| Aug 29 15:12:41.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5753 | 2024-08-29T15:12:42.925Z | [ recovery-image] Aug 29 15:12:41.252 INFO O| Aug 29 15:12:41.251 INFO STEP 579 (remove_files) COMPLETE |
5754 | 2024-08-29T15:12:42.925Z | [ recovery-image] Aug 29 15:12:41.252 INFO O| Aug 29 15:12:41.252 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-08-29T15:12:42.941Z | [ recovery-image] Aug 29 15:12:41.271 INFO O| Aug 29 15:12:41.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5756 | 2024-08-29T15:12:42.944Z | [ recovery-image] Aug 29 15:12:41.271 INFO O| Aug 29 15:12:41.271 INFO STEP 580 (remove_files) COMPLETE |
5757 | 2024-08-29T15:12:42.944Z | [ recovery-image] Aug 29 15:12:41.271 INFO O| Aug 29 15:12:41.271 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-08-29T15:12:42.959Z | [ recovery-image] Aug 29 15:12:41.288 INFO O| Aug 29 15:12:41.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5759 | 2024-08-29T15:12:42.985Z | [ recovery-image] Aug 29 15:12:41.314 INFO O| Aug 29 15:12:41.314 INFO STEP 581 (remove_files) COMPLETE |
5760 | 2024-08-29T15:12:42.985Z | [ recovery-image] Aug 29 15:12:41.314 INFO O| Aug 29 15:12:41.314 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-08-29T15:12:43.035Z | [ recovery-image] Aug 29 15:12:41.363 INFO O| Aug 29 15:12:41.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5762 | 2024-08-29T15:12:43.075Z | [ recovery-image] Aug 29 15:12:41.404 INFO O| Aug 29 15:12:41.404 INFO STEP 582 (remove_files) COMPLETE |
5763 | 2024-08-29T15:12:43.075Z | [ recovery-image] Aug 29 15:12:41.404 INFO O| Aug 29 15:12:41.404 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-08-29T15:12:43.095Z | [ recovery-image] Aug 29 15:12:41.424 INFO O| Aug 29 15:12:41.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5765 | 2024-08-29T15:12:43.097Z | [ recovery-image] Aug 29 15:12:41.424 INFO O| Aug 29 15:12:41.424 INFO STEP 583 (remove_files) COMPLETE |
5766 | 2024-08-29T15:12:43.097Z | [ recovery-image] Aug 29 15:12:41.424 INFO O| Aug 29 15:12:41.424 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-08-29T15:12:43.155Z | [ recovery-image] Aug 29 15:12:41.484 INFO O| Aug 29 15:12:41.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5768 | 2024-08-29T15:12:43.158Z | [ recovery-image] Aug 29 15:12:41.484 INFO O| Aug 29 15:12:41.484 INFO STEP 584 (remove_files) COMPLETE |
5769 | 2024-08-29T15:12:43.158Z | [ recovery-image] Aug 29 15:12:41.484 INFO O| Aug 29 15:12:41.484 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-08-29T15:12:43.229Z | [ recovery-image] Aug 29 15:12:41.558 INFO O| Aug 29 15:12:41.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5771 | 2024-08-29T15:12:43.232Z | [ recovery-image] Aug 29 15:12:41.558 INFO O| Aug 29 15:12:41.558 INFO STEP 585 (remove_files) COMPLETE |
5772 | 2024-08-29T15:12:43.232Z | [ recovery-image] Aug 29 15:12:41.558 INFO O| Aug 29 15:12:41.558 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-08-29T15:12:43.248Z | [ recovery-image] Aug 29 15:12:41.577 INFO O| Aug 29 15:12:41.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5774 | 2024-08-29T15:12:43.251Z | [ recovery-image] Aug 29 15:12:41.578 INFO O| Aug 29 15:12:41.578 INFO STEP 586 (remove_files) COMPLETE |
5775 | 2024-08-29T15:12:43.251Z | [ recovery-image] Aug 29 15:12:41.578 INFO O| Aug 29 15:12:41.578 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-08-29T15:12:43.268Z | [ recovery-image] Aug 29 15:12:41.597 INFO O| Aug 29 15:12:41.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5777 | 2024-08-29T15:12:43.271Z | [ recovery-image] Aug 29 15:12:41.598 INFO O| Aug 29 15:12:41.597 INFO STEP 587 (remove_files) COMPLETE |
5778 | 2024-08-29T15:12:43.271Z | [ recovery-image] Aug 29 15:12:41.598 INFO O| Aug 29 15:12:41.598 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-08-29T15:12:43.287Z | [ recovery-image] Aug 29 15:12:41.616 INFO O| Aug 29 15:12:41.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5780 | 2024-08-29T15:12:43.289Z | [ recovery-image] Aug 29 15:12:41.616 INFO O| Aug 29 15:12:41.616 INFO STEP 588 (remove_files) COMPLETE |
5781 | 2024-08-29T15:12:43.289Z | [ recovery-image] Aug 29 15:12:41.617 INFO O| Aug 29 15:12:41.616 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-08-29T15:12:43.306Z | [ recovery-image] Aug 29 15:12:41.635 INFO O| Aug 29 15:12:41.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5783 | 2024-08-29T15:12:43.308Z | [ recovery-image] Aug 29 15:12:41.635 INFO O| Aug 29 15:12:41.635 INFO STEP 589 (remove_files) COMPLETE |
5784 | 2024-08-29T15:12:43.308Z | [ recovery-image] Aug 29 15:12:41.635 INFO O| Aug 29 15:12:41.635 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-08-29T15:12:43.343Z | [ recovery-image] Aug 29 15:12:41.672 INFO O| Aug 29 15:12:41.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5786 | 2024-08-29T15:12:43.346Z | [ recovery-image] Aug 29 15:12:41.673 INFO O| Aug 29 15:12:41.673 INFO STEP 590 (remove_files) COMPLETE |
5787 | 2024-08-29T15:12:43.346Z | [ recovery-image] Aug 29 15:12:41.673 INFO O| Aug 29 15:12:41.673 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-08-29T15:12:43.380Z | [ recovery-image] Aug 29 15:12:41.709 INFO O| Aug 29 15:12:41.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5789 | 2024-08-29T15:12:43.383Z | [ recovery-image] Aug 29 15:12:41.710 INFO O| Aug 29 15:12:41.710 INFO STEP 591 (remove_files) COMPLETE |
5790 | 2024-08-29T15:12:43.383Z | [ recovery-image] Aug 29 15:12:41.710 INFO O| Aug 29 15:12:41.710 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-08-29T15:12:43.401Z | [ recovery-image] Aug 29 15:12:41.729 INFO O| Aug 29 15:12:41.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5792 | 2024-08-29T15:12:43.401Z | [ recovery-image] Aug 29 15:12:41.729 INFO O| Aug 29 15:12:41.729 INFO STEP 592 (remove_files) COMPLETE |
5793 | 2024-08-29T15:12:43.401Z | [ recovery-image] Aug 29 15:12:41.729 INFO O| Aug 29 15:12:41.729 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-08-29T15:12:43.419Z | [ recovery-image] Aug 29 15:12:41.748 INFO O| Aug 29 15:12:41.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5795 | 2024-08-29T15:12:43.419Z | [ recovery-image] Aug 29 15:12:41.748 INFO O| Aug 29 15:12:41.748 INFO STEP 593 (remove_files) COMPLETE |
5796 | 2024-08-29T15:12:43.419Z | [ recovery-image] Aug 29 15:12:41.748 INFO O| Aug 29 15:12:41.748 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-08-29T15:12:43.438Z | [ recovery-image] Aug 29 15:12:41.767 INFO O| Aug 29 15:12:41.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5798 | 2024-08-29T15:12:43.438Z | [ recovery-image] Aug 29 15:12:41.767 INFO O| Aug 29 15:12:41.767 INFO STEP 594 (remove_files) COMPLETE |
5799 | 2024-08-29T15:12:43.438Z | [ recovery-image] Aug 29 15:12:41.767 INFO O| Aug 29 15:12:41.767 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-08-29T15:12:43.455Z | [ recovery-image] Aug 29 15:12:41.784 INFO O| Aug 29 15:12:41.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5801 | 2024-08-29T15:12:43.455Z | [ recovery-image] Aug 29 15:12:41.784 INFO O| Aug 29 15:12:41.784 INFO STEP 595 (remove_files) COMPLETE |
5802 | 2024-08-29T15:12:43.458Z | [ recovery-image] Aug 29 15:12:41.784 INFO O| Aug 29 15:12:41.784 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-08-29T15:12:43.481Z | [ recovery-image] Aug 29 15:12:41.810 INFO O| Aug 29 15:12:41.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5804 | 2024-08-29T15:12:43.481Z | [ recovery-image] Aug 29 15:12:41.810 INFO O| Aug 29 15:12:41.810 INFO STEP 596 (remove_files) COMPLETE |
5805 | 2024-08-29T15:12:43.481Z | [ recovery-image] Aug 29 15:12:41.810 INFO O| Aug 29 15:12:41.810 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-08-29T15:12:43.499Z | [ recovery-image] Aug 29 15:12:41.828 INFO O| Aug 29 15:12:41.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5807 | 2024-08-29T15:12:43.499Z | [ recovery-image] Aug 29 15:12:41.828 INFO O| Aug 29 15:12:41.828 INFO STEP 597 (remove_files) COMPLETE |
5808 | 2024-08-29T15:12:43.499Z | [ recovery-image] Aug 29 15:12:41.828 INFO O| Aug 29 15:12:41.828 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-08-29T15:12:43.530Z | [ recovery-image] Aug 29 15:12:41.859 INFO O| Aug 29 15:12:41.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5810 | 2024-08-29T15:12:43.553Z | [ recovery-image] Aug 29 15:12:41.882 INFO O| Aug 29 15:12:41.882 INFO STEP 598 (remove_files) COMPLETE |
5811 | 2024-08-29T15:12:43.553Z | [ recovery-image] Aug 29 15:12:41.882 INFO O| Aug 29 15:12:41.882 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-08-29T15:12:43.599Z | [ recovery-image] Aug 29 15:12:41.927 INFO O| Aug 29 15:12:41.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5813 | 2024-08-29T15:12:43.599Z | [ recovery-image] Aug 29 15:12:41.927 INFO O| Aug 29 15:12:41.927 INFO STEP 599 (remove_files) COMPLETE |
5814 | 2024-08-29T15:12:43.599Z | [ recovery-image] Aug 29 15:12:41.927 INFO O| Aug 29 15:12:41.927 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-08-29T15:12:43.669Z | [ recovery-image] Aug 29 15:12:41.998 INFO O| Aug 29 15:12:41.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5816 | 2024-08-29T15:12:43.669Z | [ recovery-image] Aug 29 15:12:41.998 INFO O| Aug 29 15:12:41.998 INFO STEP 600 (remove_files) COMPLETE |
5817 | 2024-08-29T15:12:43.669Z | [ recovery-image] Aug 29 15:12:41.998 INFO O| Aug 29 15:12:41.998 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-08-29T15:12:43.695Z | [ recovery-image] Aug 29 15:12:42.024 INFO O| Aug 29 15:12:42.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5819 | 2024-08-29T15:12:43.695Z | [ recovery-image] Aug 29 15:12:42.024 INFO O| Aug 29 15:12:42.024 INFO STEP 601 (remove_files) COMPLETE |
5820 | 2024-08-29T15:12:43.695Z | [ recovery-image] Aug 29 15:12:42.024 INFO O| Aug 29 15:12:42.024 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-08-29T15:12:43.715Z | [ recovery-image] Aug 29 15:12:42.044 INFO O| Aug 29 15:12:42.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5822 | 2024-08-29T15:12:43.715Z | [ recovery-image] Aug 29 15:12:42.044 INFO O| Aug 29 15:12:42.044 INFO STEP 602 (remove_files) COMPLETE |
5823 | 2024-08-29T15:12:43.715Z | [ recovery-image] Aug 29 15:12:42.044 INFO O| Aug 29 15:12:42.044 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-08-29T15:12:43.763Z | [ recovery-image] Aug 29 15:12:42.092 INFO O| Aug 29 15:12:42.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5825 | 2024-08-29T15:12:43.766Z | [ recovery-image] Aug 29 15:12:42.093 INFO O| Aug 29 15:12:42.092 INFO STEP 603 (remove_files) COMPLETE |
5826 | 2024-08-29T15:12:43.766Z | [ recovery-image] Aug 29 15:12:42.093 INFO O| Aug 29 15:12:42.093 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-08-29T15:12:43.778Z | [ host-image] Aug 29 15:12:42.107 INFO O| Aug 29 15:12:42.107 INFO O| Done |
5828 | 2024-08-29T15:12:43.781Z | [ recovery-image] Aug 29 15:12:42.110 INFO O| Aug 29 15:12:42.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5829 | 2024-08-29T15:12:43.784Z | [ recovery-image] Aug 29 15:12:42.111 INFO O| Aug 29 15:12:42.111 INFO STEP 604 (remove_files) COMPLETE |
5830 | 2024-08-29T15:12:43.784Z | [ recovery-image] Aug 29 15:12:42.111 INFO O| Aug 29 15:12:42.111 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-08-29T15:12:43.810Z | [ recovery-image] Aug 29 15:12:42.139 INFO O| Aug 29 15:12:42.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5832 | 2024-08-29T15:12:43.831Z | [ recovery-image] Aug 29 15:12:42.160 INFO O| Aug 29 15:12:42.160 INFO STEP 605 (remove_files) COMPLETE |
5833 | 2024-08-29T15:12:43.831Z | [ recovery-image] Aug 29 15:12:42.160 INFO O| Aug 29 15:12:42.160 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-08-29T15:12:43.848Z | [ recovery-image] Aug 29 15:12:42.177 INFO O| Aug 29 15:12:42.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5835 | 2024-08-29T15:12:43.848Z | [ recovery-image] Aug 29 15:12:42.177 INFO O| Aug 29 15:12:42.177 INFO STEP 606 (remove_files) COMPLETE |
5836 | 2024-08-29T15:12:43.852Z | [ recovery-image] Aug 29 15:12:42.177 INFO O| Aug 29 15:12:42.177 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-08-29T15:12:43.896Z | [ recovery-image] Aug 29 15:12:42.225 INFO O| Aug 29 15:12:42.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5838 | 2024-08-29T15:12:43.898Z | [ recovery-image] Aug 29 15:12:42.225 INFO O| Aug 29 15:12:42.225 INFO STEP 607 (remove_files) COMPLETE |
5839 | 2024-08-29T15:12:43.898Z | [ recovery-image] Aug 29 15:12:42.225 INFO O| Aug 29 15:12:42.225 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-08-29T15:12:43.919Z | [ recovery-image] Aug 29 15:12:42.243 INFO O| Aug 29 15:12:42.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5841 | 2024-08-29T15:12:43.919Z | [ recovery-image] Aug 29 15:12:42.244 INFO O| Aug 29 15:12:42.244 INFO STEP 608 (remove_files) COMPLETE |
5842 | 2024-08-29T15:12:43.921Z | [ recovery-image] Aug 29 15:12:42.244 INFO O| Aug 29 15:12:42.244 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-08-29T15:12:43.933Z | [ recovery-image] Aug 29 15:12:42.262 INFO O| Aug 29 15:12:42.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5844 | 2024-08-29T15:12:43.935Z | [ recovery-image] Aug 29 15:12:42.262 INFO O| Aug 29 15:12:42.262 INFO STEP 609 (remove_files) COMPLETE |
5845 | 2024-08-29T15:12:43.936Z | [ recovery-image] Aug 29 15:12:42.262 INFO O| Aug 29 15:12:42.262 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-08-29T15:12:43.953Z | [ recovery-image] Aug 29 15:12:42.281 INFO O| Aug 29 15:12:42.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5847 | 2024-08-29T15:12:43.974Z | [ recovery-image] Aug 29 15:12:42.303 INFO O| Aug 29 15:12:42.303 INFO STEP 610 (remove_files) COMPLETE |
5848 | 2024-08-29T15:12:43.976Z | [ recovery-image] Aug 29 15:12:42.303 INFO O| Aug 29 15:12:42.303 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-08-29T15:12:44.033Z | [ recovery-image] Aug 29 15:12:42.362 INFO O| Aug 29 15:12:42.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5850 | 2024-08-29T15:12:44.033Z | [ recovery-image] Aug 29 15:12:42.362 INFO O| Aug 29 15:12:42.362 INFO STEP 611 (remove_files) COMPLETE |
5851 | 2024-08-29T15:12:44.033Z | [ recovery-image] Aug 29 15:12:42.362 INFO O| Aug 29 15:12:42.362 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-08-29T15:12:44.054Z | [ recovery-image] Aug 29 15:12:42.382 INFO O| Aug 29 15:12:42.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5853 | 2024-08-29T15:12:44.057Z | [ recovery-image] Aug 29 15:12:42.383 INFO O| Aug 29 15:12:42.383 INFO STEP 612 (remove_files) COMPLETE |
5854 | 2024-08-29T15:12:44.057Z | [ recovery-image] Aug 29 15:12:42.383 INFO O| Aug 29 15:12:42.383 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-08-29T15:12:44.071Z | [ recovery-image] Aug 29 15:12:42.400 INFO O| Aug 29 15:12:42.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5856 | 2024-08-29T15:12:44.073Z | [ recovery-image] Aug 29 15:12:42.400 INFO O| Aug 29 15:12:42.400 INFO STEP 613 (remove_files) COMPLETE |
5857 | 2024-08-29T15:12:44.073Z | [ recovery-image] Aug 29 15:12:42.400 INFO O| Aug 29 15:12:42.400 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-08-29T15:12:44.089Z | [ recovery-image] Aug 29 15:12:42.418 INFO O| Aug 29 15:12:42.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5859 | 2024-08-29T15:12:44.089Z | [ recovery-image] Aug 29 15:12:42.418 INFO O| Aug 29 15:12:42.418 INFO STEP 614 (remove_files) COMPLETE |
5860 | 2024-08-29T15:12:44.089Z | [ recovery-image] Aug 29 15:12:42.418 INFO O| Aug 29 15:12:42.418 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-08-29T15:12:44.106Z | [ recovery-image] Aug 29 15:12:42.435 INFO O| Aug 29 15:12:42.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5862 | 2024-08-29T15:12:44.122Z | [ recovery-image] Aug 29 15:12:42.451 INFO O| Aug 29 15:12:42.451 INFO STEP 615 (remove_files) COMPLETE |
5863 | 2024-08-29T15:12:44.122Z | [ recovery-image] Aug 29 15:12:42.451 INFO O| Aug 29 15:12:42.451 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-08-29T15:12:44.141Z | [ recovery-image] Aug 29 15:12:42.470 INFO O| Aug 29 15:12:42.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5865 | 2024-08-29T15:12:44.143Z | [ recovery-image] Aug 29 15:12:42.470 INFO O| Aug 29 15:12:42.470 INFO STEP 616 (remove_files) COMPLETE |
5866 | 2024-08-29T15:12:44.144Z | [ recovery-image] Aug 29 15:12:42.470 INFO O| Aug 29 15:12:42.470 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-08-29T15:12:44.161Z | [ recovery-image] Aug 29 15:12:42.489 INFO O| Aug 29 15:12:42.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5868 | 2024-08-29T15:12:44.163Z | [ recovery-image] Aug 29 15:12:42.490 INFO O| Aug 29 15:12:42.490 INFO STEP 617 (remove_files) COMPLETE |
5869 | 2024-08-29T15:12:44.163Z | [ recovery-image] Aug 29 15:12:42.490 INFO O| Aug 29 15:12:42.490 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-08-29T15:12:44.180Z | [ recovery-image] Aug 29 15:12:42.509 INFO O| Aug 29 15:12:42.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5871 | 2024-08-29T15:12:44.182Z | [ recovery-image] Aug 29 15:12:42.509 INFO O| Aug 29 15:12:42.509 INFO STEP 618 (remove_files) COMPLETE |
5872 | 2024-08-29T15:12:44.182Z | [ recovery-image] Aug 29 15:12:42.509 INFO O| Aug 29 15:12:42.509 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-08-29T15:12:44.200Z | [ recovery-image] Aug 29 15:12:42.529 INFO O| Aug 29 15:12:42.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5874 | 2024-08-29T15:12:44.203Z | [ recovery-image] Aug 29 15:12:42.529 INFO O| Aug 29 15:12:42.529 INFO STEP 619 (remove_files) COMPLETE |
5875 | 2024-08-29T15:12:44.203Z | [ recovery-image] Aug 29 15:12:42.529 INFO O| Aug 29 15:12:42.529 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-08-29T15:12:44.223Z | [ recovery-image] Aug 29 15:12:42.551 INFO O| Aug 29 15:12:42.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5877 | 2024-08-29T15:12:44.226Z | [ recovery-image] Aug 29 15:12:42.551 INFO O| Aug 29 15:12:42.551 INFO STEP 620 (remove_files) COMPLETE |
5878 | 2024-08-29T15:12:44.226Z | [ recovery-image] Aug 29 15:12:42.551 INFO O| Aug 29 15:12:42.551 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-08-29T15:12:44.277Z | [ recovery-image] Aug 29 15:12:42.606 INFO O| Aug 29 15:12:42.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5880 | 2024-08-29T15:12:44.278Z | [ recovery-image] Aug 29 15:12:42.606 INFO O| Aug 29 15:12:42.606 INFO STEP 621 (remove_files) COMPLETE |
5881 | 2024-08-29T15:12:44.278Z | [ recovery-image] Aug 29 15:12:42.606 INFO O| Aug 29 15:12:42.606 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-08-29T15:12:44.335Z | [ recovery-image] Aug 29 15:12:42.663 INFO O| Aug 29 15:12:42.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5883 | 2024-08-29T15:12:44.335Z | [ recovery-image] Aug 29 15:12:42.663 INFO O| Aug 29 15:12:42.663 INFO STEP 622 (remove_files) COMPLETE |
5884 | 2024-08-29T15:12:44.338Z | [ recovery-image] Aug 29 15:12:42.664 INFO O| Aug 29 15:12:42.663 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-08-29T15:12:44.368Z | [ recovery-image] Aug 29 15:12:42.697 INFO O| Aug 29 15:12:42.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5886 | 2024-08-29T15:12:44.368Z | [ recovery-image] Aug 29 15:12:42.697 INFO O| Aug 29 15:12:42.697 INFO STEP 623 (remove_files) COMPLETE |
5887 | 2024-08-29T15:12:44.370Z | [ recovery-image] Aug 29 15:12:42.697 INFO O| Aug 29 15:12:42.697 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-08-29T15:12:44.427Z | [ recovery-image] Aug 29 15:12:42.756 INFO O| Aug 29 15:12:42.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5889 | 2024-08-29T15:12:44.427Z | [ recovery-image] Aug 29 15:12:42.756 INFO O| Aug 29 15:12:42.756 INFO STEP 624 (remove_files) COMPLETE |
5890 | 2024-08-29T15:12:44.427Z | [ recovery-image] Aug 29 15:12:42.756 INFO O| Aug 29 15:12:42.756 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-08-29T15:12:44.446Z | [ recovery-image] Aug 29 15:12:42.774 INFO O| Aug 29 15:12:42.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5892 | 2024-08-29T15:12:44.446Z | [ recovery-image] Aug 29 15:12:42.774 INFO O| Aug 29 15:12:42.774 INFO STEP 625 (remove_files) COMPLETE |
5893 | 2024-08-29T15:12:44.446Z | [ recovery-image] Aug 29 15:12:42.774 INFO O| Aug 29 15:12:42.774 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-08-29T15:12:44.464Z | [ recovery-image] Aug 29 15:12:42.793 INFO O| Aug 29 15:12:42.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5895 | 2024-08-29T15:12:44.487Z | [ recovery-image] Aug 29 15:12:42.816 INFO O| Aug 29 15:12:42.816 INFO STEP 626 (remove_files) COMPLETE |
5896 | 2024-08-29T15:12:44.487Z | [ recovery-image] Aug 29 15:12:42.816 INFO O| Aug 29 15:12:42.816 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-08-29T15:12:44.543Z | [ recovery-image] Aug 29 15:12:42.872 INFO O| Aug 29 15:12:42.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5898 | 2024-08-29T15:12:44.543Z | [ recovery-image] Aug 29 15:12:42.872 INFO O| Aug 29 15:12:42.872 INFO STEP 627 (remove_files) COMPLETE |
5899 | 2024-08-29T15:12:44.543Z | [ recovery-image] Aug 29 15:12:42.872 INFO O| Aug 29 15:12:42.872 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-08-29T15:12:44.638Z | [ recovery-image] Aug 29 15:12:42.967 INFO O| Aug 29 15:12:42.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5901 | 2024-08-29T15:12:44.641Z | [ recovery-image] Aug 29 15:12:42.967 INFO O| Aug 29 15:12:42.967 INFO STEP 628 (remove_files) COMPLETE |
5902 | 2024-08-29T15:12:44.641Z | [ recovery-image] Aug 29 15:12:42.967 INFO O| Aug 29 15:12:42.967 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-08-29T15:12:44.657Z | [ recovery-image] Aug 29 15:12:42.986 INFO O| Aug 29 15:12:42.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5904 | 2024-08-29T15:12:44.657Z | [ recovery-image] Aug 29 15:12:42.986 INFO O| Aug 29 15:12:42.986 INFO STEP 629 (remove_files) COMPLETE |
5905 | 2024-08-29T15:12:44.660Z | [ recovery-image] Aug 29 15:12:42.986 INFO O| Aug 29 15:12:42.986 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-08-29T15:12:44.676Z | [ recovery-image] Aug 29 15:12:43.005 INFO O| Aug 29 15:12:43.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5907 | 2024-08-29T15:12:44.676Z | [ recovery-image] Aug 29 15:12:43.005 INFO O| Aug 29 15:12:43.005 INFO STEP 630 (remove_files) COMPLETE |
5908 | 2024-08-29T15:12:44.676Z | [ recovery-image] Aug 29 15:12:43.005 INFO O| Aug 29 15:12:43.005 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-08-29T15:12:44.702Z | [ recovery-image] Aug 29 15:12:43.030 INFO O| Aug 29 15:12:43.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5910 | 2024-08-29T15:12:44.702Z | [ recovery-image] Aug 29 15:12:43.030 INFO O| Aug 29 15:12:43.030 INFO STEP 631 (remove_files) COMPLETE |
5911 | 2024-08-29T15:12:44.703Z | [ recovery-image] Aug 29 15:12:43.030 INFO O| Aug 29 15:12:43.030 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-08-29T15:12:44.724Z | [ recovery-image] Aug 29 15:12:43.052 INFO O| Aug 29 15:12:43.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5913 | 2024-08-29T15:12:44.724Z | [ recovery-image] Aug 29 15:12:43.052 INFO O| Aug 29 15:12:43.052 INFO STEP 632 (remove_files) COMPLETE |
5914 | 2024-08-29T15:12:44.724Z | [ recovery-image] Aug 29 15:12:43.052 INFO O| Aug 29 15:12:43.052 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-08-29T15:12:44.792Z | [ recovery-image] Aug 29 15:12:43.121 INFO O| Aug 29 15:12:43.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5916 | 2024-08-29T15:12:44.792Z | [ recovery-image] Aug 29 15:12:43.121 INFO O| Aug 29 15:12:43.121 INFO STEP 633 (remove_files) COMPLETE |
5917 | 2024-08-29T15:12:44.792Z | [ recovery-image] Aug 29 15:12:43.121 INFO O| Aug 29 15:12:43.121 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-08-29T15:12:44.813Z | [ recovery-image] Aug 29 15:12:43.141 INFO O| Aug 29 15:12:43.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5919 | 2024-08-29T15:12:44.813Z | [ recovery-image] Aug 29 15:12:43.141 INFO O| Aug 29 15:12:43.141 INFO STEP 634 (remove_files) COMPLETE |
5920 | 2024-08-29T15:12:44.813Z | [ recovery-image] Aug 29 15:12:43.142 INFO O| Aug 29 15:12:43.141 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-08-29T15:12:44.834Z | [ recovery-image] Aug 29 15:12:43.163 INFO O| Aug 29 15:12:43.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5922 | 2024-08-29T15:12:44.837Z | [ recovery-image] Aug 29 15:12:43.163 INFO O| Aug 29 15:12:43.163 INFO STEP 635 (remove_files) COMPLETE |
5923 | 2024-08-29T15:12:44.837Z | [ recovery-image] Aug 29 15:12:43.163 INFO O| Aug 29 15:12:43.163 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-08-29T15:12:44.854Z | [ recovery-image] Aug 29 15:12:43.183 INFO O| Aug 29 15:12:43.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5925 | 2024-08-29T15:12:44.854Z | [ recovery-image] Aug 29 15:12:43.183 INFO O| Aug 29 15:12:43.183 INFO STEP 636 (remove_files) COMPLETE |
5926 | 2024-08-29T15:12:44.856Z | [ recovery-image] Aug 29 15:12:43.183 INFO O| Aug 29 15:12:43.183 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-08-29T15:12:44.897Z | [ recovery-image] Aug 29 15:12:43.225 INFO O| Aug 29 15:12:43.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5928 | 2024-08-29T15:12:44.897Z | [ recovery-image] Aug 29 15:12:43.225 INFO O| Aug 29 15:12:43.225 INFO STEP 637 (remove_files) COMPLETE |
5929 | 2024-08-29T15:12:44.897Z | [ recovery-image] Aug 29 15:12:43.225 INFO O| Aug 29 15:12:43.225 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-08-29T15:12:44.932Z | [ recovery-image] Aug 29 15:12:43.260 INFO O| Aug 29 15:12:43.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5931 | 2024-08-29T15:12:44.932Z | [ recovery-image] Aug 29 15:12:43.260 INFO O| Aug 29 15:12:43.260 INFO STEP 638 (remove_files) COMPLETE |
5932 | 2024-08-29T15:12:44.932Z | [ recovery-image] Aug 29 15:12:43.260 INFO O| Aug 29 15:12:43.260 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-08-29T15:12:44.949Z | [ recovery-image] Aug 29 15:12:43.277 INFO O| Aug 29 15:12:43.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5934 | 2024-08-29T15:12:44.949Z | [ recovery-image] Aug 29 15:12:43.277 INFO O| Aug 29 15:12:43.277 INFO STEP 639 (remove_files) COMPLETE |
5935 | 2024-08-29T15:12:44.949Z | [ recovery-image] Aug 29 15:12:43.277 INFO O| Aug 29 15:12:43.277 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-08-29T15:12:44.969Z | [ recovery-image] Aug 29 15:12:43.298 INFO O| Aug 29 15:12:43.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5937 | 2024-08-29T15:12:44.969Z | [ recovery-image] Aug 29 15:12:43.298 INFO O| Aug 29 15:12:43.298 INFO STEP 640 (remove_files) COMPLETE |
5938 | 2024-08-29T15:12:44.969Z | [ recovery-image] Aug 29 15:12:43.298 INFO O| Aug 29 15:12:43.298 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-08-29T15:12:44.990Z | [ recovery-image] Aug 29 15:12:43.319 INFO O| Aug 29 15:12:43.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5940 | 2024-08-29T15:12:44.990Z | [ recovery-image] Aug 29 15:12:43.319 INFO O| Aug 29 15:12:43.319 INFO STEP 641 (remove_files) COMPLETE |
5941 | 2024-08-29T15:12:44.990Z | [ recovery-image] Aug 29 15:12:43.319 INFO O| Aug 29 15:12:43.319 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-08-29T15:12:45.009Z | [ recovery-image] Aug 29 15:12:43.338 INFO O| Aug 29 15:12:43.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5943 | 2024-08-29T15:12:45.010Z | [ recovery-image] Aug 29 15:12:43.338 INFO O| Aug 29 15:12:43.338 INFO STEP 642 (remove_files) COMPLETE |
5944 | 2024-08-29T15:12:45.010Z | [ recovery-image] Aug 29 15:12:43.338 INFO O| Aug 29 15:12:43.338 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-08-29T15:12:45.038Z | [ recovery-image] Aug 29 15:12:43.366 INFO O| Aug 29 15:12:43.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5946 | 2024-08-29T15:12:45.038Z | [ recovery-image] Aug 29 15:12:43.366 INFO O| Aug 29 15:12:43.366 INFO STEP 643 (remove_files) COMPLETE |
5947 | 2024-08-29T15:12:45.038Z | [ recovery-image] Aug 29 15:12:43.366 INFO O| Aug 29 15:12:43.366 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-08-29T15:12:45.083Z | [ recovery-image] Aug 29 15:12:43.411 INFO O| Aug 29 15:12:43.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5949 | 2024-08-29T15:12:45.083Z | [ recovery-image] Aug 29 15:12:43.411 INFO O| Aug 29 15:12:43.411 INFO STEP 644 (remove_files) COMPLETE |
5950 | 2024-08-29T15:12:45.083Z | [ recovery-image] Aug 29 15:12:43.411 INFO O| Aug 29 15:12:43.411 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-08-29T15:12:45.103Z | [ recovery-image] Aug 29 15:12:43.431 INFO O| Aug 29 15:12:43.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5952 | 2024-08-29T15:12:45.103Z | [ recovery-image] Aug 29 15:12:43.432 INFO O| Aug 29 15:12:43.432 INFO STEP 645 (remove_files) COMPLETE |
5953 | 2024-08-29T15:12:45.103Z | [ recovery-image] Aug 29 15:12:43.432 INFO O| Aug 29 15:12:43.432 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-08-29T15:12:45.153Z | [ recovery-image] Aug 29 15:12:43.481 INFO O| Aug 29 15:12:43.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5955 | 2024-08-29T15:12:45.153Z | [ recovery-image] Aug 29 15:12:43.482 INFO O| Aug 29 15:12:43.481 INFO STEP 646 (remove_files) COMPLETE |
5956 | 2024-08-29T15:12:45.153Z | [ recovery-image] Aug 29 15:12:43.482 INFO O| Aug 29 15:12:43.482 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-08-29T15:12:45.174Z | [ recovery-image] Aug 29 15:12:43.502 INFO O| Aug 29 15:12:43.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5958 | 2024-08-29T15:12:45.174Z | [ recovery-image] Aug 29 15:12:43.503 INFO O| Aug 29 15:12:43.503 INFO STEP 647 (remove_files) COMPLETE |
5959 | 2024-08-29T15:12:45.177Z | [ recovery-image] Aug 29 15:12:43.503 INFO O| Aug 29 15:12:43.503 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-08-29T15:12:45.194Z | [ recovery-image] Aug 29 15:12:43.522 INFO O| Aug 29 15:12:43.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5961 | 2024-08-29T15:12:45.194Z | [ recovery-image] Aug 29 15:12:43.522 INFO O| Aug 29 15:12:43.522 INFO STEP 648 (remove_files) COMPLETE |
5962 | 2024-08-29T15:12:45.196Z | [ recovery-image] Aug 29 15:12:43.522 INFO O| Aug 29 15:12:43.522 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-08-29T15:12:45.214Z | [ recovery-image] Aug 29 15:12:43.542 INFO O| Aug 29 15:12:43.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5964 | 2024-08-29T15:12:45.214Z | [ recovery-image] Aug 29 15:12:43.542 INFO O| Aug 29 15:12:43.542 INFO STEP 649 (remove_files) COMPLETE |
5965 | 2024-08-29T15:12:45.214Z | [ recovery-image] Aug 29 15:12:43.542 INFO O| Aug 29 15:12:43.542 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-08-29T15:12:45.232Z | [ recovery-image] Aug 29 15:12:43.560 INFO O| Aug 29 15:12:43.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5967 | 2024-08-29T15:12:45.232Z | [ recovery-image] Aug 29 15:12:43.560 INFO O| Aug 29 15:12:43.560 INFO STEP 650 (remove_files) COMPLETE |
5968 | 2024-08-29T15:12:45.232Z | [ recovery-image] Aug 29 15:12:43.560 INFO O| Aug 29 15:12:43.560 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-08-29T15:12:45.252Z | [ recovery-image] Aug 29 15:12:43.580 INFO O| Aug 29 15:12:43.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5970 | 2024-08-29T15:12:45.252Z | [ recovery-image] Aug 29 15:12:43.580 INFO O| Aug 29 15:12:43.580 INFO STEP 651 (remove_files) COMPLETE |
5971 | 2024-08-29T15:12:45.252Z | [ recovery-image] Aug 29 15:12:43.580 INFO O| Aug 29 15:12:43.580 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-08-29T15:12:45.270Z | [ recovery-image] Aug 29 15:12:43.599 INFO O| Aug 29 15:12:43.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5973 | 2024-08-29T15:12:45.273Z | [ recovery-image] Aug 29 15:12:43.599 INFO O| Aug 29 15:12:43.599 INFO STEP 652 (remove_files) COMPLETE |
5974 | 2024-08-29T15:12:45.273Z | [ recovery-image] Aug 29 15:12:43.599 INFO O| Aug 29 15:12:43.599 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-08-29T15:12:45.292Z | [ recovery-image] Aug 29 15:12:43.620 INFO O| Aug 29 15:12:43.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5976 | 2024-08-29T15:12:45.292Z | [ recovery-image] Aug 29 15:12:43.620 INFO O| Aug 29 15:12:43.620 INFO STEP 653 (remove_files) COMPLETE |
5977 | 2024-08-29T15:12:45.292Z | [ recovery-image] Aug 29 15:12:43.620 INFO O| Aug 29 15:12:43.620 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-08-29T15:12:45.314Z | [ recovery-image] Aug 29 15:12:43.642 INFO O| Aug 29 15:12:43.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5979 | 2024-08-29T15:12:45.314Z | [ recovery-image] Aug 29 15:12:43.642 INFO O| Aug 29 15:12:43.642 INFO STEP 654 (remove_files) COMPLETE |
5980 | 2024-08-29T15:12:45.316Z | [ recovery-image] Aug 29 15:12:43.642 INFO O| Aug 29 15:12:43.642 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-08-29T15:12:45.361Z | [ recovery-image] Aug 29 15:12:43.688 INFO O| Aug 29 15:12:43.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5982 | 2024-08-29T15:12:45.361Z | [ recovery-image] Aug 29 15:12:43.688 INFO O| Aug 29 15:12:43.688 INFO STEP 655 (remove_files) COMPLETE |
5983 | 2024-08-29T15:12:45.361Z | [ recovery-image] Aug 29 15:12:43.688 INFO O| Aug 29 15:12:43.688 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-08-29T15:12:45.380Z | [ recovery-image] Aug 29 15:12:43.708 INFO O| Aug 29 15:12:43.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5985 | 2024-08-29T15:12:45.380Z | [ recovery-image] Aug 29 15:12:43.708 INFO O| Aug 29 15:12:43.708 INFO STEP 656 (remove_files) COMPLETE |
5986 | 2024-08-29T15:12:45.380Z | [ recovery-image] Aug 29 15:12:43.708 INFO O| Aug 29 15:12:43.708 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-08-29T15:12:45.436Z | [ recovery-image] Aug 29 15:12:43.764 INFO O| Aug 29 15:12:43.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5988 | 2024-08-29T15:12:45.438Z | [ recovery-image] Aug 29 15:12:43.764 INFO O| Aug 29 15:12:43.764 INFO STEP 657 (remove_files) COMPLETE |
5989 | 2024-08-29T15:12:45.438Z | [ recovery-image] Aug 29 15:12:43.765 INFO O| Aug 29 15:12:43.764 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-08-29T15:12:45.456Z | [ recovery-image] Aug 29 15:12:43.783 INFO O| Aug 29 15:12:43.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5991 | 2024-08-29T15:12:45.456Z | [ recovery-image] Aug 29 15:12:43.783 INFO O| Aug 29 15:12:43.783 INFO STEP 658 (remove_files) COMPLETE |
5992 | 2024-08-29T15:12:45.456Z | [ recovery-image] Aug 29 15:12:43.783 INFO O| Aug 29 15:12:43.783 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-08-29T15:12:45.473Z | [ recovery-image] Aug 29 15:12:43.802 INFO O| Aug 29 15:12:43.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5994 | 2024-08-29T15:12:45.476Z | [ recovery-image] Aug 29 15:12:43.802 INFO O| Aug 29 15:12:43.802 INFO STEP 659 (remove_files) COMPLETE |
5995 | 2024-08-29T15:12:45.476Z | [ recovery-image] Aug 29 15:12:43.802 INFO O| Aug 29 15:12:43.802 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-08-29T15:12:45.491Z | [ recovery-image] Aug 29 15:12:43.819 INFO O| Aug 29 15:12:43.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5997 | 2024-08-29T15:12:45.491Z | [ recovery-image] Aug 29 15:12:43.819 INFO O| Aug 29 15:12:43.819 INFO STEP 660 (remove_files) COMPLETE |
5998 | 2024-08-29T15:12:45.491Z | [ recovery-image] Aug 29 15:12:43.819 INFO O| Aug 29 15:12:43.819 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-08-29T15:12:45.509Z | [ recovery-image] Aug 29 15:12:43.836 INFO O| Aug 29 15:12:43.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6000 | 2024-08-29T15:12:45.509Z | [ recovery-image] Aug 29 15:12:43.836 INFO O| Aug 29 15:12:43.836 INFO STEP 661 (remove_files) COMPLETE |
6001 | 2024-08-29T15:12:45.509Z | [ recovery-image] Aug 29 15:12:43.836 INFO O| Aug 29 15:12:43.836 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-08-29T15:12:45.545Z | [ recovery-image] Aug 29 15:12:43.873 INFO O| Aug 29 15:12:43.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6003 | 2024-08-29T15:12:45.547Z | [ recovery-image] Aug 29 15:12:43.873 INFO O| Aug 29 15:12:43.873 INFO STEP 662 (remove_files) COMPLETE |
6004 | 2024-08-29T15:12:45.547Z | [ recovery-image] Aug 29 15:12:43.873 INFO O| Aug 29 15:12:43.873 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-08-29T15:12:45.597Z | [ recovery-image] Aug 29 15:12:43.924 INFO O| Aug 29 15:12:43.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6006 | 2024-08-29T15:12:45.597Z | [ recovery-image] Aug 29 15:12:43.924 INFO O| Aug 29 15:12:43.924 INFO STEP 663 (remove_files) COMPLETE |
6007 | 2024-08-29T15:12:45.597Z | [ recovery-image] Aug 29 15:12:43.924 INFO O| Aug 29 15:12:43.924 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-08-29T15:12:45.617Z | [ recovery-image] Aug 29 15:12:43.946 INFO O| Aug 29 15:12:43.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6009 | 2024-08-29T15:12:45.617Z | [ recovery-image] Aug 29 15:12:43.946 INFO O| Aug 29 15:12:43.946 INFO STEP 664 (remove_files) COMPLETE |
6010 | 2024-08-29T15:12:45.617Z | [ recovery-image] Aug 29 15:12:43.946 INFO O| Aug 29 15:12:43.946 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-08-29T15:12:45.637Z | [ recovery-image] Aug 29 15:12:43.966 INFO O| Aug 29 15:12:43.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6012 | 2024-08-29T15:12:45.638Z | [ recovery-image] Aug 29 15:12:43.966 INFO O| Aug 29 15:12:43.966 INFO STEP 665 (remove_files) COMPLETE |
6013 | 2024-08-29T15:12:45.638Z | [ recovery-image] Aug 29 15:12:43.966 INFO O| Aug 29 15:12:43.966 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-08-29T15:12:45.655Z | [ recovery-image] Aug 29 15:12:43.983 INFO O| Aug 29 15:12:43.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6015 | 2024-08-29T15:12:45.655Z | [ recovery-image] Aug 29 15:12:43.983 INFO O| Aug 29 15:12:43.983 INFO STEP 666 (remove_files) COMPLETE |
6016 | 2024-08-29T15:12:45.657Z | [ recovery-image] Aug 29 15:12:43.983 INFO O| Aug 29 15:12:43.983 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-08-29T15:12:45.672Z | [ recovery-image] Aug 29 15:12:44.001 INFO O| Aug 29 15:12:44.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6018 | 2024-08-29T15:12:45.672Z | [ recovery-image] Aug 29 15:12:44.001 INFO O| Aug 29 15:12:44.001 INFO STEP 667 (remove_files) COMPLETE |
6019 | 2024-08-29T15:12:45.672Z | [ recovery-image] Aug 29 15:12:44.001 INFO O| Aug 29 15:12:44.001 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-08-29T15:12:45.697Z | [ recovery-image] Aug 29 15:12:44.026 INFO O| Aug 29 15:12:44.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6021 | 2024-08-29T15:12:45.697Z | [ recovery-image] Aug 29 15:12:44.026 INFO O| Aug 29 15:12:44.026 INFO STEP 668 (remove_files) COMPLETE |
6022 | 2024-08-29T15:12:45.697Z | [ recovery-image] Aug 29 15:12:44.026 INFO O| Aug 29 15:12:44.026 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-08-29T15:12:45.731Z | [ recovery-image] Aug 29 15:12:44.059 INFO O| Aug 29 15:12:44.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6024 | 2024-08-29T15:12:45.731Z | [ recovery-image] Aug 29 15:12:44.059 INFO O| Aug 29 15:12:44.059 INFO STEP 669 (remove_files) COMPLETE |
6025 | 2024-08-29T15:12:45.733Z | [ recovery-image] Aug 29 15:12:44.059 INFO O| Aug 29 15:12:44.059 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-08-29T15:12:45.781Z | [ recovery-image] Aug 29 15:12:44.109 INFO O| Aug 29 15:12:44.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6027 | 2024-08-29T15:12:45.781Z | [ recovery-image] Aug 29 15:12:44.109 INFO O| Aug 29 15:12:44.109 INFO STEP 670 (remove_files) COMPLETE |
6028 | 2024-08-29T15:12:45.781Z | [ recovery-image] Aug 29 15:12:44.109 INFO O| Aug 29 15:12:44.109 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-08-29T15:12:45.830Z | [ recovery-image] Aug 29 15:12:44.159 INFO O| Aug 29 15:12:44.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6030 | 2024-08-29T15:12:45.830Z | [ recovery-image] Aug 29 15:12:44.159 INFO O| Aug 29 15:12:44.159 INFO STEP 671 (remove_files) COMPLETE |
6031 | 2024-08-29T15:12:45.833Z | [ recovery-image] Aug 29 15:12:44.159 INFO O| Aug 29 15:12:44.159 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-08-29T15:12:45.860Z | [ recovery-image] Aug 29 15:12:44.188 INFO O| Aug 29 15:12:44.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6033 | 2024-08-29T15:12:45.860Z | [ recovery-image] Aug 29 15:12:44.188 INFO O| Aug 29 15:12:44.188 INFO STEP 672 (remove_files) COMPLETE |
6034 | 2024-08-29T15:12:45.862Z | [ recovery-image] Aug 29 15:12:44.188 INFO O| Aug 29 15:12:44.188 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-08-29T15:12:45.904Z | [ recovery-image] Aug 29 15:12:44.233 INFO O| Aug 29 15:12:44.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6036 | 2024-08-29T15:12:45.904Z | [ recovery-image] Aug 29 15:12:44.233 INFO O| Aug 29 15:12:44.233 INFO STEP 673 (remove_files) COMPLETE |
6037 | 2024-08-29T15:12:45.907Z | [ recovery-image] Aug 29 15:12:44.233 INFO O| Aug 29 15:12:44.233 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-08-29T15:12:45.949Z | [ recovery-image] Aug 29 15:12:44.278 INFO O| Aug 29 15:12:44.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6039 | 2024-08-29T15:12:45.952Z | [ recovery-image] Aug 29 15:12:44.278 INFO O| Aug 29 15:12:44.278 INFO STEP 674 (remove_files) COMPLETE |
6040 | 2024-08-29T15:12:45.952Z | [ recovery-image] Aug 29 15:12:44.278 INFO O| Aug 29 15:12:44.278 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-08-29T15:12:45.968Z | [ recovery-image] Aug 29 15:12:44.296 INFO O| Aug 29 15:12:44.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6042 | 2024-08-29T15:12:45.968Z | [ recovery-image] Aug 29 15:12:44.296 INFO O| Aug 29 15:12:44.296 INFO STEP 675 (remove_files) COMPLETE |
6043 | 2024-08-29T15:12:45.971Z | [ recovery-image] Aug 29 15:12:44.297 INFO O| Aug 29 15:12:44.297 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-08-29T15:12:46.008Z | [ recovery-image] Aug 29 15:12:44.336 INFO O| Aug 29 15:12:44.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6045 | 2024-08-29T15:12:46.008Z | [ recovery-image] Aug 29 15:12:44.336 INFO O| Aug 29 15:12:44.336 INFO STEP 676 (remove_files) COMPLETE |
6046 | 2024-08-29T15:12:46.008Z | [ recovery-image] Aug 29 15:12:44.336 INFO O| Aug 29 15:12:44.336 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-08-29T15:12:46.028Z | [ recovery-image] Aug 29 15:12:44.356 INFO O| Aug 29 15:12:44.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6048 | 2024-08-29T15:12:46.028Z | [ recovery-image] Aug 29 15:12:44.356 INFO O| Aug 29 15:12:44.356 INFO STEP 677 (remove_files) COMPLETE |
6049 | 2024-08-29T15:12:46.031Z | [ recovery-image] Aug 29 15:12:44.356 INFO O| Aug 29 15:12:44.356 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-08-29T15:12:46.065Z | [ recovery-image] Aug 29 15:12:44.393 INFO O| Aug 29 15:12:44.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6051 | 2024-08-29T15:12:46.067Z | [ recovery-image] Aug 29 15:12:44.393 INFO O| Aug 29 15:12:44.393 INFO STEP 678 (remove_files) COMPLETE |
6052 | 2024-08-29T15:12:46.067Z | [ recovery-image] Aug 29 15:12:44.393 INFO O| Aug 29 15:12:44.393 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-08-29T15:12:46.085Z | [ recovery-image] Aug 29 15:12:44.413 INFO O| Aug 29 15:12:44.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6054 | 2024-08-29T15:12:46.087Z | [ recovery-image] Aug 29 15:12:44.413 INFO O| Aug 29 15:12:44.413 INFO STEP 679 (remove_files) COMPLETE |
6055 | 2024-08-29T15:12:46.087Z | [ recovery-image] Aug 29 15:12:44.413 INFO O| Aug 29 15:12:44.413 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-08-29T15:12:46.102Z | [ recovery-image] Aug 29 15:12:44.430 INFO O| Aug 29 15:12:44.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6057 | 2024-08-29T15:12:46.104Z | [ recovery-image] Aug 29 15:12:44.431 INFO O| Aug 29 15:12:44.431 INFO STEP 680 (remove_files) COMPLETE |
6058 | 2024-08-29T15:12:46.105Z | [ recovery-image] Aug 29 15:12:44.431 INFO O| Aug 29 15:12:44.431 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-08-29T15:12:46.118Z | [ recovery-image] Aug 29 15:12:44.447 INFO O| Aug 29 15:12:44.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6060 | 2024-08-29T15:12:46.121Z | [ recovery-image] Aug 29 15:12:44.447 INFO O| Aug 29 15:12:44.447 INFO STEP 681 (remove_files) COMPLETE |
6061 | 2024-08-29T15:12:46.121Z | [ recovery-image] Aug 29 15:12:44.447 INFO O| Aug 29 15:12:44.447 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-08-29T15:12:46.135Z | [ host-image] Aug 29 15:12:44.463 INFO O| Aug 29 15:12:44.463 INFO O| Done |
6063 | 2024-08-29T15:12:46.153Z | [ recovery-image] Aug 29 15:12:44.482 INFO O| Aug 29 15:12:44.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6064 | 2024-08-29T15:12:46.156Z | [ recovery-image] Aug 29 15:12:44.482 INFO O| Aug 29 15:12:44.482 INFO STEP 682 (remove_files) COMPLETE |
6065 | 2024-08-29T15:12:46.156Z | [ recovery-image] Aug 29 15:12:44.482 INFO O| Aug 29 15:12:44.482 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-08-29T15:12:46.172Z | [ recovery-image] Aug 29 15:12:44.500 INFO O| Aug 29 15:12:44.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6067 | 2024-08-29T15:12:46.179Z | [ host-image] Aug 29 15:12:44.506 INFO O| Aug 29 15:12:44.506 INFO O| Done |
6068 | 2024-08-29T15:12:46.181Z | [ host-image] Aug 29 15:12:44.506 INFO O| Aug 29 15:12:44.506 INFO O| Done |
6069 | 2024-08-29T15:12:46.181Z | [ recovery-image] Aug 29 15:12:44.507 INFO O| Aug 29 15:12:44.507 INFO STEP 683 (remove_files) COMPLETE |
6070 | 2024-08-29T15:12:46.181Z | [ recovery-image] Aug 29 15:12:44.507 INFO O| Aug 29 15:12:44.507 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-08-29T15:12:46.197Z | [ recovery-image] Aug 29 15:12:44.525 INFO O| Aug 29 15:12:44.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6072 | 2024-08-29T15:12:46.200Z | [ recovery-image] Aug 29 15:12:44.525 INFO O| Aug 29 15:12:44.525 INFO STEP 684 (remove_files) COMPLETE |
6073 | 2024-08-29T15:12:46.200Z | [ recovery-image] Aug 29 15:12:44.526 INFO O| Aug 29 15:12:44.525 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-08-29T15:12:46.215Z | [ recovery-image] Aug 29 15:12:44.543 INFO O| Aug 29 15:12:44.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6075 | 2024-08-29T15:12:46.217Z | [ recovery-image] Aug 29 15:12:44.543 INFO O| Aug 29 15:12:44.543 INFO STEP 685 (remove_files) COMPLETE |
6076 | 2024-08-29T15:12:46.217Z | [ recovery-image] Aug 29 15:12:44.543 INFO O| Aug 29 15:12:44.543 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-08-29T15:12:46.234Z | [ recovery-image] Aug 29 15:12:44.562 INFO O| Aug 29 15:12:44.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6078 | 2024-08-29T15:12:46.236Z | [ recovery-image] Aug 29 15:12:44.562 INFO O| Aug 29 15:12:44.562 INFO STEP 686 (remove_files) COMPLETE |
6079 | 2024-08-29T15:12:46.237Z | [ recovery-image] Aug 29 15:12:44.563 INFO O| Aug 29 15:12:44.562 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-08-29T15:12:46.245Z | [ host-image] Aug 29 15:12:44.573 INFO O| Aug 29 15:12:44.573 INFO O| Done |
6081 | 2024-08-29T15:12:46.254Z | [ recovery-image] Aug 29 15:12:44.582 INFO O| Aug 29 15:12:44.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6082 | 2024-08-29T15:12:46.256Z | [ recovery-image] Aug 29 15:12:44.582 INFO O| Aug 29 15:12:44.582 INFO STEP 687 (remove_files) COMPLETE |
6083 | 2024-08-29T15:12:46.256Z | [ recovery-image] Aug 29 15:12:44.582 INFO O| Aug 29 15:12:44.582 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-08-29T15:12:46.272Z | [ recovery-image] Aug 29 15:12:44.600 INFO O| Aug 29 15:12:44.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6085 | 2024-08-29T15:12:46.275Z | [ recovery-image] Aug 29 15:12:44.601 INFO O| Aug 29 15:12:44.601 INFO STEP 688 (remove_files) COMPLETE |
6086 | 2024-08-29T15:12:46.275Z | [ recovery-image] Aug 29 15:12:44.601 INFO O| Aug 29 15:12:44.601 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-08-29T15:12:46.296Z | [ recovery-image] Aug 29 15:12:44.624 INFO O| Aug 29 15:12:44.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6088 | 2024-08-29T15:12:46.296Z | [ recovery-image] Aug 29 15:12:44.624 INFO O| Aug 29 15:12:44.624 INFO STEP 689 (remove_files) COMPLETE |
6089 | 2024-08-29T15:12:46.299Z | [ recovery-image] Aug 29 15:12:44.624 INFO O| Aug 29 15:12:44.624 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-08-29T15:12:46.330Z | [ recovery-image] Aug 29 15:12:44.657 INFO O| Aug 29 15:12:44.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6091 | 2024-08-29T15:12:46.330Z | [ recovery-image] Aug 29 15:12:44.658 INFO O| Aug 29 15:12:44.657 INFO STEP 690 (remove_files) COMPLETE |
6092 | 2024-08-29T15:12:46.330Z | [ recovery-image] Aug 29 15:12:44.658 INFO O| Aug 29 15:12:44.658 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-08-29T15:12:46.378Z | [ recovery-image] Aug 29 15:12:44.706 INFO O| Aug 29 15:12:44.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6094 | 2024-08-29T15:12:46.380Z | [ recovery-image] Aug 29 15:12:44.706 INFO O| Aug 29 15:12:44.706 INFO STEP 691 (remove_files) COMPLETE |
6095 | 2024-08-29T15:12:46.380Z | [ recovery-image] Aug 29 15:12:44.706 INFO O| Aug 29 15:12:44.706 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-08-29T15:12:46.395Z | [ recovery-image] Aug 29 15:12:44.724 INFO O| Aug 29 15:12:44.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6097 | 2024-08-29T15:12:46.395Z | [ recovery-image] Aug 29 15:12:44.724 INFO O| Aug 29 15:12:44.724 INFO STEP 692 (remove_files) COMPLETE |
6098 | 2024-08-29T15:12:46.395Z | [ recovery-image] Aug 29 15:12:44.724 INFO O| Aug 29 15:12:44.724 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-08-29T15:12:46.415Z | [ recovery-image] Aug 29 15:12:44.740 INFO O| Aug 29 15:12:44.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6100 | 2024-08-29T15:12:46.418Z | [ recovery-image] Aug 29 15:12:44.740 INFO O| Aug 29 15:12:44.740 INFO STEP 693 (remove_files) COMPLETE |
6101 | 2024-08-29T15:12:46.418Z | [ recovery-image] Aug 29 15:12:44.740 INFO O| Aug 29 15:12:44.740 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-08-29T15:12:46.430Z | [ recovery-image] Aug 29 15:12:44.757 INFO O| Aug 29 15:12:44.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6103 | 2024-08-29T15:12:46.430Z | [ recovery-image] Aug 29 15:12:44.757 INFO O| Aug 29 15:12:44.757 INFO STEP 694 (remove_files) COMPLETE |
6104 | 2024-08-29T15:12:46.430Z | [ recovery-image] Aug 29 15:12:44.757 INFO O| Aug 29 15:12:44.757 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-08-29T15:12:46.440Z | [ host-image] Aug 29 15:12:44.761 INFO O| Aug 29 15:12:44.761 INFO STEP 13 (pkg_install) COMPLETE |
6106 | 2024-08-29T15:12:46.440Z | [ host-image] Aug 29 15:12:44.761 INFO O| Aug 29 15:12:44.761 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6107 | 2024-08-29T15:12:46.448Z | [ host-image] Aug 29 15:12:44.776 INFO O| Aug 29 15:12:44.775 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
6108 | 2024-08-29T15:12:46.465Z | [ recovery-image] Aug 29 15:12:44.793 INFO O| Aug 29 15:12:44.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6109 | 2024-08-29T15:12:46.467Z | [ recovery-image] Aug 29 15:12:44.793 INFO O| Aug 29 15:12:44.793 INFO STEP 695 (remove_files) COMPLETE |
6110 | 2024-08-29T15:12:46.467Z | [ recovery-image] Aug 29 15:12:44.793 INFO O| Aug 29 15:12:44.793 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-08-29T15:12:46.506Z | [ recovery-image] Aug 29 15:12:44.834 INFO O| Aug 29 15:12:44.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6112 | 2024-08-29T15:12:46.508Z | [ recovery-image] Aug 29 15:12:44.834 INFO O| Aug 29 15:12:44.834 INFO STEP 696 (remove_files) COMPLETE |
6113 | 2024-08-29T15:12:46.508Z | [ recovery-image] Aug 29 15:12:44.835 INFO O| Aug 29 15:12:44.835 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-08-29T15:12:46.524Z | [ recovery-image] Aug 29 15:12:44.852 INFO O| Aug 29 15:12:44.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6115 | 2024-08-29T15:12:46.526Z | [ recovery-image] Aug 29 15:12:44.852 INFO O| Aug 29 15:12:44.852 INFO STEP 697 (remove_files) COMPLETE |
6116 | 2024-08-29T15:12:46.526Z | [ recovery-image] Aug 29 15:12:44.852 INFO O| Aug 29 15:12:44.852 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-08-29T15:12:46.541Z | [ recovery-image] Aug 29 15:12:44.870 INFO O| Aug 29 15:12:44.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6118 | 2024-08-29T15:12:46.544Z | [ recovery-image] Aug 29 15:12:44.870 INFO O| Aug 29 15:12:44.870 INFO STEP 698 (remove_files) COMPLETE |
6119 | 2024-08-29T15:12:46.544Z | [ recovery-image] Aug 29 15:12:44.870 INFO O| Aug 29 15:12:44.870 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-08-29T15:12:46.560Z | [ recovery-image] Aug 29 15:12:44.888 INFO O| Aug 29 15:12:44.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6121 | 2024-08-29T15:12:46.562Z | [ recovery-image] Aug 29 15:12:44.888 INFO O| Aug 29 15:12:44.888 INFO STEP 699 (remove_files) COMPLETE |
6122 | 2024-08-29T15:12:46.562Z | [ recovery-image] Aug 29 15:12:44.888 INFO O| Aug 29 15:12:44.888 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-08-29T15:12:46.578Z | [ recovery-image] Aug 29 15:12:44.906 INFO O| Aug 29 15:12:44.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6124 | 2024-08-29T15:12:46.580Z | [ recovery-image] Aug 29 15:12:44.906 INFO O| Aug 29 15:12:44.906 INFO STEP 700 (remove_files) COMPLETE |
6125 | 2024-08-29T15:12:46.580Z | [ recovery-image] Aug 29 15:12:44.906 INFO O| Aug 29 15:12:44.906 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-08-29T15:12:46.595Z | [ recovery-image] Aug 29 15:12:44.924 INFO O| Aug 29 15:12:44.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6127 | 2024-08-29T15:12:46.598Z | [ recovery-image] Aug 29 15:12:44.924 INFO O| Aug 29 15:12:44.924 INFO STEP 701 (remove_files) COMPLETE |
6128 | 2024-08-29T15:12:46.598Z | [ recovery-image] Aug 29 15:12:44.924 INFO O| Aug 29 15:12:44.924 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-08-29T15:12:46.614Z | [ recovery-image] Aug 29 15:12:44.941 INFO O| Aug 29 15:12:44.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6130 | 2024-08-29T15:12:46.614Z | [ recovery-image] Aug 29 15:12:44.941 INFO O| Aug 29 15:12:44.941 INFO STEP 702 (remove_files) COMPLETE |
6131 | 2024-08-29T15:12:46.614Z | [ recovery-image] Aug 29 15:12:44.942 INFO O| Aug 29 15:12:44.941 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-08-29T15:12:46.631Z | [ recovery-image] Aug 29 15:12:44.959 INFO O| Aug 29 15:12:44.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6133 | 2024-08-29T15:12:46.631Z | [ recovery-image] Aug 29 15:12:44.959 INFO O| Aug 29 15:12:44.959 INFO STEP 703 (remove_files) COMPLETE |
6134 | 2024-08-29T15:12:46.631Z | [ recovery-image] Aug 29 15:12:44.959 INFO O| Aug 29 15:12:44.959 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-08-29T15:12:46.648Z | [ recovery-image] Aug 29 15:12:44.975 INFO O| Aug 29 15:12:44.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6136 | 2024-08-29T15:12:46.648Z | [ recovery-image] Aug 29 15:12:44.976 INFO O| Aug 29 15:12:44.976 INFO STEP 704 (remove_files) COMPLETE |
6137 | 2024-08-29T15:12:46.648Z | [ recovery-image] Aug 29 15:12:44.976 INFO O| Aug 29 15:12:44.976 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-08-29T15:12:46.664Z | [ recovery-image] Aug 29 15:12:44.993 INFO O| Aug 29 15:12:44.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6139 | 2024-08-29T15:12:46.664Z | [ recovery-image] Aug 29 15:12:44.993 INFO O| Aug 29 15:12:44.993 INFO STEP 705 (remove_files) COMPLETE |
6140 | 2024-08-29T15:12:46.664Z | [ recovery-image] Aug 29 15:12:44.993 INFO O| Aug 29 15:12:44.993 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-08-29T15:12:46.687Z | [ recovery-image] Aug 29 15:12:45.015 INFO O| Aug 29 15:12:45.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6142 | 2024-08-29T15:12:46.687Z | [ recovery-image] Aug 29 15:12:45.015 INFO O| Aug 29 15:12:45.015 INFO STEP 706 (remove_files) COMPLETE |
6143 | 2024-08-29T15:12:46.687Z | [ recovery-image] Aug 29 15:12:45.015 INFO O| Aug 29 15:12:45.015 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-08-29T15:12:46.706Z | [ recovery-image] Aug 29 15:12:45.033 INFO O| Aug 29 15:12:45.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6145 | 2024-08-29T15:12:46.706Z | [ recovery-image] Aug 29 15:12:45.033 INFO O| Aug 29 15:12:45.033 INFO STEP 707 (remove_files) COMPLETE |
6146 | 2024-08-29T15:12:46.706Z | [ recovery-image] Aug 29 15:12:45.033 INFO O| Aug 29 15:12:45.033 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-08-29T15:12:46.726Z | [ recovery-image] Aug 29 15:12:45.054 INFO O| Aug 29 15:12:45.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6148 | 2024-08-29T15:12:46.726Z | [ recovery-image] Aug 29 15:12:45.054 INFO O| Aug 29 15:12:45.054 INFO STEP 708 (remove_files) COMPLETE |
6149 | 2024-08-29T15:12:46.729Z | [ recovery-image] Aug 29 15:12:45.054 INFO O| Aug 29 15:12:45.054 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-08-29T15:12:46.777Z | [ recovery-image] Aug 29 15:12:45.105 INFO O| Aug 29 15:12:45.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6151 | 2024-08-29T15:12:46.777Z | [ recovery-image] Aug 29 15:12:45.106 INFO O| Aug 29 15:12:45.105 INFO STEP 709 (remove_files) COMPLETE |
6152 | 2024-08-29T15:12:46.777Z | [ recovery-image] Aug 29 15:12:45.106 INFO O| Aug 29 15:12:45.106 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-08-29T15:12:46.836Z | [ recovery-image] Aug 29 15:12:45.164 INFO O| Aug 29 15:12:45.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6154 | 2024-08-29T15:12:46.836Z | [ recovery-image] Aug 29 15:12:45.164 INFO O| Aug 29 15:12:45.164 INFO STEP 710 (remove_files) COMPLETE |
6155 | 2024-08-29T15:12:46.836Z | [ recovery-image] Aug 29 15:12:45.164 INFO O| Aug 29 15:12:45.164 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-08-29T15:12:46.853Z | [ recovery-image] Aug 29 15:12:45.181 INFO O| Aug 29 15:12:45.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6157 | 2024-08-29T15:12:46.853Z | [ recovery-image] Aug 29 15:12:45.182 INFO O| Aug 29 15:12:45.181 INFO STEP 711 (remove_files) COMPLETE |
6158 | 2024-08-29T15:12:46.856Z | [ recovery-image] Aug 29 15:12:45.182 INFO O| Aug 29 15:12:45.182 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-08-29T15:12:46.882Z | [ recovery-image] Aug 29 15:12:45.210 INFO O| Aug 29 15:12:45.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6160 | 2024-08-29T15:12:46.882Z | [ recovery-image] Aug 29 15:12:45.210 INFO O| Aug 29 15:12:45.210 INFO STEP 712 (remove_files) COMPLETE |
6161 | 2024-08-29T15:12:46.885Z | [ recovery-image] Aug 29 15:12:45.210 INFO O| Aug 29 15:12:45.210 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-08-29T15:12:46.935Z | [ recovery-image] Aug 29 15:12:45.263 INFO O| Aug 29 15:12:45.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6163 | 2024-08-29T15:12:46.935Z | [ recovery-image] Aug 29 15:12:45.263 INFO O| Aug 29 15:12:45.263 INFO STEP 713 (remove_files) COMPLETE |
6164 | 2024-08-29T15:12:46.935Z | [ recovery-image] Aug 29 15:12:45.263 INFO O| Aug 29 15:12:45.263 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-08-29T15:12:47.004Z | [ recovery-image] Aug 29 15:12:45.332 INFO O| Aug 29 15:12:45.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6166 | 2024-08-29T15:12:47.004Z | [ recovery-image] Aug 29 15:12:45.332 INFO O| Aug 29 15:12:45.332 INFO STEP 714 (remove_files) COMPLETE |
6167 | 2024-08-29T15:12:47.007Z | [ recovery-image] Aug 29 15:12:45.332 INFO O| Aug 29 15:12:45.332 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-08-29T15:12:47.051Z | [ recovery-image] Aug 29 15:12:45.379 INFO O| Aug 29 15:12:45.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6169 | 2024-08-29T15:12:47.051Z | [ recovery-image] Aug 29 15:12:45.379 INFO O| Aug 29 15:12:45.379 INFO STEP 715 (remove_files) COMPLETE |
6170 | 2024-08-29T15:12:47.053Z | [ recovery-image] Aug 29 15:12:45.379 INFO O| Aug 29 15:12:45.379 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-08-29T15:12:47.102Z | [ recovery-image] Aug 29 15:12:45.430 INFO O| Aug 29 15:12:45.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6172 | 2024-08-29T15:12:47.102Z | [ recovery-image] Aug 29 15:12:45.430 INFO O| Aug 29 15:12:45.430 INFO STEP 716 (remove_files) COMPLETE |
6173 | 2024-08-29T15:12:47.103Z | [ recovery-image] Aug 29 15:12:45.430 INFO O| Aug 29 15:12:45.430 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-08-29T15:12:47.150Z | [ recovery-image] Aug 29 15:12:45.477 INFO O| Aug 29 15:12:45.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6175 | 2024-08-29T15:12:47.150Z | [ recovery-image] Aug 29 15:12:45.477 INFO O| Aug 29 15:12:45.477 INFO STEP 717 (remove_files) COMPLETE |
6176 | 2024-08-29T15:12:47.150Z | [ recovery-image] Aug 29 15:12:45.477 INFO O| Aug 29 15:12:45.477 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-08-29T15:12:47.170Z | [ recovery-image] Aug 29 15:12:45.498 INFO O| Aug 29 15:12:45.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6178 | 2024-08-29T15:12:47.172Z | [ recovery-image] Aug 29 15:12:45.498 INFO O| Aug 29 15:12:45.498 INFO STEP 718 (remove_files) COMPLETE |
6179 | 2024-08-29T15:12:47.172Z | [ recovery-image] Aug 29 15:12:45.498 INFO O| Aug 29 15:12:45.498 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-08-29T15:12:47.188Z | [ recovery-image] Aug 29 15:12:45.515 INFO O| Aug 29 15:12:45.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6181 | 2024-08-29T15:12:47.188Z | [ recovery-image] Aug 29 15:12:45.516 INFO O| Aug 29 15:12:45.516 INFO STEP 719 (remove_files) COMPLETE |
6182 | 2024-08-29T15:12:47.190Z | [ recovery-image] Aug 29 15:12:45.516 INFO O| Aug 29 15:12:45.516 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-08-29T15:12:47.207Z | [ recovery-image] Aug 29 15:12:45.535 INFO O| Aug 29 15:12:45.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6184 | 2024-08-29T15:12:47.208Z | [ recovery-image] Aug 29 15:12:45.535 INFO O| Aug 29 15:12:45.535 INFO STEP 720 (remove_files) COMPLETE |
6185 | 2024-08-29T15:12:47.208Z | [ recovery-image] Aug 29 15:12:45.535 INFO O| Aug 29 15:12:45.535 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-08-29T15:12:47.247Z | [ recovery-image] Aug 29 15:12:45.575 INFO O| Aug 29 15:12:45.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6187 | 2024-08-29T15:12:47.249Z | [ recovery-image] Aug 29 15:12:45.575 INFO O| Aug 29 15:12:45.575 INFO STEP 721 (remove_files) COMPLETE |
6188 | 2024-08-29T15:12:47.249Z | [ recovery-image] Aug 29 15:12:45.575 INFO O| Aug 29 15:12:45.575 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-08-29T15:12:47.296Z | [ recovery-image] Aug 29 15:12:45.624 INFO O| Aug 29 15:12:45.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6190 | 2024-08-29T15:12:47.298Z | [ recovery-image] Aug 29 15:12:45.624 INFO O| Aug 29 15:12:45.624 INFO STEP 722 (remove_files) COMPLETE |
6191 | 2024-08-29T15:12:47.298Z | [ recovery-image] Aug 29 15:12:45.624 INFO O| Aug 29 15:12:45.624 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-08-29T15:12:47.316Z | [ recovery-image] Aug 29 15:12:45.644 INFO O| Aug 29 15:12:45.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6193 | 2024-08-29T15:12:47.318Z | [ recovery-image] Aug 29 15:12:45.644 INFO O| Aug 29 15:12:45.644 INFO STEP 723 (remove_files) COMPLETE |
6194 | 2024-08-29T15:12:47.318Z | [ recovery-image] Aug 29 15:12:45.644 INFO O| Aug 29 15:12:45.644 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-08-29T15:12:47.334Z | [ recovery-image] Aug 29 15:12:45.661 INFO O| Aug 29 15:12:45.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6196 | 2024-08-29T15:12:47.334Z | [ recovery-image] Aug 29 15:12:45.661 INFO O| Aug 29 15:12:45.661 INFO STEP 724 (remove_files) COMPLETE |
6197 | 2024-08-29T15:12:47.335Z | [ recovery-image] Aug 29 15:12:45.661 INFO O| Aug 29 15:12:45.661 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-08-29T15:12:47.346Z | [ host-image] Aug 29 15:12:45.674 INFO O| Aug 29 15:12:45.674 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6199 | 2024-08-29T15:12:47.381Z | [ recovery-image] Aug 29 15:12:45.709 INFO O| Aug 29 15:12:45.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6200 | 2024-08-29T15:12:47.381Z | [ recovery-image] Aug 29 15:12:45.709 INFO O| Aug 29 15:12:45.709 INFO STEP 725 (remove_files) COMPLETE |
6201 | 2024-08-29T15:12:47.384Z | [ recovery-image] Aug 29 15:12:45.710 INFO O| Aug 29 15:12:45.709 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-08-29T15:12:47.408Z | [ recovery-image] Aug 29 15:12:45.736 INFO O| Aug 29 15:12:45.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6203 | 2024-08-29T15:12:47.408Z | [ recovery-image] Aug 29 15:12:45.736 INFO O| Aug 29 15:12:45.736 INFO STEP 726 (remove_files) COMPLETE |
6204 | 2024-08-29T15:12:47.408Z | [ recovery-image] Aug 29 15:12:45.736 INFO O| Aug 29 15:12:45.736 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-08-29T15:12:47.433Z | [ recovery-image] Aug 29 15:12:45.761 INFO O| Aug 29 15:12:45.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6206 | 2024-08-29T15:12:47.436Z | [ recovery-image] Aug 29 15:12:45.761 INFO O| Aug 29 15:12:45.761 INFO STEP 727 (remove_files) COMPLETE |
6207 | 2024-08-29T15:12:47.436Z | [ recovery-image] Aug 29 15:12:45.761 INFO O| Aug 29 15:12:45.761 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-08-29T15:12:47.469Z | [ recovery-image] Aug 29 15:12:45.797 INFO O| Aug 29 15:12:45.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6209 | 2024-08-29T15:12:47.469Z | [ recovery-image] Aug 29 15:12:45.797 INFO O| Aug 29 15:12:45.797 INFO STEP 728 (remove_files) COMPLETE |
6210 | 2024-08-29T15:12:47.473Z | [ recovery-image] Aug 29 15:12:45.798 INFO O| Aug 29 15:12:45.797 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-08-29T15:12:47.489Z | [ recovery-image] Aug 29 15:12:45.817 INFO O| Aug 29 15:12:45.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6212 | 2024-08-29T15:12:47.493Z | [ recovery-image] Aug 29 15:12:45.818 INFO O| Aug 29 15:12:45.817 INFO STEP 729 (remove_files) COMPLETE |
6213 | 2024-08-29T15:12:47.494Z | [ recovery-image] Aug 29 15:12:45.818 INFO O| Aug 29 15:12:45.818 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-08-29T15:12:47.546Z | [ recovery-image] Aug 29 15:12:45.874 INFO O| Aug 29 15:12:45.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6215 | 2024-08-29T15:12:47.546Z | [ recovery-image] Aug 29 15:12:45.874 INFO O| Aug 29 15:12:45.874 INFO STEP 730 (remove_files) COMPLETE |
6216 | 2024-08-29T15:12:47.549Z | [ recovery-image] Aug 29 15:12:45.874 INFO O| Aug 29 15:12:45.874 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-08-29T15:12:47.565Z | [ recovery-image] Aug 29 15:12:45.892 INFO O| Aug 29 15:12:45.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6218 | 2024-08-29T15:12:47.565Z | [ recovery-image] Aug 29 15:12:45.892 INFO O| Aug 29 15:12:45.892 INFO STEP 731 (remove_files) COMPLETE |
6219 | 2024-08-29T15:12:47.565Z | [ recovery-image] Aug 29 15:12:45.892 INFO O| Aug 29 15:12:45.892 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-08-29T15:12:47.583Z | [ recovery-image] Aug 29 15:12:45.911 INFO O| Aug 29 15:12:45.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6221 | 2024-08-29T15:12:47.583Z | [ recovery-image] Aug 29 15:12:45.911 INFO O| Aug 29 15:12:45.911 INFO STEP 732 (remove_files) COMPLETE |
6222 | 2024-08-29T15:12:47.585Z | [ recovery-image] Aug 29 15:12:45.911 INFO O| Aug 29 15:12:45.911 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-08-29T15:12:47.618Z | [ recovery-image] Aug 29 15:12:45.946 INFO O| Aug 29 15:12:45.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6224 | 2024-08-29T15:12:47.619Z | [ recovery-image] Aug 29 15:12:45.946 INFO O| Aug 29 15:12:45.946 INFO STEP 733 (remove_files) COMPLETE |
6225 | 2024-08-29T15:12:47.621Z | [ recovery-image] Aug 29 15:12:45.946 INFO O| Aug 29 15:12:45.946 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-08-29T15:12:47.637Z | [ recovery-image] Aug 29 15:12:45.965 INFO O| Aug 29 15:12:45.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6227 | 2024-08-29T15:12:47.637Z | [ recovery-image] Aug 29 15:12:45.965 INFO O| Aug 29 15:12:45.965 INFO STEP 734 (remove_files) COMPLETE |
6228 | 2024-08-29T15:12:47.637Z | [ recovery-image] Aug 29 15:12:45.965 INFO O| Aug 29 15:12:45.965 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-08-29T15:12:47.677Z | [ recovery-image] Aug 29 15:12:46.005 INFO O| Aug 29 15:12:46.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6230 | 2024-08-29T15:12:47.677Z | [ recovery-image] Aug 29 15:12:46.005 INFO O| Aug 29 15:12:46.005 INFO STEP 735 (remove_files) COMPLETE |
6231 | 2024-08-29T15:12:47.680Z | [ recovery-image] Aug 29 15:12:46.006 INFO O| Aug 29 15:12:46.005 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-08-29T15:12:47.709Z | [ recovery-image] Aug 29 15:12:46.037 INFO O| Aug 29 15:12:46.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6233 | 2024-08-29T15:12:47.709Z | [ recovery-image] Aug 29 15:12:46.037 INFO O| Aug 29 15:12:46.037 INFO STEP 736 (remove_files) COMPLETE |
6234 | 2024-08-29T15:12:47.709Z | [ recovery-image] Aug 29 15:12:46.037 INFO O| Aug 29 15:12:46.037 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-08-29T15:12:47.756Z | [ recovery-image] Aug 29 15:12:46.084 INFO O| Aug 29 15:12:46.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6236 | 2024-08-29T15:12:47.756Z | [ recovery-image] Aug 29 15:12:46.084 INFO O| Aug 29 15:12:46.084 INFO STEP 737 (remove_files) COMPLETE |
6237 | 2024-08-29T15:12:47.759Z | [ recovery-image] Aug 29 15:12:46.084 INFO O| Aug 29 15:12:46.084 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-08-29T15:12:47.832Z | [ recovery-image] Aug 29 15:12:46.160 INFO O| Aug 29 15:12:46.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6239 | 2024-08-29T15:12:47.832Z | [ recovery-image] Aug 29 15:12:46.160 INFO O| Aug 29 15:12:46.160 INFO STEP 738 (remove_files) COMPLETE |
6240 | 2024-08-29T15:12:47.832Z | [ recovery-image] Aug 29 15:12:46.160 INFO O| Aug 29 15:12:46.160 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-08-29T15:12:47.852Z | [ recovery-image] Aug 29 15:12:46.180 INFO O| Aug 29 15:12:46.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6242 | 2024-08-29T15:12:47.852Z | [ recovery-image] Aug 29 15:12:46.180 INFO O| Aug 29 15:12:46.180 INFO STEP 739 (remove_files) COMPLETE |
6243 | 2024-08-29T15:12:47.853Z | [ recovery-image] Aug 29 15:12:46.180 INFO O| Aug 29 15:12:46.180 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-08-29T15:12:47.870Z | [ recovery-image] Aug 29 15:12:46.198 INFO O| Aug 29 15:12:46.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6245 | 2024-08-29T15:12:47.870Z | [ recovery-image] Aug 29 15:12:46.198 INFO O| Aug 29 15:12:46.198 INFO STEP 740 (remove_files) COMPLETE |
6246 | 2024-08-29T15:12:47.870Z | [ recovery-image] Aug 29 15:12:46.198 INFO O| Aug 29 15:12:46.198 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-08-29T15:12:47.887Z | [ recovery-image] Aug 29 15:12:46.215 INFO O| Aug 29 15:12:46.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6248 | 2024-08-29T15:12:47.887Z | [ recovery-image] Aug 29 15:12:46.215 INFO O| Aug 29 15:12:46.215 INFO STEP 741 (remove_files) COMPLETE |
6249 | 2024-08-29T15:12:47.889Z | [ recovery-image] Aug 29 15:12:46.215 INFO O| Aug 29 15:12:46.215 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-08-29T15:12:47.903Z | [ recovery-image] Aug 29 15:12:46.231 INFO O| Aug 29 15:12:46.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6251 | 2024-08-29T15:12:47.906Z | [ recovery-image] Aug 29 15:12:46.231 INFO O| Aug 29 15:12:46.231 INFO STEP 742 (remove_files) COMPLETE |
6252 | 2024-08-29T15:12:47.906Z | [ recovery-image] Aug 29 15:12:46.231 INFO O| Aug 29 15:12:46.231 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-08-29T15:12:47.944Z | [ recovery-image] Aug 29 15:12:46.271 INFO O| Aug 29 15:12:46.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6254 | 2024-08-29T15:12:47.944Z | [ recovery-image] Aug 29 15:12:46.272 INFO O| Aug 29 15:12:46.272 INFO STEP 743 (remove_files) COMPLETE |
6255 | 2024-08-29T15:12:47.944Z | [ recovery-image] Aug 29 15:12:46.272 INFO O| Aug 29 15:12:46.272 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-08-29T15:12:47.968Z | [ recovery-image] Aug 29 15:12:46.296 INFO O| Aug 29 15:12:46.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6257 | 2024-08-29T15:12:47.971Z | [ recovery-image] Aug 29 15:12:46.296 INFO O| Aug 29 15:12:46.296 INFO STEP 744 (remove_files) COMPLETE |
6258 | 2024-08-29T15:12:47.971Z | [ recovery-image] Aug 29 15:12:46.297 INFO O| Aug 29 15:12:46.297 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-08-29T15:12:47.989Z | [ recovery-image] Aug 29 15:12:46.316 INFO O| Aug 29 15:12:46.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6260 | 2024-08-29T15:12:47.991Z | [ recovery-image] Aug 29 15:12:46.316 INFO O| Aug 29 15:12:46.316 INFO STEP 745 (remove_files) COMPLETE |
6261 | 2024-08-29T15:12:47.991Z | [ recovery-image] Aug 29 15:12:46.317 INFO O| Aug 29 15:12:46.317 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-08-29T15:12:48.025Z | [ recovery-image] Aug 29 15:12:46.352 INFO O| Aug 29 15:12:46.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6263 | 2024-08-29T15:12:48.027Z | [ recovery-image] Aug 29 15:12:46.353 INFO O| Aug 29 15:12:46.352 INFO STEP 746 (remove_files) COMPLETE |
6264 | 2024-08-29T15:12:48.028Z | [ recovery-image] Aug 29 15:12:46.353 INFO O| Aug 29 15:12:46.353 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-08-29T15:12:48.108Z | [ recovery-image] Aug 29 15:12:46.436 INFO O| Aug 29 15:12:46.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6266 | 2024-08-29T15:12:48.111Z | [ recovery-image] Aug 29 15:12:46.436 INFO O| Aug 29 15:12:46.436 INFO STEP 747 (remove_files) COMPLETE |
6267 | 2024-08-29T15:12:48.111Z | [ recovery-image] Aug 29 15:12:46.436 INFO O| Aug 29 15:12:46.436 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-08-29T15:12:48.131Z | [ recovery-image] Aug 29 15:12:46.458 INFO O| Aug 29 15:12:46.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6269 | 2024-08-29T15:12:48.131Z | [ recovery-image] Aug 29 15:12:46.458 INFO O| Aug 29 15:12:46.458 INFO STEP 748 (remove_files) COMPLETE |
6270 | 2024-08-29T15:12:48.133Z | [ recovery-image] Aug 29 15:12:46.458 INFO O| Aug 29 15:12:46.458 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-08-29T15:12:48.168Z | [ recovery-image] Aug 29 15:12:46.496 INFO O| Aug 29 15:12:46.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6272 | 2024-08-29T15:12:48.171Z | [ recovery-image] Aug 29 15:12:46.496 INFO O| Aug 29 15:12:46.496 INFO STEP 749 (remove_files) COMPLETE |
6273 | 2024-08-29T15:12:48.171Z | [ recovery-image] Aug 29 15:12:46.496 INFO O| Aug 29 15:12:46.496 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-08-29T15:12:48.189Z | [ recovery-image] Aug 29 15:12:46.517 INFO O| Aug 29 15:12:46.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6275 | 2024-08-29T15:12:48.189Z | [ recovery-image] Aug 29 15:12:46.517 INFO O| Aug 29 15:12:46.517 INFO STEP 750 (remove_files) COMPLETE |
6276 | 2024-08-29T15:12:48.189Z | [ recovery-image] Aug 29 15:12:46.517 INFO O| Aug 29 15:12:46.517 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-08-29T15:12:48.244Z | [ recovery-image] Aug 29 15:12:46.554 INFO O| Aug 29 15:12:46.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6278 | 2024-08-29T15:12:48.244Z | [ recovery-image] Aug 29 15:12:46.554 INFO O| Aug 29 15:12:46.554 INFO STEP 751 (remove_files) COMPLETE |
6279 | 2024-08-29T15:12:48.244Z | [ recovery-image] Aug 29 15:12:46.554 INFO O| Aug 29 15:12:46.554 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-08-29T15:12:48.246Z | [ recovery-image] Aug 29 15:12:46.572 INFO O| Aug 29 15:12:46.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6281 | 2024-08-29T15:12:48.276Z | [ recovery-image] Aug 29 15:12:46.602 INFO O| Aug 29 15:12:46.602 INFO STEP 752 (remove_files) COMPLETE |
6282 | 2024-08-29T15:12:48.276Z | [ recovery-image] Aug 29 15:12:46.602 INFO O| Aug 29 15:12:46.602 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-08-29T15:12:48.314Z | [ recovery-image] Aug 29 15:12:46.641 INFO O| Aug 29 15:12:46.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6284 | 2024-08-29T15:12:48.314Z | [ recovery-image] Aug 29 15:12:46.641 INFO O| Aug 29 15:12:46.641 INFO STEP 753 (remove_files) COMPLETE |
6285 | 2024-08-29T15:12:48.314Z | [ recovery-image] Aug 29 15:12:46.641 INFO O| Aug 29 15:12:46.641 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-08-29T15:12:48.332Z | [ recovery-image] Aug 29 15:12:46.659 INFO O| Aug 29 15:12:46.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6287 | 2024-08-29T15:12:48.332Z | [ recovery-image] Aug 29 15:12:46.659 INFO O| Aug 29 15:12:46.659 INFO STEP 754 (remove_files) COMPLETE |
6288 | 2024-08-29T15:12:48.332Z | [ recovery-image] Aug 29 15:12:46.659 INFO O| Aug 29 15:12:46.659 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-08-29T15:12:48.350Z | [ recovery-image] Aug 29 15:12:46.677 INFO O| Aug 29 15:12:46.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6290 | 2024-08-29T15:12:48.350Z | [ recovery-image] Aug 29 15:12:46.677 INFO O| Aug 29 15:12:46.677 INFO STEP 755 (remove_files) COMPLETE |
6291 | 2024-08-29T15:12:48.350Z | [ recovery-image] Aug 29 15:12:46.677 INFO O| Aug 29 15:12:46.677 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-08-29T15:12:48.366Z | [ recovery-image] Aug 29 15:12:46.694 INFO O| Aug 29 15:12:46.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6293 | 2024-08-29T15:12:48.369Z | [ recovery-image] Aug 29 15:12:46.694 INFO O| Aug 29 15:12:46.694 INFO STEP 756 (remove_files) COMPLETE |
6294 | 2024-08-29T15:12:48.369Z | [ recovery-image] Aug 29 15:12:46.694 INFO O| Aug 29 15:12:46.694 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-08-29T15:12:48.383Z | [ recovery-image] Aug 29 15:12:46.710 INFO O| Aug 29 15:12:46.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6296 | 2024-08-29T15:12:48.383Z | [ recovery-image] Aug 29 15:12:46.710 INFO O| Aug 29 15:12:46.710 INFO STEP 757 (remove_files) COMPLETE |
6297 | 2024-08-29T15:12:48.383Z | [ recovery-image] Aug 29 15:12:46.710 INFO O| Aug 29 15:12:46.710 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2024-08-29T15:12:48.399Z | [ recovery-image] Aug 29 15:12:46.727 INFO O| Aug 29 15:12:46.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6299 | 2024-08-29T15:12:48.399Z | [ recovery-image] Aug 29 15:12:46.727 INFO O| Aug 29 15:12:46.727 INFO STEP 758 (remove_files) COMPLETE |
6300 | 2024-08-29T15:12:48.402Z | [ recovery-image] Aug 29 15:12:46.727 INFO O| Aug 29 15:12:46.727 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2024-08-29T15:12:48.429Z | [ recovery-image] Aug 29 15:12:46.757 INFO O| Aug 29 15:12:46.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6302 | 2024-08-29T15:12:48.430Z | [ recovery-image] Aug 29 15:12:46.757 INFO O| Aug 29 15:12:46.757 INFO STEP 759 (remove_files) COMPLETE |
6303 | 2024-08-29T15:12:48.432Z | [ recovery-image] Aug 29 15:12:46.757 INFO O| Aug 29 15:12:46.757 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2024-08-29T15:12:48.463Z | [ recovery-image] Aug 29 15:12:46.790 INFO O| Aug 29 15:12:46.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6305 | 2024-08-29T15:12:48.484Z | [ recovery-image] Aug 29 15:12:46.812 INFO O| Aug 29 15:12:46.812 INFO STEP 760 (remove_files) COMPLETE |
6306 | 2024-08-29T15:12:48.485Z | [ recovery-image] Aug 29 15:12:46.812 INFO O| Aug 29 15:12:46.812 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2024-08-29T15:12:48.515Z | [ recovery-image] Aug 29 15:12:46.843 INFO O| Aug 29 15:12:46.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6308 | 2024-08-29T15:12:48.515Z | [ recovery-image] Aug 29 15:12:46.843 INFO O| Aug 29 15:12:46.843 INFO STEP 761 (remove_files) COMPLETE |
6309 | 2024-08-29T15:12:48.515Z | [ recovery-image] Aug 29 15:12:46.843 INFO O| Aug 29 15:12:46.843 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-08-29T15:12:48.546Z | [ recovery-image] Aug 29 15:12:46.873 INFO O| Aug 29 15:12:46.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6311 | 2024-08-29T15:12:48.546Z | [ recovery-image] Aug 29 15:12:46.873 INFO O| Aug 29 15:12:46.873 INFO STEP 762 (remove_files) COMPLETE |
6312 | 2024-08-29T15:12:48.548Z | [ recovery-image] Aug 29 15:12:46.873 INFO O| Aug 29 15:12:46.873 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-08-29T15:12:48.579Z | [ recovery-image] Aug 29 15:12:46.906 INFO O| Aug 29 15:12:46.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6314 | 2024-08-29T15:12:48.581Z | [ recovery-image] Aug 29 15:12:46.906 INFO O| Aug 29 15:12:46.906 INFO STEP 763 (remove_files) COMPLETE |
6315 | 2024-08-29T15:12:48.581Z | [ recovery-image] Aug 29 15:12:46.906 INFO O| Aug 29 15:12:46.906 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-08-29T15:12:48.597Z | [ recovery-image] Aug 29 15:12:46.924 INFO O| Aug 29 15:12:46.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6317 | 2024-08-29T15:12:48.599Z | [ recovery-image] Aug 29 15:12:46.924 INFO O| Aug 29 15:12:46.924 INFO STEP 764 (remove_files) COMPLETE |
6318 | 2024-08-29T15:12:48.599Z | [ recovery-image] Aug 29 15:12:46.924 INFO O| Aug 29 15:12:46.924 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-08-29T15:12:48.614Z | [ recovery-image] Aug 29 15:12:46.941 INFO O| Aug 29 15:12:46.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6320 | 2024-08-29T15:12:48.616Z | [ recovery-image] Aug 29 15:12:46.942 INFO O| Aug 29 15:12:46.941 INFO STEP 765 (remove_files) COMPLETE |
6321 | 2024-08-29T15:12:48.616Z | [ recovery-image] Aug 29 15:12:46.942 INFO O| Aug 29 15:12:46.942 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-08-29T15:12:48.632Z | [ recovery-image] Aug 29 15:12:46.960 INFO O| Aug 29 15:12:46.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6323 | 2024-08-29T15:12:48.635Z | [ recovery-image] Aug 29 15:12:46.960 INFO O| Aug 29 15:12:46.960 INFO STEP 766 (remove_files) COMPLETE |
6324 | 2024-08-29T15:12:48.635Z | [ recovery-image] Aug 29 15:12:46.960 INFO O| Aug 29 15:12:46.960 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-08-29T15:12:48.650Z | [ recovery-image] Aug 29 15:12:46.978 INFO O| Aug 29 15:12:46.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6326 | 2024-08-29T15:12:48.653Z | [ recovery-image] Aug 29 15:12:46.978 INFO O| Aug 29 15:12:46.978 INFO STEP 767 (remove_files) COMPLETE |
6327 | 2024-08-29T15:12:48.653Z | [ recovery-image] Aug 29 15:12:46.978 INFO O| Aug 29 15:12:46.978 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-08-29T15:12:48.667Z | [ recovery-image] Aug 29 15:12:46.995 INFO O| Aug 29 15:12:46.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6329 | 2024-08-29T15:12:48.667Z | [ recovery-image] Aug 29 15:12:46.995 INFO O| Aug 29 15:12:46.995 INFO STEP 768 (remove_files) COMPLETE |
6330 | 2024-08-29T15:12:48.670Z | [ recovery-image] Aug 29 15:12:46.995 INFO O| Aug 29 15:12:46.995 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-08-29T15:12:48.685Z | [ recovery-image] Aug 29 15:12:47.013 INFO O| Aug 29 15:12:47.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6332 | 2024-08-29T15:12:48.685Z | [ recovery-image] Aug 29 15:12:47.013 INFO O| Aug 29 15:12:47.013 INFO STEP 769 (remove_files) COMPLETE |
6333 | 2024-08-29T15:12:48.688Z | [ recovery-image] Aug 29 15:12:47.013 INFO O| Aug 29 15:12:47.013 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-08-29T15:12:48.712Z | [ recovery-image] Aug 29 15:12:47.040 INFO O| Aug 29 15:12:47.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6335 | 2024-08-29T15:12:48.712Z | [ recovery-image] Aug 29 15:12:47.040 INFO O| Aug 29 15:12:47.040 INFO STEP 770 (remove_files) COMPLETE |
6336 | 2024-08-29T15:12:48.713Z | [ recovery-image] Aug 29 15:12:47.040 INFO O| Aug 29 15:12:47.040 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-08-29T15:12:48.738Z | [ recovery-image] Aug 29 15:12:47.065 INFO O| Aug 29 15:12:47.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6338 | 2024-08-29T15:12:48.738Z | [ recovery-image] Aug 29 15:12:47.065 INFO O| Aug 29 15:12:47.065 INFO STEP 771 (remove_files) COMPLETE |
6339 | 2024-08-29T15:12:48.738Z | [ recovery-image] Aug 29 15:12:47.065 INFO O| Aug 29 15:12:47.065 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-08-29T15:12:48.794Z | [ recovery-image] Aug 29 15:12:47.121 INFO O| Aug 29 15:12:47.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6341 | 2024-08-29T15:12:48.794Z | [ recovery-image] Aug 29 15:12:47.121 INFO O| Aug 29 15:12:47.121 INFO STEP 772 (remove_files) COMPLETE |
6342 | 2024-08-29T15:12:48.794Z | [ recovery-image] Aug 29 15:12:47.121 INFO O| Aug 29 15:12:47.121 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-08-29T15:12:48.816Z | [ recovery-image] Aug 29 15:12:47.143 INFO O| Aug 29 15:12:47.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6344 | 2024-08-29T15:12:48.816Z | [ recovery-image] Aug 29 15:12:47.143 INFO O| Aug 29 15:12:47.143 INFO STEP 773 (remove_files) COMPLETE |
6345 | 2024-08-29T15:12:48.816Z | [ recovery-image] Aug 29 15:12:47.143 INFO O| Aug 29 15:12:47.143 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-08-29T15:12:48.834Z | [ recovery-image] Aug 29 15:12:47.161 INFO O| Aug 29 15:12:47.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6347 | 2024-08-29T15:12:48.834Z | [ recovery-image] Aug 29 15:12:47.161 INFO O| Aug 29 15:12:47.161 INFO STEP 774 (remove_files) COMPLETE |
6348 | 2024-08-29T15:12:48.836Z | [ recovery-image] Aug 29 15:12:47.162 INFO O| Aug 29 15:12:47.161 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-08-29T15:12:48.851Z | [ recovery-image] Aug 29 15:12:47.179 INFO O| Aug 29 15:12:47.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6350 | 2024-08-29T15:12:48.851Z | [ recovery-image] Aug 29 15:12:47.179 INFO O| Aug 29 15:12:47.179 INFO STEP 775 (remove_files) COMPLETE |
6351 | 2024-08-29T15:12:48.854Z | [ recovery-image] Aug 29 15:12:47.179 INFO O| Aug 29 15:12:47.179 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-08-29T15:12:48.879Z | [ recovery-image] Aug 29 15:12:47.206 INFO O| Aug 29 15:12:47.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6353 | 2024-08-29T15:12:48.882Z | [ recovery-image] Aug 29 15:12:47.206 INFO O| Aug 29 15:12:47.206 INFO STEP 776 (remove_files) COMPLETE |
6354 | 2024-08-29T15:12:48.882Z | [ recovery-image] Aug 29 15:12:47.207 INFO O| Aug 29 15:12:47.207 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-08-29T15:12:48.898Z | [ recovery-image] Aug 29 15:12:47.225 INFO O| Aug 29 15:12:47.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6356 | 2024-08-29T15:12:48.900Z | [ recovery-image] Aug 29 15:12:47.225 INFO O| Aug 29 15:12:47.225 INFO STEP 777 (remove_files) COMPLETE |
6357 | 2024-08-29T15:12:48.900Z | [ recovery-image] Aug 29 15:12:47.226 INFO O| Aug 29 15:12:47.226 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-08-29T15:12:48.938Z | [ recovery-image] Aug 29 15:12:47.265 INFO O| Aug 29 15:12:47.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6359 | 2024-08-29T15:12:48.944Z | [ recovery-image] Aug 29 15:12:47.265 INFO O| Aug 29 15:12:47.265 INFO STEP 778 (remove_files) COMPLETE |
6360 | 2024-08-29T15:12:48.944Z | [ recovery-image] Aug 29 15:12:47.266 INFO O| Aug 29 15:12:47.266 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-08-29T15:12:48.985Z | [ recovery-image] Aug 29 15:12:47.312 INFO O| Aug 29 15:12:47.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6362 | 2024-08-29T15:12:48.987Z | [ recovery-image] Aug 29 15:12:47.312 INFO O| Aug 29 15:12:47.312 INFO STEP 779 (remove_files) COMPLETE |
6363 | 2024-08-29T15:12:48.987Z | [ recovery-image] Aug 29 15:12:47.313 INFO O| Aug 29 15:12:47.312 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-08-29T15:12:49.006Z | [ recovery-image] Aug 29 15:12:47.333 INFO O| Aug 29 15:12:47.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6365 | 2024-08-29T15:12:49.008Z | [ recovery-image] Aug 29 15:12:47.334 INFO O| Aug 29 15:12:47.334 INFO STEP 780 (remove_files) COMPLETE |
6366 | 2024-08-29T15:12:49.009Z | [ recovery-image] Aug 29 15:12:47.334 INFO O| Aug 29 15:12:47.334 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-08-29T15:12:49.026Z | [ recovery-image] Aug 29 15:12:47.354 INFO O| Aug 29 15:12:47.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6368 | 2024-08-29T15:12:49.029Z | [ recovery-image] Aug 29 15:12:47.354 INFO O| Aug 29 15:12:47.354 INFO STEP 781 (remove_files) COMPLETE |
6369 | 2024-08-29T15:12:49.029Z | [ recovery-image] Aug 29 15:12:47.354 INFO O| Aug 29 15:12:47.354 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-08-29T15:12:49.062Z | [ recovery-image] Aug 29 15:12:47.372 INFO O| Aug 29 15:12:47.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6371 | 2024-08-29T15:12:49.072Z | [ recovery-image] Aug 29 15:12:47.373 INFO O| Aug 29 15:12:47.373 INFO STEP 782 (remove_files) COMPLETE |
6372 | 2024-08-29T15:12:49.072Z | [ recovery-image] Aug 29 15:12:47.373 INFO O| Aug 29 15:12:47.373 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-08-29T15:12:49.093Z | [ recovery-image] Aug 29 15:12:47.421 INFO O| Aug 29 15:12:47.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6374 | 2024-08-29T15:12:49.096Z | [ recovery-image] Aug 29 15:12:47.421 INFO O| Aug 29 15:12:47.421 INFO STEP 783 (remove_files) COMPLETE |
6375 | 2024-08-29T15:12:49.096Z | [ recovery-image] Aug 29 15:12:47.421 INFO O| Aug 29 15:12:47.421 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-08-29T15:12:49.113Z | [ recovery-image] Aug 29 15:12:47.440 INFO O| Aug 29 15:12:47.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6377 | 2024-08-29T15:12:49.116Z | [ recovery-image] Aug 29 15:12:47.441 INFO O| Aug 29 15:12:47.441 INFO STEP 784 (remove_files) COMPLETE |
6378 | 2024-08-29T15:12:49.116Z | [ recovery-image] Aug 29 15:12:47.441 INFO O| Aug 29 15:12:47.441 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-08-29T15:12:49.131Z | [ recovery-image] Aug 29 15:12:47.459 INFO O| Aug 29 15:12:47.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6380 | 2024-08-29T15:12:49.134Z | [ recovery-image] Aug 29 15:12:47.459 INFO O| Aug 29 15:12:47.459 INFO STEP 785 (remove_files) COMPLETE |
6381 | 2024-08-29T15:12:49.134Z | [ recovery-image] Aug 29 15:12:47.459 INFO O| Aug 29 15:12:47.459 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-08-29T15:12:49.150Z | [ recovery-image] Aug 29 15:12:47.477 INFO O| Aug 29 15:12:47.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6383 | 2024-08-29T15:12:49.152Z | [ recovery-image] Aug 29 15:12:47.477 INFO O| Aug 29 15:12:47.477 INFO STEP 786 (remove_files) COMPLETE |
6384 | 2024-08-29T15:12:49.152Z | [ recovery-image] Aug 29 15:12:47.477 INFO O| Aug 29 15:12:47.477 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-08-29T15:12:49.232Z | [ recovery-image] Aug 29 15:12:47.559 INFO O| Aug 29 15:12:47.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6386 | 2024-08-29T15:12:49.232Z | [ recovery-image] Aug 29 15:12:47.559 INFO O| Aug 29 15:12:47.559 INFO STEP 787 (remove_files) COMPLETE |
6387 | 2024-08-29T15:12:49.235Z | [ recovery-image] Aug 29 15:12:47.559 INFO O| Aug 29 15:12:47.559 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-08-29T15:12:49.275Z | [ recovery-image] Aug 29 15:12:47.601 INFO O| Aug 29 15:12:47.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6389 | 2024-08-29T15:12:49.275Z | [ recovery-image] Aug 29 15:12:47.601 INFO O| Aug 29 15:12:47.601 INFO STEP 788 (remove_files) COMPLETE |
6390 | 2024-08-29T15:12:49.275Z | [ recovery-image] Aug 29 15:12:47.601 INFO O| Aug 29 15:12:47.601 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-08-29T15:12:49.314Z | [ recovery-image] Aug 29 15:12:47.641 INFO O| Aug 29 15:12:47.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6392 | 2024-08-29T15:12:49.316Z | [ recovery-image] Aug 29 15:12:47.641 INFO O| Aug 29 15:12:47.641 INFO STEP 789 (remove_files) COMPLETE |
6393 | 2024-08-29T15:12:49.316Z | [ recovery-image] Aug 29 15:12:47.641 INFO O| Aug 29 15:12:47.641 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-08-29T15:12:49.370Z | [ recovery-image] Aug 29 15:12:47.697 INFO O| Aug 29 15:12:47.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6395 | 2024-08-29T15:12:49.370Z | [ recovery-image] Aug 29 15:12:47.697 INFO O| Aug 29 15:12:47.697 INFO STEP 790 (remove_files) COMPLETE |
6396 | 2024-08-29T15:12:49.372Z | [ recovery-image] Aug 29 15:12:47.697 INFO O| Aug 29 15:12:47.697 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-08-29T15:12:49.387Z | [ recovery-image] Aug 29 15:12:47.714 INFO O| Aug 29 15:12:47.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6398 | 2024-08-29T15:12:49.387Z | [ recovery-image] Aug 29 15:12:47.714 INFO O| Aug 29 15:12:47.714 INFO STEP 791 (remove_files) COMPLETE |
6399 | 2024-08-29T15:12:49.390Z | [ recovery-image] Aug 29 15:12:47.715 INFO O| Aug 29 15:12:47.714 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-08-29T15:12:49.419Z | [ recovery-image] Aug 29 15:12:47.746 INFO O| Aug 29 15:12:47.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6401 | 2024-08-29T15:12:49.421Z | [ recovery-image] Aug 29 15:12:47.746 INFO O| Aug 29 15:12:47.746 INFO STEP 792 (remove_files) COMPLETE |
6402 | 2024-08-29T15:12:49.421Z | [ recovery-image] Aug 29 15:12:47.746 INFO O| Aug 29 15:12:47.746 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-08-29T15:12:49.438Z | [ recovery-image] Aug 29 15:12:47.765 INFO O| Aug 29 15:12:47.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6404 | 2024-08-29T15:12:49.440Z | [ recovery-image] Aug 29 15:12:47.765 INFO O| Aug 29 15:12:47.765 INFO STEP 793 (remove_files) COMPLETE |
6405 | 2024-08-29T15:12:49.440Z | [ recovery-image] Aug 29 15:12:47.765 INFO O| Aug 29 15:12:47.765 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-08-29T15:12:49.456Z | [ recovery-image] Aug 29 15:12:47.783 INFO O| Aug 29 15:12:47.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6407 | 2024-08-29T15:12:49.458Z | [ recovery-image] Aug 29 15:12:47.783 INFO O| Aug 29 15:12:47.783 INFO STEP 794 (remove_files) COMPLETE |
6408 | 2024-08-29T15:12:49.458Z | [ recovery-image] Aug 29 15:12:47.783 INFO O| Aug 29 15:12:47.783 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-08-29T15:12:49.497Z | [ recovery-image] Aug 29 15:12:47.824 INFO O| Aug 29 15:12:47.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6410 | 2024-08-29T15:12:49.497Z | [ recovery-image] Aug 29 15:12:47.824 INFO O| Aug 29 15:12:47.824 INFO STEP 795 (remove_files) COMPLETE |
6411 | 2024-08-29T15:12:49.499Z | [ recovery-image] Aug 29 15:12:47.824 INFO O| Aug 29 15:12:47.824 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-08-29T15:12:49.537Z | [ recovery-image] Aug 29 15:12:47.864 INFO O| Aug 29 15:12:47.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6413 | 2024-08-29T15:12:49.537Z | [ recovery-image] Aug 29 15:12:47.864 INFO O| Aug 29 15:12:47.864 INFO STEP 796 (remove_files) COMPLETE |
6414 | 2024-08-29T15:12:49.537Z | [ recovery-image] Aug 29 15:12:47.864 INFO O| Aug 29 15:12:47.864 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-08-29T15:12:49.556Z | [ recovery-image] Aug 29 15:12:47.883 INFO O| Aug 29 15:12:47.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6416 | 2024-08-29T15:12:49.556Z | [ recovery-image] Aug 29 15:12:47.883 INFO O| Aug 29 15:12:47.883 INFO STEP 797 (remove_files) COMPLETE |
6417 | 2024-08-29T15:12:49.556Z | [ recovery-image] Aug 29 15:12:47.884 INFO O| Aug 29 15:12:47.883 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-08-29T15:12:49.585Z | [ recovery-image] Aug 29 15:12:47.912 INFO O| Aug 29 15:12:47.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6419 | 2024-08-29T15:12:49.585Z | [ recovery-image] Aug 29 15:12:47.912 INFO O| Aug 29 15:12:47.912 INFO STEP 798 (remove_files) COMPLETE |
6420 | 2024-08-29T15:12:49.585Z | [ recovery-image] Aug 29 15:12:47.912 INFO O| Aug 29 15:12:47.912 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-08-29T15:12:49.604Z | [ recovery-image] Aug 29 15:12:47.931 INFO O| Aug 29 15:12:47.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6422 | 2024-08-29T15:12:49.604Z | [ recovery-image] Aug 29 15:12:47.932 INFO O| Aug 29 15:12:47.931 INFO STEP 799 (remove_files) COMPLETE |
6423 | 2024-08-29T15:12:49.607Z | [ recovery-image] Aug 29 15:12:47.932 INFO O| Aug 29 15:12:47.932 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-08-29T15:12:49.662Z | [ recovery-image] Aug 29 15:12:47.989 INFO O| Aug 29 15:12:47.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6425 | 2024-08-29T15:12:49.665Z | [ recovery-image] Aug 29 15:12:47.989 INFO O| Aug 29 15:12:47.989 INFO STEP 800 (remove_files) COMPLETE |
6426 | 2024-08-29T15:12:49.665Z | [ recovery-image] Aug 29 15:12:47.989 INFO O| Aug 29 15:12:47.989 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-08-29T15:12:49.688Z | [ recovery-image] Aug 29 15:12:48.015 INFO O| Aug 29 15:12:48.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6428 | 2024-08-29T15:12:49.691Z | [ recovery-image] Aug 29 15:12:48.015 INFO O| Aug 29 15:12:48.015 INFO STEP 801 (remove_files) COMPLETE |
6429 | 2024-08-29T15:12:49.691Z | [ recovery-image] Aug 29 15:12:48.015 INFO O| Aug 29 15:12:48.015 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-08-29T15:12:49.706Z | [ recovery-image] Aug 29 15:12:48.033 INFO O| Aug 29 15:12:48.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6431 | 2024-08-29T15:12:49.706Z | [ recovery-image] Aug 29 15:12:48.033 INFO O| Aug 29 15:12:48.033 INFO STEP 802 (remove_files) COMPLETE |
6432 | 2024-08-29T15:12:49.709Z | [ recovery-image] Aug 29 15:12:48.033 INFO O| Aug 29 15:12:48.033 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-08-29T15:12:49.728Z | [ recovery-image] Aug 29 15:12:48.055 INFO O| Aug 29 15:12:48.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6434 | 2024-08-29T15:12:49.728Z | [ recovery-image] Aug 29 15:12:48.055 INFO O| Aug 29 15:12:48.055 INFO STEP 803 (remove_files) COMPLETE |
6435 | 2024-08-29T15:12:49.731Z | [ recovery-image] Aug 29 15:12:48.055 INFO O| Aug 29 15:12:48.055 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-08-29T15:12:49.760Z | [ recovery-image] Aug 29 15:12:48.087 INFO O| Aug 29 15:12:48.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6437 | 2024-08-29T15:12:49.760Z | [ recovery-image] Aug 29 15:12:48.087 INFO O| Aug 29 15:12:48.087 INFO STEP 804 (remove_files) COMPLETE |
6438 | 2024-08-29T15:12:49.760Z | [ recovery-image] Aug 29 15:12:48.087 INFO O| Aug 29 15:12:48.087 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-08-29T15:12:49.778Z | [ recovery-image] Aug 29 15:12:48.105 INFO O| Aug 29 15:12:48.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6440 | 2024-08-29T15:12:49.778Z | [ recovery-image] Aug 29 15:12:48.105 INFO O| Aug 29 15:12:48.105 INFO STEP 805 (remove_files) COMPLETE |
6441 | 2024-08-29T15:12:49.778Z | [ recovery-image] Aug 29 15:12:48.105 INFO O| Aug 29 15:12:48.105 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-08-29T15:12:49.840Z | [ recovery-image] Aug 29 15:12:48.167 INFO O| Aug 29 15:12:48.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6443 | 2024-08-29T15:12:49.840Z | [ recovery-image] Aug 29 15:12:48.167 INFO O| Aug 29 15:12:48.167 INFO STEP 806 (remove_files) COMPLETE |
6444 | 2024-08-29T15:12:49.842Z | [ recovery-image] Aug 29 15:12:48.167 INFO O| Aug 29 15:12:48.167 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-08-29T15:12:49.857Z | [ recovery-image] Aug 29 15:12:48.184 INFO O| Aug 29 15:12:48.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6446 | 2024-08-29T15:12:49.857Z | [ recovery-image] Aug 29 15:12:48.184 INFO O| Aug 29 15:12:48.184 INFO STEP 807 (remove_files) COMPLETE |
6447 | 2024-08-29T15:12:49.857Z | [ recovery-image] Aug 29 15:12:48.184 INFO O| Aug 29 15:12:48.184 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-08-29T15:12:49.874Z | [ recovery-image] Aug 29 15:12:48.201 INFO O| Aug 29 15:12:48.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6449 | 2024-08-29T15:12:49.874Z | [ recovery-image] Aug 29 15:12:48.201 INFO O| Aug 29 15:12:48.201 INFO STEP 808 (remove_files) COMPLETE |
6450 | 2024-08-29T15:12:49.876Z | [ recovery-image] Aug 29 15:12:48.201 INFO O| Aug 29 15:12:48.201 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-08-29T15:12:49.892Z | [ recovery-image] Aug 29 15:12:48.219 INFO O| Aug 29 15:12:48.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6452 | 2024-08-29T15:12:49.892Z | [ recovery-image] Aug 29 15:12:48.219 INFO O| Aug 29 15:12:48.219 INFO STEP 809 (remove_files) COMPLETE |
6453 | 2024-08-29T15:12:49.892Z | [ recovery-image] Aug 29 15:12:48.219 INFO O| Aug 29 15:12:48.219 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-08-29T15:12:49.951Z | [ recovery-image] Aug 29 15:12:48.278 INFO O| Aug 29 15:12:48.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6455 | 2024-08-29T15:12:49.951Z | [ recovery-image] Aug 29 15:12:48.278 INFO O| Aug 29 15:12:48.278 INFO STEP 810 (remove_files) COMPLETE |
6456 | 2024-08-29T15:12:49.954Z | [ recovery-image] Aug 29 15:12:48.278 INFO O| Aug 29 15:12:48.278 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-08-29T15:12:49.971Z | [ recovery-image] Aug 29 15:12:48.297 INFO O| Aug 29 15:12:48.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6458 | 2024-08-29T15:12:49.971Z | [ recovery-image] Aug 29 15:12:48.297 INFO O| Aug 29 15:12:48.297 INFO STEP 811 (remove_files) COMPLETE |
6459 | 2024-08-29T15:12:49.971Z | [ recovery-image] Aug 29 15:12:48.297 INFO O| Aug 29 15:12:48.297 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-08-29T15:12:49.989Z | [ recovery-image] Aug 29 15:12:48.317 INFO O| Aug 29 15:12:48.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6461 | 2024-08-29T15:12:49.989Z | [ recovery-image] Aug 29 15:12:48.317 INFO O| Aug 29 15:12:48.317 INFO STEP 812 (remove_files) COMPLETE |
6462 | 2024-08-29T15:12:49.989Z | [ recovery-image] Aug 29 15:12:48.317 INFO O| Aug 29 15:12:48.317 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-08-29T15:12:50.014Z | [ recovery-image] Aug 29 15:12:48.341 INFO O| Aug 29 15:12:48.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6464 | 2024-08-29T15:12:50.016Z | [ recovery-image] Aug 29 15:12:48.341 INFO O| Aug 29 15:12:48.341 INFO STEP 813 (remove_files) COMPLETE |
6465 | 2024-08-29T15:12:50.016Z | [ recovery-image] Aug 29 15:12:48.341 INFO O| Aug 29 15:12:48.341 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-08-29T15:12:50.034Z | [ recovery-image] Aug 29 15:12:48.361 INFO O| Aug 29 15:12:48.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6467 | 2024-08-29T15:12:50.036Z | [ recovery-image] Aug 29 15:12:48.361 INFO O| Aug 29 15:12:48.361 INFO STEP 814 (remove_files) COMPLETE |
6468 | 2024-08-29T15:12:50.036Z | [ recovery-image] Aug 29 15:12:48.361 INFO O| Aug 29 15:12:48.361 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-08-29T15:12:50.070Z | [ recovery-image] Aug 29 15:12:48.397 INFO O| Aug 29 15:12:48.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6470 | 2024-08-29T15:12:50.073Z | [ recovery-image] Aug 29 15:12:48.398 INFO O| Aug 29 15:12:48.397 INFO STEP 815 (remove_files) COMPLETE |
6471 | 2024-08-29T15:12:50.073Z | [ recovery-image] Aug 29 15:12:48.398 INFO O| Aug 29 15:12:48.398 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-08-29T15:12:50.092Z | [ recovery-image] Aug 29 15:12:48.419 INFO O| Aug 29 15:12:48.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6473 | 2024-08-29T15:12:50.092Z | [ recovery-image] Aug 29 15:12:48.419 INFO O| Aug 29 15:12:48.419 INFO STEP 816 (remove_files) COMPLETE |
6474 | 2024-08-29T15:12:50.094Z | [ recovery-image] Aug 29 15:12:48.419 INFO O| Aug 29 15:12:48.419 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-08-29T15:12:50.113Z | [ recovery-image] Aug 29 15:12:48.439 INFO O| Aug 29 15:12:48.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6476 | 2024-08-29T15:12:50.115Z | [ recovery-image] Aug 29 15:12:48.440 INFO O| Aug 29 15:12:48.439 INFO STEP 817 (remove_files) COMPLETE |
6477 | 2024-08-29T15:12:50.116Z | [ recovery-image] Aug 29 15:12:48.440 INFO O| Aug 29 15:12:48.440 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-08-29T15:12:50.133Z | [ recovery-image] Aug 29 15:12:48.460 INFO O| Aug 29 15:12:48.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6479 | 2024-08-29T15:12:50.133Z | [ recovery-image] Aug 29 15:12:48.460 INFO O| Aug 29 15:12:48.460 INFO STEP 818 (remove_files) COMPLETE |
6480 | 2024-08-29T15:12:50.136Z | [ recovery-image] Aug 29 15:12:48.460 INFO O| Aug 29 15:12:48.460 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-08-29T15:12:50.153Z | [ recovery-image] Aug 29 15:12:48.480 INFO O| Aug 29 15:12:48.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6482 | 2024-08-29T15:12:50.153Z | [ recovery-image] Aug 29 15:12:48.480 INFO O| Aug 29 15:12:48.480 INFO STEP 819 (remove_files) COMPLETE |
6483 | 2024-08-29T15:12:50.156Z | [ recovery-image] Aug 29 15:12:48.481 INFO O| Aug 29 15:12:48.480 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-08-29T15:12:50.174Z | [ recovery-image] Aug 29 15:12:48.501 INFO O| Aug 29 15:12:48.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6485 | 2024-08-29T15:12:50.177Z | [ recovery-image] Aug 29 15:12:48.502 INFO O| Aug 29 15:12:48.502 INFO STEP 820 (remove_files) COMPLETE |
6486 | 2024-08-29T15:12:50.178Z | [ recovery-image] Aug 29 15:12:48.502 INFO O| Aug 29 15:12:48.502 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-08-29T15:12:50.196Z | [ recovery-image] Aug 29 15:12:48.523 INFO O| Aug 29 15:12:48.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6488 | 2024-08-29T15:12:50.198Z | [ recovery-image] Aug 29 15:12:48.523 INFO O| Aug 29 15:12:48.523 INFO STEP 821 (remove_files) COMPLETE |
6489 | 2024-08-29T15:12:50.198Z | [ recovery-image] Aug 29 15:12:48.523 INFO O| Aug 29 15:12:48.523 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-08-29T15:12:50.305Z | [ recovery-image] Aug 29 15:12:48.632 INFO O| Aug 29 15:12:48.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6491 | 2024-08-29T15:12:50.308Z | [ recovery-image] Aug 29 15:12:48.632 INFO O| Aug 29 15:12:48.632 INFO STEP 822 (remove_files) COMPLETE |
6492 | 2024-08-29T15:12:50.308Z | [ recovery-image] Aug 29 15:12:48.633 INFO O| Aug 29 15:12:48.633 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-08-29T15:12:50.324Z | [ recovery-image] Aug 29 15:12:48.651 INFO O| Aug 29 15:12:48.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6494 | 2024-08-29T15:12:50.328Z | [ recovery-image] Aug 29 15:12:48.652 INFO O| Aug 29 15:12:48.652 INFO STEP 823 (remove_files) COMPLETE |
6495 | 2024-08-29T15:12:50.328Z | [ recovery-image] Aug 29 15:12:48.652 INFO O| Aug 29 15:12:48.652 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-08-29T15:12:50.344Z | [ recovery-image] Aug 29 15:12:48.670 INFO O| Aug 29 15:12:48.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6497 | 2024-08-29T15:12:50.344Z | [ recovery-image] Aug 29 15:12:48.671 INFO O| Aug 29 15:12:48.671 INFO STEP 824 (remove_files) COMPLETE |
6498 | 2024-08-29T15:12:50.344Z | [ recovery-image] Aug 29 15:12:48.671 INFO O| Aug 29 15:12:48.671 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-08-29T15:12:50.399Z | [ recovery-image] Aug 29 15:12:48.725 INFO O| Aug 29 15:12:48.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6500 | 2024-08-29T15:12:50.399Z | [ recovery-image] Aug 29 15:12:48.725 INFO O| Aug 29 15:12:48.725 INFO STEP 825 (remove_files) COMPLETE |
6501 | 2024-08-29T15:12:50.399Z | [ recovery-image] Aug 29 15:12:48.725 INFO O| Aug 29 15:12:48.725 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-08-29T15:12:50.416Z | [ recovery-image] Aug 29 15:12:48.743 INFO O| Aug 29 15:12:48.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6503 | 2024-08-29T15:12:50.416Z | [ recovery-image] Aug 29 15:12:48.743 INFO O| Aug 29 15:12:48.743 INFO STEP 826 (remove_files) COMPLETE |
6504 | 2024-08-29T15:12:50.416Z | [ recovery-image] Aug 29 15:12:48.743 INFO O| Aug 29 15:12:48.743 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-08-29T15:12:50.435Z | [ recovery-image] Aug 29 15:12:48.760 INFO O| Aug 29 15:12:48.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6506 | 2024-08-29T15:12:50.435Z | [ recovery-image] Aug 29 15:12:48.760 INFO O| Aug 29 15:12:48.760 INFO STEP 827 (remove_files) COMPLETE |
6507 | 2024-08-29T15:12:50.435Z | [ recovery-image] Aug 29 15:12:48.760 INFO O| Aug 29 15:12:48.760 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-08-29T15:12:50.451Z | [ recovery-image] Aug 29 15:12:48.777 INFO O| Aug 29 15:12:48.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6509 | 2024-08-29T15:12:50.451Z | [ recovery-image] Aug 29 15:12:48.778 INFO O| Aug 29 15:12:48.777 INFO STEP 828 (remove_files) COMPLETE |
6510 | 2024-08-29T15:12:50.451Z | [ recovery-image] Aug 29 15:12:48.778 INFO O| Aug 29 15:12:48.778 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-08-29T15:12:50.476Z | [ recovery-image] Aug 29 15:12:48.803 INFO O| Aug 29 15:12:48.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6512 | 2024-08-29T15:12:50.479Z | [ recovery-image] Aug 29 15:12:48.803 INFO O| Aug 29 15:12:48.803 INFO STEP 829 (remove_files) COMPLETE |
6513 | 2024-08-29T15:12:50.479Z | [ recovery-image] Aug 29 15:12:48.804 INFO O| Aug 29 15:12:48.804 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-08-29T15:12:50.495Z | [ recovery-image] Aug 29 15:12:48.822 INFO O| Aug 29 15:12:48.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6515 | 2024-08-29T15:12:50.498Z | [ recovery-image] Aug 29 15:12:48.823 INFO O| Aug 29 15:12:48.822 INFO STEP 830 (remove_files) COMPLETE |
6516 | 2024-08-29T15:12:50.498Z | [ recovery-image] Aug 29 15:12:48.823 INFO O| Aug 29 15:12:48.823 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-08-29T15:12:50.514Z | [ recovery-image] Aug 29 15:12:48.841 INFO O| Aug 29 15:12:48.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6518 | 2024-08-29T15:12:50.516Z | [ recovery-image] Aug 29 15:12:48.841 INFO O| Aug 29 15:12:48.841 INFO STEP 831 (remove_files) COMPLETE |
6519 | 2024-08-29T15:12:50.516Z | [ recovery-image] Aug 29 15:12:48.841 INFO O| Aug 29 15:12:48.841 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-08-29T15:12:50.555Z | [ recovery-image] Aug 29 15:12:48.882 INFO O| Aug 29 15:12:48.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6521 | 2024-08-29T15:12:50.555Z | [ recovery-image] Aug 29 15:12:48.882 INFO O| Aug 29 15:12:48.882 INFO STEP 832 (remove_files) COMPLETE |
6522 | 2024-08-29T15:12:50.555Z | [ recovery-image] Aug 29 15:12:48.882 INFO O| Aug 29 15:12:48.882 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-08-29T15:12:50.574Z | [ host-image] Aug 29 15:12:48.901 INFO O| Aug 29 15:12:48.901 INFO O| Planning: Solver setup ... Done |
6524 | 2024-08-29T15:12:50.574Z | [ recovery-image] Aug 29 15:12:48.901 INFO O| Aug 29 15:12:48.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6525 | 2024-08-29T15:12:50.577Z | [ recovery-image] Aug 29 15:12:48.901 INFO O| Aug 29 15:12:48.901 INFO STEP 833 (remove_files) COMPLETE |
6526 | 2024-08-29T15:12:50.577Z | [ recovery-image] Aug 29 15:12:48.901 INFO O| Aug 29 15:12:48.901 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2024-08-29T15:12:50.581Z | [ host-image] Aug 29 15:12:48.908 INFO O| Aug 29 15:12:48.908 INFO O| Planning: Running solver ... Done |
6528 | 2024-08-29T15:12:50.593Z | [ recovery-image] Aug 29 15:12:48.920 INFO O| Aug 29 15:12:48.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6529 | 2024-08-29T15:12:50.593Z | [ recovery-image] Aug 29 15:12:48.920 INFO O| Aug 29 15:12:48.920 INFO STEP 834 (remove_files) COMPLETE |
6530 | 2024-08-29T15:12:50.595Z | [ recovery-image] Aug 29 15:12:48.920 INFO O| Aug 29 15:12:48.920 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-08-29T15:12:50.613Z | [ recovery-image] Aug 29 15:12:48.939 INFO O| Aug 29 15:12:48.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6532 | 2024-08-29T15:12:50.613Z | [ recovery-image] Aug 29 15:12:48.939 INFO O| Aug 29 15:12:48.939 INFO STEP 835 (remove_files) COMPLETE |
6533 | 2024-08-29T15:12:50.615Z | [ recovery-image] Aug 29 15:12:48.939 INFO O| Aug 29 15:12:48.939 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-08-29T15:12:50.652Z | [ host-image] Aug 29 15:12:48.979 INFO O| Aug 29 15:12:48.979 INFO O| Planning: Finding local manifests ... Done |
6535 | 2024-08-29T15:12:50.655Z | [ host-image] Aug 29 15:12:48.980 INFO O| Aug 29 15:12:48.980 INFO O| Planning: Fetching manifests: 0/1 0% complete |
6536 | 2024-08-29T15:12:50.677Z | [ recovery-image] Aug 29 15:12:49.003 INFO O| Aug 29 15:12:49.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6537 | 2024-08-29T15:12:50.677Z | [ recovery-image] Aug 29 15:12:49.003 INFO O| Aug 29 15:12:49.003 INFO STEP 836 (remove_files) COMPLETE |
6538 | 2024-08-29T15:12:50.680Z | [ recovery-image] Aug 29 15:12:49.003 INFO O| Aug 29 15:12:49.003 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-08-29T15:12:50.696Z | [ recovery-image] Aug 29 15:12:49.023 INFO O| Aug 29 15:12:49.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6540 | 2024-08-29T15:12:50.696Z | [ recovery-image] Aug 29 15:12:49.023 INFO O| Aug 29 15:12:49.023 INFO STEP 837 (remove_files) COMPLETE |
6541 | 2024-08-29T15:12:50.696Z | [ recovery-image] Aug 29 15:12:49.023 INFO O| Aug 29 15:12:49.023 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-08-29T15:12:50.736Z | [ recovery-image] Aug 29 15:12:49.063 INFO O| Aug 29 15:12:49.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6543 | 2024-08-29T15:12:50.736Z | [ recovery-image] Aug 29 15:12:49.063 INFO O| Aug 29 15:12:49.063 INFO STEP 838 (remove_files) COMPLETE |
6544 | 2024-08-29T15:12:50.736Z | [ recovery-image] Aug 29 15:12:49.063 INFO O| Aug 29 15:12:49.063 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-08-29T15:12:50.767Z | [ recovery-image] Aug 29 15:12:49.093 INFO O| Aug 29 15:12:49.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6546 | 2024-08-29T15:12:50.769Z | [ recovery-image] Aug 29 15:12:49.094 INFO O| Aug 29 15:12:49.093 INFO STEP 839 (remove_files) COMPLETE |
6547 | 2024-08-29T15:12:50.769Z | [ recovery-image] Aug 29 15:12:49.094 INFO O| Aug 29 15:12:49.094 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-08-29T15:12:50.808Z | [ host-image] Aug 29 15:12:49.135 INFO O| Aug 29 15:12:49.135 INFO O| Planning: Fetching manifests: 1/1 100% complete |
6549 | 2024-08-29T15:12:50.830Z | [ recovery-image] Aug 29 15:12:49.157 INFO O| Aug 29 15:12:49.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6550 | 2024-08-29T15:12:50.830Z | [ recovery-image] Aug 29 15:12:49.157 INFO O| Aug 29 15:12:49.157 INFO STEP 840 (remove_files) COMPLETE |
6551 | 2024-08-29T15:12:50.833Z | [ recovery-image] Aug 29 15:12:49.157 INFO O| Aug 29 15:12:49.157 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-08-29T15:12:50.837Z | [ host-image] Aug 29 15:12:49.165 INFO O| Aug 29 15:12:49.165 INFO O| Planning: Package planning ... Done |
6553 | 2024-08-29T15:12:50.840Z | [ host-image] Aug 29 15:12:49.165 INFO O| Aug 29 15:12:49.165 INFO O| Planning: Merging actions ... Done |
6554 | 2024-08-29T15:12:50.878Z | [ recovery-image] Aug 29 15:12:49.205 INFO O| Aug 29 15:12:49.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6555 | 2024-08-29T15:12:50.878Z | [ recovery-image] Aug 29 15:12:49.205 INFO O| Aug 29 15:12:49.205 INFO STEP 841 (remove_files) COMPLETE |
6556 | 2024-08-29T15:12:50.881Z | [ recovery-image] Aug 29 15:12:49.205 INFO O| Aug 29 15:12:49.205 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-08-29T15:12:50.914Z | [ recovery-image] Aug 29 15:12:49.241 INFO O| Aug 29 15:12:49.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6558 | 2024-08-29T15:12:50.914Z | [ recovery-image] Aug 29 15:12:49.241 INFO O| Aug 29 15:12:49.241 INFO STEP 842 (remove_files) COMPLETE |
6559 | 2024-08-29T15:12:50.914Z | [ recovery-image] Aug 29 15:12:49.241 INFO O| Aug 29 15:12:49.241 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-08-29T15:12:50.934Z | [ recovery-image] Aug 29 15:12:49.261 INFO O| Aug 29 15:12:49.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6561 | 2024-08-29T15:12:50.937Z | [ recovery-image] Aug 29 15:12:49.261 INFO O| Aug 29 15:12:49.261 INFO STEP 843 (remove_files) COMPLETE |
6562 | 2024-08-29T15:12:50.937Z | [ recovery-image] Aug 29 15:12:49.262 INFO O| Aug 29 15:12:49.262 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-08-29T15:12:50.954Z | [ recovery-image] Aug 29 15:12:49.281 INFO O| Aug 29 15:12:49.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6564 | 2024-08-29T15:12:50.957Z | [ recovery-image] Aug 29 15:12:49.281 INFO O| Aug 29 15:12:49.281 INFO STEP 844 (remove_files) COMPLETE |
6565 | 2024-08-29T15:12:50.958Z | [ recovery-image] Aug 29 15:12:49.281 INFO O| Aug 29 15:12:49.281 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-08-29T15:12:50.973Z | [ recovery-image] Aug 29 15:12:49.300 INFO O| Aug 29 15:12:49.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6567 | 2024-08-29T15:12:50.976Z | [ recovery-image] Aug 29 15:12:49.300 INFO O| Aug 29 15:12:49.300 INFO STEP 845 (remove_files) COMPLETE |
6568 | 2024-08-29T15:12:50.976Z | [ recovery-image] Aug 29 15:12:49.300 INFO O| Aug 29 15:12:49.300 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-08-29T15:12:50.984Z | [ host-image] Aug 29 15:12:49.310 INFO O| Aug 29 15:12:49.310 INFO O| Planning: Checking for conflicting actions ... Done |
6570 | 2024-08-29T15:12:50.986Z | [ host-image] Aug 29 15:12:49.311 INFO O| Aug 29 15:12:49.311 INFO O| Planning: Consolidating action changes ... Done |
6571 | 2024-08-29T15:12:50.993Z | [ recovery-image] Aug 29 15:12:49.320 INFO O| Aug 29 15:12:49.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6572 | 2024-08-29T15:12:50.995Z | [ recovery-image] Aug 29 15:12:49.320 INFO O| Aug 29 15:12:49.320 INFO STEP 846 (remove_files) COMPLETE |
6573 | 2024-08-29T15:12:50.995Z | [ recovery-image] Aug 29 15:12:49.320 INFO O| Aug 29 15:12:49.320 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-08-29T15:12:51.050Z | [ recovery-image] Aug 29 15:12:49.376 INFO O| Aug 29 15:12:49.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6575 | 2024-08-29T15:12:51.052Z | [ recovery-image] Aug 29 15:12:49.377 INFO O| Aug 29 15:12:49.377 INFO STEP 847 (remove_files) COMPLETE |
6576 | 2024-08-29T15:12:51.052Z | [ recovery-image] Aug 29 15:12:49.377 INFO O| Aug 29 15:12:49.377 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-08-29T15:12:51.072Z | [ recovery-image] Aug 29 15:12:49.399 INFO O| Aug 29 15:12:49.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6578 | 2024-08-29T15:12:51.090Z | [ recovery-image] Aug 29 15:12:49.417 INFO O| Aug 29 15:12:49.417 INFO STEP 848 (remove_files) COMPLETE |
6579 | 2024-08-29T15:12:51.090Z | [ recovery-image] Aug 29 15:12:49.417 INFO O| Aug 29 15:12:49.417 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-08-29T15:12:51.144Z | [ recovery-image] Aug 29 15:12:49.471 INFO O| Aug 29 15:12:49.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6581 | 2024-08-29T15:12:51.147Z | [ recovery-image] Aug 29 15:12:49.471 INFO O| Aug 29 15:12:49.471 INFO STEP 849 (remove_files) COMPLETE |
6582 | 2024-08-29T15:12:51.147Z | [ recovery-image] Aug 29 15:12:49.471 INFO O| Aug 29 15:12:49.471 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-08-29T15:12:51.160Z | [ recovery-image] Aug 29 15:12:49.487 INFO O| Aug 29 15:12:49.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6584 | 2024-08-29T15:12:51.163Z | [ recovery-image] Aug 29 15:12:49.488 INFO O| Aug 29 15:12:49.487 INFO STEP 850 (remove_files) COMPLETE |
6585 | 2024-08-29T15:12:51.163Z | [ recovery-image] Aug 29 15:12:49.488 INFO O| Aug 29 15:12:49.488 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-08-29T15:12:51.176Z | [ recovery-image] Aug 29 15:12:49.503 INFO O| Aug 29 15:12:49.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6587 | 2024-08-29T15:12:51.176Z | [ recovery-image] Aug 29 15:12:49.503 INFO O| Aug 29 15:12:49.503 INFO STEP 851 (remove_files) COMPLETE |
6588 | 2024-08-29T15:12:51.176Z | [ recovery-image] Aug 29 15:12:49.503 INFO O| Aug 29 15:12:49.503 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-08-29T15:12:51.193Z | [ recovery-image] Aug 29 15:12:49.520 INFO O| Aug 29 15:12:49.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6590 | 2024-08-29T15:12:51.193Z | [ recovery-image] Aug 29 15:12:49.520 INFO O| Aug 29 15:12:49.520 INFO STEP 852 (remove_files) COMPLETE |
6591 | 2024-08-29T15:12:51.193Z | [ recovery-image] Aug 29 15:12:49.520 INFO O| Aug 29 15:12:49.520 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-08-29T15:12:51.211Z | [ recovery-image] Aug 29 15:12:49.538 INFO O| Aug 29 15:12:49.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6593 | 2024-08-29T15:12:51.211Z | [ recovery-image] Aug 29 15:12:49.538 INFO O| Aug 29 15:12:49.538 INFO STEP 853 (remove_files) COMPLETE |
6594 | 2024-08-29T15:12:51.211Z | [ recovery-image] Aug 29 15:12:49.538 INFO O| Aug 29 15:12:49.538 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-08-29T15:12:51.226Z | [ recovery-image] Aug 29 15:12:49.553 INFO O| Aug 29 15:12:49.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6596 | 2024-08-29T15:12:51.226Z | [ recovery-image] Aug 29 15:12:49.553 INFO O| Aug 29 15:12:49.553 INFO STEP 854 (remove_files) COMPLETE |
6597 | 2024-08-29T15:12:51.229Z | [ recovery-image] Aug 29 15:12:49.553 INFO O| Aug 29 15:12:49.553 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-08-29T15:12:51.252Z | [ recovery-image] Aug 29 15:12:49.577 INFO O| Aug 29 15:12:49.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6599 | 2024-08-29T15:12:51.254Z | [ recovery-image] Aug 29 15:12:49.577 INFO O| Aug 29 15:12:49.577 INFO STEP 855 (remove_files) COMPLETE |
6600 | 2024-08-29T15:12:51.254Z | [ recovery-image] Aug 29 15:12:49.577 INFO O| Aug 29 15:12:49.577 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-08-29T15:12:51.268Z | [ recovery-image] Aug 29 15:12:49.595 INFO O| Aug 29 15:12:49.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6602 | 2024-08-29T15:12:51.271Z | [ recovery-image] Aug 29 15:12:49.595 INFO O| Aug 29 15:12:49.595 INFO STEP 856 (remove_files) COMPLETE |
6603 | 2024-08-29T15:12:51.271Z | [ recovery-image] Aug 29 15:12:49.596 INFO O| Aug 29 15:12:49.595 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-08-29T15:12:51.286Z | [ recovery-image] Aug 29 15:12:49.612 INFO O| Aug 29 15:12:49.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6605 | 2024-08-29T15:12:51.288Z | [ recovery-image] Aug 29 15:12:49.612 INFO O| Aug 29 15:12:49.612 INFO STEP 857 (remove_files) COMPLETE |
6606 | 2024-08-29T15:12:51.288Z | [ recovery-image] Aug 29 15:12:49.612 INFO O| Aug 29 15:12:49.612 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-08-29T15:12:51.315Z | [ recovery-image] Aug 29 15:12:49.641 INFO O| Aug 29 15:12:49.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6608 | 2024-08-29T15:12:51.315Z | [ recovery-image] Aug 29 15:12:49.642 INFO O| Aug 29 15:12:49.642 INFO STEP 858 (remove_files) COMPLETE |
6609 | 2024-08-29T15:12:51.315Z | [ recovery-image] Aug 29 15:12:49.642 INFO O| Aug 29 15:12:49.642 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-08-29T15:12:51.350Z | [ recovery-image] Aug 29 15:12:49.676 INFO O| Aug 29 15:12:49.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6611 | 2024-08-29T15:12:51.352Z | [ recovery-image] Aug 29 15:12:49.677 INFO O| Aug 29 15:12:49.676 INFO STEP 859 (remove_files) COMPLETE |
6612 | 2024-08-29T15:12:51.352Z | [ recovery-image] Aug 29 15:12:49.677 INFO O| Aug 29 15:12:49.677 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-08-29T15:12:51.389Z | [ recovery-image] Aug 29 15:12:49.716 INFO O| Aug 29 15:12:49.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6614 | 2024-08-29T15:12:51.389Z | [ recovery-image] Aug 29 15:12:49.716 INFO O| Aug 29 15:12:49.716 INFO STEP 860 (remove_files) COMPLETE |
6615 | 2024-08-29T15:12:51.389Z | [ recovery-image] Aug 29 15:12:49.716 INFO O| Aug 29 15:12:49.716 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-08-29T15:12:51.409Z | [ host-image] Aug 29 15:12:49.736 INFO O| Aug 29 15:12:49.736 INFO O| Planning: Evaluating mediators ... Done |
6617 | 2024-08-29T15:12:51.412Z | [ host-image] Aug 29 15:12:49.737 INFO O| Aug 29 15:12:49.737 INFO O| Planning: Planning completed in 4.06 seconds |
6618 | 2024-08-29T15:12:51.414Z | [ host-image] Aug 29 15:12:49.739 INFO O| Aug 29 15:12:49.739 INFO O| Packages to install: 1 |
6619 | 2024-08-29T15:12:51.427Z | [ recovery-image] Aug 29 15:12:49.753 INFO O| Aug 29 15:12:49.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6620 | 2024-08-29T15:12:51.427Z | [ recovery-image] Aug 29 15:12:49.754 INFO O| Aug 29 15:12:49.754 INFO STEP 861 (remove_files) COMPLETE |
6621 | 2024-08-29T15:12:51.427Z | [ recovery-image] Aug 29 15:12:49.754 INFO O| Aug 29 15:12:49.754 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-08-29T15:12:51.448Z | [ recovery-image] Aug 29 15:12:49.774 INFO O| Aug 29 15:12:49.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6623 | 2024-08-29T15:12:51.448Z | [ recovery-image] Aug 29 15:12:49.774 INFO O| Aug 29 15:12:49.774 INFO STEP 862 (remove_files) COMPLETE |
6624 | 2024-08-29T15:12:51.448Z | [ recovery-image] Aug 29 15:12:49.774 INFO O| Aug 29 15:12:49.774 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-08-29T15:12:51.453Z | [ host-image] Aug 29 15:12:49.780 INFO O| Aug 29 15:12:49.780 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
6626 | 2024-08-29T15:12:51.474Z | [ recovery-image] Aug 29 15:12:49.801 INFO O| Aug 29 15:12:49.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6627 | 2024-08-29T15:12:51.474Z | [ recovery-image] Aug 29 15:12:49.801 INFO O| Aug 29 15:12:49.801 INFO STEP 863 (remove_files) COMPLETE |
6628 | 2024-08-29T15:12:51.474Z | [ recovery-image] Aug 29 15:12:49.801 INFO O| Aug 29 15:12:49.801 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-08-29T15:12:51.494Z | [ recovery-image] Aug 29 15:12:49.820 INFO O| Aug 29 15:12:49.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6630 | 2024-08-29T15:12:51.494Z | [ recovery-image] Aug 29 15:12:49.820 INFO O| Aug 29 15:12:49.820 INFO STEP 864 (remove_files) COMPLETE |
6631 | 2024-08-29T15:12:51.496Z | [ recovery-image] Aug 29 15:12:49.821 INFO O| Aug 29 15:12:49.820 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-08-29T15:12:51.512Z | [ recovery-image] Aug 29 15:12:49.838 INFO O| Aug 29 15:12:49.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6633 | 2024-08-29T15:12:51.512Z | [ recovery-image] Aug 29 15:12:49.838 INFO O| Aug 29 15:12:49.838 INFO STEP 865 (remove_files) COMPLETE |
6634 | 2024-08-29T15:12:51.512Z | [ recovery-image] Aug 29 15:12:49.838 INFO O| Aug 29 15:12:49.838 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-08-29T15:12:51.536Z | [ recovery-image] Aug 29 15:12:49.863 INFO O| Aug 29 15:12:49.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6636 | 2024-08-29T15:12:51.536Z | [ recovery-image] Aug 29 15:12:49.863 INFO O| Aug 29 15:12:49.863 INFO STEP 866 (remove_files) COMPLETE |
6637 | 2024-08-29T15:12:51.539Z | [ recovery-image] Aug 29 15:12:49.863 INFO O| Aug 29 15:12:49.863 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-08-29T15:12:51.559Z | [ recovery-image] Aug 29 15:12:49.886 INFO O| Aug 29 15:12:49.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6639 | 2024-08-29T15:12:51.562Z | [ recovery-image] Aug 29 15:12:49.886 INFO O| Aug 29 15:12:49.886 INFO STEP 867 (remove_files) COMPLETE |
6640 | 2024-08-29T15:12:51.562Z | [ recovery-image] Aug 29 15:12:49.886 INFO O| Aug 29 15:12:49.886 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-08-29T15:12:51.579Z | [ recovery-image] Aug 29 15:12:49.906 INFO O| Aug 29 15:12:49.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6642 | 2024-08-29T15:12:51.579Z | [ recovery-image] Aug 29 15:12:49.906 INFO O| Aug 29 15:12:49.906 INFO STEP 868 (remove_files) COMPLETE |
6643 | 2024-08-29T15:12:51.579Z | [ recovery-image] Aug 29 15:12:49.906 INFO O| Aug 29 15:12:49.906 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-08-29T15:12:51.598Z | [ recovery-image] Aug 29 15:12:49.925 INFO O| Aug 29 15:12:49.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6645 | 2024-08-29T15:12:51.598Z | [ recovery-image] Aug 29 15:12:49.925 INFO O| Aug 29 15:12:49.925 INFO STEP 869 (remove_files) COMPLETE |
6646 | 2024-08-29T15:12:51.600Z | [ recovery-image] Aug 29 15:12:49.925 INFO O| Aug 29 15:12:49.925 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-08-29T15:12:51.650Z | [ recovery-image] Aug 29 15:12:49.976 INFO O| Aug 29 15:12:49.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6648 | 2024-08-29T15:12:51.650Z | [ recovery-image] Aug 29 15:12:49.976 INFO O| Aug 29 15:12:49.976 INFO STEP 870 (remove_files) COMPLETE |
6649 | 2024-08-29T15:12:51.650Z | [ recovery-image] Aug 29 15:12:49.976 INFO O| Aug 29 15:12:49.976 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-08-29T15:12:51.723Z | [ recovery-image] Aug 29 15:12:50.048 INFO O| Aug 29 15:12:50.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6651 | 2024-08-29T15:12:51.723Z | [ recovery-image] Aug 29 15:12:50.049 INFO O| Aug 29 15:12:50.049 INFO STEP 871 (remove_files) COMPLETE |
6652 | 2024-08-29T15:12:51.723Z | [ recovery-image] Aug 29 15:12:50.049 INFO O| Aug 29 15:12:50.049 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-08-29T15:12:51.740Z | [ recovery-image] Aug 29 15:12:50.067 INFO O| Aug 29 15:12:50.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6654 | 2024-08-29T15:12:51.740Z | [ recovery-image] Aug 29 15:12:50.067 INFO O| Aug 29 15:12:50.067 INFO STEP 872 (remove_files) COMPLETE |
6655 | 2024-08-29T15:12:51.743Z | [ recovery-image] Aug 29 15:12:50.067 INFO O| Aug 29 15:12:50.067 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-08-29T15:12:51.786Z | [ recovery-image] Aug 29 15:12:50.112 INFO O| Aug 29 15:12:50.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6657 | 2024-08-29T15:12:51.786Z | [ recovery-image] Aug 29 15:12:50.113 INFO O| Aug 29 15:12:50.112 INFO STEP 873 (remove_files) COMPLETE |
6658 | 2024-08-29T15:12:51.788Z | [ recovery-image] Aug 29 15:12:50.113 INFO O| Aug 29 15:12:50.113 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-08-29T15:12:51.833Z | [ recovery-image] Aug 29 15:12:50.159 INFO O| Aug 29 15:12:50.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6660 | 2024-08-29T15:12:51.835Z | [ recovery-image] Aug 29 15:12:50.160 INFO O| Aug 29 15:12:50.159 INFO STEP 874 (remove_files) COMPLETE |
6661 | 2024-08-29T15:12:51.835Z | [ recovery-image] Aug 29 15:12:50.160 INFO O| Aug 29 15:12:50.160 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-08-29T15:12:51.851Z | [ recovery-image] Aug 29 15:12:50.178 INFO O| Aug 29 15:12:50.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6663 | 2024-08-29T15:12:51.854Z | [ recovery-image] Aug 29 15:12:50.178 INFO O| Aug 29 15:12:50.178 INFO STEP 875 (remove_files) COMPLETE |
6664 | 2024-08-29T15:12:51.854Z | [ recovery-image] Aug 29 15:12:50.178 INFO O| Aug 29 15:12:50.178 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-08-29T15:12:51.869Z | [ recovery-image] Aug 29 15:12:50.196 INFO O| Aug 29 15:12:50.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6666 | 2024-08-29T15:12:51.872Z | [ recovery-image] Aug 29 15:12:50.196 INFO O| Aug 29 15:12:50.196 INFO STEP 876 (remove_files) COMPLETE |
6667 | 2024-08-29T15:12:51.872Z | [ recovery-image] Aug 29 15:12:50.196 INFO O| Aug 29 15:12:50.196 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-08-29T15:12:51.886Z | [ recovery-image] Aug 29 15:12:50.212 INFO O| Aug 29 15:12:50.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6669 | 2024-08-29T15:12:51.888Z | [ recovery-image] Aug 29 15:12:50.213 INFO O| Aug 29 15:12:50.213 INFO STEP 877 (remove_files) COMPLETE |
6670 | 2024-08-29T15:12:51.888Z | [ recovery-image] Aug 29 15:12:50.213 INFO O| Aug 29 15:12:50.213 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-08-29T15:12:51.904Z | [ recovery-image] Aug 29 15:12:50.230 INFO O| Aug 29 15:12:50.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6672 | 2024-08-29T15:12:51.906Z | [ recovery-image] Aug 29 15:12:50.231 INFO O| Aug 29 15:12:50.231 INFO STEP 878 (remove_files) COMPLETE |
6673 | 2024-08-29T15:12:51.906Z | [ recovery-image] Aug 29 15:12:50.231 INFO O| Aug 29 15:12:50.231 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-08-29T15:12:51.943Z | [ recovery-image] Aug 29 15:12:50.269 INFO O| Aug 29 15:12:50.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6675 | 2024-08-29T15:12:51.946Z | [ recovery-image] Aug 29 15:12:50.269 INFO O| Aug 29 15:12:50.269 INFO STEP 879 (remove_files) COMPLETE |
6676 | 2024-08-29T15:12:51.946Z | [ recovery-image] Aug 29 15:12:50.269 INFO O| Aug 29 15:12:50.269 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-08-29T15:12:51.962Z | [ recovery-image] Aug 29 15:12:50.289 INFO O| Aug 29 15:12:50.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6678 | 2024-08-29T15:12:51.962Z | [ recovery-image] Aug 29 15:12:50.289 INFO O| Aug 29 15:12:50.289 INFO STEP 880 (remove_files) COMPLETE |
6679 | 2024-08-29T15:12:51.965Z | [ recovery-image] Aug 29 15:12:50.289 INFO O| Aug 29 15:12:50.289 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-08-29T15:12:51.981Z | [ recovery-image] Aug 29 15:12:50.307 INFO O| Aug 29 15:12:50.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6681 | 2024-08-29T15:12:51.981Z | [ recovery-image] Aug 29 15:12:50.307 INFO O| Aug 29 15:12:50.307 INFO STEP 881 (remove_files) COMPLETE |
6682 | 2024-08-29T15:12:51.981Z | [ recovery-image] Aug 29 15:12:50.307 INFO O| Aug 29 15:12:50.307 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2024-08-29T15:12:52.005Z | [ recovery-image] Aug 29 15:12:50.323 INFO O| Aug 29 15:12:50.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6684 | 2024-08-29T15:12:52.005Z | [ recovery-image] Aug 29 15:12:50.324 INFO O| Aug 29 15:12:50.324 INFO STEP 882 (remove_files) COMPLETE |
6685 | 2024-08-29T15:12:52.008Z | [ recovery-image] Aug 29 15:12:50.324 INFO O| Aug 29 15:12:50.324 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2024-08-29T15:12:52.014Z | [ recovery-image] Aug 29 15:12:50.340 INFO O| Aug 29 15:12:50.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6687 | 2024-08-29T15:12:52.016Z | [ recovery-image] Aug 29 15:12:50.340 INFO O| Aug 29 15:12:50.340 INFO STEP 883 (remove_files) COMPLETE |
6688 | 2024-08-29T15:12:52.016Z | [ recovery-image] Aug 29 15:12:50.341 INFO O| Aug 29 15:12:50.340 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2024-08-29T15:12:52.034Z | [ recovery-image] Aug 29 15:12:50.360 INFO O| Aug 29 15:12:50.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6690 | 2024-08-29T15:12:52.055Z | [ recovery-image] Aug 29 15:12:50.382 INFO O| Aug 29 15:12:50.382 INFO STEP 884 (remove_files) COMPLETE |
6691 | 2024-08-29T15:12:52.055Z | [ recovery-image] Aug 29 15:12:50.382 INFO O| Aug 29 15:12:50.382 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2024-08-29T15:12:52.094Z | [ recovery-image] Aug 29 15:12:50.420 INFO O| Aug 29 15:12:50.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6693 | 2024-08-29T15:12:52.094Z | [ recovery-image] Aug 29 15:12:50.420 INFO O| Aug 29 15:12:50.420 INFO STEP 885 (remove_files) COMPLETE |
6694 | 2024-08-29T15:12:52.094Z | [ recovery-image] Aug 29 15:12:50.420 INFO O| Aug 29 15:12:50.420 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2024-08-29T15:12:52.112Z | [ recovery-image] Aug 29 15:12:50.438 INFO O| Aug 29 15:12:50.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6696 | 2024-08-29T15:12:52.112Z | [ recovery-image] Aug 29 15:12:50.438 INFO O| Aug 29 15:12:50.438 INFO STEP 886 (remove_files) COMPLETE |
6697 | 2024-08-29T15:12:52.112Z | [ recovery-image] Aug 29 15:12:50.438 INFO O| Aug 29 15:12:50.438 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-08-29T15:12:52.132Z | [ recovery-image] Aug 29 15:12:50.458 INFO O| Aug 29 15:12:50.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6699 | 2024-08-29T15:12:52.132Z | [ recovery-image] Aug 29 15:12:50.458 INFO O| Aug 29 15:12:50.458 INFO STEP 887 (remove_files) COMPLETE |
6700 | 2024-08-29T15:12:52.134Z | [ recovery-image] Aug 29 15:12:50.458 INFO O| Aug 29 15:12:50.458 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2024-08-29T15:12:52.149Z | [ recovery-image] Aug 29 15:12:50.475 INFO O| Aug 29 15:12:50.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6702 | 2024-08-29T15:12:52.152Z | [ recovery-image] Aug 29 15:12:50.476 INFO O| Aug 29 15:12:50.476 INFO STEP 888 (remove_files) COMPLETE |
6703 | 2024-08-29T15:12:52.152Z | [ recovery-image] Aug 29 15:12:50.476 INFO O| Aug 29 15:12:50.476 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2024-08-29T15:12:52.169Z | [ recovery-image] Aug 29 15:12:50.496 INFO O| Aug 29 15:12:50.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6705 | 2024-08-29T15:12:52.169Z | [ recovery-image] Aug 29 15:12:50.496 INFO O| Aug 29 15:12:50.496 INFO STEP 889 (remove_files) COMPLETE |
6706 | 2024-08-29T15:12:52.169Z | [ recovery-image] Aug 29 15:12:50.496 INFO O| Aug 29 15:12:50.496 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2024-08-29T15:12:52.189Z | [ recovery-image] Aug 29 15:12:50.515 INFO O| Aug 29 15:12:50.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6708 | 2024-08-29T15:12:52.189Z | [ recovery-image] Aug 29 15:12:50.515 INFO O| Aug 29 15:12:50.515 INFO STEP 890 (remove_files) COMPLETE |
6709 | 2024-08-29T15:12:52.189Z | [ recovery-image] Aug 29 15:12:50.515 INFO O| Aug 29 15:12:50.515 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2024-08-29T15:12:52.208Z | [ recovery-image] Aug 29 15:12:50.534 INFO O| Aug 29 15:12:50.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6711 | 2024-08-29T15:12:52.208Z | [ recovery-image] Aug 29 15:12:50.534 INFO O| Aug 29 15:12:50.534 INFO STEP 891 (remove_files) COMPLETE |
6712 | 2024-08-29T15:12:52.208Z | [ recovery-image] Aug 29 15:12:50.534 INFO O| Aug 29 15:12:50.534 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2024-08-29T15:12:52.228Z | [ recovery-image] Aug 29 15:12:50.554 INFO O| Aug 29 15:12:50.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6714 | 2024-08-29T15:12:52.232Z | [ recovery-image] Aug 29 15:12:50.555 INFO O| Aug 29 15:12:50.555 INFO STEP 892 (remove_files) COMPLETE |
6715 | 2024-08-29T15:12:52.232Z | [ recovery-image] Aug 29 15:12:50.555 INFO O| Aug 29 15:12:50.555 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6716 | 2024-08-29T15:12:52.247Z | [ recovery-image] Aug 29 15:12:50.573 INFO O| Aug 29 15:12:50.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6717 | 2024-08-29T15:12:52.249Z | [ recovery-image] Aug 29 15:12:50.573 INFO O| Aug 29 15:12:50.573 INFO STEP 893 (remove_files) COMPLETE |
6718 | 2024-08-29T15:12:52.249Z | [ recovery-image] Aug 29 15:12:50.573 INFO O| Aug 29 15:12:50.573 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6719 | 2024-08-29T15:12:52.264Z | [ recovery-image] Aug 29 15:12:50.590 INFO O| Aug 29 15:12:50.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6720 | 2024-08-29T15:12:52.264Z | [ recovery-image] Aug 29 15:12:50.590 INFO O| Aug 29 15:12:50.590 INFO STEP 894 (remove_files) COMPLETE |
6721 | 2024-08-29T15:12:52.266Z | [ recovery-image] Aug 29 15:12:50.591 INFO O| Aug 29 15:12:50.590 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6722 | 2024-08-29T15:12:52.282Z | [ recovery-image] Aug 29 15:12:50.608 INFO O| Aug 29 15:12:50.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6723 | 2024-08-29T15:12:52.282Z | [ recovery-image] Aug 29 15:12:50.608 INFO O| Aug 29 15:12:50.608 INFO STEP 895 (remove_files) COMPLETE |
6724 | 2024-08-29T15:12:52.282Z | [ recovery-image] Aug 29 15:12:50.608 INFO O| Aug 29 15:12:50.608 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6725 | 2024-08-29T15:12:52.301Z | [ recovery-image] Aug 29 15:12:50.628 INFO O| Aug 29 15:12:50.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6726 | 2024-08-29T15:12:52.301Z | [ recovery-image] Aug 29 15:12:50.628 INFO O| Aug 29 15:12:50.628 INFO STEP 896 (remove_files) COMPLETE |
6727 | 2024-08-29T15:12:52.301Z | [ recovery-image] Aug 29 15:12:50.628 INFO O| Aug 29 15:12:50.628 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6728 | 2024-08-29T15:12:52.328Z | [ recovery-image] Aug 29 15:12:50.655 INFO O| Aug 29 15:12:50.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6729 | 2024-08-29T15:12:52.328Z | [ recovery-image] Aug 29 15:12:50.655 INFO O| Aug 29 15:12:50.655 INFO STEP 897 (remove_files) COMPLETE |
6730 | 2024-08-29T15:12:52.328Z | [ recovery-image] Aug 29 15:12:50.655 INFO O| Aug 29 15:12:50.655 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6731 | 2024-08-29T15:12:52.345Z | [ recovery-image] Aug 29 15:12:50.672 INFO O| Aug 29 15:12:50.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6732 | 2024-08-29T15:12:52.345Z | [ recovery-image] Aug 29 15:12:50.672 INFO O| Aug 29 15:12:50.672 INFO STEP 898 (remove_files) COMPLETE |
6733 | 2024-08-29T15:12:52.345Z | [ recovery-image] Aug 29 15:12:50.672 INFO O| Aug 29 15:12:50.672 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6734 | 2024-08-29T15:12:52.362Z | [ recovery-image] Aug 29 15:12:50.688 INFO O| Aug 29 15:12:50.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6735 | 2024-08-29T15:12:52.364Z | [ recovery-image] Aug 29 15:12:50.688 INFO O| Aug 29 15:12:50.688 INFO STEP 899 (remove_files) COMPLETE |
6736 | 2024-08-29T15:12:52.364Z | [ recovery-image] Aug 29 15:12:50.688 INFO O| Aug 29 15:12:50.688 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6737 | 2024-08-29T15:12:52.379Z | [ recovery-image] Aug 29 15:12:50.705 INFO O| Aug 29 15:12:50.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6738 | 2024-08-29T15:12:52.379Z | [ recovery-image] Aug 29 15:12:50.706 INFO O| Aug 29 15:12:50.705 INFO STEP 900 (remove_files) COMPLETE |
6739 | 2024-08-29T15:12:52.382Z | [ recovery-image] Aug 29 15:12:50.706 INFO O| Aug 29 15:12:50.706 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6740 | 2024-08-29T15:12:52.414Z | [ host-image] Aug 29 15:12:50.740 INFO O| Aug 29 15:12:50.740 INFO O| Download: Completed 20.80 MB in 0.96 seconds (21.7M/s) |
6741 | 2024-08-29T15:12:52.417Z | [ recovery-image] Aug 29 15:12:50.742 INFO O| Aug 29 15:12:50.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6742 | 2024-08-29T15:12:52.417Z | [ recovery-image] Aug 29 15:12:50.742 INFO O| Aug 29 15:12:50.742 INFO STEP 901 (remove_files) COMPLETE |
6743 | 2024-08-29T15:12:52.417Z | [ recovery-image] Aug 29 15:12:50.742 INFO O| Aug 29 15:12:50.742 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-08-29T15:12:52.433Z | [ recovery-image] Aug 29 15:12:50.759 INFO O| Aug 29 15:12:50.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6745 | 2024-08-29T15:12:52.433Z | [ recovery-image] Aug 29 15:12:50.759 INFO O| Aug 29 15:12:50.759 INFO STEP 902 (remove_files) COMPLETE |
6746 | 2024-08-29T15:12:52.433Z | [ recovery-image] Aug 29 15:12:50.759 INFO O| Aug 29 15:12:50.759 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-08-29T15:12:52.501Z | [ host-image] Aug 29 15:12:50.828 INFO O| Aug 29 15:12:50.828 INFO O| Actions: 1/22 actions (Installing new actions) |
6748 | 2024-08-29T15:12:52.505Z | [ recovery-image] Aug 29 15:12:50.832 INFO O| Aug 29 15:12:50.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6749 | 2024-08-29T15:12:52.508Z | [ recovery-image] Aug 29 15:12:50.832 INFO O| Aug 29 15:12:50.832 INFO STEP 903 (remove_files) COMPLETE |
6750 | 2024-08-29T15:12:52.508Z | [ recovery-image] Aug 29 15:12:50.832 INFO O| Aug 29 15:12:50.832 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-08-29T15:12:52.525Z | [ recovery-image] Aug 29 15:12:50.851 INFO O| Aug 29 15:12:50.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6752 | 2024-08-29T15:12:52.528Z | [ recovery-image] Aug 29 15:12:50.852 INFO O| Aug 29 15:12:50.852 INFO STEP 904 (remove_files) COMPLETE |
6753 | 2024-08-29T15:12:52.528Z | [ recovery-image] Aug 29 15:12:50.852 INFO O| Aug 29 15:12:50.852 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-08-29T15:12:52.543Z | [ recovery-image] Aug 29 15:12:50.869 INFO O| Aug 29 15:12:50.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6755 | 2024-08-29T15:12:52.546Z | [ recovery-image] Aug 29 15:12:50.870 INFO O| Aug 29 15:12:50.870 INFO STEP 905 (remove_files) COMPLETE |
6756 | 2024-08-29T15:12:52.546Z | [ recovery-image] Aug 29 15:12:50.870 INFO O| Aug 29 15:12:50.870 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-08-29T15:12:52.581Z | [ recovery-image] Aug 29 15:12:50.907 INFO O| Aug 29 15:12:50.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6758 | 2024-08-29T15:12:52.581Z | [ recovery-image] Aug 29 15:12:50.907 INFO O| Aug 29 15:12:50.907 INFO STEP 906 (remove_files) COMPLETE |
6759 | 2024-08-29T15:12:52.581Z | [ recovery-image] Aug 29 15:12:50.907 INFO O| Aug 29 15:12:50.907 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-08-29T15:12:52.598Z | [ recovery-image] Aug 29 15:12:50.924 INFO O| Aug 29 15:12:50.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6761 | 2024-08-29T15:12:52.598Z | [ recovery-image] Aug 29 15:12:50.924 INFO O| Aug 29 15:12:50.924 INFO STEP 907 (remove_files) COMPLETE |
6762 | 2024-08-29T15:12:52.598Z | [ recovery-image] Aug 29 15:12:50.924 INFO O| Aug 29 15:12:50.924 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-08-29T15:12:52.633Z | [ recovery-image] Aug 29 15:12:50.959 INFO O| Aug 29 15:12:50.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6764 | 2024-08-29T15:12:52.633Z | [ recovery-image] Aug 29 15:12:50.959 INFO O| Aug 29 15:12:50.959 INFO STEP 908 (remove_files) COMPLETE |
6765 | 2024-08-29T15:12:52.633Z | [ recovery-image] Aug 29 15:12:50.959 INFO O| Aug 29 15:12:50.959 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-08-29T15:12:52.660Z | [ recovery-image] Aug 29 15:12:50.986 INFO O| Aug 29 15:12:50.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6767 | 2024-08-29T15:12:52.662Z | [ recovery-image] Aug 29 15:12:50.986 INFO O| Aug 29 15:12:50.986 INFO STEP 909 (remove_files) COMPLETE |
6768 | 2024-08-29T15:12:52.663Z | [ recovery-image] Aug 29 15:12:50.987 INFO O| Aug 29 15:12:50.987 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-08-29T15:12:52.691Z | [ recovery-image] Aug 29 15:12:51.017 INFO O| Aug 29 15:12:51.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6770 | 2024-08-29T15:12:52.691Z | [ recovery-image] Aug 29 15:12:51.017 INFO O| Aug 29 15:12:51.017 INFO STEP 910 (remove_files) COMPLETE |
6771 | 2024-08-29T15:12:52.691Z | [ recovery-image] Aug 29 15:12:51.017 INFO O| Aug 29 15:12:51.017 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-08-29T15:12:52.710Z | [ recovery-image] Aug 29 15:12:51.035 INFO O| Aug 29 15:12:51.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6773 | 2024-08-29T15:12:52.710Z | [ recovery-image] Aug 29 15:12:51.035 INFO O| Aug 29 15:12:51.035 INFO STEP 911 (remove_files) COMPLETE |
6774 | 2024-08-29T15:12:52.710Z | [ recovery-image] Aug 29 15:12:51.035 INFO O| Aug 29 15:12:51.035 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-08-29T15:12:52.726Z | [ recovery-image] Aug 29 15:12:51.052 INFO O| Aug 29 15:12:51.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6776 | 2024-08-29T15:12:52.726Z | [ recovery-image] Aug 29 15:12:51.052 INFO O| Aug 29 15:12:51.052 INFO STEP 912 (remove_files) COMPLETE |
6777 | 2024-08-29T15:12:52.726Z | [ recovery-image] Aug 29 15:12:51.052 INFO O| Aug 29 15:12:51.052 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-08-29T15:12:52.762Z | [ recovery-image] Aug 29 15:12:51.088 INFO O| Aug 29 15:12:51.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6779 | 2024-08-29T15:12:52.762Z | [ recovery-image] Aug 29 15:12:51.088 INFO O| Aug 29 15:12:51.088 INFO STEP 913 (remove_files) COMPLETE |
6780 | 2024-08-29T15:12:52.765Z | [ recovery-image] Aug 29 15:12:51.088 INFO O| Aug 29 15:12:51.088 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-08-29T15:12:52.781Z | [ recovery-image] Aug 29 15:12:51.106 INFO O| Aug 29 15:12:51.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6782 | 2024-08-29T15:12:52.781Z | [ recovery-image] Aug 29 15:12:51.106 INFO O| Aug 29 15:12:51.106 INFO STEP 914 (remove_files) COMPLETE |
6783 | 2024-08-29T15:12:52.781Z | [ recovery-image] Aug 29 15:12:51.106 INFO O| Aug 29 15:12:51.106 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-08-29T15:12:52.808Z | [ recovery-image] Aug 29 15:12:51.135 INFO O| Aug 29 15:12:51.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6785 | 2024-08-29T15:12:52.808Z | [ recovery-image] Aug 29 15:12:51.135 INFO O| Aug 29 15:12:51.135 INFO STEP 915 (remove_files) COMPLETE |
6786 | 2024-08-29T15:12:52.811Z | [ recovery-image] Aug 29 15:12:51.135 INFO O| Aug 29 15:12:51.135 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-08-29T15:12:52.846Z | [ recovery-image] Aug 29 15:12:51.172 INFO O| Aug 29 15:12:51.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6788 | 2024-08-29T15:12:52.846Z | [ recovery-image] Aug 29 15:12:51.172 INFO O| Aug 29 15:12:51.172 INFO STEP 916 (remove_files) COMPLETE |
6789 | 2024-08-29T15:12:52.846Z | [ recovery-image] Aug 29 15:12:51.172 INFO O| Aug 29 15:12:51.172 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-08-29T15:12:52.871Z | [ recovery-image] Aug 29 15:12:51.196 INFO O| Aug 29 15:12:51.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6791 | 2024-08-29T15:12:52.871Z | [ recovery-image] Aug 29 15:12:51.196 INFO O| Aug 29 15:12:51.196 INFO STEP 917 (remove_files) COMPLETE |
6792 | 2024-08-29T15:12:52.871Z | [ recovery-image] Aug 29 15:12:51.196 INFO O| Aug 29 15:12:51.196 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-08-29T15:12:52.928Z | [ recovery-image] Aug 29 15:12:51.254 INFO O| Aug 29 15:12:51.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6794 | 2024-08-29T15:12:52.928Z | [ recovery-image] Aug 29 15:12:51.254 INFO O| Aug 29 15:12:51.254 INFO STEP 918 (remove_files) COMPLETE |
6795 | 2024-08-29T15:12:52.928Z | [ recovery-image] Aug 29 15:12:51.254 INFO O| Aug 29 15:12:51.254 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-08-29T15:12:52.946Z | [ recovery-image] Aug 29 15:12:51.272 INFO O| Aug 29 15:12:51.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6797 | 2024-08-29T15:12:52.946Z | [ recovery-image] Aug 29 15:12:51.272 INFO O| Aug 29 15:12:51.272 INFO STEP 919 (remove_files) COMPLETE |
6798 | 2024-08-29T15:12:52.946Z | [ recovery-image] Aug 29 15:12:51.272 INFO O| Aug 29 15:12:51.272 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-08-29T15:12:52.964Z | [ recovery-image] Aug 29 15:12:51.291 INFO O| Aug 29 15:12:51.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6800 | 2024-08-29T15:12:52.964Z | [ recovery-image] Aug 29 15:12:51.291 INFO O| Aug 29 15:12:51.291 INFO STEP 920 (remove_files) COMPLETE |
6801 | 2024-08-29T15:12:52.964Z | [ recovery-image] Aug 29 15:12:51.291 INFO O| Aug 29 15:12:51.291 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-08-29T15:12:52.985Z | [ recovery-image] Aug 29 15:12:51.311 INFO O| Aug 29 15:12:51.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6803 | 2024-08-29T15:12:52.985Z | [ recovery-image] Aug 29 15:12:51.311 INFO O| Aug 29 15:12:51.311 INFO STEP 921 (remove_files) COMPLETE |
6804 | 2024-08-29T15:12:52.985Z | [ recovery-image] Aug 29 15:12:51.311 INFO O| Aug 29 15:12:51.311 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-08-29T15:12:53.003Z | [ recovery-image] Aug 29 15:12:51.329 INFO O| Aug 29 15:12:51.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6806 | 2024-08-29T15:12:53.003Z | [ recovery-image] Aug 29 15:12:51.329 INFO O| Aug 29 15:12:51.329 INFO STEP 922 (remove_files) COMPLETE |
6807 | 2024-08-29T15:12:53.003Z | [ recovery-image] Aug 29 15:12:51.329 INFO O| Aug 29 15:12:51.329 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-08-29T15:12:53.101Z | [ recovery-image] Aug 29 15:12:51.427 INFO O| Aug 29 15:12:51.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6809 | 2024-08-29T15:12:53.101Z | [ recovery-image] Aug 29 15:12:51.427 INFO O| Aug 29 15:12:51.427 INFO STEP 923 (remove_files) COMPLETE |
6810 | 2024-08-29T15:12:53.103Z | [ recovery-image] Aug 29 15:12:51.427 INFO O| Aug 29 15:12:51.427 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-08-29T15:12:53.145Z | [ recovery-image] Aug 29 15:12:51.470 INFO O| Aug 29 15:12:51.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6812 | 2024-08-29T15:12:53.145Z | [ recovery-image] Aug 29 15:12:51.470 INFO O| Aug 29 15:12:51.470 INFO STEP 924 (remove_files) COMPLETE |
6813 | 2024-08-29T15:12:53.145Z | [ recovery-image] Aug 29 15:12:51.470 INFO O| Aug 29 15:12:51.470 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-08-29T15:12:53.173Z | [ recovery-image] Aug 29 15:12:51.498 INFO O| Aug 29 15:12:51.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6815 | 2024-08-29T15:12:53.173Z | [ recovery-image] Aug 29 15:12:51.498 INFO O| Aug 29 15:12:51.498 INFO STEP 925 (remove_files) COMPLETE |
6816 | 2024-08-29T15:12:53.173Z | [ recovery-image] Aug 29 15:12:51.498 INFO O| Aug 29 15:12:51.498 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-08-29T15:12:53.234Z | [ recovery-image] Aug 29 15:12:51.560 INFO O| Aug 29 15:12:51.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6818 | 2024-08-29T15:12:53.234Z | [ recovery-image] Aug 29 15:12:51.560 INFO O| Aug 29 15:12:51.560 INFO STEP 926 (remove_files) COMPLETE |
6819 | 2024-08-29T15:12:53.237Z | [ recovery-image] Aug 29 15:12:51.560 INFO O| Aug 29 15:12:51.560 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-08-29T15:12:53.295Z | [ recovery-image] Aug 29 15:12:51.621 INFO O| Aug 29 15:12:51.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6821 | 2024-08-29T15:12:53.295Z | [ recovery-image] Aug 29 15:12:51.621 INFO O| Aug 29 15:12:51.621 INFO STEP 927 (remove_files) COMPLETE |
6822 | 2024-08-29T15:12:53.295Z | [ recovery-image] Aug 29 15:12:51.621 INFO O| Aug 29 15:12:51.621 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-08-29T15:12:53.324Z | [ recovery-image] Aug 29 15:12:51.650 INFO O| Aug 29 15:12:51.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6824 | 2024-08-29T15:12:53.324Z | [ recovery-image] Aug 29 15:12:51.650 INFO O| Aug 29 15:12:51.650 INFO STEP 928 (remove_files) COMPLETE |
6825 | 2024-08-29T15:12:53.324Z | [ recovery-image] Aug 29 15:12:51.650 INFO O| Aug 29 15:12:51.650 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-08-29T15:12:53.342Z | [ recovery-image] Aug 29 15:12:51.668 INFO O| Aug 29 15:12:51.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6827 | 2024-08-29T15:12:53.342Z | [ recovery-image] Aug 29 15:12:51.668 INFO O| Aug 29 15:12:51.668 INFO STEP 929 (remove_files) COMPLETE |
6828 | 2024-08-29T15:12:53.342Z | [ recovery-image] Aug 29 15:12:51.668 INFO O| Aug 29 15:12:51.668 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-08-29T15:12:53.345Z | [ host-image] Aug 29 15:12:51.669 INFO O| Aug 29 15:12:51.669 INFO O| Actions: Completed 22 actions in 0.84 seconds. |
6830 | 2024-08-29T15:12:53.360Z | [ recovery-image] Aug 29 15:12:51.686 INFO O| Aug 29 15:12:51.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6831 | 2024-08-29T15:12:53.360Z | [ recovery-image] Aug 29 15:12:51.686 INFO O| Aug 29 15:12:51.686 INFO STEP 930 (remove_files) COMPLETE |
6832 | 2024-08-29T15:12:53.363Z | [ recovery-image] Aug 29 15:12:51.686 INFO O| Aug 29 15:12:51.686 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2024-08-29T15:12:53.397Z | [ recovery-image] Aug 29 15:12:51.723 INFO O| Aug 29 15:12:51.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6834 | 2024-08-29T15:12:53.397Z | [ recovery-image] Aug 29 15:12:51.723 INFO O| Aug 29 15:12:51.723 INFO STEP 931 (remove_files) COMPLETE |
6835 | 2024-08-29T15:12:53.397Z | [ recovery-image] Aug 29 15:12:51.723 INFO O| Aug 29 15:12:51.723 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2024-08-29T15:12:53.416Z | [ recovery-image] Aug 29 15:12:51.742 INFO O| Aug 29 15:12:51.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6837 | 2024-08-29T15:12:53.416Z | [ recovery-image] Aug 29 15:12:51.742 INFO O| Aug 29 15:12:51.742 INFO STEP 932 (remove_files) COMPLETE |
6838 | 2024-08-29T15:12:53.416Z | [ recovery-image] Aug 29 15:12:51.743 INFO O| Aug 29 15:12:51.742 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2024-08-29T15:12:53.435Z | [ recovery-image] Aug 29 15:12:51.762 INFO O| Aug 29 15:12:51.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6840 | 2024-08-29T15:12:53.435Z | [ recovery-image] Aug 29 15:12:51.762 INFO O| Aug 29 15:12:51.762 INFO STEP 933 (remove_files) COMPLETE |
6841 | 2024-08-29T15:12:53.436Z | [ recovery-image] Aug 29 15:12:51.762 INFO O| Aug 29 15:12:51.762 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2024-08-29T15:12:53.471Z | [ recovery-image] Aug 29 15:12:51.797 INFO O| Aug 29 15:12:51.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6843 | 2024-08-29T15:12:53.471Z | [ recovery-image] Aug 29 15:12:51.797 INFO O| Aug 29 15:12:51.797 INFO STEP 934 (remove_files) COMPLETE |
6844 | 2024-08-29T15:12:53.471Z | [ recovery-image] Aug 29 15:12:51.797 INFO O| Aug 29 15:12:51.797 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2024-08-29T15:12:53.491Z | [ recovery-image] Aug 29 15:12:51.816 INFO O| Aug 29 15:12:51.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6846 | 2024-08-29T15:12:53.491Z | [ recovery-image] Aug 29 15:12:51.817 INFO O| Aug 29 15:12:51.817 INFO STEP 935 (remove_files) COMPLETE |
6847 | 2024-08-29T15:12:53.491Z | [ recovery-image] Aug 29 15:12:51.817 INFO O| Aug 29 15:12:51.817 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2024-08-29T15:12:53.526Z | [ recovery-image] Aug 29 15:12:51.852 INFO O| Aug 29 15:12:51.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6849 | 2024-08-29T15:12:53.526Z | [ recovery-image] Aug 29 15:12:51.853 INFO O| Aug 29 15:12:51.853 INFO STEP 936 (remove_files) COMPLETE |
6850 | 2024-08-29T15:12:53.529Z | [ recovery-image] Aug 29 15:12:51.853 INFO O| Aug 29 15:12:51.853 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2024-08-29T15:12:53.544Z | [ recovery-image] Aug 29 15:12:51.870 INFO O| Aug 29 15:12:51.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6852 | 2024-08-29T15:12:53.545Z | [ recovery-image] Aug 29 15:12:51.871 INFO O| Aug 29 15:12:51.871 INFO STEP 937 (remove_files) COMPLETE |
6853 | 2024-08-29T15:12:53.547Z | [ recovery-image] Aug 29 15:12:51.871 INFO O| Aug 29 15:12:51.871 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2024-08-29T15:12:53.564Z | [ recovery-image] Aug 29 15:12:51.890 INFO O| Aug 29 15:12:51.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6855 | 2024-08-29T15:12:53.564Z | [ recovery-image] Aug 29 15:12:51.890 INFO O| Aug 29 15:12:51.890 INFO STEP 938 (remove_files) COMPLETE |
6856 | 2024-08-29T15:12:53.566Z | [ recovery-image] Aug 29 15:12:51.890 INFO O| Aug 29 15:12:51.890 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2024-08-29T15:12:53.582Z | [ recovery-image] Aug 29 15:12:51.907 INFO O| Aug 29 15:12:51.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6858 | 2024-08-29T15:12:53.582Z | [ recovery-image] Aug 29 15:12:51.908 INFO O| Aug 29 15:12:51.907 INFO STEP 939 (remove_files) COMPLETE |
6859 | 2024-08-29T15:12:53.585Z | [ recovery-image] Aug 29 15:12:51.908 INFO O| Aug 29 15:12:51.908 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2024-08-29T15:12:53.598Z | [ recovery-image] Aug 29 15:12:51.924 INFO O| Aug 29 15:12:51.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6861 | 2024-08-29T15:12:53.598Z | [ recovery-image] Aug 29 15:12:51.924 INFO O| Aug 29 15:12:51.924 INFO STEP 940 (remove_files) COMPLETE |
6862 | 2024-08-29T15:12:53.598Z | [ recovery-image] Aug 29 15:12:51.924 INFO O| Aug 29 15:12:51.924 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2024-08-29T15:12:53.661Z | [ recovery-image] Aug 29 15:12:51.987 INFO O| Aug 29 15:12:51.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6864 | 2024-08-29T15:12:53.661Z | [ recovery-image] Aug 29 15:12:51.987 INFO O| Aug 29 15:12:51.987 INFO STEP 941 (remove_files) COMPLETE |
6865 | 2024-08-29T15:12:53.664Z | [ recovery-image] Aug 29 15:12:51.987 INFO O| Aug 29 15:12:51.987 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2024-08-29T15:12:53.681Z | [ recovery-image] Aug 29 15:12:52.007 INFO O| Aug 29 15:12:52.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6867 | 2024-08-29T15:12:53.681Z | [ recovery-image] Aug 29 15:12:52.007 INFO O| Aug 29 15:12:52.007 INFO STEP 942 (remove_files) COMPLETE |
6868 | 2024-08-29T15:12:53.681Z | [ recovery-image] Aug 29 15:12:52.007 INFO O| Aug 29 15:12:52.007 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2024-08-29T15:12:53.710Z | [ recovery-image] Aug 29 15:12:52.036 INFO O| Aug 29 15:12:52.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6870 | 2024-08-29T15:12:53.710Z | [ recovery-image] Aug 29 15:12:52.036 INFO O| Aug 29 15:12:52.036 INFO STEP 943 (remove_files) COMPLETE |
6871 | 2024-08-29T15:12:53.710Z | [ recovery-image] Aug 29 15:12:52.036 INFO O| Aug 29 15:12:52.036 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2024-08-29T15:12:53.739Z | [ recovery-image] Aug 29 15:12:52.065 INFO O| Aug 29 15:12:52.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6873 | 2024-08-29T15:12:53.739Z | [ recovery-image] Aug 29 15:12:52.065 INFO O| Aug 29 15:12:52.065 INFO STEP 944 (remove_files) COMPLETE |
6874 | 2024-08-29T15:12:53.742Z | [ recovery-image] Aug 29 15:12:52.065 INFO O| Aug 29 15:12:52.065 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2024-08-29T15:12:53.775Z | [ recovery-image] Aug 29 15:12:52.101 INFO O| Aug 29 15:12:52.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6876 | 2024-08-29T15:12:53.777Z | [ recovery-image] Aug 29 15:12:52.101 INFO O| Aug 29 15:12:52.101 INFO STEP 945 (remove_files) COMPLETE |
6877 | 2024-08-29T15:12:53.777Z | [ recovery-image] Aug 29 15:12:52.101 INFO O| Aug 29 15:12:52.101 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-08-29T15:12:53.805Z | [ recovery-image] Aug 29 15:12:52.131 INFO O| Aug 29 15:12:52.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6879 | 2024-08-29T15:12:53.808Z | [ recovery-image] Aug 29 15:12:52.131 INFO O| Aug 29 15:12:52.131 INFO STEP 946 (remove_files) COMPLETE |
6880 | 2024-08-29T15:12:53.808Z | [ recovery-image] Aug 29 15:12:52.132 INFO O| Aug 29 15:12:52.131 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-08-29T15:12:53.808Z | [ host-image] Aug 29 15:12:52.133 INFO O| Aug 29 15:12:52.133 INFO O| Done |
6882 | 2024-08-29T15:12:53.808Z | [ host-image] Aug 29 15:12:52.133 INFO O| Aug 29 15:12:52.133 INFO O| Done |
6883 | 2024-08-29T15:12:53.832Z | [ recovery-image] Aug 29 15:12:52.152 INFO O| Aug 29 15:12:52.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6884 | 2024-08-29T15:12:53.832Z | [ recovery-image] Aug 29 15:12:52.152 INFO O| Aug 29 15:12:52.152 INFO STEP 947 (remove_files) COMPLETE |
6885 | 2024-08-29T15:12:53.832Z | [ recovery-image] Aug 29 15:12:52.152 INFO O| Aug 29 15:12:52.152 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-08-29T15:12:53.845Z | [ recovery-image] Aug 29 15:12:52.171 INFO O| Aug 29 15:12:52.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6887 | 2024-08-29T15:12:53.845Z | [ recovery-image] Aug 29 15:12:52.171 INFO O| Aug 29 15:12:52.171 INFO STEP 948 (remove_files) COMPLETE |
6888 | 2024-08-29T15:12:53.848Z | [ recovery-image] Aug 29 15:12:52.171 INFO O| Aug 29 15:12:52.171 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-08-29T15:12:53.862Z | [ recovery-image] Aug 29 15:12:52.188 INFO O| Aug 29 15:12:52.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6890 | 2024-08-29T15:12:53.862Z | [ recovery-image] Aug 29 15:12:52.188 INFO O| Aug 29 15:12:52.188 INFO STEP 949 (remove_files) COMPLETE |
6891 | 2024-08-29T15:12:53.862Z | [ recovery-image] Aug 29 15:12:52.188 INFO O| Aug 29 15:12:52.188 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-08-29T15:12:53.881Z | [ recovery-image] Aug 29 15:12:52.207 INFO O| Aug 29 15:12:52.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6893 | 2024-08-29T15:12:53.881Z | [ recovery-image] Aug 29 15:12:52.207 INFO O| Aug 29 15:12:52.207 INFO STEP 950 (remove_files) COMPLETE |
6894 | 2024-08-29T15:12:53.881Z | [ recovery-image] Aug 29 15:12:52.207 INFO O| Aug 29 15:12:52.207 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-08-29T15:12:53.899Z | [ recovery-image] Aug 29 15:12:52.225 INFO O| Aug 29 15:12:52.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6896 | 2024-08-29T15:12:53.899Z | [ recovery-image] Aug 29 15:12:52.225 INFO O| Aug 29 15:12:52.225 INFO STEP 951 (remove_files) COMPLETE |
6897 | 2024-08-29T15:12:53.899Z | [ recovery-image] Aug 29 15:12:52.225 INFO O| Aug 29 15:12:52.225 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-08-29T15:12:53.934Z | [ recovery-image] Aug 29 15:12:52.260 INFO O| Aug 29 15:12:52.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6899 | 2024-08-29T15:12:53.934Z | [ recovery-image] Aug 29 15:12:52.260 INFO O| Aug 29 15:12:52.260 INFO STEP 952 (remove_files) COMPLETE |
6900 | 2024-08-29T15:12:53.937Z | [ recovery-image] Aug 29 15:12:52.260 INFO O| Aug 29 15:12:52.260 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-08-29T15:12:53.960Z | [ recovery-image] Aug 29 15:12:52.286 INFO O| Aug 29 15:12:52.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6902 | 2024-08-29T15:12:53.960Z | [ recovery-image] Aug 29 15:12:52.286 INFO O| Aug 29 15:12:52.286 INFO STEP 953 (remove_files) COMPLETE |
6903 | 2024-08-29T15:12:53.963Z | [ recovery-image] Aug 29 15:12:52.286 INFO O| Aug 29 15:12:52.286 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-08-29T15:12:54.018Z | [ recovery-image] Aug 29 15:12:52.343 INFO O| Aug 29 15:12:52.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6905 | 2024-08-29T15:12:54.018Z | [ recovery-image] Aug 29 15:12:52.343 INFO O| Aug 29 15:12:52.343 INFO STEP 954 (remove_files) COMPLETE |
6906 | 2024-08-29T15:12:54.018Z | [ recovery-image] Aug 29 15:12:52.343 INFO O| Aug 29 15:12:52.343 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-08-29T15:12:54.039Z | [ recovery-image] Aug 29 15:12:52.365 INFO O| Aug 29 15:12:52.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6908 | 2024-08-29T15:12:54.039Z | [ recovery-image] Aug 29 15:12:52.365 INFO O| Aug 29 15:12:52.365 INFO STEP 955 (remove_files) COMPLETE |
6909 | 2024-08-29T15:12:54.042Z | [ recovery-image] Aug 29 15:12:52.365 INFO O| Aug 29 15:12:52.365 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-08-29T15:12:54.074Z | [ recovery-image] Aug 29 15:12:52.400 INFO O| Aug 29 15:12:52.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6911 | 2024-08-29T15:12:54.076Z | [ recovery-image] Aug 29 15:12:52.400 INFO O| Aug 29 15:12:52.400 INFO STEP 956 (remove_files) COMPLETE |
6912 | 2024-08-29T15:12:54.076Z | [ recovery-image] Aug 29 15:12:52.400 INFO O| Aug 29 15:12:52.400 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-08-29T15:12:54.101Z | [ recovery-image] Aug 29 15:12:52.427 INFO O| Aug 29 15:12:52.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6914 | 2024-08-29T15:12:54.101Z | [ recovery-image] Aug 29 15:12:52.427 INFO O| Aug 29 15:12:52.427 INFO STEP 957 (remove_files) COMPLETE |
6915 | 2024-08-29T15:12:54.104Z | [ recovery-image] Aug 29 15:12:52.427 INFO O| Aug 29 15:12:52.427 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-08-29T15:12:54.122Z | [ recovery-image] Aug 29 15:12:52.448 INFO O| Aug 29 15:12:52.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6917 | 2024-08-29T15:12:54.122Z | [ recovery-image] Aug 29 15:12:52.448 INFO O| Aug 29 15:12:52.448 INFO STEP 958 (remove_files) COMPLETE |
6918 | 2024-08-29T15:12:54.125Z | [ recovery-image] Aug 29 15:12:52.448 INFO O| Aug 29 15:12:52.448 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-08-29T15:12:54.139Z | [ recovery-image] Aug 29 15:12:52.465 INFO O| Aug 29 15:12:52.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6920 | 2024-08-29T15:12:54.139Z | [ recovery-image] Aug 29 15:12:52.465 INFO O| Aug 29 15:12:52.465 INFO STEP 959 (remove_files) COMPLETE |
6921 | 2024-08-29T15:12:54.142Z | [ recovery-image] Aug 29 15:12:52.465 INFO O| Aug 29 15:12:52.465 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-08-29T15:12:54.156Z | [ recovery-image] Aug 29 15:12:52.481 INFO O| Aug 29 15:12:52.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6923 | 2024-08-29T15:12:54.156Z | [ recovery-image] Aug 29 15:12:52.481 INFO O| Aug 29 15:12:52.481 INFO STEP 960 (remove_files) COMPLETE |
6924 | 2024-08-29T15:12:54.156Z | [ recovery-image] Aug 29 15:12:52.481 INFO O| Aug 29 15:12:52.481 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-08-29T15:12:54.172Z | [ recovery-image] Aug 29 15:12:52.498 INFO O| Aug 29 15:12:52.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6926 | 2024-08-29T15:12:54.172Z | [ recovery-image] Aug 29 15:12:52.498 INFO O| Aug 29 15:12:52.498 INFO STEP 961 (remove_files) COMPLETE |
6927 | 2024-08-29T15:12:54.175Z | [ recovery-image] Aug 29 15:12:52.498 INFO O| Aug 29 15:12:52.498 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-08-29T15:12:54.207Z | [ recovery-image] Aug 29 15:12:52.532 INFO O| Aug 29 15:12:52.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6929 | 2024-08-29T15:12:54.207Z | [ recovery-image] Aug 29 15:12:52.532 INFO O| Aug 29 15:12:52.532 INFO STEP 962 (remove_files) COMPLETE |
6930 | 2024-08-29T15:12:54.207Z | [ recovery-image] Aug 29 15:12:52.532 INFO O| Aug 29 15:12:52.532 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-08-29T15:12:54.266Z | [ recovery-image] Aug 29 15:12:52.591 INFO O| Aug 29 15:12:52.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6932 | 2024-08-29T15:12:54.266Z | [ recovery-image] Aug 29 15:12:52.591 INFO O| Aug 29 15:12:52.591 INFO STEP 963 (remove_files) COMPLETE |
6933 | 2024-08-29T15:12:54.266Z | [ recovery-image] Aug 29 15:12:52.591 INFO O| Aug 29 15:12:52.591 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-08-29T15:12:54.302Z | [ recovery-image] Aug 29 15:12:52.628 INFO O| Aug 29 15:12:52.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6935 | 2024-08-29T15:12:54.305Z | [ recovery-image] Aug 29 15:12:52.628 INFO O| Aug 29 15:12:52.628 INFO STEP 964 (remove_files) COMPLETE |
6936 | 2024-08-29T15:12:54.305Z | [ recovery-image] Aug 29 15:12:52.628 INFO O| Aug 29 15:12:52.628 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-08-29T15:12:54.322Z | [ recovery-image] Aug 29 15:12:52.648 INFO O| Aug 29 15:12:52.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6938 | 2024-08-29T15:12:54.342Z | [ recovery-image] Aug 29 15:12:52.668 INFO O| Aug 29 15:12:52.668 INFO STEP 965 (remove_files) COMPLETE |
6939 | 2024-08-29T15:12:54.342Z | [ recovery-image] Aug 29 15:12:52.668 INFO O| Aug 29 15:12:52.668 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-08-29T15:12:54.381Z | [ recovery-image] Aug 29 15:12:52.706 INFO O| Aug 29 15:12:52.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6941 | 2024-08-29T15:12:54.384Z | [ recovery-image] Aug 29 15:12:52.707 INFO O| Aug 29 15:12:52.707 INFO STEP 966 (remove_files) COMPLETE |
6942 | 2024-08-29T15:12:54.384Z | [ recovery-image] Aug 29 15:12:52.707 INFO O| Aug 29 15:12:52.707 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-08-29T15:12:54.404Z | [ recovery-image] Aug 29 15:12:52.730 INFO O| Aug 29 15:12:52.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6944 | 2024-08-29T15:12:54.404Z | [ recovery-image] Aug 29 15:12:52.730 INFO O| Aug 29 15:12:52.730 INFO STEP 967 (remove_files) COMPLETE |
6945 | 2024-08-29T15:12:54.407Z | [ recovery-image] Aug 29 15:12:52.730 INFO O| Aug 29 15:12:52.730 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-08-29T15:12:54.462Z | [ recovery-image] Aug 29 15:12:52.788 INFO O| Aug 29 15:12:52.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6947 | 2024-08-29T15:12:54.462Z | [ recovery-image] Aug 29 15:12:52.788 INFO O| Aug 29 15:12:52.788 INFO STEP 968 (remove_files) COMPLETE |
6948 | 2024-08-29T15:12:54.465Z | [ recovery-image] Aug 29 15:12:52.788 INFO O| Aug 29 15:12:52.788 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-08-29T15:12:54.480Z | [ recovery-image] Aug 29 15:12:52.806 INFO O| Aug 29 15:12:52.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6950 | 2024-08-29T15:12:54.480Z | [ recovery-image] Aug 29 15:12:52.806 INFO O| Aug 29 15:12:52.806 INFO STEP 969 (remove_files) COMPLETE |
6951 | 2024-08-29T15:12:54.483Z | [ recovery-image] Aug 29 15:12:52.806 INFO O| Aug 29 15:12:52.806 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-08-29T15:12:54.499Z | [ recovery-image] Aug 29 15:12:52.824 INFO O| Aug 29 15:12:52.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6953 | 2024-08-29T15:12:54.499Z | [ recovery-image] Aug 29 15:12:52.824 INFO O| Aug 29 15:12:52.824 INFO STEP 970 (remove_files) COMPLETE |
6954 | 2024-08-29T15:12:54.502Z | [ recovery-image] Aug 29 15:12:52.825 INFO O| Aug 29 15:12:52.825 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-08-29T15:12:54.517Z | [ recovery-image] Aug 29 15:12:52.843 INFO O| Aug 29 15:12:52.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6956 | 2024-08-29T15:12:54.520Z | [ recovery-image] Aug 29 15:12:52.843 INFO O| Aug 29 15:12:52.843 INFO STEP 971 (remove_files) COMPLETE |
6957 | 2024-08-29T15:12:54.520Z | [ recovery-image] Aug 29 15:12:52.843 INFO O| Aug 29 15:12:52.843 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-08-29T15:12:54.535Z | [ recovery-image] Aug 29 15:12:52.861 INFO O| Aug 29 15:12:52.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6959 | 2024-08-29T15:12:54.538Z | [ recovery-image] Aug 29 15:12:52.861 INFO O| Aug 29 15:12:52.861 INFO STEP 972 (remove_files) COMPLETE |
6960 | 2024-08-29T15:12:54.538Z | [ recovery-image] Aug 29 15:12:52.861 INFO O| Aug 29 15:12:52.861 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-08-29T15:12:54.553Z | [ recovery-image] Aug 29 15:12:52.879 INFO O| Aug 29 15:12:52.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6962 | 2024-08-29T15:12:54.556Z | [ recovery-image] Aug 29 15:12:52.879 INFO O| Aug 29 15:12:52.879 INFO STEP 973 (remove_files) COMPLETE |
6963 | 2024-08-29T15:12:54.556Z | [ recovery-image] Aug 29 15:12:52.879 INFO O| Aug 29 15:12:52.879 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-08-29T15:12:54.590Z | [ recovery-image] Aug 29 15:12:52.915 INFO O| Aug 29 15:12:52.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6965 | 2024-08-29T15:12:54.590Z | [ recovery-image] Aug 29 15:12:52.915 INFO O| Aug 29 15:12:52.915 INFO STEP 974 (remove_files) COMPLETE |
6966 | 2024-08-29T15:12:54.592Z | [ recovery-image] Aug 29 15:12:52.915 INFO O| Aug 29 15:12:52.915 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-08-29T15:12:54.619Z | [ recovery-image] Aug 29 15:12:52.944 INFO O| Aug 29 15:12:52.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6968 | 2024-08-29T15:12:54.619Z | [ recovery-image] Aug 29 15:12:52.944 INFO O| Aug 29 15:12:52.944 INFO STEP 975 (remove_files) COMPLETE |
6969 | 2024-08-29T15:12:54.619Z | [ recovery-image] Aug 29 15:12:52.944 INFO O| Aug 29 15:12:52.944 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-08-29T15:12:54.652Z | [ host-image] Aug 29 15:12:52.977 INFO O| Aug 29 15:12:52.977 INFO O| Done |
6971 | 2024-08-29T15:12:54.681Z | [ recovery-image] Aug 29 15:12:53.007 INFO O| Aug 29 15:12:53.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6972 | 2024-08-29T15:12:54.681Z | [ recovery-image] Aug 29 15:12:53.007 INFO O| Aug 29 15:12:53.007 INFO STEP 976 (remove_files) COMPLETE |
6973 | 2024-08-29T15:12:54.684Z | [ recovery-image] Aug 29 15:12:53.007 INFO O| Aug 29 15:12:53.007 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-08-29T15:12:54.709Z | [ recovery-image] Aug 29 15:12:53.034 INFO O| Aug 29 15:12:53.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6975 | 2024-08-29T15:12:54.709Z | [ recovery-image] Aug 29 15:12:53.034 INFO O| Aug 29 15:12:53.034 INFO STEP 977 (remove_files) COMPLETE |
6976 | 2024-08-29T15:12:54.709Z | [ recovery-image] Aug 29 15:12:53.035 INFO O| Aug 29 15:12:53.034 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-08-29T15:12:54.738Z | [ recovery-image] Aug 29 15:12:53.063 INFO O| Aug 29 15:12:53.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6978 | 2024-08-29T15:12:54.738Z | [ recovery-image] Aug 29 15:12:53.063 INFO O| Aug 29 15:12:53.063 INFO STEP 978 (remove_files) COMPLETE |
6979 | 2024-08-29T15:12:54.738Z | [ recovery-image] Aug 29 15:12:53.063 INFO O| Aug 29 15:12:53.063 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-08-29T15:12:54.768Z | [ recovery-image] Aug 29 15:12:53.094 INFO O| Aug 29 15:12:53.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6981 | 2024-08-29T15:12:54.768Z | [ recovery-image] Aug 29 15:12:53.094 INFO O| Aug 29 15:12:53.094 INFO STEP 979 (remove_files) COMPLETE |
6982 | 2024-08-29T15:12:54.769Z | [ recovery-image] Aug 29 15:12:53.094 INFO O| Aug 29 15:12:53.094 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-08-29T15:12:54.786Z | [ recovery-image] Aug 29 15:12:53.111 INFO O| Aug 29 15:12:53.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6984 | 2024-08-29T15:12:54.786Z | [ recovery-image] Aug 29 15:12:53.112 INFO O| Aug 29 15:12:53.112 INFO STEP 980 (remove_files) COMPLETE |
6985 | 2024-08-29T15:12:54.786Z | [ recovery-image] Aug 29 15:12:53.112 INFO O| Aug 29 15:12:53.112 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-08-29T15:12:54.803Z | [ recovery-image] Aug 29 15:12:53.129 INFO O| Aug 29 15:12:53.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6987 | 2024-08-29T15:12:54.803Z | [ recovery-image] Aug 29 15:12:53.129 INFO O| Aug 29 15:12:53.129 INFO STEP 981 (remove_files) COMPLETE |
6988 | 2024-08-29T15:12:54.806Z | [ recovery-image] Aug 29 15:12:53.129 INFO O| Aug 29 15:12:53.129 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-08-29T15:12:54.821Z | [ recovery-image] Aug 29 15:12:53.146 INFO O| Aug 29 15:12:53.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6990 | 2024-08-29T15:12:54.821Z | [ recovery-image] Aug 29 15:12:53.147 INFO O| Aug 29 15:12:53.146 INFO STEP 982 (remove_files) COMPLETE |
6991 | 2024-08-29T15:12:54.821Z | [ recovery-image] Aug 29 15:12:53.147 INFO O| Aug 29 15:12:53.146 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-08-29T15:12:54.838Z | [ recovery-image] Aug 29 15:12:53.164 INFO O| Aug 29 15:12:53.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6993 | 2024-08-29T15:12:54.838Z | [ recovery-image] Aug 29 15:12:53.164 INFO O| Aug 29 15:12:53.164 INFO STEP 983 (remove_files) COMPLETE |
6994 | 2024-08-29T15:12:54.838Z | [ recovery-image] Aug 29 15:12:53.164 INFO O| Aug 29 15:12:53.164 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-08-29T15:12:54.866Z | [ recovery-image] Aug 29 15:12:53.191 INFO O| Aug 29 15:12:53.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6996 | 2024-08-29T15:12:54.866Z | [ recovery-image] Aug 29 15:12:53.191 INFO O| Aug 29 15:12:53.191 INFO STEP 984 (remove_files) COMPLETE |
6997 | 2024-08-29T15:12:54.866Z | [ recovery-image] Aug 29 15:12:53.191 INFO O| Aug 29 15:12:53.191 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-08-29T15:12:54.912Z | [ recovery-image] Aug 29 15:12:53.238 INFO O| Aug 29 15:12:53.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6999 | 2024-08-29T15:12:54.915Z | [ recovery-image] Aug 29 15:12:53.238 INFO O| Aug 29 15:12:53.238 INFO STEP 985 (remove_files) COMPLETE |
7000 | 2024-08-29T15:12:54.915Z | [ recovery-image] Aug 29 15:12:53.239 INFO O| Aug 29 15:12:53.238 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-08-29T15:12:54.954Z | [ recovery-image] Aug 29 15:12:53.279 INFO O| Aug 29 15:12:53.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7002 | 2024-08-29T15:12:54.956Z | [ recovery-image] Aug 29 15:12:53.280 INFO O| Aug 29 15:12:53.280 INFO STEP 986 (remove_files) COMPLETE |
7003 | 2024-08-29T15:12:54.957Z | [ recovery-image] Aug 29 15:12:53.280 INFO O| Aug 29 15:12:53.280 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-08-29T15:12:54.973Z | [ recovery-image] Aug 29 15:12:53.299 INFO O| Aug 29 15:12:53.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7005 | 2024-08-29T15:12:54.976Z | [ recovery-image] Aug 29 15:12:53.299 INFO O| Aug 29 15:12:53.299 INFO STEP 987 (remove_files) COMPLETE |
7006 | 2024-08-29T15:12:54.976Z | [ recovery-image] Aug 29 15:12:53.300 INFO O| Aug 29 15:12:53.299 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-08-29T15:12:55.016Z | [ recovery-image] Aug 29 15:12:53.342 INFO O| Aug 29 15:12:53.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7008 | 2024-08-29T15:12:55.017Z | [ recovery-image] Aug 29 15:12:53.342 INFO O| Aug 29 15:12:53.342 INFO STEP 988 (remove_files) COMPLETE |
7009 | 2024-08-29T15:12:55.017Z | [ recovery-image] Aug 29 15:12:53.342 INFO O| Aug 29 15:12:53.342 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-08-29T15:12:55.076Z | [ recovery-image] Aug 29 15:12:53.402 INFO O| Aug 29 15:12:53.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7011 | 2024-08-29T15:12:55.076Z | [ recovery-image] Aug 29 15:12:53.402 INFO O| Aug 29 15:12:53.402 INFO STEP 989 (remove_files) COMPLETE |
7012 | 2024-08-29T15:12:55.079Z | [ recovery-image] Aug 29 15:12:53.402 INFO O| Aug 29 15:12:53.402 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-08-29T15:12:55.111Z | [ recovery-image] Aug 29 15:12:53.436 INFO O| Aug 29 15:12:53.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7014 | 2024-08-29T15:12:55.111Z | [ recovery-image] Aug 29 15:12:53.436 INFO O| Aug 29 15:12:53.436 INFO STEP 990 (remove_files) COMPLETE |
7015 | 2024-08-29T15:12:55.114Z | [ recovery-image] Aug 29 15:12:53.436 INFO O| Aug 29 15:12:53.436 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-08-29T15:12:55.162Z | [ recovery-image] Aug 29 15:12:53.488 INFO O| Aug 29 15:12:53.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7017 | 2024-08-29T15:12:55.162Z | [ recovery-image] Aug 29 15:12:53.488 INFO O| Aug 29 15:12:53.488 INFO STEP 991 (remove_files) COMPLETE |
7018 | 2024-08-29T15:12:55.165Z | [ recovery-image] Aug 29 15:12:53.488 INFO O| Aug 29 15:12:53.488 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-08-29T15:12:55.180Z | [ recovery-image] Aug 29 15:12:53.505 INFO O| Aug 29 15:12:53.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7020 | 2024-08-29T15:12:55.180Z | [ recovery-image] Aug 29 15:12:53.505 INFO O| Aug 29 15:12:53.505 INFO STEP 992 (remove_files) COMPLETE |
7021 | 2024-08-29T15:12:55.182Z | [ recovery-image] Aug 29 15:12:53.505 INFO O| Aug 29 15:12:53.505 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-08-29T15:12:55.215Z | [ recovery-image] Aug 29 15:12:53.540 INFO O| Aug 29 15:12:53.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7023 | 2024-08-29T15:12:55.215Z | [ recovery-image] Aug 29 15:12:53.540 INFO O| Aug 29 15:12:53.540 INFO STEP 993 (remove_files) COMPLETE |
7024 | 2024-08-29T15:12:55.217Z | [ recovery-image] Aug 29 15:12:53.540 INFO O| Aug 29 15:12:53.540 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-08-29T15:12:55.255Z | [ recovery-image] Aug 29 15:12:53.581 INFO O| Aug 29 15:12:53.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7026 | 2024-08-29T15:12:55.256Z | [ recovery-image] Aug 29 15:12:53.581 INFO O| Aug 29 15:12:53.581 INFO STEP 994 (remove_files) COMPLETE |
7027 | 2024-08-29T15:12:55.258Z | [ recovery-image] Aug 29 15:12:53.581 INFO O| Aug 29 15:12:53.581 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-08-29T15:12:55.318Z | [ recovery-image] Aug 29 15:12:53.644 INFO O| Aug 29 15:12:53.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7029 | 2024-08-29T15:12:55.318Z | [ recovery-image] Aug 29 15:12:53.644 INFO O| Aug 29 15:12:53.644 INFO STEP 995 (remove_files) COMPLETE |
7030 | 2024-08-29T15:12:55.318Z | [ recovery-image] Aug 29 15:12:53.644 INFO O| Aug 29 15:12:53.644 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-08-29T15:12:55.337Z | [ recovery-image] Aug 29 15:12:53.663 INFO O| Aug 29 15:12:53.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7032 | 2024-08-29T15:12:55.337Z | [ recovery-image] Aug 29 15:12:53.663 INFO O| Aug 29 15:12:53.663 INFO STEP 996 (remove_files) COMPLETE |
7033 | 2024-08-29T15:12:55.337Z | [ recovery-image] Aug 29 15:12:53.663 INFO O| Aug 29 15:12:53.663 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-08-29T15:12:55.354Z | [ recovery-image] Aug 29 15:12:53.679 INFO O| Aug 29 15:12:53.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7035 | 2024-08-29T15:12:55.356Z | [ recovery-image] Aug 29 15:12:53.679 INFO O| Aug 29 15:12:53.679 INFO STEP 997 (remove_files) COMPLETE |
7036 | 2024-08-29T15:12:55.356Z | [ recovery-image] Aug 29 15:12:53.679 INFO O| Aug 29 15:12:53.679 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-08-29T15:12:55.371Z | [ recovery-image] Aug 29 15:12:53.696 INFO O| Aug 29 15:12:53.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7038 | 2024-08-29T15:12:55.372Z | [ recovery-image] Aug 29 15:12:53.696 INFO O| Aug 29 15:12:53.696 INFO STEP 998 (remove_files) COMPLETE |
7039 | 2024-08-29T15:12:55.375Z | [ recovery-image] Aug 29 15:12:53.696 INFO O| Aug 29 15:12:53.696 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-08-29T15:12:55.387Z | [ recovery-image] Aug 29 15:12:53.712 INFO O| Aug 29 15:12:53.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7041 | 2024-08-29T15:12:55.387Z | [ recovery-image] Aug 29 15:12:53.712 INFO O| Aug 29 15:12:53.712 INFO STEP 999 (remove_files) COMPLETE |
7042 | 2024-08-29T15:12:55.387Z | [ recovery-image] Aug 29 15:12:53.712 INFO O| Aug 29 15:12:53.712 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-08-29T15:12:55.404Z | [ recovery-image] Aug 29 15:12:53.730 INFO O| Aug 29 15:12:53.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7044 | 2024-08-29T15:12:55.404Z | [ recovery-image] Aug 29 15:12:53.730 INFO O| Aug 29 15:12:53.730 INFO STEP 1000 (remove_files) COMPLETE |
7045 | 2024-08-29T15:12:55.404Z | [ recovery-image] Aug 29 15:12:53.730 INFO O| Aug 29 15:12:53.730 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-08-29T15:12:55.438Z | [ recovery-image] Aug 29 15:12:53.764 INFO O| Aug 29 15:12:53.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7047 | 2024-08-29T15:12:55.438Z | [ recovery-image] Aug 29 15:12:53.764 INFO O| Aug 29 15:12:53.764 INFO STEP 1001 (remove_files) COMPLETE |
7048 | 2024-08-29T15:12:55.441Z | [ recovery-image] Aug 29 15:12:53.764 INFO O| Aug 29 15:12:53.764 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-08-29T15:12:55.477Z | [ recovery-image] Aug 29 15:12:53.803 INFO O| Aug 29 15:12:53.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7050 | 2024-08-29T15:12:55.477Z | [ recovery-image] Aug 29 15:12:53.803 INFO O| Aug 29 15:12:53.803 INFO STEP 1002 (remove_files) COMPLETE |
7051 | 2024-08-29T15:12:55.480Z | [ recovery-image] Aug 29 15:12:53.803 INFO O| Aug 29 15:12:53.803 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-08-29T15:12:55.496Z | [ recovery-image] Aug 29 15:12:53.820 INFO O| Aug 29 15:12:53.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7053 | 2024-08-29T15:12:55.496Z | [ recovery-image] Aug 29 15:12:53.820 INFO O| Aug 29 15:12:53.820 INFO STEP 1003 (remove_files) COMPLETE |
7054 | 2024-08-29T15:12:55.496Z | [ recovery-image] Aug 29 15:12:53.821 INFO O| Aug 29 15:12:53.820 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-08-29T15:12:55.530Z | [ recovery-image] Aug 29 15:12:53.854 INFO O| Aug 29 15:12:53.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7056 | 2024-08-29T15:12:55.530Z | [ recovery-image] Aug 29 15:12:53.854 INFO O| Aug 29 15:12:53.854 INFO STEP 1004 (remove_files) COMPLETE |
7057 | 2024-08-29T15:12:55.530Z | [ recovery-image] Aug 29 15:12:53.854 INFO O| Aug 29 15:12:53.854 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-08-29T15:12:55.582Z | [ recovery-image] Aug 29 15:12:53.906 INFO O| Aug 29 15:12:53.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7059 | 2024-08-29T15:12:55.582Z | [ recovery-image] Aug 29 15:12:53.907 INFO O| Aug 29 15:12:53.906 INFO STEP 1005 (remove_files) COMPLETE |
7060 | 2024-08-29T15:12:55.582Z | [ recovery-image] Aug 29 15:12:53.907 INFO O| Aug 29 15:12:53.907 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-08-29T15:12:55.600Z | [ recovery-image] Aug 29 15:12:53.925 INFO O| Aug 29 15:12:53.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7062 | 2024-08-29T15:12:55.600Z | [ recovery-image] Aug 29 15:12:53.925 INFO O| Aug 29 15:12:53.925 INFO STEP 1006 (remove_files) COMPLETE |
7063 | 2024-08-29T15:12:55.600Z | [ recovery-image] Aug 29 15:12:53.925 INFO O| Aug 29 15:12:53.925 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-08-29T15:12:55.618Z | [ recovery-image] Aug 29 15:12:53.943 INFO O| Aug 29 15:12:53.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7065 | 2024-08-29T15:12:55.618Z | [ recovery-image] Aug 29 15:12:53.943 INFO O| Aug 29 15:12:53.943 INFO STEP 1007 (remove_files) COMPLETE |
7066 | 2024-08-29T15:12:55.620Z | [ recovery-image] Aug 29 15:12:53.943 INFO O| Aug 29 15:12:53.943 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-08-29T15:12:55.657Z | [ recovery-image] Aug 29 15:12:53.982 INFO O| Aug 29 15:12:53.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7068 | 2024-08-29T15:12:55.660Z | [ recovery-image] Aug 29 15:12:53.982 INFO O| Aug 29 15:12:53.982 INFO STEP 1008 (remove_files) COMPLETE |
7069 | 2024-08-29T15:12:55.660Z | [ recovery-image] Aug 29 15:12:53.982 INFO O| Aug 29 15:12:53.982 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-08-29T15:12:55.707Z | [ recovery-image] Aug 29 15:12:54.032 INFO O| Aug 29 15:12:54.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7071 | 2024-08-29T15:12:55.707Z | [ recovery-image] Aug 29 15:12:54.033 INFO O| Aug 29 15:12:54.032 INFO STEP 1009 (remove_files) COMPLETE |
7072 | 2024-08-29T15:12:55.707Z | [ recovery-image] Aug 29 15:12:54.033 INFO O| Aug 29 15:12:54.033 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-08-29T15:12:55.724Z | [ recovery-image] Aug 29 15:12:54.050 INFO O| Aug 29 15:12:54.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7074 | 2024-08-29T15:12:55.727Z | [ recovery-image] Aug 29 15:12:54.050 INFO O| Aug 29 15:12:54.050 INFO STEP 1010 (remove_files) COMPLETE |
7075 | 2024-08-29T15:12:55.727Z | [ recovery-image] Aug 29 15:12:54.050 INFO O| Aug 29 15:12:54.050 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-08-29T15:12:55.762Z | [ recovery-image] Aug 29 15:12:54.087 INFO O| Aug 29 15:12:54.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7077 | 2024-08-29T15:12:55.767Z | [ recovery-image] Aug 29 15:12:54.088 INFO O| Aug 29 15:12:54.087 INFO STEP 1011 (remove_files) COMPLETE |
7078 | 2024-08-29T15:12:55.767Z | [ recovery-image] Aug 29 15:12:54.088 INFO O| Aug 29 15:12:54.088 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-08-29T15:12:55.790Z | [ recovery-image] Aug 29 15:12:54.115 INFO O| Aug 29 15:12:54.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7080 | 2024-08-29T15:12:55.790Z | [ recovery-image] Aug 29 15:12:54.115 INFO O| Aug 29 15:12:54.115 INFO STEP 1012 (remove_files) COMPLETE |
7081 | 2024-08-29T15:12:55.793Z | [ recovery-image] Aug 29 15:12:54.115 INFO O| Aug 29 15:12:54.115 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-08-29T15:12:55.846Z | [ recovery-image] Aug 29 15:12:54.171 INFO O| Aug 29 15:12:54.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7083 | 2024-08-29T15:12:55.846Z | [ recovery-image] Aug 29 15:12:54.171 INFO O| Aug 29 15:12:54.171 INFO STEP 1013 (remove_files) COMPLETE |
7084 | 2024-08-29T15:12:55.848Z | [ recovery-image] Aug 29 15:12:54.171 INFO O| Aug 29 15:12:54.171 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-08-29T15:12:55.906Z | [ recovery-image] Aug 29 15:12:54.231 INFO O| Aug 29 15:12:54.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7086 | 2024-08-29T15:12:55.906Z | [ recovery-image] Aug 29 15:12:54.232 INFO O| Aug 29 15:12:54.232 INFO STEP 1014 (remove_files) COMPLETE |
7087 | 2024-08-29T15:12:55.909Z | [ recovery-image] Aug 29 15:12:54.232 INFO O| Aug 29 15:12:54.232 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-08-29T15:12:55.925Z | [ recovery-image] Aug 29 15:12:54.250 INFO O| Aug 29 15:12:54.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7089 | 2024-08-29T15:12:55.925Z | [ recovery-image] Aug 29 15:12:54.250 INFO O| Aug 29 15:12:54.250 INFO STEP 1015 (remove_files) COMPLETE |
7090 | 2024-08-29T15:12:55.927Z | [ recovery-image] Aug 29 15:12:54.250 INFO O| Aug 29 15:12:54.250 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-08-29T15:12:55.962Z | [ recovery-image] Aug 29 15:12:54.286 INFO O| Aug 29 15:12:54.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7092 | 2024-08-29T15:12:55.962Z | [ recovery-image] Aug 29 15:12:54.287 INFO O| Aug 29 15:12:54.287 INFO STEP 1016 (remove_files) COMPLETE |
7093 | 2024-08-29T15:12:55.962Z | [ recovery-image] Aug 29 15:12:54.287 INFO O| Aug 29 15:12:54.287 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-08-29T15:12:55.985Z | [ recovery-image] Aug 29 15:12:54.310 INFO O| Aug 29 15:12:54.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7095 | 2024-08-29T15:12:55.987Z | [ recovery-image] Aug 29 15:12:54.310 INFO O| Aug 29 15:12:54.310 INFO STEP 1017 (remove_files) COMPLETE |
7096 | 2024-08-29T15:12:55.987Z | [ recovery-image] Aug 29 15:12:54.311 INFO O| Aug 29 15:12:54.310 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-08-29T15:12:56.003Z | [ recovery-image] Aug 29 15:12:54.328 INFO O| Aug 29 15:12:54.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7098 | 2024-08-29T15:12:56.005Z | [ recovery-image] Aug 29 15:12:54.328 INFO O| Aug 29 15:12:54.328 INFO STEP 1018 (remove_files) COMPLETE |
7099 | 2024-08-29T15:12:56.005Z | [ recovery-image] Aug 29 15:12:54.328 INFO O| Aug 29 15:12:54.328 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-08-29T15:12:56.033Z | [ recovery-image] Aug 29 15:12:54.358 INFO O| Aug 29 15:12:54.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7101 | 2024-08-29T15:12:56.035Z | [ recovery-image] Aug 29 15:12:54.358 INFO O| Aug 29 15:12:54.358 INFO STEP 1019 (remove_files) COMPLETE |
7102 | 2024-08-29T15:12:56.035Z | [ recovery-image] Aug 29 15:12:54.358 INFO O| Aug 29 15:12:54.358 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-08-29T15:12:56.107Z | [ recovery-image] Aug 29 15:12:54.432 INFO O| Aug 29 15:12:54.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7104 | 2024-08-29T15:12:56.110Z | [ recovery-image] Aug 29 15:12:54.433 INFO O| Aug 29 15:12:54.432 INFO STEP 1020 (remove_files) COMPLETE |
7105 | 2024-08-29T15:12:56.110Z | [ recovery-image] Aug 29 15:12:54.433 INFO O| Aug 29 15:12:54.433 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-08-29T15:12:56.143Z | [ recovery-image] Aug 29 15:12:54.468 INFO O| Aug 29 15:12:54.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7107 | 2024-08-29T15:12:56.143Z | [ recovery-image] Aug 29 15:12:54.468 INFO O| Aug 29 15:12:54.468 INFO STEP 1021 (remove_files) COMPLETE |
7108 | 2024-08-29T15:12:56.145Z | [ recovery-image] Aug 29 15:12:54.468 INFO O| Aug 29 15:12:54.468 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-08-29T15:12:56.161Z | [ recovery-image] Aug 29 15:12:54.486 INFO O| Aug 29 15:12:54.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7110 | 2024-08-29T15:12:56.161Z | [ recovery-image] Aug 29 15:12:54.487 INFO O| Aug 29 15:12:54.487 INFO STEP 1022 (remove_files) COMPLETE |
7111 | 2024-08-29T15:12:56.161Z | [ recovery-image] Aug 29 15:12:54.487 INFO O| Aug 29 15:12:54.487 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-08-29T15:12:56.178Z | [ recovery-image] Aug 29 15:12:54.503 INFO O| Aug 29 15:12:54.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7113 | 2024-08-29T15:12:56.178Z | [ recovery-image] Aug 29 15:12:54.503 INFO O| Aug 29 15:12:54.503 INFO STEP 1023 (remove_files) COMPLETE |
7114 | 2024-08-29T15:12:56.180Z | [ recovery-image] Aug 29 15:12:54.503 INFO O| Aug 29 15:12:54.503 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-08-29T15:12:56.218Z | [ recovery-image] Aug 29 15:12:54.543 INFO O| Aug 29 15:12:54.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7116 | 2024-08-29T15:12:56.218Z | [ recovery-image] Aug 29 15:12:54.543 INFO O| Aug 29 15:12:54.543 INFO STEP 1024 (remove_files) COMPLETE |
7117 | 2024-08-29T15:12:56.218Z | [ recovery-image] Aug 29 15:12:54.543 INFO O| Aug 29 15:12:54.543 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-08-29T15:12:56.260Z | [ recovery-image] Aug 29 15:12:54.585 INFO O| Aug 29 15:12:54.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7119 | 2024-08-29T15:12:56.263Z | [ recovery-image] Aug 29 15:12:54.585 INFO O| Aug 29 15:12:54.585 INFO STEP 1025 (remove_files) COMPLETE |
7120 | 2024-08-29T15:12:56.263Z | [ recovery-image] Aug 29 15:12:54.585 INFO O| Aug 29 15:12:54.585 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-08-29T15:12:56.277Z | [ recovery-image] Aug 29 15:12:54.603 INFO O| Aug 29 15:12:54.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7122 | 2024-08-29T15:12:56.280Z | [ recovery-image] Aug 29 15:12:54.603 INFO O| Aug 29 15:12:54.603 INFO STEP 1026 (remove_files) COMPLETE |
7123 | 2024-08-29T15:12:56.280Z | [ recovery-image] Aug 29 15:12:54.603 INFO O| Aug 29 15:12:54.603 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-08-29T15:12:56.296Z | [ recovery-image] Aug 29 15:12:54.621 INFO O| Aug 29 15:12:54.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7125 | 2024-08-29T15:12:56.298Z | [ recovery-image] Aug 29 15:12:54.621 INFO O| Aug 29 15:12:54.621 INFO STEP 1027 (remove_files) COMPLETE |
7126 | 2024-08-29T15:12:56.298Z | [ recovery-image] Aug 29 15:12:54.621 INFO O| Aug 29 15:12:54.621 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-08-29T15:12:56.329Z | [ recovery-image] Aug 29 15:12:54.654 INFO O| Aug 29 15:12:54.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7128 | 2024-08-29T15:12:56.329Z | [ recovery-image] Aug 29 15:12:54.654 INFO O| Aug 29 15:12:54.654 INFO STEP 1028 (remove_files) COMPLETE |
7129 | 2024-08-29T15:12:56.329Z | [ recovery-image] Aug 29 15:12:54.654 INFO O| Aug 29 15:12:54.654 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-08-29T15:12:56.348Z | [ recovery-image] Aug 29 15:12:54.673 INFO O| Aug 29 15:12:54.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7131 | 2024-08-29T15:12:56.348Z | [ recovery-image] Aug 29 15:12:54.673 INFO O| Aug 29 15:12:54.673 INFO STEP 1029 (remove_files) COMPLETE |
7132 | 2024-08-29T15:12:56.348Z | [ recovery-image] Aug 29 15:12:54.673 INFO O| Aug 29 15:12:54.673 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-08-29T15:12:56.382Z | [ recovery-image] Aug 29 15:12:54.707 INFO O| Aug 29 15:12:54.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7134 | 2024-08-29T15:12:56.382Z | [ recovery-image] Aug 29 15:12:54.707 INFO O| Aug 29 15:12:54.707 INFO STEP 1030 (remove_files) COMPLETE |
7135 | 2024-08-29T15:12:56.382Z | [ recovery-image] Aug 29 15:12:54.707 INFO O| Aug 29 15:12:54.707 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-08-29T15:12:56.401Z | [ recovery-image] Aug 29 15:12:54.726 INFO O| Aug 29 15:12:54.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7137 | 2024-08-29T15:12:56.401Z | [ recovery-image] Aug 29 15:12:54.726 INFO O| Aug 29 15:12:54.726 INFO STEP 1031 (remove_files) COMPLETE |
7138 | 2024-08-29T15:12:56.401Z | [ recovery-image] Aug 29 15:12:54.726 INFO O| Aug 29 15:12:54.726 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-08-29T15:12:56.423Z | [ recovery-image] Aug 29 15:12:54.748 INFO O| Aug 29 15:12:54.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7140 | 2024-08-29T15:12:56.423Z | [ recovery-image] Aug 29 15:12:54.748 INFO O| Aug 29 15:12:54.748 INFO STEP 1032 (remove_files) COMPLETE |
7141 | 2024-08-29T15:12:56.423Z | [ recovery-image] Aug 29 15:12:54.748 INFO O| Aug 29 15:12:54.748 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-08-29T15:12:56.462Z | [ recovery-image] Aug 29 15:12:54.786 INFO O| Aug 29 15:12:54.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7143 | 2024-08-29T15:12:56.462Z | [ recovery-image] Aug 29 15:12:54.786 INFO O| Aug 29 15:12:54.786 INFO STEP 1033 (remove_files) COMPLETE |
7144 | 2024-08-29T15:12:56.462Z | [ recovery-image] Aug 29 15:12:54.786 INFO O| Aug 29 15:12:54.786 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-08-29T15:12:56.481Z | [ recovery-image] Aug 29 15:12:54.806 INFO O| Aug 29 15:12:54.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7146 | 2024-08-29T15:12:56.481Z | [ recovery-image] Aug 29 15:12:54.806 INFO O| Aug 29 15:12:54.806 INFO STEP 1034 (remove_files) COMPLETE |
7147 | 2024-08-29T15:12:56.481Z | [ recovery-image] Aug 29 15:12:54.806 INFO O| Aug 29 15:12:54.806 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-08-29T15:12:56.512Z | [ recovery-image] Aug 29 15:12:54.837 INFO O| Aug 29 15:12:54.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7149 | 2024-08-29T15:12:56.515Z | [ recovery-image] Aug 29 15:12:54.837 INFO O| Aug 29 15:12:54.837 INFO STEP 1035 (remove_files) COMPLETE |
7150 | 2024-08-29T15:12:56.515Z | [ recovery-image] Aug 29 15:12:54.838 INFO O| Aug 29 15:12:54.837 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-08-29T15:12:56.538Z | [ recovery-image] Aug 29 15:12:54.863 INFO O| Aug 29 15:12:54.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7152 | 2024-08-29T15:12:56.541Z | [ recovery-image] Aug 29 15:12:54.863 INFO O| Aug 29 15:12:54.863 INFO STEP 1036 (remove_files) COMPLETE |
7153 | 2024-08-29T15:12:56.541Z | [ recovery-image] Aug 29 15:12:54.863 INFO O| Aug 29 15:12:54.863 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-08-29T15:12:56.557Z | [ recovery-image] Aug 29 15:12:54.882 INFO O| Aug 29 15:12:54.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7155 | 2024-08-29T15:12:56.557Z | [ recovery-image] Aug 29 15:12:54.882 INFO O| Aug 29 15:12:54.882 INFO STEP 1037 (remove_files) COMPLETE |
7156 | 2024-08-29T15:12:56.559Z | [ recovery-image] Aug 29 15:12:54.882 INFO O| Aug 29 15:12:54.882 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-08-29T15:12:56.588Z | [ recovery-image] Aug 29 15:12:54.913 INFO O| Aug 29 15:12:54.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7158 | 2024-08-29T15:12:56.588Z | [ recovery-image] Aug 29 15:12:54.913 INFO O| Aug 29 15:12:54.913 INFO STEP 1038 (remove_files) COMPLETE |
7159 | 2024-08-29T15:12:56.591Z | [ recovery-image] Aug 29 15:12:54.914 INFO O| Aug 29 15:12:54.913 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-08-29T15:12:56.633Z | [ recovery-image] Aug 29 15:12:54.958 INFO O| Aug 29 15:12:54.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7161 | 2024-08-29T15:12:56.633Z | [ recovery-image] Aug 29 15:12:54.958 INFO O| Aug 29 15:12:54.958 INFO STEP 1039 (remove_files) COMPLETE |
7162 | 2024-08-29T15:12:56.633Z | [ recovery-image] Aug 29 15:12:54.958 INFO O| Aug 29 15:12:54.958 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-08-29T15:12:56.691Z | [ recovery-image] Aug 29 15:12:55.016 INFO O| Aug 29 15:12:55.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7164 | 2024-08-29T15:12:56.691Z | [ recovery-image] Aug 29 15:12:55.016 INFO O| Aug 29 15:12:55.016 INFO STEP 1040 (remove_files) COMPLETE |
7165 | 2024-08-29T15:12:56.693Z | [ recovery-image] Aug 29 15:12:55.016 INFO O| Aug 29 15:12:55.016 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-08-29T15:12:56.707Z | [ recovery-image] Aug 29 15:12:55.032 INFO O| Aug 29 15:12:55.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7167 | 2024-08-29T15:12:56.707Z | [ recovery-image] Aug 29 15:12:55.033 INFO O| Aug 29 15:12:55.033 INFO STEP 1041 (remove_files) COMPLETE |
7168 | 2024-08-29T15:12:56.707Z | [ recovery-image] Aug 29 15:12:55.033 INFO O| Aug 29 15:12:55.033 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-08-29T15:12:56.724Z | [ recovery-image] Aug 29 15:12:55.049 INFO O| Aug 29 15:12:55.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7170 | 2024-08-29T15:12:56.724Z | [ recovery-image] Aug 29 15:12:55.049 INFO O| Aug 29 15:12:55.049 INFO STEP 1042 (remove_files) COMPLETE |
7171 | 2024-08-29T15:12:56.726Z | [ recovery-image] Aug 29 15:12:55.049 INFO O| Aug 29 15:12:55.049 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-08-29T15:12:56.780Z | [ recovery-image] Aug 29 15:12:55.105 INFO O| Aug 29 15:12:55.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7173 | 2024-08-29T15:12:56.782Z | [ recovery-image] Aug 29 15:12:55.105 INFO O| Aug 29 15:12:55.105 INFO STEP 1043 (remove_files) COMPLETE |
7174 | 2024-08-29T15:12:56.782Z | [ recovery-image] Aug 29 15:12:55.105 INFO O| Aug 29 15:12:55.105 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-08-29T15:12:56.798Z | [ recovery-image] Aug 29 15:12:55.123 INFO O| Aug 29 15:12:55.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7176 | 2024-08-29T15:12:56.798Z | [ recovery-image] Aug 29 15:12:55.123 INFO O| Aug 29 15:12:55.123 INFO STEP 1044 (remove_files) COMPLETE |
7177 | 2024-08-29T15:12:56.801Z | [ recovery-image] Aug 29 15:12:55.123 INFO O| Aug 29 15:12:55.123 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-08-29T15:12:56.816Z | [ recovery-image] Aug 29 15:12:55.141 INFO O| Aug 29 15:12:55.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7179 | 2024-08-29T15:12:56.816Z | [ recovery-image] Aug 29 15:12:55.141 INFO O| Aug 29 15:12:55.141 INFO STEP 1045 (remove_files) COMPLETE |
7180 | 2024-08-29T15:12:56.819Z | [ recovery-image] Aug 29 15:12:55.142 INFO O| Aug 29 15:12:55.141 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-08-29T15:12:56.833Z | [ recovery-image] Aug 29 15:12:55.158 INFO O| Aug 29 15:12:55.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7182 | 2024-08-29T15:12:56.833Z | [ recovery-image] Aug 29 15:12:55.158 INFO O| Aug 29 15:12:55.158 INFO STEP 1046 (remove_files) COMPLETE |
7183 | 2024-08-29T15:12:56.833Z | [ recovery-image] Aug 29 15:12:55.158 INFO O| Aug 29 15:12:55.158 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-08-29T15:12:56.849Z | [ recovery-image] Aug 29 15:12:55.173 INFO O| Aug 29 15:12:55.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7185 | 2024-08-29T15:12:56.851Z | [ recovery-image] Aug 29 15:12:55.174 INFO O| Aug 29 15:12:55.174 INFO STEP 1047 (remove_files) COMPLETE |
7186 | 2024-08-29T15:12:56.852Z | [ recovery-image] Aug 29 15:12:55.174 INFO O| Aug 29 15:12:55.174 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-08-29T15:12:56.866Z | [ recovery-image] Aug 29 15:12:55.188 INFO O| Aug 29 15:12:55.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7188 | 2024-08-29T15:12:56.866Z | [ recovery-image] Aug 29 15:12:55.188 INFO O| Aug 29 15:12:55.188 INFO STEP 1048 (remove_files) COMPLETE |
7189 | 2024-08-29T15:12:56.866Z | [ recovery-image] Aug 29 15:12:55.188 INFO O| Aug 29 15:12:55.188 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-08-29T15:12:56.878Z | [ recovery-image] Aug 29 15:12:55.203 INFO O| Aug 29 15:12:55.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7191 | 2024-08-29T15:12:56.878Z | [ recovery-image] Aug 29 15:12:55.203 INFO O| Aug 29 15:12:55.203 INFO STEP 1049 (remove_files) COMPLETE |
7192 | 2024-08-29T15:12:56.880Z | [ recovery-image] Aug 29 15:12:55.203 INFO O| Aug 29 15:12:55.203 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-08-29T15:12:56.893Z | [ recovery-image] Aug 29 15:12:55.218 INFO O| Aug 29 15:12:55.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7194 | 2024-08-29T15:12:56.893Z | [ recovery-image] Aug 29 15:12:55.218 INFO O| Aug 29 15:12:55.218 INFO STEP 1050 (remove_files) COMPLETE |
7195 | 2024-08-29T15:12:56.893Z | [ recovery-image] Aug 29 15:12:55.218 INFO O| Aug 29 15:12:55.218 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-08-29T15:12:56.910Z | [ recovery-image] Aug 29 15:12:55.235 INFO O| Aug 29 15:12:55.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7197 | 2024-08-29T15:12:56.910Z | [ recovery-image] Aug 29 15:12:55.235 INFO O| Aug 29 15:12:55.235 INFO STEP 1051 (remove_files) COMPLETE |
7198 | 2024-08-29T15:12:56.910Z | [ recovery-image] Aug 29 15:12:55.235 INFO O| Aug 29 15:12:55.235 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-08-29T15:12:56.945Z | [ recovery-image] Aug 29 15:12:55.270 INFO O| Aug 29 15:12:55.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7200 | 2024-08-29T15:12:56.945Z | [ recovery-image] Aug 29 15:12:55.270 INFO O| Aug 29 15:12:55.270 INFO STEP 1052 (remove_files) COMPLETE |
7201 | 2024-08-29T15:12:56.945Z | [ recovery-image] Aug 29 15:12:55.270 INFO O| Aug 29 15:12:55.270 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-08-29T15:12:57.005Z | [ recovery-image] Aug 29 15:12:55.330 INFO O| Aug 29 15:12:55.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7203 | 2024-08-29T15:12:57.005Z | [ recovery-image] Aug 29 15:12:55.330 INFO O| Aug 29 15:12:55.330 INFO STEP 1053 (remove_files) COMPLETE |
7204 | 2024-08-29T15:12:57.008Z | [ recovery-image] Aug 29 15:12:55.330 INFO O| Aug 29 15:12:55.330 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-08-29T15:12:57.026Z | [ recovery-image] Aug 29 15:12:55.351 INFO O| Aug 29 15:12:55.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7206 | 2024-08-29T15:12:57.026Z | [ recovery-image] Aug 29 15:12:55.351 INFO O| Aug 29 15:12:55.351 INFO STEP 1054 (remove_files) COMPLETE |
7207 | 2024-08-29T15:12:57.028Z | [ recovery-image] Aug 29 15:12:55.351 INFO O| Aug 29 15:12:55.351 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-08-29T15:12:57.060Z | [ recovery-image] Aug 29 15:12:55.385 INFO O| Aug 29 15:12:55.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7209 | 2024-08-29T15:12:57.060Z | [ recovery-image] Aug 29 15:12:55.385 INFO O| Aug 29 15:12:55.385 INFO STEP 1055 (remove_files) COMPLETE |
7210 | 2024-08-29T15:12:57.060Z | [ recovery-image] Aug 29 15:12:55.385 INFO O| Aug 29 15:12:55.385 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-08-29T15:12:57.078Z | [ recovery-image] Aug 29 15:12:55.403 INFO O| Aug 29 15:12:55.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7212 | 2024-08-29T15:12:57.078Z | [ recovery-image] Aug 29 15:12:55.403 INFO O| Aug 29 15:12:55.403 INFO STEP 1056 (remove_files) COMPLETE |
7213 | 2024-08-29T15:12:57.078Z | [ recovery-image] Aug 29 15:12:55.403 INFO O| Aug 29 15:12:55.403 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-08-29T15:12:57.096Z | [ recovery-image] Aug 29 15:12:55.420 INFO O| Aug 29 15:12:55.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7215 | 2024-08-29T15:12:57.096Z | [ recovery-image] Aug 29 15:12:55.420 INFO O| Aug 29 15:12:55.420 INFO STEP 1057 (remove_files) COMPLETE |
7216 | 2024-08-29T15:12:57.096Z | [ recovery-image] Aug 29 15:12:55.420 INFO O| Aug 29 15:12:55.420 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-08-29T15:12:57.135Z | [ recovery-image] Aug 29 15:12:55.460 INFO O| Aug 29 15:12:55.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7218 | 2024-08-29T15:12:57.138Z | [ recovery-image] Aug 29 15:12:55.460 INFO O| Aug 29 15:12:55.460 INFO STEP 1058 (remove_files) COMPLETE |
7219 | 2024-08-29T15:12:57.138Z | [ recovery-image] Aug 29 15:12:55.460 INFO O| Aug 29 15:12:55.460 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-08-29T15:12:57.172Z | [ host-image] Aug 29 15:12:55.497 INFO O| Aug 29 15:12:55.496 INFO O| Done |
7221 | 2024-08-29T15:12:57.193Z | [ recovery-image] Aug 29 15:12:55.518 INFO O| Aug 29 15:12:55.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7222 | 2024-08-29T15:12:57.195Z | [ recovery-image] Aug 29 15:12:55.518 INFO O| Aug 29 15:12:55.518 INFO STEP 1059 (remove_files) COMPLETE |
7223 | 2024-08-29T15:12:57.195Z | [ recovery-image] Aug 29 15:12:55.518 INFO O| Aug 29 15:12:55.518 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-08-29T15:12:57.213Z | [ host-image] Aug 29 15:12:55.538 INFO O| Aug 29 15:12:55.538 INFO O| Done |
7225 | 2024-08-29T15:12:57.216Z | [ host-image] Aug 29 15:12:55.539 INFO O| Aug 29 15:12:55.539 INFO O| Done |
7226 | 2024-08-29T15:12:57.232Z | [ host-image] Aug 29 15:12:55.557 INFO O| Aug 29 15:12:55.557 INFO O| Done |
7227 | 2024-08-29T15:12:57.236Z | [ recovery-image] Aug 29 15:12:55.561 INFO O| Aug 29 15:12:55.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7228 | 2024-08-29T15:12:57.236Z | [ recovery-image] Aug 29 15:12:55.562 INFO O| Aug 29 15:12:55.562 INFO STEP 1060 (remove_files) COMPLETE |
7229 | 2024-08-29T15:12:57.239Z | [ recovery-image] Aug 29 15:12:55.562 INFO O| Aug 29 15:12:55.562 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-08-29T15:12:57.279Z | [ recovery-image] Aug 29 15:12:55.604 INFO O| Aug 29 15:12:55.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7231 | 2024-08-29T15:12:57.283Z | [ recovery-image] Aug 29 15:12:55.604 INFO O| Aug 29 15:12:55.604 INFO STEP 1061 (remove_files) COMPLETE |
7232 | 2024-08-29T15:12:57.283Z | [ recovery-image] Aug 29 15:12:55.604 INFO O| Aug 29 15:12:55.604 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-08-29T15:12:57.319Z | [ recovery-image] Aug 29 15:12:55.643 INFO O| Aug 29 15:12:55.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7234 | 2024-08-29T15:12:57.319Z | [ recovery-image] Aug 29 15:12:55.644 INFO O| Aug 29 15:12:55.644 INFO STEP 1062 (remove_files) COMPLETE |
7235 | 2024-08-29T15:12:57.319Z | [ recovery-image] Aug 29 15:12:55.644 INFO O| Aug 29 15:12:55.644 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-08-29T15:12:57.351Z | [ recovery-image] Aug 29 15:12:55.675 INFO O| Aug 29 15:12:55.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7237 | 2024-08-29T15:12:57.356Z | [ recovery-image] Aug 29 15:12:55.681 INFO O| Aug 29 15:12:55.681 INFO STEP 1063 (remove_files) COMPLETE |
7238 | 2024-08-29T15:12:57.356Z | [ recovery-image] Aug 29 15:12:55.681 INFO O| Aug 29 15:12:55.681 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-08-29T15:12:57.375Z | [ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO STEP 14 (pkg_install) COMPLETE |
7240 | 2024-08-29T15:12:57.376Z | [ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7241 | 2024-08-29T15:12:57.384Z | [ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO skip step because feature "mfg" is not enabled |
7242 | 2024-08-29T15:12:57.384Z | [ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7243 | 2024-08-29T15:12:57.384Z | [ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO skip step because feature "compliance" is not enabled |
7244 | 2024-08-29T15:12:57.384Z | [ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7245 | 2024-08-29T15:12:57.384Z | [ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO skip step because feature "stress" is not enabled |
7246 | 2024-08-29T15:12:57.384Z | [ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7247 | 2024-08-29T15:12:57.384Z | [ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO skip step because feature "nfs" is not enabled |
7248 | 2024-08-29T15:12:57.384Z | [ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7249 | 2024-08-29T15:12:57.384Z | [ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7250 | 2024-08-29T15:12:57.418Z | [ recovery-image] Aug 29 15:12:55.743 INFO O| Aug 29 15:12:55.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7251 | 2024-08-29T15:12:57.421Z | [ recovery-image] Aug 29 15:12:55.743 INFO O| Aug 29 15:12:55.743 INFO STEP 1064 (remove_files) COMPLETE |
7252 | 2024-08-29T15:12:57.421Z | [ recovery-image] Aug 29 15:12:55.744 INFO O| Aug 29 15:12:55.743 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-08-29T15:12:57.438Z | [ recovery-image] Aug 29 15:12:55.762 INFO O| Aug 29 15:12:55.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7254 | 2024-08-29T15:12:57.440Z | [ recovery-image] Aug 29 15:12:55.763 INFO O| Aug 29 15:12:55.763 INFO STEP 1065 (remove_files) COMPLETE |
7255 | 2024-08-29T15:12:57.440Z | [ recovery-image] Aug 29 15:12:55.763 INFO O| Aug 29 15:12:55.763 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-08-29T15:12:57.456Z | [ recovery-image] Aug 29 15:12:55.781 INFO O| Aug 29 15:12:55.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7257 | 2024-08-29T15:12:57.459Z | [ recovery-image] Aug 29 15:12:55.781 INFO O| Aug 29 15:12:55.781 INFO STEP 1066 (remove_files) COMPLETE |
7258 | 2024-08-29T15:12:57.459Z | [ recovery-image] Aug 29 15:12:55.782 INFO O| Aug 29 15:12:55.781 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-08-29T15:12:57.475Z | [ recovery-image] Aug 29 15:12:55.800 INFO O| Aug 29 15:12:55.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7260 | 2024-08-29T15:12:57.494Z | [ recovery-image] Aug 29 15:12:55.819 INFO O| Aug 29 15:12:55.819 INFO STEP 1067 (remove_files) COMPLETE |
7261 | 2024-08-29T15:12:57.494Z | [ recovery-image] Aug 29 15:12:55.819 INFO O| Aug 29 15:12:55.819 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-08-29T15:12:57.514Z | [ recovery-image] Aug 29 15:12:55.839 INFO O| Aug 29 15:12:55.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7263 | 2024-08-29T15:12:57.516Z | [ recovery-image] Aug 29 15:12:55.839 INFO O| Aug 29 15:12:55.839 INFO STEP 1068 (remove_files) COMPLETE |
7264 | 2024-08-29T15:12:57.517Z | [ recovery-image] Aug 29 15:12:55.839 INFO O| Aug 29 15:12:55.839 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-08-29T15:12:57.532Z | [ recovery-image] Aug 29 15:12:55.856 INFO O| Aug 29 15:12:55.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7266 | 2024-08-29T15:12:57.534Z | [ recovery-image] Aug 29 15:12:55.857 INFO O| Aug 29 15:12:55.857 INFO STEP 1069 (remove_files) COMPLETE |
7267 | 2024-08-29T15:12:57.534Z | [ recovery-image] Aug 29 15:12:55.857 INFO O| Aug 29 15:12:55.857 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-08-29T15:12:57.548Z | [ recovery-image] Aug 29 15:12:55.873 INFO O| Aug 29 15:12:55.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7269 | 2024-08-29T15:12:57.551Z | [ recovery-image] Aug 29 15:12:55.873 INFO O| Aug 29 15:12:55.873 INFO STEP 1070 (remove_files) COMPLETE |
7270 | 2024-08-29T15:12:57.551Z | [ recovery-image] Aug 29 15:12:55.873 INFO O| Aug 29 15:12:55.873 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-08-29T15:12:57.586Z | [ recovery-image] Aug 29 15:12:55.911 INFO O| Aug 29 15:12:55.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7272 | 2024-08-29T15:12:57.586Z | [ recovery-image] Aug 29 15:12:55.911 INFO O| Aug 29 15:12:55.911 INFO STEP 1071 (remove_files) COMPLETE |
7273 | 2024-08-29T15:12:57.589Z | [ recovery-image] Aug 29 15:12:55.911 INFO O| Aug 29 15:12:55.911 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-08-29T15:12:57.606Z | [ recovery-image] Aug 29 15:12:55.931 INFO O| Aug 29 15:12:55.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7275 | 2024-08-29T15:12:57.606Z | [ recovery-image] Aug 29 15:12:55.931 INFO O| Aug 29 15:12:55.931 INFO STEP 1072 (remove_files) COMPLETE |
7276 | 2024-08-29T15:12:57.608Z | [ recovery-image] Aug 29 15:12:55.931 INFO O| Aug 29 15:12:55.931 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-08-29T15:12:57.623Z | [ recovery-image] Aug 29 15:12:55.947 INFO O| Aug 29 15:12:55.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7278 | 2024-08-29T15:12:57.623Z | [ recovery-image] Aug 29 15:12:55.948 INFO O| Aug 29 15:12:55.947 INFO STEP 1073 (remove_files) COMPLETE |
7279 | 2024-08-29T15:12:57.625Z | [ recovery-image] Aug 29 15:12:55.948 INFO O| Aug 29 15:12:55.947 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-08-29T15:12:57.640Z | [ recovery-image] Aug 29 15:12:55.965 INFO O| Aug 29 15:12:55.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7281 | 2024-08-29T15:12:57.640Z | [ recovery-image] Aug 29 15:12:55.965 INFO O| Aug 29 15:12:55.965 INFO STEP 1074 (remove_files) COMPLETE |
7282 | 2024-08-29T15:12:57.642Z | [ recovery-image] Aug 29 15:12:55.965 INFO O| Aug 29 15:12:55.965 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-08-29T15:12:57.658Z | [ recovery-image] Aug 29 15:12:55.983 INFO O| Aug 29 15:12:55.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7284 | 2024-08-29T15:12:57.658Z | [ recovery-image] Aug 29 15:12:55.983 INFO O| Aug 29 15:12:55.983 INFO STEP 1075 (remove_files) COMPLETE |
7285 | 2024-08-29T15:12:57.658Z | [ recovery-image] Aug 29 15:12:55.983 INFO O| Aug 29 15:12:55.983 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-08-29T15:12:57.671Z | [ host-image] Aug 29 15:12:55.996 INFO O| Aug 29 15:12:55.995 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7287 | 2024-08-29T15:12:57.679Z | [ recovery-image] Aug 29 15:12:56.004 INFO O| Aug 29 15:12:56.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7288 | 2024-08-29T15:12:57.679Z | [ recovery-image] Aug 29 15:12:56.004 INFO O| Aug 29 15:12:56.004 INFO STEP 1076 (remove_files) COMPLETE |
7289 | 2024-08-29T15:12:57.680Z | [ recovery-image] Aug 29 15:12:56.004 INFO O| Aug 29 15:12:56.004 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-08-29T15:12:57.710Z | [ recovery-image] Aug 29 15:12:56.034 INFO O| Aug 29 15:12:56.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7291 | 2024-08-29T15:12:57.710Z | [ recovery-image] Aug 29 15:12:56.034 INFO O| Aug 29 15:12:56.034 INFO STEP 1077 (remove_files) COMPLETE |
7292 | 2024-08-29T15:12:57.713Z | [ recovery-image] Aug 29 15:12:56.034 INFO O| Aug 29 15:12:56.034 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-08-29T15:12:57.738Z | [ recovery-image] Aug 29 15:12:56.063 INFO O| Aug 29 15:12:56.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7294 | 2024-08-29T15:12:57.738Z | [ recovery-image] Aug 29 15:12:56.063 INFO O| Aug 29 15:12:56.063 INFO STEP 1078 (remove_files) COMPLETE |
7295 | 2024-08-29T15:12:57.738Z | [ recovery-image] Aug 29 15:12:56.063 INFO O| Aug 29 15:12:56.063 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-08-29T15:12:57.779Z | [ host-image] Aug 29 15:12:56.103 INFO O| Aug 29 15:12:56.103 INFO completed processing gimlet/ramdisk-01-os |
7297 | 2024-08-29T15:12:57.781Z | [ host-image] Aug 29 15:12:56.106 INFO omicron1 baseline generation... |
7298 | 2024-08-29T15:12:57.782Z | [ host-image] Aug 29 15:12:56.106 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7299 | 2024-08-29T15:12:57.782Z | [ recovery-image] Aug 29 15:12:56.106 INFO O| Aug 29 15:12:56.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7300 | 2024-08-29T15:12:57.784Z | [ recovery-image] Aug 29 15:12:56.106 INFO O| Aug 29 15:12:56.106 INFO STEP 1079 (remove_files) COMPLETE |
7301 | 2024-08-29T15:12:57.784Z | [ recovery-image] Aug 29 15:12:56.106 INFO O| Aug 29 15:12:56.106 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-08-29T15:12:57.824Z | [ recovery-image] Aug 29 15:12:56.149 INFO O| Aug 29 15:12:56.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7303 | 2024-08-29T15:12:57.827Z | [ recovery-image] Aug 29 15:12:56.149 INFO O| Aug 29 15:12:56.149 INFO STEP 1080 (remove_files) COMPLETE |
7304 | 2024-08-29T15:12:57.827Z | [ recovery-image] Aug 29 15:12:56.149 INFO O| Aug 29 15:12:56.149 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-08-29T15:12:57.840Z | [ recovery-image] Aug 29 15:12:56.165 INFO O| Aug 29 15:12:56.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7306 | 2024-08-29T15:12:57.843Z | [ recovery-image] Aug 29 15:12:56.165 INFO O| Aug 29 15:12:56.165 INFO STEP 1081 (remove_files) COMPLETE |
7307 | 2024-08-29T15:12:57.843Z | [ recovery-image] Aug 29 15:12:56.165 INFO O| Aug 29 15:12:56.165 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-08-29T15:12:57.902Z | [ recovery-image] Aug 29 15:12:56.227 INFO O| Aug 29 15:12:56.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7309 | 2024-08-29T15:12:57.905Z | [ recovery-image] Aug 29 15:12:56.227 INFO O| Aug 29 15:12:56.227 INFO STEP 1082 (remove_files) COMPLETE |
7310 | 2024-08-29T15:12:57.905Z | [ recovery-image] Aug 29 15:12:56.227 INFO O| Aug 29 15:12:56.227 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-08-29T15:12:57.932Z | [ recovery-image] Aug 29 15:12:56.257 INFO O| Aug 29 15:12:56.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7312 | 2024-08-29T15:12:57.935Z | [ recovery-image] Aug 29 15:12:56.257 INFO O| Aug 29 15:12:56.257 INFO STEP 1083 (remove_files) COMPLETE |
7313 | 2024-08-29T15:12:57.935Z | [ recovery-image] Aug 29 15:12:56.258 INFO O| Aug 29 15:12:56.258 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-08-29T15:12:57.952Z | [ recovery-image] Aug 29 15:12:56.276 INFO O| Aug 29 15:12:56.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7315 | 2024-08-29T15:12:57.954Z | [ recovery-image] Aug 29 15:12:56.277 INFO O| Aug 29 15:12:56.277 INFO STEP 1084 (remove_files) COMPLETE |
7316 | 2024-08-29T15:12:57.954Z | [ recovery-image] Aug 29 15:12:56.277 INFO O| Aug 29 15:12:56.277 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-08-29T15:12:57.985Z | [ recovery-image] Aug 29 15:12:56.310 INFO O| Aug 29 15:12:56.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7318 | 2024-08-29T15:12:57.985Z | [ recovery-image] Aug 29 15:12:56.310 INFO O| Aug 29 15:12:56.310 INFO STEP 1085 (remove_files) COMPLETE |
7319 | 2024-08-29T15:12:57.985Z | [ recovery-image] Aug 29 15:12:56.310 INFO O| Aug 29 15:12:56.310 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-08-29T15:12:58.020Z | [ recovery-image] Aug 29 15:12:56.345 INFO O| Aug 29 15:12:56.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7321 | 2024-08-29T15:12:58.020Z | [ recovery-image] Aug 29 15:12:56.345 INFO O| Aug 29 15:12:56.345 INFO STEP 1086 (remove_files) COMPLETE |
7322 | 2024-08-29T15:12:58.020Z | [ recovery-image] Aug 29 15:12:56.345 INFO O| Aug 29 15:12:56.345 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-08-29T15:12:58.039Z | [ recovery-image] Aug 29 15:12:56.364 INFO O| Aug 29 15:12:56.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7324 | 2024-08-29T15:12:58.039Z | [ recovery-image] Aug 29 15:12:56.364 INFO O| Aug 29 15:12:56.364 INFO STEP 1087 (remove_files) COMPLETE |
7325 | 2024-08-29T15:12:58.039Z | [ recovery-image] Aug 29 15:12:56.364 INFO O| Aug 29 15:12:56.364 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-08-29T15:12:58.057Z | [ recovery-image] Aug 29 15:12:56.381 INFO O| Aug 29 15:12:56.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7327 | 2024-08-29T15:12:58.057Z | [ recovery-image] Aug 29 15:12:56.382 INFO O| Aug 29 15:12:56.381 INFO STEP 1088 (remove_files) COMPLETE |
7328 | 2024-08-29T15:12:58.059Z | [ recovery-image] Aug 29 15:12:56.382 INFO O| Aug 29 15:12:56.381 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-08-29T15:12:58.076Z | [ recovery-image] Aug 29 15:12:56.400 INFO O| Aug 29 15:12:56.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7330 | 2024-08-29T15:12:58.076Z | [ recovery-image] Aug 29 15:12:56.400 INFO O| Aug 29 15:12:56.400 INFO STEP 1089 (remove_files) COMPLETE |
7331 | 2024-08-29T15:12:58.078Z | [ recovery-image] Aug 29 15:12:56.400 INFO O| Aug 29 15:12:56.400 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-08-29T15:12:58.106Z | [ recovery-image] Aug 29 15:12:56.431 INFO O| Aug 29 15:12:56.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7333 | 2024-08-29T15:12:58.107Z | [ recovery-image] Aug 29 15:12:56.431 INFO O| Aug 29 15:12:56.431 INFO STEP 1090 (remove_files) COMPLETE |
7334 | 2024-08-29T15:12:58.107Z | [ recovery-image] Aug 29 15:12:56.431 INFO O| Aug 29 15:12:56.431 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-08-29T15:12:58.126Z | [ recovery-image] Aug 29 15:12:56.450 INFO O| Aug 29 15:12:56.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7336 | 2024-08-29T15:12:58.126Z | [ recovery-image] Aug 29 15:12:56.450 INFO O| Aug 29 15:12:56.450 INFO STEP 1091 (remove_files) COMPLETE |
7337 | 2024-08-29T15:12:58.126Z | [ recovery-image] Aug 29 15:12:56.450 INFO O| Aug 29 15:12:56.450 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-08-29T15:12:58.143Z | [ recovery-image] Aug 29 15:12:56.467 INFO O| Aug 29 15:12:56.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7339 | 2024-08-29T15:12:58.143Z | [ recovery-image] Aug 29 15:12:56.467 INFO O| Aug 29 15:12:56.467 INFO STEP 1092 (remove_files) COMPLETE |
7340 | 2024-08-29T15:12:58.145Z | [ recovery-image] Aug 29 15:12:56.468 INFO O| Aug 29 15:12:56.467 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-08-29T15:12:58.179Z | [ recovery-image] Aug 29 15:12:56.504 INFO O| Aug 29 15:12:56.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7342 | 2024-08-29T15:12:58.180Z | [ recovery-image] Aug 29 15:12:56.504 INFO O| Aug 29 15:12:56.504 INFO STEP 1093 (remove_files) COMPLETE |
7343 | 2024-08-29T15:12:58.182Z | [ recovery-image] Aug 29 15:12:56.504 INFO O| Aug 29 15:12:56.504 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-08-29T15:12:58.211Z | [ recovery-image] Aug 29 15:12:56.536 INFO O| Aug 29 15:12:56.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7345 | 2024-08-29T15:12:58.213Z | [ recovery-image] Aug 29 15:12:56.536 INFO O| Aug 29 15:12:56.536 INFO STEP 1094 (remove_files) COMPLETE |
7346 | 2024-08-29T15:12:58.214Z | [ recovery-image] Aug 29 15:12:56.536 INFO O| Aug 29 15:12:56.536 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-08-29T15:12:58.269Z | [ recovery-image] Aug 29 15:12:56.594 INFO O| Aug 29 15:12:56.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7348 | 2024-08-29T15:12:58.272Z | [ recovery-image] Aug 29 15:12:56.594 INFO O| Aug 29 15:12:56.594 INFO STEP 1095 (remove_files) COMPLETE |
7349 | 2024-08-29T15:12:58.272Z | [ recovery-image] Aug 29 15:12:56.594 INFO O| Aug 29 15:12:56.594 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-08-29T15:12:58.290Z | [ recovery-image] Aug 29 15:12:56.614 INFO O| Aug 29 15:12:56.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7351 | 2024-08-29T15:12:58.290Z | [ recovery-image] Aug 29 15:12:56.614 INFO O| Aug 29 15:12:56.614 INFO STEP 1096 (remove_files) COMPLETE |
7352 | 2024-08-29T15:12:58.293Z | [ recovery-image] Aug 29 15:12:56.614 INFO O| Aug 29 15:12:56.614 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-08-29T15:12:58.308Z | [ recovery-image] Aug 29 15:12:56.633 INFO O| Aug 29 15:12:56.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7354 | 2024-08-29T15:12:58.308Z | [ recovery-image] Aug 29 15:12:56.633 INFO O| Aug 29 15:12:56.633 INFO STEP 1097 (remove_files) COMPLETE |
7355 | 2024-08-29T15:12:58.308Z | [ recovery-image] Aug 29 15:12:56.633 INFO O| Aug 29 15:12:56.633 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-08-29T15:12:58.332Z | [ recovery-image] Aug 29 15:12:56.657 INFO O| Aug 29 15:12:56.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7357 | 2024-08-29T15:12:58.332Z | [ recovery-image] Aug 29 15:12:56.657 INFO O| Aug 29 15:12:56.657 INFO STEP 1098 (remove_files) COMPLETE |
7358 | 2024-08-29T15:12:58.333Z | [ recovery-image] Aug 29 15:12:56.657 INFO O| Aug 29 15:12:56.657 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-08-29T15:12:58.380Z | [ recovery-image] Aug 29 15:12:56.705 INFO O| Aug 29 15:12:56.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7360 | 2024-08-29T15:12:58.382Z | [ recovery-image] Aug 29 15:12:56.705 INFO O| Aug 29 15:12:56.705 INFO STEP 1099 (remove_files) COMPLETE |
7361 | 2024-08-29T15:12:58.383Z | [ recovery-image] Aug 29 15:12:56.705 INFO O| Aug 29 15:12:56.705 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-08-29T15:12:58.399Z | [ recovery-image] Aug 29 15:12:56.724 INFO O| Aug 29 15:12:56.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7363 | 2024-08-29T15:12:58.399Z | [ recovery-image] Aug 29 15:12:56.724 INFO O| Aug 29 15:12:56.724 INFO STEP 1100 (remove_files) COMPLETE |
7364 | 2024-08-29T15:12:58.402Z | [ recovery-image] Aug 29 15:12:56.724 INFO O| Aug 29 15:12:56.724 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-08-29T15:12:58.420Z | [ recovery-image] Aug 29 15:12:56.745 INFO O| Aug 29 15:12:56.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7366 | 2024-08-29T15:12:58.443Z | [ recovery-image] Aug 29 15:12:56.768 INFO O| Aug 29 15:12:56.768 INFO STEP 1101 (remove_files) COMPLETE |
7367 | 2024-08-29T15:12:58.443Z | [ recovery-image] Aug 29 15:12:56.768 INFO O| Aug 29 15:12:56.768 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-08-29T15:12:58.481Z | [ recovery-image] Aug 29 15:12:56.805 INFO O| Aug 29 15:12:56.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7369 | 2024-08-29T15:12:58.481Z | [ recovery-image] Aug 29 15:12:56.805 INFO O| Aug 29 15:12:56.805 INFO STEP 1102 (remove_files) COMPLETE |
7370 | 2024-08-29T15:12:58.481Z | [ recovery-image] Aug 29 15:12:56.805 INFO O| Aug 29 15:12:56.805 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-08-29T15:12:58.498Z | [ recovery-image] Aug 29 15:12:56.823 INFO O| Aug 29 15:12:56.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7372 | 2024-08-29T15:12:58.498Z | [ recovery-image] Aug 29 15:12:56.823 INFO O| Aug 29 15:12:56.823 INFO STEP 1103 (remove_files) COMPLETE |
7373 | 2024-08-29T15:12:58.501Z | [ recovery-image] Aug 29 15:12:56.823 INFO O| Aug 29 15:12:56.823 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-08-29T15:12:58.518Z | [ recovery-image] Aug 29 15:12:56.842 INFO O| Aug 29 15:12:56.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7375 | 2024-08-29T15:12:58.518Z | [ recovery-image] Aug 29 15:12:56.842 INFO O| Aug 29 15:12:56.842 INFO STEP 1104 (remove_files) COMPLETE |
7376 | 2024-08-29T15:12:58.520Z | [ recovery-image] Aug 29 15:12:56.843 INFO O| Aug 29 15:12:56.842 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-08-29T15:12:58.543Z | [ recovery-image] Aug 29 15:12:56.867 INFO O| Aug 29 15:12:56.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7378 | 2024-08-29T15:12:58.543Z | [ recovery-image] Aug 29 15:12:56.867 INFO O| Aug 29 15:12:56.867 INFO STEP 1105 (remove_files) COMPLETE |
7379 | 2024-08-29T15:12:58.543Z | [ recovery-image] Aug 29 15:12:56.867 INFO O| Aug 29 15:12:56.867 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-08-29T15:12:58.563Z | [ recovery-image] Aug 29 15:12:56.888 INFO O| Aug 29 15:12:56.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7381 | 2024-08-29T15:12:58.563Z | [ recovery-image] Aug 29 15:12:56.888 INFO O| Aug 29 15:12:56.888 INFO STEP 1106 (remove_files) COMPLETE |
7382 | 2024-08-29T15:12:58.563Z | [ recovery-image] Aug 29 15:12:56.888 INFO O| Aug 29 15:12:56.888 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-08-29T15:12:58.583Z | [ recovery-image] Aug 29 15:12:56.908 INFO O| Aug 29 15:12:56.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7384 | 2024-08-29T15:12:58.583Z | [ recovery-image] Aug 29 15:12:56.908 INFO O| Aug 29 15:12:56.908 INFO STEP 1107 (remove_files) COMPLETE |
7385 | 2024-08-29T15:12:58.583Z | [ recovery-image] Aug 29 15:12:56.908 INFO O| Aug 29 15:12:56.908 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-08-29T15:12:58.590Z | [ host-image] Aug 29 15:12:56.909 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z |
7387 | 2024-08-29T15:12:58.655Z | [ recovery-image] Aug 29 15:12:56.980 INFO O| Aug 29 15:12:56.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7388 | 2024-08-29T15:12:58.655Z | [ recovery-image] Aug 29 15:12:56.980 INFO O| Aug 29 15:12:56.980 INFO STEP 1108 (remove_files) COMPLETE |
7389 | 2024-08-29T15:12:58.658Z | [ recovery-image] Aug 29 15:12:56.980 INFO O| Aug 29 15:12:56.980 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-08-29T15:12:58.692Z | [ recovery-image] Aug 29 15:12:57.017 INFO O| Aug 29 15:12:57.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7391 | 2024-08-29T15:12:58.692Z | [ recovery-image] Aug 29 15:12:57.017 INFO O| Aug 29 15:12:57.017 INFO STEP 1109 (remove_files) COMPLETE |
7392 | 2024-08-29T15:12:58.692Z | [ recovery-image] Aug 29 15:12:57.017 INFO O| Aug 29 15:12:57.017 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-08-29T15:12:58.716Z | [ recovery-image] Aug 29 15:12:57.041 INFO O| Aug 29 15:12:57.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7394 | 2024-08-29T15:12:58.719Z | [ recovery-image] Aug 29 15:12:57.041 INFO O| Aug 29 15:12:57.041 INFO STEP 1110 (remove_files) COMPLETE |
7395 | 2024-08-29T15:12:58.719Z | [ recovery-image] Aug 29 15:12:57.041 INFO O| Aug 29 15:12:57.041 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-08-29T15:12:58.740Z | [ recovery-image] Aug 29 15:12:57.064 INFO O| Aug 29 15:12:57.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7397 | 2024-08-29T15:12:58.740Z | [ recovery-image] Aug 29 15:12:57.064 INFO O| Aug 29 15:12:57.064 INFO STEP 1111 (remove_files) COMPLETE |
7398 | 2024-08-29T15:12:58.740Z | [ recovery-image] Aug 29 15:12:57.064 INFO O| Aug 29 15:12:57.064 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-08-29T15:12:58.795Z | [ recovery-image] Aug 29 15:12:57.120 INFO O| Aug 29 15:12:57.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7400 | 2024-08-29T15:12:58.795Z | [ recovery-image] Aug 29 15:12:57.120 INFO O| Aug 29 15:12:57.120 INFO STEP 1112 (remove_files) COMPLETE |
7401 | 2024-08-29T15:12:58.798Z | [ recovery-image] Aug 29 15:12:57.120 INFO O| Aug 29 15:12:57.120 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-08-29T15:12:58.822Z | [ recovery-image] Aug 29 15:12:57.146 INFO O| Aug 29 15:12:57.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7403 | 2024-08-29T15:12:58.822Z | [ recovery-image] Aug 29 15:12:57.146 INFO O| Aug 29 15:12:57.146 INFO STEP 1113 (remove_files) COMPLETE |
7404 | 2024-08-29T15:12:58.822Z | [ recovery-image] Aug 29 15:12:57.146 INFO O| Aug 29 15:12:57.146 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-08-29T15:12:58.880Z | [ recovery-image] Aug 29 15:12:57.204 INFO O| Aug 29 15:12:57.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7406 | 2024-08-29T15:12:58.880Z | [ recovery-image] Aug 29 15:12:57.204 INFO O| Aug 29 15:12:57.204 INFO STEP 1114 (remove_files) COMPLETE |
7407 | 2024-08-29T15:12:58.880Z | [ recovery-image] Aug 29 15:12:57.204 INFO O| Aug 29 15:12:57.204 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-08-29T15:12:58.896Z | [ recovery-image] Aug 29 15:12:57.221 INFO O| Aug 29 15:12:57.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7409 | 2024-08-29T15:12:58.896Z | [ recovery-image] Aug 29 15:12:57.221 INFO O| Aug 29 15:12:57.221 INFO STEP 1115 (remove_files) COMPLETE |
7410 | 2024-08-29T15:12:58.896Z | [ recovery-image] Aug 29 15:12:57.221 INFO O| Aug 29 15:12:57.221 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-08-29T15:12:58.914Z | [ recovery-image] Aug 29 15:12:57.238 INFO O| Aug 29 15:12:57.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7412 | 2024-08-29T15:12:58.914Z | [ recovery-image] Aug 29 15:12:57.238 INFO O| Aug 29 15:12:57.238 INFO STEP 1116 (remove_files) COMPLETE |
7413 | 2024-08-29T15:12:58.914Z | [ recovery-image] Aug 29 15:12:57.238 INFO O| Aug 29 15:12:57.238 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-08-29T15:12:58.931Z | [ recovery-image] Aug 29 15:12:57.255 INFO O| Aug 29 15:12:57.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7415 | 2024-08-29T15:12:58.931Z | [ recovery-image] Aug 29 15:12:57.255 INFO O| Aug 29 15:12:57.255 INFO STEP 1117 (remove_files) COMPLETE |
7416 | 2024-08-29T15:12:58.931Z | [ recovery-image] Aug 29 15:12:57.255 INFO O| Aug 29 15:12:57.255 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-08-29T15:12:58.950Z | [ recovery-image] Aug 29 15:12:57.274 INFO O| Aug 29 15:12:57.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7418 | 2024-08-29T15:12:58.950Z | [ recovery-image] Aug 29 15:12:57.274 INFO O| Aug 29 15:12:57.274 INFO STEP 1118 (remove_files) COMPLETE |
7419 | 2024-08-29T15:12:58.952Z | [ recovery-image] Aug 29 15:12:57.275 INFO O| Aug 29 15:12:57.274 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-08-29T15:12:58.968Z | [ recovery-image] Aug 29 15:12:57.292 INFO O| Aug 29 15:12:57.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7421 | 2024-08-29T15:12:58.970Z | [ recovery-image] Aug 29 15:12:57.293 INFO O| Aug 29 15:12:57.293 INFO STEP 1119 (remove_files) COMPLETE |
7422 | 2024-08-29T15:12:58.971Z | [ recovery-image] Aug 29 15:12:57.293 INFO O| Aug 29 15:12:57.293 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-08-29T15:12:58.990Z | [ recovery-image] Aug 29 15:12:57.313 INFO O| Aug 29 15:12:57.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7424 | 2024-08-29T15:12:58.990Z | [ recovery-image] Aug 29 15:12:57.314 INFO O| Aug 29 15:12:57.314 INFO STEP 1120 (remove_files) COMPLETE |
7425 | 2024-08-29T15:12:58.990Z | [ recovery-image] Aug 29 15:12:57.314 INFO O| Aug 29 15:12:57.314 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-08-29T15:12:59.008Z | [ recovery-image] Aug 29 15:12:57.332 INFO O| Aug 29 15:12:57.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7427 | 2024-08-29T15:12:59.008Z | [ recovery-image] Aug 29 15:12:57.332 INFO O| Aug 29 15:12:57.332 INFO STEP 1121 (remove_files) COMPLETE |
7428 | 2024-08-29T15:12:59.008Z | [ recovery-image] Aug 29 15:12:57.332 INFO O| Aug 29 15:12:57.332 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-08-29T15:12:59.033Z | [ recovery-image] Aug 29 15:12:57.357 INFO O| Aug 29 15:12:57.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7430 | 2024-08-29T15:12:59.036Z | [ recovery-image] Aug 29 15:12:57.357 INFO O| Aug 29 15:12:57.357 INFO STEP 1122 (remove_files) COMPLETE |
7431 | 2024-08-29T15:12:59.036Z | [ recovery-image] Aug 29 15:12:57.358 INFO O| Aug 29 15:12:57.358 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-08-29T15:12:59.059Z | [ recovery-image] Aug 29 15:12:57.383 INFO O| Aug 29 15:12:57.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7433 | 2024-08-29T15:12:59.059Z | [ recovery-image] Aug 29 15:12:57.383 INFO O| Aug 29 15:12:57.383 INFO STEP 1123 (remove_files) COMPLETE |
7434 | 2024-08-29T15:12:59.061Z | [ recovery-image] Aug 29 15:12:57.383 INFO O| Aug 29 15:12:57.383 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-08-29T15:12:59.077Z | [ recovery-image] Aug 29 15:12:57.401 INFO O| Aug 29 15:12:57.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7436 | 2024-08-29T15:12:59.077Z | [ recovery-image] Aug 29 15:12:57.401 INFO O| Aug 29 15:12:57.401 INFO STEP 1124 (remove_files) COMPLETE |
7437 | 2024-08-29T15:12:59.080Z | [ recovery-image] Aug 29 15:12:57.402 INFO O| Aug 29 15:12:57.401 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-08-29T15:12:59.096Z | [ recovery-image] Aug 29 15:12:57.420 INFO O| Aug 29 15:12:57.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7439 | 2024-08-29T15:12:59.096Z | [ recovery-image] Aug 29 15:12:57.420 INFO O| Aug 29 15:12:57.420 INFO STEP 1125 (remove_files) COMPLETE |
7440 | 2024-08-29T15:12:59.096Z | [ recovery-image] Aug 29 15:12:57.420 INFO O| Aug 29 15:12:57.420 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-08-29T15:12:59.137Z | [ recovery-image] Aug 29 15:12:57.461 INFO O| Aug 29 15:12:57.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7442 | 2024-08-29T15:12:59.137Z | [ recovery-image] Aug 29 15:12:57.461 INFO O| Aug 29 15:12:57.461 INFO STEP 1126 (remove_files) COMPLETE |
7443 | 2024-08-29T15:12:59.137Z | [ recovery-image] Aug 29 15:12:57.462 INFO O| Aug 29 15:12:57.461 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-08-29T15:12:59.155Z | [ recovery-image] Aug 29 15:12:57.479 INFO O| Aug 29 15:12:57.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7445 | 2024-08-29T15:12:59.155Z | [ recovery-image] Aug 29 15:12:57.479 INFO O| Aug 29 15:12:57.479 INFO STEP 1127 (remove_files) COMPLETE |
7446 | 2024-08-29T15:12:59.158Z | [ recovery-image] Aug 29 15:12:57.479 INFO O| Aug 29 15:12:57.479 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-08-29T15:12:59.203Z | [ recovery-image] Aug 29 15:12:57.527 INFO O| Aug 29 15:12:57.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7448 | 2024-08-29T15:12:59.203Z | [ recovery-image] Aug 29 15:12:57.527 INFO O| Aug 29 15:12:57.527 INFO STEP 1128 (remove_files) COMPLETE |
7449 | 2024-08-29T15:12:59.205Z | [ recovery-image] Aug 29 15:12:57.527 INFO O| Aug 29 15:12:57.527 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-08-29T15:12:59.220Z | [ recovery-image] Aug 29 15:12:57.544 INFO O| Aug 29 15:12:57.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7451 | 2024-08-29T15:12:59.220Z | [ recovery-image] Aug 29 15:12:57.544 INFO O| Aug 29 15:12:57.544 INFO STEP 1129 (remove_files) COMPLETE |
7452 | 2024-08-29T15:12:59.223Z | [ recovery-image] Aug 29 15:12:57.544 INFO O| Aug 29 15:12:57.544 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-08-29T15:12:59.253Z | [ recovery-image] Aug 29 15:12:57.577 INFO O| Aug 29 15:12:57.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7454 | 2024-08-29T15:12:59.253Z | [ recovery-image] Aug 29 15:12:57.577 INFO O| Aug 29 15:12:57.577 INFO STEP 1130 (remove_files) COMPLETE |
7455 | 2024-08-29T15:12:59.253Z | [ recovery-image] Aug 29 15:12:57.577 INFO O| Aug 29 15:12:57.577 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-08-29T15:12:59.272Z | [ recovery-image] Aug 29 15:12:57.597 INFO O| Aug 29 15:12:57.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7457 | 2024-08-29T15:12:59.272Z | [ recovery-image] Aug 29 15:12:57.597 INFO O| Aug 29 15:12:57.597 INFO STEP 1131 (remove_files) COMPLETE |
7458 | 2024-08-29T15:12:59.275Z | [ recovery-image] Aug 29 15:12:57.597 INFO O| Aug 29 15:12:57.597 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-08-29T15:12:59.305Z | [ recovery-image] Aug 29 15:12:57.629 INFO O| Aug 29 15:12:57.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7460 | 2024-08-29T15:12:59.305Z | [ recovery-image] Aug 29 15:12:57.629 INFO O| Aug 29 15:12:57.629 INFO STEP 1132 (remove_files) COMPLETE |
7461 | 2024-08-29T15:12:59.305Z | [ recovery-image] Aug 29 15:12:57.629 INFO O| Aug 29 15:12:57.629 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-08-29T15:12:59.345Z | [ recovery-image] Aug 29 15:12:57.669 INFO O| Aug 29 15:12:57.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7463 | 2024-08-29T15:12:59.345Z | [ recovery-image] Aug 29 15:12:57.669 INFO O| Aug 29 15:12:57.669 INFO STEP 1133 (remove_files) COMPLETE |
7464 | 2024-08-29T15:12:59.347Z | [ recovery-image] Aug 29 15:12:57.669 INFO O| Aug 29 15:12:57.669 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-08-29T15:12:59.394Z | [ recovery-image] Aug 29 15:12:57.718 INFO O| Aug 29 15:12:57.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7466 | 2024-08-29T15:12:59.396Z | [ recovery-image] Aug 29 15:12:57.718 INFO O| Aug 29 15:12:57.718 INFO STEP 1134 (remove_files) COMPLETE |
7467 | 2024-08-29T15:12:59.396Z | [ recovery-image] Aug 29 15:12:57.718 INFO O| Aug 29 15:12:57.718 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-08-29T15:12:59.414Z | [ recovery-image] Aug 29 15:12:57.737 INFO O| Aug 29 15:12:57.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7469 | 2024-08-29T15:12:59.417Z | [ recovery-image] Aug 29 15:12:57.737 INFO O| Aug 29 15:12:57.737 INFO STEP 1135 (remove_files) COMPLETE |
7470 | 2024-08-29T15:12:59.417Z | [ recovery-image] Aug 29 15:12:57.737 INFO O| Aug 29 15:12:57.737 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-08-29T15:12:59.451Z | [ recovery-image] Aug 29 15:12:57.776 INFO O| Aug 29 15:12:57.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7472 | 2024-08-29T15:12:59.467Z | [ recovery-image] Aug 29 15:12:57.776 INFO O| Aug 29 15:12:57.776 INFO STEP 1136 (remove_files) COMPLETE |
7473 | 2024-08-29T15:12:59.467Z | [ recovery-image] Aug 29 15:12:57.776 INFO O| Aug 29 15:12:57.776 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-08-29T15:12:59.470Z | [ recovery-image] Aug 29 15:12:57.794 INFO O| Aug 29 15:12:57.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7475 | 2024-08-29T15:12:59.470Z | [ recovery-image] Aug 29 15:12:57.794 INFO O| Aug 29 15:12:57.794 INFO STEP 1137 (remove_files) COMPLETE |
7476 | 2024-08-29T15:12:59.472Z | [ recovery-image] Aug 29 15:12:57.794 INFO O| Aug 29 15:12:57.794 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-08-29T15:12:59.487Z | [ recovery-image] Aug 29 15:12:57.811 INFO O| Aug 29 15:12:57.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7478 | 2024-08-29T15:12:59.487Z | [ recovery-image] Aug 29 15:12:57.812 INFO O| Aug 29 15:12:57.812 INFO STEP 1138 (remove_files) COMPLETE |
7479 | 2024-08-29T15:12:59.490Z | [ recovery-image] Aug 29 15:12:57.812 INFO O| Aug 29 15:12:57.812 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-08-29T15:12:59.504Z | [ recovery-image] Aug 29 15:12:57.829 INFO O| Aug 29 15:12:57.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7481 | 2024-08-29T15:12:59.504Z | [ recovery-image] Aug 29 15:12:57.829 INFO O| Aug 29 15:12:57.829 INFO STEP 1139 (remove_files) COMPLETE |
7482 | 2024-08-29T15:12:59.507Z | [ recovery-image] Aug 29 15:12:57.829 INFO O| Aug 29 15:12:57.829 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-08-29T15:12:59.520Z | [ recovery-image] Aug 29 15:12:57.844 INFO O| Aug 29 15:12:57.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7484 | 2024-08-29T15:12:59.520Z | [ recovery-image] Aug 29 15:12:57.844 INFO O| Aug 29 15:12:57.844 INFO STEP 1140 (remove_files) COMPLETE |
7485 | 2024-08-29T15:12:59.522Z | [ recovery-image] Aug 29 15:12:57.844 INFO O| Aug 29 15:12:57.844 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-08-29T15:12:59.537Z | [ recovery-image] Aug 29 15:12:57.861 INFO O| Aug 29 15:12:57.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7487 | 2024-08-29T15:12:59.537Z | [ recovery-image] Aug 29 15:12:57.861 INFO O| Aug 29 15:12:57.861 INFO STEP 1141 (remove_files) COMPLETE |
7488 | 2024-08-29T15:12:59.537Z | [ recovery-image] Aug 29 15:12:57.861 INFO O| Aug 29 15:12:57.861 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-08-29T15:12:59.555Z | [ recovery-image] Aug 29 15:12:57.879 INFO O| Aug 29 15:12:57.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7490 | 2024-08-29T15:12:59.555Z | [ recovery-image] Aug 29 15:12:57.879 INFO O| Aug 29 15:12:57.879 INFO STEP 1142 (remove_files) COMPLETE |
7491 | 2024-08-29T15:12:59.555Z | [ recovery-image] Aug 29 15:12:57.880 INFO O| Aug 29 15:12:57.879 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-08-29T15:12:59.573Z | [ recovery-image] Aug 29 15:12:57.897 INFO O| Aug 29 15:12:57.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7493 | 2024-08-29T15:12:59.573Z | [ recovery-image] Aug 29 15:12:57.897 INFO O| Aug 29 15:12:57.897 INFO STEP 1143 (remove_files) COMPLETE |
7494 | 2024-08-29T15:12:59.576Z | [ recovery-image] Aug 29 15:12:57.897 INFO O| Aug 29 15:12:57.897 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-08-29T15:12:59.591Z | [ recovery-image] Aug 29 15:12:57.914 INFO O| Aug 29 15:12:57.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7496 | 2024-08-29T15:12:59.591Z | [ recovery-image] Aug 29 15:12:57.914 INFO O| Aug 29 15:12:57.914 INFO STEP 1144 (remove_files) COMPLETE |
7497 | 2024-08-29T15:12:59.591Z | [ recovery-image] Aug 29 15:12:57.914 INFO O| Aug 29 15:12:57.914 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-08-29T15:12:59.606Z | [ recovery-image] Aug 29 15:12:57.930 INFO O| Aug 29 15:12:57.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7499 | 2024-08-29T15:12:59.606Z | [ recovery-image] Aug 29 15:12:57.930 INFO O| Aug 29 15:12:57.930 INFO STEP 1145 (remove_files) COMPLETE |
7500 | 2024-08-29T15:12:59.606Z | [ recovery-image] Aug 29 15:12:57.930 INFO O| Aug 29 15:12:57.930 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-08-29T15:12:59.622Z | [ recovery-image] Aug 29 15:12:57.946 INFO O| Aug 29 15:12:57.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7502 | 2024-08-29T15:12:59.622Z | [ recovery-image] Aug 29 15:12:57.946 INFO O| Aug 29 15:12:57.946 INFO STEP 1146 (remove_files) COMPLETE |
7503 | 2024-08-29T15:12:59.625Z | [ recovery-image] Aug 29 15:12:57.947 INFO O| Aug 29 15:12:57.946 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2024-08-29T15:12:59.665Z | [ recovery-image] Aug 29 15:12:57.989 INFO O| Aug 29 15:12:57.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7505 | 2024-08-29T15:12:59.665Z | [ recovery-image] Aug 29 15:12:57.989 INFO O| Aug 29 15:12:57.989 INFO STEP 1147 (remove_files) COMPLETE |
7506 | 2024-08-29T15:12:59.665Z | [ recovery-image] Aug 29 15:12:57.989 INFO O| Aug 29 15:12:57.989 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2024-08-29T15:12:59.695Z | [ recovery-image] Aug 29 15:12:58.019 INFO O| Aug 29 15:12:58.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7508 | 2024-08-29T15:12:59.695Z | [ recovery-image] Aug 29 15:12:58.019 INFO O| Aug 29 15:12:58.019 INFO STEP 1148 (remove_files) COMPLETE |
7509 | 2024-08-29T15:12:59.695Z | [ recovery-image] Aug 29 15:12:58.019 INFO O| Aug 29 15:12:58.019 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2024-08-29T15:12:59.719Z | [ recovery-image] Aug 29 15:12:58.042 INFO O| Aug 29 15:12:58.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7511 | 2024-08-29T15:12:59.719Z | [ recovery-image] Aug 29 15:12:58.042 INFO O| Aug 29 15:12:58.042 INFO STEP 1149 (remove_files) COMPLETE |
7512 | 2024-08-29T15:12:59.719Z | [ recovery-image] Aug 29 15:12:58.042 INFO O| Aug 29 15:12:58.042 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2024-08-29T15:12:59.742Z | [ recovery-image] Aug 29 15:12:58.066 INFO O| Aug 29 15:12:58.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7514 | 2024-08-29T15:12:59.824Z | [ recovery-image] Aug 29 15:12:58.148 INFO O| Aug 29 15:12:58.148 INFO STEP 1150 (remove_files) COMPLETE |
7515 | 2024-08-29T15:12:59.824Z | [ recovery-image] Aug 29 15:12:58.148 INFO O| Aug 29 15:12:58.148 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2024-08-29T15:12:59.845Z | [ recovery-image] Aug 29 15:12:58.166 INFO O| Aug 29 15:12:58.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7517 | 2024-08-29T15:12:59.847Z | [ recovery-image] Aug 29 15:12:58.167 INFO O| Aug 29 15:12:58.166 INFO STEP 1151 (remove_files) COMPLETE |
7518 | 2024-08-29T15:12:59.847Z | [ recovery-image] Aug 29 15:12:58.167 INFO O| Aug 29 15:12:58.167 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2024-08-29T15:12:59.895Z | [ recovery-image] Aug 29 15:12:58.219 INFO O| Aug 29 15:12:58.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7520 | 2024-08-29T15:12:59.898Z | [ recovery-image] Aug 29 15:12:58.219 INFO O| Aug 29 15:12:58.219 INFO STEP 1152 (remove_files) COMPLETE |
7521 | 2024-08-29T15:12:59.898Z | [ recovery-image] Aug 29 15:12:58.220 INFO O| Aug 29 15:12:58.219 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2024-08-29T15:12:59.918Z | [ recovery-image] Aug 29 15:12:58.242 INFO O| Aug 29 15:12:58.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7523 | 2024-08-29T15:12:59.918Z | [ recovery-image] Aug 29 15:12:58.242 INFO O| Aug 29 15:12:58.242 INFO STEP 1153 (remove_files) COMPLETE |
7524 | 2024-08-29T15:12:59.921Z | [ recovery-image] Aug 29 15:12:58.242 INFO O| Aug 29 15:12:58.242 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2024-08-29T15:12:59.951Z | [ recovery-image] Aug 29 15:12:58.275 INFO O| Aug 29 15:12:58.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7526 | 2024-08-29T15:12:59.951Z | [ recovery-image] Aug 29 15:12:58.275 INFO O| Aug 29 15:12:58.275 INFO STEP 1154 (remove_files) COMPLETE |
7527 | 2024-08-29T15:12:59.951Z | [ recovery-image] Aug 29 15:12:58.275 INFO O| Aug 29 15:12:58.275 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-08-29T15:12:59.980Z | [ recovery-image] Aug 29 15:12:58.304 INFO O| Aug 29 15:12:58.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7529 | 2024-08-29T15:12:59.982Z | [ recovery-image] Aug 29 15:12:58.304 INFO O| Aug 29 15:12:58.304 INFO STEP 1155 (remove_files) COMPLETE |
7530 | 2024-08-29T15:12:59.982Z | [ recovery-image] Aug 29 15:12:58.304 INFO O| Aug 29 15:12:58.304 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2024-08-29T15:12:59.999Z | [ recovery-image] Aug 29 15:12:58.323 INFO O| Aug 29 15:12:58.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7532 | 2024-08-29T15:12:59.999Z | [ recovery-image] Aug 29 15:12:58.323 INFO O| Aug 29 15:12:58.323 INFO STEP 1156 (remove_files) COMPLETE |
7533 | 2024-08-29T15:12:59.999Z | [ recovery-image] Aug 29 15:12:58.323 INFO O| Aug 29 15:12:58.323 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2024-08-29T15:13:00.018Z | [ recovery-image] Aug 29 15:12:58.341 INFO O| Aug 29 15:12:58.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7535 | 2024-08-29T15:13:00.018Z | [ recovery-image] Aug 29 15:12:58.341 INFO O| Aug 29 15:12:58.341 INFO STEP 1157 (remove_files) COMPLETE |
7536 | 2024-08-29T15:13:00.018Z | [ recovery-image] Aug 29 15:12:58.341 INFO O| Aug 29 15:12:58.341 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2024-08-29T15:13:00.036Z | [ recovery-image] Aug 29 15:12:58.360 INFO O| Aug 29 15:12:58.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7538 | 2024-08-29T15:13:00.036Z | [ recovery-image] Aug 29 15:12:58.360 INFO O| Aug 29 15:12:58.360 INFO STEP 1158 (remove_files) COMPLETE |
7539 | 2024-08-29T15:13:00.036Z | [ recovery-image] Aug 29 15:12:58.360 INFO O| Aug 29 15:12:58.360 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2024-08-29T15:13:00.060Z | [ recovery-image] Aug 29 15:12:58.384 INFO O| Aug 29 15:12:58.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7541 | 2024-08-29T15:13:00.063Z | [ recovery-image] Aug 29 15:12:58.384 INFO O| Aug 29 15:12:58.384 INFO STEP 1159 (remove_files) COMPLETE |
7542 | 2024-08-29T15:13:00.063Z | [ recovery-image] Aug 29 15:12:58.385 INFO O| Aug 29 15:12:58.384 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-08-29T15:13:00.079Z | [ recovery-image] Aug 29 15:12:58.403 INFO O| Aug 29 15:12:58.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7544 | 2024-08-29T15:13:00.081Z | [ recovery-image] Aug 29 15:12:58.403 INFO O| Aug 29 15:12:58.403 INFO STEP 1160 (remove_files) COMPLETE |
7545 | 2024-08-29T15:13:00.081Z | [ recovery-image] Aug 29 15:12:58.403 INFO O| Aug 29 15:12:58.403 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-08-29T15:13:00.098Z | [ recovery-image] Aug 29 15:12:58.422 INFO O| Aug 29 15:12:58.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7547 | 2024-08-29T15:13:00.100Z | [ recovery-image] Aug 29 15:12:58.422 INFO O| Aug 29 15:12:58.422 INFO STEP 1161 (remove_files) COMPLETE |
7548 | 2024-08-29T15:13:00.100Z | [ recovery-image] Aug 29 15:12:58.422 INFO O| Aug 29 15:12:58.422 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-08-29T15:13:00.196Z | [ recovery-image] Aug 29 15:12:58.517 INFO O| Aug 29 15:12:58.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7550 | 2024-08-29T15:13:00.198Z | [ recovery-image] Aug 29 15:12:58.517 INFO O| Aug 29 15:12:58.517 INFO STEP 1162 (remove_files) COMPLETE |
7551 | 2024-08-29T15:13:00.198Z | [ recovery-image] Aug 29 15:12:58.517 INFO O| Aug 29 15:12:58.517 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-08-29T15:13:00.211Z | [ recovery-image] Aug 29 15:12:58.535 INFO O| Aug 29 15:12:58.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7553 | 2024-08-29T15:13:00.211Z | [ recovery-image] Aug 29 15:12:58.535 INFO O| Aug 29 15:12:58.535 INFO STEP 1163 (remove_files) COMPLETE |
7554 | 2024-08-29T15:13:00.211Z | [ recovery-image] Aug 29 15:12:58.535 INFO O| Aug 29 15:12:58.535 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-08-29T15:13:00.262Z | [ recovery-image] Aug 29 15:12:58.586 INFO O| Aug 29 15:12:58.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7556 | 2024-08-29T15:13:00.262Z | [ recovery-image] Aug 29 15:12:58.586 INFO O| Aug 29 15:12:58.586 INFO STEP 1164 (remove_files) COMPLETE |
7557 | 2024-08-29T15:13:00.262Z | [ recovery-image] Aug 29 15:12:58.586 INFO O| Aug 29 15:12:58.586 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-08-29T15:13:00.315Z | [ recovery-image] Aug 29 15:12:58.639 INFO O| Aug 29 15:12:58.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7559 | 2024-08-29T15:13:00.318Z | [ recovery-image] Aug 29 15:12:58.639 INFO O| Aug 29 15:12:58.639 INFO STEP 1165 (remove_files) COMPLETE |
7560 | 2024-08-29T15:13:00.318Z | [ recovery-image] Aug 29 15:12:58.639 INFO O| Aug 29 15:12:58.639 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-08-29T15:13:00.339Z | [ recovery-image] Aug 29 15:12:58.663 INFO O| Aug 29 15:12:58.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7562 | 2024-08-29T15:13:00.339Z | [ recovery-image] Aug 29 15:12:58.663 INFO O| Aug 29 15:12:58.663 INFO STEP 1166 (remove_files) COMPLETE |
7563 | 2024-08-29T15:13:00.339Z | [ recovery-image] Aug 29 15:12:58.663 INFO O| Aug 29 15:12:58.663 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-08-29T15:13:00.358Z | [ recovery-image] Aug 29 15:12:58.682 INFO O| Aug 29 15:12:58.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7565 | 2024-08-29T15:13:00.358Z | [ recovery-image] Aug 29 15:12:58.682 INFO O| Aug 29 15:12:58.682 INFO STEP 1167 (remove_files) COMPLETE |
7566 | 2024-08-29T15:13:00.358Z | [ recovery-image] Aug 29 15:12:58.682 INFO O| Aug 29 15:12:58.682 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-08-29T15:13:00.375Z | [ recovery-image] Aug 29 15:12:58.699 INFO O| Aug 29 15:12:58.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7568 | 2024-08-29T15:13:00.375Z | [ recovery-image] Aug 29 15:12:58.699 INFO O| Aug 29 15:12:58.699 INFO STEP 1168 (remove_files) COMPLETE |
7569 | 2024-08-29T15:13:00.377Z | [ recovery-image] Aug 29 15:12:58.699 INFO O| Aug 29 15:12:58.699 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2024-08-29T15:13:00.399Z | [ recovery-image] Aug 29 15:12:58.723 INFO O| Aug 29 15:12:58.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7571 | 2024-08-29T15:13:00.399Z | [ recovery-image] Aug 29 15:12:58.723 INFO O| Aug 29 15:12:58.723 INFO STEP 1169 (remove_files) COMPLETE |
7572 | 2024-08-29T15:13:00.402Z | [ recovery-image] Aug 29 15:12:58.723 INFO O| Aug 29 15:12:58.723 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2024-08-29T15:13:00.417Z | [ recovery-image] Aug 29 15:12:58.741 INFO O| Aug 29 15:12:58.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7574 | 2024-08-29T15:13:00.417Z | [ recovery-image] Aug 29 15:12:58.741 INFO O| Aug 29 15:12:58.741 INFO STEP 1170 (remove_files) COMPLETE |
7575 | 2024-08-29T15:13:00.417Z | [ recovery-image] Aug 29 15:12:58.741 INFO O| Aug 29 15:12:58.741 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2024-08-29T15:13:00.434Z | [ recovery-image] Aug 29 15:12:58.758 INFO O| Aug 29 15:12:58.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7577 | 2024-08-29T15:13:00.434Z | [ recovery-image] Aug 29 15:12:58.758 INFO O| Aug 29 15:12:58.758 INFO STEP 1171 (remove_files) COMPLETE |
7578 | 2024-08-29T15:13:00.434Z | [ recovery-image] Aug 29 15:12:58.758 INFO O| Aug 29 15:12:58.758 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-08-29T15:13:00.451Z | [ recovery-image] Aug 29 15:12:58.775 INFO O| Aug 29 15:12:58.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7580 | 2024-08-29T15:13:00.451Z | [ recovery-image] Aug 29 15:12:58.775 INFO O| Aug 29 15:12:58.775 INFO STEP 1172 (remove_files) COMPLETE |
7581 | 2024-08-29T15:13:00.453Z | [ recovery-image] Aug 29 15:12:58.775 INFO O| Aug 29 15:12:58.775 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-08-29T15:13:00.467Z | [ recovery-image] Aug 29 15:12:58.791 INFO O| Aug 29 15:12:58.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7583 | 2024-08-29T15:13:00.467Z | [ recovery-image] Aug 29 15:12:58.791 INFO O| Aug 29 15:12:58.791 INFO STEP 1173 (remove_files) COMPLETE |
7584 | 2024-08-29T15:13:00.470Z | [ recovery-image] Aug 29 15:12:58.792 INFO O| Aug 29 15:12:58.791 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-08-29T15:13:00.484Z | [ recovery-image] Aug 29 15:12:58.808 INFO O| Aug 29 15:12:58.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7586 | 2024-08-29T15:13:00.484Z | [ recovery-image] Aug 29 15:12:58.808 INFO O| Aug 29 15:12:58.808 INFO STEP 1174 (remove_files) COMPLETE |
7587 | 2024-08-29T15:13:00.484Z | [ recovery-image] Aug 29 15:12:58.808 INFO O| Aug 29 15:12:58.808 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-08-29T15:13:00.501Z | [ recovery-image] Aug 29 15:12:58.825 INFO O| Aug 29 15:12:58.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7589 | 2024-08-29T15:13:00.503Z | [ recovery-image] Aug 29 15:12:58.825 INFO O| Aug 29 15:12:58.825 INFO STEP 1175 (remove_files) COMPLETE |
7590 | 2024-08-29T15:13:00.503Z | [ recovery-image] Aug 29 15:12:58.825 INFO O| Aug 29 15:12:58.825 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-08-29T15:13:00.519Z | [ recovery-image] Aug 29 15:12:58.843 INFO O| Aug 29 15:12:58.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7592 | 2024-08-29T15:13:00.521Z | [ recovery-image] Aug 29 15:12:58.843 INFO O| Aug 29 15:12:58.843 INFO STEP 1176 (remove_files) COMPLETE |
7593 | 2024-08-29T15:13:00.521Z | [ recovery-image] Aug 29 15:12:58.843 INFO O| Aug 29 15:12:58.843 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-08-29T15:13:00.536Z | [ recovery-image] Aug 29 15:12:58.860 INFO O| Aug 29 15:12:58.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7595 | 2024-08-29T15:13:00.538Z | [ recovery-image] Aug 29 15:12:58.860 INFO O| Aug 29 15:12:58.860 INFO STEP 1177 (remove_files) COMPLETE |
7596 | 2024-08-29T15:13:00.538Z | [ recovery-image] Aug 29 15:12:58.860 INFO O| Aug 29 15:12:58.860 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-08-29T15:13:00.556Z | [ recovery-image] Aug 29 15:12:58.880 INFO O| Aug 29 15:12:58.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7598 | 2024-08-29T15:13:00.556Z | [ recovery-image] Aug 29 15:12:58.880 INFO O| Aug 29 15:12:58.880 INFO STEP 1178 (remove_files) COMPLETE |
7599 | 2024-08-29T15:13:00.556Z | [ recovery-image] Aug 29 15:12:58.880 INFO O| Aug 29 15:12:58.880 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-08-29T15:13:00.617Z | [ recovery-image] Aug 29 15:12:58.941 INFO O| Aug 29 15:12:58.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7601 | 2024-08-29T15:13:00.619Z | [ recovery-image] Aug 29 15:12:58.941 INFO O| Aug 29 15:12:58.941 INFO STEP 1179 (remove_files) COMPLETE |
7602 | 2024-08-29T15:13:00.619Z | [ recovery-image] Aug 29 15:12:58.941 INFO O| Aug 29 15:12:58.941 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-08-29T15:13:00.635Z | [ recovery-image] Aug 29 15:12:58.959 INFO O| Aug 29 15:12:58.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7604 | 2024-08-29T15:13:00.635Z | [ recovery-image] Aug 29 15:12:58.959 INFO O| Aug 29 15:12:58.959 INFO STEP 1180 (remove_files) COMPLETE |
7605 | 2024-08-29T15:13:00.638Z | [ recovery-image] Aug 29 15:12:58.959 INFO O| Aug 29 15:12:58.959 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-08-29T15:13:00.683Z | [ recovery-image] Aug 29 15:12:59.007 INFO O| Aug 29 15:12:59.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7607 | 2024-08-29T15:13:00.683Z | [ recovery-image] Aug 29 15:12:59.007 INFO O| Aug 29 15:12:59.007 INFO STEP 1181 (remove_files) COMPLETE |
7608 | 2024-08-29T15:13:00.683Z | [ recovery-image] Aug 29 15:12:59.007 INFO O| Aug 29 15:12:59.007 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-08-29T15:13:00.702Z | [ recovery-image] Aug 29 15:12:59.025 INFO O| Aug 29 15:12:59.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7610 | 2024-08-29T15:13:00.702Z | [ recovery-image] Aug 29 15:12:59.026 INFO O| Aug 29 15:12:59.026 INFO STEP 1182 (remove_files) COMPLETE |
7611 | 2024-08-29T15:13:00.704Z | [ recovery-image] Aug 29 15:12:59.026 INFO O| Aug 29 15:12:59.026 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-08-29T15:13:00.754Z | [ recovery-image] Aug 29 15:12:59.078 INFO O| Aug 29 15:12:59.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7613 | 2024-08-29T15:13:00.754Z | [ recovery-image] Aug 29 15:12:59.078 INFO O| Aug 29 15:12:59.078 INFO STEP 1183 (remove_files) COMPLETE |
7614 | 2024-08-29T15:13:00.754Z | [ recovery-image] Aug 29 15:12:59.078 INFO O| Aug 29 15:12:59.078 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-08-29T15:13:00.790Z | [ recovery-image] Aug 29 15:12:59.114 INFO O| Aug 29 15:12:59.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7616 | 2024-08-29T15:13:00.790Z | [ recovery-image] Aug 29 15:12:59.114 INFO O| Aug 29 15:12:59.114 INFO STEP 1184 (remove_files) COMPLETE |
7617 | 2024-08-29T15:13:00.792Z | [ recovery-image] Aug 29 15:12:59.114 INFO O| Aug 29 15:12:59.114 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-08-29T15:13:00.848Z | [ recovery-image] Aug 29 15:12:59.170 INFO O| Aug 29 15:12:59.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7619 | 2024-08-29T15:13:00.848Z | [ recovery-image] Aug 29 15:12:59.170 INFO O| Aug 29 15:12:59.170 INFO STEP 1185 (remove_files) COMPLETE |
7620 | 2024-08-29T15:13:00.848Z | [ recovery-image] Aug 29 15:12:59.170 INFO O| Aug 29 15:12:59.170 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-08-29T15:13:00.904Z | [ recovery-image] Aug 29 15:12:59.228 INFO O| Aug 29 15:12:59.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7622 | 2024-08-29T15:13:00.904Z | [ recovery-image] Aug 29 15:12:59.228 INFO O| Aug 29 15:12:59.228 INFO STEP 1186 (remove_files) COMPLETE |
7623 | 2024-08-29T15:13:00.904Z | [ recovery-image] Aug 29 15:12:59.228 INFO O| Aug 29 15:12:59.228 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2024-08-29T15:13:00.921Z | [ recovery-image] Aug 29 15:12:59.245 INFO O| Aug 29 15:12:59.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7625 | 2024-08-29T15:13:00.921Z | [ recovery-image] Aug 29 15:12:59.245 INFO O| Aug 29 15:12:59.245 INFO STEP 1187 (remove_files) COMPLETE |
7626 | 2024-08-29T15:13:00.921Z | [ recovery-image] Aug 29 15:12:59.245 INFO O| Aug 29 15:12:59.245 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2024-08-29T15:13:00.939Z | [ recovery-image] Aug 29 15:12:59.263 INFO O| Aug 29 15:12:59.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7628 | 2024-08-29T15:13:00.940Z | [ recovery-image] Aug 29 15:12:59.263 INFO O| Aug 29 15:12:59.263 INFO STEP 1188 (remove_files) COMPLETE |
7629 | 2024-08-29T15:13:00.940Z | [ recovery-image] Aug 29 15:12:59.263 INFO O| Aug 29 15:12:59.263 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2024-08-29T15:13:00.957Z | [ recovery-image] Aug 29 15:12:59.281 INFO O| Aug 29 15:12:59.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7631 | 2024-08-29T15:13:00.957Z | [ recovery-image] Aug 29 15:12:59.281 INFO O| Aug 29 15:12:59.281 INFO STEP 1189 (remove_files) COMPLETE |
7632 | 2024-08-29T15:13:00.957Z | [ recovery-image] Aug 29 15:12:59.281 INFO O| Aug 29 15:12:59.281 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2024-08-29T15:13:00.977Z | [ recovery-image] Aug 29 15:12:59.301 INFO O| Aug 29 15:12:59.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7634 | 2024-08-29T15:13:00.977Z | [ recovery-image] Aug 29 15:12:59.301 INFO O| Aug 29 15:12:59.301 INFO STEP 1190 (remove_files) COMPLETE |
7635 | 2024-08-29T15:13:00.978Z | [ recovery-image] Aug 29 15:12:59.301 INFO O| Aug 29 15:12:59.301 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2024-08-29T15:13:01.012Z | [ recovery-image] Aug 29 15:12:59.335 INFO O| Aug 29 15:12:59.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7637 | 2024-08-29T15:13:01.012Z | [ recovery-image] Aug 29 15:12:59.335 INFO O| Aug 29 15:12:59.335 INFO STEP 1191 (remove_files) COMPLETE |
7638 | 2024-08-29T15:13:01.019Z | [ recovery-image] Aug 29 15:12:59.335 INFO O| Aug 29 15:12:59.335 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2024-08-29T15:13:01.063Z | [ recovery-image] Aug 29 15:12:59.386 INFO O| Aug 29 15:12:59.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7640 | 2024-08-29T15:13:01.063Z | [ recovery-image] Aug 29 15:12:59.386 INFO O| Aug 29 15:12:59.386 INFO STEP 1192 (remove_files) COMPLETE |
7641 | 2024-08-29T15:13:01.063Z | [ recovery-image] Aug 29 15:12:59.386 INFO O| Aug 29 15:12:59.386 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2024-08-29T15:13:01.123Z | [ recovery-image] Aug 29 15:12:59.446 INFO O| Aug 29 15:12:59.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7643 | 2024-08-29T15:13:01.123Z | [ recovery-image] Aug 29 15:12:59.446 INFO O| Aug 29 15:12:59.446 INFO STEP 1193 (remove_files) COMPLETE |
7644 | 2024-08-29T15:13:01.123Z | [ recovery-image] Aug 29 15:12:59.447 INFO O| Aug 29 15:12:59.446 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2024-08-29T15:13:01.142Z | [ recovery-image] Aug 29 15:12:59.466 INFO O| Aug 29 15:12:59.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7646 | 2024-08-29T15:13:01.142Z | [ recovery-image] Aug 29 15:12:59.466 INFO O| Aug 29 15:12:59.466 INFO STEP 1194 (remove_files) COMPLETE |
7647 | 2024-08-29T15:13:01.142Z | [ recovery-image] Aug 29 15:12:59.466 INFO O| Aug 29 15:12:59.466 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-08-29T15:13:01.161Z | [ recovery-image] Aug 29 15:12:59.484 INFO O| Aug 29 15:12:59.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7649 | 2024-08-29T15:13:01.161Z | [ recovery-image] Aug 29 15:12:59.484 INFO O| Aug 29 15:12:59.484 INFO STEP 1195 (remove_files) COMPLETE |
7650 | 2024-08-29T15:13:01.161Z | [ recovery-image] Aug 29 15:12:59.484 INFO O| Aug 29 15:12:59.484 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-08-29T15:13:01.193Z | [ recovery-image] Aug 29 15:12:59.517 INFO O| Aug 29 15:12:59.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7652 | 2024-08-29T15:13:01.193Z | [ recovery-image] Aug 29 15:12:59.517 INFO O| Aug 29 15:12:59.517 INFO STEP 1196 (remove_files) COMPLETE |
7653 | 2024-08-29T15:13:01.195Z | [ recovery-image] Aug 29 15:12:59.517 INFO O| Aug 29 15:12:59.517 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-08-29T15:13:01.273Z | [ recovery-image] Aug 29 15:12:59.597 INFO O| Aug 29 15:12:59.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7655 | 2024-08-29T15:13:01.273Z | [ recovery-image] Aug 29 15:12:59.597 INFO O| Aug 29 15:12:59.597 INFO STEP 1197 (remove_files) COMPLETE |
7656 | 2024-08-29T15:13:01.273Z | [ recovery-image] Aug 29 15:12:59.597 INFO O| Aug 29 15:12:59.597 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2024-08-29T15:13:01.293Z | [ recovery-image] Aug 29 15:12:59.617 INFO O| Aug 29 15:12:59.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7658 | 2024-08-29T15:13:01.293Z | [ recovery-image] Aug 29 15:12:59.617 INFO O| Aug 29 15:12:59.617 INFO STEP 1198 (remove_files) COMPLETE |
7659 | 2024-08-29T15:13:01.293Z | [ recovery-image] Aug 29 15:12:59.617 INFO O| Aug 29 15:12:59.617 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2024-08-29T15:13:01.312Z | [ recovery-image] Aug 29 15:12:59.635 INFO O| Aug 29 15:12:59.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7661 | 2024-08-29T15:13:01.312Z | [ recovery-image] Aug 29 15:12:59.635 INFO O| Aug 29 15:12:59.635 INFO STEP 1199 (remove_files) COMPLETE |
7662 | 2024-08-29T15:13:01.312Z | [ recovery-image] Aug 29 15:12:59.635 INFO O| Aug 29 15:12:59.635 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2024-08-29T15:13:01.329Z | [ recovery-image] Aug 29 15:12:59.653 INFO O| Aug 29 15:12:59.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7664 | 2024-08-29T15:13:01.330Z | [ recovery-image] Aug 29 15:12:59.653 INFO O| Aug 29 15:12:59.653 INFO STEP 1200 (remove_files) COMPLETE |
7665 | 2024-08-29T15:13:01.330Z | [ recovery-image] Aug 29 15:12:59.653 INFO O| Aug 29 15:12:59.653 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2024-08-29T15:13:01.367Z | [ recovery-image] Aug 29 15:12:59.690 INFO O| Aug 29 15:12:59.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7667 | 2024-08-29T15:13:01.367Z | [ recovery-image] Aug 29 15:12:59.691 INFO O| Aug 29 15:12:59.691 INFO STEP 1201 (remove_files) COMPLETE |
7668 | 2024-08-29T15:13:01.369Z | [ recovery-image] Aug 29 15:12:59.691 INFO O| Aug 29 15:12:59.691 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7669 | 2024-08-29T15:13:01.389Z | [ recovery-image] Aug 29 15:12:59.713 INFO O| Aug 29 15:12:59.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7670 | 2024-08-29T15:13:01.389Z | [ recovery-image] Aug 29 15:12:59.713 INFO O| Aug 29 15:12:59.713 INFO STEP 1202 (remove_files) COMPLETE |
7671 | 2024-08-29T15:13:01.389Z | [ recovery-image] Aug 29 15:12:59.713 INFO O| Aug 29 15:12:59.713 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2024-08-29T15:13:01.409Z | [ recovery-image] Aug 29 15:12:59.733 INFO O| Aug 29 15:12:59.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7673 | 2024-08-29T15:13:01.409Z | [ recovery-image] Aug 29 15:12:59.733 INFO O| Aug 29 15:12:59.733 INFO STEP 1203 (remove_files) COMPLETE |
7674 | 2024-08-29T15:13:01.412Z | [ recovery-image] Aug 29 15:12:59.733 INFO O| Aug 29 15:12:59.733 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2024-08-29T15:13:01.431Z | [ recovery-image] Aug 29 15:12:59.755 INFO O| Aug 29 15:12:59.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7676 | 2024-08-29T15:13:01.431Z | [ recovery-image] Aug 29 15:12:59.755 INFO O| Aug 29 15:12:59.751 INFO STEP 1204 (remove_files) COMPLETE |
7677 | 2024-08-29T15:13:01.434Z | [ recovery-image] Aug 29 15:12:59.755 INFO O| Aug 29 15:12:59.751 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2024-08-29T15:13:01.447Z | [ recovery-image] Aug 29 15:12:59.771 INFO O| Aug 29 15:12:59.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7679 | 2024-08-29T15:13:01.447Z | [ recovery-image] Aug 29 15:12:59.771 INFO O| Aug 29 15:12:59.771 INFO STEP 1205 (remove_files) COMPLETE |
7680 | 2024-08-29T15:13:01.447Z | [ recovery-image] Aug 29 15:12:59.771 INFO O| Aug 29 15:12:59.771 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7681 | 2024-08-29T15:13:01.479Z | [ recovery-image] Aug 29 15:12:59.803 INFO O| Aug 29 15:12:59.803 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7682 | 2024-08-29T15:13:01.479Z | [ recovery-image] Aug 29 15:12:59.803 INFO O| Aug 29 15:12:59.803 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7683 | 2024-08-29T15:13:03.069Z | [ recovery-image] Aug 29 15:13:01.392 INFO O| Aug 29 15:13:01.392 INFO STEP 1206 (pack_tar) COMPLETE |
7684 | 2024-08-29T15:13:03.069Z | [ recovery-image] Aug 29 15:13:01.392 INFO O| Aug 29 15:13:01.392 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7685 | 2024-08-29T15:13:03.072Z | [ recovery-image] Aug 29 15:13:01.392 INFO O| Aug 29 15:13:01.392 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7686 | 2024-08-29T15:13:03.258Z | [ recovery-image] Aug 29 15:13:01.581 INFO O| Aug 29 15:13:01.581 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7687 | 2024-08-29T15:13:03.373Z | [ recovery-image] Aug 29 15:13:01.696 INFO O| Aug 29 15:13:01.696 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7688 | 2024-08-29T15:13:03.398Z | [ recovery-image] Aug 29 15:13:01.706 INFO image builder template: zfs-recovery... |
7689 | 2024-08-29T15:13:03.398Z | [ recovery-image] Aug 29 15:13:01.706 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/.tmpaaMxE7/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 |
7690 | 2024-08-29T15:13:03.436Z | [ recovery-image] Aug 29 15:13:01.759 INFO O| Aug 29 15:13:01.759 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7691 | 2024-08-29T15:13:03.447Z | [ recovery-image] Aug 29 15:13:01.770 INFO O| Aug 29 15:13:01.770 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7692 | 2024-08-29T15:13:03.602Z | [ recovery-image] Aug 29 15:13:01.925 INFO O| Aug 29 15:13:01.925 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7693 | 2024-08-29T15:13:03.688Z | [ recovery-image] Aug 29 15:13:02.011 INFO O| Aug 29 15:13:02.011 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7694 | 2024-08-29T15:13:03.688Z | [ recovery-image] Aug 29 15:13:02.011 INFO O| Aug 29 15:13:02.011 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7695 | 2024-08-29T15:13:03.695Z | [ recovery-image] Aug 29 15:13:02.018 INFO O| Aug 29 15:13:02.018 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7696 | 2024-08-29T15:13:03.769Z | [ recovery-image] Aug 29 15:13:02.092 INFO O| Aug 29 15:13:02.092 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7697 | 2024-08-29T15:13:03.817Z | [ recovery-image] Aug 29 15:13:02.140 INFO O| Aug 29 15:13:02.140 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7698 | 2024-08-29T15:13:03.866Z | [ recovery-image] Aug 29 15:13:02.189 INFO O| Aug 29 15:13:02.189 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7699 | 2024-08-29T15:13:03.913Z | [ recovery-image] Aug 29 15:13:02.236 INFO O| Aug 29 15:13:02.236 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7700 | 2024-08-29T15:13:03.916Z | [ recovery-image] Aug 29 15:13:02.238 INFO O| Aug 29 15:13:02.238 INFO no lofi found |
7701 | 2024-08-29T15:13:03.916Z | [ recovery-image] Aug 29 15:13:02.238 INFO O| Aug 29 15:13:02.238 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7702 | 2024-08-29T15:13:03.916Z | [ recovery-image] Aug 29 15:13:02.238 INFO O| Aug 29 15:13:02.238 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7703 | 2024-08-29T15:13:06.690Z | [ recovery-image] Aug 29 15:13:05.012 INFO O| Aug 29 15:13:05.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
7704 | 2024-08-29T15:13:06.690Z | [ recovery-image] Aug 29 15:13:05.012 INFO O| Aug 29 15:13:05.012 INFO pool device = /dev/dsk/c2t1d0p0 |
7705 | 2024-08-29T15:13:06.692Z | [ recovery-image] Aug 29 15:13:05.012 INFO O| Aug 29 15:13:05.012 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"] |
7706 | 2024-08-29T15:13:06.948Z | [ recovery-image] Aug 29 15:13:05.270 INFO O| Aug 29 15:13:05.270 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7707 | 2024-08-29T15:13:06.948Z | [ recovery-image] Aug 29 15:13:05.270 INFO O| Aug 29 15:13:05.270 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7708 | 2024-08-29T15:13:06.983Z | [ recovery-image] Aug 29 15:13:05.305 INFO O| Aug 29 15:13:05.305 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7709 | 2024-08-29T15:13:07.128Z | [ recovery-image] Aug 29 15:13:05.450 INFO O| Aug 29 15:13:05.450 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7710 | 2024-08-29T15:13:07.205Z | [ recovery-image] Aug 29 15:13:05.527 INFO O| Aug 29 15:13:05.527 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7711 | 2024-08-29T15:13:07.231Z | [ recovery-image] Aug 29 15:13:05.552 INFO O| Aug 29 15:13:05.552 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7712 | 2024-08-29T15:13:07.256Z | [ recovery-image] Aug 29 15:13:05.577 INFO O| Aug 29 15:13:05.577 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7713 | 2024-08-29T15:13:07.383Z | [ recovery-image] Aug 29 15:13:05.696 INFO O| Aug 29 15:13:05.677 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7714 | 2024-08-29T15:13:07.385Z | [ recovery-image] Aug 29 15:13:05.696 INFO O| Aug 29 15:13:05.677 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7715 | 2024-08-29T15:13:07.385Z | [ recovery-image] Aug 29 15:13:05.696 INFO O| Aug 29 15:13:05.677 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7716 | 2024-08-29T15:13:07.385Z | [ recovery-image] Aug 29 15:13:05.696 INFO O| Aug 29 15:13:05.696 INFO boot environment UUID: 26555d81-96f7-4407-8cac-980c08283cd1 |
7717 | 2024-08-29T15:13:07.385Z | [ recovery-image] Aug 29 15:13:05.696 INFO O| Aug 29 15:13:05.696 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 26555d81-96f7-4407-8cac-980c08283cd1 |
7718 | 2024-08-29T15:13:07.419Z | [ recovery-image] Aug 29 15:13:05.741 INFO O| Aug 29 15:13:05.741 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7719 | 2024-08-29T15:13:07.476Z | [ recovery-image] Aug 29 15:13:05.798 INFO O| Aug 29 15:13:05.798 INFO STEP 0 (create_be) COMPLETE |
7720 | 2024-08-29T15:13:07.476Z | [ recovery-image] Aug 29 15:13:05.798 INFO O| Aug 29 15:13:05.798 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7721 | 2024-08-29T15:13:07.504Z | [ recovery-image] Aug 29 15:13:05.826 INFO O| Aug 29 15:13:05.826 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"] |
7722 | 2024-08-29T15:13:14.588Z | [ recovery-image] Aug 29 15:13:12.907 INFO O| Aug 29 15:13:12.907 INFO STEP 1 (unpack_tar) COMPLETE |
7723 | 2024-08-29T15:13:14.588Z | [ recovery-image] Aug 29 15:13:12.907 INFO O| Aug 29 15:13:12.907 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7724 | 2024-08-29T15:13:14.605Z | [ recovery-image] Aug 29 15:13:12.924 INFO O| Aug 29 15:13:12.924 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7725 | 2024-08-29T15:13:16.230Z | [ recovery-image] Aug 29 15:13:14.548 INFO O| Aug 29 15:13:14.548 INFO STEP 2 (devfsadm) COMPLETE |
7726 | 2024-08-29T15:13:16.230Z | [ recovery-image] Aug 29 15:13:14.548 INFO O| Aug 29 15:13:14.548 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7727 | 2024-08-29T15:13:16.248Z | [ recovery-image] Aug 29 15:13:14.567 INFO O| Aug 29 15:13:14.567 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7728 | 2024-08-29T15:13:16.248Z | [ recovery-image] Aug 29 15:13:14.567 INFO O| Aug 29 15:13:14.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7729 | 2024-08-29T15:13:16.248Z | [ recovery-image] Aug 29 15:13:14.567 INFO O| Aug 29 15:13:14.567 INFO STEP 3 (ensure_dir) COMPLETE |
7730 | 2024-08-29T15:13:16.267Z | [ recovery-image] Aug 29 15:13:14.567 INFO O| Aug 29 15:13:14.567 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7731 | 2024-08-29T15:13:16.267Z | [ recovery-image] Aug 29 15:13:14.584 INFO O| Aug 29 15:13:14.584 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7732 | 2024-08-29T15:13:16.267Z | [ recovery-image] Aug 29 15:13:14.584 INFO O| Aug 29 15:13:14.584 INFO STEP 4 (ensure_dir) COMPLETE |
7733 | 2024-08-29T15:13:16.267Z | [ recovery-image] Aug 29 15:13:14.584 INFO O| Aug 29 15:13:14.584 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7734 | 2024-08-29T15:13:16.293Z | [ recovery-image] Aug 29 15:13:14.612 INFO O| Aug 29 15:13:14.612 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7735 | 2024-08-29T15:13:16.293Z | [ recovery-image] Aug 29 15:13:14.612 INFO O| Aug 29 15:13:14.612 INFO STEP 5 (ensure_dir) COMPLETE |
7736 | 2024-08-29T15:13:16.296Z | [ recovery-image] Aug 29 15:13:14.612 INFO O| Aug 29 15:13:14.612 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7737 | 2024-08-29T15:13:16.375Z | [ recovery-image] Aug 29 15:13:14.694 INFO O| Aug 29 15:13:14.694 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7738 | 2024-08-29T15:13:16.375Z | [ recovery-image] Aug 29 15:13:14.694 INFO O| Aug 29 15:13:14.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7739 | 2024-08-29T15:13:16.381Z | [ recovery-image] Aug 29 15:13:14.694 INFO O| Aug 29 15:13:14.694 INFO STEP 6 (ensure_dir) COMPLETE |
7740 | 2024-08-29T15:13:16.381Z | [ recovery-image] Aug 29 15:13:14.694 INFO O| Aug 29 15:13:14.694 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7741 | 2024-08-29T15:13:16.396Z | [ recovery-image] Aug 29 15:13:14.714 INFO O| Aug 29 15:13:14.714 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7742 | 2024-08-29T15:13:16.396Z | [ recovery-image] Aug 29 15:13:14.715 INFO O| Aug 29 15:13:14.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7743 | 2024-08-29T15:13:16.400Z | [ recovery-image] Aug 29 15:13:14.715 INFO O| Aug 29 15:13:14.715 INFO STEP 7 (ensure_dir) COMPLETE |
7744 | 2024-08-29T15:13:16.400Z | [ recovery-image] Aug 29 15:13:14.715 INFO O| Aug 29 15:13:14.715 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7745 | 2024-08-29T15:13:16.415Z | [ recovery-image] Aug 29 15:13:14.734 INFO O| Aug 29 15:13:14.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7746 | 2024-08-29T15:13:16.418Z | [ recovery-image] Aug 29 15:13:14.734 INFO O| Aug 29 15:13:14.734 INFO STEP 8 (remove_files) COMPLETE |
7747 | 2024-08-29T15:13:16.418Z | [ recovery-image] Aug 29 15:13:14.734 INFO O| Aug 29 15:13:14.734 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7748 | 2024-08-29T15:13:16.441Z | [ recovery-image] Aug 29 15:13:14.760 INFO O| Aug 29 15:13:14.760 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7749 | 2024-08-29T15:13:16.446Z | [ recovery-image] Aug 29 15:13:14.761 INFO O| Aug 29 15:13:14.761 INFO STEP 9 (remove_files) COMPLETE |
7750 | 2024-08-29T15:13:16.446Z | [ recovery-image] Aug 29 15:13:14.761 INFO O| Aug 29 15:13:14.761 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7751 | 2024-08-29T15:13:16.459Z | [ recovery-image] Aug 29 15:13:14.778 INFO O| Aug 29 15:13:14.778 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7752 | 2024-08-29T15:13:16.462Z | [ recovery-image] Aug 29 15:13:14.779 INFO O| Aug 29 15:13:14.779 INFO STEP 10 (remove_files) COMPLETE |
7753 | 2024-08-29T15:13:16.462Z | [ recovery-image] Aug 29 15:13:14.779 INFO O| Aug 29 15:13:14.779 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7754 | 2024-08-29T15:13:16.476Z | [ recovery-image] Aug 29 15:13:14.796 INFO O| Aug 29 15:13:14.795 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7755 | 2024-08-29T15:13:16.479Z | [ recovery-image] Aug 29 15:13:14.796 INFO O| Aug 29 15:13:14.796 INFO STEP 11 (remove_files) COMPLETE |
7756 | 2024-08-29T15:13:16.480Z | [ recovery-image] Aug 29 15:13:14.796 INFO O| Aug 29 15:13:14.796 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7757 | 2024-08-29T15:13:16.493Z | [ recovery-image] Aug 29 15:13:14.812 INFO O| Aug 29 15:13:14.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7758 | 2024-08-29T15:13:16.493Z | [ recovery-image] Aug 29 15:13:14.812 INFO O| Aug 29 15:13:14.812 INFO STEP 12 (remove_files) COMPLETE |
7759 | 2024-08-29T15:13:16.493Z | [ recovery-image] Aug 29 15:13:14.812 INFO O| Aug 29 15:13:14.812 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7760 | 2024-08-29T15:13:16.525Z | [ recovery-image] Aug 29 15:13:14.843 INFO O| Aug 29 15:13:14.843 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7761 | 2024-08-29T15:13:16.528Z | [ recovery-image] Aug 29 15:13:14.843 INFO O| Aug 29 15:13:14.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7762 | 2024-08-29T15:13:16.528Z | [ recovery-image] Aug 29 15:13:14.843 INFO O| Aug 29 15:13:14.843 INFO STEP 13 (ensure_dir) COMPLETE |
7763 | 2024-08-29T15:13:16.528Z | [ recovery-image] Aug 29 15:13:14.844 INFO O| Aug 29 15:13:14.843 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7764 | 2024-08-29T15:13:16.543Z | [ recovery-image] Aug 29 15:13:14.862 INFO O| Aug 29 15:13:14.862 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7765 | 2024-08-29T15:13:16.547Z | [ recovery-image] Aug 29 15:13:14.863 INFO O| Aug 29 15:13:14.863 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7766 | 2024-08-29T15:13:16.547Z | [ recovery-image] Aug 29 15:13:14.863 INFO O| Aug 29 15:13:14.863 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7767 | 2024-08-29T15:13:16.547Z | [ recovery-image] Aug 29 15:13:14.863 INFO O| Aug 29 15:13:14.863 INFO STEP 14 (ensure_dir) COMPLETE |
7768 | 2024-08-29T15:13:16.547Z | [ recovery-image] Aug 29 15:13:14.863 INFO O| Aug 29 15:13:14.863 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7769 | 2024-08-29T15:13:16.562Z | [ recovery-image] Aug 29 15:13:14.881 INFO O| Aug 29 15:13:14.881 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7770 | 2024-08-29T15:13:16.565Z | [ recovery-image] Aug 29 15:13:14.881 INFO O| Aug 29 15:13:14.881 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7771 | 2024-08-29T15:13:16.565Z | [ recovery-image] Aug 29 15:13:14.882 INFO O| Aug 29 15:13:14.881 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7772 | 2024-08-29T15:13:16.565Z | [ recovery-image] Aug 29 15:13:14.882 INFO O| Aug 29 15:13:14.882 INFO STEP 15 (ensure_dir) COMPLETE |
7773 | 2024-08-29T15:13:16.565Z | [ recovery-image] Aug 29 15:13:14.882 INFO O| Aug 29 15:13:14.882 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7774 | 2024-08-29T15:13:16.581Z | [ recovery-image] Aug 29 15:13:14.899 INFO O| Aug 29 15:13:14.898 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7775 | 2024-08-29T15:13:16.584Z | [ recovery-image] Aug 29 15:13:14.899 INFO O| Aug 29 15:13:14.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7776 | 2024-08-29T15:13:16.584Z | [ recovery-image] Aug 29 15:13:14.899 INFO O| Aug 29 15:13:14.899 INFO STEP 16 (ensure_dir) COMPLETE |
7777 | 2024-08-29T15:13:16.584Z | [ recovery-image] Aug 29 15:13:14.899 INFO O| Aug 29 15:13:14.899 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7778 | 2024-08-29T15:13:16.597Z | [ recovery-image] Aug 29 15:13:14.916 INFO O| Aug 29 15:13:14.916 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7779 | 2024-08-29T15:13:16.601Z | [ recovery-image] Aug 29 15:13:14.916 INFO O| Aug 29 15:13:14.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7780 | 2024-08-29T15:13:16.601Z | [ recovery-image] Aug 29 15:13:14.916 INFO O| Aug 29 15:13:14.916 INFO STEP 17 (ensure_dir) COMPLETE |
7781 | 2024-08-29T15:13:16.601Z | [ recovery-image] Aug 29 15:13:14.917 INFO O| Aug 29 15:13:14.917 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7782 | 2024-08-29T15:13:16.615Z | [ recovery-image] Aug 29 15:13:14.933 INFO O| Aug 29 15:13:14.933 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7783 | 2024-08-29T15:13:16.618Z | [ recovery-image] Aug 29 15:13:14.933 INFO O| Aug 29 15:13:14.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7784 | 2024-08-29T15:13:16.618Z | [ recovery-image] Aug 29 15:13:14.933 INFO O| Aug 29 15:13:14.933 INFO ok! |
7785 | 2024-08-29T15:13:16.618Z | [ recovery-image] Aug 29 15:13:14.934 INFO O| Aug 29 15:13:14.933 INFO STEP 18 (ensure_symlink) COMPLETE |
7786 | 2024-08-29T15:13:16.618Z | [ recovery-image] Aug 29 15:13:14.934 INFO O| Aug 29 15:13:14.934 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7787 | 2024-08-29T15:13:16.632Z | [ recovery-image] Aug 29 15:13:14.951 INFO O| Aug 29 15:13:14.951 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7788 | 2024-08-29T15:13:16.634Z | [ recovery-image] Aug 29 15:13:14.951 INFO O| Aug 29 15:13:14.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7789 | 2024-08-29T15:13:16.634Z | [ recovery-image] Aug 29 15:13:14.951 INFO O| Aug 29 15:13:14.951 INFO ok! |
7790 | 2024-08-29T15:13:16.634Z | [ recovery-image] Aug 29 15:13:14.951 INFO O| Aug 29 15:13:14.951 INFO STEP 19 (ensure_file) COMPLETE |
7791 | 2024-08-29T15:13:16.634Z | [ recovery-image] Aug 29 15:13:14.951 INFO O| Aug 29 15:13:14.951 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7792 | 2024-08-29T15:13:16.650Z | [ recovery-image] Aug 29 15:13:14.968 INFO O| Aug 29 15:13:14.968 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7793 | 2024-08-29T15:13:16.650Z | [ recovery-image] Aug 29 15:13:14.968 INFO O| Aug 29 15:13:14.968 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7794 | 2024-08-29T15:13:16.654Z | [ recovery-image] Aug 29 15:13:14.968 INFO O| Aug 29 15:13:14.968 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7795 | 2024-08-29T15:13:16.654Z | [ recovery-image] Aug 29 15:13:14.968 INFO O| Aug 29 15:13:14.968 INFO ok! |
7796 | 2024-08-29T15:13:16.654Z | [ recovery-image] Aug 29 15:13:14.968 INFO O| Aug 29 15:13:14.968 INFO STEP 20 (ensure_symlink) COMPLETE |
7797 | 2024-08-29T15:13:16.654Z | [ recovery-image] Aug 29 15:13:14.968 INFO O| Aug 29 15:13:14.968 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7798 | 2024-08-29T15:13:16.697Z | [ recovery-image] Aug 29 15:13:15.016 INFO O| Aug 29 15:13:15.015 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7799 | 2024-08-29T15:13:16.697Z | [ recovery-image] Aug 29 15:13:15.016 INFO O| Aug 29 15:13:15.015 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7800 | 2024-08-29T15:13:16.700Z | [ recovery-image] Aug 29 15:13:15.016 INFO O| Aug 29 15:13:15.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7801 | 2024-08-29T15:13:16.700Z | [ recovery-image] Aug 29 15:13:15.016 INFO O| Aug 29 15:13:15.016 INFO ok! |
7802 | 2024-08-29T15:13:16.700Z | [ recovery-image] Aug 29 15:13:15.016 INFO O| Aug 29 15:13:15.016 INFO STEP 21 (ensure_symlink) COMPLETE |
7803 | 2024-08-29T15:13:16.700Z | [ recovery-image] Aug 29 15:13:15.016 INFO O| Aug 29 15:13:15.016 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7804 | 2024-08-29T15:13:16.717Z | [ recovery-image] Aug 29 15:13:15.033 INFO O| Aug 29 15:13:15.033 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7805 | 2024-08-29T15:13:16.717Z | [ recovery-image] Aug 29 15:13:15.033 INFO O| Aug 29 15:13:15.033 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7806 | 2024-08-29T15:13:16.720Z | [ recovery-image] Aug 29 15:13:15.033 INFO O| Aug 29 15:13:15.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7807 | 2024-08-29T15:13:16.720Z | [ recovery-image] Aug 29 15:13:15.033 INFO O| Aug 29 15:13:15.033 INFO ok! |
7808 | 2024-08-29T15:13:16.720Z | [ recovery-image] Aug 29 15:13:15.033 INFO O| Aug 29 15:13:15.033 INFO STEP 22 (ensure_symlink) COMPLETE |
7809 | 2024-08-29T15:13:16.720Z | [ recovery-image] Aug 29 15:13:15.033 INFO O| Aug 29 15:13:15.033 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7810 | 2024-08-29T15:13:16.739Z | [ recovery-image] Aug 29 15:13:15.058 INFO O| Aug 29 15:13:15.058 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7811 | 2024-08-29T15:13:16.739Z | [ recovery-image] Aug 29 15:13:15.058 INFO O| Aug 29 15:13:15.058 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7812 | 2024-08-29T15:13:16.744Z | [ recovery-image] Aug 29 15:13:15.058 INFO O| Aug 29 15:13:15.058 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7813 | 2024-08-29T15:13:16.744Z | [ recovery-image] Aug 29 15:13:15.058 INFO O| Aug 29 15:13:15.058 INFO ok! |
7814 | 2024-08-29T15:13:16.744Z | [ recovery-image] Aug 29 15:13:15.058 INFO O| Aug 29 15:13:15.058 INFO STEP 23 (ensure_symlink) COMPLETE |
7815 | 2024-08-29T15:13:16.744Z | [ recovery-image] Aug 29 15:13:15.058 INFO O| Aug 29 15:13:15.058 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7816 | 2024-08-29T15:13:16.760Z | [ recovery-image] Aug 29 15:13:15.079 INFO O| Aug 29 15:13:15.079 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7817 | 2024-08-29T15:13:16.760Z | [ recovery-image] Aug 29 15:13:15.079 INFO O| Aug 29 15:13:15.079 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 ... |
7818 | 2024-08-29T15:13:16.763Z | [ recovery-image] Aug 29 15:13:15.079 INFO O| Aug 29 15:13:15.079 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7819 | 2024-08-29T15:13:16.763Z | [ recovery-image] Aug 29 15:13:15.079 INFO O| Aug 29 15:13:15.079 INFO ok! |
7820 | 2024-08-29T15:13:16.763Z | [ recovery-image] Aug 29 15:13:15.079 INFO O| Aug 29 15:13:15.079 INFO STEP 24 (ensure_file) COMPLETE |
7821 | 2024-08-29T15:13:16.763Z | [ recovery-image] Aug 29 15:13:15.079 INFO O| Aug 29 15:13:15.079 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7822 | 2024-08-29T15:13:16.778Z | [ recovery-image] Aug 29 15:13:15.096 INFO O| Aug 29 15:13:15.096 INFO updating shadow file |
7823 | 2024-08-29T15:13:16.782Z | [ recovery-image] Aug 29 15:13:15.097 INFO O| Aug 29 15:13:15.097 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7824 | 2024-08-29T15:13:16.782Z | [ recovery-image] Aug 29 15:13:15.097 INFO O| Aug 29 15:13:15.097 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7825 | 2024-08-29T15:13:16.782Z | [ recovery-image] Aug 29 15:13:15.097 INFO O| Aug 29 15:13:15.097 INFO STEP 25 (shadow) COMPLETE |
7826 | 2024-08-29T15:13:16.782Z | [ recovery-image] Aug 29 15:13:15.097 INFO O| Aug 29 15:13:15.097 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7827 | 2024-08-29T15:13:16.796Z | [ recovery-image] Aug 29 15:13:15.114 INFO O| Aug 29 15:13:15.114 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7828 | 2024-08-29T15:13:16.796Z | [ recovery-image] Aug 29 15:13:15.114 INFO O| Aug 29 15:13:15.114 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7829 | 2024-08-29T15:13:16.796Z | [ recovery-image] Aug 29 15:13:15.114 INFO O| Aug 29 15:13:15.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7830 | 2024-08-29T15:13:16.796Z | [ recovery-image] Aug 29 15:13:15.114 INFO O| Aug 29 15:13:15.114 INFO ok! |
7831 | 2024-08-29T15:13:16.800Z | [ recovery-image] Aug 29 15:13:15.115 INFO O| Aug 29 15:13:15.114 INFO STEP 26 (ensure_file) COMPLETE |
7832 | 2024-08-29T15:13:16.800Z | [ recovery-image] Aug 29 15:13:15.115 INFO O| Aug 29 15:13:15.115 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7833 | 2024-08-29T15:13:16.813Z | [ recovery-image] Aug 29 15:13:15.131 INFO O| Aug 29 15:13:15.131 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7834 | 2024-08-29T15:13:16.816Z | [ recovery-image] Aug 29 15:13:15.131 INFO O| Aug 29 15:13:15.131 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7835 | 2024-08-29T15:13:16.816Z | [ recovery-image] Aug 29 15:13:15.131 INFO O| Aug 29 15:13:15.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7836 | 2024-08-29T15:13:16.816Z | [ recovery-image] Aug 29 15:13:15.131 INFO O| Aug 29 15:13:15.131 INFO ok! |
7837 | 2024-08-29T15:13:16.816Z | [ recovery-image] Aug 29 15:13:15.131 INFO O| Aug 29 15:13:15.131 INFO STEP 27 (ensure_file) COMPLETE |
7838 | 2024-08-29T15:13:16.816Z | [ recovery-image] Aug 29 15:13:15.132 INFO O| Aug 29 15:13:15.131 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7839 | 2024-08-29T15:13:16.831Z | [ recovery-image] Aug 29 15:13:15.150 INFO O| Aug 29 15:13:15.150 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7840 | 2024-08-29T15:13:16.831Z | [ recovery-image] Aug 29 15:13:15.150 INFO O| Aug 29 15:13:15.150 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7841 | 2024-08-29T15:13:16.835Z | [ recovery-image] Aug 29 15:13:15.150 INFO O| Aug 29 15:13:15.150 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7842 | 2024-08-29T15:13:16.835Z | [ recovery-image] Aug 29 15:13:15.151 INFO O| Aug 29 15:13:15.150 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7843 | 2024-08-29T15:13:16.835Z | [ recovery-image] Aug 29 15:13:15.151 INFO O| Aug 29 15:13:15.150 INFO ok! |
7844 | 2024-08-29T15:13:16.835Z | [ recovery-image] Aug 29 15:13:15.151 INFO O| Aug 29 15:13:15.151 INFO STEP 28 (ensure_file) COMPLETE |
7845 | 2024-08-29T15:13:16.835Z | [ recovery-image] Aug 29 15:13:15.151 INFO O| Aug 29 15:13:15.151 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7846 | 2024-08-29T15:13:16.851Z | [ recovery-image] Aug 29 15:13:15.169 INFO O| Aug 29 15:13:15.169 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7847 | 2024-08-29T15:13:16.851Z | [ recovery-image] Aug 29 15:13:15.170 INFO O| Aug 29 15:13:15.169 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7848 | 2024-08-29T15:13:16.851Z | [ recovery-image] Aug 29 15:13:15.170 INFO O| Aug 29 15:13:15.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7849 | 2024-08-29T15:13:16.851Z | [ recovery-image] Aug 29 15:13:15.170 INFO O| Aug 29 15:13:15.170 INFO ok! |
7850 | 2024-08-29T15:13:16.855Z | [ recovery-image] Aug 29 15:13:15.170 INFO O| Aug 29 15:13:15.170 INFO STEP 29 (ensure_file) COMPLETE |
7851 | 2024-08-29T15:13:16.855Z | [ recovery-image] Aug 29 15:13:15.170 INFO O| Aug 29 15:13:15.170 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7852 | 2024-08-29T15:13:16.870Z | [ recovery-image] Aug 29 15:13:15.189 INFO O| Aug 29 15:13:15.188 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7853 | 2024-08-29T15:13:16.870Z | [ recovery-image] Aug 29 15:13:15.189 INFO O| Aug 29 15:13:15.188 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7854 | 2024-08-29T15:13:16.870Z | [ recovery-image] Aug 29 15:13:15.189 INFO O| Aug 29 15:13:15.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7855 | 2024-08-29T15:13:16.873Z | [ recovery-image] Aug 29 15:13:15.189 INFO O| Aug 29 15:13:15.189 INFO ok! |
7856 | 2024-08-29T15:13:16.873Z | [ recovery-image] Aug 29 15:13:15.189 INFO O| Aug 29 15:13:15.189 INFO STEP 30 (ensure_file) COMPLETE |
7857 | 2024-08-29T15:13:16.873Z | [ recovery-image] Aug 29 15:13:15.189 INFO O| Aug 29 15:13:15.189 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7858 | 2024-08-29T15:13:16.888Z | [ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7859 | 2024-08-29T15:13:16.888Z | [ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7860 | 2024-08-29T15:13:16.891Z | [ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7861 | 2024-08-29T15:13:16.891Z | [ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7862 | 2024-08-29T15:13:16.891Z | [ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 INFO ok! |
7863 | 2024-08-29T15:13:16.891Z | [ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 INFO STEP 31 (ensure_file) COMPLETE |
7864 | 2024-08-29T15:13:16.891Z | [ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7865 | 2024-08-29T15:13:16.906Z | [ recovery-image] Aug 29 15:13:15.226 INFO O| Aug 29 15:13:15.225 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7866 | 2024-08-29T15:13:16.906Z | [ recovery-image] Aug 29 15:13:15.226 INFO O| Aug 29 15:13:15.226 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7867 | 2024-08-29T15:13:16.907Z | [ recovery-image] Aug 29 15:13:15.226 INFO O| Aug 29 15:13:15.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7868 | 2024-08-29T15:13:16.909Z | [ recovery-image] Aug 29 15:13:15.226 INFO O| Aug 29 15:13:15.226 INFO ok! |
7869 | 2024-08-29T15:13:16.909Z | [ recovery-image] Aug 29 15:13:15.226 INFO O| Aug 29 15:13:15.226 INFO STEP 32 (ensure_file) COMPLETE |
7870 | 2024-08-29T15:13:16.909Z | [ recovery-image] Aug 29 15:13:15.226 INFO O| Aug 29 15:13:15.226 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7871 | 2024-08-29T15:13:16.925Z | [ recovery-image] Aug 29 15:13:15.243 INFO O| Aug 29 15:13:15.243 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7872 | 2024-08-29T15:13:16.925Z | [ recovery-image] Aug 29 15:13:15.244 INFO O| Aug 29 15:13:15.244 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7873 | 2024-08-29T15:13:16.928Z | [ recovery-image] Aug 29 15:13:15.244 INFO O| Aug 29 15:13:15.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7874 | 2024-08-29T15:13:16.928Z | [ recovery-image] Aug 29 15:13:15.244 INFO O| Aug 29 15:13:15.244 INFO ok! |
7875 | 2024-08-29T15:13:16.928Z | [ recovery-image] Aug 29 15:13:15.244 INFO O| Aug 29 15:13:15.244 INFO STEP 33 (ensure_file) COMPLETE |
7876 | 2024-08-29T15:13:16.928Z | [ recovery-image] Aug 29 15:13:15.244 INFO O| Aug 29 15:13:15.244 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7877 | 2024-08-29T15:13:16.942Z | [ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7878 | 2024-08-29T15:13:16.942Z | [ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7879 | 2024-08-29T15:13:16.945Z | [ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7880 | 2024-08-29T15:13:16.945Z | [ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7881 | 2024-08-29T15:13:16.945Z | [ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7882 | 2024-08-29T15:13:16.945Z | [ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7883 | 2024-08-29T15:13:16.946Z | [ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO ok! |
7884 | 2024-08-29T15:13:16.946Z | [ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO STEP 34 (ensure_file) COMPLETE |
7885 | 2024-08-29T15:13:16.946Z | [ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7886 | 2024-08-29T15:13:16.959Z | [ recovery-image] Aug 29 15:13:15.278 INFO O| Aug 29 15:13:15.278 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7887 | 2024-08-29T15:13:16.964Z | [ recovery-image] Aug 29 15:13:15.279 INFO O| Aug 29 15:13:15.279 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7888 | 2024-08-29T15:13:16.964Z | [ recovery-image] Aug 29 15:13:15.279 INFO O| Aug 29 15:13:15.279 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7889 | 2024-08-29T15:13:16.964Z | [ recovery-image] Aug 29 15:13:15.279 INFO O| Aug 29 15:13:15.279 INFO STEP 35 (ensure_dir) COMPLETE |
7890 | 2024-08-29T15:13:16.964Z | [ recovery-image] Aug 29 15:13:15.279 INFO O| Aug 29 15:13:15.279 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7891 | 2024-08-29T15:13:16.980Z | [ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 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 |
7892 | 2024-08-29T15:13:16.980Z | [ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 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 ... |
7893 | 2024-08-29T15:13:16.980Z | [ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 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 |
7894 | 2024-08-29T15:13:16.983Z | [ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 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 |
7895 | 2024-08-29T15:13:16.983Z | [ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 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 |
7896 | 2024-08-29T15:13:16.983Z | [ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 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 |
7897 | 2024-08-29T15:13:16.983Z | [ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 INFO ok! |
7898 | 2024-08-29T15:13:16.983Z | [ recovery-image] Aug 29 15:13:15.300 INFO O| Aug 29 15:13:15.299 INFO STEP 36 (ensure_file) COMPLETE |
7899 | 2024-08-29T15:13:16.983Z | [ recovery-image] Aug 29 15:13:15.300 INFO O| Aug 29 15:13:15.299 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7900 | 2024-08-29T15:13:17.002Z | [ recovery-image] Aug 29 15:13:15.321 INFO O| Aug 29 15:13:15.321 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7901 | 2024-08-29T15:13:17.002Z | [ recovery-image] Aug 29 15:13:15.321 INFO O| Aug 29 15:13:15.321 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 ... |
7902 | 2024-08-29T15:13:17.005Z | [ recovery-image] Aug 29 15:13:15.321 INFO O| Aug 29 15:13:15.321 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7903 | 2024-08-29T15:13:17.005Z | [ recovery-image] Aug 29 15:13:15.321 INFO O| Aug 29 15:13:15.321 INFO ok! |
7904 | 2024-08-29T15:13:17.005Z | [ recovery-image] Aug 29 15:13:15.321 INFO O| Aug 29 15:13:15.321 INFO STEP 37 (ensure_symlink) COMPLETE |
7905 | 2024-08-29T15:13:17.005Z | [ recovery-image] Aug 29 15:13:15.321 INFO O| Aug 29 15:13:15.321 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7906 | 2024-08-29T15:13:17.022Z | [ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.340 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7907 | 2024-08-29T15:13:17.022Z | [ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.340 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7908 | 2024-08-29T15:13:17.022Z | [ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7909 | 2024-08-29T15:13:17.022Z | [ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7910 | 2024-08-29T15:13:17.025Z | [ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7911 | 2024-08-29T15:13:17.025Z | [ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7912 | 2024-08-29T15:13:17.025Z | [ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO ok! |
7913 | 2024-08-29T15:13:17.025Z | [ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO STEP 38 (ensure_file) COMPLETE |
7914 | 2024-08-29T15:13:17.025Z | [ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7915 | 2024-08-29T15:13:17.042Z | [ recovery-image] Aug 29 15:13:15.361 INFO O| Aug 29 15:13:15.361 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7916 | 2024-08-29T15:13:17.042Z | [ recovery-image] Aug 29 15:13:15.361 INFO O| Aug 29 15:13:15.361 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 ... |
7917 | 2024-08-29T15:13:17.046Z | [ recovery-image] Aug 29 15:13:15.362 INFO O| Aug 29 15:13:15.361 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 |
7918 | 2024-08-29T15:13:17.046Z | [ recovery-image] Aug 29 15:13:15.362 INFO O| Aug 29 15:13:15.362 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7919 | 2024-08-29T15:13:17.046Z | [ recovery-image] Aug 29 15:13:15.362 INFO O| Aug 29 15:13:15.362 INFO ok! |
7920 | 2024-08-29T15:13:17.046Z | [ recovery-image] Aug 29 15:13:15.362 INFO O| Aug 29 15:13:15.362 INFO STEP 39 (ensure_file) COMPLETE |
7921 | 2024-08-29T15:13:17.046Z | [ recovery-image] Aug 29 15:13:15.362 INFO O| Aug 29 15:13:15.362 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7922 | 2024-08-29T15:13:17.061Z | [ recovery-image] Aug 29 15:13:15.380 INFO O| Aug 29 15:13:15.380 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7923 | 2024-08-29T15:13:17.061Z | [ recovery-image] Aug 29 15:13:15.380 INFO O| Aug 29 15:13:15.380 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7924 | 2024-08-29T15:13:17.066Z | [ recovery-image] Aug 29 15:13:15.380 INFO O| Aug 29 15:13:15.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7925 | 2024-08-29T15:13:17.066Z | [ recovery-image] Aug 29 15:13:15.380 INFO O| Aug 29 15:13:15.380 INFO ok! |
7926 | 2024-08-29T15:13:17.066Z | [ recovery-image] Aug 29 15:13:15.380 INFO O| Aug 29 15:13:15.380 INFO STEP 40 (ensure_file) COMPLETE |
7927 | 2024-08-29T15:13:17.066Z | [ recovery-image] Aug 29 15:13:15.381 INFO O| Aug 29 15:13:15.380 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7928 | 2024-08-29T15:13:17.077Z | [ recovery-image] Aug 29 15:13:15.396 INFO O| Aug 29 15:13:15.396 INFO updating shadow file |
7929 | 2024-08-29T15:13:17.081Z | [ recovery-image] Aug 29 15:13:15.396 INFO O| Aug 29 15:13:15.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7930 | 2024-08-29T15:13:17.081Z | [ recovery-image] Aug 29 15:13:15.396 INFO O| Aug 29 15:13:15.396 INFO STEP 41 (shadow) COMPLETE |
7931 | 2024-08-29T15:13:17.081Z | [ recovery-image] Aug 29 15:13:15.396 INFO O| Aug 29 15:13:15.396 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7932 | 2024-08-29T15:13:17.095Z | [ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7933 | 2024-08-29T15:13:17.095Z | [ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7934 | 2024-08-29T15:13:17.095Z | [ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7935 | 2024-08-29T15:13:17.098Z | [ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7936 | 2024-08-29T15:13:17.098Z | [ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 INFO ok! |
7937 | 2024-08-29T15:13:17.098Z | [ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 INFO STEP 42 (ensure_file) COMPLETE |
7938 | 2024-08-29T15:13:17.098Z | [ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7939 | 2024-08-29T15:13:17.110Z | [ recovery-image] Aug 29 15:13:15.429 INFO O| Aug 29 15:13:15.429 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7940 | 2024-08-29T15:13:17.110Z | [ recovery-image] Aug 29 15:13:15.429 INFO O| Aug 29 15:13:15.429 INFO STEP 43 (ensure_dir) COMPLETE |
7941 | 2024-08-29T15:13:17.110Z | [ recovery-image] Aug 29 15:13:15.429 INFO O| Aug 29 15:13:15.429 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7942 | 2024-08-29T15:13:17.122Z | [ recovery-image] Aug 29 15:13:15.441 INFO O| Aug 29 15:13:15.441 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7943 | 2024-08-29T15:13:17.122Z | [ recovery-image] Aug 29 15:13:15.441 INFO O| Aug 29 15:13:15.441 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7944 | 2024-08-29T15:13:17.126Z | [ recovery-image] Aug 29 15:13:15.441 INFO O| Aug 29 15:13:15.441 INFO STEP 44 (ensure_dir) COMPLETE |
7945 | 2024-08-29T15:13:17.126Z | [ recovery-image] Aug 29 15:13:15.441 INFO O| Aug 29 15:13:15.441 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7946 | 2024-08-29T15:13:17.137Z | [ recovery-image] Aug 29 15:13:15.455 INFO O| Aug 29 15:13:15.455 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7947 | 2024-08-29T15:13:17.140Z | [ recovery-image] Aug 29 15:13:15.456 INFO O| Aug 29 15:13:15.456 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7948 | 2024-08-29T15:13:17.140Z | [ recovery-image] Aug 29 15:13:15.456 INFO O| Aug 29 15:13:15.456 INFO STEP 45 (ensure_dir) COMPLETE |
7949 | 2024-08-29T15:13:17.140Z | [ recovery-image] Aug 29 15:13:15.456 INFO O| Aug 29 15:13:15.456 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7950 | 2024-08-29T15:13:17.153Z | [ recovery-image] Aug 29 15:13:15.472 INFO O| Aug 29 15:13:15.472 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7951 | 2024-08-29T15:13:17.153Z | [ recovery-image] Aug 29 15:13:15.472 INFO O| Aug 29 15:13:15.472 INFO copying /tmp/.tmpaaMxE7/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7952 | 2024-08-29T15:13:17.196Z | [ recovery-image] Aug 29 15:13:15.514 INFO O| Aug 29 15:13:15.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7953 | 2024-08-29T15:13:17.196Z | [ recovery-image] Aug 29 15:13:15.514 INFO O| Aug 29 15:13:15.514 INFO ok! |
7954 | 2024-08-29T15:13:17.196Z | [ recovery-image] Aug 29 15:13:15.514 INFO O| Aug 29 15:13:15.514 INFO STEP 46 (ensure_file) COMPLETE |
7955 | 2024-08-29T15:13:17.198Z | [ recovery-image] Aug 29 15:13:15.514 INFO O| Aug 29 15:13:15.514 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7956 | 2024-08-29T15:13:17.212Z | [ recovery-image] Aug 29 15:13:15.531 INFO O| Aug 29 15:13:15.531 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7957 | 2024-08-29T15:13:17.212Z | [ recovery-image] Aug 29 15:13:15.531 INFO O| Aug 29 15:13:15.531 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7958 | 2024-08-29T15:13:17.212Z | [ recovery-image] Aug 29 15:13:15.531 INFO O| Aug 29 15:13:15.531 INFO STEP 47 (ensure_dir) COMPLETE |
7959 | 2024-08-29T15:13:17.217Z | [ recovery-image] Aug 29 15:13:15.531 INFO O| Aug 29 15:13:15.531 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7960 | 2024-08-29T15:13:17.227Z | [ recovery-image] Aug 29 15:13:15.546 INFO O| Aug 29 15:13:15.545 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7961 | 2024-08-29T15:13:17.227Z | [ recovery-image] Aug 29 15:13:15.546 INFO O| Aug 29 15:13:15.546 INFO copying /tmp/.tmpaaMxE7/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7962 | 2024-08-29T15:13:17.230Z | [ recovery-image] Aug 29 15:13:15.546 INFO O| Aug 29 15:13:15.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7963 | 2024-08-29T15:13:17.230Z | [ recovery-image] Aug 29 15:13:15.546 INFO O| Aug 29 15:13:15.546 INFO ok! |
7964 | 2024-08-29T15:13:17.230Z | [ recovery-image] Aug 29 15:13:15.546 INFO O| Aug 29 15:13:15.546 INFO STEP 48 (ensure_file) COMPLETE |
7965 | 2024-08-29T15:13:17.230Z | [ recovery-image] Aug 29 15:13:15.546 INFO O| Aug 29 15:13:15.546 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7966 | 2024-08-29T15:13:17.239Z | [ recovery-image] Aug 29 15:13:15.558 INFO O| Aug 29 15:13:15.558 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7967 | 2024-08-29T15:13:17.239Z | [ recovery-image] Aug 29 15:13:15.558 INFO O| Aug 29 15:13:15.558 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7968 | 2024-08-29T15:13:17.239Z | [ recovery-image] Aug 29 15:13:15.558 INFO O| Aug 29 15:13:15.558 INFO STEP 49 (ensure_dir) COMPLETE |
7969 | 2024-08-29T15:13:17.242Z | [ recovery-image] Aug 29 15:13:15.558 INFO O| Aug 29 15:13:15.558 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7970 | 2024-08-29T15:13:17.250Z | [ recovery-image] Aug 29 15:13:15.569 INFO O| Aug 29 15:13:15.569 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7971 | 2024-08-29T15:13:17.250Z | [ recovery-image] Aug 29 15:13:15.569 INFO O| Aug 29 15:13:15.569 INFO copying /tmp/.tmpaaMxE7/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7972 | 2024-08-29T15:13:17.264Z | [ recovery-image] Aug 29 15:13:15.583 INFO O| Aug 29 15:13:15.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7973 | 2024-08-29T15:13:17.267Z | [ recovery-image] Aug 29 15:13:15.583 INFO O| Aug 29 15:13:15.583 INFO ok! |
7974 | 2024-08-29T15:13:17.267Z | [ recovery-image] Aug 29 15:13:15.583 INFO O| Aug 29 15:13:15.583 INFO STEP 50 (ensure_file) COMPLETE |
7975 | 2024-08-29T15:13:17.267Z | [ recovery-image] Aug 29 15:13:15.583 INFO O| Aug 29 15:13:15.583 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7976 | 2024-08-29T15:13:17.280Z | [ recovery-image] Aug 29 15:13:15.599 INFO O| Aug 29 15:13:15.599 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7977 | 2024-08-29T15:13:17.280Z | [ recovery-image] Aug 29 15:13:15.599 INFO O| Aug 29 15:13:15.599 INFO copying /tmp/.tmpaaMxE7/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7978 | 2024-08-29T15:13:18.292Z | [ recovery-image] Aug 29 15:13:16.610 INFO O| Aug 29 15:13:16.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7979 | 2024-08-29T15:13:18.292Z | [ recovery-image] Aug 29 15:13:16.611 INFO O| Aug 29 15:13:16.610 INFO ok! |
7980 | 2024-08-29T15:13:18.292Z | [ recovery-image] Aug 29 15:13:16.611 INFO O| Aug 29 15:13:16.610 INFO STEP 51 (ensure_file) COMPLETE |
7981 | 2024-08-29T15:13:18.295Z | [ recovery-image] Aug 29 15:13:16.611 INFO O| Aug 29 15:13:16.610 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7982 | 2024-08-29T15:13:18.307Z | [ recovery-image] Aug 29 15:13:16.622 INFO O| Aug 29 15:13:16.622 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7983 | 2024-08-29T15:13:18.311Z | [ recovery-image] Aug 29 15:13:16.623 INFO O| Aug 29 15:13:16.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7984 | 2024-08-29T15:13:18.311Z | [ recovery-image] Aug 29 15:13:16.623 INFO O| Aug 29 15:13:16.623 INFO STEP 52 (ensure_dir) COMPLETE |
7985 | 2024-08-29T15:13:18.311Z | [ recovery-image] Aug 29 15:13:16.623 INFO O| Aug 29 15:13:16.623 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7986 | 2024-08-29T15:13:18.318Z | [ recovery-image] Aug 29 15:13:16.637 INFO O| Aug 29 15:13:16.637 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7987 | 2024-08-29T15:13:18.318Z | [ recovery-image] Aug 29 15:13:16.637 INFO O| Aug 29 15:13:16.637 INFO copying /tmp/.tmpaaMxE7/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 ... |
7988 | 2024-08-29T15:13:18.318Z | [ recovery-image] Aug 29 15:13:16.637 INFO O| Aug 29 15:13:16.637 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 |
7989 | 2024-08-29T15:13:18.318Z | [ recovery-image] Aug 29 15:13:16.637 INFO O| Aug 29 15:13:16.637 INFO ok! |
7990 | 2024-08-29T15:13:18.321Z | [ recovery-image] Aug 29 15:13:16.637 INFO O| Aug 29 15:13:16.637 INFO STEP 53 (ensure_file) COMPLETE |
7991 | 2024-08-29T15:13:18.321Z | [ recovery-image] Aug 29 15:13:16.637 INFO O| Aug 29 15:13:16.637 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7992 | 2024-08-29T15:13:18.329Z | [ recovery-image] Aug 29 15:13:16.647 INFO O| Aug 29 15:13:16.647 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7993 | 2024-08-29T15:13:18.329Z | [ recovery-image] Aug 29 15:13:16.647 INFO O| Aug 29 15:13:16.647 INFO copying /tmp/.tmpaaMxE7/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 ... |
7994 | 2024-08-29T15:13:18.331Z | [ recovery-image] Aug 29 15:13:16.648 INFO O| Aug 29 15:13:16.647 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 |
7995 | 2024-08-29T15:13:18.331Z | [ recovery-image] Aug 29 15:13:16.648 INFO O| Aug 29 15:13:16.648 INFO ok! |
7996 | 2024-08-29T15:13:18.331Z | [ recovery-image] Aug 29 15:13:16.648 INFO O| Aug 29 15:13:16.648 INFO STEP 54 (ensure_file) COMPLETE |
7997 | 2024-08-29T15:13:18.332Z | [ recovery-image] Aug 29 15:13:16.648 INFO O| Aug 29 15:13:16.648 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7998 | 2024-08-29T15:13:18.339Z | [ recovery-image] Aug 29 15:13:16.658 INFO O| Aug 29 15:13:16.658 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7999 | 2024-08-29T15:13:18.343Z | [ recovery-image] Aug 29 15:13:16.658 INFO O| Aug 29 15:13:16.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8000 | 2024-08-29T15:13:18.344Z | [ recovery-image] Aug 29 15:13:16.658 INFO O| Aug 29 15:13:16.658 INFO STEP 55 (ensure_dir) COMPLETE |
8001 | 2024-08-29T15:13:18.344Z | [ recovery-image] Aug 29 15:13:16.658 INFO O| Aug 29 15:13:16.658 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8002 | 2024-08-29T15:13:18.350Z | [ recovery-image] Aug 29 15:13:16.669 INFO O| Aug 29 15:13:16.669 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8003 | 2024-08-29T15:13:18.350Z | [ recovery-image] Aug 29 15:13:16.669 INFO O| Aug 29 15:13:16.669 INFO copying /tmp/.tmpaaMxE7/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 ... |
8004 | 2024-08-29T15:13:18.355Z | [ recovery-image] Aug 29 15:13:16.669 INFO O| Aug 29 15:13:16.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8005 | 2024-08-29T15:13:18.355Z | [ recovery-image] Aug 29 15:13:16.669 INFO O| Aug 29 15:13:16.669 INFO ok! |
8006 | 2024-08-29T15:13:18.355Z | [ recovery-image] Aug 29 15:13:16.669 INFO O| Aug 29 15:13:16.669 INFO STEP 56 (ensure_file) COMPLETE |
8007 | 2024-08-29T15:13:18.355Z | [ recovery-image] Aug 29 15:13:16.669 INFO O| Aug 29 15:13:16.669 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8008 | 2024-08-29T15:13:18.362Z | [ recovery-image] Aug 29 15:13:16.681 INFO O| Aug 29 15:13:16.681 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8009 | 2024-08-29T15:13:18.362Z | [ recovery-image] Aug 29 15:13:16.681 INFO O| Aug 29 15:13:16.681 INFO copying /tmp/.tmpaaMxE7/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 ... |
8010 | 2024-08-29T15:13:18.365Z | [ recovery-image] Aug 29 15:13:16.681 INFO O| Aug 29 15:13:16.681 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 |
8011 | 2024-08-29T15:13:18.365Z | [ recovery-image] Aug 29 15:13:16.681 INFO O| Aug 29 15:13:16.681 INFO ok! |
8012 | 2024-08-29T15:13:18.365Z | [ recovery-image] Aug 29 15:13:16.681 INFO O| Aug 29 15:13:16.681 INFO STEP 57 (ensure_file) COMPLETE |
8013 | 2024-08-29T15:13:18.365Z | [ recovery-image] Aug 29 15:13:16.681 INFO O| Aug 29 15:13:16.681 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8014 | 2024-08-29T15:13:18.373Z | [ recovery-image] Aug 29 15:13:16.692 INFO O| Aug 29 15:13:16.692 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8015 | 2024-08-29T15:13:18.373Z | [ recovery-image] Aug 29 15:13:16.692 INFO O| Aug 29 15:13:16.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8016 | 2024-08-29T15:13:18.376Z | [ recovery-image] Aug 29 15:13:16.692 INFO O| Aug 29 15:13:16.692 INFO STEP 58 (ensure_dir) COMPLETE |
8017 | 2024-08-29T15:13:18.376Z | [ recovery-image] Aug 29 15:13:16.692 INFO O| Aug 29 15:13:16.692 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8018 | 2024-08-29T15:13:18.386Z | [ recovery-image] Aug 29 15:13:16.704 INFO O| Aug 29 15:13:16.704 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8019 | 2024-08-29T15:13:18.386Z | [ recovery-image] Aug 29 15:13:16.705 INFO O| Aug 29 15:13:16.704 INFO copying /tmp/.tmpaaMxE7/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 ... |
8020 | 2024-08-29T15:13:18.389Z | [ recovery-image] Aug 29 15:13:16.705 INFO O| Aug 29 15:13:16.705 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8021 | 2024-08-29T15:13:18.389Z | [ recovery-image] Aug 29 15:13:16.705 INFO O| Aug 29 15:13:16.705 INFO ok! |
8022 | 2024-08-29T15:13:18.389Z | [ recovery-image] Aug 29 15:13:16.705 INFO O| Aug 29 15:13:16.705 INFO STEP 59 (ensure_file) COMPLETE |
8023 | 2024-08-29T15:13:18.389Z | [ recovery-image] Aug 29 15:13:16.705 INFO O| Aug 29 15:13:16.705 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8024 | 2024-08-29T15:13:18.397Z | [ recovery-image] Aug 29 15:13:16.715 INFO O| Aug 29 15:13:16.715 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8025 | 2024-08-29T15:13:18.397Z | [ recovery-image] Aug 29 15:13:16.715 INFO O| Aug 29 15:13:16.715 INFO copying /tmp/.tmpaaMxE7/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8026 | 2024-08-29T15:13:18.399Z | [ recovery-image] Aug 29 15:13:16.715 INFO O| Aug 29 15:13:16.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8027 | 2024-08-29T15:13:18.399Z | [ recovery-image] Aug 29 15:13:16.716 INFO O| Aug 29 15:13:16.715 INFO ok! |
8028 | 2024-08-29T15:13:18.399Z | [ recovery-image] Aug 29 15:13:16.716 INFO O| Aug 29 15:13:16.715 INFO STEP 60 (ensure_file) COMPLETE |
8029 | 2024-08-29T15:13:18.399Z | [ recovery-image] Aug 29 15:13:16.716 INFO O| Aug 29 15:13:16.716 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8030 | 2024-08-29T15:13:18.409Z | [ recovery-image] Aug 29 15:13:16.728 INFO O| Aug 29 15:13:16.727 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8031 | 2024-08-29T15:13:18.412Z | [ recovery-image] Aug 29 15:13:16.728 INFO O| Aug 29 15:13:16.728 INFO STEP 61 (ensure_dir) COMPLETE |
8032 | 2024-08-29T15:13:18.412Z | [ recovery-image] Aug 29 15:13:16.728 INFO O| Aug 29 15:13:16.728 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8033 | 2024-08-29T15:13:18.422Z | [ recovery-image] Aug 29 15:13:16.740 INFO O| Aug 29 15:13:16.740 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8034 | 2024-08-29T15:13:18.422Z | [ recovery-image] Aug 29 15:13:16.740 INFO O| Aug 29 15:13:16.740 INFO STEP 62 (ensure_dir) COMPLETE |
8035 | 2024-08-29T15:13:18.422Z | [ recovery-image] Aug 29 15:13:16.740 INFO O| Aug 29 15:13:16.740 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8036 | 2024-08-29T15:13:18.433Z | [ recovery-image] Aug 29 15:13:16.752 INFO O| Aug 29 15:13:16.752 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8037 | 2024-08-29T15:13:18.438Z | [ recovery-image] Aug 29 15:13:16.752 INFO O| Aug 29 15:13:16.752 INFO STEP 63 (ensure_dir) COMPLETE |
8038 | 2024-08-29T15:13:18.438Z | [ recovery-image] Aug 29 15:13:16.752 INFO O| Aug 29 15:13:16.752 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8039 | 2024-08-29T15:13:18.445Z | [ recovery-image] Aug 29 15:13:16.764 INFO O| Aug 29 15:13:16.764 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8040 | 2024-08-29T15:13:18.445Z | [ recovery-image] Aug 29 15:13:16.764 INFO O| Aug 29 15:13:16.764 INFO STEP 64 (ensure_dir) COMPLETE |
8041 | 2024-08-29T15:13:18.445Z | [ recovery-image] Aug 29 15:13:16.764 INFO O| Aug 29 15:13:16.764 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8042 | 2024-08-29T15:13:18.455Z | [ recovery-image] Aug 29 15:13:16.774 INFO O| Aug 29 15:13:16.774 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8043 | 2024-08-29T15:13:18.456Z | [ recovery-image] Aug 29 15:13:16.774 INFO O| Aug 29 15:13:16.774 INFO copying /tmp/.tmpaaMxE7/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8044 | 2024-08-29T15:13:18.459Z | [ recovery-image] Aug 29 15:13:16.774 INFO O| Aug 29 15:13:16.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8045 | 2024-08-29T15:13:18.459Z | [ recovery-image] Aug 29 15:13:16.774 INFO O| Aug 29 15:13:16.774 INFO ok! |
8046 | 2024-08-29T15:13:18.459Z | [ recovery-image] Aug 29 15:13:16.774 INFO O| Aug 29 15:13:16.774 INFO STEP 65 (ensure_file) COMPLETE |
8047 | 2024-08-29T15:13:18.459Z | [ recovery-image] Aug 29 15:13:16.774 INFO O| Aug 29 15:13:16.774 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8048 | 2024-08-29T15:13:18.467Z | [ recovery-image] Aug 29 15:13:16.785 INFO O| Aug 29 15:13:16.785 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8049 | 2024-08-29T15:13:18.470Z | [ recovery-image] Aug 29 15:13:16.785 INFO O| Aug 29 15:13:16.785 INFO STEP 66 (remove_files) COMPLETE |
8050 | 2024-08-29T15:13:18.470Z | [ recovery-image] Aug 29 15:13:16.785 INFO O| Aug 29 15:13:16.785 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8051 | 2024-08-29T15:13:18.479Z | [ recovery-image] Aug 29 15:13:16.796 INFO O| Aug 29 15:13:16.796 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8052 | 2024-08-29T15:13:18.482Z | [ recovery-image] Aug 29 15:13:16.796 INFO O| Aug 29 15:13:16.796 INFO STEP 67 (remove_files) COMPLETE |
8053 | 2024-08-29T15:13:18.482Z | [ recovery-image] Aug 29 15:13:16.796 INFO O| Aug 29 15:13:16.796 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8054 | 2024-08-29T15:13:18.488Z | [ recovery-image] Aug 29 15:13:16.806 INFO O| Aug 29 15:13:16.806 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8055 | 2024-08-29T15:13:18.491Z | [ recovery-image] Aug 29 15:13:16.807 INFO O| Aug 29 15:13:16.807 INFO STEP 68 (remove_files) COMPLETE |
8056 | 2024-08-29T15:13:18.491Z | [ recovery-image] Aug 29 15:13:16.807 INFO O| Aug 29 15:13:16.807 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8057 | 2024-08-29T15:13:18.499Z | [ recovery-image] Aug 29 15:13:16.818 INFO O| Aug 29 15:13:16.818 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8058 | 2024-08-29T15:13:18.503Z | [ recovery-image] Aug 29 15:13:16.818 INFO O| Aug 29 15:13:16.818 INFO STEP 69 (remove_files) COMPLETE |
8059 | 2024-08-29T15:13:18.503Z | [ recovery-image] Aug 29 15:13:16.818 INFO O| Aug 29 15:13:16.818 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8060 | 2024-08-29T15:13:18.511Z | [ recovery-image] Aug 29 15:13:16.830 INFO O| Aug 29 15:13:16.830 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8061 | 2024-08-29T15:13:18.514Z | [ recovery-image] Aug 29 15:13:16.830 INFO O| Aug 29 15:13:16.830 INFO STEP 70 (remove_files) COMPLETE |
8062 | 2024-08-29T15:13:18.514Z | [ recovery-image] Aug 29 15:13:16.830 INFO O| Aug 29 15:13:16.830 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8063 | 2024-08-29T15:13:18.522Z | [ recovery-image] Aug 29 15:13:16.840 INFO O| Aug 29 15:13:16.840 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8064 | 2024-08-29T15:13:18.524Z | [ recovery-image] Aug 29 15:13:16.840 INFO O| Aug 29 15:13:16.840 INFO STEP 71 (remove_files) COMPLETE |
8065 | 2024-08-29T15:13:18.524Z | [ recovery-image] Aug 29 15:13:16.840 INFO O| Aug 29 15:13:16.840 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8066 | 2024-08-29T15:13:18.531Z | [ recovery-image] Aug 29 15:13:16.850 INFO O| Aug 29 15:13:16.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8067 | 2024-08-29T15:13:18.531Z | [ recovery-image] Aug 29 15:13:16.850 INFO O| Aug 29 15:13:16.850 INFO STEP 72 (remove_files) COMPLETE |
8068 | 2024-08-29T15:13:18.534Z | [ recovery-image] Aug 29 15:13:16.850 INFO O| Aug 29 15:13:16.850 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8069 | 2024-08-29T15:13:18.544Z | [ recovery-image] Aug 29 15:13:16.862 INFO O| Aug 29 15:13:16.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8070 | 2024-08-29T15:13:18.544Z | [ recovery-image] Aug 29 15:13:16.862 INFO O| Aug 29 15:13:16.862 INFO STEP 73 (remove_files) COMPLETE |
8071 | 2024-08-29T15:13:18.547Z | [ recovery-image] Aug 29 15:13:16.862 INFO O| Aug 29 15:13:16.862 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8072 | 2024-08-29T15:13:18.554Z | [ recovery-image] Aug 29 15:13:16.872 INFO O| Aug 29 15:13:16.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8073 | 2024-08-29T15:13:18.554Z | [ recovery-image] Aug 29 15:13:16.872 INFO O| Aug 29 15:13:16.872 INFO STEP 74 (remove_files) COMPLETE |
8074 | 2024-08-29T15:13:18.556Z | [ recovery-image] Aug 29 15:13:16.872 INFO O| Aug 29 15:13:16.872 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8075 | 2024-08-29T15:13:18.565Z | [ recovery-image] Aug 29 15:13:16.884 INFO O| Aug 29 15:13:16.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8076 | 2024-08-29T15:13:18.565Z | [ recovery-image] Aug 29 15:13:16.884 INFO O| Aug 29 15:13:16.884 INFO STEP 75 (remove_files) COMPLETE |
8077 | 2024-08-29T15:13:18.568Z | [ recovery-image] Aug 29 15:13:16.884 INFO O| Aug 29 15:13:16.884 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8078 | 2024-08-29T15:13:18.575Z | [ recovery-image] Aug 29 15:13:16.894 INFO O| Aug 29 15:13:16.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8079 | 2024-08-29T15:13:18.579Z | [ recovery-image] Aug 29 15:13:16.894 INFO O| Aug 29 15:13:16.894 INFO STEP 76 (remove_files) COMPLETE |
8080 | 2024-08-29T15:13:18.579Z | [ recovery-image] Aug 29 15:13:16.894 INFO O| Aug 29 15:13:16.894 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8081 | 2024-08-29T15:13:18.587Z | [ recovery-image] Aug 29 15:13:16.905 INFO O| Aug 29 15:13:16.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8082 | 2024-08-29T15:13:18.587Z | [ recovery-image] Aug 29 15:13:16.905 INFO O| Aug 29 15:13:16.905 INFO STEP 77 (remove_files) COMPLETE |
8083 | 2024-08-29T15:13:18.589Z | [ recovery-image] Aug 29 15:13:16.905 INFO O| Aug 29 15:13:16.905 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8084 | 2024-08-29T15:13:18.598Z | [ recovery-image] Aug 29 15:13:16.916 INFO O| Aug 29 15:13:16.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8085 | 2024-08-29T15:13:18.601Z | [ recovery-image] Aug 29 15:13:16.916 INFO O| Aug 29 15:13:16.916 INFO STEP 78 (remove_files) COMPLETE |
8086 | 2024-08-29T15:13:18.601Z | [ recovery-image] Aug 29 15:13:16.916 INFO O| Aug 29 15:13:16.916 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8087 | 2024-08-29T15:13:18.610Z | [ recovery-image] Aug 29 15:13:16.929 INFO O| Aug 29 15:13:16.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8088 | 2024-08-29T15:13:18.610Z | [ recovery-image] Aug 29 15:13:16.929 INFO O| Aug 29 15:13:16.929 INFO STEP 79 (remove_files) COMPLETE |
8089 | 2024-08-29T15:13:18.613Z | [ recovery-image] Aug 29 15:13:16.929 INFO O| Aug 29 15:13:16.929 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8090 | 2024-08-29T15:13:18.621Z | [ recovery-image] Aug 29 15:13:16.939 INFO O| Aug 29 15:13:16.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8091 | 2024-08-29T15:13:18.621Z | [ recovery-image] Aug 29 15:13:16.939 INFO O| Aug 29 15:13:16.939 INFO STEP 80 (remove_files) COMPLETE |
8092 | 2024-08-29T15:13:18.621Z | [ recovery-image] Aug 29 15:13:16.939 INFO O| Aug 29 15:13:16.939 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8093 | 2024-08-29T15:13:18.633Z | [ recovery-image] Aug 29 15:13:16.951 INFO O| Aug 29 15:13:16.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8094 | 2024-08-29T15:13:18.636Z | [ recovery-image] Aug 29 15:13:16.951 INFO O| Aug 29 15:13:16.951 INFO STEP 81 (remove_files) COMPLETE |
8095 | 2024-08-29T15:13:18.636Z | [ recovery-image] Aug 29 15:13:16.952 INFO O| Aug 29 15:13:16.951 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8096 | 2024-08-29T15:13:18.644Z | [ recovery-image] Aug 29 15:13:16.963 INFO O| Aug 29 15:13:16.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8097 | 2024-08-29T15:13:18.647Z | [ recovery-image] Aug 29 15:13:16.963 INFO O| Aug 29 15:13:16.963 INFO STEP 82 (remove_files) COMPLETE |
8098 | 2024-08-29T15:13:18.647Z | [ recovery-image] Aug 29 15:13:16.963 INFO O| Aug 29 15:13:16.963 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8099 | 2024-08-29T15:13:18.656Z | [ recovery-image] Aug 29 15:13:16.974 INFO O| Aug 29 15:13:16.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8100 | 2024-08-29T15:13:18.656Z | [ recovery-image] Aug 29 15:13:16.974 INFO O| Aug 29 15:13:16.974 INFO STEP 83 (remove_files) COMPLETE |
8101 | 2024-08-29T15:13:18.656Z | [ recovery-image] Aug 29 15:13:16.974 INFO O| Aug 29 15:13:16.974 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8102 | 2024-08-29T15:13:18.666Z | [ recovery-image] Aug 29 15:13:16.984 INFO O| Aug 29 15:13:16.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8103 | 2024-08-29T15:13:18.668Z | [ recovery-image] Aug 29 15:13:16.985 INFO O| Aug 29 15:13:16.985 INFO STEP 84 (remove_files) COMPLETE |
8104 | 2024-08-29T15:13:18.668Z | [ recovery-image] Aug 29 15:13:16.985 INFO O| Aug 29 15:13:16.985 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8105 | 2024-08-29T15:13:18.677Z | [ recovery-image] Aug 29 15:13:16.996 INFO O| Aug 29 15:13:16.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8106 | 2024-08-29T15:13:18.677Z | [ recovery-image] Aug 29 15:13:16.996 INFO O| Aug 29 15:13:16.996 INFO STEP 85 (remove_files) COMPLETE |
8107 | 2024-08-29T15:13:18.680Z | [ recovery-image] Aug 29 15:13:16.996 INFO O| Aug 29 15:13:16.996 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8108 | 2024-08-29T15:13:18.689Z | [ recovery-image] Aug 29 15:13:17.007 INFO O| Aug 29 15:13:17.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8109 | 2024-08-29T15:13:18.689Z | [ recovery-image] Aug 29 15:13:17.007 INFO O| Aug 29 15:13:17.007 INFO STEP 86 (remove_files) COMPLETE |
8110 | 2024-08-29T15:13:18.689Z | [ recovery-image] Aug 29 15:13:17.007 INFO O| Aug 29 15:13:17.007 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8111 | 2024-08-29T15:13:18.700Z | [ recovery-image] Aug 29 15:13:17.019 INFO O| Aug 29 15:13:17.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8112 | 2024-08-29T15:13:18.703Z | [ recovery-image] Aug 29 15:13:17.019 INFO O| Aug 29 15:13:17.019 INFO STEP 87 (remove_files) COMPLETE |
8113 | 2024-08-29T15:13:18.703Z | [ recovery-image] Aug 29 15:13:17.019 INFO O| Aug 29 15:13:17.019 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8114 | 2024-08-29T15:13:18.711Z | [ recovery-image] Aug 29 15:13:17.029 INFO O| Aug 29 15:13:17.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8115 | 2024-08-29T15:13:18.713Z | [ recovery-image] Aug 29 15:13:17.029 INFO O| Aug 29 15:13:17.029 INFO STEP 88 (remove_files) COMPLETE |
8116 | 2024-08-29T15:13:18.713Z | [ recovery-image] Aug 29 15:13:17.029 INFO O| Aug 29 15:13:17.029 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8117 | 2024-08-29T15:13:18.724Z | [ recovery-image] Aug 29 15:13:17.043 INFO O| Aug 29 15:13:17.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8118 | 2024-08-29T15:13:18.724Z | [ recovery-image] Aug 29 15:13:17.043 INFO O| Aug 29 15:13:17.043 INFO STEP 89 (remove_files) COMPLETE |
8119 | 2024-08-29T15:13:18.725Z | [ recovery-image] Aug 29 15:13:17.043 INFO O| Aug 29 15:13:17.043 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8120 | 2024-08-29T15:13:18.736Z | [ recovery-image] Aug 29 15:13:17.055 INFO O| Aug 29 15:13:17.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8121 | 2024-08-29T15:13:18.737Z | [ recovery-image] Aug 29 15:13:17.055 INFO O| Aug 29 15:13:17.055 INFO STEP 90 (remove_files) COMPLETE |
8122 | 2024-08-29T15:13:18.740Z | [ recovery-image] Aug 29 15:13:17.055 INFO O| Aug 29 15:13:17.055 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8123 | 2024-08-29T15:13:18.748Z | [ recovery-image] Aug 29 15:13:17.067 INFO O| Aug 29 15:13:17.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8124 | 2024-08-29T15:13:18.748Z | [ recovery-image] Aug 29 15:13:17.067 INFO O| Aug 29 15:13:17.067 INFO STEP 91 (remove_files) COMPLETE |
8125 | 2024-08-29T15:13:18.749Z | [ recovery-image] Aug 29 15:13:17.067 INFO O| Aug 29 15:13:17.067 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8126 | 2024-08-29T15:13:18.761Z | [ recovery-image] Aug 29 15:13:17.078 INFO O| Aug 29 15:13:17.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8127 | 2024-08-29T15:13:18.764Z | [ recovery-image] Aug 29 15:13:17.079 INFO O| Aug 29 15:13:17.078 INFO STEP 92 (remove_files) COMPLETE |
8128 | 2024-08-29T15:13:18.764Z | [ recovery-image] Aug 29 15:13:17.079 INFO O| Aug 29 15:13:17.078 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8129 | 2024-08-29T15:13:18.770Z | [ recovery-image] Aug 29 15:13:17.089 INFO O| Aug 29 15:13:17.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8130 | 2024-08-29T15:13:18.773Z | [ recovery-image] Aug 29 15:13:17.089 INFO O| Aug 29 15:13:17.089 INFO STEP 93 (remove_files) COMPLETE |
8131 | 2024-08-29T15:13:18.773Z | [ recovery-image] Aug 29 15:13:17.089 INFO O| Aug 29 15:13:17.089 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8132 | 2024-08-29T15:13:18.781Z | [ recovery-image] Aug 29 15:13:17.100 INFO O| Aug 29 15:13:17.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8133 | 2024-08-29T15:13:18.786Z | [ recovery-image] Aug 29 15:13:17.100 INFO O| Aug 29 15:13:17.100 INFO STEP 94 (remove_files) COMPLETE |
8134 | 2024-08-29T15:13:18.786Z | [ recovery-image] Aug 29 15:13:17.100 INFO O| Aug 29 15:13:17.100 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8135 | 2024-08-29T15:13:18.798Z | [ recovery-image] Aug 29 15:13:17.117 INFO O| Aug 29 15:13:17.117 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8136 | 2024-08-29T15:13:18.801Z | [ recovery-image] Aug 29 15:13:17.117 INFO O| Aug 29 15:13:17.117 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8137 | 2024-08-29T15:13:23.892Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 31s |
8138 | 2024-08-29T15:13:24.211Z | Aug 29 15:13:22.528 INFO [verify-libraries] process exited with exit status: 0 (336.837405094s) |
8139 | 2024-08-29T15:13:27.502Z | [ recovery-image] Aug 29 15:13:25.817 INFO O| Aug 29 15:13:25.817 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 |
8140 | 2024-08-29T15:13:27.502Z | [ recovery-image] Aug 29 15:13:25.817 INFO O| Aug 29 15:13:25.817 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8141 | 2024-08-29T15:13:27.514Z | [ recovery-image] Aug 29 15:13:25.830 INFO O| Aug 29 15:13:25.830 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"} |
8142 | 2024-08-29T15:13:27.589Z | [ recovery-image] Aug 29 15:13:25.905 INFO O| Aug 29 15:13:25.905 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8143 | 2024-08-29T15:13:27.589Z | [ recovery-image] Aug 29 15:13:25.905 INFO O| Aug 29 15:13:25.905 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 ... |
8144 | 2024-08-29T15:13:27.593Z | [ recovery-image] Aug 29 15:13:25.907 INFO O| Aug 29 15:13:25.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8145 | 2024-08-29T15:13:27.593Z | [ recovery-image] Aug 29 15:13:25.907 INFO O| Aug 29 15:13:25.907 INFO ok! |
8146 | 2024-08-29T15:13:27.593Z | [ recovery-image] Aug 29 15:13:25.907 INFO O| Aug 29 15:13:25.907 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8147 | 2024-08-29T15:13:27.593Z | [ recovery-image] Aug 29 15:13:25.907 INFO O| Aug 29 15:13:25.907 INFO STEP 95 (seed_smf) COMPLETE |
8148 | 2024-08-29T15:13:27.593Z | [ recovery-image] Aug 29 15:13:25.907 INFO O| Aug 29 15:13:25.907 INFO steps complete; finalising image! |
8149 | 2024-08-29T15:13:27.593Z | [ recovery-image] Aug 29 15:13:25.907 INFO O| Aug 29 15:13:25.907 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8150 | 2024-08-29T15:13:27.625Z | [ recovery-image] Aug 29 15:13:25.941 INFO O| Aug 29 15:13:25.941 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Thu Aug 29 15:13:25 2024) |
8151 | 2024-08-29T15:13:27.849Z | [ recovery-image] Aug 29 15:13:26.163 INFO O| Aug 29 15:13:26.163 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio |
8152 | 2024-08-29T15:13:27.849Z | [ recovery-image] Aug 29 15:13:26.163 INFO O| Aug 29 15:13:26.163 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8153 | 2024-08-29T15:13:28.051Z | [ recovery-image] Aug 29 15:13:26.366 INFO O| Aug 29 15:13:26.366 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 |
8154 | 2024-08-29T15:13:28.051Z | [ recovery-image] Aug 29 15:13:26.366 INFO O| Aug 29 15:13:26.366 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8155 | 2024-08-29T15:13:31.069Z | [ recovery-image] Aug 29 15:13:29.384 INFO O| Aug 29 15:13:29.384 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8156 | 2024-08-29T15:13:31.069Z | [ recovery-image] Aug 29 15:13:29.384 INFO O| Aug 29 15:13:29.384 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8157 | 2024-08-29T15:13:31.072Z | [ recovery-image] Aug 29 15:13:29.384 INFO O| Aug 29 15:13:29.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8158 | 2024-08-29T15:13:31.072Z | [ recovery-image] Aug 29 15:13:29.384 INFO O| Aug 29 15:13:29.384 INFO completed processing gimlet/zfs-recovery |
8159 | 2024-08-29T15:13:31.072Z | [ recovery-image] Aug 29 15:13:29.384 INFO O| Aug 29 15:13:29.384 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8160 | 2024-08-29T15:13:31.545Z | [ recovery-image] Aug 29 15:13:29.860 INFO O| Aug 29 15:13:29.860 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8161 | 2024-08-29T15:13:31.672Z | [ recovery-image] Aug 29 15:13:29.986 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n" |
8162 | 2024-08-29T15:13:31.675Z | [ recovery-image] Aug 29 15:13:29.987 INFO expanded image name: "recovery ccb9f12/${os_short_commit} 2024-08-29 14:46" -> "recovery ccb9f12/2408c3f 2024-08-29 14:46" |
8163 | 2024-08-29T15:13:31.675Z | [ recovery-image] Aug 29 15:13:29.987 INFO output artefacts stored in: "/work/os-recovery" |
8164 | 2024-08-29T15:13:31.675Z | [ recovery-image] Aug 29 15:13:29.987 INFO collecting git info from project "bootserver"... |
8165 | 2024-08-29T15:13:31.680Z | [ recovery-image] Aug 29 15:13:29.995 INFO collecting git info from project "chelsio-t6-roms"... |
8166 | 2024-08-29T15:13:31.701Z | [ recovery-image] Aug 29 15:13:30.016 INFO collecting git info from project "phbl"... |
8167 | 2024-08-29T15:13:31.707Z | [ recovery-image] Aug 29 15:13:30.022 INFO collecting git info from project "amd-host-image-builder"... |
8168 | 2024-08-29T15:13:31.949Z | [ recovery-image] Aug 29 15:13:30.262 INFO collecting git info from project "image-builder"... |
8169 | 2024-08-29T15:13:31.954Z | [ recovery-image] Aug 29 15:13:30.268 INFO collecting git info from project "pilot"... |
8170 | 2024-08-29T15:13:31.965Z | [ recovery-image] Aug 29 15:13:30.279 INFO collecting git info from project "pinprick"... |
8171 | 2024-08-29T15:13:31.969Z | [ recovery-image] Aug 29 15:13:30.284 INFO collecting git info from project "amd-firmware"... |
8172 | 2024-08-29T15:13:32.192Z | [ recovery-image] Aug 29 15:13:30.507 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8173 | 2024-08-29T15:13:32.539Z | [ recovery-image] Aug 29 15:13:30.853 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8174 | 2024-08-29T15:13:32.887Z | [ recovery-image] Aug 29 15:13:31.201 INFO creating Oxide boot image... |
8175 | 2024-08-29T15:13:32.890Z | [ recovery-image] Aug 29 15:13:31.202 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery ccb9f12/2408c3f 2024-08-29 14:46", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8176 | 2024-08-29T15:13:56.598Z | [ host-image] Aug 29 15:13:54.905 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z |
8177 | 2024-08-29T15:13:56.598Z | [ host-image] Aug 29 15:13:54.905 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z |
8178 | 2024-08-29T15:13:56.600Z | [ host-image] Aug 29 15:13:54.905 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8179 | 2024-08-29T15:13:56.600Z | [ host-image] Aug 29 15:13:54.906 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8180 | 2024-08-29T15:13:56.600Z | [ host-image] Aug 29 15:13:54.906 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8181 | 2024-08-29T15:13:56.600Z | [ host-image] Aug 29 15:13:54.906 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8182 | 2024-08-29T15:13:56.600Z | [ host-image] Aug 29 15:13:54.907 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8183 | 2024-08-29T15:13:56.600Z | [ host-image] Aug 29 15:13:54.907 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8184 | 2024-08-29T15:13:56.600Z | [ host-image] Aug 29 15:13:54.907 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8185 | 2024-08-29T15:13:56.600Z | [ host-image] Aug 29 15:13:54.907 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8186 | 2024-08-29T15:13:56.600Z | [ host-image] Aug 29 15:13:54.907 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z |
8187 | 2024-08-29T15:13:56.603Z | [ host-image] Aug 29 15:13:54.909 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z |
8188 | 2024-08-29T15:13:56.603Z | [ host-image] Aug 29 15:13:54.910 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z |
8189 | 2024-08-29T15:13:56.603Z | [ host-image] Aug 29 15:13:54.910 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z |
8190 | 2024-08-29T15:13:56.603Z | [ host-image] Aug 29 15:13:54.910 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8191 | 2024-08-29T15:13:56.605Z | [ host-image] Aug 29 15:13:54.911 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z |
8192 | 2024-08-29T15:13:56.605Z | [ host-image] Aug 29 15:13:54.912 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z |
8193 | 2024-08-29T15:13:56.606Z | [ host-image] Aug 29 15:13:54.912 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z |
8194 | 2024-08-29T15:13:56.606Z | [ host-image] Aug 29 15:13:54.912 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z |
8195 | 2024-08-29T15:13:56.606Z | [ host-image] Aug 29 15:13:54.912 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z |
8196 | 2024-08-29T15:13:56.606Z | [ host-image] Aug 29 15:13:54.912 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z |
8197 | 2024-08-29T15:13:56.606Z | [ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z |
8198 | 2024-08-29T15:13:56.606Z | [ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z |
8199 | 2024-08-29T15:13:56.606Z | [ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z |
8200 | 2024-08-29T15:13:56.606Z | [ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z |
8201 | 2024-08-29T15:13:56.608Z | [ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z |
8202 | 2024-08-29T15:13:56.608Z | [ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z |
8203 | 2024-08-29T15:13:56.608Z | [ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z |
8204 | 2024-08-29T15:13:56.608Z | [ host-image] Aug 29 15:13:54.914 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8205 | 2024-08-29T15:13:56.608Z | [ host-image] Aug 29 15:13:54.914 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z |
8206 | 2024-08-29T15:13:56.608Z | [ host-image] Aug 29 15:13:54.914 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z |
8207 | 2024-08-29T15:13:56.608Z | [ host-image] Aug 29 15:13:54.914 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z |
8208 | 2024-08-29T15:13:56.608Z | [ host-image] Aug 29 15:13:54.914 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z |
8209 | 2024-08-29T15:13:56.608Z | [ host-image] Aug 29 15:13:54.915 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z |
8210 | 2024-08-29T15:13:56.608Z | [ host-image] Aug 29 15:13:54.915 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z |
8211 | 2024-08-29T15:13:56.617Z | [ host-image] Aug 29 15:13:54.925 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8212 | 2024-08-29T15:13:56.619Z | [ host-image] Aug 29 15:13:54.925 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z |
8213 | 2024-08-29T15:13:56.619Z | [ host-image] Aug 29 15:13:54.925 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8214 | 2024-08-29T15:13:56.619Z | [ host-image] Aug 29 15:13:54.925 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8215 | 2024-08-29T15:13:56.620Z | [ host-image] Aug 29 15:13:54.926 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8216 | 2024-08-29T15:13:56.620Z | [ host-image] Aug 29 15:13:54.926 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z |
8217 | 2024-08-29T15:13:56.620Z | [ host-image] Aug 29 15:13:54.926 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8218 | 2024-08-29T15:13:56.620Z | [ host-image] Aug 29 15:13:54.927 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8219 | 2024-08-29T15:13:56.622Z | [ host-image] Aug 29 15:13:54.928 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8220 | 2024-08-29T15:13:56.622Z | [ host-image] Aug 29 15:13:54.928 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8221 | 2024-08-29T15:13:56.634Z | [ host-image] Aug 29 15:13:54.941 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8222 | 2024-08-29T15:13:56.636Z | [ host-image] Aug 29 15:13:54.941 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8223 | 2024-08-29T15:13:56.636Z | [ host-image] Aug 29 15:13:54.942 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8224 | 2024-08-29T15:13:56.636Z | [ host-image] Aug 29 15:13:54.942 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8225 | 2024-08-29T15:13:56.636Z | [ host-image] Aug 29 15:13:54.943 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8226 | 2024-08-29T15:13:56.636Z | [ host-image] Aug 29 15:13:54.943 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8227 | 2024-08-29T15:13:56.680Z | [ host-image] Aug 29 15:13:54.983 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8228 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.983 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8229 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.984 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8230 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.984 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z |
8231 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z |
8232 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8233 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z |
8234 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8235 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8236 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8237 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z |
8238 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8239 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.990 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8240 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.990 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8241 | 2024-08-29T15:13:56.683Z | [ host-image] Aug 29 15:13:54.990 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8242 | 2024-08-29T15:13:56.686Z | [ host-image] Aug 29 15:13:54.991 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z |
8243 | 2024-08-29T15:13:56.686Z | [ host-image] Aug 29 15:13:54.991 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8244 | 2024-08-29T15:13:56.699Z | [ host-image] Aug 29 15:13:55.007 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8245 | 2024-08-29T15:13:56.701Z | [ host-image] Aug 29 15:13:55.007 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z |
8246 | 2024-08-29T15:13:56.701Z | [ host-image] Aug 29 15:13:55.009 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z |
8247 | 2024-08-29T15:13:56.704Z | [ host-image] Aug 29 15:13:55.009 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z |
8248 | 2024-08-29T15:13:56.704Z | [ host-image] Aug 29 15:13:55.009 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8249 | 2024-08-29T15:13:56.704Z | [ host-image] Aug 29 15:13:55.010 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z |
8250 | 2024-08-29T15:13:56.704Z | [ host-image] Aug 29 15:13:55.011 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z |
8251 | 2024-08-29T15:13:56.704Z | [ host-image] Aug 29 15:13:55.011 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z |
8252 | 2024-08-29T15:13:56.704Z | [ host-image] Aug 29 15:13:55.011 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z |
8253 | 2024-08-29T15:13:56.707Z | [ host-image] Aug 29 15:13:55.015 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8254 | 2024-08-29T15:13:56.710Z | [ host-image] Aug 29 15:13:55.015 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z |
8255 | 2024-08-29T15:13:56.710Z | [ host-image] Aug 29 15:13:55.016 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z |
8256 | 2024-08-29T15:13:56.710Z | [ host-image] Aug 29 15:13:55.016 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8257 | 2024-08-29T15:13:56.710Z | [ host-image] Aug 29 15:13:55.016 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z |
8258 | 2024-08-29T15:13:56.710Z | [ host-image] Aug 29 15:13:55.017 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z |
8259 | 2024-08-29T15:13:56.710Z | [ host-image] Aug 29 15:13:55.017 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z |
8260 | 2024-08-29T15:13:56.712Z | [ host-image] Aug 29 15:13:55.017 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z |
8261 | 2024-08-29T15:13:56.719Z | [ host-image] Aug 29 15:13:55.026 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z |
8262 | 2024-08-29T15:13:56.721Z | [ host-image] Aug 29 15:13:55.026 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8263 | 2024-08-29T15:13:56.721Z | [ host-image] Aug 29 15:13:55.028 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z |
8264 | 2024-08-29T15:13:56.724Z | [ host-image] Aug 29 15:13:55.030 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z |
8265 | 2024-08-29T15:13:56.724Z | [ host-image] Aug 29 15:13:55.030 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z |
8266 | 2024-08-29T15:13:56.725Z | [ host-image] Aug 29 15:13:55.030 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z |
8267 | 2024-08-29T15:13:56.725Z | [ host-image] Aug 29 15:13:55.031 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z |
8268 | 2024-08-29T15:13:56.727Z | [ host-image] Aug 29 15:13:55.031 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z |
8269 | 2024-08-29T15:13:56.734Z | [ host-image] Aug 29 15:13:55.041 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z |
8270 | 2024-08-29T15:13:56.736Z | [ host-image] Aug 29 15:13:55.042 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z |
8271 | 2024-08-29T15:13:56.736Z | [ host-image] Aug 29 15:13:55.042 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z |
8272 | 2024-08-29T15:13:56.736Z | [ host-image] Aug 29 15:13:55.043 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z |
8273 | 2024-08-29T15:13:56.736Z | [ host-image] Aug 29 15:13:55.043 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z |
8274 | 2024-08-29T15:13:56.758Z | [ host-image] Aug 29 15:13:55.065 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z |
8275 | 2024-08-29T15:13:56.760Z | [ host-image] Aug 29 15:13:55.066 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z |
8276 | 2024-08-29T15:13:56.760Z | [ host-image] Aug 29 15:13:55.066 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z |
8277 | 2024-08-29T15:13:56.760Z | [ host-image] Aug 29 15:13:55.066 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8278 | 2024-08-29T15:13:56.760Z | [ host-image] Aug 29 15:13:55.066 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8279 | 2024-08-29T15:13:56.788Z | [ host-image] Aug 29 15:13:55.096 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z |
8280 | 2024-08-29T15:13:56.791Z | [ host-image] Aug 29 15:13:55.096 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8281 | 2024-08-29T15:13:56.791Z | [ host-image] Aug 29 15:13:55.096 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z |
8282 | 2024-08-29T15:13:56.791Z | [ host-image] Aug 29 15:13:55.096 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z |
8283 | 2024-08-29T15:13:56.791Z | [ host-image] Aug 29 15:13:55.098 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z |
8284 | 2024-08-29T15:13:56.791Z | [ host-image] Aug 29 15:13:55.098 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8285 | 2024-08-29T15:13:56.793Z | [ host-image] Aug 29 15:13:55.098 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8286 | 2024-08-29T15:13:56.793Z | [ host-image] Aug 29 15:13:55.099 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z |
8287 | 2024-08-29T15:13:56.793Z | [ host-image] Aug 29 15:13:55.099 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z |
8288 | 2024-08-29T15:13:56.793Z | [ host-image] Aug 29 15:13:55.099 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z |
8289 | 2024-08-29T15:13:56.793Z | [ host-image] Aug 29 15:13:55.100 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z |
8290 | 2024-08-29T15:13:56.793Z | [ host-image] Aug 29 15:13:55.100 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z |
8291 | 2024-08-29T15:13:56.793Z | [ host-image] Aug 29 15:13:55.100 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z |
8292 | 2024-08-29T15:13:56.796Z | [ host-image] Aug 29 15:13:55.103 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8293 | 2024-08-29T15:13:56.796Z | [ host-image] Aug 29 15:13:55.103 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z |
8294 | 2024-08-29T15:13:56.798Z | [ host-image] Aug 29 15:13:55.105 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z |
8295 | 2024-08-29T15:13:56.798Z | [ host-image] Aug 29 15:13:55.105 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z |
8296 | 2024-08-29T15:13:56.798Z | [ host-image] Aug 29 15:13:55.105 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z |
8297 | 2024-08-29T15:13:56.798Z | [ host-image] Aug 29 15:13:55.105 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z |
8298 | 2024-08-29T15:13:56.798Z | [ host-image] Aug 29 15:13:55.106 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z |
8299 | 2024-08-29T15:13:56.798Z | [ host-image] Aug 29 15:13:55.106 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8300 | 2024-08-29T15:13:56.798Z | [ host-image] Aug 29 15:13:55.106 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8301 | 2024-08-29T15:13:56.801Z | [ host-image] Aug 29 15:13:55.106 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z |
8302 | 2024-08-29T15:13:56.801Z | [ host-image] Aug 29 15:13:55.107 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z |
8303 | 2024-08-29T15:13:56.801Z | [ host-image] Aug 29 15:13:55.107 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8304 | 2024-08-29T15:13:56.801Z | [ host-image] Aug 29 15:13:55.107 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8305 | 2024-08-29T15:13:56.801Z | [ host-image] Aug 29 15:13:55.107 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8306 | 2024-08-29T15:13:56.801Z | [ host-image] Aug 29 15:13:55.107 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8307 | 2024-08-29T15:13:56.801Z | [ host-image] Aug 29 15:13:55.107 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8308 | 2024-08-29T15:13:56.801Z | [ host-image] Aug 29 15:13:55.108 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8309 | 2024-08-29T15:13:56.803Z | [ host-image] Aug 29 15:13:55.109 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8310 | 2024-08-29T15:13:56.803Z | [ host-image] Aug 29 15:13:55.109 INFO O| tempdir @ "/tmp/.tmp5b4hky/tmp" |
8311 | 2024-08-29T15:13:56.803Z | [ host-image] Aug 29 15:13:55.109 INFO O| image root @ "/tmp/.tmp5b4hky/tmp/root" |
8312 | 2024-08-29T15:13:56.803Z | [ host-image] Aug 29 15:13:55.109 INFO O| creating image... |
8313 | 2024-08-29T15:13:57.297Z | [ host-image] Aug 29 15:13:55.604 INFO O| copying publishers... |
8314 | 2024-08-29T15:14:04.219Z | [ host-image] Aug 29 15:14:02.524 INFO O| adding properties... |
8315 | 2024-08-29T15:14:05.226Z | [ host-image] Aug 29 15:14:03.531 INFO O| installing packages... |
8316 | 2024-08-29T15:14:20.675Z | [ host-image] Aug 29 15:14:18.975 INFO O| seeding SMF database... |
8317 | 2024-08-29T15:14:25.089Z | [ recovery-image] Aug 29 15:14:23.388 INFO O| ok, image written! |
8318 | 2024-08-29T15:14:25.089Z | [ recovery-image] Aug 29 15:14:23.388 INFO O| ok, boot_image_csum file written! |
8319 | 2024-08-29T15:14:25.094Z | [ recovery-image] Aug 29 15:14:23.392 INFO creating boot archive (CPIO)... |
8320 | 2024-08-29T15:14:25.094Z | [ recovery-image] Aug 29 15:14:23.392 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 |
8321 | 2024-08-29T15:14:25.101Z | [ recovery-image] Aug 29 15:14:23.400 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8322 | 2024-08-29T15:14:25.101Z | [ recovery-image] Aug 29 15:14:23.400 INFO E| + outfile=/work/os-recovery/cpio |
8323 | 2024-08-29T15:14:25.104Z | [ recovery-image] Aug 29 15:14:23.400 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8324 | 2024-08-29T15:14:25.104Z | [ recovery-image] Aug 29 15:14:23.402 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8325 | 2024-08-29T15:14:25.104Z | [ recovery-image] Aug 29 15:14:23.402 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8326 | 2024-08-29T15:14:25.135Z | [ recovery-image] Aug 29 15:14:23.434 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8327 | 2024-08-29T15:14:25.135Z | [ recovery-image] Aug 29 15:14:23.434 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8328 | 2024-08-29T15:14:25.141Z | [ recovery-image] Aug 29 15:14:23.440 INFO creating compressed cpio/unix for nanobl-rs... |
8329 | 2024-08-29T15:14:25.144Z | [ recovery-image] Aug 29 15:14:23.441 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 |
8330 | 2024-08-29T15:14:25.420Z | [ recovery-image] Aug 29 15:14:23.719 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8331 | 2024-08-29T15:14:28.307Z | [ host-image] Aug 29 15:14:26.605 INFO O| configuring SMF profile... |
8332 | 2024-08-29T15:14:28.310Z | [ host-image] Aug 29 15:14:26.605 INFO O| modifying shadow(5)... |
8333 | 2024-08-29T15:14:28.310Z | [ host-image] Aug 29 15:14:26.605 INFO O| loading user and group database... |
8334 | 2024-08-29T15:14:28.311Z | [ host-image] Aug 29 15:14:26.605 INFO O| assessing packaged files... |
8335 | 2024-08-29T15:14:29.794Z | [ recovery-image] Aug 29 15:14:28.091 INFO creating reset image... |
8336 | 2024-08-29T15:14:29.794Z | [ recovery-image] Aug 29 15:14:28.091 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8337 | 2024-08-29T15:14:30.023Z | [ recovery-image] Aug 29 15:14:28.320 INFO E| Updating crates.io index |
8338 | 2024-08-29T15:14:30.126Z | [ recovery-image] Aug 29 15:14:28.423 INFO E| Downloading crates ... |
8339 | 2024-08-29T15:14:30.173Z | [ recovery-image] Aug 29 15:14:28.471 INFO E| Downloaded anstyle-parse v0.2.3 |
8340 | 2024-08-29T15:14:30.179Z | [ recovery-image] Aug 29 15:14:28.476 INFO E| Downloaded clap_derive v4.5.3 |
8341 | 2024-08-29T15:14:30.182Z | [ recovery-image] Aug 29 15:14:28.478 INFO E| Downloaded anstyle v1.0.6 |
8342 | 2024-08-29T15:14:30.187Z | [ recovery-image] Aug 29 15:14:28.485 INFO E| Downloaded anstream v0.6.13 |
8343 | 2024-08-29T15:14:30.190Z | [ recovery-image] Aug 29 15:14:28.487 INFO E| Downloaded os_pipe v1.1.5 |
8344 | 2024-08-29T15:14:30.199Z | [ recovery-image] Aug 29 15:14:28.496 INFO E| Downloaded shared_child v1.0.0 |
8345 | 2024-08-29T15:14:30.201Z | [ recovery-image] Aug 29 15:14:28.497 INFO E| Downloaded anstyle-query v1.0.2 |
8346 | 2024-08-29T15:14:30.204Z | [ recovery-image] Aug 29 15:14:28.500 INFO E| Downloaded duct v0.13.7 |
8347 | 2024-08-29T15:14:30.207Z | [ recovery-image] Aug 29 15:14:28.502 INFO E| Downloaded clap v4.5.3 |
8348 | 2024-08-29T15:14:30.213Z | [ recovery-image] Aug 29 15:14:28.510 INFO E| Downloaded proc-macro2 v1.0.79 |
8349 | 2024-08-29T15:14:30.231Z | [ recovery-image] Aug 29 15:14:28.528 INFO E| Downloaded syn v2.0.53 |
8350 | 2024-08-29T15:14:30.250Z | [ recovery-image] Aug 29 15:14:28.547 INFO E| Downloaded libc v0.2.153 |
8351 | 2024-08-29T15:14:30.321Z | [ recovery-image] Aug 29 15:14:28.618 INFO E| Compiling proc-macro2 v1.0.79 |
8352 | 2024-08-29T15:14:30.321Z | [ recovery-image] Aug 29 15:14:28.618 INFO E| Compiling unicode-ident v1.0.12 |
8353 | 2024-08-29T15:14:30.324Z | [ recovery-image] Aug 29 15:14:28.618 INFO E| Compiling libc v0.2.153 |
8354 | 2024-08-29T15:14:30.324Z | [ recovery-image] Aug 29 15:14:28.618 INFO E| Compiling utf8parse v0.2.1 |
8355 | 2024-08-29T15:14:30.324Z | [ recovery-image] Aug 29 15:14:28.618 INFO E| Compiling anstyle-query v1.0.2 |
8356 | 2024-08-29T15:14:30.324Z | [ recovery-image] Aug 29 15:14:28.618 INFO E| Compiling colorchoice v1.0.0 |
8357 | 2024-08-29T15:14:30.324Z | [ recovery-image] Aug 29 15:14:28.619 INFO E| Compiling anstyle v1.0.6 |
8358 | 2024-08-29T15:14:30.325Z | [ recovery-image] Aug 29 15:14:28.622 INFO E| Compiling clap_lex v0.7.0 |
8359 | 2024-08-29T15:14:30.526Z | [ recovery-image] Aug 29 15:14:28.823 INFO E| Compiling anstyle-parse v0.2.3 |
8360 | 2024-08-29T15:14:30.567Z | [ recovery-image] Aug 29 15:14:28.864 INFO E| Compiling strsim v0.11.0 |
8361 | 2024-08-29T15:14:30.594Z | [ host-image] Aug 29 15:14:28.891 INFO O| creating archive... |
8362 | 2024-08-29T15:14:30.627Z | [ recovery-image] Aug 29 15:14:28.924 INFO E| Compiling heck v0.5.0 |
8363 | 2024-08-29T15:14:30.627Z | [ recovery-image] Aug 29 15:14:28.924 INFO E| Compiling once_cell v1.19.0 |
8364 | 2024-08-29T15:14:30.650Z | [ host-image] Aug 29 15:14:28.947 INFO O| missing from packaging: |
8365 | 2024-08-29T15:14:30.650Z | [ host-image] Aug 29 15:14:28.947 INFO O| "etc/.pwd.lock" |
8366 | 2024-08-29T15:14:30.653Z | [ host-image] Aug 29 15:14:28.947 INFO O| "etc/bash" |
8367 | 2024-08-29T15:14:30.658Z | [ host-image] Aug 29 15:14:28.956 INFO O| "etc/svc/profile/generic.xml" |
8368 | 2024-08-29T15:14:30.661Z | [ host-image] Aug 29 15:14:28.956 INFO O| "etc/svc/profile/inetd_services.xml" |
8369 | 2024-08-29T15:14:30.661Z | [ host-image] Aug 29 15:14:28.956 INFO O| "etc/svc/profile/name_service.xml" |
8370 | 2024-08-29T15:14:30.661Z | [ host-image] Aug 29 15:14:28.956 INFO O| "etc/svc/profile/platform.xml" |
8371 | 2024-08-29T15:14:30.661Z | [ host-image] Aug 29 15:14:28.956 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8372 | 2024-08-29T15:14:30.661Z | [ host-image] Aug 29 15:14:28.956 INFO O| "etc/svc/repository.db" |
8373 | 2024-08-29T15:14:30.674Z | [ host-image] Aug 29 15:14:28.972 INFO O| "opt/ooce/share" |
8374 | 2024-08-29T15:14:30.675Z | [ host-image] Aug 29 15:14:28.972 INFO O| "opt/ooce/share/man" |
8375 | 2024-08-29T15:14:30.677Z | [ host-image] Aug 29 15:14:28.972 INFO O| "opt/ooce/share/man/man1" |
8376 | 2024-08-29T15:14:30.695Z | [ host-image] Aug 29 15:14:28.986 INFO O| finishing archive... |
8377 | 2024-08-29T15:14:30.822Z | [ recovery-image] Aug 29 15:14:29.119 INFO E| Compiling anstream v0.6.13 |
8378 | 2024-08-29T15:14:31.231Z | [ recovery-image] Aug 29 15:14:29.528 INFO E| Compiling clap_builder v4.5.2 |
8379 | 2024-08-29T15:14:31.738Z | [ recovery-image] Aug 29 15:14:30.035 INFO E| Compiling os_pipe v1.1.5 |
8380 | 2024-08-29T15:14:31.738Z | [ recovery-image] Aug 29 15:14:30.035 INFO E| Compiling shared_child v1.0.0 |
8381 | 2024-08-29T15:14:31.878Z | [ recovery-image] Aug 29 15:14:30.175 INFO E| Compiling duct v0.13.7 |
8382 | 2024-08-29T15:14:31.881Z | [ recovery-image] Aug 29 15:14:30.178 INFO E| Compiling quote v1.0.35 |
8383 | 2024-08-29T15:14:32.216Z | [ recovery-image] Aug 29 15:14:30.513 INFO E| Compiling syn v2.0.53 |
8384 | 2024-08-29T15:14:33.944Z | [ host-image] Aug 29 15:14:32.240 INFO O| creating gzonly manifest... |
8385 | 2024-08-29T15:14:33.969Z | [ host-image] Aug 29 15:14:32.265 INFO O| ok |
8386 | 2024-08-29T15:14:34.065Z | [ host-image] Aug 29 15:14:32.362 INFO image builder template: ramdisk-02-trim... |
8387 | 2024-08-29T15:14:34.065Z | [ host-image] Aug 29 15:14:32.362 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/.tmpaaMxE7/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 |
8388 | 2024-08-29T15:14:34.089Z | [ host-image] Aug 29 15:14:32.386 INFO O| Aug 29 15:14:32.385 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8389 | 2024-08-29T15:14:34.093Z | [ host-image] Aug 29 15:14:32.390 INFO O| Aug 29 15:14:32.390 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8390 | 2024-08-29T15:14:34.366Z | [ host-image] Aug 29 15:14:32.662 INFO O| Aug 29 15:14:32.662 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8391 | 2024-08-29T15:14:34.427Z | [ host-image] Aug 29 15:14:32.723 INFO O| Aug 29 15:14:32.723 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8392 | 2024-08-29T15:14:34.427Z | [ host-image] Aug 29 15:14:32.723 INFO O| Aug 29 15:14:32.723 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8393 | 2024-08-29T15:14:34.435Z | [ host-image] Aug 29 15:14:32.731 INFO O| Aug 29 15:14:32.731 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8394 | 2024-08-29T15:14:34.441Z | [ host-image] Aug 29 15:14:32.738 INFO O| Aug 29 15:14:32.738 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8395 | 2024-08-29T15:14:34.448Z | [ host-image] Aug 29 15:14:32.745 INFO O| Aug 29 15:14:32.745 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8396 | 2024-08-29T15:14:34.664Z | [ host-image] Aug 29 15:14:32.960 INFO O| Aug 29 15:14:32.960 INFO rolled back to input snapshot; work may begin |
8397 | 2024-08-29T15:14:34.664Z | [ host-image] Aug 29 15:14:32.960 INFO O| Aug 29 15:14:32.960 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8398 | 2024-08-29T15:14:34.672Z | [ host-image] Aug 29 15:14:32.968 INFO O| Aug 29 15:14:32.968 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8399 | 2024-08-29T15:14:34.687Z | [ host-image] Aug 29 15:14:32.983 INFO O| Aug 29 15:14:32.983 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8400 | 2024-08-29T15:14:34.763Z | [ host-image] Aug 29 15:14:33.059 INFO O| Aug 29 15:14:33.059 INFO STEP 0 (remove_files) COMPLETE |
8401 | 2024-08-29T15:14:34.763Z | [ host-image] Aug 29 15:14:33.059 INFO O| Aug 29 15:14:33.059 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8402 | 2024-08-29T15:14:34.778Z | [ host-image] Aug 29 15:14:33.074 INFO O| Aug 29 15:14:33.074 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8403 | 2024-08-29T15:14:34.781Z | [ host-image] Aug 29 15:14:33.077 INFO O| Aug 29 15:14:33.077 INFO STEP 1 (remove_files) COMPLETE |
8404 | 2024-08-29T15:14:34.781Z | [ host-image] Aug 29 15:14:33.077 INFO O| Aug 29 15:14:33.077 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8405 | 2024-08-29T15:14:34.795Z | [ host-image] Aug 29 15:14:33.091 INFO O| Aug 29 15:14:33.091 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8406 | 2024-08-29T15:14:34.818Z | [ host-image] Aug 29 15:14:33.114 INFO O| Aug 29 15:14:33.114 INFO STEP 2 (remove_files) COMPLETE |
8407 | 2024-08-29T15:14:34.818Z | [ host-image] Aug 29 15:14:33.115 INFO O| Aug 29 15:14:33.114 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8408 | 2024-08-29T15:14:34.833Z | [ host-image] Aug 29 15:14:33.129 INFO O| Aug 29 15:14:33.129 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8409 | 2024-08-29T15:14:34.835Z | [ host-image] Aug 29 15:14:33.131 INFO O| Aug 29 15:14:33.131 INFO STEP 3 (remove_files) COMPLETE |
8410 | 2024-08-29T15:14:34.835Z | [ host-image] Aug 29 15:14:33.131 INFO O| Aug 29 15:14:33.131 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8411 | 2024-08-29T15:14:34.848Z | [ host-image] Aug 29 15:14:33.144 INFO O| Aug 29 15:14:33.144 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8412 | 2024-08-29T15:14:34.851Z | [ host-image] Aug 29 15:14:33.148 INFO O| Aug 29 15:14:33.147 INFO STEP 4 (remove_files) COMPLETE |
8413 | 2024-08-29T15:14:34.851Z | [ host-image] Aug 29 15:14:33.148 INFO O| Aug 29 15:14:33.147 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8414 | 2024-08-29T15:14:34.862Z | [ host-image] Aug 29 15:14:33.158 INFO O| Aug 29 15:14:33.158 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8415 | 2024-08-29T15:14:34.864Z | [ host-image] Aug 29 15:14:33.161 INFO O| Aug 29 15:14:33.160 INFO STEP 5 (remove_files) COMPLETE |
8416 | 2024-08-29T15:14:34.866Z | [ host-image] Aug 29 15:14:33.161 INFO O| Aug 29 15:14:33.161 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8417 | 2024-08-29T15:14:34.876Z | [ host-image] Aug 29 15:14:33.172 INFO O| Aug 29 15:14:33.172 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8418 | 2024-08-29T15:14:34.887Z | [ host-image] Aug 29 15:14:33.183 INFO O| Aug 29 15:14:33.183 INFO STEP 6 (remove_files) COMPLETE |
8419 | 2024-08-29T15:14:34.887Z | [ host-image] Aug 29 15:14:33.183 INFO O| Aug 29 15:14:33.183 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8420 | 2024-08-29T15:14:34.899Z | [ host-image] Aug 29 15:14:33.195 INFO O| Aug 29 15:14:33.195 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8421 | 2024-08-29T15:14:34.911Z | [ host-image] Aug 29 15:14:33.207 INFO O| Aug 29 15:14:33.207 INFO STEP 7 (remove_files) COMPLETE |
8422 | 2024-08-29T15:14:34.911Z | [ host-image] Aug 29 15:14:33.207 INFO O| Aug 29 15:14:33.207 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8423 | 2024-08-29T15:14:34.924Z | [ host-image] Aug 29 15:14:33.220 INFO O| Aug 29 15:14:33.220 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8424 | 2024-08-29T15:14:35.051Z | [ host-image] Aug 29 15:14:33.347 INFO O| Aug 29 15:14:33.347 INFO STEP 8 (remove_files) COMPLETE |
8425 | 2024-08-29T15:14:35.051Z | [ host-image] Aug 29 15:14:33.347 INFO O| Aug 29 15:14:33.347 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8426 | 2024-08-29T15:14:35.063Z | [ host-image] Aug 29 15:14:33.359 INFO O| Aug 29 15:14:33.359 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8427 | 2024-08-29T15:14:35.180Z | [ host-image] Aug 29 15:14:33.476 INFO O| Aug 29 15:14:33.476 INFO STEP 9 (remove_files) COMPLETE |
8428 | 2024-08-29T15:14:35.180Z | [ host-image] Aug 29 15:14:33.476 INFO O| Aug 29 15:14:33.476 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8429 | 2024-08-29T15:14:35.193Z | [ host-image] Aug 29 15:14:33.489 INFO O| Aug 29 15:14:33.489 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8430 | 2024-08-29T15:14:35.197Z | [ host-image] Aug 29 15:14:33.493 INFO O| Aug 29 15:14:33.493 INFO STEP 10 (remove_files) COMPLETE |
8431 | 2024-08-29T15:14:35.197Z | [ host-image] Aug 29 15:14:33.493 INFO O| Aug 29 15:14:33.493 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8432 | 2024-08-29T15:14:35.213Z | [ host-image] Aug 29 15:14:33.509 INFO O| Aug 29 15:14:33.509 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8433 | 2024-08-29T15:14:35.215Z | [ host-image] Aug 29 15:14:33.510 INFO O| Aug 29 15:14:33.510 INFO STEP 11 (remove_files) COMPLETE |
8434 | 2024-08-29T15:14:35.215Z | [ host-image] Aug 29 15:14:33.510 INFO O| Aug 29 15:14:33.510 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8435 | 2024-08-29T15:14:35.233Z | [ host-image] Aug 29 15:14:33.526 INFO O| Aug 29 15:14:33.526 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8436 | 2024-08-29T15:14:35.233Z | [ host-image] Aug 29 15:14:33.528 INFO O| Aug 29 15:14:33.528 INFO STEP 12 (remove_files) COMPLETE |
8437 | 2024-08-29T15:14:35.233Z | [ host-image] Aug 29 15:14:33.528 INFO O| Aug 29 15:14:33.528 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8438 | 2024-08-29T15:14:35.254Z | [ host-image] Aug 29 15:14:33.550 INFO O| Aug 29 15:14:33.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8439 | 2024-08-29T15:14:35.254Z | [ host-image] Aug 29 15:14:33.550 INFO O| Aug 29 15:14:33.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8440 | 2024-08-29T15:14:35.257Z | [ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8441 | 2024-08-29T15:14:35.257Z | [ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8442 | 2024-08-29T15:14:35.257Z | [ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8443 | 2024-08-29T15:14:35.257Z | [ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8444 | 2024-08-29T15:14:35.257Z | [ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8445 | 2024-08-29T15:14:35.257Z | [ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8446 | 2024-08-29T15:14:35.257Z | [ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8447 | 2024-08-29T15:14:35.257Z | [ host-image] Aug 29 15:14:33.552 INFO O| Aug 29 15:14:33.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8448 | 2024-08-29T15:14:35.257Z | [ host-image] Aug 29 15:14:33.552 INFO O| Aug 29 15:14:33.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8449 | 2024-08-29T15:14:35.257Z | [ host-image] Aug 29 15:14:33.552 INFO O| Aug 29 15:14:33.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8450 | 2024-08-29T15:14:35.257Z | [ host-image] Aug 29 15:14:33.553 INFO O| Aug 29 15:14:33.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8451 | 2024-08-29T15:14:35.257Z | [ host-image] Aug 29 15:14:33.553 INFO O| Aug 29 15:14:33.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8452 | 2024-08-29T15:14:35.260Z | [ host-image] Aug 29 15:14:33.553 INFO O| Aug 29 15:14:33.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8453 | 2024-08-29T15:14:35.260Z | [ host-image] Aug 29 15:14:33.553 INFO O| Aug 29 15:14:33.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8454 | 2024-08-29T15:14:35.270Z | [ host-image] Aug 29 15:14:33.566 INFO O| Aug 29 15:14:33.566 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8455 | 2024-08-29T15:14:35.563Z | [ host-image] Aug 29 15:14:33.859 INFO O| Aug 29 15:14:33.859 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8456 | 2024-08-29T15:14:35.565Z | [ host-image] Aug 29 15:14:33.861 INFO O| Aug 29 15:14:33.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8457 | 2024-08-29T15:14:35.585Z | [ host-image] Aug 29 15:14:33.881 INFO O| Aug 29 15:14:33.880 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8458 | 2024-08-29T15:14:35.587Z | [ host-image] Aug 29 15:14:33.883 INFO O| Aug 29 15:14:33.883 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8459 | 2024-08-29T15:14:35.739Z | [ host-image] Aug 29 15:14:34.035 INFO O| Aug 29 15:14:34.035 INFO STEP 13 (remove_files) COMPLETE |
8460 | 2024-08-29T15:14:35.739Z | [ host-image] Aug 29 15:14:34.035 INFO O| Aug 29 15:14:34.035 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8461 | 2024-08-29T15:14:35.754Z | [ host-image] Aug 29 15:14:34.050 INFO O| Aug 29 15:14:34.050 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8462 | 2024-08-29T15:14:35.757Z | [ host-image] Aug 29 15:14:34.053 INFO O| Aug 29 15:14:34.053 INFO STEP 14 (remove_files) COMPLETE |
8463 | 2024-08-29T15:14:35.757Z | [ host-image] Aug 29 15:14:34.053 INFO O| Aug 29 15:14:34.053 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8464 | 2024-08-29T15:14:35.772Z | [ host-image] Aug 29 15:14:34.068 INFO O| Aug 29 15:14:34.068 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8465 | 2024-08-29T15:14:35.782Z | [ host-image] Aug 29 15:14:34.078 INFO O| Aug 29 15:14:34.078 INFO STEP 15 (remove_files) COMPLETE |
8466 | 2024-08-29T15:14:35.782Z | [ host-image] Aug 29 15:14:34.078 INFO O| Aug 29 15:14:34.078 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8467 | 2024-08-29T15:14:35.797Z | [ host-image] Aug 29 15:14:34.093 INFO O| Aug 29 15:14:34.093 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8468 | 2024-08-29T15:14:35.800Z | [ host-image] Aug 29 15:14:34.094 INFO O| Aug 29 15:14:34.094 INFO STEP 16 (remove_files) COMPLETE |
8469 | 2024-08-29T15:14:35.800Z | [ host-image] Aug 29 15:14:34.094 INFO O| Aug 29 15:14:34.094 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8470 | 2024-08-29T15:14:35.812Z | [ host-image] Aug 29 15:14:34.108 INFO O| Aug 29 15:14:34.108 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8471 | 2024-08-29T15:14:35.815Z | [ host-image] Aug 29 15:14:34.111 INFO O| Aug 29 15:14:34.111 INFO STEP 17 (remove_files) COMPLETE |
8472 | 2024-08-29T15:14:35.815Z | [ host-image] Aug 29 15:14:34.111 INFO O| Aug 29 15:14:34.111 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8473 | 2024-08-29T15:14:35.830Z | [ host-image] Aug 29 15:14:34.126 INFO O| Aug 29 15:14:34.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8474 | 2024-08-29T15:14:35.830Z | [ host-image] Aug 29 15:14:34.126 INFO O| Aug 29 15:14:34.126 INFO STEP 18 (remove_files) COMPLETE |
8475 | 2024-08-29T15:14:35.830Z | [ host-image] Aug 29 15:14:34.126 INFO O| Aug 29 15:14:34.126 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8476 | 2024-08-29T15:14:35.845Z | [ host-image] Aug 29 15:14:34.141 INFO O| Aug 29 15:14:34.141 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8477 | 2024-08-29T15:14:35.845Z | [ host-image] Aug 29 15:14:34.141 INFO O| Aug 29 15:14:34.141 INFO STEP 19 (remove_files) COMPLETE |
8478 | 2024-08-29T15:14:35.848Z | [ host-image] Aug 29 15:14:34.142 INFO O| Aug 29 15:14:34.141 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8479 | 2024-08-29T15:14:35.862Z | [ host-image] Aug 29 15:14:34.158 INFO O| Aug 29 15:14:34.158 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8480 | 2024-08-29T15:14:35.862Z | [ host-image] Aug 29 15:14:34.158 INFO O| Aug 29 15:14:34.158 INFO STEP 20 (remove_files) COMPLETE |
8481 | 2024-08-29T15:14:35.865Z | [ host-image] Aug 29 15:14:34.158 INFO O| Aug 29 15:14:34.158 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8482 | 2024-08-29T15:14:35.878Z | [ host-image] Aug 29 15:14:34.174 INFO O| Aug 29 15:14:34.174 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8483 | 2024-08-29T15:14:35.880Z | [ host-image] Aug 29 15:14:34.174 INFO O| Aug 29 15:14:34.174 INFO STEP 21 (remove_files) COMPLETE |
8484 | 2024-08-29T15:14:35.880Z | [ host-image] Aug 29 15:14:34.174 INFO O| Aug 29 15:14:34.174 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8485 | 2024-08-29T15:14:35.894Z | [ host-image] Aug 29 15:14:34.190 INFO O| Aug 29 15:14:34.190 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8486 | 2024-08-29T15:14:35.894Z | [ host-image] Aug 29 15:14:34.190 INFO O| Aug 29 15:14:34.190 INFO STEP 22 (remove_files) COMPLETE |
8487 | 2024-08-29T15:14:35.894Z | [ host-image] Aug 29 15:14:34.190 INFO O| Aug 29 15:14:34.190 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8488 | 2024-08-29T15:14:35.908Z | [ host-image] Aug 29 15:14:34.204 INFO O| Aug 29 15:14:34.204 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8489 | 2024-08-29T15:14:35.911Z | [ host-image] Aug 29 15:14:34.204 INFO O| Aug 29 15:14:34.204 INFO STEP 23 (remove_files) COMPLETE |
8490 | 2024-08-29T15:14:35.911Z | [ host-image] Aug 29 15:14:34.204 INFO O| Aug 29 15:14:34.204 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8491 | 2024-08-29T15:14:35.922Z | [ host-image] Aug 29 15:14:34.218 INFO O| Aug 29 15:14:34.218 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8492 | 2024-08-29T15:14:35.924Z | [ host-image] Aug 29 15:14:34.218 INFO O| Aug 29 15:14:34.218 INFO STEP 24 (remove_files) COMPLETE |
8493 | 2024-08-29T15:14:35.924Z | [ host-image] Aug 29 15:14:34.218 INFO O| Aug 29 15:14:34.218 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8494 | 2024-08-29T15:14:35.936Z | [ host-image] Aug 29 15:14:34.232 INFO O| Aug 29 15:14:34.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8495 | 2024-08-29T15:14:35.936Z | [ host-image] Aug 29 15:14:34.232 INFO O| Aug 29 15:14:34.232 INFO STEP 25 (remove_files) COMPLETE |
8496 | 2024-08-29T15:14:35.938Z | [ host-image] Aug 29 15:14:34.232 INFO O| Aug 29 15:14:34.232 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8497 | 2024-08-29T15:14:35.952Z | [ host-image] Aug 29 15:14:34.248 INFO O| Aug 29 15:14:34.248 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8498 | 2024-08-29T15:14:35.954Z | [ host-image] Aug 29 15:14:34.248 INFO O| Aug 29 15:14:34.248 INFO STEP 26 (remove_files) COMPLETE |
8499 | 2024-08-29T15:14:35.954Z | [ host-image] Aug 29 15:14:34.248 INFO O| Aug 29 15:14:34.248 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8500 | 2024-08-29T15:14:35.969Z | [ host-image] Aug 29 15:14:34.265 INFO O| Aug 29 15:14:34.265 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8501 | 2024-08-29T15:14:35.969Z | [ host-image] Aug 29 15:14:34.265 INFO O| Aug 29 15:14:34.265 INFO STEP 27 (remove_files) COMPLETE |
8502 | 2024-08-29T15:14:35.971Z | [ host-image] Aug 29 15:14:34.265 INFO O| Aug 29 15:14:34.265 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8503 | 2024-08-29T15:14:35.985Z | [ host-image] Aug 29 15:14:34.281 INFO O| Aug 29 15:14:34.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8504 | 2024-08-29T15:14:35.985Z | [ host-image] Aug 29 15:14:34.281 INFO O| Aug 29 15:14:34.281 INFO STEP 28 (remove_files) COMPLETE |
8505 | 2024-08-29T15:14:35.988Z | [ host-image] Aug 29 15:14:34.281 INFO O| Aug 29 15:14:34.281 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8506 | 2024-08-29T15:14:35.997Z | [ host-image] Aug 29 15:14:34.293 INFO O| Aug 29 15:14:34.293 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8507 | 2024-08-29T15:14:35.997Z | [ host-image] Aug 29 15:14:34.293 INFO O| Aug 29 15:14:34.293 INFO STEP 29 (remove_files) COMPLETE |
8508 | 2024-08-29T15:14:35.999Z | [ host-image] Aug 29 15:14:34.293 INFO O| Aug 29 15:14:34.293 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8509 | 2024-08-29T15:14:36.011Z | [ host-image] Aug 29 15:14:34.307 INFO O| Aug 29 15:14:34.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8510 | 2024-08-29T15:14:36.011Z | [ host-image] Aug 29 15:14:34.307 INFO O| Aug 29 15:14:34.307 INFO STEP 30 (remove_files) COMPLETE |
8511 | 2024-08-29T15:14:36.011Z | [ host-image] Aug 29 15:14:34.307 INFO O| Aug 29 15:14:34.307 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8512 | 2024-08-29T15:14:36.027Z | [ host-image] Aug 29 15:14:34.323 INFO O| Aug 29 15:14:34.323 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8513 | 2024-08-29T15:14:36.027Z | [ host-image] Aug 29 15:14:34.323 INFO O| Aug 29 15:14:34.323 INFO STEP 31 (remove_files) COMPLETE |
8514 | 2024-08-29T15:14:36.027Z | [ host-image] Aug 29 15:14:34.323 INFO O| Aug 29 15:14:34.323 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8515 | 2024-08-29T15:14:36.042Z | [ host-image] Aug 29 15:14:34.338 INFO O| Aug 29 15:14:34.338 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8516 | 2024-08-29T15:14:36.043Z | [ host-image] Aug 29 15:14:34.338 INFO O| Aug 29 15:14:34.338 INFO STEP 32 (remove_files) COMPLETE |
8517 | 2024-08-29T15:14:36.045Z | [ host-image] Aug 29 15:14:34.338 INFO O| Aug 29 15:14:34.338 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8518 | 2024-08-29T15:14:36.058Z | [ host-image] Aug 29 15:14:34.354 INFO O| Aug 29 15:14:34.354 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8519 | 2024-08-29T15:14:36.058Z | [ host-image] Aug 29 15:14:34.354 INFO O| Aug 29 15:14:34.354 INFO STEP 33 (remove_files) COMPLETE |
8520 | 2024-08-29T15:14:36.058Z | [ host-image] Aug 29 15:14:34.354 INFO O| Aug 29 15:14:34.354 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8521 | 2024-08-29T15:14:36.071Z | [ host-image] Aug 29 15:14:34.367 INFO O| Aug 29 15:14:34.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8522 | 2024-08-29T15:14:36.071Z | [ host-image] Aug 29 15:14:34.367 INFO O| Aug 29 15:14:34.367 INFO STEP 34 (remove_files) COMPLETE |
8523 | 2024-08-29T15:14:36.074Z | [ host-image] Aug 29 15:14:34.367 INFO O| Aug 29 15:14:34.367 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8524 | 2024-08-29T15:14:36.087Z | [ host-image] Aug 29 15:14:34.382 INFO O| Aug 29 15:14:34.382 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8525 | 2024-08-29T15:14:36.087Z | [ host-image] Aug 29 15:14:34.382 INFO O| Aug 29 15:14:34.382 INFO STEP 35 (remove_files) COMPLETE |
8526 | 2024-08-29T15:14:36.089Z | [ host-image] Aug 29 15:14:34.383 INFO O| Aug 29 15:14:34.382 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8527 | 2024-08-29T15:14:36.097Z | [ host-image] Aug 29 15:14:34.393 INFO O| Aug 29 15:14:34.393 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8528 | 2024-08-29T15:14:36.097Z | [ host-image] Aug 29 15:14:34.393 INFO O| Aug 29 15:14:34.393 INFO STEP 36 (remove_files) COMPLETE |
8529 | 2024-08-29T15:14:36.097Z | [ host-image] Aug 29 15:14:34.393 INFO O| Aug 29 15:14:34.393 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8530 | 2024-08-29T15:14:36.112Z | [ host-image] Aug 29 15:14:34.407 INFO O| Aug 29 15:14:34.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8531 | 2024-08-29T15:14:36.112Z | [ host-image] Aug 29 15:14:34.408 INFO O| Aug 29 15:14:34.408 INFO STEP 37 (remove_files) COMPLETE |
8532 | 2024-08-29T15:14:36.114Z | [ host-image] Aug 29 15:14:34.408 INFO O| Aug 29 15:14:34.408 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8533 | 2024-08-29T15:14:36.126Z | [ host-image] Aug 29 15:14:34.422 INFO O| Aug 29 15:14:34.422 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8534 | 2024-08-29T15:14:36.126Z | [ host-image] Aug 29 15:14:34.422 INFO O| Aug 29 15:14:34.422 INFO STEP 38 (remove_files) COMPLETE |
8535 | 2024-08-29T15:14:36.128Z | [ host-image] Aug 29 15:14:34.422 INFO O| Aug 29 15:14:34.422 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8536 | 2024-08-29T15:14:36.140Z | [ host-image] Aug 29 15:14:34.436 INFO O| Aug 29 15:14:34.436 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8537 | 2024-08-29T15:14:36.140Z | [ host-image] Aug 29 15:14:34.436 INFO O| Aug 29 15:14:34.436 INFO STEP 39 (remove_files) COMPLETE |
8538 | 2024-08-29T15:14:36.143Z | [ host-image] Aug 29 15:14:34.436 INFO O| Aug 29 15:14:34.436 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8539 | 2024-08-29T15:14:36.155Z | [ host-image] Aug 29 15:14:34.451 INFO O| Aug 29 15:14:34.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8540 | 2024-08-29T15:14:36.158Z | [ host-image] Aug 29 15:14:34.451 INFO O| Aug 29 15:14:34.451 INFO STEP 40 (remove_files) COMPLETE |
8541 | 2024-08-29T15:14:36.158Z | [ host-image] Aug 29 15:14:34.451 INFO O| Aug 29 15:14:34.451 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8542 | 2024-08-29T15:14:36.170Z | [ host-image] Aug 29 15:14:34.466 INFO O| Aug 29 15:14:34.465 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8543 | 2024-08-29T15:14:36.172Z | [ host-image] Aug 29 15:14:34.466 INFO O| Aug 29 15:14:34.466 INFO STEP 41 (remove_files) COMPLETE |
8544 | 2024-08-29T15:14:36.172Z | [ host-image] Aug 29 15:14:34.466 INFO O| Aug 29 15:14:34.466 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8545 | 2024-08-29T15:14:36.185Z | [ host-image] Aug 29 15:14:34.481 INFO O| Aug 29 15:14:34.480 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8546 | 2024-08-29T15:14:36.188Z | [ host-image] Aug 29 15:14:34.481 INFO O| Aug 29 15:14:34.481 INFO STEP 42 (remove_files) COMPLETE |
8547 | 2024-08-29T15:14:36.188Z | [ host-image] Aug 29 15:14:34.481 INFO O| Aug 29 15:14:34.481 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8548 | 2024-08-29T15:14:36.200Z | [ host-image] Aug 29 15:14:34.495 INFO O| Aug 29 15:14:34.495 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8549 | 2024-08-29T15:14:36.202Z | [ host-image] Aug 29 15:14:34.496 INFO O| Aug 29 15:14:34.496 INFO STEP 43 (remove_files) COMPLETE |
8550 | 2024-08-29T15:14:36.202Z | [ host-image] Aug 29 15:14:34.496 INFO O| Aug 29 15:14:34.496 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8551 | 2024-08-29T15:14:36.214Z | [ host-image] Aug 29 15:14:34.510 INFO O| Aug 29 15:14:34.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8552 | 2024-08-29T15:14:36.217Z | [ host-image] Aug 29 15:14:34.511 INFO O| Aug 29 15:14:34.510 INFO STEP 44 (remove_files) COMPLETE |
8553 | 2024-08-29T15:14:36.217Z | [ host-image] Aug 29 15:14:34.511 INFO O| Aug 29 15:14:34.511 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8554 | 2024-08-29T15:14:36.229Z | [ host-image] Aug 29 15:14:34.525 INFO O| Aug 29 15:14:34.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8555 | 2024-08-29T15:14:36.229Z | [ host-image] Aug 29 15:14:34.525 INFO O| Aug 29 15:14:34.525 INFO STEP 45 (remove_files) COMPLETE |
8556 | 2024-08-29T15:14:36.232Z | [ host-image] Aug 29 15:14:34.526 INFO O| Aug 29 15:14:34.526 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8557 | 2024-08-29T15:14:36.244Z | [ host-image] Aug 29 15:14:34.539 INFO O| Aug 29 15:14:34.539 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8558 | 2024-08-29T15:14:36.244Z | [ host-image] Aug 29 15:14:34.539 INFO O| Aug 29 15:14:34.539 INFO STEP 46 (remove_files) COMPLETE |
8559 | 2024-08-29T15:14:36.244Z | [ host-image] Aug 29 15:14:34.539 INFO O| Aug 29 15:14:34.539 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8560 | 2024-08-29T15:14:36.258Z | [ host-image] Aug 29 15:14:34.554 INFO O| Aug 29 15:14:34.554 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8561 | 2024-08-29T15:14:36.258Z | [ host-image] Aug 29 15:14:34.554 INFO O| Aug 29 15:14:34.554 INFO STEP 47 (remove_files) COMPLETE |
8562 | 2024-08-29T15:14:36.260Z | [ host-image] Aug 29 15:14:34.554 INFO O| Aug 29 15:14:34.554 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8563 | 2024-08-29T15:14:36.274Z | [ host-image] Aug 29 15:14:34.569 INFO O| Aug 29 15:14:34.569 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8564 | 2024-08-29T15:14:36.276Z | [ host-image] Aug 29 15:14:34.570 INFO O| Aug 29 15:14:34.570 INFO STEP 48 (remove_files) COMPLETE |
8565 | 2024-08-29T15:14:36.276Z | [ host-image] Aug 29 15:14:34.570 INFO O| Aug 29 15:14:34.570 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8566 | 2024-08-29T15:14:36.291Z | [ host-image] Aug 29 15:14:34.587 INFO O| Aug 29 15:14:34.587 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8567 | 2024-08-29T15:14:36.291Z | [ host-image] Aug 29 15:14:34.587 INFO O| Aug 29 15:14:34.587 INFO STEP 49 (remove_files) COMPLETE |
8568 | 2024-08-29T15:14:36.293Z | [ host-image] Aug 29 15:14:34.587 INFO O| Aug 29 15:14:34.587 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8569 | 2024-08-29T15:14:36.330Z | [ host-image] Aug 29 15:14:34.626 INFO O| Aug 29 15:14:34.626 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8570 | 2024-08-29T15:14:36.333Z | [ host-image] Aug 29 15:14:34.626 INFO O| Aug 29 15:14:34.626 INFO STEP 50 (remove_files) COMPLETE |
8571 | 2024-08-29T15:14:36.333Z | [ host-image] Aug 29 15:14:34.626 INFO O| Aug 29 15:14:34.626 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8572 | 2024-08-29T15:14:36.347Z | [ host-image] Aug 29 15:14:34.642 INFO O| Aug 29 15:14:34.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8573 | 2024-08-29T15:14:36.347Z | [ host-image] Aug 29 15:14:34.643 INFO O| Aug 29 15:14:34.642 INFO STEP 51 (remove_files) COMPLETE |
8574 | 2024-08-29T15:14:36.349Z | [ host-image] Aug 29 15:14:34.643 INFO O| Aug 29 15:14:34.643 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8575 | 2024-08-29T15:14:36.362Z | [ host-image] Aug 29 15:14:34.658 INFO O| Aug 29 15:14:34.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8576 | 2024-08-29T15:14:36.364Z | [ host-image] Aug 29 15:14:34.658 INFO O| Aug 29 15:14:34.658 INFO STEP 52 (remove_files) COMPLETE |
8577 | 2024-08-29T15:14:36.364Z | [ host-image] Aug 29 15:14:34.658 INFO O| Aug 29 15:14:34.658 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8578 | 2024-08-29T15:14:36.379Z | [ host-image] Aug 29 15:14:34.675 INFO O| Aug 29 15:14:34.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8579 | 2024-08-29T15:14:36.381Z | [ host-image] Aug 29 15:14:34.675 INFO O| Aug 29 15:14:34.675 INFO STEP 53 (remove_files) COMPLETE |
8580 | 2024-08-29T15:14:36.381Z | [ host-image] Aug 29 15:14:34.675 INFO O| Aug 29 15:14:34.675 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8581 | 2024-08-29T15:14:36.394Z | [ host-image] Aug 29 15:14:34.690 INFO O| Aug 29 15:14:34.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8582 | 2024-08-29T15:14:36.395Z | [ host-image] Aug 29 15:14:34.690 INFO O| Aug 29 15:14:34.690 INFO STEP 54 (remove_files) COMPLETE |
8583 | 2024-08-29T15:14:36.395Z | [ host-image] Aug 29 15:14:34.690 INFO O| Aug 29 15:14:34.690 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8584 | 2024-08-29T15:14:36.411Z | [ host-image] Aug 29 15:14:34.706 INFO O| Aug 29 15:14:34.706 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8585 | 2024-08-29T15:14:36.411Z | [ host-image] Aug 29 15:14:34.706 INFO O| Aug 29 15:14:34.706 INFO STEP 55 (remove_files) COMPLETE |
8586 | 2024-08-29T15:14:36.411Z | [ host-image] Aug 29 15:14:34.706 INFO O| Aug 29 15:14:34.706 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8587 | 2024-08-29T15:14:36.427Z | [ host-image] Aug 29 15:14:34.723 INFO O| Aug 29 15:14:34.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8588 | 2024-08-29T15:14:36.427Z | [ host-image] Aug 29 15:14:34.723 INFO O| Aug 29 15:14:34.723 INFO STEP 56 (remove_files) COMPLETE |
8589 | 2024-08-29T15:14:36.430Z | [ host-image] Aug 29 15:14:34.723 INFO O| Aug 29 15:14:34.723 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8590 | 2024-08-29T15:14:36.443Z | [ host-image] Aug 29 15:14:34.739 INFO O| Aug 29 15:14:34.739 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8591 | 2024-08-29T15:14:36.443Z | [ host-image] Aug 29 15:14:34.739 INFO O| Aug 29 15:14:34.739 INFO STEP 57 (remove_files) COMPLETE |
8592 | 2024-08-29T15:14:36.445Z | [ host-image] Aug 29 15:14:34.739 INFO O| Aug 29 15:14:34.739 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8593 | 2024-08-29T15:14:36.459Z | [ host-image] Aug 29 15:14:34.754 INFO O| Aug 29 15:14:34.754 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8594 | 2024-08-29T15:14:36.461Z | [ host-image] Aug 29 15:14:34.754 INFO O| Aug 29 15:14:34.754 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8595 | 2024-08-29T15:14:36.461Z | [ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.754 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8596 | 2024-08-29T15:14:36.461Z | [ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.755 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8597 | 2024-08-29T15:14:36.461Z | [ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.755 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8598 | 2024-08-29T15:14:36.461Z | [ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.755 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8599 | 2024-08-29T15:14:36.461Z | [ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.755 INFO ok! |
8600 | 2024-08-29T15:14:36.461Z | [ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.755 INFO STEP 58 (ensure_file) COMPLETE |
8601 | 2024-08-29T15:14:36.461Z | [ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.755 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8602 | 2024-08-29T15:14:36.475Z | [ host-image] Aug 29 15:14:34.770 INFO O| Aug 29 15:14:34.770 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8603 | 2024-08-29T15:14:36.475Z | [ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.770 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8604 | 2024-08-29T15:14:36.477Z | [ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8605 | 2024-08-29T15:14:36.477Z | [ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8606 | 2024-08-29T15:14:36.477Z | [ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8607 | 2024-08-29T15:14:36.477Z | [ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8608 | 2024-08-29T15:14:36.478Z | [ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO ok! |
8609 | 2024-08-29T15:14:36.478Z | [ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO STEP 59 (ensure_file) COMPLETE |
8610 | 2024-08-29T15:14:36.478Z | [ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8611 | 2024-08-29T15:14:36.490Z | [ host-image] Aug 29 15:14:34.786 INFO O| Aug 29 15:14:34.786 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8612 | 2024-08-29T15:14:36.490Z | [ host-image] Aug 29 15:14:34.786 INFO O| Aug 29 15:14:34.786 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8613 | 2024-08-29T15:14:36.493Z | [ host-image] Aug 29 15:14:34.786 INFO O| Aug 29 15:14:34.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8614 | 2024-08-29T15:14:36.493Z | [ host-image] Aug 29 15:14:34.786 INFO O| Aug 29 15:14:34.786 INFO ok! |
8615 | 2024-08-29T15:14:36.493Z | [ host-image] Aug 29 15:14:34.787 INFO O| Aug 29 15:14:34.786 INFO STEP 60 (ensure_file) COMPLETE |
8616 | 2024-08-29T15:14:36.493Z | [ host-image] Aug 29 15:14:34.787 INFO O| Aug 29 15:14:34.787 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8617 | 2024-08-29T15:14:36.506Z | [ host-image] Aug 29 15:14:34.801 INFO O| Aug 29 15:14:34.801 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8618 | 2024-08-29T15:14:36.506Z | [ host-image] Aug 29 15:14:34.801 INFO O| Aug 29 15:14:34.801 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8619 | 2024-08-29T15:14:36.508Z | [ host-image] Aug 29 15:14:34.802 INFO O| Aug 29 15:14:34.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8620 | 2024-08-29T15:14:36.508Z | [ host-image] Aug 29 15:14:34.802 INFO O| Aug 29 15:14:34.802 INFO ok! |
8621 | 2024-08-29T15:14:36.508Z | [ host-image] Aug 29 15:14:34.802 INFO O| Aug 29 15:14:34.802 INFO STEP 61 (ensure_file) COMPLETE |
8622 | 2024-08-29T15:14:36.508Z | [ host-image] Aug 29 15:14:34.802 INFO O| Aug 29 15:14:34.802 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8623 | 2024-08-29T15:14:36.520Z | [ host-image] Aug 29 15:14:34.816 INFO O| Aug 29 15:14:34.816 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8624 | 2024-08-29T15:14:36.520Z | [ host-image] Aug 29 15:14:34.816 INFO O| Aug 29 15:14:34.816 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8625 | 2024-08-29T15:14:36.523Z | [ host-image] Aug 29 15:14:34.817 INFO O| Aug 29 15:14:34.817 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8626 | 2024-08-29T15:14:36.523Z | [ host-image] Aug 29 15:14:34.817 INFO O| Aug 29 15:14:34.817 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8627 | 2024-08-29T15:14:36.523Z | [ host-image] Aug 29 15:14:34.817 INFO O| Aug 29 15:14:34.817 INFO ok! |
8628 | 2024-08-29T15:14:36.523Z | [ host-image] Aug 29 15:14:34.817 INFO O| Aug 29 15:14:34.817 INFO STEP 62 (ensure_file) COMPLETE |
8629 | 2024-08-29T15:14:36.523Z | [ host-image] Aug 29 15:14:34.817 INFO O| Aug 29 15:14:34.817 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8630 | 2024-08-29T15:14:36.535Z | [ host-image] Aug 29 15:14:34.831 INFO O| Aug 29 15:14:34.831 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8631 | 2024-08-29T15:14:36.536Z | [ host-image] Aug 29 15:14:34.831 INFO O| Aug 29 15:14:34.831 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8632 | 2024-08-29T15:14:36.538Z | [ host-image] Aug 29 15:14:34.831 INFO O| Aug 29 15:14:34.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8633 | 2024-08-29T15:14:36.538Z | [ host-image] Aug 29 15:14:34.832 INFO O| Aug 29 15:14:34.831 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8634 | 2024-08-29T15:14:36.538Z | [ host-image] Aug 29 15:14:34.832 INFO O| Aug 29 15:14:34.831 INFO ok! |
8635 | 2024-08-29T15:14:36.538Z | [ host-image] Aug 29 15:14:34.832 INFO O| Aug 29 15:14:34.832 INFO STEP 63 (ensure_file) COMPLETE |
8636 | 2024-08-29T15:14:36.538Z | [ host-image] Aug 29 15:14:34.832 INFO O| Aug 29 15:14:34.832 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8637 | 2024-08-29T15:14:36.547Z | [ host-image] Aug 29 15:14:34.843 INFO O| Aug 29 15:14:34.843 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8638 | 2024-08-29T15:14:36.547Z | [ host-image] Aug 29 15:14:34.843 INFO O| Aug 29 15:14:34.843 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8639 | 2024-08-29T15:14:36.550Z | [ host-image] Aug 29 15:14:34.843 INFO O| Aug 29 15:14:34.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8640 | 2024-08-29T15:14:36.550Z | [ host-image] Aug 29 15:14:34.843 INFO O| Aug 29 15:14:34.843 INFO ok! |
8641 | 2024-08-29T15:14:36.550Z | [ host-image] Aug 29 15:14:34.843 INFO O| Aug 29 15:14:34.843 INFO STEP 64 (assemble_files) COMPLETE |
8642 | 2024-08-29T15:14:36.550Z | [ host-image] Aug 29 15:14:34.843 INFO O| Aug 29 15:14:34.843 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8643 | 2024-08-29T15:14:36.563Z | [ host-image] Aug 29 15:14:34.858 INFO O| Aug 29 15:14:34.858 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8644 | 2024-08-29T15:14:36.563Z | [ host-image] Aug 29 15:14:34.858 INFO O| Aug 29 15:14:34.858 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8645 | 2024-08-29T15:14:36.565Z | [ host-image] Aug 29 15:14:34.858 INFO O| Aug 29 15:14:34.858 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8646 | 2024-08-29T15:14:36.565Z | [ host-image] Aug 29 15:14:34.859 INFO O| Aug 29 15:14:34.858 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8647 | 2024-08-29T15:14:36.565Z | [ host-image] Aug 29 15:14:34.859 INFO O| Aug 29 15:14:34.858 INFO ok! |
8648 | 2024-08-29T15:14:36.565Z | [ host-image] Aug 29 15:14:34.859 INFO O| Aug 29 15:14:34.859 INFO STEP 65 (ensure_file) COMPLETE |
8649 | 2024-08-29T15:14:36.565Z | [ host-image] Aug 29 15:14:34.859 INFO O| Aug 29 15:14:34.859 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8650 | 2024-08-29T15:14:36.578Z | [ host-image] Aug 29 15:14:34.873 INFO O| Aug 29 15:14:34.873 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8651 | 2024-08-29T15:14:36.580Z | [ host-image] Aug 29 15:14:34.874 INFO O| Aug 29 15:14:34.874 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8652 | 2024-08-29T15:14:36.580Z | [ host-image] Aug 29 15:14:34.874 INFO O| Aug 29 15:14:34.874 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8653 | 2024-08-29T15:14:36.580Z | [ host-image] Aug 29 15:14:34.874 INFO O| Aug 29 15:14:34.874 INFO STEP 66 (ensure_dir) COMPLETE |
8654 | 2024-08-29T15:14:36.580Z | [ host-image] Aug 29 15:14:34.874 INFO O| Aug 29 15:14:34.874 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8655 | 2024-08-29T15:14:36.594Z | [ host-image] Aug 29 15:14:34.890 INFO O| Aug 29 15:14:34.890 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8656 | 2024-08-29T15:14:36.594Z | [ host-image] Aug 29 15:14:34.890 INFO O| Aug 29 15:14:34.890 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 ... |
8657 | 2024-08-29T15:14:36.605Z | [ host-image] Aug 29 15:14:34.901 INFO O| Aug 29 15:14:34.901 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 |
8658 | 2024-08-29T15:14:36.605Z | [ host-image] Aug 29 15:14:34.901 INFO O| Aug 29 15:14:34.901 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8659 | 2024-08-29T15:14:36.609Z | [ host-image] Aug 29 15:14:34.901 INFO O| Aug 29 15:14:34.901 INFO ok! |
8660 | 2024-08-29T15:14:36.609Z | [ host-image] Aug 29 15:14:34.901 INFO O| Aug 29 15:14:34.901 INFO STEP 67 (ensure_file) COMPLETE |
8661 | 2024-08-29T15:14:36.609Z | [ host-image] Aug 29 15:14:34.901 INFO O| Aug 29 15:14:34.901 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8662 | 2024-08-29T15:14:36.623Z | [ host-image] Aug 29 15:14:34.919 INFO O| Aug 29 15:14:34.919 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8663 | 2024-08-29T15:14:36.623Z | [ host-image] Aug 29 15:14:34.919 INFO O| Aug 29 15:14:34.919 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 ... |
8664 | 2024-08-29T15:14:36.626Z | [ host-image] Aug 29 15:14:34.919 INFO O| Aug 29 15:14:34.919 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 |
8665 | 2024-08-29T15:14:36.626Z | [ host-image] Aug 29 15:14:34.920 INFO O| Aug 29 15:14:34.920 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8666 | 2024-08-29T15:14:36.626Z | [ host-image] Aug 29 15:14:34.920 INFO O| Aug 29 15:14:34.920 INFO ok! |
8667 | 2024-08-29T15:14:36.626Z | [ host-image] Aug 29 15:14:34.920 INFO O| Aug 29 15:14:34.920 INFO STEP 68 (ensure_file) COMPLETE |
8668 | 2024-08-29T15:14:36.626Z | [ host-image] Aug 29 15:14:34.920 INFO O| Aug 29 15:14:34.920 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8669 | 2024-08-29T15:14:36.655Z | [ host-image] Aug 29 15:14:34.951 INFO O| Aug 29 15:14:34.951 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8670 | 2024-08-29T15:14:36.655Z | [ host-image] Aug 29 15:14:34.951 INFO O| Aug 29 15:14:34.951 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8671 | 2024-08-29T15:14:37.264Z | [ recovery-image] Aug 29 15:14:35.559 INFO E| Compiling clap_derive v4.5.3 |
8672 | 2024-08-29T15:14:39.014Z | [ host-image] Aug 29 15:14:37.309 INFO O| Aug 29 15:14:37.309 INFO STEP 69 (pack_tar) COMPLETE |
8673 | 2024-08-29T15:14:39.015Z | [ host-image] Aug 29 15:14:37.309 INFO O| Aug 29 15:14:37.309 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8674 | 2024-08-29T15:14:39.017Z | [ host-image] Aug 29 15:14:37.309 INFO O| Aug 29 15:14:37.309 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8675 | 2024-08-29T15:14:39.154Z | [ host-image] Aug 29 15:14:37.448 INFO O| Aug 29 15:14:37.448 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8676 | 2024-08-29T15:14:39.224Z | [ host-image] Aug 29 15:14:37.519 INFO O| Aug 29 15:14:37.519 INFO completed processing gimlet/ramdisk-02-trim |
8677 | 2024-08-29T15:14:39.227Z | [ host-image] Aug 29 15:14:37.521 INFO image builder template: zfs... |
8678 | 2024-08-29T15:14:39.227Z | [ host-image] Aug 29 15:14:37.521 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/.tmpaaMxE7/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 |
8679 | 2024-08-29T15:14:39.240Z | [ host-image] Aug 29 15:14:37.535 INFO O| Aug 29 15:14:37.535 INFO skip include "stress" because feature "stress" is not enabled |
8680 | 2024-08-29T15:14:39.271Z | [ host-image] Aug 29 15:14:37.566 INFO O| Aug 29 15:14:37.566 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8681 | 2024-08-29T15:14:39.275Z | [ host-image] Aug 29 15:14:37.570 INFO O| Aug 29 15:14:37.570 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8682 | 2024-08-29T15:14:39.368Z | [ host-image] Aug 29 15:14:37.663 INFO O| Aug 29 15:14:37.663 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8683 | 2024-08-29T15:14:39.422Z | [ host-image] Aug 29 15:14:37.717 INFO O| Aug 29 15:14:37.717 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8684 | 2024-08-29T15:14:39.422Z | [ host-image] Aug 29 15:14:37.717 INFO O| Aug 29 15:14:37.717 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8685 | 2024-08-29T15:14:39.426Z | [ host-image] Aug 29 15:14:37.721 INFO O| Aug 29 15:14:37.721 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8686 | 2024-08-29T15:14:39.493Z | [ host-image] Aug 29 15:14:37.788 INFO O| Aug 29 15:14:37.788 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8687 | 2024-08-29T15:14:39.557Z | [ host-image] Aug 29 15:14:37.851 INFO O| Aug 29 15:14:37.851 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8688 | 2024-08-29T15:14:39.559Z | [ recovery-image] Aug 29 15:14:37.852 INFO E| Compiling clap v4.5.3 |
8689 | 2024-08-29T15:14:39.566Z | [ host-image] Aug 29 15:14:37.861 INFO O| Aug 29 15:14:37.861 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8690 | 2024-08-29T15:14:39.571Z | [ host-image] Aug 29 15:14:37.866 INFO O| Aug 29 15:14:37.866 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8691 | 2024-08-29T15:14:39.573Z | [ host-image] Aug 29 15:14:37.866 INFO O| Aug 29 15:14:37.866 INFO no lofi found |
8692 | 2024-08-29T15:14:39.573Z | [ host-image] Aug 29 15:14:37.866 INFO O| Aug 29 15:14:37.866 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8693 | 2024-08-29T15:14:39.573Z | [ host-image] Aug 29 15:14:37.866 INFO O| Aug 29 15:14:37.866 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8694 | 2024-08-29T15:14:39.612Z | [ recovery-image] Aug 29 15:14:37.907 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8695 | 2024-08-29T15:14:40.810Z | [ recovery-image] Aug 29 15:14:39.105 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.96s |
8696 | 2024-08-29T15:14:40.819Z | [ recovery-image] Aug 29 15:14:39.114 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8697 | 2024-08-29T15:14:40.936Z | [ recovery-image] Aug 29 15:14:39.231 INFO E| Updating crates.io index |
8698 | 2024-08-29T15:14:41.097Z | [ recovery-image] Aug 29 15:14:39.391 INFO E| Downloading crates ... |
8699 | 2024-08-29T15:14:41.141Z | [ recovery-image] Aug 29 15:14:39.435 INFO E| Downloaded seq-macro v0.3.5 |
8700 | 2024-08-29T15:14:41.143Z | [ recovery-image] Aug 29 15:14:39.437 INFO E| Downloaded cpio_reader v0.1.1 |
8701 | 2024-08-29T15:14:41.156Z | [ recovery-image] Aug 29 15:14:39.450 INFO E| Downloaded bit_field v0.10.2 |
8702 | 2024-08-29T15:14:41.166Z | [ recovery-image] Aug 29 15:14:39.460 INFO E| Downloaded raw-cpuid v10.7.0 |
8703 | 2024-08-29T15:14:41.270Z | [ recovery-image] Aug 29 15:14:39.565 INFO E| Downloaded x86 v0.52.0 |
8704 | 2024-08-29T15:14:41.341Z | [ recovery-image] Aug 29 15:14:39.635 INFO E| Updating crates.io index |
8705 | 2024-08-29T15:14:41.392Z | [ recovery-image] Aug 29 15:14:39.686 INFO E| Downloading crates ... |
8706 | 2024-08-29T15:14:41.464Z | [ recovery-image] Aug 29 15:14:39.758 INFO E| Downloaded compiler_builtins v0.1.108 |
8707 | 2024-08-29T15:14:41.532Z | [ recovery-image] Aug 29 15:14:39.827 INFO E| Compiling compiler_builtins v0.1.108 |
8708 | 2024-08-29T15:14:41.533Z | [ recovery-image] Aug 29 15:14:39.827 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) |
8709 | 2024-08-29T15:14:41.535Z | [ recovery-image] Aug 29 15:14:39.827 INFO E| Compiling proc-macro2 v1.0.79 |
8710 | 2024-08-29T15:14:41.535Z | [ recovery-image] Aug 29 15:14:39.827 INFO E| Compiling unicode-ident v1.0.12 |
8711 | 2024-08-29T15:14:41.535Z | [ recovery-image] Aug 29 15:14:39.827 INFO E| Compiling syn v1.0.109 |
8712 | 2024-08-29T15:14:41.535Z | [ recovery-image] Aug 29 15:14:39.827 INFO E| Compiling x86 v0.52.0 |
8713 | 2024-08-29T15:14:41.538Z | [ recovery-image] Aug 29 15:14:39.832 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8714 | 2024-08-29T15:14:41.540Z | [ recovery-image] Aug 29 15:14:39.833 INFO E| Compiling seq-macro v0.3.5 |
8715 | 2024-08-29T15:14:41.717Z | [ host-image] Aug 29 15:14:40.011 INFO O| Aug 29 15:14:40.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8716 | 2024-08-29T15:14:41.717Z | [ host-image] Aug 29 15:14:40.011 INFO O| Aug 29 15:14:40.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8717 | 2024-08-29T15:14:41.719Z | [ host-image] Aug 29 15:14:40.011 INFO O| Aug 29 15:14:40.011 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"] |
8718 | 2024-08-29T15:14:41.894Z | [ host-image] Aug 29 15:14:40.188 INFO O| Aug 29 15:14:40.188 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8719 | 2024-08-29T15:14:41.894Z | [ host-image] Aug 29 15:14:40.188 INFO O| Aug 29 15:14:40.188 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8720 | 2024-08-29T15:14:41.921Z | [ host-image] Aug 29 15:14:40.215 INFO O| Aug 29 15:14:40.215 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8721 | 2024-08-29T15:14:42.002Z | [ host-image] Aug 29 15:14:40.296 INFO O| Aug 29 15:14:40.296 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8722 | 2024-08-29T15:14:42.053Z | [ host-image] Aug 29 15:14:40.347 INFO O| Aug 29 15:14:40.347 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8723 | 2024-08-29T15:14:42.073Z | [ host-image] Aug 29 15:14:40.368 INFO O| Aug 29 15:14:40.367 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8724 | 2024-08-29T15:14:42.091Z | [ host-image] Aug 29 15:14:40.385 INFO O| Aug 29 15:14:40.385 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8725 | 2024-08-29T15:14:42.160Z | [ host-image] Aug 29 15:14:40.454 INFO O| Aug 29 15:14:40.454 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8726 | 2024-08-29T15:14:42.160Z | [ host-image] Aug 29 15:14:40.454 INFO O| Aug 29 15:14:40.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8727 | 2024-08-29T15:14:42.160Z | [ host-image] Aug 29 15:14:40.454 INFO O| Aug 29 15:14:40.454 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8728 | 2024-08-29T15:14:42.174Z | [ host-image] Aug 29 15:14:40.468 INFO O| Aug 29 15:14:40.468 INFO boot environment UUID: cd78ab7f-6f2f-4722-95ee-86db65a1ce8d |
8729 | 2024-08-29T15:14:42.174Z | [ host-image] Aug 29 15:14:40.468 INFO O| Aug 29 15:14:40.468 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = cd78ab7f-6f2f-4722-95ee-86db65a1ce8d |
8730 | 2024-08-29T15:14:42.190Z | [ host-image] Aug 29 15:14:40.484 INFO O| Aug 29 15:14:40.484 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8731 | 2024-08-29T15:14:42.204Z | [ host-image] Aug 29 15:14:40.498 INFO O| Aug 29 15:14:40.498 INFO STEP 0 (create_be) COMPLETE |
8732 | 2024-08-29T15:14:42.204Z | [ host-image] Aug 29 15:14:40.498 INFO O| Aug 29 15:14:40.498 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8733 | 2024-08-29T15:14:42.221Z | [ host-image] Aug 29 15:14:40.515 INFO O| Aug 29 15:14:40.515 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8734 | 2024-08-29T15:14:42.964Z | [ recovery-image] Aug 29 15:14:41.258 INFO E| Compiling quote v1.0.35 |
8735 | 2024-08-29T15:14:43.318Z | [ recovery-image] Aug 29 15:14:41.611 INFO E| Compiling syn v2.0.53 |
8736 | 2024-08-29T15:14:49.917Z | [ recovery-image] Aug 29 15:14:48.205 INFO E| Compiling scroll_derive v0.12.0 |
8737 | 2024-08-29T15:14:53.009Z | [ recovery-image] Aug 29 15:14:51.295 INFO E| Compiling bitstruct_derive v0.1.0 |
8738 | 2024-08-29T15:15:03.636Z | [ host-image] Aug 29 15:15:01.924 INFO O| Aug 29 15:15:01.924 INFO STEP 1 (unpack_tar) COMPLETE |
8739 | 2024-08-29T15:15:03.639Z | [ host-image] Aug 29 15:15:01.924 INFO O| Aug 29 15:15:01.924 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8740 | 2024-08-29T15:15:03.649Z | [ host-image] Aug 29 15:15:01.936 INFO O| Aug 29 15:15:01.936 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8741 | 2024-08-29T15:15:03.834Z | [ host-image] Aug 29 15:15:02.122 INFO O| Aug 29 15:15:02.122 INFO STEP 2 (devfsadm) COMPLETE |
8742 | 2024-08-29T15:15:03.837Z | [ host-image] Aug 29 15:15:02.122 INFO O| Aug 29 15:15:02.122 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8743 | 2024-08-29T15:15:03.846Z | [ host-image] Aug 29 15:15:02.133 INFO O| Aug 29 15:15:02.133 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8744 | 2024-08-29T15:15:03.846Z | [ host-image] Aug 29 15:15:02.133 INFO O| Aug 29 15:15:02.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8745 | 2024-08-29T15:15:03.846Z | [ host-image] Aug 29 15:15:02.133 INFO O| Aug 29 15:15:02.133 INFO STEP 3 (ensure_dir) COMPLETE |
8746 | 2024-08-29T15:15:03.848Z | [ host-image] Aug 29 15:15:02.133 INFO O| Aug 29 15:15:02.133 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8747 | 2024-08-29T15:15:03.855Z | [ host-image] Aug 29 15:15:02.143 INFO O| Aug 29 15:15:02.143 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8748 | 2024-08-29T15:15:03.855Z | [ host-image] Aug 29 15:15:02.143 INFO O| Aug 29 15:15:02.143 INFO STEP 4 (ensure_dir) COMPLETE |
8749 | 2024-08-29T15:15:03.855Z | [ host-image] Aug 29 15:15:02.143 INFO O| Aug 29 15:15:02.143 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8750 | 2024-08-29T15:15:03.868Z | [ host-image] Aug 29 15:15:02.156 INFO O| Aug 29 15:15:02.155 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8751 | 2024-08-29T15:15:03.870Z | [ host-image] Aug 29 15:15:02.156 INFO O| Aug 29 15:15:02.155 INFO STEP 5 (ensure_dir) COMPLETE |
8752 | 2024-08-29T15:15:03.870Z | [ host-image] Aug 29 15:15:02.156 INFO O| Aug 29 15:15:02.155 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8753 | 2024-08-29T15:15:03.879Z | [ host-image] Aug 29 15:15:02.166 INFO O| Aug 29 15:15:02.166 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8754 | 2024-08-29T15:15:03.881Z | [ host-image] Aug 29 15:15:02.166 INFO O| Aug 29 15:15:02.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8755 | 2024-08-29T15:15:03.881Z | [ host-image] Aug 29 15:15:02.167 INFO O| Aug 29 15:15:02.166 INFO STEP 6 (ensure_dir) COMPLETE |
8756 | 2024-08-29T15:15:03.881Z | [ host-image] Aug 29 15:15:02.167 INFO O| Aug 29 15:15:02.166 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8757 | 2024-08-29T15:15:03.891Z | [ host-image] Aug 29 15:15:02.179 INFO O| Aug 29 15:15:02.178 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8758 | 2024-08-29T15:15:03.891Z | [ host-image] Aug 29 15:15:02.179 INFO O| Aug 29 15:15:02.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8759 | 2024-08-29T15:15:03.893Z | [ host-image] Aug 29 15:15:02.179 INFO O| Aug 29 15:15:02.179 INFO STEP 7 (ensure_dir) COMPLETE |
8760 | 2024-08-29T15:15:03.893Z | [ host-image] Aug 29 15:15:02.179 INFO O| Aug 29 15:15:02.179 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8761 | 2024-08-29T15:15:03.901Z | [ host-image] Aug 29 15:15:02.189 INFO O| Aug 29 15:15:02.189 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8762 | 2024-08-29T15:15:03.904Z | [ host-image] Aug 29 15:15:02.189 INFO O| Aug 29 15:15:02.189 INFO STEP 8 (remove_files) COMPLETE |
8763 | 2024-08-29T15:15:03.904Z | [ host-image] Aug 29 15:15:02.189 INFO O| Aug 29 15:15:02.189 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8764 | 2024-08-29T15:15:03.912Z | [ host-image] Aug 29 15:15:02.199 INFO O| Aug 29 15:15:02.199 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8765 | 2024-08-29T15:15:03.914Z | [ host-image] Aug 29 15:15:02.200 INFO O| Aug 29 15:15:02.200 INFO STEP 9 (remove_files) COMPLETE |
8766 | 2024-08-29T15:15:03.914Z | [ host-image] Aug 29 15:15:02.200 INFO O| Aug 29 15:15:02.200 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8767 | 2024-08-29T15:15:03.922Z | [ host-image] Aug 29 15:15:02.210 INFO O| Aug 29 15:15:02.210 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8768 | 2024-08-29T15:15:03.925Z | [ host-image] Aug 29 15:15:02.211 INFO O| Aug 29 15:15:02.211 INFO STEP 10 (remove_files) COMPLETE |
8769 | 2024-08-29T15:15:03.925Z | [ host-image] Aug 29 15:15:02.211 INFO O| Aug 29 15:15:02.211 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8770 | 2024-08-29T15:15:03.933Z | [ host-image] Aug 29 15:15:02.221 INFO O| Aug 29 15:15:02.221 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8771 | 2024-08-29T15:15:03.935Z | [ host-image] Aug 29 15:15:02.221 INFO O| Aug 29 15:15:02.221 INFO STEP 11 (remove_files) COMPLETE |
8772 | 2024-08-29T15:15:03.935Z | [ host-image] Aug 29 15:15:02.221 INFO O| Aug 29 15:15:02.221 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8773 | 2024-08-29T15:15:03.943Z | [ host-image] Aug 29 15:15:02.231 INFO O| Aug 29 15:15:02.231 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8774 | 2024-08-29T15:15:03.946Z | [ host-image] Aug 29 15:15:02.231 INFO O| Aug 29 15:15:02.231 INFO STEP 12 (remove_files) COMPLETE |
8775 | 2024-08-29T15:15:03.946Z | [ host-image] Aug 29 15:15:02.231 INFO O| Aug 29 15:15:02.231 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8776 | 2024-08-29T15:15:03.953Z | [ host-image] Aug 29 15:15:02.241 INFO O| Aug 29 15:15:02.241 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8777 | 2024-08-29T15:15:03.956Z | [ host-image] Aug 29 15:15:02.241 INFO O| Aug 29 15:15:02.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8778 | 2024-08-29T15:15:03.956Z | [ host-image] Aug 29 15:15:02.241 INFO O| Aug 29 15:15:02.241 INFO STEP 13 (ensure_dir) COMPLETE |
8779 | 2024-08-29T15:15:03.956Z | [ host-image] Aug 29 15:15:02.241 INFO O| Aug 29 15:15:02.241 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8780 | 2024-08-29T15:15:03.963Z | [ host-image] Aug 29 15:15:02.251 INFO O| Aug 29 15:15:02.251 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8781 | 2024-08-29T15:15:03.963Z | [ host-image] Aug 29 15:15:02.251 INFO O| Aug 29 15:15:02.251 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8782 | 2024-08-29T15:15:03.965Z | [ host-image] Aug 29 15:15:02.251 INFO O| Aug 29 15:15:02.251 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8783 | 2024-08-29T15:15:03.965Z | [ host-image] Aug 29 15:15:02.251 INFO O| Aug 29 15:15:02.251 INFO STEP 14 (ensure_dir) COMPLETE |
8784 | 2024-08-29T15:15:03.965Z | [ host-image] Aug 29 15:15:02.251 INFO O| Aug 29 15:15:02.251 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8785 | 2024-08-29T15:15:03.973Z | [ host-image] Aug 29 15:15:02.261 INFO O| Aug 29 15:15:02.261 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8786 | 2024-08-29T15:15:03.975Z | [ host-image] Aug 29 15:15:02.261 INFO O| Aug 29 15:15:02.261 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8787 | 2024-08-29T15:15:03.975Z | [ host-image] Aug 29 15:15:02.261 INFO O| Aug 29 15:15:02.261 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8788 | 2024-08-29T15:15:03.975Z | [ host-image] Aug 29 15:15:02.261 INFO O| Aug 29 15:15:02.261 INFO STEP 15 (ensure_dir) COMPLETE |
8789 | 2024-08-29T15:15:03.975Z | [ host-image] Aug 29 15:15:02.261 INFO O| Aug 29 15:15:02.261 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8790 | 2024-08-29T15:15:03.983Z | [ host-image] Aug 29 15:15:02.271 INFO O| Aug 29 15:15:02.271 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8791 | 2024-08-29T15:15:03.986Z | [ host-image] Aug 29 15:15:02.271 INFO O| Aug 29 15:15:02.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8792 | 2024-08-29T15:15:03.987Z | [ host-image] Aug 29 15:15:02.271 INFO O| Aug 29 15:15:02.271 INFO STEP 16 (ensure_dir) COMPLETE |
8793 | 2024-08-29T15:15:03.987Z | [ host-image] Aug 29 15:15:02.271 INFO O| Aug 29 15:15:02.271 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8794 | 2024-08-29T15:15:03.993Z | [ host-image] Aug 29 15:15:02.281 INFO O| Aug 29 15:15:02.281 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8795 | 2024-08-29T15:15:03.993Z | [ host-image] Aug 29 15:15:02.281 INFO O| Aug 29 15:15:02.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8796 | 2024-08-29T15:15:03.993Z | [ host-image] Aug 29 15:15:02.281 INFO O| Aug 29 15:15:02.281 INFO STEP 17 (ensure_dir) COMPLETE |
8797 | 2024-08-29T15:15:03.996Z | [ host-image] Aug 29 15:15:02.281 INFO O| Aug 29 15:15:02.281 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8798 | 2024-08-29T15:15:04.004Z | [ host-image] Aug 29 15:15:02.291 INFO O| Aug 29 15:15:02.291 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8799 | 2024-08-29T15:15:04.006Z | [ host-image] Aug 29 15:15:02.291 INFO O| Aug 29 15:15:02.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8800 | 2024-08-29T15:15:04.006Z | [ host-image] Aug 29 15:15:02.291 INFO O| Aug 29 15:15:02.291 INFO ok! |
8801 | 2024-08-29T15:15:04.006Z | [ host-image] Aug 29 15:15:02.291 INFO O| Aug 29 15:15:02.291 INFO STEP 18 (ensure_symlink) COMPLETE |
8802 | 2024-08-29T15:15:04.006Z | [ host-image] Aug 29 15:15:02.292 INFO O| Aug 29 15:15:02.291 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8803 | 2024-08-29T15:15:04.014Z | [ host-image] Aug 29 15:15:02.302 INFO O| Aug 29 15:15:02.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8804 | 2024-08-29T15:15:04.014Z | [ host-image] Aug 29 15:15:02.302 INFO O| Aug 29 15:15:02.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8805 | 2024-08-29T15:15:04.014Z | [ host-image] Aug 29 15:15:02.302 INFO O| Aug 29 15:15:02.302 INFO ok! |
8806 | 2024-08-29T15:15:04.016Z | [ host-image] Aug 29 15:15:02.302 INFO O| Aug 29 15:15:02.302 INFO STEP 19 (ensure_file) COMPLETE |
8807 | 2024-08-29T15:15:04.017Z | [ host-image] Aug 29 15:15:02.302 INFO O| Aug 29 15:15:02.302 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8808 | 2024-08-29T15:15:04.025Z | [ host-image] Aug 29 15:15:02.312 INFO O| Aug 29 15:15:02.312 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8809 | 2024-08-29T15:15:04.025Z | [ host-image] Aug 29 15:15:02.312 INFO O| Aug 29 15:15:02.312 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8810 | 2024-08-29T15:15:04.025Z | [ host-image] Aug 29 15:15:02.312 INFO O| Aug 29 15:15:02.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8811 | 2024-08-29T15:15:04.027Z | [ host-image] Aug 29 15:15:02.312 INFO O| Aug 29 15:15:02.312 INFO ok! |
8812 | 2024-08-29T15:15:04.027Z | [ host-image] Aug 29 15:15:02.313 INFO O| Aug 29 15:15:02.312 INFO STEP 20 (ensure_symlink) COMPLETE |
8813 | 2024-08-29T15:15:04.027Z | [ host-image] Aug 29 15:15:02.313 INFO O| Aug 29 15:15:02.313 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8814 | 2024-08-29T15:15:04.035Z | [ host-image] Aug 29 15:15:02.323 INFO O| Aug 29 15:15:02.323 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8815 | 2024-08-29T15:15:04.035Z | [ host-image] Aug 29 15:15:02.323 INFO O| Aug 29 15:15:02.323 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8816 | 2024-08-29T15:15:04.037Z | [ host-image] Aug 29 15:15:02.323 INFO O| Aug 29 15:15:02.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8817 | 2024-08-29T15:15:04.037Z | [ host-image] Aug 29 15:15:02.323 INFO O| Aug 29 15:15:02.323 INFO ok! |
8818 | 2024-08-29T15:15:04.037Z | [ host-image] Aug 29 15:15:02.323 INFO O| Aug 29 15:15:02.323 INFO STEP 21 (ensure_symlink) COMPLETE |
8819 | 2024-08-29T15:15:04.037Z | [ host-image] Aug 29 15:15:02.323 INFO O| Aug 29 15:15:02.323 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8820 | 2024-08-29T15:15:04.045Z | [ host-image] Aug 29 15:15:02.333 INFO O| Aug 29 15:15:02.333 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8821 | 2024-08-29T15:15:04.045Z | [ host-image] Aug 29 15:15:02.333 INFO O| Aug 29 15:15:02.333 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8822 | 2024-08-29T15:15:04.048Z | [ host-image] Aug 29 15:15:02.333 INFO O| Aug 29 15:15:02.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8823 | 2024-08-29T15:15:04.048Z | [ host-image] Aug 29 15:15:02.333 INFO O| Aug 29 15:15:02.333 INFO ok! |
8824 | 2024-08-29T15:15:04.048Z | [ host-image] Aug 29 15:15:02.333 INFO O| Aug 29 15:15:02.333 INFO STEP 22 (ensure_symlink) COMPLETE |
8825 | 2024-08-29T15:15:04.048Z | [ host-image] Aug 29 15:15:02.333 INFO O| Aug 29 15:15:02.333 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8826 | 2024-08-29T15:15:04.056Z | [ host-image] Aug 29 15:15:02.343 INFO O| Aug 29 15:15:02.343 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8827 | 2024-08-29T15:15:04.056Z | [ host-image] Aug 29 15:15:02.343 INFO O| Aug 29 15:15:02.343 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8828 | 2024-08-29T15:15:04.058Z | [ host-image] Aug 29 15:15:02.343 INFO O| Aug 29 15:15:02.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8829 | 2024-08-29T15:15:04.058Z | [ host-image] Aug 29 15:15:02.343 INFO O| Aug 29 15:15:02.343 INFO ok! |
8830 | 2024-08-29T15:15:04.058Z | [ host-image] Aug 29 15:15:02.343 INFO O| Aug 29 15:15:02.343 INFO STEP 23 (ensure_symlink) COMPLETE |
8831 | 2024-08-29T15:15:04.058Z | [ host-image] Aug 29 15:15:02.343 INFO O| Aug 29 15:15:02.343 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8832 | 2024-08-29T15:15:04.066Z | [ host-image] Aug 29 15:15:02.354 INFO O| Aug 29 15:15:02.354 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8833 | 2024-08-29T15:15:04.068Z | [ host-image] Aug 29 15:15:02.354 INFO O| Aug 29 15:15:02.354 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8834 | 2024-08-29T15:15:04.068Z | [ host-image] Aug 29 15:15:02.354 INFO O| Aug 29 15:15:02.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8835 | 2024-08-29T15:15:04.068Z | [ host-image] Aug 29 15:15:02.354 INFO O| Aug 29 15:15:02.354 INFO ok! |
8836 | 2024-08-29T15:15:04.069Z | [ host-image] Aug 29 15:15:02.354 INFO O| Aug 29 15:15:02.354 INFO STEP 24 (ensure_file) COMPLETE |
8837 | 2024-08-29T15:15:04.069Z | [ host-image] Aug 29 15:15:02.354 INFO O| Aug 29 15:15:02.354 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8838 | 2024-08-29T15:15:04.077Z | [ host-image] Aug 29 15:15:02.364 INFO O| Aug 29 15:15:02.364 INFO updating shadow file |
8839 | 2024-08-29T15:15:04.079Z | [ host-image] Aug 29 15:15:02.364 INFO O| Aug 29 15:15:02.364 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8840 | 2024-08-29T15:15:04.079Z | [ host-image] Aug 29 15:15:02.364 INFO O| Aug 29 15:15:02.364 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8841 | 2024-08-29T15:15:04.079Z | [ host-image] Aug 29 15:15:02.365 INFO O| Aug 29 15:15:02.364 INFO STEP 25 (shadow) COMPLETE |
8842 | 2024-08-29T15:15:04.079Z | [ host-image] Aug 29 15:15:02.365 INFO O| Aug 29 15:15:02.365 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8843 | 2024-08-29T15:15:04.087Z | [ host-image] Aug 29 15:15:02.375 INFO O| Aug 29 15:15:02.375 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8844 | 2024-08-29T15:15:04.087Z | [ host-image] Aug 29 15:15:02.375 INFO O| Aug 29 15:15:02.375 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8845 | 2024-08-29T15:15:04.090Z | [ host-image] Aug 29 15:15:02.375 INFO O| Aug 29 15:15:02.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8846 | 2024-08-29T15:15:04.090Z | [ host-image] Aug 29 15:15:02.375 INFO O| Aug 29 15:15:02.375 INFO ok! |
8847 | 2024-08-29T15:15:04.090Z | [ host-image] Aug 29 15:15:02.375 INFO O| Aug 29 15:15:02.375 INFO STEP 26 (ensure_file) COMPLETE |
8848 | 2024-08-29T15:15:04.090Z | [ host-image] Aug 29 15:15:02.375 INFO O| Aug 29 15:15:02.375 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8849 | 2024-08-29T15:15:04.098Z | [ host-image] Aug 29 15:15:02.385 INFO O| Aug 29 15:15:02.385 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8850 | 2024-08-29T15:15:04.100Z | [ host-image] Aug 29 15:15:02.386 INFO O| Aug 29 15:15:02.385 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8851 | 2024-08-29T15:15:04.100Z | [ host-image] Aug 29 15:15:02.386 INFO O| Aug 29 15:15:02.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8852 | 2024-08-29T15:15:04.100Z | [ host-image] Aug 29 15:15:02.386 INFO O| Aug 29 15:15:02.386 INFO ok! |
8853 | 2024-08-29T15:15:04.100Z | [ host-image] Aug 29 15:15:02.386 INFO O| Aug 29 15:15:02.386 INFO STEP 27 (ensure_file) COMPLETE |
8854 | 2024-08-29T15:15:04.100Z | [ host-image] Aug 29 15:15:02.386 INFO O| Aug 29 15:15:02.386 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8855 | 2024-08-29T15:15:04.108Z | [ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8856 | 2024-08-29T15:15:04.111Z | [ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8857 | 2024-08-29T15:15:04.111Z | [ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8858 | 2024-08-29T15:15:04.111Z | [ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8859 | 2024-08-29T15:15:04.111Z | [ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 INFO ok! |
8860 | 2024-08-29T15:15:04.111Z | [ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 INFO STEP 28 (ensure_file) COMPLETE |
8861 | 2024-08-29T15:15:04.111Z | [ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8862 | 2024-08-29T15:15:04.119Z | [ host-image] Aug 29 15:15:02.406 INFO O| Aug 29 15:15:02.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8863 | 2024-08-29T15:15:04.121Z | [ host-image] Aug 29 15:15:02.407 INFO O| Aug 29 15:15:02.406 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8864 | 2024-08-29T15:15:04.121Z | [ host-image] Aug 29 15:15:02.407 INFO O| Aug 29 15:15:02.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8865 | 2024-08-29T15:15:04.121Z | [ host-image] Aug 29 15:15:02.407 INFO O| Aug 29 15:15:02.407 INFO ok! |
8866 | 2024-08-29T15:15:04.121Z | [ host-image] Aug 29 15:15:02.407 INFO O| Aug 29 15:15:02.407 INFO STEP 29 (ensure_file) COMPLETE |
8867 | 2024-08-29T15:15:04.121Z | [ host-image] Aug 29 15:15:02.407 INFO O| Aug 29 15:15:02.407 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8868 | 2024-08-29T15:15:04.129Z | [ host-image] Aug 29 15:15:02.417 INFO O| Aug 29 15:15:02.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8869 | 2024-08-29T15:15:04.129Z | [ host-image] Aug 29 15:15:02.417 INFO O| Aug 29 15:15:02.416 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8870 | 2024-08-29T15:15:04.131Z | [ host-image] Aug 29 15:15:02.417 INFO O| Aug 29 15:15:02.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8871 | 2024-08-29T15:15:04.131Z | [ host-image] Aug 29 15:15:02.417 INFO O| Aug 29 15:15:02.417 INFO ok! |
8872 | 2024-08-29T15:15:04.131Z | [ host-image] Aug 29 15:15:02.417 INFO O| Aug 29 15:15:02.417 INFO STEP 30 (ensure_file) COMPLETE |
8873 | 2024-08-29T15:15:04.131Z | [ host-image] Aug 29 15:15:02.417 INFO O| Aug 29 15:15:02.417 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8874 | 2024-08-29T15:15:04.139Z | [ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8875 | 2024-08-29T15:15:04.139Z | [ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8876 | 2024-08-29T15:15:04.141Z | [ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8877 | 2024-08-29T15:15:04.141Z | [ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8878 | 2024-08-29T15:15:04.141Z | [ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 INFO ok! |
8879 | 2024-08-29T15:15:04.141Z | [ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 INFO STEP 31 (ensure_file) COMPLETE |
8880 | 2024-08-29T15:15:04.141Z | [ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8881 | 2024-08-29T15:15:04.150Z | [ host-image] Aug 29 15:15:02.437 INFO O| Aug 29 15:15:02.437 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8882 | 2024-08-29T15:15:04.150Z | [ host-image] Aug 29 15:15:02.437 INFO O| Aug 29 15:15:02.437 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8883 | 2024-08-29T15:15:04.153Z | [ host-image] Aug 29 15:15:02.438 INFO O| Aug 29 15:15:02.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8884 | 2024-08-29T15:15:04.153Z | [ host-image] Aug 29 15:15:02.438 INFO O| Aug 29 15:15:02.438 INFO ok! |
8885 | 2024-08-29T15:15:04.153Z | [ host-image] Aug 29 15:15:02.438 INFO O| Aug 29 15:15:02.438 INFO STEP 32 (ensure_file) COMPLETE |
8886 | 2024-08-29T15:15:04.153Z | [ host-image] Aug 29 15:15:02.438 INFO O| Aug 29 15:15:02.438 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8887 | 2024-08-29T15:15:04.160Z | [ host-image] Aug 29 15:15:02.448 INFO O| Aug 29 15:15:02.448 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8888 | 2024-08-29T15:15:04.163Z | [ host-image] Aug 29 15:15:02.448 INFO O| Aug 29 15:15:02.448 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8889 | 2024-08-29T15:15:04.163Z | [ host-image] Aug 29 15:15:02.448 INFO O| Aug 29 15:15:02.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8890 | 2024-08-29T15:15:04.163Z | [ host-image] Aug 29 15:15:02.448 INFO O| Aug 29 15:15:02.448 INFO ok! |
8891 | 2024-08-29T15:15:04.163Z | [ host-image] Aug 29 15:15:02.448 INFO O| Aug 29 15:15:02.448 INFO STEP 33 (ensure_file) COMPLETE |
8892 | 2024-08-29T15:15:04.163Z | [ host-image] Aug 29 15:15:02.448 INFO O| Aug 29 15:15:02.448 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8893 | 2024-08-29T15:15:04.171Z | [ host-image] Aug 29 15:15:02.458 INFO O| Aug 29 15:15:02.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8894 | 2024-08-29T15:15:04.171Z | [ host-image] Aug 29 15:15:02.458 INFO O| Aug 29 15:15:02.458 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8895 | 2024-08-29T15:15:04.173Z | [ host-image] Aug 29 15:15:02.458 INFO O| Aug 29 15:15:02.458 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8896 | 2024-08-29T15:15:04.173Z | [ host-image] Aug 29 15:15:02.459 INFO O| Aug 29 15:15:02.459 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8897 | 2024-08-29T15:15:04.173Z | [ host-image] Aug 29 15:15:02.459 INFO O| Aug 29 15:15:02.459 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8898 | 2024-08-29T15:15:04.173Z | [ host-image] Aug 29 15:15:02.459 INFO O| Aug 29 15:15:02.459 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8899 | 2024-08-29T15:15:04.173Z | [ host-image] Aug 29 15:15:02.459 INFO O| Aug 29 15:15:02.459 INFO ok! |
8900 | 2024-08-29T15:15:04.173Z | [ host-image] Aug 29 15:15:02.459 INFO O| Aug 29 15:15:02.459 INFO STEP 34 (ensure_file) COMPLETE |
8901 | 2024-08-29T15:15:04.173Z | [ host-image] Aug 29 15:15:02.459 INFO O| Aug 29 15:15:02.459 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8902 | 2024-08-29T15:15:04.181Z | [ host-image] Aug 29 15:15:02.469 INFO O| Aug 29 15:15:02.469 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8903 | 2024-08-29T15:15:04.183Z | [ host-image] Aug 29 15:15:02.469 INFO O| Aug 29 15:15:02.469 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8904 | 2024-08-29T15:15:04.184Z | [ host-image] Aug 29 15:15:02.469 INFO O| Aug 29 15:15:02.469 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8905 | 2024-08-29T15:15:04.184Z | [ host-image] Aug 29 15:15:02.469 INFO O| Aug 29 15:15:02.469 INFO STEP 35 (ensure_dir) COMPLETE |
8906 | 2024-08-29T15:15:04.184Z | [ host-image] Aug 29 15:15:02.469 INFO O| Aug 29 15:15:02.469 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8907 | 2024-08-29T15:15:04.194Z | [ host-image] Aug 29 15:15:02.481 INFO O| Aug 29 15:15:02.481 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 |
8908 | 2024-08-29T15:15:04.194Z | [ host-image] Aug 29 15:15:02.481 INFO O| Aug 29 15:15:02.481 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 ... |
8909 | 2024-08-29T15:15:04.196Z | [ host-image] Aug 29 15:15:02.481 INFO O| Aug 29 15:15:02.481 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 |
8910 | 2024-08-29T15:15:04.196Z | [ host-image] Aug 29 15:15:02.481 INFO O| Aug 29 15:15:02.481 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 |
8911 | 2024-08-29T15:15:04.196Z | [ host-image] Aug 29 15:15:02.481 INFO O| Aug 29 15:15:02.481 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 |
8912 | 2024-08-29T15:15:04.196Z | [ host-image] Aug 29 15:15:02.481 INFO O| Aug 29 15:15:02.481 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 |
8913 | 2024-08-29T15:15:04.196Z | [ host-image] Aug 29 15:15:02.482 INFO O| Aug 29 15:15:02.481 INFO ok! |
8914 | 2024-08-29T15:15:04.196Z | [ host-image] Aug 29 15:15:02.482 INFO O| Aug 29 15:15:02.482 INFO STEP 36 (ensure_file) COMPLETE |
8915 | 2024-08-29T15:15:04.196Z | [ host-image] Aug 29 15:15:02.482 INFO O| Aug 29 15:15:02.482 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8916 | 2024-08-29T15:15:04.206Z | [ host-image] Aug 29 15:15:02.494 INFO O| Aug 29 15:15:02.494 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8917 | 2024-08-29T15:15:04.206Z | [ host-image] Aug 29 15:15:02.494 INFO O| Aug 29 15:15:02.494 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 ... |
8918 | 2024-08-29T15:15:04.209Z | [ host-image] Aug 29 15:15:02.494 INFO O| Aug 29 15:15:02.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8919 | 2024-08-29T15:15:04.209Z | [ host-image] Aug 29 15:15:02.494 INFO O| Aug 29 15:15:02.494 INFO ok! |
8920 | 2024-08-29T15:15:04.209Z | [ host-image] Aug 29 15:15:02.494 INFO O| Aug 29 15:15:02.494 INFO STEP 37 (ensure_symlink) COMPLETE |
8921 | 2024-08-29T15:15:04.209Z | [ host-image] Aug 29 15:15:02.494 INFO O| Aug 29 15:15:02.494 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8922 | 2024-08-29T15:15:04.218Z | [ host-image] Aug 29 15:15:02.505 INFO O| Aug 29 15:15:02.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8923 | 2024-08-29T15:15:04.218Z | [ host-image] Aug 29 15:15:02.505 INFO O| Aug 29 15:15:02.505 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8924 | 2024-08-29T15:15:04.218Z | [ host-image] Aug 29 15:15:02.505 INFO O| Aug 29 15:15:02.505 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8925 | 2024-08-29T15:15:04.220Z | [ host-image] Aug 29 15:15:02.505 INFO O| Aug 29 15:15:02.505 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8926 | 2024-08-29T15:15:04.221Z | [ host-image] Aug 29 15:15:02.506 INFO O| Aug 29 15:15:02.505 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8927 | 2024-08-29T15:15:04.221Z | [ host-image] Aug 29 15:15:02.506 INFO O| Aug 29 15:15:02.506 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8928 | 2024-08-29T15:15:04.221Z | [ host-image] Aug 29 15:15:02.506 INFO O| Aug 29 15:15:02.506 INFO ok! |
8929 | 2024-08-29T15:15:04.221Z | [ host-image] Aug 29 15:15:02.506 INFO O| Aug 29 15:15:02.506 INFO STEP 38 (ensure_file) COMPLETE |
8930 | 2024-08-29T15:15:04.221Z | [ host-image] Aug 29 15:15:02.506 INFO O| Aug 29 15:15:02.506 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8931 | 2024-08-29T15:15:04.231Z | [ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8932 | 2024-08-29T15:15:04.232Z | [ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 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 ... |
8933 | 2024-08-29T15:15:04.234Z | [ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 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 |
8934 | 2024-08-29T15:15:04.234Z | [ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8935 | 2024-08-29T15:15:04.234Z | [ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 INFO ok! |
8936 | 2024-08-29T15:15:04.234Z | [ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 INFO STEP 39 (ensure_file) COMPLETE |
8937 | 2024-08-29T15:15:04.234Z | [ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8938 | 2024-08-29T15:15:04.243Z | [ host-image] Aug 29 15:15:02.530 INFO O| Aug 29 15:15:02.530 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8939 | 2024-08-29T15:15:04.243Z | [ host-image] Aug 29 15:15:02.530 INFO O| Aug 29 15:15:02.530 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8940 | 2024-08-29T15:15:04.245Z | [ host-image] Aug 29 15:15:02.530 INFO O| Aug 29 15:15:02.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8941 | 2024-08-29T15:15:04.245Z | [ host-image] Aug 29 15:15:02.530 INFO O| Aug 29 15:15:02.530 INFO ok! |
8942 | 2024-08-29T15:15:04.245Z | [ host-image] Aug 29 15:15:02.530 INFO O| Aug 29 15:15:02.530 INFO STEP 40 (ensure_file) COMPLETE |
8943 | 2024-08-29T15:15:04.245Z | [ host-image] Aug 29 15:15:02.531 INFO O| Aug 29 15:15:02.530 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8944 | 2024-08-29T15:15:04.253Z | [ host-image] Aug 29 15:15:02.541 INFO O| Aug 29 15:15:02.541 INFO updating shadow file |
8945 | 2024-08-29T15:15:04.256Z | [ host-image] Aug 29 15:15:02.541 INFO O| Aug 29 15:15:02.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8946 | 2024-08-29T15:15:04.256Z | [ host-image] Aug 29 15:15:02.541 INFO O| Aug 29 15:15:02.541 INFO STEP 41 (shadow) COMPLETE |
8947 | 2024-08-29T15:15:04.256Z | [ host-image] Aug 29 15:15:02.541 INFO O| Aug 29 15:15:02.541 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8948 | 2024-08-29T15:15:04.264Z | [ host-image] Aug 29 15:15:02.551 INFO O| Aug 29 15:15:02.551 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8949 | 2024-08-29T15:15:04.264Z | [ host-image] Aug 29 15:15:02.551 INFO O| Aug 29 15:15:02.551 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8950 | 2024-08-29T15:15:04.267Z | [ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.551 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8951 | 2024-08-29T15:15:04.267Z | [ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8952 | 2024-08-29T15:15:04.267Z | [ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO ok! |
8953 | 2024-08-29T15:15:04.267Z | [ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO STEP 42 (ensure_file) COMPLETE |
8954 | 2024-08-29T15:15:04.267Z | [ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8955 | 2024-08-29T15:15:04.267Z | [ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO skip step because feature "mfg" is not enabled |
8956 | 2024-08-29T15:15:04.267Z | [ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8957 | 2024-08-29T15:15:04.267Z | [ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO skip step because feature "mfg" is not enabled |
8958 | 2024-08-29T15:15:04.267Z | [ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8959 | 2024-08-29T15:15:04.274Z | [ host-image] Aug 29 15:15:02.562 INFO O| Aug 29 15:15:02.562 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8960 | 2024-08-29T15:15:04.277Z | [ host-image] Aug 29 15:15:02.562 INFO O| Aug 29 15:15:02.562 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8961 | 2024-08-29T15:15:04.928Z | [ host-image] Aug 29 15:15:03.215 INFO O| Aug 29 15:15:03.215 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8962 | 2024-08-29T15:15:04.928Z | [ host-image] Aug 29 15:15:03.215 INFO O| Aug 29 15:15:03.215 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8963 | 2024-08-29T15:15:04.928Z | [ host-image] Aug 29 15:15:03.215 INFO O| Aug 29 15:15:03.215 INFO ok! |
8964 | 2024-08-29T15:15:04.931Z | [ host-image] Aug 29 15:15:03.215 INFO O| Aug 29 15:15:03.215 INFO STEP 45 (ensure_file) COMPLETE |
8965 | 2024-08-29T15:15:04.931Z | [ host-image] Aug 29 15:15:03.215 INFO O| Aug 29 15:15:03.215 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8966 | 2024-08-29T15:15:04.940Z | [ host-image] Aug 29 15:15:03.227 INFO O| Aug 29 15:15:03.227 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8967 | 2024-08-29T15:15:04.940Z | [ host-image] Aug 29 15:15:03.227 INFO O| Aug 29 15:15:03.227 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8968 | 2024-08-29T15:15:04.942Z | [ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.227 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8969 | 2024-08-29T15:15:04.942Z | [ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.228 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8970 | 2024-08-29T15:15:04.942Z | [ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.228 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8971 | 2024-08-29T15:15:04.942Z | [ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.228 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8972 | 2024-08-29T15:15:04.942Z | [ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.228 INFO ok! |
8973 | 2024-08-29T15:15:04.942Z | [ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.228 INFO STEP 46 (ensure_file) COMPLETE |
8974 | 2024-08-29T15:15:04.942Z | [ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.228 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8975 | 2024-08-29T15:15:04.951Z | [ host-image] Aug 29 15:15:03.238 INFO O| Aug 29 15:15:03.238 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8976 | 2024-08-29T15:15:04.951Z | [ host-image] Aug 29 15:15:03.238 INFO O| Aug 29 15:15:03.238 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 ... |
8977 | 2024-08-29T15:15:04.953Z | [ host-image] Aug 29 15:15:03.239 INFO O| Aug 29 15:15:03.239 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 |
8978 | 2024-08-29T15:15:04.953Z | [ host-image] Aug 29 15:15:03.239 INFO O| Aug 29 15:15:03.239 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8979 | 2024-08-29T15:15:04.953Z | [ host-image] Aug 29 15:15:03.239 INFO O| Aug 29 15:15:03.239 INFO ok! |
8980 | 2024-08-29T15:15:04.953Z | [ host-image] Aug 29 15:15:03.239 INFO O| Aug 29 15:15:03.239 INFO STEP 47 (ensure_file) COMPLETE |
8981 | 2024-08-29T15:15:04.953Z | [ host-image] Aug 29 15:15:03.239 INFO O| Aug 29 15:15:03.239 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8982 | 2024-08-29T15:15:04.962Z | [ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8983 | 2024-08-29T15:15:04.964Z | [ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8984 | 2024-08-29T15:15:04.964Z | [ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8985 | 2024-08-29T15:15:04.964Z | [ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8986 | 2024-08-29T15:15:04.964Z | [ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8987 | 2024-08-29T15:15:04.964Z | [ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8988 | 2024-08-29T15:15:04.964Z | [ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO ok! |
8989 | 2024-08-29T15:15:04.964Z | [ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO STEP 48 (ensure_file) COMPLETE |
8990 | 2024-08-29T15:15:04.964Z | [ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8991 | 2024-08-29T15:15:04.973Z | [ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8992 | 2024-08-29T15:15:04.973Z | [ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 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 ... |
8993 | 2024-08-29T15:15:04.975Z | [ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 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 |
8994 | 2024-08-29T15:15:04.975Z | [ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8995 | 2024-08-29T15:15:04.975Z | [ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 INFO ok! |
8996 | 2024-08-29T15:15:04.975Z | [ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 INFO STEP 49 (ensure_file) COMPLETE |
8997 | 2024-08-29T15:15:04.975Z | [ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8998 | 2024-08-29T15:15:04.986Z | [ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8999 | 2024-08-29T15:15:04.986Z | [ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9000 | 2024-08-29T15:15:04.988Z | [ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9001 | 2024-08-29T15:15:04.988Z | [ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9002 | 2024-08-29T15:15:04.988Z | [ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9003 | 2024-08-29T15:15:04.988Z | [ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9004 | 2024-08-29T15:15:04.988Z | [ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO ok! |
9005 | 2024-08-29T15:15:04.988Z | [ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO STEP 50 (ensure_file) COMPLETE |
9006 | 2024-08-29T15:15:04.988Z | [ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9007 | 2024-08-29T15:15:04.998Z | [ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9008 | 2024-08-29T15:15:04.998Z | [ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 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 ... |
9009 | 2024-08-29T15:15:05.001Z | [ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 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 |
9010 | 2024-08-29T15:15:05.001Z | [ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9011 | 2024-08-29T15:15:05.001Z | [ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 INFO ok! |
9012 | 2024-08-29T15:15:05.001Z | [ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 INFO STEP 51 (ensure_file) COMPLETE |
9013 | 2024-08-29T15:15:05.002Z | [ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9014 | 2024-08-29T15:15:06.012Z | [ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9015 | 2024-08-29T15:15:06.012Z | [ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 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 ... |
9016 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 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 |
9017 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9018 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 INFO ok! |
9019 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 INFO STEP 52 (ensure_file) COMPLETE |
9020 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9021 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.309 INFO O| Aug 29 15:15:03.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9022 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.310 INFO O| Aug 29 15:15:03.309 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 ... |
9023 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.310 INFO O| Aug 29 15:15:03.310 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 |
9024 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.310 INFO O| Aug 29 15:15:03.310 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9025 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.310 INFO O| Aug 29 15:15:03.310 INFO ok! |
9026 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.310 INFO O| Aug 29 15:15:03.310 INFO STEP 53 (ensure_file) COMPLETE |
9027 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.310 INFO O| Aug 29 15:15:03.310 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9028 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.321 INFO O| Aug 29 15:15:03.321 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9029 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.321 INFO O| Aug 29 15:15:03.321 INFO STEP 54 (ensure_dir) COMPLETE |
9030 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.321 INFO O| Aug 29 15:15:03.321 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9031 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.332 INFO O| Aug 29 15:15:03.332 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9032 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.332 INFO O| Aug 29 15:15:03.332 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9033 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.332 INFO O| Aug 29 15:15:03.332 INFO STEP 55 (ensure_dir) COMPLETE |
9034 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.332 INFO O| Aug 29 15:15:03.332 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9035 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.342 INFO O| Aug 29 15:15:03.342 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9036 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.342 INFO O| Aug 29 15:15:03.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9037 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.342 INFO O| Aug 29 15:15:03.342 INFO STEP 56 (ensure_dir) COMPLETE |
9038 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.342 INFO O| Aug 29 15:15:03.342 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9039 | 2024-08-29T15:15:06.017Z | [ host-image] Aug 29 15:15:03.352 INFO O| Aug 29 15:15:03.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9040 | 2024-08-29T15:15:06.018Z | [ host-image] Aug 29 15:15:03.352 INFO O| Aug 29 15:15:03.352 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9041 | 2024-08-29T15:15:06.018Z | [ host-image] Aug 29 15:15:03.368 INFO O| Aug 29 15:15:03.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9042 | 2024-08-29T15:15:06.018Z | [ host-image] Aug 29 15:15:03.368 INFO O| Aug 29 15:15:03.368 INFO ok! |
9043 | 2024-08-29T15:15:06.018Z | [ host-image] Aug 29 15:15:03.368 INFO O| Aug 29 15:15:03.368 INFO STEP 57 (ensure_file) COMPLETE |
9044 | 2024-08-29T15:15:06.018Z | [ host-image] Aug 29 15:15:03.368 INFO O| Aug 29 15:15:03.368 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9045 | 2024-08-29T15:15:06.018Z | [ host-image] Aug 29 15:15:03.379 INFO O| Aug 29 15:15:03.379 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9046 | 2024-08-29T15:15:06.018Z | [ host-image] Aug 29 15:15:03.379 INFO O| Aug 29 15:15:03.379 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9047 | 2024-08-29T15:15:06.189Z | [ host-image] Aug 29 15:15:04.476 INFO O| Aug 29 15:15:04.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9048 | 2024-08-29T15:15:06.189Z | [ host-image] Aug 29 15:15:04.476 INFO O| Aug 29 15:15:04.476 INFO ok! |
9049 | 2024-08-29T15:15:06.189Z | [ host-image] Aug 29 15:15:04.476 INFO O| Aug 29 15:15:04.476 INFO STEP 58 (ensure_file) COMPLETE |
9050 | 2024-08-29T15:15:06.192Z | [ host-image] Aug 29 15:15:04.476 INFO O| Aug 29 15:15:04.476 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9051 | 2024-08-29T15:15:06.202Z | [ host-image] Aug 29 15:15:04.489 INFO O| Aug 29 15:15:04.489 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9052 | 2024-08-29T15:15:06.204Z | [ host-image] Aug 29 15:15:04.489 INFO O| Aug 29 15:15:04.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9053 | 2024-08-29T15:15:06.204Z | [ host-image] Aug 29 15:15:04.489 INFO O| Aug 29 15:15:04.489 INFO STEP 59 (ensure_dir) COMPLETE |
9054 | 2024-08-29T15:15:06.204Z | [ host-image] Aug 29 15:15:04.489 INFO O| Aug 29 15:15:04.489 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9055 | 2024-08-29T15:15:06.213Z | [ host-image] Aug 29 15:15:04.500 INFO O| Aug 29 15:15:04.500 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9056 | 2024-08-29T15:15:06.213Z | [ host-image] Aug 29 15:15:04.500 INFO O| Aug 29 15:15:04.500 INFO copying /tmp/.tmpaaMxE7/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 ... |
9057 | 2024-08-29T15:15:06.215Z | [ host-image] Aug 29 15:15:04.500 INFO O| Aug 29 15:15:04.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9058 | 2024-08-29T15:15:06.215Z | [ host-image] Aug 29 15:15:04.500 INFO O| Aug 29 15:15:04.500 INFO ok! |
9059 | 2024-08-29T15:15:06.215Z | [ host-image] Aug 29 15:15:04.500 INFO O| Aug 29 15:15:04.500 INFO STEP 60 (ensure_file) COMPLETE |
9060 | 2024-08-29T15:15:06.215Z | [ host-image] Aug 29 15:15:04.500 INFO O| Aug 29 15:15:04.500 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9061 | 2024-08-29T15:15:06.223Z | [ host-image] Aug 29 15:15:04.510 INFO O| Aug 29 15:15:04.510 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9062 | 2024-08-29T15:15:06.225Z | [ host-image] Aug 29 15:15:04.510 INFO O| Aug 29 15:15:04.510 INFO copying /tmp/.tmpaaMxE7/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 ... |
9063 | 2024-08-29T15:15:06.225Z | [ host-image] Aug 29 15:15:04.510 INFO O| Aug 29 15:15:04.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9064 | 2024-08-29T15:15:06.225Z | [ host-image] Aug 29 15:15:04.510 INFO O| Aug 29 15:15:04.510 INFO ok! |
9065 | 2024-08-29T15:15:06.225Z | [ host-image] Aug 29 15:15:04.510 INFO O| Aug 29 15:15:04.510 INFO STEP 61 (ensure_file) COMPLETE |
9066 | 2024-08-29T15:15:06.225Z | [ host-image] Aug 29 15:15:04.510 INFO O| Aug 29 15:15:04.510 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9067 | 2024-08-29T15:15:06.233Z | [ host-image] Aug 29 15:15:04.520 INFO O| Aug 29 15:15:04.520 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9068 | 2024-08-29T15:15:06.233Z | [ host-image] Aug 29 15:15:04.520 INFO O| Aug 29 15:15:04.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9069 | 2024-08-29T15:15:06.235Z | [ host-image] Aug 29 15:15:04.520 INFO O| Aug 29 15:15:04.520 INFO STEP 62 (ensure_dir) COMPLETE |
9070 | 2024-08-29T15:15:06.236Z | [ host-image] Aug 29 15:15:04.520 INFO O| Aug 29 15:15:04.520 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9071 | 2024-08-29T15:15:06.243Z | [ host-image] Aug 29 15:15:04.530 INFO O| Aug 29 15:15:04.530 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9072 | 2024-08-29T15:15:06.243Z | [ host-image] Aug 29 15:15:04.530 INFO O| Aug 29 15:15:04.530 INFO copying /tmp/.tmpaaMxE7/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 ... |
9073 | 2024-08-29T15:15:06.245Z | [ host-image] Aug 29 15:15:04.530 INFO O| Aug 29 15:15:04.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9074 | 2024-08-29T15:15:06.245Z | [ host-image] Aug 29 15:15:04.530 INFO O| Aug 29 15:15:04.530 INFO ok! |
9075 | 2024-08-29T15:15:06.245Z | [ host-image] Aug 29 15:15:04.530 INFO O| Aug 29 15:15:04.530 INFO STEP 63 (ensure_file) COMPLETE |
9076 | 2024-08-29T15:15:06.245Z | [ host-image] Aug 29 15:15:04.530 INFO O| Aug 29 15:15:04.530 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9077 | 2024-08-29T15:15:06.254Z | [ host-image] Aug 29 15:15:04.541 INFO O| Aug 29 15:15:04.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9078 | 2024-08-29T15:15:06.254Z | [ host-image] Aug 29 15:15:04.541 INFO O| Aug 29 15:15:04.541 INFO copying /tmp/.tmpaaMxE7/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 ... |
9079 | 2024-08-29T15:15:06.256Z | [ host-image] Aug 29 15:15:04.541 INFO O| Aug 29 15:15:04.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9080 | 2024-08-29T15:15:06.256Z | [ host-image] Aug 29 15:15:04.541 INFO O| Aug 29 15:15:04.541 INFO ok! |
9081 | 2024-08-29T15:15:06.256Z | [ host-image] Aug 29 15:15:04.541 INFO O| Aug 29 15:15:04.541 INFO STEP 64 (ensure_file) COMPLETE |
9082 | 2024-08-29T15:15:06.256Z | [ host-image] Aug 29 15:15:04.541 INFO O| Aug 29 15:15:04.541 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9083 | 2024-08-29T15:15:06.264Z | [ host-image] Aug 29 15:15:04.551 INFO O| Aug 29 15:15:04.551 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9084 | 2024-08-29T15:15:06.264Z | [ host-image] Aug 29 15:15:04.551 INFO O| Aug 29 15:15:04.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9085 | 2024-08-29T15:15:06.266Z | [ host-image] Aug 29 15:15:04.551 INFO O| Aug 29 15:15:04.551 INFO STEP 65 (ensure_dir) COMPLETE |
9086 | 2024-08-29T15:15:06.266Z | [ host-image] Aug 29 15:15:04.551 INFO O| Aug 29 15:15:04.551 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9087 | 2024-08-29T15:15:06.274Z | [ host-image] Aug 29 15:15:04.561 INFO O| Aug 29 15:15:04.561 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9088 | 2024-08-29T15:15:06.274Z | [ host-image] Aug 29 15:15:04.561 INFO O| Aug 29 15:15:04.561 INFO copying /tmp/.tmpaaMxE7/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 ... |
9089 | 2024-08-29T15:15:06.277Z | [ host-image] Aug 29 15:15:04.561 INFO O| Aug 29 15:15:04.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9090 | 2024-08-29T15:15:06.277Z | [ host-image] Aug 29 15:15:04.561 INFO O| Aug 29 15:15:04.561 INFO ok! |
9091 | 2024-08-29T15:15:06.277Z | [ host-image] Aug 29 15:15:04.561 INFO O| Aug 29 15:15:04.561 INFO STEP 66 (ensure_file) COMPLETE |
9092 | 2024-08-29T15:15:06.277Z | [ host-image] Aug 29 15:15:04.561 INFO O| Aug 29 15:15:04.561 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9093 | 2024-08-29T15:15:06.285Z | [ host-image] Aug 29 15:15:04.572 INFO O| Aug 29 15:15:04.572 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9094 | 2024-08-29T15:15:06.287Z | [ host-image] Aug 29 15:15:04.572 INFO O| Aug 29 15:15:04.572 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9095 | 2024-08-29T15:15:06.287Z | [ host-image] Aug 29 15:15:04.572 INFO O| Aug 29 15:15:04.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9096 | 2024-08-29T15:15:06.287Z | [ host-image] Aug 29 15:15:04.572 INFO O| Aug 29 15:15:04.572 INFO ok! |
9097 | 2024-08-29T15:15:06.287Z | [ host-image] Aug 29 15:15:04.572 INFO O| Aug 29 15:15:04.572 INFO STEP 67 (ensure_file) COMPLETE |
9098 | 2024-08-29T15:15:06.287Z | [ host-image] Aug 29 15:15:04.572 INFO O| Aug 29 15:15:04.572 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9099 | 2024-08-29T15:15:06.295Z | [ host-image] Aug 29 15:15:04.582 INFO O| Aug 29 15:15:04.582 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9100 | 2024-08-29T15:15:06.297Z | [ host-image] Aug 29 15:15:04.582 INFO O| Aug 29 15:15:04.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9101 | 2024-08-29T15:15:06.297Z | [ host-image] Aug 29 15:15:04.582 INFO O| Aug 29 15:15:04.582 INFO STEP 68 (ensure_dir) COMPLETE |
9102 | 2024-08-29T15:15:06.297Z | [ host-image] Aug 29 15:15:04.582 INFO O| Aug 29 15:15:04.582 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9103 | 2024-08-29T15:15:06.305Z | [ host-image] Aug 29 15:15:04.592 INFO O| Aug 29 15:15:04.592 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9104 | 2024-08-29T15:15:06.305Z | [ host-image] Aug 29 15:15:04.592 INFO O| Aug 29 15:15:04.592 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9105 | 2024-08-29T15:15:06.875Z | [ host-image] Aug 29 15:15:05.161 INFO O| Aug 29 15:15:05.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9106 | 2024-08-29T15:15:06.875Z | [ host-image] Aug 29 15:15:05.161 INFO O| Aug 29 15:15:05.161 INFO ok! |
9107 | 2024-08-29T15:15:06.875Z | [ host-image] Aug 29 15:15:05.161 INFO O| Aug 29 15:15:05.161 INFO STEP 69 (ensure_file) COMPLETE |
9108 | 2024-08-29T15:15:06.875Z | [ host-image] Aug 29 15:15:05.161 INFO O| Aug 29 15:15:05.161 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9109 | 2024-08-29T15:15:06.887Z | [ host-image] Aug 29 15:15:05.174 INFO O| Aug 29 15:15:05.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9110 | 2024-08-29T15:15:06.887Z | [ host-image] Aug 29 15:15:05.174 INFO O| Aug 29 15:15:05.174 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9111 | 2024-08-29T15:15:08.348Z | [ host-image] Aug 29 15:15:06.633 INFO O| Aug 29 15:15:06.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9112 | 2024-08-29T15:15:08.348Z | [ host-image] Aug 29 15:15:06.633 INFO O| Aug 29 15:15:06.633 INFO ok! |
9113 | 2024-08-29T15:15:08.348Z | [ host-image] Aug 29 15:15:06.633 INFO O| Aug 29 15:15:06.633 INFO STEP 70 (ensure_file) COMPLETE |
9114 | 2024-08-29T15:15:08.348Z | [ host-image] Aug 29 15:15:06.634 INFO O| Aug 29 15:15:06.633 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9115 | 2024-08-29T15:15:08.359Z | [ host-image] Aug 29 15:15:06.645 INFO O| Aug 29 15:15:06.645 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9116 | 2024-08-29T15:15:08.361Z | [ host-image] Aug 29 15:15:06.645 INFO O| Aug 29 15:15:06.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9117 | 2024-08-29T15:15:08.361Z | [ host-image] Aug 29 15:15:06.645 INFO O| Aug 29 15:15:06.645 INFO STEP 71 (ensure_dir) COMPLETE |
9118 | 2024-08-29T15:15:08.361Z | [ host-image] Aug 29 15:15:06.645 INFO O| Aug 29 15:15:06.645 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9119 | 2024-08-29T15:15:08.369Z | [ host-image] Aug 29 15:15:06.655 INFO O| Aug 29 15:15:06.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9120 | 2024-08-29T15:15:08.369Z | [ host-image] Aug 29 15:15:06.655 INFO O| Aug 29 15:15:06.655 INFO copying /tmp/.tmpaaMxE7/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 ... |
9121 | 2024-08-29T15:15:08.372Z | [ host-image] Aug 29 15:15:06.656 INFO O| Aug 29 15:15:06.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9122 | 2024-08-29T15:15:08.372Z | [ host-image] Aug 29 15:15:06.656 INFO O| Aug 29 15:15:06.655 INFO ok! |
9123 | 2024-08-29T15:15:08.372Z | [ host-image] Aug 29 15:15:06.656 INFO O| Aug 29 15:15:06.655 INFO STEP 72 (ensure_file) COMPLETE |
9124 | 2024-08-29T15:15:08.372Z | [ host-image] Aug 29 15:15:06.656 INFO O| Aug 29 15:15:06.656 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9125 | 2024-08-29T15:15:08.381Z | [ host-image] Aug 29 15:15:06.667 INFO O| Aug 29 15:15:06.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9126 | 2024-08-29T15:15:08.381Z | [ host-image] Aug 29 15:15:06.667 INFO O| Aug 29 15:15:06.667 INFO copying /tmp/.tmpaaMxE7/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 ... |
9127 | 2024-08-29T15:15:08.383Z | [ host-image] Aug 29 15:15:06.667 INFO O| Aug 29 15:15:06.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9128 | 2024-08-29T15:15:08.383Z | [ host-image] Aug 29 15:15:06.667 INFO O| Aug 29 15:15:06.667 INFO ok! |
9129 | 2024-08-29T15:15:08.383Z | [ host-image] Aug 29 15:15:06.667 INFO O| Aug 29 15:15:06.667 INFO STEP 73 (ensure_file) COMPLETE |
9130 | 2024-08-29T15:15:08.383Z | [ host-image] Aug 29 15:15:06.667 INFO O| Aug 29 15:15:06.667 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9131 | 2024-08-29T15:15:08.391Z | [ host-image] Aug 29 15:15:06.678 INFO O| Aug 29 15:15:06.678 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9132 | 2024-08-29T15:15:08.392Z | [ host-image] Aug 29 15:15:06.678 INFO O| Aug 29 15:15:06.678 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9133 | 2024-08-29T15:15:08.394Z | [ host-image] Aug 29 15:15:06.678 INFO O| Aug 29 15:15:06.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9134 | 2024-08-29T15:15:08.394Z | [ host-image] Aug 29 15:15:06.678 INFO O| Aug 29 15:15:06.678 INFO ok! |
9135 | 2024-08-29T15:15:08.394Z | [ host-image] Aug 29 15:15:06.678 INFO O| Aug 29 15:15:06.678 INFO STEP 74 (ensure_file) COMPLETE |
9136 | 2024-08-29T15:15:08.394Z | [ host-image] Aug 29 15:15:06.678 INFO O| Aug 29 15:15:06.678 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9137 | 2024-08-29T15:15:08.402Z | [ host-image] Aug 29 15:15:06.688 INFO O| Aug 29 15:15:06.688 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9138 | 2024-08-29T15:15:08.402Z | [ host-image] Aug 29 15:15:06.688 INFO O| Aug 29 15:15:06.688 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9139 | 2024-08-29T15:15:08.404Z | [ host-image] Aug 29 15:15:06.688 INFO O| Aug 29 15:15:06.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9140 | 2024-08-29T15:15:08.404Z | [ host-image] Aug 29 15:15:06.688 INFO O| Aug 29 15:15:06.688 INFO ok! |
9141 | 2024-08-29T15:15:08.404Z | [ host-image] Aug 29 15:15:06.688 INFO O| Aug 29 15:15:06.688 INFO STEP 75 (ensure_file) COMPLETE |
9142 | 2024-08-29T15:15:08.404Z | [ host-image] Aug 29 15:15:06.688 INFO O| Aug 29 15:15:06.688 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9143 | 2024-08-29T15:15:08.413Z | [ host-image] Aug 29 15:15:06.700 INFO O| Aug 29 15:15:06.700 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9144 | 2024-08-29T15:15:08.413Z | [ host-image] Aug 29 15:15:06.700 INFO O| Aug 29 15:15:06.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9145 | 2024-08-29T15:15:08.413Z | [ host-image] Aug 29 15:15:06.700 INFO O| Aug 29 15:15:06.700 INFO STEP 76 (ensure_dir) COMPLETE |
9146 | 2024-08-29T15:15:08.416Z | [ host-image] Aug 29 15:15:06.700 INFO O| Aug 29 15:15:06.700 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9147 | 2024-08-29T15:15:08.423Z | [ host-image] Aug 29 15:15:06.710 INFO O| Aug 29 15:15:06.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9148 | 2024-08-29T15:15:08.423Z | [ host-image] Aug 29 15:15:06.710 INFO O| Aug 29 15:15:06.710 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9149 | 2024-08-29T15:15:08.912Z | [ host-image] Aug 29 15:15:07.198 INFO O| Aug 29 15:15:07.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9150 | 2024-08-29T15:15:08.912Z | [ host-image] Aug 29 15:15:07.198 INFO O| Aug 29 15:15:07.198 INFO ok! |
9151 | 2024-08-29T15:15:08.912Z | [ host-image] Aug 29 15:15:07.198 INFO O| Aug 29 15:15:07.198 INFO STEP 77 (ensure_file) COMPLETE |
9152 | 2024-08-29T15:15:08.912Z | [ host-image] Aug 29 15:15:07.198 INFO O| Aug 29 15:15:07.198 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9153 | 2024-08-29T15:15:08.924Z | [ host-image] Aug 29 15:15:07.210 INFO O| Aug 29 15:15:07.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9154 | 2024-08-29T15:15:08.926Z | [ host-image] Aug 29 15:15:07.210 INFO O| Aug 29 15:15:07.210 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9155 | 2024-08-29T15:15:08.926Z | [ host-image] Aug 29 15:15:07.210 INFO O| Aug 29 15:15:07.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9156 | 2024-08-29T15:15:08.926Z | [ host-image] Aug 29 15:15:07.210 INFO O| Aug 29 15:15:07.210 INFO ok! |
9157 | 2024-08-29T15:15:08.926Z | [ host-image] Aug 29 15:15:07.210 INFO O| Aug 29 15:15:07.210 INFO STEP 78 (ensure_file) COMPLETE |
9158 | 2024-08-29T15:15:08.926Z | [ host-image] Aug 29 15:15:07.210 INFO O| Aug 29 15:15:07.210 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9159 | 2024-08-29T15:15:08.934Z | [ host-image] Aug 29 15:15:07.220 INFO O| Aug 29 15:15:07.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9160 | 2024-08-29T15:15:08.934Z | [ host-image] Aug 29 15:15:07.220 INFO O| Aug 29 15:15:07.220 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9161 | 2024-08-29T15:15:09.791Z | [ host-image] Aug 29 15:15:08.077 INFO O| Aug 29 15:15:08.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9162 | 2024-08-29T15:15:09.794Z | [ host-image] Aug 29 15:15:08.077 INFO O| Aug 29 15:15:08.077 INFO ok! |
9163 | 2024-08-29T15:15:09.794Z | [ host-image] Aug 29 15:15:08.077 INFO O| Aug 29 15:15:08.077 INFO STEP 79 (ensure_file) COMPLETE |
9164 | 2024-08-29T15:15:09.794Z | [ host-image] Aug 29 15:15:08.077 INFO O| Aug 29 15:15:08.077 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9165 | 2024-08-29T15:15:09.804Z | [ host-image] Aug 29 15:15:08.089 INFO O| Aug 29 15:15:08.089 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9166 | 2024-08-29T15:15:09.807Z | [ host-image] Aug 29 15:15:08.089 INFO O| Aug 29 15:15:08.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9167 | 2024-08-29T15:15:09.807Z | [ host-image] Aug 29 15:15:08.089 INFO O| Aug 29 15:15:08.089 INFO STEP 80 (ensure_dir) COMPLETE |
9168 | 2024-08-29T15:15:09.807Z | [ host-image] Aug 29 15:15:08.089 INFO O| Aug 29 15:15:08.089 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9169 | 2024-08-29T15:15:09.814Z | [ host-image] Aug 29 15:15:08.100 INFO O| Aug 29 15:15:08.100 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9170 | 2024-08-29T15:15:09.814Z | [ host-image] Aug 29 15:15:08.100 INFO O| Aug 29 15:15:08.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9171 | 2024-08-29T15:15:09.817Z | [ host-image] Aug 29 15:15:08.100 INFO O| Aug 29 15:15:08.100 INFO STEP 81 (ensure_dir) COMPLETE |
9172 | 2024-08-29T15:15:09.817Z | [ host-image] Aug 29 15:15:08.100 INFO O| Aug 29 15:15:08.100 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9173 | 2024-08-29T15:15:09.824Z | [ host-image] Aug 29 15:15:08.110 INFO O| Aug 29 15:15:08.110 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9174 | 2024-08-29T15:15:09.824Z | [ host-image] Aug 29 15:15:08.110 INFO O| Aug 29 15:15:08.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9175 | 2024-08-29T15:15:09.824Z | [ host-image] Aug 29 15:15:08.110 INFO O| Aug 29 15:15:08.110 INFO STEP 82 (ensure_dir) COMPLETE |
9176 | 2024-08-29T15:15:09.826Z | [ host-image] Aug 29 15:15:08.110 INFO O| Aug 29 15:15:08.110 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9177 | 2024-08-29T15:15:09.836Z | [ host-image] Aug 29 15:15:08.122 INFO O| Aug 29 15:15:08.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9178 | 2024-08-29T15:15:09.838Z | [ host-image] Aug 29 15:15:08.122 INFO O| Aug 29 15:15:08.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9179 | 2024-08-29T15:15:09.838Z | [ host-image] Aug 29 15:15:08.122 INFO O| Aug 29 15:15:08.122 INFO STEP 83 (ensure_dir) COMPLETE |
9180 | 2024-08-29T15:15:09.838Z | [ host-image] Aug 29 15:15:08.122 INFO O| Aug 29 15:15:08.122 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9181 | 2024-08-29T15:15:09.846Z | [ host-image] Aug 29 15:15:08.132 INFO O| Aug 29 15:15:08.132 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9182 | 2024-08-29T15:15:09.848Z | [ host-image] Aug 29 15:15:08.132 INFO O| Aug 29 15:15:08.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9183 | 2024-08-29T15:15:09.849Z | [ host-image] Aug 29 15:15:08.132 INFO O| Aug 29 15:15:08.132 INFO STEP 84 (ensure_dir) COMPLETE |
9184 | 2024-08-29T15:15:09.849Z | [ host-image] Aug 29 15:15:08.132 INFO O| Aug 29 15:15:08.132 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9185 | 2024-08-29T15:15:09.857Z | [ host-image] Aug 29 15:15:08.143 INFO O| Aug 29 15:15:08.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9186 | 2024-08-29T15:15:09.859Z | [ host-image] Aug 29 15:15:08.143 INFO O| Aug 29 15:15:08.143 INFO copying /tmp/.tmpaaMxE7/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 ... |
9187 | 2024-08-29T15:15:09.859Z | [ host-image] Aug 29 15:15:08.143 INFO O| Aug 29 15:15:08.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9188 | 2024-08-29T15:15:09.859Z | [ host-image] Aug 29 15:15:08.143 INFO O| Aug 29 15:15:08.143 INFO ok! |
9189 | 2024-08-29T15:15:09.859Z | [ host-image] Aug 29 15:15:08.143 INFO O| Aug 29 15:15:08.143 INFO STEP 85 (ensure_file) COMPLETE |
9190 | 2024-08-29T15:15:09.859Z | [ host-image] Aug 29 15:15:08.143 INFO O| Aug 29 15:15:08.143 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9191 | 2024-08-29T15:15:09.867Z | [ host-image] Aug 29 15:15:08.153 INFO O| Aug 29 15:15:08.153 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9192 | 2024-08-29T15:15:09.869Z | [ host-image] Aug 29 15:15:08.153 INFO O| Aug 29 15:15:08.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9193 | 2024-08-29T15:15:09.869Z | [ host-image] Aug 29 15:15:08.153 INFO O| Aug 29 15:15:08.153 INFO STEP 86 (ensure_dir) COMPLETE |
9194 | 2024-08-29T15:15:09.869Z | [ host-image] Aug 29 15:15:08.153 INFO O| Aug 29 15:15:08.153 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9195 | 2024-08-29T15:15:09.878Z | [ host-image] Aug 29 15:15:08.164 INFO O| Aug 29 15:15:08.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9196 | 2024-08-29T15:15:09.878Z | [ host-image] Aug 29 15:15:08.164 INFO O| Aug 29 15:15:08.164 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9197 | 2024-08-29T15:15:09.881Z | [ host-image] Aug 29 15:15:08.164 INFO O| Aug 29 15:15:08.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9198 | 2024-08-29T15:15:09.881Z | [ host-image] Aug 29 15:15:08.164 INFO O| Aug 29 15:15:08.164 INFO ok! |
9199 | 2024-08-29T15:15:09.881Z | [ host-image] Aug 29 15:15:08.164 INFO O| Aug 29 15:15:08.164 INFO STEP 87 (ensure_file) COMPLETE |
9200 | 2024-08-29T15:15:09.881Z | [ host-image] Aug 29 15:15:08.164 INFO O| Aug 29 15:15:08.164 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9201 | 2024-08-29T15:15:09.888Z | [ host-image] Aug 29 15:15:08.174 INFO O| Aug 29 15:15:08.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9202 | 2024-08-29T15:15:09.888Z | [ host-image] Aug 29 15:15:08.174 INFO O| Aug 29 15:15:08.174 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9203 | 2024-08-29T15:15:09.897Z | [ host-image] Aug 29 15:15:08.183 INFO O| Aug 29 15:15:08.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9204 | 2024-08-29T15:15:09.897Z | [ host-image] Aug 29 15:15:08.183 INFO O| Aug 29 15:15:08.183 INFO ok! |
9205 | 2024-08-29T15:15:09.899Z | [ host-image] Aug 29 15:15:08.183 INFO O| Aug 29 15:15:08.183 INFO STEP 88 (ensure_file) COMPLETE |
9206 | 2024-08-29T15:15:09.900Z | [ host-image] Aug 29 15:15:08.183 INFO O| Aug 29 15:15:08.183 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9207 | 2024-08-29T15:15:09.907Z | [ host-image] Aug 29 15:15:08.193 INFO O| Aug 29 15:15:08.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9208 | 2024-08-29T15:15:09.908Z | [ host-image] Aug 29 15:15:08.193 INFO O| Aug 29 15:15:08.193 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9209 | 2024-08-29T15:15:10.386Z | [ host-image] Aug 29 15:15:08.670 INFO O| Aug 29 15:15:08.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9210 | 2024-08-29T15:15:10.386Z | [ host-image] Aug 29 15:15:08.670 INFO O| Aug 29 15:15:08.670 INFO ok! |
9211 | 2024-08-29T15:15:10.388Z | [ host-image] Aug 29 15:15:08.670 INFO O| Aug 29 15:15:08.670 INFO STEP 89 (ensure_file) COMPLETE |
9212 | 2024-08-29T15:15:10.389Z | [ host-image] Aug 29 15:15:08.670 INFO O| Aug 29 15:15:08.670 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9213 | 2024-08-29T15:15:10.397Z | [ host-image] Aug 29 15:15:08.683 INFO O| Aug 29 15:15:08.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9214 | 2024-08-29T15:15:10.397Z | [ host-image] Aug 29 15:15:08.683 INFO O| Aug 29 15:15:08.683 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9215 | 2024-08-29T15:15:10.399Z | [ host-image] Aug 29 15:15:08.683 INFO O| Aug 29 15:15:08.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9216 | 2024-08-29T15:15:10.399Z | [ host-image] Aug 29 15:15:08.683 INFO O| Aug 29 15:15:08.683 INFO ok! |
9217 | 2024-08-29T15:15:10.399Z | [ host-image] Aug 29 15:15:08.683 INFO O| Aug 29 15:15:08.683 INFO STEP 90 (ensure_file) COMPLETE |
9218 | 2024-08-29T15:15:10.399Z | [ host-image] Aug 29 15:15:08.683 INFO O| Aug 29 15:15:08.683 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9219 | 2024-08-29T15:15:10.407Z | [ host-image] Aug 29 15:15:08.693 INFO O| Aug 29 15:15:08.693 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9220 | 2024-08-29T15:15:10.410Z | [ host-image] Aug 29 15:15:08.693 INFO O| Aug 29 15:15:08.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9221 | 2024-08-29T15:15:10.410Z | [ host-image] Aug 29 15:15:08.694 INFO O| Aug 29 15:15:08.693 INFO STEP 91 (ensure_dir) COMPLETE |
9222 | 2024-08-29T15:15:10.410Z | [ host-image] Aug 29 15:15:08.694 INFO O| Aug 29 15:15:08.693 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9223 | 2024-08-29T15:15:10.418Z | [ host-image] Aug 29 15:15:08.704 INFO O| Aug 29 15:15:08.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9224 | 2024-08-29T15:15:10.418Z | [ host-image] Aug 29 15:15:08.704 INFO O| Aug 29 15:15:08.704 INFO copying /tmp/.tmpaaMxE7/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 ... |
9225 | 2024-08-29T15:15:10.420Z | [ host-image] Aug 29 15:15:08.704 INFO O| Aug 29 15:15:08.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9226 | 2024-08-29T15:15:10.421Z | [ host-image] Aug 29 15:15:08.704 INFO O| Aug 29 15:15:08.704 INFO ok! |
9227 | 2024-08-29T15:15:10.421Z | [ host-image] Aug 29 15:15:08.704 INFO O| Aug 29 15:15:08.704 INFO STEP 92 (ensure_file) COMPLETE |
9228 | 2024-08-29T15:15:10.421Z | [ host-image] Aug 29 15:15:08.704 INFO O| Aug 29 15:15:08.704 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9229 | 2024-08-29T15:15:10.429Z | [ host-image] Aug 29 15:15:08.715 INFO O| Aug 29 15:15:08.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9230 | 2024-08-29T15:15:10.429Z | [ host-image] Aug 29 15:15:08.715 INFO O| Aug 29 15:15:08.715 INFO copying /tmp/.tmpaaMxE7/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 ... |
9231 | 2024-08-29T15:15:10.431Z | [ host-image] Aug 29 15:15:08.715 INFO O| Aug 29 15:15:08.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9232 | 2024-08-29T15:15:10.431Z | [ host-image] Aug 29 15:15:08.715 INFO O| Aug 29 15:15:08.715 INFO ok! |
9233 | 2024-08-29T15:15:10.432Z | [ host-image] Aug 29 15:15:08.715 INFO O| Aug 29 15:15:08.715 INFO STEP 93 (ensure_file) COMPLETE |
9234 | 2024-08-29T15:15:10.432Z | [ host-image] Aug 29 15:15:08.715 INFO O| Aug 29 15:15:08.715 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9235 | 2024-08-29T15:15:10.440Z | [ host-image] Aug 29 15:15:08.726 INFO O| Aug 29 15:15:08.726 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9236 | 2024-08-29T15:15:10.443Z | [ host-image] Aug 29 15:15:08.726 INFO O| Aug 29 15:15:08.726 INFO copying /tmp/.tmpaaMxE7/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 ... |
9237 | 2024-08-29T15:15:10.443Z | [ host-image] Aug 29 15:15:08.726 INFO O| Aug 29 15:15:08.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9238 | 2024-08-29T15:15:10.443Z | [ host-image] Aug 29 15:15:08.726 INFO O| Aug 29 15:15:08.726 INFO ok! |
9239 | 2024-08-29T15:15:10.443Z | [ host-image] Aug 29 15:15:08.726 INFO O| Aug 29 15:15:08.726 INFO STEP 94 (ensure_file) COMPLETE |
9240 | 2024-08-29T15:15:10.443Z | [ host-image] Aug 29 15:15:08.726 INFO O| Aug 29 15:15:08.726 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9241 | 2024-08-29T15:15:10.451Z | [ host-image] Aug 29 15:15:08.736 INFO O| Aug 29 15:15:08.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9242 | 2024-08-29T15:15:10.453Z | [ host-image] Aug 29 15:15:08.737 INFO O| Aug 29 15:15:08.736 INFO copying /tmp/.tmpaaMxE7/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 ... |
9243 | 2024-08-29T15:15:10.453Z | [ host-image] Aug 29 15:15:08.737 INFO O| Aug 29 15:15:08.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9244 | 2024-08-29T15:15:10.453Z | [ host-image] Aug 29 15:15:08.737 INFO O| Aug 29 15:15:08.737 INFO ok! |
9245 | 2024-08-29T15:15:10.453Z | [ host-image] Aug 29 15:15:08.737 INFO O| Aug 29 15:15:08.737 INFO STEP 95 (ensure_file) COMPLETE |
9246 | 2024-08-29T15:15:10.453Z | [ host-image] Aug 29 15:15:08.737 INFO O| Aug 29 15:15:08.737 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9247 | 2024-08-29T15:15:10.462Z | [ host-image] Aug 29 15:15:08.748 INFO O| Aug 29 15:15:08.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9248 | 2024-08-29T15:15:10.465Z | [ host-image] Aug 29 15:15:08.748 INFO O| Aug 29 15:15:08.748 INFO copying /tmp/.tmpaaMxE7/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 ... |
9249 | 2024-08-29T15:15:10.465Z | [ host-image] Aug 29 15:15:08.748 INFO O| Aug 29 15:15:08.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9250 | 2024-08-29T15:15:10.465Z | [ host-image] Aug 29 15:15:08.748 INFO O| Aug 29 15:15:08.748 INFO ok! |
9251 | 2024-08-29T15:15:10.465Z | [ host-image] Aug 29 15:15:08.748 INFO O| Aug 29 15:15:08.748 INFO STEP 96 (ensure_file) COMPLETE |
9252 | 2024-08-29T15:15:10.465Z | [ host-image] Aug 29 15:15:08.748 INFO O| Aug 29 15:15:08.748 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9253 | 2024-08-29T15:15:10.473Z | [ host-image] Aug 29 15:15:08.759 INFO O| Aug 29 15:15:08.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9254 | 2024-08-29T15:15:10.473Z | [ host-image] Aug 29 15:15:08.759 INFO O| Aug 29 15:15:08.759 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9255 | 2024-08-29T15:15:10.475Z | [ host-image] Aug 29 15:15:08.759 INFO O| Aug 29 15:15:08.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9256 | 2024-08-29T15:15:10.475Z | [ host-image] Aug 29 15:15:08.759 INFO O| Aug 29 15:15:08.759 INFO ok! |
9257 | 2024-08-29T15:15:10.475Z | [ host-image] Aug 29 15:15:08.759 INFO O| Aug 29 15:15:08.759 INFO STEP 97 (ensure_file) COMPLETE |
9258 | 2024-08-29T15:15:10.475Z | [ host-image] Aug 29 15:15:08.759 INFO O| Aug 29 15:15:08.759 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9259 | 2024-08-29T15:15:10.485Z | [ host-image] Aug 29 15:15:08.771 INFO O| Aug 29 15:15:08.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9260 | 2024-08-29T15:15:10.485Z | [ host-image] Aug 29 15:15:08.771 INFO O| Aug 29 15:15:08.771 INFO copying /tmp/.tmpaaMxE7/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 ... |
9261 | 2024-08-29T15:15:10.487Z | [ host-image] Aug 29 15:15:08.771 INFO O| Aug 29 15:15:08.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9262 | 2024-08-29T15:15:10.487Z | [ host-image] Aug 29 15:15:08.771 INFO O| Aug 29 15:15:08.771 INFO ok! |
9263 | 2024-08-29T15:15:10.487Z | [ host-image] Aug 29 15:15:08.771 INFO O| Aug 29 15:15:08.771 INFO STEP 98 (ensure_file) COMPLETE |
9264 | 2024-08-29T15:15:10.487Z | [ host-image] Aug 29 15:15:08.771 INFO O| Aug 29 15:15:08.771 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9265 | 2024-08-29T15:15:10.495Z | [ host-image] Aug 29 15:15:08.781 INFO O| Aug 29 15:15:08.781 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9266 | 2024-08-29T15:15:10.495Z | [ host-image] Aug 29 15:15:08.781 INFO O| Aug 29 15:15:08.781 INFO copying /tmp/.tmpaaMxE7/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 ... |
9267 | 2024-08-29T15:15:10.497Z | [ host-image] Aug 29 15:15:08.781 INFO O| Aug 29 15:15:08.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9268 | 2024-08-29T15:15:10.497Z | [ host-image] Aug 29 15:15:08.781 INFO O| Aug 29 15:15:08.781 INFO ok! |
9269 | 2024-08-29T15:15:10.497Z | [ host-image] Aug 29 15:15:08.781 INFO O| Aug 29 15:15:08.781 INFO STEP 99 (ensure_file) COMPLETE |
9270 | 2024-08-29T15:15:10.497Z | [ host-image] Aug 29 15:15:08.781 INFO O| Aug 29 15:15:08.781 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9271 | 2024-08-29T15:15:10.505Z | [ host-image] Aug 29 15:15:08.791 INFO O| Aug 29 15:15:08.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9272 | 2024-08-29T15:15:10.505Z | [ host-image] Aug 29 15:15:08.791 INFO O| Aug 29 15:15:08.791 INFO copying /tmp/.tmpaaMxE7/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 ... |
9273 | 2024-08-29T15:15:10.508Z | [ host-image] Aug 29 15:15:08.791 INFO O| Aug 29 15:15:08.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9274 | 2024-08-29T15:15:10.508Z | [ host-image] Aug 29 15:15:08.791 INFO O| Aug 29 15:15:08.791 INFO ok! |
9275 | 2024-08-29T15:15:10.508Z | [ host-image] Aug 29 15:15:08.791 INFO O| Aug 29 15:15:08.791 INFO STEP 100 (ensure_file) COMPLETE |
9276 | 2024-08-29T15:15:10.508Z | [ host-image] Aug 29 15:15:08.791 INFO O| Aug 29 15:15:08.791 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9277 | 2024-08-29T15:15:10.515Z | [ host-image] Aug 29 15:15:08.801 INFO O| Aug 29 15:15:08.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9278 | 2024-08-29T15:15:10.515Z | [ host-image] Aug 29 15:15:08.801 INFO O| Aug 29 15:15:08.801 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9279 | 2024-08-29T15:15:10.518Z | [ host-image] Aug 29 15:15:08.801 INFO O| Aug 29 15:15:08.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9280 | 2024-08-29T15:15:10.518Z | [ host-image] Aug 29 15:15:08.801 INFO O| Aug 29 15:15:08.801 INFO ok! |
9281 | 2024-08-29T15:15:10.518Z | [ host-image] Aug 29 15:15:08.801 INFO O| Aug 29 15:15:08.801 INFO STEP 101 (ensure_file) COMPLETE |
9282 | 2024-08-29T15:15:10.518Z | [ host-image] Aug 29 15:15:08.801 INFO O| Aug 29 15:15:08.801 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9283 | 2024-08-29T15:15:10.526Z | [ host-image] Aug 29 15:15:08.812 INFO O| Aug 29 15:15:08.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9284 | 2024-08-29T15:15:10.529Z | [ host-image] Aug 29 15:15:08.812 INFO O| Aug 29 15:15:08.812 INFO copying /tmp/.tmpaaMxE7/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 ... |
9285 | 2024-08-29T15:15:10.529Z | [ host-image] Aug 29 15:15:08.812 INFO O| Aug 29 15:15:08.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9286 | 2024-08-29T15:15:10.529Z | [ host-image] Aug 29 15:15:08.812 INFO O| Aug 29 15:15:08.812 INFO ok! |
9287 | 2024-08-29T15:15:10.529Z | [ host-image] Aug 29 15:15:08.812 INFO O| Aug 29 15:15:08.812 INFO STEP 102 (ensure_file) COMPLETE |
9288 | 2024-08-29T15:15:10.529Z | [ host-image] Aug 29 15:15:08.812 INFO O| Aug 29 15:15:08.812 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9289 | 2024-08-29T15:15:10.536Z | [ host-image] Aug 29 15:15:08.822 INFO O| Aug 29 15:15:08.822 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9290 | 2024-08-29T15:15:10.536Z | [ host-image] Aug 29 15:15:08.822 INFO O| Aug 29 15:15:08.822 INFO copying /tmp/.tmpaaMxE7/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 ... |
9291 | 2024-08-29T15:15:10.536Z | [ host-image] Aug 29 15:15:08.822 INFO O| Aug 29 15:15:08.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9292 | 2024-08-29T15:15:10.539Z | [ host-image] Aug 29 15:15:08.822 INFO O| Aug 29 15:15:08.822 INFO ok! |
9293 | 2024-08-29T15:15:10.539Z | [ host-image] Aug 29 15:15:08.822 INFO O| Aug 29 15:15:08.822 INFO STEP 103 (ensure_file) COMPLETE |
9294 | 2024-08-29T15:15:10.539Z | [ host-image] Aug 29 15:15:08.822 INFO O| Aug 29 15:15:08.822 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9295 | 2024-08-29T15:15:10.546Z | [ host-image] Aug 29 15:15:08.832 INFO O| Aug 29 15:15:08.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9296 | 2024-08-29T15:15:10.549Z | [ host-image] Aug 29 15:15:08.832 INFO O| Aug 29 15:15:08.832 INFO copying /tmp/.tmpaaMxE7/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 ... |
9297 | 2024-08-29T15:15:10.549Z | [ host-image] Aug 29 15:15:08.832 INFO O| Aug 29 15:15:08.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9298 | 2024-08-29T15:15:10.549Z | [ host-image] Aug 29 15:15:08.832 INFO O| Aug 29 15:15:08.832 INFO ok! |
9299 | 2024-08-29T15:15:10.549Z | [ host-image] Aug 29 15:15:08.832 INFO O| Aug 29 15:15:08.832 INFO STEP 104 (ensure_file) COMPLETE |
9300 | 2024-08-29T15:15:10.549Z | [ host-image] Aug 29 15:15:08.832 INFO O| Aug 29 15:15:08.832 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9301 | 2024-08-29T15:15:10.558Z | [ host-image] Aug 29 15:15:08.844 INFO O| Aug 29 15:15:08.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9302 | 2024-08-29T15:15:10.558Z | [ host-image] Aug 29 15:15:08.844 INFO O| Aug 29 15:15:08.844 INFO copying /tmp/.tmpaaMxE7/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 ... |
9303 | 2024-08-29T15:15:10.561Z | [ host-image] Aug 29 15:15:08.844 INFO O| Aug 29 15:15:08.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9304 | 2024-08-29T15:15:10.561Z | [ host-image] Aug 29 15:15:08.844 INFO O| Aug 29 15:15:08.844 INFO ok! |
9305 | 2024-08-29T15:15:10.561Z | [ host-image] Aug 29 15:15:08.844 INFO O| Aug 29 15:15:08.844 INFO STEP 105 (ensure_file) COMPLETE |
9306 | 2024-08-29T15:15:10.561Z | [ host-image] Aug 29 15:15:08.844 INFO O| Aug 29 15:15:08.844 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9307 | 2024-08-29T15:15:10.569Z | [ host-image] Aug 29 15:15:08.855 INFO O| Aug 29 15:15:08.855 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9308 | 2024-08-29T15:15:10.569Z | [ host-image] Aug 29 15:15:08.855 INFO O| Aug 29 15:15:08.855 INFO copying /tmp/.tmpaaMxE7/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 ... |
9309 | 2024-08-29T15:15:10.572Z | [ host-image] Aug 29 15:15:08.855 INFO O| Aug 29 15:15:08.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9310 | 2024-08-29T15:15:10.572Z | [ host-image] Aug 29 15:15:08.855 INFO O| Aug 29 15:15:08.855 INFO ok! |
9311 | 2024-08-29T15:15:10.572Z | [ host-image] Aug 29 15:15:08.855 INFO O| Aug 29 15:15:08.855 INFO STEP 106 (ensure_file) COMPLETE |
9312 | 2024-08-29T15:15:10.572Z | [ host-image] Aug 29 15:15:08.855 INFO O| Aug 29 15:15:08.855 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9313 | 2024-08-29T15:15:10.580Z | [ host-image] Aug 29 15:15:08.866 INFO O| Aug 29 15:15:08.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9314 | 2024-08-29T15:15:10.580Z | [ host-image] Aug 29 15:15:08.866 INFO O| Aug 29 15:15:08.866 INFO copying /tmp/.tmpaaMxE7/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 ... |
9315 | 2024-08-29T15:15:10.580Z | [ host-image] Aug 29 15:15:08.866 INFO O| Aug 29 15:15:08.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9316 | 2024-08-29T15:15:10.580Z | [ host-image] Aug 29 15:15:08.866 INFO O| Aug 29 15:15:08.866 INFO ok! |
9317 | 2024-08-29T15:15:10.583Z | [ host-image] Aug 29 15:15:08.866 INFO O| Aug 29 15:15:08.866 INFO STEP 107 (ensure_file) COMPLETE |
9318 | 2024-08-29T15:15:10.583Z | [ host-image] Aug 29 15:15:08.866 INFO O| Aug 29 15:15:08.866 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9319 | 2024-08-29T15:15:10.592Z | [ host-image] Aug 29 15:15:08.878 INFO O| Aug 29 15:15:08.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9320 | 2024-08-29T15:15:10.592Z | [ host-image] Aug 29 15:15:08.878 INFO O| Aug 29 15:15:08.878 INFO copying /tmp/.tmpaaMxE7/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 ... |
9321 | 2024-08-29T15:15:10.592Z | [ host-image] Aug 29 15:15:08.878 INFO O| Aug 29 15:15:08.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9322 | 2024-08-29T15:15:10.592Z | [ host-image] Aug 29 15:15:08.878 INFO O| Aug 29 15:15:08.878 INFO ok! |
9323 | 2024-08-29T15:15:10.594Z | [ host-image] Aug 29 15:15:08.878 INFO O| Aug 29 15:15:08.878 INFO STEP 108 (ensure_file) COMPLETE |
9324 | 2024-08-29T15:15:10.594Z | [ host-image] Aug 29 15:15:08.878 INFO O| Aug 29 15:15:08.878 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9325 | 2024-08-29T15:15:10.603Z | [ host-image] Aug 29 15:15:08.888 INFO O| Aug 29 15:15:08.888 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9326 | 2024-08-29T15:15:10.603Z | [ host-image] Aug 29 15:15:08.888 INFO O| Aug 29 15:15:08.888 INFO copying /tmp/.tmpaaMxE7/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 ... |
9327 | 2024-08-29T15:15:10.605Z | [ host-image] Aug 29 15:15:08.889 INFO O| Aug 29 15:15:08.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9328 | 2024-08-29T15:15:10.605Z | [ host-image] Aug 29 15:15:08.889 INFO O| Aug 29 15:15:08.889 INFO ok! |
9329 | 2024-08-29T15:15:10.605Z | [ host-image] Aug 29 15:15:08.889 INFO O| Aug 29 15:15:08.889 INFO STEP 109 (ensure_file) COMPLETE |
9330 | 2024-08-29T15:15:10.605Z | [ host-image] Aug 29 15:15:08.889 INFO O| Aug 29 15:15:08.889 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9331 | 2024-08-29T15:15:10.615Z | [ host-image] Aug 29 15:15:08.900 INFO O| Aug 29 15:15:08.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9332 | 2024-08-29T15:15:10.615Z | [ host-image] Aug 29 15:15:08.900 INFO O| Aug 29 15:15:08.900 INFO copying /tmp/.tmpaaMxE7/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 ... |
9333 | 2024-08-29T15:15:10.617Z | [ host-image] Aug 29 15:15:08.901 INFO O| Aug 29 15:15:08.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9334 | 2024-08-29T15:15:10.617Z | [ host-image] Aug 29 15:15:08.901 INFO O| Aug 29 15:15:08.901 INFO ok! |
9335 | 2024-08-29T15:15:10.617Z | [ host-image] Aug 29 15:15:08.901 INFO O| Aug 29 15:15:08.901 INFO STEP 110 (ensure_file) COMPLETE |
9336 | 2024-08-29T15:15:10.617Z | [ host-image] Aug 29 15:15:08.901 INFO O| Aug 29 15:15:08.901 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9337 | 2024-08-29T15:15:10.625Z | [ host-image] Aug 29 15:15:08.911 INFO O| Aug 29 15:15:08.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9338 | 2024-08-29T15:15:10.625Z | [ host-image] Aug 29 15:15:08.911 INFO O| Aug 29 15:15:08.911 INFO copying /tmp/.tmpaaMxE7/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 ... |
9339 | 2024-08-29T15:15:10.628Z | [ host-image] Aug 29 15:15:08.911 INFO O| Aug 29 15:15:08.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9340 | 2024-08-29T15:15:10.628Z | [ host-image] Aug 29 15:15:08.911 INFO O| Aug 29 15:15:08.911 INFO ok! |
9341 | 2024-08-29T15:15:10.628Z | [ host-image] Aug 29 15:15:08.911 INFO O| Aug 29 15:15:08.911 INFO STEP 111 (ensure_file) COMPLETE |
9342 | 2024-08-29T15:15:10.628Z | [ host-image] Aug 29 15:15:08.911 INFO O| Aug 29 15:15:08.911 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9343 | 2024-08-29T15:15:10.636Z | [ host-image] Aug 29 15:15:08.922 INFO O| Aug 29 15:15:08.922 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9344 | 2024-08-29T15:15:10.636Z | [ host-image] Aug 29 15:15:08.922 INFO O| Aug 29 15:15:08.922 INFO copying /tmp/.tmpaaMxE7/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 ... |
9345 | 2024-08-29T15:15:10.638Z | [ host-image] Aug 29 15:15:08.922 INFO O| Aug 29 15:15:08.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9346 | 2024-08-29T15:15:10.638Z | [ host-image] Aug 29 15:15:08.922 INFO O| Aug 29 15:15:08.922 INFO ok! |
9347 | 2024-08-29T15:15:10.638Z | [ host-image] Aug 29 15:15:08.922 INFO O| Aug 29 15:15:08.922 INFO STEP 112 (ensure_file) COMPLETE |
9348 | 2024-08-29T15:15:10.638Z | [ host-image] Aug 29 15:15:08.922 INFO O| Aug 29 15:15:08.922 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9349 | 2024-08-29T15:15:10.646Z | [ host-image] Aug 29 15:15:08.932 INFO O| Aug 29 15:15:08.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9350 | 2024-08-29T15:15:10.646Z | [ host-image] Aug 29 15:15:08.932 INFO O| Aug 29 15:15:08.932 INFO copying /tmp/.tmpaaMxE7/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 ... |
9351 | 2024-08-29T15:15:10.649Z | [ host-image] Aug 29 15:15:08.932 INFO O| Aug 29 15:15:08.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9352 | 2024-08-29T15:15:10.649Z | [ host-image] Aug 29 15:15:08.932 INFO O| Aug 29 15:15:08.932 INFO ok! |
9353 | 2024-08-29T15:15:10.649Z | [ host-image] Aug 29 15:15:08.932 INFO O| Aug 29 15:15:08.932 INFO STEP 113 (ensure_file) COMPLETE |
9354 | 2024-08-29T15:15:10.649Z | [ host-image] Aug 29 15:15:08.932 INFO O| Aug 29 15:15:08.932 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9355 | 2024-08-29T15:15:10.656Z | [ host-image] Aug 29 15:15:08.942 INFO O| Aug 29 15:15:08.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9356 | 2024-08-29T15:15:10.659Z | [ host-image] Aug 29 15:15:08.942 INFO O| Aug 29 15:15:08.942 INFO copying /tmp/.tmpaaMxE7/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 ... |
9357 | 2024-08-29T15:15:10.659Z | [ host-image] Aug 29 15:15:08.942 INFO O| Aug 29 15:15:08.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9358 | 2024-08-29T15:15:10.659Z | [ host-image] Aug 29 15:15:08.942 INFO O| Aug 29 15:15:08.942 INFO ok! |
9359 | 2024-08-29T15:15:10.659Z | [ host-image] Aug 29 15:15:08.942 INFO O| Aug 29 15:15:08.942 INFO STEP 114 (ensure_file) COMPLETE |
9360 | 2024-08-29T15:15:10.659Z | [ host-image] Aug 29 15:15:08.942 INFO O| Aug 29 15:15:08.942 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9361 | 2024-08-29T15:15:10.667Z | [ host-image] Aug 29 15:15:08.953 INFO O| Aug 29 15:15:08.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9362 | 2024-08-29T15:15:10.667Z | [ host-image] Aug 29 15:15:08.953 INFO O| Aug 29 15:15:08.953 INFO copying /tmp/.tmpaaMxE7/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 ... |
9363 | 2024-08-29T15:15:10.667Z | [ host-image] Aug 29 15:15:08.953 INFO O| Aug 29 15:15:08.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9364 | 2024-08-29T15:15:10.667Z | [ host-image] Aug 29 15:15:08.953 INFO O| Aug 29 15:15:08.953 INFO ok! |
9365 | 2024-08-29T15:15:10.670Z | [ host-image] Aug 29 15:15:08.953 INFO O| Aug 29 15:15:08.953 INFO STEP 115 (ensure_file) COMPLETE |
9366 | 2024-08-29T15:15:10.670Z | [ host-image] Aug 29 15:15:08.953 INFO O| Aug 29 15:15:08.953 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9367 | 2024-08-29T15:15:10.678Z | [ host-image] Aug 29 15:15:08.963 INFO O| Aug 29 15:15:08.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9368 | 2024-08-29T15:15:10.678Z | [ host-image] Aug 29 15:15:08.963 INFO O| Aug 29 15:15:08.963 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9369 | 2024-08-29T15:15:10.680Z | [ host-image] Aug 29 15:15:08.964 INFO O| Aug 29 15:15:08.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9370 | 2024-08-29T15:15:10.680Z | [ host-image] Aug 29 15:15:08.964 INFO O| Aug 29 15:15:08.964 INFO ok! |
9371 | 2024-08-29T15:15:10.680Z | [ host-image] Aug 29 15:15:08.964 INFO O| Aug 29 15:15:08.964 INFO STEP 116 (ensure_file) COMPLETE |
9372 | 2024-08-29T15:15:10.680Z | [ host-image] Aug 29 15:15:08.964 INFO O| Aug 29 15:15:08.964 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9373 | 2024-08-29T15:15:10.688Z | [ host-image] Aug 29 15:15:08.974 INFO O| Aug 29 15:15:08.974 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9374 | 2024-08-29T15:15:10.691Z | [ host-image] Aug 29 15:15:08.974 INFO O| Aug 29 15:15:08.974 INFO copying /tmp/.tmpaaMxE7/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 ... |
9375 | 2024-08-29T15:15:10.691Z | [ host-image] Aug 29 15:15:08.974 INFO O| Aug 29 15:15:08.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9376 | 2024-08-29T15:15:10.691Z | [ host-image] Aug 29 15:15:08.974 INFO O| Aug 29 15:15:08.974 INFO ok! |
9377 | 2024-08-29T15:15:10.691Z | [ host-image] Aug 29 15:15:08.974 INFO O| Aug 29 15:15:08.974 INFO STEP 117 (ensure_file) COMPLETE |
9378 | 2024-08-29T15:15:10.691Z | [ host-image] Aug 29 15:15:08.974 INFO O| Aug 29 15:15:08.974 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9379 | 2024-08-29T15:15:10.699Z | [ host-image] Aug 29 15:15:08.984 INFO O| Aug 29 15:15:08.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9380 | 2024-08-29T15:15:10.699Z | [ host-image] Aug 29 15:15:08.985 INFO O| Aug 29 15:15:08.984 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9381 | 2024-08-29T15:15:10.701Z | [ host-image] Aug 29 15:15:08.985 INFO O| Aug 29 15:15:08.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9382 | 2024-08-29T15:15:10.701Z | [ host-image] Aug 29 15:15:08.985 INFO O| Aug 29 15:15:08.985 INFO ok! |
9383 | 2024-08-29T15:15:10.701Z | [ host-image] Aug 29 15:15:08.985 INFO O| Aug 29 15:15:08.985 INFO STEP 118 (ensure_file) COMPLETE |
9384 | 2024-08-29T15:15:10.701Z | [ host-image] Aug 29 15:15:08.985 INFO O| Aug 29 15:15:08.985 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9385 | 2024-08-29T15:15:10.711Z | [ host-image] Aug 29 15:15:08.997 INFO O| Aug 29 15:15:08.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9386 | 2024-08-29T15:15:10.714Z | [ host-image] Aug 29 15:15:08.997 INFO O| Aug 29 15:15:08.996 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9387 | 2024-08-29T15:15:11.286Z | [ recovery-image] Aug 29 15:15:09.572 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) |
9388 | 2024-08-29T15:15:13.898Z | [ recovery-image] Aug 29 15:15:12.180 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) |
9389 | 2024-08-29T15:15:16.895Z | [ host-image] Aug 29 15:15:15.178 INFO O| Aug 29 15:15:15.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9390 | 2024-08-29T15:15:16.895Z | [ host-image] Aug 29 15:15:15.178 INFO O| Aug 29 15:15:15.178 INFO ok! |
9391 | 2024-08-29T15:15:16.895Z | [ host-image] Aug 29 15:15:15.178 INFO O| Aug 29 15:15:15.178 INFO STEP 119 (ensure_file) COMPLETE |
9392 | 2024-08-29T15:15:16.897Z | [ host-image] Aug 29 15:15:15.178 INFO O| Aug 29 15:15:15.178 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9393 | 2024-08-29T15:15:16.906Z | [ host-image] Aug 29 15:15:15.190 INFO O| Aug 29 15:15:15.190 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9394 | 2024-08-29T15:15:16.906Z | [ host-image] Aug 29 15:15:15.190 INFO O| Aug 29 15:15:15.190 INFO STEP 120 (ensure_dir) COMPLETE |
9395 | 2024-08-29T15:15:16.909Z | [ host-image] Aug 29 15:15:15.190 INFO O| Aug 29 15:15:15.190 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9396 | 2024-08-29T15:15:16.918Z | [ host-image] Aug 29 15:15:15.202 INFO O| Aug 29 15:15:15.202 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9397 | 2024-08-29T15:15:16.918Z | [ host-image] Aug 29 15:15:15.202 INFO O| Aug 29 15:15:15.202 INFO STEP 121 (ensure_dir) COMPLETE |
9398 | 2024-08-29T15:15:16.918Z | [ host-image] Aug 29 15:15:15.202 INFO O| Aug 29 15:15:15.202 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9399 | 2024-08-29T15:15:16.928Z | [ host-image] Aug 29 15:15:15.212 INFO O| Aug 29 15:15:15.212 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9400 | 2024-08-29T15:15:16.928Z | [ host-image] Aug 29 15:15:15.212 INFO O| Aug 29 15:15:15.212 INFO STEP 122 (ensure_dir) COMPLETE |
9401 | 2024-08-29T15:15:16.928Z | [ host-image] Aug 29 15:15:15.212 INFO O| Aug 29 15:15:15.212 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9402 | 2024-08-29T15:15:16.938Z | [ host-image] Aug 29 15:15:15.222 INFO O| Aug 29 15:15:15.222 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9403 | 2024-08-29T15:15:16.938Z | [ host-image] Aug 29 15:15:15.222 INFO O| Aug 29 15:15:15.222 INFO STEP 123 (ensure_dir) COMPLETE |
9404 | 2024-08-29T15:15:16.938Z | [ host-image] Aug 29 15:15:15.222 INFO O| Aug 29 15:15:15.222 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9405 | 2024-08-29T15:15:16.949Z | [ host-image] Aug 29 15:15:15.233 INFO O| Aug 29 15:15:15.232 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9406 | 2024-08-29T15:15:16.949Z | [ host-image] Aug 29 15:15:15.233 INFO O| Aug 29 15:15:15.232 INFO copying /tmp/.tmpaaMxE7/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 ... |
9407 | 2024-08-29T15:15:16.951Z | [ host-image] Aug 29 15:15:15.233 INFO O| Aug 29 15:15:15.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9408 | 2024-08-29T15:15:16.951Z | [ host-image] Aug 29 15:15:15.233 INFO O| Aug 29 15:15:15.233 INFO ok! |
9409 | 2024-08-29T15:15:16.951Z | [ host-image] Aug 29 15:15:15.233 INFO O| Aug 29 15:15:15.233 INFO STEP 124 (ensure_file) COMPLETE |
9410 | 2024-08-29T15:15:16.951Z | [ host-image] Aug 29 15:15:15.233 INFO O| Aug 29 15:15:15.233 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9411 | 2024-08-29T15:15:16.959Z | [ host-image] Aug 29 15:15:15.243 INFO O| Aug 29 15:15:15.243 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9412 | 2024-08-29T15:15:16.959Z | [ host-image] Aug 29 15:15:15.243 INFO O| Aug 29 15:15:15.243 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9413 | 2024-08-29T15:15:16.962Z | [ host-image] Aug 29 15:15:15.243 INFO O| Aug 29 15:15:15.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9414 | 2024-08-29T15:15:16.962Z | [ host-image] Aug 29 15:15:15.243 INFO O| Aug 29 15:15:15.243 INFO STEP 125 (ensure_dir) COMPLETE |
9415 | 2024-08-29T15:15:16.962Z | [ host-image] Aug 29 15:15:15.243 INFO O| Aug 29 15:15:15.243 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9416 | 2024-08-29T15:15:16.971Z | [ host-image] Aug 29 15:15:15.255 INFO O| Aug 29 15:15:15.255 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9417 | 2024-08-29T15:15:16.971Z | [ host-image] Aug 29 15:15:15.255 INFO O| Aug 29 15:15:15.255 INFO copying /tmp/.tmpaaMxE7/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9418 | 2024-08-29T15:15:16.971Z | [ host-image] Aug 29 15:15:15.255 INFO O| Aug 29 15:15:15.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9419 | 2024-08-29T15:15:16.974Z | [ host-image] Aug 29 15:15:15.255 INFO O| Aug 29 15:15:15.255 INFO ok! |
9420 | 2024-08-29T15:15:16.974Z | [ host-image] Aug 29 15:15:15.255 INFO O| Aug 29 15:15:15.255 INFO STEP 126 (ensure_file) COMPLETE |
9421 | 2024-08-29T15:15:16.974Z | [ host-image] Aug 29 15:15:15.255 INFO O| Aug 29 15:15:15.255 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9422 | 2024-08-29T15:15:16.987Z | [ host-image] Aug 29 15:15:15.271 INFO O| Aug 29 15:15:15.271 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9423 | 2024-08-29T15:15:16.990Z | [ host-image] Aug 29 15:15:15.271 INFO O| Aug 29 15:15:15.271 INFO STEP 127 (remove_files) COMPLETE |
9424 | 2024-08-29T15:15:16.990Z | [ host-image] Aug 29 15:15:15.271 INFO O| Aug 29 15:15:15.271 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9425 | 2024-08-29T15:15:17.000Z | [ host-image] Aug 29 15:15:15.284 INFO O| Aug 29 15:15:15.284 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9426 | 2024-08-29T15:15:17.002Z | [ host-image] Aug 29 15:15:15.284 INFO O| Aug 29 15:15:15.284 INFO STEP 128 (remove_files) COMPLETE |
9427 | 2024-08-29T15:15:17.002Z | [ host-image] Aug 29 15:15:15.284 INFO O| Aug 29 15:15:15.284 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9428 | 2024-08-29T15:15:17.012Z | [ host-image] Aug 29 15:15:15.296 INFO O| Aug 29 15:15:15.296 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9429 | 2024-08-29T15:15:17.014Z | [ host-image] Aug 29 15:15:15.296 INFO O| Aug 29 15:15:15.296 INFO STEP 129 (remove_files) COMPLETE |
9430 | 2024-08-29T15:15:17.015Z | [ host-image] Aug 29 15:15:15.296 INFO O| Aug 29 15:15:15.296 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9431 | 2024-08-29T15:15:17.025Z | [ host-image] Aug 29 15:15:15.309 INFO O| Aug 29 15:15:15.309 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9432 | 2024-08-29T15:15:17.027Z | [ host-image] Aug 29 15:15:15.309 INFO O| Aug 29 15:15:15.309 INFO STEP 130 (remove_files) COMPLETE |
9433 | 2024-08-29T15:15:17.027Z | [ host-image] Aug 29 15:15:15.309 INFO O| Aug 29 15:15:15.309 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9434 | 2024-08-29T15:15:17.039Z | [ host-image] Aug 29 15:15:15.323 INFO O| Aug 29 15:15:15.323 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9435 | 2024-08-29T15:15:17.042Z | [ host-image] Aug 29 15:15:15.323 INFO O| Aug 29 15:15:15.323 INFO STEP 131 (remove_files) COMPLETE |
9436 | 2024-08-29T15:15:17.042Z | [ host-image] Aug 29 15:15:15.323 INFO O| Aug 29 15:15:15.323 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9437 | 2024-08-29T15:15:17.050Z | [ host-image] Aug 29 15:15:15.334 INFO O| Aug 29 15:15:15.334 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9438 | 2024-08-29T15:15:17.052Z | [ host-image] Aug 29 15:15:15.334 INFO O| Aug 29 15:15:15.334 INFO STEP 132 (remove_files) COMPLETE |
9439 | 2024-08-29T15:15:17.052Z | [ host-image] Aug 29 15:15:15.334 INFO O| Aug 29 15:15:15.334 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9440 | 2024-08-29T15:15:17.060Z | [ host-image] Aug 29 15:15:15.344 INFO O| Aug 29 15:15:15.344 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9441 | 2024-08-29T15:15:17.060Z | [ host-image] Aug 29 15:15:15.344 INFO O| Aug 29 15:15:15.344 INFO STEP 133 (remove_files) COMPLETE |
9442 | 2024-08-29T15:15:17.063Z | [ host-image] Aug 29 15:15:15.344 INFO O| Aug 29 15:15:15.344 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9443 | 2024-08-29T15:15:17.071Z | [ host-image] Aug 29 15:15:15.355 INFO O| Aug 29 15:15:15.355 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9444 | 2024-08-29T15:15:17.071Z | [ host-image] Aug 29 15:15:15.355 INFO O| Aug 29 15:15:15.355 INFO STEP 134 (remove_files) COMPLETE |
9445 | 2024-08-29T15:15:17.073Z | [ host-image] Aug 29 15:15:15.355 INFO O| Aug 29 15:15:15.355 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9446 | 2024-08-29T15:15:17.083Z | [ host-image] Aug 29 15:15:15.366 INFO O| Aug 29 15:15:15.366 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9447 | 2024-08-29T15:15:17.083Z | [ host-image] Aug 29 15:15:15.366 INFO O| Aug 29 15:15:15.366 INFO STEP 135 (remove_files) COMPLETE |
9448 | 2024-08-29T15:15:17.085Z | [ host-image] Aug 29 15:15:15.366 INFO O| Aug 29 15:15:15.366 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9449 | 2024-08-29T15:15:17.093Z | [ host-image] Aug 29 15:15:15.377 INFO O| Aug 29 15:15:15.377 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9450 | 2024-08-29T15:15:17.093Z | [ host-image] Aug 29 15:15:15.377 INFO O| Aug 29 15:15:15.377 INFO STEP 136 (remove_files) COMPLETE |
9451 | 2024-08-29T15:15:17.096Z | [ host-image] Aug 29 15:15:15.377 INFO O| Aug 29 15:15:15.377 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9452 | 2024-08-29T15:15:17.104Z | [ host-image] Aug 29 15:15:15.388 INFO O| Aug 29 15:15:15.388 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9453 | 2024-08-29T15:15:17.104Z | [ host-image] Aug 29 15:15:15.388 INFO O| Aug 29 15:15:15.388 INFO STEP 137 (remove_files) COMPLETE |
9454 | 2024-08-29T15:15:17.104Z | [ host-image] Aug 29 15:15:15.388 INFO O| Aug 29 15:15:15.388 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9455 | 2024-08-29T15:15:17.117Z | [ host-image] Aug 29 15:15:15.401 INFO O| Aug 29 15:15:15.401 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9456 | 2024-08-29T15:15:17.120Z | [ host-image] Aug 29 15:15:15.401 INFO O| Aug 29 15:15:15.401 INFO STEP 138 (remove_files) COMPLETE |
9457 | 2024-08-29T15:15:17.120Z | [ host-image] Aug 29 15:15:15.401 INFO O| Aug 29 15:15:15.401 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9458 | 2024-08-29T15:15:17.128Z | [ host-image] Aug 29 15:15:15.412 INFO O| Aug 29 15:15:15.412 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9459 | 2024-08-29T15:15:17.128Z | [ host-image] Aug 29 15:15:15.412 INFO O| Aug 29 15:15:15.412 INFO STEP 139 (remove_files) COMPLETE |
9460 | 2024-08-29T15:15:17.128Z | [ host-image] Aug 29 15:15:15.412 INFO O| Aug 29 15:15:15.412 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9461 | 2024-08-29T15:15:17.139Z | [ host-image] Aug 29 15:15:15.423 INFO O| Aug 29 15:15:15.422 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9462 | 2024-08-29T15:15:17.139Z | [ host-image] Aug 29 15:15:15.423 INFO O| Aug 29 15:15:15.423 INFO STEP 140 (remove_files) COMPLETE |
9463 | 2024-08-29T15:15:17.139Z | [ host-image] Aug 29 15:15:15.423 INFO O| Aug 29 15:15:15.423 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9464 | 2024-08-29T15:15:17.149Z | [ host-image] Aug 29 15:15:15.433 INFO O| Aug 29 15:15:15.433 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9465 | 2024-08-29T15:15:17.151Z | [ host-image] Aug 29 15:15:15.433 INFO O| Aug 29 15:15:15.433 INFO STEP 141 (remove_files) COMPLETE |
9466 | 2024-08-29T15:15:17.151Z | [ host-image] Aug 29 15:15:15.433 INFO O| Aug 29 15:15:15.433 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9467 | 2024-08-29T15:15:17.160Z | [ host-image] Aug 29 15:15:15.444 INFO O| Aug 29 15:15:15.444 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9468 | 2024-08-29T15:15:17.160Z | [ host-image] Aug 29 15:15:15.444 INFO O| Aug 29 15:15:15.444 INFO STEP 142 (remove_files) COMPLETE |
9469 | 2024-08-29T15:15:17.160Z | [ host-image] Aug 29 15:15:15.444 INFO O| Aug 29 15:15:15.444 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9470 | 2024-08-29T15:15:17.171Z | [ host-image] Aug 29 15:15:15.455 INFO O| Aug 29 15:15:15.455 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9471 | 2024-08-29T15:15:17.172Z | [ host-image] Aug 29 15:15:15.455 INFO O| Aug 29 15:15:15.455 INFO STEP 143 (remove_files) COMPLETE |
9472 | 2024-08-29T15:15:17.172Z | [ host-image] Aug 29 15:15:15.455 INFO O| Aug 29 15:15:15.455 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9473 | 2024-08-29T15:15:17.181Z | [ host-image] Aug 29 15:15:15.465 INFO O| Aug 29 15:15:15.465 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9474 | 2024-08-29T15:15:17.181Z | [ host-image] Aug 29 15:15:15.465 INFO O| Aug 29 15:15:15.465 INFO STEP 144 (remove_files) COMPLETE |
9475 | 2024-08-29T15:15:17.184Z | [ host-image] Aug 29 15:15:15.465 INFO O| Aug 29 15:15:15.465 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9476 | 2024-08-29T15:15:17.192Z | [ host-image] Aug 29 15:15:15.476 INFO O| Aug 29 15:15:15.476 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9477 | 2024-08-29T15:15:17.194Z | [ host-image] Aug 29 15:15:15.476 INFO O| Aug 29 15:15:15.476 INFO STEP 145 (remove_files) COMPLETE |
9478 | 2024-08-29T15:15:17.194Z | [ host-image] Aug 29 15:15:15.476 INFO O| Aug 29 15:15:15.476 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9479 | 2024-08-29T15:15:17.202Z | [ host-image] Aug 29 15:15:15.486 INFO O| Aug 29 15:15:15.486 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9480 | 2024-08-29T15:15:17.202Z | [ host-image] Aug 29 15:15:15.486 INFO O| Aug 29 15:15:15.486 INFO STEP 146 (remove_files) COMPLETE |
9481 | 2024-08-29T15:15:17.205Z | [ host-image] Aug 29 15:15:15.486 INFO O| Aug 29 15:15:15.486 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9482 | 2024-08-29T15:15:17.212Z | [ host-image] Aug 29 15:15:15.496 INFO O| Aug 29 15:15:15.496 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9483 | 2024-08-29T15:15:17.214Z | [ host-image] Aug 29 15:15:15.496 INFO O| Aug 29 15:15:15.496 INFO STEP 147 (remove_files) COMPLETE |
9484 | 2024-08-29T15:15:17.214Z | [ host-image] Aug 29 15:15:15.496 INFO O| Aug 29 15:15:15.496 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9485 | 2024-08-29T15:15:17.222Z | [ host-image] Aug 29 15:15:15.506 INFO O| Aug 29 15:15:15.506 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9486 | 2024-08-29T15:15:17.224Z | [ host-image] Aug 29 15:15:15.506 INFO O| Aug 29 15:15:15.506 INFO STEP 148 (remove_files) COMPLETE |
9487 | 2024-08-29T15:15:17.224Z | [ host-image] Aug 29 15:15:15.506 INFO O| Aug 29 15:15:15.506 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9488 | 2024-08-29T15:15:17.232Z | [ host-image] Aug 29 15:15:15.516 INFO O| Aug 29 15:15:15.516 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9489 | 2024-08-29T15:15:17.234Z | [ host-image] Aug 29 15:15:15.516 INFO O| Aug 29 15:15:15.516 INFO STEP 149 (remove_files) COMPLETE |
9490 | 2024-08-29T15:15:17.234Z | [ host-image] Aug 29 15:15:15.516 INFO O| Aug 29 15:15:15.516 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9491 | 2024-08-29T15:15:17.242Z | [ host-image] Aug 29 15:15:15.526 INFO O| Aug 29 15:15:15.526 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9492 | 2024-08-29T15:15:17.245Z | [ host-image] Aug 29 15:15:15.526 INFO O| Aug 29 15:15:15.526 INFO STEP 150 (remove_files) COMPLETE |
9493 | 2024-08-29T15:15:17.245Z | [ host-image] Aug 29 15:15:15.526 INFO O| Aug 29 15:15:15.526 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9494 | 2024-08-29T15:15:17.255Z | [ host-image] Aug 29 15:15:15.539 INFO O| Aug 29 15:15:15.539 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9495 | 2024-08-29T15:15:17.255Z | [ host-image] Aug 29 15:15:15.539 INFO O| Aug 29 15:15:15.539 INFO STEP 151 (remove_files) COMPLETE |
9496 | 2024-08-29T15:15:17.257Z | [ host-image] Aug 29 15:15:15.539 INFO O| Aug 29 15:15:15.539 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9497 | 2024-08-29T15:15:17.267Z | [ host-image] Aug 29 15:15:15.551 INFO O| Aug 29 15:15:15.551 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9498 | 2024-08-29T15:15:17.267Z | [ host-image] Aug 29 15:15:15.551 INFO O| Aug 29 15:15:15.551 INFO STEP 152 (remove_files) COMPLETE |
9499 | 2024-08-29T15:15:17.269Z | [ host-image] Aug 29 15:15:15.551 INFO O| Aug 29 15:15:15.551 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9500 | 2024-08-29T15:15:17.277Z | [ host-image] Aug 29 15:15:15.561 INFO O| Aug 29 15:15:15.561 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9501 | 2024-08-29T15:15:17.277Z | [ host-image] Aug 29 15:15:15.561 INFO O| Aug 29 15:15:15.561 INFO STEP 153 (remove_files) COMPLETE |
9502 | 2024-08-29T15:15:17.279Z | [ host-image] Aug 29 15:15:15.561 INFO O| Aug 29 15:15:15.561 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9503 | 2024-08-29T15:15:17.288Z | [ host-image] Aug 29 15:15:15.571 INFO O| Aug 29 15:15:15.571 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9504 | 2024-08-29T15:15:17.290Z | [ host-image] Aug 29 15:15:15.571 INFO O| Aug 29 15:15:15.571 INFO STEP 154 (remove_files) COMPLETE |
9505 | 2024-08-29T15:15:17.290Z | [ host-image] Aug 29 15:15:15.571 INFO O| Aug 29 15:15:15.571 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9506 | 2024-08-29T15:15:17.299Z | [ host-image] Aug 29 15:15:15.583 INFO O| Aug 29 15:15:15.583 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9507 | 2024-08-29T15:15:17.299Z | [ host-image] Aug 29 15:15:15.583 INFO O| Aug 29 15:15:15.583 INFO STEP 155 (remove_files) COMPLETE |
9508 | 2024-08-29T15:15:17.299Z | [ host-image] Aug 29 15:15:15.583 INFO O| Aug 29 15:15:15.583 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9509 | 2024-08-29T15:15:17.318Z | [ host-image] Aug 29 15:15:15.601 INFO O| Aug 29 15:15:15.601 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9510 | 2024-08-29T15:15:17.318Z | [ host-image] Aug 29 15:15:15.601 INFO O| Aug 29 15:15:15.601 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9511 | 2024-08-29T15:15:18.326Z | [ recovery-image] Aug 29 15:15:16.609 INFO E| Compiling bitflags v1.3.2 |
9512 | 2024-08-29T15:15:18.326Z | [ recovery-image] Aug 29 15:15:16.609 INFO E| Compiling bit_field v0.10.2 |
9513 | 2024-08-29T15:15:18.329Z | [ recovery-image] Aug 29 15:15:16.609 INFO E| Compiling adler v1.0.2 |
9514 | 2024-08-29T15:15:18.329Z | [ recovery-image] Aug 29 15:15:16.610 INFO E| Compiling log v0.4.21 |
9515 | 2024-08-29T15:15:18.329Z | [ recovery-image] Aug 29 15:15:16.610 INFO E| Compiling plain v0.2.3 |
9516 | 2024-08-29T15:15:18.329Z | [ recovery-image] Aug 29 15:15:16.610 INFO E| Compiling scroll v0.12.0 |
9517 | 2024-08-29T15:15:18.329Z | [ recovery-image] Aug 29 15:15:16.610 INFO E| Compiling static_assertions v1.1.0 |
9518 | 2024-08-29T15:15:18.413Z | [ recovery-image] Aug 29 15:15:16.696 INFO E| Compiling raw-cpuid v10.7.0 |
9519 | 2024-08-29T15:15:18.420Z | [ recovery-image] Aug 29 15:15:16.703 INFO E| Compiling cpio_reader v0.1.1 |
9520 | 2024-08-29T15:15:18.491Z | [ recovery-image] Aug 29 15:15:16.774 INFO E| Compiling miniz_oxide v0.7.2 |
9521 | 2024-08-29T15:15:18.642Z | [ recovery-image] Aug 29 15:15:16.926 INFO E| Compiling bitstruct v0.1.1 |
9522 | 2024-08-29T15:15:18.822Z | [ recovery-image] Aug 29 15:15:17.100 INFO E| Compiling goblin v0.8.0 |
9523 | 2024-08-29T15:15:25.612Z | [ recovery-image] Aug 29 15:15:23.893 INFO E| Finished `release` profile [optimized] target(s) in 44.76s |
9524 | 2024-08-29T15:15:25.631Z | [ recovery-image] Aug 29 15:15:23.913 INFO building host image... |
9525 | 2024-08-29T15:15:25.634Z | [ recovery-image] Aug 29 15:15:23.913 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") |
9526 | 2024-08-29T15:15:26.104Z | [ recovery-image] Aug 29 15:15:24.385 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9527 | 2024-08-29T15:15:26.751Z | [ host-image] Aug 29 15:15:25.032 INFO O| Aug 29 15:15:25.032 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 |
9528 | 2024-08-29T15:15:26.751Z | [ host-image] Aug 29 15:15:25.032 INFO O| Aug 29 15:15:25.032 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9529 | 2024-08-29T15:15:26.766Z | [ host-image] Aug 29 15:15:25.047 INFO O| Aug 29 15:15:25.047 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"} |
9530 | 2024-08-29T15:15:26.843Z | [ host-image] Aug 29 15:15:25.124 INFO O| Aug 29 15:15:25.124 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9531 | 2024-08-29T15:15:26.843Z | [ host-image] Aug 29 15:15:25.124 INFO O| Aug 29 15:15:25.124 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9532 | 2024-08-29T15:15:26.846Z | [ host-image] Aug 29 15:15:25.127 INFO O| Aug 29 15:15:25.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9533 | 2024-08-29T15:15:26.846Z | [ host-image] Aug 29 15:15:25.127 INFO O| Aug 29 15:15:25.127 INFO ok! |
9534 | 2024-08-29T15:15:26.849Z | [ host-image] Aug 29 15:15:25.127 INFO O| Aug 29 15:15:25.127 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9535 | 2024-08-29T15:15:26.849Z | [ host-image] Aug 29 15:15:25.127 INFO O| Aug 29 15:15:25.127 INFO STEP 156 (seed_smf) COMPLETE |
9536 | 2024-08-29T15:15:26.849Z | [ host-image] Aug 29 15:15:25.127 INFO O| Aug 29 15:15:25.127 INFO steps complete; finalising image! |
9537 | 2024-08-29T15:15:26.849Z | [ host-image] Aug 29 15:15:25.127 INFO O| Aug 29 15:15:25.127 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9538 | 2024-08-29T15:15:26.994Z | [ host-image] Aug 29 15:15:25.275 INFO O| Aug 29 15:15:25.275 INFO trim TEMPORARY-gimlet-zfs: (5% trimmed, started at Thu Aug 29 15:15:25 2024) |
9539 | 2024-08-29T15:15:27.216Z | [ host-image] Aug 29 15:15:25.496 INFO O| Aug 29 15:15:25.496 INFO temporary pool has 671M used, 161M avail, 1.87x compressratio |
9540 | 2024-08-29T15:15:27.216Z | [ host-image] Aug 29 15:15:25.496 INFO O| Aug 29 15:15:25.496 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9541 | 2024-08-29T15:15:27.493Z | [ host-image] Aug 29 15:15:25.773 INFO O| Aug 29 15:15:25.773 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9542 | 2024-08-29T15:15:27.493Z | [ host-image] Aug 29 15:15:25.773 INFO O| Aug 29 15:15:25.773 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9543 | 2024-08-29T15:15:27.589Z | [ recovery-image] Aug 29 15:15:25.870 INFO image complete! materials are in "/work/os-recovery" |
9544 | 2024-08-29T15:15:27.592Z | [ recovery-image] |
9545 | 2024-08-29T15:15:27.595Z | [ recovery-image] real 7:39.779432173 |
9546 | 2024-08-29T15:15:27.595Z | [ recovery-image] user 4:48.687077300 |
9547 | 2024-08-29T15:15:27.595Z | [ recovery-image] sys 1:10.088961872 |
9548 | 2024-08-29T15:15:27.595Z | [ recovery-image] trap 0.245822273 |
9549 | 2024-08-29T15:15:27.595Z | [ recovery-image] tflt 0.408897453 |
9550 | 2024-08-29T15:15:27.595Z | [ recovery-image] dflt 1.865577290 |
9551 | 2024-08-29T15:15:27.595Z | [ recovery-image] kflt 0.000082127 |
9552 | 2024-08-29T15:15:27.595Z | [ recovery-image] lock 9:56.941241609 |
9553 | 2024-08-29T15:15:27.595Z | [ recovery-image] slp 44:30.673196749 |
9554 | 2024-08-29T15:15:27.595Z | [ recovery-image] lat 2:04.971682894 |
9555 | 2024-08-29T15:15:27.595Z | [ recovery-image] stop 3.271874932 |
9556 | 2024-08-29T15:15:27.595Z | Aug 29 15:15:25.874 INFO [recovery-image] process exited with exit status: 0 (459.818655377s) |
9557 | 2024-08-29T15:15:28.528Z | [ host-image] Aug 29 15:15:26.808 INFO O| Aug 29 15:15:26.808 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9558 | 2024-08-29T15:15:28.528Z | [ host-image] Aug 29 15:15:26.808 INFO O| Aug 29 15:15:26.808 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9559 | 2024-08-29T15:15:28.530Z | [ host-image] Aug 29 15:15:26.808 INFO O| Aug 29 15:15:26.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9560 | 2024-08-29T15:15:28.530Z | [ host-image] Aug 29 15:15:26.808 INFO O| Aug 29 15:15:26.808 INFO completed processing gimlet/zfs |
9561 | 2024-08-29T15:15:28.530Z | [ host-image] Aug 29 15:15:26.808 INFO O| Aug 29 15:15:26.808 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9562 | 2024-08-29T15:15:35.149Z | [ host-image] Aug 29 15:15:33.427 INFO O| Aug 29 15:15:33.427 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9563 | 2024-08-29T15:15:35.231Z | [ host-image] Aug 29 15:15:33.509 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n" |
9564 | 2024-08-29T15:15:35.231Z | [ host-image] Aug 29 15:15:33.509 INFO expanded image name: "ci ccb9f12/${os_short_commit} 2024-08-29 14:46" -> "ci ccb9f12/2408c3f 2024-08-29 14:46" |
9565 | 2024-08-29T15:15:35.233Z | [ host-image] Aug 29 15:15:33.509 INFO output artefacts stored in: "/work/os-host" |
9566 | 2024-08-29T15:15:35.233Z | [ host-image] Aug 29 15:15:33.510 INFO collecting git info from project "bootserver"... |
9567 | 2024-08-29T15:15:35.236Z | [ host-image] Aug 29 15:15:33.515 INFO collecting git info from project "chelsio-t6-roms"... |
9568 | 2024-08-29T15:15:35.241Z | [ host-image] Aug 29 15:15:33.519 INFO collecting git info from project "phbl"... |
9569 | 2024-08-29T15:15:35.245Z | [ host-image] Aug 29 15:15:33.524 INFO collecting git info from project "amd-host-image-builder"... |
9570 | 2024-08-29T15:15:35.259Z | [ host-image] Aug 29 15:15:33.537 INFO collecting git info from project "image-builder"... |
9571 | 2024-08-29T15:15:35.263Z | [ host-image] Aug 29 15:15:33.541 INFO collecting git info from project "pilot"... |
9572 | 2024-08-29T15:15:35.268Z | [ host-image] Aug 29 15:15:33.546 INFO collecting git info from project "pinprick"... |
9573 | 2024-08-29T15:15:35.272Z | [ host-image] Aug 29 15:15:33.551 INFO collecting git info from project "amd-firmware"... |
9574 | 2024-08-29T15:15:35.280Z | [ host-image] Aug 29 15:15:33.558 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9575 | 2024-08-29T15:15:35.635Z | [ host-image] Aug 29 15:15:33.912 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9576 | 2024-08-29T15:15:35.971Z | [ host-image] Aug 29 15:15:34.249 INFO creating Oxide boot image... |
9577 | 2024-08-29T15:15:35.971Z | [ host-image] Aug 29 15:15:34.249 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci ccb9f12/2408c3f 2024-08-29 14:46", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9578 | 2024-08-29T15:15:36.904Z | [ host-image] Aug 29 15:15:35.181 INFO O| ok, image written! |
9579 | 2024-08-29T15:15:36.904Z | [ host-image] Aug 29 15:15:35.181 INFO O| ok, boot_image_csum file written! |
9580 | 2024-08-29T15:15:36.907Z | [ host-image] Aug 29 15:15:35.184 INFO creating boot archive (CPIO)... |
9581 | 2024-08-29T15:15:36.907Z | [ host-image] Aug 29 15:15:35.184 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 |
9582 | 2024-08-29T15:15:36.918Z | [ host-image] Aug 29 15:15:35.196 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9583 | 2024-08-29T15:15:36.918Z | [ host-image] Aug 29 15:15:35.196 INFO E| + outfile=/work/os-host/cpio |
9584 | 2024-08-29T15:15:36.920Z | [ host-image] Aug 29 15:15:35.196 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9585 | 2024-08-29T15:15:36.920Z | [ host-image] Aug 29 15:15:35.198 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9586 | 2024-08-29T15:15:36.920Z | [ host-image] Aug 29 15:15:35.198 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9587 | 2024-08-29T15:15:36.955Z | [ host-image] Aug 29 15:15:35.232 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9588 | 2024-08-29T15:15:36.957Z | [ host-image] Aug 29 15:15:35.232 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9589 | 2024-08-29T15:15:36.962Z | [ host-image] Aug 29 15:15:35.240 INFO creating compressed cpio/unix for nanobl-rs... |
9590 | 2024-08-29T15:15:36.965Z | [ host-image] Aug 29 15:15:35.240 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 |
9591 | 2024-08-29T15:15:37.247Z | [ host-image] Aug 29 15:15:35.525 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9592 | 2024-08-29T15:15:41.584Z | [ host-image] Aug 29 15:15:39.861 INFO creating reset image... |
9593 | 2024-08-29T15:15:41.587Z | [ host-image] Aug 29 15:15:39.861 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9594 | 2024-08-29T15:15:41.672Z | [ host-image] Aug 29 15:15:39.948 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9595 | 2024-08-29T15:15:41.675Z | [ host-image] Aug 29 15:15:39.949 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9596 | 2024-08-29T15:15:41.736Z | [ host-image] Aug 29 15:15:40.013 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9597 | 2024-08-29T15:15:43.926Z | [ host-image] Aug 29 15:15:42.202 INFO E| Finished `release` profile [optimized] target(s) in 2.24s |
9598 | 2024-08-29T15:15:43.937Z | [ host-image] Aug 29 15:15:42.213 INFO building host image... |
9599 | 2024-08-29T15:15:43.940Z | [ host-image] Aug 29 15:15:42.213 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") |
9600 | 2024-08-29T15:15:44.392Z | [ host-image] Aug 29 15:15:42.668 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9601 | 2024-08-29T15:16:30.882Z | [ host-image] Aug 29 15:16:29.143 INFO image complete! materials are in "/work/os-host" |
9602 | 2024-08-29T15:16:30.885Z | [ host-image] |
9603 | 2024-08-29T15:16:30.885Z | [ host-image] real 8:55.974357886 |
9604 | 2024-08-29T15:16:30.885Z | [ host-image] user 4:14.447567584 |
9605 | 2024-08-29T15:16:30.887Z | [ host-image] sys 52.029543955 |
9606 | 2024-08-29T15:16:30.887Z | [ host-image] trap 0.172774229 |
9607 | 2024-08-29T15:16:30.887Z | [ host-image] tflt 0.027349722 |
9608 | 2024-08-29T15:16:30.887Z | [ host-image] dflt 0.010642891 |
9609 | 2024-08-29T15:16:30.888Z | [ host-image] kflt 0.000000000 |
9610 | 2024-08-29T15:16:30.888Z | [ host-image] lock 4:51.379731229 |
9611 | 2024-08-29T15:16:30.888Z | [ host-image] slp 48:36.379957788 |
9612 | 2024-08-29T15:16:30.888Z | [ host-image] lat 1:23.851787849 |
9613 | 2024-08-29T15:16:30.888Z | [ host-image] stop 0.902656443 |
9614 | 2024-08-29T15:16:30.888Z | Aug 29 15:16:29.148 INFO [host-image] process exited with exit status: 0 (535.986844489s) |
9615 | 2024-08-29T15:16:30.888Z | Aug 29 15:16:29.148 INFO [tuf-repo] running task |
9616 | 2024-08-29T15:16:37.940Z | Aug 29 15:16:36.200 INFO assembling repository in `/tmp/tufaceousnzBciO`, component: OmicronRepoAssembler |
9617 | 2024-08-29T15:16:42.618Z | Aug 29 15:16:40.876 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9618 | 2024-08-29T15:16:42.893Z | Aug 29 15:16:41.151 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9619 | 2024-08-29T15:16:54.661Z | Aug 29 15:16:52.916 INFO [tuf-repo] task succeeded (23.768571291s) |
9620 | 2024-08-29T15:16:54.661Z | Aug 29 15:16:52.916 INFO all jobs completed in 1796.218276054s |
9621 | 2024-08-29T15:16:55.198Z | process exited: duration 2339060 ms, exit code 0 |
|
9622 | 2024-08-29T15:16:55.205Z | found 33 output files |
9623 | 2024-08-29T15:16:55.205Z | uploading: /work/manifest.toml (8404 bytes) |
9624 | 2024-08-29T15:16:56.216Z | uploaded: /work/manifest.toml |
9625 | 2024-08-29T15:16:56.216Z | uploading: /work/repo.zip (1794597975 bytes) |
9626 | 2024-08-29T15:17:28.604Z | uploaded: /work/repo.zip |
9627 | 2024-08-29T15:17:28.604Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9628 | 2024-08-29T15:17:29.615Z | uploaded: /work/repo.zip.sha256.txt |
9629 | 2024-08-29T15:17:29.615Z | uploading: /work/helios-setup.log (52390 bytes) |
9630 | 2024-08-29T15:17:30.626Z | uploaded: /work/helios-setup.log |
9631 | 2024-08-29T15:17:30.627Z | uploading: /work/host-image.log (194740 bytes) |
9632 | 2024-08-29T15:17:31.640Z | uploaded: /work/host-image.log |
9633 | 2024-08-29T15:17:31.640Z | uploading: /work/host-package.log (19484 bytes) |
9634 | 2024-08-29T15:17:32.650Z | uploaded: /work/host-package.log |
9635 | 2024-08-29T15:17:32.650Z | uploading: /work/host-target.log (101 bytes) |
9636 | 2024-08-29T15:17:33.659Z | uploaded: /work/host-target.log |
9637 | 2024-08-29T15:17:33.659Z | uploading: /work/omicron-package.log (4572 bytes) |
9638 | 2024-08-29T15:17:34.667Z | uploaded: /work/omicron-package.log |
9639 | 2024-08-29T15:17:34.667Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9640 | 2024-08-29T15:17:35.676Z | uploaded: /work/phbl-toolchain.log |
9641 | 2024-08-29T15:17:35.676Z | uploading: /work/recovery-image.log (590500 bytes) |
9642 | 2024-08-29T15:17:36.696Z | uploaded: /work/recovery-image.log |
9643 | 2024-08-29T15:17:36.696Z | uploading: /work/recovery-package.log (282 bytes) |
9644 | 2024-08-29T15:17:37.704Z | uploaded: /work/recovery-package.log |
9645 | 2024-08-29T15:17:37.707Z | uploading: /work/recovery-target.log (98 bytes) |
9646 | 2024-08-29T15:17:38.713Z | uploaded: /work/recovery-target.log |
9647 | 2024-08-29T15:17:38.713Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9648 | 2024-08-29T15:17:39.721Z | uploaded: /work/stamp-clickhouse.log |
9649 | 2024-08-29T15:17:39.721Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9650 | 2024-08-29T15:17:40.729Z | uploaded: /work/stamp-clickhouse_keeper.log |
9651 | 2024-08-29T15:17:40.729Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9652 | 2024-08-29T15:17:41.736Z | uploaded: /work/stamp-cockroachdb.log |
9653 | 2024-08-29T15:17:41.736Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9654 | 2024-08-29T15:17:42.745Z | uploaded: /work/stamp-crucible-dtrace.log |
9655 | 2024-08-29T15:17:42.745Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9656 | 2024-08-29T15:17:43.753Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9657 | 2024-08-29T15:17:43.754Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9658 | 2024-08-29T15:17:44.761Z | uploaded: /work/stamp-crucible-zone.log |
9659 | 2024-08-29T15:17:44.761Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9660 | 2024-08-29T15:17:45.770Z | uploaded: /work/stamp-external-dns.log |
9661 | 2024-08-29T15:17:45.770Z | uploading: /work/stamp-installinator.log (103 bytes) |
9662 | 2024-08-29T15:17:46.779Z | uploaded: /work/stamp-installinator.log |
9663 | 2024-08-29T15:17:46.779Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9664 | 2024-08-29T15:17:47.788Z | uploaded: /work/stamp-internal-dns.log |
9665 | 2024-08-29T15:17:47.788Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9666 | 2024-08-29T15:17:48.797Z | uploaded: /work/stamp-mg-ddm-gz.log |
9667 | 2024-08-29T15:17:48.797Z | uploading: /work/stamp-nexus.log (112 bytes) |
9668 | 2024-08-29T15:17:49.806Z | uploaded: /work/stamp-nexus.log |
9669 | 2024-08-29T15:17:49.806Z | uploading: /work/stamp-ntp.log (110 bytes) |
9670 | 2024-08-29T15:17:50.816Z | uploaded: /work/stamp-ntp.log |
9671 | 2024-08-29T15:17:50.817Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9672 | 2024-08-29T15:17:51.825Z | uploaded: /work/stamp-omicron-sled-agent.log |
9673 | 2024-08-29T15:17:51.825Z | uploading: /work/stamp-overlay.log (114 bytes) |
9674 | 2024-08-29T15:17:52.833Z | uploaded: /work/stamp-overlay.log |
9675 | 2024-08-29T15:17:52.833Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9676 | 2024-08-29T15:17:53.842Z | uploaded: /work/stamp-oximeter.log |
9677 | 2024-08-29T15:17:53.842Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9678 | 2024-08-29T15:17:54.851Z | uploaded: /work/stamp-oxlog.log |
9679 | 2024-08-29T15:17:54.851Z | uploading: /work/stamp-probe.log (112 bytes) |
9680 | 2024-08-29T15:17:55.859Z | uploaded: /work/stamp-probe.log |
9681 | 2024-08-29T15:17:55.859Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9682 | 2024-08-29T15:17:56.868Z | uploaded: /work/stamp-propolis-server.log |
9683 | 2024-08-29T15:17:56.868Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9684 | 2024-08-29T15:17:57.876Z | uploaded: /work/stamp-pumpkind-gz.log |
9685 | 2024-08-29T15:17:57.877Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9686 | 2024-08-29T15:17:58.885Z | uploaded: /work/stamp-switch-asic.log |
9687 | 2024-08-29T15:17:58.885Z | uploading: /work/verify-libraries.log (3177 bytes) |
9688 | 2024-08-29T15:17:59.894Z | uploaded: /work/verify-libraries.log |